@mittwald/api-client 4.178.0 → 4.180.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 +2 -11
- package/dist/esm/generated/v2/client.js +11 -19
- package/dist/esm/generated/v2/descriptors.js +6 -30
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +15 -35
- package/dist/types/generated/v2/client.d.ts +237 -464
- package/dist/types/generated/v2/descriptors.d.ts +2 -10
- package/dist/types/generated/v2/types.d.ts +46 -330
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -2
|
@@ -124,7 +124,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
124
124
|
lockedBy?: {
|
|
125
125
|
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
|
|
126
126
|
} | undefined;
|
|
127
|
-
processes?: string[] | undefined;
|
|
128
127
|
projectId?: string | undefined;
|
|
129
128
|
screenshotId?: string | undefined;
|
|
130
129
|
screenshotRef?: string | undefined;
|
|
@@ -163,7 +162,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
163
162
|
lockedBy?: {
|
|
164
163
|
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
|
|
165
164
|
} | undefined;
|
|
166
|
-
processes?: string[] | undefined;
|
|
167
165
|
projectId?: string | undefined;
|
|
168
166
|
screenshotId?: string | undefined;
|
|
169
167
|
screenshotRef?: string | undefined;
|
|
@@ -5361,6 +5359,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5361
5359
|
limit?: number | undefined;
|
|
5362
5360
|
skip?: number | undefined;
|
|
5363
5361
|
page?: number | undefined;
|
|
5362
|
+
sort?: "invoiceNumber"[] | undefined;
|
|
5363
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
5364
5364
|
} | undefined;
|
|
5365
5365
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5366
5366
|
headers?: Partial<{
|
|
@@ -5376,6 +5376,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5376
5376
|
limit?: number | undefined;
|
|
5377
5377
|
skip?: number | undefined;
|
|
5378
5378
|
page?: number | undefined;
|
|
5379
|
+
sort?: "invoiceNumber"[] | undefined;
|
|
5380
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
5379
5381
|
} & Partial<{
|
|
5380
5382
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5381
5383
|
}>;
|
|
@@ -5405,6 +5407,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5405
5407
|
limit?: number | undefined;
|
|
5406
5408
|
skip?: number | undefined;
|
|
5407
5409
|
page?: number | undefined;
|
|
5410
|
+
sort?: "invoiceNumber"[] | undefined;
|
|
5411
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
5408
5412
|
} & Partial<{
|
|
5409
5413
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5410
5414
|
}>;
|
|
@@ -6223,6 +6227,65 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6223
6227
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6224
6228
|
[x: string]: unknown;
|
|
6225
6229
|
}, 429, "application/json">>>;
|
|
6230
|
+
/** List ContractPartners of the contributor. */
|
|
6231
|
+
contributorListContractPartnersOfContributor: (request: {
|
|
6232
|
+
contributorId: string;
|
|
6233
|
+
headers?: {
|
|
6234
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6235
|
+
"x-access-token"?: string | undefined;
|
|
6236
|
+
} | undefined;
|
|
6237
|
+
queryParameters?: {
|
|
6238
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6239
|
+
extensionId?: string | undefined;
|
|
6240
|
+
extensionInstanceId?: string | undefined;
|
|
6241
|
+
} | undefined;
|
|
6242
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6243
|
+
headers?: Partial<{
|
|
6244
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6245
|
+
}>;
|
|
6246
|
+
} & {
|
|
6247
|
+
pathParameters: {
|
|
6248
|
+
contributorId: string;
|
|
6249
|
+
};
|
|
6250
|
+
} & {
|
|
6251
|
+
queryParameters: {
|
|
6252
|
+
extensionId?: string | undefined;
|
|
6253
|
+
extensionInstanceId?: string | undefined;
|
|
6254
|
+
} & Partial<{
|
|
6255
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6256
|
+
}>;
|
|
6257
|
+
} & {
|
|
6258
|
+
headers: {
|
|
6259
|
+
"x-access-token"?: string | undefined;
|
|
6260
|
+
} & Partial<{
|
|
6261
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6262
|
+
}>;
|
|
6263
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractPartner[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6264
|
+
[x: string]: unknown;
|
|
6265
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6266
|
+
headers?: Partial<{
|
|
6267
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6268
|
+
}>;
|
|
6269
|
+
} & {
|
|
6270
|
+
pathParameters: {
|
|
6271
|
+
contributorId: string;
|
|
6272
|
+
};
|
|
6273
|
+
} & {
|
|
6274
|
+
queryParameters: {
|
|
6275
|
+
extensionId?: string | undefined;
|
|
6276
|
+
extensionInstanceId?: string | undefined;
|
|
6277
|
+
} & Partial<{
|
|
6278
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6279
|
+
}>;
|
|
6280
|
+
} & {
|
|
6281
|
+
headers: {
|
|
6282
|
+
"x-access-token"?: string | undefined;
|
|
6283
|
+
} & Partial<{
|
|
6284
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6285
|
+
}>;
|
|
6286
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractPartner[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6287
|
+
[x: string]: unknown;
|
|
6288
|
+
}, 429, "application/json">>>;
|
|
6226
6289
|
/** List all invoices on behalf of a contributor. */
|
|
6227
6290
|
contributorListOnbehalfInvoices: (request: {
|
|
6228
6291
|
contributorId: string;
|
|
@@ -22419,200 +22482,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22419
22482
|
[x: string]: unknown;
|
|
22420
22483
|
}, 429, "application/json">>>;
|
|
22421
22484
|
};
|
|
22422
|
-
/** API endpoints that are not related to any specific API domain */
|
|
22423
|
-
readonly misc: {
|
|
22424
|
-
/** Get a list of currently active llm models. */
|
|
22425
|
-
getLlmModelsExperimental: (request?: {
|
|
22426
|
-
headers?: {
|
|
22427
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22428
|
-
} | undefined;
|
|
22429
|
-
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22430
|
-
headers?: Partial<{
|
|
22431
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22432
|
-
}>;
|
|
22433
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithModel[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22434
|
-
[x: string]: unknown;
|
|
22435
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22436
|
-
[x: string]: unknown;
|
|
22437
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22438
|
-
[x: string]: unknown;
|
|
22439
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22440
|
-
[x: string]: unknown;
|
|
22441
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22442
|
-
headers?: Partial<{
|
|
22443
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22444
|
-
}>;
|
|
22445
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithModel[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22446
|
-
[x: string]: unknown;
|
|
22447
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22448
|
-
[x: string]: unknown;
|
|
22449
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22450
|
-
[x: string]: unknown;
|
|
22451
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22452
|
-
[x: string]: unknown;
|
|
22453
|
-
}, 429, "application/json">>>;
|
|
22454
|
-
/** Obtain a service token. */
|
|
22455
|
-
servicetokenAuthenticateService: (request: {
|
|
22456
|
-
data: {
|
|
22457
|
-
secretAccessKey: string;
|
|
22458
|
-
};
|
|
22459
|
-
accessKeyId: string;
|
|
22460
|
-
headers?: {
|
|
22461
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22462
|
-
"x-access-token"?: string | undefined;
|
|
22463
|
-
} | undefined;
|
|
22464
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22465
|
-
data: {
|
|
22466
|
-
secretAccessKey: string;
|
|
22467
|
-
};
|
|
22468
|
-
} & {
|
|
22469
|
-
pathParameters: {
|
|
22470
|
-
accessKeyId: string;
|
|
22471
|
-
};
|
|
22472
|
-
} & {
|
|
22473
|
-
headers?: Partial<{
|
|
22474
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22475
|
-
}>;
|
|
22476
|
-
} & {
|
|
22477
|
-
headers: {
|
|
22478
|
-
"x-access-token"?: string | undefined;
|
|
22479
|
-
} & Partial<{
|
|
22480
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22481
|
-
}>;
|
|
22482
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
22483
|
-
accessToken: {
|
|
22484
|
-
id: string;
|
|
22485
|
-
jwtClaims: {
|
|
22486
|
-
exp: string;
|
|
22487
|
-
iat: string;
|
|
22488
|
-
iss: string;
|
|
22489
|
-
sub: string;
|
|
22490
|
-
};
|
|
22491
|
-
publicToken: string;
|
|
22492
|
-
};
|
|
22493
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22494
|
-
[x: string]: unknown;
|
|
22495
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22496
|
-
data: {
|
|
22497
|
-
secretAccessKey: string;
|
|
22498
|
-
};
|
|
22499
|
-
} & {
|
|
22500
|
-
pathParameters: {
|
|
22501
|
-
accessKeyId: string;
|
|
22502
|
-
};
|
|
22503
|
-
} & {
|
|
22504
|
-
headers?: Partial<{
|
|
22505
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22506
|
-
}>;
|
|
22507
|
-
} & {
|
|
22508
|
-
headers: {
|
|
22509
|
-
"x-access-token"?: string | undefined;
|
|
22510
|
-
} & Partial<{
|
|
22511
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22512
|
-
}>;
|
|
22513
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
22514
|
-
accessToken: {
|
|
22515
|
-
id: string;
|
|
22516
|
-
jwtClaims: {
|
|
22517
|
-
exp: string;
|
|
22518
|
-
iat: string;
|
|
22519
|
-
iss: string;
|
|
22520
|
-
sub: string;
|
|
22521
|
-
};
|
|
22522
|
-
publicToken: string;
|
|
22523
|
-
};
|
|
22524
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22525
|
-
[x: string]: unknown;
|
|
22526
|
-
}, 429, "application/json">>>;
|
|
22527
|
-
/** Check if an address exists. */
|
|
22528
|
-
verificationVerifyAddress: (request: {
|
|
22529
|
-
data: {
|
|
22530
|
-
city: string;
|
|
22531
|
-
country: string;
|
|
22532
|
-
street: string;
|
|
22533
|
-
zip: string;
|
|
22534
|
-
};
|
|
22535
|
-
headers?: {
|
|
22536
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22537
|
-
} | undefined;
|
|
22538
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22539
|
-
data: {
|
|
22540
|
-
city: string;
|
|
22541
|
-
country: string;
|
|
22542
|
-
street: string;
|
|
22543
|
-
zip: string;
|
|
22544
|
-
};
|
|
22545
|
-
} & {
|
|
22546
|
-
headers?: Partial<{
|
|
22547
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22548
|
-
}>;
|
|
22549
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
22550
|
-
exists: boolean;
|
|
22551
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22552
|
-
[x: string]: unknown;
|
|
22553
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22554
|
-
data: {
|
|
22555
|
-
city: string;
|
|
22556
|
-
country: string;
|
|
22557
|
-
street: string;
|
|
22558
|
-
zip: string;
|
|
22559
|
-
};
|
|
22560
|
-
} & {
|
|
22561
|
-
headers?: Partial<{
|
|
22562
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22563
|
-
}>;
|
|
22564
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
22565
|
-
exists: boolean;
|
|
22566
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22567
|
-
[x: string]: unknown;
|
|
22568
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty">>>;
|
|
22569
|
-
/** Check if a company exists. */
|
|
22570
|
-
verificationVerifyCompany: (request: {
|
|
22571
|
-
data: {
|
|
22572
|
-
name: string;
|
|
22573
|
-
};
|
|
22574
|
-
headers?: {
|
|
22575
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22576
|
-
"x-access-token"?: string | undefined;
|
|
22577
|
-
} | undefined;
|
|
22578
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22579
|
-
data: {
|
|
22580
|
-
name: string;
|
|
22581
|
-
};
|
|
22582
|
-
} & {
|
|
22583
|
-
headers?: Partial<{
|
|
22584
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22585
|
-
}>;
|
|
22586
|
-
} & {
|
|
22587
|
-
headers: {
|
|
22588
|
-
"x-access-token"?: string | undefined;
|
|
22589
|
-
} & Partial<{
|
|
22590
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22591
|
-
}>;
|
|
22592
|
-
}, import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
22593
|
-
exists: boolean;
|
|
22594
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
22595
|
-
[x: string]: unknown;
|
|
22596
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22597
|
-
data: {
|
|
22598
|
-
name: string;
|
|
22599
|
-
};
|
|
22600
|
-
} & {
|
|
22601
|
-
headers?: Partial<{
|
|
22602
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22603
|
-
}>;
|
|
22604
|
-
} & {
|
|
22605
|
-
headers: {
|
|
22606
|
-
"x-access-token"?: string | undefined;
|
|
22607
|
-
} & Partial<{
|
|
22608
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22609
|
-
}>;
|
|
22610
|
-
}, import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
22611
|
-
exists: boolean;
|
|
22612
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
22613
|
-
[x: string]: unknown;
|
|
22614
|
-
}, 429, "application/json">>>;
|
|
22615
|
-
};
|
|
22616
22485
|
/** The page insights API allows you to get page insights information. */
|
|
22617
22486
|
readonly pageInsights: {
|
|
22618
22487
|
/** Get detailed performance data for a given domain and path. */
|
|
@@ -22976,135 +22845,17 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22976
22845
|
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22977
22846
|
[x: string]: unknown;
|
|
22978
22847
|
}, 429, "application/json">>>;
|
|
22979
|
-
/**
|
|
22980
|
-
|
|
22848
|
+
/** List Invites belonging to a Project. */
|
|
22849
|
+
listInvitesForProject: (request: {
|
|
22981
22850
|
projectId: string;
|
|
22982
22851
|
headers?: {
|
|
22983
22852
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22984
|
-
|
|
22985
|
-
|
|
22986
|
-
|
|
22987
|
-
[
|
|
22988
|
-
|
|
22989
|
-
|
|
22990
|
-
pathParameters: {
|
|
22991
|
-
projectId: string;
|
|
22992
|
-
};
|
|
22993
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithLicence[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22994
|
-
[x: string]: unknown;
|
|
22995
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22996
|
-
[x: string]: unknown;
|
|
22997
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22998
|
-
[x: string]: unknown;
|
|
22999
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23000
|
-
[x: string]: unknown;
|
|
23001
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23002
|
-
headers?: Partial<{
|
|
23003
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23004
|
-
}>;
|
|
23005
|
-
} & {
|
|
23006
|
-
pathParameters: {
|
|
23007
|
-
projectId: string;
|
|
23008
|
-
};
|
|
23009
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithLicence[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23010
|
-
[x: string]: unknown;
|
|
23011
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23012
|
-
[x: string]: unknown;
|
|
23013
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23014
|
-
[x: string]: unknown;
|
|
23015
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23016
|
-
[x: string]: unknown;
|
|
23017
|
-
}, 429, "application/json">>>;
|
|
23018
|
-
/** Creates a new llm beta Licence for a project. Will be purged on end of beta. */
|
|
23019
|
-
createLlmBetaLicenceExperimental: (request: {
|
|
23020
|
-
data: {
|
|
23021
|
-
name: string;
|
|
23022
|
-
createWebuiContainer?: boolean | undefined;
|
|
23023
|
-
};
|
|
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
|
-
data: {
|
|
23030
|
-
createWebuiContainer?: boolean | undefined;
|
|
23031
|
-
name: string;
|
|
23032
|
-
};
|
|
23033
|
-
} & {
|
|
23034
|
-
pathParameters: {
|
|
23035
|
-
projectId: string;
|
|
23036
|
-
};
|
|
23037
|
-
} & {
|
|
23038
|
-
headers?: Partial<{
|
|
23039
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23040
|
-
}>;
|
|
23041
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
23042
|
-
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithContainerMeta | undefined;
|
|
23043
|
-
customerId?: string | undefined;
|
|
23044
|
-
licenceId: string;
|
|
23045
|
-
licenceKey: string;
|
|
23046
|
-
models: string[];
|
|
23047
|
-
name: string;
|
|
23048
|
-
projectId?: string | undefined;
|
|
23049
|
-
rateLimit: number;
|
|
23050
|
-
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23051
|
-
[x: string]: unknown;
|
|
23052
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23053
|
-
[x: string]: unknown;
|
|
23054
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23055
|
-
[x: string]: unknown;
|
|
23056
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23057
|
-
[x: string]: unknown;
|
|
23058
|
-
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23059
|
-
[x: string]: unknown;
|
|
23060
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23061
|
-
[x: string]: unknown;
|
|
23062
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23063
|
-
data: {
|
|
23064
|
-
createWebuiContainer?: boolean | undefined;
|
|
23065
|
-
name: string;
|
|
23066
|
-
};
|
|
23067
|
-
} & {
|
|
23068
|
-
pathParameters: {
|
|
23069
|
-
projectId: string;
|
|
23070
|
-
};
|
|
23071
|
-
} & {
|
|
23072
|
-
headers?: Partial<{
|
|
23073
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23074
|
-
}>;
|
|
23075
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
23076
|
-
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithContainerMeta | undefined;
|
|
23077
|
-
customerId?: string | undefined;
|
|
23078
|
-
licenceId: string;
|
|
23079
|
-
licenceKey: string;
|
|
23080
|
-
models: string[];
|
|
23081
|
-
name: string;
|
|
23082
|
-
projectId?: string | undefined;
|
|
23083
|
-
rateLimit: number;
|
|
23084
|
-
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23085
|
-
[x: string]: unknown;
|
|
23086
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23087
|
-
[x: string]: unknown;
|
|
23088
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23089
|
-
[x: string]: unknown;
|
|
23090
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23091
|
-
[x: string]: unknown;
|
|
23092
|
-
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23093
|
-
[x: string]: unknown;
|
|
23094
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23095
|
-
[x: string]: unknown;
|
|
23096
|
-
}, 429, "application/json">>>;
|
|
23097
|
-
/** List Invites belonging to a Project. */
|
|
23098
|
-
listInvitesForProject: (request: {
|
|
23099
|
-
projectId: string;
|
|
23100
|
-
headers?: {
|
|
23101
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23102
|
-
"x-access-token"?: string | undefined;
|
|
23103
|
-
} | undefined;
|
|
23104
|
-
queryParameters?: {
|
|
23105
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23106
|
-
limit?: number | undefined;
|
|
23107
|
-
skip?: number | undefined;
|
|
22853
|
+
"x-access-token"?: string | undefined;
|
|
22854
|
+
} | undefined;
|
|
22855
|
+
queryParameters?: {
|
|
22856
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22857
|
+
limit?: number | undefined;
|
|
22858
|
+
skip?: number | undefined;
|
|
23108
22859
|
} | undefined;
|
|
23109
22860
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23110
22861
|
headers?: Partial<{
|
|
@@ -23984,148 +23735,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23984
23735
|
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23985
23736
|
[x: string]: unknown;
|
|
23986
23737
|
}, 429, "application/json">>>;
|
|
23987
|
-
/** Get a licence of a project. */
|
|
23988
|
-
getLlmLicenceExperimental: (request: {
|
|
23989
|
-
projectId: string;
|
|
23990
|
-
licenceId: string;
|
|
23991
|
-
headers?: {
|
|
23992
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23993
|
-
} | undefined;
|
|
23994
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23995
|
-
headers?: Partial<{
|
|
23996
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23997
|
-
}>;
|
|
23998
|
-
} & {
|
|
23999
|
-
pathParameters: {
|
|
24000
|
-
projectId: string;
|
|
24001
|
-
licenceId: string;
|
|
24002
|
-
};
|
|
24003
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
24004
|
-
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithContainerMeta | undefined;
|
|
24005
|
-
customerId?: string | undefined;
|
|
24006
|
-
licenceId: string;
|
|
24007
|
-
licenceKey: string;
|
|
24008
|
-
models: string[];
|
|
24009
|
-
name: string;
|
|
24010
|
-
projectId?: string | undefined;
|
|
24011
|
-
rateLimit: number;
|
|
24012
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24013
|
-
[x: string]: unknown;
|
|
24014
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24015
|
-
[x: string]: unknown;
|
|
24016
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24017
|
-
[x: string]: unknown;
|
|
24018
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24019
|
-
[x: string]: unknown;
|
|
24020
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
24021
|
-
headers?: Partial<{
|
|
24022
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24023
|
-
}>;
|
|
24024
|
-
} & {
|
|
24025
|
-
pathParameters: {
|
|
24026
|
-
projectId: string;
|
|
24027
|
-
licenceId: string;
|
|
24028
|
-
};
|
|
24029
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
24030
|
-
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithContainerMeta | undefined;
|
|
24031
|
-
customerId?: string | undefined;
|
|
24032
|
-
licenceId: string;
|
|
24033
|
-
licenceKey: string;
|
|
24034
|
-
models: string[];
|
|
24035
|
-
name: string;
|
|
24036
|
-
projectId?: string | undefined;
|
|
24037
|
-
rateLimit: number;
|
|
24038
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24039
|
-
[x: string]: unknown;
|
|
24040
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24041
|
-
[x: string]: unknown;
|
|
24042
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24043
|
-
[x: string]: unknown;
|
|
24044
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24045
|
-
[x: string]: unknown;
|
|
24046
|
-
}, 429, "application/json">>>;
|
|
24047
|
-
/** Update a llm Licence for a project. */
|
|
24048
|
-
updateLlmLicenceExperimental: (request: {
|
|
24049
|
-
projectId: string;
|
|
24050
|
-
licenceId: string;
|
|
24051
|
-
data?: {
|
|
24052
|
-
createWebuiContainer?: boolean | undefined;
|
|
24053
|
-
name?: string | undefined;
|
|
24054
|
-
} | undefined;
|
|
24055
|
-
headers?: {
|
|
24056
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24057
|
-
} | undefined;
|
|
24058
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
24059
|
-
data: {
|
|
24060
|
-
createWebuiContainer?: boolean | undefined;
|
|
24061
|
-
name?: string | undefined;
|
|
24062
|
-
};
|
|
24063
|
-
} & {
|
|
24064
|
-
pathParameters: {
|
|
24065
|
-
projectId: string;
|
|
24066
|
-
licenceId: string;
|
|
24067
|
-
};
|
|
24068
|
-
} & {
|
|
24069
|
-
headers?: Partial<{
|
|
24070
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
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
|
-
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24090
|
-
[x: string]: unknown;
|
|
24091
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24092
|
-
[x: string]: unknown;
|
|
24093
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
24094
|
-
data: {
|
|
24095
|
-
createWebuiContainer?: boolean | undefined;
|
|
24096
|
-
name?: string | undefined;
|
|
24097
|
-
};
|
|
24098
|
-
} & {
|
|
24099
|
-
pathParameters: {
|
|
24100
|
-
projectId: string;
|
|
24101
|
-
licenceId: string;
|
|
24102
|
-
};
|
|
24103
|
-
} & {
|
|
24104
|
-
headers?: Partial<{
|
|
24105
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24106
|
-
}>;
|
|
24107
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
24108
|
-
containerMeta?: import("./types.js").MittwaldAPIV2.Components.Schemas.LlmlocksmithContainerMeta | undefined;
|
|
24109
|
-
customerId?: string | undefined;
|
|
24110
|
-
licenceId: string;
|
|
24111
|
-
licenceKey: string;
|
|
24112
|
-
models: string[];
|
|
24113
|
-
name: string;
|
|
24114
|
-
projectId?: string | undefined;
|
|
24115
|
-
rateLimit: number;
|
|
24116
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24117
|
-
[x: string]: unknown;
|
|
24118
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24119
|
-
[x: string]: unknown;
|
|
24120
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24121
|
-
[x: string]: unknown;
|
|
24122
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24123
|
-
[x: string]: unknown;
|
|
24124
|
-
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24125
|
-
[x: string]: unknown;
|
|
24126
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24127
|
-
[x: string]: unknown;
|
|
24128
|
-
}, 429, "application/json">>>;
|
|
24129
23738
|
/** Get a ProjectInvite by token. */
|
|
24130
23739
|
getProjectTokenInvite: (request: {
|
|
24131
23740
|
headers: {
|
|
@@ -25737,6 +25346,170 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25737
25346
|
[x: string]: unknown;
|
|
25738
25347
|
}, 429, "application/json">>>;
|
|
25739
25348
|
};
|
|
25349
|
+
/** API endpoints that are not related to any specific API domain */
|
|
25350
|
+
readonly misc: {
|
|
25351
|
+
/** Obtain a service token. */
|
|
25352
|
+
servicetokenAuthenticateService: (request: {
|
|
25353
|
+
data: {
|
|
25354
|
+
secretAccessKey: string;
|
|
25355
|
+
};
|
|
25356
|
+
accessKeyId: string;
|
|
25357
|
+
headers?: {
|
|
25358
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
25359
|
+
"x-access-token"?: string | undefined;
|
|
25360
|
+
} | undefined;
|
|
25361
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
25362
|
+
data: {
|
|
25363
|
+
secretAccessKey: string;
|
|
25364
|
+
};
|
|
25365
|
+
} & {
|
|
25366
|
+
pathParameters: {
|
|
25367
|
+
accessKeyId: string;
|
|
25368
|
+
};
|
|
25369
|
+
} & {
|
|
25370
|
+
headers?: Partial<{
|
|
25371
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25372
|
+
}>;
|
|
25373
|
+
} & {
|
|
25374
|
+
headers: {
|
|
25375
|
+
"x-access-token"?: string | undefined;
|
|
25376
|
+
} & Partial<{
|
|
25377
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25378
|
+
}>;
|
|
25379
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
25380
|
+
accessToken: {
|
|
25381
|
+
id: string;
|
|
25382
|
+
jwtClaims: {
|
|
25383
|
+
exp: string;
|
|
25384
|
+
iat: string;
|
|
25385
|
+
iss: string;
|
|
25386
|
+
sub: string;
|
|
25387
|
+
};
|
|
25388
|
+
publicToken: string;
|
|
25389
|
+
};
|
|
25390
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25391
|
+
[x: string]: unknown;
|
|
25392
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
25393
|
+
data: {
|
|
25394
|
+
secretAccessKey: string;
|
|
25395
|
+
};
|
|
25396
|
+
} & {
|
|
25397
|
+
pathParameters: {
|
|
25398
|
+
accessKeyId: string;
|
|
25399
|
+
};
|
|
25400
|
+
} & {
|
|
25401
|
+
headers?: Partial<{
|
|
25402
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25403
|
+
}>;
|
|
25404
|
+
} & {
|
|
25405
|
+
headers: {
|
|
25406
|
+
"x-access-token"?: string | undefined;
|
|
25407
|
+
} & Partial<{
|
|
25408
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25409
|
+
}>;
|
|
25410
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
25411
|
+
accessToken: {
|
|
25412
|
+
id: string;
|
|
25413
|
+
jwtClaims: {
|
|
25414
|
+
exp: string;
|
|
25415
|
+
iat: string;
|
|
25416
|
+
iss: string;
|
|
25417
|
+
sub: string;
|
|
25418
|
+
};
|
|
25419
|
+
publicToken: string;
|
|
25420
|
+
};
|
|
25421
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25422
|
+
[x: string]: unknown;
|
|
25423
|
+
}, 429, "application/json">>>;
|
|
25424
|
+
/** Check if an address exists. */
|
|
25425
|
+
verificationVerifyAddress: (request: {
|
|
25426
|
+
data: {
|
|
25427
|
+
city: string;
|
|
25428
|
+
country: string;
|
|
25429
|
+
street: string;
|
|
25430
|
+
zip: string;
|
|
25431
|
+
};
|
|
25432
|
+
headers?: {
|
|
25433
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
25434
|
+
} | undefined;
|
|
25435
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
25436
|
+
data: {
|
|
25437
|
+
city: string;
|
|
25438
|
+
country: string;
|
|
25439
|
+
street: string;
|
|
25440
|
+
zip: string;
|
|
25441
|
+
};
|
|
25442
|
+
} & {
|
|
25443
|
+
headers?: Partial<{
|
|
25444
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25445
|
+
}>;
|
|
25446
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
25447
|
+
exists: boolean;
|
|
25448
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25449
|
+
[x: string]: unknown;
|
|
25450
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
25451
|
+
data: {
|
|
25452
|
+
city: string;
|
|
25453
|
+
country: string;
|
|
25454
|
+
street: string;
|
|
25455
|
+
zip: string;
|
|
25456
|
+
};
|
|
25457
|
+
} & {
|
|
25458
|
+
headers?: Partial<{
|
|
25459
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25460
|
+
}>;
|
|
25461
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
25462
|
+
exists: boolean;
|
|
25463
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
25464
|
+
[x: string]: unknown;
|
|
25465
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty">>>;
|
|
25466
|
+
/** Check if a company exists. */
|
|
25467
|
+
verificationVerifyCompany: (request: {
|
|
25468
|
+
data: {
|
|
25469
|
+
name: string;
|
|
25470
|
+
};
|
|
25471
|
+
headers?: {
|
|
25472
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
25473
|
+
"x-access-token"?: string | undefined;
|
|
25474
|
+
} | undefined;
|
|
25475
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
25476
|
+
data: {
|
|
25477
|
+
name: string;
|
|
25478
|
+
};
|
|
25479
|
+
} & {
|
|
25480
|
+
headers?: Partial<{
|
|
25481
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25482
|
+
}>;
|
|
25483
|
+
} & {
|
|
25484
|
+
headers: {
|
|
25485
|
+
"x-access-token"?: string | undefined;
|
|
25486
|
+
} & Partial<{
|
|
25487
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25488
|
+
}>;
|
|
25489
|
+
}, import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
25490
|
+
exists: boolean;
|
|
25491
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
25492
|
+
[x: string]: unknown;
|
|
25493
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
25494
|
+
data: {
|
|
25495
|
+
name: string;
|
|
25496
|
+
};
|
|
25497
|
+
} & {
|
|
25498
|
+
headers?: Partial<{
|
|
25499
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25500
|
+
}>;
|
|
25501
|
+
} & {
|
|
25502
|
+
headers: {
|
|
25503
|
+
"x-access-token"?: string | undefined;
|
|
25504
|
+
} & Partial<{
|
|
25505
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25506
|
+
}>;
|
|
25507
|
+
}, import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
25508
|
+
exists: boolean;
|
|
25509
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
25510
|
+
[x: string]: unknown;
|
|
25511
|
+
}, 429, "application/json">>>;
|
|
25512
|
+
};
|
|
25740
25513
|
/** The SSH/SFTP User API allows you to manage your SSH/SFTP users within a project. */
|
|
25741
25514
|
readonly sshsftpUser: {
|
|
25742
25515
|
/** Get all SFTPUsers for a Project. */
|