@spiffcommerce/core 26.36.0-beta.9b9f56a8-75f7-506d-92ac-4ac8f37f9b93 → 26.37.0-beta.3291c9ea-5d65-502b-bbaa-23048d45de85
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 +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10032,6 +10032,7 @@ const Ts = y`
|
|
|
10032
10032
|
createdAt
|
|
10033
10033
|
transactionsCount
|
|
10034
10034
|
productsCount
|
|
10035
|
+
totalPriceSubunits
|
|
10035
10036
|
quoteId
|
|
10036
10037
|
orderId
|
|
10037
10038
|
productCollection {
|
|
@@ -10330,6 +10331,9 @@ class lo {
|
|
|
10330
10331
|
addRecipientCallback(t) {
|
|
10331
10332
|
this.recipientCallbacks.push(t), t(this.transaction.recipient);
|
|
10332
10333
|
}
|
|
10334
|
+
removeRecipientCallback(t) {
|
|
10335
|
+
this.recipientCallbacks = this.recipientCallbacks.filter((e) => e !== t);
|
|
10336
|
+
}
|
|
10333
10337
|
getLayouts() {
|
|
10334
10338
|
return this.layouts;
|
|
10335
10339
|
}
|
|
@@ -15594,7 +15598,7 @@ class _c {
|
|
|
15594
15598
|
} catch (a) {
|
|
15595
15599
|
throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
|
|
15596
15600
|
}
|
|
15597
|
-
}, this.options = t, this.options.applicationKey && Mr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.
|
|
15601
|
+
}, this.options = t, this.options.applicationKey && Mr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.37.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
15598
15602
|
}
|
|
15599
15603
|
configure(t) {
|
|
15600
15604
|
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();
|