@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
package/dist/apis/ai-agents.cjs
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkFARDEGPHcjs = require('../chunk-FARDEGPH.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/ai-agents.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkFARDEGPHcjs.require_ai_agents_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: "aiAgents" });
|
|
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: "aiAgents" }),
|
|
28
28
|
apiName: "aiAgents"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var aiAgents = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.aiAgents = aiAgents; exports.authorize =
|
|
38
|
+
exports.aiAgents = aiAgents; exports.authorize = _chunkWPBRWQPLcjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
|
package/dist/apis/ai-agents.js
CHANGED
package/dist/apis/app.cjs
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkKMVJYNLBcjs = require('../chunk-KMVJYNLB.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/app.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkKMVJYNLBcjs.require_app_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: "app" });
|
|
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: "app" }),
|
|
28
28
|
apiName: "app"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var app = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.app = app; exports.authorize =
|
|
38
|
+
exports.app = app; exports.authorize = _chunkWPBRWQPLcjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
|
package/dist/apis/app.js
CHANGED
package/dist/apis/audit-logs.cjs
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkRUZRPIHWcjs = require('../chunk-RUZRPIHW.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/audit-logs.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkRUZRPIHWcjs.require_audit_logs_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: "auditLogs" });
|
|
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: "auditLogs" }),
|
|
28
28
|
apiName: "auditLogs"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var auditLogs = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.auditLogs = auditLogs; exports.authorize =
|
|
38
|
+
exports.auditLogs = auditLogs; exports.authorize = _chunkWPBRWQPLcjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
|
package/dist/apis/audit-logs.js
CHANGED
package/dist/apis/automation.cjs
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkDVM27A7Ecjs = require('../chunk-DVM27A7E.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/automation.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkDVM27A7Ecjs.require_automation_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: "automation" });
|
|
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: "automation" }),
|
|
28
28
|
apiName: "automation"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var automation = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkWPBRWQPLcjs.authorize; exports.automation = automation; exports.createClient = createClient; exports.getClient = getClient;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { A as ApiHandle } from '../types-ChU9Acbv.cjs';
|
|
2
2
|
export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.cjs';
|
|
3
|
-
import { C as Client } from '../automation.d-
|
|
4
|
-
export { A as ActionCondition, c as ActionSchedule, d as ActionScheduleSource, e as ActivityId, f as ActivityTrigger, g as AnyAction, h as AnyActionConfig, i as AnyTrigger, j as AnythingButCondition, k as ApiCallerContext, l as ApiSubmissionTrigger, m as AppendValueMapper, n as AssignThreadAction, o as AssignThreadConfig, p as AssignUsersToStep, q as AutomationAction, r as AutomationActionConfig, s as AutomationActionExecutionState, t as AutomationActionId, u as
|
|
3
|
+
import { C as Client } from '../automation.d-DS_YXDE8.cjs';
|
|
4
|
+
export { A as ActionCondition, c as ActionSchedule, d as ActionScheduleSource, e as ActivityId, f as ActivityTrigger, g as AnyAction, h as AnyActionConfig, i as AnyTrigger, j as AnythingButCondition, k as ApiCallerContext, l as ApiSubmissionTrigger, m as AppendValueMapper, n as AssignThreadAction, o as AssignThreadConfig, p as AssignUsersToStep, q as AutomationAction, r as AutomationActionConfig, s as AutomationActionExecutionState, t as AutomationActionId, u as AutomationActionIteration, v as AutomationExecution, w as AutomationExecutionId, x as AutomationFlow, y as AutomationFlowId, z as AutomationLoop, B as AutomationLoopState, D as AutomationTrigger, E as BulkTriggerJob, F as BulkTriggerRequest, G as CancellationReason, H as CartCheckoutAction, I as CartCheckoutActionConfig, J as CartCheckoutConfig, K as Comparison, a as Components, L as ConditionStatement, M as CopyValueMapper, N as CreateDocumentAction, Q as CreateDocumentActionConfig, R as CreateDocumentConfig, S as CustomAction, T as DiffAdded, U as DiffDeleted, V as DiffUpdated, W as EntityId, X as EntityItemSnapshot, Y as EntityManualTrigger, Z as EntityOperation, _ as EntityOperationTrigger, $ as EntityRef, a0 as EntitySearchFilter, a1 as EntitySearchFilterValue, a2 as EqualsIgnoreCaseCondition, a3 as ErrorCode, a4 as ErrorDetail, a5 as ErrorObject, a6 as ErrorOutput, a7 as ExecItem, a8 as ExecutionChain, a9 as ExecutionStatus, aa as ExistsCondition, ab as FilterConditionOnEvent, ac as FlowExecutionCancelAction, ad as FlowExecutionCancelActionConfig, ae as FlowExecutionCancelConfig, af as FlowsTrigger, ag as ForwardEmailAction, ah as ForwardEmailActionConfig, ai as ForwardEmailConfig, aj as FrontendSubmitTrigger, ak as GetExecutionsResp, al as InformERPAction, am as InformERPActionConfig, an as InformERPConfig, ao as JobId, ap as JourneySubmitTrigger, aq as MapEntityAction, ar as MapEntityActionConfig, as as MapEntityConfig, at as MappingAttribute, au as MappingAttributeMode, av as MappingAttributeV2, aw as MappingConfigRef, ax as MoveThreadAction, ay as MoveThreadConfig, az as NewEmailThreadTrigger, aA as NumericCondition, O as OperationMethods, aB as OperationNode, aC as OperationObjectNode, aD as OrCondition, aE as OrConditionForDiff, aF as OrganizationId, aG as PatchBulkJobRequest, P as Paths, b as PathsDictionary, aH as PrefixCondition, aI as PrimitiveJSONValue, aJ as ReceivedEmailTrigger, aK as RelationAttribute, aL as ReplyEmailAction, aM as ReplyEmailActionConfig, aN as ReplyEmailConfig, aO as ResumeReq, aP as ResumeResp, aQ as ResumeToken, aR as RetryReq, aS as RetryStrategy, aT as SearchAutomationsResp, aU as SendEmailAction, aV as SendEmailActionConfig, aW as SendEmailCondition, aX as SendEmailConfig, aY as SetValueMapper, aZ as StartExecutionRequest, a_ as SuffixCondition, a$ as TriggerCondition, b0 as TriggerContext, b1 as TriggerEventAction, b2 as TriggerEventActionConfig, b3 as TriggerEventConfig, b4 as TriggerEventEntityActivity, b5 as TriggerEventEntityOperation, b6 as TriggerEventFlowAutomationTask, b7 as TriggerEventManual, b8 as TriggerEventMessaging, b9 as TriggerShareEntityAction, ba as TriggerShareEntityActionConfig, bb as TriggerShareEntityConfig, bc as TriggerWebhookAction, bd as TriggerWebhookActionConfig, be as TriggerWebhookConfig, bf as TriggerWorkflowAction, bg as TriggerWorkflowActionConfig, bh as TriggerWorkflowCondition, bi as TriggerWorkflowConfig, bj as WildcardCondition, bk as WorkflowContextRole, bl as WorkflowExecutionContext } from '../automation.d-DS_YXDE8.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 '../automation.d-
|
|
4
|
-
export { A as ActionCondition, c as ActionSchedule, d as ActionScheduleSource, e as ActivityId, f as ActivityTrigger, g as AnyAction, h as AnyActionConfig, i as AnyTrigger, j as AnythingButCondition, k as ApiCallerContext, l as ApiSubmissionTrigger, m as AppendValueMapper, n as AssignThreadAction, o as AssignThreadConfig, p as AssignUsersToStep, q as AutomationAction, r as AutomationActionConfig, s as AutomationActionExecutionState, t as AutomationActionId, u as
|
|
3
|
+
import { C as Client } from '../automation.d-DS_YXDE8.js';
|
|
4
|
+
export { A as ActionCondition, c as ActionSchedule, d as ActionScheduleSource, e as ActivityId, f as ActivityTrigger, g as AnyAction, h as AnyActionConfig, i as AnyTrigger, j as AnythingButCondition, k as ApiCallerContext, l as ApiSubmissionTrigger, m as AppendValueMapper, n as AssignThreadAction, o as AssignThreadConfig, p as AssignUsersToStep, q as AutomationAction, r as AutomationActionConfig, s as AutomationActionExecutionState, t as AutomationActionId, u as AutomationActionIteration, v as AutomationExecution, w as AutomationExecutionId, x as AutomationFlow, y as AutomationFlowId, z as AutomationLoop, B as AutomationLoopState, D as AutomationTrigger, E as BulkTriggerJob, F as BulkTriggerRequest, G as CancellationReason, H as CartCheckoutAction, I as CartCheckoutActionConfig, J as CartCheckoutConfig, K as Comparison, a as Components, L as ConditionStatement, M as CopyValueMapper, N as CreateDocumentAction, Q as CreateDocumentActionConfig, R as CreateDocumentConfig, S as CustomAction, T as DiffAdded, U as DiffDeleted, V as DiffUpdated, W as EntityId, X as EntityItemSnapshot, Y as EntityManualTrigger, Z as EntityOperation, _ as EntityOperationTrigger, $ as EntityRef, a0 as EntitySearchFilter, a1 as EntitySearchFilterValue, a2 as EqualsIgnoreCaseCondition, a3 as ErrorCode, a4 as ErrorDetail, a5 as ErrorObject, a6 as ErrorOutput, a7 as ExecItem, a8 as ExecutionChain, a9 as ExecutionStatus, aa as ExistsCondition, ab as FilterConditionOnEvent, ac as FlowExecutionCancelAction, ad as FlowExecutionCancelActionConfig, ae as FlowExecutionCancelConfig, af as FlowsTrigger, ag as ForwardEmailAction, ah as ForwardEmailActionConfig, ai as ForwardEmailConfig, aj as FrontendSubmitTrigger, ak as GetExecutionsResp, al as InformERPAction, am as InformERPActionConfig, an as InformERPConfig, ao as JobId, ap as JourneySubmitTrigger, aq as MapEntityAction, ar as MapEntityActionConfig, as as MapEntityConfig, at as MappingAttribute, au as MappingAttributeMode, av as MappingAttributeV2, aw as MappingConfigRef, ax as MoveThreadAction, ay as MoveThreadConfig, az as NewEmailThreadTrigger, aA as NumericCondition, O as OperationMethods, aB as OperationNode, aC as OperationObjectNode, aD as OrCondition, aE as OrConditionForDiff, aF as OrganizationId, aG as PatchBulkJobRequest, P as Paths, b as PathsDictionary, aH as PrefixCondition, aI as PrimitiveJSONValue, aJ as ReceivedEmailTrigger, aK as RelationAttribute, aL as ReplyEmailAction, aM as ReplyEmailActionConfig, aN as ReplyEmailConfig, aO as ResumeReq, aP as ResumeResp, aQ as ResumeToken, aR as RetryReq, aS as RetryStrategy, aT as SearchAutomationsResp, aU as SendEmailAction, aV as SendEmailActionConfig, aW as SendEmailCondition, aX as SendEmailConfig, aY as SetValueMapper, aZ as StartExecutionRequest, a_ as SuffixCondition, a$ as TriggerCondition, b0 as TriggerContext, b1 as TriggerEventAction, b2 as TriggerEventActionConfig, b3 as TriggerEventConfig, b4 as TriggerEventEntityActivity, b5 as TriggerEventEntityOperation, b6 as TriggerEventFlowAutomationTask, b7 as TriggerEventManual, b8 as TriggerEventMessaging, b9 as TriggerShareEntityAction, ba as TriggerShareEntityActionConfig, bb as TriggerShareEntityConfig, bc as TriggerWebhookAction, bd as TriggerWebhookActionConfig, be as TriggerWebhookConfig, bf as TriggerWorkflowAction, bg as TriggerWorkflowActionConfig, bh as TriggerWorkflowCondition, bi as TriggerWorkflowConfig, bj as WildcardCondition, bk as WorkflowContextRole, bl as WorkflowExecutionContext } from '../automation.d-DS_YXDE8.js';
|
|
5
5
|
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
6
|
import 'axios';
|
|
7
7
|
|
package/dist/apis/automation.js
CHANGED
package/dist/apis/billing.cjs
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkG5FKTWUCcjs = require('../chunk-G5FKTWUC.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/billing.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkG5FKTWUCcjs.require_billing_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: "billing" });
|
|
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: "billing" }),
|
|
28
28
|
apiName: "billing"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var billing = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkWPBRWQPLcjs.authorize; exports.billing = billing; exports.createClient = createClient; exports.getClient = getClient;
|
package/dist/apis/billing.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 _chunkNGHCQ2FAcjs = require('../chunk-NGHCQ2FA.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/blueprint-manifest.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
|
-
const mod =
|
|
15
|
-
return
|
|
14
|
+
const mod = _chunkNGHCQ2FAcjs.require_blueprint_manifest_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: "blueprintManifest" });
|
|
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: "blueprintManifest" }),
|
|
28
28
|
apiName: "blueprintManifest"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var blueprintManifest = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkWPBRWQPLcjs.authorize; exports.blueprintManifest = blueprintManifest; exports.createClient = createClient; exports.getClient = getClient;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { A as ApiHandle } from '../types-ChU9Acbv.cjs';
|
|
2
2
|
export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.cjs';
|
|
3
|
-
import { C as Client } from '../blueprint-manifest.d-
|
|
4
|
-
export { A as AppBlueprint, B as Blueprint, c as BlueprintDependenciesSyncJob, d as BlueprintExportJob, e as BlueprintID, f as BlueprintInstallStatus, g as BlueprintInstallationJob, h as BlueprintInstallationJobOptions, i as BlueprintJob, j as BlueprintJobEvent, k as BlueprintJobID, l as
|
|
3
|
+
import { C as Client } from '../blueprint-manifest.d-B8yDxagC.cjs';
|
|
4
|
+
export { A as AppBlueprint, B as Blueprint, c as BlueprintDependenciesSyncJob, d as BlueprintExportJob, e as BlueprintID, f as BlueprintInstallStatus, g as BlueprintInstallationJob, h as BlueprintInstallationJobOptions, i as BlueprintJob, j as BlueprintJobEvent, k as BlueprintJobID, l as BlueprintPatch, m as BlueprintPatchWithResults, n as BlueprintPreview, o as BlueprintResource, p as BlueprintResourceID, q as BlueprintValidateJob, r as BlueprintVerificationJob, s as CallerIdentity, t as CommonBlueprintFields, u as CommonBlueprintJobFields, v as CommonImportFields, w as CommonManifestFields, x as CommonMarkdownFields, y as CommonResourceNode, a as Components, z as CustomBlueprint, D as DeployedBlueprint, E as DetectChangesResult, F as FieldDiff, G as FileBlueprint, H as FormattedError, I as FormattedErrorCodes, J as FormattedErrorData, K as InstalledMarketplaceBlueprintItem, L as Job, M as JobID, N as JobStatus, Q as LatestBlueprintVerification, R as LineageEntry, S as Manifest, T as ManifestID, U as ManifestItem, V as ManifestSource, W as ManifestTimestampFields, X as MarketplaceBlueprint, Y as MarketplaceListing, Z as MarketplaceListingUpdate, _ as MarketplaceListingVersion, O as OperationMethods, $ as OrgPatchExecution, a0 as PatchFieldDiff, a1 as PatchResourceDiff, P as Paths, b as PathsDictionary, a2 as PlanChanges, a3 as PreInstallRequirements, a4 as PutManifestPayload, a5 as ResourceNode, a6 as ResourceNodeType, a7 as ResourceReplacement, a8 as ResourceVerificationResult, a9 as RootResourceNode, aa as S3Reference, ab as SelectedResources, ac as SuggestBlueprintResourcesRequest, ad as SuggestBlueprintResourcesResponse, ae as UploadFilePayload, af as V3ResourceProgressEntry, ag as VerificationSummary, ah as VirtualResourceNodeGroup } from '../blueprint-manifest.d-B8yDxagC.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 '../blueprint-manifest.d-
|
|
4
|
-
export { A as AppBlueprint, B as Blueprint, c as BlueprintDependenciesSyncJob, d as BlueprintExportJob, e as BlueprintID, f as BlueprintInstallStatus, g as BlueprintInstallationJob, h as BlueprintInstallationJobOptions, i as BlueprintJob, j as BlueprintJobEvent, k as BlueprintJobID, l as
|
|
3
|
+
import { C as Client } from '../blueprint-manifest.d-B8yDxagC.js';
|
|
4
|
+
export { A as AppBlueprint, B as Blueprint, c as BlueprintDependenciesSyncJob, d as BlueprintExportJob, e as BlueprintID, f as BlueprintInstallStatus, g as BlueprintInstallationJob, h as BlueprintInstallationJobOptions, i as BlueprintJob, j as BlueprintJobEvent, k as BlueprintJobID, l as BlueprintPatch, m as BlueprintPatchWithResults, n as BlueprintPreview, o as BlueprintResource, p as BlueprintResourceID, q as BlueprintValidateJob, r as BlueprintVerificationJob, s as CallerIdentity, t as CommonBlueprintFields, u as CommonBlueprintJobFields, v as CommonImportFields, w as CommonManifestFields, x as CommonMarkdownFields, y as CommonResourceNode, a as Components, z as CustomBlueprint, D as DeployedBlueprint, E as DetectChangesResult, F as FieldDiff, G as FileBlueprint, H as FormattedError, I as FormattedErrorCodes, J as FormattedErrorData, K as InstalledMarketplaceBlueprintItem, L as Job, M as JobID, N as JobStatus, Q as LatestBlueprintVerification, R as LineageEntry, S as Manifest, T as ManifestID, U as ManifestItem, V as ManifestSource, W as ManifestTimestampFields, X as MarketplaceBlueprint, Y as MarketplaceListing, Z as MarketplaceListingUpdate, _ as MarketplaceListingVersion, O as OperationMethods, $ as OrgPatchExecution, a0 as PatchFieldDiff, a1 as PatchResourceDiff, P as Paths, b as PathsDictionary, a2 as PlanChanges, a3 as PreInstallRequirements, a4 as PutManifestPayload, a5 as ResourceNode, a6 as ResourceNodeType, a7 as ResourceReplacement, a8 as ResourceVerificationResult, a9 as RootResourceNode, aa as S3Reference, ab as SelectedResources, ac as SuggestBlueprintResourcesRequest, ad as SuggestBlueprintResourcesResponse, ae as UploadFilePayload, af as V3ResourceProgressEntry, ag as VerificationSummary, ah as VirtualResourceNodeGroup } from '../blueprint-manifest.d-B8yDxagC.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_blueprint_manifest_runtime
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-4YBWMDFP.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/blueprint-manifest.ts
|
package/dist/apis/calendar.cjs
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkCKLEBO4Kcjs = require('../chunk-CKLEBO4K.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/calendar.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkCKLEBO4Kcjs.require_calendar_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: "calendar" });
|
|
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: "calendar" }),
|
|
28
28
|
apiName: "calendar"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var calendar = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkWPBRWQPLcjs.authorize; exports.calendar = calendar; exports.createClient = createClient; exports.getClient = getClient;
|
package/dist/apis/calendar.js
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkMOLFG5L4cjs = require('../chunk-MOLFG5L4.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/configuration-hub.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkMOLFG5L4cjs.require_configuration_hub_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: "configurationHub" });
|
|
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: "configurationHub" }),
|
|
28
28
|
apiName: "configurationHub"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var configurationHub = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkWPBRWQPLcjs.authorize; exports.configurationHub = configurationHub; exports.createClient = createClient; exports.getClient = getClient;
|
package/dist/apis/consent.cjs
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkBM6NCHPLcjs = require('../chunk-BM6NCHPL.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/consent.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkBM6NCHPLcjs.require_consent_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: "consent" });
|
|
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: "consent" }),
|
|
28
28
|
apiName: "consent"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var consent = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkWPBRWQPLcjs.authorize; exports.consent = consent; exports.createClient = createClient; exports.getClient = getClient;
|
package/dist/apis/consent.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 _chunk5ZXGKLB6cjs = require('../chunk-5ZXGKLB6.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/customer-portal.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
|
-
const mod =
|
|
15
|
-
return
|
|
14
|
+
const mod = _chunk5ZXGKLB6cjs.require_customer_portal_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: "customerPortal" });
|
|
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: "customerPortal" }),
|
|
28
28
|
apiName: "customerPortal"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var customerPortal = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkWPBRWQPLcjs.authorize; exports.createClient = createClient; exports.customerPortal = customerPortal; exports.getClient = getClient;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { A as ApiHandle } from '../types-ChU9Acbv.cjs';
|
|
2
2
|
export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.cjs';
|
|
3
|
-
import { C as Client } from '../customer-portal.d-
|
|
4
|
-
export { A as AcceptanceDecision, c as AccountExistsRequest, d as ActionLabel, e as ActionWidget, f as Activity, g as ActivityCallerContext, h as ActivityId, i as ActivityItem, j as
|
|
3
|
+
import { C as Client } from '../customer-portal.d-BRwiQehb.cjs';
|
|
4
|
+
export { A as AcceptanceDecision, c as AccountExistsRequest, d as ActionLabel, e as ActionWidget, f as Activity, g as ActivityCallerContext, h as ActivityId, i as ActivityItem, j as AdditionalContactAttribute, k as AdminUser, l as AllowedFileExtensions, m as AttributeMappingConfig, n as AuthConfig, B as Balance, o as BaseBillingEvent, p as BaseEntity, q as BillingAccount, r as BillingEvent, s as Block, t as BlockId, u as BlockProps, v as BlockRequest, w as BlockType, x as BusinessPartnerItem, y as CampaignWidget, z as CommonConfigAttributes, D as CommonConfigAttributesV3, a as Components, E as Contact, F as ContactCountRequest, G as ContactExistsRequest, H as ContentWidget, I as ContextEntities, J as ContextEntity, K as Contract, L as ContractIdentifier, M as CreateUserRequest, N as Currency, Q as DataRetrievalItem, R as DeleteEntityFile, S as Direction, T as DocumentWidget, U as DomainSettings, V as EmailTemplates, W as Entity, X as EntityEditRule, Y as EntityFileCount, Z as EntityGetParams, _ as EntityId, $ as EntityItem, a0 as EntityMatchingConfig, a1 as EntityResponse, a2 as EntityResponseGroupedWithHits, a3 as EntityResponseWithHits, a4 as EntitySearchParams, a5 as EntitySlug, a6 as EntitySlugConfig, a7 as EntityTemplates, a8 as EntityWidget, a9 as ErrorResp, aa as Exists, ab as Extension, ac as ExtensionAuthBlock, ad as ExtensionConfig, ae as ExtensionHook, af as ExtensionHookConsumptionDataRetrieval, ag as ExtensionHookContractIdentification, ah as ExtensionHookCostDataRetrieval, ai as ExtensionHookDataExport, aj as ExtensionHookMeterReadingPlausibilityCheck, ak as ExtensionHookPriceDataRetrieval, al as ExtensionHookRegistrationIdentifiersCheck, am as ExtensionHookSelection, an as ExtensionHookVisualizationMetadata, ao as ExtensionSeamlessLink, ap as ExternalLink, aq as ExtraSchemaAttributes, ar as FailedRuleErrorResp, as as File, at as FileItem, au as Grant, av as IdentifierAttribute, aw as InstallmentEvent, ax as JourneyActions, ay as JuiceSettings, az as Meter, aA as MeterChartWidget, aB as MeterReading, aC as MeterReadingPhoto, aD as MeterReadingPhotoData, aE as MeterReadingWidget, aF as MoblieOIDCConfig, aG as OIDCProviderConfig, aH as OIDCProviderMetadata, O as OperationMethods, aI as Opportunity, aJ as Order, aK as OrganizationSettings, aL as Origin, aM as Page, aN as PageRequest, P as Paths, b as PathsDictionary, aO as PaymentWidget, aP as PortalConfig, aQ as PortalConfigV3, aR as PortalId, aS as PortalUser, aT as PortalUserRegistrationStatus, aU as PortalWidget, aV as Product, aW as ProductRecommendationsWidget, aX as ProviderConfig, aY as ProviderDisplayName, aZ as ProviderPublicConfig, a_ as ProviderSlug, a$ as PublicAppDetails, b0 as PublicContractIdentificationDetails, b1 as PublicDataRetrievalHookDetails, b2 as PublicExtensionCapabilities, b3 as PublicExtensionDetails, b4 as PublicMeterReadingPlausibilityCheckDetails, b5 as ReadBy, b6 as ReadingStatus, b7 as Reason, b8 as RegistrationIdentifier, b9 as ReimbursementEvent, ba as Rule, bb as SAMLProviderConfig, bc as SSOCallbackRequest, bd as SSOCallbackResponse, be as SSOLoginToken, bf as SaveEntityFile, bg as SavePortalFile, bh as Schema, bi as SearchIncludes, bj as SecureProxyConfig, bk as Source, bl as SwappableConfig, bm as TariffType, bn as TeaserWidget, bo as TriggerPortalFlow, bp as UpdateOnlyPortalConfigAttributes, bq as UpsertPortalConfig, br as UpsertPortalConfigV3, bs as UpsertPortalWidget, bt as UserRequest, bu as VisualizationDataRange, bv as VisualizationMetadata, bw as VisualizationTypeOption, bx as WidgetAction, by as WidgetBase, bz as WorfklowIdentifier, bA as WorkflowExecution, bB as WorkflowStep } from '../customer-portal.d-BRwiQehb.cjs';
|
|
5
5
|
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
6
|
import 'axios';
|
|
7
7
|
|