@epilot/sdk 2.4.4 → 2.6.0

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 (215) hide show
  1. package/definitions/app.json +137 -58
  2. package/definitions/customer-portal-runtime.json +1 -1
  3. package/definitions/customer-portal.json +496 -24
  4. package/definitions/entity.json +185 -8
  5. package/definitions/integration-toolkit-runtime.json +1 -1
  6. package/definitions/integration-toolkit.json +480 -4
  7. package/definitions/metering-runtime.json +1 -1
  8. package/definitions/metering.json +728 -64
  9. package/definitions/webhooks-runtime.json +1 -1
  10. package/definitions/webhooks.json +134 -4
  11. package/dist/apis/access-token.cjs +6 -6
  12. package/dist/apis/access-token.js +1 -1
  13. package/dist/apis/address-suggestions.cjs +6 -6
  14. package/dist/apis/address-suggestions.js +1 -1
  15. package/dist/apis/address.cjs +6 -6
  16. package/dist/apis/address.js +1 -1
  17. package/dist/apis/ai-agents.cjs +6 -6
  18. package/dist/apis/ai-agents.js +1 -1
  19. package/dist/apis/app.cjs +8 -8
  20. package/dist/apis/app.d.cts +2 -2
  21. package/dist/apis/app.d.ts +2 -2
  22. package/dist/apis/app.js +2 -2
  23. package/dist/apis/audit-logs.cjs +6 -6
  24. package/dist/apis/audit-logs.js +1 -1
  25. package/dist/apis/automation.cjs +6 -6
  26. package/dist/apis/automation.js +1 -1
  27. package/dist/apis/billing.cjs +6 -6
  28. package/dist/apis/billing.js +1 -1
  29. package/dist/apis/blueprint-manifest.cjs +6 -6
  30. package/dist/apis/blueprint-manifest.js +1 -1
  31. package/dist/apis/calendar.cjs +6 -6
  32. package/dist/apis/calendar.js +1 -1
  33. package/dist/apis/configuration-hub.cjs +6 -6
  34. package/dist/apis/configuration-hub.js +1 -1
  35. package/dist/apis/consent.cjs +6 -6
  36. package/dist/apis/consent.js +1 -1
  37. package/dist/apis/customer-portal.cjs +8 -8
  38. package/dist/apis/customer-portal.d.cts +2 -2
  39. package/dist/apis/customer-portal.d.ts +2 -2
  40. package/dist/apis/customer-portal.js +2 -2
  41. package/dist/apis/dashboard.cjs +6 -6
  42. package/dist/apis/dashboard.js +1 -1
  43. package/dist/apis/data-governance.cjs +6 -6
  44. package/dist/apis/data-governance.js +1 -1
  45. package/dist/apis/deduplication.cjs +6 -6
  46. package/dist/apis/deduplication.js +1 -1
  47. package/dist/apis/design.cjs +6 -6
  48. package/dist/apis/design.js +1 -1
  49. package/dist/apis/document.cjs +6 -6
  50. package/dist/apis/document.js +1 -1
  51. package/dist/apis/email-settings.cjs +6 -6
  52. package/dist/apis/email-settings.js +1 -1
  53. package/dist/apis/email-template.cjs +6 -6
  54. package/dist/apis/email-template.js +1 -1
  55. package/dist/apis/entity-mapping.cjs +6 -6
  56. package/dist/apis/entity-mapping.js +1 -1
  57. package/dist/apis/entity.cjs +6 -6
  58. package/dist/apis/entity.d.cts +2 -2
  59. package/dist/apis/entity.d.ts +2 -2
  60. package/dist/apis/entity.js +1 -1
  61. package/dist/apis/environments.cjs +6 -6
  62. package/dist/apis/environments.js +1 -1
  63. package/dist/apis/event-catalog.cjs +6 -6
  64. package/dist/apis/event-catalog.js +1 -1
  65. package/dist/apis/file.cjs +6 -6
  66. package/dist/apis/file.js +1 -1
  67. package/dist/apis/iban.cjs +6 -6
  68. package/dist/apis/iban.js +1 -1
  69. package/dist/apis/integration-toolkit.cjs +8 -8
  70. package/dist/apis/integration-toolkit.d.cts +2 -2
  71. package/dist/apis/integration-toolkit.d.ts +2 -2
  72. package/dist/apis/integration-toolkit.js +2 -2
  73. package/dist/apis/journey.cjs +6 -6
  74. package/dist/apis/journey.js +1 -1
  75. package/dist/apis/kanban.cjs +6 -6
  76. package/dist/apis/kanban.js +1 -1
  77. package/dist/apis/message.cjs +6 -6
  78. package/dist/apis/message.js +1 -1
  79. package/dist/apis/metering.cjs +8 -8
  80. package/dist/apis/metering.d.cts +2 -2
  81. package/dist/apis/metering.d.ts +2 -2
  82. package/dist/apis/metering.js +2 -2
  83. package/dist/apis/notes.cjs +6 -6
  84. package/dist/apis/notes.d.cts +2 -2
  85. package/dist/apis/notes.d.ts +2 -2
  86. package/dist/apis/notes.js +1 -1
  87. package/dist/apis/notification.cjs +6 -6
  88. package/dist/apis/notification.js +1 -1
  89. package/dist/apis/organization.cjs +6 -6
  90. package/dist/apis/organization.js +1 -1
  91. package/dist/apis/partner-directory.cjs +6 -6
  92. package/dist/apis/partner-directory.js +1 -1
  93. package/dist/apis/permissions.cjs +6 -6
  94. package/dist/apis/permissions.js +1 -1
  95. package/dist/apis/pricing-tier.cjs +6 -6
  96. package/dist/apis/pricing-tier.js +1 -1
  97. package/dist/apis/pricing.cjs +6 -6
  98. package/dist/apis/pricing.js +1 -1
  99. package/dist/apis/purpose.cjs +6 -6
  100. package/dist/apis/purpose.js +1 -1
  101. package/dist/apis/query.cjs +6 -6
  102. package/dist/apis/query.js +1 -1
  103. package/dist/apis/sandbox.cjs +6 -6
  104. package/dist/apis/sandbox.js +1 -1
  105. package/dist/apis/sharing.cjs +6 -6
  106. package/dist/apis/sharing.js +1 -1
  107. package/dist/apis/submission.cjs +6 -6
  108. package/dist/apis/submission.js +1 -1
  109. package/dist/apis/target.cjs +6 -6
  110. package/dist/apis/target.js +1 -1
  111. package/dist/apis/targeting.cjs +6 -6
  112. package/dist/apis/targeting.js +1 -1
  113. package/dist/apis/template-variables.cjs +6 -6
  114. package/dist/apis/template-variables.js +1 -1
  115. package/dist/apis/user.cjs +6 -6
  116. package/dist/apis/user.js +1 -1
  117. package/dist/apis/validation-rules.cjs +6 -6
  118. package/dist/apis/validation-rules.js +1 -1
  119. package/dist/apis/webhooks.cjs +8 -8
  120. package/dist/apis/webhooks.d.cts +2 -2
  121. package/dist/apis/webhooks.d.ts +2 -2
  122. package/dist/apis/webhooks.js +2 -2
  123. package/dist/apis/workflow-definition.cjs +6 -6
  124. package/dist/apis/workflow-definition.js +1 -1
  125. package/dist/apis/workflow.cjs +6 -6
  126. package/dist/apis/workflow.js +1 -1
  127. package/dist/app-34OBBTA4.js +7 -0
  128. package/dist/app-SSF545U7.cjs +7 -0
  129. package/dist/app-runtime-AFNM67YN.cjs +5 -0
  130. package/dist/{app-runtime-U7RGV7KT.js → app-runtime-DBUXZL6E.js} +1 -1
  131. package/dist/{app.d-u7Dq42kU.d.cts → app.d--5n0FQQ4.d.cts} +377 -11
  132. package/dist/{app.d-u7Dq42kU.d.ts → app.d--5n0FQQ4.d.ts} +377 -11
  133. package/dist/bin/cli.js +1 -1
  134. package/dist/{chunk-JTFWOEZF.cjs → chunk-4FFGRWLS.cjs} +1 -1
  135. package/dist/chunk-56MMZJOD.js +14 -0
  136. package/dist/chunk-5OBMZHRL.cjs +14 -0
  137. package/dist/{chunk-L66IX6GX.cjs → chunk-KMVJYNLB.cjs} +1 -1
  138. package/dist/chunk-KYCVV2XE.cjs +14 -0
  139. package/dist/{chunk-TSV242UN.js → chunk-QNUU4TTU.js} +13 -13
  140. package/dist/chunk-RGO3LTAM.js +14 -0
  141. package/dist/{chunk-CD4OX2U6.cjs → chunk-SDIGGISZ.cjs} +13 -13
  142. package/dist/chunk-T6A22LSD.cjs +14 -0
  143. package/dist/chunk-WM74R3BD.js +14 -0
  144. package/dist/{chunk-LLZYRINH.js → chunk-Z4H2FZ2K.js} +1 -1
  145. package/dist/chunk-Z6HGUGXK.js +14 -0
  146. package/dist/customer-portal-5I7ZGQDU.cjs +7 -0
  147. package/dist/customer-portal-YL2YMPZL.js +7 -0
  148. package/dist/{customer-portal-runtime-PSM55KGU.js → customer-portal-runtime-N4NWQ67M.js} +1 -1
  149. package/dist/{customer-portal-runtime-DULJLR7F.cjs → customer-portal-runtime-OEXTSMSE.cjs} +2 -2
  150. package/dist/{customer-portal.d-DyZ2n2dW.d.cts → customer-portal.d-ChSEioI5.d.cts} +394 -9
  151. package/dist/{customer-portal.d-DyZ2n2dW.d.ts → customer-portal.d-ChSEioI5.d.ts} +394 -9
  152. package/dist/entity-SS36LQO6.cjs +7 -0
  153. package/dist/entity-Z4YWKDVG.js +7 -0
  154. package/dist/{entity.d-BHR9dEon.d.cts → entity.d-fospShiN.d.cts} +234 -169
  155. package/dist/{entity.d-BHR9dEon.d.ts → entity.d-fospShiN.d.ts} +234 -169
  156. package/dist/index.cjs +18 -18
  157. package/dist/index.d.cts +7 -7
  158. package/dist/index.d.ts +7 -7
  159. package/dist/index.js +6 -6
  160. package/dist/integration-toolkit-3I3IPVFN.cjs +7 -0
  161. package/dist/integration-toolkit-XAFQXNQY.js +7 -0
  162. package/dist/{integration-toolkit-runtime-5KG3LGXF.cjs → integration-toolkit-runtime-YHTU4X5J.cjs} +2 -2
  163. package/dist/{integration-toolkit-runtime-LYHFVIRW.js → integration-toolkit-runtime-YR4CIMKH.js} +1 -1
  164. package/dist/{integration-toolkit.d-Ry-KC9ow.d.cts → integration-toolkit.d-BstNqiJb.d.cts} +460 -20
  165. package/dist/{integration-toolkit.d-Ry-KC9ow.d.ts → integration-toolkit.d-BstNqiJb.d.ts} +460 -20
  166. package/dist/{js-yaml-UPZKYVRY.js → js-yaml-DLCVPJ7G.js} +17 -15
  167. package/dist/metering-3IUSYAGN.js +7 -0
  168. package/dist/metering-MHBFU7QH.cjs +7 -0
  169. package/dist/{webhooks-runtime-EBM4M3SU.cjs → metering-runtime-IUZJHBVS.cjs} +2 -2
  170. package/dist/{metering-runtime-NJ6NEUMB.js → metering-runtime-KZMJKKUZ.js} +1 -1
  171. package/dist/{metering.d-DvtPv7wk.d.ts → metering.d-CUICZDiL.d.cts} +718 -130
  172. package/dist/{metering.d-DvtPv7wk.d.cts → metering.d-CUICZDiL.d.ts} +718 -130
  173. package/dist/notes-K2IIFCX3.cjs +7 -0
  174. package/dist/notes-Q7JGS7O3.js +7 -0
  175. package/dist/{notes.d-BC-scR42.d.cts → notes.d-BcV_m5fe.d.cts} +33 -11
  176. package/dist/{notes.d-BC-scR42.d.ts → notes.d-BcV_m5fe.d.ts} +33 -11
  177. package/dist/{pricing-XAET4G7T.cjs → pricing-FODHQFCB.cjs} +1 -1
  178. package/dist/{pricing-G67CH3XH.js → pricing-XRIDVZFC.js} +1 -1
  179. package/dist/webhooks-NZ3TM3AY.cjs +7 -0
  180. package/dist/webhooks-XLBUXXCS.js +7 -0
  181. package/dist/{metering-runtime-HAIWXZXJ.cjs → webhooks-runtime-QVAFNBDW.cjs} +2 -2
  182. package/dist/{webhooks-runtime-XCQYIGQK.js → webhooks-runtime-UYTPQQVG.js} +1 -1
  183. package/dist/{webhooks.d-pLHIL_io.d.cts → webhooks.d-D79qib9f.d.cts} +115 -5
  184. package/dist/{webhooks.d-pLHIL_io.d.ts → webhooks.d-D79qib9f.d.ts} +115 -5
  185. package/docs/app.md +244 -9
  186. package/docs/customer-portal.md +340 -113
  187. package/docs/entity.md +65 -0
  188. package/docs/integration-toolkit.md +334 -19
  189. package/docs/metering.md +570 -48
  190. package/docs/notes.md +19 -12
  191. package/docs/pricing.md +3 -1
  192. package/docs/webhooks.md +49 -0
  193. package/package.json +1 -1
  194. package/dist/app-5KSVSKDU.js +0 -7
  195. package/dist/app-PL3IOROO.cjs +0 -7
  196. package/dist/app-runtime-SSNHSBR7.cjs +0 -5
  197. package/dist/chunk-265TE2OV.js +0 -14
  198. package/dist/chunk-2MMSXUOL.cjs +0 -14
  199. package/dist/chunk-4ZMLRFDX.cjs +0 -14
  200. package/dist/chunk-A7AAVJGM.js +0 -14
  201. package/dist/chunk-GVNT76UU.js +0 -14
  202. package/dist/chunk-HHMXS5NC.cjs +0 -14
  203. package/dist/chunk-U4PUHKZC.js +0 -14
  204. package/dist/customer-portal-5LMHNBMD.cjs +0 -7
  205. package/dist/customer-portal-RZACUF4N.js +0 -7
  206. package/dist/entity-H6ESUH3Y.js +0 -7
  207. package/dist/entity-ZVDKWQSF.cjs +0 -7
  208. package/dist/integration-toolkit-FRPFOYT2.js +0 -7
  209. package/dist/integration-toolkit-VNMDI55O.cjs +0 -7
  210. package/dist/metering-DZNZPPY6.cjs +0 -7
  211. package/dist/metering-KOSCPPKB.js +0 -7
  212. package/dist/notes-3AO5GXIT.js +0 -7
  213. package/dist/notes-MPWOQC5J.cjs +0 -7
  214. package/dist/webhooks-H3RT33BF.cjs +0 -7
  215. package/dist/webhooks-RTOU3MS5.js +0 -7
