@cloudflare/workers-types 4.20250515.0 → 4.20250517.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 +1 -0
- package/2021-11-03/index.ts +1 -0
- package/2022-01-31/index.d.ts +1 -0
- package/2022-01-31/index.ts +1 -0
- package/2022-03-21/index.d.ts +1 -0
- package/2022-03-21/index.ts +1 -0
- package/2022-08-04/index.d.ts +1 -0
- package/2022-08-04/index.ts +1 -0
- package/2022-10-31/index.d.ts +1 -0
- package/2022-10-31/index.ts +1 -0
- package/2022-11-30/index.d.ts +1 -0
- package/2022-11-30/index.ts +1 -0
- package/2023-03-01/index.d.ts +1 -0
- package/2023-03-01/index.ts +1 -0
- package/2023-07-01/index.d.ts +1 -0
- package/2023-07-01/index.ts +1 -0
- package/experimental/index.d.ts +1 -0
- package/experimental/index.ts +1 -0
- package/index.d.ts +1 -0
- package/index.ts +1 -0
- package/latest/index.d.ts +6892 -0
- package/latest/index.ts +6747 -0
- package/oldest/index.d.ts +1 -0
- package/oldest/index.ts +1 -0
- package/package.json +1 -1
package/2021-11-03/index.d.ts
CHANGED
|
@@ -1984,6 +1984,7 @@ interface R2ObjectBody extends R2Object {
|
|
|
1984
1984
|
get body(): ReadableStream;
|
|
1985
1985
|
get bodyUsed(): boolean;
|
|
1986
1986
|
arrayBuffer(): Promise<ArrayBuffer>;
|
|
1987
|
+
bytes(): Promise<Uint8Array>;
|
|
1987
1988
|
text(): Promise<string>;
|
|
1988
1989
|
json<T>(): Promise<T>;
|
|
1989
1990
|
blob(): Promise<Blob>;
|
package/2021-11-03/index.ts
CHANGED
|
@@ -1993,6 +1993,7 @@ export interface R2ObjectBody extends R2Object {
|
|
|
1993
1993
|
get body(): ReadableStream;
|
|
1994
1994
|
get bodyUsed(): boolean;
|
|
1995
1995
|
arrayBuffer(): Promise<ArrayBuffer>;
|
|
1996
|
+
bytes(): Promise<Uint8Array>;
|
|
1996
1997
|
text(): Promise<string>;
|
|
1997
1998
|
json<T>(): Promise<T>;
|
|
1998
1999
|
blob(): Promise<Blob>;
|
package/2022-01-31/index.d.ts
CHANGED
|
@@ -1990,6 +1990,7 @@ interface R2ObjectBody extends R2Object {
|
|
|
1990
1990
|
get body(): ReadableStream;
|
|
1991
1991
|
get bodyUsed(): boolean;
|
|
1992
1992
|
arrayBuffer(): Promise<ArrayBuffer>;
|
|
1993
|
+
bytes(): Promise<Uint8Array>;
|
|
1993
1994
|
text(): Promise<string>;
|
|
1994
1995
|
json<T>(): Promise<T>;
|
|
1995
1996
|
blob(): Promise<Blob>;
|
package/2022-01-31/index.ts
CHANGED
|
@@ -1999,6 +1999,7 @@ export interface R2ObjectBody extends R2Object {
|
|
|
1999
1999
|
get body(): ReadableStream;
|
|
2000
2000
|
get bodyUsed(): boolean;
|
|
2001
2001
|
arrayBuffer(): Promise<ArrayBuffer>;
|
|
2002
|
+
bytes(): Promise<Uint8Array>;
|
|
2002
2003
|
text(): Promise<string>;
|
|
2003
2004
|
json<T>(): Promise<T>;
|
|
2004
2005
|
blob(): Promise<Blob>;
|
package/2022-03-21/index.d.ts
CHANGED
|
@@ -2008,6 +2008,7 @@ interface R2ObjectBody extends R2Object {
|
|
|
2008
2008
|
get body(): ReadableStream;
|
|
2009
2009
|
get bodyUsed(): boolean;
|
|
2010
2010
|
arrayBuffer(): Promise<ArrayBuffer>;
|
|
2011
|
+
bytes(): Promise<Uint8Array>;
|
|
2011
2012
|
text(): Promise<string>;
|
|
2012
2013
|
json<T>(): Promise<T>;
|
|
2013
2014
|
blob(): Promise<Blob>;
|
package/2022-03-21/index.ts
CHANGED
|
@@ -2017,6 +2017,7 @@ export interface R2ObjectBody extends R2Object {
|
|
|
2017
2017
|
get body(): ReadableStream;
|
|
2018
2018
|
get bodyUsed(): boolean;
|
|
2019
2019
|
arrayBuffer(): Promise<ArrayBuffer>;
|
|
2020
|
+
bytes(): Promise<Uint8Array>;
|
|
2020
2021
|
text(): Promise<string>;
|
|
2021
2022
|
json<T>(): Promise<T>;
|
|
2022
2023
|
blob(): Promise<Blob>;
|
package/2022-08-04/index.d.ts
CHANGED
|
@@ -2009,6 +2009,7 @@ interface R2ObjectBody extends R2Object {
|
|
|
2009
2009
|
get body(): ReadableStream;
|
|
2010
2010
|
get bodyUsed(): boolean;
|
|
2011
2011
|
arrayBuffer(): Promise<ArrayBuffer>;
|
|
2012
|
+
bytes(): Promise<Uint8Array>;
|
|
2012
2013
|
text(): Promise<string>;
|
|
2013
2014
|
json<T>(): Promise<T>;
|
|
2014
2015
|
blob(): Promise<Blob>;
|
package/2022-08-04/index.ts
CHANGED
|
@@ -2018,6 +2018,7 @@ export interface R2ObjectBody extends R2Object {
|
|
|
2018
2018
|
get body(): ReadableStream;
|
|
2019
2019
|
get bodyUsed(): boolean;
|
|
2020
2020
|
arrayBuffer(): Promise<ArrayBuffer>;
|
|
2021
|
+
bytes(): Promise<Uint8Array>;
|
|
2021
2022
|
text(): Promise<string>;
|
|
2022
2023
|
json<T>(): Promise<T>;
|
|
2023
2024
|
blob(): Promise<Blob>;
|
package/2022-10-31/index.d.ts
CHANGED
|
@@ -2009,6 +2009,7 @@ interface R2ObjectBody extends R2Object {
|
|
|
2009
2009
|
get body(): ReadableStream;
|
|
2010
2010
|
get bodyUsed(): boolean;
|
|
2011
2011
|
arrayBuffer(): Promise<ArrayBuffer>;
|
|
2012
|
+
bytes(): Promise<Uint8Array>;
|
|
2012
2013
|
text(): Promise<string>;
|
|
2013
2014
|
json<T>(): Promise<T>;
|
|
2014
2015
|
blob(): Promise<Blob>;
|
package/2022-10-31/index.ts
CHANGED
|
@@ -2018,6 +2018,7 @@ export interface R2ObjectBody extends R2Object {
|
|
|
2018
2018
|
get body(): ReadableStream;
|
|
2019
2019
|
get bodyUsed(): boolean;
|
|
2020
2020
|
arrayBuffer(): Promise<ArrayBuffer>;
|
|
2021
|
+
bytes(): Promise<Uint8Array>;
|
|
2021
2022
|
text(): Promise<string>;
|
|
2022
2023
|
json<T>(): Promise<T>;
|
|
2023
2024
|
blob(): Promise<Blob>;
|
package/2022-11-30/index.d.ts
CHANGED
|
@@ -2014,6 +2014,7 @@ interface R2ObjectBody extends R2Object {
|
|
|
2014
2014
|
get body(): ReadableStream;
|
|
2015
2015
|
get bodyUsed(): boolean;
|
|
2016
2016
|
arrayBuffer(): Promise<ArrayBuffer>;
|
|
2017
|
+
bytes(): Promise<Uint8Array>;
|
|
2017
2018
|
text(): Promise<string>;
|
|
2018
2019
|
json<T>(): Promise<T>;
|
|
2019
2020
|
blob(): Promise<Blob>;
|
package/2022-11-30/index.ts
CHANGED
|
@@ -2023,6 +2023,7 @@ export interface R2ObjectBody extends R2Object {
|
|
|
2023
2023
|
get body(): ReadableStream;
|
|
2024
2024
|
get bodyUsed(): boolean;
|
|
2025
2025
|
arrayBuffer(): Promise<ArrayBuffer>;
|
|
2026
|
+
bytes(): Promise<Uint8Array>;
|
|
2026
2027
|
text(): Promise<string>;
|
|
2027
2028
|
json<T>(): Promise<T>;
|
|
2028
2029
|
blob(): Promise<Blob>;
|
package/2023-03-01/index.d.ts
CHANGED
|
@@ -2016,6 +2016,7 @@ interface R2ObjectBody extends R2Object {
|
|
|
2016
2016
|
get body(): ReadableStream;
|
|
2017
2017
|
get bodyUsed(): boolean;
|
|
2018
2018
|
arrayBuffer(): Promise<ArrayBuffer>;
|
|
2019
|
+
bytes(): Promise<Uint8Array>;
|
|
2019
2020
|
text(): Promise<string>;
|
|
2020
2021
|
json<T>(): Promise<T>;
|
|
2021
2022
|
blob(): Promise<Blob>;
|
package/2023-03-01/index.ts
CHANGED
|
@@ -2025,6 +2025,7 @@ export interface R2ObjectBody extends R2Object {
|
|
|
2025
2025
|
get body(): ReadableStream;
|
|
2026
2026
|
get bodyUsed(): boolean;
|
|
2027
2027
|
arrayBuffer(): Promise<ArrayBuffer>;
|
|
2028
|
+
bytes(): Promise<Uint8Array>;
|
|
2028
2029
|
text(): Promise<string>;
|
|
2029
2030
|
json<T>(): Promise<T>;
|
|
2030
2031
|
blob(): Promise<Blob>;
|
package/2023-07-01/index.d.ts
CHANGED
|
@@ -2016,6 +2016,7 @@ interface R2ObjectBody extends R2Object {
|
|
|
2016
2016
|
get body(): ReadableStream;
|
|
2017
2017
|
get bodyUsed(): boolean;
|
|
2018
2018
|
arrayBuffer(): Promise<ArrayBuffer>;
|
|
2019
|
+
bytes(): Promise<Uint8Array>;
|
|
2019
2020
|
text(): Promise<string>;
|
|
2020
2021
|
json<T>(): Promise<T>;
|
|
2021
2022
|
blob(): Promise<Blob>;
|
package/2023-07-01/index.ts
CHANGED
|
@@ -2025,6 +2025,7 @@ export interface R2ObjectBody extends R2Object {
|
|
|
2025
2025
|
get body(): ReadableStream;
|
|
2026
2026
|
get bodyUsed(): boolean;
|
|
2027
2027
|
arrayBuffer(): Promise<ArrayBuffer>;
|
|
2028
|
+
bytes(): Promise<Uint8Array>;
|
|
2028
2029
|
text(): Promise<string>;
|
|
2029
2030
|
json<T>(): Promise<T>;
|
|
2030
2031
|
blob(): Promise<Blob>;
|
package/experimental/index.d.ts
CHANGED
|
@@ -2080,6 +2080,7 @@ interface R2ObjectBody extends R2Object {
|
|
|
2080
2080
|
get body(): ReadableStream;
|
|
2081
2081
|
get bodyUsed(): boolean;
|
|
2082
2082
|
arrayBuffer(): Promise<ArrayBuffer>;
|
|
2083
|
+
bytes(): Promise<Uint8Array>;
|
|
2083
2084
|
text(): Promise<string>;
|
|
2084
2085
|
json<T>(): Promise<T>;
|
|
2085
2086
|
blob(): Promise<Blob>;
|
package/experimental/index.ts
CHANGED
|
@@ -2089,6 +2089,7 @@ export interface R2ObjectBody extends R2Object {
|
|
|
2089
2089
|
get body(): ReadableStream;
|
|
2090
2090
|
get bodyUsed(): boolean;
|
|
2091
2091
|
arrayBuffer(): Promise<ArrayBuffer>;
|
|
2092
|
+
bytes(): Promise<Uint8Array>;
|
|
2092
2093
|
text(): Promise<string>;
|
|
2093
2094
|
json<T>(): Promise<T>;
|
|
2094
2095
|
blob(): Promise<Blob>;
|
package/index.d.ts
CHANGED
|
@@ -1984,6 +1984,7 @@ interface R2ObjectBody extends R2Object {
|
|
|
1984
1984
|
get body(): ReadableStream;
|
|
1985
1985
|
get bodyUsed(): boolean;
|
|
1986
1986
|
arrayBuffer(): Promise<ArrayBuffer>;
|
|
1987
|
+
bytes(): Promise<Uint8Array>;
|
|
1987
1988
|
text(): Promise<string>;
|
|
1988
1989
|
json<T>(): Promise<T>;
|
|
1989
1990
|
blob(): Promise<Blob>;
|
package/index.ts
CHANGED
|
@@ -1993,6 +1993,7 @@ export interface R2ObjectBody extends R2Object {
|
|
|
1993
1993
|
get body(): ReadableStream;
|
|
1994
1994
|
get bodyUsed(): boolean;
|
|
1995
1995
|
arrayBuffer(): Promise<ArrayBuffer>;
|
|
1996
|
+
bytes(): Promise<Uint8Array>;
|
|
1996
1997
|
text(): Promise<string>;
|
|
1997
1998
|
json<T>(): Promise<T>;
|
|
1998
1999
|
blob(): Promise<Blob>;
|