@wix/auto_sdk_data-extension-schema_schemas 1.0.132 → 1.0.133

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.
@@ -1071,6 +1071,7 @@ var BackOfficeHostingPlatforms = /* @__PURE__ */ ((BackOfficeHostingPlatforms2)
1071
1071
  BackOfficeHostingPlatforms2["BASE44_DASHBOARD_POC"] = "BASE44_DASHBOARD_POC";
1072
1072
  BackOfficeHostingPlatforms2["WIXEL_EDITOR"] = "WIXEL_EDITOR";
1073
1073
  BackOfficeHostingPlatforms2["BASE44_PLATFORM"] = "BASE44_PLATFORM";
1074
+ BackOfficeHostingPlatforms2["PAYMENTS_BO"] = "PAYMENTS_BO";
1074
1075
  return BackOfficeHostingPlatforms2;
1075
1076
  })(BackOfficeHostingPlatforms || {});
1076
1077
  var DtsDefinitionType = /* @__PURE__ */ ((DtsDefinitionType2) => {
@@ -3272,7 +3273,9 @@ var onDataExtensionSchemaUpdated = (0, import_sdk_types.EventDefinition)(
3272
3273
  paths: [
3273
3274
  { path: "entity.updatedDate" },
3274
3275
  { path: "entity.createdDate" },
3275
- { path: "metadata.eventTime" }
3276
+ { path: "metadata.eventTime" },
3277
+ { path: "modifiedFields.updatedDate" },
3278
+ { path: "modifiedFields.createdDate" }
3276
3279
  ]
3277
3280
  }
3278
3281
  ])