@spiffcommerce/core 26.39.0-beta.846d7786-3d02-5e5c-9469-78a469329aee → 26.39.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 +0 -6
- package/dist/index.d.ts +0 -6
- package/dist/index.js +3 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -27
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9676,8 +9676,6 @@ const Ts = y`
|
|
|
9676
9676
|
}
|
|
9677
9677
|
bundles(ids: [$id]) {
|
|
9678
9678
|
id
|
|
9679
|
-
dispatchDate
|
|
9680
|
-
purchaseOrder
|
|
9681
9679
|
completed
|
|
9682
9680
|
workflowViewerLink
|
|
9683
9681
|
workflowViewerAmendLink
|
|
@@ -9711,8 +9709,6 @@ const Ts = y`
|
|
|
9711
9709
|
query GetBundleStakeholders($id: String!) {
|
|
9712
9710
|
bundles(ids: [$id]) {
|
|
9713
9711
|
id
|
|
9714
|
-
dispatchDate
|
|
9715
|
-
purchaseOrder
|
|
9716
9712
|
completed
|
|
9717
9713
|
workflowViewerLink
|
|
9718
9714
|
workflowViewerAmendLink
|
|
@@ -9763,8 +9759,6 @@ const Ts = y`
|
|
|
9763
9759
|
type
|
|
9764
9760
|
bundle {
|
|
9765
9761
|
id
|
|
9766
|
-
dispatchDate
|
|
9767
|
-
purchaseOrder
|
|
9768
9762
|
completed
|
|
9769
9763
|
workflowViewerLink
|
|
9770
9764
|
workflowViewerAmendLink
|
|
@@ -9913,8 +9907,8 @@ const Ts = y`
|
|
|
9913
9907
|
}
|
|
9914
9908
|
}
|
|
9915
9909
|
`, Vs = y`
|
|
9916
|
-
mutation UpdateBundle($id: String!, $name: String, $metadata: [MetadataInput!], $bundleStateData: String
|
|
9917
|
-
bundleUpdate(id: $id, name: $name, metadata: $metadata, bundleStateData: $bundleStateData
|
|
9910
|
+
mutation UpdateBundle($id: String!, $name: String, $metadata: [MetadataInput!], $bundleStateData: String) {
|
|
9911
|
+
bundleUpdate(id: $id, name: $name, metadata: $metadata, bundleStateData: $bundleStateData) {
|
|
9918
9912
|
id
|
|
9919
9913
|
}
|
|
9920
9914
|
}
|
|
@@ -10033,8 +10027,6 @@ const Ts = y`
|
|
|
10033
10027
|
customerBundlesFeed(id: $id, limit: $limit, offset: $offset, template: $template, templateStatus: $templateStatus, ordered: $ordered) {
|
|
10034
10028
|
items {
|
|
10035
10029
|
id
|
|
10036
|
-
dispatchDate
|
|
10037
|
-
purchaseOrder
|
|
10038
10030
|
name
|
|
10039
10031
|
template
|
|
10040
10032
|
templateStatus
|
|
@@ -14652,18 +14644,6 @@ class He {
|
|
|
14652
14644
|
setName(t) {
|
|
14653
14645
|
return this.name = t, this.updateBundle();
|
|
14654
14646
|
}
|
|
14655
|
-
getDispatchDate() {
|
|
14656
|
-
return this.dispatchDate;
|
|
14657
|
-
}
|
|
14658
|
-
setDispatchDate(t) {
|
|
14659
|
-
return this.dispatchDate = t, this.updateBundle();
|
|
14660
|
-
}
|
|
14661
|
-
getPurchaseOrder() {
|
|
14662
|
-
return this.purchaseOrder;
|
|
14663
|
-
}
|
|
14664
|
-
setPurchaseOrder(t) {
|
|
14665
|
-
return this.purchaseOrder = t, this.updateBundle();
|
|
14666
|
-
}
|
|
14667
14647
|
getMetadata() {
|
|
14668
14648
|
return new Map(this.metadata);
|
|
14669
14649
|
}
|
|
@@ -15138,9 +15118,7 @@ class He {
|
|
|
15138
15118
|
id: this.id,
|
|
15139
15119
|
name: this.name,
|
|
15140
15120
|
metadata: Array.from(this.metadata.entries()).map(([a, n]) => ({ key: a, value: n })),
|
|
15141
|
-
bundleStateData: this.bundleStateManager.getSerializedState()
|
|
15142
|
-
dispatchDate: this.dispatchDate,
|
|
15143
|
-
purchaseOrder: this.purchaseOrder
|
|
15121
|
+
bundleStateData: this.bundleStateManager.getSerializedState()
|
|
15144
15122
|
},
|
|
15145
15123
|
context: {
|
|
15146
15124
|
bundleOwnerId: this.ownerId
|
|
@@ -16950,8 +16928,6 @@ const Ml = y`
|
|
|
16950
16928
|
id
|
|
16951
16929
|
workflowViewerLink
|
|
16952
16930
|
createdAt
|
|
16953
|
-
dispatchDate
|
|
16954
|
-
purchaseOrder
|
|
16955
16931
|
name
|
|
16956
16932
|
ordered
|
|
16957
16933
|
}
|