@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.
Files changed (249) hide show
  1. package/dist/apis/eventsApiWrapper.d.ts +28 -0
  2. package/dist/apis/eventsApiWrapper.js +56 -0
  3. package/dist/apis/eventsApiWrapper.js.map +1 -0
  4. package/dist/apis/iamApiWrapper.d.ts +11 -1
  5. package/dist/apis/iamApiWrapper.js +42 -0
  6. package/dist/apis/iamApiWrapper.js.map +1 -1
  7. package/dist/apis/policiesApiWrapper.js +2 -2
  8. package/dist/apis/policiesApiWrapper.js.map +1 -1
  9. package/dist/apis/settingsApiWrapper.d.ts +0 -9
  10. package/dist/apis/settingsApiWrapper.js +0 -13
  11. package/dist/apis/settingsApiWrapper.js.map +1 -1
  12. package/dist/apis/subscriptionsApiWrapper.d.ts +28 -0
  13. package/dist/apis/{notificationsApiWrapper.js → subscriptionsApiWrapper.js} +21 -21
  14. package/dist/apis/subscriptionsApiWrapper.js.map +1 -0
  15. package/dist/generated/apis/AdminAuthenticationApi.d.ts +16 -0
  16. package/dist/generated/apis/AdminAuthenticationApi.js +61 -0
  17. package/dist/generated/apis/AdminAuthenticationApi.js.map +1 -1
  18. package/dist/generated/apis/EventsApi.d.ts +75 -0
  19. package/dist/generated/apis/{NotificationsApi.js → EventsApi.js} +57 -67
  20. package/dist/generated/apis/EventsApi.js.map +1 -0
  21. package/dist/generated/apis/SettingsApi.d.ts +0 -28
  22. package/dist/generated/apis/SettingsApi.js +0 -108
  23. package/dist/generated/apis/SettingsApi.js.map +1 -1
  24. package/dist/generated/apis/SubscriptionsApi.d.ts +171 -0
  25. package/dist/generated/apis/SubscriptionsApi.js +616 -0
  26. package/dist/generated/apis/SubscriptionsApi.js.map +1 -0
  27. package/dist/generated/index.d.ts +1 -1
  28. package/dist/generated/index.js +3 -4
  29. package/dist/generated/index.js.map +1 -1
  30. package/dist/generated/models/{EntityTypeNOTIFICATIONSUBSCRIPTION.js → APITopic.d.ts} +1 -3
  31. package/dist/generated/models/{SubscriptionType.js → APITopic.js} +1 -1
  32. package/dist/generated/models/APITopic.js.map +1 -0
  33. package/dist/generated/models/{EntityTypeNOTIFICATIONTRIGGER.d.ts → APITopicBALANCECONTRACT.d.ts} +1 -1
  34. package/dist/generated/models/{NotificationTriggerType.js → APITopicBALANCECONTRACT.js} +1 -1
  35. package/dist/generated/models/APITopicBALANCECONTRACT.js.map +1 -0
  36. package/dist/generated/models/{NotificationTriggerTypeCONTRACTTRIGGER.d.ts → APITopicBALANCEDEVACCOUNT.d.ts} +1 -1
  37. package/dist/generated/models/{EntityTypeNOTIFICATIONTRIGGER.js → APITopicBALANCEDEVACCOUNT.js} +1 -1
  38. package/dist/generated/models/APITopicBALANCEDEVACCOUNT.js.map +1 -0
  39. package/dist/generated/models/APITopicBALANCEPROJECT.d.ts +12 -0
  40. package/dist/generated/models/{EntityTypeNOTIFICATION.js → APITopicBALANCEPROJECT.js} +1 -1
  41. package/dist/generated/models/APITopicBALANCEPROJECT.js.map +1 -0
  42. package/dist/generated/models/{NotificationResponseExpandable.d.ts → APITopicTRANSACTIONSUCCESSFUL.d.ts} +1 -1
  43. package/dist/generated/models/APITopicTRANSACTIONSUCCESSFUL.js +14 -0
  44. package/dist/generated/models/APITopicTRANSACTIONSUCCESSFUL.js.map +1 -0
  45. package/dist/generated/models/{SubscriptionType.d.ts → APITriggerType.d.ts} +1 -1
  46. package/dist/generated/models/APITriggerType.js +14 -0
  47. package/dist/generated/models/APITriggerType.js.map +1 -0
  48. package/dist/generated/models/{AccountNotificationTriggerResponseAccount.d.ts → AccountEventResponse.d.ts} +8 -7
  49. package/dist/generated/models/{AccountNotificationTriggerResponse.js → AccountEventResponse.js} +14 -14
  50. package/dist/generated/models/AccountEventResponse.js.map +1 -0
  51. package/dist/generated/models/AuthPlayerResponseWithRecoveryShare.d.ts +36 -0
  52. package/dist/generated/models/AuthPlayerResponseWithRecoveryShare.js +62 -0
  53. package/dist/generated/models/AuthPlayerResponseWithRecoveryShare.js.map +1 -0
  54. package/dist/generated/models/AuthenticateOAuthRequest.d.ts +5 -0
  55. package/dist/generated/models/AuthenticateOAuthRequest.js +6 -0
  56. package/dist/generated/models/AuthenticateOAuthRequest.js.map +1 -1
  57. package/dist/generated/models/{NotificationSubscriptionDeleteResponse.d.ts → BalanceEventResponse.d.ts} +7 -4
  58. package/dist/generated/models/{NotificationSubscription.js → BalanceEventResponse.js} +14 -14
  59. package/dist/generated/models/BalanceEventResponse.js.map +1 -0
  60. package/dist/generated/models/{NotificationSubscriptionListResponse.d.ts → BaseEntityListResponseLogResponse.d.ts} +3 -3
  61. package/dist/generated/models/{NotificationTriggerListResponse.js → BaseEntityListResponseLogResponse.js} +8 -8
  62. package/dist/generated/models/BaseEntityListResponseLogResponse.js.map +1 -0
  63. package/dist/generated/models/{NotificationTriggerListResponse.d.ts → BaseEntityListResponseTriggerResponse.d.ts} +3 -3
  64. package/dist/generated/models/{NotificationSubscriptionListResponse.js → BaseEntityListResponseTriggerResponse.js} +8 -8
  65. package/dist/generated/models/BaseEntityListResponseTriggerResponse.js.map +1 -0
  66. package/dist/generated/models/{BalanceNotificationTriggerResponse.d.ts → ContractEventResponse.d.ts} +9 -5
  67. package/dist/generated/models/{ContractNotificationTriggerResponse.js → ContractEventResponse.js} +12 -12
  68. package/dist/generated/models/ContractEventResponse.js.map +1 -0
  69. package/dist/generated/models/ContractPolicyRuleResponse.d.ts +2 -2
  70. package/dist/generated/models/ContractPolicyRuleResponse.js +1 -1
  71. package/dist/generated/models/ContractPolicyRuleResponse.js.map +1 -1
  72. package/dist/generated/models/{ContractNotificationTriggerResponseContract.d.ts → ContractPolicyRuleResponseContract.d.ts} +1 -1
  73. package/dist/generated/models/{ContractNotificationTriggerResponseContract.js → ContractPolicyRuleResponseContract.js} +7 -7
  74. package/dist/generated/models/ContractPolicyRuleResponseContract.js.map +1 -0
  75. package/dist/generated/models/{CreateNotificationRequest.d.ts → CreateAuthPlayerRequest.d.ts} +9 -3
  76. package/dist/generated/models/CreateAuthPlayerRequest.js +44 -0
  77. package/dist/generated/models/CreateAuthPlayerRequest.js.map +1 -0
  78. package/dist/generated/models/{CreateNotificationTriggerRequest.d.ts → CreateEventRequest.d.ts} +19 -15
  79. package/dist/generated/models/{CreateNotificationTriggerRequest.js → CreateEventRequest.js} +27 -21
  80. package/dist/generated/models/CreateEventRequest.js.map +1 -0
  81. package/dist/generated/models/{ProjectWebhookRequest.d.ts → CreateSubscriptionRequest.d.ts} +6 -4
  82. package/dist/generated/models/{ProjectWebhookRequest.js → CreateSubscriptionRequest.js} +13 -13
  83. package/dist/generated/models/CreateSubscriptionRequest.js.map +1 -0
  84. package/dist/generated/models/{CreateNotificationSubscriptionRequest.d.ts → CreateTriggerRequest.d.ts} +7 -7
  85. package/dist/generated/models/{CreateNotificationSubscriptionRequest.js → CreateTriggerRequest.js} +14 -14
  86. package/dist/generated/models/CreateTriggerRequest.js.map +1 -0
  87. package/dist/generated/models/{EntityTypeNOTIFICATION.d.ts → EntityTypeEVENT.d.ts} +1 -1
  88. package/dist/generated/models/EntityTypeEVENT.js +14 -0
  89. package/dist/generated/models/EntityTypeEVENT.js.map +1 -0
  90. package/dist/generated/models/EntityTypeLOG.d.ts +12 -0
  91. package/dist/generated/models/EntityTypeLOG.js +14 -0
  92. package/dist/generated/models/EntityTypeLOG.js.map +1 -0
  93. package/dist/generated/models/EntityTypeSUBSCRIPTION.d.ts +12 -0
  94. package/dist/generated/models/EntityTypeSUBSCRIPTION.js +14 -0
  95. package/dist/generated/models/EntityTypeSUBSCRIPTION.js.map +1 -0
  96. package/dist/generated/models/EntityTypeTRIGGER.d.ts +12 -0
  97. package/dist/generated/models/EntityTypeTRIGGER.js +14 -0
  98. package/dist/generated/models/EntityTypeTRIGGER.js.map +1 -0
  99. package/dist/generated/models/{NotificationDeleteResponse.d.ts → EventDeleteResponse.d.ts} +3 -3
  100. package/dist/generated/models/{NotificationTriggerDeleteResponse.js → EventDeleteResponse.js} +8 -8
  101. package/dist/generated/models/EventDeleteResponse.js.map +1 -0
  102. package/dist/generated/models/{NotificationSubscriptionListQueries.d.ts → EventListQueries.d.ts} +7 -3
  103. package/dist/generated/models/{NotificationListQueries.js → EventListQueries.js} +10 -16
  104. package/dist/generated/models/EventListQueries.js.map +1 -0
  105. package/dist/generated/models/{SettingsWebhookUpdateRequest.d.ts → EventListResponse.d.ts} +8 -4
  106. package/dist/generated/models/{NotificationListResponse.js → EventListResponse.js} +8 -8
  107. package/dist/generated/models/EventListResponse.js.map +1 -0
  108. package/dist/generated/models/{ContractNotificationTriggerResponse.d.ts → EventResponse.d.ts} +10 -7
  109. package/dist/generated/models/{NotificationTriggerResponse.js → EventResponse.js} +21 -15
  110. package/dist/generated/models/EventResponse.js.map +1 -0
  111. package/dist/generated/models/{NotificationListQueries.d.ts → ListSubscriptionLogsRequest.d.ts} +15 -8
  112. package/dist/generated/models/ListSubscriptionLogsRequest.js +80 -0
  113. package/dist/generated/models/ListSubscriptionLogsRequest.js.map +1 -0
  114. package/dist/generated/models/LogResponse.d.ts +38 -0
  115. package/dist/generated/models/{AccountNotificationTriggerResponseAccount.js → LogResponse.js} +25 -19
  116. package/dist/generated/models/LogResponse.js.map +1 -0
  117. package/dist/generated/models/ObjectSerializer.d.ts +33 -34
  118. package/dist/generated/models/ObjectSerializer.js +88 -93
  119. package/dist/generated/models/ObjectSerializer.js.map +1 -1
  120. package/dist/generated/models/PolicyResponsePolicyRulesInner.d.ts +2 -2
  121. package/dist/generated/models/PolicyResponsePolicyRulesInner.js +1 -1
  122. package/dist/generated/models/PolicyResponsePolicyRulesInner.js.map +1 -1
  123. package/dist/generated/models/PolicyRuleResponse.d.ts +2 -2
  124. package/dist/generated/models/PolicyRuleResponse.js +1 -1
  125. package/dist/generated/models/PolicyRuleResponse.js.map +1 -1
  126. package/dist/generated/models/Status.d.ts +12 -0
  127. package/dist/generated/models/Status.js +14 -0
  128. package/dist/generated/models/Status.js.map +1 -0
  129. package/dist/generated/models/{NotificationTriggerDeleteResponse.d.ts → SubscriptionDeleteResponse.d.ts} +3 -3
  130. package/dist/generated/models/{NotificationDeleteResponse.js → SubscriptionDeleteResponse.js} +8 -8
  131. package/dist/generated/models/{NotificationDeleteResponse.js.map → SubscriptionDeleteResponse.js.map} +1 -1
  132. package/dist/generated/models/{NotificationListResponse.d.ts → SubscriptionListResponse.d.ts} +3 -3
  133. package/dist/generated/models/SubscriptionListResponse.js +62 -0
  134. package/dist/generated/models/{NotificationListResponse.js.map → SubscriptionListResponse.js.map} +1 -1
  135. package/dist/generated/models/{NotificationResponseSubscriptionsInner.d.ts → TransactionConfirmedEventResponse.d.ts} +6 -6
  136. package/dist/generated/models/{BalanceNotificationTriggerResponse.js → TransactionConfirmedEventResponse.js} +15 -15
  137. package/dist/generated/models/TransactionConfirmedEventResponse.js.map +1 -0
  138. package/dist/generated/models/{PickDeveloperAccountId.d.ts → TriggerDeleteResponse.d.ts} +4 -4
  139. package/dist/generated/models/{NotificationSubscriptionDeleteResponse.js → TriggerDeleteResponse.js} +8 -8
  140. package/dist/generated/models/TriggerDeleteResponse.js.map +1 -0
  141. package/dist/generated/models/{NotificationSubscription.d.ts → TriggerResponse.d.ts} +7 -5
  142. package/dist/generated/models/{NotificationResponseSubscriptionsInner.js → TriggerResponse.js} +23 -11
  143. package/dist/generated/models/TriggerResponse.js.map +1 -0
  144. package/dist/generated/models/UpdateProjectApiKeyRequest.d.ts +4 -0
  145. package/dist/generated/models/UpdateProjectApiKeyRequest.js +6 -0
  146. package/dist/generated/models/UpdateProjectApiKeyRequest.js.map +1 -1
  147. package/dist/generated/models/all.d.ts +33 -34
  148. package/dist/generated/models/all.js +33 -34
  149. package/dist/generated/models/all.js.map +1 -1
  150. package/dist/generated/types/ObjectParamAPI.d.ts +309 -285
  151. package/dist/generated/types/ObjectParamAPI.js +146 -145
  152. package/dist/generated/types/ObjectParamAPI.js.map +1 -1
  153. package/dist/generated/types/ObservableAPI.d.ts +130 -126
  154. package/dist/generated/types/ObservableAPI.js +318 -304
  155. package/dist/generated/types/ObservableAPI.js.map +1 -1
  156. package/dist/generated/types/PromiseAPI.d.ts +126 -120
  157. package/dist/generated/types/PromiseAPI.js +174 -170
  158. package/dist/generated/types/PromiseAPI.js.map +1 -1
  159. package/dist/index.d.ts +4 -6
  160. package/dist/index.js +6 -10
  161. package/dist/index.js.map +1 -1
  162. package/dist/models/getEventRequest.d.ts +3 -0
  163. package/dist/models/{getNotificationRequest.js → getEventRequest.js} +1 -1
  164. package/dist/models/getEventRequest.js.map +1 -0
  165. package/dist/models/getSubscriptionRequest.d.ts +3 -0
  166. package/dist/models/{getNotificationTriggerRequest.js → getSubscriptionRequest.js} +1 -1
  167. package/dist/models/getSubscriptionRequest.js.map +1 -0
  168. package/dist/models/preGenerateEmbeddedAccountRequest.d.ts +10 -0
  169. package/dist/models/preGenerateEmbeddedAccountRequest.js +9 -0
  170. package/dist/models/preGenerateEmbeddedAccountRequest.js.map +1 -0
  171. package/dist/version.d.ts +1 -1
  172. package/dist/version.js +1 -1
  173. package/package.json +4 -3
  174. package/tsconfig.tsbuildinfo +1 -1
  175. package/dist/apis/notificationSubscriptionsApiWrapper.d.ts +0 -28
  176. package/dist/apis/notificationSubscriptionsApiWrapper.js +0 -56
  177. package/dist/apis/notificationSubscriptionsApiWrapper.js.map +0 -1
  178. package/dist/apis/notificationTriggersApiWrapper.d.ts +0 -28
  179. package/dist/apis/notificationTriggersApiWrapper.js +0 -56
  180. package/dist/apis/notificationTriggersApiWrapper.js.map +0 -1
  181. package/dist/apis/notificationsApiWrapper.d.ts +0 -29
  182. package/dist/apis/notificationsApiWrapper.js.map +0 -1
  183. package/dist/generated/apis/NotificationSubscriptionsApi.d.ts +0 -74
  184. package/dist/generated/apis/NotificationSubscriptionsApi.js +0 -257
  185. package/dist/generated/apis/NotificationSubscriptionsApi.js.map +0 -1
  186. package/dist/generated/apis/NotificationTriggersApi.d.ts +0 -74
  187. package/dist/generated/apis/NotificationTriggersApi.js +0 -257
  188. package/dist/generated/apis/NotificationTriggersApi.js.map +0 -1
  189. package/dist/generated/apis/NotificationsApi.d.ts +0 -78
  190. package/dist/generated/apis/NotificationsApi.js.map +0 -1
  191. package/dist/generated/models/AccountNotificationTriggerResponse.d.ts +0 -37
  192. package/dist/generated/models/AccountNotificationTriggerResponse.js.map +0 -1
  193. package/dist/generated/models/AccountNotificationTriggerResponseAccount.js.map +0 -1
  194. package/dist/generated/models/BalanceNotificationTriggerResponse.js.map +0 -1
  195. package/dist/generated/models/ContractNotificationTriggerResponse.js.map +0 -1
  196. package/dist/generated/models/ContractNotificationTriggerResponseContract.js.map +0 -1
  197. package/dist/generated/models/CreateNotificationRequest.js +0 -32
  198. package/dist/generated/models/CreateNotificationRequest.js.map +0 -1
  199. package/dist/generated/models/CreateNotificationSubscriptionRequest.js.map +0 -1
  200. package/dist/generated/models/CreateNotificationTriggerRequest.js.map +0 -1
  201. package/dist/generated/models/EntityTypeNOTIFICATION.js.map +0 -1
  202. package/dist/generated/models/EntityTypeNOTIFICATIONSUBSCRIPTION.d.ts +0 -12
  203. package/dist/generated/models/EntityTypeNOTIFICATIONSUBSCRIPTION.js.map +0 -1
  204. package/dist/generated/models/EntityTypeNOTIFICATIONTRIGGER.js.map +0 -1
  205. package/dist/generated/models/NotificationListQueries.js.map +0 -1
  206. package/dist/generated/models/NotificationResponse.d.ts +0 -38
  207. package/dist/generated/models/NotificationResponse.js +0 -74
  208. package/dist/generated/models/NotificationResponse.js.map +0 -1
  209. package/dist/generated/models/NotificationResponseExpandable.js +0 -14
  210. package/dist/generated/models/NotificationResponseExpandable.js.map +0 -1
  211. package/dist/generated/models/NotificationResponseSubscriptionsInner.js.map +0 -1
  212. package/dist/generated/models/NotificationResponseTriggersInner.d.ts +0 -41
  213. package/dist/generated/models/NotificationResponseTriggersInner.js +0 -86
  214. package/dist/generated/models/NotificationResponseTriggersInner.js.map +0 -1
  215. package/dist/generated/models/NotificationSubscription.js.map +0 -1
  216. package/dist/generated/models/NotificationSubscriptionDeleteResponse.js.map +0 -1
  217. package/dist/generated/models/NotificationSubscriptionListQueries.js +0 -50
  218. package/dist/generated/models/NotificationSubscriptionListQueries.js.map +0 -1
  219. package/dist/generated/models/NotificationSubscriptionListResponse.js.map +0 -1
  220. package/dist/generated/models/NotificationTriggerDeleteResponse.js.map +0 -1
  221. package/dist/generated/models/NotificationTriggerListQueries.d.ts +0 -41
  222. package/dist/generated/models/NotificationTriggerListQueries.js +0 -50
  223. package/dist/generated/models/NotificationTriggerListQueries.js.map +0 -1
  224. package/dist/generated/models/NotificationTriggerListResponse.js.map +0 -1
  225. package/dist/generated/models/NotificationTriggerResponse.d.ts +0 -41
  226. package/dist/generated/models/NotificationTriggerResponse.js.map +0 -1
  227. package/dist/generated/models/NotificationTriggerType.d.ts +0 -12
  228. package/dist/generated/models/NotificationTriggerType.js.map +0 -1
  229. package/dist/generated/models/NotificationTriggerTypeCONTRACTTRIGGER.js +0 -14
  230. package/dist/generated/models/NotificationTriggerTypeCONTRACTTRIGGER.js.map +0 -1
  231. package/dist/generated/models/NotificationTriggerTypeDEVELOPERACCOUNTTRIGGER.d.ts +0 -12
  232. package/dist/generated/models/NotificationTriggerTypeDEVELOPERACCOUNTTRIGGER.js +0 -14
  233. package/dist/generated/models/NotificationTriggerTypeDEVELOPERACCOUNTTRIGGER.js.map +0 -1
  234. package/dist/generated/models/NotificationTriggerTypePROJECTBALANCETRIGGER.d.ts +0 -12
  235. package/dist/generated/models/NotificationTriggerTypePROJECTBALANCETRIGGER.js +0 -14
  236. package/dist/generated/models/NotificationTriggerTypePROJECTBALANCETRIGGER.js.map +0 -1
  237. package/dist/generated/models/PickDeveloperAccountId.js +0 -35
  238. package/dist/generated/models/PickDeveloperAccountId.js.map +0 -1
  239. package/dist/generated/models/ProjectWebhookRequest.js.map +0 -1
  240. package/dist/generated/models/SettingsWebhookUpdateRequest.js +0 -32
  241. package/dist/generated/models/SettingsWebhookUpdateRequest.js.map +0 -1
  242. package/dist/generated/models/SubscriptionType.js.map +0 -1
  243. package/dist/models/getNotificationRequest.d.ts +0 -4
  244. package/dist/models/getNotificationRequest.js.map +0 -1
  245. package/dist/models/getNotificationSubscriptionRequest.d.ts +0 -3
  246. package/dist/models/getNotificationSubscriptionRequest.js +0 -3
  247. package/dist/models/getNotificationSubscriptionRequest.js.map +0 -1
  248. package/dist/models/getNotificationTriggerRequest.d.ts +0 -3
  249. package/dist/models/getNotificationTriggerRequest.js.map +0 -1
