@jealous-robot-dev/shared-types-responses 1.32.15 → 1.32.16

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.
@@ -47,8 +47,7 @@ export declare enum ServiceReportReasons {
47
47
  INCOMPETENCE = "INCOMPETENCE",
48
48
  HATE_OR_RACISM = "HATE_OR_RACISM",
49
49
  POLICY_VIOLATION = "POLICY_VIOLATION",
50
- ABUSIVE_BEHAVIOUR = "ABUSIVE_BEHAVIOUR",
51
- IMPROPER_BEHAVIOUR = "IMPROPER_BEHAVIOUR"
50
+ ABUSIVE_BEHAVIOUR = "ABUSIVE_BEHAVIOUR"
52
51
  }
53
52
  export interface ViewEventCommonPhrases {
54
53
  read_more: string;
@@ -65,7 +64,6 @@ export interface ViewEventCommonPhrases {
65
64
  description: string;
66
65
  reasons: {
67
66
  title: string;
68
- description: string;
69
67
  id: ServiceReportReasons;
70
68
  }[];
71
69
  };
@@ -27,7 +27,6 @@ var ServiceReportReasons;
27
27
  ServiceReportReasons["HATE_OR_RACISM"] = "HATE_OR_RACISM";
28
28
  ServiceReportReasons["POLICY_VIOLATION"] = "POLICY_VIOLATION";
29
29
  ServiceReportReasons["ABUSIVE_BEHAVIOUR"] = "ABUSIVE_BEHAVIOUR";
30
- ServiceReportReasons["IMPROPER_BEHAVIOUR"] = "IMPROPER_BEHAVIOUR";
31
30
  })(ServiceReportReasons = exports.ServiceReportReasons || (exports.ServiceReportReasons = {}));
32
31
  //basic rules
33
32
  var BasicRulesSectionIDs;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.32.15",
3
+ "version": "1.32.16",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",