@wix/auto_sdk_stores_customizations-v-3 1.0.44 → 1.0.46
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/build/cjs/index.js +7 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs +7 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js +7 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs +7 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1377,12 +1377,17 @@ var onCustomizationUpdated = EventDefinition(
|
|
|
1377
1377
|
paths: [
|
|
1378
1378
|
{ path: "entity.createdDate" },
|
|
1379
1379
|
{ path: "entity.updatedDate" },
|
|
1380
|
-
{ path: "metadata.eventTime" }
|
|
1380
|
+
{ path: "metadata.eventTime" },
|
|
1381
|
+
{ path: "modifiedFields.createdDate" },
|
|
1382
|
+
{ path: "modifiedFields.updatedDate" }
|
|
1381
1383
|
]
|
|
1382
1384
|
},
|
|
1383
1385
|
{
|
|
1384
1386
|
transformFn: transformRESTImageToSDKImage2,
|
|
1385
|
-
paths: [
|
|
1387
|
+
paths: [
|
|
1388
|
+
{ path: "entity.choicesSettings.choices.image" },
|
|
1389
|
+
{ path: "modifiedFields.choicesSettings.choices.image" }
|
|
1390
|
+
]
|
|
1386
1391
|
}
|
|
1387
1392
|
])
|
|
1388
1393
|
)
|