@@ -1 +1 @@
1
- {"s":"https://webhooks.sls.epilot.io","o":[["getPublicKey","get","/v1/webhooks/.well-known/public-key",[["orgId","q",true]]],["getConfiguredEvents","get","/v1/webhooks/configured-events"],["getConfigs","get","/v1/webhooks/configs",[["eventName","q"]]],["createConfig","post","/v1/webhooks/configs",null,1],["getConfig","get","/v1/webhooks/configs/{configId}",[["configId","p",true]]],["updateConfig","put","/v1/webhooks/configs/{configId}",[["configId","p",true]],1],["deleteConfig","delete","/v1/webhooks/configs/{configId}",[["configId","p",true]]],["triggerWebhook","post","/v1/webhooks/configs/{configId}/trigger",[["sync","q"],["configId","p",true]],1],["getWehookEvents","get","/v1/webhooks/configs/{configId}/events",[["configId","p",true],["status","q"],["cursor","q"]]],["batchReplayEvents","post","/v1/webhooks/configs/{configId}/events/replay-batch",[["configId","p",true]],1],["getEventById","get","/v1/webhooks/configs/{configId}/events/{eventId}",[["configId","p",true],["eventId","p",true]]],["replayEvent","post","/v1/webhooks/configs/{configId}/events/{eventId}/replay",[["configId","p",true],["eventId","p",true]]],["getWebhookExample","post","/v1/webhooks/configs/{configId}/example",[["configId","p",true]],1],["getWebhookEventsV2","post","/v2/webhooks/configs/{configId}/events",[["configId","p",true]],1]],"v":"3.0.0"}
1
+ {"s":"https://webhooks.sls.epilot.io","o":[["getPublicKey","get","/v1/webhooks/.well-known/public-key",[["orgId","q",true]]],["getConfiguredEvents","get","/v1/webhooks/configured-events"],["getConfigs","get","/v1/webhooks/configs",[["eventName","q"]]],["createConfig","post","/v1/webhooks/configs",null,1],["getConfig","get","/v1/webhooks/configs/{configId}",[["configId","p",true]]],["updateConfig","put","/v1/webhooks/configs/{configId}",[["configId","p",true]],1],["deleteConfig","delete","/v1/webhooks/configs/{configId}",[["configId","p",true]]],["testOAuth","post","/v1/webhooks/configs/{configId}/test-oauth",[["configId","p",true]]],["triggerWebhook","post","/v1/webhooks/configs/{configId}/trigger",[["sync","q"],["configId","p",true]],1],["getWehookEvents","get","/v1/webhooks/configs/{configId}/events",[["configId","p",true],["status","q"],["cursor","q"]]],["batchReplayEvents","post","/v1/webhooks/configs/{configId}/events/replay-batch",[["configId","p",true]],1],["getEventById","get","/v1/webhooks/configs/{configId}/events/{eventId}",[["configId","p",true],["eventId","p",true]]],["replayEvent","post","/v1/webhooks/configs/{configId}/events/{eventId}/replay",[["configId","p",true],["eventId","p",true]]],["getWebhookExample","post","/v1/webhooks/configs/{configId}/example",[["configId","p",true]],1],["getWebhookEventsV2","post","/v2/webhooks/configs/{configId}/events",[["configId","p",true]],1]],"v":"3.0.0"}
@@ -355,6 +355,70 @@
355
355
  }
