@maxim_mazurok/gapi.client.script-v1 0.1.20250814 → 0.1.20250904

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.
Files changed (2) hide show
  1. package/index.d.ts +4 -4
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://script.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250814
12
+ // Revision: 20250904
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -90,11 +90,11 @@ declare namespace gapi.client {
90
90
  result?: any;
91
91
  }
92
92
  interface File {
93
- /** Creation date timestamp. This read-only field is only visible to users who have WRITER permission for the script project. */
93
+ /** Creation date timestamp. */
94
94
  createTime?: string;
95
95
  /** The defined set of functions in the script file, if any. */
96
96
  functionSet?: GoogleAppsScriptTypeFunctionSet;
97
- /** The user who modified the file most recently. This read-only field is only visible to users who have WRITER permission for the script project. */
97
+ /** The user who modified the file most recently. The details visible in this object are controlled by the profile visibility settings of the last modifying user. */
98
98
  lastModifyUser?: GoogleAppsScriptTypeUser;
99
99
  /** The name of the file. The file extension is not part of the file name, which can be identified from the type field. */
100
100
  name?: string;
@@ -102,7 +102,7 @@ declare namespace gapi.client {
102
102
  source?: string;
103
103
  /** The type of the file. */
104
104
  type?: string;
105
- /** Last modified date timestamp. This read-only field is only visible to users who have WRITER permission for the script project. */
105
+ /** Last modified date timestamp. */
106
106
  updateTime?: string;
107
107
  }
108
108
  interface GoogleAppsScriptTypeAddOnEntryPoint {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.script-v1",
3
- "version": "0.1.20250814",
3
+ "version": "0.1.20250904",
4
4
  "description": "TypeScript typings for Apps Script API v1",
5
5
  "repository": {
6
6
  "type": "git",