@spiffcommerce/core 12.9.6 → 12.9.7
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 +25 -23
- package/dist/module.js +2 -0
- package/package.json +1 -1
package/dist/module.js
CHANGED
|
@@ -285,6 +285,7 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
|
|
|
285
285
|
}
|
|
286
286
|
integrationProduct {
|
|
287
287
|
id
|
|
288
|
+
externalProductId
|
|
288
289
|
}
|
|
289
290
|
}
|
|
290
291
|
}
|
|
@@ -364,6 +365,7 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
|
|
|
364
365
|
}
|
|
365
366
|
integrationProduct {
|
|
366
367
|
id
|
|
368
|
+
externalProductId
|
|
367
369
|
}
|
|
368
370
|
}
|
|
369
371
|
}
|