@spiffcommerce/core 30.0.1-beta.2b897d2c-cada-5547-9746-95808e5cc9f2 → 30.0.1-beta.6cf66999-5d0b-52a7-abd7-65a119691ae5
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.d.ts +11 -5
- package/dist/index.js +7 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -9776,6 +9776,12 @@ const re = v`
|
|
9776
9776
|
description
|
9777
9777
|
dispatchStartDate
|
9778
9778
|
dispatchEndDate
|
9779
|
+
productCollectionCustomers {
|
9780
|
+
id
|
9781
|
+
customer {
|
9782
|
+
id
|
9783
|
+
}
|
9784
|
+
}
|
9779
9785
|
image {
|
9780
9786
|
key
|
9781
9787
|
name
|
@@ -16287,7 +16293,7 @@ class fd {
|
|
16287
16293
|
} catch (a) {
|
16288
16294
|
throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
|
16289
16295
|
}
|
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-beta.
|
16296
|
+
}, this.options = t, this.options.applicationKey && Gr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 30.0.1-beta.57023781-fe72-5b4d-8d39-56e420f46c18"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
16291
16297
|
}
|
16292
16298
|
configure(t) {
|
16293
16299
|
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);
|