-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/develop' into feature/1852-add-o…
…ption-deploy-ignoresffields-isf # Conflicts: # @types/lib/index.d.ts.map # @types/lib/metadataTypes/Journey.d.ts.map
- Loading branch information
Showing
10 changed files
with
197 additions
and
24 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
...ion/v1/interactions/validateAsync/0175b971-71a3-4d8e-98ac-48121f3fbf4f/post-response.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"statusUrl": "/interaction/v1/interactions/validateStatus/45f06c0a-3ed2-48b2-a6a8-b5119253f01c", | ||
"statusId": "45f06c0a-3ed2-48b2-a6a8-b5119253f01c" | ||
} |
34 changes: 34 additions & 0 deletions
34
...interactions/validateStatus/45f06c0a-3ed2-48b2-a6a8-b5119253f01c/get-response-failed.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"status": "Error", | ||
"errors": [ | ||
{ | ||
"errorDetail": "The default email or mobile address in Journey Settings is invalid. Select a different one.", | ||
"errorCode": "121226", | ||
"errorType": "Error", | ||
"additionalInfo": {} | ||
}, | ||
{ | ||
"errorDetail": "Email Activity: CCE OpsIssue Satisfaction Email -- The email specified for the job did not pass validation. EmailID: 72604 An unverified from email address was detected. ", | ||
"errorCode": "121008", | ||
"errorType": "Error", | ||
"additionalInfo": { | ||
"activityKey": "EMAILV2-1", | ||
"activityId": "620dbe27-665a-49a3-ad61-ceea5aab720f", | ||
"activityType": "EMAILV2", | ||
"definitionId": "2d5f37b8-7acf-4ac4-b76a-74690255600c" | ||
} | ||
} | ||
], | ||
"warnings": [ | ||
{ | ||
"errorDetail": "Last modified date for email activity is more then 6 months ago. Please review the content or use path optimizer to test it.", | ||
"errorCode": "121546", | ||
"errorType": "Warning", | ||
"additionalInfo": { | ||
"activityKey": "EMAILV2-1", | ||
"activityId": "620dbe27-665a-49a3-ad61-ceea5aab720f", | ||
"activityType": "EMAILV2" | ||
} | ||
} | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
...nteractions/validateStatus/45f06c0a-3ed2-48b2-a6a8-b5119253f01c/get-response-success.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"status": "ValidateCompleted", | ||
"errors": [], | ||
"warnings": [] | ||
} |
36 changes: 36 additions & 0 deletions
36
...ons/validateStatus/45f06c0a-3ed2-48b2-a6a8-b5119253f01c/get-response-successWarnings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"status": "ValidateCompleted", | ||
"errors": [], | ||
"warnings": [ | ||
{ | ||
"errorDetail": "The journey has a long wait (1 days), please consider reducing wait to under 4 minutes.", | ||
"errorCode": "121547", | ||
"errorType": "Warning", | ||
"additionalInfo": { | ||
"activityKey": "WAITBYDURATION-5", | ||
"activityId": "2d0b5dbf-14cc-4635-acee-64071c8e1022", | ||
"activityType": "WAIT" | ||
} | ||
}, | ||
{ | ||
"errorDetail": "The journey has a long wait (1 days), please consider reducing wait to under 4 minutes.", | ||
"errorCode": "121547", | ||
"errorType": "Warning", | ||
"additionalInfo": { | ||
"activityKey": "WAITBYDURATION-4", | ||
"activityId": "26298616-e89b-4166-8e7e-8417031f276b", | ||
"activityType": "WAIT" | ||
} | ||
}, | ||
{ | ||
"errorDetail": "Last modified date for email activity is more then 6 months ago. Please review the content or use path optimizer to test it.", | ||
"errorCode": "121546", | ||
"errorType": "Warning", | ||
"additionalInfo": { | ||
"activityKey": "EMAILV2-1", | ||
"activityId": "966651f8-e1b6-4261-849c-e95589001c75", | ||
"activityType": "EMAILV2" | ||
} | ||
} | ||
] | ||
} |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters