@takaro/apiclient 0.0.0-dev.8e5452a → 0.0.0-dev.90511a7

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Takaro app-api
2
+ * Takaro API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
5
  * The version of the OpenAPI document: 0.0.0
@@ -2849,6 +2849,7 @@ export declare const EventCreateDTOEventNameEnum: {
2849
2849
  readonly PlayerBanned: "player-banned";
2850
2850
  readonly PlayerUnbanned: "player-unbanned";
2851
2851
  readonly PlayerDeleted: "player-deleted";
2852
+ readonly ShopActionExecuted: "shop-action-executed";
2852
2853
  readonly PlayerConnected: "player-connected";
2853
2854
  readonly PlayerDisconnected: "player-disconnected";
2854
2855
  readonly ChatMessage: "chat-message";
@@ -3120,6 +3121,7 @@ export declare const EventOutputDTOEventNameEnum: {
3120
3121
  readonly PlayerBanned: "player-banned";
3121
3122
  readonly PlayerUnbanned: "player-unbanned";
3122
3123
  readonly PlayerDeleted: "player-deleted";
3124
+ readonly ShopActionExecuted: "shop-action-executed";
3123
3125
  readonly PlayerConnected: "player-connected";
3124
3126
  readonly PlayerDisconnected: "player-disconnected";
3125
3127
  readonly ChatMessage: "chat-message";
@@ -3131,7 +3133,7 @@ export type EventOutputDTOEventNameEnum = (typeof EventOutputDTOEventNameEnum)[k
3131
3133
  * @type EventOutputDTOMeta
3132
3134
  * @export
3133
3135
  */
3134
- export type EventOutputDTOMeta = EventChatMessage | EventEntityKilled | EventLogLine | EventPlayerConnected | EventPlayerDeath | EventPlayerDisconnected | HookEventDiscordMessage | TakaroEventCommandExecuted | TakaroEventCommandExecutionDenied | TakaroEventCronjobExecuted | TakaroEventCurrencyAdded | TakaroEventCurrencyDeducted | TakaroEventCurrencyResetAll | TakaroEventGameserverCreated | TakaroEventGameserverDeleted | TakaroEventGameserverUpdated | TakaroEventHookExecuted | TakaroEventModuleCreated | TakaroEventModuleDeleted | TakaroEventModuleInstalled | TakaroEventModuleUninstalled | TakaroEventModuleUpdated | TakaroEventPlayerBanned | TakaroEventPlayerCreated | TakaroEventPlayerDeleted | TakaroEventPlayerLinked | TakaroEventPlayerNewIpDetected | TakaroEventPlayerNewNameDetected | TakaroEventPlayerUnbanned | TakaroEventRoleAssigned | TakaroEventRoleCreated | TakaroEventRoleDeleted | TakaroEventRoleRemoved | TakaroEventRoleUpdated | TakaroEventServerStatusChanged | TakaroEventSettingsSet | TakaroEventShopListingCreated | TakaroEventShopListingDeleted | TakaroEventShopListingUpdated | TakaroEventShopOrderCreated | TakaroEventShopOrderDeliveryFailed | TakaroEventShopOrderStatusChanged;
3136
+ export type EventOutputDTOMeta = EventChatMessage | EventEntityKilled | EventLogLine | EventPlayerConnected | EventPlayerDeath | EventPlayerDisconnected | HookEventDiscordMessage | TakaroEventCommandExecuted | TakaroEventCommandExecutionDenied | TakaroEventCronjobExecuted | TakaroEventCurrencyAdded | TakaroEventCurrencyDeducted | TakaroEventCurrencyResetAll | TakaroEventGameserverCreated | TakaroEventGameserverDeleted | TakaroEventGameserverUpdated | TakaroEventHookExecuted | TakaroEventModuleCreated | TakaroEventModuleDeleted | TakaroEventModuleInstalled | TakaroEventModuleUninstalled | TakaroEventModuleUpdated | TakaroEventPlayerBanned | TakaroEventPlayerCreated | TakaroEventPlayerDeleted | TakaroEventPlayerLinked | TakaroEventPlayerNewIpDetected | TakaroEventPlayerNewNameDetected | TakaroEventPlayerUnbanned | TakaroEventRoleAssigned | TakaroEventRoleCreated | TakaroEventRoleDeleted | TakaroEventRoleRemoved | TakaroEventRoleUpdated | TakaroEventServerStatusChanged | TakaroEventSettingsSet | TakaroEventShopActionExecuted | TakaroEventShopListingCreated | TakaroEventShopListingDeleted | TakaroEventShopListingUpdated | TakaroEventShopOrderCreated | TakaroEventShopOrderDeliveryFailed | TakaroEventShopOrderStatusChanged;
3135
3137
  /**
3136
3138
  *
3137
3139
  * @export
@@ -3304,6 +3306,7 @@ export declare const EventSearchInputAllowedFiltersEventNameEnum: {
3304
3306
  readonly PlayerBanned: "player-banned";
3305
3307
  readonly PlayerUnbanned: "player-unbanned";
3306
3308
  readonly PlayerDeleted: "player-deleted";
3309
+ readonly ShopActionExecuted: "shop-action-executed";
3307
3310
  readonly PlayerConnected: "player-connected";
3308
3311
  readonly PlayerDisconnected: "player-disconnected";
3309
3312
  readonly ChatMessage: "chat-message";
@@ -3481,6 +3484,7 @@ export declare const EventsCountInputDTOEventNameEnum: {
3481
3484
  readonly PlayerBanned: "player-banned";
3482
3485
  readonly PlayerUnbanned: "player-unbanned";
3483
3486
  readonly PlayerDeleted: "player-deleted";
3487
+ readonly ShopActionExecuted: "shop-action-executed";
3484
3488
  readonly PlayerConnected: "player-connected";
3485
3489
  readonly PlayerDisconnected: "player-disconnected";
3486
3490
  readonly ChatMessage: "chat-message";
@@ -4698,6 +4702,7 @@ export declare const HookCreateDTOEventTypeEnum: {
4698
4702
  readonly PlayerBanned: "player-banned";
4699
4703
  readonly PlayerUnbanned: "player-unbanned";
4700
4704
  readonly PlayerDeleted: "player-deleted";
4705
+ readonly ShopActionExecuted: "shop-action-executed";
4701
4706
  };
4702
4707
  export type HookCreateDTOEventTypeEnum = (typeof HookCreateDTOEventTypeEnum)[keyof typeof HookCreateDTOEventTypeEnum];
4703
4708
  /**
@@ -4854,6 +4859,7 @@ export declare const HookOutputDTOEventTypeEnum: {
4854
4859
  readonly PlayerBanned: "player-banned";
4855
4860
  readonly PlayerUnbanned: "player-unbanned";
4856
4861
  readonly PlayerDeleted: "player-deleted";
4862
+ readonly ShopActionExecuted: "shop-action-executed";
4857
4863
  };
4858
4864
  export type HookOutputDTOEventTypeEnum = (typeof HookOutputDTOEventTypeEnum)[keyof typeof HookOutputDTOEventTypeEnum];
4859
4865
  /**
@@ -4955,6 +4961,7 @@ export declare const HookSearchInputAllowedFiltersEventTypeEnum: {
4955
4961
  readonly PlayerBanned: "player-banned";
4956
4962
  readonly PlayerUnbanned: "player-unbanned";
4957
4963
  readonly PlayerDeleted: "player-deleted";
4964
+ readonly ShopActionExecuted: "shop-action-executed";
4958
4965
  };
4959
4966
  export type HookSearchInputAllowedFiltersEventTypeEnum = (typeof HookSearchInputAllowedFiltersEventTypeEnum)[keyof typeof HookSearchInputAllowedFiltersEventTypeEnum];
4960
4967
  /**
@@ -5121,6 +5128,7 @@ export declare const HookTriggerDTOEventTypeEnum: {
5121
5128
  readonly PlayerBanned: "player-banned";
5122
5129
  readonly PlayerUnbanned: "player-unbanned";
5123
5130
  readonly PlayerDeleted: "player-deleted";
5131
+ readonly ShopActionExecuted: "shop-action-executed";
5124
5132
  };
5125
5133
  export type HookTriggerDTOEventTypeEnum = (typeof HookTriggerDTOEventTypeEnum)[keyof typeof HookTriggerDTOEventTypeEnum];
5126
5134
  /**
@@ -5203,6 +5211,7 @@ export declare const HookUpdateDTOEventTypeEnum: {
5203
5211
  readonly PlayerBanned: "player-banned";
5204
5212
  readonly PlayerUnbanned: "player-unbanned";
5205
5213
  readonly PlayerDeleted: "player-deleted";
5214
+ readonly ShopActionExecuted: "shop-action-executed";
5206
5215
  };
5207
5216
  export type HookUpdateDTOEventTypeEnum = (typeof HookUpdateDTOEventTypeEnum)[keyof typeof HookUpdateDTOEventTypeEnum];
5208
5217
  /**
@@ -5525,6 +5534,7 @@ export declare const IHookEventTypeEnum: {
5525
5534
  readonly PlayerBanned: "player-banned";
5526
5535
  readonly PlayerUnbanned: "player-unbanned";
5527
5536
  readonly PlayerDeleted: "player-deleted";
5537
+ readonly ShopActionExecuted: "shop-action-executed";
5528
5538
  };
5529
5539
  export type IHookEventTypeEnum = (typeof IHookEventTypeEnum)[keyof typeof IHookEventTypeEnum];
5530
5540
  /**
@@ -5713,6 +5723,31 @@ export interface IPosition {
5713
5723
  */
5714
5724
  dimension?: string;
5715
5725
  }
5726
+ /**
5727
+ *
5728
+ * @export
5729
+ * @interface IShopAction
5730
+ */
5731
+ export interface IShopAction {
5732
+ /**
5733
+ *
5734
+ * @type {string}
5735
+ * @memberof IShopAction
5736
+ */
5737
+ name: string;
5738
+ /**
5739
+ *
5740
+ * @type {string}
5741
+ * @memberof IShopAction
5742
+ */
5743
+ description?: string;
5744
+ /**
5745
+ *
5746
+ * @type {string}
5747
+ * @memberof IShopAction
5748
+ */
5749
+ function: string;
5750
+ }
5716
5751
  /**
5717
5752
  *
5718
5753
  * @export
@@ -7446,6 +7481,12 @@ export interface ModuleTransferVersionDTO {
7446
7481
  * @memberof ModuleTransferVersionDTO
7447
7482
  */
7448
7483
  permissions?: Array<IPermission>;
7484
+ /**
7485
+ *
7486
+ * @type {Array<IShopAction>}
7487
+ * @memberof ModuleTransferVersionDTO
7488
+ */
7489
+ shopActions?: Array<IShopAction>;
7449
7490
  }
7450
7491
  /**
7451
7492
  *
@@ -7594,6 +7635,12 @@ export interface ModuleVersionOutputDTO {
7594
7635
  * @memberof ModuleVersionOutputDTO
7595
7636
  */
7596
7637
  permissions: Array<PermissionOutputDTO>;
7638
+ /**
7639
+ *
7640
+ * @type {Array<ShopActionOutputDTO>}
7641
+ * @memberof ModuleVersionOutputDTO
7642
+ */
7643
+ shopActions: Array<ShopActionOutputDTO>;
7597
7644
  /**
7598
7645
  *
7599
7646
  * @type {string}
@@ -8003,6 +8050,19 @@ export interface PaginationParamsWithGameServer {
8003
8050
  */
8004
8051
  limit?: number;
8005
8052
  }
