@epilot/sdk 2.8.0-rc.0 → 2.8.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.
- package/LICENSE +21 -0
- package/README.md +0 -1
- package/definitions/automation.json +120 -0
- package/definitions/blueprint-manifest-runtime.json +1 -1
- package/definitions/blueprint-manifest.json +744 -20
- package/definitions/customer-portal-runtime.json +1 -1
- package/definitions/customer-portal.json +317 -26
- package/definitions/design.json +51 -1
- package/definitions/event-catalog-runtime.json +1 -1
- package/definitions/event-catalog.json +168 -12
- package/definitions/file-runtime.json +1 -1
- package/definitions/file.json +152 -4
- package/definitions/integration-toolkit-runtime.json +1 -1
- package/definitions/integration-toolkit.json +782 -13
- package/definitions/notes-runtime.json +1 -1
- package/definitions/notes.json +123 -1
- package/definitions/pricing.json +224 -406
- package/definitions/targeting-runtime.json +1 -1
- package/definitions/targeting.json +257 -7
- package/definitions/webhooks.json +31 -0
- package/dist/README-46VYEGGW.js +7 -0
- package/dist/README-IVBISSWB.cjs +7 -0
- package/dist/{_index-YTOJUFGD.js → _index-5FB6F5YY.js} +0 -3
- package/dist/{_index-HTUXYSTD.cjs → _index-DB2VV4PQ.cjs} +1 -4
- package/dist/apis/access-token.cjs +6 -6
- package/dist/apis/access-token.js +1 -1
- package/dist/apis/address-suggestions.cjs +6 -6
- package/dist/apis/address-suggestions.js +1 -1
- package/dist/apis/address.cjs +6 -6
- package/dist/apis/address.js +1 -1
- package/dist/apis/ai-agents.cjs +6 -6
- package/dist/apis/ai-agents.js +1 -1
- package/dist/apis/app.cjs +6 -6
- package/dist/apis/app.js +1 -1
- package/dist/apis/audit-logs.cjs +6 -6
- package/dist/apis/audit-logs.js +1 -1
- package/dist/apis/automation.cjs +6 -6
- package/dist/apis/automation.d.cts +2 -2
- package/dist/apis/automation.d.ts +2 -2
- package/dist/apis/automation.js +1 -1
- package/dist/apis/billing.cjs +6 -6
- package/dist/apis/billing.js +1 -1
- package/dist/apis/blueprint-manifest.cjs +8 -8
- package/dist/apis/blueprint-manifest.d.cts +2 -2
- package/dist/apis/blueprint-manifest.d.ts +2 -2
- package/dist/apis/blueprint-manifest.js +2 -2
- package/dist/apis/calendar.cjs +6 -6
- package/dist/apis/calendar.js +1 -1
- package/dist/apis/configuration-hub.cjs +6 -6
- package/dist/apis/configuration-hub.js +1 -1
- package/dist/apis/consent.cjs +6 -6
- package/dist/apis/consent.js +1 -1
- package/dist/apis/customer-portal.cjs +8 -8
- package/dist/apis/customer-portal.d.cts +2 -2
- package/dist/apis/customer-portal.d.ts +2 -2
- package/dist/apis/customer-portal.js +2 -2
- package/dist/apis/dashboard.cjs +6 -6
- package/dist/apis/dashboard.js +1 -1
- package/dist/apis/data-governance.cjs +6 -6
- package/dist/apis/data-governance.js +1 -1
- package/dist/apis/deduplication.cjs +6 -6
- package/dist/apis/deduplication.js +1 -1
- package/dist/apis/design.cjs +6 -6
- package/dist/apis/design.d.cts +2 -2
- package/dist/apis/design.d.ts +2 -2
- package/dist/apis/design.js +1 -1
- package/dist/apis/document.cjs +6 -6
- package/dist/apis/document.js +1 -1
- package/dist/apis/email-settings.cjs +6 -6
- package/dist/apis/email-settings.js +1 -1
- package/dist/apis/email-template.cjs +6 -6
- package/dist/apis/email-template.js +1 -1
- package/dist/apis/entity-mapping.cjs +6 -6
- package/dist/apis/entity-mapping.js +1 -1
- package/dist/apis/entity.cjs +6 -6
- package/dist/apis/entity.js +1 -1
- package/dist/apis/environments.cjs +6 -6
- package/dist/apis/environments.js +1 -1
- package/dist/apis/event-catalog.cjs +8 -8
- package/dist/apis/event-catalog.d.cts +2 -2
- package/dist/apis/event-catalog.d.ts +2 -2
- package/dist/apis/event-catalog.js +2 -2
- package/dist/apis/file.cjs +8 -8
- package/dist/apis/file.d.cts +2 -2
- package/dist/apis/file.d.ts +2 -2
- package/dist/apis/file.js +2 -2
- package/dist/apis/iban.cjs +6 -6
- package/dist/apis/iban.js +1 -1
- package/dist/apis/integration-toolkit.cjs +8 -8
- package/dist/apis/integration-toolkit.d.cts +2 -2
- package/dist/apis/integration-toolkit.d.ts +2 -2
- package/dist/apis/integration-toolkit.js +2 -2
- package/dist/apis/journey.cjs +6 -6
- package/dist/apis/journey.js +1 -1
- package/dist/apis/kanban.cjs +6 -6
- package/dist/apis/kanban.js +1 -1
- package/dist/apis/message.cjs +6 -6
- package/dist/apis/message.js +1 -1
- package/dist/apis/metering.cjs +6 -6
- package/dist/apis/metering.js +1 -1
- package/dist/apis/notes.cjs +8 -8
- package/dist/apis/notes.d.cts +2 -2
- package/dist/apis/notes.d.ts +2 -2
- package/dist/apis/notes.js +2 -2
- package/dist/apis/notification.cjs +6 -6
- package/dist/apis/notification.js +1 -1
- package/dist/apis/organization.cjs +6 -6
- package/dist/apis/organization.js +1 -1
- package/dist/apis/partner-directory.cjs +6 -6
- package/dist/apis/partner-directory.js +1 -1
- package/dist/apis/permissions.cjs +6 -6
- package/dist/apis/permissions.js +1 -1
- package/dist/apis/pricing-tier.cjs +6 -6
- package/dist/apis/pricing-tier.js +1 -1
- package/dist/apis/pricing.cjs +6 -6
- package/dist/apis/pricing.d.cts +2 -2
- package/dist/apis/pricing.d.ts +2 -2
- package/dist/apis/pricing.js +1 -1
- package/dist/apis/purpose.cjs +6 -6
- package/dist/apis/purpose.js +1 -1
- package/dist/apis/query.cjs +6 -6
- package/dist/apis/query.js +1 -1
- package/dist/apis/sandbox.cjs +6 -6
- package/dist/apis/sandbox.js +1 -1
- package/dist/apis/sharing.cjs +6 -6
- package/dist/apis/sharing.js +1 -1
- package/dist/apis/submission.cjs +6 -6
- package/dist/apis/submission.js +1 -1
- package/dist/apis/target.cjs +6 -6
- package/dist/apis/target.js +1 -1
- package/dist/apis/targeting.cjs +8 -8
- package/dist/apis/targeting.d.cts +2 -2
- package/dist/apis/targeting.d.ts +2 -2
- package/dist/apis/targeting.js +2 -2
- package/dist/apis/template-variables.cjs +6 -6
- package/dist/apis/template-variables.js +1 -1
- package/dist/apis/user.cjs +6 -6
- package/dist/apis/user.js +1 -1
- package/dist/apis/validation-rules.cjs +6 -6
- package/dist/apis/validation-rules.js +1 -1
- package/dist/apis/webhooks.cjs +6 -6
- package/dist/apis/webhooks.d.cts +2 -2
- package/dist/apis/webhooks.d.ts +2 -2
- package/dist/apis/webhooks.js +1 -1
- package/dist/apis/workflow-definition.cjs +6 -6
- package/dist/apis/workflow-definition.js +1 -1
- package/dist/apis/workflow.cjs +6 -6
- package/dist/apis/workflow.js +1 -1
- package/dist/automation-S6NFS5KU.cjs +7 -0
- package/dist/automation-W75XZG7B.js +7 -0
- package/dist/{automation.d-Du6-uiz5.d.cts → automation.d-DS_YXDE8.d.cts} +300 -1
- package/dist/{automation.d-Du6-uiz5.d.ts → automation.d-DS_YXDE8.d.ts} +300 -1
- package/dist/blueprint-manifest-6DEYW5MW.js +7 -0
- package/dist/blueprint-manifest-GCV7H74X.cjs +7 -0
- package/dist/{blueprint-manifest-runtime-QN2IECSA.cjs → blueprint-manifest-runtime-EIDOROIQ.cjs} +2 -2
- package/dist/{blueprint-manifest-runtime-5UN52LW5.js → blueprint-manifest-runtime-FRLU3ZSF.js} +1 -1
- package/dist/{blueprint-manifest.d-BPyzoR0X.d.ts → blueprint-manifest.d-B8yDxagC.d.cts} +572 -6
- package/dist/{blueprint-manifest.d-BPyzoR0X.d.cts → blueprint-manifest.d-B8yDxagC.d.ts} +572 -6
- package/dist/chunk-4M5V6BIT.cjs +14 -0
- package/dist/chunk-4YBWMDFP.js +14 -0
- package/dist/{chunk-KJPOUJBU.cjs → chunk-5ZXGKLB6.cjs} +1 -1
- package/dist/{chunk-PTEJYAYJ.js → chunk-774ASAAH.js} +1 -1
- package/dist/{chunk-WM74R3BD.js → chunk-7V7ECXTZ.js} +1 -1
- package/dist/{chunk-54KWFSCM.js → chunk-ALMZO57K.js} +21 -23
- package/dist/chunk-FDS727SL.cjs +14 -0
- package/dist/{chunk-4FFGRWLS.cjs → chunk-I53TWOTX.cjs} +1 -1
- package/dist/chunk-LSPXLT3A.js +14 -0
- package/dist/chunk-M4FO2MI4.js +14 -0
- package/dist/chunk-MCK2QUSD.cjs +14 -0
- package/dist/chunk-NGHCQ2FA.cjs +14 -0
- package/dist/chunk-RDVFQOCQ.js +14 -0
- package/dist/{chunk-RW5JOHG7.js → chunk-WIQXF7DD.js} +1 -1
- package/dist/{chunk-F5Z6I7TF.cjs → chunk-WPBRWQPL.cjs} +21 -23
- package/dist/{chunk-M2SSGV7K.cjs → chunk-ZOQUGWQL.cjs} +1 -1
- package/dist/customer-portal-4DXHY42V.js +7 -0
- package/dist/customer-portal-5OSGSYGF.cjs +7 -0
- package/dist/{customer-portal-runtime-IYHJ3RME.cjs → customer-portal-runtime-HA6CPWB4.cjs} +2 -2
- package/dist/{customer-portal-runtime-ZYU3WIXY.js → customer-portal-runtime-TDHV2YVY.js} +1 -1
- package/dist/{customer-portal.d-CTTCBAZI.d.cts → customer-portal.d-BRwiQehb.d.cts} +763 -31
- package/dist/{customer-portal.d-CTTCBAZI.d.ts → customer-portal.d-BRwiQehb.d.ts} +763 -31
- package/dist/data-governance-2U5UU4GM.cjs +7 -0
- package/dist/data-governance-36Y33JVG.js +7 -0
- package/dist/design-DUFBH5ZB.js +7 -0
- package/dist/design-W3D3UPGB.cjs +7 -0
- package/dist/{design.d-BRre8iLg.d.ts → design.d-DzSDu8cy.d.cts} +41 -3
- package/dist/{design.d-BRre8iLg.d.cts → design.d-DzSDu8cy.d.ts} +41 -3
- package/dist/event-catalog-3YOQ46ZW.js +7 -0
- package/dist/event-catalog-HLWUT7RM.cjs +7 -0
- package/dist/{event-catalog-runtime-N262TQ3Y.js → event-catalog-runtime-JUSLF3UR.js} +1 -1
- package/dist/{event-catalog-runtime-B2BPKQVG.cjs → event-catalog-runtime-RH7542GL.cjs} +2 -2
- package/dist/{event-catalog.d-mQJLSYUo.d.ts → event-catalog.d-CXbUn8T1.d.cts} +199 -36
- package/dist/{event-catalog.d-mQJLSYUo.d.cts → event-catalog.d-CXbUn8T1.d.ts} +199 -36
- package/dist/file-2MSILSPP.cjs +7 -0
- package/dist/file-JVFTT5RZ.js +7 -0
- package/dist/file-runtime-7AWKNQU6.cjs +5 -0
- package/dist/{file-runtime-BIRMXYRH.js → file-runtime-DKGFS44O.js} +1 -1
- package/dist/{file.d-DTlrbI40.d.cts → file.d-BjlMgTwj.d.cts} +218 -5
- package/dist/{file.d-DTlrbI40.d.ts → file.d-BjlMgTwj.d.ts} +218 -5
- package/dist/index.cjs +27 -35
- package/dist/index.d.cts +56 -58
- package/dist/index.d.ts +56 -58
- package/dist/index.js +16 -24
- package/dist/integration-toolkit-27Z3VZBZ.cjs +7 -0
- package/dist/integration-toolkit-NRLZZFVS.js +7 -0
- package/dist/{integration-toolkit-runtime-YHTU4X5J.cjs → integration-toolkit-runtime-FY7QVFL6.cjs} +2 -2
- package/dist/{integration-toolkit-runtime-YR4CIMKH.js → integration-toolkit-runtime-HCJ5QLCR.js} +1 -1
- package/dist/{integration-toolkit.d-BstNqiJb.d.cts → integration-toolkit.d-BW9RK5G-.d.cts} +1672 -27
- package/dist/{integration-toolkit.d-BstNqiJb.d.ts → integration-toolkit.d-BW9RK5G-.d.ts} +1672 -27
- package/dist/js-yaml-DLCVPJ7G.js +0 -0
- package/dist/notes-6JESMRLW.js +7 -0
- package/dist/notes-SLEUSNP4.cjs +7 -0
- package/dist/{notes-runtime-CVNAVKPP.js → notes-runtime-I4SWR3PZ.js} +1 -1
- package/dist/notes-runtime-YWTRRNH5.cjs +5 -0
- package/dist/{notes.d-BcV_m5fe.d.cts → notes.d-rbcyHfiB.d.cts} +101 -3
- package/dist/{notes.d-BcV_m5fe.d.ts → notes.d-rbcyHfiB.d.ts} +101 -3
- package/dist/pricing-5Y7TZHMR.js +7 -0
- package/dist/pricing-BJUABPHU.cjs +7 -0
- package/dist/{pricing.d-BHpMU4KU.d.cts → pricing.d-gPt5L7wp.d.cts} +151 -280
- package/dist/{pricing.d-BHpMU4KU.d.ts → pricing.d-gPt5L7wp.d.ts} +151 -280
- package/dist/targeting-DAFJBPIZ.cjs +7 -0
- package/dist/targeting-TGPCRRI6.js +7 -0
- package/dist/{targeting-runtime-M2VSTKFT.js → targeting-runtime-D5YUPZQM.js} +1 -1
- package/dist/{targeting-runtime-6JFMP262.cjs → targeting-runtime-MLMOM7CK.cjs} +2 -2
- package/dist/{targeting.d-BNmcVsNS.d.cts → targeting.d-DxHQbn7-.d.cts} +197 -3
- package/dist/{targeting.d-BNmcVsNS.d.ts → targeting.d-DxHQbn7-.d.ts} +197 -3
- package/dist/webhooks-6CUXSTPH.cjs +7 -0
- package/dist/webhooks-DTNKNJEN.js +7 -0
- package/dist/{webhooks.d-ByePoUWs.d.cts → webhooks.d-DKZOMj1P.d.cts} +37 -0
- package/dist/{webhooks.d-ByePoUWs.d.ts → webhooks.d-DKZOMj1P.d.ts} +37 -0
- package/docs/automation.md +180 -37
- package/docs/blueprint-manifest.md +728 -68
- package/docs/customer-portal.md +465 -56
- package/docs/data-governance.md +17 -17
- package/docs/design.md +80 -3
- package/docs/event-catalog.md +126 -13
- package/docs/file.md +113 -0
- package/docs/integration-toolkit.md +488 -19
- package/docs/notes.md +47 -1
- package/docs/pricing.md +290 -219
- package/docs/targeting.md +158 -4
- package/docs/webhooks.md +11 -2
- package/package.json +11 -21
- package/definitions/focus-pocus-runtime.json +0 -1
- package/definitions/focus-pocus.json +0 -757
- package/dist/README-37TXN4EL.cjs +0 -7
- package/dist/README-Z2WITBOR.js +0 -7
- package/dist/apis/focus-pocus.cjs +0 -38
- package/dist/apis/focus-pocus.d.cts +0 -18
- package/dist/apis/focus-pocus.d.ts +0 -18
- package/dist/apis/focus-pocus.js +0 -38
- package/dist/automation-BMO7ZFTN.cjs +0 -7
- package/dist/automation-MEZTSUR3.js +0 -7
- package/dist/blueprint-manifest-DBEY5PPI.js +0 -7
- package/dist/blueprint-manifest-IEQ6YBY7.cjs +0 -7
- package/dist/chunk-3APTSPY4.js +0 -14
- package/dist/chunk-5WNEYQII.cjs +0 -14
- package/dist/chunk-A6FYGWQ7.cjs +0 -14
- package/dist/chunk-BTTPWE2P.js +0 -14
- package/dist/chunk-CBDKPGO5.cjs +0 -14
- package/dist/chunk-L544VG3B.cjs +0 -14
- package/dist/chunk-O2YVXGPZ.js +0 -14
- package/dist/chunk-OCMIXJWC.js +0 -14
- package/dist/chunk-OPXGJKZR.cjs +0 -14
- package/dist/chunk-P42Q6HOW.js +0 -14
- package/dist/customer-portal-DR6XFCTQ.js +0 -7
- package/dist/customer-portal-PNFBVIAH.cjs +0 -7
- package/dist/data-governance-QYFHBCNB.cjs +0 -7
- package/dist/data-governance-YS2NA6W4.js +0 -7
- package/dist/design-EWZQZ5KX.js +0 -7
- package/dist/design-MUUYXB2J.cjs +0 -7
- package/dist/event-catalog-37B6JC7G.js +0 -7
- package/dist/event-catalog-5JBHJJ2I.cjs +0 -7
- package/dist/file-P2FUUER2.js +0 -7
- package/dist/file-XTY74SIX.cjs +0 -7
- package/dist/file-runtime-24S3QPA7.cjs +0 -5
- package/dist/focus-pocus-JGXH42OF.cjs +0 -7
- package/dist/focus-pocus-XVDVUYL6.js +0 -7
- package/dist/focus-pocus-runtime-QXBBYVX7.js +0 -5
- package/dist/focus-pocus-runtime-X6GQ3WI4.cjs +0 -5
- package/dist/focus-pocus.d-BRFGe53G.d.cts +0 -489
- package/dist/focus-pocus.d-BRFGe53G.d.ts +0 -489
- package/dist/integration-toolkit-3I3IPVFN.cjs +0 -7
- package/dist/integration-toolkit-XAFQXNQY.js +0 -7
- package/dist/notes-K2IIFCX3.cjs +0 -7
- package/dist/notes-Q7JGS7O3.js +0 -7
- package/dist/notes-runtime-E3YYF74V.cjs +0 -5
- package/dist/pricing-R5ENSVPQ.cjs +0 -7
- package/dist/pricing-X27CCRI6.js +0 -7
- package/dist/targeting-74BV7F7H.cjs +0 -7
- package/dist/targeting-W5EKJYR2.js +0 -7
- package/dist/webhooks-NZHJBT64.js +0 -7
- package/dist/webhooks-SK2STDKR.cjs +0 -7
- package/docs/focus-pocus.md +0 -460
|
@@ -56,6 +56,28 @@ declare namespace Components {
|
|
|
56
56
|
*/
|
|
57
57
|
error?: string;
|
|
58
58
|
}
|
|
59
|
+
/**
|
|
60
|
+
* A generic error returned by the API
|
|
61
|
+
* example:
|
|
62
|
+
* {
|
|
63
|
+
* "status": 409,
|
|
64
|
+
* "error": "Extracted file content is still being prepared"
|
|
65
|
+
* }
|
|
66
|
+
*/
|
|
67
|
+
export interface ConflictError {
|
|
68
|
+
/**
|
|
69
|
+
* The HTTP status code of the error
|
|
70
|
+
* example:
|
|
71
|
+
* 400
|
|
72
|
+
*/
|
|
73
|
+
status?: number;
|
|
74
|
+
/**
|
|
75
|
+
* The error message
|
|
76
|
+
* example:
|
|
77
|
+
* Bad Request
|
|
78
|
+
*/
|
|
79
|
+
error?: string;
|
|
80
|
+
}
|
|
59
81
|
/**
|
|
60
82
|
* A generic error returned by the API
|
|
61
83
|
* example:
|
|
@@ -1279,9 +1301,11 @@ declare namespace Components {
|
|
|
1279
1301
|
*/
|
|
1280
1302
|
zip_filename?: string;
|
|
1281
1303
|
/**
|
|
1282
|
-
*
|
|
1304
|
+
* Email address to notify when the ZIP is ready. Omit to skip the email notification.
|
|
1305
|
+
* example:
|
|
1306
|
+
* user@example.com
|
|
1283
1307
|
*/
|
|
1284
|
-
notify_email?:
|
|
1308
|
+
notify_email?: string; // email
|
|
1285
1309
|
} | {
|
|
1286
1310
|
/**
|
|
1287
1311
|
* List of file entity IDs to include in the ZIP
|
|
@@ -2317,9 +2341,11 @@ declare namespace Components {
|
|
|
2317
2341
|
*/
|
|
2318
2342
|
zip_filename?: string;
|
|
2319
2343
|
/**
|
|
2320
|
-
*
|
|
2344
|
+
* Email address to notify when the ZIP is ready. Omit to skip the email notification.
|
|
2345
|
+
* example:
|
|
2346
|
+
* user@example.com
|
|
2321
2347
|
*/
|
|
2322
|
-
notify_email?:
|
|
2348
|
+
notify_email?: string; // email
|
|
2323
2349
|
};
|
|
2324
2350
|
/**
|
|
2325
2351
|
* Custom external download url used for the file
|
|
@@ -2426,6 +2452,23 @@ declare namespace Components {
|
|
|
2426
2452
|
* https://some-api-url.com/download?file_id=123
|
|
2427
2453
|
*/
|
|
2428
2454
|
CustomDownloadUrl /* uri */;
|
|
2455
|
+
/**
|
|
2456
|
+
* Compact German summary for hover and list preview surfaces.
|
|
2457
|
+
*/
|
|
2458
|
+
preview_summary_de?: string;
|
|
2459
|
+
/**
|
|
2460
|
+
* Short German paragraph summary for file preview surfaces.
|
|
2461
|
+
*/
|
|
2462
|
+
short_summary_de?: string;
|
|
2463
|
+
/**
|
|
2464
|
+
* Compact English summary for hover and list preview surfaces.
|
|
2465
|
+
*/
|
|
2466
|
+
preview_summary_en?: string;
|
|
2467
|
+
/**
|
|
2468
|
+
* Short English paragraph summary for file preview surfaces.
|
|
2469
|
+
*/
|
|
2470
|
+
short_summary_en?: string;
|
|
2471
|
+
summary_status?: /* Current AI summary generation state for the file. */ FileSummaryStatus;
|
|
2429
2472
|
}
|
|
2430
2473
|
export interface FileCollectionAttributes {
|
|
2431
2474
|
/**
|
|
@@ -2625,6 +2668,23 @@ declare namespace Components {
|
|
|
2625
2668
|
* https://some-api-url.com/download?file_id=123
|
|
2626
2669
|
*/
|
|
2627
2670
|
CustomDownloadUrl /* uri */;
|
|
2671
|
+
/**
|
|
2672
|
+
* Compact German summary for hover and list preview surfaces.
|
|
2673
|
+
*/
|
|
2674
|
+
preview_summary_de?: string;
|
|
2675
|
+
/**
|
|
2676
|
+
* Short German paragraph summary for file preview surfaces.
|
|
2677
|
+
*/
|
|
2678
|
+
short_summary_de?: string;
|
|
2679
|
+
/**
|
|
2680
|
+
* Compact English summary for hover and list preview surfaces.
|
|
2681
|
+
*/
|
|
2682
|
+
preview_summary_en?: string;
|
|
2683
|
+
/**
|
|
2684
|
+
* Short English paragraph summary for file preview surfaces.
|
|
2685
|
+
*/
|
|
2686
|
+
short_summary_en?: string;
|
|
2687
|
+
summary_status?: /* Current AI summary generation state for the file. */ FileSummaryStatus;
|
|
2628
2688
|
/**
|
|
2629
2689
|
* Source URL for the file. Included if the entity was created from source_url, or when ?source_url=true
|
|
2630
2690
|
* example:
|
|
@@ -2696,6 +2756,13 @@ declare namespace Components {
|
|
|
2696
2756
|
EntitySlug;
|
|
2697
2757
|
_tags?: string[];
|
|
2698
2758
|
}
|
|
2759
|
+
export interface FileSummaryGenerationStatus {
|
|
2760
|
+
status: /* Current AI summary generation state for the file. */ FileSummaryStatus;
|
|
2761
|
+
}
|
|
2762
|
+
/**
|
|
2763
|
+
* Current AI summary generation state for the file.
|
|
2764
|
+
*/
|
|
2765
|
+
export type FileSummaryStatus = "processing" | "completed" | "failed" | "unsupported";
|
|
2699
2766
|
export type FileType = "document" | "document_template" | "text" | "image" | "video" | "audio" | "spreadsheet" | "presentation" | "font" | "archive" | "application" | "unknown";
|
|
2700
2767
|
export interface FileUpload {
|
|
2701
2768
|
s3ref?: S3Reference;
|
|
@@ -2820,6 +2887,23 @@ declare namespace Components {
|
|
|
2820
2887
|
* https://some-api-url.com/download?file_id=123
|
|
2821
2888
|
*/
|
|
2822
2889
|
CustomDownloadUrl /* uri */;
|
|
2890
|
+
/**
|
|
2891
|
+
* Compact German summary for hover and list preview surfaces.
|
|
2892
|
+
*/
|
|
2893
|
+
preview_summary_de?: string;
|
|
2894
|
+
/**
|
|
2895
|
+
* Short German paragraph summary for file preview surfaces.
|
|
2896
|
+
*/
|
|
2897
|
+
short_summary_de?: string;
|
|
2898
|
+
/**
|
|
2899
|
+
* Compact English summary for hover and list preview surfaces.
|
|
2900
|
+
*/
|
|
2901
|
+
preview_summary_en?: string;
|
|
2902
|
+
/**
|
|
2903
|
+
* Short English paragraph summary for file preview surfaces.
|
|
2904
|
+
*/
|
|
2905
|
+
short_summary_en?: string;
|
|
2906
|
+
summary_status?: /* Current AI summary generation state for the file. */ FileSummaryStatus;
|
|
2823
2907
|
}
|
|
2824
2908
|
export interface SaveFileFromSourceURLPayload {
|
|
2825
2909
|
[name: string]: any;
|
|
@@ -2899,6 +2983,23 @@ declare namespace Components {
|
|
|
2899
2983
|
* https://some-api-url.com/download?file_id=123
|
|
2900
2984
|
*/
|
|
2901
2985
|
CustomDownloadUrl /* uri */;
|
|
2986
|
+
/**
|
|
2987
|
+
* Compact German summary for hover and list preview surfaces.
|
|
2988
|
+
*/
|
|
2989
|
+
preview_summary_de?: string;
|
|
2990
|
+
/**
|
|
2991
|
+
* Short German paragraph summary for file preview surfaces.
|
|
2992
|
+
*/
|
|
2993
|
+
short_summary_de?: string;
|
|
2994
|
+
/**
|
|
2995
|
+
* Compact English summary for hover and list preview surfaces.
|
|
2996
|
+
*/
|
|
2997
|
+
preview_summary_en?: string;
|
|
2998
|
+
/**
|
|
2999
|
+
* Short English paragraph summary for file preview surfaces.
|
|
3000
|
+
*/
|
|
3001
|
+
short_summary_en?: string;
|
|
3002
|
+
summary_status?: /* Current AI summary generation state for the file. */ FileSummaryStatus;
|
|
2902
3003
|
source_url?: /**
|
|
2903
3004
|
* Custom external download url used for the file
|
|
2904
3005
|
* example:
|
|
@@ -2986,6 +3087,23 @@ declare namespace Components {
|
|
|
2986
3087
|
* https://some-api-url.com/download?file_id=123
|
|
2987
3088
|
*/
|
|
2988
3089
|
CustomDownloadUrl /* uri */;
|
|
3090
|
+
/**
|
|
3091
|
+
* Compact German summary for hover and list preview surfaces.
|
|
3092
|
+
*/
|
|
3093
|
+
preview_summary_de?: string;
|
|
3094
|
+
/**
|
|
3095
|
+
* Short German paragraph summary for file preview surfaces.
|
|
3096
|
+
*/
|
|
3097
|
+
short_summary_de?: string;
|
|
3098
|
+
/**
|
|
3099
|
+
* Compact English summary for hover and list preview surfaces.
|
|
3100
|
+
*/
|
|
3101
|
+
preview_summary_en?: string;
|
|
3102
|
+
/**
|
|
3103
|
+
* Short English paragraph summary for file preview surfaces.
|
|
3104
|
+
*/
|
|
3105
|
+
short_summary_en?: string;
|
|
3106
|
+
summary_status?: /* Current AI summary generation state for the file. */ FileSummaryStatus;
|
|
2989
3107
|
s3ref?: S3Ref;
|
|
2990
3108
|
}
|
|
2991
3109
|
export interface UploadFilePayload {
|
|
@@ -3513,6 +3631,75 @@ declare namespace Paths {
|
|
|
3513
3631
|
Components.Responses.InternalServerError;
|
|
3514
3632
|
}
|
|
3515
3633
|
}
|
|
3634
|
+
namespace GenerateFileSummary {
|
|
3635
|
+
namespace Parameters {
|
|
3636
|
+
export type Id = /**
|
|
3637
|
+
* example:
|
|
3638
|
+
* ef7d985c-2385-44f4-9c71-ae06a52264f8
|
|
3639
|
+
*/
|
|
3640
|
+
Components.Schemas.FileEntityId;
|
|
3641
|
+
}
|
|
3642
|
+
export interface PathParameters {
|
|
3643
|
+
id: Parameters.Id;
|
|
3644
|
+
}
|
|
3645
|
+
namespace Responses {
|
|
3646
|
+
export type $202 = Components.Schemas.FileSummaryGenerationStatus;
|
|
3647
|
+
export type $400 = /**
|
|
3648
|
+
* A generic error returned by the API
|
|
3649
|
+
* example:
|
|
3650
|
+
* {
|
|
3651
|
+
* "status": 400,
|
|
3652
|
+
* "error": "Bad Request: filename is required"
|
|
3653
|
+
* }
|
|
3654
|
+
*/
|
|
3655
|
+
Components.Responses.BadRequestError;
|
|
3656
|
+
export type $401 = /**
|
|
3657
|
+
* A generic error returned by the API
|
|
3658
|
+
* example:
|
|
3659
|
+
* {
|
|
3660
|
+
* "status": 401,
|
|
3661
|
+
* "error": "Unauthorized: Invalid or expired token"
|
|
3662
|
+
* }
|
|
3663
|
+
*/
|
|
3664
|
+
Components.Responses.UnauthorizedError;
|
|
3665
|
+
export type $403 = /**
|
|
3666
|
+
* A generic error returned by the API
|
|
3667
|
+
* example:
|
|
3668
|
+
* {
|
|
3669
|
+
* "status": 403,
|
|
3670
|
+
* "error": "Forbidden: You do not have permission to access this file"
|
|
3671
|
+
* }
|
|
3672
|
+
*/
|
|
3673
|
+
Components.Responses.ForbiddenError;
|
|
3674
|
+
export type $404 = /**
|
|
3675
|
+
* A generic error returned by the API
|
|
3676
|
+
* example:
|
|
3677
|
+
* {
|
|
3678
|
+
* "status": 404,
|
|
3679
|
+
* "error": "Not Found: File entity not found"
|
|
3680
|
+
* }
|
|
3681
|
+
*/
|
|
3682
|
+
Components.Responses.NotFoundError;
|
|
3683
|
+
export type $409 = /**
|
|
3684
|
+
* A generic error returned by the API
|
|
3685
|
+
* example:
|
|
3686
|
+
* {
|
|
3687
|
+
* "status": 409,
|
|
3688
|
+
* "error": "Extracted file content is still being prepared"
|
|
3689
|
+
* }
|
|
3690
|
+
*/
|
|
3691
|
+
Components.Responses.ConflictError;
|
|
3692
|
+
export type $500 = /**
|
|
3693
|
+
* A generic error returned by the API
|
|
3694
|
+
* example:
|
|
3695
|
+
* {
|
|
3696
|
+
* "status": 500,
|
|
3697
|
+
* "error": "Internal Server Error"
|
|
3698
|
+
* }
|
|
3699
|
+
*/
|
|
3700
|
+
Components.Responses.InternalServerError;
|
|
3701
|
+
}
|
|
3702
|
+
}
|
|
3516
3703
|
namespace GeneratePublicLink {
|
|
3517
3704
|
namespace Parameters {
|
|
3518
3705
|
export type Id = /**
|
|
@@ -3864,6 +4051,8 @@ declare namespace Paths {
|
|
|
3864
4051
|
}
|
|
3865
4052
|
namespace Responses {
|
|
3866
4053
|
export type $200 = string; // binary
|
|
4054
|
+
export interface $304 {
|
|
4055
|
+
}
|
|
3867
4056
|
export type $403 = /* A generic error returned by the API */ Components.Schemas.ErrorObject;
|
|
3868
4057
|
export type $404 = /**
|
|
3869
4058
|
* A generic error returned by the API
|
|
@@ -4533,6 +4722,16 @@ interface OperationMethods {
|
|
|
4533
4722
|
data?: any,
|
|
4534
4723
|
config?: AxiosRequestConfig
|
|
4535
4724
|
): OperationResponse<Paths.GetZipJob.Responses.$200>
|
|
4725
|
+
/**
|
|
4726
|
+
* generateFileSummary - generateFileSummary
|
|
4727
|
+
*
|
|
4728
|
+
* Request AI generation of preview and short summaries for a file entity.
|
|
4729
|
+
*/
|
|
4730
|
+
'generateFileSummary'(
|
|
4731
|
+
parameters?: Parameters<Paths.GenerateFileSummary.PathParameters> | null,
|
|
4732
|
+
data?: any,
|
|
4733
|
+
config?: AxiosRequestConfig
|
|
4734
|
+
): OperationResponse<Paths.GenerateFileSummary.Responses.$202>
|
|
4536
4735
|
/**
|
|
4537
4736
|
* previewFile - previewFile
|
|
4538
4737
|
*
|
|
@@ -4984,6 +5183,18 @@ interface PathsDictionary {
|
|
|
4984
5183
|
config?: AxiosRequestConfig
|
|
4985
5184
|
): OperationResponse<Paths.GetZipJob.Responses.$200>
|
|
4986
5185
|
}
|
|
5186
|
+
['/v1/files/{id}/summary:generate']: {
|
|
5187
|
+
/**
|
|
5188
|
+
* generateFileSummary - generateFileSummary
|
|
5189
|
+
*
|
|
5190
|
+
* Request AI generation of preview and short summaries for a file entity.
|
|
5191
|
+
*/
|
|
5192
|
+
'post'(
|
|
5193
|
+
parameters?: Parameters<Paths.GenerateFileSummary.PathParameters> | null,
|
|
5194
|
+
data?: any,
|
|
5195
|
+
config?: AxiosRequestConfig
|
|
5196
|
+
): OperationResponse<Paths.GenerateFileSummary.Responses.$202>
|
|
5197
|
+
}
|
|
4987
5198
|
['/v1/files/{id}/preview']: {
|
|
4988
5199
|
/**
|
|
4989
5200
|
* previewFile - previewFile
|
|
@@ -5292,6 +5503,8 @@ type FileEntity = Components.Schemas.FileEntity;
|
|
|
5292
5503
|
type FileEntityId = Components.Schemas.FileEntityId;
|
|
5293
5504
|
type FileItem = Components.Schemas.FileItem;
|
|
5294
5505
|
type FileRelationItem = Components.Schemas.FileRelationItem;
|
|
5506
|
+
type FileSummaryGenerationStatus = Components.Schemas.FileSummaryGenerationStatus;
|
|
5507
|
+
type FileSummaryStatus = Components.Schemas.FileSummaryStatus;
|
|
5295
5508
|
type FileType = Components.Schemas.FileType;
|
|
5296
5509
|
type FileUpload = Components.Schemas.FileUpload;
|
|
5297
5510
|
type PublicLink = Components.Schemas.PublicLink;
|
|
@@ -5306,4 +5519,4 @@ type UploadFilePayload = Components.Schemas.UploadFilePayload;
|
|
|
5306
5519
|
type VerifyCustomDownloadUrlPayload = Components.Schemas.VerifyCustomDownloadUrlPayload;
|
|
5307
5520
|
type ZipJob = Components.Schemas.ZipJob;
|
|
5308
5521
|
|
|
5309
|
-
export { type ActivityId as A, type BaseEntityAcl as B, type Client as C, type DownloadFilesPayload as D, type EntityId as E, type FileAttributes as F, type OperationMethods as O, Paths as P, type S3Ref as S, type UploadFilePayload as U, type VerifyCustomDownloadUrlPayload as V, type ZipJob as Z, Components as a, type PathsDictionary as b, type BaseEntityOwner as c, type BatchSaveFileVersionPayload as d, type CommonSaveFilePayload as e, type CreateZipJobPayload as f, type CustomDownloadUrl as g, type EntitySlug as h, type ErrorObject as i, type FileCollectionAttributes as j, type FileCollectionCreateRequest as k, type FileCollectionId as l, type FileCollectionItem as m, type FileEntity as n, type FileEntityId as o, type FileItem as p, type FileRelationItem as q, type
|
|
5522
|
+
export { type ActivityId as A, type BaseEntityAcl as B, type Client as C, type DownloadFilesPayload as D, type EntityId as E, type FileAttributes as F, type SaveFilePayloadV2 as G, type SaveS3FilePayload as H, type OperationMethods as O, Paths as P, type S3Ref as S, type UploadFilePayload as U, type VerifyCustomDownloadUrlPayload as V, type ZipJob as Z, Components as a, type PathsDictionary as b, type BaseEntityOwner as c, type BatchSaveFileVersionPayload as d, type CommonSaveFilePayload as e, type CreateZipJobPayload as f, type CustomDownloadUrl as g, type EntitySlug as h, type ErrorObject as i, type FileCollectionAttributes as j, type FileCollectionCreateRequest as k, type FileCollectionId as l, type FileCollectionItem as m, type FileEntity as n, type FileEntityId as o, type FileItem as p, type FileRelationItem as q, type FileSummaryGenerationStatus as r, type FileSummaryStatus as s, type FileType as t, type FileUpload as u, type PublicLink as v, type S3Reference as w, type SaveCustomFilePayload as x, type SaveFileFromSourceURLPayload as y, type SaveFilePayload as z };
|
package/dist/index.cjs
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
|
-
var _chunkZ5TVWG3Icjs = require('./chunk-Z5TVWG3I.cjs');
|
|
4
|
-
|
|
5
|
-
|
|
6
3
|
var _chunkJIUTCNTBcjs = require('./chunk-JIUTCNTB.cjs');
|
|
7
4
|
|
|
8
5
|
|
|
@@ -15,9 +12,6 @@ var _chunkCYS6QBW6cjs = require('./chunk-CYS6QBW6.cjs');
|
|
|
15
12
|
var _chunkQNZPOA54cjs = require('./chunk-QNZPOA54.cjs');
|
|
16
13
|
|
|
17
14
|
|
|
18
|
-
var _chunkWQBBB6BNcjs = require('./chunk-WQBBB6BN.cjs');
|
|
19
|
-
|
|
20
|
-
|
|
21
15
|
var _chunkXDZ2JKJ4cjs = require('./chunk-XDZ2JKJ4.cjs');
|
|
22
16
|
|
|
23
17
|
|
|
@@ -30,16 +24,16 @@ var _chunkTZQFJ5GXcjs = require('./chunk-TZQFJ5GX.cjs');
|
|
|
30
24
|
var _chunkWWOAKRNGcjs = require('./chunk-WWOAKRNG.cjs');
|
|
31
25
|
|
|
32
26
|
|
|
33
|
-
var
|
|
27
|
+
var _chunkMCK2QUSDcjs = require('./chunk-MCK2QUSD.cjs');
|
|
34
28
|
|
|
35
29
|
|
|
36
30
|
var _chunk4QCVVDTAcjs = require('./chunk-4QCVVDTA.cjs');
|
|
37
31
|
|
|
38
32
|
|
|
39
|
-
var
|
|
33
|
+
var _chunkZ5TVWG3Icjs = require('./chunk-Z5TVWG3I.cjs');
|
|
40
34
|
|
|
41
35
|
|
|
42
|
-
var
|
|
36
|
+
var _chunkZOQUGWQLcjs = require('./chunk-ZOQUGWQL.cjs');
|
|
43
37
|
|
|
44
38
|
|
|
45
39
|
var _chunkGWKHOJGDcjs = require('./chunk-GWKHOJGD.cjs');
|
|
@@ -60,19 +54,19 @@ var _chunkN5NFJW7Ycjs = require('./chunk-N5NFJW7Y.cjs');
|
|
|
60
54
|
var _chunkKP7H52BFcjs = require('./chunk-KP7H52BF.cjs');
|
|
61
55
|
|
|
62
56
|
|
|
63
|
-
var
|
|
57
|
+
var _chunkWQBBB6BNcjs = require('./chunk-WQBBB6BN.cjs');
|
|
64
58
|
|
|
65
59
|
|
|
66
|
-
var
|
|
60
|
+
var _chunkFDS727SLcjs = require('./chunk-FDS727SL.cjs');
|
|
67
61
|
|
|
68
62
|
|
|
69
|
-
var
|
|
63
|
+
var _chunk4M5V6BITcjs = require('./chunk-4M5V6BIT.cjs');
|
|
70
64
|
|
|
71
65
|
|
|
72
66
|
var _chunkYO4M3BZLcjs = require('./chunk-YO4M3BZL.cjs');
|
|
73
67
|
|
|
74
68
|
|
|
75
|
-
var
|
|
69
|
+
var _chunkI53TWOTXcjs = require('./chunk-I53TWOTX.cjs');
|
|
76
70
|
|
|
77
71
|
|
|
78
72
|
var _chunkLAWKCWVUcjs = require('./chunk-LAWKCWVU.cjs');
|
|
@@ -84,6 +78,9 @@ var _chunkG3VDRMOHcjs = require('./chunk-G3VDRMOH.cjs');
|
|
|
84
78
|
var _chunkDUHAG5COcjs = require('./chunk-DUHAG5CO.cjs');
|
|
85
79
|
|
|
86
80
|
|
|
81
|
+
var _chunkT6A22LSDcjs = require('./chunk-T6A22LSD.cjs');
|
|
82
|
+
|
|
83
|
+
|
|
87
84
|
var _chunkIAHSYVYBcjs = require('./chunk-IAHSYVYB.cjs');
|
|
88
85
|
|
|
89
86
|
|
|
@@ -111,7 +108,7 @@ var _chunkI6DG26UJcjs = require('./chunk-I6DG26UJ.cjs');
|
|
|
111
108
|
var _chunkG5FKTWUCcjs = require('./chunk-G5FKTWUC.cjs');
|
|
112
109
|
|
|
113
110
|
|
|
114
|
-
var
|
|
111
|
+
var _chunkNGHCQ2FAcjs = require('./chunk-NGHCQ2FA.cjs');
|
|
115
112
|
|
|
116
113
|
|
|
117
114
|
var _chunkCKLEBO4Kcjs = require('./chunk-CKLEBO4K.cjs');
|
|
@@ -123,7 +120,7 @@ var _chunkMOLFG5L4cjs = require('./chunk-MOLFG5L4.cjs');
|
|
|
123
120
|
var _chunkBM6NCHPLcjs = require('./chunk-BM6NCHPL.cjs');
|
|
124
121
|
|
|
125
122
|
|
|
126
|
-
var
|
|
123
|
+
var _chunk5ZXGKLB6cjs = require('./chunk-5ZXGKLB6.cjs');
|
|
127
124
|
|
|
128
125
|
|
|
129
126
|
var _chunkM2UDF7PYcjs = require('./chunk-M2UDF7PY.cjs');
|
|
@@ -158,7 +155,7 @@ var _chunkDVM27A7Ecjs = require('./chunk-DVM27A7E.cjs');
|
|
|
158
155
|
|
|
159
156
|
|
|
160
157
|
|
|
161
|
-
var
|
|
158
|
+
var _chunkWPBRWQPLcjs = require('./chunk-WPBRWQPL.cjs');
|
|
162
159
|
|
|
163
160
|
|
|
164
161
|
var _chunkNJK5F5TFcjs = require('./chunk-NJK5F5TF.cjs');
|
|
@@ -225,7 +222,7 @@ var resolveClient = (params) => {
|
|
|
225
222
|
}
|
|
226
223
|
if (!entry.instance) {
|
|
227
224
|
const definition = entry.loader();
|
|
228
|
-
entry.instance =
|
|
225
|
+
entry.instance = _chunkWPBRWQPLcjs.createApiClient.call(void 0, {
|
|
229
226
|
definition,
|
|
230
227
|
token: state.token,
|
|
231
228
|
headers: state.globalHeaders,
|
|
@@ -258,7 +255,7 @@ var resetAllClients = (registry) => {
|
|
|
258
255
|
};
|
|
259
256
|
|
|
260
257
|
// src/apis/_registry.ts
|
|
261
|
-
var expandDef = (mod) =>
|
|
258
|
+
var expandDef = (mod) => _chunkWPBRWQPLcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
262
259
|
var registerBuiltinApis = (registry) => {
|
|
263
260
|
registerApi({
|
|
264
261
|
registry,
|
|
@@ -303,7 +300,7 @@ var registerBuiltinApis = (registry) => {
|
|
|
303
300
|
registerApi({
|
|
304
301
|
registry,
|
|
305
302
|
name: "blueprintManifest",
|
|
306
|
-
loader: () => expandDef(
|
|
303
|
+
loader: () => expandDef(_chunkNGHCQ2FAcjs.require_blueprint_manifest_runtime.call(void 0, ))
|
|
307
304
|
});
|
|
308
305
|
registerApi({
|
|
309
306
|
registry,
|
|
@@ -323,7 +320,7 @@ var registerBuiltinApis = (registry) => {
|
|
|
323
320
|
registerApi({
|
|
324
321
|
registry,
|
|
325
322
|
name: "customerPortal",
|
|
326
|
-
loader: () => expandDef(
|
|
323
|
+
loader: () => expandDef(_chunk5ZXGKLB6cjs.require_customer_portal_runtime.call(void 0, ))
|
|
327
324
|
});
|
|
328
325
|
registerApi({
|
|
329
326
|
registry,
|
|
@@ -378,17 +375,12 @@ var registerBuiltinApis = (registry) => {
|
|
|
378
375
|
registerApi({
|
|
379
376
|
registry,
|
|
380
377
|
name: "eventCatalog",
|
|
381
|
-
loader: () => expandDef(
|
|
378
|
+
loader: () => expandDef(_chunkFDS727SLcjs.require_event_catalog_runtime.call(void 0, ))
|
|
382
379
|
});
|
|
383
380
|
registerApi({
|
|
384
381
|
registry,
|
|
385
382
|
name: "file",
|
|
386
|
-
loader: () => expandDef(
|
|
387
|
-
});
|
|
388
|
-
registerApi({
|
|
389
|
-
registry,
|
|
390
|
-
name: "focusPocus",
|
|
391
|
-
loader: () => expandDef(_chunkA6FYGWQ7cjs.require_focus_pocus_runtime.call(void 0, ))
|
|
383
|
+
loader: () => expandDef(_chunk4M5V6BITcjs.require_file_runtime.call(void 0, ))
|
|
392
384
|
});
|
|
393
385
|
registerApi({
|
|
394
386
|
registry,
|
|
@@ -398,7 +390,7 @@ var registerBuiltinApis = (registry) => {
|
|
|
398
390
|
registerApi({
|
|
399
391
|
registry,
|
|
400
392
|
name: "integrationToolkit",
|
|
401
|
-
loader: () => expandDef(
|
|
393
|
+
loader: () => expandDef(_chunkI53TWOTXcjs.require_integration_toolkit_runtime.call(void 0, ))
|
|
402
394
|
});
|
|
403
395
|
registerApi({
|
|
404
396
|
registry,
|
|
@@ -423,7 +415,7 @@ var registerBuiltinApis = (registry) => {
|
|
|
423
415
|
registerApi({
|
|
424
416
|
registry,
|
|
425
417
|
name: "notes",
|
|
426
|
-
loader: () => expandDef(
|
|
418
|
+
loader: () => expandDef(_chunkZOQUGWQLcjs.require_notes_runtime.call(void 0, ))
|
|
427
419
|
});
|
|
428
420
|
registerApi({
|
|
429
421
|
registry,
|
|
@@ -483,7 +475,7 @@ var registerBuiltinApis = (registry) => {
|
|
|
483
475
|
registerApi({
|
|
484
476
|
registry,
|
|
485
477
|
name: "targeting",
|
|
486
|
-
loader: () => expandDef(
|
|
478
|
+
loader: () => expandDef(_chunkMCK2QUSDcjs.require_targeting_runtime.call(void 0, ))
|
|
487
479
|
});
|
|
488
480
|
registerApi({
|
|
489
481
|
registry,
|
|
@@ -601,9 +593,9 @@ var createSDK = () => {
|
|
|
601
593
|
const available = [...registry.keys()].join(", ");
|
|
602
594
|
throw new Error(`Unknown API: "${name}". Available: ${available}`);
|
|
603
595
|
}
|
|
604
|
-
return
|
|
596
|
+
return _chunkWPBRWQPLcjs.createApiHandle.call(void 0, {
|
|
605
597
|
resolveClient: () => resolveClient({ registry, name, state }),
|
|
606
|
-
createClient: () =>
|
|
598
|
+
createClient: () => _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: entry.loader(), apiName: name }),
|
|
607
599
|
apiName: name
|
|
608
600
|
});
|
|
609
601
|
};
|
|
@@ -651,9 +643,9 @@ var createSDK = () => {
|
|
|
651
643
|
return interceptorUse;
|
|
652
644
|
}
|
|
653
645
|
case "help":
|
|
654
|
-
return (apiName) =>
|
|
646
|
+
return (apiName) => _chunkWPBRWQPLcjs.help.call(void 0, apiName);
|
|
655
647
|
case "openapi":
|
|
656
|
-
return (apiName) =>
|
|
648
|
+
return (apiName) => _chunkWPBRWQPLcjs.openapi.call(void 0, apiName);
|
|
657
649
|
case "then":
|
|
658
650
|
case "catch":
|
|
659
651
|
case "finally":
|
|
@@ -683,4 +675,4 @@ var epilot = createSDK();
|
|
|
683
675
|
|
|
684
676
|
|
|
685
677
|
|
|
686
|
-
exports.applyLargeResponseInterceptor = applyLargeResponseInterceptor; exports.applyRetryInterceptor = applyRetryInterceptor; exports.authorize =
|
|
678
|
+
exports.applyLargeResponseInterceptor = applyLargeResponseInterceptor; exports.applyRetryInterceptor = applyRetryInterceptor; exports.authorize = _chunkWPBRWQPLcjs.authorize; exports.createSDK = createSDK; exports.epilot = epilot; exports.help = _chunkWPBRWQPLcjs.help; exports.openapi = _chunkWPBRWQPLcjs.openapi;
|
package/dist/index.d.cts
CHANGED
|
@@ -9,51 +9,50 @@ import { C as Client$2 } from './address-suggestions.d-_YwTOR-9.cjs';
|
|
|
9
9
|
import { C as Client$3 } from './ai-agents.d-OkXfr2bz.cjs';
|
|
10
10
|
import { C as Client$4 } from './app.d-BOR23dso.cjs';
|
|
11
11
|
import { C as Client$5 } from './audit-logs.d-BRToFqeX.cjs';
|
|
12
|
-
import { C as Client$6 } from './automation.d-
|
|
12
|
+
import { C as Client$6 } from './automation.d-DS_YXDE8.cjs';
|
|
13
13
|
import { C as Client$7 } from './billing.d-Bs8Ku9qE.cjs';
|
|
14
|
-
import { C as Client$8 } from './blueprint-manifest.d-
|
|
14
|
+
import { C as Client$8 } from './blueprint-manifest.d-B8yDxagC.cjs';
|
|
15
15
|
import { C as Client$9 } from './calendar.d-BEjLDagH.cjs';
|
|
16
16
|
import { C as Client$a } from './configuration-hub.d-CbSJDa7k.cjs';
|
|
17
17
|
import { C as Client$b } from './consent.d-C2PROHhX.cjs';
|
|
18
|
-
import { C as Client$c } from './customer-portal.d-
|
|
18
|
+
import { C as Client$c } from './customer-portal.d-BRwiQehb.cjs';
|
|
19
19
|
import { C as Client$d } from './dashboard.d-CsGcA74I.cjs';
|
|
20
20
|
import { C as Client$e } from './data-governance.d-BbZ466j5.cjs';
|
|
21
21
|
import { C as Client$f } from './deduplication.d-D5GYddVu.cjs';
|
|
22
|
-
import { C as Client$g } from './design.d-
|
|
22
|
+
import { C as Client$g } from './design.d-DzSDu8cy.cjs';
|
|
23
23
|
import { C as Client$h } from './document.d-DN37pjdx.cjs';
|
|
24
24
|
import { C as Client$i } from './email-settings.d-UJ0C3jPI.cjs';
|
|
25
25
|
import { C as Client$j } from './email-template.d-gtQkdaXM.cjs';
|
|
26
26
|
import { C as Client$k } from './entity.d-fospShiN.cjs';
|
|
27
27
|
import { C as Client$l } from './entity-mapping.d-DKSW3sfy.cjs';
|
|
28
28
|
import { C as Client$m } from './environments.d-BvqvN-PD.cjs';
|
|
29
|
-
import { C as Client$n } from './event-catalog.d-
|
|
30
|
-
import { C as Client$o } from './file.d-
|
|
31
|
-
import { C as Client$p } from './
|
|
32
|
-
import { C as Client$q } from './
|
|
33
|
-
import { C as Client$r } from './
|
|
34
|
-
import { C as Client$s } from './
|
|
35
|
-
import { C as Client$t } from './
|
|
36
|
-
import { C as Client$u } from './
|
|
37
|
-
import { C as Client$v } from './
|
|
38
|
-
import { C as Client$w } from './
|
|
39
|
-
import { C as Client$x } from './
|
|
40
|
-
import { C as Client$y } from './
|
|
41
|
-
import { C as Client$z } from './
|
|
42
|
-
import { C as Client$A } from './
|
|
43
|
-
import { C as Client$B } from './pricing.d-
|
|
44
|
-
import { C as Client$C } from './
|
|
45
|
-
import { C as Client$D } from './
|
|
46
|
-
import { C as Client$E } from './
|
|
47
|
-
import { C as Client$F } from './
|
|
48
|
-
import { C as Client$G } from './
|
|
49
|
-
import { C as Client$H } from './
|
|
50
|
-
import { C as Client$I } from './
|
|
51
|
-
import { C as Client$J } from './
|
|
52
|
-
import { C as Client$K } from './
|
|
53
|
-
import { C as Client$L } from './
|
|
54
|
-
import { C as Client$M } from './
|
|
55
|
-
import { C as Client$N } from './workflow.d-
|
|
56
|
-
import { C as Client$O } from './workflow-definition.d-DOeb0KVV.cjs';
|
|
29
|
+
import { C as Client$n } from './event-catalog.d-CXbUn8T1.cjs';
|
|
30
|
+
import { C as Client$o } from './file.d-BjlMgTwj.cjs';
|
|
31
|
+
import { C as Client$p } from './iban.d-BwdiGbxi.cjs';
|
|
32
|
+
import { C as Client$q } from './integration-toolkit.d-BW9RK5G-.cjs';
|
|
33
|
+
import { C as Client$r } from './journey.d-BenIUWaO.cjs';
|
|
34
|
+
import { C as Client$s } from './kanban.d-BHnSRCYW.cjs';
|
|
35
|
+
import { C as Client$t } from './message.d-B5UuSqgw.cjs';
|
|
36
|
+
import { C as Client$u } from './metering.d-CUICZDiL.cjs';
|
|
37
|
+
import { C as Client$v } from './notes.d-rbcyHfiB.cjs';
|
|
38
|
+
import { C as Client$w } from './notification.d-BfBL3lga.cjs';
|
|
39
|
+
import { C as Client$x } from './organization.d-DqwnNxMg.cjs';
|
|
40
|
+
import { C as Client$y } from './partner-directory.d-BCIjHoGs.cjs';
|
|
41
|
+
import { C as Client$z } from './permissions.d-l6AT8SYP.cjs';
|
|
42
|
+
import { C as Client$A } from './pricing.d-gPt5L7wp.cjs';
|
|
43
|
+
import { C as Client$B } from './pricing-tier.d-Cg0jl6n_.cjs';
|
|
44
|
+
import { C as Client$C } from './purpose.d-CbIYfTua.cjs';
|
|
45
|
+
import { C as Client$D } from './query.d-Cmp78IhZ.cjs';
|
|
46
|
+
import { C as Client$E } from './sandbox.d-BdbOFzDu.cjs';
|
|
47
|
+
import { C as Client$F } from './sharing.d-sOXq-gtz.cjs';
|
|
48
|
+
import { C as Client$G } from './submission.d-BamwfhXw.cjs';
|
|
49
|
+
import { C as Client$H } from './targeting.d-DxHQbn7-.cjs';
|
|
50
|
+
import { C as Client$I } from './template-variables.d-Ble9TSBa.cjs';
|
|
51
|
+
import { C as Client$J } from './user.d-D18fe97W.cjs';
|
|
52
|
+
import { C as Client$K } from './validation-rules.d-Db5c5zTf.cjs';
|
|
53
|
+
import { C as Client$L } from './webhooks.d-DKZOMj1P.cjs';
|
|
54
|
+
import { C as Client$M } from './workflow.d-CMSKt8oN.cjs';
|
|
55
|
+
import { C as Client$N } from './workflow-definition.d-DOeb0KVV.cjs';
|
|
57
56
|
|
|
58
57
|
type SDKClientMap = {
|
|
59
58
|
accessToken: Client;
|
|
@@ -81,32 +80,31 @@ type SDKClientMap = {
|
|
|
81
80
|
environments: Client$m;
|
|
82
81
|
eventCatalog: Client$n;
|
|
83
82
|
file: Client$o;
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
workflowDefinition: Client$O;
|
|
83
|
+
iban: Client$p;
|
|
84
|
+
integrationToolkit: Client$q;
|
|
85
|
+
journey: Client$r;
|
|
86
|
+
kanban: Client$s;
|
|
87
|
+
message: Client$t;
|
|
88
|
+
metering: Client$u;
|
|
89
|
+
notes: Client$v;
|
|
90
|
+
notification: Client$w;
|
|
91
|
+
organization: Client$x;
|
|
92
|
+
partnerDirectory: Client$y;
|
|
93
|
+
permissions: Client$z;
|
|
94
|
+
pricing: Client$A;
|
|
95
|
+
pricingTier: Client$B;
|
|
96
|
+
purpose: Client$C;
|
|
97
|
+
query: Client$D;
|
|
98
|
+
sandbox: Client$E;
|
|
99
|
+
sharing: Client$F;
|
|
100
|
+
submission: Client$G;
|
|
101
|
+
targeting: Client$H;
|
|
102
|
+
templateVariables: Client$I;
|
|
103
|
+
user: Client$J;
|
|
104
|
+
validationRules: Client$K;
|
|
105
|
+
webhooks: Client$L;
|
|
106
|
+
workflow: Client$M;
|
|
107
|
+
workflowDefinition: Client$N;
|
|
110
108
|
};
|
|
111
109
|
|
|
112
110
|
type LargeResponseConfig = {
|