@spiffcommerce/core 26.32.0-beta.da91d0ca-288a-5f12-952f-8c9487cbcbb1 → 26.32.0-beta.e77c2646-2e10-55be-9b18-ad67d5cbfd54
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -14133,6 +14133,7 @@ class Xn {
|
|
|
14133
14133
|
query: Ns,
|
|
14134
14134
|
errorPolicy: "all",
|
|
14135
14135
|
fetchPolicy: "cache-first",
|
|
14136
|
+
returnPartialData: !0,
|
|
14136
14137
|
variables: {
|
|
14137
14138
|
id: this.getId(),
|
|
14138
14139
|
filters: t ? {
|
|
@@ -15582,7 +15583,7 @@ class Gc {
|
|
|
15582
15583
|
} catch (a) {
|
|
15583
15584
|
throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
|
|
15584
15585
|
}
|
|
15585
|
-
}, this.options = t, this.options.applicationKey && Fr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.32.0-beta.
|
|
15586
|
+
}, this.options = t, this.options.applicationKey && Fr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.32.0-beta.d85ee52e-8aba-574e-973b-cb79d29568db"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
15586
15587
|
}
|
|
15587
15588
|
configure(t) {
|
|
15588
15589
|
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();
|