Add 3 missing fields to google-apps-script drive_v2 Permission interface#74949
Add 3 missing fields to google-apps-script drive_v2 Permission interface#74949thromer wants to merge 1 commit into
Conversation
|
@thromer Thank you for submitting this PR! I see this is your first time submitting to DefinitelyTyped 👋 — I'm the local bot who will help you through the process of getting things through. This is a live comment that I will keep updated. 1 package in this PRCode ReviewsThis PR can be merged once it's reviewed by a DT maintainer. You can test the changes of this PR in the Playground. Status
Once every item on this list is checked, I'll ask you for permission to merge and publish the changes. InactiveThis PR has been inactive for 8 days. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 74949,
"author": "thromer",
"headCommitOid": "8fc2068b6beca7ef8ffff88c619f1c24d7974617",
"mergeBaseOid": "52ce0fc2ae2a9fb77656b929e34312a21a864bec",
"lastPushDate": "2026-05-03T01:52:40.000Z",
"lastActivityDate": "2026-05-03T01:52:40.000Z",
"hasMergeConflict": false,
"isFirstContribution": true,
"tooManyFiles": false,
"hugeChange": false,
"tooManyCommits": false,
"tooManyReviews": false,
"popularityLevel": "Popular",
"pkgInfo": [
{
"name": "google-apps-script",
"kind": "edit",
"files": [
{
"path": "types/google-apps-script/apis/drive_v2.d.ts",
"kind": "definition"
}
],
"owners": [
"jpoehnelt",
"sqrrrl",
"PierrickVoulet",
"vinay-google"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Popular"
}
],
"reviews": [],
"mainBotCommentID": 4365158713,
"ciResult": "pass"
} |
|
Hey @thromer, 😒 Your PR doesn't modify any tests, so it's hard to know what's being fixed, and your changes might regress in the future. Please consider adding tests to cover the change you're making. Including tests allows this PR to be merged by yourself and the owners of this module. This can potentially save days of time for you! |
|
🔔 @jpoehnelt @sqrrrl @PierrickVoulet @vinay-google — please review this PR in the next few days. Be sure to explicitly select |
Reference: https://developers.google.com/workspace/drive/api/reference/rest/v2/permissions#Permission
Please fill in this template.
pnpm test <package to test>.If changing an existing definition:
package.json-- not applicable.