@spiffcommerce/core 18.2.1 → 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 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
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "18.2.1",
3
+ "version": "18.2.2-1",
4
4
  "description": "Core client API for interacting with the Spiff Commerce backend.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/index.umd.cjs",