@spiffcommerce/core 29.1.0-beta.3610848a-e163-58bd-968d-57b57e0094f6 → 29.1.0-beta.6360528b-2614-5af7-83f7-586006b13e07

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
@@ -4151,6 +4151,12 @@ const j = new Ci(), bn = v`
4151
4151
  country
4152
4152
  mobile
4153
4153
  company
4154
+ apartment
4155
+ customField1
4156
+ customField2
4157
+ customField3
4158
+ customField4
4159
+ customField5
4154
4160
  }
4155
4161
  product {
4156
4162
  id
@@ -16160,7 +16166,7 @@ class hd {
16160
16166
  } catch (a) {
16161
16167
  throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
16162
16168
  }
16163
- }, this.options = t, this.options.applicationKey && Or(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 29.1.0-beta.d9317506-22b0-55b7-8508-fbedf60b9d27"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
16169
+ }, this.options = t, this.options.applicationKey && Or(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 29.1.0-beta.3610848a-e163-58bd-968d-57b57e0094f6"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
16164
16170
  }
16165
16171
  configure(t) {
16166
16172
  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);