@openfort/openfort-node 0.6.35 → 0.6.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (221) hide show
  1. package/dist/apis/notificationSubscriptionsApiWrapper.d.ts +28 -0
  2. package/dist/apis/notificationSubscriptionsApiWrapper.js +56 -0
  3. package/dist/apis/notificationSubscriptionsApiWrapper.js.map +1 -0
  4. package/dist/apis/notificationTriggersApiWrapper.d.ts +28 -0
  5. package/dist/apis/notificationTriggersApiWrapper.js +56 -0
  6. package/dist/apis/notificationTriggersApiWrapper.js.map +1 -0
  7. package/dist/apis/notificationsApiWrapper.d.ts +29 -0
  8. package/dist/apis/notificationsApiWrapper.js +56 -0
  9. package/dist/apis/notificationsApiWrapper.js.map +1 -0
  10. package/dist/apis/policiesApiWrapper.d.ts +3 -3
  11. package/dist/apis/policiesApiWrapper.js.map +1 -1
  12. package/dist/apis/policyRulesApiWrapper.d.ts +6 -6
  13. package/dist/apis/policyRulesApiWrapper.js +9 -9
  14. package/dist/apis/policyRulesApiWrapper.js.map +1 -1
  15. package/dist/apis/transactionIntentsApiWrapper.js +1 -1
  16. package/dist/apis/transactionIntentsApiWrapper.js.map +1 -1
  17. package/dist/generated/apis/AccountsApi.d.ts +1 -1
  18. package/dist/generated/apis/AccountsApi.js +1 -1
  19. package/dist/generated/apis/InventoriesApi.d.ts +6 -0
  20. package/dist/generated/apis/InventoriesApi.js +6 -0
  21. package/dist/generated/apis/InventoriesApi.js.map +1 -1
  22. package/dist/generated/apis/NotificationSubscriptionsApi.d.ts +74 -0
  23. package/dist/generated/apis/NotificationSubscriptionsApi.js +257 -0
  24. package/dist/generated/apis/NotificationSubscriptionsApi.js.map +1 -0
  25. package/dist/generated/apis/NotificationTriggersApi.d.ts +74 -0
  26. package/dist/generated/apis/NotificationTriggersApi.js +257 -0
  27. package/dist/generated/apis/NotificationTriggersApi.js.map +1 -0
  28. package/dist/generated/apis/NotificationsApi.d.ts +78 -0
  29. package/dist/generated/apis/NotificationsApi.js +268 -0
  30. package/dist/generated/apis/NotificationsApi.js.map +1 -0
  31. package/dist/generated/apis/PoliciesApi.d.ts +34 -4
  32. package/dist/generated/apis/PoliciesApi.js +124 -4
  33. package/dist/generated/apis/PoliciesApi.js.map +1 -1
  34. package/dist/generated/apis/PolicyRulesApi.d.ts +10 -9
  35. package/dist/generated/apis/PolicyRulesApi.js +14 -13
  36. package/dist/generated/apis/PolicyRulesApi.js.map +1 -1
  37. package/dist/generated/apis/SettingsApi.d.ts +5 -4
  38. package/dist/generated/apis/SettingsApi.js +9 -4
  39. package/dist/generated/apis/SettingsApi.js.map +1 -1
  40. package/dist/generated/apis/TransactionIntentsApi.d.ts +2 -1
  41. package/dist/generated/apis/TransactionIntentsApi.js +6 -1
  42. package/dist/generated/apis/TransactionIntentsApi.js.map +1 -1
  43. package/dist/generated/index.d.ts +1 -1
  44. package/dist/generated/index.js +4 -1
  45. package/dist/generated/index.js.map +1 -1
  46. package/dist/generated/models/AccountNotificationTriggerResponse.d.ts +37 -0
  47. package/dist/generated/models/AccountNotificationTriggerResponse.js +68 -0
  48. package/dist/generated/models/AccountNotificationTriggerResponse.js.map +1 -0
  49. package/dist/generated/models/{GasReportDataInner.d.ts → AccountNotificationTriggerResponseAccount.d.ts} +10 -9
  50. package/dist/generated/models/AccountNotificationTriggerResponseAccount.js +68 -0
  51. package/dist/generated/models/AccountNotificationTriggerResponseAccount.js.map +1 -0
  52. package/dist/generated/models/BalanceNotificationTriggerResponse.d.ts +34 -0
  53. package/dist/generated/models/BalanceNotificationTriggerResponse.js +56 -0
  54. package/dist/generated/models/BalanceNotificationTriggerResponse.js.map +1 -0
  55. package/dist/generated/models/CancelTransferOwnershipRequest.d.ts +1 -1
  56. package/dist/generated/models/ContractNotificationTriggerResponse.d.ts +38 -0
  57. package/dist/generated/models/ContractNotificationTriggerResponse.js +74 -0
  58. package/dist/generated/models/ContractNotificationTriggerResponse.js.map +1 -0
  59. package/dist/generated/models/{ContractPolicyRuleResponseContract.d.ts → ContractNotificationTriggerResponseContract.d.ts} +1 -1
  60. package/dist/generated/models/{ContractPolicyRuleResponseContract.js → ContractNotificationTriggerResponseContract.js} +7 -7
  61. package/dist/generated/models/ContractNotificationTriggerResponseContract.js.map +1 -0
  62. package/dist/generated/models/ContractPolicyRuleResponse.d.ts +2 -2
  63. package/dist/generated/models/ContractPolicyRuleResponse.js +1 -1
  64. package/dist/generated/models/ContractPolicyRuleResponse.js.map +1 -1
  65. package/dist/generated/models/CreateNotificationRequest.d.ts +31 -0
  66. package/dist/generated/models/CreateNotificationRequest.js +32 -0
  67. package/dist/generated/models/CreateNotificationRequest.js.map +1 -0
  68. package/dist/generated/models/CreateNotificationSubscriptionRequest.d.ts +37 -0
  69. package/dist/generated/models/CreateNotificationSubscriptionRequest.js +44 -0
  70. package/dist/generated/models/CreateNotificationSubscriptionRequest.js.map +1 -0
  71. package/dist/generated/models/CreateNotificationTriggerRequest.d.ts +57 -0
  72. package/dist/generated/models/CreateNotificationTriggerRequest.js +74 -0
  73. package/dist/generated/models/CreateNotificationTriggerRequest.js.map +1 -0
  74. package/dist/generated/models/CreatePolicyRuleRequest.d.ts +2 -2
  75. package/dist/generated/models/DeveloperAccountListQueries.d.ts +4 -0
  76. package/dist/generated/models/DeveloperAccountListQueries.js +6 -0
  77. package/dist/generated/models/DeveloperAccountListQueries.js.map +1 -1
  78. package/dist/generated/models/EntityTypeNOTIFICATION.d.ts +12 -0
  79. package/dist/generated/models/EntityTypeNOTIFICATION.js +14 -0
  80. package/dist/generated/models/EntityTypeNOTIFICATION.js.map +1 -0
  81. package/dist/generated/models/EntityTypeNOTIFICATIONSUBSCRIPTION.d.ts +12 -0
  82. package/dist/generated/models/EntityTypeNOTIFICATIONSUBSCRIPTION.js +14 -0
  83. package/dist/generated/models/EntityTypeNOTIFICATIONSUBSCRIPTION.js.map +1 -0
  84. package/dist/generated/models/EntityTypeNOTIFICATIONTRIGGER.d.ts +12 -0
  85. package/dist/generated/models/EntityTypeNOTIFICATIONTRIGGER.js +14 -0
  86. package/dist/generated/models/EntityTypeNOTIFICATIONTRIGGER.js.map +1 -0
  87. package/dist/generated/models/GasReport.d.ts +8 -4
  88. package/dist/generated/models/GasReport.js +30 -6
  89. package/dist/generated/models/GasReport.js.map +1 -1
  90. package/dist/generated/models/GasReportListResponse.d.ts +35 -0
  91. package/dist/generated/models/GasReportListResponse.js +62 -0
  92. package/dist/generated/models/GasReportListResponse.js.map +1 -0
  93. package/dist/generated/models/{GasReportDataInnerTransactionIntentsInner.d.ts → GasReportTransactionIntentsInner.d.ts} +2 -2
  94. package/dist/generated/models/{GasReportDataInnerTransactionIntentsInner.js → GasReportTransactionIntentsInner.js} +9 -9
  95. package/dist/generated/models/GasReportTransactionIntentsInner.js.map +1 -0
  96. package/dist/generated/models/Interaction.d.ts +1 -1
  97. package/dist/generated/models/{GasReportDataInnerPeriod.d.ts → MonthRange.d.ts} +2 -2
  98. package/dist/generated/models/{GasReportDataInnerPeriod.js → MonthRange.js} +13 -13
  99. package/dist/generated/models/MonthRange.js.map +1 -0
  100. package/dist/generated/models/NotificationDeleteResponse.d.ts +31 -0
  101. package/dist/generated/models/NotificationDeleteResponse.js +44 -0
  102. package/dist/generated/models/NotificationDeleteResponse.js.map +1 -0
  103. package/dist/generated/models/NotificationListQueries.d.ts +50 -0
  104. package/dist/generated/models/NotificationListQueries.js +62 -0
  105. package/dist/generated/models/NotificationListQueries.js.map +1 -0
  106. package/dist/generated/models/NotificationListResponse.d.ts +35 -0
  107. package/dist/generated/models/NotificationListResponse.js +62 -0
  108. package/dist/generated/models/NotificationListResponse.js.map +1 -0
  109. package/dist/generated/models/NotificationResponse.d.ts +38 -0
  110. package/dist/generated/models/NotificationResponse.js +74 -0
  111. package/dist/generated/models/NotificationResponse.js.map +1 -0
  112. package/dist/generated/models/NotificationResponseExpandable.d.ts +12 -0
  113. package/dist/generated/models/NotificationResponseExpandable.js +14 -0
  114. package/dist/generated/models/NotificationResponseExpandable.js.map +1 -0
  115. package/dist/generated/models/NotificationResponseSubscriptionsInner.d.ts +34 -0
  116. package/dist/generated/models/NotificationResponseSubscriptionsInner.js +56 -0
  117. package/dist/generated/models/NotificationResponseSubscriptionsInner.js.map +1 -0
  118. package/dist/generated/models/NotificationResponseTriggersInner.d.ts +41 -0
  119. package/dist/generated/models/NotificationResponseTriggersInner.js +86 -0
  120. package/dist/generated/models/NotificationResponseTriggersInner.js.map +1 -0
  121. package/dist/generated/models/NotificationSubscription.d.ts +34 -0
  122. package/dist/generated/models/NotificationSubscription.js +56 -0
  123. package/dist/generated/models/NotificationSubscription.js.map +1 -0
  124. package/dist/generated/models/NotificationSubscriptionDeleteResponse.d.ts +31 -0
  125. package/dist/generated/models/NotificationSubscriptionDeleteResponse.js +44 -0
  126. package/dist/generated/models/NotificationSubscriptionDeleteResponse.js.map +1 -0
  127. package/dist/generated/models/NotificationSubscriptionListQueries.d.ts +41 -0
  128. package/dist/generated/models/NotificationSubscriptionListQueries.js +50 -0
  129. package/dist/generated/models/NotificationSubscriptionListQueries.js.map +1 -0
  130. package/dist/generated/models/NotificationSubscriptionListResponse.d.ts +35 -0
  131. package/dist/generated/models/NotificationSubscriptionListResponse.js +62 -0
  132. package/dist/generated/models/NotificationSubscriptionListResponse.js.map +1 -0
  133. package/dist/generated/models/NotificationTriggerDeleteResponse.d.ts +31 -0
  134. package/dist/generated/models/NotificationTriggerDeleteResponse.js +44 -0
  135. package/dist/generated/models/NotificationTriggerDeleteResponse.js.map +1 -0
  136. package/dist/generated/models/NotificationTriggerListQueries.d.ts +41 -0
  137. package/dist/generated/models/NotificationTriggerListQueries.js +50 -0
  138. package/dist/generated/models/NotificationTriggerListQueries.js.map +1 -0
  139. package/dist/generated/models/NotificationTriggerListResponse.d.ts +35 -0
  140. package/dist/generated/models/NotificationTriggerListResponse.js +62 -0
  141. package/dist/generated/models/NotificationTriggerListResponse.js.map +1 -0
  142. package/dist/generated/models/NotificationTriggerResponse.d.ts +41 -0
  143. package/dist/generated/models/NotificationTriggerResponse.js +86 -0
  144. package/dist/generated/models/NotificationTriggerResponse.js.map +1 -0
  145. package/dist/generated/models/NotificationTriggerType.d.ts +12 -0
  146. package/dist/generated/models/NotificationTriggerType.js +14 -0
  147. package/dist/generated/models/NotificationTriggerType.js.map +1 -0
  148. package/dist/generated/models/NotificationTriggerTypeCONTRACTTRIGGER.d.ts +12 -0
  149. package/dist/generated/models/NotificationTriggerTypeCONTRACTTRIGGER.js +14 -0
  150. package/dist/generated/models/NotificationTriggerTypeCONTRACTTRIGGER.js.map +1 -0
  151. package/dist/generated/models/NotificationTriggerTypeDEVELOPERACCOUNTTRIGGER.d.ts +12 -0
  152. package/dist/generated/models/NotificationTriggerTypeDEVELOPERACCOUNTTRIGGER.js +14 -0
  153. package/dist/generated/models/NotificationTriggerTypeDEVELOPERACCOUNTTRIGGER.js.map +1 -0
  154. package/dist/generated/models/NotificationTriggerTypePROJECTBALANCETRIGGER.d.ts +12 -0
  155. package/dist/generated/models/NotificationTriggerTypePROJECTBALANCETRIGGER.js +14 -0
  156. package/dist/generated/models/NotificationTriggerTypePROJECTBALANCETRIGGER.js.map +1 -0
  157. package/dist/generated/models/ObjectSerializer.d.ts +37 -4
  158. package/dist/generated/models/ObjectSerializer.js +102 -12
  159. package/dist/generated/models/ObjectSerializer.js.map +1 -1
  160. package/dist/generated/models/PickDeveloperAccountId.d.ts +31 -0
  161. package/dist/generated/models/PickDeveloperAccountId.js +35 -0
  162. package/dist/generated/models/PickDeveloperAccountId.js.map +1 -0
  163. package/dist/generated/models/PlayerCancelTransferOwnershipRequest.d.ts +1 -1
  164. package/dist/generated/models/PlayerTransferOwnershipRequest.d.ts +1 -1
  165. package/dist/generated/models/PolicyBalanceWithdrawResponse.d.ts +30 -0
  166. package/dist/generated/models/PolicyBalanceWithdrawResponse.js +44 -0
  167. package/dist/generated/models/PolicyBalanceWithdrawResponse.js.map +1 -0
  168. package/dist/generated/models/PolicyListQueries.d.ts +2 -2
  169. package/dist/generated/models/PolicyResponsePolicyRulesInner.d.ts +2 -2
  170. package/dist/generated/models/PolicyResponsePolicyRulesInner.js +1 -1
  171. package/dist/generated/models/PolicyResponsePolicyRulesInner.js.map +1 -1
  172. package/dist/generated/models/PolicyRuleResponse.d.ts +2 -2
  173. package/dist/generated/models/PolicyRuleResponse.js +1 -1
  174. package/dist/generated/models/PolicyRuleResponse.js.map +1 -1
  175. package/dist/generated/models/ResponseResponse.d.ts +9 -1
  176. package/dist/generated/models/ResponseResponse.js +12 -0
  177. package/dist/generated/models/ResponseResponse.js.map +1 -1
  178. package/dist/generated/models/SubscriptionType.d.ts +12 -0
  179. package/dist/generated/models/SubscriptionType.js +14 -0
  180. package/dist/generated/models/SubscriptionType.js.map +1 -0
  181. package/dist/generated/models/TransactionIntentListQueries.d.ts +4 -0
  182. package/dist/generated/models/TransactionIntentListQueries.js +6 -0
  183. package/dist/generated/models/TransactionIntentListQueries.js.map +1 -1
  184. package/dist/generated/models/TransferOwnershipRequest.d.ts +1 -1
  185. package/dist/generated/models/UpdatePolicyRuleRequest.d.ts +2 -2
  186. package/dist/generated/models/WithdrawalPolicyRequest.d.ts +35 -0
  187. package/dist/generated/models/WithdrawalPolicyRequest.js +38 -0
  188. package/dist/generated/models/WithdrawalPolicyRequest.js.map +1 -0
  189. package/dist/generated/models/all.d.ts +37 -4
  190. package/dist/generated/models/all.js +37 -4
  191. package/dist/generated/models/all.js.map +1 -1
  192. package/dist/generated/types/ObjectParamAPI.d.ts +339 -18
  193. package/dist/generated/types/ObjectParamAPI.js +166 -28
  194. package/dist/generated/types/ObjectParamAPI.js.map +1 -1
  195. package/dist/generated/types/ObservableAPI.d.ts +153 -13
  196. package/dist/generated/types/ObservableAPI.js +361 -20
  197. package/dist/generated/types/ObservableAPI.js.map +1 -1
  198. package/dist/generated/types/PromiseAPI.d.ts +147 -13
  199. package/dist/generated/types/PromiseAPI.js +201 -34
  200. package/dist/generated/types/PromiseAPI.js.map +1 -1
  201. package/dist/index.d.ts +6 -0
  202. package/dist/index.js +12 -0
  203. package/dist/index.js.map +1 -1
  204. package/dist/models/getNotificationRequest.d.ts +4 -0
  205. package/dist/models/getNotificationRequest.js +3 -0
  206. package/dist/models/getNotificationRequest.js.map +1 -0
  207. package/dist/models/getNotificationSubscriptionRequest.d.ts +3 -0
  208. package/dist/models/getNotificationSubscriptionRequest.js +3 -0
  209. package/dist/models/getNotificationSubscriptionRequest.js.map +1 -0
  210. package/dist/models/getNotificationTriggerRequest.d.ts +3 -0
  211. package/dist/models/getNotificationTriggerRequest.js +3 -0
  212. package/dist/models/getNotificationTriggerRequest.js.map +1 -0
  213. package/dist/version.d.ts +1 -1
  214. package/dist/version.js +1 -1
  215. package/package.json +1 -1
  216. package/tsconfig.tsbuildinfo +1 -1
  217. package/dist/generated/models/ContractPolicyRuleResponseContract.js.map +0 -1
  218. package/dist/generated/models/GasReportDataInner.js +0 -62
  219. package/dist/generated/models/GasReportDataInner.js.map +0 -1
  220. package/dist/generated/models/GasReportDataInnerPeriod.js.map +0 -1
  221. package/dist/generated/models/GasReportDataInnerTransactionIntentsInner.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"all.js","sourceRoot":"","sources":["../../../src/generated/models/all.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"all.js","sourceRoot":"","sources":["../../../src/generated/models/all.ts"],"names":[],"mappings":"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"}
@@ -13,6 +13,9 @@ import { ContractReadResponse } from '../models/ContractReadResponse';
13
13
  import { ContractResponse } from '../models/ContractResponse';
14
14
  import { CreateAccountRequest } from '../models/CreateAccountRequest';
15
15
  import { CreateContractRequest } from '../models/CreateContractRequest';
16
+ import { CreateNotificationRequest } from '../models/CreateNotificationRequest';
17
+ import { CreateNotificationSubscriptionRequest } from '../models/CreateNotificationSubscriptionRequest';
18
+ import { CreateNotificationTriggerRequest } from '../models/CreateNotificationTriggerRequest';
16
19
  import { CreatePolicyRequest } from '../models/CreatePolicyRequest';
17
20
  import { CreatePolicyRuleRequest } from '../models/CreatePolicyRuleRequest';
18
21
  import { CreateSessionRequest } from '../models/CreateSessionRequest';
@@ -26,11 +29,21 @@ import { DeveloperAccountListResponse } from '../models/DeveloperAccountListResp
26
29
  import { DeveloperAccountResponse } from '../models/DeveloperAccountResponse';
27
30
  import { DeveloperAccountResponseExpandable } from '../models/DeveloperAccountResponseExpandable';
28
31
  import { EstimateTransactionIntentGasResult } from '../models/EstimateTransactionIntentGasResult';
29
- import { GasReport } from '../models/GasReport';
32
+ import { GasReportListResponse } from '../models/GasReportListResponse';
30
33
  import { GetSigninUrlResponse } from '../models/GetSigninUrlResponse';
31
34
  import { InventoryListResponse } from '../models/InventoryListResponse';
32
35
  import { InventoryResponse } from '../models/InventoryResponse';
33
36
  import { LoginRequest } from '../models/LoginRequest';
37
+ import { NotificationDeleteResponse } from '../models/NotificationDeleteResponse';
38
+ import { NotificationListResponse } from '../models/NotificationListResponse';
39
+ import { NotificationResponse } from '../models/NotificationResponse';
40
+ import { NotificationResponseExpandable } from '../models/NotificationResponseExpandable';
41
+ import { NotificationSubscription } from '../models/NotificationSubscription';
42
+ import { NotificationSubscriptionDeleteResponse } from '../models/NotificationSubscriptionDeleteResponse';
43
+ import { NotificationSubscriptionListResponse } from '../models/NotificationSubscriptionListResponse';
44
+ import { NotificationTriggerDeleteResponse } from '../models/NotificationTriggerDeleteResponse';
45
+ import { NotificationTriggerListResponse } from '../models/NotificationTriggerListResponse';
46
+ import { NotificationTriggerResponse } from '../models/NotificationTriggerResponse';
34
47
  import { OAuthConfig } from '../models/OAuthConfig';
35
48
  import { OAuthConfigListResponse } from '../models/OAuthConfigListResponse';
36
49
  import { OAuthProvider } from '../models/OAuthProvider';
@@ -43,6 +56,7 @@ import { PlayerResponse } from '../models/PlayerResponse';
43
56
  import { PlayerResponseExpandable } from '../models/PlayerResponseExpandable';
44
57
  import { PlayerTransferOwnershipRequest } from '../models/PlayerTransferOwnershipRequest';
45
58
  import { PlayerUpdateRequest } from '../models/PlayerUpdateRequest';
59
+ import { PolicyBalanceWithdrawResponse } from '../models/PolicyBalanceWithdrawResponse';
46
60
  import { PolicyDeleteResponse } from '../models/PolicyDeleteResponse';
47
61
  import { PolicyListResponse } from '../models/PolicyListResponse';
48
62
  import { PolicyResponse } from '../models/PolicyResponse';
@@ -77,6 +91,7 @@ import { Web3ActionResponse } from '../models/Web3ActionResponse';
77
91
  import { Web3ConnectionListResponse } from '../models/Web3ConnectionListResponse';
78
92
  import { Web3ConnectionResponse } from '../models/Web3ConnectionResponse';
79
93
  import { Web3ConnectionResponseExpandable } from '../models/Web3ConnectionResponseExpandable';
94
+ import { WithdrawalPolicyRequest } from '../models/WithdrawalPolicyRequest';
80
95
  import { AccountsApiRequestFactory, AccountsApiResponseProcessor } from "../apis/AccountsApi";
81
96
  export interface AccountsApiCancelTransferOwnershipRequest {
82
97
  /**
@@ -239,7 +254,7 @@ export declare class ObjectAccountsApi {
239
254
  */
240
255
  completeRecovery(param: AccountsApiCompleteRecoveryRequest, options?: Configuration): Promise<TransactionIntentResponse>;
241
256
  /**
242
- * Creates a new blockchain account for the provided player. Account creation does not consume any gas. All accounts of a player will use the same address across blockchains. Only one account can per chain per player.
257
+ * Creates a new blockchain account for the provided player. Account creation does not consume any gas. All accounts of a player will use the same address across blockchains. Each player can only have one account per chain.
243
258
  * Create an account object.
244
259
  * @param param the request object
245
260
  */
@@ -667,36 +682,297 @@ export declare class ObjectInventoriesApi {
667
682
  private api;
668
683
  constructor(configuration: Configuration, requestFactory?: InventoriesApiRequestFactory, responseProcessor?: InventoriesApiResponseProcessor);
669
684
  /**
685
+ * For development purposes only. Under higher load scenarios, this endpoint may be rate limited.
670
686
  * Retrieves the cryptocurrency assets of an existing account.
671
687
  * @param param the request object
672
688
  */
673
689
  getAccountCryptoCurrencyInventory(param: InventoriesApiGetAccountCryptoCurrencyInventoryRequest, options?: Configuration): Promise<InventoryListResponse>;
674
690
  /**
691
+ * For development purposes only. Under higher load scenarios, this endpoint may be rate limited.
675
692
  * Retrieves the native asset of an existing account.
676
693
  * @param param the request object
677
694
  */
678
695
  getAccountNativeInventory(param: InventoriesApiGetAccountNativeInventoryRequest, options?: Configuration): Promise<InventoryResponse>;
679
696
  /**
697
+ * For development purposes only. Under higher load scenarios, this endpoint may be rate limited.
680
698
  * Retrieves the NFT assets of an existing account.
681
699
  * @param param the request object
682
700
  */
683
701
  getAccountNftInventory(param: InventoriesApiGetAccountNftInventoryRequest, options?: Configuration): Promise<InventoryListResponse>;
684
702
  /**
703
+ * For development purposes only. Under higher load scenarios, this endpoint may be rate limited.
685
704
  * Get cryptocurrency list of player.
686
705
  * @param param the request object
687
706
  */
688
707
  getPlayerCryptoCurrencyInventory(param: InventoriesApiGetPlayerCryptoCurrencyInventoryRequest, options?: Configuration): Promise<InventoryListResponse>;
689
708
  /**
709
+ * For development purposes only. Under higher load scenarios, this endpoint may be rate limited.
690
710
  * Get native token list of player.
691
711
  * @param param the request object
692
712
  */
693
713
  getPlayerNativeInventory(param: InventoriesApiGetPlayerNativeInventoryRequest, options?: Configuration): Promise<InventoryResponse>;
694
714
  /**
715
+ * For development purposes only. Under higher load scenarios, this endpoint may be rate limited.
695
716
  * Get NFTs list of player.
696
717
  * @param param the request object
697
718
  */
698
719
  getPlayerNftInventory(param: InventoriesApiGetPlayerNftInventoryRequest, options?: Configuration): Promise<InventoryListResponse>;
699
720
  }
721
+ import { NotificationSubscriptionsApiRequestFactory, NotificationSubscriptionsApiResponseProcessor } from "../apis/NotificationSubscriptionsApi";
722
+ export interface NotificationSubscriptionsApiCreateNotificationSubscriptionRequest {
723
+ /**
724
+ *
725
+ * @type CreateNotificationSubscriptionRequest
726
+ * @memberof NotificationSubscriptionsApicreateNotificationSubscription
727
+ */
728
+ createNotificationSubscriptionRequest: CreateNotificationSubscriptionRequest;
729
+ }
730
+ export interface NotificationSubscriptionsApiDeleteNotificationSubscriptionRequest {
731
+ /**
732
+ * Specifies the unique notification subscription ID (starts with ntr_).
733
+ * @type string
734
+ * @memberof NotificationSubscriptionsApideleteNotificationSubscription
735
+ */
736
+ id: string;
737
+ }
738
+ export interface NotificationSubscriptionsApiGetNotificationSubscriptionRequest {
739
+ /**
740
+ * Specifies the unique notification subscription ID (starts with not_).
741
+ * @type string
742
+ * @memberof NotificationSubscriptionsApigetNotificationSubscription
743
+ */
744
+ id: string;
745
+ }
746
+ export interface NotificationSubscriptionsApiGetNotificationSubscriptionsRequest {
747
+ /**
748
+ * Specifies the unique notification ID (starts with not_).
749
+ * @type string
750
+ * @memberof NotificationSubscriptionsApigetNotificationSubscriptions
751
+ */
752
+ notification: string;
753
+ /**
754
+ * Specifies the maximum number of records to return.
755
+ * @type number
756
+ * @memberof NotificationSubscriptionsApigetNotificationSubscriptions
757
+ */
758
+ limit?: number;
759
+ /**
760
+ * Specifies the offset for the first records to return.
761
+ * @type number
762
+ * @memberof NotificationSubscriptionsApigetNotificationSubscriptions
763
+ */
764
+ skip?: number;
765
+ /**
766
+ * Specifies the order in which to sort the results.
767
+ * @type SortOrder
768
+ * @memberof NotificationSubscriptionsApigetNotificationSubscriptions
769
+ */
770
+ order?: SortOrder;
771
+ }
772
+ export declare class ObjectNotificationSubscriptionsApi {
773
+ private api;
774
+ constructor(configuration: Configuration, requestFactory?: NotificationSubscriptionsApiRequestFactory, responseProcessor?: NotificationSubscriptionsApiResponseProcessor);
775
+ /**
776
+ * Create a subscription for the provided notification.
777
+ * Create a notification subscription object.
778
+ * @param param the request object
779
+ */
780
+ createNotificationSubscription(param: NotificationSubscriptionsApiCreateNotificationSubscriptionRequest, options?: Configuration): Promise<NotificationSubscription>;
781
+ /**
782
+ * Delete a notification subscription by providing its notification subscription id.
783
+ * Deletes a notification subscription object.
784
+ * @param param the request object
785
+ */
786
+ deleteNotificationSubscription(param: NotificationSubscriptionsApiDeleteNotificationSubscriptionRequest, options?: Configuration): Promise<NotificationSubscriptionDeleteResponse>;
787
+ /**
788
+ * Retrieves the details of an existing notification subscription. Supply the unique notification subscription ID.
789
+ * Get existing notification subscription.
790
+ * @param param the request object
791
+ */
792
+ getNotificationSubscription(param: NotificationSubscriptionsApiGetNotificationSubscriptionRequest, options?: Configuration): Promise<NotificationSubscription>;
793
+ /**
794
+ * 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.
795
+ * List notification subscriptions of a notification.
796
+ * @param param the request object
797
+ */
798
+ getNotificationSubscriptions(param: NotificationSubscriptionsApiGetNotificationSubscriptionsRequest, options?: Configuration): Promise<NotificationSubscriptionListResponse>;
799
+ }
800
+ import { NotificationTriggersApiRequestFactory, NotificationTriggersApiResponseProcessor } from "../apis/NotificationTriggersApi";
801
+ export interface NotificationTriggersApiCreateNotificationTriggerRequest {
802
+ /**
803
+ *
804
+ * @type CreateNotificationTriggerRequest
805
+ * @memberof NotificationTriggersApicreateNotificationTrigger
806
+ */
807
+ createNotificationTriggerRequest: CreateNotificationTriggerRequest;
808
+ }
809
+ export interface NotificationTriggersApiDeleteNotificationTriggerRequest {
810
+ /**
811
+ * Specifies the unique notification trigger ID (starts with ntr_).
812
+ * @type string
813
+ * @memberof NotificationTriggersApideleteNotificationTrigger
814
+ */
815
+ id: string;
816
+ }
817
+ export interface NotificationTriggersApiGetNotificationTriggerRequest {
818
+ /**
819
+ * Specifies the unique notification trigger ID (starts with ntr_).
820
+ * @type string
821
+ * @memberof NotificationTriggersApigetNotificationTrigger
822
+ */
823
+ id: string;
824
+ }
825
+ export interface NotificationTriggersApiGetNotificationTriggersRequest {
826
+ /**
827
+ * Specifies the unique notification ID (starts with not_).
828
+ * @type string
829
+ * @memberof NotificationTriggersApigetNotificationTriggers
830
+ */
831
+ notification: string;
832
+ /**
833
+ * Specifies the maximum number of records to return.
834
+ * @type number
835
+ * @memberof NotificationTriggersApigetNotificationTriggers
836
+ */
837
+ limit?: number;
838
+ /**
839
+ * Specifies the offset for the first records to return.
840
+ * @type number
841
+ * @memberof NotificationTriggersApigetNotificationTriggers
842
+ */
843
+ skip?: number;
844
+ /**
845
+ * Specifies the order in which to sort the results.
846
+ * @type SortOrder
847
+ * @memberof NotificationTriggersApigetNotificationTriggers
848
+ */
849
+ order?: SortOrder;
850
+ }
851
+ export declare class ObjectNotificationTriggersApi {
852
+ private api;
853
+ constructor(configuration: Configuration, requestFactory?: NotificationTriggersApiRequestFactory, responseProcessor?: NotificationTriggersApiResponseProcessor);
854
+ /**
855
+ * Create a trigger for the provided notification.
856
+ * Create a notification trigger object.
857
+ * @param param the request object
858
+ */
859
+ createNotificationTrigger(param: NotificationTriggersApiCreateNotificationTriggerRequest, options?: Configuration): Promise<NotificationTriggerResponse>;
860
+ /**
861
+ * Delete a notification trigger by providing its notification trigger id.
862
+ * Deletes a notification trigger object.
863
+ * @param param the request object
864
+ */
865
+ deleteNotificationTrigger(param: NotificationTriggersApiDeleteNotificationTriggerRequest, options?: Configuration): Promise<NotificationTriggerDeleteResponse>;
866
+ /**
867
+ * Retrieves the details of an existing notification trigger. Supply the unique notification trigger ID.
868
+ * Get existing notification trigger.
869
+ * @param param the request object
870
+ */
871
+ getNotificationTrigger(param: NotificationTriggersApiGetNotificationTriggerRequest, options?: Configuration): Promise<NotificationTriggerResponse>;
872
+ /**
873
+ * 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.
874
+ * List notification triggers of a notification.
875
+ * @param param the request object
876
+ */
877
+ getNotificationTriggers(param: NotificationTriggersApiGetNotificationTriggersRequest, options?: Configuration): Promise<NotificationTriggerListResponse>;
878
+ }
879
+ import { NotificationsApiRequestFactory, NotificationsApiResponseProcessor } from "../apis/NotificationsApi";
880
+ export interface NotificationsApiCreateNotificationRequest {
881
+ /**
882
+ *
883
+ * @type CreateNotificationRequest
884
+ * @memberof NotificationsApicreateNotification
885
+ */
886
+ createNotificationRequest: CreateNotificationRequest;
887
+ }
888
+ export interface NotificationsApiDeleteNotificationRequest {
889
+ /**
890
+ * Specifies the unique notification ID (starts with not_).
891
+ * @type string
892
+ * @memberof NotificationsApideleteNotification
893
+ */
894
+ id: string;
895
+ }
896
+ export interface NotificationsApiGetNotificationRequest {
897
+ /**
898
+ * Specifies the unique notification ID (starts with not_).
899
+ * @type string
900
+ * @memberof NotificationsApigetNotification
901
+ */
902
+ id: string;
903
+ /**
904
+ *
905
+ * @type Array&lt;NotificationResponseExpandable&gt;
906
+ * @memberof NotificationsApigetNotification
907
+ */
908
+ expand?: Array<NotificationResponseExpandable>;
909
+ }
910
+ export interface NotificationsApiGetNotificationsRequest {
911
+ /**
912
+ * Specifies the maximum number of records to return.
913
+ * @type number
914
+ * @memberof NotificationsApigetNotifications
915
+ */
916
+ limit?: number;
917
+ /**
918
+ * Specifies the offset for the first records to return.
919
+ * @type number
920
+ * @memberof NotificationsApigetNotifications
921
+ */
922
+ skip?: number;
923
+ /**
924
+ * Specifies the order in which to sort the results.
925
+ * @type SortOrder
926
+ * @memberof NotificationsApigetNotifications
927
+ */
928
+ order?: SortOrder;
929
+ /**
930
+ * Specifies the fields to expand in the response.
931
+ * @type Array&lt;NotificationResponseExpandable&gt;
932
+ * @memberof NotificationsApigetNotifications
933
+ */
934
+ expand?: Array<NotificationResponseExpandable>;
935
+ /**
936
+ * Specifies whether to include deleted notifications.
937
+ * @type boolean
938
+ * @memberof NotificationsApigetNotifications
939
+ */
940
+ deleted?: boolean;
941
+ /**
942
+ * Specifies the name of the notifications.
943
+ * @type string
944
+ * @memberof NotificationsApigetNotifications
945
+ */
946
+ name?: string;
947
+ }
948
+ export declare class ObjectNotificationsApi {
949
+ private api;
950
+ constructor(configuration: Configuration, requestFactory?: NotificationsApiRequestFactory, responseProcessor?: NotificationsApiResponseProcessor);
951
+ /**
952
+ * Create a notification object.
953
+ * Create a notification object.
954
+ * @param param the request object
955
+ */
956
+ createNotification(param: NotificationsApiCreateNotificationRequest, options?: Configuration): Promise<NotificationResponse>;
957
+ /**
958
+ * Delete a notification by providing its notification id.
959
+ * Deletes a notification object.
960
+ * @param param the request object
961
+ */
962
+ deleteNotification(param: NotificationsApiDeleteNotificationRequest, options?: Configuration): Promise<NotificationDeleteResponse>;
963
+ /**
964
+ * Retrieves the details of an existing notification. Supply the unique notification ID.
965
+ * Get existing notification.
966
+ * @param param the request object
967
+ */
968
+ getNotification(param: NotificationsApiGetNotificationRequest, options?: Configuration): Promise<NotificationResponse>;
969
+ /**
970
+ * 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.
971
+ * List notifications.
972
+ * @param param the request object
973
+ */
974
+ getNotifications(param?: NotificationsApiGetNotificationsRequest, options?: Configuration): Promise<NotificationListResponse>;
975
+ }
700
976
  import { OAuthApiRequestFactory, OAuthApiResponseProcessor } from "../apis/OAuthApi";
701
977
  export interface OAuthApiAuthorizeWithOAuthTokenRequest {
702
978
  /**
@@ -1026,6 +1302,20 @@ export interface PoliciesApiCreatePolicyRequest {
1026
1302
  */
1027
1303
  createPolicyRequest: CreatePolicyRequest;
1028
1304
  }
1305
+ export interface PoliciesApiCreatePolicyWithdrawalRequest {
1306
+ /**
1307
+ * Specifies the unique policy ID (starts with pol_).
1308
+ * @type string
1309
+ * @memberof PoliciesApicreatePolicyWithdrawal
1310
+ */
1311
+ id: string;
1312
+ /**
1313
+ *
1314
+ * @type WithdrawalPolicyRequest
1315
+ * @memberof PoliciesApicreatePolicyWithdrawal
1316
+ */
1317
+ withdrawalPolicyRequest: WithdrawalPolicyRequest;
1318
+ }
1029
1319
  export interface PoliciesApiDeletePolicyRequest {
1030
1320
  /**
1031
1321
  * Specifies the unique policy ID (starts with pol_).
@@ -1082,7 +1372,7 @@ export interface PoliciesApiGetPoliciesRequest {
1082
1372
  */
1083
1373
  name?: string;
1084
1374
  /**
1085
- * Specifies whether to include deleted contracts.
1375
+ * Specifies whether to include deleted policies.
1086
1376
  * @type boolean
1087
1377
  * @memberof PoliciesApigetPolicies
1088
1378
  */
@@ -1094,7 +1384,7 @@ export interface PoliciesApiGetPoliciesRequest {
1094
1384
  */
1095
1385
  chainId?: number;
1096
1386
  /**
1097
- * Specifies whether to include enabled contracts.
1387
+ * Specifies whether to include enabled policies.
1098
1388
  * @type boolean
1099
1389
  * @memberof PoliciesApigetPolicies
1100
1390
  */
@@ -1114,6 +1404,14 @@ export interface PoliciesApiGetPolicyRequest {
1114
1404
  */
1115
1405
  expand?: Array<PolicyResponseExpandable>;
1116
1406
  }
1407
+ export interface PoliciesApiGetPolicyBalanceRequest {
1408
+ /**
1409
+ * Specifies the unique policy ID (starts with pol_).
1410
+ * @type string
1411
+ * @memberof PoliciesApigetPolicyBalance
1412
+ */
1413
+ id: string;
1414
+ }
1117
1415
  export interface PoliciesApiGetPolicyTotalGasUsageRequest {
1118
1416
  /**
1119
1417
  * Specifies the unique policy ID (starts with pol_).
@@ -1144,6 +1442,11 @@ export declare class ObjectPoliciesApi {
1144
1442
  * @param param the request object
1145
1443
  */
1146
1444
  createPolicy(param: PoliciesApiCreatePolicyRequest, options?: Configuration): Promise<PolicyResponse>;
1445
+ /**
1446
+ * List all gas reports of a policy.
1447
+ * @param param the request object
1448
+ */
1449
+ createPolicyWithdrawal(param: PoliciesApiCreatePolicyWithdrawalRequest, options?: Configuration): Promise<TransactionIntentResponse>;
1147
1450
  /**
1148
1451
  * Delete a policy object.
1149
1452
  * @param param the request object
@@ -1175,7 +1478,12 @@ export declare class ObjectPoliciesApi {
1175
1478
  * List all gas reports of a policy.
1176
1479
  * @param param the request object
1177
1480
  */
1178
- getPolicyTotalGasUsage(param: PoliciesApiGetPolicyTotalGasUsageRequest, options?: Configuration): Promise<GasReport>;
1481
+ getPolicyBalance(param: PoliciesApiGetPolicyBalanceRequest, options?: Configuration): Promise<PolicyBalanceWithdrawResponse>;
1482
+ /**
1483
+ * List all gas reports of a policy.
1484
+ * @param param the request object
1485
+ */
1486
+ getPolicyTotalGasUsage(param: PoliciesApiGetPolicyTotalGasUsageRequest, options?: Configuration): Promise<GasReportListResponse>;
1179
1487
  /**
1180
1488
  * Update a policy object.
1181
1489
  * @param param the request object
@@ -1183,19 +1491,19 @@ export declare class ObjectPoliciesApi {
1183
1491
  updatePolicy(param: PoliciesApiUpdatePolicyRequest, options?: Configuration): Promise<PolicyResponse>;
1184
1492
  }
1185
1493
  import { PolicyRulesApiRequestFactory, PolicyRulesApiResponseProcessor } from "../apis/PolicyRulesApi";
1186
- export interface PolicyRulesApiCreatePolicyRulesRequest {
1494
+ export interface PolicyRulesApiCreatePolicyRuleRequest {
1187
1495
  /**
1188
1496
  *
1189
1497
  * @type CreatePolicyRuleRequest
1190
- * @memberof PolicyRulesApicreatePolicyRules
1498
+ * @memberof PolicyRulesApicreatePolicyRule
1191
1499
  */
1192
1500
  createPolicyRuleRequest: CreatePolicyRuleRequest;
1193
1501
  }
1194
- export interface PolicyRulesApiDeletePolicyRulesRequest {
1502
+ export interface PolicyRulesApiDeletePolicyRuleRequest {
1195
1503
  /**
1196
1504
  * Specifies the unique policy rule ID (starts with afu_).
1197
1505
  * @type string
1198
- * @memberof PolicyRulesApideletePolicyRules
1506
+ * @memberof PolicyRulesApideletePolicyRule
1199
1507
  */
1200
1508
  id: string;
1201
1509
  }
@@ -1231,17 +1539,17 @@ export interface PolicyRulesApiGetPolicyRulesRequest {
1231
1539
  */
1232
1540
  expand?: Array<'contract'>;
1233
1541
  }
1234
- export interface PolicyRulesApiUpdatePolicyRulesRequest {
1542
+ export interface PolicyRulesApiUpdatePolicyRuleRequest {
1235
1543
  /**
1236
1544
  * Specifies the unique policy rule ID (starts with afu_).
1237
1545
  * @type string
1238
- * @memberof PolicyRulesApiupdatePolicyRules
1546
+ * @memberof PolicyRulesApiupdatePolicyRule
1239
1547
  */
1240
1548
  id: string;
1241
1549
  /**
1242
1550
  *
1243
1551
  * @type UpdatePolicyRuleRequest
1244
- * @memberof PolicyRulesApiupdatePolicyRules
1552
+ * @memberof PolicyRulesApiupdatePolicyRule
1245
1553
  */
1246
1554
  updatePolicyRuleRequest: UpdatePolicyRuleRequest;
1247
1555
  }
@@ -1252,13 +1560,14 @@ export declare class ObjectPolicyRulesApi {
1252
1560
  * Create a policy rule object.
1253
1561
  * @param param the request object
1254
1562
  */
1255
- createPolicyRules(param: PolicyRulesApiCreatePolicyRulesRequest, options?: Configuration): Promise<PolicyRuleResponse>;
1563
+ createPolicyRule(param: PolicyRulesApiCreatePolicyRuleRequest, options?: Configuration): Promise<PolicyRuleResponse>;
1256
1564
  /**
1257
1565
  * Deletes a policy rule object.
1258
1566
  * @param param the request object
1259
1567
  */
1260
- deletePolicyRules(param: PolicyRulesApiDeletePolicyRulesRequest, options?: Configuration): Promise<PolicyRuleDeleteResponse>;
1568
+ deletePolicyRule(param: PolicyRulesApiDeletePolicyRuleRequest, options?: Configuration): Promise<PolicyRuleDeleteResponse>;
1261
1569
  /**
1570
+ * Returns a list of policy rules of a policy. The policy rules are returned sorted by creation date, with the most recently created policy rules appearing first. By default, a maximum of 10 policy rules are shown per page.
1262
1571
  * List policy rules of a policy.
1263
1572
  * @param param the request object
1264
1573
  */
@@ -1267,7 +1576,7 @@ export declare class ObjectPolicyRulesApi {
1267
1576
  * Update a policy rule object.
1268
1577
  * @param param the request object
1269
1578
  */
1270
- updatePolicyRules(param: PolicyRulesApiUpdatePolicyRulesRequest, options?: Configuration): Promise<PolicyRuleResponse>;
1579
+ updatePolicyRule(param: PolicyRulesApiUpdatePolicyRuleRequest, options?: Configuration): Promise<PolicyRuleResponse>;
1271
1580
  }
1272
1581
  import { SessionsApiRequestFactory, SessionsApiResponseProcessor } from "../apis/SessionsApi";
1273
1582
  export interface SessionsApiCreateSessionRequest {
@@ -1389,7 +1698,7 @@ export interface SettingsApiCreateDeveloperAccountRequest {
1389
1698
  }
1390
1699
  export interface SettingsApiDeleteDeveloperAccountRequest {
1391
1700
  /**
1392
- * Specifies a unique developer account.
1701
+ * Specifies a unique developer account (starts with dac_).
1393
1702
  * @type string
1394
1703
  * @memberof SettingsApideleteDeveloperAccount
1395
1704
  */
@@ -1397,7 +1706,7 @@ export interface SettingsApiDeleteDeveloperAccountRequest {
1397
1706
  }
1398
1707
  export interface SettingsApiGetDeveloperAccountRequest {
1399
1708
  /**
1400
- *
1709
+ * Specifies the unique developer account ID (starts with dac_).
1401
1710
  * @type string
1402
1711
  * @memberof SettingsApigetDeveloperAccount
1403
1712
  */
@@ -1434,6 +1743,12 @@ export interface SettingsApiGetDeveloperAccountsRequest {
1434
1743
  * @memberof SettingsApigetDeveloperAccounts
1435
1744
  */
1436
1745
  expand?: Array<DeveloperAccountResponseExpandable>;
1746
+ /**
1747
+ * Specifies whether to include deleted dev accounts.
1748
+ * @type boolean
1749
+ * @memberof SettingsApigetDeveloperAccounts
1750
+ */
1751
+ deleted?: boolean;
1437
1752
  }
1438
1753
  export interface SettingsApiGetVerificationPayloadRequest {
1439
1754
  /**
@@ -1469,7 +1784,7 @@ export declare class ObjectSettingsApi {
1469
1784
  */
1470
1785
  deleteDeveloperAccount(param: SettingsApiDeleteDeveloperAccountRequest, options?: Configuration): Promise<DeveloperAccountDeleteResponse>;
1471
1786
  /**
1472
- * Retrieve the list of the developer accounts for the current project.
1787
+ * Retrieve a developer account.
1473
1788
  * Get existing developer account.
1474
1789
  * @param param the request object
1475
1790
  */
@@ -1573,6 +1888,12 @@ export interface TransactionIntentsApiGetTransactionIntentsRequest {
1573
1888
  * @memberof TransactionIntentsApigetTransactionIntents
1574
1889
  */
1575
1890
  player?: Array<string>;
1891
+ /**
1892
+ * Filter by successful (1) or failed (0) transaction intents.
1893
+ * @type number
1894
+ * @memberof TransactionIntentsApigetTransactionIntents
1895
+ */
1896
+ status?: number;
1576
1897
  /**
1577
1898
  * Filter by policy ID (starts with pol_).
1578
1899
  * @type Array&lt;string&gt;