@mittwald/api-client 4.93.1 → 4.94.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/generated/v2/client-react.js +2 -2
- package/dist/esm/generated/v2/client.js +4 -4
- package/dist/esm/generated/v2/descriptors.js +12 -12
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +17 -15
- package/dist/types/generated/v2/client.d.ts +128 -122
- package/dist/types/generated/v2/descriptors.d.ts +4 -4
- package/dist/types/generated/v2/types.d.ts +115 -143
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -2
|
@@ -164,12 +164,12 @@ const buildDomainApi = (baseClient) => ({
|
|
|
164
164
|
dnsGetDnsZone: new ApiCallAsyncResourceFactory(descriptors.dnsGetDnsZone, baseClient.domain.dnsGetDnsZone).getApiResource,
|
|
165
165
|
/** List DNSZones belonging to a Project. */
|
|
166
166
|
dnsListDnsZones: new ApiCallAsyncResourceFactory(descriptors.dnsListDnsZones, baseClient.domain.dnsListDnsZones).getApiResource,
|
|
167
|
-
/** List Domains */
|
|
168
|
-
listDomains: new ApiCallAsyncResourceFactory(descriptors.domainListDomains, baseClient.domain.listDomains).getApiResource,
|
|
169
167
|
/** Get a Domain. */
|
|
170
168
|
getDomain: new ApiCallAsyncResourceFactory(descriptors.domainGetDomain, baseClient.domain.getDomain).getApiResource,
|
|
171
169
|
/** Get the latest screenshot's FileReference belonging to a Domain. */
|
|
172
170
|
getLatestScreenshot: new ApiCallAsyncResourceFactory(descriptors.domainGetLatestScreenshot, baseClient.domain.getLatestScreenshot).getApiResource,
|
|
171
|
+
/** List Domains */
|
|
172
|
+
listDomains: new ApiCallAsyncResourceFactory(descriptors.domainListDomains, baseClient.domain.listDomains).getApiResource,
|
|
173
173
|
/** List the contact schemas for a TLD. */
|
|
174
174
|
listTldContactSchemas: new ApiCallAsyncResourceFactory(descriptors.domainListTldContactSchemas, baseClient.domain.listTldContactSchemas).getApiResource,
|
|
175
175
|
/** List TLDs. */
|
|
@@ -380,20 +380,18 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
380
380
|
abortDomainDeclaration: this.requestFunctionFactory(descriptors.domainAbortDomainDeclaration),
|
|
381
381
|
/** Check if a Domain is available to register. */
|
|
382
382
|
checkDomainRegistrability: this.requestFunctionFactory(descriptors.domainCheckDomainRegistrability),
|
|
383
|
-
/** List Domains */
|
|
384
|
-
listDomains: this.requestFunctionFactory(descriptors.domainListDomains),
|
|
385
383
|
/** Check if a Domain is available to transfer. */
|
|
386
384
|
checkDomainTransferability: this.requestFunctionFactory(descriptors.domainCheckDomainTransferability),
|
|
387
385
|
/** Create an auth code for a Domains transfer-out process. */
|
|
388
386
|
createDomainAuthCode: this.requestFunctionFactory(descriptors.domainCreateDomainAuthCode),
|
|
389
|
-
/** Update the nameservers of a Domain. */
|
|
390
|
-
updateDomainNameservers: this.requestFunctionFactory(descriptors.domainUpdateDomainNameservers),
|
|
391
387
|
/** Get a Domain. */
|
|
392
388
|
getDomain: this.requestFunctionFactory(descriptors.domainGetDomain),
|
|
393
389
|
/** Delete a Domain. */
|
|
394
390
|
deleteDomain: this.requestFunctionFactory(descriptors.domainDeleteDomain),
|
|
395
391
|
/** Get the latest screenshot's FileReference belonging to a Domain. */
|
|
396
392
|
getLatestScreenshot: this.requestFunctionFactory(descriptors.domainGetLatestScreenshot),
|
|
393
|
+
/** List Domains */
|
|
394
|
+
listDomains: this.requestFunctionFactory(descriptors.domainListDomains),
|
|
397
395
|
/** List the contact schemas for a TLD. */
|
|
398
396
|
listTldContactSchemas: this.requestFunctionFactory(descriptors.domainListTldContactSchemas),
|
|
399
397
|
/** List TLDs. */
|
|
@@ -406,6 +404,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
406
404
|
updateDomainAuthCode: this.requestFunctionFactory(descriptors.domainUpdateDomainAuthCode),
|
|
407
405
|
/** Update a contact of a Domain. */
|
|
408
406
|
updateDomainContact: this.requestFunctionFactory(descriptors.domainUpdateDomainContact),
|
|
407
|
+
/** Update the nameservers of a Domain. */
|
|
408
|
+
updateDomainNameservers: this.requestFunctionFactory(descriptors.domainUpdateDomainNameservers),
|
|
409
409
|
/** Update a Domain's project id. */
|
|
410
410
|
updateDomainProjectId: this.requestFunctionFactory(descriptors.domainUpdateDomainProjectId),
|
|
411
411
|
/** List Ingresses. */
|
|
@@ -808,12 +808,6 @@ export const domainCheckDomainRegistrability = {
|
|
|
808
808
|
method: "POST",
|
|
809
809
|
operationId: "domain-check-domain-registrability",
|
|
810
810
|
};
|
|
811
|
-
/** List Domains */
|
|
812
|
-
export const domainListDomains = {
|
|
813
|
-
path: "/v2/domains",
|
|
814
|
-
method: "GET",
|
|
815
|
-
operationId: "domain-list-domains",
|
|
816
|
-
};
|
|
817
811
|
/** Check if a Domain is available to transfer. */
|
|
818
812
|
export const domainCheckDomainTransferability = {
|
|
819
813
|
path: "/v2/domain-transferable",
|
|
@@ -826,12 +820,6 @@ export const domainCreateDomainAuthCode = {
|
|
|
826
820
|
method: "POST",
|
|
827
821
|
operationId: "domain-create-domain-auth-code",
|
|
828
822
|
};
|
|
829
|
-
/** Update the nameservers of a Domain. */
|
|
830
|
-
export const domainUpdateDomainNameservers = {
|
|
831
|
-
path: "/v2/domains/{domainId}/nameservers",
|
|
832
|
-
method: "PATCH",
|
|
833
|
-
operationId: "domain-update-domain-nameservers",
|
|
834
|
-
};
|
|
835
823
|
/** Get a Domain. */
|
|
836
824
|
export const domainGetDomain = {
|
|
837
825
|
path: "/v2/domains/{domainId}",
|
|
@@ -850,6 +838,12 @@ export const domainGetLatestScreenshot = {
|
|
|
850
838
|
method: "GET",
|
|
851
839
|
operationId: "domain-get-latest-screenshot",
|
|
852
840
|
};
|
|
841
|
+
/** List Domains */
|
|
842
|
+
export const domainListDomains = {
|
|
843
|
+
path: "/v2/domains",
|
|
844
|
+
method: "GET",
|
|
845
|
+
operationId: "domain-list-domains",
|
|
846
|
+
};
|
|
853
847
|
/** List the contact schemas for a TLD. */
|
|
854
848
|
export const domainListTldContactSchemas = {
|
|
855
849
|
path: "/v2/domain-tlds/{tld}/contact-schemas",
|
|
@@ -886,6 +880,12 @@ export const domainUpdateDomainContact = {
|
|
|
886
880
|
method: "PATCH",
|
|
887
881
|
operationId: "domain-update-domain-contact",
|
|
888
882
|
};
|
|
883
|
+
/** Update the nameservers of a Domain. */
|
|
884
|
+
export const domainUpdateDomainNameservers = {
|
|
885
|
+
path: "/v2/domains/{domainId}/nameservers",
|
|
886
|
+
method: "PATCH",
|
|
887
|
+
operationId: "domain-update-domain-nameservers",
|
|
888
|
+
};
|
|
889
889
|
/** Update a Domain's project id. */
|
|
890
890
|
export const domainUpdateDomainProjectId = {
|
|
891
891
|
path: "/v2/domains/{domainId}/project-id",
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.93.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.93.1';
|
|
@@ -24,6 +24,7 @@ declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
24
24
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
25
25
|
appId: string;
|
|
26
26
|
appVersion: import("./types.js").MittwaldAPIV2.Components.Schemas.AppVersionStatus;
|
|
27
|
+
createdAt: string;
|
|
27
28
|
customDocumentRoot?: string | undefined;
|
|
28
29
|
description: string;
|
|
29
30
|
disabled: boolean;
|
|
@@ -1030,6 +1031,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1030
1031
|
id: string;
|
|
1031
1032
|
isReady: boolean;
|
|
1032
1033
|
isShared: boolean;
|
|
1034
|
+
mainUser?: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseMySqlUser | undefined;
|
|
1033
1035
|
name: string;
|
|
1034
1036
|
projectId: string;
|
|
1035
1037
|
status: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseDatabaseStatus;
|
|
@@ -1156,21 +1158,6 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1156
1158
|
"x-access-token"?: string | undefined;
|
|
1157
1159
|
} | undefined;
|
|
1158
1160
|
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.DnsZone[]>;
|
|
1159
|
-
/** List Domains */
|
|
1160
|
-
listDomains: (conf?: {
|
|
1161
|
-
headers?: {
|
|
1162
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1163
|
-
"x-access-token"?: string | undefined;
|
|
1164
|
-
} | undefined;
|
|
1165
|
-
queryParameters?: {
|
|
1166
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1167
|
-
projectId?: string | undefined;
|
|
1168
|
-
page?: number | undefined;
|
|
1169
|
-
limit?: number | undefined;
|
|
1170
|
-
domainSearchName?: string | undefined;
|
|
1171
|
-
contactHash?: string | undefined;
|
|
1172
|
-
} | undefined;
|
|
1173
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainDomain[]>;
|
|
1174
1161
|
/** Get a Domain. */
|
|
1175
1162
|
getDomain: (conf: {
|
|
1176
1163
|
domainId: string;
|
|
@@ -1210,6 +1197,21 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1210
1197
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
1211
1198
|
reference?: string | undefined;
|
|
1212
1199
|
}>;
|
|
1200
|
+
/** List Domains */
|
|
1201
|
+
listDomains: (conf?: {
|
|
1202
|
+
headers?: {
|
|
1203
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1204
|
+
"x-access-token"?: string | undefined;
|
|
1205
|
+
} | undefined;
|
|
1206
|
+
queryParameters?: {
|
|
1207
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1208
|
+
projectId?: string | undefined;
|
|
1209
|
+
page?: number | undefined;
|
|
1210
|
+
limit?: number | undefined;
|
|
1211
|
+
domainSearchName?: string | undefined;
|
|
1212
|
+
contactHash?: string | undefined;
|
|
1213
|
+
} | undefined;
|
|
1214
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainDomain[]>;
|
|
1213
1215
|
/** List the contact schemas for a TLD. */
|
|
1214
1216
|
listTldContactSchemas: (conf: {
|
|
1215
1217
|
tld: string;
|
|
@@ -114,6 +114,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
114
114
|
}, import("@mittwald/api-client-commons").Response<{
|
|
115
115
|
appId: string;
|
|
116
116
|
appVersion: import("./types.js").MittwaldAPIV2.Components.Schemas.AppVersionStatus;
|
|
117
|
+
createdAt: string;
|
|
117
118
|
customDocumentRoot?: string | undefined;
|
|
118
119
|
description: string;
|
|
119
120
|
disabled: boolean;
|
|
@@ -149,6 +150,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
149
150
|
}, import("@mittwald/api-client-commons").Response<{
|
|
150
151
|
appId: string;
|
|
151
152
|
appVersion: import("./types.js").MittwaldAPIV2.Components.Schemas.AppVersionStatus;
|
|
153
|
+
createdAt: string;
|
|
152
154
|
customDocumentRoot?: string | undefined;
|
|
153
155
|
description: string;
|
|
154
156
|
disabled: boolean;
|
|
@@ -8730,6 +8732,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8730
8732
|
id: string;
|
|
8731
8733
|
isReady: boolean;
|
|
8732
8734
|
isShared: boolean;
|
|
8735
|
+
mainUser?: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseMySqlUser | undefined;
|
|
8733
8736
|
name: string;
|
|
8734
8737
|
projectId: string;
|
|
8735
8738
|
status: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseDatabaseStatus;
|
|
@@ -8770,6 +8773,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8770
8773
|
id: string;
|
|
8771
8774
|
isReady: boolean;
|
|
8772
8775
|
isShared: boolean;
|
|
8776
|
+
mainUser?: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseMySqlUser | undefined;
|
|
8773
8777
|
name: string;
|
|
8774
8778
|
projectId: string;
|
|
8775
8779
|
status: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseDatabaseStatus;
|
|
@@ -10695,69 +10699,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
10695
10699
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10696
10700
|
[x: string]: unknown;
|
|
10697
10701
|
}, 429, "application/json">>>;
|
|
10698
|
-
/** List Domains */
|
|
10699
|
-
listDomains: (request?: {
|
|
10700
|
-
headers?: {
|
|
10701
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
10702
|
-
"x-access-token"?: string | undefined;
|
|
10703
|
-
} | undefined;
|
|
10704
|
-
queryParameters?: {
|
|
10705
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
10706
|
-
projectId?: string | undefined;
|
|
10707
|
-
page?: number | undefined;
|
|
10708
|
-
limit?: number | undefined;
|
|
10709
|
-
domainSearchName?: string | undefined;
|
|
10710
|
-
contactHash?: string | undefined;
|
|
10711
|
-
} | undefined;
|
|
10712
|
-
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10713
|
-
headers?: Partial<{
|
|
10714
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10715
|
-
}>;
|
|
10716
|
-
} & {
|
|
10717
|
-
queryParameters: {
|
|
10718
|
-
projectId?: string | undefined;
|
|
10719
|
-
page?: number | undefined;
|
|
10720
|
-
limit?: number | undefined;
|
|
10721
|
-
domainSearchName?: string | undefined;
|
|
10722
|
-
contactHash?: string | undefined;
|
|
10723
|
-
} & Partial<{
|
|
10724
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10725
|
-
}>;
|
|
10726
|
-
} & {
|
|
10727
|
-
headers: {
|
|
10728
|
-
"x-access-token"?: string | undefined;
|
|
10729
|
-
} & Partial<{
|
|
10730
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10731
|
-
}>;
|
|
10732
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainDomain[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10733
|
-
[x: string]: unknown;
|
|
10734
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10735
|
-
[x: string]: unknown;
|
|
10736
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10737
|
-
headers?: Partial<{
|
|
10738
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10739
|
-
}>;
|
|
10740
|
-
} & {
|
|
10741
|
-
queryParameters: {
|
|
10742
|
-
projectId?: string | undefined;
|
|
10743
|
-
page?: number | undefined;
|
|
10744
|
-
limit?: number | undefined;
|
|
10745
|
-
domainSearchName?: string | undefined;
|
|
10746
|
-
contactHash?: string | undefined;
|
|
10747
|
-
} & Partial<{
|
|
10748
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10749
|
-
}>;
|
|
10750
|
-
} & {
|
|
10751
|
-
headers: {
|
|
10752
|
-
"x-access-token"?: string | undefined;
|
|
10753
|
-
} & Partial<{
|
|
10754
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10755
|
-
}>;
|
|
10756
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainDomain[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10757
|
-
[x: string]: unknown;
|
|
10758
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10759
|
-
[x: string]: unknown;
|
|
10760
|
-
}, 429, "application/json">>>;
|
|
10761
10702
|
/** Check if a Domain is available to transfer. */
|
|
10762
10703
|
checkDomainTransferability: (request: {
|
|
10763
10704
|
data: {
|
|
@@ -10850,65 +10791,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
10850
10791
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10851
10792
|
[x: string]: unknown;
|
|
10852
10793
|
}, 429, "application/json">>>;
|
|
10853
|
-
/** Update the nameservers of a Domain. */
|
|
10854
|
-
updateDomainNameservers: (request: {
|
|
10855
|
-
domainId: string;
|
|
10856
|
-
data?: {
|
|
10857
|
-
nameservers?: [string, string, ...string[]] | undefined;
|
|
10858
|
-
} | undefined;
|
|
10859
|
-
headers?: {
|
|
10860
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
10861
|
-
"x-access-token"?: string | undefined;
|
|
10862
|
-
} | undefined;
|
|
10863
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10864
|
-
data: {
|
|
10865
|
-
nameservers?: [string, string, ...string[]] | undefined;
|
|
10866
|
-
};
|
|
10867
|
-
} & {
|
|
10868
|
-
pathParameters: {
|
|
10869
|
-
domainId: string;
|
|
10870
|
-
};
|
|
10871
|
-
} & {
|
|
10872
|
-
headers?: Partial<{
|
|
10873
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10874
|
-
}>;
|
|
10875
|
-
} & {
|
|
10876
|
-
headers: {
|
|
10877
|
-
"x-access-token"?: string | undefined;
|
|
10878
|
-
} & Partial<{
|
|
10879
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10880
|
-
}>;
|
|
10881
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
10882
|
-
[x: string]: unknown;
|
|
10883
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10884
|
-
[x: string]: unknown;
|
|
10885
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10886
|
-
[x: string]: unknown;
|
|
10887
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10888
|
-
data: {
|
|
10889
|
-
nameservers?: [string, string, ...string[]] | undefined;
|
|
10890
|
-
};
|
|
10891
|
-
} & {
|
|
10892
|
-
pathParameters: {
|
|
10893
|
-
domainId: string;
|
|
10894
|
-
};
|
|
10895
|
-
} & {
|
|
10896
|
-
headers?: Partial<{
|
|
10897
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10898
|
-
}>;
|
|
10899
|
-
} & {
|
|
10900
|
-
headers: {
|
|
10901
|
-
"x-access-token"?: string | undefined;
|
|
10902
|
-
} & Partial<{
|
|
10903
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10904
|
-
}>;
|
|
10905
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
10906
|
-
[x: string]: unknown;
|
|
10907
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10908
|
-
[x: string]: unknown;
|
|
10909
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10910
|
-
[x: string]: unknown;
|
|
10911
|
-
}, 429, "application/json">>>;
|
|
10912
10794
|
/** Get a Domain. */
|
|
10913
10795
|
getDomain: (request: {
|
|
10914
10796
|
domainId: string;
|
|
@@ -11125,6 +11007,69 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11125
11007
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
11126
11008
|
[x: string]: unknown;
|
|
11127
11009
|
}, 429, "application/json">>>;
|
|
11010
|
+
/** List Domains */
|
|
11011
|
+
listDomains: (request?: {
|
|
11012
|
+
headers?: {
|
|
11013
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
11014
|
+
"x-access-token"?: string | undefined;
|
|
11015
|
+
} | undefined;
|
|
11016
|
+
queryParameters?: {
|
|
11017
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
11018
|
+
projectId?: string | undefined;
|
|
11019
|
+
page?: number | undefined;
|
|
11020
|
+
limit?: number | undefined;
|
|
11021
|
+
domainSearchName?: string | undefined;
|
|
11022
|
+
contactHash?: string | undefined;
|
|
11023
|
+
} | undefined;
|
|
11024
|
+
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
11025
|
+
headers?: Partial<{
|
|
11026
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
11027
|
+
}>;
|
|
11028
|
+
} & {
|
|
11029
|
+
queryParameters: {
|
|
11030
|
+
projectId?: string | undefined;
|
|
11031
|
+
page?: number | undefined;
|
|
11032
|
+
limit?: number | undefined;
|
|
11033
|
+
domainSearchName?: string | undefined;
|
|
11034
|
+
contactHash?: string | undefined;
|
|
11035
|
+
} & Partial<{
|
|
11036
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
11037
|
+
}>;
|
|
11038
|
+
} & {
|
|
11039
|
+
headers: {
|
|
11040
|
+
"x-access-token"?: string | undefined;
|
|
11041
|
+
} & Partial<{
|
|
11042
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
11043
|
+
}>;
|
|
11044
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainDomain[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
11045
|
+
[x: string]: unknown;
|
|
11046
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
11047
|
+
[x: string]: unknown;
|
|
11048
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
11049
|
+
headers?: Partial<{
|
|
11050
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
11051
|
+
}>;
|
|
11052
|
+
} & {
|
|
11053
|
+
queryParameters: {
|
|
11054
|
+
projectId?: string | undefined;
|
|
11055
|
+
page?: number | undefined;
|
|
11056
|
+
limit?: number | undefined;
|
|
11057
|
+
domainSearchName?: string | undefined;
|
|
11058
|
+
contactHash?: string | undefined;
|
|
11059
|
+
} & Partial<{
|
|
11060
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
11061
|
+
}>;
|
|
11062
|
+
} & {
|
|
11063
|
+
headers: {
|
|
11064
|
+
"x-access-token"?: string | undefined;
|
|
11065
|
+
} & Partial<{
|
|
11066
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
11067
|
+
}>;
|
|
11068
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainDomain[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
11069
|
+
[x: string]: unknown;
|
|
11070
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
11071
|
+
[x: string]: unknown;
|
|
11072
|
+
}, 429, "application/json">>>;
|
|
11128
11073
|
/** List the contact schemas for a TLD. */
|
|
11129
11074
|
listTldContactSchemas: (request: {
|
|
11130
11075
|
tld: string;
|
|
@@ -11422,6 +11367,65 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11422
11367
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
11423
11368
|
[x: string]: unknown;
|
|
11424
11369
|
}, 429, "application/json">>>;
|
|
11370
|
+
/** Update the nameservers of a Domain. */
|
|
11371
|
+
updateDomainNameservers: (request: {
|
|
11372
|
+
domainId: string;
|
|
11373
|
+
data?: {
|
|
11374
|
+
nameservers?: [string, string, ...string[]] | undefined;
|
|
11375
|
+
} | undefined;
|
|
11376
|
+
headers?: {
|
|
11377
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
11378
|
+
"x-access-token"?: string | undefined;
|
|
11379
|
+
} | undefined;
|
|
11380
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
11381
|
+
data: {
|
|
11382
|
+
nameservers?: [string, string, ...string[]] | undefined;
|
|
11383
|
+
};
|
|
11384
|
+
} & {
|
|
11385
|
+
pathParameters: {
|
|
11386
|
+
domainId: string;
|
|
11387
|
+
};
|
|
11388
|
+
} & {
|
|
11389
|
+
headers?: Partial<{
|
|
11390
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
11391
|
+
}>;
|
|
11392
|
+
} & {
|
|
11393
|
+
headers: {
|
|
11394
|
+
"x-access-token"?: string | undefined;
|
|
11395
|
+
} & Partial<{
|
|
11396
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
11397
|
+
}>;
|
|
11398
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
11399
|
+
[x: string]: unknown;
|
|
11400
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
11401
|
+
[x: string]: unknown;
|
|
11402
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
11403
|
+
[x: string]: unknown;
|
|
11404
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
11405
|
+
data: {
|
|
11406
|
+
nameservers?: [string, string, ...string[]] | undefined;
|
|
11407
|
+
};
|
|
11408
|
+
} & {
|
|
11409
|
+
pathParameters: {
|
|
11410
|
+
domainId: string;
|
|
11411
|
+
};
|
|
11412
|
+
} & {
|
|
11413
|
+
headers?: Partial<{
|
|
11414
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
11415
|
+
}>;
|
|
11416
|
+
} & {
|
|
11417
|
+
headers: {
|
|
11418
|
+
"x-access-token"?: string | undefined;
|
|
11419
|
+
} & Partial<{
|
|
11420
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
11421
|
+
}>;
|
|
11422
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
11423
|
+
[x: string]: unknown;
|
|
11424
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
11425
|
+
[x: string]: unknown;
|
|
11426
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
11427
|
+
[x: string]: unknown;
|
|
11428
|
+
}, 429, "application/json">>>;
|
|
11425
11429
|
/** Update a Domain's project id. */
|
|
11426
11430
|
updateDomainProjectId: (request: {
|
|
11427
11431
|
domainId: string;
|
|
@@ -17323,6 +17327,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17323
17327
|
}, import("@mittwald/api-client-commons").Response<{
|
|
17324
17328
|
refId: string;
|
|
17325
17329
|
rules: {
|
|
17330
|
+
maxSizeInBytes: number;
|
|
17326
17331
|
maxSizeInKB: number;
|
|
17327
17332
|
mimeTypes: string[];
|
|
17328
17333
|
properties?: {
|
|
@@ -17359,6 +17364,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17359
17364
|
}, import("@mittwald/api-client-commons").Response<{
|
|
17360
17365
|
refId: string;
|
|
17361
17366
|
rules: {
|
|
17367
|
+
maxSizeInBytes: number;
|
|
17362
17368
|
maxSizeInKB: number;
|
|
17363
17369
|
mimeTypes: string[];
|
|
17364
17370
|
properties?: {
|
|
@@ -273,20 +273,18 @@ export declare const dnsUpdateRecordSet: OpenAPIOperation<RequestType<Simplify<M
|
|
|
273
273
|
export declare const domainAbortDomainDeclaration: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclaration.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclaration.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclaration.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclaration.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclaration.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclaration.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclaration.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclaration.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
274
274
|
/** Check if a Domain is available to register. */
|
|
275
275
|
export declare const domainCheckDomainRegistrability: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
276
|
-
/** List Domains */
|
|
277
|
-
export declare const domainListDomains: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Domains.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Domains.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Domains.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Domains.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Domains.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Domains.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Domains.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
278
276
|
/** Check if a Domain is available to transfer. */
|
|
279
277
|
export declare const domainCheckDomainTransferability: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
280
278
|
/** Create an auth code for a Domains transfer-out process. */
|
|
281
279
|
export declare const domainCreateDomainAuthCode: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
282
|
-
/** Update the nameservers of a Domain. */
|
|
283
|
-
export declare const domainUpdateDomainNameservers: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
284
280
|
/** Get a Domain. */
|
|
285
281
|
export declare const domainGetDomain: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
286
282
|
/** Delete a Domain. */
|
|
287
283
|
export declare const domainDeleteDomain: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
288
284
|
/** Get the latest screenshot's FileReference belonging to a Domain. */
|
|
289
285
|
export declare const domainGetLatestScreenshot: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdLatestScreenshot.Get.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdLatestScreenshot.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdLatestScreenshot.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdLatestScreenshot.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdLatestScreenshot.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdLatestScreenshot.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdLatestScreenshot.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdLatestScreenshot.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
286
|
+
/** List Domains */
|
|
287
|
+
export declare const domainListDomains: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Domains.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Domains.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Domains.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Domains.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Domains.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Domains.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Domains.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
290
288
|
/** List the contact schemas for a TLD. */
|
|
291
289
|
export declare const domainListTldContactSchemas: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
292
290
|
/** List TLDs. */
|
|
@@ -299,6 +297,8 @@ export declare const domainSuggest: OpenAPIOperation<RequestType<Simplify<null>,
|
|
|
299
297
|
export declare const domainUpdateDomainAuthCode: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdAuthCode.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdAuthCode.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdAuthCode.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdAuthCode.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdAuthCode.Patch.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdAuthCode.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdAuthCode.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdAuthCode.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdAuthCode.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
300
298
|
/** Update a contact of a Domain. */
|
|
301
299
|
export declare const domainUpdateDomainContact: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContactsContact.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContactsContact.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContactsContact.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContactsContact.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContactsContact.Patch.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContactsContact.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContactsContact.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContactsContact.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdContactsContact.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
300
|
+
/** Update the nameservers of a Domain. */
|
|
301
|
+
export declare const domainUpdateDomainNameservers: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
302
302
|
/** Update a Domain's project id. */
|
|
303
303
|
export declare const domainUpdateDomainProjectId: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
304
304
|
/** Authenticate your external application using the extensionInstanceSecret. */
|
|
@@ -542,10 +542,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
542
542
|
type RequestData = InferredRequestData<typeof descriptors.domainCheckDomainRegistrability>;
|
|
543
543
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCheckDomainRegistrability, TStatus>;
|
|
544
544
|
}
|
|
545
|
-
namespace DomainListDomains {
|
|
546
|
-
type RequestData = InferredRequestData<typeof descriptors.domainListDomains>;
|
|
547
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListDomains, TStatus>;
|
|
548
|
-
}
|
|
549
545
|
namespace DomainCheckDomainTransferability {
|
|
550
546
|
type RequestData = InferredRequestData<typeof descriptors.domainCheckDomainTransferability>;
|
|
551
547
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCheckDomainTransferability, TStatus>;
|
|
@@ -554,10 +550,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
554
550
|
type RequestData = InferredRequestData<typeof descriptors.domainCreateDomainAuthCode>;
|
|
555
551
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCreateDomainAuthCode, TStatus>;
|
|
556
552
|
}
|
|
557
|
-
namespace DomainUpdateDomainNameservers {
|
|
558
|
-
type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainNameservers>;
|
|
559
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainNameservers, TStatus>;
|
|
560
|
-
}
|
|
561
553
|
namespace DomainGetDomain {
|
|
562
554
|
type RequestData = InferredRequestData<typeof descriptors.domainGetDomain>;
|
|
563
555
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetDomain, TStatus>;
|
|
@@ -570,6 +562,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
570
562
|
type RequestData = InferredRequestData<typeof descriptors.domainGetLatestScreenshot>;
|
|
571
563
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetLatestScreenshot, TStatus>;
|
|
572
564
|
}
|
|
565
|
+
namespace DomainListDomains {
|
|
566
|
+
type RequestData = InferredRequestData<typeof descriptors.domainListDomains>;
|
|
567
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListDomains, TStatus>;
|
|
568
|
+
}
|
|
573
569
|
namespace DomainListTldContactSchemas {
|
|
574
570
|
type RequestData = InferredRequestData<typeof descriptors.domainListTldContactSchemas>;
|
|
575
571
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListTldContactSchemas, TStatus>;
|
|
@@ -594,6 +590,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
594
590
|
type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainContact>;
|
|
595
591
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainContact, TStatus>;
|
|
596
592
|
}
|
|
593
|
+
namespace DomainUpdateDomainNameservers {
|
|
594
|
+
type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainNameservers>;
|
|
595
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainNameservers, TStatus>;
|
|
596
|
+
}
|
|
597
597
|
namespace DomainUpdateDomainProjectId {
|
|
598
598
|
type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainProjectId>;
|
|
599
599
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainProjectId, TStatus>;
|
|
@@ -1403,6 +1403,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1403
1403
|
interface AppAppInstallation {
|
|
1404
1404
|
appId: string;
|
|
1405
1405
|
appVersion: MittwaldAPIV2.Components.Schemas.AppVersionStatus;
|
|
1406
|
+
createdAt: string;
|
|
1406
1407
|
customDocumentRoot?: string;
|
|
1407
1408
|
description: string;
|
|
1408
1409
|
disabled: boolean;
|
|
@@ -2126,6 +2127,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2126
2127
|
id: string;
|
|
2127
2128
|
isReady: boolean;
|
|
2128
2129
|
isShared: boolean;
|
|
2130
|
+
mainUser?: MittwaldAPIV2.Components.Schemas.DatabaseMySqlUser;
|
|
2129
2131
|
name: string;
|
|
2130
2132
|
projectId: string;
|
|
2131
2133
|
status: MittwaldAPIV2.Components.Schemas.DatabaseDatabaseStatus;
|
|
@@ -3939,41 +3941,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3939
3941
|
registeredAt?: string;
|
|
3940
3942
|
userId: string;
|
|
3941
3943
|
}
|
|
3942
|
-
interface UserUserInternal {
|
|
3943
|
-
avatarRef?: string;
|
|
3944
|
-
customerMemberships?: {
|
|
3945
|
-
[k: string]: MittwaldAPIV2.Components.Schemas.UserCustomerMembership;
|
|
3946
|
-
};
|
|
3947
|
-
/**
|
|
3948
|
-
* Truth value, whether the user has been disabled.
|
|
3949
|
-
*/
|
|
3950
|
-
disabled?: boolean;
|
|
3951
|
-
disabledAt?: string;
|
|
3952
|
-
disabledBy?: string;
|
|
3953
|
-
email?: string;
|
|
3954
|
-
/**
|
|
3955
|
-
* Additional information about mittwald employees.
|
|
3956
|
-
*/
|
|
3957
|
-
employeeInformation?: {
|
|
3958
|
-
department: string;
|
|
3959
|
-
};
|
|
3960
|
-
/**
|
|
3961
|
-
* Truth value, whether the user is a mittwald employee
|
|
3962
|
-
*/
|
|
3963
|
-
isEmployee?: boolean;
|
|
3964
|
-
mfa?: {
|
|
3965
|
-
active: boolean;
|
|
3966
|
-
setup: boolean;
|
|
3967
|
-
};
|
|
3968
|
-
passwordUpdatedAt?: string;
|
|
3969
|
-
person: MittwaldAPIV2.Components.Schemas.CommonsPerson;
|
|
3970
|
-
phoneNumber?: string;
|
|
3971
|
-
projectMemberships?: {
|
|
3972
|
-
[k: string]: MittwaldAPIV2.Components.Schemas.UserProjectMembership;
|
|
3973
|
-
};
|
|
3974
|
-
registeredAt?: string;
|
|
3975
|
-
userId: string;
|
|
3976
|
-
}
|
|
3977
3944
|
interface SignupSshKey {
|
|
3978
3945
|
algorithm: string;
|
|
3979
3946
|
comment: string;
|
|
@@ -10552,8 +10519,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10552
10519
|
}
|
|
10553
10520
|
}
|
|
10554
10521
|
}
|
|
10555
|
-
namespace V2DomainsDomainIdHandlesOwnerc { }
|
|
10556
|
-
namespace V2DomainsDomainIdProjectId { }
|
|
10557
10522
|
namespace V2DomainRegistrable {
|
|
10558
10523
|
namespace Post {
|
|
10559
10524
|
namespace Parameters {
|
|
@@ -10597,49 +10562,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10597
10562
|
}
|
|
10598
10563
|
}
|
|
10599
10564
|
}
|
|
10600
|
-
namespace V2Domains {
|
|
10601
|
-
namespace Get {
|
|
10602
|
-
namespace Parameters {
|
|
10603
|
-
type Path = {};
|
|
10604
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10605
|
-
type Query = {
|
|
10606
|
-
projectId?: string;
|
|
10607
|
-
page?: number;
|
|
10608
|
-
limit?: number;
|
|
10609
|
-
domainSearchName?: string;
|
|
10610
|
-
contactHash?: string;
|
|
10611
|
-
};
|
|
10612
|
-
}
|
|
10613
|
-
namespace Responses {
|
|
10614
|
-
namespace $200 {
|
|
10615
|
-
namespace Content {
|
|
10616
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomain[];
|
|
10617
|
-
}
|
|
10618
|
-
}
|
|
10619
|
-
namespace $400 {
|
|
10620
|
-
namespace Content {
|
|
10621
|
-
interface ApplicationJson {
|
|
10622
|
-
[k: string]: unknown;
|
|
10623
|
-
}
|
|
10624
|
-
}
|
|
10625
|
-
}
|
|
10626
|
-
namespace $429 {
|
|
10627
|
-
namespace Content {
|
|
10628
|
-
interface ApplicationJson {
|
|
10629
|
-
[k: string]: unknown;
|
|
10630
|
-
}
|
|
10631
|
-
}
|
|
10632
|
-
}
|
|
10633
|
-
namespace Default {
|
|
10634
|
-
namespace Content {
|
|
10635
|
-
interface ApplicationJson {
|
|
10636
|
-
[k: string]: unknown;
|
|
10637
|
-
}
|
|
10638
|
-
}
|
|
10639
|
-
}
|
|
10640
|
-
}
|
|
10641
|
-
}
|
|
10642
|
-
}
|
|
10643
10565
|
namespace V2DomainTransferable {
|
|
10644
10566
|
namespace Post {
|
|
10645
10567
|
namespace Parameters {
|
|
@@ -10732,25 +10654,19 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10732
10654
|
}
|
|
10733
10655
|
}
|
|
10734
10656
|
}
|
|
10735
|
-
namespace
|
|
10736
|
-
namespace
|
|
10657
|
+
namespace V2DomainsDomainId {
|
|
10658
|
+
namespace Get {
|
|
10737
10659
|
namespace Parameters {
|
|
10738
10660
|
type Path = {
|
|
10739
10661
|
domainId: string;
|
|
10740
10662
|
};
|
|
10741
|
-
interface RequestBody {
|
|
10742
|
-
/**
|
|
10743
|
-
* @minItems 2
|
|
10744
|
-
*/
|
|
10745
|
-
nameservers?: [string, string, ...string[]];
|
|
10746
|
-
}
|
|
10747
10663
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10748
10664
|
type Query = {};
|
|
10749
10665
|
}
|
|
10750
10666
|
namespace Responses {
|
|
10751
|
-
namespace $
|
|
10667
|
+
namespace $200 {
|
|
10752
10668
|
namespace Content {
|
|
10753
|
-
type
|
|
10669
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomain;
|
|
10754
10670
|
}
|
|
10755
10671
|
}
|
|
10756
10672
|
namespace $400 {
|
|
@@ -10783,22 +10699,25 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10783
10699
|
}
|
|
10784
10700
|
}
|
|
10785
10701
|
}
|
|
10786
|
-
|
|
10787
|
-
namespace V2DomainsDomainIdDeclarationsAuthcode { }
|
|
10788
|
-
namespace V2DomainsDomainIdDeclarationsHandles { }
|
|
10789
|
-
namespace V2DomainsDomainId {
|
|
10790
|
-
namespace Get {
|
|
10702
|
+
namespace Delete {
|
|
10791
10703
|
namespace Parameters {
|
|
10792
10704
|
type Path = {
|
|
10793
10705
|
domainId: string;
|
|
10794
10706
|
};
|
|
10795
10707
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10796
|
-
type Query = {
|
|
10708
|
+
type Query = {
|
|
10709
|
+
/**
|
|
10710
|
+
* Only for .de Domains.
|
|
10711
|
+
*/
|
|
10712
|
+
transit?: boolean;
|
|
10713
|
+
};
|
|
10797
10714
|
}
|
|
10798
10715
|
namespace Responses {
|
|
10799
10716
|
namespace $200 {
|
|
10800
10717
|
namespace Content {
|
|
10801
|
-
|
|
10718
|
+
interface ApplicationJson {
|
|
10719
|
+
[k: string]: unknown;
|
|
10720
|
+
}
|
|
10802
10721
|
}
|
|
10803
10722
|
}
|
|
10804
10723
|
namespace $400 {
|
|
@@ -10815,6 +10734,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10815
10734
|
}
|
|
10816
10735
|
}
|
|
10817
10736
|
}
|
|
10737
|
+
namespace $412 {
|
|
10738
|
+
namespace Content {
|
|
10739
|
+
interface ApplicationJson {
|
|
10740
|
+
[k: string]: unknown;
|
|
10741
|
+
}
|
|
10742
|
+
}
|
|
10743
|
+
}
|
|
10818
10744
|
namespace $429 {
|
|
10819
10745
|
namespace Content {
|
|
10820
10746
|
interface ApplicationJson {
|
|
@@ -10831,31 +10757,25 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10831
10757
|
}
|
|
10832
10758
|
}
|
|
10833
10759
|
}
|
|
10834
|
-
|
|
10760
|
+
}
|
|
10761
|
+
namespace V2DomainsDomainIdLatestScreenshot {
|
|
10762
|
+
namespace Get {
|
|
10835
10763
|
namespace Parameters {
|
|
10836
10764
|
type Path = {
|
|
10837
10765
|
domainId: string;
|
|
10838
10766
|
};
|
|
10767
|
+
interface RequestBody {
|
|
10768
|
+
domainName: string;
|
|
10769
|
+
path: string;
|
|
10770
|
+
}
|
|
10839
10771
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10840
|
-
type Query = {
|
|
10841
|
-
/**
|
|
10842
|
-
* Only for .de Domains.
|
|
10843
|
-
*/
|
|
10844
|
-
transit?: boolean;
|
|
10845
|
-
};
|
|
10772
|
+
type Query = {};
|
|
10846
10773
|
}
|
|
10847
10774
|
namespace Responses {
|
|
10848
10775
|
namespace $200 {
|
|
10849
10776
|
namespace Content {
|
|
10850
10777
|
interface ApplicationJson {
|
|
10851
|
-
|
|
10852
|
-
}
|
|
10853
|
-
}
|
|
10854
|
-
}
|
|
10855
|
-
namespace $400 {
|
|
10856
|
-
namespace Content {
|
|
10857
|
-
interface ApplicationJson {
|
|
10858
|
-
[k: string]: unknown;
|
|
10778
|
+
reference?: string;
|
|
10859
10779
|
}
|
|
10860
10780
|
}
|
|
10861
10781
|
}
|
|
@@ -10866,13 +10786,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10866
10786
|
}
|
|
10867
10787
|
}
|
|
10868
10788
|
}
|
|
10869
|
-
namespace $412 {
|
|
10870
|
-
namespace Content {
|
|
10871
|
-
interface ApplicationJson {
|
|
10872
|
-
[k: string]: unknown;
|
|
10873
|
-
}
|
|
10874
|
-
}
|
|
10875
|
-
}
|
|
10876
10789
|
namespace $429 {
|
|
10877
10790
|
namespace Content {
|
|
10878
10791
|
interface ApplicationJson {
|
|
@@ -10890,29 +10803,26 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10890
10803
|
}
|
|
10891
10804
|
}
|
|
10892
10805
|
}
|
|
10893
|
-
namespace
|
|
10894
|
-
namespace V2DomainsDomainIdLatestScreenshot {
|
|
10806
|
+
namespace V2Domains {
|
|
10895
10807
|
namespace Get {
|
|
10896
10808
|
namespace Parameters {
|
|
10897
|
-
type Path = {
|
|
10898
|
-
domainId: string;
|
|
10899
|
-
};
|
|
10900
|
-
interface RequestBody {
|
|
10901
|
-
domainName: string;
|
|
10902
|
-
path: string;
|
|
10903
|
-
}
|
|
10809
|
+
type Path = {};
|
|
10904
10810
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10905
|
-
type Query = {
|
|
10811
|
+
type Query = {
|
|
10812
|
+
projectId?: string;
|
|
10813
|
+
page?: number;
|
|
10814
|
+
limit?: number;
|
|
10815
|
+
domainSearchName?: string;
|
|
10816
|
+
contactHash?: string;
|
|
10817
|
+
};
|
|
10906
10818
|
}
|
|
10907
10819
|
namespace Responses {
|
|
10908
10820
|
namespace $200 {
|
|
10909
10821
|
namespace Content {
|
|
10910
|
-
|
|
10911
|
-
reference?: string;
|
|
10912
|
-
}
|
|
10822
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomain[];
|
|
10913
10823
|
}
|
|
10914
10824
|
}
|
|
10915
|
-
namespace $
|
|
10825
|
+
namespace $400 {
|
|
10916
10826
|
namespace Content {
|
|
10917
10827
|
interface ApplicationJson {
|
|
10918
10828
|
[k: string]: unknown;
|
|
@@ -10936,7 +10846,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10936
10846
|
}
|
|
10937
10847
|
}
|
|
10938
10848
|
}
|
|
10939
|
-
namespace V2ProjectsProjectIdDomains { }
|
|
10940
10849
|
namespace V2DomainTldsTldContactSchemas {
|
|
10941
10850
|
namespace Get {
|
|
10942
10851
|
namespace Parameters {
|
|
@@ -11214,6 +11123,58 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11214
11123
|
}
|
|
11215
11124
|
}
|
|
11216
11125
|
}
|
|
11126
|
+
namespace V2DomainsDomainIdNameservers {
|
|
11127
|
+
namespace Patch {
|
|
11128
|
+
namespace Parameters {
|
|
11129
|
+
type Path = {
|
|
11130
|
+
domainId: string;
|
|
11131
|
+
};
|
|
11132
|
+
interface RequestBody {
|
|
11133
|
+
/**
|
|
11134
|
+
* @minItems 2
|
|
11135
|
+
*/
|
|
11136
|
+
nameservers?: [string, string, ...string[]];
|
|
11137
|
+
}
|
|
11138
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
11139
|
+
type Query = {};
|
|
11140
|
+
}
|
|
11141
|
+
namespace Responses {
|
|
11142
|
+
namespace $204 {
|
|
11143
|
+
namespace Content {
|
|
11144
|
+
type Empty = unknown;
|
|
11145
|
+
}
|
|
11146
|
+
}
|
|
11147
|
+
namespace $400 {
|
|
11148
|
+
namespace Content {
|
|
11149
|
+
interface ApplicationJson {
|
|
11150
|
+
[k: string]: unknown;
|
|
11151
|
+
}
|
|
11152
|
+
}
|
|
11153
|
+
}
|
|
11154
|
+
namespace $404 {
|
|
11155
|
+
namespace Content {
|
|
11156
|
+
interface ApplicationJson {
|
|
11157
|
+
[k: string]: unknown;
|
|
11158
|
+
}
|
|
11159
|
+
}
|
|
11160
|
+
}
|
|
11161
|
+
namespace $429 {
|
|
11162
|
+
namespace Content {
|
|
11163
|
+
interface ApplicationJson {
|
|
11164
|
+
[k: string]: unknown;
|
|
11165
|
+
}
|
|
11166
|
+
}
|
|
11167
|
+
}
|
|
11168
|
+
namespace Default {
|
|
11169
|
+
namespace Content {
|
|
11170
|
+
interface ApplicationJson {
|
|
11171
|
+
[k: string]: unknown;
|
|
11172
|
+
}
|
|
11173
|
+
}
|
|
11174
|
+
}
|
|
11175
|
+
}
|
|
11176
|
+
}
|
|
11177
|
+
}
|
|
11217
11178
|
namespace V2DomainsDomainIdProjectId {
|
|
11218
11179
|
namespace Patch {
|
|
11219
11180
|
namespace Parameters {
|
|
@@ -20176,7 +20137,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
20176
20137
|
*/
|
|
20177
20138
|
rules: {
|
|
20178
20139
|
/**
|
|
20179
|
-
* Maximum size in
|
|
20140
|
+
* Maximum size in Bytes of the avatar image.
|
|
20141
|
+
*/
|
|
20142
|
+
maxSizeInBytes: number;
|
|
20143
|
+
/**
|
|
20144
|
+
* @deprecated
|
|
20145
|
+
* Deprecated. Maximum size in kilobytes of the avatar image.
|
|
20180
20146
|
*/
|
|
20181
20147
|
maxSizeInKB: number;
|
|
20182
20148
|
/**
|
|
@@ -20608,5 +20574,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
20608
20574
|
}
|
|
20609
20575
|
}
|
|
20610
20576
|
}
|
|
20577
|
+
namespace V2ProjectsProjectIdDomains { }
|
|
20578
|
+
namespace V2DomainsHandleSchemaDomainName { }
|
|
20579
|
+
namespace V2DomainsDomainIdDeclarationsAuthcode { }
|
|
20580
|
+
namespace V2DomainsDomainIdDeclarationsHandles { }
|
|
20581
|
+
namespace V2DomainsDomainIdHandlesOwnerc { }
|
|
20582
|
+
namespace V2DomainsDomainIdProjectId { }
|
|
20611
20583
|
}
|
|
20612
20584
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.93.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.93.1';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.94.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": "fb69f9a5369b220b317e96f19732b9c9b5d7feea"
|
|
84
84
|
}
|