8053
+ /**
8054
+ *
8055
+ * @export
8056
+ * @interface ParamGameServerId
8057
+ */
8058
+ export interface ParamGameServerId {
8059
+ /**
8060
+ *
8061
+ * @type {string}
8062
+ * @memberof ParamGameServerId
8063
+ */
8064
+ gameServerId: string;
8065
+ }
8006
8066
  /**
8007
8067
  *
8008
8068
  * @export
@@ -8448,6 +8508,12 @@ export interface PlayerInventoryHistoryInputDTO {
8448
8508
  * @memberof PlayerInventoryHistoryInputDTO
8449
8509
  */
8450
8510
  playerId: string;
8511
+ /**
8512
+ *
8513
+ * @type {string}
8514
+ * @memberof PlayerInventoryHistoryInputDTO
8515
+ */
8516
+ gameServerId: string;
8451
8517
  /**
8452
8518
  *
8453
8519
  * @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
@@ -8890,6 +8956,12 @@ export interface PlayerOnGameServerSetCurrencyInputDTO {
8890
8956
  * @memberof PlayerOnGameServerSetCurrencyInputDTO
8891
8957
  */
8892
8958
  currency: number;
8959
+ /**
8960
+ *
8961
+ * @type {string}
8962
+ * @memberof PlayerOnGameServerSetCurrencyInputDTO
8963
+ */
8964
+ reason?: string;
8893
8965
  }
