@drxsuperapp/sdk 1.1.250 → 1.1.252
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/.openapi-generator/FILES +18 -0
- package/apis/GarudakuApi.ts +655 -0
- package/apis/index.ts +1 -0
- package/deploy.log +73 -9
- package/dist/apis/GarudakuApi.d.ts +157 -0
- package/dist/apis/GarudakuApi.js +446 -0
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +1 -0
- package/dist/models/ApiGarudakuGameTopupsGet200Response.d.ts +51 -0
- package/dist/models/ApiGarudakuGameTopupsGet200Response.js +54 -0
- package/dist/models/ApiGarudakuGameTopupsGet200ResponseResponseObject.d.ts +57 -0
- package/dist/models/ApiGarudakuGameTopupsGet200ResponseResponseObject.js +60 -0
- package/dist/models/ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner.d.ts +74 -0
- package/dist/models/ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner.js +67 -0
- package/dist/models/ApiGarudakuGameTopupsGetFilterParameter.d.ts +60 -0
- package/dist/models/ApiGarudakuGameTopupsGetFilterParameter.js +53 -0
- package/dist/models/ApiGarudakuGameTopupsGetFilterParameterIsPopular.d.ts +32 -0
- package/dist/models/ApiGarudakuGameTopupsGetFilterParameterIsPopular.js +41 -0
- package/dist/models/ApiGarudakuGameTopupsIdDelete200Response.d.ts +32 -0
- package/dist/models/ApiGarudakuGameTopupsIdDelete200Response.js +41 -0
- package/dist/models/ApiGarudakuGameTopupsIdPutRequest.d.ts +56 -0
- package/dist/models/ApiGarudakuGameTopupsIdPutRequest.js +49 -0
- package/dist/models/ApiGarudakuGameTopupsPost200Response.d.ts +51 -0
- package/dist/models/ApiGarudakuGameTopupsPost200Response.js +54 -0
- package/dist/models/ApiGarudakuGameTopupsPostRequest.d.ts +56 -0
- package/dist/models/ApiGarudakuGameTopupsPostRequest.js +55 -0
- package/dist/models/ApiGarudakuPrivateStreamPostRequest.d.ts +50 -0
- package/dist/models/ApiGarudakuPrivateStreamPostRequest.js +51 -0
- package/dist/models/ApiGarudakuTournamentsGet200Response.d.ts +51 -0
- package/dist/models/ApiGarudakuTournamentsGet200Response.js +54 -0
- package/dist/models/ApiGarudakuTournamentsGet200ResponseResponseObject.d.ts +57 -0
- package/dist/models/ApiGarudakuTournamentsGet200ResponseResponseObject.js +60 -0
- package/dist/models/ApiGarudakuTournamentsGet200ResponseResponseObjectItemsInner.d.ts +82 -0
- package/dist/models/ApiGarudakuTournamentsGet200ResponseResponseObjectItemsInner.js +78 -0
- package/dist/models/ApiGarudakuTournamentsGetFilterParameter.d.ts +64 -0
- package/dist/models/ApiGarudakuTournamentsGetFilterParameter.js +53 -0
- package/dist/models/ApiGarudakuTournamentsIdPutRequest.d.ts +64 -0
- package/dist/models/ApiGarudakuTournamentsIdPutRequest.js +56 -0
- package/dist/models/ApiGarudakuTournamentsPost200Response.d.ts +51 -0
- package/dist/models/ApiGarudakuTournamentsPost200Response.js +54 -0
- package/dist/models/ApiGarudakuTournamentsPostRequest.d.ts +64 -0
- package/dist/models/ApiGarudakuTournamentsPostRequest.js +66 -0
- package/dist/models/index.d.ts +17 -0
- package/dist/models/index.js +17 -0
- package/models/ApiGarudakuGameTopupsGet200Response.ts +100 -0
- package/models/ApiGarudakuGameTopupsGet200ResponseResponseObject.ts +110 -0
- package/models/ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner.ts +127 -0
- package/models/ApiGarudakuGameTopupsGetFilterParameter.ts +126 -0
- package/models/ApiGarudakuGameTopupsGetFilterParameterIsPopular.ts +65 -0
- package/models/ApiGarudakuGameTopupsIdDelete200Response.ts +65 -0
- package/models/ApiGarudakuGameTopupsIdPutRequest.ts +97 -0
- package/models/ApiGarudakuGameTopupsPost200Response.ts +100 -0
- package/models/ApiGarudakuGameTopupsPostRequest.ts +100 -0
- package/models/ApiGarudakuPrivateStreamPostRequest.ts +91 -0
- package/models/ApiGarudakuTournamentsGet200Response.ts +100 -0
- package/models/ApiGarudakuTournamentsGet200ResponseResponseObject.ts +110 -0
- package/models/ApiGarudakuTournamentsGet200ResponseResponseObjectItemsInner.ts +140 -0
- package/models/ApiGarudakuTournamentsGetFilterParameter.ts +120 -0
- package/models/ApiGarudakuTournamentsIdPutRequest.ts +108 -0
- package/models/ApiGarudakuTournamentsPost200Response.ts +100 -0
- package/models/ApiGarudakuTournamentsPostRequest.ts +113 -0
- package/models/index.ts +17 -0
- package/package.json +1 -1
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* DRX API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ApiGarudakuTournamentsIdPutRequest
|
|
20
|
+
*/
|
|
21
|
+
export interface ApiGarudakuTournamentsIdPutRequest {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof ApiGarudakuTournamentsIdPutRequest
|
|
26
|
+
*/
|
|
27
|
+
tournamentName?: string;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ApiGarudakuTournamentsIdPutRequest
|
|
32
|
+
*/
|
|
33
|
+
tournamentLink?: string;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ApiGarudakuTournamentsIdPutRequest
|
|
38
|
+
*/
|
|
39
|
+
category?: ApiGarudakuTournamentsIdPutRequestCategoryEnum;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof ApiGarudakuTournamentsIdPutRequest
|
|
44
|
+
*/
|
|
45
|
+
prizePool?: string;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @type {Date}
|
|
49
|
+
* @memberof ApiGarudakuTournamentsIdPutRequest
|
|
50
|
+
*/
|
|
51
|
+
tournamentDatetime?: Date;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* @export
|
|
57
|
+
*/
|
|
58
|
+
export const ApiGarudakuTournamentsIdPutRequestCategoryEnum = {
|
|
59
|
+
Public: 'public',
|
|
60
|
+
Private: 'private'
|
|
61
|
+
} as const;
|
|
62
|
+
export type ApiGarudakuTournamentsIdPutRequestCategoryEnum = typeof ApiGarudakuTournamentsIdPutRequestCategoryEnum[keyof typeof ApiGarudakuTournamentsIdPutRequestCategoryEnum];
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* Check if a given object implements the ApiGarudakuTournamentsIdPutRequest interface.
|
|
67
|
+
*/
|
|
68
|
+
export function instanceOfApiGarudakuTournamentsIdPutRequest(value: object): value is ApiGarudakuTournamentsIdPutRequest {
|
|
69
|
+
return true;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export function ApiGarudakuTournamentsIdPutRequestFromJSON(json: any): ApiGarudakuTournamentsIdPutRequest {
|
|
73
|
+
return ApiGarudakuTournamentsIdPutRequestFromJSONTyped(json, false);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
export function ApiGarudakuTournamentsIdPutRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiGarudakuTournamentsIdPutRequest {
|
|
77
|
+
if (json == null) {
|
|
78
|
+
return json;
|
|
79
|
+
}
|
|
80
|
+
return {
|
|
81
|
+
|
|
82
|
+
'tournamentName': json['tournamentName'] == null ? undefined : json['tournamentName'],
|
|
83
|
+
'tournamentLink': json['tournamentLink'] == null ? undefined : json['tournamentLink'],
|
|
84
|
+
'category': json['category'] == null ? undefined : json['category'],
|
|
85
|
+
'prizePool': json['prizePool'] == null ? undefined : json['prizePool'],
|
|
86
|
+
'tournamentDatetime': json['tournamentDatetime'] == null ? undefined : (new Date(json['tournamentDatetime'])),
|
|
87
|
+
};
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export function ApiGarudakuTournamentsIdPutRequestToJSON(json: any): ApiGarudakuTournamentsIdPutRequest {
|
|
91
|
+
return ApiGarudakuTournamentsIdPutRequestToJSONTyped(json, false);
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
export function ApiGarudakuTournamentsIdPutRequestToJSONTyped(value?: ApiGarudakuTournamentsIdPutRequest | null, ignoreDiscriminator: boolean = false): any {
|
|
95
|
+
if (value == null) {
|
|
96
|
+
return value;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
return {
|
|
100
|
+
|
|
101
|
+
'tournamentName': value['tournamentName'],
|
|
102
|
+
'tournamentLink': value['tournamentLink'],
|
|
103
|
+
'category': value['category'],
|
|
104
|
+
'prizePool': value['prizePool'],
|
|
105
|
+
'tournamentDatetime': value['tournamentDatetime'] == null ? undefined : ((value['tournamentDatetime']).toISOString()),
|
|
106
|
+
};
|
|
107
|
+
}
|
|
108
|
+
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* DRX API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { ApiGarudakuTournamentsGet200ResponseResponseObjectItemsInner } from './ApiGarudakuTournamentsGet200ResponseResponseObjectItemsInner';
|
|
17
|
+
import {
|
|
18
|
+
ApiGarudakuTournamentsGet200ResponseResponseObjectItemsInnerFromJSON,
|
|
19
|
+
ApiGarudakuTournamentsGet200ResponseResponseObjectItemsInnerFromJSONTyped,
|
|
20
|
+
ApiGarudakuTournamentsGet200ResponseResponseObjectItemsInnerToJSON,
|
|
21
|
+
ApiGarudakuTournamentsGet200ResponseResponseObjectItemsInnerToJSONTyped,
|
|
22
|
+
} from './ApiGarudakuTournamentsGet200ResponseResponseObjectItemsInner';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @export
|
|
27
|
+
* @interface ApiGarudakuTournamentsPost200Response
|
|
28
|
+
*/
|
|
29
|
+
export interface ApiGarudakuTournamentsPost200Response {
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {boolean}
|
|
33
|
+
* @memberof ApiGarudakuTournamentsPost200Response
|
|
34
|
+
*/
|
|
35
|
+
success: boolean;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ApiGarudakuTournamentsPost200Response
|
|
40
|
+
*/
|
|
41
|
+
message: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {ApiGarudakuTournamentsGet200ResponseResponseObjectItemsInner}
|
|
45
|
+
* @memberof ApiGarudakuTournamentsPost200Response
|
|
46
|
+
*/
|
|
47
|
+
responseObject?: ApiGarudakuTournamentsGet200ResponseResponseObjectItemsInner;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof ApiGarudakuTournamentsPost200Response
|
|
52
|
+
*/
|
|
53
|
+
statusCode: number;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Check if a given object implements the ApiGarudakuTournamentsPost200Response interface.
|
|
58
|
+
*/
|
|
59
|
+
export function instanceOfApiGarudakuTournamentsPost200Response(value: object): value is ApiGarudakuTournamentsPost200Response {
|
|
60
|
+
if (!('success' in value) || value['success'] === undefined) return false;
|
|
61
|
+
if (!('message' in value) || value['message'] === undefined) return false;
|
|
62
|
+
if (!('statusCode' in value) || value['statusCode'] === undefined) return false;
|
|
63
|
+
return true;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export function ApiGarudakuTournamentsPost200ResponseFromJSON(json: any): ApiGarudakuTournamentsPost200Response {
|
|
67
|
+
return ApiGarudakuTournamentsPost200ResponseFromJSONTyped(json, false);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
export function ApiGarudakuTournamentsPost200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiGarudakuTournamentsPost200Response {
|
|
71
|
+
if (json == null) {
|
|
72
|
+
return json;
|
|
73
|
+
}
|
|
74
|
+
return {
|
|
75
|
+
|
|
76
|
+
'success': json['success'],
|
|
77
|
+
'message': json['message'],
|
|
78
|
+
'responseObject': json['responseObject'] == null ? undefined : ApiGarudakuTournamentsGet200ResponseResponseObjectItemsInnerFromJSON(json['responseObject']),
|
|
79
|
+
'statusCode': json['statusCode'],
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
export function ApiGarudakuTournamentsPost200ResponseToJSON(json: any): ApiGarudakuTournamentsPost200Response {
|
|
84
|
+
return ApiGarudakuTournamentsPost200ResponseToJSONTyped(json, false);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export function ApiGarudakuTournamentsPost200ResponseToJSONTyped(value?: ApiGarudakuTournamentsPost200Response | null, ignoreDiscriminator: boolean = false): any {
|
|
88
|
+
if (value == null) {
|
|
89
|
+
return value;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
return {
|
|
93
|
+
|
|
94
|
+
'success': value['success'],
|
|
95
|
+
'message': value['message'],
|
|
96
|
+
'responseObject': ApiGarudakuTournamentsGet200ResponseResponseObjectItemsInnerToJSON(value['responseObject']),
|
|
97
|
+
'statusCode': value['statusCode'],
|
|
98
|
+
};
|
|
99
|
+
}
|
|
100
|
+
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* DRX API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ApiGarudakuTournamentsPostRequest
|
|
20
|
+
*/
|
|
21
|
+
export interface ApiGarudakuTournamentsPostRequest {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof ApiGarudakuTournamentsPostRequest
|
|
26
|
+
*/
|
|
27
|
+
tournamentName: string;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ApiGarudakuTournamentsPostRequest
|
|
32
|
+
*/
|
|
33
|
+
tournamentLink: string;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ApiGarudakuTournamentsPostRequest
|
|
38
|
+
*/
|
|
39
|
+
category: ApiGarudakuTournamentsPostRequestCategoryEnum;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof ApiGarudakuTournamentsPostRequest
|
|
44
|
+
*/
|
|
45
|
+
prizePool: string;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @type {Date}
|
|
49
|
+
* @memberof ApiGarudakuTournamentsPostRequest
|
|
50
|
+
*/
|
|
51
|
+
tournamentDatetime: Date;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* @export
|
|
57
|
+
*/
|
|
58
|
+
export const ApiGarudakuTournamentsPostRequestCategoryEnum = {
|
|
59
|
+
Public: 'public',
|
|
60
|
+
Private: 'private'
|
|
61
|
+
} as const;
|
|
62
|
+
export type ApiGarudakuTournamentsPostRequestCategoryEnum = typeof ApiGarudakuTournamentsPostRequestCategoryEnum[keyof typeof ApiGarudakuTournamentsPostRequestCategoryEnum];
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* Check if a given object implements the ApiGarudakuTournamentsPostRequest interface.
|
|
67
|
+
*/
|
|
68
|
+
export function instanceOfApiGarudakuTournamentsPostRequest(value: object): value is ApiGarudakuTournamentsPostRequest {
|
|
69
|
+
if (!('tournamentName' in value) || value['tournamentName'] === undefined) return false;
|
|
70
|
+
if (!('tournamentLink' in value) || value['tournamentLink'] === undefined) return false;
|
|
71
|
+
if (!('category' in value) || value['category'] === undefined) return false;
|
|
72
|
+
if (!('prizePool' in value) || value['prizePool'] === undefined) return false;
|
|
73
|
+
if (!('tournamentDatetime' in value) || value['tournamentDatetime'] === undefined) return false;
|
|
74
|
+
return true;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
export function ApiGarudakuTournamentsPostRequestFromJSON(json: any): ApiGarudakuTournamentsPostRequest {
|
|
78
|
+
return ApiGarudakuTournamentsPostRequestFromJSONTyped(json, false);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export function ApiGarudakuTournamentsPostRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiGarudakuTournamentsPostRequest {
|
|
82
|
+
if (json == null) {
|
|
83
|
+
return json;
|
|
84
|
+
}
|
|
85
|
+
return {
|
|
86
|
+
|
|
87
|
+
'tournamentName': json['tournamentName'],
|
|
88
|
+
'tournamentLink': json['tournamentLink'],
|
|
89
|
+
'category': json['category'],
|
|
90
|
+
'prizePool': json['prizePool'],
|
|
91
|
+
'tournamentDatetime': (new Date(json['tournamentDatetime'])),
|
|
92
|
+
};
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
export function ApiGarudakuTournamentsPostRequestToJSON(json: any): ApiGarudakuTournamentsPostRequest {
|
|
96
|
+
return ApiGarudakuTournamentsPostRequestToJSONTyped(json, false);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
export function ApiGarudakuTournamentsPostRequestToJSONTyped(value?: ApiGarudakuTournamentsPostRequest | null, ignoreDiscriminator: boolean = false): any {
|
|
100
|
+
if (value == null) {
|
|
101
|
+
return value;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
return {
|
|
105
|
+
|
|
106
|
+
'tournamentName': value['tournamentName'],
|
|
107
|
+
'tournamentLink': value['tournamentLink'],
|
|
108
|
+
'category': value['category'],
|
|
109
|
+
'prizePool': value['prizePool'],
|
|
110
|
+
'tournamentDatetime': ((value['tournamentDatetime']).toISOString()),
|
|
111
|
+
};
|
|
112
|
+
}
|
|
113
|
+
|
package/models/index.ts
CHANGED
|
@@ -67,6 +67,23 @@ export * from './ApiEsportTournamentsGetFilterParameter';
|
|
|
67
67
|
export * from './ApiEsportTournamentsIdGet200Response';
|
|
68
68
|
export * from './ApiEsportVideogamesGet200Response';
|
|
69
69
|
export * from './ApiEsportVideogamesGet200ResponseResponseObjectInner';
|
|
70
|
+
export * from './ApiGarudakuGameTopupsGet200Response';
|
|
71
|
+
export * from './ApiGarudakuGameTopupsGet200ResponseResponseObject';
|
|
72
|
+
export * from './ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner';
|
|
73
|
+
export * from './ApiGarudakuGameTopupsGetFilterParameter';
|
|
74
|
+
export * from './ApiGarudakuGameTopupsGetFilterParameterIsPopular';
|
|
75
|
+
export * from './ApiGarudakuGameTopupsIdDelete200Response';
|
|
76
|
+
export * from './ApiGarudakuGameTopupsIdPutRequest';
|
|
77
|
+
export * from './ApiGarudakuGameTopupsPost200Response';
|
|
78
|
+
export * from './ApiGarudakuGameTopupsPostRequest';
|
|
79
|
+
export * from './ApiGarudakuPrivateStreamPostRequest';
|
|
80
|
+
export * from './ApiGarudakuTournamentsGet200Response';
|
|
81
|
+
export * from './ApiGarudakuTournamentsGet200ResponseResponseObject';
|
|
82
|
+
export * from './ApiGarudakuTournamentsGet200ResponseResponseObjectItemsInner';
|
|
83
|
+
export * from './ApiGarudakuTournamentsGetFilterParameter';
|
|
84
|
+
export * from './ApiGarudakuTournamentsIdPutRequest';
|
|
85
|
+
export * from './ApiGarudakuTournamentsPost200Response';
|
|
86
|
+
export * from './ApiGarudakuTournamentsPostRequest';
|
|
70
87
|
export * from './ApiHealthCheckGet200Response';
|
|
71
88
|
export * from './ApiNewsCategoriesListGet200Response';
|
|
72
89
|
export * from './ApiNewsCategoriesListGet200ResponseResponseObject';
|