@maxim_mazurok/gapi.client.toolresults-v1beta3 0.0.20250127 → 0.0.20250128

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 +12 -12
  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://toolresults.googleapis.com/$discovery/rest?version=v1beta3
12
- // Revision: 20250127
12
+ // Revision: 20250128
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
16
16
  declare namespace gapi.client {
17
17
  /** Load Cloud Tool Results API v1beta3 */
18
18
  function load(
19
- urlOrObject: 'https://toolresults.googleapis.com/$discovery/rest?version=v1beta3'
19
+ urlOrObject: 'https://toolresults.googleapis.com/$discovery/rest?version=v1beta3',
20
20
  ): Promise<void>;
21
21
  /** @deprecated Please load APIs with discovery documents. */
22
22
  function load(name: 'toolresults', version: 'v1beta3'): Promise<void>;
@@ -24,7 +24,7 @@ declare namespace gapi.client {
24
24
  function load(
25
25
  name: 'toolresults',
26
26
  version: 'v1beta3',
27
- callback: () => any
27
+ callback: () => any,
28
28
  ): void;
29
29
 
30
30
  namespace toolresults {
@@ -1032,7 +1032,7 @@ declare namespace gapi.client {
1032
1032
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1033
1033
  uploadType?: string;
1034
1034
  },
1035
- body: PerfMetricsSummary
1035
+ body: PerfMetricsSummary,
1036
1036
  ): Request<PerfMetricsSummary>;
1037
1037
  }
1038
1038
  interface SamplesResource {
@@ -1108,7 +1108,7 @@ declare namespace gapi.client {
1108
1108
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1109
1109
  uploadType?: string;
1110
1110
  },
1111
- body: BatchCreatePerfSamplesRequest
1111
+ body: BatchCreatePerfSamplesRequest,
1112
1112
  ): Request<BatchCreatePerfSamplesResponse>;
1113
1113
  /** Lists the Performance Samples of a given Sample Series - The list results are sorted by timestamps ascending - The default page size is 500 samples; and maximum size allowed 5000 - The response token indicates the last returned PerfSample timestamp - When the results size exceeds the page size, submit a subsequent request including the page token to return the rest of the samples up to the page limit May return any of the following canonical error codes: - OUT_OF_RANGE - The specified request page_token is out of valid range - NOT_FOUND - The containing PerfSampleSeries does not exist */
1114
1114
  list(request?: {
@@ -1219,7 +1219,7 @@ declare namespace gapi.client {
1219
1219
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1220
1220
  uploadType?: string;
1221
1221
  },
1222
- body: PerfSampleSeries
1222
+ body: PerfSampleSeries,
1223
1223
  ): Request<PerfSampleSeries>;
1224
1224
  /** Gets a PerfSampleSeries. May return any of the following error code(s): - NOT_FOUND - The specified PerfSampleSeries does not exist */
1225
1225
  get(request?: {
@@ -1504,7 +1504,7 @@ declare namespace gapi.client {
1504
1504
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1505
1505
  uploadType?: string;
1506
1506
  },
1507
- body: Step
1507
+ body: Step,
1508
1508
  ): Request<Step>;
1509
1509
  /** Gets a Step. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Step does not exist */
1510
1510
  get(request?: {
@@ -1679,7 +1679,7 @@ declare namespace gapi.client {
1679
1679
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1680
1680
  uploadType?: string;
1681
1681
  },
1682
- body: Step
1682
+ body: Step,
1683
1683
  ): Request<Step>;
1684
1684
  /** Publish xml files to an existing Step. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write project - INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if the requested state transition is illegal, e.g. try to upload a duplicate xml file or a file too large. - NOT_FOUND - if the containing Execution does not exist */
1685
1685
  publishXunitXmlFiles(request: {
@@ -1749,7 +1749,7 @@ declare namespace gapi.client {
1749
1749
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1750
1750
  uploadType?: string;
1751
1751
  },
1752
- body: PublishXunitXmlFilesRequest
1752
+ body: PublishXunitXmlFilesRequest,
1753
1753
  ): Request<Step>;
1754
1754
  perfMetricsSummary: PerfMetricsSummaryResource;
1755
1755
  perfSampleSeries: PerfSampleSeriesResource;
@@ -1821,7 +1821,7 @@ declare namespace gapi.client {
1821
1821
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1822
1822
  uploadType?: string;
1823
1823
  },
1824
- body: Execution
1824
+ body: Execution,
1825
1825
  ): Request<Execution>;
1826
1826
  /** Gets an Execution. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Execution does not exist */
1827
1827
  get(request?: {
@@ -1955,7 +1955,7 @@ declare namespace gapi.client {
1955
1955
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1956
1956
  uploadType?: string;
1957
1957
  },
1958
- body: Execution
1958
+ body: Execution,
1959
1959
  ): Request<Execution>;
1960
1960
  clusters: ClustersResource;
1961
1961
  environments: EnvironmentsResource;
@@ -2022,7 +2022,7 @@ declare namespace gapi.client {
2022
2022
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2023
2023
  uploadType?: string;
2024
2024
  },
2025
- body: History
2025
+ body: History,
2026
2026
  ): Request<History>;
2027
2027
  /** Gets a History. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the History does not exist */
2028
2028
  get(request?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.toolresults-v1beta3",
3
- "version": "0.0.20250127",
3
+ "version": "0.0.20250128",
4
4
  "description": "TypeScript typings for Cloud Tool Results API v1beta3",
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.toolresults
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