@wix/auto_sdk_events_forms 1.0.54 → 1.0.56

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.
@@ -2242,10 +2242,11 @@ interface HTMLDataDataOneOf {
2242
2242
  }
2243
2243
  declare enum Source {
2244
2244
  HTML = "HTML",
2245
- ADSENSE = "ADSENSE"
2245
+ ADSENSE = "ADSENSE",
2246
+ AI = "AI"
2246
2247
  }
2247
2248
  /** @enumType */
2248
- type SourceWithLiterals = Source | 'HTML' | 'ADSENSE';
2249
+ type SourceWithLiterals = Source | 'HTML' | 'ADSENSE' | 'AI';
2249
2250
  interface ImageData {
2250
2251
  /** Styling for the image's container. */
2251
2252
  containerData?: PluginContainerData;
@@ -3448,8 +3449,6 @@ interface FormEventUpdatedEnvelope {
3448
3449
  * @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
3449
3450
  * @permissionScope View SEO Settings
3450
3451
  * @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
3451
- * @permissionScope Manage Blog
3452
- * @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
3453
3452
  * @permissionScope Access Verticals by Automations
3454
3453
  * @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
3455
3454
  * @permissionScope Manage Restaurants - all permissions
@@ -900,6 +900,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
900
900
  var Source = /* @__PURE__ */ ((Source2) => {
901
901
  Source2["HTML"] = "HTML";
902
902
  Source2["ADSENSE"] = "ADSENSE";
903
+ Source2["AI"] = "AI";
903
904
  return Source2;
904
905
  })(Source || {});
905
906
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {