@wix/auto_sdk_comments_comments 1.0.8 → 1.0.9
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/{comments-v2-comment-comments.universal-DjW1a70o.d.mts → comments-v2-comment-comments.universal-Bt560XJw.d.mts} +6 -1
- package/build/{comments-v2-comment-comments.universal-DjW1a70o.d.ts → comments-v2-comment-comments.universal-Bt560XJw.d.ts} +6 -1
- package/build/index.d.mts +2 -2
- package/build/index.d.ts +2 -2
- package/build/index.js +1 -0
- package/build/index.js.map +1 -1
- package/build/index.mjs +1 -0
- package/build/index.mjs.map +1 -1
- package/build/internal/{comments-v2-comment-comments.universal-DjW1a70o.d.mts → comments-v2-comment-comments.universal-Bt560XJw.d.mts} +6 -1
- package/build/internal/{comments-v2-comment-comments.universal-DjW1a70o.d.ts → comments-v2-comment-comments.universal-Bt560XJw.d.ts} +6 -1
- package/build/internal/index.d.mts +2 -2
- package/build/internal/index.d.ts +2 -2
- package/build/internal/index.js +1 -0
- package/build/internal/index.js.map +1 -1
- package/build/internal/index.mjs +1 -0
- package/build/internal/index.mjs.map +1 -1
- package/build/internal/meta.d.mts +7 -2
- package/build/internal/meta.d.ts +7 -2
- package/build/meta.d.mts +7 -2
- package/build/meta.d.ts +7 -2
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b_ as CreateCommentRequest$1, c0 as CreateCommentResponse$1, c2 as GetCommentRequest$1, c3 as GetCommentResponse$1, c4 as UpdateCommentRequest$1, c5 as UpdateCommentResponse$1, c7 as DeleteCommentRequest$1, c8 as DeleteCommentResponse$1, ca as ModerateDraftContentRequest$1, a as ModerateDraftContentResponse$1, cd as QueryCommentsRequest$1, ci as QueryCommentsResponse$1, cl as MarkCommentRequest$1, c as MarkCommentResponse$1, cn as UnmarkCommentRequest$1, d as UnmarkCommentResponse$1, cp as HideCommentRequest$1, H as HideCommentResponse$1, cq as PublishCommentRequest$1, P as PublishCommentResponse$1, cr as CountCommentsRequest$1, f as CountCommentsResponse$1, cs as ListCommentsByResourceRequest$1, g as ListCommentsByResourceResponse$1, cx as GetCommentThreadRequest$1, h as GetCommentThreadResponse$1, cy as BulkPublishCommentRequest$1, i as BulkPublishCommentResponse$1, cz as BulkHideCommentRequest$1, k as BulkHideCommentResponse$1, cA as BulkDeleteCommentRequest$1, m as BulkDeleteCommentResponse$1, cB as BulkModerateDraftContentRequest$1, o as BulkModerateDraftContentResponse$1, cC as BulkMoveCommentByFilterRequest$1, q as BulkMoveCommentByFilterResponse$1 } from './comments-v2-comment-comments.universal-
|
|
1
|
+
import { b_ as CreateCommentRequest$1, c0 as CreateCommentResponse$1, c2 as GetCommentRequest$1, c3 as GetCommentResponse$1, c4 as UpdateCommentRequest$1, c5 as UpdateCommentResponse$1, c7 as DeleteCommentRequest$1, c8 as DeleteCommentResponse$1, ca as ModerateDraftContentRequest$1, a as ModerateDraftContentResponse$1, cd as QueryCommentsRequest$1, ci as QueryCommentsResponse$1, cl as MarkCommentRequest$1, c as MarkCommentResponse$1, cn as UnmarkCommentRequest$1, d as UnmarkCommentResponse$1, cp as HideCommentRequest$1, H as HideCommentResponse$1, cq as PublishCommentRequest$1, P as PublishCommentResponse$1, cr as CountCommentsRequest$1, f as CountCommentsResponse$1, cs as ListCommentsByResourceRequest$1, g as ListCommentsByResourceResponse$1, cx as GetCommentThreadRequest$1, h as GetCommentThreadResponse$1, cy as BulkPublishCommentRequest$1, i as BulkPublishCommentResponse$1, cz as BulkHideCommentRequest$1, k as BulkHideCommentResponse$1, cA as BulkDeleteCommentRequest$1, m as BulkDeleteCommentResponse$1, cB as BulkModerateDraftContentRequest$1, o as BulkModerateDraftContentResponse$1, cC as BulkMoveCommentByFilterRequest$1, q as BulkMoveCommentByFilterResponse$1 } from './comments-v2-comment-comments.universal-Bt560XJw.mjs';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* A comment is a user-generated message in response to a specific resource. It allows site visitors
|
|
@@ -1178,6 +1178,8 @@ interface Decoration extends DecorationDataOneOf {
|
|
|
1178
1178
|
underlineData?: boolean | null;
|
|
1179
1179
|
/** Data for a spoiler decoration. */
|
|
1180
1180
|
spoilerData?: SpoilerData;
|
|
1181
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
|
1182
|
+
strikethroughData?: boolean | null;
|
|
1181
1183
|
/** The type of decoration to apply. */
|
|
1182
1184
|
type?: DecorationType;
|
|
1183
1185
|
}
|
|
@@ -1201,6 +1203,8 @@ interface DecorationDataOneOf {
|
|
|
1201
1203
|
underlineData?: boolean | null;
|
|
1202
1204
|
/** Data for a spoiler decoration. */
|
|
1203
1205
|
spoilerData?: SpoilerData;
|
|
1206
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
|
1207
|
+
strikethroughData?: boolean | null;
|
|
1204
1208
|
}
|
|
1205
1209
|
declare enum DecorationType {
|
|
1206
1210
|
BOLD = "BOLD",
|
|
@@ -1212,7 +1216,8 @@ declare enum DecorationType {
|
|
|
1212
1216
|
LINK = "LINK",
|
|
1213
1217
|
COLOR = "COLOR",
|
|
1214
1218
|
FONT_SIZE = "FONT_SIZE",
|
|
1215
|
-
EXTERNAL = "EXTERNAL"
|
|
1219
|
+
EXTERNAL = "EXTERNAL",
|
|
1220
|
+
STRIKETHROUGH = "STRIKETHROUGH"
|
|
1216
1221
|
}
|
|
1217
1222
|
interface AnchorData {
|
|
1218
1223
|
/** The target node's ID. */
|
package/build/internal/meta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b_ as CreateCommentRequest$1, c0 as CreateCommentResponse$1, c2 as GetCommentRequest$1, c3 as GetCommentResponse$1, c4 as UpdateCommentRequest$1, c5 as UpdateCommentResponse$1, c7 as DeleteCommentRequest$1, c8 as DeleteCommentResponse$1, ca as ModerateDraftContentRequest$1, a as ModerateDraftContentResponse$1, cd as QueryCommentsRequest$1, ci as QueryCommentsResponse$1, cl as MarkCommentRequest$1, c as MarkCommentResponse$1, cn as UnmarkCommentRequest$1, d as UnmarkCommentResponse$1, cp as HideCommentRequest$1, H as HideCommentResponse$1, cq as PublishCommentRequest$1, P as PublishCommentResponse$1, cr as CountCommentsRequest$1, f as CountCommentsResponse$1, cs as ListCommentsByResourceRequest$1, g as ListCommentsByResourceResponse$1, cx as GetCommentThreadRequest$1, h as GetCommentThreadResponse$1, cy as BulkPublishCommentRequest$1, i as BulkPublishCommentResponse$1, cz as BulkHideCommentRequest$1, k as BulkHideCommentResponse$1, cA as BulkDeleteCommentRequest$1, m as BulkDeleteCommentResponse$1, cB as BulkModerateDraftContentRequest$1, o as BulkModerateDraftContentResponse$1, cC as BulkMoveCommentByFilterRequest$1, q as BulkMoveCommentByFilterResponse$1 } from './comments-v2-comment-comments.universal-
|
|
1
|
+
import { b_ as CreateCommentRequest$1, c0 as CreateCommentResponse$1, c2 as GetCommentRequest$1, c3 as GetCommentResponse$1, c4 as UpdateCommentRequest$1, c5 as UpdateCommentResponse$1, c7 as DeleteCommentRequest$1, c8 as DeleteCommentResponse$1, ca as ModerateDraftContentRequest$1, a as ModerateDraftContentResponse$1, cd as QueryCommentsRequest$1, ci as QueryCommentsResponse$1, cl as MarkCommentRequest$1, c as MarkCommentResponse$1, cn as UnmarkCommentRequest$1, d as UnmarkCommentResponse$1, cp as HideCommentRequest$1, H as HideCommentResponse$1, cq as PublishCommentRequest$1, P as PublishCommentResponse$1, cr as CountCommentsRequest$1, f as CountCommentsResponse$1, cs as ListCommentsByResourceRequest$1, g as ListCommentsByResourceResponse$1, cx as GetCommentThreadRequest$1, h as GetCommentThreadResponse$1, cy as BulkPublishCommentRequest$1, i as BulkPublishCommentResponse$1, cz as BulkHideCommentRequest$1, k as BulkHideCommentResponse$1, cA as BulkDeleteCommentRequest$1, m as BulkDeleteCommentResponse$1, cB as BulkModerateDraftContentRequest$1, o as BulkModerateDraftContentResponse$1, cC as BulkMoveCommentByFilterRequest$1, q as BulkMoveCommentByFilterResponse$1 } from './comments-v2-comment-comments.universal-Bt560XJw.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* A comment is a user-generated message in response to a specific resource. It allows site visitors
|
|
@@ -1178,6 +1178,8 @@ interface Decoration extends DecorationDataOneOf {
|
|
|
1178
1178
|
underlineData?: boolean | null;
|
|
1179
1179
|
/** Data for a spoiler decoration. */
|
|
1180
1180
|
spoilerData?: SpoilerData;
|
|
1181
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
|
1182
|
+
strikethroughData?: boolean | null;
|
|
1181
1183
|
/** The type of decoration to apply. */
|
|
1182
1184
|
type?: DecorationType;
|
|
1183
1185
|
}
|
|
@@ -1201,6 +1203,8 @@ interface DecorationDataOneOf {
|
|
|
1201
1203
|
underlineData?: boolean | null;
|
|
1202
1204
|
/** Data for a spoiler decoration. */
|
|
1203
1205
|
spoilerData?: SpoilerData;
|
|
1206
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
|
1207
|
+
strikethroughData?: boolean | null;
|
|
1204
1208
|
}
|
|
1205
1209
|
declare enum DecorationType {
|
|
1206
1210
|
BOLD = "BOLD",
|
|
@@ -1212,7 +1216,8 @@ declare enum DecorationType {
|
|
|
1212
1216
|
LINK = "LINK",
|
|
1213
1217
|
COLOR = "COLOR",
|
|
1214
1218
|
FONT_SIZE = "FONT_SIZE",
|
|
1215
|
-
EXTERNAL = "EXTERNAL"
|
|
1219
|
+
EXTERNAL = "EXTERNAL",
|
|
1220
|
+
STRIKETHROUGH = "STRIKETHROUGH"
|
|
1216
1221
|
}
|
|
1217
1222
|
interface AnchorData {
|
|
1218
1223
|
/** The target node's ID. */
|
package/build/meta.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b_ as CreateCommentRequest$1, c0 as CreateCommentResponse$1, c2 as GetCommentRequest$1, c3 as GetCommentResponse$1, c4 as UpdateCommentRequest$1, c5 as UpdateCommentResponse$1, c7 as DeleteCommentRequest$1, c8 as DeleteCommentResponse$1, ca as ModerateDraftContentRequest$1, a as ModerateDraftContentResponse$1, cd as QueryCommentsRequest$1, ci as QueryCommentsResponse$1, cl as MarkCommentRequest$1, c as MarkCommentResponse$1, cn as UnmarkCommentRequest$1, d as UnmarkCommentResponse$1, cp as HideCommentRequest$1, H as HideCommentResponse$1, cq as PublishCommentRequest$1, P as PublishCommentResponse$1, cr as CountCommentsRequest$1, f as CountCommentsResponse$1, cs as ListCommentsByResourceRequest$1, g as ListCommentsByResourceResponse$1, cx as GetCommentThreadRequest$1, h as GetCommentThreadResponse$1, cy as BulkPublishCommentRequest$1, i as BulkPublishCommentResponse$1, cz as BulkHideCommentRequest$1, k as BulkHideCommentResponse$1, cA as BulkDeleteCommentRequest$1, m as BulkDeleteCommentResponse$1, cB as BulkModerateDraftContentRequest$1, o as BulkModerateDraftContentResponse$1, cC as BulkMoveCommentByFilterRequest$1, q as BulkMoveCommentByFilterResponse$1 } from './comments-v2-comment-comments.universal-
|
|
1
|
+
import { b_ as CreateCommentRequest$1, c0 as CreateCommentResponse$1, c2 as GetCommentRequest$1, c3 as GetCommentResponse$1, c4 as UpdateCommentRequest$1, c5 as UpdateCommentResponse$1, c7 as DeleteCommentRequest$1, c8 as DeleteCommentResponse$1, ca as ModerateDraftContentRequest$1, a as ModerateDraftContentResponse$1, cd as QueryCommentsRequest$1, ci as QueryCommentsResponse$1, cl as MarkCommentRequest$1, c as MarkCommentResponse$1, cn as UnmarkCommentRequest$1, d as UnmarkCommentResponse$1, cp as HideCommentRequest$1, H as HideCommentResponse$1, cq as PublishCommentRequest$1, P as PublishCommentResponse$1, cr as CountCommentsRequest$1, f as CountCommentsResponse$1, cs as ListCommentsByResourceRequest$1, g as ListCommentsByResourceResponse$1, cx as GetCommentThreadRequest$1, h as GetCommentThreadResponse$1, cy as BulkPublishCommentRequest$1, i as BulkPublishCommentResponse$1, cz as BulkHideCommentRequest$1, k as BulkHideCommentResponse$1, cA as BulkDeleteCommentRequest$1, m as BulkDeleteCommentResponse$1, cB as BulkModerateDraftContentRequest$1, o as BulkModerateDraftContentResponse$1, cC as BulkMoveCommentByFilterRequest$1, q as BulkMoveCommentByFilterResponse$1 } from './comments-v2-comment-comments.universal-Bt560XJw.mjs';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* A comment is a user-generated message in response to a specific resource. It allows site visitors
|
|
@@ -1178,6 +1178,8 @@ interface Decoration extends DecorationDataOneOf {
|
|
|
1178
1178
|
underlineData?: boolean | null;
|
|
1179
1179
|
/** Data for a spoiler decoration. */
|
|
1180
1180
|
spoilerData?: SpoilerData;
|
|
1181
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
|
1182
|
+
strikethroughData?: boolean | null;
|
|
1181
1183
|
/** The type of decoration to apply. */
|
|
1182
1184
|
type?: DecorationType;
|
|
1183
1185
|
}
|
|
@@ -1201,6 +1203,8 @@ interface DecorationDataOneOf {
|
|
|
1201
1203
|
underlineData?: boolean | null;
|
|
1202
1204
|
/** Data for a spoiler decoration. */
|
|
1203
1205
|
spoilerData?: SpoilerData;
|
|
1206
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
|
1207
|
+
strikethroughData?: boolean | null;
|
|
1204
1208
|
}
|
|
1205
1209
|
declare enum DecorationType {
|
|
1206
1210
|
BOLD = "BOLD",
|
|
@@ -1212,7 +1216,8 @@ declare enum DecorationType {
|
|
|
1212
1216
|
LINK = "LINK",
|
|
1213
1217
|
COLOR = "COLOR",
|
|
1214
1218
|
FONT_SIZE = "FONT_SIZE",
|
|
1215
|
-
EXTERNAL = "EXTERNAL"
|
|
1219
|
+
EXTERNAL = "EXTERNAL",
|
|
1220
|
+
STRIKETHROUGH = "STRIKETHROUGH"
|
|
1216
1221
|
}
|
|
1217
1222
|
interface AnchorData {
|
|
1218
1223
|
/** The target node's ID. */
|
package/build/meta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b_ as CreateCommentRequest$1, c0 as CreateCommentResponse$1, c2 as GetCommentRequest$1, c3 as GetCommentResponse$1, c4 as UpdateCommentRequest$1, c5 as UpdateCommentResponse$1, c7 as DeleteCommentRequest$1, c8 as DeleteCommentResponse$1, ca as ModerateDraftContentRequest$1, a as ModerateDraftContentResponse$1, cd as QueryCommentsRequest$1, ci as QueryCommentsResponse$1, cl as MarkCommentRequest$1, c as MarkCommentResponse$1, cn as UnmarkCommentRequest$1, d as UnmarkCommentResponse$1, cp as HideCommentRequest$1, H as HideCommentResponse$1, cq as PublishCommentRequest$1, P as PublishCommentResponse$1, cr as CountCommentsRequest$1, f as CountCommentsResponse$1, cs as ListCommentsByResourceRequest$1, g as ListCommentsByResourceResponse$1, cx as GetCommentThreadRequest$1, h as GetCommentThreadResponse$1, cy as BulkPublishCommentRequest$1, i as BulkPublishCommentResponse$1, cz as BulkHideCommentRequest$1, k as BulkHideCommentResponse$1, cA as BulkDeleteCommentRequest$1, m as BulkDeleteCommentResponse$1, cB as BulkModerateDraftContentRequest$1, o as BulkModerateDraftContentResponse$1, cC as BulkMoveCommentByFilterRequest$1, q as BulkMoveCommentByFilterResponse$1 } from './comments-v2-comment-comments.universal-
|
|
1
|
+
import { b_ as CreateCommentRequest$1, c0 as CreateCommentResponse$1, c2 as GetCommentRequest$1, c3 as GetCommentResponse$1, c4 as UpdateCommentRequest$1, c5 as UpdateCommentResponse$1, c7 as DeleteCommentRequest$1, c8 as DeleteCommentResponse$1, ca as ModerateDraftContentRequest$1, a as ModerateDraftContentResponse$1, cd as QueryCommentsRequest$1, ci as QueryCommentsResponse$1, cl as MarkCommentRequest$1, c as MarkCommentResponse$1, cn as UnmarkCommentRequest$1, d as UnmarkCommentResponse$1, cp as HideCommentRequest$1, H as HideCommentResponse$1, cq as PublishCommentRequest$1, P as PublishCommentResponse$1, cr as CountCommentsRequest$1, f as CountCommentsResponse$1, cs as ListCommentsByResourceRequest$1, g as ListCommentsByResourceResponse$1, cx as GetCommentThreadRequest$1, h as GetCommentThreadResponse$1, cy as BulkPublishCommentRequest$1, i as BulkPublishCommentResponse$1, cz as BulkHideCommentRequest$1, k as BulkHideCommentResponse$1, cA as BulkDeleteCommentRequest$1, m as BulkDeleteCommentResponse$1, cB as BulkModerateDraftContentRequest$1, o as BulkModerateDraftContentResponse$1, cC as BulkMoveCommentByFilterRequest$1, q as BulkMoveCommentByFilterResponse$1 } from './comments-v2-comment-comments.universal-Bt560XJw.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* A comment is a user-generated message in response to a specific resource. It allows site visitors
|
|
@@ -1178,6 +1178,8 @@ interface Decoration extends DecorationDataOneOf {
|
|
|
1178
1178
|
underlineData?: boolean | null;
|
|
1179
1179
|
/** Data for a spoiler decoration. */
|
|
1180
1180
|
spoilerData?: SpoilerData;
|
|
1181
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
|
1182
|
+
strikethroughData?: boolean | null;
|
|
1181
1183
|
/** The type of decoration to apply. */
|
|
1182
1184
|
type?: DecorationType;
|
|
1183
1185
|
}
|
|
@@ -1201,6 +1203,8 @@ interface DecorationDataOneOf {
|
|
|
1201
1203
|
underlineData?: boolean | null;
|
|
1202
1204
|
/** Data for a spoiler decoration. */
|
|
1203
1205
|
spoilerData?: SpoilerData;
|
|
1206
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
|
1207
|
+
strikethroughData?: boolean | null;
|
|
1204
1208
|
}
|
|
1205
1209
|
declare enum DecorationType {
|
|
1206
1210
|
BOLD = "BOLD",
|
|
@@ -1212,7 +1216,8 @@ declare enum DecorationType {
|
|
|
1212
1216
|
LINK = "LINK",
|
|
1213
1217
|
COLOR = "COLOR",
|
|
1214
1218
|
FONT_SIZE = "FONT_SIZE",
|
|
1215
|
-
EXTERNAL = "EXTERNAL"
|
|
1219
|
+
EXTERNAL = "EXTERNAL",
|
|
1220
|
+
STRIKETHROUGH = "STRIKETHROUGH"
|
|
1216
1221
|
}
|
|
1217
1222
|
interface AnchorData {
|
|
1218
1223
|
/** The target node's ID. */
|
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.9",
|
|
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": "781dc154e07faa12523bb013be9d2499147bb0c647c34aa0ab5592a1"
|
|
53
53
|
}
|