@pushwoosh/rpc-v2-http-api-data 0.2.66 → 0.2.68

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/data.js CHANGED
@@ -8020,6 +8020,10 @@ export const data = {
8020
8020
  "cnames": {
8021
8021
  "type": "pushwoosh.rpc_v2.emails_configurations.Domain.CName",
8022
8022
  "array": true
8023
+ },
8024
+ "cnamesYandex": {
8025
+ "type": "pushwoosh.rpc_v2.emails_configurations.Domain.CName",
8026
+ "array": true
8023
8027
  }
8024
8028
  }
8025
8029
  },
@@ -37,6 +37,7 @@ export type Domain = {
37
37
  statusDmarc: string;
38
38
  cnamesAmazon: Domain_CName[];
39
39
  cnames: Domain_CName[];
40
+ cnamesYandex: Domain_CName[];
40
41
  };
41
42
  export type AddDomainRequest = {
42
43
  /** Sender email domain to register (e.g. mail.example.com). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.2.66",
3
+ "version": "0.2.68",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",