@openfort/openfort-node 0.6.26 → 0.6.28

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 (394) hide show
  1. package/dist/apis/accountsApiWrapper.d.ts +8 -0
  2. package/dist/apis/accountsApiWrapper.js +10 -0
  3. package/dist/apis/accountsApiWrapper.js.map +1 -1
  4. package/dist/apis/transactionIntentsApiWrapper.js +1 -1
  5. package/dist/apis/transactionIntentsApiWrapper.js.map +1 -1
  6. package/dist/apis/web3ConnectionsApiWrapper.js +1 -1
  7. package/dist/apis/web3ConnectionsApiWrapper.js.map +1 -1
  8. package/dist/generated/apis/AccountsApi.d.ts +18 -0
  9. package/dist/generated/apis/AccountsApi.js +72 -0
  10. package/dist/generated/apis/AccountsApi.js.map +1 -1
  11. package/dist/generated/apis/OAuthApi.js +1 -1
  12. package/dist/generated/apis/OAuthApi.js.map +1 -1
  13. package/dist/generated/apis/PlayersAuthenticationApi.d.ts +28 -0
  14. package/dist/generated/apis/PlayersAuthenticationApi.js +90 -0
  15. package/dist/generated/apis/PlayersAuthenticationApi.js.map +1 -1
  16. package/dist/generated/apis/PoliciesApi.d.ts +2 -2
  17. package/dist/generated/apis/PoliciesApi.js +2 -2
  18. package/dist/generated/apis/PolicyRulesApi.d.ts +2 -2
  19. package/dist/generated/apis/PolicyRulesApi.js +2 -2
  20. package/dist/generated/apis/Web3ConnectionsApi.d.ts +5 -5
  21. package/dist/generated/apis/Web3ConnectionsApi.js +5 -9
  22. package/dist/generated/apis/Web3ConnectionsApi.js.map +1 -1
  23. package/dist/generated/models/AuthPlayerResponse.d.ts +3 -2
  24. package/dist/generated/models/AuthPlayerResponse.js +12 -6
  25. package/dist/generated/models/AuthPlayerResponse.js.map +1 -1
  26. package/dist/generated/models/DeployRequest.d.ts +31 -0
  27. package/dist/generated/models/DeployRequest.js +32 -0
  28. package/dist/generated/models/DeployRequest.js.map +1 -0
  29. package/dist/generated/models/GoogleOAuthConfig.d.ts +1 -1
  30. package/dist/generated/models/OAuthConfig.d.ts +1 -1
  31. package/dist/generated/models/ObjectSerializer.d.ts +4 -0
  32. package/dist/generated/models/ObjectSerializer.js +12 -0
  33. package/dist/generated/models/ObjectSerializer.js.map +1 -1
  34. package/dist/generated/models/RegisterPlayerEncryptedKeyRequest.d.ts +39 -0
  35. package/dist/generated/models/RegisterPlayerEncryptedKeyRequest.js +44 -0
  36. package/dist/generated/models/RegisterPlayerEncryptedKeyRequest.js.map +1 -0
  37. package/dist/generated/models/RegisterPlayerEncryptedKeyResponse.d.ts +31 -0
  38. package/dist/generated/models/RegisterPlayerEncryptedKeyResponse.js +50 -0
  39. package/dist/generated/models/RegisterPlayerEncryptedKeyResponse.js.map +1 -0
  40. package/dist/generated/models/RetrievePlayerEncryptedKeyResponse.d.ts +33 -0
  41. package/dist/generated/models/RetrievePlayerEncryptedKeyResponse.js +62 -0
  42. package/dist/generated/models/RetrievePlayerEncryptedKeyResponse.js.map +1 -0
  43. package/dist/generated/models/SubmitWeb3ActionRequest.d.ts +4 -0
  44. package/dist/generated/models/SubmitWeb3ActionRequest.js +6 -0
  45. package/dist/generated/models/SubmitWeb3ActionRequest.js.map +1 -1
  46. package/dist/generated/models/Web3ActionResponse.d.ts +10 -1
  47. package/dist/generated/models/Web3ActionResponse.js +56 -2
  48. package/dist/generated/models/Web3ActionResponse.js.map +1 -1
  49. package/dist/generated/models/Web3ConnectionListQueries.d.ts +1 -1
  50. package/dist/generated/models/all.d.ts +4 -0
  51. package/dist/generated/models/all.js +4 -0
  52. package/dist/generated/models/all.js.map +1 -1
  53. package/dist/generated/types/ObjectParamAPI.d.ts +60 -14
  54. package/dist/generated/types/ObjectParamAPI.js +26 -2
  55. package/dist/generated/types/ObjectParamAPI.js.map +1 -1
  56. package/dist/generated/types/ObservableAPI.d.ts +31 -9
  57. package/dist/generated/types/ObservableAPI.js +73 -10
  58. package/dist/generated/types/ObservableAPI.js.map +1 -1
  59. package/dist/generated/types/PromiseAPI.d.ts +31 -9
  60. package/dist/generated/types/PromiseAPI.js +37 -10
  61. package/dist/generated/types/PromiseAPI.js.map +1 -1
  62. package/dist/models/deployRequest.d.ts +4 -0
  63. package/dist/models/deployRequest.js +3 -0
  64. package/dist/models/deployRequest.js.map +1 -0
  65. package/dist/models/getTransactionIntentRequest.d.ts +1 -0
  66. package/dist/version.d.ts +1 -1
  67. package/dist/version.js +1 -1
  68. package/package.json +1 -1
  69. package/tsconfig.tsbuildinfo +1 -1
  70. package/docs/.nojekyll +0 -1
  71. package/docs/assets/highlight.css +0 -78
  72. package/docs/assets/icons.css +0 -1043
  73. package/docs/assets/icons.png +0 -0
  74. package/docs/assets/icons@2x.png +0 -0
  75. package/docs/assets/main.js +0 -52
  76. package/docs/assets/search.js +0 -1
  77. package/docs/assets/style.css +0 -1414
  78. package/docs/assets/widgets.png +0 -0
  79. package/docs/assets/widgets@2x.png +0 -0
  80. package/docs/classes/apis_baseApiWrapper.BaseApiWrapper.html +0 -1
  81. package/docs/classes/apis_contractsApiWrapper.ContractsApiWrapper.html +0 -21
  82. package/docs/classes/apis_iamApiWrapper.IamApiWrapper.html +0 -5
  83. package/docs/classes/apis_inventoriesApiWrapper.InventoriesApiWrapper.html +0 -13
  84. package/docs/classes/apis_oauthApiWrapper.OAuthApiWrapper.html +0 -5
  85. package/docs/classes/apis_playersApiWrapper.PlayersApiWrapper.html +0 -45
  86. package/docs/classes/apis_policiesApiWrapper.PoliciesApiWrapper.html +0 -43
  87. package/docs/classes/apis_policyRulesApiWrapper.PolicyRulesApiWrapper.html +0 -17
  88. package/docs/classes/apis_sessionsApiWrapper.SessionsApiWrapper.html +0 -17
  89. package/docs/classes/apis_settingsApiWrapper.SettingsApiWrapper.html +0 -21
  90. package/docs/classes/apis_transactionIntentsApiWrapper.TransactionIntentsApiWrapper.html +0 -21
  91. package/docs/classes/apis_web3ConnectionsApiWrapper.Web3ConnectionsApiWrapper.html +0 -21
  92. package/docs/classes/generated.AccountInventoryListQueries.html +0 -5
  93. package/docs/classes/generated.AccountsApi.html +0 -55
  94. package/docs/classes/generated.ApiException.html +0 -12
  95. package/docs/classes/generated.AuthenticationApi.html +0 -11
  96. package/docs/classes/generated.CancelTransferOwnershipRequest.html +0 -3
  97. package/docs/classes/generated.CompleteRecoveryRequest.html +0 -7
  98. package/docs/classes/generated.ContractsApi.html +0 -46
  99. package/docs/classes/generated.CreatePlayerSessionRequest.html +0 -19
  100. package/docs/classes/generated.GoogleAuthenticationApi.html +0 -7
  101. package/docs/classes/generated.HttpException.html +0 -6
  102. package/docs/classes/generated.InventoriesApi.html +0 -71
  103. package/docs/classes/generated.IsomorphicFetchHttpLibrary.html +0 -1
  104. package/docs/classes/generated.OAuthApi.html +0 -40
  105. package/docs/classes/generated.PkAuthentication.html +0 -9
  106. package/docs/classes/generated.PlayerCancelTransferOwnershipRequest.html +0 -5
  107. package/docs/classes/generated.PlayerInventoryListQueries.html +0 -9
  108. package/docs/classes/generated.PlayerTransferOwnershipRequest.html +0 -9
  109. package/docs/classes/generated.PlayersApi.html +0 -64
  110. package/docs/classes/generated.PlayersAuthenticationApi.html +0 -11
  111. package/docs/classes/generated.PoliciesApi.html +0 -63
  112. package/docs/classes/generated.PolicyRulesApi.html +0 -25
  113. package/docs/classes/generated.RequestContext.html +0 -20
  114. package/docs/classes/generated.RequiredError.html +0 -6
  115. package/docs/classes/generated.ResponseContext.html +0 -9
  116. package/docs/classes/generated.SelfDecodingBody.html +0 -3
  117. package/docs/classes/generated.SessionsApi.html +0 -30
  118. package/docs/classes/generated.SettingsApi.html +0 -25
  119. package/docs/classes/generated.SignPayloadRequest.html +0 -3
  120. package/docs/classes/generated.SkAuthentication.html +0 -9
  121. package/docs/classes/generated.StartRecoveryRequest.html +0 -5
  122. package/docs/classes/generated.TransactionIntentsApi.html +0 -39
  123. package/docs/classes/generated.TransferOwnershipRequest.html +0 -5
  124. package/docs/classes/generated.UpdateContractRequest.html +0 -13
  125. package/docs/classes/generated.UpdatePolicyRequest.html +0 -7
  126. package/docs/classes/generated.UpdatePolicyRuleRequest.html +0 -11
  127. package/docs/classes/generated.UpdateProjectRequest.html +0 -1
  128. package/docs/classes/generated.Web3ConnectionsApi.html +0 -33
  129. package/docs/classes/generated_middleware.PromiseMiddlewareWrapper.html +0 -7
  130. package/docs/classes/generated_rxjsStub.Observable.html +0 -1
  131. package/docs/classes/generated_servers.ServerConfiguration.html +0 -17
  132. package/docs/classes/index.Abi.html +0 -1
  133. package/docs/classes/index.AbiType.html +0 -1
  134. package/docs/classes/index.AccelbyteOAuthConfig.html +0 -11
  135. package/docs/classes/index.Account.html +0 -3
  136. package/docs/classes/index.AccountListQueries.html +0 -9
  137. package/docs/classes/index.AccountListResponse.html +0 -1
  138. package/docs/classes/index.AccountPolicyRuleResponse.html +0 -1
  139. package/docs/classes/index.AccountResponse.html +0 -3
  140. package/docs/classes/index.ApiAuthorizedNetworkListResponse.html +0 -1
  141. package/docs/classes/index.ApiAuthorizedNetworkResponse.html +0 -1
  142. package/docs/classes/index.ApiKeyResponse.html +0 -1
  143. package/docs/classes/index.AssetInventory.html +0 -3
  144. package/docs/classes/index.AuthPlayerListQueries.html +0 -7
  145. package/docs/classes/index.AuthPlayerListResponse.html +0 -1
  146. package/docs/classes/index.AuthPlayerResponse.html +0 -1
  147. package/docs/classes/index.AuthPlayerResponsePlayer.html +0 -1
  148. package/docs/classes/index.AuthResponse.html +0 -5
  149. package/docs/classes/index.AuthenticatedPlayerResponse.html +0 -3
  150. package/docs/classes/index.AuthorizeWithOAuthToken200Response.html +0 -5
  151. package/docs/classes/index.BalanceResponse.html +0 -1
  152. package/docs/classes/index.ChargeCustomTokenPolicyStrategy.html +0 -1
  153. package/docs/classes/index.CheckoutRequest.html +0 -3
  154. package/docs/classes/index.CheckoutResponse.html +0 -1
  155. package/docs/classes/index.ContractDeleteResponse.html +0 -1
  156. package/docs/classes/index.ContractListQueries.html +0 -13
  157. package/docs/classes/index.ContractListResponse.html +0 -1
  158. package/docs/classes/index.ContractPolicyRuleResponse.html +0 -1
  159. package/docs/classes/index.ContractPolicyRuleResponseContract.html +0 -3
  160. package/docs/classes/index.ContractReadQueries.html +0 -5
  161. package/docs/classes/index.ContractReadResponse.html +0 -1
  162. package/docs/classes/index.ContractResponse.html +0 -3
  163. package/docs/classes/index.CountPerIntervalLimitPolicyRuleResponse.html +0 -1
  164. package/docs/classes/index.CreateAccountRequest.html +0 -11
  165. package/docs/classes/index.CreateApiAuthorizedNetworkRequest.html +0 -1
  166. package/docs/classes/index.CreateContractRequest.html +0 -11
  167. package/docs/classes/index.CreatePlayerAccountRequest.html +0 -9
  168. package/docs/classes/index.CreatePolicyAllowFunctionRequest.html +0 -11
  169. package/docs/classes/index.CreatePolicyRequest.html +0 -5
  170. package/docs/classes/index.CreatePolicyRuleRequest.html +0 -13
  171. package/docs/classes/index.CreateProjectApiKeyRequest.html +0 -1
  172. package/docs/classes/index.CreateProjectRequest.html +0 -1
  173. package/docs/classes/index.CreateSessionRequest.html +0 -21
  174. package/docs/classes/index.CreateTransactionIntentRequest.html +0 -13
  175. package/docs/classes/index.CreateWeb3ConnectionRequest.html +0 -7
  176. package/docs/classes/index.DomainData.html +0 -3
  177. package/docs/classes/index.EntityIdResponse.html +0 -1
  178. package/docs/classes/index.EstimateTransactionIntentGasResult.html +0 -25
  179. package/docs/classes/index.FieldErrorsValue.html +0 -1
  180. package/docs/classes/index.FirebaseOAuthConfig.html +0 -7
  181. package/docs/classes/index.FixedRateTokenPolicyStrategy.html +0 -1
  182. package/docs/classes/index.GasPerIntervalLimitPolicyRuleResponse.html +0 -1
  183. package/docs/classes/index.GasPerTransactionLimitPolicyRuleResponse.html +0 -1
  184. package/docs/classes/index.GasReport.html +0 -1
  185. package/docs/classes/index.GasReportDataInner.html +0 -1
  186. package/docs/classes/index.GasReportDataInnerPeriod.html +0 -1
  187. package/docs/classes/index.GasReportDataInnerTransactionIntentsInner.html +0 -1
  188. package/docs/classes/index.GetSigninUrlResponse.html +0 -1
  189. package/docs/classes/index.GoogleOAuthConfig.html +0 -11
  190. package/docs/classes/index.Interaction.html +0 -11
  191. package/docs/classes/index.InvalidRequestError.html +0 -1
  192. package/docs/classes/index.InvalidRequestErrorResponse.html +0 -1
  193. package/docs/classes/index.InventoryListResponse.html +0 -1
  194. package/docs/classes/index.InventoryResponse.html +0 -1
  195. package/docs/classes/index.Log.html +0 -1
  196. package/docs/classes/index.LoginRequest.html +0 -5
  197. package/docs/classes/index.Money.html +0 -3
  198. package/docs/classes/index.NextActionPayload.html +0 -1
  199. package/docs/classes/index.NextActionResponse.html +0 -1
  200. package/docs/classes/index.OAuthConfig.html +0 -15
  201. package/docs/classes/index.OAuthConfigListResponse.html +0 -5
  202. package/docs/classes/index.OAuthRequest.html +0 -5
  203. package/docs/classes/index.ObsoleteAssetInventory.html +0 -3
  204. package/docs/classes/index.ObsoleteInventoryResponse.html +0 -1
  205. package/docs/classes/index.PayForUserPolicyStrategy.html +0 -1
  206. package/docs/classes/index.PaymasterDepositorCreateRequest.html +0 -5
  207. package/docs/classes/index.PaymasterDepositorDeleteResponse.html +0 -1
  208. package/docs/classes/index.PaymasterDepositorGetMessageResponse.html +0 -1
  209. package/docs/classes/index.PaymasterDepositorListResponse.html +0 -1
  210. package/docs/classes/index.PaymasterDepositorResponse.html +0 -1
  211. package/docs/classes/index.PickContractResponseId.html +0 -3
  212. package/docs/classes/index.PickPlayerResponseId.html +0 -3
  213. package/docs/classes/index.PlayFabOAuthConfig.html +0 -7
  214. package/docs/classes/index.Player.html +0 -1
  215. package/docs/classes/index.PlayerCreateRequest.html +0 -5
  216. package/docs/classes/index.PlayerDeleteResponse.html +0 -1
  217. package/docs/classes/index.PlayerInventoryQueries.html +0 -3
  218. package/docs/classes/index.PlayerListQueries.html +0 -9
  219. package/docs/classes/index.PlayerListResponse.html +0 -1
  220. package/docs/classes/index.PlayerMetadataValue.html +0 -1
  221. package/docs/classes/index.PlayerResponse.html +0 -1
  222. package/docs/classes/index.PlayerResponseAccountsInner.html +0 -3
  223. package/docs/classes/index.PlayerResponseTransactionIntentsInner.html +0 -7
  224. package/docs/classes/index.PlayerUpdateRequest.html +0 -5
  225. package/docs/classes/index.Policy.html +0 -3
  226. package/docs/classes/index.PolicyDeleteResponse.html +0 -1
  227. package/docs/classes/index.PolicyListQueries.html +0 -15
  228. package/docs/classes/index.PolicyListResponse.html +0 -1
  229. package/docs/classes/index.PolicyResponse.html +0 -3
  230. package/docs/classes/index.PolicyResponsePolicyRulesInner.html +0 -1
  231. package/docs/classes/index.PolicyRuleDeleteResponse.html +0 -1
  232. package/docs/classes/index.PolicyRuleListQueries.html +0 -9
  233. package/docs/classes/index.PolicyRuleListResponse.html +0 -1
  234. package/docs/classes/index.PolicyRuleResponse.html +0 -1
  235. package/docs/classes/index.PolicyStrategy.html +0 -1
  236. package/docs/classes/index.PolicyStrategyRequest.html +0 -7
  237. package/docs/classes/index.PrismaInputJsonValue.html +0 -3
  238. package/docs/classes/index.ProjectListResponse.html +0 -1
  239. package/docs/classes/index.ProjectLogs.html +0 -1
  240. package/docs/classes/index.ProjectResponse.html +0 -1
  241. package/docs/classes/index.ProjectWebhookRequest.html +0 -1
  242. package/docs/classes/index.ResponseResponse.html +0 -19
  243. package/docs/classes/index.RevokeSessionPlayerRequest.html +0 -9
  244. package/docs/classes/index.RevokeSessionRequest.html +0 -11
  245. package/docs/classes/index.SessionListQueries.html +0 -9
  246. package/docs/classes/index.SessionListResponse.html +0 -1
  247. package/docs/classes/index.SessionResponse.html +0 -1
  248. package/docs/classes/index.SettingsWebhookUpdateRequest.html +0 -3
  249. package/docs/classes/index.SignPayloadResponse.html +0 -1
  250. package/docs/classes/index.SignatureRequest.html +0 -5
  251. package/docs/classes/index.SignupRequest.html +0 -9
  252. package/docs/classes/index.SubmitWeb3ActionRequest.html +0 -5
  253. package/docs/classes/index.TransactionIntent.html +0 -7
  254. package/docs/classes/index.TransactionIntentListQueries.html +0 -15
  255. package/docs/classes/index.TransactionIntentListResponse.html +0 -1
  256. package/docs/classes/index.TransactionIntentResponse.html +0 -7
  257. package/docs/classes/index.TransactionIntentResponseAccount.html +0 -5
  258. package/docs/classes/index.TransactionIntentResponsePlayer.html +0 -3
  259. package/docs/classes/index.TransactionIntentResponsePolicy.html +0 -5
  260. package/docs/classes/index.TypedDataField.html +0 -1
  261. package/docs/classes/index.UpdateProjectApiKeyRequest.html +0 -1
  262. package/docs/classes/index.UserProjectCreateRequest.html +0 -1
  263. package/docs/classes/index.UserProjectCreateRequestRole.html +0 -1
  264. package/docs/classes/index.UserProjectDeleteResponse.html +0 -1
  265. package/docs/classes/index.UserProjectListResponse.html +0 -1
  266. package/docs/classes/index.UserProjectResponse.html +0 -1
  267. package/docs/classes/index.UserProjectUpdateRequest.html +0 -1
  268. package/docs/classes/index.Web3ActionListResponse.html +0 -1
  269. package/docs/classes/index.Web3ActionResponse.html +0 -3
  270. package/docs/classes/index.Web3ConnectionListQueries.html +0 -9
  271. package/docs/classes/index.Web3ConnectionListResponse.html +0 -1
  272. package/docs/classes/index.Web3ConnectionResponse.html +0 -1
  273. package/docs/classes/index.Web3ConnectionResponsePlayer.html +0 -3
  274. package/docs/classes/index.WebhookResponse.html +0 -1
  275. package/docs/classes/index.default.html +0 -1
  276. package/docs/classes/models_validationError.ValidationError.html +0 -6
  277. package/docs/classes/utilities_middleware.Middleware.html +0 -7
  278. package/docs/classes/utilities_observer.ValidationErrorMessage.html +0 -6
  279. package/docs/enums/generated.HttpMethod.html +0 -3
  280. package/docs/enums/models_webHookEvent.WebhookEventType.html +0 -1
  281. package/docs/index.html +0 -49
  282. package/docs/interfaces/generated.HttpLibrary.html +0 -1
  283. package/docs/interfaces/generated.PromiseHttpLibrary.html +0 -1
  284. package/docs/interfaces/generated.ResponseBody.html +0 -1
  285. package/docs/interfaces/generated.SecurityAuthentication.html +0 -6
  286. package/docs/interfaces/generated.TokenProvider.html +0 -1
  287. package/docs/interfaces/generated_configuration.Configuration.html +0 -1
  288. package/docs/interfaces/generated_configuration.ConfigurationParameters.html +0 -26
  289. package/docs/interfaces/generated_middleware.Middleware.html +0 -15
  290. package/docs/interfaces/generated_middleware.PromiseMiddleware.html +0 -15
  291. package/docs/interfaces/generated_servers.BaseServerConfiguration.html +0 -1
  292. package/docs/interfaces/models_accountInventoryListQueries.AccountInventoryListQueries.html +0 -5
  293. package/docs/interfaces/models_baseListRequest.BaseExpandableListRequest.html +0 -1
  294. package/docs/interfaces/models_baseListRequest.BaseListRequest.html +0 -1
  295. package/docs/interfaces/models_cancelTransferOwnershipRequest.CancelTransferOwnershipRequest.html +0 -3
  296. package/docs/interfaces/models_completeRecoveryRequest.CompleteRecoveryRequest.html +0 -7
  297. package/docs/interfaces/models_createPlayerSessionRequest.CreatePlayerSessionRequest.html +0 -19
  298. package/docs/interfaces/models_getAccountInventoryRequest.GetAccountInventoryRequest.html +0 -1
  299. package/docs/interfaces/models_getAccountRequest.GetAccountRequest.html +0 -1
  300. package/docs/interfaces/models_getAllowFunctionsRequest.GetAllowFunctionsRequest.html +0 -1
  301. package/docs/interfaces/models_getContractRequest.GetContractRequest.html +0 -1
  302. package/docs/interfaces/models_getPlayerByExternalIdRequest.GetPlayerByExternalIdRequest.html +0 -1
  303. package/docs/interfaces/models_getPlayerInventoryRequest.GetPlayerInventoryRequest.html +0 -1
  304. package/docs/interfaces/models_getPlayerRequest.GetPlayerRequest.html +0 -1
  305. package/docs/interfaces/models_getPolicyRequest.GetPolicyRequest.html +0 -1
  306. package/docs/interfaces/models_getPolicyTotalGasUsageRequest.GetPolicyTotalGasUsageRequest.html +0 -1
  307. package/docs/interfaces/models_getSessionRequest.GetSessionRequest.html +0 -1
  308. package/docs/interfaces/models_getTransactionIntentRequest.GetTransactionIntentRequest.html +0 -1
  309. package/docs/interfaces/models_getWeb3ActionsList.GetWeb3ActionsList.html +0 -1
  310. package/docs/interfaces/models_getWeb3ConnectionRequest.GetWeb3ConnectionRequest.html +0 -1
  311. package/docs/interfaces/models_playerCancelTransferOwnershipRequest.PlayerCancelTransferOwnershipRequest.html +0 -5
  312. package/docs/interfaces/models_playerInventoryListQueries.PlayerInventoryListQueries.html +0 -9
  313. package/docs/interfaces/models_playerTransferOwnershipRequest.PlayerTransferOwnershipRequest.html +0 -9
  314. package/docs/interfaces/models_revokePlayerSessionRequest.RevokePlayerSessionRequest.html +0 -9
  315. package/docs/interfaces/models_signPayloadRequest.SignPayloadRequest.html +0 -3
  316. package/docs/interfaces/models_signatureSessionRequest.SignatureSessionRequest.html +0 -1
  317. package/docs/interfaces/models_signatureTransactionIntentRequest.SignatureTransactionIntentRequest.html +0 -1
  318. package/docs/interfaces/models_startRecoveryRequest.StartRecoveryRequest.html +0 -5
  319. package/docs/interfaces/models_submitWeb3ActionRequest.CreateSubmitWeb3ActionRequest.html +0 -1
  320. package/docs/interfaces/models_transferOwnershipRequest.TransferOwnershipRequest.html +0 -5
  321. package/docs/interfaces/models_updateContractRequest.UpdateContractRequest.html +0 -13
  322. package/docs/interfaces/models_updatePlayerRequest.UpdatePlayerRequest.html +0 -5
  323. package/docs/interfaces/models_updatePolicyAllowFunctionRequest.UpdatePolicyAllowFunctionRequest.html +0 -11
  324. package/docs/interfaces/models_updatePolicyRequest.UpdatePolicyRequest.html +0 -7
  325. package/docs/interfaces/models_updatePolicyRuleRequest.UpdatePolicyRuleRequest.html +0 -11
  326. package/docs/interfaces/models_updateProjectRequest.UpdateProjectRequest.html +0 -1
  327. package/docs/interfaces/models_verifyOAuthTokenRequest.VerifyOAuthTokenRequest.html +0 -3
  328. package/docs/interfaces/models_webHookEvent.WebHookEvent.html +0 -1
  329. package/docs/interfaces/utilities_observable.Observable.html +0 -1
  330. package/docs/interfaces/utilities_observer.ErrorMessage.html +0 -1
  331. package/docs/interfaces/utilities_observer.Observer.html +0 -11
  332. package/docs/modules/apis_baseApiWrapper.html +0 -1
  333. package/docs/modules/apis_contractsApiWrapper.html +0 -1
  334. package/docs/modules/apis_iamApiWrapper.html +0 -1
  335. package/docs/modules/apis_inventoriesApiWrapper.html +0 -1
  336. package/docs/modules/apis_oauthApiWrapper.html +0 -1
  337. package/docs/modules/apis_playersApiWrapper.html +0 -1
  338. package/docs/modules/apis_policiesApiWrapper.html +0 -1
  339. package/docs/modules/apis_policyRulesApiWrapper.html +0 -1
  340. package/docs/modules/apis_sessionsApiWrapper.html +0 -1
  341. package/docs/modules/apis_settingsApiWrapper.html +0 -1
  342. package/docs/modules/apis_transactionIntentsApiWrapper.html +0 -1
  343. package/docs/modules/apis_web3ConnectionsApiWrapper.html +0 -1
  344. package/docs/modules/generated.html +0 -7
  345. package/docs/modules/generated_configuration.html +0 -15
  346. package/docs/modules/generated_middleware.html +0 -1
  347. package/docs/modules/generated_rxjsStub.html +0 -1
  348. package/docs/modules/generated_servers.html +0 -1
  349. package/docs/modules/generated_util.html +0 -11
  350. package/docs/modules/index.html +0 -5
  351. package/docs/modules/models.html +0 -1
  352. package/docs/modules/models_accountInventoryListQueries.html +0 -1
  353. package/docs/modules/models_baseListRequest.html +0 -1
  354. package/docs/modules/models_cancelTransferOwnershipRequest.html +0 -1
  355. package/docs/modules/models_completeRecoveryRequest.html +0 -1
  356. package/docs/modules/models_createPlayerSessionRequest.html +0 -1
  357. package/docs/modules/models_getAccountInventoryRequest.html +0 -1
  358. package/docs/modules/models_getAccountRequest.html +0 -1
  359. package/docs/modules/models_getAllowFunctionsRequest.html +0 -1
  360. package/docs/modules/models_getContractRequest.html +0 -1
  361. package/docs/modules/models_getPlayerByExternalIdRequest.html +0 -1
  362. package/docs/modules/models_getPlayerInventoryRequest.html +0 -1
  363. package/docs/modules/models_getPlayerRequest.html +0 -1
  364. package/docs/modules/models_getPolicyRequest.html +0 -1
  365. package/docs/modules/models_getPolicyTotalGasUsageRequest.html +0 -1
  366. package/docs/modules/models_getSessionRequest.html +0 -1
  367. package/docs/modules/models_getTransactionIntentRequest.html +0 -1
  368. package/docs/modules/models_getWeb3ActionsList.html +0 -1
  369. package/docs/modules/models_getWeb3ConnectionRequest.html +0 -1
  370. package/docs/modules/models_playerCancelTransferOwnershipRequest.html +0 -1
  371. package/docs/modules/models_playerInventoryListQueries.html +0 -1
  372. package/docs/modules/models_playerTransferOwnershipRequest.html +0 -1
  373. package/docs/modules/models_revokePlayerSessionRequest.html +0 -1
  374. package/docs/modules/models_signPayloadRequest.html +0 -1
  375. package/docs/modules/models_signatureSessionRequest.html +0 -1
  376. package/docs/modules/models_signatureTransactionIntentRequest.html +0 -1
  377. package/docs/modules/models_startRecoveryRequest.html +0 -1
  378. package/docs/modules/models_submitWeb3ActionRequest.html +0 -1
  379. package/docs/modules/models_transferOwnershipRequest.html +0 -1
  380. package/docs/modules/models_updateContractRequest.html +0 -1
  381. package/docs/modules/models_updatePlayerRequest.html +0 -1
  382. package/docs/modules/models_updatePolicyAllowFunctionRequest.html +0 -1
  383. package/docs/modules/models_updatePolicyRequest.html +0 -1
  384. package/docs/modules/models_updatePolicyRuleRequest.html +0 -1
  385. package/docs/modules/models_updateProjectRequest.html +0 -1
  386. package/docs/modules/models_validationError.html +0 -1
  387. package/docs/modules/models_verifyOAuthTokenRequest.html +0 -1
  388. package/docs/modules/models_webHookEvent.html +0 -1
  389. package/docs/modules/utilities_httpErrorHandler.html +0 -1
  390. package/docs/modules/utilities_middleware.html +0 -1
  391. package/docs/modules/utilities_observable.html +0 -1
  392. package/docs/modules/utilities_observer.html +0 -1
  393. package/docs/modules.html +0 -1
  394. package/docs/spec.json +0 -105863
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ /**
3
+ * Openfort API
4
+ * Complete Openfort API references and guides can be found at: https://openfort.xyz/docs
5
+ *
6
+ * OpenAPI spec version: 1.0.0
7
+ * Contact: founders@openfort.xyz
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.RegisterPlayerEncryptedKeyResponse = void 0;
15
+ class RegisterPlayerEncryptedKeyResponse {
16
+ static getAttributeTypeMap() {
17
+ return RegisterPlayerEncryptedKeyResponse.attributeTypeMap;
18
+ }
19
+ constructor() {
20
+ }
21
+ }
22
+ exports.RegisterPlayerEncryptedKeyResponse = RegisterPlayerEncryptedKeyResponse;
23
+ RegisterPlayerEncryptedKeyResponse.discriminator = undefined;
24
+ RegisterPlayerEncryptedKeyResponse.attributeTypeMap = [
25
+ {
26
+ "name": "player",
27
+ "baseName": "player",
28
+ "type": "string",
29
+ "format": ""
30
+ },
31
+ {
32
+ "name": "ownerAddress",
33
+ "baseName": "ownerAddress",
34
+ "type": "string",
35
+ "format": ""
36
+ },
37
+ {
38
+ "name": "createdAt",
39
+ "baseName": "createdAt",
40
+ "type": "number",
41
+ "format": "double"
42
+ },
43
+ {
44
+ "name": "updatedAt",
45
+ "baseName": "updatedAt",
46
+ "type": "number",
47
+ "format": "double"
48
+ }
49
+ ];
50
+ //# sourceMappingURL=RegisterPlayerEncryptedKeyResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RegisterPlayerEncryptedKeyResponse.js","sourceRoot":"","sources":["../../../src/generated/models/RegisterPlayerEncryptedKeyResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,kCAAkC;IAkC3C,MAAM,CAAC,mBAAmB;QACtB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;IAED;IACA,CAAC;;AAvCL,gFAwCC;AAlCmB,gDAAa,GAAuB,SAAS,CAAC;AAE9C,mDAAgB,GAA0E;IACtG;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,QAAQ;KACrB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,QAAQ;KACrB;CAAK,CAAC"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Openfort API
3
+ * Complete Openfort API references and guides can be found at: https://openfort.xyz/docs
4
+ *
5
+ * OpenAPI spec version: 1.0.0
6
+ * Contact: founders@openfort.xyz
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ export declare class RetrievePlayerEncryptedKeyResponse {
13
+ 'player': string;
14
+ 'ownerAddress': string;
15
+ 'createdAt': number;
16
+ 'updatedAt': number;
17
+ 'pkCiphertext': string;
18
+ 'salt': string;
19
+ static readonly discriminator: string | undefined;
20
+ static readonly attributeTypeMap: Array<{
21
+ name: string;
22
+ baseName: string;
23
+ type: string;
24
+ format: string;
25
+ }>;
26
+ static getAttributeTypeMap(): {
27
+ name: string;
28
+ baseName: string;
29
+ type: string;
30
+ format: string;
31
+ }[];
32
+ constructor();
33
+ }
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ /**
3
+ * Openfort API
4
+ * Complete Openfort API references and guides can be found at: https://openfort.xyz/docs
5
+ *
6
+ * OpenAPI spec version: 1.0.0
7
+ * Contact: founders@openfort.xyz
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.RetrievePlayerEncryptedKeyResponse = void 0;
15
+ class RetrievePlayerEncryptedKeyResponse {
16
+ static getAttributeTypeMap() {
17
+ return RetrievePlayerEncryptedKeyResponse.attributeTypeMap;
18
+ }
19
+ constructor() {
20
+ }
21
+ }
22
+ exports.RetrievePlayerEncryptedKeyResponse = RetrievePlayerEncryptedKeyResponse;
23
+ RetrievePlayerEncryptedKeyResponse.discriminator = undefined;
24
+ RetrievePlayerEncryptedKeyResponse.attributeTypeMap = [
25
+ {
26
+ "name": "player",
27
+ "baseName": "player",
28
+ "type": "string",
29
+ "format": ""
30
+ },
31
+ {
32
+ "name": "ownerAddress",
33
+ "baseName": "ownerAddress",
34
+ "type": "string",
35
+ "format": ""
36
+ },
37
+ {
38
+ "name": "createdAt",
39
+ "baseName": "createdAt",
40
+ "type": "number",
41
+ "format": "double"
42
+ },
43
+ {
44
+ "name": "updatedAt",
45
+ "baseName": "updatedAt",
46
+ "type": "number",
47
+ "format": "double"
48
+ },
49
+ {
50
+ "name": "pkCiphertext",
51
+ "baseName": "pkCiphertext",
52
+ "type": "string",
53
+ "format": ""
54
+ },
55
+ {
56
+ "name": "salt",
57
+ "baseName": "salt",
58
+ "type": "string",
59
+ "format": ""
60
+ }
61
+ ];
62
+ //# sourceMappingURL=RetrievePlayerEncryptedKeyResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RetrievePlayerEncryptedKeyResponse.js","sourceRoot":"","sources":["../../../src/generated/models/RetrievePlayerEncryptedKeyResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,kCAAkC;IAgD3C,MAAM,CAAC,mBAAmB;QACtB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;IAED;IACA,CAAC;;AArDL,gFAsDC;AA9CmB,gDAAa,GAAuB,SAAS,CAAC;AAE9C,mDAAgB,GAA0E;IACtG;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,QAAQ;KACrB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,QAAQ;KACrB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;CAAK,CAAC"}
@@ -18,6 +18,10 @@ export declare class SubmitWeb3ActionRequest {
18
18
  * The policy ID (starts with pol_)
19
19
  */
