@openworkers/api-types 1.3.5 → 1.3.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.
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.3.5",
3
+ "version": "1.3.7",
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-11T17:36:04.396Z
4
+ * Generated on: 2026-01-20T09:03:09.050Z
5
5
  * Repository: https://github.com/openworkers/openworkers-api.git
6
- * Version: 1.3.5
7
- * Build: 4f5a3e56cc40a61c1a6e110cbbf9cce201dee1d3
6
+ * Version: 1.3.7
7
+ * Build: c973a7b37243500e9e2148be85c29a2de5a30caf
8
8
  */
9
9
 
10
10
  // Global types
@@ -136,6 +136,7 @@ export type IWorker = {
136
136
  desc?: (string | null) | undefined;
137
137
  language: IWorkerLanguage | null;
138
138
  script: string | null;
139
+ currentVersion?: (number | null) | undefined;
139
140
  environment?: (IResource | undefined) | null;
140
141
  crons?: ICron[] | undefined;
141
142
  domains?: { name: string }[] | undefined;