@mittwald/api-client 4.93.0 → 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 -8
- package/dist/esm/generated/v2/descriptors.js +12 -24
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +18 -18
- package/dist/types/generated/v2/client.d.ts +130 -230
- package/dist/types/generated/v2/descriptors.d.ts +4 -8
- package/dist/types/generated/v2/types.d.ts +137 -234
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -2
|
@@ -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;
|
|
@@ -5076,9 +5078,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5076
5078
|
blocked: boolean;
|
|
5077
5079
|
context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
|
|
5078
5080
|
contributorId: string;
|
|
5079
|
-
deprecation?:
|
|
5080
|
-
deprecatedAt: string;
|
|
5081
|
-
} | undefined;
|
|
5081
|
+
deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
|
|
5082
5082
|
description: string;
|
|
5083
5083
|
detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
|
|
5084
5084
|
disabled: boolean;
|
|
@@ -5110,9 +5110,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5110
5110
|
blocked: boolean;
|
|
5111
5111
|
context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
|
|
5112
5112
|
contributorId: string;
|
|
5113
|
-
deprecation?:
|
|
5114
|
-
deprecatedAt: string;
|
|
5115
|
-
} | undefined;
|
|
5113
|
+
deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
|
|
5116
5114
|
description: string;
|
|
5117
5115
|
detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
|
|
5118
5116
|
disabled: boolean;
|
|
@@ -7961,57 +7959,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7961
7959
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7962
7960
|
[x: string]: unknown;
|
|
7963
7961
|
}, 429, "application/json">>>;
|
|
7964
|
-
/** Leave a Customer. */
|
|
7965
|
-
leaveCustomer: (request: {
|
|
7966
|
-
customerId: string;
|
|
7967
|
-
data?: {
|
|
7968
|
-
[x: string]: unknown;
|
|
7969
|
-
} | undefined;
|
|
7970
|
-
headers?: {
|
|
7971
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
7972
|
-
"x-access-token"?: string | undefined;
|
|
7973
|
-
} | undefined;
|
|
7974
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
7975
|
-
data: {
|
|
7976
|
-
[x: string]: unknown;
|
|
7977
|
-
};
|
|
7978
|
-
} & {
|
|
7979
|
-
pathParameters: {
|
|
7980
|
-
customerId: string;
|
|
7981
|
-
};
|
|
7982
|
-
} & {
|
|
7983
|
-
headers?: Partial<{
|
|
7984
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7985
|
-
}>;
|
|
7986
|
-
} & {
|
|
7987
|
-
headers: {
|
|
7988
|
-
"x-access-token"?: string | undefined;
|
|
7989
|
-
} & Partial<{
|
|
7990
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7991
|
-
}>;
|
|
7992
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
7993
|
-
[x: string]: unknown;
|
|
7994
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
7995
|
-
data: {
|
|
7996
|
-
[x: string]: unknown;
|
|
7997
|
-
};
|
|
7998
|
-
} & {
|
|
7999
|
-
pathParameters: {
|
|
8000
|
-
customerId: string;
|
|
8001
|
-
};
|
|
8002
|
-
} & {
|
|
8003
|
-
headers?: Partial<{
|
|
8004
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
8005
|
-
}>;
|
|
8006
|
-
} & {
|
|
8007
|
-
headers: {
|
|
8008
|
-
"x-access-token"?: string | undefined;
|
|
8009
|
-
} & Partial<{
|
|
8010
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
8011
|
-
}>;
|
|
8012
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
8013
|
-
[x: string]: unknown;
|
|
8014
|
-
}, 429, "application/json">>>;
|
|
8015
7962
|
/** List CustomerInvites belonging to the executing user. */
|
|
8016
7963
|
listCustomerInvites: (request?: {
|
|
8017
7964
|
headers?: {
|
|
@@ -8785,6 +8732,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8785
8732
|
id: string;
|
|
8786
8733
|
isReady: boolean;
|
|
8787
8734
|
isShared: boolean;
|
|
8735
|
+
mainUser?: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseMySqlUser | undefined;
|
|
8788
8736
|
name: string;
|
|
8789
8737
|
projectId: string;
|
|
8790
8738
|
status: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseDatabaseStatus;
|
|
@@ -8825,6 +8773,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8825
8773
|
id: string;
|
|
8826
8774
|
isReady: boolean;
|
|
8827
8775
|
isShared: boolean;
|
|
8776
|
+
mainUser?: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseMySqlUser | undefined;
|
|
8828
8777
|
name: string;
|
|
8829
8778
|
projectId: string;
|
|
8830
8779
|
status: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseDatabaseStatus;
|
|
@@ -10750,69 +10699,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
10750
10699
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10751
10700
|
[x: string]: unknown;
|
|
10752
10701
|
}, 429, "application/json">>>;
|
|
10753
|
-
/** List Domains */
|
|
10754
|
-
listDomains: (request?: {
|
|
10755
|
-
headers?: {
|
|
10756
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
10757
|
-
"x-access-token"?: string | undefined;
|
|
10758
|
-
} | undefined;
|
|
10759
|
-
queryParameters?: {
|
|
10760
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
10761
|
-
projectId?: string | undefined;
|
|
10762
|
-
page?: number | undefined;
|
|
10763
|
-
limit?: number | undefined;
|
|
10764
|
-
domainSearchName?: string | undefined;
|
|
10765
|
-
contactHash?: string | undefined;
|
|
10766
|
-
} | undefined;
|
|
10767
|
-
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10768
|
-
headers?: Partial<{
|
|
10769
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10770
|
-
}>;
|
|
10771
|
-
} & {
|
|
10772
|
-
queryParameters: {
|
|
10773
|
-
projectId?: string | undefined;
|
|
10774
|
-
page?: number | undefined;
|
|
10775
|
-
limit?: number | undefined;
|
|
10776
|
-
domainSearchName?: string | undefined;
|
|
10777
|
-
contactHash?: string | undefined;
|
|
10778
|
-
} & Partial<{
|
|
10779
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10780
|
-
}>;
|
|
10781
|
-
} & {
|
|
10782
|
-
headers: {
|
|
10783
|
-
"x-access-token"?: string | undefined;
|
|
10784
|
-
} & Partial<{
|
|
10785
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10786
|
-
}>;
|
|
10787
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainDomain[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10788
|
-
[x: string]: unknown;
|
|
10789
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10790
|
-
[x: string]: unknown;
|
|
10791
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10792
|
-
headers?: Partial<{
|
|
10793
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10794
|
-
}>;
|
|
10795
|
-
} & {
|
|
10796
|
-
queryParameters: {
|
|
10797
|
-
projectId?: string | undefined;
|
|
10798
|
-
page?: number | undefined;
|
|
10799
|
-
limit?: number | undefined;
|
|
10800
|
-
domainSearchName?: string | undefined;
|
|
10801
|
-
contactHash?: string | undefined;
|
|
10802
|
-
} & Partial<{
|
|
10803
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10804
|
-
}>;
|
|
10805
|
-
} & {
|
|
10806
|
-
headers: {
|
|
10807
|
-
"x-access-token"?: string | undefined;
|
|
10808
|
-
} & Partial<{
|
|
10809
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10810
|
-
}>;
|
|
10811
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainDomain[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10812
|
-
[x: string]: unknown;
|
|
10813
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10814
|
-
[x: string]: unknown;
|
|
10815
|
-
}, 429, "application/json">>>;
|
|
10816
10702
|
/** Check if a Domain is available to transfer. */
|
|
10817
10703
|
checkDomainTransferability: (request: {
|
|
10818
10704
|
data: {
|
|
@@ -10905,65 +10791,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
10905
10791
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10906
10792
|
[x: string]: unknown;
|
|
10907
10793
|
}, 429, "application/json">>>;
|
|
10908
|
-
/** Update the nameservers of a Domain. */
|
|
10909
|
-
updateDomainNameservers: (request: {
|
|
10910
|
-
domainId: string;
|
|
10911
|
-
data?: {
|
|
10912
|
-
nameservers?: [string, string, ...string[]] | undefined;
|
|
10913
|
-
} | undefined;
|
|
10914
|
-
headers?: {
|
|
10915
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
10916
|
-
"x-access-token"?: string | undefined;
|
|
10917
|
-
} | undefined;
|
|
10918
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10919
|
-
data: {
|
|
10920
|
-
nameservers?: [string, string, ...string[]] | undefined;
|
|
10921
|
-
};
|
|
10922
|
-
} & {
|
|
10923
|
-
pathParameters: {
|
|
10924
|
-
domainId: string;
|
|
10925
|
-
};
|
|
10926
|
-
} & {
|
|
10927
|
-
headers?: Partial<{
|
|
10928
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10929
|
-
}>;
|
|
10930
|
-
} & {
|
|
10931
|
-
headers: {
|
|
10932
|
-
"x-access-token"?: string | undefined;
|
|
10933
|
-
} & Partial<{
|
|
10934
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10935
|
-
}>;
|
|
10936
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
10937
|
-
[x: string]: unknown;
|
|
10938
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10939
|
-
[x: string]: unknown;
|
|
10940
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10941
|
-
[x: string]: unknown;
|
|
10942
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10943
|
-
data: {
|
|
10944
|
-
nameservers?: [string, string, ...string[]] | undefined;
|
|
10945
|
-
};
|
|
10946
|
-
} & {
|
|
10947
|
-
pathParameters: {
|
|
10948
|
-
domainId: string;
|
|
10949
|
-
};
|
|
10950
|
-
} & {
|
|
10951
|
-
headers?: Partial<{
|
|
10952
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10953
|
-
}>;
|
|
10954
|
-
} & {
|
|
10955
|
-
headers: {
|
|
10956
|
-
"x-access-token"?: string | undefined;
|
|
10957
|
-
} & Partial<{
|
|
10958
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10959
|
-
}>;
|
|
10960
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
10961
|
-
[x: string]: unknown;
|
|
10962
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10963
|
-
[x: string]: unknown;
|
|
10964
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10965
|
-
[x: string]: unknown;
|
|
10966
|
-
}, 429, "application/json">>>;
|
|
10967
10794
|
/** Get a Domain. */
|
|
10968
10795
|
getDomain: (request: {
|
|
10969
10796
|
domainId: string;
|
|
@@ -11180,6 +11007,69 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11180
11007
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
11181
11008
|
[x: string]: unknown;
|
|
11182
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">>>;
|
|
11183
11073
|
/** List the contact schemas for a TLD. */
|
|
11184
11074
|
listTldContactSchemas: (request: {
|
|
11185
11075
|
tld: string;
|
|
@@ -11477,6 +11367,65 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11477
11367
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
11478
11368
|
[x: string]: unknown;
|
|
11479
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">>>;
|
|
11480
11429
|
/** Update a Domain's project id. */
|
|
11481
11430
|
updateDomainProjectId: (request: {
|
|
11482
11431
|
domainId: string;
|
|
@@ -17378,6 +17327,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17378
17327
|
}, import("@mittwald/api-client-commons").Response<{
|
|
17379
17328
|
refId: string;
|
|
17380
17329
|
rules: {
|
|
17330
|
+
maxSizeInBytes: number;
|
|
17381
17331
|
maxSizeInKB: number;
|
|
17382
17332
|
mimeTypes: string[];
|
|
17383
17333
|
properties?: {
|
|
@@ -17414,6 +17364,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17414
17364
|
}, import("@mittwald/api-client-commons").Response<{
|
|
17415
17365
|
refId: string;
|
|
17416
17366
|
rules: {
|
|
17367
|
+
maxSizeInBytes: number;
|
|
17417
17368
|
maxSizeInKB: number;
|
|
17418
17369
|
mimeTypes: string[];
|
|
17419
17370
|
properties?: {
|
|
@@ -18908,57 +18859,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18908
18859
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18909
18860
|
[x: string]: unknown;
|
|
18910
18861
|
}, 429, "application/json">>>;
|
|
18911
|
-
/** Leave a Project. */
|
|
18912
|
-
leaveProject: (request: {
|
|
18913
|
-
projectId: string;
|
|
18914
|
-
data?: {
|
|
18915
|
-
[x: string]: unknown;
|
|
18916
|
-
} | undefined;
|
|
18917
|
-
headers?: {
|
|
18918
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18919
|
-
"x-access-token"?: string | undefined;
|
|
18920
|
-
} | undefined;
|
|
18921
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
18922
|
-
data: {
|
|
18923
|
-
[x: string]: unknown;
|
|
18924
|
-
};
|
|
18925
|
-
} & {
|
|
18926
|
-
pathParameters: {
|
|
18927
|
-
projectId: string;
|
|
18928
|
-
};
|
|
18929
|
-
} & {
|
|
18930
|
-
headers?: Partial<{
|
|
18931
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18932
|
-
}>;
|
|
18933
|
-
} & {
|
|
18934
|
-
headers: {
|
|
18935
|
-
"x-access-token"?: string | undefined;
|
|
18936
|
-
} & Partial<{
|
|
18937
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18938
|
-
}>;
|
|
18939
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
18940
|
-
[x: string]: unknown;
|
|
18941
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
18942
|
-
data: {
|
|
18943
|
-
[x: string]: unknown;
|
|
18944
|
-
};
|
|
18945
|
-
} & {
|
|
18946
|
-
pathParameters: {
|
|
18947
|
-
projectId: string;
|
|
18948
|
-
};
|
|
18949
|
-
} & {
|
|
18950
|
-
headers?: Partial<{
|
|
18951
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18952
|
-
}>;
|
|
18953
|
-
} & {
|
|
18954
|
-
headers: {
|
|
18955
|
-
"x-access-token"?: string | undefined;
|
|
18956
|
-
} & Partial<{
|
|
18957
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18958
|
-
}>;
|
|
18959
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
18960
|
-
[x: string]: unknown;
|
|
18961
|
-
}, 429, "application/json">>>;
|
|
18962
18862
|
/** List Memberships belonging to a Project. */
|
|
18963
18863
|
listMembershipsForProject: (request: {
|
|
18964
18864
|
projectId: string;
|
|
@@ -195,8 +195,6 @@ export declare const customerDeleteCustomer: OpenAPIOperation<RequestType<Simpli
|
|
|
195
195
|
export declare const customerGetCustomerTokenInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerTokenInvite.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerTokenInvite.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerTokenInvite.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerTokenInvite.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerTokenInvite.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerTokenInvite.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerTokenInvite.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
196
196
|
/** Check if the customer profile has a valid contract partner configured. */
|
|
197
197
|
export declare const customerIsCustomerLegallyCompetent: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
198
|
-
/** Leave a Customer. */
|
|
199
|
-
export declare const customerLeaveCustomer: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdActionsLeave.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdActionsLeave.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdActionsLeave.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdActionsLeave.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdActionsLeave.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdActionsLeave.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdActionsLeave.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
200
198
|
/** List CustomerInvites belonging to the executing user. */
|
|
201
199
|
export declare const customerListCustomerInvites: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvites.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvites.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvites.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvites.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvites.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvites.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvites.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvites.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
202
200
|
/** List CustomerMemberships belonging to the executing user. */
|
|
@@ -275,20 +273,18 @@ export declare const dnsUpdateRecordSet: OpenAPIOperation<RequestType<Simplify<M
|
|
|
275
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">>;
|
|
276
274
|
/** Check if a Domain is available to register. */
|
|
277
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">>;
|
|
278
|
-
/** List Domains */
|
|
279
|
-
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">>;
|
|
280
276
|
/** Check if a Domain is available to transfer. */
|
|
281
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">>;
|
|
282
278
|
/** Create an auth code for a Domains transfer-out process. */
|
|
283
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">>;
|
|
284
|
-
/** Update the nameservers of a Domain. */
|
|
285
|
-
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">>;
|
|
286
280
|
/** Get a Domain. */
|
|
287
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">>;
|
|
288
282
|
/** Delete a Domain. */
|
|
289
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">>;
|
|
290
284
|
/** Get the latest screenshot's FileReference belonging to a Domain. */
|
|
291
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">>;
|
|
292
288
|
/** List the contact schemas for a TLD. */
|
|
293
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">>;
|
|
294
290
|
/** List TLDs. */
|
|
@@ -301,6 +297,8 @@ export declare const domainSuggest: OpenAPIOperation<RequestType<Simplify<null>,
|
|
|
301
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">>;
|
|
302
298
|
/** Update a contact of a Domain. */
|
|
303
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">>;
|
|
304
302
|
/** Update a Domain's project id. */
|
|
305
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">>;
|
|
306
304
|
/** Authenticate your external application using the extensionInstanceSecret. */
|
|
@@ -503,8 +501,6 @@ export declare const projectGetProjectTokenInvite: OpenAPIOperation<RequestType<
|
|
|
503
501
|
export declare const projectGetSelfMembershipForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
504
502
|
/** Get a Server. */
|
|
505
503
|
export declare const projectGetServer: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
506
|
-
/** Leave a Project. */
|
|
507
|
-
export declare const projectLeaveProject: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
508
504
|
/** List Memberships belonging to a Project. */
|
|
509
505
|
export declare const projectListMembershipsForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
510
506
|
/** List ProjectInvites belonging to the executing user. */
|