8894
8966
  /**
8895
8967
  *
@@ -10907,6 +10979,259 @@ export interface SettingsSetDTO {
10907
10979
  */
10908
10980
  value: any;
10909
10981
  }
10982
+ /**
10983
+ *
10984
+ * @export
10985
+ * @interface ShopActionCreateDTO
10986
+ */
10987
+ export interface ShopActionCreateDTO {
10988
+ /**
10989
+ *
10990
+ * @type {string}
10991
+ * @memberof ShopActionCreateDTO
10992
+ */
10993
+ name: string;
10994
+ /**
10995
+ *
10996
+ * @type {string}
10997
+ * @memberof ShopActionCreateDTO
10998
+ */
10999
+ description?: string;
11000
+ /**
11001
+ *
11002
+ * @type {string}
11003
+ * @memberof ShopActionCreateDTO
11004
+ */
11005
+ versionId: string;
11006
+ /**
11007
+ *
11008
+ * @type {string}
11009
+ * @memberof ShopActionCreateDTO
11010
+ */
11011
+ function?: string;
11012
+ }
11013
+ /**
11014
+ *
11015
+ * @export
11016
+ * @interface ShopActionOutputArrayDTOAPI
11017
+ */
11018
+ export interface ShopActionOutputArrayDTOAPI {
11019
+ /**
11020
+ *
11021
+ * @type {Array<ShopActionOutputDTO>}
11022
+ * @memberof ShopActionOutputArrayDTOAPI
11023
+ */
11024
+ data: Array<ShopActionOutputDTO>;
11025
+ /**
11026
+ *
11027
+ * @type {MetadataOutput}
11028
+ * @memberof ShopActionOutputArrayDTOAPI
11029
+ */
11030
+ meta: MetadataOutput;
11031
+ }
11032
+ /**
11033
+ *
11034
+ * @export
11035
+ * @interface ShopActionOutputDTO
11036
+ */
11037
+ export interface ShopActionOutputDTO {
11038
+ /**
11039
+ *
11040
+ * @type {string}
11041
+ * @memberof ShopActionOutputDTO
11042
+ */
11043
+ name: string;
11044
+ /**
11045
+ *
11046
+ * @type {string}
11047
+ * @memberof ShopActionOutputDTO
11048
+ */
11049
+ description?: string;
11050
+ /**
11051
+ *
11052
+ * @type {FunctionOutputDTO}
11053
+ * @memberof ShopActionOutputDTO
11054
+ */
11055
+ function: FunctionOutputDTO;
11056
+ /**
11057
+ *
11058
+ * @type {string}
11059
+ * @memberof ShopActionOutputDTO
11060
+ */
11061
+ versionId: string;
11062
+ /**
11063
+ *
11064
+ * @type {string}
11065
+ * @memberof ShopActionOutputDTO
11066
+ */
11067
+ id: string;
11068
+ /**
11069
+ *
11070
+ * @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
11071
+ * @memberof ShopActionOutputDTO
11072
+ */
11073
+ createdAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
11074
+ /**
11075
+ *
11076
+ * @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
11077
+ * @memberof ShopActionOutputDTO
11078
+ */
11079
+ updatedAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
11080
+ }
11081
+ /**
11082
+ *
11083
+ * @export
11084
+ * @interface ShopActionOutputDTOAPI
11085
+ */
11086
+ export interface ShopActionOutputDTOAPI {
11087
+ /**
11088
+ *
11089
+ * @type {ShopActionOutputDTO}
11090
+ * @memberof ShopActionOutputDTOAPI
11091
+ */
11092
+ data: ShopActionOutputDTO;
11093
+ /**
11094
+ *
11095
+ * @type {MetadataOutput}
11096
+ * @memberof ShopActionOutputDTOAPI
11097
+ */
11098
+ meta: MetadataOutput;
11099
+ }
11100
+ /**
11101
+ *
11102
+ * @export
11103
+ * @interface ShopActionSearchInputAllowedFilters
11104
+ */
11105
+ export interface ShopActionSearchInputAllowedFilters {
11106
+ /**
11107
+ *
11108
+ * @type {Array<string>}
11109
+ * @memberof ShopActionSearchInputAllowedFilters
11110
+ */
11111
+ moduleId?: Array<string>;
11112
+ /**
11113
+ *
11114
+ * @type {Array<string>}
11115
+ * @memberof ShopActionSearchInputAllowedFilters
11116
+ */
11117
+ versionId?: Array<string>;
11118
+ /**
11119
+ *
11120
+ * @type {Array<string>}
11121
+ * @memberof ShopActionSearchInputAllowedFilters
11122
+ */
11123
+ name?: Array<string>;
11124
+ /**
11125
+ *
11126
+ * @type {Array<string>}
11127
+ * @memberof ShopActionSearchInputAllowedFilters
11128
+ */
11129
+ id?: Array<string>;
11130
+ }
11131
+ /**
11132
+ *
11133
+ * @export
11134
+ * @interface ShopActionSearchInputAllowedSearch
11135
+ */
11136
+ export interface ShopActionSearchInputAllowedSearch {
11137
+ /**
11138
+ *
11139
+ * @type {Array<string>}
11140
+ * @memberof ShopActionSearchInputAllowedSearch
11141
+ */
11142
+ name?: Array<string>;
11143
+ }
11144
+ /**
11145
+ *
11146
+ * @export
11147
+ * @interface ShopActionSearchInputDTO
11148
+ */
11149
+ export interface ShopActionSearchInputDTO {
11150
+ /**
11151
+ *
11152
+ * @type {ShopActionSearchInputAllowedFilters}
11153
+ * @memberof ShopActionSearchInputDTO
11154
+ */
11155
+ filters?: ShopActionSearchInputAllowedFilters;
11156
+ /**
11157
+ *
11158
+ * @type {ShopActionSearchInputAllowedSearch}
11159
+ * @memberof ShopActionSearchInputDTO
11160
+ */
11161
+ search?: ShopActionSearchInputAllowedSearch;
11162
+ /**
11163
+ *
11164
+ * @type {any}
11165
+ * @memberof ShopActionSearchInputDTO
11166
+ */
11167
+ greaterThan?: any;
11168
+ /**
11169
+ *
11170
+ * @type {any}
11171
+ * @memberof ShopActionSearchInputDTO
11172
+ */
11173
+ lessThan?: any;
11174
+ /**
11175
+ *
11176
+ * @type {number}
11177
+ * @memberof ShopActionSearchInputDTO
11178
+ */
11179
+ page?: number;
11180
+ /**
11181
+ *
11182
+ * @type {number}
11183
+ * @memberof ShopActionSearchInputDTO
11184
+ */
11185
+ limit?: number;
11186
+ /**
11187
+ *
11188
+ * @type {string}
11189
+ * @memberof ShopActionSearchInputDTO
11190
+ */
11191
+ sortBy?: string;
11192
+ /**
11193
+ *
11194
+ * @type {string}
11195
+ * @memberof ShopActionSearchInputDTO
11196
+ */
11197
+ sortDirection?: ShopActionSearchInputDTOSortDirectionEnum;
11198
+ /**
11199
+ *
11200
+ * @type {Array<string>}
11201
+ * @memberof ShopActionSearchInputDTO
11202
+ */
11203
+ extend?: Array<string>;
11204
+ }
11205
+ export declare const ShopActionSearchInputDTOSortDirectionEnum: {
11206
+ readonly Asc: "asc";
11207
+ readonly Desc: "desc";
11208
+ };
11209
+ export type ShopActionSearchInputDTOSortDirectionEnum = (typeof ShopActionSearchInputDTOSortDirectionEnum)[keyof typeof ShopActionSearchInputDTOSortDirectionEnum];
11210
+ /**
11211
+ *
11212
+ * @export
11213
+ * @interface ShopActionUpdateDTO
11214
+ */
11215
+ export interface ShopActionUpdateDTO {
11216
+ /**
11217
+ *
11218
+ * @type {string}
11219
+ * @memberof ShopActionUpdateDTO
11220
+ */
11221
+ name?: string;
11222
+ /**
11223
+ *
11224
+ * @type {string}
11225
+ * @memberof ShopActionUpdateDTO
11226
+ */
11227
+ description?: string;
11228
+ /**
11229
+ *
11230
+ * @type {string}
11231
+ * @memberof ShopActionUpdateDTO
11232
+ */
11233
+ function?: string;
11234
+ }
10910
11235
  /**
10911
11236
  *
10912
11237
  * @export
@@ -11377,7 +11702,7 @@ export interface ShopListingCreateDTO {
11377
11702
  * @type {Array<ShopListingItemMetaInputDTO>}
11378
11703
  * @memberof ShopListingCreateDTO
11379
11704
  */
