@types/google-apps-script
Advanced tools
Comparing version 1.0.88 to 1.0.89
@@ -114,2 +114,4 @@ declare namespace GoogleAppsScript { | ||
// Gets a file's metadata by ID. | ||
get(fileId: string, optionalArgs: Record<string, any> & { alt: "media" }): string; | ||
// Gets a file's metadata by ID. | ||
get(fileId: string, optionalArgs: Record<string, any>): Drive.Schema.File; | ||
@@ -116,0 +118,0 @@ // Insert a new file. |
{ | ||
"name": "@types/google-apps-script", | ||
"version": "1.0.88", | ||
"version": "1.0.89", | ||
"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": "4a9e91d6fa3bc223dc79ec68f562b9046e06e62380d6a04dea04a401b281aa4e", | ||
"typesPublisherContentHash": "01844328a2afd2f5c5f32db0e8aebf079aaddb1a0c843fd213edeeb97fd8ab71", | ||
"typeScriptVersion": "5.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 26 Dec 2024 15:33:03 GMT | ||
* Last updated: Thu, 26 Dec 2024 18:36:39 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2127758
40064