@ttt-productions/ttt-core 0.29.0 → 0.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/doc-schemas/commissions.d.ts +1 -1
- package/dist/doc-schemas/index.d.ts +1 -0
- package/dist/doc-schemas/index.d.ts.map +1 -1
- package/dist/doc-schemas/index.js +1 -0
- package/dist/doc-schemas/index.js.map +1 -1
- package/dist/doc-schemas/media-activation-jobs.d.ts +5 -4
- package/dist/doc-schemas/media-activation-jobs.d.ts.map +1 -1
- package/dist/doc-schemas/media-assets.d.ts +17 -10
- package/dist/doc-schemas/media-assets.d.ts.map +1 -1
- package/dist/doc-schemas/media-assets.js +1 -0
- package/dist/doc-schemas/media-assets.js.map +1 -1
- package/dist/doc-schemas/moderation.d.ts +2 -2
- package/dist/doc-schemas/ncii/allegations.d.ts +8 -0
- package/dist/doc-schemas/ncii/allegations.d.ts.map +1 -1
- package/dist/doc-schemas/ncii/cases.d.ts +1 -1
- package/dist/doc-schemas/ncii/config.d.ts +0 -2
- package/dist/doc-schemas/ncii/config.d.ts.map +1 -1
- package/dist/doc-schemas/ncii/config.js +0 -2
- package/dist/doc-schemas/ncii/config.js.map +1 -1
- package/dist/doc-schemas/ncii/holds.d.ts +8 -0
- package/dist/doc-schemas/ncii/holds.d.ts.map +1 -1
- package/dist/doc-schemas/ncii/removal.d.ts +10 -2
- package/dist/doc-schemas/ncii/removal.d.ts.map +1 -1
- package/dist/doc-schemas/ncii/requests.d.ts +2 -4
- package/dist/doc-schemas/ncii/requests.d.ts.map +1 -1
- package/dist/doc-schemas/ncii/requests.js +0 -1
- package/dist/doc-schemas/ncii/requests.js.map +1 -1
- package/dist/doc-schemas/registry.d.ts +132 -172
- package/dist/doc-schemas/registry.d.ts.map +1 -1
- package/dist/doc-schemas/registry.js +6 -3
- package/dist/doc-schemas/registry.js.map +1 -1
- package/dist/doc-schemas/safety/case-alert.d.ts +20 -0
- package/dist/doc-schemas/safety/case-alert.d.ts.map +1 -0
- package/dist/doc-schemas/safety/case-alert.js +28 -0
- package/dist/doc-schemas/safety/case-alert.js.map +1 -0
- package/dist/doc-schemas/safety/case.d.ts +2 -135
- package/dist/doc-schemas/safety/case.d.ts.map +1 -1
- package/dist/doc-schemas/safety/case.js +0 -61
- package/dist/doc-schemas/safety/case.js.map +1 -1
- package/dist/doc-schemas/safety/evidence.d.ts +4 -2
- package/dist/doc-schemas/safety/evidence.d.ts.map +1 -1
- package/dist/doc-schemas/safety/foundation.d.ts +26 -14
- package/dist/doc-schemas/safety/foundation.d.ts.map +1 -1
- package/dist/doc-schemas/safety/foundation.js +17 -16
- package/dist/doc-schemas/safety/foundation.js.map +1 -1
- package/dist/doc-schemas/safety/holds.d.ts +2 -0
- package/dist/doc-schemas/safety/holds.d.ts.map +1 -1
- package/dist/doc-schemas/safety/report.d.ts +39 -0
- package/dist/doc-schemas/safety/report.d.ts.map +1 -1
- package/dist/doc-schemas/safety/report.js +15 -0
- package/dist/doc-schemas/safety/report.js.map +1 -1
- package/dist/doc-schemas/safety/sagas.d.ts +1 -9
- package/dist/doc-schemas/safety/sagas.d.ts.map +1 -1
- package/dist/doc-schemas/work-project.d.ts +1 -1
- package/dist/media/domain-events-admin.d.ts +2 -2
- package/dist/media/domain-events.d.ts +2 -2
- package/dist/media/file-origin.d.ts +2 -2
- package/dist/media/pending-media.d.ts +50 -50
- package/dist/media/start-upload.d.ts +2 -2
- package/dist/paths/collections.d.ts +4 -2
- package/dist/paths/collections.d.ts.map +1 -1
- package/dist/paths/collections.js +12 -4
- package/dist/paths/collections.js.map +1 -1
- package/dist/paths/path-builders.d.ts +3 -1
- package/dist/paths/path-builders.d.ts.map +1 -1
- package/dist/paths/path-builders.js +6 -2
- package/dist/paths/path-builders.js.map +1 -1
- package/dist/schemas/commissions.d.ts +1 -1
- package/package.json +1 -1
|
@@ -165,8 +165,8 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
165
165
|
}, z.core.$strip>;
|
|
166
166
|
status: z.ZodEnum<{
|
|
167
167
|
published: "published";
|
|
168
|
-
open: "open";
|
|
169
168
|
rejected: "rejected";
|
|
169
|
+
open: "open";
|
|
170
170
|
pendingVerification: "pendingVerification";
|
|
171
171
|
}>;
|
|
172
172
|
guildmateUserIds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
@@ -707,8 +707,8 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
707
707
|
}, z.core.$strip>;
|
|
708
708
|
createdOn: z.ZodNumber;
|
|
709
709
|
status: z.ZodEnum<{
|
|
710
|
-
open: "open";
|
|
711
710
|
rejected: "rejected";
|
|
711
|
+
open: "open";
|
|
712
712
|
invited: "invited";
|
|
713
713
|
accepted: "accepted";
|
|
714
714
|
}>;
|
|
@@ -793,6 +793,7 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
793
793
|
username: "username";
|
|
794
794
|
"craft-skill": "craft-skill";
|
|
795
795
|
"commission-listing": "commission-listing";
|
|
796
|
+
"commission-proposal": "commission-proposal";
|
|
796
797
|
"square-streetz-post": "square-streetz-post";
|
|
797
798
|
"profile-picture": "profile-picture";
|
|
798
799
|
"guild-invite-message": "guild-invite-message";
|
|
@@ -801,6 +802,7 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
801
802
|
audition: "audition";
|
|
802
803
|
"audition-entry": "audition-entry";
|
|
803
804
|
"work-project": "work-project";
|
|
805
|
+
"work-asset": "work-asset";
|
|
804
806
|
"work-realm": "work-realm";
|
|
805
807
|
}>;
|
|
806
808
|
canonicalParentPath: z.ZodString;
|
|
@@ -835,9 +837,17 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
835
837
|
}, z.core.$strict>, z.ZodObject<{
|
|
836
838
|
kind: z.ZodLiteral<"commissionListing">;
|
|
837
839
|
commissionListingId: z.ZodString;
|
|
840
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
841
|
+
kind: z.ZodLiteral<"commissionProposal">;
|
|
842
|
+
commissionListingId: z.ZodString;
|
|
843
|
+
commissionProposalId: z.ZodString;
|
|
838
844
|
}, z.core.$strict>, z.ZodObject<{
|
|
839
845
|
kind: z.ZodLiteral<"workProject">;
|
|
840
846
|
workProjectId: z.ZodString;
|
|
847
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
848
|
+
kind: z.ZodLiteral<"workAsset">;
|
|
849
|
+
workProjectId: z.ZodString;
|
|
850
|
+
workAssetId: z.ZodString;
|
|
841
851
|
}, z.core.$strict>, z.ZodObject<{
|
|
842
852
|
kind: z.ZodLiteral<"workRealm">;
|
|
843
853
|
workRealmId: z.ZodString;
|
|
@@ -889,6 +899,7 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
889
899
|
username: "username";
|
|
890
900
|
"craft-skill": "craft-skill";
|
|
891
901
|
"commission-listing": "commission-listing";
|
|
902
|
+
"commission-proposal": "commission-proposal";
|
|
892
903
|
"square-streetz-post": "square-streetz-post";
|
|
893
904
|
"profile-picture": "profile-picture";
|
|
894
905
|
"guild-invite-message": "guild-invite-message";
|
|
@@ -897,6 +908,7 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
897
908
|
audition: "audition";
|
|
898
909
|
"audition-entry": "audition-entry";
|
|
899
910
|
"work-project": "work-project";
|
|
911
|
+
"work-asset": "work-asset";
|
|
900
912
|
"work-realm": "work-realm";
|
|
901
913
|
}>;
|
|
902
914
|
reason: z.ZodEnum<{
|
|
@@ -920,6 +932,37 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
920
932
|
}>;
|
|
921
933
|
createdAt: z.ZodNumber;
|
|
922
934
|
}, z.core.$strict>;
|
|
935
|
+
readonly 'contentReports/{reportId}/private/snapshot': z.ZodObject<{
|
|
936
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
937
|
+
itemType: z.ZodEnum<{
|
|
938
|
+
username: "username";
|
|
939
|
+
"craft-skill": "craft-skill";
|
|
940
|
+
"commission-listing": "commission-listing";
|
|
941
|
+
"commission-proposal": "commission-proposal";
|
|
942
|
+
"square-streetz-post": "square-streetz-post";
|
|
943
|
+
"profile-picture": "profile-picture";
|
|
944
|
+
"guild-invite-message": "guild-invite-message";
|
|
945
|
+
"guild-chat-message": "guild-chat-message";
|
|
946
|
+
"hall-library-item": "hall-library-item";
|
|
947
|
+
audition: "audition";
|
|
948
|
+
"audition-entry": "audition-entry";
|
|
949
|
+
"work-project": "work-project";
|
|
950
|
+
"work-asset": "work-asset";
|
|
951
|
+
"work-realm": "work-realm";
|
|
952
|
+
}>;
|
|
953
|
+
canonicalItemId: z.ZodString;
|
|
954
|
+
revision: z.ZodNumber;
|
|
955
|
+
contentSummaryRef: z.ZodString;
|
|
956
|
+
contentHashes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
957
|
+
capturedAt: z.ZodNumber;
|
|
958
|
+
}, z.core.$strict>;
|
|
959
|
+
readonly 'contentReports/{reportId}/private/narrative': z.ZodObject<{
|
|
960
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
961
|
+
reportId: z.ZodString;
|
|
962
|
+
reporterUid: z.ZodString;
|
|
963
|
+
text: z.ZodString;
|
|
964
|
+
createdAt: z.ZodNumber;
|
|
965
|
+
}, z.core.$strict>;
|
|
923
966
|
readonly 'activeReportGroups/{groupKey}': z.ZodObject<{
|
|
924
967
|
schemaVersion: z.ZodLiteral<1>;
|
|
925
968
|
groupKey: z.ZodString;
|
|
@@ -927,6 +970,7 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
927
970
|
username: "username";
|
|
928
971
|
"craft-skill": "craft-skill";
|
|
929
972
|
"commission-listing": "commission-listing";
|
|
973
|
+
"commission-proposal": "commission-proposal";
|
|
930
974
|
"square-streetz-post": "square-streetz-post";
|
|
931
975
|
"profile-picture": "profile-picture";
|
|
932
976
|
"guild-invite-message": "guild-invite-message";
|
|
@@ -935,6 +979,7 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
935
979
|
audition: "audition";
|
|
936
980
|
"audition-entry": "audition-entry";
|
|
937
981
|
"work-project": "work-project";
|
|
982
|
+
"work-asset": "work-asset";
|
|
938
983
|
"work-realm": "work-realm";
|
|
939
984
|
}>;
|
|
940
985
|
totalReports: z.ZodNumber;
|
|
@@ -1050,12 +1095,13 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
1050
1095
|
id: z.ZodOptional<z.ZodString>;
|
|
1051
1096
|
userId: z.ZodOptional<z.ZodString>;
|
|
1052
1097
|
fileOrigin: z.ZodOptional<z.ZodEnum<{
|
|
1098
|
+
"commission-proposal": "commission-proposal";
|
|
1053
1099
|
"profile-picture": "profile-picture";
|
|
1054
1100
|
"audition-entry": "audition-entry";
|
|
1101
|
+
"work-asset": "work-asset";
|
|
1055
1102
|
"craft-skill-media": "craft-skill-media";
|
|
1056
1103
|
squareStreetz: "squareStreetz";
|
|
1057
1104
|
"commission-posting": "commission-posting";
|
|
1058
|
-
"commission-proposal": "commission-proposal";
|
|
1059
1105
|
"audition-prompt": "audition-prompt";
|
|
1060
1106
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
1061
1107
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
@@ -1067,7 +1113,6 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
1067
1113
|
"television-episode-photo": "television-episode-photo";
|
|
1068
1114
|
"television-episode-video": "television-episode-video";
|
|
1069
1115
|
"guild-chat-message-attachment": "guild-chat-message-attachment";
|
|
1070
|
-
"work-asset": "work-asset";
|
|
1071
1116
|
"ncii-evidence": "ncii-evidence";
|
|
1072
1117
|
}>>;
|
|
1073
1118
|
originalFileName: z.ZodOptional<z.ZodString>;
|
|
@@ -1253,12 +1298,13 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
1253
1298
|
id: z.ZodString;
|
|
1254
1299
|
userId: z.ZodString;
|
|
1255
1300
|
fileOrigin: z.ZodEnum<{
|
|
1301
|
+
"commission-proposal": "commission-proposal";
|
|
1256
1302
|
"profile-picture": "profile-picture";
|
|
1257
1303
|
"audition-entry": "audition-entry";
|
|
1304
|
+
"work-asset": "work-asset";
|
|
1258
1305
|
"craft-skill-media": "craft-skill-media";
|
|
1259
1306
|
squareStreetz: "squareStreetz";
|
|
1260
1307
|
"commission-posting": "commission-posting";
|
|
1261
|
-
"commission-proposal": "commission-proposal";
|
|
1262
1308
|
"audition-prompt": "audition-prompt";
|
|
1263
1309
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
1264
1310
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
@@ -1270,7 +1316,6 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
1270
1316
|
"television-episode-photo": "television-episode-photo";
|
|
1271
1317
|
"television-episode-video": "television-episode-video";
|
|
1272
1318
|
"guild-chat-message-attachment": "guild-chat-message-attachment";
|
|
1273
|
-
"work-asset": "work-asset";
|
|
1274
1319
|
"ncii-evidence": "ncii-evidence";
|
|
1275
1320
|
}>;
|
|
1276
1321
|
originalFileName: z.ZodString;
|
|
@@ -1299,12 +1344,13 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
1299
1344
|
id: z.ZodString;
|
|
1300
1345
|
userId: z.ZodString;
|
|
1301
1346
|
fileOrigin: z.ZodEnum<{
|
|
1347
|
+
"commission-proposal": "commission-proposal";
|
|
1302
1348
|
"profile-picture": "profile-picture";
|
|
1303
1349
|
"audition-entry": "audition-entry";
|
|
1350
|
+
"work-asset": "work-asset";
|
|
1304
1351
|
"craft-skill-media": "craft-skill-media";
|
|
1305
1352
|
squareStreetz: "squareStreetz";
|
|
1306
1353
|
"commission-posting": "commission-posting";
|
|
1307
|
-
"commission-proposal": "commission-proposal";
|
|
1308
1354
|
"audition-prompt": "audition-prompt";
|
|
1309
1355
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
1310
1356
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
@@ -1316,7 +1362,6 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
1316
1362
|
"television-episode-photo": "television-episode-photo";
|
|
1317
1363
|
"television-episode-video": "television-episode-video";
|
|
1318
1364
|
"guild-chat-message-attachment": "guild-chat-message-attachment";
|
|
1319
|
-
"work-asset": "work-asset";
|
|
1320
1365
|
"ncii-evidence": "ncii-evidence";
|
|
1321
1366
|
}>;
|
|
1322
1367
|
originalFileName: z.ZodString;
|
|
@@ -1430,12 +1475,13 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
1430
1475
|
userId: z.ZodString;
|
|
1431
1476
|
violationId: z.ZodString;
|
|
1432
1477
|
fileOrigin: z.ZodEnum<{
|
|
1478
|
+
"commission-proposal": "commission-proposal";
|
|
1433
1479
|
"profile-picture": "profile-picture";
|
|
1434
1480
|
"audition-entry": "audition-entry";
|
|
1481
|
+
"work-asset": "work-asset";
|
|
1435
1482
|
"craft-skill-media": "craft-skill-media";
|
|
1436
1483
|
squareStreetz: "squareStreetz";
|
|
1437
1484
|
"commission-posting": "commission-posting";
|
|
1438
|
-
"commission-proposal": "commission-proposal";
|
|
1439
1485
|
"audition-prompt": "audition-prompt";
|
|
1440
1486
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
1441
1487
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
@@ -1447,7 +1493,6 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
1447
1493
|
"television-episode-photo": "television-episode-photo";
|
|
1448
1494
|
"television-episode-video": "television-episode-video";
|
|
1449
1495
|
"guild-chat-message-attachment": "guild-chat-message-attachment";
|
|
1450
|
-
"work-asset": "work-asset";
|
|
1451
1496
|
"ncii-evidence": "ncii-evidence";
|
|
1452
1497
|
}>;
|
|
1453
1498
|
pendingMediaId: z.ZodString;
|
|
@@ -1668,12 +1713,13 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
1668
1713
|
id: z.ZodString;
|
|
1669
1714
|
userId: z.ZodString;
|
|
1670
1715
|
fileOrigin: z.ZodEnum<{
|
|
1716
|
+
"commission-proposal": "commission-proposal";
|
|
1671
1717
|
"profile-picture": "profile-picture";
|
|
1672
1718
|
"audition-entry": "audition-entry";
|
|
1719
|
+
"work-asset": "work-asset";
|
|
1673
1720
|
"craft-skill-media": "craft-skill-media";
|
|
1674
1721
|
squareStreetz: "squareStreetz";
|
|
1675
1722
|
"commission-posting": "commission-posting";
|
|
1676
|
-
"commission-proposal": "commission-proposal";
|
|
1677
1723
|
"audition-prompt": "audition-prompt";
|
|
1678
1724
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
1679
1725
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
@@ -1685,7 +1731,6 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
1685
1731
|
"television-episode-photo": "television-episode-photo";
|
|
1686
1732
|
"television-episode-video": "television-episode-video";
|
|
1687
1733
|
"guild-chat-message-attachment": "guild-chat-message-attachment";
|
|
1688
|
-
"work-asset": "work-asset";
|
|
1689
1734
|
"ncii-evidence": "ncii-evidence";
|
|
1690
1735
|
}>;
|
|
1691
1736
|
originalFileName: z.ZodString;
|
|
@@ -1728,12 +1773,13 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
1728
1773
|
id: z.ZodString;
|
|
1729
1774
|
userId: z.ZodString;
|
|
1730
1775
|
fileOrigin: z.ZodEnum<{
|
|
1776
|
+
"commission-proposal": "commission-proposal";
|
|
1731
1777
|
"profile-picture": "profile-picture";
|
|
1732
1778
|
"audition-entry": "audition-entry";
|
|
1779
|
+
"work-asset": "work-asset";
|
|
1733
1780
|
"craft-skill-media": "craft-skill-media";
|
|
1734
1781
|
squareStreetz: "squareStreetz";
|
|
1735
1782
|
"commission-posting": "commission-posting";
|
|
1736
|
-
"commission-proposal": "commission-proposal";
|
|
1737
1783
|
"audition-prompt": "audition-prompt";
|
|
1738
1784
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
1739
1785
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
@@ -1745,7 +1791,6 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
1745
1791
|
"television-episode-photo": "television-episode-photo";
|
|
1746
1792
|
"television-episode-video": "television-episode-video";
|
|
1747
1793
|
"guild-chat-message-attachment": "guild-chat-message-attachment";
|
|
1748
|
-
"work-asset": "work-asset";
|
|
1749
1794
|
"ncii-evidence": "ncii-evidence";
|
|
1750
1795
|
}>;
|
|
1751
1796
|
originalFileName: z.ZodString;
|
|
@@ -1864,12 +1909,13 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
1864
1909
|
userId: z.ZodString;
|
|
1865
1910
|
violationId: z.ZodString;
|
|
1866
1911
|
fileOrigin: z.ZodEnum<{
|
|
1912
|
+
"commission-proposal": "commission-proposal";
|
|
1867
1913
|
"profile-picture": "profile-picture";
|
|
1868
1914
|
"audition-entry": "audition-entry";
|
|
1915
|
+
"work-asset": "work-asset";
|
|
1869
1916
|
"craft-skill-media": "craft-skill-media";
|
|
1870
1917
|
squareStreetz: "squareStreetz";
|
|
1871
1918
|
"commission-posting": "commission-posting";
|
|
1872
|
-
"commission-proposal": "commission-proposal";
|
|
1873
1919
|
"audition-prompt": "audition-prompt";
|
|
1874
1920
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
1875
1921
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
@@ -1881,7 +1927,6 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
1881
1927
|
"television-episode-photo": "television-episode-photo";
|
|
1882
1928
|
"television-episode-video": "television-episode-video";
|
|
1883
1929
|
"guild-chat-message-attachment": "guild-chat-message-attachment";
|
|
1884
|
-
"work-asset": "work-asset";
|
|
1885
1930
|
"ncii-evidence": "ncii-evidence";
|
|
1886
1931
|
}>;
|
|
1887
1932
|
pendingMediaId: z.ZodString;
|
|
@@ -2102,12 +2147,13 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2102
2147
|
id: z.ZodString;
|
|
2103
2148
|
userId: z.ZodString;
|
|
2104
2149
|
fileOrigin: z.ZodEnum<{
|
|
2150
|
+
"commission-proposal": "commission-proposal";
|
|
2105
2151
|
"profile-picture": "profile-picture";
|
|
2106
2152
|
"audition-entry": "audition-entry";
|
|
2153
|
+
"work-asset": "work-asset";
|
|
2107
2154
|
"craft-skill-media": "craft-skill-media";
|
|
2108
2155
|
squareStreetz: "squareStreetz";
|
|
2109
2156
|
"commission-posting": "commission-posting";
|
|
2110
|
-
"commission-proposal": "commission-proposal";
|
|
2111
2157
|
"audition-prompt": "audition-prompt";
|
|
2112
2158
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
2113
2159
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
@@ -2119,7 +2165,6 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2119
2165
|
"television-episode-photo": "television-episode-photo";
|
|
2120
2166
|
"television-episode-video": "television-episode-video";
|
|
2121
2167
|
"guild-chat-message-attachment": "guild-chat-message-attachment";
|
|
2122
|
-
"work-asset": "work-asset";
|
|
2123
2168
|
"ncii-evidence": "ncii-evidence";
|
|
2124
2169
|
}>;
|
|
2125
2170
|
originalFileName: z.ZodString;
|
|
@@ -2233,12 +2278,13 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2233
2278
|
userId: z.ZodString;
|
|
2234
2279
|
violationId: z.ZodString;
|
|
2235
2280
|
fileOrigin: z.ZodEnum<{
|
|
2281
|
+
"commission-proposal": "commission-proposal";
|
|
2236
2282
|
"profile-picture": "profile-picture";
|
|
2237
2283
|
"audition-entry": "audition-entry";
|
|
2284
|
+
"work-asset": "work-asset";
|
|
2238
2285
|
"craft-skill-media": "craft-skill-media";
|
|
2239
2286
|
squareStreetz: "squareStreetz";
|
|
2240
2287
|
"commission-posting": "commission-posting";
|
|
2241
|
-
"commission-proposal": "commission-proposal";
|
|
2242
2288
|
"audition-prompt": "audition-prompt";
|
|
2243
2289
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
2244
2290
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
@@ -2250,7 +2296,6 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2250
2296
|
"television-episode-photo": "television-episode-photo";
|
|
2251
2297
|
"television-episode-video": "television-episode-video";
|
|
2252
2298
|
"guild-chat-message-attachment": "guild-chat-message-attachment";
|
|
2253
|
-
"work-asset": "work-asset";
|
|
2254
2299
|
"ncii-evidence": "ncii-evidence";
|
|
2255
2300
|
}>;
|
|
2256
2301
|
pendingMediaId: z.ZodString;
|
|
@@ -2472,12 +2517,13 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2472
2517
|
id: z.ZodString;
|
|
2473
2518
|
userId: z.ZodString;
|
|
2474
2519
|
fileOrigin: z.ZodEnum<{
|
|
2520
|
+
"commission-proposal": "commission-proposal";
|
|
2475
2521
|
"profile-picture": "profile-picture";
|
|
2476
2522
|
"audition-entry": "audition-entry";
|
|
2523
|
+
"work-asset": "work-asset";
|
|
2477
2524
|
"craft-skill-media": "craft-skill-media";
|
|
2478
2525
|
squareStreetz: "squareStreetz";
|
|
2479
2526
|
"commission-posting": "commission-posting";
|
|
2480
|
-
"commission-proposal": "commission-proposal";
|
|
2481
2527
|
"audition-prompt": "audition-prompt";
|
|
2482
2528
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
2483
2529
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
@@ -2489,7 +2535,6 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2489
2535
|
"television-episode-photo": "television-episode-photo";
|
|
2490
2536
|
"television-episode-video": "television-episode-video";
|
|
2491
2537
|
"guild-chat-message-attachment": "guild-chat-message-attachment";
|
|
2492
|
-
"work-asset": "work-asset";
|
|
2493
2538
|
"ncii-evidence": "ncii-evidence";
|
|
2494
2539
|
}>;
|
|
2495
2540
|
originalFileName: z.ZodString;
|
|
@@ -2533,12 +2578,13 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2533
2578
|
id: z.ZodString;
|
|
2534
2579
|
userId: z.ZodString;
|
|
2535
2580
|
fileOrigin: z.ZodEnum<{
|
|
2581
|
+
"commission-proposal": "commission-proposal";
|
|
2536
2582
|
"profile-picture": "profile-picture";
|
|
2537
2583
|
"audition-entry": "audition-entry";
|
|
2584
|
+
"work-asset": "work-asset";
|
|
2538
2585
|
"craft-skill-media": "craft-skill-media";
|
|
2539
2586
|
squareStreetz: "squareStreetz";
|
|
2540
2587
|
"commission-posting": "commission-posting";
|
|
2541
|
-
"commission-proposal": "commission-proposal";
|
|
2542
2588
|
"audition-prompt": "audition-prompt";
|
|
2543
2589
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
2544
2590
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
@@ -2550,7 +2596,6 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2550
2596
|
"television-episode-photo": "television-episode-photo";
|
|
2551
2597
|
"television-episode-video": "television-episode-video";
|
|
2552
2598
|
"guild-chat-message-attachment": "guild-chat-message-attachment";
|
|
2553
|
-
"work-asset": "work-asset";
|
|
2554
2599
|
"ncii-evidence": "ncii-evidence";
|
|
2555
2600
|
}>;
|
|
2556
2601
|
originalFileName: z.ZodString;
|
|
@@ -2669,12 +2714,13 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2669
2714
|
userId: z.ZodString;
|
|
2670
2715
|
violationId: z.ZodString;
|
|
2671
2716
|
fileOrigin: z.ZodEnum<{
|
|
2717
|
+
"commission-proposal": "commission-proposal";
|
|
2672
2718
|
"profile-picture": "profile-picture";
|
|
2673
2719
|
"audition-entry": "audition-entry";
|
|
2720
|
+
"work-asset": "work-asset";
|
|
2674
2721
|
"craft-skill-media": "craft-skill-media";
|
|
2675
2722
|
squareStreetz: "squareStreetz";
|
|
2676
2723
|
"commission-posting": "commission-posting";
|
|
2677
|
-
"commission-proposal": "commission-proposal";
|
|
2678
2724
|
"audition-prompt": "audition-prompt";
|
|
2679
2725
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
2680
2726
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
@@ -2686,7 +2732,6 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2686
2732
|
"television-episode-photo": "television-episode-photo";
|
|
2687
2733
|
"television-episode-video": "television-episode-video";
|
|
2688
2734
|
"guild-chat-message-attachment": "guild-chat-message-attachment";
|
|
2689
|
-
"work-asset": "work-asset";
|
|
2690
2735
|
"ncii-evidence": "ncii-evidence";
|
|
2691
2736
|
}>;
|
|
2692
2737
|
pendingMediaId: z.ZodString;
|
|
@@ -2908,12 +2953,13 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2908
2953
|
id: z.ZodString;
|
|
2909
2954
|
userId: z.ZodString;
|
|
2910
2955
|
fileOrigin: z.ZodEnum<{
|
|
2956
|
+
"commission-proposal": "commission-proposal";
|
|
2911
2957
|
"profile-picture": "profile-picture";
|
|
2912
2958
|
"audition-entry": "audition-entry";
|
|
2959
|
+
"work-asset": "work-asset";
|
|
2913
2960
|
"craft-skill-media": "craft-skill-media";
|
|
2914
2961
|
squareStreetz: "squareStreetz";
|
|
2915
2962
|
"commission-posting": "commission-posting";
|
|
2916
|
-
"commission-proposal": "commission-proposal";
|
|
2917
2963
|
"audition-prompt": "audition-prompt";
|
|
2918
2964
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
2919
2965
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
@@ -2925,7 +2971,6 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2925
2971
|
"television-episode-photo": "television-episode-photo";
|
|
2926
2972
|
"television-episode-video": "television-episode-video";
|
|
2927
2973
|
"guild-chat-message-attachment": "guild-chat-message-attachment";
|
|
2928
|
-
"work-asset": "work-asset";
|
|
2929
2974
|
"ncii-evidence": "ncii-evidence";
|
|
2930
2975
|
}>;
|
|
2931
2976
|
originalFileName: z.ZodString;
|
|
@@ -2957,12 +3002,13 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2957
3002
|
audio: "audio";
|
|
2958
3003
|
}>;
|
|
2959
3004
|
fileOrigin: z.ZodEnum<{
|
|
3005
|
+
"commission-proposal": "commission-proposal";
|
|
2960
3006
|
"profile-picture": "profile-picture";
|
|
2961
3007
|
"audition-entry": "audition-entry";
|
|
3008
|
+
"work-asset": "work-asset";
|
|
2962
3009
|
"craft-skill-media": "craft-skill-media";
|
|
2963
3010
|
squareStreetz: "squareStreetz";
|
|
2964
3011
|
"commission-posting": "commission-posting";
|
|
2965
|
-
"commission-proposal": "commission-proposal";
|
|
2966
3012
|
"audition-prompt": "audition-prompt";
|
|
2967
3013
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
2968
3014
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
@@ -2974,7 +3020,6 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2974
3020
|
"television-episode-photo": "television-episode-photo";
|
|
2975
3021
|
"television-episode-video": "television-episode-video";
|
|
2976
3022
|
"guild-chat-message-attachment": "guild-chat-message-attachment";
|
|
2977
|
-
"work-asset": "work-asset";
|
|
2978
3023
|
"ncii-evidence": "ncii-evidence";
|
|
2979
3024
|
}>;
|
|
2980
3025
|
ownerType: z.ZodEnum<{
|
|
@@ -2982,14 +3027,15 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2982
3027
|
hallItem: "hallItem";
|
|
2983
3028
|
craftSkill: "craftSkill";
|
|
2984
3029
|
commissionListing: "commissionListing";
|
|
3030
|
+
commissionProposal: "commissionProposal";
|
|
2985
3031
|
workProject: "workProject";
|
|
2986
3032
|
auditionEntry: "auditionEntry";
|
|
2987
3033
|
userProfile: "userProfile";
|
|
2988
3034
|
squareStreetzPost: "squareStreetzPost";
|
|
2989
3035
|
workContent: "workContent";
|
|
2990
|
-
commissionProposal: "commissionProposal";
|
|
2991
3036
|
guildChatAttachment: "guildChatAttachment";
|
|
2992
3037
|
realmFile: "realmFile";
|
|
3038
|
+
safetyEvidence: "safetyEvidence";
|
|
2993
3039
|
}>;
|
|
2994
3040
|
ownerId: z.ZodString;
|
|
2995
3041
|
workProjectId: z.ZodOptional<z.ZodString>;
|
|
@@ -3056,14 +3102,15 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
3056
3102
|
hallItem: "hallItem";
|
|
3057
3103
|
craftSkill: "craftSkill";
|
|
3058
3104
|
commissionListing: "commissionListing";
|
|
3105
|
+
commissionProposal: "commissionProposal";
|
|
3059
3106
|
workProject: "workProject";
|
|
3060
3107
|
auditionEntry: "auditionEntry";
|
|
3061
3108
|
userProfile: "userProfile";
|
|
3062
3109
|
squareStreetzPost: "squareStreetzPost";
|
|
3063
3110
|
workContent: "workContent";
|
|
3064
|
-
commissionProposal: "commissionProposal";
|
|
3065
3111
|
guildChatAttachment: "guildChatAttachment";
|
|
3066
3112
|
realmFile: "realmFile";
|
|
3113
|
+
safetyEvidence: "safetyEvidence";
|
|
3067
3114
|
}>>;
|
|
3068
3115
|
createdFromOwnerId: z.ZodOptional<z.ZodString>;
|
|
3069
3116
|
copyActorUid: z.ZodOptional<z.ZodString>;
|
|
@@ -3072,14 +3119,15 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
3072
3119
|
hallItem: "hallItem";
|
|
3073
3120
|
craftSkill: "craftSkill";
|
|
3074
3121
|
commissionListing: "commissionListing";
|
|
3122
|
+
commissionProposal: "commissionProposal";
|
|
3075
3123
|
workProject: "workProject";
|
|
3076
3124
|
auditionEntry: "auditionEntry";
|
|
3077
3125
|
userProfile: "userProfile";
|
|
3078
3126
|
squareStreetzPost: "squareStreetzPost";
|
|
3079
3127
|
workContent: "workContent";
|
|
3080
|
-
commissionProposal: "commissionProposal";
|
|
3081
3128
|
guildChatAttachment: "guildChatAttachment";
|
|
3082
3129
|
realmFile: "realmFile";
|
|
3130
|
+
safetyEvidence: "safetyEvidence";
|
|
3083
3131
|
}>;
|
|
3084
3132
|
currentOwnerId: z.ZodString;
|
|
3085
3133
|
}, z.core.$strict>>;
|
|
@@ -3140,12 +3188,13 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
3140
3188
|
assetId: z.ZodString;
|
|
3141
3189
|
pendingMediaId: z.ZodString;
|
|
3142
3190
|
fileOrigin: z.ZodEnum<{
|
|
3191
|
+
"commission-proposal": "commission-proposal";
|
|
3143
3192
|
"profile-picture": "profile-picture";
|
|
3144
3193
|
"audition-entry": "audition-entry";
|
|
3194
|
+
"work-asset": "work-asset";
|
|
3145
3195
|
"craft-skill-media": "craft-skill-media";
|
|
3146
3196
|
squareStreetz: "squareStreetz";
|
|
3147
3197
|
"commission-posting": "commission-posting";
|
|
3148
|
-
"commission-proposal": "commission-proposal";
|
|
3149
3198
|
"audition-prompt": "audition-prompt";
|
|
3150
3199
|
"admin-audition-prompt": "admin-audition-prompt";
|
|
3151
3200
|
"hallLibrary-cover-square": "hallLibrary-cover-square";
|
|
@@ -3157,7 +3206,6 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
3157
3206
|
"television-episode-photo": "television-episode-photo";
|
|
3158
3207
|
"television-episode-video": "television-episode-video";
|
|
3159
3208
|
"guild-chat-message-attachment": "guild-chat-message-attachment";
|
|
3160
|
-
"work-asset": "work-asset";
|
|
3161
3209
|
"ncii-evidence": "ncii-evidence";
|
|
3162
3210
|
}>;
|
|
3163
3211
|
authorityVersion: z.ZodNumber;
|
|
@@ -3185,14 +3233,15 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
3185
3233
|
hallItem: "hallItem";
|
|
3186
3234
|
craftSkill: "craftSkill";
|
|
3187
3235
|
commissionListing: "commissionListing";
|
|
3236
|
+
commissionProposal: "commissionProposal";
|
|
3188
3237
|
workProject: "workProject";
|
|
3189
3238
|
auditionEntry: "auditionEntry";
|
|
3190
3239
|
userProfile: "userProfile";
|
|
3191
3240
|
squareStreetzPost: "squareStreetzPost";
|
|
3192
3241
|
workContent: "workContent";
|
|
3193
|
-
commissionProposal: "commissionProposal";
|
|
3194
3242
|
guildChatAttachment: "guildChatAttachment";
|
|
3195
3243
|
realmFile: "realmFile";
|
|
3244
|
+
safetyEvidence: "safetyEvidence";
|
|
3196
3245
|
}>;
|
|
3197
3246
|
ownerId: z.ZodString;
|
|
3198
3247
|
scope: z.ZodNullable<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -3220,10 +3269,10 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
3220
3269
|
updatedAtMs: z.ZodNumber;
|
|
3221
3270
|
}, z.core.$strict>;
|
|
3222
3271
|
publicationKind: z.ZodEnum<{
|
|
3272
|
+
workAsset: "workAsset";
|
|
3223
3273
|
chatAttachment: "chatAttachment";
|
|
3224
3274
|
profilePicture: "profilePicture";
|
|
3225
3275
|
squarePostMedia: "squarePostMedia";
|
|
3226
|
-
workAsset: "workAsset";
|
|
3227
3276
|
hallCover: "hallCover";
|
|
3228
3277
|
workContentMedia: "workContentMedia";
|
|
3229
3278
|
auditionMedia: "auditionMedia";
|
|
@@ -3713,16 +3762,8 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
3713
3762
|
}>;
|
|
3714
3763
|
ncmecStatus: z.ZodEnum<{
|
|
3715
3764
|
queued: "queued";
|
|
3716
|
-
opening: "opening";
|
|
3717
|
-
open: "open";
|
|
3718
|
-
uploading: "uploading";
|
|
3719
|
-
addingFileDetails: "addingFileDetails";
|
|
3720
|
-
finishing: "finishing";
|
|
3721
|
-
completed: "completed";
|
|
3722
|
-
retryableFailure: "retryableFailure";
|
|
3723
|
-
ambiguousResult: "ambiguousResult";
|
|
3724
3765
|
awaitingManualFiling: "awaitingManualFiling";
|
|
3725
|
-
|
|
3766
|
+
completed: "completed";
|
|
3726
3767
|
retracted: "retracted";
|
|
3727
3768
|
}>;
|
|
3728
3769
|
accountActionStatus: z.ZodEnum<{
|
|
@@ -3759,6 +3800,15 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
3759
3800
|
createdAt: z.ZodNumber;
|
|
3760
3801
|
updatedAt: z.ZodNumber;
|
|
3761
3802
|
}, z.core.$strict>;
|
|
3803
|
+
readonly 'activeSafetyCaseAlerts/{caseId}': z.ZodObject<{
|
|
3804
|
+
schemaVersion: z.ZodLiteral<1>;
|
|
3805
|
+
caseId: z.ZodString;
|
|
3806
|
+
caseKind: z.ZodEnum<{
|
|
3807
|
+
childSafety: "childSafety";
|
|
3808
|
+
ncii: "ncii";
|
|
3809
|
+
}>;
|
|
3810
|
+
createdAt: z.ZodNumber;
|
|
3811
|
+
}, z.core.$strict>;
|
|
3762
3812
|
readonly 'childSafetyCases/{caseId}': z.ZodObject<{
|
|
3763
3813
|
schemaVersion: z.ZodLiteral<1>;
|
|
3764
3814
|
caseId: z.ZodString;
|
|
@@ -3855,16 +3905,8 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
3855
3905
|
}>;
|
|
3856
3906
|
state: z.ZodEnum<{
|
|
3857
3907
|
queued: "queued";
|
|
3858
|
-
opening: "opening";
|
|
3859
|
-
open: "open";
|
|
3860
|
-
uploading: "uploading";
|
|
3861
|
-
addingFileDetails: "addingFileDetails";
|
|
3862
|
-
finishing: "finishing";
|
|
3863
|
-
completed: "completed";
|
|
3864
|
-
retryableFailure: "retryableFailure";
|
|
3865
|
-
ambiguousResult: "ambiguousResult";
|
|
3866
3908
|
awaitingManualFiling: "awaitingManualFiling";
|
|
3867
|
-
|
|
3909
|
+
completed: "completed";
|
|
3868
3910
|
retracted: "retracted";
|
|
3869
3911
|
}>;
|
|
3870
3912
|
completionChannel: z.ZodOptional<z.ZodEnum<{
|
|
@@ -3888,106 +3930,6 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
3888
3930
|
ack: "ack";
|
|
3889
3931
|
}>;
|
|
3890
3932
|
}, z.core.$strict>;
|
|
3891
|
-
readonly 'childSafetyCases/{caseId}/ncmecSubmissions/{submissionId}/attempts/{attemptId}': z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3892
|
-
step: z.ZodLiteral<"submit">;
|
|
3893
|
-
ncmecReportId: z.ZodOptional<z.ZodString>;
|
|
3894
|
-
schemaVersion: z.ZodLiteral<1>;
|
|
3895
|
-
attemptId: z.ZodString;
|
|
3896
|
-
submissionId: z.ZodString;
|
|
3897
|
-
caseId: z.ZodString;
|
|
3898
|
-
at: z.ZodNumber;
|
|
3899
|
-
attemptNumber: z.ZodNumber;
|
|
3900
|
-
requestFingerprint: z.ZodString;
|
|
3901
|
-
responseHash: z.ZodOptional<z.ZodString>;
|
|
3902
|
-
responseCode: z.ZodOptional<z.ZodNumber>;
|
|
3903
|
-
outcome: z.ZodEnum<{
|
|
3904
|
-
ok: "ok";
|
|
3905
|
-
retryableError: "retryableError";
|
|
3906
|
-
ambiguous: "ambiguous";
|
|
3907
|
-
permanentError: "permanentError";
|
|
3908
|
-
}>;
|
|
3909
|
-
reconciliation: z.ZodOptional<z.ZodEnum<{
|
|
3910
|
-
none: "none";
|
|
3911
|
-
pendingRequestIdLookup: "pendingRequestIdLookup";
|
|
3912
|
-
reconciledCompleted: "reconciledCompleted";
|
|
3913
|
-
reconciledNotFiled: "reconciledNotFiled";
|
|
3914
|
-
}>>;
|
|
3915
|
-
}, z.core.$strict>, z.ZodObject<{
|
|
3916
|
-
step: z.ZodLiteral<"upload">;
|
|
3917
|
-
ncmecFileId: z.ZodOptional<z.ZodString>;
|
|
3918
|
-
md5: z.ZodOptional<z.ZodString>;
|
|
3919
|
-
localEvidenceItemId: z.ZodOptional<z.ZodString>;
|
|
3920
|
-
schemaVersion: z.ZodLiteral<1>;
|
|
3921
|
-
attemptId: z.ZodString;
|
|
3922
|
-
submissionId: z.ZodString;
|
|
3923
|
-
caseId: z.ZodString;
|
|
3924
|
-
at: z.ZodNumber;
|
|
3925
|
-
attemptNumber: z.ZodNumber;
|
|
3926
|
-
requestFingerprint: z.ZodString;
|
|
3927
|
-
responseHash: z.ZodOptional<z.ZodString>;
|
|
3928
|
-
responseCode: z.ZodOptional<z.ZodNumber>;
|
|
3929
|
-
outcome: z.ZodEnum<{
|
|
3930
|
-
ok: "ok";
|
|
3931
|
-
retryableError: "retryableError";
|
|
3932
|
-
ambiguous: "ambiguous";
|
|
3933
|
-
permanentError: "permanentError";
|
|
3934
|
-
}>;
|
|
3935
|
-
reconciliation: z.ZodOptional<z.ZodEnum<{
|
|
3936
|
-
none: "none";
|
|
3937
|
-
pendingRequestIdLookup: "pendingRequestIdLookup";
|
|
3938
|
-
reconciledCompleted: "reconciledCompleted";
|
|
3939
|
-
reconciledNotFiled: "reconciledNotFiled";
|
|
3940
|
-
}>>;
|
|
3941
|
-
}, z.core.$strict>, z.ZodObject<{
|
|
3942
|
-
step: z.ZodLiteral<"fileinfo">;
|
|
3943
|
-
ncmecFileId: z.ZodOptional<z.ZodString>;
|
|
3944
|
-
fileInfoAccepted: z.ZodOptional<z.ZodBoolean>;
|
|
3945
|
-
schemaVersion: z.ZodLiteral<1>;
|
|
3946
|
-
attemptId: z.ZodString;
|
|
3947
|
-
submissionId: z.ZodString;
|
|
3948
|
-
caseId: z.ZodString;
|
|
3949
|
-
at: z.ZodNumber;
|
|
3950
|
-
attemptNumber: z.ZodNumber;
|
|
3951
|
-
requestFingerprint: z.ZodString;
|
|
3952
|
-
responseHash: z.ZodOptional<z.ZodString>;
|
|
3953
|
-
responseCode: z.ZodOptional<z.ZodNumber>;
|
|
3954
|
-
outcome: z.ZodEnum<{
|
|
3955
|
-
ok: "ok";
|
|
3956
|
-
retryableError: "retryableError";
|
|
3957
|
-
ambiguous: "ambiguous";
|
|
3958
|
-
permanentError: "permanentError";
|
|
3959
|
-
}>;
|
|
3960
|
-
reconciliation: z.ZodOptional<z.ZodEnum<{
|
|
3961
|
-
none: "none";
|
|
3962
|
-
pendingRequestIdLookup: "pendingRequestIdLookup";
|
|
3963
|
-
reconciledCompleted: "reconciledCompleted";
|
|
3964
|
-
reconciledNotFiled: "reconciledNotFiled";
|
|
3965
|
-
}>>;
|
|
3966
|
-
}, z.core.$strict>, z.ZodObject<{
|
|
3967
|
-
step: z.ZodLiteral<"finish">;
|
|
3968
|
-
reportDoneRef: z.ZodOptional<z.ZodString>;
|
|
3969
|
-
schemaVersion: z.ZodLiteral<1>;
|
|
3970
|
-
attemptId: z.ZodString;
|
|
3971
|
-
submissionId: z.ZodString;
|
|
3972
|
-
caseId: z.ZodString;
|
|
3973
|
-
at: z.ZodNumber;
|
|
3974
|
-
attemptNumber: z.ZodNumber;
|
|
3975
|
-
requestFingerprint: z.ZodString;
|
|
3976
|
-
responseHash: z.ZodOptional<z.ZodString>;
|
|
3977
|
-
responseCode: z.ZodOptional<z.ZodNumber>;
|
|
3978
|
-
outcome: z.ZodEnum<{
|
|
3979
|
-
ok: "ok";
|
|
3980
|
-
retryableError: "retryableError";
|
|
3981
|
-
ambiguous: "ambiguous";
|
|
3982
|
-
permanentError: "permanentError";
|
|
3983
|
-
}>;
|
|
3984
|
-
reconciliation: z.ZodOptional<z.ZodEnum<{
|
|
3985
|
-
none: "none";
|
|
3986
|
-
pendingRequestIdLookup: "pendingRequestIdLookup";
|
|
3987
|
-
reconciledCompleted: "reconciledCompleted";
|
|
3988
|
-
reconciledNotFiled: "reconciledNotFiled";
|
|
3989
|
-
}>>;
|
|
3990
|
-
}, z.core.$strict>], "step">;
|
|
3991
3933
|
readonly 'childSafetyCases/{caseId}/legalProcess/{eventId}': z.ZodObject<{
|
|
3992
3934
|
at: z.ZodNumber;
|
|
3993
3935
|
kind: z.ZodEnum<{
|
|
@@ -4121,7 +4063,9 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
4121
4063
|
profileImage: "profileImage";
|
|
4122
4064
|
craftSkill: "craftSkill";
|
|
4123
4065
|
commissionListing: "commissionListing";
|
|
4066
|
+
commissionProposal: "commissionProposal";
|
|
4124
4067
|
workProject: "workProject";
|
|
4068
|
+
workAsset: "workAsset";
|
|
4125
4069
|
auditionEntry: "auditionEntry";
|
|
4126
4070
|
guildInviteMessage: "guildInviteMessage";
|
|
4127
4071
|
chatAttachment: "chatAttachment";
|
|
@@ -4222,14 +4166,15 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
4222
4166
|
hallItem: "hallItem";
|
|
4223
4167
|
craftSkill: "craftSkill";
|
|
4224
4168
|
commissionListing: "commissionListing";
|
|
4169
|
+
commissionProposal: "commissionProposal";
|
|
4225
4170
|
workProject: "workProject";
|
|
4226
4171
|
auditionEntry: "auditionEntry";
|
|
4227
4172
|
userProfile: "userProfile";
|
|
4228
4173
|
squareStreetzPost: "squareStreetzPost";
|
|
4229
4174
|
workContent: "workContent";
|
|
4230
|
-
commissionProposal: "commissionProposal";
|
|
4231
4175
|
guildChatAttachment: "guildChatAttachment";
|
|
4232
4176
|
realmFile: "realmFile";
|
|
4177
|
+
safetyEvidence: "safetyEvidence";
|
|
4233
4178
|
}>>;
|
|
4234
4179
|
createdFromOwnerId: z.ZodOptional<z.ZodString>;
|
|
4235
4180
|
copyActorUid: z.ZodOptional<z.ZodString>;
|
|
@@ -4238,14 +4183,15 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
4238
4183
|
hallItem: "hallItem";
|
|
4239
4184
|
craftSkill: "craftSkill";
|
|
4240
4185
|
commissionListing: "commissionListing";
|
|
4186
|
+
commissionProposal: "commissionProposal";
|
|
4241
4187
|
workProject: "workProject";
|
|
4242
4188
|
auditionEntry: "auditionEntry";
|
|
4243
4189
|
userProfile: "userProfile";
|
|
4244
4190
|
squareStreetzPost: "squareStreetzPost";
|
|
4245
4191
|
workContent: "workContent";
|
|
4246
|
-
commissionProposal: "commissionProposal";
|
|
4247
4192
|
guildChatAttachment: "guildChatAttachment";
|
|
4248
4193
|
realmFile: "realmFile";
|
|
4194
|
+
safetyEvidence: "safetyEvidence";
|
|
4249
4195
|
}>;
|
|
4250
4196
|
currentOwnerId: z.ZodString;
|
|
4251
4197
|
}, z.core.$strict>>;
|
|
@@ -4416,16 +4362,8 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
4416
4362
|
submissionId: z.ZodString;
|
|
4417
4363
|
state: z.ZodEnum<{
|
|
4418
4364
|
queued: "queued";
|
|
4419
|
-
opening: "opening";
|
|
4420
|
-
open: "open";
|
|
4421
|
-
uploading: "uploading";
|
|
4422
|
-
addingFileDetails: "addingFileDetails";
|
|
4423
|
-
finishing: "finishing";
|
|
4424
|
-
completed: "completed";
|
|
4425
|
-
retryableFailure: "retryableFailure";
|
|
4426
|
-
ambiguousResult: "ambiguousResult";
|
|
4427
4365
|
awaitingManualFiling: "awaitingManualFiling";
|
|
4428
|
-
|
|
4366
|
+
completed: "completed";
|
|
4429
4367
|
retracted: "retracted";
|
|
4430
4368
|
}>;
|
|
4431
4369
|
commandId: z.ZodString;
|
|
@@ -4555,9 +4493,17 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
4555
4493
|
}, z.core.$strict>, z.ZodObject<{
|
|
4556
4494
|
kind: z.ZodLiteral<"commissionListing">;
|
|
4557
4495
|
commissionListingId: z.ZodString;
|
|
4496
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4497
|
+
kind: z.ZodLiteral<"commissionProposal">;
|
|
4498
|
+
commissionListingId: z.ZodString;
|
|
4499
|
+
commissionProposalId: z.ZodString;
|
|
4558
4500
|
}, z.core.$strict>, z.ZodObject<{
|
|
4559
4501
|
kind: z.ZodLiteral<"workProject">;
|
|
4560
4502
|
workProjectId: z.ZodString;
|
|
4503
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4504
|
+
kind: z.ZodLiteral<"workAsset">;
|
|
4505
|
+
workProjectId: z.ZodString;
|
|
4506
|
+
workAssetId: z.ZodString;
|
|
4561
4507
|
}, z.core.$strict>, z.ZodObject<{
|
|
4562
4508
|
kind: z.ZodLiteral<"workRealm">;
|
|
4563
4509
|
workRealmId: z.ZodString;
|
|
@@ -4611,7 +4557,9 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
4611
4557
|
profileImage: "profileImage";
|
|
4612
4558
|
craftSkill: "craftSkill";
|
|
4613
4559
|
commissionListing: "commissionListing";
|
|
4560
|
+
commissionProposal: "commissionProposal";
|
|
4614
4561
|
workProject: "workProject";
|
|
4562
|
+
workAsset: "workAsset";
|
|
4615
4563
|
auditionEntry: "auditionEntry";
|
|
4616
4564
|
guildInviteMessage: "guildInviteMessage";
|
|
4617
4565
|
chatAttachment: "chatAttachment";
|
|
@@ -4657,7 +4605,6 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
4657
4605
|
needsMoreInfo: "needsMoreInfo";
|
|
4658
4606
|
validInProgress: "validInProgress";
|
|
4659
4607
|
invalidGeneralReason: "invalidGeneralReason";
|
|
4660
|
-
appealedCorrected: "appealedCorrected";
|
|
4661
4608
|
}>;
|
|
4662
4609
|
statusTokenHash: z.ZodString;
|
|
4663
4610
|
statusTokenVersion: z.ZodNumber;
|
|
@@ -4804,7 +4751,6 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
4804
4751
|
needsMoreInfo: "needsMoreInfo";
|
|
4805
4752
|
validInProgress: "validInProgress";
|
|
4806
4753
|
invalidGeneralReason: "invalidGeneralReason";
|
|
4807
|
-
appealedCorrected: "appealedCorrected";
|
|
4808
4754
|
}>;
|
|
4809
4755
|
publicReasonCode: z.ZodOptional<z.ZodEnum<{
|
|
4810
4756
|
needMoreInformation: "needMoreInformation";
|
|
@@ -4833,7 +4779,6 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
4833
4779
|
none: "none";
|
|
4834
4780
|
submitSupplement: "submitSupplement";
|
|
4835
4781
|
checkLater: "checkLater";
|
|
4836
|
-
appealAvailable: "appealAvailable";
|
|
4837
4782
|
}>>;
|
|
4838
4783
|
removalDeadlineAt: z.ZodOptional<z.ZodNumber>;
|
|
4839
4784
|
updatedAt: z.ZodNumber;
|
|
@@ -4863,9 +4808,9 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
4863
4808
|
likeness: "likeness";
|
|
4864
4809
|
}>;
|
|
4865
4810
|
internalStatus: z.ZodEnum<{
|
|
4866
|
-
open: "open";
|
|
4867
4811
|
rejected: "rejected";
|
|
4868
4812
|
removed: "removed";
|
|
4813
|
+
open: "open";
|
|
4869
4814
|
removalInProgress: "removalInProgress";
|
|
4870
4815
|
closed: "closed";
|
|
4871
4816
|
}>;
|
|
@@ -4970,9 +4915,17 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
4970
4915
|
}, z.core.$strict>, z.ZodObject<{
|
|
4971
4916
|
kind: z.ZodLiteral<"commissionListing">;
|
|
4972
4917
|
commissionListingId: z.ZodString;
|
|
4918
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4919
|
+
kind: z.ZodLiteral<"commissionProposal">;
|
|
4920
|
+
commissionListingId: z.ZodString;
|
|
4921
|
+
commissionProposalId: z.ZodString;
|
|
4973
4922
|
}, z.core.$strict>, z.ZodObject<{
|
|
4974
4923
|
kind: z.ZodLiteral<"workProject">;
|
|
4975
4924
|
workProjectId: z.ZodString;
|
|
4925
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4926
|
+
kind: z.ZodLiteral<"workAsset">;
|
|
4927
|
+
workProjectId: z.ZodString;
|
|
4928
|
+
workAssetId: z.ZodString;
|
|
4976
4929
|
}, z.core.$strict>, z.ZodObject<{
|
|
4977
4930
|
kind: z.ZodLiteral<"workRealm">;
|
|
4978
4931
|
workRealmId: z.ZodString;
|
|
@@ -5034,9 +4987,9 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
5034
4987
|
status: z.ZodEnum<{
|
|
5035
4988
|
pending: "pending";
|
|
5036
4989
|
completed: "completed";
|
|
5037
|
-
retryableFailure: "retryableFailure";
|
|
5038
4990
|
deadLetter: "deadLetter";
|
|
5039
4991
|
running: "running";
|
|
4992
|
+
retryableFailure: "retryableFailure";
|
|
5040
4993
|
}>;
|
|
5041
4994
|
cursor: z.ZodOptional<z.ZodObject<{
|
|
5042
4995
|
phase: z.ZodEnum<{
|
|
@@ -5094,9 +5047,17 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
5094
5047
|
}, z.core.$strict>, z.ZodObject<{
|
|
5095
5048
|
kind: z.ZodLiteral<"commissionListing">;
|
|
5096
5049
|
commissionListingId: z.ZodString;
|
|
5050
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
5051
|
+
kind: z.ZodLiteral<"commissionProposal">;
|
|
5052
|
+
commissionListingId: z.ZodString;
|
|
5053
|
+
commissionProposalId: z.ZodString;
|
|
5097
5054
|
}, z.core.$strict>, z.ZodObject<{
|
|
5098
5055
|
kind: z.ZodLiteral<"workProject">;
|
|
5099
5056
|
workProjectId: z.ZodString;
|
|
5057
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
5058
|
+
kind: z.ZodLiteral<"workAsset">;
|
|
5059
|
+
workProjectId: z.ZodString;
|
|
5060
|
+
workAssetId: z.ZodString;
|
|
5100
5061
|
}, z.core.$strict>, z.ZodObject<{
|
|
5101
5062
|
kind: z.ZodLiteral<"workRealm">;
|
|
5102
5063
|
workRealmId: z.ZodString;
|
|
@@ -5297,7 +5258,6 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
5297
5258
|
twoStepReauthCapabilities: z.ZodArray<z.ZodEnum<{
|
|
5298
5259
|
evidenceReveal: "evidenceReveal";
|
|
5299
5260
|
ncmecCredentialUse: "ncmecCredentialUse";
|
|
5300
|
-
reinstateContent: "reinstateContent";
|
|
5301
5261
|
reverseHashBlock: "reverseHashBlock";
|
|
5302
5262
|
legalDisposition: "legalDisposition";
|
|
5303
5263
|
falsePositiveCorrection: "falsePositiveCorrection";
|