@spiffcommerce/core 31.4.0-beta.c4e503af-360f-5779-8464-b409180b3fde → 32.0.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/dist/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -15966,7 +15966,7 @@ class md {
|
|
15966
15966
|
} catch (a) {
|
15967
15967
|
throw console.error(a), new ht("Critical - Unable to synchronize workflow state with server.");
|
15968
15968
|
}
|
15969
|
-
}, this.options = t, this.options.applicationKey && Lr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version:
|
15969
|
+
}, this.options = t, this.options.applicationKey && Lr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 32.0.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
15970
15970
|
}
|
15971
15971
|
configure(t) {
|
15972
15972
|
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 && zr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Lt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|
@@ -16871,6 +16871,9 @@ class Gl {
|
|
16871
16871
|
}
|
16872
16872
|
}
|
16873
16873
|
class wd {
|
16874
|
+
traversableScenes() {
|
16875
|
+
throw new Error("Method not implemented.");
|
16876
|
+
}
|
16874
16877
|
updateRecipient(t, e, a, n, i, s, o, l, c, d, A, u, h, m, g, p, f) {
|
16875
16878
|
throw new Error("Method not implemented.");
|
16876
16879
|
}
|