@openfort/openfort-node 0.6.8 → 0.6.9

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 (383) hide show
  1. package/dist/apis/{inventoryApiWrapper.d.ts → inventoriesApiWrapper.d.ts} +2 -2
  2. package/dist/apis/{inventoryApiWrapper.js → inventoriesApiWrapper.js} +7 -7
  3. package/dist/apis/inventoriesApiWrapper.js.map +1 -0
  4. package/dist/generated/apis/{InventoryApi.d.ts → InventoriesApi.d.ts} +2 -2
  5. package/dist/generated/apis/{InventoryApi.js → InventoriesApi.js} +18 -18
  6. package/dist/generated/apis/InventoriesApi.js.map +1 -0
  7. package/dist/generated/index.d.ts +1 -1
  8. package/dist/generated/index.js +2 -2
  9. package/dist/generated/index.js.map +1 -1
  10. package/dist/generated/models/AddDepositorAddressRequest.d.ts +29 -0
  11. package/dist/generated/models/AddDepositorAddressRequest.js +38 -0
  12. package/dist/generated/models/AddDepositorAddressRequest.js.map +1 -0
  13. package/dist/generated/models/ApiAuthorizedNetworkListResponse.d.ts +35 -0
  14. package/dist/generated/models/ApiAuthorizedNetworkListResponse.js +62 -0
  15. package/dist/generated/models/ApiAuthorizedNetworkListResponse.js.map +1 -0
  16. package/dist/generated/models/ApiAuthorizedNetworkResponse.d.ts +31 -0
  17. package/dist/generated/models/ApiAuthorizedNetworkResponse.js +50 -0
  18. package/dist/generated/models/ApiAuthorizedNetworkResponse.js.map +1 -0
  19. package/dist/generated/models/ApiKeyResponse.d.ts +1 -0
  20. package/dist/generated/models/ApiKeyResponse.js +6 -0
  21. package/dist/generated/models/ApiKeyResponse.js.map +1 -1
  22. package/dist/generated/models/ApiKeyType.d.ts +12 -0
  23. package/dist/generated/models/ApiKeyType.js +14 -0
  24. package/dist/generated/models/ApiKeyType.js.map +1 -0
  25. package/dist/generated/models/ChargeCustomTokenPolicyStrategy.d.ts +1 -0
  26. package/dist/generated/models/ChargeCustomTokenPolicyStrategy.js +6 -0
  27. package/dist/generated/models/ChargeCustomTokenPolicyStrategy.js.map +1 -1
  28. package/dist/generated/models/CreateApiAuthorizedNetworkRequest.d.ts +29 -0
  29. package/dist/generated/models/CreateApiAuthorizedNetworkRequest.js +38 -0
  30. package/dist/generated/models/CreateApiAuthorizedNetworkRequest.js.map +1 -0
  31. package/dist/generated/models/CreateProjectApiKeyRequest.d.ts +29 -0
  32. package/dist/generated/models/CreateProjectApiKeyRequest.js +32 -0
  33. package/dist/generated/models/CreateProjectApiKeyRequest.js.map +1 -0
  34. package/dist/generated/models/FixedRateTokenPolicyStrategy.d.ts +32 -0
  35. package/dist/generated/models/FixedRateTokenPolicyStrategy.js +50 -0
  36. package/dist/generated/models/FixedRateTokenPolicyStrategy.js.map +1 -0
  37. package/dist/generated/models/ObjectSerializer.d.ts +17 -2
  38. package/dist/generated/models/ObjectSerializer.js +47 -6
  39. package/dist/generated/models/ObjectSerializer.js.map +1 -1
  40. package/dist/generated/models/PayForUserPolicyStrategy.d.ts +1 -0
  41. package/dist/generated/models/PayForUserPolicyStrategy.js +6 -0
  42. package/dist/generated/models/PayForUserPolicyStrategy.js.map +1 -1
  43. package/dist/generated/models/PaymasterDepositorListResponse.d.ts +35 -0
  44. package/dist/generated/models/PaymasterDepositorListResponse.js +62 -0
  45. package/dist/generated/models/PaymasterDepositorListResponse.js.map +1 -0
  46. package/dist/generated/models/PaymasterDepositorResponse.d.ts +29 -0
  47. package/dist/generated/models/PaymasterDepositorResponse.js +38 -0
  48. package/dist/generated/models/PaymasterDepositorResponse.js.map +1 -0
  49. package/dist/generated/models/PaymasterDepositorResponseDeleted.d.ts +30 -0
  50. package/dist/generated/models/PaymasterDepositorResponseDeleted.js +44 -0
  51. package/dist/generated/models/PaymasterDepositorResponseDeleted.js.map +1 -0
  52. package/dist/generated/models/PolicyStrategy.d.ts +3 -2
  53. package/dist/generated/models/PolicyStrategy.js +7 -1
  54. package/dist/generated/models/PolicyStrategy.js.map +1 -1
  55. package/dist/generated/models/PolicyStrategyRequest.d.ts +4 -0
  56. package/dist/generated/models/PolicyStrategyRequest.js +6 -0
  57. package/dist/generated/models/PolicyStrategyRequest.js.map +1 -1
  58. package/dist/generated/models/ProjectWebhookRequest.d.ts +1 -1
  59. package/dist/generated/models/ProjectWebhookRequest.js +5 -5
  60. package/dist/generated/models/ProjectWebhookRequest.js.map +1 -1
  61. package/dist/generated/models/ResponseResponse.d.ts +6 -2
  62. package/dist/generated/models/ResponseResponse.js +6 -0
  63. package/dist/generated/models/ResponseResponse.js.map +1 -1
  64. package/dist/generated/models/SponsorSchema.d.ts +1 -1
  65. package/dist/generated/models/SponsorSchemaFIXEDRATE.d.ts +12 -0
  66. package/dist/generated/models/SponsorSchemaFIXEDRATE.js +14 -0
  67. package/dist/generated/models/SponsorSchemaFIXEDRATE.js.map +1 -0
  68. package/dist/generated/models/UpdateProjectApiKeyRequest.d.ts +30 -0
  69. package/dist/generated/models/UpdateProjectApiKeyRequest.js +38 -0
  70. package/dist/generated/models/UpdateProjectApiKeyRequest.js.map +1 -0
  71. package/dist/generated/models/UpdateUserProjectRequest.d.ts +30 -0
  72. package/dist/generated/models/{EditRoleRequest.js → UpdateUserProjectRequest.js} +8 -8
  73. package/dist/generated/models/UpdateUserProjectRequest.js.map +1 -0
  74. package/dist/generated/models/{EditRoleRequest.d.ts → UpdateUserProjectRequestRole.d.ts} +1 -3
  75. package/dist/generated/models/UpdateUserProjectRequestRole.js +25 -0
  76. package/dist/generated/models/UpdateUserProjectRequestRole.js.map +1 -0
  77. package/dist/generated/models/{MemberRemoveResponse.d.ts → UserProjectRemoveResponse.d.ts} +1 -1
  78. package/dist/generated/models/{MemberRemoveResponse.js → UserProjectRemoveResponse.js} +7 -7
  79. package/dist/generated/models/UserProjectRemoveResponse.js.map +1 -0
  80. package/dist/generated/models/UserProjectRoleADMIN.d.ts +12 -0
  81. package/dist/generated/models/UserProjectRoleADMIN.js +14 -0
  82. package/dist/generated/models/UserProjectRoleADMIN.js.map +1 -0
  83. package/dist/generated/models/UserProjectRoleMEMBER.d.ts +12 -0
  84. package/dist/generated/models/UserProjectRoleMEMBER.js +14 -0
  85. package/dist/generated/models/UserProjectRoleMEMBER.js.map +1 -0
  86. package/dist/generated/models/UserResponse.d.ts +2 -0
  87. package/dist/generated/models/UserResponse.js +12 -0
  88. package/dist/generated/models/UserResponse.js.map +1 -1
  89. package/dist/generated/models/all.d.ts +17 -2
  90. package/dist/generated/models/all.js +17 -2
  91. package/dist/generated/models/all.js.map +1 -1
  92. package/dist/generated/types/ObjectParamAPI.d.ts +47 -47
  93. package/dist/generated/types/ObjectParamAPI.js +4 -4
  94. package/dist/generated/types/ObjectParamAPI.js.map +1 -1
  95. package/dist/generated/types/ObservableAPI.d.ts +3 -3
  96. package/dist/generated/types/ObservableAPI.js +6 -6
  97. package/dist/generated/types/ObservableAPI.js.map +1 -1
  98. package/dist/generated/types/PromiseAPI.d.ts +3 -3
  99. package/dist/generated/types/PromiseAPI.js +4 -4
  100. package/dist/generated/types/PromiseAPI.js.map +1 -1
  101. package/dist/index.d.ts +2 -2
  102. package/dist/index.js +2 -2
  103. package/dist/index.js.map +1 -1
  104. package/dist/version.d.ts +1 -1
  105. package/dist/version.js +1 -1
  106. package/docs/.nojekyll +1 -0
  107. package/docs/assets/highlight.css +78 -0
  108. package/docs/assets/icons.css +1043 -0
  109. package/docs/assets/icons.png +0 -0
  110. package/docs/assets/icons@2x.png +0 -0
  111. package/docs/assets/main.js +52 -0
  112. package/docs/assets/search.js +1 -0
  113. package/docs/assets/style.css +1414 -0
  114. package/docs/assets/widgets.png +0 -0
  115. package/docs/assets/widgets@2x.png +0 -0
  116. package/docs/classes/apis_baseApiWrapper.BaseApiWrapper.html +1 -0
  117. package/docs/classes/apis_contractsApiWrapper.ContractsApiWrapper.html +21 -0
  118. package/docs/classes/apis_inventoryApiWrapper.InventoryApiWrapper.html +13 -0
  119. package/docs/classes/apis_playersApiWrapper.PlayersApiWrapper.html +41 -0
  120. package/docs/classes/apis_policiesApiWrapper.PoliciesApiWrapper.html +36 -0
  121. package/docs/classes/apis_policyRulesApiWrapper.PolicyRulesApiWrapper.html +17 -0
  122. package/docs/classes/apis_sessionsApiWrapper.SessionsApiWrapper.html +17 -0
  123. package/docs/classes/apis_transactionIntentsApiWrapper.TransactionIntentsApiWrapper.html +21 -0
  124. package/docs/classes/generated.AccountInventoryListQueries.html +5 -0
  125. package/docs/classes/generated.AccountsApi.html +55 -0
  126. package/docs/classes/generated.ApiException.html +12 -0
  127. package/docs/classes/generated.AuthenticationApi.html +11 -0
  128. package/docs/classes/generated.CancelTransferOwnershipRequest.html +3 -0
  129. package/docs/classes/generated.CompleteRecoveryRequest.html +7 -0
  130. package/docs/classes/generated.ConfigAuthenticationApi.html +4 -0
  131. package/docs/classes/generated.ContractsApi.html +37 -0
  132. package/docs/classes/generated.CreatePlayerSessionRequest.html +19 -0
  133. package/docs/classes/generated.GoogleAuthenticationApi.html +7 -0
  134. package/docs/classes/generated.HttpException.html +6 -0
  135. package/docs/classes/generated.InventoryApi.html +71 -0
  136. package/docs/classes/generated.IsomorphicFetchHttpLibrary.html +1 -0
  137. package/docs/classes/generated.PkAuthentication.html +9 -0
  138. package/docs/classes/generated.PlayerCancelTransferOwnershipRequest.html +5 -0
  139. package/docs/classes/generated.PlayerInventoryListQueries.html +9 -0
  140. package/docs/classes/generated.PlayerTransferOwnershipRequest.html +9 -0
  141. package/docs/classes/generated.PlayersApi.html +70 -0
  142. package/docs/classes/generated.PlayersAuthenticationApi.html +11 -0
  143. package/docs/classes/generated.PoliciesApi.html +53 -0
  144. package/docs/classes/generated.PolicyRulesApi.html +25 -0
  145. package/docs/classes/generated.RequestContext.html +20 -0
  146. package/docs/classes/generated.RequiredError.html +6 -0
  147. package/docs/classes/generated.ResponseContext.html +9 -0
  148. package/docs/classes/generated.SelfDecodingBody.html +3 -0
  149. package/docs/classes/generated.SessionsApi.html +30 -0
  150. package/docs/classes/generated.SignPayloadRequest.html +3 -0
  151. package/docs/classes/generated.SkAuthentication.html +9 -0
  152. package/docs/classes/generated.StartRecoveryRequest.html +5 -0
  153. package/docs/classes/generated.TransactionIntentsApi.html +39 -0
  154. package/docs/classes/generated.TransferOwnershipRequest.html +5 -0
  155. package/docs/classes/generated.UpdateContractRequest.html +13 -0
  156. package/docs/classes/generated.UpdatePolicyRequest.html +7 -0
  157. package/docs/classes/generated.UpdatePolicyRuleRequest.html +11 -0
  158. package/docs/classes/generated.UpdateProjectRequest.html +1 -0
  159. package/docs/classes/generated_middleware.PromiseMiddlewareWrapper.html +7 -0
  160. package/docs/classes/generated_rxjsStub.Observable.html +1 -0
  161. package/docs/classes/generated_servers.ServerConfiguration.html +17 -0
  162. package/docs/classes/index.Abi.html +1 -0
  163. package/docs/classes/index.AbiType.html +1 -0
  164. package/docs/classes/index.Account.html +3 -0
  165. package/docs/classes/index.AccountListQueries.html +9 -0
  166. package/docs/classes/index.AccountListResponse.html +1 -0
  167. package/docs/classes/index.AccountPolicyRuleResponse.html +1 -0
  168. package/docs/classes/index.AccountResponse.html +3 -0
  169. package/docs/classes/index.ApiKeyResponse.html +1 -0
  170. package/docs/classes/index.AssetInventory.html +3 -0
  171. package/docs/classes/index.AuthPlayerListQueries.html +7 -0
  172. package/docs/classes/index.AuthPlayerListResponse.html +1 -0
  173. package/docs/classes/index.AuthPlayerResponse.html +1 -0
  174. package/docs/classes/index.AuthPlayerResponsePlayer.html +1 -0
  175. package/docs/classes/index.AuthResponse.html +1 -0
  176. package/docs/classes/index.BalanceResponse.html +1 -0
  177. package/docs/classes/index.ChargeCustomTokenPolicyStrategy.html +1 -0
  178. package/docs/classes/index.CheckoutRequest.html +3 -0
  179. package/docs/classes/index.CheckoutResponse.html +1 -0
  180. package/docs/classes/index.ContractDeleteResponse.html +1 -0
  181. package/docs/classes/index.ContractListQueries.html +13 -0
  182. package/docs/classes/index.ContractListResponse.html +1 -0
  183. package/docs/classes/index.ContractPolicyRuleResponse.html +1 -0
  184. package/docs/classes/index.ContractPolicyRuleResponseContract.html +3 -0
  185. package/docs/classes/index.ContractResponse.html +3 -0
  186. package/docs/classes/index.CountPerIntervalLimitPolicyRuleResponse.html +1 -0
  187. package/docs/classes/index.CreateAccountRequest.html +11 -0
  188. package/docs/classes/index.CreateContractRequest.html +11 -0
  189. package/docs/classes/index.CreatePlayerAccountRequest.html +9 -0
  190. package/docs/classes/index.CreatePlayerRequest.html +5 -0
  191. package/docs/classes/index.CreatePolicyAllowFunctionRequest.html +11 -0
  192. package/docs/classes/index.CreatePolicyRequest.html +5 -0
  193. package/docs/classes/index.CreatePolicyRuleRequest.html +13 -0
  194. package/docs/classes/index.CreateProjectRequest.html +1 -0
  195. package/docs/classes/index.CreateSessionRequest.html +21 -0
  196. package/docs/classes/index.CreateTransactionIntentRequest.html +13 -0
  197. package/docs/classes/index.DomainData.html +3 -0
  198. package/docs/classes/index.EditRoleRequest.html +1 -0
  199. package/docs/classes/index.EntityIdResponse.html +1 -0
  200. package/docs/classes/index.EstimateTransactionIntentGasResult.html +17 -0
  201. package/docs/classes/index.FieldErrorsValue.html +1 -0
  202. package/docs/classes/index.GasPerIntervalLimitPolicyRuleResponse.html +1 -0
  203. package/docs/classes/index.GasPerTransactionLimitPolicyRuleResponse.html +1 -0
  204. package/docs/classes/index.GasReport.html +1 -0
  205. package/docs/classes/index.GasReportDataInner.html +1 -0
  206. package/docs/classes/index.GasReportDataInnerPeriod.html +1 -0
  207. package/docs/classes/index.GasReportDataInnerTransactionIntentsInner.html +1 -0
  208. package/docs/classes/index.GetSigninUrlResponse.html +1 -0
  209. package/docs/classes/index.Interaction.html +11 -0
  210. package/docs/classes/index.InvalidRequestError.html +1 -0
  211. package/docs/classes/index.InvalidRequestErrorResponse.html +1 -0
  212. package/docs/classes/index.InventoryListResponse.html +1 -0
  213. package/docs/classes/index.InventoryResponse.html +1 -0
  214. package/docs/classes/index.InvitedMemberResponse.html +1 -0
  215. package/docs/classes/index.Log.html +1 -0
  216. package/docs/classes/index.LoginRequest.html +5 -0
  217. package/docs/classes/index.MemberRemoveResponse.html +1 -0
  218. package/docs/classes/index.MemberRequest.html +1 -0
  219. package/docs/classes/index.Money.html +3 -0
  220. package/docs/classes/index.NextActionPayload.html +1 -0
  221. package/docs/classes/index.NextActionResponse.html +1 -0
  222. package/docs/classes/index.ObsoleteAssetInventory.html +3 -0
  223. package/docs/classes/index.ObsoleteInventoryResponse.html +1 -0
  224. package/docs/classes/index.PayForUserPolicyStrategy.html +1 -0
  225. package/docs/classes/index.PickContractResponseId.html +3 -0
  226. package/docs/classes/index.PickPlayerResponseId.html +3 -0
  227. package/docs/classes/index.Player.html +1 -0
  228. package/docs/classes/index.PlayerInventoryQueries.html +3 -0
  229. package/docs/classes/index.PlayerListQueries.html +9 -0
  230. package/docs/classes/index.PlayerListResponse.html +1 -0
  231. package/docs/classes/index.PlayerRequest.html +5 -0
  232. package/docs/classes/index.PlayerResponse.html +1 -0
  233. package/docs/classes/index.PlayerResponseAccountsInner.html +3 -0
  234. package/docs/classes/index.PlayerResponseTransactionIntentsInner.html +7 -0
  235. package/docs/classes/index.Policy.html +3 -0
  236. package/docs/classes/index.PolicyDeleteResponse.html +1 -0
  237. package/docs/classes/index.PolicyListQueries.html +13 -0
  238. package/docs/classes/index.PolicyListResponse.html +1 -0
  239. package/docs/classes/index.PolicyResponse.html +3 -0
  240. package/docs/classes/index.PolicyResponsePolicyRulesInner.html +1 -0
  241. package/docs/classes/index.PolicyRuleDeleteResponse.html +1 -0
  242. package/docs/classes/index.PolicyRuleListQueries.html +9 -0
  243. package/docs/classes/index.PolicyRuleListResponse.html +1 -0
  244. package/docs/classes/index.PolicyRuleResponse.html +1 -0
  245. package/docs/classes/index.PolicyStrategy.html +1 -0
  246. package/docs/classes/index.PolicyStrategyRequest.html +5 -0
  247. package/docs/classes/index.PrismaInputJsonValue.html +3 -0
  248. package/docs/classes/index.ProjectListResponse.html +1 -0
  249. package/docs/classes/index.ProjectLogs.html +1 -0
  250. package/docs/classes/index.ProjectResponse.html +1 -0
  251. package/docs/classes/index.ProjectWebhookRequest.html +1 -0
  252. package/docs/classes/index.ProviderRequest.html +7 -0
  253. package/docs/classes/index.ProviderResponse.html +1 -0
  254. package/docs/classes/index.ResponseResponse.html +19 -0
  255. package/docs/classes/index.RevokeSessionPlayerRequest.html +9 -0
  256. package/docs/classes/index.RevokeSessionRequest.html +11 -0
  257. package/docs/classes/index.SessionListQueries.html +9 -0
  258. package/docs/classes/index.SessionListResponse.html +1 -0
  259. package/docs/classes/index.SessionResponse.html +1 -0
  260. package/docs/classes/index.SignPayloadResponse.html +1 -0
  261. package/docs/classes/index.SignatureRequest.html +5 -0
  262. package/docs/classes/index.SignupRequest.html +9 -0
  263. package/docs/classes/index.TransactionIntent.html +7 -0
  264. package/docs/classes/index.TransactionIntentListQueries.html +15 -0
  265. package/docs/classes/index.TransactionIntentListResponse.html +1 -0
  266. package/docs/classes/index.TransactionIntentResponse.html +7 -0
  267. package/docs/classes/index.TransactionIntentResponseAccount.html +5 -0
  268. package/docs/classes/index.TransactionIntentResponsePlayer.html +3 -0
  269. package/docs/classes/index.TransactionIntentResponsePolicy.html +5 -0
  270. package/docs/classes/index.TypedDataField.html +1 -0
  271. package/docs/classes/index.UserListResponse.html +1 -0
  272. package/docs/classes/index.UserResponse.html +1 -0
  273. package/docs/classes/index.default.html +1 -0
  274. package/docs/classes/models_validationError.ValidationError.html +6 -0
  275. package/docs/classes/utilities_middleware.Middleware.html +7 -0
  276. package/docs/classes/utilities_observer.ValidationErrorMessage.html +6 -0
  277. package/docs/enums/generated.HttpMethod.html +3 -0
  278. package/docs/index.html +49 -0
  279. package/docs/interfaces/generated.HttpLibrary.html +1 -0
  280. package/docs/interfaces/generated.PromiseHttpLibrary.html +1 -0
  281. package/docs/interfaces/generated.ResponseBody.html +1 -0
  282. package/docs/interfaces/generated.SecurityAuthentication.html +6 -0
  283. package/docs/interfaces/generated.TokenProvider.html +1 -0
  284. package/docs/interfaces/generated_configuration.Configuration.html +1 -0
  285. package/docs/interfaces/generated_configuration.ConfigurationParameters.html +26 -0
  286. package/docs/interfaces/generated_middleware.Middleware.html +15 -0
  287. package/docs/interfaces/generated_middleware.PromiseMiddleware.html +15 -0
  288. package/docs/interfaces/generated_servers.BaseServerConfiguration.html +1 -0
  289. package/docs/interfaces/models_accountInventoryListQueries.AccountInventoryListQueries.html +5 -0
  290. package/docs/interfaces/models_baseListRequest.BaseExpandableListRequest.html +1 -0
  291. package/docs/interfaces/models_baseListRequest.BaseListRequest.html +1 -0
  292. package/docs/interfaces/models_cancelTransferOwnershipRequest.CancelTransferOwnershipRequest.html +3 -0
  293. package/docs/interfaces/models_completeRecoveryRequest.CompleteRecoveryRequest.html +7 -0
  294. package/docs/interfaces/models_createPlayerSessionRequest.CreatePlayerSessionRequest.html +19 -0
  295. package/docs/interfaces/models_getAccountInventoryRequest.GetAccountInventoryRequest.html +1 -0
  296. package/docs/interfaces/models_getAccountRequest.GetAccountRequest.html +1 -0
  297. package/docs/interfaces/models_getAllowFunctionsRequest.GetAllowFunctionsRequest.html +1 -0
  298. package/docs/interfaces/models_getContractRequest.GetContractRequest.html +1 -0
  299. package/docs/interfaces/models_getPlayerInventoryRequest.GetPlayerInventoryRequest.html +1 -0
  300. package/docs/interfaces/models_getPlayerRequest.GetPlayerRequest.html +1 -0
  301. package/docs/interfaces/models_getPolicyRequest.GetPolicyRequest.html +1 -0
  302. package/docs/interfaces/models_getPolicyTotalGasUsageRequest.GetPolicyTotalGasUsageRequest.html +1 -0
  303. package/docs/interfaces/models_getSessionRequest.GetSessionRequest.html +1 -0
  304. package/docs/interfaces/models_getTransactionIntentRequest.GetTransactionIntentRequest.html +1 -0
  305. package/docs/interfaces/models_playerCancelTransferOwnershipRequest.PlayerCancelTransferOwnershipRequest.html +5 -0
  306. package/docs/interfaces/models_playerInventoryListQueries.PlayerInventoryListQueries.html +9 -0
  307. package/docs/interfaces/models_playerTransferOwnershipRequest.PlayerTransferOwnershipRequest.html +9 -0
  308. package/docs/interfaces/models_revokePlayerSessionRequest.RevokePlayerSessionRequest.html +9 -0
  309. package/docs/interfaces/models_signPayloadRequest.SignPayloadRequest.html +3 -0
  310. package/docs/interfaces/models_signatureSessionRequest.SignatureSessionRequest.html +1 -0
  311. package/docs/interfaces/models_signatureTransactionIntentRequest.SignatureTransactionIntentRequest.html +1 -0
  312. package/docs/interfaces/models_startRecoveryRequest.StartRecoveryRequest.html +5 -0
  313. package/docs/interfaces/models_transferOwnershipRequest.TransferOwnershipRequest.html +5 -0
  314. package/docs/interfaces/models_updateContractRequest.UpdateContractRequest.html +13 -0
  315. package/docs/interfaces/models_updatePlayerRequest.UpdatePlayerRequest.html +5 -0
  316. package/docs/interfaces/models_updatePolicyAllowFunctionRequest.UpdatePolicyAllowFunctionRequest.html +11 -0
  317. package/docs/interfaces/models_updatePolicyRequest.UpdatePolicyRequest.html +7 -0
  318. package/docs/interfaces/models_updatePolicyRuleRequest.UpdatePolicyRuleRequest.html +11 -0
  319. package/docs/interfaces/models_updateProjectRequest.UpdateProjectRequest.html +1 -0
  320. package/docs/interfaces/models_webHookEvent.WebHookEvent.html +1 -0
  321. package/docs/interfaces/utilities_observable.Observable.html +1 -0
  322. package/docs/interfaces/utilities_observer.ErrorMessage.html +1 -0
  323. package/docs/interfaces/utilities_observer.Observer.html +11 -0
  324. package/docs/modules/apis_baseApiWrapper.html +1 -0
  325. package/docs/modules/apis_contractsApiWrapper.html +1 -0
  326. package/docs/modules/apis_inventoryApiWrapper.html +1 -0
  327. package/docs/modules/apis_playersApiWrapper.html +1 -0
  328. package/docs/modules/apis_policiesApiWrapper.html +1 -0
  329. package/docs/modules/apis_policyRulesApiWrapper.html +1 -0
  330. package/docs/modules/apis_sessionsApiWrapper.html +1 -0
  331. package/docs/modules/apis_transactionIntentsApiWrapper.html +1 -0
  332. package/docs/modules/generated.html +7 -0
  333. package/docs/modules/generated_configuration.html +15 -0
  334. package/docs/modules/generated_middleware.html +1 -0
  335. package/docs/modules/generated_rxjsStub.html +1 -0
  336. package/docs/modules/generated_servers.html +1 -0
  337. package/docs/modules/generated_util.html +11 -0
  338. package/docs/modules/index.html +3 -0
  339. package/docs/modules/models.html +1 -0
  340. package/docs/modules/models_accountInventoryListQueries.html +1 -0
  341. package/docs/modules/models_baseListRequest.html +1 -0
  342. package/docs/modules/models_cancelTransferOwnershipRequest.html +1 -0
  343. package/docs/modules/models_completeRecoveryRequest.html +1 -0
  344. package/docs/modules/models_createPlayerSessionRequest.html +1 -0
  345. package/docs/modules/models_getAccountInventoryRequest.html +1 -0
  346. package/docs/modules/models_getAccountRequest.html +1 -0
  347. package/docs/modules/models_getAllowFunctionsRequest.html +1 -0
  348. package/docs/modules/models_getContractRequest.html +1 -0
  349. package/docs/modules/models_getPlayerInventoryRequest.html +1 -0
  350. package/docs/modules/models_getPlayerRequest.html +1 -0
  351. package/docs/modules/models_getPolicyRequest.html +1 -0
  352. package/docs/modules/models_getPolicyTotalGasUsageRequest.html +1 -0
  353. package/docs/modules/models_getSessionRequest.html +1 -0
  354. package/docs/modules/models_getTransactionIntentRequest.html +1 -0
  355. package/docs/modules/models_playerCancelTransferOwnershipRequest.html +1 -0
  356. package/docs/modules/models_playerInventoryListQueries.html +1 -0
  357. package/docs/modules/models_playerTransferOwnershipRequest.html +1 -0
  358. package/docs/modules/models_revokePlayerSessionRequest.html +1 -0
  359. package/docs/modules/models_signPayloadRequest.html +1 -0
  360. package/docs/modules/models_signatureSessionRequest.html +1 -0
  361. package/docs/modules/models_signatureTransactionIntentRequest.html +1 -0
  362. package/docs/modules/models_startRecoveryRequest.html +1 -0
  363. package/docs/modules/models_transferOwnershipRequest.html +1 -0
  364. package/docs/modules/models_updateContractRequest.html +1 -0
  365. package/docs/modules/models_updatePlayerRequest.html +1 -0
  366. package/docs/modules/models_updatePolicyAllowFunctionRequest.html +1 -0
  367. package/docs/modules/models_updatePolicyRequest.html +1 -0
  368. package/docs/modules/models_updatePolicyRuleRequest.html +1 -0
  369. package/docs/modules/models_updateProjectRequest.html +1 -0
  370. package/docs/modules/models_validationError.html +1 -0
  371. package/docs/modules/models_webHookEvent.html +1 -0
  372. package/docs/modules/utilities_httpErrorHandler.html +1 -0
  373. package/docs/modules/utilities_middleware.html +1 -0
  374. package/docs/modules/utilities_observable.html +1 -0
  375. package/docs/modules/utilities_observer.html +1 -0
  376. package/docs/modules.html +1 -0
  377. package/docs/spec.json +86148 -0
  378. package/package.json +6 -3
  379. package/tsconfig.tsbuildinfo +1 -1
  380. package/dist/apis/inventoryApiWrapper.js.map +0 -1
  381. package/dist/generated/apis/InventoryApi.js.map +0 -1
  382. package/dist/generated/models/EditRoleRequest.js.map +0 -1
  383. package/dist/generated/models/MemberRemoveResponse.js.map +0 -1
