@mittwald/api-client 3.0.21 → 3.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/generated/v2/client-react.d.ts +47 -47
- package/dist/cjs/generated/v2/client-react.js +16 -16
- package/dist/cjs/generated/v2/client.d.ts +738 -565
- package/dist/cjs/generated/v2/client.js +64 -66
- package/dist/cjs/generated/v2/descriptors.d.ts +66 -68
- package/dist/cjs/generated/v2/descriptors.js +169 -175
- package/dist/cjs/generated/v2/types.d.ts +2584 -2212
- package/dist/esm/generated/v2/client-react.d.ts +47 -47
- package/dist/esm/generated/v2/client-react.js +16 -16
- package/dist/esm/generated/v2/client.d.ts +738 -565
- package/dist/esm/generated/v2/client.js +64 -66
- package/dist/esm/generated/v2/descriptors.d.ts +66 -68
- package/dist/esm/generated/v2/descriptors.js +165 -171
- package/dist/esm/generated/v2/types.d.ts +2584 -2212
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -5174,8 +5174,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5174
5174
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DnsZone[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5175
5175
|
[x: string]: unknown;
|
|
5176
5176
|
}, 400, "application/json">>>;
|
|
5177
|
-
/**
|
|
5178
|
-
|
|
5177
|
+
/** Get a Domain. */
|
|
5178
|
+
getDomain: (request: {
|
|
5179
5179
|
domainId: string;
|
|
5180
5180
|
headers?: {
|
|
5181
5181
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -5195,24 +5195,41 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5195
5195
|
} & Partial<{
|
|
5196
5196
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5197
5197
|
}>;
|
|
5198
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
5198
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
5199
|
+
authCode?: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainAuthCode | undefined;
|
|
5200
|
+
authCode2?: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainAuthCode2 | undefined;
|
|
5201
|
+
connected: boolean;
|
|
5202
|
+
deleted: boolean;
|
|
5203
|
+
domain: string;
|
|
5204
|
+
domainId: string;
|
|
5205
|
+
handles: {
|
|
5206
|
+
adminC?: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleReadable | undefined;
|
|
5207
|
+
ownerC: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleReadable;
|
|
5208
|
+
};
|
|
5209
|
+
hasAuthCode: boolean;
|
|
5210
|
+
nameservers: [string, string, ...string[]];
|
|
5211
|
+
processes?: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainProcess[] | undefined;
|
|
5212
|
+
projectId: string;
|
|
5213
|
+
transferInAuthCode?: string | undefined;
|
|
5214
|
+
usesDefaultNameserver: boolean;
|
|
5215
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5199
5216
|
[x: string]: unknown;
|
|
5200
5217
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5201
5218
|
[x: string]: unknown;
|
|
5202
5219
|
}, 404, "application/json">>>;
|
|
5203
|
-
/**
|
|
5204
|
-
|
|
5205
|
-
data: {
|
|
5206
|
-
ownerC: [import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleField, ...import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleField[]];
|
|
5207
|
-
};
|
|
5220
|
+
/** Delete a Domain. */
|
|
5221
|
+
deleteDomain: (request: {
|
|
5208
5222
|
domainId: string;
|
|
5223
|
+
data?: {
|
|
5224
|
+
transit?: boolean | undefined;
|
|
5225
|
+
} | undefined;
|
|
5209
5226
|
headers?: {
|
|
5210
5227
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5211
5228
|
"x-access-token"?: string | undefined;
|
|
5212
5229
|
} | undefined;
|
|
5213
5230
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5214
5231
|
data: {
|
|
5215
|
-
|
|
5232
|
+
transit?: boolean | undefined;
|
|
5216
5233
|
};
|
|
5217
5234
|
} & {
|
|
5218
5235
|
pathParameters: {
|
|
@@ -5235,19 +5252,21 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5235
5252
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5236
5253
|
[x: string]: unknown;
|
|
5237
5254
|
}, 404, "application/json">>>;
|
|
5238
|
-
/**
|
|
5239
|
-
|
|
5255
|
+
/** Get File Service Reference for a Screenshot of a domain. */
|
|
5256
|
+
getScreenshotForDomain: (request: {
|
|
5257
|
+
data: {
|
|
5258
|
+
domainName: string;
|
|
5259
|
+
path: string;
|
|
5260
|
+
};
|
|
5240
5261
|
domainId: string;
|
|
5241
|
-
data?: {
|
|
5242
|
-
projectId?: string | undefined;
|
|
5243
|
-
} | undefined;
|
|
5244
5262
|
headers?: {
|
|
5245
5263
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5246
5264
|
"x-access-token"?: string | undefined;
|
|
5247
5265
|
} | undefined;
|
|
5248
5266
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5249
5267
|
data: {
|
|
5250
|
-
|
|
5268
|
+
domainName: string;
|
|
5269
|
+
path: string;
|
|
5251
5270
|
};
|
|
5252
5271
|
} & {
|
|
5253
5272
|
pathParameters: {
|
|
@@ -5263,69 +5282,75 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5263
5282
|
} & Partial<{
|
|
5264
5283
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5265
5284
|
}>;
|
|
5266
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
5267
|
-
|
|
5268
|
-
},
|
|
5285
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
5286
|
+
references?: string[] | undefined;
|
|
5287
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5269
5288
|
[x: string]: unknown;
|
|
5270
5289
|
}, 404, "application/json">>>;
|
|
5271
|
-
/**
|
|
5272
|
-
|
|
5273
|
-
|
|
5274
|
-
domain: string;
|
|
5275
|
-
};
|
|
5290
|
+
/** List all domain ownerships of a project. */
|
|
5291
|
+
listDomainOwnerships: (request: {
|
|
5292
|
+
projectId: string;
|
|
5276
5293
|
headers?: {
|
|
5277
5294
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5295
|
+
"x-access-token"?: string | undefined;
|
|
5278
5296
|
} | undefined;
|
|
5279
5297
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5280
|
-
data: {
|
|
5281
|
-
domain: string;
|
|
5282
|
-
};
|
|
5283
|
-
} & {
|
|
5284
5298
|
headers?: Partial<{
|
|
5285
5299
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5286
5300
|
}> | undefined;
|
|
5287
|
-
}
|
|
5288
|
-
|
|
5289
|
-
|
|
5301
|
+
} & {
|
|
5302
|
+
pathParameters: {
|
|
5303
|
+
projectId: string;
|
|
5304
|
+
};
|
|
5305
|
+
} & {
|
|
5306
|
+
headers: {
|
|
5307
|
+
"x-access-token"?: string | undefined;
|
|
5308
|
+
} & Partial<{
|
|
5309
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5310
|
+
}>;
|
|
5311
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainDomainOwnership[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5290
5312
|
[x: string]: unknown;
|
|
5291
5313
|
}, 400, "application/json">>>;
|
|
5292
|
-
/**
|
|
5293
|
-
|
|
5294
|
-
|
|
5295
|
-
data?: {
|
|
5296
|
-
[x: string]: unknown;
|
|
5297
|
-
} | undefined;
|
|
5314
|
+
/** List Domains belonging to a Project. */
|
|
5315
|
+
listDomains: (request: {
|
|
5316
|
+
projectId: string;
|
|
5298
5317
|
headers?: {
|
|
5299
5318
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5300
5319
|
"x-access-token"?: string | undefined;
|
|
5301
5320
|
} | undefined;
|
|
5321
|
+
queryParameters?: {
|
|
5322
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5323
|
+
page?: number | undefined;
|
|
5324
|
+
limit?: number | undefined;
|
|
5325
|
+
domainSearchName?: string | undefined;
|
|
5326
|
+
} | undefined;
|
|
5302
5327
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5303
|
-
|
|
5304
|
-
[
|
|
5305
|
-
};
|
|
5328
|
+
headers?: Partial<{
|
|
5329
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5330
|
+
}> | undefined;
|
|
5306
5331
|
} & {
|
|
5307
5332
|
pathParameters: {
|
|
5308
|
-
|
|
5333
|
+
projectId: string;
|
|
5309
5334
|
};
|
|
5310
5335
|
} & {
|
|
5311
|
-
|
|
5336
|
+
queryParameters: {
|
|
5337
|
+
page?: number | undefined;
|
|
5338
|
+
limit?: number | undefined;
|
|
5339
|
+
domainSearchName?: string | undefined;
|
|
5340
|
+
} & Partial<{
|
|
5312
5341
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5313
|
-
}
|
|
5342
|
+
}>;
|
|
5314
5343
|
} & {
|
|
5315
5344
|
headers: {
|
|
5316
5345
|
"x-access-token"?: string | undefined;
|
|
5317
5346
|
} & Partial<{
|
|
5318
5347
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5319
5348
|
}>;
|
|
5320
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
5321
|
-
authCode: string;
|
|
5322
|
-
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5323
|
-
[x: string]: unknown;
|
|
5324
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5349
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainDomain[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5325
5350
|
[x: string]: unknown;
|
|
5326
|
-
},
|
|
5327
|
-
/**
|
|
5328
|
-
|
|
5351
|
+
}, 400, "application/json">>>;
|
|
5352
|
+
/** Resend a domain email. */
|
|
5353
|
+
resendDomainEmail: (request: {
|
|
5329
5354
|
domainId: string;
|
|
5330
5355
|
data?: {
|
|
5331
5356
|
[x: string]: unknown;
|
|
@@ -5357,56 +5382,54 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5357
5382
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5358
5383
|
[x: string]: unknown;
|
|
5359
5384
|
}, 404, "application/json">>>;
|
|
5360
|
-
/**
|
|
5361
|
-
|
|
5362
|
-
|
|
5363
|
-
data?: {
|
|
5364
|
-
nameservers?: [string, string, ...string[]] | undefined;
|
|
5365
|
-
} | undefined;
|
|
5385
|
+
/** Get a domain ownership. */
|
|
5386
|
+
getSpecificDomainOwnership: (request: {
|
|
5387
|
+
domainOwnershipId: string;
|
|
5366
5388
|
headers?: {
|
|
5367
5389
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5368
5390
|
"x-access-token"?: string | undefined;
|
|
5369
5391
|
} | undefined;
|
|
5370
5392
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5371
|
-
data: {
|
|
5372
|
-
nameservers?: [string, string, ...string[]] | undefined;
|
|
5373
|
-
};
|
|
5374
|
-
} & {
|
|
5375
|
-
pathParameters: {
|
|
5376
|
-
domainId: string;
|
|
5377
|
-
};
|
|
5378
|
-
} & {
|
|
5379
5393
|
headers?: Partial<{
|
|
5380
5394
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5381
5395
|
}> | undefined;
|
|
5396
|
+
} & {
|
|
5397
|
+
pathParameters: {
|
|
5398
|
+
domainOwnershipId: string;
|
|
5399
|
+
};
|
|
5382
5400
|
} & {
|
|
5383
5401
|
headers: {
|
|
5384
5402
|
"x-access-token"?: string | undefined;
|
|
5385
5403
|
} & Partial<{
|
|
5386
5404
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5387
5405
|
}>;
|
|
5388
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
5406
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
5407
|
+
domain: string;
|
|
5408
|
+
id: string;
|
|
5409
|
+
projectId: string;
|
|
5410
|
+
txtRecord: string;
|
|
5411
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5389
5412
|
[x: string]: unknown;
|
|
5390
5413
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5391
5414
|
[x: string]: unknown;
|
|
5392
5415
|
}, 404, "application/json">>>;
|
|
5393
|
-
/**
|
|
5394
|
-
|
|
5395
|
-
|
|
5396
|
-
|
|
5397
|
-
|
|
5398
|
-
|
|
5416
|
+
/** Verify a domain ownership. */
|
|
5417
|
+
verifyDomainOwnership: (request: {
|
|
5418
|
+
domainOwnershipId: string;
|
|
5419
|
+
data?: {
|
|
5420
|
+
[x: string]: unknown;
|
|
5421
|
+
} | undefined;
|
|
5399
5422
|
headers?: {
|
|
5400
5423
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5401
5424
|
"x-access-token"?: string | undefined;
|
|
5402
5425
|
} | undefined;
|
|
5403
5426
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5404
5427
|
data: {
|
|
5405
|
-
|
|
5428
|
+
[x: string]: unknown;
|
|
5406
5429
|
};
|
|
5407
5430
|
} & {
|
|
5408
5431
|
pathParameters: {
|
|
5409
|
-
|
|
5432
|
+
domainOwnershipId: string;
|
|
5410
5433
|
};
|
|
5411
5434
|
} & {
|
|
5412
5435
|
headers?: Partial<{
|
|
@@ -5418,30 +5441,27 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5418
5441
|
} & Partial<{
|
|
5419
5442
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5420
5443
|
}>;
|
|
5421
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
5422
|
-
[x: string]: unknown;
|
|
5423
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5444
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
5424
5445
|
[x: string]: unknown;
|
|
5425
5446
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5426
5447
|
[x: string]: unknown;
|
|
5427
5448
|
}, 404, "application/json">>>;
|
|
5428
|
-
/**
|
|
5429
|
-
|
|
5449
|
+
/** Create an Ingress. */
|
|
5450
|
+
ingressCreate: (request: {
|
|
5430
5451
|
data: {
|
|
5431
|
-
|
|
5452
|
+
hostname: string;
|
|
5453
|
+
paths: import("./types.js").MittwaldAPIV2.Components.Schemas.IngressPath[];
|
|
5454
|
+
projectId: string;
|
|
5432
5455
|
};
|
|
5433
|
-
domainId: string;
|
|
5434
5456
|
headers?: {
|
|
5435
5457
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5436
5458
|
"x-access-token"?: string | undefined;
|
|
5437
5459
|
} | undefined;
|
|
5438
5460
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5439
5461
|
data: {
|
|
5440
|
-
|
|
5441
|
-
|
|
5442
|
-
|
|
5443
|
-
pathParameters: {
|
|
5444
|
-
domainId: string;
|
|
5462
|
+
hostname: string;
|
|
5463
|
+
paths: import("./types.js").MittwaldAPIV2.Components.Schemas.IngressPath[];
|
|
5464
|
+
projectId: string;
|
|
5445
5465
|
};
|
|
5446
5466
|
} & {
|
|
5447
5467
|
headers?: Partial<{
|
|
@@ -5454,15 +5474,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5454
5474
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5455
5475
|
}>;
|
|
5456
5476
|
}, import("@mittwald/api-client-commons").Response<{
|
|
5457
|
-
|
|
5458
|
-
},
|
|
5459
|
-
[x: string]: unknown;
|
|
5460
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5477
|
+
id: string;
|
|
5478
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5461
5479
|
[x: string]: unknown;
|
|
5462
5480
|
}, 404, "application/json">>>;
|
|
5463
|
-
/** Get
|
|
5464
|
-
|
|
5465
|
-
|
|
5481
|
+
/** Get an Ingress. */
|
|
5482
|
+
ingressGetSpecific: (request: {
|
|
5483
|
+
ingressId: string;
|
|
5466
5484
|
headers?: {
|
|
5467
5485
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5468
5486
|
"x-access-token"?: string | undefined;
|
|
@@ -5473,7 +5491,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5473
5491
|
}> | undefined;
|
|
5474
5492
|
} & {
|
|
5475
5493
|
pathParameters: {
|
|
5476
|
-
|
|
5494
|
+
ingressId: string;
|
|
5477
5495
|
};
|
|
5478
5496
|
} & {
|
|
5479
5497
|
headers: {
|
|
@@ -5482,67 +5500,69 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5482
5500
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5483
5501
|
}>;
|
|
5484
5502
|
}, import("@mittwald/api-client-commons").Response<{
|
|
5485
|
-
|
|
5486
|
-
|
|
5487
|
-
|
|
5488
|
-
|
|
5489
|
-
|
|
5490
|
-
domainId: string;
|
|
5491
|
-
handles: {
|
|
5492
|
-
adminC?: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleReadable | undefined;
|
|
5493
|
-
ownerC: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleReadable;
|
|
5503
|
+
dnsValidationErrors: ("ERROR_UNSPECIFIED" | "ERROR_QUAD_A" | "ERROR_NO_A_RECORD" | "ERROR_ACME_CERTIFICATE_REQUEST_DEADLINE_EXCEEDED")[];
|
|
5504
|
+
hostname: string;
|
|
5505
|
+
id: string;
|
|
5506
|
+
ips: {
|
|
5507
|
+
v4: string[];
|
|
5494
5508
|
};
|
|
5495
|
-
|
|
5496
|
-
|
|
5497
|
-
|
|
5509
|
+
isDefault: boolean;
|
|
5510
|
+
isEnabled: boolean;
|
|
5511
|
+
paths: import("./types.js").MittwaldAPIV2.Components.Schemas.IngressPath[];
|
|
5498
5512
|
projectId: string;
|
|
5499
|
-
|
|
5500
|
-
usesDefaultNameserver: boolean;
|
|
5513
|
+
tls: import("./types.js").MittwaldAPIV2.Components.Schemas.IngressTlsAcme | import("./types.js").MittwaldAPIV2.Components.Schemas.IngressTlsCertificate;
|
|
5501
5514
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5502
5515
|
[x: string]: unknown;
|
|
5503
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5504
|
-
[x: string]: unknown;
|
|
5505
5516
|
}, 404, "application/json">>>;
|
|
5506
|
-
/** Delete
|
|
5507
|
-
|
|
5508
|
-
|
|
5509
|
-
data?: {
|
|
5510
|
-
transit?: boolean | undefined;
|
|
5511
|
-
} | undefined;
|
|
5517
|
+
/** Delete an Ingress. */
|
|
5518
|
+
ingressDelete: (request: {
|
|
5519
|
+
ingressId: string;
|
|
5512
5520
|
headers?: {
|
|
5513
5521
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5514
5522
|
"x-access-token"?: string | undefined;
|
|
5515
5523
|
} | undefined;
|
|
5516
5524
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5517
|
-
data: {
|
|
5518
|
-
transit?: boolean | undefined;
|
|
5519
|
-
};
|
|
5520
|
-
} & {
|
|
5521
|
-
pathParameters: {
|
|
5522
|
-
domainId: string;
|
|
5523
|
-
};
|
|
5524
|
-
} & {
|
|
5525
5525
|
headers?: Partial<{
|
|
5526
5526
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5527
5527
|
}> | undefined;
|
|
5528
|
+
} & {
|
|
5529
|
+
pathParameters: {
|
|
5530
|
+
ingressId: string;
|
|
5531
|
+
};
|
|
5528
5532
|
} & {
|
|
5529
5533
|
headers: {
|
|
5530
5534
|
"x-access-token"?: string | undefined;
|
|
5531
5535
|
} & Partial<{
|
|
5532
5536
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5533
5537
|
}>;
|
|
5534
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
5535
|
-
[x: string]: unknown;
|
|
5536
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5537
|
-
[x: string]: unknown;
|
|
5538
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5538
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
5539
5539
|
[x: string]: unknown;
|
|
5540
5540
|
}, 404, "application/json">>>;
|
|
5541
|
-
/**
|
|
5542
|
-
|
|
5543
|
-
|
|
5541
|
+
/** List Ingresses the user has access to. */
|
|
5542
|
+
ingressListAccessible: (request?: {
|
|
5543
|
+
headers?: {
|
|
5544
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5545
|
+
"x-access-token"?: string | undefined;
|
|
5546
|
+
} | undefined;
|
|
5547
|
+
} | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5548
|
+
headers?: Partial<{
|
|
5549
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5550
|
+
}> | undefined;
|
|
5551
|
+
} & {
|
|
5552
|
+
headers: {
|
|
5553
|
+
"x-access-token"?: string | undefined;
|
|
5554
|
+
} & Partial<{
|
|
5555
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5556
|
+
}>;
|
|
5557
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.IngressIngress[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5558
|
+
[x: string]: unknown;
|
|
5559
|
+
}, 404, "application/json">>>;
|
|
5560
|
+
/** List Ingresses belonging to a project. */
|
|
5561
|
+
ingressListForProject: (request: {
|
|
5562
|
+
projectId: string;
|
|
5544
5563
|
headers?: {
|
|
5545
5564
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5565
|
+
"x-access-token"?: string | undefined;
|
|
5546
5566
|
} | undefined;
|
|
5547
5567
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5548
5568
|
headers?: Partial<{
|
|
@@ -5550,31 +5570,30 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5550
5570
|
}> | undefined;
|
|
5551
5571
|
} & {
|
|
5552
5572
|
pathParameters: {
|
|
5553
|
-
|
|
5554
|
-
};
|
|
5555
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
5556
|
-
jsonSchemaAdminC?: {} | undefined;
|
|
5557
|
-
jsonSchemaOwnerC: {};
|
|
5558
|
-
}, 200, "application/json">>>;
|
|
5559
|
-
/** Get File Service Reference for a Screenshot of a domain. */
|
|
5560
|
-
getScreenshotForDomain: (request: {
|
|
5561
|
-
data: {
|
|
5562
|
-
domainName: string;
|
|
5563
|
-
path: string;
|
|
5573
|
+
projectId: string;
|
|
5564
5574
|
};
|
|
5565
|
-
|
|
5575
|
+
} & {
|
|
5576
|
+
headers: {
|
|
5577
|
+
"x-access-token"?: string | undefined;
|
|
5578
|
+
} & Partial<{
|
|
5579
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5580
|
+
}>;
|
|
5581
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.IngressIngress[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5582
|
+
[x: string]: unknown;
|
|
5583
|
+
}, 404, "application/json">>>;
|
|
5584
|
+
/** Update an Ingresses paths. */
|
|
5585
|
+
ingressPaths: (request: {
|
|
5586
|
+
data: import("./types.js").MittwaldAPIV2.Components.Schemas.IngressPath[];
|
|
5587
|
+
ingressId: string;
|
|
5566
5588
|
headers?: {
|
|
5567
5589
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5568
5590
|
"x-access-token"?: string | undefined;
|
|
5569
5591
|
} | undefined;
|
|
5570
5592
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5571
|
-
data:
|
|
5572
|
-
domainName: string;
|
|
5573
|
-
path: string;
|
|
5574
|
-
};
|
|
5593
|
+
data: import("./types.js").MittwaldAPIV2.Components.Schemas.IngressPath[];
|
|
5575
5594
|
} & {
|
|
5576
5595
|
pathParameters: {
|
|
5577
|
-
|
|
5596
|
+
ingressId: string;
|
|
5578
5597
|
};
|
|
5579
5598
|
} & {
|
|
5580
5599
|
headers?: Partial<{
|
|
@@ -5586,14 +5605,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5586
5605
|
} & Partial<{
|
|
5587
5606
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5588
5607
|
}>;
|
|
5589
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
5590
|
-
references?: string[] | undefined;
|
|
5591
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5608
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
5592
5609
|
[x: string]: unknown;
|
|
5593
5610
|
}, 404, "application/json">>>;
|
|
5594
|
-
/**
|
|
5595
|
-
|
|
5596
|
-
|
|
5611
|
+
/** Request ACME certificate issuance */
|
|
5612
|
+
ingressRequestAcmeCertificateIssuance: (request: {
|
|
5613
|
+
ingressId: string;
|
|
5597
5614
|
headers?: {
|
|
5598
5615
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5599
5616
|
"x-access-token"?: string | undefined;
|
|
@@ -5604,7 +5621,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5604
5621
|
}> | undefined;
|
|
5605
5622
|
} & {
|
|
5606
5623
|
pathParameters: {
|
|
5607
|
-
|
|
5624
|
+
ingressId: string;
|
|
5608
5625
|
};
|
|
5609
5626
|
} & {
|
|
5610
5627
|
headers: {
|
|
@@ -5612,33 +5629,41 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5612
5629
|
} & Partial<{
|
|
5613
5630
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5614
5631
|
}>;
|
|
5615
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
5616
|
-
domain: string;
|
|
5617
|
-
id: string;
|
|
5618
|
-
projectId: string;
|
|
5619
|
-
txtRecord: string;
|
|
5620
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5632
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
5621
5633
|
[x: string]: unknown;
|
|
5622
5634
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5623
5635
|
[x: string]: unknown;
|
|
5624
5636
|
}, 404, "application/json">>>;
|
|
5625
|
-
/**
|
|
5626
|
-
|
|
5627
|
-
|
|
5628
|
-
|
|
5629
|
-
|
|
5637
|
+
/** Update an Ingresses tls settings. */
|
|
5638
|
+
ingressTls: (request: {
|
|
5639
|
+
data: {
|
|
5640
|
+
acme: boolean;
|
|
5641
|
+
};
|
|
5642
|
+
ingressId: string;
|
|
5643
|
+
headers?: {
|
|
5644
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5645
|
+
"x-access-token"?: string | undefined;
|
|
5630
5646
|
} | undefined;
|
|
5647
|
+
} | {
|
|
5648
|
+
data: {
|
|
5649
|
+
certificateId: string;
|
|
5650
|
+
};
|
|
5651
|
+
ingressId: string;
|
|
5631
5652
|
headers?: {
|
|
5632
5653
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5633
5654
|
"x-access-token"?: string | undefined;
|
|
5634
5655
|
} | undefined;
|
|
5635
|
-
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5656
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<({
|
|
5636
5657
|
data: {
|
|
5637
|
-
|
|
5658
|
+
acme: boolean;
|
|
5638
5659
|
};
|
|
5639
|
-
}
|
|
5660
|
+
} | {
|
|
5661
|
+
data: {
|
|
5662
|
+
certificateId: string;
|
|
5663
|
+
};
|
|
5664
|
+
}) & {
|
|
5640
5665
|
pathParameters: {
|
|
5641
|
-
|
|
5666
|
+
ingressId: string;
|
|
5642
5667
|
};
|
|
5643
5668
|
} & {
|
|
5644
5669
|
headers?: Partial<{
|
|
@@ -5650,24 +5675,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5650
5675
|
} & Partial<{
|
|
5651
5676
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5652
5677
|
}>;
|
|
5653
|
-
}, import("@mittwald/api-client-commons").Response<{},
|
|
5654
|
-
[x: string]: unknown;
|
|
5655
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5678
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5656
5679
|
[x: string]: unknown;
|
|
5657
5680
|
}, 404, "application/json">>>;
|
|
5658
|
-
/**
|
|
5659
|
-
|
|
5660
|
-
|
|
5661
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5662
|
-
} | undefined;
|
|
5663
|
-
} | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5664
|
-
headers?: Partial<{
|
|
5665
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5666
|
-
}> | undefined;
|
|
5667
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainTopLevel[], 200, "application/json">>>;
|
|
5668
|
-
/** List all domain ownerships of a project. */
|
|
5669
|
-
listDomainOwnerships: (request: {
|
|
5670
|
-
projectId: string;
|
|
5681
|
+
/** Abort a declare process. */
|
|
5682
|
+
abortDeclareProcess: (request: {
|
|
5683
|
+
domainId: string;
|
|
5671
5684
|
headers?: {
|
|
5672
5685
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5673
5686
|
"x-access-token"?: string | undefined;
|
|
@@ -5678,7 +5691,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5678
5691
|
}> | undefined;
|
|
5679
5692
|
} & {
|
|
5680
5693
|
pathParameters: {
|
|
5681
|
-
|
|
5694
|
+
domainId: string;
|
|
5682
5695
|
};
|
|
5683
5696
|
} & {
|
|
5684
5697
|
headers: {
|
|
@@ -5686,21 +5699,16 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5686
5699
|
} & Partial<{
|
|
5687
5700
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5688
5701
|
}>;
|
|
5689
|
-
}, import("@mittwald/api-client-commons").Response<
|
|
5702
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
5690
5703
|
[x: string]: unknown;
|
|
5691
|
-
}, 400, "application/json"
|
|
5692
|
-
|
|
5693
|
-
|
|
5694
|
-
|
|
5704
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5705
|
+
[x: string]: unknown;
|
|
5706
|
+
}, 404, "application/json">>>;
|
|
5707
|
+
/** Get a HandleSchema. */
|
|
5708
|
+
getHandleFields: (request: {
|
|
5709
|
+
domainName: string;
|
|
5695
5710
|
headers?: {
|
|
5696
5711
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5697
|
-
"x-access-token"?: string | undefined;
|
|
5698
|
-
} | undefined;
|
|
5699
|
-
queryParameters?: {
|
|
5700
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5701
|
-
page?: number | undefined;
|
|
5702
|
-
limit?: number | undefined;
|
|
5703
|
-
domainSearchName?: string | undefined;
|
|
5704
5712
|
} | undefined;
|
|
5705
5713
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5706
5714
|
headers?: Partial<{
|
|
@@ -5708,27 +5716,45 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5708
5716
|
}> | undefined;
|
|
5709
5717
|
} & {
|
|
5710
5718
|
pathParameters: {
|
|
5711
|
-
|
|
5719
|
+
domainName: string;
|
|
5712
5720
|
};
|
|
5713
|
-
}
|
|
5714
|
-
|
|
5715
|
-
|
|
5716
|
-
|
|
5717
|
-
|
|
5718
|
-
|
|
5721
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
5722
|
+
jsonSchemaAdminC?: {} | undefined;
|
|
5723
|
+
jsonSchemaOwnerC: {};
|
|
5724
|
+
}, 200, "application/json">>>;
|
|
5725
|
+
/** List all supported top level domains. */
|
|
5726
|
+
getSupportedTlds: (request?: {
|
|
5727
|
+
headers?: {
|
|
5728
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5729
|
+
} | undefined;
|
|
5730
|
+
} | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5731
|
+
headers?: Partial<{
|
|
5719
5732
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5720
|
-
}
|
|
5733
|
+
}> | undefined;
|
|
5734
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainTopLevel[], 200, "application/json">>>;
|
|
5735
|
+
/** Check if a Domain is available to register. */
|
|
5736
|
+
checkDomainAvailability: (request: {
|
|
5737
|
+
data: {
|
|
5738
|
+
domain: string;
|
|
5739
|
+
};
|
|
5740
|
+
headers?: {
|
|
5741
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5742
|
+
} | undefined;
|
|
5743
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5744
|
+
data: {
|
|
5745
|
+
domain: string;
|
|
5746
|
+
};
|
|
5721
5747
|
} & {
|
|
5722
|
-
headers
|
|
5723
|
-
"x-access-token"?: string | undefined;
|
|
5724
|
-
} & Partial<{
|
|
5748
|
+
headers?: Partial<{
|
|
5725
5749
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5726
|
-
}
|
|
5727
|
-
}, import("@mittwald/api-client-commons").Response<
|
|
5750
|
+
}> | undefined;
|
|
5751
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
5752
|
+
available: boolean;
|
|
5753
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5728
5754
|
[x: string]: unknown;
|
|
5729
5755
|
}, 400, "application/json">>>;
|
|
5730
|
-
/**
|
|
5731
|
-
|
|
5756
|
+
/** Create an AuthCode for a Domains transfer out process. */
|
|
5757
|
+
createAuthcodeForDomain: (request: {
|
|
5732
5758
|
domainId: string;
|
|
5733
5759
|
data?: {
|
|
5734
5760
|
[x: string]: unknown;
|
|
@@ -5755,27 +5781,30 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5755
5781
|
} & Partial<{
|
|
5756
5782
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5757
5783
|
}>;
|
|
5758
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
5784
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
5785
|
+
authCode: string;
|
|
5786
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5759
5787
|
[x: string]: unknown;
|
|
5760
5788
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5761
5789
|
[x: string]: unknown;
|
|
5762
5790
|
}, 404, "application/json">>>;
|
|
5763
|
-
/** Create an
|
|
5764
|
-
|
|
5765
|
-
|
|
5766
|
-
|
|
5767
|
-
|
|
5768
|
-
|
|
5769
|
-
};
|
|
5791
|
+
/** Create an AuthCode2. */
|
|
5792
|
+
createAuthcode2ForDomain: (request: {
|
|
5793
|
+
domainId: string;
|
|
5794
|
+
data?: {
|
|
5795
|
+
[x: string]: unknown;
|
|
5796
|
+
} | undefined;
|
|
5770
5797
|
headers?: {
|
|
5771
5798
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5772
5799
|
"x-access-token"?: string | undefined;
|
|
5773
5800
|
} | undefined;
|
|
5774
5801
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5775
5802
|
data: {
|
|
5776
|
-
|
|
5777
|
-
|
|
5778
|
-
|
|
5803
|
+
[x: string]: unknown;
|
|
5804
|
+
};
|
|
5805
|
+
} & {
|
|
5806
|
+
pathParameters: {
|
|
5807
|
+
domainId: string;
|
|
5779
5808
|
};
|
|
5780
5809
|
} & {
|
|
5781
5810
|
headers?: Partial<{
|
|
@@ -5787,26 +5816,33 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5787
5816
|
} & Partial<{
|
|
5788
5817
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5789
5818
|
}>;
|
|
5790
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
5791
|
-
|
|
5792
|
-
},
|
|
5819
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
5820
|
+
[x: string]: unknown;
|
|
5821
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5793
5822
|
[x: string]: unknown;
|
|
5794
5823
|
}, 404, "application/json">>>;
|
|
5795
|
-
/**
|
|
5796
|
-
|
|
5797
|
-
|
|
5824
|
+
/** Update an AuthCode. */
|
|
5825
|
+
declareProcessChangeAuthcode: (request: {
|
|
5826
|
+
data: {
|
|
5827
|
+
authCode: string;
|
|
5828
|
+
};
|
|
5829
|
+
domainId: string;
|
|
5798
5830
|
headers?: {
|
|
5799
5831
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5800
5832
|
"x-access-token"?: string | undefined;
|
|
5801
5833
|
} | undefined;
|
|
5802
5834
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5803
|
-
|
|
5804
|
-
|
|
5805
|
-
}
|
|
5835
|
+
data: {
|
|
5836
|
+
authCode: string;
|
|
5837
|
+
};
|
|
5806
5838
|
} & {
|
|
5807
5839
|
pathParameters: {
|
|
5808
|
-
|
|
5840
|
+
domainId: string;
|
|
5809
5841
|
};
|
|
5842
|
+
} & {
|
|
5843
|
+
headers?: Partial<{
|
|
5844
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5845
|
+
}> | undefined;
|
|
5810
5846
|
} & {
|
|
5811
5847
|
headers: {
|
|
5812
5848
|
"x-access-token"?: string | undefined;
|
|
@@ -5814,51 +5850,31 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5814
5850
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5815
5851
|
}>;
|
|
5816
5852
|
}, import("@mittwald/api-client-commons").Response<{
|
|
5817
|
-
|
|
5818
|
-
hostname: string;
|
|
5819
|
-
id: string;
|
|
5820
|
-
ips: {
|
|
5821
|
-
v4: string[];
|
|
5822
|
-
};
|
|
5823
|
-
isDefault: boolean;
|
|
5824
|
-
isEnabled: boolean;
|
|
5825
|
-
paths: import("./types.js").MittwaldAPIV2.Components.Schemas.IngressPath[];
|
|
5826
|
-
projectId: string;
|
|
5827
|
-
tls: import("./types.js").MittwaldAPIV2.Components.Schemas.IngressTlsAcme | import("./types.js").MittwaldAPIV2.Components.Schemas.IngressTlsCertificate;
|
|
5853
|
+
[x: string]: unknown;
|
|
5828
5854
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5829
5855
|
[x: string]: unknown;
|
|
5856
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5857
|
+
[x: string]: unknown;
|
|
5830
5858
|
}, 404, "application/json">>>;
|
|
5831
|
-
/**
|
|
5832
|
-
|
|
5833
|
-
|
|
5859
|
+
/** Update a Domain's OwnerC handle. */
|
|
5860
|
+
declareProcessChangeHandles: (request: {
|
|
5861
|
+
data: {
|
|
5862
|
+
ownerC: [import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleField, ...import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleField[]];
|
|
5863
|
+
};
|
|
5864
|
+
domainId: string;
|
|
5834
5865
|
headers?: {
|
|
5835
5866
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5836
5867
|
"x-access-token"?: string | undefined;
|
|
5837
5868
|
} | undefined;
|
|
5838
5869
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5839
|
-
|
|
5840
|
-
|
|
5841
|
-
}
|
|
5870
|
+
data: {
|
|
5871
|
+
ownerC: [import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleField, ...import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleField[]];
|
|
5872
|
+
};
|
|
5842
5873
|
} & {
|
|
5843
5874
|
pathParameters: {
|
|
5844
|
-
|
|
5875
|
+
domainId: string;
|
|
5845
5876
|
};
|
|
5846
5877
|
} & {
|
|
5847
|
-
headers: {
|
|
5848
|
-
"x-access-token"?: string | undefined;
|
|
5849
|
-
} & Partial<{
|
|
5850
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5851
|
-
}>;
|
|
5852
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
5853
|
-
[x: string]: unknown;
|
|
5854
|
-
}, 404, "application/json">>>;
|
|
5855
|
-
/** List Ingresses the user has access to. */
|
|
5856
|
-
ingressListAccessible: (request?: {
|
|
5857
|
-
headers?: {
|
|
5858
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5859
|
-
"x-access-token"?: string | undefined;
|
|
5860
|
-
} | undefined;
|
|
5861
|
-
} | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5862
5878
|
headers?: Partial<{
|
|
5863
5879
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5864
5880
|
}> | undefined;
|
|
@@ -5868,46 +5884,30 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5868
5884
|
} & Partial<{
|
|
5869
5885
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5870
5886
|
}>;
|
|
5871
|
-
}, import("@mittwald/api-client-commons").Response<
|
|
5887
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
5872
5888
|
[x: string]: unknown;
|
|
5873
|
-
},
|
|
5874
|
-
|
|
5875
|
-
|
|
5876
|
-
projectId: string;
|
|
5877
|
-
headers?: {
|
|
5878
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5879
|
-
"x-access-token"?: string | undefined;
|
|
5880
|
-
} | undefined;
|
|
5881
|
-
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5882
|
-
headers?: Partial<{
|
|
5883
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5884
|
-
}> | undefined;
|
|
5885
|
-
} & {
|
|
5886
|
-
pathParameters: {
|
|
5887
|
-
projectId: string;
|
|
5888
|
-
};
|
|
5889
|
-
} & {
|
|
5890
|
-
headers: {
|
|
5891
|
-
"x-access-token"?: string | undefined;
|
|
5892
|
-
} & Partial<{
|
|
5893
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5894
|
-
}>;
|
|
5895
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.IngressIngress[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5889
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5890
|
+
[x: string]: unknown;
|
|
5891
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5896
5892
|
[x: string]: unknown;
|
|
5897
5893
|
}, 404, "application/json">>>;
|
|
5898
|
-
/**
|
|
5899
|
-
|
|
5900
|
-
data:
|
|
5901
|
-
|
|
5894
|
+
/** Change the owner contact of a domain. */
|
|
5895
|
+
changeOwnercOfDomain: (request: {
|
|
5896
|
+
data: {
|
|
5897
|
+
ownerC: [import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleField, ...import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleField[]];
|
|
5898
|
+
};
|
|
5899
|
+
domainId: string;
|
|
5902
5900
|
headers?: {
|
|
5903
5901
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5904
5902
|
"x-access-token"?: string | undefined;
|
|
5905
5903
|
} | undefined;
|
|
5906
5904
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5907
|
-
data:
|
|
5905
|
+
data: {
|
|
5906
|
+
ownerC: [import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleField, ...import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleField[]];
|
|
5907
|
+
};
|
|
5908
5908
|
} & {
|
|
5909
5909
|
pathParameters: {
|
|
5910
|
-
|
|
5910
|
+
domainId: string;
|
|
5911
5911
|
};
|
|
5912
5912
|
} & {
|
|
5913
5913
|
headers?: Partial<{
|
|
@@ -5919,65 +5919,63 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5919
5919
|
} & Partial<{
|
|
5920
5920
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5921
5921
|
}>;
|
|
5922
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
5922
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
5923
|
+
[x: string]: unknown;
|
|
5924
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5925
|
+
[x: string]: unknown;
|
|
5926
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5923
5927
|
[x: string]: unknown;
|
|
5924
5928
|
}, 404, "application/json">>>;
|
|
5925
|
-
/**
|
|
5926
|
-
|
|
5927
|
-
|
|
5929
|
+
/** Change the Project relation of a Domain. */
|
|
5930
|
+
changeProjectOfDomain: (request: {
|
|
5931
|
+
domainId: string;
|
|
5932
|
+
data?: {
|
|
5933
|
+
projectId?: string | undefined;
|
|
5934
|
+
} | undefined;
|
|
5928
5935
|
headers?: {
|
|
5929
5936
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5930
5937
|
"x-access-token"?: string | undefined;
|
|
5931
5938
|
} | undefined;
|
|
5932
5939
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5933
|
-
|
|
5934
|
-
|
|
5935
|
-
}
|
|
5940
|
+
data: {
|
|
5941
|
+
projectId?: string | undefined;
|
|
5942
|
+
};
|
|
5936
5943
|
} & {
|
|
5937
5944
|
pathParameters: {
|
|
5938
|
-
|
|
5945
|
+
domainId: string;
|
|
5939
5946
|
};
|
|
5947
|
+
} & {
|
|
5948
|
+
headers?: Partial<{
|
|
5949
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5950
|
+
}> | undefined;
|
|
5940
5951
|
} & {
|
|
5941
5952
|
headers: {
|
|
5942
5953
|
"x-access-token"?: string | undefined;
|
|
5943
5954
|
} & Partial<{
|
|
5944
5955
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5945
5956
|
}>;
|
|
5946
|
-
}, import("@mittwald/api-client-commons").Response<{},
|
|
5957
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
5947
5958
|
[x: string]: unknown;
|
|
5948
5959
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5949
5960
|
[x: string]: unknown;
|
|
5950
5961
|
}, 404, "application/json">>>;
|
|
5951
|
-
/**
|
|
5952
|
-
|
|
5953
|
-
|
|
5954
|
-
|
|
5955
|
-
|
|
5956
|
-
ingressId: string;
|
|
5957
|
-
headers?: {
|
|
5958
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5959
|
-
"x-access-token"?: string | undefined;
|
|
5962
|
+
/** Change all nameservers of a Domain. */
|
|
5963
|
+
declareNameservers: (request: {
|
|
5964
|
+
domainId: string;
|
|
5965
|
+
data?: {
|
|
5966
|
+
nameservers?: [string, string, ...string[]] | undefined;
|
|
5960
5967
|
} | undefined;
|
|
5961
|
-
} | {
|
|
5962
|
-
data: {
|
|
5963
|
-
certificateId: string;
|
|
5964
|
-
};
|
|
5965
|
-
ingressId: string;
|
|
5966
5968
|
headers?: {
|
|
5967
5969
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5968
5970
|
"x-access-token"?: string | undefined;
|
|
5969
5971
|
} | undefined;
|
|
5970
|
-
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<
|
|
5971
|
-
data: {
|
|
5972
|
-
acme: boolean;
|
|
5973
|
-
};
|
|
5974
|
-
} | {
|
|
5972
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5975
5973
|
data: {
|
|
5976
|
-
|
|
5974
|
+
nameservers?: [string, string, ...string[]] | undefined;
|
|
5977
5975
|
};
|
|
5978
|
-
}
|
|
5976
|
+
} & {
|
|
5979
5977
|
pathParameters: {
|
|
5980
|
-
|
|
5978
|
+
domainId: string;
|
|
5981
5979
|
};
|
|
5982
5980
|
} & {
|
|
5983
5981
|
headers?: Partial<{
|
|
@@ -5989,7 +5987,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5989
5987
|
} & Partial<{
|
|
5990
5988
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5991
5989
|
}>;
|
|
5992
|
-
}, import("@mittwald/api-client-commons").Response<{},
|
|
5990
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
5991
|
+
[x: string]: unknown;
|
|
5992
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5993
5993
|
[x: string]: unknown;
|
|
5994
5994
|
}, 404, "application/json">>>;
|
|
5995
5995
|
};
|
|
@@ -6152,8 +6152,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6152
6152
|
};
|
|
6153
6153
|
/** The mail API allows you to manage your mail accounts. */
|
|
6154
6154
|
readonly mail: {
|
|
6155
|
-
/**
|
|
6156
|
-
|
|
6155
|
+
/** List DeliveryBoxes belonging to a Project. */
|
|
6156
|
+
listDeliveryBoxes: (request: {
|
|
6157
6157
|
projectId: string;
|
|
6158
6158
|
headers?: {
|
|
6159
6159
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -6173,9 +6173,19 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6173
6173
|
} & Partial<{
|
|
6174
6174
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6175
6175
|
}>;
|
|
6176
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MailDeliverybox[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6177
|
-
|
|
6178
|
-
|
|
6176
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MailDeliverybox[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6177
|
+
[x: string]: unknown;
|
|
6178
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6179
|
+
[x: string]: unknown;
|
|
6180
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6181
|
+
[x: string]: unknown;
|
|
6182
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6183
|
+
[x: string]: unknown;
|
|
6184
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6185
|
+
[x: string]: unknown;
|
|
6186
|
+
}, 503, "application/json">>>;
|
|
6187
|
+
/** Create a DeliveryBox. */
|
|
6188
|
+
createDeliverybox: (request: {
|
|
6179
6189
|
data: {
|
|
6180
6190
|
description: string;
|
|
6181
6191
|
password: string;
|
|
@@ -6204,12 +6214,22 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6204
6214
|
} & Partial<{
|
|
6205
6215
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6206
6216
|
}>;
|
|
6207
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
6208
|
-
id: string;
|
|
6209
|
-
}, 201, "application/json">>>;
|
|
6210
|
-
/** Get a specific deliverybox */
|
|
6211
|
-
deliveryboxGetSpecific: (request: {
|
|
6217
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6212
6218
|
id: string;
|
|
6219
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6220
|
+
[x: string]: unknown;
|
|
6221
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6222
|
+
[x: string]: unknown;
|
|
6223
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6224
|
+
[x: string]: unknown;
|
|
6225
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6226
|
+
[x: string]: unknown;
|
|
6227
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6228
|
+
[x: string]: unknown;
|
|
6229
|
+
}, 503, "application/json">>>;
|
|
6230
|
+
/** List MailAddresses belonging to a Project. */
|
|
6231
|
+
listMailAddresses: (request: {
|
|
6232
|
+
projectId: string;
|
|
6213
6233
|
headers?: {
|
|
6214
6234
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6215
6235
|
"x-access-token"?: string | undefined;
|
|
@@ -6220,7 +6240,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6220
6240
|
}> | undefined;
|
|
6221
6241
|
} & {
|
|
6222
6242
|
pathParameters: {
|
|
6223
|
-
|
|
6243
|
+
projectId: string;
|
|
6224
6244
|
};
|
|
6225
6245
|
} & {
|
|
6226
6246
|
headers: {
|
|
@@ -6228,55 +6248,61 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6228
6248
|
} & Partial<{
|
|
6229
6249
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6230
6250
|
}>;
|
|
6231
|
-
}, import("@mittwald/api-client-commons").Response<
|
|
6232
|
-
|
|
6233
|
-
|
|
6234
|
-
|
|
6235
|
-
|
|
6236
|
-
|
|
6251
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MailMailAddress[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6252
|
+
[x: string]: unknown;
|
|
6253
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6254
|
+
[x: string]: unknown;
|
|
6255
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6256
|
+
[x: string]: unknown;
|
|
6257
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6258
|
+
[x: string]: unknown;
|
|
6259
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6260
|
+
[x: string]: unknown;
|
|
6261
|
+
}, 503, "application/json">>>;
|
|
6262
|
+
/** Create a MailAddress. */
|
|
6263
|
+
createMailAddress: (request: {
|
|
6264
|
+
data: {
|
|
6265
|
+
address: string;
|
|
6266
|
+
forwardAddresses: string[];
|
|
6267
|
+
};
|
|
6237
6268
|
projectId: string;
|
|
6238
|
-
sendingEnabled: boolean;
|
|
6239
|
-
updatedAt: string;
|
|
6240
|
-
}, 200, "application/json">>>;
|
|
6241
|
-
/** Delete a specific deliverybox */
|
|
6242
|
-
deliveryboxDelete: (request: {
|
|
6243
|
-
id: string;
|
|
6244
6269
|
headers?: {
|
|
6245
6270
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6246
6271
|
"x-access-token"?: string | undefined;
|
|
6247
6272
|
} | undefined;
|
|
6248
|
-
}
|
|
6249
|
-
headers?: Partial<{
|
|
6250
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6251
|
-
}> | undefined;
|
|
6252
|
-
} & {
|
|
6253
|
-
pathParameters: {
|
|
6254
|
-
id: string;
|
|
6255
|
-
};
|
|
6256
|
-
} & {
|
|
6257
|
-
headers: {
|
|
6258
|
-
"x-access-token"?: string | undefined;
|
|
6259
|
-
} & Partial<{
|
|
6260
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6261
|
-
}>;
|
|
6262
|
-
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{}, 403, "empty"> | import("@mittwald/api-client-commons").Response<{}, 404, "empty"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{}, 503, "empty">>>;
|
|
6263
|
-
/** Update the description of an deliverybox */
|
|
6264
|
-
deliveryboxUpdateDescription: (request: {
|
|
6273
|
+
} | {
|
|
6265
6274
|
data: {
|
|
6266
|
-
|
|
6275
|
+
address: string;
|
|
6276
|
+
isCatchAll: boolean;
|
|
6277
|
+
mailbox: {
|
|
6278
|
+
enableSpamProtection: boolean;
|
|
6279
|
+
password: string;
|
|
6280
|
+
quotaInBytes: number;
|
|
6281
|
+
};
|
|
6267
6282
|
};
|
|
6268
|
-
|
|
6283
|
+
projectId: string;
|
|
6269
6284
|
headers?: {
|
|
6270
6285
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6271
6286
|
"x-access-token"?: string | undefined;
|
|
6272
6287
|
} | undefined;
|
|
6273
|
-
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6288
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<({
|
|
6274
6289
|
data: {
|
|
6275
|
-
|
|
6290
|
+
address: string;
|
|
6291
|
+
forwardAddresses: string[];
|
|
6276
6292
|
};
|
|
6277
|
-
}
|
|
6293
|
+
} | {
|
|
6294
|
+
data: {
|
|
6295
|
+
address: string;
|
|
6296
|
+
isCatchAll: boolean;
|
|
6297
|
+
mailbox: {
|
|
6298
|
+
enableSpamProtection: boolean;
|
|
6299
|
+
password: string;
|
|
6300
|
+
quotaInBytes: number;
|
|
6301
|
+
};
|
|
6302
|
+
};
|
|
6303
|
+
}) & {
|
|
6278
6304
|
pathParameters: {
|
|
6279
|
-
|
|
6305
|
+
projectId: string;
|
|
6280
6306
|
};
|
|
6281
6307
|
} & {
|
|
6282
6308
|
headers?: Partial<{
|
|
@@ -6288,39 +6314,95 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6288
6314
|
} & Partial<{
|
|
6289
6315
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6290
6316
|
}>;
|
|
6291
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
6292
|
-
/** Update the password for a specific deliverybox */
|
|
6293
|
-
deliveryboxUpdatePassword: (request: {
|
|
6294
|
-
data: {
|
|
6295
|
-
password: string;
|
|
6296
|
-
};
|
|
6317
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6297
6318
|
id: string;
|
|
6319
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6320
|
+
[x: string]: unknown;
|
|
6321
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6322
|
+
[x: string]: unknown;
|
|
6323
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6324
|
+
[x: string]: unknown;
|
|
6325
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6326
|
+
[x: string]: unknown;
|
|
6327
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6328
|
+
[x: string]: unknown;
|
|
6329
|
+
}, 503, "application/json">>>;
|
|
6330
|
+
/** Get a DeliveryBox. */
|
|
6331
|
+
getDeliveryBox: (request: {
|
|
6332
|
+
deliveryBoxId: string;
|
|
6298
6333
|
headers?: {
|
|
6299
6334
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6300
6335
|
"x-access-token"?: string | undefined;
|
|
6301
6336
|
} | undefined;
|
|
6302
6337
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6303
|
-
|
|
6304
|
-
|
|
6305
|
-
};
|
|
6338
|
+
headers?: Partial<{
|
|
6339
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6340
|
+
}> | undefined;
|
|
6306
6341
|
} & {
|
|
6307
6342
|
pathParameters: {
|
|
6308
|
-
|
|
6343
|
+
deliveryBoxId: string;
|
|
6309
6344
|
};
|
|
6310
6345
|
} & {
|
|
6346
|
+
headers: {
|
|
6347
|
+
"x-access-token"?: string | undefined;
|
|
6348
|
+
} & Partial<{
|
|
6349
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6350
|
+
}>;
|
|
6351
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6352
|
+
authenticationEnabled: boolean;
|
|
6353
|
+
description: string;
|
|
6354
|
+
id: string;
|
|
6355
|
+
name: string;
|
|
6356
|
+
passwordUpdatedAt: string;
|
|
6357
|
+
projectId: string;
|
|
6358
|
+
sendingEnabled: boolean;
|
|
6359
|
+
updatedAt: string;
|
|
6360
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6361
|
+
[x: string]: unknown;
|
|
6362
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6363
|
+
[x: string]: unknown;
|
|
6364
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6365
|
+
[x: string]: unknown;
|
|
6366
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6367
|
+
[x: string]: unknown;
|
|
6368
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6369
|
+
[x: string]: unknown;
|
|
6370
|
+
}, 503, "application/json">>>;
|
|
6371
|
+
/** Delete a DeliveryBox. */
|
|
6372
|
+
deleteDeliveryBox: (request: {
|
|
6373
|
+
deliveryBoxId: string;
|
|
6374
|
+
headers?: {
|
|
6375
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6376
|
+
"x-access-token"?: string | undefined;
|
|
6377
|
+
} | undefined;
|
|
6378
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6311
6379
|
headers?: Partial<{
|
|
6312
6380
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6313
6381
|
}> | undefined;
|
|
6382
|
+
} & {
|
|
6383
|
+
pathParameters: {
|
|
6384
|
+
deliveryBoxId: string;
|
|
6385
|
+
};
|
|
6314
6386
|
} & {
|
|
6315
6387
|
headers: {
|
|
6316
6388
|
"x-access-token"?: string | undefined;
|
|
6317
6389
|
} & Partial<{
|
|
6318
6390
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6319
6391
|
}>;
|
|
6320
|
-
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6321
|
-
|
|
6322
|
-
|
|
6323
|
-
|
|
6392
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6393
|
+
[x: string]: unknown;
|
|
6394
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6395
|
+
[x: string]: unknown;
|
|
6396
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6397
|
+
[x: string]: unknown;
|
|
6398
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6399
|
+
[x: string]: unknown;
|
|
6400
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6401
|
+
[x: string]: unknown;
|
|
6402
|
+
}, 503, "application/json">>>;
|
|
6403
|
+
/** Get a MailAddress. */
|
|
6404
|
+
getMailAddress: (request: {
|
|
6405
|
+
mailAddressId: string;
|
|
6324
6406
|
headers?: {
|
|
6325
6407
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6326
6408
|
"x-access-token"?: string | undefined;
|
|
@@ -6331,7 +6413,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6331
6413
|
}> | undefined;
|
|
6332
6414
|
} & {
|
|
6333
6415
|
pathParameters: {
|
|
6334
|
-
|
|
6416
|
+
mailAddressId: string;
|
|
6335
6417
|
};
|
|
6336
6418
|
} & {
|
|
6337
6419
|
headers: {
|
|
@@ -6339,149 +6421,201 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6339
6421
|
} & Partial<{
|
|
6340
6422
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6341
6423
|
}>;
|
|
6342
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
6343
|
-
|
|
6344
|
-
|
|
6345
|
-
|
|
6346
|
-
|
|
6347
|
-
|
|
6424
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6425
|
+
address: string;
|
|
6426
|
+
autoResponder: {
|
|
6427
|
+
active: boolean;
|
|
6428
|
+
expiresAt?: string | undefined;
|
|
6429
|
+
message: string;
|
|
6430
|
+
startsAt?: string | undefined;
|
|
6348
6431
|
};
|
|
6432
|
+
forwardAddresses: string[];
|
|
6433
|
+
id: string;
|
|
6434
|
+
isArchived: boolean;
|
|
6435
|
+
isCatchAll: boolean;
|
|
6436
|
+
mailbox?: {
|
|
6437
|
+
passwordUpdatedAt: string;
|
|
6438
|
+
sendingEnabled: boolean;
|
|
6439
|
+
spamProtection: {
|
|
6440
|
+
active: boolean;
|
|
6441
|
+
autoDeleteSpam: boolean;
|
|
6442
|
+
folder: "spam" | "inbox";
|
|
6443
|
+
relocationMinSpamScore: number;
|
|
6444
|
+
};
|
|
6445
|
+
storageInBytes: {
|
|
6446
|
+
current: {
|
|
6447
|
+
updatedAt: string;
|
|
6448
|
+
value: number;
|
|
6449
|
+
};
|
|
6450
|
+
limit: number;
|
|
6451
|
+
};
|
|
6452
|
+
} | undefined;
|
|
6349
6453
|
projectId: string;
|
|
6454
|
+
receivingDisabled: boolean;
|
|
6455
|
+
updatedAt: string;
|
|
6456
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6457
|
+
[x: string]: unknown;
|
|
6458
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6459
|
+
[x: string]: unknown;
|
|
6460
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6461
|
+
[x: string]: unknown;
|
|
6462
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6463
|
+
[x: string]: unknown;
|
|
6464
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6465
|
+
[x: string]: unknown;
|
|
6466
|
+
}, 503, "application/json">>>;
|
|
6467
|
+
/** Delete a MailAddress. */
|
|
6468
|
+
deleteMailAddress: (request: {
|
|
6469
|
+
mailAddressId: string;
|
|
6350
6470
|
headers?: {
|
|
6351
6471
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6352
6472
|
"x-access-token"?: string | undefined;
|
|
6353
6473
|
} | undefined;
|
|
6354
|
-
}
|
|
6355
|
-
|
|
6356
|
-
|
|
6357
|
-
|
|
6358
|
-
|
|
6359
|
-
|
|
6360
|
-
|
|
6361
|
-
quotaInBytes: number;
|
|
6362
|
-
};
|
|
6474
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6475
|
+
headers?: Partial<{
|
|
6476
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6477
|
+
}> | undefined;
|
|
6478
|
+
} & {
|
|
6479
|
+
pathParameters: {
|
|
6480
|
+
mailAddressId: string;
|
|
6363
6481
|
};
|
|
6482
|
+
} & {
|
|
6483
|
+
headers: {
|
|
6484
|
+
"x-access-token"?: string | undefined;
|
|
6485
|
+
} & Partial<{
|
|
6486
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6487
|
+
}>;
|
|
6488
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6489
|
+
[x: string]: unknown;
|
|
6490
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6491
|
+
[x: string]: unknown;
|
|
6492
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6493
|
+
[x: string]: unknown;
|
|
6494
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6495
|
+
[x: string]: unknown;
|
|
6496
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6497
|
+
[x: string]: unknown;
|
|
6498
|
+
}, 503, "application/json">>>;
|
|
6499
|
+
/** List mail settings of a Project. */
|
|
6500
|
+
listProjectMailSettings: (request: {
|
|
6364
6501
|
projectId: string;
|
|
6365
6502
|
headers?: {
|
|
6366
6503
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6367
6504
|
"x-access-token"?: string | undefined;
|
|
6368
6505
|
} | undefined;
|
|
6369
|
-
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<
|
|
6370
|
-
data: {
|
|
6371
|
-
address: string;
|
|
6372
|
-
forwardAddresses: string[];
|
|
6373
|
-
};
|
|
6374
|
-
} | {
|
|
6375
|
-
data: {
|
|
6376
|
-
address: string;
|
|
6377
|
-
isCatchAll: boolean;
|
|
6378
|
-
mailbox: {
|
|
6379
|
-
enableSpamProtection: boolean;
|
|
6380
|
-
password: string;
|
|
6381
|
-
quotaInBytes: number;
|
|
6382
|
-
};
|
|
6383
|
-
};
|
|
6384
|
-
}) & {
|
|
6385
|
-
pathParameters: {
|
|
6386
|
-
projectId: string;
|
|
6387
|
-
};
|
|
6388
|
-
} & {
|
|
6506
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6389
6507
|
headers?: Partial<{
|
|
6390
6508
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6391
6509
|
}> | undefined;
|
|
6510
|
+
} & {
|
|
6511
|
+
pathParameters: {
|
|
6512
|
+
projectId: string;
|
|
6513
|
+
};
|
|
6392
6514
|
} & {
|
|
6393
6515
|
headers: {
|
|
6394
6516
|
"x-access-token"?: string | undefined;
|
|
6395
6517
|
} & Partial<{
|
|
6396
6518
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6397
6519
|
}>;
|
|
6398
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
6399
|
-
|
|
6400
|
-
|
|
6520
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6521
|
+
blacklist: string[];
|
|
6522
|
+
projectId: string;
|
|
6523
|
+
whitelist: string[];
|
|
6524
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6401
6525
|
[x: string]: unknown;
|
|
6402
|
-
}, 400, "application/json"
|
|
6403
|
-
|
|
6404
|
-
|
|
6405
|
-
|
|
6526
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6527
|
+
[x: string]: unknown;
|
|
6528
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6529
|
+
[x: string]: unknown;
|
|
6530
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6531
|
+
[x: string]: unknown;
|
|
6532
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6533
|
+
[x: string]: unknown;
|
|
6534
|
+
}, 503, "application/json">>>;
|
|
6535
|
+
/** Update the description of a DeliveryBox. */
|
|
6536
|
+
updateDeliveryBoxDescription: (request: {
|
|
6537
|
+
data: {
|
|
6538
|
+
description: string;
|
|
6539
|
+
};
|
|
6540
|
+
deliveryBoxId: string;
|
|
6406
6541
|
headers?: {
|
|
6407
6542
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6408
6543
|
"x-access-token"?: string | undefined;
|
|
6409
6544
|
} | undefined;
|
|
6410
6545
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6411
|
-
|
|
6412
|
-
|
|
6413
|
-
}
|
|
6546
|
+
data: {
|
|
6547
|
+
description: string;
|
|
6548
|
+
};
|
|
6414
6549
|
} & {
|
|
6415
6550
|
pathParameters: {
|
|
6416
|
-
|
|
6551
|
+
deliveryBoxId: string;
|
|
6417
6552
|
};
|
|
6553
|
+
} & {
|
|
6554
|
+
headers?: Partial<{
|
|
6555
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6556
|
+
}> | undefined;
|
|
6418
6557
|
} & {
|
|
6419
6558
|
headers: {
|
|
6420
6559
|
"x-access-token"?: string | undefined;
|
|
6421
6560
|
} & Partial<{
|
|
6422
6561
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6423
6562
|
}>;
|
|
6424
|
-
}, import("@mittwald/api-client-commons").Response<{},
|
|
6425
|
-
|
|
6426
|
-
|
|
6427
|
-
|
|
6428
|
-
|
|
6429
|
-
|
|
6430
|
-
|
|
6563
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6564
|
+
[x: string]: unknown;
|
|
6565
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6566
|
+
[x: string]: unknown;
|
|
6567
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6568
|
+
[x: string]: unknown;
|
|
6569
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6570
|
+
[x: string]: unknown;
|
|
6571
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6572
|
+
[x: string]: unknown;
|
|
6573
|
+
}, 503, "application/json">>>;
|
|
6574
|
+
/** Update the password of a DeliveryBox. */
|
|
6575
|
+
updateDeliveryBoxPassword: (request: {
|
|
6576
|
+
data: {
|
|
6577
|
+
password: string;
|
|
6431
6578
|
};
|
|
6432
|
-
|
|
6433
|
-
id: string;
|
|
6434
|
-
isArchived: boolean;
|
|
6435
|
-
isCatchAll: boolean;
|
|
6436
|
-
mailbox?: {
|
|
6437
|
-
passwordUpdatedAt: string;
|
|
6438
|
-
sendingEnabled: boolean;
|
|
6439
|
-
spamProtection: {
|
|
6440
|
-
active: boolean;
|
|
6441
|
-
autoDeleteSpam: boolean;
|
|
6442
|
-
folder: "spam" | "inbox";
|
|
6443
|
-
relocationMinSpamScore: number;
|
|
6444
|
-
};
|
|
6445
|
-
storageInBytes: {
|
|
6446
|
-
current: {
|
|
6447
|
-
updatedAt: string;
|
|
6448
|
-
value: number;
|
|
6449
|
-
};
|
|
6450
|
-
limit: number;
|
|
6451
|
-
};
|
|
6452
|
-
} | undefined;
|
|
6453
|
-
projectId: string;
|
|
6454
|
-
receivingDisabled: boolean;
|
|
6455
|
-
updatedAt: string;
|
|
6456
|
-
}, 200, "application/json">>>;
|
|
6457
|
-
/** Delete a specific mail address */
|
|
6458
|
-
mailaddressDelete: (request: {
|
|
6459
|
-
id: string;
|
|
6579
|
+
deliveryBoxId: string;
|
|
6460
6580
|
headers?: {
|
|
6461
6581
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6462
6582
|
"x-access-token"?: string | undefined;
|
|
6463
6583
|
} | undefined;
|
|
6464
6584
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6465
|
-
|
|
6466
|
-
|
|
6467
|
-
}
|
|
6585
|
+
data: {
|
|
6586
|
+
password: string;
|
|
6587
|
+
};
|
|
6468
6588
|
} & {
|
|
6469
6589
|
pathParameters: {
|
|
6470
|
-
|
|
6590
|
+
deliveryBoxId: string;
|
|
6471
6591
|
};
|
|
6592
|
+
} & {
|
|
6593
|
+
headers?: Partial<{
|
|
6594
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6595
|
+
}> | undefined;
|
|
6472
6596
|
} & {
|
|
6473
6597
|
headers: {
|
|
6474
6598
|
"x-access-token"?: string | undefined;
|
|
6475
6599
|
} & Partial<{
|
|
6476
6600
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6477
6601
|
}>;
|
|
6478
|
-
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6479
|
-
|
|
6480
|
-
|
|
6602
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6603
|
+
[x: string]: unknown;
|
|
6604
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6605
|
+
[x: string]: unknown;
|
|
6606
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6607
|
+
[x: string]: unknown;
|
|
6608
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6609
|
+
[x: string]: unknown;
|
|
6610
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6611
|
+
[x: string]: unknown;
|
|
6612
|
+
}, 503, "application/json">>>;
|
|
6613
|
+
/** Update a MailAddress. */
|
|
6614
|
+
updateMailAddressAddress: (request: {
|
|
6481
6615
|
data: {
|
|
6482
6616
|
address: string;
|
|
6483
6617
|
};
|
|
6484
|
-
|
|
6618
|
+
mailAddressId: string;
|
|
6485
6619
|
headers?: {
|
|
6486
6620
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6487
6621
|
"x-access-token"?: string | undefined;
|
|
@@ -6492,7 +6626,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6492
6626
|
};
|
|
6493
6627
|
} & {
|
|
6494
6628
|
pathParameters: {
|
|
6495
|
-
|
|
6629
|
+
mailAddressId: string;
|
|
6496
6630
|
};
|
|
6497
6631
|
} & {
|
|
6498
6632
|
headers?: Partial<{
|
|
@@ -6504,9 +6638,19 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6504
6638
|
} & Partial<{
|
|
6505
6639
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6506
6640
|
}>;
|
|
6507
|
-
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6508
|
-
|
|
6509
|
-
|
|
6641
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6642
|
+
[x: string]: unknown;
|
|
6643
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6644
|
+
[x: string]: unknown;
|
|
6645
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6646
|
+
[x: string]: unknown;
|
|
6647
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6648
|
+
[x: string]: unknown;
|
|
6649
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6650
|
+
[x: string]: unknown;
|
|
6651
|
+
}, 503, "application/json">>>;
|
|
6652
|
+
/** Update the autoresponder of a MailAddress. */
|
|
6653
|
+
updateMailAddressAutoresponder: (request: {
|
|
6510
6654
|
data: {
|
|
6511
6655
|
autoResponder: {
|
|
6512
6656
|
active: boolean;
|
|
@@ -6515,7 +6659,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6515
6659
|
startsAt?: string | undefined;
|
|
6516
6660
|
};
|
|
6517
6661
|
};
|
|
6518
|
-
|
|
6662
|
+
mailAddressId: string;
|
|
6519
6663
|
headers?: {
|
|
6520
6664
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6521
6665
|
"x-access-token"?: string | undefined;
|
|
@@ -6531,7 +6675,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6531
6675
|
};
|
|
6532
6676
|
} & {
|
|
6533
6677
|
pathParameters: {
|
|
6534
|
-
|
|
6678
|
+
mailAddressId: string;
|
|
6535
6679
|
};
|
|
6536
6680
|
} & {
|
|
6537
6681
|
headers?: Partial<{
|
|
@@ -6543,13 +6687,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6543
6687
|
} & Partial<{
|
|
6544
6688
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6545
6689
|
}>;
|
|
6546
|
-
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6547
|
-
|
|
6548
|
-
|
|
6690
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6691
|
+
[x: string]: unknown;
|
|
6692
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6693
|
+
[x: string]: unknown;
|
|
6694
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6695
|
+
[x: string]: unknown;
|
|
6696
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6697
|
+
[x: string]: unknown;
|
|
6698
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6699
|
+
[x: string]: unknown;
|
|
6700
|
+
}, 503, "application/json">>>;
|
|
6701
|
+
/** Update the catchall of a MailAddress. */
|
|
6702
|
+
updateMailAddressCatchall: (request: {
|
|
6549
6703
|
data: {
|
|
6550
6704
|
active: boolean;
|
|
6551
6705
|
};
|
|
6552
|
-
|
|
6706
|
+
mailAddressId: string;
|
|
6553
6707
|
headers?: {
|
|
6554
6708
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6555
6709
|
"x-access-token"?: string | undefined;
|
|
@@ -6560,7 +6714,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6560
6714
|
};
|
|
6561
6715
|
} & {
|
|
6562
6716
|
pathParameters: {
|
|
6563
|
-
|
|
6717
|
+
mailAddressId: string;
|
|
6564
6718
|
};
|
|
6565
6719
|
} & {
|
|
6566
6720
|
headers?: Partial<{
|
|
@@ -6572,15 +6726,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6572
6726
|
} & Partial<{
|
|
6573
6727
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6574
6728
|
}>;
|
|
6575
|
-
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6729
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6576
6730
|
[x: string]: unknown;
|
|
6577
|
-
}, 400, "application/json"
|
|
6578
|
-
|
|
6579
|
-
|
|
6731
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6732
|
+
[x: string]: unknown;
|
|
6733
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6734
|
+
[x: string]: unknown;
|
|
6735
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6736
|
+
[x: string]: unknown;
|
|
6737
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6738
|
+
[x: string]: unknown;
|
|
6739
|
+
}, 503, "application/json">>>;
|
|
6740
|
+
/** Update the forward addresses of a MailAddresses. */
|
|
6741
|
+
updateMailAddressForwardAddresses: (request: {
|
|
6580
6742
|
data: {
|
|
6581
6743
|
forwardAddresses: string[];
|
|
6582
6744
|
};
|
|
6583
|
-
|
|
6745
|
+
mailAddressId: string;
|
|
6584
6746
|
headers?: {
|
|
6585
6747
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6586
6748
|
"x-access-token"?: string | undefined;
|
|
@@ -6591,7 +6753,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6591
6753
|
};
|
|
6592
6754
|
} & {
|
|
6593
6755
|
pathParameters: {
|
|
6594
|
-
|
|
6756
|
+
mailAddressId: string;
|
|
6595
6757
|
};
|
|
6596
6758
|
} & {
|
|
6597
6759
|
headers?: Partial<{
|
|
@@ -6603,13 +6765,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6603
6765
|
} & Partial<{
|
|
6604
6766
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6605
6767
|
}>;
|
|
6606
|
-
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6607
|
-
|
|
6608
|
-
|
|
6768
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6769
|
+
[x: string]: unknown;
|
|
6770
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6771
|
+
[x: string]: unknown;
|
|
6772
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6773
|
+
[x: string]: unknown;
|
|
6774
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6775
|
+
[x: string]: unknown;
|
|
6776
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6777
|
+
[x: string]: unknown;
|
|
6778
|
+
}, 503, "application/json">>>;
|
|
6779
|
+
/** Update the password for a MailAddress. */
|
|
6780
|
+
updateMailAddressPassword: (request: {
|
|
6609
6781
|
data: {
|
|
6610
6782
|
password: string;
|
|
6611
6783
|
};
|
|
6612
|
-
|
|
6784
|
+
mailAddressId: string;
|
|
6613
6785
|
headers?: {
|
|
6614
6786
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6615
6787
|
"x-access-token"?: string | undefined;
|
|
@@ -6620,7 +6792,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6620
6792
|
};
|
|
6621
6793
|
} & {
|
|
6622
6794
|
pathParameters: {
|
|
6623
|
-
|
|
6795
|
+
mailAddressId: string;
|
|
6624
6796
|
};
|
|
6625
6797
|
} & {
|
|
6626
6798
|
headers?: Partial<{
|
|
@@ -6632,13 +6804,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6632
6804
|
} & Partial<{
|
|
6633
6805
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6634
6806
|
}>;
|
|
6635
|
-
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6636
|
-
|
|
6637
|
-
|
|
6807
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6808
|
+
[x: string]: unknown;
|
|
6809
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6810
|
+
[x: string]: unknown;
|
|
6811
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6812
|
+
[x: string]: unknown;
|
|
6813
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6814
|
+
[x: string]: unknown;
|
|
6815
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6816
|
+
[x: string]: unknown;
|
|
6817
|
+
}, 503, "application/json">>>;
|
|
6818
|
+
/** Update the quota of a MailAddress. */
|
|
6819
|
+
updateMailAddressQuota: (request: {
|
|
6638
6820
|
data: {
|
|
6639
6821
|
quotaInBytes: number;
|
|
6640
6822
|
};
|
|
6641
|
-
|
|
6823
|
+
mailAddressId: string;
|
|
6642
6824
|
headers?: {
|
|
6643
6825
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6644
6826
|
"x-access-token"?: string | undefined;
|
|
@@ -6649,7 +6831,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6649
6831
|
};
|
|
6650
6832
|
} & {
|
|
6651
6833
|
pathParameters: {
|
|
6652
|
-
|
|
6834
|
+
mailAddressId: string;
|
|
6653
6835
|
};
|
|
6654
6836
|
} & {
|
|
6655
6837
|
headers?: Partial<{
|
|
@@ -6661,9 +6843,19 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6661
6843
|
} & Partial<{
|
|
6662
6844
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6663
6845
|
}>;
|
|
6664
|
-
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6665
|
-
|
|
6666
|
-
|
|
6846
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6847
|
+
[x: string]: unknown;
|
|
6848
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6849
|
+
[x: string]: unknown;
|
|
6850
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6851
|
+
[x: string]: unknown;
|
|
6852
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6853
|
+
[x: string]: unknown;
|
|
6854
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6855
|
+
[x: string]: unknown;
|
|
6856
|
+
}, 503, "application/json">>>;
|
|
6857
|
+
/** Update the spam protection of a MailAddress. */
|
|
6858
|
+
updateMailAddressSpamProtection: (request: {
|
|
6667
6859
|
data: {
|
|
6668
6860
|
spamProtection: {
|
|
6669
6861
|
active: boolean;
|
|
@@ -6672,7 +6864,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6672
6864
|
relocationMinSpamScore: number;
|
|
6673
6865
|
};
|
|
6674
6866
|
};
|
|
6675
|
-
|
|
6867
|
+
mailAddressId: string;
|
|
6676
6868
|
headers?: {
|
|
6677
6869
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6678
6870
|
"x-access-token"?: string | undefined;
|
|
@@ -6688,7 +6880,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6688
6880
|
};
|
|
6689
6881
|
} & {
|
|
6690
6882
|
pathParameters: {
|
|
6691
|
-
|
|
6883
|
+
mailAddressId: string;
|
|
6692
6884
|
};
|
|
6693
6885
|
} & {
|
|
6694
6886
|
headers?: Partial<{
|
|
@@ -6700,79 +6892,50 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6700
6892
|
} & Partial<{
|
|
6701
6893
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6702
6894
|
}>;
|
|
6703
|
-
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6704
|
-
|
|
6705
|
-
|
|
6706
|
-
|
|
6707
|
-
|
|
6708
|
-
|
|
6709
|
-
|
|
6710
|
-
|
|
6711
|
-
}
|
|
6712
|
-
|
|
6713
|
-
|
|
6714
|
-
|
|
6715
|
-
|
|
6716
|
-
pathParameters: {
|
|
6717
|
-
projectId: string;
|
|
6718
|
-
};
|
|
6719
|
-
} & {
|
|
6720
|
-
headers: {
|
|
6721
|
-
"x-access-token"?: string | undefined;
|
|
6722
|
-
} & Partial<{
|
|
6723
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6724
|
-
}>;
|
|
6725
|
-
}, import("@mittwald/api-client-commons").Response<{}, 403, "empty"> | import("@mittwald/api-client-commons").Response<{}, 404, "empty"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{}, 503, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6726
|
-
blacklist: string[];
|
|
6727
|
-
projectId: string;
|
|
6728
|
-
whitelist: string[];
|
|
6729
|
-
}, 200, "application/json">>>;
|
|
6730
|
-
/** Update blacklist for a given project ID */
|
|
6731
|
-
projectsettingUpdateBlacklist: (request: {
|
|
6895
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6896
|
+
[x: string]: unknown;
|
|
6897
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6898
|
+
[x: string]: unknown;
|
|
6899
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6900
|
+
[x: string]: unknown;
|
|
6901
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6902
|
+
[x: string]: unknown;
|
|
6903
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6904
|
+
[x: string]: unknown;
|
|
6905
|
+
}, 503, "application/json">>>;
|
|
6906
|
+
/** Update a mail setting of a Project. */
|
|
6907
|
+
updateProjectMailSetting: (request: {
|
|
6732
6908
|
data: {
|
|
6733
6909
|
blacklist: string[];
|
|
6734
6910
|
};
|
|
6735
6911
|
projectId: string;
|
|
6912
|
+
setting: "blacklist" | "whitelist";
|
|
6736
6913
|
headers?: {
|
|
6737
6914
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6738
6915
|
"x-access-token"?: string | undefined;
|
|
6739
6916
|
} | undefined;
|
|
6740
|
-
}
|
|
6741
|
-
data: {
|
|
6742
|
-
blacklist: string[];
|
|
6743
|
-
};
|
|
6744
|
-
} & {
|
|
6745
|
-
pathParameters: {
|
|
6746
|
-
projectId: string;
|
|
6747
|
-
};
|
|
6748
|
-
} & {
|
|
6749
|
-
headers?: Partial<{
|
|
6750
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6751
|
-
}> | undefined;
|
|
6752
|
-
} & {
|
|
6753
|
-
headers: {
|
|
6754
|
-
"x-access-token"?: string | undefined;
|
|
6755
|
-
} & Partial<{
|
|
6756
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6757
|
-
}>;
|
|
6758
|
-
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{}, 403, "empty"> | import("@mittwald/api-client-commons").Response<{}, 404, "empty"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{}, 503, "empty">>>;
|
|
6759
|
-
/** Update whitelist for a given project ID */
|
|
6760
|
-
projectsettingUpdateWhitelist: (request: {
|
|
6917
|
+
} | {
|
|
6761
6918
|
data: {
|
|
6762
6919
|
whitelist: string[];
|
|
6763
6920
|
};
|
|
6764
6921
|
projectId: string;
|
|
6922
|
+
setting: "blacklist" | "whitelist";
|
|
6765
6923
|
headers?: {
|
|
6766
6924
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6767
6925
|
"x-access-token"?: string | undefined;
|
|
6768
6926
|
} | undefined;
|
|
6769
|
-
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6927
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<({
|
|
6928
|
+
data: {
|
|
6929
|
+
blacklist: string[];
|
|
6930
|
+
};
|
|
6931
|
+
} | {
|
|
6770
6932
|
data: {
|
|
6771
6933
|
whitelist: string[];
|
|
6772
6934
|
};
|
|
6773
|
-
} & {
|
|
6935
|
+
}) & {
|
|
6774
6936
|
pathParameters: {
|
|
6775
6937
|
projectId: string;
|
|
6938
|
+
setting: "blacklist" | "whitelist";
|
|
6776
6939
|
};
|
|
6777
6940
|
} & {
|
|
6778
6941
|
headers?: Partial<{
|
|
@@ -6784,7 +6947,17 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6784
6947
|
} & Partial<{
|
|
6785
6948
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6786
6949
|
}>;
|
|
6787
|
-
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6950
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6951
|
+
[x: string]: unknown;
|
|
6952
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6953
|
+
[x: string]: unknown;
|
|
6954
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6955
|
+
[x: string]: unknown;
|
|
6956
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6957
|
+
[x: string]: unknown;
|
|
6958
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6959
|
+
[x: string]: unknown;
|
|
6960
|
+
}, 503, "application/json">>>;
|
|
6788
6961
|
};
|
|
6789
6962
|
/** The project API allows you to manage your projects, and also any kinds of user memberships concerning these projects. */
|
|
6790
6963
|
readonly project: {
|