@wix/auto_sdk_ecom_checkout-templates 1.0.89 → 1.0.91

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.
@@ -144,6 +144,9 @@ function createCheckoutTemplate(payload) {
144
144
  },
145
145
  {
146
146
  path: "checkoutTemplate.customLineItems.serviceProperties.scheduledDate"
147
+ },
148
+ {
149
+ path: "checkoutTemplate.customLineItems.serviceProperties.endDate"
147
150
  }
148
151
  ]
149
152
  }
@@ -182,6 +185,9 @@ function createCheckoutTemplate(payload) {
182
185
  },
183
186
  {
184
187
  path: "checkoutTemplate.customLineItems.serviceProperties.scheduledDate"
188
+ },
189
+ {
190
+ path: "checkoutTemplate.customLineItems.serviceProperties.endDate"
185
191
  }
186
192
  ]
187
193
  }
@@ -227,6 +233,9 @@ function getCheckoutTemplate(payload) {
227
233
  },
228
234
  {
229
235
  path: "checkoutTemplate.customLineItems.serviceProperties.scheduledDate"
236
+ },
237
+ {
238
+ path: "checkoutTemplate.customLineItems.serviceProperties.endDate"
230
239
  }
231
240
  ]
232
241
  }
@@ -262,6 +271,9 @@ function updateCheckoutTemplate(payload) {
262
271
  },
263
272
  {
264
273
  path: "checkoutTemplate.customLineItems.serviceProperties.scheduledDate"
274
+ },
275
+ {
276
+ path: "checkoutTemplate.customLineItems.serviceProperties.endDate"
265
277
  }
266
278
  ]
267
279
  }
@@ -300,6 +312,9 @@ function updateCheckoutTemplate(payload) {
300
312
  },
301
313
  {
302
314
  path: "checkoutTemplate.customLineItems.serviceProperties.scheduledDate"
315
+ },
316
+ {
317
+ path: "checkoutTemplate.customLineItems.serviceProperties.endDate"
303
318
  }
304
319
  ]
305
320
  }
@@ -366,6 +381,9 @@ function queryCheckoutTemplates(payload) {
366
381
  },
367
382
  {
368
383
  path: "checkoutTemplates.customLineItems.serviceProperties.scheduledDate"
384
+ },
385
+ {
386
+ path: "checkoutTemplates.customLineItems.serviceProperties.endDate"
369
387
  }
370
388
  ]
371
389
  }
@@ -1052,6 +1070,7 @@ var onCheckoutTemplateCreated = (0, import_sdk_types.EventDefinition)(
1052
1070
  path: "entity.customLineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
1053
1071
  },
1054
1072
  { path: "entity.customLineItems.serviceProperties.scheduledDate" },
1073
+ { path: "entity.customLineItems.serviceProperties.endDate" },
1055
1074
  { path: "metadata.eventTime" }
1056
1075
  ]
1057
1076
  }
@@ -1092,6 +1111,7 @@ var onCheckoutTemplateDeleted = (0, import_sdk_types.EventDefinition)(
1092
1111
  {
1093
1112
  path: "undefined.customLineItems.serviceProperties.scheduledDate"
1094
1113
  },
1114
+ { path: "undefined.customLineItems.serviceProperties.endDate" },
1095
1115
  { path: "metadata.eventTime" }
1096
1116
  ]
1097
1117
  }
@@ -1130,6 +1150,7 @@ var onCheckoutTemplateUpdated = (0, import_sdk_types.EventDefinition)(
1130
1150
  path: "entity.customLineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
1131
1151
  },
1132
1152
  { path: "entity.customLineItems.serviceProperties.scheduledDate" },
1153
+ { path: "entity.customLineItems.serviceProperties.endDate" },
1133
1154
  { path: "metadata.eventTime" }
1134
1155
  ]
1135
1156
  }
@@ -1186,12 +1207,16 @@ var onCheckoutTemplateUsed = (0, import_sdk_types.EventDefinition)(
1186
1207
  {
1187
1208
  path: "data.checkoutTemplate.customLineItems.serviceProperties.scheduledDate"
1188
1209
  },
1210
+ {
1211
+ path: "data.checkoutTemplate.customLineItems.serviceProperties.endDate"
1212
+ },
1189
1213
  { path: "data.checkout.createdDate" },
1190
1214
  { path: "data.checkout.updatedDate" },
1191
1215
  {
1192
1216
  path: "data.checkout.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
1193
1217
  },
1194
1218
  { path: "data.checkout.lineItems.serviceProperties.scheduledDate" },
1219
+ { path: "data.checkout.lineItems.serviceProperties.endDate" },
1195
1220
  {
1196
1221
  path: "data.checkout.shippingInfo.selectedCarrierServiceOption.logistics.deliveryTimeSlot.from"
1197
1222
  },