@spiffcommerce/core 33.8.5-beta.e94080ea-3029-5470-9cb1-808219be0651 → 33.9.0-beta.5afe5454-28db-569c-8a7d-b20038f2e25a
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.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
|
@@ -16195,7 +16195,7 @@ class Rd {
|
|
|
16195
16195
|
} catch (a) {
|
|
16196
16196
|
throw console.error(a), new ht("Critical - Unable to synchronize workflow state with server.");
|
|
16197
16197
|
}
|
|
16198
|
-
}, this.options = t, this.options.applicationKey && ni(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 33.
|
|
16198
|
+
}, this.options = t, this.options.applicationKey && ni(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 33.9.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
16199
16199
|
}
|
|
16200
16200
|
configure(t) {
|
|
16201
16201
|
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 && ii(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Gt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|
|
@@ -17905,6 +17905,10 @@ const tA = async (n) => {
|
|
|
17905
17905
|
product {
|
|
17906
17906
|
id
|
|
17907
17907
|
name
|
|
17908
|
+
workflows {
|
|
17909
|
+
id
|
|
17910
|
+
workflowName
|
|
17911
|
+
}
|
|
17908
17912
|
}
|
|
17909
17913
|
}
|
|
17910
17914
|
}
|