@mittwald/api-client 2.0.7 → 2.0.8
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.
|
@@ -1962,7 +1962,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1962
1962
|
machineType: string;
|
|
1963
1963
|
useFreeTrial?: boolean | undefined;
|
|
1964
1964
|
} | undefined;
|
|
1965
|
-
orderType?: "
|
|
1965
|
+
orderType?: "server" | "domain" | "projectHosting" | undefined;
|
|
1966
1966
|
} | undefined;
|
|
1967
1967
|
headers?: {
|
|
1968
1968
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -1971,7 +1971,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1971
1971
|
} | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1972
1972
|
data: {
|
|
1973
1973
|
orderData?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderDomainOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerOrder | undefined;
|
|
1974
|
-
orderType?: "
|
|
1974
|
+
orderType?: "server" | "domain" | "projectHosting" | undefined;
|
|
1975
1975
|
};
|
|
1976
1976
|
} & {
|
|
1977
1977
|
headers?: Partial<{
|
|
@@ -2005,7 +2005,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2005
2005
|
diskspaceInGiB: number;
|
|
2006
2006
|
machineType: string;
|
|
2007
2007
|
} | undefined;
|
|
2008
|
-
tariffChangeType?: "
|
|
2008
|
+
tariffChangeType?: "server" | "projectHosting" | undefined;
|
|
2009
2009
|
} | undefined;
|
|
2010
2010
|
headers?: {
|
|
2011
2011
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -2014,7 +2014,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2014
2014
|
} | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2015
2015
|
data: {
|
|
2016
2016
|
tariffChangeData?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | undefined;
|
|
2017
|
-
tariffChangeType?: "
|
|
2017
|
+
tariffChangeType?: "server" | "projectHosting" | undefined;
|
|
2018
2018
|
};
|
|
2019
2019
|
} & {
|
|
2020
2020
|
headers?: Partial<{
|
|
@@ -2180,7 +2180,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2180
2180
|
customerId?: string | undefined;
|
|
2181
2181
|
description?: string | undefined;
|
|
2182
2182
|
} | undefined;
|
|
2183
|
-
orderType?: "
|
|
2183
|
+
orderType?: "server" | "domain" | "projectHosting" | undefined;
|
|
2184
2184
|
} | undefined;
|
|
2185
2185
|
headers?: {
|
|
2186
2186
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -2188,7 +2188,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2188
2188
|
} | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2189
2189
|
data: {
|
|
2190
2190
|
orderData?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderDomainOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerOrderPreview | undefined;
|
|
2191
|
-
orderType?: "
|
|
2191
|
+
orderType?: "server" | "domain" | "projectHosting" | undefined;
|
|
2192
2192
|
};
|
|
2193
2193
|
} & {
|
|
2194
2194
|
headers?: Partial<{
|
|
@@ -2214,7 +2214,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2214
2214
|
diskspaceInGiB: number;
|
|
2215
2215
|
machineType: string;
|
|
2216
2216
|
} | undefined;
|
|
2217
|
-
tariffChangeType?: "
|
|
2217
|
+
tariffChangeType?: "server" | "projectHosting" | undefined;
|
|
2218
2218
|
} | undefined;
|
|
2219
2219
|
headers?: {
|
|
2220
2220
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -2223,7 +2223,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2223
2223
|
} | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2224
2224
|
data: {
|
|
2225
2225
|
tariffChangeData?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | undefined;
|
|
2226
|
-
tariffChangeType?: "
|
|
2226
|
+
tariffChangeType?: "server" | "projectHosting" | undefined;
|
|
2227
2227
|
};
|
|
2228
2228
|
} & {
|
|
2229
2229
|
headers?: Partial<{
|
|
@@ -2359,6 +2359,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2359
2359
|
}, import("@mittwald/api-client-commons").Response<{
|
|
2360
2360
|
categoryId: string;
|
|
2361
2361
|
name: string;
|
|
2362
|
+
referenceType: ("unspecified" | "server" | "project" | "organisation")[];
|
|
2362
2363
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2363
2364
|
[x: string]: unknown;
|
|
2364
2365
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -3524,7 +3525,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3524
3525
|
owner?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerContact | undefined;
|
|
3525
3526
|
projectCount: number;
|
|
3526
3527
|
vatId?: string | undefined;
|
|
3527
|
-
vatIdValidationState?: "
|
|
3528
|
+
vatIdValidationState?: "unspecified" | "valid" | "invalid" | "pending" | undefined;
|
|
3528
3529
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3529
3530
|
[x: string]: unknown;
|
|
3530
3531
|
}, 404, "application/json">>>;
|
|
@@ -6418,7 +6419,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6418
6419
|
address: string;
|
|
6419
6420
|
autoResponder: {
|
|
6420
6421
|
active: boolean;
|
|
6421
|
-
expiresAt?: string | undefined;
|
|
6422
|
+
expiresAt?: string | undefined; /** Submit your user feedback. */
|
|
6422
6423
|
message: string;
|
|
6423
6424
|
startsAt?: string | undefined;
|
|
6424
6425
|
};
|
|
@@ -6433,7 +6434,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6433
6434
|
active: boolean;
|
|
6434
6435
|
autoDeleteSpam: boolean;
|
|
6435
6436
|
folder: "spam" | "inbox";
|
|
6436
|
-
relocationMinSpamScore: number;
|
|
6437
|
+
relocationMinSpamScore: number; /** Get a specific ApiToken. */
|
|
6437
6438
|
};
|
|
6438
6439
|
storageInBytes: {
|
|
6439
6440
|
current: {
|
|
@@ -412,6 +412,7 @@ export declare module MittwaldAPIV2 {
|
|
|
412
412
|
interface ConversationCategory {
|
|
413
413
|
categoryId: string;
|
|
414
414
|
name: string;
|
|
415
|
+
referenceType: ("unspecified" | "server" | "project" | "organisation")[];
|
|
415
416
|
}
|
|
416
417
|
interface ConversationConversation {
|
|
417
418
|
category?: MittwaldAPIV2.Components.Schemas.ConversationCategory;
|
|
@@ -1962,7 +1962,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1962
1962
|
machineType: string;
|
|
1963
1963
|
useFreeTrial?: boolean | undefined;
|
|
1964
1964
|
} | undefined;
|
|
1965
|
-
orderType?: "
|
|
1965
|
+
orderType?: "server" | "domain" | "projectHosting" | undefined;
|
|
1966
1966
|
} | undefined;
|
|
1967
1967
|
headers?: {
|
|
1968
1968
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -1971,7 +1971,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1971
1971
|
} | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1972
1972
|
data: {
|
|
1973
1973
|
orderData?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderDomainOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerOrder | undefined;
|
|
1974
|
-
orderType?: "
|
|
1974
|
+
orderType?: "server" | "domain" | "projectHosting" | undefined;
|
|
1975
1975
|
};
|
|
1976
1976
|
} & {
|
|
1977
1977
|
headers?: Partial<{
|
|
@@ -2005,7 +2005,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2005
2005
|
diskspaceInGiB: number;
|
|
2006
2006
|
machineType: string;
|
|
2007
2007
|
} | undefined;
|
|
2008
|
-
tariffChangeType?: "
|
|
2008
|
+
tariffChangeType?: "server" | "projectHosting" | undefined;
|
|
2009
2009
|
} | undefined;
|
|
2010
2010
|
headers?: {
|
|
2011
2011
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -2014,7 +2014,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2014
2014
|
} | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2015
2015
|
data: {
|
|
2016
2016
|
tariffChangeData?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | undefined;
|
|
2017
|
-
tariffChangeType?: "
|
|
2017
|
+
tariffChangeType?: "server" | "projectHosting" | undefined;
|
|
2018
2018
|
};
|
|
2019
2019
|
} & {
|
|
2020
2020
|
headers?: Partial<{
|
|
@@ -2180,7 +2180,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2180
2180
|
customerId?: string | undefined;
|
|
2181
2181
|
description?: string | undefined;
|
|
2182
2182
|
} | undefined;
|
|
2183
|
-
orderType?: "
|
|
2183
|
+
orderType?: "server" | "domain" | "projectHosting" | undefined;
|
|
2184
2184
|
} | undefined;
|
|
2185
2185
|
headers?: {
|
|
2186
2186
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -2188,7 +2188,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2188
2188
|
} | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2189
2189
|
data: {
|
|
2190
2190
|
orderData?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderDomainOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerOrderPreview | undefined;
|
|
2191
|
-
orderType?: "
|
|
2191
|
+
orderType?: "server" | "domain" | "projectHosting" | undefined;
|
|
2192
2192
|
};
|
|
2193
2193
|
} & {
|
|
2194
2194
|
headers?: Partial<{
|
|
@@ -2214,7 +2214,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2214
2214
|
diskspaceInGiB: number;
|
|
2215
2215
|
machineType: string;
|
|
2216
2216
|
} | undefined;
|
|
2217
|
-
tariffChangeType?: "
|
|
2217
|
+
tariffChangeType?: "server" | "projectHosting" | undefined;
|
|
2218
2218
|
} | undefined;
|
|
2219
2219
|
headers?: {
|
|
2220
2220
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -2223,7 +2223,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2223
2223
|
} | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2224
2224
|
data: {
|
|
2225
2225
|
tariffChangeData?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | undefined;
|
|
2226
|
-
tariffChangeType?: "
|
|
2226
|
+
tariffChangeType?: "server" | "projectHosting" | undefined;
|
|
2227
2227
|
};
|
|
2228
2228
|
} & {
|
|
2229
2229
|
headers?: Partial<{
|
|
@@ -2359,6 +2359,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2359
2359
|
}, import("@mittwald/api-client-commons").Response<{
|
|
2360
2360
|
categoryId: string;
|
|
2361
2361
|
name: string;
|
|
2362
|
+
referenceType: ("unspecified" | "server" | "project" | "organisation")[];
|
|
2362
2363
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2363
2364
|
[x: string]: unknown;
|
|
2364
2365
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -3524,7 +3525,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3524
3525
|
owner?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerContact | undefined;
|
|
3525
3526
|
projectCount: number;
|
|
3526
3527
|
vatId?: string | undefined;
|
|
3527
|
-
vatIdValidationState?: "
|
|
3528
|
+
vatIdValidationState?: "unspecified" | "valid" | "invalid" | "pending" | undefined;
|
|
3528
3529
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3529
3530
|
[x: string]: unknown;
|
|
3530
3531
|
}, 404, "application/json">>>;
|
|
@@ -6418,7 +6419,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6418
6419
|
address: string;
|
|
6419
6420
|
autoResponder: {
|
|
6420
6421
|
active: boolean;
|
|
6421
|
-
expiresAt?: string | undefined;
|
|
6422
|
+
expiresAt?: string | undefined; /** Submit your user feedback. */
|
|
6422
6423
|
message: string;
|
|
6423
6424
|
startsAt?: string | undefined;
|
|
6424
6425
|
};
|
|
@@ -6433,7 +6434,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6433
6434
|
active: boolean;
|
|
6434
6435
|
autoDeleteSpam: boolean;
|
|
6435
6436
|
folder: "spam" | "inbox";
|
|
6436
|
-
relocationMinSpamScore: number;
|
|
6437
|
+
relocationMinSpamScore: number; /** Get a specific ApiToken. */
|
|
6437
6438
|
};
|
|
6438
6439
|
storageInBytes: {
|
|
6439
6440
|
current: {
|
|
@@ -412,6 +412,7 @@ export declare module MittwaldAPIV2 {
|
|
|
412
412
|
interface ConversationCategory {
|
|
413
413
|
categoryId: string;
|
|
414
414
|
name: string;
|
|
415
|
+
referenceType: ("unspecified" | "server" | "project" | "organisation")[];
|
|
415
416
|
}
|
|
416
417
|
interface ConversationConversation {
|
|
417
418
|
category?: MittwaldAPIV2.Components.Schemas.ConversationCategory;
|