@wix/auto_sdk_events_wix-events-v-2 1.0.58 → 1.0.60
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 +1 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +3 -20
- package/build/cjs/index.typings.js +1 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +3 -2
- package/build/cjs/meta.js +1 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +1 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +3 -20
- package/build/es/index.typings.mjs +1 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +3 -2
- package/build/es/meta.mjs +1 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +1 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +3 -20
- package/build/internal/cjs/index.typings.js +1 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +3 -2
- package/build/internal/cjs/meta.js +1 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +1 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +3 -20
- package/build/internal/es/index.typings.mjs +1 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +3 -2
- package/build/internal/es/meta.mjs +1 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1970,10 +1970,11 @@ interface HTMLDataDataOneOf {
|
|
|
1970
1970
|
}
|
|
1971
1971
|
declare enum Source {
|
|
1972
1972
|
HTML = "HTML",
|
|
1973
|
-
ADSENSE = "ADSENSE"
|
|
1973
|
+
ADSENSE = "ADSENSE",
|
|
1974
|
+
AI = "AI"
|
|
1974
1975
|
}
|
|
1975
1976
|
/** @enumType */
|
|
1976
|
-
type SourceWithLiterals = Source | 'HTML' | 'ADSENSE';
|
|
1977
|
+
type SourceWithLiterals = Source | 'HTML' | 'ADSENSE' | 'AI';
|
|
1977
1978
|
interface ImageData {
|
|
1978
1979
|
/** Styling for the image's container. */
|
|
1979
1980
|
containerData?: PluginContainerData;
|
|
@@ -3904,8 +3905,6 @@ interface EventCanceledEnvelope {
|
|
|
3904
3905
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
3905
3906
|
* @permissionScope View SEO Settings
|
|
3906
3907
|
* @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
|
|
3907
|
-
* @permissionScope Manage Blog
|
|
3908
|
-
* @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
|
|
3909
3908
|
* @permissionScope Access Verticals by Automations
|
|
3910
3909
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
3911
3910
|
* @permissionScope Manage Restaurants - all permissions
|
|
@@ -3946,8 +3945,6 @@ interface EventClonedEnvelope {
|
|
|
3946
3945
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
3947
3946
|
* @permissionScope View SEO Settings
|
|
3948
3947
|
* @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
|
|
3949
|
-
* @permissionScope Manage Blog
|
|
3950
|
-
* @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
|
|
3951
3948
|
* @permissionScope Access Verticals by Automations
|
|
3952
3949
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
3953
3950
|
* @permissionScope Manage Restaurants - all permissions
|
|
@@ -3988,8 +3985,6 @@ interface EventCreatedEnvelope {
|
|
|
3988
3985
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
3989
3986
|
* @permissionScope View SEO Settings
|
|
3990
3987
|
* @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
|
|
3991
|
-
* @permissionScope Manage Blog
|
|
3992
|
-
* @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
|
|
3993
3988
|
* @permissionScope Access Verticals by Automations
|
|
3994
3989
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
3995
3990
|
* @permissionScope Manage Restaurants - all permissions
|
|
@@ -4029,8 +4024,6 @@ interface EventDeletedEnvelope {
|
|
|
4029
4024
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
4030
4025
|
* @permissionScope View SEO Settings
|
|
4031
4026
|
* @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
|
|
4032
|
-
* @permissionScope Manage Blog
|
|
4033
|
-
* @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
|
|
4034
4027
|
* @permissionScope Access Verticals by Automations
|
|
4035
4028
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
4036
4029
|
* @permissionScope Manage Restaurants - all permissions
|
|
@@ -4071,8 +4064,6 @@ interface EventEndedEnvelope {
|
|
|
4071
4064
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
4072
4065
|
* @permissionScope View SEO Settings
|
|
4073
4066
|
* @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
|
|
4074
|
-
* @permissionScope Manage Blog
|
|
4075
|
-
* @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
|
|
4076
4067
|
* @permissionScope Access Verticals by Automations
|
|
4077
4068
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
4078
4069
|
* @permissionScope Manage Restaurants - all permissions
|
|
@@ -4113,8 +4104,6 @@ interface EventPublishedEnvelope {
|
|
|
4113
4104
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
4114
4105
|
* @permissionScope View SEO Settings
|
|
4115
4106
|
* @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
|
|
4116
|
-
* @permissionScope Manage Blog
|
|
4117
|
-
* @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
|
|
4118
4107
|
* @permissionScope Access Verticals by Automations
|
|
4119
4108
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
4120
4109
|
* @permissionScope Manage Restaurants - all permissions
|
|
@@ -4161,8 +4150,6 @@ interface EventReminderEnvelope {
|
|
|
4161
4150
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
4162
4151
|
* @permissionScope View SEO Settings
|
|
4163
4152
|
* @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
|
|
4164
|
-
* @permissionScope Manage Blog
|
|
4165
|
-
* @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
|
|
4166
4153
|
* @permissionScope Access Verticals by Automations
|
|
4167
4154
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
4168
4155
|
* @permissionScope Manage Restaurants - all permissions
|
|
@@ -4203,8 +4190,6 @@ interface EventStartedEnvelope {
|
|
|
4203
4190
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
4204
4191
|
* @permissionScope View SEO Settings
|
|
4205
4192
|
* @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
|
|
4206
|
-
* @permissionScope Manage Blog
|
|
4207
|
-
* @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
|
|
4208
4193
|
* @permissionScope Access Verticals by Automations
|
|
4209
4194
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
4210
4195
|
* @permissionScope Manage Restaurants - all permissions
|
|
@@ -4245,8 +4230,6 @@ interface EventUpdatedEnvelope {
|
|
|
4245
4230
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
4246
4231
|
* @permissionScope View SEO Settings
|
|
4247
4232
|
* @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
|
|
4248
|
-
* @permissionScope Manage Blog
|
|
4249
|
-
* @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
|
|
4250
4233
|
* @permissionScope Access Verticals by Automations
|
|
4251
4234
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
4252
4235
|
* @permissionScope Manage Restaurants - all permissions
|
|
@@ -1416,6 +1416,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
|
|
|
1416
1416
|
var Source = /* @__PURE__ */ ((Source2) => {
|
|
1417
1417
|
Source2["HTML"] = "HTML";
|
|
1418
1418
|
Source2["ADSENSE"] = "ADSENSE";
|
|
1419
|
+
Source2["AI"] = "AI";
|
|
1419
1420
|
return Source2;
|
|
1420
1421
|
})(Source || {});
|
|
1421
1422
|
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|