@trigger.dev/core 0.0.0-v3-prerelease-20241014153026 → 0.0.0-v3-prerelease-20241028160720
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/commonjs/v3/apiClient/core.d.ts +1 -1
- package/dist/commonjs/v3/apiClient/core.js +9 -1
- package/dist/commonjs/v3/apiClient/core.js.map +1 -1
- package/dist/commonjs/v3/apiClient/index.d.ts +139 -111
- package/dist/commonjs/v3/apiClient/index.js +100 -4
- package/dist/commonjs/v3/apiClient/index.js.map +1 -1
- package/dist/commonjs/v3/apiClient/runStream.d.ts +50 -0
- package/dist/commonjs/v3/apiClient/runStream.js +159 -0
- package/dist/commonjs/v3/apiClient/runStream.js.map +1 -0
- package/dist/commonjs/v3/apiClient/stream.d.ts +9 -0
- package/dist/commonjs/v3/apiClient/stream.js +37 -0
- package/dist/commonjs/v3/apiClient/stream.js.map +1 -0
- package/dist/commonjs/v3/apiClient/types.d.ts +4 -0
- package/dist/commonjs/v3/apiClientManager/index.d.ts +2 -1
- package/dist/commonjs/v3/apiClientManager/index.js +18 -7
- package/dist/commonjs/v3/apiClientManager/index.js.map +1 -1
- package/dist/commonjs/v3/apiClientManager/types.d.ts +7 -0
- package/dist/commonjs/v3/apps/process.d.ts +2 -0
- package/dist/commonjs/v3/apps/process.js +2 -0
- package/dist/commonjs/v3/apps/process.js.map +1 -1
- package/dist/commonjs/v3/errors.d.ts +11 -4
- package/dist/commonjs/v3/errors.js +213 -24
- package/dist/commonjs/v3/errors.js.map +1 -1
- package/dist/commonjs/v3/index.d.ts +2 -1
- package/dist/commonjs/v3/index.js +4 -3
- package/dist/commonjs/v3/index.js.map +1 -1
- package/dist/commonjs/v3/jwt.d.ts +10 -0
- package/dist/commonjs/v3/jwt.js +34 -0
- package/dist/commonjs/v3/jwt.js.map +1 -0
- package/dist/commonjs/v3/otel/index.d.ts +2 -3
- package/dist/commonjs/v3/otel/index.js +15 -21
- package/dist/commonjs/v3/otel/index.js.map +1 -1
- package/dist/commonjs/v3/otel/utils.d.ts +2 -0
- package/dist/commonjs/v3/otel/utils.js +24 -0
- package/dist/commonjs/v3/otel/utils.js.map +1 -0
- package/dist/commonjs/v3/runMetadata/index.d.ts +8 -6
- package/dist/commonjs/v3/runMetadata/index.js +18 -39
- package/dist/commonjs/v3/runMetadata/index.js.map +1 -1
- package/dist/commonjs/v3/runMetadata/manager.d.ts +17 -0
- package/dist/commonjs/v3/runMetadata/manager.js +116 -0
- package/dist/commonjs/v3/runMetadata/manager.js.map +1 -0
- package/dist/commonjs/v3/runMetadata/noopManager.d.ts +12 -0
- package/dist/commonjs/v3/runMetadata/noopManager.js +26 -0
- package/dist/commonjs/v3/runMetadata/noopManager.js.map +1 -0
- package/dist/commonjs/v3/runMetadata/types.d.ts +11 -0
- package/dist/commonjs/v3/runMetadata/types.js +3 -0
- package/dist/commonjs/v3/runMetadata/types.js.map +1 -0
- package/dist/commonjs/v3/runtime/noopRuntimeManager.js +5 -1
- package/dist/commonjs/v3/runtime/noopRuntimeManager.js.map +1 -1
- package/dist/commonjs/v3/runtime/prodRuntimeManager.js +0 -4
- package/dist/commonjs/v3/runtime/prodRuntimeManager.js.map +1 -1
- package/dist/commonjs/v3/schemas/api.d.ts +411 -282
- package/dist/commonjs/v3/schemas/api.js +34 -4
- package/dist/commonjs/v3/schemas/api.js.map +1 -1
- package/dist/commonjs/v3/schemas/build.d.ts +112 -112
- package/dist/commonjs/v3/schemas/common.d.ts +24 -45
- package/dist/commonjs/v3/schemas/common.js +5 -23
- package/dist/commonjs/v3/schemas/common.js.map +1 -1
- package/dist/commonjs/v3/schemas/fetch.d.ts +14 -14
- package/dist/commonjs/v3/schemas/messages.d.ts +3115 -3114
- package/dist/commonjs/v3/schemas/messages.js +1 -0
- package/dist/commonjs/v3/schemas/messages.js.map +1 -1
- package/dist/commonjs/v3/schemas/resources.d.ts +12 -12
- package/dist/commonjs/v3/schemas/schemas.d.ts +394 -394
- package/dist/commonjs/v3/tracer.js +2 -2
- package/dist/commonjs/v3/types/idempotencyKeys.d.ts +7 -0
- package/dist/commonjs/v3/types/idempotencyKeys.js +3 -0
- package/dist/commonjs/v3/types/idempotencyKeys.js.map +1 -0
- package/dist/commonjs/v3/types/index.d.ts +9 -63
- package/dist/commonjs/v3/types/index.js +2 -0
- package/dist/commonjs/v3/types/index.js.map +1 -1
- package/dist/commonjs/v3/types/schemas.d.ts +44 -0
- package/dist/commonjs/v3/types/schemas.js +41 -0
- package/dist/commonjs/v3/types/schemas.js.map +1 -0
- package/dist/commonjs/v3/types/tasks.d.ts +473 -0
- package/dist/commonjs/v3/types/tasks.js +42 -0
- package/dist/commonjs/v3/types/tasks.js.map +1 -0
- package/dist/commonjs/v3/utils/flattenAttributes.d.ts +2 -1
- package/dist/commonjs/v3/utils/flattenAttributes.js +39 -16
- package/dist/commonjs/v3/utils/flattenAttributes.js.map +1 -1
- package/dist/commonjs/v3/utils/getEnv.d.ts +1 -0
- package/dist/commonjs/v3/utils/getEnv.js +12 -0
- package/dist/commonjs/v3/utils/getEnv.js.map +1 -1
- package/dist/commonjs/v3/utils/globals.d.ts +2 -2
- package/dist/commonjs/v3/utils/globals.js.map +1 -1
- package/dist/commonjs/v3/utils/ioSerialization.d.ts +1 -0
- package/dist/commonjs/v3/utils/ioSerialization.js +21 -3
- package/dist/commonjs/v3/utils/ioSerialization.js.map +1 -1
- package/dist/commonjs/v3/utils/safeAsyncLocalStorage.d.ts +1 -0
- package/dist/commonjs/v3/utils/safeAsyncLocalStorage.js +3 -0
- package/dist/commonjs/v3/utils/safeAsyncLocalStorage.js.map +1 -1
- package/dist/commonjs/v3/workers/index.d.ts +2 -1
- package/dist/commonjs/v3/workers/index.js +4 -1
- package/dist/commonjs/v3/workers/index.js.map +1 -1
- package/dist/commonjs/v3/workers/taskExecutor.js +39 -7
- package/dist/commonjs/v3/workers/taskExecutor.js.map +1 -1
- package/dist/commonjs/version.js +1 -1
- package/dist/esm/v3/apiClient/core.d.ts +1 -1
- package/dist/esm/v3/apiClient/core.js +9 -1
- package/dist/esm/v3/apiClient/core.js.map +1 -1
- package/dist/esm/v3/apiClient/index.d.ts +139 -111
- package/dist/esm/v3/apiClient/index.js +100 -4
- package/dist/esm/v3/apiClient/index.js.map +1 -1
- package/dist/esm/v3/apiClient/runStream.d.ts +50 -0
- package/dist/esm/v3/apiClient/runStream.js +154 -0
- package/dist/esm/v3/apiClient/runStream.js.map +1 -0
- package/dist/esm/v3/apiClient/stream.d.ts +9 -0
- package/dist/esm/v3/apiClient/stream.js +33 -0
- package/dist/esm/v3/apiClient/stream.js.map +1 -0
- package/dist/esm/v3/apiClient/types.d.ts +4 -0
- package/dist/esm/v3/apiClientManager/index.d.ts +2 -1
- package/dist/esm/v3/apiClientManager/index.js +18 -7
- package/dist/esm/v3/apiClientManager/index.js.map +1 -1
- package/dist/esm/v3/apiClientManager/types.d.ts +7 -0
- package/dist/esm/v3/apps/process.d.ts +2 -0
- package/dist/esm/v3/apps/process.js +2 -0
- package/dist/esm/v3/apps/process.js.map +1 -1
- package/dist/esm/v3/errors.d.ts +11 -4
- package/dist/esm/v3/errors.js +210 -23
- package/dist/esm/v3/errors.js.map +1 -1
- package/dist/esm/v3/index.d.ts +2 -1
- package/dist/esm/v3/index.js +2 -1
- package/dist/esm/v3/index.js.map +1 -1
- package/dist/esm/v3/jwt.d.ts +10 -0
- package/dist/esm/v3/jwt.js +29 -0
- package/dist/esm/v3/jwt.js.map +1 -0
- package/dist/esm/v3/otel/index.d.ts +2 -3
- package/dist/esm/v3/otel/index.js +1 -20
- package/dist/esm/v3/otel/index.js.map +1 -1
- package/dist/esm/v3/otel/utils.d.ts +2 -0
- package/dist/esm/v3/otel/utils.js +21 -0
- package/dist/esm/v3/otel/utils.js.map +1 -0
- package/dist/esm/v3/runMetadata/index.d.ts +8 -6
- package/dist/esm/v3/runMetadata/index.js +20 -41
- package/dist/esm/v3/runMetadata/index.js.map +1 -1
- package/dist/esm/v3/runMetadata/manager.d.ts +17 -0
- package/dist/esm/v3/runMetadata/manager.js +112 -0
- package/dist/esm/v3/runMetadata/manager.js.map +1 -0
- package/dist/esm/v3/runMetadata/noopManager.d.ts +12 -0
- package/dist/esm/v3/runMetadata/noopManager.js +22 -0
- package/dist/esm/v3/runMetadata/noopManager.js.map +1 -0
- package/dist/esm/v3/runMetadata/types.d.ts +11 -0
- package/dist/esm/v3/runMetadata/types.js +2 -0
- package/dist/esm/v3/runMetadata/types.js.map +1 -0
- package/dist/esm/v3/runtime/noopRuntimeManager.js +5 -1
- package/dist/esm/v3/runtime/noopRuntimeManager.js.map +1 -1
- package/dist/esm/v3/runtime/prodRuntimeManager.js +0 -4
- package/dist/esm/v3/runtime/prodRuntimeManager.js.map +1 -1
- package/dist/esm/v3/schemas/api.d.ts +411 -282
- package/dist/esm/v3/schemas/api.js +33 -3
- package/dist/esm/v3/schemas/api.js.map +1 -1
- package/dist/esm/v3/schemas/build.d.ts +112 -112
- package/dist/esm/v3/schemas/common.d.ts +24 -45
- package/dist/esm/v3/schemas/common.js +4 -22
- package/dist/esm/v3/schemas/common.js.map +1 -1
- package/dist/esm/v3/schemas/fetch.d.ts +14 -14
- package/dist/esm/v3/schemas/messages.d.ts +3115 -3114
- package/dist/esm/v3/schemas/messages.js +1 -0
- package/dist/esm/v3/schemas/messages.js.map +1 -1
- package/dist/esm/v3/schemas/resources.d.ts +12 -12
- package/dist/esm/v3/schemas/schemas.d.ts +394 -394
- package/dist/esm/v3/tracer.js +1 -1
- package/dist/esm/v3/types/idempotencyKeys.d.ts +7 -0
- package/dist/esm/v3/types/idempotencyKeys.js +2 -0
- package/dist/esm/v3/types/idempotencyKeys.js.map +1 -0
- package/dist/esm/v3/types/index.d.ts +9 -63
- package/dist/esm/v3/types/index.js +2 -0
- package/dist/esm/v3/types/index.js.map +1 -1
- package/dist/esm/v3/types/schemas.d.ts +44 -0
- package/dist/esm/v3/types/schemas.js +38 -0
- package/dist/esm/v3/types/schemas.js.map +1 -0
- package/dist/esm/v3/types/tasks.d.ts +473 -0
- package/dist/esm/v3/types/tasks.js +37 -0
- package/dist/esm/v3/types/tasks.js.map +1 -0
- package/dist/esm/v3/utils/flattenAttributes.d.ts +2 -1
- package/dist/esm/v3/utils/flattenAttributes.js +38 -15
- package/dist/esm/v3/utils/flattenAttributes.js.map +1 -1
- package/dist/esm/v3/utils/getEnv.d.ts +1 -0
- package/dist/esm/v3/utils/getEnv.js +11 -0
- package/dist/esm/v3/utils/getEnv.js.map +1 -1
- package/dist/esm/v3/utils/globals.d.ts +2 -2
- package/dist/esm/v3/utils/globals.js.map +1 -1
- package/dist/esm/v3/utils/ioSerialization.d.ts +1 -0
- package/dist/esm/v3/utils/ioSerialization.js +20 -3
- package/dist/esm/v3/utils/ioSerialization.js.map +1 -1
- package/dist/esm/v3/utils/safeAsyncLocalStorage.d.ts +1 -0
- package/dist/esm/v3/utils/safeAsyncLocalStorage.js +3 -0
- package/dist/esm/v3/utils/safeAsyncLocalStorage.js.map +1 -1
- package/dist/esm/v3/workers/index.d.ts +2 -1
- package/dist/esm/v3/workers/index.js +2 -1
- package/dist/esm/v3/workers/index.js.map +1 -1
- package/dist/esm/v3/workers/taskExecutor.js +40 -8
- package/dist/esm/v3/workers/taskExecutor.js.map +1 -1
- package/dist/esm/version.js +1 -1
- package/package.json +35 -1
|
@@ -120,18 +120,12 @@ export declare const BuildManifest: z.ZodObject<{
|
|
|
120
120
|
exclude?: string[] | undefined;
|
|
121
121
|
}>>;
|
|
122
122
|
}, "strip", z.ZodTypeAny, {
|
|
123
|
-
config: {
|
|
124
|
-
project: string;
|
|
125
|
-
dirs: string[];
|
|
126
|
-
};
|
|
127
|
-
sources: Record<string, {
|
|
128
|
-
contentHash: string;
|
|
129
|
-
contents: string;
|
|
130
|
-
}>;
|
|
131
123
|
environment: string;
|
|
132
124
|
contentHash: string;
|
|
133
|
-
|
|
125
|
+
configPath: string;
|
|
126
|
+
runtime: "node" | "bun";
|
|
134
127
|
cliPackageVersion: string;
|
|
128
|
+
packageVersion: string;
|
|
135
129
|
deploy: {
|
|
136
130
|
env?: Record<string, string> | undefined;
|
|
137
131
|
sync?: {
|
|
@@ -139,15 +133,21 @@ export declare const BuildManifest: z.ZodObject<{
|
|
|
139
133
|
} | undefined;
|
|
140
134
|
};
|
|
141
135
|
target: "dev" | "deploy";
|
|
142
|
-
|
|
136
|
+
config: {
|
|
137
|
+
project: string;
|
|
138
|
+
dirs: string[];
|
|
139
|
+
};
|
|
143
140
|
files: {
|
|
144
141
|
entry: string;
|
|
145
142
|
out: string;
|
|
146
143
|
}[];
|
|
144
|
+
sources: Record<string, {
|
|
145
|
+
contentHash: string;
|
|
146
|
+
contents: string;
|
|
147
|
+
}>;
|
|
147
148
|
outputPath: string;
|
|
148
149
|
runWorkerEntryPoint: string;
|
|
149
150
|
indexWorkerEntryPoint: string;
|
|
150
|
-
configPath: string;
|
|
151
151
|
build: {
|
|
152
152
|
env?: Record<string, string> | undefined;
|
|
153
153
|
commands?: string[] | undefined;
|
|
@@ -169,18 +169,12 @@ export declare const BuildManifest: z.ZodObject<{
|
|
|
169
169
|
exclude?: string[] | undefined;
|
|
170
170
|
} | undefined;
|
|
171
171
|
}, {
|
|
172
|
-
config: {
|
|
173
|
-
project: string;
|
|
174
|
-
dirs: string[];
|
|
175
|
-
};
|
|
176
|
-
sources: Record<string, {
|
|
177
|
-
contentHash: string;
|
|
178
|
-
contents: string;
|
|
179
|
-
}>;
|
|
180
172
|
environment: string;
|
|
181
173
|
contentHash: string;
|
|
182
|
-
|
|
174
|
+
configPath: string;
|
|
175
|
+
runtime: "node" | "bun";
|
|
183
176
|
cliPackageVersion: string;
|
|
177
|
+
packageVersion: string;
|
|
184
178
|
deploy: {
|
|
185
179
|
env?: Record<string, string> | undefined;
|
|
186
180
|
sync?: {
|
|
@@ -188,15 +182,21 @@ export declare const BuildManifest: z.ZodObject<{
|
|
|
188
182
|
} | undefined;
|
|
189
183
|
};
|
|
190
184
|
target: "dev" | "deploy";
|
|
191
|
-
|
|
185
|
+
config: {
|
|
186
|
+
project: string;
|
|
187
|
+
dirs: string[];
|
|
188
|
+
};
|
|
192
189
|
files: {
|
|
193
190
|
entry: string;
|
|
194
191
|
out: string;
|
|
195
192
|
}[];
|
|
193
|
+
sources: Record<string, {
|
|
194
|
+
contentHash: string;
|
|
195
|
+
contents: string;
|
|
196
|
+
}>;
|
|
196
197
|
outputPath: string;
|
|
197
198
|
runWorkerEntryPoint: string;
|
|
198
199
|
indexWorkerEntryPoint: string;
|
|
199
|
-
configPath: string;
|
|
200
200
|
build: {
|
|
201
201
|
env?: Record<string, string> | undefined;
|
|
202
202
|
commands?: string[] | undefined;
|
|
@@ -328,18 +328,12 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
328
328
|
exclude?: string[] | undefined;
|
|
329
329
|
}>>;
|
|
330
330
|
}, "strip", z.ZodTypeAny, {
|
|
331
|
-
config: {
|
|
332
|
-
project: string;
|
|
333
|
-
dirs: string[];
|
|
334
|
-
};
|
|
335
|
-
sources: Record<string, {
|
|
336
|
-
contentHash: string;
|
|
337
|
-
contents: string;
|
|
338
|
-
}>;
|
|
339
331
|
environment: string;
|
|
340
332
|
contentHash: string;
|
|
341
|
-
|
|
333
|
+
configPath: string;
|
|
334
|
+
runtime: "node" | "bun";
|
|
342
335
|
cliPackageVersion: string;
|
|
336
|
+
packageVersion: string;
|
|
343
337
|
deploy: {
|
|
344
338
|
env?: Record<string, string> | undefined;
|
|
345
339
|
sync?: {
|
|
@@ -347,15 +341,21 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
347
341
|
} | undefined;
|
|
348
342
|
};
|
|
349
343
|
target: "dev" | "deploy";
|
|
350
|
-
|
|
344
|
+
config: {
|
|
345
|
+
project: string;
|
|
346
|
+
dirs: string[];
|
|
347
|
+
};
|
|
351
348
|
files: {
|
|
352
349
|
entry: string;
|
|
353
350
|
out: string;
|
|
354
351
|
}[];
|
|
352
|
+
sources: Record<string, {
|
|
353
|
+
contentHash: string;
|
|
354
|
+
contents: string;
|
|
355
|
+
}>;
|
|
355
356
|
outputPath: string;
|
|
356
357
|
runWorkerEntryPoint: string;
|
|
357
358
|
indexWorkerEntryPoint: string;
|
|
358
|
-
configPath: string;
|
|
359
359
|
build: {
|
|
360
360
|
env?: Record<string, string> | undefined;
|
|
361
361
|
commands?: string[] | undefined;
|
|
@@ -377,18 +377,12 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
377
377
|
exclude?: string[] | undefined;
|
|
378
378
|
} | undefined;
|
|
379
379
|
}, {
|
|
380
|
-
config: {
|
|
381
|
-
project: string;
|
|
382
|
-
dirs: string[];
|
|
383
|
-
};
|
|
384
|
-
sources: Record<string, {
|
|
385
|
-
contentHash: string;
|
|
386
|
-
contents: string;
|
|
387
|
-
}>;
|
|
388
380
|
environment: string;
|
|
389
381
|
contentHash: string;
|
|
390
|
-
|
|
382
|
+
configPath: string;
|
|
383
|
+
runtime: "node" | "bun";
|
|
391
384
|
cliPackageVersion: string;
|
|
385
|
+
packageVersion: string;
|
|
392
386
|
deploy: {
|
|
393
387
|
env?: Record<string, string> | undefined;
|
|
394
388
|
sync?: {
|
|
@@ -396,15 +390,21 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
396
390
|
} | undefined;
|
|
397
391
|
};
|
|
398
392
|
target: "dev" | "deploy";
|
|
399
|
-
|
|
393
|
+
config: {
|
|
394
|
+
project: string;
|
|
395
|
+
dirs: string[];
|
|
396
|
+
};
|
|
400
397
|
files: {
|
|
401
398
|
entry: string;
|
|
402
399
|
out: string;
|
|
403
400
|
}[];
|
|
401
|
+
sources: Record<string, {
|
|
402
|
+
contentHash: string;
|
|
403
|
+
contents: string;
|
|
404
|
+
}>;
|
|
404
405
|
outputPath: string;
|
|
405
406
|
runWorkerEntryPoint: string;
|
|
406
407
|
indexWorkerEntryPoint: string;
|
|
407
|
-
configPath: string;
|
|
408
408
|
build: {
|
|
409
409
|
env?: Record<string, string> | undefined;
|
|
410
410
|
commands?: string[] | undefined;
|
|
@@ -428,18 +428,12 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
428
428
|
}>;
|
|
429
429
|
}, "strip", z.ZodTypeAny, {
|
|
430
430
|
build: {
|
|
431
|
-
config: {
|
|
432
|
-
project: string;
|
|
433
|
-
dirs: string[];
|
|
434
|
-
};
|
|
435
|
-
sources: Record<string, {
|
|
436
|
-
contentHash: string;
|
|
437
|
-
contents: string;
|
|
438
|
-
}>;
|
|
439
431
|
environment: string;
|
|
440
432
|
contentHash: string;
|
|
441
|
-
|
|
433
|
+
configPath: string;
|
|
434
|
+
runtime: "node" | "bun";
|
|
442
435
|
cliPackageVersion: string;
|
|
436
|
+
packageVersion: string;
|
|
443
437
|
deploy: {
|
|
444
438
|
env?: Record<string, string> | undefined;
|
|
445
439
|
sync?: {
|
|
@@ -447,15 +441,21 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
447
441
|
} | undefined;
|
|
448
442
|
};
|
|
449
443
|
target: "dev" | "deploy";
|
|
450
|
-
|
|
444
|
+
config: {
|
|
445
|
+
project: string;
|
|
446
|
+
dirs: string[];
|
|
447
|
+
};
|
|
451
448
|
files: {
|
|
452
449
|
entry: string;
|
|
453
450
|
out: string;
|
|
454
451
|
}[];
|
|
452
|
+
sources: Record<string, {
|
|
453
|
+
contentHash: string;
|
|
454
|
+
contents: string;
|
|
455
|
+
}>;
|
|
455
456
|
outputPath: string;
|
|
456
457
|
runWorkerEntryPoint: string;
|
|
457
458
|
indexWorkerEntryPoint: string;
|
|
458
|
-
configPath: string;
|
|
459
459
|
build: {
|
|
460
460
|
env?: Record<string, string> | undefined;
|
|
461
461
|
commands?: string[] | undefined;
|
|
@@ -479,18 +479,12 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
479
479
|
};
|
|
480
480
|
}, {
|
|
481
481
|
build: {
|
|
482
|
-
config: {
|
|
483
|
-
project: string;
|
|
484
|
-
dirs: string[];
|
|
485
|
-
};
|
|
486
|
-
sources: Record<string, {
|
|
487
|
-
contentHash: string;
|
|
488
|
-
contents: string;
|
|
489
|
-
}>;
|
|
490
482
|
environment: string;
|
|
491
483
|
contentHash: string;
|
|
492
|
-
|
|
484
|
+
configPath: string;
|
|
485
|
+
runtime: "node" | "bun";
|
|
493
486
|
cliPackageVersion: string;
|
|
487
|
+
packageVersion: string;
|
|
494
488
|
deploy: {
|
|
495
489
|
env?: Record<string, string> | undefined;
|
|
496
490
|
sync?: {
|
|
@@ -498,15 +492,21 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
498
492
|
} | undefined;
|
|
499
493
|
};
|
|
500
494
|
target: "dev" | "deploy";
|
|
501
|
-
|
|
495
|
+
config: {
|
|
496
|
+
project: string;
|
|
497
|
+
dirs: string[];
|
|
498
|
+
};
|
|
502
499
|
files: {
|
|
503
500
|
entry: string;
|
|
504
501
|
out: string;
|
|
505
502
|
}[];
|
|
503
|
+
sources: Record<string, {
|
|
504
|
+
contentHash: string;
|
|
505
|
+
contents: string;
|
|
506
|
+
}>;
|
|
506
507
|
outputPath: string;
|
|
507
508
|
runWorkerEntryPoint: string;
|
|
508
509
|
indexWorkerEntryPoint: string;
|
|
509
|
-
configPath: string;
|
|
510
510
|
build: {
|
|
511
511
|
env?: Record<string, string> | undefined;
|
|
512
512
|
commands?: string[] | undefined;
|
|
@@ -533,18 +533,12 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
533
533
|
type: "index";
|
|
534
534
|
data: {
|
|
535
535
|
build: {
|
|
536
|
-
config: {
|
|
537
|
-
project: string;
|
|
538
|
-
dirs: string[];
|
|
539
|
-
};
|
|
540
|
-
sources: Record<string, {
|
|
541
|
-
contentHash: string;
|
|
542
|
-
contents: string;
|
|
543
|
-
}>;
|
|
544
536
|
environment: string;
|
|
545
537
|
contentHash: string;
|
|
546
|
-
|
|
538
|
+
configPath: string;
|
|
539
|
+
runtime: "node" | "bun";
|
|
547
540
|
cliPackageVersion: string;
|
|
541
|
+
packageVersion: string;
|
|
548
542
|
deploy: {
|
|
549
543
|
env?: Record<string, string> | undefined;
|
|
550
544
|
sync?: {
|
|
@@ -552,15 +546,21 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
552
546
|
} | undefined;
|
|
553
547
|
};
|
|
554
548
|
target: "dev" | "deploy";
|
|
555
|
-
|
|
549
|
+
config: {
|
|
550
|
+
project: string;
|
|
551
|
+
dirs: string[];
|
|
552
|
+
};
|
|
556
553
|
files: {
|
|
557
554
|
entry: string;
|
|
558
555
|
out: string;
|
|
559
556
|
}[];
|
|
557
|
+
sources: Record<string, {
|
|
558
|
+
contentHash: string;
|
|
559
|
+
contents: string;
|
|
560
|
+
}>;
|
|
560
561
|
outputPath: string;
|
|
561
562
|
runWorkerEntryPoint: string;
|
|
562
563
|
indexWorkerEntryPoint: string;
|
|
563
|
-
configPath: string;
|
|
564
564
|
build: {
|
|
565
565
|
env?: Record<string, string> | undefined;
|
|
566
566
|
commands?: string[] | undefined;
|
|
@@ -587,18 +587,12 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
587
587
|
type: "index";
|
|
588
588
|
data: {
|
|
589
589
|
build: {
|
|
590
|
-
config: {
|
|
591
|
-
project: string;
|
|
592
|
-
dirs: string[];
|
|
593
|
-
};
|
|
594
|
-
sources: Record<string, {
|
|
595
|
-
contentHash: string;
|
|
596
|
-
contents: string;
|
|
597
|
-
}>;
|
|
598
590
|
environment: string;
|
|
599
591
|
contentHash: string;
|
|
600
|
-
|
|
592
|
+
configPath: string;
|
|
593
|
+
runtime: "node" | "bun";
|
|
601
594
|
cliPackageVersion: string;
|
|
595
|
+
packageVersion: string;
|
|
602
596
|
deploy: {
|
|
603
597
|
env?: Record<string, string> | undefined;
|
|
604
598
|
sync?: {
|
|
@@ -606,15 +600,21 @@ export declare const IndexMessage: z.ZodObject<{
|
|
|
606
600
|
} | undefined;
|
|
607
601
|
};
|
|
608
602
|
target: "dev" | "deploy";
|
|
609
|
-
|
|
603
|
+
config: {
|
|
604
|
+
project: string;
|
|
605
|
+
dirs: string[];
|
|
606
|
+
};
|
|
610
607
|
files: {
|
|
611
608
|
entry: string;
|
|
612
609
|
out: string;
|
|
613
610
|
}[];
|
|
611
|
+
sources: Record<string, {
|
|
612
|
+
contentHash: string;
|
|
613
|
+
contents: string;
|
|
614
|
+
}>;
|
|
614
615
|
outputPath: string;
|
|
615
616
|
runWorkerEntryPoint: string;
|
|
616
617
|
indexWorkerEntryPoint: string;
|
|
617
|
-
configPath: string;
|
|
618
618
|
build: {
|
|
619
619
|
env?: Record<string, string> | undefined;
|
|
620
620
|
commands?: string[] | undefined;
|
|
@@ -856,11 +856,11 @@ export declare const WorkerManifest: z.ZodObject<{
|
|
|
856
856
|
preset: z.ZodOptional<z.ZodEnum<["micro", "small-1x", "small-2x", "medium-1x", "medium-2x", "large-1x", "large-2x"]>>;
|
|
857
857
|
}, "strip", z.ZodTypeAny, {
|
|
858
858
|
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
859
|
-
memory?:
|
|
859
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
860
860
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
861
861
|
}, {
|
|
862
862
|
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
863
|
-
memory?:
|
|
863
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
864
864
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
865
865
|
}>>;
|
|
866
866
|
triggerSource: z.ZodOptional<z.ZodString>;
|
|
@@ -926,7 +926,7 @@ export declare const WorkerManifest: z.ZodObject<{
|
|
|
926
926
|
} | undefined;
|
|
927
927
|
machine?: {
|
|
928
928
|
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
929
|
-
memory?:
|
|
929
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
930
930
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
931
931
|
} | undefined;
|
|
932
932
|
triggerSource?: string | undefined;
|
|
@@ -986,7 +986,7 @@ export declare const WorkerManifest: z.ZodObject<{
|
|
|
986
986
|
} | undefined;
|
|
987
987
|
machine?: {
|
|
988
988
|
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
989
|
-
memory?:
|
|
989
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
990
990
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
991
991
|
} | undefined;
|
|
992
992
|
triggerSource?: string | undefined;
|
|
@@ -1063,7 +1063,7 @@ export declare const WorkerManifest: z.ZodObject<{
|
|
|
1063
1063
|
} | undefined;
|
|
1064
1064
|
machine?: {
|
|
1065
1065
|
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
1066
|
-
memory?:
|
|
1066
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
1067
1067
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1068
1068
|
} | undefined;
|
|
1069
1069
|
triggerSource?: string | undefined;
|
|
@@ -1073,9 +1073,9 @@ export declare const WorkerManifest: z.ZodObject<{
|
|
|
1073
1073
|
} | undefined;
|
|
1074
1074
|
maxDuration?: number | undefined;
|
|
1075
1075
|
}[];
|
|
1076
|
-
runtime: "node" | "bun";
|
|
1077
1076
|
configPath: string;
|
|
1078
1077
|
workerEntryPoint: string;
|
|
1078
|
+
runtime: "node" | "bun";
|
|
1079
1079
|
controllerEntryPoint?: string | undefined;
|
|
1080
1080
|
loaderEntryPoint?: string | undefined;
|
|
1081
1081
|
customConditions?: string[] | undefined;
|
|
@@ -1135,7 +1135,7 @@ export declare const WorkerManifest: z.ZodObject<{
|
|
|
1135
1135
|
} | undefined;
|
|
1136
1136
|
machine?: {
|
|
1137
1137
|
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
1138
|
-
memory?:
|
|
1138
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
1139
1139
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1140
1140
|
} | undefined;
|
|
1141
1141
|
triggerSource?: string | undefined;
|
|
@@ -1145,9 +1145,9 @@ export declare const WorkerManifest: z.ZodObject<{
|
|
|
1145
1145
|
} | undefined;
|
|
1146
1146
|
maxDuration?: number | undefined;
|
|
1147
1147
|
}[];
|
|
1148
|
-
runtime: "node" | "bun";
|
|
1149
1148
|
configPath: string;
|
|
1150
1149
|
workerEntryPoint: string;
|
|
1150
|
+
runtime: "node" | "bun";
|
|
1151
1151
|
controllerEntryPoint?: string | undefined;
|
|
1152
1152
|
loaderEntryPoint?: string | undefined;
|
|
1153
1153
|
customConditions?: string[] | undefined;
|
|
@@ -1377,11 +1377,11 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1377
1377
|
preset: z.ZodOptional<z.ZodEnum<["micro", "small-1x", "small-2x", "medium-1x", "medium-2x", "large-1x", "large-2x"]>>;
|
|
1378
1378
|
}, "strip", z.ZodTypeAny, {
|
|
1379
1379
|
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
1380
|
-
memory?:
|
|
1380
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
1381
1381
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1382
1382
|
}, {
|
|
1383
1383
|
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
1384
|
-
memory?:
|
|
1384
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
1385
1385
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1386
1386
|
}>>;
|
|
1387
1387
|
triggerSource: z.ZodOptional<z.ZodString>;
|
|
@@ -1447,7 +1447,7 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1447
1447
|
} | undefined;
|
|
1448
1448
|
machine?: {
|
|
1449
1449
|
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
1450
|
-
memory?:
|
|
1450
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
1451
1451
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1452
1452
|
} | undefined;
|
|
1453
1453
|
triggerSource?: string | undefined;
|
|
@@ -1507,7 +1507,7 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1507
1507
|
} | undefined;
|
|
1508
1508
|
machine?: {
|
|
1509
1509
|
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
1510
|
-
memory?:
|
|
1510
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
1511
1511
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1512
1512
|
} | undefined;
|
|
1513
1513
|
triggerSource?: string | undefined;
|
|
@@ -1584,7 +1584,7 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1584
1584
|
} | undefined;
|
|
1585
1585
|
machine?: {
|
|
1586
1586
|
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
1587
|
-
memory?:
|
|
1587
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
1588
1588
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1589
1589
|
} | undefined;
|
|
1590
1590
|
triggerSource?: string | undefined;
|
|
@@ -1594,9 +1594,9 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1594
1594
|
} | undefined;
|
|
1595
1595
|
maxDuration?: number | undefined;
|
|
1596
1596
|
}[];
|
|
1597
|
-
runtime: "node" | "bun";
|
|
1598
1597
|
configPath: string;
|
|
1599
1598
|
workerEntryPoint: string;
|
|
1599
|
+
runtime: "node" | "bun";
|
|
1600
1600
|
controllerEntryPoint?: string | undefined;
|
|
1601
1601
|
loaderEntryPoint?: string | undefined;
|
|
1602
1602
|
customConditions?: string[] | undefined;
|
|
@@ -1656,7 +1656,7 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1656
1656
|
} | undefined;
|
|
1657
1657
|
machine?: {
|
|
1658
1658
|
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
1659
|
-
memory?:
|
|
1659
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
1660
1660
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1661
1661
|
} | undefined;
|
|
1662
1662
|
triggerSource?: string | undefined;
|
|
@@ -1666,9 +1666,9 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1666
1666
|
} | undefined;
|
|
1667
1667
|
maxDuration?: number | undefined;
|
|
1668
1668
|
}[];
|
|
1669
|
-
runtime: "node" | "bun";
|
|
1670
1669
|
configPath: string;
|
|
1671
1670
|
workerEntryPoint: string;
|
|
1671
|
+
runtime: "node" | "bun";
|
|
1672
1672
|
controllerEntryPoint?: string | undefined;
|
|
1673
1673
|
loaderEntryPoint?: string | undefined;
|
|
1674
1674
|
customConditions?: string[] | undefined;
|
|
@@ -1730,7 +1730,7 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1730
1730
|
} | undefined;
|
|
1731
1731
|
machine?: {
|
|
1732
1732
|
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
1733
|
-
memory?:
|
|
1733
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
1734
1734
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1735
1735
|
} | undefined;
|
|
1736
1736
|
triggerSource?: string | undefined;
|
|
@@ -1740,9 +1740,9 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1740
1740
|
} | undefined;
|
|
1741
1741
|
maxDuration?: number | undefined;
|
|
1742
1742
|
}[];
|
|
1743
|
-
runtime: "node" | "bun";
|
|
1744
1743
|
configPath: string;
|
|
1745
1744
|
workerEntryPoint: string;
|
|
1745
|
+
runtime: "node" | "bun";
|
|
1746
1746
|
controllerEntryPoint?: string | undefined;
|
|
1747
1747
|
loaderEntryPoint?: string | undefined;
|
|
1748
1748
|
customConditions?: string[] | undefined;
|
|
@@ -1804,7 +1804,7 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1804
1804
|
} | undefined;
|
|
1805
1805
|
machine?: {
|
|
1806
1806
|
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
1807
|
-
memory?:
|
|
1807
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
1808
1808
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1809
1809
|
} | undefined;
|
|
1810
1810
|
triggerSource?: string | undefined;
|
|
@@ -1814,9 +1814,9 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1814
1814
|
} | undefined;
|
|
1815
1815
|
maxDuration?: number | undefined;
|
|
1816
1816
|
}[];
|
|
1817
|
-
runtime: "node" | "bun";
|
|
1818
1817
|
configPath: string;
|
|
1819
1818
|
workerEntryPoint: string;
|
|
1819
|
+
runtime: "node" | "bun";
|
|
1820
1820
|
controllerEntryPoint?: string | undefined;
|
|
1821
1821
|
loaderEntryPoint?: string | undefined;
|
|
1822
1822
|
customConditions?: string[] | undefined;
|
|
@@ -1881,7 +1881,7 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1881
1881
|
} | undefined;
|
|
1882
1882
|
machine?: {
|
|
1883
1883
|
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
1884
|
-
memory?:
|
|
1884
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
1885
1885
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1886
1886
|
} | undefined;
|
|
1887
1887
|
triggerSource?: string | undefined;
|
|
@@ -1891,9 +1891,9 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1891
1891
|
} | undefined;
|
|
1892
1892
|
maxDuration?: number | undefined;
|
|
1893
1893
|
}[];
|
|
1894
|
-
runtime: "node" | "bun";
|
|
1895
1894
|
configPath: string;
|
|
1896
1895
|
workerEntryPoint: string;
|
|
1896
|
+
runtime: "node" | "bun";
|
|
1897
1897
|
controllerEntryPoint?: string | undefined;
|
|
1898
1898
|
loaderEntryPoint?: string | undefined;
|
|
1899
1899
|
customConditions?: string[] | undefined;
|
|
@@ -1958,7 +1958,7 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1958
1958
|
} | undefined;
|
|
1959
1959
|
machine?: {
|
|
1960
1960
|
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
1961
|
-
memory?:
|
|
1961
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
1962
1962
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
1963
1963
|
} | undefined;
|
|
1964
1964
|
triggerSource?: string | undefined;
|
|
@@ -1968,9 +1968,9 @@ export declare const WorkerManifestMessage: z.ZodObject<{
|
|
|
1968
1968
|
} | undefined;
|
|
1969
1969
|
maxDuration?: number | undefined;
|
|
1970
1970
|
}[];
|
|
1971
|
-
runtime: "node" | "bun";
|
|
1972
1971
|
configPath: string;
|
|
1973
1972
|
workerEntryPoint: string;
|
|
1973
|
+
runtime: "node" | "bun";
|
|
1974
1974
|
controllerEntryPoint?: string | undefined;
|
|
1975
1975
|
loaderEntryPoint?: string | undefined;
|
|
1976
1976
|
customConditions?: string[] | undefined;
|