@wix/auto_sdk_comments_comments 1.0.20 → 1.0.21
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/{comments-v2-comment-comments.universal-kzUoSqmO.d.ts → comments-v2-comment-comments.universal-BVp9019z.d.ts} +12 -2
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js +2 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +13 -3
- package/build/es/{comments-v2-comment-comments.universal-kzUoSqmO.d.mts → comments-v2-comment-comments.universal-BVp9019z.d.mts} +12 -2
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +2 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/meta.d.mts +13 -3
- package/build/internal/cjs/{comments-v2-comment-comments.universal-kzUoSqmO.d.ts → comments-v2-comment-comments.universal-BVp9019z.d.ts} +12 -2
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +2 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +13 -3
- package/build/internal/es/{comments-v2-comment-comments.universal-kzUoSqmO.d.mts → comments-v2-comment-comments.universal-BVp9019z.d.mts} +12 -2
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +2 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +13 -3
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c7 as CreateCommentRequest$1, c9 as CreateCommentResponse$1, cb as GetCommentRequest$1, cc as GetCommentResponse$1, cd as UpdateCommentRequest$1, ce as UpdateCommentResponse$1, cg as DeleteCommentRequest$1, ch as DeleteCommentResponse$1, cj as ModerateDraftContentRequest$1, a as ModerateDraftContentResponse$1, cm as QueryCommentsRequest$1, cr as QueryCommentsResponse$1, cu as MarkCommentRequest$1, c as MarkCommentResponse$1, cw as UnmarkCommentRequest$1, d as UnmarkCommentResponse$1, cy as HideCommentRequest$1, H as HideCommentResponse$1, cz as PublishCommentRequest$1, P as PublishCommentResponse$1, cA as CountCommentsRequest$1, f as CountCommentsResponse$1, cB as ListCommentsByResourceRequest$1, g as ListCommentsByResourceResponse$1, cG as GetCommentThreadRequest$1, h as GetCommentThreadResponse$1, cH as BulkPublishCommentRequest$1, i as BulkPublishCommentResponse$1, cI as BulkHideCommentRequest$1, k as BulkHideCommentResponse$1, cJ as BulkDeleteCommentRequest$1, m as BulkDeleteCommentResponse$1, cK as BulkModerateDraftContentRequest$1, o as BulkModerateDraftContentResponse$1, cL as BulkMoveCommentByFilterRequest$1, q as BulkMoveCommentByFilterResponse$1 } from './comments-v2-comment-comments.universal-
|
|
1
|
+
import { c7 as CreateCommentRequest$1, c9 as CreateCommentResponse$1, cb as GetCommentRequest$1, cc as GetCommentResponse$1, cd as UpdateCommentRequest$1, ce as UpdateCommentResponse$1, cg as DeleteCommentRequest$1, ch as DeleteCommentResponse$1, cj as ModerateDraftContentRequest$1, a as ModerateDraftContentResponse$1, cm as QueryCommentsRequest$1, cr as QueryCommentsResponse$1, cu as MarkCommentRequest$1, c as MarkCommentResponse$1, cw as UnmarkCommentRequest$1, d as UnmarkCommentResponse$1, cy as HideCommentRequest$1, H as HideCommentResponse$1, cz as PublishCommentRequest$1, P as PublishCommentResponse$1, cA as CountCommentsRequest$1, f as CountCommentsResponse$1, cB as ListCommentsByResourceRequest$1, g as ListCommentsByResourceResponse$1, cG as GetCommentThreadRequest$1, h as GetCommentThreadResponse$1, cH as BulkPublishCommentRequest$1, i as BulkPublishCommentResponse$1, cI as BulkHideCommentRequest$1, k as BulkHideCommentResponse$1, cJ as BulkDeleteCommentRequest$1, m as BulkDeleteCommentResponse$1, cK as BulkModerateDraftContentRequest$1, o as BulkModerateDraftContentResponse$1, cL as BulkMoveCommentByFilterRequest$1, q as BulkMoveCommentByFilterResponse$1 } from './comments-v2-comment-comments.universal-BVp9019z.mjs';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* A comment is a user-generated message in response to a specific resource. It allows site visitors
|
|
@@ -1226,6 +1226,10 @@ interface Decoration extends DecorationDataOneOf {
|
|
|
1226
1226
|
spoilerData?: SpoilerData;
|
|
1227
1227
|
/** Data for a strikethrough decoration. Defaults to `true`. */
|
|
1228
1228
|
strikethroughData?: boolean | null;
|
|
1229
|
+
/** Data for a superscript decoration. Defaults to `true`. */
|
|
1230
|
+
superscriptData?: boolean | null;
|
|
1231
|
+
/** Data for a subscript decoration. Defaults to `true`. */
|
|
1232
|
+
subscriptData?: boolean | null;
|
|
1229
1233
|
/** The type of decoration to apply. */
|
|
1230
1234
|
type?: DecorationTypeWithLiterals;
|
|
1231
1235
|
}
|
|
@@ -1251,6 +1255,10 @@ interface DecorationDataOneOf {
|
|
|
1251
1255
|
spoilerData?: SpoilerData;
|
|
1252
1256
|
/** Data for a strikethrough decoration. Defaults to `true`. */
|
|
1253
1257
|
strikethroughData?: boolean | null;
|
|
1258
|
+
/** Data for a superscript decoration. Defaults to `true`. */
|
|
1259
|
+
superscriptData?: boolean | null;
|
|
1260
|
+
/** Data for a subscript decoration. Defaults to `true`. */
|
|
1261
|
+
subscriptData?: boolean | null;
|
|
1254
1262
|
}
|
|
1255
1263
|
declare enum DecorationType {
|
|
1256
1264
|
BOLD = "BOLD",
|
|
@@ -1263,10 +1271,12 @@ declare enum DecorationType {
|
|
|
1263
1271
|
COLOR = "COLOR",
|
|
1264
1272
|
FONT_SIZE = "FONT_SIZE",
|
|
1265
1273
|
EXTERNAL = "EXTERNAL",
|
|
1266
|
-
STRIKETHROUGH = "STRIKETHROUGH"
|
|
1274
|
+
STRIKETHROUGH = "STRIKETHROUGH",
|
|
1275
|
+
SUPERSCRIPT = "SUPERSCRIPT",
|
|
1276
|
+
SUBSCRIPT = "SUBSCRIPT"
|
|
1267
1277
|
}
|
|
1268
1278
|
/** @enumType */
|
|
1269
|
-
type DecorationTypeWithLiterals = DecorationType | 'BOLD' | 'ITALIC' | 'UNDERLINE' | 'SPOILER' | 'ANCHOR' | 'MENTION' | 'LINK' | 'COLOR' | 'FONT_SIZE' | 'EXTERNAL' | 'STRIKETHROUGH';
|
|
1279
|
+
type DecorationTypeWithLiterals = DecorationType | 'BOLD' | 'ITALIC' | 'UNDERLINE' | 'SPOILER' | 'ANCHOR' | 'MENTION' | 'LINK' | 'COLOR' | 'FONT_SIZE' | 'EXTERNAL' | 'STRIKETHROUGH' | 'SUPERSCRIPT' | 'SUBSCRIPT';
|
|
1270
1280
|
interface AnchorData {
|
|
1271
1281
|
/** The target node's ID. */
|
|
1272
1282
|
anchor?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_comments_comments",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.21",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"fqdn": "wix.comments.v2.comment"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
|
-
"falconPackageHash": "
|
|
52
|
+
"falconPackageHash": "da26108527816f1bd2a079bc8e303173d03d26191b48d01c68d1f76e"
|
|
53
53
|
}
|