@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
|
@@ -322,10 +322,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
322
322
|
type RequestData = InferredRequestData<typeof descriptors.contributorListContractPartnersOfContributor>;
|
|
323
323
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorListContractPartnersOfContributor, TStatus>;
|
|
324
324
|
}
|
|
325
|
+
namespace ContributorListIncomingInvoices {
|
|
326
|
+
type RequestData = InferredRequestData<typeof descriptors.contributorListIncomingInvoices>;
|
|
327
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorListIncomingInvoices, TStatus>;
|
|
328
|
+
}
|
|
325
329
|
namespace ContributorListOnbehalfInvoices {
|
|
326
330
|
type RequestData = InferredRequestData<typeof descriptors.contributorListOnbehalfInvoices>;
|
|
327
331
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorListOnbehalfInvoices, TStatus>;
|
|
328
332
|
}
|
|
333
|
+
namespace ContributorReceiptGetFileAccessToken {
|
|
334
|
+
type RequestData = InferredRequestData<typeof descriptors.contributorReceiptGetFileAccessToken>;
|
|
335
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorReceiptGetFileAccessToken, TStatus>;
|
|
336
|
+
}
|
|
329
337
|
namespace ContributorRotateSecretForExtensionInstance {
|
|
330
338
|
type RequestData = InferredRequestData<typeof descriptors.contributorRotateSecretForExtensionInstance>;
|
|
331
339
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorRotateSecretForExtensionInstance, TStatus>;
|
|
@@ -1102,6 +1110,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1102
1110
|
type RequestData = InferredRequestData<typeof descriptors.marketplaceCustomerUpdatePaymentMethod>;
|
|
1103
1111
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.marketplaceCustomerUpdatePaymentMethod, TStatus>;
|
|
1104
1112
|
}
|
|
1113
|
+
namespace MiscGetLlmModelsExperimental {
|
|
1114
|
+
type RequestData = InferredRequestData<typeof descriptors.miscGetLlmModelsExperimental>;
|
|
1115
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.miscGetLlmModelsExperimental, TStatus>;
|
|
1116
|
+
}
|
|
1105
1117
|
namespace NewsletterGetInfo {
|
|
1106
1118
|
type RequestData = InferredRequestData<typeof descriptors.newsletterGetInfo>;
|
|
1107
1119
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.newsletterGetInfo, TStatus>;
|
|
@@ -1182,6 +1194,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1182
1194
|
type RequestData = InferredRequestData<typeof descriptors.projectAcceptProjectInvite>;
|
|
1183
1195
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectAcceptProjectInvite, TStatus>;
|
|
1184
1196
|
}
|
|
1197
|
+
namespace ProjectGetLlmLicencesExperimental {
|
|
1198
|
+
type RequestData = InferredRequestData<typeof descriptors.projectGetLlmLicencesExperimental>;
|
|
1199
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectGetLlmLicencesExperimental, TStatus>;
|
|
1200
|
+
}
|
|
1201
|
+
namespace ProjectCreateLlmBetaLicenceExperimental {
|
|
1202
|
+
type RequestData = InferredRequestData<typeof descriptors.projectCreateLlmBetaLicenceExperimental>;
|
|
1203
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectCreateLlmBetaLicenceExperimental, TStatus>;
|
|
1204
|
+
}
|
|
1185
1205
|
namespace ProjectListInvitesForProject {
|
|
1186
1206
|
type RequestData = InferredRequestData<typeof descriptors.projectListInvitesForProject>;
|
|
1187
1207
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectListInvitesForProject, TStatus>;
|
|
@@ -1262,6 +1282,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1262
1282
|
type RequestData = InferredRequestData<typeof descriptors.projectFileSystemListFiles>;
|
|
1263
1283
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectFileSystemListFiles, TStatus>;
|
|
1264
1284
|
}
|
|
1285
|
+
namespace ProjectGetLlmLicenceExperimental {
|
|
1286
|
+
type RequestData = InferredRequestData<typeof descriptors.projectGetLlmLicenceExperimental>;
|
|
1287
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectGetLlmLicenceExperimental, TStatus>;
|
|
1288
|
+
}
|
|
1289
|
+
namespace ProjectUpdateLlmLicenceExperimental {
|
|
1290
|
+
type RequestData = InferredRequestData<typeof descriptors.projectUpdateLlmLicenceExperimental>;
|
|
1291
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectUpdateLlmLicenceExperimental, TStatus>;
|
|
1292
|
+
}
|
|
1265
1293
|
namespace ProjectGetProjectTokenInvite {
|
|
1266
1294
|
type RequestData = InferredRequestData<typeof descriptors.projectGetProjectTokenInvite>;
|
|
1267
1295
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectGetProjectTokenInvite, TStatus>;
|
|
@@ -1626,6 +1654,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1626
1654
|
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
|
|
1627
1655
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
|
|
1628
1656
|
}
|
|
1657
|
+
namespace VerificationDetectPhishingEmail {
|
|
1658
|
+
type RequestData = InferredRequestData<typeof descriptors.verificationDetectPhishingEmail>;
|
|
1659
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationDetectPhishingEmail, TStatus>;
|
|
1660
|
+
}
|
|
1629
1661
|
}
|
|
1630
1662
|
namespace Components {
|
|
1631
1663
|
namespace Schemas {
|
|
@@ -5043,6 +5075,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5043
5075
|
name: string;
|
|
5044
5076
|
value: string;
|
|
5045
5077
|
}
|
|
5078
|
+
interface VerificationEmailDetectPhishingMailResponse {
|
|
5079
|
+
result: MittwaldAPIV2.Components.Schemas.VerificationEmailOrigin;
|
|
5080
|
+
}
|
|
5081
|
+
type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
5046
5082
|
interface CommonsAddress {
|
|
5047
5083
|
street: string;
|
|
5048
5084
|
houseNumber: string;
|
|
@@ -9333,6 +9369,64 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9333
9369
|
}
|
|
9334
9370
|
}
|
|
9335
9371
|
}
|
|
9372
|
+
namespace V2ContributorsContributorIdInvoicesIncoming {
|
|
9373
|
+
namespace Get {
|
|
9374
|
+
namespace Parameters {
|
|
9375
|
+
type Path = {
|
|
9376
|
+
contributorId: string;
|
|
9377
|
+
};
|
|
9378
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9379
|
+
type Query = {};
|
|
9380
|
+
}
|
|
9381
|
+
namespace Responses {
|
|
9382
|
+
namespace $200 {
|
|
9383
|
+
namespace Content {
|
|
9384
|
+
type ApplicationJson = {
|
|
9385
|
+
currency: string;
|
|
9386
|
+
customerId: string;
|
|
9387
|
+
customerName: string;
|
|
9388
|
+
customerNumber: string;
|
|
9389
|
+
date: string;
|
|
9390
|
+
id: string;
|
|
9391
|
+
invoiceNumber: string;
|
|
9392
|
+
pdfId: string;
|
|
9393
|
+
recipient: MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
|
|
9394
|
+
totalGross: number;
|
|
9395
|
+
totalNet: number;
|
|
9396
|
+
}[];
|
|
9397
|
+
}
|
|
9398
|
+
}
|
|
9399
|
+
namespace $400 {
|
|
9400
|
+
namespace Content {
|
|
9401
|
+
interface ApplicationJson {
|
|
9402
|
+
[k: string]: unknown;
|
|
9403
|
+
}
|
|
9404
|
+
}
|
|
9405
|
+
}
|
|
9406
|
+
namespace $404 {
|
|
9407
|
+
namespace Content {
|
|
9408
|
+
interface ApplicationJson {
|
|
9409
|
+
[k: string]: unknown;
|
|
9410
|
+
}
|
|
9411
|
+
}
|
|
9412
|
+
}
|
|
9413
|
+
namespace $429 {
|
|
9414
|
+
namespace Content {
|
|
9415
|
+
interface ApplicationJson {
|
|
9416
|
+
[k: string]: unknown;
|
|
9417
|
+
}
|
|
9418
|
+
}
|
|
9419
|
+
}
|
|
9420
|
+
namespace Default {
|
|
9421
|
+
namespace Content {
|
|
9422
|
+
interface ApplicationJson {
|
|
9423
|
+
[k: string]: unknown;
|
|
9424
|
+
}
|
|
9425
|
+
}
|
|
9426
|
+
}
|
|
9427
|
+
}
|
|
9428
|
+
}
|
|
9429
|
+
}
|
|
9336
9430
|
namespace V2ContributorsContributorIdInvoicesOutgoing {
|
|
9337
9431
|
namespace Get {
|
|
9338
9432
|
namespace Parameters {
|
|
@@ -9387,6 +9481,56 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9387
9481
|
}
|
|
9388
9482
|
}
|
|
9389
9483
|
}
|
|
9484
|
+
namespace V2ContributorsContributorIdInvoicesIncomingContributorReceiptIdFileAccessToken {
|
|
9485
|
+
namespace Get {
|
|
9486
|
+
namespace Parameters {
|
|
9487
|
+
type Path = {
|
|
9488
|
+
contributorId: string;
|
|
9489
|
+
contributorReceiptId: string;
|
|
9490
|
+
};
|
|
9491
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9492
|
+
type Query = {};
|
|
9493
|
+
}
|
|
9494
|
+
namespace Responses {
|
|
9495
|
+
namespace $200 {
|
|
9496
|
+
namespace Content {
|
|
9497
|
+
interface ApplicationJson {
|
|
9498
|
+
accessToken: string;
|
|
9499
|
+
expiresAt: string;
|
|
9500
|
+
}
|
|
9501
|
+
}
|
|
9502
|
+
}
|
|
9503
|
+
namespace $400 {
|
|
9504
|
+
namespace Content {
|
|
9505
|
+
interface ApplicationJson {
|
|
9506
|
+
[k: string]: unknown;
|
|
9507
|
+
}
|
|
9508
|
+
}
|
|
9509
|
+
}
|
|
9510
|
+
namespace $404 {
|
|
9511
|
+
namespace Content {
|
|
9512
|
+
interface ApplicationJson {
|
|
9513
|
+
[k: string]: unknown;
|
|
9514
|
+
}
|
|
9515
|
+
}
|
|
9516
|
+
}
|
|
9517
|
+
namespace $429 {
|
|
9518
|
+
namespace Content {
|
|
9519
|
+
interface ApplicationJson {
|
|
9520
|
+
[k: string]: unknown;
|
|
9521
|
+
}
|
|
9522
|
+
}
|
|
9523
|
+
}
|
|
9524
|
+
namespace Default {
|
|
9525
|
+
namespace Content {
|
|
9526
|
+
interface ApplicationJson {
|
|
9527
|
+
[k: string]: unknown;
|
|
9528
|
+
}
|
|
9529
|
+
}
|
|
9530
|
+
}
|
|
9531
|
+
}
|
|
9532
|
+
}
|
|
9533
|
+
}
|
|
9390
9534
|
namespace V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdSecret {
|
|
9391
9535
|
namespace Put {
|
|
9392
9536
|
namespace Parameters {
|
|
@@ -14120,6 +14264,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14120
14264
|
}
|
|
14121
14265
|
}
|
|
14122
14266
|
}
|
|
14267
|
+
namespace $403 {
|
|
14268
|
+
namespace Content {
|
|
14269
|
+
interface ApplicationJson {
|
|
14270
|
+
[k: string]: unknown;
|
|
14271
|
+
}
|
|
14272
|
+
}
|
|
14273
|
+
}
|
|
14123
14274
|
namespace $404 {
|
|
14124
14275
|
namespace Content {
|
|
14125
14276
|
interface ApplicationJson {
|
|
@@ -19445,6 +19596,58 @@ export declare namespace MittwaldAPIV2 {
|
|
|
19445
19596
|
}
|
|
19446
19597
|
}
|
|
19447
19598
|
}
|
|
19599
|
+
namespace V2LlmModels { }
|
|
19600
|
+
namespace ExperimentalV2LlmModels {
|
|
19601
|
+
namespace Get {
|
|
19602
|
+
namespace Parameters {
|
|
19603
|
+
type Path = {};
|
|
19604
|
+
type Header = {};
|
|
19605
|
+
type Query = {};
|
|
19606
|
+
}
|
|
19607
|
+
namespace Responses {
|
|
19608
|
+
namespace $200 {
|
|
19609
|
+
namespace Content {
|
|
19610
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.LlmlocksmithModel[];
|
|
19611
|
+
}
|
|
19612
|
+
}
|
|
19613
|
+
namespace $400 {
|
|
19614
|
+
namespace Content {
|
|
19615
|
+
interface ApplicationJson {
|
|
19616
|
+
[k: string]: unknown;
|
|
19617
|
+
}
|
|
19618
|
+
}
|
|
19619
|
+
}
|
|
19620
|
+
namespace $403 {
|
|
19621
|
+
namespace Content {
|
|
19622
|
+
interface ApplicationJson {
|
|
19623
|
+
[k: string]: unknown;
|
|
19624
|
+
}
|
|
19625
|
+
}
|
|
19626
|
+
}
|
|
19627
|
+
namespace $404 {
|
|
19628
|
+
namespace Content {
|
|
19629
|
+
interface ApplicationJson {
|
|
19630
|
+
[k: string]: unknown;
|
|
19631
|
+
}
|
|
19632
|
+
}
|
|
19633
|
+
}
|
|
19634
|
+
namespace $429 {
|
|
19635
|
+
namespace Content {
|
|
19636
|
+
interface ApplicationJson {
|
|
19637
|
+
[k: string]: unknown;
|
|
19638
|
+
}
|
|
19639
|
+
}
|
|
19640
|
+
}
|
|
19641
|
+
namespace Default {
|
|
19642
|
+
namespace Content {
|
|
19643
|
+
interface ApplicationJson {
|
|
19644
|
+
[k: string]: unknown;
|
|
19645
|
+
}
|
|
19646
|
+
}
|
|
19647
|
+
}
|
|
19648
|
+
}
|
|
19649
|
+
}
|
|
19650
|
+
}
|
|
19448
19651
|
namespace V2NewsletterSubscriptionsSelf {
|
|
19449
19652
|
namespace Get {
|
|
19450
19653
|
namespace Parameters {
|
|
@@ -20324,6 +20527,128 @@ export declare namespace MittwaldAPIV2 {
|
|
|
20324
20527
|
}
|
|
20325
20528
|
}
|
|
20326
20529
|
}
|
|
20530
|
+
namespace ExperimentalV2ProjectsProjectIdLlmLicences {
|
|
20531
|
+
namespace Get {
|
|
20532
|
+
namespace Parameters {
|
|
20533
|
+
type Path = {
|
|
20534
|
+
projectId: string;
|
|
20535
|
+
};
|
|
20536
|
+
type Header = {};
|
|
20537
|
+
type Query = {};
|
|
20538
|
+
}
|
|
20539
|
+
namespace Responses {
|
|
20540
|
+
namespace $200 {
|
|
20541
|
+
namespace Content {
|
|
20542
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.LlmlocksmithLicence[];
|
|
20543
|
+
}
|
|
20544
|
+
}
|
|
20545
|
+
namespace $400 {
|
|
20546
|
+
namespace Content {
|
|
20547
|
+
interface ApplicationJson {
|
|
20548
|
+
[k: string]: unknown;
|
|
20549
|
+
}
|
|
20550
|
+
}
|
|
20551
|
+
}
|
|
20552
|
+
namespace $403 {
|
|
20553
|
+
namespace Content {
|
|
20554
|
+
interface ApplicationJson {
|
|
20555
|
+
[k: string]: unknown;
|
|
20556
|
+
}
|
|
20557
|
+
}
|
|
20558
|
+
}
|
|
20559
|
+
namespace $404 {
|
|
20560
|
+
namespace Content {
|
|
20561
|
+
interface ApplicationJson {
|
|
20562
|
+
[k: string]: unknown;
|
|
20563
|
+
}
|
|
20564
|
+
}
|
|
20565
|
+
}
|
|
20566
|
+
namespace $429 {
|
|
20567
|
+
namespace Content {
|
|
20568
|
+
interface ApplicationJson {
|
|
20569
|
+
[k: string]: unknown;
|
|
20570
|
+
}
|
|
20571
|
+
}
|
|
20572
|
+
}
|
|
20573
|
+
namespace Default {
|
|
20574
|
+
namespace Content {
|
|
20575
|
+
interface ApplicationJson {
|
|
20576
|
+
[k: string]: unknown;
|
|
20577
|
+
}
|
|
20578
|
+
}
|
|
20579
|
+
}
|
|
20580
|
+
}
|
|
20581
|
+
}
|
|
20582
|
+
namespace Post {
|
|
20583
|
+
namespace Parameters {
|
|
20584
|
+
type Path = {
|
|
20585
|
+
projectId: string;
|
|
20586
|
+
};
|
|
20587
|
+
interface RequestBody {
|
|
20588
|
+
createWebuiContainer?: boolean;
|
|
20589
|
+
name: string;
|
|
20590
|
+
}
|
|
20591
|
+
type Header = {};
|
|
20592
|
+
type Query = {};
|
|
20593
|
+
}
|
|
20594
|
+
namespace Responses {
|
|
20595
|
+
namespace $201 {
|
|
20596
|
+
namespace Content {
|
|
20597
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.LlmlocksmithLicence;
|
|
20598
|
+
}
|
|
20599
|
+
}
|
|
20600
|
+
namespace $400 {
|
|
20601
|
+
namespace Content {
|
|
20602
|
+
interface ApplicationJson {
|
|
20603
|
+
[k: string]: unknown;
|
|
20604
|
+
}
|
|
20605
|
+
}
|
|
20606
|
+
}
|
|
20607
|
+
namespace $403 {
|
|
20608
|
+
namespace Content {
|
|
20609
|
+
interface ApplicationJson {
|
|
20610
|
+
[k: string]: unknown;
|
|
20611
|
+
}
|
|
20612
|
+
}
|
|
20613
|
+
}
|
|
20614
|
+
namespace $404 {
|
|
20615
|
+
namespace Content {
|
|
20616
|
+
interface ApplicationJson {
|
|
20617
|
+
[k: string]: unknown;
|
|
20618
|
+
}
|
|
20619
|
+
}
|
|
20620
|
+
}
|
|
20621
|
+
namespace $409 {
|
|
20622
|
+
namespace Content {
|
|
20623
|
+
interface ApplicationJson {
|
|
20624
|
+
[k: string]: unknown;
|
|
20625
|
+
}
|
|
20626
|
+
}
|
|
20627
|
+
}
|
|
20628
|
+
namespace $412 {
|
|
20629
|
+
namespace Content {
|
|
20630
|
+
interface ApplicationJson {
|
|
20631
|
+
[k: string]: unknown;
|
|
20632
|
+
}
|
|
20633
|
+
}
|
|
20634
|
+
}
|
|
20635
|
+
namespace $429 {
|
|
20636
|
+
namespace Content {
|
|
20637
|
+
interface ApplicationJson {
|
|
20638
|
+
[k: string]: unknown;
|
|
20639
|
+
}
|
|
20640
|
+
}
|
|
20641
|
+
}
|
|
20642
|
+
namespace Default {
|
|
20643
|
+
namespace Content {
|
|
20644
|
+
interface ApplicationJson {
|
|
20645
|
+
[k: string]: unknown;
|
|
20646
|
+
}
|
|
20647
|
+
}
|
|
20648
|
+
}
|
|
20649
|
+
}
|
|
20650
|
+
}
|
|
20651
|
+
}
|
|
20327
20652
|
namespace V2ProjectProjectIdInvites { }
|
|
20328
20653
|
namespace V2ProjectsProjectIdInvites {
|
|
20329
20654
|
namespace Get {
|
|
@@ -21288,6 +21613,132 @@ export declare namespace MittwaldAPIV2 {
|
|
|
21288
21613
|
}
|
|
21289
21614
|
}
|
|
21290
21615
|
}
|
|
21616
|
+
namespace V2ProjectsProjectIdLlmLicencesLicenceId { }
|
|
21617
|
+
namespace ExperimentalV2ProjectsProjectIdLlmLicencesLicenceId {
|
|
21618
|
+
namespace Get {
|
|
21619
|
+
namespace Parameters {
|
|
21620
|
+
type Path = {
|
|
21621
|
+
projectId: string;
|
|
21622
|
+
licenceId: string;
|
|
21623
|
+
};
|
|
21624
|
+
type Header = {};
|
|
21625
|
+
type Query = {};
|
|
21626
|
+
}
|
|
21627
|
+
namespace Responses {
|
|
21628
|
+
namespace $200 {
|
|
21629
|
+
namespace Content {
|
|
21630
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.LlmlocksmithLicence;
|
|
21631
|
+
}
|
|
21632
|
+
}
|
|
21633
|
+
namespace $400 {
|
|
21634
|
+
namespace Content {
|
|
21635
|
+
interface ApplicationJson {
|
|
21636
|
+
[k: string]: unknown;
|
|
21637
|
+
}
|
|
21638
|
+
}
|
|
21639
|
+
}
|
|
21640
|
+
namespace $403 {
|
|
21641
|
+
namespace Content {
|
|
21642
|
+
interface ApplicationJson {
|
|
21643
|
+
[k: string]: unknown;
|
|
21644
|
+
}
|
|
21645
|
+
}
|
|
21646
|
+
}
|
|
21647
|
+
namespace $404 {
|
|
21648
|
+
namespace Content {
|
|
21649
|
+
interface ApplicationJson {
|
|
21650
|
+
[k: string]: unknown;
|
|
21651
|
+
}
|
|
21652
|
+
}
|
|
21653
|
+
}
|
|
21654
|
+
namespace $429 {
|
|
21655
|
+
namespace Content {
|
|
21656
|
+
interface ApplicationJson {
|
|
21657
|
+
[k: string]: unknown;
|
|
21658
|
+
}
|
|
21659
|
+
}
|
|
21660
|
+
}
|
|
21661
|
+
namespace Default {
|
|
21662
|
+
namespace Content {
|
|
21663
|
+
interface ApplicationJson {
|
|
21664
|
+
[k: string]: unknown;
|
|
21665
|
+
}
|
|
21666
|
+
}
|
|
21667
|
+
}
|
|
21668
|
+
}
|
|
21669
|
+
}
|
|
21670
|
+
namespace Put {
|
|
21671
|
+
namespace Parameters {
|
|
21672
|
+
type Path = {
|
|
21673
|
+
projectId: string;
|
|
21674
|
+
licenceId: string;
|
|
21675
|
+
};
|
|
21676
|
+
interface RequestBody {
|
|
21677
|
+
createWebuiContainer?: boolean;
|
|
21678
|
+
name?: string;
|
|
21679
|
+
}
|
|
21680
|
+
type Header = {};
|
|
21681
|
+
type Query = {};
|
|
21682
|
+
}
|
|
21683
|
+
namespace Responses {
|
|
21684
|
+
namespace $200 {
|
|
21685
|
+
namespace Content {
|
|
21686
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.LlmlocksmithLicence;
|
|
21687
|
+
}
|
|
21688
|
+
}
|
|
21689
|
+
namespace $400 {
|
|
21690
|
+
namespace Content {
|
|
21691
|
+
interface ApplicationJson {
|
|
21692
|
+
[k: string]: unknown;
|
|
21693
|
+
}
|
|
21694
|
+
}
|
|
21695
|
+
}
|
|
21696
|
+
namespace $403 {
|
|
21697
|
+
namespace Content {
|
|
21698
|
+
interface ApplicationJson {
|
|
21699
|
+
[k: string]: unknown;
|
|
21700
|
+
}
|
|
21701
|
+
}
|
|
21702
|
+
}
|
|
21703
|
+
namespace $404 {
|
|
21704
|
+
namespace Content {
|
|
21705
|
+
interface ApplicationJson {
|
|
21706
|
+
[k: string]: unknown;
|
|
21707
|
+
}
|
|
21708
|
+
}
|
|
21709
|
+
}
|
|
21710
|
+
namespace $409 {
|
|
21711
|
+
namespace Content {
|
|
21712
|
+
interface ApplicationJson {
|
|
21713
|
+
[k: string]: unknown;
|
|
21714
|
+
}
|
|
21715
|
+
}
|
|
21716
|
+
}
|
|
21717
|
+
namespace $412 {
|
|
21718
|
+
namespace Content {
|
|
21719
|
+
interface ApplicationJson {
|
|
21720
|
+
[k: string]: unknown;
|
|
21721
|
+
}
|
|
21722
|
+
}
|
|
21723
|
+
}
|
|
21724
|
+
namespace $429 {
|
|
21725
|
+
namespace Content {
|
|
21726
|
+
interface ApplicationJson {
|
|
21727
|
+
[k: string]: unknown;
|
|
21728
|
+
}
|
|
21729
|
+
}
|
|
21730
|
+
}
|
|
21731
|
+
namespace Default {
|
|
21732
|
+
namespace Content {
|
|
21733
|
+
interface ApplicationJson {
|
|
21734
|
+
[k: string]: unknown;
|
|
21735
|
+
}
|
|
21736
|
+
}
|
|
21737
|
+
}
|
|
21738
|
+
}
|
|
21739
|
+
}
|
|
21740
|
+
}
|
|
21741
|
+
namespace V2CustomersProjectsProjectIdLlmLicences { }
|
|
21291
21742
|
namespace V2ProjectTokenInvite {
|
|
21292
21743
|
namespace Get {
|
|
21293
21744
|
namespace Parameters {
|
|
@@ -25591,5 +26042,45 @@ export declare namespace MittwaldAPIV2 {
|
|
|
25591
26042
|
}
|
|
25592
26043
|
}
|
|
25593
26044
|
}
|
|
26045
|
+
namespace V2ActionsDetectPhishingEmail {
|
|
26046
|
+
namespace Post {
|
|
26047
|
+
namespace Parameters {
|
|
26048
|
+
type Path = {};
|
|
26049
|
+
interface RequestBody {
|
|
26050
|
+
[k: string]: unknown;
|
|
26051
|
+
}
|
|
26052
|
+
type Header = {};
|
|
26053
|
+
type Query = {};
|
|
26054
|
+
}
|
|
26055
|
+
namespace Responses {
|
|
26056
|
+
namespace $200 {
|
|
26057
|
+
namespace Content {
|
|
26058
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.VerificationEmailDetectPhishingMailResponse;
|
|
26059
|
+
}
|
|
26060
|
+
}
|
|
26061
|
+
namespace $400 {
|
|
26062
|
+
namespace Content {
|
|
26063
|
+
interface ApplicationJson {
|
|
26064
|
+
[k: string]: unknown;
|
|
26065
|
+
}
|
|
26066
|
+
}
|
|
26067
|
+
}
|
|
26068
|
+
namespace $429 {
|
|
26069
|
+
namespace Content {
|
|
26070
|
+
interface ApplicationJson {
|
|
26071
|
+
[k: string]: unknown;
|
|
26072
|
+
}
|
|
26073
|
+
}
|
|
26074
|
+
}
|
|
26075
|
+
namespace Default {
|
|
26076
|
+
namespace Content {
|
|
26077
|
+
interface ApplicationJson {
|
|
26078
|
+
[k: string]: unknown;
|
|
26079
|
+
}
|
|
26080
|
+
}
|
|
26081
|
+
}
|
|
26082
|
+
}
|
|
26083
|
+
}
|
|
26084
|
+
}
|
|
25594
26085
|
}
|
|
25595
26086
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.184.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.185.0",
|
|
4
4
|
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Auto-generated client for the mittwald API",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "ca12395175e5a81d9e7d174a043716c420c4967a"
|
|
84
84
|
}
|