@maxim_mazurok/gapi.client.walletobjects-v1 0.0.20240202 → 0.0.20240205

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 +1 -57
  2. package/package.json +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://walletobjects.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20240202
12
+ // Revision: 20240205
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1672,8 +1672,6 @@ declare namespace gapi.client {
1672
1672
  /** Type of animation. */
1673
1673
  animationType?: string;
1674
1674
  }
1675
- interface SetPassUpdateNoticeRequest {}
1676
- interface SetPassUpdateNoticeResponse {}
1677
1675
  interface SignUpInfo {
1678
1676
  /** ID of the class the user can sign up for. */
1679
1677
  classId?: string;
@@ -6582,60 +6580,6 @@ declare namespace gapi.client {
6582
6580
  ): Request<TransitObject>;
6583
6581
  }
6584
6582
  interface PrivateContentResource {
6585
- /** Provide Google with information about awaiting private pass update. This will allow Google to provide the update notification to the device that currently holds this pass. */
6586
- setPassUpdateNotice(request: {
6587
- /** V1 error format. */
6588
- '$.xgafv'?: string;
6589
- /** OAuth access token. */
6590
- access_token?: string;
6591
- /** Data format for response. */
6592
- alt?: string;
6593
- /** JSONP */
6594
- callback?: string;
6595
- /** Selector specifying which fields to include in a partial response. */
6596
- fields?: string;
6597
- /** 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. */
6598
- key?: string;
6599
- /** OAuth 2.0 token for the current user. */
6600
- oauth_token?: string;
6601
- /** Returns response with indentations and line breaks. */
6602
- prettyPrint?: boolean;
6603
- /** 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. */
6604
- quotaUser?: string;
6605
- /** Upload protocol for media (e.g. "raw", "multipart"). */
6606
- upload_protocol?: string;
6607
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6608
- uploadType?: string;
6609
- /** Request body */
6610
- resource: SetPassUpdateNoticeRequest;
6611
- }): Request<{}>;
6612
- setPassUpdateNotice(
6613
- request: {
6614
- /** V1 error format. */
6615
- '$.xgafv'?: string;
6616
- /** OAuth access token. */
6617
- access_token?: string;
6618
- /** Data format for response. */
6619
- alt?: string;
6620
- /** JSONP */
6621
- callback?: string;
6622
- /** Selector specifying which fields to include in a partial response. */
6623
- fields?: string;
6624
- /** 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. */
6625
- key?: string;
6626
- /** OAuth 2.0 token for the current user. */
6627
- oauth_token?: string;
6628
- /** Returns response with indentations and line breaks. */
6629
- prettyPrint?: boolean;
6630
- /** 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. */
6631
- quotaUser?: string;
6632
- /** Upload protocol for media (e.g. "raw", "multipart"). */
6633
- upload_protocol?: string;
6634
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6635
- uploadType?: string;
6636
- },
6637
- body: SetPassUpdateNoticeRequest
6638
- ): Request<{}>;
6639
6583
  /** Upload private data (text or URI) and returns an Id to be used in its place. */
6640
6584
  uploadPrivateData(request: {
6641
6585
  /** V1 error format. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.walletobjects-v1",
3
- "version": "0.0.20240202",
3
+ "version": "0.0.20240205",
4
4
  "description": "TypeScript typings for Google Wallet API v1",
5
5
  "repository": {
6
6
  "type": "git",