@wix/auto_sdk_data-extension-schema_schemas 1.0.131 → 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) => {
@@ -2962,6 +2963,7 @@ var ParameterType = /* @__PURE__ */ ((ParameterType2) => {
2962
2963
  ParameterType2["COUNTRY_SUBDIVISION"] = "COUNTRY_SUBDIVISION";
2963
2964
  ParameterType2["LANGUAGE"] = "LANGUAGE";
2964
2965
  ParameterType2["MONEY"] = "MONEY";
2966
+ ParameterType2["COUNTRY_WITH_SUBDIVISION"] = "COUNTRY_WITH_SUBDIVISION";
2965
2967
  return ParameterType2;
2966
2968
  })(ParameterType || {});
2967
2969
  var FilterValueDefinitionMode = /* @__PURE__ */ ((FilterValueDefinitionMode2) => {
@@ -3271,7 +3273,9 @@ var onDataExtensionSchemaUpdated = (0, import_sdk_types.EventDefinition)(
3271
3273
  paths: [
3272
3274
  { path: "entity.updatedDate" },
3273
3275
  { path: "entity.createdDate" },
3274
- { path: "metadata.eventTime" }
3276
+ { path: "metadata.eventTime" },
3277
+ { path: "modifiedFields.updatedDate" },
3278
+ { path: "modifiedFields.createdDate" }
3275
3279
  ]
3276
3280
  }
3277
3281
  ])