@spiffcommerce/core 44.5.2-alpha.1 → 44.5.2-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-C-JqN2bU.cjs → index-CmxShV9Z.cjs} +4 -3
- package/dist/{index-C-JqN2bU.cjs.map → index-CmxShV9Z.cjs.map} +1 -1
- package/dist/{index-cApF7nEF.js → index-CrzYB4om.js} +7 -7
- package/dist/{index-cApF7nEF.js.map → index-CrzYB4om.js.map} +1 -1
- package/dist/{index.browser-BRSI4eKe.cjs → index.browser-BDcvMbhs.cjs} +2 -2
- package/dist/{index.browser-BRSI4eKe.cjs.map → index.browser-BDcvMbhs.cjs.map} +1 -1
- package/dist/{index.browser-DyUKQiF6.js → index.browser-Ce14vaFM.js} +2 -2
- package/dist/{index.browser-DyUKQiF6.js.map → index.browser-Ce14vaFM.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -72743,7 +72743,7 @@ class YV extends QV {
|
|
|
72743
72743
|
});
|
|
72744
72744
|
}
|
|
72745
72745
|
async loadEventStreamCapability() {
|
|
72746
|
-
const { EventStreamSerde: e, eventStreamSerdeProvider: t } = await import("./index.browser-
|
|
72746
|
+
const { EventStreamSerde: e, eventStreamSerdeProvider: t } = await import("./index.browser-Ce14vaFM.js"), n = this.resolveEventStreamMarshaller(t);
|
|
72747
72747
|
return new e({
|
|
72748
72748
|
marshaller: n,
|
|
72749
72749
|
serializer: this.serializer,
|
|
@@ -80125,9 +80125,9 @@ const TW = async (r, e) => {
|
|
|
80125
80125
|
const t = $B(e?.assets?.metadata || !1), n = { ids: r };
|
|
80126
80126
|
console.log("[getWorkflowsInternal] Requesting workflows.", {
|
|
80127
80127
|
url: `${Ds.getServerUrl()}/graphql`,
|
|
80128
|
-
|
|
80129
|
-
|
|
80130
|
-
|
|
80128
|
+
variables: JSON.stringify(n)
|
|
80129
|
+
}), console.log(`[getWorkflowsInternal] Query:
|
|
80130
|
+
${C2(t)}`);
|
|
80131
80131
|
const i = await He.getShadowGraphqlClient().query({
|
|
80132
80132
|
query: t,
|
|
80133
80133
|
errorPolicy: "all",
|
|
@@ -80181,7 +80181,7 @@ class YQ {
|
|
|
80181
80181
|
} catch (n) {
|
|
80182
80182
|
throw console.error(n), new so("Critical - Unable to synchronize workflow state with server.");
|
|
80183
80183
|
}
|
|
80184
|
-
}, this.options = e, this.options.applicationKey && G4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 44.5.2-alpha.
|
|
80184
|
+
}, this.options = e, this.options.applicationKey && G4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 44.5.2-alpha.1"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
80185
80185
|
}
|
|
80186
80186
|
configure(e) {
|
|
80187
80187
|
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 && W4(e.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Ed.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|
|
@@ -80190,7 +80190,7 @@ class YQ {
|
|
|
80190
80190
|
* @returns The version of the @spiffcommerce/core package that this client is running.
|
|
80191
80191
|
*/
|
|
80192
80192
|
getVersion() {
|
|
80193
|
-
return "44.5.2-alpha.
|
|
80193
|
+
return "44.5.2-alpha.1";
|
|
80194
80194
|
}
|
|
80195
80195
|
/**
|
|
80196
80196
|
* @returns The asset manager allows for common operations related to assets
|
|
@@ -82315,4 +82315,4 @@ export {
|
|
|
82315
82315
|
i9 as y,
|
|
82316
82316
|
n9 as z
|
|
82317
82317
|
};
|
|
82318
|
-
//# sourceMappingURL=index-
|
|
82318
|
+
//# sourceMappingURL=index-CrzYB4om.js.map
|