@rhinestone/sdk 1.5.1 → 2.0.0-beta.1
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/README.md +1 -1
- package/dist/src/accounts/error.d.ts +1 -1
- package/dist/src/accounts/error.js +1 -19
- package/dist/src/accounts/index.d.ts +5 -5
- package/dist/src/accounts/index.js +121 -157
- package/dist/src/accounts/json-rpc/index.d.ts +1 -1
- package/dist/src/accounts/json-rpc/index.js +8 -10
- package/dist/src/accounts/json-rpc/providers.d.ts +1 -1
- package/dist/src/accounts/json-rpc/providers.d.ts.map +1 -1
- package/dist/src/accounts/json-rpc/providers.js +7 -9
- package/dist/src/accounts/kernel.d.ts +3 -3
- package/dist/src/accounts/kernel.js +66 -75
- package/dist/src/accounts/nexus.d.ts +3 -3
- package/dist/src/accounts/nexus.js +62 -73
- package/dist/src/accounts/passport.d.ts +3 -3
- package/dist/src/accounts/passport.js +9 -13
- package/dist/src/accounts/safe.d.ts +3 -3
- package/dist/src/accounts/safe.js +54 -63
- package/dist/src/accounts/signing/common.d.ts +2 -2
- package/dist/src/accounts/signing/common.js +30 -36
- package/dist/src/accounts/signing/message.d.ts +2 -2
- package/dist/src/accounts/signing/message.js +10 -12
- package/dist/src/accounts/signing/passkeys.js +11 -17
- package/dist/src/accounts/signing/typedData.d.ts +1 -1
- package/dist/src/accounts/signing/typedData.js +6 -8
- package/dist/src/accounts/startale.d.ts +3 -3
- package/dist/src/accounts/startale.js +37 -47
- package/dist/src/accounts/utils.d.ts +2 -2
- package/dist/src/accounts/utils.js +22 -28
- package/dist/src/accounts/walletClient.js +4 -8
- package/dist/src/actions/compact.d.ts +1 -1
- package/dist/src/actions/compact.js +22 -35
- package/dist/src/actions/deployment.d.ts +1 -1
- package/dist/src/actions/deployment.js +11 -13
- package/dist/src/actions/ecdsa.d.ts +1 -1
- package/dist/src/actions/ecdsa.js +14 -20
- package/dist/src/actions/index.d.ts +2 -2
- package/dist/src/actions/index.js +6 -10
- package/dist/src/actions/mfa.d.ts +1 -1
- package/dist/src/actions/mfa.js +18 -24
- package/dist/src/actions/passkeys.d.ts +2 -2
- package/dist/src/actions/passkeys.js +14 -20
- package/dist/src/actions/recovery.d.ts +1 -1
- package/dist/src/actions/recovery.js +25 -29
- package/dist/src/actions/smart-sessions.d.ts +1 -1
- package/dist/src/actions/smart-sessions.js +8 -12
- package/dist/src/auth/provider.d.ts +1 -1
- package/dist/src/auth/provider.js +1 -4
- package/dist/src/errors/index.d.ts +4 -4
- package/dist/src/errors/index.d.ts.map +1 -1
- package/dist/src/errors/index.js +12 -54
- package/dist/src/execution/compact.d.ts +1 -144
- package/dist/src/execution/compact.d.ts.map +1 -1
- package/dist/src/execution/compact.js +1 -117
- package/dist/src/execution/error.d.ts +10 -1
- package/dist/src/execution/error.d.ts.map +1 -1
- package/dist/src/execution/error.js +9 -11
- package/dist/src/execution/index.d.ts +10 -11
- package/dist/src/execution/index.d.ts.map +1 -1
- package/dist/src/execution/index.js +64 -75
- package/dist/src/execution/permit2.d.ts +2 -138
- package/dist/src/execution/permit2.d.ts.map +1 -1
- package/dist/src/execution/permit2.js +5 -239
- package/dist/src/execution/utils.d.ts +31 -15
- package/dist/src/execution/utils.d.ts.map +1 -1
- package/dist/src/execution/utils.js +283 -256
- package/dist/src/index.d.ts +15 -14
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +57 -68
- package/dist/src/jwt-server/digest.js +3 -6
- package/dist/src/jwt-server/express.d.ts +1 -1
- package/dist/src/jwt-server/express.d.ts.map +1 -1
- package/dist/src/jwt-server/express.js +6 -7
- package/dist/src/jwt-server/handlers.d.ts +1 -1
- package/dist/src/jwt-server/handlers.js +7 -11
- package/dist/src/jwt-server/index.d.ts +7 -7
- package/dist/src/jwt-server/index.js +6 -17
- package/dist/src/jwt-server/jcs.js +1 -4
- package/dist/src/jwt-server/signer.d.ts +1 -1
- package/dist/src/jwt-server/signer.js +10 -13
- package/dist/src/jwt-server/sponsorship.js +2 -7
- package/dist/src/jwt-server/web.d.ts +1 -1
- package/dist/src/jwt-server/web.js +5 -9
- package/dist/src/modules/abi/smart-session-emissary.js +1 -3
- package/dist/src/modules/abi/smart-sessions.js +1 -4
- package/dist/src/modules/chain-abstraction.js +1 -5
- package/dist/src/modules/common.d.ts +1 -1
- package/dist/src/modules/common.js +1 -13
- package/dist/src/modules/index.d.ts +5 -5
- package/dist/src/modules/index.js +35 -50
- package/dist/src/modules/legacy.d.ts +2 -2
- package/dist/src/modules/legacy.js +11 -14
- package/dist/src/modules/read.d.ts +1 -1
- package/dist/src/modules/read.js +11 -15
- package/dist/src/modules/validators/core.d.ts +2 -2
- package/dist/src/modules/validators/core.js +26 -44
- package/dist/src/modules/validators/index.d.ts +2 -2
- package/dist/src/modules/validators/index.js +3 -19
- package/dist/src/modules/validators/policies/claim/permit2.d.ts +1 -1
- package/dist/src/modules/validators/policies/claim/permit2.js +39 -44
- package/dist/src/modules/validators/policies/claim/types.js +11 -14
- package/dist/src/modules/validators/smart-sessions.d.ts +3 -3
- package/dist/src/modules/validators/smart-sessions.js +65 -94
- package/dist/src/orchestrator/caip2.d.ts +7 -0
- package/dist/src/orchestrator/caip2.d.ts.map +1 -0
- package/dist/src/orchestrator/caip2.js +17 -0
- package/dist/src/orchestrator/client.d.ts +12 -12
- package/dist/src/orchestrator/client.d.ts.map +1 -1
- package/dist/src/orchestrator/client.js +199 -305
- package/dist/src/orchestrator/consts.d.ts +2 -2
- package/dist/src/orchestrator/consts.d.ts.map +1 -1
- package/dist/src/orchestrator/consts.js +3 -9
- package/dist/src/orchestrator/error.d.ts +72 -217
- package/dist/src/orchestrator/error.d.ts.map +1 -1
- package/dist/src/orchestrator/error.js +117 -227
- package/dist/src/orchestrator/index.d.ts +9 -9
- package/dist/src/orchestrator/index.d.ts.map +1 -1
- package/dist/src/orchestrator/index.js +7 -56
- package/dist/src/orchestrator/registry.d.ts +2 -2
- package/dist/src/orchestrator/registry.js +19 -33
- package/dist/src/orchestrator/types.d.ts +97 -232
- package/dist/src/orchestrator/types.d.ts.map +1 -1
- package/dist/src/orchestrator/types.js +1 -17
- package/dist/src/orchestrator/utils.js +1 -3
- package/dist/src/types.d.ts +5 -7
- package/dist/src/types.d.ts.map +1 -1
- package/dist/src/types.js +1 -2
- package/dist/src/utils/index.d.ts +2 -2
- package/dist/src/utils/index.js +9 -15
- package/package.json +15 -98
- package/dist/src/execution/singleChainOps.d.ts +0 -41
- package/dist/src/execution/singleChainOps.d.ts.map +0 -1
- package/dist/src/execution/singleChainOps.js +0 -44
- package/dist/src/execution/types.d.ts +0 -36
- package/dist/src/execution/types.d.ts.map +0 -1
- package/dist/src/execution/types.js +0 -2
|
@@ -1,242 +1,97 @@
|
|
|
1
|
-
|
|
2
|
-
interface
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
chainId: number;
|
|
6
|
-
to: Address;
|
|
7
|
-
data: Hex;
|
|
8
|
-
value: string;
|
|
9
|
-
};
|
|
10
|
-
details: {
|
|
11
|
-
stateOverride: unknown[];
|
|
12
|
-
blockNumber: string;
|
|
13
|
-
relayer: string;
|
|
14
|
-
simulationUrl: string;
|
|
15
|
-
};
|
|
1
|
+
type ErrorCode = 'VALIDATION_ERROR' | 'INSUFFICIENT_LIQUIDITY' | 'NOT_FOUND' | 'UNAUTHORIZED' | 'FORBIDDEN' | 'CONFLICT' | 'UNPROCESSABLE_CONTENT' | 'TOO_MANY_REQUESTS' | 'SETTLEMENT_QUOTE_ERROR' | 'SETTLEMENT_EXECUTION_ERROR' | 'EXTERNAL_SERVICE_TIMEOUT' | 'RELAYER_MARKET_UNAVAILABLE' | 'INTERNAL_ERROR';
|
|
2
|
+
interface ValidationIssue {
|
|
3
|
+
message: string;
|
|
4
|
+
context?: Record<string, unknown>;
|
|
16
5
|
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
private readonly _traceId;
|
|
22
|
-
private readonly _statusCode?;
|
|
23
|
-
constructor(params?: {
|
|
24
|
-
message?: string;
|
|
25
|
-
context?: any;
|
|
26
|
-
errorType?: string;
|
|
27
|
-
traceId?: string;
|
|
28
|
-
statusCode?: number;
|
|
29
|
-
});
|
|
30
|
-
get message(): string;
|
|
31
|
-
get context(): any;
|
|
32
|
-
get errorType(): string;
|
|
33
|
-
get traceId(): string;
|
|
34
|
-
get statusCode(): number | undefined;
|
|
35
|
-
}
|
|
36
|
-
declare class InsufficientBalanceError extends OrchestratorError {
|
|
37
|
-
constructor(params?: {
|
|
38
|
-
context?: any;
|
|
39
|
-
errorType?: string;
|
|
40
|
-
traceId?: string;
|
|
41
|
-
statusCode?: number;
|
|
42
|
-
});
|
|
43
|
-
}
|
|
44
|
-
declare class UnsupportedChainIdError extends OrchestratorError {
|
|
45
|
-
constructor(params?: {
|
|
46
|
-
context?: any;
|
|
47
|
-
errorType?: string;
|
|
48
|
-
traceId?: string;
|
|
49
|
-
statusCode?: number;
|
|
50
|
-
});
|
|
51
|
-
}
|
|
52
|
-
declare class UnsupportedChainError extends OrchestratorError {
|
|
53
|
-
constructor(chainId: number, params?: {
|
|
54
|
-
context?: any;
|
|
55
|
-
errorType?: string;
|
|
56
|
-
traceId?: string;
|
|
57
|
-
statusCode?: number;
|
|
58
|
-
});
|
|
59
|
-
}
|
|
60
|
-
declare class UnsupportedTokenError extends OrchestratorError {
|
|
61
|
-
constructor(tokenSymbol: string, chainId: number, params?: {
|
|
62
|
-
context?: any;
|
|
63
|
-
errorType?: string;
|
|
64
|
-
traceId?: string;
|
|
65
|
-
statusCode?: number;
|
|
66
|
-
});
|
|
67
|
-
}
|
|
68
|
-
declare class TokenNotSupportedError extends OrchestratorError {
|
|
69
|
-
constructor(tokenAddress: string, chainId: number, params?: {
|
|
70
|
-
context?: any;
|
|
71
|
-
errorType?: string;
|
|
72
|
-
traceId?: string;
|
|
73
|
-
statusCode?: number;
|
|
74
|
-
});
|
|
75
|
-
}
|
|
76
|
-
declare class AuthenticationRequiredError extends OrchestratorError {
|
|
77
|
-
constructor(params?: {
|
|
78
|
-
context?: any;
|
|
79
|
-
errorType?: string;
|
|
80
|
-
traceId?: string;
|
|
81
|
-
statusCode?: number;
|
|
82
|
-
});
|
|
83
|
-
}
|
|
84
|
-
declare class InvalidApiKeyError extends OrchestratorError {
|
|
85
|
-
constructor(params?: {
|
|
86
|
-
context?: any;
|
|
87
|
-
errorType?: string;
|
|
88
|
-
traceId?: string;
|
|
89
|
-
statusCode?: number;
|
|
90
|
-
});
|
|
91
|
-
}
|
|
92
|
-
declare class InvalidIntentSignatureError extends OrchestratorError {
|
|
93
|
-
constructor(params?: {
|
|
94
|
-
context?: any;
|
|
95
|
-
errorType?: string;
|
|
96
|
-
traceId?: string;
|
|
97
|
-
statusCode?: number;
|
|
98
|
-
});
|
|
99
|
-
}
|
|
100
|
-
declare class OnlyOneTargetTokenAmountCanBeUnsetError extends OrchestratorError {
|
|
101
|
-
constructor(params?: {
|
|
102
|
-
context?: any;
|
|
103
|
-
errorType?: string;
|
|
104
|
-
traceId?: string;
|
|
105
|
-
statusCode?: number;
|
|
106
|
-
});
|
|
107
|
-
}
|
|
108
|
-
declare class NoPathFoundError extends OrchestratorError {
|
|
109
|
-
constructor(params?: {
|
|
110
|
-
context?: any;
|
|
111
|
-
errorType?: string;
|
|
112
|
-
traceId?: string;
|
|
113
|
-
statusCode?: number;
|
|
114
|
-
});
|
|
6
|
+
interface BaseErrorParams {
|
|
7
|
+
message: string;
|
|
8
|
+
traceId?: string;
|
|
9
|
+
statusCode?: number;
|
|
115
10
|
}
|
|
116
|
-
declare class
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
11
|
+
declare class OrchestratorError extends Error {
|
|
12
|
+
readonly code: ErrorCode | 'UNKNOWN';
|
|
13
|
+
readonly traceId: string;
|
|
14
|
+
readonly statusCode?: number;
|
|
15
|
+
constructor(params: BaseErrorParams & {
|
|
16
|
+
code?: ErrorCode | 'UNKNOWN';
|
|
122
17
|
});
|
|
123
18
|
}
|
|
124
|
-
declare class
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
errorType?: string;
|
|
129
|
-
traceId?: string;
|
|
130
|
-
statusCode?: number;
|
|
19
|
+
declare class ValidationError extends OrchestratorError {
|
|
20
|
+
readonly issues: ValidationIssue[];
|
|
21
|
+
constructor(params: BaseErrorParams & {
|
|
22
|
+
issues?: ValidationIssue[];
|
|
131
23
|
});
|
|
132
24
|
}
|
|
133
|
-
declare class
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
25
|
+
declare class InsufficientLiquidityError extends OrchestratorError {
|
|
26
|
+
readonly availableIntents: Record<string, bigint>[];
|
|
27
|
+
readonly unfillable: Record<string, bigint>;
|
|
28
|
+
constructor(params: BaseErrorParams & {
|
|
29
|
+
availableIntents: Record<string, bigint>[];
|
|
30
|
+
unfillable: Record<string, bigint>;
|
|
139
31
|
});
|
|
140
32
|
}
|
|
141
|
-
declare class
|
|
142
|
-
constructor(params
|
|
143
|
-
context?: any;
|
|
144
|
-
errorType?: string;
|
|
145
|
-
traceId?: string;
|
|
146
|
-
statusCode?: number;
|
|
147
|
-
});
|
|
33
|
+
declare class NotFoundError extends OrchestratorError {
|
|
34
|
+
constructor(params: BaseErrorParams);
|
|
148
35
|
}
|
|
149
36
|
declare class UnauthorizedError extends OrchestratorError {
|
|
150
|
-
constructor(params
|
|
151
|
-
context?: any;
|
|
152
|
-
errorType?: string;
|
|
153
|
-
traceId?: string;
|
|
154
|
-
statusCode?: number;
|
|
155
|
-
});
|
|
37
|
+
constructor(params: BaseErrorParams);
|
|
156
38
|
}
|
|
157
39
|
declare class ForbiddenError extends OrchestratorError {
|
|
158
|
-
constructor(params
|
|
159
|
-
context?: any;
|
|
160
|
-
errorType?: string;
|
|
161
|
-
traceId?: string;
|
|
162
|
-
statusCode?: number;
|
|
163
|
-
});
|
|
164
|
-
}
|
|
165
|
-
declare class ResourceNotFoundError extends OrchestratorError {
|
|
166
|
-
constructor(params?: {
|
|
167
|
-
context?: any;
|
|
168
|
-
errorType?: string;
|
|
169
|
-
traceId?: string;
|
|
170
|
-
statusCode?: number;
|
|
171
|
-
});
|
|
40
|
+
constructor(params: BaseErrorParams);
|
|
172
41
|
}
|
|
173
42
|
declare class ConflictError extends OrchestratorError {
|
|
174
|
-
constructor(params
|
|
175
|
-
context?: any;
|
|
176
|
-
errorType?: string;
|
|
177
|
-
traceId?: string;
|
|
178
|
-
statusCode?: number;
|
|
179
|
-
});
|
|
43
|
+
constructor(params: BaseErrorParams);
|
|
180
44
|
}
|
|
181
|
-
declare class
|
|
182
|
-
constructor(params
|
|
183
|
-
message?: string;
|
|
184
|
-
context?: any;
|
|
185
|
-
errorType?: string;
|
|
186
|
-
traceId?: string;
|
|
187
|
-
statusCode?: number;
|
|
188
|
-
});
|
|
45
|
+
declare class UnprocessableContentError extends OrchestratorError {
|
|
46
|
+
constructor(params: BaseErrorParams);
|
|
189
47
|
}
|
|
190
|
-
declare class
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
errorType?: string;
|
|
195
|
-
traceId?: string;
|
|
196
|
-
statusCode?: number;
|
|
48
|
+
declare class RateLimitedError extends OrchestratorError {
|
|
49
|
+
readonly retryAfter?: string;
|
|
50
|
+
constructor(params: BaseErrorParams & {
|
|
51
|
+
retryAfter?: string;
|
|
197
52
|
});
|
|
198
53
|
}
|
|
199
|
-
declare class
|
|
200
|
-
constructor(params
|
|
201
|
-
context?: any;
|
|
202
|
-
errorType?: string;
|
|
203
|
-
traceId?: string;
|
|
204
|
-
statusCode?: number;
|
|
205
|
-
});
|
|
54
|
+
declare class SettlementQuoteError extends OrchestratorError {
|
|
55
|
+
constructor(params: BaseErrorParams);
|
|
206
56
|
}
|
|
207
|
-
declare class
|
|
208
|
-
constructor(params
|
|
209
|
-
message?: string;
|
|
210
|
-
context?: any;
|
|
211
|
-
errorType?: string;
|
|
212
|
-
traceId?: string;
|
|
213
|
-
statusCode?: number;
|
|
214
|
-
});
|
|
57
|
+
declare class SettlementExecutionError extends OrchestratorError {
|
|
58
|
+
constructor(params: BaseErrorParams);
|
|
215
59
|
}
|
|
216
|
-
declare class
|
|
217
|
-
constructor(params
|
|
218
|
-
message?: string;
|
|
219
|
-
context?: any;
|
|
220
|
-
errorType?: string;
|
|
221
|
-
traceId?: string;
|
|
222
|
-
statusCode?: number;
|
|
223
|
-
simulations?: Simulation[];
|
|
224
|
-
});
|
|
60
|
+
declare class ExternalServiceTimeoutError extends OrchestratorError {
|
|
61
|
+
constructor(params: BaseErrorParams);
|
|
225
62
|
}
|
|
226
|
-
declare class
|
|
227
|
-
|
|
228
|
-
readonly unfillable: Record<string, bigint>;
|
|
229
|
-
constructor(params: {
|
|
230
|
-
availableIntents: Record<string, bigint>[];
|
|
231
|
-
unfillable: Record<string, bigint>;
|
|
232
|
-
traceId?: string;
|
|
233
|
-
statusCode?: number;
|
|
234
|
-
});
|
|
63
|
+
declare class RelayerMarketUnavailableError extends OrchestratorError {
|
|
64
|
+
constructor(params: BaseErrorParams);
|
|
235
65
|
}
|
|
236
|
-
declare
|
|
66
|
+
declare class InternalServerError extends OrchestratorError {
|
|
67
|
+
constructor(params: BaseErrorParams);
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Thrown by the SDK's local token/chain registry — not an orchestrator API
|
|
71
|
+
* error. Distinct from `OrchestratorError` so consumers can catch them
|
|
72
|
+
* separately from server-side failures.
|
|
73
|
+
*/
|
|
74
|
+
declare class UnsupportedChainError extends Error {
|
|
75
|
+
readonly chainId: number;
|
|
76
|
+
constructor(chainId: number);
|
|
77
|
+
}
|
|
78
|
+
declare class UnsupportedTokenError extends Error {
|
|
79
|
+
readonly tokenSymbol: string;
|
|
80
|
+
readonly chainId: number;
|
|
81
|
+
constructor(tokenSymbol: string, chainId: number);
|
|
82
|
+
}
|
|
83
|
+
interface ErrorEnvelope {
|
|
84
|
+
code: ErrorCode;
|
|
85
|
+
message: string;
|
|
86
|
+
traceId: string;
|
|
87
|
+
details?: unknown;
|
|
88
|
+
}
|
|
89
|
+
declare function parseErrorEnvelope(envelope: ErrorEnvelope, statusCode: number, retryAfter?: string): OrchestratorError;
|
|
90
|
+
declare function isOrchestratorError(error: unknown): error is OrchestratorError;
|
|
237
91
|
declare function isRateLimited(error: unknown): error is RateLimitedError;
|
|
238
|
-
declare function isValidationError(error: unknown):
|
|
239
|
-
declare function isAuthError(error: unknown):
|
|
92
|
+
declare function isValidationError(error: unknown): error is ValidationError;
|
|
93
|
+
declare function isAuthError(error: unknown): error is UnauthorizedError | ForbiddenError;
|
|
240
94
|
declare function isRetryable(error: unknown): boolean;
|
|
241
|
-
export {
|
|
95
|
+
export type { ErrorCode, ErrorEnvelope, ValidationIssue };
|
|
96
|
+
export { parseErrorEnvelope, isOrchestratorError, isRetryable, isAuthError, isValidationError, isRateLimited, OrchestratorError, ValidationError, InsufficientLiquidityError, NotFoundError, UnauthorizedError, ForbiddenError, ConflictError, UnprocessableContentError, RateLimitedError, SettlementQuoteError, SettlementExecutionError, ExternalServiceTimeoutError, RelayerMarketUnavailableError, InternalServerError, UnsupportedChainError, UnsupportedTokenError, };
|
|
242
97
|
//# sourceMappingURL=error.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../../../orchestrator/error.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../../../orchestrator/error.ts"],"names":[],"mappings":"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"}
|