@epilot/sdk 2.8.0-rc.0 → 2.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +0 -1
- package/definitions/automation.json +120 -0
- package/definitions/blueprint-manifest-runtime.json +1 -1
- package/definitions/blueprint-manifest.json +744 -20
- package/definitions/customer-portal-runtime.json +1 -1
- package/definitions/customer-portal.json +317 -26
- package/definitions/design.json +51 -1
- package/definitions/event-catalog-runtime.json +1 -1
- package/definitions/event-catalog.json +168 -12
- package/definitions/file-runtime.json +1 -1
- package/definitions/file.json +152 -4
- package/definitions/integration-toolkit-runtime.json +1 -1
- package/definitions/integration-toolkit.json +782 -13
- package/definitions/notes-runtime.json +1 -1
- package/definitions/notes.json +123 -1
- package/definitions/pricing.json +224 -406
- package/definitions/targeting-runtime.json +1 -1
- package/definitions/targeting.json +257 -7
- package/definitions/webhooks.json +31 -0
- package/dist/README-46VYEGGW.js +7 -0
- package/dist/README-IVBISSWB.cjs +7 -0
- package/dist/{_index-YTOJUFGD.js → _index-5FB6F5YY.js} +0 -3
- package/dist/{_index-HTUXYSTD.cjs → _index-DB2VV4PQ.cjs} +1 -4
- package/dist/apis/access-token.cjs +6 -6
- package/dist/apis/access-token.js +1 -1
- package/dist/apis/address-suggestions.cjs +6 -6
- package/dist/apis/address-suggestions.js +1 -1
- package/dist/apis/address.cjs +6 -6
- package/dist/apis/address.js +1 -1
- package/dist/apis/ai-agents.cjs +6 -6
- package/dist/apis/ai-agents.js +1 -1
- package/dist/apis/app.cjs +6 -6
- package/dist/apis/app.js +1 -1
- package/dist/apis/audit-logs.cjs +6 -6
- package/dist/apis/audit-logs.js +1 -1
- package/dist/apis/automation.cjs +6 -6
- package/dist/apis/automation.d.cts +2 -2
- package/dist/apis/automation.d.ts +2 -2
- package/dist/apis/automation.js +1 -1
- package/dist/apis/billing.cjs +6 -6
- package/dist/apis/billing.js +1 -1
- package/dist/apis/blueprint-manifest.cjs +8 -8
- package/dist/apis/blueprint-manifest.d.cts +2 -2
- package/dist/apis/blueprint-manifest.d.ts +2 -2
- package/dist/apis/blueprint-manifest.js +2 -2
- package/dist/apis/calendar.cjs +6 -6
- package/dist/apis/calendar.js +1 -1
- package/dist/apis/configuration-hub.cjs +6 -6
- package/dist/apis/configuration-hub.js +1 -1
- package/dist/apis/consent.cjs +6 -6
- package/dist/apis/consent.js +1 -1
- package/dist/apis/customer-portal.cjs +8 -8
- package/dist/apis/customer-portal.d.cts +2 -2
- package/dist/apis/customer-portal.d.ts +2 -2
- package/dist/apis/customer-portal.js +2 -2
- package/dist/apis/dashboard.cjs +6 -6
- package/dist/apis/dashboard.js +1 -1
- package/dist/apis/data-governance.cjs +6 -6
- package/dist/apis/data-governance.js +1 -1
- package/dist/apis/deduplication.cjs +6 -6
- package/dist/apis/deduplication.js +1 -1
- package/dist/apis/design.cjs +6 -6
- package/dist/apis/design.d.cts +2 -2
- package/dist/apis/design.d.ts +2 -2
- package/dist/apis/design.js +1 -1
- package/dist/apis/document.cjs +6 -6
- package/dist/apis/document.js +1 -1
- package/dist/apis/email-settings.cjs +6 -6
- package/dist/apis/email-settings.js +1 -1
- package/dist/apis/email-template.cjs +6 -6
- package/dist/apis/email-template.js +1 -1
- package/dist/apis/entity-mapping.cjs +6 -6
- package/dist/apis/entity-mapping.js +1 -1
- package/dist/apis/entity.cjs +6 -6
- package/dist/apis/entity.js +1 -1
- package/dist/apis/environments.cjs +6 -6
- package/dist/apis/environments.js +1 -1
- package/dist/apis/event-catalog.cjs +8 -8
- package/dist/apis/event-catalog.d.cts +2 -2
- package/dist/apis/event-catalog.d.ts +2 -2
- package/dist/apis/event-catalog.js +2 -2
- package/dist/apis/file.cjs +8 -8
- package/dist/apis/file.d.cts +2 -2
- package/dist/apis/file.d.ts +2 -2
- package/dist/apis/file.js +2 -2
- package/dist/apis/iban.cjs +6 -6
- package/dist/apis/iban.js +1 -1
- package/dist/apis/integration-toolkit.cjs +8 -8
- package/dist/apis/integration-toolkit.d.cts +2 -2
- package/dist/apis/integration-toolkit.d.ts +2 -2
- package/dist/apis/integration-toolkit.js +2 -2
- package/dist/apis/journey.cjs +6 -6
- package/dist/apis/journey.js +1 -1
- package/dist/apis/kanban.cjs +6 -6
- package/dist/apis/kanban.js +1 -1
- package/dist/apis/message.cjs +6 -6
- package/dist/apis/message.js +1 -1
- package/dist/apis/metering.cjs +6 -6
- package/dist/apis/metering.js +1 -1
- package/dist/apis/notes.cjs +8 -8
- package/dist/apis/notes.d.cts +2 -2
- package/dist/apis/notes.d.ts +2 -2
- package/dist/apis/notes.js +2 -2
- package/dist/apis/notification.cjs +6 -6
- package/dist/apis/notification.js +1 -1
- package/dist/apis/organization.cjs +6 -6
- package/dist/apis/organization.js +1 -1
- package/dist/apis/partner-directory.cjs +6 -6
- package/dist/apis/partner-directory.js +1 -1
- package/dist/apis/permissions.cjs +6 -6
- package/dist/apis/permissions.js +1 -1
- package/dist/apis/pricing-tier.cjs +6 -6
- package/dist/apis/pricing-tier.js +1 -1
- package/dist/apis/pricing.cjs +6 -6
- package/dist/apis/pricing.d.cts +2 -2
- package/dist/apis/pricing.d.ts +2 -2
- package/dist/apis/pricing.js +1 -1
- package/dist/apis/purpose.cjs +6 -6
- package/dist/apis/purpose.js +1 -1
- package/dist/apis/query.cjs +6 -6
- package/dist/apis/query.js +1 -1
- package/dist/apis/sandbox.cjs +6 -6
- package/dist/apis/sandbox.js +1 -1
- package/dist/apis/sharing.cjs +6 -6
- package/dist/apis/sharing.js +1 -1
- package/dist/apis/submission.cjs +6 -6
- package/dist/apis/submission.js +1 -1
- package/dist/apis/target.cjs +6 -6
- package/dist/apis/target.js +1 -1
- package/dist/apis/targeting.cjs +8 -8
- package/dist/apis/targeting.d.cts +2 -2
- package/dist/apis/targeting.d.ts +2 -2
- package/dist/apis/targeting.js +2 -2
- package/dist/apis/template-variables.cjs +6 -6
- package/dist/apis/template-variables.js +1 -1
- package/dist/apis/user.cjs +6 -6
- package/dist/apis/user.js +1 -1
- package/dist/apis/validation-rules.cjs +6 -6
- package/dist/apis/validation-rules.js +1 -1
- package/dist/apis/webhooks.cjs +6 -6
- package/dist/apis/webhooks.d.cts +2 -2
- package/dist/apis/webhooks.d.ts +2 -2
- package/dist/apis/webhooks.js +1 -1
- package/dist/apis/workflow-definition.cjs +6 -6
- package/dist/apis/workflow-definition.js +1 -1
- package/dist/apis/workflow.cjs +6 -6
- package/dist/apis/workflow.js +1 -1
- package/dist/automation-S6NFS5KU.cjs +7 -0
- package/dist/automation-W75XZG7B.js +7 -0
- package/dist/{automation.d-Du6-uiz5.d.cts → automation.d-DS_YXDE8.d.cts} +300 -1
- package/dist/{automation.d-Du6-uiz5.d.ts → automation.d-DS_YXDE8.d.ts} +300 -1
- package/dist/blueprint-manifest-6DEYW5MW.js +7 -0
- package/dist/blueprint-manifest-GCV7H74X.cjs +7 -0
- package/dist/{blueprint-manifest-runtime-QN2IECSA.cjs → blueprint-manifest-runtime-EIDOROIQ.cjs} +2 -2
- package/dist/{blueprint-manifest-runtime-5UN52LW5.js → blueprint-manifest-runtime-FRLU3ZSF.js} +1 -1
- package/dist/{blueprint-manifest.d-BPyzoR0X.d.ts → blueprint-manifest.d-B8yDxagC.d.cts} +572 -6
- package/dist/{blueprint-manifest.d-BPyzoR0X.d.cts → blueprint-manifest.d-B8yDxagC.d.ts} +572 -6
- package/dist/chunk-4M5V6BIT.cjs +14 -0
- package/dist/chunk-4YBWMDFP.js +14 -0
- package/dist/{chunk-KJPOUJBU.cjs → chunk-5ZXGKLB6.cjs} +1 -1
- package/dist/{chunk-PTEJYAYJ.js → chunk-774ASAAH.js} +1 -1
- package/dist/{chunk-WM74R3BD.js → chunk-7V7ECXTZ.js} +1 -1
- package/dist/{chunk-54KWFSCM.js → chunk-ALMZO57K.js} +21 -23
- package/dist/chunk-FDS727SL.cjs +14 -0
- package/dist/{chunk-4FFGRWLS.cjs → chunk-I53TWOTX.cjs} +1 -1
- package/dist/chunk-LSPXLT3A.js +14 -0
- package/dist/chunk-M4FO2MI4.js +14 -0
- package/dist/chunk-MCK2QUSD.cjs +14 -0
- package/dist/chunk-NGHCQ2FA.cjs +14 -0
- package/dist/chunk-RDVFQOCQ.js +14 -0
- package/dist/{chunk-RW5JOHG7.js → chunk-WIQXF7DD.js} +1 -1
- package/dist/{chunk-F5Z6I7TF.cjs → chunk-WPBRWQPL.cjs} +21 -23
- package/dist/{chunk-M2SSGV7K.cjs → chunk-ZOQUGWQL.cjs} +1 -1
- package/dist/customer-portal-4DXHY42V.js +7 -0
- package/dist/customer-portal-5OSGSYGF.cjs +7 -0
- package/dist/{customer-portal-runtime-IYHJ3RME.cjs → customer-portal-runtime-HA6CPWB4.cjs} +2 -2
- package/dist/{customer-portal-runtime-ZYU3WIXY.js → customer-portal-runtime-TDHV2YVY.js} +1 -1
- package/dist/{customer-portal.d-CTTCBAZI.d.cts → customer-portal.d-BRwiQehb.d.cts} +763 -31
- package/dist/{customer-portal.d-CTTCBAZI.d.ts → customer-portal.d-BRwiQehb.d.ts} +763 -31
- package/dist/data-governance-2U5UU4GM.cjs +7 -0
- package/dist/data-governance-36Y33JVG.js +7 -0
- package/dist/design-DUFBH5ZB.js +7 -0
- package/dist/design-W3D3UPGB.cjs +7 -0
- package/dist/{design.d-BRre8iLg.d.ts → design.d-DzSDu8cy.d.cts} +41 -3
- package/dist/{design.d-BRre8iLg.d.cts → design.d-DzSDu8cy.d.ts} +41 -3
- package/dist/event-catalog-3YOQ46ZW.js +7 -0
- package/dist/event-catalog-HLWUT7RM.cjs +7 -0
- package/dist/{event-catalog-runtime-N262TQ3Y.js → event-catalog-runtime-JUSLF3UR.js} +1 -1
- package/dist/{event-catalog-runtime-B2BPKQVG.cjs → event-catalog-runtime-RH7542GL.cjs} +2 -2
- package/dist/{event-catalog.d-mQJLSYUo.d.ts → event-catalog.d-CXbUn8T1.d.cts} +199 -36
- package/dist/{event-catalog.d-mQJLSYUo.d.cts → event-catalog.d-CXbUn8T1.d.ts} +199 -36
- package/dist/file-2MSILSPP.cjs +7 -0
- package/dist/file-JVFTT5RZ.js +7 -0
- package/dist/file-runtime-7AWKNQU6.cjs +5 -0
- package/dist/{file-runtime-BIRMXYRH.js → file-runtime-DKGFS44O.js} +1 -1
- package/dist/{file.d-DTlrbI40.d.cts → file.d-BjlMgTwj.d.cts} +218 -5
- package/dist/{file.d-DTlrbI40.d.ts → file.d-BjlMgTwj.d.ts} +218 -5
- package/dist/index.cjs +27 -35
- package/dist/index.d.cts +56 -58
- package/dist/index.d.ts +56 -58
- package/dist/index.js +16 -24
- package/dist/integration-toolkit-27Z3VZBZ.cjs +7 -0
- package/dist/integration-toolkit-NRLZZFVS.js +7 -0
- package/dist/{integration-toolkit-runtime-YHTU4X5J.cjs → integration-toolkit-runtime-FY7QVFL6.cjs} +2 -2
- package/dist/{integration-toolkit-runtime-YR4CIMKH.js → integration-toolkit-runtime-HCJ5QLCR.js} +1 -1
- package/dist/{integration-toolkit.d-BstNqiJb.d.cts → integration-toolkit.d-BW9RK5G-.d.cts} +1672 -27
- package/dist/{integration-toolkit.d-BstNqiJb.d.ts → integration-toolkit.d-BW9RK5G-.d.ts} +1672 -27
- package/dist/js-yaml-DLCVPJ7G.js +0 -0
- package/dist/notes-6JESMRLW.js +7 -0
- package/dist/notes-SLEUSNP4.cjs +7 -0
- package/dist/{notes-runtime-CVNAVKPP.js → notes-runtime-I4SWR3PZ.js} +1 -1
- package/dist/notes-runtime-YWTRRNH5.cjs +5 -0
- package/dist/{notes.d-BcV_m5fe.d.cts → notes.d-rbcyHfiB.d.cts} +101 -3
- package/dist/{notes.d-BcV_m5fe.d.ts → notes.d-rbcyHfiB.d.ts} +101 -3
- package/dist/pricing-5Y7TZHMR.js +7 -0
- package/dist/pricing-BJUABPHU.cjs +7 -0
- package/dist/{pricing.d-BHpMU4KU.d.cts → pricing.d-gPt5L7wp.d.cts} +151 -280
- package/dist/{pricing.d-BHpMU4KU.d.ts → pricing.d-gPt5L7wp.d.ts} +151 -280
- package/dist/targeting-DAFJBPIZ.cjs +7 -0
- package/dist/targeting-TGPCRRI6.js +7 -0
- package/dist/{targeting-runtime-M2VSTKFT.js → targeting-runtime-D5YUPZQM.js} +1 -1
- package/dist/{targeting-runtime-6JFMP262.cjs → targeting-runtime-MLMOM7CK.cjs} +2 -2
- package/dist/{targeting.d-BNmcVsNS.d.cts → targeting.d-DxHQbn7-.d.cts} +197 -3
- package/dist/{targeting.d-BNmcVsNS.d.ts → targeting.d-DxHQbn7-.d.ts} +197 -3
- package/dist/webhooks-6CUXSTPH.cjs +7 -0
- package/dist/webhooks-DTNKNJEN.js +7 -0
- package/dist/{webhooks.d-ByePoUWs.d.cts → webhooks.d-DKZOMj1P.d.cts} +37 -0
- package/dist/{webhooks.d-ByePoUWs.d.ts → webhooks.d-DKZOMj1P.d.ts} +37 -0
- package/docs/automation.md +180 -37
- package/docs/blueprint-manifest.md +728 -68
- package/docs/customer-portal.md +465 -56
- package/docs/data-governance.md +17 -17
- package/docs/design.md +80 -3
- package/docs/event-catalog.md +126 -13
- package/docs/file.md +113 -0
- package/docs/integration-toolkit.md +488 -19
- package/docs/notes.md +47 -1
- package/docs/pricing.md +290 -219
- package/docs/targeting.md +158 -4
- package/docs/webhooks.md +11 -2
- package/package.json +11 -21
- package/definitions/focus-pocus-runtime.json +0 -1
- package/definitions/focus-pocus.json +0 -757
- package/dist/README-37TXN4EL.cjs +0 -7
- package/dist/README-Z2WITBOR.js +0 -7
- package/dist/apis/focus-pocus.cjs +0 -38
- package/dist/apis/focus-pocus.d.cts +0 -18
- package/dist/apis/focus-pocus.d.ts +0 -18
- package/dist/apis/focus-pocus.js +0 -38
- package/dist/automation-BMO7ZFTN.cjs +0 -7
- package/dist/automation-MEZTSUR3.js +0 -7
- package/dist/blueprint-manifest-DBEY5PPI.js +0 -7
- package/dist/blueprint-manifest-IEQ6YBY7.cjs +0 -7
- package/dist/chunk-3APTSPY4.js +0 -14
- package/dist/chunk-5WNEYQII.cjs +0 -14
- package/dist/chunk-A6FYGWQ7.cjs +0 -14
- package/dist/chunk-BTTPWE2P.js +0 -14
- package/dist/chunk-CBDKPGO5.cjs +0 -14
- package/dist/chunk-L544VG3B.cjs +0 -14
- package/dist/chunk-O2YVXGPZ.js +0 -14
- package/dist/chunk-OCMIXJWC.js +0 -14
- package/dist/chunk-OPXGJKZR.cjs +0 -14
- package/dist/chunk-P42Q6HOW.js +0 -14
- package/dist/customer-portal-DR6XFCTQ.js +0 -7
- package/dist/customer-portal-PNFBVIAH.cjs +0 -7
- package/dist/data-governance-QYFHBCNB.cjs +0 -7
- package/dist/data-governance-YS2NA6W4.js +0 -7
- package/dist/design-EWZQZ5KX.js +0 -7
- package/dist/design-MUUYXB2J.cjs +0 -7
- package/dist/event-catalog-37B6JC7G.js +0 -7
- package/dist/event-catalog-5JBHJJ2I.cjs +0 -7
- package/dist/file-P2FUUER2.js +0 -7
- package/dist/file-XTY74SIX.cjs +0 -7
- package/dist/file-runtime-24S3QPA7.cjs +0 -5
- package/dist/focus-pocus-JGXH42OF.cjs +0 -7
- package/dist/focus-pocus-XVDVUYL6.js +0 -7
- package/dist/focus-pocus-runtime-QXBBYVX7.js +0 -5
- package/dist/focus-pocus-runtime-X6GQ3WI4.cjs +0 -5
- package/dist/focus-pocus.d-BRFGe53G.d.cts +0 -489
- package/dist/focus-pocus.d-BRFGe53G.d.ts +0 -489
- package/dist/integration-toolkit-3I3IPVFN.cjs +0 -7
- package/dist/integration-toolkit-XAFQXNQY.js +0 -7
- package/dist/notes-K2IIFCX3.cjs +0 -7
- package/dist/notes-Q7JGS7O3.js +0 -7
- package/dist/notes-runtime-E3YYF74V.cjs +0 -5
- package/dist/pricing-R5ENSVPQ.cjs +0 -7
- package/dist/pricing-X27CCRI6.js +0 -7
- package/dist/targeting-74BV7F7H.cjs +0 -7
- package/dist/targeting-W5EKJYR2.js +0 -7
- package/dist/webhooks-NZHJBT64.js +0 -7
- package/dist/webhooks-SK2STDKR.cjs +0 -7
- package/docs/focus-pocus.md +0 -460
|
@@ -1,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 '../customer-portal.d-
|
|
4
|
-
export { A as AcceptanceDecision, c as AccountExistsRequest, d as ActionLabel, e as ActionWidget, f as Activity, g as ActivityCallerContext, h as ActivityId, i as ActivityItem, j as
|
|
3
|
+
import { C as Client } from '../customer-portal.d-BRwiQehb.js';
|
|
4
|
+
export { A as AcceptanceDecision, c as AccountExistsRequest, d as ActionLabel, e as ActionWidget, f as Activity, g as ActivityCallerContext, h as ActivityId, i as ActivityItem, j as AdditionalContactAttribute, k as AdminUser, l as AllowedFileExtensions, m as AttributeMappingConfig, n as AuthConfig, B as Balance, o as BaseBillingEvent, p as BaseEntity, q as BillingAccount, r as BillingEvent, s as Block, t as BlockId, u as BlockProps, v as BlockRequest, w as BlockType, x as BusinessPartnerItem, y as CampaignWidget, z as CommonConfigAttributes, D as CommonConfigAttributesV3, a as Components, E as Contact, F as ContactCountRequest, G as ContactExistsRequest, H as ContentWidget, I as ContextEntities, J as ContextEntity, K as Contract, L as ContractIdentifier, M as CreateUserRequest, N as Currency, Q as DataRetrievalItem, R as DeleteEntityFile, S as Direction, T as DocumentWidget, U as DomainSettings, V as EmailTemplates, W as Entity, X as EntityEditRule, Y as EntityFileCount, Z as EntityGetParams, _ as EntityId, $ as EntityItem, a0 as EntityMatchingConfig, a1 as EntityResponse, a2 as EntityResponseGroupedWithHits, a3 as EntityResponseWithHits, a4 as EntitySearchParams, a5 as EntitySlug, a6 as EntitySlugConfig, a7 as EntityTemplates, a8 as EntityWidget, a9 as ErrorResp, aa as Exists, ab as Extension, ac as ExtensionAuthBlock, ad as ExtensionConfig, ae as ExtensionHook, af as ExtensionHookConsumptionDataRetrieval, ag as ExtensionHookContractIdentification, ah as ExtensionHookCostDataRetrieval, ai as ExtensionHookDataExport, aj as ExtensionHookMeterReadingPlausibilityCheck, ak as ExtensionHookPriceDataRetrieval, al as ExtensionHookRegistrationIdentifiersCheck, am as ExtensionHookSelection, an as ExtensionHookVisualizationMetadata, ao as ExtensionSeamlessLink, ap as ExternalLink, aq as ExtraSchemaAttributes, ar as FailedRuleErrorResp, as as File, at as FileItem, au as Grant, av as IdentifierAttribute, aw as InstallmentEvent, ax as JourneyActions, ay as JuiceSettings, az as Meter, aA as MeterChartWidget, aB as MeterReading, aC as MeterReadingPhoto, aD as MeterReadingPhotoData, aE as MeterReadingWidget, aF as MoblieOIDCConfig, aG as OIDCProviderConfig, aH as OIDCProviderMetadata, O as OperationMethods, aI as Opportunity, aJ as Order, aK as OrganizationSettings, aL as Origin, aM as Page, aN as PageRequest, P as Paths, b as PathsDictionary, aO as PaymentWidget, aP as PortalConfig, aQ as PortalConfigV3, aR as PortalId, aS as PortalUser, aT as PortalUserRegistrationStatus, aU as PortalWidget, aV as Product, aW as ProductRecommendationsWidget, aX as ProviderConfig, aY as ProviderDisplayName, aZ as ProviderPublicConfig, a_ as ProviderSlug, a$ as PublicAppDetails, b0 as PublicContractIdentificationDetails, b1 as PublicDataRetrievalHookDetails, b2 as PublicExtensionCapabilities, b3 as PublicExtensionDetails, b4 as PublicMeterReadingPlausibilityCheckDetails, b5 as ReadBy, b6 as ReadingStatus, b7 as Reason, b8 as RegistrationIdentifier, b9 as ReimbursementEvent, ba as Rule, bb as SAMLProviderConfig, bc as SSOCallbackRequest, bd as SSOCallbackResponse, be as SSOLoginToken, bf as SaveEntityFile, bg as SavePortalFile, bh as Schema, bi as SearchIncludes, bj as SecureProxyConfig, bk as Source, bl as SwappableConfig, bm as TariffType, bn as TeaserWidget, bo as TriggerPortalFlow, bp as UpdateOnlyPortalConfigAttributes, bq as UpsertPortalConfig, br as UpsertPortalConfigV3, bs as UpsertPortalWidget, bt as UserRequest, bu as VisualizationDataRange, bv as VisualizationMetadata, bw as VisualizationTypeOption, bx as WidgetAction, by as WidgetBase, bz as WorfklowIdentifier, bA as WorkflowExecution, bB as WorkflowStep } from '../customer-portal.d-BRwiQehb.js';
|
|
5
5
|
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
6
|
import 'axios';
|
|
7
7
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
require_customer_portal_runtime
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-774ASAAH.js";
|
|
4
4
|
import {
|
|
5
5
|
authorize,
|
|
6
6
|
createApiClient,
|
|
7
7
|
createApiHandle,
|
|
8
8
|
expand
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-ALMZO57K.js";
|
|
10
10
|
import "../chunk-YPSWSI3M.js";
|
|
11
11
|
|
|
12
12
|
// src/apis/customer-portal.ts
|
package/dist/apis/dashboard.cjs
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkM2UDF7PYcjs = require('../chunk-M2UDF7PY.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkWPBRWQPLcjs = require('../chunk-WPBRWQPL.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/dashboard.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkM2UDF7PYcjs.require_dashboard_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkWPBRWQPLcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
16
16
|
};
|
|
17
17
|
var _instance = null;
|
|
18
18
|
var resolve = () => {
|
|
19
19
|
if (!_instance) {
|
|
20
20
|
const def = loadDefinition();
|
|
21
|
-
_instance =
|
|
21
|
+
_instance = _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: def, apiName: "dashboard" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkWPBRWQPLcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "dashboard" }),
|
|
28
28
|
apiName: "dashboard"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var dashboard = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.authorize =
|
|
38
|
+
exports.authorize = _chunkWPBRWQPLcjs.authorize; exports.createClient = createClient; exports.dashboard = dashboard; exports.getClient = getClient;
|
package/dist/apis/dashboard.js
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkZL6KDJFTcjs = require('../chunk-ZL6KDJFT.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkWPBRWQPLcjs = require('../chunk-WPBRWQPL.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/data-governance.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkZL6KDJFTcjs.require_data_governance_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkWPBRWQPLcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
16
16
|
};
|
|
17
17
|
var _instance = null;
|
|
18
18
|
var resolve = () => {
|
|
19
19
|
if (!_instance) {
|
|
20
20
|
const def = loadDefinition();
|
|
21
|
-
_instance =
|
|
21
|
+
_instance = _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: def, apiName: "dataGovernance" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkWPBRWQPLcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "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 = _chunkWPBRWQPLcjs.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 _chunkWPBRWQPLcjs = require('../chunk-WPBRWQPL.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 _chunkWPBRWQPLcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
16
16
|
};
|
|
17
17
|
var _instance = null;
|
|
18
18
|
var resolve = () => {
|
|
19
19
|
if (!_instance) {
|
|
20
20
|
const def = loadDefinition();
|
|
21
|
-
_instance =
|
|
21
|
+
_instance = _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: def, apiName: "deduplication" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkWPBRWQPLcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "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 = _chunkWPBRWQPLcjs.authorize; exports.createClient = createClient; exports.deduplication = deduplication; exports.getClient = getClient;
|
package/dist/apis/design.cjs
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkWHXYES2Dcjs = require('../chunk-WHXYES2D.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkWPBRWQPLcjs = require('../chunk-WPBRWQPL.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/design.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkWHXYES2Dcjs.require_design_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkWPBRWQPLcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
16
16
|
};
|
|
17
17
|
var _instance = null;
|
|
18
18
|
var resolve = () => {
|
|
19
19
|
if (!_instance) {
|
|
20
20
|
const def = loadDefinition();
|
|
21
|
-
_instance =
|
|
21
|
+
_instance = _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: def, apiName: "design" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkWPBRWQPLcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "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 = _chunkWPBRWQPLcjs.authorize; exports.createClient = createClient; exports.design = design; exports.getClient = getClient;
|
package/dist/apis/design.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 '../design.d-
|
|
4
|
-
export { A as AddConsumerReq, c as AddDesignReq, d as AddDesignRes, e as Application, B as BrandItem, a as Components, f as ConsumerData, g as Custom_Style, h as CustomerPortalData, D as DesignId, i as DesignItem, j as DesignParameters, E as ErrorResp, F as FileData, k as FontData, l as FontResponseUrl, G as GetAllDesignsRes, m as GetBrandsRes, n as GetDesignRes, o as GetFilesRes, I as ItemMetada, J as Journey, L as LogoData, O as OperationMethods, p as PaletteData, P as Paths, b as PathsDictionary, R as RemoveConsumerReq, S as ShapeData, T as Theme,
|
|
3
|
+
import { C as Client } from '../design.d-DzSDu8cy.cjs';
|
|
4
|
+
export { A as AddConsumerReq, c as AddDesignReq, d as AddDesignRes, e as Application, B as BrandItem, a as Components, f as ConsumerData, g as Custom_Style, h as CustomerPortalData, D as DesignId, i as DesignItem, j as DesignParameters, E as ErrorResp, F as FileData, k as FontData, l as FontResponseUrl, G as GetAllDesignsRes, m as GetBrandsRes, n as GetDesignRes, o as GetFilesRes, I as ItemMetada, J as Journey, L as LogoData, O as OperationMethods, p as PaletteData, q as ParseThemeFromDesignResp, P as Paths, b as PathsDictionary, R as RemoveConsumerReq, S as ShapeData, T as Theme, r as TypographyData, U as UpdateDesignReq, s as UploadFileReq, t as UploadFileRes, W as WidgetData, u as WidgetPortalData } from '../design.d-DzSDu8cy.cjs';
|
|
5
5
|
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
6
|
import 'axios';
|
|
7
7
|
|
package/dist/apis/design.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 '../design.d-
|
|
4
|
-
export { A as AddConsumerReq, c as AddDesignReq, d as AddDesignRes, e as Application, B as BrandItem, a as Components, f as ConsumerData, g as Custom_Style, h as CustomerPortalData, D as DesignId, i as DesignItem, j as DesignParameters, E as ErrorResp, F as FileData, k as FontData, l as FontResponseUrl, G as GetAllDesignsRes, m as GetBrandsRes, n as GetDesignRes, o as GetFilesRes, I as ItemMetada, J as Journey, L as LogoData, O as OperationMethods, p as PaletteData, P as Paths, b as PathsDictionary, R as RemoveConsumerReq, S as ShapeData, T as Theme,
|
|
3
|
+
import { C as Client } from '../design.d-DzSDu8cy.js';
|
|
4
|
+
export { A as AddConsumerReq, c as AddDesignReq, d as AddDesignRes, e as Application, B as BrandItem, a as Components, f as ConsumerData, g as Custom_Style, h as CustomerPortalData, D as DesignId, i as DesignItem, j as DesignParameters, E as ErrorResp, F as FileData, k as FontData, l as FontResponseUrl, G as GetAllDesignsRes, m as GetBrandsRes, n as GetDesignRes, o as GetFilesRes, I as ItemMetada, J as Journey, L as LogoData, O as OperationMethods, p as PaletteData, q as ParseThemeFromDesignResp, P as Paths, b as PathsDictionary, R as RemoveConsumerReq, S as ShapeData, T as Theme, r as TypographyData, U as UpdateDesignReq, s as UploadFileReq, t as UploadFileRes, W as WidgetData, u as WidgetPortalData } from '../design.d-DzSDu8cy.js';
|
|
5
5
|
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
6
|
import 'axios';
|
|
7
7
|
|
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 _chunkWPBRWQPLcjs = require('../chunk-WPBRWQPL.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 _chunkWPBRWQPLcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
16
16
|
};
|
|
17
17
|
var _instance = null;
|
|
18
18
|
var resolve = () => {
|
|
19
19
|
if (!_instance) {
|
|
20
20
|
const def = loadDefinition();
|
|
21
|
-
_instance =
|
|
21
|
+
_instance = _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: def, apiName: "document" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkWPBRWQPLcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "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 = _chunkWPBRWQPLcjs.authorize; exports.createClient = createClient; exports.document = document; exports.getClient = getClient;
|
package/dist/apis/document.js
CHANGED
|
@@ -6,25 +6,25 @@ var _chunkYI5YGTAHcjs = require('../chunk-YI5YGTAH.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkWPBRWQPLcjs = require('../chunk-WPBRWQPL.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/email-settings.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkYI5YGTAHcjs.require_email_settings_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkWPBRWQPLcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
16
16
|
};
|
|
17
17
|
var _instance = null;
|
|
18
18
|
var resolve = () => {
|
|
19
19
|
if (!_instance) {
|
|
20
20
|
const def = loadDefinition();
|
|
21
|
-
_instance =
|
|
21
|
+
_instance = _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: def, apiName: "emailSettings" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkWPBRWQPLcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "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 = _chunkWPBRWQPLcjs.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 _chunkWPBRWQPLcjs = require('../chunk-WPBRWQPL.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 _chunkWPBRWQPLcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
16
16
|
};
|
|
17
17
|
var _instance = null;
|
|
18
18
|
var resolve = () => {
|
|
19
19
|
if (!_instance) {
|
|
20
20
|
const def = loadDefinition();
|
|
21
|
-
_instance =
|
|
21
|
+
_instance = _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: def, apiName: "emailTemplate" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkWPBRWQPLcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "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 = _chunkWPBRWQPLcjs.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 _chunkWPBRWQPLcjs = require('../chunk-WPBRWQPL.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 _chunkWPBRWQPLcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
16
16
|
};
|
|
17
17
|
var _instance = null;
|
|
18
18
|
var resolve = () => {
|
|
19
19
|
if (!_instance) {
|
|
20
20
|
const def = loadDefinition();
|
|
21
|
-
_instance =
|
|
21
|
+
_instance = _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: def, apiName: "entityMapping" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkWPBRWQPLcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "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 = _chunkWPBRWQPLcjs.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 _chunkWPBRWQPLcjs = require('../chunk-WPBRWQPL.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 _chunkWPBRWQPLcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
16
16
|
};
|
|
17
17
|
var _instance = null;
|
|
18
18
|
var resolve = () => {
|
|
19
19
|
if (!_instance) {
|
|
20
20
|
const def = loadDefinition();
|
|
21
|
-
_instance =
|
|
21
|
+
_instance = _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: def, apiName: "entity" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkWPBRWQPLcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "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 = _chunkWPBRWQPLcjs.authorize; exports.createClient = createClient; exports.entity = entity; exports.getClient = getClient;
|
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 _chunkWPBRWQPLcjs = require('../chunk-WPBRWQPL.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 _chunkWPBRWQPLcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
16
16
|
};
|
|
17
17
|
var _instance = null;
|
|
18
18
|
var resolve = () => {
|
|
19
19
|
if (!_instance) {
|
|
20
20
|
const def = loadDefinition();
|
|
21
|
-
_instance =
|
|
21
|
+
_instance = _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: def, apiName: "environments" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkWPBRWQPLcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "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 = _chunkWPBRWQPLcjs.authorize; exports.createClient = createClient; exports.environments = environments; exports.getClient = getClient;
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkFDS727SLcjs = require('../chunk-FDS727SL.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkWPBRWQPLcjs = require('../chunk-WPBRWQPL.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/event-catalog.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
|
-
const mod =
|
|
15
|
-
return
|
|
14
|
+
const mod = _chunkFDS727SLcjs.require_event_catalog_runtime.call(void 0, );
|
|
15
|
+
return _chunkWPBRWQPLcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
16
16
|
};
|
|
17
17
|
var _instance = null;
|
|
18
18
|
var resolve = () => {
|
|
19
19
|
if (!_instance) {
|
|
20
20
|
const def = loadDefinition();
|
|
21
|
-
_instance =
|
|
21
|
+
_instance = _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: def, apiName: "eventCatalog" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkWPBRWQPLcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkWPBRWQPLcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "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 = _chunkWPBRWQPLcjs.authorize; exports.createClient = createClient; exports.eventCatalog = eventCatalog; exports.getClient = getClient;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { A as ApiHandle } from '../types-ChU9Acbv.cjs';
|
|
2
2
|
export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.cjs';
|
|
3
|
-
import { C as Client } from '../event-catalog.d-
|
|
4
|
-
export { A as AttachmentField, c as CommonEventMetadata, a as Components, d as ContextEntity, E as EntityOperationTrigger, e as Event, f as EventAttachment, g as EventConfig, h as EventConfigBase, i as EventJsonSchema, j as EventSummary, F as FieldsParam, G as GraphDefinition,
|
|
3
|
+
import { C as Client } from '../event-catalog.d-CXbUn8T1.cjs';
|
|
4
|
+
export { A as AttachmentField, c as CommonEventMetadata, a as Components, d as ContextEntity, E as EntityOperationTrigger, e as Event, f as EventAttachment, g as EventConfig, h as EventConfigBase, i as EventJsonSchema, j as EventSummary, k as EventVersionRegistrySummary, F as FieldChange, l as FieldsParam, G as GraphDefinition, m as GraphEdge, n as GraphNode, O as OperationMethods, P as Paths, b as PathsDictionary, o as PrimitiveField, S as SchemaField, p as SearchOptions, q as SearchOptionsV2, T as TriggerEventPayload, r as TriggerEventResponse, U as UpdateEventPayload, V as VersionMeta } from '../event-catalog.d-CXbUn8T1.cjs';
|
|
5
5
|
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
6
|
import 'axios';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { A as ApiHandle } from '../types-ChU9Acbv.js';
|
|
2
2
|
export { T as TokenArg, a as authorize } from '../types-ChU9Acbv.js';
|
|
3
|
-
import { C as Client } from '../event-catalog.d-
|
|
4
|
-
export { A as AttachmentField, c as CommonEventMetadata, a as Components, d as ContextEntity, E as EntityOperationTrigger, e as Event, f as EventAttachment, g as EventConfig, h as EventConfigBase, i as EventJsonSchema, j as EventSummary, F as FieldsParam, G as GraphDefinition,
|
|
3
|
+
import { C as Client } from '../event-catalog.d-CXbUn8T1.js';
|
|
4
|
+
export { A as AttachmentField, c as CommonEventMetadata, a as Components, d as ContextEntity, E as EntityOperationTrigger, e as Event, f as EventAttachment, g as EventConfig, h as EventConfigBase, i as EventJsonSchema, j as EventSummary, k as EventVersionRegistrySummary, F as FieldChange, l as FieldsParam, G as GraphDefinition, m as GraphEdge, n as GraphNode, O as OperationMethods, P as Paths, b as PathsDictionary, o as PrimitiveField, S as SchemaField, p as SearchOptions, q as SearchOptionsV2, T as TriggerEventPayload, r as TriggerEventResponse, U as UpdateEventPayload, V as VersionMeta } from '../event-catalog.d-CXbUn8T1.js';
|
|
5
5
|
export { OpenAPIClient } from 'openapi-client-axios';
|
|
6
6
|
import 'axios';
|
|
7
7
|
|