@ttt-productions/ttt-core 0.30.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/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/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 +8 -0
- 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 +125 -41
- package/dist/doc-schemas/registry.d.ts.map +1 -1
- package/dist/doc-schemas/registry.js +5 -1
- 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/evidence.d.ts +4 -2
- package/dist/doc-schemas/safety/evidence.d.ts.map +1 -1
- package/dist/doc-schemas/safety/foundation.d.ts +17 -2
- package/dist/doc-schemas/safety/foundation.d.ts.map +1 -1
- package/dist/doc-schemas/safety/foundation.js +9 -2
- 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/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 -1
- package/dist/paths/collections.d.ts.map +1 -1
- package/dist/paths/collections.js +12 -2
- package/dist/paths/collections.js.map +1 -1
- package/dist/paths/path-builders.d.ts +3 -0
- package/dist/paths/path-builders.d.ts.map +1 -1
- package/dist/paths/path-builders.js +6 -1
- package/dist/paths/path-builders.js.map +1 -1
- package/package.json +1 -1
|
@@ -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";
|
|
@@ -3751,6 +3800,15 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
3751
3800
|
createdAt: z.ZodNumber;
|
|
3752
3801
|
updatedAt: z.ZodNumber;
|
|
3753
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>;
|
|
3754
3812
|
readonly 'childSafetyCases/{caseId}': z.ZodObject<{
|
|
3755
3813
|
schemaVersion: z.ZodLiteral<1>;
|
|
3756
3814
|
caseId: z.ZodString;
|
|
@@ -4005,7 +4063,9 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
4005
4063
|
profileImage: "profileImage";
|
|
4006
4064
|
craftSkill: "craftSkill";
|
|
4007
4065
|
commissionListing: "commissionListing";
|
|
4066
|
+
commissionProposal: "commissionProposal";
|
|
4008
4067
|
workProject: "workProject";
|
|
4068
|
+
workAsset: "workAsset";
|
|
4009
4069
|
auditionEntry: "auditionEntry";
|
|
4010
4070
|
guildInviteMessage: "guildInviteMessage";
|
|
4011
4071
|
chatAttachment: "chatAttachment";
|
|
@@ -4106,14 +4166,15 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
4106
4166
|
hallItem: "hallItem";
|
|
4107
4167
|
craftSkill: "craftSkill";
|
|
4108
4168
|
commissionListing: "commissionListing";
|
|
4169
|
+
commissionProposal: "commissionProposal";
|
|
4109
4170
|
workProject: "workProject";
|
|
4110
4171
|
auditionEntry: "auditionEntry";
|
|
4111
4172
|
userProfile: "userProfile";
|
|
4112
4173
|
squareStreetzPost: "squareStreetzPost";
|
|
4113
4174
|
workContent: "workContent";
|
|
4114
|
-
commissionProposal: "commissionProposal";
|
|
4115
4175
|
guildChatAttachment: "guildChatAttachment";
|
|
4116
4176
|
realmFile: "realmFile";
|
|
4177
|
+
safetyEvidence: "safetyEvidence";
|
|
4117
4178
|
}>>;
|
|
4118
4179
|
createdFromOwnerId: z.ZodOptional<z.ZodString>;
|
|
4119
4180
|
copyActorUid: z.ZodOptional<z.ZodString>;
|
|
@@ -4122,14 +4183,15 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
4122
4183
|
hallItem: "hallItem";
|
|
4123
4184
|
craftSkill: "craftSkill";
|
|
4124
4185
|
commissionListing: "commissionListing";
|
|
4186
|
+
commissionProposal: "commissionProposal";
|
|
4125
4187
|
workProject: "workProject";
|
|
4126
4188
|
auditionEntry: "auditionEntry";
|
|
4127
4189
|
userProfile: "userProfile";
|
|
4128
4190
|
squareStreetzPost: "squareStreetzPost";
|
|
4129
4191
|
workContent: "workContent";
|
|
4130
|
-
commissionProposal: "commissionProposal";
|
|
4131
4192
|
guildChatAttachment: "guildChatAttachment";
|
|
4132
4193
|
realmFile: "realmFile";
|
|
4194
|
+
safetyEvidence: "safetyEvidence";
|
|
4133
4195
|
}>;
|
|
4134
4196
|
currentOwnerId: z.ZodString;
|
|
4135
4197
|
}, z.core.$strict>>;
|
|
@@ -4431,9 +4493,17 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
4431
4493
|
}, z.core.$strict>, z.ZodObject<{
|
|
4432
4494
|
kind: z.ZodLiteral<"commissionListing">;
|
|
4433
4495
|
commissionListingId: z.ZodString;
|
|
4496
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4497
|
+
kind: z.ZodLiteral<"commissionProposal">;
|
|
4498
|
+
commissionListingId: z.ZodString;
|
|
4499
|
+
commissionProposalId: z.ZodString;
|
|
4434
4500
|
}, z.core.$strict>, z.ZodObject<{
|
|
4435
4501
|
kind: z.ZodLiteral<"workProject">;
|
|
4436
4502
|
workProjectId: z.ZodString;
|
|
4503
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4504
|
+
kind: z.ZodLiteral<"workAsset">;
|
|
4505
|
+
workProjectId: z.ZodString;
|
|
4506
|
+
workAssetId: z.ZodString;
|
|
4437
4507
|
}, z.core.$strict>, z.ZodObject<{
|
|
4438
4508
|
kind: z.ZodLiteral<"workRealm">;
|
|
4439
4509
|
workRealmId: z.ZodString;
|
|
@@ -4487,7 +4557,9 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
4487
4557
|
profileImage: "profileImage";
|
|
4488
4558
|
craftSkill: "craftSkill";
|
|
4489
4559
|
commissionListing: "commissionListing";
|
|
4560
|
+
commissionProposal: "commissionProposal";
|
|
4490
4561
|
workProject: "workProject";
|
|
4562
|
+
workAsset: "workAsset";
|
|
4491
4563
|
auditionEntry: "auditionEntry";
|
|
4492
4564
|
guildInviteMessage: "guildInviteMessage";
|
|
4493
4565
|
chatAttachment: "chatAttachment";
|
|
@@ -4533,7 +4605,6 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
4533
4605
|
needsMoreInfo: "needsMoreInfo";
|
|
4534
4606
|
validInProgress: "validInProgress";
|
|
4535
4607
|
invalidGeneralReason: "invalidGeneralReason";
|
|
4536
|
-
appealedCorrected: "appealedCorrected";
|
|
4537
4608
|
}>;
|
|
4538
4609
|
statusTokenHash: z.ZodString;
|
|
4539
4610
|
statusTokenVersion: z.ZodNumber;
|
|
@@ -4680,7 +4751,6 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
4680
4751
|
needsMoreInfo: "needsMoreInfo";
|
|
4681
4752
|
validInProgress: "validInProgress";
|
|
4682
4753
|
invalidGeneralReason: "invalidGeneralReason";
|
|
4683
|
-
appealedCorrected: "appealedCorrected";
|
|
4684
4754
|
}>;
|
|
4685
4755
|
publicReasonCode: z.ZodOptional<z.ZodEnum<{
|
|
4686
4756
|
needMoreInformation: "needMoreInformation";
|
|
@@ -4709,7 +4779,6 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
4709
4779
|
none: "none";
|
|
4710
4780
|
submitSupplement: "submitSupplement";
|
|
4711
4781
|
checkLater: "checkLater";
|
|
4712
|
-
appealAvailable: "appealAvailable";
|
|
4713
4782
|
}>>;
|
|
4714
4783
|
removalDeadlineAt: z.ZodOptional<z.ZodNumber>;
|
|
4715
4784
|
updatedAt: z.ZodNumber;
|
|
@@ -4846,9 +4915,17 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
4846
4915
|
}, z.core.$strict>, z.ZodObject<{
|
|
4847
4916
|
kind: z.ZodLiteral<"commissionListing">;
|
|
4848
4917
|
commissionListingId: z.ZodString;
|
|
4918
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4919
|
+
kind: z.ZodLiteral<"commissionProposal">;
|
|
4920
|
+
commissionListingId: z.ZodString;
|
|
4921
|
+
commissionProposalId: z.ZodString;
|
|
4849
4922
|
}, z.core.$strict>, z.ZodObject<{
|
|
4850
4923
|
kind: z.ZodLiteral<"workProject">;
|
|
4851
4924
|
workProjectId: z.ZodString;
|
|
4925
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4926
|
+
kind: z.ZodLiteral<"workAsset">;
|
|
4927
|
+
workProjectId: z.ZodString;
|
|
4928
|
+
workAssetId: z.ZodString;
|
|
4852
4929
|
}, z.core.$strict>, z.ZodObject<{
|
|
4853
4930
|
kind: z.ZodLiteral<"workRealm">;
|
|
4854
4931
|
workRealmId: z.ZodString;
|
|
@@ -4970,9 +5047,17 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
4970
5047
|
}, z.core.$strict>, z.ZodObject<{
|
|
4971
5048
|
kind: z.ZodLiteral<"commissionListing">;
|
|
4972
5049
|
commissionListingId: z.ZodString;
|
|
5050
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
5051
|
+
kind: z.ZodLiteral<"commissionProposal">;
|
|
5052
|
+
commissionListingId: z.ZodString;
|
|
5053
|
+
commissionProposalId: z.ZodString;
|
|
4973
5054
|
}, z.core.$strict>, z.ZodObject<{
|
|
4974
5055
|
kind: z.ZodLiteral<"workProject">;
|
|
4975
5056
|
workProjectId: z.ZodString;
|
|
5057
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
5058
|
+
kind: z.ZodLiteral<"workAsset">;
|
|
5059
|
+
workProjectId: z.ZodString;
|
|
5060
|
+
workAssetId: z.ZodString;
|
|
4976
5061
|
}, z.core.$strict>, z.ZodObject<{
|
|
4977
5062
|
kind: z.ZodLiteral<"workRealm">;
|
|
4978
5063
|
workRealmId: z.ZodString;
|
|
@@ -5173,7 +5258,6 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
5173
5258
|
twoStepReauthCapabilities: z.ZodArray<z.ZodEnum<{
|
|
5174
5259
|
evidenceReveal: "evidenceReveal";
|
|
5175
5260
|
ncmecCredentialUse: "ncmecCredentialUse";
|
|
5176
|
-
reinstateContent: "reinstateContent";
|
|
5177
5261
|
reverseHashBlock: "reverseHashBlock";
|
|
5178
5262
|
legalDisposition: "legalDisposition";
|
|
5179
5263
|
falsePositiveCorrection: "falsePositiveCorrection";
|