@rockcarver/frodo-cli 0.11.1-0 → 0.11.1-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/package.json +12 -10
  3. package/src/app.js +3 -3
  4. package/.eslintrc +0 -29
  5. package/.github/ISSUE_TEMPLATE/bug_report.md +0 -30
  6. package/.github/ISSUE_TEMPLATE/feature_request.md +0 -20
  7. package/.github/README.md +0 -213
  8. package/.github/workflows/pipeline.yml +0 -495
  9. package/.prettierrc +0 -6
  10. package/CODE_OF_CONDUCT.md +0 -128
  11. package/docs/BINARIES.md +0 -22
  12. package/docs/CONTRIBUTE.md +0 -96
  13. package/docs/PIPELINE.md +0 -169
  14. package/docs/images/macos_warn1.png +0 -0
  15. package/docs/images/macos_warn2.png +0 -0
  16. package/docs/images/macos_warn3.png +0 -0
  17. package/docs/images/npm_versioning_guidelines.png +0 -0
  18. package/docs/images/release_pipeline.png +0 -0
  19. package/gulpfile.js +0 -49
  20. package/jsconfig.json +0 -6
  21. package/resources/sampleEntitiesFile.json +0 -8
  22. package/resources/sampleEnvFile.env +0 -2
  23. package/src/cli/journey/journey-delete.e2e.test_.js +0 -380
  24. package/src/cli/journey/journey-list.e2e.test_.js +0 -142
  25. package/src/cli/theme/theme-delete.e2e.test_.js +0 -178
  26. package/src/cli/theme/theme-list.e2e.test_.js +0 -119
  27. package/test/client_cli/en/conn-add.test.js +0 -37
  28. package/test/client_cli/en/conn-delete.test.js +0 -37
  29. package/test/client_cli/en/conn-list.test.js +0 -37
  30. package/test/client_cli/en/conn.test.js +0 -65
  31. package/test/client_cli/en/email-template-import.test.js +0 -156
  32. package/test/client_cli/en/email-template.test.js +0 -79
  33. package/test/client_cli/en/email-templates-export.test.js +0 -208
  34. package/test/client_cli/en/email-templates-list.test.js +0 -139
  35. package/test/client_cli/en/idm-count.test.js +0 -131
  36. package/test/client_cli/en/idm-export.test.js +0 -149
  37. package/test/client_cli/en/idm-import.test_.js +0 -101
  38. package/test/client_cli/en/idm-list.test.js +0 -109
  39. package/test/client_cli/en/idm.test.js +0 -82
  40. package/test/client_cli/en/info.test.js +0 -136
  41. package/test/client_cli/en/journey-describe.test.js +0 -194
  42. package/test/client_cli/en/journey-export.test.js +0 -231
  43. package/test/client_cli/en/journey-import.test.js +0 -212
  44. package/test/client_cli/en/journey-list.test.js +0 -173
  45. package/test/client_cli/en/journey-prune.test.js +0 -159
  46. package/test/client_cli/en/journey.test.js +0 -111
  47. package/test/client_cli/en/logs-list.test.js +0 -81
  48. package/test/client_cli/en/logs-tail.test.js +0 -130
  49. package/test/client_cli/en/logs.test.js +0 -65
  50. package/test/client_cli/en/root.test.js +0 -93
  51. package/test/client_cli/en/script-export.test.js +0 -230
  52. package/test/client_cli/en/script-import.test.js +0 -176
  53. package/test/client_cli/en/script-list.test.js +0 -159
  54. package/test/client_cli/en/script.test.js +0 -79
  55. package/test/client_cli/utils/utils.js +0 -63
  56. package/test/e2e/journey/baseline/ForgottenUsername.journey.json +0 -216
  57. package/test/e2e/journey/baseline/Login.journey.json +0 -205
  58. package/test/e2e/journey/baseline/PasswordGrant.journey.json +0 -139
  59. package/test/e2e/journey/baseline/ProgressiveProfile.journey.json +0 -198
  60. package/test/e2e/journey/baseline/Registration.journey.json +0 -249
  61. package/test/e2e/journey/baseline/ResetPassword.journey.json +0 -268
  62. package/test/e2e/journey/baseline/UpdatePassword.journey.json +0 -323
  63. package/test/e2e/journey/baseline/allAlphaJourneys.journeys.json +0 -1520
  64. package/test/e2e/journey/delete/ForgottenUsername.journey.json +0 -216
  65. package/test/e2e/journey/delete/Login.journey.json +0 -205
  66. package/test/e2e/journey/delete/PasswordGrant.journey.json +0 -139
  67. package/test/e2e/journey/delete/ProgressiveProfile.journey.json +0 -198
  68. package/test/e2e/journey/delete/Registration.journey.json +0 -249
  69. package/test/e2e/journey/delete/ResetPassword.journey.json +0 -268
  70. package/test/e2e/journey/delete/UpdatePassword.journey.json +0 -323
  71. package/test/e2e/journey/delete/deleteMe.journey.json +0 -230
  72. package/test/e2e/journey/list/Disabled.journey.json +0 -43
  73. package/test/e2e/journey/list/ForgottenUsername.journey.json +0 -216
  74. package/test/e2e/journey/list/Login.journey.json +0 -205
  75. package/test/e2e/journey/list/PasswordGrant.journey.json +0 -139
  76. package/test/e2e/journey/list/ProgressiveProfile.journey.json +0 -198
  77. package/test/e2e/journey/list/Registration.journey.json +0 -249
  78. package/test/e2e/journey/list/ResetPassword.journey.json +0 -268
  79. package/test/e2e/journey/list/UpdatePassword.journey.json +0 -323
  80. package/test/e2e/theme/baseline/Contrast.theme.json +0 -95
  81. package/test/e2e/theme/baseline/Highlander.theme.json +0 -95
  82. package/test/e2e/theme/baseline/Robroy.theme.json +0 -95
  83. package/test/e2e/theme/baseline/Starter-Theme.theme.json +0 -94
  84. package/test/e2e/theme/baseline/Zardoz.theme.json +0 -95
  85. package/test/e2e/theme/import/Contrast.theme.json +0 -95
  86. package/test/e2e/theme/import/Highlander.theme.json +0 -95
  87. package/test/e2e/theme/import/Robroy.theme.json +0 -95
  88. package/test/e2e/theme/import/Starter-Theme.theme.json +0 -94
  89. package/test/e2e/theme/import/Zardoz.default.theme.json +0 -95
  90. package/test/fs_tmp/.gitkeep +0 -2
