@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.
- package/index.d.ts +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'?:
|
|
115
|
+
'$.xgafv'?: '1' | '2';
|
|
116
116
|
/** OAuth access token. */
|
|
117
117
|
access_token?: string;
|
|
118
118
|
/** Data format for response. */
|
|
119
|
-
alt?:
|
|
119
|
+
alt?: 'json' | 'media' | 'proto';
|
|
120
120
|
/** JSONP */
|
|
121
121
|
callback?: string;
|
|
122
122
|
/** Selector specifying which fields to include in a partial response. */
|