@wix/auto_sdk_data-extension-schema_schemas 1.0.220 → 1.0.222

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.
@@ -3801,10 +3801,12 @@ declare enum BackOfficeHostingPlatforms {
3801
3801
  /** Payments by Wix Back Office */
3802
3802
  PAYMENTS_BO = "PAYMENTS_BO",
3803
3803
  /** Symphony Giza host */
3804
- SYMPHONY = "SYMPHONY"
3804
+ SYMPHONY = "SYMPHONY",
3805
+ /** BMR Giza host */
3806
+ BMR = "BMR"
3805
3807
  }
3806
3808
  /** @enumType */
3807
- type BackOfficeHostingPlatformsWithLiterals = BackOfficeHostingPlatforms | 'NO_HOSTING_PLATFORM' | 'BUSINESS_MANAGER' | 'ACCOUNT_MANAGER' | 'DEV_CENTER' | 'ENTERPRISE' | 'PARTNERS_DASHBOARD' | 'FINANCIALS_INTERNAL_BO' | 'FED_GUILD_POC' | 'STUDIO_DASHBOARD' | 'CHANNELS' | 'DATA_TOOLS' | 'PSP_BACKOFFICE' | 'RISE_PLATFORM_ACCOUNT_DASHBOARD' | 'DEMO_DASHBOARD_ENTERPRISE' | 'AI_SCHEDULING_ASSISTANT_DASHBOARD' | 'GETTING_PAID' | 'DATA' | 'LITE_DASHBOARD' | 'PICASSO_EDITOR' | 'BASE44_DASHBOARD_POC' | 'WIXEL_EDITOR' | 'BASE44_PLATFORM' | 'PAYMENTS_BO' | 'SYMPHONY';
3809
+ type BackOfficeHostingPlatformsWithLiterals = BackOfficeHostingPlatforms | 'NO_HOSTING_PLATFORM' | 'BUSINESS_MANAGER' | 'ACCOUNT_MANAGER' | 'DEV_CENTER' | 'ENTERPRISE' | 'PARTNERS_DASHBOARD' | 'FINANCIALS_INTERNAL_BO' | 'FED_GUILD_POC' | 'STUDIO_DASHBOARD' | 'CHANNELS' | 'DATA_TOOLS' | 'PSP_BACKOFFICE' | 'RISE_PLATFORM_ACCOUNT_DASHBOARD' | 'DEMO_DASHBOARD_ENTERPRISE' | 'AI_SCHEDULING_ASSISTANT_DASHBOARD' | 'GETTING_PAID' | 'DATA' | 'LITE_DASHBOARD' | 'PICASSO_EDITOR' | 'BASE44_DASHBOARD_POC' | 'WIXEL_EDITOR' | 'BASE44_PLATFORM' | 'PAYMENTS_BO' | 'SYMPHONY' | 'BMR';
3808
3810
  /** Definitions of common slots properties */
3809
3811
  interface SlotData extends SlotDataSlotTypeOneOf {
3810
3812
  /** Widget-specific slot. */
@@ -20718,6 +20720,8 @@ interface DataExtensionSchemaCreatedEnvelope {
20718
20720
  }
20719
20721
  /**
20720
20722
  * Triggered when a data extension schema is created.
20723
+ * @permissionScope Manage_Wix_Rentals_App_Forms_submissions
20724
+ * @permissionScopeId SCOPE.RENTALS.MANAGE
20721
20725
  * @permissionScope Manage Stores
20722
20726
  * @permissionScopeId SCOPE.STORES.MANAGE-STORES
20723
20727
  * @permissionScope Manage Bookings Services and Settings
@@ -20757,6 +20761,8 @@ interface DataExtensionSchemaDeletedEnvelope {
20757
20761
  }
20758
20762
  /**
20759
20763
  * Triggered when a data extension schema is deleted.
20764
+ * @permissionScope Manage_Wix_Rentals_App_Forms_submissions
20765
+ * @permissionScopeId SCOPE.RENTALS.MANAGE
20760
20766
  * @permissionScope Manage Stores
20761
20767
  * @permissionScopeId SCOPE.STORES.MANAGE-STORES
20762
20768
  * @permissionScope Manage Bookings Services and Settings
@@ -20799,6 +20805,8 @@ interface DataExtensionSchemaUpdatedEnvelope {
20799
20805
  }
20800
20806
  /**
20801
20807
  * Triggered when a data extension schema is updated.
20808
+ * @permissionScope Manage_Wix_Rentals_App_Forms_submissions
20809
+ * @permissionScopeId SCOPE.RENTALS.MANAGE
20802
20810
  * @permissionScope Manage Stores
20803
20811
  * @permissionScopeId SCOPE.STORES.MANAGE-STORES
20804
20812
  * @permissionScope Manage Bookings Services and Settings
@@ -805,6 +805,7 @@ var BackOfficeHostingPlatforms = /* @__PURE__ */ ((BackOfficeHostingPlatforms2)
805
805
  BackOfficeHostingPlatforms2["BASE44_PLATFORM"] = "BASE44_PLATFORM";
806
806
  BackOfficeHostingPlatforms2["PAYMENTS_BO"] = "PAYMENTS_BO";
807
807
  BackOfficeHostingPlatforms2["SYMPHONY"] = "SYMPHONY";
808
+ BackOfficeHostingPlatforms2["BMR"] = "BMR";
808
809
  return BackOfficeHostingPlatforms2;
809
810
  })(BackOfficeHostingPlatforms || {});
810
811
  var DtsDefinitionType = /* @__PURE__ */ ((DtsDefinitionType2) => {