@takaro/apiclient 0.0.0-dev.92c9ccd → 0.0.0-dev.94646a0

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
@@ -8890,6 +8950,12 @@ export interface PlayerOnGameServerSetCurrencyInputDTO {
8890
8950
  * @memberof PlayerOnGameServerSetCurrencyInputDTO
8891
8951
  */
8892
8952
  currency: number;
8953
+ /**
8954
+ *
8955
+ * @type {string}
8956
+ * @memberof PlayerOnGameServerSetCurrencyInputDTO
8957
+ */
8958
+ reason?: string;
8893
8959
  }
8894
8960
  /**
8895
8961
  *
@@ -10907,6 +10973,259 @@ export interface SettingsSetDTO {
10907
10973
  */
10908
10974
  value: any;
10909
10975
  }
10976
+ /**
10977
+ *
10978
+ * @export
10979
+ * @interface ShopActionCreateDTO
10980
+ */
10981
+ export interface ShopActionCreateDTO {
10982
+ /**
10983
+ *
10984
+ * @type {string}
10985
+ * @memberof ShopActionCreateDTO
10986
+ */
10987
+ name: string;
10988
+ /**
10989
+ *
10990
+ * @type {string}
10991
+ * @memberof ShopActionCreateDTO
10992
+ */
10993
+ description?: string;
10994
+ /**
10995
+ *
10996
+ * @type {string}
10997
+ * @memberof ShopActionCreateDTO
10998
+ */
10999
+ versionId: string;
11000
+ /**
11001
+ *
11002
+ * @type {string}
11003
+ * @memberof ShopActionCreateDTO
11004
+ */
11005
+ function?: string;
11006
+ }
11007
+ /**
11008
+ *
11009
+ * @export
11010
+ * @interface ShopActionOutputArrayDTOAPI
11011
+ */
11012
+ export interface ShopActionOutputArrayDTOAPI {
11013
+ /**
11014
+ *
11015
+ * @type {Array<ShopActionOutputDTO>}
11016
+ * @memberof ShopActionOutputArrayDTOAPI
11017
+ */
11018
+ data: Array<ShopActionOutputDTO>;
11019
+ /**
11020
+ *
11021
+ * @type {MetadataOutput}
11022
+ * @memberof ShopActionOutputArrayDTOAPI
11023
+ */
11024
+ meta: MetadataOutput;
11025
+ }
11026
+ /**
11027
+ *
11028
+ * @export
11029
+ * @interface ShopActionOutputDTO
11030
+ */
11031
+ export interface ShopActionOutputDTO {
11032
+ /**
11033
+ *
11034
+ * @type {string}
11035
+ * @memberof ShopActionOutputDTO
11036
+ */
11037
+ name: string;
11038
+ /**
11039
+ *
11040
+ * @type {string}
11041
+ * @memberof ShopActionOutputDTO
11042
+ */
11043
+ description?: string;
11044
+ /**
11045
+ *
11046
+ * @type {FunctionOutputDTO}
11047
+ * @memberof ShopActionOutputDTO
11048
+ */
11049
+ function: FunctionOutputDTO;
11050
+ /**
11051
+ *
11052
+ * @type {string}
11053
+ * @memberof ShopActionOutputDTO
11054
+ */
11055
+ versionId: string;
11056
+ /**
11057
+ *
11058
+ * @type {string}
11059
+ * @memberof ShopActionOutputDTO
11060
+ */
11061
+ id: string;
11062
+ /**
11063
+ *
11064
+ * @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
11065
+ * @memberof ShopActionOutputDTO
11066
+ */
11067
+ createdAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
11068
+ /**
11069
+ *
11070
+ * @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
11071
+ * @memberof ShopActionOutputDTO
11072
+ */
11073
+ updatedAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
11074
+ }
11075
+ /**
11076
+ *
11077
+ * @export
11078
+ * @interface ShopActionOutputDTOAPI
11079
+ */
11080
+ export interface ShopActionOutputDTOAPI {
11081
+ /**
11082
+ *
11083
+ * @type {ShopActionOutputDTO}
11084
+ * @memberof ShopActionOutputDTOAPI
11085
+ */
11086
+ data: ShopActionOutputDTO;
11087
+ /**
11088
+ *
11089
+ * @type {MetadataOutput}
11090
+ * @memberof ShopActionOutputDTOAPI
11091
+ */
11092
+ meta: MetadataOutput;
11093
+ }
11094
+ /**
11095
+ *
11096
+ * @export
11097
+ * @interface ShopActionSearchInputAllowedFilters
11098
+ */
11099
+ export interface ShopActionSearchInputAllowedFilters {
11100
+ /**
11101
+ *
11102
+ * @type {Array<string>}
11103
+ * @memberof ShopActionSearchInputAllowedFilters
11104
+ */
11105
+ moduleId?: Array<string>;
11106
+ /**
11107
+ *
11108
+ * @type {Array<string>}
11109
+ * @memberof ShopActionSearchInputAllowedFilters
11110
+ */
11111
+ versionId?: Array<string>;
11112
+ /**
11113
+ *
11114
+ * @type {Array<string>}
11115
+ * @memberof ShopActionSearchInputAllowedFilters
11116
+ */
11117
+ name?: Array<string>;
11118
+ /**
11119
+ *
11120
+ * @type {Array<string>}
11121
+ * @memberof ShopActionSearchInputAllowedFilters
11122
+ */
11123
+ id?: Array<string>;
11124
+ }
11125
+ /**
11126
+ *
11127
+ * @export
11128
+ * @interface ShopActionSearchInputAllowedSearch
11129
+ */
11130
+ export interface ShopActionSearchInputAllowedSearch {
11131
+ /**
11132
+ *
11133
+ * @type {Array<string>}
11134
+ * @memberof ShopActionSearchInputAllowedSearch
11135
+ */
11136
+ name?: Array<string>;
11137
+ }
11138
+ /**
11139
+ *
11140
+ * @export
11141
+ * @interface ShopActionSearchInputDTO
11142
+ */
11143
+ export interface ShopActionSearchInputDTO {
11144
+ /**
11145
+ *
11146
+ * @type {ShopActionSearchInputAllowedFilters}
11147
+ * @memberof ShopActionSearchInputDTO
11148
+ */
11149
+ filters?: ShopActionSearchInputAllowedFilters;
11150
+ /**
11151
+ *
11152
+ * @type {ShopActionSearchInputAllowedSearch}
11153
+ * @memberof ShopActionSearchInputDTO
11154
+ */
11155
+ search?: ShopActionSearchInputAllowedSearch;
11156
+ /**
11157
+ *
11158
+ * @type {any}
11159
+ * @memberof ShopActionSearchInputDTO
11160
+ */
11161
+ greaterThan?: any;
11162
+ /**
11163
+ *
11164
+ * @type {any}
11165
+ * @memberof ShopActionSearchInputDTO
11166
+ */
11167
+ lessThan?: any;
11168
+ /**
11169
+ *
11170
+ * @type {number}
11171
+ * @memberof ShopActionSearchInputDTO
11172
+ */
11173
+ page?: number;
11174
+ /**
11175
+ *
11176
+ * @type {number}
11177
+ * @memberof ShopActionSearchInputDTO
11178
+ */
11179
+ limit?: number;
11180
+ /**
11181
+ *
11182
+ * @type {string}
11183
+ * @memberof ShopActionSearchInputDTO
11184
+ */
11185
+ sortBy?: string;
11186
+ /**
11187
+ *
11188
+ * @type {string}
11189
+ * @memberof ShopActionSearchInputDTO
11190
+ */
11191
+ sortDirection?: ShopActionSearchInputDTOSortDirectionEnum;
11192
+ /**
11193
+ *
11194
+ * @type {Array<string>}
11195
+ * @memberof ShopActionSearchInputDTO
11196
+ */
11197
+ extend?: Array<string>;
11198
+ }
11199
+ export declare const ShopActionSearchInputDTOSortDirectionEnum: {
11200
+ readonly Asc: "asc";
11201
+ readonly Desc: "desc";
11202
+ };
11203
+ export type ShopActionSearchInputDTOSortDirectionEnum = (typeof ShopActionSearchInputDTOSortDirectionEnum)[keyof typeof ShopActionSearchInputDTOSortDirectionEnum];
11204
+ /**
11205
+ *
11206
+ * @export
11207
+ * @interface ShopActionUpdateDTO
11208
+ */
11209
+ export interface ShopActionUpdateDTO {
11210
+ /**
11211
+ *
11212
+ * @type {string}
11213
+ * @memberof ShopActionUpdateDTO
11214
+ */
11215
+ name?: string;
11216
+ /**
11217
+ *
11218
+ * @type {string}
11219
+ * @memberof ShopActionUpdateDTO
11220
+ */
11221
+ description?: string;
11222
+ /**
11223
+ *
11224
+ * @type {string}
11225
+ * @memberof ShopActionUpdateDTO
11226
+ */
11227
+ function?: string;
11228
+ }
10910
11229
  /**
10911
11230
  *
10912
11231
  * @export
@@ -11377,7 +11696,7 @@ export interface ShopListingCreateDTO {
11377
11696
  * @type {Array<ShopListingItemMetaInputDTO>}
11378
11697
  * @memberof ShopListingCreateDTO
11379
11698
  */
