@epilot/sdk 2.6.0 → 2.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. package/definitions/customer-portal-runtime.json +1 -1
  2. package/definitions/customer-portal.json +492 -7
  3. package/definitions/email-settings-runtime.json +1 -1
  4. package/definitions/email-settings.json +86 -4
  5. package/definitions/event-catalog-runtime.json +1 -1
  6. package/definitions/event-catalog.json +256 -1
  7. package/definitions/file-runtime.json +1 -1
  8. package/definitions/file.json +262 -4
  9. package/definitions/webhooks.json +19 -4
  10. package/dist/apis/access-token.cjs +6 -6
  11. package/dist/apis/access-token.js +1 -1
  12. package/dist/apis/address-suggestions.cjs +6 -6
  13. package/dist/apis/address-suggestions.js +1 -1
  14. package/dist/apis/address.cjs +6 -6
  15. package/dist/apis/address.js +1 -1
  16. package/dist/apis/ai-agents.cjs +6 -6
  17. package/dist/apis/ai-agents.js +1 -1
  18. package/dist/apis/app.cjs +6 -6
  19. package/dist/apis/app.js +1 -1
  20. package/dist/apis/audit-logs.cjs +6 -6
  21. package/dist/apis/audit-logs.js +1 -1
  22. package/dist/apis/automation.cjs +6 -6
  23. package/dist/apis/automation.js +1 -1
  24. package/dist/apis/billing.cjs +6 -6
  25. package/dist/apis/billing.js +1 -1
  26. package/dist/apis/blueprint-manifest.cjs +6 -6
  27. package/dist/apis/blueprint-manifest.js +1 -1
  28. package/dist/apis/calendar.cjs +6 -6
  29. package/dist/apis/calendar.js +1 -1
  30. package/dist/apis/configuration-hub.cjs +6 -6
  31. package/dist/apis/configuration-hub.js +1 -1
  32. package/dist/apis/consent.cjs +6 -6
  33. package/dist/apis/consent.js +1 -1
  34. package/dist/apis/customer-portal.cjs +8 -8
  35. package/dist/apis/customer-portal.d.cts +2 -2
  36. package/dist/apis/customer-portal.d.ts +2 -2
  37. package/dist/apis/customer-portal.js +2 -2
  38. package/dist/apis/dashboard.cjs +6 -6
  39. package/dist/apis/dashboard.js +1 -1
  40. package/dist/apis/data-governance.cjs +6 -6
  41. package/dist/apis/data-governance.js +1 -1
  42. package/dist/apis/deduplication.cjs +6 -6
  43. package/dist/apis/deduplication.js +1 -1
  44. package/dist/apis/design.cjs +6 -6
  45. package/dist/apis/design.js +1 -1
  46. package/dist/apis/document.cjs +6 -6
  47. package/dist/apis/document.js +1 -1
  48. package/dist/apis/email-settings.cjs +8 -8
  49. package/dist/apis/email-settings.d.cts +2 -2
  50. package/dist/apis/email-settings.d.ts +2 -2
  51. package/dist/apis/email-settings.js +2 -2
  52. package/dist/apis/email-template.cjs +6 -6
  53. package/dist/apis/email-template.js +1 -1
  54. package/dist/apis/entity-mapping.cjs +6 -6
  55. package/dist/apis/entity-mapping.js +1 -1
  56. package/dist/apis/entity.cjs +6 -6
  57. package/dist/apis/entity.js +1 -1
  58. package/dist/apis/environments.cjs +6 -6
  59. package/dist/apis/environments.js +1 -1
  60. package/dist/apis/event-catalog.cjs +8 -8
  61. package/dist/apis/event-catalog.d.cts +2 -2
  62. package/dist/apis/event-catalog.d.ts +2 -2
  63. package/dist/apis/event-catalog.js +2 -2
  64. package/dist/apis/file.cjs +8 -8
  65. package/dist/apis/file.d.cts +2 -2
  66. package/dist/apis/file.d.ts +2 -2
  67. package/dist/apis/file.js +2 -2
  68. package/dist/apis/iban.cjs +6 -6
  69. package/dist/apis/iban.js +1 -1
  70. package/dist/apis/integration-toolkit.cjs +6 -6
  71. package/dist/apis/integration-toolkit.js +1 -1
  72. package/dist/apis/journey.cjs +6 -6
  73. package/dist/apis/journey.js +1 -1
  74. package/dist/apis/kanban.cjs +6 -6
  75. package/dist/apis/kanban.js +1 -1
  76. package/dist/apis/message.cjs +6 -6
  77. package/dist/apis/message.js +1 -1
  78. package/dist/apis/metering.cjs +6 -6
  79. package/dist/apis/metering.js +1 -1
  80. package/dist/apis/notes.cjs +6 -6
  81. package/dist/apis/notes.js +1 -1
  82. package/dist/apis/notification.cjs +6 -6
  83. package/dist/apis/notification.js +1 -1
  84. package/dist/apis/organization.cjs +6 -6
  85. package/dist/apis/organization.js +1 -1
  86. package/dist/apis/partner-directory.cjs +6 -6
  87. package/dist/apis/partner-directory.js +1 -1
  88. package/dist/apis/permissions.cjs +6 -6
  89. package/dist/apis/permissions.js +1 -1
  90. package/dist/apis/pricing-tier.cjs +6 -6
  91. package/dist/apis/pricing-tier.js +1 -1
  92. package/dist/apis/pricing.cjs +6 -6
  93. package/dist/apis/pricing.js +1 -1
  94. package/dist/apis/purpose.cjs +6 -6
  95. package/dist/apis/purpose.js +1 -1
  96. package/dist/apis/query.cjs +6 -6
  97. package/dist/apis/query.js +1 -1
  98. package/dist/apis/sandbox.cjs +6 -6
  99. package/dist/apis/sandbox.js +1 -1
  100. package/dist/apis/sharing.cjs +6 -6
  101. package/dist/apis/sharing.js +1 -1
  102. package/dist/apis/submission.cjs +6 -6
  103. package/dist/apis/submission.js +1 -1
  104. package/dist/apis/target.cjs +6 -6
  105. package/dist/apis/target.js +1 -1
  106. package/dist/apis/targeting.cjs +6 -6
  107. package/dist/apis/targeting.js +1 -1
  108. package/dist/apis/template-variables.cjs +6 -6
  109. package/dist/apis/template-variables.js +1 -1
  110. package/dist/apis/user.cjs +6 -6
  111. package/dist/apis/user.js +1 -1
  112. package/dist/apis/validation-rules.cjs +6 -6
  113. package/dist/apis/validation-rules.js +1 -1
  114. package/dist/apis/webhooks.cjs +6 -6
  115. package/dist/apis/webhooks.d.cts +2 -2
  116. package/dist/apis/webhooks.d.ts +2 -2
  117. package/dist/apis/webhooks.js +1 -1
  118. package/dist/apis/workflow-definition.cjs +6 -6
  119. package/dist/apis/workflow-definition.js +1 -1
  120. package/dist/apis/workflow.cjs +6 -6
  121. package/dist/apis/workflow.js +1 -1
  122. package/dist/bin/cli.js +1 -1
  123. package/dist/chunk-3APTSPY4.js +14 -0
  124. package/dist/{chunk-BLNXQAMX.cjs → chunk-CBDKPGO5.cjs} +1 -1
  125. package/dist/chunk-KCPVNRDL.js +14 -0
  126. package/dist/chunk-KJPOUJBU.cjs +14 -0
  127. package/dist/{chunk-TME4YJNP.js → chunk-OCMIXJWC.js} +1 -1
  128. package/dist/chunk-OPXGJKZR.cjs +14 -0
  129. package/dist/chunk-PTEJYAYJ.js +14 -0
  130. package/dist/{chunk-SDIGGISZ.cjs → chunk-R7XDTILZ.cjs} +9 -9
  131. package/dist/{chunk-QNUU4TTU.js → chunk-SCMAZ73K.js} +9 -9
  132. package/dist/chunk-YI5YGTAH.cjs +14 -0
  133. package/dist/customer-portal-7HYSBH7H.cjs +7 -0
  134. package/dist/customer-portal-X4LJX6AU.js +7 -0
  135. package/dist/{customer-portal-runtime-OEXTSMSE.cjs → customer-portal-runtime-IYHJ3RME.cjs} +2 -2
  136. package/dist/{customer-portal-runtime-N4NWQ67M.js → customer-portal-runtime-ZYU3WIXY.js} +1 -1
  137. package/dist/{customer-portal.d-ChSEioI5.d.cts → customer-portal.d-C7ZCbjiY.d.cts} +605 -11
  138. package/dist/{customer-portal.d-ChSEioI5.d.ts → customer-portal.d-C7ZCbjiY.d.ts} +605 -11
  139. package/dist/email-settings-YJ4X5VFU.cjs +7 -0
  140. package/dist/email-settings-YUK3DXFJ.js +7 -0
  141. package/dist/{email-settings-runtime-EGIJ2AVQ.js → email-settings-runtime-BXRZV4M5.js} +1 -1
  142. package/dist/{email-settings-runtime-WGVLI7N6.cjs → email-settings-runtime-FWJQBQBK.cjs} +2 -2
  143. package/dist/{email-settings.d-B7Q_xT25.d.cts → email-settings.d-UJ0C3jPI.d.cts} +108 -9
  144. package/dist/{email-settings.d-B7Q_xT25.d.ts → email-settings.d-UJ0C3jPI.d.ts} +108 -9
  145. package/dist/event-catalog-37B6JC7G.js +7 -0
  146. package/dist/event-catalog-5JBHJJ2I.cjs +7 -0
  147. package/dist/{event-catalog-runtime-5HQSAJVX.cjs → event-catalog-runtime-B2BPKQVG.cjs} +2 -2
  148. package/dist/{event-catalog-runtime-6FA3SCRI.js → event-catalog-runtime-N262TQ3Y.js} +1 -1
  149. package/dist/{event-catalog.d-ENw6HO-w.d.cts → event-catalog.d-mQJLSYUo.d.cts} +351 -6
  150. package/dist/{event-catalog.d-ENw6HO-w.d.ts → event-catalog.d-mQJLSYUo.d.ts} +351 -6
  151. package/dist/file-P2FUUER2.js +7 -0
  152. package/dist/file-XTY74SIX.cjs +7 -0
  153. package/dist/file-runtime-24S3QPA7.cjs +5 -0
  154. package/dist/{file-runtime-B6AAGZQF.js → file-runtime-BIRMXYRH.js} +1 -1
  155. package/dist/{file.d-DcTJxjp7.d.cts → file.d-DTlrbI40.d.cts} +2336 -19
  156. package/dist/{file.d-DcTJxjp7.d.ts → file.d-DTlrbI40.d.ts} +2336 -19
  157. package/dist/index.cjs +16 -16
  158. package/dist/index.d.cts +5 -5
  159. package/dist/index.d.ts +5 -5
  160. package/dist/index.js +5 -5
  161. package/dist/{js-yaml-DLCVPJ7G.js → js-yaml-UPZKYVRY.js} +15 -17
  162. package/dist/{webhooks-XLBUXXCS.js → webhooks-NZHJBT64.js} +1 -1
  163. package/dist/{webhooks-NZ3TM3AY.cjs → webhooks-SK2STDKR.cjs} +1 -1
  164. package/dist/{webhooks.d-D79qib9f.d.cts → webhooks.d-ByePoUWs.d.cts} +40 -4
  165. package/dist/{webhooks.d-D79qib9f.d.ts → webhooks.d-ByePoUWs.d.ts} +40 -4
  166. package/docs/customer-portal.md +417 -51
  167. package/docs/email-settings.md +67 -3
  168. package/docs/event-catalog.md +247 -1
  169. package/docs/file.md +101 -2
  170. package/docs/webhooks.md +3 -1
  171. package/package.json +1 -1
  172. package/dist/chunk-4W22EIRF.cjs +0 -14
  173. package/dist/chunk-5OBMZHRL.cjs +0 -14
  174. package/dist/chunk-E2WMGOM5.js +0 -14
  175. package/dist/chunk-EFWPEVXI.js +0 -14
  176. package/dist/chunk-KEI3GHDY.cjs +0 -14
  177. package/dist/chunk-Z6HGUGXK.js +0 -14
  178. package/dist/customer-portal-5I7ZGQDU.cjs +0 -7
  179. package/dist/customer-portal-YL2YMPZL.js +0 -7
  180. package/dist/email-settings-CKFJU4WZ.js +0 -7
  181. package/dist/email-settings-NQJJKS2P.cjs +0 -7
  182. package/dist/event-catalog-C45ISVMP.cjs +0 -7
  183. package/dist/event-catalog-D7VJ7WRS.js +0 -7
  184. package/dist/file-UOWBTDIU.cjs +0 -7
  185. package/dist/file-XSN3NAVZ.js +0 -7
  186. package/dist/file-runtime-SFZIKODF.cjs +0 -5
