@opusdns/api 0.285.0 → 0.286.0

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "@opusdns/api-spec-ts-generator": "^0.19.0"
4
4
  },
5
5
  "name": "@opusdns/api",
6
- "version": "0.285.0",
6
+ "version": "0.286.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
@@ -967,23 +967,23 @@ export const DNS_RRSET_TYPE = {
967
967
  AAAA: "AAAA",
968
968
  ALIAS: "ALIAS",
969
969
  CAA: "CAA",
970
- CERT: "CERT",
971
970
  CNAME: "CNAME",
972
971
  DNSKEY: "DNSKEY",
973
972
  DS: "DS",
974
- HTTPS: "HTTPS",
975
973
  MX: "MX",
976
- NAPTR: "NAPTR",
977
974
  NS: "NS",
978
975
  PTR: "PTR",
979
976
  TXT: "TXT",
980
977
  SOA: "SOA",
981
978
  SRV: "SRV",
982
- SMIMEA: "SMIMEA",
983
- SSHFP: "SSHFP",
984
- SVCB: "SVCB",
985
979
  TLSA: "TLSA",
980
+ SMIMEA: "SMIMEA",
986
981
  URI: "URI",
982
+ HTTPS: "HTTPS",
983
+ SVCB: "SVCB",
984
+ NAPTR: "NAPTR",
985
+ SSHFP: "SSHFP",
986
+ CERT: "CERT",
987
987
  } as const satisfies Record<string, DnsRrsetType>;
988
988
 
989
989
  /**
@@ -1012,23 +1012,23 @@ export const DNS_RRSET_TYPE_VALUES = [
1012
1012
  'AAAA',
1013
1013
  'ALIAS',
1014
1014
  'CAA',
1015
- 'CERT',
1016
1015
  'CNAME',
1017
1016
  'DNSKEY',
1018
1017
  'DS',
1019
- 'HTTPS',
1020
1018
  'MX',
1021
- 'NAPTR',
1022
1019
  'NS',
1023
1020
  'PTR',
1024
1021
  'TXT',
1025
1022
  'SOA',
1026
1023
  'SRV',
1024
+ 'TLSA',
1027
1025
  'SMIMEA',
1028
- 'SSHFP',
1026
+ 'URI',
1027
+ 'HTTPS',
1029
1028
  'SVCB',
1030
- 'TLSA',
1031
- 'URI'
1029
+ 'NAPTR',
1030
+ 'SSHFP',
1031
+ 'CERT'
1032
1032
  ] as const satisfies [string, ...string[]] | DnsRrsetType[];
1033
1033
 
1034
1034
  /**
package/src/openapi.yaml CHANGED
@@ -2120,23 +2120,23 @@ components:
2120
2120
  - AAAA
2121
2121
  - ALIAS
2122
2122
  - CAA
2123
- - CERT
2124
2123
  - CNAME
2125
2124
  - DNSKEY
2126
2125
  - DS
2127
- - HTTPS
2128
2126
  - MX
2129
- - NAPTR
2130
2127
  - NS
2131
2128
  - PTR
2132
2129
  - TXT
2133
2130
  - SOA
2134
2131
  - SRV
2135
- - SMIMEA
2136
- - SSHFP
2137
- - SVCB
2138
2132
  - TLSA
2133
+ - SMIMEA
2139
2134
  - URI
2135
+ - HTTPS
2136
+ - SVCB
2137
+ - NAPTR
2138
+ - SSHFP
2139
+ - CERT
2140
2140
  title: DnsRrsetType
2141
2141
  type: string
2142
2142
  DnsRrsetWithOneRecordPatch:
@@ -10760,7 +10760,7 @@ info:
10760
10760
  \n\n"
10761
10761
  summary: OpusDNS - your gateway to a seamless domain management experience.
10762
10762
  title: OpusDNS API
10763
- version: 2026-05-05-223247
10763
+ version: 2026-05-06-130436
10764
10764
  x-logo:
10765
10765
  altText: OpusDNS API Reference
10766
10766
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
package/src/schema.d.ts CHANGED
@@ -3877,7 +3877,7 @@ export interface components {
3877
3877
  * DnsRrsetType
3878
3878
  * @enum {string}
3879
3879
  */
3880
- DnsRrsetType: "A" | "AAAA" | "ALIAS" | "CAA" | "CERT" | "CNAME" | "DNSKEY" | "DS" | "HTTPS" | "MX" | "NAPTR" | "NS" | "PTR" | "TXT" | "SOA" | "SRV" | "SMIMEA" | "SSHFP" | "SVCB" | "TLSA" | "URI";
3880
+ DnsRrsetType: "A" | "AAAA" | "ALIAS" | "CAA" | "CNAME" | "DNSKEY" | "DS" | "MX" | "NS" | "PTR" | "TXT" | "SOA" | "SRV" | "TLSA" | "SMIMEA" | "URI" | "HTTPS" | "SVCB" | "NAPTR" | "SSHFP" | "CERT";
3881
3881
  /** DnsRrsetWithOneRecordPatch */
3882
3882
  DnsRrsetWithOneRecordPatch: {
3883
3883
  /** Name */