11380
- items: Array<ShopListingItemMetaInputDTO>;
11699
+ items?: Array<ShopListingItemMetaInputDTO>;
11381
11700
  /**
11382
11701
  *
11383
11702
  * @type {number}
@@ -11396,6 +11715,12 @@ export interface ShopListingCreateDTO {
11396
11715
  * @memberof ShopListingCreateDTO
11397
11716
  */
11398
11717
  draft?: boolean;
11718
+ /**
11719
+ *
11720
+ * @type {string}
11721
+ * @memberof ShopListingCreateDTO
11722
+ */
11723
+ shopActionId?: string;
11399
11724
  /**
11400
11725
  *
11401
11726
  * @type {Array<string>}
@@ -11544,6 +11869,12 @@ export interface ShopListingOutputDTO {
11544
11869
  * @memberof ShopListingOutputDTO
11545
11870
  */
11546
11871
  draft: boolean;
11872
+ /**
11873
+ *
11874
+ * @type {string}
11875
+ * @memberof ShopListingOutputDTO
11876
+ */
11877
+ shopActionId?: string;
11547
11878
  /**
11548
11879
  *
11549
11880
  * @type {Array<ShopCategoryOutputDTO>}
@@ -11752,6 +12083,12 @@ export interface ShopListingUpdateDTO {
11752
12083
  * @memberof ShopListingUpdateDTO
11753
12084
  */
