@spiffcommerce/core 17.2.0-beta.1 → 17.2.0

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
@@ -922,6 +922,7 @@ const he = y`
922
922
  workflowState
923
923
  workflowViewerLink
924
924
  workflowViewerReadOnlyLink
925
+ previewImageLink
925
926
  isOrdered
926
927
  product {
927
928
  id
@@ -7333,6 +7334,7 @@ const Fs = (c, A) => {
7333
7334
  sku
7334
7335
  workflows {
7335
7336
  id
7337
+ index
7336
7338
  friendlyName
7337
7339
  isPresent
7338
7340
  workflowName
@@ -375,6 +375,7 @@
375
375
  workflowState
376
376
  workflowViewerLink
377
377
  workflowViewerReadOnlyLink
378
+ previewImageLink
378
379
  isOrdered
379
380
  product {
380
381
  id
@@ -1900,6 +1901,7 @@ IfnI8vaNAAAAAElFTkSuQmCC" transform="matrix(0.13 0.0141 -0.0141 0.1301 104.926 1
1900
1901
  sku
1901
1902
  workflows {
1902
1903
  id
1904
+ index
1903
1905
  friendlyName
1904
1906
  isPresent
1905
1907
  workflowName
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "17.2.0-beta.1",
3
+ "version": "17.2.0",
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",