@wix/auto_sdk_comments_comments 1.0.2 → 1.0.4
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/src/comments-v2-comment-comments.context.d.ts +2 -2
- package/build/cjs/src/comments-v2-comment-comments.context.js +3 -2
- package/build/cjs/src/comments-v2-comment-comments.context.js.map +1 -1
- package/build/cjs/src/comments-v2-comment-comments.http.js +104 -98
- package/build/cjs/src/comments-v2-comment-comments.http.js.map +1 -1
- package/build/cjs/src/comments-v2-comment-comments.public.d.ts +1 -1
- package/build/cjs/src/comments-v2-comment-comments.public.js +3 -2
- package/build/cjs/src/comments-v2-comment-comments.public.js.map +1 -1
- package/build/cjs/src/comments-v2-comment-comments.types.d.ts +49 -0
- package/build/cjs/src/comments-v2-comment-comments.types.js +12 -1
- package/build/cjs/src/comments-v2-comment-comments.types.js.map +1 -1
- package/build/cjs/src/comments-v2-comment-comments.universal.d.ts +73 -0
- package/build/cjs/src/comments-v2-comment-comments.universal.js +53 -18
- package/build/cjs/src/comments-v2-comment-comments.universal.js.map +1 -1
- package/build/es/src/comments-v2-comment-comments.context.d.ts +2 -2
- package/build/es/src/comments-v2-comment-comments.context.js +1 -1
- package/build/es/src/comments-v2-comment-comments.context.js.map +1 -1
- package/build/es/src/comments-v2-comment-comments.http.js +104 -98
- package/build/es/src/comments-v2-comment-comments.http.js.map +1 -1
- package/build/es/src/comments-v2-comment-comments.public.d.ts +1 -1
- package/build/es/src/comments-v2-comment-comments.public.js +1 -1
- package/build/es/src/comments-v2-comment-comments.public.js.map +1 -1
- package/build/es/src/comments-v2-comment-comments.types.d.ts +49 -0
- package/build/es/src/comments-v2-comment-comments.types.js +11 -0
- package/build/es/src/comments-v2-comment-comments.types.js.map +1 -1
- package/build/es/src/comments-v2-comment-comments.universal.d.ts +73 -0
- package/build/es/src/comments-v2-comment-comments.universal.js +51 -16
- package/build/es/src/comments-v2-comment-comments.universal.js.map +1 -1
- package/build/internal/cjs/src/comments-v2-comment-comments.context.d.ts +2 -2
- package/build/internal/cjs/src/comments-v2-comment-comments.context.js +3 -2
- package/build/internal/cjs/src/comments-v2-comment-comments.context.js.map +1 -1
- package/build/internal/cjs/src/comments-v2-comment-comments.http.js +104 -98
- package/build/internal/cjs/src/comments-v2-comment-comments.http.js.map +1 -1
- package/build/internal/cjs/src/comments-v2-comment-comments.public.d.ts +1 -1
- package/build/internal/cjs/src/comments-v2-comment-comments.public.js +3 -2
- package/build/internal/cjs/src/comments-v2-comment-comments.public.js.map +1 -1
- package/build/internal/cjs/src/comments-v2-comment-comments.types.d.ts +49 -0
- package/build/internal/cjs/src/comments-v2-comment-comments.types.js +12 -1
- package/build/internal/cjs/src/comments-v2-comment-comments.types.js.map +1 -1
- package/build/internal/cjs/src/comments-v2-comment-comments.universal.d.ts +73 -0
- package/build/internal/cjs/src/comments-v2-comment-comments.universal.js +53 -18
- package/build/internal/cjs/src/comments-v2-comment-comments.universal.js.map +1 -1
- package/build/internal/es/src/comments-v2-comment-comments.context.d.ts +2 -2
- package/build/internal/es/src/comments-v2-comment-comments.context.js +1 -1
- package/build/internal/es/src/comments-v2-comment-comments.context.js.map +1 -1
- package/build/internal/es/src/comments-v2-comment-comments.http.js +104 -98
- package/build/internal/es/src/comments-v2-comment-comments.http.js.map +1 -1
- package/build/internal/es/src/comments-v2-comment-comments.public.d.ts +1 -1
- package/build/internal/es/src/comments-v2-comment-comments.public.js +1 -1
- package/build/internal/es/src/comments-v2-comment-comments.public.js.map +1 -1
- package/build/internal/es/src/comments-v2-comment-comments.types.d.ts +49 -0
- package/build/internal/es/src/comments-v2-comment-comments.types.js +11 -0
- package/build/internal/es/src/comments-v2-comment-comments.types.js.map +1 -1
- package/build/internal/es/src/comments-v2-comment-comments.universal.d.ts +73 -0
- package/build/internal/es/src/comments-v2-comment-comments.universal.js +51 -16
- package/build/internal/es/src/comments-v2-comment-comments.universal.js.map +1 -1
- package/package.json +2 -2
|
@@ -64,5 +64,5 @@ export declare const onCommentResourceCommentCountChanged: ReturnType<typeof cre
|
|
|
64
64
|
* Triggered when a comment is updated.
|
|
65
65
|
*/
|
|
66
66
|
export declare const onCommentUpdated: ReturnType<typeof createEventModule<typeof publicOnCommentUpdated>>;
|
|
67
|
-
export { NodeType, WidthType, PluginContainerDataAlignment, Type, Target, TextAlignment, LineStyle, Width, Alignment, ViewMode, LayoutType, Orientation, Crop, ThumbnailsAlignment, GIFType, Source, MapType, ViewRole, VoteRole, PollLayoutType, PollLayoutDirection, BackgroundType, DecorationType, FontType, AppType, InitialExpandedItems, Direction, VerticalAlignment, NullValue, Status, VersioningMode, Action, SortOrder, Order, ReplySortOrder, WebhookIdentityType, } from './comments-v2-comment-comments.universal.js';
|
|
68
|
-
export { Comment, CommentContent, RichContent, Node, NodeDataOneOf, NodeStyle, ButtonData, Border, Colors, PluginContainerData, PluginContainerDataWidth, PluginContainerDataWidthDataOneOf, Spoiler, Height, Styles, Link, LinkDataOneOf, Rel, CodeBlockData, TextStyle, DividerData, FileData, FileSource, FileSourceDataOneOf, PDFSettings, GalleryData, Media, Image, Video, Item, ItemDataOneOf, GalleryOptions, Layout, ItemStyle, Thumbnails, GIFData, GIF, HeadingData, HTMLData, HTMLDataDataOneOf, ImageData, StylesBorder, ImageDataStyles, LinkPreviewData, MapData, MapSettings, ParagraphData, PollData, Permissions, Option, Settings, PollLayout, OptionLayout, Gradient, Background, BackgroundBackgroundOneOf, PollDesign, OptionDesign, Poll, PollDataLayout, Design, TextData, Decoration, DecorationDataOneOf, AnchorData, ColorData, LinkData, MentionData, FontSizeData, SpoilerData, AppEmbedData, AppEmbedDataAppDataOneOf, BookingData, EventData, VideoData, PlaybackOptions, EmbedData, Oembed, CollapsibleListData, TableData, Dimensions, TableCellData, CellStyle, BorderColors, ListValue, AudioData, OrderedListData, BulletedListData, BlockquoteData, CaptionData, LayoutCellData, Metadata, DocumentStyle, TextNodeStyle, Mention, MentionIdentityOneOf, Attachment, AttachmentMediaOneOf, VideoResolution, ContentAuthor, ContentAuthorAuthorOneOf, CommentAuthor, CommentAuthorIdentityOneOf, ParentComment, VoteSummary, CommentReactionSummary, UpdateInternalDocumentsEvent, UpdateInternalDocumentsEventOperationOneOf, InternalDocument, InternalDocumentUpdateOperation, DeleteByIdsOperation, DeleteByFilterOperation, InternalDocumentUpdateByFilterOperation, InternalUpdateExistingOperation, VersionedDocumentUpdateOperation, VersionedDeleteByIdsOperation, VersionedDocumentId, CommentModerated, CreateCommentRequest, ContactDetails, CreateCommentResponse, ResourceCommentCountChanged, GetCommentRequest, GetCommentResponse, UpdateCommentRequest, UpdateCommentResponse, CommentContentChanged, DeleteCommentRequest, DeleteCommentResponse, CommentDeleted, ModerateDraftContentRequest, ModerateDraftContentResponse, CommentPublished, CommentHidden, QueryCommentsRequest, CursorQuery, CursorQueryPagingMethodOneOf, Sorting, CursorPaging, QueryCommentsResponse, CursorPagingMetadata, Cursors, MarkCommentRequest, MarkCommentResponse, CommentMarked, UnmarkCommentRequest, UnmarkCommentResponse, CommentUnmarked, HideCommentRequest, HideCommentResponse, PublishCommentRequest, PublishCommentResponse, CountCommentsRequest, CountCommentsResponse, ListCommentsByResourceRequest, CommentSort, ReplySort, ListCommentsByResourceCursorPaging, ListCommentsByResourceResponse, RepliesListResponse, GetCommentThreadRequest, GetCommentThreadResponse, BulkPublishCommentRequest, BulkPublishCommentResponse, BulkHideCommentRequest, BulkHideCommentResponse, BulkDeleteCommentRequest, BulkDeleteCommentResponse, BulkModerateDraftContentRequest, BulkModerateDraftContentResponse, BulkMoveCommentByFilterRequest, Destination, BulkMoveCommentByFilterResponse, CommentMoved, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, RestoreInfo, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, MessageEnvelope, IdentificationData, IdentificationDataIdOneOf, CommentNonNullableFields, CreateCommentResponseNonNullableFields, GetCommentResponseNonNullableFields, UpdateCommentResponseNonNullableFields, ModerateDraftContentResponseNonNullableFields, QueryCommentsResponseNonNullableFields, MarkCommentResponseNonNullableFields, UnmarkCommentResponseNonNullableFields, HideCommentResponseNonNullableFields, PublishCommentResponseNonNullableFields, CountCommentsResponseNonNullableFields, ListCommentsByResourceResponseNonNullableFields, GetCommentThreadResponseNonNullableFields, BulkPublishCommentResponseNonNullableFields, BulkHideCommentResponseNonNullableFields, BulkDeleteCommentResponseNonNullableFields, BulkModerateDraftContentResponseNonNullableFields, BulkMoveCommentByFilterResponseNonNullableFields, BaseEventMetadata, EventMetadata, CommentContentChangedEnvelope, CommentHiddenEnvelope, CommentMarkedEnvelope, CommentMovedEnvelope, CommentPublishedEnvelope, CommentUnmarkedEnvelope, CommentCreatedEnvelope, CommentResourceCommentCountChangedEnvelope, CommentUpdatedEnvelope, UpdateComment, ModerateDraftContentOptions, CommentsQueryResult, CommentsQueryBuilder, CountCommentsOptions, ListCommentsByResourceOptions, GetCommentThreadOptions, BulkPublishCommentOptions, BulkHideCommentOptions, BulkDeleteCommentOptions, BulkModerateDraftContentOptions, BulkMoveCommentByFilterOptions, } from './comments-v2-comment-comments.universal.js';
|
|
67
|
+
export { NodeType, WidthType, PluginContainerDataAlignment, Type, Target, TextAlignment, LineStyle, Width, Alignment, ViewMode, LayoutType, Orientation, Crop, ThumbnailsAlignment, GIFType, Source, Position, MapType, ViewRole, VoteRole, PollLayoutType, PollLayoutDirection, BackgroundType, DecorationType, FontType, AppType, InitialExpandedItems, Direction, VerticalAlignment, NullValue, Status, VersioningMode, Action, SortOrder, Order, ReplySortOrder, WebhookIdentityType, } from './comments-v2-comment-comments.universal.js';
|
|
68
|
+
export { Comment, CommentContent, RichContent, Node, NodeDataOneOf, NodeStyle, ButtonData, Border, Colors, PluginContainerData, PluginContainerDataWidth, PluginContainerDataWidthDataOneOf, Spoiler, Height, Styles, Link, LinkDataOneOf, Rel, CodeBlockData, TextStyle, DividerData, FileData, FileSource, FileSourceDataOneOf, PDFSettings, GalleryData, Media, Image, Video, Item, ItemDataOneOf, GalleryOptions, Layout, ItemStyle, Thumbnails, GIFData, GIF, HeadingData, HTMLData, HTMLDataDataOneOf, ImageData, StylesBorder, ImageDataStyles, LinkPreviewData, LinkPreviewDataStyles, MapData, MapSettings, ParagraphData, PollData, Permissions, Option, Settings, PollLayout, OptionLayout, Gradient, Background, BackgroundBackgroundOneOf, PollDesign, OptionDesign, Poll, PollDataLayout, Design, TextData, Decoration, DecorationDataOneOf, AnchorData, ColorData, LinkData, MentionData, FontSizeData, SpoilerData, AppEmbedData, AppEmbedDataAppDataOneOf, BookingData, EventData, VideoData, PlaybackOptions, EmbedData, Oembed, CollapsibleListData, TableData, Dimensions, TableCellData, CellStyle, BorderColors, ListValue, AudioData, OrderedListData, BulletedListData, BlockquoteData, CaptionData, LayoutCellData, Metadata, DocumentStyle, TextNodeStyle, Mention, MentionIdentityOneOf, Attachment, AttachmentMediaOneOf, VideoResolution, ContentAuthor, ContentAuthorAuthorOneOf, CommentAuthor, CommentAuthorIdentityOneOf, ParentComment, VoteSummary, CommentReactionSummary, UpdateInternalDocumentsEvent, UpdateInternalDocumentsEventOperationOneOf, InternalDocument, InternalDocumentUpdateOperation, DeleteByIdsOperation, DeleteByFilterOperation, InternalDocumentUpdateByFilterOperation, InternalUpdateExistingOperation, VersionedDocumentUpdateOperation, VersionedDeleteByIdsOperation, VersionedDocumentId, CommentModerated, CreateCommentRequest, ContactDetails, CreateCommentResponse, ResourceCommentCountChanged, GetCommentRequest, GetCommentResponse, UpdateCommentRequest, UpdateCommentResponse, CommentContentChanged, DeleteCommentRequest, DeleteCommentResponse, CommentDeleted, ModerateDraftContentRequest, ModerateDraftContentResponse, CommentPublished, CommentHidden, QueryCommentsRequest, CursorQuery, CursorQueryPagingMethodOneOf, Sorting, CursorPaging, QueryCommentsResponse, CursorPagingMetadata, Cursors, MarkCommentRequest, MarkCommentResponse, CommentMarked, UnmarkCommentRequest, UnmarkCommentResponse, CommentUnmarked, HideCommentRequest, HideCommentResponse, PublishCommentRequest, PublishCommentResponse, CountCommentsRequest, CountCommentsResponse, ListCommentsByResourceRequest, CommentSort, ReplySort, ListCommentsByResourceCursorPaging, ListCommentsByResourceResponse, RepliesListResponse, GetCommentThreadRequest, GetCommentThreadResponse, BulkPublishCommentRequest, BulkPublishCommentResponse, BulkHideCommentRequest, BulkHideCommentResponse, BulkDeleteCommentRequest, BulkDeleteCommentResponse, BulkModerateDraftContentRequest, BulkModerateDraftContentResponse, BulkMoveCommentByFilterRequest, Destination, BulkMoveCommentByFilterResponse, CommentMoved, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, RestoreInfo, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, MessageEnvelope, IdentificationData, IdentificationDataIdOneOf, CommentNonNullableFields, CreateCommentResponseNonNullableFields, GetCommentResponseNonNullableFields, UpdateCommentResponseNonNullableFields, ModerateDraftContentResponseNonNullableFields, QueryCommentsResponseNonNullableFields, MarkCommentResponseNonNullableFields, UnmarkCommentResponseNonNullableFields, HideCommentResponseNonNullableFields, PublishCommentResponseNonNullableFields, CountCommentsResponseNonNullableFields, ListCommentsByResourceResponseNonNullableFields, GetCommentThreadResponseNonNullableFields, BulkPublishCommentResponseNonNullableFields, BulkHideCommentResponseNonNullableFields, BulkDeleteCommentResponseNonNullableFields, BulkModerateDraftContentResponseNonNullableFields, BulkMoveCommentByFilterResponseNonNullableFields, BaseEventMetadata, EventMetadata, CommentContentChangedEnvelope, CommentHiddenEnvelope, CommentMarkedEnvelope, CommentMovedEnvelope, CommentPublishedEnvelope, CommentUnmarkedEnvelope, CommentCreatedEnvelope, CommentResourceCommentCountChangedEnvelope, CommentUpdatedEnvelope, UpdateComment, ModerateDraftContentOptions, CommentsQueryResult, CommentsQueryBuilder, CountCommentsOptions, ListCommentsByResourceOptions, GetCommentThreadOptions, BulkPublishCommentOptions, BulkHideCommentOptions, BulkDeleteCommentOptions, BulkModerateDraftContentOptions, BulkMoveCommentByFilterOptions, } from './comments-v2-comment-comments.universal.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.WebhookIdentityType = exports.ReplySortOrder = exports.Order = exports.SortOrder = exports.Action = exports.VersioningMode = exports.Status = exports.NullValue = exports.VerticalAlignment = exports.Direction = exports.InitialExpandedItems = exports.AppType = exports.FontType = void 0;
|
|
3
|
+
exports.BackgroundType = exports.PollLayoutDirection = exports.PollLayoutType = exports.VoteRole = exports.ViewRole = exports.MapType = exports.Position = exports.Source = exports.GIFType = exports.ThumbnailsAlignment = exports.Crop = exports.Orientation = exports.LayoutType = exports.ViewMode = exports.Alignment = exports.Width = exports.LineStyle = exports.TextAlignment = exports.Target = exports.Type = exports.PluginContainerDataAlignment = exports.WidthType = exports.NodeType = exports.onCommentUpdated = exports.onCommentResourceCommentCountChanged = exports.onCommentCreated = exports.onCommentUnmarked = exports.onCommentPublished = exports.onCommentMoved = exports.onCommentMarked = exports.onCommentHidden = exports.onCommentContentChanged = exports.bulkMoveCommentByFilter = exports.bulkModerateDraftContent = exports.bulkDeleteComment = exports.bulkHideComment = exports.bulkPublishComment = exports.getCommentThread = exports.listCommentsByResource = exports.countComments = exports.publishComment = exports.hideComment = exports.unmarkComment = exports.markComment = exports.queryComments = exports.moderateDraftContent = exports.deleteComment = exports.updateComment = exports.getComment = exports.createComment = void 0;
|
|
4
|
+
exports.WebhookIdentityType = exports.ReplySortOrder = exports.Order = exports.SortOrder = exports.Action = exports.VersioningMode = exports.Status = exports.NullValue = exports.VerticalAlignment = exports.Direction = exports.InitialExpandedItems = exports.AppType = exports.FontType = exports.DecorationType = void 0;
|
|
5
5
|
const comments_v2_comment_comments_public_js_1 = require("./comments-v2-comment-comments.public.js");
|
|
6
6
|
const rest_modules_1 = require("@wix/sdk-runtime/rest-modules");
|
|
7
7
|
const event_definition_modules_1 = require("@wix/sdk-runtime/event-definition-modules");
|
|
@@ -85,6 +85,7 @@ Object.defineProperty(exports, "Crop", { enumerable: true, get: function () { re
|
|
|
85
85
|
Object.defineProperty(exports, "ThumbnailsAlignment", { enumerable: true, get: function () { return comments_v2_comment_comments_universal_js_1.ThumbnailsAlignment; } });
|
|
86
86
|
Object.defineProperty(exports, "GIFType", { enumerable: true, get: function () { return comments_v2_comment_comments_universal_js_1.GIFType; } });
|
|
87
87
|
Object.defineProperty(exports, "Source", { enumerable: true, get: function () { return comments_v2_comment_comments_universal_js_1.Source; } });
|
|
88
|
+
Object.defineProperty(exports, "Position", { enumerable: true, get: function () { return comments_v2_comment_comments_universal_js_1.Position; } });
|
|
88
89
|
Object.defineProperty(exports, "MapType", { enumerable: true, get: function () { return comments_v2_comment_comments_universal_js_1.MapType; } });
|
|
89
90
|
Object.defineProperty(exports, "ViewRole", { enumerable: true, get: function () { return comments_v2_comment_comments_universal_js_1.ViewRole; } });
|
|
90
91
|
Object.defineProperty(exports, "VoteRole", { enumerable: true, get: function () { return comments_v2_comment_comments_universal_js_1.VoteRole; } });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"comments-v2-comment-comments.context.js","sourceRoot":"","sources":["../../../src/comments-v2-comment-comments.context.ts"],"names":[],"mappings":";;;;AAAA,qGAmBkD;AAClD,gEAAiE;AACjE,wFAA8E;AAE9E,qGAAoH;AACpH,qGAAoG;AACpG,qGAAoG;AACpG,qGAAkG;AAClG,qGAA0G;AAC1G,qGAAwG;AACxG,qGAAsG;AACtG,qGAA8I;AAC9I,sGAAsG;AAEzF,QAAA,aAAa,GAER,IAAA,+BAAgB,EAAC,sDAAmB,CAAC,CAAC;AAC3C,QAAA,UAAU,GAEL,IAAA,+BAAgB,EAAC,mDAAgB,CAAC,CAAC;AACxC,QAAA,aAAa,GAER,IAAA,+BAAgB,EAAC,sDAAmB,CAAC,CAAC;AAC3C,QAAA,aAAa,GAER,IAAA,+BAAgB,EAAC,sDAAmB,CAAC,CAAC;AAC3C,QAAA,oBAAoB,GAGf,IAAA,+BAAgB,EAAC,6DAA0B,CAAC,CAAC;AAClD,QAAA,aAAa,GAER,IAAA,+BAAgB,EAAC,sDAAmB,CAAC,CAAC;AAC3C,QAAA,WAAW,GAEN,IAAA,+BAAgB,EAAC,oDAAiB,CAAC,CAAC;AACzC,QAAA,aAAa,GAER,IAAA,+BAAgB,EAAC,sDAAmB,CAAC,CAAC;AAC3C,QAAA,WAAW,GAEN,IAAA,+BAAgB,EAAC,oDAAiB,CAAC,CAAC;AACzC,QAAA,cAAc,GAET,IAAA,+BAAgB,EAAC,uDAAoB,CAAC,CAAC;AAC5C,QAAA,aAAa,GAER,IAAA,+BAAgB,EAAC,sDAAmB,CAAC,CAAC;AAC3C,QAAA,sBAAsB,GAGjB,IAAA,+BAAgB,EAAC,+DAA4B,CAAC,CAAC;AACpD,QAAA,gBAAgB,GAGX,IAAA,+BAAgB,EAAC,yDAAsB,CAAC,CAAC;AAC9C,QAAA,kBAAkB,GAGb,IAAA,+BAAgB,EAAC,2DAAwB,CAAC,CAAC;AAChD,QAAA,eAAe,GAEV,IAAA,+BAAgB,EAAC,wDAAqB,CAAC,CAAC;AAC7C,QAAA,iBAAiB,GAGZ,IAAA,+BAAgB,EAAC,0DAAuB,CAAC,CAAC;AAC/C,QAAA,wBAAwB,GAGnB,IAAA,+BAAgB,EAAC,iEAA8B,CAAC,CAAC;AACtD,QAAA,uBAAuB,GAGlB,IAAA,+BAAgB,EAAC,gEAA6B,CAAC,CAAC;AAClE;;GAEG;AACU,QAAA,uBAAuB,GAEhC,IAAA,4CAAiB,EAAC,gEAA6B,CAAC,CAAC;AACrD;;GAEG;AACU,QAAA,eAAe,GAExB,IAAA,4CAAiB,EAAC,wDAAqB,CAAC,CAAC;AAC7C;;GAEG;AACU,QAAA,eAAe,GAExB,IAAA,4CAAiB,EAAC,wDAAqB,CAAC,CAAC;AAC7C;;GAEG;AACU,QAAA,cAAc,GAEvB,IAAA,4CAAiB,EAAC,uDAAoB,CAAC,CAAC;AAC5C;;GAEG;AACU,QAAA,kBAAkB,GAE3B,IAAA,4CAAiB,EAAC,2DAAwB,CAAC,CAAC;AAChD;;GAEG;AACU,QAAA,iBAAiB,GAE1B,IAAA,4CAAiB,EAAC,0DAAuB,CAAC,CAAC;AAC/C;;GAEG;AACU,QAAA,gBAAgB,GAEzB,IAAA,4CAAiB,EAAC,yDAAsB,CAAC,CAAC;AAC9C;;GAEG;AACU,QAAA,oCAAoC,GAE7C,IAAA,4CAAiB,EAAC,6EAA0C,CAAC,CAAC;AAClE;;GAEG;AACU,QAAA,gBAAgB,GAEzB,IAAA,4CAAiB,EAAC,0DAAsB,CAAC,CAAC;AAE9C,
|
|
1
|
+
{"version":3,"file":"comments-v2-comment-comments.context.js","sourceRoot":"","sources":["../../../src/comments-v2-comment-comments.context.ts"],"names":[],"mappings":";;;;AAAA,qGAmBkD;AAClD,gEAAiE;AACjE,wFAA8E;AAE9E,qGAAoH;AACpH,qGAAoG;AACpG,qGAAoG;AACpG,qGAAkG;AAClG,qGAA0G;AAC1G,qGAAwG;AACxG,qGAAsG;AACtG,qGAA8I;AAC9I,sGAAsG;AAEzF,QAAA,aAAa,GAER,IAAA,+BAAgB,EAAC,sDAAmB,CAAC,CAAC;AAC3C,QAAA,UAAU,GAEL,IAAA,+BAAgB,EAAC,mDAAgB,CAAC,CAAC;AACxC,QAAA,aAAa,GAER,IAAA,+BAAgB,EAAC,sDAAmB,CAAC,CAAC;AAC3C,QAAA,aAAa,GAER,IAAA,+BAAgB,EAAC,sDAAmB,CAAC,CAAC;AAC3C,QAAA,oBAAoB,GAGf,IAAA,+BAAgB,EAAC,6DAA0B,CAAC,CAAC;AAClD,QAAA,aAAa,GAER,IAAA,+BAAgB,EAAC,sDAAmB,CAAC,CAAC;AAC3C,QAAA,WAAW,GAEN,IAAA,+BAAgB,EAAC,oDAAiB,CAAC,CAAC;AACzC,QAAA,aAAa,GAER,IAAA,+BAAgB,EAAC,sDAAmB,CAAC,CAAC;AAC3C,QAAA,WAAW,GAEN,IAAA,+BAAgB,EAAC,oDAAiB,CAAC,CAAC;AACzC,QAAA,cAAc,GAET,IAAA,+BAAgB,EAAC,uDAAoB,CAAC,CAAC;AAC5C,QAAA,aAAa,GAER,IAAA,+BAAgB,EAAC,sDAAmB,CAAC,CAAC;AAC3C,QAAA,sBAAsB,GAGjB,IAAA,+BAAgB,EAAC,+DAA4B,CAAC,CAAC;AACpD,QAAA,gBAAgB,GAGX,IAAA,+BAAgB,EAAC,yDAAsB,CAAC,CAAC;AAC9C,QAAA,kBAAkB,GAGb,IAAA,+BAAgB,EAAC,2DAAwB,CAAC,CAAC;AAChD,QAAA,eAAe,GAEV,IAAA,+BAAgB,EAAC,wDAAqB,CAAC,CAAC;AAC7C,QAAA,iBAAiB,GAGZ,IAAA,+BAAgB,EAAC,0DAAuB,CAAC,CAAC;AAC/C,QAAA,wBAAwB,GAGnB,IAAA,+BAAgB,EAAC,iEAA8B,CAAC,CAAC;AACtD,QAAA,uBAAuB,GAGlB,IAAA,+BAAgB,EAAC,gEAA6B,CAAC,CAAC;AAClE;;GAEG;AACU,QAAA,uBAAuB,GAEhC,IAAA,4CAAiB,EAAC,gEAA6B,CAAC,CAAC;AACrD;;GAEG;AACU,QAAA,eAAe,GAExB,IAAA,4CAAiB,EAAC,wDAAqB,CAAC,CAAC;AAC7C;;GAEG;AACU,QAAA,eAAe,GAExB,IAAA,4CAAiB,EAAC,wDAAqB,CAAC,CAAC;AAC7C;;GAEG;AACU,QAAA,cAAc,GAEvB,IAAA,4CAAiB,EAAC,uDAAoB,CAAC,CAAC;AAC5C;;GAEG;AACU,QAAA,kBAAkB,GAE3B,IAAA,4CAAiB,EAAC,2DAAwB,CAAC,CAAC;AAChD;;GAEG;AACU,QAAA,iBAAiB,GAE1B,IAAA,4CAAiB,EAAC,0DAAuB,CAAC,CAAC;AAC/C;;GAEG;AACU,QAAA,gBAAgB,GAEzB,IAAA,4CAAiB,EAAC,yDAAsB,CAAC,CAAC;AAC9C;;GAEG;AACU,QAAA,oCAAoC,GAE7C,IAAA,4CAAiB,EAAC,6EAA0C,CAAC,CAAC;AAClE;;GAEG;AACU,QAAA,gBAAgB,GAEzB,IAAA,4CAAiB,EAAC,0DAAsB,CAAC,CAAC;AAE9C,yGAsCqD;AArCnD,qIAAA,QAAQ,OAAA;AACR,sIAAA,SAAS,OAAA;AACT,yJAAA,4BAA4B,OAAA;AAC5B,iIAAA,IAAI,OAAA;AACJ,mIAAA,MAAM,OAAA;AACN,0IAAA,aAAa,OAAA;AACb,sIAAA,SAAS,OAAA;AACT,kIAAA,KAAK,OAAA;AACL,sIAAA,SAAS,OAAA;AACT,qIAAA,QAAQ,OAAA;AACR,uIAAA,UAAU,OAAA;AACV,wIAAA,WAAW,OAAA;AACX,iIAAA,IAAI,OAAA;AACJ,gJAAA,mBAAmB,OAAA;AACnB,oIAAA,OAAO,OAAA;AACP,mIAAA,MAAM,OAAA;AACN,qIAAA,QAAQ,OAAA;AACR,oIAAA,OAAO,OAAA;AACP,qIAAA,QAAQ,OAAA;AACR,qIAAA,QAAQ,OAAA;AACR,2IAAA,cAAc,OAAA;AACd,gJAAA,mBAAmB,OAAA;AACnB,2IAAA,cAAc,OAAA;AACd,2IAAA,cAAc,OAAA;AACd,qIAAA,QAAQ,OAAA;AACR,oIAAA,OAAO,OAAA;AACP,iJAAA,oBAAoB,OAAA;AACpB,sIAAA,SAAS,OAAA;AACT,8IAAA,iBAAiB,OAAA;AACjB,sIAAA,SAAS,OAAA;AACT,mIAAA,MAAM,OAAA;AACN,2IAAA,cAAc,OAAA;AACd,mIAAA,MAAM,OAAA;AACN,sIAAA,SAAS,OAAA;AACT,kIAAA,KAAK,OAAA;AACL,2IAAA,cAAc,OAAA;AACd,gJAAA,mBAAmB,OAAA"}
|
|
@@ -38,6 +38,12 @@ function resolveWixCommentsNgV1CommentsNgUrl(opts) {
|
|
|
38
38
|
destPath: '/v1',
|
|
39
39
|
},
|
|
40
40
|
],
|
|
41
|
+
'*.dev.wix-code.com': [
|
|
42
|
+
{
|
|
43
|
+
srcPath: '/_api/comments-ng',
|
|
44
|
+
destPath: '',
|
|
45
|
+
},
|
|
46
|
+
],
|
|
41
47
|
};
|
|
42
48
|
return (0, rest_modules_2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|
|
43
49
|
}
|
|
@@ -1877,52 +1883,52 @@ function listCommentsByResource(payload) {
|
|
|
1877
1883
|
{
|
|
1878
1884
|
path: 'comments.draftContent.attachments.document.urlExpirationDate',
|
|
1879
1885
|
},
|
|
1880
|
-
{ path: 'commentReplies
|
|
1881
|
-
{ path: 'commentReplies
|
|
1882
|
-
{ path: 'commentReplies
|
|
1883
|
-
{ path: 'commentReplies
|
|
1886
|
+
{ path: 'commentReplies.*.replies.createdDate' },
|
|
1887
|
+
{ path: 'commentReplies.*.replies.updatedDate' },
|
|
1888
|
+
{ path: 'commentReplies.*.replies.commentDate' },
|
|
1889
|
+
{ path: 'commentReplies.*.replies.content.commentDate' },
|
|
1884
1890
|
{
|
|
1885
|
-
path: 'commentReplies
|
|
1891
|
+
path: 'commentReplies.*.replies.content.richContent.metadata.createdTimestamp',
|
|
1886
1892
|
},
|
|
1887
1893
|
{
|
|
1888
|
-
path: 'commentReplies
|
|
1894
|
+
path: 'commentReplies.*.replies.content.richContent.metadata.updatedTimestamp',
|
|
1889
1895
|
},
|
|
1890
1896
|
{
|
|
1891
|
-
path: 'commentReplies
|
|
1897
|
+
path: 'commentReplies.*.replies.content.attachments.image.urlExpirationDate',
|
|
1892
1898
|
},
|
|
1893
1899
|
{
|
|
1894
|
-
path: 'commentReplies
|
|
1900
|
+
path: 'commentReplies.*.replies.content.attachments.video.urlExpirationDate',
|
|
1895
1901
|
},
|
|
1896
1902
|
{
|
|
1897
|
-
path: 'commentReplies
|
|
1903
|
+
path: 'commentReplies.*.replies.content.attachments.video.posters.urlExpirationDate',
|
|
1898
1904
|
},
|
|
1899
1905
|
{
|
|
1900
|
-
path: 'commentReplies
|
|
1906
|
+
path: 'commentReplies.*.replies.content.attachments.audio.urlExpirationDate',
|
|
1901
1907
|
},
|
|
1902
1908
|
{
|
|
1903
|
-
path: 'commentReplies
|
|
1909
|
+
path: 'commentReplies.*.replies.content.attachments.document.urlExpirationDate',
|
|
1904
1910
|
},
|
|
1905
|
-
{ path: 'commentReplies
|
|
1911
|
+
{ path: 'commentReplies.*.replies.draftContent.commentDate' },
|
|
1906
1912
|
{
|
|
1907
|
-
path: 'commentReplies
|
|
1913
|
+
path: 'commentReplies.*.replies.draftContent.richContent.metadata.createdTimestamp',
|
|
1908
1914
|
},
|
|
1909
1915
|
{
|
|
1910
|
-
path: 'commentReplies
|
|
1916
|
+
path: 'commentReplies.*.replies.draftContent.richContent.metadata.updatedTimestamp',
|
|
1911
1917
|
},
|
|
1912
1918
|
{
|
|
1913
|
-
path: 'commentReplies
|
|
1919
|
+
path: 'commentReplies.*.replies.draftContent.attachments.image.urlExpirationDate',
|
|
1914
1920
|
},
|
|
1915
1921
|
{
|
|
1916
|
-
path: 'commentReplies
|
|
1922
|
+
path: 'commentReplies.*.replies.draftContent.attachments.video.urlExpirationDate',
|
|
1917
1923
|
},
|
|
1918
1924
|
{
|
|
1919
|
-
path: 'commentReplies
|
|
1925
|
+
path: 'commentReplies.*.replies.draftContent.attachments.video.posters.urlExpirationDate',
|
|
1920
1926
|
},
|
|
1921
1927
|
{
|
|
1922
|
-
path: 'commentReplies
|
|
1928
|
+
path: 'commentReplies.*.replies.draftContent.attachments.audio.urlExpirationDate',
|
|
1923
1929
|
},
|
|
1924
1930
|
{
|
|
1925
|
-
path: 'commentReplies
|
|
1931
|
+
path: 'commentReplies.*.replies.draftContent.attachments.document.urlExpirationDate',
|
|
1926
1932
|
},
|
|
1927
1933
|
],
|
|
1928
1934
|
},
|
|
@@ -2020,94 +2026,94 @@ function listCommentsByResource(payload) {
|
|
|
2020
2026
|
path: 'comments.draftContent.richContent.nodes.audioData.coverImage.duration',
|
|
2021
2027
|
},
|
|
2022
2028
|
{
|
|
2023
|
-
path: 'commentReplies
|
|
2029
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.galleryData.items.image.media.duration',
|
|
2024
2030
|
},
|
|
2025
2031
|
{
|
|
2026
|
-
path: 'commentReplies
|
|
2032
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.galleryData.items.video.media.duration',
|
|
2027
2033
|
},
|
|
2028
2034
|
{
|
|
2029
|
-
path: 'commentReplies
|
|
2035
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.galleryData.items.video.thumbnail.duration',
|
|
2030
2036
|
},
|
|
2031
2037
|
{
|
|
2032
|
-
path: 'commentReplies
|
|
2038
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.galleryData.options.item.ratio',
|
|
2033
2039
|
},
|
|
2034
2040
|
{
|
|
2035
|
-
path: 'commentReplies
|
|
2041
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.imageData.image.duration',
|
|
2036
2042
|
},
|
|
2037
2043
|
{
|
|
2038
|
-
path: 'commentReplies
|
|
2044
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.mapData.mapSettings.lat',
|
|
2039
2045
|
},
|
|
2040
2046
|
{
|
|
2041
|
-
path: 'commentReplies
|
|
2047
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.mapData.mapSettings.lng',
|
|
2042
2048
|
},
|
|
2043
2049
|
{
|
|
2044
|
-
path: 'commentReplies
|
|
2050
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.pollData.poll.image.duration',
|
|
2045
2051
|
},
|
|
2046
2052
|
{
|
|
2047
|
-
path: 'commentReplies
|
|
2053
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.pollData.poll.options.image.duration',
|
|
2048
2054
|
},
|
|
2049
2055
|
{
|
|
2050
|
-
path: 'commentReplies
|
|
2056
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.pollData.design.poll.background.image.duration',
|
|
2051
2057
|
},
|
|
2052
2058
|
{
|
|
2053
|
-
path: 'commentReplies
|
|
2059
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.appEmbedData.image.duration',
|
|
2054
2060
|
},
|
|
2055
2061
|
{
|
|
2056
|
-
path: 'commentReplies
|
|
2062
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.videoData.video.duration',
|
|
2057
2063
|
},
|
|
2058
2064
|
{
|
|
2059
|
-
path: 'commentReplies
|
|
2065
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.videoData.thumbnail.duration',
|
|
2060
2066
|
},
|
|
2061
2067
|
{
|
|
2062
|
-
path: 'commentReplies
|
|
2068
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.audioData.audio.duration',
|
|
2063
2069
|
},
|
|
2064
2070
|
{
|
|
2065
|
-
path: 'commentReplies
|
|
2071
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.audioData.coverImage.duration',
|
|
2066
2072
|
},
|
|
2067
2073
|
{
|
|
2068
|
-
path: 'commentReplies
|
|
2074
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.galleryData.items.image.media.duration',
|
|
2069
2075
|
},
|
|
2070
2076
|
{
|
|
2071
|
-
path: 'commentReplies
|
|
2077
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.galleryData.items.video.media.duration',
|
|
2072
2078
|
},
|
|
2073
2079
|
{
|
|
2074
|
-
path: 'commentReplies
|
|
2080
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.galleryData.items.video.thumbnail.duration',
|
|
2075
2081
|
},
|
|
2076
2082
|
{
|
|
2077
|
-
path: 'commentReplies
|
|
2083
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.galleryData.options.item.ratio',
|
|
2078
2084
|
},
|
|
2079
2085
|
{
|
|
2080
|
-
path: 'commentReplies
|
|
2086
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.imageData.image.duration',
|
|
2081
2087
|
},
|
|
2082
2088
|
{
|
|
2083
|
-
path: 'commentReplies
|
|
2089
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.mapData.mapSettings.lat',
|
|
2084
2090
|
},
|
|
2085
2091
|
{
|
|
2086
|
-
path: 'commentReplies
|
|
2092
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.mapData.mapSettings.lng',
|
|
2087
2093
|
},
|
|
2088
2094
|
{
|
|
2089
|
-
path: 'commentReplies
|
|
2095
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.pollData.poll.image.duration',
|
|
2090
2096
|
},
|
|
2091
2097
|
{
|
|
2092
|
-
path: 'commentReplies
|
|
2098
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.pollData.poll.options.image.duration',
|
|
2093
2099
|
},
|
|
2094
2100
|
{
|
|
2095
|
-
path: 'commentReplies
|
|
2101
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.pollData.design.poll.background.image.duration',
|
|
2096
2102
|
},
|
|
2097
2103
|
{
|
|
2098
|
-
path: 'commentReplies
|
|
2104
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.appEmbedData.image.duration',
|
|
2099
2105
|
},
|
|
2100
2106
|
{
|
|
2101
|
-
path: 'commentReplies
|
|
2107
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.videoData.video.duration',
|
|
2102
2108
|
},
|
|
2103
2109
|
{
|
|
2104
|
-
path: 'commentReplies
|
|
2110
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.videoData.thumbnail.duration',
|
|
2105
2111
|
},
|
|
2106
2112
|
{
|
|
2107
|
-
path: 'commentReplies
|
|
2113
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.audioData.audio.duration',
|
|
2108
2114
|
},
|
|
2109
2115
|
{
|
|
2110
|
-
path: 'commentReplies
|
|
2116
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.audioData.coverImage.duration',
|
|
2111
2117
|
},
|
|
2112
2118
|
],
|
|
2113
2119
|
},
|
|
@@ -2183,52 +2189,52 @@ function getCommentThread(payload) {
|
|
|
2183
2189
|
{
|
|
2184
2190
|
path: 'comments.draftContent.attachments.document.urlExpirationDate',
|
|
2185
2191
|
},
|
|
2186
|
-
{ path: 'commentReplies
|
|
2187
|
-
{ path: 'commentReplies
|
|
2188
|
-
{ path: 'commentReplies
|
|
2189
|
-
{ path: 'commentReplies
|
|
2192
|
+
{ path: 'commentReplies.*.replies.createdDate' },
|
|
2193
|
+
{ path: 'commentReplies.*.replies.updatedDate' },
|
|
2194
|
+
{ path: 'commentReplies.*.replies.commentDate' },
|
|
2195
|
+
{ path: 'commentReplies.*.replies.content.commentDate' },
|
|
2190
2196
|
{
|
|
2191
|
-
path: 'commentReplies
|
|
2197
|
+
path: 'commentReplies.*.replies.content.richContent.metadata.createdTimestamp',
|
|
2192
2198
|
},
|
|
2193
2199
|
{
|
|
2194
|
-
path: 'commentReplies
|
|
2200
|
+
path: 'commentReplies.*.replies.content.richContent.metadata.updatedTimestamp',
|
|
2195
2201
|
},
|
|
2196
2202
|
{
|
|
2197
|
-
path: 'commentReplies
|
|
2203
|
+
path: 'commentReplies.*.replies.content.attachments.image.urlExpirationDate',
|
|
2198
2204
|
},
|
|
2199
2205
|
{
|
|
2200
|
-
path: 'commentReplies
|
|
2206
|
+
path: 'commentReplies.*.replies.content.attachments.video.urlExpirationDate',
|
|
2201
2207
|
},
|
|
2202
2208
|
{
|
|
2203
|
-
path: 'commentReplies
|
|
2209
|
+
path: 'commentReplies.*.replies.content.attachments.video.posters.urlExpirationDate',
|
|
2204
2210
|
},
|
|
2205
2211
|
{
|
|
2206
|
-
path: 'commentReplies
|
|
2212
|
+
path: 'commentReplies.*.replies.content.attachments.audio.urlExpirationDate',
|
|
2207
2213
|
},
|
|
2208
2214
|
{
|
|
2209
|
-
path: 'commentReplies
|
|
2215
|
+
path: 'commentReplies.*.replies.content.attachments.document.urlExpirationDate',
|
|
2210
2216
|
},
|
|
2211
|
-
{ path: 'commentReplies
|
|
2217
|
+
{ path: 'commentReplies.*.replies.draftContent.commentDate' },
|
|
2212
2218
|
{
|
|
2213
|
-
path: 'commentReplies
|
|
2219
|
+
path: 'commentReplies.*.replies.draftContent.richContent.metadata.createdTimestamp',
|
|
2214
2220
|
},
|
|
2215
2221
|
{
|
|
2216
|
-
path: 'commentReplies
|
|
2222
|
+
path: 'commentReplies.*.replies.draftContent.richContent.metadata.updatedTimestamp',
|
|
2217
2223
|
},
|
|
2218
2224
|
{
|
|
2219
|
-
path: 'commentReplies
|
|
2225
|
+
path: 'commentReplies.*.replies.draftContent.attachments.image.urlExpirationDate',
|
|
2220
2226
|
},
|
|
2221
2227
|
{
|
|
2222
|
-
path: 'commentReplies
|
|
2228
|
+
path: 'commentReplies.*.replies.draftContent.attachments.video.urlExpirationDate',
|
|
2223
2229
|
},
|
|
2224
2230
|
{
|
|
2225
|
-
path: 'commentReplies
|
|
2231
|
+
path: 'commentReplies.*.replies.draftContent.attachments.video.posters.urlExpirationDate',
|
|
2226
2232
|
},
|
|
2227
2233
|
{
|
|
2228
|
-
path: 'commentReplies
|
|
2234
|
+
path: 'commentReplies.*.replies.draftContent.attachments.audio.urlExpirationDate',
|
|
2229
2235
|
},
|
|
2230
2236
|
{
|
|
2231
|
-
path: 'commentReplies
|
|
2237
|
+
path: 'commentReplies.*.replies.draftContent.attachments.document.urlExpirationDate',
|
|
2232
2238
|
},
|
|
2233
2239
|
],
|
|
2234
2240
|
},
|
|
@@ -2326,94 +2332,94 @@ function getCommentThread(payload) {
|
|
|
2326
2332
|
path: 'comments.draftContent.richContent.nodes.audioData.coverImage.duration',
|
|
2327
2333
|
},
|
|
2328
2334
|
{
|
|
2329
|
-
path: 'commentReplies
|
|
2335
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.galleryData.items.image.media.duration',
|
|
2330
2336
|
},
|
|
2331
2337
|
{
|
|
2332
|
-
path: 'commentReplies
|
|
2338
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.galleryData.items.video.media.duration',
|
|
2333
2339
|
},
|
|
2334
2340
|
{
|
|
2335
|
-
path: 'commentReplies
|
|
2341
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.galleryData.items.video.thumbnail.duration',
|
|
2336
2342
|
},
|
|
2337
2343
|
{
|
|
2338
|
-
path: 'commentReplies
|
|
2344
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.galleryData.options.item.ratio',
|
|
2339
2345
|
},
|
|
2340
2346
|
{
|
|
2341
|
-
path: 'commentReplies
|
|
2347
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.imageData.image.duration',
|
|
2342
2348
|
},
|
|
2343
2349
|
{
|
|
2344
|
-
path: 'commentReplies
|
|
2350
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.mapData.mapSettings.lat',
|
|
2345
2351
|
},
|
|
2346
2352
|
{
|
|
2347
|
-
path: 'commentReplies
|
|
2353
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.mapData.mapSettings.lng',
|
|
2348
2354
|
},
|
|
2349
2355
|
{
|
|
2350
|
-
path: 'commentReplies
|
|
2356
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.pollData.poll.image.duration',
|
|
2351
2357
|
},
|
|
2352
2358
|
{
|
|
2353
|
-
path: 'commentReplies
|
|
2359
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.pollData.poll.options.image.duration',
|
|
2354
2360
|
},
|
|
2355
2361
|
{
|
|
2356
|
-
path: 'commentReplies
|
|
2362
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.pollData.design.poll.background.image.duration',
|
|
2357
2363
|
},
|
|
2358
2364
|
{
|
|
2359
|
-
path: 'commentReplies
|
|
2365
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.appEmbedData.image.duration',
|
|
2360
2366
|
},
|
|
2361
2367
|
{
|
|
2362
|
-
path: 'commentReplies
|
|
2368
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.videoData.video.duration',
|
|
2363
2369
|
},
|
|
2364
2370
|
{
|
|
2365
|
-
path: 'commentReplies
|
|
2371
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.videoData.thumbnail.duration',
|
|
2366
2372
|
},
|
|
2367
2373
|
{
|
|
2368
|
-
path: 'commentReplies
|
|
2374
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.audioData.audio.duration',
|
|
2369
2375
|
},
|
|
2370
2376
|
{
|
|
2371
|
-
path: 'commentReplies
|
|
2377
|
+
path: 'commentReplies.*.replies.content.richContent.nodes.audioData.coverImage.duration',
|
|
2372
2378
|
},
|
|
2373
2379
|
{
|
|
2374
|
-
path: 'commentReplies
|
|
2380
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.galleryData.items.image.media.duration',
|
|
2375
2381
|
},
|
|
2376
2382
|
{
|
|
2377
|
-
path: 'commentReplies
|
|
2383
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.galleryData.items.video.media.duration',
|
|
2378
2384
|
},
|
|
2379
2385
|
{
|
|
2380
|
-
path: 'commentReplies
|
|
2386
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.galleryData.items.video.thumbnail.duration',
|
|
2381
2387
|
},
|
|
2382
2388
|
{
|
|
2383
|
-
path: 'commentReplies
|
|
2389
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.galleryData.options.item.ratio',
|
|
2384
2390
|
},
|
|
2385
2391
|
{
|
|
2386
|
-
path: 'commentReplies
|
|
2392
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.imageData.image.duration',
|
|
2387
2393
|
},
|
|
2388
2394
|
{
|
|
2389
|
-
path: 'commentReplies
|
|
2395
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.mapData.mapSettings.lat',
|
|
2390
2396
|
},
|
|
2391
2397
|
{
|
|
2392
|
-
path: 'commentReplies
|
|
2398
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.mapData.mapSettings.lng',
|
|
2393
2399
|
},
|
|
2394
2400
|
{
|
|
2395
|
-
path: 'commentReplies
|
|
2401
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.pollData.poll.image.duration',
|
|
2396
2402
|
},
|
|
2397
2403
|
{
|
|
2398
|
-
path: 'commentReplies
|
|
2404
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.pollData.poll.options.image.duration',
|
|
2399
2405
|
},
|
|
2400
2406
|
{
|
|
2401
|
-
path: 'commentReplies
|
|
2407
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.pollData.design.poll.background.image.duration',
|
|
2402
2408
|
},
|
|
2403
2409
|
{
|
|
2404
|
-
path: 'commentReplies
|
|
2410
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.appEmbedData.image.duration',
|
|
2405
2411
|
},
|
|
2406
2412
|
{
|
|
2407
|
-
path: 'commentReplies
|
|
2413
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.videoData.video.duration',
|
|
2408
2414
|
},
|
|
2409
2415
|
{
|
|
2410
|
-
path: 'commentReplies
|
|
2416
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.videoData.thumbnail.duration',
|
|
2411
2417
|
},
|
|
2412
2418
|
{
|
|
2413
|
-
path: 'commentReplies
|
|
2419
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.audioData.audio.duration',
|
|
2414
2420
|
},
|
|
2415
2421
|
{
|
|
2416
|
-
path: 'commentReplies
|
|
2422
|
+
path: 'commentReplies.*.replies.draftContent.richContent.nodes.audioData.coverImage.duration',
|
|
2417
2423
|
},
|
|
2418
2424
|
],
|
|
2419
2425
|
},
|