@spiffcommerce/core 30.0.0-beta.c50ef448-756b-5f0a-bbae-9e768d08ebf4 → 30.0.1-beta.98c5ea96-cd5c-5541-a3ab-ada9e1901d6f

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
@@ -15957,6 +15957,12 @@ const he = v`
15957
15957
  partner {
15958
15958
  id
15959
15959
  }
15960
+ productCollectionCustomers {
15961
+ id
15962
+ productCollection {
15963
+ id
15964
+ }
15965
+ }
15960
15966
  }
15961
15967
  }
15962
15968
  `, Tl = v`
@@ -16281,7 +16287,7 @@ class fd {
16281
16287
  } catch (a) {
16282
16288
  throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
16283
16289
  }
16284
- }, this.options = t, this.options.applicationKey && Gr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 30.0.0-beta.98669a48-b3f6-5dd5-9ae9-1eb262832b66"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
16290
+ }, this.options = t, this.options.applicationKey && Gr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 30.0.1"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
16285
16291
  }
16286
16292
  configure(t) {
16287
16293
  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 && qr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Lt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);