@spiffcommerce/core 15.1.1 → 15.1.2

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 CHANGED
@@ -1294,6 +1294,15 @@ var t=require("@apollo/client"),e=require("lodash.clonedeep"),i=require("react/j
1294
1294
  }
1295
1295
  data {
1296
1296
  __typename
1297
+ ... on InformationStepData {
1298
+ content
1299
+ lookAtAnimation {
1300
+ ...LookAtAnimationFields
1301
+ }
1302
+ modelAnimation {
1303
+ ...ModelAnimationFields
1304
+ }
1305
+ }
1297
1306
  ... on DigitalContentStepData {
1298
1307
  advancedEditorAnimation {
1299
1308
  x
package/dist/module.js CHANGED
@@ -1294,6 +1294,15 @@ import{CommandContext as t,AssetType as e,BringForwardCommand as A,BringToFrontC
1294
1294
  }
1295
1295
  data {
1296
1296
  __typename
1297
+ ... on InformationStepData {
1298
+ content
1299
+ lookAtAnimation {
1300
+ ...LookAtAnimationFields
1301
+ }
1302
+ modelAnimation {
1303
+ ...ModelAnimationFields
1304
+ }
1305
+ }
1297
1306
  ... on DigitalContentStepData {
1298
1307
  advancedEditorAnimation {
1299
1308
  x
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "15.1.1",
3
+ "version": "15.1.2",
4
4
  "description": "Core client API for interacting with the Spiff Commerce backend.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/main.js",