356
356
  }
357
357
  },
358
+ "/v1/webhooks/configs/{configId}/test-oauth": {
359
+ "post": {
360
+ "operationId": "testOAuth",
361
+ "summary": "Test OAuth connection",
362
+ "description": "Tests the OAuth client credentials configuration for a saved webhook by attempting\na token exchange against the configured OAuth endpoint. Returns success with token\nmetadata (e.g. expires_in, token_type) or an error describing why the exchange failed.\nDoes not send the actual webhook.\n",
363
+ "tags": [
364
+ "webhooks"
365
+ ],
366
+ "parameters": [
367
+ {
368
+ "in": "path",
369
+ "name": "configId",
370
+ "schema": {
371
+ "type": "string"
372
+ },
373
+ "required": true,
374
+ "description": "Short uuid to identify the webhook configuration.",
375
+ "example": "7hj28aasgag2gha2"
376
+ }
377
+ ],
378
+ "responses": {
379
+ "200": {
380
+ "description": "OAuth token exchange succeeded",
381
+ "content": {
382
+ "application/json": {
383
+ "schema": {
384
+ "$ref": "#/components/schemas/TestOAuthResponse"
385
+ }
386
+ }
387
+ }
388
+ },
389
+ "400": {
390
+ "description": "Webhook does not use OAuth or configuration is invalid",
391
+ "content": {
392
+ "application/json": {
393
+ "schema": {
394
+ "$ref": "#/components/schemas/ErrorResp"
395
+ }
396
+ }
397
+ }
398
+ },
399
+ "404": {
400
+ "description": "No config found",
401
+ "content": {
402
+ "application/json": {
403
+ "schema": {
404
+ "$ref": "#/components/schemas/ErrorResp"
405
+ }
406
+ }
407
+ }
408
+ },
409
+ "500": {
410
+ "description": "OAuth token exchange failed",
411
+ "content": {
412
+ "application/json": {
413
+ "schema": {
414
+ "$ref": "#/components/schemas/ErrorResp"
415
+ }
416
+ }
417
+ }
418
+ }
419
+ }
420
+ }
421
+ },
358
422
  "/v1/webhooks/configs/{configId}/trigger": {
359
423
  "post": {
360
424
  "operationId": "triggerWebhook",
@@ -1118,7 +1182,9 @@
1118
1182
  "type": "string"
1119
1183
  },
1120
1184
  "password": {
1121
- "type": "string"
1185
+ "type": "string",
1186
+ "nullable": true,
1187
+ "description": "On update: omit to preserve existing, pass null to explicitly clear, pass string to set new value.\n"
1122
1188
  },
1123
1189
  "passwordIsEnvVar": {
1124
1190
  "type": "boolean",
@@ -1137,7 +1203,9 @@
1137
1203
  "type": "string"
1138
1204
  },
1139
1205
  "clientSecret": {
1140
- "type": "string"
1206
+ "type": "string",
1207
+ "nullable": true,
1208
+ "description": "On update: omit to preserve existing, pass null to explicitly clear, pass string to set new value.\n"
1141
1209
  },
1142
1210
  "clientSecretIsEnvVar": {
1143
1211
  "type": "boolean",
@@ -1171,7 +1239,9 @@
1171
1239
  "type": "string"
1172
1240
  },
1173
1241
  "keyValue": {
1174
- "type": "string"
1242
+ "type": "string",
1243
+ "nullable": true,
1244
+ "description": "On update: omit to preserve existing, pass null to explicitly clear, pass string to set new value.\n"
1175
1245
  },
1176
1246
  "keyValueIsEnvVar": {
1177
1247
  "type": "boolean",
@@ -1200,7 +1270,12 @@
1200
1270
  },
1201
1271
  "creationTime": {
1202
1272
  "type": "string",
1203
- "description": "creation timestamp",
1273
+ "description": "Timestamp the webhook was first created. Immutable after creation.",
1274
+ "example": "2021-04-27T12:01:13.000Z"
1275
+ },
1276
+ "updatedTime": {
1277
+ "type": "string",
1278
+ "description": "Timestamp of the most recent update to the webhook. Equals creationTime for never-edited webhooks. May be absent on legacy records written before this field was introduced.",
1204
1279
  "example": "2021-04-27T12:01:13.000Z"
1205
1280
  },
1206
1281
  "httpMethod": {
@@ -1254,6 +1329,28 @@
1254
1329
  "type": "string",
1255
1330
  "description": "JSONata expression to transform the payload"
1256
1331
  },
1332
+ "deliveryMode": {
1333
+ "type": "string",
1334
+ "enum": [
1335
+ "json_base64",
1336
+ "binary_multipart"
1337
+ ],
1338
+ "description": "Controls how file data is delivered to the endpoint. Only relevant when the webhook is triggered by a file event. Absent for non-file-event webhooks."
1339
+ },
1340
+ "multipartConfig": {
1341
+ "type": "object",
1342
+ "description": "Configuration for binary_multipart delivery mode. Specifies the field names used in the multipart form data request.",
1343
+ "properties": {
1344
+ "fileFieldName": {
1345
+ "type": "string",
1346
+ "description": "The name of the form field containing the file binary data."
1347
+ },
1348
+ "metadataFieldName": {
1349
+ "type": "string",
1350
+ "description": "The name of the form field containing the JSON metadata payload."
1351
+ }
1352
+ }
1353
+ },
1257
1354
  "filterConditions": {
1258
1355
  "$ref": "#/components/schemas/WebhookConditionGroup"
1259
1356
  },
@@ -1383,6 +1480,10 @@
1383
1480
  "include_changed_attributes": {
1384
1481
  "type": "boolean"
1385
1482
  },
1483
+ "apply_changesets": {
1484
+ "type": "boolean",
1485
+ "description": "When true, entity fields show proposed changeset values instead of current values"
1486
+ },
1386
1487
  "custom_headers": {
1387
1488
  "$ref": "#/components/schemas/CustomHeader"
1388
1489
  }
@@ -1590,6 +1691,35 @@
1590
1691
  },
