@cloudflare/workers-types 4.20251126.0 → 4.20251128.0

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.
@@ -12141,8 +12141,11 @@ type InstanceStatus = {
12141
12141
  | "waiting" // instance is hibernating and waiting for sleep or event to finish
12142
12142
  | "waitingForPause" // instance is finishing the current work to pause
12143
12143
  | "unknown";
12144
- error?: string;
12145
- output?: object;
12144
+ error?: {
12145
+ name: string;
12146
+ message: string;
12147
+ };
12148
+ output?: unknown;
12146
12149
  };
12147
12150
  interface WorkflowError {
12148
12151
  code?: number;
@@ -12092,8 +12092,11 @@ export type InstanceStatus = {
12092
12092
  | "waiting" // instance is hibernating and waiting for sleep or event to finish
12093
12093
  | "waitingForPause" // instance is finishing the current work to pause
12094
12094
  | "unknown";
12095
- error?: string;
12096
- output?: object;
12095
+ error?: {
12096
+ name: string;
12097
+ message: string;
12098
+ };
12099
+ output?: unknown;
12097
12100
  };
12098
12101
  export interface WorkflowError {
12099
12102
  code?: number;
@@ -12208,8 +12208,11 @@ type InstanceStatus = {
12208
12208
  | "waiting" // instance is hibernating and waiting for sleep or event to finish
12209
12209
  | "waitingForPause" // instance is finishing the current work to pause
12210
12210
  | "unknown";
12211
- error?: string;
12212
- output?: object;
12211
+ error?: {
12212
+ name: string;
12213
+ message: string;
12214
+ };
12215
+ output?: unknown;
12213
12216
  };
12214
12217
  interface WorkflowError {
12215
12218
  code?: number;
@@ -12159,8 +12159,11 @@ export type InstanceStatus = {
12159
12159
  | "waiting" // instance is hibernating and waiting for sleep or event to finish
12160
12160
  | "waitingForPause" // instance is finishing the current work to pause
12161
12161
  | "unknown";
12162
- error?: string;
12163
- output?: object;
12162
+ error?: {
12163
+ name: string;
12164
+ message: string;
12165
+ };
12166
+ output?: unknown;
12164
12167
  };
12165
12168
  export interface WorkflowError {
12166
12169
  code?: number;
@@ -12216,8 +12216,11 @@ type InstanceStatus = {
12216
12216
  | "waiting" // instance is hibernating and waiting for sleep or event to finish
12217
12217
  | "waitingForPause" // instance is finishing the current work to pause
12218
12218
  | "unknown";
12219
- error?: string;
12220
- output?: object;
12219
+ error?: {
12220
+ name: string;
12221
+ message: string;
12222
+ };
12223
+ output?: unknown;
12221
12224
  };
12222
12225
  interface WorkflowError {
12223
12226
  code?: number;
@@ -12167,8 +12167,11 @@ export type InstanceStatus = {
12167
12167
  | "waiting" // instance is hibernating and waiting for sleep or event to finish
12168
12168
  | "waitingForPause" // instance is finishing the current work to pause
12169
12169
  | "unknown";
12170
- error?: string;
12171
- output?: object;
12170
+ error?: {
12171
+ name: string;
12172
+ message: string;
12173
+ };
12174
+ output?: unknown;
12172
12175
  };
12173
12176
  export interface WorkflowError {
12174
12177
  code?: number;
@@ -12217,8 +12217,11 @@ type InstanceStatus = {
12217
12217
  | "waiting" // instance is hibernating and waiting for sleep or event to finish
12218
12218
  | "waitingForPause" // instance is finishing the current work to pause
12219
12219
  | "unknown";
12220
- error?: string;
12221
- output?: object;
12220
+ error?: {
12221
+ name: string;
12222
+ message: string;
12223
+ };
12224
+ output?: unknown;
12222
12225
  };
12223
12226
  interface WorkflowError {
12224
12227
  code?: number;
@@ -12168,8 +12168,11 @@ export type InstanceStatus = {
12168
12168
  | "waiting" // instance is hibernating and waiting for sleep or event to finish
12169
12169
  | "waitingForPause" // instance is finishing the current work to pause
12170
12170
  | "unknown";
12171
- error?: string;
12172
- output?: object;
12171
+ error?: {
12172
+ name: string;
12173
+ message: string;
12174
+ };
12175
+ output?: unknown;
12173
12176
  };
12174
12177
  export interface WorkflowError {
12175
12178
  code?: number;
@@ -12237,8 +12237,11 @@ type InstanceStatus = {
12237
12237
  | "waiting" // instance is hibernating and waiting for sleep or event to finish
12238
12238
  | "waitingForPause" // instance is finishing the current work to pause
12239
12239
  | "unknown";
12240
- error?: string;
12241
- output?: object;
12240
+ error?: {
12241
+ name: string;
12242
+ message: string;
12243
+ };
12244
+ output?: unknown;
12242
12245
  };
12243
12246
  interface WorkflowError {
12244
12247
  code?: number;
@@ -12188,8 +12188,11 @@ export type InstanceStatus = {
12188
12188
  | "waiting" // instance is hibernating and waiting for sleep or event to finish
12189
12189
  | "waitingForPause" // instance is finishing the current work to pause
12190
12190
  | "unknown";
12191
- error?: string;
12192
- output?: object;
12191
+ error?: {
12192
+ name: string;
12193
+ message: string;
12194
+ };
12195
+ output?: unknown;
12193
12196
  };
12194
12197
  export interface WorkflowError {
12195
12198
  code?: number;
@@ -12242,8 +12242,11 @@ type InstanceStatus = {
12242
12242
  | "waiting" // instance is hibernating and waiting for sleep or event to finish
12243
12243
  | "waitingForPause" // instance is finishing the current work to pause
12244
12244
  | "unknown";
12245
- error?: string;
12246
- output?: object;
12245
+ error?: {
12246
+ name: string;
12247
+ message: string;
12248
+ };
12249
+ output?: unknown;
12247
12250
  };
12248
12251
  interface WorkflowError {
12249
12252
  code?: number;
@@ -12193,8 +12193,11 @@ export type InstanceStatus = {
12193
12193
  | "waiting" // instance is hibernating and waiting for sleep or event to finish
12194
12194
  | "waitingForPause" // instance is finishing the current work to pause
12195
12195
  | "unknown";
12196
- error?: string;
12197
- output?: object;
12196
+ error?: {
12197
+ name: string;
12198
+ message: string;
12199
+ };
12200
+ output?: unknown;
12198
12201
  };
12199
12202
  export interface WorkflowError {
12200
12203
  code?: number;
@@ -12248,8 +12248,11 @@ type InstanceStatus = {
12248
12248
  | "waiting" // instance is hibernating and waiting for sleep or event to finish
12249
12249
  | "waitingForPause" // instance is finishing the current work to pause
12250
12250
  | "unknown";
12251
- error?: string;
12252
- output?: object;
12251
+ error?: {
12252
+ name: string;
12253
+ message: string;
12254
+ };
12255
+ output?: unknown;
12253
12256
  };
12254
12257
  interface WorkflowError {
12255
12258
  code?: number;
@@ -12199,8 +12199,11 @@ export type InstanceStatus = {
12199
12199
  | "waiting" // instance is hibernating and waiting for sleep or event to finish
12200
12200
  | "waitingForPause" // instance is finishing the current work to pause
12201
12201
  | "unknown";
12202
- error?: string;
12203
- output?: object;
12202
+ error?: {
12203
+ name: string;
12204
+ message: string;
12205
+ };
12206
+ output?: unknown;
12204
12207
  };
12205
12208
  export interface WorkflowError {
12206
12209
  code?: number;
@@ -12248,8 +12248,11 @@ type InstanceStatus = {
12248
12248
  | "waiting" // instance is hibernating and waiting for sleep or event to finish
12249
12249
  | "waitingForPause" // instance is finishing the current work to pause
12250
12250
  | "unknown";
12251
- error?: string;
12252
- output?: object;
12251
+ error?: {
12252
+ name: string;
12253
+ message: string;
12254
+ };
12255
+ output?: unknown;
12253
12256
  };
12254
12257
  interface WorkflowError {
12255
12258
  code?: number;
@@ -12199,8 +12199,11 @@ export type InstanceStatus = {
12199
12199
  | "waiting" // instance is hibernating and waiting for sleep or event to finish
12200
12200
  | "waitingForPause" // instance is finishing the current work to pause
12201
12201
  | "unknown";
12202
- error?: string;
12203
- output?: object;
12202
+ error?: {
12203
+ name: string;
12204
+ message: string;
12205
+ };
12206
+ output?: unknown;
12204
12207
  };
12205
12208
  export interface WorkflowError {
12206
12209
  code?: number;
@@ -12885,8 +12885,11 @@ type InstanceStatus = {
12885
12885
  | "waiting" // instance is hibernating and waiting for sleep or event to finish
12886
12886
  | "waitingForPause" // instance is finishing the current work to pause
12887
12887
  | "unknown";
12888
- error?: string;
12889
- output?: object;
12888
+ error?: {
12889
+ name: string;
12890
+ message: string;
12891
+ };
12892
+ output?: unknown;
12890
12893
  };
12891
12894
  interface WorkflowError {
12892
12895
  code?: number;
@@ -12838,8 +12838,11 @@ export type InstanceStatus = {
12838
12838
  | "waiting" // instance is hibernating and waiting for sleep or event to finish
12839
12839
  | "waitingForPause" // instance is finishing the current work to pause
12840
12840
  | "unknown";
12841
- error?: string;
12842
- output?: object;
12841
+ error?: {
12842
+ name: string;
12843
+ message: string;
12844
+ };
12845
+ output?: unknown;
12843
12846
  };
12844
12847
  export interface WorkflowError {
12845
12848
  code?: number;
package/index.d.ts CHANGED
@@ -12141,8 +12141,11 @@ type InstanceStatus = {
12141
12141
  | "waiting" // instance is hibernating and waiting for sleep or event to finish
12142
12142
  | "waitingForPause" // instance is finishing the current work to pause
12143
12143
  | "unknown";
12144
- error?: string;
12145
- output?: object;
12144
+ error?: {
12145
+ name: string;
12146
+ message: string;
12147
+ };
12148
+ output?: unknown;
12146
12149
  };
12147
12150
  interface WorkflowError {
12148
12151
  code?: number;
package/index.ts CHANGED
@@ -12092,8 +12092,11 @@ export type InstanceStatus = {
12092
12092
  | "waiting" // instance is hibernating and waiting for sleep or event to finish
12093
12093
  | "waitingForPause" // instance is finishing the current work to pause
12094
12094
  | "unknown";
12095
- error?: string;
12096
- output?: object;
12095
+ error?: {
12096
+ name: string;
12097
+ message: string;
12098
+ };
12099
+ output?: unknown;
12097
12100
  };
12098
12101
  export interface WorkflowError {
12099
12102
  code?: number;
package/latest/index.d.ts CHANGED
@@ -12281,8 +12281,11 @@ type InstanceStatus = {
12281
12281
  | "waiting" // instance is hibernating and waiting for sleep or event to finish
12282
12282
  | "waitingForPause" // instance is finishing the current work to pause
12283
12283
  | "unknown";
12284
- error?: string;
12285
- output?: object;
12284
+ error?: {
12285
+ name: string;
12286
+ message: string;
12287
+ };
12288
+ output?: unknown;
12286
12289
  };
12287
12290
  interface WorkflowError {
12288
12291
  code?: number;
package/latest/index.ts CHANGED
@@ -12232,8 +12232,11 @@ export type InstanceStatus = {
12232
12232
  | "waiting" // instance is hibernating and waiting for sleep or event to finish
12233
12233
  | "waitingForPause" // instance is finishing the current work to pause
12234
12234
  | "unknown";
12235
- error?: string;
12236
- output?: object;
12235
+ error?: {
12236
+ name: string;
12237
+ message: string;
12238
+ };
12239
+ output?: unknown;
12237
12240
  };
12238
12241
  export interface WorkflowError {
12239
12242
  code?: number;
package/oldest/index.d.ts CHANGED
@@ -12141,8 +12141,11 @@ type InstanceStatus = {
12141
12141
  | "waiting" // instance is hibernating and waiting for sleep or event to finish
12142
12142
  | "waitingForPause" // instance is finishing the current work to pause
12143
12143
  | "unknown";
12144
- error?: string;
12145
- output?: object;
12144
+ error?: {
12145
+ name: string;
12146
+ message: string;
12147
+ };
12148
+ output?: unknown;
12146
12149
  };
12147
12150
  interface WorkflowError {
12148
12151
  code?: number;
package/oldest/index.ts CHANGED
@@ -12092,8 +12092,11 @@ export type InstanceStatus = {
12092
12092
  | "waiting" // instance is hibernating and waiting for sleep or event to finish
12093
12093
  | "waitingForPause" // instance is finishing the current work to pause
12094
12094
  | "unknown";
12095
- error?: string;
12096
- output?: object;
12095
+ error?: {
12096
+ name: string;
12097
+ message: string;
12098
+ };
12099
+ output?: unknown;
12097
12100
  };
12098
12101
  export interface WorkflowError {
12099
12102
  code?: number;
package/package.json CHANGED
@@ -7,5 +7,5 @@
7
7
  },
8
8
  "author": "Cloudflare Workers DevProd Team <workers-devprod@cloudflare.com> (https://workers.cloudflare.com)",
9
9
  "license": "MIT OR Apache-2.0",
10
- "version": "4.20251126.0"
10
+ "version": "4.20251128.0"
11
11
  }