@dynamic-labs/sdk-api 0.0.744 → 0.0.745
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/apis/AllowlistsApi.cjs +0 -1
- package/src/apis/AllowlistsApi.js +0 -1
- package/src/apis/AnalyticsApi.cjs +0 -1
- package/src/apis/AnalyticsApi.js +0 -1
- package/src/apis/ChainalysisApi.cjs +0 -1
- package/src/apis/ChainalysisApi.js +0 -1
- package/src/apis/ChainsApi.cjs +0 -1
- package/src/apis/ChainsApi.js +0 -1
- package/src/apis/CustomFieldsApi.cjs +0 -1
- package/src/apis/CustomFieldsApi.js +0 -1
- package/src/apis/CustomHostnamesApi.cjs +0 -1
- package/src/apis/CustomHostnamesApi.js +0 -1
- package/src/apis/CustomNetworksApi.cjs +0 -1
- package/src/apis/CustomNetworksApi.js +0 -1
- package/src/apis/DeeplinkUrlsApi.cjs +0 -1
- package/src/apis/DeeplinkUrlsApi.js +0 -1
- package/src/apis/EnvironmentsApi.cjs +0 -1
- package/src/apis/EnvironmentsApi.js +0 -1
- package/src/apis/EventsApi.cjs +0 -1
- package/src/apis/EventsApi.js +0 -1
- package/src/apis/ExportsApi.cjs +0 -1
- package/src/apis/ExportsApi.js +0 -1
- package/src/apis/ExternalJwtApi.cjs +0 -1
- package/src/apis/ExternalJwtApi.js +0 -1
- package/src/apis/GatesApi.cjs +0 -1
- package/src/apis/GatesApi.js +0 -1
- package/src/apis/GlobalWalletAccessControlApi.cjs +0 -1
- package/src/apis/GlobalWalletAccessControlApi.js +0 -1
- package/src/apis/GlobalWalletConnectionsApi.cjs +0 -1
- package/src/apis/GlobalWalletConnectionsApi.js +0 -1
- package/src/apis/GlobalWalletsApi.cjs +0 -1
- package/src/apis/GlobalWalletsApi.js +0 -1
- package/src/apis/InvitesApi.cjs +0 -1
- package/src/apis/InvitesApi.js +0 -1
- package/src/apis/MembersApi.cjs +0 -1
- package/src/apis/MembersApi.js +0 -1
- package/src/apis/MfaSettingsApi.cjs +0 -1
- package/src/apis/MfaSettingsApi.js +0 -1
- package/src/apis/NameServicesApi.cjs +0 -1
- package/src/apis/NameServicesApi.js +0 -1
- package/src/apis/OrganizationsApi.cjs +0 -1
- package/src/apis/OrganizationsApi.js +0 -1
- package/src/apis/OriginsApi.cjs +0 -1
- package/src/apis/OriginsApi.js +0 -1
- package/src/apis/ProjectsApi.cjs +0 -1
- package/src/apis/ProjectsApi.js +0 -1
- package/src/apis/SDKApi.cjs +0 -1
- package/src/apis/SDKApi.js +0 -1
- package/src/apis/SDKViewsApi.cjs +0 -1
- package/src/apis/SDKViewsApi.js +0 -1
- package/src/apis/SessionsApi.cjs +0 -1
- package/src/apis/SessionsApi.js +0 -1
- package/src/apis/SettingsApi.cjs +0 -1
- package/src/apis/SettingsApi.js +0 -1
- package/src/apis/TestAccountApi.cjs +0 -1
- package/src/apis/TestAccountApi.js +0 -1
- package/src/apis/TokensApi.cjs +0 -1
- package/src/apis/TokensApi.js +0 -1
- package/src/apis/UserApiTokensApi.cjs +0 -1
- package/src/apis/UserApiTokensApi.js +0 -1
- package/src/apis/UsersApi.cjs +0 -1
- package/src/apis/UsersApi.js +0 -1
- package/src/apis/VisitsApi.cjs +0 -1
- package/src/apis/VisitsApi.js +0 -1
- package/src/apis/WaasApi.cjs +0 -1
- package/src/apis/WaasApi.js +0 -1
- package/src/apis/WalletsApi.cjs +0 -1
- package/src/apis/WalletsApi.js +0 -1
- package/src/apis/WebhooksApi.cjs +0 -1
- package/src/apis/WebhooksApi.js +0 -1
- package/src/index.cjs +24 -24
- package/src/index.js +6 -5
- package/src/models/{SignMessageWithWaasRequestContextUserOperationOperationAuthorization.cjs → SignMessageAuthorizationSignature.cjs} +7 -7
- package/src/models/SignMessageAuthorizationSignature.d.ts +63 -0
- package/src/models/{SignMessageWithWaasRequestContextUserOperationOperationAuthorization.js → SignMessageAuthorizationSignature.js} +5 -5
- package/src/models/SignMessageContext.cjs +40 -0
- package/src/models/SignMessageContext.d.ts +42 -0
- package/src/models/SignMessageContext.js +34 -0
- package/src/models/{SignMessageWithWaasRequestContextTransaction.cjs → SignMessageEvmTransaction.cjs} +7 -7
- package/src/models/{SignMessageWithWaasRequestContextTransaction.d.ts → SignMessageEvmTransaction.d.ts} +15 -15
- package/src/models/{SignMessageWithWaasRequestContextTransaction.js → SignMessageEvmTransaction.js} +5 -5
- package/src/models/SignMessageEvmUserOperation.cjs +38 -0
- package/src/models/SignMessageEvmUserOperation.d.ts +40 -0
- package/src/models/SignMessageEvmUserOperation.js +32 -0
- package/src/models/SignMessageSvmTransaction.cjs +47 -0
- package/src/models/SignMessageSvmTransaction.d.ts +39 -0
- package/src/models/SignMessageSvmTransaction.js +41 -0
- package/src/models/{SignMessageWithWaasRequestContextUserOperationOperation.cjs → SignMessageUserOperationData.cjs} +10 -10
- package/src/models/SignMessageUserOperationData.d.ts +118 -0
- package/src/models/{SignMessageWithWaasRequestContextUserOperationOperation.js → SignMessageUserOperationData.js} +8 -8
- package/src/models/SignMessageWithWaasRequest.cjs +3 -3
- package/src/models/SignMessageWithWaasRequest.d.ts +3 -3
- package/src/models/SignMessageWithWaasRequest.js +3 -3
- package/src/models/index.d.ts +6 -5
- package/src/models/SignMessageWithWaasRequestContext.cjs +0 -37
- package/src/models/SignMessageWithWaasRequestContext.d.ts +0 -35
- package/src/models/SignMessageWithWaasRequestContext.js +0 -31
- package/src/models/SignMessageWithWaasRequestContextUserOperation.cjs +0 -49
- package/src/models/SignMessageWithWaasRequestContextUserOperation.d.ts +0 -54
- package/src/models/SignMessageWithWaasRequestContextUserOperation.js +0 -43
- package/src/models/SignMessageWithWaasRequestContextUserOperationOperation.d.ts +0 -118
- package/src/models/SignMessageWithWaasRequestContextUserOperationOperationAuthorization.d.ts +0 -63
|
@@ -1,54 +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 { SignMessageWithWaasRequestContextUserOperationOperation } from './SignMessageWithWaasRequestContextUserOperationOperation';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface SignMessageWithWaasRequestContextUserOperation
|
|
17
|
-
*/
|
|
18
|
-
export interface SignMessageWithWaasRequestContextUserOperation {
|
|
19
|
-
/**
|
|
20
|
-
* Chain identifier needed for user operation hash calculation
|
|
21
|
-
* @type {number}
|
|
22
|
-
* @memberof SignMessageWithWaasRequestContextUserOperation
|
|
23
|
-
*/
|
|
24
|
-
chainId?: number;
|
|
25
|
-
/**
|
|
26
|
-
* Address of the entry point contract
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof SignMessageWithWaasRequestContextUserOperation
|
|
29
|
-
*/
|
|
30
|
-
entryPoint?: string;
|
|
31
|
-
/**
|
|
32
|
-
* User operation version (e.g., '0.6', '0.7')
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof SignMessageWithWaasRequestContextUserOperation
|
|
35
|
-
*/
|
|
36
|
-
version?: SignMessageWithWaasRequestContextUserOperationVersionEnum;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {SignMessageWithWaasRequestContextUserOperationOperation}
|
|
40
|
-
* @memberof SignMessageWithWaasRequestContextUserOperation
|
|
41
|
-
*/
|
|
42
|
-
operation?: SignMessageWithWaasRequestContextUserOperationOperation;
|
|
43
|
-
}
|
|
44
|
-
/**
|
|
45
|
-
* @export
|
|
46
|
-
* @enum {string}
|
|
47
|
-
*/
|
|
48
|
-
export declare enum SignMessageWithWaasRequestContextUserOperationVersionEnum {
|
|
49
|
-
_6 = "0.6",
|
|
50
|
-
_7 = "0.7"
|
|
51
|
-
}
|
|
52
|
-
export declare function SignMessageWithWaasRequestContextUserOperationFromJSON(json: any): SignMessageWithWaasRequestContextUserOperation;
|
|
53
|
-
export declare function SignMessageWithWaasRequestContextUserOperationFromJSONTyped(json: any, ignoreDiscriminator: boolean): SignMessageWithWaasRequestContextUserOperation;
|
|
54
|
-
export declare function SignMessageWithWaasRequestContextUserOperationToJSON(value?: SignMessageWithWaasRequestContextUserOperation | null): any;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { exists } from '../runtime.js';
|
|
2
|
-
import { SignMessageWithWaasRequestContextUserOperationOperationFromJSON, SignMessageWithWaasRequestContextUserOperationOperationToJSON } from './SignMessageWithWaasRequestContextUserOperationOperation.js';
|
|
3
|
-
|
|
4
|
-
/* tslint:disable */
|
|
5
|
-
/**
|
|
6
|
-
* @export
|
|
7
|
-
* @enum {string}
|
|
8
|
-
*/
|
|
9
|
-
var SignMessageWithWaasRequestContextUserOperationVersionEnum;
|
|
10
|
-
(function (SignMessageWithWaasRequestContextUserOperationVersionEnum) {
|
|
11
|
-
SignMessageWithWaasRequestContextUserOperationVersionEnum["_6"] = "0.6";
|
|
12
|
-
SignMessageWithWaasRequestContextUserOperationVersionEnum["_7"] = "0.7";
|
|
13
|
-
})(SignMessageWithWaasRequestContextUserOperationVersionEnum || (SignMessageWithWaasRequestContextUserOperationVersionEnum = {}));
|
|
14
|
-
function SignMessageWithWaasRequestContextUserOperationFromJSON(json) {
|
|
15
|
-
return SignMessageWithWaasRequestContextUserOperationFromJSONTyped(json);
|
|
16
|
-
}
|
|
17
|
-
function SignMessageWithWaasRequestContextUserOperationFromJSONTyped(json, ignoreDiscriminator) {
|
|
18
|
-
if ((json === undefined) || (json === null)) {
|
|
19
|
-
return json;
|
|
20
|
-
}
|
|
21
|
-
return {
|
|
22
|
-
'chainId': !exists(json, 'chainId') ? undefined : json['chainId'],
|
|
23
|
-
'entryPoint': !exists(json, 'entryPoint') ? undefined : json['entryPoint'],
|
|
24
|
-
'version': !exists(json, 'version') ? undefined : json['version'],
|
|
25
|
-
'operation': !exists(json, 'operation') ? undefined : SignMessageWithWaasRequestContextUserOperationOperationFromJSON(json['operation']),
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
function SignMessageWithWaasRequestContextUserOperationToJSON(value) {
|
|
29
|
-
if (value === undefined) {
|
|
30
|
-
return undefined;
|
|
31
|
-
}
|
|
32
|
-
if (value === null) {
|
|
33
|
-
return null;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'chainId': value.chainId,
|
|
37
|
-
'entryPoint': value.entryPoint,
|
|
38
|
-
'version': value.version,
|
|
39
|
-
'operation': SignMessageWithWaasRequestContextUserOperationOperationToJSON(value.operation),
|
|
40
|
-
};
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
export { SignMessageWithWaasRequestContextUserOperationFromJSON, SignMessageWithWaasRequestContextUserOperationFromJSONTyped, SignMessageWithWaasRequestContextUserOperationToJSON, SignMessageWithWaasRequestContextUserOperationVersionEnum };
|
|
@@ -1,118 +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 { SignMessageWithWaasRequestContextUserOperationOperationAuthorization } from './SignMessageWithWaasRequestContextUserOperationOperationAuthorization';
|
|
13
|
-
/**
|
|
14
|
-
* The actual user operation data
|
|
15
|
-
* @export
|
|
16
|
-
* @interface SignMessageWithWaasRequestContextUserOperationOperation
|
|
17
|
-
*/
|
|
18
|
-
export interface SignMessageWithWaasRequestContextUserOperationOperation {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {SignMessageWithWaasRequestContextUserOperationOperationAuthorization}
|
|
22
|
-
* @memberof SignMessageWithWaasRequestContextUserOperationOperation
|
|
23
|
-
*/
|
|
24
|
-
authorization?: SignMessageWithWaasRequestContextUserOperationOperationAuthorization;
|
|
25
|
-
/**
|
|
26
|
-
* The data to pass to the sender during the main execution call
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof SignMessageWithWaasRequestContextUserOperationOperation
|
|
29
|
-
*/
|
|
30
|
-
callData?: string;
|
|
31
|
-
/**
|
|
32
|
-
* The amount of gas to allocate the main execution call
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof SignMessageWithWaasRequestContextUserOperationOperation
|
|
35
|
-
*/
|
|
36
|
-
callGasLimit?: string;
|
|
37
|
-
/**
|
|
38
|
-
* Account factory address (optional, only for new accounts)
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof SignMessageWithWaasRequestContextUserOperationOperation
|
|
41
|
-
*/
|
|
42
|
-
factory?: string;
|
|
43
|
-
/**
|
|
44
|
-
* Data for account factory (optional)
|
|
45
|
-
* @type {string}
|
|
46
|
-
* @memberof SignMessageWithWaasRequestContextUserOperationOperation
|
|
47
|
-
*/
|
|
48
|
-
factoryData?: string;
|
|
49
|
-
/**
|
|
50
|
-
* Maximum fee per gas
|
|
51
|
-
* @type {string}
|
|
52
|
-
* @memberof SignMessageWithWaasRequestContextUserOperationOperation
|
|
53
|
-
*/
|
|
54
|
-
maxFeePerGas?: string;
|
|
55
|
-
/**
|
|
56
|
-
* Maximum priority fee per gas
|
|
57
|
-
* @type {string}
|
|
58
|
-
* @memberof SignMessageWithWaasRequestContextUserOperationOperation
|
|
59
|
-
*/
|
|
60
|
-
maxPriorityFeePerGas?: string;
|
|
61
|
-
/**
|
|
62
|
-
* Anti-replay parameter
|
|
63
|
-
* @type {string}
|
|
64
|
-
* @memberof SignMessageWithWaasRequestContextUserOperationOperation
|
|
65
|
-
*/
|
|
66
|
-
nonce?: string;
|
|
67
|
-
/**
|
|
68
|
-
* Address of paymaster contract (optional)
|
|
69
|
-
* @type {string}
|
|
70
|
-
* @memberof SignMessageWithWaasRequestContextUserOperationOperation
|
|
71
|
-
*/
|
|
72
|
-
paymaster?: string;
|
|
73
|
-
/**
|
|
74
|
-
* Data for paymaster (optional)
|
|
75
|
-
* @type {string}
|
|
76
|
-
* @memberof SignMessageWithWaasRequestContextUserOperationOperation
|
|
77
|
-
*/
|
|
78
|
-
paymasterData?: string;
|
|
79
|
-
/**
|
|
80
|
-
* The amount of gas to allocate for the paymaster post-operation code (optional)
|
|
81
|
-
* @type {string}
|
|
82
|
-
* @memberof SignMessageWithWaasRequestContextUserOperationOperation
|
|
83
|
-
*/
|
|
84
|
-
paymasterPostOpGasLimit?: string;
|
|
85
|
-
/**
|
|
86
|
-
* The amount of gas to allocate for the paymaster validation code (optional)
|
|
87
|
-
* @type {string}
|
|
88
|
-
* @memberof SignMessageWithWaasRequestContextUserOperationOperation
|
|
89
|
-
*/
|
|
90
|
-
paymasterVerificationGasLimit?: string;
|
|
91
|
-
/**
|
|
92
|
-
* Extra gas to pay the Bundler
|
|
93
|
-
* @type {string}
|
|
94
|
-
* @memberof SignMessageWithWaasRequestContextUserOperationOperation
|
|
95
|
-
*/
|
|
96
|
-
preVerificationGas?: string;
|
|
97
|
-
/**
|
|
98
|
-
* The account making the operation
|
|
99
|
-
* @type {string}
|
|
100
|
-
* @memberof SignMessageWithWaasRequestContextUserOperationOperation
|
|
101
|
-
*/
|
|
102
|
-
sender?: string;
|
|
103
|
-
/**
|
|
104
|
-
* Data passed into the account to verify authorization
|
|
105
|
-
* @type {string}
|
|
106
|
-
* @memberof SignMessageWithWaasRequestContextUserOperationOperation
|
|
107
|
-
*/
|
|
108
|
-
signature?: string;
|
|
109
|
-
/**
|
|
110
|
-
* The amount of gas to allocate for the verification step
|
|
111
|
-
* @type {string}
|
|
112
|
-
* @memberof SignMessageWithWaasRequestContextUserOperationOperation
|
|
113
|
-
*/
|
|
114
|
-
verificationGasLimit?: string;
|
|
115
|
-
}
|
|
116
|
-
export declare function SignMessageWithWaasRequestContextUserOperationOperationFromJSON(json: any): SignMessageWithWaasRequestContextUserOperationOperation;
|
|
117
|
-
export declare function SignMessageWithWaasRequestContextUserOperationOperationFromJSONTyped(json: any, ignoreDiscriminator: boolean): SignMessageWithWaasRequestContextUserOperationOperation;
|
|
118
|
-
export declare function SignMessageWithWaasRequestContextUserOperationOperationToJSON(value?: SignMessageWithWaasRequestContextUserOperationOperation | null): any;
|
package/src/models/SignMessageWithWaasRequestContextUserOperationOperationAuthorization.d.ts
DELETED
|
@@ -1,63 +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
|
-
* Authorization signature data (optional)
|
|
14
|
-
* @export
|
|
15
|
-
* @interface SignMessageWithWaasRequestContextUserOperationOperationAuthorization
|
|
16
|
-
*/
|
|
17
|
-
export interface SignMessageWithWaasRequestContextUserOperationOperationAuthorization {
|
|
18
|
-
/**
|
|
19
|
-
* Address that signed the authorization
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof SignMessageWithWaasRequestContextUserOperationOperationAuthorization
|
|
22
|
-
*/
|
|
23
|
-
address?: string;
|
|
24
|
-
/**
|
|
25
|
-
* Chain ID for the authorization signature
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof SignMessageWithWaasRequestContextUserOperationOperationAuthorization
|
|
28
|
-
*/
|
|
29
|
-
chainId?: number;
|
|
30
|
-
/**
|
|
31
|
-
* Nonce used in the authorization signature
|
|
32
|
-
* @type {number}
|
|
33
|
-
* @memberof SignMessageWithWaasRequestContextUserOperationOperationAuthorization
|
|
34
|
-
*/
|
|
35
|
-
nonce?: number;
|
|
36
|
-
/**
|
|
37
|
-
* R component of the ECDSA signature
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof SignMessageWithWaasRequestContextUserOperationOperationAuthorization
|
|
40
|
-
*/
|
|
41
|
-
r?: string;
|
|
42
|
-
/**
|
|
43
|
-
* S component of the ECDSA signature
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof SignMessageWithWaasRequestContextUserOperationOperationAuthorization
|
|
46
|
-
*/
|
|
47
|
-
s?: string;
|
|
48
|
-
/**
|
|
49
|
-
* V component of the ECDSA signature
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof SignMessageWithWaasRequestContextUserOperationOperationAuthorization
|
|
52
|
-
*/
|
|
53
|
-
v?: string;
|
|
54
|
-
/**
|
|
55
|
-
* Y parity of the signature (0 or 1)
|
|
56
|
-
* @type {number}
|
|
57
|
-
* @memberof SignMessageWithWaasRequestContextUserOperationOperationAuthorization
|
|
58
|
-
*/
|
|
59
|
-
yParity?: number;
|
|
60
|
-
}
|
|
61
|
-
export declare function SignMessageWithWaasRequestContextUserOperationOperationAuthorizationFromJSON(json: any): SignMessageWithWaasRequestContextUserOperationOperationAuthorization;
|
|
62
|
-
export declare function SignMessageWithWaasRequestContextUserOperationOperationAuthorizationFromJSONTyped(json: any, ignoreDiscriminator: boolean): SignMessageWithWaasRequestContextUserOperationOperationAuthorization;
|
|
63
|
-
export declare function SignMessageWithWaasRequestContextUserOperationOperationAuthorizationToJSON(value?: SignMessageWithWaasRequestContextUserOperationOperationAuthorization | null): any;
|