@spiffcommerce/core 34.1.0-beta.5c20ac87-d494-52d7-bb93-ed7eb8ed1d81 → 34.1.0-beta.a76c4ba0-a053-56c6-8c60-be896da3de61

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
@@ -10661,7 +10661,7 @@ const ia = new Qs(), pi = C`
10661
10661
  type
10662
10662
  status
10663
10663
  data {
10664
- ... on BulkDesignCreateJobData {
10664
+ ... on BulkTransactionDesignCreateJobData {
10665
10665
  transactions {
10666
10666
  ...CreateDesignTransaction
10667
10667
  design {
@@ -16267,7 +16267,7 @@ class Vd {
16267
16267
  } catch (a) {
16268
16268
  throw console.error(a), new gt("Critical - Unable to synchronize workflow state with server.");
16269
16269
  }
16270
- }, this.options = t, this.options.applicationKey && sr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 34.1.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
16270
+ }, this.options = t, this.options.applicationKey && sr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 34.1.0-beta.5c20ac87-d494-52d7-bb93-ed7eb8ed1d81"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
16271
16271
  }
16272
16272
  configure(t) {
16273
16273
  pt.setHubUrl(t.hubUrl), pt.setServerUrl(t.serverUrl), pt.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 && cr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Lt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);