@dynamic-labs/sdk-api 0.0.120 → 0.0.121
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/package.json +1 -1
- package/src/apis/SDKApi.d.ts +72 -3
- package/src/apis/SDKApi.js +188 -1
- package/src/apis/SDKApi.js.map +1 -1
- package/src/models/EmailVerificationCreateRequest.d.ts +27 -0
- package/src/models/EmailVerificationCreateRequest.js +42 -0
- package/src/models/EmailVerificationCreateRequest.js.map +1 -0
- package/src/models/EmailVerificationCreateResponse.d.ts +33 -0
- package/src/models/EmailVerificationCreateResponse.js +44 -0
- package/src/models/EmailVerificationCreateResponse.js.map +1 -0
- package/src/models/EmailVerificationRequest.d.ts +27 -0
- package/src/models/EmailVerificationRequest.js +42 -0
- package/src/models/EmailVerificationRequest.js.map +1 -0
- package/src/models/EmailVerificationResponse.d.ts +33 -0
- package/src/models/EmailVerificationResponse.js +44 -0
- package/src/models/EmailVerificationResponse.js.map +1 -0
- package/src/models/EmailVerificationRetryRequest.d.ts +33 -0
- package/src/models/EmailVerificationRetryRequest.js +44 -0
- package/src/models/EmailVerificationRetryRequest.js.map +1 -0
- package/src/models/EmailVerificationVerifyRequest.d.ts +33 -0
- package/src/models/EmailVerificationVerifyRequest.js +44 -0
- package/src/models/EmailVerificationVerifyRequest.js.map +1 -0
- package/src/models/InlineObject1.d.ts +27 -0
- package/src/models/InlineObject1.js +42 -0
- package/src/models/InlineObject1.js.map +1 -0
- package/src/models/NextViewEnum.d.ts +23 -0
- package/src/models/NextViewEnum.js +39 -0
- package/src/models/NextViewEnum.js.map +1 -0
- package/src/models/ProjectSettingsKyc.d.ts +12 -0
- package/src/models/ProjectSettingsKyc.js +5 -0
- package/src/models/ProjectSettingsKyc.js.map +1 -1
- package/src/models/UnprocessableEntityErrorCode.d.ts +3 -1
- package/src/models/UnprocessableEntityErrorCode.js +2 -0
- package/src/models/UnprocessableEntityErrorCode.js.map +1 -1
- package/src/models/UpdateSelfResponse.d.ts +48 -0
- package/src/models/UpdateSelfResponse.js +52 -0
- package/src/models/UpdateSelfResponse.js.map +1 -0
- package/src/models/index.d.ts +6 -0
- package/src/models/index.js +6 -0
- package/src/models/index.js.map +1 -1
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Dashboard API
|
|
6
|
+
* Dashboard API documentation
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.EmailVerificationRequestToJSON = exports.EmailVerificationRequestFromJSONTyped = exports.EmailVerificationRequestFromJSON = void 0;
|
|
17
|
+
function EmailVerificationRequestFromJSON(json) {
|
|
18
|
+
return EmailVerificationRequestFromJSONTyped(json, false);
|
|
19
|
+
}
|
|
20
|
+
exports.EmailVerificationRequestFromJSON = EmailVerificationRequestFromJSON;
|
|
21
|
+
function EmailVerificationRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
22
|
+
if ((json === undefined) || (json === null)) {
|
|
23
|
+
return json;
|
|
24
|
+
}
|
|
25
|
+
return {
|
|
26
|
+
'email': json['email'],
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
exports.EmailVerificationRequestFromJSONTyped = EmailVerificationRequestFromJSONTyped;
|
|
30
|
+
function EmailVerificationRequestToJSON(value) {
|
|
31
|
+
if (value === undefined) {
|
|
32
|
+
return undefined;
|
|
33
|
+
}
|
|
34
|
+
if (value === null) {
|
|
35
|
+
return null;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'email': value.email,
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
exports.EmailVerificationRequestToJSON = EmailVerificationRequestToJSON;
|
|
42
|
+
//# sourceMappingURL=EmailVerificationRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmailVerificationRequest.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/EmailVerificationRequest.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAiBH,SAAgB,gCAAgC,CAAC,IAAS;IACtD,OAAO,qCAAqC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9D,CAAC;AAFD,4EAEC;AAED,SAAgB,qCAAqC,CAAC,IAAS,EAAE,mBAA4B;IACzF,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;KACzB,CAAC;AACN,CAAC;AARD,sFAQC;AAED,SAAgB,8BAA8B,CAAC,KAAuC;IAClF,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,OAAO,EAAE,KAAK,CAAC,KAAK;KACvB,CAAC;AACN,CAAC;AAXD,wEAWC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboard API
|
|
3
|
+
* Dashboard API documentation
|
|
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 EmailVerificationResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface EmailVerificationResponse {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof EmailVerificationResponse
|
|
22
|
+
*/
|
|
23
|
+
verificationUUID: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof EmailVerificationResponse
|
|
28
|
+
*/
|
|
29
|
+
email: string;
|
|
30
|
+
}
|
|
31
|
+
export declare function EmailVerificationResponseFromJSON(json: any): EmailVerificationResponse;
|
|
32
|
+
export declare function EmailVerificationResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): EmailVerificationResponse;
|
|
33
|
+
export declare function EmailVerificationResponseToJSON(value?: EmailVerificationResponse | null): any;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Dashboard API
|
|
6
|
+
* Dashboard API documentation
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.EmailVerificationResponseToJSON = exports.EmailVerificationResponseFromJSONTyped = exports.EmailVerificationResponseFromJSON = void 0;
|
|
17
|
+
function EmailVerificationResponseFromJSON(json) {
|
|
18
|
+
return EmailVerificationResponseFromJSONTyped(json, false);
|
|
19
|
+
}
|
|
20
|
+
exports.EmailVerificationResponseFromJSON = EmailVerificationResponseFromJSON;
|
|
21
|
+
function EmailVerificationResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
22
|
+
if ((json === undefined) || (json === null)) {
|
|
23
|
+
return json;
|
|
24
|
+
}
|
|
25
|
+
return {
|
|
26
|
+
'verificationUUID': json['verificationUUID'],
|
|
27
|
+
'email': json['email'],
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
exports.EmailVerificationResponseFromJSONTyped = EmailVerificationResponseFromJSONTyped;
|
|
31
|
+
function EmailVerificationResponseToJSON(value) {
|
|
32
|
+
if (value === undefined) {
|
|
33
|
+
return undefined;
|
|
34
|
+
}
|
|
35
|
+
if (value === null) {
|
|
36
|
+
return null;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'verificationUUID': value.verificationUUID,
|
|
40
|
+
'email': value.email,
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
exports.EmailVerificationResponseToJSON = EmailVerificationResponseToJSON;
|
|
44
|
+
//# sourceMappingURL=EmailVerificationResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmailVerificationResponse.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/EmailVerificationResponse.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAuBH,SAAgB,iCAAiC,CAAC,IAAS;IACvD,OAAO,sCAAsC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/D,CAAC;AAFD,8EAEC;AAED,SAAgB,sCAAsC,CAAC,IAAS,EAAE,mBAA4B;IAC1F,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,kBAAkB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC5C,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;KACzB,CAAC;AACN,CAAC;AATD,wFASC;AAED,SAAgB,+BAA+B,CAAC,KAAwC;IACpF,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,kBAAkB,EAAE,KAAK,CAAC,gBAAgB;QAC1C,OAAO,EAAE,KAAK,CAAC,KAAK;KACvB,CAAC;AACN,CAAC;AAZD,0EAYC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboard API
|
|
3
|
+
* Dashboard API documentation
|
|
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 EmailVerificationRetryRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface EmailVerificationRetryRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof EmailVerificationRetryRequest
|
|
22
|
+
*/
|
|
23
|
+
verificationUUID: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof EmailVerificationRetryRequest
|
|
28
|
+
*/
|
|
29
|
+
email: string;
|
|
30
|
+
}
|
|
31
|
+
export declare function EmailVerificationRetryRequestFromJSON(json: any): EmailVerificationRetryRequest;
|
|
32
|
+
export declare function EmailVerificationRetryRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): EmailVerificationRetryRequest;
|
|
33
|
+
export declare function EmailVerificationRetryRequestToJSON(value?: EmailVerificationRetryRequest | null): any;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Dashboard API
|
|
6
|
+
* Dashboard API documentation
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.EmailVerificationRetryRequestToJSON = exports.EmailVerificationRetryRequestFromJSONTyped = exports.EmailVerificationRetryRequestFromJSON = void 0;
|
|
17
|
+
function EmailVerificationRetryRequestFromJSON(json) {
|
|
18
|
+
return EmailVerificationRetryRequestFromJSONTyped(json, false);
|
|
19
|
+
}
|
|
20
|
+
exports.EmailVerificationRetryRequestFromJSON = EmailVerificationRetryRequestFromJSON;
|
|
21
|
+
function EmailVerificationRetryRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
22
|
+
if ((json === undefined) || (json === null)) {
|
|
23
|
+
return json;
|
|
24
|
+
}
|
|
25
|
+
return {
|
|
26
|
+
'verificationUUID': json['verificationUUID'],
|
|
27
|
+
'email': json['email'],
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
exports.EmailVerificationRetryRequestFromJSONTyped = EmailVerificationRetryRequestFromJSONTyped;
|
|
31
|
+
function EmailVerificationRetryRequestToJSON(value) {
|
|
32
|
+
if (value === undefined) {
|
|
33
|
+
return undefined;
|
|
34
|
+
}
|
|
35
|
+
if (value === null) {
|
|
36
|
+
return null;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'verificationUUID': value.verificationUUID,
|
|
40
|
+
'email': value.email,
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
exports.EmailVerificationRetryRequestToJSON = EmailVerificationRetryRequestToJSON;
|
|
44
|
+
//# sourceMappingURL=EmailVerificationRetryRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmailVerificationRetryRequest.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/EmailVerificationRetryRequest.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAuBH,SAAgB,qCAAqC,CAAC,IAAS;IAC3D,OAAO,0CAA0C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnE,CAAC;AAFD,sFAEC;AAED,SAAgB,0CAA0C,CAAC,IAAS,EAAE,mBAA4B;IAC9F,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,kBAAkB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC5C,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;KACzB,CAAC;AACN,CAAC;AATD,gGASC;AAED,SAAgB,mCAAmC,CAAC,KAA4C;IAC5F,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,kBAAkB,EAAE,KAAK,CAAC,gBAAgB;QAC1C,OAAO,EAAE,KAAK,CAAC,KAAK;KACvB,CAAC;AACN,CAAC;AAZD,kFAYC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboard API
|
|
3
|
+
* Dashboard API documentation
|
|
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 EmailVerificationVerifyRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface EmailVerificationVerifyRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof EmailVerificationVerifyRequest
|
|
22
|
+
*/
|
|
23
|
+
verificationUUID: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof EmailVerificationVerifyRequest
|
|
28
|
+
*/
|
|
29
|
+
verificationToken: string;
|
|
30
|
+
}
|
|
31
|
+
export declare function EmailVerificationVerifyRequestFromJSON(json: any): EmailVerificationVerifyRequest;
|
|
32
|
+
export declare function EmailVerificationVerifyRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): EmailVerificationVerifyRequest;
|
|
33
|
+
export declare function EmailVerificationVerifyRequestToJSON(value?: EmailVerificationVerifyRequest | null): any;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Dashboard API
|
|
6
|
+
* Dashboard API documentation
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.EmailVerificationVerifyRequestToJSON = exports.EmailVerificationVerifyRequestFromJSONTyped = exports.EmailVerificationVerifyRequestFromJSON = void 0;
|
|
17
|
+
function EmailVerificationVerifyRequestFromJSON(json) {
|
|
18
|
+
return EmailVerificationVerifyRequestFromJSONTyped(json, false);
|
|
19
|
+
}
|
|
20
|
+
exports.EmailVerificationVerifyRequestFromJSON = EmailVerificationVerifyRequestFromJSON;
|
|
21
|
+
function EmailVerificationVerifyRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
22
|
+
if ((json === undefined) || (json === null)) {
|
|
23
|
+
return json;
|
|
24
|
+
}
|
|
25
|
+
return {
|
|
26
|
+
'verificationUUID': json['verificationUUID'],
|
|
27
|
+
'verificationToken': json['verificationToken'],
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
exports.EmailVerificationVerifyRequestFromJSONTyped = EmailVerificationVerifyRequestFromJSONTyped;
|
|
31
|
+
function EmailVerificationVerifyRequestToJSON(value) {
|
|
32
|
+
if (value === undefined) {
|
|
33
|
+
return undefined;
|
|
34
|
+
}
|
|
35
|
+
if (value === null) {
|
|
36
|
+
return null;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'verificationUUID': value.verificationUUID,
|
|
40
|
+
'verificationToken': value.verificationToken,
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
exports.EmailVerificationVerifyRequestToJSON = EmailVerificationVerifyRequestToJSON;
|
|
44
|
+
//# sourceMappingURL=EmailVerificationVerifyRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmailVerificationVerifyRequest.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/EmailVerificationVerifyRequest.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAuBH,SAAgB,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAFD,wFAEC;AAED,SAAgB,2CAA2C,CAAC,IAAS,EAAE,mBAA4B;IAC/F,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,kBAAkB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC5C,mBAAmB,EAAE,IAAI,CAAC,mBAAmB,CAAC;KACjD,CAAC;AACN,CAAC;AATD,kGASC;AAED,SAAgB,oCAAoC,CAAC,KAA6C;IAC9F,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,kBAAkB,EAAE,KAAK,CAAC,gBAAgB;QAC1C,mBAAmB,EAAE,KAAK,CAAC,iBAAiB;KAC/C,CAAC;AACN,CAAC;AAZD,oFAYC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboard API
|
|
3
|
+
* Dashboard API documentation
|
|
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 InlineObject1
|
|
16
|
+
*/
|
|
17
|
+
export interface InlineObject1 {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof InlineObject1
|
|
22
|
+
*/
|
|
23
|
+
verificationUUID: string;
|
|
24
|
+
}
|
|
25
|
+
export declare function InlineObject1FromJSON(json: any): InlineObject1;
|
|
26
|
+
export declare function InlineObject1FromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineObject1;
|
|
27
|
+
export declare function InlineObject1ToJSON(value?: InlineObject1 | null): any;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Dashboard API
|
|
6
|
+
* Dashboard API documentation
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.InlineObject1ToJSON = exports.InlineObject1FromJSONTyped = exports.InlineObject1FromJSON = void 0;
|
|
17
|
+
function InlineObject1FromJSON(json) {
|
|
18
|
+
return InlineObject1FromJSONTyped(json, false);
|
|
19
|
+
}
|
|
20
|
+
exports.InlineObject1FromJSON = InlineObject1FromJSON;
|
|
21
|
+
function InlineObject1FromJSONTyped(json, ignoreDiscriminator) {
|
|
22
|
+
if ((json === undefined) || (json === null)) {
|
|
23
|
+
return json;
|
|
24
|
+
}
|
|
25
|
+
return {
|
|
26
|
+
'verificationUUID': json['verificationUUID'],
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
exports.InlineObject1FromJSONTyped = InlineObject1FromJSONTyped;
|
|
30
|
+
function InlineObject1ToJSON(value) {
|
|
31
|
+
if (value === undefined) {
|
|
32
|
+
return undefined;
|
|
33
|
+
}
|
|
34
|
+
if (value === null) {
|
|
35
|
+
return null;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'verificationUUID': value.verificationUUID,
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
exports.InlineObject1ToJSON = InlineObject1ToJSON;
|
|
42
|
+
//# sourceMappingURL=InlineObject1.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InlineObject1.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/InlineObject1.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAiBH,SAAgB,qBAAqB,CAAC,IAAS;IAC3C,OAAO,0BAA0B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnD,CAAC;AAFD,sDAEC;AAED,SAAgB,0BAA0B,CAAC,IAAS,EAAE,mBAA4B;IAC9E,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,kBAAkB,EAAE,IAAI,CAAC,kBAAkB,CAAC;KAC/C,CAAC;AACN,CAAC;AARD,gEAQC;AAED,SAAgB,mBAAmB,CAAC,KAA4B;IAC5D,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,kBAAkB,EAAE,KAAK,CAAC,gBAAgB;KAC7C,CAAC;AACN,CAAC;AAXD,kDAWC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboard API
|
|
3
|
+
* Dashboard API documentation
|
|
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
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare enum NextViewEnum {
|
|
18
|
+
Done = "done",
|
|
19
|
+
VerifyEmail = "verify-email"
|
|
20
|
+
}
|
|
21
|
+
export declare function NextViewEnumFromJSON(json: any): NextViewEnum;
|
|
22
|
+
export declare function NextViewEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): NextViewEnum;
|
|
23
|
+
export declare function NextViewEnumToJSON(value?: NextViewEnum | null): any;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Dashboard API
|
|
6
|
+
* Dashboard API documentation
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.NextViewEnumToJSON = exports.NextViewEnumFromJSONTyped = exports.NextViewEnumFromJSON = exports.NextViewEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
var NextViewEnum;
|
|
23
|
+
(function (NextViewEnum) {
|
|
24
|
+
NextViewEnum["Done"] = "done";
|
|
25
|
+
NextViewEnum["VerifyEmail"] = "verify-email";
|
|
26
|
+
})(NextViewEnum = exports.NextViewEnum || (exports.NextViewEnum = {}));
|
|
27
|
+
function NextViewEnumFromJSON(json) {
|
|
28
|
+
return NextViewEnumFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
exports.NextViewEnumFromJSON = NextViewEnumFromJSON;
|
|
31
|
+
function NextViewEnumFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
exports.NextViewEnumFromJSONTyped = NextViewEnumFromJSONTyped;
|
|
35
|
+
function NextViewEnumToJSON(value) {
|
|
36
|
+
return value;
|
|
37
|
+
}
|
|
38
|
+
exports.NextViewEnumToJSON = NextViewEnumToJSON;
|
|
39
|
+
//# sourceMappingURL=NextViewEnum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NextViewEnum.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/NextViewEnum.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH;;;;GAIG;AACH,IAAY,YAGX;AAHD,WAAY,YAAY;IACpB,6BAAa,CAAA;IACb,4CAA4B,CAAA;AAChC,CAAC,EAHW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAGvB;AAED,SAAgB,oBAAoB,CAAC,IAAS;IAC1C,OAAO,yBAAyB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClD,CAAC;AAFD,oDAEC;AAED,SAAgB,yBAAyB,CAAC,IAAS,EAAE,mBAA4B;IAC7E,OAAO,IAAoB,CAAC;AAChC,CAAC;AAFD,8DAEC;AAED,SAAgB,kBAAkB,CAAC,KAA2B;IAC1D,OAAO,KAAY,CAAC;AACxB,CAAC;AAFD,gDAEC"}
|
|
@@ -33,6 +33,18 @@ export interface ProjectSettingsKyc {
|
|
|
33
33
|
* @memberof ProjectSettingsKyc
|
|
34
34
|
*/
|
|
35
35
|
enabled: boolean;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {boolean}
|
|
39
|
+
* @memberof ProjectSettingsKyc
|
|
40
|
+
*/
|
|
41
|
+
unique?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {boolean}
|
|
45
|
+
* @memberof ProjectSettingsKyc
|
|
46
|
+
*/
|
|
47
|
+
verify?: boolean;
|
|
36
48
|
}
|
|
37
49
|
export declare function ProjectSettingsKycFromJSON(json: any): ProjectSettingsKyc;
|
|
38
50
|
export declare function ProjectSettingsKycFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProjectSettingsKyc;
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.ProjectSettingsKycToJSON = exports.ProjectSettingsKycFromJSONTyped = exports.ProjectSettingsKycFromJSON = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
17
18
|
function ProjectSettingsKycFromJSON(json) {
|
|
18
19
|
return ProjectSettingsKycFromJSONTyped(json, false);
|
|
19
20
|
}
|
|
@@ -26,6 +27,8 @@ function ProjectSettingsKycFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
26
27
|
'name': json['name'],
|
|
27
28
|
'required': json['required'],
|
|
28
29
|
'enabled': json['enabled'],
|
|
30
|
+
'unique': !(0, runtime_1.exists)(json, 'unique') ? undefined : json['unique'],
|
|
31
|
+
'verify': !(0, runtime_1.exists)(json, 'verify') ? undefined : json['verify'],
|
|
29
32
|
};
|
|
30
33
|
}
|
|
31
34
|
exports.ProjectSettingsKycFromJSONTyped = ProjectSettingsKycFromJSONTyped;
|
|
@@ -40,6 +43,8 @@ function ProjectSettingsKycToJSON(value) {
|
|
|
40
43
|
'name': value.name,
|
|
41
44
|
'required': value.required,
|
|
42
45
|
'enabled': value.enabled,
|
|
46
|
+
'unique': value.unique,
|
|
47
|
+
'verify': value.verify,
|
|
43
48
|
};
|
|
44
49
|
}
|
|
45
50
|
exports.ProjectSettingsKycToJSON = ProjectSettingsKycToJSON;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProjectSettingsKyc.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/ProjectSettingsKyc.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"ProjectSettingsKyc.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/ProjectSettingsKyc.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH,wCAA+C;AAuC/C,SAAgB,0BAA0B,CAAC,IAAS;IAChD,OAAO,+BAA+B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxD,CAAC;AAFD,gEAEC;AAED,SAAgB,+BAA+B,CAAC,IAAS,EAAE,mBAA4B;IACnF,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC;QAC5B,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC;QAC1B,QAAQ,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC9D,QAAQ,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;KACjE,CAAC;AACN,CAAC;AAZD,0EAYC;AAED,SAAgB,wBAAwB,CAAC,KAAiC;IACtE,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,IAAI;QAClB,UAAU,EAAE,KAAK,CAAC,QAAQ;QAC1B,SAAS,EAAE,KAAK,CAAC,OAAO;QACxB,QAAQ,EAAE,KAAK,CAAC,MAAM;QACtB,QAAQ,EAAE,KAAK,CAAC,MAAM;KACzB,CAAC;AACN,CAAC;AAfD,4DAeC"}
|
|
@@ -21,7 +21,9 @@ export declare enum UnprocessableEntityErrorCode {
|
|
|
21
21
|
ReassignWalletError = "reassign_wallet_error",
|
|
22
22
|
ReassignWalletConfirm = "reassign_wallet_confirm",
|
|
23
23
|
MembersCannotDeleteThemself = "members_cannot_delete_themself",
|
|
24
|
-
UsernameAlreadyExists = "username_already_exists"
|
|
24
|
+
UsernameAlreadyExists = "username_already_exists",
|
|
25
|
+
WrongEmailVerificationToken = "wrong_email_verification_token",
|
|
26
|
+
InvalidEmailVerification = "invalid_email_verification"
|
|
25
27
|
}
|
|
26
28
|
export declare function UnprocessableEntityErrorCodeFromJSON(json: any): UnprocessableEntityErrorCode;
|
|
27
29
|
export declare function UnprocessableEntityErrorCodeFromJSONTyped(json: any, ignoreDiscriminator: boolean): UnprocessableEntityErrorCode;
|
|
@@ -28,6 +28,8 @@ var UnprocessableEntityErrorCode;
|
|
|
28
28
|
UnprocessableEntityErrorCode["ReassignWalletConfirm"] = "reassign_wallet_confirm";
|
|
29
29
|
UnprocessableEntityErrorCode["MembersCannotDeleteThemself"] = "members_cannot_delete_themself";
|
|
30
30
|
UnprocessableEntityErrorCode["UsernameAlreadyExists"] = "username_already_exists";
|
|
31
|
+
UnprocessableEntityErrorCode["WrongEmailVerificationToken"] = "wrong_email_verification_token";
|
|
32
|
+
UnprocessableEntityErrorCode["InvalidEmailVerification"] = "invalid_email_verification";
|
|
31
33
|
})(UnprocessableEntityErrorCode = exports.UnprocessableEntityErrorCode || (exports.UnprocessableEntityErrorCode = {}));
|
|
32
34
|
function UnprocessableEntityErrorCodeFromJSON(json) {
|
|
33
35
|
return UnprocessableEntityErrorCodeFromJSONTyped(json, false);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UnprocessableEntityErrorCode.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/UnprocessableEntityErrorCode.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH;;;;GAIG;AACH,IAAY,
|
|
1
|
+
{"version":3,"file":"UnprocessableEntityErrorCode.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/UnprocessableEntityErrorCode.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH;;;;GAIG;AACH,IAAY,4BAUX;AAVD,WAAY,4BAA4B;IACpC,2EAA2C,CAAA;IAC3C,mFAAmD,CAAA;IACnD,8FAA8D,CAAA;IAC9D,6EAA6C,CAAA;IAC7C,iFAAiD,CAAA;IACjD,8FAA8D,CAAA;IAC9D,iFAAiD,CAAA;IACjD,8FAA8D,CAAA;IAC9D,uFAAuD,CAAA;AAC3D,CAAC,EAVW,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAUvC;AAED,SAAgB,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAFD,oFAEC;AAED,SAAgB,yCAAyC,CAAC,IAAS,EAAE,mBAA4B;IAC7F,OAAO,IAAoC,CAAC;AAChD,CAAC;AAFD,8FAEC;AAED,SAAgB,kCAAkC,CAAC,KAA2C;IAC1F,OAAO,KAAY,CAAC;AACxB,CAAC;AAFD,gFAEC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboard API
|
|
3
|
+
* Dashboard API documentation
|
|
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 { BasicUserResponse } from './BasicUserResponse';
|
|
13
|
+
import { EmailVerificationCreateResponse } from './EmailVerificationCreateResponse';
|
|
14
|
+
import { NextViewEnum } from './NextViewEnum';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface UpdateSelfResponse
|
|
19
|
+
*/
|
|
20
|
+
export interface UpdateSelfResponse {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {BasicUserResponse}
|
|
24
|
+
* @memberof UpdateSelfResponse
|
|
25
|
+
*/
|
|
26
|
+
user?: BasicUserResponse;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {NextViewEnum}
|
|
30
|
+
* @memberof UpdateSelfResponse
|
|
31
|
+
*/
|
|
32
|
+
nextView?: NextViewEnum;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {EmailVerificationCreateResponse}
|
|
36
|
+
* @memberof UpdateSelfResponse
|
|
37
|
+
*/
|
|
38
|
+
emailVerification?: EmailVerificationCreateResponse;
|
|
39
|
+
/**
|
|
40
|
+
* Encoded JWT token
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof UpdateSelfResponse
|
|
43
|
+
*/
|
|
44
|
+
jwt?: string;
|
|
45
|
+
}
|
|
46
|
+
export declare function UpdateSelfResponseFromJSON(json: any): UpdateSelfResponse;
|
|
47
|
+
export declare function UpdateSelfResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateSelfResponse;
|
|
48
|
+
export declare function UpdateSelfResponseToJSON(value?: UpdateSelfResponse | null): any;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Dashboard API
|
|
6
|
+
* Dashboard API documentation
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.UpdateSelfResponseToJSON = exports.UpdateSelfResponseFromJSONTyped = exports.UpdateSelfResponseFromJSON = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
18
|
+
const BasicUserResponse_1 = require("./BasicUserResponse");
|
|
19
|
+
const EmailVerificationCreateResponse_1 = require("./EmailVerificationCreateResponse");
|
|
20
|
+
const NextViewEnum_1 = require("./NextViewEnum");
|
|
21
|
+
function UpdateSelfResponseFromJSON(json) {
|
|
22
|
+
return UpdateSelfResponseFromJSONTyped(json, false);
|
|
23
|
+
}
|
|
24
|
+
exports.UpdateSelfResponseFromJSON = UpdateSelfResponseFromJSON;
|
|
25
|
+
function UpdateSelfResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
26
|
+
if ((json === undefined) || (json === null)) {
|
|
27
|
+
return json;
|
|
28
|
+
}
|
|
29
|
+
return {
|
|
30
|
+
'user': !(0, runtime_1.exists)(json, 'user') ? undefined : (0, BasicUserResponse_1.BasicUserResponseFromJSON)(json['user']),
|
|
31
|
+
'nextView': !(0, runtime_1.exists)(json, 'nextView') ? undefined : (0, NextViewEnum_1.NextViewEnumFromJSON)(json['nextView']),
|
|
32
|
+
'emailVerification': !(0, runtime_1.exists)(json, 'emailVerification') ? undefined : (0, EmailVerificationCreateResponse_1.EmailVerificationCreateResponseFromJSON)(json['emailVerification']),
|
|
33
|
+
'jwt': !(0, runtime_1.exists)(json, 'jwt') ? undefined : json['jwt'],
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
exports.UpdateSelfResponseFromJSONTyped = UpdateSelfResponseFromJSONTyped;
|
|
37
|
+
function UpdateSelfResponseToJSON(value) {
|
|
38
|
+
if (value === undefined) {
|
|
39
|
+
return undefined;
|
|
40
|
+
}
|
|
41
|
+
if (value === null) {
|
|
42
|
+
return null;
|
|
43
|
+
}
|
|
44
|
+
return {
|
|
45
|
+
'user': (0, BasicUserResponse_1.BasicUserResponseToJSON)(value.user),
|
|
46
|
+
'nextView': (0, NextViewEnum_1.NextViewEnumToJSON)(value.nextView),
|
|
47
|
+
'emailVerification': (0, EmailVerificationCreateResponse_1.EmailVerificationCreateResponseToJSON)(value.emailVerification),
|
|
48
|
+
'jwt': value.jwt,
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
exports.UpdateSelfResponseToJSON = UpdateSelfResponseToJSON;
|
|
52
|
+
//# sourceMappingURL=UpdateSelfResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateSelfResponse.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/UpdateSelfResponse.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH,wCAA+C;AAC/C,2DAK6B;AAC7B,uFAK2C;AAC3C,iDAKwB;AAkCxB,SAAgB,0BAA0B,CAAC,IAAS;IAChD,OAAO,+BAA+B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxD,CAAC;AAFD,gEAEC;AAED,SAAgB,+BAA+B,CAAC,IAAS,EAAE,mBAA4B;IACnF,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,MAAM,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,6CAAyB,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACnF,UAAU,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,mCAAoB,EAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC1F,mBAAmB,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,yEAAuC,EAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QACxI,KAAK,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC;KACxD,CAAC;AACN,CAAC;AAXD,0EAWC;AAED,SAAgB,wBAAwB,CAAC,KAAiC;IACtE,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,MAAM,EAAE,IAAA,2CAAuB,EAAC,KAAK,CAAC,IAAI,CAAC;QAC3C,UAAU,EAAE,IAAA,iCAAkB,EAAC,KAAK,CAAC,QAAQ,CAAC;QAC9C,mBAAmB,EAAE,IAAA,uEAAqC,EAAC,KAAK,CAAC,iBAAiB,CAAC;QACnF,KAAK,EAAE,KAAK,CAAC,GAAG;KACnB,CAAC;AACN,CAAC;AAdD,4DAcC"}
|
package/src/models/index.d.ts
CHANGED
|
@@ -19,6 +19,10 @@ export * from './CreateProjectResponseProjectProjectEnvironments';
|
|
|
19
19
|
export * from './CreateTokenResponse';
|
|
20
20
|
export * from './Duration';
|
|
21
21
|
export * from './DynamicJwt';
|
|
22
|
+
export * from './EmailVerificationCreateRequest';
|
|
23
|
+
export * from './EmailVerificationCreateResponse';
|
|
24
|
+
export * from './EmailVerificationRetryRequest';
|
|
25
|
+
export * from './EmailVerificationVerifyRequest';
|
|
22
26
|
export * from './EnvironmentEnum';
|
|
23
27
|
export * from './EnvironmentVisitorsResponse';
|
|
24
28
|
export * from './EnvironmentsResponse';
|
|
@@ -51,6 +55,7 @@ export * from './NativeCurrency';
|
|
|
51
55
|
export * from './Network';
|
|
52
56
|
export * from './NetworkConfiguration';
|
|
53
57
|
export * from './NetworkConfigurationResponse';
|
|
58
|
+
export * from './NextViewEnum';
|
|
54
59
|
export * from './NonceResponse';
|
|
55
60
|
export * from './Organization';
|
|
56
61
|
export * from './OrganizationFields';
|
|
@@ -98,6 +103,7 @@ export * from './UnprocessableEntity';
|
|
|
98
103
|
export * from './UnprocessableEntityErrorCode';
|
|
99
104
|
export * from './UpdateProjectRequest';
|
|
100
105
|
export * from './UpdateProjectResponse';
|
|
106
|
+
export * from './UpdateSelfResponse';
|
|
101
107
|
export * from './User';
|
|
102
108
|
export * from './UserFields';
|
|
103
109
|
export * from './UserFilterableFieldsEnum';
|