@engagently/types 4.1.0 → 4.2.0

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.
@@ -57,9 +57,11 @@ export type CommunityConfig = {
57
57
  COMMENTARY_MAX_LENGTH: number;
58
58
  COMMENTARY_PREVIEW_LENGTH: number;
59
59
  LIST_COMMENTARIES_SIZE: number;
60
+ LIST_COMMENTARIES_SIZE_ANONYMOUS: number;
60
61
  LIST_MORE_COMMENTARIES_SIZE: number;
61
62
  PREAMBLE_ENABLED: boolean;
62
63
  THREAD_COMMENTS_SIZE: number;
64
+ THREAD_COMMENTS_SIZE_ANONYMOUS: number;
63
65
  THREAD_INCLUDE_TOMBSTONES: boolean;
64
66
  THREAD_MORE_COMMENTS_SIZE: number;
65
67
  THREAD_MORE_REPLIES_SIZE: number;
@@ -20,6 +20,7 @@ export declare const defaultResources: {
20
20
  "go-to-discussion": string;
21
21
  na: string;
22
22
  save: string;
23
+ edit: string;
23
24
  send: string;
24
25
  "show-all-comments": string;
25
26
  view: string;
@@ -290,6 +291,7 @@ export declare const defaultResources: {
290
291
  "go-to-discussion": string;
291
292
  na: string;
292
293
  save: string;
294
+ edit: string;
293
295
  send: string;
294
296
  "show-all-comments": string;
295
297
  view: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@engagently/types",
3
- "version": "4.1.0",
3
+ "version": "4.2.0",
4
4
  "main": "./index.ts",
5
5
  "types": "dist/types/engagently.d.ts",
6
6
  "files": [