@maxim_mazurok/gapi.client.script-v1 0.0.20250504 → 0.0.20250602

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 +1 -37
  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: 20250504
12
+ // Revision: 20250602
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -67,10 +67,6 @@ declare namespace gapi.client {
67
67
  /** An entry point specification for web apps. */
68
68
  webApp?: GoogleAppsScriptTypeWebAppEntryPoint;
69
69
  }
70
- interface ExecuteStreamResponse {
71
- /** The result of the execution. */
72
- result?: ScriptExecutionResult;
73
- }
74
70
  interface ExecutionError {
75
71
  /** The error message thrown by Apps Script, usually localized into the user's language. */
76
72
  errorMessage?: string;
@@ -199,10 +195,6 @@ declare namespace gapi.client {
199
195
  /** List of processes matching request parameters. */
200
196
  processes?: GoogleAppsScriptTypeProcess[];
201
197
  }
202
- interface ListValue {
203
- /** Repeated field of dynamically typed values. */
204
- values?: Value[];
205
- }
206
198
  interface ListVersionsResponse {
207
199
  /** The token use to fetch the next page of records. if not exist in the response, that means no more versions to list. */
208
200
  nextPageToken?: string;
@@ -249,10 +241,6 @@ declare namespace gapi.client {
249
241
  /** When the script was last updated. */
250
242
  updateTime?: string;
251
243
  }
252
- interface ScriptExecutionResult {
253
- /** The returned value of the execution. */
254
- returnValue?: Value;
255
- }
256
244
  interface ScriptStackTraceElement {
257
245
  /** The name of the function that failed. */
258
246
  function?: string;
@@ -267,34 +255,10 @@ declare namespace gapi.client {
267
255
  /** A developer-facing error message, which is in English. Any user-facing error message is localized and sent in the details field, or localized by the client. */
268
256
  message?: string;
269
257
  }
270
- interface Struct {
271
- /** Unordered map of dynamically typed values. */
272
- fields?: {[P in string]: Value};
273
- }
274
258
  interface UpdateDeploymentRequest {
275
259
  /** The deployment configuration. */
276
260
  deploymentConfig?: DeploymentConfig;
277
261
  }
278
- interface Value {
279
- /** Represents a boolean value. */
280
- boolValue?: boolean;
281
- /** Represents raw byte values. */
282
- bytesValue?: string;
283
- /** Represents a date in ms since the epoch. */
284
- dateValue?: string;
285
- /** Represents a repeated `Value`. */
286
- listValue?: ListValue;
287
- /** Represents a null value. */
288
- nullValue?: string;
289
- /** Represents a double value. */
290
- numberValue?: number;
291
- /** Represents a structured proto value. */
292
- protoValue?: {[P in string]: any};
293
- /** Represents a string value. */
294
- stringValue?: string;
295
- /** Represents a structured value. */
296
- structValue?: Struct;
297
- }
298
262
  interface Version {
299
263
  /** When the version was created. */
300
264
  createTime?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.script-v1",
3
- "version": "0.0.20250504",
3
+ "version": "0.0.20250602",
4
4
  "description": "TypeScript typings for Apps Script API v1",
5
5
  "repository": {
6
6
  "type": "git",