@trigger.dev/core 4.5.5 → 4.5.6
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 +7 -0
- package/dist/commonjs/v3/apiClient/core.js +1 -0
- package/dist/commonjs/v3/apiClient/core.js.map +1 -1
- package/dist/commonjs/v3/index.d.ts +1 -0
- package/dist/commonjs/v3/index.js +1 -0
- package/dist/commonjs/v3/index.js.map +1 -1
- package/dist/commonjs/v3/jwt.d.ts +1 -0
- package/dist/commonjs/v3/jwt.js +6 -4
- package/dist/commonjs/v3/jwt.js.map +1 -1
- package/dist/commonjs/v3/runEngineWorker/consts.d.ts +1 -0
- package/dist/commonjs/v3/runEngineWorker/consts.js +3 -0
- package/dist/commonjs/v3/runEngineWorker/consts.js.map +1 -1
- package/dist/commonjs/v3/runEngineWorker/supervisor/http.d.ts +6 -5
- package/dist/commonjs/v3/runEngineWorker/supervisor/http.js +15 -5
- package/dist/commonjs/v3/runEngineWorker/supervisor/http.js.map +1 -1
- package/dist/commonjs/v3/runEngineWorker/supervisor/schemas.d.ts +30 -30
- package/dist/commonjs/v3/runEngineWorker/types.d.ts +1 -0
- package/dist/commonjs/v3/runEngineWorker/workload/schemas.d.ts +30 -30
- package/dist/commonjs/v3/runMetadata/operations.d.ts +1 -1
- package/dist/commonjs/v3/runMetadata/operations.js +7 -0
- package/dist/commonjs/v3/runMetadata/operations.js.map +1 -1
- package/dist/commonjs/v3/schemas/api.d.ts +15 -15
- package/dist/commonjs/v3/schemas/common.d.ts +121 -115
- package/dist/commonjs/v3/schemas/common.js +21 -5
- package/dist/commonjs/v3/schemas/common.js.map +1 -1
- package/dist/commonjs/v3/schemas/messages.d.ts +30 -30
- package/dist/commonjs/v3/utils/flattenAttributes.js +11 -2
- package/dist/commonjs/v3/utils/flattenAttributes.js.map +1 -1
- package/dist/commonjs/v3/workloadDeploymentToken.d.ts +68 -0
- package/dist/commonjs/v3/workloadDeploymentToken.js +73 -0
- package/dist/commonjs/v3/workloadDeploymentToken.js.map +1 -0
- package/dist/commonjs/v3/workloadDeploymentToken.test.d.ts +1 -0
- package/dist/commonjs/v3/workloadDeploymentToken.test.js +110 -0
- package/dist/commonjs/v3/workloadDeploymentToken.test.js.map +1 -0
- package/dist/commonjs/version.js +1 -1
- package/dist/esm/v3/apiClient/core.d.ts +7 -0
- package/dist/esm/v3/apiClient/core.js +1 -0
- package/dist/esm/v3/apiClient/core.js.map +1 -1
- package/dist/esm/v3/index.d.ts +1 -0
- package/dist/esm/v3/index.js +1 -0
- package/dist/esm/v3/index.js.map +1 -1
- package/dist/esm/v3/jwt.d.ts +1 -0
- package/dist/esm/v3/jwt.js +6 -4
- package/dist/esm/v3/jwt.js.map +1 -1
- package/dist/esm/v3/runEngineWorker/consts.d.ts +1 -0
- package/dist/esm/v3/runEngineWorker/consts.js +3 -0
- package/dist/esm/v3/runEngineWorker/consts.js.map +1 -1
- package/dist/esm/v3/runEngineWorker/supervisor/http.d.ts +6 -5
- package/dist/esm/v3/runEngineWorker/supervisor/http.js +15 -5
- package/dist/esm/v3/runEngineWorker/supervisor/http.js.map +1 -1
- package/dist/esm/v3/runEngineWorker/supervisor/schemas.d.ts +30 -30
- package/dist/esm/v3/runEngineWorker/types.d.ts +1 -0
- package/dist/esm/v3/runEngineWorker/workload/schemas.d.ts +30 -30
- package/dist/esm/v3/runMetadata/operations.d.ts +1 -1
- package/dist/esm/v3/runMetadata/operations.js +7 -0
- package/dist/esm/v3/runMetadata/operations.js.map +1 -1
- package/dist/esm/v3/schemas/api.d.ts +15 -15
- package/dist/esm/v3/schemas/common.d.ts +121 -115
- package/dist/esm/v3/schemas/common.js +20 -5
- package/dist/esm/v3/schemas/common.js.map +1 -1
- package/dist/esm/v3/schemas/messages.d.ts +30 -30
- package/dist/esm/v3/utils/flattenAttributes.js +11 -2
- package/dist/esm/v3/utils/flattenAttributes.js.map +1 -1
- package/dist/esm/v3/workloadDeploymentToken.d.ts +68 -0
- package/dist/esm/v3/workloadDeploymentToken.js +66 -0
- package/dist/esm/v3/workloadDeploymentToken.js.map +1 -0
- package/dist/esm/v3/workloadDeploymentToken.test.d.ts +1 -0
- package/dist/esm/v3/workloadDeploymentToken.test.js +108 -0
- package/dist/esm/v3/workloadDeploymentToken.test.js.map +1 -0
- package/dist/esm/version.js +1 -1
- package/package.json +1 -1
|
@@ -7554,7 +7554,7 @@ export declare const UpdateMetadataRequestBody: z.ZodObject<{
|
|
|
7554
7554
|
type: "update";
|
|
7555
7555
|
}>, z.ZodObject<{
|
|
7556
7556
|
type: z.ZodLiteral<"set">;
|
|
7557
|
-
key: z.ZodString
|
|
7557
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
7558
7558
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
7559
7559
|
}, "strip", z.ZodTypeAny, {
|
|
7560
7560
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -7566,7 +7566,7 @@ export declare const UpdateMetadataRequestBody: z.ZodObject<{
|
|
|
7566
7566
|
key: string;
|
|
7567
7567
|
}>, z.ZodObject<{
|
|
7568
7568
|
type: z.ZodLiteral<"delete">;
|
|
7569
|
-
key: z.ZodString
|
|
7569
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
7570
7570
|
}, "strip", z.ZodTypeAny, {
|
|
7571
7571
|
type: "delete";
|
|
7572
7572
|
key: string;
|
|
@@ -7575,7 +7575,7 @@ export declare const UpdateMetadataRequestBody: z.ZodObject<{
|
|
|
7575
7575
|
key: string;
|
|
7576
7576
|
}>, z.ZodObject<{
|
|
7577
7577
|
type: z.ZodLiteral<"append">;
|
|
7578
|
-
key: z.ZodString
|
|
7578
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
7579
7579
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
7580
7580
|
}, "strip", z.ZodTypeAny, {
|
|
7581
7581
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -7587,7 +7587,7 @@ export declare const UpdateMetadataRequestBody: z.ZodObject<{
|
|
|
7587
7587
|
key: string;
|
|
7588
7588
|
}>, z.ZodObject<{
|
|
7589
7589
|
type: z.ZodLiteral<"remove">;
|
|
7590
|
-
key: z.ZodString
|
|
7590
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
7591
7591
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
7592
7592
|
}, "strip", z.ZodTypeAny, {
|
|
7593
7593
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -7599,7 +7599,7 @@ export declare const UpdateMetadataRequestBody: z.ZodObject<{
|
|
|
7599
7599
|
key: string;
|
|
7600
7600
|
}>, z.ZodObject<{
|
|
7601
7601
|
type: z.ZodLiteral<"increment">;
|
|
7602
|
-
key: z.ZodString
|
|
7602
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
7603
7603
|
value: z.ZodNumber;
|
|
7604
7604
|
}, "strip", z.ZodTypeAny, {
|
|
7605
7605
|
value: number;
|
|
@@ -7621,7 +7621,7 @@ export declare const UpdateMetadataRequestBody: z.ZodObject<{
|
|
|
7621
7621
|
type: "update";
|
|
7622
7622
|
}>, z.ZodObject<{
|
|
7623
7623
|
type: z.ZodLiteral<"set">;
|
|
7624
|
-
key: z.ZodString
|
|
7624
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
7625
7625
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
7626
7626
|
}, "strip", z.ZodTypeAny, {
|
|
7627
7627
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -7633,7 +7633,7 @@ export declare const UpdateMetadataRequestBody: z.ZodObject<{
|
|
|
7633
7633
|
key: string;
|
|
7634
7634
|
}>, z.ZodObject<{
|
|
7635
7635
|
type: z.ZodLiteral<"delete">;
|
|
7636
|
-
key: z.ZodString
|
|
7636
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
7637
7637
|
}, "strip", z.ZodTypeAny, {
|
|
7638
7638
|
type: "delete";
|
|
7639
7639
|
key: string;
|
|
@@ -7642,7 +7642,7 @@ export declare const UpdateMetadataRequestBody: z.ZodObject<{
|
|
|
7642
7642
|
key: string;
|
|
7643
7643
|
}>, z.ZodObject<{
|
|
7644
7644
|
type: z.ZodLiteral<"append">;
|
|
7645
|
-
key: z.ZodString
|
|
7645
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
7646
7646
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
7647
7647
|
}, "strip", z.ZodTypeAny, {
|
|
7648
7648
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -7654,7 +7654,7 @@ export declare const UpdateMetadataRequestBody: z.ZodObject<{
|
|
|
7654
7654
|
key: string;
|
|
7655
7655
|
}>, z.ZodObject<{
|
|
7656
7656
|
type: z.ZodLiteral<"remove">;
|
|
7657
|
-
key: z.ZodString
|
|
7657
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
7658
7658
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
7659
7659
|
}, "strip", z.ZodTypeAny, {
|
|
7660
7660
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -7666,7 +7666,7 @@ export declare const UpdateMetadataRequestBody: z.ZodObject<{
|
|
|
7666
7666
|
key: string;
|
|
7667
7667
|
}>, z.ZodObject<{
|
|
7668
7668
|
type: z.ZodLiteral<"increment">;
|
|
7669
|
-
key: z.ZodString
|
|
7669
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
7670
7670
|
value: z.ZodNumber;
|
|
7671
7671
|
}, "strip", z.ZodTypeAny, {
|
|
7672
7672
|
value: number;
|
|
@@ -7688,7 +7688,7 @@ export declare const UpdateMetadataRequestBody: z.ZodObject<{
|
|
|
7688
7688
|
type: "update";
|
|
7689
7689
|
}>, z.ZodObject<{
|
|
7690
7690
|
type: z.ZodLiteral<"set">;
|
|
7691
|
-
key: z.ZodString
|
|
7691
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
7692
7692
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
7693
7693
|
}, "strip", z.ZodTypeAny, {
|
|
7694
7694
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -7700,7 +7700,7 @@ export declare const UpdateMetadataRequestBody: z.ZodObject<{
|
|
|
7700
7700
|
key: string;
|
|
7701
7701
|
}>, z.ZodObject<{
|
|
7702
7702
|
type: z.ZodLiteral<"delete">;
|
|
7703
|
-
key: z.ZodString
|
|
7703
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
7704
7704
|
}, "strip", z.ZodTypeAny, {
|
|
7705
7705
|
type: "delete";
|
|
7706
7706
|
key: string;
|
|
@@ -7709,7 +7709,7 @@ export declare const UpdateMetadataRequestBody: z.ZodObject<{
|
|
|
7709
7709
|
key: string;
|
|
7710
7710
|
}>, z.ZodObject<{
|
|
7711
7711
|
type: z.ZodLiteral<"append">;
|
|
7712
|
-
key: z.ZodString
|
|
7712
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
7713
7713
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
7714
7714
|
}, "strip", z.ZodTypeAny, {
|
|
7715
7715
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -7721,7 +7721,7 @@ export declare const UpdateMetadataRequestBody: z.ZodObject<{
|
|
|
7721
7721
|
key: string;
|
|
7722
7722
|
}>, z.ZodObject<{
|
|
7723
7723
|
type: z.ZodLiteral<"remove">;
|
|
7724
|
-
key: z.ZodString
|
|
7724
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
7725
7725
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
7726
7726
|
}, "strip", z.ZodTypeAny, {
|
|
7727
7727
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -7733,7 +7733,7 @@ export declare const UpdateMetadataRequestBody: z.ZodObject<{
|
|
|
7733
7733
|
key: string;
|
|
7734
7734
|
}>, z.ZodObject<{
|
|
7735
7735
|
type: z.ZodLiteral<"increment">;
|
|
7736
|
-
key: z.ZodString
|
|
7736
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
7737
7737
|
value: z.ZodNumber;
|
|
7738
7738
|
}, "strip", z.ZodTypeAny, {
|
|
7739
7739
|
value: number;
|