@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,60 @@
|
|
|
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
|
+
import { ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInnerFromJSON, ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInnerToJSON, } from './ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the ApiGarudakuGameTopupsGet200ResponseResponseObject interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfApiGarudakuGameTopupsGet200ResponseResponseObject(value) {
|
|
19
|
+
if (!('items' in value) || value['items'] === undefined)
|
|
20
|
+
return false;
|
|
21
|
+
if (!('currentPage' in value) || value['currentPage'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!('pageSize' in value) || value['pageSize'] === undefined)
|
|
24
|
+
return false;
|
|
25
|
+
if (!('totalItems' in value) || value['totalItems'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('totalPages' in value) || value['totalPages'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
return true;
|
|
30
|
+
}
|
|
31
|
+
export function ApiGarudakuGameTopupsGet200ResponseResponseObjectFromJSON(json) {
|
|
32
|
+
return ApiGarudakuGameTopupsGet200ResponseResponseObjectFromJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
export function ApiGarudakuGameTopupsGet200ResponseResponseObjectFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
+
if (json == null) {
|
|
36
|
+
return json;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'items': (json['items'].map(ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInnerFromJSON)),
|
|
40
|
+
'currentPage': json['currentPage'],
|
|
41
|
+
'pageSize': json['pageSize'],
|
|
42
|
+
'totalItems': json['totalItems'],
|
|
43
|
+
'totalPages': json['totalPages'],
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
export function ApiGarudakuGameTopupsGet200ResponseResponseObjectToJSON(json) {
|
|
47
|
+
return ApiGarudakuGameTopupsGet200ResponseResponseObjectToJSONTyped(json, false);
|
|
48
|
+
}
|
|
49
|
+
export function ApiGarudakuGameTopupsGet200ResponseResponseObjectToJSONTyped(value, ignoreDiscriminator = false) {
|
|
50
|
+
if (value == null) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
'items': (value['items'].map(ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInnerToJSON)),
|
|
55
|
+
'currentPage': value['currentPage'],
|
|
56
|
+
'pageSize': value['pageSize'],
|
|
57
|
+
'totalItems': value['totalItems'],
|
|
58
|
+
'totalPages': value['totalPages'],
|
|
59
|
+
};
|
|
60
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DRX API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner
|
|
16
|
+
*/
|
|
17
|
+
export interface ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner
|
|
22
|
+
*/
|
|
23
|
+
id: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner
|
|
28
|
+
*/
|
|
29
|
+
gameName: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner
|
|
34
|
+
*/
|
|
35
|
+
gameThumbnail: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner
|
|
40
|
+
*/
|
|
41
|
+
gameLink: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {boolean}
|
|
45
|
+
* @memberof ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner
|
|
46
|
+
*/
|
|
47
|
+
isPopular?: boolean;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner
|
|
52
|
+
*/
|
|
53
|
+
sortOrder?: number;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {Date}
|
|
57
|
+
* @memberof ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner
|
|
58
|
+
*/
|
|
59
|
+
createdAt: Date;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {Date}
|
|
63
|
+
* @memberof ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner
|
|
64
|
+
*/
|
|
65
|
+
updatedAt: Date;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Check if a given object implements the ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner interface.
|
|
69
|
+
*/
|
|
70
|
+
export declare function instanceOfApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner(value: object): value is ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner;
|
|
71
|
+
export declare function ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInnerFromJSON(json: any): ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner;
|
|
72
|
+
export declare function ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner;
|
|
73
|
+
export declare function ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInnerToJSON(json: any): ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner;
|
|
74
|
+
export declare function ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInnerToJSONTyped(value?: ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,67 @@
|
|
|
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
|
+
* Check if a given object implements the ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner(value) {
|
|
18
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('gameName' in value) || value['gameName'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
if (!('gameThumbnail' in value) || value['gameThumbnail'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
if (!('gameLink' in value) || value['gameLink'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
if (!('createdAt' in value) || value['createdAt'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('updatedAt' in value) || value['updatedAt'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
return true;
|
|
31
|
+
}
|
|
32
|
+
export function ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInnerFromJSON(json) {
|
|
33
|
+
return ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInnerFromJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
export function ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
|
+
if (json == null) {
|
|
37
|
+
return json;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'id': json['id'],
|
|
41
|
+
'gameName': json['gameName'],
|
|
42
|
+
'gameThumbnail': json['gameThumbnail'],
|
|
43
|
+
'gameLink': json['gameLink'],
|
|
44
|
+
'isPopular': json['isPopular'] == null ? undefined : json['isPopular'],
|
|
45
|
+
'sortOrder': json['sortOrder'] == null ? undefined : json['sortOrder'],
|
|
46
|
+
'createdAt': (new Date(json['createdAt'])),
|
|
47
|
+
'updatedAt': (new Date(json['updatedAt'])),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
export function ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInnerToJSON(json) {
|
|
51
|
+
return ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInnerToJSONTyped(json, false);
|
|
52
|
+
}
|
|
53
|
+
export function ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInnerToJSONTyped(value, ignoreDiscriminator = false) {
|
|
54
|
+
if (value == null) {
|
|
55
|
+
return value;
|
|
56
|
+
}
|
|
57
|
+
return {
|
|
58
|
+
'id': value['id'],
|
|
59
|
+
'gameName': value['gameName'],
|
|
60
|
+
'gameThumbnail': value['gameThumbnail'],
|
|
61
|
+
'gameLink': value['gameLink'],
|
|
62
|
+
'isPopular': value['isPopular'],
|
|
63
|
+
'sortOrder': value['sortOrder'],
|
|
64
|
+
'createdAt': ((value['createdAt']).toISOString()),
|
|
65
|
+
'updatedAt': ((value['updatedAt']).toISOString()),
|
|
66
|
+
};
|
|
67
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DRX API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ApiPadelMatchesGetFilterParameterName } from './ApiPadelMatchesGetFilterParameterName';
|
|
13
|
+
import type { ApiGarudakuGameTopupsGetFilterParameterIsPopular } from './ApiGarudakuGameTopupsGetFilterParameterIsPopular';
|
|
14
|
+
import type { ApiPadelMatchesGetFilterParameterId } from './ApiPadelMatchesGetFilterParameterId';
|
|
15
|
+
import type { ApiPadelMatchesGetFilterParameterPlayedAt } from './ApiPadelMatchesGetFilterParameterPlayedAt';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ApiGarudakuGameTopupsGetFilterParameter
|
|
20
|
+
*/
|
|
21
|
+
export interface ApiGarudakuGameTopupsGetFilterParameter {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {ApiPadelMatchesGetFilterParameterName}
|
|
25
|
+
* @memberof ApiGarudakuGameTopupsGetFilterParameter
|
|
26
|
+
*/
|
|
27
|
+
gameName?: ApiPadelMatchesGetFilterParameterName;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {ApiGarudakuGameTopupsGetFilterParameterIsPopular}
|
|
31
|
+
* @memberof ApiGarudakuGameTopupsGetFilterParameter
|
|
32
|
+
*/
|
|
33
|
+
isPopular?: ApiGarudakuGameTopupsGetFilterParameterIsPopular;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {ApiPadelMatchesGetFilterParameterId}
|
|
37
|
+
* @memberof ApiGarudakuGameTopupsGetFilterParameter
|
|
38
|
+
*/
|
|
39
|
+
sortOrder?: ApiPadelMatchesGetFilterParameterId;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @type {ApiPadelMatchesGetFilterParameterPlayedAt}
|
|
43
|
+
* @memberof ApiGarudakuGameTopupsGetFilterParameter
|
|
44
|
+
*/
|
|
45
|
+
createdAt?: ApiPadelMatchesGetFilterParameterPlayedAt;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @type {ApiPadelMatchesGetFilterParameterPlayedAt}
|
|
49
|
+
* @memberof ApiGarudakuGameTopupsGetFilterParameter
|
|
50
|
+
*/
|
|
51
|
+
updatedAt?: ApiPadelMatchesGetFilterParameterPlayedAt;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* Check if a given object implements the ApiGarudakuGameTopupsGetFilterParameter interface.
|
|
55
|
+
*/
|
|
56
|
+
export declare function instanceOfApiGarudakuGameTopupsGetFilterParameter(value: object): value is ApiGarudakuGameTopupsGetFilterParameter;
|
|
57
|
+
export declare function ApiGarudakuGameTopupsGetFilterParameterFromJSON(json: any): ApiGarudakuGameTopupsGetFilterParameter;
|
|
58
|
+
export declare function ApiGarudakuGameTopupsGetFilterParameterFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiGarudakuGameTopupsGetFilterParameter;
|
|
59
|
+
export declare function ApiGarudakuGameTopupsGetFilterParameterToJSON(json: any): ApiGarudakuGameTopupsGetFilterParameter;
|
|
60
|
+
export declare function ApiGarudakuGameTopupsGetFilterParameterToJSONTyped(value?: ApiGarudakuGameTopupsGetFilterParameter | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,53 @@
|
|
|
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
|
+
import { ApiPadelMatchesGetFilterParameterNameFromJSON, ApiPadelMatchesGetFilterParameterNameToJSON, } from './ApiPadelMatchesGetFilterParameterName';
|
|
15
|
+
import { ApiGarudakuGameTopupsGetFilterParameterIsPopularFromJSON, ApiGarudakuGameTopupsGetFilterParameterIsPopularToJSON, } from './ApiGarudakuGameTopupsGetFilterParameterIsPopular';
|
|
16
|
+
import { ApiPadelMatchesGetFilterParameterIdFromJSON, ApiPadelMatchesGetFilterParameterIdToJSON, } from './ApiPadelMatchesGetFilterParameterId';
|
|
17
|
+
import { ApiPadelMatchesGetFilterParameterPlayedAtFromJSON, ApiPadelMatchesGetFilterParameterPlayedAtToJSON, } from './ApiPadelMatchesGetFilterParameterPlayedAt';
|
|
18
|
+
/**
|
|
19
|
+
* Check if a given object implements the ApiGarudakuGameTopupsGetFilterParameter interface.
|
|
20
|
+
*/
|
|
21
|
+
export function instanceOfApiGarudakuGameTopupsGetFilterParameter(value) {
|
|
22
|
+
return true;
|
|
23
|
+
}
|
|
24
|
+
export function ApiGarudakuGameTopupsGetFilterParameterFromJSON(json) {
|
|
25
|
+
return ApiGarudakuGameTopupsGetFilterParameterFromJSONTyped(json, false);
|
|
26
|
+
}
|
|
27
|
+
export function ApiGarudakuGameTopupsGetFilterParameterFromJSONTyped(json, ignoreDiscriminator) {
|
|
28
|
+
if (json == null) {
|
|
29
|
+
return json;
|
|
30
|
+
}
|
|
31
|
+
return {
|
|
32
|
+
'gameName': json['gameName'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['gameName']),
|
|
33
|
+
'isPopular': json['isPopular'] == null ? undefined : ApiGarudakuGameTopupsGetFilterParameterIsPopularFromJSON(json['isPopular']),
|
|
34
|
+
'sortOrder': json['sortOrder'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['sortOrder']),
|
|
35
|
+
'createdAt': json['createdAt'] == null ? undefined : ApiPadelMatchesGetFilterParameterPlayedAtFromJSON(json['createdAt']),
|
|
36
|
+
'updatedAt': json['updatedAt'] == null ? undefined : ApiPadelMatchesGetFilterParameterPlayedAtFromJSON(json['updatedAt']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
export function ApiGarudakuGameTopupsGetFilterParameterToJSON(json) {
|
|
40
|
+
return ApiGarudakuGameTopupsGetFilterParameterToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
export function ApiGarudakuGameTopupsGetFilterParameterToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'gameName': ApiPadelMatchesGetFilterParameterNameToJSON(value['gameName']),
|
|
48
|
+
'isPopular': ApiGarudakuGameTopupsGetFilterParameterIsPopularToJSON(value['isPopular']),
|
|
49
|
+
'sortOrder': ApiPadelMatchesGetFilterParameterIdToJSON(value['sortOrder']),
|
|
50
|
+
'createdAt': ApiPadelMatchesGetFilterParameterPlayedAtToJSON(value['createdAt']),
|
|
51
|
+
'updatedAt': ApiPadelMatchesGetFilterParameterPlayedAtToJSON(value['updatedAt']),
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DRX API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ApiGarudakuGameTopupsGetFilterParameterIsPopular
|
|
16
|
+
*/
|
|
17
|
+
export interface ApiGarudakuGameTopupsGetFilterParameterIsPopular {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof ApiGarudakuGameTopupsGetFilterParameterIsPopular
|
|
22
|
+
*/
|
|
23
|
+
eq?: boolean;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the ApiGarudakuGameTopupsGetFilterParameterIsPopular interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfApiGarudakuGameTopupsGetFilterParameterIsPopular(value: object): value is ApiGarudakuGameTopupsGetFilterParameterIsPopular;
|
|
29
|
+
export declare function ApiGarudakuGameTopupsGetFilterParameterIsPopularFromJSON(json: any): ApiGarudakuGameTopupsGetFilterParameterIsPopular;
|
|
30
|
+
export declare function ApiGarudakuGameTopupsGetFilterParameterIsPopularFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiGarudakuGameTopupsGetFilterParameterIsPopular;
|
|
31
|
+
export declare function ApiGarudakuGameTopupsGetFilterParameterIsPopularToJSON(json: any): ApiGarudakuGameTopupsGetFilterParameterIsPopular;
|
|
32
|
+
export declare function ApiGarudakuGameTopupsGetFilterParameterIsPopularToJSONTyped(value?: ApiGarudakuGameTopupsGetFilterParameterIsPopular | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,41 @@
|
|
|
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
|
+
* Check if a given object implements the ApiGarudakuGameTopupsGetFilterParameterIsPopular interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfApiGarudakuGameTopupsGetFilterParameterIsPopular(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function ApiGarudakuGameTopupsGetFilterParameterIsPopularFromJSON(json) {
|
|
21
|
+
return ApiGarudakuGameTopupsGetFilterParameterIsPopularFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function ApiGarudakuGameTopupsGetFilterParameterIsPopularFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'eq': json['eq'] == null ? undefined : json['eq'],
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
export function ApiGarudakuGameTopupsGetFilterParameterIsPopularToJSON(json) {
|
|
32
|
+
return ApiGarudakuGameTopupsGetFilterParameterIsPopularToJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
export function ApiGarudakuGameTopupsGetFilterParameterIsPopularToJSONTyped(value, ignoreDiscriminator = false) {
|
|
35
|
+
if (value == null) {
|
|
36
|
+
return value;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'eq': value['eq'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DRX API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ApiGarudakuGameTopupsIdDelete200Response
|
|
16
|
+
*/
|
|
17
|
+
export interface ApiGarudakuGameTopupsIdDelete200Response {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ApiGarudakuGameTopupsIdDelete200Response
|
|
22
|
+
*/
|
|
23
|
+
message?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the ApiGarudakuGameTopupsIdDelete200Response interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfApiGarudakuGameTopupsIdDelete200Response(value: object): value is ApiGarudakuGameTopupsIdDelete200Response;
|
|
29
|
+
export declare function ApiGarudakuGameTopupsIdDelete200ResponseFromJSON(json: any): ApiGarudakuGameTopupsIdDelete200Response;
|
|
30
|
+
export declare function ApiGarudakuGameTopupsIdDelete200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiGarudakuGameTopupsIdDelete200Response;
|
|
31
|
+
export declare function ApiGarudakuGameTopupsIdDelete200ResponseToJSON(json: any): ApiGarudakuGameTopupsIdDelete200Response;
|
|
32
|
+
export declare function ApiGarudakuGameTopupsIdDelete200ResponseToJSONTyped(value?: ApiGarudakuGameTopupsIdDelete200Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,41 @@
|
|
|
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
|
+
* Check if a given object implements the ApiGarudakuGameTopupsIdDelete200Response interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfApiGarudakuGameTopupsIdDelete200Response(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function ApiGarudakuGameTopupsIdDelete200ResponseFromJSON(json) {
|
|
21
|
+
return ApiGarudakuGameTopupsIdDelete200ResponseFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function ApiGarudakuGameTopupsIdDelete200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'message': json['message'] == null ? undefined : json['message'],
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
export function ApiGarudakuGameTopupsIdDelete200ResponseToJSON(json) {
|
|
32
|
+
return ApiGarudakuGameTopupsIdDelete200ResponseToJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
export function ApiGarudakuGameTopupsIdDelete200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
35
|
+
if (value == null) {
|
|
36
|
+
return value;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'message': value['message'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DRX API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ApiGarudakuGameTopupsIdPutRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface ApiGarudakuGameTopupsIdPutRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ApiGarudakuGameTopupsIdPutRequest
|
|
22
|
+
*/
|
|
23
|
+
gameName?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ApiGarudakuGameTopupsIdPutRequest
|
|
28
|
+
*/
|
|
29
|
+
gameThumbnail?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ApiGarudakuGameTopupsIdPutRequest
|
|
34
|
+
*/
|
|
35
|
+
gameLink?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {boolean}
|
|
39
|
+
* @memberof ApiGarudakuGameTopupsIdPutRequest
|
|
40
|
+
*/
|
|
41
|
+
isPopular?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof ApiGarudakuGameTopupsIdPutRequest
|
|
46
|
+
*/
|
|
47
|
+
sortOrder?: number;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Check if a given object implements the ApiGarudakuGameTopupsIdPutRequest interface.
|
|
51
|
+
*/
|
|
52
|
+
export declare function instanceOfApiGarudakuGameTopupsIdPutRequest(value: object): value is ApiGarudakuGameTopupsIdPutRequest;
|
|
53
|
+
export declare function ApiGarudakuGameTopupsIdPutRequestFromJSON(json: any): ApiGarudakuGameTopupsIdPutRequest;
|
|
54
|
+
export declare function ApiGarudakuGameTopupsIdPutRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiGarudakuGameTopupsIdPutRequest;
|
|
55
|
+
export declare function ApiGarudakuGameTopupsIdPutRequestToJSON(json: any): ApiGarudakuGameTopupsIdPutRequest;
|
|
56
|
+
export declare function ApiGarudakuGameTopupsIdPutRequestToJSONTyped(value?: ApiGarudakuGameTopupsIdPutRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,49 @@
|
|
|
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
|
+
* Check if a given object implements the ApiGarudakuGameTopupsIdPutRequest interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfApiGarudakuGameTopupsIdPutRequest(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function ApiGarudakuGameTopupsIdPutRequestFromJSON(json) {
|
|
21
|
+
return ApiGarudakuGameTopupsIdPutRequestFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function ApiGarudakuGameTopupsIdPutRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'gameName': json['gameName'] == null ? undefined : json['gameName'],
|
|
29
|
+
'gameThumbnail': json['gameThumbnail'] == null ? undefined : json['gameThumbnail'],
|
|
30
|
+
'gameLink': json['gameLink'] == null ? undefined : json['gameLink'],
|
|
31
|
+
'isPopular': json['isPopular'] == null ? undefined : json['isPopular'],
|
|
32
|
+
'sortOrder': json['sortOrder'] == null ? undefined : json['sortOrder'],
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
export function ApiGarudakuGameTopupsIdPutRequestToJSON(json) {
|
|
36
|
+
return ApiGarudakuGameTopupsIdPutRequestToJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
export function ApiGarudakuGameTopupsIdPutRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
39
|
+
if (value == null) {
|
|
40
|
+
return value;
|
|
41
|
+
}
|
|
42
|
+
return {
|
|
43
|
+
'gameName': value['gameName'],
|
|
44
|
+
'gameThumbnail': value['gameThumbnail'],
|
|
45
|
+
'gameLink': value['gameLink'],
|
|
46
|
+
'isPopular': value['isPopular'],
|
|
47
|
+
'sortOrder': value['sortOrder'],
|
|
48
|
+
};
|
|
49
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DRX API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner } from './ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ApiGarudakuGameTopupsPost200Response
|
|
17
|
+
*/
|
|
18
|
+
export interface ApiGarudakuGameTopupsPost200Response {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {boolean}
|
|
22
|
+
* @memberof ApiGarudakuGameTopupsPost200Response
|
|
23
|
+
*/
|
|
24
|
+
success: boolean;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ApiGarudakuGameTopupsPost200Response
|
|
29
|
+
*/
|
|
30
|
+
message: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner}
|
|
34
|
+
* @memberof ApiGarudakuGameTopupsPost200Response
|
|
35
|
+
*/
|
|
36
|
+
responseObject?: ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof ApiGarudakuGameTopupsPost200Response
|
|
41
|
+
*/
|
|
42
|
+
statusCode: number;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Check if a given object implements the ApiGarudakuGameTopupsPost200Response interface.
|
|
46
|
+
*/
|
|
47
|
+
export declare function instanceOfApiGarudakuGameTopupsPost200Response(value: object): value is ApiGarudakuGameTopupsPost200Response;
|
|
48
|
+
export declare function ApiGarudakuGameTopupsPost200ResponseFromJSON(json: any): ApiGarudakuGameTopupsPost200Response;
|
|
49
|
+
export declare function ApiGarudakuGameTopupsPost200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiGarudakuGameTopupsPost200Response;
|
|
50
|
+
export declare function ApiGarudakuGameTopupsPost200ResponseToJSON(json: any): ApiGarudakuGameTopupsPost200Response;
|
|
51
|
+
export declare function ApiGarudakuGameTopupsPost200ResponseToJSONTyped(value?: ApiGarudakuGameTopupsPost200Response | null, ignoreDiscriminator?: boolean): any;
|