@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 +2 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -8
- package/dist/index.d.ts +5 -8
- package/dist/index.js +2 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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
|
-
|
|
871
|
-
OTHER: "OTHER",
|
|
870
|
+
BAD_LANGUAGE: "BAD_LANGUAGE",
|
|
872
871
|
DISCRIMINATION: "DISCRIMINATION",
|
|
873
|
-
|
|
874
|
-
INAPPROPRIATE: "INAPPROPRIATE",
|
|
875
|
-
SPAM: "SPAM"
|
|
872
|
+
OTHER: "OTHER"
|
|
876
873
|
};
|
|
877
874
|
var ReportCommentReasonOptions = Object.values(ReportCommentReason);
|
|
878
875
|
var CommentApprovalStatus = {
|