@spiffcommerce/core 39.2.0 → 39.2.1

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
@@ -3529,8 +3529,8 @@ const ue = (i) => {
3529
3529
  }
3530
3530
  `, Or = C`
3531
3531
  ${ie(!1)}
3532
- mutation VectorizeAsset($key: String!) {
3533
- assetVectorize(key: $key) {
3532
+ mutation VectorizeAsset($key: String!, $options: AssetVectorizeOptions) {
3533
+ assetVectorize(key: $key, options: $options) {
3534
3534
  ...AssetFields
3535
3535
  }
3536
3536
  }
@@ -16233,7 +16233,7 @@ class Wd {
16233
16233
  } catch (a) {
16234
16234
  throw console.error(a), new ft("Critical - Unable to synchronize workflow state with server.");
16235
16235
  }
16236
- }, this.options = t, this.options.applicationKey && ur(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 39.2.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
16236
+ }, this.options = t, this.options.applicationKey && ur(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 39.2.1"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
16237
16237
  }
16238
16238
  configure(t) {
16239
16239
  yt.setHubUrl(t.hubUrl), yt.setServerUrl(t.serverUrl), yt.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 && hr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Gt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);