@cloudflare/workers-types 4.20250528.0 → 4.20250529.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.
- package/2021-11-03/index.d.ts +2 -1
- package/2021-11-03/index.ts +2 -1
- package/2022-01-31/index.d.ts +2 -1
- package/2022-01-31/index.ts +2 -1
- package/2022-03-21/index.d.ts +2 -1
- package/2022-03-21/index.ts +2 -1
- package/2022-08-04/index.d.ts +2 -1
- package/2022-08-04/index.ts +2 -1
- package/2022-10-31/index.d.ts +2 -1
- package/2022-10-31/index.ts +2 -1
- package/2022-11-30/index.d.ts +2 -1
- package/2022-11-30/index.ts +2 -1
- package/2023-03-01/index.d.ts +2 -1
- package/2023-03-01/index.ts +2 -1
- package/2023-07-01/index.d.ts +2 -1
- package/2023-07-01/index.ts +2 -1
- package/experimental/index.d.ts +2 -1
- package/experimental/index.ts +2 -1
- package/index.d.ts +2 -1
- package/index.ts +2 -1
- package/latest/index.d.ts +2 -1
- package/latest/index.ts +2 -1
- package/oldest/index.d.ts +2 -1
- package/oldest/index.ts +2 -1
- package/package.json +1 -1
package/2021-11-03/index.d.ts
CHANGED
|
@@ -6317,6 +6317,7 @@ declare namespace TailStream {
|
|
|
6317
6317
|
readonly type: "onset";
|
|
6318
6318
|
readonly dispatchNamespace?: string;
|
|
6319
6319
|
readonly entrypoint?: string;
|
|
6320
|
+
readonly executionModel: string;
|
|
6320
6321
|
readonly scriptName?: string;
|
|
6321
6322
|
readonly scriptTags?: string[];
|
|
6322
6323
|
readonly scriptVersion?: ScriptVersion;
|
|
@@ -6369,7 +6370,7 @@ declare namespace TailStream {
|
|
|
6369
6370
|
}
|
|
6370
6371
|
interface Return {
|
|
6371
6372
|
readonly type: "return";
|
|
6372
|
-
readonly info?: FetchResponseInfo
|
|
6373
|
+
readonly info?: FetchResponseInfo;
|
|
6373
6374
|
}
|
|
6374
6375
|
interface Link {
|
|
6375
6376
|
readonly type: "link";
|
package/2021-11-03/index.ts
CHANGED
|
@@ -6181,6 +6181,7 @@ export declare namespace TailStream {
|
|
|
6181
6181
|
readonly type: "onset";
|
|
6182
6182
|
readonly dispatchNamespace?: string;
|
|
6183
6183
|
readonly entrypoint?: string;
|
|
6184
|
+
readonly executionModel: string;
|
|
6184
6185
|
readonly scriptName?: string;
|
|
6185
6186
|
readonly scriptTags?: string[];
|
|
6186
6187
|
readonly scriptVersion?: ScriptVersion;
|
|
@@ -6233,7 +6234,7 @@ export declare namespace TailStream {
|
|
|
6233
6234
|
}
|
|
6234
6235
|
interface Return {
|
|
6235
6236
|
readonly type: "return";
|
|
6236
|
-
readonly info?: FetchResponseInfo
|
|
6237
|
+
readonly info?: FetchResponseInfo;
|
|
6237
6238
|
}
|
|
6238
6239
|
interface Link {
|
|
6239
6240
|
readonly type: "link";
|
package/2022-01-31/index.d.ts
CHANGED
|
@@ -6343,6 +6343,7 @@ declare namespace TailStream {
|
|
|
6343
6343
|
readonly type: "onset";
|
|
6344
6344
|
readonly dispatchNamespace?: string;
|
|
6345
6345
|
readonly entrypoint?: string;
|
|
6346
|
+
readonly executionModel: string;
|
|
6346
6347
|
readonly scriptName?: string;
|
|
6347
6348
|
readonly scriptTags?: string[];
|
|
6348
6349
|
readonly scriptVersion?: ScriptVersion;
|
|
@@ -6395,7 +6396,7 @@ declare namespace TailStream {
|
|
|
6395
6396
|
}
|
|
6396
6397
|
interface Return {
|
|
6397
6398
|
readonly type: "return";
|
|
6398
|
-
readonly info?: FetchResponseInfo
|
|
6399
|
+
readonly info?: FetchResponseInfo;
|
|
6399
6400
|
}
|
|
6400
6401
|
interface Link {
|
|
6401
6402
|
readonly type: "link";
|
package/2022-01-31/index.ts
CHANGED
|
@@ -6207,6 +6207,7 @@ export declare namespace TailStream {
|
|
|
6207
6207
|
readonly type: "onset";
|
|
6208
6208
|
readonly dispatchNamespace?: string;
|
|
6209
6209
|
readonly entrypoint?: string;
|
|
6210
|
+
readonly executionModel: string;
|
|
6210
6211
|
readonly scriptName?: string;
|
|
6211
6212
|
readonly scriptTags?: string[];
|
|
6212
6213
|
readonly scriptVersion?: ScriptVersion;
|
|
@@ -6259,7 +6260,7 @@ export declare namespace TailStream {
|
|
|
6259
6260
|
}
|
|
6260
6261
|
interface Return {
|
|
6261
6262
|
readonly type: "return";
|
|
6262
|
-
readonly info?: FetchResponseInfo
|
|
6263
|
+
readonly info?: FetchResponseInfo;
|
|
6263
6264
|
}
|
|
6264
6265
|
interface Link {
|
|
6265
6266
|
readonly type: "link";
|
package/2022-03-21/index.d.ts
CHANGED
|
@@ -6361,6 +6361,7 @@ declare namespace TailStream {
|
|
|
6361
6361
|
readonly type: "onset";
|
|
6362
6362
|
readonly dispatchNamespace?: string;
|
|
6363
6363
|
readonly entrypoint?: string;
|
|
6364
|
+
readonly executionModel: string;
|
|
6364
6365
|
readonly scriptName?: string;
|
|
6365
6366
|
readonly scriptTags?: string[];
|
|
6366
6367
|
readonly scriptVersion?: ScriptVersion;
|
|
@@ -6413,7 +6414,7 @@ declare namespace TailStream {
|
|
|
6413
6414
|
}
|
|
6414
6415
|
interface Return {
|
|
6415
6416
|
readonly type: "return";
|
|
6416
|
-
readonly info?: FetchResponseInfo
|
|
6417
|
+
readonly info?: FetchResponseInfo;
|
|
6417
6418
|
}
|
|
6418
6419
|
interface Link {
|
|
6419
6420
|
readonly type: "link";
|
package/2022-03-21/index.ts
CHANGED
|
@@ -6225,6 +6225,7 @@ export declare namespace TailStream {
|
|
|
6225
6225
|
readonly type: "onset";
|
|
6226
6226
|
readonly dispatchNamespace?: string;
|
|
6227
6227
|
readonly entrypoint?: string;
|
|
6228
|
+
readonly executionModel: string;
|
|
6228
6229
|
readonly scriptName?: string;
|
|
6229
6230
|
readonly scriptTags?: string[];
|
|
6230
6231
|
readonly scriptVersion?: ScriptVersion;
|
|
@@ -6277,7 +6278,7 @@ export declare namespace TailStream {
|
|
|
6277
6278
|
}
|
|
6278
6279
|
interface Return {
|
|
6279
6280
|
readonly type: "return";
|
|
6280
|
-
readonly info?: FetchResponseInfo
|
|
6281
|
+
readonly info?: FetchResponseInfo;
|
|
6281
6282
|
}
|
|
6282
6283
|
interface Link {
|
|
6283
6284
|
readonly type: "link";
|
package/2022-08-04/index.d.ts
CHANGED
|
@@ -6362,6 +6362,7 @@ declare namespace TailStream {
|
|
|
6362
6362
|
readonly type: "onset";
|
|
6363
6363
|
readonly dispatchNamespace?: string;
|
|
6364
6364
|
readonly entrypoint?: string;
|
|
6365
|
+
readonly executionModel: string;
|
|
6365
6366
|
readonly scriptName?: string;
|
|
6366
6367
|
readonly scriptTags?: string[];
|
|
6367
6368
|
readonly scriptVersion?: ScriptVersion;
|
|
@@ -6414,7 +6415,7 @@ declare namespace TailStream {
|
|
|
6414
6415
|
}
|
|
6415
6416
|
interface Return {
|
|
6416
6417
|
readonly type: "return";
|
|
6417
|
-
readonly info?: FetchResponseInfo
|
|
6418
|
+
readonly info?: FetchResponseInfo;
|
|
6418
6419
|
}
|
|
6419
6420
|
interface Link {
|
|
6420
6421
|
readonly type: "link";
|
package/2022-08-04/index.ts
CHANGED
|
@@ -6226,6 +6226,7 @@ export declare namespace TailStream {
|
|
|
6226
6226
|
readonly type: "onset";
|
|
6227
6227
|
readonly dispatchNamespace?: string;
|
|
6228
6228
|
readonly entrypoint?: string;
|
|
6229
|
+
readonly executionModel: string;
|
|
6229
6230
|
readonly scriptName?: string;
|
|
6230
6231
|
readonly scriptTags?: string[];
|
|
6231
6232
|
readonly scriptVersion?: ScriptVersion;
|
|
@@ -6278,7 +6279,7 @@ export declare namespace TailStream {
|
|
|
6278
6279
|
}
|
|
6279
6280
|
interface Return {
|
|
6280
6281
|
readonly type: "return";
|
|
6281
|
-
readonly info?: FetchResponseInfo
|
|
6282
|
+
readonly info?: FetchResponseInfo;
|
|
6282
6283
|
}
|
|
6283
6284
|
interface Link {
|
|
6284
6285
|
readonly type: "link";
|
package/2022-10-31/index.d.ts
CHANGED
|
@@ -6366,6 +6366,7 @@ declare namespace TailStream {
|
|
|
6366
6366
|
readonly type: "onset";
|
|
6367
6367
|
readonly dispatchNamespace?: string;
|
|
6368
6368
|
readonly entrypoint?: string;
|
|
6369
|
+
readonly executionModel: string;
|
|
6369
6370
|
readonly scriptName?: string;
|
|
6370
6371
|
readonly scriptTags?: string[];
|
|
6371
6372
|
readonly scriptVersion?: ScriptVersion;
|
|
@@ -6418,7 +6419,7 @@ declare namespace TailStream {
|
|
|
6418
6419
|
}
|
|
6419
6420
|
interface Return {
|
|
6420
6421
|
readonly type: "return";
|
|
6421
|
-
readonly info?: FetchResponseInfo
|
|
6422
|
+
readonly info?: FetchResponseInfo;
|
|
6422
6423
|
}
|
|
6423
6424
|
interface Link {
|
|
6424
6425
|
readonly type: "link";
|
package/2022-10-31/index.ts
CHANGED
|
@@ -6230,6 +6230,7 @@ export declare namespace TailStream {
|
|
|
6230
6230
|
readonly type: "onset";
|
|
6231
6231
|
readonly dispatchNamespace?: string;
|
|
6232
6232
|
readonly entrypoint?: string;
|
|
6233
|
+
readonly executionModel: string;
|
|
6233
6234
|
readonly scriptName?: string;
|
|
6234
6235
|
readonly scriptTags?: string[];
|
|
6235
6236
|
readonly scriptVersion?: ScriptVersion;
|
|
@@ -6282,7 +6283,7 @@ export declare namespace TailStream {
|
|
|
6282
6283
|
}
|
|
6283
6284
|
interface Return {
|
|
6284
6285
|
readonly type: "return";
|
|
6285
|
-
readonly info?: FetchResponseInfo
|
|
6286
|
+
readonly info?: FetchResponseInfo;
|
|
6286
6287
|
}
|
|
6287
6288
|
interface Link {
|
|
6288
6289
|
readonly type: "link";
|
package/2022-11-30/index.d.ts
CHANGED
|
@@ -6371,6 +6371,7 @@ declare namespace TailStream {
|
|
|
6371
6371
|
readonly type: "onset";
|
|
6372
6372
|
readonly dispatchNamespace?: string;
|
|
6373
6373
|
readonly entrypoint?: string;
|
|
6374
|
+
readonly executionModel: string;
|
|
6374
6375
|
readonly scriptName?: string;
|
|
6375
6376
|
readonly scriptTags?: string[];
|
|
6376
6377
|
readonly scriptVersion?: ScriptVersion;
|
|
@@ -6423,7 +6424,7 @@ declare namespace TailStream {
|
|
|
6423
6424
|
}
|
|
6424
6425
|
interface Return {
|
|
6425
6426
|
readonly type: "return";
|
|
6426
|
-
readonly info?: FetchResponseInfo
|
|
6427
|
+
readonly info?: FetchResponseInfo;
|
|
6427
6428
|
}
|
|
6428
6429
|
interface Link {
|
|
6429
6430
|
readonly type: "link";
|
package/2022-11-30/index.ts
CHANGED
|
@@ -6235,6 +6235,7 @@ export declare namespace TailStream {
|
|
|
6235
6235
|
readonly type: "onset";
|
|
6236
6236
|
readonly dispatchNamespace?: string;
|
|
6237
6237
|
readonly entrypoint?: string;
|
|
6238
|
+
readonly executionModel: string;
|
|
6238
6239
|
readonly scriptName?: string;
|
|
6239
6240
|
readonly scriptTags?: string[];
|
|
6240
6241
|
readonly scriptVersion?: ScriptVersion;
|
|
@@ -6287,7 +6288,7 @@ export declare namespace TailStream {
|
|
|
6287
6288
|
}
|
|
6288
6289
|
interface Return {
|
|
6289
6290
|
readonly type: "return";
|
|
6290
|
-
readonly info?: FetchResponseInfo
|
|
6291
|
+
readonly info?: FetchResponseInfo;
|
|
6291
6292
|
}
|
|
6292
6293
|
interface Link {
|
|
6293
6294
|
readonly type: "link";
|
package/2023-03-01/index.d.ts
CHANGED
|
@@ -6373,6 +6373,7 @@ declare namespace TailStream {
|
|
|
6373
6373
|
readonly type: "onset";
|
|
6374
6374
|
readonly dispatchNamespace?: string;
|
|
6375
6375
|
readonly entrypoint?: string;
|
|
6376
|
+
readonly executionModel: string;
|
|
6376
6377
|
readonly scriptName?: string;
|
|
6377
6378
|
readonly scriptTags?: string[];
|
|
6378
6379
|
readonly scriptVersion?: ScriptVersion;
|
|
@@ -6425,7 +6426,7 @@ declare namespace TailStream {
|
|
|
6425
6426
|
}
|
|
6426
6427
|
interface Return {
|
|
6427
6428
|
readonly type: "return";
|
|
6428
|
-
readonly info?: FetchResponseInfo
|
|
6429
|
+
readonly info?: FetchResponseInfo;
|
|
6429
6430
|
}
|
|
6430
6431
|
interface Link {
|
|
6431
6432
|
readonly type: "link";
|
package/2023-03-01/index.ts
CHANGED
|
@@ -6237,6 +6237,7 @@ export declare namespace TailStream {
|
|
|
6237
6237
|
readonly type: "onset";
|
|
6238
6238
|
readonly dispatchNamespace?: string;
|
|
6239
6239
|
readonly entrypoint?: string;
|
|
6240
|
+
readonly executionModel: string;
|
|
6240
6241
|
readonly scriptName?: string;
|
|
6241
6242
|
readonly scriptTags?: string[];
|
|
6242
6243
|
readonly scriptVersion?: ScriptVersion;
|
|
@@ -6289,7 +6290,7 @@ export declare namespace TailStream {
|
|
|
6289
6290
|
}
|
|
6290
6291
|
interface Return {
|
|
6291
6292
|
readonly type: "return";
|
|
6292
|
-
readonly info?: FetchResponseInfo
|
|
6293
|
+
readonly info?: FetchResponseInfo;
|
|
6293
6294
|
}
|
|
6294
6295
|
interface Link {
|
|
6295
6296
|
readonly type: "link";
|
package/2023-07-01/index.d.ts
CHANGED
|
@@ -6373,6 +6373,7 @@ declare namespace TailStream {
|
|
|
6373
6373
|
readonly type: "onset";
|
|
6374
6374
|
readonly dispatchNamespace?: string;
|
|
6375
6375
|
readonly entrypoint?: string;
|
|
6376
|
+
readonly executionModel: string;
|
|
6376
6377
|
readonly scriptName?: string;
|
|
6377
6378
|
readonly scriptTags?: string[];
|
|
6378
6379
|
readonly scriptVersion?: ScriptVersion;
|
|
@@ -6425,7 +6426,7 @@ declare namespace TailStream {
|
|
|
6425
6426
|
}
|
|
6426
6427
|
interface Return {
|
|
6427
6428
|
readonly type: "return";
|
|
6428
|
-
readonly info?: FetchResponseInfo
|
|
6429
|
+
readonly info?: FetchResponseInfo;
|
|
6429
6430
|
}
|
|
6430
6431
|
interface Link {
|
|
6431
6432
|
readonly type: "link";
|
package/2023-07-01/index.ts
CHANGED
|
@@ -6237,6 +6237,7 @@ export declare namespace TailStream {
|
|
|
6237
6237
|
readonly type: "onset";
|
|
6238
6238
|
readonly dispatchNamespace?: string;
|
|
6239
6239
|
readonly entrypoint?: string;
|
|
6240
|
+
readonly executionModel: string;
|
|
6240
6241
|
readonly scriptName?: string;
|
|
6241
6242
|
readonly scriptTags?: string[];
|
|
6242
6243
|
readonly scriptVersion?: ScriptVersion;
|
|
@@ -6289,7 +6290,7 @@ export declare namespace TailStream {
|
|
|
6289
6290
|
}
|
|
6290
6291
|
interface Return {
|
|
6291
6292
|
readonly type: "return";
|
|
6292
|
-
readonly info?: FetchResponseInfo
|
|
6293
|
+
readonly info?: FetchResponseInfo;
|
|
6293
6294
|
}
|
|
6294
6295
|
interface Link {
|
|
6295
6296
|
readonly type: "link";
|
package/experimental/index.d.ts
CHANGED
|
@@ -6614,6 +6614,7 @@ declare namespace TailStream {
|
|
|
6614
6614
|
readonly type: "onset";
|
|
6615
6615
|
readonly dispatchNamespace?: string;
|
|
6616
6616
|
readonly entrypoint?: string;
|
|
6617
|
+
readonly executionModel: string;
|
|
6617
6618
|
readonly scriptName?: string;
|
|
6618
6619
|
readonly scriptTags?: string[];
|
|
6619
6620
|
readonly scriptVersion?: ScriptVersion;
|
|
@@ -6666,7 +6667,7 @@ declare namespace TailStream {
|
|
|
6666
6667
|
}
|
|
6667
6668
|
interface Return {
|
|
6668
6669
|
readonly type: "return";
|
|
6669
|
-
readonly info?: FetchResponseInfo
|
|
6670
|
+
readonly info?: FetchResponseInfo;
|
|
6670
6671
|
}
|
|
6671
6672
|
interface Link {
|
|
6672
6673
|
readonly type: "link";
|
package/experimental/index.ts
CHANGED
|
@@ -6478,6 +6478,7 @@ export declare namespace TailStream {
|
|
|
6478
6478
|
readonly type: "onset";
|
|
6479
6479
|
readonly dispatchNamespace?: string;
|
|
6480
6480
|
readonly entrypoint?: string;
|
|
6481
|
+
readonly executionModel: string;
|
|
6481
6482
|
readonly scriptName?: string;
|
|
6482
6483
|
readonly scriptTags?: string[];
|
|
6483
6484
|
readonly scriptVersion?: ScriptVersion;
|
|
@@ -6530,7 +6531,7 @@ export declare namespace TailStream {
|
|
|
6530
6531
|
}
|
|
6531
6532
|
interface Return {
|
|
6532
6533
|
readonly type: "return";
|
|
6533
|
-
readonly info?: FetchResponseInfo
|
|
6534
|
+
readonly info?: FetchResponseInfo;
|
|
6534
6535
|
}
|
|
6535
6536
|
interface Link {
|
|
6536
6537
|
readonly type: "link";
|
package/index.d.ts
CHANGED
|
@@ -6317,6 +6317,7 @@ declare namespace TailStream {
|
|
|
6317
6317
|
readonly type: "onset";
|
|
6318
6318
|
readonly dispatchNamespace?: string;
|
|
6319
6319
|
readonly entrypoint?: string;
|
|
6320
|
+
readonly executionModel: string;
|
|
6320
6321
|
readonly scriptName?: string;
|
|
6321
6322
|
readonly scriptTags?: string[];
|
|
6322
6323
|
readonly scriptVersion?: ScriptVersion;
|
|
@@ -6369,7 +6370,7 @@ declare namespace TailStream {
|
|
|
6369
6370
|
}
|
|
6370
6371
|
interface Return {
|
|
6371
6372
|
readonly type: "return";
|
|
6372
|
-
readonly info?: FetchResponseInfo
|
|
6373
|
+
readonly info?: FetchResponseInfo;
|
|
6373
6374
|
}
|
|
6374
6375
|
interface Link {
|
|
6375
6376
|
readonly type: "link";
|
package/index.ts
CHANGED
|
@@ -6181,6 +6181,7 @@ export declare namespace TailStream {
|
|
|
6181
6181
|
readonly type: "onset";
|
|
6182
6182
|
readonly dispatchNamespace?: string;
|
|
6183
6183
|
readonly entrypoint?: string;
|
|
6184
|
+
readonly executionModel: string;
|
|
6184
6185
|
readonly scriptName?: string;
|
|
6185
6186
|
readonly scriptTags?: string[];
|
|
6186
6187
|
readonly scriptVersion?: ScriptVersion;
|
|
@@ -6233,7 +6234,7 @@ export declare namespace TailStream {
|
|
|
6233
6234
|
}
|
|
6234
6235
|
interface Return {
|
|
6235
6236
|
readonly type: "return";
|
|
6236
|
-
readonly info?: FetchResponseInfo
|
|
6237
|
+
readonly info?: FetchResponseInfo;
|
|
6237
6238
|
}
|
|
6238
6239
|
interface Link {
|
|
6239
6240
|
readonly type: "link";
|
package/latest/index.d.ts
CHANGED
|
@@ -6380,6 +6380,7 @@ declare namespace TailStream {
|
|
|
6380
6380
|
readonly type: "onset";
|
|
6381
6381
|
readonly dispatchNamespace?: string;
|
|
6382
6382
|
readonly entrypoint?: string;
|
|
6383
|
+
readonly executionModel: string;
|
|
6383
6384
|
readonly scriptName?: string;
|
|
6384
6385
|
readonly scriptTags?: string[];
|
|
6385
6386
|
readonly scriptVersion?: ScriptVersion;
|
|
@@ -6432,7 +6433,7 @@ declare namespace TailStream {
|
|
|
6432
6433
|
}
|
|
6433
6434
|
interface Return {
|
|
6434
6435
|
readonly type: "return";
|
|
6435
|
-
readonly info?: FetchResponseInfo
|
|
6436
|
+
readonly info?: FetchResponseInfo;
|
|
6436
6437
|
}
|
|
6437
6438
|
interface Link {
|
|
6438
6439
|
readonly type: "link";
|
package/latest/index.ts
CHANGED
|
@@ -6244,6 +6244,7 @@ export declare namespace TailStream {
|
|
|
6244
6244
|
readonly type: "onset";
|
|
6245
6245
|
readonly dispatchNamespace?: string;
|
|
6246
6246
|
readonly entrypoint?: string;
|
|
6247
|
+
readonly executionModel: string;
|
|
6247
6248
|
readonly scriptName?: string;
|
|
6248
6249
|
readonly scriptTags?: string[];
|
|
6249
6250
|
readonly scriptVersion?: ScriptVersion;
|
|
@@ -6296,7 +6297,7 @@ export declare namespace TailStream {
|
|
|
6296
6297
|
}
|
|
6297
6298
|
interface Return {
|
|
6298
6299
|
readonly type: "return";
|
|
6299
|
-
readonly info?: FetchResponseInfo
|
|
6300
|
+
readonly info?: FetchResponseInfo;
|
|
6300
6301
|
}
|
|
6301
6302
|
interface Link {
|
|
6302
6303
|
readonly type: "link";
|
package/oldest/index.d.ts
CHANGED
|
@@ -6317,6 +6317,7 @@ declare namespace TailStream {
|
|
|
6317
6317
|
readonly type: "onset";
|
|
6318
6318
|
readonly dispatchNamespace?: string;
|
|
6319
6319
|
readonly entrypoint?: string;
|
|
6320
|
+
readonly executionModel: string;
|
|
6320
6321
|
readonly scriptName?: string;
|
|
6321
6322
|
readonly scriptTags?: string[];
|
|
6322
6323
|
readonly scriptVersion?: ScriptVersion;
|
|
@@ -6369,7 +6370,7 @@ declare namespace TailStream {
|
|
|
6369
6370
|
}
|
|
6370
6371
|
interface Return {
|
|
6371
6372
|
readonly type: "return";
|
|
6372
|
-
readonly info?: FetchResponseInfo
|
|
6373
|
+
readonly info?: FetchResponseInfo;
|
|
6373
6374
|
}
|
|
6374
6375
|
interface Link {
|
|
6375
6376
|
readonly type: "link";
|
package/oldest/index.ts
CHANGED
|
@@ -6181,6 +6181,7 @@ export declare namespace TailStream {
|
|
|
6181
6181
|
readonly type: "onset";
|
|
6182
6182
|
readonly dispatchNamespace?: string;
|
|
6183
6183
|
readonly entrypoint?: string;
|
|
6184
|
+
readonly executionModel: string;
|
|
6184
6185
|
readonly scriptName?: string;
|
|
6185
6186
|
readonly scriptTags?: string[];
|
|
6186
6187
|
readonly scriptVersion?: ScriptVersion;
|
|
@@ -6233,7 +6234,7 @@ export declare namespace TailStream {
|
|
|
6233
6234
|
}
|
|
6234
6235
|
interface Return {
|
|
6235
6236
|
readonly type: "return";
|
|
6236
|
-
readonly info?: FetchResponseInfo
|
|
6237
|
+
readonly info?: FetchResponseInfo;
|
|
6237
6238
|
}
|
|
6238
6239
|
interface Link {
|
|
6239
6240
|
readonly type: "link";
|
package/package.json
CHANGED