@spiffcommerce/core 29.0.4-beta.edc66327-3ca2-53dd-ba6a-90bcc4e6b5f9 → 29.1.0-beta.a99278c6-43af-533b-a5db-0e164bc67d7a

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
@@ -4050,6 +4050,7 @@ const j = new Ci(), bn = v`
4050
4050
  mandatory
4051
4051
  title
4052
4052
  uniqueIdentifier
4053
+ customFieldIndex
4053
4054
  }
4054
4055
  mandatory
4055
4056
  }
@@ -4222,6 +4223,7 @@ const j = new Ci(), bn = v`
4222
4223
  mandatory
4223
4224
  title
4224
4225
  uniqueIdentifier
4226
+ customFieldIndex
4225
4227
  }
4226
4228
  mandatory
4227
4229
  }
@@ -4291,6 +4293,7 @@ const j = new Ci(), bn = v`
4291
4293
  mandatory
4292
4294
  title
4293
4295
  uniqueIdentifier
4296
+ customFieldIndex
4294
4297
  }
4295
4298
  mandatory
4296
4299
  }
@@ -5052,6 +5055,7 @@ const j = new Ci(), bn = v`
5052
5055
  mandatory
5053
5056
  title
5054
5057
  uniqueIdentifier
5058
+ customFieldIndex
5055
5059
  }
5056
5060
  mandatory
5057
5061
  }
@@ -16100,7 +16104,7 @@ class hd {
16100
16104
  } catch (a) {
16101
16105
  throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
16102
16106
  }
16103
- }, this.options = t, this.options.applicationKey && $r(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 29.0.4"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
16107
+ }, this.options = t, this.options.applicationKey && $r(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 29.1.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
16104
16108
  }
16105
16109
  configure(t) {
16106
16110
  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 && Lr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Lt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);