@epilot/sdk 2.1.0-rc.0 → 2.1.0
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/app.json +38 -0
- package/definitions/automation.json +2 -37
- package/definitions/blueprint-manifest-runtime.json +1 -1
- package/definitions/blueprint-manifest.json +115 -1
- package/definitions/customer-portal-runtime.json +1 -1
- package/definitions/customer-portal.json +279 -42
- package/definitions/data-management.json +10 -0
- package/definitions/email-template.json +25 -3
- package/definitions/entity.json +205 -3
- package/definitions/erp-integration-runtime.json +1 -1
- package/definitions/erp-integration.json +472 -13
- package/definitions/journey.json +257 -12
- package/definitions/kanban.json +630 -78
- package/definitions/organization-runtime.json +1 -1
- package/definitions/organization.json +614 -51
- package/definitions/workflow.json +40 -0
- package/dist/README-VG67PX4R.js +7 -0
- package/dist/README-W4B35MRN.cjs +7 -0
- package/dist/_index-AMVZBT2K.cjs +99 -0
- package/dist/_index-S6LFD3ER.js +99 -0
- package/dist/access-token-6BJDZSFE.cjs +7 -0
- package/dist/access-token-GSQZLDXR.js +7 -0
- package/dist/address-HA4RMRNQ.cjs +7 -0
- package/dist/address-QVJUGMOG.js +7 -0
- package/dist/address-suggestions-74244BAJ.js +7 -0
- package/dist/address-suggestions-IUQMYF27.cjs +7 -0
- package/dist/ai-agents-IZWFEUSH.js +7 -0
- package/dist/ai-agents-PWHKNRCX.cjs +7 -0
- package/dist/apis/access-token.cjs +10 -13
- package/dist/apis/access-token.js +7 -10
- package/dist/apis/address-suggestions.cjs +10 -13
- package/dist/apis/address-suggestions.js +7 -10
- package/dist/apis/address.cjs +10 -13
- package/dist/apis/address.js +7 -10
- package/dist/apis/ai-agents.cjs +10 -13
- package/dist/apis/ai-agents.js +7 -10
- package/dist/apis/app.cjs +10 -13
- package/dist/apis/app.js +7 -10
- package/dist/apis/audit-logs.cjs +10 -13
- package/dist/apis/audit-logs.js +7 -10
- package/dist/apis/automation.cjs +10 -13
- package/dist/apis/automation.js +7 -10
- package/dist/apis/billing.cjs +10 -13
- package/dist/apis/billing.js +7 -10
- package/dist/apis/blueprint-manifest.cjs +10 -13
- package/dist/apis/blueprint-manifest.js +7 -10
- package/dist/apis/consent.cjs +10 -13
- package/dist/apis/consent.js +7 -10
- package/dist/apis/customer-portal.cjs +10 -13
- package/dist/apis/customer-portal.js +7 -10
- package/dist/apis/dashboard.cjs +10 -13
- package/dist/apis/dashboard.js +7 -10
- package/dist/apis/data-management.cjs +10 -13
- package/dist/apis/data-management.js +7 -10
- package/dist/apis/deduplication.cjs +10 -13
- package/dist/apis/deduplication.js +7 -10
- package/dist/apis/design.cjs +10 -13
- package/dist/apis/design.js +7 -10
- package/dist/apis/document.cjs +10 -13
- package/dist/apis/document.js +7 -10
- package/dist/apis/email-settings.cjs +10 -13
- package/dist/apis/email-settings.js +7 -10
- package/dist/apis/email-template.cjs +10 -13
- package/dist/apis/email-template.js +7 -10
- package/dist/apis/entity-mapping.cjs +10 -13
- package/dist/apis/entity-mapping.js +7 -10
- package/dist/apis/entity.cjs +10 -13
- package/dist/apis/entity.js +7 -10
- package/dist/apis/environments.cjs +10 -13
- package/dist/apis/environments.js +7 -10
- package/dist/apis/erp-integration.cjs +10 -13
- package/dist/apis/erp-integration.js +7 -10
- package/dist/apis/event-catalog.cjs +10 -13
- package/dist/apis/event-catalog.js +7 -10
- package/dist/apis/file.cjs +10 -13
- package/dist/apis/file.js +7 -10
- package/dist/apis/iban.cjs +10 -13
- package/dist/apis/iban.js +7 -10
- package/dist/apis/journey.cjs +10 -13
- package/dist/apis/journey.js +7 -10
- package/dist/apis/kanban.cjs +10 -13
- package/dist/apis/kanban.js +7 -10
- package/dist/apis/message.cjs +10 -13
- package/dist/apis/message.js +7 -10
- package/dist/apis/metering.cjs +10 -13
- package/dist/apis/metering.js +7 -10
- package/dist/apis/notes.cjs +10 -13
- package/dist/apis/notes.js +7 -10
- package/dist/apis/notification.cjs +10 -13
- package/dist/apis/notification.js +7 -10
- package/dist/apis/organization.cjs +10 -13
- package/dist/apis/organization.d.cts +2 -2
- package/dist/apis/organization.d.ts +2 -2
- package/dist/apis/organization.js +7 -10
- package/dist/apis/partner-directory.cjs +10 -13
- package/dist/apis/partner-directory.js +7 -10
- package/dist/apis/permissions.cjs +10 -13
- package/dist/apis/permissions.js +7 -10
- package/dist/apis/pricing-tier.cjs +10 -13
- package/dist/apis/pricing-tier.js +7 -10
- package/dist/apis/pricing.cjs +10 -13
- package/dist/apis/pricing.js +7 -10
- package/dist/apis/purpose.cjs +10 -13
- package/dist/apis/purpose.js +7 -10
- package/dist/apis/sandbox.cjs +10 -13
- package/dist/apis/sandbox.js +7 -10
- package/dist/apis/submission.cjs +10 -13
- package/dist/apis/submission.js +7 -10
- package/dist/apis/targeting.cjs +10 -13
- package/dist/apis/targeting.js +7 -10
- package/dist/apis/template-variables.cjs +10 -13
- package/dist/apis/template-variables.js +7 -10
- package/dist/apis/user.cjs +10 -13
- package/dist/apis/user.js +7 -10
- package/dist/apis/validation-rules.cjs +10 -13
- package/dist/apis/validation-rules.js +7 -10
- package/dist/apis/webhooks.cjs +10 -13
- package/dist/apis/webhooks.js +7 -10
- package/dist/apis/workflow-definition.cjs +10 -13
- package/dist/apis/workflow-definition.js +7 -10
- package/dist/apis/workflow.cjs +10 -13
- package/dist/apis/workflow.js +7 -10
- package/dist/app-IKHWU222.cjs +7 -0
- package/dist/app-VLM3SWKA.js +7 -0
- package/dist/audit-logs-5VXHOQ7S.js +7 -0
- package/dist/audit-logs-D2LFUA2R.cjs +7 -0
- package/dist/automation-3HGCK725.cjs +7 -0
- package/dist/automation-72VGEJCY.js +7 -0
- package/dist/billing-DUWDISHP.cjs +7 -0
- package/dist/billing-IPALEAG2.js +7 -0
- package/dist/blueprint-manifest-CXSCRQ5X.js +7 -0
- package/dist/blueprint-manifest-SHNZPK5O.cjs +7 -0
- package/dist/chunk-2HOJWFQ4.js +14 -0
- package/dist/chunk-372VUPHN.js +14 -0
- package/dist/chunk-3HJEWWPS.cjs +14 -0
- package/dist/chunk-3N67SSL3.js +14 -0
- package/dist/chunk-3XEP56SV.cjs +204 -0
- package/dist/chunk-3ZZ57K3S.cjs +14 -0
- package/dist/chunk-4SWC43JO.cjs +14 -0
- package/dist/chunk-4VFQTSJQ.js +14 -0
- package/dist/chunk-57QIBYDN.js +14 -0
- package/dist/chunk-5SNJAD6F.cjs +14 -0
- package/dist/chunk-73H6TVKN.js +14 -0
- package/dist/chunk-A6JOROUC.cjs +14 -0
- package/dist/chunk-AJKH25H2.cjs +14 -0
- package/dist/chunk-ARWMTXJV.cjs +14 -0
- package/dist/chunk-B3ZGAG7B.js +14 -0
- package/dist/chunk-BH5ZXK4J.cjs +14 -0
- package/dist/chunk-BWFXLUK5.cjs +14 -0
- package/dist/chunk-C6UTZEHH.js +14 -0
- package/dist/chunk-CPKBR34V.js +14 -0
- package/dist/chunk-CWSHYFVZ.js +14 -0
- package/dist/chunk-DJKSULPK.js +14 -0
- package/dist/chunk-DNJ54L2G.js +14 -0
- package/dist/chunk-DY2D2IW5.cjs +14 -0
- package/dist/chunk-E26ZO7QM.cjs +14 -0
- package/dist/chunk-EBCHCYUO.js +14 -0
- package/dist/chunk-EPAIOB5U.cjs +14 -0
- package/dist/chunk-EQZMT2HF.cjs +14 -0
- package/dist/chunk-F376L6PP.cjs +14 -0
- package/dist/chunk-F472YLJG.cjs +14 -0
- package/dist/chunk-FXOX3X7E.cjs +14 -0
- package/dist/chunk-G2REP2VZ.cjs +14 -0
- package/dist/chunk-GLO477NZ.js +14 -0
- package/dist/chunk-H4VSK4KF.js +14 -0
- package/dist/chunk-HPSGM6QP.js +14 -0
- package/dist/chunk-HPYHWTTA.cjs +14 -0
- package/dist/chunk-IH4CMOML.js +14 -0
- package/dist/chunk-IMT3IE5M.cjs +14 -0
- package/dist/chunk-IP2WWEOU.js +14 -0
- package/dist/chunk-IS2VB342.js +14 -0
- package/dist/chunk-ITX53XAZ.js +14 -0
- package/dist/chunk-JXBXDTFG.cjs +14 -0
- package/dist/chunk-K62XK7KU.js +14 -0
- package/dist/chunk-KA3TGFJP.js +14 -0
- package/dist/chunk-KBOVBUBM.js +14 -0
- package/dist/chunk-KPGC2D6E.js +14 -0
- package/dist/chunk-KSXTBGIV.js +14 -0
- package/dist/chunk-LCIJ4TJ4.cjs +14 -0
- package/dist/chunk-LQOLYXGQ.cjs +14 -0
- package/dist/chunk-LSIWCIQV.js +14 -0
- package/dist/chunk-MHNSZ4HE.js +14 -0
- package/dist/chunk-MKX4CKAB.cjs +14 -0
- package/dist/chunk-MRTAFRO7.js +14 -0
- package/dist/chunk-MRZ7LGKZ.js +14 -0
- package/dist/chunk-MSASBR2Y.js +14 -0
- package/dist/chunk-NAWLLC3T.cjs +14 -0
- package/dist/chunk-NJK5F5TF.cjs +21 -0
- package/dist/chunk-NLSZVGHK.cjs +14 -0
- package/dist/chunk-O4LRVGOY.js +14 -0
- package/dist/chunk-OG2DMGU6.cjs +14 -0
- package/dist/chunk-OGQKJTXF.js +14 -0
- package/dist/chunk-PETLAONH.js +14 -0
- package/dist/chunk-PVSS2WPM.cjs +14 -0
- package/dist/chunk-PXITFTJA.cjs +14 -0
- package/dist/chunk-QDVPPRWI.cjs +14 -0
- package/dist/chunk-QKERXNJJ.cjs +14 -0
- package/dist/chunk-QLML3IP5.cjs +14 -0
- package/dist/chunk-QVAJ5JP4.js +14 -0
- package/dist/chunk-RD7E4OSJ.cjs +14 -0
- package/dist/chunk-RWSA3LXE.cjs +14 -0
- package/dist/chunk-RXSS67VI.cjs +14 -0
- package/dist/chunk-S3ZNESMC.cjs +14 -0
- package/dist/chunk-S7NDMDRX.js +14 -0
- package/dist/chunk-SK3VYIZ6.cjs +14 -0
- package/dist/chunk-SMGHAG5C.cjs +14 -0
- package/dist/chunk-T46LODOF.js +14 -0
- package/dist/chunk-TIJWJVKZ.js +14 -0
- package/dist/chunk-TLWCYLNA.js +14 -0
- package/dist/chunk-TRJLYZHD.js +14 -0
- package/dist/chunk-UKKJMCNH.js +14 -0
- package/dist/chunk-ULBEEHG4.js +204 -0
- package/dist/chunk-VGTUK3QD.cjs +14 -0
- package/dist/chunk-VQ7R36AC.js +14 -0
- package/dist/chunk-VVQB5W7U.cjs +14 -0
- package/dist/chunk-VVVATFGK.cjs +14 -0
- package/dist/chunk-WMTYO5OX.cjs +14 -0
- package/dist/chunk-WOSSSFXB.js +14 -0
- package/dist/chunk-WOXXNKTE.js +14 -0
- package/dist/chunk-XKI2OAYV.cjs +14 -0
- package/dist/chunk-XR4QF6KQ.cjs +14 -0
- package/dist/chunk-XYHTQ523.cjs +14 -0
- package/dist/chunk-XZYZLSUO.cjs +14 -0
- package/dist/chunk-YPSWSI3M.js +21 -0
- package/dist/chunk-YYBIU5BQ.js +14 -0
- package/dist/chunk-YZA5WZUS.js +14 -0
- package/dist/chunk-Z4LUE424.cjs +14 -0
- package/dist/chunk-ZV6XYUXS.js +14 -0
- package/dist/consent-CS2ZBZX4.cjs +7 -0
- package/dist/consent-NNYHF2N4.js +7 -0
- package/dist/customer-portal-D3SLPAHZ.js +7 -0
- package/dist/customer-portal-UR3GN4VU.cjs +7 -0
- package/dist/dashboard-UHYR5RTY.cjs +7 -0
- package/dist/dashboard-UTPGXFW5.js +7 -0
- package/dist/data-management-QH2IJ5QV.js +7 -0
- package/dist/data-management-TEFRLGSU.cjs +7 -0
- package/dist/deduplication-ECVAZVVA.cjs +7 -0
- package/dist/deduplication-GYIST22B.js +7 -0
- package/dist/design-KUVXMFFK.cjs +7 -0
- package/dist/design-YKBXRW5C.js +7 -0
- package/dist/document-CY2A2OE7.js +7 -0
- package/dist/document-RYQ7MF6U.cjs +7 -0
- package/dist/email-settings-TQ5GGDYG.js +7 -0
- package/dist/email-settings-TQC34GST.cjs +7 -0
- package/dist/email-template-M2VVL4TI.cjs +7 -0
- package/dist/email-template-WYROV3UG.js +7 -0
- package/dist/entity-FA6PZX6S.js +7 -0
- package/dist/entity-IX5NSHPX.cjs +7 -0
- package/dist/entity-mapping-7J3IAGKQ.js +7 -0
- package/dist/entity-mapping-ZNMFCUKK.cjs +7 -0
- package/dist/environments-E3X6NYGX.js +7 -0
- package/dist/environments-P2JS4F5N.cjs +7 -0
- package/dist/erp-integration-EP2XFEH5.js +7 -0
- package/dist/erp-integration-NNV72VFI.cjs +7 -0
- package/dist/event-catalog-C45ISVMP.cjs +7 -0
- package/dist/event-catalog-D7VJ7WRS.js +7 -0
- package/dist/file-UOWBTDIU.cjs +7 -0
- package/dist/file-XSN3NAVZ.js +7 -0
- package/dist/iban-24GHLFDB.cjs +7 -0
- package/dist/iban-LDKYDVQV.js +7 -0
- package/dist/index.cjs +199 -58
- package/dist/index.d.cts +17 -2
- package/dist/index.d.ts +17 -2
- package/dist/index.js +197 -56
- package/dist/journey-7CKX67M7.js +7 -0
- package/dist/journey-EUZ6MVHG.cjs +7 -0
- package/dist/kanban-CHTH2ZSY.cjs +7 -0
- package/dist/kanban-HI6LL5WY.js +7 -0
- package/dist/message-3XZLJR6R.cjs +7 -0
- package/dist/message-ZNMCS5YH.js +7 -0
- package/dist/metering-DZNZPPY6.cjs +7 -0
- package/dist/metering-KOSCPPKB.js +7 -0
- package/dist/notes-3AO5GXIT.js +7 -0
- package/dist/notes-MPWOQC5J.cjs +7 -0
- package/dist/notification-PZOCUYD5.cjs +7 -0
- package/dist/notification-VWDZRSFZ.js +7 -0
- package/dist/organization-RARYYG2E.cjs +7 -0
- package/dist/organization-ZERPH2IH.js +7 -0
- package/dist/{organization.d-Bd2Hmk8v.d.cts → organization.d-DqwnNxMg.d.cts} +34 -7
- package/dist/{organization.d-Bd2Hmk8v.d.ts → organization.d-DqwnNxMg.d.ts} +34 -7
- package/dist/partner-directory-2XMPQWWX.js +7 -0
- package/dist/partner-directory-WHNTKQ5E.cjs +7 -0
- package/dist/permissions-4T3GFNB4.js +7 -0
- package/dist/permissions-FGBIJNN7.cjs +7 -0
- package/dist/pricing-4Z4TOETA.cjs +7 -0
- package/dist/pricing-C65DTZSX.js +7 -0
- package/dist/pricing-tier-NI35WOUP.cjs +7 -0
- package/dist/pricing-tier-VUOFK5Q7.js +7 -0
- package/dist/purpose-AKOEUHZ4.cjs +7 -0
- package/dist/purpose-RBRV3AQZ.js +7 -0
- package/dist/sandbox-2KN4X66E.cjs +7 -0
- package/dist/sandbox-L2SOOGGR.js +7 -0
- package/dist/submission-7BISSPO6.js +7 -0
- package/dist/submission-Q24BU4GS.cjs +7 -0
- package/dist/targeting-EYGYZD6M.cjs +7 -0
- package/dist/targeting-GEJTJN5Z.js +7 -0
- package/dist/template-variables-OAYS2E3G.cjs +1148 -0
- package/dist/template-variables-VKDJJZUT.js +1148 -0
- package/dist/user-EIEOI3OG.js +7 -0
- package/dist/user-NJJ7XVKB.cjs +7 -0
- package/dist/validation-rules-P6F5P73P.js +7 -0
- package/dist/validation-rules-VDU3CIZV.cjs +7 -0
- package/dist/webhooks-I7JWU34X.cjs +7 -0
- package/dist/webhooks-WPLEHVPX.js +7 -0
- package/dist/workflow-3LLURW3H.js +7 -0
- package/dist/workflow-RAGQDYXT.cjs +7 -0
- package/dist/workflow-definition-B6ELOZUR.cjs +7 -0
- package/dist/workflow-definition-D24CRCK2.js +7 -0
- package/docs/access-token.md +440 -0
- package/docs/address-suggestions.md +256 -0
- package/docs/address.md +284 -0
- package/docs/ai-agents.md +1891 -0
- package/docs/app.md +3388 -0
- package/docs/audit-logs.md +242 -0
- package/docs/automation.md +4044 -0
- package/docs/billing.md +783 -0
- package/docs/blueprint-manifest.md +3234 -0
- package/docs/consent.md +213 -0
- package/docs/customer-portal.md +11399 -0
- package/docs/dashboard.md +640 -0
- package/docs/data-management.md +883 -0
- package/docs/deduplication.md +135 -0
- package/docs/design.md +1273 -0
- package/docs/document.md +590 -0
- package/docs/email-settings.md +1544 -0
- package/docs/email-template.md +1197 -0
- package/docs/entity-mapping.md +2864 -0
- package/docs/entity.md +9595 -0
- package/docs/environments.md +259 -0
- package/docs/erp-integration.md +4572 -0
- package/docs/event-catalog.md +835 -0
- package/docs/file.md +1453 -0
- package/docs/iban.md +61 -0
- package/docs/journey.md +2268 -0
- package/docs/kanban.md +882 -0
- package/docs/message.md +2122 -0
- package/docs/metering.md +1431 -0
- package/docs/notes.md +670 -0
- package/docs/notification.md +1207 -0
- package/docs/organization.md +733 -0
- package/docs/partner-directory.md +1197 -0
- package/docs/permissions.md +1047 -0
- package/docs/pricing-tier.md +81 -0
- package/docs/pricing.md +5923 -0
- package/docs/purpose.md +283 -0
- package/docs/sandbox.md +389 -0
- package/docs/submission.md +195 -0
- package/docs/targeting.md +959 -0
- package/docs/template-variables.md +1141 -0
- package/docs/user.md +2555 -0
- package/docs/validation-rules.md +1597 -0
- package/docs/webhooks.md +996 -0
- package/docs/workflow-definition.md +3842 -0
- package/docs/workflow.md +4465 -0
- package/package.json +3 -2
- package/dist/chunk-XE25WERA.js +0 -125
- package/dist/chunk-XEQMAKGA.cjs +0 -125
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__commonJS
|
|
3
|
+
} from "./chunk-YPSWSI3M.js";
|
|
4
|
+
|
|
5
|
+
// src/definitions/automation-runtime.json
|
|
6
|
+
var require_automation_runtime = __commonJS({
|
|
7
|
+
"src/definitions/automation-runtime.json"(exports, module) {
|
|
8
|
+
module.exports = { s: "https://automation.sls.epilot.io", o: [["searchFlows", "get", "/v1/automation/flows", [["schema", "q"], ["size", "q"], ["from", "q"], ["trigger_source_id", "q"], ["include_flows", "q"]]], ["createFlow", "post", "/v1/automation/flows", null, 1], ["batchGetFlows", "post", "/v1/automation/flows:batchGet", null, 1], ["getFlow", "get", "/v1/automation/flows/{flow_id}", [["flow_id", "p", true]]], ["putFlow", "put", "/v1/automation/flows/{flow_id}", [["flow_id", "p", true]], 1], ["deleteFlow", "delete", "/v1/automation/flows/{flow_id}", [["flow_id", "p", true]]], ["getExecutions", "get", "/v1/automation/executions", [["entity_id", "q"], ["size", "q"], ["from", "q"], ["include_flows", "q"]]], ["startExecution", "post", "/v1/automation/executions", null, 1], ["bulkTriggerExecutions", "post", "/v1/automation/executions/bulk-jobs", null, 1], ["getBulkJob", "get", "/v1/automation/executions/bulk-jobs/{job_id}", [["job_id", "p", true]]], ["patchBulkJob", "patch", "/v1/automation/executions/bulk-jobs/{job_id}", [["job_id", "p", true]], 1], ["getExecution", "get", "/v1/automation/executions/{execution_id}", [["execution_id", "p", true]]], ["cancelExecution", "delete", "/v1/automation/executions/{execution_id}", [["execution_id", "p", true]]], ["retriggerAction", "post", "/v1/automation/executions/{execution_id}/{action_id}/retrigger", [["execution_id", "p", true], ["action_id", "p", true]], 1], ["resumeExecutionWithToken", "post", "/v1/automation/public/executions:resume", null, 1], ["cancelSchedule", "delete", "/v1/automation/executions/{execution_id}/schedules/{schedule_id}", [["execution_id", "p", true], ["schedule_id", "p", true]]]], v: "3.0.3" };
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
export {
|
|
13
|
+
require_automation_runtime
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__commonJS
|
|
3
|
+
} from "./chunk-YPSWSI3M.js";
|
|
4
|
+
|
|
5
|
+
// src/definitions/address-suggestions-runtime.json
|
|
6
|
+
var require_address_suggestions_runtime = __commonJS({
|
|
7
|
+
"src/definitions/address-suggestions-runtime.json"(exports, module) {
|
|
8
|
+
module.exports = { s: "https://address-suggestions-api.sls.epilot.io", o: [["getAddresses", "get", "/v1/public/suggestions", [["X-Epilot-Org-ID", "h", true], ["s3FileUrl", "q"], ["fileId", "q"], ["countryCodeSearchTerm", "q"], ["postalCodeSearchTerm", "q"], ["streetSearchTerm", "q"]]], ["validateAddresses", "get", "/v1/suggestions:validate", [["s3FileUrl", "q"], ["fileId", "q"]]], ["checkAvailability", "get", "/v1/public/availability:check", [["X-Epilot-Org-ID", "h", true], ["files", "q", true], ["countryCode", "q", true], ["postalCode", "q", true], ["street", "q"], ["streetNumber", "q"]]], ["validateAddressesFile", "get", "/v1/addresses-files:validate", [["fileId", "q"]]]], v: "3.0.3" };
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
export {
|
|
13
|
+
require_address_suggestions_runtime
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkNJK5F5TFcjs = require('./chunk-NJK5F5TF.cjs');
|
|
4
|
+
|
|
5
|
+
// src/definitions/validation-rules-runtime.json
|
|
6
|
+
var require_validation_rules_runtime = _chunkNJK5F5TFcjs.__commonJS.call(void 0, {
|
|
7
|
+
"src/definitions/validation-rules-runtime.json"(exports, module) {
|
|
8
|
+
module.exports = { s: "https://validation-rules.sls.epilot.io", o: [["getValidationRules", "get", "/v1/validation-rules"], ["createValidationRule", "post", "/v1/validation-rules", null, 1], ["getValidationRuleById", "get", "/v1/validation-rules/{ruleId}", [["ruleId", "p", true]]], ["updateValidationRule", "patch", "/v1/validation-rules/{ruleId}", [["ruleId", "p", true]], 1], ["deleteValidationRule", "delete", "/v1/validation-rules/{ruleId}", [["ruleId", "p", true]]], ["addUsedByReference", "post", "/v1/validation-rules/{ruleId}/used-by", [["ruleId", "p", true]], 1], ["removeUsedByReference", "delete", "/v1/validation-rules/{ruleId}/used-by", [["ruleId", "p", true]], 1]], v: "3.0.3" };
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
exports.require_validation_rules_runtime = require_validation_rules_runtime;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__commonJS
|
|
3
|
+
} from "./chunk-YPSWSI3M.js";
|
|
4
|
+
|
|
5
|
+
// src/definitions/audit-logs-runtime.json
|
|
6
|
+
var require_audit_logs_runtime = __commonJS({
|
|
7
|
+
"src/definitions/audit-logs-runtime.json"(exports, module) {
|
|
8
|
+
module.exports = { s: "https://audit-logs.sls.epilot.io", o: [["getLogs", "post", "/v1/logs", null, 1], ["getLogById", "get", "/v1/logs/{logId}", [["logId", "p", true]]]], v: "3.0.0" };
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
export {
|
|
13
|
+
require_audit_logs_runtime
|
|
14
|
+
};
|
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
|
+
|
|
3
|
+
var _chunkNJK5F5TFcjs = require('./chunk-NJK5F5TF.cjs');
|
|
4
|
+
|
|
5
|
+
// src/authorize.ts
|
|
6
|
+
var authorize = (client, token) => {
|
|
7
|
+
if (typeof token === "string") {
|
|
8
|
+
client.defaults.headers.common.authorization = `Bearer ${token}`;
|
|
9
|
+
} else {
|
|
10
|
+
client.interceptors.request.use(async (config) => {
|
|
11
|
+
const resolved = await token();
|
|
12
|
+
config.headers.authorization = `Bearer ${resolved}`;
|
|
13
|
+
return config;
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
return client;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
// import("./docs/**/*") in src/help.ts
|
|
20
|
+
var globImport_docs = _chunkNJK5F5TFcjs.__glob.call(void 0, {
|
|
21
|
+
"./docs/README.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./README-W4B35MRN.cjs"))),
|
|
22
|
+
"./docs/_index.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./_index-AMVZBT2K.cjs"))),
|
|
23
|
+
"./docs/access-token.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./access-token-6BJDZSFE.cjs"))),
|
|
24
|
+
"./docs/address-suggestions.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./address-suggestions-IUQMYF27.cjs"))),
|
|
25
|
+
"./docs/address.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./address-HA4RMRNQ.cjs"))),
|
|
26
|
+
"./docs/ai-agents.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./ai-agents-PWHKNRCX.cjs"))),
|
|
27
|
+
"./docs/app.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./app-IKHWU222.cjs"))),
|
|
28
|
+
"./docs/audit-logs.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./audit-logs-D2LFUA2R.cjs"))),
|
|
29
|
+
"./docs/automation.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./automation-3HGCK725.cjs"))),
|
|
30
|
+
"./docs/billing.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./billing-DUWDISHP.cjs"))),
|
|
31
|
+
"./docs/blueprint-manifest.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./blueprint-manifest-SHNZPK5O.cjs"))),
|
|
32
|
+
"./docs/consent.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./consent-CS2ZBZX4.cjs"))),
|
|
33
|
+
"./docs/customer-portal.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./customer-portal-UR3GN4VU.cjs"))),
|
|
34
|
+
"./docs/dashboard.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./dashboard-UHYR5RTY.cjs"))),
|
|
35
|
+
"./docs/data-management.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./data-management-TEFRLGSU.cjs"))),
|
|
36
|
+
"./docs/deduplication.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./deduplication-ECVAZVVA.cjs"))),
|
|
37
|
+
"./docs/design.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./design-KUVXMFFK.cjs"))),
|
|
38
|
+
"./docs/document.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./document-RYQ7MF6U.cjs"))),
|
|
39
|
+
"./docs/email-settings.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./email-settings-TQC34GST.cjs"))),
|
|
40
|
+
"./docs/email-template.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./email-template-M2VVL4TI.cjs"))),
|
|
41
|
+
"./docs/entity-mapping.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./entity-mapping-ZNMFCUKK.cjs"))),
|
|
42
|
+
"./docs/entity.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./entity-IX5NSHPX.cjs"))),
|
|
43
|
+
"./docs/environments.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./environments-P2JS4F5N.cjs"))),
|
|
44
|
+
"./docs/erp-integration.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./erp-integration-NNV72VFI.cjs"))),
|
|
45
|
+
"./docs/event-catalog.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./event-catalog-C45ISVMP.cjs"))),
|
|
46
|
+
"./docs/file.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./file-UOWBTDIU.cjs"))),
|
|
47
|
+
"./docs/iban.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./iban-24GHLFDB.cjs"))),
|
|
48
|
+
"./docs/journey.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./journey-EUZ6MVHG.cjs"))),
|
|
49
|
+
"./docs/kanban.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./kanban-CHTH2ZSY.cjs"))),
|
|
50
|
+
"./docs/message.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./message-3XZLJR6R.cjs"))),
|
|
51
|
+
"./docs/metering.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./metering-DZNZPPY6.cjs"))),
|
|
52
|
+
"./docs/notes.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./notes-MPWOQC5J.cjs"))),
|
|
53
|
+
"./docs/notification.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./notification-PZOCUYD5.cjs"))),
|
|
54
|
+
"./docs/organization.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./organization-RARYYG2E.cjs"))),
|
|
55
|
+
"./docs/partner-directory.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./partner-directory-WHNTKQ5E.cjs"))),
|
|
56
|
+
"./docs/permissions.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./permissions-FGBIJNN7.cjs"))),
|
|
57
|
+
"./docs/pricing-tier.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./pricing-tier-NI35WOUP.cjs"))),
|
|
58
|
+
"./docs/pricing.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./pricing-4Z4TOETA.cjs"))),
|
|
59
|
+
"./docs/purpose.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./purpose-AKOEUHZ4.cjs"))),
|
|
60
|
+
"./docs/sandbox.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./sandbox-2KN4X66E.cjs"))),
|
|
61
|
+
"./docs/submission.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./submission-Q24BU4GS.cjs"))),
|
|
62
|
+
"./docs/targeting.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./targeting-EYGYZD6M.cjs"))),
|
|
63
|
+
"./docs/template-variables.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./template-variables-OAYS2E3G.cjs"))),
|
|
64
|
+
"./docs/user.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./user-NJJ7XVKB.cjs"))),
|
|
65
|
+
"./docs/validation-rules.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./validation-rules-VDU3CIZV.cjs"))),
|
|
66
|
+
"./docs/webhooks.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./webhooks-I7JWU34X.cjs"))),
|
|
67
|
+
"./docs/workflow-definition.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./workflow-definition-B6ELOZUR.cjs"))),
|
|
68
|
+
"./docs/workflow.json": () => Promise.resolve().then(() => _interopRequireWildcard(require("./workflow-RAGQDYXT.cjs")))
|
|
69
|
+
});
|
|
70
|
+
|
|
71
|
+
// src/help.ts
|
|
72
|
+
var docsCache = /* @__PURE__ */ new Map();
|
|
73
|
+
var kebabCase = (str) => str.replace(/([a-z])([A-Z])/g, "$1-$2").toLowerCase();
|
|
74
|
+
var resolveDoc = async (filename) => {
|
|
75
|
+
if (docsCache.has(filename)) {
|
|
76
|
+
return docsCache.get(filename);
|
|
77
|
+
}
|
|
78
|
+
try {
|
|
79
|
+
const mod = await globImport_docs(`./docs/${filename}`);
|
|
80
|
+
const content = _nullishCoalesce(mod.default, () => ( mod));
|
|
81
|
+
docsCache.set(filename, content);
|
|
82
|
+
return content;
|
|
83
|
+
} catch (e) {
|
|
84
|
+
return `No documentation found for "${filename}". Run help() to see available APIs.`;
|
|
85
|
+
}
|
|
86
|
+
};
|
|
87
|
+
var help = async (apiName) => {
|
|
88
|
+
return resolveDoc(apiName ? `${kebabCase(apiName)}.json` : "README.json");
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
// src/compact.ts
|
|
92
|
+
var L = { p: "path", q: "query", h: "header", c: "cookie" };
|
|
93
|
+
var ep = (p) => {
|
|
94
|
+
const r = { name: p[0], in: L[p[1]] };
|
|
95
|
+
let i = 2;
|
|
96
|
+
if (typeof p[i] === "boolean") {
|
|
97
|
+
if (p[i]) r.required = true;
|
|
98
|
+
i++;
|
|
99
|
+
}
|
|
100
|
+
if (typeof p[i] === "string") {
|
|
101
|
+
r.style = p[i];
|
|
102
|
+
i++;
|
|
103
|
+
}
|
|
104
|
+
if (typeof p[i] === "boolean") {
|
|
105
|
+
r.explode = p[i];
|
|
106
|
+
i++;
|
|
107
|
+
}
|
|
108
|
+
return r;
|
|
109
|
+
};
|
|
110
|
+
var mp = (ps) => ps.map((p) => p.length === 1 ? { $ref: `#/components/parameters/${p[0]}` } : ep(p));
|
|
111
|
+
var expand = (c) => {
|
|
112
|
+
const paths = {};
|
|
113
|
+
for (const [id, m, p, ps, b] of c.o) {
|
|
114
|
+
const op = { operationId: id, responses: {} };
|
|
115
|
+
if (_optionalChain([ps, 'optionalAccess', _2 => _2.length])) op.parameters = mp(ps);
|
|
116
|
+
if (b) op.requestBody = { content: { "application/json": {} } };
|
|
117
|
+
if (!paths[p]) paths[p] = {};
|
|
118
|
+
paths[p][m] = op;
|
|
119
|
+
}
|
|
120
|
+
if (c.pp)
|
|
121
|
+
for (const [p, ps] of Object.entries(c.pp)) {
|
|
122
|
+
if (!paths[p]) paths[p] = {};
|
|
123
|
+
paths[p].parameters = mp(ps);
|
|
124
|
+
}
|
|
125
|
+
const doc = {
|
|
126
|
+
openapi: c.v || "3.0.2",
|
|
127
|
+
info: { title: "", version: "" },
|
|
128
|
+
paths,
|
|
129
|
+
servers: c.s ? [{ url: c.s }] : []
|
|
130
|
+
};
|
|
131
|
+
if (c.cp) {
|
|
132
|
+
const params = {};
|
|
133
|
+
for (const [k, v] of Object.entries(c.cp)) params[k] = ep(v);
|
|
134
|
+
doc.components = { parameters: params };
|
|
135
|
+
}
|
|
136
|
+
return doc;
|
|
137
|
+
};
|
|
138
|
+
|
|
139
|
+
// src/client-factory.ts
|
|
140
|
+
var _openapiclientaxios = require('openapi-client-axios'); var _openapiclientaxios2 = _interopRequireDefault(_openapiclientaxios);
|
|
141
|
+
var createApiClient = (params) => {
|
|
142
|
+
const { definition, token, headers } = params;
|
|
143
|
+
const api = new (0, _openapiclientaxios2.default)({ definition, quick: true });
|
|
144
|
+
const client = api.initSync();
|
|
145
|
+
if (headers && Object.keys(headers).length > 0) {
|
|
146
|
+
client.defaults.headers.common = {
|
|
147
|
+
..._nullishCoalesce(client.defaults.headers.common, () => ( {})),
|
|
148
|
+
...headers
|
|
149
|
+
};
|
|
150
|
+
}
|
|
151
|
+
if (token) {
|
|
152
|
+
authorize(client, token);
|
|
153
|
+
}
|
|
154
|
+
return client;
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
// src/proxy.ts
|
|
158
|
+
var createApiHandle = (params) => {
|
|
159
|
+
const { resolveClient, createClient, apiName } = params;
|
|
160
|
+
return new Proxy({}, {
|
|
161
|
+
get(_, prop) {
|
|
162
|
+
if (prop === "getClient") {
|
|
163
|
+
return () => {
|
|
164
|
+
const client = resolveClient();
|
|
165
|
+
if (apiName && !("help" in client)) {
|
|
166
|
+
client.help = () => help(apiName);
|
|
167
|
+
}
|
|
168
|
+
return client;
|
|
169
|
+
};
|
|
170
|
+
}
|
|
171
|
+
if (prop === "createClient") {
|
|
172
|
+
return () => {
|
|
173
|
+
const client = createClient();
|
|
174
|
+
if (apiName) {
|
|
175
|
+
client.help = () => help(apiName);
|
|
176
|
+
}
|
|
177
|
+
return client;
|
|
178
|
+
};
|
|
179
|
+
}
|
|
180
|
+
if (prop === "help") {
|
|
181
|
+
return () => apiName ? help(apiName) : "No API name available. Use epilot.help(apiName) instead.";
|
|
182
|
+
}
|
|
183
|
+
if (prop === "then" || prop === "catch" || prop === "finally") {
|
|
184
|
+
return void 0;
|
|
185
|
+
}
|
|
186
|
+
return (...args) => {
|
|
187
|
+
const client = resolveClient();
|
|
188
|
+
const method = client[prop];
|
|
189
|
+
if (typeof method === "function") {
|
|
190
|
+
return method.apply(client, args);
|
|
191
|
+
}
|
|
192
|
+
return method;
|
|
193
|
+
};
|
|
194
|
+
}
|
|
195
|
+
});
|
|
196
|
+
};
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
exports.authorize = authorize; exports.help = help; exports.expand = expand; exports.createApiClient = createApiClient; exports.createApiHandle = createApiHandle;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkNJK5F5TFcjs = require('./chunk-NJK5F5TF.cjs');
|
|
4
|
+
|
|
5
|
+
// src/definitions/blueprint-manifest-runtime.json
|
|
6
|
+
var require_blueprint_manifest_runtime = _chunkNJK5F5TFcjs.__commonJS.call(void 0, {
|
|
7
|
+
"src/definitions/blueprint-manifest-runtime.json"(exports, module) {
|
|
8
|
+
module.exports = { s: "https://blueprint-manifest.sls.epilot.io", o: [["getJob", "get", "/v1/blueprint-manifest/jobs/{job_id}", [["JobID"]]], ["createExport", "post", "/v1/blueprint-manifest/jobs:createExport", null, 1], ["exportManifest", "post", "/v1/blueprint-manifest/jobs/{job_id}:exportManifest", [["JobID"]], 1], ["uploadManifest", "post", "/v1/blueprint-manifest:uploadManifest", null, 1], ["createPlan", "post", "/v1/blueprint-manifest/jobs:createPlan", null, 1], ["applyPlan", "post", "/v1/blueprint-manifest/jobs/{job_id}:applyPlan", [["JobID"]], 1], ["listInstalledManifests", "get", "/v1/blueprint-manifest/manifests"], ["getManifest", "get", "/v1/blueprint-manifest/manifests/{manifest_id}", [["manifest_id", "p", true]]], ["updateManifest", "put", "/v1/blueprint-manifest/manifests/{manifest_id}", [["manifest_id", "p", true]], 1], ["deleteManifest", "delete", "/v1/blueprint-manifest/manifests/{manifest_id}", [["manifest_id", "p", true]]], ["listBlueprints", "get", "/v2/blueprint-manifest/blueprints", [["archived", "q"]]], ["createBlueprint", "post", "/v2/blueprint-manifest/blueprints", null, 1], ["listInstalledMarketplaceBlueprints", "get", "/v2/blueprint-manifest/blueprints:marketplace"], ["preInstallBlueprint", "post", "/v2/blueprint-manifest/blueprints:pre-install", null, 1], ["getBlueprintPreview", "get", "/v2/blueprint-manifest/blueprints:preview/{preview_id}", [["preview_id", "p", true]]], ["installBlueprint", "post", "/v2/blueprint-manifest/blueprint:install", null, 1], ["getBlueprint", "get", "/v2/blueprint-manifest/blueprints/{blueprint_id}", [["blueprint_id", "p", true]]], ["updateBlueprint", "put", "/v2/blueprint-manifest/blueprints/{blueprint_id}", [["blueprint_id", "p", true]], 1], ["deleteBlueprint", "delete", "/v2/blueprint-manifest/blueprints/{blueprint_id}", [["blueprint_id", "p", true]]], ["validateBlueprint", "post", "/v2/blueprint-manifest/blueprints/{blueprint_id}/validate", [["blueprint_id", "p", true]]], ["exportBlueprint", "post", "/v2/blueprint-manifest/blueprints/{blueprint_id}:export", [["blueprint_id", "p", true]], 1], ["listMarketplaceSlugs", "get", "/v2/blueprint-manifest/marketplace/slugs"], ["publishBlueprint", "post", "/v2/blueprint-manifest/blueprints:publish", null, 1], ["formatBlueprintDescription", "post", "/v2/blueprint-manifest/blueprints/{blueprint_id}:format-description", [["blueprint_id", "p", true]], 1], ["addBlueprintResource", "post", "/v2/blueprint-manifest/blueprints/{blueprint_id}/resources", [["blueprint_id", "p", true], ["add_dependencies", "q"]], 1], ["syncDependencies", "post", "/v2/blueprint-manifest/blueprints/{blueprint_id}/resources:syncDependencies", [["blueprint_id", "p", true]]], ["bulkAddBlueprintResources", "post", "/v2/blueprint-manifest/blueprints/{blueprint_id}/resources/bulk", [["blueprint_id", "p", true], ["add_dependencies", "q"]], 1], ["bulkUpdateBlueprintResources", "put", "/v2/blueprint-manifest/blueprints/{blueprint_id}/resources/bulk", [["blueprint_id", "p", true]], 1], ["bulkDeleteBlueprintResources", "delete", "/v2/blueprint-manifest/blueprints/{blueprint_id}/resources/bulk", [["blueprint_id", "p", true]], 1], ["updateBlueprintResource", "put", "/v2/blueprint-manifest/blueprints/{blueprint_id}/resources/{resource_id}", [["blueprint_id", "p", true], ["resource_id", "p", true]], 1], ["deleteBlueprintResource", "delete", "/v2/blueprint-manifest/blueprints/{blueprint_id}/resources/{resource_id}", [["blueprint_id", "p", true], ["resource_id", "p", true]]], ["listBlueprintJobs", "get", "/v2/blueprint-manifest/jobs"], ["getBlueprintJob", "get", "/v2/blueprint-manifest/jobs/{job_id}", [["job_id", "p", true]]], ["continueInstallationJob", "post", "/v2/blueprint-manifest/jobs/{job_id}:continue", [["job_id", "p", true]], 1], ["cancelBlueprintJob", "post", "/v2/blueprint-manifest/jobs/{job_id}:cancel", [["job_id", "p", true]]]], v: "3.1.0", cp: { JobID: ["job_id", "p", true] } };
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
exports.require_blueprint_manifest_runtime = require_blueprint_manifest_runtime;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkNJK5F5TFcjs = require('./chunk-NJK5F5TF.cjs');
|
|
4
|
+
|
|
5
|
+
// src/definitions/notes-runtime.json
|
|
6
|
+
var require_notes_runtime = _chunkNJK5F5TFcjs.__commonJS.call(void 0, {
|
|
7
|
+
"src/definitions/notes-runtime.json"(exports, module) {
|
|
8
|
+
module.exports = { s: "https://notes.sls.epilot.io", o: [["createNote", "post", "/v1/note", null, 1], ["getNote", "get", "/v1/note/{id}", [["id", "p", true], ["hydrate", "q"]]], ["patchNote", "patch", "/v1/note/{id}", [["id", "p", true]], 1], ["updateNote", "put", "/v1/note/{id}", [["id", "p", true]], 1], ["deleteNote", "delete", "/v1/note/{id}", [["id", "p", true]]], ["searchNotesByContext", "post", "/v1/notes:search", null, 1], ["getNotesByContext", "get", "/v1/notes/{entity_id}", [["entity_id", "p", true], ["contexts", "q"], ["from", "q"], ["size", "q"]]], ["pinNote", "post", "/v1/note/{id}/pin", [["id", "p", true]]], ["getNoteContexts", "get", "/v1/note/{id}/context", [["id", "p", true]]], ["addNoteReaction", "post", "/v1/note/{id}/reaction", [["id", "p", true]], 1], ["removeNoteReaction", "delete", "/v1/note/{id}/reaction/{emoji_shortcode}", [["id", "p", true], ["emoji_shortcode", "p", true]]], ["toggleNoteReactions", "post", "/v1/note/{id}/reactions/toggle", [["id", "p", true]], 1]] };
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
exports.require_notes_runtime = require_notes_runtime;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__commonJS
|
|
3
|
+
} from "./chunk-YPSWSI3M.js";
|
|
4
|
+
|
|
5
|
+
// src/definitions/notes-runtime.json
|
|
6
|
+
var require_notes_runtime = __commonJS({
|
|
7
|
+
"src/definitions/notes-runtime.json"(exports, module) {
|
|
8
|
+
module.exports = { s: "https://notes.sls.epilot.io", o: [["createNote", "post", "/v1/note", null, 1], ["getNote", "get", "/v1/note/{id}", [["id", "p", true], ["hydrate", "q"]]], ["patchNote", "patch", "/v1/note/{id}", [["id", "p", true]], 1], ["updateNote", "put", "/v1/note/{id}", [["id", "p", true]], 1], ["deleteNote", "delete", "/v1/note/{id}", [["id", "p", true]]], ["searchNotesByContext", "post", "/v1/notes:search", null, 1], ["getNotesByContext", "get", "/v1/notes/{entity_id}", [["entity_id", "p", true], ["contexts", "q"], ["from", "q"], ["size", "q"]]], ["pinNote", "post", "/v1/note/{id}/pin", [["id", "p", true]]], ["getNoteContexts", "get", "/v1/note/{id}/context", [["id", "p", true]]], ["addNoteReaction", "post", "/v1/note/{id}/reaction", [["id", "p", true]], 1], ["removeNoteReaction", "delete", "/v1/note/{id}/reaction/{emoji_shortcode}", [["id", "p", true], ["emoji_shortcode", "p", true]]], ["toggleNoteReactions", "post", "/v1/note/{id}/reactions/toggle", [["id", "p", true]], 1]] };
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
export {
|
|
13
|
+
require_notes_runtime
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__commonJS
|
|
3
|
+
} from "./chunk-YPSWSI3M.js";
|
|
4
|
+
|
|
5
|
+
// src/definitions/validation-rules-runtime.json
|
|
6
|
+
var require_validation_rules_runtime = __commonJS({
|
|
7
|
+
"src/definitions/validation-rules-runtime.json"(exports, module) {
|
|
8
|
+
module.exports = { s: "https://validation-rules.sls.epilot.io", o: [["getValidationRules", "get", "/v1/validation-rules"], ["createValidationRule", "post", "/v1/validation-rules", null, 1], ["getValidationRuleById", "get", "/v1/validation-rules/{ruleId}", [["ruleId", "p", true]]], ["updateValidationRule", "patch", "/v1/validation-rules/{ruleId}", [["ruleId", "p", true]], 1], ["deleteValidationRule", "delete", "/v1/validation-rules/{ruleId}", [["ruleId", "p", true]]], ["addUsedByReference", "post", "/v1/validation-rules/{ruleId}/used-by", [["ruleId", "p", true]], 1], ["removeUsedByReference", "delete", "/v1/validation-rules/{ruleId}/used-by", [["ruleId", "p", true]], 1]], v: "3.0.3" };
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
export {
|
|
13
|
+
require_validation_rules_runtime
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkNJK5F5TFcjs = require('./chunk-NJK5F5TF.cjs');
|
|
4
|
+
|
|
5
|
+
// src/definitions/document-runtime.json
|
|
6
|
+
var require_document_runtime = _chunkNJK5F5TFcjs.__commonJS.call(void 0, {
|
|
7
|
+
"src/definitions/document-runtime.json"(exports, module) {
|
|
8
|
+
module.exports = { s: "https://document.sls.epilot.io", o: [["getTemplateMeta", "post", "/v2/documents:meta", null, 1], ["generateDocumentV2", "post", "/v2/documents:generate", [["job_id", "q"], ["mode", "q"], ["preview_mode", "q"]], 1], ["convertDocument", "post", "/v2/documents:convert", null, 1]] };
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
exports.require_document_runtime = require_document_runtime;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__commonJS
|
|
3
|
+
} from "./chunk-YPSWSI3M.js";
|
|
4
|
+
|
|
5
|
+
// src/definitions/kanban-runtime.json
|
|
6
|
+
var require_kanban_runtime = __commonJS({
|
|
7
|
+
"src/definitions/kanban-runtime.json"(exports, module) {
|
|
8
|
+
module.exports = { s: "https://kanban.sls.epilot.io", o: [["createKanbanBoard", "post", "/v1/kanban/board", null, 1], ["getKanbanBoards", "get", "/v1/kanban/boards", [["filter", "q"]]], ["getKanbanBoard", "get", "/v1/kanban/board/{boardId}", [["boardId", "p", true]]], ["updateKanbanBoard", "put", "/v1/kanban/board/{boardId}", [["boardId", "p", true]], 1], ["patchKanbanBoard", "patch", "/v1/kanban/board/{boardId}", [["boardId", "p", true]], 1], ["deleteKanbanBoard", "delete", "/v1/kanban/board/{boardId}", [["boardId", "p", true]]], ["setDefaultKanbanBoard", "put", "/v1/kanban/org/default-board", [["boardId", "q", true]]], ["clearDefaultKanbanBoard", "delete", "/v1/kanban/org/default-board"], ["flowsAutocomplete", "get", "/v1/kanban/query/flows:autocomplete", [["input", "q"], ["attribute", "q", true], ["size", "q"], ["from", "q"]]], ["executeFlowsQuery", "post", "/v1/kanban/query/flows:execute", null, 1]], v: "3.0.3" };
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
export {
|
|
13
|
+
require_kanban_runtime
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkNJK5F5TFcjs = require('./chunk-NJK5F5TF.cjs');
|
|
4
|
+
|
|
5
|
+
// src/definitions/event-catalog-runtime.json
|
|
6
|
+
var require_event_catalog_runtime = _chunkNJK5F5TFcjs.__commonJS.call(void 0, {
|
|
7
|
+
"src/definitions/event-catalog-runtime.json"(exports, module) {
|
|
8
|
+
module.exports = { s: "https://event-catalog.sls.epilot.io", o: [["listEvents", "get", "/v1/events"], ["getEvent", "get", "/v1/events/{event_name}", [["event_name", "p", true]]], ["patchEvent", "patch", "/v1/events/{event_name}", [["event_name", "p", true]], 1], ["getEventJSONSchema", "get", "/v1/events/{event_name}/json_schema", [["event_name", "p", true]]], ["getEventExample", "get", "/v1/events/{event_name}/example", [["event_name", "p", true]]], ["searchEventHistory", "post", "/v1/events/{event_name}:history", [["event_name", "p", true]], 1], ["triggerEvent", "post", "/v1/events/{event_name}:trigger", [["event_name", "p", true]], 1]], v: "3.0.0" };
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
exports.require_event_catalog_runtime = require_event_catalog_runtime;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkNJK5F5TFcjs = require('./chunk-NJK5F5TF.cjs');
|
|
4
|
+
|
|
5
|
+
// src/definitions/organization-runtime.json
|
|
6
|
+
var require_organization_runtime = _chunkNJK5F5TFcjs.__commonJS.call(void 0, {
|
|
7
|
+
"src/definitions/organization-runtime.json"(exports, module) {
|
|
8
|
+
module.exports = { s: "https://organization-v2.sls.epilot.io", o: [["getCurrentOrganization", "get", "/v2/organization/current"], ["getOrganization", "get", "/v2/organization/{org_id}", [["org_id", "p", true]]], ["updateOrganization", "patch", "/v2/organization/{org_id}", [["org_id", "p", true]], 1], ["getSettings", "get", "/v2/organization/{org_id}/settings", [["org_id", "p", true]]], ["putSettingsValue", "put", "/v2/organization/{org_id}/settings/{key}", [["org_id", "p", true], ["key", "p", true]], 1], ["deleteSettingsValue", "delete", "/v2/organization/{org_id}/settings/{key}", [["org_id", "p", true], ["key", "p", true]]], ["getOrganizationFeatureSettings", "get", "/v2/organization/feature-settings"], ["getFeatureSettings", "get", "/v2/feature-settings"]], v: "3.0.3" };
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
exports.require_organization_runtime = require_organization_runtime;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkNJK5F5TFcjs = require('./chunk-NJK5F5TF.cjs');
|
|
4
|
+
|
|
5
|
+
// src/definitions/audit-logs-runtime.json
|
|
6
|
+
var require_audit_logs_runtime = _chunkNJK5F5TFcjs.__commonJS.call(void 0, {
|
|
7
|
+
"src/definitions/audit-logs-runtime.json"(exports, module) {
|
|
8
|
+
module.exports = { s: "https://audit-logs.sls.epilot.io", o: [["getLogs", "post", "/v1/logs", null, 1], ["getLogById", "get", "/v1/logs/{logId}", [["logId", "p", true]]]], v: "3.0.0" };
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
exports.require_audit_logs_runtime = require_audit_logs_runtime;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__commonJS
|
|
3
|
+
} from "./chunk-YPSWSI3M.js";
|
|
4
|
+
|
|
5
|
+
// src/definitions/template-variables-runtime.json
|
|
6
|
+
var require_template_variables_runtime = __commonJS({
|
|
7
|
+
"src/definitions/template-variables-runtime.json"(exports, module) {
|
|
8
|
+
module.exports = { s: "https://template-variables-api.sls.epilot.io", o: [["getCategories", "get", "/v1/template-variables/categories", [["lang", "q"]]], ["searchVariables", "post", "/v1/template-variables:search", null, 1], ["getVariableContext", "post", "/v1/template-variables:context", null, 1], ["replaceTemplates", "post", "/v1/template-variables:replace", null, 1], ["replaceTemplatesV2", "post", "/v2/template:replace", null, 1], ["getCustomVariables", "get", "/v1/custom-variables"], ["createCustomVariable", "post", "/v1/custom-variables", null, 1], ["searchCustomVariables", "post", "/v1/custom-variables:search", null, 1], ["updateCustomVariable", "put", "/v1/custom-variables/{id}", [["id", "p", true]], 1], ["getCustomVariable", "get", "/v1/custom-variables/{id}", [["id", "p", true]]], ["deleteCustomVariable", "delete", "/v1/custom-variables/{id}", [["id", "p", true]]], ["getBluePrintTableConfig", "get", "/v1/custom-variables/order-table-blueprint"]] };
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
export {
|
|
13
|
+
require_template_variables_runtime
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkNJK5F5TFcjs = require('./chunk-NJK5F5TF.cjs');
|
|
4
|
+
|
|
5
|
+
// src/definitions/permissions-runtime.json
|
|
6
|
+
var require_permissions_runtime = _chunkNJK5F5TFcjs.__commonJS.call(void 0, {
|
|
7
|
+
"src/definitions/permissions-runtime.json"(exports, module) {
|
|
8
|
+
module.exports = { s: "https://permissions.sls.epilot.io", o: [["listCurrentRoles", "get", "/v1/permissions/me"], ["listAllRoles", "get", "/v1/permissions/roles"], ["createRole", "post", "/v1/permissions/roles", null, 1], ["searchRoles", "post", "/v1/permissions/roles:search", null, 1], ["getRole", "get", "/v1/permissions/roles/{roleId}", [["roleId", "p", true]]], ["putRole", "put", "/v1/permissions/roles/{roleId}", [["roleId", "p", true]], 1], ["deleteRole", "delete", "/v1/permissions/roles/{roleId}", [["roleId", "p", true]]], ["refreshPermissions", "get", "/v1/permissions/refresh"], ["getAssignedRolesForUser", "get", "/v1/permissions/assignments/{userId}", [["userId", "p", true]]], ["assignRoles", "put", "/v1/permissions/assignments/{userId}", [["userId", "p", true]], 1], ["addAssignment", "post", "/v1/permissions/assignments/{userId}/{roleId}", [["userId", "p", true], ["roleId", "p", true]]], ["removeAssignment", "delete", "/v1/permissions/assignments/{userId}/{roleId}", [["userId", "p", true], ["roleId", "p", true]]], ["listAllAssignments", "get", "/v1/permissions/assignments"]], v: "3.0.3" };
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
exports.require_permissions_runtime = require_permissions_runtime;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkNJK5F5TFcjs = require('./chunk-NJK5F5TF.cjs');
|
|
4
|
+
|
|
5
|
+
// src/definitions/submission-runtime.json
|
|
6
|
+
var require_submission_runtime = _chunkNJK5F5TFcjs.__commonJS.call(void 0, {
|
|
7
|
+
"src/definitions/submission-runtime.json"(exports, module) {
|
|
8
|
+
module.exports = { s: "https://submission.sls.epilot.io", o: [["createSubmission", "post", "/v1/submission/submissions", null, 1], ["getNonce", "get", "/v1/submission/nonce/{nonce_id}", [["nonce_id", "p", true]]]] };
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
exports.require_submission_runtime = require_submission_runtime;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__commonJS
|
|
3
|
+
} from "./chunk-YPSWSI3M.js";
|
|
4
|
+
|
|
5
|
+
// src/definitions/journey-runtime.json
|
|
6
|
+
var require_journey_runtime = __commonJS({
|
|
7
|
+
"src/definitions/journey-runtime.json"(exports, module) {
|
|
8
|
+
module.exports = { s: "https://journey-config.sls.epilot.io", o: [["getJourneysByOrgId", "get", "/v1/journey/organization/{id}", [["id", "p", true], ["hydrate", "q"]]], ["getJourney", "get", "/v1/journey/configuration/{id}", [["id", "p", true], ["source", "q"], ["orgId", "q"]]], ["removeJourney", "delete", "/v1/journey/configuration/{id}", [["id", "p", true]]], ["getJourneyProducts", "get", "/v1/journey/products/{id}", [["id", "p", true], ["source", "q"], ["postal_code", "q"], ["city", "q"], ["street", "q"], ["street_number", "q"]]], ["createJourney", "post", "/v1/journey/configuration", [["skipAutomation", "q"]], 1], ["updateJourney", "put", "/v1/journey/configuration", null, 1], ["patchUpdateJourney", "patch", "/v1/journey/configuration", null, 1], ["searchJourneys", "post", "/v1/journey/configuration/search", null, 1], ["generateDocument", "post", "/v1/journey/document:generate", null, 1], ["createJourneyV2", "post", "/v2/journey/configuration", [["skipAutomation", "q"]], 1], ["updateJourneyV2", "put", "/v2/journey/configuration", null, 1], ["patchUpdateJourneyV2", "patch", "/v2/journey/configuration", null, 1], ["getJourneyV2", "get", "/v2/journey/configuration/{id}", [["id", "p", true]]], ["removeJourneyV2", "delete", "/v2/journey/configuration/{id}", [["id", "p", true]]], ["getSettingsForJourney", "get", "/v1/journey/{id}/settings", [["id", "p", true]]], ["getButtonOptions", "get", "/v1/journey/button-options", [["fileId", "q", true]]]], v: "3.0.0" };
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
export {
|
|
13
|
+
require_journey_runtime
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__commonJS
|
|
3
|
+
} from "./chunk-YPSWSI3M.js";
|
|
4
|
+
|
|
5
|
+
// src/definitions/entity-runtime.json
|
|
6
|
+
var require_entity_runtime = __commonJS({
|
|
7
|
+
"src/definitions/entity-runtime.json"(exports, module) {
|
|
8
|
+
module.exports = { s: "https://entity.sls.epilot.io", o: [["listSchemas", "get", "/v1/entity/schemas", [["unpublished", "q"], ["exclude", "q", false, "form", false], ["include", "q", false, "form", false]]], ["listSchemasV2", "get", "/v2/entity/schemas", [["full", "q"], ["unpublished", "q"], ["exclude", "q", false, "form", false], ["include", "q", false, "form", false]]], ["getSchema", "get", "/v1/entity/schemas/{slug}", [["EntitySlugPathParam"], ["id", "q"]]], ["putSchema", "put", "/v1/entity/schemas/{slug}", [["EntitySlugPathParam"], ["draft", "q"]], 1], ["deleteSchema", "delete", "/v1/entity/schemas/{slug}", [["EntitySlugPathParam"]]], ["getJsonSchema", "get", "/v1/entity/schemas/{slug}/json/schema", [["EntitySlugPathParam"], ["dereference", "q"]]], ["getSchemaExample", "get", "/v1/entity/schemas/{slug}/json/example", [["EntitySlugPathParam"]]], ["getSchemaVersions", "get", "/v1/entity/schemas/{slug}/versions", [["EntitySlugPathParam"], ["versions_from", "q"], ["versions_size", "q"], ["drafts_from", "q"], ["drafts_size", "q"], ["fields", "q", false, "form", false]]], ["listAvailableCapabilities", "get", "/v1/entity/schemas/{slug}/capabilities/available", [["EntitySlugPathParam"]]], ["listSchemaBlueprints", "get", "/v1/entity/schemas/blueprints"], ["searchEntities", "post", "/v1/entity:search", null, 1], ["listEntities", "post", "/v1/entity:list", null, 1], ["queryEntityGraph", "post", "/v1/entity:graph", null, 1], ["createEntity", "post", "/v1/entity/{slug}", [["EntitySlugPathParam"], ["ActivityIdQueryParam"], ["FillActivityQueryParam"], ["AsyncOperationQueryParam"], ["ValidateEntityQueryParam"]], 1], ["validateEntity", "post", "/v1/entity/{slug}:validate", [["EntitySlugPathPriceParam"]], 1], ["validateEntityV2", "post", "/v2/entity/{slug}:validate", [["EntitySlugPathPriceParam"]], 1], ["upsertEntity", "patch", "/v1/entity/{slug}:upsert", [["EntitySlugPathParam"], ["ActivityIdQueryParam"], ["FillActivityQueryParam"], ["DryRunQueryParam"], ["AsyncOperationQueryParam"], ["ValidateEntityQueryParam"], ["strict", "q"]], 1], ["getEntityV2", "get", "/v2/entity/{slug}/{id}", [["EntityIdPathParam"], ["EntitySlugPathParam"], ["HydrateEntitiesQueryParam"], ["fields", "q", false, "form", false]]], ["restoreEntity", "patch", "/v1/entity/{slug}/{id}:restore", [["EntityIdPathParam"], ["EntitySlugPathParam"], ["ActivityIdQueryParam"]], 1], ["reindexEntity", "post", "/v1/entity/{slug}/{id}:reindex", [["EntityIdPathParam"], ["EntitySlugPathParam"]], 1], ["getEntity", "get", "/v1/entity/{slug}/{id}", [["EntityIdPathParam"], ["EntitySlugPathParam"], ["HydrateEntitiesQueryParam"]]], ["updateEntity", "put", "/v1/entity/{slug}/{id}", [["EntitySlugPathParam"], ["EntityIdPathParam"], ["ActivityIdQueryParam"], ["FillActivityQueryParam"], ["AsyncOperationQueryParam"], ["ValidateEntityQueryParam"]], 1], ["patchEntity", "patch", "/v1/entity/{slug}/{id}", [["EntitySlugPathParam"], ["EntityIdPathParam"], ["ActivityIdQueryParam"], ["FillActivityQueryParam"], ["DryRunQueryParam"], ["AsyncOperationQueryParam"], ["ValidateEntityQueryParam"]], 1], ["deleteEntity", "delete", "/v1/entity/{slug}/{id}", [["EntitySlugPathParam"], ["EntityIdPathParam"], ["ActivityIdQueryParam"], ["purge", "q"]]], ["autocomplete", "get", "/v1/entity:autocomplete", [["input", "q"], ["attribute", "q", true], ["slug", "q"], ["size", "q"]]], ["wipeAllEntities", "post", "/v1/entity:wipeAllEntities", null, 1], ["createActivity", "post", "/v1/entity/activity", [["entities", "q", false, "form", false]], 1], ["getActivity", "get", "/v1/entity/activity/{id}", [["ActivityIdPathParam"], ["operations_size", "q"], ["operations_from", "q"]]], ["attachActivity", "post", "/v1/entity/activity/{id}:attach", [["ActivityIdPathParam"], ["entities", "q", false, "form", false]]], ["getEntityActivityFeed", "get", "/v1/entity/{slug}/{id}/activity", [["EntitySlugPathParam"], ["EntityIdPathParam"], ["after", "q"], ["before", "q"], ["start_date", "q"], ["end_date", "q"], ["preset_range", "q"], ["FromPageQueryParam"], ["size", "q"], ["type", "q", false, "form", false], ["include_relations", "q"], ["exclude_activity_groups", "q"]]], ["getRelations", "get", "/v1/entity/{slug}/{id}/relations", [["EntitySlugPathParam"], ["EntityIdPathParam"], ["HydrateEntitiesQueryParam"], ["IncludeReverseQueryParam"], ["FromPageQueryParam"], ["size", "q"], ["IncludeSchemasQueryParam"], ["ExcludeSchemasQueryParam"]]], ["addRelations", "post", "/v1/entity/{slug}/{id}/relations", [["EntitySlugPathParam"], ["EntityIdPathParam"], ["AsyncOperationQueryParam"], ["ActivityIdQueryParam"]], 1], ["removeRelations", "delete", "/v1/entity/{slug}/{id}/relations", [["EntitySlugPathParam"], ["EntityIdPathParam"], ["AsyncOperationQueryParam"], ["ActivityIdQueryParam"]], 1], ["getRelationsV2", "get", "/v2/entity/{slug}/{id}/relations", [["EntitySlugPathParam"], ["EntityIdPathParam"], ["HydrateEntitiesQueryParam"], ["query", "q"], ["IncludeReverseQueryParam"], ["FromPageQueryParam"], ["size", "q"], ["fields", "q"]]], ["getRelationsV3", "get", "/v3/entity/{slug}/{id}/relations", [["EntitySlugPathParam"], ["EntityIdPathParam"], ["HydrateEntitiesQueryParam"], ["IncludeReverseDeprecatedQueryParam"], ["FromPageQueryParam"], ["size", "q"], ["IncludeSchemasQueryParam"], ["ExcludeSchemasQueryParam"], ["EntityRelationsModeQueryParam"], ["fields", "q"], ["include_deleted", "q"]]], ["getRelatedEntitiesCount", "get", "/v2/entity/{slug}/{id}/relations/count", [["EntitySlugPathParam"], ["EntityIdPathParam"], ["ExcludeSchemasQueryParam"]]], ["updateRelation", "put", "/v1/entity/{slug}/{id}/relations/{attribute}/{entity_id}", [["EntitySlugPathParam"], ["EntityIdPathParam"], ["attribute", "p", true], ["entity_id", "p", true], ["AsyncOperationQueryParam"], ["ActivityIdQueryParam"]], 1], ["deleteRelation", "delete", "/v1/entity/{slug}/{id}/relations/{attribute}/{entity_id}", [["EntitySlugPathParam"], ["EntityIdPathParam"], ["attribute", "p", true], ["entity_id", "p", true], ["AsyncOperationQueryParam"], ["ActivityIdQueryParam"]]], ["exportEntities", "post", "/v1/entity:export", [["job_id", "q"], ["is_template", "q"], ["language", "q"]], 1], ["importEntities", "post", "/v1/entity:import", [["job_id", "q"]], 1], ["listSavedViews", "get", "/v1/entity/views", [["slug", "q"], ["sort", "q"], ["from", "q"], ["size", "q"], ["fields", "q"]]], ["createSavedView", "post", "/v1/entity/view", null, 1], ["getSavedView", "get", "/v1/entity/view/{id}", [["SavedViewIdPathParam"]]], ["updateSavedView", "put", "/v1/entity/view/{id}", [["SavedViewIdPathParam"]], 1], ["patchSavedView", "patch", "/v1/entity/view/{id}", [["SavedViewIdPathParam"]], 1], ["deleteSavedView", "delete", "/v1/entity/view/{id}", [["SavedViewIdPathParam"]]], ["listFavoriteViewsForUser", "get", "/v1/entity/views/favorites"], ["listTaxonomies", "get", "/v1/entity/taxonomies", [["include_disabled", "q"], ["type", "q"]]], ["createTaxonomy", "post", "/v1/entity/taxonomies", null, 1], ["getTaxonomy", "get", "/v1/entity/taxonomies/{taxonomySlug}", [["TaxonomySlugPathParam"]]], ["updateTaxonomy", "put", "/v1/entity/taxonomies/{taxonomySlug}", [["TaxonomySlugPathParam"]], 1], ["deleteTaxonomy", "delete", "/v1/entity/taxonomies/{taxonomySlug}", [["TaxonomySlugPathParam"], ["permanent", "q"]]], ["updateClassificationsForTaxonomy", "post", "/v1/entity/taxonomies/{taxonomySlug}/classifications", [["TaxonomySlugPathParam"]], 1], ["createTaxonomyClassification", "post", "/v2/entity/taxonomies/classifications", null, 1], ["getTaxonomyClassification", "get", "/v2/entity/taxonomies/classifications/{classificationSlug}", [["TaxonomyClassificationSlugPathParam"]]], ["updateTaxonomyClassification", "put", "/v2/entity/taxonomies/classifications/{classificationSlug}", [["TaxonomyClassificationSlugPathParam"]], 1], ["deleteTaxonomyClassification", "delete", "/v2/entity/taxonomies/classifications/{classificationSlug}", [["TaxonomyClassificationSlugPathParam"]]], ["taxonomyAutocomplete", "get", "/v1/entity/taxonomies/{taxonomySlug}:autocomplete", [["TaxonomySlugPathParam"], ["query", "q"], ["size", "q"]]], ["taxonomiesClassificationsSearch", "post", "/v1/entity/taxonomies/classifications:search", [["taxonomySlug", "q"], ["query", "q"], ["archived", "q"], ["include_archived", "q"]], 1], ["listTaxonomyClassificationsForSchema", "get", "/v1/entity/schemas/{slug}/taxonomy/{taxonomySlug}", [["EntitySlugPathParam"], ["TaxonomySlugPathParam"], ["query", "q"], ["size", "q"]]], ["getTaxonomyBulkActionJobs", "get", "/v1/entity/taxonomies/bulk-jobs", [["status", "q"], ["size", "q"], ["created_after", "q"], ["sort_pending_first", "q"], ["scope", "q"]]], ["getTaxonomyBulkActionJobById", "get", "/v1/entity/taxonomies/bulk-jobs/{job_id}", [["job_id", "p", true]]], ["cancelBulkAction", "post", "/v1/entity/taxonomies/bulk-jobs/{job_id}/cancel", [["job_id", "p", true]]], ["bulkMoveClassifications", "post", "/v1/entity/taxonomies/classifications:move", null, 1], ["bulkMergeClassifications", "post", "/v1/entity/taxonomies/classifications:merge", null, 1], ["bulkDeleteClassifications", "post", "/v1/entity/taxonomies/classifications:delete", null, 1], ["createSchemaAttribute", "post", "/v1/entity/schemas/attributes", null, 1], ["getSchemaAttribute", "get", "/v1/entity/schemas/attributes/{composite_id}", [["composite_id", "p", true]]], ["putSchemaAttribute", "put", "/v1/entity/schemas/attributes/{composite_id}", [["composite_id", "p", true]], 1], ["deleteSchemaAttribute", "delete", "/v1/entity/schemas/attributes/{composite_id}", [["composite_id", "p", true]]], ["createSchemaCapability", "post", "/v1/entity/schemas/capabilities", null, 1], ["getSchemaCapability", "get", "/v1/entity/schemas/capabilities/{composite_id}", [["composite_id", "p", true]]], ["putSchemaCapability", "put", "/v1/entity/schemas/capabilities/{composite_id}", [["composite_id", "p", true]], 1], ["deleteSchemaCapability", "delete", "/v1/entity/schemas/capabilities/{composite_id}", [["composite_id", "p", true]]], ["createSchemaGroup", "post", "/v1/entity/schemas/group", null, 1], ["getSchemaGroup", "get", "/v1/entity/schemas/group/{composite_id}", [["composite_id", "p", true]]], ["putSchemaGroup", "put", "/v1/entity/schemas/group/{composite_id}", [["composite_id", "p", true]], 1], ["deleteSchemaGroup", "delete", "/v1/entity/schemas/group/{composite_id}", [["composite_id", "p", true]]], ["createSchemaGroupHeadline", "post", "/v1/entity/schemas/headline", null, 1], ["getSchemaGroupHeadline", "get", "/v1/entity/schemas/headline/{composite_id}", [["composite_id", "p", true]]], ["putSchemaGroupHeadline", "put", "/v1/entity/schemas/headline/{composite_id}", [["composite_id", "p", true]], 1], ["deleteSchemaGroupHeadline", "delete", "/v1/entity/schemas/headline/{composite_id}", [["composite_id", "p", true]]]], cp: { EntityIdPathParam: ["id", "p", true], EntitySlugPathParam: ["slug", "p", true], EntitySlugPathPriceParam: ["slug", "p", true], TaxonomySlugQueryParam: ["taxonomySlug", "q", true], TaxonomySlugPathParam: ["taxonomySlug", "p", true], TaxonomySlugQueryParamOptional: ["taxonomySlug", "q"], TaxonomyClassificationSlugPathParam: ["classificationSlug", "p", true], SavedViewIdPathParam: ["id", "p", true], AsyncOperationQueryParam: ["async", "q"], HydrateEntitiesQueryParam: ["hydrate", "q"], ActivityIdQueryParam: ["activity_id", "q"], ActivityIdPathParam: ["id", "p", true], FromPageQueryParam: ["from", "q"], IncludeReverseDeprecatedQueryParam: ["include_reverse", "q"], IncludeReverseQueryParam: ["include_reverse", "q"], IncludeSchemasQueryParam: ["include_schemas", "q", false, "form", false], ExcludeSchemasQueryParam: ["exclude_schemas", "q", false, "form", false], EntityRelationsModeQueryParam: ["mode", "q"], DryRunQueryParam: ["dry_run", "q"], FillActivityQueryParam: ["fill_activity", "q"], ValidateEntityQueryParam: ["validate", "q"] } };
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
export {
|
|
13
|
+
require_entity_runtime
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__commonJS
|
|
3
|
+
} from "./chunk-YPSWSI3M.js";
|
|
4
|
+
|
|
5
|
+
// src/definitions/notification-runtime.json
|
|
6
|
+
var require_notification_runtime = __commonJS({
|
|
7
|
+
"src/definitions/notification-runtime.json"(exports, module) {
|
|
8
|
+
module.exports = { s: "https://notification.sls.epilot.io", o: [["getNotificationsV2", "get", "/v2/notification/notifications", [["cursor", "q"], ["after_id", "q"], ["limit", "q"]]], ["createNotification", "post", "/v1/notification/notifications", null, 1], ["getNotifications", "get", "/v1/notification/notifications", [["after_id", "q"], ["limit", "q"], ["no_hydrate", "q"]]], ["getNotification", "get", "/v1/notification/notifications/{id}", [["id", "p", true]]], ["markAllAsRead", "put", "/v1/notification/notifications/mark"], ["markAsRead", "put", "/v1/notification/notifications/{id}/mark", [["id", "p", true]]], ["getTotalUnread", "get", "/v1/notification/unreads"], ["listNotificationTemplates", "get", "/v1/notification/templates", [["q", "q"], ["from", "q"], ["size", "q"], ["sort", "q"], ["fields", "q"], ["hydrate", "q"]]], ["createNotificationTemplate", "post", "/v1/notification/templates", null, 1], ["getNotificationTemplate", "get", "/v1/notification/templates/{id}", [["TemplateIdPathParam"]]], ["updateNotificationTemplate", "put", "/v1/notification/templates/{id}", [["TemplateIdPathParam"]], 1], ["patchNotificationTemplate", "patch", "/v1/notification/templates/{id}", [["TemplateIdPathParam"]], 1], ["deleteNotificationTemplate", "delete", "/v1/notification/templates/{id}", [["TemplateIdPathParam"]]], ["sendPreview", "post", "/v1/notification/templates/send-preview", null, 1]], v: "3.0.3", cp: { TemplateIdPathParam: ["id", "p", true] } };
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
export {
|
|
13
|
+
require_notification_runtime
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__commonJS
|
|
3
|
+
} from "./chunk-YPSWSI3M.js";
|
|
4
|
+
|
|
5
|
+
// src/definitions/webhooks-runtime.json
|
|
6
|
+
var require_webhooks_runtime = __commonJS({
|
|
7
|
+
"src/definitions/webhooks-runtime.json"(exports, module) {
|
|
8
|
+
module.exports = { s: "https://webhooks.sls.epilot.io", o: [["getPublicKey", "get", "/v1/webhooks/.well-known/public-key", [["orgId", "q", true]]], ["getConfiguredEvents", "get", "/v1/webhooks/configured-events"], ["getConfigs", "get", "/v1/webhooks/configs", [["eventName", "q"]]], ["createConfig", "post", "/v1/webhooks/configs", null, 1], ["getConfig", "get", "/v1/webhooks/configs/{configId}", [["configId", "p", true]]], ["updateConfig", "put", "/v1/webhooks/configs/{configId}", [["configId", "p", true]], 1], ["deleteConfig", "delete", "/v1/webhooks/configs/{configId}", [["configId", "p", true]]], ["triggerWebhook", "post", "/v1/webhooks/configs/{configId}/trigger", [["sync", "q"], ["configId", "p", true]], 1], ["getWehookEvents", "get", "/v1/webhooks/configs/{configId}/events", [["configId", "p", true], ["status", "q"], ["cursor", "q"]]], ["batchReplayEvents", "post", "/v1/webhooks/configs/{configId}/events/replay-batch", [["configId", "p", true]], 1], ["getEventById", "get", "/v1/webhooks/configs/{configId}/events/{eventId}", [["configId", "p", true], ["eventId", "p", true]]], ["replayEvent", "post", "/v1/webhooks/configs/{configId}/events/{eventId}/replay", [["configId", "p", true], ["eventId", "p", true]]], ["getWebhookExample", "post", "/v1/webhooks/configs/{configId}/example", [["configId", "p", true]], 1], ["getWebhookEventsV2", "post", "/v2/webhooks/configs/{configId}/events", [["configId", "p", true]], 1]], v: "3.0.0" };
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
export {
|
|
13
|
+
require_webhooks_runtime
|
|
14
|
+
};
|