@trigger.dev/core 0.0.0-v3-prerelease-20240628191401 → 0.0.0-v3-prerelease-20240629184757
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/{messages-F5zEgkWj.d.mts → messages-EJX0bMsF.d.mts} +6 -0
- package/dist/{messages-F5zEgkWj.d.ts → messages-EJX0bMsF.d.ts} +6 -0
- package/dist/v3/index.d.mts +2 -2
- package/dist/v3/index.d.ts +2 -2
- package/dist/v3/index.js +5 -3
- package/dist/v3/index.js.map +1 -1
- package/dist/v3/index.mjs +5 -3
- 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 +1 -1
- package/dist/v3/prod/index.d.ts +1 -1
- package/dist/v3/workers/index.d.mts +1 -1
- package/dist/v3/workers/index.d.ts +1 -1
- package/dist/v3/workers/index.js +1 -1
- package/dist/v3/workers/index.js.map +1 -1
- package/dist/v3/workers/index.mjs +1 -1
- package/dist/v3/workers/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -8639,6 +8639,7 @@ declare const ProviderToPlatformMessages: {
|
|
|
8639
8639
|
exitCode: z.ZodOptional<z.ZodNumber>;
|
|
8640
8640
|
message: z.ZodOptional<z.ZodString>;
|
|
8641
8641
|
logs: z.ZodOptional<z.ZodString>;
|
|
8642
|
+
overrideCompletion: z.ZodOptional<z.ZodBoolean>;
|
|
8642
8643
|
}, "strip", z.ZodTypeAny, {
|
|
8643
8644
|
version: "v1";
|
|
8644
8645
|
runId: string;
|
|
@@ -8646,6 +8647,7 @@ declare const ProviderToPlatformMessages: {
|
|
|
8646
8647
|
exitCode?: number | undefined;
|
|
8647
8648
|
message?: string | undefined;
|
|
8648
8649
|
logs?: string | undefined;
|
|
8650
|
+
overrideCompletion?: boolean | undefined;
|
|
8649
8651
|
}, {
|
|
8650
8652
|
runId: string;
|
|
8651
8653
|
version?: "v1" | undefined;
|
|
@@ -8653,6 +8655,7 @@ declare const ProviderToPlatformMessages: {
|
|
|
8653
8655
|
exitCode?: number | undefined;
|
|
8654
8656
|
message?: string | undefined;
|
|
8655
8657
|
logs?: string | undefined;
|
|
8658
|
+
overrideCompletion?: boolean | undefined;
|
|
8656
8659
|
}>;
|
|
8657
8660
|
};
|
|
8658
8661
|
INDEXING_FAILED: {
|
|
@@ -8675,6 +8678,7 @@ declare const ProviderToPlatformMessages: {
|
|
|
8675
8678
|
stack?: string | undefined;
|
|
8676
8679
|
stderr?: string | undefined;
|
|
8677
8680
|
}>;
|
|
8681
|
+
overrideCompletion: z.ZodOptional<z.ZodBoolean>;
|
|
8678
8682
|
}, "strip", z.ZodTypeAny, {
|
|
8679
8683
|
error: {
|
|
8680
8684
|
message: string;
|
|
@@ -8684,6 +8688,7 @@ declare const ProviderToPlatformMessages: {
|
|
|
8684
8688
|
};
|
|
8685
8689
|
version: "v1";
|
|
8686
8690
|
deploymentId: string;
|
|
8691
|
+
overrideCompletion?: boolean | undefined;
|
|
8687
8692
|
}, {
|
|
8688
8693
|
error: {
|
|
8689
8694
|
message: string;
|
|
@@ -8693,6 +8698,7 @@ declare const ProviderToPlatformMessages: {
|
|
|
8693
8698
|
};
|
|
8694
8699
|
deploymentId: string;
|
|
8695
8700
|
version?: "v1" | undefined;
|
|
8701
|
+
overrideCompletion?: boolean | undefined;
|
|
8696
8702
|
}>;
|
|
8697
8703
|
};
|
|
8698
8704
|
};
|
|
@@ -8639,6 +8639,7 @@ declare const ProviderToPlatformMessages: {
|
|
|
8639
8639
|
exitCode: z.ZodOptional<z.ZodNumber>;
|
|
8640
8640
|
message: z.ZodOptional<z.ZodString>;
|
|
8641
8641
|
logs: z.ZodOptional<z.ZodString>;
|
|
8642
|
+
overrideCompletion: z.ZodOptional<z.ZodBoolean>;
|
|
8642
8643
|
}, "strip", z.ZodTypeAny, {
|
|
8643
8644
|
version: "v1";
|
|
8644
8645
|
runId: string;
|
|
@@ -8646,6 +8647,7 @@ declare const ProviderToPlatformMessages: {
|
|
|
8646
8647
|
exitCode?: number | undefined;
|
|
8647
8648
|
message?: string | undefined;
|
|
8648
8649
|
logs?: string | undefined;
|
|
8650
|
+
overrideCompletion?: boolean | undefined;
|
|
8649
8651
|
}, {
|
|
8650
8652
|
runId: string;
|
|
8651
8653
|
version?: "v1" | undefined;
|
|
@@ -8653,6 +8655,7 @@ declare const ProviderToPlatformMessages: {
|
|
|
8653
8655
|
exitCode?: number | undefined;
|
|
8654
8656
|
message?: string | undefined;
|
|
8655
8657
|
logs?: string | undefined;
|
|
8658
|
+
overrideCompletion?: boolean | undefined;
|
|
8656
8659
|
}>;
|
|
8657
8660
|
};
|
|
8658
8661
|
INDEXING_FAILED: {
|
|
@@ -8675,6 +8678,7 @@ declare const ProviderToPlatformMessages: {
|
|
|
8675
8678
|
stack?: string | undefined;
|
|
8676
8679
|
stderr?: string | undefined;
|
|
8677
8680
|
}>;
|
|
8681
|
+
overrideCompletion: z.ZodOptional<z.ZodBoolean>;
|
|
8678
8682
|
}, "strip", z.ZodTypeAny, {
|
|
8679
8683
|
error: {
|
|
8680
8684
|
message: string;
|
|
@@ -8684,6 +8688,7 @@ declare const ProviderToPlatformMessages: {
|
|
|
8684
8688
|
};
|
|
8685
8689
|
version: "v1";
|
|
8686
8690
|
deploymentId: string;
|
|
8691
|
+
overrideCompletion?: boolean | undefined;
|
|
8687
8692
|
}, {
|
|
8688
8693
|
error: {
|
|
8689
8694
|
message: string;
|
|
@@ -8693,6 +8698,7 @@ declare const ProviderToPlatformMessages: {
|
|
|
8693
8698
|
};
|
|
8694
8699
|
deploymentId: string;
|
|
8695
8700
|
version?: "v1" | undefined;
|
|
8701
|
+
overrideCompletion?: boolean | undefined;
|
|
8696
8702
|
}>;
|
|
8697
8703
|
};
|
|
8698
8704
|
};
|
package/dist/v3/index.d.mts
CHANGED
|
@@ -7,8 +7,8 @@ export { f as MachineConfig, d as MachineCpu, e as MachineMemory, g as MachinePr
|
|
|
7
7
|
import { C as Clock, b as ClockTime, f as TaskLogger, c as TaskCatalog, a as TaskMetadataWithFunctions, T as TriggerTracer } from '../catalog-NpD1UPkO.mjs';
|
|
8
8
|
export { h as Context, F as FailureFnParams, n as HandleErrorArgs, j as HandleErrorFnParams, H as HandleErrorFunction, k as HandleErrorModificationOptions, m as HandleErrorResult, g as InitFnParams, I as InitOutput, L as LogLevel, M as MiddlewareFnParams, P as ProjectConfig, q as ResolveEnvironmentVariablesFunction, p as ResolveEnvironmentVariablesParams, o as ResolveEnvironmentVariablesResult, R as RunFnParams, S as StartFnParams, i as SuccessFnParams, u as usage } from '../catalog-NpD1UPkO.mjs';
|
|
9
9
|
import { Attributes, Span } from '@opentelemetry/api';
|
|
10
|
-
import { B as BackgroundWorkerProperties } from '../messages-
|
|
11
|
-
export { c as BackgroundWorkerClientMessages, b as BackgroundWorkerServerMessages, i as ClientToSharedQueueMessages, C as CoordinatorToPlatformMessages, k as CoordinatorToProdWorkerMessages, h as PlatformToCoordinatorMessages, g as PlatformToProviderMessages, a as ProdChildToWorkerMessages, l as ProdWorkerSocketData, P as ProdWorkerToChildMessages, j as ProdWorkerToCoordinatorMessages, f as ProviderToPlatformMessages, S as SharedQueueToClientMessages, T as TaskMetadataFailedToParseData, U as UncaughtExceptionMessage, e as childToWorkerMessages, d as clientWebsocketMessages, s as serverWebsocketMessages, w as workerToChildMessages } from '../messages-
|
|
10
|
+
import { B as BackgroundWorkerProperties } from '../messages-EJX0bMsF.mjs';
|
|
11
|
+
export { c as BackgroundWorkerClientMessages, b as BackgroundWorkerServerMessages, i as ClientToSharedQueueMessages, C as CoordinatorToPlatformMessages, k as CoordinatorToProdWorkerMessages, h as PlatformToCoordinatorMessages, g as PlatformToProviderMessages, a as ProdChildToWorkerMessages, l as ProdWorkerSocketData, P as ProdWorkerToChildMessages, j as ProdWorkerToCoordinatorMessages, f as ProviderToPlatformMessages, S as SharedQueueToClientMessages, T as TaskMetadataFailedToParseData, U as UncaughtExceptionMessage, e as childToWorkerMessages, d as clientWebsocketMessages, s as serverWebsocketMessages, w as workerToChildMessages } from '../messages-EJX0bMsF.mjs';
|
|
12
12
|
import { P as Prettify, T as TaskFileMetadata, a as TaskMetadataWithFilePath, R as RetryOptions } from '../schemas-Sb0sJcEt.mjs';
|
|
13
13
|
export { C as Config, E as EnvironmentType, F as FixedWindowRateLimit, g as PostStartCauses, h as PreStopCauses, d as ProdTaskRunExecution, e as ProdTaskRunExecutionPayload, Q as QueueOptions, f as RateLimitOptions, k as RequireKeys, i as ResolvedConfig, S as SlidingWindowRateLimit, b as TaskMetadata, j as TaskRunExecutionLazyAttemptPayload, c as TaskRunExecutionPayload, W as WaitReason } from '../schemas-Sb0sJcEt.mjs';
|
|
14
14
|
export { formatDuration, formatDurationInDays, formatDurationMilliseconds, formatDurationNanoseconds, millisecondsToNanoseconds, nanosecondsToMilliseconds } from './utils/durations.mjs';
|
package/dist/v3/index.d.ts
CHANGED
|
@@ -7,8 +7,8 @@ export { f as MachineConfig, d as MachineCpu, e as MachineMemory, g as MachinePr
|
|
|
7
7
|
import { C as Clock, b as ClockTime, f as TaskLogger, c as TaskCatalog, a as TaskMetadataWithFunctions, T as TriggerTracer } from '../catalog-gXIXpWTi.js';
|
|
8
8
|
export { h as Context, F as FailureFnParams, n as HandleErrorArgs, j as HandleErrorFnParams, H as HandleErrorFunction, k as HandleErrorModificationOptions, m as HandleErrorResult, g as InitFnParams, I as InitOutput, L as LogLevel, M as MiddlewareFnParams, P as ProjectConfig, q as ResolveEnvironmentVariablesFunction, p as ResolveEnvironmentVariablesParams, o as ResolveEnvironmentVariablesResult, R as RunFnParams, S as StartFnParams, i as SuccessFnParams, u as usage } from '../catalog-gXIXpWTi.js';
|
|
9
9
|
import { Attributes, Span } from '@opentelemetry/api';
|
|
10
|
-
import { B as BackgroundWorkerProperties } from '../messages-
|
|
11
|
-
export { c as BackgroundWorkerClientMessages, b as BackgroundWorkerServerMessages, i as ClientToSharedQueueMessages, C as CoordinatorToPlatformMessages, k as CoordinatorToProdWorkerMessages, h as PlatformToCoordinatorMessages, g as PlatformToProviderMessages, a as ProdChildToWorkerMessages, l as ProdWorkerSocketData, P as ProdWorkerToChildMessages, j as ProdWorkerToCoordinatorMessages, f as ProviderToPlatformMessages, S as SharedQueueToClientMessages, T as TaskMetadataFailedToParseData, U as UncaughtExceptionMessage, e as childToWorkerMessages, d as clientWebsocketMessages, s as serverWebsocketMessages, w as workerToChildMessages } from '../messages-
|
|
10
|
+
import { B as BackgroundWorkerProperties } from '../messages-EJX0bMsF.js';
|
|
11
|
+
export { c as BackgroundWorkerClientMessages, b as BackgroundWorkerServerMessages, i as ClientToSharedQueueMessages, C as CoordinatorToPlatformMessages, k as CoordinatorToProdWorkerMessages, h as PlatformToCoordinatorMessages, g as PlatformToProviderMessages, a as ProdChildToWorkerMessages, l as ProdWorkerSocketData, P as ProdWorkerToChildMessages, j as ProdWorkerToCoordinatorMessages, f as ProviderToPlatformMessages, S as SharedQueueToClientMessages, T as TaskMetadataFailedToParseData, U as UncaughtExceptionMessage, e as childToWorkerMessages, d as clientWebsocketMessages, s as serverWebsocketMessages, w as workerToChildMessages } from '../messages-EJX0bMsF.js';
|
|
12
12
|
import { P as Prettify, T as TaskFileMetadata, a as TaskMetadataWithFilePath, R as RetryOptions } from '../schemas-Sb0sJcEt.js';
|
|
13
13
|
export { C as Config, E as EnvironmentType, F as FixedWindowRateLimit, g as PostStartCauses, h as PreStopCauses, d as ProdTaskRunExecution, e as ProdTaskRunExecutionPayload, Q as QueueOptions, f as RateLimitOptions, k as RequireKeys, i as ResolvedConfig, S as SlidingWindowRateLimit, b as TaskMetadata, j as TaskRunExecutionLazyAttemptPayload, c as TaskRunExecutionPayload, W as WaitReason } from '../schemas-Sb0sJcEt.js';
|
|
14
14
|
export { formatDuration, formatDurationInDays, formatDurationMilliseconds, formatDurationNanoseconds, millisecondsToNanoseconds, nanosecondsToMilliseconds } from './utils/durations.js';
|
package/dist/v3/index.js
CHANGED
|
@@ -33,7 +33,7 @@ var __privateMethod = (obj, member, method) => {
|
|
|
33
33
|
};
|
|
34
34
|
|
|
35
35
|
// package.json
|
|
36
|
-
var version = "0.0.0-v3-prerelease-
|
|
36
|
+
var version = "0.0.0-v3-prerelease-20240629184757";
|
|
37
37
|
var dependencies = {
|
|
38
38
|
"@google-cloud/precise-date": "^4.0.0",
|
|
39
39
|
"@opentelemetry/api": "^1.8.0",
|
|
@@ -1299,7 +1299,8 @@ var ProviderToPlatformMessages = {
|
|
|
1299
1299
|
reason: zod.z.string().optional(),
|
|
1300
1300
|
exitCode: zod.z.number().optional(),
|
|
1301
1301
|
message: zod.z.string().optional(),
|
|
1302
|
-
logs: zod.z.string().optional()
|
|
1302
|
+
logs: zod.z.string().optional(),
|
|
1303
|
+
overrideCompletion: zod.z.boolean().optional()
|
|
1303
1304
|
})
|
|
1304
1305
|
},
|
|
1305
1306
|
INDEXING_FAILED: {
|
|
@@ -1311,7 +1312,8 @@ var ProviderToPlatformMessages = {
|
|
|
1311
1312
|
message: zod.z.string(),
|
|
1312
1313
|
stack: zod.z.string().optional(),
|
|
1313
1314
|
stderr: zod.z.string().optional()
|
|
1314
|
-
})
|
|
1315
|
+
}),
|
|
1316
|
+
overrideCompletion: zod.z.boolean().optional()
|
|
1315
1317
|
})
|
|
1316
1318
|
}
|
|
1317
1319
|
};
|