@maxim_mazurok/gapi.client.fcmdata-v1beta1 0.1.20260315 → 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 +2 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -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.20260315",
3
+ "version": "0.2.20260315",
4
4
  "description": "TypeScript typings for Firebase Cloud Messaging Data API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",