@@ -780,6 +780,101 @@
780
780
  }
781
781
  }
782
782
  },
783
+ "/v1/files:zipJob": {
784
+ "post": {
785
+ "operationId": "createZipJob",
786
+ "summary": "createZipJob",
787
+ "description": "Create a background job to ZIP multiple files and send a download link via email.\n\nFor bulk downloads of more than 50 files, use this async endpoint instead of client-side zipping.\nThe job will:\n1. Download all requested files from S3\n2. Create a ZIP archive\n3. Upload the ZIP to temporary storage\n4. Send an email notification with the download link\n\nThe ZIP file will be available for 7 days.\n",
788
+ "tags": [
789
+ "File"
790
+ ],
791
+ "requestBody": {
792
+ "content": {
793
+ "application/json": {
794
+ "schema": {
795
+ "$ref": "#/components/schemas/CreateZipJobPayload"
796
+ },
797
+ "examples": {
798
+ "Zip multiple files": {
799
+ "value": {
800
+ "file_entity_ids": [
801
+ "ef7d985c-2385-44f4-9c71-ae06a52264f8",
802
+ "3fa85f64-5717-4562-b3fc-2c963f66afa6"
803
+ ],
804
+ "zip_filename": "Documents.zip",
805
+ "notify_email": true
806
+ }
807
+ }
808
+ }
809
+ }
810
+ }
811
+ },
812
+ "responses": {
813
+ "202": {
814
+ "description": "Job created, processing in background",
815
+ "content": {
816
+ "application/json": {
817
+ "schema": {
818
+ "$ref": "#/components/schemas/ZipJob"
819
+ }
820
+ }
821
+ }
822
+ },
823
+ "400": {
824
+ "$ref": "#/components/responses/BadRequestError"
825
+ },
826
+ "401": {
827
+ "$ref": "#/components/responses/UnauthorizedError"
828
+ },
829
+ "500": {
830
+ "$ref": "#/components/responses/InternalServerError"
831
+ }
832
+ }
833
+ }
834
+ },
835
+ "/v1/files:zipJob/{job_id}": {
836
+ "get": {
837
+ "operationId": "getZipJob",
838
+ "summary": "getZipJob",
839
+ "description": "Get the status of a ZIP job",
840
+ "tags": [
841
+ "File"
842
+ ],
843
+ "parameters": [
844
+ {
845
+ "name": "job_id",
846
+ "in": "path",
847
+ "required": true,
848
+ "description": "The UUID of the ZIP job",
849
+ "schema": {
850
+ "type": "string",
851
+ "format": "uuid"
852
+ }
853
+ }
854
+ ],
855
+ "responses": {
856
+ "200": {
857
+ "description": "ZIP job status",
858
+ "content": {
859
+ "application/json": {
860
+ "schema": {
861
+ "$ref": "#/components/schemas/ZipJob"
862
+ }
863
+ }
864
+ }
865
+ },
866
+ "401": {
867
+ "$ref": "#/components/responses/UnauthorizedError"
868
+ },
869
+ "404": {
870
+ "$ref": "#/components/responses/NotFoundError"
871
+ },
872
+ "500": {
873
+ "$ref": "#/components/responses/InternalServerError"
874
+ }
875
+ }
876
+ }
877
+ },
783
878
  "/v1/files/{id}/preview": {
784
879
  "get": {
785
880
  "operationId": "previewFile",
@@ -1199,8 +1294,7 @@
1199
1294
  "get": {
1200
1295
  "operationId": "listPublicLinksForFile",
1201
1296
  "summary": "listPublicLinksForFile",
1202
- "description": "**Not yet implemented.**\n\nThis endpoint will fetch all public links previously generated for a file.\n",
1203
- "x-not-implemented": true,
1297
+ "description": "Fetches all public links previously generated for a file",
1204
1298
  "parameters": [
1205
1299
  {
1206
1300
  "name": "id",
@@ -1340,8 +1434,7 @@
1340
1434
  "delete": {
1341
1435
  "operationId": "revokePublicLink",
1342
1436
  "summary": "revokePublicLink",
1343
- "description": "**Not yet implemented.**\n\nThis endpoint will revoke a public link, making the file inaccessible via that link.\n",
1344
- "x-not-implemented": true,
1437
+ "description": "Revokes a given public link by ID",
1345
1438
  "parameters": [
1346
1439
  {
1347
1440
  "name": "id",
@@ -2378,6 +2471,171 @@
2378
2471
  ]
2379
2472
  }
2380
2473
  },
2474
+ "CreateZipJobPayload": {
2475
+ "type": "object",
2476
+ "description": "Request payload to create a ZIP job for bulk file download.\nProvide either an explicit list of `file_entity_ids` (up to 1000) or an\n`entity_query` that resolves to file entities (up to 10000).\n",
2477
+ "properties": {
2478
+ "file_entity_ids": {
2479
+ "type": "array",
2480
+ "description": "List of file entity IDs to include in the ZIP",
2481
+ "items": {
2482
+ "type": "string",
2483
+ "format": "uuid"
2484
+ },
2485
+ "minItems": 1,
2486
+ "maxItems": 1000,
2487
+ "example": [
2488
+ "ef7d985c-2385-44f4-9c71-ae06a52264f8",
2489
+ "3fa85f64-5717-4562-b3fc-2c963f66afa6"
2490
+ ]
2491
+ },
2492
+ "entity_query": {
2493
+ "type": "object",
2494
+ "description": "Entity search query used to resolve files to include in the ZIP",
2495
+ "properties": {
2496
+ "q": {
2497
+ "type": "string",
2498
+ "description": "Lucene-style search query (same syntax as entity search)",
2499
+ "example": "_schema:file AND _tags:invoice"
2500
+ },
2501
+ "sort": {
2502
+ "type": "string",
2503
+ "description": "Sort expression forwarded to the entity search",
2504
+ "example": "_created_at:desc"
2505
+ }
2506
+ },
2507
+ "required": [
2508
+ "q"
2509
+ ]
2510
+ },
2511
+ "zip_filename": {
2512
+ "type": "string",
2513
+ "description": "Name of the generated ZIP file",
2514
+ "default": "Files.zip",
2515
+ "example": "Documents.zip"
2516
+ },
2517
+ "notify_email": {
2518
+ "type": "boolean",
2519
+ "description": "Send email notification when ZIP is ready",
2520
+ "default": true
2521
+ }
2522
+ },
2523
+ "oneOf": [
2524
+ {
2525
+ "required": [
2526
+ "file_entity_ids"
2527
+ ]
2528
+ },
2529
+ {
2530
+ "required": [
2531
+ "entity_query"
2532
+ ]
2533
+ }
2534
+ ]
2535
+ },
2536
+ "ZipJob": {
2537
+ "type": "object",
2538
+ "description": "ZIP job status and result",
2539
+ "properties": {
2540
+ "job_id": {
2541
+ "type": "string",
2542
+ "format": "uuid",
2543
+ "description": "Unique identifier for the ZIP job",
2544
+ "example": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
2545
+ },
2546
+ "status": {
2547
+ "type": "string",
2548
+ "description": "Current status of the ZIP job",
2549
+ "enum": [
2550
+ "queued",
2551
+ "downloading",
2552
+ "zipping",
2553
+ "uploading",
2554
+ "sending_notification",
2555
+ "completed",
2556
+ "failed"
2557
+ ],
2558
+ "example": "completed"
2559
+ },
2560
+ "progress": {
2561
+ "type": "object",
2562
+ "description": "Progress information for the job",
2563
+ "properties": {
2564
+ "total_files": {
2565
+ "type": "integer",
2566
+ "description": "Total number of files to process",
2567
+ "example": 100
2568
+ },
2569
+ "downloaded_files": {
2570
+ "type": "integer",
2571
+ "description": "Number of files successfully downloaded",
2572
+ "example": 75
2573
+ },
2574
+ "failed_files": {
2575
+ "type": "integer",
2576
+ "description": "Number of files that failed to download",
2577
+ "example": 2
2578
+ }
2579
+ }
2580
+ },
2581
+ "result": {
2582
+ "type": "object",
2583
+ "description": "Result of the completed ZIP job",
2584
+ "properties": {
2585
+ "file_entity_id": {
2586
+ "type": "string",
2587
+ "format": "uuid",
2588
+ "description": "File entity ID of the generated ZIP",
2589
+ "example": "ef7d985c-2385-44f4-9c71-ae06a52264f8"
2590
+ },
2591
+ "download_url": {
2592
+ "type": "string",
2593
+ "format": "uri",
2594
+ "description": "Presigned download URL (expires in 24 hours)",
2595
+ "example": "https://epilot-prod-user-content.s3.eu-central-1.amazonaws.com/123/files.zip?X-Amz-..."
2596
+ },
2597
+ "expires_at": {
2598
+ "type": "string",
2599
+ "format": "date-time",
2600
+ "description": "When the download URL expires",
2601
+ "example": "2024-01-02T12:00:00Z"
2602
+ },
2603
+ "zip_size_bytes": {
2604
+ "type": "integer",
2605
+ "description": "Size of the generated ZIP file in bytes",
2606
+ "example": 104857600
2607
+ }
2608
+ }
2609
+ },
2610
+ "error": {
2611
+ "type": "string",
2612
+ "description": "Error message if job failed",
2613
+ "example": "Failed to download file: access denied"
2614
+ },
2615
+ "created_at": {
2616
+ "type": "string",
2617
+ "format": "date-time",
2618
+ "description": "When the job was created",
2619
+ "example": "2024-01-01T12:00:00Z"
2620
+ },
2621
+ "created_by": {
2622
+ "type": "string",
2623
+ "description": "User ID who created the job",
2624
+ "example": "10234"
2625
+ },
2626
+ "org_id": {
2627
+ "type": "string",
2628
+ "description": "Organization ID",
2629
+ "example": "123"
2630
+ },
2631
+ "updated_at": {
2632
+ "type": "string",
2633
+ "format": "date-time",
2634
+ "description": "When the job was last updated",
2635
+ "example": "2024-01-01T12:05:00Z"
2636
+ }
2637
+ }
2638
+ },
2381
2639
  "VerifyCustomDownloadUrlPayload": {
2382
2640
  "type": "object",
2383
2641
  "properties": {
@@ -1339,15 +1339,30 @@
1339
1339
  },
1340
1340
  "multipartConfig": {
1341
1341
  "type": "object",
1342
- "description": "Configuration for binary_multipart delivery mode. Specifies the field names used in the multipart form data request.",
1342
+ "description": "Configuration for `binary_multipart` delivery mode. Describes the\nshape of the multipart/form-data body the receiver expects — pick\nthe attachment(s) via a JSONata expression and add scalar form\nparts on the side.\n",
1343
1343
  "properties": {
1344
1344
  "fileFieldName": {
1345
1345
  "type": "string",
1346
- "description": "The name of the form field containing the file binary data."
1346
+ "description": "Name of the binary form part(s). Default `\"file\"`. The same\nname is reused when `fileFieldStrategy=\"multi\"` produces\nmultiple file parts.\n"
1347
1347
  },
1348
- "metadataFieldName": {
1348
+ "fileFieldStrategy": {
1349
1349
  "type": "string",
1350
- "description": "The name of the form field containing the JSON metadata payload."
1350
+ "enum": [
1351
+ "single",
1352
+ "multi"
1353
+ ],
1354
+ "description": "Assertion on the picker result. `single` (default) fails the\ndelivery when `fileSource` resolves to more than one\nattachment. `multi` accepts any non-empty count.\n"
1355
+ },
1356
+ "fileSource": {
1357
+ "type": "string",
1358
+ "description": "JSONata expression evaluated against the event payload that\npicks the attachment(s) to send. Default `\"event_attachments\"`\n(all attachments). When the result is `undefined`, `null`, or\nan empty array, the event is silently skipped (no HTTP\nrequest, no error notification). Validated for syntax at\nconfig-save time.\n"
1359
+ },
1360
+ "extraFields": {
1361
+ "type": "object",
1362
+ "additionalProperties": {
1363
+ "type": "string"
1364
+ },
1365
+ "description": "Map of `formFieldName → JSONata expression`. Each value is\nevaluated against the event payload, then passed through\nenv-resolution (same as `custom_headers`). Static literals\nmust be JSONata-quoted: a bare `\"business_partner\"` is\ntreated as a path lookup and yields `undefined`; for a\nliteral value, single-quote inside the JSON string:\n`\"'business_partner'\"`. Expressions yielding `undefined` or\n`null` silently omit the field. Object/array results are\nJSON-stringified before being appended. Values are not part\nof the signed payload.\n"
1351
1366
  }
1352
1367
  }
1353
1368
  },
@@ -6,25 +6,25 @@ var _chunkOXJOO2YFcjs = require('../chunk-OXJOO2YF.cjs');
6
6
 
7
7
 
8
8
 
9
- var _chunkSDIGGISZcjs = require('../chunk-SDIGGISZ.cjs');
9
+ var _chunkR7XDTILZcjs = require('../chunk-R7XDTILZ.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 _chunkSDIGGISZcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
15
+ return _chunkR7XDTILZcjs.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 = _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: def, apiName: "accessToken" });
21
+ _instance = _chunkR7XDTILZcjs.createApiClient.call(void 0, { definition: def, apiName: "accessToken" });
22
22
  }
23
23
  return _instance;
24
24
  };
25
- var _handle = _chunkSDIGGISZcjs.createApiHandle.call(void 0, {
25
+ var _handle = _chunkR7XDTILZcjs.createApiHandle.call(void 0, {
26
26
  resolveClient: resolve,
27
- createClient: () => _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "accessToken" }),
27
+ createClient: () => _chunkR7XDTILZcjs.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 = _chunkSDIGGISZcjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
38
+ exports.accessToken = accessToken; exports.authorize = _chunkR7XDTILZcjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
@@ -6,7 +6,7 @@ import {
6
6
  createApiClient,
7
7
  createApiHandle,
8
8
  expand
9
- } from "../chunk-QNUU4TTU.js";
9
+ } from "../chunk-SCMAZ73K.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 _chunkSDIGGISZcjs = require('../chunk-SDIGGISZ.cjs');
9
+ var _chunkR7XDTILZcjs = require('../chunk-R7XDTILZ.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 _chunkSDIGGISZcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
15
+ return _chunkR7XDTILZcjs.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 = _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: def, apiName: "addressSuggestions" });
21
+ _instance = _chunkR7XDTILZcjs.createApiClient.call(void 0, { definition: def, apiName: "addressSuggestions" });
22
22
  }
23
23
  return _instance;
24
24
  };
25
- var _handle = _chunkSDIGGISZcjs.createApiHandle.call(void 0, {
25
+ var _handle = _chunkR7XDTILZcjs.createApiHandle.call(void 0, {
26
26
  resolveClient: resolve,
27
- createClient: () => _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "addressSuggestions" }),
27
+ createClient: () => _chunkR7XDTILZcjs.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 = _chunkSDIGGISZcjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
38
+ exports.addressSuggestions = addressSuggestions; exports.authorize = _chunkR7XDTILZcjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
@@ -6,7 +6,7 @@ import {
6
6
  createApiClient,
7
7
  createApiHandle,
8
8
  expand
9
- } from "../chunk-QNUU4TTU.js";
9
+ } from "../chunk-SCMAZ73K.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 _chunkSDIGGISZcjs = require('../chunk-SDIGGISZ.cjs');
9
+ var _chunkR7XDTILZcjs = require('../chunk-R7XDTILZ.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 _chunkSDIGGISZcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
15
+ return _chunkR7XDTILZcjs.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 = _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: def, apiName: "address" });
21
+ _instance = _chunkR7XDTILZcjs.createApiClient.call(void 0, { definition: def, apiName: "address" });
22
22
  }
23
23
  return _instance;
24
24
  };
