@wix/auto_sdk_blog_draft-posts 1.0.47 → 1.0.48
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.map +1 -1
- package/build/cjs/index.typings.d.ts +0 -12
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +0 -12
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +0 -12
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +0 -12
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -3128,16 +3128,12 @@ interface DraftCreatedEnvelope {
|
|
|
3128
3128
|
* Triggered when a draft post is created.
|
|
3129
3129
|
* @permissionScope Manage Blog
|
|
3130
3130
|
* @permissionScopeId SCOPE.DC-BLOG.MANAGE-BLOG
|
|
3131
|
-
* @permissionScope Manage Blog
|
|
3132
|
-
* @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
|
|
3133
3131
|
* @permissionScope Read Draft Blog Posts
|
|
3134
3132
|
* @permissionScopeId SCOPE.DC-BLOG.READ-DRAFT-POSTS
|
|
3135
3133
|
* @permissionScope Read Blog
|
|
3136
3134
|
* @permissionScopeId SCOPE.DC-BLOG.READ-BLOGS
|
|
3137
3135
|
* @permissionScope Manage Blog
|
|
3138
3136
|
* @permissionScopeId SCOPE.DC-BLOG.MANAGE-BLOG
|
|
3139
|
-
* @permissionScope Manage Blog
|
|
3140
|
-
* @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
|
|
3141
3137
|
* @permissionScope Read Draft Blog Posts
|
|
3142
3138
|
* @permissionScopeId SCOPE.DC-BLOG.READ-DRAFT-POSTS
|
|
3143
3139
|
* @permissionId BLOG.READ_ANY_DRAFT
|
|
@@ -3156,16 +3152,12 @@ interface DraftDeletedEnvelope {
|
|
|
3156
3152
|
* Triggered when a draft post is deleted.
|
|
3157
3153
|
* @permissionScope Manage Blog
|
|
3158
3154
|
* @permissionScopeId SCOPE.DC-BLOG.MANAGE-BLOG
|
|
3159
|
-
* @permissionScope Manage Blog
|
|
3160
|
-
* @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
|
|
3161
3155
|
* @permissionScope Read Draft Blog Posts
|
|
3162
3156
|
* @permissionScopeId SCOPE.DC-BLOG.READ-DRAFT-POSTS
|
|
3163
3157
|
* @permissionScope Read Blog
|
|
3164
3158
|
* @permissionScopeId SCOPE.DC-BLOG.READ-BLOGS
|
|
3165
3159
|
* @permissionScope Manage Blog
|
|
3166
3160
|
* @permissionScopeId SCOPE.DC-BLOG.MANAGE-BLOG
|
|
3167
|
-
* @permissionScope Manage Blog
|
|
3168
|
-
* @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
|
|
3169
3161
|
* @permissionScope Read Draft Blog Posts
|
|
3170
3162
|
* @permissionScopeId SCOPE.DC-BLOG.READ-DRAFT-POSTS
|
|
3171
3163
|
* @permissionId BLOG.READ_ANY_DRAFT
|
|
@@ -3184,16 +3176,12 @@ interface DraftUpdatedEnvelope {
|
|
|
3184
3176
|
* Triggered when a draft post is updated.
|
|
3185
3177
|
* @permissionScope Manage Blog
|
|
3186
3178
|
* @permissionScopeId SCOPE.DC-BLOG.MANAGE-BLOG
|
|
3187
|
-
* @permissionScope Manage Blog
|
|
3188
|
-
* @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
|
|
3189
3179
|
* @permissionScope Read Draft Blog Posts
|
|
3190
3180
|
* @permissionScopeId SCOPE.DC-BLOG.READ-DRAFT-POSTS
|
|
3191
3181
|
* @permissionScope Read Blog
|
|
3192
3182
|
* @permissionScopeId SCOPE.DC-BLOG.READ-BLOGS
|
|
3193
3183
|
* @permissionScope Manage Blog
|
|
3194
3184
|
* @permissionScopeId SCOPE.DC-BLOG.MANAGE-BLOG
|
|
3195
|
-
* @permissionScope Manage Blog
|
|
3196
|
-
* @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
|
|
3197
3185
|
* @permissionScope Read Draft Blog Posts
|
|
3198
3186
|
* @permissionScopeId SCOPE.DC-BLOG.READ-DRAFT-POSTS
|
|
3199
3187
|
* @permissionId BLOG.READ_ANY_DRAFT
|