@wix/app-extensions 1.0.149 → 1.0.151

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.
@@ -1893,12 +1893,12 @@ var WixCodePublishTaskName = /* @__PURE__ */ ((WixCodePublishTaskName2) => {
1893
1893
  WixCodePublishTaskName2["CODE_PACKAGES_REGISTRATION"] = "CODE_PACKAGES_REGISTRATION";
1894
1894
  return WixCodePublishTaskName2;
1895
1895
  })(WixCodePublishTaskName || {});
1896
- var Scope = /* @__PURE__ */ ((Scope2) => {
1897
- Scope2["UNKNOWN_SCOPE"] = "UNKNOWN_SCOPE";
1898
- Scope2["SITE"] = "SITE";
1899
- Scope2["ENTITY"] = "ENTITY";
1900
- return Scope2;
1901
- })(Scope || {});
1896
+ var ConfigurationScope = /* @__PURE__ */ ((ConfigurationScope2) => {
1897
+ ConfigurationScope2["UNKNOWN_SCOPE"] = "UNKNOWN_SCOPE";
1898
+ ConfigurationScope2["SITE"] = "SITE";
1899
+ ConfigurationScope2["ENTITY"] = "ENTITY";
1900
+ return ConfigurationScope2;
1901
+ })(ConfigurationScope || {});
1902
1902
  var ChannelConfigurationChannelType = /* @__PURE__ */ ((ChannelConfigurationChannelType2) => {
1903
1903
  ChannelConfigurationChannelType2["UNKNOWN_CHANNEL_TYPE"] = "UNKNOWN_CHANNEL_TYPE";
1904
1904
  ChannelConfigurationChannelType2["DIRECT_MESSAGING"] = "DIRECT_MESSAGING";
@@ -6164,6 +6164,7 @@ export {
6164
6164
  ComponentPresent,
6165
6165
  ComponentToViewOption,
6166
6166
  ComponentType,
6167
+ ConfigurationScope,
6167
6168
  ConfirmationLevel,
6168
6169
  ConnectMethod,
6169
6170
  ConnectionMethod,
@@ -6358,7 +6359,6 @@ export {
6358
6359
  SchemaFieldExposure,
6359
6360
  SchemaFieldFieldType,
6360
6361
  SchemaScope,
6361
- Scope,
6362
6362
  ScopeSeparator,
6363
6363
  ScopeType,
6364
6364
  ScriptType,