11380
- items: Array<ShopListingItemMetaInputDTO>;
11705
+ items?: Array<ShopListingItemMetaInputDTO>;
11381
11706
  /**
11382
11707
  *
11383
11708
  * @type {number}
@@ -11396,6 +11721,12 @@ export interface ShopListingCreateDTO {
11396
11721
  * @memberof ShopListingCreateDTO
11397
11722
  */
11398
11723
  draft?: boolean;
11724
+ /**
11725
+ *
11726
+ * @type {string}
11727
+ * @memberof ShopListingCreateDTO
11728
+ */
11729
+ shopActionId?: string;
11399
11730
  /**
11400
11731
  *
11401
11732
  * @type {Array<string>}
@@ -11544,6 +11875,12 @@ export interface ShopListingOutputDTO {
11544
11875
  * @memberof ShopListingOutputDTO
11545
11876
  */
11546
11877
  draft: boolean;
11878
+ /**
11879
+ *
11880
+ * @type {string}
11881
+ * @memberof ShopListingOutputDTO
11882
+ */
11883
+ shopActionId?: string;
11547
11884
  /**
11548
11885
  *
11549
11886
  * @type {Array<ShopCategoryOutputDTO>}
@@ -11752,6 +12089,12 @@ export interface ShopListingUpdateDTO {
11752
12089
  * @memberof ShopListingUpdateDTO
11753
12090
  */
