@maxim_mazurok/gapi.client.firebaseappdistribution-v1 0.0.20230726 → 0.0.20230728

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 +1 -90
  2. package/package.json +1 -1
  3. package/tests.ts +1 -6
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://firebaseappdistribution.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20230726
12
+ // Revision: 20230728
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -318,14 +318,6 @@ declare namespace gapi.client {
318
318
  testCertificate?:
319
319
  GoogleFirebaseAppdistroV1TestCertificate;
320
320
  }
321
- // tslint:disable-next-line:no-empty-interface
322
- interface GoogleFirebaseAppdistroV1alphaTestReleaseRequest {
323
- }
324
- interface GoogleFirebaseAppdistroV1alphaTestReleaseResponse {
325
- /** Resource name of the test matrix Format: `v1/projects/{project_id}/testMatrices/{test_matrix_id}` */
326
- testMatrix?:
327
- string;
328
- }
329
321
  interface GoogleFirebaseAppdistroV1BatchAddTestersRequest {
330
322
  /** Required. The email addresses of the tester resources to create. A maximum of 999 and a minimum of 1 tester can be created in a batch. */
331
323
  emails?:
@@ -1462,87 +1454,6 @@ declare namespace gapi.client {
1462
1454
  string;
1463
1455
  },
1464
1456
  body: GoogleFirebaseAppdistroV1Release): Request<GoogleFirebaseAppdistroV1Release>;
1465
- /** Run automated test(s) on release. */
1466
- test(request: {
1467
- /** V1 error format. */
1468
- "$.xgafv"?:
1469
- string;
1470
- /** OAuth access token. */
1471
- access_token?:
1472
- string;
1473
- /** Data format for response. */
1474
- alt?:
1475
- string;
1476
- /** JSONP */
1477
- callback?:
1478
- string;
1479
- /** Selector specifying which fields to include in a partial response. */
1480
- fields?:
1481
- string;
1482
- /** 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. */
1483
- key?:
1484
- string;
1485
- /** Required. The name of the release resource to test. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}` */
1486
- name:
1487
- string;
1488
- /** OAuth 2.0 token for the current user. */
1489
- oauth_token?:
1490
- string;
1491
- /** Returns response with indentations and line breaks. */
1492
- prettyPrint?:
1493
- boolean;
1494
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1495
- quotaUser?:
1496
- string;
1497
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1498
- upload_protocol?:
1499
- string;
1500
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1501
- uploadType?:
1502
- string;
1503
- /** Request body */
1504
- resource:
1505
- GoogleFirebaseAppdistroV1alphaTestReleaseRequest;
1506
- }): Request<GoogleFirebaseAppdistroV1alphaTestReleaseResponse>;
1507
- test(request: {
1508
- /** V1 error format. */
1509
- "$.xgafv"?:
1510
- string;
1511
- /** OAuth access token. */
1512
- access_token?:
1513
- string;
1514
- /** Data format for response. */
1515
- alt?:
1516
- string;
1517
- /** JSONP */
1518
- callback?:
1519
- string;
1520
- /** Selector specifying which fields to include in a partial response. */
1521
- fields?:
1522
- string;
1523
- /** 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. */
1524
- key?:
1525
- string;
1526
- /** Required. The name of the release resource to test. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}` */
1527
- name:
1528
- string;
1529
- /** OAuth 2.0 token for the current user. */
1530
- oauth_token?:
1531
- string;
1532
- /** Returns response with indentations and line breaks. */
1533
- prettyPrint?:
1534
- boolean;
1535
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1536
- quotaUser?:
1537
- string;
1538
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1539
- upload_protocol?:
1540
- string;
1541
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1542
- uploadType?:
1543
- string;
1544
- },
1545
- body: GoogleFirebaseAppdistroV1alphaTestReleaseRequest): Request<GoogleFirebaseAppdistroV1alphaTestReleaseResponse>;
1546
1457
  feedbackReports:
1547
1458
  FeedbackReportsResource;
1548
1459
  operations:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.firebaseappdistribution-v1",
3
- "version": "0.0.20230726",
3
+ "version": "0.0.20230728",
4
4
  "description": "TypeScript typings for Firebase App Distribution 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: 20230726
6
+ // Revision: 20230728
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */
@@ -313,11 +313,6 @@ gapi.load('client', async () => {
313
313
  },
314
314
  testingUri: "Test string",
315
315
  });
316
- /** Run automated test(s) on release. */
317
- await gapi.client.firebaseappdistribution.projects.apps.releases.test({
318
- name: "Test string",
319
- }, {
320
- });
321
316
  /** Deletes a feedback report. */
322
317
  await gapi.client.firebaseappdistribution.projects.apps.releases.feedbackReports.delete({
323
318
  name: "Test string",