@openfort/openfort-node 0.6.35 → 0.6.38
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/notificationSubscriptionsApiWrapper.d.ts +28 -0
- package/dist/apis/notificationSubscriptionsApiWrapper.js +56 -0
- package/dist/apis/notificationSubscriptionsApiWrapper.js.map +1 -0
- package/dist/apis/notificationTriggersApiWrapper.d.ts +28 -0
- package/dist/apis/notificationTriggersApiWrapper.js +56 -0
- package/dist/apis/notificationTriggersApiWrapper.js.map +1 -0
- package/dist/apis/notificationsApiWrapper.d.ts +29 -0
- package/dist/apis/notificationsApiWrapper.js +56 -0
- package/dist/apis/notificationsApiWrapper.js.map +1 -0
- package/dist/apis/policiesApiWrapper.d.ts +3 -3
- package/dist/apis/policiesApiWrapper.js.map +1 -1
- package/dist/apis/policyRulesApiWrapper.d.ts +6 -6
- package/dist/apis/policyRulesApiWrapper.js +9 -9
- package/dist/apis/policyRulesApiWrapper.js.map +1 -1
- package/dist/apis/transactionIntentsApiWrapper.js +1 -1
- package/dist/apis/transactionIntentsApiWrapper.js.map +1 -1
- package/dist/generated/apis/AccountsApi.d.ts +1 -1
- package/dist/generated/apis/AccountsApi.js +1 -1
- package/dist/generated/apis/InventoriesApi.d.ts +6 -0
- package/dist/generated/apis/InventoriesApi.js +6 -0
- package/dist/generated/apis/InventoriesApi.js.map +1 -1
- package/dist/generated/apis/NotificationSubscriptionsApi.d.ts +74 -0
- package/dist/generated/apis/NotificationSubscriptionsApi.js +257 -0
- package/dist/generated/apis/NotificationSubscriptionsApi.js.map +1 -0
- package/dist/generated/apis/NotificationTriggersApi.d.ts +74 -0
- package/dist/generated/apis/NotificationTriggersApi.js +257 -0
- package/dist/generated/apis/NotificationTriggersApi.js.map +1 -0
- package/dist/generated/apis/NotificationsApi.d.ts +78 -0
- package/dist/generated/apis/NotificationsApi.js +268 -0
- package/dist/generated/apis/NotificationsApi.js.map +1 -0
- package/dist/generated/apis/PoliciesApi.d.ts +34 -4
- package/dist/generated/apis/PoliciesApi.js +124 -4
- package/dist/generated/apis/PoliciesApi.js.map +1 -1
- package/dist/generated/apis/PolicyRulesApi.d.ts +10 -9
- package/dist/generated/apis/PolicyRulesApi.js +14 -13
- package/dist/generated/apis/PolicyRulesApi.js.map +1 -1
- package/dist/generated/apis/SettingsApi.d.ts +5 -4
- package/dist/generated/apis/SettingsApi.js +9 -4
- package/dist/generated/apis/SettingsApi.js.map +1 -1
- package/dist/generated/apis/TransactionIntentsApi.d.ts +2 -1
- package/dist/generated/apis/TransactionIntentsApi.js +6 -1
- package/dist/generated/apis/TransactionIntentsApi.js.map +1 -1
- package/dist/generated/index.d.ts +1 -1
- package/dist/generated/index.js +4 -1
- package/dist/generated/index.js.map +1 -1
- package/dist/generated/models/AccountNotificationTriggerResponse.d.ts +37 -0
- package/dist/generated/models/AccountNotificationTriggerResponse.js +68 -0
- package/dist/generated/models/AccountNotificationTriggerResponse.js.map +1 -0
- package/dist/generated/models/{GasReportDataInner.d.ts → AccountNotificationTriggerResponseAccount.d.ts} +10 -9
- package/dist/generated/models/AccountNotificationTriggerResponseAccount.js +68 -0
- package/dist/generated/models/AccountNotificationTriggerResponseAccount.js.map +1 -0
- package/dist/generated/models/BalanceNotificationTriggerResponse.d.ts +34 -0
- package/dist/generated/models/BalanceNotificationTriggerResponse.js +56 -0
- package/dist/generated/models/BalanceNotificationTriggerResponse.js.map +1 -0
- package/dist/generated/models/CancelTransferOwnershipRequest.d.ts +1 -1
- package/dist/generated/models/ContractNotificationTriggerResponse.d.ts +38 -0
- package/dist/generated/models/ContractNotificationTriggerResponse.js +74 -0
- package/dist/generated/models/ContractNotificationTriggerResponse.js.map +1 -0
- package/dist/generated/models/{ContractPolicyRuleResponseContract.d.ts → ContractNotificationTriggerResponseContract.d.ts} +1 -1
- package/dist/generated/models/{ContractPolicyRuleResponseContract.js → ContractNotificationTriggerResponseContract.js} +7 -7
- package/dist/generated/models/ContractNotificationTriggerResponseContract.js.map +1 -0
- package/dist/generated/models/ContractPolicyRuleResponse.d.ts +2 -2
- package/dist/generated/models/ContractPolicyRuleResponse.js +1 -1
- package/dist/generated/models/ContractPolicyRuleResponse.js.map +1 -1
- package/dist/generated/models/CreateNotificationRequest.d.ts +31 -0
- package/dist/generated/models/CreateNotificationRequest.js +32 -0
- package/dist/generated/models/CreateNotificationRequest.js.map +1 -0
- package/dist/generated/models/CreateNotificationSubscriptionRequest.d.ts +37 -0
- package/dist/generated/models/CreateNotificationSubscriptionRequest.js +44 -0
- package/dist/generated/models/CreateNotificationSubscriptionRequest.js.map +1 -0
- package/dist/generated/models/CreateNotificationTriggerRequest.d.ts +57 -0
- package/dist/generated/models/CreateNotificationTriggerRequest.js +74 -0
- package/dist/generated/models/CreateNotificationTriggerRequest.js.map +1 -0
- package/dist/generated/models/CreatePolicyRuleRequest.d.ts +2 -2
- package/dist/generated/models/DeveloperAccountListQueries.d.ts +4 -0
- package/dist/generated/models/DeveloperAccountListQueries.js +6 -0
- package/dist/generated/models/DeveloperAccountListQueries.js.map +1 -1
- package/dist/generated/models/EntityTypeNOTIFICATION.d.ts +12 -0
- package/dist/generated/models/EntityTypeNOTIFICATION.js +14 -0
- package/dist/generated/models/EntityTypeNOTIFICATION.js.map +1 -0
- package/dist/generated/models/EntityTypeNOTIFICATIONSUBSCRIPTION.d.ts +12 -0
- package/dist/generated/models/EntityTypeNOTIFICATIONSUBSCRIPTION.js +14 -0
- package/dist/generated/models/EntityTypeNOTIFICATIONSUBSCRIPTION.js.map +1 -0
- package/dist/generated/models/EntityTypeNOTIFICATIONTRIGGER.d.ts +12 -0
- package/dist/generated/models/EntityTypeNOTIFICATIONTRIGGER.js +14 -0
- package/dist/generated/models/EntityTypeNOTIFICATIONTRIGGER.js.map +1 -0
- package/dist/generated/models/GasReport.d.ts +8 -4
- package/dist/generated/models/GasReport.js +30 -6
- package/dist/generated/models/GasReport.js.map +1 -1
- package/dist/generated/models/GasReportListResponse.d.ts +35 -0
- package/dist/generated/models/GasReportListResponse.js +62 -0
- package/dist/generated/models/GasReportListResponse.js.map +1 -0
- package/dist/generated/models/{GasReportDataInnerTransactionIntentsInner.d.ts → GasReportTransactionIntentsInner.d.ts} +2 -2
- package/dist/generated/models/{GasReportDataInnerTransactionIntentsInner.js → GasReportTransactionIntentsInner.js} +9 -9
- package/dist/generated/models/GasReportTransactionIntentsInner.js.map +1 -0
- package/dist/generated/models/Interaction.d.ts +1 -1
- package/dist/generated/models/{GasReportDataInnerPeriod.d.ts → MonthRange.d.ts} +2 -2
- package/dist/generated/models/{GasReportDataInnerPeriod.js → MonthRange.js} +13 -13
- package/dist/generated/models/MonthRange.js.map +1 -0
- package/dist/generated/models/NotificationDeleteResponse.d.ts +31 -0
- package/dist/generated/models/NotificationDeleteResponse.js +44 -0
- package/dist/generated/models/NotificationDeleteResponse.js.map +1 -0
- package/dist/generated/models/NotificationListQueries.d.ts +50 -0
- package/dist/generated/models/NotificationListQueries.js +62 -0
- package/dist/generated/models/NotificationListQueries.js.map +1 -0
- package/dist/generated/models/NotificationListResponse.d.ts +35 -0
- package/dist/generated/models/NotificationListResponse.js +62 -0
- package/dist/generated/models/NotificationListResponse.js.map +1 -0
- package/dist/generated/models/NotificationResponse.d.ts +38 -0
- package/dist/generated/models/NotificationResponse.js +74 -0
- package/dist/generated/models/NotificationResponse.js.map +1 -0
- package/dist/generated/models/NotificationResponseExpandable.d.ts +12 -0
- package/dist/generated/models/NotificationResponseExpandable.js +14 -0
- package/dist/generated/models/NotificationResponseExpandable.js.map +1 -0
- package/dist/generated/models/NotificationResponseSubscriptionsInner.d.ts +34 -0
- package/dist/generated/models/NotificationResponseSubscriptionsInner.js +56 -0
- package/dist/generated/models/NotificationResponseSubscriptionsInner.js.map +1 -0
- package/dist/generated/models/NotificationResponseTriggersInner.d.ts +41 -0
- package/dist/generated/models/NotificationResponseTriggersInner.js +86 -0
- package/dist/generated/models/NotificationResponseTriggersInner.js.map +1 -0
- package/dist/generated/models/NotificationSubscription.d.ts +34 -0
- package/dist/generated/models/NotificationSubscription.js +56 -0
- package/dist/generated/models/NotificationSubscription.js.map +1 -0
- package/dist/generated/models/NotificationSubscriptionDeleteResponse.d.ts +31 -0
- package/dist/generated/models/NotificationSubscriptionDeleteResponse.js +44 -0
- package/dist/generated/models/NotificationSubscriptionDeleteResponse.js.map +1 -0
- package/dist/generated/models/NotificationSubscriptionListQueries.d.ts +41 -0
- package/dist/generated/models/NotificationSubscriptionListQueries.js +50 -0
- package/dist/generated/models/NotificationSubscriptionListQueries.js.map +1 -0
- package/dist/generated/models/NotificationSubscriptionListResponse.d.ts +35 -0
- package/dist/generated/models/NotificationSubscriptionListResponse.js +62 -0
- package/dist/generated/models/NotificationSubscriptionListResponse.js.map +1 -0
- package/dist/generated/models/NotificationTriggerDeleteResponse.d.ts +31 -0
- package/dist/generated/models/NotificationTriggerDeleteResponse.js +44 -0
- package/dist/generated/models/NotificationTriggerDeleteResponse.js.map +1 -0
- package/dist/generated/models/NotificationTriggerListQueries.d.ts +41 -0
- package/dist/generated/models/NotificationTriggerListQueries.js +50 -0
- package/dist/generated/models/NotificationTriggerListQueries.js.map +1 -0
- package/dist/generated/models/NotificationTriggerListResponse.d.ts +35 -0
- package/dist/generated/models/NotificationTriggerListResponse.js +62 -0
- package/dist/generated/models/NotificationTriggerListResponse.js.map +1 -0
- package/dist/generated/models/NotificationTriggerResponse.d.ts +41 -0
- package/dist/generated/models/NotificationTriggerResponse.js +86 -0
- package/dist/generated/models/NotificationTriggerResponse.js.map +1 -0
- package/dist/generated/models/NotificationTriggerType.d.ts +12 -0
- package/dist/generated/models/NotificationTriggerType.js +14 -0
- package/dist/generated/models/NotificationTriggerType.js.map +1 -0
- package/dist/generated/models/NotificationTriggerTypeCONTRACTTRIGGER.d.ts +12 -0
- package/dist/generated/models/NotificationTriggerTypeCONTRACTTRIGGER.js +14 -0
- package/dist/generated/models/NotificationTriggerTypeCONTRACTTRIGGER.js.map +1 -0
- package/dist/generated/models/NotificationTriggerTypeDEVELOPERACCOUNTTRIGGER.d.ts +12 -0
- package/dist/generated/models/NotificationTriggerTypeDEVELOPERACCOUNTTRIGGER.js +14 -0
- package/dist/generated/models/NotificationTriggerTypeDEVELOPERACCOUNTTRIGGER.js.map +1 -0
- package/dist/generated/models/NotificationTriggerTypePROJECTBALANCETRIGGER.d.ts +12 -0
- package/dist/generated/models/NotificationTriggerTypePROJECTBALANCETRIGGER.js +14 -0
- package/dist/generated/models/NotificationTriggerTypePROJECTBALANCETRIGGER.js.map +1 -0
- package/dist/generated/models/ObjectSerializer.d.ts +37 -4
- package/dist/generated/models/ObjectSerializer.js +102 -12
- package/dist/generated/models/ObjectSerializer.js.map +1 -1
- package/dist/generated/models/PickDeveloperAccountId.d.ts +31 -0
- package/dist/generated/models/PickDeveloperAccountId.js +35 -0
- package/dist/generated/models/PickDeveloperAccountId.js.map +1 -0
- package/dist/generated/models/PlayerCancelTransferOwnershipRequest.d.ts +1 -1
- package/dist/generated/models/PlayerTransferOwnershipRequest.d.ts +1 -1
- package/dist/generated/models/PolicyBalanceWithdrawResponse.d.ts +30 -0
- package/dist/generated/models/PolicyBalanceWithdrawResponse.js +44 -0
- package/dist/generated/models/PolicyBalanceWithdrawResponse.js.map +1 -0
- package/dist/generated/models/PolicyListQueries.d.ts +2 -2
- package/dist/generated/models/PolicyResponsePolicyRulesInner.d.ts +2 -2
- package/dist/generated/models/PolicyResponsePolicyRulesInner.js +1 -1
- package/dist/generated/models/PolicyResponsePolicyRulesInner.js.map +1 -1
- package/dist/generated/models/PolicyRuleResponse.d.ts +2 -2
- package/dist/generated/models/PolicyRuleResponse.js +1 -1
- package/dist/generated/models/PolicyRuleResponse.js.map +1 -1
- package/dist/generated/models/ResponseResponse.d.ts +9 -1
- package/dist/generated/models/ResponseResponse.js +12 -0
- package/dist/generated/models/ResponseResponse.js.map +1 -1
- package/dist/generated/models/SubscriptionType.d.ts +12 -0
- package/dist/generated/models/SubscriptionType.js +14 -0
- package/dist/generated/models/SubscriptionType.js.map +1 -0
- package/dist/generated/models/TransactionIntentListQueries.d.ts +4 -0
- package/dist/generated/models/TransactionIntentListQueries.js +6 -0
- package/dist/generated/models/TransactionIntentListQueries.js.map +1 -1
- package/dist/generated/models/TransferOwnershipRequest.d.ts +1 -1
- package/dist/generated/models/UpdatePolicyRuleRequest.d.ts +2 -2
- package/dist/generated/models/WithdrawalPolicyRequest.d.ts +35 -0
- package/dist/generated/models/WithdrawalPolicyRequest.js +38 -0
- package/dist/generated/models/WithdrawalPolicyRequest.js.map +1 -0
- package/dist/generated/models/all.d.ts +37 -4
- package/dist/generated/models/all.js +37 -4
- package/dist/generated/models/all.js.map +1 -1
- package/dist/generated/types/ObjectParamAPI.d.ts +339 -18
- package/dist/generated/types/ObjectParamAPI.js +166 -28
- package/dist/generated/types/ObjectParamAPI.js.map +1 -1
- package/dist/generated/types/ObservableAPI.d.ts +153 -13
- package/dist/generated/types/ObservableAPI.js +361 -20
- package/dist/generated/types/ObservableAPI.js.map +1 -1
- package/dist/generated/types/PromiseAPI.d.ts +147 -13
- package/dist/generated/types/PromiseAPI.js +201 -34
- package/dist/generated/types/PromiseAPI.js.map +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.js +12 -0
- package/dist/index.js.map +1 -1
- package/dist/models/getNotificationRequest.d.ts +4 -0
- package/dist/models/getNotificationRequest.js +3 -0
- package/dist/models/getNotificationRequest.js.map +1 -0
- package/dist/models/getNotificationSubscriptionRequest.d.ts +3 -0
- package/dist/models/getNotificationSubscriptionRequest.js +3 -0
- package/dist/models/getNotificationSubscriptionRequest.js.map +1 -0
- package/dist/models/getNotificationTriggerRequest.d.ts +3 -0
- package/dist/models/getNotificationTriggerRequest.js +3 -0
- package/dist/models/getNotificationTriggerRequest.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
- package/dist/generated/models/ContractPolicyRuleResponseContract.js.map +0 -1
- package/dist/generated/models/GasReportDataInner.js +0 -62
- package/dist/generated/models/GasReportDataInner.js.map +0 -1
- package/dist/generated/models/GasReportDataInnerPeriod.js.map +0 -1
- package/dist/generated/models/GasReportDataInnerTransactionIntentsInner.js.map +0 -1
|
@@ -13,6 +13,9 @@ import { ContractReadResponse } from '../models/ContractReadResponse';
|
|
|
13
13
|
import { ContractResponse } from '../models/ContractResponse';
|
|
14
14
|
import { CreateAccountRequest } from '../models/CreateAccountRequest';
|
|
15
15
|
import { CreateContractRequest } from '../models/CreateContractRequest';
|
|
16
|
+
import { CreateNotificationRequest } from '../models/CreateNotificationRequest';
|
|
17
|
+
import { CreateNotificationSubscriptionRequest } from '../models/CreateNotificationSubscriptionRequest';
|
|
18
|
+
import { CreateNotificationTriggerRequest } from '../models/CreateNotificationTriggerRequest';
|
|
16
19
|
import { CreatePolicyRequest } from '../models/CreatePolicyRequest';
|
|
17
20
|
import { CreatePolicyRuleRequest } from '../models/CreatePolicyRuleRequest';
|
|
18
21
|
import { CreateSessionRequest } from '../models/CreateSessionRequest';
|
|
@@ -26,11 +29,21 @@ import { DeveloperAccountListResponse } from '../models/DeveloperAccountListResp
|
|
|
26
29
|
import { DeveloperAccountResponse } from '../models/DeveloperAccountResponse';
|
|
27
30
|
import { DeveloperAccountResponseExpandable } from '../models/DeveloperAccountResponseExpandable';
|
|
28
31
|
import { EstimateTransactionIntentGasResult } from '../models/EstimateTransactionIntentGasResult';
|
|
29
|
-
import {
|
|
32
|
+
import { GasReportListResponse } from '../models/GasReportListResponse';
|
|
30
33
|
import { GetSigninUrlResponse } from '../models/GetSigninUrlResponse';
|
|
31
34
|
import { InventoryListResponse } from '../models/InventoryListResponse';
|
|
32
35
|
import { InventoryResponse } from '../models/InventoryResponse';
|
|
33
36
|
import { LoginRequest } from '../models/LoginRequest';
|
|
37
|
+
import { NotificationDeleteResponse } from '../models/NotificationDeleteResponse';
|
|
38
|
+
import { NotificationListResponse } from '../models/NotificationListResponse';
|
|
39
|
+
import { NotificationResponse } from '../models/NotificationResponse';
|
|
40
|
+
import { NotificationResponseExpandable } from '../models/NotificationResponseExpandable';
|
|
41
|
+
import { NotificationSubscription } from '../models/NotificationSubscription';
|
|
42
|
+
import { NotificationSubscriptionDeleteResponse } from '../models/NotificationSubscriptionDeleteResponse';
|
|
43
|
+
import { NotificationSubscriptionListResponse } from '../models/NotificationSubscriptionListResponse';
|
|
44
|
+
import { NotificationTriggerDeleteResponse } from '../models/NotificationTriggerDeleteResponse';
|
|
45
|
+
import { NotificationTriggerListResponse } from '../models/NotificationTriggerListResponse';
|
|
46
|
+
import { NotificationTriggerResponse } from '../models/NotificationTriggerResponse';
|
|
34
47
|
import { OAuthConfig } from '../models/OAuthConfig';
|
|
35
48
|
import { OAuthConfigListResponse } from '../models/OAuthConfigListResponse';
|
|
36
49
|
import { OAuthProvider } from '../models/OAuthProvider';
|
|
@@ -43,6 +56,7 @@ import { PlayerResponse } from '../models/PlayerResponse';
|
|
|
43
56
|
import { PlayerResponseExpandable } from '../models/PlayerResponseExpandable';
|
|
44
57
|
import { PlayerTransferOwnershipRequest } from '../models/PlayerTransferOwnershipRequest';
|
|
45
58
|
import { PlayerUpdateRequest } from '../models/PlayerUpdateRequest';
|
|
59
|
+
import { PolicyBalanceWithdrawResponse } from '../models/PolicyBalanceWithdrawResponse';
|
|
46
60
|
import { PolicyDeleteResponse } from '../models/PolicyDeleteResponse';
|
|
47
61
|
import { PolicyListResponse } from '../models/PolicyListResponse';
|
|
48
62
|
import { PolicyResponse } from '../models/PolicyResponse';
|
|
@@ -77,6 +91,7 @@ import { Web3ActionResponse } from '../models/Web3ActionResponse';
|
|
|
77
91
|
import { Web3ConnectionListResponse } from '../models/Web3ConnectionListResponse';
|
|
78
92
|
import { Web3ConnectionResponse } from '../models/Web3ConnectionResponse';
|
|
79
93
|
import { Web3ConnectionResponseExpandable } from '../models/Web3ConnectionResponseExpandable';
|
|
94
|
+
import { WithdrawalPolicyRequest } from '../models/WithdrawalPolicyRequest';
|
|
80
95
|
import { AccountsApiRequestFactory, AccountsApiResponseProcessor } from "../apis/AccountsApi";
|
|
81
96
|
export declare class PromiseAccountsApi {
|
|
82
97
|
private api;
|
|
@@ -95,7 +110,7 @@ export declare class PromiseAccountsApi {
|
|
|
95
110
|
*/
|
|
96
111
|
completeRecovery(id: string, completeRecoveryRequest: CompleteRecoveryRequest, _options?: Configuration): Promise<TransactionIntentResponse>;
|
|
97
112
|
/**
|
|
98
|
-
* Creates a new blockchain account for the provided player. Account creation does not consume any gas. All accounts of a player will use the same address across blockchains.
|
|
113
|
+
* Creates a new blockchain account for the provided player. Account creation does not consume any gas. All accounts of a player will use the same address across blockchains. Each player can only have one account per chain.
|
|
99
114
|
* Create an account object.
|
|
100
115
|
* @param createAccountRequest
|
|
101
116
|
*/
|
|
@@ -242,6 +257,7 @@ export declare class PromiseInventoriesApi {
|
|
|
242
257
|
private api;
|
|
243
258
|
constructor(configuration: Configuration, requestFactory?: InventoriesApiRequestFactory, responseProcessor?: InventoriesApiResponseProcessor);
|
|
244
259
|
/**
|
|
260
|
+
* For development purposes only. Under higher load scenarios, this endpoint may be rate limited.
|
|
245
261
|
* Retrieves the cryptocurrency assets of an existing account.
|
|
246
262
|
* @param id Specifies the unique account ID.
|
|
247
263
|
* @param limit Specifies the maximum number of records to return.
|
|
@@ -251,11 +267,13 @@ export declare class PromiseInventoriesApi {
|
|
|
251
267
|
*/
|
|
252
268
|
getAccountCryptoCurrencyInventory(id: string, limit?: number, skip?: number, order?: SortOrder, contractId?: Array<string>, _options?: Configuration): Promise<InventoryListResponse>;
|
|
253
269
|
/**
|
|
270
|
+
* For development purposes only. Under higher load scenarios, this endpoint may be rate limited.
|
|
254
271
|
* Retrieves the native asset of an existing account.
|
|
255
272
|
* @param id Specifies the unique account ID.
|
|
256
273
|
*/
|
|
257
274
|
getAccountNativeInventory(id: string, _options?: Configuration): Promise<InventoryResponse>;
|
|
258
275
|
/**
|
|
276
|
+
* For development purposes only. Under higher load scenarios, this endpoint may be rate limited.
|
|
259
277
|
* Retrieves the NFT assets of an existing account.
|
|
260
278
|
* @param id Specifies the unique account ID.
|
|
261
279
|
* @param limit Specifies the maximum number of records to return.
|
|
@@ -265,6 +283,7 @@ export declare class PromiseInventoriesApi {
|
|
|
265
283
|
*/
|
|
266
284
|
getAccountNftInventory(id: string, limit?: number, skip?: number, order?: SortOrder, contractId?: Array<string>, _options?: Configuration): Promise<InventoryListResponse>;
|
|
267
285
|
/**
|
|
286
|
+
* For development purposes only. Under higher load scenarios, this endpoint may be rate limited.
|
|
268
287
|
* Get cryptocurrency list of player.
|
|
269
288
|
* @param id Specifies the unique player ID (starts with pla_).
|
|
270
289
|
* @param chainId Filter by chain id.
|
|
@@ -275,12 +294,14 @@ export declare class PromiseInventoriesApi {
|
|
|
275
294
|
*/
|
|
276
295
|
getPlayerCryptoCurrencyInventory(id: string, chainId: number, limit?: number, skip?: number, order?: SortOrder, contract?: Array<string>, _options?: Configuration): Promise<InventoryListResponse>;
|
|
277
296
|
/**
|
|
297
|
+
* For development purposes only. Under higher load scenarios, this endpoint may be rate limited.
|
|
278
298
|
* Get native token list of player.
|
|
279
299
|
* @param id Specifies the unique player ID (starts with pla_).
|
|
280
300
|
* @param chainId Filter by chain id.
|
|
281
301
|
*/
|
|
282
302
|
getPlayerNativeInventory(id: string, chainId: number, _options?: Configuration): Promise<InventoryResponse>;
|
|
283
303
|
/**
|
|
304
|
+
* For development purposes only. Under higher load scenarios, this endpoint may be rate limited.
|
|
284
305
|
* Get NFTs list of player.
|
|
285
306
|
* @param id Specifies the unique player ID (starts with pla_).
|
|
286
307
|
* @param chainId Filter by chain id.
|
|
@@ -291,6 +312,105 @@ export declare class PromiseInventoriesApi {
|
|
|
291
312
|
*/
|
|
292
313
|
getPlayerNftInventory(id: string, chainId: number, limit?: number, skip?: number, order?: SortOrder, contract?: Array<string>, _options?: Configuration): Promise<InventoryListResponse>;
|
|
293
314
|
}
|
|
315
|
+
import { NotificationSubscriptionsApiRequestFactory, NotificationSubscriptionsApiResponseProcessor } from "../apis/NotificationSubscriptionsApi";
|
|
316
|
+
export declare class PromiseNotificationSubscriptionsApi {
|
|
317
|
+
private api;
|
|
318
|
+
constructor(configuration: Configuration, requestFactory?: NotificationSubscriptionsApiRequestFactory, responseProcessor?: NotificationSubscriptionsApiResponseProcessor);
|
|
319
|
+
/**
|
|
320
|
+
* Create a subscription for the provided notification.
|
|
321
|
+
* Create a notification subscription object.
|
|
322
|
+
* @param createNotificationSubscriptionRequest
|
|
323
|
+
*/
|
|
324
|
+
createNotificationSubscription(createNotificationSubscriptionRequest: CreateNotificationSubscriptionRequest, _options?: Configuration): Promise<NotificationSubscription>;
|
|
325
|
+
/**
|
|
326
|
+
* Delete a notification subscription by providing its notification subscription id.
|
|
327
|
+
* Deletes a notification subscription object.
|
|
328
|
+
* @param id Specifies the unique notification subscription ID (starts with ntr_).
|
|
329
|
+
*/
|
|
330
|
+
deleteNotificationSubscription(id: string, _options?: Configuration): Promise<NotificationSubscriptionDeleteResponse>;
|
|
331
|
+
/**
|
|
332
|
+
* Retrieves the details of an existing notification subscription. Supply the unique notification subscription ID.
|
|
333
|
+
* Get existing notification subscription.
|
|
334
|
+
* @param id Specifies the unique notification subscription ID (starts with not_).
|
|
335
|
+
*/
|
|
336
|
+
getNotificationSubscription(id: string, _options?: Configuration): Promise<NotificationSubscription>;
|
|
337
|
+
/**
|
|
338
|
+
* Returns a list of subscriptions of a notification. Subscriptions define the the way you will get notified and the target of the notification. Subscriptions are returned sorted by creation date, with the most recently created accounts appearing first. By default, a maximum of 10 notification subscriptions are shown per page.
|
|
339
|
+
* List notification subscriptions of a notification.
|
|
340
|
+
* @param notification Specifies the unique notification ID (starts with not_).
|
|
341
|
+
* @param limit Specifies the maximum number of records to return.
|
|
342
|
+
* @param skip Specifies the offset for the first records to return.
|
|
343
|
+
* @param order Specifies the order in which to sort the results.
|
|
344
|
+
*/
|
|
345
|
+
getNotificationSubscriptions(notification: string, limit?: number, skip?: number, order?: SortOrder, _options?: Configuration): Promise<NotificationSubscriptionListResponse>;
|
|
346
|
+
}
|
|
347
|
+
import { NotificationTriggersApiRequestFactory, NotificationTriggersApiResponseProcessor } from "../apis/NotificationTriggersApi";
|
|
348
|
+
export declare class PromiseNotificationTriggersApi {
|
|
349
|
+
private api;
|
|
350
|
+
constructor(configuration: Configuration, requestFactory?: NotificationTriggersApiRequestFactory, responseProcessor?: NotificationTriggersApiResponseProcessor);
|
|
351
|
+
/**
|
|
352
|
+
* Create a trigger for the provided notification.
|
|
353
|
+
* Create a notification trigger object.
|
|
354
|
+
* @param createNotificationTriggerRequest
|
|
355
|
+
*/
|
|
356
|
+
createNotificationTrigger(createNotificationTriggerRequest: CreateNotificationTriggerRequest, _options?: Configuration): Promise<NotificationTriggerResponse>;
|
|
357
|
+
/**
|
|
358
|
+
* Delete a notification trigger by providing its notification trigger id.
|
|
359
|
+
* Deletes a notification trigger object.
|
|
360
|
+
* @param id Specifies the unique notification trigger ID (starts with ntr_).
|
|
361
|
+
*/
|
|
362
|
+
deleteNotificationTrigger(id: string, _options?: Configuration): Promise<NotificationTriggerDeleteResponse>;
|
|
363
|
+
/**
|
|
364
|
+
* Retrieves the details of an existing notification trigger. Supply the unique notification trigger ID.
|
|
365
|
+
* Get existing notification trigger.
|
|
366
|
+
* @param id Specifies the unique notification trigger ID (starts with ntr_).
|
|
367
|
+
*/
|
|
368
|
+
getNotificationTrigger(id: string, _options?: Configuration): Promise<NotificationTriggerResponse>;
|
|
369
|
+
/**
|
|
370
|
+
* Returns a list of triggers of a notification. Triggers define the conditions that will trigger a notification. Triggers are returned sorted by creation date, with the most recently created accounts appearing first. By default, a maximum of 10 notification triggers are shown per page.
|
|
371
|
+
* List notification triggers of a notification.
|
|
372
|
+
* @param notification Specifies the unique notification ID (starts with not_).
|
|
373
|
+
* @param limit Specifies the maximum number of records to return.
|
|
374
|
+
* @param skip Specifies the offset for the first records to return.
|
|
375
|
+
* @param order Specifies the order in which to sort the results.
|
|
376
|
+
*/
|
|
377
|
+
getNotificationTriggers(notification: string, limit?: number, skip?: number, order?: SortOrder, _options?: Configuration): Promise<NotificationTriggerListResponse>;
|
|
378
|
+
}
|
|
379
|
+
import { NotificationsApiRequestFactory, NotificationsApiResponseProcessor } from "../apis/NotificationsApi";
|
|
380
|
+
export declare class PromiseNotificationsApi {
|
|
381
|
+
private api;
|
|
382
|
+
constructor(configuration: Configuration, requestFactory?: NotificationsApiRequestFactory, responseProcessor?: NotificationsApiResponseProcessor);
|
|
383
|
+
/**
|
|
384
|
+
* Create a notification object.
|
|
385
|
+
* Create a notification object.
|
|
386
|
+
* @param createNotificationRequest
|
|
387
|
+
*/
|
|
388
|
+
createNotification(createNotificationRequest: CreateNotificationRequest, _options?: Configuration): Promise<NotificationResponse>;
|
|
389
|
+
/**
|
|
390
|
+
* Delete a notification by providing its notification id.
|
|
391
|
+
* Deletes a notification object.
|
|
392
|
+
* @param id Specifies the unique notification ID (starts with not_).
|
|
393
|
+
*/
|
|
394
|
+
deleteNotification(id: string, _options?: Configuration): Promise<NotificationDeleteResponse>;
|
|
395
|
+
/**
|
|
396
|
+
* Retrieves the details of an existing notification. Supply the unique notification ID.
|
|
397
|
+
* Get existing notification.
|
|
398
|
+
* @param id Specifies the unique notification ID (starts with not_).
|
|
399
|
+
* @param expand
|
|
400
|
+
*/
|
|
401
|
+
getNotification(id: string, expand?: Array<NotificationResponseExpandable>, _options?: Configuration): Promise<NotificationResponse>;
|
|
402
|
+
/**
|
|
403
|
+
* Returns a list of notifications. Notifications are useful to get notified about events that happen on-chain or in your Openfort account. Notifications are returned sorted by creation date, with the most recently created notifications appearing first. By default, a maximum of 10 notifications are shown per page.
|
|
404
|
+
* List notifications.
|
|
405
|
+
* @param limit Specifies the maximum number of records to return.
|
|
406
|
+
* @param skip Specifies the offset for the first records to return.
|
|
407
|
+
* @param order Specifies the order in which to sort the results.
|
|
408
|
+
* @param expand Specifies the fields to expand in the response.
|
|
409
|
+
* @param deleted Specifies whether to include deleted notifications.
|
|
410
|
+
* @param name Specifies the name of the notifications.
|
|
411
|
+
*/
|
|
412
|
+
getNotifications(limit?: number, skip?: number, order?: SortOrder, expand?: Array<NotificationResponseExpandable>, deleted?: boolean, name?: string, _options?: Configuration): Promise<NotificationListResponse>;
|
|
413
|
+
}
|
|
294
414
|
import { OAuthApiRequestFactory, OAuthApiResponseProcessor } from "../apis/OAuthApi";
|
|
295
415
|
export declare class PromiseOAuthApi {
|
|
296
416
|
private api;
|
|
@@ -424,6 +544,12 @@ export declare class PromisePoliciesApi {
|
|
|
424
544
|
* @param createPolicyRequest
|
|
425
545
|
*/
|
|
426
546
|
createPolicy(createPolicyRequest: CreatePolicyRequest, _options?: Configuration): Promise<PolicyResponse>;
|
|
547
|
+
/**
|
|
548
|
+
* List all gas reports of a policy.
|
|
549
|
+
* @param id Specifies the unique policy ID (starts with pol_).
|
|
550
|
+
* @param withdrawalPolicyRequest
|
|
551
|
+
*/
|
|
552
|
+
createPolicyWithdrawal(id: string, withdrawalPolicyRequest: WithdrawalPolicyRequest, _options?: Configuration): Promise<TransactionIntentResponse>;
|
|
427
553
|
/**
|
|
428
554
|
* Delete a policy object.
|
|
429
555
|
* @param id Specifies the unique policy ID (starts with pol_).
|
|
@@ -447,9 +573,9 @@ export declare class PromisePoliciesApi {
|
|
|
447
573
|
* @param order Specifies the order in which to sort the results.
|
|
448
574
|
* @param expand Specifies the fields to expand in the response.
|
|
449
575
|
* @param name Specifies the name of the policy.
|
|
450
|
-
* @param deleted Specifies whether to include deleted
|
|
576
|
+
* @param deleted Specifies whether to include deleted policies.
|
|
451
577
|
* @param chainId The chain ID of the policy.
|
|
452
|
-
* @param enabled Specifies whether to include enabled
|
|
578
|
+
* @param enabled Specifies whether to include enabled policies.
|
|
453
579
|
*/
|
|
454
580
|
getPolicies(limit?: number, skip?: number, order?: SortOrder, expand?: Array<PolicyResponseExpandable>, name?: string, deleted?: boolean, chainId?: number, enabled?: boolean, _options?: Configuration): Promise<PolicyListResponse>;
|
|
455
581
|
/**
|
|
@@ -463,7 +589,12 @@ export declare class PromisePoliciesApi {
|
|
|
463
589
|
* List all gas reports of a policy.
|
|
464
590
|
* @param id Specifies the unique policy ID (starts with pol_).
|
|
465
591
|
*/
|
|
466
|
-
|
|
592
|
+
getPolicyBalance(id: string, _options?: Configuration): Promise<PolicyBalanceWithdrawResponse>;
|
|
593
|
+
/**
|
|
594
|
+
* List all gas reports of a policy.
|
|
595
|
+
* @param id Specifies the unique policy ID (starts with pol_).
|
|
596
|
+
*/
|
|
597
|
+
getPolicyTotalGasUsage(id: string, _options?: Configuration): Promise<GasReportListResponse>;
|
|
467
598
|
/**
|
|
468
599
|
* Update a policy object.
|
|
469
600
|
* @param id Specifies the unique policy ID (starts with pol_).
|
|
@@ -479,13 +610,14 @@ export declare class PromisePolicyRulesApi {
|
|
|
479
610
|
* Create a policy rule object.
|
|
480
611
|
* @param createPolicyRuleRequest
|
|
481
612
|
*/
|
|
482
|
-
|
|
613
|
+
createPolicyRule(createPolicyRuleRequest: CreatePolicyRuleRequest, _options?: Configuration): Promise<PolicyRuleResponse>;
|
|
483
614
|
/**
|
|
484
615
|
* Deletes a policy rule object.
|
|
485
616
|
* @param id Specifies the unique policy rule ID (starts with afu_).
|
|
486
617
|
*/
|
|
487
|
-
|
|
618
|
+
deletePolicyRule(id: string, _options?: Configuration): Promise<PolicyRuleDeleteResponse>;
|
|
488
619
|
/**
|
|
620
|
+
* Returns a list of policy rules of a policy. The policy rules are returned sorted by creation date, with the most recently created policy rules appearing first. By default, a maximum of 10 policy rules are shown per page.
|
|
489
621
|
* List policy rules of a policy.
|
|
490
622
|
* @param policy Specifies the unique policy ID (starts with pol_).
|
|
491
623
|
* @param limit Specifies the maximum number of records to return.
|
|
@@ -499,7 +631,7 @@ export declare class PromisePolicyRulesApi {
|
|
|
499
631
|
* @param id Specifies the unique policy rule ID (starts with afu_).
|
|
500
632
|
* @param updatePolicyRuleRequest
|
|
501
633
|
*/
|
|
502
|
-
|
|
634
|
+
updatePolicyRule(id: string, updatePolicyRuleRequest: UpdatePolicyRuleRequest, _options?: Configuration): Promise<PolicyRuleResponse>;
|
|
503
635
|
}
|
|
504
636
|
import { SessionsApiRequestFactory, SessionsApiResponseProcessor } from "../apis/SessionsApi";
|
|
505
637
|
export declare class PromiseSessionsApi {
|
|
@@ -553,13 +685,13 @@ export declare class PromiseSettingsApi {
|
|
|
553
685
|
/**
|
|
554
686
|
* Delete a developer account from the current project.
|
|
555
687
|
* Delete a developer account.
|
|
556
|
-
* @param id Specifies a unique developer account.
|
|
688
|
+
* @param id Specifies a unique developer account (starts with dac_).
|
|
557
689
|
*/
|
|
558
690
|
deleteDeveloperAccount(id: string, _options?: Configuration): Promise<DeveloperAccountDeleteResponse>;
|
|
559
691
|
/**
|
|
560
|
-
* Retrieve
|
|
692
|
+
* Retrieve a developer account.
|
|
561
693
|
* Get existing developer account.
|
|
562
|
-
* @param id
|
|
694
|
+
* @param id Specifies the unique developer account ID (starts with dac_).
|
|
563
695
|
* @param expand
|
|
564
696
|
*/
|
|
565
697
|
getDeveloperAccount(id: string, expand?: Array<DeveloperAccountResponseExpandable>, _options?: Configuration): Promise<DeveloperAccountResponse>;
|
|
@@ -570,8 +702,9 @@ export declare class PromiseSettingsApi {
|
|
|
570
702
|
* @param skip Specifies the offset for the first records to return.
|
|
571
703
|
* @param order Specifies the order in which to sort the results.
|
|
572
704
|
* @param expand Specifies the fields to expand in the response.
|
|
705
|
+
* @param deleted Specifies whether to include deleted dev accounts.
|
|
573
706
|
*/
|
|
574
|
-
getDeveloperAccounts(limit?: number, skip?: number, order?: SortOrder, expand?: Array<DeveloperAccountResponseExpandable>, _options?: Configuration): Promise<DeveloperAccountListResponse>;
|
|
707
|
+
getDeveloperAccounts(limit?: number, skip?: number, order?: SortOrder, expand?: Array<DeveloperAccountResponseExpandable>, deleted?: boolean, _options?: Configuration): Promise<DeveloperAccountListResponse>;
|
|
575
708
|
/**
|
|
576
709
|
* Generate message, which should be signed by the account your want to add as a developer account.
|
|
577
710
|
* Generate message to sign
|
|
@@ -623,9 +756,10 @@ export declare class PromiseTransactionIntentsApi {
|
|
|
623
756
|
* @param chainId The chain ID. Must be a [supported chain](/chains).
|
|
624
757
|
* @param account Filter by account ID or developer account (starts with acc_ or dac_ respectively).
|
|
625
758
|
* @param player Filter by player ID (starts with pla_).
|
|
759
|
+
* @param status Filter by successful (1) or failed (0) transaction intents.
|
|
626
760
|
* @param policy Filter by policy ID (starts with pol_).
|
|
627
761
|
*/
|
|
628
|
-
getTransactionIntents(limit?: number, skip?: number, order?: SortOrder, expand?: Array<TransactionIntentResponseExpandable>, chainId?: number, account?: Array<string>, player?: Array<string>, policy?: Array<string>, _options?: Configuration): Promise<TransactionIntentListResponse>;
|
|
762
|
+
getTransactionIntents(limit?: number, skip?: number, order?: SortOrder, expand?: Array<TransactionIntentResponseExpandable>, chainId?: number, account?: Array<string>, player?: Array<string>, status?: number, policy?: Array<string>, _options?: Configuration): Promise<TransactionIntentListResponse>;
|
|
629
763
|
/**
|
|
630
764
|
* Broadcasts a signed TransactionIntent to the blockchain. Use this endpoint to send the signed `userOperationHash`. Openfort will then put it on-chain.
|
|
631
765
|
* Send a signed transaction userOperationHash.
|