@dynamic-labs/sdk-api 0.0.185 → 0.0.187

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.
Files changed (55) hide show
  1. package/package.json +1 -1
  2. package/src/models/OauthProviderRequest.d.ts +34 -0
  3. package/src/models/OauthProviderRequest.js +46 -0
  4. package/src/models/OauthProviderRequest.js.map +1 -0
  5. package/src/models/ProviderEnum.d.ts +10 -4
  6. package/src/models/ProviderEnum.js +9 -3
  7. package/src/models/ProviderEnum.js.map +1 -1
  8. package/src/models/VerifyRequest.d.ts +7 -0
  9. package/src/models/VerifyRequest.js +3 -0
  10. package/src/models/VerifyRequest.js.map +1 -1
  11. package/src/models/index.d.ts +1 -0
  12. package/src/models/index.js +1 -0
  13. package/src/models/index.js.map +1 -1
  14. package/src/models/AnalyticsVisit.d.ts +0 -34
  15. package/src/models/AnalyticsVisit.js +0 -46
  16. package/src/models/AnalyticsVisit.js.map +0 -1
  17. package/src/models/AnalyticsVisitResponseSessions.d.ts +0 -33
  18. package/src/models/AnalyticsVisitResponseSessions.js +0 -45
  19. package/src/models/AnalyticsVisitResponseSessions.js.map +0 -1
  20. package/src/models/AnalyticsVisitSessions.d.ts +0 -33
  21. package/src/models/AnalyticsVisitSessions.js +0 -45
  22. package/src/models/AnalyticsVisitSessions.js.map +0 -1
  23. package/src/models/DatedAnalyticsRequest.d.ts +0 -33
  24. package/src/models/DatedAnalyticsRequest.js +0 -44
  25. package/src/models/DatedAnalyticsRequest.js.map +0 -1
  26. package/src/models/EmailVerificationRequest.d.ts +0 -27
  27. package/src/models/EmailVerificationRequest.js +0 -42
  28. package/src/models/EmailVerificationRequest.js.map +0 -1
  29. package/src/models/EmailVerificationResponse.d.ts +0 -33
  30. package/src/models/EmailVerificationResponse.js +0 -44
  31. package/src/models/EmailVerificationResponse.js.map +0 -1
  32. package/src/models/InlineObject1.d.ts +0 -27
  33. package/src/models/InlineObject1.js +0 -42
  34. package/src/models/InlineObject1.js.map +0 -1
  35. package/src/models/InlineResponse200.d.ts +0 -33
  36. package/src/models/InlineResponse200.js +0 -45
  37. package/src/models/InlineResponse200.js.map +0 -1
  38. package/src/models/InlineResponse2001.d.ts +0 -34
  39. package/src/models/InlineResponse2001.js +0 -46
  40. package/src/models/InlineResponse2001.js.map +0 -1
  41. package/src/models/InlineResponse2001Sessions.d.ts +0 -33
  42. package/src/models/InlineResponse2001Sessions.js +0 -45
  43. package/src/models/InlineResponse2001Sessions.js.map +0 -1
  44. package/src/models/JwtVerifiedEmail.d.ts +0 -40
  45. package/src/models/JwtVerifiedEmail.js +0 -47
  46. package/src/models/JwtVerifiedEmail.js.map +0 -1
  47. package/src/models/VerifiedCredentialFormatEnum.d.ts +0 -23
  48. package/src/models/VerifiedCredentialFormatEnum.js +0 -39
  49. package/src/models/VerifiedCredentialFormatEnum.js.map +0 -1
  50. package/src/models/VerifyLinkRequest.d.ts +0 -75
  51. package/src/models/VerifyLinkRequest.js +0 -73
  52. package/src/models/VerifyLinkRequest.js.map +0 -1
  53. package/src/models/VisitorsFilterableFieldsEnum.d.ts +0 -24
  54. package/src/models/VisitorsFilterableFieldsEnum.js +0 -40
  55. package/src/models/VisitorsFilterableFieldsEnum.js.map +0 -1
@@ -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;