@@ -1,12 +1,16 @@
1
1
  import { Configuration } from '../configuration';
2
+ import { APITopic } from '../models/APITopic';
2
3
  import { AccountListResponse } from '../models/AccountListResponse';
3
4
  import { AccountResponse } from '../models/AccountResponse';
4
5
  import { AccountResponseExpandable } from '../models/AccountResponseExpandable';
5
6
  import { AuthPlayerListResponse } from '../models/AuthPlayerListResponse';
6
7
  import { AuthPlayerResponse } from '../models/AuthPlayerResponse';
8
+ import { AuthPlayerResponseWithRecoveryShare } from '../models/AuthPlayerResponseWithRecoveryShare';
7
9
  import { AuthResponse } from '../models/AuthResponse';
8
10
  import { AuthSessionResponse } from '../models/AuthSessionResponse';
9
11
  import { AuthenticateOAuthRequest } from '../models/AuthenticateOAuthRequest';
12
+ import { BaseEntityListResponseLogResponse } from '../models/BaseEntityListResponseLogResponse';
13
+ import { BaseEntityListResponseTriggerResponse } from '../models/BaseEntityListResponseTriggerResponse';
10
14
  import { CancelTransferOwnershipRequest } from '../models/CancelTransferOwnershipRequest';
11
15
  import { CompleteRecoveryRequest } from '../models/CompleteRecoveryRequest';
