Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Updated types for 2022-04-15 #218

Merged
merged 1 commit into from
Apr 21, 2022
Merged

Updated types for 2022-04-15 #218

merged 1 commit into from
Apr 21, 2022

Conversation

ghost
Copy link

@ghost ghost commented Apr 15, 2022

This PR includes the auto-generated types generated on 2022-04-15.

@changeset-bot
Copy link

changeset-bot bot commented Apr 15, 2022

🦋 Changeset detected

Latest commit: fa2a946

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@cloudflare/workers-types Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@threepointone threepointone merged commit 402e4cc into master Apr 21, 2022
@threepointone threepointone deleted the update-types branch April 21, 2022 10:18
@github-actions github-actions bot mentioned this pull request Apr 21, 2022
Copy link
Contributor

@mrbbot mrbbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something's gone wrong here. Blob is missing from put and include is required again.

| string
| null
| Blob,
value: ReadableStream | ArrayBuffer | ArrayBufferView | string | null,
Copy link
Contributor

@mrbbot mrbbot Apr 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blob's missing again, cc @vlovich

@@ -1073,7 +1077,7 @@ interface R2ListOptions {
* }
* ```
*/
include?: ("httpMetadata" | "customMetadata")[];
include: ("httpMetadata" | "customMetadata")[];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is required again, cc @vlovich

@threepointone
Copy link
Contributor

Ugh good catch

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants