@wix/auto_sdk_stores_customizations-v-3 1.0.44 → 1.0.45
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 +1 -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 +1 -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 +1 -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 +1 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -1419,12 +1419,17 @@ var onCustomizationUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
1419
1419
|
paths: [
|
|
1420
1420
|
{ path: "entity.createdDate" },
|
|
1421
1421
|
{ path: "entity.updatedDate" },
|
|
1422
|
-
{ path: "metadata.eventTime" }
|
|
1422
|
+
{ path: "metadata.eventTime" },
|
|
1423
|
+
{ path: "modifiedFields.createdDate" },
|
|
1424
|
+
{ path: "modifiedFields.updatedDate" }
|
|
1423
1425
|
]
|
|
1424
1426
|
},
|
|
1425
1427
|
{
|
|
1426
1428
|
transformFn: import_image3.transformRESTImageToSDKImage,
|
|
1427
|
-
paths: [
|
|
1429
|
+
paths: [
|
|
1430
|
+
{ path: "entity.choicesSettings.choices.image" },
|
|
1431
|
+
{ path: "modifiedFields.choicesSettings.choices.image" }
|
|
1432
|
+
]
|
|
1428
1433
|
}
|
|
1429
1434
|
])
|
|
1430
1435
|
)
|