@spiffcommerce/core 26.34.0 → 26.35.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/CHANGELOG.md +6 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10030,6 +10030,7 @@ const Ts = y`
|
|
|
10030
10030
|
templateStatus
|
|
10031
10031
|
createdAt
|
|
10032
10032
|
transactionsCount
|
|
10033
|
+
productsCount
|
|
10033
10034
|
quoteId
|
|
10034
10035
|
orderId
|
|
10035
10036
|
productCollection {
|
|
@@ -15580,7 +15581,7 @@ class _c {
|
|
|
15580
15581
|
} catch (a) {
|
|
15581
15582
|
throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
|
|
15582
15583
|
}
|
|
15583
|
-
}, this.options = t, this.options.applicationKey && Mr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.
|
|
15584
|
+
}, this.options = t, this.options.applicationKey && Mr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.35.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
15584
15585
|
}
|
|
15585
15586
|
configure(t) {
|
|
15586
15587
|
mt.setHubUrl(t.hubUrl), mt.setServerUrl(t.serverUrl), mt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, t.bearerAuthenticationToken && Qr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration();
|