@spiffcommerce/core 27.2.1-beta.161fa148-bf31-5f98-842d-9878ed3e5d36 → 27.2.1-beta.18eb4b53-df1a-5231-9227-b69c4fb0686d
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 +1 -21
- package/dist/index.js +105 -106
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3964,7 +3964,6 @@ const Y = new wi(), Bn = v`
|
|
|
3964
3964
|
id
|
|
3965
3965
|
name
|
|
3966
3966
|
activeAddons
|
|
3967
|
-
currencyCode
|
|
3968
3967
|
}
|
|
3969
3968
|
}
|
|
3970
3969
|
`, Te = v`
|
|
@@ -15987,7 +15986,7 @@ class Ad {
|
|
|
15987
15986
|
} catch (a) {
|
|
15988
15987
|
throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
|
|
15989
15988
|
}
|
|
15990
|
-
}, this.options = t, this.options.applicationKey && Ur(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 27.2.1-beta.
|
|
15989
|
+
}, this.options = t, this.options.applicationKey && Ur(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 27.2.1-beta.09bbc077-24f6-56dd-8b64-ffb7b45a0a75"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
15991
15990
|
}
|
|
15992
15991
|
configure(t) {
|
|
15993
15992
|
mt.setHubUrl(t.hubUrl), mt.setServerUrl(t.serverUrl), mt.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 && Vr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Lt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|
|
@@ -17753,8 +17752,6 @@ export {
|
|
|
17753
17752
|
Kl as ConversionLocation,
|
|
17754
17753
|
W as CreateElementCommand,
|
|
17755
17754
|
Vn as CreateLayoutCommand,
|
|
17756
|
-
Ml as CurrencyContext,
|
|
17757
|
-
kl as CurrencyService,
|
|
17758
17755
|
bt as DeleteElementCommand,
|
|
17759
17756
|
Po as DigitalContentStepHandle,
|
|
17760
17757
|
il as FileUploadGlobalPropertyHandle,
|