12
16
  import { ContractDeleteResponse } from '../models/ContractDeleteResponse';
@@ -14,16 +18,17 @@ import { ContractListResponse } from '../models/ContractListResponse';
14
18
  import { ContractReadResponse } from '../models/ContractReadResponse';
15
19
  import { ContractResponse } from '../models/ContractResponse';
16
20
  import { CreateAccountRequest } from '../models/CreateAccountRequest';
21
+ import { CreateAuthPlayerRequest } from '../models/CreateAuthPlayerRequest';
17
22
  import { CreateContractRequest } from '../models/CreateContractRequest';
23
+ import { CreateEventRequest } from '../models/CreateEventRequest';
18
24
  import { CreateExchangeRequest } from '../models/CreateExchangeRequest';
19
- import { CreateNotificationRequest } from '../models/CreateNotificationRequest';
20
- import { CreateNotificationSubscriptionRequest } from '../models/CreateNotificationSubscriptionRequest';
21
- import { CreateNotificationTriggerRequest } from '../models/CreateNotificationTriggerRequest';
22
25
  import { CreatePaymasterRequest } from '../models/CreatePaymasterRequest';
23
26
  import { CreatePolicyRequest } from '../models/CreatePolicyRequest';
24
27
  import { CreatePolicyRuleRequest } from '../models/CreatePolicyRuleRequest';
