@ttt-productions/ttt-core 0.19.0 → 0.19.2
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/doc-schemas/chat-sync.d.ts +2 -2
- package/dist/doc-schemas/index.d.ts +19 -0
- package/dist/doc-schemas/index.d.ts.map +1 -1
- package/dist/doc-schemas/index.js +21 -0
- package/dist/doc-schemas/index.js.map +1 -1
- package/dist/doc-schemas/media-activation-jobs.d.ts +6 -6
- package/dist/doc-schemas/media-assets.d.ts +168 -14
- package/dist/doc-schemas/media-assets.d.ts.map +1 -1
- package/dist/doc-schemas/media-assets.js +60 -0
- package/dist/doc-schemas/media-assets.js.map +1 -1
- package/dist/doc-schemas/moderation.d.ts +6 -6
- package/dist/doc-schemas/ncii/allegations.d.ts +84 -0
- package/dist/doc-schemas/ncii/allegations.d.ts.map +1 -0
- package/dist/doc-schemas/ncii/allegations.js +45 -0
- package/dist/doc-schemas/ncii/allegations.js.map +1 -0
- package/dist/doc-schemas/ncii/appeals.d.ts +121 -0
- package/dist/doc-schemas/ncii/appeals.d.ts.map +1 -0
- package/dist/doc-schemas/ncii/appeals.js +132 -0
- package/dist/doc-schemas/ncii/appeals.js.map +1 -0
- package/dist/doc-schemas/ncii/cases.d.ts +158 -0
- package/dist/doc-schemas/ncii/cases.d.ts.map +1 -0
- package/dist/doc-schemas/ncii/cases.js +132 -0
- package/dist/doc-schemas/ncii/cases.js.map +1 -0
- package/dist/doc-schemas/ncii/config.d.ts +131 -0
- package/dist/doc-schemas/ncii/config.d.ts.map +1 -0
- package/dist/doc-schemas/ncii/config.js +227 -0
- package/dist/doc-schemas/ncii/config.js.map +1 -0
- package/dist/doc-schemas/ncii/holds.d.ts +84 -0
- package/dist/doc-schemas/ncii/holds.d.ts.map +1 -0
- package/dist/doc-schemas/ncii/holds.js +63 -0
- package/dist/doc-schemas/ncii/holds.js.map +1 -0
- package/dist/doc-schemas/ncii/notices.d.ts +109 -0
- package/dist/doc-schemas/ncii/notices.d.ts.map +1 -0
- package/dist/doc-schemas/ncii/notices.js +114 -0
- package/dist/doc-schemas/ncii/notices.js.map +1 -0
- package/dist/doc-schemas/ncii/removal.d.ts +222 -0
- package/dist/doc-schemas/ncii/removal.d.ts.map +1 -0
- package/dist/doc-schemas/ncii/removal.js +130 -0
- package/dist/doc-schemas/ncii/removal.js.map +1 -0
- package/dist/doc-schemas/ncii/requests.d.ts +372 -0
- package/dist/doc-schemas/ncii/requests.d.ts.map +1 -0
- package/dist/doc-schemas/ncii/requests.js +287 -0
- package/dist/doc-schemas/ncii/requests.js.map +1 -0
- package/dist/doc-schemas/ncii/scan.d.ts +59 -0
- package/dist/doc-schemas/ncii/scan.d.ts.map +1 -0
- package/dist/doc-schemas/ncii/scan.js +105 -0
- package/dist/doc-schemas/ncii/scan.js.map +1 -0
- package/dist/doc-schemas/notification-ledger.d.ts +1 -1
- package/dist/doc-schemas/payments.d.ts +2 -2
- package/dist/doc-schemas/registry.d.ts +1929 -96
- package/dist/doc-schemas/registry.d.ts.map +1 -1
- package/dist/doc-schemas/registry.js +86 -0
- package/dist/doc-schemas/registry.js.map +1 -1
- package/dist/doc-schemas/report-docs.d.ts +3 -3
- package/dist/doc-schemas/safety/age.d.ts +178 -0
- package/dist/doc-schemas/safety/age.d.ts.map +1 -0
- package/dist/doc-schemas/safety/age.js +222 -0
- package/dist/doc-schemas/safety/age.js.map +1 -0
- package/dist/doc-schemas/safety/case-aliases.d.ts +97 -0
- package/dist/doc-schemas/safety/case-aliases.d.ts.map +1 -0
- package/dist/doc-schemas/safety/case-aliases.js +110 -0
- package/dist/doc-schemas/safety/case-aliases.js.map +1 -0
- package/dist/doc-schemas/safety/case.d.ts +542 -0
- package/dist/doc-schemas/safety/case.d.ts.map +1 -0
- package/dist/doc-schemas/safety/case.js +339 -0
- package/dist/doc-schemas/safety/case.js.map +1 -0
- package/dist/doc-schemas/safety/evidence.d.ts +346 -0
- package/dist/doc-schemas/safety/evidence.d.ts.map +1 -0
- package/dist/doc-schemas/safety/evidence.js +273 -0
- package/dist/doc-schemas/safety/evidence.js.map +1 -0
- package/dist/doc-schemas/safety/foundation.d.ts +425 -0
- package/dist/doc-schemas/safety/foundation.d.ts.map +1 -0
- package/dist/doc-schemas/safety/foundation.js +349 -0
- package/dist/doc-schemas/safety/foundation.js.map +1 -0
- package/dist/doc-schemas/safety/holds.d.ts +152 -0
- package/dist/doc-schemas/safety/holds.d.ts.map +1 -0
- package/dist/doc-schemas/safety/holds.js +142 -0
- package/dist/doc-schemas/safety/holds.js.map +1 -0
- package/dist/doc-schemas/safety/monitors.d.ts +77 -0
- package/dist/doc-schemas/safety/monitors.d.ts.map +1 -0
- package/dist/doc-schemas/safety/monitors.js +87 -0
- package/dist/doc-schemas/safety/monitors.js.map +1 -0
- package/dist/doc-schemas/safety/provenance.d.ts +70 -0
- package/dist/doc-schemas/safety/provenance.d.ts.map +1 -0
- package/dist/doc-schemas/safety/provenance.js +76 -0
- package/dist/doc-schemas/safety/provenance.js.map +1 -0
- package/dist/doc-schemas/safety/report.d.ts +256 -0
- package/dist/doc-schemas/safety/report.d.ts.map +1 -0
- package/dist/doc-schemas/safety/report.js +116 -0
- package/dist/doc-schemas/safety/report.js.map +1 -0
- package/dist/doc-schemas/safety/sagas.d.ts +154 -0
- package/dist/doc-schemas/safety/sagas.d.ts.map +1 -0
- package/dist/doc-schemas/safety/sagas.js +162 -0
- package/dist/doc-schemas/safety/sagas.js.map +1 -0
- package/dist/doc-schemas/social.d.ts +3 -3
- package/dist/doc-schemas/user.d.ts +15 -0
- package/dist/doc-schemas/user.d.ts.map +1 -1
- package/dist/doc-schemas/user.js +9 -0
- package/dist/doc-schemas/user.js.map +1 -1
- package/dist/doc-schemas/work-project.d.ts +1 -1
- package/dist/media/atoms.d.ts +2 -2
- package/dist/media/domain-events-admin.d.ts +1 -1
- package/dist/media/domain-events.d.ts +1 -1
- package/dist/media/file-origin.d.ts +1 -1
- package/dist/media/index.d.ts +1 -0
- package/dist/media/index.d.ts.map +1 -1
- package/dist/media/index.js +1 -0
- package/dist/media/index.js.map +1 -1
- package/dist/media/pending-media.d.ts +25 -25
- package/dist/media/photodna-coverage.d.ts +46 -0
- package/dist/media/photodna-coverage.d.ts.map +1 -0
- package/dist/media/photodna-coverage.js +74 -0
- package/dist/media/photodna-coverage.js.map +1 -0
- package/dist/media/start-upload.d.ts +1 -1
- package/dist/media/target-info.d.ts +1 -1
- package/dist/paths/collections.d.ts +58 -0
- package/dist/paths/collections.d.ts.map +1 -1
- package/dist/paths/collections.js +77 -0
- package/dist/paths/collections.js.map +1 -1
- package/dist/paths/path-builders.d.ts +57 -0
- package/dist/paths/path-builders.d.ts.map +1 -1
- package/dist/paths/path-builders.js +75 -0
- package/dist/paths/path-builders.js.map +1 -1
- package/dist/schemas/social.d.ts +2 -2
- package/dist/types/audit.d.ts +1 -1
- package/dist/types/audit.d.ts.map +1 -1
- package/dist/upload-variables/square-streetz-post-variables.d.ts +1 -1
- package/package.json +1 -1
|
@@ -40,6 +40,20 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
40
40
|
createdAt: z.ZodNumber;
|
|
41
41
|
}, z.core.$strip>;
|
|
42
42
|
readonly 'userProfiles/{userId}/privateData/{userId}': z.ZodObject<{
|
|
43
|
+
accountType: z.ZodEnum<{
|
|
44
|
+
adult: "adult";
|
|
45
|
+
teen: "teen";
|
|
46
|
+
}>;
|
|
47
|
+
is18Plus: z.ZodBoolean;
|
|
48
|
+
agePolicyVersion: z.ZodString;
|
|
49
|
+
accountCapabilityVersion: z.ZodNumber;
|
|
50
|
+
ageAttestedAt: z.ZodNumber;
|
|
51
|
+
adultUpgradedAt: z.ZodOptional<z.ZodNumber>;
|
|
52
|
+
ageManualCorrection: z.ZodOptional<z.ZodObject<{
|
|
53
|
+
at: z.ZodNumber;
|
|
54
|
+
actorId: z.ZodString;
|
|
55
|
+
reason: z.ZodString;
|
|
56
|
+
}, z.core.$strict>>;
|
|
43
57
|
email: z.ZodString;
|
|
44
58
|
isWaitingForNewsApproval: z.ZodOptional<z.ZodNumber>;
|
|
45
59
|
squareStreetzAgreementsDate: z.ZodOptional<z.ZodNumber>;
|
|
@@ -54,6 +68,7 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
54
68
|
}, z.core.$strip>>;
|
|
55
69
|
statusReason: z.ZodOptional<z.ZodString>;
|
|
56
70
|
statusReasonAt: z.ZodOptional<z.ZodNumber>;
|
|
71
|
+
safetyLocked: z.ZodOptional<z.ZodBoolean>;
|
|
57
72
|
}, z.core.$strip>;
|
|
58
73
|
readonly 'userProfiles/{userId}/profileCraftSkills/{craftSkillId}': z.ZodObject<{
|
|
59
74
|
id: z.ZodString;
|
|
@@ -81,10 +96,10 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
81
96
|
placeholder: z.ZodString;
|
|
82
97
|
type: z.ZodEnum<{
|
|
83
98
|
workRealm: "workRealm";
|
|
99
|
+
audition: "audition";
|
|
84
100
|
user: "user";
|
|
85
101
|
workProject: "workProject";
|
|
86
102
|
commission: "commission";
|
|
87
|
-
audition: "audition";
|
|
88
103
|
}>;
|
|
89
104
|
id: z.ZodString;
|
|
90
105
|
text: z.ZodString;
|
|
@@ -143,8 +158,8 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
143
158
|
status: z.ZodEnum<{
|
|
144
159
|
published: "published";
|
|
145
160
|
open: "open";
|
|
146
|
-
pendingVerification: "pendingVerification";
|
|
147
161
|
rejected: "rejected";
|
|
162
|
+
pendingVerification: "pendingVerification";
|
|
148
163
|
}>;
|
|
149
164
|
guildmateUserIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
150
165
|
invitedUserIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
@@ -410,10 +425,10 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
410
425
|
placeholder: z.ZodString;
|
|
411
426
|
type: z.ZodEnum<{
|
|
412
427
|
workRealm: "workRealm";
|
|
428
|
+
audition: "audition";
|
|
413
429
|
user: "user";
|
|
414
430
|
workProject: "workProject";
|
|
415
431
|
commission: "commission";
|
|
416
|
-
audition: "audition";
|
|
417
432
|
}>;
|
|
418
433
|
id: z.ZodString;
|
|
419
434
|
text: z.ZodString;
|
|
@@ -482,13 +497,13 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
482
497
|
paymentInstrument: z.ZodLiteral<"card">;
|
|
483
498
|
status: z.ZodLiteral<"completed">;
|
|
484
499
|
refundState: z.ZodEnum<{
|
|
485
|
-
full: "full";
|
|
486
500
|
none: "none";
|
|
501
|
+
full: "full";
|
|
487
502
|
partial: "partial";
|
|
488
503
|
}>;
|
|
489
504
|
disputeState: z.ZodEnum<{
|
|
490
|
-
none: "none";
|
|
491
505
|
underReview: "underReview";
|
|
506
|
+
none: "none";
|
|
492
507
|
won: "won";
|
|
493
508
|
lost: "lost";
|
|
494
509
|
}>;
|
|
@@ -780,9 +795,9 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
780
795
|
originalPath: z.ZodString;
|
|
781
796
|
status: z.ZodEnum<{
|
|
782
797
|
pending: "pending";
|
|
798
|
+
completed: "completed";
|
|
783
799
|
checkedOut: "checkedOut";
|
|
784
800
|
workLater: "workLater";
|
|
785
|
-
completed: "completed";
|
|
786
801
|
}>;
|
|
787
802
|
checkoutDetails: z.ZodNullable<z.ZodObject<{
|
|
788
803
|
userId: z.ZodString;
|
|
@@ -858,12 +873,12 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
858
873
|
userId: z.ZodOptional<z.ZodString>;
|
|
859
874
|
fileOrigin: z.ZodOptional<z.ZodEnum<{
|
|
860
875
|
"profile-picture": "profile-picture";
|
|
876
|
+
"audition-entry": "audition-entry";
|
|
861
877
|
"craft-skill-media": "craft-skill-media";
|
|
862
878
|
squareStreetz: "squareStreetz";
|
|
863
879
|
"commission-posting": "commission-posting";
|
|
864
880
|
"commission-proposal": "commission-proposal";
|
|
865
881
|
"audition-prompt": "audition-prompt";
|
|
866
|
-
"audition-entry": "audition-entry";
|
|
867
882
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
868
883
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
869
884
|
"hallLibrary-cover-poster": "hallLibrary-cover-poster";
|
|
@@ -927,16 +942,16 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
927
942
|
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
928
943
|
status: z.ZodEnum<{
|
|
929
944
|
pending: "pending";
|
|
930
|
-
failed: "failed";
|
|
931
945
|
complete: "complete";
|
|
946
|
+
failed: "failed";
|
|
932
947
|
}>;
|
|
933
948
|
}, z.core.$strip>;
|
|
934
949
|
readonly 'moderationCascadeManifests/{cascadeId}/changedDocs/{changedDocId}': z.ZodObject<{
|
|
935
950
|
docPath: z.ZodString;
|
|
936
951
|
entityType: z.ZodEnum<{
|
|
937
952
|
workRealm: "workRealm";
|
|
938
|
-
workProject: "workProject";
|
|
939
953
|
hallItem: "hallItem";
|
|
954
|
+
workProject: "workProject";
|
|
940
955
|
subItemProjection: "subItemProjection";
|
|
941
956
|
}>;
|
|
942
957
|
fieldPath: z.ZodString;
|
|
@@ -1060,12 +1075,12 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
1060
1075
|
userId: z.ZodString;
|
|
1061
1076
|
fileOrigin: z.ZodEnum<{
|
|
1062
1077
|
"profile-picture": "profile-picture";
|
|
1078
|
+
"audition-entry": "audition-entry";
|
|
1063
1079
|
"craft-skill-media": "craft-skill-media";
|
|
1064
1080
|
squareStreetz: "squareStreetz";
|
|
1065
1081
|
"commission-posting": "commission-posting";
|
|
1066
1082
|
"commission-proposal": "commission-proposal";
|
|
1067
1083
|
"audition-prompt": "audition-prompt";
|
|
1068
|
-
"audition-entry": "audition-entry";
|
|
1069
1084
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
1070
1085
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
1071
1086
|
"hallLibrary-cover-poster": "hallLibrary-cover-poster";
|
|
@@ -1105,12 +1120,12 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
1105
1120
|
userId: z.ZodString;
|
|
1106
1121
|
fileOrigin: z.ZodEnum<{
|
|
1107
1122
|
"profile-picture": "profile-picture";
|
|
1123
|
+
"audition-entry": "audition-entry";
|
|
1108
1124
|
"craft-skill-media": "craft-skill-media";
|
|
1109
1125
|
squareStreetz: "squareStreetz";
|
|
1110
1126
|
"commission-posting": "commission-posting";
|
|
1111
1127
|
"commission-proposal": "commission-proposal";
|
|
1112
1128
|
"audition-prompt": "audition-prompt";
|
|
1113
|
-
"audition-entry": "audition-entry";
|
|
1114
1129
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
1115
1130
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
1116
1131
|
"hallLibrary-cover-poster": "hallLibrary-cover-poster";
|
|
@@ -1235,12 +1250,12 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
1235
1250
|
violationId: z.ZodString;
|
|
1236
1251
|
fileOrigin: z.ZodEnum<{
|
|
1237
1252
|
"profile-picture": "profile-picture";
|
|
1253
|
+
"audition-entry": "audition-entry";
|
|
1238
1254
|
"craft-skill-media": "craft-skill-media";
|
|
1239
1255
|
squareStreetz: "squareStreetz";
|
|
1240
1256
|
"commission-posting": "commission-posting";
|
|
1241
1257
|
"commission-proposal": "commission-proposal";
|
|
1242
1258
|
"audition-prompt": "audition-prompt";
|
|
1243
|
-
"audition-entry": "audition-entry";
|
|
1244
1259
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
1245
1260
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
1246
1261
|
"hallLibrary-cover-poster": "hallLibrary-cover-poster";
|
|
@@ -1472,12 +1487,12 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
1472
1487
|
userId: z.ZodString;
|
|
1473
1488
|
fileOrigin: z.ZodEnum<{
|
|
1474
1489
|
"profile-picture": "profile-picture";
|
|
1490
|
+
"audition-entry": "audition-entry";
|
|
1475
1491
|
"craft-skill-media": "craft-skill-media";
|
|
1476
1492
|
squareStreetz: "squareStreetz";
|
|
1477
1493
|
"commission-posting": "commission-posting";
|
|
1478
1494
|
"commission-proposal": "commission-proposal";
|
|
1479
1495
|
"audition-prompt": "audition-prompt";
|
|
1480
|
-
"audition-entry": "audition-entry";
|
|
1481
1496
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
1482
1497
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
1483
1498
|
"hallLibrary-cover-poster": "hallLibrary-cover-poster";
|
|
@@ -1531,12 +1546,12 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
1531
1546
|
userId: z.ZodString;
|
|
1532
1547
|
fileOrigin: z.ZodEnum<{
|
|
1533
1548
|
"profile-picture": "profile-picture";
|
|
1549
|
+
"audition-entry": "audition-entry";
|
|
1534
1550
|
"craft-skill-media": "craft-skill-media";
|
|
1535
1551
|
squareStreetz: "squareStreetz";
|
|
1536
1552
|
"commission-posting": "commission-posting";
|
|
1537
1553
|
"commission-proposal": "commission-proposal";
|
|
1538
1554
|
"audition-prompt": "audition-prompt";
|
|
1539
|
-
"audition-entry": "audition-entry";
|
|
1540
1555
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
1541
1556
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
1542
1557
|
"hallLibrary-cover-poster": "hallLibrary-cover-poster";
|
|
@@ -1666,12 +1681,12 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
1666
1681
|
violationId: z.ZodString;
|
|
1667
1682
|
fileOrigin: z.ZodEnum<{
|
|
1668
1683
|
"profile-picture": "profile-picture";
|
|
1684
|
+
"audition-entry": "audition-entry";
|
|
1669
1685
|
"craft-skill-media": "craft-skill-media";
|
|
1670
1686
|
squareStreetz: "squareStreetz";
|
|
1671
1687
|
"commission-posting": "commission-posting";
|
|
1672
1688
|
"commission-proposal": "commission-proposal";
|
|
1673
1689
|
"audition-prompt": "audition-prompt";
|
|
1674
|
-
"audition-entry": "audition-entry";
|
|
1675
1690
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
1676
1691
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
1677
1692
|
"hallLibrary-cover-poster": "hallLibrary-cover-poster";
|
|
@@ -1903,12 +1918,12 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
1903
1918
|
userId: z.ZodString;
|
|
1904
1919
|
fileOrigin: z.ZodEnum<{
|
|
1905
1920
|
"profile-picture": "profile-picture";
|
|
1921
|
+
"audition-entry": "audition-entry";
|
|
1906
1922
|
"craft-skill-media": "craft-skill-media";
|
|
1907
1923
|
squareStreetz: "squareStreetz";
|
|
1908
1924
|
"commission-posting": "commission-posting";
|
|
1909
1925
|
"commission-proposal": "commission-proposal";
|
|
1910
1926
|
"audition-prompt": "audition-prompt";
|
|
1911
|
-
"audition-entry": "audition-entry";
|
|
1912
1927
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
1913
1928
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
1914
1929
|
"hallLibrary-cover-poster": "hallLibrary-cover-poster";
|
|
@@ -2033,12 +2048,12 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2033
2048
|
violationId: z.ZodString;
|
|
2034
2049
|
fileOrigin: z.ZodEnum<{
|
|
2035
2050
|
"profile-picture": "profile-picture";
|
|
2051
|
+
"audition-entry": "audition-entry";
|
|
2036
2052
|
"craft-skill-media": "craft-skill-media";
|
|
2037
2053
|
squareStreetz: "squareStreetz";
|
|
2038
2054
|
"commission-posting": "commission-posting";
|
|
2039
2055
|
"commission-proposal": "commission-proposal";
|
|
2040
2056
|
"audition-prompt": "audition-prompt";
|
|
2041
|
-
"audition-entry": "audition-entry";
|
|
2042
2057
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
2043
2058
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
2044
2059
|
"hallLibrary-cover-poster": "hallLibrary-cover-poster";
|
|
@@ -2271,12 +2286,12 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2271
2286
|
userId: z.ZodString;
|
|
2272
2287
|
fileOrigin: z.ZodEnum<{
|
|
2273
2288
|
"profile-picture": "profile-picture";
|
|
2289
|
+
"audition-entry": "audition-entry";
|
|
2274
2290
|
"craft-skill-media": "craft-skill-media";
|
|
2275
2291
|
squareStreetz: "squareStreetz";
|
|
2276
2292
|
"commission-posting": "commission-posting";
|
|
2277
2293
|
"commission-proposal": "commission-proposal";
|
|
2278
2294
|
"audition-prompt": "audition-prompt";
|
|
2279
|
-
"audition-entry": "audition-entry";
|
|
2280
2295
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
2281
2296
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
2282
2297
|
"hallLibrary-cover-poster": "hallLibrary-cover-poster";
|
|
@@ -2331,12 +2346,12 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2331
2346
|
userId: z.ZodString;
|
|
2332
2347
|
fileOrigin: z.ZodEnum<{
|
|
2333
2348
|
"profile-picture": "profile-picture";
|
|
2349
|
+
"audition-entry": "audition-entry";
|
|
2334
2350
|
"craft-skill-media": "craft-skill-media";
|
|
2335
2351
|
squareStreetz: "squareStreetz";
|
|
2336
2352
|
"commission-posting": "commission-posting";
|
|
2337
2353
|
"commission-proposal": "commission-proposal";
|
|
2338
2354
|
"audition-prompt": "audition-prompt";
|
|
2339
|
-
"audition-entry": "audition-entry";
|
|
2340
2355
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
2341
2356
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
2342
2357
|
"hallLibrary-cover-poster": "hallLibrary-cover-poster";
|
|
@@ -2466,12 +2481,12 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2466
2481
|
violationId: z.ZodString;
|
|
2467
2482
|
fileOrigin: z.ZodEnum<{
|
|
2468
2483
|
"profile-picture": "profile-picture";
|
|
2484
|
+
"audition-entry": "audition-entry";
|
|
2469
2485
|
"craft-skill-media": "craft-skill-media";
|
|
2470
2486
|
squareStreetz: "squareStreetz";
|
|
2471
2487
|
"commission-posting": "commission-posting";
|
|
2472
2488
|
"commission-proposal": "commission-proposal";
|
|
2473
2489
|
"audition-prompt": "audition-prompt";
|
|
2474
|
-
"audition-entry": "audition-entry";
|
|
2475
2490
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
2476
2491
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
2477
2492
|
"hallLibrary-cover-poster": "hallLibrary-cover-poster";
|
|
@@ -2704,12 +2719,12 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2704
2719
|
userId: z.ZodString;
|
|
2705
2720
|
fileOrigin: z.ZodEnum<{
|
|
2706
2721
|
"profile-picture": "profile-picture";
|
|
2722
|
+
"audition-entry": "audition-entry";
|
|
2707
2723
|
"craft-skill-media": "craft-skill-media";
|
|
2708
2724
|
squareStreetz: "squareStreetz";
|
|
2709
2725
|
"commission-posting": "commission-posting";
|
|
2710
2726
|
"commission-proposal": "commission-proposal";
|
|
2711
2727
|
"audition-prompt": "audition-prompt";
|
|
2712
|
-
"audition-entry": "audition-entry";
|
|
2713
2728
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
2714
2729
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
2715
2730
|
"hallLibrary-cover-poster": "hallLibrary-cover-poster";
|
|
@@ -2752,12 +2767,12 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2752
2767
|
}>;
|
|
2753
2768
|
fileOrigin: z.ZodEnum<{
|
|
2754
2769
|
"profile-picture": "profile-picture";
|
|
2770
|
+
"audition-entry": "audition-entry";
|
|
2755
2771
|
"craft-skill-media": "craft-skill-media";
|
|
2756
2772
|
squareStreetz: "squareStreetz";
|
|
2757
2773
|
"commission-posting": "commission-posting";
|
|
2758
2774
|
"commission-proposal": "commission-proposal";
|
|
2759
2775
|
"audition-prompt": "audition-prompt";
|
|
2760
|
-
"audition-entry": "audition-entry";
|
|
2761
2776
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
2762
2777
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
2763
2778
|
"hallLibrary-cover-poster": "hallLibrary-cover-poster";
|
|
@@ -2771,16 +2786,16 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2771
2786
|
"work-asset": "work-asset";
|
|
2772
2787
|
}>;
|
|
2773
2788
|
ownerType: z.ZodEnum<{
|
|
2774
|
-
workProject: "workProject";
|
|
2775
2789
|
audition: "audition";
|
|
2776
|
-
craftSkill: "craftSkill";
|
|
2777
2790
|
hallItem: "hallItem";
|
|
2791
|
+
craftSkill: "craftSkill";
|
|
2792
|
+
commissionListing: "commissionListing";
|
|
2793
|
+
auditionEntry: "auditionEntry";
|
|
2794
|
+
workProject: "workProject";
|
|
2778
2795
|
userProfile: "userProfile";
|
|
2779
2796
|
squareStreetzPost: "squareStreetzPost";
|
|
2780
2797
|
workContent: "workContent";
|
|
2781
|
-
commissionListing: "commissionListing";
|
|
2782
2798
|
commissionProposal: "commissionProposal";
|
|
2783
|
-
auditionEntry: "auditionEntry";
|
|
2784
2799
|
guildChatAttachment: "guildChatAttachment";
|
|
2785
2800
|
realmFile: "realmFile";
|
|
2786
2801
|
}>;
|
|
@@ -2818,6 +2833,64 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2818
2833
|
}>;
|
|
2819
2834
|
legalHold: z.ZodBoolean;
|
|
2820
2835
|
originalDeletedAt: z.ZodOptional<z.ZodNumber>;
|
|
2836
|
+
originLineage: z.ZodOptional<z.ZodObject<{
|
|
2837
|
+
lineageVersion: z.ZodLiteral<1>;
|
|
2838
|
+
rootIngestId: z.ZodString;
|
|
2839
|
+
rootAssetId: z.ZodString;
|
|
2840
|
+
sourceAssetId: z.ZodOptional<z.ZodString>;
|
|
2841
|
+
originatingUploaderUid: z.ZodString;
|
|
2842
|
+
originatingUploadEventId: z.ZodString;
|
|
2843
|
+
originalUploadCreatedAt: z.ZodNumber;
|
|
2844
|
+
rootSha256: z.ZodString;
|
|
2845
|
+
originalSha256: z.ZodOptional<z.ZodString>;
|
|
2846
|
+
variantSha256s: z.ZodRecord<z.ZodEnum<{
|
|
2847
|
+
full: "full";
|
|
2848
|
+
small: "small";
|
|
2849
|
+
medium: "medium";
|
|
2850
|
+
main: "main";
|
|
2851
|
+
}> & z.core.$partial, z.ZodString>;
|
|
2852
|
+
copyReason: z.ZodEnum<{
|
|
2853
|
+
other: "other";
|
|
2854
|
+
original: "original";
|
|
2855
|
+
variant: "variant";
|
|
2856
|
+
hall_publish: "hall_publish";
|
|
2857
|
+
profile_derivative: "profile_derivative";
|
|
2858
|
+
chat_derivative: "chat_derivative";
|
|
2859
|
+
moderation_copy: "moderation_copy";
|
|
2860
|
+
evidence_copy: "evidence_copy";
|
|
2861
|
+
}>;
|
|
2862
|
+
createdFromOwnerType: z.ZodOptional<z.ZodEnum<{
|
|
2863
|
+
audition: "audition";
|
|
2864
|
+
hallItem: "hallItem";
|
|
2865
|
+
craftSkill: "craftSkill";
|
|
2866
|
+
commissionListing: "commissionListing";
|
|
2867
|
+
auditionEntry: "auditionEntry";
|
|
2868
|
+
workProject: "workProject";
|
|
2869
|
+
userProfile: "userProfile";
|
|
2870
|
+
squareStreetzPost: "squareStreetzPost";
|
|
2871
|
+
workContent: "workContent";
|
|
2872
|
+
commissionProposal: "commissionProposal";
|
|
2873
|
+
guildChatAttachment: "guildChatAttachment";
|
|
2874
|
+
realmFile: "realmFile";
|
|
2875
|
+
}>>;
|
|
2876
|
+
createdFromOwnerId: z.ZodOptional<z.ZodString>;
|
|
2877
|
+
copyActorUid: z.ZodOptional<z.ZodString>;
|
|
2878
|
+
currentOwnerType: z.ZodEnum<{
|
|
2879
|
+
audition: "audition";
|
|
2880
|
+
hallItem: "hallItem";
|
|
2881
|
+
craftSkill: "craftSkill";
|
|
2882
|
+
commissionListing: "commissionListing";
|
|
2883
|
+
auditionEntry: "auditionEntry";
|
|
2884
|
+
workProject: "workProject";
|
|
2885
|
+
userProfile: "userProfile";
|
|
2886
|
+
squareStreetzPost: "squareStreetzPost";
|
|
2887
|
+
workContent: "workContent";
|
|
2888
|
+
commissionProposal: "commissionProposal";
|
|
2889
|
+
guildChatAttachment: "guildChatAttachment";
|
|
2890
|
+
realmFile: "realmFile";
|
|
2891
|
+
}>;
|
|
2892
|
+
currentOwnerId: z.ZodString;
|
|
2893
|
+
}, z.core.$strict>>;
|
|
2821
2894
|
realmPromotionStatus: z.ZodEnum<{
|
|
2822
2895
|
rejected: "rejected";
|
|
2823
2896
|
none: "none";
|
|
@@ -2872,12 +2945,12 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2872
2945
|
pendingMediaId: z.ZodString;
|
|
2873
2946
|
fileOrigin: z.ZodEnum<{
|
|
2874
2947
|
"profile-picture": "profile-picture";
|
|
2948
|
+
"audition-entry": "audition-entry";
|
|
2875
2949
|
"craft-skill-media": "craft-skill-media";
|
|
2876
2950
|
squareStreetz: "squareStreetz";
|
|
2877
2951
|
"commission-posting": "commission-posting";
|
|
2878
2952
|
"commission-proposal": "commission-proposal";
|
|
2879
2953
|
"audition-prompt": "audition-prompt";
|
|
2880
|
-
"audition-entry": "audition-entry";
|
|
2881
2954
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
2882
2955
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
2883
2956
|
"hallLibrary-cover-poster": "hallLibrary-cover-poster";
|
|
@@ -2911,16 +2984,16 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2911
2984
|
adminOnly: "adminOnly";
|
|
2912
2985
|
}>;
|
|
2913
2986
|
ownerType: z.ZodEnum<{
|
|
2914
|
-
workProject: "workProject";
|
|
2915
2987
|
audition: "audition";
|
|
2916
|
-
craftSkill: "craftSkill";
|
|
2917
2988
|
hallItem: "hallItem";
|
|
2989
|
+
craftSkill: "craftSkill";
|
|
2990
|
+
commissionListing: "commissionListing";
|
|
2991
|
+
auditionEntry: "auditionEntry";
|
|
2992
|
+
workProject: "workProject";
|
|
2918
2993
|
userProfile: "userProfile";
|
|
2919
2994
|
squareStreetzPost: "squareStreetzPost";
|
|
2920
2995
|
workContent: "workContent";
|
|
2921
|
-
commissionListing: "commissionListing";
|
|
2922
2996
|
commissionProposal: "commissionProposal";
|
|
2923
|
-
auditionEntry: "auditionEntry";
|
|
2924
2997
|
guildChatAttachment: "guildChatAttachment";
|
|
2925
2998
|
realmFile: "realmFile";
|
|
2926
2999
|
}>;
|
|
@@ -2946,6 +3019,7 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2946
3019
|
updatedAtMs: z.ZodNumber;
|
|
2947
3020
|
}, z.core.$strict>;
|
|
2948
3021
|
publicationKind: z.ZodEnum<{
|
|
3022
|
+
chatAttachment: "chatAttachment";
|
|
2949
3023
|
profilePicture: "profilePicture";
|
|
2950
3024
|
squarePostMedia: "squarePostMedia";
|
|
2951
3025
|
workAsset: "workAsset";
|
|
@@ -2955,7 +3029,6 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2955
3029
|
commissionListingMedia: "commissionListingMedia";
|
|
2956
3030
|
commissionProposalMedia: "commissionProposalMedia";
|
|
2957
3031
|
craftSkillMedia: "craftSkillMedia";
|
|
2958
|
-
chatAttachment: "chatAttachment";
|
|
2959
3032
|
}>;
|
|
2960
3033
|
publicationArgs: z.ZodUnknown;
|
|
2961
3034
|
status: z.ZodEnum<{
|
|
@@ -3051,8 +3124,8 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
3051
3124
|
readonly 'notificationDeliveries/{deliveryId}': z.ZodObject<{
|
|
3052
3125
|
deliveryId: z.ZodString;
|
|
3053
3126
|
state: z.ZodEnum<{
|
|
3054
|
-
deadLetter: "deadLetter";
|
|
3055
3127
|
queued: "queued";
|
|
3128
|
+
deadLetter: "deadLetter";
|
|
3056
3129
|
materialized: "materialized";
|
|
3057
3130
|
}>;
|
|
3058
3131
|
notificationType: z.ZodString;
|
|
@@ -3122,8 +3195,8 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
3122
3195
|
uid: z.ZodString;
|
|
3123
3196
|
channelKey: z.ZodString;
|
|
3124
3197
|
channelAuthState: z.ZodEnum<{
|
|
3125
|
-
authorized: "authorized";
|
|
3126
3198
|
removed: "removed";
|
|
3199
|
+
authorized: "authorized";
|
|
3127
3200
|
}>;
|
|
3128
3201
|
channelAuthVersion: z.ZodNumber;
|
|
3129
3202
|
inputFingerprint: z.ZodString;
|
|
@@ -3256,10 +3329,10 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
3256
3329
|
attachmentAssetIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3257
3330
|
payloadHash: z.ZodString;
|
|
3258
3331
|
state: z.ZodEnum<{
|
|
3332
|
+
queued: "queued";
|
|
3259
3333
|
failed: "failed";
|
|
3260
3334
|
deadLetter: "deadLetter";
|
|
3261
3335
|
applied: "applied";
|
|
3262
|
-
queued: "queued";
|
|
3263
3336
|
delivering: "delivering";
|
|
3264
3337
|
}>;
|
|
3265
3338
|
attemptCount: z.ZodNumber;
|
|
@@ -3369,67 +3442,1827 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
3369
3442
|
}, z.core.$strip>>;
|
|
3370
3443
|
lastSubmitted: z.ZodNumber;
|
|
3371
3444
|
}, z.core.$strip>;
|
|
3372
|
-
readonly '
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
|
|
3425
|
-
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3445
|
+
readonly 'childSafetyCaseList/{caseId}': z.ZodObject<{
|
|
3446
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
3447
|
+
caseId: z.ZodString;
|
|
3448
|
+
revision: z.ZodNumber;
|
|
3449
|
+
canonicalIncidentKey: z.ZodString;
|
|
3450
|
+
incidentClass: z.ZodEnum<{
|
|
3451
|
+
apparentCsam: "apparentCsam";
|
|
3452
|
+
enticement: "enticement";
|
|
3453
|
+
minorSexTrafficking: "minorSexTrafficking";
|
|
3454
|
+
sextortion: "sextortion";
|
|
3455
|
+
csamSolicitation: "csamSolicitation";
|
|
3456
|
+
imminentCsea: "imminentCsea";
|
|
3457
|
+
nonReportableSafety: "nonReportableSafety";
|
|
3458
|
+
}>;
|
|
3459
|
+
sourceSignalSummary: z.ZodObject<{
|
|
3460
|
+
count: z.ZodNumber;
|
|
3461
|
+
latestKind: z.ZodEnum<{
|
|
3462
|
+
hashMatch: "hashMatch";
|
|
3463
|
+
report: "report";
|
|
3464
|
+
aiFlag: "aiFlag";
|
|
3465
|
+
manual: "manual";
|
|
3466
|
+
copyMatch: "copyMatch";
|
|
3467
|
+
}>;
|
|
3468
|
+
latestAt: z.ZodNumber;
|
|
3469
|
+
}, z.core.$strict>;
|
|
3470
|
+
workStatus: z.ZodEnum<{
|
|
3471
|
+
new: "new";
|
|
3472
|
+
triaged: "triaged";
|
|
3473
|
+
reporting: "reporting";
|
|
3474
|
+
actioning: "actioning";
|
|
3475
|
+
operationallyResolved: "operationallyResolved";
|
|
3476
|
+
}>;
|
|
3477
|
+
preservationStatus: z.ZodEnum<{
|
|
3478
|
+
preReportHold: "preReportHold";
|
|
3479
|
+
statutoryHold: "statutoryHold";
|
|
3480
|
+
extendedHold: "extendedHold";
|
|
3481
|
+
dispositionPending: "dispositionPending";
|
|
3482
|
+
destroyed: "destroyed";
|
|
3483
|
+
}>;
|
|
3484
|
+
ncmecStatus: z.ZodEnum<{
|
|
3485
|
+
queued: "queued";
|
|
3486
|
+
opening: "opening";
|
|
3487
|
+
open: "open";
|
|
3488
|
+
uploading: "uploading";
|
|
3489
|
+
addingFileDetails: "addingFileDetails";
|
|
3490
|
+
finishing: "finishing";
|
|
3491
|
+
completed: "completed";
|
|
3492
|
+
retryableFailure: "retryableFailure";
|
|
3493
|
+
ambiguousResult: "ambiguousResult";
|
|
3494
|
+
manualFallbackRequired: "manualFallbackRequired";
|
|
3495
|
+
permanentFailure: "permanentFailure";
|
|
3496
|
+
retracted: "retracted";
|
|
3497
|
+
}>;
|
|
3498
|
+
accountActionStatus: z.ZodEnum<{
|
|
3499
|
+
pending: "pending";
|
|
3500
|
+
resolved: "resolved";
|
|
3501
|
+
noAccountActionRequired: "noAccountActionRequired";
|
|
3502
|
+
operatorDecisionPending: "operatorDecisionPending";
|
|
3503
|
+
}>;
|
|
3504
|
+
reportDisposition: z.ZodEnum<{
|
|
3505
|
+
undetermined: "undetermined";
|
|
3506
|
+
reportRequired: "reportRequired";
|
|
3507
|
+
notRequired: "notRequired";
|
|
3508
|
+
correctedNoApparentViolation: "correctedNoApparentViolation";
|
|
3509
|
+
}>;
|
|
3510
|
+
reviewDueAt: z.ZodNumber;
|
|
3511
|
+
photoDnaContractDueAt: z.ZodOptional<z.ZodNumber>;
|
|
3512
|
+
actualKnowledgeAt: z.ZodOptional<z.ZodNumber>;
|
|
3513
|
+
reportState: z.ZodOptional<z.ZodEnum<{
|
|
3514
|
+
completed: "completed";
|
|
3515
|
+
reportAsSoonAsReasonablyPossible: "reportAsSoonAsReasonablyPossible";
|
|
3516
|
+
submissionInProgress: "submissionInProgress";
|
|
3517
|
+
}>>;
|
|
3518
|
+
submissionCompletedAt: z.ZodOptional<z.ZodNumber>;
|
|
3519
|
+
preserveUntil: z.ZodOptional<z.ZodNumber>;
|
|
3520
|
+
openHoldCount: z.ZodNumber;
|
|
3521
|
+
mergeState: z.ZodEnum<{
|
|
3522
|
+
tombstoned: "tombstoned";
|
|
3523
|
+
none: "none";
|
|
3524
|
+
winner: "winner";
|
|
3525
|
+
merging: "merging";
|
|
3526
|
+
}>;
|
|
3527
|
+
mergeRedirectCaseId: z.ZodOptional<z.ZodString>;
|
|
3528
|
+
mergeGeneration: z.ZodOptional<z.ZodNumber>;
|
|
3529
|
+
createdAt: z.ZodNumber;
|
|
3530
|
+
updatedAt: z.ZodNumber;
|
|
3531
|
+
}, z.core.$strict>;
|
|
3532
|
+
readonly 'childSafetyCases/{caseId}': z.ZodObject<{
|
|
3533
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
3534
|
+
caseId: z.ZodString;
|
|
3535
|
+
evidenceManifestId: z.ZodString;
|
|
3536
|
+
currentReasonInternal: z.ZodString;
|
|
3537
|
+
leaseOwner: z.ZodOptional<z.ZodString>;
|
|
3538
|
+
leaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
3539
|
+
fencingOwnerToken: z.ZodOptional<z.ZodString>;
|
|
3540
|
+
fencingGeneration: z.ZodOptional<z.ZodNumber>;
|
|
3541
|
+
}, z.core.$strict>;
|
|
3542
|
+
readonly 'childSafetyCases/{caseId}/sourceSignals/{signalId}': z.ZodObject<{
|
|
3543
|
+
at: z.ZodNumber;
|
|
3544
|
+
kind: z.ZodEnum<{
|
|
3545
|
+
hashMatch: "hashMatch";
|
|
3546
|
+
report: "report";
|
|
3547
|
+
aiFlag: "aiFlag";
|
|
3548
|
+
manual: "manual";
|
|
3549
|
+
copyMatch: "copyMatch";
|
|
3550
|
+
}>;
|
|
3551
|
+
detector: z.ZodOptional<z.ZodString>;
|
|
3552
|
+
sourceRef: z.ZodString;
|
|
3553
|
+
actorId: z.ZodOptional<z.ZodString>;
|
|
3554
|
+
}, z.core.$strict>;
|
|
3555
|
+
readonly 'childSafetyCases/{caseId}/decisions/{decisionId}': z.ZodObject<{
|
|
3556
|
+
at: z.ZodNumber;
|
|
3557
|
+
actorId: z.ZodString;
|
|
3558
|
+
kind: z.ZodEnum<{
|
|
3559
|
+
workStatus: "workStatus";
|
|
3560
|
+
accountAction: "accountAction";
|
|
3561
|
+
reportDisposition: "reportDisposition";
|
|
3562
|
+
reasonUpdate: "reasonUpdate";
|
|
3563
|
+
}>;
|
|
3564
|
+
from: z.ZodString;
|
|
3565
|
+
to: z.ZodString;
|
|
3566
|
+
reasonInternal: z.ZodString;
|
|
3567
|
+
reasonUserFacing: z.ZodOptional<z.ZodString>;
|
|
3568
|
+
evidenceItemsViewedCount: z.ZodNumber;
|
|
3569
|
+
}, z.core.$strict>;
|
|
3570
|
+
readonly 'childSafetyCases/{caseId}/decisions/{decisionId}/views/{viewId}': z.ZodObject<{
|
|
3571
|
+
evidenceItemId: z.ZodString;
|
|
3572
|
+
at: z.ZodNumber;
|
|
3573
|
+
}, z.core.$strict>;
|
|
3574
|
+
readonly 'childSafetyCases/{caseId}/accounts/{uid}': z.ZodObject<{
|
|
3575
|
+
role: z.ZodEnum<{
|
|
3576
|
+
requester: "requester";
|
|
3577
|
+
uploader: "uploader";
|
|
3578
|
+
distributor: "distributor";
|
|
3579
|
+
questionable: "questionable";
|
|
3580
|
+
}>;
|
|
3581
|
+
subjectDisposition: z.ZodEnum<{
|
|
3582
|
+
subject: "subject";
|
|
3583
|
+
questionable: "questionable";
|
|
3584
|
+
excluded: "excluded";
|
|
3585
|
+
}>;
|
|
3586
|
+
platformAction: z.ZodEnum<{
|
|
3587
|
+
none: "none";
|
|
3588
|
+
safetyLocked: "safetyLocked";
|
|
3589
|
+
watch: "watch";
|
|
3590
|
+
suspend: "suspend";
|
|
3591
|
+
ban: "ban";
|
|
3592
|
+
}>;
|
|
3593
|
+
reasonUserFacing: z.ZodString;
|
|
3594
|
+
reasonInternal: z.ZodString;
|
|
3595
|
+
updatedAt: z.ZodNumber;
|
|
3596
|
+
}, z.core.$strict>;
|
|
3597
|
+
readonly 'childSafetyCases/{caseId}/accounts/{uid}/history/{historyId}': z.ZodObject<{
|
|
3598
|
+
role: z.ZodEnum<{
|
|
3599
|
+
requester: "requester";
|
|
3600
|
+
uploader: "uploader";
|
|
3601
|
+
distributor: "distributor";
|
|
3602
|
+
questionable: "questionable";
|
|
3603
|
+
}>;
|
|
3604
|
+
subjectDisposition: z.ZodEnum<{
|
|
3605
|
+
subject: "subject";
|
|
3606
|
+
questionable: "questionable";
|
|
3607
|
+
excluded: "excluded";
|
|
3608
|
+
}>;
|
|
3609
|
+
platformAction: z.ZodEnum<{
|
|
3610
|
+
none: "none";
|
|
3611
|
+
safetyLocked: "safetyLocked";
|
|
3612
|
+
watch: "watch";
|
|
3613
|
+
suspend: "suspend";
|
|
3614
|
+
ban: "ban";
|
|
3615
|
+
}>;
|
|
3616
|
+
reasonUserFacing: z.ZodString;
|
|
3617
|
+
reasonInternal: z.ZodString;
|
|
3618
|
+
at: z.ZodNumber;
|
|
3619
|
+
}, z.core.$strict>;
|
|
3620
|
+
readonly 'childSafetyCases/{caseId}/ncmecSubmissions/{submissionId}': z.ZodObject<{
|
|
3621
|
+
kind: z.ZodEnum<{
|
|
3622
|
+
initial: "initial";
|
|
3623
|
+
supplemental: "supplemental";
|
|
3624
|
+
correction: "correction";
|
|
3625
|
+
}>;
|
|
3626
|
+
state: z.ZodEnum<{
|
|
3627
|
+
queued: "queued";
|
|
3628
|
+
opening: "opening";
|
|
3629
|
+
open: "open";
|
|
3630
|
+
uploading: "uploading";
|
|
3631
|
+
addingFileDetails: "addingFileDetails";
|
|
3632
|
+
finishing: "finishing";
|
|
3633
|
+
completed: "completed";
|
|
3634
|
+
retryableFailure: "retryableFailure";
|
|
3635
|
+
ambiguousResult: "ambiguousResult";
|
|
3636
|
+
manualFallbackRequired: "manualFallbackRequired";
|
|
3637
|
+
permanentFailure: "permanentFailure";
|
|
3638
|
+
retracted: "retracted";
|
|
3639
|
+
}>;
|
|
3640
|
+
completionChannel: z.ZodOptional<z.ZodEnum<{
|
|
3641
|
+
ispwsApi: "ispwsApi";
|
|
3642
|
+
manualPortal: "manualPortal";
|
|
3643
|
+
}>>;
|
|
3644
|
+
submissionCompletedAt: z.ZodOptional<z.ZodNumber>;
|
|
3645
|
+
completionProofType: z.ZodOptional<z.ZodEnum<{
|
|
3646
|
+
reportDoneResponse: "reportDoneResponse";
|
|
3647
|
+
portalConfirmation: "portalConfirmation";
|
|
3648
|
+
}>>;
|
|
3649
|
+
completionProofRef: z.ZodOptional<z.ZodString>;
|
|
3650
|
+
reportId: z.ZodOptional<z.ZodString>;
|
|
3651
|
+
responseCode: z.ZodOptional<z.ZodNumber>;
|
|
3652
|
+
}, z.core.$strict>;
|
|
3653
|
+
readonly 'childSafetyCases/{caseId}/ncmecSubmissions/{submissionId}/files/{fileId}': z.ZodObject<{
|
|
3654
|
+
localEvidenceItemId: z.ZodString;
|
|
3655
|
+
ncmecFileId: z.ZodOptional<z.ZodString>;
|
|
3656
|
+
md5: z.ZodOptional<z.ZodString>;
|
|
3657
|
+
fileInfoState: z.ZodEnum<{
|
|
3658
|
+
pending: "pending";
|
|
3659
|
+
sent: "sent";
|
|
3660
|
+
ack: "ack";
|
|
3661
|
+
}>;
|
|
3662
|
+
}, z.core.$strict>;
|
|
3663
|
+
readonly 'childSafetyCases/{caseId}/ncmecSubmissions/{submissionId}/attempts/{attemptId}': z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3664
|
+
step: z.ZodLiteral<"submit">;
|
|
3665
|
+
ncmecReportId: z.ZodOptional<z.ZodString>;
|
|
3666
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
3667
|
+
attemptId: z.ZodString;
|
|
3668
|
+
submissionId: z.ZodString;
|
|
3669
|
+
caseId: z.ZodString;
|
|
3670
|
+
at: z.ZodNumber;
|
|
3671
|
+
attemptNumber: z.ZodNumber;
|
|
3672
|
+
requestFingerprint: z.ZodString;
|
|
3673
|
+
responseHash: z.ZodOptional<z.ZodString>;
|
|
3674
|
+
responseCode: z.ZodOptional<z.ZodNumber>;
|
|
3675
|
+
outcome: z.ZodEnum<{
|
|
3676
|
+
ok: "ok";
|
|
3677
|
+
retryableError: "retryableError";
|
|
3678
|
+
ambiguous: "ambiguous";
|
|
3679
|
+
permanentError: "permanentError";
|
|
3680
|
+
}>;
|
|
3681
|
+
reconciliation: z.ZodOptional<z.ZodEnum<{
|
|
3682
|
+
none: "none";
|
|
3683
|
+
pendingRequestIdLookup: "pendingRequestIdLookup";
|
|
3684
|
+
reconciledCompleted: "reconciledCompleted";
|
|
3685
|
+
reconciledNotFiled: "reconciledNotFiled";
|
|
3686
|
+
}>>;
|
|
3687
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3688
|
+
step: z.ZodLiteral<"upload">;
|
|
3689
|
+
ncmecFileId: z.ZodOptional<z.ZodString>;
|
|
3690
|
+
md5: z.ZodOptional<z.ZodString>;
|
|
3691
|
+
localEvidenceItemId: z.ZodOptional<z.ZodString>;
|
|
3692
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
3693
|
+
attemptId: z.ZodString;
|
|
3694
|
+
submissionId: z.ZodString;
|
|
3695
|
+
caseId: z.ZodString;
|
|
3696
|
+
at: z.ZodNumber;
|
|
3697
|
+
attemptNumber: z.ZodNumber;
|
|
3698
|
+
requestFingerprint: z.ZodString;
|
|
3699
|
+
responseHash: z.ZodOptional<z.ZodString>;
|
|
3700
|
+
responseCode: z.ZodOptional<z.ZodNumber>;
|
|
3701
|
+
outcome: z.ZodEnum<{
|
|
3702
|
+
ok: "ok";
|
|
3703
|
+
retryableError: "retryableError";
|
|
3704
|
+
ambiguous: "ambiguous";
|
|
3705
|
+
permanentError: "permanentError";
|
|
3706
|
+
}>;
|
|
3707
|
+
reconciliation: z.ZodOptional<z.ZodEnum<{
|
|
3708
|
+
none: "none";
|
|
3709
|
+
pendingRequestIdLookup: "pendingRequestIdLookup";
|
|
3710
|
+
reconciledCompleted: "reconciledCompleted";
|
|
3711
|
+
reconciledNotFiled: "reconciledNotFiled";
|
|
3712
|
+
}>>;
|
|
3713
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3714
|
+
step: z.ZodLiteral<"fileinfo">;
|
|
3715
|
+
ncmecFileId: z.ZodOptional<z.ZodString>;
|
|
3716
|
+
fileInfoAccepted: z.ZodOptional<z.ZodBoolean>;
|
|
3717
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
3718
|
+
attemptId: z.ZodString;
|
|
3719
|
+
submissionId: z.ZodString;
|
|
3720
|
+
caseId: z.ZodString;
|
|
3721
|
+
at: z.ZodNumber;
|
|
3722
|
+
attemptNumber: z.ZodNumber;
|
|
3723
|
+
requestFingerprint: z.ZodString;
|
|
3724
|
+
responseHash: z.ZodOptional<z.ZodString>;
|
|
3725
|
+
responseCode: z.ZodOptional<z.ZodNumber>;
|
|
3726
|
+
outcome: z.ZodEnum<{
|
|
3727
|
+
ok: "ok";
|
|
3728
|
+
retryableError: "retryableError";
|
|
3729
|
+
ambiguous: "ambiguous";
|
|
3730
|
+
permanentError: "permanentError";
|
|
3731
|
+
}>;
|
|
3732
|
+
reconciliation: z.ZodOptional<z.ZodEnum<{
|
|
3733
|
+
none: "none";
|
|
3734
|
+
pendingRequestIdLookup: "pendingRequestIdLookup";
|
|
3735
|
+
reconciledCompleted: "reconciledCompleted";
|
|
3736
|
+
reconciledNotFiled: "reconciledNotFiled";
|
|
3737
|
+
}>>;
|
|
3738
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3739
|
+
step: z.ZodLiteral<"finish">;
|
|
3740
|
+
reportDoneRef: z.ZodOptional<z.ZodString>;
|
|
3741
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
3742
|
+
attemptId: z.ZodString;
|
|
3743
|
+
submissionId: z.ZodString;
|
|
3744
|
+
caseId: z.ZodString;
|
|
3745
|
+
at: z.ZodNumber;
|
|
3746
|
+
attemptNumber: z.ZodNumber;
|
|
3747
|
+
requestFingerprint: z.ZodString;
|
|
3748
|
+
responseHash: z.ZodOptional<z.ZodString>;
|
|
3749
|
+
responseCode: z.ZodOptional<z.ZodNumber>;
|
|
3750
|
+
outcome: z.ZodEnum<{
|
|
3751
|
+
ok: "ok";
|
|
3752
|
+
retryableError: "retryableError";
|
|
3753
|
+
ambiguous: "ambiguous";
|
|
3754
|
+
permanentError: "permanentError";
|
|
3755
|
+
}>;
|
|
3756
|
+
reconciliation: z.ZodOptional<z.ZodEnum<{
|
|
3757
|
+
none: "none";
|
|
3758
|
+
pendingRequestIdLookup: "pendingRequestIdLookup";
|
|
3759
|
+
reconciledCompleted: "reconciledCompleted";
|
|
3760
|
+
reconciledNotFiled: "reconciledNotFiled";
|
|
3761
|
+
}>>;
|
|
3762
|
+
}, z.core.$strict>], "step">;
|
|
3763
|
+
readonly 'childSafetyCases/{caseId}/legalProcess/{eventId}': z.ZodObject<{
|
|
3764
|
+
at: z.ZodNumber;
|
|
3765
|
+
kind: z.ZodEnum<{
|
|
3766
|
+
leWatch: "leWatch";
|
|
3767
|
+
leDataRequest: "leDataRequest";
|
|
3768
|
+
leShutdown: "leShutdown";
|
|
3769
|
+
leDestruction: "leDestruction";
|
|
3770
|
+
disclosure: "disclosure";
|
|
3771
|
+
}>;
|
|
3772
|
+
verifiedBy: z.ZodString;
|
|
3773
|
+
instruction: z.ZodString;
|
|
3774
|
+
handedOver: z.ZodOptional<z.ZodBoolean>;
|
|
3775
|
+
}, z.core.$strict>;
|
|
3776
|
+
readonly 'childSafetyOwningAliases/{aliasId}': z.ZodObject<{
|
|
3777
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
3778
|
+
caseId: z.ZodString;
|
|
3779
|
+
aliasType: z.ZodEnum<{
|
|
3780
|
+
incidentKey: "incidentKey";
|
|
3781
|
+
rootIngest: "rootIngest";
|
|
3782
|
+
canonicalTarget: "canonicalTarget";
|
|
3783
|
+
messageRange: "messageRange";
|
|
3784
|
+
}>;
|
|
3785
|
+
canonicalValueHash: z.ZodString;
|
|
3786
|
+
createdAt: z.ZodNumber;
|
|
3787
|
+
}, z.core.$strict>;
|
|
3788
|
+
readonly 'childSafetyCorrelations/{correlationKey}/cases/{caseId}': z.ZodObject<{
|
|
3789
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
3790
|
+
caseId: z.ZodString;
|
|
3791
|
+
correlationType: z.ZodEnum<{
|
|
3792
|
+
exactSha256: "exactSha256";
|
|
3793
|
+
detectorMatch: "detectorMatch";
|
|
3794
|
+
}>;
|
|
3795
|
+
canonicalValueHash: z.ZodString;
|
|
3796
|
+
rootIngestId: z.ZodString;
|
|
3797
|
+
originatingUploaderUid: z.ZodString;
|
|
3798
|
+
firstSeenAt: z.ZodNumber;
|
|
3799
|
+
sourceSignalId: z.ZodString;
|
|
3800
|
+
}, z.core.$strict>;
|
|
3801
|
+
readonly 'safetyCaseMergeJobs/{mergeJobId}': z.ZodObject<{
|
|
3802
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
3803
|
+
mergeJobId: z.ZodString;
|
|
3804
|
+
participantCaseIds: z.ZodArray<z.ZodString>;
|
|
3805
|
+
winnerCaseId: z.ZodString;
|
|
3806
|
+
mergeGeneration: z.ZodNumber;
|
|
3807
|
+
losers: z.ZodArray<z.ZodObject<{
|
|
3808
|
+
caseId: z.ZodString;
|
|
3809
|
+
expectedRevision: z.ZodNumber;
|
|
3810
|
+
redirectWritten: z.ZodBoolean;
|
|
3811
|
+
}, z.core.$strict>>;
|
|
3812
|
+
status: z.ZodEnum<{
|
|
3813
|
+
pending: "pending";
|
|
3814
|
+
complete: "complete";
|
|
3815
|
+
deadLetter: "deadLetter";
|
|
3816
|
+
fenced: "fenced";
|
|
3817
|
+
movingLinks: "movingLinks";
|
|
3818
|
+
reconcilingSubmissions: "reconcilingSubmissions";
|
|
3819
|
+
}>;
|
|
3820
|
+
leaseOwner: z.ZodOptional<z.ZodString>;
|
|
3821
|
+
leaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
3822
|
+
attemptCount: z.ZodNumber;
|
|
3823
|
+
nextAttemptAt: z.ZodOptional<z.ZodNumber>;
|
|
3824
|
+
lastErrorCode: z.ZodOptional<z.ZodString>;
|
|
3825
|
+
createdAt: z.ZodNumber;
|
|
3826
|
+
updatedAt: z.ZodNumber;
|
|
3827
|
+
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
3828
|
+
}, z.core.$strict>;
|
|
3829
|
+
readonly 'safetyHoldRefs/{holdRefId}': z.ZodObject<{
|
|
3830
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
3831
|
+
caseId: z.ZodString;
|
|
3832
|
+
resourceType: z.ZodEnum<{
|
|
3833
|
+
mediaAsset: "mediaAsset";
|
|
3834
|
+
contentDoc: "contentDoc";
|
|
3835
|
+
account: "account";
|
|
3836
|
+
chatMessageRange: "chatMessageRange";
|
|
3837
|
+
channel: "channel";
|
|
3838
|
+
nciiTemporaryTarget: "nciiTemporaryTarget";
|
|
3839
|
+
storageObject: "storageObject";
|
|
3840
|
+
reportEvidenceObject: "reportEvidenceObject";
|
|
3841
|
+
}>;
|
|
3842
|
+
resourceId: z.ZodString;
|
|
3843
|
+
resourceKeyHash: z.ZodString;
|
|
3844
|
+
canonicalResourceKey: z.ZodString;
|
|
3845
|
+
blocksDeletion: z.ZodBoolean;
|
|
3846
|
+
blocksAnonymization: z.ZodBoolean;
|
|
3847
|
+
blocksReplacementCleanup: z.ZodBoolean;
|
|
3848
|
+
state: z.ZodEnum<{
|
|
3849
|
+
active: "active";
|
|
3850
|
+
released: "released";
|
|
3851
|
+
}>;
|
|
3852
|
+
holdClass: z.ZodEnum<{
|
|
3853
|
+
childSafety: "childSafety";
|
|
3854
|
+
nciiTemporary: "nciiTemporary";
|
|
3855
|
+
legalRetention: "legalRetention";
|
|
3856
|
+
preservationEvidence: "preservationEvidence";
|
|
3857
|
+
}>;
|
|
3858
|
+
createdAt: z.ZodNumber;
|
|
3859
|
+
releasedAt: z.ZodOptional<z.ZodNumber>;
|
|
3860
|
+
releaseReason: z.ZodOptional<z.ZodString>;
|
|
3861
|
+
sourceRequestId: z.ZodOptional<z.ZodString>;
|
|
3862
|
+
expiresAt: z.ZodOptional<z.ZodNumber>;
|
|
3863
|
+
releaseCommandId: z.ZodOptional<z.ZodString>;
|
|
3864
|
+
}, z.core.$strict>;
|
|
3865
|
+
readonly 'safetyHoldResources/{resourceKeyHash}': z.ZodObject<{
|
|
3866
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
3867
|
+
resourceKeyHash: z.ZodString;
|
|
3868
|
+
canonicalResourceKey: z.ZodString;
|
|
3869
|
+
activeRefCount: z.ZodNumber;
|
|
3870
|
+
blocksDeletionCount: z.ZodNumber;
|
|
3871
|
+
blocksAnonymizationCount: z.ZodNumber;
|
|
3872
|
+
blocksReplacementCleanupCount: z.ZodNumber;
|
|
3873
|
+
updatedAt: z.ZodNumber;
|
|
3874
|
+
}, z.core.$strict>;
|
|
3875
|
+
readonly 'safetyResourceCommands/{commandDocId}': z.ZodObject<{
|
|
3876
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
3877
|
+
resourceKeyHash: z.ZodString;
|
|
3878
|
+
canonicalResourceKey: z.ZodString;
|
|
3879
|
+
commandId: z.ZodString;
|
|
3880
|
+
commandKind: z.ZodEnum<{
|
|
3881
|
+
nciiRemoval: "nciiRemoval";
|
|
3882
|
+
csamActiveByteRemoval: "csamActiveByteRemoval";
|
|
3883
|
+
evidenceDisposition: "evidenceDisposition";
|
|
3884
|
+
}>;
|
|
3885
|
+
resourceType: z.ZodEnum<{
|
|
3886
|
+
username: "username";
|
|
3887
|
+
audition: "audition";
|
|
3888
|
+
mediaAsset: "mediaAsset";
|
|
3889
|
+
hallItem: "hallItem";
|
|
3890
|
+
squarePost: "squarePost";
|
|
3891
|
+
profileImage: "profileImage";
|
|
3892
|
+
craftSkill: "craftSkill";
|
|
3893
|
+
commissionListing: "commissionListing";
|
|
3894
|
+
auditionEntry: "auditionEntry";
|
|
3895
|
+
guildInviteMessage: "guildInviteMessage";
|
|
3896
|
+
chatAttachment: "chatAttachment";
|
|
3897
|
+
url: "url";
|
|
3898
|
+
additionalText: "additionalText";
|
|
3899
|
+
}>;
|
|
3900
|
+
authorizedFor: z.ZodObject<{
|
|
3901
|
+
requestIds: z.ZodArray<z.ZodString>;
|
|
3902
|
+
caseId: z.ZodOptional<z.ZodString>;
|
|
3903
|
+
requestIdsOverflowed: z.ZodOptional<z.ZodBoolean>;
|
|
3904
|
+
}, z.core.$strict>;
|
|
3905
|
+
bypassHoldRefIds: z.ZodArray<z.ZodString>;
|
|
3906
|
+
bypassHoldRefsOverflowed: z.ZodOptional<z.ZodBoolean>;
|
|
3907
|
+
state: z.ZodEnum<{
|
|
3908
|
+
failed: "failed";
|
|
3909
|
+
authorized: "authorized";
|
|
3910
|
+
executing: "executing";
|
|
3911
|
+
verifiedRemoved: "verifiedRemoved";
|
|
3912
|
+
}>;
|
|
3913
|
+
attemptCount: z.ZodNumber;
|
|
3914
|
+
leaseOwner: z.ZodOptional<z.ZodString>;
|
|
3915
|
+
leaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
3916
|
+
lastErrorCode: z.ZodOptional<z.ZodString>;
|
|
3917
|
+
createdAt: z.ZodNumber;
|
|
3918
|
+
updatedAt: z.ZodNumber;
|
|
3919
|
+
verifiedRemovedAt: z.ZodOptional<z.ZodNumber>;
|
|
3920
|
+
}, z.core.$strict>;
|
|
3921
|
+
readonly 'safetyResourceCommands/{commandDocId}/authorizedRequests/{requestId}': z.ZodObject<{
|
|
3922
|
+
requestId: z.ZodString;
|
|
3923
|
+
caseId: z.ZodOptional<z.ZodString>;
|
|
3924
|
+
addedAt: z.ZodNumber;
|
|
3925
|
+
}, z.core.$strict>;
|
|
3926
|
+
readonly 'safetyResourceCommands/{commandDocId}/bypassRefs/{refId}': z.ZodObject<{
|
|
3927
|
+
refId: z.ZodString;
|
|
3928
|
+
holdClass: z.ZodEnum<{
|
|
3929
|
+
childSafety: "childSafety";
|
|
3930
|
+
nciiTemporary: "nciiTemporary";
|
|
3931
|
+
legalRetention: "legalRetention";
|
|
3932
|
+
preservationEvidence: "preservationEvidence";
|
|
3933
|
+
}>;
|
|
3934
|
+
addedAt: z.ZodNumber;
|
|
3935
|
+
}, z.core.$strict>;
|
|
3936
|
+
readonly 'safetyEvidenceManifests/{manifestId}': z.ZodObject<{
|
|
3937
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
3938
|
+
manifestId: z.ZodString;
|
|
3939
|
+
caseId: z.ZodString;
|
|
3940
|
+
createdAt: z.ZodNumber;
|
|
3941
|
+
sourceKind: z.ZodEnum<{
|
|
3942
|
+
media: "media";
|
|
3943
|
+
communication: "communication";
|
|
3944
|
+
externalFact: "externalFact";
|
|
3945
|
+
}>;
|
|
3946
|
+
original: z.ZodOptional<z.ZodObject<{
|
|
3947
|
+
bucket: z.ZodString;
|
|
3948
|
+
key: z.ZodString;
|
|
3949
|
+
generation: z.ZodString;
|
|
3950
|
+
contentType: z.ZodString;
|
|
3951
|
+
filename: z.ZodOptional<z.ZodString>;
|
|
3952
|
+
sizeBytes: z.ZodNumber;
|
|
3953
|
+
md5: z.ZodString;
|
|
3954
|
+
sha256: z.ZodString;
|
|
3955
|
+
capturedAt: z.ZodNumber;
|
|
3956
|
+
}, z.core.$strict>>;
|
|
3957
|
+
variants: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3958
|
+
variantKey: z.ZodString;
|
|
3959
|
+
sha256: z.ZodString;
|
|
3960
|
+
sizeBytes: z.ZodNumber;
|
|
3961
|
+
}, z.core.$strict>>>;
|
|
3962
|
+
lineage: z.ZodOptional<z.ZodObject<{
|
|
3963
|
+
lineageVersion: z.ZodLiteral<1>;
|
|
3964
|
+
rootIngestId: z.ZodString;
|
|
3965
|
+
rootAssetId: z.ZodString;
|
|
3966
|
+
sourceAssetId: z.ZodOptional<z.ZodString>;
|
|
3967
|
+
originatingUploaderUid: z.ZodString;
|
|
3968
|
+
originatingUploadEventId: z.ZodString;
|
|
3969
|
+
originalUploadCreatedAt: z.ZodNumber;
|
|
3970
|
+
rootSha256: z.ZodString;
|
|
3971
|
+
originalSha256: z.ZodOptional<z.ZodString>;
|
|
3972
|
+
variantSha256s: z.ZodRecord<z.ZodEnum<{
|
|
3973
|
+
full: "full";
|
|
3974
|
+
small: "small";
|
|
3975
|
+
medium: "medium";
|
|
3976
|
+
main: "main";
|
|
3977
|
+
}> & z.core.$partial, z.ZodString>;
|
|
3978
|
+
copyReason: z.ZodEnum<{
|
|
3979
|
+
other: "other";
|
|
3980
|
+
original: "original";
|
|
3981
|
+
variant: "variant";
|
|
3982
|
+
hall_publish: "hall_publish";
|
|
3983
|
+
profile_derivative: "profile_derivative";
|
|
3984
|
+
chat_derivative: "chat_derivative";
|
|
3985
|
+
moderation_copy: "moderation_copy";
|
|
3986
|
+
evidence_copy: "evidence_copy";
|
|
3987
|
+
}>;
|
|
3988
|
+
createdFromOwnerType: z.ZodOptional<z.ZodEnum<{
|
|
3989
|
+
audition: "audition";
|
|
3990
|
+
hallItem: "hallItem";
|
|
3991
|
+
craftSkill: "craftSkill";
|
|
3992
|
+
commissionListing: "commissionListing";
|
|
3993
|
+
auditionEntry: "auditionEntry";
|
|
3994
|
+
workProject: "workProject";
|
|
3995
|
+
userProfile: "userProfile";
|
|
3996
|
+
squareStreetzPost: "squareStreetzPost";
|
|
3997
|
+
workContent: "workContent";
|
|
3998
|
+
commissionProposal: "commissionProposal";
|
|
3999
|
+
guildChatAttachment: "guildChatAttachment";
|
|
4000
|
+
realmFile: "realmFile";
|
|
4001
|
+
}>>;
|
|
4002
|
+
createdFromOwnerId: z.ZodOptional<z.ZodString>;
|
|
4003
|
+
copyActorUid: z.ZodOptional<z.ZodString>;
|
|
4004
|
+
currentOwnerType: z.ZodEnum<{
|
|
4005
|
+
audition: "audition";
|
|
4006
|
+
hallItem: "hallItem";
|
|
4007
|
+
craftSkill: "craftSkill";
|
|
4008
|
+
commissionListing: "commissionListing";
|
|
4009
|
+
auditionEntry: "auditionEntry";
|
|
4010
|
+
workProject: "workProject";
|
|
4011
|
+
userProfile: "userProfile";
|
|
4012
|
+
squareStreetzPost: "squareStreetzPost";
|
|
4013
|
+
workContent: "workContent";
|
|
4014
|
+
commissionProposal: "commissionProposal";
|
|
4015
|
+
guildChatAttachment: "guildChatAttachment";
|
|
4016
|
+
realmFile: "realmFile";
|
|
4017
|
+
}>;
|
|
4018
|
+
currentOwnerId: z.ZodString;
|
|
4019
|
+
}, z.core.$strict>>;
|
|
4020
|
+
communication: z.ZodOptional<z.ZodObject<{
|
|
4021
|
+
channelId: z.ZodString;
|
|
4022
|
+
messageSeqStart: z.ZodNumber;
|
|
4023
|
+
messageSeqEnd: z.ZodNumber;
|
|
4024
|
+
transcriptObjectRef: z.ZodString;
|
|
4025
|
+
attachmentItemIds: z.ZodArray<z.ZodString>;
|
|
4026
|
+
}, z.core.$strict>>;
|
|
4027
|
+
externalFact: z.ZodOptional<z.ZodObject<{
|
|
4028
|
+
factKind: z.ZodEnum<{
|
|
4029
|
+
other: "other";
|
|
4030
|
+
lawEnforcement: "lawEnforcement";
|
|
4031
|
+
thirdPartyReport: "thirdPartyReport";
|
|
4032
|
+
operatorKnowledge: "operatorKnowledge";
|
|
4033
|
+
}>;
|
|
4034
|
+
narrativeRef: z.ZodString;
|
|
4035
|
+
establishedActualKnowledgeAt: z.ZodOptional<z.ZodNumber>;
|
|
4036
|
+
sourceContactRef: z.ZodOptional<z.ZodString>;
|
|
4037
|
+
}, z.core.$strict>>;
|
|
4038
|
+
subjectAccountsRef: z.ZodString;
|
|
4039
|
+
provenanceRefs: z.ZodArray<z.ZodString>;
|
|
4040
|
+
contentDocSnapshotRef: z.ZodOptional<z.ZodString>;
|
|
4041
|
+
contentDocRevision: z.ZodOptional<z.ZodNumber>;
|
|
4042
|
+
detector: z.ZodOptional<z.ZodObject<{
|
|
4043
|
+
source: z.ZodString;
|
|
4044
|
+
listId: z.ZodString;
|
|
4045
|
+
sdkVersion: z.ZodString;
|
|
4046
|
+
requestTraceId: z.ZodString;
|
|
4047
|
+
matchResult: z.ZodString;
|
|
4048
|
+
}, z.core.$strict>>;
|
|
4049
|
+
evidenceCopy: z.ZodOptional<z.ZodObject<{
|
|
4050
|
+
destinationBucket: z.ZodString;
|
|
4051
|
+
destinationKey: z.ZodString;
|
|
4052
|
+
keyVersion: z.ZodString;
|
|
4053
|
+
verifyMethod: z.ZodString;
|
|
4054
|
+
verifyResult: z.ZodString;
|
|
4055
|
+
}, z.core.$strict>>;
|
|
4056
|
+
reporter: z.ZodOptional<z.ZodObject<{
|
|
4057
|
+
reporterUidRef: z.ZodString;
|
|
4058
|
+
narrativeRef: z.ZodString;
|
|
4059
|
+
}, z.core.$strict>>;
|
|
4060
|
+
ncmecReceiptRefs: z.ZodArray<z.ZodString>;
|
|
4061
|
+
}, z.core.$strict>;
|
|
4062
|
+
readonly 'safetyEvidenceJobs/{jobId}': z.ZodObject<{
|
|
4063
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
4064
|
+
jobId: z.ZodString;
|
|
4065
|
+
caseId: z.ZodString;
|
|
4066
|
+
phase: z.ZodEnum<{
|
|
4067
|
+
disposition: "disposition";
|
|
4068
|
+
capture: "capture";
|
|
4069
|
+
verify: "verify";
|
|
4070
|
+
}>;
|
|
4071
|
+
commandId: z.ZodString;
|
|
4072
|
+
status: z.ZodEnum<{
|
|
4073
|
+
pending: "pending";
|
|
4074
|
+
deadLetter: "deadLetter";
|
|
4075
|
+
running: "running";
|
|
4076
|
+
verified: "verified";
|
|
4077
|
+
disposed: "disposed";
|
|
4078
|
+
}>;
|
|
4079
|
+
attemptCount: z.ZodNumber;
|
|
4080
|
+
nextAttemptAt: z.ZodNumber;
|
|
4081
|
+
leaseOwner: z.ZodOptional<z.ZodString>;
|
|
4082
|
+
leaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
4083
|
+
lastErrorCode: z.ZodOptional<z.ZodString>;
|
|
4084
|
+
createdAt: z.ZodNumber;
|
|
4085
|
+
updatedAt: z.ZodNumber;
|
|
4086
|
+
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
4087
|
+
disposedAt: z.ZodOptional<z.ZodNumber>;
|
|
4088
|
+
deadLetterAt: z.ZodOptional<z.ZodNumber>;
|
|
4089
|
+
}, z.core.$strict>;
|
|
4090
|
+
readonly 'safetyEvidenceJobs/{jobId}/items/{itemId}': z.ZodObject<{
|
|
4091
|
+
role: z.ZodEnum<{
|
|
4092
|
+
source: "source";
|
|
4093
|
+
destination: "destination";
|
|
4094
|
+
}>;
|
|
4095
|
+
bucket: z.ZodString;
|
|
4096
|
+
key: z.ZodString;
|
|
4097
|
+
generation: z.ZodOptional<z.ZodString>;
|
|
4098
|
+
sizeBytes: z.ZodNumber;
|
|
4099
|
+
sha256: z.ZodString;
|
|
4100
|
+
md5: z.ZodOptional<z.ZodString>;
|
|
4101
|
+
verifyResult: z.ZodEnum<{
|
|
4102
|
+
pending: "pending";
|
|
4103
|
+
ok: "ok";
|
|
4104
|
+
mismatch: "mismatch";
|
|
4105
|
+
}>;
|
|
4106
|
+
}, z.core.$strict>;
|
|
4107
|
+
readonly 'safetyEvidenceJobs/{jobId}/disposition/{locationId}': z.ZodObject<{
|
|
4108
|
+
bucket: z.ZodString;
|
|
4109
|
+
key: z.ZodString;
|
|
4110
|
+
method: z.ZodEnum<{
|
|
4111
|
+
delete: "delete";
|
|
4112
|
+
cryptoErase: "cryptoErase";
|
|
4113
|
+
}>;
|
|
4114
|
+
verifiedAt: z.ZodNumber;
|
|
4115
|
+
result: z.ZodEnum<{
|
|
4116
|
+
gone: "gone";
|
|
4117
|
+
leftover: "leftover";
|
|
4118
|
+
}>;
|
|
4119
|
+
leftoverDetail: z.ZodOptional<z.ZodString>;
|
|
4120
|
+
}, z.core.$strict>;
|
|
4121
|
+
readonly 'eventProvenance/{eventId}': z.ZodObject<{
|
|
4122
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
4123
|
+
kind: z.ZodEnum<{
|
|
4124
|
+
uploadInit: "uploadInit";
|
|
4125
|
+
uploadFinalize: "uploadFinalize";
|
|
4126
|
+
messageSend: "messageSend";
|
|
4127
|
+
login: "login";
|
|
4128
|
+
reportSubmit: "reportSubmit";
|
|
4129
|
+
}>;
|
|
4130
|
+
subjectRefs: z.ZodObject<{
|
|
4131
|
+
uid: z.ZodOptional<z.ZodString>;
|
|
4132
|
+
assetId: z.ZodOptional<z.ZodString>;
|
|
4133
|
+
channelId: z.ZodOptional<z.ZodString>;
|
|
4134
|
+
messageSeq: z.ZodOptional<z.ZodNumber>;
|
|
4135
|
+
reportId: z.ZodOptional<z.ZodString>;
|
|
4136
|
+
}, z.core.$strict>;
|
|
4137
|
+
trustedClientIp: z.ZodString;
|
|
4138
|
+
userAgent: z.ZodString;
|
|
4139
|
+
at: z.ZodNumber;
|
|
4140
|
+
sessionId: z.ZodString;
|
|
4141
|
+
retentionClass: z.ZodEnum<{
|
|
4142
|
+
routine: "routine";
|
|
4143
|
+
casePromoted: "casePromoted";
|
|
4144
|
+
}>;
|
|
4145
|
+
}, z.core.$strict>;
|
|
4146
|
+
readonly 'quarantineSagaJobs/{caseId}': z.ZodObject<{
|
|
4147
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
4148
|
+
caseId: z.ZodString;
|
|
4149
|
+
quarantineStatus: z.ZodEnum<{
|
|
4150
|
+
deadLetter: "deadLetter";
|
|
4151
|
+
running: "running";
|
|
4152
|
+
quarantineComplete: "quarantineComplete";
|
|
4153
|
+
}>;
|
|
4154
|
+
phase: z.ZodEnum<{
|
|
4155
|
+
quarantineComplete: "quarantineComplete";
|
|
4156
|
+
holdCommitted: "holdCommitted";
|
|
4157
|
+
sourceManifestCaptured: "sourceManifestCaptured";
|
|
4158
|
+
servingDenyRequested: "servingDenyRequested";
|
|
4159
|
+
servingDenyVerified: "servingDenyVerified";
|
|
4160
|
+
evidenceCopying: "evidenceCopying";
|
|
4161
|
+
evidenceVerified: "evidenceVerified";
|
|
4162
|
+
activeCopiesRemovalRequested: "activeCopiesRemovalRequested";
|
|
4163
|
+
activeCopiesRemovalVerified: "activeCopiesRemovalVerified";
|
|
4164
|
+
}>;
|
|
4165
|
+
phaseVersion: z.ZodNumber;
|
|
4166
|
+
commandId: z.ZodString;
|
|
4167
|
+
relatedAssetIds: z.ZodArray<z.ZodString>;
|
|
4168
|
+
attemptCount: z.ZodNumber;
|
|
4169
|
+
nextAttemptAt: z.ZodNumber;
|
|
4170
|
+
leaseOwner: z.ZodOptional<z.ZodString>;
|
|
4171
|
+
leaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
4172
|
+
lastError: z.ZodOptional<z.ZodString>;
|
|
4173
|
+
createdAt: z.ZodNumber;
|
|
4174
|
+
updatedAt: z.ZodNumber;
|
|
4175
|
+
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
4176
|
+
}, z.core.$strict>;
|
|
4177
|
+
readonly 'quarantineSagaJobs/{caseId}/relatedAssets/{assetId}': z.ZodObject<{
|
|
4178
|
+
rootIngestId: z.ZodString;
|
|
4179
|
+
addedAt: z.ZodNumber;
|
|
4180
|
+
}, z.core.$strict>;
|
|
4181
|
+
readonly 'ncmecSubmissionJobs/{ncmecJobId}': z.ZodObject<{
|
|
4182
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
4183
|
+
caseId: z.ZodString;
|
|
4184
|
+
submissionId: z.ZodString;
|
|
4185
|
+
state: z.ZodEnum<{
|
|
4186
|
+
queued: "queued";
|
|
4187
|
+
opening: "opening";
|
|
4188
|
+
open: "open";
|
|
4189
|
+
uploading: "uploading";
|
|
4190
|
+
addingFileDetails: "addingFileDetails";
|
|
4191
|
+
finishing: "finishing";
|
|
4192
|
+
completed: "completed";
|
|
4193
|
+
retryableFailure: "retryableFailure";
|
|
4194
|
+
ambiguousResult: "ambiguousResult";
|
|
4195
|
+
manualFallbackRequired: "manualFallbackRequired";
|
|
4196
|
+
permanentFailure: "permanentFailure";
|
|
4197
|
+
retracted: "retracted";
|
|
4198
|
+
}>;
|
|
4199
|
+
commandId: z.ZodString;
|
|
4200
|
+
attemptCount: z.ZodNumber;
|
|
4201
|
+
nextAttemptAt: z.ZodNumber;
|
|
4202
|
+
leaseOwner: z.ZodOptional<z.ZodString>;
|
|
4203
|
+
leaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
4204
|
+
lastErrorCode: z.ZodOptional<z.ZodString>;
|
|
4205
|
+
createdAt: z.ZodNumber;
|
|
4206
|
+
updatedAt: z.ZodNumber;
|
|
4207
|
+
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
4208
|
+
}, z.core.$strict>;
|
|
4209
|
+
readonly 'accountActionCommands/{accountActionCommandId}': z.ZodObject<{
|
|
4210
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
4211
|
+
caseId: z.ZodString;
|
|
4212
|
+
targetUid: z.ZodString;
|
|
4213
|
+
action: z.ZodEnum<{
|
|
4214
|
+
none: "none";
|
|
4215
|
+
safetyLocked: "safetyLocked";
|
|
4216
|
+
watch: "watch";
|
|
4217
|
+
suspend: "suspend";
|
|
4218
|
+
ban: "ban";
|
|
4219
|
+
}>;
|
|
4220
|
+
source: z.ZodEnum<{
|
|
4221
|
+
autoHash: "autoHash";
|
|
4222
|
+
operator: "operator";
|
|
4223
|
+
}>;
|
|
4224
|
+
status: z.ZodEnum<{
|
|
4225
|
+
pending: "pending";
|
|
4226
|
+
applied: "applied";
|
|
4227
|
+
reverted: "reverted";
|
|
4228
|
+
}>;
|
|
4229
|
+
commandId: z.ZodString;
|
|
4230
|
+
attemptCount: z.ZodNumber;
|
|
4231
|
+
nextAttemptAt: z.ZodNumber;
|
|
4232
|
+
leaseOwner: z.ZodOptional<z.ZodString>;
|
|
4233
|
+
leaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
4234
|
+
lastError: z.ZodOptional<z.ZodString>;
|
|
4235
|
+
createdAt: z.ZodNumber;
|
|
4236
|
+
updatedAt: z.ZodNumber;
|
|
4237
|
+
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
4238
|
+
}, z.core.$strict>;
|
|
4239
|
+
readonly 'safetySlaMonitors/{monitorId}': z.ZodObject<{
|
|
4240
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
4241
|
+
caseId: z.ZodOptional<z.ZodString>;
|
|
4242
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
4243
|
+
monitorKind: z.ZodEnum<{
|
|
4244
|
+
reviewDue: "reviewDue";
|
|
4245
|
+
photoDnaContract: "photoDnaContract";
|
|
4246
|
+
actualKnowledgeUnreported: "actualKnowledgeUnreported";
|
|
4247
|
+
ncmecRetry: "ncmecRetry";
|
|
4248
|
+
quarantineStall: "quarantineStall";
|
|
4249
|
+
evidenceStall: "evidenceStall";
|
|
4250
|
+
accountActionPending: "accountActionPending";
|
|
4251
|
+
nciiRemovalDeadline: "nciiRemovalDeadline";
|
|
4252
|
+
}>;
|
|
4253
|
+
armedAt: z.ZodNumber;
|
|
4254
|
+
deadlineAt: z.ZodNumber;
|
|
4255
|
+
escalationLevel: z.ZodNumber;
|
|
4256
|
+
lastFiredAt: z.ZodOptional<z.ZodNumber>;
|
|
4257
|
+
monitorStage: z.ZodOptional<z.ZodEnum<{
|
|
4258
|
+
provisional: "provisional";
|
|
4259
|
+
binding: "binding";
|
|
4260
|
+
}>>;
|
|
4261
|
+
basisSubmissionId: z.ZodOptional<z.ZodString>;
|
|
4262
|
+
status: z.ZodEnum<{
|
|
4263
|
+
resolved: "resolved";
|
|
4264
|
+
armed: "armed";
|
|
4265
|
+
overdue: "overdue";
|
|
4266
|
+
}>;
|
|
4267
|
+
resolvedAt: z.ZodOptional<z.ZodNumber>;
|
|
4268
|
+
resolutionBasis: z.ZodOptional<z.ZodString>;
|
|
4269
|
+
}, z.core.$strict>;
|
|
4270
|
+
readonly 'safetyMonitorHeartbeat/global': z.ZodObject<{
|
|
4271
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
4272
|
+
lastRunAt: z.ZodNumber;
|
|
4273
|
+
expectedIntervalMs: z.ZodNumber;
|
|
4274
|
+
}, z.core.$strict>;
|
|
4275
|
+
readonly 'ageAttestationNonces/{nonceHash}': z.ZodObject<{
|
|
4276
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
4277
|
+
bracket: z.ZodEnum<{
|
|
4278
|
+
adult: "adult";
|
|
4279
|
+
teen: "teen";
|
|
4280
|
+
}>;
|
|
4281
|
+
policyVersion: z.ZodString;
|
|
4282
|
+
signingKeyVersion: z.ZodString;
|
|
4283
|
+
requestSessionHash: z.ZodString;
|
|
4284
|
+
issuedAt: z.ZodNumber;
|
|
4285
|
+
expiresAt: z.ZodNumber;
|
|
4286
|
+
consumedAt: z.ZodOptional<z.ZodNumber>;
|
|
4287
|
+
consumedByUid: z.ZodOptional<z.ZodString>;
|
|
4288
|
+
status: z.ZodEnum<{
|
|
4289
|
+
issued: "issued";
|
|
4290
|
+
consumed: "consumed";
|
|
4291
|
+
expired: "expired";
|
|
4292
|
+
}>;
|
|
4293
|
+
}, z.core.$strict>;
|
|
4294
|
+
readonly 'nciiAllegations/{allegationId}': z.ZodObject<{
|
|
4295
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
4296
|
+
allegationId: z.ZodString;
|
|
4297
|
+
caseId: z.ZodOptional<z.ZodString>;
|
|
4298
|
+
reporterType: z.ZodEnum<{
|
|
4299
|
+
authenticatedUser: "authenticatedUser";
|
|
4300
|
+
anonymousPublic: "anonymousPublic";
|
|
4301
|
+
}>;
|
|
4302
|
+
submittedAt: z.ZodNumber;
|
|
4303
|
+
targetLocator: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4304
|
+
kind: z.ZodLiteral<"mediaAsset">;
|
|
4305
|
+
mediaAssetId: z.ZodString;
|
|
4306
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4307
|
+
kind: z.ZodLiteral<"hallItem">;
|
|
4308
|
+
hallItemId: z.ZodString;
|
|
4309
|
+
subItemId: z.ZodOptional<z.ZodString>;
|
|
4310
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4311
|
+
kind: z.ZodLiteral<"squarePost">;
|
|
4312
|
+
postId: z.ZodString;
|
|
4313
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4314
|
+
kind: z.ZodLiteral<"profileImage">;
|
|
4315
|
+
profileUid: z.ZodString;
|
|
4316
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4317
|
+
kind: z.ZodLiteral<"username">;
|
|
4318
|
+
profileUid: z.ZodString;
|
|
4319
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4320
|
+
kind: z.ZodLiteral<"craftSkill">;
|
|
4321
|
+
profileUid: z.ZodString;
|
|
4322
|
+
craftSkillId: z.ZodString;
|
|
4323
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4324
|
+
kind: z.ZodLiteral<"commissionListing">;
|
|
4325
|
+
commissionListingId: z.ZodString;
|
|
4326
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4327
|
+
kind: z.ZodLiteral<"audition">;
|
|
4328
|
+
auditionId: z.ZodString;
|
|
4329
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4330
|
+
kind: z.ZodLiteral<"auditionEntry">;
|
|
4331
|
+
auditionId: z.ZodString;
|
|
4332
|
+
auditionEntryId: z.ZodString;
|
|
4333
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4334
|
+
kind: z.ZodLiteral<"guildInviteMessage">;
|
|
4335
|
+
channelId: z.ZodString;
|
|
4336
|
+
messageId: z.ZodString;
|
|
4337
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4338
|
+
kind: z.ZodLiteral<"chatAttachment">;
|
|
4339
|
+
channelId: z.ZodString;
|
|
4340
|
+
messageId: z.ZodString;
|
|
4341
|
+
attachmentId: z.ZodString;
|
|
4342
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4343
|
+
kind: z.ZodLiteral<"url">;
|
|
4344
|
+
url: z.ZodString;
|
|
4345
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4346
|
+
kind: z.ZodLiteral<"additionalText">;
|
|
4347
|
+
textRef: z.ZodString;
|
|
4348
|
+
}, z.core.$strict>], "kind">;
|
|
4349
|
+
allegationReason: z.ZodString;
|
|
4350
|
+
status: z.ZodEnum<{
|
|
4351
|
+
received: "received";
|
|
4352
|
+
linked: "linked";
|
|
4353
|
+
dismissed: "dismissed";
|
|
4354
|
+
escalated: "escalated";
|
|
4355
|
+
}>;
|
|
4356
|
+
}, z.core.$strict>;
|
|
4357
|
+
readonly 'takeItDownRequests/{requestId}': z.ZodObject<{
|
|
4358
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
4359
|
+
requestId: z.ZodString;
|
|
4360
|
+
caseId: z.ZodOptional<z.ZodString>;
|
|
4361
|
+
requesterRole: z.ZodEnum<{
|
|
4362
|
+
depictedPerson: "depictedPerson";
|
|
4363
|
+
authorizedRepresentative: "authorizedRepresentative";
|
|
4364
|
+
}>;
|
|
4365
|
+
targetLocatorSummary: z.ZodObject<{
|
|
4366
|
+
kind: z.ZodEnum<{
|
|
4367
|
+
username: "username";
|
|
4368
|
+
audition: "audition";
|
|
4369
|
+
mediaAsset: "mediaAsset";
|
|
4370
|
+
hallItem: "hallItem";
|
|
4371
|
+
squarePost: "squarePost";
|
|
4372
|
+
profileImage: "profileImage";
|
|
4373
|
+
craftSkill: "craftSkill";
|
|
4374
|
+
commissionListing: "commissionListing";
|
|
4375
|
+
auditionEntry: "auditionEntry";
|
|
4376
|
+
guildInviteMessage: "guildInviteMessage";
|
|
4377
|
+
chatAttachment: "chatAttachment";
|
|
4378
|
+
url: "url";
|
|
4379
|
+
additionalText: "additionalText";
|
|
4380
|
+
}>;
|
|
4381
|
+
surfaceLabel: z.ZodString;
|
|
4382
|
+
hasResolvedTarget: z.ZodBoolean;
|
|
4383
|
+
}, z.core.$strict>;
|
|
4384
|
+
receivedAt: z.ZodNumber;
|
|
4385
|
+
completenessStatus: z.ZodEnum<{
|
|
4386
|
+
incomplete: "incomplete";
|
|
4387
|
+
complete: "complete";
|
|
4388
|
+
}>;
|
|
4389
|
+
validityStatus: z.ZodEnum<{
|
|
4390
|
+
pending: "pending";
|
|
4391
|
+
valid: "valid";
|
|
4392
|
+
invalid: "invalid";
|
|
4393
|
+
unableToLocate: "unableToLocate";
|
|
4394
|
+
}>;
|
|
4395
|
+
invalidReasonCode: z.ZodOptional<z.ZodEnum<{
|
|
4396
|
+
missingSignature: "missingSignature";
|
|
4397
|
+
missingLocator: "missingLocator";
|
|
4398
|
+
missingNonconsentStatement: "missingNonconsentStatement";
|
|
4399
|
+
missingContactInformation: "missingContactInformation";
|
|
4400
|
+
requesterNotDepictedPersonOrAuthorizedRepresentative: "requesterNotDepictedPersonOrAuthorizedRepresentative";
|
|
4401
|
+
authorityNotEstablished: "authorityNotEstablished";
|
|
4402
|
+
locatorNotResolvableAfterReasonableEffort: "locatorNotResolvableAfterReasonableEffort";
|
|
4403
|
+
requestOutsideCoveredDepiction: "requestOutsideCoveredDepiction";
|
|
4404
|
+
duplicateSuperseded: "duplicateSuperseded";
|
|
4405
|
+
fraudulentOrBadFaith: "fraudulentOrBadFaith";
|
|
4406
|
+
otherCounselApproved: "otherCounselApproved";
|
|
4407
|
+
}>>;
|
|
4408
|
+
completenessDeterminedAt: z.ZodOptional<z.ZodNumber>;
|
|
4409
|
+
validityDeterminedAt: z.ZodOptional<z.ZodNumber>;
|
|
4410
|
+
completedBySubmissionId: z.ZodOptional<z.ZodString>;
|
|
4411
|
+
validRequestReceivedAt: z.ZodOptional<z.ZodNumber>;
|
|
4412
|
+
removalDeadlineAt: z.ZodOptional<z.ZodNumber>;
|
|
4413
|
+
publicStatus: z.ZodEnum<{
|
|
4414
|
+
completed: "completed";
|
|
4415
|
+
unableToLocate: "unableToLocate";
|
|
4416
|
+
received: "received";
|
|
4417
|
+
needsMoreInfo: "needsMoreInfo";
|
|
4418
|
+
validInProgress: "validInProgress";
|
|
4419
|
+
invalidGeneralReason: "invalidGeneralReason";
|
|
4420
|
+
appealedCorrected: "appealedCorrected";
|
|
4421
|
+
}>;
|
|
4422
|
+
statusTokenHash: z.ZodString;
|
|
4423
|
+
statusTokenVersion: z.ZodNumber;
|
|
4424
|
+
statusTokenRevokedAt: z.ZodOptional<z.ZodNumber>;
|
|
4425
|
+
statusTokenExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
4426
|
+
requestClosedAt: z.ZodOptional<z.ZodNumber>;
|
|
4427
|
+
removalCompletionAt: z.ZodOptional<z.ZodNumber>;
|
|
4428
|
+
verifiedRemovalNoticeSentAt: z.ZodOptional<z.ZodNumber>;
|
|
4429
|
+
appealWindowStartsAt: z.ZodOptional<z.ZodNumber>;
|
|
4430
|
+
finalClosedAt: z.ZodOptional<z.ZodNumber>;
|
|
4431
|
+
removalCompletionOutcome: z.ZodOptional<z.ZodEnum<{
|
|
4432
|
+
completed: "completed";
|
|
4433
|
+
completedWithApprovedException: "completedWithApprovedException";
|
|
4434
|
+
unableToComplete: "unableToComplete";
|
|
4435
|
+
}>>;
|
|
4436
|
+
createdAt: z.ZodNumber;
|
|
4437
|
+
updatedAt: z.ZodNumber;
|
|
4438
|
+
}, z.core.$strict>;
|
|
4439
|
+
readonly 'takeItDownRequests/{requestId}/private/requester': z.ZodObject<{
|
|
4440
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
4441
|
+
requesterName: z.ZodString;
|
|
4442
|
+
contactEmail: z.ZodString;
|
|
4443
|
+
contactPhone: z.ZodOptional<z.ZodString>;
|
|
4444
|
+
electronicSignature: z.ZodObject<{
|
|
4445
|
+
signedName: z.ZodString;
|
|
4446
|
+
signedAt: z.ZodNumber;
|
|
4447
|
+
signatureMethod: z.ZodEnum<{
|
|
4448
|
+
typedName: "typedName";
|
|
4449
|
+
drawnSignature: "drawnSignature";
|
|
4450
|
+
}>;
|
|
4451
|
+
}, z.core.$strict>;
|
|
4452
|
+
authorizedRepresentative: z.ZodOptional<z.ZodObject<{
|
|
4453
|
+
representedPersonName: z.ZodString;
|
|
4454
|
+
authorityBasis: z.ZodString;
|
|
4455
|
+
authorityEvidenceRef: z.ZodOptional<z.ZodString>;
|
|
4456
|
+
}, z.core.$strict>>;
|
|
4457
|
+
nonconsentStatement: z.ZodString;
|
|
4458
|
+
supportingFacts: z.ZodString;
|
|
4459
|
+
goodFaithCertification: z.ZodBoolean;
|
|
4460
|
+
accuracyCertification: z.ZodOptional<z.ZodBoolean>;
|
|
4461
|
+
authorityCertification: z.ZodOptional<z.ZodBoolean>;
|
|
4462
|
+
createdAt: z.ZodNumber;
|
|
4463
|
+
updatedAt: z.ZodNumber;
|
|
4464
|
+
}, z.core.$strict>;
|
|
4465
|
+
readonly 'takeItDownRequests/{requestId}/submissions/{submissionId}': z.ZodObject<{
|
|
4466
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
4467
|
+
submissionId: z.ZodString;
|
|
4468
|
+
sequence: z.ZodNumber;
|
|
4469
|
+
receivedAt: z.ZodNumber;
|
|
4470
|
+
suppliedFieldCodes: z.ZodArray<z.ZodEnum<{
|
|
4471
|
+
requesterName: "requesterName";
|
|
4472
|
+
contactEmail: "contactEmail";
|
|
4473
|
+
contactPhone: "contactPhone";
|
|
4474
|
+
requesterRole: "requesterRole";
|
|
4475
|
+
electronicSignature: "electronicSignature";
|
|
4476
|
+
authorityBasis: "authorityBasis";
|
|
4477
|
+
authorityEvidence: "authorityEvidence";
|
|
4478
|
+
targetLocator: "targetLocator";
|
|
4479
|
+
nonconsentStatement: "nonconsentStatement";
|
|
4480
|
+
supportingFacts: "supportingFacts";
|
|
4481
|
+
goodFaithCertification: "goodFaithCertification";
|
|
4482
|
+
}>>;
|
|
4483
|
+
evidenceIds: z.ZodArray<z.ZodString>;
|
|
4484
|
+
cumulativeRequestSnapshotHash: z.ZodString;
|
|
4485
|
+
cumulativeCompleteness: z.ZodEnum<{
|
|
4486
|
+
incomplete: "incomplete";
|
|
4487
|
+
complete: "complete";
|
|
4488
|
+
}>;
|
|
4489
|
+
firstCompletedRequest: z.ZodBoolean;
|
|
4490
|
+
supersedesSubmissionId: z.ZodOptional<z.ZodString>;
|
|
4491
|
+
createdBy: z.ZodEnum<{
|
|
4492
|
+
system: "system";
|
|
4493
|
+
requester: "requester";
|
|
4494
|
+
operator: "operator";
|
|
4495
|
+
}>;
|
|
4496
|
+
}, z.core.$strict>;
|
|
4497
|
+
readonly 'takeItDownRequests/{requestId}/validityDecisions/{decisionId}': z.ZodObject<{
|
|
4498
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
4499
|
+
decisionId: z.ZodString;
|
|
4500
|
+
requestId: z.ZodString;
|
|
4501
|
+
result: z.ZodEnum<{
|
|
4502
|
+
valid: "valid";
|
|
4503
|
+
invalid: "invalid";
|
|
4504
|
+
unableToLocate: "unableToLocate";
|
|
4505
|
+
}>;
|
|
4506
|
+
basisSubmissionIds: z.ZodArray<z.ZodString>;
|
|
4507
|
+
validFromSubmissionId: z.ZodOptional<z.ZodString>;
|
|
4508
|
+
validRequestReceivedAt: z.ZodOptional<z.ZodNumber>;
|
|
4509
|
+
reasonCode: z.ZodOptional<z.ZodEnum<{
|
|
4510
|
+
missingSignature: "missingSignature";
|
|
4511
|
+
missingLocator: "missingLocator";
|
|
4512
|
+
missingNonconsentStatement: "missingNonconsentStatement";
|
|
4513
|
+
missingContactInformation: "missingContactInformation";
|
|
4514
|
+
requesterNotDepictedPersonOrAuthorizedRepresentative: "requesterNotDepictedPersonOrAuthorizedRepresentative";
|
|
4515
|
+
authorityNotEstablished: "authorityNotEstablished";
|
|
4516
|
+
locatorNotResolvableAfterReasonableEffort: "locatorNotResolvableAfterReasonableEffort";
|
|
4517
|
+
requestOutsideCoveredDepiction: "requestOutsideCoveredDepiction";
|
|
4518
|
+
duplicateSuperseded: "duplicateSuperseded";
|
|
4519
|
+
fraudulentOrBadFaith: "fraudulentOrBadFaith";
|
|
4520
|
+
otherCounselApproved: "otherCounselApproved";
|
|
4521
|
+
}>>;
|
|
4522
|
+
rationaleRef: z.ZodString;
|
|
4523
|
+
decidedByUid: z.ZodString;
|
|
4524
|
+
decidedAt: z.ZodNumber;
|
|
4525
|
+
}, z.core.$strict>;
|
|
4526
|
+
readonly 'takeItDownRequests/{requestId}/actions/{actionId}': z.ZodObject<{
|
|
4527
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
4528
|
+
actionId: z.ZodString;
|
|
4529
|
+
at: z.ZodNumber;
|
|
4530
|
+
actorId: z.ZodString;
|
|
4531
|
+
capability: z.ZodEnum<{
|
|
4532
|
+
nciiRequestReviewer: "nciiRequestReviewer";
|
|
4533
|
+
nciiEvidenceReviewer: "nciiEvidenceReviewer";
|
|
4534
|
+
nciiAppealReviewer: "nciiAppealReviewer";
|
|
4535
|
+
childSafetyReviewer: "childSafetyReviewer";
|
|
4536
|
+
legalDispositionAuthority: "legalDispositionAuthority";
|
|
4537
|
+
}>;
|
|
4538
|
+
actionType: z.ZodEnum<{
|
|
4539
|
+
intakeReceived: "intakeReceived";
|
|
4540
|
+
completenessDecided: "completenessDecided";
|
|
4541
|
+
validityDecided: "validityDecided";
|
|
4542
|
+
tempHoldPlaced: "tempHoldPlaced";
|
|
4543
|
+
tempHoldReleased: "tempHoldReleased";
|
|
4544
|
+
removalStarted: "removalStarted";
|
|
4545
|
+
removalCompleted: "removalCompleted";
|
|
4546
|
+
uploaderNoticeSent: "uploaderNoticeSent";
|
|
4547
|
+
uploaderNoticeDelayed: "uploaderNoticeDelayed";
|
|
4548
|
+
uploaderNoticeNotApplicable: "uploaderNoticeNotApplicable";
|
|
4549
|
+
uploaderNoticeSuppressed: "uploaderNoticeSuppressed";
|
|
4550
|
+
appealReceived: "appealReceived";
|
|
4551
|
+
appealDecided: "appealDecided";
|
|
4552
|
+
contentReinstated: "contentReinstated";
|
|
4553
|
+
hashBlockReversed: "hashBlockReversed";
|
|
4554
|
+
childSafetyCaseLinked: "childSafetyCaseLinked";
|
|
4555
|
+
legalDispositionRecorded: "legalDispositionRecorded";
|
|
4556
|
+
}>;
|
|
4557
|
+
result: z.ZodEnum<{
|
|
4558
|
+
succeeded: "succeeded";
|
|
4559
|
+
failed: "failed";
|
|
4560
|
+
deferred: "deferred";
|
|
4561
|
+
rejected: "rejected";
|
|
4562
|
+
}>;
|
|
4563
|
+
summary: z.ZodString;
|
|
4564
|
+
detailRef: z.ZodString;
|
|
4565
|
+
}, z.core.$strict>;
|
|
4566
|
+
readonly 'takeItDownRequests/{requestId}/statusProjection/current': z.ZodObject<{
|
|
4567
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
4568
|
+
requestReference: z.ZodString;
|
|
4569
|
+
publicStatus: z.ZodEnum<{
|
|
4570
|
+
completed: "completed";
|
|
4571
|
+
unableToLocate: "unableToLocate";
|
|
4572
|
+
received: "received";
|
|
4573
|
+
needsMoreInfo: "needsMoreInfo";
|
|
4574
|
+
validInProgress: "validInProgress";
|
|
4575
|
+
invalidGeneralReason: "invalidGeneralReason";
|
|
4576
|
+
appealedCorrected: "appealedCorrected";
|
|
4577
|
+
}>;
|
|
4578
|
+
publicReasonCode: z.ZodOptional<z.ZodEnum<{
|
|
4579
|
+
needMoreInformation: "needMoreInformation";
|
|
4580
|
+
couldNotVerifyRequesterRole: "couldNotVerifyRequesterRole";
|
|
4581
|
+
couldNotLocateContent: "couldNotLocateContent";
|
|
4582
|
+
outsideCoveredScope: "outsideCoveredScope";
|
|
4583
|
+
duplicateOfExistingRequest: "duplicateOfExistingRequest";
|
|
4584
|
+
removedSuccessfully: "removedSuccessfully";
|
|
4585
|
+
underReview: "underReview";
|
|
4586
|
+
closedSeeNotice: "closedSeeNotice";
|
|
4587
|
+
}>>;
|
|
4588
|
+
missingFieldCodes: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4589
|
+
requesterName: "requesterName";
|
|
4590
|
+
contactEmail: "contactEmail";
|
|
4591
|
+
contactPhone: "contactPhone";
|
|
4592
|
+
requesterRole: "requesterRole";
|
|
4593
|
+
electronicSignature: "electronicSignature";
|
|
4594
|
+
authorityBasis: "authorityBasis";
|
|
4595
|
+
authorityEvidence: "authorityEvidence";
|
|
4596
|
+
targetLocator: "targetLocator";
|
|
4597
|
+
nonconsentStatement: "nonconsentStatement";
|
|
4598
|
+
supportingFacts: "supportingFacts";
|
|
4599
|
+
goodFaithCertification: "goodFaithCertification";
|
|
4600
|
+
}>>>;
|
|
4601
|
+
nextAction: z.ZodOptional<z.ZodEnum<{
|
|
4602
|
+
none: "none";
|
|
4603
|
+
submitSupplement: "submitSupplement";
|
|
4604
|
+
checkLater: "checkLater";
|
|
4605
|
+
appealAvailable: "appealAvailable";
|
|
4606
|
+
}>>;
|
|
4607
|
+
removalDeadlineAt: z.ZodOptional<z.ZodNumber>;
|
|
4608
|
+
updatedAt: z.ZodNumber;
|
|
4609
|
+
}, z.core.$strict>;
|
|
4610
|
+
readonly 'takeItDownRequests/{requestId}/evidence/{evidenceId}': z.ZodObject<{
|
|
4611
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
4612
|
+
evidenceId: z.ZodString;
|
|
4613
|
+
requestId: z.ZodString;
|
|
4614
|
+
uploadContext: z.ZodLiteral<"takeItDownEvidence">;
|
|
4615
|
+
submitterUid: z.ZodOptional<z.ZodString>;
|
|
4616
|
+
bucket: z.ZodString;
|
|
4617
|
+
key: z.ZodString;
|
|
4618
|
+
generation: z.ZodString;
|
|
4619
|
+
contentType: z.ZodString;
|
|
4620
|
+
sizeBytes: z.ZodNumber;
|
|
4621
|
+
sha256: z.ZodString;
|
|
4622
|
+
md5: z.ZodString;
|
|
4623
|
+
capturedAt: z.ZodNumber;
|
|
4624
|
+
createdAt: z.ZodNumber;
|
|
4625
|
+
}, z.core.$strict>;
|
|
4626
|
+
readonly 'nciiCases/{caseId}': z.ZodObject<{
|
|
4627
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
4628
|
+
caseId: z.ZodString;
|
|
4629
|
+
revision: z.ZodNumber;
|
|
4630
|
+
lane: z.ZodEnum<{
|
|
4631
|
+
ncii: "ncii";
|
|
4632
|
+
likeness: "likeness";
|
|
4633
|
+
}>;
|
|
4634
|
+
internalStatus: z.ZodEnum<{
|
|
4635
|
+
open: "open";
|
|
4636
|
+
rejected: "rejected";
|
|
4637
|
+
removed: "removed";
|
|
4638
|
+
removalInProgress: "removalInProgress";
|
|
4639
|
+
appealPending: "appealPending";
|
|
4640
|
+
reinstated: "reinstated";
|
|
4641
|
+
closed: "closed";
|
|
4642
|
+
}>;
|
|
4643
|
+
childSafetyLinkStatus: z.ZodEnum<{
|
|
4644
|
+
none: "none";
|
|
4645
|
+
assessmentPending: "assessmentPending";
|
|
4646
|
+
linked: "linked";
|
|
4647
|
+
resolvedNoChildSafetyCase: "resolvedNoChildSafetyCase";
|
|
4648
|
+
}>;
|
|
4649
|
+
crossover: z.ZodObject<{
|
|
4650
|
+
minorAssessment: z.ZodEnum<{
|
|
4651
|
+
unknown: "unknown";
|
|
4652
|
+
adult: "adult";
|
|
4653
|
+
possibleMinor: "possibleMinor";
|
|
4654
|
+
confirmedMinor: "confirmedMinor";
|
|
4655
|
+
}>;
|
|
4656
|
+
csamAssessment: z.ZodEnum<{
|
|
4657
|
+
notAssessed: "notAssessed";
|
|
4658
|
+
notApparent: "notApparent";
|
|
4659
|
+
apparentViolation: "apparentViolation";
|
|
4660
|
+
validatedHashMatch: "validatedHashMatch";
|
|
4661
|
+
}>;
|
|
4662
|
+
childSafetyCaseId: z.ZodOptional<z.ZodString>;
|
|
4663
|
+
assessedByUid: z.ZodOptional<z.ZodString>;
|
|
4664
|
+
assessedAt: z.ZodOptional<z.ZodNumber>;
|
|
4665
|
+
}, z.core.$strict>;
|
|
4666
|
+
childSafetyCaseId: z.ZodOptional<z.ZodString>;
|
|
4667
|
+
appealState: z.ZodEnum<{
|
|
4668
|
+
underReview: "underReview";
|
|
4669
|
+
none: "none";
|
|
4670
|
+
denied: "denied";
|
|
4671
|
+
submitted: "submitted";
|
|
4672
|
+
granted: "granted";
|
|
4673
|
+
}>;
|
|
4674
|
+
nciiRemovalDeadlineAt: z.ZodOptional<z.ZodNumber>;
|
|
4675
|
+
createdAt: z.ZodNumber;
|
|
4676
|
+
updatedAt: z.ZodNumber;
|
|
4677
|
+
}, z.core.$strict>;
|
|
4678
|
+
readonly 'nciiCases/{caseId}/allegationLinks/{allegationId}': z.ZodObject<{
|
|
4679
|
+
allegationId: z.ZodString;
|
|
4680
|
+
linkedAt: z.ZodNumber;
|
|
4681
|
+
linkedByUid: z.ZodString;
|
|
4682
|
+
}, z.core.$strict>;
|
|
4683
|
+
readonly 'nciiCases/{caseId}/requestLinks/{requestId}': z.ZodObject<{
|
|
4684
|
+
requestId: z.ZodString;
|
|
4685
|
+
linkedAt: z.ZodNumber;
|
|
4686
|
+
linkedByUid: z.ZodString;
|
|
4687
|
+
}, z.core.$strict>;
|
|
4688
|
+
readonly 'nciiCases/{caseId}/removalActions/{actionId}': z.ZodObject<{
|
|
4689
|
+
at: z.ZodNumber;
|
|
4690
|
+
actorId: z.ZodString;
|
|
4691
|
+
surface: z.ZodString;
|
|
4692
|
+
targetItemType: z.ZodString;
|
|
4693
|
+
targetItemId: z.ZodString;
|
|
4694
|
+
method: z.ZodEnum<{
|
|
4695
|
+
tombstone: "tombstone";
|
|
4696
|
+
accountAction: "accountAction";
|
|
4697
|
+
assetBlock: "assetBlock";
|
|
4698
|
+
}>;
|
|
4699
|
+
result: z.ZodString;
|
|
4700
|
+
}, z.core.$strict>;
|
|
4701
|
+
readonly 'nciiCases/{caseId}/blockedHashes/{hashId}': z.ZodObject<{
|
|
4702
|
+
hashId: z.ZodString;
|
|
4703
|
+
algorithm: z.ZodLiteral<"sha256">;
|
|
4704
|
+
digest: z.ZodString;
|
|
4705
|
+
source: z.ZodEnum<{
|
|
4706
|
+
requestEvidence: "requestEvidence";
|
|
4707
|
+
platformOriginal: "platformOriginal";
|
|
4708
|
+
platformCopy: "platformCopy";
|
|
4709
|
+
knownIdenticalCopy: "knownIdenticalCopy";
|
|
4710
|
+
}>;
|
|
4711
|
+
createdAt: z.ZodNumber;
|
|
4712
|
+
createdByUid: z.ZodString;
|
|
4713
|
+
status: z.ZodEnum<{
|
|
4714
|
+
active: "active";
|
|
4715
|
+
reversed: "reversed";
|
|
4716
|
+
}>;
|
|
4717
|
+
reversedAt: z.ZodOptional<z.ZodNumber>;
|
|
4718
|
+
reversedByUid: z.ZodOptional<z.ZodString>;
|
|
4719
|
+
reversalReason: z.ZodOptional<z.ZodString>;
|
|
4720
|
+
}, z.core.$strict>;
|
|
4721
|
+
readonly 'nciiCases/{caseId}/uploaderNotices/{noticeId}': z.ZodObject<{
|
|
4722
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
4723
|
+
noticeId: z.ZodString;
|
|
4724
|
+
caseId: z.ZodString;
|
|
4725
|
+
requestIds: z.ZodArray<z.ZodString>;
|
|
4726
|
+
removalGeneration: z.ZodNumber;
|
|
4727
|
+
recipientSnapshot: z.ZodObject<{
|
|
4728
|
+
uid: z.ZodString;
|
|
4729
|
+
deliveryAddressRef: z.ZodString;
|
|
4730
|
+
capturedAt: z.ZodNumber;
|
|
4731
|
+
}, z.core.$strict>;
|
|
4732
|
+
channel: z.ZodEnum<{
|
|
4733
|
+
email: "email";
|
|
4734
|
+
inApp: "inApp";
|
|
4735
|
+
}>;
|
|
4736
|
+
templateId: z.ZodString;
|
|
4737
|
+
templateVersion: z.ZodNumber;
|
|
4738
|
+
status: z.ZodEnum<{
|
|
4739
|
+
pending: "pending";
|
|
4740
|
+
sent: "sent";
|
|
4741
|
+
delayed: "delayed";
|
|
4742
|
+
suppressed: "suppressed";
|
|
4743
|
+
notApplicable: "notApplicable";
|
|
4744
|
+
}>;
|
|
4745
|
+
suppressionReason: z.ZodOptional<z.ZodEnum<{
|
|
4746
|
+
victimSafetyRisk: "victimSafetyRisk";
|
|
4747
|
+
retaliationRisk: "retaliationRisk";
|
|
4748
|
+
extortionRisk: "extortionRisk";
|
|
4749
|
+
lawEnforcementRequest: "lawEnforcementRequest";
|
|
4750
|
+
childSafetyInvestigation: "childSafetyInvestigation";
|
|
4751
|
+
evidencePreservationRisk: "evidencePreservationRisk";
|
|
4752
|
+
legalRestriction: "legalRestriction";
|
|
4753
|
+
otherApproved: "otherApproved";
|
|
4754
|
+
}>>;
|
|
4755
|
+
rationaleRef: z.ZodOptional<z.ZodString>;
|
|
4756
|
+
decidedByUid: z.ZodOptional<z.ZodString>;
|
|
4757
|
+
delayedUntil: z.ZodOptional<z.ZodNumber>;
|
|
4758
|
+
idempotencyKey: z.ZodString;
|
|
4759
|
+
command: z.ZodObject<{
|
|
4760
|
+
commandId: z.ZodString;
|
|
4761
|
+
attemptCount: z.ZodNumber;
|
|
4762
|
+
nextAttemptAt: z.ZodOptional<z.ZodNumber>;
|
|
4763
|
+
leaseOwner: z.ZodOptional<z.ZodString>;
|
|
4764
|
+
leaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
4765
|
+
lastErrorCode: z.ZodOptional<z.ZodString>;
|
|
4766
|
+
}, z.core.$strict>;
|
|
4767
|
+
verifiedDeliveredAt: z.ZodOptional<z.ZodNumber>;
|
|
4768
|
+
createdAt: z.ZodNumber;
|
|
4769
|
+
updatedAt: z.ZodNumber;
|
|
4770
|
+
}, z.core.$strict>;
|
|
4771
|
+
readonly 'nciiCases/{caseId}/uploaderNotices/{noticeId}/attempts/{attemptId}': z.ZodObject<{
|
|
4772
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
4773
|
+
attemptId: z.ZodString;
|
|
4774
|
+
at: z.ZodNumber;
|
|
4775
|
+
channel: z.ZodEnum<{
|
|
4776
|
+
email: "email";
|
|
4777
|
+
inApp: "inApp";
|
|
4778
|
+
}>;
|
|
4779
|
+
result: z.ZodEnum<{
|
|
4780
|
+
queued: "queued";
|
|
4781
|
+
failed: "failed";
|
|
4782
|
+
deferred: "deferred";
|
|
4783
|
+
sent: "sent";
|
|
4784
|
+
}>;
|
|
4785
|
+
providerRef: z.ZodOptional<z.ZodString>;
|
|
4786
|
+
errorCode: z.ZodOptional<z.ZodString>;
|
|
4787
|
+
}, z.core.$strict>;
|
|
4788
|
+
readonly 'nciiTemporaryHolds/{holdId}': z.ZodObject<{
|
|
4789
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
4790
|
+
holdId: z.ZodString;
|
|
4791
|
+
requestId: z.ZodString;
|
|
4792
|
+
caseId: z.ZodOptional<z.ZodString>;
|
|
4793
|
+
resourceType: z.ZodLiteral<"nciiTemporaryTarget">;
|
|
4794
|
+
safetyHoldRefId: z.ZodString;
|
|
4795
|
+
target: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4796
|
+
kind: z.ZodLiteral<"mediaAsset">;
|
|
4797
|
+
mediaAssetId: z.ZodString;
|
|
4798
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4799
|
+
kind: z.ZodLiteral<"hallItem">;
|
|
4800
|
+
hallItemId: z.ZodString;
|
|
4801
|
+
subItemId: z.ZodOptional<z.ZodString>;
|
|
4802
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4803
|
+
kind: z.ZodLiteral<"squarePost">;
|
|
4804
|
+
postId: z.ZodString;
|
|
4805
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4806
|
+
kind: z.ZodLiteral<"profileImage">;
|
|
4807
|
+
profileUid: z.ZodString;
|
|
4808
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4809
|
+
kind: z.ZodLiteral<"username">;
|
|
4810
|
+
profileUid: z.ZodString;
|
|
4811
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4812
|
+
kind: z.ZodLiteral<"craftSkill">;
|
|
4813
|
+
profileUid: z.ZodString;
|
|
4814
|
+
craftSkillId: z.ZodString;
|
|
4815
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4816
|
+
kind: z.ZodLiteral<"commissionListing">;
|
|
4817
|
+
commissionListingId: z.ZodString;
|
|
4818
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4819
|
+
kind: z.ZodLiteral<"audition">;
|
|
4820
|
+
auditionId: z.ZodString;
|
|
4821
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4822
|
+
kind: z.ZodLiteral<"auditionEntry">;
|
|
4823
|
+
auditionId: z.ZodString;
|
|
4824
|
+
auditionEntryId: z.ZodString;
|
|
4825
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4826
|
+
kind: z.ZodLiteral<"guildInviteMessage">;
|
|
4827
|
+
channelId: z.ZodString;
|
|
4828
|
+
messageId: z.ZodString;
|
|
4829
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4830
|
+
kind: z.ZodLiteral<"chatAttachment">;
|
|
4831
|
+
channelId: z.ZodString;
|
|
4832
|
+
messageId: z.ZodString;
|
|
4833
|
+
attachmentId: z.ZodString;
|
|
4834
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4835
|
+
kind: z.ZodLiteral<"url">;
|
|
4836
|
+
url: z.ZodString;
|
|
4837
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4838
|
+
kind: z.ZodLiteral<"additionalText">;
|
|
4839
|
+
textRef: z.ZodString;
|
|
4840
|
+
}, z.core.$strict>], "kind">;
|
|
4841
|
+
rootLineageRef: z.ZodOptional<z.ZodString>;
|
|
4842
|
+
contentHashes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4843
|
+
ownerUid: z.ZodOptional<z.ZodString>;
|
|
4844
|
+
capturedRevision: z.ZodOptional<z.ZodNumber>;
|
|
4845
|
+
capturedGeneration: z.ZodOptional<z.ZodString>;
|
|
4846
|
+
snapshotRef: z.ZodString;
|
|
4847
|
+
purpose: z.ZodLiteral<"nciiTemporaryPreservation">;
|
|
4848
|
+
createdAt: z.ZodNumber;
|
|
4849
|
+
expiresAt: z.ZodNumber;
|
|
4850
|
+
status: z.ZodEnum<{
|
|
4851
|
+
active: "active";
|
|
4852
|
+
released: "released";
|
|
4853
|
+
extended: "extended";
|
|
4854
|
+
}>;
|
|
4855
|
+
releasedAt: z.ZodOptional<z.ZodNumber>;
|
|
4856
|
+
releaseReason: z.ZodOptional<z.ZodString>;
|
|
4857
|
+
}, z.core.$strict>;
|
|
4858
|
+
readonly 'nciiRemovalJobs/{jobId}': z.ZodObject<{
|
|
4859
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
4860
|
+
jobId: z.ZodString;
|
|
4861
|
+
caseId: z.ZodString;
|
|
4862
|
+
requestId: z.ZodString;
|
|
4863
|
+
generation: z.ZodNumber;
|
|
4864
|
+
phase: z.ZodEnum<{
|
|
4865
|
+
complete: "complete";
|
|
4866
|
+
resolveTargets: "resolveTargets";
|
|
4867
|
+
discoverKnownCopies: "discoverKnownCopies";
|
|
4868
|
+
denyServing: "denyServing";
|
|
4869
|
+
removeOrTombstone: "removeOrTombstone";
|
|
4870
|
+
writeHashBlocks: "writeHashBlocks";
|
|
4871
|
+
verifyRemoval: "verifyRemoval";
|
|
4872
|
+
}>;
|
|
4873
|
+
status: z.ZodEnum<{
|
|
4874
|
+
pending: "pending";
|
|
4875
|
+
completed: "completed";
|
|
4876
|
+
retryableFailure: "retryableFailure";
|
|
4877
|
+
deadLetter: "deadLetter";
|
|
4878
|
+
running: "running";
|
|
4879
|
+
}>;
|
|
4880
|
+
cursor: z.ZodOptional<z.ZodObject<{
|
|
4881
|
+
phase: z.ZodEnum<{
|
|
4882
|
+
complete: "complete";
|
|
4883
|
+
resolveTargets: "resolveTargets";
|
|
4884
|
+
discoverKnownCopies: "discoverKnownCopies";
|
|
4885
|
+
denyServing: "denyServing";
|
|
4886
|
+
removeOrTombstone: "removeOrTombstone";
|
|
4887
|
+
writeHashBlocks: "writeHashBlocks";
|
|
4888
|
+
verifyRemoval: "verifyRemoval";
|
|
4889
|
+
}>;
|
|
4890
|
+
lastSurface: z.ZodEnum<{
|
|
4891
|
+
chatAttachment: "chatAttachment";
|
|
4892
|
+
original: "original";
|
|
4893
|
+
hallCopy: "hallCopy";
|
|
4894
|
+
profileMedia: "profileMedia";
|
|
4895
|
+
variant: "variant";
|
|
4896
|
+
cacheServing: "cacheServing";
|
|
4897
|
+
exactHashMatch: "exactHashMatch";
|
|
4898
|
+
}>;
|
|
4899
|
+
lastCursorToken: z.ZodOptional<z.ZodString>;
|
|
4900
|
+
}, z.core.$strict>>;
|
|
4901
|
+
leaseOwner: z.ZodOptional<z.ZodString>;
|
|
4902
|
+
leaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
4903
|
+
attemptCount: z.ZodNumber;
|
|
4904
|
+
nextAttemptAt: z.ZodOptional<z.ZodNumber>;
|
|
4905
|
+
lastErrorCode: z.ZodOptional<z.ZodString>;
|
|
4906
|
+
createdAt: z.ZodNumber;
|
|
4907
|
+
updatedAt: z.ZodNumber;
|
|
4908
|
+
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
4909
|
+
deadLetterAt: z.ZodOptional<z.ZodNumber>;
|
|
4910
|
+
}, z.core.$strict>;
|
|
4911
|
+
readonly 'nciiRemovalJobs/{jobId}/targets/{targetKeyHash}': z.ZodObject<{
|
|
4912
|
+
targetKeyHash: z.ZodString;
|
|
4913
|
+
locator: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4914
|
+
kind: z.ZodLiteral<"mediaAsset">;
|
|
4915
|
+
mediaAssetId: z.ZodString;
|
|
4916
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4917
|
+
kind: z.ZodLiteral<"hallItem">;
|
|
4918
|
+
hallItemId: z.ZodString;
|
|
4919
|
+
subItemId: z.ZodOptional<z.ZodString>;
|
|
4920
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4921
|
+
kind: z.ZodLiteral<"squarePost">;
|
|
4922
|
+
postId: z.ZodString;
|
|
4923
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4924
|
+
kind: z.ZodLiteral<"profileImage">;
|
|
4925
|
+
profileUid: z.ZodString;
|
|
4926
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4927
|
+
kind: z.ZodLiteral<"username">;
|
|
4928
|
+
profileUid: z.ZodString;
|
|
4929
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4930
|
+
kind: z.ZodLiteral<"craftSkill">;
|
|
4931
|
+
profileUid: z.ZodString;
|
|
4932
|
+
craftSkillId: z.ZodString;
|
|
4933
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4934
|
+
kind: z.ZodLiteral<"commissionListing">;
|
|
4935
|
+
commissionListingId: z.ZodString;
|
|
4936
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4937
|
+
kind: z.ZodLiteral<"audition">;
|
|
4938
|
+
auditionId: z.ZodString;
|
|
4939
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4940
|
+
kind: z.ZodLiteral<"auditionEntry">;
|
|
4941
|
+
auditionId: z.ZodString;
|
|
4942
|
+
auditionEntryId: z.ZodString;
|
|
4943
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4944
|
+
kind: z.ZodLiteral<"guildInviteMessage">;
|
|
4945
|
+
channelId: z.ZodString;
|
|
4946
|
+
messageId: z.ZodString;
|
|
4947
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4948
|
+
kind: z.ZodLiteral<"chatAttachment">;
|
|
4949
|
+
channelId: z.ZodString;
|
|
4950
|
+
messageId: z.ZodString;
|
|
4951
|
+
attachmentId: z.ZodString;
|
|
4952
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4953
|
+
kind: z.ZodLiteral<"url">;
|
|
4954
|
+
url: z.ZodString;
|
|
4955
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4956
|
+
kind: z.ZodLiteral<"additionalText">;
|
|
4957
|
+
textRef: z.ZodString;
|
|
4958
|
+
}, z.core.$strict>], "kind">;
|
|
4959
|
+
surface: z.ZodEnum<{
|
|
4960
|
+
chatAttachment: "chatAttachment";
|
|
4961
|
+
original: "original";
|
|
4962
|
+
hallCopy: "hallCopy";
|
|
4963
|
+
profileMedia: "profileMedia";
|
|
4964
|
+
variant: "variant";
|
|
4965
|
+
cacheServing: "cacheServing";
|
|
4966
|
+
exactHashMatch: "exactHashMatch";
|
|
4967
|
+
}>;
|
|
4968
|
+
expectedGeneration: z.ZodOptional<z.ZodNumber>;
|
|
4969
|
+
servingDenyState: z.ZodEnum<{
|
|
4970
|
+
pending: "pending";
|
|
4971
|
+
failed: "failed";
|
|
4972
|
+
denied: "denied";
|
|
4973
|
+
}>;
|
|
4974
|
+
removalState: z.ZodEnum<{
|
|
4975
|
+
pending: "pending";
|
|
4976
|
+
failed: "failed";
|
|
4977
|
+
removed: "removed";
|
|
4978
|
+
tombstoned: "tombstoned";
|
|
4979
|
+
}>;
|
|
4980
|
+
verificationState: z.ZodEnum<{
|
|
4981
|
+
pending: "pending";
|
|
4982
|
+
verifiedGone: "verifiedGone";
|
|
4983
|
+
leftover: "leftover";
|
|
4984
|
+
}>;
|
|
4985
|
+
outcome: z.ZodEnum<{
|
|
4986
|
+
pending: "pending";
|
|
4987
|
+
unableToComplete: "unableToComplete";
|
|
4988
|
+
removed: "removed";
|
|
4989
|
+
tombstoned: "tombstoned";
|
|
4990
|
+
verifiedGone: "verifiedGone";
|
|
4991
|
+
leftoverRetrying: "leftoverRetrying";
|
|
4992
|
+
terminalException: "terminalException";
|
|
4993
|
+
}>;
|
|
4994
|
+
attemptCount: z.ZodNumber;
|
|
4995
|
+
leaseOwner: z.ZodOptional<z.ZodString>;
|
|
4996
|
+
leaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
4997
|
+
lastErrorCode: z.ZodOptional<z.ZodString>;
|
|
4998
|
+
updatedAt: z.ZodNumber;
|
|
4999
|
+
}, z.core.$strict>;
|
|
5000
|
+
readonly 'nciiEvidenceSafetyScans/{scanId}': z.ZodObject<{
|
|
5001
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
5002
|
+
requestId: z.ZodString;
|
|
5003
|
+
evidenceId: z.ZodString;
|
|
5004
|
+
scanId: z.ZodString;
|
|
5005
|
+
commandId: z.ZodString;
|
|
5006
|
+
bucket: z.ZodString;
|
|
5007
|
+
key: z.ZodString;
|
|
5008
|
+
generation: z.ZodString;
|
|
5009
|
+
status: z.ZodEnum<{
|
|
5010
|
+
queued: "queued";
|
|
5011
|
+
retryableFailure: "retryableFailure";
|
|
5012
|
+
notApplicable: "notApplicable";
|
|
5013
|
+
validatedHashMatch: "validatedHashMatch";
|
|
5014
|
+
deadLetter: "deadLetter";
|
|
5015
|
+
running: "running";
|
|
5016
|
+
noHit: "noHit";
|
|
5017
|
+
}>;
|
|
5018
|
+
detectorProvider: z.ZodLiteral<"photoDna">;
|
|
5019
|
+
detectorListVersion: z.ZodOptional<z.ZodString>;
|
|
5020
|
+
detectorSignalId: z.ZodOptional<z.ZodString>;
|
|
5021
|
+
validationReference: z.ZodOptional<z.ZodString>;
|
|
5022
|
+
externalResultFingerprint: z.ZodOptional<z.ZodString>;
|
|
5023
|
+
attemptCount: z.ZodNumber;
|
|
5024
|
+
nextAttemptAt: z.ZodOptional<z.ZodNumber>;
|
|
5025
|
+
lastErrorCode: z.ZodOptional<z.ZodString>;
|
|
5026
|
+
leaseOwner: z.ZodOptional<z.ZodString>;
|
|
5027
|
+
leaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
5028
|
+
deadLetterAt: z.ZodOptional<z.ZodNumber>;
|
|
5029
|
+
replayGeneration: z.ZodNumber;
|
|
5030
|
+
childSafetyCaseId: z.ZodOptional<z.ZodString>;
|
|
5031
|
+
safetyHoldRefId: z.ZodOptional<z.ZodString>;
|
|
5032
|
+
createdAt: z.ZodNumber;
|
|
5033
|
+
updatedAt: z.ZodNumber;
|
|
5034
|
+
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
5035
|
+
}, z.core.$strict>;
|
|
5036
|
+
readonly 'nciiAppeals/{appealId}': z.ZodObject<{
|
|
5037
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
5038
|
+
appealId: z.ZodString;
|
|
5039
|
+
caseId: z.ZodString;
|
|
5040
|
+
requestIds: z.ZodArray<z.ZodString>;
|
|
5041
|
+
appealKind: z.ZodLiteral<"uploaderRemovalAppeal">;
|
|
5042
|
+
removalGeneration: z.ZodNumber;
|
|
5043
|
+
appellantUid: z.ZodString;
|
|
5044
|
+
idempotencyKey: z.ZodString;
|
|
5045
|
+
state: z.ZodEnum<{
|
|
5046
|
+
underReview: "underReview";
|
|
5047
|
+
denied: "denied";
|
|
5048
|
+
submitted: "submitted";
|
|
5049
|
+
granted: "granted";
|
|
5050
|
+
withdrawn: "withdrawn";
|
|
5051
|
+
}>;
|
|
5052
|
+
deadlineAt: z.ZodOptional<z.ZodNumber>;
|
|
5053
|
+
command: z.ZodObject<{
|
|
5054
|
+
commandId: z.ZodString;
|
|
5055
|
+
status: z.ZodEnum<{
|
|
5056
|
+
pending: "pending";
|
|
5057
|
+
deadLetter: "deadLetter";
|
|
5058
|
+
applied: "applied";
|
|
5059
|
+
executing: "executing";
|
|
5060
|
+
}>;
|
|
5061
|
+
attemptCount: z.ZodNumber;
|
|
5062
|
+
nextAttemptAt: z.ZodOptional<z.ZodNumber>;
|
|
5063
|
+
leaseOwner: z.ZodOptional<z.ZodString>;
|
|
5064
|
+
leaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
5065
|
+
lastErrorCode: z.ZodOptional<z.ZodString>;
|
|
5066
|
+
}, z.core.$strict>;
|
|
5067
|
+
createdAt: z.ZodNumber;
|
|
5068
|
+
updatedAt: z.ZodNumber;
|
|
5069
|
+
decidedAt: z.ZodOptional<z.ZodNumber>;
|
|
5070
|
+
}, z.core.$strict>;
|
|
5071
|
+
readonly 'nciiAppeals/{appealId}/submissions/{submissionId}': z.ZodObject<{
|
|
5072
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
5073
|
+
submissionId: z.ZodString;
|
|
5074
|
+
sequence: z.ZodNumber;
|
|
5075
|
+
receivedAt: z.ZodNumber;
|
|
5076
|
+
appellantStatement: z.ZodString;
|
|
5077
|
+
evidenceIds: z.ZodArray<z.ZodString>;
|
|
5078
|
+
createdBy: z.ZodEnum<{
|
|
5079
|
+
operator: "operator";
|
|
5080
|
+
appellant: "appellant";
|
|
5081
|
+
}>;
|
|
5082
|
+
}, z.core.$strict>;
|
|
5083
|
+
readonly 'nciiAppeals/{appealId}/decisions/{decisionId}': z.ZodObject<{
|
|
5084
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
5085
|
+
decisionId: z.ZodString;
|
|
5086
|
+
result: z.ZodEnum<{
|
|
5087
|
+
denied: "denied";
|
|
5088
|
+
granted: "granted";
|
|
5089
|
+
}>;
|
|
5090
|
+
reviewerUid: z.ZodString;
|
|
5091
|
+
capability: z.ZodLiteral<"nciiAppealReviewer">;
|
|
5092
|
+
basisSubmissionIds: z.ZodArray<z.ZodString>;
|
|
5093
|
+
rationaleRef: z.ZodString;
|
|
5094
|
+
decidedAt: z.ZodNumber;
|
|
5095
|
+
}, z.core.$strict>;
|
|
5096
|
+
readonly '_config/app': z.ZodObject<{
|
|
5097
|
+
appVersion: z.ZodString;
|
|
5098
|
+
maintenanceMode: z.ZodBoolean;
|
|
5099
|
+
maintenanceMessage: z.ZodOptional<z.ZodString>;
|
|
5100
|
+
registrationEnabled: z.ZodBoolean;
|
|
5101
|
+
rateLimitMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
5102
|
+
}, z.core.$strip>;
|
|
5103
|
+
readonly '_config/futurePlans': z.ZodObject<{
|
|
5104
|
+
lastUpdated: z.ZodNumber;
|
|
5105
|
+
plans: z.ZodArray<z.ZodObject<{
|
|
5106
|
+
id: z.ZodString;
|
|
5107
|
+
title: z.ZodString;
|
|
5108
|
+
description: z.ZodString;
|
|
5109
|
+
order: z.ZodNumber;
|
|
5110
|
+
videoUrl: z.ZodOptional<z.ZodString>;
|
|
5111
|
+
mediaType: z.ZodOptional<z.ZodEnum<{
|
|
5112
|
+
video: "video";
|
|
5113
|
+
image: "image";
|
|
5114
|
+
audio: "audio";
|
|
5115
|
+
other: "other";
|
|
5116
|
+
}>>;
|
|
5117
|
+
}, z.core.$strip>>;
|
|
5118
|
+
}, z.core.$strip>;
|
|
5119
|
+
readonly '_config/rulesAndAgreements': z.ZodObject<{
|
|
5120
|
+
rules: z.ZodArray<z.ZodObject<{
|
|
5121
|
+
id: z.ZodString;
|
|
5122
|
+
title: z.ZodString;
|
|
5123
|
+
description: z.ZodString;
|
|
5124
|
+
videoUrl: z.ZodOptional<z.ZodString>;
|
|
5125
|
+
group: z.ZodOptional<z.ZodEnum<{
|
|
5126
|
+
workProjectType: "workProjectType";
|
|
5127
|
+
hallWingType: "hallWingType";
|
|
5128
|
+
generic: "generic";
|
|
5129
|
+
workRealm: "workRealm";
|
|
5130
|
+
merchandising: "merchandising";
|
|
5131
|
+
}>>;
|
|
5132
|
+
subgroup: z.ZodOptional<z.ZodEnum<{
|
|
5133
|
+
Tales: "Tales";
|
|
5134
|
+
Tunes: "Tunes";
|
|
5135
|
+
Television: "Television";
|
|
5136
|
+
entertainment: "entertainment";
|
|
5137
|
+
educational: "educational";
|
|
5138
|
+
newsPolitical: "newsPolitical";
|
|
5139
|
+
}>>;
|
|
5140
|
+
order: z.ZodNumber;
|
|
5141
|
+
}, z.core.$strip>>;
|
|
5142
|
+
agreements: z.ZodObject<{
|
|
5143
|
+
tales: z.ZodOptional<z.ZodObject<{
|
|
5144
|
+
points: z.ZodArray<z.ZodString>;
|
|
5145
|
+
videoUrl: z.ZodOptional<z.ZodString>;
|
|
5146
|
+
}, z.core.$strip>>;
|
|
5147
|
+
tunes: z.ZodOptional<z.ZodObject<{
|
|
5148
|
+
points: z.ZodArray<z.ZodString>;
|
|
5149
|
+
videoUrl: z.ZodOptional<z.ZodString>;
|
|
5150
|
+
}, z.core.$strip>>;
|
|
5151
|
+
television: z.ZodOptional<z.ZodObject<{
|
|
5152
|
+
points: z.ZodArray<z.ZodString>;
|
|
5153
|
+
videoUrl: z.ZodOptional<z.ZodString>;
|
|
5154
|
+
}, z.core.$strip>>;
|
|
5155
|
+
}, z.core.$strip>;
|
|
5156
|
+
}, z.core.$strip>;
|
|
5157
|
+
readonly '_config/agePolicy': z.ZodObject<{
|
|
5158
|
+
agePolicyVersion: z.ZodString;
|
|
5159
|
+
registrationGracePeriodMinutes: z.ZodNumber;
|
|
5160
|
+
cleanupSchedule: z.ZodString;
|
|
5161
|
+
ageTokenTtlSeconds: z.ZodNumber;
|
|
5162
|
+
keyRetirementVerificationMinutes: z.ZodNumber;
|
|
5163
|
+
noDeleteOutcomes: z.ZodArray<z.ZodEnum<{
|
|
5164
|
+
completed: "completed";
|
|
5165
|
+
alreadyCompletedSameUid: "alreadyCompletedSameUid";
|
|
5166
|
+
retryableInfrastructureFailure: "retryableInfrastructureFailure";
|
|
5167
|
+
reauthenticationRequired: "reauthenticationRequired";
|
|
5168
|
+
appCheckRetryRequired: "appCheckRetryRequired";
|
|
5169
|
+
nonceExpired: "nonceExpired";
|
|
5170
|
+
nonceUnknown: "nonceUnknown";
|
|
5171
|
+
nonceConsumedDifferentUid: "nonceConsumedDifferentUid";
|
|
5172
|
+
sessionHashMismatch: "sessionHashMismatch";
|
|
5173
|
+
attestationSignatureInvalid: "attestationSignatureInvalid";
|
|
5174
|
+
privateDataConflict: "privateDataConflict";
|
|
5175
|
+
policyVersionRejected: "policyVersionRejected";
|
|
5176
|
+
}>>;
|
|
5177
|
+
terminalDeletableOutcomes: z.ZodArray<z.ZodEnum<{
|
|
5178
|
+
completed: "completed";
|
|
5179
|
+
alreadyCompletedSameUid: "alreadyCompletedSameUid";
|
|
5180
|
+
retryableInfrastructureFailure: "retryableInfrastructureFailure";
|
|
5181
|
+
reauthenticationRequired: "reauthenticationRequired";
|
|
5182
|
+
appCheckRetryRequired: "appCheckRetryRequired";
|
|
5183
|
+
nonceExpired: "nonceExpired";
|
|
5184
|
+
nonceUnknown: "nonceUnknown";
|
|
5185
|
+
nonceConsumedDifferentUid: "nonceConsumedDifferentUid";
|
|
5186
|
+
sessionHashMismatch: "sessionHashMismatch";
|
|
5187
|
+
attestationSignatureInvalid: "attestationSignatureInvalid";
|
|
5188
|
+
privateDataConflict: "privateDataConflict";
|
|
5189
|
+
policyVersionRejected: "policyVersionRejected";
|
|
5190
|
+
}>>;
|
|
5191
|
+
}, z.core.$strict>;
|
|
5192
|
+
readonly '_config/nciiPolicy': z.ZodObject<{
|
|
5193
|
+
policyVersion: z.ZodLiteral<"ncii.2026-06-19.v1">;
|
|
5194
|
+
appealWindowDays: z.ZodNumber;
|
|
5195
|
+
requesterPiiRetentionDays: z.ZodNumber;
|
|
5196
|
+
evidenceRetentionDays: z.ZodNumber;
|
|
5197
|
+
statusTokenRetentionDays: z.ZodNumber;
|
|
5198
|
+
blockedHashRetentionPolicy: z.ZodLiteral<"indefiniteUntilReversed">;
|
|
5199
|
+
allowedEvidenceMimeTypes: z.ZodArray<z.ZodString>;
|
|
5200
|
+
maxEvidenceFileBytes: z.ZodNumber;
|
|
5201
|
+
maxEvidenceFilesPerRequest: z.ZodNumber;
|
|
5202
|
+
maxEvidenceTotalBytesPerRequest: z.ZodNumber;
|
|
5203
|
+
uploadReservationMinutes: z.ZodNumber;
|
|
5204
|
+
abandonedUploadCleanupHours: z.ZodNumber;
|
|
5205
|
+
publicRequestsPerIpPerHour: z.ZodNumber;
|
|
5206
|
+
publicUploadsPerIpPerHour: z.ZodNumber;
|
|
5207
|
+
requestsPerDevicePerDay: z.ZodNumber;
|
|
5208
|
+
tempHoldInitialHours: z.ZodNumber;
|
|
5209
|
+
tempHoldPendingValidityExtensionHours: z.ZodNumber;
|
|
5210
|
+
tempHoldMaxTotalHours: z.ZodNumber;
|
|
5211
|
+
incompleteInvalidReleaseDelayHours: z.ZodNumber;
|
|
5212
|
+
statusTokenEntropyBits: z.ZodNumber;
|
|
5213
|
+
statusTokenTtlDays: z.ZodNumber;
|
|
5214
|
+
idempotencyWindowHours: z.ZodNumber;
|
|
5215
|
+
uploaderRemovalAppealWindowDays: z.ZodNumber;
|
|
5216
|
+
maxEvidenceDecodePixels: z.ZodNumber;
|
|
5217
|
+
maxEvidenceImageDimension: z.ZodNumber;
|
|
5218
|
+
maxEvidenceVideoFrames: z.ZodNumber;
|
|
5219
|
+
maxEvidenceVideoDurationSec: z.ZodNumber;
|
|
5220
|
+
evidenceParserTimeoutSec: z.ZodNumber;
|
|
5221
|
+
evidenceScanCpuBudgetMs: z.ZodNumber;
|
|
5222
|
+
evidenceScanMemoryBudgetMb: z.ZodNumber;
|
|
5223
|
+
rejectArchiveAndPolyglotPayloads: z.ZodBoolean;
|
|
5224
|
+
approvedBy: z.ZodLiteral<"operatorLaunchDefault">;
|
|
5225
|
+
counselApproved: z.ZodBoolean;
|
|
5226
|
+
}, z.core.$strict>;
|
|
5227
|
+
readonly '_config/privilegedReviewerSecurity': z.ZodObject<{
|
|
5228
|
+
requiredSecondFactor: z.ZodLiteral<"passkeyWebAuthn">;
|
|
5229
|
+
privilegedReauthTtlSeconds: z.ZodNumber;
|
|
5230
|
+
privilegedSessionDeviceBound: z.ZodBoolean;
|
|
5231
|
+
twoStepReauthCapabilities: z.ZodArray<z.ZodEnum<{
|
|
5232
|
+
evidenceReveal: "evidenceReveal";
|
|
5233
|
+
ncmecCredentialUse: "ncmecCredentialUse";
|
|
5234
|
+
reinstateContent: "reinstateContent";
|
|
5235
|
+
reverseHashBlock: "reverseHashBlock";
|
|
5236
|
+
legalDisposition: "legalDisposition";
|
|
5237
|
+
falsePositiveCorrection: "falsePositiveCorrection";
|
|
5238
|
+
ncmecManualFallback: "ncmecManualFallback";
|
|
5239
|
+
}>>;
|
|
5240
|
+
recoveryCodeCount: z.ZodNumber;
|
|
5241
|
+
recoveryCodeUse: z.ZodLiteral<"auditedHighSeverity+forcesReenroll+criticalAlarm">;
|
|
5242
|
+
allowPrivilegedSessionRevocation: z.ZodBoolean;
|
|
5243
|
+
everyInvocationAudited: z.ZodBoolean;
|
|
5244
|
+
}, z.core.$strict>;
|
|
5245
|
+
readonly '_config/operatorContinuity': z.ZodObject<{
|
|
5246
|
+
operatorHeartbeatHours: z.ZodNumber;
|
|
5247
|
+
failsafeDisablesNewUploads: z.ZodBoolean;
|
|
5248
|
+
failsafeHoldsAllInFlight: z.ZodBoolean;
|
|
5249
|
+
blockedPendingOperatorSteps: z.ZodArray<z.ZodEnum<{
|
|
5250
|
+
ncmecFiling: "ncmecFiling";
|
|
5251
|
+
appealReview: "appealReview";
|
|
5252
|
+
reinstatementReview: "reinstatementReview";
|
|
5253
|
+
leResponse: "leResponse";
|
|
5254
|
+
}>>;
|
|
5255
|
+
recordDeadlineBreaches: z.ZodBoolean;
|
|
5256
|
+
operatorBackupContacts: z.ZodArray<z.ZodObject<{
|
|
5257
|
+
contactId: z.ZodString;
|
|
5258
|
+
passkeyEnrolled: z.ZodLiteral<true>;
|
|
5259
|
+
capabilities: z.ZodArray<z.ZodString>;
|
|
5260
|
+
trainingAcknowledgedAt: z.ZodNumber;
|
|
5261
|
+
counselConfirmed: z.ZodBoolean;
|
|
5262
|
+
}, z.core.$strict>>;
|
|
5263
|
+
approvedBy: z.ZodLiteral<"operatorLaunchDefault">;
|
|
5264
|
+
counselApproved: z.ZodBoolean;
|
|
5265
|
+
}, z.core.$strict>;
|
|
3433
5266
|
readonly '_systemData/adminList': z.ZodObject<{
|
|
3434
5267
|
admins: z.ZodArray<z.ZodString>;
|
|
3435
5268
|
jrAdmins: z.ZodArray<z.ZodString>;
|