@wix/auto_sdk_blog_draft-posts 1.0.47 → 1.0.49
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 -14
- 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 -14
- 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 -14
- 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 -14
- 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
|
@@ -969,10 +969,11 @@ interface HTMLDataDataOneOf {
|
|
|
969
969
|
}
|
|
970
970
|
declare enum Source {
|
|
971
971
|
HTML = "HTML",
|
|
972
|
-
ADSENSE = "ADSENSE"
|
|
972
|
+
ADSENSE = "ADSENSE",
|
|
973
|
+
AI = "AI"
|
|
973
974
|
}
|
|
974
975
|
/** @enumType */
|
|
975
|
-
type SourceWithLiterals = Source | 'HTML' | 'ADSENSE';
|
|
976
|
+
type SourceWithLiterals = Source | 'HTML' | 'ADSENSE' | 'AI';
|
|
976
977
|
interface ImageData {
|
|
977
978
|
/** Styling for the image's container. */
|
|
978
979
|
containerData?: PluginContainerData;
|
|
@@ -3128,16 +3129,12 @@ interface DraftCreatedEnvelope {
|
|
|
3128
3129
|
* Triggered when a draft post is created.
|
|
3129
3130
|
* @permissionScope Manage Blog
|
|
3130
3131
|
* @permissionScopeId SCOPE.DC-BLOG.MANAGE-BLOG
|
|
3131
|
-
* @permissionScope Manage Blog
|
|
3132
|
-
* @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
|
|
3133
3132
|
* @permissionScope Read Draft Blog Posts
|
|
3134
3133
|
* @permissionScopeId SCOPE.DC-BLOG.READ-DRAFT-POSTS
|
|
3135
3134
|
* @permissionScope Read Blog
|
|
3136
3135
|
* @permissionScopeId SCOPE.DC-BLOG.READ-BLOGS
|
|
3137
3136
|
* @permissionScope Manage Blog
|
|
3138
3137
|
* @permissionScopeId SCOPE.DC-BLOG.MANAGE-BLOG
|
|
3139
|
-
* @permissionScope Manage Blog
|
|
3140
|
-
* @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
|
|
3141
3138
|
* @permissionScope Read Draft Blog Posts
|
|
3142
3139
|
* @permissionScopeId SCOPE.DC-BLOG.READ-DRAFT-POSTS
|
|
3143
3140
|
* @permissionId BLOG.READ_ANY_DRAFT
|
|
@@ -3156,16 +3153,12 @@ interface DraftDeletedEnvelope {
|
|
|
3156
3153
|
* Triggered when a draft post is deleted.
|
|
3157
3154
|
* @permissionScope Manage Blog
|
|
3158
3155
|
* @permissionScopeId SCOPE.DC-BLOG.MANAGE-BLOG
|
|
3159
|
-
* @permissionScope Manage Blog
|
|
3160
|
-
* @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
|
|
3161
3156
|
* @permissionScope Read Draft Blog Posts
|
|
3162
3157
|
* @permissionScopeId SCOPE.DC-BLOG.READ-DRAFT-POSTS
|
|
3163
3158
|
* @permissionScope Read Blog
|
|
3164
3159
|
* @permissionScopeId SCOPE.DC-BLOG.READ-BLOGS
|
|
3165
3160
|
* @permissionScope Manage Blog
|
|
3166
3161
|
* @permissionScopeId SCOPE.DC-BLOG.MANAGE-BLOG
|
|
3167
|
-
* @permissionScope Manage Blog
|
|
3168
|
-
* @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
|
|
3169
3162
|
* @permissionScope Read Draft Blog Posts
|
|
3170
3163
|
* @permissionScopeId SCOPE.DC-BLOG.READ-DRAFT-POSTS
|
|
3171
3164
|
* @permissionId BLOG.READ_ANY_DRAFT
|
|
@@ -3184,16 +3177,12 @@ interface DraftUpdatedEnvelope {
|
|
|
3184
3177
|
* Triggered when a draft post is updated.
|
|
3185
3178
|
* @permissionScope Manage Blog
|
|
3186
3179
|
* @permissionScopeId SCOPE.DC-BLOG.MANAGE-BLOG
|
|
3187
|
-
* @permissionScope Manage Blog
|
|
3188
|
-
* @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
|
|
3189
3180
|
* @permissionScope Read Draft Blog Posts
|
|
3190
3181
|
* @permissionScopeId SCOPE.DC-BLOG.READ-DRAFT-POSTS
|
|
3191
3182
|
* @permissionScope Read Blog
|
|
3192
3183
|
* @permissionScopeId SCOPE.DC-BLOG.READ-BLOGS
|
|
3193
3184
|
* @permissionScope Manage Blog
|
|
3194
3185
|
* @permissionScopeId SCOPE.DC-BLOG.MANAGE-BLOG
|
|
3195
|
-
* @permissionScope Manage Blog
|
|
3196
|
-
* @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
|
|
3197
3186
|
* @permissionScope Read Draft Blog Posts
|
|
3198
3187
|
* @permissionScopeId SCOPE.DC-BLOG.READ-DRAFT-POSTS
|
|
3199
3188
|
* @permissionId BLOG.READ_ANY_DRAFT
|
|
@@ -1865,6 +1865,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
|
|
|
1865
1865
|
var Source = /* @__PURE__ */ ((Source2) => {
|
|
1866
1866
|
Source2["HTML"] = "HTML";
|
|
1867
1867
|
Source2["ADSENSE"] = "ADSENSE";
|
|
1868
|
+
Source2["AI"] = "AI";
|
|
1868
1869
|
return Source2;
|
|
1869
1870
|
})(Source || {});
|
|
1870
1871
|
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|