@openworkers/api-types 1.3.9 → 1.4.1

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 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openworkers/api-types",
3
- "version": "1.3.9",
3
+ "version": "1.4.1",
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-23T23:06:10.277Z
4
+ * Generated on: 2026-01-24T22:24:55.292Z
5
5
  * Repository: https://github.com/openworkers/openworkers-api.git
6
- * Version: 1.3.9
7
- * Build: 9ab074d7af0f426afde30bfee4fc4d86ac7c4061
6
+ * Version: 1.4.1
7
+ * Build: 5fc1019842675e4f38896b1b7cb1b1153675b708
8
8
  */
9
9
 
10
10
  // Global types
@@ -135,7 +135,7 @@ export type IWorker = {
135
135
  name: string;
136
136
  desc?: (string | null) | undefined;
137
137
  language: IWorkerLanguage | null;
138
- script: string | null;
138
+ script?: (string | null) | undefined;
139
139
  currentVersion?: (number | null) | undefined;
140
140
  environment?: (IResource | undefined) | null;
141
141
  crons?: ICron[] | undefined;