@wix/auto_sdk_bookings_bookings 1.0.99 → 1.0.101
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 +13 -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 +13 -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 +13 -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 +13 -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 +3 -3
package/build/cjs/index.js
CHANGED
|
@@ -3113,14 +3113,25 @@ var onBookingUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
3113
3113
|
{ path: "entity.endDate" },
|
|
3114
3114
|
{ path: "entity.updatedDate" },
|
|
3115
3115
|
{ path: "entity.canceledDate" },
|
|
3116
|
-
{ path: "metadata.eventTime" }
|
|
3116
|
+
{ path: "metadata.eventTime" },
|
|
3117
|
+
{ path: "modifiedFields.createdDate" },
|
|
3118
|
+
{ path: "modifiedFields.startDate" },
|
|
3119
|
+
{ path: "modifiedFields.endDate" },
|
|
3120
|
+
{ path: "modifiedFields.updatedDate" },
|
|
3121
|
+
{ path: "modifiedFields.canceledDate" }
|
|
3117
3122
|
]
|
|
3118
3123
|
},
|
|
3119
3124
|
{
|
|
3120
3125
|
transformFn: import_float3.transformRESTFloatToSDKFloat,
|
|
3121
3126
|
paths: [
|
|
3122
3127
|
{ path: "entity.contactDetails.fullAddress.geocode.latitude" },
|
|
3123
|
-
{ path: "entity.contactDetails.fullAddress.geocode.longitude" }
|
|
3128
|
+
{ path: "entity.contactDetails.fullAddress.geocode.longitude" },
|
|
3129
|
+
{
|
|
3130
|
+
path: "modifiedFields.contactDetails.fullAddress.geocode.latitude"
|
|
3131
|
+
},
|
|
3132
|
+
{
|
|
3133
|
+
path: "modifiedFields.contactDetails.fullAddress.geocode.longitude"
|
|
3134
|
+
}
|
|
3124
3135
|
]
|
|
3125
3136
|
}
|
|
3126
3137
|
])
|