@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
|
@@ -14,6 +14,9 @@ import { ContractReadResponse } from '../models/ContractReadResponse';
|
|
|
14
14
|
import { ContractResponse } from '../models/ContractResponse';
|
|
15
15
|
import { CreateAccountRequest } from '../models/CreateAccountRequest';
|
|
16
16
|
import { CreateContractRequest } from '../models/CreateContractRequest';
|
|
17
|
+
import { CreateNotificationRequest } from '../models/CreateNotificationRequest';
|
|
18
|
+
import { CreateNotificationSubscriptionRequest } from '../models/CreateNotificationSubscriptionRequest';
|
|
19
|
+
import { CreateNotificationTriggerRequest } from '../models/CreateNotificationTriggerRequest';
|
|
17
20
|
import { CreatePolicyRequest } from '../models/CreatePolicyRequest';
|
|
18
21
|
import { CreatePolicyRuleRequest } from '../models/CreatePolicyRuleRequest';
|
|
19
22
|
import { CreateSessionRequest } from '../models/CreateSessionRequest';
|
|
@@ -27,11 +30,21 @@ import { DeveloperAccountListResponse } from '../models/DeveloperAccountListResp
|
|
|
27
30
|
import { DeveloperAccountResponse } from '../models/DeveloperAccountResponse';
|
|
28
31
|
import { DeveloperAccountResponseExpandable } from '../models/DeveloperAccountResponseExpandable';
|
|
29
32
|
import { EstimateTransactionIntentGasResult } from '../models/EstimateTransactionIntentGasResult';
|
|
30
|
-
import {
|
|
33
|
+
import { GasReportListResponse } from '../models/GasReportListResponse';
|
|
31
34
|
import { GetSigninUrlResponse } from '../models/GetSigninUrlResponse';
|
|
32
35
|
import { InventoryListResponse } from '../models/InventoryListResponse';
|
|
33
36
|
import { InventoryResponse } from '../models/InventoryResponse';
|
|
34
37
|
import { LoginRequest } from '../models/LoginRequest';
|
|
38
|
+
import { NotificationDeleteResponse } from '../models/NotificationDeleteResponse';
|
|
39
|
+
import { NotificationListResponse } from '../models/NotificationListResponse';
|
|
40
|
+
import { NotificationResponse } from '../models/NotificationResponse';
|
|
41
|
+
import { NotificationResponseExpandable } from '../models/NotificationResponseExpandable';
|
|
42
|
+
import { NotificationSubscription } from '../models/NotificationSubscription';
|
|
43
|
+
import { NotificationSubscriptionDeleteResponse } from '../models/NotificationSubscriptionDeleteResponse';
|
|
44
|
+
import { NotificationSubscriptionListResponse } from '../models/NotificationSubscriptionListResponse';
|
|
45
|
+
import { NotificationTriggerDeleteResponse } from '../models/NotificationTriggerDeleteResponse';
|
|
46
|
+
import { NotificationTriggerListResponse } from '../models/NotificationTriggerListResponse';
|
|
47
|
+
import { NotificationTriggerResponse } from '../models/NotificationTriggerResponse';
|
|
35
48
|
import { OAuthConfig } from '../models/OAuthConfig';
|
|
36
49
|
import { OAuthConfigListResponse } from '../models/OAuthConfigListResponse';
|
|
37
50
|
import { OAuthProvider } from '../models/OAuthProvider';
|
|
@@ -44,6 +57,7 @@ import { PlayerResponse } from '../models/PlayerResponse';
|
|
|
44
57
|
import { PlayerResponseExpandable } from '../models/PlayerResponseExpandable';
|
|
45
58
|
import { PlayerTransferOwnershipRequest } from '../models/PlayerTransferOwnershipRequest';
|
|
46
59
|
import { PlayerUpdateRequest } from '../models/PlayerUpdateRequest';
|
|
60
|
+
import { PolicyBalanceWithdrawResponse } from '../models/PolicyBalanceWithdrawResponse';
|
|
47
61
|
import { PolicyDeleteResponse } from '../models/PolicyDeleteResponse';
|
|
48
62
|
import { PolicyListResponse } from '../models/PolicyListResponse';
|
|
49
63
|
import { PolicyResponse } from '../models/PolicyResponse';
|
|
@@ -78,6 +92,7 @@ import { Web3ActionResponse } from '../models/Web3ActionResponse';
|
|
|
78
92
|
import { Web3ConnectionListResponse } from '../models/Web3ConnectionListResponse';
|
|
79
93
|
import { Web3ConnectionResponse } from '../models/Web3ConnectionResponse';
|
|
80
94
|
import { Web3ConnectionResponseExpandable } from '../models/Web3ConnectionResponseExpandable';
|
|
95
|
+
import { WithdrawalPolicyRequest } from '../models/WithdrawalPolicyRequest';
|
|
81
96
|
import { AccountsApiRequestFactory, AccountsApiResponseProcessor } from "../apis/AccountsApi";
|
|
82
97
|
export declare class ObservableAccountsApi {
|
|
83
98
|
private requestFactory;
|
|
@@ -98,7 +113,7 @@ export declare class ObservableAccountsApi {
|
|
|
98
113
|
*/
|
|
99
114
|
completeRecovery(id: string, completeRecoveryRequest: CompleteRecoveryRequest, _options?: Configuration): Observable<TransactionIntentResponse>;
|
|
100
115
|
/**
|
|
101
|
-
* 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.
|
|
116
|
+
* 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.
|
|
102
117
|
* Create an account object.
|
|
103
118
|
* @param createAccountRequest
|
|
104
119
|
*/
|
|
@@ -253,6 +268,7 @@ export declare class ObservableInventoriesApi {
|
|
|
253
268
|
private configuration;
|
|
254
269
|
constructor(configuration: Configuration, requestFactory?: InventoriesApiRequestFactory, responseProcessor?: InventoriesApiResponseProcessor);
|
|
255
270
|
/**
|
|
271
|
+
* For development purposes only. Under higher load scenarios, this endpoint may be rate limited.
|
|
256
272
|
* Retrieves the cryptocurrency assets of an existing account.
|
|
257
273
|
* @param id Specifies the unique account ID.
|
|
258
274
|
* @param limit Specifies the maximum number of records to return.
|
|
@@ -262,11 +278,13 @@ export declare class ObservableInventoriesApi {
|
|
|
262
278
|
*/
|
|
263
279
|
getAccountCryptoCurrencyInventory(id: string, limit?: number, skip?: number, order?: SortOrder, contractId?: Array<string>, _options?: Configuration): Observable<InventoryListResponse>;
|
|
264
280
|
/**
|
|
281
|
+
* For development purposes only. Under higher load scenarios, this endpoint may be rate limited.
|
|
265
282
|
* Retrieves the native asset of an existing account.
|
|
266
283
|
* @param id Specifies the unique account ID.
|
|
267
284
|
*/
|
|
268
285
|
getAccountNativeInventory(id: string, _options?: Configuration): Observable<InventoryResponse>;
|
|
269
286
|
/**
|
|
287
|
+
* For development purposes only. Under higher load scenarios, this endpoint may be rate limited.
|
|
270
288
|
* Retrieves the NFT assets of an existing account.
|
|
271
289
|
* @param id Specifies the unique account ID.
|
|
272
290
|
* @param limit Specifies the maximum number of records to return.
|
|
@@ -276,6 +294,7 @@ export declare class ObservableInventoriesApi {
|
|
|
276
294
|
*/
|
|
277
295
|
getAccountNftInventory(id: string, limit?: number, skip?: number, order?: SortOrder, contractId?: Array<string>, _options?: Configuration): Observable<InventoryListResponse>;
|
|
278
296
|
/**
|
|
297
|
+
* For development purposes only. Under higher load scenarios, this endpoint may be rate limited.
|
|
279
298
|
* Get cryptocurrency list of player.
|
|
280
299
|
* @param id Specifies the unique player ID (starts with pla_).
|
|
281
300
|
* @param chainId Filter by chain id.
|
|
@@ -286,12 +305,14 @@ export declare class ObservableInventoriesApi {
|
|
|
286
305
|
*/
|
|
287
306
|
getPlayerCryptoCurrencyInventory(id: string, chainId: number, limit?: number, skip?: number, order?: SortOrder, contract?: Array<string>, _options?: Configuration): Observable<InventoryListResponse>;
|
|
288
307
|
/**
|
|
308
|
+
* For development purposes only. Under higher load scenarios, this endpoint may be rate limited.
|
|
289
309
|
* Get native token list of player.
|
|
290
310
|
* @param id Specifies the unique player ID (starts with pla_).
|
|
291
311
|
* @param chainId Filter by chain id.
|
|
292
312
|
*/
|
|
293
313
|
getPlayerNativeInventory(id: string, chainId: number, _options?: Configuration): Observable<InventoryResponse>;
|
|
294
314
|
/**
|
|
315
|
+
* For development purposes only. Under higher load scenarios, this endpoint may be rate limited.
|
|
295
316
|
* Get NFTs list of player.
|
|
296
317
|
* @param id Specifies the unique player ID (starts with pla_).
|
|
297
318
|
* @param chainId Filter by chain id.
|
|
@@ -302,6 +323,111 @@ export declare class ObservableInventoriesApi {
|
|
|
302
323
|
*/
|
|
303
324
|
getPlayerNftInventory(id: string, chainId: number, limit?: number, skip?: number, order?: SortOrder, contract?: Array<string>, _options?: Configuration): Observable<InventoryListResponse>;
|
|
304
325
|
}
|
|
326
|
+
import { NotificationSubscriptionsApiRequestFactory, NotificationSubscriptionsApiResponseProcessor } from "../apis/NotificationSubscriptionsApi";
|
|
327
|
+
export declare class ObservableNotificationSubscriptionsApi {
|
|
328
|
+
private requestFactory;
|
|
329
|
+
private responseProcessor;
|
|
330
|
+
private configuration;
|
|
331
|
+
constructor(configuration: Configuration, requestFactory?: NotificationSubscriptionsApiRequestFactory, responseProcessor?: NotificationSubscriptionsApiResponseProcessor);
|
|
332
|
+
/**
|
|
333
|
+
* Create a subscription for the provided notification.
|
|
334
|
+
* Create a notification subscription object.
|
|
335
|
+
* @param createNotificationSubscriptionRequest
|
|
336
|
+
*/
|
|
337
|
+
createNotificationSubscription(createNotificationSubscriptionRequest: CreateNotificationSubscriptionRequest, _options?: Configuration): Observable<NotificationSubscription>;
|
|
338
|
+
/**
|
|
339
|
+
* Delete a notification subscription by providing its notification subscription id.
|
|
340
|
+
* Deletes a notification subscription object.
|
|
341
|
+
* @param id Specifies the unique notification subscription ID (starts with ntr_).
|
|
342
|
+
*/
|
|
343
|
+
deleteNotificationSubscription(id: string, _options?: Configuration): Observable<NotificationSubscriptionDeleteResponse>;
|
|
344
|
+
/**
|
|
345
|
+
* Retrieves the details of an existing notification subscription. Supply the unique notification subscription ID.
|
|
346
|
+
* Get existing notification subscription.
|
|
347
|
+
* @param id Specifies the unique notification subscription ID (starts with not_).
|
|
348
|
+
*/
|
|
349
|
+
getNotificationSubscription(id: string, _options?: Configuration): Observable<NotificationSubscription>;
|
|
350
|
+
/**
|
|
351
|
+
* 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.
|
|
352
|
+
* List notification subscriptions of a notification.
|
|
353
|
+
* @param notification Specifies the unique notification ID (starts with not_).
|
|
354
|
+
* @param limit Specifies the maximum number of records to return.
|
|
355
|
+
* @param skip Specifies the offset for the first records to return.
|
|
356
|
+
* @param order Specifies the order in which to sort the results.
|
|
357
|
+
*/
|
|
358
|
+
getNotificationSubscriptions(notification: string, limit?: number, skip?: number, order?: SortOrder, _options?: Configuration): Observable<NotificationSubscriptionListResponse>;
|
|
359
|
+
}
|
|
360
|
+
import { NotificationTriggersApiRequestFactory, NotificationTriggersApiResponseProcessor } from "../apis/NotificationTriggersApi";
|
|
361
|
+
export declare class ObservableNotificationTriggersApi {
|
|
362
|
+
private requestFactory;
|
|
363
|
+
private responseProcessor;
|
|
364
|
+
private configuration;
|
|
365
|
+
constructor(configuration: Configuration, requestFactory?: NotificationTriggersApiRequestFactory, responseProcessor?: NotificationTriggersApiResponseProcessor);
|
|
366
|
+
/**
|
|
367
|
+
* Create a trigger for the provided notification.
|
|
368
|
+
* Create a notification trigger object.
|
|
369
|
+
* @param createNotificationTriggerRequest
|
|
370
|
+
*/
|
|
371
|
+
createNotificationTrigger(createNotificationTriggerRequest: CreateNotificationTriggerRequest, _options?: Configuration): Observable<NotificationTriggerResponse>;
|
|
372
|
+
/**
|
|
373
|
+
* Delete a notification trigger by providing its notification trigger id.
|
|
374
|
+
* Deletes a notification trigger object.
|
|
375
|
+
* @param id Specifies the unique notification trigger ID (starts with ntr_).
|
|
376
|
+
*/
|
|
377
|
+
deleteNotificationTrigger(id: string, _options?: Configuration): Observable<NotificationTriggerDeleteResponse>;
|
|
378
|
+
/**
|
|
379
|
+
* Retrieves the details of an existing notification trigger. Supply the unique notification trigger ID.
|
|
380
|
+
* Get existing notification trigger.
|
|
381
|
+
* @param id Specifies the unique notification trigger ID (starts with ntr_).
|
|
382
|
+
*/
|
|
383
|
+
getNotificationTrigger(id: string, _options?: Configuration): Observable<NotificationTriggerResponse>;
|
|
384
|
+
/**
|
|
385
|
+
* 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.
|
|
386
|
+
* List notification triggers of a notification.
|
|
387
|
+
* @param notification Specifies the unique notification ID (starts with not_).
|
|
388
|
+
* @param limit Specifies the maximum number of records to return.
|
|
389
|
+
* @param skip Specifies the offset for the first records to return.
|
|
390
|
+
* @param order Specifies the order in which to sort the results.
|
|
391
|
+
*/
|
|
392
|
+
getNotificationTriggers(notification: string, limit?: number, skip?: number, order?: SortOrder, _options?: Configuration): Observable<NotificationTriggerListResponse>;
|
|
393
|
+
}
|
|
394
|
+
import { NotificationsApiRequestFactory, NotificationsApiResponseProcessor } from "../apis/NotificationsApi";
|
|
395
|
+
export declare class ObservableNotificationsApi {
|
|
396
|
+
private requestFactory;
|
|
397
|
+
private responseProcessor;
|
|
398
|
+
private configuration;
|
|
399
|
+
constructor(configuration: Configuration, requestFactory?: NotificationsApiRequestFactory, responseProcessor?: NotificationsApiResponseProcessor);
|
|
400
|
+
/**
|
|
401
|
+
* Create a notification object.
|
|
402
|
+
* Create a notification object.
|
|
403
|
+
* @param createNotificationRequest
|
|
404
|
+
*/
|
|
405
|
+
createNotification(createNotificationRequest: CreateNotificationRequest, _options?: Configuration): Observable<NotificationResponse>;
|
|
406
|
+
/**
|
|
407
|
+
* Delete a notification by providing its notification id.
|
|
408
|
+
* Deletes a notification object.
|
|
409
|
+
* @param id Specifies the unique notification ID (starts with not_).
|
|
410
|
+
*/
|
|
411
|
+
deleteNotification(id: string, _options?: Configuration): Observable<NotificationDeleteResponse>;
|
|
412
|
+
/**
|
|
413
|
+
* Retrieves the details of an existing notification. Supply the unique notification ID.
|
|
414
|
+
* Get existing notification.
|
|
415
|
+
* @param id Specifies the unique notification ID (starts with not_).
|
|
416
|
+
* @param expand
|
|
417
|
+
*/
|
|
418
|
+
getNotification(id: string, expand?: Array<NotificationResponseExpandable>, _options?: Configuration): Observable<NotificationResponse>;
|
|
419
|
+
/**
|
|
420
|
+
* 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.
|
|
421
|
+
* List notifications.
|
|
422
|
+
* @param limit Specifies the maximum number of records to return.
|
|
423
|
+
* @param skip Specifies the offset for the first records to return.
|
|
424
|
+
* @param order Specifies the order in which to sort the results.
|
|
425
|
+
* @param expand Specifies the fields to expand in the response.
|
|
426
|
+
* @param deleted Specifies whether to include deleted notifications.
|
|
427
|
+
* @param name Specifies the name of the notifications.
|
|
428
|
+
*/
|
|
429
|
+
getNotifications(limit?: number, skip?: number, order?: SortOrder, expand?: Array<NotificationResponseExpandable>, deleted?: boolean, name?: string, _options?: Configuration): Observable<NotificationListResponse>;
|
|
430
|
+
}
|
|
305
431
|
import { OAuthApiRequestFactory, OAuthApiResponseProcessor } from "../apis/OAuthApi";
|
|
306
432
|
export declare class ObservableOAuthApi {
|
|
307
433
|
private requestFactory;
|
|
@@ -443,6 +569,12 @@ export declare class ObservablePoliciesApi {
|
|
|
443
569
|
* @param createPolicyRequest
|
|
444
570
|
*/
|
|
445
571
|
createPolicy(createPolicyRequest: CreatePolicyRequest, _options?: Configuration): Observable<PolicyResponse>;
|
|
572
|
+
/**
|
|
573
|
+
* List all gas reports of a policy.
|
|
574
|
+
* @param id Specifies the unique policy ID (starts with pol_).
|
|
575
|
+
* @param withdrawalPolicyRequest
|
|
576
|
+
*/
|
|
577
|
+
createPolicyWithdrawal(id: string, withdrawalPolicyRequest: WithdrawalPolicyRequest, _options?: Configuration): Observable<TransactionIntentResponse>;
|
|
446
578
|
/**
|
|
447
579
|
* Delete a policy object.
|
|
448
580
|
* @param id Specifies the unique policy ID (starts with pol_).
|
|
@@ -466,9 +598,9 @@ export declare class ObservablePoliciesApi {
|
|
|
466
598
|
* @param order Specifies the order in which to sort the results.
|
|
467
599
|
* @param expand Specifies the fields to expand in the response.
|
|
468
600
|
* @param name Specifies the name of the policy.
|
|
469
|
-
* @param deleted Specifies whether to include deleted
|
|
601
|
+
* @param deleted Specifies whether to include deleted policies.
|
|
470
602
|
* @param chainId The chain ID of the policy.
|
|
471
|
-
* @param enabled Specifies whether to include enabled
|
|
603
|
+
* @param enabled Specifies whether to include enabled policies.
|
|
472
604
|
*/
|
|
473
605
|
getPolicies(limit?: number, skip?: number, order?: SortOrder, expand?: Array<PolicyResponseExpandable>, name?: string, deleted?: boolean, chainId?: number, enabled?: boolean, _options?: Configuration): Observable<PolicyListResponse>;
|
|
474
606
|
/**
|
|
@@ -482,7 +614,12 @@ export declare class ObservablePoliciesApi {
|
|
|
482
614
|
* List all gas reports of a policy.
|
|
483
615
|
* @param id Specifies the unique policy ID (starts with pol_).
|
|
484
616
|
*/
|
|
485
|
-
|
|
617
|
+
getPolicyBalance(id: string, _options?: Configuration): Observable<PolicyBalanceWithdrawResponse>;
|
|
618
|
+
/**
|
|
619
|
+
* List all gas reports of a policy.
|
|
620
|
+
* @param id Specifies the unique policy ID (starts with pol_).
|
|
621
|
+
*/
|
|
622
|
+
getPolicyTotalGasUsage(id: string, _options?: Configuration): Observable<GasReportListResponse>;
|
|
486
623
|
/**
|
|
487
624
|
* Update a policy object.
|
|
488
625
|
* @param id Specifies the unique policy ID (starts with pol_).
|
|
@@ -500,13 +637,14 @@ export declare class ObservablePolicyRulesApi {
|
|
|
500
637
|
* Create a policy rule object.
|
|
501
638
|
* @param createPolicyRuleRequest
|
|
502
639
|
*/
|
|
503
|
-
|
|
640
|
+
createPolicyRule(createPolicyRuleRequest: CreatePolicyRuleRequest, _options?: Configuration): Observable<PolicyRuleResponse>;
|
|
504
641
|
/**
|
|
505
642
|
* Deletes a policy rule object.
|
|
506
643
|
* @param id Specifies the unique policy rule ID (starts with afu_).
|
|
507
644
|
*/
|
|
508
|
-
|
|
645
|
+
deletePolicyRule(id: string, _options?: Configuration): Observable<PolicyRuleDeleteResponse>;
|
|
509
646
|
/**
|
|
647
|
+
* 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.
|
|
510
648
|
* List policy rules of a policy.
|
|
511
649
|
* @param policy Specifies the unique policy ID (starts with pol_).
|
|
512
650
|
* @param limit Specifies the maximum number of records to return.
|
|
@@ -520,7 +658,7 @@ export declare class ObservablePolicyRulesApi {
|
|
|
520
658
|
* @param id Specifies the unique policy rule ID (starts with afu_).
|
|
521
659
|
* @param updatePolicyRuleRequest
|
|
522
660
|
*/
|
|
523
|
-
|
|
661
|
+
updatePolicyRule(id: string, updatePolicyRuleRequest: UpdatePolicyRuleRequest, _options?: Configuration): Observable<PolicyRuleResponse>;
|
|
524
662
|
}
|
|
525
663
|
import { SessionsApiRequestFactory, SessionsApiResponseProcessor } from "../apis/SessionsApi";
|
|
526
664
|
export declare class ObservableSessionsApi {
|
|
@@ -578,13 +716,13 @@ export declare class ObservableSettingsApi {
|
|
|
578
716
|
/**
|
|
579
717
|
* Delete a developer account from the current project.
|
|
580
718
|
* Delete a developer account.
|
|
581
|
-
* @param id Specifies a unique developer account.
|
|
719
|
+
* @param id Specifies a unique developer account (starts with dac_).
|
|
582
720
|
*/
|
|
583
721
|
deleteDeveloperAccount(id: string, _options?: Configuration): Observable<DeveloperAccountDeleteResponse>;
|
|
584
722
|
/**
|
|
585
|
-
* Retrieve
|
|
723
|
+
* Retrieve a developer account.
|
|
586
724
|
* Get existing developer account.
|
|
587
|
-
* @param id
|
|
725
|
+
* @param id Specifies the unique developer account ID (starts with dac_).
|
|
588
726
|
* @param expand
|
|
589
727
|
*/
|
|
590
728
|
getDeveloperAccount(id: string, expand?: Array<DeveloperAccountResponseExpandable>, _options?: Configuration): Observable<DeveloperAccountResponse>;
|
|
@@ -595,8 +733,9 @@ export declare class ObservableSettingsApi {
|
|
|
595
733
|
* @param skip Specifies the offset for the first records to return.
|
|
596
734
|
* @param order Specifies the order in which to sort the results.
|
|
597
735
|
* @param expand Specifies the fields to expand in the response.
|
|
736
|
+
* @param deleted Specifies whether to include deleted dev accounts.
|
|
598
737
|
*/
|
|
599
|
-
getDeveloperAccounts(limit?: number, skip?: number, order?: SortOrder, expand?: Array<DeveloperAccountResponseExpandable>, _options?: Configuration): Observable<DeveloperAccountListResponse>;
|
|
738
|
+
getDeveloperAccounts(limit?: number, skip?: number, order?: SortOrder, expand?: Array<DeveloperAccountResponseExpandable>, deleted?: boolean, _options?: Configuration): Observable<DeveloperAccountListResponse>;
|
|
600
739
|
/**
|
|
601
740
|
* Generate message, which should be signed by the account your want to add as a developer account.
|
|
602
741
|
* Generate message to sign
|
|
@@ -650,9 +789,10 @@ export declare class ObservableTransactionIntentsApi {
|
|
|
650
789
|
* @param chainId The chain ID. Must be a [supported chain](/chains).
|
|
651
790
|
* @param account Filter by account ID or developer account (starts with acc_ or dac_ respectively).
|
|
652
791
|
* @param player Filter by player ID (starts with pla_).
|
|
792
|
+
* @param status Filter by successful (1) or failed (0) transaction intents.
|
|
653
793
|
* @param policy Filter by policy ID (starts with pol_).
|
|
654
794
|
*/
|
|
655
|
-
getTransactionIntents(limit?: number, skip?: number, order?: SortOrder, expand?: Array<TransactionIntentResponseExpandable>, chainId?: number, account?: Array<string>, player?: Array<string>, policy?: Array<string>, _options?: Configuration): Observable<TransactionIntentListResponse>;
|
|
795
|
+
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): Observable<TransactionIntentListResponse>;
|
|
656
796
|
/**
|
|
657
797
|
* Broadcasts a signed TransactionIntent to the blockchain. Use this endpoint to send the signed `userOperationHash`. Openfort will then put it on-chain.
|
|
658
798
|
* Send a signed transaction userOperationHash.
|