@epilot/sdk 2.7.5 → 2.7.7

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 (145) hide show
  1. package/LICENSE +21 -0
  2. package/definitions/blueprint-manifest-runtime.json +1 -1
  3. package/definitions/blueprint-manifest.json +744 -20
  4. package/definitions/targeting-runtime.json +1 -1
  5. package/definitions/targeting.json +201 -7
  6. package/dist/apis/access-token.cjs +6 -6
  7. package/dist/apis/access-token.js +1 -1
  8. package/dist/apis/address-suggestions.cjs +6 -6
  9. package/dist/apis/address-suggestions.js +1 -1
  10. package/dist/apis/address.cjs +6 -6
  11. package/dist/apis/address.js +1 -1
  12. package/dist/apis/ai-agents.cjs +6 -6
  13. package/dist/apis/ai-agents.js +1 -1
  14. package/dist/apis/app.cjs +6 -6
  15. package/dist/apis/app.js +1 -1
  16. package/dist/apis/audit-logs.cjs +6 -6
  17. package/dist/apis/audit-logs.js +1 -1
  18. package/dist/apis/automation.cjs +6 -6
  19. package/dist/apis/automation.js +1 -1
  20. package/dist/apis/billing.cjs +6 -6
  21. package/dist/apis/billing.js +1 -1
  22. package/dist/apis/blueprint-manifest.cjs +8 -8
  23. package/dist/apis/blueprint-manifest.d.cts +2 -2
  24. package/dist/apis/blueprint-manifest.d.ts +2 -2
  25. package/dist/apis/blueprint-manifest.js +2 -2
  26. package/dist/apis/calendar.cjs +6 -6
  27. package/dist/apis/calendar.js +1 -1
  28. package/dist/apis/configuration-hub.cjs +6 -6
  29. package/dist/apis/configuration-hub.js +1 -1
  30. package/dist/apis/consent.cjs +6 -6
  31. package/dist/apis/consent.js +1 -1
  32. package/dist/apis/customer-portal.cjs +6 -6
  33. package/dist/apis/customer-portal.js +1 -1
  34. package/dist/apis/dashboard.cjs +6 -6
  35. package/dist/apis/dashboard.js +1 -1
  36. package/dist/apis/data-governance.cjs +6 -6
  37. package/dist/apis/data-governance.js +1 -1
  38. package/dist/apis/deduplication.cjs +6 -6
  39. package/dist/apis/deduplication.js +1 -1
  40. package/dist/apis/design.cjs +6 -6
  41. package/dist/apis/design.js +1 -1
  42. package/dist/apis/document.cjs +6 -6
  43. package/dist/apis/document.js +1 -1
  44. package/dist/apis/email-settings.cjs +6 -6
  45. package/dist/apis/email-settings.js +1 -1
  46. package/dist/apis/email-template.cjs +6 -6
  47. package/dist/apis/email-template.js +1 -1
  48. package/dist/apis/entity-mapping.cjs +6 -6
  49. package/dist/apis/entity-mapping.js +1 -1
  50. package/dist/apis/entity.cjs +6 -6
  51. package/dist/apis/entity.js +1 -1
  52. package/dist/apis/environments.cjs +6 -6
  53. package/dist/apis/environments.js +1 -1
  54. package/dist/apis/event-catalog.cjs +6 -6
  55. package/dist/apis/event-catalog.js +1 -1
  56. package/dist/apis/file.cjs +6 -6
  57. package/dist/apis/file.js +1 -1
  58. package/dist/apis/iban.cjs +6 -6
  59. package/dist/apis/iban.js +1 -1
  60. package/dist/apis/integration-toolkit.cjs +6 -6
  61. package/dist/apis/integration-toolkit.js +1 -1
  62. package/dist/apis/journey.cjs +6 -6
  63. package/dist/apis/journey.js +1 -1
  64. package/dist/apis/kanban.cjs +6 -6
  65. package/dist/apis/kanban.js +1 -1
  66. package/dist/apis/message.cjs +6 -6
  67. package/dist/apis/message.js +1 -1
  68. package/dist/apis/metering.cjs +6 -6
  69. package/dist/apis/metering.js +1 -1
  70. package/dist/apis/notes.cjs +6 -6
  71. package/dist/apis/notes.js +1 -1
  72. package/dist/apis/notification.cjs +6 -6
  73. package/dist/apis/notification.js +1 -1
  74. package/dist/apis/organization.cjs +6 -6
  75. package/dist/apis/organization.js +1 -1
  76. package/dist/apis/partner-directory.cjs +6 -6
  77. package/dist/apis/partner-directory.js +1 -1
  78. package/dist/apis/permissions.cjs +6 -6
  79. package/dist/apis/permissions.js +1 -1
  80. package/dist/apis/pricing-tier.cjs +6 -6
  81. package/dist/apis/pricing-tier.js +1 -1
  82. package/dist/apis/pricing.cjs +6 -6
  83. package/dist/apis/pricing.js +1 -1
  84. package/dist/apis/purpose.cjs +6 -6
  85. package/dist/apis/purpose.js +1 -1
  86. package/dist/apis/query.cjs +6 -6
  87. package/dist/apis/query.js +1 -1
  88. package/dist/apis/sandbox.cjs +6 -6
  89. package/dist/apis/sandbox.js +1 -1
  90. package/dist/apis/sharing.cjs +6 -6
  91. package/dist/apis/sharing.js +1 -1
  92. package/dist/apis/submission.cjs +6 -6
  93. package/dist/apis/submission.js +1 -1
  94. package/dist/apis/target.cjs +6 -6
  95. package/dist/apis/target.js +1 -1
  96. package/dist/apis/targeting.cjs +8 -8
  97. package/dist/apis/targeting.d.cts +2 -2
  98. package/dist/apis/targeting.d.ts +2 -2
  99. package/dist/apis/targeting.js +2 -2
  100. package/dist/apis/template-variables.cjs +6 -6
  101. package/dist/apis/template-variables.js +1 -1
  102. package/dist/apis/user.cjs +6 -6
  103. package/dist/apis/user.js +1 -1
  104. package/dist/apis/validation-rules.cjs +6 -6
  105. package/dist/apis/validation-rules.js +1 -1
  106. package/dist/apis/webhooks.cjs +6 -6
  107. package/dist/apis/webhooks.js +1 -1
  108. package/dist/apis/workflow-definition.cjs +6 -6
  109. package/dist/apis/workflow-definition.js +1 -1
  110. package/dist/apis/workflow.cjs +6 -6
  111. package/dist/apis/workflow.js +1 -1
  112. package/dist/blueprint-manifest-6DEYW5MW.js +7 -0
  113. package/dist/blueprint-manifest-GCV7H74X.cjs +7 -0
  114. package/dist/{blueprint-manifest-runtime-QN2IECSA.cjs → blueprint-manifest-runtime-EIDOROIQ.cjs} +2 -2
  115. package/dist/{blueprint-manifest-runtime-5UN52LW5.js → blueprint-manifest-runtime-FRLU3ZSF.js} +1 -1
  116. package/dist/{blueprint-manifest.d-BPyzoR0X.d.cts → blueprint-manifest.d-B8yDxagC.d.cts} +572 -6
  117. package/dist/{blueprint-manifest.d-BPyzoR0X.d.ts → blueprint-manifest.d-B8yDxagC.d.ts} +572 -6
  118. package/dist/chunk-4YBWMDFP.js +14 -0
  119. package/dist/{chunk-QZON5VFY.cjs → chunk-FYKMGKP4.cjs} +4 -4
  120. package/dist/{chunk-JFMD3PPY.js → chunk-J45A6XX5.js} +4 -4
  121. package/dist/chunk-LSPXLT3A.js +14 -0
  122. package/dist/chunk-MCK2QUSD.cjs +14 -0
  123. package/dist/chunk-NGHCQ2FA.cjs +14 -0
  124. package/dist/index.cjs +12 -12
  125. package/dist/index.d.cts +2 -2
  126. package/dist/index.d.ts +2 -2
  127. package/dist/index.js +3 -3
  128. package/dist/js-yaml-DLCVPJ7G.js +0 -0
  129. package/dist/targeting-67M7H7T7.cjs +7 -0
  130. package/dist/targeting-XHHZ2TK4.js +7 -0
  131. package/dist/{targeting-runtime-M2VSTKFT.js → targeting-runtime-D5YUPZQM.js} +1 -1
  132. package/dist/{targeting-runtime-6JFMP262.cjs → targeting-runtime-MLMOM7CK.cjs} +2 -2
  133. package/dist/{targeting.d-BNmcVsNS.d.cts → targeting.d-DkyEBdtZ.d.cts} +138 -3
  134. package/dist/{targeting.d-BNmcVsNS.d.ts → targeting.d-DkyEBdtZ.d.ts} +138 -3
  135. package/docs/blueprint-manifest.md +728 -68
  136. package/docs/targeting.md +114 -0
  137. package/package.json +11 -12
  138. package/dist/blueprint-manifest-DBEY5PPI.js +0 -7
  139. package/dist/blueprint-manifest-IEQ6YBY7.cjs +0 -7
  140. package/dist/chunk-5WNEYQII.cjs +0 -14
  141. package/dist/chunk-BTTPWE2P.js +0 -14
  142. package/dist/chunk-L544VG3B.cjs +0 -14
  143. package/dist/chunk-O2YVXGPZ.js +0 -14
  144. package/dist/targeting-EYGYZD6M.cjs +0 -7
  145. package/dist/targeting-GEJTJN5Z.js +0 -7
