@engagently/types 7.5.8 → 7.5.12

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.
@@ -1457,8 +1457,6 @@ export declare const defaultResources: {
1457
1457
  CYBERSTALKING_AGAINST_WOMEN: string;
1458
1458
  DANGEROUS_CHALLENGES: string;
1459
1459
  DATA_FALSIFICATION: string;
1460
- DATA_PROTECTION_AND_PRIVACY_VIOLATIONS_OTHER: string;
1461
- DECEPTION_AND_OR_FRAUD_OTHER: string;
1462
1460
  DEFAMATION: string;
1463
1461
  DEPICTIONS_OF_CHILD_SEXUAL_ABUSE: string;
1464
1462
  DEPICTIONS_OF_CHILD_SEXUAL_ABUSE_DEEPFAKE: string;
@@ -1496,6 +1494,7 @@ export declare const defaultResources: {
1496
1494
  NON_CONSENSUAL_SHARING_OF_INTIMATE_MATERIAL_AGAINST_WOMEN: string;
1497
1495
  ONLINE_BULLYING_AND_INTIMIDATION: string;
1498
1496
  ONLINE_BULLYING_AND_INTIMIDATION_OF_GIRLS: string;
1497
+ OTHER: string;
1499
1498
  OTHER_AGE_RESTRICTIONS: string;
1500
1499
  OTHER_FORBIDDEN_LANGUAGE: string;
1501
1500
  OTHER_FORBIDDEN_SERVICES: string;
@@ -3277,8 +3276,6 @@ declare const resources: {
3277
3276
  CYBERSTALKING_AGAINST_WOMEN: string;
3278
3277
  DANGEROUS_CHALLENGES: string;
3279
3278
  DATA_FALSIFICATION: string;
3280
- DATA_PROTECTION_AND_PRIVACY_VIOLATIONS_OTHER: string;
3281
- DECEPTION_AND_OR_FRAUD_OTHER: string;
3282
3279
  DEFAMATION: string;
3283
3280
  DEPICTIONS_OF_CHILD_SEXUAL_ABUSE: string;
3284
3281
  DEPICTIONS_OF_CHILD_SEXUAL_ABUSE_DEEPFAKE: string;
@@ -3316,6 +3313,7 @@ declare const resources: {
3316
3313
  NON_CONSENSUAL_SHARING_OF_INTIMATE_MATERIAL_AGAINST_WOMEN: string;
3317
3314
  ONLINE_BULLYING_AND_INTIMIDATION: string;
3318
3315
  ONLINE_BULLYING_AND_INTIMIDATION_OF_GIRLS: string;
3316
+ OTHER: string;
3319
3317
  OTHER_AGE_RESTRICTIONS: string;
3320
3318
  OTHER_FORBIDDEN_LANGUAGE: string;
3321
3319
  OTHER_FORBIDDEN_SERVICES: string;
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "main": "./index.ts",
15
15
  "name": "@engagently/types",
16
16
  "types": "dist/types/engagently.d.ts",
17
- "version": "7.5.8",
17
+ "version": "7.5.12",
18
18
  "scripts": {
19
19
  "build": "vite build",
20
20
  "clean": "rimraf dist"