25
28
  import { CreateSessionRequest } from '../models/CreateSessionRequest';
29
+ import { CreateSubscriptionRequest } from '../models/CreateSubscriptionRequest';
26
30
  import { CreateTransactionIntentRequest } from '../models/CreateTransactionIntentRequest';
31
+ import { CreateTriggerRequest } from '../models/CreateTriggerRequest';
27
32
  import { CreateWeb3ConnectionRequest } from '../models/CreateWeb3ConnectionRequest';
28
33
  import { DeployRequest } from '../models/DeployRequest';
29
34
  import { DeprecatedAuthenticatedPlayerResponse } from '../models/DeprecatedAuthenticatedPlayerResponse';
@@ -34,22 +39,15 @@ import { DeveloperAccountListResponse } from '../models/DeveloperAccountListResp
34
39
  import { DeveloperAccountResponse } from '../models/DeveloperAccountResponse';
35
40
  import { DeveloperAccountResponseExpandable } from '../models/DeveloperAccountResponseExpandable';
36
41
  import { EstimateTransactionIntentGasResult } from '../models/EstimateTransactionIntentGasResult';
42
+ import { EventDeleteResponse } from '../models/EventDeleteResponse';
43
+ import { EventListResponse } from '../models/EventListResponse';
44
+ import { EventResponse } from '../models/EventResponse';
37
45
  import { GasReportListResponse } from '../models/GasReportListResponse';
38
46
  import { InventoryListResponse } from '../models/InventoryListResponse';
39
47
  import { InventoryResponse } from '../models/InventoryResponse';
40
48
  import { JwtKeyResponse } from '../models/JwtKeyResponse';
41
49
  import { LoginRequest } from '../models/LoginRequest';
42
50
  import { LogoutRequest } from '../models/LogoutRequest';
43
- import { NotificationDeleteResponse } from '../models/NotificationDeleteResponse';
44
- import { NotificationListResponse } from '../models/NotificationListResponse';
45
- import { NotificationResponse } from '../models/NotificationResponse';
46
- import { NotificationResponseExpandable } from '../models/NotificationResponseExpandable';
47
- import { NotificationSubscription } from '../models/NotificationSubscription';
48
- import { NotificationSubscriptionDeleteResponse } from '../models/NotificationSubscriptionDeleteResponse';
49
- import { NotificationSubscriptionListResponse } from '../models/NotificationSubscriptionListResponse';
50
- import { NotificationTriggerDeleteResponse } from '../models/NotificationTriggerDeleteResponse';
51
- import { NotificationTriggerListResponse } from '../models/NotificationTriggerListResponse';
52
- import { NotificationTriggerResponse } from '../models/NotificationTriggerResponse';
53
51
  import { OAuthConfig } from '../models/OAuthConfig';
54
52
  import { OAuthConfigListResponse } from '../models/OAuthConfigListResponse';
55
53
  import { OAuthInitRequest } from '../models/OAuthInitRequest';
@@ -83,19 +81,24 @@ import { SIWERequest } from '../models/SIWERequest';
83
81
  import { SessionListResponse } from '../models/SessionListResponse';
84
82
  import { SessionResponse } from '../models/SessionResponse';
85
83
  import { SessionResponseExpandable } from '../models/SessionResponseExpandable';
86
- import { SettingsWebhookUpdateRequest } from '../models/SettingsWebhookUpdateRequest';
87
84
  import { SignPayloadRequest } from '../models/SignPayloadRequest';
88
85
  import { SignPayloadResponse } from '../models/SignPayloadResponse';
89
86
  import { SignatureRequest } from '../models/SignatureRequest';
