@spiffcommerce/core 33.5.0 → 33.5.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/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
|
@@ -3997,6 +3997,7 @@ const H = new Fi(), Fn = C`
|
|
|
3997
3997
|
transactionOwnerId
|
|
3998
3998
|
workflowId
|
|
3999
3999
|
customLogoLink
|
|
4000
|
+
quantity
|
|
4000
4001
|
workflowFooterLogoLink
|
|
4001
4002
|
restApiIntegrationLink
|
|
4002
4003
|
workflowState
|
|
@@ -16189,7 +16190,7 @@ class Fd {
|
|
|
16189
16190
|
} catch (a) {
|
|
16190
16191
|
throw console.error(a), new ht("Critical - Unable to synchronize workflow state with server.");
|
|
16191
16192
|
}
|
|
16192
|
-
}, this.options = t, this.options.applicationKey && Jr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 33.5.
|
|
16193
|
+
}, this.options = t, this.options.applicationKey && Jr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 33.5.1"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
16193
16194
|
}
|
|
16194
16195
|
configure(t) {
|
|
16195
16196
|
gt.setHubUrl(t.hubUrl), gt.setServerUrl(t.serverUrl), gt.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 && _r(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Lt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|