@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 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
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "17.5.1-0",
3
+ "version": "17.5.1",
4
4
  "description": "Core client API for interacting with the Spiff Commerce backend.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/index.umd.cjs",