@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
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
require_event_catalog_runtime
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-M4FO2MI4.js";
|
|
4
4
|
import {
|
|
5
5
|
authorize,
|
|
6
6
|
createApiClient,
|
|
7
7
|
createApiHandle,
|
|
8
8
|
expand
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-ALMZO57K.js";
|
|
10
10
|
import "../chunk-YPSWSI3M.js";
|
|
11
11
|
|
|
12
12
|
// src/apis/event-catalog.ts
|
package/dist/apis/file.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
|
|
3
|
+
var _chunk4M5V6BITcjs = require('../chunk-4M5V6BIT.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkWPBRWQPLcjs = require('../chunk-WPBRWQPL.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/file.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
|
-
const mod =
|
|
15
|
-
return
|
|
14
|
+
const mod = _chunk4M5V6BITcjs.require_file_runtime.call(void 0, );
|
|
15
|
+
return _chunkWPBRWQPLcjs.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 =
|
|
21
|
+
_instance = _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: def, apiName: "file" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkWPBRWQPLcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "file" }),
|
|
28
28
|
apiName: "file"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var file = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkWPBRWQPLcjs.authorize; exports.createClient = createClient; exports.file = file; exports.getClient = getClient;
|
package/dist/apis/file.d.cts
CHANGED
|
@@ -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 '../file.d-
|
|
4
|
-
export { A as ActivityId, B as BaseEntityAcl, c as BaseEntityOwner, d as BatchSaveFileVersionPayload, e as CommonSaveFilePayload, a as Components, f as CreateZipJobPayload, g as CustomDownloadUrl, D as DownloadFilesPayload, E as EntityId, h as EntitySlug, i as ErrorObject, F as FileAttributes, j as FileCollectionAttributes, k as FileCollectionCreateRequest, l as FileCollectionId, m as FileCollectionItem, n as FileEntity, o as FileEntityId, p as FileItem, q as FileRelationItem, r as
|
|
3
|
+
import { C as Client } from '../file.d-BjlMgTwj.cjs';
|
|
4
|
+
export { A as ActivityId, B as BaseEntityAcl, c as BaseEntityOwner, d as BatchSaveFileVersionPayload, e as CommonSaveFilePayload, a as Components, f as CreateZipJobPayload, g as CustomDownloadUrl, D as DownloadFilesPayload, E as EntityId, h as EntitySlug, i as ErrorObject, F as FileAttributes, j as FileCollectionAttributes, k as FileCollectionCreateRequest, l as FileCollectionId, m as FileCollectionItem, n as FileEntity, o as FileEntityId, p as FileItem, q as FileRelationItem, r as FileSummaryGenerationStatus, s as FileSummaryStatus, t as FileType, u as FileUpload, O as OperationMethods, P as Paths, b as PathsDictionary, v as PublicLink, S as S3Ref, w as S3Reference, x as SaveCustomFilePayload, y as SaveFileFromSourceURLPayload, z as SaveFilePayload, G as SaveFilePayloadV2, H as SaveS3FilePayload, U as UploadFilePayload, V as VerifyCustomDownloadUrlPayload, Z as ZipJob } from '../file.d-BjlMgTwj.cjs';
|
|
5
5
|
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
6
|
import 'axios';
|
|
7
7
|
|
package/dist/apis/file.d.ts
CHANGED
|
@@ -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 '../file.d-
|
|
4
|
-
export { A as ActivityId, B as BaseEntityAcl, c as BaseEntityOwner, d as BatchSaveFileVersionPayload, e as CommonSaveFilePayload, a as Components, f as CreateZipJobPayload, g as CustomDownloadUrl, D as DownloadFilesPayload, E as EntityId, h as EntitySlug, i as ErrorObject, F as FileAttributes, j as FileCollectionAttributes, k as FileCollectionCreateRequest, l as FileCollectionId, m as FileCollectionItem, n as FileEntity, o as FileEntityId, p as FileItem, q as FileRelationItem, r as
|
|
3
|
+
import { C as Client } from '../file.d-BjlMgTwj.js';
|
|
4
|
+
export { A as ActivityId, B as BaseEntityAcl, c as BaseEntityOwner, d as BatchSaveFileVersionPayload, e as CommonSaveFilePayload, a as Components, f as CreateZipJobPayload, g as CustomDownloadUrl, D as DownloadFilesPayload, E as EntityId, h as EntitySlug, i as ErrorObject, F as FileAttributes, j as FileCollectionAttributes, k as FileCollectionCreateRequest, l as FileCollectionId, m as FileCollectionItem, n as FileEntity, o as FileEntityId, p as FileItem, q as FileRelationItem, r as FileSummaryGenerationStatus, s as FileSummaryStatus, t as FileType, u as FileUpload, O as OperationMethods, P as Paths, b as PathsDictionary, v as PublicLink, S as S3Ref, w as S3Reference, x as SaveCustomFilePayload, y as SaveFileFromSourceURLPayload, z as SaveFilePayload, G as SaveFilePayloadV2, H as SaveS3FilePayload, U as UploadFilePayload, V as VerifyCustomDownloadUrlPayload, Z as ZipJob } from '../file.d-BjlMgTwj.js';
|
|
5
5
|
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
6
|
import 'axios';
|
|
7
7
|
|
package/dist/apis/file.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
require_file_runtime
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-RDVFQOCQ.js";
|
|
4
4
|
import {
|
|
5
5
|
authorize,
|
|
6
6
|
createApiClient,
|
|
7
7
|
createApiHandle,
|
|
8
8
|
expand
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-ALMZO57K.js";
|
|
10
10
|
import "../chunk-YPSWSI3M.js";
|
|
11
11
|
|
|
12
12
|
// src/apis/file.ts
|
package/dist/apis/iban.cjs
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkYO4M3BZLcjs = require('../chunk-YO4M3BZL.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkWPBRWQPLcjs = require('../chunk-WPBRWQPL.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/iban.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkYO4M3BZLcjs.require_iban_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkWPBRWQPLcjs.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 =
|
|
21
|
+
_instance = _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: def, apiName: "iban" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkWPBRWQPLcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "iban" }),
|
|
28
28
|
apiName: "iban"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var iban = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkWPBRWQPLcjs.authorize; exports.createClient = createClient; exports.getClient = getClient; exports.iban = iban;
|
package/dist/apis/iban.js
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
|
|
3
|
+
var _chunkI53TWOTXcjs = require('../chunk-I53TWOTX.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkWPBRWQPLcjs = require('../chunk-WPBRWQPL.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/integration-toolkit.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
|
-
const mod =
|
|
15
|
-
return
|
|
14
|
+
const mod = _chunkI53TWOTXcjs.require_integration_toolkit_runtime.call(void 0, );
|
|
15
|
+
return _chunkWPBRWQPLcjs.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 =
|
|
21
|
+
_instance = _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: def, apiName: "integrationToolkit" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkWPBRWQPLcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "integrationToolkit" }),
|
|
28
28
|
apiName: "integrationToolkit"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var integrationToolkit = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkWPBRWQPLcjs.authorize; exports.createClient = createClient; exports.getClient = getClient; exports.integrationToolkit = integrationToolkit;
|
|
@@ -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 '../integration-toolkit.d-
|
|
4
|
-
export { A as AccessLogEntry, c as
|
|
3
|
+
import { C as Client } from '../integration-toolkit.d-BW9RK5G-.cjs';
|
|
4
|
+
export { A as AccessLogEntry, c as AckOutboundMessagesRequest, d as AckOutboundMessagesResponse, e as AckResult, f as AutoRefreshSettings, g as CommitTypesRequest, h as CommitTypesResponse, a as Components, i as ConnectorConfig, j as CreateFileProxyUseCaseRequest, k as CreateInboundUseCaseRequest, l as CreateIntegrationRequest, m as CreateManagedCallUseCaseRequest, n as CreateOutboundUseCaseRequest, o as CreateSecureProxyUseCaseRequest, p as CreateUseCaseRequest, q as CreateUseCaseRequestBase, D as DeleteIntegrationAppMappingRequest, r as DeliveryConfig, E as EmbeddedFileProxyUseCaseRequest, s as EmbeddedInboundUseCaseRequest, t as EmbeddedManagedCallUseCaseRequest, u as EmbeddedOutboundUseCaseRequest, v as EmbeddedSecureProxyUseCaseRequest, w as EmbeddedUseCaseRequest, x as EmbeddedUseCaseRequestBase, y as EntityUpdate, z as EnvVarRefConfig, B as EnvironmentFieldConfig, F as ErpEvent, G as ErpEventV3, H as ErpUpdatesEventsV2Request, I as ErpUpdatesEventsV3Request, J as ErrorResponseBase, K as FileProxyAuth, L as FileProxyParam, M as FileProxyResponseConfig, N as FileProxySecureProxyAttachment, Q as FileProxyStep, R as FileProxyUrlConfig, S as FileProxyUrlParam, T as FileProxyUrlParams, U as FileProxyUseCase, V as FileProxyUseCaseConfiguration, W as FileProxyUseCaseHistoryEntry, X as GenerateTypesPreviewResponse, Y as GenerateTypesRequest, Z as GenerateTypesResponse, _ as GetMonitoringStatsRequest, $ as GetMonitoringStatsV2Request, a0 as GetMonitoringTimeSeriesRequest, a1 as GetMonitoringTimeSeriesV2Request, a2 as InboundIntegrationEventConfiguration, a3 as InboundMonitoringEvent, a4 as InboundUseCase, a5 as InboundUseCaseHistoryEntry, a6 as Integration, a7 as IntegrationAppMapping, a8 as IntegrationConfigurationV1, a9 as IntegrationConfigurationV2, aa as IntegrationEditableFields, ab as IntegrationEntity, ac as IntegrationEntityField, ad as IntegrationFieldV1, ae as IntegrationMeterReading, af as IntegrationObjectV1, ag as IntegrationSettings, ah as IntegrationWithUseCases, ai as ManagedCallAuth, aj as ManagedCallErrorResponse, ak as ManagedCallExecuteRequest, al as ManagedCallExecuteResponse, am as ManagedCallOperation, an as ManagedCallOperationConfig, ao as ManagedCallUseCase, ap as ManagedCallUseCaseHistoryEntry, aq as MappingSimulationRequest, ar as MappingSimulationResponse, as as MappingSimulationV2Request, at as MappingSimulationWarning, au as MeterReadingPruneScopeConfig, av as MeterReadingUpdate, aw as MeterUniqueIdsConfig, ax as MonitoringEventV2, ay as MonitoringStats, az as MonitoringStatsV2, O as OperationMethods, aA as OutboundConflict, aB as OutboundDlqListResponse, aC as OutboundDlqMessage, aD as OutboundIntegrationEventConfiguration, aE as OutboundMapping, aF as OutboundMessage, aG as OutboundMonitoringEvent, aH as OutboundPollStatus, aI as OutboundStatusResponse, aJ as OutboundUseCase, aK as OutboundUseCaseHistoryEntry, aL as OutboundUseCaseStatus, P as Paths, b as PathsDictionary, aM as PollDeliveryConfig, aN as PollOutboundMessagesRequest, aO as PollOutboundMessagesResponse, aP as PortalOrigin, aQ as PortalRefConfig, aR as PortalRefFilter, aS as PruneScopeConfig, aT as QueryAccessLogsRequest, aU as QueryEventsRequest, aV as QueryInboundMonitoringEventsRequest, aW as QueryMonitoringEventsV2Request, aX as QueryOutboundMonitoringEventsRequest, aY as RedriveOutboundDlqRequest, aZ as RedriveOutboundDlqResponse, a_ as RedriveOutboundDlqResult, a$ as RelationConfig, b0 as RelationItemConfig, b1 as RelationRefItemConfig, b2 as RelationRefValueConfig, b3 as RelationRefsConfig, b4 as RelationUniqueIdField, b5 as RepeatableFieldType, b6 as ReplayEventsRequest, b7 as SecureProxyRequest, b8 as SecureProxyResponse, b9 as SecureProxySummary, ba as SecureProxyUseCase, bb as SecureProxyUseCaseConfiguration, bc as SecureProxyUseCaseHistoryEntry, bd as SecureProxyWhitelist, be as SecureProxyWhitelistUpdate, bf as SetIntegrationAppMappingRequest, bg as TimeSeriesBreakdownItemV2, bh as TimeSeriesBucket, bi as TimeSeriesBucketV2, bj as TriggerErpActionRequest, bk as TriggerWebhookResp, bl as TypeAnnotations, bm as TypeDescriptor, bn as UnblockOutboundStreamRequest, bo as UnblockOutboundStreamResponse, bp as UpdateFileProxyUseCaseRequest, bq as UpdateInboundUseCaseRequest, br as UpdateIntegrationRequest, bs as UpdateManagedCallUseCaseRequest, bt as UpdateOutboundUseCaseRequest, bu as UpdateSecureProxyUseCaseRequest, bv as UpdateUseCaseRequest, bw as UpdateUseCaseRequestBase, bx as UpsertIntegrationWithUseCasesRequest, by as UseCase, bz as UseCaseBase, bA as UseCaseHistoryEntry, bB as UseCaseHistoryEntryBase, bC as UseCaseTypePreview, bD as WebhookDeliveryConfig, bE as WebhookStatus } from '../integration-toolkit.d-BW9RK5G-.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 '../integration-toolkit.d-
|
|
4
|
-
export { A as AccessLogEntry, c as
|
|
3
|
+
import { C as Client } from '../integration-toolkit.d-BW9RK5G-.js';
|
|
4
|
+
export { A as AccessLogEntry, c as AckOutboundMessagesRequest, d as AckOutboundMessagesResponse, e as AckResult, f as AutoRefreshSettings, g as CommitTypesRequest, h as CommitTypesResponse, a as Components, i as ConnectorConfig, j as CreateFileProxyUseCaseRequest, k as CreateInboundUseCaseRequest, l as CreateIntegrationRequest, m as CreateManagedCallUseCaseRequest, n as CreateOutboundUseCaseRequest, o as CreateSecureProxyUseCaseRequest, p as CreateUseCaseRequest, q as CreateUseCaseRequestBase, D as DeleteIntegrationAppMappingRequest, r as DeliveryConfig, E as EmbeddedFileProxyUseCaseRequest, s as EmbeddedInboundUseCaseRequest, t as EmbeddedManagedCallUseCaseRequest, u as EmbeddedOutboundUseCaseRequest, v as EmbeddedSecureProxyUseCaseRequest, w as EmbeddedUseCaseRequest, x as EmbeddedUseCaseRequestBase, y as EntityUpdate, z as EnvVarRefConfig, B as EnvironmentFieldConfig, F as ErpEvent, G as ErpEventV3, H as ErpUpdatesEventsV2Request, I as ErpUpdatesEventsV3Request, J as ErrorResponseBase, K as FileProxyAuth, L as FileProxyParam, M as FileProxyResponseConfig, N as FileProxySecureProxyAttachment, Q as FileProxyStep, R as FileProxyUrlConfig, S as FileProxyUrlParam, T as FileProxyUrlParams, U as FileProxyUseCase, V as FileProxyUseCaseConfiguration, W as FileProxyUseCaseHistoryEntry, X as GenerateTypesPreviewResponse, Y as GenerateTypesRequest, Z as GenerateTypesResponse, _ as GetMonitoringStatsRequest, $ as GetMonitoringStatsV2Request, a0 as GetMonitoringTimeSeriesRequest, a1 as GetMonitoringTimeSeriesV2Request, a2 as InboundIntegrationEventConfiguration, a3 as InboundMonitoringEvent, a4 as InboundUseCase, a5 as InboundUseCaseHistoryEntry, a6 as Integration, a7 as IntegrationAppMapping, a8 as IntegrationConfigurationV1, a9 as IntegrationConfigurationV2, aa as IntegrationEditableFields, ab as IntegrationEntity, ac as IntegrationEntityField, ad as IntegrationFieldV1, ae as IntegrationMeterReading, af as IntegrationObjectV1, ag as IntegrationSettings, ah as IntegrationWithUseCases, ai as ManagedCallAuth, aj as ManagedCallErrorResponse, ak as ManagedCallExecuteRequest, al as ManagedCallExecuteResponse, am as ManagedCallOperation, an as ManagedCallOperationConfig, ao as ManagedCallUseCase, ap as ManagedCallUseCaseHistoryEntry, aq as MappingSimulationRequest, ar as MappingSimulationResponse, as as MappingSimulationV2Request, at as MappingSimulationWarning, au as MeterReadingPruneScopeConfig, av as MeterReadingUpdate, aw as MeterUniqueIdsConfig, ax as MonitoringEventV2, ay as MonitoringStats, az as MonitoringStatsV2, O as OperationMethods, aA as OutboundConflict, aB as OutboundDlqListResponse, aC as OutboundDlqMessage, aD as OutboundIntegrationEventConfiguration, aE as OutboundMapping, aF as OutboundMessage, aG as OutboundMonitoringEvent, aH as OutboundPollStatus, aI as OutboundStatusResponse, aJ as OutboundUseCase, aK as OutboundUseCaseHistoryEntry, aL as OutboundUseCaseStatus, P as Paths, b as PathsDictionary, aM as PollDeliveryConfig, aN as PollOutboundMessagesRequest, aO as PollOutboundMessagesResponse, aP as PortalOrigin, aQ as PortalRefConfig, aR as PortalRefFilter, aS as PruneScopeConfig, aT as QueryAccessLogsRequest, aU as QueryEventsRequest, aV as QueryInboundMonitoringEventsRequest, aW as QueryMonitoringEventsV2Request, aX as QueryOutboundMonitoringEventsRequest, aY as RedriveOutboundDlqRequest, aZ as RedriveOutboundDlqResponse, a_ as RedriveOutboundDlqResult, a$ as RelationConfig, b0 as RelationItemConfig, b1 as RelationRefItemConfig, b2 as RelationRefValueConfig, b3 as RelationRefsConfig, b4 as RelationUniqueIdField, b5 as RepeatableFieldType, b6 as ReplayEventsRequest, b7 as SecureProxyRequest, b8 as SecureProxyResponse, b9 as SecureProxySummary, ba as SecureProxyUseCase, bb as SecureProxyUseCaseConfiguration, bc as SecureProxyUseCaseHistoryEntry, bd as SecureProxyWhitelist, be as SecureProxyWhitelistUpdate, bf as SetIntegrationAppMappingRequest, bg as TimeSeriesBreakdownItemV2, bh as TimeSeriesBucket, bi as TimeSeriesBucketV2, bj as TriggerErpActionRequest, bk as TriggerWebhookResp, bl as TypeAnnotations, bm as TypeDescriptor, bn as UnblockOutboundStreamRequest, bo as UnblockOutboundStreamResponse, bp as UpdateFileProxyUseCaseRequest, bq as UpdateInboundUseCaseRequest, br as UpdateIntegrationRequest, bs as UpdateManagedCallUseCaseRequest, bt as UpdateOutboundUseCaseRequest, bu as UpdateSecureProxyUseCaseRequest, bv as UpdateUseCaseRequest, bw as UpdateUseCaseRequestBase, bx as UpsertIntegrationWithUseCasesRequest, by as UseCase, bz as UseCaseBase, bA as UseCaseHistoryEntry, bB as UseCaseHistoryEntryBase, bC as UseCaseTypePreview, bD as WebhookDeliveryConfig, bE as WebhookStatus } from '../integration-toolkit.d-BW9RK5G-.js';
|
|
5
5
|
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
6
|
import 'axios';
|
|
7
7
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
require_integration_toolkit_runtime
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-7V7ECXTZ.js";
|
|
4
4
|
import {
|
|
5
5
|
authorize,
|
|
6
6
|
createApiClient,
|
|
7
7
|
createApiHandle,
|
|
8
8
|
expand
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-ALMZO57K.js";
|
|
10
10
|
import "../chunk-YPSWSI3M.js";
|
|
11
11
|
|
|
12
12
|
// src/apis/integration-toolkit.ts
|
package/dist/apis/journey.cjs
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkLAWKCWVUcjs = require('../chunk-LAWKCWVU.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkWPBRWQPLcjs = require('../chunk-WPBRWQPL.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/journey.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkLAWKCWVUcjs.require_journey_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkWPBRWQPLcjs.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 =
|
|
21
|
+
_instance = _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: def, apiName: "journey" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkWPBRWQPLcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "journey" }),
|
|
28
28
|
apiName: "journey"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var journey = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkWPBRWQPLcjs.authorize; exports.createClient = createClient; exports.getClient = getClient; exports.journey = journey;
|
package/dist/apis/journey.js
CHANGED
package/dist/apis/kanban.cjs
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkG3VDRMOHcjs = require('../chunk-G3VDRMOH.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkWPBRWQPLcjs = require('../chunk-WPBRWQPL.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/kanban.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkG3VDRMOHcjs.require_kanban_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkWPBRWQPLcjs.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 =
|
|
21
|
+
_instance = _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: def, apiName: "kanban" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkWPBRWQPLcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "kanban" }),
|
|
28
28
|
apiName: "kanban"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var kanban = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkWPBRWQPLcjs.authorize; exports.createClient = createClient; exports.getClient = getClient; exports.kanban = kanban;
|
package/dist/apis/kanban.js
CHANGED
package/dist/apis/message.cjs
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkDUHAG5COcjs = require('../chunk-DUHAG5CO.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkWPBRWQPLcjs = require('../chunk-WPBRWQPL.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/message.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkDUHAG5COcjs.require_message_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkWPBRWQPLcjs.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 =
|
|
21
|
+
_instance = _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: def, apiName: "message" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkWPBRWQPLcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "message" }),
|
|
28
28
|
apiName: "message"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var message = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkWPBRWQPLcjs.authorize; exports.createClient = createClient; exports.getClient = getClient; exports.message = message;
|
package/dist/apis/message.js
CHANGED
package/dist/apis/metering.cjs
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkT6A22LSDcjs = require('../chunk-T6A22LSD.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkWPBRWQPLcjs = require('../chunk-WPBRWQPL.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/metering.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkT6A22LSDcjs.require_metering_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkWPBRWQPLcjs.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 =
|
|
21
|
+
_instance = _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: def, apiName: "metering" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkWPBRWQPLcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "metering" }),
|
|
28
28
|
apiName: "metering"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var metering = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkWPBRWQPLcjs.authorize; exports.createClient = createClient; exports.getClient = getClient; exports.metering = metering;
|
package/dist/apis/metering.js
CHANGED
package/dist/apis/notes.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
|
|
3
|
+
var _chunkZOQUGWQLcjs = require('../chunk-ZOQUGWQL.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkWPBRWQPLcjs = require('../chunk-WPBRWQPL.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/notes.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
|
-
const mod =
|
|
15
|
-
return
|
|
14
|
+
const mod = _chunkZOQUGWQLcjs.require_notes_runtime.call(void 0, );
|
|
15
|
+
return _chunkWPBRWQPLcjs.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 =
|
|
21
|
+
_instance = _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: def, apiName: "notes" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkWPBRWQPLcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "notes" }),
|
|
28
28
|
apiName: "notes"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var notes = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkWPBRWQPLcjs.authorize; exports.createClient = createClient; exports.getClient = getClient; exports.notes = notes;
|
package/dist/apis/notes.d.cts
CHANGED
|
@@ -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 '../notes.d-
|
|
4
|
-
export { a as Components, c as ContextType, d as CreatedByType, E as Entity, N as NonHydratedNoteEntity, e as NoteContexts, f as NoteEntity, g as NoteEntityParent, h as NoteGetRequestResponse, i as NotePatchRequestBody, j as NotePostRequestBody, k as NotePutRequestBody, l as NoteSearchByContextRequestBody, m as NotesSearchRequestResponse, O as OperationMethods, P as Paths, b as PathsDictionary, R as ReactionRequest, T as ToggleReactionsRequest, W as WorkflowExecution } from '../notes.d-
|
|
3
|
+
import { C as Client } from '../notes.d-rbcyHfiB.cjs';
|
|
4
|
+
export { a as Components, c as ContextType, d as CreatedByType, E as Entity, N as NonHydratedNoteEntity, e as NoteContexts, f as NoteEntity, g as NoteEntityParent, h as NoteGetRequestResponse, i as NotePatchRequestBody, j as NotePostRequestBody, k as NotePutRequestBody, l as NoteSearchByContextRequestBody, m as NotesListFilter, n as NotesSearchRequestResponse, O as OperationMethods, P as Paths, b as PathsDictionary, R as ReactionRequest, T as ToggleReactionsRequest, W as WorkflowExecution } from '../notes.d-rbcyHfiB.cjs';
|
|
5
5
|
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
6
|
import 'axios';
|
|
7
7
|
|
package/dist/apis/notes.d.ts
CHANGED
|
@@ -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 '../notes.d-
|
|
4
|
-
export { a as Components, c as ContextType, d as CreatedByType, E as Entity, N as NonHydratedNoteEntity, e as NoteContexts, f as NoteEntity, g as NoteEntityParent, h as NoteGetRequestResponse, i as NotePatchRequestBody, j as NotePostRequestBody, k as NotePutRequestBody, l as NoteSearchByContextRequestBody, m as NotesSearchRequestResponse, O as OperationMethods, P as Paths, b as PathsDictionary, R as ReactionRequest, T as ToggleReactionsRequest, W as WorkflowExecution } from '../notes.d-
|
|
3
|
+
import { C as Client } from '../notes.d-rbcyHfiB.js';
|
|
4
|
+
export { a as Components, c as ContextType, d as CreatedByType, E as Entity, N as NonHydratedNoteEntity, e as NoteContexts, f as NoteEntity, g as NoteEntityParent, h as NoteGetRequestResponse, i as NotePatchRequestBody, j as NotePostRequestBody, k as NotePutRequestBody, l as NoteSearchByContextRequestBody, m as NotesListFilter, n as NotesSearchRequestResponse, O as OperationMethods, P as Paths, b as PathsDictionary, R as ReactionRequest, T as ToggleReactionsRequest, W as WorkflowExecution } from '../notes.d-rbcyHfiB.js';
|
|
5
5
|
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
6
|
import 'axios';
|
|
7
7
|
|
package/dist/apis/notes.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
require_notes_runtime
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-WIQXF7DD.js";
|
|
4
4
|
import {
|
|
5
5
|
authorize,
|
|
6
6
|
createApiClient,
|
|
7
7
|
createApiHandle,
|
|
8
8
|
expand
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-ALMZO57K.js";
|
|
10
10
|
import "../chunk-YPSWSI3M.js";
|
|
11
11
|
|
|
12
12
|
// src/apis/notes.ts
|
|
@@ -6,25 +6,25 @@ var _chunkGWKHOJGDcjs = require('../chunk-GWKHOJGD.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkWPBRWQPLcjs = require('../chunk-WPBRWQPL.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/notification.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkGWKHOJGDcjs.require_notification_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkWPBRWQPLcjs.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 =
|
|
21
|
+
_instance = _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: def, apiName: "notification" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkWPBRWQPLcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "notification" }),
|
|
28
28
|
apiName: "notification"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var notification = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkWPBRWQPLcjs.authorize; exports.createClient = createClient; exports.getClient = getClient; exports.notification = notification;
|