@mittwald/api-client 4.366.0 → 4.368.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/generated/v2/client-react.js +6 -6
- package/dist/esm/generated/v2/client.js +8 -8
- package/dist/esm/generated/v2/descriptors.js +24 -24
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +35 -35
- package/dist/types/generated/v2/client.d.ts +200 -197
- package/dist/types/generated/v2/descriptors.d.ts +8 -8
- package/dist/types/generated/v2/types.d.ts +215 -214
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -2143,6 +2143,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2143
2143
|
requestAppinstallationCopy: (request: {
|
|
2144
2144
|
data: {
|
|
2145
2145
|
description: string;
|
|
2146
|
+
domain?: string | undefined;
|
|
2146
2147
|
installationPath?: string | undefined;
|
|
2147
2148
|
targetProjectId?: string | undefined;
|
|
2148
2149
|
};
|
|
@@ -2153,6 +2154,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2153
2154
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2154
2155
|
data: {
|
|
2155
2156
|
description: string;
|
|
2157
|
+
domain?: string | undefined;
|
|
2156
2158
|
installationPath?: string | undefined;
|
|
2157
2159
|
targetProjectId?: string | undefined;
|
|
2158
2160
|
};
|
|
@@ -2173,6 +2175,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2173
2175
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2174
2176
|
data: {
|
|
2175
2177
|
description: string;
|
|
2178
|
+
domain?: string | undefined;
|
|
2176
2179
|
installationPath?: string | undefined;
|
|
2177
2180
|
targetProjectId?: string | undefined;
|
|
2178
2181
|
};
|
|
@@ -18215,6 +18218,62 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18215
18218
|
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18216
18219
|
[x: string]: unknown;
|
|
18217
18220
|
}, 429, "application/json">>>;
|
|
18221
|
+
/** Get a Contact-Verification. */
|
|
18222
|
+
getContactVerification: (request: {
|
|
18223
|
+
contactVerificationId: string;
|
|
18224
|
+
headers?: {
|
|
18225
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18226
|
+
"x-access-token"?: string | undefined;
|
|
18227
|
+
} | undefined;
|
|
18228
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
18229
|
+
headers?: Partial<{
|
|
18230
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18231
|
+
}>;
|
|
18232
|
+
} & {
|
|
18233
|
+
pathParameters: {
|
|
18234
|
+
contactVerificationId: string;
|
|
18235
|
+
};
|
|
18236
|
+
} & {
|
|
18237
|
+
headers: {
|
|
18238
|
+
"x-access-token"?: string | undefined;
|
|
18239
|
+
} & Partial<{
|
|
18240
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18241
|
+
}>;
|
|
18242
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
18243
|
+
id: string;
|
|
18244
|
+
status: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationStatus;
|
|
18245
|
+
typeData: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationAddressData | import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationEmailData | import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationNameData;
|
|
18246
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18247
|
+
[x: string]: unknown;
|
|
18248
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18249
|
+
[x: string]: unknown;
|
|
18250
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18251
|
+
[x: string]: unknown;
|
|
18252
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
18253
|
+
headers?: Partial<{
|
|
18254
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18255
|
+
}>;
|
|
18256
|
+
} & {
|
|
18257
|
+
pathParameters: {
|
|
18258
|
+
contactVerificationId: string;
|
|
18259
|
+
};
|
|
18260
|
+
} & {
|
|
18261
|
+
headers: {
|
|
18262
|
+
"x-access-token"?: string | undefined;
|
|
18263
|
+
} & Partial<{
|
|
18264
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18265
|
+
}>;
|
|
18266
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
18267
|
+
id: string;
|
|
18268
|
+
status: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationStatus;
|
|
18269
|
+
typeData: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationAddressData | import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationEmailData | import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationNameData;
|
|
18270
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18271
|
+
[x: string]: unknown;
|
|
18272
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18273
|
+
[x: string]: unknown;
|
|
18274
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18275
|
+
[x: string]: unknown;
|
|
18276
|
+
}, 429, "application/json">>>;
|
|
18218
18277
|
/** Get the latest screenshot's FileReference belonging to a Domain. */
|
|
18219
18278
|
getLatestScreenshot: (request: {
|
|
18220
18279
|
queryParameters: {
|
|
@@ -18270,6 +18329,60 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18270
18329
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18271
18330
|
[x: string]: unknown;
|
|
18272
18331
|
}, 429, "application/json">>>;
|
|
18332
|
+
/** List Contact-Verifications belonging to the executing user. */
|
|
18333
|
+
listContactVerifications: (request?: {
|
|
18334
|
+
headers?: {
|
|
18335
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18336
|
+
"x-access-token"?: string | undefined;
|
|
18337
|
+
} | undefined;
|
|
18338
|
+
queryParameters?: {
|
|
18339
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18340
|
+
value?: string | undefined;
|
|
18341
|
+
type?: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationType | undefined;
|
|
18342
|
+
} | undefined;
|
|
18343
|
+
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
18344
|
+
headers?: Partial<{
|
|
18345
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18346
|
+
}>;
|
|
18347
|
+
} & {
|
|
18348
|
+
queryParameters: {
|
|
18349
|
+
value?: string | undefined;
|
|
18350
|
+
type?: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationType | undefined;
|
|
18351
|
+
} & Partial<{
|
|
18352
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18353
|
+
}>;
|
|
18354
|
+
} & {
|
|
18355
|
+
headers: {
|
|
18356
|
+
"x-access-token"?: string | undefined;
|
|
18357
|
+
} & Partial<{
|
|
18358
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18359
|
+
}>;
|
|
18360
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerification[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18361
|
+
[x: string]: unknown;
|
|
18362
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18363
|
+
[x: string]: unknown;
|
|
18364
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
18365
|
+
headers?: Partial<{
|
|
18366
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18367
|
+
}>;
|
|
18368
|
+
} & {
|
|
18369
|
+
queryParameters: {
|
|
18370
|
+
value?: string | undefined;
|
|
18371
|
+
type?: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationType | undefined;
|
|
18372
|
+
} & Partial<{
|
|
18373
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18374
|
+
}>;
|
|
18375
|
+
} & {
|
|
18376
|
+
headers: {
|
|
18377
|
+
"x-access-token"?: string | undefined;
|
|
18378
|
+
} & Partial<{
|
|
18379
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18380
|
+
}>;
|
|
18381
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerification[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18382
|
+
[x: string]: unknown;
|
|
18383
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18384
|
+
[x: string]: unknown;
|
|
18385
|
+
}, 429, "application/json">>>;
|
|
18273
18386
|
/** List the contact schemas for a TLD. */
|
|
18274
18387
|
listTldContactSchemas: (request: {
|
|
18275
18388
|
tld: string;
|
|
@@ -18321,6 +18434,54 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18321
18434
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainTopLevel[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18322
18435
|
[x: string]: unknown;
|
|
18323
18436
|
}, 429, "application/json">>>;
|
|
18437
|
+
/** Resends a Contact-Verification email. */
|
|
18438
|
+
resendContactVerificationEmail: (request: {
|
|
18439
|
+
contactVerificationId: string;
|
|
18440
|
+
headers?: {
|
|
18441
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18442
|
+
"x-access-token"?: string | undefined;
|
|
18443
|
+
} | undefined;
|
|
18444
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
18445
|
+
headers?: Partial<{
|
|
18446
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18447
|
+
}>;
|
|
18448
|
+
} & {
|
|
18449
|
+
pathParameters: {
|
|
18450
|
+
contactVerificationId: string;
|
|
18451
|
+
};
|
|
18452
|
+
} & {
|
|
18453
|
+
headers: {
|
|
18454
|
+
"x-access-token"?: string | undefined;
|
|
18455
|
+
} & Partial<{
|
|
18456
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18457
|
+
}>;
|
|
18458
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
18459
|
+
[x: string]: unknown;
|
|
18460
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18461
|
+
[x: string]: unknown;
|
|
18462
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18463
|
+
[x: string]: unknown;
|
|
18464
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
18465
|
+
headers?: Partial<{
|
|
18466
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18467
|
+
}>;
|
|
18468
|
+
} & {
|
|
18469
|
+
pathParameters: {
|
|
18470
|
+
contactVerificationId: string;
|
|
18471
|
+
};
|
|
18472
|
+
} & {
|
|
18473
|
+
headers: {
|
|
18474
|
+
"x-access-token"?: string | undefined;
|
|
18475
|
+
} & Partial<{
|
|
18476
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18477
|
+
}>;
|
|
18478
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
18479
|
+
[x: string]: unknown;
|
|
18480
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18481
|
+
[x: string]: unknown;
|
|
18482
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18483
|
+
[x: string]: unknown;
|
|
18484
|
+
}, 429, "application/json">>>;
|
|
18324
18485
|
/** Resend a Domain email. */
|
|
18325
18486
|
resendDomainEmail: (request: {
|
|
18326
18487
|
domainId: string;
|
|
@@ -19671,164 +19832,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19671
19832
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19672
19833
|
[x: string]: unknown;
|
|
19673
19834
|
}, 429, "application/json">>>;
|
|
19674
|
-
/** Get a Contact-Verification. */
|
|
19675
|
-
getContactVerification: (request: {
|
|
19676
|
-
contactVerificationId: string;
|
|
19677
|
-
headers?: {
|
|
19678
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
19679
|
-
"x-access-token"?: string | undefined;
|
|
19680
|
-
} | undefined;
|
|
19681
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
19682
|
-
headers?: Partial<{
|
|
19683
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19684
|
-
}>;
|
|
19685
|
-
} & {
|
|
19686
|
-
pathParameters: {
|
|
19687
|
-
contactVerificationId: string;
|
|
19688
|
-
};
|
|
19689
|
-
} & {
|
|
19690
|
-
headers: {
|
|
19691
|
-
"x-access-token"?: string | undefined;
|
|
19692
|
-
} & Partial<{
|
|
19693
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19694
|
-
}>;
|
|
19695
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
19696
|
-
id: string;
|
|
19697
|
-
status: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationStatus;
|
|
19698
|
-
typeData: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationAddressData | import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationEmailData | import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationNameData;
|
|
19699
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19700
|
-
[x: string]: unknown;
|
|
19701
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19702
|
-
[x: string]: unknown;
|
|
19703
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19704
|
-
[x: string]: unknown;
|
|
19705
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
19706
|
-
headers?: Partial<{
|
|
19707
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19708
|
-
}>;
|
|
19709
|
-
} & {
|
|
19710
|
-
pathParameters: {
|
|
19711
|
-
contactVerificationId: string;
|
|
19712
|
-
};
|
|
19713
|
-
} & {
|
|
19714
|
-
headers: {
|
|
19715
|
-
"x-access-token"?: string | undefined;
|
|
19716
|
-
} & Partial<{
|
|
19717
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19718
|
-
}>;
|
|
19719
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
19720
|
-
id: string;
|
|
19721
|
-
status: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationStatus;
|
|
19722
|
-
typeData: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationAddressData | import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationEmailData | import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationNameData;
|
|
19723
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19724
|
-
[x: string]: unknown;
|
|
19725
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19726
|
-
[x: string]: unknown;
|
|
19727
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19728
|
-
[x: string]: unknown;
|
|
19729
|
-
}, 429, "application/json">>>;
|
|
19730
|
-
/** List Contact-Verifications belonging to the executing user. */
|
|
19731
|
-
listContactVerifications: (request?: {
|
|
19732
|
-
headers?: {
|
|
19733
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
19734
|
-
"x-access-token"?: string | undefined;
|
|
19735
|
-
} | undefined;
|
|
19736
|
-
queryParameters?: {
|
|
19737
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
19738
|
-
value?: string | undefined;
|
|
19739
|
-
type?: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationType | undefined;
|
|
19740
|
-
} | undefined;
|
|
19741
|
-
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
19742
|
-
headers?: Partial<{
|
|
19743
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19744
|
-
}>;
|
|
19745
|
-
} & {
|
|
19746
|
-
queryParameters: {
|
|
19747
|
-
value?: string | undefined;
|
|
19748
|
-
type?: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationType | undefined;
|
|
19749
|
-
} & Partial<{
|
|
19750
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19751
|
-
}>;
|
|
19752
|
-
} & {
|
|
19753
|
-
headers: {
|
|
19754
|
-
"x-access-token"?: string | undefined;
|
|
19755
|
-
} & Partial<{
|
|
19756
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19757
|
-
}>;
|
|
19758
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerification[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19759
|
-
[x: string]: unknown;
|
|
19760
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19761
|
-
[x: string]: unknown;
|
|
19762
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
19763
|
-
headers?: Partial<{
|
|
19764
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19765
|
-
}>;
|
|
19766
|
-
} & {
|
|
19767
|
-
queryParameters: {
|
|
19768
|
-
value?: string | undefined;
|
|
19769
|
-
type?: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationType | undefined;
|
|
19770
|
-
} & Partial<{
|
|
19771
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19772
|
-
}>;
|
|
19773
|
-
} & {
|
|
19774
|
-
headers: {
|
|
19775
|
-
"x-access-token"?: string | undefined;
|
|
19776
|
-
} & Partial<{
|
|
19777
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19778
|
-
}>;
|
|
19779
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerification[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19780
|
-
[x: string]: unknown;
|
|
19781
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19782
|
-
[x: string]: unknown;
|
|
19783
|
-
}, 429, "application/json">>>;
|
|
19784
|
-
/** Resends a Contact-Verification email. */
|
|
19785
|
-
resendContactVerificationEmail: (request: {
|
|
19786
|
-
contactVerificationId: string;
|
|
19787
|
-
headers?: {
|
|
19788
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
19789
|
-
"x-access-token"?: string | undefined;
|
|
19790
|
-
} | undefined;
|
|
19791
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
19792
|
-
headers?: Partial<{
|
|
19793
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19794
|
-
}>;
|
|
19795
|
-
} & {
|
|
19796
|
-
pathParameters: {
|
|
19797
|
-
contactVerificationId: string;
|
|
19798
|
-
};
|
|
19799
|
-
} & {
|
|
19800
|
-
headers: {
|
|
19801
|
-
"x-access-token"?: string | undefined;
|
|
19802
|
-
} & Partial<{
|
|
19803
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19804
|
-
}>;
|
|
19805
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
19806
|
-
[x: string]: unknown;
|
|
19807
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19808
|
-
[x: string]: unknown;
|
|
19809
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19810
|
-
[x: string]: unknown;
|
|
19811
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
19812
|
-
headers?: Partial<{
|
|
19813
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19814
|
-
}>;
|
|
19815
|
-
} & {
|
|
19816
|
-
pathParameters: {
|
|
19817
|
-
contactVerificationId: string;
|
|
19818
|
-
};
|
|
19819
|
-
} & {
|
|
19820
|
-
headers: {
|
|
19821
|
-
"x-access-token"?: string | undefined;
|
|
19822
|
-
} & Partial<{
|
|
19823
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19824
|
-
}>;
|
|
19825
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
19826
|
-
[x: string]: unknown;
|
|
19827
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19828
|
-
[x: string]: unknown;
|
|
19829
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19830
|
-
[x: string]: unknown;
|
|
19831
|
-
}, 429, "application/json">>>;
|
|
19832
19835
|
};
|
|
19833
19836
|
/** The mail API allows you to manage your mail accounts. */
|
|
19834
19837
|
readonly mail: {
|
|
@@ -23413,6 +23416,45 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23413
23416
|
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23414
23417
|
[x: string]: unknown;
|
|
23415
23418
|
}, 429, "application/json">>>;
|
|
23419
|
+
/** Check status of the current session. */
|
|
23420
|
+
getCurrentSessionStatus: (request?: {
|
|
23421
|
+
headers?: {
|
|
23422
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23423
|
+
"x-access-token"?: string | undefined;
|
|
23424
|
+
} | undefined;
|
|
23425
|
+
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23426
|
+
headers?: Partial<{
|
|
23427
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23428
|
+
}>;
|
|
23429
|
+
} & {
|
|
23430
|
+
headers: {
|
|
23431
|
+
"x-access-token"?: string | undefined;
|
|
23432
|
+
} & Partial<{
|
|
23433
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23434
|
+
}>;
|
|
23435
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
23436
|
+
isEmployee: boolean;
|
|
23437
|
+
isImpersonated: boolean;
|
|
23438
|
+
userId: string;
|
|
23439
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23440
|
+
[x: string]: unknown;
|
|
23441
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23442
|
+
headers?: Partial<{
|
|
23443
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23444
|
+
}>;
|
|
23445
|
+
} & {
|
|
23446
|
+
headers: {
|
|
23447
|
+
"x-access-token"?: string | undefined;
|
|
23448
|
+
} & Partial<{
|
|
23449
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23450
|
+
}>;
|
|
23451
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
23452
|
+
isEmployee: boolean;
|
|
23453
|
+
isImpersonated: boolean;
|
|
23454
|
+
userId: string;
|
|
23455
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23456
|
+
[x: string]: unknown;
|
|
23457
|
+
}, 429, "application/json">>>;
|
|
23416
23458
|
/** The timestamp of your latest password change. */
|
|
23417
23459
|
getPasswordUpdatedAt: (request?: {
|
|
23418
23460
|
headers?: {
|
|
@@ -24789,45 +24831,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24789
24831
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24790
24832
|
[x: string]: unknown;
|
|
24791
24833
|
}, 429, "application/json">>>;
|
|
24792
|
-
/** Check status of the current session. */
|
|
24793
|
-
getCurrentSessionStatus: (request?: {
|
|
24794
|
-
headers?: {
|
|
24795
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24796
|
-
"x-access-token"?: string | undefined;
|
|
24797
|
-
} | undefined;
|
|
24798
|
-
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
24799
|
-
headers?: Partial<{
|
|
24800
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24801
|
-
}>;
|
|
24802
|
-
} & {
|
|
24803
|
-
headers: {
|
|
24804
|
-
"x-access-token"?: string | undefined;
|
|
24805
|
-
} & Partial<{
|
|
24806
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24807
|
-
}>;
|
|
24808
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
24809
|
-
isEmployee: boolean;
|
|
24810
|
-
isImpersonated: boolean;
|
|
24811
|
-
userId: string;
|
|
24812
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24813
|
-
[x: string]: unknown;
|
|
24814
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
24815
|
-
headers?: Partial<{
|
|
24816
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24817
|
-
}>;
|
|
24818
|
-
} & {
|
|
24819
|
-
headers: {
|
|
24820
|
-
"x-access-token"?: string | undefined;
|
|
24821
|
-
} & Partial<{
|
|
24822
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24823
|
-
}>;
|
|
24824
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
24825
|
-
isEmployee: boolean;
|
|
24826
|
-
isImpersonated: boolean;
|
|
24827
|
-
userId: string;
|
|
24828
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24829
|
-
[x: string]: unknown;
|
|
24830
|
-
}, 429, "application/json">>>;
|
|
24831
24834
|
};
|
|
24832
24835
|
/** The file API allows you to manage your files, for example for conversations attachments and avatar uploads. */
|
|
24833
24836
|
readonly file: {
|
|
@@ -439,12 +439,18 @@ export declare const domainCreateDomainAuthCode: OpenAPIOperation<RequestType<Si
|
|
|
439
439
|
export declare const domainGetDomain: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
440
440
|
/** Delete a Domain. */
|
|
441
441
|
export declare const domainDeleteDomain: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
442
|
+
/** Get a Contact-Verification. */
|
|
443
|
+
export declare const domainGetContactVerification: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
442
444
|
/** Get the latest screenshot's FileReference belonging to a Domain. */
|
|
443
445
|
export declare const domainGetLatestScreenshot: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsLatestScreenshot.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsLatestScreenshot.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsLatestScreenshot.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsLatestScreenshot.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsLatestScreenshot.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsLatestScreenshot.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsLatestScreenshot.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
446
|
+
/** List Contact-Verifications belonging to the executing user. */
|
|
447
|
+
export declare const domainListContactVerifications: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContactVerifications.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContactVerifications.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContactVerifications.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerifications.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerifications.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerifications.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerifications.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
444
448
|
/** List the contact schemas for a TLD. */
|
|
445
449
|
export declare const domainListTldContactSchemas: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
446
450
|
/** List TLDs. */
|
|
447
451
|
export declare const domainListTlds: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainTlds.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainTlds.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainTlds.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainTlds.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTlds.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTlds.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
452
|
+
/** Resends a Contact-Verification email. */
|
|
453
|
+
export declare const domainResendContactVerificationEmail: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
448
454
|
/** Resend a Domain email. */
|
|
449
455
|
export declare const domainResendDomainEmail: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
450
456
|
/** Suggest a list of domains based on a prompt using AI. */
|
|
@@ -859,6 +865,8 @@ export declare const userEditSshKey: OpenAPIOperation<RequestType<Simplify<Mittw
|
|
|
859
865
|
export declare const userDeleteSshKey: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfSshKeysSshKeyId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfSshKeysSshKeyId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfSshKeysSshKeyId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfSshKeysSshKeyId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfSshKeysSshKeyId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfSshKeysSshKeyId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
860
866
|
/** Delete your account and all your personal data. */
|
|
861
867
|
export declare const userDeleteUser: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Responses.$202.Content.ApplicationJson>, 202, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelf.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
868
|
+
/** Check status of the current session. */
|
|
869
|
+
export declare const userGetCurrentSessionStatus: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfSessionsCurrentStatus.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfSessionsCurrentStatus.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfSessionsCurrentStatus.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfSessionsCurrentStatus.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfSessionsCurrentStatus.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfSessionsCurrentStatus.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
862
870
|
/** The timestamp of your latest password change. */
|
|
863
871
|
export declare const userGetPasswordUpdatedAt: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordUpdatedAt.Get.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordUpdatedAt.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordUpdatedAt.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordUpdatedAt.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordUpdatedAt.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordUpdatedAt.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordUpdatedAt.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
864
872
|
/** Get personalized settings. */
|
|
@@ -917,11 +925,3 @@ export declare const verificationDetectPhishingEmail: OpenAPIOperation<RequestTy
|
|
|
917
925
|
export declare const verificationVerifyAddress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
918
926
|
/** Check if a company exists. */
|
|
919
927
|
export declare const verificationVerifyCompany: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$412.Content.Empty>, 412, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
920
|
-
/** Check status of the current session. */
|
|
921
|
-
export declare const userGetCurrentSessionStatus: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfSessionsCurrentStatus.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfSessionsCurrentStatus.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfSessionsCurrentStatus.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfSessionsCurrentStatus.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfSessionsCurrentStatus.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfSessionsCurrentStatus.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
922
|
-
/** Get a Contact-Verification. */
|
|
923
|
-
export declare const domainGetContactVerification: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
924
|
-
/** List Contact-Verifications belonging to the executing user. */
|
|
925
|
-
export declare const domainListContactVerifications: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContactVerifications.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContactVerifications.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContactVerifications.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerifications.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerifications.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerifications.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerifications.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
926
|
-
/** Resends a Contact-Verification email. */
|
|
927
|
-
export declare const domainResendContactVerificationEmail: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|