@wix/app-extensions 1.0.149 → 1.0.150
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.
- package/build/cjs/index.js +8 -8
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +7 -7
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +48 -4
- package/build/trusted/cjs/index.js +8 -8
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +48 -4
- package/build/trusted/es/index.mjs +7 -7
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -72,6 +72,7 @@ __export(index_exports, {
|
|
|
72
72
|
ComponentPresent: () => ComponentPresent,
|
|
73
73
|
ComponentToViewOption: () => ComponentToViewOption,
|
|
74
74
|
ComponentType: () => ComponentType,
|
|
75
|
+
ConfigurationScope: () => ConfigurationScope,
|
|
75
76
|
ConfirmationLevel: () => ConfirmationLevel,
|
|
76
77
|
ConnectMethod: () => ConnectMethod,
|
|
77
78
|
ConnectionMethod: () => ConnectionMethod,
|
|
@@ -266,7 +267,6 @@ __export(index_exports, {
|
|
|
266
267
|
SchemaFieldExposure: () => SchemaFieldExposure,
|
|
267
268
|
SchemaFieldFieldType: () => SchemaFieldFieldType,
|
|
268
269
|
SchemaScope: () => SchemaScope,
|
|
269
|
-
Scope: () => Scope,
|
|
270
270
|
ScopeSeparator: () => ScopeSeparator,
|
|
271
271
|
ScopeType: () => ScopeType,
|
|
272
272
|
ScriptType: () => ScriptType,
|
|
@@ -2475,12 +2475,12 @@ var WixCodePublishTaskName = /* @__PURE__ */ ((WixCodePublishTaskName2) => {
|
|
|
2475
2475
|
WixCodePublishTaskName2["CODE_PACKAGES_REGISTRATION"] = "CODE_PACKAGES_REGISTRATION";
|
|
2476
2476
|
return WixCodePublishTaskName2;
|
|
2477
2477
|
})(WixCodePublishTaskName || {});
|
|
2478
|
-
var
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
return
|
|
2483
|
-
})(
|
|
2478
|
+
var ConfigurationScope = /* @__PURE__ */ ((ConfigurationScope2) => {
|
|
2479
|
+
ConfigurationScope2["UNKNOWN_SCOPE"] = "UNKNOWN_SCOPE";
|
|
2480
|
+
ConfigurationScope2["SITE"] = "SITE";
|
|
2481
|
+
ConfigurationScope2["ENTITY"] = "ENTITY";
|
|
2482
|
+
return ConfigurationScope2;
|
|
2483
|
+
})(ConfigurationScope || {});
|
|
2484
2484
|
var ChannelConfigurationChannelType = /* @__PURE__ */ ((ChannelConfigurationChannelType2) => {
|
|
2485
2485
|
ChannelConfigurationChannelType2["UNKNOWN_CHANNEL_TYPE"] = "UNKNOWN_CHANNEL_TYPE";
|
|
2486
2486
|
ChannelConfigurationChannelType2["DIRECT_MESSAGING"] = "DIRECT_MESSAGING";
|
|
@@ -6747,6 +6747,7 @@ function webhookProviderModule({
|
|
|
6747
6747
|
ComponentPresent,
|
|
6748
6748
|
ComponentToViewOption,
|
|
6749
6749
|
ComponentType,
|
|
6750
|
+
ConfigurationScope,
|
|
6750
6751
|
ConfirmationLevel,
|
|
6751
6752
|
ConnectMethod,
|
|
6752
6753
|
ConnectionMethod,
|
|
@@ -6941,7 +6942,6 @@ function webhookProviderModule({
|
|
|
6941
6942
|
SchemaFieldExposure,
|
|
6942
6943
|
SchemaFieldFieldType,
|
|
6943
6944
|
SchemaScope,
|
|
6944
|
-
Scope,
|
|
6945
6945
|
ScopeSeparator,
|
|
6946
6946
|
ScopeType,
|
|
6947
6947
|
ScriptType,
|