@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.
- package/README.md +20 -0
- 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/es/index.mjs
CHANGED
|
@@ -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
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
return
|
|
1901
|
-
})(
|
|
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,
|