11754
12085
  draft?: boolean;
12086
+ /**
12087
+ *
12088
+ * @type {string}
12089
+ * @memberof ShopListingUpdateDTO
12090
+ */
12091
+ shopActionId?: string;
11755
12092
  /**
11756
12093
  *
11757
12094
  * @type {Array<string>}
@@ -12317,6 +12654,12 @@ export interface TakaroEventCurrencyAdded {
12317
12654
  * @memberof TakaroEventCurrencyAdded
12318
12655
  */
12319
12656
  amount: number;
12657
+ /**
12658
+ *
12659
+ * @type {string}
12660
+ * @memberof TakaroEventCurrencyAdded
12661
+ */
12662
+ reason?: string;
12320
12663
  /**
12321
12664
  *
12322
12665
  * @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
@@ -12336,6 +12679,12 @@ export interface TakaroEventCurrencyDeducted {
12336
12679
  * @memberof TakaroEventCurrencyDeducted
12337
12680
  */
12338
12681
  amount: number;
12682
+ /**
12683
+ *
12684
+ * @type {string}
12685
+ * @memberof TakaroEventCurrencyDeducted
12686
+ */
12687
+ reason?: string;
12339
12688
  /**
12340
12689
  *
12341
12690
  * @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
@@ -12947,6 +13296,50 @@ export interface TakaroEventSettingsSet {
12947
13296
  */
