@spiffcommerce/core 41.0.3-alpha.0 → 41.0.3-alpha.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-BcOOjH1M.cjs → index-CCjbiG1M.cjs} +3 -3
- package/dist/{index-BcOOjH1M.cjs.map → index-CCjbiG1M.cjs.map} +1 -1
- package/dist/{index-BrqtxGSz.js → index-CjolDH1y.js} +3 -3
- package/dist/{index-BrqtxGSz.js.map → index-CjolDH1y.js.map} +1 -1
- package/dist/{index-CVscbFau.cjs → index-CpoaFOV-.cjs} +2 -2
- package/dist/{index-CVscbFau.cjs.map → index-CpoaFOV-.cjs.map} +1 -1
- package/dist/{index-CrzzVdn_.js → index-DnGcSiCP.js} +2 -2
- package/dist/{index-CrzzVdn_.js.map → index-DnGcSiCP.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +38 -2
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -71249,7 +71249,7 @@ class SV extends CV {
|
|
|
71249
71249
|
});
|
|
71250
71250
|
}
|
|
71251
71251
|
async loadEventStreamCapability() {
|
|
71252
|
-
const { EventStreamSerde: e } = await import("./index-
|
|
71252
|
+
const { EventStreamSerde: e } = await import("./index-DnGcSiCP.js");
|
|
71253
71253
|
return new e({
|
|
71254
71254
|
marshaller: this.getEventStreamMarshaller(),
|
|
71255
71255
|
serializer: this.serializer,
|
|
@@ -78875,7 +78875,7 @@ class $Q {
|
|
|
78875
78875
|
} catch (n) {
|
|
78876
78876
|
throw console.error(n), new lo("Critical - Unable to synchronize workflow state with server.");
|
|
78877
78877
|
}
|
|
78878
|
-
}, this.options = e, this.options.applicationKey && K4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 41.0.
|
|
78878
|
+
}, this.options = e, this.options.applicationKey && K4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 41.0.3-alpha.1"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
78879
78879
|
}
|
|
78880
78880
|
configure(e) {
|
|
78881
78881
|
mo.setHubUrl(e.hubUrl), mo.setServerUrl(e.serverUrl), mo.setServicesApiUrl(e.servicesApiUrl), this.marketplaceThemeInstallId = e.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = e.marketplaceThemeInstallConfigurationId, this.userPoolClientId = e.userPoolClientId, this.userPoolRegion = e.userPoolRegion, this.spiffRegion = e.spiffRegion, e.bearerAuthenticationToken && eO(e.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Of.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|
|
@@ -80935,4 +80935,4 @@ export {
|
|
|
80935
80935
|
i7 as y,
|
|
80936
80936
|
r7 as z
|
|
80937
80937
|
};
|
|
80938
|
-
//# sourceMappingURL=index-
|
|
80938
|
+
//# sourceMappingURL=index-CjolDH1y.js.map
|