@drxsuperapp/sdk 1.1.163 → 1.1.168
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 +32 -0
- package/apis/AppConfigApi.ts +119 -0
- package/apis/AuthenticationApi.ts +166 -0
- package/apis/PadelApi.ts +0 -5
- package/apis/TennisApi.ts +0 -15
- package/apis/TournamentApi.ts +0 -5
- package/apis/UserAffiliateApi.ts +186 -0
- package/apis/UserApi.ts +0 -46
- package/apis/UserPointsApi.ts +176 -0
- package/apis/index.ts +4 -0
- package/deploy.log +20 -273
- package/dist/apis/AppConfigApi.d.ts +37 -0
- package/dist/apis/AppConfigApi.js +84 -0
- package/dist/apis/AuthenticationApi.d.ts +51 -0
- package/dist/apis/AuthenticationApi.js +121 -0
- package/dist/apis/PadelApi.d.ts +0 -1
- package/dist/apis/PadelApi.js +0 -3
- package/dist/apis/TennisApi.d.ts +0 -3
- package/dist/apis/TennisApi.js +0 -9
- package/dist/apis/TournamentApi.d.ts +0 -1
- package/dist/apis/TournamentApi.js +0 -3
- package/dist/apis/UserAffiliateApi.d.ts +51 -0
- package/dist/apis/UserAffiliateApi.js +127 -0
- package/dist/apis/UserApi.d.ts +1 -10
- package/dist/apis/UserApi.js +1 -35
- package/dist/apis/UserPointsApi.d.ts +48 -0
- package/dist/apis/UserPointsApi.js +125 -0
- package/dist/apis/index.d.ts +4 -0
- package/dist/apis/index.js +4 -0
- package/dist/models/ApiAuthLoginPost200Response.d.ts +51 -0
- package/dist/models/ApiAuthLoginPost200Response.js +54 -0
- package/dist/models/ApiAuthRefreshPost200Response.d.ts +51 -0
- package/dist/models/ApiAuthRefreshPost200Response.js +54 -0
- package/dist/models/ApiTournamentGetFilterParameter.d.ts +0 -6
- package/dist/models/ApiTournamentGetFilterParameter.js +0 -2
- package/dist/models/ApiUserAffiliateGet200Response.d.ts +51 -0
- package/dist/models/ApiUserAffiliateGet200Response.js +54 -0
- package/dist/models/ApiUserAffiliateGet200ResponseResponseObject.d.ts +63 -0
- package/dist/models/ApiUserAffiliateGet200ResponseResponseObject.js +64 -0
- package/dist/models/ApiUserAffiliateGet200ResponseResponseObjectStatistics.d.ts +50 -0
- package/dist/models/ApiUserAffiliateGet200ResponseResponseObjectStatistics.js +55 -0
- package/dist/models/ApiUserApplyAffiliateCodePost200Response.d.ts +51 -0
- package/dist/models/ApiUserApplyAffiliateCodePost200Response.js +54 -0
- package/dist/models/ApiUserApplyAffiliateCodePost200ResponseResponseObject.d.ts +51 -0
- package/dist/models/ApiUserApplyAffiliateCodePost200ResponseResponseObject.js +54 -0
- package/dist/models/ApiUserApplyAffiliateCodePost200ResponseResponseObjectReferrer.d.ts +38 -0
- package/dist/models/ApiUserApplyAffiliateCodePost200ResponseResponseObjectReferrer.js +47 -0
- package/dist/models/ApiUserApplyAffiliateCodePostRequest.d.ts +32 -0
- package/dist/models/ApiUserApplyAffiliateCodePostRequest.js +43 -0
- package/dist/models/ApiUserPointRewardsGet200Response.d.ts +51 -0
- package/dist/models/ApiUserPointRewardsGet200Response.js +54 -0
- package/dist/models/ApiUserPointRewardsGet200ResponseResponseObject.d.ts +68 -0
- package/dist/models/ApiUserPointRewardsGet200ResponseResponseObject.js +67 -0
- package/dist/models/ApiUserPointRewardsPut200Response.d.ts +51 -0
- package/dist/models/ApiUserPointRewardsPut200Response.js +54 -0
- package/dist/models/ApiUserPointRewardsPut200ResponseResponseObject.d.ts +50 -0
- package/dist/models/ApiUserPointRewardsPut200ResponseResponseObject.js +55 -0
- package/dist/models/ApiUserPointRewardsPutRequest.d.ts +51 -0
- package/dist/models/ApiUserPointRewardsPutRequest.js +59 -0
- package/dist/models/ApiUserPointsGet200Response.d.ts +51 -0
- package/dist/models/ApiUserPointsGet200Response.js +54 -0
- package/dist/models/ApiUserPointsGet200ResponseResponseObject.d.ts +56 -0
- package/dist/models/ApiUserPointsGet200ResponseResponseObject.js +59 -0
- package/dist/models/ApiUserPointsHistoryGet200Response.d.ts +51 -0
- package/dist/models/ApiUserPointsHistoryGet200Response.js +54 -0
- package/dist/models/ApiUserPointsHistoryGet200ResponseResponseObject.d.ts +57 -0
- package/dist/models/ApiUserPointsHistoryGet200ResponseResponseObject.js +60 -0
- package/dist/models/ApiUserPointsHistoryGet200ResponseResponseObjectItemsInner.d.ts +103 -0
- package/dist/models/ApiUserPointsHistoryGet200ResponseResponseObjectItemsInner.js +96 -0
- package/dist/models/ApiUserPointsHistoryGetFilterParameter.d.ts +52 -0
- package/dist/models/ApiUserPointsHistoryGetFilterParameter.js +49 -0
- package/dist/models/ApiUserRecentReferralsGet200Response.d.ts +51 -0
- package/dist/models/ApiUserRecentReferralsGet200Response.js +54 -0
- package/dist/models/ApiUserRecentReferralsGet200ResponseResponseObject.d.ts +57 -0
- package/dist/models/ApiUserRecentReferralsGet200ResponseResponseObject.js +60 -0
- package/dist/models/ApiUserRecentReferralsGet200ResponseResponseObjectItemsInner.d.ts +56 -0
- package/dist/models/ApiUserRecentReferralsGet200ResponseResponseObjectItemsInner.js +59 -0
- package/dist/models/ApiUserRecentReferralsGetFilterParameter.d.ts +46 -0
- package/dist/models/ApiUserRecentReferralsGetFilterParameter.js +47 -0
- package/dist/models/LoginRequest.d.ts +38 -0
- package/dist/models/LoginRequest.js +47 -0
- package/dist/models/LoginResponse.d.ts +45 -0
- package/dist/models/LoginResponse.js +52 -0
- package/dist/models/LoginResponseUser.d.ts +56 -0
- package/dist/models/LoginResponseUser.js +59 -0
- package/dist/models/RefreshTokenResponse.d.ts +38 -0
- package/dist/models/RefreshTokenResponse.js +47 -0
- package/dist/models/index.d.ts +28 -0
- package/dist/models/index.js +28 -0
- package/models/ApiAuthLoginPost200Response.ts +100 -0
- package/models/ApiAuthRefreshPost200Response.ts +100 -0
- package/models/ApiTournamentGetFilterParameter.ts +0 -8
- package/models/ApiUserAffiliateGet200Response.ts +100 -0
- package/models/ApiUserAffiliateGet200ResponseResponseObject.ts +119 -0
- package/models/ApiUserAffiliateGet200ResponseResponseObjectStatistics.ts +93 -0
- package/models/ApiUserApplyAffiliateCodePost200Response.ts +100 -0
- package/models/ApiUserApplyAffiliateCodePost200ResponseResponseObject.ts +100 -0
- package/models/ApiUserApplyAffiliateCodePost200ResponseResponseObjectReferrer.ts +75 -0
- package/models/ApiUserApplyAffiliateCodePostRequest.ts +66 -0
- package/models/ApiUserPointRewardsGet200Response.ts +100 -0
- package/models/ApiUserPointRewardsGet200ResponseResponseObject.ts +120 -0
- package/models/ApiUserPointRewardsPut200Response.ts +100 -0
- package/models/ApiUserPointRewardsPut200ResponseResponseObject.ts +93 -0
- package/models/ApiUserPointRewardsPutRequest.ts +91 -0
- package/models/ApiUserPointsGet200Response.ts +100 -0
- package/models/ApiUserPointsGet200ResponseResponseObject.ts +102 -0
- package/models/ApiUserPointsHistoryGet200Response.ts +100 -0
- package/models/ApiUserPointsHistoryGet200ResponseResponseObject.ts +110 -0
- package/models/ApiUserPointsHistoryGet200ResponseResponseObjectItemsInner.ts +160 -0
- package/models/ApiUserPointsHistoryGetFilterParameter.ts +104 -0
- package/models/ApiUserRecentReferralsGet200Response.ts +100 -0
- package/models/ApiUserRecentReferralsGet200ResponseResponseObject.ts +110 -0
- package/models/ApiUserRecentReferralsGet200ResponseResponseObjectItemsInner.ts +102 -0
- package/models/ApiUserRecentReferralsGetFilterParameter.ts +96 -0
- package/models/LoginRequest.ts +75 -0
- package/models/LoginResponse.ts +92 -0
- package/models/LoginResponseUser.ts +102 -0
- package/models/RefreshTokenResponse.ts +75 -0
- package/models/index.ts +28 -0
- package/package.json +1 -1
|
@@ -0,0 +1,46 @@
|
|
|
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 { ApiPadelMatchesGetFilterParameterPlayedAt } from './ApiPadelMatchesGetFilterParameterPlayedAt';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ApiUserRecentReferralsGetFilterParameter
|
|
18
|
+
*/
|
|
19
|
+
export interface ApiUserRecentReferralsGetFilterParameter {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {ApiPadelMatchesGetFilterParameterPlayedAt}
|
|
23
|
+
* @memberof ApiUserRecentReferralsGetFilterParameter
|
|
24
|
+
*/
|
|
25
|
+
appliedAt?: ApiPadelMatchesGetFilterParameterPlayedAt;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {ApiPadelMatchesGetFilterParameterName}
|
|
29
|
+
* @memberof ApiUserRecentReferralsGetFilterParameter
|
|
30
|
+
*/
|
|
31
|
+
referredUserName?: ApiPadelMatchesGetFilterParameterName;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {ApiPadelMatchesGetFilterParameterName}
|
|
35
|
+
* @memberof ApiUserRecentReferralsGetFilterParameter
|
|
36
|
+
*/
|
|
37
|
+
referredUserEmail?: ApiPadelMatchesGetFilterParameterName;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Check if a given object implements the ApiUserRecentReferralsGetFilterParameter interface.
|
|
41
|
+
*/
|
|
42
|
+
export declare function instanceOfApiUserRecentReferralsGetFilterParameter(value: object): value is ApiUserRecentReferralsGetFilterParameter;
|
|
43
|
+
export declare function ApiUserRecentReferralsGetFilterParameterFromJSON(json: any): ApiUserRecentReferralsGetFilterParameter;
|
|
44
|
+
export declare function ApiUserRecentReferralsGetFilterParameterFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiUserRecentReferralsGetFilterParameter;
|
|
45
|
+
export declare function ApiUserRecentReferralsGetFilterParameterToJSON(json: any): ApiUserRecentReferralsGetFilterParameter;
|
|
46
|
+
export declare function ApiUserRecentReferralsGetFilterParameterToJSONTyped(value?: ApiUserRecentReferralsGetFilterParameter | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,47 @@
|
|
|
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 { ApiPadelMatchesGetFilterParameterPlayedAtFromJSON, ApiPadelMatchesGetFilterParameterPlayedAtToJSON, } from './ApiPadelMatchesGetFilterParameterPlayedAt';
|
|
16
|
+
/**
|
|
17
|
+
* Check if a given object implements the ApiUserRecentReferralsGetFilterParameter interface.
|
|
18
|
+
*/
|
|
19
|
+
export function instanceOfApiUserRecentReferralsGetFilterParameter(value) {
|
|
20
|
+
return true;
|
|
21
|
+
}
|
|
22
|
+
export function ApiUserRecentReferralsGetFilterParameterFromJSON(json) {
|
|
23
|
+
return ApiUserRecentReferralsGetFilterParameterFromJSONTyped(json, false);
|
|
24
|
+
}
|
|
25
|
+
export function ApiUserRecentReferralsGetFilterParameterFromJSONTyped(json, ignoreDiscriminator) {
|
|
26
|
+
if (json == null) {
|
|
27
|
+
return json;
|
|
28
|
+
}
|
|
29
|
+
return {
|
|
30
|
+
'appliedAt': json['appliedAt'] == null ? undefined : ApiPadelMatchesGetFilterParameterPlayedAtFromJSON(json['appliedAt']),
|
|
31
|
+
'referredUserName': json['referredUserName'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['referredUserName']),
|
|
32
|
+
'referredUserEmail': json['referredUserEmail'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['referredUserEmail']),
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
export function ApiUserRecentReferralsGetFilterParameterToJSON(json) {
|
|
36
|
+
return ApiUserRecentReferralsGetFilterParameterToJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
export function ApiUserRecentReferralsGetFilterParameterToJSONTyped(value, ignoreDiscriminator = false) {
|
|
39
|
+
if (value == null) {
|
|
40
|
+
return value;
|
|
41
|
+
}
|
|
42
|
+
return {
|
|
43
|
+
'appliedAt': ApiPadelMatchesGetFilterParameterPlayedAtToJSON(value['appliedAt']),
|
|
44
|
+
'referredUserName': ApiPadelMatchesGetFilterParameterNameToJSON(value['referredUserName']),
|
|
45
|
+
'referredUserEmail': ApiPadelMatchesGetFilterParameterNameToJSON(value['referredUserEmail']),
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
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 LoginRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface LoginRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof LoginRequest
|
|
22
|
+
*/
|
|
23
|
+
email: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof LoginRequest
|
|
28
|
+
*/
|
|
29
|
+
password: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the LoginRequest interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfLoginRequest(value: object): value is LoginRequest;
|
|
35
|
+
export declare function LoginRequestFromJSON(json: any): LoginRequest;
|
|
36
|
+
export declare function LoginRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): LoginRequest;
|
|
37
|
+
export declare function LoginRequestToJSON(json: any): LoginRequest;
|
|
38
|
+
export declare function LoginRequestToJSONTyped(value?: LoginRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,47 @@
|
|
|
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 LoginRequest interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfLoginRequest(value) {
|
|
18
|
+
if (!('email' in value) || value['email'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('password' in value) || value['password'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
return true;
|
|
23
|
+
}
|
|
24
|
+
export function LoginRequestFromJSON(json) {
|
|
25
|
+
return LoginRequestFromJSONTyped(json, false);
|
|
26
|
+
}
|
|
27
|
+
export function LoginRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
28
|
+
if (json == null) {
|
|
29
|
+
return json;
|
|
30
|
+
}
|
|
31
|
+
return {
|
|
32
|
+
'email': json['email'],
|
|
33
|
+
'password': json['password'],
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
export function LoginRequestToJSON(json) {
|
|
37
|
+
return LoginRequestToJSONTyped(json, false);
|
|
38
|
+
}
|
|
39
|
+
export function LoginRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
40
|
+
if (value == null) {
|
|
41
|
+
return value;
|
|
42
|
+
}
|
|
43
|
+
return {
|
|
44
|
+
'email': value['email'],
|
|
45
|
+
'password': value['password'],
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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 { LoginResponseUser } from './LoginResponseUser';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface LoginResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface LoginResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {LoginResponseUser}
|
|
22
|
+
* @memberof LoginResponse
|
|
23
|
+
*/
|
|
24
|
+
user: LoginResponseUser;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof LoginResponse
|
|
29
|
+
*/
|
|
30
|
+
accessToken: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof LoginResponse
|
|
35
|
+
*/
|
|
36
|
+
refreshToken: string;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the LoginResponse interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfLoginResponse(value: object): value is LoginResponse;
|
|
42
|
+
export declare function LoginResponseFromJSON(json: any): LoginResponse;
|
|
43
|
+
export declare function LoginResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): LoginResponse;
|
|
44
|
+
export declare function LoginResponseToJSON(json: any): LoginResponse;
|
|
45
|
+
export declare function LoginResponseToJSONTyped(value?: LoginResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,52 @@
|
|
|
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 { LoginResponseUserFromJSON, LoginResponseUserToJSON, } from './LoginResponseUser';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the LoginResponse interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfLoginResponse(value) {
|
|
19
|
+
if (!('user' in value) || value['user'] === undefined)
|
|
20
|
+
return false;
|
|
21
|
+
if (!('accessToken' in value) || value['accessToken'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!('refreshToken' in value) || value['refreshToken'] === undefined)
|
|
24
|
+
return false;
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
export function LoginResponseFromJSON(json) {
|
|
28
|
+
return LoginResponseFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
export function LoginResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'user': LoginResponseUserFromJSON(json['user']),
|
|
36
|
+
'accessToken': json['accessToken'],
|
|
37
|
+
'refreshToken': json['refreshToken'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
export function LoginResponseToJSON(json) {
|
|
41
|
+
return LoginResponseToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
export function LoginResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'user': LoginResponseUserToJSON(value['user']),
|
|
49
|
+
'accessToken': value['accessToken'],
|
|
50
|
+
'refreshToken': value['refreshToken'],
|
|
51
|
+
};
|
|
52
|
+
}
|
|
@@ -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 LoginResponseUser
|
|
16
|
+
*/
|
|
17
|
+
export interface LoginResponseUser {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof LoginResponseUser
|
|
22
|
+
*/
|
|
23
|
+
id: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof LoginResponseUser
|
|
28
|
+
*/
|
|
29
|
+
fullname: string | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof LoginResponseUser
|
|
34
|
+
*/
|
|
35
|
+
username: string | null;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof LoginResponseUser
|
|
40
|
+
*/
|
|
41
|
+
email: string | null;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof LoginResponseUser
|
|
46
|
+
*/
|
|
47
|
+
status: number | null;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Check if a given object implements the LoginResponseUser interface.
|
|
51
|
+
*/
|
|
52
|
+
export declare function instanceOfLoginResponseUser(value: object): value is LoginResponseUser;
|
|
53
|
+
export declare function LoginResponseUserFromJSON(json: any): LoginResponseUser;
|
|
54
|
+
export declare function LoginResponseUserFromJSONTyped(json: any, ignoreDiscriminator: boolean): LoginResponseUser;
|
|
55
|
+
export declare function LoginResponseUserToJSON(json: any): LoginResponseUser;
|
|
56
|
+
export declare function LoginResponseUserToJSONTyped(value?: LoginResponseUser | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,59 @@
|
|
|
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 LoginResponseUser interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfLoginResponseUser(value) {
|
|
18
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('fullname' in value) || value['fullname'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
if (!('username' in value) || value['username'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
if (!('email' in value) || value['email'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
if (!('status' in value) || value['status'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
export function LoginResponseUserFromJSON(json) {
|
|
31
|
+
return LoginResponseUserFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
export function LoginResponseUserFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'id': json['id'],
|
|
39
|
+
'fullname': json['fullname'],
|
|
40
|
+
'username': json['username'],
|
|
41
|
+
'email': json['email'],
|
|
42
|
+
'status': json['status'],
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
export function LoginResponseUserToJSON(json) {
|
|
46
|
+
return LoginResponseUserToJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
export function LoginResponseUserToJSONTyped(value, ignoreDiscriminator = false) {
|
|
49
|
+
if (value == null) {
|
|
50
|
+
return value;
|
|
51
|
+
}
|
|
52
|
+
return {
|
|
53
|
+
'id': value['id'],
|
|
54
|
+
'fullname': value['fullname'],
|
|
55
|
+
'username': value['username'],
|
|
56
|
+
'email': value['email'],
|
|
57
|
+
'status': value['status'],
|
|
58
|
+
};
|
|
59
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
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 RefreshTokenResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface RefreshTokenResponse {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof RefreshTokenResponse
|
|
22
|
+
*/
|
|
23
|
+
accessToken: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof RefreshTokenResponse
|
|
28
|
+
*/
|
|
29
|
+
refreshToken: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the RefreshTokenResponse interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfRefreshTokenResponse(value: object): value is RefreshTokenResponse;
|
|
35
|
+
export declare function RefreshTokenResponseFromJSON(json: any): RefreshTokenResponse;
|
|
36
|
+
export declare function RefreshTokenResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): RefreshTokenResponse;
|
|
37
|
+
export declare function RefreshTokenResponseToJSON(json: any): RefreshTokenResponse;
|
|
38
|
+
export declare function RefreshTokenResponseToJSONTyped(value?: RefreshTokenResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,47 @@
|
|
|
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 RefreshTokenResponse interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfRefreshTokenResponse(value) {
|
|
18
|
+
if (!('accessToken' in value) || value['accessToken'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('refreshToken' in value) || value['refreshToken'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
return true;
|
|
23
|
+
}
|
|
24
|
+
export function RefreshTokenResponseFromJSON(json) {
|
|
25
|
+
return RefreshTokenResponseFromJSONTyped(json, false);
|
|
26
|
+
}
|
|
27
|
+
export function RefreshTokenResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
28
|
+
if (json == null) {
|
|
29
|
+
return json;
|
|
30
|
+
}
|
|
31
|
+
return {
|
|
32
|
+
'accessToken': json['accessToken'],
|
|
33
|
+
'refreshToken': json['refreshToken'],
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
export function RefreshTokenResponseToJSON(json) {
|
|
37
|
+
return RefreshTokenResponseToJSONTyped(json, false);
|
|
38
|
+
}
|
|
39
|
+
export function RefreshTokenResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
40
|
+
if (value == null) {
|
|
41
|
+
return value;
|
|
42
|
+
}
|
|
43
|
+
return {
|
|
44
|
+
'accessToken': value['accessToken'],
|
|
45
|
+
'refreshToken': value['refreshToken'],
|
|
46
|
+
};
|
|
47
|
+
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export * from './ApiAuthLoginPost200Response';
|
|
2
|
+
export * from './ApiAuthRefreshPost200Response';
|
|
1
3
|
export * from './ApiHealthCheckGet200Response';
|
|
2
4
|
export * from './ApiNewsCategoriesListGet200Response';
|
|
3
5
|
export * from './ApiNewsCategoriesListGet200ResponseResponseObject';
|
|
@@ -87,13 +89,39 @@ export * from './ApiTournamentPadelPostRequestBody';
|
|
|
87
89
|
export * from './ApiTournamentPadelPostRequestBodyPlayersInner';
|
|
88
90
|
export * from './ApiTournamentPadelPostRequestBodyTeamsInner';
|
|
89
91
|
export * from './ApiTournamentSeedGameTypesGet200Response';
|
|
92
|
+
export * from './ApiUserAffiliateGet200Response';
|
|
93
|
+
export * from './ApiUserAffiliateGet200ResponseResponseObject';
|
|
94
|
+
export * from './ApiUserAffiliateGet200ResponseResponseObjectStatistics';
|
|
95
|
+
export * from './ApiUserApplyAffiliateCodePost200Response';
|
|
96
|
+
export * from './ApiUserApplyAffiliateCodePost200ResponseResponseObject';
|
|
97
|
+
export * from './ApiUserApplyAffiliateCodePost200ResponseResponseObjectReferrer';
|
|
98
|
+
export * from './ApiUserApplyAffiliateCodePostRequest';
|
|
90
99
|
export * from './ApiUserGet200Response';
|
|
91
100
|
export * from './ApiUserGetFilterParameter';
|
|
92
101
|
export * from './ApiUserLeaderboardGet200Response';
|
|
93
102
|
export * from './ApiUserLeaderboardGet200ResponseResponseObject';
|
|
94
103
|
export * from './ApiUserLeaderboardGet200ResponseResponseObjectLeaderboardInner';
|
|
104
|
+
export * from './ApiUserPointRewardsGet200Response';
|
|
105
|
+
export * from './ApiUserPointRewardsGet200ResponseResponseObject';
|
|
106
|
+
export * from './ApiUserPointRewardsPut200Response';
|
|
107
|
+
export * from './ApiUserPointRewardsPut200ResponseResponseObject';
|
|
108
|
+
export * from './ApiUserPointRewardsPutRequest';
|
|
109
|
+
export * from './ApiUserPointsGet200Response';
|
|
110
|
+
export * from './ApiUserPointsGet200ResponseResponseObject';
|
|
111
|
+
export * from './ApiUserPointsHistoryGet200Response';
|
|
112
|
+
export * from './ApiUserPointsHistoryGet200ResponseResponseObject';
|
|
113
|
+
export * from './ApiUserPointsHistoryGet200ResponseResponseObjectItemsInner';
|
|
114
|
+
export * from './ApiUserPointsHistoryGetFilterParameter';
|
|
115
|
+
export * from './ApiUserRecentReferralsGet200Response';
|
|
116
|
+
export * from './ApiUserRecentReferralsGet200ResponseResponseObject';
|
|
117
|
+
export * from './ApiUserRecentReferralsGet200ResponseResponseObjectItemsInner';
|
|
118
|
+
export * from './ApiUserRecentReferralsGetFilterParameter';
|
|
95
119
|
export * from './ApiYoutubeDrxContentGet200Response';
|
|
96
120
|
export * from './ApiYoutubeDrxContentGet200ResponseResponseObject';
|
|
97
121
|
export * from './ApiYoutubeDrxContentGet200ResponseResponseObjectCurrentLive';
|
|
98
122
|
export * from './ApiYoutubeDrxContentGet200ResponseResponseObjectPreviousContentInner';
|
|
99
123
|
export * from './ApiYoutubeRefreshPost200Response';
|
|
124
|
+
export * from './LoginRequest';
|
|
125
|
+
export * from './LoginResponse';
|
|
126
|
+
export * from './LoginResponseUser';
|
|
127
|
+
export * from './RefreshTokenResponse';
|
package/dist/models/index.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
|
+
export * from './ApiAuthLoginPost200Response';
|
|
4
|
+
export * from './ApiAuthRefreshPost200Response';
|
|
3
5
|
export * from './ApiHealthCheckGet200Response';
|
|
4
6
|
export * from './ApiNewsCategoriesListGet200Response';
|
|
5
7
|
export * from './ApiNewsCategoriesListGet200ResponseResponseObject';
|
|
@@ -89,13 +91,39 @@ export * from './ApiTournamentPadelPostRequestBody';
|
|
|
89
91
|
export * from './ApiTournamentPadelPostRequestBodyPlayersInner';
|
|
90
92
|
export * from './ApiTournamentPadelPostRequestBodyTeamsInner';
|
|
91
93
|
export * from './ApiTournamentSeedGameTypesGet200Response';
|
|
94
|
+
export * from './ApiUserAffiliateGet200Response';
|
|
95
|
+
export * from './ApiUserAffiliateGet200ResponseResponseObject';
|
|
96
|
+
export * from './ApiUserAffiliateGet200ResponseResponseObjectStatistics';
|
|
97
|
+
export * from './ApiUserApplyAffiliateCodePost200Response';
|
|
98
|
+
export * from './ApiUserApplyAffiliateCodePost200ResponseResponseObject';
|
|
99
|
+
export * from './ApiUserApplyAffiliateCodePost200ResponseResponseObjectReferrer';
|
|
100
|
+
export * from './ApiUserApplyAffiliateCodePostRequest';
|
|
92
101
|
export * from './ApiUserGet200Response';
|
|
93
102
|
export * from './ApiUserGetFilterParameter';
|
|
94
103
|
export * from './ApiUserLeaderboardGet200Response';
|
|
95
104
|
export * from './ApiUserLeaderboardGet200ResponseResponseObject';
|
|
96
105
|
export * from './ApiUserLeaderboardGet200ResponseResponseObjectLeaderboardInner';
|
|
106
|
+
export * from './ApiUserPointRewardsGet200Response';
|
|
107
|
+
export * from './ApiUserPointRewardsGet200ResponseResponseObject';
|
|
108
|
+
export * from './ApiUserPointRewardsPut200Response';
|
|
109
|
+
export * from './ApiUserPointRewardsPut200ResponseResponseObject';
|
|
110
|
+
export * from './ApiUserPointRewardsPutRequest';
|
|
111
|
+
export * from './ApiUserPointsGet200Response';
|
|
112
|
+
export * from './ApiUserPointsGet200ResponseResponseObject';
|
|
113
|
+
export * from './ApiUserPointsHistoryGet200Response';
|
|
114
|
+
export * from './ApiUserPointsHistoryGet200ResponseResponseObject';
|
|
115
|
+
export * from './ApiUserPointsHistoryGet200ResponseResponseObjectItemsInner';
|
|
116
|
+
export * from './ApiUserPointsHistoryGetFilterParameter';
|
|
117
|
+
export * from './ApiUserRecentReferralsGet200Response';
|
|
118
|
+
export * from './ApiUserRecentReferralsGet200ResponseResponseObject';
|
|
119
|
+
export * from './ApiUserRecentReferralsGet200ResponseResponseObjectItemsInner';
|
|
120
|
+
export * from './ApiUserRecentReferralsGetFilterParameter';
|
|
97
121
|
export * from './ApiYoutubeDrxContentGet200Response';
|
|
98
122
|
export * from './ApiYoutubeDrxContentGet200ResponseResponseObject';
|
|
99
123
|
export * from './ApiYoutubeDrxContentGet200ResponseResponseObjectCurrentLive';
|
|
100
124
|
export * from './ApiYoutubeDrxContentGet200ResponseResponseObjectPreviousContentInner';
|
|
101
125
|
export * from './ApiYoutubeRefreshPost200Response';
|
|
126
|
+
export * from './LoginRequest';
|
|
127
|
+
export * from './LoginResponse';
|
|
128
|
+
export * from './LoginResponseUser';
|
|
129
|
+
export * from './RefreshTokenResponse';
|
|
@@ -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 { LoginResponse } from './LoginResponse';
|
|
17
|
+
import {
|
|
18
|
+
LoginResponseFromJSON,
|
|
19
|
+
LoginResponseFromJSONTyped,
|
|
20
|
+
LoginResponseToJSON,
|
|
21
|
+
LoginResponseToJSONTyped,
|
|
22
|
+
} from './LoginResponse';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @export
|
|
27
|
+
* @interface ApiAuthLoginPost200Response
|
|
28
|
+
*/
|
|
29
|
+
export interface ApiAuthLoginPost200Response {
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {boolean}
|
|
33
|
+
* @memberof ApiAuthLoginPost200Response
|
|
34
|
+
*/
|
|
35
|
+
success: boolean;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ApiAuthLoginPost200Response
|
|
40
|
+
*/
|
|
41
|
+
message: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {LoginResponse}
|
|
45
|
+
* @memberof ApiAuthLoginPost200Response
|
|
46
|
+
*/
|
|
47
|
+
responseObject?: LoginResponse;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof ApiAuthLoginPost200Response
|
|
52
|
+
*/
|
|
53
|
+
statusCode: number;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Check if a given object implements the ApiAuthLoginPost200Response interface.
|
|
58
|
+
*/
|
|
59
|
+
export function instanceOfApiAuthLoginPost200Response(value: object): value is ApiAuthLoginPost200Response {
|
|
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 ApiAuthLoginPost200ResponseFromJSON(json: any): ApiAuthLoginPost200Response {
|
|
67
|
+
return ApiAuthLoginPost200ResponseFromJSONTyped(json, false);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
export function ApiAuthLoginPost200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiAuthLoginPost200Response {
|
|
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 : LoginResponseFromJSON(json['responseObject']),
|
|
79
|
+
'statusCode': json['statusCode'],
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
export function ApiAuthLoginPost200ResponseToJSON(json: any): ApiAuthLoginPost200Response {
|
|
84
|
+
return ApiAuthLoginPost200ResponseToJSONTyped(json, false);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export function ApiAuthLoginPost200ResponseToJSONTyped(value?: ApiAuthLoginPost200Response | 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': LoginResponseToJSON(value['responseObject']),
|
|
97
|
+
'statusCode': value['statusCode'],
|
|
98
|
+
};
|
|
99
|
+
}
|
|
100
|
+
|