@openfort/openfort-node 0.6.52 → 0.6.53
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/eventsApiWrapper.d.ts +28 -0
- package/dist/apis/eventsApiWrapper.js +56 -0
- package/dist/apis/eventsApiWrapper.js.map +1 -0
- package/dist/apis/iamApiWrapper.d.ts +11 -1
- package/dist/apis/iamApiWrapper.js +42 -0
- package/dist/apis/iamApiWrapper.js.map +1 -1
- package/dist/apis/policiesApiWrapper.js +2 -2
- package/dist/apis/policiesApiWrapper.js.map +1 -1
- package/dist/apis/settingsApiWrapper.d.ts +0 -9
- package/dist/apis/settingsApiWrapper.js +0 -13
- package/dist/apis/settingsApiWrapper.js.map +1 -1
- package/dist/apis/subscriptionsApiWrapper.d.ts +28 -0
- package/dist/apis/{notificationsApiWrapper.js → subscriptionsApiWrapper.js} +21 -21
- package/dist/apis/subscriptionsApiWrapper.js.map +1 -0
- package/dist/generated/apis/AdminAuthenticationApi.d.ts +16 -0
- package/dist/generated/apis/AdminAuthenticationApi.js +61 -0
- package/dist/generated/apis/AdminAuthenticationApi.js.map +1 -1
- package/dist/generated/apis/EventsApi.d.ts +75 -0
- package/dist/generated/apis/{NotificationsApi.js → EventsApi.js} +57 -67
- package/dist/generated/apis/EventsApi.js.map +1 -0
- package/dist/generated/apis/SettingsApi.d.ts +0 -28
- package/dist/generated/apis/SettingsApi.js +0 -108
- package/dist/generated/apis/SettingsApi.js.map +1 -1
- package/dist/generated/apis/SubscriptionsApi.d.ts +171 -0
- package/dist/generated/apis/SubscriptionsApi.js +616 -0
- package/dist/generated/apis/SubscriptionsApi.js.map +1 -0
- package/dist/generated/index.d.ts +1 -1
- package/dist/generated/index.js +3 -4
- package/dist/generated/index.js.map +1 -1
- package/dist/generated/models/{EntityTypeNOTIFICATIONSUBSCRIPTION.js → APITopic.d.ts} +1 -3
- package/dist/generated/models/{SubscriptionType.js → APITopic.js} +1 -1
- package/dist/generated/models/APITopic.js.map +1 -0
- package/dist/generated/models/{EntityTypeNOTIFICATIONTRIGGER.d.ts → APITopicBALANCECONTRACT.d.ts} +1 -1
- package/dist/generated/models/{NotificationTriggerType.js → APITopicBALANCECONTRACT.js} +1 -1
- package/dist/generated/models/APITopicBALANCECONTRACT.js.map +1 -0
- package/dist/generated/models/{NotificationTriggerTypeCONTRACTTRIGGER.d.ts → APITopicBALANCEDEVACCOUNT.d.ts} +1 -1
- package/dist/generated/models/{EntityTypeNOTIFICATIONTRIGGER.js → APITopicBALANCEDEVACCOUNT.js} +1 -1
- package/dist/generated/models/APITopicBALANCEDEVACCOUNT.js.map +1 -0
- package/dist/generated/models/APITopicBALANCEPROJECT.d.ts +12 -0
- package/dist/generated/models/{EntityTypeNOTIFICATION.js → APITopicBALANCEPROJECT.js} +1 -1
- package/dist/generated/models/APITopicBALANCEPROJECT.js.map +1 -0
- package/dist/generated/models/{NotificationResponseExpandable.d.ts → APITopicTRANSACTIONSUCCESSFUL.d.ts} +1 -1
- package/dist/generated/models/APITopicTRANSACTIONSUCCESSFUL.js +14 -0
- package/dist/generated/models/APITopicTRANSACTIONSUCCESSFUL.js.map +1 -0
- package/dist/generated/models/{SubscriptionType.d.ts → APITriggerType.d.ts} +1 -1
- package/dist/generated/models/APITriggerType.js +14 -0
- package/dist/generated/models/APITriggerType.js.map +1 -0
- package/dist/generated/models/{AccountNotificationTriggerResponseAccount.d.ts → AccountEventResponse.d.ts} +8 -7
- package/dist/generated/models/{AccountNotificationTriggerResponse.js → AccountEventResponse.js} +14 -14
- package/dist/generated/models/AccountEventResponse.js.map +1 -0
- package/dist/generated/models/AuthPlayerResponseWithRecoveryShare.d.ts +36 -0
- package/dist/generated/models/AuthPlayerResponseWithRecoveryShare.js +62 -0
- package/dist/generated/models/AuthPlayerResponseWithRecoveryShare.js.map +1 -0
- package/dist/generated/models/AuthenticateOAuthRequest.d.ts +5 -0
- package/dist/generated/models/AuthenticateOAuthRequest.js +6 -0
- package/dist/generated/models/AuthenticateOAuthRequest.js.map +1 -1
- package/dist/generated/models/{NotificationSubscriptionDeleteResponse.d.ts → BalanceEventResponse.d.ts} +7 -4
- package/dist/generated/models/{NotificationSubscription.js → BalanceEventResponse.js} +14 -14
- package/dist/generated/models/BalanceEventResponse.js.map +1 -0
- package/dist/generated/models/{NotificationSubscriptionListResponse.d.ts → BaseEntityListResponseLogResponse.d.ts} +3 -3
- package/dist/generated/models/{NotificationTriggerListResponse.js → BaseEntityListResponseLogResponse.js} +8 -8
- package/dist/generated/models/BaseEntityListResponseLogResponse.js.map +1 -0
- package/dist/generated/models/{NotificationTriggerListResponse.d.ts → BaseEntityListResponseTriggerResponse.d.ts} +3 -3
- package/dist/generated/models/{NotificationSubscriptionListResponse.js → BaseEntityListResponseTriggerResponse.js} +8 -8
- package/dist/generated/models/BaseEntityListResponseTriggerResponse.js.map +1 -0
- package/dist/generated/models/{BalanceNotificationTriggerResponse.d.ts → ContractEventResponse.d.ts} +9 -5
- package/dist/generated/models/{ContractNotificationTriggerResponse.js → ContractEventResponse.js} +12 -12
- package/dist/generated/models/ContractEventResponse.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/{ContractNotificationTriggerResponseContract.d.ts → ContractPolicyRuleResponseContract.d.ts} +1 -1
- package/dist/generated/models/{ContractNotificationTriggerResponseContract.js → ContractPolicyRuleResponseContract.js} +7 -7
- package/dist/generated/models/ContractPolicyRuleResponseContract.js.map +1 -0
- package/dist/generated/models/{CreateNotificationRequest.d.ts → CreateAuthPlayerRequest.d.ts} +9 -3
- package/dist/generated/models/CreateAuthPlayerRequest.js +44 -0
- package/dist/generated/models/CreateAuthPlayerRequest.js.map +1 -0
- package/dist/generated/models/{CreateNotificationTriggerRequest.d.ts → CreateEventRequest.d.ts} +19 -15
- package/dist/generated/models/{CreateNotificationTriggerRequest.js → CreateEventRequest.js} +27 -21
- package/dist/generated/models/CreateEventRequest.js.map +1 -0
- package/dist/generated/models/{ProjectWebhookRequest.d.ts → CreateSubscriptionRequest.d.ts} +6 -4
- package/dist/generated/models/{ProjectWebhookRequest.js → CreateSubscriptionRequest.js} +13 -13
- package/dist/generated/models/CreateSubscriptionRequest.js.map +1 -0
- package/dist/generated/models/{CreateNotificationSubscriptionRequest.d.ts → CreateTriggerRequest.d.ts} +7 -7
- package/dist/generated/models/{CreateNotificationSubscriptionRequest.js → CreateTriggerRequest.js} +14 -14
- package/dist/generated/models/CreateTriggerRequest.js.map +1 -0
- package/dist/generated/models/{EntityTypeNOTIFICATION.d.ts → EntityTypeEVENT.d.ts} +1 -1
- package/dist/generated/models/EntityTypeEVENT.js +14 -0
- package/dist/generated/models/EntityTypeEVENT.js.map +1 -0
- package/dist/generated/models/EntityTypeLOG.d.ts +12 -0
- package/dist/generated/models/EntityTypeLOG.js +14 -0
- package/dist/generated/models/EntityTypeLOG.js.map +1 -0
- package/dist/generated/models/EntityTypeSUBSCRIPTION.d.ts +12 -0
- package/dist/generated/models/EntityTypeSUBSCRIPTION.js +14 -0
- package/dist/generated/models/EntityTypeSUBSCRIPTION.js.map +1 -0
- package/dist/generated/models/EntityTypeTRIGGER.d.ts +12 -0
- package/dist/generated/models/EntityTypeTRIGGER.js +14 -0
- package/dist/generated/models/EntityTypeTRIGGER.js.map +1 -0
- package/dist/generated/models/{NotificationDeleteResponse.d.ts → EventDeleteResponse.d.ts} +3 -3
- package/dist/generated/models/{NotificationTriggerDeleteResponse.js → EventDeleteResponse.js} +8 -8
- package/dist/generated/models/EventDeleteResponse.js.map +1 -0
- package/dist/generated/models/{NotificationSubscriptionListQueries.d.ts → EventListQueries.d.ts} +7 -3
- package/dist/generated/models/{NotificationListQueries.js → EventListQueries.js} +10 -16
- package/dist/generated/models/EventListQueries.js.map +1 -0
- package/dist/generated/models/{SettingsWebhookUpdateRequest.d.ts → EventListResponse.d.ts} +8 -4
- package/dist/generated/models/{NotificationListResponse.js → EventListResponse.js} +8 -8
- package/dist/generated/models/EventListResponse.js.map +1 -0
- package/dist/generated/models/{ContractNotificationTriggerResponse.d.ts → EventResponse.d.ts} +10 -7
- package/dist/generated/models/{NotificationTriggerResponse.js → EventResponse.js} +21 -15
- package/dist/generated/models/EventResponse.js.map +1 -0
- package/dist/generated/models/{NotificationListQueries.d.ts → ListSubscriptionLogsRequest.d.ts} +15 -8
- package/dist/generated/models/ListSubscriptionLogsRequest.js +80 -0
- package/dist/generated/models/ListSubscriptionLogsRequest.js.map +1 -0
- package/dist/generated/models/LogResponse.d.ts +38 -0
- package/dist/generated/models/{AccountNotificationTriggerResponseAccount.js → LogResponse.js} +25 -19
- package/dist/generated/models/LogResponse.js.map +1 -0
- package/dist/generated/models/ObjectSerializer.d.ts +33 -34
- package/dist/generated/models/ObjectSerializer.js +88 -93
- package/dist/generated/models/ObjectSerializer.js.map +1 -1
- 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/Status.d.ts +12 -0
- package/dist/generated/models/Status.js +14 -0
- package/dist/generated/models/Status.js.map +1 -0
- package/dist/generated/models/{NotificationTriggerDeleteResponse.d.ts → SubscriptionDeleteResponse.d.ts} +3 -3
- package/dist/generated/models/{NotificationDeleteResponse.js → SubscriptionDeleteResponse.js} +8 -8
- package/dist/generated/models/{NotificationDeleteResponse.js.map → SubscriptionDeleteResponse.js.map} +1 -1
- package/dist/generated/models/{NotificationListResponse.d.ts → SubscriptionListResponse.d.ts} +3 -3
- package/dist/generated/models/SubscriptionListResponse.js +62 -0
- package/dist/generated/models/{NotificationListResponse.js.map → SubscriptionListResponse.js.map} +1 -1
- package/dist/generated/models/{NotificationResponseSubscriptionsInner.d.ts → TransactionConfirmedEventResponse.d.ts} +6 -6
- package/dist/generated/models/{BalanceNotificationTriggerResponse.js → TransactionConfirmedEventResponse.js} +15 -15
- package/dist/generated/models/TransactionConfirmedEventResponse.js.map +1 -0
- package/dist/generated/models/{PickDeveloperAccountId.d.ts → TriggerDeleteResponse.d.ts} +4 -4
- package/dist/generated/models/{NotificationSubscriptionDeleteResponse.js → TriggerDeleteResponse.js} +8 -8
- package/dist/generated/models/TriggerDeleteResponse.js.map +1 -0
- package/dist/generated/models/{NotificationSubscription.d.ts → TriggerResponse.d.ts} +7 -5
- package/dist/generated/models/{NotificationResponseSubscriptionsInner.js → TriggerResponse.js} +23 -11
- package/dist/generated/models/TriggerResponse.js.map +1 -0
- package/dist/generated/models/UpdateProjectApiKeyRequest.d.ts +4 -0
- package/dist/generated/models/UpdateProjectApiKeyRequest.js +6 -0
- package/dist/generated/models/UpdateProjectApiKeyRequest.js.map +1 -1
- package/dist/generated/models/all.d.ts +33 -34
- package/dist/generated/models/all.js +33 -34
- package/dist/generated/models/all.js.map +1 -1
- package/dist/generated/types/ObjectParamAPI.d.ts +309 -285
- package/dist/generated/types/ObjectParamAPI.js +146 -145
- package/dist/generated/types/ObjectParamAPI.js.map +1 -1
- package/dist/generated/types/ObservableAPI.d.ts +130 -126
- package/dist/generated/types/ObservableAPI.js +318 -304
- package/dist/generated/types/ObservableAPI.js.map +1 -1
- package/dist/generated/types/PromiseAPI.d.ts +126 -120
- package/dist/generated/types/PromiseAPI.js +174 -170
- package/dist/generated/types/PromiseAPI.js.map +1 -1
- package/dist/index.d.ts +4 -6
- package/dist/index.js +6 -10
- package/dist/index.js.map +1 -1
- package/dist/models/getEventRequest.d.ts +3 -0
- package/dist/models/{getNotificationRequest.js → getEventRequest.js} +1 -1
- package/dist/models/getEventRequest.js.map +1 -0
- package/dist/models/getSubscriptionRequest.d.ts +3 -0
- package/dist/models/{getNotificationTriggerRequest.js → getSubscriptionRequest.js} +1 -1
- package/dist/models/getSubscriptionRequest.js.map +1 -0
- package/dist/models/preGenerateEmbeddedAccountRequest.d.ts +10 -0
- package/dist/models/preGenerateEmbeddedAccountRequest.js +9 -0
- package/dist/models/preGenerateEmbeddedAccountRequest.js.map +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +4 -3
- package/tsconfig.tsbuildinfo +1 -1
- package/dist/apis/notificationSubscriptionsApiWrapper.d.ts +0 -28
- package/dist/apis/notificationSubscriptionsApiWrapper.js +0 -56
- package/dist/apis/notificationSubscriptionsApiWrapper.js.map +0 -1
- package/dist/apis/notificationTriggersApiWrapper.d.ts +0 -28
- package/dist/apis/notificationTriggersApiWrapper.js +0 -56
- package/dist/apis/notificationTriggersApiWrapper.js.map +0 -1
- package/dist/apis/notificationsApiWrapper.d.ts +0 -29
- package/dist/apis/notificationsApiWrapper.js.map +0 -1
- package/dist/generated/apis/NotificationSubscriptionsApi.d.ts +0 -74
- package/dist/generated/apis/NotificationSubscriptionsApi.js +0 -257
- package/dist/generated/apis/NotificationSubscriptionsApi.js.map +0 -1
- package/dist/generated/apis/NotificationTriggersApi.d.ts +0 -74
- package/dist/generated/apis/NotificationTriggersApi.js +0 -257
- package/dist/generated/apis/NotificationTriggersApi.js.map +0 -1
- package/dist/generated/apis/NotificationsApi.d.ts +0 -78
- package/dist/generated/apis/NotificationsApi.js.map +0 -1
- package/dist/generated/models/AccountNotificationTriggerResponse.d.ts +0 -37
- package/dist/generated/models/AccountNotificationTriggerResponse.js.map +0 -1
- package/dist/generated/models/AccountNotificationTriggerResponseAccount.js.map +0 -1
- package/dist/generated/models/BalanceNotificationTriggerResponse.js.map +0 -1
- package/dist/generated/models/ContractNotificationTriggerResponse.js.map +0 -1
- package/dist/generated/models/ContractNotificationTriggerResponseContract.js.map +0 -1
- package/dist/generated/models/CreateNotificationRequest.js +0 -32
- package/dist/generated/models/CreateNotificationRequest.js.map +0 -1
- package/dist/generated/models/CreateNotificationSubscriptionRequest.js.map +0 -1
- package/dist/generated/models/CreateNotificationTriggerRequest.js.map +0 -1
- package/dist/generated/models/EntityTypeNOTIFICATION.js.map +0 -1
- package/dist/generated/models/EntityTypeNOTIFICATIONSUBSCRIPTION.d.ts +0 -12
- package/dist/generated/models/EntityTypeNOTIFICATIONSUBSCRIPTION.js.map +0 -1
- package/dist/generated/models/EntityTypeNOTIFICATIONTRIGGER.js.map +0 -1
- package/dist/generated/models/NotificationListQueries.js.map +0 -1
- package/dist/generated/models/NotificationResponse.d.ts +0 -38
- package/dist/generated/models/NotificationResponse.js +0 -74
- package/dist/generated/models/NotificationResponse.js.map +0 -1
- package/dist/generated/models/NotificationResponseExpandable.js +0 -14
- package/dist/generated/models/NotificationResponseExpandable.js.map +0 -1
- package/dist/generated/models/NotificationResponseSubscriptionsInner.js.map +0 -1
- package/dist/generated/models/NotificationResponseTriggersInner.d.ts +0 -41
- package/dist/generated/models/NotificationResponseTriggersInner.js +0 -86
- package/dist/generated/models/NotificationResponseTriggersInner.js.map +0 -1
- package/dist/generated/models/NotificationSubscription.js.map +0 -1
- package/dist/generated/models/NotificationSubscriptionDeleteResponse.js.map +0 -1
- package/dist/generated/models/NotificationSubscriptionListQueries.js +0 -50
- package/dist/generated/models/NotificationSubscriptionListQueries.js.map +0 -1
- package/dist/generated/models/NotificationSubscriptionListResponse.js.map +0 -1
- package/dist/generated/models/NotificationTriggerDeleteResponse.js.map +0 -1
- package/dist/generated/models/NotificationTriggerListQueries.d.ts +0 -41
- package/dist/generated/models/NotificationTriggerListQueries.js +0 -50
- package/dist/generated/models/NotificationTriggerListQueries.js.map +0 -1
- package/dist/generated/models/NotificationTriggerListResponse.js.map +0 -1
- package/dist/generated/models/NotificationTriggerResponse.d.ts +0 -41
- package/dist/generated/models/NotificationTriggerResponse.js.map +0 -1
- package/dist/generated/models/NotificationTriggerType.d.ts +0 -12
- package/dist/generated/models/NotificationTriggerType.js.map +0 -1
- package/dist/generated/models/NotificationTriggerTypeCONTRACTTRIGGER.js +0 -14
- package/dist/generated/models/NotificationTriggerTypeCONTRACTTRIGGER.js.map +0 -1
- package/dist/generated/models/NotificationTriggerTypeDEVELOPERACCOUNTTRIGGER.d.ts +0 -12
- package/dist/generated/models/NotificationTriggerTypeDEVELOPERACCOUNTTRIGGER.js +0 -14
- package/dist/generated/models/NotificationTriggerTypeDEVELOPERACCOUNTTRIGGER.js.map +0 -1
- package/dist/generated/models/NotificationTriggerTypePROJECTBALANCETRIGGER.d.ts +0 -12
- package/dist/generated/models/NotificationTriggerTypePROJECTBALANCETRIGGER.js +0 -14
- package/dist/generated/models/NotificationTriggerTypePROJECTBALANCETRIGGER.js.map +0 -1
- package/dist/generated/models/PickDeveloperAccountId.js +0 -35
- package/dist/generated/models/PickDeveloperAccountId.js.map +0 -1
- package/dist/generated/models/ProjectWebhookRequest.js.map +0 -1
- package/dist/generated/models/SettingsWebhookUpdateRequest.js +0 -32
- package/dist/generated/models/SettingsWebhookUpdateRequest.js.map +0 -1
- package/dist/generated/models/SubscriptionType.js.map +0 -1
- package/dist/models/getNotificationRequest.d.ts +0 -4
- package/dist/models/getNotificationRequest.js.map +0 -1
- package/dist/models/getNotificationSubscriptionRequest.d.ts +0 -3
- package/dist/models/getNotificationSubscriptionRequest.js +0 -3
- package/dist/models/getNotificationSubscriptionRequest.js.map +0 -1
- package/dist/models/getNotificationTriggerRequest.d.ts +0 -3
- package/dist/models/getNotificationTriggerRequest.js.map +0 -1
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
import { Configuration } from '../configuration';
|
|
2
2
|
import { Observable } from '../rxjsStub';
|
|
3
|
+
import { APITopic } from '../models/APITopic';
|
|
3
4
|
import { AccountListResponse } from '../models/AccountListResponse';
|
|
4
5
|
import { AccountResponse } from '../models/AccountResponse';
|
|
5
6
|
import { AccountResponseExpandable } from '../models/AccountResponseExpandable';
|
|
6
7
|
import { AuthPlayerListResponse } from '../models/AuthPlayerListResponse';
|
|
7
8
|
import { AuthPlayerResponse } from '../models/AuthPlayerResponse';
|
|
9
|
+
import { AuthPlayerResponseWithRecoveryShare } from '../models/AuthPlayerResponseWithRecoveryShare';
|
|
8
10
|
import { AuthResponse } from '../models/AuthResponse';
|
|
9
11
|
import { AuthSessionResponse } from '../models/AuthSessionResponse';
|
|
10
12
|
import { AuthenticateOAuthRequest } from '../models/AuthenticateOAuthRequest';
|
|
13
|
+
import { BaseEntityListResponseLogResponse } from '../models/BaseEntityListResponseLogResponse';
|
|
14
|
+
import { BaseEntityListResponseTriggerResponse } from '../models/BaseEntityListResponseTriggerResponse';
|
|
11
15
|
import { CancelTransferOwnershipRequest } from '../models/CancelTransferOwnershipRequest';
|
|
12
16
|
import { CompleteRecoveryRequest } from '../models/CompleteRecoveryRequest';
|
|
13
17
|
import { ContractDeleteResponse } from '../models/ContractDeleteResponse';
|
|
@@ -15,16 +19,17 @@ import { ContractListResponse } from '../models/ContractListResponse';
|
|
|
15
19
|
import { ContractReadResponse } from '../models/ContractReadResponse';
|
|
16
20
|
import { ContractResponse } from '../models/ContractResponse';
|
|
17
21
|
import { CreateAccountRequest } from '../models/CreateAccountRequest';
|
|
22
|
+
import { CreateAuthPlayerRequest } from '../models/CreateAuthPlayerRequest';
|
|
18
23
|
import { CreateContractRequest } from '../models/CreateContractRequest';
|
|
24
|
+
import { CreateEventRequest } from '../models/CreateEventRequest';
|
|
19
25
|
import { CreateExchangeRequest } from '../models/CreateExchangeRequest';
|
|
20
|
-
import { CreateNotificationRequest } from '../models/CreateNotificationRequest';
|
|
21
|
-
import { CreateNotificationSubscriptionRequest } from '../models/CreateNotificationSubscriptionRequest';
|
|
22
|
-
import { CreateNotificationTriggerRequest } from '../models/CreateNotificationTriggerRequest';
|
|
23
26
|
import { CreatePaymasterRequest } from '../models/CreatePaymasterRequest';
|
|
24
27
|
import { CreatePolicyRequest } from '../models/CreatePolicyRequest';
|
|
25
28
|
import { CreatePolicyRuleRequest } from '../models/CreatePolicyRuleRequest';
|
|
26
29
|
import { CreateSessionRequest } from '../models/CreateSessionRequest';
|
|
30
|
+
import { CreateSubscriptionRequest } from '../models/CreateSubscriptionRequest';
|
|
27
31
|
import { CreateTransactionIntentRequest } from '../models/CreateTransactionIntentRequest';
|
|
32
|
+
import { CreateTriggerRequest } from '../models/CreateTriggerRequest';
|
|
28
33
|
import { CreateWeb3ConnectionRequest } from '../models/CreateWeb3ConnectionRequest';
|
|
29
34
|
import { DeployRequest } from '../models/DeployRequest';
|
|
30
35
|
import { DeprecatedAuthenticatedPlayerResponse } from '../models/DeprecatedAuthenticatedPlayerResponse';
|
|
@@ -35,22 +40,15 @@ import { DeveloperAccountListResponse } from '../models/DeveloperAccountListResp
|
|
|
35
40
|
import { DeveloperAccountResponse } from '../models/DeveloperAccountResponse';
|
|
36
41
|
import { DeveloperAccountResponseExpandable } from '../models/DeveloperAccountResponseExpandable';
|
|
37
42
|
import { EstimateTransactionIntentGasResult } from '../models/EstimateTransactionIntentGasResult';
|
|
43
|
+
import { EventDeleteResponse } from '../models/EventDeleteResponse';
|
|
44
|
+
import { EventListResponse } from '../models/EventListResponse';
|
|
45
|
+
import { EventResponse } from '../models/EventResponse';
|
|
38
46
|
import { GasReportListResponse } from '../models/GasReportListResponse';
|
|
39
47
|
import { InventoryListResponse } from '../models/InventoryListResponse';
|
|
40
48
|
import { InventoryResponse } from '../models/InventoryResponse';
|
|
41
49
|
import { JwtKeyResponse } from '../models/JwtKeyResponse';
|
|
42
50
|
import { LoginRequest } from '../models/LoginRequest';
|
|
43
51
|
import { LogoutRequest } from '../models/LogoutRequest';
|
|
44
|
-
import { NotificationDeleteResponse } from '../models/NotificationDeleteResponse';
|
|
45
|
-
import { NotificationListResponse } from '../models/NotificationListResponse';
|
|
46
|
-
import { NotificationResponse } from '../models/NotificationResponse';
|
|
47
|
-
import { NotificationResponseExpandable } from '../models/NotificationResponseExpandable';
|
|
48
|
-
import { NotificationSubscription } from '../models/NotificationSubscription';
|
|
49
|
-
import { NotificationSubscriptionDeleteResponse } from '../models/NotificationSubscriptionDeleteResponse';
|
|
50
|
-
import { NotificationSubscriptionListResponse } from '../models/NotificationSubscriptionListResponse';
|
|
51
|
-
import { NotificationTriggerDeleteResponse } from '../models/NotificationTriggerDeleteResponse';
|
|
52
|
-
import { NotificationTriggerListResponse } from '../models/NotificationTriggerListResponse';
|
|
53
|
-
import { NotificationTriggerResponse } from '../models/NotificationTriggerResponse';
|
|
54
52
|
import { OAuthConfig } from '../models/OAuthConfig';
|
|
55
53
|
import { OAuthConfigListResponse } from '../models/OAuthConfigListResponse';
|
|
56
54
|
import { OAuthInitRequest } from '../models/OAuthInitRequest';
|
|
@@ -84,19 +82,24 @@ import { SIWERequest } from '../models/SIWERequest';
|
|
|
84
82
|
import { SessionListResponse } from '../models/SessionListResponse';
|
|
85
83
|
import { SessionResponse } from '../models/SessionResponse';
|
|
86
84
|
import { SessionResponseExpandable } from '../models/SessionResponseExpandable';
|
|
87
|
-
import { SettingsWebhookUpdateRequest } from '../models/SettingsWebhookUpdateRequest';
|
|
88
85
|
import { SignPayloadRequest } from '../models/SignPayloadRequest';
|
|
89
86
|
import { SignPayloadResponse } from '../models/SignPayloadResponse';
|
|
90
87
|
import { SignatureRequest } from '../models/SignatureRequest';
|
|
91
88
|
import { SignupRequest } from '../models/SignupRequest';
|
|
92
89
|
import { SortOrder } from '../models/SortOrder';
|
|
93
90
|
import { StartRecoveryRequest } from '../models/StartRecoveryRequest';
|
|
91
|
+
import { Status } from '../models/Status';
|
|
94
92
|
import { SubmitWeb3ActionRequest } from '../models/SubmitWeb3ActionRequest';
|
|
93
|
+
import { SubscriptionDeleteResponse } from '../models/SubscriptionDeleteResponse';
|
|
94
|
+
import { SubscriptionListResponse } from '../models/SubscriptionListResponse';
|
|
95
|
+
import { SubscriptionResponse } from '../models/SubscriptionResponse';
|
|
95
96
|
import { ThirdPartyOAuthRequest } from '../models/ThirdPartyOAuthRequest';
|
|
96
97
|
import { TransactionIntentListResponse } from '../models/TransactionIntentListResponse';
|
|
97
98
|
import { TransactionIntentResponse } from '../models/TransactionIntentResponse';
|
|
98
99
|
import { TransactionIntentResponseExpandable } from '../models/TransactionIntentResponseExpandable';
|
|
99
100
|
import { TransferOwnershipRequest } from '../models/TransferOwnershipRequest';
|
|
101
|
+
import { TriggerDeleteResponse } from '../models/TriggerDeleteResponse';
|
|
102
|
+
import { TriggerResponse } from '../models/TriggerResponse';
|
|
100
103
|
import { UnlinkRequest } from '../models/UnlinkRequest';
|
|
101
104
|
import { UpdateContractRequest } from '../models/UpdateContractRequest';
|
|
102
105
|
import { UpdatePolicyRequest } from '../models/UpdatePolicyRequest';
|
|
@@ -189,6 +192,12 @@ export declare class ObservableAdminAuthenticationApi {
|
|
|
189
192
|
private responseProcessor;
|
|
190
193
|
private configuration;
|
|
191
194
|
constructor(configuration: Configuration, requestFactory?: AdminAuthenticationApiRequestFactory, responseProcessor?: AdminAuthenticationApiResponseProcessor);
|
|
195
|
+
/**
|
|
196
|
+
* Creates an authenticated player for a third party authentication provider. The player will be authenticated with the provider and an embedded account can be pre generated.
|
|
197
|
+
* Create an authenticated player for a third party authentication provider.
|
|
198
|
+
* @param createAuthPlayerRequest
|
|
199
|
+
*/
|
|
200
|
+
createAuthPlayer(createAuthPlayerRequest: CreateAuthPlayerRequest, _options?: Configuration): Observable<AuthPlayerResponseWithRecoveryShare>;
|
|
192
201
|
/**
|
|
193
202
|
* The endpoint creates oauth configuration for the current project environment.
|
|
194
203
|
* Create oauth configuration.
|
|
@@ -400,6 +409,41 @@ export declare class ObservableContractsApi {
|
|
|
400
409
|
*/
|
|
401
410
|
updateContract(id: string, updateContractRequest: UpdateContractRequest, _options?: Configuration): Observable<ContractResponse>;
|
|
402
411
|
}
|
|
412
|
+
import { EventsApiRequestFactory, EventsApiResponseProcessor } from "../apis/EventsApi";
|
|
413
|
+
export declare class ObservableEventsApi {
|
|
414
|
+
private requestFactory;
|
|
415
|
+
private responseProcessor;
|
|
416
|
+
private configuration;
|
|
417
|
+
constructor(configuration: Configuration, requestFactory?: EventsApiRequestFactory, responseProcessor?: EventsApiResponseProcessor);
|
|
418
|
+
/**
|
|
419
|
+
* Create a new event.
|
|
420
|
+
* Create a new event.
|
|
421
|
+
* @param createEventRequest
|
|
422
|
+
*/
|
|
423
|
+
createEvent(createEventRequest: CreateEventRequest, _options?: Configuration): Observable<EventResponse>;
|
|
424
|
+
/**
|
|
425
|
+
* Delete an event.
|
|
426
|
+
* Delete an event.
|
|
427
|
+
* @param id Specifies the unique event ID (starts with eve_).
|
|
428
|
+
*/
|
|
429
|
+
deleteEvent(id: string, _options?: Configuration): Observable<EventDeleteResponse>;
|
|
430
|
+
/**
|
|
431
|
+
* Get a single event.
|
|
432
|
+
* Get a single event.
|
|
433
|
+
* @param id Specifies the unique event ID (starts with eve_).
|
|
434
|
+
*/
|
|
435
|
+
getEvent(id: string, _options?: Configuration): Observable<EventResponse>;
|
|
436
|
+
/**
|
|
437
|
+
* Returns a list of events. By default, a maximum of 10 events are shown per page.
|
|
438
|
+
* List notifications.
|
|
439
|
+
* @param limit Specifies the maximum number of records to return.
|
|
440
|
+
* @param skip Specifies the offset for the first records to return.
|
|
441
|
+
* @param order Specifies the order in which to sort the results.
|
|
442
|
+
* @param name Specifies the name of the event
|
|
443
|
+
* @param deleted Specifies if display deleted events
|
|
444
|
+
*/
|
|
445
|
+
getEvents(limit?: number, skip?: number, order?: SortOrder, name?: string, deleted?: boolean, _options?: Configuration): Observable<EventListResponse>;
|
|
446
|
+
}
|
|
403
447
|
import { ExchangeApiRequestFactory, ExchangeApiResponseProcessor } from "../apis/ExchangeApi";
|
|
404
448
|
export declare class ObservableExchangeApi {
|
|
405
449
|
private requestFactory;
|
|
@@ -481,111 +525,6 @@ export declare class ObservableInventoriesApi {
|
|
|
481
525
|
*/
|
|
482
526
|
getPlayerNftInventory(id: string, chainId: number, limit?: number, skip?: number, order?: SortOrder, contract?: Array<string>, _options?: Configuration): Observable<InventoryListResponse>;
|
|
483
527
|
}
|
|
484
|
-
import { NotificationSubscriptionsApiRequestFactory, NotificationSubscriptionsApiResponseProcessor } from "../apis/NotificationSubscriptionsApi";
|
|
485
|
-
export declare class ObservableNotificationSubscriptionsApi {
|
|
486
|
-
private requestFactory;
|
|
487
|
-
private responseProcessor;
|
|
488
|
-
private configuration;
|
|
489
|
-
constructor(configuration: Configuration, requestFactory?: NotificationSubscriptionsApiRequestFactory, responseProcessor?: NotificationSubscriptionsApiResponseProcessor);
|
|
490
|
-
/**
|
|
491
|
-
* Create a subscription for the provided notification.
|
|
492
|
-
* Create a notification subscription object.
|
|
493
|
-
* @param createNotificationSubscriptionRequest
|
|
494
|
-
*/
|
|
495
|
-
createNotificationSubscription(createNotificationSubscriptionRequest: CreateNotificationSubscriptionRequest, _options?: Configuration): Observable<NotificationSubscription>;
|
|
496
|
-
/**
|
|
497
|
-
* Delete a notification subscription by providing its notification subscription id.
|
|
498
|
-
* Deletes a notification subscription object.
|
|
499
|
-
* @param id Specifies the unique notification subscription ID (starts with ntr_).
|
|
500
|
-
*/
|
|
501
|
-
deleteNotificationSubscription(id: string, _options?: Configuration): Observable<NotificationSubscriptionDeleteResponse>;
|
|
502
|
-
/**
|
|
503
|
-
* Retrieves the details of an existing notification subscription. Supply the unique notification subscription ID.
|
|
504
|
-
* Get existing notification subscription.
|
|
505
|
-
* @param id Specifies the unique notification subscription ID (starts with not_).
|
|
506
|
-
*/
|
|
507
|
-
getNotificationSubscription(id: string, _options?: Configuration): Observable<NotificationSubscription>;
|
|
508
|
-
/**
|
|
509
|
-
* 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.
|
|
510
|
-
* List notification subscriptions of a notification.
|
|
511
|
-
* @param notification Specifies the unique notification ID (starts with not_).
|
|
512
|
-
* @param limit Specifies the maximum number of records to return.
|
|
513
|
-
* @param skip Specifies the offset for the first records to return.
|
|
514
|
-
* @param order Specifies the order in which to sort the results.
|
|
515
|
-
*/
|
|
516
|
-
getNotificationSubscriptions(notification: string, limit?: number, skip?: number, order?: SortOrder, _options?: Configuration): Observable<NotificationSubscriptionListResponse>;
|
|
517
|
-
}
|
|
518
|
-
import { NotificationTriggersApiRequestFactory, NotificationTriggersApiResponseProcessor } from "../apis/NotificationTriggersApi";
|
|
519
|
-
export declare class ObservableNotificationTriggersApi {
|
|
520
|
-
private requestFactory;
|
|
521
|
-
private responseProcessor;
|
|
522
|
-
private configuration;
|
|
523
|
-
constructor(configuration: Configuration, requestFactory?: NotificationTriggersApiRequestFactory, responseProcessor?: NotificationTriggersApiResponseProcessor);
|
|
524
|
-
/**
|
|
525
|
-
* Create a trigger for the provided notification.
|
|
526
|
-
* Create a notification trigger object.
|
|
527
|
-
* @param createNotificationTriggerRequest
|
|
528
|
-
*/
|
|
529
|
-
createNotificationTrigger(createNotificationTriggerRequest: CreateNotificationTriggerRequest, _options?: Configuration): Observable<NotificationTriggerResponse>;
|
|
530
|
-
/**
|
|
531
|
-
* Delete a notification trigger by providing its notification trigger id.
|
|
532
|
-
* Deletes a notification trigger object.
|
|
533
|
-
* @param id Specifies the unique notification trigger ID (starts with ntr_).
|
|
534
|
-
*/
|
|
535
|
-
deleteNotificationTrigger(id: string, _options?: Configuration): Observable<NotificationTriggerDeleteResponse>;
|
|
536
|
-
/**
|
|
537
|
-
* Retrieves the details of an existing notification trigger. Supply the unique notification trigger ID.
|
|
538
|
-
* Get existing notification trigger.
|
|
539
|
-
* @param id Specifies the unique notification trigger ID (starts with ntr_).
|
|
540
|
-
*/
|
|
541
|
-
getNotificationTrigger(id: string, _options?: Configuration): Observable<NotificationTriggerResponse>;
|
|
542
|
-
/**
|
|
543
|
-
* 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.
|
|
544
|
-
* List notification triggers of a notification.
|
|
545
|
-
* @param notification Specifies the unique notification ID (starts with not_).
|
|
546
|
-
* @param limit Specifies the maximum number of records to return.
|
|
547
|
-
* @param skip Specifies the offset for the first records to return.
|
|
548
|
-
* @param order Specifies the order in which to sort the results.
|
|
549
|
-
*/
|
|
550
|
-
getNotificationTriggers(notification: string, limit?: number, skip?: number, order?: SortOrder, _options?: Configuration): Observable<NotificationTriggerListResponse>;
|
|
551
|
-
}
|
|
552
|
-
import { NotificationsApiRequestFactory, NotificationsApiResponseProcessor } from "../apis/NotificationsApi";
|
|
553
|
-
export declare class ObservableNotificationsApi {
|
|
554
|
-
private requestFactory;
|
|
555
|
-
private responseProcessor;
|
|
556
|
-
private configuration;
|
|
557
|
-
constructor(configuration: Configuration, requestFactory?: NotificationsApiRequestFactory, responseProcessor?: NotificationsApiResponseProcessor);
|
|
558
|
-
/**
|
|
559
|
-
* Create a notification object.
|
|
560
|
-
* Create a notification object.
|
|
561
|
-
* @param createNotificationRequest
|
|
562
|
-
*/
|
|
563
|
-
createNotification(createNotificationRequest: CreateNotificationRequest, _options?: Configuration): Observable<NotificationResponse>;
|
|
564
|
-
/**
|
|
565
|
-
* Delete a notification by providing its notification id.
|
|
566
|
-
* Deletes a notification object.
|
|
567
|
-
* @param id Specifies the unique notification ID (starts with not_).
|
|
568
|
-
*/
|
|
569
|
-
deleteNotification(id: string, _options?: Configuration): Observable<NotificationDeleteResponse>;
|
|
570
|
-
/**
|
|
571
|
-
* Retrieves the details of an existing notification. Supply the unique notification ID.
|
|
572
|
-
* Get existing notification.
|
|
573
|
-
* @param id Specifies the unique notification ID (starts with not_).
|
|
574
|
-
* @param expand
|
|
575
|
-
*/
|
|
576
|
-
getNotification(id: string, expand?: Array<NotificationResponseExpandable>, _options?: Configuration): Observable<NotificationResponse>;
|
|
577
|
-
/**
|
|
578
|
-
* 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.
|
|
579
|
-
* List notifications.
|
|
580
|
-
* @param limit Specifies the maximum number of records to return.
|
|
581
|
-
* @param skip Specifies the offset for the first records to return.
|
|
582
|
-
* @param order Specifies the order in which to sort the results.
|
|
583
|
-
* @param expand Specifies the fields to expand in the response.
|
|
584
|
-
* @param deleted Specifies whether to include deleted notifications.
|
|
585
|
-
* @param name Specifies the name of the notifications.
|
|
586
|
-
*/
|
|
587
|
-
getNotifications(limit?: number, skip?: number, order?: SortOrder, expand?: Array<NotificationResponseExpandable>, deleted?: boolean, name?: string, _options?: Configuration): Observable<NotificationListResponse>;
|
|
588
|
-
}
|
|
589
528
|
import { PaymasterApiRequestFactory, PaymasterApiResponseProcessor } from "../apis/PaymasterApi";
|
|
590
529
|
export declare class ObservablePaymasterApi {
|
|
591
530
|
private requestFactory;
|
|
@@ -867,17 +806,82 @@ export declare class ObservableSettingsApi {
|
|
|
867
806
|
* @param address Specifies the address
|
|
868
807
|
*/
|
|
869
808
|
getVerificationPayload(address: string, _options?: Configuration): Observable<DeveloperAccountGetMessageResponse>;
|
|
809
|
+
}
|
|
810
|
+
import { SubscriptionsApiRequestFactory, SubscriptionsApiResponseProcessor } from "../apis/SubscriptionsApi";
|
|
811
|
+
export declare class ObservableSubscriptionsApi {
|
|
812
|
+
private requestFactory;
|
|
813
|
+
private responseProcessor;
|
|
814
|
+
private configuration;
|
|
815
|
+
constructor(configuration: Configuration, requestFactory?: SubscriptionsApiRequestFactory, responseProcessor?: SubscriptionsApiResponseProcessor);
|
|
816
|
+
/**
|
|
817
|
+
* Creates a subscription for the given project. This object represents the subscription where the project owner has subscribed to.
|
|
818
|
+
* Create subscription for project.
|
|
819
|
+
* @param createSubscriptionRequest
|
|
820
|
+
*/
|
|
821
|
+
createSubscription(createSubscriptionRequest: CreateSubscriptionRequest, _options?: Configuration): Observable<SubscriptionResponse>;
|
|
822
|
+
/**
|
|
823
|
+
* Creates a trigger for the given subscription. This object represents the trigger where the subscription owner has subscribed to.
|
|
824
|
+
* Create trigger for subscription.
|
|
825
|
+
* @param id Specifies the unique subscription ID (starts with sub_).
|
|
826
|
+
* @param createTriggerRequest
|
|
827
|
+
*/
|
|
828
|
+
createTrigger(id: string, createTriggerRequest: CreateTriggerRequest, _options?: Configuration): Observable<TriggerResponse>;
|
|
829
|
+
/**
|
|
830
|
+
* Deletes a subscription for the given project. This object represents the subscription where the project owner has subscribed to.
|
|
831
|
+
* Delete subscription of project.
|
|
832
|
+
* @param id Specifies the unique subscription ID (starts with sub_).
|
|
833
|
+
*/
|
|
834
|
+
deleteSubscription(id: string, _options?: Configuration): Observable<SubscriptionDeleteResponse>;
|
|
835
|
+
/**
|
|
836
|
+
* Deletes a trigger for the given subscription. This object represents the trigger where the subscription owner has subscribed to.
|
|
837
|
+
* Delete trigger of subscription.
|
|
838
|
+
* @param id Specifies the unique subscription ID (starts with sub_).
|
|
839
|
+
* @param triggerId Specifies the unique subscription ID (starts with sub_).
|
|
840
|
+
*/
|
|
841
|
+
deleteTrigger(id: string, triggerId: string, _options?: Configuration): Observable<TriggerDeleteResponse>;
|
|
870
842
|
/**
|
|
871
|
-
*
|
|
872
|
-
*
|
|
843
|
+
* Returns a subscription for the given project. This object represents the subscription where the project owner has subscribed to.
|
|
844
|
+
* Get subscription of project.
|
|
845
|
+
* @param id Specifies the unique subscription ID (starts with sub_).
|
|
846
|
+
*/
|
|
847
|
+
getSubscription(id: string, _options?: Configuration): Observable<SubscriptionResponse>;
|
|
848
|
+
/**
|
|
849
|
+
* Returns a list of subscriptions for the given project. This object represents the subscriptions where the project owner has subscribed to. Subscriptions are returned sorted by creation date, with the most recently created subscriptions appearing first. By default, a maximum of 10 subscriptions are shown per page.
|
|
850
|
+
* List subscriptions of project.
|
|
851
|
+
*/
|
|
852
|
+
getSubscriptions(_options?: Configuration): Observable<SubscriptionListResponse>;
|
|
853
|
+
/**
|
|
854
|
+
* Returns a trigger for the given id. This object represents the trigger where the subscription owner has subscribed to.
|
|
855
|
+
* Get trigger by id.
|
|
856
|
+
* @param id Specifies the unique subscription ID (starts with sub_).
|
|
857
|
+
* @param triggerId Specifies the unique subscription ID (starts with sub_).
|
|
858
|
+
*/
|
|
859
|
+
getTrigger(id: string, triggerId: string, _options?: Configuration): Observable<TriggerResponse>;
|
|
860
|
+
/**
|
|
861
|
+
* Returns a list of triggers for the given subscription. This object represents the triggers where the subscription owner has subscribed to. Triggers are returned sorted by creation date, with the most recently created triggers appearing first. By default, a maximum of 10 triggers are shown per page.
|
|
862
|
+
* List triggers of subscription.
|
|
863
|
+
* @param id Specifies the unique subscription ID (starts with sub_).
|
|
864
|
+
*/
|
|
865
|
+
getTriggers(id: string, _options?: Configuration): Observable<BaseEntityListResponseTriggerResponse>;
|
|
866
|
+
/**
|
|
867
|
+
* Lists logs of the triggered subscriptions for the given project. This object represents the logs of the triggered subscriptions where the project owner has subscribed to.
|
|
868
|
+
* List logs of triggered subscriptions.
|
|
869
|
+
* @param limit Specifies the maximum number of records to return.
|
|
870
|
+
* @param skip Specifies the offset for the first records to return.
|
|
871
|
+
* @param order Specifies the order in which to sort the results.
|
|
872
|
+
* @param topic Specifies the topic of the subscription logs
|
|
873
|
+
* @param status Specifies the status of the subscription logs
|
|
874
|
+
* @param object Specifies the object ID of the object related to triggered notification
|
|
875
|
+
* @param subscription Specifies the subscription ID
|
|
876
|
+
* @param trigger Specifies the trigger ID
|
|
877
|
+
* @param requestID Specifies the request ID
|
|
873
878
|
*/
|
|
874
|
-
|
|
879
|
+
listSubscriptionLogs(limit?: number, skip?: number, order?: SortOrder, topic?: APITopic, status?: Status, object?: string, subscription?: string, trigger?: string, requestID?: string, _options?: Configuration): Observable<BaseEntityListResponseLogResponse>;
|
|
875
880
|
/**
|
|
876
|
-
*
|
|
877
|
-
*
|
|
878
|
-
* @param settingsWebhookUpdateRequest
|
|
881
|
+
* Test a trigger Returns a trigger for the given id.
|
|
882
|
+
* Test trigger by id.
|
|
879
883
|
*/
|
|
880
|
-
|
|
884
|
+
testTrigger(_options?: Configuration): Observable<void>;
|
|
881
885
|
}
|
|
882
886
|
import { TransactionIntentsApiRequestFactory, TransactionIntentsApiResponseProcessor } from "../apis/TransactionIntentsApi";
|
|
883
887
|
export declare class ObservableTransactionIntentsApi {
|