@openfort/openfort-node 0.6.50 → 0.6.52
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/dist/apis/exchangeApiWrapper.d.ts +15 -0
- package/dist/apis/exchangeApiWrapper.js +40 -0
- package/dist/apis/exchangeApiWrapper.js.map +1 -0
- package/dist/apis/payamsterApiWrapper.d.ts +27 -0
- package/dist/apis/payamsterApiWrapper.js +55 -0
- package/dist/apis/payamsterApiWrapper.js.map +1 -0
- package/dist/generated/apis/AccountsApi.d.ts +1 -1
- package/dist/generated/apis/AccountsApi.js +1 -1
- package/dist/generated/apis/ExchangeApi.d.ts +41 -0
- package/dist/generated/apis/ExchangeApi.js +137 -0
- package/dist/generated/apis/ExchangeApi.js.map +1 -0
- package/dist/generated/apis/PaymasterApi.d.ts +87 -0
- package/dist/generated/apis/PaymasterApi.js +318 -0
- package/dist/generated/apis/PaymasterApi.js.map +1 -0
- package/dist/generated/index.d.ts +1 -1
- package/dist/generated/index.js +3 -1
- package/dist/generated/index.js.map +1 -1
- package/dist/generated/models/Amount.d.ts +33 -0
- package/dist/generated/models/Amount.js +41 -0
- package/dist/generated/models/Amount.js.map +1 -0
- package/dist/generated/models/ApiKeyType.d.ts +1 -1
- package/dist/generated/models/CreateExchangeRequest.d.ts +69 -0
- package/dist/generated/models/CreateExchangeRequest.js +92 -0
- package/dist/generated/models/CreateExchangeRequest.js.map +1 -0
- package/dist/generated/models/CreatePaymasterRequest.d.ts +39 -0
- package/dist/generated/models/CreatePaymasterRequest.js +44 -0
- package/dist/generated/models/CreatePaymasterRequest.js.map +1 -0
- package/dist/generated/models/CreatePolicyRequest.d.ts +4 -0
- package/dist/generated/models/CreatePolicyRequest.js +6 -0
- package/dist/generated/models/CreatePolicyRequest.js.map +1 -1
- package/dist/generated/models/EntityTypePAYMASTER.d.ts +12 -0
- package/dist/generated/models/EntityTypePAYMASTER.js +14 -0
- package/dist/generated/models/EntityTypePAYMASTER.js.map +1 -0
- package/dist/generated/models/Fee.d.ts +34 -0
- package/dist/generated/models/Fee.js +47 -0
- package/dist/generated/models/Fee.js.map +1 -0
- package/dist/generated/models/Interaction.d.ts +4 -0
- package/dist/generated/models/Interaction.js +6 -0
- package/dist/generated/models/Interaction.js.map +1 -1
- package/dist/generated/models/ObjectSerializer.d.ts +11 -0
- package/dist/generated/models/ObjectSerializer.js +31 -0
- package/dist/generated/models/ObjectSerializer.js.map +1 -1
- package/dist/generated/models/PagingQueries.d.ts +37 -0
- package/dist/generated/models/PagingQueries.js +44 -0
- package/dist/generated/models/PagingQueries.js.map +1 -0
- package/dist/generated/models/PaymasterDeleteResponse.d.ts +31 -0
- package/dist/generated/models/PaymasterDeleteResponse.js +44 -0
- package/dist/generated/models/PaymasterDeleteResponse.js.map +1 -0
- package/dist/generated/models/PaymasterResponse.d.ts +34 -0
- package/dist/generated/models/PaymasterResponse.js +62 -0
- package/dist/generated/models/PaymasterResponse.js.map +1 -0
- package/dist/generated/models/Policy.d.ts +1 -0
- package/dist/generated/models/Policy.js +6 -0
- package/dist/generated/models/Policy.js.map +1 -1
- package/dist/generated/models/PolicyResponse.d.ts +2 -0
- package/dist/generated/models/PolicyResponse.js +6 -0
- package/dist/generated/models/PolicyResponse.js.map +1 -1
- package/dist/generated/models/QuoteExchangeResult.d.ts +36 -0
- package/dist/generated/models/QuoteExchangeResult.js +68 -0
- package/dist/generated/models/QuoteExchangeResult.js.map +1 -0
- package/dist/generated/models/Token.d.ts +35 -0
- package/dist/generated/models/Token.js +59 -0
- package/dist/generated/models/Token.js.map +1 -0
- package/dist/generated/models/TradeType.d.ts +12 -0
- package/dist/generated/models/TradeType.js +14 -0
- package/dist/generated/models/TradeType.js.map +1 -0
- package/dist/generated/models/TransactionIntentResponsePolicy.d.ts +1 -0
- package/dist/generated/models/TransactionIntentResponsePolicy.js +6 -0
- package/dist/generated/models/TransactionIntentResponsePolicy.js.map +1 -1
- package/dist/generated/models/UpdatePolicyRequest.d.ts +4 -0
- package/dist/generated/models/UpdatePolicyRequest.js +6 -0
- package/dist/generated/models/UpdatePolicyRequest.js.map +1 -1
- package/dist/generated/models/all.d.ts +11 -0
- package/dist/generated/models/all.js +11 -0
- package/dist/generated/models/all.js.map +1 -1
- package/dist/generated/types/ObjectParamAPI.d.ts +132 -1
- package/dist/generated/types/ObjectParamAPI.js +93 -23
- package/dist/generated/types/ObjectParamAPI.js.map +1 -1
- package/dist/generated/types/ObservableAPI.d.ts +65 -1
- package/dist/generated/types/ObservableAPI.js +170 -2
- package/dist/generated/types/ObservableAPI.js.map +1 -1
- package/dist/generated/types/PromiseAPI.d.ts +61 -1
- package/dist/generated/types/PromiseAPI.js +103 -23
- package/dist/generated/types/PromiseAPI.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/models/getPaymasterRequest.d.ts +3 -0
- package/dist/models/getPaymasterRequest.js +3 -0
- package/dist/models/getPaymasterRequest.js.map +1 -0
- package/dist/models/updatePaymasterRequest.d.ts +4 -0
- package/dist/models/updatePaymasterRequest.js +3 -0
- package/dist/models/updatePaymasterRequest.js.map +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -10,6 +10,7 @@ export * from '../models/AccountNotificationTriggerResponseAccount';
|
|
|
10
10
|
export * from '../models/AccountPolicyRuleResponse';
|
|
11
11
|
export * from '../models/AccountResponse';
|
|
12
12
|
export * from '../models/AccountResponseExpandable';
|
|
13
|
+
export * from '../models/Amount';
|
|
13
14
|
export * from '../models/ApiAuthorizedNetworkListResponse';
|
|
14
15
|
export * from '../models/ApiAuthorizedNetworkResponse';
|
|
15
16
|
export * from '../models/ApiKeyResponse';
|
|
@@ -47,9 +48,11 @@ export * from '../models/CreateAccountRequest';
|
|
|
47
48
|
export * from '../models/CreateApiAuthorizedNetworkRequest';
|
|
48
49
|
export * from '../models/CreateContractRequest';
|
|
49
50
|
export * from '../models/CreateDeviceRequest';
|
|
51
|
+
export * from '../models/CreateExchangeRequest';
|
|
50
52
|
export * from '../models/CreateNotificationRequest';
|
|
51
53
|
export * from '../models/CreateNotificationSubscriptionRequest';
|
|
52
54
|
export * from '../models/CreateNotificationTriggerRequest';
|
|
55
|
+
export * from '../models/CreatePaymasterRequest';
|
|
53
56
|
export * from '../models/CreatePolicyRequest';
|
|
54
57
|
export * from '../models/CreatePolicyRuleRequest';
|
|
55
58
|
export * from '../models/CreateProjectApiKeyRequest';
|
|
@@ -81,6 +84,7 @@ export * from '../models/EntityTypeINVENTORY';
|
|
|
81
84
|
export * from '../models/EntityTypeNOTIFICATION';
|
|
82
85
|
export * from '../models/EntityTypeNOTIFICATIONSUBSCRIPTION';
|
|
83
86
|
export * from '../models/EntityTypeNOTIFICATIONTRIGGER';
|
|
87
|
+
export * from '../models/EntityTypePAYMASTER';
|
|
84
88
|
export * from '../models/EntityTypePLAYER';
|
|
85
89
|
export * from '../models/EntityTypePOLICY';
|
|
86
90
|
export * from '../models/EntityTypePOLICYRULE';
|
|
@@ -94,6 +98,7 @@ export * from '../models/EntityTypeWEB3ACTION';
|
|
|
94
98
|
export * from '../models/EntityTypeWEB3CONNECTION';
|
|
95
99
|
export * from '../models/ErrorTypeINVALIDREQUESTERROR';
|
|
96
100
|
export * from '../models/EstimateTransactionIntentGasResult';
|
|
101
|
+
export * from '../models/Fee';
|
|
97
102
|
export * from '../models/FieldErrorsValue';
|
|
98
103
|
export * from '../models/FirebaseOAuthConfig';
|
|
99
104
|
export * from '../models/FixedRateTokenPolicyStrategy';
|
|
@@ -155,7 +160,10 @@ export * from '../models/OAuthProviderSUPABASE';
|
|
|
155
160
|
export * from '../models/OAuthRequest';
|
|
156
161
|
export * from '../models/OAuthResponse';
|
|
157
162
|
export * from '../models/OIDCAuthConfig';
|
|
163
|
+
export * from '../models/PagingQueries';
|
|
158
164
|
export * from '../models/PayForUserPolicyStrategy';
|
|
165
|
+
export * from '../models/PaymasterDeleteResponse';
|
|
166
|
+
export * from '../models/PaymasterResponse';
|
|
159
167
|
export * from '../models/PickContractResponseId';
|
|
160
168
|
export * from '../models/PickDeveloperAccountId';
|
|
161
169
|
export * from '../models/PickPlayerResponseId';
|
|
@@ -207,6 +215,7 @@ export * from '../models/ProjectResponse';
|
|
|
207
215
|
export * from '../models/ProjectStatsRequest';
|
|
208
216
|
export * from '../models/ProjectStatsResponse';
|
|
209
217
|
export * from '../models/ProjectWebhookRequest';
|
|
218
|
+
export * from '../models/QuoteExchangeResult';
|
|
210
219
|
export * from '../models/RefreshTokenRequest';
|
|
211
220
|
export * from '../models/ResponseResponse';
|
|
212
221
|
export * from '../models/ResponseTypeLIST';
|
|
@@ -238,7 +247,9 @@ export * from '../models/SupabaseAuthConfig';
|
|
|
238
247
|
export * from '../models/ThirdPartyOAuthProvider';
|
|
239
248
|
export * from '../models/ThirdPartyOAuthRequest';
|
|
240
249
|
export * from '../models/TimeIntervalType';
|
|
250
|
+
export * from '../models/Token';
|
|
241
251
|
export * from '../models/TokenType';
|
|
252
|
+
export * from '../models/TradeType';
|
|
242
253
|
export * from '../models/TransactionIntent';
|
|
243
254
|
export * from '../models/TransactionIntentListQueries';
|
|
244
255
|
export * from '../models/TransactionIntentListResponse';
|
|
@@ -26,6 +26,7 @@ __exportStar(require("../models/AccountNotificationTriggerResponseAccount"), exp
|
|
|
26
26
|
__exportStar(require("../models/AccountPolicyRuleResponse"), exports);
|
|
27
27
|
__exportStar(require("../models/AccountResponse"), exports);
|
|
28
28
|
__exportStar(require("../models/AccountResponseExpandable"), exports);
|
|
29
|
+
__exportStar(require("../models/Amount"), exports);
|
|
29
30
|
__exportStar(require("../models/ApiAuthorizedNetworkListResponse"), exports);
|
|
30
31
|
__exportStar(require("../models/ApiAuthorizedNetworkResponse"), exports);
|
|
31
32
|
__exportStar(require("../models/ApiKeyResponse"), exports);
|
|
@@ -63,9 +64,11 @@ __exportStar(require("../models/CreateAccountRequest"), exports);
|
|
|
63
64
|
__exportStar(require("../models/CreateApiAuthorizedNetworkRequest"), exports);
|
|
64
65
|
__exportStar(require("../models/CreateContractRequest"), exports);
|
|
65
66
|
__exportStar(require("../models/CreateDeviceRequest"), exports);
|
|
67
|
+
__exportStar(require("../models/CreateExchangeRequest"), exports);
|
|
66
68
|
__exportStar(require("../models/CreateNotificationRequest"), exports);
|
|
67
69
|
__exportStar(require("../models/CreateNotificationSubscriptionRequest"), exports);
|
|
68
70
|
__exportStar(require("../models/CreateNotificationTriggerRequest"), exports);
|
|
71
|
+
__exportStar(require("../models/CreatePaymasterRequest"), exports);
|
|
69
72
|
__exportStar(require("../models/CreatePolicyRequest"), exports);
|
|
70
73
|
__exportStar(require("../models/CreatePolicyRuleRequest"), exports);
|
|
71
74
|
__exportStar(require("../models/CreateProjectApiKeyRequest"), exports);
|
|
@@ -97,6 +100,7 @@ __exportStar(require("../models/EntityTypeINVENTORY"), exports);
|
|
|
97
100
|
__exportStar(require("../models/EntityTypeNOTIFICATION"), exports);
|
|
98
101
|
__exportStar(require("../models/EntityTypeNOTIFICATIONSUBSCRIPTION"), exports);
|
|
99
102
|
__exportStar(require("../models/EntityTypeNOTIFICATIONTRIGGER"), exports);
|
|
103
|
+
__exportStar(require("../models/EntityTypePAYMASTER"), exports);
|
|
100
104
|
__exportStar(require("../models/EntityTypePLAYER"), exports);
|
|
101
105
|
__exportStar(require("../models/EntityTypePOLICY"), exports);
|
|
102
106
|
__exportStar(require("../models/EntityTypePOLICYRULE"), exports);
|
|
@@ -110,6 +114,7 @@ __exportStar(require("../models/EntityTypeWEB3ACTION"), exports);
|
|
|
110
114
|
__exportStar(require("../models/EntityTypeWEB3CONNECTION"), exports);
|
|
111
115
|
__exportStar(require("../models/ErrorTypeINVALIDREQUESTERROR"), exports);
|
|
112
116
|
__exportStar(require("../models/EstimateTransactionIntentGasResult"), exports);
|
|
117
|
+
__exportStar(require("../models/Fee"), exports);
|
|
113
118
|
__exportStar(require("../models/FieldErrorsValue"), exports);
|
|
114
119
|
__exportStar(require("../models/FirebaseOAuthConfig"), exports);
|
|
115
120
|
__exportStar(require("../models/FixedRateTokenPolicyStrategy"), exports);
|
|
@@ -171,7 +176,10 @@ __exportStar(require("../models/OAuthProviderSUPABASE"), exports);
|
|
|
171
176
|
__exportStar(require("../models/OAuthRequest"), exports);
|
|
172
177
|
__exportStar(require("../models/OAuthResponse"), exports);
|
|
173
178
|
__exportStar(require("../models/OIDCAuthConfig"), exports);
|
|
179
|
+
__exportStar(require("../models/PagingQueries"), exports);
|
|
174
180
|
__exportStar(require("../models/PayForUserPolicyStrategy"), exports);
|
|
181
|
+
__exportStar(require("../models/PaymasterDeleteResponse"), exports);
|
|
182
|
+
__exportStar(require("../models/PaymasterResponse"), exports);
|
|
175
183
|
__exportStar(require("../models/PickContractResponseId"), exports);
|
|
176
184
|
__exportStar(require("../models/PickDeveloperAccountId"), exports);
|
|
177
185
|
__exportStar(require("../models/PickPlayerResponseId"), exports);
|
|
@@ -223,6 +231,7 @@ __exportStar(require("../models/ProjectResponse"), exports);
|
|
|
223
231
|
__exportStar(require("../models/ProjectStatsRequest"), exports);
|
|
224
232
|
__exportStar(require("../models/ProjectStatsResponse"), exports);
|
|
225
233
|
__exportStar(require("../models/ProjectWebhookRequest"), exports);
|
|
234
|
+
__exportStar(require("../models/QuoteExchangeResult"), exports);
|
|
226
235
|
__exportStar(require("../models/RefreshTokenRequest"), exports);
|
|
227
236
|
__exportStar(require("../models/ResponseResponse"), exports);
|
|
228
237
|
__exportStar(require("../models/ResponseTypeLIST"), exports);
|
|
@@ -254,7 +263,9 @@ __exportStar(require("../models/SupabaseAuthConfig"), exports);
|
|
|
254
263
|
__exportStar(require("../models/ThirdPartyOAuthProvider"), exports);
|
|
255
264
|
__exportStar(require("../models/ThirdPartyOAuthRequest"), exports);
|
|
256
265
|
__exportStar(require("../models/TimeIntervalType"), exports);
|
|
266
|
+
__exportStar(require("../models/Token"), exports);
|
|
257
267
|
__exportStar(require("../models/TokenType"), exports);
|
|
268
|
+
__exportStar(require("../models/TradeType"), exports);
|
|
258
269
|
__exportStar(require("../models/TransactionIntent"), exports);
|
|
259
270
|
__exportStar(require("../models/TransactionIntentListQueries"), exports);
|
|
260
271
|
__exportStar(require("../models/TransactionIntentListResponse"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"all.js","sourceRoot":"","sources":["../../../src/generated/models/all.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"all.js","sourceRoot":"","sources":["../../../src/generated/models/all.ts"],"names":[],"mappings":"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"}
|
|
@@ -15,9 +15,11 @@ import { ContractReadResponse } from '../models/ContractReadResponse';
|
|
|
15
15
|
import { ContractResponse } from '../models/ContractResponse';
|
|
16
16
|
import { CreateAccountRequest } from '../models/CreateAccountRequest';
|
|
17
17
|
import { CreateContractRequest } from '../models/CreateContractRequest';
|
|
18
|
+
import { CreateExchangeRequest } from '../models/CreateExchangeRequest';
|
|
18
19
|
import { CreateNotificationRequest } from '../models/CreateNotificationRequest';
|
|
19
20
|
import { CreateNotificationSubscriptionRequest } from '../models/CreateNotificationSubscriptionRequest';
|
|
20
21
|
import { CreateNotificationTriggerRequest } from '../models/CreateNotificationTriggerRequest';
|
|
22
|
+
import { CreatePaymasterRequest } from '../models/CreatePaymasterRequest';
|
|
21
23
|
import { CreatePolicyRequest } from '../models/CreatePolicyRequest';
|
|
22
24
|
import { CreatePolicyRuleRequest } from '../models/CreatePolicyRuleRequest';
|
|
23
25
|
import { CreateSessionRequest } from '../models/CreateSessionRequest';
|
|
@@ -54,6 +56,8 @@ import { OAuthInitRequest } from '../models/OAuthInitRequest';
|
|
|
54
56
|
import { OAuthProvider } from '../models/OAuthProvider';
|
|
55
57
|
import { OAuthRequest } from '../models/OAuthRequest';
|
|
56
58
|
import { OAuthResponse } from '../models/OAuthResponse';
|
|
59
|
+
import { PaymasterDeleteResponse } from '../models/PaymasterDeleteResponse';
|
|
60
|
+
import { PaymasterResponse } from '../models/PaymasterResponse';
|
|
57
61
|
import { PlayerCancelTransferOwnershipRequest } from '../models/PlayerCancelTransferOwnershipRequest';
|
|
58
62
|
import { PlayerCreateRequest } from '../models/PlayerCreateRequest';
|
|
59
63
|
import { PlayerDeleteResponse } from '../models/PlayerDeleteResponse';
|
|
@@ -70,6 +74,7 @@ import { PolicyResponseExpandable } from '../models/PolicyResponseExpandable';
|
|
|
70
74
|
import { PolicyRuleDeleteResponse } from '../models/PolicyRuleDeleteResponse';
|
|
71
75
|
import { PolicyRuleListResponse } from '../models/PolicyRuleListResponse';
|
|
72
76
|
import { PolicyRuleResponse } from '../models/PolicyRuleResponse';
|
|
77
|
+
import { QuoteExchangeResult } from '../models/QuoteExchangeResult';
|
|
73
78
|
import { RefreshTokenRequest } from '../models/RefreshTokenRequest';
|
|
74
79
|
import { RevokeSessionRequest } from '../models/RevokeSessionRequest';
|
|
75
80
|
import { SIWEAuthenticateRequest } from '../models/SIWEAuthenticateRequest';
|
|
@@ -293,7 +298,7 @@ export declare class ObjectAccountsApi {
|
|
|
293
298
|
*/
|
|
294
299
|
requestTransferOwnership(param: AccountsApiRequestTransferOwnershipRequest, options?: Configuration): Promise<TransactionIntentResponse>;
|
|
295
300
|
/**
|
|
296
|
-
* Signs the typed data value with types data structure for domain using the [EIP-712](https://eips.ethereum.org/EIPS/eip-712) specification.
|
|
301
|
+
* **Custodial Accounts only** - Signs the typed data value with types data structure for domain using the [EIP-712](https://eips.ethereum.org/EIPS/eip-712) specification.
|
|
297
302
|
* Sign a given payload
|
|
298
303
|
* @param param the request object
|
|
299
304
|
*/
|
|
@@ -847,6 +852,39 @@ export declare class ObjectContractsApi {
|
|
|
847
852
|
*/
|
|
848
853
|
updateContract(param: ContractsApiUpdateContractRequest, options?: Configuration): Promise<ContractResponse>;
|
|
849
854
|
}
|
|
855
|
+
import { ExchangeApiRequestFactory, ExchangeApiResponseProcessor } from "../apis/ExchangeApi";
|
|
856
|
+
export interface ExchangeApiCreateSwapRequest {
|
|
857
|
+
/**
|
|
858
|
+
*
|
|
859
|
+
* @type CreateExchangeRequest
|
|
860
|
+
* @memberof ExchangeApicreateSwap
|
|
861
|
+
*/
|
|
862
|
+
createExchangeRequest: CreateExchangeRequest;
|
|
863
|
+
}
|
|
864
|
+
export interface ExchangeApiQuoteSwapRequest {
|
|
865
|
+
/**
|
|
866
|
+
*
|
|
867
|
+
* @type CreateExchangeRequest
|
|
868
|
+
* @memberof ExchangeApiquoteSwap
|
|
869
|
+
*/
|
|
870
|
+
createExchangeRequest: CreateExchangeRequest;
|
|
871
|
+
}
|
|
872
|
+
export declare class ObjectExchangeApi {
|
|
873
|
+
private api;
|
|
874
|
+
constructor(configuration: Configuration, requestFactory?: ExchangeApiRequestFactory, responseProcessor?: ExchangeApiResponseProcessor);
|
|
875
|
+
/**
|
|
876
|
+
* Creates token swap.
|
|
877
|
+
* Create token swap.
|
|
878
|
+
* @param param the request object
|
|
879
|
+
*/
|
|
880
|
+
createSwap(param: ExchangeApiCreateSwapRequest, options?: Configuration): Promise<TransactionIntentResponse>;
|
|
881
|
+
/**
|
|
882
|
+
* Quote token swap.
|
|
883
|
+
* Quote token swap.
|
|
884
|
+
* @param param the request object
|
|
885
|
+
*/
|
|
886
|
+
quoteSwap(param: ExchangeApiQuoteSwapRequest, options?: Configuration): Promise<QuoteExchangeResult>;
|
|
887
|
+
}
|
|
850
888
|
import { InventoriesApiRequestFactory, InventoriesApiResponseProcessor } from "../apis/InventoriesApi";
|
|
851
889
|
export interface InventoriesApiGetAccountCryptoCurrencyInventoryRequest {
|
|
852
890
|
/**
|
|
@@ -1305,6 +1343,99 @@ export declare class ObjectNotificationsApi {
|
|
|
1305
1343
|
*/
|
|
1306
1344
|
getNotifications(param?: NotificationsApiGetNotificationsRequest, options?: Configuration): Promise<NotificationListResponse>;
|
|
1307
1345
|
}
|
|
1346
|
+
import { PaymasterApiRequestFactory, PaymasterApiResponseProcessor } from "../apis/PaymasterApi";
|
|
1347
|
+
export interface PaymasterApiCreatePaymasterRequest {
|
|
1348
|
+
/**
|
|
1349
|
+
*
|
|
1350
|
+
* @type CreatePaymasterRequest
|
|
1351
|
+
* @memberof PaymasterApicreatePaymaster
|
|
1352
|
+
*/
|
|
1353
|
+
createPaymasterRequest: CreatePaymasterRequest;
|
|
1354
|
+
}
|
|
1355
|
+
export interface PaymasterApiDeletePaymasterRequest {
|
|
1356
|
+
/**
|
|
1357
|
+
*
|
|
1358
|
+
* @type string
|
|
1359
|
+
* @memberof PaymasterApideletePaymaster
|
|
1360
|
+
*/
|
|
1361
|
+
id: string;
|
|
1362
|
+
}
|
|
1363
|
+
export interface PaymasterApiGetPaymasterRequest {
|
|
1364
|
+
/**
|
|
1365
|
+
*
|
|
1366
|
+
* @type string
|
|
1367
|
+
* @memberof PaymasterApigetPaymaster
|
|
1368
|
+
*/
|
|
1369
|
+
id: string;
|
|
1370
|
+
}
|
|
1371
|
+
export interface PaymasterApiListPaymastersRequest {
|
|
1372
|
+
/**
|
|
1373
|
+
* Specifies the maximum number of records to return.
|
|
1374
|
+
* @type number
|
|
1375
|
+
* @memberof PaymasterApilistPaymasters
|
|
1376
|
+
*/
|
|
1377
|
+
limit?: number;
|
|
1378
|
+
/**
|
|
1379
|
+
* Specifies the offset for the first records to return.
|
|
1380
|
+
* @type number
|
|
1381
|
+
* @memberof PaymasterApilistPaymasters
|
|
1382
|
+
*/
|
|
1383
|
+
skip?: number;
|
|
1384
|
+
/**
|
|
1385
|
+
* Specifies the order in which to sort the results.
|
|
1386
|
+
* @type SortOrder
|
|
1387
|
+
* @memberof PaymasterApilistPaymasters
|
|
1388
|
+
*/
|
|
1389
|
+
order?: SortOrder;
|
|
1390
|
+
}
|
|
1391
|
+
export interface PaymasterApiUpdatePaymasterRequest {
|
|
1392
|
+
/**
|
|
1393
|
+
*
|
|
1394
|
+
* @type string
|
|
1395
|
+
* @memberof PaymasterApiupdatePaymaster
|
|
1396
|
+
*/
|
|
1397
|
+
id: string;
|
|
1398
|
+
/**
|
|
1399
|
+
*
|
|
1400
|
+
* @type CreatePaymasterRequest
|
|
1401
|
+
* @memberof PaymasterApiupdatePaymaster
|
|
1402
|
+
*/
|
|
1403
|
+
createPaymasterRequest: CreatePaymasterRequest;
|
|
1404
|
+
}
|
|
1405
|
+
export declare class ObjectPaymasterApi {
|
|
1406
|
+
private api;
|
|
1407
|
+
constructor(configuration: Configuration, requestFactory?: PaymasterApiRequestFactory, responseProcessor?: PaymasterApiResponseProcessor);
|
|
1408
|
+
/**
|
|
1409
|
+
* Create a new paymaster. This object represents the paymaster that will be used to pay the gas fees of the transactions.
|
|
1410
|
+
* Create a new paymaster.
|
|
1411
|
+
* @param param the request object
|
|
1412
|
+
*/
|
|
1413
|
+
createPaymaster(param: PaymasterApiCreatePaymasterRequest, options?: Configuration): Promise<PaymasterResponse>;
|
|
1414
|
+
/**
|
|
1415
|
+
* Delete the paymaster with the given id. This object represents the paymaster that will be used to pay the gas fees for the transactions.
|
|
1416
|
+
* Delete paymaster by id.
|
|
1417
|
+
* @param param the request object
|
|
1418
|
+
*/
|
|
1419
|
+
deletePaymaster(param: PaymasterApiDeletePaymasterRequest, options?: Configuration): Promise<PaymasterDeleteResponse>;
|
|
1420
|
+
/**
|
|
1421
|
+
* Returns the paymaster with the given id. This object represents the paymaster that will be used to pay the gas fees for the transactions.
|
|
1422
|
+
* Get paymaster by id.
|
|
1423
|
+
* @param param the request object
|
|
1424
|
+
*/
|
|
1425
|
+
getPaymaster(param: PaymasterApiGetPaymasterRequest, options?: Configuration): Promise<PaymasterResponse>;
|
|
1426
|
+
/**
|
|
1427
|
+
* Returns a list of paymasters. This object represents the paymasters that will be used to pay the gas fees for the transactions. By default, a maximum of 10 paymasters are shown per page.
|
|
1428
|
+
* List paymasters.
|
|
1429
|
+
* @param param the request object
|
|
1430
|
+
*/
|
|
1431
|
+
listPaymasters(param?: PaymasterApiListPaymastersRequest, options?: Configuration): Promise<Array<PaymasterResponse>>;
|
|
1432
|
+
/**
|
|
1433
|
+
* Update a paymaster. This object represents the paymaster that will be used to pay the gas fees of the transactions.
|
|
1434
|
+
* Update a paymaster.
|
|
1435
|
+
* @param param the request object
|
|
1436
|
+
*/
|
|
1437
|
+
updatePaymaster(param: PaymasterApiUpdatePaymasterRequest, options?: Configuration): Promise<PaymasterResponse>;
|
|
1438
|
+
}
|
|
1308
1439
|
import { PlayersApiRequestFactory, PlayersApiResponseProcessor } from "../apis/PlayersApi";
|
|
1309
1440
|
export interface PlayersApiCancelTransferAccountOwnershipRequest {
|
|
1310
1441
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ObjectWeb3ConnectionsApi = exports.ObjectTransactionIntentsApi = exports.ObjectSettingsApi = exports.ObjectSessionsApi = exports.ObjectPolicyRulesApi = exports.ObjectPoliciesApi = exports.ObjectPlayersApi = exports.ObjectNotificationsApi = exports.ObjectNotificationTriggersApi = exports.ObjectNotificationSubscriptionsApi = exports.ObjectInventoriesApi = exports.ObjectContractsApi = exports.ObjectAuthenticationApi = exports.ObjectAdminAuthenticationApi = exports.ObjectAccountsApi = void 0;
|
|
3
|
+
exports.ObjectWeb3ConnectionsApi = exports.ObjectTransactionIntentsApi = exports.ObjectSettingsApi = exports.ObjectSessionsApi = exports.ObjectPolicyRulesApi = exports.ObjectPoliciesApi = exports.ObjectPlayersApi = exports.ObjectPaymasterApi = exports.ObjectNotificationsApi = exports.ObjectNotificationTriggersApi = exports.ObjectNotificationSubscriptionsApi = exports.ObjectInventoriesApi = exports.ObjectExchangeApi = exports.ObjectContractsApi = exports.ObjectAuthenticationApi = exports.ObjectAdminAuthenticationApi = exports.ObjectAccountsApi = void 0;
|
|
4
4
|
const ObservableAPI_1 = require("./ObservableAPI");
|
|
5
5
|
class ObjectAccountsApi {
|
|
6
6
|
constructor(configuration, requestFactory, responseProcessor) {
|
|
@@ -62,7 +62,7 @@ class ObjectAccountsApi {
|
|
|
62
62
|
return this.api.requestTransferOwnership(param.id, param.transferOwnershipRequest, options).toPromise();
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
65
|
-
* Signs the typed data value with types data structure for domain using the [EIP-712](https://eips.ethereum.org/EIPS/eip-712) specification.
|
|
65
|
+
* **Custodial Accounts only** - Signs the typed data value with types data structure for domain using the [EIP-712](https://eips.ethereum.org/EIPS/eip-712) specification.
|
|
66
66
|
* Sign a given payload
|
|
67
67
|
* @param param the request object
|
|
68
68
|
*/
|
|
@@ -354,9 +354,32 @@ class ObjectContractsApi {
|
|
|
354
354
|
}
|
|
355
355
|
exports.ObjectContractsApi = ObjectContractsApi;
|
|
356
356
|
const ObservableAPI_5 = require("./ObservableAPI");
|
|
357
|
+
class ObjectExchangeApi {
|
|
358
|
+
constructor(configuration, requestFactory, responseProcessor) {
|
|
359
|
+
this.api = new ObservableAPI_5.ObservableExchangeApi(configuration, requestFactory, responseProcessor);
|
|
360
|
+
}
|
|
361
|
+
/**
|
|
362
|
+
* Creates token swap.
|
|
363
|
+
* Create token swap.
|
|
364
|
+
* @param param the request object
|
|
365
|
+
*/
|
|
366
|
+
createSwap(param, options) {
|
|
367
|
+
return this.api.createSwap(param.createExchangeRequest, options).toPromise();
|
|
368
|
+
}
|
|
369
|
+
/**
|
|
370
|
+
* Quote token swap.
|
|
371
|
+
* Quote token swap.
|
|
372
|
+
* @param param the request object
|
|
373
|
+
*/
|
|
374
|
+
quoteSwap(param, options) {
|
|
375
|
+
return this.api.quoteSwap(param.createExchangeRequest, options).toPromise();
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
exports.ObjectExchangeApi = ObjectExchangeApi;
|
|
379
|
+
const ObservableAPI_6 = require("./ObservableAPI");
|
|
357
380
|
class ObjectInventoriesApi {
|
|
358
381
|
constructor(configuration, requestFactory, responseProcessor) {
|
|
359
|
-
this.api = new
|
|
382
|
+
this.api = new ObservableAPI_6.ObservableInventoriesApi(configuration, requestFactory, responseProcessor);
|
|
360
383
|
}
|
|
361
384
|
/**
|
|
362
385
|
* For development purposes only. Under higher load scenarios, this endpoint may be rate limited.
|
|
@@ -408,10 +431,10 @@ class ObjectInventoriesApi {
|
|
|
408
431
|
}
|
|
409
432
|
}
|
|
410
433
|
exports.ObjectInventoriesApi = ObjectInventoriesApi;
|
|
411
|
-
const
|
|
434
|
+
const ObservableAPI_7 = require("./ObservableAPI");
|
|
412
435
|
class ObjectNotificationSubscriptionsApi {
|
|
413
436
|
constructor(configuration, requestFactory, responseProcessor) {
|
|
414
|
-
this.api = new
|
|
437
|
+
this.api = new ObservableAPI_7.ObservableNotificationSubscriptionsApi(configuration, requestFactory, responseProcessor);
|
|
415
438
|
}
|
|
416
439
|
/**
|
|
417
440
|
* Create a subscription for the provided notification.
|
|
@@ -447,10 +470,10 @@ class ObjectNotificationSubscriptionsApi {
|
|
|
447
470
|
}
|
|
448
471
|
}
|
|
449
472
|
exports.ObjectNotificationSubscriptionsApi = ObjectNotificationSubscriptionsApi;
|
|
450
|
-
const
|
|
473
|
+
const ObservableAPI_8 = require("./ObservableAPI");
|
|
451
474
|
class ObjectNotificationTriggersApi {
|
|
452
475
|
constructor(configuration, requestFactory, responseProcessor) {
|
|
453
|
-
this.api = new
|
|
476
|
+
this.api = new ObservableAPI_8.ObservableNotificationTriggersApi(configuration, requestFactory, responseProcessor);
|
|
454
477
|
}
|
|
455
478
|
/**
|
|
456
479
|
* Create a trigger for the provided notification.
|
|
@@ -486,10 +509,10 @@ class ObjectNotificationTriggersApi {
|
|
|
486
509
|
}
|
|
487
510
|
}
|
|
488
511
|
exports.ObjectNotificationTriggersApi = ObjectNotificationTriggersApi;
|
|
489
|
-
const
|
|
512
|
+
const ObservableAPI_9 = require("./ObservableAPI");
|
|
490
513
|
class ObjectNotificationsApi {
|
|
491
514
|
constructor(configuration, requestFactory, responseProcessor) {
|
|
492
|
-
this.api = new
|
|
515
|
+
this.api = new ObservableAPI_9.ObservableNotificationsApi(configuration, requestFactory, responseProcessor);
|
|
493
516
|
}
|
|
494
517
|
/**
|
|
495
518
|
* Create a notification object.
|
|
@@ -525,10 +548,57 @@ class ObjectNotificationsApi {
|
|
|
525
548
|
}
|
|
526
549
|
}
|
|
527
550
|
exports.ObjectNotificationsApi = ObjectNotificationsApi;
|
|
528
|
-
const
|
|
551
|
+
const ObservableAPI_10 = require("./ObservableAPI");
|
|
552
|
+
class ObjectPaymasterApi {
|
|
553
|
+
constructor(configuration, requestFactory, responseProcessor) {
|
|
554
|
+
this.api = new ObservableAPI_10.ObservablePaymasterApi(configuration, requestFactory, responseProcessor);
|
|
555
|
+
}
|
|
556
|
+
/**
|
|
557
|
+
* Create a new paymaster. This object represents the paymaster that will be used to pay the gas fees of the transactions.
|
|
558
|
+
* Create a new paymaster.
|
|
559
|
+
* @param param the request object
|
|
560
|
+
*/
|
|
561
|
+
createPaymaster(param, options) {
|
|
562
|
+
return this.api.createPaymaster(param.createPaymasterRequest, options).toPromise();
|
|
563
|
+
}
|
|
564
|
+
/**
|
|
565
|
+
* Delete the paymaster with the given id. This object represents the paymaster that will be used to pay the gas fees for the transactions.
|
|
566
|
+
* Delete paymaster by id.
|
|
567
|
+
* @param param the request object
|
|
568
|
+
*/
|
|
569
|
+
deletePaymaster(param, options) {
|
|
570
|
+
return this.api.deletePaymaster(param.id, options).toPromise();
|
|
571
|
+
}
|
|
572
|
+
/**
|
|
573
|
+
* Returns the paymaster with the given id. This object represents the paymaster that will be used to pay the gas fees for the transactions.
|
|
574
|
+
* Get paymaster by id.
|
|
575
|
+
* @param param the request object
|
|
576
|
+
*/
|
|
577
|
+
getPaymaster(param, options) {
|
|
578
|
+
return this.api.getPaymaster(param.id, options).toPromise();
|
|
579
|
+
}
|
|
580
|
+
/**
|
|
581
|
+
* Returns a list of paymasters. This object represents the paymasters that will be used to pay the gas fees for the transactions. By default, a maximum of 10 paymasters are shown per page.
|
|
582
|
+
* List paymasters.
|
|
583
|
+
* @param param the request object
|
|
584
|
+
*/
|
|
585
|
+
listPaymasters(param = {}, options) {
|
|
586
|
+
return this.api.listPaymasters(param.limit, param.skip, param.order, options).toPromise();
|
|
587
|
+
}
|
|
588
|
+
/**
|
|
589
|
+
* Update a paymaster. This object represents the paymaster that will be used to pay the gas fees of the transactions.
|
|
590
|
+
* Update a paymaster.
|
|
591
|
+
* @param param the request object
|
|
592
|
+
*/
|
|
593
|
+
updatePaymaster(param, options) {
|
|
594
|
+
return this.api.updatePaymaster(param.id, param.createPaymasterRequest, options).toPromise();
|
|
595
|
+
}
|
|
596
|
+
}
|
|
597
|
+
exports.ObjectPaymasterApi = ObjectPaymasterApi;
|
|
598
|
+
const ObservableAPI_11 = require("./ObservableAPI");
|
|
529
599
|
class ObjectPlayersApi {
|
|
530
600
|
constructor(configuration, requestFactory, responseProcessor) {
|
|
531
|
-
this.api = new
|
|
601
|
+
this.api = new ObservableAPI_11.ObservablePlayersApi(configuration, requestFactory, responseProcessor);
|
|
532
602
|
}
|
|
533
603
|
/**
|
|
534
604
|
* This endpoint allows you to cancel a pending transfer of ownership.
|
|
@@ -586,10 +656,10 @@ class ObjectPlayersApi {
|
|
|
586
656
|
}
|
|
587
657
|
}
|
|
588
658
|
exports.ObjectPlayersApi = ObjectPlayersApi;
|
|
589
|
-
const
|
|
659
|
+
const ObservableAPI_12 = require("./ObservableAPI");
|
|
590
660
|
class ObjectPoliciesApi {
|
|
591
661
|
constructor(configuration, requestFactory, responseProcessor) {
|
|
592
|
-
this.api = new
|
|
662
|
+
this.api = new ObservableAPI_12.ObservablePoliciesApi(configuration, requestFactory, responseProcessor);
|
|
593
663
|
}
|
|
594
664
|
/**
|
|
595
665
|
* Create a policy object.
|
|
@@ -667,10 +737,10 @@ class ObjectPoliciesApi {
|
|
|
667
737
|
}
|
|
668
738
|
}
|
|
669
739
|
exports.ObjectPoliciesApi = ObjectPoliciesApi;
|
|
670
|
-
const
|
|
740
|
+
const ObservableAPI_13 = require("./ObservableAPI");
|
|
671
741
|
class ObjectPolicyRulesApi {
|
|
672
742
|
constructor(configuration, requestFactory, responseProcessor) {
|
|
673
|
-
this.api = new
|
|
743
|
+
this.api = new ObservableAPI_13.ObservablePolicyRulesApi(configuration, requestFactory, responseProcessor);
|
|
674
744
|
}
|
|
675
745
|
/**
|
|
676
746
|
* Create a policy rule object.
|
|
@@ -703,10 +773,10 @@ class ObjectPolicyRulesApi {
|
|
|
703
773
|
}
|
|
704
774
|
}
|
|
705
775
|
exports.ObjectPolicyRulesApi = ObjectPolicyRulesApi;
|
|
706
|
-
const
|
|
776
|
+
const ObservableAPI_14 = require("./ObservableAPI");
|
|
707
777
|
class ObjectSessionsApi {
|
|
708
778
|
constructor(configuration, requestFactory, responseProcessor) {
|
|
709
|
-
this.api = new
|
|
779
|
+
this.api = new ObservableAPI_14.ObservableSessionsApi(configuration, requestFactory, responseProcessor);
|
|
710
780
|
}
|
|
711
781
|
/**
|
|
712
782
|
* Creates a Session.
|
|
@@ -748,10 +818,10 @@ class ObjectSessionsApi {
|
|
|
748
818
|
}
|
|
749
819
|
}
|
|
750
820
|
exports.ObjectSessionsApi = ObjectSessionsApi;
|
|
751
|
-
const
|
|
821
|
+
const ObservableAPI_15 = require("./ObservableAPI");
|
|
752
822
|
class ObjectSettingsApi {
|
|
753
823
|
constructor(configuration, requestFactory, responseProcessor) {
|
|
754
|
-
this.api = new
|
|
824
|
+
this.api = new ObservableAPI_15.ObservableSettingsApi(configuration, requestFactory, responseProcessor);
|
|
755
825
|
}
|
|
756
826
|
/**
|
|
757
827
|
* Create or add a developer account. Developer accounts can be used as for escrow, minting and transferring assets. To add your own external account, add a signature and the address of the account. This verified account can then be used as a verified depositor
|
|
@@ -811,10 +881,10 @@ class ObjectSettingsApi {
|
|
|
811
881
|
}
|
|
812
882
|
}
|
|
813
883
|
exports.ObjectSettingsApi = ObjectSettingsApi;
|
|
814
|
-
const
|
|
884
|
+
const ObservableAPI_16 = require("./ObservableAPI");
|
|
815
885
|
class ObjectTransactionIntentsApi {
|
|
816
886
|
constructor(configuration, requestFactory, responseProcessor) {
|
|
817
|
-
this.api = new
|
|
887
|
+
this.api = new ObservableAPI_16.ObservableTransactionIntentsApi(configuration, requestFactory, responseProcessor);
|
|
818
888
|
}
|
|
819
889
|
/**
|
|
820
890
|
* Creates a TransactionIntent. A pending TransactionIntent has the `response` attribute as undefined. After the TransactionIntent is created and broadcasted to the blockchain, `response` will be populated with the transaction hash and a status (1 success, 0 fail). When using a non-custodial account, a `nextAction` attribute is returned with the `userOperationHash` that must be signed by the owner of the account.
|
|
@@ -858,10 +928,10 @@ class ObjectTransactionIntentsApi {
|
|
|
858
928
|
}
|
|
859
929
|
}
|
|
860
930
|
exports.ObjectTransactionIntentsApi = ObjectTransactionIntentsApi;
|
|
861
|
-
const
|
|
931
|
+
const ObservableAPI_17 = require("./ObservableAPI");
|
|
862
932
|
class ObjectWeb3ConnectionsApi {
|
|
863
933
|
constructor(configuration, requestFactory, responseProcessor) {
|
|
864
|
-
this.api = new
|
|
934
|
+
this.api = new ObservableAPI_17.ObservableWeb3ConnectionsApi(configuration, requestFactory, responseProcessor);
|
|
865
935
|
}
|
|
866
936
|
/**
|
|
867
937
|
* This endpoint allows you to create a new web3 connection to your Openfort player. Together with the player ID (pla_), you need to provide a chain ID. The chain to use is required because Openfort needs to make sure the account is deployed, as counterfactual addresses cannot use web3 connections. The `uri` body parameter must contain a [WalletConnect pairing URI](https://specs.walletconnect.com/2.0/specs/clients/core/pairing/pairing-uri).
|