1591
1692
  "additionalProperties": true
1592
1693
  },
1694
+ "TestOAuthResponse": {
1695
+ "type": "object",
1696
+ "properties": {
1697
+ "success": {
1698
+ "type": "boolean",
1699
+ "description": "Whether the OAuth token exchange succeeded",
1700
+ "example": true
1701
+ },
1702
+ "expires_in": {
1703
+ "type": "number",
1704
+ "description": "Token validity in seconds as reported by the OAuth provider",
1705
+ "example": 3600
1706
+ },
1707
+ "token_type": {
1708
+ "type": "string",
1709
+ "description": "Token type returned by the OAuth provider",
1710
+ "example": "Bearer"
1711
+ },
1712
+ "message": {
1713
+ "type": "string",
1714
+ "description": "Human-readable result message",
1715
+ "example": "OAuth token exchange successful"
1716
+ }
1717
+ },
1718
+ "required": [
1719
+ "success",
1720
+ "message"
1721
+ ]
1722
+ },
1593
1723
  "BatchReplayRequest": {
1594
1724
  "type": "object",
1595
1725
  "properties": {
@@ -6,25 +6,25 @@ var _chunkOXJOO2YFcjs = require('../chunk-OXJOO2YF.cjs');
6
6
 
7
7
 
8
8
 
9
- var _chunkCD4OX2U6cjs = require('../chunk-CD4OX2U6.cjs');
9
+ var _chunkSDIGGISZcjs = require('../chunk-SDIGGISZ.cjs');
10
10
  require('../chunk-NJK5F5TF.cjs');
11
11
 
12
12
  // src/apis/access-token.ts
13
13
  var loadDefinition = () => {
14
14
  const mod = _chunkOXJOO2YFcjs.require_access_token_runtime.call(void 0, );
15
- return _chunkCD4OX2U6cjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
15
+ return _chunkSDIGGISZcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
16
16
  };
17
17
  var _instance = null;
18
18
  var resolve = () => {
19
19
  if (!_instance) {
20
20
  const def = loadDefinition();
21
- _instance = _chunkCD4OX2U6cjs.createApiClient.call(void 0, { definition: def, apiName: "accessToken" });
21
+ _instance = _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: def, apiName: "accessToken" });
22
22
  }
23
23
  return _instance;
24
24
  };
25
- var _handle = _chunkCD4OX2U6cjs.createApiHandle.call(void 0, {
25
+ var _handle = _chunkSDIGGISZcjs.createApiHandle.call(void 0, {
26
26
  resolveClient: resolve,
27
- createClient: () => _chunkCD4OX2U6cjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "accessToken" }),
27
+ createClient: () => _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "accessToken" }),
28
28
  apiName: "accessToken"
29
29
  });
30
30
  var getClient = _handle.getClient;
@@ -35,4 +35,4 @@ var accessToken = _handle;
35
35
 
36
36
 
37
37
 
