@mittwald/api-client 2.0.8 → 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 +5 -1
- package/dist/cjs/generated/v2/descriptors.d.ts +3 -3
- package/dist/cjs/generated/v2/types.d.ts +27 -1
- package/dist/esm/generated/v2/client.d.ts +5 -1
- package/dist/esm/generated/v2/descriptors.d.ts +3 -3
- package/dist/esm/generated/v2/types.d.ts +27 -1
- package/package.json +1 -1
|
@@ -8596,6 +8596,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8596
8596
|
[x: string]: unknown;
|
|
8597
8597
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
8598
8598
|
[x: string]: unknown;
|
|
8599
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
8600
|
+
[x: string]: unknown;
|
|
8599
8601
|
}, 409, "application/json">>>;
|
|
8600
8602
|
/** Remove phone number. */
|
|
8601
8603
|
removePhoneNumber: (request: {
|
|
@@ -9824,7 +9826,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9824
9826
|
type: "ValidationError";
|
|
9825
9827
|
message?: string | undefined;
|
|
9826
9828
|
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
9827
|
-
}, 400, "application/json"
|
|
9829
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
9830
|
+
[x: string]: unknown;
|
|
9831
|
+
}, 403, "application/json">>>;
|
|
9828
9832
|
/** Request a support code. */
|
|
9829
9833
|
supportCodeRequest: (request?: {
|
|
9830
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. */
|
|
@@ -1858,10 +1858,15 @@ export declare module MittwaldAPIV2 {
|
|
|
1858
1858
|
namespace CommonsNotFoundError {
|
|
1859
1859
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsError;
|
|
1860
1860
|
}
|
|
1861
|
+
namespace CommonsRateLimitError {
|
|
1862
|
+
interface ApplicationJson {
|
|
1863
|
+
message?: string;
|
|
1864
|
+
type?: string;
|
|
1865
|
+
}
|
|
1866
|
+
}
|
|
1861
1867
|
namespace CommonsValidationError {
|
|
1862
1868
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
|
|
1863
1869
|
}
|
|
1864
|
-
namespace CommonsRateLimitError { }
|
|
1865
1870
|
}
|
|
1866
1871
|
namespace SecuritySchemes {
|
|
1867
1872
|
/**
|
|
@@ -10785,6 +10790,13 @@ export declare module MittwaldAPIV2 {
|
|
|
10785
10790
|
}
|
|
10786
10791
|
}
|
|
10787
10792
|
}
|
|
10793
|
+
namespace $403 {
|
|
10794
|
+
namespace Content {
|
|
10795
|
+
interface ApplicationJson {
|
|
10796
|
+
[k: string]: unknown;
|
|
10797
|
+
}
|
|
10798
|
+
}
|
|
10799
|
+
}
|
|
10788
10800
|
namespace Default {
|
|
10789
10801
|
namespace Content {
|
|
10790
10802
|
interface ApplicationJson {
|
|
@@ -11198,6 +11210,13 @@ export declare module MittwaldAPIV2 {
|
|
|
11198
11210
|
}
|
|
11199
11211
|
}
|
|
11200
11212
|
}
|
|
11213
|
+
namespace $403 {
|
|
11214
|
+
namespace Content {
|
|
11215
|
+
interface ApplicationJson {
|
|
11216
|
+
[k: string]: unknown;
|
|
11217
|
+
}
|
|
11218
|
+
}
|
|
11219
|
+
}
|
|
11201
11220
|
namespace $409 {
|
|
11202
11221
|
namespace Content {
|
|
11203
11222
|
interface ApplicationJson {
|
|
@@ -12819,6 +12838,13 @@ export declare module MittwaldAPIV2 {
|
|
|
12819
12838
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
|
|
12820
12839
|
}
|
|
12821
12840
|
}
|
|
12841
|
+
namespace $403 {
|
|
12842
|
+
namespace Content {
|
|
12843
|
+
interface ApplicationJson {
|
|
12844
|
+
[k: string]: unknown;
|
|
12845
|
+
}
|
|
12846
|
+
}
|
|
12847
|
+
}
|
|
12822
12848
|
namespace Default {
|
|
12823
12849
|
namespace Content {
|
|
12824
12850
|
interface ApplicationJson {
|
|
@@ -8596,6 +8596,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8596
8596
|
[x: string]: unknown;
|
|
8597
8597
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
8598
8598
|
[x: string]: unknown;
|
|
8599
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
8600
|
+
[x: string]: unknown;
|
|
8599
8601
|
}, 409, "application/json">>>;
|
|
8600
8602
|
/** Remove phone number. */
|
|
8601
8603
|
removePhoneNumber: (request: {
|
|
@@ -9824,7 +9826,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9824
9826
|
type: "ValidationError";
|
|
9825
9827
|
message?: string | undefined;
|
|
9826
9828
|
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
9827
|
-
}, 400, "application/json"
|
|
9829
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
9830
|
+
[x: string]: unknown;
|
|
9831
|
+
}, 403, "application/json">>>;
|
|
9828
9832
|
/** Request a support code. */
|
|
9829
9833
|
supportCodeRequest: (request?: {
|
|
9830
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. */
|
|
@@ -1858,10 +1858,15 @@ export declare module MittwaldAPIV2 {
|
|
|
1858
1858
|
namespace CommonsNotFoundError {
|
|
1859
1859
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsError;
|
|
1860
1860
|
}
|
|
1861
|
+
namespace CommonsRateLimitError {
|
|
1862
|
+
interface ApplicationJson {
|
|
1863
|
+
message?: string;
|
|
1864
|
+
type?: string;
|
|
1865
|
+
}
|
|
1866
|
+
}
|
|
1861
1867
|
namespace CommonsValidationError {
|
|
1862
1868
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
|
|
1863
1869
|
}
|
|
1864
|
-
namespace CommonsRateLimitError { }
|
|
1865
1870
|
}
|
|
1866
1871
|
namespace SecuritySchemes {
|
|
1867
1872
|
/**
|
|
@@ -10785,6 +10790,13 @@ export declare module MittwaldAPIV2 {
|
|
|
10785
10790
|
}
|
|
10786
10791
|
}
|
|
10787
10792
|
}
|
|
10793
|
+
namespace $403 {
|
|
10794
|
+
namespace Content {
|
|
10795
|
+
interface ApplicationJson {
|
|
10796
|
+
[k: string]: unknown;
|
|
10797
|
+
}
|
|
10798
|
+
}
|
|
10799
|
+
}
|
|
10788
10800
|
namespace Default {
|
|
10789
10801
|
namespace Content {
|
|
10790
10802
|
interface ApplicationJson {
|
|
@@ -11198,6 +11210,13 @@ export declare module MittwaldAPIV2 {
|
|
|
11198
11210
|
}
|
|
11199
11211
|
}
|
|
11200
11212
|
}
|
|
11213
|
+
namespace $403 {
|
|
11214
|
+
namespace Content {
|
|
11215
|
+
interface ApplicationJson {
|
|
11216
|
+
[k: string]: unknown;
|
|
11217
|
+
}
|
|
11218
|
+
}
|
|
11219
|
+
}
|
|
11201
11220
|
namespace $409 {
|
|
11202
11221
|
namespace Content {
|
|
11203
11222
|
interface ApplicationJson {
|
|
@@ -12819,6 +12838,13 @@ export declare module MittwaldAPIV2 {
|
|
|
12819
12838
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
|
|
12820
12839
|
}
|
|
12821
12840
|
}
|
|
12841
|
+
namespace $403 {
|
|
12842
|
+
namespace Content {
|
|
12843
|
+
interface ApplicationJson {
|
|
12844
|
+
[k: string]: unknown;
|
|
12845
|
+
}
|
|
12846
|
+
}
|
|
12847
|
+
}
|
|
12822
12848
|
namespace Default {
|
|
12823
12849
|
namespace Content {
|
|
12824
12850
|
interface ApplicationJson {
|