@dynamic-labs/sdk-api 0.0.185 → 0.0.186
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/models/AnalyticsVisit.d.ts +0 -34
- package/src/models/AnalyticsVisit.js +0 -46
- package/src/models/AnalyticsVisit.js.map +0 -1
- package/src/models/AnalyticsVisitResponseSessions.d.ts +0 -33
- package/src/models/AnalyticsVisitResponseSessions.js +0 -45
- package/src/models/AnalyticsVisitResponseSessions.js.map +0 -1
- package/src/models/AnalyticsVisitSessions.d.ts +0 -33
- package/src/models/AnalyticsVisitSessions.js +0 -45
- package/src/models/AnalyticsVisitSessions.js.map +0 -1
- package/src/models/DatedAnalyticsRequest.d.ts +0 -33
- package/src/models/DatedAnalyticsRequest.js +0 -44
- package/src/models/DatedAnalyticsRequest.js.map +0 -1
- package/src/models/EmailVerificationRequest.d.ts +0 -27
- package/src/models/EmailVerificationRequest.js +0 -42
- package/src/models/EmailVerificationRequest.js.map +0 -1
- package/src/models/EmailVerificationResponse.d.ts +0 -33
- package/src/models/EmailVerificationResponse.js +0 -44
- package/src/models/EmailVerificationResponse.js.map +0 -1
- package/src/models/InlineObject1.d.ts +0 -27
- package/src/models/InlineObject1.js +0 -42
- package/src/models/InlineObject1.js.map +0 -1
- package/src/models/InlineResponse200.d.ts +0 -33
- package/src/models/InlineResponse200.js +0 -45
- package/src/models/InlineResponse200.js.map +0 -1
- package/src/models/InlineResponse2001.d.ts +0 -34
- package/src/models/InlineResponse2001.js +0 -46
- package/src/models/InlineResponse2001.js.map +0 -1
- package/src/models/InlineResponse2001Sessions.d.ts +0 -33
- package/src/models/InlineResponse2001Sessions.js +0 -45
- package/src/models/InlineResponse2001Sessions.js.map +0 -1
- package/src/models/JwtVerifiedEmail.d.ts +0 -40
- package/src/models/JwtVerifiedEmail.js +0 -47
- package/src/models/JwtVerifiedEmail.js.map +0 -1
- package/src/models/VerifiedCredentialFormatEnum.d.ts +0 -23
- package/src/models/VerifiedCredentialFormatEnum.js +0 -39
- package/src/models/VerifiedCredentialFormatEnum.js.map +0 -1
- package/src/models/VerifyLinkRequest.d.ts +0 -75
- package/src/models/VerifyLinkRequest.js +0 -73
- package/src/models/VerifyLinkRequest.js.map +0 -1
- package/src/models/VisitorsFilterableFieldsEnum.d.ts +0 -24
- package/src/models/VisitorsFilterableFieldsEnum.js +0 -40
- package/src/models/VisitorsFilterableFieldsEnum.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,34 +0,0 @@
|
|
|
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 { AnalyticsVisitSessions } from './AnalyticsVisitSessions';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface AnalyticsVisit
|
|
17
|
-
*/
|
|
18
|
-
export interface AnalyticsVisit {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {number}
|
|
22
|
-
* @memberof AnalyticsVisit
|
|
23
|
-
*/
|
|
24
|
-
totalUnique?: number;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {Array<AnalyticsVisitSessions>}
|
|
28
|
-
* @memberof AnalyticsVisit
|
|
29
|
-
*/
|
|
30
|
-
sessions?: Array<AnalyticsVisitSessions>;
|
|
31
|
-
}
|
|
32
|
-
export declare function AnalyticsVisitFromJSON(json: any): AnalyticsVisit;
|
|
33
|
-
export declare function AnalyticsVisitFromJSONTyped(json: any, ignoreDiscriminator: boolean): AnalyticsVisit;
|
|
34
|
-
export declare function AnalyticsVisitToJSON(value?: AnalyticsVisit | null): any;
|
|
@@ -1,46 +0,0 @@
|
|
|
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.AnalyticsVisitToJSON = exports.AnalyticsVisitFromJSONTyped = exports.AnalyticsVisitFromJSON = void 0;
|
|
17
|
-
const runtime_1 = require("../runtime");
|
|
18
|
-
const AnalyticsVisitSessions_1 = require("./AnalyticsVisitSessions");
|
|
19
|
-
function AnalyticsVisitFromJSON(json) {
|
|
20
|
-
return AnalyticsVisitFromJSONTyped(json, false);
|
|
21
|
-
}
|
|
22
|
-
exports.AnalyticsVisitFromJSON = AnalyticsVisitFromJSON;
|
|
23
|
-
function AnalyticsVisitFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
-
if ((json === undefined) || (json === null)) {
|
|
25
|
-
return json;
|
|
26
|
-
}
|
|
27
|
-
return {
|
|
28
|
-
'totalUnique': !(0, runtime_1.exists)(json, 'totalUnique') ? undefined : json['totalUnique'],
|
|
29
|
-
'sessions': !(0, runtime_1.exists)(json, 'sessions') ? undefined : (json['sessions'].map(AnalyticsVisitSessions_1.AnalyticsVisitSessionsFromJSON)),
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
exports.AnalyticsVisitFromJSONTyped = AnalyticsVisitFromJSONTyped;
|
|
33
|
-
function AnalyticsVisitToJSON(value) {
|
|
34
|
-
if (value === undefined) {
|
|
35
|
-
return undefined;
|
|
36
|
-
}
|
|
37
|
-
if (value === null) {
|
|
38
|
-
return null;
|
|
39
|
-
}
|
|
40
|
-
return {
|
|
41
|
-
'totalUnique': value.totalUnique,
|
|
42
|
-
'sessions': value.sessions === undefined ? undefined : (value.sessions.map(AnalyticsVisitSessions_1.AnalyticsVisitSessionsToJSON)),
|
|
43
|
-
};
|
|
44
|
-
}
|
|
45
|
-
exports.AnalyticsVisitToJSON = AnalyticsVisitToJSON;
|
|
46
|
-
//# sourceMappingURL=AnalyticsVisit.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AnalyticsVisit.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/AnalyticsVisit.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH,wCAA+C;AAC/C,qEAKkC;AAsBlC,SAAgB,sBAAsB,CAAC,IAAS;IAC5C,OAAO,2BAA2B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpD,CAAC;AAFD,wDAEC;AAED,SAAgB,2BAA2B,CAAC,IAAS,EAAE,mBAA4B;IAC/E,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,aAAa,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;QAC7E,UAAU,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,IAAI,CAAC,UAAU,CAAgB,CAAC,GAAG,CAAC,uDAA8B,CAAC,CAAC;KAC7H,CAAC;AACN,CAAC;AATD,kEASC;AAED,SAAgB,oBAAoB,CAAC,KAA6B;IAC9D,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,aAAa,EAAE,KAAK,CAAC,WAAW;QAChC,UAAU,EAAE,KAAK,CAAC,QAAQ,KAAK,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,QAAuB,CAAC,GAAG,CAAC,qDAA4B,CAAC,CAAC;KAC5H,CAAC;AACN,CAAC;AAZD,oDAYC"}
|
|
@@ -1,33 +0,0 @@
|
|
|
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 AnalyticsVisitResponseSessions
|
|
16
|
-
*/
|
|
17
|
-
export interface AnalyticsVisitResponseSessions {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof AnalyticsVisitResponseSessions
|
|
22
|
-
*/
|
|
23
|
-
count?: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof AnalyticsVisitResponseSessions
|
|
28
|
-
*/
|
|
29
|
-
date?: string;
|
|
30
|
-
}
|
|
31
|
-
export declare function AnalyticsVisitResponseSessionsFromJSON(json: any): AnalyticsVisitResponseSessions;
|
|
32
|
-
export declare function AnalyticsVisitResponseSessionsFromJSONTyped(json: any, ignoreDiscriminator: boolean): AnalyticsVisitResponseSessions;
|
|
33
|
-
export declare function AnalyticsVisitResponseSessionsToJSON(value?: AnalyticsVisitResponseSessions | null): any;
|
|
@@ -1,45 +0,0 @@
|
|
|
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.AnalyticsVisitResponseSessionsToJSON = exports.AnalyticsVisitResponseSessionsFromJSONTyped = exports.AnalyticsVisitResponseSessionsFromJSON = void 0;
|
|
17
|
-
const runtime_1 = require("../runtime");
|
|
18
|
-
function AnalyticsVisitResponseSessionsFromJSON(json) {
|
|
19
|
-
return AnalyticsVisitResponseSessionsFromJSONTyped(json, false);
|
|
20
|
-
}
|
|
21
|
-
exports.AnalyticsVisitResponseSessionsFromJSON = AnalyticsVisitResponseSessionsFromJSON;
|
|
22
|
-
function AnalyticsVisitResponseSessionsFromJSONTyped(json, ignoreDiscriminator) {
|
|
23
|
-
if ((json === undefined) || (json === null)) {
|
|
24
|
-
return json;
|
|
25
|
-
}
|
|
26
|
-
return {
|
|
27
|
-
'count': !(0, runtime_1.exists)(json, 'count') ? undefined : json['count'],
|
|
28
|
-
'date': !(0, runtime_1.exists)(json, 'date') ? undefined : json['date'],
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
exports.AnalyticsVisitResponseSessionsFromJSONTyped = AnalyticsVisitResponseSessionsFromJSONTyped;
|
|
32
|
-
function AnalyticsVisitResponseSessionsToJSON(value) {
|
|
33
|
-
if (value === undefined) {
|
|
34
|
-
return undefined;
|
|
35
|
-
}
|
|
36
|
-
if (value === null) {
|
|
37
|
-
return null;
|
|
38
|
-
}
|
|
39
|
-
return {
|
|
40
|
-
'count': value.count,
|
|
41
|
-
'date': value.date,
|
|
42
|
-
};
|
|
43
|
-
}
|
|
44
|
-
exports.AnalyticsVisitResponseSessionsToJSON = AnalyticsVisitResponseSessionsToJSON;
|
|
45
|
-
//# sourceMappingURL=AnalyticsVisitResponseSessions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AnalyticsVisitResponseSessions.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/AnalyticsVisitResponseSessions.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH,wCAA+C;AAqB/C,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,OAAO,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC3D,MAAM,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC3D,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,OAAO,EAAE,KAAK,CAAC,KAAK;QACpB,MAAM,EAAE,KAAK,CAAC,IAAI;KACrB,CAAC;AACN,CAAC;AAZD,oFAYC"}
|
|
@@ -1,33 +0,0 @@
|
|
|
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 AnalyticsVisitSessions
|
|
16
|
-
*/
|
|
17
|
-
export interface AnalyticsVisitSessions {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof AnalyticsVisitSessions
|
|
22
|
-
*/
|
|
23
|
-
count?: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof AnalyticsVisitSessions
|
|
28
|
-
*/
|
|
29
|
-
date?: string;
|
|
30
|
-
}
|
|
31
|
-
export declare function AnalyticsVisitSessionsFromJSON(json: any): AnalyticsVisitSessions;
|
|
32
|
-
export declare function AnalyticsVisitSessionsFromJSONTyped(json: any, ignoreDiscriminator: boolean): AnalyticsVisitSessions;
|
|
33
|
-
export declare function AnalyticsVisitSessionsToJSON(value?: AnalyticsVisitSessions | null): any;
|
|
@@ -1,45 +0,0 @@
|
|
|
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.AnalyticsVisitSessionsToJSON = exports.AnalyticsVisitSessionsFromJSONTyped = exports.AnalyticsVisitSessionsFromJSON = void 0;
|
|
17
|
-
const runtime_1 = require("../runtime");
|
|
18
|
-
function AnalyticsVisitSessionsFromJSON(json) {
|
|
19
|
-
return AnalyticsVisitSessionsFromJSONTyped(json, false);
|
|
20
|
-
}
|
|
21
|
-
exports.AnalyticsVisitSessionsFromJSON = AnalyticsVisitSessionsFromJSON;
|
|
22
|
-
function AnalyticsVisitSessionsFromJSONTyped(json, ignoreDiscriminator) {
|
|
23
|
-
if ((json === undefined) || (json === null)) {
|
|
24
|
-
return json;
|
|
25
|
-
}
|
|
26
|
-
return {
|
|
27
|
-
'count': !(0, runtime_1.exists)(json, 'count') ? undefined : json['count'],
|
|
28
|
-
'date': !(0, runtime_1.exists)(json, 'date') ? undefined : json['date'],
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
exports.AnalyticsVisitSessionsFromJSONTyped = AnalyticsVisitSessionsFromJSONTyped;
|
|
32
|
-
function AnalyticsVisitSessionsToJSON(value) {
|
|
33
|
-
if (value === undefined) {
|
|
34
|
-
return undefined;
|
|
35
|
-
}
|
|
36
|
-
if (value === null) {
|
|
37
|
-
return null;
|
|
38
|
-
}
|
|
39
|
-
return {
|
|
40
|
-
'count': value.count,
|
|
41
|
-
'date': value.date,
|
|
42
|
-
};
|
|
43
|
-
}
|
|
44
|
-
exports.AnalyticsVisitSessionsToJSON = AnalyticsVisitSessionsToJSON;
|
|
45
|
-
//# sourceMappingURL=AnalyticsVisitSessions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AnalyticsVisitSessions.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/AnalyticsVisitSessions.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH,wCAA+C;AAqB/C,SAAgB,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAFD,wEAEC;AAED,SAAgB,mCAAmC,CAAC,IAAS,EAAE,mBAA4B;IACvF,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,OAAO,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC3D,MAAM,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC3D,CAAC;AACN,CAAC;AATD,kFASC;AAED,SAAgB,4BAA4B,CAAC,KAAqC;IAC9E,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;QACpB,MAAM,EAAE,KAAK,CAAC,IAAI;KACrB,CAAC;AACN,CAAC;AAZD,oEAYC"}
|
|
@@ -1,33 +0,0 @@
|
|
|
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 DatedAnalyticsRequest
|
|
16
|
-
*/
|
|
17
|
-
export interface DatedAnalyticsRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof DatedAnalyticsRequest
|
|
22
|
-
*/
|
|
23
|
-
startDate: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof DatedAnalyticsRequest
|
|
28
|
-
*/
|
|
29
|
-
endDate: string;
|
|
30
|
-
}
|
|
31
|
-
export declare function DatedAnalyticsRequestFromJSON(json: any): DatedAnalyticsRequest;
|
|
32
|
-
export declare function DatedAnalyticsRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): DatedAnalyticsRequest;
|
|
33
|
-
export declare function DatedAnalyticsRequestToJSON(value?: DatedAnalyticsRequest | null): any;
|
|
@@ -1,44 +0,0 @@
|
|
|
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.DatedAnalyticsRequestToJSON = exports.DatedAnalyticsRequestFromJSONTyped = exports.DatedAnalyticsRequestFromJSON = void 0;
|
|
17
|
-
function DatedAnalyticsRequestFromJSON(json) {
|
|
18
|
-
return DatedAnalyticsRequestFromJSONTyped(json, false);
|
|
19
|
-
}
|
|
20
|
-
exports.DatedAnalyticsRequestFromJSON = DatedAnalyticsRequestFromJSON;
|
|
21
|
-
function DatedAnalyticsRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
22
|
-
if ((json === undefined) || (json === null)) {
|
|
23
|
-
return json;
|
|
24
|
-
}
|
|
25
|
-
return {
|
|
26
|
-
'startDate': json['startDate'],
|
|
27
|
-
'endDate': json['endDate'],
|
|
28
|
-
};
|
|
29
|
-
}
|
|
30
|
-
exports.DatedAnalyticsRequestFromJSONTyped = DatedAnalyticsRequestFromJSONTyped;
|
|
31
|
-
function DatedAnalyticsRequestToJSON(value) {
|
|
32
|
-
if (value === undefined) {
|
|
33
|
-
return undefined;
|
|
34
|
-
}
|
|
35
|
-
if (value === null) {
|
|
36
|
-
return null;
|
|
37
|
-
}
|
|
38
|
-
return {
|
|
39
|
-
'startDate': value.startDate,
|
|
40
|
-
'endDate': value.endDate,
|
|
41
|
-
};
|
|
42
|
-
}
|
|
43
|
-
exports.DatedAnalyticsRequestToJSON = DatedAnalyticsRequestToJSON;
|
|
44
|
-
//# sourceMappingURL=DatedAnalyticsRequest.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DatedAnalyticsRequest.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/DatedAnalyticsRequest.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAuBH,SAAgB,6BAA6B,CAAC,IAAS;IACnD,OAAO,kCAAkC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3D,CAAC;AAFD,sEAEC;AAED,SAAgB,kCAAkC,CAAC,IAAS,EAAE,mBAA4B;IACtF,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC;QAC9B,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC;KAC7B,CAAC;AACN,CAAC;AATD,gFASC;AAED,SAAgB,2BAA2B,CAAC,KAAoC;IAC5E,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,WAAW,EAAE,KAAK,CAAC,SAAS;QAC5B,SAAS,EAAE,KAAK,CAAC,OAAO;KAC3B,CAAC;AACN,CAAC;AAZD,kEAYC"}
|
|
@@ -1,27 +0,0 @@
|
|
|
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 EmailVerificationRequest
|
|
16
|
-
*/
|
|
17
|
-
export interface EmailVerificationRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof EmailVerificationRequest
|
|
22
|
-
*/
|
|
23
|
-
email: string;
|
|
24
|
-
}
|
|
25
|
-
export declare function EmailVerificationRequestFromJSON(json: any): EmailVerificationRequest;
|
|
26
|
-
export declare function EmailVerificationRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): EmailVerificationRequest;
|
|
27
|
-
export declare function EmailVerificationRequestToJSON(value?: EmailVerificationRequest | null): any;
|
|
@@ -1,42 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,33 +0,0 @@
|
|
|
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;
|
|
@@ -1,44 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,27 +0,0 @@
|
|
|
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;
|
|
@@ -1,42 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,33 +0,0 @@
|
|
|
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 InlineResponse200
|
|
16
|
-
*/
|
|
17
|
-
export interface InlineResponse200 {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof InlineResponse200
|
|
22
|
-
*/
|
|
23
|
-
count?: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof InlineResponse200
|
|
28
|
-
*/
|
|
29
|
-
walletName?: string;
|
|
30
|
-
}
|
|
31
|
-
export declare function InlineResponse200FromJSON(json: any): InlineResponse200;
|
|
32
|
-
export declare function InlineResponse200FromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse200;
|
|
33
|
-
export declare function InlineResponse200ToJSON(value?: InlineResponse200 | null): any;
|
|
@@ -1,45 +0,0 @@
|
|
|
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.InlineResponse200ToJSON = exports.InlineResponse200FromJSONTyped = exports.InlineResponse200FromJSON = void 0;
|
|
17
|
-
const runtime_1 = require("../runtime");
|
|
18
|
-
function InlineResponse200FromJSON(json) {
|
|
19
|
-
return InlineResponse200FromJSONTyped(json, false);
|
|
20
|
-
}
|
|
21
|
-
exports.InlineResponse200FromJSON = InlineResponse200FromJSON;
|
|
22
|
-
function InlineResponse200FromJSONTyped(json, ignoreDiscriminator) {
|
|
23
|
-
if ((json === undefined) || (json === null)) {
|
|
24
|
-
return json;
|
|
25
|
-
}
|
|
26
|
-
return {
|
|
27
|
-
'count': !(0, runtime_1.exists)(json, 'count') ? undefined : json['count'],
|
|
28
|
-
'walletName': !(0, runtime_1.exists)(json, 'walletName') ? undefined : json['walletName'],
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
exports.InlineResponse200FromJSONTyped = InlineResponse200FromJSONTyped;
|
|
32
|
-
function InlineResponse200ToJSON(value) {
|
|
33
|
-
if (value === undefined) {
|
|
34
|
-
return undefined;
|
|
35
|
-
}
|
|
36
|
-
if (value === null) {
|
|
37
|
-
return null;
|
|
38
|
-
}
|
|
39
|
-
return {
|
|
40
|
-
'count': value.count,
|
|
41
|
-
'walletName': value.walletName,
|
|
42
|
-
};
|
|
43
|
-
}
|
|
44
|
-
exports.InlineResponse200ToJSON = InlineResponse200ToJSON;
|
|
45
|
-
//# sourceMappingURL=InlineResponse200.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InlineResponse200.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/InlineResponse200.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH,wCAA+C;AAqB/C,SAAgB,yBAAyB,CAAC,IAAS;IAC/C,OAAO,8BAA8B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvD,CAAC;AAFD,8DAEC;AAED,SAAgB,8BAA8B,CAAC,IAAS,EAAE,mBAA4B;IAClF,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,OAAO,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC3D,YAAY,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,YAAY,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;KAC7E,CAAC;AACN,CAAC;AATD,wEASC;AAED,SAAgB,uBAAuB,CAAC,KAAgC;IACpE,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;QACpB,YAAY,EAAE,KAAK,CAAC,UAAU;KACjC,CAAC;AACN,CAAC;AAZD,0DAYC"}
|
|
@@ -1,34 +0,0 @@
|
|
|
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 { InlineResponse2001Sessions } from './InlineResponse2001Sessions';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface InlineResponse2001
|
|
17
|
-
*/
|
|
18
|
-
export interface InlineResponse2001 {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {number}
|
|
22
|
-
* @memberof InlineResponse2001
|
|
23
|
-
*/
|
|
24
|
-
uniqueTotal?: number;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {Array<InlineResponse2001Sessions>}
|
|
28
|
-
* @memberof InlineResponse2001
|
|
29
|
-
*/
|
|
30
|
-
sessions?: Array<InlineResponse2001Sessions>;
|
|
31
|
-
}
|
|
32
|
-
export declare function InlineResponse2001FromJSON(json: any): InlineResponse2001;
|
|
33
|
-
export declare function InlineResponse2001FromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse2001;
|
|
34
|
-
export declare function InlineResponse2001ToJSON(value?: InlineResponse2001 | null): any;
|
|
@@ -1,46 +0,0 @@
|
|
|
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.InlineResponse2001ToJSON = exports.InlineResponse2001FromJSONTyped = exports.InlineResponse2001FromJSON = void 0;
|
|
17
|
-
const runtime_1 = require("../runtime");
|
|
18
|
-
const InlineResponse2001Sessions_1 = require("./InlineResponse2001Sessions");
|
|
19
|
-
function InlineResponse2001FromJSON(json) {
|
|
20
|
-
return InlineResponse2001FromJSONTyped(json, false);
|
|
21
|
-
}
|
|
22
|
-
exports.InlineResponse2001FromJSON = InlineResponse2001FromJSON;
|
|
23
|
-
function InlineResponse2001FromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
-
if ((json === undefined) || (json === null)) {
|
|
25
|
-
return json;
|
|
26
|
-
}
|
|
27
|
-
return {
|
|
28
|
-
'uniqueTotal': !(0, runtime_1.exists)(json, 'unique-total') ? undefined : json['unique-total'],
|
|
29
|
-
'sessions': !(0, runtime_1.exists)(json, 'sessions') ? undefined : (json['sessions'].map(InlineResponse2001Sessions_1.InlineResponse2001SessionsFromJSON)),
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
exports.InlineResponse2001FromJSONTyped = InlineResponse2001FromJSONTyped;
|
|
33
|
-
function InlineResponse2001ToJSON(value) {
|
|
34
|
-
if (value === undefined) {
|
|
35
|
-
return undefined;
|
|
36
|
-
}
|
|
37
|
-
if (value === null) {
|
|
38
|
-
return null;
|
|
39
|
-
}
|
|
40
|
-
return {
|
|
41
|
-
'unique-total': value.uniqueTotal,
|
|
42
|
-
'sessions': value.sessions === undefined ? undefined : (value.sessions.map(InlineResponse2001Sessions_1.InlineResponse2001SessionsToJSON)),
|
|
43
|
-
};
|
|
44
|
-
}
|
|
45
|
-
exports.InlineResponse2001ToJSON = InlineResponse2001ToJSON;
|
|
46
|
-
//# sourceMappingURL=InlineResponse2001.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InlineResponse2001.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/InlineResponse2001.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH,wCAA+C;AAC/C,6EAKsC;AAsBtC,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,aAAa,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,cAAc,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;QAC/E,UAAU,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,IAAI,CAAC,UAAU,CAAgB,CAAC,GAAG,CAAC,+DAAkC,CAAC,CAAC;KACjI,CAAC;AACN,CAAC;AATD,0EASC;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,cAAc,EAAE,KAAK,CAAC,WAAW;QACjC,UAAU,EAAE,KAAK,CAAC,QAAQ,KAAK,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,QAAuB,CAAC,GAAG,CAAC,6DAAgC,CAAC,CAAC;KAChI,CAAC;AACN,CAAC;AAZD,4DAYC"}
|
|
@@ -1,33 +0,0 @@
|
|
|
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 InlineResponse2001Sessions
|
|
16
|
-
*/
|
|
17
|
-
export interface InlineResponse2001Sessions {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof InlineResponse2001Sessions
|
|
22
|
-
*/
|
|
23
|
-
count?: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof InlineResponse2001Sessions
|
|
28
|
-
*/
|
|
29
|
-
date?: string;
|
|
30
|
-
}
|
|
31
|
-
export declare function InlineResponse2001SessionsFromJSON(json: any): InlineResponse2001Sessions;
|
|
32
|
-
export declare function InlineResponse2001SessionsFromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse2001Sessions;
|
|
33
|
-
export declare function InlineResponse2001SessionsToJSON(value?: InlineResponse2001Sessions | null): any;
|
|
@@ -1,45 +0,0 @@
|
|
|
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.InlineResponse2001SessionsToJSON = exports.InlineResponse2001SessionsFromJSONTyped = exports.InlineResponse2001SessionsFromJSON = void 0;
|
|
17
|
-
const runtime_1 = require("../runtime");
|
|
18
|
-
function InlineResponse2001SessionsFromJSON(json) {
|
|
19
|
-
return InlineResponse2001SessionsFromJSONTyped(json, false);
|
|
20
|
-
}
|
|
21
|
-
exports.InlineResponse2001SessionsFromJSON = InlineResponse2001SessionsFromJSON;
|
|
22
|
-
function InlineResponse2001SessionsFromJSONTyped(json, ignoreDiscriminator) {
|
|
23
|
-
if ((json === undefined) || (json === null)) {
|
|
24
|
-
return json;
|
|
25
|
-
}
|
|
26
|
-
return {
|
|
27
|
-
'count': !(0, runtime_1.exists)(json, 'count') ? undefined : json['count'],
|
|
28
|
-
'date': !(0, runtime_1.exists)(json, 'date') ? undefined : json['date'],
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
exports.InlineResponse2001SessionsFromJSONTyped = InlineResponse2001SessionsFromJSONTyped;
|
|
32
|
-
function InlineResponse2001SessionsToJSON(value) {
|
|
33
|
-
if (value === undefined) {
|
|
34
|
-
return undefined;
|
|
35
|
-
}
|
|
36
|
-
if (value === null) {
|
|
37
|
-
return null;
|
|
38
|
-
}
|
|
39
|
-
return {
|
|
40
|
-
'count': value.count,
|
|
41
|
-
'date': value.date,
|
|
42
|
-
};
|
|
43
|
-
}
|
|
44
|
-
exports.InlineResponse2001SessionsToJSON = InlineResponse2001SessionsToJSON;
|
|
45
|
-
//# sourceMappingURL=InlineResponse2001Sessions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InlineResponse2001Sessions.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/InlineResponse2001Sessions.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH,wCAA+C;AAqB/C,SAAgB,kCAAkC,CAAC,IAAS;IACxD,OAAO,uCAAuC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChE,CAAC;AAFD,gFAEC;AAED,SAAgB,uCAAuC,CAAC,IAAS,EAAE,mBAA4B;IAC3F,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,OAAO,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC3D,MAAM,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC3D,CAAC;AACN,CAAC;AATD,0FASC;AAED,SAAgB,gCAAgC,CAAC,KAAyC;IACtF,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;QACpB,MAAM,EAAE,KAAK,CAAC,IAAI;KACrB,CAAC;AACN,CAAC;AAZD,4EAYC"}
|
|
@@ -1,40 +0,0 @@
|
|
|
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 { VerifiedCredentialFormatEnum } from './VerifiedCredentialFormatEnum';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface JwtVerifiedEmail
|
|
17
|
-
*/
|
|
18
|
-
export interface JwtVerifiedEmail {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof JwtVerifiedEmail
|
|
23
|
-
*/
|
|
24
|
-
id: string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof JwtVerifiedEmail
|
|
29
|
-
*/
|
|
30
|
-
email: string;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {VerifiedCredentialFormatEnum}
|
|
34
|
-
* @memberof JwtVerifiedEmail
|
|
35
|
-
*/
|
|
36
|
-
format: VerifiedCredentialFormatEnum;
|
|
37
|
-
}
|
|
38
|
-
export declare function JwtVerifiedEmailFromJSON(json: any): JwtVerifiedEmail;
|
|
39
|
-
export declare function JwtVerifiedEmailFromJSONTyped(json: any, ignoreDiscriminator: boolean): JwtVerifiedEmail;
|
|
40
|
-
export declare function JwtVerifiedEmailToJSON(value?: JwtVerifiedEmail | null): any;
|
|
@@ -1,47 +0,0 @@
|
|
|
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.JwtVerifiedEmailToJSON = exports.JwtVerifiedEmailFromJSONTyped = exports.JwtVerifiedEmailFromJSON = void 0;
|
|
17
|
-
const VerifiedCredentialFormatEnum_1 = require("./VerifiedCredentialFormatEnum");
|
|
18
|
-
function JwtVerifiedEmailFromJSON(json) {
|
|
19
|
-
return JwtVerifiedEmailFromJSONTyped(json, false);
|
|
20
|
-
}
|
|
21
|
-
exports.JwtVerifiedEmailFromJSON = JwtVerifiedEmailFromJSON;
|
|
22
|
-
function JwtVerifiedEmailFromJSONTyped(json, ignoreDiscriminator) {
|
|
23
|
-
if ((json === undefined) || (json === null)) {
|
|
24
|
-
return json;
|
|
25
|
-
}
|
|
26
|
-
return {
|
|
27
|
-
'id': json['id'],
|
|
28
|
-
'email': json['email'],
|
|
29
|
-
'format': (0, VerifiedCredentialFormatEnum_1.VerifiedCredentialFormatEnumFromJSON)(json['format']),
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
exports.JwtVerifiedEmailFromJSONTyped = JwtVerifiedEmailFromJSONTyped;
|
|
33
|
-
function JwtVerifiedEmailToJSON(value) {
|
|
34
|
-
if (value === undefined) {
|
|
35
|
-
return undefined;
|
|
36
|
-
}
|
|
37
|
-
if (value === null) {
|
|
38
|
-
return null;
|
|
39
|
-
}
|
|
40
|
-
return {
|
|
41
|
-
'id': value.id,
|
|
42
|
-
'email': value.email,
|
|
43
|
-
'format': (0, VerifiedCredentialFormatEnum_1.VerifiedCredentialFormatEnumToJSON)(value.format),
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
exports.JwtVerifiedEmailToJSON = JwtVerifiedEmailToJSON;
|
|
47
|
-
//# sourceMappingURL=JwtVerifiedEmail.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"JwtVerifiedEmail.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/JwtVerifiedEmail.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAGH,iFAKwC;AA4BxC,SAAgB,wBAAwB,CAAC,IAAS;IAC9C,OAAO,6BAA6B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtD,CAAC;AAFD,4DAEC;AAED,SAAgB,6BAA6B,CAAC,IAAS,EAAE,mBAA4B;IACjF,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;QAChB,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;QACtB,QAAQ,EAAE,IAAA,mEAAoC,EAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;KACjE,CAAC;AACN,CAAC;AAVD,sEAUC;AAED,SAAgB,sBAAsB,CAAC,KAA+B;IAClE,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,IAAI,EAAE,KAAK,CAAC,EAAE;QACd,OAAO,EAAE,KAAK,CAAC,KAAK;QACpB,QAAQ,EAAE,IAAA,iEAAkC,EAAC,KAAK,CAAC,MAAM,CAAC;KAC7D,CAAC;AACN,CAAC;AAbD,wDAaC"}
|
|
@@ -1,23 +0,0 @@
|
|
|
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 VerifiedCredentialFormatEnum {
|
|
18
|
-
Blockchain = "blockchain",
|
|
19
|
-
Email = "email"
|
|
20
|
-
}
|
|
21
|
-
export declare function VerifiedCredentialFormatEnumFromJSON(json: any): VerifiedCredentialFormatEnum;
|
|
22
|
-
export declare function VerifiedCredentialFormatEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): VerifiedCredentialFormatEnum;
|
|
23
|
-
export declare function VerifiedCredentialFormatEnumToJSON(value?: VerifiedCredentialFormatEnum | null): any;
|
|
@@ -1,39 +0,0 @@
|
|
|
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.VerifiedCredentialFormatEnumToJSON = exports.VerifiedCredentialFormatEnumFromJSONTyped = exports.VerifiedCredentialFormatEnumFromJSON = exports.VerifiedCredentialFormatEnum = void 0;
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @enum {string}
|
|
21
|
-
*/
|
|
22
|
-
var VerifiedCredentialFormatEnum;
|
|
23
|
-
(function (VerifiedCredentialFormatEnum) {
|
|
24
|
-
VerifiedCredentialFormatEnum["Blockchain"] = "blockchain";
|
|
25
|
-
VerifiedCredentialFormatEnum["Email"] = "email";
|
|
26
|
-
})(VerifiedCredentialFormatEnum = exports.VerifiedCredentialFormatEnum || (exports.VerifiedCredentialFormatEnum = {}));
|
|
27
|
-
function VerifiedCredentialFormatEnumFromJSON(json) {
|
|
28
|
-
return VerifiedCredentialFormatEnumFromJSONTyped(json, false);
|
|
29
|
-
}
|
|
30
|
-
exports.VerifiedCredentialFormatEnumFromJSON = VerifiedCredentialFormatEnumFromJSON;
|
|
31
|
-
function VerifiedCredentialFormatEnumFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
return json;
|
|
33
|
-
}
|
|
34
|
-
exports.VerifiedCredentialFormatEnumFromJSONTyped = VerifiedCredentialFormatEnumFromJSONTyped;
|
|
35
|
-
function VerifiedCredentialFormatEnumToJSON(value) {
|
|
36
|
-
return value;
|
|
37
|
-
}
|
|
38
|
-
exports.VerifiedCredentialFormatEnumToJSON = VerifiedCredentialFormatEnumToJSON;
|
|
39
|
-
//# sourceMappingURL=VerifiedCredentialFormatEnum.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VerifiedCredentialFormatEnum.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/VerifiedCredentialFormatEnum.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH;;;;GAIG;AACH,IAAY,4BAGX;AAHD,WAAY,4BAA4B;IACpC,yDAAyB,CAAA;IACzB,+CAAe,CAAA;AACnB,CAAC,EAHW,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAGvC;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"}
|
|
@@ -1,75 +0,0 @@
|
|
|
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 VerifyLinkRequest
|
|
16
|
-
*/
|
|
17
|
-
export interface VerifyLinkRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof VerifyLinkRequest
|
|
22
|
-
*/
|
|
23
|
-
signedMessage?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof VerifyLinkRequest
|
|
28
|
-
*/
|
|
29
|
-
messageToSign?: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof VerifyLinkRequest
|
|
34
|
-
*/
|
|
35
|
-
publicWalletAddress: string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof VerifyLinkRequest
|
|
40
|
-
*/
|
|
41
|
-
chain: VerifyLinkRequestChainEnum;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof VerifyLinkRequest
|
|
46
|
-
*/
|
|
47
|
-
walletName: string;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof VerifyLinkRequest
|
|
52
|
-
*/
|
|
53
|
-
walletProvider: VerifyLinkRequestWalletProviderEnum;
|
|
54
|
-
}
|
|
55
|
-
/**
|
|
56
|
-
* @export
|
|
57
|
-
* @enum {string}
|
|
58
|
-
*/
|
|
59
|
-
export declare enum VerifyLinkRequestChainEnum {
|
|
60
|
-
Eth = "ETH",
|
|
61
|
-
Flow = "FLOW",
|
|
62
|
-
Sol = "SOL",
|
|
63
|
-
Evm = "EVM"
|
|
64
|
-
} /**
|
|
65
|
-
* @export
|
|
66
|
-
* @enum {string}
|
|
67
|
-
*/
|
|
68
|
-
export declare enum VerifyLinkRequestWalletProviderEnum {
|
|
69
|
-
BrowserExtension = "browserExtension",
|
|
70
|
-
CustodialService = "custodialService",
|
|
71
|
-
WalletConnect = "walletConnect"
|
|
72
|
-
}
|
|
73
|
-
export declare function VerifyLinkRequestFromJSON(json: any): VerifyLinkRequest;
|
|
74
|
-
export declare function VerifyLinkRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): VerifyLinkRequest;
|
|
75
|
-
export declare function VerifyLinkRequestToJSON(value?: VerifyLinkRequest | null): any;
|
|
@@ -1,73 +0,0 @@
|
|
|
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.VerifyLinkRequestToJSON = exports.VerifyLinkRequestFromJSONTyped = exports.VerifyLinkRequestFromJSON = exports.VerifyLinkRequestWalletProviderEnum = exports.VerifyLinkRequestChainEnum = void 0;
|
|
17
|
-
const runtime_1 = require("../runtime");
|
|
18
|
-
/**
|
|
19
|
-
* @export
|
|
20
|
-
* @enum {string}
|
|
21
|
-
*/
|
|
22
|
-
var VerifyLinkRequestChainEnum;
|
|
23
|
-
(function (VerifyLinkRequestChainEnum) {
|
|
24
|
-
VerifyLinkRequestChainEnum["Eth"] = "ETH";
|
|
25
|
-
VerifyLinkRequestChainEnum["Flow"] = "FLOW";
|
|
26
|
-
VerifyLinkRequestChainEnum["Sol"] = "SOL";
|
|
27
|
-
VerifyLinkRequestChainEnum["Evm"] = "EVM";
|
|
28
|
-
})(VerifyLinkRequestChainEnum = exports.VerifyLinkRequestChainEnum || (exports.VerifyLinkRequestChainEnum = {})); /**
|
|
29
|
-
* @export
|
|
30
|
-
* @enum {string}
|
|
31
|
-
*/
|
|
32
|
-
var VerifyLinkRequestWalletProviderEnum;
|
|
33
|
-
(function (VerifyLinkRequestWalletProviderEnum) {
|
|
34
|
-
VerifyLinkRequestWalletProviderEnum["BrowserExtension"] = "browserExtension";
|
|
35
|
-
VerifyLinkRequestWalletProviderEnum["CustodialService"] = "custodialService";
|
|
36
|
-
VerifyLinkRequestWalletProviderEnum["WalletConnect"] = "walletConnect";
|
|
37
|
-
})(VerifyLinkRequestWalletProviderEnum = exports.VerifyLinkRequestWalletProviderEnum || (exports.VerifyLinkRequestWalletProviderEnum = {}));
|
|
38
|
-
function VerifyLinkRequestFromJSON(json) {
|
|
39
|
-
return VerifyLinkRequestFromJSONTyped(json, false);
|
|
40
|
-
}
|
|
41
|
-
exports.VerifyLinkRequestFromJSON = VerifyLinkRequestFromJSON;
|
|
42
|
-
function VerifyLinkRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
43
|
-
if ((json === undefined) || (json === null)) {
|
|
44
|
-
return json;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
'signedMessage': !(0, runtime_1.exists)(json, 'signedMessage') ? undefined : json['signedMessage'],
|
|
48
|
-
'messageToSign': !(0, runtime_1.exists)(json, 'messageToSign') ? undefined : json['messageToSign'],
|
|
49
|
-
'publicWalletAddress': json['publicWalletAddress'],
|
|
50
|
-
'chain': json['chain'],
|
|
51
|
-
'walletName': json['walletName'],
|
|
52
|
-
'walletProvider': json['walletProvider'],
|
|
53
|
-
};
|
|
54
|
-
}
|
|
55
|
-
exports.VerifyLinkRequestFromJSONTyped = VerifyLinkRequestFromJSONTyped;
|
|
56
|
-
function VerifyLinkRequestToJSON(value) {
|
|
57
|
-
if (value === undefined) {
|
|
58
|
-
return undefined;
|
|
59
|
-
}
|
|
60
|
-
if (value === null) {
|
|
61
|
-
return null;
|
|
62
|
-
}
|
|
63
|
-
return {
|
|
64
|
-
'signedMessage': value.signedMessage,
|
|
65
|
-
'messageToSign': value.messageToSign,
|
|
66
|
-
'publicWalletAddress': value.publicWalletAddress,
|
|
67
|
-
'chain': value.chain,
|
|
68
|
-
'walletName': value.walletName,
|
|
69
|
-
'walletProvider': value.walletProvider,
|
|
70
|
-
};
|
|
71
|
-
}
|
|
72
|
-
exports.VerifyLinkRequestToJSON = VerifyLinkRequestToJSON;
|
|
73
|
-
//# sourceMappingURL=VerifyLinkRequest.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VerifyLinkRequest.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/VerifyLinkRequest.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH,wCAA+C;AA6C/C;;;EAGE;AACF,IAAY,0BAKX;AALD,WAAY,0BAA0B;IAClC,yCAAW,CAAA;IACX,2CAAa,CAAA;IACb,yCAAW,CAAA;IACX,yCAAW,CAAA;AACf,CAAC,EALW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAKrC,CAAA;;;EAGC;AACF,IAAY,mCAIX;AAJD,WAAY,mCAAmC;IAC3C,4EAAqC,CAAA;IACrC,4EAAqC,CAAA;IACrC,sEAA+B,CAAA;AACnC,CAAC,EAJW,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAI9C;AAED,SAAgB,yBAAyB,CAAC,IAAS;IAC/C,OAAO,8BAA8B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvD,CAAC;AAFD,8DAEC;AAED,SAAgB,8BAA8B,CAAC,IAAS,EAAE,mBAA4B;IAClF,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,eAAe,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,eAAe,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;QACnF,eAAe,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,eAAe,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;QACnF,qBAAqB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAClD,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;QACtB,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC;QAChC,gBAAgB,EAAE,IAAI,CAAC,gBAAgB,CAAC;KAC3C,CAAC;AACN,CAAC;AAbD,wEAaC;AAED,SAAgB,uBAAuB,CAAC,KAAgC;IACpE,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,eAAe,EAAE,KAAK,CAAC,aAAa;QACpC,eAAe,EAAE,KAAK,CAAC,aAAa;QACpC,qBAAqB,EAAE,KAAK,CAAC,mBAAmB;QAChD,OAAO,EAAE,KAAK,CAAC,KAAK;QACpB,YAAY,EAAE,KAAK,CAAC,UAAU;QAC9B,gBAAgB,EAAE,KAAK,CAAC,cAAc;KACzC,CAAC;AACN,CAAC;AAhBD,0DAgBC"}
|
|
@@ -1,24 +0,0 @@
|
|
|
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 VisitorsFilterableFieldsEnum {
|
|
18
|
-
All = "all",
|
|
19
|
-
Id = "id",
|
|
20
|
-
WalletPublicKey = "walletPublicKey"
|
|
21
|
-
}
|
|
22
|
-
export declare function VisitorsFilterableFieldsEnumFromJSON(json: any): VisitorsFilterableFieldsEnum;
|
|
23
|
-
export declare function VisitorsFilterableFieldsEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): VisitorsFilterableFieldsEnum;
|
|
24
|
-
export declare function VisitorsFilterableFieldsEnumToJSON(value?: VisitorsFilterableFieldsEnum | null): any;
|
|
@@ -1,40 +0,0 @@
|
|
|
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.VisitorsFilterableFieldsEnumToJSON = exports.VisitorsFilterableFieldsEnumFromJSONTyped = exports.VisitorsFilterableFieldsEnumFromJSON = exports.VisitorsFilterableFieldsEnum = void 0;
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @enum {string}
|
|
21
|
-
*/
|
|
22
|
-
var VisitorsFilterableFieldsEnum;
|
|
23
|
-
(function (VisitorsFilterableFieldsEnum) {
|
|
24
|
-
VisitorsFilterableFieldsEnum["All"] = "all";
|
|
25
|
-
VisitorsFilterableFieldsEnum["Id"] = "id";
|
|
26
|
-
VisitorsFilterableFieldsEnum["WalletPublicKey"] = "walletPublicKey";
|
|
27
|
-
})(VisitorsFilterableFieldsEnum = exports.VisitorsFilterableFieldsEnum || (exports.VisitorsFilterableFieldsEnum = {}));
|
|
28
|
-
function VisitorsFilterableFieldsEnumFromJSON(json) {
|
|
29
|
-
return VisitorsFilterableFieldsEnumFromJSONTyped(json, false);
|
|
30
|
-
}
|
|
31
|
-
exports.VisitorsFilterableFieldsEnumFromJSON = VisitorsFilterableFieldsEnumFromJSON;
|
|
32
|
-
function VisitorsFilterableFieldsEnumFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
-
return json;
|
|
34
|
-
}
|
|
35
|
-
exports.VisitorsFilterableFieldsEnumFromJSONTyped = VisitorsFilterableFieldsEnumFromJSONTyped;
|
|
36
|
-
function VisitorsFilterableFieldsEnumToJSON(value) {
|
|
37
|
-
return value;
|
|
38
|
-
}
|
|
39
|
-
exports.VisitorsFilterableFieldsEnumToJSON = VisitorsFilterableFieldsEnumToJSON;
|
|
40
|
-
//# sourceMappingURL=VisitorsFilterableFieldsEnum.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VisitorsFilterableFieldsEnum.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/VisitorsFilterableFieldsEnum.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH;;;;GAIG;AACH,IAAY,4BAIX;AAJD,WAAY,4BAA4B;IACpC,2CAAW,CAAA;IACX,yCAAS,CAAA;IACT,mEAAmC,CAAA;AACvC,CAAC,EAJW,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAIvC;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"}
|