38
- exports.accessToken = accessToken; exports.authorize = _chunkCD4OX2U6cjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
38
+ exports.accessToken = accessToken; exports.authorize = _chunkSDIGGISZcjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
@@ -6,7 +6,7 @@ import {
6
6
  createApiClient,
7
7
  createApiHandle,
8
8
  expand
9
- } from "../chunk-TSV242UN.js";
9
+ } from "../chunk-QNUU4TTU.js";
10
10
  import "../chunk-YPSWSI3M.js";
11
11
 
12
12
  // src/apis/access-token.ts
@@ -6,25 +6,25 @@ var _chunkLKRBFBFNcjs = require('../chunk-LKRBFBFN.cjs');
6
6
 
7
7
 
8
8
 
9
- var _chunkCD4OX2U6cjs = require('../chunk-CD4OX2U6.cjs');
9
+ var _chunkSDIGGISZcjs = require('../chunk-SDIGGISZ.cjs');
10
10
  require('../chunk-NJK5F5TF.cjs');
11
11
 
12
12
  // src/apis/address-suggestions.ts
13
13
  var loadDefinition = () => {
14
14
  const mod = _chunkLKRBFBFNcjs.require_address_suggestions_runtime.call(void 0, );
15
- return _chunkCD4OX2U6cjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
15
+ return _chunkSDIGGISZcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
16
16
  };
17
17
  var _instance = null;
18
18
  var resolve = () => {
19
19
  if (!_instance) {
20
20
  const def = loadDefinition();
21
- _instance = _chunkCD4OX2U6cjs.createApiClient.call(void 0, { definition: def, apiName: "addressSuggestions" });
21
+ _instance = _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: def, apiName: "addressSuggestions" });
22
22
  }
23
23
  return _instance;
24
24
  };
25
- var _handle = _chunkCD4OX2U6cjs.createApiHandle.call(void 0, {
25
+ var _handle = _chunkSDIGGISZcjs.createApiHandle.call(void 0, {
26
26
  resolveClient: resolve,
27
- createClient: () => _chunkCD4OX2U6cjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "addressSuggestions" }),
27
+ createClient: () => _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "addressSuggestions" }),
28
28
  apiName: "addressSuggestions"
29
29
  });
30
30
  var getClient = _handle.getClient;
@@ -35,4 +35,4 @@ var addressSuggestions = _handle;
35
35
 
36
36
 
37
37
 
38
- exports.addressSuggestions = addressSuggestions; exports.authorize = _chunkCD4OX2U6cjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
38
+ exports.addressSuggestions = addressSuggestions; exports.authorize = _chunkSDIGGISZcjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
@@ -6,7 +6,7 @@ import {
6
6
  createApiClient,
7
7
  createApiHandle,
8
8
  expand
9
- } from "../chunk-TSV242UN.js";
9
+ } from "../chunk-QNUU4TTU.js";
10
10
  import "../chunk-YPSWSI3M.js";
11
11
 
12
12
  // src/apis/address-suggestions.ts
@@ -6,25 +6,25 @@ var _chunkT67ZXTVGcjs = require('../chunk-T67ZXTVG.cjs');
6
6
 
7
7
 
8
8
 
9
- var _chunkCD4OX2U6cjs = require('../chunk-CD4OX2U6.cjs');
9
+ var _chunkSDIGGISZcjs = require('../chunk-SDIGGISZ.cjs');
10
10
  require('../chunk-NJK5F5TF.cjs');
11
11
 
12
12
  // src/apis/address.ts
13
13
  var loadDefinition = () => {
14
14
  const mod = _chunkT67ZXTVGcjs.require_address_runtime.call(void 0, );
15
- return _chunkCD4OX2U6cjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
15
+ return _chunkSDIGGISZcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
16
16
  };
17
17
  var _instance = null;
18
18
  var resolve = () => {
19
19
  if (!_instance) {
20
20
  const def = loadDefinition();
21
- _instance = _chunkCD4OX2U6cjs.createApiClient.call(void 0, { definition: def, apiName: "address" });
21
+ _instance = _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: def, apiName: "address" });
22
22
  }
23
23
  return _instance;
24
24
  };
25
- var _handle = _chunkCD4OX2U6cjs.createApiHandle.call(void 0, {
25
+ var _handle = _chunkSDIGGISZcjs.createApiHandle.call(void 0, {
26
26
  resolveClient: resolve,
27
- createClient: () => _chunkCD4OX2U6cjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "address" }),
27
+ createClient: () => _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "address" }),
28
28
  apiName: "address"
29
29
  });
30
30
  var getClient = _handle.getClient;
@@ -35,4 +35,4 @@ var address = _handle;
35
35
 
36
36
 
37
37
 
38
- exports.address = address; exports.authorize = _chunkCD4OX2U6cjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
38
+ exports.address = address; exports.authorize = _chunkSDIGGISZcjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
@@ -6,7 +6,7 @@ import {
6
6
  createApiClient,
7
7
  createApiHandle,
8
8
  expand
9
- } from "../chunk-TSV242UN.js";
9
+ } from "../chunk-QNUU4TTU.js";
10
10
  import "../chunk-YPSWSI3M.js";
11
11
 
12
12
  // src/apis/address.ts
@@ -6,25 +6,25 @@ var _chunkFARDEGPHcjs = require('../chunk-FARDEGPH.cjs');
6
6
 
7
7
 
8
8
 
9
- var _chunkCD4OX2U6cjs = require('../chunk-CD4OX2U6.cjs');
9
+ var _chunkSDIGGISZcjs = require('../chunk-SDIGGISZ.cjs');
10
10
  require('../chunk-NJK5F5TF.cjs');
11
11
 
12
12
  // src/apis/ai-agents.ts
13
13
  var loadDefinition = () => {
14
14
  const mod = _chunkFARDEGPHcjs.require_ai_agents_runtime.call(void 0, );
15
- return _chunkCD4OX2U6cjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
15
+ return _chunkSDIGGISZcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
16
16
  };
17
17
  var _instance = null;
18
18
  var resolve = () => {
19
19
  if (!_instance) {
20
20
  const def = loadDefinition();
21
- _instance = _chunkCD4OX2U6cjs.createApiClient.call(void 0, { definition: def, apiName: "aiAgents" });
21
+ _instance = _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: def, apiName: "aiAgents" });
22
22
  }
23
23
  return _instance;
24
24
  };
25
- var _handle = _chunkCD4OX2U6cjs.createApiHandle.call(void 0, {
25
+ var _handle = _chunkSDIGGISZcjs.createApiHandle.call(void 0, {
26
26
  resolveClient: resolve,
27
- createClient: () => _chunkCD4OX2U6cjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "aiAgents" }),
27
+ createClient: () => _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "aiAgents" }),
28
28
  apiName: "aiAgents"
29
29
  });
30
30
  var getClient = _handle.getClient;
@@ -35,4 +35,4 @@ var aiAgents = _handle;
35
35
 
