@mittwald/api-client 4.459.0 → 4.461.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 +4 -4
- package/dist/esm/generated/v2/client.js +4 -4
- package/dist/esm/generated/v2/descriptors.js +12 -12
- package/dist/esm/generated/v3-next/client-react.js +4 -4
- package/dist/esm/generated/v3-next/client.js +4 -4
- package/dist/esm/generated/v3-next/descriptors.js +12 -12
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +56 -56
- package/dist/types/generated/v2/client.d.ts +176 -184
- package/dist/types/generated/v2/descriptors.d.ts +4 -4
- package/dist/types/generated/v2/types.d.ts +180 -174
- package/dist/types/generated/v3-next/client-react.d.ts +56 -56
- package/dist/types/generated/v3-next/client.d.ts +176 -184
- package/dist/types/generated/v3-next/descriptors.d.ts +4 -4
- package/dist/types/generated/v3-next/types.d.ts +180 -174
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -730,6 +730,180 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
730
730
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
731
731
|
[x: string]: unknown;
|
|
732
732
|
}, 429, "application/json">>>;
|
|
733
|
+
/** List the contract months of an ai hosting plan. */
|
|
734
|
+
planGetBillingPeriods: (request: {
|
|
735
|
+
customerId: string;
|
|
736
|
+
planId: string;
|
|
737
|
+
headers?: {
|
|
738
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
739
|
+
} | undefined;
|
|
740
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
741
|
+
headers?: Partial<{
|
|
742
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
743
|
+
}>;
|
|
744
|
+
} & {
|
|
745
|
+
pathParameters: {
|
|
746
|
+
customerId: string;
|
|
747
|
+
planId: string;
|
|
748
|
+
};
|
|
749
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
750
|
+
customerId: string;
|
|
751
|
+
nextTokenReset?: string | undefined;
|
|
752
|
+
periods: {
|
|
753
|
+
end: string;
|
|
754
|
+
isCurrent: boolean;
|
|
755
|
+
shortenedByUpgrade: boolean;
|
|
756
|
+
start: string;
|
|
757
|
+
tokenLimit: number;
|
|
758
|
+
}[];
|
|
759
|
+
planId: string;
|
|
760
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
761
|
+
[x: string]: unknown;
|
|
762
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
763
|
+
[x: string]: unknown;
|
|
764
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
765
|
+
[x: string]: unknown;
|
|
766
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
767
|
+
[x: string]: unknown;
|
|
768
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
769
|
+
headers?: Partial<{
|
|
770
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
771
|
+
}>;
|
|
772
|
+
} & {
|
|
773
|
+
pathParameters: {
|
|
774
|
+
customerId: string;
|
|
775
|
+
planId: string;
|
|
776
|
+
};
|
|
777
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
778
|
+
customerId: string;
|
|
779
|
+
nextTokenReset?: string | undefined;
|
|
780
|
+
periods: {
|
|
781
|
+
end: string;
|
|
782
|
+
isCurrent: boolean;
|
|
783
|
+
shortenedByUpgrade: boolean;
|
|
784
|
+
start: string;
|
|
785
|
+
tokenLimit: number;
|
|
786
|
+
}[];
|
|
787
|
+
planId: string;
|
|
788
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
789
|
+
[x: string]: unknown;
|
|
790
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
791
|
+
[x: string]: unknown;
|
|
792
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
793
|
+
[x: string]: unknown;
|
|
794
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
795
|
+
[x: string]: unknown;
|
|
796
|
+
}, 429, "application/json">>>;
|
|
797
|
+
/** Get aggregated token usage statistics for an ai hosting plan of a customer. */
|
|
798
|
+
planGetUsageStats: (request: {
|
|
799
|
+
queryParameters: {
|
|
800
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
801
|
+
startDate: string;
|
|
802
|
+
endDate: string;
|
|
803
|
+
keyId?: string | undefined;
|
|
804
|
+
};
|
|
805
|
+
customerId: string;
|
|
806
|
+
planId: string;
|
|
807
|
+
headers?: {
|
|
808
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
809
|
+
} | undefined;
|
|
810
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
811
|
+
headers?: Partial<{
|
|
812
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
813
|
+
}>;
|
|
814
|
+
} & {
|
|
815
|
+
pathParameters: {
|
|
816
|
+
customerId: string;
|
|
817
|
+
planId: string;
|
|
818
|
+
};
|
|
819
|
+
} & {
|
|
820
|
+
queryParameters: {
|
|
821
|
+
startDate: string;
|
|
822
|
+
endDate: string;
|
|
823
|
+
keyId?: string | undefined;
|
|
824
|
+
} & Partial<{
|
|
825
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
826
|
+
}>;
|
|
827
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
828
|
+
customerId: string;
|
|
829
|
+
daily: {
|
|
830
|
+
byKey: {
|
|
831
|
+
[k: string]: number;
|
|
832
|
+
};
|
|
833
|
+
date: string;
|
|
834
|
+
totalTokens: number;
|
|
835
|
+
}[];
|
|
836
|
+
keys: {
|
|
837
|
+
id: string;
|
|
838
|
+
name: string;
|
|
839
|
+
}[];
|
|
840
|
+
modelShare: {
|
|
841
|
+
model: string;
|
|
842
|
+
tokens: number;
|
|
843
|
+
}[];
|
|
844
|
+
planId: string;
|
|
845
|
+
timeframe: {
|
|
846
|
+
end: string;
|
|
847
|
+
start: string;
|
|
848
|
+
};
|
|
849
|
+
totalTokens: number;
|
|
850
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
851
|
+
[x: string]: unknown;
|
|
852
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
853
|
+
[x: string]: unknown;
|
|
854
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
855
|
+
[x: string]: unknown;
|
|
856
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
857
|
+
[x: string]: unknown;
|
|
858
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
859
|
+
headers?: Partial<{
|
|
860
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
861
|
+
}>;
|
|
862
|
+
} & {
|
|
863
|
+
pathParameters: {
|
|
864
|
+
customerId: string;
|
|
865
|
+
planId: string;
|
|
866
|
+
};
|
|
867
|
+
} & {
|
|
868
|
+
queryParameters: {
|
|
869
|
+
startDate: string;
|
|
870
|
+
endDate: string;
|
|
871
|
+
keyId?: string | undefined;
|
|
872
|
+
} & Partial<{
|
|
873
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
874
|
+
}>;
|
|
875
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
876
|
+
customerId: string;
|
|
877
|
+
daily: {
|
|
878
|
+
byKey: {
|
|
879
|
+
[k: string]: number;
|
|
880
|
+
};
|
|
881
|
+
date: string;
|
|
882
|
+
totalTokens: number;
|
|
883
|
+
}[];
|
|
884
|
+
keys: {
|
|
885
|
+
id: string;
|
|
886
|
+
name: string;
|
|
887
|
+
}[];
|
|
888
|
+
modelShare: {
|
|
889
|
+
model: string;
|
|
890
|
+
tokens: number;
|
|
891
|
+
}[];
|
|
892
|
+
planId: string;
|
|
893
|
+
timeframe: {
|
|
894
|
+
end: string;
|
|
895
|
+
start: string;
|
|
896
|
+
};
|
|
897
|
+
totalTokens: number;
|
|
898
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
899
|
+
[x: string]: unknown;
|
|
900
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
901
|
+
[x: string]: unknown;
|
|
902
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
903
|
+
[x: string]: unknown;
|
|
904
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
905
|
+
[x: string]: unknown;
|
|
906
|
+
}, 429, "application/json">>>;
|
|
733
907
|
/** Get a list of keys of a project. */
|
|
734
908
|
projectGetKeys: (request: {
|
|
735
909
|
projectId: string;
|
|
@@ -1317,180 +1491,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1317
1491
|
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1318
1492
|
[x: string]: unknown;
|
|
1319
1493
|
}, 429, "application/json">>>;
|
|
1320
|
-
/** List the contract months of an ai hosting plan. */
|
|
1321
|
-
planGetBillingPeriods: (request: {
|
|
1322
|
-
customerId: string;
|
|
1323
|
-
planId: string;
|
|
1324
|
-
headers?: {
|
|
1325
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1326
|
-
} | undefined;
|
|
1327
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1328
|
-
headers?: Partial<{
|
|
1329
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1330
|
-
}>;
|
|
1331
|
-
} & {
|
|
1332
|
-
pathParameters: {
|
|
1333
|
-
customerId: string;
|
|
1334
|
-
planId: string;
|
|
1335
|
-
};
|
|
1336
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
1337
|
-
customerId: string;
|
|
1338
|
-
nextTokenReset?: string | undefined;
|
|
1339
|
-
periods: {
|
|
1340
|
-
end: string;
|
|
1341
|
-
isCurrent: boolean;
|
|
1342
|
-
shortenedByUpgrade: boolean;
|
|
1343
|
-
start: string;
|
|
1344
|
-
tokenLimit: number;
|
|
1345
|
-
}[];
|
|
1346
|
-
planId: string;
|
|
1347
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1348
|
-
[x: string]: unknown;
|
|
1349
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1350
|
-
[x: string]: unknown;
|
|
1351
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1352
|
-
[x: string]: unknown;
|
|
1353
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1354
|
-
[x: string]: unknown;
|
|
1355
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1356
|
-
headers?: Partial<{
|
|
1357
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1358
|
-
}>;
|
|
1359
|
-
} & {
|
|
1360
|
-
pathParameters: {
|
|
1361
|
-
customerId: string;
|
|
1362
|
-
planId: string;
|
|
1363
|
-
};
|
|
1364
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
1365
|
-
customerId: string;
|
|
1366
|
-
nextTokenReset?: string | undefined;
|
|
1367
|
-
periods: {
|
|
1368
|
-
end: string;
|
|
1369
|
-
isCurrent: boolean;
|
|
1370
|
-
shortenedByUpgrade: boolean;
|
|
1371
|
-
start: string;
|
|
1372
|
-
tokenLimit: number;
|
|
1373
|
-
}[];
|
|
1374
|
-
planId: string;
|
|
1375
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1376
|
-
[x: string]: unknown;
|
|
1377
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1378
|
-
[x: string]: unknown;
|
|
1379
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1380
|
-
[x: string]: unknown;
|
|
1381
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1382
|
-
[x: string]: unknown;
|
|
1383
|
-
}, 429, "application/json">>>;
|
|
1384
|
-
/** Get aggregated token usage statistics for an ai hosting plan of a customer. */
|
|
1385
|
-
planGetUsageStats: (request: {
|
|
1386
|
-
queryParameters: {
|
|
1387
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1388
|
-
startDate: string;
|
|
1389
|
-
endDate: string;
|
|
1390
|
-
keyId?: string | undefined;
|
|
1391
|
-
};
|
|
1392
|
-
customerId: string;
|
|
1393
|
-
planId: string;
|
|
1394
|
-
headers?: {
|
|
1395
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1396
|
-
} | undefined;
|
|
1397
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1398
|
-
headers?: Partial<{
|
|
1399
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1400
|
-
}>;
|
|
1401
|
-
} & {
|
|
1402
|
-
pathParameters: {
|
|
1403
|
-
customerId: string;
|
|
1404
|
-
planId: string;
|
|
1405
|
-
};
|
|
1406
|
-
} & {
|
|
1407
|
-
queryParameters: {
|
|
1408
|
-
startDate: string;
|
|
1409
|
-
endDate: string;
|
|
1410
|
-
keyId?: string | undefined;
|
|
1411
|
-
} & Partial<{
|
|
1412
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1413
|
-
}>;
|
|
1414
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
1415
|
-
customerId: string;
|
|
1416
|
-
daily: {
|
|
1417
|
-
byKey: {
|
|
1418
|
-
[k: string]: number;
|
|
1419
|
-
};
|
|
1420
|
-
date: string;
|
|
1421
|
-
totalTokens: number;
|
|
1422
|
-
}[];
|
|
1423
|
-
keys: {
|
|
1424
|
-
id: string;
|
|
1425
|
-
name: string;
|
|
1426
|
-
}[];
|
|
1427
|
-
modelShare: {
|
|
1428
|
-
model: string;
|
|
1429
|
-
tokens: number;
|
|
1430
|
-
}[];
|
|
1431
|
-
planId: string;
|
|
1432
|
-
timeframe: {
|
|
1433
|
-
end: string;
|
|
1434
|
-
start: string;
|
|
1435
|
-
};
|
|
1436
|
-
totalTokens: number;
|
|
1437
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1438
|
-
[x: string]: unknown;
|
|
1439
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1440
|
-
[x: string]: unknown;
|
|
1441
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1442
|
-
[x: string]: unknown;
|
|
1443
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1444
|
-
[x: string]: unknown;
|
|
1445
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1446
|
-
headers?: Partial<{
|
|
1447
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1448
|
-
}>;
|
|
1449
|
-
} & {
|
|
1450
|
-
pathParameters: {
|
|
1451
|
-
customerId: string;
|
|
1452
|
-
planId: string;
|
|
1453
|
-
};
|
|
1454
|
-
} & {
|
|
1455
|
-
queryParameters: {
|
|
1456
|
-
startDate: string;
|
|
1457
|
-
endDate: string;
|
|
1458
|
-
keyId?: string | undefined;
|
|
1459
|
-
} & Partial<{
|
|
1460
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1461
|
-
}>;
|
|
1462
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
1463
|
-
customerId: string;
|
|
1464
|
-
daily: {
|
|
1465
|
-
byKey: {
|
|
1466
|
-
[k: string]: number;
|
|
1467
|
-
};
|
|
1468
|
-
date: string;
|
|
1469
|
-
totalTokens: number;
|
|
1470
|
-
}[];
|
|
1471
|
-
keys: {
|
|
1472
|
-
id: string;
|
|
1473
|
-
name: string;
|
|
1474
|
-
}[];
|
|
1475
|
-
modelShare: {
|
|
1476
|
-
model: string;
|
|
1477
|
-
tokens: number;
|
|
1478
|
-
}[];
|
|
1479
|
-
planId: string;
|
|
1480
|
-
timeframe: {
|
|
1481
|
-
end: string;
|
|
1482
|
-
start: string;
|
|
1483
|
-
};
|
|
1484
|
-
totalTokens: number;
|
|
1485
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1486
|
-
[x: string]: unknown;
|
|
1487
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1488
|
-
[x: string]: unknown;
|
|
1489
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1490
|
-
[x: string]: unknown;
|
|
1491
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1492
|
-
[x: string]: unknown;
|
|
1493
|
-
}, 429, "application/json">>>;
|
|
1494
1494
|
};
|
|
1495
1495
|
/** The App API allows you to manage your apps within a project, and all the system softwares that are installed as dependencies. */
|
|
1496
1496
|
readonly app: {
|
|
@@ -23610,14 +23610,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23610
23610
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23611
23611
|
}>;
|
|
23612
23612
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
23613
|
-
type: "ValidationError";
|
|
23614
|
-
message?: string | undefined;
|
|
23615
|
-
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
23616
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23617
23613
|
expires: string;
|
|
23618
23614
|
refreshToken: string;
|
|
23619
23615
|
token: string;
|
|
23620
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23616
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2AuthenticateMfa.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23621
23617
|
[x: string]: unknown;
|
|
23622
23618
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23623
23619
|
info?: {} | undefined;
|
|
@@ -23640,14 +23636,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23640
23636
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23641
23637
|
}>;
|
|
23642
23638
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
23643
|
-
type: "ValidationError";
|
|
23644
|
-
message?: string | undefined;
|
|
23645
|
-
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
23646
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23647
23639
|
expires: string;
|
|
23648
23640
|
refreshToken: string;
|
|
23649
23641
|
token: string;
|
|
23650
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23642
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2AuthenticateMfa.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23651
23643
|
[x: string]: unknown;
|
|
23652
23644
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23653
23645
|
info?: {} | undefined;
|
|
@@ -27,6 +27,10 @@ export declare const aiHostingCustomerGetPlan: OpenAPIOperation<RequestType<Simp
|
|
|
27
27
|
export declare const aiHostingCustomerUpdatePlan: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanId.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanId.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanId.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanId.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanId.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanId.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanId.Put.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanId.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanId.Put.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanId.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
28
28
|
/** Get a list of currently active models. */
|
|
29
29
|
export declare const aiHostingGetModels: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AiHostingModels.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AiHostingModels.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AiHostingModels.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AiHostingModels.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AiHostingModels.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AiHostingModels.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AiHostingModels.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AiHostingModels.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AiHostingModels.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
30
|
+
/** List the contract months of an ai hosting plan. */
|
|
31
|
+
export declare const aiHostingPlanGetBillingPeriods: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdBillingPeriods.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdBillingPeriods.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdBillingPeriods.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdBillingPeriods.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdBillingPeriods.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdBillingPeriods.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdBillingPeriods.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdBillingPeriods.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdBillingPeriods.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
32
|
+
/** Get aggregated token usage statistics for an ai hosting plan of a customer. */
|
|
33
|
+
export declare const aiHostingPlanGetUsageStats: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdUsage.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdUsage.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdUsage.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdUsage.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdUsage.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdUsage.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdUsage.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdUsage.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdUsage.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
30
34
|
/** Get a list of keys of a project. */
|
|
31
35
|
export declare const aiHostingProjectGetKeys: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeys.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeys.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeys.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeys.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeys.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeys.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeys.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeys.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeys.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
32
36
|
/** Creates a new key for a project. */
|
|
@@ -957,7 +961,3 @@ export declare const verificationDetectPhishingEmail: OpenAPIOperation<RequestTy
|
|
|
957
961
|
export declare const verificationVerifyAddress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
958
962
|
/** Check if a company exists. */
|
|
959
963
|
export declare const verificationVerifyCompany: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$412.Content.Empty>, 412, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
960
|
-
/** List the contract months of an ai hosting plan. */
|
|
961
|
-
export declare const aiHostingPlanGetBillingPeriods: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdBillingPeriods.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdBillingPeriods.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdBillingPeriods.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdBillingPeriods.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdBillingPeriods.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdBillingPeriods.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdBillingPeriods.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdBillingPeriods.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdBillingPeriods.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
962
|
-
/** Get aggregated token usage statistics for an ai hosting plan of a customer. */
|
|
963
|
-
export declare const aiHostingPlanGetUsageStats: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdUsage.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdUsage.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdUsage.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdUsage.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdUsage.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdUsage.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdUsage.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdUsage.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsPlanIdUsage.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|