@engagently/types 7.0.0 → 7.0.1

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.
@@ -4,6 +4,7 @@ export declare enum DsmCommentariesSort {
4
4
  PopularityDesc = "POPULARITY_DESC"
5
5
  }
6
6
  export declare enum DsmCommentaryReportReason {
7
+ Behaviour = "BEHAVIOUR",
7
8
  Bully = "BULLY",
8
9
  Fake = "FAKE",
9
10
  Hate = "HATE",
@@ -14,6 +15,7 @@ export declare enum DsmCommentaryReportReason {
14
15
  Spam = "SPAM",
15
16
  Terms = "TERMS",
16
17
  Toxic = "TOXIC",
18
+ Username = "USERNAME",
17
19
  Violence = "VIOLENCE"
18
20
  }
19
21
  export declare enum DsmFeatureName {
@@ -176,6 +176,8 @@ export declare const defaultResources: {
176
176
  FAKE: string;
177
177
  TERMS: string;
178
178
  LEGAL: string;
179
+ USERNAME: string;
180
+ BEHAVIOUR: string;
179
181
  };
180
182
  submitted: string;
181
183
  };
@@ -583,6 +585,8 @@ export declare const defaultResources: {
583
585
  FAKE: string;
584
586
  TERMS: string;
585
587
  LEGAL: string;
588
+ USERNAME: string;
589
+ BEHAVIOUR: string;
586
590
  };
587
591
  submitted: string;
588
592
  };
@@ -991,6 +995,8 @@ declare const resources: {
991
995
  FAKE: string;
992
996
  TERMS: string;
993
997
  LEGAL: string;
998
+ USERNAME: string;
999
+ BEHAVIOUR: string;
994
1000
  };
995
1001
  submitted: string;
996
1002
  };
@@ -1398,6 +1404,8 @@ declare const resources: {
1398
1404
  FAKE: string;
1399
1405
  TERMS: string;
1400
1406
  LEGAL: string;
1407
+ USERNAME: string;
1408
+ BEHAVIOUR: string;
1401
1409
  };
1402
1410
  submitted: string;
1403
1411
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@engagently/types",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "main": "./index.ts",
5
5
  "types": "dist/types/engagently.d.ts",
6
6
  "files": [