@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/main.js +35 -23
- package/dist/module.js +12 -0
- package/package.json +1 -1
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
|