@mittwald/api-client 4.99.0 → 4.100.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.98.0';
1
+ export const MittwaldAPIClientVersion = '4.99.0';
@@ -1158,6 +1158,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
1158
1158
  domain: string;
1159
1159
  id: string;
1160
1160
  recordSet: {
1161
+ caa: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCAA;
1161
1162
  cname: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCNAME;
1162
1163
  combinedARecords: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCombinedA;
1163
1164
  mx: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordMX;
@@ -1395,7 +1396,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
1395
1396
  } | undefined;
1396
1397
  }) => import("@mittwald/react-use-promise").AsyncResource<{
1397
1398
  customerId: string;
1398
- description: string;
1399
+ description?: string | undefined;
1399
1400
  email?: string | undefined;
1400
1401
  id: string;
1401
1402
  logoRefId?: string | undefined;
@@ -4879,7 +4879,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4879
4879
  };
4880
4880
  }, import("@mittwald/api-client-commons").Response<{
4881
4881
  customerId: string;
4882
- description: string;
4882
+ description?: string | undefined;
4883
4883
  email?: string | undefined;
4884
4884
  id: string;
4885
4885
  logoRefId?: string | undefined;
@@ -4901,7 +4901,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4901
4901
  };
4902
4902
  }, import("@mittwald/api-client-commons").Response<{
4903
4903
  customerId: string;
4904
- description: string;
4904
+ description?: string | undefined;
4905
4905
  email?: string | undefined;
4906
4906
  id: string;
4907
4907
  logoRefId?: string | undefined;
@@ -10144,6 +10144,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10144
10144
  domain: string;
10145
10145
  id: string;
10146
10146
  recordSet: {
10147
+ caa: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCAA;
10147
10148
  cname: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCNAME;
10148
10149
  combinedARecords: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCombinedA;
10149
10150
  mx: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordMX;
@@ -10172,6 +10173,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10172
10173
  domain: string;
10173
10174
  id: string;
10174
10175
  recordSet: {
10176
+ caa: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCAA;
10175
10177
  cname: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCNAME;
10176
10178
  combinedARecords: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCombinedA;
10177
10179
  mx: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordMX;
@@ -10325,7 +10327,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10325
10327
  /** Update a record set on a DNSZone. */
10326
10328
  dnsUpdateRecordSet: (request: {
10327
10329
  dnsZoneId: string;
10328
- recordSet: "a" | "mx" | "txt" | "srv" | "cname";
10330
+ recordSet: "a" | "mx" | "txt" | "srv" | "cname" | "caa";
10329
10331
  headers?: {
10330
10332
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
10331
10333
  "x-access-token"?: string | undefined;
@@ -10343,7 +10345,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10343
10345
  };
10344
10346
  };
10345
10347
  dnsZoneId: string;
10346
- recordSet: "a" | "mx" | "txt" | "srv" | "cname";
10348
+ recordSet: "a" | "mx" | "txt" | "srv" | "cname" | "caa";
10347
10349
  headers?: {
10348
10350
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
10349
10351
  "x-access-token"?: string | undefined;
@@ -10360,7 +10362,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10360
10362
  };
10361
10363
  };
10362
10364
  dnsZoneId: string;
10363
- recordSet: "a" | "mx" | "txt" | "srv" | "cname";
10365
+ recordSet: "a" | "mx" | "txt" | "srv" | "cname" | "caa";
10364
10366
  headers?: {
10365
10367
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
10366
10368
  "x-access-token"?: string | undefined;
@@ -10377,7 +10379,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10377
10379
  };
10378
10380
  };
10379
10381
  dnsZoneId: string;
10380
- recordSet: "a" | "mx" | "txt" | "srv" | "cname";
10382
+ recordSet: "a" | "mx" | "txt" | "srv" | "cname" | "caa";
10381
10383
  headers?: {
10382
10384
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
10383
10385
  "x-access-token"?: string | undefined;
@@ -10394,7 +10396,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10394
10396
  };
10395
10397
  };
10396
10398
  dnsZoneId: string;
10397
- recordSet: "a" | "mx" | "txt" | "srv" | "cname";
10399
+ recordSet: "a" | "mx" | "txt" | "srv" | "cname" | "caa";
10398
10400
  headers?: {
10399
10401
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
10400
10402
  "x-access-token"?: string | undefined;
@@ -10411,7 +10413,24 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10411
10413
  };
10412
10414
  };
