@spiffcommerce/core 33.8.1 → 33.8.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.js +5 -1
- 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
|
@@ -3808,6 +3808,10 @@ const _t = new Ii(), kn = C`
|
|
|
3808
3808
|
type
|
|
3809
3809
|
workflowId
|
|
3810
3810
|
displayType
|
|
3811
|
+
integrationOptions {
|
|
3812
|
+
id
|
|
3813
|
+
integrationId
|
|
3814
|
+
}
|
|
3811
3815
|
variants {
|
|
3812
3816
|
id
|
|
3813
3817
|
name
|
|
@@ -16160,7 +16164,7 @@ class xd {
|
|
|
16160
16164
|
} catch (a) {
|
|
16161
16165
|
throw console.error(a), new ht("Critical - Unable to synchronize workflow state with server.");
|
|
16162
16166
|
}
|
|
16163
|
-
}, this.options = t, this.options.applicationKey && Xr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 33.8.
|
|
16167
|
+
}, this.options = t, this.options.applicationKey && Xr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 33.8.2"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
16164
16168
|
}
|
|
16165
16169
|
configure(t) {
|
|
16166
16170
|
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 && ti(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Vt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|