This repository was archived by the owner on Feb 7, 2023. It is now read-only.
File tree 3 files changed +8
-18
lines changed
3 files changed +8
-18
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @cloudflare/workers-types " : minor
3
+ ---
4
+
5
+ Updated auto-generated types @ 2022-05-05
Original file line number Diff line number Diff line change @@ -231,6 +231,7 @@ declare abstract class Crypto {
231
231
| BigUint64Array
232
232
> ( buffer : T ) : T ;
233
233
randomUUID ( ) : string ;
234
+ DigestStream : typeof DigestStream ;
234
235
}
235
236
236
237
declare abstract class CryptoKey {
@@ -1028,10 +1029,6 @@ interface R2Conditional {
1028
1029
uploadedAfter ?: Date ;
1029
1030
}
1030
1031
1031
- interface R2Error {
1032
- readonly stack : string ;
1033
- }
1034
-
1035
1032
/**
1036
1033
* Options for retrieving the object metadata nad payload.
1037
1034
*/
Original file line number Diff line number Diff line change 1267
1267
]
1268
1268
},
1269
1269
"static" : true ,
1270
- "readonly" : true
1270
+ "readonly" : true ,
1271
+ "nested" : true
1271
1272
}
1272
1273
],
1273
1274
"kind" : " class"
7481
7482
},
7482
7483
"kind" : " struct"
7483
7484
},
7484
- "R2Error" : {
7485
- "name" : " R2Error" ,
7486
- "members" : [
7487
- {
7488
- "name" : " stack" ,
7489
- "type" : {
7490
- "name" : " string"
7491
- },
7492
- "readonly" : true
7493
- }
7494
- ],
7495
- "kind" : " struct"
7496
- },
7497
7485
"R2GetOptions" : {
7498
7486
"name" : " R2GetOptions" ,
7499
7487
"members" : [
You can’t perform that action at this time.
0 commit comments