36
36
 
37
37
 
38
- exports.aiAgents = aiAgents; exports.authorize = _chunkCD4OX2U6cjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
38
+ exports.aiAgents = aiAgents; exports.authorize = _chunkSDIGGISZcjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
@@ -6,7 +6,7 @@ import {
6
6
  createApiClient,
7
7
  createApiHandle,
8
8
  expand
9
- } from "../chunk-TSV242UN.js";
9
+ } from "../chunk-QNUU4TTU.js";
10
10
  import "../chunk-YPSWSI3M.js";
11
11
 
12
12
  // src/apis/ai-agents.ts
package/dist/apis/app.cjs CHANGED
@@ -1,30 +1,30 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
2
2
 
3
- var _chunkL66IX6GXcjs = require('../chunk-L66IX6GX.cjs');
3
+ var _chunkKMVJYNLBcjs = require('../chunk-KMVJYNLB.cjs');
4
4
 
5
5
 
6
6
 
7
7
 
8
8
 
9
- var _chunkCD4OX2U6cjs = require('../chunk-CD4OX2U6.cjs');
9
+ var _chunkSDIGGISZcjs = require('../chunk-SDIGGISZ.cjs');
10
10
  require('../chunk-NJK5F5TF.cjs');
11
11
 
12
12
  // src/apis/app.ts
13
13
  var loadDefinition = () => {
14
- const mod = _chunkL66IX6GXcjs.require_app_runtime.call(void 0, );
15
- return _chunkCD4OX2U6cjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
14
+ const mod = _chunkKMVJYNLBcjs.require_app_runtime.call(void 0, );
15
+ return _chunkSDIGGISZcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
16
16
  };
17
17
  var _instance = null;
18
18
  var resolve = () => {
19
19
  if (!_instance) {
20
20
  const def = loadDefinition();
21
- _instance = _chunkCD4OX2U6cjs.createApiClient.call(void 0, { definition: def, apiName: "app" });
21
+ _instance = _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: def, apiName: "app" });
22
22
  }
23
23
  return _instance;
24
24
  };
25
- var _handle = _chunkCD4OX2U6cjs.createApiHandle.call(void 0, {
25
+ var _handle = _chunkSDIGGISZcjs.createApiHandle.call(void 0, {
26
26
  resolveClient: resolve,
27
- createClient: () => _chunkCD4OX2U6cjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "app" }),
27
+ createClient: () => _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "app" }),
28
28
  apiName: "app"
29
29
  });
30
30
  var getClient = _handle.getClient;
@@ -35,4 +35,4 @@ var app = _handle;
35
35
 
36
36
 
37
37
 
38
- exports.app = app; exports.authorize = _chunkCD4OX2U6cjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
38
+ exports.app = app; exports.authorize = _chunkSDIGGISZcjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
@@ -1,7 +1,7 @@
1
1
  import { A as ApiHandle } from '../types-ChU9Acbv.cjs';
2
2
  export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.cjs';
3
- import { C as Client } from '../app.d-u7Dq42kU.cjs';
4
- export { A as Actor, c as AggregatedEvents, d as AppBridgeSurfaceConfig, e as AppEventData, f as Audit, g as Author, B as BaseComponent, h as BaseComponentCommon, i as BaseCustomActionConfig, j as BatchEventRequest, k as BillingFrequency, l as BlueprintRef, m as BooleanArg, n as CallerIdentity, o as ComponentType, a as Components, p as Configuration, q as ConfigurationMetadata, r as ConfigurationVersion, s as CustomCapabilityComponent, t as CustomFlowActionComponent, u as CustomFlowConfig, v as CustomPageComponent, w as CustomPageConfig, E as EnumArg, x as ErpInformToolkitComponent, y as EventsQuery, z as EventsQueryResponse, D as ExternalIntegrationCustomActionConfig, F as ExternalProductCatalogAuthBlock, G as ExternalProductCatalogComponent, H as ExternalProductCatalogConfig, I as ExternalProductCatalogHookProductRecommendations, J as ExternalProductCatalogHookProducts, K as Grants, L as Installation, M as JourneyBlockComponent, N as JourneyBlockComponentArgs, Q as JourneyBlockConfig, R as NotificationConfig, S as NotificationEvent, O as OperationMethods, T as Option, U as Options, V as OptionsRef, W as OverrideDevMode, P as Paths, b as PathsDictionary, X as PortalBlockComponent, Y as PortalBlockConfig, Z as PortalBlockSurfaceConfig, _ as PortalExtensionAuthBlock, $ as PortalExtensionComponent, a0 as PortalExtensionConfig, a1 as PortalExtensionHookConsumptionDataRetrieval, a2 as PortalExtensionHookContractIdentification, a3 as PortalExtensionHookCostDataRetrieval, a4 as PortalExtensionHookMeterReadingPlausibilityCheck, a5 as PortalExtensionHookPriceDataRetrieval, a6 as PortalExtensionHookRegistrationIdentifiersCheck, a7 as PortalExtensionSeamlessLink, a8 as PortalExtensionSecureProxy, a9 as Pricing, aa as PublicConfiguration, ab as RawEvents, ac as Review, ad as Role, ae as S3Reference, af as SandboxCustomActionConfig, ag as TextArg, ah as TranslatedString } from '../app.d-u7Dq42kU.cjs';
3
+ import { C as Client } from '../app.d--5n0FQQ4.cjs';
4
+ export { A as Actor, c as AggregatedEvents, d as ApiProxyComponent, e as ApiProxyConfig, f as AppBridgeSurfaceConfig, g as AppEventData, h as Audit, i as Author, B as BaseComponent, j as BaseComponentCommon, k as BaseCustomActionConfig, l as BatchEventRequest, m as BillingFrequency, n as BlockReferenceArg, o as BlueprintRef, p as BooleanArg, q as CallerIdentity, r as ComponentType, a as Components, s as Configuration, t as ConfigurationMetadata, u as ConfigurationVersion, v as CustomCapabilityComponent, w as CustomFlowActionComponent, x as CustomFlowConfig, y as CustomPageComponent, z as CustomPageConfig, E as EnumArg, D as ErpInformToolkitComponent, F as EventsQuery, G as EventsQueryResponse, H as ExternalIntegrationCustomActionConfig, I as ExternalProductCatalogAuthBlock, J as ExternalProductCatalogComponent, K as ExternalProductCatalogConfig, L as ExternalProductCatalogHookProductRecommendations, M as ExternalProductCatalogHookProducts, N as Grants, Q as Installation, R as JourneyBlockComponent, S as JourneyBlockComponentArgs, T as JourneyBlockConfig, U as NotificationConfig, V as NotificationEvent, W as ObjectField, O as OperationMethods, X as Option, Y as Options, Z as OptionsRef, _ as OverrideDevMode, P as Paths, b as PathsDictionary, $ as PortalBlockComponent, a0 as PortalBlockConfig, a1 as PortalBlockSurfaceConfig, a2 as PortalExtensionAuthBlock, a3 as PortalExtensionComponent, a4 as PortalExtensionConfig, a5 as PortalExtensionHookConsumptionDataRetrieval, a6 as PortalExtensionHookContractIdentification, a7 as PortalExtensionHookCostDataRetrieval, a8 as PortalExtensionHookDataExport, a9 as PortalExtensionHookMeterReadingPlausibilityCheck, aa as PortalExtensionHookPriceDataRetrieval, ab as PortalExtensionHookRegistrationIdentifiersCheck, ac as PortalExtensionHookVisualizationMetadata, ad as PortalExtensionSeamlessLink, ae as PortalExtensionSecureProxy, af as Pricing, ag as PublicConfiguration, ah as RawEvents, ai as Review, aj as Role, ak as S3Reference, al as SandboxCustomActionConfig, am as TextArg, an as TranslatedString } from '../app.d--5n0FQQ4.cjs';
5
5
  export { OpenAPIClient } from 'openapi-client-axios';
