@spiffcommerce/core 26.41.0 → 26.41.1
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 +19 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +19 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9679,6 +9679,7 @@ const Ts = y`
|
|
|
9679
9679
|
dispatchDate
|
|
9680
9680
|
purchaseOrder
|
|
9681
9681
|
completed
|
|
9682
|
+
template
|
|
9682
9683
|
workflowViewerLink
|
|
9683
9684
|
workflowViewerAmendLink
|
|
9684
9685
|
bundleStateData
|
|
@@ -9890,6 +9891,7 @@ const Ts = y`
|
|
|
9890
9891
|
) {
|
|
9891
9892
|
id
|
|
9892
9893
|
bundleOwnerId
|
|
9894
|
+
template
|
|
9893
9895
|
metadata {
|
|
9894
9896
|
key
|
|
9895
9897
|
value
|
|
@@ -9913,8 +9915,22 @@ const Ts = y`
|
|
|
9913
9915
|
}
|
|
9914
9916
|
}
|
|
9915
9917
|
`, Vs = y`
|
|
9916
|
-
mutation UpdateBundle(
|
|
9917
|
-
|
|
9918
|
+
mutation UpdateBundle(
|
|
9919
|
+
$id: String!
|
|
9920
|
+
$name: String
|
|
9921
|
+
$metadata: [MetadataInput!]
|
|
9922
|
+
$bundleStateData: String
|
|
9923
|
+
$dispatchDate: String
|
|
9924
|
+
$purchaseOrder: String
|
|
9925
|
+
) {
|
|
9926
|
+
bundleUpdate(
|
|
9927
|
+
id: $id
|
|
9928
|
+
name: $name
|
|
9929
|
+
metadata: $metadata
|
|
9930
|
+
bundleStateData: $bundleStateData
|
|
9931
|
+
dispatchDate: $dispatchDate
|
|
9932
|
+
purchaseOrder: $purchaseOrder
|
|
9933
|
+
) {
|
|
9918
9934
|
id
|
|
9919
9935
|
}
|
|
9920
9936
|
}
|
|
@@ -15646,7 +15662,7 @@ class _c {
|
|
|
15646
15662
|
} catch (a) {
|
|
15647
15663
|
throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
|
|
15648
15664
|
}
|
|
15649
|
-
}, this.options = t, this.options.applicationKey && Mr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.41.
|
|
15665
|
+
}, this.options = t, this.options.applicationKey && Mr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.41.1"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
15650
15666
|
}
|
|
15651
15667
|
configure(t) {
|
|
15652
15668
|
mt.setHubUrl(t.hubUrl), mt.setServerUrl(t.serverUrl), mt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, t.bearerAuthenticationToken && Qr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration();
|