@spiffcommerce/core 12.9.7 → 12.9.8

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/module.js CHANGED
@@ -213,6 +213,9 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
213
213
  integrationProduct {
214
214
  id
215
215
  externalProductId
216
+ externalVariantId
217
+ additionalExternalProductId
218
+ additionalExternalVariantId
216
219
  }
217
220
  }
218
221
  }
@@ -286,6 +289,9 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
286
289
  integrationProduct {
287
290
  id
288
291
  externalProductId
292
+ externalVariantId
293
+ additionalExternalProductId
294
+ additionalExternalVariantId
289
295
  }
290
296
  }
291
297
  }
@@ -366,6 +372,9 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
366
372
  integrationProduct {
367
373
  id
368
374
  externalProductId
375
+ externalVariantId
376
+ additionalExternalProductId
377
+ additionalExternalVariantId
369
378
  }
370
379
  }
371
380
  }
@@ -504,6 +513,9 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
504
513
  integrationProducts {
505
514
  id
506
515
  externalProductId
516
+ externalVariantId
517
+ additionalExternalProductId
518
+ additionalExternalVariantId
507
519
  integration {
508
520
  enabled
509
521
  externalIntegrationId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "12.9.7",
3
+ "version": "12.9.8",
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",