@mittwald/api-client 2.0.7 → 2.0.9
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/cjs/generated/v2/client.d.ts +17 -12
- package/dist/cjs/generated/v2/descriptors.d.ts +3 -3
- package/dist/cjs/generated/v2/types.d.ts +28 -1
- package/dist/esm/generated/v2/client.d.ts +17 -12
- package/dist/esm/generated/v2/descriptors.d.ts +3 -3
- package/dist/esm/generated/v2/types.d.ts +28 -1
- package/package.json +1 -1
|
@@ -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: {
|
|
@@ -8595,6 +8596,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8595
8596
|
[x: string]: unknown;
|
|
8596
8597
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
8597
8598
|
[x: string]: unknown;
|
|
8599
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
8600
|
+
[x: string]: unknown;
|
|
8598
8601
|
}, 409, "application/json">>>;
|
|
8599
8602
|
/** Remove phone number. */
|
|
8600
8603
|
removePhoneNumber: (request: {
|
|
@@ -9823,7 +9826,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9823
9826
|
type: "ValidationError";
|
|
9824
9827
|
message?: string | undefined;
|
|
9825
9828
|
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
9826
|
-
}, 400, "application/json"
|
|
9829
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
9830
|
+
[x: string]: unknown;
|
|
9831
|
+
}, 403, "application/json">>>;
|
|
9827
9832
|
/** Request a support code. */
|
|
9828
9833
|
supportCodeRequest: (request?: {
|
|
9829
9834
|
headers?: {
|
|
@@ -468,7 +468,7 @@ export declare const projectUpdateServerDescription: OpenAPIOperation<RequestTyp
|
|
|
468
468
|
/** Relocate an external Project to mittwald. */
|
|
469
469
|
export declare const redirectusCreateRelocation: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
470
470
|
/** Register a tariff change for a legacy tariff. */
|
|
471
|
-
export declare const relocationCreateLegacyTariffChange: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
471
|
+
export declare const relocationCreateLegacyTariffChange: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
472
472
|
/** Obtain a service token. */
|
|
473
473
|
export declare const servicetokenAuthenticateService: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ServicesAccessKeyIdActionsAuthenticate.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ServicesAccessKeyIdActionsAuthenticate.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServicesAccessKeyIdActionsAuthenticate.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServicesAccessKeyIdActionsAuthenticate.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServicesAccessKeyIdActionsAuthenticate.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServicesAccessKeyIdActionsAuthenticate.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
474
474
|
/** Get all SFTPUsers for a Project. */
|
|
@@ -492,7 +492,7 @@ export declare const sshUserDeleteSshUser: OpenAPIOperation<RequestType<Simplify
|
|
|
492
492
|
/** Update an SSHUser. */
|
|
493
493
|
export declare const sshUserUpdateSshUser: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2SshusersSshUserId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SshusersSshUserId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SshusersSshUserId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2SshusersSshUserId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2SshusersSshUserId.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2SshusersSshUserId.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2SshusersSshUserId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
494
494
|
/** Add phone number and start verification process. */
|
|
495
|
-
export declare const userAddPhoneNumber: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
495
|
+
export declare const userAddPhoneNumber: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
496
496
|
/** Remove phone number. */
|
|
497
497
|
export declare const userRemovePhoneNumber: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
498
498
|
/** Validate your second factor. */
|
|
@@ -580,7 +580,7 @@ export declare const userRequestAvatarUpload: OpenAPIOperation<RequestType<Simpl
|
|
|
580
580
|
/** Remove Avatar. */
|
|
581
581
|
export declare const userRemoveAvatar: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdAvatar.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdAvatar.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdAvatar.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdAvatar.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdAvatar.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
582
582
|
/** Resend the Email-Address verification email. */
|
|
583
|
-
export declare const userResendVerificationEmail: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
583
|
+
export declare const userResendVerificationEmail: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
584
584
|
/** Request a support code. */
|
|
585
585
|
export declare const userSupportCodeRequest: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsSupportCode.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsSupportCode.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsSupportCode.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsSupportCode.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsSupportCode.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
586
586
|
/** Verify an added Email-Address. */
|
|
@@ -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;
|
|
@@ -1857,10 +1858,15 @@ export declare module MittwaldAPIV2 {
|
|
|
1857
1858
|
namespace CommonsNotFoundError {
|
|
1858
1859
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsError;
|
|
1859
1860
|
}
|
|
1861
|
+
namespace CommonsRateLimitError {
|
|
1862
|
+
interface ApplicationJson {
|
|
1863
|
+
message?: string;
|
|
1864
|
+
type?: string;
|
|
1865
|
+
}
|
|
1866
|
+
}
|
|
1860
1867
|
namespace CommonsValidationError {
|
|
1861
1868
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
|
|
1862
1869
|
}
|
|
1863
|
-
namespace CommonsRateLimitError { }
|
|
1864
1870
|
}
|
|
1865
1871
|
namespace SecuritySchemes {
|
|
1866
1872
|
/**
|
|
@@ -10784,6 +10790,13 @@ export declare module MittwaldAPIV2 {
|
|
|
10784
10790
|
}
|
|
10785
10791
|
}
|
|
10786
10792
|
}
|
|
10793
|
+
namespace $403 {
|
|
10794
|
+
namespace Content {
|
|
10795
|
+
interface ApplicationJson {
|
|
10796
|
+
[k: string]: unknown;
|
|
10797
|
+
}
|
|
10798
|
+
}
|
|
10799
|
+
}
|
|
10787
10800
|
namespace Default {
|
|
10788
10801
|
namespace Content {
|
|
10789
10802
|
interface ApplicationJson {
|
|
@@ -11197,6 +11210,13 @@ export declare module MittwaldAPIV2 {
|
|
|
11197
11210
|
}
|
|
11198
11211
|
}
|
|
11199
11212
|
}
|
|
11213
|
+
namespace $403 {
|
|
11214
|
+
namespace Content {
|
|
11215
|
+
interface ApplicationJson {
|
|
11216
|
+
[k: string]: unknown;
|
|
11217
|
+
}
|
|
11218
|
+
}
|
|
11219
|
+
}
|
|
11200
11220
|
namespace $409 {
|
|
11201
11221
|
namespace Content {
|
|
11202
11222
|
interface ApplicationJson {
|
|
@@ -12818,6 +12838,13 @@ export declare module MittwaldAPIV2 {
|
|
|
12818
12838
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
|
|
12819
12839
|
}
|
|
12820
12840
|
}
|
|
12841
|
+
namespace $403 {
|
|
12842
|
+
namespace Content {
|
|
12843
|
+
interface ApplicationJson {
|
|
12844
|
+
[k: string]: unknown;
|
|
12845
|
+
}
|
|
12846
|
+
}
|
|
12847
|
+
}
|
|
12821
12848
|
namespace Default {
|
|
12822
12849
|
namespace Content {
|
|
12823
12850
|
interface ApplicationJson {
|
|
@@ -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: {
|
|
@@ -8595,6 +8596,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8595
8596
|
[x: string]: unknown;
|
|
8596
8597
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
8597
8598
|
[x: string]: unknown;
|
|
8599
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
8600
|
+
[x: string]: unknown;
|
|
8598
8601
|
}, 409, "application/json">>>;
|
|
8599
8602
|
/** Remove phone number. */
|
|
8600
8603
|
removePhoneNumber: (request: {
|
|
@@ -9823,7 +9826,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9823
9826
|
type: "ValidationError";
|
|
9824
9827
|
message?: string | undefined;
|
|
9825
9828
|
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
9826
|
-
}, 400, "application/json"
|
|
9829
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
9830
|
+
[x: string]: unknown;
|
|
9831
|
+
}, 403, "application/json">>>;
|
|
9827
9832
|
/** Request a support code. */
|
|
9828
9833
|
supportCodeRequest: (request?: {
|
|
9829
9834
|
headers?: {
|
|
@@ -468,7 +468,7 @@ export declare const projectUpdateServerDescription: OpenAPIOperation<RequestTyp
|
|
|
468
468
|
/** Relocate an external Project to mittwald. */
|
|
469
469
|
export declare const redirectusCreateRelocation: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
470
470
|
/** Register a tariff change for a legacy tariff. */
|
|
471
|
-
export declare const relocationCreateLegacyTariffChange: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
471
|
+
export declare const relocationCreateLegacyTariffChange: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LegacyTariffChange.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
472
472
|
/** Obtain a service token. */
|
|
473
473
|
export declare const servicetokenAuthenticateService: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ServicesAccessKeyIdActionsAuthenticate.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ServicesAccessKeyIdActionsAuthenticate.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServicesAccessKeyIdActionsAuthenticate.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServicesAccessKeyIdActionsAuthenticate.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServicesAccessKeyIdActionsAuthenticate.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServicesAccessKeyIdActionsAuthenticate.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
474
474
|
/** Get all SFTPUsers for a Project. */
|
|
@@ -492,7 +492,7 @@ export declare const sshUserDeleteSshUser: OpenAPIOperation<RequestType<Simplify
|
|
|
492
492
|
/** Update an SSHUser. */
|
|
493
493
|
export declare const sshUserUpdateSshUser: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2SshusersSshUserId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2SshusersSshUserId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SshusersSshUserId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2SshusersSshUserId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2SshusersSshUserId.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2SshusersSshUserId.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2SshusersSshUserId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
494
494
|
/** Add phone number and start verification process. */
|
|
495
|
-
export declare const userAddPhoneNumber: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
495
|
+
export declare const userAddPhoneNumber: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
496
496
|
/** Remove phone number. */
|
|
497
497
|
export declare const userRemovePhoneNumber: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
498
498
|
/** Validate your second factor. */
|
|
@@ -580,7 +580,7 @@ export declare const userRequestAvatarUpload: OpenAPIOperation<RequestType<Simpl
|
|
|
580
580
|
/** Remove Avatar. */
|
|
581
581
|
export declare const userRemoveAvatar: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdAvatar.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdAvatar.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdAvatar.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdAvatar.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdAvatar.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
582
582
|
/** Resend the Email-Address verification email. */
|
|
583
|
-
export declare const userResendVerificationEmail: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
583
|
+
export declare const userResendVerificationEmail: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmailActionsResendEmail.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
584
584
|
/** Request a support code. */
|
|
585
585
|
export declare const userSupportCodeRequest: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsSupportCode.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsSupportCode.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsSupportCode.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsSupportCode.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsSupportCode.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
586
586
|
/** Verify an added Email-Address. */
|
|
@@ -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;
|
|
@@ -1857,10 +1858,15 @@ export declare module MittwaldAPIV2 {
|
|
|
1857
1858
|
namespace CommonsNotFoundError {
|
|
1858
1859
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsError;
|
|
1859
1860
|
}
|
|
1861
|
+
namespace CommonsRateLimitError {
|
|
1862
|
+
interface ApplicationJson {
|
|
1863
|
+
message?: string;
|
|
1864
|
+
type?: string;
|
|
1865
|
+
}
|
|
1866
|
+
}
|
|
1860
1867
|
namespace CommonsValidationError {
|
|
1861
1868
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
|
|
1862
1869
|
}
|
|
1863
|
-
namespace CommonsRateLimitError { }
|
|
1864
1870
|
}
|
|
1865
1871
|
namespace SecuritySchemes {
|
|
1866
1872
|
/**
|
|
@@ -10784,6 +10790,13 @@ export declare module MittwaldAPIV2 {
|
|
|
10784
10790
|
}
|
|
10785
10791
|
}
|
|
10786
10792
|
}
|
|
10793
|
+
namespace $403 {
|
|
10794
|
+
namespace Content {
|
|
10795
|
+
interface ApplicationJson {
|
|
10796
|
+
[k: string]: unknown;
|
|
10797
|
+
}
|
|
10798
|
+
}
|
|
10799
|
+
}
|
|
10787
10800
|
namespace Default {
|
|
10788
10801
|
namespace Content {
|
|
10789
10802
|
interface ApplicationJson {
|
|
@@ -11197,6 +11210,13 @@ export declare module MittwaldAPIV2 {
|
|
|
11197
11210
|
}
|
|
11198
11211
|
}
|
|
11199
11212
|
}
|
|
11213
|
+
namespace $403 {
|
|
11214
|
+
namespace Content {
|
|
11215
|
+
interface ApplicationJson {
|
|
11216
|
+
[k: string]: unknown;
|
|
11217
|
+
}
|
|
11218
|
+
}
|
|
11219
|
+
}
|
|
11200
11220
|
namespace $409 {
|
|
11201
11221
|
namespace Content {
|
|
11202
11222
|
interface ApplicationJson {
|
|
@@ -12818,6 +12838,13 @@ export declare module MittwaldAPIV2 {
|
|
|
12818
12838
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
|
|
12819
12839
|
}
|
|
12820
12840
|
}
|
|
12841
|
+
namespace $403 {
|
|
12842
|
+
namespace Content {
|
|
12843
|
+
interface ApplicationJson {
|
|
12844
|
+
[k: string]: unknown;
|
|
12845
|
+
}
|
|
12846
|
+
}
|
|
12847
|
+
}
|
|
12821
12848
|
namespace Default {
|
|
12822
12849
|
namespace Content {
|
|
12823
12850
|
interface ApplicationJson {
|