@spiffcommerce/core 12.9.6 → 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/main.js CHANGED
@@ -213,6 +213,9 @@ var t=require("@apollo/client"),e=require("lodash.clonedeep"),A=require("react/j
213
213
  integrationProduct {
214
214
  id
215
215
  externalProductId
216
+ externalVariantId
217
+ additionalExternalProductId
218
+ additionalExternalVariantId
216
219
  }
217
220
  }
218
221
  }
@@ -285,6 +288,10 @@ var t=require("@apollo/client"),e=require("lodash.clonedeep"),A=require("react/j
285
288
  }
286
289
  integrationProduct {
287
290
  id
291
+ externalProductId
292
+ externalVariantId
293
+ additionalExternalProductId
294
+ additionalExternalVariantId
288
295
  }
289
296
  }
290
297
  }
@@ -364,6 +371,10 @@ var t=require("@apollo/client"),e=require("lodash.clonedeep"),A=require("react/j
364
371
  }
365
372
  integrationProduct {
366
373
  id
374
+ externalProductId
375
+ externalVariantId
376
+ additionalExternalProductId
377
+ additionalExternalVariantId
367
378
  }
368
379
  }
369
380
  }
@@ -501,6 +512,9 @@ var t=require("@apollo/client"),e=require("lodash.clonedeep"),A=require("react/j
501
512
  integrationProducts {
502
513
  id
503
514
  externalProductId
515
+ externalVariantId
516
+ additionalExternalProductId
517
+ additionalExternalVariantId
504
518
  integration {
505
519
  enabled
506
520
  externalIntegrationId
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
  }
@@ -285,6 +288,10 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
285
288
  }
286
289
  integrationProduct {
287
290
  id
291
+ externalProductId
292
+ externalVariantId
293
+ additionalExternalProductId
294
+ additionalExternalVariantId
288
295
  }
289
296
  }
290
297
  }
@@ -364,6 +371,10 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
364
371
  }
365
372
  integrationProduct {
366
373
  id
374
+ externalProductId
375
+ externalVariantId
376
+ additionalExternalProductId
377
+ additionalExternalVariantId
367
378
  }
368
379
  }
369
380
  }
@@ -502,6 +513,9 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
502
513
  integrationProducts {
503
514
  id
504
515
  externalProductId
516
+ externalVariantId
517
+ additionalExternalProductId
518
+ additionalExternalVariantId
505
519
  integration {
506
520
  enabled
507
521
  externalIntegrationId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "12.9.6",
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",