@mittwald/api-client 4.183.0 → 4.185.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 +15 -0
- package/dist/esm/generated/v2/client.js +25 -9
- package/dist/esm/generated/v2/descriptors.js +48 -0
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +66 -0
- package/dist/types/generated/v2/client.d.ts +758 -298
- package/dist/types/generated/v2/descriptors.d.ts +17 -1
- package/dist/types/generated/v2/types.d.ts +491 -0
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -2
|
@@ -6288,6 +6288,78 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6288
6288
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractPartner[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6289
6289
|
[x: string]: unknown;
|
|
6290
6290
|
}, 429, "application/json">>>;
|
|
6291
|
+
/** List incoming Invoices of a Contributor. */
|
|
6292
|
+
contributorListIncomingInvoices: (request: {
|
|
6293
|
+
contributorId: string;
|
|
6294
|
+
headers?: {
|
|
6295
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6296
|
+
"x-access-token"?: string | undefined;
|
|
6297
|
+
} | undefined;
|
|
6298
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6299
|
+
headers?: Partial<{
|
|
6300
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6301
|
+
}>;
|
|
6302
|
+
} & {
|
|
6303
|
+
pathParameters: {
|
|
6304
|
+
contributorId: string;
|
|
6305
|
+
};
|
|
6306
|
+
} & {
|
|
6307
|
+
headers: {
|
|
6308
|
+
"x-access-token"?: string | undefined;
|
|
6309
|
+
} & Partial<{
|
|
6310
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6311
|
+
}>;
|
|
6312
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6313
|
+
currency: string;
|
|
6314
|
+
customerId: string;
|
|
6315
|
+
customerName: string;
|
|
6316
|
+
customerNumber: string;
|
|
6317
|
+
date: string;
|
|
6318
|
+
id: string;
|
|
6319
|
+
invoiceNumber: string;
|
|
6320
|
+
pdfId: string;
|
|
6321
|
+
recipient: import("./types.js").MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
|
|
6322
|
+
totalGross: number;
|
|
6323
|
+
totalNet: number;
|
|
6324
|
+
}[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6325
|
+
[x: string]: unknown;
|
|
6326
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6327
|
+
[x: string]: unknown;
|
|
6328
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6329
|
+
[x: string]: unknown;
|
|
6330
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6331
|
+
headers?: Partial<{
|
|
6332
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6333
|
+
}>;
|
|
6334
|
+
} & {
|
|
6335
|
+
pathParameters: {
|
|
6336
|
+
contributorId: string;
|
|
6337
|
+
};
|
|
6338
|
+
} & {
|
|
6339
|
+
headers: {
|
|
6340
|
+
"x-access-token"?: string | undefined;
|
|
6341
|
+
} & Partial<{
|
|
6342
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6343
|
+
}>;
|
|
6344
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6345
|
+
currency: string;
|
|
6346
|
+
customerId: string;
|
|
6347
|
+
customerName: string;
|
|
6348
|
+
customerNumber: string;
|
|
6349
|
+
date: string;
|
|
6350
|
+
id: string;
|
|
6351
|
+
invoiceNumber: string;
|
|
6352
|
+
pdfId: string;
|
|
6353
|
+
recipient: import("./types.js").MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
|
|
6354
|
+
totalGross: number;
|
|
6355
|
+
totalNet: number;
|
|
6356
|
+
}[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6357
|
+
[x: string]: unknown;
|
|
6358
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6359
|
+
[x: string]: unknown;
|
|
6360
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6361
|
+
[x: string]: unknown;
|
|
6362
|
+
}, 429, "application/json">>>;
|
|
6291
6363
|
/** List all invoices on behalf of a contributor. */
|
|
6292
6364
|
contributorListOnbehalfInvoices: (request: {
|
|
6293
6365
|
contributorId: string;
|
|
@@ -6352,6 +6424,63 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6352
6424
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6353
6425
|
[x: string]: unknown;
|
|
6354
6426
|
}, 429, "application/json">>>;
|
|
6427
|
+
/** Request an Access Token for the Incoming Invoice file. */
|
|
6428
|
+
contributorReceiptGetFileAccessToken: (request: {
|
|
6429
|
+
contributorId: string;
|
|
6430
|
+
contributorReceiptId: string;
|
|
6431
|
+
headers?: {
|
|
6432
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6433
|
+
"x-access-token"?: string | undefined;
|
|
6434
|
+
} | undefined;
|
|
6435
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6436
|
+
headers?: Partial<{
|
|
6437
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6438
|
+
}>;
|
|
6439
|
+
} & {
|
|
6440
|
+
pathParameters: {
|
|
6441
|
+
contributorId: string;
|
|
6442
|
+
contributorReceiptId: string;
|
|
6443
|
+
};
|
|
6444
|
+
} & {
|
|
6445
|
+
headers: {
|
|
6446
|
+
"x-access-token"?: string | undefined;
|
|
6447
|
+
} & Partial<{
|
|
6448
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6449
|
+
}>;
|
|
6450
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6451
|
+
accessToken: string;
|
|
6452
|
+
expiresAt: string;
|
|
6453
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6454
|
+
[x: string]: unknown;
|
|
6455
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6456
|
+
[x: string]: unknown;
|
|
6457
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6458
|
+
[x: string]: unknown;
|
|
6459
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6460
|
+
headers?: Partial<{
|
|
6461
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6462
|
+
}>;
|
|
6463
|
+
} & {
|
|
6464
|
+
pathParameters: {
|
|
6465
|
+
contributorId: string;
|
|
6466
|
+
contributorReceiptId: string;
|
|
6467
|
+
};
|
|
6468
|
+
} & {
|
|
6469
|
+
headers: {
|
|
6470
|
+
"x-access-token"?: string | undefined;
|
|
6471
|
+
} & Partial<{
|
|
6472
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6473
|
+
}>;
|
|
6474
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6475
|
+
accessToken: string;
|
|
6476
|
+
expiresAt: string;
|
|
6477
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6478
|
+
[x: string]: unknown;
|
|
6479
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6480
|
+
[x: string]: unknown;
|
|
6481
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6482
|
+
[x: string]: unknown;
|
|
6483
|
+
}, 429, "application/json">>>;
|
|
6355
6484
|
/** Rotate the secret for an extension instance. */
|
|
6356
6485
|
contributorRotateSecretForExtensionInstance: (request: {
|
|
6357
6486
|
contributorId: string;
|
|
@@ -14884,6 +15013,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
14884
15013
|
[x: string]: unknown;
|
|
14885
15014
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
14886
15015
|
[x: string]: unknown;
|
|
15016
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
15017
|
+
[x: string]: unknown;
|
|
14887
15018
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
14888
15019
|
[x: string]: unknown;
|
|
14889
15020
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
@@ -14921,6 +15052,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
14921
15052
|
[x: string]: unknown;
|
|
14922
15053
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
14923
15054
|
[x: string]: unknown;
|
|
15055
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
15056
|
+
[x: string]: unknown;
|
|
14924
15057
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
14925
15058
|
[x: string]: unknown;
|
|
14926
15059
|
}, 429, "application/json">>>;
|
|
@@ -22398,118 +22531,60 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22398
22531
|
[x: string]: unknown;
|
|
22399
22532
|
}, 429, "application/json">>>;
|
|
22400
22533
|
};
|
|
22401
|
-
/**
|
|
22402
|
-
readonly
|
|
22403
|
-
/** Get
|
|
22404
|
-
|
|
22405
|
-
queryParameters: {
|
|
22406
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22407
|
-
domain: string;
|
|
22408
|
-
path: string;
|
|
22409
|
-
date?: string | undefined;
|
|
22410
|
-
};
|
|
22534
|
+
/** API endpoints that are not related to any specific API domain */
|
|
22535
|
+
readonly misc: {
|
|
22536
|
+
/** Get a list of currently active llm models. */
|
|
22537
|
+
getLlmModelsExperimental: (request?: {
|
|
22411
22538
|
headers?: {
|
|
22412
22539
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22413
|
-
"x-access-token"?: string | undefined;
|
|
22414
22540
|
} | undefined;
|
|
22415
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22541
|
+
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22416
22542
|
headers?: Partial<{
|
|
22417
22543
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22418
22544
|
}>;
|
|
22419
|
-
}
|
|
22420
|
-
queryParameters: {
|
|
22421
|
-
domain: string;
|
|
22422
|
-
path: string;
|
|
22423
|
-
date?: string | undefined;
|
|
22424
|
-
} & Partial<{
|
|
22425
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22426
|
-
}>;
|
|
22427
|
-
} & {
|
|
22428
|
-
headers: {
|
|
22429
|
-
"x-access-token"?: string | undefined;
|
|
22430
|
-
} & Partial<{
|
|
22431
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22432
|
-
}>;
|
|
22433
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
22434
|
-
createdAt?: string | undefined;
|
|
22435
|
-
domain: string;
|
|
22436
|
-
metrics?: {
|
|
22437
|
-
createdAt: string;
|
|
22438
|
-
name: string;
|
|
22439
|
-
score?: number;
|
|
22440
|
-
value: number;
|
|
22441
|
-
}[] | undefined;
|
|
22442
|
-
moreDataAvailable?: string[] | undefined;
|
|
22443
|
-
path: string;
|
|
22444
|
-
performanceScore: number;
|
|
22445
|
-
screenshot?: {
|
|
22446
|
-
createdAt: string;
|
|
22447
|
-
fileRef: string;
|
|
22448
|
-
} | undefined;
|
|
22449
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22545
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithModel[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22450
22546
|
[x: string]: unknown;
|
|
22451
22547
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22452
22548
|
[x: string]: unknown;
|
|
22453
22549
|
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22454
22550
|
[x: string]: unknown;
|
|
22551
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22552
|
+
[x: string]: unknown;
|
|
22455
22553
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22456
22554
|
headers?: Partial<{
|
|
22457
22555
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22458
22556
|
}>;
|
|
22459
|
-
}
|
|
22460
|
-
queryParameters: {
|
|
22461
|
-
domain: string;
|
|
22462
|
-
path: string;
|
|
22463
|
-
date?: string | undefined;
|
|
22464
|
-
} & Partial<{
|
|
22465
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22466
|
-
}>;
|
|
22467
|
-
} & {
|
|
22468
|
-
headers: {
|
|
22469
|
-
"x-access-token"?: string | undefined;
|
|
22470
|
-
} & Partial<{
|
|
22471
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22472
|
-
}>;
|
|
22473
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
22474
|
-
createdAt?: string | undefined;
|
|
22475
|
-
domain: string;
|
|
22476
|
-
metrics?: {
|
|
22477
|
-
createdAt: string;
|
|
22478
|
-
name: string;
|
|
22479
|
-
score?: number;
|
|
22480
|
-
value: number;
|
|
22481
|
-
}[] | undefined;
|
|
22482
|
-
moreDataAvailable?: string[] | undefined;
|
|
22483
|
-
path: string;
|
|
22484
|
-
performanceScore: number;
|
|
22485
|
-
screenshot?: {
|
|
22486
|
-
createdAt: string;
|
|
22487
|
-
fileRef: string;
|
|
22488
|
-
} | undefined;
|
|
22489
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22557
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithModel[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22490
22558
|
[x: string]: unknown;
|
|
22491
22559
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22492
22560
|
[x: string]: unknown;
|
|
22493
22561
|
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22494
22562
|
[x: string]: unknown;
|
|
22563
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22564
|
+
[x: string]: unknown;
|
|
22495
22565
|
}, 429, "application/json">>>;
|
|
22496
|
-
/**
|
|
22497
|
-
|
|
22498
|
-
|
|
22499
|
-
|
|
22566
|
+
/** Obtain a service token. */
|
|
22567
|
+
servicetokenAuthenticateService: (request: {
|
|
22568
|
+
data: {
|
|
22569
|
+
secretAccessKey: string;
|
|
22570
|
+
};
|
|
22571
|
+
accessKeyId: string;
|
|
22500
22572
|
headers?: {
|
|
22501
22573
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22502
22574
|
"x-access-token"?: string | undefined;
|
|
22503
22575
|
} | undefined;
|
|
22504
22576
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22505
|
-
|
|
22506
|
-
|
|
22507
|
-
}
|
|
22577
|
+
data: {
|
|
22578
|
+
secretAccessKey: string;
|
|
22579
|
+
};
|
|
22508
22580
|
} & {
|
|
22509
22581
|
pathParameters: {
|
|
22510
|
-
|
|
22511
|
-
projectId: string;
|
|
22582
|
+
accessKeyId: string;
|
|
22512
22583
|
};
|
|
22584
|
+
} & {
|
|
22585
|
+
headers?: Partial<{
|
|
22586
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22587
|
+
}>;
|
|
22513
22588
|
} & {
|
|
22514
22589
|
headers: {
|
|
22515
22590
|
"x-access-token"?: string | undefined;
|
|
@@ -22517,23 +22592,312 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22517
22592
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22518
22593
|
}>;
|
|
22519
22594
|
}, import("@mittwald/api-client-commons").Response<{
|
|
22520
|
-
|
|
22521
|
-
|
|
22522
|
-
|
|
22595
|
+
accessToken: {
|
|
22596
|
+
id: string;
|
|
22597
|
+
jwtClaims: {
|
|
22598
|
+
exp: string;
|
|
22599
|
+
iat: string;
|
|
22600
|
+
iss: string;
|
|
22601
|
+
sub: string;
|
|
22602
|
+
};
|
|
22603
|
+
publicToken: string;
|
|
22604
|
+
};
|
|
22523
22605
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22524
22606
|
[x: string]: unknown;
|
|
22525
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22526
|
-
[x: string]: unknown;
|
|
22527
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22528
|
-
[x: string]: unknown;
|
|
22529
22607
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22530
|
-
|
|
22531
|
-
|
|
22532
|
-
}
|
|
22608
|
+
data: {
|
|
22609
|
+
secretAccessKey: string;
|
|
22610
|
+
};
|
|
22533
22611
|
} & {
|
|
22534
22612
|
pathParameters: {
|
|
22535
|
-
|
|
22536
|
-
|
|
22613
|
+
accessKeyId: string;
|
|
22614
|
+
};
|
|
22615
|
+
} & {
|
|
22616
|
+
headers?: Partial<{
|
|
22617
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22618
|
+
}>;
|
|
22619
|
+
} & {
|
|
22620
|
+
headers: {
|
|
22621
|
+
"x-access-token"?: string | undefined;
|
|
22622
|
+
} & Partial<{
|
|
22623
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22624
|
+
}>;
|
|
22625
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
22626
|
+
accessToken: {
|
|
22627
|
+
id: string;
|
|
22628
|
+
jwtClaims: {
|
|
22629
|
+
exp: string;
|
|
22630
|
+
iat: string;
|
|
22631
|
+
iss: string;
|
|
22632
|
+
sub: string;
|
|
22633
|
+
};
|
|
22634
|
+
publicToken: string;
|
|
22635
|
+
};
|
|
22636
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22637
|
+
[x: string]: unknown;
|
|
22638
|
+
}, 429, "application/json">>>;
|
|
22639
|
+
/** Check if an address exists. */
|
|
22640
|
+
verificationVerifyAddress: (request: {
|
|
22641
|
+
data: {
|
|
22642
|
+
city: string;
|
|
22643
|
+
country: string;
|
|
22644
|
+
street: string;
|
|
22645
|
+
zip: string;
|
|
22646
|
+
};
|
|
22647
|
+
headers?: {
|
|
22648
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22649
|
+
} | undefined;
|
|
22650
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22651
|
+
data: {
|
|
22652
|
+
city: string;
|
|
22653
|
+
country: string;
|
|
22654
|
+
street: string;
|
|
22655
|
+
zip: string;
|
|
22656
|
+
};
|
|
22657
|
+
} & {
|
|
22658
|
+
headers?: Partial<{
|
|
22659
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22660
|
+
}>;
|
|
22661
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
22662
|
+
exists: boolean;
|
|
22663
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22664
|
+
[x: string]: unknown;
|
|
22665
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22666
|
+
data: {
|
|
22667
|
+
city: string;
|
|
22668
|
+
country: string;
|
|
22669
|
+
street: string;
|
|
22670
|
+
zip: string;
|
|
22671
|
+
};
|
|
22672
|
+
} & {
|
|
22673
|
+
headers?: Partial<{
|
|
22674
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22675
|
+
}>;
|
|
22676
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
22677
|
+
exists: boolean;
|
|
22678
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22679
|
+
[x: string]: unknown;
|
|
22680
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty">>>;
|
|
22681
|
+
/** Check if a company exists. */
|
|
22682
|
+
verificationVerifyCompany: (request: {
|
|
22683
|
+
data: {
|
|
22684
|
+
name: string;
|
|
22685
|
+
};
|
|
22686
|
+
headers?: {
|
|
22687
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22688
|
+
"x-access-token"?: string | undefined;
|
|
22689
|
+
} | undefined;
|
|
22690
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22691
|
+
data: {
|
|
22692
|
+
name: string;
|
|
22693
|
+
};
|
|
22694
|
+
} & {
|
|
22695
|
+
headers?: Partial<{
|
|
22696
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22697
|
+
}>;
|
|
22698
|
+
} & {
|
|
22699
|
+
headers: {
|
|
22700
|
+
"x-access-token"?: string | undefined;
|
|
22701
|
+
} & Partial<{
|
|
22702
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22703
|
+
}>;
|
|
22704
|
+
}, import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
22705
|
+
exists: boolean;
|
|
22706
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
22707
|
+
[x: string]: unknown;
|
|
22708
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22709
|
+
data: {
|
|
22710
|
+
name: string;
|
|
22711
|
+
};
|
|
22712
|
+
} & {
|
|
22713
|
+
headers?: Partial<{
|
|
22714
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22715
|
+
}>;
|
|
22716
|
+
} & {
|
|
22717
|
+
headers: {
|
|
22718
|
+
"x-access-token"?: string | undefined;
|
|
22719
|
+
} & Partial<{
|
|
22720
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22721
|
+
}>;
|
|
22722
|
+
}, import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
22723
|
+
exists: boolean;
|
|
22724
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
22725
|
+
[x: string]: unknown;
|
|
22726
|
+
}, 429, "application/json">>>;
|
|
22727
|
+
/** Check if an email is from mittwald. */
|
|
22728
|
+
verificationDetectPhishingEmail: (request?: {
|
|
22729
|
+
data?: {
|
|
22730
|
+
[x: string]: unknown;
|
|
22731
|
+
} | undefined;
|
|
22732
|
+
headers?: {
|
|
22733
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22734
|
+
} | undefined;
|
|
22735
|
+
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22736
|
+
data: {
|
|
22737
|
+
[x: string]: unknown;
|
|
22738
|
+
};
|
|
22739
|
+
} & {
|
|
22740
|
+
headers?: Partial<{
|
|
22741
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22742
|
+
}>;
|
|
22743
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
22744
|
+
result: import("./types.js").MittwaldAPIV2.Components.Schemas.VerificationEmailOrigin;
|
|
22745
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22746
|
+
[x: string]: unknown;
|
|
22747
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22748
|
+
[x: string]: unknown;
|
|
22749
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22750
|
+
data: {
|
|
22751
|
+
[x: string]: unknown;
|
|
22752
|
+
};
|
|
22753
|
+
} & {
|
|
22754
|
+
headers?: Partial<{
|
|
22755
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22756
|
+
}>;
|
|
22757
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
22758
|
+
result: import("./types.js").MittwaldAPIV2.Components.Schemas.VerificationEmailOrigin;
|
|
22759
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22760
|
+
[x: string]: unknown;
|
|
22761
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22762
|
+
[x: string]: unknown;
|
|
22763
|
+
}, 429, "application/json">>>;
|
|
22764
|
+
};
|
|
22765
|
+
/** The page insights API allows you to get page insights information. */
|
|
22766
|
+
readonly pageInsights: {
|
|
22767
|
+
/** Get detailed performance data for a given domain and path. */
|
|
22768
|
+
pageinsightsGetPerformanceData: (request: {
|
|
22769
|
+
queryParameters: {
|
|
22770
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22771
|
+
domain: string;
|
|
22772
|
+
path: string;
|
|
22773
|
+
date?: string | undefined;
|
|
22774
|
+
};
|
|
22775
|
+
headers?: {
|
|
22776
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22777
|
+
"x-access-token"?: string | undefined;
|
|
22778
|
+
} | undefined;
|
|
22779
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22780
|
+
headers?: Partial<{
|
|
22781
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22782
|
+
}>;
|
|
22783
|
+
} & {
|
|
22784
|
+
queryParameters: {
|
|
22785
|
+
domain: string;
|
|
22786
|
+
path: string;
|
|
22787
|
+
date?: string | undefined;
|
|
22788
|
+
} & Partial<{
|
|
22789
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22790
|
+
}>;
|
|
22791
|
+
} & {
|
|
22792
|
+
headers: {
|
|
22793
|
+
"x-access-token"?: string | undefined;
|
|
22794
|
+
} & Partial<{
|
|
22795
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22796
|
+
}>;
|
|
22797
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
22798
|
+
createdAt?: string | undefined;
|
|
22799
|
+
domain: string;
|
|
22800
|
+
metrics?: {
|
|
22801
|
+
createdAt: string;
|
|
22802
|
+
name: string;
|
|
22803
|
+
score?: number;
|
|
22804
|
+
value: number;
|
|
22805
|
+
}[] | undefined;
|
|
22806
|
+
moreDataAvailable?: string[] | undefined;
|
|
22807
|
+
path: string;
|
|
22808
|
+
performanceScore: number;
|
|
22809
|
+
screenshot?: {
|
|
22810
|
+
createdAt: string;
|
|
22811
|
+
fileRef: string;
|
|
22812
|
+
} | undefined;
|
|
22813
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22814
|
+
[x: string]: unknown;
|
|
22815
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22816
|
+
[x: string]: unknown;
|
|
22817
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22818
|
+
[x: string]: unknown;
|
|
22819
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22820
|
+
headers?: Partial<{
|
|
22821
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22822
|
+
}>;
|
|
22823
|
+
} & {
|
|
22824
|
+
queryParameters: {
|
|
22825
|
+
domain: string;
|
|
22826
|
+
path: string;
|
|
22827
|
+
date?: string | undefined;
|
|
22828
|
+
} & Partial<{
|
|
22829
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22830
|
+
}>;
|
|
22831
|
+
} & {
|
|
22832
|
+
headers: {
|
|
22833
|
+
"x-access-token"?: string | undefined;
|
|
22834
|
+
} & Partial<{
|
|
22835
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22836
|
+
}>;
|
|
22837
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
22838
|
+
createdAt?: string | undefined;
|
|
22839
|
+
domain: string;
|
|
22840
|
+
metrics?: {
|
|
22841
|
+
createdAt: string;
|
|
22842
|
+
name: string;
|
|
22843
|
+
score?: number;
|
|
22844
|
+
value: number;
|
|
22845
|
+
}[] | undefined;
|
|
22846
|
+
moreDataAvailable?: string[] | undefined;
|
|
22847
|
+
path: string;
|
|
22848
|
+
performanceScore: number;
|
|
22849
|
+
screenshot?: {
|
|
22850
|
+
createdAt: string;
|
|
22851
|
+
fileRef: string;
|
|
22852
|
+
} | undefined;
|
|
22853
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22854
|
+
[x: string]: unknown;
|
|
22855
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22856
|
+
[x: string]: unknown;
|
|
22857
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22858
|
+
[x: string]: unknown;
|
|
22859
|
+
}, 429, "application/json">>>;
|
|
22860
|
+
/** Get all data for a given strace. */
|
|
22861
|
+
pageinsightsGetStraceData: (request: {
|
|
22862
|
+
straceId: string;
|
|
22863
|
+
projectId: string;
|
|
22864
|
+
headers?: {
|
|
22865
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22866
|
+
"x-access-token"?: string | undefined;
|
|
22867
|
+
} | undefined;
|
|
22868
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22869
|
+
headers?: Partial<{
|
|
22870
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22871
|
+
}>;
|
|
22872
|
+
} & {
|
|
22873
|
+
pathParameters: {
|
|
22874
|
+
straceId: string;
|
|
22875
|
+
projectId: string;
|
|
22876
|
+
};
|
|
22877
|
+
} & {
|
|
22878
|
+
headers: {
|
|
22879
|
+
"x-access-token"?: string | undefined;
|
|
22880
|
+
} & Partial<{
|
|
22881
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22882
|
+
}>;
|
|
22883
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
22884
|
+
executedAt: string;
|
|
22885
|
+
id: string;
|
|
22886
|
+
result: import("./types.js").MittwaldAPIV2.Components.Schemas.StraceError | import("./types.js").MittwaldAPIV2.Components.Schemas.StraceData;
|
|
22887
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22888
|
+
[x: string]: unknown;
|
|
22889
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22890
|
+
[x: string]: unknown;
|
|
22891
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22892
|
+
[x: string]: unknown;
|
|
22893
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22894
|
+
headers?: Partial<{
|
|
22895
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22896
|
+
}>;
|
|
22897
|
+
} & {
|
|
22898
|
+
pathParameters: {
|
|
22899
|
+
straceId: string;
|
|
22900
|
+
projectId: string;
|
|
22537
22901
|
};
|
|
22538
22902
|
} & {
|
|
22539
22903
|
headers: {
|
|
@@ -22761,6 +23125,124 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22761
23125
|
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22762
23126
|
[x: string]: unknown;
|
|
22763
23127
|
}, 429, "application/json">>>;
|
|
23128
|
+
/** Get a list of already created llm licences. */
|
|
23129
|
+
getLlmLicencesExperimental: (request: {
|
|
23130
|
+
projectId: string;
|
|
23131
|
+
headers?: {
|
|
23132
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23133
|
+
} | undefined;
|
|
23134
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23135
|
+
headers?: Partial<{
|
|
23136
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23137
|
+
}>;
|
|
23138
|
+
} & {
|
|
23139
|
+
pathParameters: {
|
|
23140
|
+
projectId: string;
|
|
23141
|
+
};
|
|
23142
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithLicence[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23143
|
+
[x: string]: unknown;
|
|
23144
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23145
|
+
[x: string]: unknown;
|
|
23146
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23147
|
+
[x: string]: unknown;
|
|
23148
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23149
|
+
[x: string]: unknown;
|
|
23150
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23151
|
+
headers?: Partial<{
|
|
23152
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23153
|
+
}>;
|
|
23154
|
+
} & {
|
|
23155
|
+
pathParameters: {
|
|
23156
|
+
projectId: string;
|
|
23157
|
+
};
|
|
23158
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithLicence[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23159
|
+
[x: string]: unknown;
|
|
23160
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23161
|
+
[x: string]: unknown;
|
|
23162
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23163
|
+
[x: string]: unknown;
|
|
23164
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23165
|
+
[x: string]: unknown;
|
|
23166
|
+
}, 429, "application/json">>>;
|
|
23167
|
+
/** Creates a new llm beta Licence for a project. Will be purged on end of beta. */
|
|
23168
|
+
createLlmBetaLicenceExperimental: (request: {
|
|
23169
|
+
data: {
|
|
23170
|
+
name: string;
|
|
23171
|
+
createWebuiContainer?: boolean | undefined;
|
|
23172
|
+
};
|
|
23173
|
+
projectId: string;
|
|
23174
|
+
headers?: {
|
|
23175
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23176
|
+
} | undefined;
|
|
23177
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23178
|
+
data: {
|
|
23179
|
+
createWebuiContainer?: boolean | undefined;
|
|
23180
|
+
name: string;
|
|
23181
|
+
};
|
|
23182
|
+
} & {
|
|
23183
|
+
pathParameters: {
|
|
23184
|
+
projectId: string;
|
|
23185
|
+
};
|
|
23186
|
+
} & {
|
|
23187
|
+
headers?: Partial<{
|
|
23188
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23189
|
+
}>;
|
|
23190
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
23191
|
+
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithContainerMeta | undefined;
|
|
23192
|
+
customerId?: string | undefined;
|
|
23193
|
+
licenceId: string;
|
|
23194
|
+
licenceKey: string;
|
|
23195
|
+
models: string[];
|
|
23196
|
+
name: string;
|
|
23197
|
+
projectId?: string | undefined;
|
|
23198
|
+
rateLimit: number;
|
|
23199
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23200
|
+
[x: string]: unknown;
|
|
23201
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23202
|
+
[x: string]: unknown;
|
|
23203
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23204
|
+
[x: string]: unknown;
|
|
23205
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23206
|
+
[x: string]: unknown;
|
|
23207
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23208
|
+
[x: string]: unknown;
|
|
23209
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23210
|
+
[x: string]: unknown;
|
|
23211
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23212
|
+
data: {
|
|
23213
|
+
createWebuiContainer?: boolean | undefined;
|
|
23214
|
+
name: string;
|
|
23215
|
+
};
|
|
23216
|
+
} & {
|
|
23217
|
+
pathParameters: {
|
|
23218
|
+
projectId: string;
|
|
23219
|
+
};
|
|
23220
|
+
} & {
|
|
23221
|
+
headers?: Partial<{
|
|
23222
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23223
|
+
}>;
|
|
23224
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
23225
|
+
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithContainerMeta | undefined;
|
|
23226
|
+
customerId?: string | undefined;
|
|
23227
|
+
licenceId: string;
|
|
23228
|
+
licenceKey: string;
|
|
23229
|
+
models: string[];
|
|
23230
|
+
name: string;
|
|
23231
|
+
projectId?: string | undefined;
|
|
23232
|
+
rateLimit: number;
|
|
23233
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23234
|
+
[x: string]: unknown;
|
|
23235
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23236
|
+
[x: string]: unknown;
|
|
23237
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23238
|
+
[x: string]: unknown;
|
|
23239
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23240
|
+
[x: string]: unknown;
|
|
23241
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23242
|
+
[x: string]: unknown;
|
|
23243
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23244
|
+
[x: string]: unknown;
|
|
23245
|
+
}, 429, "application/json">>>;
|
|
22764
23246
|
/** List Invites belonging to a Project. */
|
|
22765
23247
|
listInvitesForProject: (request: {
|
|
22766
23248
|
projectId: string;
|
|
@@ -23554,7 +24036,109 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23554
24036
|
serverId: string;
|
|
23555
24037
|
headers?: {
|
|
23556
24038
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23557
|
-
"x-access-token"?: string | undefined;
|
|
24039
|
+
"x-access-token"?: string | undefined;
|
|
24040
|
+
} | undefined;
|
|
24041
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
24042
|
+
headers?: Partial<{
|
|
24043
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24044
|
+
}>;
|
|
24045
|
+
} & {
|
|
24046
|
+
pathParameters: {
|
|
24047
|
+
serverId: string;
|
|
24048
|
+
};
|
|
24049
|
+
} & {
|
|
24050
|
+
headers: {
|
|
24051
|
+
"x-access-token"?: string | undefined;
|
|
24052
|
+
} & Partial<{
|
|
24053
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24054
|
+
}>;
|
|
24055
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
24056
|
+
refId: string;
|
|
24057
|
+
rules: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectAvatarRules;
|
|
24058
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24059
|
+
[x: string]: unknown;
|
|
24060
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24061
|
+
[x: string]: unknown;
|
|
24062
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24063
|
+
[x: string]: unknown;
|
|
24064
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
24065
|
+
headers?: Partial<{
|
|
24066
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24067
|
+
}>;
|
|
24068
|
+
} & {
|
|
24069
|
+
pathParameters: {
|
|
24070
|
+
serverId: string;
|
|
24071
|
+
};
|
|
24072
|
+
} & {
|
|
24073
|
+
headers: {
|
|
24074
|
+
"x-access-token"?: string | undefined;
|
|
24075
|
+
} & Partial<{
|
|
24076
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24077
|
+
}>;
|
|
24078
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
24079
|
+
refId: string;
|
|
24080
|
+
rules: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectAvatarRules;
|
|
24081
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24082
|
+
[x: string]: unknown;
|
|
24083
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24084
|
+
[x: string]: unknown;
|
|
24085
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24086
|
+
[x: string]: unknown;
|
|
24087
|
+
}, 429, "application/json">>>;
|
|
24088
|
+
/** Delete a Server's avatar. */
|
|
24089
|
+
deleteServerAvatar: (request: {
|
|
24090
|
+
serverId: string;
|
|
24091
|
+
headers?: {
|
|
24092
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24093
|
+
"x-access-token"?: string | undefined;
|
|
24094
|
+
} | undefined;
|
|
24095
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
24096
|
+
headers?: Partial<{
|
|
24097
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24098
|
+
}>;
|
|
24099
|
+
} & {
|
|
24100
|
+
pathParameters: {
|
|
24101
|
+
serverId: string;
|
|
24102
|
+
};
|
|
24103
|
+
} & {
|
|
24104
|
+
headers: {
|
|
24105
|
+
"x-access-token"?: string | undefined;
|
|
24106
|
+
} & Partial<{
|
|
24107
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24108
|
+
}>;
|
|
24109
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
24110
|
+
[x: string]: unknown;
|
|
24111
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24112
|
+
[x: string]: unknown;
|
|
24113
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24114
|
+
[x: string]: unknown;
|
|
24115
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
24116
|
+
headers?: Partial<{
|
|
24117
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24118
|
+
}>;
|
|
24119
|
+
} & {
|
|
24120
|
+
pathParameters: {
|
|
24121
|
+
serverId: string;
|
|
24122
|
+
};
|
|
24123
|
+
} & {
|
|
24124
|
+
headers: {
|
|
24125
|
+
"x-access-token"?: string | undefined;
|
|
24126
|
+
} & Partial<{
|
|
24127
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24128
|
+
}>;
|
|
24129
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
24130
|
+
[x: string]: unknown;
|
|
24131
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24132
|
+
[x: string]: unknown;
|
|
24133
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24134
|
+
[x: string]: unknown;
|
|
24135
|
+
}, 429, "application/json">>>;
|
|
24136
|
+
/** Get a licence of a project. */
|
|
24137
|
+
getLlmLicenceExperimental: (request: {
|
|
24138
|
+
projectId: string;
|
|
24139
|
+
licenceId: string;
|
|
24140
|
+
headers?: {
|
|
24141
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23558
24142
|
} | undefined;
|
|
23559
24143
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23560
24144
|
headers?: Partial<{
|
|
@@ -23562,94 +24146,134 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23562
24146
|
}>;
|
|
23563
24147
|
} & {
|
|
23564
24148
|
pathParameters: {
|
|
23565
|
-
|
|
24149
|
+
projectId: string;
|
|
24150
|
+
licenceId: string;
|
|
23566
24151
|
};
|
|
23567
|
-
} & {
|
|
23568
|
-
headers: {
|
|
23569
|
-
"x-access-token"?: string | undefined;
|
|
23570
|
-
} & Partial<{
|
|
23571
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23572
|
-
}>;
|
|
23573
24152
|
}, import("@mittwald/api-client-commons").Response<{
|
|
23574
|
-
|
|
23575
|
-
|
|
24153
|
+
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithContainerMeta | undefined;
|
|
24154
|
+
customerId?: string | undefined;
|
|
24155
|
+
licenceId: string;
|
|
24156
|
+
licenceKey: string;
|
|
24157
|
+
models: string[];
|
|
24158
|
+
name: string;
|
|
24159
|
+
projectId?: string | undefined;
|
|
24160
|
+
rateLimit: number;
|
|
23576
24161
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23577
24162
|
[x: string]: unknown;
|
|
23578
24163
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23579
24164
|
[x: string]: unknown;
|
|
23580
24165
|
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23581
24166
|
[x: string]: unknown;
|
|
24167
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24168
|
+
[x: string]: unknown;
|
|
23582
24169
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23583
24170
|
headers?: Partial<{
|
|
23584
24171
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23585
24172
|
}>;
|
|
23586
24173
|
} & {
|
|
23587
24174
|
pathParameters: {
|
|
23588
|
-
|
|
24175
|
+
projectId: string;
|
|
24176
|
+
licenceId: string;
|
|
23589
24177
|
};
|
|
23590
|
-
} & {
|
|
23591
|
-
headers: {
|
|
23592
|
-
"x-access-token"?: string | undefined;
|
|
23593
|
-
} & Partial<{
|
|
23594
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23595
|
-
}>;
|
|
23596
24178
|
}, import("@mittwald/api-client-commons").Response<{
|
|
23597
|
-
|
|
23598
|
-
|
|
24179
|
+
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithContainerMeta | undefined;
|
|
24180
|
+
customerId?: string | undefined;
|
|
24181
|
+
licenceId: string;
|
|
24182
|
+
licenceKey: string;
|
|
24183
|
+
models: string[];
|
|
24184
|
+
name: string;
|
|
24185
|
+
projectId?: string | undefined;
|
|
24186
|
+
rateLimit: number;
|
|
23599
24187
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23600
24188
|
[x: string]: unknown;
|
|
23601
24189
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23602
24190
|
[x: string]: unknown;
|
|
23603
24191
|
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23604
24192
|
[x: string]: unknown;
|
|
24193
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24194
|
+
[x: string]: unknown;
|
|
23605
24195
|
}, 429, "application/json">>>;
|
|
23606
|
-
/**
|
|
23607
|
-
|
|
23608
|
-
|
|
24196
|
+
/** Update a llm Licence for a project. */
|
|
24197
|
+
updateLlmLicenceExperimental: (request: {
|
|
24198
|
+
projectId: string;
|
|
24199
|
+
licenceId: string;
|
|
24200
|
+
data?: {
|
|
24201
|
+
createWebuiContainer?: boolean | undefined;
|
|
24202
|
+
name?: string | undefined;
|
|
24203
|
+
} | undefined;
|
|
23609
24204
|
headers?: {
|
|
23610
24205
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23611
|
-
"x-access-token"?: string | undefined;
|
|
23612
24206
|
} | undefined;
|
|
23613
24207
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23614
|
-
|
|
23615
|
-
|
|
23616
|
-
|
|
24208
|
+
data: {
|
|
24209
|
+
createWebuiContainer?: boolean | undefined;
|
|
24210
|
+
name?: string | undefined;
|
|
24211
|
+
};
|
|
23617
24212
|
} & {
|
|
23618
24213
|
pathParameters: {
|
|
23619
|
-
|
|
24214
|
+
projectId: string;
|
|
24215
|
+
licenceId: string;
|
|
23620
24216
|
};
|
|
23621
24217
|
} & {
|
|
23622
|
-
headers
|
|
23623
|
-
"x-access-token"?: string | undefined;
|
|
23624
|
-
} & Partial<{
|
|
24218
|
+
headers?: Partial<{
|
|
23625
24219
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23626
24220
|
}>;
|
|
23627
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
24221
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
24222
|
+
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithContainerMeta | undefined;
|
|
24223
|
+
customerId?: string | undefined;
|
|
24224
|
+
licenceId: string;
|
|
24225
|
+
licenceKey: string;
|
|
24226
|
+
models: string[];
|
|
24227
|
+
name: string;
|
|
24228
|
+
projectId?: string | undefined;
|
|
24229
|
+
rateLimit: number;
|
|
24230
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23628
24231
|
[x: string]: unknown;
|
|
23629
24232
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23630
24233
|
[x: string]: unknown;
|
|
23631
24234
|
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23632
24235
|
[x: string]: unknown;
|
|
24236
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24237
|
+
[x: string]: unknown;
|
|
24238
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24239
|
+
[x: string]: unknown;
|
|
24240
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24241
|
+
[x: string]: unknown;
|
|
23633
24242
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23634
|
-
|
|
23635
|
-
|
|
23636
|
-
|
|
24243
|
+
data: {
|
|
24244
|
+
createWebuiContainer?: boolean | undefined;
|
|
24245
|
+
name?: string | undefined;
|
|
24246
|
+
};
|
|
23637
24247
|
} & {
|
|
23638
24248
|
pathParameters: {
|
|
23639
|
-
|
|
24249
|
+
projectId: string;
|
|
24250
|
+
licenceId: string;
|
|
23640
24251
|
};
|
|
23641
24252
|
} & {
|
|
23642
|
-
headers
|
|
23643
|
-
"x-access-token"?: string | undefined;
|
|
23644
|
-
} & Partial<{
|
|
24253
|
+
headers?: Partial<{
|
|
23645
24254
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23646
24255
|
}>;
|
|
23647
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
24256
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
24257
|
+
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithContainerMeta | undefined;
|
|
24258
|
+
customerId?: string | undefined;
|
|
24259
|
+
licenceId: string;
|
|
24260
|
+
licenceKey: string;
|
|
24261
|
+
models: string[];
|
|
24262
|
+
name: string;
|
|
24263
|
+
projectId?: string | undefined;
|
|
24264
|
+
rateLimit: number;
|
|
24265
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23648
24266
|
[x: string]: unknown;
|
|
23649
24267
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23650
24268
|
[x: string]: unknown;
|
|
23651
24269
|
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23652
24270
|
[x: string]: unknown;
|
|
24271
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24272
|
+
[x: string]: unknown;
|
|
24273
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24274
|
+
[x: string]: unknown;
|
|
24275
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24276
|
+
[x: string]: unknown;
|
|
23653
24277
|
}, 429, "application/json">>>;
|
|
23654
24278
|
/** Get a ProjectInvite by token. */
|
|
23655
24279
|
getProjectTokenInvite: (request: {
|
|
@@ -25262,170 +25886,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25262
25886
|
[x: string]: unknown;
|
|
25263
25887
|
}, 429, "application/json">>>;
|
|
25264
25888
|
};
|
|
25265
|
-
/** API endpoints that are not related to any specific API domain */
|
|
25266
|
-
readonly misc: {
|
|
25267
|
-
/** Obtain a service token. */
|
|
25268
|
-
servicetokenAuthenticateService: (request: {
|
|
25269
|
-
data: {
|
|
25270
|
-
secretAccessKey: string;
|
|
25271
|
-
};
|
|
25272
|
-
accessKeyId: string;
|
|
25273
|
-
headers?: {
|
|
25274
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
25275
|
-
"x-access-token"?: string | undefined;
|
|
25276
|
-
} | undefined;
|
|
25277
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
25278
|
-
data: {
|
|
25279
|
-
secretAccessKey: string;
|
|
25280
|
-
};
|
|
25281
|
-
} & {
|
|
25282
|
-
pathParameters: {
|
|
25283
|
-
accessKeyId: string;
|
|
25284
|
-
};
|
|
25285
|
-
} & {
|
|
25286
|
-
headers?: Partial<{
|
|
25287
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25288
|
-
}>;
|
|
25289
|
-
} & {
|
|
25290
|
-
headers: {
|
|
25291
|
-
"x-access-token"?: string | undefined;
|
|
25292
|
-
} & Partial<{
|
|
25293
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25294
|
-
}>;
|
|
25295
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
25296
|
-
accessToken: {
|
|
25297
|
-
id: string;
|
|
25298
|
-
jwtClaims: {
|
|
25299
|
-
exp: string;
|
|
25300
|
-
iat: string;
|
|
25301
|
-
iss: string;
|
|
25302
|
-
sub: string;
|
|
25303
|
-
};
|
|
25304
|
-
publicToken: string;
|
|
25305
|
-
};
|
|
25306
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25307
|
-
[x: string]: unknown;
|
|
25308
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
25309
|
-
data: {
|
|
25310
|
-
secretAccessKey: string;
|
|
25311
|
-
};
|
|
25312
|
-
} & {
|
|
25313
|
-
pathParameters: {
|
|
25314
|
-
accessKeyId: string;
|
|
25315
|
-
};
|
|
25316
|
-
} & {
|
|
25317
|
-
headers?: Partial<{
|
|
25318
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25319
|
-
}>;
|
|
25320
|
-
} & {
|
|
25321
|
-
headers: {
|
|
25322
|
-
"x-access-token"?: string | undefined;
|
|
25323
|
-
} & Partial<{
|
|
25324
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25325
|
-
}>;
|
|
25326
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
25327
|
-
accessToken: {
|
|
25328
|
-
id: string;
|
|
25329
|
-
jwtClaims: {
|
|
25330
|
-
exp: string;
|
|
25331
|
-
iat: string;
|
|
25332
|
-
iss: string;
|
|
25333
|
-
sub: string;
|
|
25334
|
-
};
|
|
25335
|
-
publicToken: string;
|
|
25336
|
-
};
|
|
25337
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25338
|
-
[x: string]: unknown;
|
|
25339
|
-
}, 429, "application/json">>>;
|
|
25340
|
-
/** Check if an address exists. */
|
|
25341
|
-
verificationVerifyAddress: (request: {
|
|
25342
|
-
data: {
|
|
25343
|
-
city: string;
|
|
25344
|
-
country: string;
|
|
25345
|
-
street: string;
|
|
25346
|
-
zip: string;
|
|
25347
|
-
};
|
|
25348
|
-
headers?: {
|
|
25349
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
25350
|
-
} | undefined;
|
|
25351
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
25352
|
-
data: {
|
|
25353
|
-
city: string;
|
|
25354
|
-
country: string;
|
|
25355
|
-
street: string;
|
|
25356
|
-
zip: string;
|
|
25357
|
-
};
|
|
25358
|
-
} & {
|
|
25359
|
-
headers?: Partial<{
|
|
25360
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25361
|
-
}>;
|
|
25362
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
25363
|
-
exists: boolean;
|
|
25364
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25365
|
-
[x: string]: unknown;
|
|
25366
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
25367
|
-
data: {
|
|
25368
|
-
city: string;
|
|
25369
|
-
country: string;
|
|
25370
|
-
street: string;
|
|
25371
|
-
zip: string;
|
|
25372
|
-
};
|
|
25373
|
-
} & {
|
|
25374
|
-
headers?: Partial<{
|
|
25375
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25376
|
-
}>;
|
|
25377
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
25378
|
-
exists: boolean;
|
|
25379
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25380
|
-
[x: string]: unknown;
|
|
25381
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty">>>;
|
|
25382
|
-
/** Check if a company exists. */
|
|
25383
|
-
verificationVerifyCompany: (request: {
|
|
25384
|
-
data: {
|
|
25385
|
-
name: string;
|
|
25386
|
-
};
|
|
25387
|
-
headers?: {
|
|
25388
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
25389
|
-
"x-access-token"?: string | undefined;
|
|
25390
|
-
} | undefined;
|
|
25391
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
25392
|
-
data: {
|
|
25393
|
-
name: string;
|
|
25394
|
-
};
|
|
25395
|
-
} & {
|
|
25396
|
-
headers?: Partial<{
|
|
25397
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25398
|
-
}>;
|
|
25399
|
-
} & {
|
|
25400
|
-
headers: {
|
|
25401
|
-
"x-access-token"?: string | undefined;
|
|
25402
|
-
} & Partial<{
|
|
25403
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25404
|
-
}>;
|
|
25405
|
-
}, import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
25406
|
-
exists: boolean;
|
|
25407
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
25408
|
-
[x: string]: unknown;
|
|
25409
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
25410
|
-
data: {
|
|
25411
|
-
name: string;
|
|
25412
|
-
};
|
|
25413
|
-
} & {
|
|
25414
|
-
headers?: Partial<{
|
|
25415
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25416
|
-
}>;
|
|
25417
|
-
} & {
|
|
25418
|
-
headers: {
|
|
25419
|
-
"x-access-token"?: string | undefined;
|
|
25420
|
-
} & Partial<{
|
|
25421
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25422
|
-
}>;
|
|
25423
|
-
}, import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
25424
|
-
exists: boolean;
|
|
25425
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
25426
|
-
[x: string]: unknown;
|
|
25427
|
-
}, 429, "application/json">>>;
|
|
25428
|
-
};
|
|
25429
25889
|
/** The SSH/SFTP User API allows you to manage your SSH/SFTP users within a project. */
|
|
25430
25890
|
readonly sshsftpUser: {
|
|
25431
25891
|
/** Get all SFTPUsers for a Project. */
|