@mittwald/api-client 4.177.0 → 4.179.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 +0 -13
- package/dist/esm/generated/v2/client.js +9 -21
- package/dist/esm/generated/v2/descriptors.js +0 -36
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +5 -47
- package/dist/types/generated/v2/client.d.ts +184 -513
- package/dist/types/generated/v2/descriptors.d.ts +2 -14
- package/dist/types/generated/v2/types.d.ts +24 -375
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -2
|
@@ -121,7 +121,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
121
121
|
id: string;
|
|
122
122
|
installationPath: string;
|
|
123
123
|
linkedDatabases?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[] | undefined;
|
|
124
|
-
|
|
124
|
+
lockedBy?: {
|
|
125
|
+
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
|
|
126
|
+
} | undefined;
|
|
125
127
|
projectId?: string | undefined;
|
|
126
128
|
screenshotId?: string | undefined;
|
|
127
129
|
screenshotRef?: string | undefined;
|
|
@@ -157,7 +159,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
157
159
|
id: string;
|
|
158
160
|
installationPath: string;
|
|
159
161
|
linkedDatabases?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[] | undefined;
|
|
160
|
-
|
|
162
|
+
lockedBy?: {
|
|
163
|
+
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
|
|
164
|
+
} | undefined;
|
|
161
165
|
projectId?: string | undefined;
|
|
162
166
|
screenshotId?: string | undefined;
|
|
163
167
|
screenshotRef?: string | undefined;
|
|
@@ -195,6 +199,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
195
199
|
[x: string]: unknown;
|
|
196
200
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
197
201
|
[x: string]: unknown;
|
|
202
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
203
|
+
[x: string]: unknown;
|
|
198
204
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
199
205
|
headers?: Partial<{
|
|
200
206
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -213,6 +219,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
213
219
|
[x: string]: unknown;
|
|
214
220
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
215
221
|
[x: string]: unknown;
|
|
222
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
223
|
+
[x: string]: unknown;
|
|
216
224
|
}, 429, "application/json">>>;
|
|
217
225
|
/** Update properties belonging to an AppInstallation. */
|
|
218
226
|
patchAppinstallation: (request: {
|
|
@@ -4922,63 +4930,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4922
4930
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4923
4931
|
[x: string]: unknown;
|
|
4924
4932
|
}, 429, "application/json">>>;
|
|
4925
|
-
/** Return the next TerminationDate for the ContractItem with the given ID. */
|
|
4926
|
-
getNextTerminationDateForItem: (request: {
|
|
4927
|
-
contractId: string;
|
|
4928
|
-
contractItemId: string;
|
|
4929
|
-
headers?: {
|
|
4930
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
4931
|
-
"x-access-token"?: string | undefined;
|
|
4932
|
-
} | undefined;
|
|
4933
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4934
|
-
headers?: Partial<{
|
|
4935
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4936
|
-
}>;
|
|
4937
|
-
} & {
|
|
4938
|
-
pathParameters: {
|
|
4939
|
-
contractId: string;
|
|
4940
|
-
contractItemId: string;
|
|
4941
|
-
};
|
|
4942
|
-
} & {
|
|
4943
|
-
headers: {
|
|
4944
|
-
"x-access-token"?: string | undefined;
|
|
4945
|
-
} & Partial<{
|
|
4946
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4947
|
-
}>;
|
|
4948
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
4949
|
-
contractItemId: string;
|
|
4950
|
-
nextTerminationDate: string;
|
|
4951
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4952
|
-
[x: string]: unknown;
|
|
4953
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4954
|
-
[x: string]: unknown;
|
|
4955
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4956
|
-
[x: string]: unknown;
|
|
4957
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4958
|
-
headers?: Partial<{
|
|
4959
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4960
|
-
}>;
|
|
4961
|
-
} & {
|
|
4962
|
-
pathParameters: {
|
|
4963
|
-
contractId: string;
|
|
4964
|
-
contractItemId: string;
|
|
4965
|
-
};
|
|
4966
|
-
} & {
|
|
4967
|
-
headers: {
|
|
4968
|
-
"x-access-token"?: string | undefined;
|
|
4969
|
-
} & Partial<{
|
|
4970
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4971
|
-
}>;
|
|
4972
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
4973
|
-
contractItemId: string;
|
|
4974
|
-
nextTerminationDate: string;
|
|
4975
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4976
|
-
[x: string]: unknown;
|
|
4977
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4978
|
-
[x: string]: unknown;
|
|
4979
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4980
|
-
[x: string]: unknown;
|
|
4981
|
-
}, 429, "application/json">>>;
|
|
4982
4933
|
/** Return a list of Contracts for the given Customer. */
|
|
4983
4934
|
listContracts: (request: {
|
|
4984
4935
|
customerId: string;
|
|
@@ -5408,6 +5359,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5408
5359
|
limit?: number | undefined;
|
|
5409
5360
|
skip?: number | undefined;
|
|
5410
5361
|
page?: number | undefined;
|
|
5362
|
+
sort?: "invoiceNumber"[] | undefined;
|
|
5363
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
5411
5364
|
} | undefined;
|
|
5412
5365
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5413
5366
|
headers?: Partial<{
|
|
@@ -5423,6 +5376,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5423
5376
|
limit?: number | undefined;
|
|
5424
5377
|
skip?: number | undefined;
|
|
5425
5378
|
page?: number | undefined;
|
|
5379
|
+
sort?: "invoiceNumber"[] | undefined;
|
|
5380
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
5426
5381
|
} & Partial<{
|
|
5427
5382
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5428
5383
|
}>;
|
|
@@ -5452,6 +5407,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5452
5407
|
limit?: number | undefined;
|
|
5453
5408
|
skip?: number | undefined;
|
|
5454
5409
|
page?: number | undefined;
|
|
5410
|
+
sort?: "invoiceNumber"[] | undefined;
|
|
5411
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
5455
5412
|
} & Partial<{
|
|
5456
5413
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5457
5414
|
}>;
|
|
@@ -9345,6 +9302,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9345
9302
|
[x: string]: unknown;
|
|
9346
9303
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
9347
9304
|
[x: string]: unknown;
|
|
9305
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
9306
|
+
[x: string]: unknown;
|
|
9348
9307
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
9349
9308
|
data: {
|
|
9350
9309
|
priceInCents?: number | undefined;
|
|
@@ -9372,6 +9331,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9372
9331
|
[x: string]: unknown;
|
|
9373
9332
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
9374
9333
|
[x: string]: unknown;
|
|
9334
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
9335
|
+
[x: string]: unknown;
|
|
9375
9336
|
}, 429, "application/json">>>;
|
|
9376
9337
|
/** Get payment method details */
|
|
9377
9338
|
customerGetPaymentMethod: (request: {
|
|
@@ -22462,200 +22423,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22462
22423
|
[x: string]: unknown;
|
|
22463
22424
|
}, 429, "application/json">>>;
|
|
22464
22425
|
};
|
|
22465
|
-
/** API endpoints that are not related to any specific API domain */
|
|
22466
|
-
readonly misc: {
|
|
22467
|
-
/** Get a list of currently active llm models. */
|
|
22468
|
-
getLlmModelsExperimental: (request?: {
|
|
22469
|
-
headers?: {
|
|
22470
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22471
|
-
} | undefined;
|
|
22472
|
-
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22473
|
-
headers?: Partial<{
|
|
22474
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22475
|
-
}>;
|
|
22476
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithModel[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22477
|
-
[x: string]: unknown;
|
|
22478
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22479
|
-
[x: string]: unknown;
|
|
22480
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22481
|
-
[x: string]: unknown;
|
|
22482
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22483
|
-
[x: string]: unknown;
|
|
22484
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22485
|
-
headers?: Partial<{
|
|
22486
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22487
|
-
}>;
|
|
22488
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithModel[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22489
|
-
[x: string]: unknown;
|
|
22490
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22491
|
-
[x: string]: unknown;
|
|
22492
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22493
|
-
[x: string]: unknown;
|
|
22494
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22495
|
-
[x: string]: unknown;
|
|
22496
|
-
}, 429, "application/json">>>;
|
|
22497
|
-
/** Obtain a service token. */
|
|
22498
|
-
servicetokenAuthenticateService: (request: {
|
|
22499
|
-
data: {
|
|
22500
|
-
secretAccessKey: string;
|
|
22501
|
-
};
|
|
22502
|
-
accessKeyId: string;
|
|
22503
|
-
headers?: {
|
|
22504
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22505
|
-
"x-access-token"?: string | undefined;
|
|
22506
|
-
} | undefined;
|
|
22507
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22508
|
-
data: {
|
|
22509
|
-
secretAccessKey: string;
|
|
22510
|
-
};
|
|
22511
|
-
} & {
|
|
22512
|
-
pathParameters: {
|
|
22513
|
-
accessKeyId: string;
|
|
22514
|
-
};
|
|
22515
|
-
} & {
|
|
22516
|
-
headers?: Partial<{
|
|
22517
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22518
|
-
}>;
|
|
22519
|
-
} & {
|
|
22520
|
-
headers: {
|
|
22521
|
-
"x-access-token"?: string | undefined;
|
|
22522
|
-
} & Partial<{
|
|
22523
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22524
|
-
}>;
|
|
22525
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
22526
|
-
accessToken: {
|
|
22527
|
-
id: string;
|
|
22528
|
-
jwtClaims: {
|
|
22529
|
-
exp: string;
|
|
22530
|
-
iat: string;
|
|
22531
|
-
iss: string;
|
|
22532
|
-
sub: string;
|
|
22533
|
-
};
|
|
22534
|
-
publicToken: string;
|
|
22535
|
-
};
|
|
22536
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22537
|
-
[x: string]: unknown;
|
|
22538
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22539
|
-
data: {
|
|
22540
|
-
secretAccessKey: string;
|
|
22541
|
-
};
|
|
22542
|
-
} & {
|
|
22543
|
-
pathParameters: {
|
|
22544
|
-
accessKeyId: string;
|
|
22545
|
-
};
|
|
22546
|
-
} & {
|
|
22547
|
-
headers?: Partial<{
|
|
22548
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22549
|
-
}>;
|
|
22550
|
-
} & {
|
|
22551
|
-
headers: {
|
|
22552
|
-
"x-access-token"?: string | undefined;
|
|
22553
|
-
} & Partial<{
|
|
22554
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22555
|
-
}>;
|
|
22556
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
22557
|
-
accessToken: {
|
|
22558
|
-
id: string;
|
|
22559
|
-
jwtClaims: {
|
|
22560
|
-
exp: string;
|
|
22561
|
-
iat: string;
|
|
22562
|
-
iss: string;
|
|
22563
|
-
sub: string;
|
|
22564
|
-
};
|
|
22565
|
-
publicToken: string;
|
|
22566
|
-
};
|
|
22567
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22568
|
-
[x: string]: unknown;
|
|
22569
|
-
}, 429, "application/json">>>;
|
|
22570
|
-
/** Check if an address exists. */
|
|
22571
|
-
verificationVerifyAddress: (request: {
|
|
22572
|
-
data: {
|
|
22573
|
-
city: string;
|
|
22574
|
-
country: string;
|
|
22575
|
-
street: string;
|
|
22576
|
-
zip: string;
|
|
22577
|
-
};
|
|
22578
|
-
headers?: {
|
|
22579
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22580
|
-
} | undefined;
|
|
22581
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22582
|
-
data: {
|
|
22583
|
-
city: string;
|
|
22584
|
-
country: string;
|
|
22585
|
-
street: string;
|
|
22586
|
-
zip: string;
|
|
22587
|
-
};
|
|
22588
|
-
} & {
|
|
22589
|
-
headers?: Partial<{
|
|
22590
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22591
|
-
}>;
|
|
22592
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
22593
|
-
exists: boolean;
|
|
22594
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22595
|
-
[x: string]: unknown;
|
|
22596
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22597
|
-
data: {
|
|
22598
|
-
city: string;
|
|
22599
|
-
country: string;
|
|
22600
|
-
street: string;
|
|
22601
|
-
zip: string;
|
|
22602
|
-
};
|
|
22603
|
-
} & {
|
|
22604
|
-
headers?: Partial<{
|
|
22605
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22606
|
-
}>;
|
|
22607
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
22608
|
-
exists: boolean;
|
|
22609
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22610
|
-
[x: string]: unknown;
|
|
22611
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty">>>;
|
|
22612
|
-
/** Check if a company exists. */
|
|
22613
|
-
verificationVerifyCompany: (request: {
|
|
22614
|
-
data: {
|
|
22615
|
-
name: string;
|
|
22616
|
-
};
|
|
22617
|
-
headers?: {
|
|
22618
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22619
|
-
"x-access-token"?: string | undefined;
|
|
22620
|
-
} | undefined;
|
|
22621
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22622
|
-
data: {
|
|
22623
|
-
name: string;
|
|
22624
|
-
};
|
|
22625
|
-
} & {
|
|
22626
|
-
headers?: Partial<{
|
|
22627
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22628
|
-
}>;
|
|
22629
|
-
} & {
|
|
22630
|
-
headers: {
|
|
22631
|
-
"x-access-token"?: string | undefined;
|
|
22632
|
-
} & Partial<{
|
|
22633
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22634
|
-
}>;
|
|
22635
|
-
}, import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
22636
|
-
exists: boolean;
|
|
22637
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
22638
|
-
[x: string]: unknown;
|
|
22639
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22640
|
-
data: {
|
|
22641
|
-
name: string;
|
|
22642
|
-
};
|
|
22643
|
-
} & {
|
|
22644
|
-
headers?: Partial<{
|
|
22645
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22646
|
-
}>;
|
|
22647
|
-
} & {
|
|
22648
|
-
headers: {
|
|
22649
|
-
"x-access-token"?: string | undefined;
|
|
22650
|
-
} & Partial<{
|
|
22651
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22652
|
-
}>;
|
|
22653
|
-
}, import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
22654
|
-
exists: boolean;
|
|
22655
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
22656
|
-
[x: string]: unknown;
|
|
22657
|
-
}, 429, "application/json">>>;
|
|
22658
|
-
};
|
|
22659
22426
|
/** The page insights API allows you to get page insights information. */
|
|
22660
22427
|
readonly pageInsights: {
|
|
22661
22428
|
/** Get detailed performance data for a given domain and path. */
|
|
@@ -23019,124 +22786,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23019
22786
|
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23020
22787
|
[x: string]: unknown;
|
|
23021
22788
|
}, 429, "application/json">>>;
|
|
23022
|
-
/** Get a list of already created llm licences. */
|
|
23023
|
-
getLlmLicencesExperimental: (request: {
|
|
23024
|
-
projectId: string;
|
|
23025
|
-
headers?: {
|
|
23026
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23027
|
-
} | undefined;
|
|
23028
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23029
|
-
headers?: Partial<{
|
|
23030
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23031
|
-
}>;
|
|
23032
|
-
} & {
|
|
23033
|
-
pathParameters: {
|
|
23034
|
-
projectId: string;
|
|
23035
|
-
};
|
|
23036
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithLicence[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23037
|
-
[x: string]: unknown;
|
|
23038
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23039
|
-
[x: string]: unknown;
|
|
23040
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23041
|
-
[x: string]: unknown;
|
|
23042
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23043
|
-
[x: string]: unknown;
|
|
23044
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23045
|
-
headers?: Partial<{
|
|
23046
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23047
|
-
}>;
|
|
23048
|
-
} & {
|
|
23049
|
-
pathParameters: {
|
|
23050
|
-
projectId: string;
|
|
23051
|
-
};
|
|
23052
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithLicence[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23053
|
-
[x: string]: unknown;
|
|
23054
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23055
|
-
[x: string]: unknown;
|
|
23056
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23057
|
-
[x: string]: unknown;
|
|
23058
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23059
|
-
[x: string]: unknown;
|
|
23060
|
-
}, 429, "application/json">>>;
|
|
23061
|
-
/** Creates a new llm beta Licence for a project. Will be purged on end of beta. */
|
|
23062
|
-
createLlmBetaLicenceExperimental: (request: {
|
|
23063
|
-
data: {
|
|
23064
|
-
name: string;
|
|
23065
|
-
createWebuiContainer?: boolean | undefined;
|
|
23066
|
-
};
|
|
23067
|
-
projectId: string;
|
|
23068
|
-
headers?: {
|
|
23069
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23070
|
-
} | undefined;
|
|
23071
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23072
|
-
data: {
|
|
23073
|
-
createWebuiContainer?: boolean | undefined;
|
|
23074
|
-
name: string;
|
|
23075
|
-
};
|
|
23076
|
-
} & {
|
|
23077
|
-
pathParameters: {
|
|
23078
|
-
projectId: string;
|
|
23079
|
-
};
|
|
23080
|
-
} & {
|
|
23081
|
-
headers?: Partial<{
|
|
23082
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23083
|
-
}>;
|
|
23084
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
23085
|
-
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithContainerMeta | undefined;
|
|
23086
|
-
customerId?: string | undefined;
|
|
23087
|
-
licenceId: string;
|
|
23088
|
-
licenceKey: string;
|
|
23089
|
-
models: string[];
|
|
23090
|
-
name: string;
|
|
23091
|
-
projectId?: string | undefined;
|
|
23092
|
-
rateLimit: number;
|
|
23093
|
-
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23094
|
-
[x: string]: unknown;
|
|
23095
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23096
|
-
[x: string]: unknown;
|
|
23097
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23098
|
-
[x: string]: unknown;
|
|
23099
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23100
|
-
[x: string]: unknown;
|
|
23101
|
-
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23102
|
-
[x: string]: unknown;
|
|
23103
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23104
|
-
[x: string]: unknown;
|
|
23105
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23106
|
-
data: {
|
|
23107
|
-
createWebuiContainer?: boolean | undefined;
|
|
23108
|
-
name: string;
|
|
23109
|
-
};
|
|
23110
|
-
} & {
|
|
23111
|
-
pathParameters: {
|
|
23112
|
-
projectId: string;
|
|
23113
|
-
};
|
|
23114
|
-
} & {
|
|
23115
|
-
headers?: Partial<{
|
|
23116
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23117
|
-
}>;
|
|
23118
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
23119
|
-
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithContainerMeta | undefined;
|
|
23120
|
-
customerId?: string | undefined;
|
|
23121
|
-
licenceId: string;
|
|
23122
|
-
licenceKey: string;
|
|
23123
|
-
models: string[];
|
|
23124
|
-
name: string;
|
|
23125
|
-
projectId?: string | undefined;
|
|
23126
|
-
rateLimit: number;
|
|
23127
|
-
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23128
|
-
[x: string]: unknown;
|
|
23129
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23130
|
-
[x: string]: unknown;
|
|
23131
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23132
|
-
[x: string]: unknown;
|
|
23133
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23134
|
-
[x: string]: unknown;
|
|
23135
|
-
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23136
|
-
[x: string]: unknown;
|
|
23137
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23138
|
-
[x: string]: unknown;
|
|
23139
|
-
}, 429, "application/json">>>;
|
|
23140
22789
|
/** List Invites belonging to a Project. */
|
|
23141
22790
|
listInvitesForProject: (request: {
|
|
23142
22791
|
projectId: string;
|
|
@@ -24027,148 +23676,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24027
23676
|
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24028
23677
|
[x: string]: unknown;
|
|
24029
23678
|
}, 429, "application/json">>>;
|
|
24030
|
-
/** Get a licence of a project. */
|
|
24031
|
-
getLlmLicenceExperimental: (request: {
|
|
24032
|
-
projectId: string;
|
|
24033
|
-
licenceId: string;
|
|
24034
|
-
headers?: {
|
|
24035
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24036
|
-
} | undefined;
|
|
24037
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
24038
|
-
headers?: Partial<{
|
|
24039
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24040
|
-
}>;
|
|
24041
|
-
} & {
|
|
24042
|
-
pathParameters: {
|
|
24043
|
-
projectId: string;
|
|
24044
|
-
licenceId: string;
|
|
24045
|
-
};
|
|
24046
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
24047
|
-
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithContainerMeta | undefined;
|
|
24048
|
-
customerId?: string | undefined;
|
|
24049
|
-
licenceId: string;
|
|
24050
|
-
licenceKey: string;
|
|
24051
|
-
models: string[];
|
|
24052
|
-
name: string;
|
|
24053
|
-
projectId?: string | undefined;
|
|
24054
|
-
rateLimit: number;
|
|
24055
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24056
|
-
[x: string]: unknown;
|
|
24057
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24058
|
-
[x: string]: unknown;
|
|
24059
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24060
|
-
[x: string]: unknown;
|
|
24061
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24062
|
-
[x: string]: unknown;
|
|
24063
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
24064
|
-
headers?: Partial<{
|
|
24065
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24066
|
-
}>;
|
|
24067
|
-
} & {
|
|
24068
|
-
pathParameters: {
|
|
24069
|
-
projectId: string;
|
|
24070
|
-
licenceId: string;
|
|
24071
|
-
};
|
|
24072
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
24073
|
-
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithContainerMeta | undefined;
|
|
24074
|
-
customerId?: string | undefined;
|
|
24075
|
-
licenceId: string;
|
|
24076
|
-
licenceKey: string;
|
|
24077
|
-
models: string[];
|
|
24078
|
-
name: string;
|
|
24079
|
-
projectId?: string | undefined;
|
|
24080
|
-
rateLimit: number;
|
|
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
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24088
|
-
[x: string]: unknown;
|
|
24089
|
-
}, 429, "application/json">>>;
|
|
24090
|
-
/** Update a llm Licence for a project. */
|
|
24091
|
-
updateLlmLicenceExperimental: (request: {
|
|
24092
|
-
projectId: string;
|
|
24093
|
-
licenceId: string;
|
|
24094
|
-
data?: {
|
|
24095
|
-
createWebuiContainer?: boolean | undefined;
|
|
24096
|
-
name?: string | undefined;
|
|
24097
|
-
} | undefined;
|
|
24098
|
-
headers?: {
|
|
24099
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24100
|
-
} | undefined;
|
|
24101
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
24102
|
-
data: {
|
|
24103
|
-
createWebuiContainer?: boolean | undefined;
|
|
24104
|
-
name?: string | undefined;
|
|
24105
|
-
};
|
|
24106
|
-
} & {
|
|
24107
|
-
pathParameters: {
|
|
24108
|
-
projectId: string;
|
|
24109
|
-
licenceId: string;
|
|
24110
|
-
};
|
|
24111
|
-
} & {
|
|
24112
|
-
headers?: Partial<{
|
|
24113
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24114
|
-
}>;
|
|
24115
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
24116
|
-
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithContainerMeta | undefined;
|
|
24117
|
-
customerId?: string | undefined;
|
|
24118
|
-
licenceId: string;
|
|
24119
|
-
licenceKey: string;
|
|
24120
|
-
models: string[];
|
|
24121
|
-
name: string;
|
|
24122
|
-
projectId?: string | undefined;
|
|
24123
|
-
rateLimit: number;
|
|
24124
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24125
|
-
[x: string]: unknown;
|
|
24126
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24127
|
-
[x: string]: unknown;
|
|
24128
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24129
|
-
[x: string]: unknown;
|
|
24130
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24131
|
-
[x: string]: unknown;
|
|
24132
|
-
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24133
|
-
[x: string]: unknown;
|
|
24134
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24135
|
-
[x: string]: unknown;
|
|
24136
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
24137
|
-
data: {
|
|
24138
|
-
createWebuiContainer?: boolean | undefined;
|
|
24139
|
-
name?: string | undefined;
|
|
24140
|
-
};
|
|
24141
|
-
} & {
|
|
24142
|
-
pathParameters: {
|
|
24143
|
-
projectId: string;
|
|
24144
|
-
licenceId: string;
|
|
24145
|
-
};
|
|
24146
|
-
} & {
|
|
24147
|
-
headers?: Partial<{
|
|
24148
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24149
|
-
}>;
|
|
24150
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
24151
|
-
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithContainerMeta | undefined;
|
|
24152
|
-
customerId?: string | undefined;
|
|
24153
|
-
licenceId: string;
|
|
24154
|
-
licenceKey: string;
|
|
24155
|
-
models: string[];
|
|
24156
|
-
name: string;
|
|
24157
|
-
projectId?: string | undefined;
|
|
24158
|
-
rateLimit: number;
|
|
24159
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24160
|
-
[x: string]: unknown;
|
|
24161
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24162
|
-
[x: string]: unknown;
|
|
24163
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24164
|
-
[x: string]: unknown;
|
|
24165
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24166
|
-
[x: string]: unknown;
|
|
24167
|
-
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24168
|
-
[x: string]: unknown;
|
|
24169
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24170
|
-
[x: string]: unknown;
|
|
24171
|
-
}, 429, "application/json">>>;
|
|
24172
23679
|
/** Get a ProjectInvite by token. */
|
|
24173
23680
|
getProjectTokenInvite: (request: {
|
|
24174
23681
|
headers: {
|
|
@@ -25780,6 +25287,170 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25780
25287
|
[x: string]: unknown;
|
|
25781
25288
|
}, 429, "application/json">>>;
|
|
25782
25289
|
};
|
|
25290
|
+
/** API endpoints that are not related to any specific API domain */
|
|
25291
|
+
readonly misc: {
|
|
25292
|
+
/** Obtain a service token. */
|
|
25293
|
+
servicetokenAuthenticateService: (request: {
|
|
25294
|
+
data: {
|
|
25295
|
+
secretAccessKey: string;
|
|
25296
|
+
};
|
|
25297
|
+
accessKeyId: string;
|
|
25298
|
+
headers?: {
|
|
25299
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
25300
|
+
"x-access-token"?: string | undefined;
|
|
25301
|
+
} | undefined;
|
|
25302
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
25303
|
+
data: {
|
|
25304
|
+
secretAccessKey: string;
|
|
25305
|
+
};
|
|
25306
|
+
} & {
|
|
25307
|
+
pathParameters: {
|
|
25308
|
+
accessKeyId: string;
|
|
25309
|
+
};
|
|
25310
|
+
} & {
|
|
25311
|
+
headers?: Partial<{
|
|
25312
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25313
|
+
}>;
|
|
25314
|
+
} & {
|
|
25315
|
+
headers: {
|
|
25316
|
+
"x-access-token"?: string | undefined;
|
|
25317
|
+
} & Partial<{
|
|
25318
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25319
|
+
}>;
|
|
25320
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
25321
|
+
accessToken: {
|
|
25322
|
+
id: string;
|
|
25323
|
+
jwtClaims: {
|
|
25324
|
+
exp: string;
|
|
25325
|
+
iat: string;
|
|
25326
|
+
iss: string;
|
|
25327
|
+
sub: string;
|
|
25328
|
+
};
|
|
25329
|
+
publicToken: string;
|
|
25330
|
+
};
|
|
25331
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25332
|
+
[x: string]: unknown;
|
|
25333
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
25334
|
+
data: {
|
|
25335
|
+
secretAccessKey: string;
|
|
25336
|
+
};
|
|
25337
|
+
} & {
|
|
25338
|
+
pathParameters: {
|
|
25339
|
+
accessKeyId: string;
|
|
25340
|
+
};
|
|
25341
|
+
} & {
|
|
25342
|
+
headers?: Partial<{
|
|
25343
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25344
|
+
}>;
|
|
25345
|
+
} & {
|
|
25346
|
+
headers: {
|
|
25347
|
+
"x-access-token"?: string | undefined;
|
|
25348
|
+
} & Partial<{
|
|
25349
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25350
|
+
}>;
|
|
25351
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
25352
|
+
accessToken: {
|
|
25353
|
+
id: string;
|
|
25354
|
+
jwtClaims: {
|
|
25355
|
+
exp: string;
|
|
25356
|
+
iat: string;
|
|
25357
|
+
iss: string;
|
|
25358
|
+
sub: string;
|
|
25359
|
+
};
|
|
25360
|
+
publicToken: string;
|
|
25361
|
+
};
|
|
25362
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25363
|
+
[x: string]: unknown;
|
|
25364
|
+
}, 429, "application/json">>>;
|
|
25365
|
+
/** Check if an address exists. */
|
|
25366
|
+
verificationVerifyAddress: (request: {
|
|
25367
|
+
data: {
|
|
25368
|
+
city: string;
|
|
25369
|
+
country: string;
|
|
25370
|
+
street: string;
|
|
25371
|
+
zip: string;
|
|
25372
|
+
};
|
|
25373
|
+
headers?: {
|
|
25374
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
25375
|
+
} | undefined;
|
|
25376
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
25377
|
+
data: {
|
|
25378
|
+
city: string;
|
|
25379
|
+
country: string;
|
|
25380
|
+
street: string;
|
|
25381
|
+
zip: string;
|
|
25382
|
+
};
|
|
25383
|
+
} & {
|
|
25384
|
+
headers?: Partial<{
|
|
25385
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25386
|
+
}>;
|
|
25387
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
25388
|
+
exists: boolean;
|
|
25389
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25390
|
+
[x: string]: unknown;
|
|
25391
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
25392
|
+
data: {
|
|
25393
|
+
city: string;
|
|
25394
|
+
country: string;
|
|
25395
|
+
street: string;
|
|
25396
|
+
zip: string;
|
|
25397
|
+
};
|
|
25398
|
+
} & {
|
|
25399
|
+
headers?: Partial<{
|
|
25400
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25401
|
+
}>;
|
|
25402
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
25403
|
+
exists: boolean;
|
|
25404
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25405
|
+
[x: string]: unknown;
|
|
25406
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty">>>;
|
|
25407
|
+
/** Check if a company exists. */
|
|
25408
|
+
verificationVerifyCompany: (request: {
|
|
25409
|
+
data: {
|
|
25410
|
+
name: string;
|
|
25411
|
+
};
|
|
25412
|
+
headers?: {
|
|
25413
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
25414
|
+
"x-access-token"?: string | undefined;
|
|
25415
|
+
} | undefined;
|
|
25416
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
25417
|
+
data: {
|
|
25418
|
+
name: string;
|
|
25419
|
+
};
|
|
25420
|
+
} & {
|
|
25421
|
+
headers?: Partial<{
|
|
25422
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25423
|
+
}>;
|
|
25424
|
+
} & {
|
|
25425
|
+
headers: {
|
|
25426
|
+
"x-access-token"?: string | undefined;
|
|
25427
|
+
} & Partial<{
|
|
25428
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25429
|
+
}>;
|
|
25430
|
+
}, import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
25431
|
+
exists: boolean;
|
|
25432
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
25433
|
+
[x: string]: unknown;
|
|
25434
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
25435
|
+
data: {
|
|
25436
|
+
name: string;
|
|
25437
|
+
};
|
|
25438
|
+
} & {
|
|
25439
|
+
headers?: Partial<{
|
|
25440
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25441
|
+
}>;
|
|
25442
|
+
} & {
|
|
25443
|
+
headers: {
|
|
25444
|
+
"x-access-token"?: string | undefined;
|
|
25445
|
+
} & Partial<{
|
|
25446
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25447
|
+
}>;
|
|
25448
|
+
}, import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
25449
|
+
exists: boolean;
|
|
25450
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
25451
|
+
[x: string]: unknown;
|
|
25452
|
+
}, 429, "application/json">>>;
|
|
25453
|
+
};
|
|
25783
25454
|
/** The SSH/SFTP User API allows you to manage your SSH/SFTP users within a project. */
|
|
25784
25455
|
readonly sshsftpUser: {
|
|
25785
25456
|
/** Get all SFTPUsers for a Project. */
|