@maxim_mazurok/gapi.client.run-v1 0.0.20250117 → 0.0.20250124

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 +17 -17
  2. package/package.json +1 -1
  3. package/readme.md +2 -2
package/index.d.ts CHANGED
@@ -9,14 +9,14 @@
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://run.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250117
12
+ // Revision: 20250124
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
16
16
  declare namespace gapi.client {
17
17
  /** Load Cloud Run Admin API v1 */
18
18
  function load(
19
- urlOrObject: 'https://run.googleapis.com/$discovery/rest?version=v1'
19
+ urlOrObject: 'https://run.googleapis.com/$discovery/rest?version=v1',
20
20
  ): Promise<void>;
21
21
  /** @deprecated Please load APIs with discovery documents. */
22
22
  function load(name: 'run', version: 'v1'): Promise<void>;
@@ -1549,7 +1549,7 @@ declare namespace gapi.client {
1549
1549
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1550
1550
  uploadType?: string;
1551
1551
  },
1552
- body: DomainMapping
1552
+ body: DomainMapping,
1553
1553
  ): Request<DomainMapping>;
1554
1554
  /** Delete a domain mapping. */
1555
1555
  delete(request?: {
@@ -1712,7 +1712,7 @@ declare namespace gapi.client {
1712
1712
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1713
1713
  uploadType?: string;
1714
1714
  },
1715
- body: CancelExecutionRequest
1715
+ body: CancelExecutionRequest,
1716
1716
  ): Request<Execution>;
1717
1717
  /** Delete an execution. */
1718
1718
  delete(request?: {
@@ -1873,7 +1873,7 @@ declare namespace gapi.client {
1873
1873
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1874
1874
  uploadType?: string;
1875
1875
  },
1876
- body: Job
1876
+ body: Job,
1877
1877
  ): Request<Job>;
1878
1878
  /** Delete a job. */
1879
1879
  delete(request?: {
@@ -2032,7 +2032,7 @@ declare namespace gapi.client {
2032
2032
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2033
2033
  uploadType?: string;
2034
2034
  },
2035
- body: Job
2035
+ body: Job,
2036
2036
  ): Request<Job>;
2037
2037
  /** Trigger creation of a new execution of this job. */
2038
2038
  run(request: {
@@ -2090,7 +2090,7 @@ declare namespace gapi.client {
2090
2090
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2091
2091
  uploadType?: string;
2092
2092
  },
2093
- body: RunJobRequest
2093
+ body: RunJobRequest,
2094
2094
  ): Request<Execution>;
2095
2095
  }
2096
2096
  interface RevisionsResource {
@@ -2329,7 +2329,7 @@ declare namespace gapi.client {
2329
2329
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2330
2330
  uploadType?: string;
2331
2331
  },
2332
- body: Service
2332
+ body: Service,
2333
2333
  ): Request<Service>;
2334
2334
  /** Deletes the provided service. This will cause the Service to stop serving traffic and will delete all associated Revisions. */
2335
2335
  delete(request?: {
@@ -2494,7 +2494,7 @@ declare namespace gapi.client {
2494
2494
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2495
2495
  uploadType?: string;
2496
2496
  },
2497
- body: Service
2497
+ body: Service,
2498
2498
  ): Request<Service>;
2499
2499
  }
2500
2500
  interface TasksResource {
@@ -2775,7 +2775,7 @@ declare namespace gapi.client {
2775
2775
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2776
2776
  uploadType?: string;
2777
2777
  },
2778
- body: DomainMapping
2778
+ body: DomainMapping,
2779
2779
  ): Request<DomainMapping>;
2780
2780
  /** Delete a domain mapping. */
2781
2781
  delete(request?: {
@@ -2939,7 +2939,7 @@ declare namespace gapi.client {
2939
2939
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2940
2940
  uploadType?: string;
2941
2941
  },
2942
- body: SetIamPolicyRequest
2942
+ body: SetIamPolicyRequest,
2943
2943
  ): Request<Policy>;
2944
2944
  /** Returns permissions that a caller has on the specified job. There are no permissions required for making this API call. */
2945
2945
  testIamPermissions(
@@ -2969,7 +2969,7 @@ declare namespace gapi.client {
2969
2969
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2970
2970
  uploadType?: string;
2971
2971
  },
2972
- body: TestIamPermissionsRequest
2972
+ body: TestIamPermissionsRequest,
2973
2973
  ): Request<TestIamPermissionsResponse>;
2974
2974
  }
2975
2975
  interface OperationsResource {
@@ -3116,7 +3116,7 @@ declare namespace gapi.client {
3116
3116
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3117
3117
  uploadType?: string;
3118
3118
  },
3119
- body: GoogleLongrunningWaitOperationRequest
3119
+ body: GoogleLongrunningWaitOperationRequest,
3120
3120
  ): Request<GoogleLongrunningOperation>;
3121
3121
  }
3122
3122
  interface RevisionsResource {
@@ -3355,7 +3355,7 @@ declare namespace gapi.client {
3355
3355
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3356
3356
  uploadType?: string;
3357
3357
  },
3358
- body: Service
3358
+ body: Service,
3359
3359
  ): Request<Service>;
3360
3360
  /** Deletes the provided service. This will cause the Service to stop serving traffic and will delete all associated Revisions. */
3361
3361
  delete(request?: {
@@ -3549,7 +3549,7 @@ declare namespace gapi.client {
3549
3549
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3550
3550
  uploadType?: string;
3551
3551
  },
3552
- body: Service
3552
+ body: Service,
3553
3553
  ): Request<Service>;
3554
3554
  /** Sets the IAM Access control policy for the specified Service. Overwrites any existing policy. */
3555
3555
  setIamPolicy(
@@ -3579,7 +3579,7 @@ declare namespace gapi.client {
3579
3579
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3580
3580
  uploadType?: string;
3581
3581
  },
3582
- body: SetIamPolicyRequest
3582
+ body: SetIamPolicyRequest,
3583
3583
  ): Request<Policy>;
3584
3584
  /** Returns permissions that a caller has on the specified Project. There are no permissions required for making this API call. */
3585
3585
  testIamPermissions(
@@ -3609,7 +3609,7 @@ declare namespace gapi.client {
3609
3609
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3610
3610
  uploadType?: string;
3611
3611
  },
3612
- body: TestIamPermissionsRequest
3612
+ body: TestIamPermissionsRequest,
3613
3613
  ): Request<TestIamPermissionsResponse>;
3614
3614
  }
3615
3615
  interface LocationsResource {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.run-v1",
3
- "version": "0.0.20250117",
3
+ "version": "0.0.20250124",
4
4
  "description": "TypeScript typings for Cloud Run Admin API v1",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -30,7 +30,7 @@ gapi.client.load(
30
30
  () => {
31
31
  // now we can use:
32
32
  // gapi.client.run
33
- }
33
+ },
34
34
  );
35
35
  ```
36
36
 
@@ -62,7 +62,7 @@ gapi.auth.authorize(
62
62
  } else {
63
63
  /* handle authorization error */
64
64
  }
65
- }
65
+ },
66
66
  );
67
67
  ```
68
68