11754
12091
  draft?: boolean;
12092
+ /**
12093
+ *
12094
+ * @type {string}
12095
+ * @memberof ShopListingUpdateDTO
12096
+ */
12097
+ shopActionId?: string;
11755
12098
  /**
11756
12099
  *
11757
12100
  * @type {Array<string>}
@@ -12317,6 +12660,12 @@ export interface TakaroEventCurrencyAdded {
12317
12660
  * @memberof TakaroEventCurrencyAdded
12318
12661
  */
12319
12662
  amount: number;
12663
+ /**
12664
+ *
12665
+ * @type {string}
12666
+ * @memberof TakaroEventCurrencyAdded
12667
+ */
12668
+ reason?: string;
12320
12669
  /**
12321
12670
  *
12322
12671
  * @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
@@ -12336,6 +12685,12 @@ export interface TakaroEventCurrencyDeducted {
12336
12685
  * @memberof TakaroEventCurrencyDeducted
12337
12686
  */
12338
12687
  amount: number;
12688
+ /**
12689
+ *
12690
+ * @type {string}
12691
+ * @memberof TakaroEventCurrencyDeducted
12692
+ */
12693
+ reason?: string;
12339
12694
  /**
12340
12695
  *
12341
12696
  * @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
@@ -12947,6 +13302,50 @@ export interface TakaroEventSettingsSet {
12947
13302
  */
12948
13303
  timestamp: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
12949
13304
  }
