@spiffcommerce/core 18.2.2-0 → 18.2.2-1
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/index.js +7 -4
- package/dist/index.umd.cjs +7 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -968,6 +968,13 @@ const gA = M`
|
|
|
968
968
|
currencyCode
|
|
969
969
|
customerDetailsPromptMarkdown
|
|
970
970
|
}
|
|
971
|
+
integrationProducts {
|
|
972
|
+
id
|
|
973
|
+
integration {
|
|
974
|
+
id
|
|
975
|
+
type
|
|
976
|
+
}
|
|
977
|
+
}
|
|
971
978
|
profanities {
|
|
972
979
|
id
|
|
973
980
|
word
|
|
@@ -1005,10 +1012,6 @@ const gA = M`
|
|
|
1005
1012
|
}
|
|
1006
1013
|
integrationProduct {
|
|
1007
1014
|
id
|
|
1008
|
-
integration {
|
|
1009
|
-
id
|
|
1010
|
-
type
|
|
1011
|
-
}
|
|
1012
1015
|
externalProductId
|
|
1013
1016
|
externalVariantId
|
|
1014
1017
|
additionalExternalProductId
|
package/dist/index.umd.cjs
CHANGED
|
@@ -421,6 +421,13 @@
|
|
|
421
421
|
currencyCode
|
|
422
422
|
customerDetailsPromptMarkdown
|
|
423
423
|
}
|
|
424
|
+
integrationProducts {
|
|
425
|
+
id
|
|
426
|
+
integration {
|
|
427
|
+
id
|
|
428
|
+
type
|
|
429
|
+
}
|
|
430
|
+
}
|
|
424
431
|
profanities {
|
|
425
432
|
id
|
|
426
433
|
word
|
|
@@ -458,10 +465,6 @@
|
|
|
458
465
|
}
|
|
459
466
|
integrationProduct {
|
|
460
467
|
id
|
|
461
|
-
integration {
|
|
462
|
-
id
|
|
463
|
-
type
|
|
464
|
-
}
|
|
465
468
|
externalProductId
|
|
466
469
|
externalVariantId
|
|
467
470
|
additionalExternalProductId
|