@getcommunity/gc-validators 0.0.173 → 0.0.174

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/dist/index.cjs CHANGED
@@ -867,12 +867,9 @@ var ClientProjectPhaseOptions = [
867
867
 
868
868
  // src/types/documents/comment.document.ts
869
869
  var ReportCommentReason = {
870
- BAD_WORDS: "BAD_WORDS",
871
- OTHER: "OTHER",
870
+ BAD_LANGUAGE: "BAD_LANGUAGE",
872
871
  DISCRIMINATION: "DISCRIMINATION",
873
- IRRELEVANT: "IRRELEVANT",
874
- INAPPROPRIATE: "INAPPROPRIATE",
875
- SPAM: "SPAM"
872
+ OTHER: "OTHER"
876
873
  };
877
874
  var ReportCommentReasonOptions = Object.values(ReportCommentReason);
878
875
  var CommentApprovalStatus = {