20
20
  'policy'?: string;
21
+ /**
22
+ * signed data by the owner
23
+ */
24
+ 'signature'?: string;
21
25
  static readonly discriminator: string | undefined;
22
26
  static readonly attributeTypeMap: Array<{
23
27
  name: string;
@@ -33,6 +33,12 @@ SubmitWeb3ActionRequest.attributeTypeMap = [
33
33
  "baseName": "policy",
34
34
  "type": "string",
35
35
  "format": ""
36
+ },
37
+ {
38
+ "name": "signature",
39
+ "baseName": "signature",
40
+ "type": "string",
41
+ "format": ""
36
42
  }
37
43
  ];
38
44
  //# sourceMappingURL=SubmitWeb3ActionRequest.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SubmitWeb3ActionRequest.js","sourceRoot":"","sources":["../../../src/generated/models/SubmitWeb3ActionRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,uBAAuB;IA0BhC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;IAED;IACA,CAAC;;AA/BL,0DAgCC;AAtBmB,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0E;IACtG;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;QACjB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;CAAK,CAAC"}
1
+ {"version":3,"file":"SubmitWeb3ActionRequest.js","sourceRoot":"","sources":["../../../src/generated/models/SubmitWeb3ActionRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,uBAAuB;IAoChC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;IAED;IACA,CAAC;;AAzCL,0DA0CC;AA5BmB,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0E;IACtG;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;QACjB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;CAAK,CAAC"}
@@ -18,8 +18,17 @@ export declare class Web3ActionResponse {
18
18
  /**
19
19
  * The web3_connection ID (starts with web3_).
20
20
  */
21
- 'web3_connection': string;
21
+ 'web3Connection': string;
22
22
  'status': Web3ActionStatusEnum;
23
+ 'chaindId': string;
24
+ 'method': string;
25
+ '_from': string;
26
+ 'to'?: string;
27
+ 'data': string;
28
+ 'decodedData': string;
29
+ 'hashedData': string;
30
+ 'value'?: string;
31
+ 'gas'?: string;
23
32
  static readonly discriminator: string | undefined;
24
33
  static readonly attributeTypeMap: Array<{
25
34
  name: string;
@@ -41,8 +41,8 @@ Web3ActionResponse.attributeTypeMap = [
41
41
  "format": "int32"
42
42
  },
43
43
  {
44
- "name": "web3_connection",
45
- "baseName": "web3_connection",
44
+ "name": "web3Connection",
45
+ "baseName": "web3Connection",
46
46
  "type": "string",
47
47
  "format": ""
48
48
  },
@@ -51,6 +51,60 @@ Web3ActionResponse.attributeTypeMap = [
51
51
  "baseName": "status",
52
52
  "type": "Web3ActionStatusEnum",
53
53
  "format": ""
54
+ },
55
+ {
56
+ "name": "chaindId",
57
+ "baseName": "chaindId",
58
+ "type": "string",
59
+ "format": ""
60
+ },
61
+ {
62
+ "name": "method",
63
+ "baseName": "method",
64
+ "type": "string",
65
+ "format": ""
66
+ },
67
+ {
68
+ "name": "_from",
69
+ "baseName": "from",
70
+ "type": "string",
71
+ "format": ""
72
+ },
73
+ {
74
+ "name": "to",
75
+ "baseName": "to",
76
+ "type": "string",
77
+ "format": ""
78
+ },
79
+ {
80
+ "name": "data",
81
+ "baseName": "data",
82
+ "type": "string",
83
+ "format": ""
84
+ },
85
+ {
86
+ "name": "decodedData",
87
+ "baseName": "decodedData",
88
+ "type": "string",
89
+ "format": ""
90
+ },
91
+ {
92
+ "name": "hashedData",
93
+ "baseName": "hashedData",
94
+ "type": "string",
95
+ "format": ""
96
+ },
97
+ {
98
+ "name": "value",
99
+ "baseName": "value",
100
+ "type": "string",
101
+ "format": ""
102
+ },
103
+ {
104
+ "name": "gas",
105
+ "baseName": "gas",
106
+ "type": "string",
107
+ "format": ""
54
108
  }
55
109
  ];
56
110
  //# sourceMappingURL=Web3ActionResponse.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Web3ActionResponse.js","sourceRoot":"","sources":["../../../src/generated/models/Web3ActionResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,kBAAkB;IA4C3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;IAED;IACA,CAAC;;AAjDL,gDAkDC;AAxCmB,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0E;IACtG;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,sBAAsB;QAC9B,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,OAAO;KACpB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,sBAAsB;QAC9B,QAAQ,EAAE,EAAE;KACf;CAAK,CAAC"}
1
+ {"version":3,"file":"Web3ActionResponse.js","sourceRoot":"","sources":["../../../src/generated/models/Web3ActionResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,kBAAkB;IA2G3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;IAED;IACA,CAAC;;AAhHL,gDAiHC;AA9FmB,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0E;IACtG;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,sBAAsB;QAC9B,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,OAAO;KACpB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,sBAAsB;QAC9B,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;CAAK,CAAC"}
@@ -23,7 +23,7 @@ export declare class Web3ConnectionListQueries {
23
23
  /**
24
24
  * Specifies the unique player ID (starts with pla_)
25
25
  */
26
- 'player': string;
26
+ 'player'?: string;
27
27
  /**
28
28
  * Specifies connection status
29
29
  */
@@ -51,6 +51,7 @@ export * from '../models/CreateTransactionIntentRequest';
51
51
  export * from '../models/CreateWeb3ConnectionRequest';
52
52
  export * from '../models/Currency';
53
53
  export * from '../models/DataAccountTypes';
54
+ export * from '../models/DeployRequest';
54
55
  export * from '../models/DomainData';
55
56
  export * from '../models/EntityIdResponse';
56
57
  export * from '../models/EntityTypeACCOUNT';
@@ -154,8 +155,11 @@ export * from '../models/ProjectListResponse';
154
155
  export * from '../models/ProjectLogs';
155
156
  export * from '../models/ProjectResponse';
156
157
  export * from '../models/ProjectWebhookRequest';
158
+ export * from '../models/RegisterPlayerEncryptedKeyRequest';
159
+ export * from '../models/RegisterPlayerEncryptedKeyResponse';
157
160
  export * from '../models/ResponseResponse';
158
161
  export * from '../models/ResponseTypeLIST';
162
+ export * from '../models/RetrievePlayerEncryptedKeyResponse';
159
163
  export * from '../models/RevokeSessionPlayerRequest';
160
164
  export * from '../models/RevokeSessionRequest';
161
165
  export * from '../models/SessionListQueries';
@@ -67,6 +67,7 @@ __exportStar(require("../models/CreateTransactionIntentRequest"), exports);
67
67
  __exportStar(require("../models/CreateWeb3ConnectionRequest"), exports);
68
68
  __exportStar(require("../models/Currency"), exports);
69
69
  __exportStar(require("../models/DataAccountTypes"), exports);
70
+ __exportStar(require("../models/DeployRequest"), exports);
70
71
  __exportStar(require("../models/DomainData"), exports);
71
72
  __exportStar(require("../models/EntityIdResponse"), exports);
72
73
  __exportStar(require("../models/EntityTypeACCOUNT"), exports);
@@ -170,8 +171,11 @@ __exportStar(require("../models/ProjectListResponse"), exports);
170
171
  __exportStar(require("../models/ProjectLogs"), exports);
171
172
  __exportStar(require("../models/ProjectResponse"), exports);
172
173
  __exportStar(require("../models/ProjectWebhookRequest"), exports);
174
+ __exportStar(require("../models/RegisterPlayerEncryptedKeyRequest"), exports);
175
+ __exportStar(require("../models/RegisterPlayerEncryptedKeyResponse"), exports);
173
176
  __exportStar(require("../models/ResponseResponse"), exports);
174
177
  __exportStar(require("../models/ResponseTypeLIST"), exports);
178
+ __exportStar(require("../models/RetrievePlayerEncryptedKeyResponse"), exports);
175
179
  __exportStar(require("../models/RevokeSessionPlayerRequest"), exports);
176
180
  __exportStar(require("../models/RevokeSessionRequest"), exports);
177
181
  __exportStar(require("../models/SessionListQueries"), exports);
@@ -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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"}
@@ -21,6 +21,7 @@ import { CreatePolicyRuleRequest } from '../models/CreatePolicyRuleRequest';
21
21
  import { CreateSessionRequest } from '../models/CreateSessionRequest';
22
22
  import { CreateTransactionIntentRequest } from '../models/CreateTransactionIntentRequest';
23
23
  import { CreateWeb3ConnectionRequest } from '../models/CreateWeb3ConnectionRequest';
24
+ import { DeployRequest } from '../models/DeployRequest';
24
25
  import { EstimateTransactionIntentGasResult } from '../models/EstimateTransactionIntentGasResult';
25
26
  import { GasReport } from '../models/GasReport';
26
27
  import { GetSigninUrlResponse } from '../models/GetSigninUrlResponse';
@@ -52,6 +53,9 @@ import { PolicyResponseExpandable } from '../models/PolicyResponseExpandable';
52
53
  import { PolicyRuleDeleteResponse } from '../models/PolicyRuleDeleteResponse';
53
54
  import { PolicyRuleListResponse } from '../models/PolicyRuleListResponse';
54
55
  import { PolicyRuleResponse } from '../models/PolicyRuleResponse';
56
+ import { RegisterPlayerEncryptedKeyRequest } from '../models/RegisterPlayerEncryptedKeyRequest';
57
+ import { RegisterPlayerEncryptedKeyResponse } from '../models/RegisterPlayerEncryptedKeyResponse';
58
+ import { RetrievePlayerEncryptedKeyResponse } from '../models/RetrievePlayerEncryptedKeyResponse';
55
59
  import { RevokeSessionPlayerRequest } from '../models/RevokeSessionPlayerRequest';
56
60
  import { RevokeSessionRequest } from '../models/RevokeSessionRequest';
57
61
  import { SessionListResponse } from '../models/SessionListResponse';
@@ -114,6 +118,20 @@ export interface AccountsApiCreateAccountRequest {
114
118
  */
115
119
  createAccountRequest: CreateAccountRequest;
116
120
  }
121
+ export interface AccountsApiDeployAccountRequest {
122
+ /**
123
+ * Specifies the unique account ID.
124
+ * @type string
125
+ * @memberof AccountsApideployAccount
126
+ */
127
+ id: string;
128
+ /**
129
+ *
130
+ * @type DeployRequest
131
+ * @memberof AccountsApideployAccount
132
+ */
133
+ deployRequest: DeployRequest;
134
+ }
117
135
  export interface AccountsApiGetAccountRequest {
118
136
  /**
119
137
  * Specifies the unique account ID.
@@ -230,6 +248,12 @@ export declare class ObjectAccountsApi {
230
248
  * @param param the request object
231
249
  */
232
250
  createAccount(param: AccountsApiCreateAccountRequest, options?: Configuration): Promise<AccountResponse>;
251
+ /**
252
+ * This endpoint can be used to deploy an account that was counterfactually generated.
253
+ * Deploy an account.
254
+ * @param param the request object
255
+ */
256
+ deployAccount(param: AccountsApiDeployAccountRequest, options?: Configuration): Promise<AccountResponse>;
233
257
  /**
234
258
  * Retrieves the details of an existing account. Supply the unique account ID from either a account creation request or the account list, and Openfort will return the corresponding account information.
235
259
  * Get existing account.
@@ -249,6 +273,7 @@ export declare class ObjectAccountsApi {
249
273
  */
250
274
  requestTransferOwnership(param: AccountsApiRequestTransferOwnershipRequest, options?: Configuration): Promise<TransactionIntentResponse>;
251
275
  /**
276
+ * Signs the typed data value with types data structure for domain using the EIP-712 (https://eips.ethereum.org/EIPS/eip-712) specification.
252
277
  * Sign a given payload
253
278
  * @param param the request object
254
279
  */
@@ -259,6 +284,7 @@ export declare class ObjectAccountsApi {
259
284
  */
260
285
  startRecovery(param: AccountsApiStartRecoveryRequest, options?: Configuration): Promise<TransactionIntentResponse>;
261
286
  /**
287
+ * This endpoint updates the account state with the blockchain. Specifically, it updates the account owner and whether its deployed or not.
262
288
  * Sync account state with the blockchain
263
289
  * @param param the request object
264
290
  */
@@ -1070,6 +1096,16 @@ export interface PlayersAuthenticationApiGetAuthenticatedPlayersRequest {
1070
1096
  */
1071
1097
  email?: string;
1072
1098
  }
1099
+ export interface PlayersAuthenticationApiRegisterKeyRequest {
1100
+ /**
1101
+ *
1102
+ * @type RegisterPlayerEncryptedKeyRequest
1103
+ * @memberof PlayersAuthenticationApiregisterKey
1104
+ */
1105
+ registerPlayerEncryptedKeyRequest: RegisterPlayerEncryptedKeyRequest;
1106
+ }
1107
+ export interface PlayersAuthenticationApiRetrieveKeyRequest {
1108
+ }
1073
1109
  export declare class ObjectPlayersAuthenticationApi {
1074
1110
  private api;
1075
1111
  constructor(configuration: Configuration, requestFactory?: PlayersAuthenticationApiRequestFactory, responseProcessor?: PlayersAuthenticationApiResponseProcessor);
@@ -1078,6 +1114,16 @@ export declare class ObjectPlayersAuthenticationApi {
1078
1114
  * @param param the request object
1079
1115
  */
1080
1116
  getAuthenticatedPlayers(param?: PlayersAuthenticationApiGetAuthenticatedPlayersRequest, options?: Configuration): Promise<AuthPlayerListResponse>;
1117
+ /**
1118
+ * Register a key for the authenticated player.
1119
+ * @param param the request object
1120
+ */
1121
+ registerKey(param: PlayersAuthenticationApiRegisterKeyRequest, options?: Configuration): Promise<RegisterPlayerEncryptedKeyResponse>;
1122
+ /**
1123
+ * Retrieve the key for the authenticated player.
1124
+ * @param param the request object
1125
+ */
1126
+ retrieveKey(param?: PlayersAuthenticationApiRetrieveKeyRequest, options?: Configuration): Promise<RetrievePlayerEncryptedKeyResponse>;
1081
1127
  }
1082
1128
  import { PoliciesApiRequestFactory, PoliciesApiResponseProcessor } from "../apis/PoliciesApi";
1083
1129
  export interface PoliciesApiCreatePolicyRequest {
@@ -1228,13 +1274,13 @@ export interface PoliciesApiUpdatePolicyRequest {
1228
1274
  }
1229
1275
  export interface PoliciesApiUpdatePolicyAllowFunctionRequest {
1230
1276
  /**
1231
- *
1277
+ * Specifies the unique policy ID (starts with pol_).
1232
1278
  * @type string
1233
1279
  * @memberof PoliciesApiupdatePolicyAllowFunction
1234
1280
  */
1235
1281
  policy: string;
1236
1282
  /**
1237
- *
1283
+ * Specifies the unique policy rule ID (starts with afu_).
1238
1284
  * @type string
1239
1285
  * @memberof PoliciesApiupdatePolicyAllowFunction
1240
1286
  */
@@ -1316,7 +1362,7 @@ export interface PolicyRulesApiCreatePolicyRulesRequest {
1316
1362
  }
1317
1363
  export interface PolicyRulesApiDeletePolicyRulesRequest {
1318
1364
  /**
1319
- * Specifies the unique policy rule ID.
1365
+ * Specifies the unique policy rule ID (starts with afu_).
1320
1366
  * @type string
1321
1367
  * @memberof PolicyRulesApideletePolicyRules
1322
1368
  */
@@ -1356,7 +1402,7 @@ export interface PolicyRulesApiGetPolicyRulesRequest {
1356
1402
  }
1357
1403
  export interface PolicyRulesApiUpdatePolicyRulesRequest {
1358
1404
  /**
1359
- * Specifies the unique policy rule ID.
1405
+ * Specifies the unique policy rule ID (starts with afu_).
1360
1406
  * @type string
1361
1407
  * @memberof PolicyRulesApiupdatePolicyRules
1362
1408
  */
@@ -1713,7 +1759,7 @@ export interface Web3ConnectionsApiCreateWeb3ConnectionRequest {
1713
1759
  }
1714
1760
  export interface Web3ConnectionsApiGetWeb3ActionsRequest {
1715
1761
  /**
1716
- *
1762
+ * Specifies the web3Connection ID (starts with web3_).
1717
1763
  * @type string
1718
1764
  * @memberof Web3ConnectionsApigetWeb3Actions
1719
1765
  */
@@ -1734,12 +1780,6 @@ export interface Web3ConnectionsApiGetWeb3ConnectionRequest {
1734
1780
  expand?: Array<Web3ConnectionResponseExpandable>;
1735
1781
  }
1736
1782
  export interface Web3ConnectionsApiGetWeb3ConnectionsRequest {
1737
- /**
1738
- * Specifies the unique player ID (starts with pla_)
1739
- * @type string
1740
- * @memberof Web3ConnectionsApigetWeb3Connections
1741
- */
1742
- player: string;
1743
1783
  /**
1744
1784
  * Specifies the maximum number of records to return.
1745
1785
  * @type number
@@ -1758,6 +1798,12 @@ export interface Web3ConnectionsApiGetWeb3ConnectionsRequest {
1758
1798
  * @memberof Web3ConnectionsApigetWeb3Connections
1759
1799
  */
1760
1800
  order?: SortOrder;
1801
+ /**
1802
+ * Specifies the unique player ID (starts with pla_)
1803
+ * @type string
1804
+ * @memberof Web3ConnectionsApigetWeb3Connections
1805
+ */
1806
+ player?: string;
1761
1807
  /**
1762
1808
  * Specifies connection status
1763
1809
  * @type boolean
@@ -1767,13 +1813,13 @@ export interface Web3ConnectionsApiGetWeb3ConnectionsRequest {
1767
1813
  }
1768
1814
  export interface Web3ConnectionsApiSubmitWeb3ActionRequest {
1769
1815
  /**
1770
- *
1816
+ * Specifies the web3Connection ID (starts with web3_).
1771
1817
  * @type string
1772
1818
  * @memberof Web3ConnectionsApisubmitWeb3Action
1773
1819
  */
1774
1820
  id: string;
1775
1821
  /**
1776
- *
1822
+ * Specifies web3_action (starts with act_).
1777
1823
  * @type string
1778
1824
  * @memberof Web3ConnectionsApisubmitWeb3Action
1779
1825
  */
@@ -1811,7 +1857,7 @@ export declare class ObjectWeb3ConnectionsApi {
1811
1857
  * List Web3 connections.
1812
1858
  * @param param the request object
1813
1859
  */
1814
- getWeb3Connections(param: Web3ConnectionsApiGetWeb3ConnectionsRequest, options?: Configuration): Promise<Web3ConnectionListResponse>;
1860
+ getWeb3Connections(param?: Web3ConnectionsApiGetWeb3ConnectionsRequest, options?: Configuration): Promise<Web3ConnectionListResponse>;
1815
1861
  /**
1816
1862
  * Approve or Reject a web3 action for the given web3 connection.
1817
1863
  * Approve or Reject a web3 action
@@ -29,6 +29,14 @@ class ObjectAccountsApi {
29
29
  createAccount(param, options) {
30
30
  return this.api.createAccount(param.createAccountRequest, options).toPromise();
31
31
  }
32
+ /**
33
+ * This endpoint can be used to deploy an account that was counterfactually generated.
34
+ * Deploy an account.
35
+ * @param param the request object
36
+ */
37
+ deployAccount(param, options) {
38
+ return this.api.deployAccount(param.id, param.deployRequest, options).toPromise();
39
+ }
32
40
  /**
33
41
  * Retrieves the details of an existing account. Supply the unique account ID from either a account creation request or the account list, and Openfort will return the corresponding account information.
34
42
  * Get existing account.
@@ -54,6 +62,7 @@ class ObjectAccountsApi {
54
62
  return this.api.requestTransferOwnership(param.id, param.transferOwnershipRequest, options).toPromise();
55
63
  }
56
64
  /**
65
+ * Signs the typed data value with types data structure for domain using the EIP-712 (https://eips.ethereum.org/EIPS/eip-712) specification.
57
66
  * Sign a given payload
58
67
  * @param param the request object
59
68
  */
@@ -68,6 +77,7 @@ class ObjectAccountsApi {
68
77
  return this.api.startRecovery(param.id, param.startRecoveryRequest, options).toPromise();
69
78
  }
70
79
  /**
80
+ * This endpoint updates the account state with the blockchain. Specifically, it updates the account owner and whether its deployed or not.
71
81
  * Sync account state with the blockchain
72
82
  * @param param the request object
73
83
  */
@@ -405,6 +415,20 @@ class ObjectPlayersAuthenticationApi {
405
415
  getAuthenticatedPlayers(param = {}, options) {
406
416
  return this.api.getAuthenticatedPlayers(param.limit, param.skip, param.order, param.email, options).toPromise();
407
417
  }
418
+ /**
419
+ * Register a key for the authenticated player.
420
+ * @param param the request object
421
+ */
422
+ registerKey(param, options) {
423
+ return this.api.registerKey(param.registerPlayerEncryptedKeyRequest, options).toPromise();
424
+ }
425
+ /**
426
+ * Retrieve the key for the authenticated player.
427
+ * @param param the request object
428
+ */
429
+ retrieveKey(param = {}, options) {
430
+ return this.api.retrieveKey(options).toPromise();
431
+ }
408
432
  }
409
433
  exports.ObjectPlayersAuthenticationApi = ObjectPlayersAuthenticationApi;
410
434
  const ObservableAPI_9 = require("./ObservableAPI");
@@ -702,8 +726,8 @@ class ObjectWeb3ConnectionsApi {
702
726
  * List Web3 connections.
703
727
  * @param param the request object
704
728
  */
705
- getWeb3Connections(param, options) {
706
- return this.api.getWeb3Connections(param.player, param.limit, param.skip, param.order, param.disconnected, options).toPromise();
729
+ getWeb3Connections(param = {}, options) {
730
+ return this.api.getWeb3Connections(param.limit, param.skip, param.order, param.player, param.disconnected, options).toPromise();
707
731
  }
708
732
  /**
709
733
  * Approve or Reject a web3 action for the given web3 connection.