@@ -1,268 +0,0 @@
1
- {
2
- "meta": {
3
- "origin": "https://openam-frodo-dev.forgeblocks.com/am",
4
- "exportedBy": "volker.scheuber@forgerock.com",
5
- "exportDate": "2022-06-20T17:54:08.347Z",
6
- "exportTool": "frodo",
7
- "exportToolVersion": "v0.6.1 [v18.2.0]"
8
- },
9
- "innerNodes": {
10
- "276afa7c-a680-4cf4-a5f6-d6c78191f5c9": {
11
- "_id": "276afa7c-a680-4cf4-a5f6-d6c78191f5c9",
12
- "_rev": "-1256358519",
13
- "attributesToCollect": [
14
- "mail"
15
- ],
16
- "identityAttribute": "mail",
17
- "validateInputs": false,
18
- "required": true,
19
- "_type": {
20
- "_id": "AttributeCollectorNode",
21
- "name": "Attribute Collector",
22
- "collection": true
23
- },
24
- "_outcomes": [
25
- {
26
- "id": "outcome",
27
- "displayName": "Outcome"
28
- }
29
- ]
30
- },
31
- "009c19c8-9572-47bb-adb2-1f092c559a43": {
32
- "_id": "009c19c8-9572-47bb-adb2-1f092c559a43",
33
- "_rev": "519412822",
34
- "validateInput": true,
35
- "passwordAttribute": "password",
36
- "_type": {
37
- "_id": "ValidatedPasswordNode",
38
- "name": "Platform Password",
39
- "collection": true
40
- },
41
- "_outcomes": [
42
- {
43
- "id": "outcome",
44
- "displayName": "Outcome"
45
- }
46
- ]
47
- }
48
- },
49
- "nodes": {
50
- "06c97be5-7fdd-4739-aea1-ecc7fe082865": {
51
- "_id": "06c97be5-7fdd-4739-aea1-ecc7fe082865",
52
- "_rev": "-1138066714",
53
- "emailSuspendMessage": {
54
- "en": "An email has been sent to the address you entered. Click the link in that email to proceed."
55
- },
56
- "emailTemplateName": "resetPassword",
57
- "identityAttribute": "mail",
58
- "emailAttribute": "mail",
59
- "objectLookup": true,
60
- "_type": {
61
- "_id": "EmailSuspendNode",
62
- "name": "Email Suspend Node",
63
- "collection": true
64
- },
65
- "_outcomes": [
66
- {
67
- "id": "outcome",
68
- "displayName": "Outcome"
69
- }
70
- ]
71
- },
72
- "21b8ddf3-0203-4ae1-ab05-51cf3a3a707a": {
73
- "_id": "21b8ddf3-0203-4ae1-ab05-51cf3a3a707a",
74
- "_rev": "402776485",
75
- "identityAttribute": "mail",
76
- "identifier": "userName",
77
- "_type": {
78
- "_id": "IdentifyExistingUserNode",
79
- "name": "Identify Existing User",
80
- "collection": true
81
- },
82
- "_outcomes": [
83
- {
84
- "id": "true",
85
- "displayName": "True"
86
- },
87
- {
88
- "id": "false",
89
- "displayName": "False"
90
- }
91
- ]
92
- },
93
- "989f0bf8-a328-4217-b82b-5275d79ca8bd": {
94
- "_id": "989f0bf8-a328-4217-b82b-5275d79ca8bd",
95
- "_rev": "555551070",
96
- "identityResource": "managed/alpha_user",
97
- "patchAsObject": false,
98
- "ignoredFields": [],
99
- "identityAttribute": "mail",
100
- "_type": {
101
- "_id": "PatchObjectNode",
102
- "name": "Patch Object",
103
- "collection": true
104
- },
105
- "_outcomes": [
106
- {
107
- "id": "PATCHED",
108
- "displayName": "Patched"
109
- },
110
- {
111
- "id": "FAILURE",
112
- "displayName": "Failed"
113
- }
114
- ]
115
- },
116
- "cc3e1ed2-25f1-47bf-83c6-17084f8b2b2b": {
117
- "_id": "cc3e1ed2-25f1-47bf-83c6-17084f8b2b2b",
118
- "_rev": "86486605",
119
- "nodes": [
120
- {
121
- "_id": "276afa7c-a680-4cf4-a5f6-d6c78191f5c9",
122
- "nodeType": "AttributeCollectorNode",
123
- "displayName": "Attribute Collector"
124
- }
125
- ],
126
- "pageDescription": {
127
- "en": "Enter your email address or <a href=\"#/service/Login\">Sign in</a>"
128
- },
129
- "pageHeader": {
130
- "en": "Reset Password"
131
- },
132
- "_type": {
133
- "_id": "PageNode",
134
- "name": "Page Node",
135
- "collection": true
136
- },
137
- "_outcomes": [
138
- {
139
- "id": "outcome",
140
- "displayName": "Outcome"
141
- }
142
- ]
143
- },
144
- "e4c752f9-c625-48c9-9644-a58802fa9e9c": {
145
- "_id": "e4c752f9-c625-48c9-9644-a58802fa9e9c",
146
- "_rev": "1593283676",
147
- "nodes": [
148
- {
149
- "_id": "009c19c8-9572-47bb-adb2-1f092c559a43",
150
- "nodeType": "ValidatedPasswordNode",
151
- "displayName": "Platform Password"
152
- }
153
- ],
154
- "pageDescription": {
155
- "en": "Change password"
156
- },
157
- "pageHeader": {
158
- "en": "Reset Password"
159
- },
160
- "_type": {
161
- "_id": "PageNode",
162
- "name": "Page Node",
163
- "collection": true
164
- },
165
- "_outcomes": [
166
- {
167
- "id": "outcome",
168
- "displayName": "Outcome"
169
- }
170
- ]
171
- }
172
- },
173
- "scripts": {},
174
- "emailTemplates": {
175
- "resetPassword": {
176
- "_id": "emailTemplate/resetPassword",
177
- "enabled": true,
178
- "from": "",
179
- "subject": {
180
- "en": "Reset your password",
181
- "fr": "Réinitialisez votre mot de passe"
182
- },
183
- "message": {
184
- "en": "<h3>Click to reset your password</h3><h4><a href=\"{{object.resumeURI}}\">Password reset link</a></h4>",
185
- "fr": "<h3>Cliquez pour réinitialiser votre mot de passe</h3><h4><a href=\"{{object.resumeURI}}\">Mot de passe lien de réinitialisation</a></h4>"
186
- },
187
- "defaultLocale": "en",
188
- "mimeType": "text/html"
189
- }
190
- },
191
- "socialIdentityProviders": {},
192
- "themes": [],
193
- "saml2Entities": {},
194
- "circlesOfTrust": {},
195
- "tree": {
196
- "_id": "ResetPassword",
197
- "_rev": "328000516",
198
- "identityResource": "managed/alpha_user",
199
- "uiConfig": {
200
- "categories": "[\"Password Reset\"]"
201
- },
202
- "entryNodeId": "cc3e1ed2-25f1-47bf-83c6-17084f8b2b2b",
203
- "nodes": {
204
- "06c97be5-7fdd-4739-aea1-ecc7fe082865": {
205
- "connections": {
206
- "outcome": "e4c752f9-c625-48c9-9644-a58802fa9e9c"
207
- },
208
- "displayName": "Email Suspend Node",
209
- "nodeType": "EmailSuspendNode",
210
- "x": 453,
211
- "y": 66
212
- },
213
- "21b8ddf3-0203-4ae1-ab05-51cf3a3a707a": {
214
- "connections": {
215
- "false": "06c97be5-7fdd-4739-aea1-ecc7fe082865",
216
- "true": "06c97be5-7fdd-4739-aea1-ecc7fe082865"
217
- },
218
- "displayName": "Identify Existing User",
219
- "nodeType": "IdentifyExistingUserNode",
220
- "x": 271,
221
- "y": 21
222
- },
223
- "989f0bf8-a328-4217-b82b-5275d79ca8bd": {
224
- "connections": {
225
- "FAILURE": "e301438c-0bd0-429c-ab0c-66126501069a",
226
- "PATCHED": "70e691a5-1e33-4ac3-a356-e7b6d60d92e0"
227
- },
228
- "displayName": "Patch Object",
229
- "nodeType": "PatchObjectNode",
230
- "x": 819,
231
- "y": 61
232
- },
233
- "cc3e1ed2-25f1-47bf-83c6-17084f8b2b2b": {
234
- "connections": {
235
- "outcome": "21b8ddf3-0203-4ae1-ab05-51cf3a3a707a"
236
- },
237
- "displayName": "Page Node",
238
- "nodeType": "PageNode",
239
- "x": 103,
240
- "y": 50
241
- },
242
- "e4c752f9-c625-48c9-9644-a58802fa9e9c": {
243
- "connections": {
244
- "outcome": "989f0bf8-a328-4217-b82b-5275d79ca8bd"
245
- },
246
- "displayName": "Page Node",
247
- "nodeType": "PageNode",
248
- "x": 643,
249
- "y": 50
250
- }
251
- },
252
- "description": "Reset Password Tree",
253
- "staticNodes": {
254
- "70e691a5-1e33-4ac3-a356-e7b6d60d92e0": {
255
- "x": 970,
256
- "y": 79
257
- },
258
- "e301438c-0bd0-429c-ab0c-66126501069a": {
259
- "x": 981,
260
- "y": 147
261
- },
262
- "startNode": {
263
- "x": 25,
264
- "y": 25
265
- }
266
- }
267
- }
268
- }
@@ -1,323 +0,0 @@
1
- {
2
- "meta": {
3
- "origin": "https://openam-frodo-dev.forgeblocks.com/am",
4
- "exportedBy": "volker.scheuber@forgerock.com",
5
- "exportDate": "2022-06-20T17:54:11.432Z",
6
- "exportTool": "frodo",
7
- "exportToolVersion": "v0.6.1 [v18.2.0]"
8
- },
9
- "innerNodes": {
10
- "fe2962fc-4db3-4066-8624-553649afc438": {
11
- "_id": "fe2962fc-4db3-4066-8624-553649afc438",
12
- "_rev": "875005143",
13
- "validateInput": false,
14
- "passwordAttribute": "password",
15
- "_type": {
16
- "_id": "ValidatedPasswordNode",
17
- "name": "Platform Password",
18
- "collection": true
19
- },
20
- "_outcomes": [
21
- {
22
- "id": "outcome",
23
- "displayName": "Outcome"
24
- }
25
- ]
26
- },
27
- "21a99653-a7a7-47ee-b650-f493a84bba09": {
28
- "_id": "21a99653-a7a7-47ee-b650-f493a84bba09",
29
- "_rev": "688403743",
30
- "validateInput": true,
31
- "passwordAttribute": "password",
32
- "_type": {
33
- "_id": "ValidatedPasswordNode",
34
- "name": "Platform Password",
35
- "collection": true
36
- },
37
- "_outcomes": [
38
- {
39
- "id": "outcome",
40
- "displayName": "Outcome"
41
- }
42
- ]
43
- }
44
- },
45
- "nodes": {
46
- "0f0904e6-1da3-4cdb-9abf-0d2545016fab": {
47
- "_id": "0f0904e6-1da3-4cdb-9abf-0d2545016fab",
48
- "_rev": "-1218497043",
49
- "presentAttribute": "password",
50
- "identityAttribute": "userName",
51
- "_type": {
52
- "_id": "AttributePresentDecisionNode",
53
- "name": "Attribute Present Decision",
54
- "collection": true
55
- },
56
- "_outcomes": [
57
- {
58
- "id": "true",
59
- "displayName": "True"
60
- },
61
- {
62
- "id": "false",
63
- "displayName": "False"
64
- }
65
- ]
66
- },
67
- "20237b34-26cb-4a0b-958f-abb422290d42": {
68
- "_id": "20237b34-26cb-4a0b-958f-abb422290d42",
69
- "_rev": "1965792723",
70
- "nodes": [
71
- {
72
- "_id": "fe2962fc-4db3-4066-8624-553649afc438",
73
- "nodeType": "ValidatedPasswordNode",
74
- "displayName": "Platform Password"
75
- }
76
- ],
77
- "pageDescription": {
78
- "en": "Enter current password"
79
- },
80
- "pageHeader": {
81
- "en": "Verify Existing Password"
82
- },
83
- "_type": {
84
- "_id": "PageNode",
85
- "name": "Page Node",
86
- "collection": true
87
- },
88
- "_outcomes": [
89
- {
90
- "id": "outcome",
91
- "displayName": "Outcome"
92
- }
93
- ]
94
- },
95
- "3990ce1f-cce6-435b-ae1c-f138e89411c1": {
96
- "_id": "3990ce1f-cce6-435b-ae1c-f138e89411c1",
97
- "_rev": "-212483341",
98
- "identityResource": "managed/alpha_user",
99
- "patchAsObject": false,
100
- "ignoredFields": [
101
- "userName"
102
- ],
103
- "identityAttribute": "userName",
104
- "_type": {
105
- "_id": "PatchObjectNode",
106
- "name": "Patch Object",
107
- "collection": true
108
- },
109
- "_outcomes": [
110
- {
111
- "id": "PATCHED",
112
- "displayName": "Patched"
113
- },
114
- {
115
- "id": "FAILURE",
116
- "displayName": "Failed"
117
- }
118
- ]
119
- },
120
- "7d1deabe-cd98-49c8-943f-ca12305775f3": {
121
- "_id": "7d1deabe-cd98-49c8-943f-ca12305775f3",
122
- "_rev": "869693667",
123
- "_type": {
124
- "_id": "DataStoreDecisionNode",
125
- "name": "Data Store Decision",
126
- "collection": true
127
- },
128
- "_outcomes": [
129
- {
130
- "id": "true",
131
- "displayName": "True"
132
- },
133
- {
134
- "id": "false",
135
- "displayName": "False"
136
- }
137
- ]
138
- },
139
- "a3d97b53-e38a-4b24-aed0-a021050eb744": {
140
- "_id": "a3d97b53-e38a-4b24-aed0-a021050eb744",
141
- "_rev": "-1059437256",
142
- "emailSuspendMessage": {
143
- "en": "An email has been sent to your address, please verify your email address to update your password. Click the link in that email to proceed."
144
- },
145
- "identityAttribute": "userName",
146
- "emailTemplateName": "updatePassword",
147
- "emailAttribute": "mail",
148
- "objectLookup": true,
149
- "_type": {
150
- "_id": "EmailSuspendNode",
151
- "name": "Email Suspend Node",
152
- "collection": true
153
- },
154
- "_outcomes": [
155
- {
156
- "id": "outcome",
157
- "displayName": "Outcome"
158
- }
159
- ]
160
- },
161
- "d018fcd1-4e22-4160-8c41-63bee51c9cb3": {
162
- "_id": "d018fcd1-4e22-4160-8c41-63bee51c9cb3",
163
- "_rev": "-1359533036",
164
- "nodes": [
165
- {
166
- "_id": "21a99653-a7a7-47ee-b650-f493a84bba09",
167
- "nodeType": "ValidatedPasswordNode",
168
- "displayName": "Platform Password"
169
- }
170
- ],
171
- "pageDescription": {
172
- "en": "Enter new password"
173
- },
174
- "pageHeader": {
175
- "en": "Update Password"
176
- },
177
- "_type": {
178
- "_id": "PageNode",
179
- "name": "Page Node",
180
- "collection": true
181
- },
182
- "_outcomes": [
183
- {
184
- "id": "outcome",
185
- "displayName": "Outcome"
186
- }
187
- ]
188
- },
189
- "d1b79744-493a-44fe-bc26-7d324a8caa4e": {
190
- "_id": "d1b79744-493a-44fe-bc26-7d324a8caa4e",
191
- "_rev": "-716667889",
192
- "sessionDataKey": "UserToken",
193
- "sharedStateKey": "userName",
194
- "_type": {
195
- "_id": "SessionDataNode",
196
- "name": "Get Session Data",
197
- "collection": true
198
- },
199
- "_outcomes": [
200
- {
201
- "id": "outcome",
202
- "displayName": "Outcome"
203
- }
204
- ]
205
- }
206
- },
207
- "scripts": {},
208
- "emailTemplates": {
209
- "updatePassword": {
210
- "_id": "emailTemplate/updatePassword",
211
- "enabled": true,
212
- "from": "",
213
- "subject": {
214
- "en": "Update your password"
215
- },
216
- "message": {
217
- "en": "<html><head></head><body style=\"background-color: #324054; color: #5e6d82; padding: 60px; text-align: center;\"><div class=\"content\" style=\"background-color: #fff; border-radius: 4px; margin: 0 auto; padding: 48px; width: 235px;\"><h3 id=\"verifyemailtoupdatepassword\">Verify email to update password</h3><p><a href=\"{{object.resumeURI}}\" style=\"text-decoration: none; color: #109cf1;\">Update password link</a></p></div></body></html>"
218
- },
219
- "html": {
220
- "en": "<h3>Verify email to update password</h3><p><a href=\"{{object.resumeURI}}\">Update password link</a></p>"
221
- },
222
- "styles": "body{background-color:#324054;color:#5e6d82;padding:60px;text-align:center}a{text-decoration:none;color:#109cf1}.content{background-color:#fff;border-radius:4px;margin:0 auto;padding:48px;width:235px}",
223
- "defaultLocale": "en",
224
- "mimeType": "text/html"
225
- }
226
- },
227
- "socialIdentityProviders": {},
228
- "themes": [],
229
- "saml2Entities": {},
230
- "circlesOfTrust": {},
231
- "tree": {
232
- "_id": "UpdatePassword",
233
- "_rev": "-237395169",
234
- "identityResource": "managed/alpha_user",
235
- "uiConfig": {
236
- "categories": "[\"Password Reset\"]"
237
- },
238
- "entryNodeId": "d1b79744-493a-44fe-bc26-7d324a8caa4e",
239
- "nodes": {
240
- "0f0904e6-1da3-4cdb-9abf-0d2545016fab": {
241
- "connections": {
242
- "false": "a3d97b53-e38a-4b24-aed0-a021050eb744",
243
- "true": "20237b34-26cb-4a0b-958f-abb422290d42"
244
- },
245
- "displayName": "Attribute Present Decision",
246
- "nodeType": "AttributePresentDecisionNode",
247
- "x": 288,
248
- "y": 133
249
- },
250
- "20237b34-26cb-4a0b-958f-abb422290d42": {
251
- "connections": {
252
- "outcome": "7d1deabe-cd98-49c8-943f-ca12305775f3"
253
- },
254
- "displayName": "Page Node",
255
- "nodeType": "PageNode",
256
- "x": 526,
257
- "y": 46
258
- },
259
- "3990ce1f-cce6-435b-ae1c-f138e89411c1": {
260
- "connections": {
261
- "FAILURE": "e301438c-0bd0-429c-ab0c-66126501069a",
262
- "PATCHED": "70e691a5-1e33-4ac3-a356-e7b6d60d92e0"
263
- },
264
- "displayName": "Patch Object",
265
- "nodeType": "PatchObjectNode",
266
- "x": 1062,
267
- "y": 189
268
- },
269
- "7d1deabe-cd98-49c8-943f-ca12305775f3": {
270
- "connections": {
271
- "false": "e301438c-0bd0-429c-ab0c-66126501069a",
272
- "true": "d018fcd1-4e22-4160-8c41-63bee51c9cb3"
273
- },
274
- "displayName": "Data Store Decision",
275
- "nodeType": "DataStoreDecisionNode",
276
- "x": 722,
277
- "y": 45
278
- },
279
- "a3d97b53-e38a-4b24-aed0-a021050eb744": {
280
- "connections": {
281
- "outcome": "d018fcd1-4e22-4160-8c41-63bee51c9cb3"
282
- },
283
- "displayName": "Email Suspend Node",
284
- "nodeType": "EmailSuspendNode",
285
- "x": 659,
286
- "y": 223
287
- },
288
- "d018fcd1-4e22-4160-8c41-63bee51c9cb3": {
289
- "connections": {
290
- "outcome": "3990ce1f-cce6-435b-ae1c-f138e89411c1"
291
- },
292
- "displayName": "Page Node",
293
- "nodeType": "PageNode",
294
- "x": 943,
295
- "y": 30
296
- },
297
- "d1b79744-493a-44fe-bc26-7d324a8caa4e": {
298
- "connections": {
299
- "outcome": "0f0904e6-1da3-4cdb-9abf-0d2545016fab"
300
- },
301
- "displayName": "Get Session Data",
302
- "nodeType": "SessionDataNode",
303
- "x": 122,
304
- "y": 129
305
- }
306
- },
307
- "description": "Update password using active session",
308
- "staticNodes": {
309
- "70e691a5-1e33-4ac3-a356-e7b6d60d92e0": {
310
- "x": 1212,
311
- "y": 128
312
- },
313
- "e301438c-0bd0-429c-ab0c-66126501069a": {
314
- "x": 939,
315
- "y": 290
316
- },
317
- "startNode": {
318
- "x": 50,
319
- "y": 25
320
- }
321
- }
322
- }
323
- }