@maxim_mazurok/gapi.client.fcmdata-v1beta1 0.1.20260308 → 0.2.20260315

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 +3 -3
  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://fcmdata.googleapis.com/$discovery/rest?version=v1beta1
12
- // Revision: 20260308
12
+ // Revision: 20260315
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -112,11 +112,11 @@ declare namespace gapi.client {
112
112
  /** List aggregate delivery data for the given Android application. */
113
113
  list(request?: {
114
114
  /** V1 error format. */
115
- '$.xgafv'?: string;
115
+ '$.xgafv'?: '1' | '2';
116
116
  /** OAuth access token. */
117
117
  access_token?: string;
118
118
  /** Data format for response. */
119
- alt?: string;
119
+ alt?: 'json' | 'media' | 'proto';
120
120
  /** JSONP */
121
121
  callback?: string;
122
122
  /** Selector specifying which fields to include in a partial response. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.fcmdata-v1beta1",
3
- "version": "0.1.20260308",
3
+ "version": "0.2.20260315",
4
4
  "description": "TypeScript typings for Firebase Cloud Messaging Data API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",