@mittwald/api-client 2.0.1 → 2.0.3
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/README.md +16 -2
- package/dist/cjs/generated/v2/client.d.ts +224 -267
- package/dist/cjs/generated/v2/client.js +46 -46
- package/dist/cjs/generated/v2/descriptors.d.ts +74 -74
- package/dist/cjs/generated/v2/descriptors.js +109 -109
- package/dist/cjs/generated/v2/types.d.ts +343 -271
- package/dist/esm/generated/v2/client.d.ts +224 -267
- package/dist/esm/generated/v2/client.js +46 -46
- package/dist/esm/generated/v2/descriptors.d.ts +74 -74
- package/dist/esm/generated/v2/descriptors.js +107 -107
- package/dist/esm/generated/v2/types.d.ts +343 -271
- package/package.json +1 -1
|
@@ -3094,42 +3094,24 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3094
3094
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3095
3095
|
[x: string]: unknown;
|
|
3096
3096
|
}, 404, "application/json">>>;
|
|
3097
|
-
/** Create a MySQLDatabase with
|
|
3097
|
+
/** Create a MySQLDatabase with a MySQLUser. */
|
|
3098
3098
|
createMysqlDatabase: (request: {
|
|
3099
3099
|
data: {
|
|
3100
3100
|
database: {
|
|
3101
|
-
|
|
3102
|
-
isReady: boolean;
|
|
3103
|
-
isShared: boolean;
|
|
3101
|
+
description: string;
|
|
3104
3102
|
projectId: string;
|
|
3105
3103
|
version: string;
|
|
3106
3104
|
characterSettings?: {
|
|
3107
3105
|
characterSet: string;
|
|
3108
3106
|
collation: string;
|
|
3109
3107
|
} | undefined;
|
|
3110
|
-
createdAt?: string | undefined;
|
|
3111
|
-
description?: string | undefined;
|
|
3112
|
-
finalizers?: string[] | undefined;
|
|
3113
|
-
hostname?: string | undefined;
|
|
3114
|
-
name?: string | undefined;
|
|
3115
|
-
size?: number | undefined;
|
|
3116
|
-
updatedAt?: string | undefined;
|
|
3117
3108
|
};
|
|
3118
|
-
user
|
|
3109
|
+
user: {
|
|
3119
3110
|
accessLevel: "full" | "readonly";
|
|
3120
|
-
databaseId: string;
|
|
3121
|
-
id: string;
|
|
3122
3111
|
password: string;
|
|
3123
3112
|
accessIpMask?: string | undefined;
|
|
3124
|
-
createdAt?: string | undefined;
|
|
3125
|
-
description?: string | undefined;
|
|
3126
|
-
disabled?: boolean | undefined;
|
|
3127
3113
|
externalAccess?: boolean | undefined;
|
|
3128
|
-
|
|
3129
|
-
name?: string | undefined;
|
|
3130
|
-
passwordUpdatedAt?: string | undefined;
|
|
3131
|
-
updatedAt?: string | undefined;
|
|
3132
|
-
} | undefined;
|
|
3114
|
+
};
|
|
3133
3115
|
};
|
|
3134
3116
|
pathParameters: {
|
|
3135
3117
|
projectId: string;
|
|
@@ -3139,8 +3121,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3139
3121
|
} | undefined;
|
|
3140
3122
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
3141
3123
|
data: {
|
|
3142
|
-
database: import("./types.js").MittwaldAPIV2.Components.Schemas.
|
|
3143
|
-
user
|
|
3124
|
+
database: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseCreateMySqlDatabase;
|
|
3125
|
+
user: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseCreateMySqlUserWithDatabase;
|
|
3144
3126
|
};
|
|
3145
3127
|
} & {
|
|
3146
3128
|
pathParameters: {
|
|
@@ -3152,7 +3134,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3152
3134
|
};
|
|
3153
3135
|
}, import("@mittwald/api-client-commons").Response<{
|
|
3154
3136
|
id: string;
|
|
3155
|
-
|
|
3137
|
+
userId: string;
|
|
3138
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3156
3139
|
[x: string]: unknown;
|
|
3157
3140
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3158
3141
|
[x: string]: unknown;
|
|
@@ -3183,17 +3166,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3183
3166
|
data: {
|
|
3184
3167
|
accessLevel: "full" | "readonly";
|
|
3185
3168
|
databaseId: string;
|
|
3186
|
-
|
|
3169
|
+
description: string;
|
|
3187
3170
|
password: string;
|
|
3188
3171
|
accessIpMask?: string | undefined;
|
|
3189
|
-
createdAt?: string | undefined;
|
|
3190
|
-
description?: string | undefined;
|
|
3191
|
-
disabled?: boolean | undefined;
|
|
3192
3172
|
externalAccess?: boolean | undefined;
|
|
3193
|
-
mainUser?: boolean | undefined;
|
|
3194
|
-
name?: string | undefined;
|
|
3195
|
-
passwordUpdatedAt?: string | undefined;
|
|
3196
|
-
updatedAt?: string | undefined;
|
|
3197
3173
|
};
|
|
3198
3174
|
pathParameters: {
|
|
3199
3175
|
databaseId: string;
|
|
@@ -3205,17 +3181,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3205
3181
|
data: {
|
|
3206
3182
|
accessIpMask?: string | undefined;
|
|
3207
3183
|
accessLevel: "full" | "readonly";
|
|
3208
|
-
createdAt?: string | undefined;
|
|
3209
3184
|
databaseId: string;
|
|
3210
|
-
description
|
|
3211
|
-
disabled?: boolean | undefined;
|
|
3185
|
+
description: string;
|
|
3212
3186
|
externalAccess?: boolean | undefined;
|
|
3213
|
-
id: string;
|
|
3214
|
-
mainUser?: boolean | undefined;
|
|
3215
|
-
name?: string | undefined;
|
|
3216
3187
|
password: string;
|
|
3217
|
-
passwordUpdatedAt?: string | undefined;
|
|
3218
|
-
updatedAt?: string | undefined;
|
|
3219
3188
|
};
|
|
3220
3189
|
} & {
|
|
3221
3190
|
pathParameters: {
|
|
@@ -3256,14 +3225,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3256
3225
|
/** Create a RedisDatabase. */
|
|
3257
3226
|
createRedisDatabase: (request: {
|
|
3258
3227
|
data: {
|
|
3259
|
-
|
|
3228
|
+
description: string;
|
|
3229
|
+
version: string;
|
|
3230
|
+
configuration?: {
|
|
3260
3231
|
additionalFlags?: string[] | undefined;
|
|
3261
3232
|
maxMemory?: string | undefined;
|
|
3262
3233
|
maxMemoryPolicy?: string | undefined;
|
|
3263
3234
|
persistent?: boolean | undefined;
|
|
3264
|
-
};
|
|
3265
|
-
description: string;
|
|
3266
|
-
version: string;
|
|
3235
|
+
} | undefined;
|
|
3267
3236
|
};
|
|
3268
3237
|
pathParameters: {
|
|
3269
3238
|
projectId: string;
|
|
@@ -3273,7 +3242,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3273
3242
|
} | undefined;
|
|
3274
3243
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
3275
3244
|
data: {
|
|
3276
|
-
configuration
|
|
3245
|
+
configuration?: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabaseConfiguration | undefined;
|
|
3277
3246
|
description: string;
|
|
3278
3247
|
version: string;
|
|
3279
3248
|
};
|
|
@@ -3309,18 +3278,18 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3309
3278
|
"x-access-token"?: string | undefined;
|
|
3310
3279
|
};
|
|
3311
3280
|
}, import("@mittwald/api-client-commons").Response<{
|
|
3312
|
-
characterSettings
|
|
3313
|
-
createdAt
|
|
3314
|
-
description
|
|
3281
|
+
characterSettings: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseCharacterSettings;
|
|
3282
|
+
createdAt: string;
|
|
3283
|
+
description: string;
|
|
3315
3284
|
finalizers?: string[] | undefined;
|
|
3316
|
-
hostname
|
|
3285
|
+
hostname: string;
|
|
3317
3286
|
id: string;
|
|
3318
3287
|
isReady: boolean;
|
|
3319
3288
|
isShared: boolean;
|
|
3320
|
-
name
|
|
3289
|
+
name: string;
|
|
3321
3290
|
projectId: string;
|
|
3322
|
-
size
|
|
3323
|
-
updatedAt
|
|
3291
|
+
size: number;
|
|
3292
|
+
updatedAt: string;
|
|
3324
3293
|
version: string;
|
|
3325
3294
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3326
3295
|
[x: string]: unknown;
|
|
@@ -3373,17 +3342,16 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3373
3342
|
}, import("@mittwald/api-client-commons").Response<{
|
|
3374
3343
|
accessIpMask?: string | undefined;
|
|
3375
3344
|
accessLevel: "full" | "readonly";
|
|
3376
|
-
createdAt
|
|
3345
|
+
createdAt: string;
|
|
3377
3346
|
databaseId: string;
|
|
3378
3347
|
description?: string | undefined;
|
|
3379
|
-
disabled
|
|
3380
|
-
externalAccess
|
|
3348
|
+
disabled: boolean;
|
|
3349
|
+
externalAccess: boolean;
|
|
3381
3350
|
id: string;
|
|
3382
|
-
mainUser
|
|
3383
|
-
name
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
updatedAt?: string | undefined;
|
|
3351
|
+
mainUser: boolean;
|
|
3352
|
+
name: string;
|
|
3353
|
+
passwordUpdatedAt: string;
|
|
3354
|
+
updatedAt: string;
|
|
3387
3355
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3388
3356
|
[x: string]: unknown;
|
|
3389
3357
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -5967,6 +5935,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5967
5935
|
"x-access-token"?: string | undefined;
|
|
5968
5936
|
};
|
|
5969
5937
|
}, import("@mittwald/api-client-commons").Response<{
|
|
5938
|
+
createdAt: string;
|
|
5970
5939
|
customerId: string;
|
|
5971
5940
|
description: string;
|
|
5972
5941
|
disabledReason?: "nonPayment" | undefined;
|
|
@@ -6699,18 +6668,20 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6699
6668
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6700
6669
|
[x: string]: unknown;
|
|
6701
6670
|
}, 400, "application/json">>>;
|
|
6702
|
-
/**
|
|
6703
|
-
|
|
6671
|
+
/** Validate your second factor. */
|
|
6672
|
+
authenticateMfa: (request: {
|
|
6704
6673
|
data: {
|
|
6705
|
-
|
|
6706
|
-
|
|
6674
|
+
multiFactorCode: string;
|
|
6675
|
+
email?: string | undefined;
|
|
6676
|
+
password?: string | undefined;
|
|
6707
6677
|
};
|
|
6708
6678
|
pathParameters?: {} | undefined;
|
|
6709
6679
|
headers?: {} | undefined;
|
|
6710
6680
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6711
6681
|
data: {
|
|
6712
|
-
email
|
|
6713
|
-
|
|
6682
|
+
email?: string | undefined;
|
|
6683
|
+
multiFactorCode: string;
|
|
6684
|
+
password?: string | undefined;
|
|
6714
6685
|
};
|
|
6715
6686
|
} & {
|
|
6716
6687
|
pathParameters: {};
|
|
@@ -6720,30 +6691,26 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6720
6691
|
expires: string;
|
|
6721
6692
|
token: string;
|
|
6722
6693
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6723
|
-
name?: "SecondFactorRequired" | undefined;
|
|
6724
|
-
}, 202, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6725
6694
|
type: "ValidationError";
|
|
6726
6695
|
message?: string | undefined;
|
|
6727
6696
|
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
6728
6697
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6729
|
-
|
|
6730
|
-
message
|
|
6731
|
-
|
|
6732
|
-
},
|
|
6733
|
-
/**
|
|
6734
|
-
|
|
6698
|
+
info?: {} | undefined;
|
|
6699
|
+
message: string;
|
|
6700
|
+
name: "FirstAuthenticationFactorExpired";
|
|
6701
|
+
}, 408, "application/json">>>;
|
|
6702
|
+
/** Authenticate yourself to get an access token. */
|
|
6703
|
+
authenticate: (request: {
|
|
6735
6704
|
data: {
|
|
6736
|
-
|
|
6737
|
-
|
|
6738
|
-
password?: string | undefined;
|
|
6705
|
+
email: string;
|
|
6706
|
+
password: string;
|
|
6739
6707
|
};
|
|
6740
6708
|
pathParameters?: {} | undefined;
|
|
6741
6709
|
headers?: {} | undefined;
|
|
6742
6710
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6743
6711
|
data: {
|
|
6744
|
-
email
|
|
6745
|
-
|
|
6746
|
-
password?: string | undefined;
|
|
6712
|
+
email: string;
|
|
6713
|
+
password: string;
|
|
6747
6714
|
};
|
|
6748
6715
|
} & {
|
|
6749
6716
|
pathParameters: {};
|
|
@@ -6757,12 +6724,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6757
6724
|
expires: string;
|
|
6758
6725
|
token: string;
|
|
6759
6726
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6760
|
-
|
|
6761
|
-
|
|
6762
|
-
|
|
6763
|
-
|
|
6764
|
-
|
|
6765
|
-
|
|
6727
|
+
name?: "SecondFactorRequired" | undefined;
|
|
6728
|
+
}, 202, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6729
|
+
type: "ValidationError";
|
|
6730
|
+
message?: string | undefined;
|
|
6731
|
+
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
6732
|
+
}, 401, "application/json">>>;
|
|
6733
|
+
/** Get your verified Email-Address. */
|
|
6734
|
+
getOwnEmail: (request?: {
|
|
6766
6735
|
pathParameters?: {} | undefined;
|
|
6767
6736
|
headers?: {
|
|
6768
6737
|
"x-access-token"?: string | undefined;
|
|
@@ -6778,7 +6747,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6778
6747
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6779
6748
|
[x: string]: unknown;
|
|
6780
6749
|
}, 404, "application/json">>>;
|
|
6781
|
-
/** Change your Email-Address */
|
|
6750
|
+
/** Change your Email-Address. */
|
|
6782
6751
|
changeEmail: (request: {
|
|
6783
6752
|
data: {
|
|
6784
6753
|
email: string;
|
|
@@ -6797,30 +6766,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6797
6766
|
headers: {
|
|
6798
6767
|
"x-access-token"?: string | undefined;
|
|
6799
6768
|
};
|
|
6800
|
-
}, import("@mittwald/api-client-commons").Response<{},
|
|
6769
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6801
6770
|
type: "ValidationError";
|
|
6802
6771
|
message?: string | undefined;
|
|
6803
6772
|
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
6804
6773
|
}, 400, "application/json">>>;
|
|
6805
|
-
/**
|
|
6806
|
-
getPasswordUpdatedAt: (request?: {
|
|
6807
|
-
data?: {} | undefined;
|
|
6808
|
-
pathParameters?: {} | undefined;
|
|
6809
|
-
headers?: {
|
|
6810
|
-
"x-access-token"?: string | undefined;
|
|
6811
|
-
} | undefined;
|
|
6812
|
-
} | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6813
|
-
data: {};
|
|
6814
|
-
} & {
|
|
6815
|
-
pathParameters: {};
|
|
6816
|
-
} & {
|
|
6817
|
-
headers: {
|
|
6818
|
-
"x-access-token"?: string | undefined;
|
|
6819
|
-
};
|
|
6820
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
6821
|
-
passwordUpdatedAt: string;
|
|
6822
|
-
}, 200, "application/json">>>;
|
|
6823
|
-
/** Change your password */
|
|
6774
|
+
/** Change your password. */
|
|
6824
6775
|
changePassword: (request: {
|
|
6825
6776
|
data: {
|
|
6826
6777
|
newPassword: string;
|
|
@@ -6853,8 +6804,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6853
6804
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6854
6805
|
[x: string]: unknown;
|
|
6855
6806
|
}, 202, "application/json">>>;
|
|
6856
|
-
/**
|
|
6857
|
-
|
|
6807
|
+
/** Check token for validity. */
|
|
6808
|
+
checkToken: (request?: {
|
|
6858
6809
|
data?: {} | undefined;
|
|
6859
6810
|
pathParameters?: {} | undefined;
|
|
6860
6811
|
headers?: {
|
|
@@ -6869,48 +6820,29 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6869
6820
|
"x-access-token"?: string | undefined;
|
|
6870
6821
|
};
|
|
6871
6822
|
}, import("@mittwald/api-client-commons").Response<{
|
|
6872
|
-
|
|
6873
|
-
|
|
6874
|
-
mfaConfirmed?: boolean | undefined;
|
|
6875
|
-
mfaInitialized?: boolean | undefined;
|
|
6876
|
-
} | undefined;
|
|
6877
|
-
passwordUpdatedAt?: string | undefined;
|
|
6878
|
-
person?: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsPerson | undefined;
|
|
6879
|
-
userId?: string | undefined;
|
|
6823
|
+
id: string;
|
|
6824
|
+
publicToken: string;
|
|
6880
6825
|
}, 200, "application/json">>>;
|
|
6881
|
-
/**
|
|
6882
|
-
|
|
6883
|
-
data: {
|
|
6884
|
-
person: {
|
|
6885
|
-
firstName: string;
|
|
6886
|
-
lastName: string;
|
|
6887
|
-
title?: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsSalutation | undefined;
|
|
6888
|
-
};
|
|
6889
|
-
};
|
|
6826
|
+
/** Get your current multi factor auth status. */
|
|
6827
|
+
getMfaStatus: (request?: {
|
|
6890
6828
|
pathParameters?: {} | undefined;
|
|
6891
6829
|
headers?: {
|
|
6892
6830
|
"x-access-token"?: string | undefined;
|
|
6893
6831
|
} | undefined;
|
|
6894
|
-
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6895
|
-
data: {
|
|
6896
|
-
person: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsPerson;
|
|
6897
|
-
};
|
|
6898
|
-
} & {
|
|
6832
|
+
} | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<object & {
|
|
6899
6833
|
pathParameters: {};
|
|
6900
6834
|
} & {
|
|
6901
6835
|
headers: {
|
|
6902
6836
|
"x-access-token"?: string | undefined;
|
|
6903
6837
|
};
|
|
6904
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
6905
|
-
|
|
6906
|
-
|
|
6907
|
-
|
|
6908
|
-
|
|
6909
|
-
|
|
6910
|
-
deleteProfile: (request: {
|
|
6838
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6839
|
+
confirmed: boolean;
|
|
6840
|
+
initialized: boolean;
|
|
6841
|
+
}, 200, "application/json">>>;
|
|
6842
|
+
/** Reset RecoveryCodes for MFA. */
|
|
6843
|
+
resetRecoverycodes: (request: {
|
|
6911
6844
|
data: {
|
|
6912
|
-
|
|
6913
|
-
multiFactorCode?: string | undefined;
|
|
6845
|
+
multiFactorCode: string;
|
|
6914
6846
|
};
|
|
6915
6847
|
pathParameters?: {} | undefined;
|
|
6916
6848
|
headers?: {
|
|
@@ -6918,8 +6850,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6918
6850
|
} | undefined;
|
|
6919
6851
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6920
6852
|
data: {
|
|
6921
|
-
multiFactorCode
|
|
6922
|
-
password: string;
|
|
6853
|
+
multiFactorCode: string;
|
|
6923
6854
|
};
|
|
6924
6855
|
} & {
|
|
6925
6856
|
pathParameters: {};
|
|
@@ -6927,24 +6858,26 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6927
6858
|
headers: {
|
|
6928
6859
|
"x-access-token"?: string | undefined;
|
|
6929
6860
|
};
|
|
6930
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
6861
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6931
6862
|
type: "ValidationError";
|
|
6932
6863
|
message?: string | undefined;
|
|
6933
6864
|
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
6934
6865
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6935
|
-
|
|
6936
|
-
},
|
|
6937
|
-
|
|
6938
|
-
|
|
6939
|
-
|
|
6940
|
-
|
|
6941
|
-
|
|
6866
|
+
recoveryCodesList: [string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string];
|
|
6867
|
+
}, 200, "application/json">>>;
|
|
6868
|
+
/** Confirm Multi Factor Authentication. */
|
|
6869
|
+
confirmMfa: (request: {
|
|
6870
|
+
data: {
|
|
6871
|
+
multiFactorCode: string;
|
|
6872
|
+
};
|
|
6942
6873
|
pathParameters?: {} | undefined;
|
|
6943
6874
|
headers?: {
|
|
6944
6875
|
"x-access-token"?: string | undefined;
|
|
6945
6876
|
} | undefined;
|
|
6946
|
-
}
|
|
6947
|
-
data: {
|
|
6877
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6878
|
+
data: {
|
|
6879
|
+
multiFactorCode: string;
|
|
6880
|
+
};
|
|
6948
6881
|
} & {
|
|
6949
6882
|
pathParameters: {};
|
|
6950
6883
|
} & {
|
|
@@ -6956,11 +6889,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6956
6889
|
message?: string | undefined;
|
|
6957
6890
|
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
6958
6891
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6959
|
-
|
|
6960
|
-
publicToken: string;
|
|
6892
|
+
recoveryCodesList: [string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string];
|
|
6961
6893
|
}, 200, "application/json">>>;
|
|
6962
|
-
/**
|
|
6963
|
-
|
|
6894
|
+
/** Disable Multi Factor Authentication. */
|
|
6895
|
+
disableMfa: (request: {
|
|
6964
6896
|
data: {
|
|
6965
6897
|
multiFactorCode: string;
|
|
6966
6898
|
};
|
|
@@ -6978,14 +6910,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6978
6910
|
headers: {
|
|
6979
6911
|
"x-access-token"?: string | undefined;
|
|
6980
6912
|
};
|
|
6981
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
6913
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6982
6914
|
type: "ValidationError";
|
|
6983
6915
|
message?: string | undefined;
|
|
6984
6916
|
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
6985
|
-
}, 400, "application/json"
|
|
6986
|
-
|
|
6987
|
-
}, 200, "application/json">>>;
|
|
6988
|
-
/** Confirm password reset */
|
|
6917
|
+
}, 400, "application/json">>>;
|
|
6918
|
+
/** Confirm password reset. */
|
|
6989
6919
|
confirmPasswordReset: (request: {
|
|
6990
6920
|
data: {
|
|
6991
6921
|
password: string;
|
|
@@ -7004,12 +6934,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7004
6934
|
pathParameters: {};
|
|
7005
6935
|
} & {
|
|
7006
6936
|
headers: {};
|
|
7007
|
-
}, import("@mittwald/api-client-commons").Response<{},
|
|
6937
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
7008
6938
|
type: "ValidationError";
|
|
7009
6939
|
message?: string | undefined;
|
|
7010
6940
|
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
7011
6941
|
}, 400, "application/json">>>;
|
|
7012
|
-
/** List all
|
|
6942
|
+
/** List all of your ApiTokens. */
|
|
7013
6943
|
listApiTokens: (request?: {
|
|
7014
6944
|
pathParameters?: {} | undefined;
|
|
7015
6945
|
headers?: {
|
|
@@ -7022,7 +6952,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7022
6952
|
"x-access-token"?: string | undefined;
|
|
7023
6953
|
};
|
|
7024
6954
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.SignupApiToken[], 200, "application/json">>>;
|
|
7025
|
-
/** Store a new ApiToken */
|
|
6955
|
+
/** Store a new ApiToken. */
|
|
7026
6956
|
createApiToken: (request: {
|
|
7027
6957
|
data: {
|
|
7028
6958
|
description: string;
|
|
@@ -7046,12 +6976,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7046
6976
|
"x-access-token"?: string | undefined;
|
|
7047
6977
|
};
|
|
7048
6978
|
}, import("@mittwald/api-client-commons").Response<{
|
|
7049
|
-
type: "ValidationError";
|
|
7050
|
-
message?: string | undefined;
|
|
7051
|
-
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
7052
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7053
6979
|
token: string;
|
|
7054
|
-
}, 201, "application/json"
|
|
6980
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6981
|
+
[x: string]: unknown;
|
|
6982
|
+
}, 400, "application/json">>>;
|
|
7055
6983
|
/** Submit your user feedback. */
|
|
7056
6984
|
createFeedback: (request: {
|
|
7057
6985
|
data: {
|
|
@@ -7108,7 +7036,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7108
7036
|
"x-access-token"?: string | undefined;
|
|
7109
7037
|
};
|
|
7110
7038
|
}, import("@mittwald/api-client-commons").Response<{}, 201, "empty">>>;
|
|
7111
|
-
/** Get your stored ssh
|
|
7039
|
+
/** Get your stored ssh-keys. */
|
|
7112
7040
|
listSshKeys: (request?: {
|
|
7113
7041
|
pathParameters?: {} | undefined;
|
|
7114
7042
|
headers?: {
|
|
@@ -7123,7 +7051,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7123
7051
|
}, import("@mittwald/api-client-commons").Response<{
|
|
7124
7052
|
sshKeys?: import("./types.js").MittwaldAPIV2.Components.Schemas.SignupSshKey[] | undefined;
|
|
7125
7053
|
}, 200, "application/json">>>;
|
|
7126
|
-
/** Store a new
|
|
7054
|
+
/** Store a new ssh-key. */
|
|
7127
7055
|
createSshKey: (request: {
|
|
7128
7056
|
data: {
|
|
7129
7057
|
publicKey: string;
|
|
@@ -7144,12 +7072,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7144
7072
|
headers: {
|
|
7145
7073
|
"x-access-token"?: string | undefined;
|
|
7146
7074
|
};
|
|
7147
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
7148
|
-
|
|
7149
|
-
|
|
7150
|
-
|
|
7151
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 201, "empty">>>;
|
|
7152
|
-
/** Get a specific ApiToken */
|
|
7075
|
+
}, import("@mittwald/api-client-commons").Response<{}, 201, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
7076
|
+
[x: string]: unknown;
|
|
7077
|
+
}, 400, "application/json">>>;
|
|
7078
|
+
/** Get a specific ApiToken. */
|
|
7153
7079
|
getApiToken: (request: {
|
|
7154
7080
|
pathParameters: {
|
|
7155
7081
|
apiTokenId: string;
|
|
@@ -7171,8 +7097,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7171
7097
|
description: string;
|
|
7172
7098
|
expiresAt?: string | undefined;
|
|
7173
7099
|
roles: ("api_read" | "api_write")[];
|
|
7174
|
-
}, 200, "application/json"
|
|
7175
|
-
|
|
7100
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7101
|
+
[x: string]: unknown;
|
|
7102
|
+
}, 404, "application/json">>>;
|
|
7103
|
+
/** Update an existing `ApiToken`. */
|
|
7176
7104
|
editApiToken: (request: {
|
|
7177
7105
|
data: {
|
|
7178
7106
|
description: string;
|
|
@@ -7197,12 +7125,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7197
7125
|
headers: {
|
|
7198
7126
|
"x-access-token"?: string | undefined;
|
|
7199
7127
|
};
|
|
7200
|
-
}, import("@mittwald/api-client-commons").Response<{},
|
|
7201
|
-
|
|
7202
|
-
message?: string | undefined;
|
|
7203
|
-
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
7128
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
7129
|
+
[x: string]: unknown;
|
|
7204
7130
|
}, 400, "application/json">>>;
|
|
7205
|
-
/** Deletes an ApiToken */
|
|
7131
|
+
/** Deletes an ApiToken. */
|
|
7206
7132
|
deleteApiToken: (request: {
|
|
7207
7133
|
pathParameters: {
|
|
7208
7134
|
apiTokenId: string;
|
|
@@ -7218,12 +7144,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7218
7144
|
headers: {
|
|
7219
7145
|
"x-access-token"?: string | undefined;
|
|
7220
7146
|
};
|
|
7221
|
-
}, import("@mittwald/api-client-commons").Response<{},
|
|
7222
|
-
|
|
7223
|
-
message?: string | undefined;
|
|
7224
|
-
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
7147
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
7148
|
+
[x: string]: unknown;
|
|
7225
7149
|
}, 400, "application/json">>>;
|
|
7226
|
-
/** Get a specific stored
|
|
7150
|
+
/** Get a specific stored ssh-key. */
|
|
7227
7151
|
getSshKey: (request: {
|
|
7228
7152
|
pathParameters: {
|
|
7229
7153
|
sshKeyId: string;
|
|
@@ -7244,7 +7168,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7244
7168
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7245
7169
|
[x: string]: unknown;
|
|
7246
7170
|
}, 404, "application/json">>>;
|
|
7247
|
-
/** Edit a stored
|
|
7171
|
+
/** Edit a stored ssh-key. */
|
|
7248
7172
|
editSshKey: (request: {
|
|
7249
7173
|
data: {
|
|
7250
7174
|
comment: string;
|
|
@@ -7269,12 +7193,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7269
7193
|
headers: {
|
|
7270
7194
|
"x-access-token"?: string | undefined;
|
|
7271
7195
|
};
|
|
7272
|
-
}, import("@mittwald/api-client-commons").Response<{},
|
|
7273
|
-
|
|
7274
|
-
message?: string | undefined;
|
|
7275
|
-
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
7196
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
7197
|
+
[x: string]: unknown;
|
|
7276
7198
|
}, 400, "application/json">>>;
|
|
7277
|
-
/** Remove a
|
|
7199
|
+
/** Remove a ssh-key. */
|
|
7278
7200
|
deleteSshKey: (request: {
|
|
7279
7201
|
pathParameters: {
|
|
7280
7202
|
sshKeyId: string;
|
|
@@ -7290,25 +7212,39 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7290
7212
|
headers: {
|
|
7291
7213
|
"x-access-token"?: string | undefined;
|
|
7292
7214
|
};
|
|
7293
|
-
}, import("@mittwald/api-client-commons").Response<{},
|
|
7294
|
-
/**
|
|
7295
|
-
|
|
7215
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty">>>;
|
|
7216
|
+
/** Delete your account and all your personal data. */
|
|
7217
|
+
deleteUser: (request: {
|
|
7218
|
+
data: {
|
|
7219
|
+
password: string;
|
|
7220
|
+
multiFactorCode?: string | undefined;
|
|
7221
|
+
};
|
|
7296
7222
|
pathParameters?: {} | undefined;
|
|
7297
7223
|
headers?: {
|
|
7298
7224
|
"x-access-token"?: string | undefined;
|
|
7299
7225
|
} | undefined;
|
|
7300
|
-
}
|
|
7226
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
7227
|
+
data: {
|
|
7228
|
+
multiFactorCode?: string | undefined;
|
|
7229
|
+
password: string;
|
|
7230
|
+
};
|
|
7231
|
+
} & {
|
|
7301
7232
|
pathParameters: {};
|
|
7302
7233
|
} & {
|
|
7303
7234
|
headers: {
|
|
7304
7235
|
"x-access-token"?: string | undefined;
|
|
7305
7236
|
};
|
|
7306
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
7307
|
-
|
|
7308
|
-
|
|
7309
|
-
|
|
7310
|
-
|
|
7311
|
-
|
|
7237
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
7238
|
+
type: "ValidationError";
|
|
7239
|
+
message?: string | undefined;
|
|
7240
|
+
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
7241
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7242
|
+
[x: string]: unknown;
|
|
7243
|
+
}, 202, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7244
|
+
[x: string]: unknown;
|
|
7245
|
+
}, 409, "application/json">>>;
|
|
7246
|
+
/** Get your account information. */
|
|
7247
|
+
getOwnAccount: (request?: {
|
|
7312
7248
|
data?: {} | undefined;
|
|
7313
7249
|
pathParameters?: {} | undefined;
|
|
7314
7250
|
headers?: {
|
|
@@ -7323,17 +7259,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7323
7259
|
"x-access-token"?: string | undefined;
|
|
7324
7260
|
};
|
|
7325
7261
|
}, import("@mittwald/api-client-commons").Response<{
|
|
7326
|
-
|
|
7327
|
-
|
|
7328
|
-
|
|
7329
|
-
|
|
7330
|
-
|
|
7331
|
-
|
|
7262
|
+
email?: string | undefined;
|
|
7263
|
+
mfaDetails?: {
|
|
7264
|
+
mfaConfirmed?: boolean | undefined;
|
|
7265
|
+
mfaInitialized?: boolean | undefined;
|
|
7266
|
+
} | undefined;
|
|
7267
|
+
passwordUpdatedAt?: string | undefined;
|
|
7268
|
+
person?: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsPerson | undefined;
|
|
7269
|
+
userId?: string | undefined;
|
|
7332
7270
|
}, 200, "application/json">>>;
|
|
7333
|
-
/**
|
|
7334
|
-
|
|
7271
|
+
/** Update your account information. */
|
|
7272
|
+
updateAccount: (request: {
|
|
7335
7273
|
data: {
|
|
7336
|
-
|
|
7274
|
+
person: {
|
|
7275
|
+
firstName: string;
|
|
7276
|
+
lastName: string;
|
|
7277
|
+
title?: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsSalutation | undefined;
|
|
7278
|
+
};
|
|
7337
7279
|
};
|
|
7338
7280
|
pathParameters?: {} | undefined;
|
|
7339
7281
|
headers?: {
|
|
@@ -7341,7 +7283,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7341
7283
|
} | undefined;
|
|
7342
7284
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
7343
7285
|
data: {
|
|
7344
|
-
|
|
7286
|
+
person: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsPerson;
|
|
7345
7287
|
};
|
|
7346
7288
|
} & {
|
|
7347
7289
|
pathParameters: {};
|
|
@@ -7349,11 +7291,29 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7349
7291
|
headers: {
|
|
7350
7292
|
"x-access-token"?: string | undefined;
|
|
7351
7293
|
};
|
|
7352
|
-
}, import("@mittwald/api-client-commons").Response<{},
|
|
7294
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
7353
7295
|
type: "ValidationError";
|
|
7354
7296
|
message?: string | undefined;
|
|
7355
7297
|
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
7356
7298
|
}, 400, "application/json">>>;
|
|
7299
|
+
/** The timestamp of your latest password change. */
|
|
7300
|
+
getPasswordUpdatedAt: (request?: {
|
|
7301
|
+
data?: {} | undefined;
|
|
7302
|
+
pathParameters?: {} | undefined;
|
|
7303
|
+
headers?: {
|
|
7304
|
+
"x-access-token"?: string | undefined;
|
|
7305
|
+
} | undefined;
|
|
7306
|
+
} | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
7307
|
+
data: {};
|
|
7308
|
+
} & {
|
|
7309
|
+
pathParameters: {};
|
|
7310
|
+
} & {
|
|
7311
|
+
headers: {
|
|
7312
|
+
"x-access-token"?: string | undefined;
|
|
7313
|
+
};
|
|
7314
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
7315
|
+
passwordUpdatedAt: string;
|
|
7316
|
+
}, 200, "application/json">>>;
|
|
7357
7317
|
/** Get personalized settings. */
|
|
7358
7318
|
getPersonalizedSettings: (request: {
|
|
7359
7319
|
pathParameters: {
|
|
@@ -7399,7 +7359,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7399
7359
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
7400
7360
|
[x: string]: unknown;
|
|
7401
7361
|
}, 400, "application/json">>>;
|
|
7402
|
-
/** Get a specific
|
|
7362
|
+
/** Get a specific session. */
|
|
7403
7363
|
getSession: (request: {
|
|
7404
7364
|
pathParameters: {
|
|
7405
7365
|
tokenId: string;
|
|
@@ -7424,7 +7384,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7424
7384
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7425
7385
|
[x: string]: unknown;
|
|
7426
7386
|
}, 404, "application/json">>>;
|
|
7427
|
-
/** Terminate a specific Session */
|
|
7387
|
+
/** Terminate a specific Session. */
|
|
7428
7388
|
terminateSession: (request: {
|
|
7429
7389
|
pathParameters: {
|
|
7430
7390
|
tokenId: string;
|
|
@@ -7440,7 +7400,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7440
7400
|
headers: {
|
|
7441
7401
|
"x-access-token"?: string | undefined;
|
|
7442
7402
|
};
|
|
7443
|
-
}, import("@mittwald/api-client-commons").Response<{},
|
|
7403
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
7444
7404
|
[x: string]: unknown;
|
|
7445
7405
|
}, 404, "application/json">>>;
|
|
7446
7406
|
/** Get profile information for a user. */
|
|
@@ -7502,7 +7462,30 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7502
7462
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
7503
7463
|
[x: string]: unknown;
|
|
7504
7464
|
}, 400, "application/json">>>;
|
|
7505
|
-
/** Initialize
|
|
7465
|
+
/** Initialize Multi Factor Authentication. If successful, it needs to be confirmed, before usage of mfa. */
|
|
7466
|
+
initMfa: (request?: {
|
|
7467
|
+
data?: {} | undefined;
|
|
7468
|
+
pathParameters?: {} | undefined;
|
|
7469
|
+
headers?: {
|
|
7470
|
+
"x-access-token"?: string | undefined;
|
|
7471
|
+
} | undefined;
|
|
7472
|
+
} | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
7473
|
+
data: {};
|
|
7474
|
+
} & {
|
|
7475
|
+
pathParameters: {};
|
|
7476
|
+
} & {
|
|
7477
|
+
headers: {
|
|
7478
|
+
"x-access-token"?: string | undefined;
|
|
7479
|
+
};
|
|
7480
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
7481
|
+
type: "ValidationError";
|
|
7482
|
+
message?: string | undefined;
|
|
7483
|
+
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
7484
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7485
|
+
barcode: string;
|
|
7486
|
+
url: string;
|
|
7487
|
+
}, 200, "application/json">>>;
|
|
7488
|
+
/** Initialize password reset process. */
|
|
7506
7489
|
initPasswordReset: (request: {
|
|
7507
7490
|
data: {
|
|
7508
7491
|
email: string;
|
|
@@ -7517,11 +7500,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7517
7500
|
pathParameters: {};
|
|
7518
7501
|
} & {
|
|
7519
7502
|
headers: {};
|
|
7520
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
7503
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
7521
7504
|
type: "ValidationError";
|
|
7522
7505
|
message?: string | undefined;
|
|
7523
7506
|
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
7524
|
-
}, 400, "application/json">>>;
|
|
7507
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 201, "empty">>>;
|
|
7525
7508
|
/** Submitted feedback of the given user. */
|
|
7526
7509
|
listFeedback: (request: {
|
|
7527
7510
|
pathParameters: {
|
|
@@ -7539,7 +7522,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7539
7522
|
"x-access-token"?: string | undefined;
|
|
7540
7523
|
};
|
|
7541
7524
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.UserUserFeedback[], 200, "application/json">>>;
|
|
7542
|
-
/** List all
|
|
7525
|
+
/** List all sessions. */
|
|
7543
7526
|
listSessions: (request?: {
|
|
7544
7527
|
pathParameters?: {} | undefined;
|
|
7545
7528
|
headers?: {
|
|
@@ -7552,7 +7535,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7552
7535
|
"x-access-token"?: string | undefined;
|
|
7553
7536
|
};
|
|
7554
7537
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.SignupUserSession[], 200, "application/json">>>;
|
|
7555
|
-
/** Terminate all sessions, except the current
|
|
7538
|
+
/** Terminate all sessions, except the current session. */
|
|
7556
7539
|
terminateAllSessions: (request?: {
|
|
7557
7540
|
pathParameters?: {} | undefined;
|
|
7558
7541
|
headers?: {
|
|
@@ -7564,8 +7547,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7564
7547
|
headers: {
|
|
7565
7548
|
"x-access-token"?: string | undefined;
|
|
7566
7549
|
};
|
|
7567
|
-
}, import("@mittwald/api-client-commons").Response<{},
|
|
7568
|
-
/** Terminate session and invalidate access token */
|
|
7550
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty">>>;
|
|
7551
|
+
/** Terminate session and invalidate access token. */
|
|
7569
7552
|
logout: (request?: {
|
|
7570
7553
|
data?: {} | undefined;
|
|
7571
7554
|
pathParameters?: {} | undefined;
|
|
@@ -7580,7 +7563,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7580
7563
|
headers: {
|
|
7581
7564
|
"x-access-token"?: string | undefined;
|
|
7582
7565
|
};
|
|
7583
|
-
}, import("@mittwald/api-client-commons").Response<{},
|
|
7566
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
7584
7567
|
type: "ValidationError";
|
|
7585
7568
|
message?: string | undefined;
|
|
7586
7569
|
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
@@ -7674,18 +7657,18 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7674
7657
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
7675
7658
|
[x: string]: unknown;
|
|
7676
7659
|
}, 400, "application/json">>>;
|
|
7677
|
-
/** Resend the Email-Address verification email */
|
|
7678
|
-
resendVerificationEmail: (request
|
|
7679
|
-
data
|
|
7680
|
-
email
|
|
7681
|
-
userId
|
|
7682
|
-
}
|
|
7660
|
+
/** Resend the Email-Address verification email. */
|
|
7661
|
+
resendVerificationEmail: (request: {
|
|
7662
|
+
data: {
|
|
7663
|
+
email: string;
|
|
7664
|
+
userId: string;
|
|
7665
|
+
};
|
|
7683
7666
|
pathParameters?: {} | undefined;
|
|
7684
7667
|
headers?: {} | undefined;
|
|
7685
|
-
}
|
|
7668
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
7686
7669
|
data: {
|
|
7687
|
-
email
|
|
7688
|
-
userId
|
|
7670
|
+
email: string;
|
|
7671
|
+
userId: string;
|
|
7689
7672
|
};
|
|
7690
7673
|
} & {
|
|
7691
7674
|
pathParameters: {};
|
|
@@ -7696,33 +7679,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7696
7679
|
message?: string | undefined;
|
|
7697
7680
|
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
7698
7681
|
}, 400, "application/json">>>;
|
|
7699
|
-
/**
|
|
7700
|
-
resetRecoverycodes: (request: {
|
|
7701
|
-
data: {
|
|
7702
|
-
multiFactorCode: string;
|
|
7703
|
-
};
|
|
7704
|
-
pathParameters?: {} | undefined;
|
|
7705
|
-
headers?: {
|
|
7706
|
-
"x-access-token"?: string | undefined;
|
|
7707
|
-
} | undefined;
|
|
7708
|
-
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
7709
|
-
data: {
|
|
7710
|
-
multiFactorCode: string;
|
|
7711
|
-
};
|
|
7712
|
-
} & {
|
|
7713
|
-
pathParameters: {};
|
|
7714
|
-
} & {
|
|
7715
|
-
headers: {
|
|
7716
|
-
"x-access-token"?: string | undefined;
|
|
7717
|
-
};
|
|
7718
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
7719
|
-
type: "ValidationError";
|
|
7720
|
-
message?: string | undefined;
|
|
7721
|
-
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
7722
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7723
|
-
recoveryCodesList: [string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string];
|
|
7724
|
-
}, 200, "application/json">>>;
|
|
7725
|
-
/** Request a support code */
|
|
7682
|
+
/** Request a support code. */
|
|
7726
7683
|
supportCodeRequest: (request?: {
|
|
7727
7684
|
pathParameters?: {} | undefined;
|
|
7728
7685
|
headers?: {
|
|
@@ -7738,7 +7695,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7738
7695
|
expiresAt?: string | undefined;
|
|
7739
7696
|
supportCode?: string | undefined;
|
|
7740
7697
|
}, 200, "application/json">>>;
|
|
7741
|
-
/** Verify an added Email-Address */
|
|
7698
|
+
/** Verify an added Email-Address. */
|
|
7742
7699
|
verifyEmail: (request: {
|
|
7743
7700
|
data: {
|
|
7744
7701
|
email: string;
|
|
@@ -7759,7 +7716,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7759
7716
|
headers: {
|
|
7760
7717
|
"x-access-token"?: string | undefined;
|
|
7761
7718
|
};
|
|
7762
|
-
}, import("@mittwald/api-client-commons").Response<{},
|
|
7719
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
7763
7720
|
type: "ValidationError";
|
|
7764
7721
|
message?: string | undefined;
|
|
7765
7722
|
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
@@ -7798,7 +7755,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7798
7755
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7799
7756
|
[x: string]: unknown;
|
|
7800
7757
|
}, 409, "application/json">>>;
|
|
7801
|
-
/** Verify your registration */
|
|
7758
|
+
/** Verify your registration. */
|
|
7802
7759
|
verifyRegistration: (request: {
|
|
7803
7760
|
data: {
|
|
7804
7761
|
email: string;
|