@epilot/sdk 2.4.0 → 2.4.2
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/definitions/access-token-runtime.json +1 -0
- package/definitions/access-token.json +663 -0
- package/definitions/address-runtime.json +1 -0
- package/definitions/address-suggestions-runtime.json +1 -0
- package/definitions/address-suggestions.json +582 -0
- package/definitions/address.json +578 -0
- package/definitions/ai-agents-runtime.json +1 -0
- package/definitions/ai-agents.json +1711 -0
- package/definitions/app-runtime.json +1 -0
- package/definitions/app.json +4493 -0
- package/definitions/audit-logs-runtime.json +1 -0
- package/definitions/audit-logs.json +305 -0
- package/definitions/automation-runtime.json +1 -0
- package/definitions/automation.json +5028 -0
- package/definitions/billing-runtime.json +1 -0
- package/definitions/billing.json +837 -0
- package/definitions/blueprint-manifest-runtime.json +1 -0
- package/definitions/blueprint-manifest.json +4846 -0
- package/definitions/configuration-hub-runtime.json +1 -0
- package/definitions/configuration-hub.json +611 -0
- package/definitions/consent-runtime.json +1 -0
- package/definitions/consent.json +344 -0
- package/definitions/customer-portal-runtime.json +1 -0
- package/definitions/customer-portal.json +16045 -0
- package/definitions/dashboard-runtime.json +1 -0
- package/definitions/dashboard.json +484 -0
- package/definitions/data-governance-runtime.json +1 -0
- package/definitions/data-governance.json +1126 -0
- package/definitions/deduplication-runtime.json +1 -0
- package/definitions/deduplication.json +314 -0
- package/definitions/design-runtime.json +1 -0
- package/definitions/design.json +1722 -0
- package/definitions/document-runtime.json +1 -0
- package/definitions/document.json +758 -0
- package/definitions/email-settings-runtime.json +1 -0
- package/definitions/email-settings.json +2777 -0
- package/definitions/email-template-runtime.json +1 -0
- package/definitions/email-template.json +1441 -0
- package/definitions/entity-mapping-runtime.json +1 -0
- package/definitions/entity-mapping.json +1642 -0
- package/definitions/entity-runtime.json +1 -0
- package/definitions/entity.json +10861 -0
- package/definitions/environments-runtime.json +1 -0
- package/definitions/environments.json +539 -0
- package/definitions/event-catalog-runtime.json +1 -0
- package/definitions/event-catalog.json +1051 -0
- package/definitions/file-runtime.json +1 -0
- package/definitions/file.json +2842 -0
- package/definitions/iban-runtime.json +1 -0
- package/definitions/iban.json +132 -0
- package/definitions/integration-toolkit-runtime.json +1 -0
- package/definitions/integration-toolkit.json +7998 -0
- package/definitions/journey-runtime.json +1 -0
- package/definitions/journey.json +2603 -0
- package/definitions/kanban-runtime.json +1 -0
- package/definitions/kanban.json +1506 -0
- package/definitions/message-runtime.json +1 -0
- package/definitions/message.json +2872 -0
- package/definitions/metering-runtime.json +1 -0
- package/definitions/metering.json +2321 -0
- package/definitions/notes-runtime.json +1 -0
- package/definitions/notes.json +1531 -0
- package/definitions/notification-runtime.json +1 -0
- package/definitions/notification.json +1425 -0
- package/definitions/organization-runtime.json +1 -0
- package/definitions/organization.json +1192 -0
- package/definitions/partner-directory-runtime.json +1 -0
- package/definitions/partner-directory.json +2284 -0
- package/definitions/permissions-runtime.json +1 -0
- package/definitions/permissions.json +1515 -0
- package/definitions/pricing-runtime.json +1 -0
- package/definitions/pricing-tier-runtime.json +1 -0
- package/definitions/pricing-tier.json +105 -0
- package/definitions/pricing.json +9884 -0
- package/definitions/purpose-runtime.json +1 -0
- package/definitions/purpose.json +524 -0
- package/definitions/query-runtime.json +1 -0
- package/definitions/query.json +3178 -0
- package/definitions/sandbox-runtime.json +1 -0
- package/definitions/sandbox.json +453 -0
- package/definitions/sharing-runtime.json +1 -0
- package/definitions/sharing.json +956 -0
- package/definitions/submission-runtime.json +1 -0
- package/definitions/submission.json +313 -0
- package/definitions/targeting-runtime.json +1 -0
- package/definitions/targeting.json +1474 -0
- package/definitions/template-variables-runtime.json +1 -0
- package/definitions/template-variables.json +1416 -0
- package/definitions/user-runtime.json +1 -0
- package/definitions/user.json +2460 -0
- package/definitions/validation-rules-runtime.json +1 -0
- package/definitions/validation-rules.json +1491 -0
- package/definitions/webhooks-runtime.json +1 -0
- package/definitions/webhooks.json +1634 -0
- package/definitions/workflow-definition-runtime.json +1 -0
- package/definitions/workflow-definition.json +3354 -0
- package/definitions/workflow-runtime.json +1 -0
- package/definitions/workflow.json +4272 -0
- 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.js +1 -1
- package/dist/apis/billing.cjs +6 -6
- package/dist/apis/billing.js +1 -1
- package/dist/apis/blueprint-manifest.cjs +6 -6
- package/dist/apis/blueprint-manifest.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 +6 -6
- package/dist/apis/customer-portal.js +1 -1
- 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.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.d.cts +2 -2
- package/dist/apis/entity.d.ts +2 -2
- 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 +6 -6
- package/dist/apis/event-catalog.js +1 -1
- package/dist/apis/file.cjs +6 -6
- package/dist/apis/file.js +1 -1
- package/dist/apis/iban.cjs +6 -6
- package/dist/apis/iban.js +1 -1
- package/dist/apis/integration-toolkit.cjs +6 -6
- package/dist/apis/integration-toolkit.js +1 -1
- 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.d.cts +2 -2
- package/dist/apis/kanban.d.ts +2 -2
- 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 +6 -6
- package/dist/apis/notes.js +1 -1
- 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.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 +6 -6
- package/dist/apis/targeting.js +1 -1
- 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.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/{chunk-DAFBUTK6.js → chunk-CQ3AKMIJ.js} +2 -2
- package/dist/{chunk-Z33PZNHV.cjs → chunk-YLJD7G7H.cjs} +2 -2
- package/dist/entity-H6ESUH3Y.js +7 -0
- package/dist/entity-ZVDKWQSF.cjs +7 -0
- package/dist/{entity.d-B43ezu-V.d.cts → entity.d-BHR9dEon.d.cts} +843 -165
- package/dist/{entity.d-B43ezu-V.d.ts → entity.d-BHR9dEon.d.ts} +843 -165
- package/dist/index.cjs +8 -8
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/{kanban-PMG5TXE5.js → kanban-F22JXYCG.js} +1 -1
- package/dist/{kanban-E2UOBVBK.cjs → kanban-FSATKIGH.cjs} +1 -1
- package/dist/{kanban.d-B99GucT_.d.cts → kanban.d-BHnSRCYW.d.cts} +1 -1
- package/dist/{kanban.d-B99GucT_.d.ts → kanban.d-BHnSRCYW.d.ts} +1 -1
- package/docs/entity.md +202 -12
- package/docs/kanban.md +2 -2
- package/package.json +1 -1
- package/dist/entity-VDUN7SYC.cjs +0 -7
- package/dist/entity-WWM2Z7BU.js +0 -7
|
@@ -6,25 +6,25 @@ var _chunkZL6KDJFTcjs = require('../chunk-ZL6KDJFT.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkYLJD7G7Hcjs = require('../chunk-YLJD7G7H.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/data-governance.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkZL6KDJFTcjs.require_data_governance_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkYLJD7G7Hcjs.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 = _chunkYLJD7G7Hcjs.createApiClient.call(void 0, { definition: def, apiName: "dataGovernance" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkYLJD7G7Hcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkYLJD7G7Hcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "dataGovernance" }),
|
|
28
28
|
apiName: "dataGovernance"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var dataGovernance = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkYLJD7G7Hcjs.authorize; exports.createClient = createClient; exports.dataGovernance = dataGovernance; exports.getClient = getClient;
|
|
@@ -6,25 +6,25 @@ var _chunkIAHSYVYBcjs = require('../chunk-IAHSYVYB.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkYLJD7G7Hcjs = require('../chunk-YLJD7G7H.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/deduplication.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkIAHSYVYBcjs.require_deduplication_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkYLJD7G7Hcjs.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 = _chunkYLJD7G7Hcjs.createApiClient.call(void 0, { definition: def, apiName: "deduplication" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkYLJD7G7Hcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkYLJD7G7Hcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "deduplication" }),
|
|
28
28
|
apiName: "deduplication"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var deduplication = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkYLJD7G7Hcjs.authorize; exports.createClient = createClient; exports.deduplication = deduplication; exports.getClient = getClient;
|
package/dist/apis/design.cjs
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkEIIIKDOJcjs = require('../chunk-EIIIKDOJ.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkYLJD7G7Hcjs = require('../chunk-YLJD7G7H.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/design.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkEIIIKDOJcjs.require_design_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkYLJD7G7Hcjs.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 = _chunkYLJD7G7Hcjs.createApiClient.call(void 0, { definition: def, apiName: "design" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkYLJD7G7Hcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkYLJD7G7Hcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "design" }),
|
|
28
28
|
apiName: "design"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var design = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkYLJD7G7Hcjs.authorize; exports.createClient = createClient; exports.design = design; exports.getClient = getClient;
|
package/dist/apis/design.js
CHANGED
package/dist/apis/document.cjs
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkM56QQHVAcjs = require('../chunk-M56QQHVA.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkYLJD7G7Hcjs = require('../chunk-YLJD7G7H.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/document.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkM56QQHVAcjs.require_document_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkYLJD7G7Hcjs.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 = _chunkYLJD7G7Hcjs.createApiClient.call(void 0, { definition: def, apiName: "document" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkYLJD7G7Hcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkYLJD7G7Hcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "document" }),
|
|
28
28
|
apiName: "document"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var document = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkYLJD7G7Hcjs.authorize; exports.createClient = createClient; exports.document = document; exports.getClient = getClient;
|
package/dist/apis/document.js
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkKEI3GHDYcjs = require('../chunk-KEI3GHDY.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkYLJD7G7Hcjs = require('../chunk-YLJD7G7H.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/email-settings.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkKEI3GHDYcjs.require_email_settings_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkYLJD7G7Hcjs.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 = _chunkYLJD7G7Hcjs.createApiClient.call(void 0, { definition: def, apiName: "emailSettings" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkYLJD7G7Hcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkYLJD7G7Hcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "emailSettings" }),
|
|
28
28
|
apiName: "emailSettings"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var emailSettings = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkYLJD7G7Hcjs.authorize; exports.createClient = createClient; exports.emailSettings = emailSettings; exports.getClient = getClient;
|
|
@@ -6,25 +6,25 @@ var _chunkK2UZPY6Ucjs = require('../chunk-K2UZPY6U.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkYLJD7G7Hcjs = require('../chunk-YLJD7G7H.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/email-template.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkK2UZPY6Ucjs.require_email_template_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkYLJD7G7Hcjs.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 = _chunkYLJD7G7Hcjs.createApiClient.call(void 0, { definition: def, apiName: "emailTemplate" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkYLJD7G7Hcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkYLJD7G7Hcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "emailTemplate" }),
|
|
28
28
|
apiName: "emailTemplate"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var emailTemplate = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkYLJD7G7Hcjs.authorize; exports.createClient = createClient; exports.emailTemplate = emailTemplate; exports.getClient = getClient;
|
|
@@ -6,25 +6,25 @@ var _chunkANN2QTMYcjs = require('../chunk-ANN2QTMY.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkYLJD7G7Hcjs = require('../chunk-YLJD7G7H.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/entity-mapping.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkANN2QTMYcjs.require_entity_mapping_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkYLJD7G7Hcjs.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 = _chunkYLJD7G7Hcjs.createApiClient.call(void 0, { definition: def, apiName: "entityMapping" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkYLJD7G7Hcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkYLJD7G7Hcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "entityMapping" }),
|
|
28
28
|
apiName: "entityMapping"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var entityMapping = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkYLJD7G7Hcjs.authorize; exports.createClient = createClient; exports.entityMapping = entityMapping; exports.getClient = getClient;
|
package/dist/apis/entity.cjs
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkUBQCDPW6cjs = require('../chunk-UBQCDPW6.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkYLJD7G7Hcjs = require('../chunk-YLJD7G7H.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/entity.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkUBQCDPW6cjs.require_entity_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkYLJD7G7Hcjs.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 = _chunkYLJD7G7Hcjs.createApiClient.call(void 0, { definition: def, apiName: "entity" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkYLJD7G7Hcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkYLJD7G7Hcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "entity" }),
|
|
28
28
|
apiName: "entity"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var entity = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkYLJD7G7Hcjs.authorize; exports.createClient = createClient; exports.entity = entity; exports.getClient = getClient;
|
package/dist/apis/entity.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 '../entity.d-
|
|
4
|
-
export { A as Activity, c as ActivityCallerContext, d as ActivityId, e as ActivityItem, f as ActivityType, g as AddressAttribute, h as AddressRelationAttribute, i as Attribute, j as AttributeWithCompositeID, k as AutomationAttribute, B as BaseActivityItem, l as BaseAttribute, m as BaseEntity, n as BlueprintEntityId, o as BooleanAttribute, p as Changeset, q as ChangesetCreator, r as ChangesetMap, s as ClassificationId, t as ClassificationIdOrPattern, u as ClassificationSlug, v as ClassificationsUpdate, a as Components, w as ComputedAttribute, x as ConsentAttribute, y as CountryAttribute, z as CurrencyAttribute, D as DateAttribute, E as DefaultAddressFields, F as ESClusterAssignment, G as EditModeConfig, H as EmailAttribute, I as Entity, J as EntityAcl, K as EntityAction, L as EntityCapability, M as EntityCapabilityWithCompositeID, N as EntityDefaultCreate, Q as EntityDefaultEdit, R as EntityDefaultTable, S as EntityId, T as EntityImportParams, U as EntityItem, V as EntityListParams, W as EntityOperation, X as EntityOwner, Y as EntitySchema, Z as EntitySchemaGroup, _ as EntitySchemaGroupWithCompositeID, $ as EntitySchemaItem, a0 as EntitySearchIncludeDeletedParam, a1 as EntitySearchOptions, a2 as EntitySearchParams, a3 as EntitySearchResults, a4 as EntitySlug, a5 as EntityTableFilterOption, a6 as EntityTableFilterSearch, a7 as EntityValidationError, a8 as EntityValidationResult, a9 as EntityValidationResultError, aa as EntityValidationResultSuccess, ab as EntityValidationV2Error, ac as EntityValidationV2Result, ad as EntityValidationV2ResultError, ae as EntityValidationV2ResultSuccess, af as EntityViewDisabled, ag as ErrorObject, ah as ExportJobId, ai as FieldsParam, aj as FileAttribute, ak as FuzzyConfig, al as GenerateEntityTableAIFiltersRequest, am as GenerateEntityTableAIFiltersResponse, an as GetRelatedEntitiesCount, ao as GetRelationsResp, ap as GetRelationsRespWithPagination, aq as GraphDefinition, ar as GraphEdge, as as GraphNode, at as GraphQueryRequest, au as GraphQueryResponse, av as GraphSeed, aw as GroupHeadline, ax as GroupHeadlineWithCompositeID, ay as HydratedEntity, az as HydratedEntityItem, aA as InternalAttribute, aB as InternalUserAttribute, aC as InvitationEmailAttribute, aD as IsTemplate, aE as Language, aF as LinkAttribute, aG as ListSavedViewsResults, aH as MatchStrategy, aI as MessageEmailAddressAttribute, aJ as MultiSelectAttribute, aK as NullableEntity, aL as NumberAttribute, O as OperationMethods, aM as OrderedListAttribute, aN as PartnerOrganisationAttribute, aO as PartnerStatusAttribute, P as Paths, b as PathsDictionary, aP as PaymentAttribute, aQ as PaymentMethodRelationAttribute, aR as PhoneAttribute, aS as PortalAccessAttribute, aT as PriceComponentAttribute, aU as PurposeAttribute, aV as RedirectEntityView, aW as RelationAttribute, aX as RelationEntity, aY as RelationItem, aZ as RepeatableAttribute, a_ as SavedView, a$ as SavedViewId, b0 as SavedViewItem, b1 as SavedViewPartial, b2 as SchemaId, b3 as SearchFilter, b4 as SearchFilterValue, b5 as SearchMappings, b6 as SelectAttribute, b7 as SequenceAttribute, b8 as SettingFlag, b9 as StatusAttribute, ba as SummaryAttribute, bb as SummaryField, bc as TableAttribute, bd as TagsAttribute, be as Taxonomy, bf as TaxonomyBulkJob, bg as TaxonomyBulkJobActionType, bh as TaxonomyBulkJobStatus, bi as TaxonomyBulkJobTriggerResponse, bj as TaxonomyClassification, bk as TaxonomyLocationId, bl as TaxonomySearchIncludeArchivedParam, bm as TaxonomySlug, bn as TextAttribute, bo as UserRelationAttribute } from '../entity.d-
|
|
3
|
+
import { C as Client } from '../entity.d-BHR9dEon.cjs';
|
|
4
|
+
export { A as Activity, c as ActivityCallerContext, d as ActivityId, e as ActivityItem, f as ActivityType, g as AddressAttribute, h as AddressRelationAttribute, i as Attribute, j as AttributeWithCompositeID, k as AutomationAttribute, B as BaseActivityItem, l as BaseAttribute, m as BaseEntity, n as BlueprintEntityId, o as BooleanAttribute, p as Changeset, q as ChangesetCreator, r as ChangesetMap, s as ClassificationId, t as ClassificationIdOrPattern, u as ClassificationSlug, v as ClassificationsUpdate, a as Components, w as ComputedAttribute, x as ConsentAttribute, y as CountryAttribute, z as CurrencyAttribute, D as DateAttribute, E as DefaultAddressFields, F as ESClusterAssignment, G as EditModeConfig, H as EmailAttribute, I as Entity, J as EntityAcl, K as EntityAction, L as EntityCapability, M as EntityCapabilityWithCompositeID, N as EntityDefaultCreate, Q as EntityDefaultEdit, R as EntityDefaultTable, S as EntityId, T as EntityImportParams, U as EntityItem, V as EntityListParams, W as EntityOperation, X as EntityOwner, Y as EntitySchema, Z as EntitySchemaGroup, _ as EntitySchemaGroupWithCompositeID, $ as EntitySchemaItem, a0 as EntitySearchIncludeDeletedParam, a1 as EntitySearchOptions, a2 as EntitySearchParams, a3 as EntitySearchResults, a4 as EntitySlug, a5 as EntityTableFilterOption, a6 as EntityTableFilterSearch, a7 as EntityValidationError, a8 as EntityValidationResult, a9 as EntityValidationResultError, aa as EntityValidationResultSuccess, ab as EntityValidationV2Error, ac as EntityValidationV2Result, ad as EntityValidationV2ResultError, ae as EntityValidationV2ResultSuccess, af as EntityViewDisabled, ag as ErrorObject, ah as ExportJobId, ai as FieldsParam, aj as FileAttribute, ak as FuzzyConfig, al as GenerateEntityTableAIFiltersRequest, am as GenerateEntityTableAIFiltersResponse, an as GetRelatedEntitiesCount, ao as GetRelationsResp, ap as GetRelationsRespWithPagination, aq as GraphDefinition, ar as GraphEdge, as as GraphNode, at as GraphQueryRequest, au as GraphQueryResponse, av as GraphSeed, aw as GroupHeadline, ax as GroupHeadlineWithCompositeID, ay as HydratedEntity, az as HydratedEntityItem, aA as InternalAttribute, aB as InternalUserAttribute, aC as InvitationEmailAttribute, aD as IsTemplate, aE as Language, aF as LinkAttribute, aG as ListSavedViewsResults, aH as MatchStrategy, aI as MessageEmailAddressAttribute, aJ as MultiSelectAttribute, aK as NullableEntity, aL as NumberAttribute, O as OperationMethods, aM as OrderedListAttribute, aN as PartnerOrganisationAttribute, aO as PartnerStatusAttribute, P as Paths, b as PathsDictionary, aP as PaymentAttribute, aQ as PaymentMethodRelationAttribute, aR as PhoneAttribute, aS as PortalAccessAttribute, aT as PriceComponentAttribute, aU as PurposeAttribute, aV as RedirectEntityView, aW as RelationAttribute, aX as RelationEntity, aY as RelationItem, aZ as RepeatableAttribute, a_ as SavedView, a$ as SavedViewId, b0 as SavedViewItem, b1 as SavedViewPartial, b2 as SchemaId, b3 as SearchFilter, b4 as SearchFilterValue, b5 as SearchMappings, b6 as SelectAttribute, b7 as SequenceAttribute, b8 as SettingFlag, b9 as StatusAttribute, ba as SummaryAttribute, bb as SummaryField, bc as TableAttribute, bd as TagsAttribute, be as Taxonomy, bf as TaxonomyBulkJob, bg as TaxonomyBulkJobActionType, bh as TaxonomyBulkJobStatus, bi as TaxonomyBulkJobTriggerResponse, bj as TaxonomyClassification, bk as TaxonomyLocationId, bl as TaxonomySearchIncludeArchivedParam, bm as TaxonomySlug, bn as TextAttribute, bo as UserRelationAttribute } from '../entity.d-BHR9dEon.cjs';
|
|
5
5
|
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
6
|
import 'axios';
|
|
7
7
|
|
package/dist/apis/entity.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 '../entity.d-
|
|
4
|
-
export { A as Activity, c as ActivityCallerContext, d as ActivityId, e as ActivityItem, f as ActivityType, g as AddressAttribute, h as AddressRelationAttribute, i as Attribute, j as AttributeWithCompositeID, k as AutomationAttribute, B as BaseActivityItem, l as BaseAttribute, m as BaseEntity, n as BlueprintEntityId, o as BooleanAttribute, p as Changeset, q as ChangesetCreator, r as ChangesetMap, s as ClassificationId, t as ClassificationIdOrPattern, u as ClassificationSlug, v as ClassificationsUpdate, a as Components, w as ComputedAttribute, x as ConsentAttribute, y as CountryAttribute, z as CurrencyAttribute, D as DateAttribute, E as DefaultAddressFields, F as ESClusterAssignment, G as EditModeConfig, H as EmailAttribute, I as Entity, J as EntityAcl, K as EntityAction, L as EntityCapability, M as EntityCapabilityWithCompositeID, N as EntityDefaultCreate, Q as EntityDefaultEdit, R as EntityDefaultTable, S as EntityId, T as EntityImportParams, U as EntityItem, V as EntityListParams, W as EntityOperation, X as EntityOwner, Y as EntitySchema, Z as EntitySchemaGroup, _ as EntitySchemaGroupWithCompositeID, $ as EntitySchemaItem, a0 as EntitySearchIncludeDeletedParam, a1 as EntitySearchOptions, a2 as EntitySearchParams, a3 as EntitySearchResults, a4 as EntitySlug, a5 as EntityTableFilterOption, a6 as EntityTableFilterSearch, a7 as EntityValidationError, a8 as EntityValidationResult, a9 as EntityValidationResultError, aa as EntityValidationResultSuccess, ab as EntityValidationV2Error, ac as EntityValidationV2Result, ad as EntityValidationV2ResultError, ae as EntityValidationV2ResultSuccess, af as EntityViewDisabled, ag as ErrorObject, ah as ExportJobId, ai as FieldsParam, aj as FileAttribute, ak as FuzzyConfig, al as GenerateEntityTableAIFiltersRequest, am as GenerateEntityTableAIFiltersResponse, an as GetRelatedEntitiesCount, ao as GetRelationsResp, ap as GetRelationsRespWithPagination, aq as GraphDefinition, ar as GraphEdge, as as GraphNode, at as GraphQueryRequest, au as GraphQueryResponse, av as GraphSeed, aw as GroupHeadline, ax as GroupHeadlineWithCompositeID, ay as HydratedEntity, az as HydratedEntityItem, aA as InternalAttribute, aB as InternalUserAttribute, aC as InvitationEmailAttribute, aD as IsTemplate, aE as Language, aF as LinkAttribute, aG as ListSavedViewsResults, aH as MatchStrategy, aI as MessageEmailAddressAttribute, aJ as MultiSelectAttribute, aK as NullableEntity, aL as NumberAttribute, O as OperationMethods, aM as OrderedListAttribute, aN as PartnerOrganisationAttribute, aO as PartnerStatusAttribute, P as Paths, b as PathsDictionary, aP as PaymentAttribute, aQ as PaymentMethodRelationAttribute, aR as PhoneAttribute, aS as PortalAccessAttribute, aT as PriceComponentAttribute, aU as PurposeAttribute, aV as RedirectEntityView, aW as RelationAttribute, aX as RelationEntity, aY as RelationItem, aZ as RepeatableAttribute, a_ as SavedView, a$ as SavedViewId, b0 as SavedViewItem, b1 as SavedViewPartial, b2 as SchemaId, b3 as SearchFilter, b4 as SearchFilterValue, b5 as SearchMappings, b6 as SelectAttribute, b7 as SequenceAttribute, b8 as SettingFlag, b9 as StatusAttribute, ba as SummaryAttribute, bb as SummaryField, bc as TableAttribute, bd as TagsAttribute, be as Taxonomy, bf as TaxonomyBulkJob, bg as TaxonomyBulkJobActionType, bh as TaxonomyBulkJobStatus, bi as TaxonomyBulkJobTriggerResponse, bj as TaxonomyClassification, bk as TaxonomyLocationId, bl as TaxonomySearchIncludeArchivedParam, bm as TaxonomySlug, bn as TextAttribute, bo as UserRelationAttribute } from '../entity.d-
|
|
3
|
+
import { C as Client } from '../entity.d-BHR9dEon.js';
|
|
4
|
+
export { A as Activity, c as ActivityCallerContext, d as ActivityId, e as ActivityItem, f as ActivityType, g as AddressAttribute, h as AddressRelationAttribute, i as Attribute, j as AttributeWithCompositeID, k as AutomationAttribute, B as BaseActivityItem, l as BaseAttribute, m as BaseEntity, n as BlueprintEntityId, o as BooleanAttribute, p as Changeset, q as ChangesetCreator, r as ChangesetMap, s as ClassificationId, t as ClassificationIdOrPattern, u as ClassificationSlug, v as ClassificationsUpdate, a as Components, w as ComputedAttribute, x as ConsentAttribute, y as CountryAttribute, z as CurrencyAttribute, D as DateAttribute, E as DefaultAddressFields, F as ESClusterAssignment, G as EditModeConfig, H as EmailAttribute, I as Entity, J as EntityAcl, K as EntityAction, L as EntityCapability, M as EntityCapabilityWithCompositeID, N as EntityDefaultCreate, Q as EntityDefaultEdit, R as EntityDefaultTable, S as EntityId, T as EntityImportParams, U as EntityItem, V as EntityListParams, W as EntityOperation, X as EntityOwner, Y as EntitySchema, Z as EntitySchemaGroup, _ as EntitySchemaGroupWithCompositeID, $ as EntitySchemaItem, a0 as EntitySearchIncludeDeletedParam, a1 as EntitySearchOptions, a2 as EntitySearchParams, a3 as EntitySearchResults, a4 as EntitySlug, a5 as EntityTableFilterOption, a6 as EntityTableFilterSearch, a7 as EntityValidationError, a8 as EntityValidationResult, a9 as EntityValidationResultError, aa as EntityValidationResultSuccess, ab as EntityValidationV2Error, ac as EntityValidationV2Result, ad as EntityValidationV2ResultError, ae as EntityValidationV2ResultSuccess, af as EntityViewDisabled, ag as ErrorObject, ah as ExportJobId, ai as FieldsParam, aj as FileAttribute, ak as FuzzyConfig, al as GenerateEntityTableAIFiltersRequest, am as GenerateEntityTableAIFiltersResponse, an as GetRelatedEntitiesCount, ao as GetRelationsResp, ap as GetRelationsRespWithPagination, aq as GraphDefinition, ar as GraphEdge, as as GraphNode, at as GraphQueryRequest, au as GraphQueryResponse, av as GraphSeed, aw as GroupHeadline, ax as GroupHeadlineWithCompositeID, ay as HydratedEntity, az as HydratedEntityItem, aA as InternalAttribute, aB as InternalUserAttribute, aC as InvitationEmailAttribute, aD as IsTemplate, aE as Language, aF as LinkAttribute, aG as ListSavedViewsResults, aH as MatchStrategy, aI as MessageEmailAddressAttribute, aJ as MultiSelectAttribute, aK as NullableEntity, aL as NumberAttribute, O as OperationMethods, aM as OrderedListAttribute, aN as PartnerOrganisationAttribute, aO as PartnerStatusAttribute, P as Paths, b as PathsDictionary, aP as PaymentAttribute, aQ as PaymentMethodRelationAttribute, aR as PhoneAttribute, aS as PortalAccessAttribute, aT as PriceComponentAttribute, aU as PurposeAttribute, aV as RedirectEntityView, aW as RelationAttribute, aX as RelationEntity, aY as RelationItem, aZ as RepeatableAttribute, a_ as SavedView, a$ as SavedViewId, b0 as SavedViewItem, b1 as SavedViewPartial, b2 as SchemaId, b3 as SearchFilter, b4 as SearchFilterValue, b5 as SearchMappings, b6 as SelectAttribute, b7 as SequenceAttribute, b8 as SettingFlag, b9 as StatusAttribute, ba as SummaryAttribute, bb as SummaryField, bc as TableAttribute, bd as TagsAttribute, be as Taxonomy, bf as TaxonomyBulkJob, bg as TaxonomyBulkJobActionType, bh as TaxonomyBulkJobStatus, bi as TaxonomyBulkJobTriggerResponse, bj as TaxonomyClassification, bk as TaxonomyLocationId, bl as TaxonomySearchIncludeArchivedParam, bm as TaxonomySlug, bn as TextAttribute, bo as UserRelationAttribute } from '../entity.d-BHR9dEon.js';
|
|
5
5
|
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
6
|
import 'axios';
|
|
7
7
|
|
package/dist/apis/entity.js
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkI6DG26UJcjs = require('../chunk-I6DG26UJ.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkYLJD7G7Hcjs = require('../chunk-YLJD7G7H.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/environments.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkI6DG26UJcjs.require_environments_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkYLJD7G7Hcjs.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 = _chunkYLJD7G7Hcjs.createApiClient.call(void 0, { definition: def, apiName: "environments" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkYLJD7G7Hcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkYLJD7G7Hcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "environments" }),
|
|
28
28
|
apiName: "environments"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var environments = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkYLJD7G7Hcjs.authorize; exports.createClient = createClient; exports.environments = environments; exports.getClient = getClient;
|
|
@@ -6,25 +6,25 @@ var _chunkBLNXQAMXcjs = require('../chunk-BLNXQAMX.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkYLJD7G7Hcjs = require('../chunk-YLJD7G7H.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/event-catalog.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkBLNXQAMXcjs.require_event_catalog_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkYLJD7G7Hcjs.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 = _chunkYLJD7G7Hcjs.createApiClient.call(void 0, { definition: def, apiName: "eventCatalog" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkYLJD7G7Hcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkYLJD7G7Hcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "eventCatalog" }),
|
|
28
28
|
apiName: "eventCatalog"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var eventCatalog = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkYLJD7G7Hcjs.authorize; exports.createClient = createClient; exports.eventCatalog = eventCatalog; exports.getClient = getClient;
|
package/dist/apis/file.cjs
CHANGED
|
@@ -6,25 +6,25 @@ var _chunk4W22EIRFcjs = require('../chunk-4W22EIRF.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkYLJD7G7Hcjs = require('../chunk-YLJD7G7H.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/file.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunk4W22EIRFcjs.require_file_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkYLJD7G7Hcjs.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 = _chunkYLJD7G7Hcjs.createApiClient.call(void 0, { definition: def, apiName: "file" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkYLJD7G7Hcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkYLJD7G7Hcjs.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 = _chunkYLJD7G7Hcjs.authorize; exports.createClient = createClient; exports.file = file; exports.getClient = getClient;
|
package/dist/apis/file.js
CHANGED
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 _chunkYLJD7G7Hcjs = require('../chunk-YLJD7G7H.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 _chunkYLJD7G7Hcjs.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 = _chunkYLJD7G7Hcjs.createApiClient.call(void 0, { definition: def, apiName: "iban" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkYLJD7G7Hcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkYLJD7G7Hcjs.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 = _chunkYLJD7G7Hcjs.authorize; exports.createClient = createClient; exports.getClient = getClient; exports.iban = iban;
|