@maxim_mazurok/gapi.client.workflowexecutions-v1 0.0.20230207 → 0.0.20230306

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 (3) hide show
  1. package/index.d.ts +5 -4
  2. package/package.json +1 -1
  3. 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://workflowexecutions.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20230207
12
+ // Revision: 20230306
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -49,7 +49,8 @@ declare namespace gapi.client {
49
49
  error?: Error;
50
50
  /**
51
51
  * Labels associated with this execution. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric
52
- * characters, underscores and dashes. Label keys must start with a letter. International characters are allowed.
52
+ * characters, underscores, and dashes. Label keys must start with a letter. International characters are allowed. By default, labels are inherited from the workflow but are overridden
53
+ * by any labels associated with the execution.
53
54
  */
54
55
  labels?: { [P in string]: string };
55
56
  /** Output only. The resource name of the execution. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution} */
@@ -305,7 +306,7 @@ declare namespace gapi.client {
305
306
  /** OAuth 2.0 token for the current user. */
306
307
  oauth_token?: string;
307
308
  /**
308
- * Optional. The orderding applied to the [Executions.ListExecutions] results. By default the ordering is based on descending start time. The following fields are supported for
309
+ * Optional. The ordering applied to the [Executions.ListExecutions] results. By default the ordering is based on descending start time. The following fields are supported for
309
310
  * order by: executionID, startTime, endTime, duration, state, and workflowRevisionID.
310
311
  */
311
312
  orderBy?: string;
@@ -316,7 +317,7 @@ declare namespace gapi.client {
316
317
  pageSize?: number;
317
318
  /**
318
319
  * A page token, received from a previous `ListExecutions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListExecutions`
319
- * must match the call that provided the page token.
320
+ * must match the call that provided the page token. Note that pagination is applied to dynamic data. The list of executions returned can change between page requests.
320
321
  */
321
322
  pageToken?: string;
322
323
  /** Required. Name of the workflow for which the executions should be listed. Format: projects/{project}/locations/{location}/workflows/{workflow} */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.workflowexecutions-v1",
3
- "version": "0.0.20230207",
3
+ "version": "0.0.20230306",
4
4
  "description": "TypeScript typings for Workflow Executions API v1",
5
5
  "license": "MIT",
6
6
  "author": {
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: 20230207
6
+ // Revision: 20230306
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */