@spiffcommerce/core 12.9.5 → 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 +26 -23
- package/dist/module.js +3 -0
- package/package.json +1 -1
package/dist/module.js
CHANGED
|
@@ -212,6 +212,7 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
|
|
|
212
212
|
}
|
|
213
213
|
integrationProduct {
|
|
214
214
|
id
|
|
215
|
+
externalProductId
|
|
215
216
|
}
|
|
216
217
|
}
|
|
217
218
|
}
|
|
@@ -284,6 +285,7 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
|
|
|
284
285
|
}
|
|
285
286
|
integrationProduct {
|
|
286
287
|
id
|
|
288
|
+
externalProductId
|
|
287
289
|
}
|
|
288
290
|
}
|
|
289
291
|
}
|
|
@@ -363,6 +365,7 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
|
|
|
363
365
|
}
|
|
364
366
|
integrationProduct {
|
|
365
367
|
id
|
|
368
|
+
externalProductId
|
|
366
369
|
}
|
|
367
370
|
}
|
|
368
371
|
}
|