90
87
  import { SignupRequest } from '../models/SignupRequest';
91
88
  import { SortOrder } from '../models/SortOrder';
92
89
  import { StartRecoveryRequest } from '../models/StartRecoveryRequest';
90
+ import { Status } from '../models/Status';
93
91
  import { SubmitWeb3ActionRequest } from '../models/SubmitWeb3ActionRequest';
92
+ import { SubscriptionDeleteResponse } from '../models/SubscriptionDeleteResponse';
93
+ import { SubscriptionListResponse } from '../models/SubscriptionListResponse';
94
+ import { SubscriptionResponse } from '../models/SubscriptionResponse';
94
95
  import { ThirdPartyOAuthRequest } from '../models/ThirdPartyOAuthRequest';
95
96
  import { TransactionIntentListResponse } from '../models/TransactionIntentListResponse';
96
97
  import { TransactionIntentResponse } from '../models/TransactionIntentResponse';
97
98
  import { TransactionIntentResponseExpandable } from '../models/TransactionIntentResponseExpandable';
98
99
  import { TransferOwnershipRequest } from '../models/TransferOwnershipRequest';
100
+ import { TriggerDeleteResponse } from '../models/TriggerDeleteResponse';
101
+ import { TriggerResponse } from '../models/TriggerResponse';
99
102
  import { UnlinkRequest } from '../models/UnlinkRequest';
100
103
  import { UpdateContractRequest } from '../models/UpdateContractRequest';
101
104
  import { UpdatePolicyRequest } from '../models/UpdatePolicyRequest';
@@ -316,6 +319,14 @@ export declare class ObjectAccountsApi {
316
319
  syncAccount(param: AccountsApiSyncAccountRequest, options?: Configuration): Promise<AccountResponse>;
317
320
  }
318
321
  import { AdminAuthenticationApiRequestFactory, AdminAuthenticationApiResponseProcessor } from "../apis/AdminAuthenticationApi";
322
+ export interface AdminAuthenticationApiCreateAuthPlayerRequest {
323
+ /**
324
+ *
325
+ * @type CreateAuthPlayerRequest
326
+ * @memberof AdminAuthenticationApicreateAuthPlayer
327
+ */
328
+ createAuthPlayerRequest: CreateAuthPlayerRequest;
329
+ }
319
330
  export interface AdminAuthenticationApiCreateOAuthConfigRequest {
320
331
  /**
321
332
  * Specifies the oauth provider specific configuration.
@@ -415,6 +426,12 @@ export interface AdminAuthenticationApiVerifyOAuthTokenRequest {
415
426
  export declare class ObjectAdminAuthenticationApi {
416
427
  private api;
417
428
  constructor(configuration: Configuration, requestFactory?: AdminAuthenticationApiRequestFactory, responseProcessor?: AdminAuthenticationApiResponseProcessor);
429
+ /**
430
+ * 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.
431
+ * Create an authenticated player for a third party authentication provider.
432
+ * @param param the request object
433
+ */
434
+ createAuthPlayer(param: AdminAuthenticationApiCreateAuthPlayerRequest, options?: Configuration): Promise<AuthPlayerResponseWithRecoveryShare>;
418
435
  /**
419
436
  * The endpoint creates oauth configuration for the current project environment.
420
437
  * Create oauth configuration.
@@ -852,6 +869,91 @@ export declare class ObjectContractsApi {
852
869
  */
853
870
  updateContract(param: ContractsApiUpdateContractRequest, options?: Configuration): Promise<ContractResponse>;
854
871
  }
872
+ import { EventsApiRequestFactory, EventsApiResponseProcessor } from "../apis/EventsApi";
873
+ export interface EventsApiCreateEventRequest {
874
+ /**
875
+ *
876
+ * @type CreateEventRequest
877
+ * @memberof EventsApicreateEvent
878
+ */
879
+ createEventRequest: CreateEventRequest;
880
+ }
881
+ export interface EventsApiDeleteEventRequest {
882
+ /**
883
+ * Specifies the unique event ID (starts with eve_).
884
+ * @type string
885
+ * @memberof EventsApideleteEvent
886
+ */
887
+ id: string;
888
+ }
889
+ export interface EventsApiGetEventRequest {
890
+ /**
891
+ * Specifies the unique event ID (starts with eve_).
892
+ * @type string
893
+ * @memberof EventsApigetEvent
894
+ */
895
+ id: string;
896
+ }
897
+ export interface EventsApiGetEventsRequest {
898
+ /**
899
+ * Specifies the maximum number of records to return.
900
+ * @type number
901
+ * @memberof EventsApigetEvents
902
+ */
903
+ limit?: number;
904
+ /**
905
+ * Specifies the offset for the first records to return.
906
+ * @type number
907
+ * @memberof EventsApigetEvents
908
+ */
909
+ skip?: number;
910
+ /**
911
+ * Specifies the order in which to sort the results.
912
+ * @type SortOrder
913
+ * @memberof EventsApigetEvents
914
+ */
915
+ order?: SortOrder;
916
+ /**
917
+ * Specifies the name of the event
918
+ * @type string
919
+ * @memberof EventsApigetEvents
920
+ */
921
+ name?: string;
922
+ /**
923
+ * Specifies if display deleted events
924
+ * @type boolean
925
+ * @memberof EventsApigetEvents
926
+ */
927
+ deleted?: boolean;
928
+ }
929
+ export declare class ObjectEventsApi {
930
+ private api;
931
+ constructor(configuration: Configuration, requestFactory?: EventsApiRequestFactory, responseProcessor?: EventsApiResponseProcessor);
932
+ /**
933
+ * Create a new event.
934
+ * Create a new event.
935
+ * @param param the request object
936
+ */
937
+ createEvent(param: EventsApiCreateEventRequest, options?: Configuration): Promise<EventResponse>;
938
+ /**
939
+ * Delete an event.
940
+ * Delete an event.
941
+ * @param param the request object
942
+ */
943
+ deleteEvent(param: EventsApiDeleteEventRequest, options?: Configuration): Promise<EventDeleteResponse>;
944
+ /**
945
+ * Get a single event.
946
+ * Get a single event.
947
+ * @param param the request object
948
+ */
949
+ getEvent(param: EventsApiGetEventRequest, options?: Configuration): Promise<EventResponse>;
950
+ /**
951
+ * Returns a list of events. By default, a maximum of 10 events are shown per page.
952
+ * List notifications.
953
+ * @param param the request object
954
+ */
955
+ getEvents(param?: EventsApiGetEventsRequest, options?: Configuration): Promise<EventListResponse>;
956
+ }
855
957
  import { ExchangeApiRequestFactory, ExchangeApiResponseProcessor } from "../apis/ExchangeApi";
856
958
  export interface ExchangeApiCreateSwapRequest {
857
959
  /**
@@ -1088,261 +1190,6 @@ export declare class ObjectInventoriesApi {
1088
1190
  */
1089
1191
  getPlayerNftInventory(param: InventoriesApiGetPlayerNftInventoryRequest, options?: Configuration): Promise<InventoryListResponse>;
1090
1192
  }
