@spiffcommerce/core 31.1.0 → 31.2.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/dist/index.mjs CHANGED
@@ -9625,6 +9625,12 @@ const re = w`
9625
9625
  description
9626
9626
  dispatchStartDate
9627
9627
  dispatchEndDate
9628
+ productCollectionCustomers {
9629
+ id
9630
+ customer {
9631
+ id
9632
+ }
9633
+ }
9628
9634
  image {
9629
9635
  key
9630
9636
  name
@@ -15611,6 +15617,12 @@ const he = w`
15611
15617
  partner {
15612
15618
  id
15613
15619
  }
15620
+ productCollectionCustomers {
15621
+ id
15622
+ productCollection {
15623
+ id
15624
+ }
15625
+ }
15614
15626
  }
15615
15627
  }
15616
15628
  `, xl = w`
@@ -15928,7 +15940,7 @@ class md {
15928
15940
  } catch (a) {
15929
15941
  throw console.error(a), new ht("Critical - Unable to synchronize workflow state with server.");
15930
15942
  }
15931
- }, this.options = t, this.options.applicationKey && Lr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 31.1.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
15943
+ }, this.options = t, this.options.applicationKey && Lr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 31.2.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
15932
15944
  }
15933
15945
  configure(t) {
15934
15946
  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 && zr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Ut.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);