@engagently/types 4.3.0 → 4.3.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.
@@ -17,6 +17,7 @@ export declare enum DsmDiscussionState {
17
17
  export declare enum DsmFeatureName {
18
18
  Comment = "COMMENT",
19
19
  CommentaryRead = "COMMENTARY_READ",
20
+ Ignore = "IGNORE",
20
21
  InstantContext = "INSTANT_CONTEXT",
21
22
  MyProfile = "MY_PROFILE",
22
23
  Profile = "PROFILE",
@@ -245,6 +245,9 @@ export declare const defaultResources: {
245
245
  SHARE: {
246
246
  "call-to-action": string;
247
247
  };
248
+ IGNORE: {
249
+ "call-to-action": string;
250
+ };
248
251
  };
249
252
  interpolation: {
250
253
  comment: string;
@@ -527,6 +530,9 @@ export declare const defaultResources: {
527
530
  SHARE: {
528
531
  "call-to-action": string;
529
532
  };
533
+ IGNORE: {
534
+ "call-to-action": string;
535
+ };
530
536
  };
531
537
  interpolation: {
532
538
  comment: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@engagently/types",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "main": "./index.ts",
5
5
  "types": "dist/types/engagently.d.ts",
6
6
  "files": [