@takaro/apiclient 0.2.1 → 0.3.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/generated/api.d.ts +1445 -284
- package/dist/generated/api.d.ts.map +1 -1
- package/dist/generated/api.js +888 -115
- package/dist/generated/api.js.map +1 -1
- package/dist/lib/client.d.ts +2 -1
- package/dist/lib/client.d.ts.map +1 -1
- package/dist/lib/client.js +6 -1
- package/dist/lib/client.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/.openapi-generator/FILES +21 -0
- package/src/generated/api.ts +2049 -291
- package/src/lib/client.ts +11 -0
package/dist/generated/api.d.ts
CHANGED
|
@@ -378,6 +378,12 @@ export interface BanSearchInputDTO {
|
|
|
378
378
|
* @memberof BanSearchInputDTO
|
|
379
379
|
*/
|
|
380
380
|
lessThan?: BanSearchInputAllowedRangeFilter;
|
|
381
|
+
/**
|
|
382
|
+
*
|
|
383
|
+
* @type {Array<string>}
|
|
384
|
+
* @memberof BanSearchInputDTO
|
|
385
|
+
*/
|
|
386
|
+
extend?: Array<BanSearchInputDTOExtendEnum>;
|
|
381
387
|
/**
|
|
382
388
|
*
|
|
383
389
|
* @type {any}
|
|
@@ -408,13 +414,12 @@ export interface BanSearchInputDTO {
|
|
|
408
414
|
* @memberof BanSearchInputDTO
|
|
409
415
|
*/
|
|
410
416
|
sortDirection?: BanSearchInputDTOSortDirectionEnum;
|
|
411
|
-
/**
|
|
412
|
-
*
|
|
413
|
-
* @type {Array<string>}
|
|
414
|
-
* @memberof BanSearchInputDTO
|
|
415
|
-
*/
|
|
416
|
-
extend?: Array<string>;
|
|
417
417
|
}
|
|
418
|
+
export declare const BanSearchInputDTOExtendEnum: {
|
|
419
|
+
readonly Player: "player";
|
|
420
|
+
readonly GameServer: "gameServer";
|
|
421
|
+
};
|
|
422
|
+
export type BanSearchInputDTOExtendEnum = (typeof BanSearchInputDTOExtendEnum)[keyof typeof BanSearchInputDTOExtendEnum];
|
|
418
423
|
export declare const BanSearchInputDTOSortDirectionEnum: {
|
|
419
424
|
readonly Asc: "asc";
|
|
420
425
|
readonly Desc: "desc";
|
|
@@ -599,7 +604,13 @@ export interface BoundingBoxSearchInputDTO {
|
|
|
599
604
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
600
605
|
* @memberof BoundingBoxSearchInputDTO
|
|
601
606
|
*/
|
|
602
|
-
|
|
607
|
+
startDate?: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
608
|
+
/**
|
|
609
|
+
*
|
|
610
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
611
|
+
* @memberof BoundingBoxSearchInputDTO
|
|
612
|
+
*/
|
|
613
|
+
endDate?: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
603
614
|
/**
|
|
604
615
|
*
|
|
605
616
|
* @type {string}
|
|
@@ -803,6 +814,12 @@ export interface CommandCreateDTO {
|
|
|
803
814
|
* @memberof CommandCreateDTO
|
|
804
815
|
*/
|
|
805
816
|
arguments?: Array<CommandArgumentCreateDTO>;
|
|
817
|
+
/**
|
|
818
|
+
*
|
|
819
|
+
* @type {Array<string>}
|
|
820
|
+
* @memberof CommandCreateDTO
|
|
821
|
+
*/
|
|
822
|
+
requiredPermissions?: Array<string>;
|
|
806
823
|
}
|
|
807
824
|
/**
|
|
808
825
|
*
|
|
@@ -934,6 +951,12 @@ export interface CommandOutputDTO {
|
|
|
934
951
|
* @memberof CommandOutputDTO
|
|
935
952
|
*/
|
|
936
953
|
arguments: Array<CommandArgumentOutputDTO>;
|
|
954
|
+
/**
|
|
955
|
+
*
|
|
956
|
+
* @type {Array<string>}
|
|
957
|
+
* @memberof CommandOutputDTO
|
|
958
|
+
*/
|
|
959
|
+
requiredPermissions?: Array<string>;
|
|
937
960
|
/**
|
|
938
961
|
*
|
|
939
962
|
* @type {string}
|
|
@@ -1040,6 +1063,12 @@ export interface CommandSearchInputDTO {
|
|
|
1040
1063
|
* @memberof CommandSearchInputDTO
|
|
1041
1064
|
*/
|
|
1042
1065
|
search?: CommandSearchInputAllowedSearch;
|
|
1066
|
+
/**
|
|
1067
|
+
*
|
|
1068
|
+
* @type {Array<string>}
|
|
1069
|
+
* @memberof CommandSearchInputDTO
|
|
1070
|
+
*/
|
|
1071
|
+
extend?: Array<CommandSearchInputDTOExtendEnum>;
|
|
1043
1072
|
/**
|
|
1044
1073
|
*
|
|
1045
1074
|
* @type {any}
|
|
@@ -1076,13 +1105,13 @@ export interface CommandSearchInputDTO {
|
|
|
1076
1105
|
* @memberof CommandSearchInputDTO
|
|
1077
1106
|
*/
|
|
1078
1107
|
sortDirection?: CommandSearchInputDTOSortDirectionEnum;
|
|
1079
|
-
/**
|
|
1080
|
-
*
|
|
1081
|
-
* @type {Array<string>}
|
|
1082
|
-
* @memberof CommandSearchInputDTO
|
|
1083
|
-
*/
|
|
1084
|
-
extend?: Array<string>;
|
|
1085
1108
|
}
|
|
1109
|
+
export declare const CommandSearchInputDTOExtendEnum: {
|
|
1110
|
+
readonly Module: "module";
|
|
1111
|
+
readonly GameServer: "gameServer";
|
|
1112
|
+
readonly Permissions: "permissions";
|
|
1113
|
+
};
|
|
1114
|
+
export type CommandSearchInputDTOExtendEnum = (typeof CommandSearchInputDTOExtendEnum)[keyof typeof CommandSearchInputDTOExtendEnum];
|
|
1086
1115
|
export declare const CommandSearchInputDTOSortDirectionEnum: {
|
|
1087
1116
|
readonly Asc: "asc";
|
|
1088
1117
|
readonly Desc: "desc";
|
|
@@ -1149,6 +1178,12 @@ export interface CommandUpdateDTO {
|
|
|
1149
1178
|
* @memberof CommandUpdateDTO
|
|
1150
1179
|
*/
|
|
1151
1180
|
arguments?: Array<CommandArgumentCreateDTO>;
|
|
1181
|
+
/**
|
|
1182
|
+
*
|
|
1183
|
+
* @type {Array<string>}
|
|
1184
|
+
* @memberof CommandUpdateDTO
|
|
1185
|
+
*/
|
|
1186
|
+
requiredPermissions?: Array<string>;
|
|
1152
1187
|
}
|
|
1153
1188
|
/**
|
|
1154
1189
|
*
|
|
@@ -1355,6 +1390,12 @@ export interface CronJobSearchInputDTO {
|
|
|
1355
1390
|
* @memberof CronJobSearchInputDTO
|
|
1356
1391
|
*/
|
|
1357
1392
|
search?: CronJobSearchInputAllowedSearch;
|
|
1393
|
+
/**
|
|
1394
|
+
*
|
|
1395
|
+
* @type {Array<string>}
|
|
1396
|
+
* @memberof CronJobSearchInputDTO
|
|
1397
|
+
*/
|
|
1398
|
+
extend?: Array<CronJobSearchInputDTOExtendEnum>;
|
|
1358
1399
|
/**
|
|
1359
1400
|
*
|
|
1360
1401
|
* @type {any}
|
|
@@ -1391,13 +1432,12 @@ export interface CronJobSearchInputDTO {
|
|
|
1391
1432
|
* @memberof CronJobSearchInputDTO
|
|
1392
1433
|
*/
|
|
1393
1434
|
sortDirection?: CronJobSearchInputDTOSortDirectionEnum;
|
|
1394
|
-
/**
|
|
1395
|
-
*
|
|
1396
|
-
* @type {Array<string>}
|
|
1397
|
-
* @memberof CronJobSearchInputDTO
|
|
1398
|
-
*/
|
|
1399
|
-
extend?: Array<string>;
|
|
1400
1435
|
}
|
|
1436
|
+
export declare const CronJobSearchInputDTOExtendEnum: {
|
|
1437
|
+
readonly Module: "module";
|
|
1438
|
+
readonly GameServer: "gameServer";
|
|
1439
|
+
};
|
|
1440
|
+
export type CronJobSearchInputDTOExtendEnum = (typeof CronJobSearchInputDTOExtendEnum)[keyof typeof CronJobSearchInputDTOExtendEnum];
|
|
1401
1441
|
export declare const CronJobSearchInputDTOSortDirectionEnum: {
|
|
1402
1442
|
readonly Asc: "asc";
|
|
1403
1443
|
readonly Desc: "desc";
|
|
@@ -1459,6 +1499,205 @@ export interface CronJobUpdateDTO {
|
|
|
1459
1499
|
*/
|
|
1460
1500
|
function?: string;
|
|
1461
1501
|
}
|
|
1502
|
+
/**
|
|
1503
|
+
*
|
|
1504
|
+
* @export
|
|
1505
|
+
* @interface DiscordChannelOutputArrayDTOAPI
|
|
1506
|
+
*/
|
|
1507
|
+
export interface DiscordChannelOutputArrayDTOAPI {
|
|
1508
|
+
/**
|
|
1509
|
+
*
|
|
1510
|
+
* @type {Array<DiscordChannelOutputDTO>}
|
|
1511
|
+
* @memberof DiscordChannelOutputArrayDTOAPI
|
|
1512
|
+
*/
|
|
1513
|
+
data: Array<DiscordChannelOutputDTO>;
|
|
1514
|
+
/**
|
|
1515
|
+
*
|
|
1516
|
+
* @type {MetadataOutput}
|
|
1517
|
+
* @memberof DiscordChannelOutputArrayDTOAPI
|
|
1518
|
+
*/
|
|
1519
|
+
meta: MetadataOutput;
|
|
1520
|
+
}
|
|
1521
|
+
/**
|
|
1522
|
+
*
|
|
1523
|
+
* @export
|
|
1524
|
+
* @interface DiscordChannelOutputDTO
|
|
1525
|
+
*/
|
|
1526
|
+
export interface DiscordChannelOutputDTO {
|
|
1527
|
+
/**
|
|
1528
|
+
*
|
|
1529
|
+
* @type {string}
|
|
1530
|
+
* @memberof DiscordChannelOutputDTO
|
|
1531
|
+
*/
|
|
1532
|
+
id: string;
|
|
1533
|
+
/**
|
|
1534
|
+
*
|
|
1535
|
+
* @type {string}
|
|
1536
|
+
* @memberof DiscordChannelOutputDTO
|
|
1537
|
+
*/
|
|
1538
|
+
name: string;
|
|
1539
|
+
/**
|
|
1540
|
+
*
|
|
1541
|
+
* @type {number}
|
|
1542
|
+
* @memberof DiscordChannelOutputDTO
|
|
1543
|
+
*/
|
|
1544
|
+
type: number;
|
|
1545
|
+
/**
|
|
1546
|
+
*
|
|
1547
|
+
* @type {string}
|
|
1548
|
+
* @memberof DiscordChannelOutputDTO
|
|
1549
|
+
*/
|
|
1550
|
+
parentId?: string;
|
|
1551
|
+
/**
|
|
1552
|
+
*
|
|
1553
|
+
* @type {string}
|
|
1554
|
+
* @memberof DiscordChannelOutputDTO
|
|
1555
|
+
*/
|
|
1556
|
+
topic?: string;
|
|
1557
|
+
}
|
|
1558
|
+
/**
|
|
1559
|
+
*
|
|
1560
|
+
* @export
|
|
1561
|
+
* @interface DiscordEmbedAuthor
|
|
1562
|
+
*/
|
|
1563
|
+
export interface DiscordEmbedAuthor {
|
|
1564
|
+
/**
|
|
1565
|
+
*
|
|
1566
|
+
* @type {string}
|
|
1567
|
+
* @memberof DiscordEmbedAuthor
|
|
1568
|
+
*/
|
|
1569
|
+
name: string;
|
|
1570
|
+
/**
|
|
1571
|
+
*
|
|
1572
|
+
* @type {string}
|
|
1573
|
+
* @memberof DiscordEmbedAuthor
|
|
1574
|
+
*/
|
|
1575
|
+
iconUrl?: string;
|
|
1576
|
+
/**
|
|
1577
|
+
*
|
|
1578
|
+
* @type {string}
|
|
1579
|
+
* @memberof DiscordEmbedAuthor
|
|
1580
|
+
*/
|
|
1581
|
+
url?: string;
|
|
1582
|
+
}
|
|
1583
|
+
/**
|
|
1584
|
+
*
|
|
1585
|
+
* @export
|
|
1586
|
+
* @interface DiscordEmbedField
|
|
1587
|
+
*/
|
|
1588
|
+
export interface DiscordEmbedField {
|
|
1589
|
+
/**
|
|
1590
|
+
*
|
|
1591
|
+
* @type {string}
|
|
1592
|
+
* @memberof DiscordEmbedField
|
|
1593
|
+
*/
|
|
1594
|
+
name: string;
|
|
1595
|
+
/**
|
|
1596
|
+
*
|
|
1597
|
+
* @type {string}
|
|
1598
|
+
* @memberof DiscordEmbedField
|
|
1599
|
+
*/
|
|
1600
|
+
value: string;
|
|
1601
|
+
/**
|
|
1602
|
+
*
|
|
1603
|
+
* @type {boolean}
|
|
1604
|
+
* @memberof DiscordEmbedField
|
|
1605
|
+
*/
|
|
1606
|
+
inline?: boolean;
|
|
1607
|
+
}
|
|
1608
|
+
/**
|
|
1609
|
+
*
|
|
1610
|
+
* @export
|
|
1611
|
+
* @interface DiscordEmbedFooter
|
|
1612
|
+
*/
|
|
1613
|
+
export interface DiscordEmbedFooter {
|
|
1614
|
+
/**
|
|
1615
|
+
*
|
|
1616
|
+
* @type {string}
|
|
1617
|
+
* @memberof DiscordEmbedFooter
|
|
1618
|
+
*/
|
|
1619
|
+
text: string;
|
|
1620
|
+
/**
|
|
1621
|
+
*
|
|
1622
|
+
* @type {string}
|
|
1623
|
+
* @memberof DiscordEmbedFooter
|
|
1624
|
+
*/
|
|
1625
|
+
iconUrl?: string;
|
|
1626
|
+
}
|
|
1627
|
+
/**
|
|
1628
|
+
*
|
|
1629
|
+
* @export
|
|
1630
|
+
* @interface DiscordEmbedImage
|
|
1631
|
+
*/
|
|
1632
|
+
export interface DiscordEmbedImage {
|
|
1633
|
+
/**
|
|
1634
|
+
*
|
|
1635
|
+
* @type {string}
|
|
1636
|
+
* @memberof DiscordEmbedImage
|
|
1637
|
+
*/
|
|
1638
|
+
url: string;
|
|
1639
|
+
}
|
|
1640
|
+
/**
|
|
1641
|
+
*
|
|
1642
|
+
* @export
|
|
1643
|
+
* @interface DiscordEmbedInputDTO
|
|
1644
|
+
*/
|
|
1645
|
+
export interface DiscordEmbedInputDTO {
|
|
1646
|
+
/**
|
|
1647
|
+
*
|
|
1648
|
+
* @type {string}
|
|
1649
|
+
* @memberof DiscordEmbedInputDTO
|
|
1650
|
+
*/
|
|
1651
|
+
title?: string;
|
|
1652
|
+
/**
|
|
1653
|
+
*
|
|
1654
|
+
* @type {string}
|
|
1655
|
+
* @memberof DiscordEmbedInputDTO
|
|
1656
|
+
*/
|
|
1657
|
+
description?: string;
|
|
1658
|
+
/**
|
|
1659
|
+
*
|
|
1660
|
+
* @type {number}
|
|
1661
|
+
* @memberof DiscordEmbedInputDTO
|
|
1662
|
+
*/
|
|
1663
|
+
color?: number;
|
|
1664
|
+
/**
|
|
1665
|
+
*
|
|
1666
|
+
* @type {Array<DiscordEmbedField>}
|
|
1667
|
+
* @memberof DiscordEmbedInputDTO
|
|
1668
|
+
*/
|
|
1669
|
+
fields?: Array<DiscordEmbedField>;
|
|
1670
|
+
/**
|
|
1671
|
+
*
|
|
1672
|
+
* @type {DiscordEmbedFooter}
|
|
1673
|
+
* @memberof DiscordEmbedInputDTO
|
|
1674
|
+
*/
|
|
1675
|
+
footer?: DiscordEmbedFooter;
|
|
1676
|
+
/**
|
|
1677
|
+
*
|
|
1678
|
+
* @type {DiscordEmbedImage}
|
|
1679
|
+
* @memberof DiscordEmbedInputDTO
|
|
1680
|
+
*/
|
|
1681
|
+
thumbnail?: DiscordEmbedImage;
|
|
1682
|
+
/**
|
|
1683
|
+
*
|
|
1684
|
+
* @type {DiscordEmbedImage}
|
|
1685
|
+
* @memberof DiscordEmbedInputDTO
|
|
1686
|
+
*/
|
|
1687
|
+
image?: DiscordEmbedImage;
|
|
1688
|
+
/**
|
|
1689
|
+
*
|
|
1690
|
+
* @type {DiscordEmbedAuthor}
|
|
1691
|
+
* @memberof DiscordEmbedInputDTO
|
|
1692
|
+
*/
|
|
1693
|
+
author?: DiscordEmbedAuthor;
|
|
1694
|
+
/**
|
|
1695
|
+
*
|
|
1696
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
1697
|
+
* @memberof DiscordEmbedInputDTO
|
|
1698
|
+
*/
|
|
1699
|
+
timestamp?: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
1700
|
+
}
|
|
1462
1701
|
/**
|
|
1463
1702
|
*
|
|
1464
1703
|
* @export
|
|
@@ -1491,6 +1730,50 @@ export interface DiscordParamId {
|
|
|
1491
1730
|
*/
|
|
1492
1731
|
id: string;
|
|
1493
1732
|
}
|
|
1733
|
+
/**
|
|
1734
|
+
*
|
|
1735
|
+
* @export
|
|
1736
|
+
* @interface DiscordRoleOutputArrayDTOAPI
|
|
1737
|
+
*/
|
|
1738
|
+
export interface DiscordRoleOutputArrayDTOAPI {
|
|
1739
|
+
/**
|
|
1740
|
+
*
|
|
1741
|
+
* @type {Array<DiscordRoleOutputDTO>}
|
|
1742
|
+
* @memberof DiscordRoleOutputArrayDTOAPI
|
|
1743
|
+
*/
|
|
1744
|
+
data: Array<DiscordRoleOutputDTO>;
|
|
1745
|
+
/**
|
|
1746
|
+
*
|
|
1747
|
+
* @type {MetadataOutput}
|
|
1748
|
+
* @memberof DiscordRoleOutputArrayDTOAPI
|
|
1749
|
+
*/
|
|
1750
|
+
meta: MetadataOutput;
|
|
1751
|
+
}
|
|
1752
|
+
/**
|
|
1753
|
+
*
|
|
1754
|
+
* @export
|
|
1755
|
+
* @interface DiscordRoleOutputDTO
|
|
1756
|
+
*/
|
|
1757
|
+
export interface DiscordRoleOutputDTO {
|
|
1758
|
+
/**
|
|
1759
|
+
*
|
|
1760
|
+
* @type {string}
|
|
1761
|
+
* @memberof DiscordRoleOutputDTO
|
|
1762
|
+
*/
|
|
1763
|
+
id: string;
|
|
1764
|
+
/**
|
|
1765
|
+
*
|
|
1766
|
+
* @type {string}
|
|
1767
|
+
* @memberof DiscordRoleOutputDTO
|
|
1768
|
+
*/
|
|
1769
|
+
name: string;
|
|
1770
|
+
/**
|
|
1771
|
+
*
|
|
1772
|
+
* @type {number}
|
|
1773
|
+
* @memberof DiscordRoleOutputDTO
|
|
1774
|
+
*/
|
|
1775
|
+
color: number;
|
|
1776
|
+
}
|
|
1494
1777
|
/**
|
|
1495
1778
|
*
|
|
1496
1779
|
* @export
|
|
@@ -1865,12 +2148,6 @@ export interface DomainSearchInputDTO {
|
|
|
1865
2148
|
* @memberof DomainSearchInputDTO
|
|
1866
2149
|
*/
|
|
1867
2150
|
sortDirection?: DomainSearchInputDTOSortDirectionEnum;
|
|
1868
|
-
/**
|
|
1869
|
-
*
|
|
1870
|
-
* @type {Array<string>}
|
|
1871
|
-
* @memberof DomainSearchInputDTO
|
|
1872
|
-
*/
|
|
1873
|
-
extend?: Array<string>;
|
|
1874
2151
|
}
|
|
1875
2152
|
export declare const DomainSearchInputDTOSortDirectionEnum: {
|
|
1876
2153
|
readonly Asc: "asc";
|
|
@@ -2220,12 +2497,6 @@ export interface EntitySearchInputDTO {
|
|
|
2220
2497
|
* @memberof EntitySearchInputDTO
|
|
2221
2498
|
*/
|
|
2222
2499
|
sortDirection?: EntitySearchInputDTOSortDirectionEnum;
|
|
2223
|
-
/**
|
|
2224
|
-
*
|
|
2225
|
-
* @type {Array<string>}
|
|
2226
|
-
* @memberof EntitySearchInputDTO
|
|
2227
|
-
*/
|
|
2228
|
-
extend?: Array<string>;
|
|
2229
2500
|
}
|
|
2230
2501
|
export declare const EntitySearchInputDTOSortDirectionEnum: {
|
|
2231
2502
|
readonly Asc: "asc";
|
|
@@ -2406,6 +2677,7 @@ export declare const EventCreateDTOEventNameEnum: {
|
|
|
2406
2677
|
readonly RoleUpdated: "role-updated";
|
|
2407
2678
|
readonly RoleDeleted: "role-deleted";
|
|
2408
2679
|
readonly CommandExecuted: "command-executed";
|
|
2680
|
+
readonly CommandExecutionDenied: "command-execution-denied";
|
|
2409
2681
|
readonly HookExecuted: "hook-executed";
|
|
2410
2682
|
readonly CronjobExecuted: "cronjob-executed";
|
|
2411
2683
|
readonly CurrencyAdded: "currency-added";
|
|
@@ -2673,6 +2945,7 @@ export declare const EventOutputDTOEventNameEnum: {
|
|
|
2673
2945
|
readonly RoleUpdated: "role-updated";
|
|
2674
2946
|
readonly RoleDeleted: "role-deleted";
|
|
2675
2947
|
readonly CommandExecuted: "command-executed";
|
|
2948
|
+
readonly CommandExecutionDenied: "command-execution-denied";
|
|
2676
2949
|
readonly HookExecuted: "hook-executed";
|
|
2677
2950
|
readonly CronjobExecuted: "cronjob-executed";
|
|
2678
2951
|
readonly CurrencyAdded: "currency-added";
|
|
@@ -2709,7 +2982,7 @@ export type EventOutputDTOEventNameEnum = (typeof EventOutputDTOEventNameEnum)[k
|
|
|
2709
2982
|
* @type EventOutputDTOMeta
|
|
2710
2983
|
* @export
|
|
2711
2984
|
*/
|
|
2712
|
-
export type EventOutputDTOMeta = EventChatMessage | EventEntityKilled | EventLogLine | EventPlayerConnected | EventPlayerDeath | EventPlayerDisconnected | HookEventDiscordMessage | TakaroEventCommandExecuted | TakaroEventCronjobExecuted | TakaroEventCurrencyAdded | TakaroEventCurrencyDeducted | TakaroEventGameserverCreated | TakaroEventGameserverDeleted | TakaroEventGameserverUpdated | TakaroEventHookExecuted | TakaroEventModuleCreated | TakaroEventModuleDeleted | TakaroEventModuleInstalled | TakaroEventModuleUninstalled | TakaroEventModuleUpdated | TakaroEventPlayerBanned | TakaroEventPlayerCreated | TakaroEventPlayerLinked | TakaroEventPlayerNewIpDetected | TakaroEventPlayerUnbanned | TakaroEventRoleAssigned | TakaroEventRoleCreated | TakaroEventRoleDeleted | TakaroEventRoleRemoved | TakaroEventRoleUpdated | TakaroEventServerStatusChanged | TakaroEventSettingsSet | TakaroEventShopListingCreated | TakaroEventShopListingDeleted | TakaroEventShopListingUpdated | TakaroEventShopOrderCreated | TakaroEventShopOrderDeliveryFailed | TakaroEventShopOrderStatusChanged;
|
|
2985
|
+
export type EventOutputDTOMeta = EventChatMessage | EventEntityKilled | EventLogLine | EventPlayerConnected | EventPlayerDeath | EventPlayerDisconnected | HookEventDiscordMessage | TakaroEventCommandExecuted | TakaroEventCommandExecutionDenied | TakaroEventCronjobExecuted | TakaroEventCurrencyAdded | TakaroEventCurrencyDeducted | TakaroEventGameserverCreated | TakaroEventGameserverDeleted | TakaroEventGameserverUpdated | TakaroEventHookExecuted | TakaroEventModuleCreated | TakaroEventModuleDeleted | TakaroEventModuleInstalled | TakaroEventModuleUninstalled | TakaroEventModuleUpdated | TakaroEventPlayerBanned | TakaroEventPlayerCreated | TakaroEventPlayerLinked | TakaroEventPlayerNewIpDetected | TakaroEventPlayerUnbanned | TakaroEventRoleAssigned | TakaroEventRoleCreated | TakaroEventRoleDeleted | TakaroEventRoleRemoved | TakaroEventRoleUpdated | TakaroEventServerStatusChanged | TakaroEventSettingsSet | TakaroEventShopListingCreated | TakaroEventShopListingDeleted | TakaroEventShopListingUpdated | TakaroEventShopOrderCreated | TakaroEventShopOrderDeliveryFailed | TakaroEventShopOrderStatusChanged;
|
|
2713
2986
|
/**
|
|
2714
2987
|
*
|
|
2715
2988
|
* @export
|
|
@@ -2853,6 +3126,7 @@ export declare const EventSearchInputAllowedFiltersEventNameEnum: {
|
|
|
2853
3126
|
readonly RoleUpdated: "role-updated";
|
|
2854
3127
|
readonly RoleDeleted: "role-deleted";
|
|
2855
3128
|
readonly CommandExecuted: "command-executed";
|
|
3129
|
+
readonly CommandExecutionDenied: "command-execution-denied";
|
|
2856
3130
|
readonly HookExecuted: "hook-executed";
|
|
2857
3131
|
readonly CronjobExecuted: "cronjob-executed";
|
|
2858
3132
|
readonly CurrencyAdded: "currency-added";
|
|
@@ -2909,6 +3183,12 @@ export interface EventSearchInputDTO {
|
|
|
2909
3183
|
* @memberof EventSearchInputDTO
|
|
2910
3184
|
*/
|
|
2911
3185
|
lessThan?: RangeFilterCreatedAndUpdatedAt;
|
|
3186
|
+
/**
|
|
3187
|
+
*
|
|
3188
|
+
* @type {Array<string>}
|
|
3189
|
+
* @memberof EventSearchInputDTO
|
|
3190
|
+
*/
|
|
3191
|
+
extend?: Array<EventSearchInputDTOExtendEnum>;
|
|
2912
3192
|
/**
|
|
2913
3193
|
*
|
|
2914
3194
|
* @type {any}
|
|
@@ -2939,15 +3219,16 @@ export interface EventSearchInputDTO {
|
|
|
2939
3219
|
* @memberof EventSearchInputDTO
|
|
2940
3220
|
*/
|
|
2941
3221
|
sortDirection?: EventSearchInputDTOSortDirectionEnum;
|
|
2942
|
-
/**
|
|
2943
|
-
*
|
|
2944
|
-
* @type {Array<string>}
|
|
2945
|
-
* @memberof EventSearchInputDTO
|
|
2946
|
-
*/
|
|
2947
|
-
extend?: Array<string>;
|
|
2948
3222
|
}
|
|
2949
|
-
export declare const
|
|
2950
|
-
readonly
|
|
3223
|
+
export declare const EventSearchInputDTOExtendEnum: {
|
|
3224
|
+
readonly Module: "module";
|
|
3225
|
+
readonly GameServer: "gameServer";
|
|
3226
|
+
readonly Player: "player";
|
|
3227
|
+
readonly User: "user";
|
|
3228
|
+
};
|
|
3229
|
+
export type EventSearchInputDTOExtendEnum = (typeof EventSearchInputDTOExtendEnum)[keyof typeof EventSearchInputDTOExtendEnum];
|
|
3230
|
+
export declare const EventSearchInputDTOSortDirectionEnum: {
|
|
3231
|
+
readonly Asc: "asc";
|
|
2951
3232
|
readonly Desc: "desc";
|
|
2952
3233
|
};
|
|
2953
3234
|
export type EventSearchInputDTOSortDirectionEnum = (typeof EventSearchInputDTOSortDirectionEnum)[keyof typeof EventSearchInputDTOSortDirectionEnum];
|
|
@@ -3019,6 +3300,7 @@ export declare const EventsCountInputDTOEventNameEnum: {
|
|
|
3019
3300
|
readonly RoleUpdated: "role-updated";
|
|
3020
3301
|
readonly RoleDeleted: "role-deleted";
|
|
3021
3302
|
readonly CommandExecuted: "command-executed";
|
|
3303
|
+
readonly CommandExecutionDenied: "command-execution-denied";
|
|
3022
3304
|
readonly HookExecuted: "hook-executed";
|
|
3023
3305
|
readonly CronjobExecuted: "cronjob-executed";
|
|
3024
3306
|
readonly CurrencyAdded: "currency-added";
|
|
@@ -3247,6 +3529,12 @@ export interface FunctionSearchInputDTO {
|
|
|
3247
3529
|
* @memberof FunctionSearchInputDTO
|
|
3248
3530
|
*/
|
|
3249
3531
|
search?: FunctionSearchInputAllowedSearch;
|
|
3532
|
+
/**
|
|
3533
|
+
*
|
|
3534
|
+
* @type {Array<string>}
|
|
3535
|
+
* @memberof FunctionSearchInputDTO
|
|
3536
|
+
*/
|
|
3537
|
+
extend?: Array<FunctionSearchInputDTOExtendEnum>;
|
|
3250
3538
|
/**
|
|
3251
3539
|
*
|
|
3252
3540
|
* @type {any}
|
|
@@ -3283,13 +3571,14 @@ export interface FunctionSearchInputDTO {
|
|
|
3283
3571
|
* @memberof FunctionSearchInputDTO
|
|
3284
3572
|
*/
|
|
3285
3573
|
sortDirection?: FunctionSearchInputDTOSortDirectionEnum;
|
|
3286
|
-
/**
|
|
3287
|
-
*
|
|
3288
|
-
* @type {Array<string>}
|
|
3289
|
-
* @memberof FunctionSearchInputDTO
|
|
3290
|
-
*/
|
|
3291
|
-
extend?: Array<string>;
|
|
3292
3574
|
}
|
|
3575
|
+
export declare const FunctionSearchInputDTOExtendEnum: {
|
|
3576
|
+
readonly Module: "module";
|
|
3577
|
+
readonly CronJobs: "cronJobs";
|
|
3578
|
+
readonly Hooks: "hooks";
|
|
3579
|
+
readonly Commands: "commands";
|
|
3580
|
+
};
|
|
3581
|
+
export type FunctionSearchInputDTOExtendEnum = (typeof FunctionSearchInputDTOExtendEnum)[keyof typeof FunctionSearchInputDTOExtendEnum];
|
|
3293
3582
|
export declare const FunctionSearchInputDTOSortDirectionEnum: {
|
|
3294
3583
|
readonly Asc: "asc";
|
|
3295
3584
|
readonly Desc: "desc";
|
|
@@ -3545,6 +3834,12 @@ export interface GameServerSearchInputDTO {
|
|
|
3545
3834
|
* @memberof GameServerSearchInputDTO
|
|
3546
3835
|
*/
|
|
3547
3836
|
search?: GameServerSearchInputAllowedSearch;
|
|
3837
|
+
/**
|
|
3838
|
+
*
|
|
3839
|
+
* @type {Array<string>}
|
|
3840
|
+
* @memberof GameServerSearchInputDTO
|
|
3841
|
+
*/
|
|
3842
|
+
extend?: Array<GameServerSearchInputDTOExtendEnum>;
|
|
3548
3843
|
/**
|
|
3549
3844
|
*
|
|
3550
3845
|
* @type {any}
|
|
@@ -3581,13 +3876,12 @@ export interface GameServerSearchInputDTO {
|
|
|
3581
3876
|
* @memberof GameServerSearchInputDTO
|
|
3582
3877
|
*/
|
|
3583
3878
|
sortDirection?: GameServerSearchInputDTOSortDirectionEnum;
|
|
3584
|
-
/**
|
|
3585
|
-
*
|
|
3586
|
-
* @type {Array<string>}
|
|
3587
|
-
* @memberof GameServerSearchInputDTO
|
|
3588
|
-
*/
|
|
3589
|
-
extend?: Array<string>;
|
|
3590
3879
|
}
|
|
3880
|
+
export declare const GameServerSearchInputDTOExtendEnum: {
|
|
3881
|
+
readonly Players: "players";
|
|
3882
|
+
readonly Items: "items";
|
|
3883
|
+
};
|
|
3884
|
+
export type GameServerSearchInputDTOExtendEnum = (typeof GameServerSearchInputDTOExtendEnum)[keyof typeof GameServerSearchInputDTOExtendEnum];
|
|
3591
3885
|
export declare const GameServerSearchInputDTOSortDirectionEnum: {
|
|
3592
3886
|
readonly Asc: "asc";
|
|
3593
3887
|
readonly Desc: "desc";
|
|
@@ -4063,12 +4357,6 @@ export interface GuildSearchInputDTO {
|
|
|
4063
4357
|
* @memberof GuildSearchInputDTO
|
|
4064
4358
|
*/
|
|
4065
4359
|
sortDirection?: GuildSearchInputDTOSortDirectionEnum;
|
|
4066
|
-
/**
|
|
4067
|
-
*
|
|
4068
|
-
* @type {Array<string>}
|
|
4069
|
-
* @memberof GuildSearchInputDTO
|
|
4070
|
-
*/
|
|
4071
|
-
extend?: Array<string>;
|
|
4072
4360
|
}
|
|
4073
4361
|
export declare const GuildSearchInputDTOSortDirectionEnum: {
|
|
4074
4362
|
readonly Asc: "asc";
|
|
@@ -4170,6 +4458,7 @@ export declare const HookCreateDTOEventTypeEnum: {
|
|
|
4170
4458
|
readonly RoleUpdated: "role-updated";
|
|
4171
4459
|
readonly RoleDeleted: "role-deleted";
|
|
4172
4460
|
readonly CommandExecuted: "command-executed";
|
|
4461
|
+
readonly CommandExecutionDenied: "command-execution-denied";
|
|
4173
4462
|
readonly HookExecuted: "hook-executed";
|
|
4174
4463
|
readonly CronjobExecuted: "cronjob-executed";
|
|
4175
4464
|
readonly CurrencyAdded: "currency-added";
|
|
@@ -4322,6 +4611,7 @@ export declare const HookOutputDTOEventTypeEnum: {
|
|
|
4322
4611
|
readonly RoleUpdated: "role-updated";
|
|
4323
4612
|
readonly RoleDeleted: "role-deleted";
|
|
4324
4613
|
readonly CommandExecuted: "command-executed";
|
|
4614
|
+
readonly CommandExecutionDenied: "command-execution-denied";
|
|
4325
4615
|
readonly HookExecuted: "hook-executed";
|
|
4326
4616
|
readonly CronjobExecuted: "cronjob-executed";
|
|
4327
4617
|
readonly CurrencyAdded: "currency-added";
|
|
@@ -4419,6 +4709,7 @@ export declare const HookSearchInputAllowedFiltersEventTypeEnum: {
|
|
|
4419
4709
|
readonly RoleUpdated: "role-updated";
|
|
4420
4710
|
readonly RoleDeleted: "role-deleted";
|
|
4421
4711
|
readonly CommandExecuted: "command-executed";
|
|
4712
|
+
readonly CommandExecutionDenied: "command-execution-denied";
|
|
4422
4713
|
readonly HookExecuted: "hook-executed";
|
|
4423
4714
|
readonly CronjobExecuted: "cronjob-executed";
|
|
4424
4715
|
readonly CurrencyAdded: "currency-added";
|
|
@@ -4477,6 +4768,12 @@ export interface HookSearchInputDTO {
|
|
|
4477
4768
|
* @memberof HookSearchInputDTO
|
|
4478
4769
|
*/
|
|
4479
4770
|
search?: HookSearchInputAllowedSearch;
|
|
4771
|
+
/**
|
|
4772
|
+
*
|
|
4773
|
+
* @type {Array<string>}
|
|
4774
|
+
* @memberof HookSearchInputDTO
|
|
4775
|
+
*/
|
|
4776
|
+
extend?: Array<HookSearchInputDTOExtendEnum>;
|
|
4480
4777
|
/**
|
|
4481
4778
|
*
|
|
4482
4779
|
* @type {any}
|
|
@@ -4513,13 +4810,12 @@ export interface HookSearchInputDTO {
|
|
|
4513
4810
|
* @memberof HookSearchInputDTO
|
|
4514
4811
|
*/
|
|
4515
4812
|
sortDirection?: HookSearchInputDTOSortDirectionEnum;
|
|
4516
|
-
/**
|
|
4517
|
-
*
|
|
4518
|
-
* @type {Array<string>}
|
|
4519
|
-
* @memberof HookSearchInputDTO
|
|
4520
|
-
*/
|
|
4521
|
-
extend?: Array<string>;
|
|
4522
4813
|
}
|
|
4814
|
+
export declare const HookSearchInputDTOExtendEnum: {
|
|
4815
|
+
readonly Module: "module";
|
|
4816
|
+
readonly GameServer: "gameServer";
|
|
4817
|
+
};
|
|
4818
|
+
export type HookSearchInputDTOExtendEnum = (typeof HookSearchInputDTOExtendEnum)[keyof typeof HookSearchInputDTOExtendEnum];
|
|
4523
4819
|
export declare const HookSearchInputDTOSortDirectionEnum: {
|
|
4524
4820
|
readonly Asc: "asc";
|
|
4525
4821
|
readonly Desc: "desc";
|
|
@@ -4576,6 +4872,7 @@ export declare const HookTriggerDTOEventTypeEnum: {
|
|
|
4576
4872
|
readonly RoleUpdated: "role-updated";
|
|
4577
4873
|
readonly RoleDeleted: "role-deleted";
|
|
4578
4874
|
readonly CommandExecuted: "command-executed";
|
|
4875
|
+
readonly CommandExecutionDenied: "command-execution-denied";
|
|
4579
4876
|
readonly HookExecuted: "hook-executed";
|
|
4580
4877
|
readonly CronjobExecuted: "cronjob-executed";
|
|
4581
4878
|
readonly CurrencyAdded: "currency-added";
|
|
@@ -4654,6 +4951,7 @@ export declare const HookUpdateDTOEventTypeEnum: {
|
|
|
4654
4951
|
readonly RoleUpdated: "role-updated";
|
|
4655
4952
|
readonly RoleDeleted: "role-deleted";
|
|
4656
4953
|
readonly CommandExecuted: "command-executed";
|
|
4954
|
+
readonly CommandExecutionDenied: "command-execution-denied";
|
|
4657
4955
|
readonly HookExecuted: "hook-executed";
|
|
4658
4956
|
readonly CronjobExecuted: "cronjob-executed";
|
|
4659
4957
|
readonly CurrencyAdded: "currency-added";
|
|
@@ -4723,6 +5021,12 @@ export interface ICommand {
|
|
|
4723
5021
|
* @memberof ICommand
|
|
4724
5022
|
*/
|
|
4725
5023
|
arguments?: Array<ICommandArgument>;
|
|
5024
|
+
/**
|
|
5025
|
+
*
|
|
5026
|
+
* @type {Array<string>}
|
|
5027
|
+
* @memberof ICommand
|
|
5028
|
+
*/
|
|
5029
|
+
requiredPermissions?: Array<string>;
|
|
4726
5030
|
}
|
|
4727
5031
|
/**
|
|
4728
5032
|
*
|
|
@@ -4966,6 +5270,7 @@ export declare const IHookEventTypeEnum: {
|
|
|
4966
5270
|
readonly RoleUpdated: "role-updated";
|
|
4967
5271
|
readonly RoleDeleted: "role-deleted";
|
|
4968
5272
|
readonly CommandExecuted: "command-executed";
|
|
5273
|
+
readonly CommandExecutionDenied: "command-execution-denied";
|
|
4969
5274
|
readonly HookExecuted: "hook-executed";
|
|
4970
5275
|
readonly CronjobExecuted: "cronjob-executed";
|
|
4971
5276
|
readonly CurrencyAdded: "currency-added";
|
|
@@ -5096,7 +5401,13 @@ export interface IMessageOptsDTO {
|
|
|
5096
5401
|
* @type {IPlayerReferenceDTO}
|
|
5097
5402
|
* @memberof IMessageOptsDTO
|
|
5098
5403
|
*/
|
|
5099
|
-
recipient
|
|
5404
|
+
recipient?: IPlayerReferenceDTO;
|
|
5405
|
+
/**
|
|
5406
|
+
*
|
|
5407
|
+
* @type {string}
|
|
5408
|
+
* @memberof IMessageOptsDTO
|
|
5409
|
+
*/
|
|
5410
|
+
senderNameOverride?: string;
|
|
5100
5411
|
}
|
|
5101
5412
|
/**
|
|
5102
5413
|
*
|
|
@@ -5551,6 +5862,12 @@ export interface ItemSearchInputDTO {
|
|
|
5551
5862
|
* @memberof ItemSearchInputDTO
|
|
5552
5863
|
*/
|
|
5553
5864
|
search?: ItemSearchInputAllowedSearch;
|
|
5865
|
+
/**
|
|
5866
|
+
*
|
|
5867
|
+
* @type {Array<string>}
|
|
5868
|
+
* @memberof ItemSearchInputDTO
|
|
5869
|
+
*/
|
|
5870
|
+
extend?: Array<ItemSearchInputDTOExtendEnum>;
|
|
5554
5871
|
/**
|
|
5555
5872
|
*
|
|
5556
5873
|
* @type {any}
|
|
@@ -5587,13 +5904,11 @@ export interface ItemSearchInputDTO {
|
|
|
5587
5904
|
* @memberof ItemSearchInputDTO
|
|
5588
5905
|
*/
|
|
5589
5906
|
sortDirection?: ItemSearchInputDTOSortDirectionEnum;
|
|
5590
|
-
/**
|
|
5591
|
-
*
|
|
5592
|
-
* @type {Array<string>}
|
|
5593
|
-
* @memberof ItemSearchInputDTO
|
|
5594
|
-
*/
|
|
5595
|
-
extend?: Array<string>;
|
|
5596
5907
|
}
|
|
5908
|
+
export declare const ItemSearchInputDTOExtendEnum: {
|
|
5909
|
+
readonly GameServer: "gameServer";
|
|
5910
|
+
};
|
|
5911
|
+
export type ItemSearchInputDTOExtendEnum = (typeof ItemSearchInputDTOExtendEnum)[keyof typeof ItemSearchInputDTOExtendEnum];
|
|
5597
5912
|
export declare const ItemSearchInputDTOSortDirectionEnum: {
|
|
5598
5913
|
readonly Asc: "asc";
|
|
5599
5914
|
readonly Desc: "desc";
|
|
@@ -6065,6 +6380,18 @@ export interface ModuleCreateAPIDTO {
|
|
|
6065
6380
|
* @memberof ModuleCreateAPIDTO
|
|
6066
6381
|
*/
|
|
6067
6382
|
name: string;
|
|
6383
|
+
/**
|
|
6384
|
+
*
|
|
6385
|
+
* @type {string}
|
|
6386
|
+
* @memberof ModuleCreateAPIDTO
|
|
6387
|
+
*/
|
|
6388
|
+
author?: string;
|
|
6389
|
+
/**
|
|
6390
|
+
*
|
|
6391
|
+
* @type {Array<string>}
|
|
6392
|
+
* @memberof ModuleCreateAPIDTO
|
|
6393
|
+
*/
|
|
6394
|
+
supportedGames?: Array<string>;
|
|
6068
6395
|
/**
|
|
6069
6396
|
*
|
|
6070
6397
|
* @type {ModuleCreateVersionInputDTO}
|
|
@@ -6090,6 +6417,18 @@ export interface ModuleCreateDTO {
|
|
|
6090
6417
|
* @memberof ModuleCreateDTO
|
|
6091
6418
|
*/
|
|
6092
6419
|
builtin?: string;
|
|
6420
|
+
/**
|
|
6421
|
+
*
|
|
6422
|
+
* @type {string}
|
|
6423
|
+
* @memberof ModuleCreateDTO
|
|
6424
|
+
*/
|
|
6425
|
+
author?: string;
|
|
6426
|
+
/**
|
|
6427
|
+
*
|
|
6428
|
+
* @type {Array<string>}
|
|
6429
|
+
* @memberof ModuleCreateDTO
|
|
6430
|
+
*/
|
|
6431
|
+
supportedGames?: Array<string>;
|
|
6093
6432
|
}
|
|
6094
6433
|
/**
|
|
6095
6434
|
*
|
|
@@ -6109,6 +6448,18 @@ export interface ModuleCreateInternalDTO {
|
|
|
6109
6448
|
* @memberof ModuleCreateInternalDTO
|
|
6110
6449
|
*/
|
|
6111
6450
|
name: string;
|
|
6451
|
+
/**
|
|
6452
|
+
*
|
|
6453
|
+
* @type {string}
|
|
6454
|
+
* @memberof ModuleCreateInternalDTO
|
|
6455
|
+
*/
|
|
6456
|
+
author?: string;
|
|
6457
|
+
/**
|
|
6458
|
+
*
|
|
6459
|
+
* @type {Array<string>}
|
|
6460
|
+
* @memberof ModuleCreateInternalDTO
|
|
6461
|
+
*/
|
|
6462
|
+
supportedGames?: Array<string>;
|
|
6112
6463
|
/**
|
|
6113
6464
|
*
|
|
6114
6465
|
* @type {ModuleCreateVersionInputDTO}
|
|
@@ -6394,12 +6745,6 @@ export interface ModuleInstallationSearchInputDTO {
|
|
|
6394
6745
|
* @memberof ModuleInstallationSearchInputDTO
|
|
6395
6746
|
*/
|
|
6396
6747
|
sortDirection?: ModuleInstallationSearchInputDTOSortDirectionEnum;
|
|
6397
|
-
/**
|
|
6398
|
-
*
|
|
6399
|
-
* @type {Array<string>}
|
|
6400
|
-
* @memberof ModuleInstallationSearchInputDTO
|
|
6401
|
-
*/
|
|
6402
|
-
extend?: Array<string>;
|
|
6403
6748
|
}
|
|
6404
6749
|
export declare const ModuleInstallationSearchInputDTOSortDirectionEnum: {
|
|
6405
6750
|
readonly Asc: "asc";
|
|
@@ -6443,12 +6788,30 @@ export interface ModuleOutputDTO {
|
|
|
6443
6788
|
* @memberof ModuleOutputDTO
|
|
6444
6789
|
*/
|
|
6445
6790
|
builtin?: string;
|
|
6791
|
+
/**
|
|
6792
|
+
*
|
|
6793
|
+
* @type {string}
|
|
6794
|
+
* @memberof ModuleOutputDTO
|
|
6795
|
+
*/
|
|
6796
|
+
author?: string;
|
|
6797
|
+
/**
|
|
6798
|
+
*
|
|
6799
|
+
* @type {Array<string>}
|
|
6800
|
+
* @memberof ModuleOutputDTO
|
|
6801
|
+
*/
|
|
6802
|
+
supportedGames: Array<string>;
|
|
6446
6803
|
/**
|
|
6447
6804
|
*
|
|
6448
6805
|
* @type {ModuleVersionOutputDTO}
|
|
6449
6806
|
* @memberof ModuleOutputDTO
|
|
6450
6807
|
*/
|
|
6451
6808
|
latestVersion: ModuleVersionOutputDTO;
|
|
6809
|
+
/**
|
|
6810
|
+
*
|
|
6811
|
+
* @type {Array<SmallModuleVersionOutputDTO>}
|
|
6812
|
+
* @memberof ModuleOutputDTO
|
|
6813
|
+
*/
|
|
6814
|
+
versions?: Array<SmallModuleVersionOutputDTO>;
|
|
6452
6815
|
/**
|
|
6453
6816
|
*
|
|
6454
6817
|
* @type {string}
|
|
@@ -6505,6 +6868,18 @@ export interface ModuleSearchInputAllowedFilters {
|
|
|
6505
6868
|
* @memberof ModuleSearchInputAllowedFilters
|
|
6506
6869
|
*/
|
|
6507
6870
|
builtin?: Array<string>;
|
|
6871
|
+
/**
|
|
6872
|
+
*
|
|
6873
|
+
* @type {Array<string>}
|
|
6874
|
+
* @memberof ModuleSearchInputAllowedFilters
|
|
6875
|
+
*/
|
|
6876
|
+
author?: Array<string>;
|
|
6877
|
+
/**
|
|
6878
|
+
*
|
|
6879
|
+
* @type {Array<string>}
|
|
6880
|
+
* @memberof ModuleSearchInputAllowedFilters
|
|
6881
|
+
*/
|
|
6882
|
+
supportedGames?: Array<string>;
|
|
6508
6883
|
/**
|
|
6509
6884
|
*
|
|
6510
6885
|
* @type {Array<string>}
|
|
@@ -6609,6 +6984,18 @@ export interface ModuleTransferDTO {
|
|
|
6609
6984
|
* @memberof ModuleTransferDTO
|
|
6610
6985
|
*/
|
|
6611
6986
|
takaroVersion?: string;
|
|
6987
|
+
/**
|
|
6988
|
+
*
|
|
6989
|
+
* @type {string}
|
|
6990
|
+
* @memberof ModuleTransferDTO
|
|
6991
|
+
*/
|
|
6992
|
+
author?: string;
|
|
6993
|
+
/**
|
|
6994
|
+
*
|
|
6995
|
+
* @type {Array<string>}
|
|
6996
|
+
* @memberof ModuleTransferDTO
|
|
6997
|
+
*/
|
|
6998
|
+
supportedGames?: Array<string>;
|
|
6612
6999
|
/**
|
|
6613
7000
|
*
|
|
6614
7001
|
* @type {Array<ModuleTransferVersionDTO>}
|
|
@@ -6689,6 +7076,18 @@ export interface ModuleUpdateDTO {
|
|
|
6689
7076
|
* @memberof ModuleUpdateDTO
|
|
6690
7077
|
*/
|
|
6691
7078
|
name?: string;
|
|
7079
|
+
/**
|
|
7080
|
+
*
|
|
7081
|
+
* @type {string}
|
|
7082
|
+
* @memberof ModuleUpdateDTO
|
|
7083
|
+
*/
|
|
7084
|
+
author?: string;
|
|
7085
|
+
/**
|
|
7086
|
+
*
|
|
7087
|
+
* @type {Array<string>}
|
|
7088
|
+
* @memberof ModuleUpdateDTO
|
|
7089
|
+
*/
|
|
7090
|
+
supportedGames?: Array<string>;
|
|
6692
7091
|
/**
|
|
6693
7092
|
*
|
|
6694
7093
|
* @type {ModuleVersionUpdateDTO}
|
|
@@ -6948,12 +7347,6 @@ export interface ModuleVersionSearchInputDTO {
|
|
|
6948
7347
|
* @memberof ModuleVersionSearchInputDTO
|
|
6949
7348
|
*/
|
|
6950
7349
|
sortDirection?: ModuleVersionSearchInputDTOSortDirectionEnum;
|
|
6951
|
-
/**
|
|
6952
|
-
*
|
|
6953
|
-
* @type {Array<string>}
|
|
6954
|
-
* @memberof ModuleVersionSearchInputDTO
|
|
6955
|
-
*/
|
|
6956
|
-
extend?: Array<string>;
|
|
6957
7350
|
}
|
|
6958
7351
|
export declare const ModuleVersionSearchInputDTOSortDirectionEnum: {
|
|
6959
7352
|
readonly Asc: "asc";
|
|
@@ -7086,6 +7479,8 @@ export declare const PERMISSIONS: {
|
|
|
7086
7479
|
readonly ManageEntities: "MANAGE_ENTITIES";
|
|
7087
7480
|
readonly ManageShopListings: "MANAGE_SHOP_LISTINGS";
|
|
7088
7481
|
readonly ManageShopOrders: "MANAGE_SHOP_ORDERS";
|
|
7482
|
+
readonly ViewDiscordInfo: "VIEW_DISCORD_INFO";
|
|
7483
|
+
readonly SendDiscordMessage: "SEND_DISCORD_MESSAGE";
|
|
7089
7484
|
};
|
|
7090
7485
|
export type PERMISSIONS = (typeof PERMISSIONS)[keyof typeof PERMISSIONS];
|
|
7091
7486
|
/**
|
|
@@ -7856,6 +8251,12 @@ export interface PlayerOnGameServerSearchInputDTO {
|
|
|
7856
8251
|
* @memberof PlayerOnGameServerSearchInputDTO
|
|
7857
8252
|
*/
|
|
7858
8253
|
lessThan?: PlayerOnGameServerSearchInputAllowedRangeFilter;
|
|
8254
|
+
/**
|
|
8255
|
+
*
|
|
8256
|
+
* @type {Array<string>}
|
|
8257
|
+
* @memberof PlayerOnGameServerSearchInputDTO
|
|
8258
|
+
*/
|
|
8259
|
+
extend?: Array<PlayerOnGameServerSearchInputDTOExtendEnum>;
|
|
7859
8260
|
/**
|
|
7860
8261
|
*
|
|
7861
8262
|
* @type {any}
|
|
@@ -7886,13 +8287,12 @@ export interface PlayerOnGameServerSearchInputDTO {
|
|
|
7886
8287
|
* @memberof PlayerOnGameServerSearchInputDTO
|
|
7887
8288
|
*/
|
|
7888
8289
|
sortDirection?: PlayerOnGameServerSearchInputDTOSortDirectionEnum;
|
|
7889
|
-
/**
|
|
7890
|
-
*
|
|
7891
|
-
* @type {Array<string>}
|
|
7892
|
-
* @memberof PlayerOnGameServerSearchInputDTO
|
|
7893
|
-
*/
|
|
7894
|
-
extend?: Array<string>;
|
|
7895
8290
|
}
|
|
8291
|
+
export declare const PlayerOnGameServerSearchInputDTOExtendEnum: {
|
|
8292
|
+
readonly GameServer: "gameServer";
|
|
8293
|
+
readonly Player: "player";
|
|
8294
|
+
};
|
|
8295
|
+
export type PlayerOnGameServerSearchInputDTOExtendEnum = (typeof PlayerOnGameServerSearchInputDTOExtendEnum)[keyof typeof PlayerOnGameServerSearchInputDTOExtendEnum];
|
|
7896
8296
|
export declare const PlayerOnGameServerSearchInputDTOSortDirectionEnum: {
|
|
7897
8297
|
readonly Asc: "asc";
|
|
7898
8298
|
readonly Desc: "desc";
|
|
@@ -8778,6 +9178,12 @@ export interface PlayerSearchInputDTO {
|
|
|
8778
9178
|
* @memberof PlayerSearchInputDTO
|
|
8779
9179
|
*/
|
|
8780
9180
|
lessThan?: PlayerSearchInputAllowedRangeFilter;
|
|
9181
|
+
/**
|
|
9182
|
+
*
|
|
9183
|
+
* @type {Array<string>}
|
|
9184
|
+
* @memberof PlayerSearchInputDTO
|
|
9185
|
+
*/
|
|
9186
|
+
extend?: Array<PlayerSearchInputDTOExtendEnum>;
|
|
8781
9187
|
/**
|
|
8782
9188
|
*
|
|
8783
9189
|
* @type {number}
|
|
@@ -8802,13 +9208,14 @@ export interface PlayerSearchInputDTO {
|
|
|
8802
9208
|
* @memberof PlayerSearchInputDTO
|
|
8803
9209
|
*/
|
|
8804
9210
|
sortDirection?: PlayerSearchInputDTOSortDirectionEnum;
|
|
8805
|
-
/**
|
|
8806
|
-
*
|
|
8807
|
-
* @type {Array<string>}
|
|
8808
|
-
* @memberof PlayerSearchInputDTO
|
|
8809
|
-
*/
|
|
8810
|
-
extend?: Array<string>;
|
|
8811
9211
|
}
|
|
9212
|
+
export declare const PlayerSearchInputDTOExtendEnum: {
|
|
9213
|
+
readonly PlayerOnGameServers: "playerOnGameServers";
|
|
9214
|
+
readonly Roles: "roles";
|
|
9215
|
+
readonly GameServers: "gameServers";
|
|
9216
|
+
readonly RoleAssignments: "roleAssignments";
|
|
9217
|
+
};
|
|
9218
|
+
export type PlayerSearchInputDTOExtendEnum = (typeof PlayerSearchInputDTOExtendEnum)[keyof typeof PlayerSearchInputDTOExtendEnum];
|
|
8812
9219
|
export declare const PlayerSearchInputDTOSortDirectionEnum: {
|
|
8813
9220
|
readonly Asc: "asc";
|
|
8814
9221
|
readonly Desc: "desc";
|
|
@@ -8992,7 +9399,13 @@ export interface RadiusSearchInputDTO {
|
|
|
8992
9399
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
8993
9400
|
* @memberof RadiusSearchInputDTO
|
|
8994
9401
|
*/
|
|
8995
|
-
|
|
9402
|
+
startDate?: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
9403
|
+
/**
|
|
9404
|
+
*
|
|
9405
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
9406
|
+
* @memberof RadiusSearchInputDTO
|
|
9407
|
+
*/
|
|
9408
|
+
endDate?: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
8996
9409
|
/**
|
|
8997
9410
|
*
|
|
8998
9411
|
* @type {string}
|
|
@@ -9271,6 +9684,12 @@ export interface RoleSearchInputDTO {
|
|
|
9271
9684
|
* @memberof RoleSearchInputDTO
|
|
9272
9685
|
*/
|
|
9273
9686
|
search?: RoleSearchInputAllowedSearch;
|
|
9687
|
+
/**
|
|
9688
|
+
*
|
|
9689
|
+
* @type {Array<string>}
|
|
9690
|
+
* @memberof RoleSearchInputDTO
|
|
9691
|
+
*/
|
|
9692
|
+
extend?: Array<RoleSearchInputDTOExtendEnum>;
|
|
9274
9693
|
/**
|
|
9275
9694
|
*
|
|
9276
9695
|
* @type {any}
|
|
@@ -9307,13 +9726,11 @@ export interface RoleSearchInputDTO {
|
|
|
9307
9726
|
* @memberof RoleSearchInputDTO
|
|
9308
9727
|
*/
|
|
9309
9728
|
sortDirection?: RoleSearchInputDTOSortDirectionEnum;
|
|
9310
|
-
/**
|
|
9311
|
-
*
|
|
9312
|
-
* @type {Array<string>}
|
|
9313
|
-
* @memberof RoleSearchInputDTO
|
|
9314
|
-
*/
|
|
9315
|
-
extend?: Array<string>;
|
|
9316
9729
|
}
|
|
9730
|
+
export declare const RoleSearchInputDTOExtendEnum: {
|
|
9731
|
+
readonly Permissions: "permissions";
|
|
9732
|
+
};
|
|
9733
|
+
export type RoleSearchInputDTOExtendEnum = (typeof RoleSearchInputDTOExtendEnum)[keyof typeof RoleSearchInputDTOExtendEnum];
|
|
9317
9734
|
export declare const RoleSearchInputDTOSortDirectionEnum: {
|
|
9318
9735
|
readonly Asc: "asc";
|
|
9319
9736
|
readonly Desc: "desc";
|
|
@@ -9436,7 +9853,13 @@ export interface SendMessageInputDTO {
|
|
|
9436
9853
|
* @type {string}
|
|
9437
9854
|
* @memberof SendMessageInputDTO
|
|
9438
9855
|
*/
|
|
9439
|
-
message
|
|
9856
|
+
message?: string;
|
|
9857
|
+
/**
|
|
9858
|
+
*
|
|
9859
|
+
* @type {DiscordEmbedInputDTO}
|
|
9860
|
+
* @memberof SendMessageInputDTO
|
|
9861
|
+
*/
|
|
9862
|
+
embed?: DiscordEmbedInputDTO;
|
|
9440
9863
|
}
|
|
9441
9864
|
/**
|
|
9442
9865
|
*
|
|
@@ -9452,182 +9875,485 @@ export interface ServiceRoleCreateInputDTO {
|
|
|
9452
9875
|
name: string;
|
|
9453
9876
|
/**
|
|
9454
9877
|
*
|
|
9455
|
-
* @type {Array<PermissionInputDTO>}
|
|
9456
|
-
* @memberof ServiceRoleCreateInputDTO
|
|
9878
|
+
* @type {Array<PermissionInputDTO>}
|
|
9879
|
+
* @memberof ServiceRoleCreateInputDTO
|
|
9880
|
+
*/
|
|
9881
|
+
permissions: Array<PermissionInputDTO>;
|
|
9882
|
+
/**
|
|
9883
|
+
*
|
|
9884
|
+
* @type {boolean}
|
|
9885
|
+
* @memberof ServiceRoleCreateInputDTO
|
|
9886
|
+
*/
|
|
9887
|
+
system?: boolean;
|
|
9888
|
+
}
|
|
9889
|
+
/**
|
|
9890
|
+
*
|
|
9891
|
+
* @export
|
|
9892
|
+
* @interface Settings
|
|
9893
|
+
*/
|
|
9894
|
+
export interface Settings {
|
|
9895
|
+
/**
|
|
9896
|
+
*
|
|
9897
|
+
* @type {string}
|
|
9898
|
+
* @memberof Settings
|
|
9899
|
+
*/
|
|
9900
|
+
commandPrefix: string;
|
|
9901
|
+
/**
|
|
9902
|
+
*
|
|
9903
|
+
* @type {string}
|
|
9904
|
+
* @memberof Settings
|
|
9905
|
+
*/
|
|
9906
|
+
serverChatName: string;
|
|
9907
|
+
/**
|
|
9908
|
+
*
|
|
9909
|
+
* @type {string}
|
|
9910
|
+
* @memberof Settings
|
|
9911
|
+
*/
|
|
9912
|
+
economyEnabled: string;
|
|
9913
|
+
/**
|
|
9914
|
+
*
|
|
9915
|
+
* @type {string}
|
|
9916
|
+
* @memberof Settings
|
|
9917
|
+
*/
|
|
9918
|
+
currencyName: string;
|
|
9919
|
+
/**
|
|
9920
|
+
*
|
|
9921
|
+
* @type {string}
|
|
9922
|
+
* @memberof Settings
|
|
9923
|
+
*/
|
|
9924
|
+
developerMode: string;
|
|
9925
|
+
/**
|
|
9926
|
+
*
|
|
9927
|
+
* @type {string}
|
|
9928
|
+
* @memberof Settings
|
|
9929
|
+
*/
|
|
9930
|
+
messagePrefix: string;
|
|
9931
|
+
/**
|
|
9932
|
+
*
|
|
9933
|
+
* @type {string}
|
|
9934
|
+
* @memberof Settings
|
|
9935
|
+
*/
|
|
9936
|
+
domainName: string;
|
|
9937
|
+
/**
|
|
9938
|
+
*
|
|
9939
|
+
* @type {string}
|
|
9940
|
+
* @memberof Settings
|
|
9941
|
+
*/
|
|
9942
|
+
id: string;
|
|
9943
|
+
/**
|
|
9944
|
+
*
|
|
9945
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
9946
|
+
* @memberof Settings
|
|
9947
|
+
*/
|
|
9948
|
+
createdAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
9949
|
+
/**
|
|
9950
|
+
*
|
|
9951
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
9952
|
+
* @memberof Settings
|
|
9953
|
+
*/
|
|
9954
|
+
updatedAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
9955
|
+
}
|
|
9956
|
+
/**
|
|
9957
|
+
*
|
|
9958
|
+
* @export
|
|
9959
|
+
* @interface SettingsOutputArrayDTOAPI
|
|
9960
|
+
*/
|
|
9961
|
+
export interface SettingsOutputArrayDTOAPI {
|
|
9962
|
+
/**
|
|
9963
|
+
*
|
|
9964
|
+
* @type {Array<SettingsOutputDTO>}
|
|
9965
|
+
* @memberof SettingsOutputArrayDTOAPI
|
|
9966
|
+
*/
|
|
9967
|
+
data: Array<SettingsOutputDTO>;
|
|
9968
|
+
/**
|
|
9969
|
+
*
|
|
9970
|
+
* @type {MetadataOutput}
|
|
9971
|
+
* @memberof SettingsOutputArrayDTOAPI
|
|
9972
|
+
*/
|
|
9973
|
+
meta: MetadataOutput;
|
|
9974
|
+
}
|
|
9975
|
+
/**
|
|
9976
|
+
*
|
|
9977
|
+
* @export
|
|
9978
|
+
* @interface SettingsOutputDTO
|
|
9979
|
+
*/
|
|
9980
|
+
export interface SettingsOutputDTO {
|
|
9981
|
+
/**
|
|
9982
|
+
*
|
|
9983
|
+
* @type {string}
|
|
9984
|
+
* @memberof SettingsOutputDTO
|
|
9985
|
+
*/
|
|
9986
|
+
key: SettingsOutputDTOKeyEnum;
|
|
9987
|
+
/**
|
|
9988
|
+
*
|
|
9989
|
+
* @type {string}
|
|
9990
|
+
* @memberof SettingsOutputDTO
|
|
9991
|
+
*/
|
|
9992
|
+
value: string;
|
|
9993
|
+
/**
|
|
9994
|
+
*
|
|
9995
|
+
* @type {string}
|
|
9996
|
+
* @memberof SettingsOutputDTO
|
|
9997
|
+
*/
|
|
9998
|
+
type: SettingsOutputDTOTypeEnum;
|
|
9999
|
+
/**
|
|
10000
|
+
*
|
|
10001
|
+
* @type {string}
|
|
10002
|
+
* @memberof SettingsOutputDTO
|
|
10003
|
+
*/
|
|
10004
|
+
description: string;
|
|
10005
|
+
/**
|
|
10006
|
+
*
|
|
10007
|
+
* @type {boolean}
|
|
10008
|
+
* @memberof SettingsOutputDTO
|
|
10009
|
+
*/
|
|
10010
|
+
canHaveGameServerOverride: boolean;
|
|
10011
|
+
}
|
|
10012
|
+
export declare const SettingsOutputDTOKeyEnum: {
|
|
10013
|
+
readonly CommandPrefix: "commandPrefix";
|
|
10014
|
+
readonly ServerChatName: "serverChatName";
|
|
10015
|
+
readonly EconomyEnabled: "economyEnabled";
|
|
10016
|
+
readonly CurrencyName: "currencyName";
|
|
10017
|
+
readonly DeveloperMode: "developerMode";
|
|
10018
|
+
readonly MessagePrefix: "messagePrefix";
|
|
10019
|
+
readonly DomainName: "domainName";
|
|
10020
|
+
};
|
|
10021
|
+
export type SettingsOutputDTOKeyEnum = (typeof SettingsOutputDTOKeyEnum)[keyof typeof SettingsOutputDTOKeyEnum];
|
|
10022
|
+
export declare const SettingsOutputDTOTypeEnum: {
|
|
10023
|
+
readonly Override: "override";
|
|
10024
|
+
readonly Inherit: "inherit";
|
|
10025
|
+
readonly Global: "global";
|
|
10026
|
+
readonly Default: "default";
|
|
10027
|
+
};
|
|
10028
|
+
export type SettingsOutputDTOTypeEnum = (typeof SettingsOutputDTOTypeEnum)[keyof typeof SettingsOutputDTOTypeEnum];
|
|
10029
|
+
/**
|
|
10030
|
+
*
|
|
10031
|
+
* @export
|
|
10032
|
+
* @interface SettingsOutputDTOAPI
|
|
10033
|
+
*/
|
|
10034
|
+
export interface SettingsOutputDTOAPI {
|
|
10035
|
+
/**
|
|
10036
|
+
*
|
|
10037
|
+
* @type {SettingsOutputDTO}
|
|
10038
|
+
* @memberof SettingsOutputDTOAPI
|
|
10039
|
+
*/
|
|
10040
|
+
data: SettingsOutputDTO;
|
|
10041
|
+
/**
|
|
10042
|
+
*
|
|
10043
|
+
* @type {MetadataOutput}
|
|
10044
|
+
* @memberof SettingsOutputDTOAPI
|
|
10045
|
+
*/
|
|
10046
|
+
meta: MetadataOutput;
|
|
10047
|
+
}
|
|
10048
|
+
/**
|
|
10049
|
+
*
|
|
10050
|
+
* @export
|
|
10051
|
+
* @interface SettingsSetDTO
|
|
10052
|
+
*/
|
|
10053
|
+
export interface SettingsSetDTO {
|
|
10054
|
+
/**
|
|
10055
|
+
*
|
|
10056
|
+
* @type {string}
|
|
10057
|
+
* @memberof SettingsSetDTO
|
|
10058
|
+
*/
|
|
10059
|
+
gameServerId?: string;
|
|
10060
|
+
/**
|
|
10061
|
+
*
|
|
10062
|
+
* @type {any}
|
|
10063
|
+
* @memberof SettingsSetDTO
|
|
10064
|
+
*/
|
|
10065
|
+
value: any;
|
|
10066
|
+
}
|
|
10067
|
+
/**
|
|
10068
|
+
*
|
|
10069
|
+
* @export
|
|
10070
|
+
* @interface ShopCategoryBulkAssignDTO
|
|
10071
|
+
*/
|
|
10072
|
+
export interface ShopCategoryBulkAssignDTO {
|
|
10073
|
+
/**
|
|
10074
|
+
*
|
|
10075
|
+
* @type {Array<string>}
|
|
10076
|
+
* @memberof ShopCategoryBulkAssignDTO
|
|
10077
|
+
*/
|
|
10078
|
+
listingIds: Array<string>;
|
|
10079
|
+
/**
|
|
10080
|
+
*
|
|
10081
|
+
* @type {Array<string>}
|
|
10082
|
+
* @memberof ShopCategoryBulkAssignDTO
|
|
10083
|
+
*/
|
|
10084
|
+
addCategoryIds?: Array<string>;
|
|
10085
|
+
/**
|
|
10086
|
+
*
|
|
10087
|
+
* @type {Array<string>}
|
|
10088
|
+
* @memberof ShopCategoryBulkAssignDTO
|
|
10089
|
+
*/
|
|
10090
|
+
removeCategoryIds?: Array<string>;
|
|
10091
|
+
}
|
|
10092
|
+
/**
|
|
10093
|
+
*
|
|
10094
|
+
* @export
|
|
10095
|
+
* @interface ShopCategoryCreateDTO
|
|
10096
|
+
*/
|
|
10097
|
+
export interface ShopCategoryCreateDTO {
|
|
10098
|
+
/**
|
|
10099
|
+
*
|
|
10100
|
+
* @type {string}
|
|
10101
|
+
* @memberof ShopCategoryCreateDTO
|
|
10102
|
+
*/
|
|
10103
|
+
name: string;
|
|
10104
|
+
/**
|
|
10105
|
+
*
|
|
10106
|
+
* @type {string}
|
|
10107
|
+
* @memberof ShopCategoryCreateDTO
|
|
10108
|
+
*/
|
|
10109
|
+
emoji: string;
|
|
10110
|
+
/**
|
|
10111
|
+
*
|
|
10112
|
+
* @type {string}
|
|
10113
|
+
* @memberof ShopCategoryCreateDTO
|
|
10114
|
+
*/
|
|
10115
|
+
parentId?: string;
|
|
10116
|
+
}
|
|
10117
|
+
/**
|
|
10118
|
+
*
|
|
10119
|
+
* @export
|
|
10120
|
+
* @interface ShopCategoryMoveDTO
|
|
10121
|
+
*/
|
|
10122
|
+
export interface ShopCategoryMoveDTO {
|
|
10123
|
+
/**
|
|
10124
|
+
*
|
|
10125
|
+
* @type {string}
|
|
10126
|
+
* @memberof ShopCategoryMoveDTO
|
|
10127
|
+
*/
|
|
10128
|
+
parentId?: string;
|
|
10129
|
+
}
|
|
10130
|
+
/**
|
|
10131
|
+
*
|
|
10132
|
+
* @export
|
|
10133
|
+
* @interface ShopCategoryOutputArrayDTOAPI
|
|
10134
|
+
*/
|
|
10135
|
+
export interface ShopCategoryOutputArrayDTOAPI {
|
|
10136
|
+
/**
|
|
10137
|
+
*
|
|
10138
|
+
* @type {Array<ShopCategoryOutputDTO>}
|
|
10139
|
+
* @memberof ShopCategoryOutputArrayDTOAPI
|
|
9457
10140
|
*/
|
|
9458
|
-
|
|
10141
|
+
data: Array<ShopCategoryOutputDTO>;
|
|
9459
10142
|
/**
|
|
9460
10143
|
*
|
|
9461
|
-
* @type {
|
|
9462
|
-
* @memberof
|
|
10144
|
+
* @type {MetadataOutput}
|
|
10145
|
+
* @memberof ShopCategoryOutputArrayDTOAPI
|
|
9463
10146
|
*/
|
|
9464
|
-
|
|
10147
|
+
meta: MetadataOutput;
|
|
9465
10148
|
}
|
|
9466
10149
|
/**
|
|
9467
10150
|
*
|
|
9468
10151
|
* @export
|
|
9469
|
-
* @interface
|
|
10152
|
+
* @interface ShopCategoryOutputDTO
|
|
9470
10153
|
*/
|
|
9471
|
-
export interface
|
|
10154
|
+
export interface ShopCategoryOutputDTO {
|
|
9472
10155
|
/**
|
|
9473
10156
|
*
|
|
9474
10157
|
* @type {string}
|
|
9475
|
-
* @memberof
|
|
10158
|
+
* @memberof ShopCategoryOutputDTO
|
|
9476
10159
|
*/
|
|
9477
|
-
|
|
10160
|
+
id: string;
|
|
9478
10161
|
/**
|
|
9479
10162
|
*
|
|
9480
10163
|
* @type {string}
|
|
9481
|
-
* @memberof
|
|
10164
|
+
* @memberof ShopCategoryOutputDTO
|
|
9482
10165
|
*/
|
|
9483
|
-
|
|
10166
|
+
name: string;
|
|
9484
10167
|
/**
|
|
9485
10168
|
*
|
|
9486
10169
|
* @type {string}
|
|
9487
|
-
* @memberof
|
|
10170
|
+
* @memberof ShopCategoryOutputDTO
|
|
9488
10171
|
*/
|
|
9489
|
-
|
|
10172
|
+
emoji: string;
|
|
9490
10173
|
/**
|
|
9491
10174
|
*
|
|
9492
10175
|
* @type {string}
|
|
9493
|
-
* @memberof
|
|
10176
|
+
* @memberof ShopCategoryOutputDTO
|
|
9494
10177
|
*/
|
|
9495
|
-
|
|
10178
|
+
parentId?: string;
|
|
9496
10179
|
/**
|
|
9497
10180
|
*
|
|
9498
|
-
* @type {
|
|
9499
|
-
* @memberof
|
|
10181
|
+
* @type {ShopCategoryOutputDTO}
|
|
10182
|
+
* @memberof ShopCategoryOutputDTO
|
|
9500
10183
|
*/
|
|
9501
|
-
|
|
10184
|
+
parent?: ShopCategoryOutputDTO;
|
|
9502
10185
|
/**
|
|
9503
10186
|
*
|
|
9504
|
-
* @type {
|
|
9505
|
-
* @memberof
|
|
10187
|
+
* @type {Array<ShopCategoryOutputDTO>}
|
|
10188
|
+
* @memberof ShopCategoryOutputDTO
|
|
9506
10189
|
*/
|
|
9507
|
-
|
|
10190
|
+
children?: Array<ShopCategoryOutputDTO>;
|
|
9508
10191
|
/**
|
|
9509
10192
|
*
|
|
9510
|
-
* @type {
|
|
9511
|
-
* @memberof
|
|
10193
|
+
* @type {Array<ShopListingOutputDTO>}
|
|
10194
|
+
* @memberof ShopCategoryOutputDTO
|
|
9512
10195
|
*/
|
|
9513
|
-
|
|
10196
|
+
listings?: Array<ShopListingOutputDTO>;
|
|
9514
10197
|
/**
|
|
9515
10198
|
*
|
|
9516
|
-
* @type {
|
|
9517
|
-
* @memberof
|
|
10199
|
+
* @type {number}
|
|
10200
|
+
* @memberof ShopCategoryOutputDTO
|
|
9518
10201
|
*/
|
|
9519
|
-
|
|
10202
|
+
listingCount?: number;
|
|
9520
10203
|
/**
|
|
9521
10204
|
*
|
|
9522
10205
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
9523
|
-
* @memberof
|
|
10206
|
+
* @memberof ShopCategoryOutputDTO
|
|
9524
10207
|
*/
|
|
9525
10208
|
createdAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
9526
10209
|
/**
|
|
9527
10210
|
*
|
|
9528
10211
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
9529
|
-
* @memberof
|
|
10212
|
+
* @memberof ShopCategoryOutputDTO
|
|
9530
10213
|
*/
|
|
9531
10214
|
updatedAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
9532
10215
|
}
|
|
9533
10216
|
/**
|
|
9534
10217
|
*
|
|
9535
10218
|
* @export
|
|
9536
|
-
* @interface
|
|
10219
|
+
* @interface ShopCategoryOutputDTOAPI
|
|
9537
10220
|
*/
|
|
9538
|
-
export interface
|
|
10221
|
+
export interface ShopCategoryOutputDTOAPI {
|
|
9539
10222
|
/**
|
|
9540
10223
|
*
|
|
9541
|
-
* @type {
|
|
9542
|
-
* @memberof
|
|
10224
|
+
* @type {ShopCategoryOutputDTO}
|
|
10225
|
+
* @memberof ShopCategoryOutputDTOAPI
|
|
9543
10226
|
*/
|
|
9544
|
-
data:
|
|
10227
|
+
data: ShopCategoryOutputDTO;
|
|
9545
10228
|
/**
|
|
9546
10229
|
*
|
|
9547
10230
|
* @type {MetadataOutput}
|
|
9548
|
-
* @memberof
|
|
10231
|
+
* @memberof ShopCategoryOutputDTOAPI
|
|
9549
10232
|
*/
|
|
9550
10233
|
meta: MetadataOutput;
|
|
9551
10234
|
}
|
|
9552
10235
|
/**
|
|
9553
10236
|
*
|
|
9554
10237
|
* @export
|
|
9555
|
-
* @interface
|
|
10238
|
+
* @interface ShopCategorySearchInputAllowedFilters
|
|
9556
10239
|
*/
|
|
9557
|
-
export interface
|
|
10240
|
+
export interface ShopCategorySearchInputAllowedFilters {
|
|
9558
10241
|
/**
|
|
9559
10242
|
*
|
|
9560
|
-
* @type {string}
|
|
9561
|
-
* @memberof
|
|
10243
|
+
* @type {Array<string>}
|
|
10244
|
+
* @memberof ShopCategorySearchInputAllowedFilters
|
|
9562
10245
|
*/
|
|
9563
|
-
|
|
10246
|
+
id?: Array<string>;
|
|
9564
10247
|
/**
|
|
9565
10248
|
*
|
|
9566
|
-
* @type {string}
|
|
9567
|
-
* @memberof
|
|
10249
|
+
* @type {Array<string>}
|
|
10250
|
+
* @memberof ShopCategorySearchInputAllowedFilters
|
|
9568
10251
|
*/
|
|
9569
|
-
|
|
10252
|
+
parentId?: Array<string>;
|
|
10253
|
+
}
|
|
10254
|
+
/**
|
|
10255
|
+
*
|
|
10256
|
+
* @export
|
|
10257
|
+
* @interface ShopCategorySearchInputAllowedSearch
|
|
10258
|
+
*/
|
|
10259
|
+
export interface ShopCategorySearchInputAllowedSearch {
|
|
9570
10260
|
/**
|
|
9571
10261
|
*
|
|
9572
|
-
* @type {string}
|
|
9573
|
-
* @memberof
|
|
10262
|
+
* @type {Array<string>}
|
|
10263
|
+
* @memberof ShopCategorySearchInputAllowedSearch
|
|
9574
10264
|
*/
|
|
9575
|
-
|
|
10265
|
+
name?: Array<string>;
|
|
9576
10266
|
}
|
|
9577
|
-
export declare const SettingsOutputDTOKeyEnum: {
|
|
9578
|
-
readonly CommandPrefix: "commandPrefix";
|
|
9579
|
-
readonly ServerChatName: "serverChatName";
|
|
9580
|
-
readonly EconomyEnabled: "economyEnabled";
|
|
9581
|
-
readonly CurrencyName: "currencyName";
|
|
9582
|
-
readonly DeveloperMode: "developerMode";
|
|
9583
|
-
readonly MessagePrefix: "messagePrefix";
|
|
9584
|
-
readonly DomainName: "domainName";
|
|
9585
|
-
};
|
|
9586
|
-
export type SettingsOutputDTOKeyEnum = (typeof SettingsOutputDTOKeyEnum)[keyof typeof SettingsOutputDTOKeyEnum];
|
|
9587
|
-
export declare const SettingsOutputDTOTypeEnum: {
|
|
9588
|
-
readonly Override: "override";
|
|
9589
|
-
readonly Inherit: "inherit";
|
|
9590
|
-
readonly Global: "global";
|
|
9591
|
-
readonly Default: "default";
|
|
9592
|
-
};
|
|
9593
|
-
export type SettingsOutputDTOTypeEnum = (typeof SettingsOutputDTOTypeEnum)[keyof typeof SettingsOutputDTOTypeEnum];
|
|
9594
10267
|
/**
|
|
9595
10268
|
*
|
|
9596
10269
|
* @export
|
|
9597
|
-
* @interface
|
|
10270
|
+
* @interface ShopCategorySearchInputDTO
|
|
9598
10271
|
*/
|
|
9599
|
-
export interface
|
|
10272
|
+
export interface ShopCategorySearchInputDTO {
|
|
9600
10273
|
/**
|
|
9601
10274
|
*
|
|
9602
|
-
* @type {
|
|
9603
|
-
* @memberof
|
|
10275
|
+
* @type {ShopCategorySearchInputAllowedFilters}
|
|
10276
|
+
* @memberof ShopCategorySearchInputDTO
|
|
9604
10277
|
*/
|
|
9605
|
-
|
|
10278
|
+
filters?: ShopCategorySearchInputAllowedFilters;
|
|
9606
10279
|
/**
|
|
9607
10280
|
*
|
|
9608
|
-
* @type {
|
|
9609
|
-
* @memberof
|
|
10281
|
+
* @type {ShopCategorySearchInputAllowedSearch}
|
|
10282
|
+
* @memberof ShopCategorySearchInputDTO
|
|
9610
10283
|
*/
|
|
9611
|
-
|
|
10284
|
+
search?: ShopCategorySearchInputAllowedSearch;
|
|
10285
|
+
/**
|
|
10286
|
+
*
|
|
10287
|
+
* @type {RangeFilterCreatedAndUpdatedAt}
|
|
10288
|
+
* @memberof ShopCategorySearchInputDTO
|
|
10289
|
+
*/
|
|
10290
|
+
greaterThan?: RangeFilterCreatedAndUpdatedAt;
|
|
10291
|
+
/**
|
|
10292
|
+
*
|
|
10293
|
+
* @type {RangeFilterCreatedAndUpdatedAt}
|
|
10294
|
+
* @memberof ShopCategorySearchInputDTO
|
|
10295
|
+
*/
|
|
10296
|
+
lessThan?: RangeFilterCreatedAndUpdatedAt;
|
|
10297
|
+
/**
|
|
10298
|
+
*
|
|
10299
|
+
* @type {number}
|
|
10300
|
+
* @memberof ShopCategorySearchInputDTO
|
|
10301
|
+
*/
|
|
10302
|
+
page?: number;
|
|
10303
|
+
/**
|
|
10304
|
+
*
|
|
10305
|
+
* @type {number}
|
|
10306
|
+
* @memberof ShopCategorySearchInputDTO
|
|
10307
|
+
*/
|
|
10308
|
+
limit?: number;
|
|
10309
|
+
/**
|
|
10310
|
+
*
|
|
10311
|
+
* @type {string}
|
|
10312
|
+
* @memberof ShopCategorySearchInputDTO
|
|
10313
|
+
*/
|
|
10314
|
+
sortBy?: string;
|
|
10315
|
+
/**
|
|
10316
|
+
*
|
|
10317
|
+
* @type {string}
|
|
10318
|
+
* @memberof ShopCategorySearchInputDTO
|
|
10319
|
+
*/
|
|
10320
|
+
sortDirection?: ShopCategorySearchInputDTOSortDirectionEnum;
|
|
10321
|
+
/**
|
|
10322
|
+
*
|
|
10323
|
+
* @type {Array<string>}
|
|
10324
|
+
* @memberof ShopCategorySearchInputDTO
|
|
10325
|
+
*/
|
|
10326
|
+
extend?: Array<string>;
|
|
9612
10327
|
}
|
|
10328
|
+
export declare const ShopCategorySearchInputDTOSortDirectionEnum: {
|
|
10329
|
+
readonly Asc: "asc";
|
|
10330
|
+
readonly Desc: "desc";
|
|
10331
|
+
};
|
|
10332
|
+
export type ShopCategorySearchInputDTOSortDirectionEnum = (typeof ShopCategorySearchInputDTOSortDirectionEnum)[keyof typeof ShopCategorySearchInputDTOSortDirectionEnum];
|
|
9613
10333
|
/**
|
|
9614
10334
|
*
|
|
9615
10335
|
* @export
|
|
9616
|
-
* @interface
|
|
10336
|
+
* @interface ShopCategoryUpdateDTO
|
|
9617
10337
|
*/
|
|
9618
|
-
export interface
|
|
10338
|
+
export interface ShopCategoryUpdateDTO {
|
|
9619
10339
|
/**
|
|
9620
10340
|
*
|
|
9621
10341
|
* @type {string}
|
|
9622
|
-
* @memberof
|
|
10342
|
+
* @memberof ShopCategoryUpdateDTO
|
|
9623
10343
|
*/
|
|
9624
|
-
|
|
10344
|
+
name?: string;
|
|
9625
10345
|
/**
|
|
9626
10346
|
*
|
|
9627
|
-
* @type {
|
|
9628
|
-
* @memberof
|
|
10347
|
+
* @type {string}
|
|
10348
|
+
* @memberof ShopCategoryUpdateDTO
|
|
9629
10349
|
*/
|
|
9630
|
-
|
|
10350
|
+
emoji?: string;
|
|
10351
|
+
/**
|
|
10352
|
+
*
|
|
10353
|
+
* @type {string}
|
|
10354
|
+
* @memberof ShopCategoryUpdateDTO
|
|
10355
|
+
*/
|
|
10356
|
+
parentId?: string;
|
|
9631
10357
|
}
|
|
9632
10358
|
/**
|
|
9633
10359
|
*
|
|
@@ -9690,6 +10416,12 @@ export interface ShopListingCreateDTO {
|
|
|
9690
10416
|
* @memberof ShopListingCreateDTO
|
|
9691
10417
|
*/
|
|
9692
10418
|
draft?: boolean;
|
|
10419
|
+
/**
|
|
10420
|
+
*
|
|
10421
|
+
* @type {Array<string>}
|
|
10422
|
+
* @memberof ShopListingCreateDTO
|
|
10423
|
+
*/
|
|
10424
|
+
categoryIds?: Array<string>;
|
|
9693
10425
|
}
|
|
9694
10426
|
/**
|
|
9695
10427
|
*
|
|
@@ -9832,6 +10564,12 @@ export interface ShopListingOutputDTO {
|
|
|
9832
10564
|
* @memberof ShopListingOutputDTO
|
|
9833
10565
|
*/
|
|
9834
10566
|
draft: boolean;
|
|
10567
|
+
/**
|
|
10568
|
+
*
|
|
10569
|
+
* @type {Array<ShopCategoryOutputDTO>}
|
|
10570
|
+
* @memberof ShopListingOutputDTO
|
|
10571
|
+
*/
|
|
10572
|
+
categories?: Array<ShopCategoryOutputDTO>;
|
|
9835
10573
|
/**
|
|
9836
10574
|
*
|
|
9837
10575
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
@@ -9900,6 +10638,18 @@ export interface ShopListingSearchInputAllowedFilters {
|
|
|
9900
10638
|
* @memberof ShopListingSearchInputAllowedFilters
|
|
9901
10639
|
*/
|
|
9902
10640
|
draft?: boolean;
|
|
10641
|
+
/**
|
|
10642
|
+
*
|
|
10643
|
+
* @type {Array<string>}
|
|
10644
|
+
* @memberof ShopListingSearchInputAllowedFilters
|
|
10645
|
+
*/
|
|
10646
|
+
categoryIds?: Array<string>;
|
|
10647
|
+
/**
|
|
10648
|
+
*
|
|
10649
|
+
* @type {boolean}
|
|
10650
|
+
* @memberof ShopListingSearchInputAllowedFilters
|
|
10651
|
+
*/
|
|
10652
|
+
uncategorized?: boolean;
|
|
9903
10653
|
}
|
|
9904
10654
|
/**
|
|
9905
10655
|
*
|
|
@@ -9944,6 +10694,12 @@ export interface ShopListingSearchInputDTO {
|
|
|
9944
10694
|
* @memberof ShopListingSearchInputDTO
|
|
9945
10695
|
*/
|
|
9946
10696
|
lessThan?: ShopSearchInputAllowedRangeFilter;
|
|
10697
|
+
/**
|
|
10698
|
+
*
|
|
10699
|
+
* @type {Array<string>}
|
|
10700
|
+
* @memberof ShopListingSearchInputDTO
|
|
10701
|
+
*/
|
|
10702
|
+
extend?: Array<ShopListingSearchInputDTOExtendEnum>;
|
|
9947
10703
|
/**
|
|
9948
10704
|
*
|
|
9949
10705
|
* @type {number}
|
|
@@ -9968,13 +10724,13 @@ export interface ShopListingSearchInputDTO {
|
|
|
9968
10724
|
* @memberof ShopListingSearchInputDTO
|
|
9969
10725
|
*/
|
|
9970
10726
|
sortDirection?: ShopListingSearchInputDTOSortDirectionEnum;
|
|
9971
|
-
/**
|
|
9972
|
-
*
|
|
9973
|
-
* @type {Array<string>}
|
|
9974
|
-
* @memberof ShopListingSearchInputDTO
|
|
9975
|
-
*/
|
|
9976
|
-
extend?: Array<string>;
|
|
9977
10727
|
}
|
|
10728
|
+
export declare const ShopListingSearchInputDTOExtendEnum: {
|
|
10729
|
+
readonly GameServer: "gameServer";
|
|
10730
|
+
readonly Item: "item";
|
|
10731
|
+
readonly Categories: "categories";
|
|
10732
|
+
};
|
|
10733
|
+
export type ShopListingSearchInputDTOExtendEnum = (typeof ShopListingSearchInputDTOExtendEnum)[keyof typeof ShopListingSearchInputDTOExtendEnum];
|
|
9978
10734
|
export declare const ShopListingSearchInputDTOSortDirectionEnum: {
|
|
9979
10735
|
readonly Asc: "asc";
|
|
9980
10736
|
readonly Desc: "desc";
|
|
@@ -10016,6 +10772,12 @@ export interface ShopListingUpdateDTO {
|
|
|
10016
10772
|
* @memberof ShopListingUpdateDTO
|
|
10017
10773
|
*/
|
|
10018
10774
|
draft?: boolean;
|
|
10775
|
+
/**
|
|
10776
|
+
*
|
|
10777
|
+
* @type {Array<string>}
|
|
10778
|
+
* @memberof ShopListingUpdateDTO
|
|
10779
|
+
*/
|
|
10780
|
+
categoryIds?: Array<string>;
|
|
10019
10781
|
}
|
|
10020
10782
|
/**
|
|
10021
10783
|
*
|
|
@@ -10276,6 +11038,12 @@ export interface ShopOrderSearchInputDTO {
|
|
|
10276
11038
|
* @memberof ShopOrderSearchInputDTO
|
|
10277
11039
|
*/
|
|
10278
11040
|
lessThan?: ShopOrderSearchInputAllowedRangeFilter;
|
|
11041
|
+
/**
|
|
11042
|
+
*
|
|
11043
|
+
* @type {Array<string>}
|
|
11044
|
+
* @memberof ShopOrderSearchInputDTO
|
|
11045
|
+
*/
|
|
11046
|
+
extend?: Array<ShopOrderSearchInputDTOExtendEnum>;
|
|
10279
11047
|
/**
|
|
10280
11048
|
*
|
|
10281
11049
|
* @type {any}
|
|
@@ -10306,13 +11074,14 @@ export interface ShopOrderSearchInputDTO {
|
|
|
10306
11074
|
* @memberof ShopOrderSearchInputDTO
|
|
10307
11075
|
*/
|
|
10308
11076
|
sortDirection?: ShopOrderSearchInputDTOSortDirectionEnum;
|
|
10309
|
-
/**
|
|
10310
|
-
*
|
|
10311
|
-
* @type {Array<string>}
|
|
10312
|
-
* @memberof ShopOrderSearchInputDTO
|
|
10313
|
-
*/
|
|
10314
|
-
extend?: Array<string>;
|
|
10315
11077
|
}
|
|
11078
|
+
export declare const ShopOrderSearchInputDTOExtendEnum: {
|
|
11079
|
+
readonly Listing: "listing";
|
|
11080
|
+
readonly ListingItems: "listing.items";
|
|
11081
|
+
readonly ListingItemsItem: "listing.items.item";
|
|
11082
|
+
readonly Player: "player";
|
|
11083
|
+
};
|
|
11084
|
+
export type ShopOrderSearchInputDTOExtendEnum = (typeof ShopOrderSearchInputDTOExtendEnum)[keyof typeof ShopOrderSearchInputDTOExtendEnum];
|
|
10316
11085
|
export declare const ShopOrderSearchInputDTOSortDirectionEnum: {
|
|
10317
11086
|
readonly Asc: "asc";
|
|
10318
11087
|
readonly Desc: "desc";
|
|
@@ -10500,6 +11269,31 @@ export interface TakaroEventCommandExecuted {
|
|
|
10500
11269
|
*/
|
|
10501
11270
|
timestamp: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
10502
11271
|
}
|
|
11272
|
+
/**
|
|
11273
|
+
*
|
|
11274
|
+
* @export
|
|
11275
|
+
* @interface TakaroEventCommandExecutionDenied
|
|
11276
|
+
*/
|
|
11277
|
+
export interface TakaroEventCommandExecutionDenied {
|
|
11278
|
+
/**
|
|
11279
|
+
*
|
|
11280
|
+
* @type {TakaroEventCommandDetails}
|
|
11281
|
+
* @memberof TakaroEventCommandExecutionDenied
|
|
11282
|
+
*/
|
|
11283
|
+
command: TakaroEventCommandDetails;
|
|
11284
|
+
/**
|
|
11285
|
+
*
|
|
11286
|
+
* @type {Array<string>}
|
|
11287
|
+
* @memberof TakaroEventCommandExecutionDenied
|
|
11288
|
+
*/
|
|
11289
|
+
missingPermissions: Array<string>;
|
|
11290
|
+
/**
|
|
11291
|
+
*
|
|
11292
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
11293
|
+
* @memberof TakaroEventCommandExecutionDenied
|
|
11294
|
+
*/
|
|
11295
|
+
timestamp: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
11296
|
+
}
|
|
10503
11297
|
/**
|
|
10504
11298
|
*
|
|
10505
11299
|
* @export
|
|
@@ -11824,6 +12618,12 @@ export interface UserSearchInputDTO {
|
|
|
11824
12618
|
* @memberof UserSearchInputDTO
|
|
11825
12619
|
*/
|
|
11826
12620
|
lessThan?: UserSearchInputAllowedRangeFilter;
|
|
12621
|
+
/**
|
|
12622
|
+
*
|
|
12623
|
+
* @type {Array<string>}
|
|
12624
|
+
* @memberof UserSearchInputDTO
|
|
12625
|
+
*/
|
|
12626
|
+
extend?: Array<UserSearchInputDTOExtendEnum>;
|
|
11827
12627
|
/**
|
|
11828
12628
|
*
|
|
11829
12629
|
* @type {number}
|
|
@@ -11848,13 +12648,11 @@ export interface UserSearchInputDTO {
|
|
|
11848
12648
|
* @memberof UserSearchInputDTO
|
|
11849
12649
|
*/
|
|
11850
12650
|
sortDirection?: UserSearchInputDTOSortDirectionEnum;
|
|
11851
|
-
/**
|
|
11852
|
-
*
|
|
11853
|
-
* @type {Array<string>}
|
|
11854
|
-
* @memberof UserSearchInputDTO
|
|
11855
|
-
*/
|
|
11856
|
-
extend?: Array<string>;
|
|
11857
12651
|
}
|
|
12652
|
+
export declare const UserSearchInputDTOExtendEnum: {
|
|
12653
|
+
readonly Roles: "roles";
|
|
12654
|
+
};
|
|
12655
|
+
export type UserSearchInputDTOExtendEnum = (typeof UserSearchInputDTOExtendEnum)[keyof typeof UserSearchInputDTOExtendEnum];
|
|
11858
12656
|
export declare const UserSearchInputDTOSortDirectionEnum: {
|
|
11859
12657
|
readonly Asc: "asc";
|
|
11860
12658
|
readonly Desc: "desc";
|
|
@@ -12126,6 +12924,12 @@ export interface VariableSearchInputDTO {
|
|
|
12126
12924
|
* @memberof VariableSearchInputDTO
|
|
12127
12925
|
*/
|
|
12128
12926
|
search?: VariableSearchInputAllowedSearch;
|
|
12927
|
+
/**
|
|
12928
|
+
*
|
|
12929
|
+
* @type {Array<string>}
|
|
12930
|
+
* @memberof VariableSearchInputDTO
|
|
12931
|
+
*/
|
|
12932
|
+
extend?: Array<VariableSearchInputDTOExtendEnum>;
|
|
12129
12933
|
/**
|
|
12130
12934
|
*
|
|
12131
12935
|
* @type {any}
|
|
@@ -12162,13 +12966,13 @@ export interface VariableSearchInputDTO {
|
|
|
12162
12966
|
* @memberof VariableSearchInputDTO
|
|
12163
12967
|
*/
|
|
12164
12968
|
sortDirection?: VariableSearchInputDTOSortDirectionEnum;
|
|
12165
|
-
/**
|
|
12166
|
-
*
|
|
12167
|
-
* @type {Array<string>}
|
|
12168
|
-
* @memberof VariableSearchInputDTO
|
|
12169
|
-
*/
|
|
12170
|
-
extend?: Array<string>;
|
|
12171
12969
|
}
|
|
12970
|
+
export declare const VariableSearchInputDTOExtendEnum: {
|
|
12971
|
+
readonly Module: "module";
|
|
12972
|
+
readonly Player: "player";
|
|
12973
|
+
readonly GameServer: "gameServer";
|
|
12974
|
+
};
|
|
12975
|
+
export type VariableSearchInputDTOExtendEnum = (typeof VariableSearchInputDTOExtendEnum)[keyof typeof VariableSearchInputDTOExtendEnum];
|
|
12172
12976
|
export declare const VariableSearchInputDTOSortDirectionEnum: {
|
|
12173
12977
|
readonly Asc: "asc";
|
|
12174
12978
|
readonly Desc: "desc";
|
|
@@ -12868,23 +13672,39 @@ export declare class CronJobApi extends BaseAPI {
|
|
|
12868
13672
|
*/
|
|
12869
13673
|
export declare const DiscordApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
12870
13674
|
/**
|
|
12871
|
-
*
|
|
12872
|
-
* @summary Get
|
|
13675
|
+
* Retrieve all channels (text, voice, etc.) in a specific Discord guild. Useful for selecting channels for notifications or commands. Required permissions: `VIEW_DISCORD_INFO`<br> OperationId: `DiscordControllerGetChannels`
|
|
13676
|
+
* @summary Get guild channels
|
|
13677
|
+
* @param {string} id
|
|
13678
|
+
* @param {*} [options] Override http request option.
|
|
13679
|
+
* @throws {RequiredError}
|
|
13680
|
+
*/
|
|
13681
|
+
discordControllerGetChannels: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
13682
|
+
/**
|
|
13683
|
+
* Get the invite link to add the Takaro bot to a Discord server, along with the developer Discord server link.<br> OperationId: `DiscordControllerGetInvite`
|
|
13684
|
+
* @summary Get bot invite links
|
|
12873
13685
|
* @param {*} [options] Override http request option.
|
|
12874
13686
|
* @throws {RequiredError}
|
|
12875
13687
|
*/
|
|
12876
13688
|
discordControllerGetInvite: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
12877
13689
|
/**
|
|
12878
|
-
*
|
|
12879
|
-
* @summary
|
|
13690
|
+
* Retrieve all roles available in a specific Discord guild. Useful for role-based integrations and permissions mapping. Required permissions: `VIEW_DISCORD_INFO`<br> OperationId: `DiscordControllerGetRoles`
|
|
13691
|
+
* @summary Get guild roles
|
|
13692
|
+
* @param {string} id
|
|
13693
|
+
* @param {*} [options] Override http request option.
|
|
13694
|
+
* @throws {RequiredError}
|
|
13695
|
+
*/
|
|
13696
|
+
discordControllerGetRoles: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
13697
|
+
/**
|
|
13698
|
+
* Search for Discord guilds (servers) that the bot has access to. Supports filtering by name, Discord ID, and whether Takaro is enabled. Required permissions: `VIEW_DISCORD_INFO`<br> OperationId: `DiscordControllerSearch`
|
|
13699
|
+
* @summary Search Discord guilds
|
|
12880
13700
|
* @param {GuildSearchInputDTO} [guildSearchInputDTO] GuildSearchInputDTO
|
|
12881
13701
|
* @param {*} [options] Override http request option.
|
|
12882
13702
|
* @throws {RequiredError}
|
|
12883
13703
|
*/
|
|
12884
13704
|
discordControllerSearch: (guildSearchInputDTO?: GuildSearchInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
12885
13705
|
/**
|
|
12886
|
-
*
|
|
12887
|
-
* @summary Send message
|
|
13706
|
+
* Send a text message or rich embed to a specific Discord channel. Requires the bot to have appropriate permissions in the channel. Required permissions: `SEND_DISCORD_MESSAGE`<br> OperationId: `DiscordControllerSendMessage`
|
|
13707
|
+
* @summary Send message to Discord channel
|
|
12888
13708
|
* @param {string} id
|
|
12889
13709
|
* @param {SendMessageInputDTO} [sendMessageInputDTO] SendMessageInputDTO
|
|
12890
13710
|
* @param {*} [options] Override http request option.
|
|
@@ -12892,8 +13712,8 @@ export declare const DiscordApiAxiosParamCreator: (configuration?: Configuration
|
|
|
12892
13712
|
*/
|
|
12893
13713
|
discordControllerSendMessage: (id: string, sendMessageInputDTO?: SendMessageInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
12894
13714
|
/**
|
|
12895
|
-
*
|
|
12896
|
-
* @summary Update guild
|
|
13715
|
+
* Update Takaro-specific settings for a Discord guild, such as enabling or disabling Takaro features. Required permissions: `MANAGE_SETTINGS`<br> OperationId: `DiscordControllerUpdateGuild`
|
|
13716
|
+
* @summary Update guild settings
|
|
12897
13717
|
* @param {string} id
|
|
12898
13718
|
* @param {GuildApiUpdateDTO} [guildApiUpdateDTO] GuildApiUpdateDTO
|
|
12899
13719
|
* @param {*} [options] Override http request option.
|
|
@@ -12907,23 +13727,39 @@ export declare const DiscordApiAxiosParamCreator: (configuration?: Configuration
|
|
|
12907
13727
|
*/
|
|
12908
13728
|
export declare const DiscordApiFp: (configuration?: Configuration) => {
|
|
12909
13729
|
/**
|
|
12910
|
-
*
|
|
12911
|
-
* @summary Get
|
|
13730
|
+
* Retrieve all channels (text, voice, etc.) in a specific Discord guild. Useful for selecting channels for notifications or commands. Required permissions: `VIEW_DISCORD_INFO`<br> OperationId: `DiscordControllerGetChannels`
|
|
13731
|
+
* @summary Get guild channels
|
|
13732
|
+
* @param {string} id
|
|
13733
|
+
* @param {*} [options] Override http request option.
|
|
13734
|
+
* @throws {RequiredError}
|
|
13735
|
+
*/
|
|
13736
|
+
discordControllerGetChannels(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DiscordChannelOutputArrayDTOAPI>>;
|
|
13737
|
+
/**
|
|
13738
|
+
* Get the invite link to add the Takaro bot to a Discord server, along with the developer Discord server link.<br> OperationId: `DiscordControllerGetInvite`
|
|
13739
|
+
* @summary Get bot invite links
|
|
13740
|
+
* @param {*} [options] Override http request option.
|
|
13741
|
+
* @throws {RequiredError}
|
|
13742
|
+
*/
|
|
13743
|
+
discordControllerGetInvite(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DiscordInviteOutputDTO>>;
|
|
13744
|
+
/**
|
|
13745
|
+
* Retrieve all roles available in a specific Discord guild. Useful for role-based integrations and permissions mapping. Required permissions: `VIEW_DISCORD_INFO`<br> OperationId: `DiscordControllerGetRoles`
|
|
13746
|
+
* @summary Get guild roles
|
|
13747
|
+
* @param {string} id
|
|
12912
13748
|
* @param {*} [options] Override http request option.
|
|
12913
13749
|
* @throws {RequiredError}
|
|
12914
13750
|
*/
|
|
12915
|
-
|
|
13751
|
+
discordControllerGetRoles(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DiscordRoleOutputArrayDTOAPI>>;
|
|
12916
13752
|
/**
|
|
12917
|
-
*
|
|
12918
|
-
* @summary Search
|
|
13753
|
+
* Search for Discord guilds (servers) that the bot has access to. Supports filtering by name, Discord ID, and whether Takaro is enabled. Required permissions: `VIEW_DISCORD_INFO`<br> OperationId: `DiscordControllerSearch`
|
|
13754
|
+
* @summary Search Discord guilds
|
|
12919
13755
|
* @param {GuildSearchInputDTO} [guildSearchInputDTO] GuildSearchInputDTO
|
|
12920
13756
|
* @param {*} [options] Override http request option.
|
|
12921
13757
|
* @throws {RequiredError}
|
|
12922
13758
|
*/
|
|
12923
13759
|
discordControllerSearch(guildSearchInputDTO?: GuildSearchInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GuildOutputArrayDTOAPI>>;
|
|
12924
13760
|
/**
|
|
12925
|
-
*
|
|
12926
|
-
* @summary Send message
|
|
13761
|
+
* Send a text message or rich embed to a specific Discord channel. Requires the bot to have appropriate permissions in the channel. Required permissions: `SEND_DISCORD_MESSAGE`<br> OperationId: `DiscordControllerSendMessage`
|
|
13762
|
+
* @summary Send message to Discord channel
|
|
12927
13763
|
* @param {string} id
|
|
12928
13764
|
* @param {SendMessageInputDTO} [sendMessageInputDTO] SendMessageInputDTO
|
|
12929
13765
|
* @param {*} [options] Override http request option.
|
|
@@ -12931,8 +13767,8 @@ export declare const DiscordApiFp: (configuration?: Configuration) => {
|
|
|
12931
13767
|
*/
|
|
12932
13768
|
discordControllerSendMessage(id: string, sendMessageInputDTO?: SendMessageInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIOutput>>;
|
|
12933
13769
|
/**
|
|
12934
|
-
*
|
|
12935
|
-
* @summary Update guild
|
|
13770
|
+
* Update Takaro-specific settings for a Discord guild, such as enabling or disabling Takaro features. Required permissions: `MANAGE_SETTINGS`<br> OperationId: `DiscordControllerUpdateGuild`
|
|
13771
|
+
* @summary Update guild settings
|
|
12936
13772
|
* @param {string} id
|
|
12937
13773
|
* @param {GuildApiUpdateDTO} [guildApiUpdateDTO] GuildApiUpdateDTO
|
|
12938
13774
|
* @param {*} [options] Override http request option.
|
|
@@ -12946,23 +13782,39 @@ export declare const DiscordApiFp: (configuration?: Configuration) => {
|
|
|
12946
13782
|
*/
|
|
12947
13783
|
export declare const DiscordApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
12948
13784
|
/**
|
|
12949
|
-
*
|
|
12950
|
-
* @summary Get
|
|
13785
|
+
* Retrieve all channels (text, voice, etc.) in a specific Discord guild. Useful for selecting channels for notifications or commands. Required permissions: `VIEW_DISCORD_INFO`<br> OperationId: `DiscordControllerGetChannels`
|
|
13786
|
+
* @summary Get guild channels
|
|
13787
|
+
* @param {string} id
|
|
13788
|
+
* @param {*} [options] Override http request option.
|
|
13789
|
+
* @throws {RequiredError}
|
|
13790
|
+
*/
|
|
13791
|
+
discordControllerGetChannels(id: string, options?: RawAxiosRequestConfig): AxiosPromise<DiscordChannelOutputArrayDTOAPI>;
|
|
13792
|
+
/**
|
|
13793
|
+
* Get the invite link to add the Takaro bot to a Discord server, along with the developer Discord server link.<br> OperationId: `DiscordControllerGetInvite`
|
|
13794
|
+
* @summary Get bot invite links
|
|
12951
13795
|
* @param {*} [options] Override http request option.
|
|
12952
13796
|
* @throws {RequiredError}
|
|
12953
13797
|
*/
|
|
12954
13798
|
discordControllerGetInvite(options?: RawAxiosRequestConfig): AxiosPromise<DiscordInviteOutputDTO>;
|
|
12955
13799
|
/**
|
|
12956
|
-
*
|
|
12957
|
-
* @summary
|
|
13800
|
+
* Retrieve all roles available in a specific Discord guild. Useful for role-based integrations and permissions mapping. Required permissions: `VIEW_DISCORD_INFO`<br> OperationId: `DiscordControllerGetRoles`
|
|
13801
|
+
* @summary Get guild roles
|
|
13802
|
+
* @param {string} id
|
|
13803
|
+
* @param {*} [options] Override http request option.
|
|
13804
|
+
* @throws {RequiredError}
|
|
13805
|
+
*/
|
|
13806
|
+
discordControllerGetRoles(id: string, options?: RawAxiosRequestConfig): AxiosPromise<DiscordRoleOutputArrayDTOAPI>;
|
|
13807
|
+
/**
|
|
13808
|
+
* Search for Discord guilds (servers) that the bot has access to. Supports filtering by name, Discord ID, and whether Takaro is enabled. Required permissions: `VIEW_DISCORD_INFO`<br> OperationId: `DiscordControllerSearch`
|
|
13809
|
+
* @summary Search Discord guilds
|
|
12958
13810
|
* @param {GuildSearchInputDTO} [guildSearchInputDTO] GuildSearchInputDTO
|
|
12959
13811
|
* @param {*} [options] Override http request option.
|
|
12960
13812
|
* @throws {RequiredError}
|
|
12961
13813
|
*/
|
|
12962
13814
|
discordControllerSearch(guildSearchInputDTO?: GuildSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<GuildOutputArrayDTOAPI>;
|
|
12963
13815
|
/**
|
|
12964
|
-
*
|
|
12965
|
-
* @summary Send message
|
|
13816
|
+
* Send a text message or rich embed to a specific Discord channel. Requires the bot to have appropriate permissions in the channel. Required permissions: `SEND_DISCORD_MESSAGE`<br> OperationId: `DiscordControllerSendMessage`
|
|
13817
|
+
* @summary Send message to Discord channel
|
|
12966
13818
|
* @param {string} id
|
|
12967
13819
|
* @param {SendMessageInputDTO} [sendMessageInputDTO] SendMessageInputDTO
|
|
12968
13820
|
* @param {*} [options] Override http request option.
|
|
@@ -12970,8 +13822,8 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
12970
13822
|
*/
|
|
12971
13823
|
discordControllerSendMessage(id: string, sendMessageInputDTO?: SendMessageInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
12972
13824
|
/**
|
|
12973
|
-
*
|
|
12974
|
-
* @summary Update guild
|
|
13825
|
+
* Update Takaro-specific settings for a Discord guild, such as enabling or disabling Takaro features. Required permissions: `MANAGE_SETTINGS`<br> OperationId: `DiscordControllerUpdateGuild`
|
|
13826
|
+
* @summary Update guild settings
|
|
12975
13827
|
* @param {string} id
|
|
12976
13828
|
* @param {GuildApiUpdateDTO} [guildApiUpdateDTO] GuildApiUpdateDTO
|
|
12977
13829
|
* @param {*} [options] Override http request option.
|
|
@@ -12987,16 +13839,34 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
12987
13839
|
*/
|
|
12988
13840
|
export declare class DiscordApi extends BaseAPI {
|
|
12989
13841
|
/**
|
|
12990
|
-
*
|
|
12991
|
-
* @summary Get
|
|
13842
|
+
* Retrieve all channels (text, voice, etc.) in a specific Discord guild. Useful for selecting channels for notifications or commands. Required permissions: `VIEW_DISCORD_INFO`<br> OperationId: `DiscordControllerGetChannels`
|
|
13843
|
+
* @summary Get guild channels
|
|
13844
|
+
* @param {string} id
|
|
13845
|
+
* @param {*} [options] Override http request option.
|
|
13846
|
+
* @throws {RequiredError}
|
|
13847
|
+
* @memberof DiscordApi
|
|
13848
|
+
*/
|
|
13849
|
+
discordControllerGetChannels(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DiscordChannelOutputArrayDTOAPI, any>>;
|
|
13850
|
+
/**
|
|
13851
|
+
* Get the invite link to add the Takaro bot to a Discord server, along with the developer Discord server link.<br> OperationId: `DiscordControllerGetInvite`
|
|
13852
|
+
* @summary Get bot invite links
|
|
12992
13853
|
* @param {*} [options] Override http request option.
|
|
12993
13854
|
* @throws {RequiredError}
|
|
12994
13855
|
* @memberof DiscordApi
|
|
12995
13856
|
*/
|
|
12996
13857
|
discordControllerGetInvite(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DiscordInviteOutputDTO, any>>;
|
|
12997
13858
|
/**
|
|
12998
|
-
*
|
|
12999
|
-
* @summary
|
|
13859
|
+
* Retrieve all roles available in a specific Discord guild. Useful for role-based integrations and permissions mapping. Required permissions: `VIEW_DISCORD_INFO`<br> OperationId: `DiscordControllerGetRoles`
|
|
13860
|
+
* @summary Get guild roles
|
|
13861
|
+
* @param {string} id
|
|
13862
|
+
* @param {*} [options] Override http request option.
|
|
13863
|
+
* @throws {RequiredError}
|
|
13864
|
+
* @memberof DiscordApi
|
|
13865
|
+
*/
|
|
13866
|
+
discordControllerGetRoles(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DiscordRoleOutputArrayDTOAPI, any>>;
|
|
13867
|
+
/**
|
|
13868
|
+
* Search for Discord guilds (servers) that the bot has access to. Supports filtering by name, Discord ID, and whether Takaro is enabled. Required permissions: `VIEW_DISCORD_INFO`<br> OperationId: `DiscordControllerSearch`
|
|
13869
|
+
* @summary Search Discord guilds
|
|
13000
13870
|
* @param {GuildSearchInputDTO} [guildSearchInputDTO] GuildSearchInputDTO
|
|
13001
13871
|
* @param {*} [options] Override http request option.
|
|
13002
13872
|
* @throws {RequiredError}
|
|
@@ -13004,8 +13874,8 @@ export declare class DiscordApi extends BaseAPI {
|
|
|
13004
13874
|
*/
|
|
13005
13875
|
discordControllerSearch(guildSearchInputDTO?: GuildSearchInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GuildOutputArrayDTOAPI, any>>;
|
|
13006
13876
|
/**
|
|
13007
|
-
*
|
|
13008
|
-
* @summary Send message
|
|
13877
|
+
* Send a text message or rich embed to a specific Discord channel. Requires the bot to have appropriate permissions in the channel. Required permissions: `SEND_DISCORD_MESSAGE`<br> OperationId: `DiscordControllerSendMessage`
|
|
13878
|
+
* @summary Send message to Discord channel
|
|
13009
13879
|
* @param {string} id
|
|
13010
13880
|
* @param {SendMessageInputDTO} [sendMessageInputDTO] SendMessageInputDTO
|
|
13011
13881
|
* @param {*} [options] Override http request option.
|
|
@@ -13014,8 +13884,8 @@ export declare class DiscordApi extends BaseAPI {
|
|
|
13014
13884
|
*/
|
|
13015
13885
|
discordControllerSendMessage(id: string, sendMessageInputDTO?: SendMessageInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<APIOutput, any>>;
|
|
13016
13886
|
/**
|
|
13017
|
-
*
|
|
13018
|
-
* @summary Update guild
|
|
13887
|
+
* Update Takaro-specific settings for a Discord guild, such as enabling or disabling Takaro features. Required permissions: `MANAGE_SETTINGS`<br> OperationId: `DiscordControllerUpdateGuild`
|
|
13888
|
+
* @summary Update guild settings
|
|
13019
13889
|
* @param {string} id
|
|
13020
13890
|
* @param {GuildApiUpdateDTO} [guildApiUpdateDTO] GuildApiUpdateDTO
|
|
13021
13891
|
* @param {*} [options] Override http request option.
|
|
@@ -13390,6 +14260,14 @@ export declare const EventApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
13390
14260
|
* @throws {RequiredError}
|
|
13391
14261
|
*/
|
|
13392
14262
|
eventControllerCreate: (eventCreateDTO?: EventCreateDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14263
|
+
/**
|
|
14264
|
+
* Export events matching the search criteria to CSV format. Accepts the same parameters as the search endpoint. Maximum time range is 90 days. Required permissions: `READ_EVENTS`<br> OperationId: `EventControllerExport`
|
|
14265
|
+
* @summary Export events to CSV
|
|
14266
|
+
* @param {EventSearchInputDTO} [eventSearchInputDTO] EventSearchInputDTO
|
|
14267
|
+
* @param {*} [options] Override http request option.
|
|
14268
|
+
* @throws {RequiredError}
|
|
14269
|
+
*/
|
|
14270
|
+
eventControllerExport: (eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
13393
14271
|
/**
|
|
13394
14272
|
* Fetches events where cronjob, hook and command failed. Supports all the common query parameters Required permissions: `READ_MODULES`, `READ_EVENTS`<br> OperationId: `EventControllerGetFailedFunctions`
|
|
13395
14273
|
* @summary Get failed functions
|
|
@@ -13428,6 +14306,14 @@ export declare const EventApiFp: (configuration?: Configuration) => {
|
|
|
13428
14306
|
* @throws {RequiredError}
|
|
13429
14307
|
*/
|
|
13430
14308
|
eventControllerCreate(eventCreateDTO?: EventCreateDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EventOutputDTO>>;
|
|
14309
|
+
/**
|
|
14310
|
+
* Export events matching the search criteria to CSV format. Accepts the same parameters as the search endpoint. Maximum time range is 90 days. Required permissions: `READ_EVENTS`<br> OperationId: `EventControllerExport`
|
|
14311
|
+
* @summary Export events to CSV
|
|
14312
|
+
* @param {EventSearchInputDTO} [eventSearchInputDTO] EventSearchInputDTO
|
|
14313
|
+
* @param {*} [options] Override http request option.
|
|
14314
|
+
* @throws {RequiredError}
|
|
14315
|
+
*/
|
|
14316
|
+
eventControllerExport(eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
13431
14317
|
/**
|
|
13432
14318
|
* Fetches events where cronjob, hook and command failed. Supports all the common query parameters Required permissions: `READ_MODULES`, `READ_EVENTS`<br> OperationId: `EventControllerGetFailedFunctions`
|
|
13433
14319
|
* @summary Get failed functions
|
|
@@ -13466,6 +14352,14 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
13466
14352
|
* @throws {RequiredError}
|
|
13467
14353
|
*/
|
|
13468
14354
|
eventControllerCreate(eventCreateDTO?: EventCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputDTO>;
|
|
14355
|
+
/**
|
|
14356
|
+
* Export events matching the search criteria to CSV format. Accepts the same parameters as the search endpoint. Maximum time range is 90 days. Required permissions: `READ_EVENTS`<br> OperationId: `EventControllerExport`
|
|
14357
|
+
* @summary Export events to CSV
|
|
14358
|
+
* @param {EventSearchInputDTO} [eventSearchInputDTO] EventSearchInputDTO
|
|
14359
|
+
* @param {*} [options] Override http request option.
|
|
14360
|
+
* @throws {RequiredError}
|
|
14361
|
+
*/
|
|
14362
|
+
eventControllerExport(eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
13469
14363
|
/**
|
|
13470
14364
|
* Fetches events where cronjob, hook and command failed. Supports all the common query parameters Required permissions: `READ_MODULES`, `READ_EVENTS`<br> OperationId: `EventControllerGetFailedFunctions`
|
|
13471
14365
|
* @summary Get failed functions
|
|
@@ -13507,6 +14401,15 @@ export declare class EventApi extends BaseAPI {
|
|
|
13507
14401
|
* @memberof EventApi
|
|
13508
14402
|
*/
|
|
13509
14403
|
eventControllerCreate(eventCreateDTO?: EventCreateDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EventOutputDTO, any>>;
|
|
14404
|
+
/**
|
|
14405
|
+
* Export events matching the search criteria to CSV format. Accepts the same parameters as the search endpoint. Maximum time range is 90 days. Required permissions: `READ_EVENTS`<br> OperationId: `EventControllerExport`
|
|
14406
|
+
* @summary Export events to CSV
|
|
14407
|
+
* @param {EventSearchInputDTO} [eventSearchInputDTO] EventSearchInputDTO
|
|
14408
|
+
* @param {*} [options] Override http request option.
|
|
14409
|
+
* @throws {RequiredError}
|
|
14410
|
+
* @memberof EventApi
|
|
14411
|
+
*/
|
|
14412
|
+
eventControllerExport(eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
13510
14413
|
/**
|
|
13511
14414
|
* Fetches events where cronjob, hook and command failed. Supports all the common query parameters Required permissions: `READ_MODULES`, `READ_EVENTS`<br> OperationId: `EventControllerGetFailedFunctions`
|
|
13512
14415
|
* @summary Get failed functions
|
|
@@ -13897,10 +14800,11 @@ export declare const GameServerApiAxiosParamCreator: (configuration?: Configurat
|
|
|
13897
14800
|
*/
|
|
13898
14801
|
gameServerControllerGetOne: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
13899
14802
|
/**
|
|
13900
|
-
* Fetch a list of players on a gameserver. Requires gameserver to be online and reachable. Required permissions: `READ_PLAYERS`<br> OperationId: `GameServerControllerGetPlayers`
|
|
14803
|
+
* Fetch a list of players on a gameserver. Requires gameserver to be online and reachable. Please use the Player on GameServer (PoG) search endpoint instead: `POST /gameserver/player/search` for more flexible filtering, sorting, and pagination options. Required permissions: `READ_PLAYERS`<br> OperationId: `GameServerControllerGetPlayers`
|
|
13901
14804
|
* @summary Get players
|
|
13902
14805
|
* @param {string} id
|
|
13903
14806
|
* @param {*} [options] Override http request option.
|
|
14807
|
+
* @deprecated
|
|
13904
14808
|
* @throws {RequiredError}
|
|
13905
14809
|
*/
|
|
13906
14810
|
gameServerControllerGetPlayers: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -14121,10 +15025,11 @@ export declare const GameServerApiFp: (configuration?: Configuration) => {
|
|
|
14121
15025
|
*/
|
|
14122
15026
|
gameServerControllerGetOne(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GameServerOutputDTOAPI>>;
|
|
14123
15027
|
/**
|
|
14124
|
-
* Fetch a list of players on a gameserver. Requires gameserver to be online and reachable. Required permissions: `READ_PLAYERS`<br> OperationId: `GameServerControllerGetPlayers`
|
|
15028
|
+
* Fetch a list of players on a gameserver. Requires gameserver to be online and reachable. Please use the Player on GameServer (PoG) search endpoint instead: `POST /gameserver/player/search` for more flexible filtering, sorting, and pagination options. Required permissions: `READ_PLAYERS`<br> OperationId: `GameServerControllerGetPlayers`
|
|
14125
15029
|
* @summary Get players
|
|
14126
15030
|
* @param {string} id
|
|
14127
15031
|
* @param {*} [options] Override http request option.
|
|
15032
|
+
* @deprecated
|
|
14128
15033
|
* @throws {RequiredError}
|
|
14129
15034
|
*/
|
|
14130
15035
|
gameServerControllerGetPlayers(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PlayerOnGameserverOutputDTOAPI>>;
|
|
@@ -14345,10 +15250,11 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
14345
15250
|
*/
|
|
14346
15251
|
gameServerControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<GameServerOutputDTOAPI>;
|
|
14347
15252
|
/**
|
|
14348
|
-
* Fetch a list of players on a gameserver. Requires gameserver to be online and reachable. Required permissions: `READ_PLAYERS`<br> OperationId: `GameServerControllerGetPlayers`
|
|
15253
|
+
* Fetch a list of players on a gameserver. Requires gameserver to be online and reachable. Please use the Player on GameServer (PoG) search endpoint instead: `POST /gameserver/player/search` for more flexible filtering, sorting, and pagination options. Required permissions: `READ_PLAYERS`<br> OperationId: `GameServerControllerGetPlayers`
|
|
14349
15254
|
* @summary Get players
|
|
14350
15255
|
* @param {string} id
|
|
14351
15256
|
* @param {*} [options] Override http request option.
|
|
15257
|
+
* @deprecated
|
|
14352
15258
|
* @throws {RequiredError}
|
|
14353
15259
|
*/
|
|
14354
15260
|
gameServerControllerGetPlayers(id: string, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
@@ -14579,10 +15485,11 @@ export declare class GameServerApi extends BaseAPI {
|
|
|
14579
15485
|
*/
|
|
14580
15486
|
gameServerControllerGetOne(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GameServerOutputDTOAPI, any>>;
|
|
14581
15487
|
/**
|
|
14582
|
-
* Fetch a list of players on a gameserver. Requires gameserver to be online and reachable. Required permissions: `READ_PLAYERS`<br> OperationId: `GameServerControllerGetPlayers`
|
|
15488
|
+
* Fetch a list of players on a gameserver. Requires gameserver to be online and reachable. Please use the Player on GameServer (PoG) search endpoint instead: `POST /gameserver/player/search` for more flexible filtering, sorting, and pagination options. Required permissions: `READ_PLAYERS`<br> OperationId: `GameServerControllerGetPlayers`
|
|
14583
15489
|
* @summary Get players
|
|
14584
15490
|
* @param {string} id
|
|
14585
15491
|
* @param {*} [options] Override http request option.
|
|
15492
|
+
* @deprecated
|
|
14586
15493
|
* @throws {RequiredError}
|
|
14587
15494
|
* @memberof GameServerApi
|
|
14588
15495
|
*/
|
|
@@ -15332,16 +16239,6 @@ export declare const ModuleApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
15332
16239
|
* @throws {RequiredError}
|
|
15333
16240
|
*/
|
|
15334
16241
|
moduleControllerGetOne: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
15335
|
-
/**
|
|
15336
|
-
* Get a list of all tags for a module, without including all the underlying data Required permissions: `READ_MODULES`<br> OperationId: `ModuleControllerGetTags`
|
|
15337
|
-
* @summary Get tags
|
|
15338
|
-
* @param {string} id
|
|
15339
|
-
* @param {number} [page]
|
|
15340
|
-
* @param {number} [limit]
|
|
15341
|
-
* @param {*} [options] Override http request option.
|
|
15342
|
-
* @throws {RequiredError}
|
|
15343
|
-
*/
|
|
15344
|
-
moduleControllerGetTags: (id: string, page?: number, limit?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
15345
16242
|
/**
|
|
15346
16243
|
* Imports a module from a format that was exported from another Takaro instance Required permissions: `MANAGE_MODULES`<br> OperationId: `ModuleControllerImport`
|
|
15347
16244
|
* @summary Import a module
|
|
@@ -15464,16 +16361,6 @@ export declare const ModuleApiFp: (configuration?: Configuration) => {
|
|
|
15464
16361
|
* @throws {RequiredError}
|
|
15465
16362
|
*/
|
|
15466
16363
|
moduleControllerGetOne(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ModuleOutputDTOAPI>>;
|
|
15467
|
-
/**
|
|
15468
|
-
* Get a list of all tags for a module, without including all the underlying data Required permissions: `READ_MODULES`<br> OperationId: `ModuleControllerGetTags`
|
|
15469
|
-
* @summary Get tags
|
|
15470
|
-
* @param {string} id
|
|
15471
|
-
* @param {number} [page]
|
|
15472
|
-
* @param {number} [limit]
|
|
15473
|
-
* @param {*} [options] Override http request option.
|
|
15474
|
-
* @throws {RequiredError}
|
|
15475
|
-
*/
|
|
15476
|
-
moduleControllerGetTags(id: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SmallModuleOutputArrayDTOAPI>>;
|
|
15477
16364
|
/**
|
|
15478
16365
|
* Imports a module from a format that was exported from another Takaro instance Required permissions: `MANAGE_MODULES`<br> OperationId: `ModuleControllerImport`
|
|
15479
16366
|
* @summary Import a module
|
|
@@ -15596,16 +16483,6 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
15596
16483
|
* @throws {RequiredError}
|
|
15597
16484
|
*/
|
|
15598
16485
|
moduleControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ModuleOutputDTOAPI>;
|
|
15599
|
-
/**
|
|
15600
|
-
* Get a list of all tags for a module, without including all the underlying data Required permissions: `READ_MODULES`<br> OperationId: `ModuleControllerGetTags`
|
|
15601
|
-
* @summary Get tags
|
|
15602
|
-
* @param {string} id
|
|
15603
|
-
* @param {number} [page]
|
|
15604
|
-
* @param {number} [limit]
|
|
15605
|
-
* @param {*} [options] Override http request option.
|
|
15606
|
-
* @throws {RequiredError}
|
|
15607
|
-
*/
|
|
15608
|
-
moduleControllerGetTags(id: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): AxiosPromise<SmallModuleOutputArrayDTOAPI>;
|
|
15609
16486
|
/**
|
|
15610
16487
|
* Imports a module from a format that was exported from another Takaro instance Required permissions: `MANAGE_MODULES`<br> OperationId: `ModuleControllerImport`
|
|
15611
16488
|
* @summary Import a module
|
|
@@ -15733,17 +16610,6 @@ export declare class ModuleApi extends BaseAPI {
|
|
|
15733
16610
|
* @memberof ModuleApi
|
|
15734
16611
|
*/
|
|
15735
16612
|
moduleControllerGetOne(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ModuleOutputDTOAPI, any>>;
|
|
15736
|
-
/**
|
|
15737
|
-
* Get a list of all tags for a module, without including all the underlying data Required permissions: `READ_MODULES`<br> OperationId: `ModuleControllerGetTags`
|
|
15738
|
-
* @summary Get tags
|
|
15739
|
-
* @param {string} id
|
|
15740
|
-
* @param {number} [page]
|
|
15741
|
-
* @param {number} [limit]
|
|
15742
|
-
* @param {*} [options] Override http request option.
|
|
15743
|
-
* @throws {RequiredError}
|
|
15744
|
-
* @memberof ModuleApi
|
|
15745
|
-
*/
|
|
15746
|
-
moduleControllerGetTags(id: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SmallModuleOutputArrayDTOAPI, any>>;
|
|
15747
16613
|
/**
|
|
15748
16614
|
* Imports a module from a format that was exported from another Takaro instance Required permissions: `MANAGE_MODULES`<br> OperationId: `ModuleControllerImport`
|
|
15749
16615
|
* @summary Import a module
|
|
@@ -16894,6 +17760,300 @@ export declare const SettingsControllerGetKeysEnum: {
|
|
|
16894
17760
|
readonly DomainName: "domainName";
|
|
16895
17761
|
};
|
|
16896
17762
|
export type SettingsControllerGetKeysEnum = (typeof SettingsControllerGetKeysEnum)[keyof typeof SettingsControllerGetKeysEnum];
|
|
17763
|
+
/**
|
|
17764
|
+
* ShopCategoryApi - axios parameter creator
|
|
17765
|
+
* @export
|
|
17766
|
+
*/
|
|
17767
|
+
export declare const ShopCategoryApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
17768
|
+
/**
|
|
17769
|
+
* Bulk assign categories to multiple shop listings Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerBulkAssign`
|
|
17770
|
+
* @summary Bulk assign
|
|
17771
|
+
* @param {ShopCategoryBulkAssignDTO} [shopCategoryBulkAssignDTO] ShopCategoryBulkAssignDTO
|
|
17772
|
+
* @param {*} [options] Override http request option.
|
|
17773
|
+
* @throws {RequiredError}
|
|
17774
|
+
*/
|
|
17775
|
+
shopCategoryControllerBulkAssign: (shopCategoryBulkAssignDTO?: ShopCategoryBulkAssignDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
17776
|
+
/**
|
|
17777
|
+
* Create a new shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerCreate`
|
|
17778
|
+
* @summary Create
|
|
17779
|
+
* @param {ShopCategoryCreateDTO} [shopCategoryCreateDTO] ShopCategoryCreateDTO
|
|
17780
|
+
* @param {*} [options] Override http request option.
|
|
17781
|
+
* @throws {RequiredError}
|
|
17782
|
+
*/
|
|
17783
|
+
shopCategoryControllerCreate: (shopCategoryCreateDTO?: ShopCategoryCreateDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
17784
|
+
/**
|
|
17785
|
+
* Get all shop categories<br> OperationId: `ShopCategoryControllerGetAll`
|
|
17786
|
+
* @summary Get all
|
|
17787
|
+
* @param {*} [options] Override http request option.
|
|
17788
|
+
* @throws {RequiredError}
|
|
17789
|
+
*/
|
|
17790
|
+
shopCategoryControllerGetAll: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
17791
|
+
/**
|
|
17792
|
+
* Get a shop category by id<br> OperationId: `ShopCategoryControllerGetOne`
|
|
17793
|
+
* @summary Get one
|
|
17794
|
+
* @param {string} id
|
|
17795
|
+
* @param {*} [options] Override http request option.
|
|
17796
|
+
* @throws {RequiredError}
|
|
17797
|
+
*/
|
|
17798
|
+
shopCategoryControllerGetOne: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
17799
|
+
/**
|
|
17800
|
+
* Move a shop category to a different parent Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerMove`
|
|
17801
|
+
* @summary Move
|
|
17802
|
+
* @param {string} id
|
|
17803
|
+
* @param {ShopCategoryMoveDTO} [shopCategoryMoveDTO] ShopCategoryMoveDTO
|
|
17804
|
+
* @param {*} [options] Override http request option.
|
|
17805
|
+
* @throws {RequiredError}
|
|
17806
|
+
*/
|
|
17807
|
+
shopCategoryControllerMove: (id: string, shopCategoryMoveDTO?: ShopCategoryMoveDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
17808
|
+
/**
|
|
17809
|
+
* Delete a shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerRemove`
|
|
17810
|
+
* @summary Remove
|
|
17811
|
+
* @param {string} id
|
|
17812
|
+
* @param {*} [options] Override http request option.
|
|
17813
|
+
* @throws {RequiredError}
|
|
17814
|
+
*/
|
|
17815
|
+
shopCategoryControllerRemove: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
17816
|
+
/**
|
|
17817
|
+
* Search shop categories<br> OperationId: `ShopCategoryControllerSearch`
|
|
17818
|
+
* @summary Search
|
|
17819
|
+
* @param {ShopCategorySearchInputDTO} [shopCategorySearchInputDTO] ShopCategorySearchInputDTO
|
|
17820
|
+
* @param {*} [options] Override http request option.
|
|
17821
|
+
* @throws {RequiredError}
|
|
17822
|
+
*/
|
|
17823
|
+
shopCategoryControllerSearch: (shopCategorySearchInputDTO?: ShopCategorySearchInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
17824
|
+
/**
|
|
17825
|
+
* Update a shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerUpdate`
|
|
17826
|
+
* @summary Update
|
|
17827
|
+
* @param {string} id
|
|
17828
|
+
* @param {ShopCategoryUpdateDTO} [shopCategoryUpdateDTO] ShopCategoryUpdateDTO
|
|
17829
|
+
* @param {*} [options] Override http request option.
|
|
17830
|
+
* @throws {RequiredError}
|
|
17831
|
+
*/
|
|
17832
|
+
shopCategoryControllerUpdate: (id: string, shopCategoryUpdateDTO?: ShopCategoryUpdateDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
17833
|
+
};
|
|
17834
|
+
/**
|
|
17835
|
+
* ShopCategoryApi - functional programming interface
|
|
17836
|
+
* @export
|
|
17837
|
+
*/
|
|
17838
|
+
export declare const ShopCategoryApiFp: (configuration?: Configuration) => {
|
|
17839
|
+
/**
|
|
17840
|
+
* Bulk assign categories to multiple shop listings Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerBulkAssign`
|
|
17841
|
+
* @summary Bulk assign
|
|
17842
|
+
* @param {ShopCategoryBulkAssignDTO} [shopCategoryBulkAssignDTO] ShopCategoryBulkAssignDTO
|
|
17843
|
+
* @param {*} [options] Override http request option.
|
|
17844
|
+
* @throws {RequiredError}
|
|
17845
|
+
*/
|
|
17846
|
+
shopCategoryControllerBulkAssign(shopCategoryBulkAssignDTO?: ShopCategoryBulkAssignDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
17847
|
+
/**
|
|
17848
|
+
* Create a new shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerCreate`
|
|
17849
|
+
* @summary Create
|
|
17850
|
+
* @param {ShopCategoryCreateDTO} [shopCategoryCreateDTO] ShopCategoryCreateDTO
|
|
17851
|
+
* @param {*} [options] Override http request option.
|
|
17852
|
+
* @throws {RequiredError}
|
|
17853
|
+
*/
|
|
17854
|
+
shopCategoryControllerCreate(shopCategoryCreateDTO?: ShopCategoryCreateDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopCategoryOutputDTOAPI>>;
|
|
17855
|
+
/**
|
|
17856
|
+
* Get all shop categories<br> OperationId: `ShopCategoryControllerGetAll`
|
|
17857
|
+
* @summary Get all
|
|
17858
|
+
* @param {*} [options] Override http request option.
|
|
17859
|
+
* @throws {RequiredError}
|
|
17860
|
+
*/
|
|
17861
|
+
shopCategoryControllerGetAll(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopCategoryOutputArrayDTOAPI>>;
|
|
17862
|
+
/**
|
|
17863
|
+
* Get a shop category by id<br> OperationId: `ShopCategoryControllerGetOne`
|
|
17864
|
+
* @summary Get one
|
|
17865
|
+
* @param {string} id
|
|
17866
|
+
* @param {*} [options] Override http request option.
|
|
17867
|
+
* @throws {RequiredError}
|
|
17868
|
+
*/
|
|
17869
|
+
shopCategoryControllerGetOne(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopCategoryOutputDTOAPI>>;
|
|
17870
|
+
/**
|
|
17871
|
+
* Move a shop category to a different parent Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerMove`
|
|
17872
|
+
* @summary Move
|
|
17873
|
+
* @param {string} id
|
|
17874
|
+
* @param {ShopCategoryMoveDTO} [shopCategoryMoveDTO] ShopCategoryMoveDTO
|
|
17875
|
+
* @param {*} [options] Override http request option.
|
|
17876
|
+
* @throws {RequiredError}
|
|
17877
|
+
*/
|
|
17878
|
+
shopCategoryControllerMove(id: string, shopCategoryMoveDTO?: ShopCategoryMoveDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopCategoryOutputDTOAPI>>;
|
|
17879
|
+
/**
|
|
17880
|
+
* Delete a shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerRemove`
|
|
17881
|
+
* @summary Remove
|
|
17882
|
+
* @param {string} id
|
|
17883
|
+
* @param {*} [options] Override http request option.
|
|
17884
|
+
* @throws {RequiredError}
|
|
17885
|
+
*/
|
|
17886
|
+
shopCategoryControllerRemove(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
17887
|
+
/**
|
|
17888
|
+
* Search shop categories<br> OperationId: `ShopCategoryControllerSearch`
|
|
17889
|
+
* @summary Search
|
|
17890
|
+
* @param {ShopCategorySearchInputDTO} [shopCategorySearchInputDTO] ShopCategorySearchInputDTO
|
|
17891
|
+
* @param {*} [options] Override http request option.
|
|
17892
|
+
* @throws {RequiredError}
|
|
17893
|
+
*/
|
|
17894
|
+
shopCategoryControllerSearch(shopCategorySearchInputDTO?: ShopCategorySearchInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopCategoryOutputArrayDTOAPI>>;
|
|
17895
|
+
/**
|
|
17896
|
+
* Update a shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerUpdate`
|
|
17897
|
+
* @summary Update
|
|
17898
|
+
* @param {string} id
|
|
17899
|
+
* @param {ShopCategoryUpdateDTO} [shopCategoryUpdateDTO] ShopCategoryUpdateDTO
|
|
17900
|
+
* @param {*} [options] Override http request option.
|
|
17901
|
+
* @throws {RequiredError}
|
|
17902
|
+
*/
|
|
17903
|
+
shopCategoryControllerUpdate(id: string, shopCategoryUpdateDTO?: ShopCategoryUpdateDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopCategoryOutputDTOAPI>>;
|
|
17904
|
+
};
|
|
17905
|
+
/**
|
|
17906
|
+
* ShopCategoryApi - factory interface
|
|
17907
|
+
* @export
|
|
17908
|
+
*/
|
|
17909
|
+
export declare const ShopCategoryApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
17910
|
+
/**
|
|
17911
|
+
* Bulk assign categories to multiple shop listings Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerBulkAssign`
|
|
17912
|
+
* @summary Bulk assign
|
|
17913
|
+
* @param {ShopCategoryBulkAssignDTO} [shopCategoryBulkAssignDTO] ShopCategoryBulkAssignDTO
|
|
17914
|
+
* @param {*} [options] Override http request option.
|
|
17915
|
+
* @throws {RequiredError}
|
|
17916
|
+
*/
|
|
17917
|
+
shopCategoryControllerBulkAssign(shopCategoryBulkAssignDTO?: ShopCategoryBulkAssignDTO, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
17918
|
+
/**
|
|
17919
|
+
* Create a new shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerCreate`
|
|
17920
|
+
* @summary Create
|
|
17921
|
+
* @param {ShopCategoryCreateDTO} [shopCategoryCreateDTO] ShopCategoryCreateDTO
|
|
17922
|
+
* @param {*} [options] Override http request option.
|
|
17923
|
+
* @throws {RequiredError}
|
|
17924
|
+
*/
|
|
17925
|
+
shopCategoryControllerCreate(shopCategoryCreateDTO?: ShopCategoryCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopCategoryOutputDTOAPI>;
|
|
17926
|
+
/**
|
|
17927
|
+
* Get all shop categories<br> OperationId: `ShopCategoryControllerGetAll`
|
|
17928
|
+
* @summary Get all
|
|
17929
|
+
* @param {*} [options] Override http request option.
|
|
17930
|
+
* @throws {RequiredError}
|
|
17931
|
+
*/
|
|
17932
|
+
shopCategoryControllerGetAll(options?: RawAxiosRequestConfig): AxiosPromise<ShopCategoryOutputArrayDTOAPI>;
|
|
17933
|
+
/**
|
|
17934
|
+
* Get a shop category by id<br> OperationId: `ShopCategoryControllerGetOne`
|
|
17935
|
+
* @summary Get one
|
|
17936
|
+
* @param {string} id
|
|
17937
|
+
* @param {*} [options] Override http request option.
|
|
17938
|
+
* @throws {RequiredError}
|
|
17939
|
+
*/
|
|
17940
|
+
shopCategoryControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ShopCategoryOutputDTOAPI>;
|
|
17941
|
+
/**
|
|
17942
|
+
* Move a shop category to a different parent Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerMove`
|
|
17943
|
+
* @summary Move
|
|
17944
|
+
* @param {string} id
|
|
17945
|
+
* @param {ShopCategoryMoveDTO} [shopCategoryMoveDTO] ShopCategoryMoveDTO
|
|
17946
|
+
* @param {*} [options] Override http request option.
|
|
17947
|
+
* @throws {RequiredError}
|
|
17948
|
+
*/
|
|
17949
|
+
shopCategoryControllerMove(id: string, shopCategoryMoveDTO?: ShopCategoryMoveDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopCategoryOutputDTOAPI>;
|
|
17950
|
+
/**
|
|
17951
|
+
* Delete a shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerRemove`
|
|
17952
|
+
* @summary Remove
|
|
17953
|
+
* @param {string} id
|
|
17954
|
+
* @param {*} [options] Override http request option.
|
|
17955
|
+
* @throws {RequiredError}
|
|
17956
|
+
*/
|
|
17957
|
+
shopCategoryControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
17958
|
+
/**
|
|
17959
|
+
* Search shop categories<br> OperationId: `ShopCategoryControllerSearch`
|
|
17960
|
+
* @summary Search
|
|
17961
|
+
* @param {ShopCategorySearchInputDTO} [shopCategorySearchInputDTO] ShopCategorySearchInputDTO
|
|
17962
|
+
* @param {*} [options] Override http request option.
|
|
17963
|
+
* @throws {RequiredError}
|
|
17964
|
+
*/
|
|
17965
|
+
shopCategoryControllerSearch(shopCategorySearchInputDTO?: ShopCategorySearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopCategoryOutputArrayDTOAPI>;
|
|
17966
|
+
/**
|
|
17967
|
+
* Update a shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerUpdate`
|
|
17968
|
+
* @summary Update
|
|
17969
|
+
* @param {string} id
|
|
17970
|
+
* @param {ShopCategoryUpdateDTO} [shopCategoryUpdateDTO] ShopCategoryUpdateDTO
|
|
17971
|
+
* @param {*} [options] Override http request option.
|
|
17972
|
+
* @throws {RequiredError}
|
|
17973
|
+
*/
|
|
17974
|
+
shopCategoryControllerUpdate(id: string, shopCategoryUpdateDTO?: ShopCategoryUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopCategoryOutputDTOAPI>;
|
|
17975
|
+
};
|
|
17976
|
+
/**
|
|
17977
|
+
* ShopCategoryApi - object-oriented interface
|
|
17978
|
+
* @export
|
|
17979
|
+
* @class ShopCategoryApi
|
|
17980
|
+
* @extends {BaseAPI}
|
|
17981
|
+
*/
|
|
17982
|
+
export declare class ShopCategoryApi extends BaseAPI {
|
|
17983
|
+
/**
|
|
17984
|
+
* Bulk assign categories to multiple shop listings Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerBulkAssign`
|
|
17985
|
+
* @summary Bulk assign
|
|
17986
|
+
* @param {ShopCategoryBulkAssignDTO} [shopCategoryBulkAssignDTO] ShopCategoryBulkAssignDTO
|
|
17987
|
+
* @param {*} [options] Override http request option.
|
|
17988
|
+
* @throws {RequiredError}
|
|
17989
|
+
* @memberof ShopCategoryApi
|
|
17990
|
+
*/
|
|
17991
|
+
shopCategoryControllerBulkAssign(shopCategoryBulkAssignDTO?: ShopCategoryBulkAssignDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
17992
|
+
/**
|
|
17993
|
+
* Create a new shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerCreate`
|
|
17994
|
+
* @summary Create
|
|
17995
|
+
* @param {ShopCategoryCreateDTO} [shopCategoryCreateDTO] ShopCategoryCreateDTO
|
|
17996
|
+
* @param {*} [options] Override http request option.
|
|
17997
|
+
* @throws {RequiredError}
|
|
17998
|
+
* @memberof ShopCategoryApi
|
|
17999
|
+
*/
|
|
18000
|
+
shopCategoryControllerCreate(shopCategoryCreateDTO?: ShopCategoryCreateDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopCategoryOutputDTOAPI, any>>;
|
|
18001
|
+
/**
|
|
18002
|
+
* Get all shop categories<br> OperationId: `ShopCategoryControllerGetAll`
|
|
18003
|
+
* @summary Get all
|
|
18004
|
+
* @param {*} [options] Override http request option.
|
|
18005
|
+
* @throws {RequiredError}
|
|
18006
|
+
* @memberof ShopCategoryApi
|
|
18007
|
+
*/
|
|
18008
|
+
shopCategoryControllerGetAll(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopCategoryOutputArrayDTOAPI, any>>;
|
|
18009
|
+
/**
|
|
18010
|
+
* Get a shop category by id<br> OperationId: `ShopCategoryControllerGetOne`
|
|
18011
|
+
* @summary Get one
|
|
18012
|
+
* @param {string} id
|
|
18013
|
+
* @param {*} [options] Override http request option.
|
|
18014
|
+
* @throws {RequiredError}
|
|
18015
|
+
* @memberof ShopCategoryApi
|
|
18016
|
+
*/
|
|
18017
|
+
shopCategoryControllerGetOne(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopCategoryOutputDTOAPI, any>>;
|
|
18018
|
+
/**
|
|
18019
|
+
* Move a shop category to a different parent Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerMove`
|
|
18020
|
+
* @summary Move
|
|
18021
|
+
* @param {string} id
|
|
18022
|
+
* @param {ShopCategoryMoveDTO} [shopCategoryMoveDTO] ShopCategoryMoveDTO
|
|
18023
|
+
* @param {*} [options] Override http request option.
|
|
18024
|
+
* @throws {RequiredError}
|
|
18025
|
+
* @memberof ShopCategoryApi
|
|
18026
|
+
*/
|
|
18027
|
+
shopCategoryControllerMove(id: string, shopCategoryMoveDTO?: ShopCategoryMoveDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopCategoryOutputDTOAPI, any>>;
|
|
18028
|
+
/**
|
|
18029
|
+
* Delete a shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerRemove`
|
|
18030
|
+
* @summary Remove
|
|
18031
|
+
* @param {string} id
|
|
18032
|
+
* @param {*} [options] Override http request option.
|
|
18033
|
+
* @throws {RequiredError}
|
|
18034
|
+
* @memberof ShopCategoryApi
|
|
18035
|
+
*/
|
|
18036
|
+
shopCategoryControllerRemove(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
18037
|
+
/**
|
|
18038
|
+
* Search shop categories<br> OperationId: `ShopCategoryControllerSearch`
|
|
18039
|
+
* @summary Search
|
|
18040
|
+
* @param {ShopCategorySearchInputDTO} [shopCategorySearchInputDTO] ShopCategorySearchInputDTO
|
|
18041
|
+
* @param {*} [options] Override http request option.
|
|
18042
|
+
* @throws {RequiredError}
|
|
18043
|
+
* @memberof ShopCategoryApi
|
|
18044
|
+
*/
|
|
18045
|
+
shopCategoryControllerSearch(shopCategorySearchInputDTO?: ShopCategorySearchInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopCategoryOutputArrayDTOAPI, any>>;
|
|
18046
|
+
/**
|
|
18047
|
+
* Update a shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerUpdate`
|
|
18048
|
+
* @summary Update
|
|
18049
|
+
* @param {string} id
|
|
18050
|
+
* @param {ShopCategoryUpdateDTO} [shopCategoryUpdateDTO] ShopCategoryUpdateDTO
|
|
18051
|
+
* @param {*} [options] Override http request option.
|
|
18052
|
+
* @throws {RequiredError}
|
|
18053
|
+
* @memberof ShopCategoryApi
|
|
18054
|
+
*/
|
|
18055
|
+
shopCategoryControllerUpdate(id: string, shopCategoryUpdateDTO?: ShopCategoryUpdateDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopCategoryOutputDTOAPI, any>>;
|
|
18056
|
+
}
|
|
16897
18057
|
/**
|
|
16898
18058
|
* ShopListingApi - axios parameter creator
|
|
16899
18059
|
* @export
|
|
@@ -17681,6 +18841,7 @@ export declare const StatsControllerGetEventsCountEventNameEnum: {
|
|
|
17681
18841
|
readonly RoleUpdated: "role-updated";
|
|
17682
18842
|
readonly RoleDeleted: "role-deleted";
|
|
17683
18843
|
readonly CommandExecuted: "command-executed";
|
|
18844
|
+
readonly CommandExecutionDenied: "command-execution-denied";
|
|
17684
18845
|
readonly HookExecuted: "hook-executed";
|
|
17685
18846
|
readonly CronjobExecuted: "cronjob-executed";
|
|
17686
18847
|
readonly CurrencyAdded: "currency-added";
|