@trigger.dev/core 3.0.0-beta.34 → 3.0.0-beta.35
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/catalog-BUwiuDbt.d.mts +202 -0
- package/dist/catalog-eKgqBHUA.d.ts +202 -0
- package/dist/{manager-WNMVbgHf.d.mts → manager-uPyMRN8k.d.mts} +24 -23
- package/dist/{manager-WNMVbgHf.d.ts → manager-uPyMRN8k.d.ts} +24 -23
- package/dist/{messages-vq7Bk4Ap.d.mts → messages-l9PdIyKF.d.mts} +4975 -1072
- package/dist/{messages-vq7Bk4Ap.d.ts → messages-l9PdIyKF.d.ts} +4975 -1072
- package/dist/{catalog-tX1P4jZQ.d.ts → schemas-b8tRw8dX.d.mts} +21 -200
- package/dist/{catalog-Y8FyPWvh.d.mts → schemas-b8tRw8dX.d.ts} +21 -200
- package/dist/v3/dev/index.d.mts +2 -2
- package/dist/v3/dev/index.d.ts +2 -2
- package/dist/v3/dev/index.js +4 -4
- package/dist/v3/dev/index.js.map +1 -1
- package/dist/v3/dev/index.mjs +4 -4
- package/dist/v3/dev/index.mjs.map +1 -1
- package/dist/v3/index.d.mts +14 -39
- package/dist/v3/index.d.ts +14 -39
- package/dist/v3/index.js +231 -39
- package/dist/v3/index.js.map +1 -1
- package/dist/v3/index.mjs +232 -41
- package/dist/v3/index.mjs.map +1 -1
- package/dist/v3/otel/index.js +1 -1
- package/dist/v3/otel/index.js.map +1 -1
- package/dist/v3/otel/index.mjs +1 -1
- package/dist/v3/otel/index.mjs.map +1 -1
- package/dist/v3/prod/index.d.mts +3 -3
- package/dist/v3/prod/index.d.ts +3 -3
- package/dist/v3/prod/index.js +90 -15
- package/dist/v3/prod/index.js.map +1 -1
- package/dist/v3/prod/index.mjs +90 -15
- package/dist/v3/prod/index.mjs.map +1 -1
- package/dist/v3/workers/index.d.mts +6 -5
- package/dist/v3/workers/index.d.ts +6 -5
- package/dist/v3/workers/index.js +14 -3
- package/dist/v3/workers/index.js.map +1 -1
- package/dist/v3/workers/index.mjs +15 -4
- package/dist/v3/workers/index.mjs.map +1 -1
- package/dist/v3/zodNamespace.js +16 -6
- package/dist/v3/zodNamespace.js.map +1 -1
- package/dist/v3/zodNamespace.mjs +17 -7
- package/dist/v3/zodNamespace.mjs.map +1 -1
- package/dist/v3/zodSocket.js +16 -6
- package/dist/v3/zodSocket.js.map +1 -1
- package/dist/v3/zodSocket.mjs +17 -7
- package/dist/v3/zodSocket.mjs.map +1 -1
- package/dist/v3/zodfetch.d.mts +78 -0
- package/dist/v3/zodfetch.d.ts +78 -0
- package/dist/v3/zodfetch.js +446 -0
- package/dist/v3/zodfetch.js.map +1 -0
- package/dist/v3/zodfetch.mjs +433 -0
- package/dist/v3/zodfetch.mjs.map +1 -0
- package/package.json +9 -1
package/dist/v3/index.d.mts
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { T as TaskRunExecutionResult, B as BatchTaskRunExecutionResult, a as TaskRunError, b as TaskRunContext, R as RuntimeManager } from '../manager-
|
|
3
|
-
export { h as TaskRun, c as TaskRunBuiltInError, d as TaskRunCustomErrorObject, f as TaskRunErrorCodes, p as TaskRunExecution, j as TaskRunExecutionAttempt, o as TaskRunExecutionBatch, k as TaskRunExecutionEnvironment, l as TaskRunExecutionOrganization, m as TaskRunExecutionProject, n as TaskRunExecutionQueue, q as TaskRunExecutionRetry, i as TaskRunExecutionTask, r as TaskRunFailedExecutionResult, g as TaskRunInternalError, e as TaskRunStringError, s as TaskRunSuccessfulExecutionResult } from '../manager-
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
export {
|
|
2
|
+
import { T as TaskRunExecutionResult, B as BatchTaskRunExecutionResult, a as TaskRunError, b as TaskRunContext, R as RuntimeManager } from '../manager-uPyMRN8k.mjs';
|
|
3
|
+
export { h as TaskRun, c as TaskRunBuiltInError, d as TaskRunCustomErrorObject, f as TaskRunErrorCodes, p as TaskRunExecution, j as TaskRunExecutionAttempt, o as TaskRunExecutionBatch, k as TaskRunExecutionEnvironment, l as TaskRunExecutionOrganization, m as TaskRunExecutionProject, n as TaskRunExecutionQueue, q as TaskRunExecutionRetry, i as TaskRunExecutionTask, r as TaskRunFailedExecutionResult, g as TaskRunInternalError, e as TaskRunStringError, s as TaskRunSuccessfulExecutionResult } from '../manager-uPyMRN8k.mjs';
|
|
4
|
+
import { Uploadable, BlobLikePart } from './zodfetch.mjs';
|
|
5
|
+
import { C as Clock, a as ClockTime, T as TaskLogger, b as TaskCatalog, c as TaskMetadataWithFunctions, d as TriggerTracer } from '../catalog-BUwiuDbt.mjs';
|
|
6
|
+
export { f as Context, F as FailureFnParams, j as HandleErrorArgs, H as HandleErrorFnParams, k as HandleErrorFunction, h as HandleErrorModificationOptions, i as HandleErrorResult, e as InitFnParams, I as InitOutput, L as LogLevel, M as MiddlewareFnParams, P as ProjectConfig, n as ResolveEnvironmentVariablesFunction, m as ResolveEnvironmentVariablesParams, l as ResolveEnvironmentVariablesResult, R as RunFnParams, S as StartFnParams, g as SuccessFnParams } from '../catalog-BUwiuDbt.mjs';
|
|
7
7
|
import { Attributes, Span } from '@opentelemetry/api';
|
|
8
|
-
import { B as BackgroundWorkerProperties } from '../messages-
|
|
9
|
-
export { b as BackgroundWorkerClientMessages, a as BackgroundWorkerServerMessages, i as ClientToSharedQueueMessages, C as CoordinatorToPlatformMessages, k as CoordinatorToProdWorkerMessages, h as PlatformToCoordinatorMessages, g as PlatformToProviderMessages, P as ProdChildToWorkerMessages, l as ProdWorkerSocketData, e as ProdWorkerToChildMessages, j as ProdWorkerToCoordinatorMessages, f as ProviderToPlatformMessages, S as SharedQueueToClientMessages, T as TaskMetadataFailedToParseData, U as UncaughtExceptionMessage, d as childToWorkerMessages, c as clientWebsocketMessages, s as serverWebsocketMessages, w as workerToChildMessages } from '../messages-
|
|
8
|
+
import { B as BackgroundWorkerProperties } from '../messages-l9PdIyKF.mjs';
|
|
9
|
+
export { b as BackgroundWorkerClientMessages, a as BackgroundWorkerServerMessages, i as ClientToSharedQueueMessages, C as CoordinatorToPlatformMessages, k as CoordinatorToProdWorkerMessages, h as PlatformToCoordinatorMessages, g as PlatformToProviderMessages, P as ProdChildToWorkerMessages, l as ProdWorkerSocketData, e as ProdWorkerToChildMessages, j as ProdWorkerToCoordinatorMessages, f as ProviderToPlatformMessages, S as SharedQueueToClientMessages, T as TaskMetadataFailedToParseData, U as UncaughtExceptionMessage, d as childToWorkerMessages, c as clientWebsocketMessages, s as serverWebsocketMessages, w as workerToChildMessages } from '../messages-l9PdIyKF.mjs';
|
|
10
|
+
import { P as Prettify, T as TaskFileMetadata, a as TaskMetadataWithFilePath, R as RetryOptions } from '../schemas-b8tRw8dX.mjs';
|
|
11
|
+
export { C as Config, E as EnvironmentType, F as FixedWindowRateLimit, c as Machine, M as MachineCpu, b as MachineMemory, i as PostStartCauses, j as PreStopCauses, e as ProdTaskRunExecution, f as ProdTaskRunExecutionPayload, Q as QueueOptions, g as RateLimitOptions, m as RequireKeys, k as ResolvedConfig, S as SlidingWindowRateLimit, h as TaskMetadata, l as TaskRunExecutionLazyAttemptPayload, d as TaskRunExecutionPayload, W as WaitReason } from '../schemas-b8tRw8dX.mjs';
|
|
10
12
|
import { Unit } from 'humanize-duration';
|
|
11
13
|
export { e as eventFilterMatches } from '../eventFilterMatches-2kHImluE.mjs';
|
|
14
|
+
import 'node:stream';
|
|
12
15
|
import '@opentelemetry/api-logs';
|
|
13
16
|
import '@opentelemetry/instrumentation';
|
|
14
17
|
|
|
@@ -635,6 +638,7 @@ declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
635
638
|
}[];
|
|
636
639
|
cliPackageVersion?: string | undefined;
|
|
637
640
|
}>;
|
|
641
|
+
supportsLazyAttempts: z.ZodOptional<z.ZodBoolean>;
|
|
638
642
|
}, "strip", z.ZodTypeAny, {
|
|
639
643
|
localOnly: boolean;
|
|
640
644
|
metadata: {
|
|
@@ -697,6 +701,7 @@ declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
697
701
|
}[];
|
|
698
702
|
cliPackageVersion?: string | undefined;
|
|
699
703
|
};
|
|
704
|
+
supportsLazyAttempts?: boolean | undefined;
|
|
700
705
|
}, {
|
|
701
706
|
localOnly: boolean;
|
|
702
707
|
metadata: {
|
|
@@ -759,6 +764,7 @@ declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
759
764
|
}[];
|
|
760
765
|
cliPackageVersion?: string | undefined;
|
|
761
766
|
};
|
|
767
|
+
supportsLazyAttempts?: boolean | undefined;
|
|
762
768
|
}>;
|
|
763
769
|
type CreateBackgroundWorkerRequestBody = z.infer<typeof CreateBackgroundWorkerRequestBody>;
|
|
764
770
|
declare const CreateBackgroundWorkerResponse: z.ZodObject<{
|
|
@@ -4089,38 +4095,6 @@ declare const SpanMessagingEvent: z.ZodObject<{
|
|
|
4089
4095
|
}>;
|
|
4090
4096
|
type SpanMessagingEvent = z.infer<typeof SpanMessagingEvent>;
|
|
4091
4097
|
|
|
4092
|
-
/**
|
|
4093
|
-
* Intended to match web.Blob, node.Blob, node-fetch.Blob, etc.
|
|
4094
|
-
*/
|
|
4095
|
-
interface BlobLike {
|
|
4096
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/size) */
|
|
4097
|
-
readonly size: number;
|
|
4098
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/type) */
|
|
4099
|
-
readonly type: string;
|
|
4100
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/text) */
|
|
4101
|
-
text(): Promise<string>;
|
|
4102
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/slice) */
|
|
4103
|
-
slice(start?: number, end?: number): BlobLike;
|
|
4104
|
-
}
|
|
4105
|
-
/**
|
|
4106
|
-
* Intended to match web.File, node.File, node-fetch.File, etc.
|
|
4107
|
-
*/
|
|
4108
|
-
interface FileLike extends BlobLike {
|
|
4109
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/File/lastModified) */
|
|
4110
|
-
readonly lastModified: number;
|
|
4111
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/File/name) */
|
|
4112
|
-
readonly name: string;
|
|
4113
|
-
}
|
|
4114
|
-
/**
|
|
4115
|
-
* Intended to match web.Response, node.Response, node-fetch.Response, etc.
|
|
4116
|
-
*/
|
|
4117
|
-
interface ResponseLike {
|
|
4118
|
-
url: string;
|
|
4119
|
-
blob(): Promise<BlobLike>;
|
|
4120
|
-
}
|
|
4121
|
-
type Uploadable = FileLike | ResponseLike | Readable;
|
|
4122
|
-
type BlobLikePart = string | ArrayBuffer | ArrayBufferView | BlobLike | Uint8Array | DataView;
|
|
4123
|
-
|
|
4124
4098
|
interface ImportEnvironmentVariablesParams {
|
|
4125
4099
|
/**
|
|
4126
4100
|
* The variables to be imported. If a variable with the same key already exists, it will be overwritten when `override` is `true`.
|
|
@@ -4398,6 +4372,7 @@ declare function createJsonErrorObject(error: TaskRunError): {
|
|
|
4398
4372
|
};
|
|
4399
4373
|
declare function correctErrorStackTrace(stackTrace: string, projectDir?: string, options?: {
|
|
4400
4374
|
removeFirstLine?: boolean;
|
|
4375
|
+
isDev?: boolean;
|
|
4401
4376
|
}): string;
|
|
4402
4377
|
declare function groupTaskMetadataIssuesByTask(tasks: any, issues: z.ZodIssue[]): Record<number, {
|
|
4403
4378
|
id: any;
|
package/dist/v3/index.d.ts
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { T as TaskRunExecutionResult, B as BatchTaskRunExecutionResult, a as TaskRunError, b as TaskRunContext, R as RuntimeManager } from '../manager-
|
|
3
|
-
export { h as TaskRun, c as TaskRunBuiltInError, d as TaskRunCustomErrorObject, f as TaskRunErrorCodes, p as TaskRunExecution, j as TaskRunExecutionAttempt, o as TaskRunExecutionBatch, k as TaskRunExecutionEnvironment, l as TaskRunExecutionOrganization, m as TaskRunExecutionProject, n as TaskRunExecutionQueue, q as TaskRunExecutionRetry, i as TaskRunExecutionTask, r as TaskRunFailedExecutionResult, g as TaskRunInternalError, e as TaskRunStringError, s as TaskRunSuccessfulExecutionResult } from '../manager-
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
export {
|
|
2
|
+
import { T as TaskRunExecutionResult, B as BatchTaskRunExecutionResult, a as TaskRunError, b as TaskRunContext, R as RuntimeManager } from '../manager-uPyMRN8k.js';
|
|
3
|
+
export { h as TaskRun, c as TaskRunBuiltInError, d as TaskRunCustomErrorObject, f as TaskRunErrorCodes, p as TaskRunExecution, j as TaskRunExecutionAttempt, o as TaskRunExecutionBatch, k as TaskRunExecutionEnvironment, l as TaskRunExecutionOrganization, m as TaskRunExecutionProject, n as TaskRunExecutionQueue, q as TaskRunExecutionRetry, i as TaskRunExecutionTask, r as TaskRunFailedExecutionResult, g as TaskRunInternalError, e as TaskRunStringError, s as TaskRunSuccessfulExecutionResult } from '../manager-uPyMRN8k.js';
|
|
4
|
+
import { Uploadable, BlobLikePart } from './zodfetch.js';
|
|
5
|
+
import { C as Clock, a as ClockTime, T as TaskLogger, b as TaskCatalog, c as TaskMetadataWithFunctions, d as TriggerTracer } from '../catalog-eKgqBHUA.js';
|
|
6
|
+
export { f as Context, F as FailureFnParams, j as HandleErrorArgs, H as HandleErrorFnParams, k as HandleErrorFunction, h as HandleErrorModificationOptions, i as HandleErrorResult, e as InitFnParams, I as InitOutput, L as LogLevel, M as MiddlewareFnParams, P as ProjectConfig, n as ResolveEnvironmentVariablesFunction, m as ResolveEnvironmentVariablesParams, l as ResolveEnvironmentVariablesResult, R as RunFnParams, S as StartFnParams, g as SuccessFnParams } from '../catalog-eKgqBHUA.js';
|
|
7
7
|
import { Attributes, Span } from '@opentelemetry/api';
|
|
8
|
-
import { B as BackgroundWorkerProperties } from '../messages-
|
|
9
|
-
export { b as BackgroundWorkerClientMessages, a as BackgroundWorkerServerMessages, i as ClientToSharedQueueMessages, C as CoordinatorToPlatformMessages, k as CoordinatorToProdWorkerMessages, h as PlatformToCoordinatorMessages, g as PlatformToProviderMessages, P as ProdChildToWorkerMessages, l as ProdWorkerSocketData, e as ProdWorkerToChildMessages, j as ProdWorkerToCoordinatorMessages, f as ProviderToPlatformMessages, S as SharedQueueToClientMessages, T as TaskMetadataFailedToParseData, U as UncaughtExceptionMessage, d as childToWorkerMessages, c as clientWebsocketMessages, s as serverWebsocketMessages, w as workerToChildMessages } from '../messages-
|
|
8
|
+
import { B as BackgroundWorkerProperties } from '../messages-l9PdIyKF.js';
|
|
9
|
+
export { b as BackgroundWorkerClientMessages, a as BackgroundWorkerServerMessages, i as ClientToSharedQueueMessages, C as CoordinatorToPlatformMessages, k as CoordinatorToProdWorkerMessages, h as PlatformToCoordinatorMessages, g as PlatformToProviderMessages, P as ProdChildToWorkerMessages, l as ProdWorkerSocketData, e as ProdWorkerToChildMessages, j as ProdWorkerToCoordinatorMessages, f as ProviderToPlatformMessages, S as SharedQueueToClientMessages, T as TaskMetadataFailedToParseData, U as UncaughtExceptionMessage, d as childToWorkerMessages, c as clientWebsocketMessages, s as serverWebsocketMessages, w as workerToChildMessages } from '../messages-l9PdIyKF.js';
|
|
10
|
+
import { P as Prettify, T as TaskFileMetadata, a as TaskMetadataWithFilePath, R as RetryOptions } from '../schemas-b8tRw8dX.js';
|
|
11
|
+
export { C as Config, E as EnvironmentType, F as FixedWindowRateLimit, c as Machine, M as MachineCpu, b as MachineMemory, i as PostStartCauses, j as PreStopCauses, e as ProdTaskRunExecution, f as ProdTaskRunExecutionPayload, Q as QueueOptions, g as RateLimitOptions, m as RequireKeys, k as ResolvedConfig, S as SlidingWindowRateLimit, h as TaskMetadata, l as TaskRunExecutionLazyAttemptPayload, d as TaskRunExecutionPayload, W as WaitReason } from '../schemas-b8tRw8dX.js';
|
|
10
12
|
import { Unit } from 'humanize-duration';
|
|
11
13
|
export { e as eventFilterMatches } from '../eventFilterMatches-2kHImluE.js';
|
|
14
|
+
import 'node:stream';
|
|
12
15
|
import '@opentelemetry/api-logs';
|
|
13
16
|
import '@opentelemetry/instrumentation';
|
|
14
17
|
|
|
@@ -635,6 +638,7 @@ declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
635
638
|
}[];
|
|
636
639
|
cliPackageVersion?: string | undefined;
|
|
637
640
|
}>;
|
|
641
|
+
supportsLazyAttempts: z.ZodOptional<z.ZodBoolean>;
|
|
638
642
|
}, "strip", z.ZodTypeAny, {
|
|
639
643
|
localOnly: boolean;
|
|
640
644
|
metadata: {
|
|
@@ -697,6 +701,7 @@ declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
697
701
|
}[];
|
|
698
702
|
cliPackageVersion?: string | undefined;
|
|
699
703
|
};
|
|
704
|
+
supportsLazyAttempts?: boolean | undefined;
|
|
700
705
|
}, {
|
|
701
706
|
localOnly: boolean;
|
|
702
707
|
metadata: {
|
|
@@ -759,6 +764,7 @@ declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
759
764
|
}[];
|
|
760
765
|
cliPackageVersion?: string | undefined;
|
|
761
766
|
};
|
|
767
|
+
supportsLazyAttempts?: boolean | undefined;
|
|
762
768
|
}>;
|
|
763
769
|
type CreateBackgroundWorkerRequestBody = z.infer<typeof CreateBackgroundWorkerRequestBody>;
|
|
764
770
|
declare const CreateBackgroundWorkerResponse: z.ZodObject<{
|
|
@@ -4089,38 +4095,6 @@ declare const SpanMessagingEvent: z.ZodObject<{
|
|
|
4089
4095
|
}>;
|
|
4090
4096
|
type SpanMessagingEvent = z.infer<typeof SpanMessagingEvent>;
|
|
4091
4097
|
|
|
4092
|
-
/**
|
|
4093
|
-
* Intended to match web.Blob, node.Blob, node-fetch.Blob, etc.
|
|
4094
|
-
*/
|
|
4095
|
-
interface BlobLike {
|
|
4096
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/size) */
|
|
4097
|
-
readonly size: number;
|
|
4098
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/type) */
|
|
4099
|
-
readonly type: string;
|
|
4100
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/text) */
|
|
4101
|
-
text(): Promise<string>;
|
|
4102
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/slice) */
|
|
4103
|
-
slice(start?: number, end?: number): BlobLike;
|
|
4104
|
-
}
|
|
4105
|
-
/**
|
|
4106
|
-
* Intended to match web.File, node.File, node-fetch.File, etc.
|
|
4107
|
-
*/
|
|
4108
|
-
interface FileLike extends BlobLike {
|
|
4109
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/File/lastModified) */
|
|
4110
|
-
readonly lastModified: number;
|
|
4111
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/File/name) */
|
|
4112
|
-
readonly name: string;
|
|
4113
|
-
}
|
|
4114
|
-
/**
|
|
4115
|
-
* Intended to match web.Response, node.Response, node-fetch.Response, etc.
|
|
4116
|
-
*/
|
|
4117
|
-
interface ResponseLike {
|
|
4118
|
-
url: string;
|
|
4119
|
-
blob(): Promise<BlobLike>;
|
|
4120
|
-
}
|
|
4121
|
-
type Uploadable = FileLike | ResponseLike | Readable;
|
|
4122
|
-
type BlobLikePart = string | ArrayBuffer | ArrayBufferView | BlobLike | Uint8Array | DataView;
|
|
4123
|
-
|
|
4124
4098
|
interface ImportEnvironmentVariablesParams {
|
|
4125
4099
|
/**
|
|
4126
4100
|
* The variables to be imported. If a variable with the same key already exists, it will be overwritten when `override` is `true`.
|
|
@@ -4398,6 +4372,7 @@ declare function createJsonErrorObject(error: TaskRunError): {
|
|
|
4398
4372
|
};
|
|
4399
4373
|
declare function correctErrorStackTrace(stackTrace: string, projectDir?: string, options?: {
|
|
4400
4374
|
removeFirstLine?: boolean;
|
|
4375
|
+
isDev?: boolean;
|
|
4401
4376
|
}): string;
|
|
4402
4377
|
declare function groupTaskMetadataIssuesByTask(tasks: any, issues: z.ZodIssue[]): Record<number, {
|
|
4403
4378
|
id: any;
|