@types/google-apps-script
Advanced tools
Comparing version 1.0.85 to 1.0.86
@@ -907,3 +907,3 @@ declare namespace GoogleAppsScript { | ||
} | ||
interface Drive { | ||
interface Drive_v2 { | ||
About?: Drive.Collection.AboutCollection | undefined; | ||
@@ -985,2 +985,2 @@ Apps?: Drive.Collection.AppsCollection | undefined; | ||
declare var Drive: GoogleAppsScript.Drive; | ||
declare var Drive_v2: GoogleAppsScript.Drive_v2; |
@@ -53,2 +53,3 @@ // Base Types | ||
/// <reference path="apis/drive_v2.d.ts"/> | ||
/// <reference path="apis/drive_v3.d.ts"/> | ||
/// <reference path="apis/driveactivity_v2.d.ts"/> | ||
@@ -55,0 +56,0 @@ /// <reference path="apis/gmail_v1.d.ts"/> |
{ | ||
"name": "@types/google-apps-script", | ||
"version": "1.0.85", | ||
"version": "1.0.86", | ||
"description": "TypeScript definitions for google-apps-script", | ||
@@ -39,4 +39,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/google-apps-script", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "1d4a5c33df8e0a9f7ccc8b527f9c609c7760a017de8a550f71b182b4c97671ae", | ||
"typeScriptVersion": "4.9" | ||
"typesPublisherContentHash": "93d8a3b4dd5bf47a0cc71835dd6012839e29300e89914e6c3c51903a792941db", | ||
"typeScriptVersion": "5.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 08 Nov 2024 00:46:40 GMT | ||
* Last updated: Fri, 29 Nov 2024 13:37:19 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ |
2125187
65
40034