@ttt-productions/ttt-core 0.78.20 → 0.78.21
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/constants/index.d.ts +1 -0
- package/dist/constants/index.d.ts.map +1 -1
- package/dist/constants/index.js +1 -0
- package/dist/constants/index.js.map +1 -1
- package/dist/constants/media-processing.d.ts +13 -0
- package/dist/constants/media-processing.d.ts.map +1 -0
- package/dist/constants/media-processing.js +18 -0
- package/dist/constants/media-processing.js.map +1 -0
- package/dist/doc-schemas/moderation.d.ts +2 -0
- package/dist/doc-schemas/moderation.d.ts.map +1 -1
- package/dist/doc-schemas/registry.d.ts +18 -0
- package/dist/doc-schemas/registry.d.ts.map +1 -1
- package/dist/media/pending-media.d.ts +32 -0
- package/dist/media/pending-media.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -12,6 +12,7 @@ export * from './pagination.js';
|
|
|
12
12
|
export * from './release-flags.js';
|
|
13
13
|
export * from './retention.js';
|
|
14
14
|
export * from './scheduled-jobs.js';
|
|
15
|
+
export * from './media-processing.js';
|
|
15
16
|
export * from './storage-keys.js';
|
|
16
17
|
export * from './company-mascots.js';
|
|
17
18
|
export * from './center-stage-rooms.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC"}
|
package/dist/constants/index.js
CHANGED
|
@@ -12,6 +12,7 @@ export * from './pagination.js';
|
|
|
12
12
|
export * from './release-flags.js';
|
|
13
13
|
export * from './retention.js';
|
|
14
14
|
export * from './scheduled-jobs.js';
|
|
15
|
+
export * from './media-processing.js';
|
|
15
16
|
export * from './storage-keys.js';
|
|
16
17
|
export * from './company-mascots.js';
|
|
17
18
|
export * from './center-stage-rooms.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC","sourcesContent":["export * from './app-mode.js';\nexport * from './business.js';\nexport * from './chat.js';\nexport * from './moderation.js';\nexport * from './options.js';\nexport * from './admin-labels.js';\nexport * from './craft-skill-statements.js';\nexport * from './publish-attestations.js';\nexport * from './safety-confirmation-phrases.js';\nexport * from './safety-telemetry-patterns.js';\nexport * from './pagination.js';\nexport * from './release-flags.js';\nexport * from './retention.js';\nexport * from './scheduled-jobs.js';\nexport * from './storage-keys.js';\nexport * from './company-mascots.js';\nexport * from './center-stage-rooms.js';\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC","sourcesContent":["export * from './app-mode.js';\nexport * from './business.js';\nexport * from './chat.js';\nexport * from './moderation.js';\nexport * from './options.js';\nexport * from './admin-labels.js';\nexport * from './craft-skill-statements.js';\nexport * from './publish-attestations.js';\nexport * from './safety-confirmation-phrases.js';\nexport * from './safety-telemetry-patterns.js';\nexport * from './pagination.js';\nexport * from './release-flags.js';\nexport * from './retention.js';\nexport * from './scheduled-jobs.js';\nexport * from './media-processing.js';\nexport * from './storage-keys.js';\nexport * from './company-mascots.js';\nexport * from './center-stage-rooms.js';\n"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Maximum bounded processing attempts for a single pendingMedia row:
|
|
3
|
+
* the first attempt plus exactly one crash/timeout retry. A row whose
|
|
4
|
+
* attempts reach this ceiling is terminalized rather than reprocessed.
|
|
5
|
+
*/
|
|
6
|
+
export declare const MEDIA_PROCESSING_MAX_ATTEMPTS = 2;
|
|
7
|
+
/**
|
|
8
|
+
* Processing lease duration in milliseconds. Covers the 540s function
|
|
9
|
+
* timeout plus a safety margin so a live attempt is never reclaimed while
|
|
10
|
+
* it may still be running.
|
|
11
|
+
*/
|
|
12
|
+
export declare const MEDIA_PROCESSING_LEASE_MS: number;
|
|
13
|
+
//# sourceMappingURL=media-processing.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"media-processing.d.ts","sourceRoot":"","sources":["../../src/constants/media-processing.ts"],"names":[],"mappings":"AAMA;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,IAAI,CAAC;AAE/C;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,QAAiB,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// TTT media-processing crash-recovery policy.
|
|
2
|
+
//
|
|
3
|
+
// Generic pending-media lifecycle fields (`processingAttemptCount`,
|
|
4
|
+
// `processingLeaseExpiresAt`) live in `@ttt-productions/media-schemas`; the TTT
|
|
5
|
+
// retry policy that interprets them lives here.
|
|
6
|
+
/**
|
|
7
|
+
* Maximum bounded processing attempts for a single pendingMedia row:
|
|
8
|
+
* the first attempt plus exactly one crash/timeout retry. A row whose
|
|
9
|
+
* attempts reach this ceiling is terminalized rather than reprocessed.
|
|
10
|
+
*/
|
|
11
|
+
export const MEDIA_PROCESSING_MAX_ATTEMPTS = 2;
|
|
12
|
+
/**
|
|
13
|
+
* Processing lease duration in milliseconds. Covers the 540s function
|
|
14
|
+
* timeout plus a safety margin so a live attempt is never reclaimed while
|
|
15
|
+
* it may still be running.
|
|
16
|
+
*/
|
|
17
|
+
export const MEDIA_PROCESSING_LEASE_MS = 12 * 60 * 1000;
|
|
18
|
+
//# sourceMappingURL=media-processing.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"media-processing.js","sourceRoot":"","sources":["../../src/constants/media-processing.ts"],"names":[],"mappings":"AAAA,8CAA8C;AAC9C,EAAE;AACF,oEAAoE;AACpE,gFAAgF;AAChF,gDAAgD;AAEhD;;;;GAIG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAG,CAAC,CAAC;AAE/C;;;;GAIG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC","sourcesContent":["// TTT media-processing crash-recovery policy.\n//\n// Generic pending-media lifecycle fields (`processingAttemptCount`,\n// `processingLeaseExpiresAt`) live in `@ttt-productions/media-schemas`; the TTT\n// retry policy that interprets them lives here.\n\n/**\n * Maximum bounded processing attempts for a single pendingMedia row:\n * the first attempt plus exactly one crash/timeout retry. A row whose\n * attempts reach this ceiling is terminalized rather than reprocessed.\n */\nexport const MEDIA_PROCESSING_MAX_ATTEMPTS = 2;\n\n/**\n * Processing lease duration in milliseconds. Covers the 540s function\n * timeout plus a safety margin so a live attempt is never reclaimed while\n * it may still be running.\n */\nexport const MEDIA_PROCESSING_LEASE_MS = 12 * 60 * 1000;\n"]}
|
|
@@ -71,6 +71,8 @@ export declare const ContentViolationSchema: z.ZodObject<{
|
|
|
71
71
|
createdAt: z.ZodOptional<z.ZodNumber>;
|
|
72
72
|
updatedAt: z.ZodOptional<z.ZodNumber>;
|
|
73
73
|
processingStartedAt: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
74
|
+
processingAttemptCount: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
75
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
74
76
|
terminalAt: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
75
77
|
}, z.core.$strict>>;
|
|
76
78
|
appealMessage: z.ZodOptional<z.ZodString>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"moderation.d.ts","sourceRoot":"","sources":["../../src/doc-schemas/moderation.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"moderation.d.ts","sourceRoot":"","sources":["../../src/doc-schemas/moderation.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA+BjC,CAAC;AACH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAItE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAQlC,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAExE,eAAO,MAAM,6BAA6B;;;;;EAAmE,CAAC;AAC9G,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AAEpF,eAAO,MAAM,6BAA6B;;;;EAA4C,CAAC;AACvF,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AAEpF,eAAO,MAAM,wCAAwC;;;;;;EAMnD,CAAC;AACH,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wCAAwC,CAAC,CAAC;AAI1G,eAAO,MAAM,yCAAyC;;;EAAuC,CAAC;AAC9F,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yCAAyC,CAAC,CAAC;AAE5G,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;iBAU1C,CAAC;AACH,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAC;AAExF,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;iBAQ5C,CAAC;AACH,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC"}
|
|
@@ -1478,6 +1478,8 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
1478
1478
|
createdAt: z.ZodOptional<z.ZodNumber>;
|
|
1479
1479
|
updatedAt: z.ZodOptional<z.ZodNumber>;
|
|
1480
1480
|
processingStartedAt: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1481
|
+
processingAttemptCount: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1482
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1481
1483
|
terminalAt: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1482
1484
|
}, z.core.$strict>>;
|
|
1483
1485
|
appealMessage: z.ZodOptional<z.ZodString>;
|
|
@@ -1701,6 +1703,8 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
1701
1703
|
createdAt: z.ZodNumber;
|
|
1702
1704
|
updatedAt: z.ZodNumber;
|
|
1703
1705
|
processingStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
1706
|
+
processingAttemptCount: z.ZodOptional<z.ZodNumber>;
|
|
1707
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
1704
1708
|
terminalAt: z.ZodOptional<z.ZodNumber>;
|
|
1705
1709
|
}, z.core.$strict>, z.ZodObject<{
|
|
1706
1710
|
status: z.ZodLiteral<"processing">;
|
|
@@ -1749,6 +1753,8 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
1749
1753
|
createdAt: z.ZodNumber;
|
|
1750
1754
|
updatedAt: z.ZodNumber;
|
|
1751
1755
|
processingStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
1756
|
+
processingAttemptCount: z.ZodOptional<z.ZodNumber>;
|
|
1757
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
1752
1758
|
terminalAt: z.ZodOptional<z.ZodNumber>;
|
|
1753
1759
|
}, z.core.$strict>, z.ZodObject<{
|
|
1754
1760
|
status: z.ZodLiteral<"completed">;
|
|
@@ -2120,6 +2126,8 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2120
2126
|
createdAt: z.ZodNumber;
|
|
2121
2127
|
updatedAt: z.ZodNumber;
|
|
2122
2128
|
processingStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
2129
|
+
processingAttemptCount: z.ZodOptional<z.ZodNumber>;
|
|
2130
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
2123
2131
|
}, z.core.$strict>, z.ZodObject<{
|
|
2124
2132
|
status: z.ZodLiteral<"failed">;
|
|
2125
2133
|
failedAt: z.ZodNumber;
|
|
@@ -2182,6 +2190,8 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2182
2190
|
createdAt: z.ZodNumber;
|
|
2183
2191
|
updatedAt: z.ZodNumber;
|
|
2184
2192
|
processingStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
2193
|
+
processingAttemptCount: z.ZodOptional<z.ZodNumber>;
|
|
2194
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
2185
2195
|
}, z.core.$strict>, z.ZodObject<{
|
|
2186
2196
|
status: z.ZodLiteral<"rejected">;
|
|
2187
2197
|
rejectedAt: z.ZodNumber;
|
|
@@ -2558,6 +2568,8 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2558
2568
|
createdAt: z.ZodNumber;
|
|
2559
2569
|
updatedAt: z.ZodNumber;
|
|
2560
2570
|
processingStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
2571
|
+
processingAttemptCount: z.ZodOptional<z.ZodNumber>;
|
|
2572
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
2561
2573
|
}, z.core.$strict>], "status">;
|
|
2562
2574
|
readonly 'pendingMediaArchive/{pendingMediaId}': z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2563
2575
|
status: z.ZodLiteral<"completed">;
|
|
@@ -2930,6 +2942,8 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2930
2942
|
createdAt: z.ZodNumber;
|
|
2931
2943
|
updatedAt: z.ZodNumber;
|
|
2932
2944
|
processingStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
2945
|
+
processingAttemptCount: z.ZodOptional<z.ZodNumber>;
|
|
2946
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
2933
2947
|
}, z.core.$strict>, z.ZodObject<{
|
|
2934
2948
|
status: z.ZodLiteral<"failed">;
|
|
2935
2949
|
failedAt: z.ZodNumber;
|
|
@@ -2993,6 +3007,8 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
2993
3007
|
createdAt: z.ZodNumber;
|
|
2994
3008
|
updatedAt: z.ZodNumber;
|
|
2995
3009
|
processingStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
3010
|
+
processingAttemptCount: z.ZodOptional<z.ZodNumber>;
|
|
3011
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
2996
3012
|
}, z.core.$strict>, z.ZodObject<{
|
|
2997
3013
|
status: z.ZodLiteral<"rejected">;
|
|
2998
3014
|
rejectedAt: z.ZodNumber;
|
|
@@ -3370,6 +3386,8 @@ export declare const COLLECTION_SCHEMAS: {
|
|
|
3370
3386
|
createdAt: z.ZodNumber;
|
|
3371
3387
|
updatedAt: z.ZodNumber;
|
|
3372
3388
|
processingStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
3389
|
+
processingAttemptCount: z.ZodOptional<z.ZodNumber>;
|
|
3390
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
3373
3391
|
}, z.core.$strict>], "status">;
|
|
3374
3392
|
readonly 'mediaAssets/{mediaAssetId}': z.ZodObject<{
|
|
3375
3393
|
mediaAssetId: z.ZodString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../src/doc-schemas/registry.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAgM7B,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../src/doc-schemas/registry.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAgM7B,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqNkB,CAAC;AAElD,MAAM,MAAM,wBAAwB,GAAG,MAAM,OAAO,kBAAkB,CAAC;AAEvE;;;;;;;;;GASG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;CAmBiC,CAAC;AAEvE;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,mBAAmB,EAAE,SAAS,MAAM,EAOvC,CAAC"}
|
|
@@ -371,6 +371,8 @@ export declare const PendingMediaPendingSchema: z.ZodObject<{
|
|
|
371
371
|
createdAt: z.ZodNumber;
|
|
372
372
|
updatedAt: z.ZodNumber;
|
|
373
373
|
processingStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
374
|
+
processingAttemptCount: z.ZodOptional<z.ZodNumber>;
|
|
375
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
374
376
|
terminalAt: z.ZodOptional<z.ZodNumber>;
|
|
375
377
|
}, z.core.$strict>;
|
|
376
378
|
export declare const PendingMediaProcessingSchema: z.ZodObject<{
|
|
@@ -420,6 +422,8 @@ export declare const PendingMediaProcessingSchema: z.ZodObject<{
|
|
|
420
422
|
createdAt: z.ZodNumber;
|
|
421
423
|
updatedAt: z.ZodNumber;
|
|
422
424
|
processingStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
425
|
+
processingAttemptCount: z.ZodOptional<z.ZodNumber>;
|
|
426
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
423
427
|
terminalAt: z.ZodOptional<z.ZodNumber>;
|
|
424
428
|
}, z.core.$strict>;
|
|
425
429
|
export declare const PendingMediaCompletedSchema: z.ZodObject<{
|
|
@@ -792,6 +796,8 @@ export declare const PendingMediaCompletedSchema: z.ZodObject<{
|
|
|
792
796
|
createdAt: z.ZodNumber;
|
|
793
797
|
updatedAt: z.ZodNumber;
|
|
794
798
|
processingStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
799
|
+
processingAttemptCount: z.ZodOptional<z.ZodNumber>;
|
|
800
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
795
801
|
}, z.core.$strict>;
|
|
796
802
|
export declare const PendingMediaFailedSchema: z.ZodObject<{
|
|
797
803
|
status: z.ZodLiteral<"failed">;
|
|
@@ -855,6 +861,8 @@ export declare const PendingMediaFailedSchema: z.ZodObject<{
|
|
|
855
861
|
createdAt: z.ZodNumber;
|
|
856
862
|
updatedAt: z.ZodNumber;
|
|
857
863
|
processingStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
864
|
+
processingAttemptCount: z.ZodOptional<z.ZodNumber>;
|
|
865
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
858
866
|
}, z.core.$strict>;
|
|
859
867
|
export declare const PendingMediaRejectedSchema: z.ZodObject<{
|
|
860
868
|
status: z.ZodLiteral<"rejected">;
|
|
@@ -1232,6 +1240,8 @@ export declare const PendingMediaRejectedSchema: z.ZodObject<{
|
|
|
1232
1240
|
createdAt: z.ZodNumber;
|
|
1233
1241
|
updatedAt: z.ZodNumber;
|
|
1234
1242
|
processingStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
1243
|
+
processingAttemptCount: z.ZodOptional<z.ZodNumber>;
|
|
1244
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
1235
1245
|
}, z.core.$strict>;
|
|
1236
1246
|
export declare const PendingMediaSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1237
1247
|
status: z.ZodLiteral<"pending">;
|
|
@@ -1280,6 +1290,8 @@ export declare const PendingMediaSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
1280
1290
|
createdAt: z.ZodNumber;
|
|
1281
1291
|
updatedAt: z.ZodNumber;
|
|
1282
1292
|
processingStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
1293
|
+
processingAttemptCount: z.ZodOptional<z.ZodNumber>;
|
|
1294
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
1283
1295
|
terminalAt: z.ZodOptional<z.ZodNumber>;
|
|
1284
1296
|
}, z.core.$strict>, z.ZodObject<{
|
|
1285
1297
|
status: z.ZodLiteral<"processing">;
|
|
@@ -1328,6 +1340,8 @@ export declare const PendingMediaSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
1328
1340
|
createdAt: z.ZodNumber;
|
|
1329
1341
|
updatedAt: z.ZodNumber;
|
|
1330
1342
|
processingStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
1343
|
+
processingAttemptCount: z.ZodOptional<z.ZodNumber>;
|
|
1344
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
1331
1345
|
terminalAt: z.ZodOptional<z.ZodNumber>;
|
|
1332
1346
|
}, z.core.$strict>, z.ZodObject<{
|
|
1333
1347
|
status: z.ZodLiteral<"completed">;
|
|
@@ -1699,6 +1713,8 @@ export declare const PendingMediaSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
1699
1713
|
createdAt: z.ZodNumber;
|
|
1700
1714
|
updatedAt: z.ZodNumber;
|
|
1701
1715
|
processingStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
1716
|
+
processingAttemptCount: z.ZodOptional<z.ZodNumber>;
|
|
1717
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
1702
1718
|
}, z.core.$strict>, z.ZodObject<{
|
|
1703
1719
|
status: z.ZodLiteral<"failed">;
|
|
1704
1720
|
failedAt: z.ZodNumber;
|
|
@@ -1761,6 +1777,8 @@ export declare const PendingMediaSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
1761
1777
|
createdAt: z.ZodNumber;
|
|
1762
1778
|
updatedAt: z.ZodNumber;
|
|
1763
1779
|
processingStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
1780
|
+
processingAttemptCount: z.ZodOptional<z.ZodNumber>;
|
|
1781
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
1764
1782
|
}, z.core.$strict>, z.ZodObject<{
|
|
1765
1783
|
status: z.ZodLiteral<"rejected">;
|
|
1766
1784
|
rejectedAt: z.ZodNumber;
|
|
@@ -2137,6 +2155,8 @@ export declare const PendingMediaSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2137
2155
|
createdAt: z.ZodNumber;
|
|
2138
2156
|
updatedAt: z.ZodNumber;
|
|
2139
2157
|
processingStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
2158
|
+
processingAttemptCount: z.ZodOptional<z.ZodNumber>;
|
|
2159
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
2140
2160
|
}, z.core.$strict>], "status">;
|
|
2141
2161
|
export declare const ArchivedPendingMediaCompletedSchema: z.ZodObject<{
|
|
2142
2162
|
status: z.ZodLiteral<"completed">;
|
|
@@ -2509,6 +2529,8 @@ export declare const ArchivedPendingMediaCompletedSchema: z.ZodObject<{
|
|
|
2509
2529
|
createdAt: z.ZodNumber;
|
|
2510
2530
|
updatedAt: z.ZodNumber;
|
|
2511
2531
|
processingStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
2532
|
+
processingAttemptCount: z.ZodOptional<z.ZodNumber>;
|
|
2533
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
2512
2534
|
}, z.core.$strict>;
|
|
2513
2535
|
export declare const ArchivedPendingMediaFailedSchema: z.ZodObject<{
|
|
2514
2536
|
status: z.ZodLiteral<"failed">;
|
|
@@ -2573,6 +2595,8 @@ export declare const ArchivedPendingMediaFailedSchema: z.ZodObject<{
|
|
|
2573
2595
|
createdAt: z.ZodNumber;
|
|
2574
2596
|
updatedAt: z.ZodNumber;
|
|
2575
2597
|
processingStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
2598
|
+
processingAttemptCount: z.ZodOptional<z.ZodNumber>;
|
|
2599
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
2576
2600
|
}, z.core.$strict>;
|
|
2577
2601
|
export declare const ArchivedPendingMediaRejectedSchema: z.ZodObject<{
|
|
2578
2602
|
status: z.ZodLiteral<"rejected">;
|
|
@@ -2951,6 +2975,8 @@ export declare const ArchivedPendingMediaRejectedSchema: z.ZodObject<{
|
|
|
2951
2975
|
createdAt: z.ZodNumber;
|
|
2952
2976
|
updatedAt: z.ZodNumber;
|
|
2953
2977
|
processingStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
2978
|
+
processingAttemptCount: z.ZodOptional<z.ZodNumber>;
|
|
2979
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
2954
2980
|
}, z.core.$strict>;
|
|
2955
2981
|
export declare const ArchivedPendingMediaSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2956
2982
|
status: z.ZodLiteral<"completed">;
|
|
@@ -3323,6 +3349,8 @@ export declare const ArchivedPendingMediaSchema: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
3323
3349
|
createdAt: z.ZodNumber;
|
|
3324
3350
|
updatedAt: z.ZodNumber;
|
|
3325
3351
|
processingStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
3352
|
+
processingAttemptCount: z.ZodOptional<z.ZodNumber>;
|
|
3353
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
3326
3354
|
}, z.core.$strict>, z.ZodObject<{
|
|
3327
3355
|
status: z.ZodLiteral<"failed">;
|
|
3328
3356
|
failedAt: z.ZodNumber;
|
|
@@ -3386,6 +3414,8 @@ export declare const ArchivedPendingMediaSchema: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
3386
3414
|
createdAt: z.ZodNumber;
|
|
3387
3415
|
updatedAt: z.ZodNumber;
|
|
3388
3416
|
processingStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
3417
|
+
processingAttemptCount: z.ZodOptional<z.ZodNumber>;
|
|
3418
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
3389
3419
|
}, z.core.$strict>, z.ZodObject<{
|
|
3390
3420
|
status: z.ZodLiteral<"rejected">;
|
|
3391
3421
|
rejectedAt: z.ZodNumber;
|
|
@@ -3763,6 +3793,8 @@ export declare const ArchivedPendingMediaSchema: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
3763
3793
|
createdAt: z.ZodNumber;
|
|
3764
3794
|
updatedAt: z.ZodNumber;
|
|
3765
3795
|
processingStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
3796
|
+
processingAttemptCount: z.ZodOptional<z.ZodNumber>;
|
|
3797
|
+
processingLeaseExpiresAt: z.ZodOptional<z.ZodNumber>;
|
|
3766
3798
|
}, z.core.$strict>], "status">;
|
|
3767
3799
|
export type PendingMediaErrorCategory = z.infer<typeof PendingMediaErrorCategorySchema>;
|
|
3768
3800
|
export type PendingMediaResult = z.infer<typeof PendingMediaResultSchema>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pending-media.d.ts","sourceRoot":"","sources":["../../src/media/pending-media.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAS7B,eAAO,MAAM,+BAA+B;;;;;;;EAA0C,CAAC;AACvF,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAmC,CAAC;AACzE,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"pending-media.d.ts","sourceRoot":"","sources":["../../src/media/pending-media.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAS7B,eAAO,MAAM,+BAA+B;;;;;;;EAA0C,CAAC;AACvF,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAmC,CAAC;AACzE,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAoC,CAAC;AAC3E,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAuC,CAAC;AACjF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAsC,CAAC;AAC/E,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAmC,CAAC;AACzE,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAqC,CAAC;AAC7E,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttt-productions/ttt-core",
|
|
3
|
-
"version": "0.78.
|
|
3
|
+
"version": "0.78.21",
|
|
4
4
|
"description": "Core types, Firestore path constants, and shared constants for TTT Productions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"@ttt-productions/audit-core": "^0.7.1",
|
|
117
117
|
"@ttt-productions/chat-schemas": "^0.9.3",
|
|
118
118
|
"@ttt-productions/edge-protocol-core": "^0.1.4",
|
|
119
|
-
"@ttt-productions/media-schemas": "^0.14.
|
|
119
|
+
"@ttt-productions/media-schemas": "^0.14.3",
|
|
120
120
|
"@ttt-productions/notification-core": "^0.15.4",
|
|
121
121
|
"@ttt-productions/report-core": "^0.16.6",
|
|
122
122
|
"zod": "^4.4.3"
|