@spiffcommerce/core 26.32.1 → 26.33.0
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/CHANGELOG.md +6 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +7 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10021,13 +10021,17 @@ const ks = y`
|
|
|
10021
10021
|
}
|
|
10022
10022
|
}
|
|
10023
10023
|
`, Ks = (r) => y`
|
|
10024
|
-
query CustomerBundlesFeed($id: String!, $limit: Int!, $offset: Int!, $template: Boolean, $templateStatus: BundleTemplateStatus) {
|
|
10025
|
-
customerBundlesFeed(id: $id, limit: $limit, offset: $offset, template: $template, templateStatus: $templateStatus) {
|
|
10024
|
+
query CustomerBundlesFeed($id: String!, $limit: Int!, $offset: Int!, $template: Boolean, $templateStatus: BundleTemplateStatus, $ordered: Boolean) {
|
|
10025
|
+
customerBundlesFeed(id: $id, limit: $limit, offset: $offset, template: $template, templateStatus: $templateStatus, ordered: $ordered) {
|
|
10026
10026
|
items {
|
|
10027
10027
|
id
|
|
10028
10028
|
name
|
|
10029
10029
|
template
|
|
10030
10030
|
templateStatus
|
|
10031
|
+
createdAt
|
|
10032
|
+
transactionsCount
|
|
10033
|
+
quoteId
|
|
10034
|
+
orderId
|
|
10031
10035
|
productCollection {
|
|
10032
10036
|
id
|
|
10033
10037
|
name
|
|
@@ -15576,7 +15580,7 @@ class Gc {
|
|
|
15576
15580
|
} catch (a) {
|
|
15577
15581
|
throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
|
|
15578
15582
|
}
|
|
15579
|
-
}, this.options = t, this.options.applicationKey && Fr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.
|
|
15583
|
+
}, this.options = t, this.options.applicationKey && Fr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.33.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
15580
15584
|
}
|
|
15581
15585
|
configure(t) {
|
|
15582
15586
|
mt.setHubUrl(t.hubUrl), mt.setServerUrl(t.serverUrl), mt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, t.bearerAuthenticationToken && Mr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration();
|