@amityco/ts-sdk 7.17.1-2db1f64.0 → 7.17.1-ff8249dd.0
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/@types/domains/content.d.ts +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
|
@@ -11,7 +11,7 @@ export declare enum ContentFlagReasonEnum {
|
|
|
11
11
|
SelfHarmOrSuicide = "Self-harm or suicide",
|
|
12
12
|
ViolenceOrThreateningContent = "Violence or threatening content",
|
|
13
13
|
SellingRestrictedItems = "Selling and promoting restricted items",
|
|
14
|
-
SexualContentOrNudity = "Sexual
|
|
14
|
+
SexualContentOrNudity = "Sexual content or nudity",
|
|
15
15
|
SpamOrScams = "Spam or scams",
|
|
16
16
|
FalseInformation = "False information or misinformation",
|
|
17
17
|
Others = "Others"
|
package/dist/index.cjs.js
CHANGED
|
@@ -114,7 +114,7 @@ exports.ContentFlagReasonEnum = void 0;
|
|
|
114
114
|
ContentFlagReasonEnum["SelfHarmOrSuicide"] = "Self-harm or suicide";
|
|
115
115
|
ContentFlagReasonEnum["ViolenceOrThreateningContent"] = "Violence or threatening content";
|
|
116
116
|
ContentFlagReasonEnum["SellingRestrictedItems"] = "Selling and promoting restricted items";
|
|
117
|
-
ContentFlagReasonEnum["SexualContentOrNudity"] = "Sexual
|
|
117
|
+
ContentFlagReasonEnum["SexualContentOrNudity"] = "Sexual content or nudity";
|
|
118
118
|
ContentFlagReasonEnum["SpamOrScams"] = "Spam or scams";
|
|
119
119
|
ContentFlagReasonEnum["FalseInformation"] = "False information or misinformation";
|
|
120
120
|
ContentFlagReasonEnum["Others"] = "Others";
|
package/dist/index.esm.js
CHANGED
|
@@ -99,7 +99,7 @@ var ContentFlagReasonEnum;
|
|
|
99
99
|
ContentFlagReasonEnum["SelfHarmOrSuicide"] = "Self-harm or suicide";
|
|
100
100
|
ContentFlagReasonEnum["ViolenceOrThreateningContent"] = "Violence or threatening content";
|
|
101
101
|
ContentFlagReasonEnum["SellingRestrictedItems"] = "Selling and promoting restricted items";
|
|
102
|
-
ContentFlagReasonEnum["SexualContentOrNudity"] = "Sexual
|
|
102
|
+
ContentFlagReasonEnum["SexualContentOrNudity"] = "Sexual content or nudity";
|
|
103
103
|
ContentFlagReasonEnum["SpamOrScams"] = "Spam or scams";
|
|
104
104
|
ContentFlagReasonEnum["FalseInformation"] = "False information or misinformation";
|
|
105
105
|
ContentFlagReasonEnum["Others"] = "Others";
|