@spiffcommerce/core 44.5.5-alpha.0 → 44.5.5-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-BghH-zvy.cjs → index-BYkUcvBE.cjs} +4 -4
- package/dist/{index-BghH-zvy.cjs.map → index-BYkUcvBE.cjs.map} +1 -1
- package/dist/{index-C_gfSzhU.js → index-DUfbd_mq.js} +7 -9
- package/dist/{index-C_gfSzhU.js.map → index-DUfbd_mq.js.map} +1 -1
- package/dist/{index.browser-CsnrdCEi.js → index.browser-D7L9TvEf.js} +2 -2
- package/dist/{index.browser-CsnrdCEi.js.map → index.browser-D7L9TvEf.js.map} +1 -1
- package/dist/{index.browser-DMNu89en.cjs → index.browser-flFMXHLW.cjs} +2 -2
- package/dist/{index.browser-DMNu89en.cjs.map → index.browser-flFMXHLW.cjs.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +1 -2
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -72775,7 +72775,7 @@ class JV extends XV {
|
|
|
72775
72775
|
});
|
|
72776
72776
|
}
|
|
72777
72777
|
async loadEventStreamCapability() {
|
|
72778
|
-
const { EventStreamSerde: e, eventStreamSerdeProvider: t } = await import("./index.browser-
|
|
72778
|
+
const { EventStreamSerde: e, eventStreamSerdeProvider: t } = await import("./index.browser-D7L9TvEf.js"), n = this.resolveEventStreamMarshaller(t);
|
|
72779
72779
|
return new e({
|
|
72780
72780
|
marshaller: n,
|
|
72781
72781
|
serializer: this.serializer,
|
|
@@ -80213,7 +80213,7 @@ class JQ {
|
|
|
80213
80213
|
} catch (n) {
|
|
80214
80214
|
throw console.error(n), new so("Critical - Unable to synchronize workflow state with server.");
|
|
80215
80215
|
}
|
|
80216
|
-
}, this.options = e, this.options.applicationKey && Q4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 44.5.
|
|
80216
|
+
}, this.options = e, this.options.applicationKey && Q4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 44.5.5-alpha.1"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
80217
80217
|
}
|
|
80218
80218
|
configure(e) {
|
|
80219
80219
|
Ds.setHubUrl(e.hubUrl), Ds.setServerUrl(e.serverUrl), Ds.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 && X4(e.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Ed.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|
|
@@ -80222,7 +80222,7 @@ class JQ {
|
|
|
80222
80222
|
* @returns The version of the @spiffcommerce/core package that this client is running.
|
|
80223
80223
|
*/
|
|
80224
80224
|
getVersion() {
|
|
80225
|
-
return "44.5.
|
|
80225
|
+
return "44.5.5-alpha.1";
|
|
80226
80226
|
}
|
|
80227
80227
|
/**
|
|
80228
80228
|
* @returns The asset manager allows for common operations related to assets
|
|
@@ -82152,13 +82152,11 @@ const vY = async (r) => {
|
|
|
82152
82152
|
})).data.integrationProducts;
|
|
82153
82153
|
function SY(r) {
|
|
82154
82154
|
return new qT({}, {
|
|
82155
|
-
stateMutationFunc: Promise.resolve(),
|
|
82156
|
-
transaction: { id: "local-transaction" },
|
|
82155
|
+
stateMutationFunc: (() => Promise.resolve()),
|
|
82156
|
+
transaction: { id: "local-transaction", product: { modelUrl: r.modelUrl } },
|
|
82157
82157
|
graphQlClient: {},
|
|
82158
82158
|
workflow: r.workflow,
|
|
82159
|
-
reloadedState: r.reloadedState
|
|
82160
|
-
modelContainer: r.modelContainer,
|
|
82161
|
-
renderableContextService: r.renderableContextService
|
|
82159
|
+
reloadedState: r.reloadedState
|
|
82162
82160
|
});
|
|
82163
82161
|
}
|
|
82164
82162
|
export {
|
|
@@ -82365,4 +82363,4 @@ export {
|
|
|
82365
82363
|
s9 as y,
|
|
82366
82364
|
a9 as z
|
|
82367
82365
|
};
|
|
82368
|
-
//# sourceMappingURL=index-
|
|
82366
|
+
//# sourceMappingURL=index-DUfbd_mq.js.map
|