@ttt-productions/media-contracts 0.2.31 → 0.2.33

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.
@@ -289,17 +289,17 @@ export declare const ModerationViolationCreatedEventSchema: z.ZodObject<{
289
289
  ids: z.ZodObject<{
290
290
  userId: z.ZodString;
291
291
  violationId: z.ZodString;
292
- fileOrigin: z.ZodEnum<["profile-picture", "skill-media", "streetz", "job-posting", "job-reply", "opportunity-prompt", "opportunity-reply", "library-cover-square", "library-cover-poster", "library-cover-cinematic", "chapter-photo", "song-photo", "song-audio", "show-photo", "show-video", "chat-attachment", "project-file"]>;
292
+ fileOrigin: z.ZodEnum<["profile-picture", "skill-media", "streetz", "job-posting", "job-reply", "opportunity-prompt", "opportunity-reply", "admin-opportunity-prompt", "library-cover-square", "library-cover-poster", "library-cover-cinematic", "chapter-photo", "song-photo", "song-audio", "show-photo", "show-video", "chat-attachment", "project-file"]>;
293
293
  pendingMediaId: z.ZodString;
294
294
  }, "strict", z.ZodTypeAny, {
295
295
  userId: string;
296
296
  violationId: string;
297
- fileOrigin: "profile-picture" | "skill-media" | "streetz" | "job-posting" | "job-reply" | "opportunity-prompt" | "opportunity-reply" | "library-cover-square" | "library-cover-poster" | "library-cover-cinematic" | "chapter-photo" | "song-photo" | "song-audio" | "show-photo" | "show-video" | "chat-attachment" | "project-file";
297
+ fileOrigin: "profile-picture" | "skill-media" | "streetz" | "job-posting" | "job-reply" | "opportunity-prompt" | "opportunity-reply" | "admin-opportunity-prompt" | "library-cover-square" | "library-cover-poster" | "library-cover-cinematic" | "chapter-photo" | "song-photo" | "song-audio" | "show-photo" | "show-video" | "chat-attachment" | "project-file";
298
298
  pendingMediaId: string;
299
299
  }, {
300
300
  userId: string;
301
301
  violationId: string;
302
- fileOrigin: "profile-picture" | "skill-media" | "streetz" | "job-posting" | "job-reply" | "opportunity-prompt" | "opportunity-reply" | "library-cover-square" | "library-cover-poster" | "library-cover-cinematic" | "chapter-photo" | "song-photo" | "song-audio" | "show-photo" | "show-video" | "chat-attachment" | "project-file";
302
+ fileOrigin: "profile-picture" | "skill-media" | "streetz" | "job-posting" | "job-reply" | "opportunity-prompt" | "opportunity-reply" | "admin-opportunity-prompt" | "library-cover-square" | "library-cover-poster" | "library-cover-cinematic" | "chapter-photo" | "song-photo" | "song-audio" | "show-photo" | "show-video" | "chat-attachment" | "project-file";
303
303
  pendingMediaId: string;
304
304
  }>;
305
305
  }, "strict", z.ZodTypeAny, {
@@ -307,7 +307,7 @@ export declare const ModerationViolationCreatedEventSchema: z.ZodObject<{
307
307
  ids: {
308
308
  userId: string;
309
309
  violationId: string;
310
- fileOrigin: "profile-picture" | "skill-media" | "streetz" | "job-posting" | "job-reply" | "opportunity-prompt" | "opportunity-reply" | "library-cover-square" | "library-cover-poster" | "library-cover-cinematic" | "chapter-photo" | "song-photo" | "song-audio" | "show-photo" | "show-video" | "chat-attachment" | "project-file";
310
+ fileOrigin: "profile-picture" | "skill-media" | "streetz" | "job-posting" | "job-reply" | "opportunity-prompt" | "opportunity-reply" | "admin-opportunity-prompt" | "library-cover-square" | "library-cover-poster" | "library-cover-cinematic" | "chapter-photo" | "song-photo" | "song-audio" | "show-photo" | "show-video" | "chat-attachment" | "project-file";
311
311
  pendingMediaId: string;
312
312
  };
313
313
  }, {
@@ -315,7 +315,7 @@ export declare const ModerationViolationCreatedEventSchema: z.ZodObject<{
315
315
  ids: {
316
316
  userId: string;
317
317
  violationId: string;
318
- fileOrigin: "profile-picture" | "skill-media" | "streetz" | "job-posting" | "job-reply" | "opportunity-prompt" | "opportunity-reply" | "library-cover-square" | "library-cover-poster" | "library-cover-cinematic" | "chapter-photo" | "song-photo" | "song-audio" | "show-photo" | "show-video" | "chat-attachment" | "project-file";
318
+ fileOrigin: "profile-picture" | "skill-media" | "streetz" | "job-posting" | "job-reply" | "opportunity-prompt" | "opportunity-reply" | "admin-opportunity-prompt" | "library-cover-square" | "library-cover-poster" | "library-cover-cinematic" | "chapter-photo" | "song-photo" | "song-audio" | "show-photo" | "show-video" | "chat-attachment" | "project-file";
319
319
  pendingMediaId: string;
320
320
  };
321
321
  }>;
@@ -1389,17 +1389,17 @@ export declare const DomainEventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodOb
1389
1389
  ids: z.ZodObject<{
1390
1390
  userId: z.ZodString;
1391
1391
  violationId: z.ZodString;
1392
- fileOrigin: z.ZodEnum<["profile-picture", "skill-media", "streetz", "job-posting", "job-reply", "opportunity-prompt", "opportunity-reply", "library-cover-square", "library-cover-poster", "library-cover-cinematic", "chapter-photo", "song-photo", "song-audio", "show-photo", "show-video", "chat-attachment", "project-file"]>;
1392
+ fileOrigin: z.ZodEnum<["profile-picture", "skill-media", "streetz", "job-posting", "job-reply", "opportunity-prompt", "opportunity-reply", "admin-opportunity-prompt", "library-cover-square", "library-cover-poster", "library-cover-cinematic", "chapter-photo", "song-photo", "song-audio", "show-photo", "show-video", "chat-attachment", "project-file"]>;
1393
1393
  pendingMediaId: z.ZodString;
1394
1394
  }, "strict", z.ZodTypeAny, {
1395
1395
  userId: string;
1396
1396
  violationId: string;
1397
- fileOrigin: "profile-picture" | "skill-media" | "streetz" | "job-posting" | "job-reply" | "opportunity-prompt" | "opportunity-reply" | "library-cover-square" | "library-cover-poster" | "library-cover-cinematic" | "chapter-photo" | "song-photo" | "song-audio" | "show-photo" | "show-video" | "chat-attachment" | "project-file";
1397
+ fileOrigin: "profile-picture" | "skill-media" | "streetz" | "job-posting" | "job-reply" | "opportunity-prompt" | "opportunity-reply" | "admin-opportunity-prompt" | "library-cover-square" | "library-cover-poster" | "library-cover-cinematic" | "chapter-photo" | "song-photo" | "song-audio" | "show-photo" | "show-video" | "chat-attachment" | "project-file";
1398
1398
  pendingMediaId: string;
1399
1399
  }, {
1400
1400
  userId: string;
1401
1401
  violationId: string;
1402
- fileOrigin: "profile-picture" | "skill-media" | "streetz" | "job-posting" | "job-reply" | "opportunity-prompt" | "opportunity-reply" | "library-cover-square" | "library-cover-poster" | "library-cover-cinematic" | "chapter-photo" | "song-photo" | "song-audio" | "show-photo" | "show-video" | "chat-attachment" | "project-file";
1402
+ fileOrigin: "profile-picture" | "skill-media" | "streetz" | "job-posting" | "job-reply" | "opportunity-prompt" | "opportunity-reply" | "admin-opportunity-prompt" | "library-cover-square" | "library-cover-poster" | "library-cover-cinematic" | "chapter-photo" | "song-photo" | "song-audio" | "show-photo" | "show-video" | "chat-attachment" | "project-file";
1403
1403
  pendingMediaId: string;
1404
1404
  }>;
1405
1405
  }, "strict", z.ZodTypeAny, {
@@ -1407,7 +1407,7 @@ export declare const DomainEventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodOb
1407
1407
  ids: {
1408
1408
  userId: string;
1409
1409
  violationId: string;
1410
- fileOrigin: "profile-picture" | "skill-media" | "streetz" | "job-posting" | "job-reply" | "opportunity-prompt" | "opportunity-reply" | "library-cover-square" | "library-cover-poster" | "library-cover-cinematic" | "chapter-photo" | "song-photo" | "song-audio" | "show-photo" | "show-video" | "chat-attachment" | "project-file";
1410
+ fileOrigin: "profile-picture" | "skill-media" | "streetz" | "job-posting" | "job-reply" | "opportunity-prompt" | "opportunity-reply" | "admin-opportunity-prompt" | "library-cover-square" | "library-cover-poster" | "library-cover-cinematic" | "chapter-photo" | "song-photo" | "song-audio" | "show-photo" | "show-video" | "chat-attachment" | "project-file";
1411
1411
  pendingMediaId: string;
1412
1412
  };
1413
1413
  }, {
@@ -1415,7 +1415,7 @@ export declare const DomainEventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodOb
1415
1415
  ids: {
1416
1416
  userId: string;
1417
1417
  violationId: string;
1418
- fileOrigin: "profile-picture" | "skill-media" | "streetz" | "job-posting" | "job-reply" | "opportunity-prompt" | "opportunity-reply" | "library-cover-square" | "library-cover-poster" | "library-cover-cinematic" | "chapter-photo" | "song-photo" | "song-audio" | "show-photo" | "show-video" | "chat-attachment" | "project-file";
1418
+ fileOrigin: "profile-picture" | "skill-media" | "streetz" | "job-posting" | "job-reply" | "opportunity-prompt" | "opportunity-reply" | "admin-opportunity-prompt" | "library-cover-square" | "library-cover-poster" | "library-cover-cinematic" | "chapter-photo" | "song-photo" | "song-audio" | "show-photo" | "show-video" | "chat-attachment" | "project-file";
1419
1419
  pendingMediaId: string;
1420
1420
  };
1421
1421
  }>, z.ZodObject<{
@@ -1,4 +1,4 @@
1
1
  import { z } from "zod";
2
- export declare const FileOriginSchema: z.ZodEnum<["profile-picture", "skill-media", "streetz", "job-posting", "job-reply", "opportunity-prompt", "opportunity-reply", "library-cover-square", "library-cover-poster", "library-cover-cinematic", "chapter-photo", "song-photo", "song-audio", "show-photo", "show-video", "chat-attachment", "project-file"]>;
2
+ export declare const FileOriginSchema: z.ZodEnum<["profile-picture", "skill-media", "streetz", "job-posting", "job-reply", "opportunity-prompt", "opportunity-reply", "admin-opportunity-prompt", "library-cover-square", "library-cover-poster", "library-cover-cinematic", "chapter-photo", "song-photo", "song-audio", "show-photo", "show-video", "chat-attachment", "project-file"]>;
3
3
  export type FileOrigin = z.infer<typeof FileOriginSchema>;
4
4
  //# sourceMappingURL=file-origin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"file-origin.d.ts","sourceRoot":"","sources":["../src/file-origin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,gBAAgB,wTAkB3B,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC"}
1
+ {"version":3,"file":"file-origin.d.ts","sourceRoot":"","sources":["../src/file-origin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,gBAAgB,oVAmB3B,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC"}
@@ -7,6 +7,7 @@ export const FileOriginSchema = z.enum([
7
7
  'job-reply',
8
8
  'opportunity-prompt',
9
9
  'opportunity-reply',
10
+ 'admin-opportunity-prompt',
10
11
  'library-cover-square',
11
12
  'library-cover-poster',
12
13
  'library-cover-cinematic',
@@ -1 +1 @@
1
- {"version":3,"file":"file-origin.js","sourceRoot":"","sources":["../src/file-origin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,CAAC,IAAI,CAAC;IACrC,iBAAiB;IACjB,aAAa;IACb,SAAS;IACT,aAAa;IACb,WAAW;IACX,oBAAoB;IACpB,mBAAmB;IACnB,sBAAsB;IACtB,sBAAsB;IACtB,yBAAyB;IACzB,eAAe;IACf,YAAY;IACZ,YAAY;IACZ,YAAY;IACZ,YAAY;IACZ,iBAAiB;IACjB,cAAc;CACf,CAAC,CAAC"}
1
+ {"version":3,"file":"file-origin.js","sourceRoot":"","sources":["../src/file-origin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,CAAC,IAAI,CAAC;IACrC,iBAAiB;IACjB,aAAa;IACb,SAAS;IACT,aAAa;IACb,WAAW;IACX,oBAAoB;IACpB,mBAAmB;IACnB,0BAA0B;IAC1B,sBAAsB;IACtB,sBAAsB;IACtB,yBAAyB;IACzB,eAAe;IACf,YAAY;IACZ,YAAY;IACZ,YAAY;IACZ,YAAY;IACZ,iBAAiB;IACjB,cAAc;CACf,CAAC,CAAC"}