@maxim_mazurok/gapi.client.workflows-v1 0.0.20230906 → 0.0.20230920
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 +10 -10
- 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://workflows.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230920
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -150,7 +150,7 @@ declare namespace gapi.client {
|
|
|
150
150
|
*/
|
|
151
151
|
callLogLevel?:
|
|
152
152
|
string;
|
|
153
|
-
/** Output only. The timestamp for when the workflow was created. */
|
|
153
|
+
/** Output only. The timestamp for when the workflow was created. This is a workflow-wide field and is not tied to a specific revision. */
|
|
154
154
|
createTime?:
|
|
155
155
|
string;
|
|
156
156
|
/**
|
|
@@ -160,16 +160,16 @@ declare namespace gapi.client {
|
|
|
160
160
|
*/
|
|
161
161
|
cryptoKeyName?:
|
|
162
162
|
string;
|
|
163
|
-
/** Description of the workflow provided by the user. Must be at most 1000
|
|
163
|
+
/** Description of the workflow provided by the user. Must be at most 1000 Unicode characters long. This is a workflow-wide field and is not tied to a specific revision. */
|
|
164
164
|
description?:
|
|
165
165
|
string;
|
|
166
166
|
/**
|
|
167
167
|
* Labels associated with this workflow. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric
|
|
168
|
-
* characters, underscores, and dashes. Label keys must start with a letter. International characters are allowed.
|
|
168
|
+
* characters, underscores, and dashes. Label keys must start with a letter. International characters are allowed. This is a workflow-wide field and is not tied to a specific revision.
|
|
169
169
|
*/
|
|
170
170
|
labels?:
|
|
171
171
|
{ [P in string]: string };
|
|
172
|
-
/** The resource name of the workflow. Format: projects/{project}/locations/{location}/workflows/{workflow} */
|
|
172
|
+
/** The resource name of the workflow. Format: projects/{project}/locations/{location}/workflows/{workflow}. This is a workflow-wide field and is not tied to a specific revision. */
|
|
173
173
|
name?:
|
|
174
174
|
string;
|
|
175
175
|
/** Output only. The timestamp for the latest revision of the workflow's creation. */
|
|
@@ -199,7 +199,7 @@ declare namespace gapi.client {
|
|
|
199
199
|
/** Output only. Error regarding the state of the workflow. For example, this field will have error details if the execution data is unavailable due to revoked KMS key permissions. */
|
|
200
200
|
stateError?:
|
|
201
201
|
StateError;
|
|
202
|
-
/** Output only. The timestamp for when the workflow was last updated. */
|
|
202
|
+
/** Output only. The timestamp for when the workflow was last updated. This is a workflow-wide field and is not tied to a specific revision. */
|
|
203
203
|
updateTime?:
|
|
204
204
|
string;
|
|
205
205
|
/**
|
|
@@ -598,14 +598,14 @@ declare namespace gapi.client {
|
|
|
598
598
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
599
599
|
key?:
|
|
600
600
|
string;
|
|
601
|
-
/** Required. Workflow
|
|
601
|
+
/** Required. Workflow for which the revisions should be listed. Format: projects/{project}/locations/{location}/workflows/{workflow} */
|
|
602
602
|
name:
|
|
603
603
|
string;
|
|
604
604
|
/** OAuth 2.0 token for the current user. */
|
|
605
605
|
oauth_token?:
|
|
606
606
|
string;
|
|
607
607
|
/**
|
|
608
|
-
* The maximum number of revisions to return per page. If a value is not specified, a default value of 20 is used. The maximum permitted value is 100
|
|
608
|
+
* The maximum number of revisions to return per page. If a value is not specified, a default value of 20 is used. The maximum permitted value is 100. Values greater than 100 are
|
|
609
609
|
* coerced down to 100.
|
|
610
610
|
*/
|
|
611
611
|
pageSize?:
|
|
@@ -649,7 +649,7 @@ declare namespace gapi.client {
|
|
|
649
649
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
650
650
|
key?:
|
|
651
651
|
string;
|
|
652
|
-
/** The resource name of the workflow. Format: projects/{project}/locations/{location}/workflows/{workflow} */
|
|
652
|
+
/** The resource name of the workflow. Format: projects/{project}/locations/{location}/workflows/{workflow}. This is a workflow-wide field and is not tied to a specific revision. */
|
|
653
653
|
name:
|
|
654
654
|
string;
|
|
655
655
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -693,7 +693,7 @@ declare namespace gapi.client {
|
|
|
693
693
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
694
694
|
key?:
|
|
695
695
|
string;
|
|
696
|
-
/** The resource name of the workflow. Format: projects/{project}/locations/{location}/workflows/{workflow} */
|
|
696
|
+
/** The resource name of the workflow. Format: projects/{project}/locations/{location}/workflows/{workflow}. This is a workflow-wide field and is not tied to a specific revision. */
|
|
697
697
|
name:
|
|
698
698
|
string;
|
|
699
699
|
/** OAuth 2.0 token for the current user. */
|
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: 20230920
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|