@spiffcommerce/core 26.7.8 → 26.7.9
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.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9755,6 +9755,9 @@ const fs = S`
|
|
|
9755
9755
|
productCollection {
|
|
9756
9756
|
...ProductCollectionFields
|
|
9757
9757
|
}
|
|
9758
|
+
transactions {
|
|
9759
|
+
id
|
|
9760
|
+
}
|
|
9758
9761
|
}
|
|
9759
9762
|
}
|
|
9760
9763
|
`, Bs = S`
|
|
@@ -14778,7 +14781,7 @@ class ic {
|
|
|
14778
14781
|
} catch (a) {
|
|
14779
14782
|
throw console.error(a), new lt("Critical - Unable to synchronize workflow state with server.");
|
|
14780
14783
|
}
|
|
14781
|
-
}, this.options = t, this.options.applicationKey && gr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.7.
|
|
14784
|
+
}, this.options = t, this.options.applicationKey && gr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.7.9"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
14782
14785
|
}
|
|
14783
14786
|
configure(t) {
|
|
14784
14787
|
pt.setHubUrl(t.hubUrl), pt.setServerUrl(t.serverUrl), pt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, t.bearerAuthenticationToken && pr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration();
|