@spiffcommerce/core 44.3.0 → 44.4.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/CHANGELOG.md +6 -0
- package/dist/{index-D-YBycxO.cjs → index-D-PH2Kqn.cjs} +20 -3
- package/dist/{index-D-YBycxO.cjs.map → index-D-PH2Kqn.cjs.map} +1 -1
- package/dist/{index-SA7ESQN7.js → index-Gva89Zkz.js} +21 -4
- package/dist/{index-SA7ESQN7.js.map → index-Gva89Zkz.js.map} +1 -1
- package/dist/{index.browser-DZ9V5B30.cjs → index.browser-COrSCtBs.cjs} +2 -2
- package/dist/{index.browser-DZ9V5B30.cjs.map → index.browser-COrSCtBs.cjs.map} +1 -1
- package/dist/{index.browser-BkdoBXAc.js → index.browser-CRGr4u5B.js} +2 -2
- package/dist/{index.browser-BkdoBXAc.js.map → index.browser-CRGr4u5B.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -28001,6 +28001,23 @@ const ft = new xB(), zk = Se`
|
|
|
28001
28001
|
conversionConfiguration {
|
|
28002
28002
|
...ConversionConfigurationFields
|
|
28003
28003
|
}
|
|
28004
|
+
metafieldConfiguration {
|
|
28005
|
+
id
|
|
28006
|
+
name
|
|
28007
|
+
description
|
|
28008
|
+
metafieldType
|
|
28009
|
+
}
|
|
28010
|
+
productCollection {
|
|
28011
|
+
id
|
|
28012
|
+
name
|
|
28013
|
+
description
|
|
28014
|
+
image {
|
|
28015
|
+
key
|
|
28016
|
+
name
|
|
28017
|
+
fileLink
|
|
28018
|
+
type
|
|
28019
|
+
}
|
|
28020
|
+
}
|
|
28004
28021
|
listValues
|
|
28005
28022
|
objectValues
|
|
28006
28023
|
schema
|
|
@@ -72407,7 +72424,7 @@ class qV extends GV {
|
|
|
72407
72424
|
});
|
|
72408
72425
|
}
|
|
72409
72426
|
async loadEventStreamCapability() {
|
|
72410
|
-
const { EventStreamSerde: e, eventStreamSerdeProvider: t } = await import("./index.browser-
|
|
72427
|
+
const { EventStreamSerde: e, eventStreamSerdeProvider: t } = await import("./index.browser-CRGr4u5B.js"), n = this.resolveEventStreamMarshaller(t);
|
|
72411
72428
|
return new e({
|
|
72412
72429
|
marshaller: n,
|
|
72413
72430
|
serializer: this.serializer,
|
|
@@ -79838,7 +79855,7 @@ class qQ {
|
|
|
79838
79855
|
} catch (n) {
|
|
79839
79856
|
throw console.error(n), new ao("Critical - Unable to synchronize workflow state with server.");
|
|
79840
79857
|
}
|
|
79841
|
-
}, this.options = e, this.options.applicationKey && j4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 44.
|
|
79858
|
+
}, this.options = e, this.options.applicationKey && j4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 44.3.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
79842
79859
|
}
|
|
79843
79860
|
configure(e) {
|
|
79844
79861
|
vl.setHubUrl(e.hubUrl), vl.setServerUrl(e.serverUrl), vl.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 && q4(e.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Ef.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|
|
@@ -79847,7 +79864,7 @@ class qQ {
|
|
|
79847
79864
|
* @returns The version of the @spiffcommerce/core package that this client is running.
|
|
79848
79865
|
*/
|
|
79849
79866
|
getVersion() {
|
|
79850
|
-
return "44.
|
|
79867
|
+
return "44.3.0";
|
|
79851
79868
|
}
|
|
79852
79869
|
/**
|
|
79853
79870
|
* @returns The asset manager allows for common operations related to assets
|
|
@@ -81971,4 +81988,4 @@ export {
|
|
|
81971
81988
|
t9 as y,
|
|
81972
81989
|
e9 as z
|
|
81973
81990
|
};
|
|
81974
|
-
//# sourceMappingURL=index-
|
|
81991
|
+
//# sourceMappingURL=index-Gva89Zkz.js.map
|