@spiffcommerce/core 32.1.1-beta.024c12f2-73fa-5718-a179-d941802fb807 → 32.1.1-beta.8d9cd576-2a50-537b-914d-2bb01071fe77

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.mjs CHANGED
@@ -15967,7 +15967,7 @@ class pd {
15967
15967
  } catch (a) {
15968
15968
  throw console.error(a), new ht("Critical - Unable to synchronize workflow state with server.");
15969
15969
  }
15970
- }, this.options = t, this.options.applicationKey && Vr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 32.1.1-beta.8d9cd576-2a50-537b-914d-2bb01071fe77"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
15970
+ }, this.options = t, this.options.applicationKey && Vr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 32.1.1-beta.18df8ace-85d1-502e-a9ca-d42dea4f4d70"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
15971
15971
  }
15972
15972
  configure(t) {
15973
15973
  gt.setHubUrl(t.hubUrl), gt.setServerUrl(t.serverUrl), gt.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 && Gr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Lt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
@@ -17655,7 +17655,6 @@ export {
17655
17655
  ua as AddonHandle,
17656
17656
  dc as AddressValidationJobStatus,
17657
17657
  cc as AddressValidationResultConfirmationLevel,
17658
- An as AddressValidationStatus,
17659
17658
  md as ArrayInput,
17660
17659
  L as AspectType,
17661
17660
  bt as AssetNotFoundError,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "32.1.1-beta.024c12f2-73fa-5718-a179-d941802fb807",
3
+ "version": "32.1.1-beta.8d9cd576-2a50-537b-914d-2bb01071fe77",
4
4
  "description": "Core client API for interacting with the Spiff Commerce backend.",
5
5
  "source": "src/index.ts",
6
6
  "main": "./dist/index.js",