1091
- import { NotificationSubscriptionsApiRequestFactory, NotificationSubscriptionsApiResponseProcessor } from "../apis/NotificationSubscriptionsApi";
1092
- export interface NotificationSubscriptionsApiCreateNotificationSubscriptionRequest {
1093
- /**
1094
- *
1095
- * @type CreateNotificationSubscriptionRequest
1096
- * @memberof NotificationSubscriptionsApicreateNotificationSubscription
1097
- */
1098
- createNotificationSubscriptionRequest: CreateNotificationSubscriptionRequest;
1099
- }
1100
- export interface NotificationSubscriptionsApiDeleteNotificationSubscriptionRequest {
1101
- /**
1102
- * Specifies the unique notification subscription ID (starts with ntr_).
1103
- * @type string
1104
- * @memberof NotificationSubscriptionsApideleteNotificationSubscription
1105
- */
1106
- id: string;
1107
- }
1108
- export interface NotificationSubscriptionsApiGetNotificationSubscriptionRequest {
1109
- /**
1110
- * Specifies the unique notification subscription ID (starts with not_).
1111
- * @type string
1112
- * @memberof NotificationSubscriptionsApigetNotificationSubscription
1113
- */
1114
- id: string;
1115
- }
1116
- export interface NotificationSubscriptionsApiGetNotificationSubscriptionsRequest {
1117
- /**
1118
- * Specifies the unique notification ID (starts with not_).
1119
- * @type string
1120
- * @memberof NotificationSubscriptionsApigetNotificationSubscriptions
1121
- */
1122
- notification: string;
1123
- /**
1124
- * Specifies the maximum number of records to return.
1125
- * @type number
1126
- * @memberof NotificationSubscriptionsApigetNotificationSubscriptions
1127
- */
1128
- limit?: number;
1129
- /**
1130
- * Specifies the offset for the first records to return.
1131
- * @type number
1132
- * @memberof NotificationSubscriptionsApigetNotificationSubscriptions
1133
- */
1134
- skip?: number;
1135
- /**
1136
- * Specifies the order in which to sort the results.
1137
- * @type SortOrder
1138
- * @memberof NotificationSubscriptionsApigetNotificationSubscriptions
1139
- */
1140
- order?: SortOrder;
1141
- }
1142
- export declare class ObjectNotificationSubscriptionsApi {
1143
- private api;
1144
- constructor(configuration: Configuration, requestFactory?: NotificationSubscriptionsApiRequestFactory, responseProcessor?: NotificationSubscriptionsApiResponseProcessor);
1145
- /**
1146
- * Create a subscription for the provided notification.
1147
- * Create a notification subscription object.
1148
- * @param param the request object
1149
- */
1150
- createNotificationSubscription(param: NotificationSubscriptionsApiCreateNotificationSubscriptionRequest, options?: Configuration): Promise<NotificationSubscription>;
1151
- /**
1152
- * Delete a notification subscription by providing its notification subscription id.
1153
- * Deletes a notification subscription object.
1154
- * @param param the request object
1155
- */
1156
- deleteNotificationSubscription(param: NotificationSubscriptionsApiDeleteNotificationSubscriptionRequest, options?: Configuration): Promise<NotificationSubscriptionDeleteResponse>;
1157
- /**
1158
- * Retrieves the details of an existing notification subscription. Supply the unique notification subscription ID.
1159
- * Get existing notification subscription.
1160
- * @param param the request object
1161
- */
1162
- getNotificationSubscription(param: NotificationSubscriptionsApiGetNotificationSubscriptionRequest, options?: Configuration): Promise<NotificationSubscription>;
1163
- /**
1164
- * 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.
1165
- * List notification subscriptions of a notification.
1166
- * @param param the request object
1167
- */
1168
- getNotificationSubscriptions(param: NotificationSubscriptionsApiGetNotificationSubscriptionsRequest, options?: Configuration): Promise<NotificationSubscriptionListResponse>;
1169
- }
1170
- import { NotificationTriggersApiRequestFactory, NotificationTriggersApiResponseProcessor } from "../apis/NotificationTriggersApi";
1171
- export interface NotificationTriggersApiCreateNotificationTriggerRequest {
1172
- /**
1173
- *
1174
- * @type CreateNotificationTriggerRequest
1175
- * @memberof NotificationTriggersApicreateNotificationTrigger
1176
- */
1177
- createNotificationTriggerRequest: CreateNotificationTriggerRequest;
1178
- }
1179
- export interface NotificationTriggersApiDeleteNotificationTriggerRequest {
1180
- /**
1181
- * Specifies the unique notification trigger ID (starts with ntr_).
1182
- * @type string
1183
- * @memberof NotificationTriggersApideleteNotificationTrigger
1184
- */
1185
- id: string;
1186
- }
1187
- export interface NotificationTriggersApiGetNotificationTriggerRequest {
1188
- /**
1189
- * Specifies the unique notification trigger ID (starts with ntr_).
1190
- * @type string
1191
- * @memberof NotificationTriggersApigetNotificationTrigger
1192
- */
1193
- id: string;
1194
- }
1195
- export interface NotificationTriggersApiGetNotificationTriggersRequest {
1196
- /**
1197
- * Specifies the unique notification ID (starts with not_).
1198
- * @type string
1199
- * @memberof NotificationTriggersApigetNotificationTriggers
1200
- */
1201
- notification: string;
1202
- /**
1203
- * Specifies the maximum number of records to return.
1204
- * @type number
1205
- * @memberof NotificationTriggersApigetNotificationTriggers
1206
- */
1207
- limit?: number;
1208
- /**
1209
- * Specifies the offset for the first records to return.
1210
- * @type number
1211
- * @memberof NotificationTriggersApigetNotificationTriggers
1212
- */
1213
- skip?: number;
1214
- /**
1215
- * Specifies the order in which to sort the results.
1216
- * @type SortOrder
1217
- * @memberof NotificationTriggersApigetNotificationTriggers
1218
- */
1219
- order?: SortOrder;
1220
- }
1221
- export declare class ObjectNotificationTriggersApi {
1222
- private api;
1223
- constructor(configuration: Configuration, requestFactory?: NotificationTriggersApiRequestFactory, responseProcessor?: NotificationTriggersApiResponseProcessor);
1224
- /**
1225
- * Create a trigger for the provided notification.
1226
- * Create a notification trigger object.
1227
- * @param param the request object
1228
- */
1229
- createNotificationTrigger(param: NotificationTriggersApiCreateNotificationTriggerRequest, options?: Configuration): Promise<NotificationTriggerResponse>;
1230
- /**
1231
- * Delete a notification trigger by providing its notification trigger id.
1232
- * Deletes a notification trigger object.
1233
- * @param param the request object
1234
- */
1235
- deleteNotificationTrigger(param: NotificationTriggersApiDeleteNotificationTriggerRequest, options?: Configuration): Promise<NotificationTriggerDeleteResponse>;
1236
- /**
1237
- * Retrieves the details of an existing notification trigger. Supply the unique notification trigger ID.
1238
- * Get existing notification trigger.
1239
- * @param param the request object
1240
- */
1241
- getNotificationTrigger(param: NotificationTriggersApiGetNotificationTriggerRequest, options?: Configuration): Promise<NotificationTriggerResponse>;
1242
- /**
1243
- * 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.
1244
- * List notification triggers of a notification.
1245
- * @param param the request object
1246
- */
1247
- getNotificationTriggers(param: NotificationTriggersApiGetNotificationTriggersRequest, options?: Configuration): Promise<NotificationTriggerListResponse>;
1248
- }
1249
- import { NotificationsApiRequestFactory, NotificationsApiResponseProcessor } from "../apis/NotificationsApi";
1250
- export interface NotificationsApiCreateNotificationRequest {
1251
- /**
1252
- *
1253
- * @type CreateNotificationRequest
1254
- * @memberof NotificationsApicreateNotification
1255
- */
1256
- createNotificationRequest: CreateNotificationRequest;
1257
- }
1258
- export interface NotificationsApiDeleteNotificationRequest {
1259
- /**
1260
- * Specifies the unique notification ID (starts with not_).
1261
- * @type string
1262
- * @memberof NotificationsApideleteNotification
1263
- */
1264
- id: string;
1265
- }
1266
- export interface NotificationsApiGetNotificationRequest {
1267
- /**
1268
- * Specifies the unique notification ID (starts with not_).
1269
- * @type string
1270
- * @memberof NotificationsApigetNotification
1271
- */
1272
- id: string;
1273
- /**
1274
- *
1275
- * @type Array&lt;NotificationResponseExpandable&gt;
1276
- * @memberof NotificationsApigetNotification
1277
- */
1278
- expand?: Array<NotificationResponseExpandable>;
1279
- }
1280
- export interface NotificationsApiGetNotificationsRequest {
1281
- /**
1282
- * Specifies the maximum number of records to return.
1283
- * @type number
1284
- * @memberof NotificationsApigetNotifications
1285
- */
1286
- limit?: number;
1287
- /**
1288
- * Specifies the offset for the first records to return.
1289
- * @type number
1290
- * @memberof NotificationsApigetNotifications
1291
- */
1292
- skip?: number;
1293
- /**
1294
- * Specifies the order in which to sort the results.
1295
- * @type SortOrder
1296
- * @memberof NotificationsApigetNotifications
1297
- */
1298
- order?: SortOrder;
1299
- /**
1300
- * Specifies the fields to expand in the response.
1301
- * @type Array&lt;NotificationResponseExpandable&gt;
1302
- * @memberof NotificationsApigetNotifications
1303
- */
1304
- expand?: Array<NotificationResponseExpandable>;
1305
- /**
1306
- * Specifies whether to include deleted notifications.
1307
- * @type boolean
1308
- * @memberof NotificationsApigetNotifications
1309
- */
1310
- deleted?: boolean;
1311
- /**
1312
- * Specifies the name of the notifications.
1313
- * @type string
1314
- * @memberof NotificationsApigetNotifications
1315
- */
1316
- name?: string;
1317
- }
1318
- export declare class ObjectNotificationsApi {
1319
- private api;
1320
- constructor(configuration: Configuration, requestFactory?: NotificationsApiRequestFactory, responseProcessor?: NotificationsApiResponseProcessor);
1321
- /**
1322
- * Create a notification object.
1323
- * Create a notification object.
1324
- * @param param the request object
1325
- */
1326
- createNotification(param: NotificationsApiCreateNotificationRequest, options?: Configuration): Promise<NotificationResponse>;
1327
- /**
1328
- * Delete a notification by providing its notification id.
1329
- * Deletes a notification object.
1330
- * @param param the request object
1331
- */
1332
- deleteNotification(param: NotificationsApiDeleteNotificationRequest, options?: Configuration): Promise<NotificationDeleteResponse>;
1333
- /**
1334
- * Retrieves the details of an existing notification. Supply the unique notification ID.
1335
- * Get existing notification.
1336
- * @param param the request object
1337
- */
1338
- getNotification(param: NotificationsApiGetNotificationRequest, options?: Configuration): Promise<NotificationResponse>;
1339
- /**
1340
- * 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.
1341
- * List notifications.
1342
- * @param param the request object
1343
- */
1344
- getNotifications(param?: NotificationsApiGetNotificationsRequest, options?: Configuration): Promise<NotificationListResponse>;
1345
- }
1346
1193
  import { PaymasterApiRequestFactory, PaymasterApiResponseProcessor } from "../apis/PaymasterApi";