@@ -43,6 +43,7 @@ const { data } = await blueprintManifestClient.getJob(...)
43
43
  - [`listMarketplaceSlugs`](#listmarketplaceslugs)
44
44
  - [`publishBlueprint`](#publishblueprint)
45
45
  - [`formatBlueprintDescription`](#formatblueprintdescription)
46
+ - [`suggestBlueprintResources`](#suggestblueprintresources)
46
47
  - [`addBlueprintResource`](#addblueprintresource)
47
48
  - [`syncDependencies`](#syncdependencies)
48
49
  - [`bulkAddBlueprintResources`](#bulkaddblueprintresources)
@@ -53,6 +54,14 @@ const { data } = await blueprintManifestClient.getJob(...)
53
54
  - [`installBlueprintV3`](#installblueprintv3)
54
55
  - [`getBlueprintLineageV3`](#getblueprintlineagev3)
55
56
 
57
+ **Patches**
58
+ - [`detectPatchChanges`](#detectpatchchanges)
59
+ - [`createPatch`](#createpatch)
60
+ - [`listPatches`](#listpatches)
61
+ - [`getPatch`](#getpatch)
62
+ - [`applyPatch`](#applypatch)
63
+ - [`retryPatchOrg`](#retrypatchorg)
64
+
56
65
  **Jobs**
57
66
  - [`listBlueprintJobs`](#listblueprintjobs)
58
67
  - [`getBlueprintJob`](#getblueprintjob)
@@ -75,9 +84,17 @@ const { data } = await blueprintManifestClient.getJob(...)
75
84
 
76
85
  **Schemas**
77
86
  - [`LineageEntry`](#lineageentry)
87
+ - [`PatchFieldDiff`](#patchfielddiff)
88
+ - [`PatchResourceDiff`](#patchresourcediff)
89
+ - [`DetectChangesResult`](#detectchangesresult)
90
+ - [`BlueprintPatch`](#blueprintpatch)
91
+ - [`OrgPatchExecution`](#orgpatchexecution)
92
+ - [`BlueprintPatchWithResults`](#blueprintpatchwithresults)
78
93
  - [`BlueprintID`](#blueprintid)
79
94
  - [`BlueprintResourceID`](#blueprintresourceid)
80
95
  - [`CommonBlueprintFields`](#commonblueprintfields)
96
+ - [`SuggestBlueprintResourcesRequest`](#suggestblueprintresourcesrequest)
97
+ - [`SuggestBlueprintResourcesResponse`](#suggestblueprintresourcesresponse)
81
98
  - [`BlueprintResource`](#blueprintresource)
82
99
  - [`BlueprintPreview`](#blueprintpreview)
83
100
  - [`CustomBlueprint`](#customblueprint)
@@ -91,6 +108,7 @@ const { data } = await blueprintManifestClient.getJob(...)
91
108
  - [`CommonBlueprintJobFields`](#commonblueprintjobfields)
92
109
  - [`BlueprintExportJob`](#blueprintexportjob)
93
110
  - [`BlueprintInstallationJob`](#blueprintinstallationjob)
111
+ - [`V3ResourceProgressEntry`](#v3resourceprogressentry)
94
112
  - [`BlueprintJob`](#blueprintjob)
95
113
  - [`BlueprintDependenciesSyncJob`](#blueprintdependenciessyncjob)
96
114
  - [`BlueprintValidateJob`](#blueprintvalidatejob)
@@ -199,8 +217,10 @@ const { data } = await client.listBlueprints({
199
217
  "source_blueprint_id": "string",
200
218
  "destination_org_id": "string",
201
219
  "destination_blueprint_id": "string",
220
+ "job_id": "string",
202
221
  "triggered_at": "1970-01-01T00:00:00.000Z",
203
- "note": "string"
222
+ "note": "string",
223
+ "status": "IN_PROGRESS"
204
224
  }
205
225
  ],
206
226
  "is_verified": true,
@@ -299,8 +319,10 @@ const { data } = await client.createBlueprint(
299
319
  source_blueprint_id: 'string',
300
320
  destination_org_id: 'string',
301
321
  destination_blueprint_id: 'string',
322
+ job_id: 'string',
302
323
  triggered_at: '1970-01-01T00:00:00.000Z',
303
- note: 'string'
324
+ note: 'string',
325
+ status: 'IN_PROGRESS'
304
326
  }
305
327
  ],
306
328
  is_verified: true,
@@ -387,8 +409,10 @@ const { data } = await client.createBlueprint(
387
409
  "source_blueprint_id": "string",
388
410
  "destination_org_id": "string",
389
411
  "destination_blueprint_id": "string",
412
+ "job_id": "string",
390
413
  "triggered_at": "1970-01-01T00:00:00.000Z",
391
- "note": "string"
414
+ "note": "string",
415
+ "status": "IN_PROGRESS"
392
416
  }
393
417
  ],
394
418
  "is_verified": true,
@@ -659,6 +683,8 @@ const { data } = await client.installBlueprint(
659
683
  source_blueprint_file: 'string',
660
684
  destination_org_id: 'string',
661
685
  destination_blueprint_id: 'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341',
686
+ source_auth_token: 'string',
687
+ destination_auth_token: 'string',
662
688
  options: {
663
689
  resources_to_ignore: ['string']
664
690
  },
@@ -703,8 +729,10 @@ const { data } = await client.getBlueprint({
703
729
  "source_blueprint_id": "string",
704
730
  "destination_org_id": "string",
705
731
  "destination_blueprint_id": "string",
732
+ "job_id": "string",
706
733
  "triggered_at": "1970-01-01T00:00:00.000Z",
707
- "note": "string"
734
+ "note": "string",
735
+ "status": "IN_PROGRESS"
708
736
  }
709
737
  ],
710
738
  "is_verified": true,
@@ -803,8 +831,10 @@ const { data } = await client.updateBlueprint(
803
831
  source_blueprint_id: 'string',
804
832
  destination_org_id: 'string',
805
833
  destination_blueprint_id: 'string',
834
+ job_id: 'string',
806
835
  triggered_at: '1970-01-01T00:00:00.000Z',
807
- note: 'string'
836
+ note: 'string',
837
+ status: 'IN_PROGRESS'
808
838
  }
809
839
  ],
810
840
  is_verified: true,
@@ -891,8 +921,10 @@ const { data } = await client.updateBlueprint(
891
921
  "source_blueprint_id": "string",
892
922
  "destination_org_id": "string",
893
923
  "destination_blueprint_id": "string",
924
+ "job_id": "string",
894
925
  "triggered_at": "1970-01-01T00:00:00.000Z",
895
- "note": "string"
926
+ "note": "string",
927
+ "status": "IN_PROGRESS"
896
928
  }
897
929
  ],
898
930
  "is_verified": true,
@@ -994,8 +1026,10 @@ const { data } = await client.deleteBlueprint({
994
1026
  "source_blueprint_id": "string",
995
1027
  "destination_org_id": "string",
996
1028
  "destination_blueprint_id": "string",
1029
+ "job_id": "string",
997
1030
  "triggered_at": "1970-01-01T00:00:00.000Z",
998
- "note": "string"
1031
+ "note": "string",
1032
+ "status": "IN_PROGRESS"
999
1033
  }
1000
1034
  ],
1001
1035
  "is_verified": true,
@@ -1107,6 +1141,365 @@ const { data } = await client.verifyBlueprint(
1107
1141
 
1108
1142
  ---
1109
1143
 
1144
+ ### `detectPatchChanges`
1145
+
1146
+ Detect changes between the current state of a blueprint's resources and its tfstate baseline.
1147
+ Returns field-level diffs for resources that have been modified since the blueprint was last installed/exp
1148
+
1149
+ `POST /v2/blueprint-manifest/blueprints/{blueprint_id}/patches:detect`
1150
+
1151
+ ```ts
1152
+ const { data } = await client.detectPatchChanges(
1153
+ {
1154
+ blueprint_id: 'example',
1155
+ },
1156
+ {
1157
+ source_org_id: 'string',
1158
+ dest_org_id: 'string',
1159
+ dest_blueprint_id: 'string',
1160
+ rollout_id: 'string'
1161
+ },
1162
+ )
1163
+ ```
1164
+
1165
+ <details>
1166
+ <summary>Response</summary>
1167
+
1168
+ ```json
1169
+ {
1170
+ "resources": [
1171
+ {
1172
+ "type": "string",
1173
+ "source_id": "string",
1174
+ "address": "string",
1175
+ "name": "string",
1176
+ "changes": [
1177
+ {
1178
+ "path": "string",
1179
+ "op": "changed",
1180
+ "baseline_value": {},
1181
+ "current_value": {}
1182
+ }
1183
+ ]
1184
+ }
1185
+ ]
1186
+ }
1187
+ ```
1188
+
1189
+ </details>
1190
+
1191
+ ---
1192
+
1193
+ ### `createPatch`
1194
+
1195
+ Create a new patch for a blueprint.
1196
+
1197
+ `POST /v2/blueprint-manifest/blueprints/{blueprint_id}/patches`
1198
+
1199
+ ```ts
1200
+ const { data } = await client.createPatch(
1201
+ {
1202
+ blueprint_id: 'example',
1203
+ },
1204
+ {
1205
+ blueprint_id: 'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341',
1206
+ rollout_id: 'string',
1207
+ source_org_id: 'string',
1208
+ name: 'string',
1209
+ description: 'string',
1210
+ resources: [
1211
+ {
1212
+ type: 'string',
1213
+ source_id: 'string',
1214
+ address: 'string',
1215
+ name: 'string',
1216
+ changes: [
1217
+ {
1218
+ path: 'string',
1219
+ op: 'changed',
1220
+ baseline_value: {},
1221
+ current_value: {}
1222
+ }
1223
+ ]
1224
+ }
1225
+ ],
1226
+ changelog: 'string'
1227
+ },
1228
+ )
1229
+ ```
1230
+
1231
+ <details>
1232
+ <summary>Response</summary>
1233
+
1234
+ ```json
1235
+ {
1236
+ "patch_id": "string",
1237
+ "version": 0,
1238
+ "blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",
1239
+ "rollout_id": "string",
1240
+ "source_org_id": "string",
1241
+ "name": "string",
1242
+ "description": "string",
1243
+ "status": "draft",
1244
+ "resources": [
1245
+ {
1246
+ "type": "string",
1247
+ "source_id": "string",
1248
+ "address": "string",
1249
+ "name": "string",
1250
+ "changes": [
1251
+ {
1252
+ "path": "string",
1253
+ "op": "changed",
1254
+ "baseline_value": {},
1255
+ "current_value": {}
1256
+ }
1257
+ ]
1258
+ }
1259
+ ],
1260
+ "changelog": "string",
1261
+ "created_by": "string",
1262
+ "created_at": "1970-01-01T00:00:00.000Z",
1263
+ "applied_at": "1970-01-01T00:00:00.000Z"
1264
+ }
1265
+ ```
1266
+
1267
+ </details>
1268
+
1269
+ ---
1270
+
1271
+ ### `listPatches`
1272
+
1273
+ List all patches for a blueprint.
1274
+
1275
+ `GET /v2/blueprint-manifest/blueprints/{blueprint_id}/patches`
1276
+
1277
+ ```ts
1278
+ const { data } = await client.listPatches({
1279
+ blueprint_id: 'example',
1280
+ })
1281
+ ```
1282
+
1283
+ <details>
1284
+ <summary>Response</summary>
1285
+
1286
+ ```json
1287
+ {
1288
+ "total": 0,
1289
+ "results": [
1290
+ {
1291
+ "patch_id": "string",
1292
+ "version": 0,
1293
+ "blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",
1294
+ "rollout_id": "string",
1295
+ "source_org_id": "string",
1296
+ "name": "string",
1297
+ "description": "string",
1298
+ "status": "draft",
1299
+ "resources": [
1300
+ {
1301
+ "type": "string",
1302
+ "source_id": "string",
1303
+ "address": "string",
1304
+ "name": "string",
1305
+ "changes": [
1306
+ {
1307
+ "path": "string",
1308
+ "op": "changed",
1309
+ "baseline_value": {},
1310
+ "current_value": {}
1311
+ }
1312
+ ]
1313
+ }
1314
+ ],
1315
+ "changelog": "string",
1316
+ "created_by": "string",
1317
+ "created_at": "1970-01-01T00:00:00.000Z",
1318
+ "applied_at": "1970-01-01T00:00:00.000Z"
1319
+ }
1320
+ ]
1321
+ }
1322
+ ```
1323
+
1324
+ </details>
1325
+
1326
+ ---
1327
+
1328
+ ### `getPatch`
1329
+
1330
+ Get a patch by ID, including per-org execution results.
1331
+
1332
+ `GET /v2/blueprint-manifest/blueprints/{blueprint_id}/patches/{patch_id}`
1333
+
1334
+ ```ts
1335
+ const { data } = await client.getPatch({
1336
+ blueprint_id: 'example',
1337
+ patch_id: 'example',
1338
+ })
1339
+ ```
1340
+
1341
+ <details>
1342
+ <summary>Response</summary>
1343
+
1344
+ ```json
1345
+ {
1346
+ "patch_id": "string",
1347
+ "version": 0,
1348
+ "blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",
1349
+ "rollout_id": "string",
1350
+ "source_org_id": "string",
1351
+ "name": "string",
1352
+ "description": "string",
1353
+ "status": "draft",
1354
+ "resources": [
1355
+ {
1356
+ "type": "string",
1357
+ "source_id": "string",
1358
+ "address": "string",
1359
+ "name": "string",
1360
+ "changes": [
1361
+ {
1362
+ "path": "string",
1363
+ "op": "changed",
1364
+ "baseline_value": {},
1365
+ "current_value": {}
1366
+ }
1367
+ ]
1368
+ }
1369
+ ],
1370
+ "changelog": "string",
1371
+ "created_by": "string",
1372
+ "created_at": "1970-01-01T00:00:00.000Z",
1373
+ "applied_at": "1970-01-01T00:00:00.000Z",
1374
+ "org_results": [
1375
+ {
1376
+ "patch_id": "string",
1377
+ "version": 0,
1378
+ "org_id": "string",
1379
+ "org_name": "string",
1380
+ "dest_blueprint_id": "string",
1381
+ "status": "pending",
1382
+ "error": "string",
1383
+ "applied_at": "1970-01-01T00:00:00.000Z",
1384
+ "retries": 0,
1385
+ "changes_applied": [
1386
+ {
1387
+ "path": "string",
1388
+ "op": "changed",
1389
+ "baseline_value": {},
1390
+ "current_value": {}
1391
+ }
1392
+ ]
1393
+ }
1394
+ ]
1395
+ }
1396
+ ```
1397
+
1398
+ </details>
1399
+
1400
+ ---
1401
+
1402
+ ### `applyPatch`
1403
+
1404
+ Apply a patch to a single destination org.
1405
+
1406
+ `POST /v2/blueprint-manifest/blueprints/{blueprint_id}/patches/{patch_id}:apply`
1407
+
1408
+ ```ts
1409
+ const { data } = await client.applyPatch(
1410
+ {
1411
+ blueprint_id: 'example',
1412
+ patch_id: 'example',
1413
+ },
1414
+ {
1415
+ org_id: 'string',
1416
+ org_name: 'string',
1417
+ dest_blueprint_id: 'string',
1418
+ dest_org_id: 'string',
1419
+ destination_auth_token: 'string'
1420
+ },
1421
+ )
1422
+ ```
1423
+
1424
+ <details>
1425
+ <summary>Response</summary>
1426
+
1427
+ ```json
1428
+ {
1429
+ "patch_id": "string",
1430
+ "version": 0,
1431
+ "org_id": "string",
1432
+ "org_name": "string",
1433
+ "dest_blueprint_id": "string",
1434
+ "status": "pending",
1435
+ "error": "string",
1436
+ "applied_at": "1970-01-01T00:00:00.000Z",
1437
+ "retries": 0,
1438
+ "changes_applied": [
1439
+ {
1440
+ "path": "string",
1441
+ "op": "changed",
1442
+ "baseline_value": {},
1443
+ "current_value": {}
1444
+ }
1445
+ ]
1446
+ }
1447
+ ```
1448
+
1449
+ </details>
1450
+
1451
+ ---
1452
+
1453
+ ### `retryPatchOrg`
1454
+
1455
+ Retry a failed patch execution for a specific org.
1456
+
1457
+ `POST /v2/blueprint-manifest/blueprints/{blueprint_id}/patches/{patch_id}/orgs/{org_id}:retry`
1458
+
1459
+ ```ts
1460
+ const { data } = await client.retryPatchOrg(
1461
+ {
1462
+ blueprint_id: 'example',
1463
+ patch_id: 'example',
1464
+ org_id: 'example',
1465
+ },
1466
+ {
1467
+ org_name: 'string',
1468
+ dest_blueprint_id: 'string',
1469
+ destination_auth_token: 'string'
1470
+ },
1471
+ )
1472
+ ```
1473
+
1474
+ <details>
1475
+ <summary>Response</summary>
1476
+
1477
+ ```json
1478
+ {
1479
+ "patch_id": "string",
1480
+ "version": 0,
1481
+ "org_id": "string",
1482
+ "org_name": "string",
1483
+ "dest_blueprint_id": "string",
1484
+ "status": "pending",
1485
+ "error": "string",
1486
+ "applied_at": "1970-01-01T00:00:00.000Z",
1487
+ "retries": 0,
1488
+ "changes_applied": [
1489
+ {
1490
+ "path": "string",
1491
+ "op": "changed",
1492
+ "baseline_value": {},
1493
+ "current_value": {}
1494
+ }
1495
+ ]
1496
+ }
1497
+ ```
1498
+
1499
+ </details>
1500
+
1501
+ ---
1502
+
1110
1503
  ### `exportBlueprint`
1111
1504
 
1112
1505
  Kick off a new blueprint export job. Returns 202 Accepted with Location header pointing to the job resource.
@@ -1210,6 +1603,54 @@ const { data } = await client.formatBlueprintDescription(
1210
1603
 
1211
1604
  ---
1212
1605
 
1606
+ ### `suggestBlueprintResources`
1607
+
1608
+ Suggest resources to add to a blueprint based on a natural-language prompt.
1609
+
1610
+ `POST /v2/blueprint-manifest/blueprints:suggest-resources`
1611
+
1612
+ ```ts
1613
+ const { data } = await client.suggestBlueprintResources(
1614
+ null,
1615
+ {
1616
+ prompt: 'everything for the hausanschluss use case',
1617
+ blueprint_id: 'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341'
1618
+ },
1619
+ )
1620
+ ```
1621
+
1622
+ <details>
1623
+ <summary>Response</summary>
1624
+
1625
+ ```json
1626
+ {
1627
+ "resources": [
1628
+ {
1629
+ "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",
1630
+ "name": "string",
1631
+ "type": "designbuilder",
1632
+ "address": "string",
1633
+ "is_root": true,
1634
+ "is_ready": true,
1635
+ "is_hidden": true,
1636
+ "is_disabled": false,
1637
+ "hard_dependencies": ["designbuilder"],
1638
+ "parent_resource_ids": ["c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341"],
1639
+ "depends_on_addresses": ["string"],
1640
+ "impact_on_install": ["create"],
1641
+ "impact_on_install_reason": ["string"]
1642
+ }
1643
+ ],
1644
+ "suggested_blueprint_name": "Hausanschluss",
1645
+ "explanation": "string",
1646
+ "add_dependencies_recommended": true
1647
+ }
1648
+ ```
1649
+
1650
+ </details>
1651
+
1652
+ ---
1653
+
1213
1654
  ### `addBlueprintResource`
1214
1655
 
1215
1656
  Add a resource to a Blueprint
@@ -1755,6 +2196,18 @@ const { data } = await client.continueInstallationJob(
1755
2196
  "destination_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",
1756
2197
  "destination_org_id": "string",
1757
2198
  "slug": "string",
2199
+ "sync_engine": "terraform",
2200
+ "resource_progress": [
2201
+ {
2202
+ "lineage_id": "string",
2203
+ "type": "string",
2204
+ "address": "string",
2205
+ "name": "string",
2206
+ "status": "pending",
2207
+ "target_id": "string",
2208
+ "error_message": "string"
2209
+ }
2210
+ ],
1758
2211
  "status": "IN_PROGRESS"
1759
2212
  }
1760
2213
  ```
@@ -2418,18 +2871,7 @@ Install Blueprint V3
2418
2871
  ```ts
2419
2872
  const { data } = await client.installBlueprintV3(
2420
2873
  null,
2421
- {
2422
- source_org_id: 'string',
2423
- source_blueprint_id: 'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341',
2424
- source_blueprint_file: 'string',
2425
- destination_org_id: 'string',
2426
- destination_blueprint_id: 'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341',
2427
- destination_auth_token: 'string',
2428
- options: {
2429
- resources_to_ignore: ['string']
2430
- },
2431
- slug: 'string'
2432
- },
2874
+ {},
2433
2875
  )
2434
2876
  ```
2435
2877
 
@@ -2478,13 +2920,161 @@ const { data } = await client.getBlueprintLineageV3({
2478
2920
  type LineageEntry = {
2479
2921
  lineage_id?: string
2480
2922
  target_id?: string
2481
- resource_type?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
2923
+ resource_type?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
2482
2924
  blueprint_instance_ids?: string[]
2483
2925
  fidelity?: "full" | "partial"
2484
2926
  last_synced_at?: string // date-time
2485
2927
  }
2486
2928
  ```
2487
2929
 
2930
+ ### `PatchFieldDiff`
2931
+
2932
+ ```ts
2933
+ type PatchFieldDiff = {
2934
+ path?: string
2935
+ op?: "changed" | "added" | "removed"
2936
+ baseline_value?: unknown
2937
+ current_value?: unknown
2938
+ }
2939
+ ```
2940
+
2941
+ ### `PatchResourceDiff`
2942
+
2943
+ ```ts
2944
+ type PatchResourceDiff = {
2945
+ type?: string
2946
+ source_id?: string
2947
+ address?: string
2948
+ name?: string
2949
+ changes?: Array<{
2950
+ path?: string
2951
+ op?: "changed" | "added" | "removed"
2952
+ baseline_value?: unknown
2953
+ current_value?: unknown
2954
+ }>
2955
+ }
2956
+ ```
2957
+
2958
+ ### `DetectChangesResult`
2959
+
2960
+ ```ts
2961
+ type DetectChangesResult = {
2962
+ resources?: Array<{
2963
+ type?: string
2964
+ source_id?: string
2965
+ address?: string
2966
+ name?: string
2967
+ changes?: Array<{
2968
+ path?: { ... }
2969
+ op?: { ... }
2970
+ baseline_value?: { ... }
2971
+ current_value?: { ... }
2972
+ }>
2973
+ }>
2974
+ }
2975
+ ```
2976
+
2977
+ ### `BlueprintPatch`
2978
+
2979
+ ```ts
2980
+ type BlueprintPatch = {
2981
+ patch_id?: string
2982
+ version?: number
2983
+ blueprint_id?: string
2984
+ rollout_id?: string
2985
+ source_org_id?: string
2986
+ name?: string
2987
+ description?: string
2988
+ status?: "draft" | "ready" | "applying" | "applied" | "partial"
2989
+ resources?: Array<{
2990
+ type?: string
2991
+ source_id?: string
2992
+ address?: string
2993
+ name?: string
2994
+ changes?: Array<{
2995
+ path?: { ... }
2996
+ op?: { ... }
2997
+ baseline_value?: { ... }
2998
+ current_value?: { ... }
2999
+ }>
3000
+ }>
3001
+ changelog?: string
3002
+ created_by?: string
3003
+ created_at?: string // date-time
3004
+ applied_at?: string // date-time
3005
+ }
3006
+ ```
3007
+
3008
+ ### `OrgPatchExecution`
3009
+
3010
+ ```ts
3011
+ type OrgPatchExecution = {
3012
+ patch_id?: string
3013
+ version?: number
3014
+ org_id?: string
3015
+ org_name?: string
3016
+ dest_blueprint_id?: string
3017
+ status?: "pending" | "in_progress" | "success" | "failed"
3018
+ error?: string
3019
+ applied_at?: string // date-time
3020
+ retries?: number
3021
+ changes_applied?: Array<{
3022
+ path?: string
3023
+ op?: "changed" | "added" | "removed"
3024
+ baseline_value?: unknown
3025
+ current_value?: unknown
3026
+ }>
3027
+ }
3028
+ ```
3029
+
3030
+ ### `BlueprintPatchWithResults`
3031
+
3032
+ ```ts
3033
+ type BlueprintPatchWithResults = {
3034
+ patch_id?: string
3035
+ version?: number
3036
+ blueprint_id?: string
3037
+ rollout_id?: string
3038
+ source_org_id?: string
3039
+ name?: string
3040
+ description?: string
3041
+ status?: "draft" | "ready" | "applying" | "applied" | "partial"
3042
+ resources?: Array<{
3043
+ type?: string
3044
+ source_id?: string
3045
+ address?: string
3046
+ name?: string
3047
+ changes?: Array<{
3048
+ path?: { ... }
3049
+ op?: { ... }
3050
+ baseline_value?: { ... }
3051
+ current_value?: { ... }
3052
+ }>
3053
+ }>
3054
+ changelog?: string
3055
+ created_by?: string
3056
+ created_at?: string // date-time
3057
+ applied_at?: string // date-time
3058
+ org_results?: Array<{
3059
+ patch_id?: string
3060
+ version?: number
3061
+ org_id?: string
3062
+ org_name?: string
3063
+ dest_blueprint_id?: string
3064
+ status?: "pending" | "in_progress" | "success" | "failed"
3065
+ error?: string
3066
+ applied_at?: string // date-time
3067
+ retries?: number
3068
+ changes_applied?: Array<{
3069
+ path?: { ... }
3070
+ op?: { ... }
3071
+ baseline_value?: { ... }
3072
+ current_value?: { ... }
3073
+ }>
3074
+ }>
3075
+ }
3076
+ ```
3077
+
2488
3078
  ### `BlueprintID`
2489
3079
 
2490
3080
  ID of a blueprint
@@ -2518,8 +3108,10 @@ type CommonBlueprintFields = {
2518
3108
  source_blueprint_id?: string
2519
3109
  destination_org_id?: string
2520
3110
  destination_blueprint_id?: string
3111
+ job_id?: string
2521
3112
  triggered_at?: string // date-time
2522
3113
  note?: string
3114
+ status?: "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"
2523
3115
  }>
2524
3116
  is_verified?: boolean
2525
3117
  latest_verification?: {
@@ -2567,19 +3159,53 @@ type CommonBlueprintFields = {
2567
3159
  }
2568
3160
  ```
2569
3161
 
3162
+ ### `SuggestBlueprintResourcesRequest`
3163
+
3164
+ ```ts
3165
+ type SuggestBlueprintResourcesRequest = {
3166
+ prompt: string
3167
+ blueprint_id?: string
3168
+ }
3169
+ ```
3170
+
3171
+ ### `SuggestBlueprintResourcesResponse`
3172
+
3173
+ ```ts
3174
+ type SuggestBlueprintResourcesResponse = {
3175
+ resources: Array<{
3176
+ id: string
3177
+ name?: string
3178
+ type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
3179
+ address?: string
3180
+ is_root?: boolean
3181
+ is_ready?: boolean
3182
+ is_hidden?: boolean
3183
+ is_disabled?: boolean
3184
+ hard_dependencies?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"[]
3185
+ parent_resource_ids?: string[]
3186
+ depends_on_addresses?: string[]
3187
+ impact_on_install?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]
3188
+ impact_on_install_reason?: string[]
3189
+ }>
3190
+ suggested_blueprint_name?: string
3191
+ explanation?: string
3192
+ add_dependencies_recommended?: boolean
3193
+ }
3194
+ ```
3195
+
2570
3196
  ### `BlueprintResource`
2571
3197
 
2572
3198
  ```ts
2573
3199
  type BlueprintResource = {
2574
3200
  id: string
2575
3201
  name?: string
2576
- type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
3202
+ type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
2577
3203
  address?: string
2578
3204
  is_root?: boolean
2579
3205
  is_ready?: boolean
2580
3206
  is_hidden?: boolean
2581
3207
  is_disabled?: boolean
2582
- hard_dependencies?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"[]
3208
+ hard_dependencies?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"[]
2583
3209
  parent_resource_ids?: string[]
2584
3210
  depends_on_addresses?: string[]
2585
3211
  impact_on_install?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]
@@ -2621,13 +3247,13 @@ type BlueprintPreview = {
2621
3247
  resources: Array<{
2622
3248
  id: string
2623
3249
  name?: string
2624
- type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
3250
+ type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
2625
3251
  address?: string
2626
3252
  is_root?: boolean
2627
3253
  is_ready?: boolean
2628
3254
  is_hidden?: boolean
2629
3255
  is_disabled?: boolean
2630
- hard_dependencies?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"[]
3256
+ hard_dependencies?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"[]
2631
3257
  parent_resource_ids?: string[]
2632
3258
  depends_on_addresses?: string[]
2633
3259
  impact_on_install?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]
@@ -2653,8 +3279,10 @@ type CustomBlueprint = {
2653
3279
  source_blueprint_id?: string
2654
3280
  destination_org_id?: string
2655
3281
  destination_blueprint_id?: string
3282
+ job_id?: string
2656
3283
  triggered_at?: string // date-time
2657
3284
  note?: string
3285
+ status?: "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"
2658
3286
  }>
2659
3287
  is_verified?: boolean
2660
3288
  latest_verification?: {
@@ -2702,13 +3330,13 @@ type CustomBlueprint = {
2702
3330
  resources?: Array<{
2703
3331
  id: string
2704
3332
  name?: string
2705
- type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
3333
+ type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
2706
3334
  address?: string
2707
3335
  is_root?: boolean
2708
3336
  is_ready?: boolean
2709
3337
  is_hidden?: boolean
2710
3338
  is_disabled?: boolean
2711
- hard_dependencies?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"[]
3339
+ hard_dependencies?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"[]
2712
3340
  parent_resource_ids?: string[]
2713
3341
  depends_on_addresses?: string[]
2714
3342
  impact_on_install?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]
@@ -2735,8 +3363,10 @@ type FileBlueprint = {
2735
3363
  source_blueprint_id?: string
2736
3364
  destination_org_id?: string
2737
3365
  destination_blueprint_id?: string
3366
+ job_id?: string
2738
3367
  triggered_at?: string // date-time
2739
3368
  note?: string
3369
+ status?: "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"
2740
3370
  }>
2741
3371
  is_verified?: boolean
2742
3372
  latest_verification?: {
@@ -2785,13 +3415,13 @@ type FileBlueprint = {
2785
3415
  resources?: Array<{
2786
3416
  id: string
2787
3417
  name?: string
2788
- type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
3418
+ type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
2789
3419
  address?: string
2790
3420
  is_root?: boolean
2791
3421
  is_ready?: boolean
2792
3422
  is_hidden?: boolean
2793
3423
  is_disabled?: boolean
2794
- hard_dependencies?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"[]
3424
+ hard_dependencies?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"[]
2795
3425
  parent_resource_ids?: string[]
2796
3426
  depends_on_addresses?: string[]
2797
3427
  impact_on_install?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]
@@ -2817,8 +3447,10 @@ type MarketplaceBlueprint = {
2817
3447
  source_blueprint_id?: string
2818
3448
  destination_org_id?: string
2819
3449
  destination_blueprint_id?: string
3450
+ job_id?: string
2820
3451
  triggered_at?: string // date-time
2821
3452
  note?: string
3453
+ status?: "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"
2822
3454
  }>
2823
3455
  is_verified?: boolean
2824
3456
  latest_verification?: {
@@ -2867,13 +3499,13 @@ type MarketplaceBlueprint = {
2867
3499
  resources?: Array<{
2868
3500
  id: string
2869
3501
  name?: string
2870
- type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
3502
+ type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
2871
3503
  address?: string
2872
3504
  is_root?: boolean
2873
3505
  is_ready?: boolean
2874
3506
  is_hidden?: boolean
2875
3507
  is_disabled?: boolean
2876
- hard_dependencies?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"[]
3508
+ hard_dependencies?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"[]
2877
3509
  parent_resource_ids?: string[]
2878
3510
  depends_on_addresses?: string[]
2879
3511
  impact_on_install?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]
@@ -2931,8 +3563,10 @@ type DeployedBlueprint = {
2931
3563
  source_blueprint_id?: string
2932
3564
  destination_org_id?: string
2933
3565
  destination_blueprint_id?: string
3566
+ job_id?: string
2934
3567
  triggered_at?: string // date-time
2935
3568
  note?: string
3569
+ status?: "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"
2936
3570
  }>
2937
3571
  is_verified?: boolean
2938
3572
  latest_verification?: {
@@ -2981,13 +3615,13 @@ type DeployedBlueprint = {
2981
3615
  resources?: Array<{
2982
3616
  id: string
2983
3617
  name?: string
2984
- type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
3618
+ type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
2985
3619
  address?: string
2986
3620
  is_root?: boolean
2987
3621
  is_ready?: boolean
2988
3622
  is_hidden?: boolean
2989
3623
  is_disabled?: boolean
2990
- hard_dependencies?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"[]
3624
+ hard_dependencies?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"[]
2991
3625
  parent_resource_ids?: string[]
2992
3626
  depends_on_addresses?: string[]
2993
3627
  impact_on_install?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]
@@ -3013,8 +3647,10 @@ type AppBlueprint = {
3013
3647
  source_blueprint_id?: string
3014
3648
  destination_org_id?: string
3015
3649
  destination_blueprint_id?: string
3650
+ job_id?: string
3016
3651
  triggered_at?: string // date-time
3017
3652
  note?: string
3653
+ status?: "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"
3018
3654
  }>
3019
3655
  is_verified?: boolean
3020
3656
  latest_verification?: {
@@ -3063,13 +3699,13 @@ type AppBlueprint = {
3063
3699
  resources?: Array<{
3064
3700
  id: string
3065
3701
  name?: string
3066
- type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
3702
+ type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
3067
3703
  address?: string
3068
3704
  is_root?: boolean
3069
3705
  is_ready?: boolean
3070
3706
  is_hidden?: boolean
3071
3707
  is_disabled?: boolean
3072
- hard_dependencies?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"[]
3708
+ hard_dependencies?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"[]
3073
3709
  parent_resource_ids?: string[]
3074
3710
  depends_on_addresses?: string[]
3075
3711
  impact_on_install?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]
@@ -3095,8 +3731,10 @@ type Blueprint = {
3095
3731
  source_blueprint_id?: string
3096
3732
  destination_org_id?: string
3097
3733
  destination_blueprint_id?: string
3734
+ job_id?: string
3098
3735
  triggered_at?: string // date-time
3099
3736
  note?: string
3737
+ status?: "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"
3100
3738
  }>
3101
3739
  is_verified?: boolean
3102
3740
  latest_verification?: {
@@ -3144,13 +3782,13 @@ type Blueprint = {
3144
3782
  resources?: Array<{
3145
3783
  id: string
3146
3784
  name?: string
3147
- type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
3785
+ type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
3148
3786
  address?: string
3149
3787
  is_root?: boolean
3150
3788
  is_ready?: boolean
3151
3789
  is_hidden?: boolean
3152
3790
  is_disabled?: boolean
3153
- hard_dependencies?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"[]
3791
+ hard_dependencies?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"[]
3154
3792
  parent_resource_ids?: string[]
3155
3793
  depends_on_addresses?: string[]
3156
3794
  impact_on_install?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]
@@ -3171,16 +3809,14 @@ type Blueprint = {
3171
3809
  source_blueprint_id?: string
3172
3810
  destination_org_id?: string
3173
3811
  destination_blueprint_id?: string
3812
+ job_id?: string
3174
3813
  triggered_at?: string // date-time
3175
3814
  note?: string
3815
+ status?: "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"
3176
3816
  }>
3177
3817
  is_verified?: boolean
3178
3818
  latest_verification?: {
3179
3819
  job_id?: string
3180
- status?: "IN_PROGRESS" | "SUCCESS" | "FAILED"
3181
- triggered_at?: string // date-time
3182
- source_org_id?: string
3183
- source_blueprint_id?: string
3184
3820
  // ...
3185
3821
  }
3186
3822
  ```
@@ -3293,10 +3929,34 @@ type BlueprintInstallationJob = {
3293
3929
  destination_blueprint_id?: string
3294
3930
  destination_org_id?: string
3295
3931
  slug?: string
3932
+ sync_engine?: "terraform" | "v3"
3933
+ resource_progress?: Array<{
3934
+ lineage_id: string
3935
+ type: string
3936
+ address: string
3937
+ name?: string
3938
+ status: "pending" | "in_progress" | "done" | "failed" | "skipped"
3939
+ target_id?: string
3940
+ error_message?: string
3941
+ }>
3296
3942
  status?: "IN_PROGRESS" | "WAITING_USER_ACTION" | "CANCELED" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"
3297
3943
  }
3298
3944
  ```
3299
3945
 
3946
+ ### `V3ResourceProgressEntry`
3947
+
3948
+ ```ts
3949
+ type V3ResourceProgressEntry = {
3950
+ lineage_id: string
3951
+ type: string
3952
+ address: string
3953
+ name?: string
3954
+ status: "pending" | "in_progress" | "done" | "failed" | "skipped"
3955
+ target_id?: string
3956
+ error_message?: string
3957
+ }
3958
+ ```
3959
+
3300
3960
  ### `BlueprintJob`
3301
3961
 
3302
3962
  ```ts
@@ -3361,6 +4021,16 @@ type BlueprintJob = {
3361
4021
  destination_blueprint_id?: string
3362
4022
  destination_org_id?: string
3363
4023
  slug?: string
4024
+ sync_engine?: "terraform" | "v3"
4025
+ resource_progress?: Array<{
4026
+ lineage_id: string
4027
+ type: string
4028
+ address: string
4029
+ name?: string
4030
+ status: "pending" | "in_progress" | "done" | "failed" | "skipped"
4031
+ target_id?: string
4032
+ error_message?: string
4033
+ }>
3364
4034
  status?: "IN_PROGRESS" | "WAITING_USER_ACTION" | "CANCELED" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"
3365
4035
  } | {
3366
4036
  id?: string
@@ -3390,16 +4060,6 @@ type BlueprintJob = {
3390
4060
  status?: "IN_PROGRESS" | "SUCCESS" | "FAILED" | "CANCELED"
3391
4061
  } | {
3392
4062
  id?: string
3393
- events?: Array<{
3394
- timestamp?: string // date-time
3395
- message?: string
3396
- errors?: Array<{
3397
- error?: { ... }
3398
- code?: { ... }
3399
- data?: { ... }
3400
- }>
3401
- level?: "info" | "warning" | "error"
3402
- data?: {
3403
4063
  // ...
3404
4064
  }
3405
4065
  ```
@@ -3521,7 +4181,7 @@ type BlueprintVerificationJob = {
3521
4181
  fetch_errors?: number
3522
4182
  }
3523
4183
  resource_results?: Array<{
3524
- resource_type?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
4184
+ resource_type?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
3525
4185
  resource_name?: string
3526
4186
  source_resource_id?: string
3527
4187
  destination_resource_id?: string
@@ -3575,7 +4235,7 @@ type VerificationSummary = {
3575
4235
 
3576
4236
  ```ts
3577
4237
  type ResourceVerificationResult = {
3578
- resource_type?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
4238
+ resource_type?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
3579
4239
  resource_name?: string
3580
4240
  source_resource_id?: string
3581
4241
  destination_resource_id?: string
@@ -3827,7 +4487,7 @@ type JobStatus = "PENDING" | "STARTED" | "WAITING_USER_ACTION" | "CANCELED" | "I
3827
4487
  Type of the resource
3828
4488
 
3829
4489
  ```ts
3830
- type ResourceNodeType = "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
4490
+ type ResourceNodeType = "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
3831
4491
  ```
3832
4492
 
3833
4493
  ### `PlanChanges`
@@ -3841,7 +4501,7 @@ type PlanChanges = "create" | "update" | "internal-update" | "no-op" | "delete"
3841
4501
  ```ts
3842
4502
  type CommonResourceNode = {
3843
4503
  id: string
3844
- type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
4504
+ type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
3845
4505
  name?: string
3846
4506
  source_id?: string
3847
4507
  is_virtual?: boolean
@@ -3853,14 +4513,14 @@ type CommonResourceNode = {
3853
4513
  ```ts
3854
4514
  type RootResourceNode = {
3855
4515
  id: string
3856
- type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
4516
+ type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
3857
4517
  name?: string
3858
4518
  source_id?: string
3859
4519
  is_virtual?: boolean
3860
4520
  address?: string
3861
4521
  dependencies?: Array<{
3862
4522
  id: string
3863
- type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
4523
+ type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
3864
4524
  name?: string
3865
4525
  source_id?: string
3866
4526
  is_virtual?: true
@@ -3887,13 +4547,13 @@ type RootResourceNode = {
3887
4547
  ```ts
3888
4548
  type VirtualResourceNodeGroup = {
3889
4549
  id: string
3890
- type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
4550
+ type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
3891
4551
  name?: string
3892
4552
  source_id?: string
3893
4553
  is_virtual?: true
3894
4554
  dependencies?: Array<{
3895
4555
  id: string
3896
- type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
4556
+ type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
3897
4557
  name?: string
3898
4558
  source_id?: string
3899
4559
  is_virtual?: boolean
@@ -3925,14 +4585,14 @@ type VirtualResourceNodeGroup = {
3925
4585
  ```ts
3926
4586
  type ResourceNode = {
3927
4587
  id: string
3928
- type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
4588
+ type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
3929
4589
  name?: string
3930
4590
  source_id?: string
3931
4591
  is_virtual?: boolean
3932
4592
  address?: string
3933
4593
  dependencies?: Array<{
3934
4594
  id: string
3935
- type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
4595
+ type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
3936
4596
  name?: string
3937
4597
  source_id?: string
3938
4598
  is_virtual?: boolean
@@ -3958,7 +4618,7 @@ type ResourceNode = {
3958
4618
  }>
3959
4619
  parents?: Array<{
3960
4620
  id?: string
3961
- type?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
4621
+ type?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
3962
4622
  }>
3963
4623
  changes?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]
3964
4624
  changes_reason?: string[]
@@ -3977,7 +4637,7 @@ type Job = {
3977
4637
  plan_file_content?: string
3978
4638
  resources_to_export?: Array<{
3979
4639
  id: string
3980
- type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
4640
+ type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
3981
4641
  name?: string
3982
4642
  source_id?: string
3983
4643
  is_virtual?: boolean
@@ -3994,7 +4654,7 @@ type Job = {
3994
4654
  changes_reason?: string[]
3995
4655
  }> | {
3996
4656
  id: string
3997
- type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
4657
+ type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
3998
4658
  name?: string
3999
4659
  source_id?: string
4000
4660
  is_virtual?: boolean
@@ -4013,7 +4673,7 @@ type Job = {
4013
4673
  large_resources_to_export_url?: string
4014
4674
  resources_to_import?: Array<{
4015
4675
  id: string
4016
- type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
4676
+ type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
4017
4677
  name?: string
4018
4678
  source_id?: string
4019
4679
  is_virtual?: boolean
@@ -4030,7 +4690,7 @@ type Job = {
4030
4690
  changes_reason?: string[]
4031
4691
  }> | {
4032
4692
  id: string
4033
- type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
4693
+ type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
4034
4694
  name?: string
4035
4695
  source_id?: string
4036
4696
  is_virtual?: boolean
@@ -4154,7 +4814,7 @@ type CommonImportFields = {
4154
4814
  source_type?: "file" | "marketplace" | "sandbox"
4155
4815
  imported_resources?: Array<{
4156
4816
  id: string
4157
- type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
4817
+ type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
4158
4818
  name?: string
4159
4819
  source_id?: string
4160
4820
  is_virtual?: boolean
@@ -4171,7 +4831,7 @@ type CommonImportFields = {
4171
4831
  changes_reason?: string[]
4172
4832
  }> | {
4173
4833
  id: string
4174
- type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
4834
+ type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
4175
4835
  name?: string
4176
4836
  source_id?: string
4177
4837
  is_virtual?: boolean
@@ -4271,7 +4931,7 @@ type CallerIdentity = {
4271
4931
  type SelectedResources = {
4272
4932
  exported_root_resources: Array<{
4273
4933
  id: string
4274
- type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable"
4934
+ type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"
4275
4935
  address?: string
4276
4936
  }>
4277
4937
  selected_resources: string[]