@@ -0,0 +1,15 @@
1
+ <!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>generated/configuration | @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_configuration.html">generated/configuration</a></li></ul><h1>Module generated/configuration </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>Interfaces</h3><ul class="tsd-index-list"><li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/generated_configuration.Configuration.html" class="tsd-kind-icon">Configuration</a></li><li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/generated_configuration.ConfigurationParameters.html" class="tsd-kind-icon">Configuration<wbr/>Parameters</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_configuration.html#createConfiguration" class="tsd-kind-icon">create<wbr/>Configuration</a></li></ul></section></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="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><ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module"><li class="tsd-signature tsd-kind-icon">create<wbr/>Configuration<span class="tsd-signature-symbol">(</span>conf<span class="tsd-signature-symbol">?: </span><a href="../interfaces/generated_configuration.ConfigurationParameters.html" class="tsd-signature-type" data-tsd-kind="Interface">ConfigurationParameters</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/generated_configuration.Configuration.html" class="tsd-signature-type" data-tsd-kind="Interface">Configuration</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/9ab6d3f/src/generated/configuration.ts#L69">src/generated/configuration.ts:69</a></li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
2
+ <p>Provide your <code>ConfigurationParameters</code> to this function to get a <code>Configuration</code>
3
+ object that can be used to configure your APIs (in the constructor or
4
+ for each request individually).</p>
5
+ </div><div><p>If a property is not included in conf, a default is used:</p>
6
+ <ul>
7
+ <li>baseServer: server1</li>
8
+ <li>httpApi: IsomorphicFetchHttpLibrary</li>
9
+ <li>middleware: []</li>
10
+ <li>promiseMiddleware: []</li>
11
+ <li>authMethods: {}</li>
12
+ </ul>
13
+ </div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>conf: <a href="../interfaces/generated_configuration.ConfigurationParameters.html" class="tsd-signature-type" data-tsd-kind="Interface">ConfigurationParameters</a><span class="tsd-signature-symbol"> = {}</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
14
+ <p>partial configuration</p>
15
+ </div></div></li></ul><h4 class="tsd-returns-title">Returns <a href="../interfaces/generated_configuration.Configuration.html" class="tsd-signature-type" data-tsd-kind="Interface">Configuration</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_inventoryApiWrapper.html">apis/inventory<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_transactionIntentsApiWrapper.html">apis/transaction<wbr/>Intents<wbr/>Api<wbr/>Wrapper</a></li><li class=" tsd-kind-module"><a href="generated.html">generated</a></li><li class="current 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_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_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_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_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-interface tsd-parent-kind-module"><a href="../interfaces/generated_configuration.Configuration.html" class="tsd-kind-icon">Configuration</a></li><li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/generated_configuration.ConfigurationParameters.html" class="tsd-kind-icon">Configuration<wbr/>Parameters</a></li><li class="tsd-kind-function tsd-parent-kind-module"><a href="generated_configuration.html#createConfiguration" class="tsd-kind-icon">create<wbr/>Configuration</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>
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>generated/middleware | @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_middleware.html">generated/middleware</a></li></ul><h1>Module generated/middleware </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>Classes</h3><ul class="tsd-index-list"><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/generated_middleware.PromiseMiddlewareWrapper.html" class="tsd-kind-icon">Promise<wbr/>Middleware<wbr/>Wrapper</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_middleware.Middleware.html" class="tsd-kind-icon">Middleware</a></li><li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/generated_middleware.PromiseMiddleware.html" class="tsd-kind-icon">Promise<wbr/>Middleware</a></li></ul></section></div></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_inventoryApiWrapper.html">apis/inventory<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_transactionIntentsApiWrapper.html">apis/transaction<wbr/>Intents<wbr/>Api<wbr/>Wrapper</a></li><li class=" 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="current 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_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_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_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_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-class tsd-parent-kind-module"><a href="../classes/generated_middleware.PromiseMiddlewareWrapper.html" class="tsd-kind-icon">Promise<wbr/>Middleware<wbr/>Wrapper</a></li><li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/generated_middleware.Middleware.html" class="tsd-kind-icon">Middleware</a></li><li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/generated_middleware.PromiseMiddleware.html" class="tsd-kind-icon">Promise<wbr/>Middleware</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>
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>generated/rxjsStub | @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_rxjsStub.html">generated/rxjsStub</a></li></ul><h1>Module generated/rxjsStub </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>Classes</h3><ul class="tsd-index-list"><li class="tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter"><a href="../classes/generated_rxjsStub.Observable.html" class="tsd-kind-icon">Observable</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 tsd-has-type-parameter"><a href="generated_rxjsStub.html#from" class="tsd-kind-icon">from</a></li><li class="tsd-kind-function tsd-parent-kind-module"><a href="generated_rxjsStub.html#map" class="tsd-kind-icon">map</a></li><li class="tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter"><a href="generated_rxjsStub.html#mergeMap" class="tsd-kind-icon">merge<wbr/>Map</a></li><li class="tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter"><a href="generated_rxjsStub.html#of" class="tsd-kind-icon">of</a></li></ul></section></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 tsd-has-type-parameter"><a id="from" class="tsd-anchor"></a><h3 class="tsd-anchor-link">from<a href="#from" 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 tsd-has-type-parameter"><li class="tsd-signature tsd-kind-icon">from<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>promise<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../classes/generated_rxjsStub.Observable.html" class="tsd-signature-type" data-tsd-kind="Class">Observable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></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/9ab6d3f/src/generated/rxjsStub.ts#L13">src/generated/rxjsStub.ts:13</a></li></ul></aside><h4 class="tsd-type-parameters-title">Type Parameters</h4><ul class="tsd-type-parameters"><li><h4>T</h4></li></ul><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>promise: <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul><h4 class="tsd-returns-title">Returns <a href="../classes/generated_rxjsStub.Observable.html" class="tsd-signature-type" data-tsd-kind="Class">Observable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module"><a id="map" class="tsd-anchor"></a><h3 class="tsd-anchor-link">map<a href="#map" 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">map<span class="tsd-signature-symbol">(</span>callback<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></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/9ab6d3f/src/generated/rxjsStub.ts#L25">src/generated/rxjsStub.ts:25</a></li></ul></aside><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>callback: <span class="tsd-signature-type">any</span></h5></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter"><a id="mergeMap" class="tsd-anchor"></a><h3 class="tsd-anchor-link">merge<wbr/>Map<a href="#mergeMap" 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 tsd-has-type-parameter"><li class="tsd-signature tsd-kind-icon">merge<wbr/>Map<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>callback<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><a href="../classes/generated_rxjsStub.Observable.html" class="tsd-signature-type" data-tsd-kind="Class">Observable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span></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/9ab6d3f/src/generated/rxjsStub.ts#L21">src/generated/rxjsStub.ts:21</a></li></ul></aside><h4 class="tsd-type-parameters-title">Type Parameters</h4><ul class="tsd-type-parameters"><li><h4>T</h4></li><li><h4>S</h4></li></ul><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>callback: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><a href="../classes/generated_rxjsStub.Observable.html" class="tsd-signature-type" data-tsd-kind="Class">Observable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span></h5><ul class="tsd-parameters"><li class="tsd-parameter-signature"><ul class="tsd-signatures tsd-kind-type-literal"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../classes/generated_rxjsStub.Observable.html" class="tsd-signature-type" data-tsd-kind="Class">Observable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">&gt;</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span></h5></li></ul><h4 class="tsd-returns-title">Returns <a href="../classes/generated_rxjsStub.Observable.html" class="tsd-signature-type" data-tsd-kind="Class">Observable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></li></ul></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span></h4><ul class="tsd-parameters"><li class="tsd-parameter-signature"><ul class="tsd-signatures tsd-kind-type-literal"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">&gt;</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span></h5></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></li></ul></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter"><a id="of" class="tsd-anchor"></a><h3 class="tsd-anchor-link">of<a href="#of" 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 tsd-has-type-parameter"><li class="tsd-signature tsd-kind-icon">of<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../classes/generated_rxjsStub.Observable.html" class="tsd-signature-type" data-tsd-kind="Class">Observable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span></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/9ab6d3f/src/generated/rxjsStub.ts#L17">src/generated/rxjsStub.ts:17</a></li></ul></aside><h4 class="tsd-type-parameters-title">Type Parameters</h4><ul class="tsd-type-parameters"><li><h4>T</h4></li></ul><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span></h5></li></ul><h4 class="tsd-returns-title">Returns <a href="../classes/generated_rxjsStub.Observable.html" class="tsd-signature-type" data-tsd-kind="Class">Observable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span></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_inventoryApiWrapper.html">apis/inventory<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_transactionIntentsApiWrapper.html">apis/transaction<wbr/>Intents<wbr/>Api<wbr/>Wrapper</a></li><li class=" 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="current 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_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_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_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_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-class tsd-parent-kind-module tsd-has-type-parameter"><a href="../classes/generated_rxjsStub.Observable.html" class="tsd-kind-icon">Observable</a></li><li class="tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter"><a href="generated_rxjsStub.html#from" class="tsd-kind-icon">from</a></li><li class="tsd-kind-function tsd-parent-kind-module"><a href="generated_rxjsStub.html#map" class="tsd-kind-icon">map</a></li><li class="tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter"><a href="generated_rxjsStub.html#mergeMap" class="tsd-kind-icon">merge<wbr/>Map</a></li><li class="tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter"><a href="generated_rxjsStub.html#of" class="tsd-kind-icon">of</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>
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>generated/servers | @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_servers.html">generated/servers</a></li></ul><h1>Module generated/servers </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>Classes</h3><ul class="tsd-index-list"><li class="tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter"><a href="../classes/generated_servers.ServerConfiguration.html" class="tsd-kind-icon">Server<wbr/>Configuration</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_servers.BaseServerConfiguration.html" class="tsd-kind-icon">Base<wbr/>Server<wbr/>Configuration</a></li></ul></section><section class="tsd-index-section "><h3>Variables</h3><ul class="tsd-index-list"><li class="tsd-kind-variable tsd-parent-kind-module"><a href="generated_servers.html#server1" class="tsd-kind-icon">server1</a></li><li class="tsd-kind-variable tsd-parent-kind-module"><a href="generated_servers.html#servers" class="tsd-kind-icon">servers</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Variables</h2><section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-module"><a id="server1" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagConst">Const</span> 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><div class="tsd-signature tsd-kind-icon">server1<span class="tsd-signature-symbol">:</span> <a href="../classes/generated_servers.ServerConfiguration.html" class="tsd-signature-type" data-tsd-kind="Class">ServerConfiguration</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">&gt;</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/9ab6d3f/src/generated/servers.ts#L53">src/generated/servers.ts:53</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-module"><a id="servers" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagConst">Const</span> 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><div class="tsd-signature tsd-kind-icon">servers<span class="tsd-signature-symbol">:</span> <a href="../classes/generated_servers.ServerConfiguration.html" class="tsd-signature-type" data-tsd-kind="Class">ServerConfiguration</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</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/9ab6d3f/src/generated/servers.ts#L55">src/generated/servers.ts:55</a></li></ul></aside></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_inventoryApiWrapper.html">apis/inventory<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_transactionIntentsApiWrapper.html">apis/transaction<wbr/>Intents<wbr/>Api<wbr/>Wrapper</a></li><li class=" 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="current 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_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_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_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_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-class tsd-parent-kind-module tsd-has-type-parameter"><a href="../classes/generated_servers.ServerConfiguration.html" class="tsd-kind-icon">Server<wbr/>Configuration</a></li><li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/generated_servers.BaseServerConfiguration.html" class="tsd-kind-icon">Base<wbr/>Server<wbr/>Configuration</a></li><li class="tsd-kind-variable tsd-parent-kind-module"><a href="generated_servers.html#server1" class="tsd-kind-icon">server1</a></li><li class="tsd-kind-variable tsd-parent-kind-module"><a href="generated_servers.html#servers" class="tsd-kind-icon">servers</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>
@@ -0,0 +1,11 @@
1
+ <!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>generated/util | @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_util.html">generated/util</a></li></ul><h1>Module generated/util </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>Functions</h3><ul class="tsd-index-list"><li class="tsd-kind-function tsd-parent-kind-module"><a href="generated_util.html#canConsumeForm" class="tsd-kind-icon">can<wbr/>Consume<wbr/>Form</a></li><li class="tsd-kind-function tsd-parent-kind-module"><a href="generated_util.html#isCodeInRange" class="tsd-kind-icon">is<wbr/>Code<wbr/>In<wbr/>Range</a></li></ul></section></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="canConsumeForm" class="tsd-anchor"></a><h3 class="tsd-anchor-link">can<wbr/>Consume<wbr/>Form<a href="#canConsumeForm" 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">can<wbr/>Consume<wbr/>Form<span class="tsd-signature-symbol">(</span>contentTypes<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></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/9ab6d3f/src/generated/util.ts#L35">src/generated/util.ts:35</a></li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
2
+ <p>Returns if it can consume form</p>
3
+ </div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>contentTypes: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module"><a id="isCodeInRange" class="tsd-anchor"></a><h3 class="tsd-anchor-link">is<wbr/>Code<wbr/>In<wbr/>Range<a href="#isCodeInRange" 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">is<wbr/>Code<wbr/>In<wbr/>Range<span class="tsd-signature-symbol">(</span>codeRange<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, code<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></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/9ab6d3f/src/generated/util.ts#L9">src/generated/util.ts:9</a></li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
4
+ <p>Returns if a specific http code is in a given code range
5
+ where the code range is defined as a combination of digits
6
+ and &quot;X&quot; (the letter X) with a length of 3</p>
7
+ </div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>codeRange: <span class="tsd-signature-type">string</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
8
+ <p>string with length 3 consisting of digits and &quot;X&quot; (the letter X)</p>
9
+ </div></div></li><li><h5>code: <span class="tsd-signature-type">number</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
10
+ <p>the http status code to be checked against the code range</p>
11
+ </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></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_inventoryApiWrapper.html">apis/inventory<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_transactionIntentsApiWrapper.html">apis/transaction<wbr/>Intents<wbr/>Api<wbr/>Wrapper</a></li><li class=" 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="current 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_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_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_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_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-function tsd-parent-kind-module"><a href="generated_util.html#canConsumeForm" class="tsd-kind-icon">can<wbr/>Consume<wbr/>Form</a></li><li class="tsd-kind-function tsd-parent-kind-module"><a href="generated_util.html#isCodeInRange" class="tsd-kind-icon">is<wbr/>Code<wbr/>In<wbr/>Range</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>