@maxim_mazurok/gapi.client.gmailpostmastertools-v1 0.1.20260623 → 0.2.20260628

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 -11
  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://gmailpostmastertools.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20260623
12
+ // Revision: 20260628
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
- | 'REPUTATION_CATEGORY_UNSPECIFIED'
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
- | 'REPUTATION_CATEGORY_UNSPECIFIED'
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. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.gmailpostmastertools-v1",
3
- "version": "0.1.20260623",
3
+ "version": "0.2.20260628",
4
4
  "description": "TypeScript typings for Gmail Postmaster Tools API v1",
5
5
  "repository": {
6
6
  "type": "git",