@spiffcommerce/core 12.9.1 → 12.9.2
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/main.js +1 -1
- package/dist/module.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -611,7 +611,7 @@ var t=require("@apollo/client"),e=require("lodash.clonedeep"),A=require("react/j
|
|
|
611
611
|
}
|
|
612
612
|
}
|
|
613
613
|
`,ic=M.gql`
|
|
614
|
-
query GetWorkflowGlobalProperties($ids: [String]!) {
|
|
614
|
+
query GetWorkflowGlobalProperties($ids: [String!]!) {
|
|
615
615
|
workflows(ids: $ids) {
|
|
616
616
|
id
|
|
617
617
|
globalPropertyConfiguration {
|
package/dist/module.js
CHANGED
|
@@ -611,7 +611,7 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
|
|
|
611
611
|
}
|
|
612
612
|
}
|
|
613
613
|
`,aa=Zt`
|
|
614
|
-
query GetWorkflowGlobalProperties($ids: [String]!) {
|
|
614
|
+
query GetWorkflowGlobalProperties($ids: [String!]!) {
|
|
615
615
|
workflows(ids: $ids) {
|
|
616
616
|
id
|
|
617
617
|
globalPropertyConfiguration {
|