@wix/auto_sdk_blog_draft-posts 1.0.44 → 1.0.46
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.d.ts +1 -1
- package/build/cjs/index.js +42 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +1 -26
- package/build/cjs/index.typings.js +42 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +710 -1
- package/build/cjs/meta.js +503 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +42 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +1 -26
- package/build/es/index.typings.mjs +42 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +710 -1
- package/build/es/meta.mjs +456 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +42 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +1 -26
- package/build/internal/cjs/index.typings.js +42 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +710 -1
- package/build/internal/cjs/meta.js +503 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +42 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +1 -26
- package/build/internal/es/index.typings.mjs +42 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +710 -1
- package/build/internal/es/meta.mjs +456 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -3098,31 +3098,6 @@ interface BulkUpdateDraftPostLanguageResponse {
|
|
|
3098
3098
|
/** Bulk action metadata */
|
|
3099
3099
|
bulkActionMetadata?: BulkActionMetadata;
|
|
3100
3100
|
}
|
|
3101
|
-
interface GetPostAmountsByLanguageRequest {
|
|
3102
|
-
/**
|
|
3103
|
-
* Post status to filter by
|
|
3104
|
-
* @maxLength 100
|
|
3105
|
-
*/
|
|
3106
|
-
status?: string;
|
|
3107
|
-
}
|
|
3108
|
-
interface GetPostAmountsByLanguageResponse {
|
|
3109
|
-
/** Post amounts by language */
|
|
3110
|
-
postAmountsByLanguage?: PostAmountByLanguage[];
|
|
3111
|
-
}
|
|
3112
|
-
interface PostAmountByLanguage {
|
|
3113
|
-
/**
|
|
3114
|
-
* Post language code
|
|
3115
|
-
* @format LANGUAGE_TAG
|
|
3116
|
-
*/
|
|
3117
|
-
languageCode?: string;
|
|
3118
|
-
/**
|
|
3119
|
-
* Language flag
|
|
3120
|
-
* @format LANGUAGE_TAG
|
|
3121
|
-
*/
|
|
3122
|
-
flag?: string;
|
|
3123
|
-
/** Post amount in that language */
|
|
3124
|
-
postAmount?: number;
|
|
3125
|
-
}
|
|
3126
3101
|
interface BulkRevertToUnpublishedRequest {
|
|
3127
3102
|
/**
|
|
3128
3103
|
* Source post IDs.
|
|
@@ -3910,4 +3885,4 @@ interface DraftPostsQueryBuilder {
|
|
|
3910
3885
|
*/
|
|
3911
3886
|
declare function publishDraftPost(draftPostId: string): Promise<NonNullablePaths<PublishDraftPostResponse, `postId`, 2>>;
|
|
3912
3887
|
|
|
3913
|
-
export { Action, type ActionEvent, type ActionWithLiterals, Alignment, type AlignmentWithLiterals, type AnchorData, type AppEmbedData, type AppEmbedDataAppDataOneOf, AppType, type AppTypeWithLiterals, type ApplicationError, type ApproveDraftPostRequest, type ApproveDraftPostResponse, AspectRatio, type AspectRatioWithLiterals, type AudioData, type Background, type BackgroundBackgroundOneOf, BackgroundType, type BackgroundTypeWithLiterals, type BaseEventMetadata, type BlockquoteData, type BlogPaging, type BookingData, type Border, type BorderColors, type BulkActionMetadata, type BulkCreateDraftPostsOptions, type BulkCreateDraftPostsRequest, type BulkCreateDraftPostsResponse, type BulkDeleteDraftPostsOptions, type BulkDeleteDraftPostsRequest, type BulkDeleteDraftPostsResponse, type BulkDraftPostResult, type BulkRejectDraftPostRequest, type BulkRejectDraftPostResponse, type BulkRevertToUnpublishedRequest, type BulkRevertToUnpublishedResponse, type BulkUpdateDraftPostLanguageRequest, type BulkUpdateDraftPostLanguageResponse, type BulkUpdateDraftPostsOptions, type BulkUpdateDraftPostsRequest, type BulkUpdateDraftPostsResponse, type BulletedListData, type ButtonData, ButtonDataType, type ButtonDataTypeWithLiterals, type ButtonStyles, type CaptionData, type CardStyles, CardStylesType, type CardStylesTypeWithLiterals, type Category, type CategoryTranslation, type CellStyle, type CodeBlockData, type CollapsibleListData, type ColorData, type Colors, type CreateDraftPostOptions, type CreateDraftPostRequest, type CreateDraftPostResponse, Crop, type CropWithLiterals, type CursorPaging, type Cursors, type Decoration, type DecorationDataOneOf, DecorationType, type DecorationTypeWithLiterals, type DeleteDraftPostOptions, type DeleteDraftPostRequest, type DeleteDraftPostResponse, type Design, type Dimensions, Direction, type DirectionWithLiterals, type DividerData, DividerDataAlignment, type DividerDataAlignmentWithLiterals, type DocumentStyle, type DomainEvent, type DomainEventBodyOneOf, type DraftCategoriesUpdated, type DraftCreatedEnvelope, type DraftDeletedEnvelope, type DraftPost, type DraftPostOwnerChanged, type DraftPostTranslation, type DraftPostsQueryBuilder, type DraftPostsQueryResult, type DraftTagsUpdated, type DraftUpdatedEnvelope, type EmbedData, type EmbedMedia, type EmbedThumbnail, type EmbedVideo, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EventData, type EventMetadata, Field, type FieldWithLiterals, type FileData, type FileSource, type FileSourceDataOneOf, type FocalPoint, type FontSizeData, FontType, type FontTypeWithLiterals, type GIF, type GIFData, GIFType, type GIFTypeWithLiterals, type GalleryData, type GalleryOptions, type GalleryOptionsLayout, type GetDeletedDraftPostRequest, type GetDeletedDraftPostResponse, type GetDraftPostOptions, type GetDraftPostRequest, type GetDraftPostResponse, type GetDraftPostTotalsRequest, type GetDraftPostTotalsResponse, GetDraftPostsSort, type GetDraftPostsSortWithLiterals, type
|
|
3888
|
+
export { Action, type ActionEvent, type ActionWithLiterals, Alignment, type AlignmentWithLiterals, type AnchorData, type AppEmbedData, type AppEmbedDataAppDataOneOf, AppType, type AppTypeWithLiterals, type ApplicationError, type ApproveDraftPostRequest, type ApproveDraftPostResponse, AspectRatio, type AspectRatioWithLiterals, type AudioData, type Background, type BackgroundBackgroundOneOf, BackgroundType, type BackgroundTypeWithLiterals, type BaseEventMetadata, type BlockquoteData, type BlogPaging, type BookingData, type Border, type BorderColors, type BulkActionMetadata, type BulkCreateDraftPostsOptions, type BulkCreateDraftPostsRequest, type BulkCreateDraftPostsResponse, type BulkDeleteDraftPostsOptions, type BulkDeleteDraftPostsRequest, type BulkDeleteDraftPostsResponse, type BulkDraftPostResult, type BulkRejectDraftPostRequest, type BulkRejectDraftPostResponse, type BulkRevertToUnpublishedRequest, type BulkRevertToUnpublishedResponse, type BulkUpdateDraftPostLanguageRequest, type BulkUpdateDraftPostLanguageResponse, type BulkUpdateDraftPostsOptions, type BulkUpdateDraftPostsRequest, type BulkUpdateDraftPostsResponse, type BulletedListData, type ButtonData, ButtonDataType, type ButtonDataTypeWithLiterals, type ButtonStyles, type CaptionData, type CardStyles, CardStylesType, type CardStylesTypeWithLiterals, type Category, type CategoryTranslation, type CellStyle, type CodeBlockData, type CollapsibleListData, type ColorData, type Colors, type CreateDraftPostOptions, type CreateDraftPostRequest, type CreateDraftPostResponse, Crop, type CropWithLiterals, type CursorPaging, type Cursors, type Decoration, type DecorationDataOneOf, DecorationType, type DecorationTypeWithLiterals, type DeleteDraftPostOptions, type DeleteDraftPostRequest, type DeleteDraftPostResponse, type Design, type Dimensions, Direction, type DirectionWithLiterals, type DividerData, DividerDataAlignment, type DividerDataAlignmentWithLiterals, type DocumentStyle, type DomainEvent, type DomainEventBodyOneOf, type DraftCategoriesUpdated, type DraftCreatedEnvelope, type DraftDeletedEnvelope, type DraftPost, type DraftPostOwnerChanged, type DraftPostTranslation, type DraftPostsQueryBuilder, type DraftPostsQueryResult, type DraftTagsUpdated, type DraftUpdatedEnvelope, type EmbedData, type EmbedMedia, type EmbedThumbnail, type EmbedVideo, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EventData, type EventMetadata, Field, type FieldWithLiterals, type FileData, type FileSource, type FileSourceDataOneOf, type FocalPoint, type FontSizeData, FontType, type FontTypeWithLiterals, type GIF, type GIFData, GIFType, type GIFTypeWithLiterals, type GalleryData, type GalleryOptions, type GalleryOptionsLayout, type GetDeletedDraftPostRequest, type GetDeletedDraftPostResponse, type GetDraftPostOptions, type GetDraftPostRequest, type GetDraftPostResponse, type GetDraftPostTotalsRequest, type GetDraftPostTotalsResponse, GetDraftPostsSort, type GetDraftPostsSortWithLiterals, type Gradient, type HTMLData, type HTMLDataDataOneOf, type HeadingData, type Height, type IdentificationData, type IdentificationDataIdOneOf, type Image, type ImageData, type ImageDataStyles, type ImageStyles, type InitialDraftPostsCopied, InitialExpandedItems, type InitialExpandedItemsWithLiterals, type IsDraftPostAutoTranslatableRequest, type IsDraftPostAutoTranslatableResponse, type Item, type ItemDataOneOf, type ItemMetadata, type ItemStyle, type Keyword, Layout, type LayoutCellData, LayoutType, type LayoutTypeWithLiterals, type LayoutWithLiterals, LineStyle, type LineStyleWithLiterals, type Link, type LinkData, type LinkDataOneOf, type LinkPreviewData, type LinkPreviewDataStyles, type ListDeletedDraftPostsOptions, type ListDeletedDraftPostsRequest, type ListDeletedDraftPostsResponse, type ListDraftPostsOptions, type ListDraftPostsRequest, type ListDraftPostsResponse, type ListValue, type MapData, type MapSettings, MapType, type MapTypeWithLiterals, type MarkPostAsInModerationRequest, type MarkPostAsInModerationResponse, type MaskedDraftPosts, type Media, type MediaMediaOneOf, type MentionData, type MessageEnvelope, type MetaData, type Metadata, type ModerationDetails, ModerationStatusStatus, type ModerationStatusStatusWithLiterals, type Node, type NodeDataOneOf, type NodeStyle, NodeType, type NodeTypeWithLiterals, NullValue, type NullValueWithLiterals, type Oembed, type Option, type OptionDesign, type OptionLayout, type OrderedListData, Orientation, type OrientationWithLiterals, Origin, type OriginWithLiterals, type PDFSettings, type Paging, type PagingMetadataV2, type ParagraphData, type Permissions, Placement, type PlacementWithLiterals, type PlatformQuery, type PlatformQueryPagingMethodOneOf, type PlaybackOptions, type PluginContainerData, PluginContainerDataAlignment, type PluginContainerDataAlignmentWithLiterals, type PluginContainerDataWidth, type PluginContainerDataWidthDataOneOf, type Poll, type PollData, type PollDataLayout, type PollDesign, type PollLayout, PollLayoutDirection, type PollLayoutDirectionWithLiterals, PollLayoutType, type PollLayoutTypeWithLiterals, type PollSettings, Position, type PositionWithLiterals, type PricingData, type PublishDraftPostRequest, type PublishDraftPostResponse, type QueryDraftPostsOptions, type QueryDraftPostsRequest, type QueryDraftPostsResponse, type RejectDraftPostRequest, type RejectDraftPostResponse, type Rel, type RemoveFromTrashBinRequest, type RemoveFromTrashBinResponse, Resizing, type ResizingWithLiterals, type RestoreFromTrashBinRequest, type RestoreFromTrashBinResponse, type RestoreInfo, type RevertToUnpublishedRequest, type RevertToUnpublishedResponse, type RibbonStyles, type RichContent, type SeoSchema, type Settings, SortOrder, type SortOrderWithLiterals, type Sorting, Source, type SourceWithLiterals, type Spoiler, type SpoilerData, Status, type StatusWithLiterals, type Styles, type StylesBorder, StylesPosition, type StylesPositionWithLiterals, type TableCellData, type TableData, type Tag, Target, type TargetWithLiterals, TextAlignment, type TextAlignmentWithLiterals, type TextData, type TextNodeStyle, type TextStyle, type Thumbnails, ThumbnailsAlignment, type ThumbnailsAlignmentWithLiterals, type TotalDraftPosts, TotalDraftPostsGroupingField, type TotalDraftPostsGroupingFieldWithLiterals, type TranslateCategoryRequest, type TranslateCategoryResponse, type TranslateDraftRequest, type TranslateDraftResponse, Type, type TypeWithLiterals, type UnpublishPostRequest, type UnpublishPostResponse, type UpdateDraftPost, type UpdateDraftPostContentRequest, type UpdateDraftPostContentResponse, type UpdateDraftPostLanguageRequest, type UpdateDraftPostLanguageResponse, type UpdateDraftPostOptions, type UpdateDraftPostRequest, type UpdateDraftPostResponse, type V1Media, VerticalAlignment, type VerticalAlignmentWithLiterals, type Video, type VideoData, type VideoResolution, ViewMode, type ViewModeWithLiterals, ViewRole, type ViewRoleWithLiterals, VoteRole, type VoteRoleWithLiterals, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, Width, WidthType, type WidthTypeWithLiterals, type WidthWithLiterals, type WixMedia, bulkCreateDraftPosts, bulkDeleteDraftPosts, bulkUpdateDraftPosts, createDraftPost, deleteDraftPost, getDeletedDraftPost, getDraftPost, listDeletedDraftPosts, listDraftPosts, onDraftCreated, onDraftDeleted, onDraftUpdated, publishDraftPost, queryDraftPosts, removeFromTrashBin, restoreFromTrashBin, updateDraftPost };
|
|
@@ -310,6 +310,9 @@ function createDraftPost(payload) {
|
|
|
310
310
|
method: "POST",
|
|
311
311
|
methodFqn: "com.wixpress.npm.communities.platformized.blog.v3.DraftPostService.CreateDraftPost",
|
|
312
312
|
packageName: PACKAGE_NAME,
|
|
313
|
+
migrationOptions: {
|
|
314
|
+
optInTransformResponse: true
|
|
315
|
+
},
|
|
313
316
|
url: resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(
|
|
314
317
|
{ protoPath: "/v3/draft-posts", data: serializedData, host }
|
|
315
318
|
),
|
|
@@ -478,6 +481,9 @@ function bulkCreateDraftPosts(payload) {
|
|
|
478
481
|
method: "POST",
|
|
479
482
|
methodFqn: "com.wixpress.npm.communities.platformized.blog.v3.DraftPostService.BulkCreateDraftPosts",
|
|
480
483
|
packageName: PACKAGE_NAME,
|
|
484
|
+
migrationOptions: {
|
|
485
|
+
optInTransformResponse: true
|
|
486
|
+
},
|
|
481
487
|
url: resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(
|
|
482
488
|
{ protoPath: "/v3/bulk/draft-posts/create", data: serializedData, host }
|
|
483
489
|
),
|
|
@@ -693,6 +699,9 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
693
699
|
method: "PATCH",
|
|
694
700
|
methodFqn: "com.wixpress.npm.communities.platformized.blog.v3.DraftPostService.BulkUpdateDraftPosts",
|
|
695
701
|
packageName: PACKAGE_NAME,
|
|
702
|
+
migrationOptions: {
|
|
703
|
+
optInTransformResponse: true
|
|
704
|
+
},
|
|
696
705
|
url: resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(
|
|
697
706
|
{ protoPath: "/v3/draft-posts/update", data: serializedData, host }
|
|
698
707
|
),
|
|
@@ -802,6 +811,9 @@ function listDeletedDraftPosts(payload) {
|
|
|
802
811
|
method: "GET",
|
|
803
812
|
methodFqn: "com.wixpress.npm.communities.platformized.blog.v3.DraftPostService.ListDeletedDraftPosts",
|
|
804
813
|
packageName: PACKAGE_NAME,
|
|
814
|
+
migrationOptions: {
|
|
815
|
+
optInTransformResponse: true
|
|
816
|
+
},
|
|
805
817
|
url: resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(
|
|
806
818
|
{ protoPath: "/v3/draft-posts/trash-bin", data: payload, host }
|
|
807
819
|
),
|
|
@@ -901,6 +913,9 @@ function getDraftPost(payload) {
|
|
|
901
913
|
method: "GET",
|
|
902
914
|
methodFqn: "com.wixpress.npm.communities.platformized.blog.v3.DraftPostService.GetDraftPost",
|
|
903
915
|
packageName: PACKAGE_NAME,
|
|
916
|
+
migrationOptions: {
|
|
917
|
+
optInTransformResponse: true
|
|
918
|
+
},
|
|
904
919
|
url: resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(
|
|
905
920
|
{ protoPath: "/v3/draft-posts/{draftPostId}", data: payload, host }
|
|
906
921
|
),
|
|
@@ -1072,6 +1087,9 @@ function updateDraftPost(payload) {
|
|
|
1072
1087
|
method: "PATCH",
|
|
1073
1088
|
methodFqn: "com.wixpress.npm.communities.platformized.blog.v3.DraftPostService.UpdateDraftPost",
|
|
1074
1089
|
packageName: PACKAGE_NAME,
|
|
1090
|
+
migrationOptions: {
|
|
1091
|
+
optInTransformResponse: true
|
|
1092
|
+
},
|
|
1075
1093
|
url: resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(
|
|
1076
1094
|
{
|
|
1077
1095
|
protoPath: "/v3/draft-posts/{draftPost.id}",
|
|
@@ -1171,6 +1189,9 @@ function deleteDraftPost(payload) {
|
|
|
1171
1189
|
method: "DELETE",
|
|
1172
1190
|
methodFqn: "com.wixpress.npm.communities.platformized.blog.v3.DraftPostService.DeleteDraftPost",
|
|
1173
1191
|
packageName: PACKAGE_NAME,
|
|
1192
|
+
migrationOptions: {
|
|
1193
|
+
optInTransformResponse: true
|
|
1194
|
+
},
|
|
1174
1195
|
url: resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(
|
|
1175
1196
|
{ protoPath: "/v3/draft-posts/{draftPostId}", data: payload, host }
|
|
1176
1197
|
),
|
|
@@ -1187,6 +1208,9 @@ function removeFromTrashBin(payload) {
|
|
|
1187
1208
|
method: "DELETE",
|
|
1188
1209
|
methodFqn: "com.wixpress.npm.communities.platformized.blog.v3.DraftPostService.RemoveFromTrashBin",
|
|
1189
1210
|
packageName: PACKAGE_NAME,
|
|
1211
|
+
migrationOptions: {
|
|
1212
|
+
optInTransformResponse: true
|
|
1213
|
+
},
|
|
1190
1214
|
url: resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(
|
|
1191
1215
|
{
|
|
1192
1216
|
protoPath: "/v3/draft-posts/trash-bin/{draftPostId}",
|
|
@@ -1207,6 +1231,9 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
1207
1231
|
method: "DELETE",
|
|
1208
1232
|
methodFqn: "com.wixpress.npm.communities.platformized.blog.v3.DraftPostService.BulkDeleteDraftPosts",
|
|
1209
1233
|
packageName: PACKAGE_NAME,
|
|
1234
|
+
migrationOptions: {
|
|
1235
|
+
optInTransformResponse: true
|
|
1236
|
+
},
|
|
1210
1237
|
url: resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(
|
|
1211
1238
|
{ protoPath: "/v3/bulk/draft-posts", data: payload, host }
|
|
1212
1239
|
),
|
|
@@ -1316,6 +1343,9 @@ function listDraftPosts(payload) {
|
|
|
1316
1343
|
method: "GET",
|
|
1317
1344
|
methodFqn: "com.wixpress.npm.communities.platformized.blog.v3.DraftPostService.ListDraftPosts",
|
|
1318
1345
|
packageName: PACKAGE_NAME,
|
|
1346
|
+
migrationOptions: {
|
|
1347
|
+
optInTransformResponse: true
|
|
1348
|
+
},
|
|
1319
1349
|
url: resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(
|
|
1320
1350
|
{ protoPath: "/v3/draft-posts", data: payload, host }
|
|
1321
1351
|
),
|
|
@@ -1415,6 +1445,9 @@ function getDeletedDraftPost(payload) {
|
|
|
1415
1445
|
method: "GET",
|
|
1416
1446
|
methodFqn: "com.wixpress.npm.communities.platformized.blog.v3.DraftPostService.GetDeletedDraftPost",
|
|
1417
1447
|
packageName: PACKAGE_NAME,
|
|
1448
|
+
migrationOptions: {
|
|
1449
|
+
optInTransformResponse: true
|
|
1450
|
+
},
|
|
1418
1451
|
url: resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(
|
|
1419
1452
|
{
|
|
1420
1453
|
protoPath: "/v3/draft-posts/trash-bin/{draftPostId}",
|
|
@@ -1514,6 +1547,9 @@ function restoreFromTrashBin(payload) {
|
|
|
1514
1547
|
method: "POST",
|
|
1515
1548
|
methodFqn: "com.wixpress.npm.communities.platformized.blog.v3.DraftPostService.RestoreFromTrashBin",
|
|
1516
1549
|
packageName: PACKAGE_NAME,
|
|
1550
|
+
migrationOptions: {
|
|
1551
|
+
optInTransformResponse: true
|
|
1552
|
+
},
|
|
1517
1553
|
url: resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(
|
|
1518
1554
|
{
|
|
1519
1555
|
protoPath: "/v3/draft-posts/trash-bin/{draftPostId}/restore",
|
|
@@ -1613,6 +1649,9 @@ function queryDraftPosts(payload) {
|
|
|
1613
1649
|
method: "POST",
|
|
1614
1650
|
methodFqn: "com.wixpress.npm.communities.platformized.blog.v3.DraftPostService.QueryDraftPosts",
|
|
1615
1651
|
packageName: PACKAGE_NAME,
|
|
1652
|
+
migrationOptions: {
|
|
1653
|
+
optInTransformResponse: true
|
|
1654
|
+
},
|
|
1616
1655
|
url: resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(
|
|
1617
1656
|
{ protoPath: "/v3/draft-posts/query", data: payload, host }
|
|
1618
1657
|
),
|
|
@@ -1712,6 +1751,9 @@ function publishDraftPost(payload) {
|
|
|
1712
1751
|
method: "POST",
|
|
1713
1752
|
methodFqn: "com.wixpress.npm.communities.platformized.blog.v3.DraftPostService.PublishDraftPost",
|
|
1714
1753
|
packageName: PACKAGE_NAME,
|
|
1754
|
+
migrationOptions: {
|
|
1755
|
+
optInTransformResponse: true
|
|
1756
|
+
},
|
|
1715
1757
|
url: resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(
|
|
1716
1758
|
{
|
|
1717
1759
|
protoPath: "/v3/draft-posts/{draftPostId}/publish",
|