@maxim_mazurok/gapi.client.fcmdata-v1beta1 0.0.20240514 → 0.0.20240519

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 +20 -2
  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: 20240514
12
+ // Revision: 20240519
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -35,14 +35,18 @@ declare namespace gapi.client {
35
35
  date?: GoogleTypeDate;
36
36
  }
37
37
  interface GoogleFirebaseFcmDataV1beta1Data {
38
- /** Count of messages accepted by FCM intended to Android devices. The targeted device must have opted in to the collection of usage and diagnostic information. */
38
+ /** Count of messages accepted by FCM intended for Android devices. The targeted device must have opted in to the collection of usage and diagnostic information. */
39
39
  countMessagesAccepted?: string;
40
+ /** Count of notifications accepted by FCM intended for Android devices. The targeted device must have opted in to the collection of usage and diagnostic information. */
41
+ countNotificationsAccepted?: string;
40
42
  /** Additional information about delivery performance for messages that were successfully delivered. */
41
43
  deliveryPerformancePercents?: GoogleFirebaseFcmDataV1beta1DeliveryPerformancePercents;
42
44
  /** Additional general insights about message delivery. */
43
45
  messageInsightPercents?: GoogleFirebaseFcmDataV1beta1MessageInsightPercents;
44
46
  /** Mutually exclusive breakdown of message delivery outcomes. */
45
47
  messageOutcomePercents?: GoogleFirebaseFcmDataV1beta1MessageOutcomePercents;
48
+ /** Additional insights about proxy notification delivery. */
49
+ proxyNotificationInsightPercents?: GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents;
46
50
  }
47
51
  interface GoogleFirebaseFcmDataV1beta1DeliveryPerformancePercents {
48
52
  /** The percentage of accepted messages that were delayed because the device was in doze mode. Only [normal priority messages](https://firebase.google.com/docs/cloud-messaging/concept-options#setting-the-priority-of-a-message) should be delayed due to doze mode. */
@@ -78,6 +82,20 @@ declare namespace gapi.client {
78
82
  /** The percentage of messages accepted on this day that were not dropped and not delivered, due to the device being disconnected (as of the end of the America/Los_Angeles day when the message was sent to FCM). A portion of these messages will be delivered the next day when the device connects but others may be destined to devices that ultimately never reconnect. */
79
83
  pending?: number;
80
84
  }
85
+ interface GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents {
86
+ /** The percentage of accepted notifications that failed to be proxied. This is usually caused by exceptions that occurred while calling [notifyAsPackage](https://developer.android.com/reference/android/app/NotificationManager#notifyAsPackage%28java.lang.String,%20java.lang.String,%20int,%20android.app.Notification%29). */
87
+ failed?: number;
88
+ /** The percentage of accepted notifications that were successfully proxied by [Google Play services](https://developers.google.com/android/guides/overview). */
89
+ proxied?: number;
90
+ /** The percentage of accepted notifications that were skipped because the messages were not throttled. */
91
+ skippedNotThrottled?: number;
92
+ /** The percentage of accepted notifications that were skipped because the app disallowed these messages to be proxied. */
93
+ skippedOptedOut?: number;
94
+ /** The percentage of accepted notifications that were skipped because configurations required for notifications to be proxied were missing. */
95
+ skippedUnconfigured?: number;
96
+ /** The percentage of accepted notifications that were skipped because proxy notification is unsupported for the recipient. */
97
+ skippedUnsupported?: number;
98
+ }
81
99
  interface GoogleTypeDate {
82
100
  /** Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant. */
83
101
  day?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.fcmdata-v1beta1",
3
- "version": "0.0.20240514",
3
+ "version": "0.0.20240519",
4
4
  "description": "TypeScript typings for Firebase Cloud Messaging Data API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",