6
6
  import 'axios';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { A as ApiHandle } from '../types-ChU9Acbv.js';
2
2
  export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.js';
3
- import { C as Client } from '../app.d-u7Dq42kU.js';
4
- export { A as Actor, c as AggregatedEvents, d as AppBridgeSurfaceConfig, e as AppEventData, f as Audit, g as Author, B as BaseComponent, h as BaseComponentCommon, i as BaseCustomActionConfig, j as BatchEventRequest, k as BillingFrequency, l as BlueprintRef, m as BooleanArg, n as CallerIdentity, o as ComponentType, a as Components, p as Configuration, q as ConfigurationMetadata, r as ConfigurationVersion, s as CustomCapabilityComponent, t as CustomFlowActionComponent, u as CustomFlowConfig, v as CustomPageComponent, w as CustomPageConfig, E as EnumArg, x as ErpInformToolkitComponent, y as EventsQuery, z as EventsQueryResponse, D as ExternalIntegrationCustomActionConfig, F as ExternalProductCatalogAuthBlock, G as ExternalProductCatalogComponent, H as ExternalProductCatalogConfig, I as ExternalProductCatalogHookProductRecommendations, J as ExternalProductCatalogHookProducts, K as Grants, L as Installation, M as JourneyBlockComponent, N as JourneyBlockComponentArgs, Q as JourneyBlockConfig, R as NotificationConfig, S as NotificationEvent, O as OperationMethods, T as Option, U as Options, V as OptionsRef, W as OverrideDevMode, P as Paths, b as PathsDictionary, X as PortalBlockComponent, Y as PortalBlockConfig, Z as PortalBlockSurfaceConfig, _ as PortalExtensionAuthBlock, $ as PortalExtensionComponent, a0 as PortalExtensionConfig, a1 as PortalExtensionHookConsumptionDataRetrieval, a2 as PortalExtensionHookContractIdentification, a3 as PortalExtensionHookCostDataRetrieval, a4 as PortalExtensionHookMeterReadingPlausibilityCheck, a5 as PortalExtensionHookPriceDataRetrieval, a6 as PortalExtensionHookRegistrationIdentifiersCheck, a7 as PortalExtensionSeamlessLink, a8 as PortalExtensionSecureProxy, a9 as Pricing, aa as PublicConfiguration, ab as RawEvents, ac as Review, ad as Role, ae as S3Reference, af as SandboxCustomActionConfig, ag as TextArg, ah as TranslatedString } from '../app.d-u7Dq42kU.js';
3
+ import { C as Client } from '../app.d--5n0FQQ4.js';
4
+ export { A as Actor, c as AggregatedEvents, d as ApiProxyComponent, e as ApiProxyConfig, f as AppBridgeSurfaceConfig, g as AppEventData, h as Audit, i as Author, B as BaseComponent, j as BaseComponentCommon, k as BaseCustomActionConfig, l as BatchEventRequest, m as BillingFrequency, n as BlockReferenceArg, o as BlueprintRef, p as BooleanArg, q as CallerIdentity, r as ComponentType, a as Components, s as Configuration, t as ConfigurationMetadata, u as ConfigurationVersion, v as CustomCapabilityComponent, w as CustomFlowActionComponent, x as CustomFlowConfig, y as CustomPageComponent, z as CustomPageConfig, E as EnumArg, D as ErpInformToolkitComponent, F as EventsQuery, G as EventsQueryResponse, H as ExternalIntegrationCustomActionConfig, I as ExternalProductCatalogAuthBlock, J as ExternalProductCatalogComponent, K as ExternalProductCatalogConfig, L as ExternalProductCatalogHookProductRecommendations, M as ExternalProductCatalogHookProducts, N as Grants, Q as Installation, R as JourneyBlockComponent, S as JourneyBlockComponentArgs, T as JourneyBlockConfig, U as NotificationConfig, V as NotificationEvent, W as ObjectField, O as OperationMethods, X as Option, Y as Options, Z as OptionsRef, _ as OverrideDevMode, P as Paths, b as PathsDictionary, $ as PortalBlockComponent, a0 as PortalBlockConfig, a1 as PortalBlockSurfaceConfig, a2 as PortalExtensionAuthBlock, a3 as PortalExtensionComponent, a4 as PortalExtensionConfig, a5 as PortalExtensionHookConsumptionDataRetrieval, a6 as PortalExtensionHookContractIdentification, a7 as PortalExtensionHookCostDataRetrieval, a8 as PortalExtensionHookDataExport, a9 as PortalExtensionHookMeterReadingPlausibilityCheck, aa as PortalExtensionHookPriceDataRetrieval, ab as PortalExtensionHookRegistrationIdentifiersCheck, ac as PortalExtensionHookVisualizationMetadata, ad as PortalExtensionSeamlessLink, ae as PortalExtensionSecureProxy, af as Pricing, ag as PublicConfiguration, ah as RawEvents, ai as Review, aj as Role, ak as S3Reference, al as SandboxCustomActionConfig, am as TextArg, an as TranslatedString } from '../app.d--5n0FQQ4.js';
5
5
  export { OpenAPIClient } from 'openapi-client-axios';
6
6
  import 'axios';
7
7
 
package/dist/apis/app.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  require_app_runtime
3
- } from "../chunk-LLZYRINH.js";
3
+ } from "../chunk-Z4H2FZ2K.js";
4
4
  import {
5
5
  authorize,
6
6
  createApiClient,
7
7
  createApiHandle,
8
8
  expand
9
- } from "../chunk-TSV242UN.js";
9
+ } from "../chunk-QNUU4TTU.js";
10
10
  import "../chunk-YPSWSI3M.js";
11
11
 
12
12
  // src/apis/app.ts
@@ -6,25 +6,25 @@ var _chunkRUZRPIHWcjs = require('../chunk-RUZRPIHW.cjs');
6
6
 
7
7
 
8
8
 
