@spiffcommerce/core 0.10.222 → 0.10.223

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
@@ -346,6 +346,16 @@ var t=require("@apollo/client"),A=require("lodash.clonedeep"),e=require("react/j
346
346
  name
347
347
  customerDetailsPromptMarkdown
348
348
  }
349
+ bulkConfiguration {
350
+ id
351
+ name
352
+ sceneTitle
353
+ stepTitle
354
+ helpText
355
+ supportsGoogleSheet
356
+ maxVariations
357
+ pricingStrategy
358
+ }
349
359
  }
350
360
  priceModifierTotal
351
361
  variationsCount
@@ -354,17 +364,7 @@ var t=require("@apollo/client"),A=require("lodash.clonedeep"),e=require("react/j
354
364
  workflowViewerLink
355
365
  workflowViewerReadOnlyLink
356
366
  lastSyncedAt
357
- bulkEmailAddress
358
- bulkConfiguration {
359
- id
360
- name
361
- sceneTitle
362
- stepTitle
363
- helpText
364
- supportsGoogleSheet
365
- maxVariations
366
- pricingStrategy
367
- }
367
+ bulkEmailAddress
368
368
  }
369
369
  }
370
370
  `,ra=t.gql`
package/dist/module.js CHANGED
@@ -346,6 +346,16 @@ import{CommandContext as A,AssetType as t,BringForwardCommand as e,BringToFrontC
346
346
  name
347
347
  customerDetailsPromptMarkdown
348
348
  }
349
+ bulkConfiguration {
350
+ id
351
+ name
352
+ sceneTitle
353
+ stepTitle
354
+ helpText
355
+ supportsGoogleSheet
356
+ maxVariations
357
+ pricingStrategy
358
+ }
349
359
  }
350
360
  priceModifierTotal
351
361
  variationsCount
@@ -354,17 +364,7 @@ import{CommandContext as A,AssetType as t,BringForwardCommand as e,BringToFrontC
354
364
  workflowViewerLink
355
365
  workflowViewerReadOnlyLink
356
366
  lastSyncedAt
357
- bulkEmailAddress
358
- bulkConfiguration {
359
- id
360
- name
361
- sceneTitle
362
- stepTitle
363
- helpText
364
- supportsGoogleSheet
365
- maxVariations
366
- pricingStrategy
367
- }
367
+ bulkEmailAddress
368
368
  }
369
369
  }
370
370
  `,In=IA`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.222",
3
+ "version": "0.10.223",
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",