@maxim_mazurok/gapi.client.script-v1 0.0.20230708 → 0.0.20230716
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.
- package/index.d.ts +9 -3
- package/package.json +1 -1
- package/tests.ts +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:
|
|
12
|
+
// Revision: 20230716
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1375,7 +1375,10 @@ declare namespace gapi.client {
|
|
|
1375
1375
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1376
1376
|
quotaUser?:
|
|
1377
1377
|
string;
|
|
1378
|
-
/**
|
|
1378
|
+
/**
|
|
1379
|
+
* The script ID of the script to be executed. Find the script ID on the **Project settings** page under "IDs." As multiple executable APIs can be deployed in new IDE for same
|
|
1380
|
+
* script, this field should be populated with DeploymentID generated while deploying in new IDE instead of script ID.
|
|
1381
|
+
*/
|
|
1379
1382
|
scriptId:
|
|
1380
1383
|
string;
|
|
1381
1384
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
@@ -1416,7 +1419,10 @@ declare namespace gapi.client {
|
|
|
1416
1419
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1417
1420
|
quotaUser?:
|
|
1418
1421
|
string;
|
|
1419
|
-
/**
|
|
1422
|
+
/**
|
|
1423
|
+
* The script ID of the script to be executed. Find the script ID on the **Project settings** page under "IDs." As multiple executable APIs can be deployed in new IDE for same
|
|
1424
|
+
* script, this field should be populated with DeploymentID generated while deploying in new IDE instead of script ID.
|
|
1425
|
+
*/
|
|
1420
1426
|
scriptId:
|
|
1421
1427
|
string;
|
|
1422
1428
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230716
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|