@spiffcommerce/core 12.1.1 → 12.1.3

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 CHANGED
@@ -514,7 +514,7 @@ var t=require("@apollo/client"),e=require("lodash.clonedeep"),A=require("react/j
514
514
  }
515
515
  }
516
516
  `,Ko=M.gql`
517
- mutation CreateBundle($configurationId: String!) {
517
+ mutation CreateBundle($configurationId: String) {
518
518
  bundleCreate(configurationId: $configurationId) {
519
519
  id
520
520
  partner {
@@ -535,8 +535,8 @@ var t=require("@apollo/client"),e=require("lodash.clonedeep"),A=require("react/j
535
535
  }
536
536
  }
537
537
  `,qo=M.gql`
538
- mutation BundleAddStakeholder($id: String!, $details: CustomerDetailsInput!) {
539
- bundleAddStakeholder(id: $id, details: $details) {
538
+ mutation BundleAddStakeholder($id: String!, $details: CustomerDetailsInput!, $type: String!) {
539
+ bundleAddStakeholder(id: $id, details: $details, type: $type) {
540
540
  id
541
541
  }
542
542
  }
package/dist/module.js CHANGED
@@ -514,7 +514,7 @@ import{CommandContext as A,AssetType as t,BringForwardCommand as e,BringToFrontC
514
514
  }
515
515
  }
516
516
  `,Zi=qA`
517
- mutation CreateBundle($configurationId: String!) {
517
+ mutation CreateBundle($configurationId: String) {
518
518
  bundleCreate(configurationId: $configurationId) {
519
519
  id
520
520
  partner {
@@ -535,8 +535,8 @@ import{CommandContext as A,AssetType as t,BringForwardCommand as e,BringToFrontC
535
535
  }
536
536
  }
537
537
  `,Aa=qA`
538
- mutation BundleAddStakeholder($id: String!, $details: CustomerDetailsInput!) {
539
- bundleAddStakeholder(id: $id, details: $details) {
538
+ mutation BundleAddStakeholder($id: String!, $details: CustomerDetailsInput!, $type: String!) {
539
+ bundleAddStakeholder(id: $id, details: $details, type: $type) {
540
540
  id
541
541
  }
542
542
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "12.1.1",
3
+ "version": "12.1.3",
4
4
  "description": "Core client API for interacting with the Spiff Commerce backend.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/main.js",