@maxim_mazurok/gapi.client.gmailpostmastertools-v1 0.1.20260621 → 0.2.20260623
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 +3 -11
- 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://gmailpostmastertools.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260623
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -69,11 +69,7 @@ declare namespace gapi.client {
|
|
|
69
69
|
ipCount?: string;
|
|
70
70
|
/** The reputation category this IP reputation represents. */
|
|
71
71
|
reputation?:
|
|
72
|
-
| '
|
|
73
|
-
| 'HIGH'
|
|
74
|
-
| 'MEDIUM'
|
|
75
|
-
| 'LOW'
|
|
76
|
-
| 'BAD';
|
|
72
|
+
'REPUTATION_CATEGORY_UNSPECIFIED' | 'HIGH' | 'MEDIUM' | 'LOW' | 'BAD';
|
|
77
73
|
/** A sample of IPs in this reputation category. */
|
|
78
74
|
sampleIps?: string[];
|
|
79
75
|
}
|
|
@@ -98,11 +94,7 @@ declare namespace gapi.client {
|
|
|
98
94
|
dmarcSuccessRatio?: number;
|
|
99
95
|
/** Reputation of the domain. */
|
|
100
96
|
domainReputation?:
|
|
101
|
-
| '
|
|
102
|
-
| 'HIGH'
|
|
103
|
-
| 'MEDIUM'
|
|
104
|
-
| 'LOW'
|
|
105
|
-
| 'BAD';
|
|
97
|
+
'REPUTATION_CATEGORY_UNSPECIFIED' | 'HIGH' | 'MEDIUM' | 'LOW' | 'BAD';
|
|
106
98
|
/** The ratio of incoming mail (to Gmail), that passed secure transport (TLS) vs all mail received from that domain. This metric only pertains to traffic that passed [SPF](http://www.openspf.org/) or [DKIM](http://www.dkim.org/). */
|
|
107
99
|
inboundEncryptionRatio?: number;
|
|
108
100
|
/** Reputation information pertaining to the IP addresses of the email servers for the domain. There is exactly one entry for each reputation category except REPUTATION_CATEGORY_UNSPECIFIED. */
|