25
- var _handle = _chunkSDIGGISZcjs.createApiHandle.call(void 0, {
25
+ var _handle = _chunkR7XDTILZcjs.createApiHandle.call(void 0, {
26
26
  resolveClient: resolve,
27
- createClient: () => _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "address" }),
27
+ createClient: () => _chunkR7XDTILZcjs.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 = _chunkSDIGGISZcjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
38
+ exports.address = address; exports.authorize = _chunkR7XDTILZcjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
@@ -6,7 +6,7 @@ import {
6
6
  createApiClient,
7
7
  createApiHandle,
8
8
  expand
9
- } from "../chunk-QNUU4TTU.js";
9
+ } from "../chunk-SCMAZ73K.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 _chunkSDIGGISZcjs = require('../chunk-SDIGGISZ.cjs');
9
+ var _chunkR7XDTILZcjs = require('../chunk-R7XDTILZ.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 _chunkSDIGGISZcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
15
+ return _chunkR7XDTILZcjs.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 = _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: def, apiName: "aiAgents" });
21
+ _instance = _chunkR7XDTILZcjs.createApiClient.call(void 0, { definition: def, apiName: "aiAgents" });
22
22
  }
23
23
  return _instance;
24
24
  };
25
- var _handle = _chunkSDIGGISZcjs.createApiHandle.call(void 0, {
25
+ var _handle = _chunkR7XDTILZcjs.createApiHandle.call(void 0, {
26
26
  resolveClient: resolve,
27
- createClient: () => _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "aiAgents" }),
27
+ createClient: () => _chunkR7XDTILZcjs.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 = _chunkSDIGGISZcjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
38
+ exports.aiAgents = aiAgents; exports.authorize = _chunkR7XDTILZcjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
@@ -6,7 +6,7 @@ import {
6
6
  createApiClient,
7
7
  createApiHandle,
8
8
  expand
9
- } from "../chunk-QNUU4TTU.js";
9
+ } from "../chunk-SCMAZ73K.js";
10
10
  import "../chunk-YPSWSI3M.js";
11
11
 
12
12
  // src/apis/ai-agents.ts
package/dist/apis/app.cjs CHANGED
@@ -6,25 +6,25 @@ var _chunkKMVJYNLBcjs = require('../chunk-KMVJYNLB.cjs');
6
6
 
7
7
 
8
8
 
9
- var _chunkSDIGGISZcjs = require('../chunk-SDIGGISZ.cjs');
9
+ var _chunkR7XDTILZcjs = require('../chunk-R7XDTILZ.cjs');
10
10
  require('../chunk-NJK5F5TF.cjs');
11
11
 
12
12
  // src/apis/app.ts
13
13
  var loadDefinition = () => {
14
14
  const mod = _chunkKMVJYNLBcjs.require_app_runtime.call(void 0, );
15
- return _chunkSDIGGISZcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
15
+ return _chunkR7XDTILZcjs.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 = _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: def, apiName: "app" });
21
+ _instance = _chunkR7XDTILZcjs.createApiClient.call(void 0, { definition: def, apiName: "app" });
22
22
  }
