@spiffcommerce/core 17.5.1-0 → 17.5.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 +1 -1
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7491,7 +7491,7 @@ const Ms = (c, A) => {
|
|
|
7491
7491
|
}
|
|
7492
7492
|
`, fn = y`
|
|
7493
7493
|
${nt}
|
|
7494
|
-
mutation CreateBundle($collectionId: String, $initialMetadata: [MetadataInput]) {
|
|
7494
|
+
mutation CreateBundle($collectionId: String, $initialMetadata: [MetadataInput!]) {
|
|
7495
7495
|
bundleCreate(collectionId: $collectionId, metadata: $initialMetadata) {
|
|
7496
7496
|
id
|
|
7497
7497
|
bundleOwnerId
|
package/dist/index.umd.cjs
CHANGED
|
@@ -2039,7 +2039,7 @@ IfnI8vaNAAAAAElFTkSuQmCC" transform="matrix(0.13 0.0141 -0.0141 0.1301 104.926 1
|
|
|
2039
2039
|
}
|
|
2040
2040
|
`,Yn=M.gql`
|
|
2041
2041
|
${JA}
|
|
2042
|
-
mutation CreateBundle($collectionId: String, $initialMetadata: [MetadataInput]) {
|
|
2042
|
+
mutation CreateBundle($collectionId: String, $initialMetadata: [MetadataInput!]) {
|
|
2043
2043
|
bundleCreate(collectionId: $collectionId, metadata: $initialMetadata) {
|
|
2044
2044
|
id
|
|
2045
2045
|
bundleOwnerId
|