@spiffcommerce/core 33.13.1 → 33.13.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10346,6 +10346,8 @@ const Md = (n, t) => {
|
|
|
10346
10346
|
totalPriceSubunits
|
|
10347
10347
|
quoteId
|
|
10348
10348
|
orderId
|
|
10349
|
+
externalOrderId
|
|
10350
|
+
internalOrderId
|
|
10349
10351
|
workflowViewerLink
|
|
10350
10352
|
workflowViewerAmendLink
|
|
10351
10353
|
}
|
|
@@ -16146,7 +16148,7 @@ class $d {
|
|
|
16146
16148
|
} catch (a) {
|
|
16147
16149
|
throw console.error(a), new gt("Critical - Unable to synchronize workflow state with server.");
|
|
16148
16150
|
}
|
|
16149
|
-
}, this.options = t, this.options.applicationKey && rr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 33.13.
|
|
16151
|
+
}, this.options = t, this.options.applicationKey && rr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 33.13.2"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
16150
16152
|
}
|
|
16151
16153
|
configure(t) {
|
|
16152
16154
|
ft.setHubUrl(t.hubUrl), ft.setServerUrl(t.serverUrl), ft.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, this.userPoolClientId = t.userPoolClientId, this.userPoolRegion = t.userPoolRegion, this.spiffRegion = t.spiffRegion, t.bearerAuthenticationToken && sr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && zt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|