9
- var _chunkCD4OX2U6cjs = require('../chunk-CD4OX2U6.cjs');
9
+ var _chunkSDIGGISZcjs = require('../chunk-SDIGGISZ.cjs');
10
10
  require('../chunk-NJK5F5TF.cjs');
11
11
 
12
12
  // src/apis/audit-logs.ts
13
13
  var loadDefinition = () => {
14
14
  const mod = _chunkRUZRPIHWcjs.require_audit_logs_runtime.call(void 0, );
15
- return _chunkCD4OX2U6cjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
15
+ return _chunkSDIGGISZcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
16
16
  };
17
17
  var _instance = null;
18
18
  var resolve = () => {
19
19
  if (!_instance) {
20
20
  const def = loadDefinition();
21
- _instance = _chunkCD4OX2U6cjs.createApiClient.call(void 0, { definition: def, apiName: "auditLogs" });
21
+ _instance = _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: def, apiName: "auditLogs" });
22
22
  }
23
23
  return _instance;
24
24
  };
25
- var _handle = _chunkCD4OX2U6cjs.createApiHandle.call(void 0, {
25
+ var _handle = _chunkSDIGGISZcjs.createApiHandle.call(void 0, {
26
26
  resolveClient: resolve,
27
- createClient: () => _chunkCD4OX2U6cjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "auditLogs" }),
27
+ createClient: () => _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "auditLogs" }),
28
28
  apiName: "auditLogs"
29
29
  });
30
30
  var getClient = _handle.getClient;
@@ -35,4 +35,4 @@ var auditLogs = _handle;
35
35
 
36
36
 
37
37
 
38
- exports.auditLogs = auditLogs; exports.authorize = _chunkCD4OX2U6cjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
38
+ exports.auditLogs = auditLogs; exports.authorize = _chunkSDIGGISZcjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
@@ -6,7 +6,7 @@ import {
6
6
  createApiClient,
7
7
  createApiHandle,
8
8
  expand
9
- } from "../chunk-TSV242UN.js";
9
+ } from "../chunk-QNUU4TTU.js";
10
10
  import "../chunk-YPSWSI3M.js";
11
11
 
12
12
  // src/apis/audit-logs.ts
@@ -6,25 +6,25 @@ var _chunkDVM27A7Ecjs = require('../chunk-DVM27A7E.cjs');
6
6
 
7
7
 
8
8
 
9
- var _chunkCD4OX2U6cjs = require('../chunk-CD4OX2U6.cjs');
9
+ var _chunkSDIGGISZcjs = require('../chunk-SDIGGISZ.cjs');
10
10
  require('../chunk-NJK5F5TF.cjs');
11
11
 
12
12
  // src/apis/automation.ts
13
13
  var loadDefinition = () => {
14
14
  const mod = _chunkDVM27A7Ecjs.require_automation_runtime.call(void 0, );
15
- return _chunkCD4OX2U6cjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
15
+ return _chunkSDIGGISZcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
16
16
  };
17
17
  var _instance = null;
18
18
  var resolve = () => {
19
19
  if (!_instance) {
20
20
  const def = loadDefinition();
21
- _instance = _chunkCD4OX2U6cjs.createApiClient.call(void 0, { definition: def, apiName: "automation" });
21
+ _instance = _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: def, apiName: "automation" });
22
22
  }
23
23
  return _instance;
24
24
  };
25
- var _handle = _chunkCD4OX2U6cjs.createApiHandle.call(void 0, {
25
+ var _handle = _chunkSDIGGISZcjs.createApiHandle.call(void 0, {
26
26
  resolveClient: resolve,
27
- createClient: () => _chunkCD4OX2U6cjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "automation" }),
27
+ createClient: () => _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "automation" }),
28
28
  apiName: "automation"
29
29
  });
30
30
  var getClient = _handle.getClient;
@@ -35,4 +35,4 @@ var automation = _handle;
35
35
 
36
36
 
37
37
 
38
- exports.authorize = _chunkCD4OX2U6cjs.authorize; exports.automation = automation; exports.createClient = createClient; exports.getClient = getClient;
38
+ exports.authorize = _chunkSDIGGISZcjs.authorize; exports.automation = automation; exports.createClient = createClient; exports.getClient = getClient;
@@ -6,7 +6,7 @@ import {
6
6
  createApiClient,
7
7
  createApiHandle,
8
8
  expand
9
- } from "../chunk-TSV242UN.js";
9
+ } from "../chunk-QNUU4TTU.js";
10
10
  import "../chunk-YPSWSI3M.js";
11
11
 
12
12
  // src/apis/automation.ts
@@ -6,25 +6,25 @@ var _chunkG5FKTWUCcjs = require('../chunk-G5FKTWUC.cjs');
6
6
 
7
7
 
8
8
 
9
- var _chunkCD4OX2U6cjs = require('../chunk-CD4OX2U6.cjs');
9
+ var _chunkSDIGGISZcjs = require('../chunk-SDIGGISZ.cjs');
10
10
  require('../chunk-NJK5F5TF.cjs');
11
11
 
12
12
  // src/apis/billing.ts
13
13
  var loadDefinition = () => {
14
14
  const mod = _chunkG5FKTWUCcjs.require_billing_runtime.call(void 0, );
15
- return _chunkCD4OX2U6cjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
15
+ return _chunkSDIGGISZcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
16
16
  };
17
17
  var _instance = null;
18
18
  var resolve = () => {
19
19
  if (!_instance) {
20
20
  const def = loadDefinition();
21
- _instance = _chunkCD4OX2U6cjs.createApiClient.call(void 0, { definition: def, apiName: "billing" });
21
+ _instance = _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: def, apiName: "billing" });
22
22
  }
23
23
  return _instance;
24
24
  };
25
- var _handle = _chunkCD4OX2U6cjs.createApiHandle.call(void 0, {
25
+ var _handle = _chunkSDIGGISZcjs.createApiHandle.call(void 0, {
26
26
  resolveClient: resolve,
27
- createClient: () => _chunkCD4OX2U6cjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "billing" }),
27
+ createClient: () => _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "billing" }),
28
28
  apiName: "billing"
29
29
  });
30
30
  var getClient = _handle.getClient;
@@ -35,4 +35,4 @@ var billing = _handle;
35
35
 
36
36
 
37
37
 
38
- exports.authorize = _chunkCD4OX2U6cjs.authorize; exports.billing = billing; exports.createClient = createClient; exports.getClient = getClient;
38
+ exports.authorize = _chunkSDIGGISZcjs.authorize; exports.billing = billing; exports.createClient = createClient; exports.getClient = getClient;
@@ -6,7 +6,7 @@ import {
6
6
  createApiClient,
7
7
  createApiHandle,
8
8
  expand
9
- } from "../chunk-TSV242UN.js";
9
+ } from "../chunk-QNUU4TTU.js";
10
10
  import "../chunk-YPSWSI3M.js";
11
11
 
12
12
  // src/apis/billing.ts