@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.
- package/build/cjs/index.js +1 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +3 -4
- 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 -4
- 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 -4
- 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 -4
- 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
|
@@ -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) => {
|