@mittwald/api-client 4.100.0 → 4.101.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.
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.99.0';
1
+ export const MittwaldAPIClientVersion = '4.100.0';
@@ -2202,6 +2202,22 @@ export declare namespace MittwaldAPIV2 {
2202
2202
  name: string;
2203
2203
  number: string;
2204
2204
  }
2205
+ type DnsRecordCAA = MittwaldAPIV2.Components.Schemas.DnsRecordUnset | MittwaldAPIV2.Components.Schemas.DnsRecordCAAComponent;
2206
+ interface DnsRecordCAAComponent {
2207
+ /**
2208
+ * @minItems 1
2209
+ */
2210
+ records: [
2211
+ MittwaldAPIV2.Components.Schemas.DnsRecordCAARecord,
2212
+ ...MittwaldAPIV2.Components.Schemas.DnsRecordCAARecord[]
2213
+ ];
2214
+ settings: MittwaldAPIV2.Components.Schemas.DnsRecordSettings;
2215
+ }
2216
+ interface DnsRecordCAARecord {
2217
+ flags: number;
2218
+ tag: "issue" | "issuewild" | "iodef";
2219
+ value: string;
2220
+ }
2205
2221
  type DnsRecordCNAME = MittwaldAPIV2.Components.Schemas.DnsRecordUnset | MittwaldAPIV2.Components.Schemas.DnsRecordCNAMEComponent;
2206
2222
  interface DnsRecordCNAMEComponent {
2207
2223
  fqdn: string;
@@ -4044,22 +4060,6 @@ export declare namespace MittwaldAPIV2 {
4044
4060
  name: string;
4045
4061
  value: string;
4046
4062
  }
4047
- type DnsRecordCAA = MittwaldAPIV2.Components.Schemas.DnsRecordUnset | MittwaldAPIV2.Components.Schemas.DnsRecordCAAComponent;
4048
- interface DnsRecordCAAComponent {
4049
- /**
4050
- * @minItems 1
4051
- */
4052
- records: [
4053
- MittwaldAPIV2.Components.Schemas.DnsRecordCAARecord,
4054
- ...MittwaldAPIV2.Components.Schemas.DnsRecordCAARecord[]
4055
- ];
4056
- settings: MittwaldAPIV2.Components.Schemas.DnsRecordSettings;
4057
- }
4058
- interface DnsRecordCAARecord {
4059
- flags: number;
4060
- tag: "issue" | "issuewild" | "iodef";
4061
- value: string;
4062
- }
4063
4063
  interface CommonsAddress {
4064
4064
  street: string;
4065
4065
  houseNumber: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.99.0';
1
+ export declare const MittwaldAPIClientVersion = '4.100.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.100.0",
3
+ "version": "4.101.0",
4
4
  "author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
5
5
  "type": "module",
6
6
  "description": "Auto-generated client for the mittwald API",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "cbeb619363a8efeb99c8cd0eef9f5d244e458cbb"
83
+ "gitHead": "54356e6d7dbd03c8129a91f2cc7aa6d30b08b3a6"
84
84
  }