10413
10415
  dnsZoneId: string;
10414
- recordSet: "a" | "mx" | "txt" | "srv" | "cname";
10416
+ recordSet: "a" | "mx" | "txt" | "srv" | "cname" | "caa";
10417
+ headers?: {
10418
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
10419
+ "x-access-token"?: string | undefined;
10420
+ } | undefined;
10421
+ } | {
10422
+ data: {
10423
+ records: [import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCAARecord, ...import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCAARecord[]];
10424
+ settings: {
10425
+ ttl?: {
10426
+ seconds: number;
10427
+ } | {
10428
+ auto: boolean;
10429
+ } | undefined;
10430
+ };
10431
+ };
10432
+ dnsZoneId: string;
10433
+ recordSet: "a" | "mx" | "txt" | "srv" | "cname" | "caa";
10415
10434
  headers?: {
10416
10435
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
10417
10436
  "x-access-token"?: string | undefined;
@@ -10446,10 +10465,15 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10446
10465
  fqdn: string;
10447
10466
  settings: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordSettings;
10448
10467
  };
10468
+ } | {
10469
+ data: {
10470
+ records: [import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCAARecord, ...import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCAARecord[]];
10471
+ settings: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordSettings;
10472
+ };
10449
10473
  }) & {
10450
10474
  pathParameters: {
10451
10475
  dnsZoneId: string;
10452
- recordSet: "a" | "mx" | "txt" | "srv" | "cname";
10476
+ recordSet: "a" | "mx" | "txt" | "srv" | "cname" | "caa";
10453
10477
  };
10454
10478
  }) & {
10455
10479
  headers?: Partial<{
@@ -10495,10 +10519,15 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10495
10519
  fqdn: string;
10496
10520
  settings: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordSettings;
10497
10521
  };
10522
+ } | {
10523
+ data: {
10524
+ records: [import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCAARecord, ...import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCAARecord[]];
10525
+ settings: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordSettings;
10526
+ };
10498
10527
  }) & {
10499
10528
  pathParameters: {
10500
10529
  dnsZoneId: string;
10501
- recordSet: "a" | "mx" | "txt" | "srv" | "cname";
10530
+ recordSet: "a" | "mx" | "txt" | "srv" | "cname" | "caa";
10502
10531
  };
10503
10532
  }) & {
10504
10533
  headers?: Partial<{
@@ -2288,6 +2288,7 @@ export declare namespace MittwaldAPIV2 {
2288
2288
  domain: string;
2289
2289
  id: string;
2290
2290
  recordSet: {
2291
+ caa: MittwaldAPIV2.Components.Schemas.DnsRecordCAA;
2291
2292
  cname: MittwaldAPIV2.Components.Schemas.DnsRecordCNAME;
2292
2293
  combinedARecords: MittwaldAPIV2.Components.Schemas.DnsRecordCombinedA;
2293
2294
  mx: MittwaldAPIV2.Components.Schemas.DnsRecordMX;
@@ -2374,7 +2375,7 @@ export declare namespace MittwaldAPIV2 {
2374
2375
  }
2375
2376
  interface MarketplaceContributor {
2376
2377
  customerId: string;
2377
- description: string;
2378
+ description?: string;
2378
2379
  email?: string;
2379
2380
  id: string;
2380
2381
  logoRefId?: string;
@@ -2436,6 +2437,11 @@ export declare namespace MittwaldAPIV2 {
2436
2437
  */
2437
2438
  interface MarketplaceExtensionDeprecation {
2438
2439
  deprecatedAt: string;
2440
+ note?: string;
2441
+ /**
2442
+ * The ID of the successor extension.
2443
+ */
2444
+ successorId?: string;
2439
2445
  }
2440
2446
  /**
2441
2447
  * Language specific descriptions in various formats.
@@ -2489,7 +2495,11 @@ export declare namespace MittwaldAPIV2 {
2489
2495
  name: string;
2490
2496
  url: string;
2491
2497
  }
2492
- type MarketplaceFrontendFragment = MittwaldAPIV2.Components.Schemas.MarketplaceUrlFrontendFragment;
2498
+ type MarketplaceFrontendFragment = {
2499
+ additionalProperties?: {
2500
+ [k: string]: string;
2501
+ };
2502
+ } & MittwaldAPIV2.Components.Schemas.MarketplaceUrlFrontendFragment;
2493
2503
  interface MarketplaceOwnExtension {
2494
2504
  backendComponents?: MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents;
2495
2505
  /**
@@ -3877,6 +3887,15 @@ export declare namespace MittwaldAPIV2 {
3877
3887
  country?: string;
3878
3888
  ipAddress?: string;
3879
3889
  }
3890
+ interface SignupOAuthClient {
3891
+ allowedGrantTypes?: string[];
3892
+ allowedRedirectUris?: string[];
3893
+ allowedScopes?: string[];
3894
+ contributorId: string;
3895
+ description?: string;
3896
+ humanReadableName: string;
3897
+ id: string;
3898
+ }
3880
3899
  interface SignupProfile {
3881
3900
  email?: string;
3882
3901
  /**
@@ -4025,14 +4044,21 @@ export declare namespace MittwaldAPIV2 {
4025
4044
  name: string;
4026
4045
  value: string;
4027
4046
  }
4028
- interface SignupOAuthClient {
4029
- allowedGrantTypes?: string[];
4030
- allowedRedirectUris?: string[];
4031
- allowedScopes?: string[];
4032
- contributorId: string;
4033
- description?: string;
4034
- humanReadableName: string;
4035
- id: string;
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;
4036
4062
  }
4037
4063
  interface CommonsAddress {
4038
4064
  street: string;
@@ -11066,9 +11092,9 @@ export declare namespace MittwaldAPIV2 {
11066
11092
  namespace Parameters {
11067
11093
  type Path = {
11068
11094
  dnsZoneId: string;
11069
- recordSet: "a" | "mx" | "txt" | "srv" | "cname";
11095
+ recordSet: "a" | "mx" | "txt" | "srv" | "cname" | "caa";
11070
11096
  };
11071
- type RequestBody = MittwaldAPIV2.Components.Schemas.DnsRecordUnset | MittwaldAPIV2.Components.Schemas.DnsCombinedACustom | MittwaldAPIV2.Components.Schemas.DnsRecordMXCustom | MittwaldAPIV2.Components.Schemas.DnsRecordTXTComponent | MittwaldAPIV2.Components.Schemas.DnsRecordSRVComponent | MittwaldAPIV2.Components.Schemas.DnsRecordCNAMEComponent;
11097
+ type RequestBody = MittwaldAPIV2.Components.Schemas.DnsRecordUnset | MittwaldAPIV2.Components.Schemas.DnsCombinedACustom | MittwaldAPIV2.Components.Schemas.DnsRecordMXCustom | MittwaldAPIV2.Components.Schemas.DnsRecordTXTComponent | MittwaldAPIV2.Components.Schemas.DnsRecordSRVComponent | MittwaldAPIV2.Components.Schemas.DnsRecordCNAMEComponent | MittwaldAPIV2.Components.Schemas.DnsRecordCAAComponent;
11072
11098
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
11073
11099
  type Query = {};
11074
11100
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.98.0';
1
+ export declare const MittwaldAPIClientVersion = '4.99.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.99.0",
3
+ "version": "4.100.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": "c497bf9e1e635e42c3ccc62813824ba435d3a99c"
83
+ "gitHead": "cbeb619363a8efeb99c8cd0eef9f5d244e458cbb"
84
84
  }