@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
@@ -1,7 +0,0 @@
1
- <!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>generated | @openfort/openfort-node</title><meta name="description" content="Documentation for @openfort/openfort-node"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.body.classList.add(localStorage.getItem("tsd-theme") || "os")</script><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@openfort/openfort-node</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@openfort/openfort-node</a></li><li><a href="generated.html">generated</a></li></ul><h1>Module generated </h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>References</h3><ul class="tsd-index-list"><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Abi" class="tsd-kind-icon">Abi</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AbiType" class="tsd-kind-icon">Abi<wbr/>Type</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AccelbyteOAuthConfig" class="tsd-kind-icon">AccelbyteOAuth<wbr/>Config</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Account" class="tsd-kind-icon">Account</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AccountListQueries" class="tsd-kind-icon">Account<wbr/>List<wbr/>Queries</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AccountListResponse" class="tsd-kind-icon">Account<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AccountPolicyRuleResponse" class="tsd-kind-icon">Account<wbr/>Policy<wbr/>Rule<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AccountResponse" class="tsd-kind-icon">Account<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AccountResponseExpandable" class="tsd-kind-icon">Account<wbr/>Response<wbr/>Expandable</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ApiAuthorizedNetworkListResponse" class="tsd-kind-icon">Api<wbr/>Authorized<wbr/>Network<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ApiAuthorizedNetworkResponse" class="tsd-kind-icon">Api<wbr/>Authorized<wbr/>Network<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ApiKeyResponse" class="tsd-kind-icon">Api<wbr/>Key<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ApiKeyType" class="tsd-kind-icon">Api<wbr/>Key<wbr/>Type</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AssetInventory" class="tsd-kind-icon">Asset<wbr/>Inventory</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AssetType" class="tsd-kind-icon">Asset<wbr/>Type</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AuthPlayerListQueries" class="tsd-kind-icon">Auth<wbr/>Player<wbr/>List<wbr/>Queries</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AuthPlayerListResponse" class="tsd-kind-icon">Auth<wbr/>Player<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AuthPlayerResponse" class="tsd-kind-icon">Auth<wbr/>Player<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AuthPlayerResponsePlayer" class="tsd-kind-icon">Auth<wbr/>Player<wbr/>Response<wbr/>Player</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AuthResponse" class="tsd-kind-icon">Auth<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AuthenticatedPlayerResponse" class="tsd-kind-icon">Authenticated<wbr/>Player<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AuthorizeWithOAuthToken200Response" class="tsd-kind-icon">Authorize<wbr/>WithOAuth<wbr/>Token200<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#BalanceResponse" class="tsd-kind-icon">Balance<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#BaseServerConfiguration" class="tsd-kind-icon">Base<wbr/>Server<wbr/>Configuration</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ChargeCustomTokenPolicyStrategy" class="tsd-kind-icon">Charge<wbr/>Custom<wbr/>Token<wbr/>Policy<wbr/>Strategy</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CheckoutRequest" class="tsd-kind-icon">Checkout<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CheckoutResponse" class="tsd-kind-icon">Checkout<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Configuration" class="tsd-kind-icon">Configuration</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ContractDeleteResponse" class="tsd-kind-icon">Contract<wbr/>Delete<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ContractListQueries" class="tsd-kind-icon">Contract<wbr/>List<wbr/>Queries</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ContractListResponse" class="tsd-kind-icon">Contract<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ContractPolicyRuleResponse" class="tsd-kind-icon">Contract<wbr/>Policy<wbr/>Rule<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ContractPolicyRuleResponseContract" class="tsd-kind-icon">Contract<wbr/>Policy<wbr/>Rule<wbr/>Response<wbr/>Contract</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ContractReadQueries" class="tsd-kind-icon">Contract<wbr/>Read<wbr/>Queries</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ContractReadResponse" class="tsd-kind-icon">Contract<wbr/>Read<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ContractResponse" class="tsd-kind-icon">Contract<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CountPerIntervalLimitPolicyRuleResponse" class="tsd-kind-icon">Count<wbr/>Per<wbr/>Interval<wbr/>Limit<wbr/>Policy<wbr/>Rule<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CreateAccountRequest" class="tsd-kind-icon">Create<wbr/>Account<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CreateApiAuthorizedNetworkRequest" class="tsd-kind-icon">Create<wbr/>Api<wbr/>Authorized<wbr/>Network<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CreateContractRequest" class="tsd-kind-icon">Create<wbr/>Contract<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CreatePlayerAccountRequest" class="tsd-kind-icon">Create<wbr/>Player<wbr/>Account<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CreatePolicyAllowFunctionRequest" class="tsd-kind-icon">Create<wbr/>Policy<wbr/>Allow<wbr/>Function<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CreatePolicyRequest" class="tsd-kind-icon">Create<wbr/>Policy<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CreatePolicyRuleRequest" class="tsd-kind-icon">Create<wbr/>Policy<wbr/>Rule<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CreateProjectApiKeyRequest" class="tsd-kind-icon">Create<wbr/>Project<wbr/>Api<wbr/>Key<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CreateProjectRequest" class="tsd-kind-icon">Create<wbr/>Project<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CreateSessionRequest" class="tsd-kind-icon">Create<wbr/>Session<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CreateTransactionIntentRequest" class="tsd-kind-icon">Create<wbr/>Transaction<wbr/>Intent<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CreateWeb3ConnectionRequest" class="tsd-kind-icon">Create<wbr/>Web3<wbr/>Connection<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Currency" class="tsd-kind-icon">Currency</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#DataAccountTypes" class="tsd-kind-icon">Data<wbr/>Account<wbr/>Types</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#DomainData" class="tsd-kind-icon">Domain<wbr/>Data</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityIdResponse" class="tsd-kind-icon">Entity<wbr/>Id<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypeACCOUNT" class="tsd-kind-icon">Entity<wbr/>TypeACCOUNT</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypeCONTRACT" class="tsd-kind-icon">Entity<wbr/>TypeCONTRACT</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypeINVENTORY" class="tsd-kind-icon">Entity<wbr/>TypeINVENTORY</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypePAYMASTERDEPOSITOR" class="tsd-kind-icon">Entity<wbr/>TypePAYMASTERDEPOSITOR</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypePLAYER" class="tsd-kind-icon">Entity<wbr/>TypePLAYER</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypePOLICY" class="tsd-kind-icon">Entity<wbr/>TypePOLICY</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypePOLICYRULE" class="tsd-kind-icon">Entity<wbr/>TypePOLICYRULE</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypePROJECT" class="tsd-kind-icon">Entity<wbr/>TypePROJECT</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypeREADCONTRACT" class="tsd-kind-icon">Entity<wbr/>TypeREADCONTRACT</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypeSESSION" class="tsd-kind-icon">Entity<wbr/>TypeSESSION</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypeSIGNATURE" class="tsd-kind-icon">Entity<wbr/>TypeSIGNATURE</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypeTRANSACTIONINTENT" class="tsd-kind-icon">Entity<wbr/>TypeTRANSACTIONINTENT</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypeUSER" class="tsd-kind-icon">Entity<wbr/>TypeUSER</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypeWEB3ACTION" class="tsd-kind-icon">Entity<wbr/>TypeWEB3ACTION</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypeWEB3CONNECTION" class="tsd-kind-icon">Entity<wbr/>TypeWEB3CONNECTION</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ErrorTypeINVALIDREQUESTERROR" class="tsd-kind-icon">Error<wbr/>TypeINVALIDREQUESTERROR</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EstimateTransactionIntentGasResult" class="tsd-kind-icon">Estimate<wbr/>Transaction<wbr/>Intent<wbr/>Gas<wbr/>Result</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#FieldErrorsValue" class="tsd-kind-icon">Field<wbr/>Errors<wbr/>Value</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#FirebaseOAuthConfig" class="tsd-kind-icon">FirebaseOAuth<wbr/>Config</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#FixedRateTokenPolicyStrategy" class="tsd-kind-icon">Fixed<wbr/>Rate<wbr/>Token<wbr/>Policy<wbr/>Strategy</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#GasPerIntervalLimitPolicyRuleResponse" class="tsd-kind-icon">Gas<wbr/>Per<wbr/>Interval<wbr/>Limit<wbr/>Policy<wbr/>Rule<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#GasPerTransactionLimitPolicyRuleResponse" class="tsd-kind-icon">Gas<wbr/>Per<wbr/>Transaction<wbr/>Limit<wbr/>Policy<wbr/>Rule<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#GasReport" class="tsd-kind-icon">Gas<wbr/>Report</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#GasReportDataInner" class="tsd-kind-icon">Gas<wbr/>Report<wbr/>Data<wbr/>Inner</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#GasReportDataInnerPeriod" class="tsd-kind-icon">Gas<wbr/>Report<wbr/>Data<wbr/>Inner<wbr/>Period</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#GasReportDataInnerTransactionIntentsInner" class="tsd-kind-icon">Gas<wbr/>Report<wbr/>Data<wbr/>Inner<wbr/>Transaction<wbr/>Intents<wbr/>Inner</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#GetSigninUrlResponse" class="tsd-kind-icon">Get<wbr/>Signin<wbr/>Url<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#GoogleOAuthConfig" class="tsd-kind-icon">GoogleOAuth<wbr/>Config</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Interaction" class="tsd-kind-icon">Interaction</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#InvalidRequestError" class="tsd-kind-icon">Invalid<wbr/>Request<wbr/>Error</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#InvalidRequestErrorResponse" class="tsd-kind-icon">Invalid<wbr/>Request<wbr/>Error<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#InventoryListResponse" class="tsd-kind-icon">Inventory<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#InventoryResponse" class="tsd-kind-icon">Inventory<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Log" class="tsd-kind-icon">Log</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#LoginRequest" class="tsd-kind-icon">Login<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Middleware" class="tsd-kind-icon">Middleware</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Money" class="tsd-kind-icon">Money</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#NextActionPayload" class="tsd-kind-icon">Next<wbr/>Action<wbr/>Payload</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#NextActionResponse" class="tsd-kind-icon">Next<wbr/>Action<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#NextActionType" class="tsd-kind-icon">Next<wbr/>Action<wbr/>Type</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#OAuthConfig" class="tsd-kind-icon">OAuth<wbr/>Config</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#OAuthConfigListResponse" class="tsd-kind-icon">OAuth<wbr/>Config<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#OAuthProvider" class="tsd-kind-icon">OAuth<wbr/>Provider</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#OAuthProviderACCELBYTE" class="tsd-kind-icon">OAuth<wbr/>ProviderACCELBYTE</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#OAuthProviderFIREBASE" class="tsd-kind-icon">OAuth<wbr/>ProviderFIREBASE</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#OAuthProviderGOOGLE" class="tsd-kind-icon">OAuth<wbr/>ProviderGOOGLE</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#OAuthProviderPLAYFAB" class="tsd-kind-icon">OAuth<wbr/>ProviderPLAYFAB</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#OAuthRequest" class="tsd-kind-icon">OAuth<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ObsoleteAssetInventory" class="tsd-kind-icon">Obsolete<wbr/>Asset<wbr/>Inventory</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ObsoleteAssetType" class="tsd-kind-icon">Obsolete<wbr/>Asset<wbr/>Type</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ObsoleteInventoryResponse" class="tsd-kind-icon">Obsolete<wbr/>Inventory<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PayForUserPolicyStrategy" class="tsd-kind-icon">Pay<wbr/>For<wbr/>User<wbr/>Policy<wbr/>Strategy</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PaymasterDepositorCreateRequest" class="tsd-kind-icon">Paymaster<wbr/>Depositor<wbr/>Create<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PaymasterDepositorDeleteResponse" class="tsd-kind-icon">Paymaster<wbr/>Depositor<wbr/>Delete<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PaymasterDepositorGetMessageResponse" class="tsd-kind-icon">Paymaster<wbr/>Depositor<wbr/>Get<wbr/>Message<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PaymasterDepositorListResponse" class="tsd-kind-icon">Paymaster<wbr/>Depositor<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PaymasterDepositorResponse" class="tsd-kind-icon">Paymaster<wbr/>Depositor<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PickContractResponseId" class="tsd-kind-icon">Pick<wbr/>Contract<wbr/>Response<wbr/>Id</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PickPlayerResponseId" class="tsd-kind-icon">Pick<wbr/>Player<wbr/>Response<wbr/>Id</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PlayFabOAuthConfig" class="tsd-kind-icon">Play<wbr/>FabOAuth<wbr/>Config</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Player" class="tsd-kind-icon">Player</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PlayerCreateRequest" class="tsd-kind-icon">Player<wbr/>Create<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PlayerDeleteResponse" class="tsd-kind-icon">Player<wbr/>Delete<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PlayerInventoryQueries" class="tsd-kind-icon">Player<wbr/>Inventory<wbr/>Queries</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PlayerListQueries" class="tsd-kind-icon">Player<wbr/>List<wbr/>Queries</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PlayerListResponse" class="tsd-kind-icon">Player<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PlayerMetadataValue" class="tsd-kind-icon">Player<wbr/>Metadata<wbr/>Value</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PlayerResponse" class="tsd-kind-icon">Player<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PlayerResponseAccountsInner" class="tsd-kind-icon">Player<wbr/>Response<wbr/>Accounts<wbr/>Inner</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PlayerResponseExpandable" class="tsd-kind-icon">Player<wbr/>Response<wbr/>Expandable</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PlayerResponseTransactionIntentsInner" class="tsd-kind-icon">Player<wbr/>Response<wbr/>Transaction<wbr/>Intents<wbr/>Inner</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PlayerUpdateRequest" class="tsd-kind-icon">Player<wbr/>Update<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Policy" class="tsd-kind-icon">Policy</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyDeleteResponse" class="tsd-kind-icon">Policy<wbr/>Delete<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyListQueries" class="tsd-kind-icon">Policy<wbr/>List<wbr/>Queries</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyListResponse" class="tsd-kind-icon">Policy<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRateLimit" class="tsd-kind-icon">Policy<wbr/>Rate<wbr/>Limit</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRateLimitCOUNTPERINTERVAL" class="tsd-kind-icon">Policy<wbr/>Rate<wbr/>LimitCOUNTPERINTERVAL</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRateLimitGASPERINTERVAL" class="tsd-kind-icon">Policy<wbr/>Rate<wbr/>LimitGASPERINTERVAL</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRateLimitGASPERTRANSACTION" class="tsd-kind-icon">Policy<wbr/>Rate<wbr/>LimitGASPERTRANSACTION</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyResponse" class="tsd-kind-icon">Policy<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyResponseExpandable" class="tsd-kind-icon">Policy<wbr/>Response<wbr/>Expandable</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyResponsePolicyRulesInner" class="tsd-kind-icon">Policy<wbr/>Response<wbr/>Policy<wbr/>Rules<wbr/>Inner</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRuleDeleteResponse" class="tsd-kind-icon">Policy<wbr/>Rule<wbr/>Delete<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRuleListQueries" class="tsd-kind-icon">Policy<wbr/>Rule<wbr/>List<wbr/>Queries</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRuleListQueriesExpandEnum" class="tsd-kind-icon">Policy<wbr/>Rule<wbr/>List<wbr/>Queries<wbr/>Expand<wbr/>Enum</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRuleListResponse" class="tsd-kind-icon">Policy<wbr/>Rule<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRuleResponse" class="tsd-kind-icon">Policy<wbr/>Rule<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRuleType" class="tsd-kind-icon">Policy<wbr/>Rule<wbr/>Type</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRuleTypeACCOUNT" class="tsd-kind-icon">Policy<wbr/>Rule<wbr/>TypeACCOUNT</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRuleTypeCONTRACT" class="tsd-kind-icon">Policy<wbr/>Rule<wbr/>TypeCONTRACT</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRuleTypeRATELIMIT" class="tsd-kind-icon">Policy<wbr/>Rule<wbr/>TypeRATELIMIT</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyStrategy" class="tsd-kind-icon">Policy<wbr/>Strategy</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyStrategyRequest" class="tsd-kind-icon">Policy<wbr/>Strategy<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PrismaInputJsonValue" class="tsd-kind-icon">Prisma<wbr/>Input<wbr/>Json<wbr/>Value</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PrivateKeyPolicy" class="tsd-kind-icon">Private<wbr/>Key<wbr/>Policy</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ProjectListResponse" class="tsd-kind-icon">Project<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ProjectLogs" class="tsd-kind-icon">Project<wbr/>Logs</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ProjectResponse" class="tsd-kind-icon">Project<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ProjectWebhookRequest" class="tsd-kind-icon">Project<wbr/>Webhook<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ResponseResponse" class="tsd-kind-icon">Response<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ResponseTypeLIST" class="tsd-kind-icon">Response<wbr/>TypeLIST</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#RevokeSessionPlayerRequest" class="tsd-kind-icon">Revoke<wbr/>Session<wbr/>Player<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#RevokeSessionRequest" class="tsd-kind-icon">Revoke<wbr/>Session<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ServerConfiguration" class="tsd-kind-icon">Server<wbr/>Configuration</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SessionListQueries" class="tsd-kind-icon">Session<wbr/>List<wbr/>Queries</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SessionListResponse" class="tsd-kind-icon">Session<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SessionResponse" class="tsd-kind-icon">Session<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SessionResponseExpandable" class="tsd-kind-icon">Session<wbr/>Response<wbr/>Expandable</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SettingsWebhookUpdateRequest" class="tsd-kind-icon">Settings<wbr/>Webhook<wbr/>Update<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SignPayloadResponse" class="tsd-kind-icon">Sign<wbr/>Payload<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SignatureRequest" class="tsd-kind-icon">Signature<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SignupRequest" class="tsd-kind-icon">Signup<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SortOrder" class="tsd-kind-icon">Sort<wbr/>Order</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SponsorSchema" class="tsd-kind-icon">Sponsor<wbr/>Schema</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SponsorSchemaCHARGECUSTOMTOKENS" class="tsd-kind-icon">Sponsor<wbr/>SchemaCHARGECUSTOMTOKENS</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SponsorSchemaFIXEDRATE" class="tsd-kind-icon">Sponsor<wbr/>SchemaFIXEDRATE</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SponsorSchemaPAYFORUSER" class="tsd-kind-icon">Sponsor<wbr/>SchemaPAYFORUSER</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SubmitWeb3ActionRequest" class="tsd-kind-icon">Submit<wbr/>Web3<wbr/>Action<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#TimeIntervalType" class="tsd-kind-icon">Time<wbr/>Interval<wbr/>Type</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#TransactionIntent" class="tsd-kind-icon">Transaction<wbr/>Intent</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#TransactionIntentListQueries" class="tsd-kind-icon">Transaction<wbr/>Intent<wbr/>List<wbr/>Queries</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#TransactionIntentListResponse" class="tsd-kind-icon">Transaction<wbr/>Intent<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#TransactionIntentResponse" class="tsd-kind-icon">Transaction<wbr/>Intent<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#TransactionIntentResponseAccount" class="tsd-kind-icon">Transaction<wbr/>Intent<wbr/>Response<wbr/>Account</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#TransactionIntentResponseExpandable" class="tsd-kind-icon">Transaction<wbr/>Intent<wbr/>Response<wbr/>Expandable</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#TransactionIntentResponsePlayer" class="tsd-kind-icon">Transaction<wbr/>Intent<wbr/>Response<wbr/>Player</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#TransactionIntentResponsePolicy" class="tsd-kind-icon">Transaction<wbr/>Intent<wbr/>Response<wbr/>Policy</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#TypedDataField" class="tsd-kind-icon">Typed<wbr/>Data<wbr/>Field</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#UpdateProjectApiKeyRequest" class="tsd-kind-icon">Update<wbr/>Project<wbr/>Api<wbr/>Key<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#UserProjectCreateRequest" class="tsd-kind-icon">User<wbr/>Project<wbr/>Create<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#UserProjectCreateRequestRole" class="tsd-kind-icon">User<wbr/>Project<wbr/>Create<wbr/>Request<wbr/>Role</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#UserProjectDeleteResponse" class="tsd-kind-icon">User<wbr/>Project<wbr/>Delete<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#UserProjectListResponse" class="tsd-kind-icon">User<wbr/>Project<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#UserProjectResponse" class="tsd-kind-icon">User<wbr/>Project<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#UserProjectRole" class="tsd-kind-icon">User<wbr/>Project<wbr/>Role</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#UserProjectRoleADMIN" class="tsd-kind-icon">User<wbr/>Project<wbr/>RoleADMIN</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#UserProjectRoleMEMBER" class="tsd-kind-icon">User<wbr/>Project<wbr/>RoleMEMBER</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#UserProjectUpdateRequest" class="tsd-kind-icon">User<wbr/>Project<wbr/>Update<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Web3ActionListResponse" class="tsd-kind-icon">Web3<wbr/>Action<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Web3ActionResponse" class="tsd-kind-icon">Web3<wbr/>Action<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Web3ActionStatusEnum" class="tsd-kind-icon">Web3<wbr/>Action<wbr/>Status<wbr/>Enum</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Web3ConnectionListQueries" class="tsd-kind-icon">Web3<wbr/>Connection<wbr/>List<wbr/>Queries</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Web3ConnectionListResponse" class="tsd-kind-icon">Web3<wbr/>Connection<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Web3ConnectionResponse" class="tsd-kind-icon">Web3<wbr/>Connection<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Web3ConnectionResponseExpandable" class="tsd-kind-icon">Web3<wbr/>Connection<wbr/>Response<wbr/>Expandable</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Web3ConnectionResponsePlayer" class="tsd-kind-icon">Web3<wbr/>Connection<wbr/>Response<wbr/>Player</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#WebhookResponse" class="tsd-kind-icon">Webhook<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#createConfiguration" class="tsd-kind-icon">create<wbr/>Configuration</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#server1" class="tsd-kind-icon">server1</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#servers" class="tsd-kind-icon">servers</a></li></ul></section><section class="tsd-index-section "><h3>Enumerations</h3><ul class="tsd-index-list"><li class="tsd-kind-enum tsd-parent-kind-module"><a href="../enums/generated.HttpMethod.html" class="tsd-kind-icon">Http<wbr/>Method</a></li></ul></section><section class="tsd-index-section "><h3>Classes</h3><ul class="tsd-index-list"><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.AccountInventoryListQueries.html" class="tsd-kind-icon">Account<wbr/>Inventory<wbr/>List<wbr/>Queries</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.AccountsApi.html" class="tsd-kind-icon">Accounts<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter"><a href="../classes/generated.ApiException.html" class="tsd-kind-icon">Api<wbr/>Exception</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.AuthenticationApi.html" class="tsd-kind-icon">Authentication<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.CancelTransferOwnershipRequest.html" class="tsd-kind-icon">Cancel<wbr/>Transfer<wbr/>Ownership<wbr/>Request</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.CompleteRecoveryRequest.html" class="tsd-kind-icon">Complete<wbr/>Recovery<wbr/>Request</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.ContractsApi.html" class="tsd-kind-icon">Contracts<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.CreatePlayerSessionRequest.html" class="tsd-kind-icon">Create<wbr/>Player<wbr/>Session<wbr/>Request</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.GoogleAuthenticationApi.html" class="tsd-kind-icon">Google<wbr/>Authentication<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.HttpException.html" class="tsd-kind-icon">Http<wbr/>Exception</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.InventoriesApi.html" class="tsd-kind-icon">Inventories<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.IsomorphicFetchHttpLibrary.html" class="tsd-kind-icon">Isomorphic<wbr/>Fetch<wbr/>Http<wbr/>Library</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.OAuthApi.html" class="tsd-kind-icon">OAuth<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.PkAuthentication.html" class="tsd-kind-icon">Pk<wbr/>Authentication</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.PlayerCancelTransferOwnershipRequest.html" class="tsd-kind-icon">Player<wbr/>Cancel<wbr/>Transfer<wbr/>Ownership<wbr/>Request</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.PlayerInventoryListQueries.html" class="tsd-kind-icon">Player<wbr/>Inventory<wbr/>List<wbr/>Queries</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.PlayerTransferOwnershipRequest.html" class="tsd-kind-icon">Player<wbr/>Transfer<wbr/>Ownership<wbr/>Request</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.PlayersApi.html" class="tsd-kind-icon">Players<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.PlayersAuthenticationApi.html" class="tsd-kind-icon">Players<wbr/>Authentication<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.PoliciesApi.html" class="tsd-kind-icon">Policies<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.PolicyRulesApi.html" class="tsd-kind-icon">Policy<wbr/>Rules<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.RequestContext.html" class="tsd-kind-icon">Request<wbr/>Context</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.RequiredError.html" class="tsd-kind-icon">Required<wbr/>Error</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.ResponseContext.html" class="tsd-kind-icon">Response<wbr/>Context</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.SelfDecodingBody.html" class="tsd-kind-icon">Self<wbr/>Decoding<wbr/>Body</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.SessionsApi.html" class="tsd-kind-icon">Sessions<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.SettingsApi.html" class="tsd-kind-icon">Settings<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.SignPayloadRequest.html" class="tsd-kind-icon">Sign<wbr/>Payload<wbr/>Request</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.SkAuthentication.html" class="tsd-kind-icon">Sk<wbr/>Authentication</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.StartRecoveryRequest.html" class="tsd-kind-icon">Start<wbr/>Recovery<wbr/>Request</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.TransactionIntentsApi.html" class="tsd-kind-icon">Transaction<wbr/>Intents<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.TransferOwnershipRequest.html" class="tsd-kind-icon">Transfer<wbr/>Ownership<wbr/>Request</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.UpdateContractRequest.html" class="tsd-kind-icon">Update<wbr/>Contract<wbr/>Request</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.UpdatePolicyRequest.html" class="tsd-kind-icon">Update<wbr/>Policy<wbr/>Request</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.UpdatePolicyRuleRequest.html" class="tsd-kind-icon">Update<wbr/>Policy<wbr/>Rule<wbr/>Request</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.UpdateProjectRequest.html" class="tsd-kind-icon">Update<wbr/>Project<wbr/>Request</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.Web3ConnectionsApi.html" class="tsd-kind-icon">Web3<wbr/>Connections<wbr/>Api</a></li></ul></section><section class="tsd-index-section "><h3>Interfaces</h3><ul class="tsd-index-list"><li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/generated.HttpLibrary.html" class="tsd-kind-icon">Http<wbr/>Library</a></li><li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/generated.PromiseHttpLibrary.html" class="tsd-kind-icon">Promise<wbr/>Http<wbr/>Library</a></li><li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/generated.ResponseBody.html" class="tsd-kind-icon">Response<wbr/>Body</a></li><li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/generated.SecurityAuthentication.html" class="tsd-kind-icon">Security<wbr/>Authentication</a></li><li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/generated.TokenProvider.html" class="tsd-kind-icon">Token<wbr/>Provider</a></li></ul></section><section class="tsd-index-section "><h3>Type Aliases</h3><ul class="tsd-index-list"><li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="generated.html#ApiKeyConfiguration" class="tsd-kind-icon">Api<wbr/>Key<wbr/>Configuration</a></li><li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="generated.html#AuthMethods" class="tsd-kind-icon">Auth<wbr/>Methods</a></li><li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="generated.html#AuthMethodsConfiguration" class="tsd-kind-icon">Auth<wbr/>Methods<wbr/>Configuration</a></li><li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="generated.html#HttpBasicConfiguration" class="tsd-kind-icon">Http<wbr/>Basic<wbr/>Configuration</a></li><li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="generated.html#HttpBearerConfiguration" class="tsd-kind-icon">Http<wbr/>Bearer<wbr/>Configuration</a></li><li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="generated.html#HttpFile" class="tsd-kind-icon">Http<wbr/>File</a></li><li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="generated.html#OAuth2Configuration" class="tsd-kind-icon">OAuth2<wbr/>Configuration</a></li><li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="generated.html#RequestBody" class="tsd-kind-icon">Request<wbr/>Body</a></li></ul></section><section class="tsd-index-section "><h3>Functions</h3><ul class="tsd-index-list"><li class="tsd-kind-function tsd-parent-kind-module"><a href="generated.html#configureAuthMethods" class="tsd-kind-icon">configure<wbr/>Auth<wbr/>Methods</a></li><li class="tsd-kind-function tsd-parent-kind-module"><a href="generated.html#wrapHttpLibrary" class="tsd-kind-icon">wrap<wbr/>Http<wbr/>Library</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>References</h2><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="Abi" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Abi<a href="#Abi" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.Abi.html">Abi</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="AbiType" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Abi<wbr/>Type<a href="#AbiType" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.AbiType.html">AbiType</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="AccelbyteOAuthConfig" class="tsd-anchor"></a><h3 class="tsd-anchor-link">AccelbyteOAuth<wbr/>Config<a href="#AccelbyteOAuthConfig" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.AccelbyteOAuthConfig.html">AccelbyteOAuthConfig</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="Account" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Account<a href="#Account" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.Account.html">Account</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="AccountListQueries" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Account<wbr/>List<wbr/>Queries<a href="#AccountListQueries" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.AccountListQueries.html">AccountListQueries</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="AccountListResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Account<wbr/>List<wbr/>Response<a href="#AccountListResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.AccountListResponse.html">AccountListResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="AccountPolicyRuleResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Account<wbr/>Policy<wbr/>Rule<wbr/>Response<a href="#AccountPolicyRuleResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.AccountPolicyRuleResponse.html">AccountPolicyRuleResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="AccountResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Account<wbr/>Response<a href="#AccountResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.AccountResponse.html">AccountResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="AccountResponseExpandable" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Account<wbr/>Response<wbr/>Expandable<a href="#AccountResponseExpandable" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#AccountResponseExpandable">AccountResponseExpandable</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="ApiAuthorizedNetworkListResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Api<wbr/>Authorized<wbr/>Network<wbr/>List<wbr/>Response<a href="#ApiAuthorizedNetworkListResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.ApiAuthorizedNetworkListResponse.html">ApiAuthorizedNetworkListResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="ApiAuthorizedNetworkResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Api<wbr/>Authorized<wbr/>Network<wbr/>Response<a href="#ApiAuthorizedNetworkResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.ApiAuthorizedNetworkResponse.html">ApiAuthorizedNetworkResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="ApiKeyResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Api<wbr/>Key<wbr/>Response<a href="#ApiKeyResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.ApiKeyResponse.html">ApiKeyResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="ApiKeyType" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Api<wbr/>Key<wbr/>Type<a href="#ApiKeyType" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#ApiKeyType">ApiKeyType</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="AssetInventory" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Asset<wbr/>Inventory<a href="#AssetInventory" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.AssetInventory.html">AssetInventory</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="AssetType" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Asset<wbr/>Type<a href="#AssetType" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#AssetType">AssetType</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="AuthPlayerListQueries" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Auth<wbr/>Player<wbr/>List<wbr/>Queries<a href="#AuthPlayerListQueries" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.AuthPlayerListQueries.html">AuthPlayerListQueries</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="AuthPlayerListResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Auth<wbr/>Player<wbr/>List<wbr/>Response<a href="#AuthPlayerListResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.AuthPlayerListResponse.html">AuthPlayerListResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="AuthPlayerResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Auth<wbr/>Player<wbr/>Response<a href="#AuthPlayerResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.AuthPlayerResponse.html">AuthPlayerResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="AuthPlayerResponsePlayer" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Auth<wbr/>Player<wbr/>Response<wbr/>Player<a href="#AuthPlayerResponsePlayer" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.AuthPlayerResponsePlayer.html">AuthPlayerResponsePlayer</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="AuthResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Auth<wbr/>Response<a href="#AuthResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.AuthResponse.html">AuthResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="AuthenticatedPlayerResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Authenticated<wbr/>Player<wbr/>Response<a href="#AuthenticatedPlayerResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.AuthenticatedPlayerResponse.html">AuthenticatedPlayerResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="AuthorizeWithOAuthToken200Response" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Authorize<wbr/>WithOAuth<wbr/>Token200<wbr/>Response<a href="#AuthorizeWithOAuthToken200Response" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.AuthorizeWithOAuthToken200Response.html">AuthorizeWithOAuthToken200Response</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="BalanceResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Balance<wbr/>Response<a href="#BalanceResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.BalanceResponse.html">BalanceResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="BaseServerConfiguration" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Base<wbr/>Server<wbr/>Configuration<a href="#BaseServerConfiguration" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../interfaces/generated_servers.BaseServerConfiguration.html">BaseServerConfiguration</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="ChargeCustomTokenPolicyStrategy" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Charge<wbr/>Custom<wbr/>Token<wbr/>Policy<wbr/>Strategy<a href="#ChargeCustomTokenPolicyStrategy" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.ChargeCustomTokenPolicyStrategy.html">ChargeCustomTokenPolicyStrategy</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="CheckoutRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Checkout<wbr/>Request<a href="#CheckoutRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.CheckoutRequest.html">CheckoutRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="CheckoutResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Checkout<wbr/>Response<a href="#CheckoutResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.CheckoutResponse.html">CheckoutResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="Configuration" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Configuration<a href="#Configuration" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../interfaces/generated_configuration.Configuration.html">Configuration</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="ContractDeleteResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Contract<wbr/>Delete<wbr/>Response<a href="#ContractDeleteResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.ContractDeleteResponse.html">ContractDeleteResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="ContractListQueries" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Contract<wbr/>List<wbr/>Queries<a href="#ContractListQueries" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.ContractListQueries.html">ContractListQueries</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="ContractListResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Contract<wbr/>List<wbr/>Response<a href="#ContractListResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.ContractListResponse.html">ContractListResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="ContractPolicyRuleResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Contract<wbr/>Policy<wbr/>Rule<wbr/>Response<a href="#ContractPolicyRuleResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.ContractPolicyRuleResponse.html">ContractPolicyRuleResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="ContractPolicyRuleResponseContract" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Contract<wbr/>Policy<wbr/>Rule<wbr/>Response<wbr/>Contract<a href="#ContractPolicyRuleResponseContract" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.ContractPolicyRuleResponseContract.html">ContractPolicyRuleResponseContract</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="ContractReadQueries" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Contract<wbr/>Read<wbr/>Queries<a href="#ContractReadQueries" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.ContractReadQueries.html">ContractReadQueries</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="ContractReadResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Contract<wbr/>Read<wbr/>Response<a href="#ContractReadResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.ContractReadResponse.html">ContractReadResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="ContractResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Contract<wbr/>Response<a href="#ContractResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.ContractResponse.html">ContractResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="CountPerIntervalLimitPolicyRuleResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Count<wbr/>Per<wbr/>Interval<wbr/>Limit<wbr/>Policy<wbr/>Rule<wbr/>Response<a href="#CountPerIntervalLimitPolicyRuleResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.CountPerIntervalLimitPolicyRuleResponse.html">CountPerIntervalLimitPolicyRuleResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="CreateAccountRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Create<wbr/>Account<wbr/>Request<a href="#CreateAccountRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.CreateAccountRequest.html">CreateAccountRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="CreateApiAuthorizedNetworkRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Create<wbr/>Api<wbr/>Authorized<wbr/>Network<wbr/>Request<a href="#CreateApiAuthorizedNetworkRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.CreateApiAuthorizedNetworkRequest.html">CreateApiAuthorizedNetworkRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="CreateContractRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Create<wbr/>Contract<wbr/>Request<a href="#CreateContractRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.CreateContractRequest.html">CreateContractRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="CreatePlayerAccountRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Create<wbr/>Player<wbr/>Account<wbr/>Request<a href="#CreatePlayerAccountRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.CreatePlayerAccountRequest.html">CreatePlayerAccountRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="CreatePolicyAllowFunctionRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Create<wbr/>Policy<wbr/>Allow<wbr/>Function<wbr/>Request<a href="#CreatePolicyAllowFunctionRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.CreatePolicyAllowFunctionRequest.html">CreatePolicyAllowFunctionRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="CreatePolicyRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Create<wbr/>Policy<wbr/>Request<a href="#CreatePolicyRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.CreatePolicyRequest.html">CreatePolicyRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="CreatePolicyRuleRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Create<wbr/>Policy<wbr/>Rule<wbr/>Request<a href="#CreatePolicyRuleRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.CreatePolicyRuleRequest.html">CreatePolicyRuleRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="CreateProjectApiKeyRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Create<wbr/>Project<wbr/>Api<wbr/>Key<wbr/>Request<a href="#CreateProjectApiKeyRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.CreateProjectApiKeyRequest.html">CreateProjectApiKeyRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="CreateProjectRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Create<wbr/>Project<wbr/>Request<a href="#CreateProjectRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.CreateProjectRequest.html">CreateProjectRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="CreateSessionRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Create<wbr/>Session<wbr/>Request<a href="#CreateSessionRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.CreateSessionRequest.html">CreateSessionRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="CreateTransactionIntentRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Create<wbr/>Transaction<wbr/>Intent<wbr/>Request<a href="#CreateTransactionIntentRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.CreateTransactionIntentRequest.html">CreateTransactionIntentRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="CreateWeb3ConnectionRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Create<wbr/>Web3<wbr/>Connection<wbr/>Request<a href="#CreateWeb3ConnectionRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.CreateWeb3ConnectionRequest.html">CreateWeb3ConnectionRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="Currency" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Currency<a href="#Currency" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#Currency">Currency</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="DataAccountTypes" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Data<wbr/>Account<wbr/>Types<a href="#DataAccountTypes" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#DataAccountTypes">DataAccountTypes</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="DomainData" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Domain<wbr/>Data<a href="#DomainData" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.DomainData.html">DomainData</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="EntityIdResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Entity<wbr/>Id<wbr/>Response<a href="#EntityIdResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.EntityIdResponse.html">EntityIdResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="EntityTypeACCOUNT" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Entity<wbr/>TypeACCOUNT<a href="#EntityTypeACCOUNT" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#EntityTypeACCOUNT">EntityTypeACCOUNT</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="EntityTypeCONTRACT" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Entity<wbr/>TypeCONTRACT<a href="#EntityTypeCONTRACT" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#EntityTypeCONTRACT">EntityTypeCONTRACT</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="EntityTypeINVENTORY" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Entity<wbr/>TypeINVENTORY<a href="#EntityTypeINVENTORY" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#EntityTypeINVENTORY">EntityTypeINVENTORY</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="EntityTypePAYMASTERDEPOSITOR" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Entity<wbr/>TypePAYMASTERDEPOSITOR<a href="#EntityTypePAYMASTERDEPOSITOR" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#EntityTypePAYMASTERDEPOSITOR">EntityTypePAYMASTERDEPOSITOR</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="EntityTypePLAYER" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Entity<wbr/>TypePLAYER<a href="#EntityTypePLAYER" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#EntityTypePLAYER">EntityTypePLAYER</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="EntityTypePOLICY" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Entity<wbr/>TypePOLICY<a href="#EntityTypePOLICY" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#EntityTypePOLICY">EntityTypePOLICY</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="EntityTypePOLICYRULE" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Entity<wbr/>TypePOLICYRULE<a href="#EntityTypePOLICYRULE" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#EntityTypePOLICYRULE">EntityTypePOLICYRULE</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="EntityTypePROJECT" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Entity<wbr/>TypePROJECT<a href="#EntityTypePROJECT" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#EntityTypePROJECT">EntityTypePROJECT</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="EntityTypeREADCONTRACT" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Entity<wbr/>TypeREADCONTRACT<a href="#EntityTypeREADCONTRACT" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#EntityTypeREADCONTRACT">EntityTypeREADCONTRACT</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="EntityTypeSESSION" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Entity<wbr/>TypeSESSION<a href="#EntityTypeSESSION" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#EntityTypeSESSION">EntityTypeSESSION</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="EntityTypeSIGNATURE" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Entity<wbr/>TypeSIGNATURE<a href="#EntityTypeSIGNATURE" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#EntityTypeSIGNATURE">EntityTypeSIGNATURE</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="EntityTypeTRANSACTIONINTENT" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Entity<wbr/>TypeTRANSACTIONINTENT<a href="#EntityTypeTRANSACTIONINTENT" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#EntityTypeTRANSACTIONINTENT">EntityTypeTRANSACTIONINTENT</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="EntityTypeUSER" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Entity<wbr/>TypeUSER<a href="#EntityTypeUSER" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#EntityTypeUSER">EntityTypeUSER</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="EntityTypeWEB3ACTION" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Entity<wbr/>TypeWEB3ACTION<a href="#EntityTypeWEB3ACTION" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#EntityTypeWEB3ACTION">EntityTypeWEB3ACTION</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="EntityTypeWEB3CONNECTION" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Entity<wbr/>TypeWEB3CONNECTION<a href="#EntityTypeWEB3CONNECTION" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#EntityTypeWEB3CONNECTION">EntityTypeWEB3CONNECTION</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="ErrorTypeINVALIDREQUESTERROR" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Error<wbr/>TypeINVALIDREQUESTERROR<a href="#ErrorTypeINVALIDREQUESTERROR" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#ErrorTypeINVALIDREQUESTERROR">ErrorTypeINVALIDREQUESTERROR</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="EstimateTransactionIntentGasResult" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Estimate<wbr/>Transaction<wbr/>Intent<wbr/>Gas<wbr/>Result<a href="#EstimateTransactionIntentGasResult" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.EstimateTransactionIntentGasResult.html">EstimateTransactionIntentGasResult</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="FieldErrorsValue" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Field<wbr/>Errors<wbr/>Value<a href="#FieldErrorsValue" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.FieldErrorsValue.html">FieldErrorsValue</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="FirebaseOAuthConfig" class="tsd-anchor"></a><h3 class="tsd-anchor-link">FirebaseOAuth<wbr/>Config<a href="#FirebaseOAuthConfig" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.FirebaseOAuthConfig.html">FirebaseOAuthConfig</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="FixedRateTokenPolicyStrategy" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Fixed<wbr/>Rate<wbr/>Token<wbr/>Policy<wbr/>Strategy<a href="#FixedRateTokenPolicyStrategy" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.FixedRateTokenPolicyStrategy.html">FixedRateTokenPolicyStrategy</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="GasPerIntervalLimitPolicyRuleResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Gas<wbr/>Per<wbr/>Interval<wbr/>Limit<wbr/>Policy<wbr/>Rule<wbr/>Response<a href="#GasPerIntervalLimitPolicyRuleResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.GasPerIntervalLimitPolicyRuleResponse.html">GasPerIntervalLimitPolicyRuleResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="GasPerTransactionLimitPolicyRuleResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Gas<wbr/>Per<wbr/>Transaction<wbr/>Limit<wbr/>Policy<wbr/>Rule<wbr/>Response<a href="#GasPerTransactionLimitPolicyRuleResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.GasPerTransactionLimitPolicyRuleResponse.html">GasPerTransactionLimitPolicyRuleResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="GasReport" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Gas<wbr/>Report<a href="#GasReport" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.GasReport.html">GasReport</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="GasReportDataInner" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Gas<wbr/>Report<wbr/>Data<wbr/>Inner<a href="#GasReportDataInner" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.GasReportDataInner.html">GasReportDataInner</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="GasReportDataInnerPeriod" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Gas<wbr/>Report<wbr/>Data<wbr/>Inner<wbr/>Period<a href="#GasReportDataInnerPeriod" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.GasReportDataInnerPeriod.html">GasReportDataInnerPeriod</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="GasReportDataInnerTransactionIntentsInner" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Gas<wbr/>Report<wbr/>Data<wbr/>Inner<wbr/>Transaction<wbr/>Intents<wbr/>Inner<a href="#GasReportDataInnerTransactionIntentsInner" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.GasReportDataInnerTransactionIntentsInner.html">GasReportDataInnerTransactionIntentsInner</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="GetSigninUrlResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Get<wbr/>Signin<wbr/>Url<wbr/>Response<a href="#GetSigninUrlResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.GetSigninUrlResponse.html">GetSigninUrlResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="GoogleOAuthConfig" class="tsd-anchor"></a><h3 class="tsd-anchor-link">GoogleOAuth<wbr/>Config<a href="#GoogleOAuthConfig" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.GoogleOAuthConfig.html">GoogleOAuthConfig</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="Interaction" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Interaction<a href="#Interaction" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.Interaction.html">Interaction</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="InvalidRequestError" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Invalid<wbr/>Request<wbr/>Error<a href="#InvalidRequestError" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.InvalidRequestError.html">InvalidRequestError</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="InvalidRequestErrorResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Invalid<wbr/>Request<wbr/>Error<wbr/>Response<a href="#InvalidRequestErrorResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.InvalidRequestErrorResponse.html">InvalidRequestErrorResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="InventoryListResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Inventory<wbr/>List<wbr/>Response<a href="#InventoryListResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.InventoryListResponse.html">InventoryListResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="InventoryResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Inventory<wbr/>Response<a href="#InventoryResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.InventoryResponse.html">InventoryResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="Log" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Log<a href="#Log" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.Log.html">Log</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="LoginRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Login<wbr/>Request<a href="#LoginRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.LoginRequest.html">LoginRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="Middleware" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Middleware<a href="#Middleware" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Renames and re-exports <a href="../interfaces/generated_middleware.PromiseMiddleware.html">PromiseMiddleware</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="Money" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Money<a href="#Money" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.Money.html">Money</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="NextActionPayload" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Next<wbr/>Action<wbr/>Payload<a href="#NextActionPayload" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.NextActionPayload.html">NextActionPayload</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="NextActionResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Next<wbr/>Action<wbr/>Response<a href="#NextActionResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.NextActionResponse.html">NextActionResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="NextActionType" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Next<wbr/>Action<wbr/>Type<a href="#NextActionType" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#NextActionType">NextActionType</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="OAuthConfig" class="tsd-anchor"></a><h3 class="tsd-anchor-link">OAuth<wbr/>Config<a href="#OAuthConfig" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.OAuthConfig.html">OAuthConfig</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="OAuthConfigListResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">OAuth<wbr/>Config<wbr/>List<wbr/>Response<a href="#OAuthConfigListResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.OAuthConfigListResponse.html">OAuthConfigListResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="OAuthProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link">OAuth<wbr/>Provider<a href="#OAuthProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#OAuthProvider">OAuthProvider</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="OAuthProviderACCELBYTE" class="tsd-anchor"></a><h3 class="tsd-anchor-link">OAuth<wbr/>ProviderACCELBYTE<a href="#OAuthProviderACCELBYTE" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#OAuthProviderACCELBYTE">OAuthProviderACCELBYTE</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="OAuthProviderFIREBASE" class="tsd-anchor"></a><h3 class="tsd-anchor-link">OAuth<wbr/>ProviderFIREBASE<a href="#OAuthProviderFIREBASE" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#OAuthProviderFIREBASE">OAuthProviderFIREBASE</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="OAuthProviderGOOGLE" class="tsd-anchor"></a><h3 class="tsd-anchor-link">OAuth<wbr/>ProviderGOOGLE<a href="#OAuthProviderGOOGLE" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#OAuthProviderGOOGLE">OAuthProviderGOOGLE</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="OAuthProviderPLAYFAB" class="tsd-anchor"></a><h3 class="tsd-anchor-link">OAuth<wbr/>ProviderPLAYFAB<a href="#OAuthProviderPLAYFAB" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#OAuthProviderPLAYFAB">OAuthProviderPLAYFAB</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="OAuthRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">OAuth<wbr/>Request<a href="#OAuthRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.OAuthRequest.html">OAuthRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="ObsoleteAssetInventory" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Obsolete<wbr/>Asset<wbr/>Inventory<a href="#ObsoleteAssetInventory" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.ObsoleteAssetInventory.html">ObsoleteAssetInventory</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="ObsoleteAssetType" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Obsolete<wbr/>Asset<wbr/>Type<a href="#ObsoleteAssetType" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#ObsoleteAssetType">ObsoleteAssetType</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="ObsoleteInventoryResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Obsolete<wbr/>Inventory<wbr/>Response<a href="#ObsoleteInventoryResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.ObsoleteInventoryResponse.html">ObsoleteInventoryResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PayForUserPolicyStrategy" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Pay<wbr/>For<wbr/>User<wbr/>Policy<wbr/>Strategy<a href="#PayForUserPolicyStrategy" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PayForUserPolicyStrategy.html">PayForUserPolicyStrategy</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PaymasterDepositorCreateRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Paymaster<wbr/>Depositor<wbr/>Create<wbr/>Request<a href="#PaymasterDepositorCreateRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PaymasterDepositorCreateRequest.html">PaymasterDepositorCreateRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PaymasterDepositorDeleteResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Paymaster<wbr/>Depositor<wbr/>Delete<wbr/>Response<a href="#PaymasterDepositorDeleteResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PaymasterDepositorDeleteResponse.html">PaymasterDepositorDeleteResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PaymasterDepositorGetMessageResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Paymaster<wbr/>Depositor<wbr/>Get<wbr/>Message<wbr/>Response<a href="#PaymasterDepositorGetMessageResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PaymasterDepositorGetMessageResponse.html">PaymasterDepositorGetMessageResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PaymasterDepositorListResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Paymaster<wbr/>Depositor<wbr/>List<wbr/>Response<a href="#PaymasterDepositorListResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PaymasterDepositorListResponse.html">PaymasterDepositorListResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PaymasterDepositorResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Paymaster<wbr/>Depositor<wbr/>Response<a href="#PaymasterDepositorResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PaymasterDepositorResponse.html">PaymasterDepositorResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PickContractResponseId" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Pick<wbr/>Contract<wbr/>Response<wbr/>Id<a href="#PickContractResponseId" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PickContractResponseId.html">PickContractResponseId</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PickPlayerResponseId" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Pick<wbr/>Player<wbr/>Response<wbr/>Id<a href="#PickPlayerResponseId" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PickPlayerResponseId.html">PickPlayerResponseId</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PlayFabOAuthConfig" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Play<wbr/>FabOAuth<wbr/>Config<a href="#PlayFabOAuthConfig" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PlayFabOAuthConfig.html">PlayFabOAuthConfig</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="Player" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Player<a href="#Player" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.Player.html">Player</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PlayerCreateRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Player<wbr/>Create<wbr/>Request<a href="#PlayerCreateRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PlayerCreateRequest.html">PlayerCreateRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PlayerDeleteResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Player<wbr/>Delete<wbr/>Response<a href="#PlayerDeleteResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PlayerDeleteResponse.html">PlayerDeleteResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PlayerInventoryQueries" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Player<wbr/>Inventory<wbr/>Queries<a href="#PlayerInventoryQueries" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PlayerInventoryQueries.html">PlayerInventoryQueries</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PlayerListQueries" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Player<wbr/>List<wbr/>Queries<a href="#PlayerListQueries" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PlayerListQueries.html">PlayerListQueries</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PlayerListResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Player<wbr/>List<wbr/>Response<a href="#PlayerListResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PlayerListResponse.html">PlayerListResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PlayerMetadataValue" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Player<wbr/>Metadata<wbr/>Value<a href="#PlayerMetadataValue" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PlayerMetadataValue.html">PlayerMetadataValue</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PlayerResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Player<wbr/>Response<a href="#PlayerResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PlayerResponse.html">PlayerResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PlayerResponseAccountsInner" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Player<wbr/>Response<wbr/>Accounts<wbr/>Inner<a href="#PlayerResponseAccountsInner" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PlayerResponseAccountsInner.html">PlayerResponseAccountsInner</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PlayerResponseExpandable" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Player<wbr/>Response<wbr/>Expandable<a href="#PlayerResponseExpandable" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#PlayerResponseExpandable">PlayerResponseExpandable</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PlayerResponseTransactionIntentsInner" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Player<wbr/>Response<wbr/>Transaction<wbr/>Intents<wbr/>Inner<a href="#PlayerResponseTransactionIntentsInner" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PlayerResponseTransactionIntentsInner.html">PlayerResponseTransactionIntentsInner</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PlayerUpdateRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Player<wbr/>Update<wbr/>Request<a href="#PlayerUpdateRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PlayerUpdateRequest.html">PlayerUpdateRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="Policy" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Policy<a href="#Policy" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.Policy.html">Policy</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PolicyDeleteResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Policy<wbr/>Delete<wbr/>Response<a href="#PolicyDeleteResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PolicyDeleteResponse.html">PolicyDeleteResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PolicyListQueries" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Policy<wbr/>List<wbr/>Queries<a href="#PolicyListQueries" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PolicyListQueries.html">PolicyListQueries</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PolicyListResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Policy<wbr/>List<wbr/>Response<a href="#PolicyListResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PolicyListResponse.html">PolicyListResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PolicyRateLimit" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Policy<wbr/>Rate<wbr/>Limit<a href="#PolicyRateLimit" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#PolicyRateLimit">PolicyRateLimit</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PolicyRateLimitCOUNTPERINTERVAL" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Policy<wbr/>Rate<wbr/>LimitCOUNTPERINTERVAL<a href="#PolicyRateLimitCOUNTPERINTERVAL" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#PolicyRateLimitCOUNTPERINTERVAL">PolicyRateLimitCOUNTPERINTERVAL</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PolicyRateLimitGASPERINTERVAL" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Policy<wbr/>Rate<wbr/>LimitGASPERINTERVAL<a href="#PolicyRateLimitGASPERINTERVAL" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#PolicyRateLimitGASPERINTERVAL">PolicyRateLimitGASPERINTERVAL</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PolicyRateLimitGASPERTRANSACTION" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Policy<wbr/>Rate<wbr/>LimitGASPERTRANSACTION<a href="#PolicyRateLimitGASPERTRANSACTION" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#PolicyRateLimitGASPERTRANSACTION">PolicyRateLimitGASPERTRANSACTION</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PolicyResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Policy<wbr/>Response<a href="#PolicyResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PolicyResponse.html">PolicyResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PolicyResponseExpandable" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Policy<wbr/>Response<wbr/>Expandable<a href="#PolicyResponseExpandable" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#PolicyResponseExpandable">PolicyResponseExpandable</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PolicyResponsePolicyRulesInner" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Policy<wbr/>Response<wbr/>Policy<wbr/>Rules<wbr/>Inner<a href="#PolicyResponsePolicyRulesInner" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PolicyResponsePolicyRulesInner.html">PolicyResponsePolicyRulesInner</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PolicyRuleDeleteResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Policy<wbr/>Rule<wbr/>Delete<wbr/>Response<a href="#PolicyRuleDeleteResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PolicyRuleDeleteResponse.html">PolicyRuleDeleteResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PolicyRuleListQueries" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Policy<wbr/>Rule<wbr/>List<wbr/>Queries<a href="#PolicyRuleListQueries" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PolicyRuleListQueries.html">PolicyRuleListQueries</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PolicyRuleListQueriesExpandEnum" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Policy<wbr/>Rule<wbr/>List<wbr/>Queries<wbr/>Expand<wbr/>Enum<a href="#PolicyRuleListQueriesExpandEnum" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#PolicyRuleListQueriesExpandEnum">PolicyRuleListQueriesExpandEnum</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PolicyRuleListResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Policy<wbr/>Rule<wbr/>List<wbr/>Response<a href="#PolicyRuleListResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PolicyRuleListResponse.html">PolicyRuleListResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PolicyRuleResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Policy<wbr/>Rule<wbr/>Response<a href="#PolicyRuleResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PolicyRuleResponse.html">PolicyRuleResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PolicyRuleType" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Policy<wbr/>Rule<wbr/>Type<a href="#PolicyRuleType" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#PolicyRuleType">PolicyRuleType</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PolicyRuleTypeACCOUNT" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Policy<wbr/>Rule<wbr/>TypeACCOUNT<a href="#PolicyRuleTypeACCOUNT" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#PolicyRuleTypeACCOUNT">PolicyRuleTypeACCOUNT</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PolicyRuleTypeCONTRACT" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Policy<wbr/>Rule<wbr/>TypeCONTRACT<a href="#PolicyRuleTypeCONTRACT" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#PolicyRuleTypeCONTRACT">PolicyRuleTypeCONTRACT</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PolicyRuleTypeRATELIMIT" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Policy<wbr/>Rule<wbr/>TypeRATELIMIT<a href="#PolicyRuleTypeRATELIMIT" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#PolicyRuleTypeRATELIMIT">PolicyRuleTypeRATELIMIT</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PolicyStrategy" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Policy<wbr/>Strategy<a href="#PolicyStrategy" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PolicyStrategy.html">PolicyStrategy</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PolicyStrategyRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Policy<wbr/>Strategy<wbr/>Request<a href="#PolicyStrategyRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PolicyStrategyRequest.html">PolicyStrategyRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PrismaInputJsonValue" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Prisma<wbr/>Input<wbr/>Json<wbr/>Value<a href="#PrismaInputJsonValue" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.PrismaInputJsonValue.html">PrismaInputJsonValue</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="PrivateKeyPolicy" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Private<wbr/>Key<wbr/>Policy<a href="#PrivateKeyPolicy" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#PrivateKeyPolicy">PrivateKeyPolicy</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="ProjectListResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Project<wbr/>List<wbr/>Response<a href="#ProjectListResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.ProjectListResponse.html">ProjectListResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="ProjectLogs" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Project<wbr/>Logs<a href="#ProjectLogs" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.ProjectLogs.html">ProjectLogs</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="ProjectResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Project<wbr/>Response<a href="#ProjectResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.ProjectResponse.html">ProjectResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="ProjectWebhookRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Project<wbr/>Webhook<wbr/>Request<a href="#ProjectWebhookRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.ProjectWebhookRequest.html">ProjectWebhookRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="ResponseResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Response<wbr/>Response<a href="#ResponseResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.ResponseResponse.html">ResponseResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="ResponseTypeLIST" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Response<wbr/>TypeLIST<a href="#ResponseTypeLIST" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#ResponseTypeLIST">ResponseTypeLIST</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="RevokeSessionPlayerRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Revoke<wbr/>Session<wbr/>Player<wbr/>Request<a href="#RevokeSessionPlayerRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.RevokeSessionPlayerRequest.html">RevokeSessionPlayerRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="RevokeSessionRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Revoke<wbr/>Session<wbr/>Request<a href="#RevokeSessionRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.RevokeSessionRequest.html">RevokeSessionRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="ServerConfiguration" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Server<wbr/>Configuration<a href="#ServerConfiguration" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/generated_servers.ServerConfiguration.html">ServerConfiguration</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="SessionListQueries" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Session<wbr/>List<wbr/>Queries<a href="#SessionListQueries" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.SessionListQueries.html">SessionListQueries</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="SessionListResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Session<wbr/>List<wbr/>Response<a href="#SessionListResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.SessionListResponse.html">SessionListResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="SessionResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Session<wbr/>Response<a href="#SessionResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.SessionResponse.html">SessionResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="SessionResponseExpandable" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Session<wbr/>Response<wbr/>Expandable<a href="#SessionResponseExpandable" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#SessionResponseExpandable">SessionResponseExpandable</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="SettingsWebhookUpdateRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Settings<wbr/>Webhook<wbr/>Update<wbr/>Request<a href="#SettingsWebhookUpdateRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.SettingsWebhookUpdateRequest.html">SettingsWebhookUpdateRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="SignPayloadResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Sign<wbr/>Payload<wbr/>Response<a href="#SignPayloadResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.SignPayloadResponse.html">SignPayloadResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="SignatureRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Signature<wbr/>Request<a href="#SignatureRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.SignatureRequest.html">SignatureRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="SignupRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Signup<wbr/>Request<a href="#SignupRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.SignupRequest.html">SignupRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="SortOrder" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Sort<wbr/>Order<a href="#SortOrder" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#SortOrder">SortOrder</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="SponsorSchema" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Sponsor<wbr/>Schema<a href="#SponsorSchema" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#SponsorSchema">SponsorSchema</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="SponsorSchemaCHARGECUSTOMTOKENS" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Sponsor<wbr/>SchemaCHARGECUSTOMTOKENS<a href="#SponsorSchemaCHARGECUSTOMTOKENS" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#SponsorSchemaCHARGECUSTOMTOKENS">SponsorSchemaCHARGECUSTOMTOKENS</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="SponsorSchemaFIXEDRATE" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Sponsor<wbr/>SchemaFIXEDRATE<a href="#SponsorSchemaFIXEDRATE" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#SponsorSchemaFIXEDRATE">SponsorSchemaFIXEDRATE</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="SponsorSchemaPAYFORUSER" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Sponsor<wbr/>SchemaPAYFORUSER<a href="#SponsorSchemaPAYFORUSER" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#SponsorSchemaPAYFORUSER">SponsorSchemaPAYFORUSER</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="SubmitWeb3ActionRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Submit<wbr/>Web3<wbr/>Action<wbr/>Request<a href="#SubmitWeb3ActionRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.SubmitWeb3ActionRequest.html">SubmitWeb3ActionRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="TimeIntervalType" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Time<wbr/>Interval<wbr/>Type<a href="#TimeIntervalType" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#TimeIntervalType">TimeIntervalType</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="TransactionIntent" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Transaction<wbr/>Intent<a href="#TransactionIntent" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.TransactionIntent.html">TransactionIntent</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="TransactionIntentListQueries" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Transaction<wbr/>Intent<wbr/>List<wbr/>Queries<a href="#TransactionIntentListQueries" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.TransactionIntentListQueries.html">TransactionIntentListQueries</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="TransactionIntentListResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Transaction<wbr/>Intent<wbr/>List<wbr/>Response<a href="#TransactionIntentListResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.TransactionIntentListResponse.html">TransactionIntentListResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="TransactionIntentResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Transaction<wbr/>Intent<wbr/>Response<a href="#TransactionIntentResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.TransactionIntentResponse.html">TransactionIntentResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="TransactionIntentResponseAccount" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Transaction<wbr/>Intent<wbr/>Response<wbr/>Account<a href="#TransactionIntentResponseAccount" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.TransactionIntentResponseAccount.html">TransactionIntentResponseAccount</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="TransactionIntentResponseExpandable" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Transaction<wbr/>Intent<wbr/>Response<wbr/>Expandable<a href="#TransactionIntentResponseExpandable" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#TransactionIntentResponseExpandable">TransactionIntentResponseExpandable</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="TransactionIntentResponsePlayer" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Transaction<wbr/>Intent<wbr/>Response<wbr/>Player<a href="#TransactionIntentResponsePlayer" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.TransactionIntentResponsePlayer.html">TransactionIntentResponsePlayer</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="TransactionIntentResponsePolicy" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Transaction<wbr/>Intent<wbr/>Response<wbr/>Policy<a href="#TransactionIntentResponsePolicy" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.TransactionIntentResponsePolicy.html">TransactionIntentResponsePolicy</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="TypedDataField" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Typed<wbr/>Data<wbr/>Field<a href="#TypedDataField" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.TypedDataField.html">TypedDataField</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="UpdateProjectApiKeyRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Update<wbr/>Project<wbr/>Api<wbr/>Key<wbr/>Request<a href="#UpdateProjectApiKeyRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.UpdateProjectApiKeyRequest.html">UpdateProjectApiKeyRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="UserProjectCreateRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">User<wbr/>Project<wbr/>Create<wbr/>Request<a href="#UserProjectCreateRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.UserProjectCreateRequest.html">UserProjectCreateRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="UserProjectCreateRequestRole" class="tsd-anchor"></a><h3 class="tsd-anchor-link">User<wbr/>Project<wbr/>Create<wbr/>Request<wbr/>Role<a href="#UserProjectCreateRequestRole" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.UserProjectCreateRequestRole.html">UserProjectCreateRequestRole</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="UserProjectDeleteResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">User<wbr/>Project<wbr/>Delete<wbr/>Response<a href="#UserProjectDeleteResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.UserProjectDeleteResponse.html">UserProjectDeleteResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="UserProjectListResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">User<wbr/>Project<wbr/>List<wbr/>Response<a href="#UserProjectListResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.UserProjectListResponse.html">UserProjectListResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="UserProjectResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">User<wbr/>Project<wbr/>Response<a href="#UserProjectResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.UserProjectResponse.html">UserProjectResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="UserProjectRole" class="tsd-anchor"></a><h3 class="tsd-anchor-link">User<wbr/>Project<wbr/>Role<a href="#UserProjectRole" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#UserProjectRole">UserProjectRole</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="UserProjectRoleADMIN" class="tsd-anchor"></a><h3 class="tsd-anchor-link">User<wbr/>Project<wbr/>RoleADMIN<a href="#UserProjectRoleADMIN" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#UserProjectRoleADMIN">UserProjectRoleADMIN</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="UserProjectRoleMEMBER" class="tsd-anchor"></a><h3 class="tsd-anchor-link">User<wbr/>Project<wbr/>RoleMEMBER<a href="#UserProjectRoleMEMBER" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#UserProjectRoleMEMBER">UserProjectRoleMEMBER</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="UserProjectUpdateRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link">User<wbr/>Project<wbr/>Update<wbr/>Request<a href="#UserProjectUpdateRequest" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.UserProjectUpdateRequest.html">UserProjectUpdateRequest</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="Web3ActionListResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Web3<wbr/>Action<wbr/>List<wbr/>Response<a href="#Web3ActionListResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.Web3ActionListResponse.html">Web3ActionListResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="Web3ActionResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Web3<wbr/>Action<wbr/>Response<a href="#Web3ActionResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.Web3ActionResponse.html">Web3ActionResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="Web3ActionStatusEnum" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Web3<wbr/>Action<wbr/>Status<wbr/>Enum<a href="#Web3ActionStatusEnum" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#Web3ActionStatusEnum">Web3ActionStatusEnum</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="Web3ConnectionListQueries" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Web3<wbr/>Connection<wbr/>List<wbr/>Queries<a href="#Web3ConnectionListQueries" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.Web3ConnectionListQueries.html">Web3ConnectionListQueries</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="Web3ConnectionListResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Web3<wbr/>Connection<wbr/>List<wbr/>Response<a href="#Web3ConnectionListResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.Web3ConnectionListResponse.html">Web3ConnectionListResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="Web3ConnectionResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Web3<wbr/>Connection<wbr/>Response<a href="#Web3ConnectionResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.Web3ConnectionResponse.html">Web3ConnectionResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="Web3ConnectionResponseExpandable" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Web3<wbr/>Connection<wbr/>Response<wbr/>Expandable<a href="#Web3ConnectionResponseExpandable" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="index.html#Web3ConnectionResponseExpandable">Web3ConnectionResponseExpandable</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="Web3ConnectionResponsePlayer" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Web3<wbr/>Connection<wbr/>Response<wbr/>Player<a href="#Web3ConnectionResponsePlayer" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.Web3ConnectionResponsePlayer.html">Web3ConnectionResponsePlayer</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="WebhookResponse" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Webhook<wbr/>Response<a href="#WebhookResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/index.WebhookResponse.html">WebhookResponse</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="createConfiguration" class="tsd-anchor"></a><h3 class="tsd-anchor-link">create<wbr/>Configuration<a href="#createConfiguration" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="generated_configuration.html#createConfiguration">createConfiguration</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="server1" class="tsd-anchor"></a><h3 class="tsd-anchor-link">server1<a href="#server1" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="generated_servers.html#server1">server1</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="servers" class="tsd-anchor"></a><h3 class="tsd-anchor-link">servers<a href="#servers" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="generated_servers.html#servers">servers</a></section></section><section class="tsd-panel-group tsd-member-group "><h2>Type Aliases</h2><section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module"><a id="ApiKeyConfiguration" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Api<wbr/>Key<wbr/>Configuration<a href="#ApiKeyConfiguration" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Api<wbr/>Key<wbr/>Configuration<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/openfort-xyz/openfort-node/blob/28cae6f/src/generated/auth/auth.ts#L71">src/generated/auth/auth.ts:71</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module"><a id="AuthMethods" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Auth<wbr/>Methods<a href="#AuthMethods" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Auth<wbr/>Methods<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>default<span class="tsd-signature-symbol">?: </span><a href="../interfaces/generated.SecurityAuthentication.html" class="tsd-signature-type" data-tsd-kind="Interface">SecurityAuthentication</a><span class="tsd-signature-symbol">; </span>pk<span class="tsd-signature-symbol">?: </span><a href="../interfaces/generated.SecurityAuthentication.html" class="tsd-signature-type" data-tsd-kind="Interface">SecurityAuthentication</a><span class="tsd-signature-symbol">; </span>sk<span class="tsd-signature-symbol">?: </span><a href="../interfaces/generated.SecurityAuthentication.html" class="tsd-signature-type" data-tsd-kind="Interface">SecurityAuthentication</a><span class="tsd-signature-symbol"> }</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/openfort-xyz/openfort-node/blob/28cae6f/src/generated/auth/auth.ts#L65">src/generated/auth/auth.ts:65</a></li></ul></aside><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5><span class="tsd-flag ts-flagOptional">Optional</span> default<span class="tsd-signature-symbol">?: </span><a href="../interfaces/generated.SecurityAuthentication.html" class="tsd-signature-type" data-tsd-kind="Interface">SecurityAuthentication</a></h5></li><li class="tsd-parameter"><h5><span class="tsd-flag ts-flagOptional">Optional</span> pk<span class="tsd-signature-symbol">?: </span><a href="../interfaces/generated.SecurityAuthentication.html" class="tsd-signature-type" data-tsd-kind="Interface">SecurityAuthentication</a></h5></li><li class="tsd-parameter"><h5><span class="tsd-flag ts-flagOptional">Optional</span> sk<span class="tsd-signature-symbol">?: </span><a href="../interfaces/generated.SecurityAuthentication.html" class="tsd-signature-type" data-tsd-kind="Interface">SecurityAuthentication</a></h5></li></ul></div></section><section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module"><a id="AuthMethodsConfiguration" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Auth<wbr/>Methods<wbr/>Configuration<a href="#AuthMethodsConfiguration" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Auth<wbr/>Methods<wbr/>Configuration<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>default<span class="tsd-signature-symbol">?: </span><a href="../interfaces/generated.SecurityAuthentication.html" class="tsd-signature-type" data-tsd-kind="Interface">SecurityAuthentication</a><span class="tsd-signature-symbol">; </span>pk<span class="tsd-signature-symbol">?: </span><a href="generated.html#HttpBearerConfiguration" class="tsd-signature-type" data-tsd-kind="Type alias">HttpBearerConfiguration</a><span class="tsd-signature-symbol">; </span>sk<span class="tsd-signature-symbol">?: </span><a href="generated.html#HttpBearerConfiguration" class="tsd-signature-type" data-tsd-kind="Type alias">HttpBearerConfiguration</a><span class="tsd-signature-symbol"> }</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/openfort-xyz/openfort-node/blob/28cae6f/src/generated/auth/auth.ts#L76">src/generated/auth/auth.ts:76</a></li></ul></aside><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5><span class="tsd-flag ts-flagOptional">Optional</span> default<span class="tsd-signature-symbol">?: </span><a href="../interfaces/generated.SecurityAuthentication.html" class="tsd-signature-type" data-tsd-kind="Interface">SecurityAuthentication</a></h5></li><li class="tsd-parameter"><h5><span class="tsd-flag ts-flagOptional">Optional</span> pk<span class="tsd-signature-symbol">?: </span><a href="generated.html#HttpBearerConfiguration" class="tsd-signature-type" data-tsd-kind="Type alias">HttpBearerConfiguration</a></h5></li><li class="tsd-parameter"><h5><span class="tsd-flag ts-flagOptional">Optional</span> sk<span class="tsd-signature-symbol">?: </span><a href="generated.html#HttpBearerConfiguration" class="tsd-signature-type" data-tsd-kind="Type alias">HttpBearerConfiguration</a></h5></li></ul></div></section><section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module"><a id="HttpBasicConfiguration" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Http<wbr/>Basic<wbr/>Configuration<a href="#HttpBasicConfiguration" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Http<wbr/>Basic<wbr/>Configuration<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>password<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>username<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/openfort-xyz/openfort-node/blob/28cae6f/src/generated/auth/auth.ts#L72">src/generated/auth/auth.ts:72</a></li></ul></aside><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5>password<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li><li class="tsd-parameter"><h5>username<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li></ul></div></section><section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module"><a id="HttpBearerConfiguration" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Http<wbr/>Bearer<wbr/>Configuration<a href="#HttpBearerConfiguration" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Http<wbr/>Bearer<wbr/>Configuration<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>tokenProvider<span class="tsd-signature-symbol">: </span><a href="../interfaces/generated.TokenProvider.html" class="tsd-signature-type" data-tsd-kind="Interface">TokenProvider</a><span class="tsd-signature-symbol"> }</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/openfort-xyz/openfort-node/blob/28cae6f/src/generated/auth/auth.ts#L73">src/generated/auth/auth.ts:73</a></li></ul></aside><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5>token<wbr/>Provider<span class="tsd-signature-symbol">: </span><a href="../interfaces/generated.TokenProvider.html" class="tsd-signature-type" data-tsd-kind="Interface">TokenProvider</a></h5></li></ul></div></section><section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module"><a id="HttpFile" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Http<wbr/>File<a href="#HttpFile" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Http<wbr/>File<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Buffer</span><span class="tsd-signature-symbol">; </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/openfort-xyz/openfort-node/blob/28cae6f/src/generated/http/http.ts#L28">src/generated/http/http.ts:28</a></li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
2
- <p>Represents an HTTP file which will be transferred from or to a server.</p>
3
- </div></div><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5>data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Buffer</span></h5></li><li class="tsd-parameter"><h5>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li></ul></div></section><section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module"><a id="OAuth2Configuration" class="tsd-anchor"></a><h3 class="tsd-anchor-link">OAuth2<wbr/>Configuration<a href="#OAuth2Configuration" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">OAuth2<wbr/>Configuration<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>accessToken<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/openfort-xyz/openfort-node/blob/28cae6f/src/generated/auth/auth.ts#L74">src/generated/auth/auth.ts:74</a></li></ul></aside><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5>access<wbr/>Token<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li></ul></div></section><section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module"><a id="RequestBody" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Request<wbr/>Body<a href="#RequestBody" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Request<wbr/>Body<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">FormData</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">URLSearchParams</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/openfort-xyz/openfort-node/blob/28cae6f/src/generated/http/http.ts#L42">src/generated/http/http.ts:42</a></li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
4
- <p>Represents the body of an outgoing HTTP request.</p>
5
- </div></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Functions</h2><section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module"><a id="configureAuthMethods" class="tsd-anchor"></a><h3 class="tsd-anchor-link">configure<wbr/>Auth<wbr/>Methods<a href="#configureAuthMethods" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module"><li class="tsd-signature tsd-kind-icon">configure<wbr/>Auth<wbr/>Methods<span class="tsd-signature-symbol">(</span>config<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><a href="generated.html#AuthMethodsConfiguration" class="tsd-signature-type" data-tsd-kind="Type alias">AuthMethodsConfiguration</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="generated.html#AuthMethods" class="tsd-signature-type" data-tsd-kind="Type alias">AuthMethods</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/openfort-xyz/openfort-node/blob/28cae6f/src/generated/auth/auth.ts#L86">src/generated/auth/auth.ts:86</a></li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
6
- <p>Creates the authentication methods from a swagger description.</p>
7
- </div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>config: <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><a href="generated.html#AuthMethodsConfiguration" class="tsd-signature-type" data-tsd-kind="Type alias">AuthMethodsConfiguration</a></h5></li></ul><h4 class="tsd-returns-title">Returns <a href="generated.html#AuthMethods" class="tsd-signature-type" data-tsd-kind="Type alias">AuthMethods</a></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module"><a id="wrapHttpLibrary" class="tsd-anchor"></a><h3 class="tsd-anchor-link">wrap<wbr/>Http<wbr/>Library<a href="#wrapHttpLibrary" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module"><li class="tsd-signature tsd-kind-icon">wrap<wbr/>Http<wbr/>Library<span class="tsd-signature-symbol">(</span>promiseHttpLibrary<span class="tsd-signature-symbol">: </span><a href="../interfaces/generated.PromiseHttpLibrary.html" class="tsd-signature-type" data-tsd-kind="Interface">PromiseHttpLibrary</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/generated.HttpLibrary.html" class="tsd-signature-type" data-tsd-kind="Interface">HttpLibrary</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/openfort-xyz/openfort-node/blob/28cae6f/src/generated/http/http.ts#L223">src/generated/http/http.ts:223</a></li></ul></aside><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>promiseHttpLibrary: <a href="../interfaces/generated.PromiseHttpLibrary.html" class="tsd-signature-type" data-tsd-kind="Interface">PromiseHttpLibrary</a></h5></li></ul><h4 class="tsd-returns-title">Returns <a href="../interfaces/generated.HttpLibrary.html" class="tsd-signature-type" data-tsd-kind="Interface">HttpLibrary</a></h4></li></ul></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Modules</a></li><li class=" tsd-kind-module"><a href="apis_baseApiWrapper.html">apis/base<wbr/>Api<wbr/>Wrapper</a></li><li class=" tsd-kind-module"><a href="apis_contractsApiWrapper.html">apis/contracts<wbr/>Api<wbr/>Wrapper</a></li><li class=" tsd-kind-module"><a href="apis_iamApiWrapper.html">apis/iam<wbr/>Api<wbr/>Wrapper</a></li><li class=" tsd-kind-module"><a href="apis_inventoriesApiWrapper.html">apis/inventories<wbr/>Api<wbr/>Wrapper</a></li><li class=" tsd-kind-module"><a href="apis_oauthApiWrapper.html">apis/oauth<wbr/>Api<wbr/>Wrapper</a></li><li class=" tsd-kind-module"><a href="apis_playersApiWrapper.html">apis/players<wbr/>Api<wbr/>Wrapper</a></li><li class=" tsd-kind-module"><a href="apis_policiesApiWrapper.html">apis/policies<wbr/>Api<wbr/>Wrapper</a></li><li class=" tsd-kind-module"><a href="apis_policyRulesApiWrapper.html">apis/policy<wbr/>Rules<wbr/>Api<wbr/>Wrapper</a></li><li class=" tsd-kind-module"><a href="apis_sessionsApiWrapper.html">apis/sessions<wbr/>Api<wbr/>Wrapper</a></li><li class=" tsd-kind-module"><a href="apis_settingsApiWrapper.html">apis/settings<wbr/>Api<wbr/>Wrapper</a></li><li class=" tsd-kind-module"><a href="apis_transactionIntentsApiWrapper.html">apis/transaction<wbr/>Intents<wbr/>Api<wbr/>Wrapper</a></li><li class=" tsd-kind-module"><a href="apis_web3ConnectionsApiWrapper.html">apis/web3<wbr/>Connections<wbr/>Api<wbr/>Wrapper</a></li><li class="current tsd-kind-module"><a href="generated.html">generated</a></li><li class=" tsd-kind-module"><a href="generated_configuration.html">generated/configuration</a></li><li class=" tsd-kind-module"><a href="generated_middleware.html">generated/middleware</a></li><li class=" tsd-kind-module"><a href="generated_rxjsStub.html">generated/rxjs<wbr/>Stub</a></li><li class=" tsd-kind-module"><a href="generated_servers.html">generated/servers</a></li><li class=" tsd-kind-module"><a href="generated_util.html">generated/util</a></li><li class=" tsd-kind-module"><a href="index.html">index</a></li><li class=" tsd-kind-module"><a href="models.html">models</a></li><li class=" tsd-kind-module"><a href="models_accountInventoryListQueries.html">models/account<wbr/>Inventory<wbr/>List<wbr/>Queries</a></li><li class=" tsd-kind-module"><a href="models_baseListRequest.html">models/base<wbr/>List<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_cancelTransferOwnershipRequest.html">models/cancel<wbr/>Transfer<wbr/>Ownership<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_completeRecoveryRequest.html">models/complete<wbr/>Recovery<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_createPlayerSessionRequest.html">models/create<wbr/>Player<wbr/>Session<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_getAccountInventoryRequest.html">models/get<wbr/>Account<wbr/>Inventory<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_getAccountRequest.html">models/get<wbr/>Account<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_getAllowFunctionsRequest.html">models/get<wbr/>Allow<wbr/>Functions<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_getContractRequest.html">models/get<wbr/>Contract<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_getPlayerByExternalIdRequest.html">models/get<wbr/>Player<wbr/>By<wbr/>External<wbr/>Id<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_getPlayerInventoryRequest.html">models/get<wbr/>Player<wbr/>Inventory<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_getPlayerRequest.html">models/get<wbr/>Player<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_getPolicyRequest.html">models/get<wbr/>Policy<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_getPolicyTotalGasUsageRequest.html">models/get<wbr/>Policy<wbr/>Total<wbr/>Gas<wbr/>Usage<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_getSessionRequest.html">models/get<wbr/>Session<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_getTransactionIntentRequest.html">models/get<wbr/>Transaction<wbr/>Intent<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_getWeb3ActionsList.html">models/get<wbr/>Web3<wbr/>Actions<wbr/>List</a></li><li class=" tsd-kind-module"><a href="models_getWeb3ConnectionRequest.html">models/get<wbr/>Web3<wbr/>Connection<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_playerCancelTransferOwnershipRequest.html">models/player<wbr/>Cancel<wbr/>Transfer<wbr/>Ownership<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_playerInventoryListQueries.html">models/player<wbr/>Inventory<wbr/>List<wbr/>Queries</a></li><li class=" tsd-kind-module"><a href="models_playerTransferOwnershipRequest.html">models/player<wbr/>Transfer<wbr/>Ownership<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_revokePlayerSessionRequest.html">models/revoke<wbr/>Player<wbr/>Session<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_signPayloadRequest.html">models/sign<wbr/>Payload<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_signatureSessionRequest.html">models/signature<wbr/>Session<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_signatureTransactionIntentRequest.html">models/signature<wbr/>Transaction<wbr/>Intent<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_startRecoveryRequest.html">models/start<wbr/>Recovery<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_submitWeb3ActionRequest.html">models/submit<wbr/>Web3<wbr/>Action<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_transferOwnershipRequest.html">models/transfer<wbr/>Ownership<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_updateContractRequest.html">models/update<wbr/>Contract<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_updatePlayerRequest.html">models/update<wbr/>Player<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_updatePolicyAllowFunctionRequest.html">models/update<wbr/>Policy<wbr/>Allow<wbr/>Function<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_updatePolicyRequest.html">models/update<wbr/>Policy<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_updatePolicyRuleRequest.html">models/update<wbr/>Policy<wbr/>Rule<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_updateProjectRequest.html">models/update<wbr/>Project<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_validationError.html">models/validation<wbr/>Error</a></li><li class=" tsd-kind-module"><a href="models_verifyOAuthTokenRequest.html">models/verifyOAuth<wbr/>Token<wbr/>Request</a></li><li class=" tsd-kind-module"><a href="models_webHookEvent.html">models/web<wbr/>Hook<wbr/>Event</a></li><li class=" tsd-kind-module"><a href="utilities_httpErrorHandler.html">utilities/http<wbr/>Error<wbr/>Handler</a></li><li class=" tsd-kind-module"><a href="utilities_middleware.html">utilities/middleware</a></li><li class=" tsd-kind-module"><a href="utilities_observable.html">utilities/observable</a></li><li class=" tsd-kind-module"><a href="utilities_observer.html">utilities/observer</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Abi" class="tsd-kind-icon">Abi</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AbiType" class="tsd-kind-icon">Abi<wbr/>Type</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AccelbyteOAuthConfig" class="tsd-kind-icon">AccelbyteOAuth<wbr/>Config</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Account" class="tsd-kind-icon">Account</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AccountListQueries" class="tsd-kind-icon">Account<wbr/>List<wbr/>Queries</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AccountListResponse" class="tsd-kind-icon">Account<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AccountPolicyRuleResponse" class="tsd-kind-icon">Account<wbr/>Policy<wbr/>Rule<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AccountResponse" class="tsd-kind-icon">Account<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AccountResponseExpandable" class="tsd-kind-icon">Account<wbr/>Response<wbr/>Expandable</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ApiAuthorizedNetworkListResponse" class="tsd-kind-icon">Api<wbr/>Authorized<wbr/>Network<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ApiAuthorizedNetworkResponse" class="tsd-kind-icon">Api<wbr/>Authorized<wbr/>Network<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ApiKeyResponse" class="tsd-kind-icon">Api<wbr/>Key<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ApiKeyType" class="tsd-kind-icon">Api<wbr/>Key<wbr/>Type</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AssetInventory" class="tsd-kind-icon">Asset<wbr/>Inventory</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AssetType" class="tsd-kind-icon">Asset<wbr/>Type</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AuthPlayerListQueries" class="tsd-kind-icon">Auth<wbr/>Player<wbr/>List<wbr/>Queries</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AuthPlayerListResponse" class="tsd-kind-icon">Auth<wbr/>Player<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AuthPlayerResponse" class="tsd-kind-icon">Auth<wbr/>Player<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AuthPlayerResponsePlayer" class="tsd-kind-icon">Auth<wbr/>Player<wbr/>Response<wbr/>Player</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AuthResponse" class="tsd-kind-icon">Auth<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AuthenticatedPlayerResponse" class="tsd-kind-icon">Authenticated<wbr/>Player<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#AuthorizeWithOAuthToken200Response" class="tsd-kind-icon">Authorize<wbr/>WithOAuth<wbr/>Token200<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#BalanceResponse" class="tsd-kind-icon">Balance<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#BaseServerConfiguration" class="tsd-kind-icon">Base<wbr/>Server<wbr/>Configuration</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ChargeCustomTokenPolicyStrategy" class="tsd-kind-icon">Charge<wbr/>Custom<wbr/>Token<wbr/>Policy<wbr/>Strategy</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CheckoutRequest" class="tsd-kind-icon">Checkout<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CheckoutResponse" class="tsd-kind-icon">Checkout<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Configuration" class="tsd-kind-icon">Configuration</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ContractDeleteResponse" class="tsd-kind-icon">Contract<wbr/>Delete<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ContractListQueries" class="tsd-kind-icon">Contract<wbr/>List<wbr/>Queries</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ContractListResponse" class="tsd-kind-icon">Contract<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ContractPolicyRuleResponse" class="tsd-kind-icon">Contract<wbr/>Policy<wbr/>Rule<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ContractPolicyRuleResponseContract" class="tsd-kind-icon">Contract<wbr/>Policy<wbr/>Rule<wbr/>Response<wbr/>Contract</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ContractReadQueries" class="tsd-kind-icon">Contract<wbr/>Read<wbr/>Queries</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ContractReadResponse" class="tsd-kind-icon">Contract<wbr/>Read<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ContractResponse" class="tsd-kind-icon">Contract<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CountPerIntervalLimitPolicyRuleResponse" class="tsd-kind-icon">Count<wbr/>Per<wbr/>Interval<wbr/>Limit<wbr/>Policy<wbr/>Rule<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CreateAccountRequest" class="tsd-kind-icon">Create<wbr/>Account<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CreateApiAuthorizedNetworkRequest" class="tsd-kind-icon">Create<wbr/>Api<wbr/>Authorized<wbr/>Network<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CreateContractRequest" class="tsd-kind-icon">Create<wbr/>Contract<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CreatePlayerAccountRequest" class="tsd-kind-icon">Create<wbr/>Player<wbr/>Account<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CreatePolicyAllowFunctionRequest" class="tsd-kind-icon">Create<wbr/>Policy<wbr/>Allow<wbr/>Function<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CreatePolicyRequest" class="tsd-kind-icon">Create<wbr/>Policy<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CreatePolicyRuleRequest" class="tsd-kind-icon">Create<wbr/>Policy<wbr/>Rule<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CreateProjectApiKeyRequest" class="tsd-kind-icon">Create<wbr/>Project<wbr/>Api<wbr/>Key<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CreateProjectRequest" class="tsd-kind-icon">Create<wbr/>Project<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CreateSessionRequest" class="tsd-kind-icon">Create<wbr/>Session<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CreateTransactionIntentRequest" class="tsd-kind-icon">Create<wbr/>Transaction<wbr/>Intent<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#CreateWeb3ConnectionRequest" class="tsd-kind-icon">Create<wbr/>Web3<wbr/>Connection<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Currency" class="tsd-kind-icon">Currency</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#DataAccountTypes" class="tsd-kind-icon">Data<wbr/>Account<wbr/>Types</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#DomainData" class="tsd-kind-icon">Domain<wbr/>Data</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityIdResponse" class="tsd-kind-icon">Entity<wbr/>Id<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypeACCOUNT" class="tsd-kind-icon">Entity<wbr/>TypeACCOUNT</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypeCONTRACT" class="tsd-kind-icon">Entity<wbr/>TypeCONTRACT</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypeINVENTORY" class="tsd-kind-icon">Entity<wbr/>TypeINVENTORY</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypePAYMASTERDEPOSITOR" class="tsd-kind-icon">Entity<wbr/>TypePAYMASTERDEPOSITOR</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypePLAYER" class="tsd-kind-icon">Entity<wbr/>TypePLAYER</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypePOLICY" class="tsd-kind-icon">Entity<wbr/>TypePOLICY</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypePOLICYRULE" class="tsd-kind-icon">Entity<wbr/>TypePOLICYRULE</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypePROJECT" class="tsd-kind-icon">Entity<wbr/>TypePROJECT</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypeREADCONTRACT" class="tsd-kind-icon">Entity<wbr/>TypeREADCONTRACT</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypeSESSION" class="tsd-kind-icon">Entity<wbr/>TypeSESSION</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypeSIGNATURE" class="tsd-kind-icon">Entity<wbr/>TypeSIGNATURE</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypeTRANSACTIONINTENT" class="tsd-kind-icon">Entity<wbr/>TypeTRANSACTIONINTENT</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypeUSER" class="tsd-kind-icon">Entity<wbr/>TypeUSER</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypeWEB3ACTION" class="tsd-kind-icon">Entity<wbr/>TypeWEB3ACTION</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EntityTypeWEB3CONNECTION" class="tsd-kind-icon">Entity<wbr/>TypeWEB3CONNECTION</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ErrorTypeINVALIDREQUESTERROR" class="tsd-kind-icon">Error<wbr/>TypeINVALIDREQUESTERROR</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#EstimateTransactionIntentGasResult" class="tsd-kind-icon">Estimate<wbr/>Transaction<wbr/>Intent<wbr/>Gas<wbr/>Result</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#FieldErrorsValue" class="tsd-kind-icon">Field<wbr/>Errors<wbr/>Value</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#FirebaseOAuthConfig" class="tsd-kind-icon">FirebaseOAuth<wbr/>Config</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#FixedRateTokenPolicyStrategy" class="tsd-kind-icon">Fixed<wbr/>Rate<wbr/>Token<wbr/>Policy<wbr/>Strategy</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#GasPerIntervalLimitPolicyRuleResponse" class="tsd-kind-icon">Gas<wbr/>Per<wbr/>Interval<wbr/>Limit<wbr/>Policy<wbr/>Rule<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#GasPerTransactionLimitPolicyRuleResponse" class="tsd-kind-icon">Gas<wbr/>Per<wbr/>Transaction<wbr/>Limit<wbr/>Policy<wbr/>Rule<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#GasReport" class="tsd-kind-icon">Gas<wbr/>Report</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#GasReportDataInner" class="tsd-kind-icon">Gas<wbr/>Report<wbr/>Data<wbr/>Inner</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#GasReportDataInnerPeriod" class="tsd-kind-icon">Gas<wbr/>Report<wbr/>Data<wbr/>Inner<wbr/>Period</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#GasReportDataInnerTransactionIntentsInner" class="tsd-kind-icon">Gas<wbr/>Report<wbr/>Data<wbr/>Inner<wbr/>Transaction<wbr/>Intents<wbr/>Inner</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#GetSigninUrlResponse" class="tsd-kind-icon">Get<wbr/>Signin<wbr/>Url<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#GoogleOAuthConfig" class="tsd-kind-icon">GoogleOAuth<wbr/>Config</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Interaction" class="tsd-kind-icon">Interaction</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#InvalidRequestError" class="tsd-kind-icon">Invalid<wbr/>Request<wbr/>Error</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#InvalidRequestErrorResponse" class="tsd-kind-icon">Invalid<wbr/>Request<wbr/>Error<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#InventoryListResponse" class="tsd-kind-icon">Inventory<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#InventoryResponse" class="tsd-kind-icon">Inventory<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Log" class="tsd-kind-icon">Log</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#LoginRequest" class="tsd-kind-icon">Login<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Middleware" class="tsd-kind-icon">Middleware</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Money" class="tsd-kind-icon">Money</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#NextActionPayload" class="tsd-kind-icon">Next<wbr/>Action<wbr/>Payload</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#NextActionResponse" class="tsd-kind-icon">Next<wbr/>Action<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#NextActionType" class="tsd-kind-icon">Next<wbr/>Action<wbr/>Type</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#OAuthConfig" class="tsd-kind-icon">OAuth<wbr/>Config</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#OAuthConfigListResponse" class="tsd-kind-icon">OAuth<wbr/>Config<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#OAuthProvider" class="tsd-kind-icon">OAuth<wbr/>Provider</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#OAuthProviderACCELBYTE" class="tsd-kind-icon">OAuth<wbr/>ProviderACCELBYTE</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#OAuthProviderFIREBASE" class="tsd-kind-icon">OAuth<wbr/>ProviderFIREBASE</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#OAuthProviderGOOGLE" class="tsd-kind-icon">OAuth<wbr/>ProviderGOOGLE</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#OAuthProviderPLAYFAB" class="tsd-kind-icon">OAuth<wbr/>ProviderPLAYFAB</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#OAuthRequest" class="tsd-kind-icon">OAuth<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ObsoleteAssetInventory" class="tsd-kind-icon">Obsolete<wbr/>Asset<wbr/>Inventory</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ObsoleteAssetType" class="tsd-kind-icon">Obsolete<wbr/>Asset<wbr/>Type</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ObsoleteInventoryResponse" class="tsd-kind-icon">Obsolete<wbr/>Inventory<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PayForUserPolicyStrategy" class="tsd-kind-icon">Pay<wbr/>For<wbr/>User<wbr/>Policy<wbr/>Strategy</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PaymasterDepositorCreateRequest" class="tsd-kind-icon">Paymaster<wbr/>Depositor<wbr/>Create<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PaymasterDepositorDeleteResponse" class="tsd-kind-icon">Paymaster<wbr/>Depositor<wbr/>Delete<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PaymasterDepositorGetMessageResponse" class="tsd-kind-icon">Paymaster<wbr/>Depositor<wbr/>Get<wbr/>Message<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PaymasterDepositorListResponse" class="tsd-kind-icon">Paymaster<wbr/>Depositor<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PaymasterDepositorResponse" class="tsd-kind-icon">Paymaster<wbr/>Depositor<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PickContractResponseId" class="tsd-kind-icon">Pick<wbr/>Contract<wbr/>Response<wbr/>Id</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PickPlayerResponseId" class="tsd-kind-icon">Pick<wbr/>Player<wbr/>Response<wbr/>Id</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PlayFabOAuthConfig" class="tsd-kind-icon">Play<wbr/>FabOAuth<wbr/>Config</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Player" class="tsd-kind-icon">Player</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PlayerCreateRequest" class="tsd-kind-icon">Player<wbr/>Create<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PlayerDeleteResponse" class="tsd-kind-icon">Player<wbr/>Delete<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PlayerInventoryQueries" class="tsd-kind-icon">Player<wbr/>Inventory<wbr/>Queries</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PlayerListQueries" class="tsd-kind-icon">Player<wbr/>List<wbr/>Queries</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PlayerListResponse" class="tsd-kind-icon">Player<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PlayerMetadataValue" class="tsd-kind-icon">Player<wbr/>Metadata<wbr/>Value</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PlayerResponse" class="tsd-kind-icon">Player<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PlayerResponseAccountsInner" class="tsd-kind-icon">Player<wbr/>Response<wbr/>Accounts<wbr/>Inner</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PlayerResponseExpandable" class="tsd-kind-icon">Player<wbr/>Response<wbr/>Expandable</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PlayerResponseTransactionIntentsInner" class="tsd-kind-icon">Player<wbr/>Response<wbr/>Transaction<wbr/>Intents<wbr/>Inner</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PlayerUpdateRequest" class="tsd-kind-icon">Player<wbr/>Update<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Policy" class="tsd-kind-icon">Policy</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyDeleteResponse" class="tsd-kind-icon">Policy<wbr/>Delete<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyListQueries" class="tsd-kind-icon">Policy<wbr/>List<wbr/>Queries</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyListResponse" class="tsd-kind-icon">Policy<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRateLimit" class="tsd-kind-icon">Policy<wbr/>Rate<wbr/>Limit</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRateLimitCOUNTPERINTERVAL" class="tsd-kind-icon">Policy<wbr/>Rate<wbr/>LimitCOUNTPERINTERVAL</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRateLimitGASPERINTERVAL" class="tsd-kind-icon">Policy<wbr/>Rate<wbr/>LimitGASPERINTERVAL</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRateLimitGASPERTRANSACTION" class="tsd-kind-icon">Policy<wbr/>Rate<wbr/>LimitGASPERTRANSACTION</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyResponse" class="tsd-kind-icon">Policy<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyResponseExpandable" class="tsd-kind-icon">Policy<wbr/>Response<wbr/>Expandable</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyResponsePolicyRulesInner" class="tsd-kind-icon">Policy<wbr/>Response<wbr/>Policy<wbr/>Rules<wbr/>Inner</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRuleDeleteResponse" class="tsd-kind-icon">Policy<wbr/>Rule<wbr/>Delete<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRuleListQueries" class="tsd-kind-icon">Policy<wbr/>Rule<wbr/>List<wbr/>Queries</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRuleListQueriesExpandEnum" class="tsd-kind-icon">Policy<wbr/>Rule<wbr/>List<wbr/>Queries<wbr/>Expand<wbr/>Enum</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRuleListResponse" class="tsd-kind-icon">Policy<wbr/>Rule<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRuleResponse" class="tsd-kind-icon">Policy<wbr/>Rule<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRuleType" class="tsd-kind-icon">Policy<wbr/>Rule<wbr/>Type</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRuleTypeACCOUNT" class="tsd-kind-icon">Policy<wbr/>Rule<wbr/>TypeACCOUNT</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRuleTypeCONTRACT" class="tsd-kind-icon">Policy<wbr/>Rule<wbr/>TypeCONTRACT</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyRuleTypeRATELIMIT" class="tsd-kind-icon">Policy<wbr/>Rule<wbr/>TypeRATELIMIT</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyStrategy" class="tsd-kind-icon">Policy<wbr/>Strategy</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PolicyStrategyRequest" class="tsd-kind-icon">Policy<wbr/>Strategy<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PrismaInputJsonValue" class="tsd-kind-icon">Prisma<wbr/>Input<wbr/>Json<wbr/>Value</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#PrivateKeyPolicy" class="tsd-kind-icon">Private<wbr/>Key<wbr/>Policy</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ProjectListResponse" class="tsd-kind-icon">Project<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ProjectLogs" class="tsd-kind-icon">Project<wbr/>Logs</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ProjectResponse" class="tsd-kind-icon">Project<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ProjectWebhookRequest" class="tsd-kind-icon">Project<wbr/>Webhook<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ResponseResponse" class="tsd-kind-icon">Response<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ResponseTypeLIST" class="tsd-kind-icon">Response<wbr/>TypeLIST</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#RevokeSessionPlayerRequest" class="tsd-kind-icon">Revoke<wbr/>Session<wbr/>Player<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#RevokeSessionRequest" class="tsd-kind-icon">Revoke<wbr/>Session<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#ServerConfiguration" class="tsd-kind-icon">Server<wbr/>Configuration</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SessionListQueries" class="tsd-kind-icon">Session<wbr/>List<wbr/>Queries</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SessionListResponse" class="tsd-kind-icon">Session<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SessionResponse" class="tsd-kind-icon">Session<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SessionResponseExpandable" class="tsd-kind-icon">Session<wbr/>Response<wbr/>Expandable</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SettingsWebhookUpdateRequest" class="tsd-kind-icon">Settings<wbr/>Webhook<wbr/>Update<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SignPayloadResponse" class="tsd-kind-icon">Sign<wbr/>Payload<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SignatureRequest" class="tsd-kind-icon">Signature<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SignupRequest" class="tsd-kind-icon">Signup<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SortOrder" class="tsd-kind-icon">Sort<wbr/>Order</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SponsorSchema" class="tsd-kind-icon">Sponsor<wbr/>Schema</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SponsorSchemaCHARGECUSTOMTOKENS" class="tsd-kind-icon">Sponsor<wbr/>SchemaCHARGECUSTOMTOKENS</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SponsorSchemaFIXEDRATE" class="tsd-kind-icon">Sponsor<wbr/>SchemaFIXEDRATE</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SponsorSchemaPAYFORUSER" class="tsd-kind-icon">Sponsor<wbr/>SchemaPAYFORUSER</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#SubmitWeb3ActionRequest" class="tsd-kind-icon">Submit<wbr/>Web3<wbr/>Action<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#TimeIntervalType" class="tsd-kind-icon">Time<wbr/>Interval<wbr/>Type</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#TransactionIntent" class="tsd-kind-icon">Transaction<wbr/>Intent</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#TransactionIntentListQueries" class="tsd-kind-icon">Transaction<wbr/>Intent<wbr/>List<wbr/>Queries</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#TransactionIntentListResponse" class="tsd-kind-icon">Transaction<wbr/>Intent<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#TransactionIntentResponse" class="tsd-kind-icon">Transaction<wbr/>Intent<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#TransactionIntentResponseAccount" class="tsd-kind-icon">Transaction<wbr/>Intent<wbr/>Response<wbr/>Account</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#TransactionIntentResponseExpandable" class="tsd-kind-icon">Transaction<wbr/>Intent<wbr/>Response<wbr/>Expandable</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#TransactionIntentResponsePlayer" class="tsd-kind-icon">Transaction<wbr/>Intent<wbr/>Response<wbr/>Player</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#TransactionIntentResponsePolicy" class="tsd-kind-icon">Transaction<wbr/>Intent<wbr/>Response<wbr/>Policy</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#TypedDataField" class="tsd-kind-icon">Typed<wbr/>Data<wbr/>Field</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#UpdateProjectApiKeyRequest" class="tsd-kind-icon">Update<wbr/>Project<wbr/>Api<wbr/>Key<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#UserProjectCreateRequest" class="tsd-kind-icon">User<wbr/>Project<wbr/>Create<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#UserProjectCreateRequestRole" class="tsd-kind-icon">User<wbr/>Project<wbr/>Create<wbr/>Request<wbr/>Role</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#UserProjectDeleteResponse" class="tsd-kind-icon">User<wbr/>Project<wbr/>Delete<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#UserProjectListResponse" class="tsd-kind-icon">User<wbr/>Project<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#UserProjectResponse" class="tsd-kind-icon">User<wbr/>Project<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#UserProjectRole" class="tsd-kind-icon">User<wbr/>Project<wbr/>Role</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#UserProjectRoleADMIN" class="tsd-kind-icon">User<wbr/>Project<wbr/>RoleADMIN</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#UserProjectRoleMEMBER" class="tsd-kind-icon">User<wbr/>Project<wbr/>RoleMEMBER</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#UserProjectUpdateRequest" class="tsd-kind-icon">User<wbr/>Project<wbr/>Update<wbr/>Request</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Web3ActionListResponse" class="tsd-kind-icon">Web3<wbr/>Action<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Web3ActionResponse" class="tsd-kind-icon">Web3<wbr/>Action<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Web3ActionStatusEnum" class="tsd-kind-icon">Web3<wbr/>Action<wbr/>Status<wbr/>Enum</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Web3ConnectionListQueries" class="tsd-kind-icon">Web3<wbr/>Connection<wbr/>List<wbr/>Queries</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Web3ConnectionListResponse" class="tsd-kind-icon">Web3<wbr/>Connection<wbr/>List<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Web3ConnectionResponse" class="tsd-kind-icon">Web3<wbr/>Connection<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Web3ConnectionResponseExpandable" class="tsd-kind-icon">Web3<wbr/>Connection<wbr/>Response<wbr/>Expandable</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#Web3ConnectionResponsePlayer" class="tsd-kind-icon">Web3<wbr/>Connection<wbr/>Response<wbr/>Player</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#WebhookResponse" class="tsd-kind-icon">Webhook<wbr/>Response</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#createConfiguration" class="tsd-kind-icon">create<wbr/>Configuration</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#server1" class="tsd-kind-icon">server1</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="generated.html#servers" class="tsd-kind-icon">servers</a></li><li class="tsd-kind-enum tsd-parent-kind-module"><a href="../enums/generated.HttpMethod.html" class="tsd-kind-icon">Http<wbr/>Method</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.AccountInventoryListQueries.html" class="tsd-kind-icon">Account<wbr/>Inventory<wbr/>List<wbr/>Queries</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.AccountsApi.html" class="tsd-kind-icon">Accounts<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter"><a href="../classes/generated.ApiException.html" class="tsd-kind-icon">Api<wbr/>Exception</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.AuthenticationApi.html" class="tsd-kind-icon">Authentication<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.CancelTransferOwnershipRequest.html" class="tsd-kind-icon">Cancel<wbr/>Transfer<wbr/>Ownership<wbr/>Request</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.CompleteRecoveryRequest.html" class="tsd-kind-icon">Complete<wbr/>Recovery<wbr/>Request</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.ContractsApi.html" class="tsd-kind-icon">Contracts<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.CreatePlayerSessionRequest.html" class="tsd-kind-icon">Create<wbr/>Player<wbr/>Session<wbr/>Request</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.GoogleAuthenticationApi.html" class="tsd-kind-icon">Google<wbr/>Authentication<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.HttpException.html" class="tsd-kind-icon">Http<wbr/>Exception</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.InventoriesApi.html" class="tsd-kind-icon">Inventories<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.IsomorphicFetchHttpLibrary.html" class="tsd-kind-icon">Isomorphic<wbr/>Fetch<wbr/>Http<wbr/>Library</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.OAuthApi.html" class="tsd-kind-icon">OAuth<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.PkAuthentication.html" class="tsd-kind-icon">Pk<wbr/>Authentication</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.PlayerCancelTransferOwnershipRequest.html" class="tsd-kind-icon">Player<wbr/>Cancel<wbr/>Transfer<wbr/>Ownership<wbr/>Request</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.PlayerInventoryListQueries.html" class="tsd-kind-icon">Player<wbr/>Inventory<wbr/>List<wbr/>Queries</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.PlayerTransferOwnershipRequest.html" class="tsd-kind-icon">Player<wbr/>Transfer<wbr/>Ownership<wbr/>Request</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.PlayersApi.html" class="tsd-kind-icon">Players<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.PlayersAuthenticationApi.html" class="tsd-kind-icon">Players<wbr/>Authentication<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.PoliciesApi.html" class="tsd-kind-icon">Policies<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.PolicyRulesApi.html" class="tsd-kind-icon">Policy<wbr/>Rules<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.RequestContext.html" class="tsd-kind-icon">Request<wbr/>Context</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.RequiredError.html" class="tsd-kind-icon">Required<wbr/>Error</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.ResponseContext.html" class="tsd-kind-icon">Response<wbr/>Context</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.SelfDecodingBody.html" class="tsd-kind-icon">Self<wbr/>Decoding<wbr/>Body</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.SessionsApi.html" class="tsd-kind-icon">Sessions<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.SettingsApi.html" class="tsd-kind-icon">Settings<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.SignPayloadRequest.html" class="tsd-kind-icon">Sign<wbr/>Payload<wbr/>Request</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.SkAuthentication.html" class="tsd-kind-icon">Sk<wbr/>Authentication</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.StartRecoveryRequest.html" class="tsd-kind-icon">Start<wbr/>Recovery<wbr/>Request</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.TransactionIntentsApi.html" class="tsd-kind-icon">Transaction<wbr/>Intents<wbr/>Api</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.TransferOwnershipRequest.html" class="tsd-kind-icon">Transfer<wbr/>Ownership<wbr/>Request</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.UpdateContractRequest.html" class="tsd-kind-icon">Update<wbr/>Contract<wbr/>Request</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.UpdatePolicyRequest.html" class="tsd-kind-icon">Update<wbr/>Policy<wbr/>Request</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.UpdatePolicyRuleRequest.html" class="tsd-kind-icon">Update<wbr/>Policy<wbr/>Rule<wbr/>Request</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.UpdateProjectRequest.html" class="tsd-kind-icon">Update<wbr/>Project<wbr/>Request</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated.Web3ConnectionsApi.html" class="tsd-kind-icon">Web3<wbr/>Connections<wbr/>Api</a></li><li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/generated.HttpLibrary.html" class="tsd-kind-icon">Http<wbr/>Library</a></li><li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/generated.PromiseHttpLibrary.html" class="tsd-kind-icon">Promise<wbr/>Http<wbr/>Library</a></li><li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/generated.ResponseBody.html" class="tsd-kind-icon">Response<wbr/>Body</a></li><li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/generated.SecurityAuthentication.html" class="tsd-kind-icon">Security<wbr/>Authentication</a></li><li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/generated.TokenProvider.html" class="tsd-kind-icon">Token<wbr/>Provider</a></li><li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="generated.html#ApiKeyConfiguration" class="tsd-kind-icon">Api<wbr/>Key<wbr/>Configuration</a></li><li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="generated.html#AuthMethods" class="tsd-kind-icon">Auth<wbr/>Methods</a></li><li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="generated.html#AuthMethodsConfiguration" class="tsd-kind-icon">Auth<wbr/>Methods<wbr/>Configuration</a></li><li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="generated.html#HttpBasicConfiguration" class="tsd-kind-icon">Http<wbr/>Basic<wbr/>Configuration</a></li><li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="generated.html#HttpBearerConfiguration" class="tsd-kind-icon">Http<wbr/>Bearer<wbr/>Configuration</a></li><li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="generated.html#HttpFile" class="tsd-kind-icon">Http<wbr/>File</a></li><li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="generated.html#OAuth2Configuration" class="tsd-kind-icon">OAuth2<wbr/>Configuration</a></li><li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="generated.html#RequestBody" class="tsd-kind-icon">Request<wbr/>Body</a></li><li class="tsd-kind-function tsd-parent-kind-module"><a href="generated.html#configureAuthMethods" class="tsd-kind-icon">configure<wbr/>Auth<wbr/>Methods</a></li><li class="tsd-kind-function tsd-parent-kind-module"><a href="generated.html#wrapHttpLibrary" class="tsd-kind-icon">wrap<wbr/>Http<wbr/>Library</a></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li><li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li><li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li><li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li><li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li><li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>