23
23
  return _instance;
24
24
  };
25
- var _handle = _chunkSDIGGISZcjs.createApiHandle.call(void 0, {
25
+ var _handle = _chunkR7XDTILZcjs.createApiHandle.call(void 0, {
26
26
  resolveClient: resolve,
27
- createClient: () => _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "app" }),
27
+ createClient: () => _chunkR7XDTILZcjs.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 = _chunkSDIGGISZcjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
38
+ exports.app = app; exports.authorize = _chunkR7XDTILZcjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
package/dist/apis/app.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  createApiClient,
7
7
  createApiHandle,
8
8
  expand
9
- } from "../chunk-QNUU4TTU.js";
9
+ } from "../chunk-SCMAZ73K.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 _chunkSDIGGISZcjs = require('../chunk-SDIGGISZ.cjs');
9
+ var _chunkR7XDTILZcjs = require('../chunk-R7XDTILZ.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 _chunkSDIGGISZcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
15
+ return _chunkR7XDTILZcjs.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 = _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: def, apiName: "auditLogs" });
21
+ _instance = _chunkR7XDTILZcjs.createApiClient.call(void 0, { definition: def, apiName: "auditLogs" });
22
22
  }
23
23
  return _instance;
24
24
  };
25
- var _handle = _chunkSDIGGISZcjs.createApiHandle.call(void 0, {
25
+ var _handle = _chunkR7XDTILZcjs.createApiHandle.call(void 0, {
26
26
  resolveClient: resolve,
27
- createClient: () => _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "auditLogs" }),
27
+ createClient: () => _chunkR7XDTILZcjs.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 = _chunkSDIGGISZcjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
38
+ exports.auditLogs = auditLogs; exports.authorize = _chunkR7XDTILZcjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
@@ -6,7 +6,7 @@ import {
6
6
  createApiClient,
7
7
  createApiHandle,
8
8
  expand
9
- } from "../chunk-QNUU4TTU.js";
9
+ } from "../chunk-SCMAZ73K.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 _chunkSDIGGISZcjs = require('../chunk-SDIGGISZ.cjs');
9
+ var _chunkR7XDTILZcjs = require('../chunk-R7XDTILZ.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 _chunkSDIGGISZcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
15
+ return _chunkR7XDTILZcjs.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 = _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: def, apiName: "automation" });
21
+ _instance = _chunkR7XDTILZcjs.createApiClient.call(void 0, { definition: def, apiName: "automation" });
22
22
  }
23
23
  return _instance;
24
24
  };
25
- var _handle = _chunkSDIGGISZcjs.createApiHandle.call(void 0, {
25
+ var _handle = _chunkR7XDTILZcjs.createApiHandle.call(void 0, {
26
26
  resolveClient: resolve,
27
- createClient: () => _chunkSDIGGISZcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "automation" }),
27
+ createClient: () => _chunkR7XDTILZcjs.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 = _chunkSDIGGISZcjs.authorize; exports.automation = automation; exports.createClient = createClient; exports.getClient = getClient;
38
+ exports.authorize = _chunkR7XDTILZcjs.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-QNUU4TTU.js";
9
+ } from "../chunk-SCMAZ73K.js";
10
10
  import "../chunk-YPSWSI3M.js";
11
11
 
12
12
  // src/apis/automation.ts