1347
1194
  export interface PaymasterApiCreatePaymasterRequest {
1348
1195
  /**
@@ -2052,16 +1899,6 @@ export interface SettingsApiGetVerificationPayloadRequest {
2052
1899
  */
2053
1900
  address: string;
2054
1901
  }
2055
- export interface SettingsApiRemoveWebhookRequest {
2056
- }
2057
- export interface SettingsApiUpdateWebhookRequest {
2058
- /**
2059
- *
2060
- * @type SettingsWebhookUpdateRequest
2061
- * @memberof SettingsApiupdateWebhook
2062
- */
2063
- settingsWebhookUpdateRequest: SettingsWebhookUpdateRequest;
2064
- }
2065
1902
  export declare class ObjectSettingsApi {
2066
1903
  private api;
2067
1904
  constructor(configuration: Configuration, requestFactory?: SettingsApiRequestFactory, responseProcessor?: SettingsApiResponseProcessor);
@@ -2095,18 +1932,205 @@ export declare class ObjectSettingsApi {
2095
1932
  * @param param the request object
2096
1933
  */
2097
1934
  getVerificationPayload(param: SettingsApiGetVerificationPayloadRequest, options?: Configuration): Promise<DeveloperAccountGetMessageResponse>;
1935
+ }
1936
+ import { SubscriptionsApiRequestFactory, SubscriptionsApiResponseProcessor } from "../apis/SubscriptionsApi";
1937
+ export interface SubscriptionsApiCreateSubscriptionRequest {
1938
+ /**
1939
+ *
1940
+ * @type CreateSubscriptionRequest
1941
+ * @memberof SubscriptionsApicreateSubscription
1942
+ */
1943
+ createSubscriptionRequest: CreateSubscriptionRequest;
1944
+ }
1945
+ export interface SubscriptionsApiCreateTriggerRequest {
1946
+ /**
1947
+ * Specifies the unique subscription ID (starts with sub_).
1948
+ * @type string
1949
+ * @memberof SubscriptionsApicreateTrigger
1950
+ */
1951
+ id: string;
1952
+ /**
1953
+ *
1954
+ * @type CreateTriggerRequest
1955
+ * @memberof SubscriptionsApicreateTrigger
1956
+ */
1957
+ createTriggerRequest: CreateTriggerRequest;
1958
+ }
1959
+ export interface SubscriptionsApiDeleteSubscriptionRequest {
1960
+ /**
1961
+ * Specifies the unique subscription ID (starts with sub_).
1962
+ * @type string
1963
+ * @memberof SubscriptionsApideleteSubscription
1964
+ */
1965
+ id: string;
1966
+ }
1967
+ export interface SubscriptionsApiDeleteTriggerRequest {
1968
+ /**
1969
+ * Specifies the unique subscription ID (starts with sub_).
1970
+ * @type string
1971
+ * @memberof SubscriptionsApideleteTrigger
1972
+ */
1973
+ id: string;
1974
+ /**
1975
+ * Specifies the unique subscription ID (starts with sub_).
1976
+ * @type string
1977
+ * @memberof SubscriptionsApideleteTrigger
1978
+ */
1979
+ triggerId: string;
1980
+ }
1981
+ export interface SubscriptionsApiGetSubscriptionRequest {
1982
+ /**
1983
+ * Specifies the unique subscription ID (starts with sub_).
1984
+ * @type string
1985
+ * @memberof SubscriptionsApigetSubscription
1986
+ */
1987
+ id: string;
1988
+ }
1989
+ export interface SubscriptionsApiGetSubscriptionsRequest {
1990
+ }
1991
+ export interface SubscriptionsApiGetTriggerRequest {
1992
+ /**
1993
+ * Specifies the unique subscription ID (starts with sub_).
1994
+ * @type string
1995
+ * @memberof SubscriptionsApigetTrigger
1996
+ */
1997
+ id: string;
1998
+ /**
1999
+ * Specifies the unique subscription ID (starts with sub_).
2000
+ * @type string
2001
+ * @memberof SubscriptionsApigetTrigger
2002
+ */
2003
+ triggerId: string;
2004
+ }
2005
+ export interface SubscriptionsApiGetTriggersRequest {
2006
+ /**
2007
+ * Specifies the unique subscription ID (starts with sub_).
2008
+ * @type string
2009
+ * @memberof SubscriptionsApigetTriggers
2010
+ */
2011
+ id: string;
2012
+ }
2013
+ export interface SubscriptionsApiListSubscriptionLogsRequest {
2014
+ /**
2015
+ * Specifies the maximum number of records to return.
2016
+ * @type number
2017
+ * @memberof SubscriptionsApilistSubscriptionLogs
2018
+ */
2019
+ limit?: number;
2020
+ /**
2021
+ * Specifies the offset for the first records to return.
2022
+ * @type number
2023
+ * @memberof SubscriptionsApilistSubscriptionLogs
2024
+ */
2025
+ skip?: number;
2026
+ /**
2027
+ * Specifies the order in which to sort the results.
2028
+ * @type SortOrder
2029
+ * @memberof SubscriptionsApilistSubscriptionLogs
2030
+ */
2031
+ order?: SortOrder;
2032
+ /**
2033
+ * Specifies the topic of the subscription logs
2034
+ * @type APITopic
2035
+ * @memberof SubscriptionsApilistSubscriptionLogs
2036
+ */
2037
+ topic?: APITopic;
2038
+ /**
2039
+ * Specifies the status of the subscription logs
2040
+ * @type Status
2041
+ * @memberof SubscriptionsApilistSubscriptionLogs
2042
+ */
2043
+ status?: Status;
2044
+ /**
2045
+ * Specifies the object ID of the object related to triggered notification
2046
+ * @type string
2047
+ * @memberof SubscriptionsApilistSubscriptionLogs
2048
+ */
2049
+ object?: string;
2050
+ /**
2051
+ * Specifies the subscription ID
2052
+ * @type string
2053
+ * @memberof SubscriptionsApilistSubscriptionLogs
2054
+ */
2055
+ subscription?: string;
2056
+ /**
2057
+ * Specifies the trigger ID
2058
+ * @type string
2059
+ * @memberof SubscriptionsApilistSubscriptionLogs
2060
+ */
2061
+ trigger?: string;
2062
+ /**
2063
+ * Specifies the request ID
2064
+ * @type string
2065
+ * @memberof SubscriptionsApilistSubscriptionLogs
2066
+ */
2067
+ requestID?: string;
2068
+ }
2069
+ export interface SubscriptionsApiTestTriggerRequest {
2070
+ }
2071
+ export declare class ObjectSubscriptionsApi {
2072
+ private api;
2073
+ constructor(configuration: Configuration, requestFactory?: SubscriptionsApiRequestFactory, responseProcessor?: SubscriptionsApiResponseProcessor);
2074
+ /**
2075
+ * Creates a subscription for the given project. This object represents the subscription where the project owner has subscribed to.
2076
+ * Create subscription for project.
2077
+ * @param param the request object
2078
+ */
2079
+ createSubscription(param: SubscriptionsApiCreateSubscriptionRequest, options?: Configuration): Promise<SubscriptionResponse>;
2080
+ /**
2081
+ * Creates a trigger for the given subscription. This object represents the trigger where the subscription owner has subscribed to.
2082
+ * Create trigger for subscription.
2083
+ * @param param the request object
2084
+ */
2085
+ createTrigger(param: SubscriptionsApiCreateTriggerRequest, options?: Configuration): Promise<TriggerResponse>;
2086
+ /**
2087
+ * Deletes a subscription for the given project. This object represents the subscription where the project owner has subscribed to.
2088
+ * Delete subscription of project.
2089
+ * @param param the request object
2090
+ */
2091
+ deleteSubscription(param: SubscriptionsApiDeleteSubscriptionRequest, options?: Configuration): Promise<SubscriptionDeleteResponse>;
2092
+ /**
2093
+ * Deletes a trigger for the given subscription. This object represents the trigger where the subscription owner has subscribed to.
2094
+ * Delete trigger of subscription.
2095
+ * @param param the request object
2096
+ */
2097
+ deleteTrigger(param: SubscriptionsApiDeleteTriggerRequest, options?: Configuration): Promise<TriggerDeleteResponse>;
2098
+ /**
2099
+ * Returns a subscription for the given project. This object represents the subscription where the project owner has subscribed to.
2100
+ * Get subscription of project.
2101
+ * @param param the request object
2102
+ */
2103
+ getSubscription(param: SubscriptionsApiGetSubscriptionRequest, options?: Configuration): Promise<SubscriptionResponse>;
2104
+ /**
2105
+ * 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.
2106
+ * List subscriptions of project.
2107
+ * @param param the request object
2108
+ */
2109
+ getSubscriptions(param?: SubscriptionsApiGetSubscriptionsRequest, options?: Configuration): Promise<SubscriptionListResponse>;
2110
+ /**
2111
+ * Returns a trigger for the given id. This object represents the trigger where the subscription owner has subscribed to.
2112
+ * Get trigger by id.
2113
+ * @param param the request object
2114
+ */
2115
+ getTrigger(param: SubscriptionsApiGetTriggerRequest, options?: Configuration): Promise<TriggerResponse>;
2116
+ /**
2117
+ * 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.
2118
+ * List triggers of subscription.
2119
+ * @param param the request object
2120
+ */
2121
+ getTriggers(param: SubscriptionsApiGetTriggersRequest, options?: Configuration): Promise<BaseEntityListResponseTriggerResponse>;
2098
2122
  /**
2099
- * Updated the current project environment settings by removing the webhook address. After that system will stop sending events of the transaction intent state changes
2100
- * Removes webhook.
2123
+ * 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.
2124
+ * List logs of triggered subscriptions.
2101
2125
  * @param param the request object
2102
2126
  */
2103
- removeWebhook(param?: SettingsApiRemoveWebhookRequest, options?: Configuration): Promise<void>;
2127
+ listSubscriptionLogs(param?: SubscriptionsApiListSubscriptionLogsRequest, options?: Configuration): Promise<BaseEntityListResponseLogResponse>;
2104
2128
  /**
2105
- * Updated the current project environment settings by assigning the webhook address. This address is used to send events about the changes of the transaction intent state.
2106
- * Update webhook.
2129
+ * Test a trigger Returns a trigger for the given id.
2130
+ * Test trigger by id.
2107
2131
  * @param param the request object
2108
2132
  */
2109
- updateWebhook(param: SettingsApiUpdateWebhookRequest, options?: Configuration): Promise<void>;
2133
+ testTrigger(param?: SubscriptionsApiTestTriggerRequest, options?: Configuration): Promise<void>;
2110
2134
  }
2111
2135
  import { TransactionIntentsApiRequestFactory, TransactionIntentsApiResponseProcessor } from "../apis/TransactionIntentsApi";
2112
2136
  export interface TransactionIntentsApiCreateTransactionIntentRequest {