@trigger.dev/core 4.5.5 → 4.5.7
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/build/runtime.d.ts +8 -2
- package/dist/commonjs/v3/build/runtime.js +15 -3
- package/dist/commonjs/v3/build/runtime.js.map +1 -1
- package/dist/commonjs/v3/build/runtime.test.js +16 -6
- package/dist/commonjs/v3/build/runtime.test.js.map +1 -1
- package/dist/commonjs/v3/errors.d.ts +19 -9
- 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/otel/diskIoMetrics.js +17 -7
- package/dist/commonjs/v3/otel/diskIoMetrics.js.map +1 -1
- package/dist/commonjs/v3/otel/filesystemMetrics.js +17 -7
- package/dist/commonjs/v3/otel/filesystemMetrics.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/build.d.ts +17 -17
- package/dist/commonjs/v3/schemas/build.js +3 -0
- package/dist/commonjs/v3/schemas/build.js.map +1 -1
- 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 +34 -34
- 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/build/runtime.d.ts +8 -2
- package/dist/esm/v3/build/runtime.js +12 -1
- package/dist/esm/v3/build/runtime.js.map +1 -1
- package/dist/esm/v3/build/runtime.test.js +17 -7
- package/dist/esm/v3/build/runtime.test.js.map +1 -1
- package/dist/esm/v3/errors.d.ts +19 -9
- 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/build.d.ts +17 -17
- package/dist/esm/v3/schemas/build.js +3 -0
- package/dist/esm/v3/schemas/build.js.map +1 -1
- 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 +34 -34
- 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 +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"http.js","sourceRoot":"","sources":["../../../../../src/v3/runEngineWorker/supervisor/http.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"http.js","sourceRoot":"","sources":["../../../../../src/v3/runEngineWorker/supervisor/http.ts"],"names":[],"mappings":"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"}
|
|
@@ -1623,7 +1623,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
1623
1623
|
type: "update";
|
|
1624
1624
|
}>, z.ZodObject<{
|
|
1625
1625
|
type: z.ZodLiteral<"set">;
|
|
1626
|
-
key: z.ZodString
|
|
1626
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
1627
1627
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
1628
1628
|
}, "strip", z.ZodTypeAny, {
|
|
1629
1629
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -1635,7 +1635,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
1635
1635
|
key: string;
|
|
1636
1636
|
}>, z.ZodObject<{
|
|
1637
1637
|
type: z.ZodLiteral<"delete">;
|
|
1638
|
-
key: z.ZodString
|
|
1638
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
1639
1639
|
}, "strip", z.ZodTypeAny, {
|
|
1640
1640
|
type: "delete";
|
|
1641
1641
|
key: string;
|
|
@@ -1644,7 +1644,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
1644
1644
|
key: string;
|
|
1645
1645
|
}>, z.ZodObject<{
|
|
1646
1646
|
type: z.ZodLiteral<"append">;
|
|
1647
|
-
key: z.ZodString
|
|
1647
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
1648
1648
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
1649
1649
|
}, "strip", z.ZodTypeAny, {
|
|
1650
1650
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -1656,7 +1656,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
1656
1656
|
key: string;
|
|
1657
1657
|
}>, z.ZodObject<{
|
|
1658
1658
|
type: z.ZodLiteral<"remove">;
|
|
1659
|
-
key: z.ZodString
|
|
1659
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
1660
1660
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
1661
1661
|
}, "strip", z.ZodTypeAny, {
|
|
1662
1662
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -1668,7 +1668,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
1668
1668
|
key: string;
|
|
1669
1669
|
}>, z.ZodObject<{
|
|
1670
1670
|
type: z.ZodLiteral<"increment">;
|
|
1671
|
-
key: z.ZodString
|
|
1671
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
1672
1672
|
value: z.ZodNumber;
|
|
1673
1673
|
}, "strip", z.ZodTypeAny, {
|
|
1674
1674
|
value: number;
|
|
@@ -1690,7 +1690,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
1690
1690
|
type: "update";
|
|
1691
1691
|
}>, z.ZodObject<{
|
|
1692
1692
|
type: z.ZodLiteral<"set">;
|
|
1693
|
-
key: z.ZodString
|
|
1693
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
1694
1694
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
1695
1695
|
}, "strip", z.ZodTypeAny, {
|
|
1696
1696
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -1702,7 +1702,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
1702
1702
|
key: string;
|
|
1703
1703
|
}>, z.ZodObject<{
|
|
1704
1704
|
type: z.ZodLiteral<"delete">;
|
|
1705
|
-
key: z.ZodString
|
|
1705
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
1706
1706
|
}, "strip", z.ZodTypeAny, {
|
|
1707
1707
|
type: "delete";
|
|
1708
1708
|
key: string;
|
|
@@ -1711,7 +1711,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
1711
1711
|
key: string;
|
|
1712
1712
|
}>, z.ZodObject<{
|
|
1713
1713
|
type: z.ZodLiteral<"append">;
|
|
1714
|
-
key: z.ZodString
|
|
1714
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
1715
1715
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
1716
1716
|
}, "strip", z.ZodTypeAny, {
|
|
1717
1717
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -1723,7 +1723,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
1723
1723
|
key: string;
|
|
1724
1724
|
}>, z.ZodObject<{
|
|
1725
1725
|
type: z.ZodLiteral<"remove">;
|
|
1726
|
-
key: z.ZodString
|
|
1726
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
1727
1727
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
1728
1728
|
}, "strip", z.ZodTypeAny, {
|
|
1729
1729
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -1735,7 +1735,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
1735
1735
|
key: string;
|
|
1736
1736
|
}>, z.ZodObject<{
|
|
1737
1737
|
type: z.ZodLiteral<"increment">;
|
|
1738
|
-
key: z.ZodString
|
|
1738
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
1739
1739
|
value: z.ZodNumber;
|
|
1740
1740
|
}, "strip", z.ZodTypeAny, {
|
|
1741
1741
|
value: number;
|
|
@@ -1757,7 +1757,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
1757
1757
|
type: "update";
|
|
1758
1758
|
}>, z.ZodObject<{
|
|
1759
1759
|
type: z.ZodLiteral<"set">;
|
|
1760
|
-
key: z.ZodString
|
|
1760
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
1761
1761
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
1762
1762
|
}, "strip", z.ZodTypeAny, {
|
|
1763
1763
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -1769,7 +1769,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
1769
1769
|
key: string;
|
|
1770
1770
|
}>, z.ZodObject<{
|
|
1771
1771
|
type: z.ZodLiteral<"delete">;
|
|
1772
|
-
key: z.ZodString
|
|
1772
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
1773
1773
|
}, "strip", z.ZodTypeAny, {
|
|
1774
1774
|
type: "delete";
|
|
1775
1775
|
key: string;
|
|
@@ -1778,7 +1778,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
1778
1778
|
key: string;
|
|
1779
1779
|
}>, z.ZodObject<{
|
|
1780
1780
|
type: z.ZodLiteral<"append">;
|
|
1781
|
-
key: z.ZodString
|
|
1781
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
1782
1782
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
1783
1783
|
}, "strip", z.ZodTypeAny, {
|
|
1784
1784
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -1790,7 +1790,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
1790
1790
|
key: string;
|
|
1791
1791
|
}>, z.ZodObject<{
|
|
1792
1792
|
type: z.ZodLiteral<"remove">;
|
|
1793
|
-
key: z.ZodString
|
|
1793
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
1794
1794
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
1795
1795
|
}, "strip", z.ZodTypeAny, {
|
|
1796
1796
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -1802,7 +1802,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
1802
1802
|
key: string;
|
|
1803
1803
|
}>, z.ZodObject<{
|
|
1804
1804
|
type: z.ZodLiteral<"increment">;
|
|
1805
|
-
key: z.ZodString
|
|
1805
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
1806
1806
|
value: z.ZodNumber;
|
|
1807
1807
|
}, "strip", z.ZodTypeAny, {
|
|
1808
1808
|
value: number;
|
|
@@ -2223,7 +2223,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
2223
2223
|
type: "update";
|
|
2224
2224
|
}>, z.ZodObject<{
|
|
2225
2225
|
type: z.ZodLiteral<"set">;
|
|
2226
|
-
key: z.ZodString
|
|
2226
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
2227
2227
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
2228
2228
|
}, "strip", z.ZodTypeAny, {
|
|
2229
2229
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -2235,7 +2235,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
2235
2235
|
key: string;
|
|
2236
2236
|
}>, z.ZodObject<{
|
|
2237
2237
|
type: z.ZodLiteral<"delete">;
|
|
2238
|
-
key: z.ZodString
|
|
2238
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
2239
2239
|
}, "strip", z.ZodTypeAny, {
|
|
2240
2240
|
type: "delete";
|
|
2241
2241
|
key: string;
|
|
@@ -2244,7 +2244,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
2244
2244
|
key: string;
|
|
2245
2245
|
}>, z.ZodObject<{
|
|
2246
2246
|
type: z.ZodLiteral<"append">;
|
|
2247
|
-
key: z.ZodString
|
|
2247
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
2248
2248
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
2249
2249
|
}, "strip", z.ZodTypeAny, {
|
|
2250
2250
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -2256,7 +2256,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
2256
2256
|
key: string;
|
|
2257
2257
|
}>, z.ZodObject<{
|
|
2258
2258
|
type: z.ZodLiteral<"remove">;
|
|
2259
|
-
key: z.ZodString
|
|
2259
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
2260
2260
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
2261
2261
|
}, "strip", z.ZodTypeAny, {
|
|
2262
2262
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -2268,7 +2268,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
2268
2268
|
key: string;
|
|
2269
2269
|
}>, z.ZodObject<{
|
|
2270
2270
|
type: z.ZodLiteral<"increment">;
|
|
2271
|
-
key: z.ZodString
|
|
2271
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
2272
2272
|
value: z.ZodNumber;
|
|
2273
2273
|
}, "strip", z.ZodTypeAny, {
|
|
2274
2274
|
value: number;
|
|
@@ -2290,7 +2290,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
2290
2290
|
type: "update";
|
|
2291
2291
|
}>, z.ZodObject<{
|
|
2292
2292
|
type: z.ZodLiteral<"set">;
|
|
2293
|
-
key: z.ZodString
|
|
2293
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
2294
2294
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
2295
2295
|
}, "strip", z.ZodTypeAny, {
|
|
2296
2296
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -2302,7 +2302,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
2302
2302
|
key: string;
|
|
2303
2303
|
}>, z.ZodObject<{
|
|
2304
2304
|
type: z.ZodLiteral<"delete">;
|
|
2305
|
-
key: z.ZodString
|
|
2305
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
2306
2306
|
}, "strip", z.ZodTypeAny, {
|
|
2307
2307
|
type: "delete";
|
|
2308
2308
|
key: string;
|
|
@@ -2311,7 +2311,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
2311
2311
|
key: string;
|
|
2312
2312
|
}>, z.ZodObject<{
|
|
2313
2313
|
type: z.ZodLiteral<"append">;
|
|
2314
|
-
key: z.ZodString
|
|
2314
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
2315
2315
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
2316
2316
|
}, "strip", z.ZodTypeAny, {
|
|
2317
2317
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -2323,7 +2323,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
2323
2323
|
key: string;
|
|
2324
2324
|
}>, z.ZodObject<{
|
|
2325
2325
|
type: z.ZodLiteral<"remove">;
|
|
2326
|
-
key: z.ZodString
|
|
2326
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
2327
2327
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
2328
2328
|
}, "strip", z.ZodTypeAny, {
|
|
2329
2329
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -2335,7 +2335,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
2335
2335
|
key: string;
|
|
2336
2336
|
}>, z.ZodObject<{
|
|
2337
2337
|
type: z.ZodLiteral<"increment">;
|
|
2338
|
-
key: z.ZodString
|
|
2338
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
2339
2339
|
value: z.ZodNumber;
|
|
2340
2340
|
}, "strip", z.ZodTypeAny, {
|
|
2341
2341
|
value: number;
|
|
@@ -2357,7 +2357,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
2357
2357
|
type: "update";
|
|
2358
2358
|
}>, z.ZodObject<{
|
|
2359
2359
|
type: z.ZodLiteral<"set">;
|
|
2360
|
-
key: z.ZodString
|
|
2360
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
2361
2361
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
2362
2362
|
}, "strip", z.ZodTypeAny, {
|
|
2363
2363
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -2369,7 +2369,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
2369
2369
|
key: string;
|
|
2370
2370
|
}>, z.ZodObject<{
|
|
2371
2371
|
type: z.ZodLiteral<"delete">;
|
|
2372
|
-
key: z.ZodString
|
|
2372
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
2373
2373
|
}, "strip", z.ZodTypeAny, {
|
|
2374
2374
|
type: "delete";
|
|
2375
2375
|
key: string;
|
|
@@ -2378,7 +2378,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
2378
2378
|
key: string;
|
|
2379
2379
|
}>, z.ZodObject<{
|
|
2380
2380
|
type: z.ZodLiteral<"append">;
|
|
2381
|
-
key: z.ZodString
|
|
2381
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
2382
2382
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
2383
2383
|
}, "strip", z.ZodTypeAny, {
|
|
2384
2384
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -2390,7 +2390,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
2390
2390
|
key: string;
|
|
2391
2391
|
}>, z.ZodObject<{
|
|
2392
2392
|
type: z.ZodLiteral<"remove">;
|
|
2393
|
-
key: z.ZodString
|
|
2393
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
2394
2394
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
2395
2395
|
}, "strip", z.ZodTypeAny, {
|
|
2396
2396
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -2402,7 +2402,7 @@ export declare const WorkerApiRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
2402
2402
|
key: string;
|
|
2403
2403
|
}>, z.ZodObject<{
|
|
2404
2404
|
type: z.ZodLiteral<"increment">;
|
|
2405
|
-
key: z.ZodString
|
|
2405
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
2406
2406
|
value: z.ZodNumber;
|
|
2407
2407
|
}, "strip", z.ZodTypeAny, {
|
|
2408
2408
|
value: number;
|
|
@@ -133,7 +133,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
133
133
|
type: "update";
|
|
134
134
|
}>, z.ZodObject<{
|
|
135
135
|
type: z.ZodLiteral<"set">;
|
|
136
|
-
key: z.ZodString
|
|
136
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
137
137
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
138
138
|
}, "strip", z.ZodTypeAny, {
|
|
139
139
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -145,7 +145,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
145
145
|
key: string;
|
|
146
146
|
}>, z.ZodObject<{
|
|
147
147
|
type: z.ZodLiteral<"delete">;
|
|
148
|
-
key: z.ZodString
|
|
148
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
149
149
|
}, "strip", z.ZodTypeAny, {
|
|
150
150
|
type: "delete";
|
|
151
151
|
key: string;
|
|
@@ -154,7 +154,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
154
154
|
key: string;
|
|
155
155
|
}>, z.ZodObject<{
|
|
156
156
|
type: z.ZodLiteral<"append">;
|
|
157
|
-
key: z.ZodString
|
|
157
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
158
158
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
159
159
|
}, "strip", z.ZodTypeAny, {
|
|
160
160
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -166,7 +166,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
166
166
|
key: string;
|
|
167
167
|
}>, z.ZodObject<{
|
|
168
168
|
type: z.ZodLiteral<"remove">;
|
|
169
|
-
key: z.ZodString
|
|
169
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
170
170
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
171
171
|
}, "strip", z.ZodTypeAny, {
|
|
172
172
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -178,7 +178,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
178
178
|
key: string;
|
|
179
179
|
}>, z.ZodObject<{
|
|
180
180
|
type: z.ZodLiteral<"increment">;
|
|
181
|
-
key: z.ZodString
|
|
181
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
182
182
|
value: z.ZodNumber;
|
|
183
183
|
}, "strip", z.ZodTypeAny, {
|
|
184
184
|
value: number;
|
|
@@ -200,7 +200,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
200
200
|
type: "update";
|
|
201
201
|
}>, z.ZodObject<{
|
|
202
202
|
type: z.ZodLiteral<"set">;
|
|
203
|
-
key: z.ZodString
|
|
203
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
204
204
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
205
205
|
}, "strip", z.ZodTypeAny, {
|
|
206
206
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -212,7 +212,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
212
212
|
key: string;
|
|
213
213
|
}>, z.ZodObject<{
|
|
214
214
|
type: z.ZodLiteral<"delete">;
|
|
215
|
-
key: z.ZodString
|
|
215
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
216
216
|
}, "strip", z.ZodTypeAny, {
|
|
217
217
|
type: "delete";
|
|
218
218
|
key: string;
|
|
@@ -221,7 +221,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
221
221
|
key: string;
|
|
222
222
|
}>, z.ZodObject<{
|
|
223
223
|
type: z.ZodLiteral<"append">;
|
|
224
|
-
key: z.ZodString
|
|
224
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
225
225
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
226
226
|
}, "strip", z.ZodTypeAny, {
|
|
227
227
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -233,7 +233,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
233
233
|
key: string;
|
|
234
234
|
}>, z.ZodObject<{
|
|
235
235
|
type: z.ZodLiteral<"remove">;
|
|
236
|
-
key: z.ZodString
|
|
236
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
237
237
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
238
238
|
}, "strip", z.ZodTypeAny, {
|
|
239
239
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -245,7 +245,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
245
245
|
key: string;
|
|
246
246
|
}>, z.ZodObject<{
|
|
247
247
|
type: z.ZodLiteral<"increment">;
|
|
248
|
-
key: z.ZodString
|
|
248
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
249
249
|
value: z.ZodNumber;
|
|
250
250
|
}, "strip", z.ZodTypeAny, {
|
|
251
251
|
value: number;
|
|
@@ -267,7 +267,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
267
267
|
type: "update";
|
|
268
268
|
}>, z.ZodObject<{
|
|
269
269
|
type: z.ZodLiteral<"set">;
|
|
270
|
-
key: z.ZodString
|
|
270
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
271
271
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
272
272
|
}, "strip", z.ZodTypeAny, {
|
|
273
273
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -279,7 +279,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
279
279
|
key: string;
|
|
280
280
|
}>, z.ZodObject<{
|
|
281
281
|
type: z.ZodLiteral<"delete">;
|
|
282
|
-
key: z.ZodString
|
|
282
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
283
283
|
}, "strip", z.ZodTypeAny, {
|
|
284
284
|
type: "delete";
|
|
285
285
|
key: string;
|
|
@@ -288,7 +288,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
288
288
|
key: string;
|
|
289
289
|
}>, z.ZodObject<{
|
|
290
290
|
type: z.ZodLiteral<"append">;
|
|
291
|
-
key: z.ZodString
|
|
291
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
292
292
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
293
293
|
}, "strip", z.ZodTypeAny, {
|
|
294
294
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -300,7 +300,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
300
300
|
key: string;
|
|
301
301
|
}>, z.ZodObject<{
|
|
302
302
|
type: z.ZodLiteral<"remove">;
|
|
303
|
-
key: z.ZodString
|
|
303
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
304
304
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
306
306
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -312,7 +312,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
312
312
|
key: string;
|
|
313
313
|
}>, z.ZodObject<{
|
|
314
314
|
type: z.ZodLiteral<"increment">;
|
|
315
|
-
key: z.ZodString
|
|
315
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
316
316
|
value: z.ZodNumber;
|
|
317
317
|
}, "strip", z.ZodTypeAny, {
|
|
318
318
|
value: number;
|
|
@@ -733,7 +733,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
733
733
|
type: "update";
|
|
734
734
|
}>, z.ZodObject<{
|
|
735
735
|
type: z.ZodLiteral<"set">;
|
|
736
|
-
key: z.ZodString
|
|
736
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
737
737
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
738
738
|
}, "strip", z.ZodTypeAny, {
|
|
739
739
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -745,7 +745,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
745
745
|
key: string;
|
|
746
746
|
}>, z.ZodObject<{
|
|
747
747
|
type: z.ZodLiteral<"delete">;
|
|
748
|
-
key: z.ZodString
|
|
748
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
749
749
|
}, "strip", z.ZodTypeAny, {
|
|
750
750
|
type: "delete";
|
|
751
751
|
key: string;
|
|
@@ -754,7 +754,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
754
754
|
key: string;
|
|
755
755
|
}>, z.ZodObject<{
|
|
756
756
|
type: z.ZodLiteral<"append">;
|
|
757
|
-
key: z.ZodString
|
|
757
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
758
758
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
759
759
|
}, "strip", z.ZodTypeAny, {
|
|
760
760
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -766,7 +766,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
766
766
|
key: string;
|
|
767
767
|
}>, z.ZodObject<{
|
|
768
768
|
type: z.ZodLiteral<"remove">;
|
|
769
|
-
key: z.ZodString
|
|
769
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
770
770
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
771
771
|
}, "strip", z.ZodTypeAny, {
|
|
772
772
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -778,7 +778,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
778
778
|
key: string;
|
|
779
779
|
}>, z.ZodObject<{
|
|
780
780
|
type: z.ZodLiteral<"increment">;
|
|
781
|
-
key: z.ZodString
|
|
781
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
782
782
|
value: z.ZodNumber;
|
|
783
783
|
}, "strip", z.ZodTypeAny, {
|
|
784
784
|
value: number;
|
|
@@ -800,7 +800,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
800
800
|
type: "update";
|
|
801
801
|
}>, z.ZodObject<{
|
|
802
802
|
type: z.ZodLiteral<"set">;
|
|
803
|
-
key: z.ZodString
|
|
803
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
804
804
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
805
805
|
}, "strip", z.ZodTypeAny, {
|
|
806
806
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -812,7 +812,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
812
812
|
key: string;
|
|
813
813
|
}>, z.ZodObject<{
|
|
814
814
|
type: z.ZodLiteral<"delete">;
|
|
815
|
-
key: z.ZodString
|
|
815
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
816
816
|
}, "strip", z.ZodTypeAny, {
|
|
817
817
|
type: "delete";
|
|
818
818
|
key: string;
|
|
@@ -821,7 +821,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
821
821
|
key: string;
|
|
822
822
|
}>, z.ZodObject<{
|
|
823
823
|
type: z.ZodLiteral<"append">;
|
|
824
|
-
key: z.ZodString
|
|
824
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
825
825
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
826
826
|
}, "strip", z.ZodTypeAny, {
|
|
827
827
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -833,7 +833,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
833
833
|
key: string;
|
|
834
834
|
}>, z.ZodObject<{
|
|
835
835
|
type: z.ZodLiteral<"remove">;
|
|
836
|
-
key: z.ZodString
|
|
836
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
837
837
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
838
838
|
}, "strip", z.ZodTypeAny, {
|
|
839
839
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -845,7 +845,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
845
845
|
key: string;
|
|
846
846
|
}>, z.ZodObject<{
|
|
847
847
|
type: z.ZodLiteral<"increment">;
|
|
848
|
-
key: z.ZodString
|
|
848
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
849
849
|
value: z.ZodNumber;
|
|
850
850
|
}, "strip", z.ZodTypeAny, {
|
|
851
851
|
value: number;
|
|
@@ -867,7 +867,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
867
867
|
type: "update";
|
|
868
868
|
}>, z.ZodObject<{
|
|
869
869
|
type: z.ZodLiteral<"set">;
|
|
870
|
-
key: z.ZodString
|
|
870
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
871
871
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
872
872
|
}, "strip", z.ZodTypeAny, {
|
|
873
873
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -879,7 +879,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
879
879
|
key: string;
|
|
880
880
|
}>, z.ZodObject<{
|
|
881
881
|
type: z.ZodLiteral<"delete">;
|
|
882
|
-
key: z.ZodString
|
|
882
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
883
883
|
}, "strip", z.ZodTypeAny, {
|
|
884
884
|
type: "delete";
|
|
885
885
|
key: string;
|
|
@@ -888,7 +888,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
888
888
|
key: string;
|
|
889
889
|
}>, z.ZodObject<{
|
|
890
890
|
type: z.ZodLiteral<"append">;
|
|
891
|
-
key: z.ZodString
|
|
891
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
892
892
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
893
893
|
}, "strip", z.ZodTypeAny, {
|
|
894
894
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -900,7 +900,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
900
900
|
key: string;
|
|
901
901
|
}>, z.ZodObject<{
|
|
902
902
|
type: z.ZodLiteral<"remove">;
|
|
903
|
-
key: z.ZodString
|
|
903
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
904
904
|
value: z.ZodType<import("../../../index.js").DeserializedJson, z.ZodTypeDef, import("../../../index.js").DeserializedJson>;
|
|
905
905
|
}, "strip", z.ZodTypeAny, {
|
|
906
906
|
value: import("../../../index.js").DeserializedJson;
|
|
@@ -912,7 +912,7 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
912
912
|
key: string;
|
|
913
913
|
}>, z.ZodObject<{
|
|
914
914
|
type: z.ZodLiteral<"increment">;
|
|
915
|
-
key: z.ZodString
|
|
915
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
916
916
|
value: z.ZodNumber;
|
|
917
917
|
}, "strip", z.ZodTypeAny, {
|
|
918
918
|
value: number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type RunMetadataChangeOperation } from "../schemas/common.js";
|
|
2
2
|
export type ApplyOperationResult = {
|
|
3
3
|
newMetadata: Record<string, unknown>;
|
|
4
4
|
unappliedOperations: RunMetadataChangeOperation[];
|
|
@@ -3,12 +3,19 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.applyMetadataOperations = applyMetadataOperations;
|
|
4
4
|
exports.collapseOperations = collapseOperations;
|
|
5
5
|
const path_1 = require("@jsonhero/path");
|
|
6
|
+
const common_js_1 = require("../schemas/common.js");
|
|
6
7
|
const dequal_1 = require("dequal");
|
|
7
8
|
function applyMetadataOperations(currentMetadata, operations) {
|
|
8
9
|
const unappliedOperations = [];
|
|
9
10
|
// Start with a mutable copy of the current metadata
|
|
10
11
|
let newMetadata = structuredClone(currentMetadata);
|
|
11
12
|
for (const operation of Array.isArray(operations) ? operations : [operations]) {
|
|
13
|
+
// Prevent unsafe JSON paths and direct __proto__ assignments from changing Object.prototype.
|
|
14
|
+
// ("update" carries no key.)
|
|
15
|
+
if (operation.type !== "update" && !(0, common_js_1.isSafeMetadataKey)(operation.key)) {
|
|
16
|
+
unappliedOperations.push(operation);
|
|
17
|
+
continue;
|
|
18
|
+
}
|
|
12
19
|
switch (operation.type) {
|
|
13
20
|
case "set": {
|
|
14
21
|
if (operation.key.startsWith("$.")) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../../src/v3/runMetadata/operations.ts"],"names":[],"mappings":";;AASA,
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../../src/v3/runMetadata/operations.ts"],"names":[],"mappings":"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"}
|