12948
13297
  timestamp: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
12949
13298
  }
13299
+ /**
13300
+ *
13301
+ * @export
13302
+ * @interface TakaroEventShopActionDetails
13303
+ */
13304
+ export interface TakaroEventShopActionDetails {
13305
+ /**
13306
+ *
13307
+ * @type {string}
13308
+ * @memberof TakaroEventShopActionDetails
13309
+ */
13310
+ id: string;
13311
+ /**
13312
+ *
13313
+ * @type {string}
13314
+ * @memberof TakaroEventShopActionDetails
13315
+ */
13316
+ name: string;
13317
+ }
13318
+ /**
13319
+ *
13320
+ * @export
13321
+ * @interface TakaroEventShopActionExecuted
13322
+ */
13323
+ export interface TakaroEventShopActionExecuted {
13324
+ /**
13325
+ *
13326
+ * @type {TakaroEventFunctionResult}
13327
+ * @memberof TakaroEventShopActionExecuted
13328
+ */
13329
+ result: TakaroEventFunctionResult;
13330
+ /**
13331
+ *
13332
+ * @type {TakaroEventShopActionDetails}
13333
+ * @memberof TakaroEventShopActionExecuted
13334
+ */
13335
+ shopAction?: TakaroEventShopActionDetails;
13336
+ /**
13337
+ *
13338
+ * @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
13339
+ * @memberof TakaroEventShopActionExecuted
13340
+ */
13341
+ timestamp: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
13342
+ }
12950
13343
  /**
12951
13344
  *
12952
13345
  * @export
@@ -19257,6 +19650,275 @@ export declare const SettingsControllerGetKeysEnum: {
19257
19650
  readonly UnknownCommandFeedbackMessage: "unknownCommandFeedbackMessage";
19258
19651
  };
19259
19652
  export type SettingsControllerGetKeysEnum = (typeof SettingsControllerGetKeysEnum)[keyof typeof SettingsControllerGetKeysEnum];
19653
+ /**
19654
+ * ShopActionApi - axios parameter creator
19655
+ * @export
19656
+ */
19657
+ export declare const ShopActionApiAxiosParamCreator: (configuration?: Configuration) => {
19658
+ /**
19659
+ * Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerCreate`
19660
+ * @summary Create
19661
+ * @param {ShopActionCreateDTO} [shopActionCreateDTO] ShopActionCreateDTO
19662
+ * @param {*} [options] Override http request option.
19663
+ * @throws {RequiredError}
19664
+ */
19665
+ shopActionControllerCreate: (shopActionCreateDTO?: ShopActionCreateDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
19666
+ /**
19667
+ * Get available shop actions for a game server (from installed modules) Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetAvailable`
19668
+ * @summary Get available
19669
+ * @param {string} gameServerId
19670
+ * @param {*} [options] Override http request option.
19671
+ * @throws {RequiredError}
19672
+ */
19673
+ shopActionControllerGetAvailable: (gameServerId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
19674
+ /**
19675
+ * Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetExecutions`
19676
+ * @summary Get executions
19677
+ * @param {string} id
19678
+ * @param {any} [success]
19679
+ * @param {EventSearchInputDTO} [eventSearchInputDTO] EventSearchInputDTO
19680
+ * @param {*} [options] Override http request option.
19681
+ * @throws {RequiredError}
19682
+ */
19683
+ shopActionControllerGetExecutions: (id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
19684
+ /**
19685
+ * Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetOne`
19686
+ * @summary Get one
19687
+ * @param {string} id
19688
+ * @param {*} [options] Override http request option.
19689
+ * @throws {RequiredError}
19690
+ */
19691
+ shopActionControllerGetOne: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
19692
+ /**
19693
+ * Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerRemove`
19694
+ * @summary Remove
19695
+ * @param {string} id
19696
+ * @param {*} [options] Override http request option.
19697
+ * @throws {RequiredError}
19698
+ */
19699
+ shopActionControllerRemove: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
19700
+ /**
19701
+ * Search shop actions Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerSearch`
19702
+ * @summary Search
19703
+ * @param {ShopActionSearchInputDTO} [shopActionSearchInputDTO] ShopActionSearchInputDTO
19704
+ * @param {*} [options] Override http request option.
19705
+ * @throws {RequiredError}
19706
+ */
19707
+ shopActionControllerSearch: (shopActionSearchInputDTO?: ShopActionSearchInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
19708
+ /**
19709
+ * Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerUpdate`
19710
+ * @summary Update
19711
+ * @param {string} id
19712
+ * @param {ShopActionUpdateDTO} [shopActionUpdateDTO] ShopActionUpdateDTO
19713
+ * @param {*} [options] Override http request option.
19714
+ * @throws {RequiredError}
19715
+ */
19716
+ shopActionControllerUpdate: (id: string, shopActionUpdateDTO?: ShopActionUpdateDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
19717
+ };
19718
+ /**
19719
+ * ShopActionApi - functional programming interface
19720
+ * @export
19721
+ */
19722
+ export declare const ShopActionApiFp: (configuration?: Configuration) => {
19723
+ /**
19724
+ * Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerCreate`
19725
+ * @summary Create
19726
+ * @param {ShopActionCreateDTO} [shopActionCreateDTO] ShopActionCreateDTO
19727
+ * @param {*} [options] Override http request option.
19728
+ * @throws {RequiredError}
19729
+ */
19730
+ shopActionControllerCreate(shopActionCreateDTO?: ShopActionCreateDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopActionOutputDTOAPI>>;
19731
+ /**
19732
+ * Get available shop actions for a game server (from installed modules) Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetAvailable`
19733
+ * @summary Get available
19734
+ * @param {string} gameServerId
19735
+ * @param {*} [options] Override http request option.
19736
+ * @throws {RequiredError}
19737
+ */
19738
+ shopActionControllerGetAvailable(gameServerId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopActionOutputArrayDTOAPI>>;
19739
+ /**
19740
+ * Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetExecutions`
19741
+ * @summary Get executions
19742
+ * @param {string} id
19743
+ * @param {any} [success]
19744
+ * @param {EventSearchInputDTO} [eventSearchInputDTO] EventSearchInputDTO
19745
+ * @param {*} [options] Override http request option.
19746
+ * @throws {RequiredError}
19747
+ */
19748
+ shopActionControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EventOutputArrayDTOAPI>>;
19749
+ /**
19750
+ * Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetOne`
19751
+ * @summary Get one
19752
+ * @param {string} id
19753
+ * @param {*} [options] Override http request option.
19754
+ * @throws {RequiredError}
19755
+ */
19756
+ shopActionControllerGetOne(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopActionOutputDTOAPI>>;
19757
+ /**
19758
+ * Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerRemove`
19759
+ * @summary Remove
19760
+ * @param {string} id
19761
+ * @param {*} [options] Override http request option.
19762
+ * @throws {RequiredError}
19763
+ */
19764
+ shopActionControllerRemove(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIOutput>>;
19765
+ /**
19766
+ * Search shop actions Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerSearch`
19767
+ * @summary Search
19768
+ * @param {ShopActionSearchInputDTO} [shopActionSearchInputDTO] ShopActionSearchInputDTO
19769
+ * @param {*} [options] Override http request option.
19770
+ * @throws {RequiredError}
19771
+ */
19772
+ shopActionControllerSearch(shopActionSearchInputDTO?: ShopActionSearchInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopActionOutputArrayDTOAPI>>;
19773
+ /**
19774
+ * Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerUpdate`
19775
+ * @summary Update
19776
+ * @param {string} id
19777
+ * @param {ShopActionUpdateDTO} [shopActionUpdateDTO] ShopActionUpdateDTO
19778
+ * @param {*} [options] Override http request option.
19779
+ * @throws {RequiredError}
19780
+ */
19781
+ shopActionControllerUpdate(id: string, shopActionUpdateDTO?: ShopActionUpdateDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopActionOutputDTOAPI>>;
19782
+ };
19783
+ /**
19784
+ * ShopActionApi - factory interface
19785
+ * @export
19786
+ */
19787
+ export declare const ShopActionApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
19788
+ /**
19789
+ * Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerCreate`
19790
+ * @summary Create
19791
+ * @param {ShopActionCreateDTO} [shopActionCreateDTO] ShopActionCreateDTO
19792
+ * @param {*} [options] Override http request option.
19793
+ * @throws {RequiredError}
19794
+ */
19795
+ shopActionControllerCreate(shopActionCreateDTO?: ShopActionCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopActionOutputDTOAPI>;
19796
+ /**
19797
+ * Get available shop actions for a game server (from installed modules) Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetAvailable`
19798
+ * @summary Get available
19799
+ * @param {string} gameServerId
19800
+ * @param {*} [options] Override http request option.
19801
+ * @throws {RequiredError}
19802
+ */
19803
+ shopActionControllerGetAvailable(gameServerId: string, options?: RawAxiosRequestConfig): AxiosPromise<ShopActionOutputArrayDTOAPI>;
19804
+ /**
19805
+ * Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetExecutions`
19806
+ * @summary Get executions
19807
+ * @param {string} id
19808
+ * @param {any} [success]
19809
+ * @param {EventSearchInputDTO} [eventSearchInputDTO] EventSearchInputDTO
19810
+ * @param {*} [options] Override http request option.
19811
+ * @throws {RequiredError}
19812
+ */
19813
+ shopActionControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputArrayDTOAPI>;
19814
+ /**
19815
+ * Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetOne`
19816
+ * @summary Get one
19817
+ * @param {string} id
19818
+ * @param {*} [options] Override http request option.
19819
+ * @throws {RequiredError}
19820
+ */
19821
+ shopActionControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ShopActionOutputDTOAPI>;
19822
+ /**
19823
+ * Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerRemove`
19824
+ * @summary Remove
19825
+ * @param {string} id
19826
+ * @param {*} [options] Override http request option.
19827
+ * @throws {RequiredError}
19828
+ */
19829
+ shopActionControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
19830
+ /**
19831
+ * Search shop actions Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerSearch`
19832
+ * @summary Search
19833
+ * @param {ShopActionSearchInputDTO} [shopActionSearchInputDTO] ShopActionSearchInputDTO
19834
+ * @param {*} [options] Override http request option.
19835
+ * @throws {RequiredError}
19836
+ */
19837
+ shopActionControllerSearch(shopActionSearchInputDTO?: ShopActionSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopActionOutputArrayDTOAPI>;
19838
+ /**
19839
+ * Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerUpdate`
19840
+ * @summary Update
19841
+ * @param {string} id
19842
+ * @param {ShopActionUpdateDTO} [shopActionUpdateDTO] ShopActionUpdateDTO
19843
+ * @param {*} [options] Override http request option.
19844
+ * @throws {RequiredError}
19845
+ */
19846
+ shopActionControllerUpdate(id: string, shopActionUpdateDTO?: ShopActionUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopActionOutputDTOAPI>;
19847
+ };
19848
+ /**
19849
+ * ShopActionApi - object-oriented interface
19850
+ * @export
19851
+ * @class ShopActionApi
19852
+ * @extends {BaseAPI}
19853
+ */
19854
+ export declare class ShopActionApi extends BaseAPI {
19855
+ /**
19856
+ * Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerCreate`
19857
+ * @summary Create
19858
+ * @param {ShopActionCreateDTO} [shopActionCreateDTO] ShopActionCreateDTO
19859
+ * @param {*} [options] Override http request option.
19860
+ * @throws {RequiredError}
19861
+ * @memberof ShopActionApi
19862
+ */
19863
+ shopActionControllerCreate(shopActionCreateDTO?: ShopActionCreateDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopActionOutputDTOAPI, any>>;
19864
+ /**
19865
+ * Get available shop actions for a game server (from installed modules) Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetAvailable`
19866
+ * @summary Get available
19867
+ * @param {string} gameServerId
19868
+ * @param {*} [options] Override http request option.
19869
+ * @throws {RequiredError}
19870
+ * @memberof ShopActionApi
19871
+ */
19872
+ shopActionControllerGetAvailable(gameServerId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopActionOutputArrayDTOAPI, any>>;
19873
+ /**
19874
+ * Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetExecutions`
19875
+ * @summary Get executions
19876
+ * @param {string} id
19877
+ * @param {any} [success]
19878
+ * @param {EventSearchInputDTO} [eventSearchInputDTO] EventSearchInputDTO
19879
+ * @param {*} [options] Override http request option.
19880
+ * @throws {RequiredError}
19881
+ * @memberof ShopActionApi
19882
+ */
19883
+ shopActionControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EventOutputArrayDTOAPI, any>>;
19884
+ /**
19885
+ * Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetOne`
19886
+ * @summary Get one
19887
+ * @param {string} id
19888
+ * @param {*} [options] Override http request option.
19889
+ * @throws {RequiredError}
19890
+ * @memberof ShopActionApi
19891
+ */
19892
+ shopActionControllerGetOne(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopActionOutputDTOAPI, any>>;
19893
+ /**
19894
+ * Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerRemove`
19895
+ * @summary Remove
19896
+ * @param {string} id
19897
+ * @param {*} [options] Override http request option.
19898
+ * @throws {RequiredError}
19899
+ * @memberof ShopActionApi
19900
+ */
19901
+ shopActionControllerRemove(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<APIOutput, any>>;
19902
+ /**
19903
+ * Search shop actions Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerSearch`
19904
+ * @summary Search
19905
+ * @param {ShopActionSearchInputDTO} [shopActionSearchInputDTO] ShopActionSearchInputDTO
19906
+ * @param {*} [options] Override http request option.
19907
+ * @throws {RequiredError}
19908
+ * @memberof ShopActionApi
19909
+ */
19910
+ shopActionControllerSearch(shopActionSearchInputDTO?: ShopActionSearchInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopActionOutputArrayDTOAPI, any>>;
19911
+ /**
19912
+ * Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerUpdate`
19913
+ * @summary Update
19914
+ * @param {string} id
19915
+ * @param {ShopActionUpdateDTO} [shopActionUpdateDTO] ShopActionUpdateDTO
19916
+ * @param {*} [options] Override http request option.
19917
+ * @throws {RequiredError}
19918
+ * @memberof ShopActionApi
19919
+ */
19920
+ shopActionControllerUpdate(id: string, shopActionUpdateDTO?: ShopActionUpdateDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopActionOutputDTOAPI, any>>;
19921
+ }
19260
19922
  /**
19261
19923
  * ShopCategoryApi - axios parameter creator
19262
19924
  * @export
@@ -20375,6 +21037,7 @@ export declare const StatsControllerGetEventsCountEventNameEnum: {
20375
21037
  readonly PlayerBanned: "player-banned";
20376
21038
  readonly PlayerUnbanned: "player-unbanned";
20377
21039
  readonly PlayerDeleted: "player-deleted";
21040
+ readonly ShopActionExecuted: "shop-action-executed";
20378
21041
  readonly PlayerConnected: "player-connected";
20379
21042
  readonly PlayerDisconnected: "player-disconnected";
20380
21043
  readonly ChatMessage: "chat-message";