13305
+ /**
13306
+ *
13307
+ * @export
13308
+ * @interface TakaroEventShopActionDetails
13309
+ */
13310
+ export interface TakaroEventShopActionDetails {
13311
+ /**
13312
+ *
13313
+ * @type {string}
13314
+ * @memberof TakaroEventShopActionDetails
13315
+ */
13316
+ id: string;
13317
+ /**
13318
+ *
13319
+ * @type {string}
13320
+ * @memberof TakaroEventShopActionDetails
13321
+ */
13322
+ name: string;
13323
+ }
13324
+ /**
13325
+ *
13326
+ * @export
13327
+ * @interface TakaroEventShopActionExecuted
13328
+ */
13329
+ export interface TakaroEventShopActionExecuted {
13330
+ /**
13331
+ *
13332
+ * @type {TakaroEventFunctionResult}
13333
+ * @memberof TakaroEventShopActionExecuted
13334
+ */
13335
+ result: TakaroEventFunctionResult;
13336
+ /**
13337
+ *
13338
+ * @type {TakaroEventShopActionDetails}
13339
+ * @memberof TakaroEventShopActionExecuted
13340
+ */
13341
+ shopAction?: TakaroEventShopActionDetails;
13342
+ /**
13343
+ *
13344
+ * @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
13345
+ * @memberof TakaroEventShopActionExecuted
13346
+ */
13347
+ timestamp: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
13348
+ }
12950
13349
  /**
12951
13350
  *
12952
13351
  * @export
@@ -19257,6 +19656,275 @@ export declare const SettingsControllerGetKeysEnum: {
19257
19656
  readonly UnknownCommandFeedbackMessage: "unknownCommandFeedbackMessage";
19258
19657
  };
19259
19658
  export type SettingsControllerGetKeysEnum = (typeof SettingsControllerGetKeysEnum)[keyof typeof SettingsControllerGetKeysEnum];
19659
+ /**
19660
+ * ShopActionApi - axios parameter creator
19661
+ * @export
19662
+ */
19663
+ export declare const ShopActionApiAxiosParamCreator: (configuration?: Configuration) => {
19664
+ /**
19665
+ * Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerCreate`
19666
+ * @summary Create
19667
+ * @param {ShopActionCreateDTO} [shopActionCreateDTO] ShopActionCreateDTO
19668
+ * @param {*} [options] Override http request option.
19669
+ * @throws {RequiredError}
19670
+ */
19671
+ shopActionControllerCreate: (shopActionCreateDTO?: ShopActionCreateDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
19672
+ /**
19673
+ * Get available shop actions for a game server (from installed modules) Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetAvailable`
19674
+ * @summary Get available
19675
+ * @param {string} gameServerId
19676
+ * @param {*} [options] Override http request option.
19677
+ * @throws {RequiredError}
19678
+ */
19679
+ shopActionControllerGetAvailable: (gameServerId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
19680
+ /**
19681
+ * Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetExecutions`
19682
+ * @summary Get executions
19683
+ * @param {string} id
19684
+ * @param {any} [success]
19685
+ * @param {EventSearchInputDTO} [eventSearchInputDTO] EventSearchInputDTO
19686
+ * @param {*} [options] Override http request option.
19687
+ * @throws {RequiredError}
19688
+ */
19689
+ shopActionControllerGetExecutions: (id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
19690
+ /**
19691
+ * Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetOne`
19692
+ * @summary Get one
19693
+ * @param {string} id
19694
+ * @param {*} [options] Override http request option.
19695
+ * @throws {RequiredError}
19696
+ */
19697
+ shopActionControllerGetOne: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
19698
+ /**
19699
+ * Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerRemove`
19700
+ * @summary Remove
19701
+ * @param {string} id
19702
+ * @param {*} [options] Override http request option.
19703
+ * @throws {RequiredError}
19704
+ */
19705
+ shopActionControllerRemove: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
19706
+ /**
19707
+ * Search shop actions Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerSearch`
19708
+ * @summary Search
19709
+ * @param {ShopActionSearchInputDTO} [shopActionSearchInputDTO] ShopActionSearchInputDTO
19710
+ * @param {*} [options] Override http request option.
19711
+ * @throws {RequiredError}
19712
+ */
19713
+ shopActionControllerSearch: (shopActionSearchInputDTO?: ShopActionSearchInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
19714
+ /**
19715
+ * Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerUpdate`
19716
+ * @summary Update
19717
+ * @param {string} id
19718
+ * @param {ShopActionUpdateDTO} [shopActionUpdateDTO] ShopActionUpdateDTO
19719
+ * @param {*} [options] Override http request option.
19720
+ * @throws {RequiredError}
19721
+ */
19722
+ shopActionControllerUpdate: (id: string, shopActionUpdateDTO?: ShopActionUpdateDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
19723
+ };
19724
+ /**
19725
+ * ShopActionApi - functional programming interface
19726
+ * @export
19727
+ */
19728
+ export declare const ShopActionApiFp: (configuration?: Configuration) => {
19729
+ /**
19730
+ * Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerCreate`
19731
+ * @summary Create
19732
+ * @param {ShopActionCreateDTO} [shopActionCreateDTO] ShopActionCreateDTO
19733
+ * @param {*} [options] Override http request option.
19734
+ * @throws {RequiredError}
19735
+ */
19736
+ shopActionControllerCreate(shopActionCreateDTO?: ShopActionCreateDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopActionOutputDTOAPI>>;
19737
+ /**
19738
+ * Get available shop actions for a game server (from installed modules) Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetAvailable`
19739
+ * @summary Get available
19740
+ * @param {string} gameServerId
19741
+ * @param {*} [options] Override http request option.
19742
+ * @throws {RequiredError}
19743
+ */
19744
+ shopActionControllerGetAvailable(gameServerId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopActionOutputArrayDTOAPI>>;
19745
+ /**
19746
+ * Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetExecutions`
19747
+ * @summary Get executions
19748
+ * @param {string} id
19749
+ * @param {any} [success]
19750
+ * @param {EventSearchInputDTO} [eventSearchInputDTO] EventSearchInputDTO
19751
+ * @param {*} [options] Override http request option.
19752
+ * @throws {RequiredError}
19753
+ */
19754
+ shopActionControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EventOutputArrayDTOAPI>>;
19755
+ /**
19756
+ * Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetOne`
19757
+ * @summary Get one
19758
+ * @param {string} id
19759
+ * @param {*} [options] Override http request option.
19760
+ * @throws {RequiredError}
19761
+ */
19762
+ shopActionControllerGetOne(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopActionOutputDTOAPI>>;
19763
+ /**
19764
+ * Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerRemove`
19765
+ * @summary Remove
19766
+ * @param {string} id
19767
+ * @param {*} [options] Override http request option.
19768
+ * @throws {RequiredError}
19769
+ */
19770
+ shopActionControllerRemove(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIOutput>>;
19771
+ /**
19772
+ * Search shop actions Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerSearch`
19773
+ * @summary Search
19774
+ * @param {ShopActionSearchInputDTO} [shopActionSearchInputDTO] ShopActionSearchInputDTO
19775
+ * @param {*} [options] Override http request option.
19776
+ * @throws {RequiredError}
19777
+ */
19778
+ shopActionControllerSearch(shopActionSearchInputDTO?: ShopActionSearchInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopActionOutputArrayDTOAPI>>;
19779
+ /**
19780
+ * Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerUpdate`
19781
+ * @summary Update
19782
+ * @param {string} id
19783
+ * @param {ShopActionUpdateDTO} [shopActionUpdateDTO] ShopActionUpdateDTO
19784
+ * @param {*} [options] Override http request option.
19785
+ * @throws {RequiredError}
19786
+ */
19787
+ shopActionControllerUpdate(id: string, shopActionUpdateDTO?: ShopActionUpdateDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopActionOutputDTOAPI>>;
19788
+ };
19789
+ /**
19790
+ * ShopActionApi - factory interface
19791
+ * @export
19792
+ */
19793
+ export declare const ShopActionApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
19794
+ /**
19795
+ * Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerCreate`
19796
+ * @summary Create
19797
+ * @param {ShopActionCreateDTO} [shopActionCreateDTO] ShopActionCreateDTO
19798
+ * @param {*} [options] Override http request option.
19799
+ * @throws {RequiredError}
19800
+ */
19801
+ shopActionControllerCreate(shopActionCreateDTO?: ShopActionCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopActionOutputDTOAPI>;
19802
+ /**
19803
+ * Get available shop actions for a game server (from installed modules) Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetAvailable`
19804
+ * @summary Get available
19805
+ * @param {string} gameServerId
19806
+ * @param {*} [options] Override http request option.
19807
+ * @throws {RequiredError}
19808
+ */
19809
+ shopActionControllerGetAvailable(gameServerId: string, options?: RawAxiosRequestConfig): AxiosPromise<ShopActionOutputArrayDTOAPI>;
19810
+ /**
19811
+ * Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetExecutions`
19812
+ * @summary Get executions
19813
+ * @param {string} id
19814
+ * @param {any} [success]
19815
+ * @param {EventSearchInputDTO} [eventSearchInputDTO] EventSearchInputDTO
19816
+ * @param {*} [options] Override http request option.
19817
+ * @throws {RequiredError}
19818
+ */
19819
+ shopActionControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputArrayDTOAPI>;
19820
+ /**
19821
+ * Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetOne`
19822
+ * @summary Get one
19823
+ * @param {string} id
19824
+ * @param {*} [options] Override http request option.
19825
+ * @throws {RequiredError}
19826
+ */
19827
+ shopActionControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ShopActionOutputDTOAPI>;
19828
+ /**
19829
+ * Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerRemove`
19830
+ * @summary Remove
19831
+ * @param {string} id
19832
+ * @param {*} [options] Override http request option.
19833
+ * @throws {RequiredError}
19834
+ */
19835
+ shopActionControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
19836
+ /**
19837
+ * Search shop actions Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerSearch`
19838
+ * @summary Search
19839
+ * @param {ShopActionSearchInputDTO} [shopActionSearchInputDTO] ShopActionSearchInputDTO
19840
+ * @param {*} [options] Override http request option.
19841
+ * @throws {RequiredError}
19842
+ */
19843
+ shopActionControllerSearch(shopActionSearchInputDTO?: ShopActionSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopActionOutputArrayDTOAPI>;
19844
+ /**
19845
+ * Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerUpdate`
19846
+ * @summary Update
19847
+ * @param {string} id
19848
+ * @param {ShopActionUpdateDTO} [shopActionUpdateDTO] ShopActionUpdateDTO
19849
+ * @param {*} [options] Override http request option.
19850
+ * @throws {RequiredError}
19851
+ */
19852
+ shopActionControllerUpdate(id: string, shopActionUpdateDTO?: ShopActionUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopActionOutputDTOAPI>;
19853
+ };
19854
+ /**
19855
+ * ShopActionApi - object-oriented interface
19856
+ * @export
19857
+ * @class ShopActionApi
19858
+ * @extends {BaseAPI}
19859
+ */
19860
+ export declare class ShopActionApi extends BaseAPI {
19861
+ /**
19862
+ * Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerCreate`
19863
+ * @summary Create
19864
+ * @param {ShopActionCreateDTO} [shopActionCreateDTO] ShopActionCreateDTO
19865
+ * @param {*} [options] Override http request option.
19866
+ * @throws {RequiredError}
19867
+ * @memberof ShopActionApi
19868
+ */
19869
+ shopActionControllerCreate(shopActionCreateDTO?: ShopActionCreateDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopActionOutputDTOAPI, any>>;
19870
+ /**
19871
+ * Get available shop actions for a game server (from installed modules) Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetAvailable`
19872
+ * @summary Get available
19873
+ * @param {string} gameServerId
19874
+ * @param {*} [options] Override http request option.
19875
+ * @throws {RequiredError}
19876
+ * @memberof ShopActionApi
19877
+ */
19878
+ shopActionControllerGetAvailable(gameServerId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopActionOutputArrayDTOAPI, any>>;
19879
+ /**
19880
+ * Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetExecutions`
19881
+ * @summary Get executions
19882
+ * @param {string} id
19883
+ * @param {any} [success]
19884
+ * @param {EventSearchInputDTO} [eventSearchInputDTO] EventSearchInputDTO
19885
+ * @param {*} [options] Override http request option.
19886
+ * @throws {RequiredError}
19887
+ * @memberof ShopActionApi
19888
+ */
19889
+ shopActionControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EventOutputArrayDTOAPI, any>>;
19890
+ /**
19891
+ * Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetOne`
19892
+ * @summary Get one
19893
+ * @param {string} id
19894
+ * @param {*} [options] Override http request option.
19895
+ * @throws {RequiredError}
19896
+ * @memberof ShopActionApi
19897
+ */
19898
+ shopActionControllerGetOne(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopActionOutputDTOAPI, any>>;
19899
+ /**
19900
+ * Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerRemove`
19901
+ * @summary Remove
19902
+ * @param {string} id
19903
+ * @param {*} [options] Override http request option.
19904
+ * @throws {RequiredError}
19905
+ * @memberof ShopActionApi
19906
+ */
19907
+ shopActionControllerRemove(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<APIOutput, any>>;
19908
+ /**
19909
+ * Search shop actions Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerSearch`
19910
+ * @summary Search
19911
+ * @param {ShopActionSearchInputDTO} [shopActionSearchInputDTO] ShopActionSearchInputDTO
19912
+ * @param {*} [options] Override http request option.
19913
+ * @throws {RequiredError}
19914
+ * @memberof ShopActionApi
19915
+ */
19916
+ shopActionControllerSearch(shopActionSearchInputDTO?: ShopActionSearchInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopActionOutputArrayDTOAPI, any>>;
19917
+ /**
19918
+ * Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerUpdate`
19919
+ * @summary Update
19920
+ * @param {string} id
19921
+ * @param {ShopActionUpdateDTO} [shopActionUpdateDTO] ShopActionUpdateDTO
19922
+ * @param {*} [options] Override http request option.
19923
+ * @throws {RequiredError}
19924
+ * @memberof ShopActionApi
19925
+ */
19926
+ shopActionControllerUpdate(id: string, shopActionUpdateDTO?: ShopActionUpdateDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopActionOutputDTOAPI, any>>;
19927
+ }
19260
19928
  /**
19261
19929
  * ShopCategoryApi - axios parameter creator
19262
19930
  * @export
@@ -20375,6 +21043,7 @@ export declare const StatsControllerGetEventsCountEventNameEnum: {
20375
21043
  readonly PlayerBanned: "player-banned";
20376
21044
  readonly PlayerUnbanned: "player-unbanned";
20377
21045
  readonly PlayerDeleted: "player-deleted";
21046
+ readonly ShopActionExecuted: "shop-action-executed";
20378
21047
  readonly PlayerConnected: "player-connected";
20379
21048
  readonly PlayerDisconnected: "player-disconnected";
20380
21049
  readonly ChatMessage: "chat-message";