@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.
- package/package.json +1 -1
- package/src/models/OauthProviderRequest.d.ts +34 -0
- package/src/models/OauthProviderRequest.js +46 -0
- package/src/models/OauthProviderRequest.js.map +1 -0
- package/src/models/ProviderEnum.d.ts +10 -4
- package/src/models/ProviderEnum.js +9 -3
- package/src/models/ProviderEnum.js.map +1 -1
- package/src/models/VerifyRequest.d.ts +7 -0
- package/src/models/VerifyRequest.js +3 -0
- package/src/models/VerifyRequest.js.map +1 -1
- package/src/models/index.d.ts +1 -0
- package/src/models/index.js +1 -0
- package/src/models/index.js.map +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
|
@@ -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"}
|