@mittwald/api-client 4.99.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.
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.100.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
|
|
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
|
|
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
|
|
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<{
|
|
@@ -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;
|
|
@@ -2288,6 +2304,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2288
2304
|
domain: string;
|
|
2289
2305
|
id: string;
|
|
2290
2306
|
recordSet: {
|
|
2307
|
+
caa: MittwaldAPIV2.Components.Schemas.DnsRecordCAA;
|
|
2291
2308
|
cname: MittwaldAPIV2.Components.Schemas.DnsRecordCNAME;
|
|
2292
2309
|
combinedARecords: MittwaldAPIV2.Components.Schemas.DnsRecordCombinedA;
|
|
2293
2310
|
mx: MittwaldAPIV2.Components.Schemas.DnsRecordMX;
|
|
@@ -2374,7 +2391,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2374
2391
|
}
|
|
2375
2392
|
interface MarketplaceContributor {
|
|
2376
2393
|
customerId: string;
|
|
2377
|
-
description
|
|
2394
|
+
description?: string;
|
|
2378
2395
|
email?: string;
|
|
2379
2396
|
id: string;
|
|
2380
2397
|
logoRefId?: string;
|
|
@@ -2436,6 +2453,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2436
2453
|
*/
|
|
2437
2454
|
interface MarketplaceExtensionDeprecation {
|
|
2438
2455
|
deprecatedAt: string;
|
|
2456
|
+
note?: string;
|
|
2457
|
+
/**
|
|
2458
|
+
* The ID of the successor extension.
|
|
2459
|
+
*/
|
|
2460
|
+
successorId?: string;
|
|
2439
2461
|
}
|
|
2440
2462
|
/**
|
|
2441
2463
|
* Language specific descriptions in various formats.
|
|
@@ -2489,7 +2511,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2489
2511
|
name: string;
|
|
2490
2512
|
url: string;
|
|
2491
2513
|
}
|
|
2492
|
-
type MarketplaceFrontendFragment =
|
|
2514
|
+
type MarketplaceFrontendFragment = {
|
|
2515
|
+
additionalProperties?: {
|
|
2516
|
+
[k: string]: string;
|
|
2517
|
+
};
|
|
2518
|
+
} & MittwaldAPIV2.Components.Schemas.MarketplaceUrlFrontendFragment;
|
|
2493
2519
|
interface MarketplaceOwnExtension {
|
|
2494
2520
|
backendComponents?: MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents;
|
|
2495
2521
|
/**
|
|
@@ -3877,6 +3903,15 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3877
3903
|
country?: string;
|
|
3878
3904
|
ipAddress?: string;
|
|
3879
3905
|
}
|
|
3906
|
+
interface SignupOAuthClient {
|
|
3907
|
+
allowedGrantTypes?: string[];
|
|
3908
|
+
allowedRedirectUris?: string[];
|
|
3909
|
+
allowedScopes?: string[];
|
|
3910
|
+
contributorId: string;
|
|
3911
|
+
description?: string;
|
|
3912
|
+
humanReadableName: string;
|
|
3913
|
+
id: string;
|
|
3914
|
+
}
|
|
3880
3915
|
interface SignupProfile {
|
|
3881
3916
|
email?: string;
|
|
3882
3917
|
/**
|
|
@@ -4025,15 +4060,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4025
4060
|
name: string;
|
|
4026
4061
|
value: string;
|
|
4027
4062
|
}
|
|
4028
|
-
interface SignupOAuthClient {
|
|
4029
|
-
allowedGrantTypes?: string[];
|
|
4030
|
-
allowedRedirectUris?: string[];
|
|
4031
|
-
allowedScopes?: string[];
|
|
4032
|
-
contributorId: string;
|
|
4033
|
-
description?: string;
|
|
4034
|
-
humanReadableName: string;
|
|
4035
|
-
id: string;
|
|
4036
|
-
}
|
|
4037
4063
|
interface CommonsAddress {
|
|
4038
4064
|
street: string;
|
|
4039
4065
|
houseNumber: 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
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
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.
|
|
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": "
|
|
83
|
+
"gitHead": "54356e6d7dbd03c8129a91f2cc7aa6d30b08b3a6"
|
|
84
84
|
}
|