@openworkers/api-types 1.2.1 → 1.2.3

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.d.ts +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openworkers/api-types",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "private": false,
package/types.d.ts CHANGED
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * Auto-generated TypeScript types from Zod schemas
3
3
  * DO NOT EDIT THIS FILE MANUALLY
4
- * Generated on: 2026-01-02T21:18:24.270Z
4
+ * Generated on: 2026-01-05T13:35:38.089Z
5
5
  * Repository: https://github.com/openworkers/openworkers-api.git
6
- * Version: 1.2.1
7
- * Build: b4436a1021033579cbda60c28e02834c046b584f
6
+ * Version: 1.2.3
7
+ * Build: 927eed41bac5e144fd3b917d8e5425519a6ea96b
8
8
  */
9
9
 
10
10
  // Global types
@@ -153,6 +153,7 @@ export type IWorkerUpdateInput = {
153
153
  desc?: (string | null) | undefined;
154
154
  script?: string | undefined;
155
155
  environment?: (string | null) | undefined;
156
+ language?: IWorkerLanguage | undefined;
156
157
  domains?: string[] | undefined;
157
158
  };
158
159