@maxim_mazurok/gapi.client.workflows-v1beta 0.1.20260303 → 0.2.20260303

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 +25 -25
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -113,7 +113,7 @@ declare namespace gapi.client {
113
113
  /** Workflow code to be executed. The size limit is 128KB. */
114
114
  sourceContents?: string;
115
115
  /** Output only. State of the workflow deployment. */
116
- state?: string;
116
+ state?: 'STATE_UNSPECIFIED' | 'ACTIVE';
117
117
  /** Output only. The last update timestamp of the workflow. */
118
118
  updateTime?: string;
119
119
  }
@@ -121,11 +121,11 @@ declare namespace gapi.client {
121
121
  /** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
122
122
  delete(request?: {
123
123
  /** V1 error format. */
124
- '$.xgafv'?: string;
124
+ '$.xgafv'?: '1' | '2';
125
125
  /** OAuth access token. */
126
126
  access_token?: string;
127
127
  /** Data format for response. */
128
- alt?: string;
128
+ alt?: 'json' | 'media' | 'proto';
129
129
  /** JSONP */
130
130
  callback?: string;
131
131
  /** Selector specifying which fields to include in a partial response. */
@@ -148,11 +148,11 @@ declare namespace gapi.client {
148
148
  /** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
149
149
  get(request?: {
150
150
  /** V1 error format. */
151
- '$.xgafv'?: string;
151
+ '$.xgafv'?: '1' | '2';
152
152
  /** OAuth access token. */
153
153
  access_token?: string;
154
154
  /** Data format for response. */
155
- alt?: string;
155
+ alt?: 'json' | 'media' | 'proto';
156
156
  /** JSONP */
157
157
  callback?: string;
158
158
  /** Selector specifying which fields to include in a partial response. */
@@ -175,11 +175,11 @@ declare namespace gapi.client {
175
175
  /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
176
176
  list(request?: {
177
177
  /** V1 error format. */
178
- '$.xgafv'?: string;
178
+ '$.xgafv'?: '1' | '2';
179
179
  /** OAuth access token. */
180
180
  access_token?: string;
181
181
  /** Data format for response. */
182
- alt?: string;
182
+ alt?: 'json' | 'media' | 'proto';
183
183
  /** JSONP */
184
184
  callback?: string;
185
185
  /** Selector specifying which fields to include in a partial response. */
@@ -212,11 +212,11 @@ declare namespace gapi.client {
212
212
  /** Creates a new workflow. If a workflow with the specified name already exists in the specified project and location, the long running operation will return ALREADY_EXISTS error. */
213
213
  create(request: {
214
214
  /** V1 error format. */
215
- '$.xgafv'?: string;
215
+ '$.xgafv'?: '1' | '2';
216
216
  /** OAuth access token. */
217
217
  access_token?: string;
218
218
  /** Data format for response. */
219
- alt?: string;
219
+ alt?: 'json' | 'media' | 'proto';
220
220
  /** JSONP */
221
221
  callback?: string;
222
222
  /** Selector specifying which fields to include in a partial response. */
@@ -243,11 +243,11 @@ declare namespace gapi.client {
243
243
  create(
244
244
  request: {
245
245
  /** V1 error format. */
246
- '$.xgafv'?: string;
246
+ '$.xgafv'?: '1' | '2';
247
247
  /** OAuth access token. */
248
248
  access_token?: string;
249
249
  /** Data format for response. */
250
- alt?: string;
250
+ alt?: 'json' | 'media' | 'proto';
251
251
  /** JSONP */
252
252
  callback?: string;
253
253
  /** Selector specifying which fields to include in a partial response. */
@@ -274,11 +274,11 @@ declare namespace gapi.client {
274
274
  /** Deletes a workflow with the specified name. This method also cancels and deletes all running executions of the workflow. */
275
275
  delete(request?: {
276
276
  /** V1 error format. */
277
- '$.xgafv'?: string;
277
+ '$.xgafv'?: '1' | '2';
278
278
  /** OAuth access token. */
279
279
  access_token?: string;
280
280
  /** Data format for response. */
281
- alt?: string;
281
+ alt?: 'json' | 'media' | 'proto';
282
282
  /** JSONP */
283
283
  callback?: string;
284
284
  /** Selector specifying which fields to include in a partial response. */
@@ -301,11 +301,11 @@ declare namespace gapi.client {
301
301
  /** Gets details of a single Workflow. */
302
302
  get(request?: {
303
303
  /** V1 error format. */
304
- '$.xgafv'?: string;
304
+ '$.xgafv'?: '1' | '2';
305
305
  /** OAuth access token. */
306
306
  access_token?: string;
307
307
  /** Data format for response. */
308
- alt?: string;
308
+ alt?: 'json' | 'media' | 'proto';
309
309
  /** JSONP */
310
310
  callback?: string;
311
311
  /** Selector specifying which fields to include in a partial response. */
@@ -328,11 +328,11 @@ declare namespace gapi.client {
328
328
  /** Lists Workflows in a given project and location. The default order is not specified. */
329
329
  list(request?: {
330
330
  /** V1 error format. */
331
- '$.xgafv'?: string;
331
+ '$.xgafv'?: '1' | '2';
332
332
  /** OAuth access token. */
333
333
  access_token?: string;
334
334
  /** Data format for response. */
335
- alt?: string;
335
+ alt?: 'json' | 'media' | 'proto';
336
336
  /** JSONP */
337
337
  callback?: string;
338
338
  /** Selector specifying which fields to include in a partial response. */
@@ -363,11 +363,11 @@ declare namespace gapi.client {
363
363
  /** Updates an existing workflow. Running this method has no impact on already running executions of the workflow. A new revision of the workflow may be created as a result of a successful update operation. In that case, such revision will be used in new workflow executions. */
364
364
  patch(request: {
365
365
  /** V1 error format. */
366
- '$.xgafv'?: string;
366
+ '$.xgafv'?: '1' | '2';
367
367
  /** OAuth access token. */
368
368
  access_token?: string;
369
369
  /** Data format for response. */
370
- alt?: string;
370
+ alt?: 'json' | 'media' | 'proto';
371
371
  /** JSONP */
372
372
  callback?: string;
373
373
  /** Selector specifying which fields to include in a partial response. */
@@ -394,11 +394,11 @@ declare namespace gapi.client {
394
394
  patch(
395
395
  request: {
396
396
  /** V1 error format. */
397
- '$.xgafv'?: string;
397
+ '$.xgafv'?: '1' | '2';
398
398
  /** OAuth access token. */
399
399
  access_token?: string;
400
400
  /** Data format for response. */
401
- alt?: string;
401
+ alt?: 'json' | 'media' | 'proto';
402
402
  /** JSONP */
403
403
  callback?: string;
404
404
  /** Selector specifying which fields to include in a partial response. */
@@ -427,11 +427,11 @@ declare namespace gapi.client {
427
427
  /** Gets information about a location. */
428
428
  get(request?: {
429
429
  /** V1 error format. */
430
- '$.xgafv'?: string;
430
+ '$.xgafv'?: '1' | '2';
431
431
  /** OAuth access token. */
432
432
  access_token?: string;
433
433
  /** Data format for response. */
434
- alt?: string;
434
+ alt?: 'json' | 'media' | 'proto';
435
435
  /** JSONP */
436
436
  callback?: string;
437
437
  /** Selector specifying which fields to include in a partial response. */
@@ -454,11 +454,11 @@ declare namespace gapi.client {
454
454
  /** Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project. */
455
455
  list(request?: {
456
456
  /** V1 error format. */
457
- '$.xgafv'?: string;
457
+ '$.xgafv'?: '1' | '2';
458
458
  /** OAuth access token. */
459
459
  access_token?: string;
460
460
  /** Data format for response. */
461
- alt?: string;
461
+ alt?: 'json' | 'media' | 'proto';
462
462
  /** JSONP */
463
463
  callback?: string;
464
464
  /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.workflows-v1beta",
3
- "version": "0.1.20260303",
3
+ "version": "0.2.20260303",
4
4
  "description": "TypeScript typings for Workflows API v1beta",
5
5
  "repository": {
6
6
  "type": "git",