@openfort/openfort-node 0.2.9 → 0.3.1
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.
- package/.prettierignore +1 -0
- package/.prettierrc +7 -0
- package/README.md +16 -16
- package/dist/{api → generated/api}/accountsApi.d.ts +7 -7
- package/dist/{api → generated/api}/accountsApi.js +63 -73
- package/dist/generated/api/accountsApi.js.map +1 -0
- package/dist/generated/api/apis.d.ts +26 -0
- package/dist/{api → generated/api}/apis.js +3 -12
- package/dist/generated/api/apis.js.map +1 -0
- package/dist/{api → generated/api}/contractsApi.d.ts +7 -7
- package/dist/{api → generated/api}/contractsApi.js +46 -54
- package/dist/generated/api/contractsApi.js.map +1 -0
- package/dist/{api → generated/api}/defaultApi.d.ts +6 -6
- package/dist/{api → generated/api}/defaultApi.js +46 -52
- package/dist/generated/api/defaultApi.js.map +1 -0
- package/dist/{api → generated/api}/playersApi.d.ts +11 -11
- package/dist/{api → generated/api}/playersApi.js +138 -158
- package/dist/generated/api/playersApi.js.map +1 -0
- package/dist/{api → generated/api}/policiesApi.d.ts +11 -43
- package/dist/{api → generated/api}/policiesApi.js +99 -290
- package/dist/generated/api/policiesApi.js.map +1 -0
- package/dist/{api → generated/api}/projectsApi.d.ts +12 -8
- package/dist/{api → generated/api}/projectsApi.js +69 -78
- package/dist/generated/api/projectsApi.js.map +1 -0
- package/dist/{api → generated/api}/sessionsApi.d.ts +5 -5
- package/dist/{api → generated/api}/sessionsApi.js +64 -75
- package/dist/generated/api/sessionsApi.js.map +1 -0
- package/dist/{api → generated/api}/transactionIntentsApi.d.ts +6 -6
- package/dist/{api → generated/api}/transactionIntentsApi.js +74 -90
- package/dist/generated/api/transactionIntentsApi.js.map +1 -0
- package/dist/{model → generated/model}/accountResponse.d.ts +9 -9
- package/dist/{model → generated/model}/accountResponse.js +25 -25
- package/dist/generated/model/accountResponse.js.map +1 -0
- package/dist/{model → generated/model}/accountsResponse.d.ts +4 -4
- package/dist/{model → generated/model}/accountsResponse.js +10 -10
- package/dist/generated/model/accountsResponse.js.map +1 -0
- package/dist/{model → generated/model}/apiKeyResponse.d.ts +4 -4
- package/dist/{model → generated/model}/apiKeyResponse.js +13 -13
- package/dist/generated/model/apiKeyResponse.js.map +1 -0
- package/dist/{model → generated/model}/assetInventory.d.ts +9 -8
- package/dist/{model → generated/model}/assetInventory.js +13 -13
- package/dist/generated/model/assetInventory.js.map +1 -0
- package/dist/generated/model/assetType.js.map +1 -0
- package/dist/{model → generated/model}/contractDeleteResponse.d.ts +3 -3
- package/dist/{model → generated/model}/contractDeleteResponse.js +10 -10
- package/dist/generated/model/contractDeleteResponse.js.map +1 -0
- package/dist/{model → generated/model}/contractResponse.d.ts +9 -9
- package/dist/{model → generated/model}/contractResponse.js +25 -25
- package/dist/generated/model/contractResponse.js.map +1 -0
- package/dist/{model → generated/model}/contractsResponse.d.ts +4 -4
- package/dist/{model → generated/model}/contractsResponse.js +10 -10
- package/dist/generated/model/contractsResponse.js.map +1 -0
- package/dist/{model → generated/model}/gas.d.ts +3 -3
- package/dist/{model → generated/model}/gas.js +10 -10
- package/dist/generated/model/gas.js.map +1 -0
- package/dist/{model → generated/model}/getProjectResponse.d.ts +3 -3
- package/dist/{model → generated/model}/getProjectResponse.js +10 -10
- package/dist/generated/model/getProjectResponse.js.map +1 -0
- package/dist/{model → generated/model}/interaction.d.ts +3 -3
- package/dist/{model → generated/model}/interaction.js +10 -10
- package/dist/generated/model/interaction.js.map +1 -0
- package/dist/{model → generated/model}/inventoryResponse.d.ts +5 -5
- package/dist/{model → generated/model}/inventoryResponse.js +13 -13
- package/dist/generated/model/inventoryResponse.js.map +1 -0
- package/dist/{model → generated/model}/log.d.ts +7 -7
- package/dist/{model → generated/model}/log.js +22 -22
- package/dist/generated/model/log.js.map +1 -0
- package/dist/generated/model/models.d.ts +88 -0
- package/dist/{model → generated/model}/models.js +59 -71
- package/dist/generated/model/models.js.map +1 -0
- package/dist/{model → generated/model}/playerResponse.d.ts +12 -12
- package/dist/generated/model/playerResponse.js +74 -0
- package/dist/generated/model/playerResponse.js.map +1 -0
- package/dist/generated/model/playerResponseAccounts.js.map +1 -0
- package/dist/{model → generated/model}/playersResponse.d.ts +4 -4
- package/dist/{model → generated/model}/playersResponse.js +10 -10
- package/dist/generated/model/playersResponse.js.map +1 -0
- package/dist/{model → generated/model}/policiesResponse.d.ts +4 -4
- package/dist/{model → generated/model}/policiesResponse.js +10 -10
- package/dist/generated/model/policiesResponse.js.map +1 -0
- package/dist/{model → generated/model}/policyDeleteResponse.d.ts +3 -3
- package/dist/{model → generated/model}/policyDeleteResponse.js +10 -10
- package/dist/generated/model/policyDeleteResponse.js.map +1 -0
- package/dist/{model → generated/model}/policyResponse.d.ts +10 -10
- package/dist/{model → generated/model}/policyResponse.js +25 -25
- package/dist/generated/model/policyResponse.js.map +1 -0
- package/dist/generated/model/policyResponsePolicyRules.js.map +1 -0
- package/dist/generated/model/policyResponseTransactionIntents.js.map +1 -0
- package/dist/{model → generated/model}/policyRuleResponse.d.ts +10 -9
- package/dist/{model → generated/model}/policyRuleResponse.js +19 -19
- package/dist/generated/model/policyRuleResponse.js.map +1 -0
- package/dist/{model → generated/model}/policyRulesResponse.d.ts +4 -4
- package/dist/{model → generated/model}/policyRulesResponse.js +10 -10
- package/dist/generated/model/policyRulesResponse.js.map +1 -0
- package/dist/{model → generated/model}/policySchema.js +2 -2
- package/dist/generated/model/policySchema.js.map +1 -0
- package/dist/{model → generated/model}/prismaJsonValue.d.ts +2 -2
- package/dist/{model → generated/model}/prismaJsonValue.js +2 -2
- package/dist/generated/model/prismaJsonValue.js.map +1 -0
- package/dist/{model → generated/model}/projectLogs.d.ts +4 -4
- package/dist/{model → generated/model}/projectLogs.js +10 -10
- package/dist/generated/model/projectLogs.js.map +1 -0
- package/dist/{model → generated/model}/projectResponse.d.ts +8 -8
- package/dist/{model → generated/model}/projectResponse.js +22 -22
- package/dist/generated/model/projectResponse.js.map +1 -0
- package/dist/generated/model/projectResponseApikeys.js.map +1 -0
- package/dist/{model → generated/model}/projectsResponse.d.ts +4 -4
- package/dist/{model → generated/model}/projectsResponse.js +10 -10
- package/dist/generated/model/projectsResponse.js.map +1 -0
- package/dist/{model → generated/model}/responseResponse.d.ts +9 -9
- package/dist/{model → generated/model}/responseResponse.js +25 -25
- package/dist/generated/model/responseResponse.js.map +1 -0
- package/dist/{model → generated/model}/sessionResponse.d.ts +13 -13
- package/dist/generated/model/sessionResponse.js +84 -0
- package/dist/generated/model/sessionResponse.js.map +1 -0
- package/dist/generated/model/sessionResponseTransactionIntents.js.map +1 -0
- package/dist/{model → generated/model}/sessionsResponse.d.ts +4 -4
- package/dist/{model → generated/model}/sessionsResponse.js +10 -10
- package/dist/generated/model/sessionsResponse.js.map +1 -0
- package/dist/{model → generated/model}/sumGas.d.ts +3 -3
- package/dist/{model → generated/model}/sumGas.js +10 -10
- package/dist/generated/model/sumGas.js.map +1 -0
- package/dist/generated/model/transactionIntentResponse.d.ts +43 -0
- package/dist/generated/model/transactionIntentResponse.js +89 -0
- package/dist/generated/model/transactionIntentResponse.js.map +1 -0
- package/dist/{model → generated/model}/transactionIntentResponseAccount.d.ts +9 -9
- package/dist/{model → generated/model}/transactionIntentResponseAccount.js +25 -25
- package/dist/generated/model/transactionIntentResponseAccount.js.map +1 -0
- package/dist/{model → generated/model}/transactionIntentResponsePlayer.d.ts +12 -12
- package/dist/generated/model/transactionIntentResponsePlayer.js +74 -0
- package/dist/generated/model/transactionIntentResponsePlayer.js.map +1 -0
- package/dist/{model → generated/model}/transactionIntentResponsePolicy.d.ts +10 -10
- package/dist/{model → generated/model}/transactionIntentResponsePolicy.js +25 -25
- package/dist/generated/model/transactionIntentResponsePolicy.js.map +1 -0
- package/dist/{model → generated/model}/transactionIntentsResponse.d.ts +4 -4
- package/dist/{model → generated/model}/transactionIntentsResponse.js +10 -10
- package/dist/generated/model/transactionIntentsResponse.js.map +1 -0
- package/dist/index.d.ts +23 -21
- package/dist/index.js +47 -39
- package/dist/index.js.map +1 -1
- package/dist/model/createAccountRequest.d.ts +6 -0
- package/dist/model/createAccountRequest.js +3 -0
- package/dist/model/createAccountRequest.js.map +1 -0
- package/dist/model/createContractRequest.d.ts +9 -0
- package/dist/model/createContractRequest.js +3 -0
- package/dist/model/createContractRequest.js.map +1 -0
- package/dist/model/createPlayerAccountRequest.d.ts +6 -0
- package/dist/model/createPlayerAccountRequest.js +3 -0
- package/dist/model/createPlayerAccountRequest.js.map +1 -0
- package/dist/model/createPlayerRequest.d.ts +5 -0
- package/dist/model/createPlayerRequest.js +3 -0
- package/dist/model/createPlayerRequest.js.map +1 -0
- package/dist/model/createPlayerSessionRequest.d.ts +11 -0
- package/dist/model/createPlayerSessionRequest.js +3 -0
- package/dist/model/createPlayerSessionRequest.js.map +1 -0
- package/dist/model/createPolicyAllowFunctionRequest.d.ts +8 -0
- package/dist/model/createPolicyAllowFunctionRequest.js +3 -0
- package/dist/model/createPolicyAllowFunctionRequest.js.map +1 -0
- package/dist/model/createPolicyRulesRequest.d.ts +8 -0
- package/dist/model/createPolicyRulesRequest.js +3 -0
- package/dist/model/createPolicyRulesRequest.js.map +1 -0
- package/dist/model/createProjectRequest.d.ts +7 -0
- package/dist/model/createProjectRequest.js +3 -0
- package/dist/model/createProjectRequest.js.map +1 -0
- package/dist/model/createSessionRequest.d.ts +11 -0
- package/dist/model/createSessionRequest.js +3 -0
- package/dist/model/createSessionRequest.js.map +1 -0
- package/dist/model/createTransactionIntentRequest.d.ts +10 -0
- package/dist/model/createTransactionIntentRequest.js +3 -0
- package/dist/model/createTransactionIntentRequest.js.map +1 -0
- package/dist/model/getAccountInventoryRequest.d.ts +4 -0
- package/dist/model/getAccountInventoryRequest.js +3 -0
- package/dist/model/getAccountInventoryRequest.js.map +1 -0
- package/dist/model/getAccountRequest.d.ts +5 -0
- package/dist/model/getAccountRequest.js +3 -0
- package/dist/model/getAccountRequest.js.map +1 -0
- package/dist/model/getAllowFunctionsRequest.d.ts +4 -0
- package/dist/model/getAllowFunctionsRequest.js +3 -0
- package/dist/model/getAllowFunctionsRequest.js.map +1 -0
- package/dist/model/getContractRequest.d.ts +4 -0
- package/dist/model/getContractRequest.js +3 -0
- package/dist/model/getContractRequest.js.map +1 -0
- package/dist/model/getPlayerInventoryRequest.d.ts +5 -0
- package/dist/model/getPlayerInventoryRequest.js +3 -0
- package/dist/model/getPlayerInventoryRequest.js.map +1 -0
- package/dist/model/getPlayerRequest.d.ts +5 -0
- package/dist/model/getPlayerRequest.js +3 -0
- package/dist/model/getPlayerRequest.js.map +1 -0
- package/dist/model/getPolicyDailyGasUsageRequest.d.ts +5 -0
- package/dist/model/getPolicyDailyGasUsageRequest.js +3 -0
- package/dist/model/getPolicyDailyGasUsageRequest.js.map +1 -0
- package/dist/model/getPolicyRequest.d.ts +5 -0
- package/dist/model/getPolicyRequest.js +3 -0
- package/dist/model/getPolicyRequest.js.map +1 -0
- package/dist/model/getPolicyRulesRequest.d.ts +4 -0
- package/dist/model/getPolicyRulesRequest.js +3 -0
- package/dist/model/getPolicyRulesRequest.js.map +1 -0
- package/dist/model/getPolicyTotalGasUsageRequest.d.ts +5 -0
- package/dist/model/getPolicyTotalGasUsageRequest.js +3 -0
- package/dist/model/getPolicyTotalGasUsageRequest.js.map +1 -0
- package/dist/model/getTransactionIntentRequest.d.ts +4 -0
- package/dist/model/getTransactionIntentRequest.js +3 -0
- package/dist/model/getTransactionIntentRequest.js.map +1 -0
- package/dist/model/index.d.ts +39 -0
- package/dist/model/index.js +56 -0
- package/dist/model/index.js.map +1 -0
- package/dist/model/listAccountsRequest.d.ts +6 -0
- package/dist/model/listAccountsRequest.js +3 -0
- package/dist/model/listAccountsRequest.js.map +1 -0
- package/dist/model/listContractsRequest.d.ts +4 -0
- package/dist/model/listContractsRequest.js +3 -0
- package/dist/model/listContractsRequest.js.map +1 -0
- package/dist/model/listPlayerAccountsRequest.d.ts +5 -0
- package/dist/model/listPlayerAccountsRequest.js +3 -0
- package/dist/model/listPlayerAccountsRequest.js.map +1 -0
- package/dist/model/listPlayersRequest.d.ts +8 -0
- package/dist/model/listPlayersRequest.js +3 -0
- package/dist/model/listPlayersRequest.js.map +1 -0
- package/dist/model/listPoliciesRequest.d.ts +5 -0
- package/dist/model/listPoliciesRequest.js +3 -0
- package/dist/model/listPoliciesRequest.js.map +1 -0
- package/dist/model/listSessionsRequest.d.ts +9 -0
- package/dist/model/listSessionsRequest.js +3 -0
- package/dist/model/listSessionsRequest.js.map +1 -0
- package/dist/model/listTransactionIntentsRequest.d.ts +8 -0
- package/dist/model/listTransactionIntentsRequest.js +3 -0
- package/dist/model/listTransactionIntentsRequest.js.map +1 -0
- package/dist/model/revokePlayerSessionRequest.d.ts +6 -0
- package/dist/model/revokePlayerSessionRequest.js +3 -0
- package/dist/model/revokePlayerSessionRequest.js.map +1 -0
- package/dist/model/revokeSessionRequest.d.ts +6 -0
- package/dist/model/revokeSessionRequest.js +3 -0
- package/dist/model/revokeSessionRequest.js.map +1 -0
- package/dist/model/signatureSessionRequest.d.ts +4 -0
- package/dist/model/signatureSessionRequest.js +3 -0
- package/dist/model/signatureSessionRequest.js.map +1 -0
- package/dist/model/signatureTransactionIntentRequest.d.ts +4 -0
- package/dist/model/signatureTransactionIntentRequest.js +3 -0
- package/dist/model/signatureTransactionIntentRequest.js.map +1 -0
- package/dist/model/transferAccountOwnershipRequest.d.ts +8 -0
- package/dist/model/transferAccountOwnershipRequest.js +3 -0
- package/dist/model/transferAccountOwnershipRequest.js.map +1 -0
- package/dist/model/transferOwnershipRequest.d.ts +6 -0
- package/dist/model/transferOwnershipRequest.js +3 -0
- package/dist/model/transferOwnershipRequest.js.map +1 -0
- package/dist/model/updatePlayerRequest.d.ts +6 -0
- package/dist/model/updatePlayerRequest.js +3 -0
- package/dist/model/updatePlayerRequest.js.map +1 -0
- package/dist/model/updatePolicyAllowFunctionRequest.d.ts +10 -0
- package/dist/model/updatePolicyAllowFunctionRequest.js +3 -0
- package/dist/model/updatePolicyAllowFunctionRequest.js.map +1 -0
- package/dist/model/updatePolicyRulesRequest.d.ts +9 -0
- package/dist/model/updatePolicyRulesRequest.js +3 -0
- package/dist/model/updatePolicyRulesRequest.js.map +1 -0
- package/dist/model/updateProjectRequest.d.ts +8 -0
- package/dist/model/updateProjectRequest.js +3 -0
- package/dist/model/updateProjectRequest.js.map +1 -0
- package/dist/model/updateTransactionIntentRequest.d.ts +4 -0
- package/dist/model/updateTransactionIntentRequest.js +3 -0
- package/dist/model/updateTransactionIntentRequest.js.map +1 -0
- package/dist/wrapper/accountsApiWrapper.d.ts +38 -0
- package/dist/wrapper/accountsApiWrapper.js +92 -0
- package/dist/wrapper/accountsApiWrapper.js.map +1 -0
- package/dist/wrapper/contractsApiWrapper.d.ts +30 -0
- package/dist/wrapper/contractsApiWrapper.js +78 -0
- package/dist/wrapper/contractsApiWrapper.js.map +1 -0
- package/dist/wrapper/http-error-handler.d.ts +5 -0
- package/dist/wrapper/http-error-handler.js +43 -0
- package/dist/wrapper/http-error-handler.js.map +1 -0
- package/dist/wrapper/playersApiWrapper.d.ts +71 -0
- package/dist/wrapper/playersApiWrapper.js +162 -0
- package/dist/wrapper/playersApiWrapper.js.map +1 -0
- package/dist/wrapper/policiesApiWrapper.d.ts +58 -0
- package/dist/wrapper/policiesApiWrapper.js +134 -0
- package/dist/wrapper/policiesApiWrapper.js.map +1 -0
- package/dist/wrapper/policyRulesApiWrapper.d.ts +24 -0
- package/dist/wrapper/policyRulesApiWrapper.js +64 -0
- package/dist/wrapper/policyRulesApiWrapper.js.map +1 -0
- package/dist/wrapper/projectsApiWrapper.d.ts +33 -0
- package/dist/wrapper/projectsApiWrapper.js +91 -0
- package/dist/wrapper/projectsApiWrapper.js.map +1 -0
- package/dist/wrapper/sessionsApiWrapper.d.ts +30 -0
- package/dist/wrapper/sessionsApiWrapper.js +78 -0
- package/dist/wrapper/sessionsApiWrapper.js.map +1 -0
- package/dist/wrapper/transactionIntentsApiWrapper.d.ts +42 -0
- package/dist/wrapper/transactionIntentsApiWrapper.js +107 -0
- package/dist/wrapper/transactionIntentsApiWrapper.js.map +1 -0
- package/package.json +7 -3
- package/tsconfig.tsbuildinfo +1 -1
- package/tslint.json +8 -0
- package/dist/api/accountsApi.js.map +0 -1
- package/dist/api/apis.d.ts +0 -26
- package/dist/api/apis.js.map +0 -1
- package/dist/api/contractsApi.js.map +0 -1
- package/dist/api/defaultApi.js.map +0 -1
- package/dist/api/logsApi.d.ts +0 -52
- package/dist/api/logsApi.js +0 -155
- package/dist/api/logsApi.js.map +0 -1
- package/dist/api/playersApi.js.map +0 -1
- package/dist/api/policiesApi.js.map +0 -1
- package/dist/api/projectsApi.js.map +0 -1
- package/dist/api/sessionsApi.js.map +0 -1
- package/dist/api/transactionIntentsApi.js.map +0 -1
- package/dist/model/accountResponse.js.map +0 -1
- package/dist/model/accountsResponse.js.map +0 -1
- package/dist/model/allowFunctionResponse.d.ts +0 -31
- package/dist/model/allowFunctionResponse.js +0 -54
- package/dist/model/allowFunctionResponse.js.map +0 -1
- package/dist/model/allowFunctionsResponse.d.ts +0 -28
- package/dist/model/allowFunctionsResponse.js +0 -39
- package/dist/model/allowFunctionsResponse.js.map +0 -1
- package/dist/model/apiKeyResponse.js.map +0 -1
- package/dist/model/assetInventory.js.map +0 -1
- package/dist/model/assetType.js.map +0 -1
- package/dist/model/authResponse.d.ts +0 -26
- package/dist/model/authResponse.js +0 -34
- package/dist/model/authResponse.js.map +0 -1
- package/dist/model/contractDeleteResponse.js.map +0 -1
- package/dist/model/contractResponse.js.map +0 -1
- package/dist/model/contractResponseAbi.d.ts +0 -24
- package/dist/model/contractResponseAbi.js +0 -23
- package/dist/model/contractResponseAbi.js.map +0 -1
- package/dist/model/contractResponseAbiAnyOfInner.d.ts +0 -34
- package/dist/model/contractResponseAbiAnyOfInner.js +0 -74
- package/dist/model/contractResponseAbiAnyOfInner.js.map +0 -1
- package/dist/model/contractsResponse.js.map +0 -1
- package/dist/model/createSessionPlayerRequest.d.ts +0 -31
- package/dist/model/createSessionPlayerRequest.js +0 -59
- package/dist/model/createSessionPlayerRequest.js.map +0 -1
- package/dist/model/fragment.d.ts +0 -29
- package/dist/model/fragment.js +0 -44
- package/dist/model/fragment.js.map +0 -1
- package/dist/model/gas.js.map +0 -1
- package/dist/model/getProjectResponse.js.map +0 -1
- package/dist/model/interaction.js.map +0 -1
- package/dist/model/inventoryResponse.js.map +0 -1
- package/dist/model/jsonFragment.d.ts +0 -33
- package/dist/model/jsonFragment.js +0 -69
- package/dist/model/jsonFragment.js.map +0 -1
- package/dist/model/log.js.map +0 -1
- package/dist/model/models.d.ts +0 -88
- package/dist/model/models.js.map +0 -1
- package/dist/model/paramType.d.ts +0 -32
- package/dist/model/paramType.js +0 -64
- package/dist/model/paramType.js.map +0 -1
- package/dist/model/playerResponse.js +0 -74
- package/dist/model/playerResponse.js.map +0 -1
- package/dist/model/playerResponseAccounts.js.map +0 -1
- package/dist/model/playersResponse.js.map +0 -1
- package/dist/model/policiesResponse.js.map +0 -1
- package/dist/model/policyDeleteResponse.js.map +0 -1
- package/dist/model/policyResponse.js.map +0 -1
- package/dist/model/policyResponsePolicyRules.js.map +0 -1
- package/dist/model/policyResponseTransactionIntents.js.map +0 -1
- package/dist/model/policyRuleResponse.js.map +0 -1
- package/dist/model/policyRulesResponse.js.map +0 -1
- package/dist/model/policySchema.js.map +0 -1
- package/dist/model/prismaJsonValue.js.map +0 -1
- package/dist/model/projectLogs.js.map +0 -1
- package/dist/model/projectResponse.js.map +0 -1
- package/dist/model/projectResponseApikeys.js.map +0 -1
- package/dist/model/projectsResponse.js.map +0 -1
- package/dist/model/responseResponse.js.map +0 -1
- package/dist/model/sessionResponse.js +0 -84
- package/dist/model/sessionResponse.js.map +0 -1
- package/dist/model/sessionResponseTransactionIntents.js.map +0 -1
- package/dist/model/sessionsResponse.js.map +0 -1
- package/dist/model/strategy.d.ts +0 -27
- package/dist/model/strategy.js +0 -39
- package/dist/model/strategy.js.map +0 -1
- package/dist/model/sumGas.js.map +0 -1
- package/dist/model/transactionIntentResponse.d.ts +0 -43
- package/dist/model/transactionIntentResponse.js +0 -89
- package/dist/model/transactionIntentResponse.js.map +0 -1
- package/dist/model/transactionIntentResponseAccount.js.map +0 -1
- package/dist/model/transactionIntentResponsePlayer.js +0 -74
- package/dist/model/transactionIntentResponsePlayer.js.map +0 -1
- package/dist/model/transactionIntentResponsePolicy.js.map +0 -1
- package/dist/model/transactionIntentsResponse.js.map +0 -1
- package/dist/model/userOpResult.d.ts +0 -26
- package/dist/model/userOpResult.js +0 -34
- package/dist/model/userOpResult.js.map +0 -1
- /package/dist/{model → generated/model}/assetType.d.ts +0 -0
- /package/dist/{model → generated/model}/assetType.js +0 -0
- /package/dist/{model → generated/model}/playerResponseAccounts.d.ts +0 -0
- /package/dist/{model → generated/model}/playerResponseAccounts.js +0 -0
- /package/dist/{model → generated/model}/policyResponsePolicyRules.d.ts +0 -0
- /package/dist/{model → generated/model}/policyResponsePolicyRules.js +0 -0
- /package/dist/{model → generated/model}/policyResponseTransactionIntents.d.ts +0 -0
- /package/dist/{model → generated/model}/policyResponseTransactionIntents.js +0 -0
- /package/dist/{model → generated/model}/policySchema.d.ts +0 -0
- /package/dist/{model → generated/model}/projectResponseApikeys.d.ts +0 -0
- /package/dist/{model → generated/model}/projectResponseApikeys.js +0 -0
- /package/dist/{model → generated/model}/sessionResponseTransactionIntents.d.ts +0 -0
- /package/dist/{model → generated/model}/sessionResponseTransactionIntents.js +0 -0
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.PolicyRulesApiWrapper = void 0;
|
|
13
|
+
const defaultApi_1 = require("../generated/api/defaultApi");
|
|
14
|
+
const http_error_handler_1 = require("./http-error-handler");
|
|
15
|
+
class PolicyRulesApiWrapper {
|
|
16
|
+
constructor(accessToken, basePath) {
|
|
17
|
+
this._api = new defaultApi_1.DefaultApi(basePath);
|
|
18
|
+
this._api.accessToken = accessToken;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Creates an allow function object.
|
|
22
|
+
* @param req Parameters to create policy rules.
|
|
23
|
+
*/
|
|
24
|
+
async create(req) {
|
|
25
|
+
const response = await this._api.createPolicyRules(req.type, req.function_name, req.policy, req.contract, req.project);
|
|
26
|
+
return response.body;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Returns a list of your allow functions for the given policy. The allow functions are returned sorted by creation date, with the most recently created allow functions appearing first.
|
|
30
|
+
* @param req Criteria to get policy rules by.
|
|
31
|
+
*/
|
|
32
|
+
async get(req) {
|
|
33
|
+
const response = await this._api.getPolicyRules(req?.project, req?.policy);
|
|
34
|
+
return response.body;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Updates your allow functions object.
|
|
38
|
+
* @param req Parameters to update policy rules
|
|
39
|
+
*/
|
|
40
|
+
async update(req) {
|
|
41
|
+
const response = await this._api.updatePolicyRules(req.id, req.type, req.function_name, req.policy, req.contract, req.policy);
|
|
42
|
+
return response.body;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
__decorate([
|
|
46
|
+
(0, http_error_handler_1.httpErrorHandler)(),
|
|
47
|
+
__metadata("design:type", Function),
|
|
48
|
+
__metadata("design:paramtypes", [Object]),
|
|
49
|
+
__metadata("design:returntype", Promise)
|
|
50
|
+
], PolicyRulesApiWrapper.prototype, "create", null);
|
|
51
|
+
__decorate([
|
|
52
|
+
(0, http_error_handler_1.httpErrorHandler)(),
|
|
53
|
+
__metadata("design:type", Function),
|
|
54
|
+
__metadata("design:paramtypes", [Object]),
|
|
55
|
+
__metadata("design:returntype", Promise)
|
|
56
|
+
], PolicyRulesApiWrapper.prototype, "get", null);
|
|
57
|
+
__decorate([
|
|
58
|
+
(0, http_error_handler_1.httpErrorHandler)(),
|
|
59
|
+
__metadata("design:type", Function),
|
|
60
|
+
__metadata("design:paramtypes", [Object]),
|
|
61
|
+
__metadata("design:returntype", Promise)
|
|
62
|
+
], PolicyRulesApiWrapper.prototype, "update", null);
|
|
63
|
+
exports.PolicyRulesApiWrapper = PolicyRulesApiWrapper;
|
|
64
|
+
//# sourceMappingURL=policyRulesApiWrapper.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"policyRulesApiWrapper.js","sourceRoot":"","sources":["../../src/wrapper/policyRulesApiWrapper.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,4DAAuD;AAEvD,6DAAsD;AAItD,MAAa,qBAAqB;IAG9B,YAAY,WAAmB,EAAE,QAAiB;QAC9C,IAAI,CAAC,IAAI,GAAG,IAAI,uBAAU,CAAC,QAAQ,CAAC,CAAC;QACrC,IAAI,CAAC,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;IACxC,CAAC;IAED;;;OAGG;IAEU,AAAN,KAAK,CAAC,MAAM,CAAC,GAA6B;QAC7C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAC9C,GAAG,CAAC,IAAI,EACR,GAAG,CAAC,aAAa,EACjB,GAAG,CAAC,MAAM,EACV,GAAG,CAAC,QAAQ,EACZ,GAAG,CAAC,OAAO,CACd,CAAC;QACF,OAAO,QAAQ,CAAC,IAAI,CAAC;IACzB,CAAC;IAED;;;OAGG;IAEU,AAAN,KAAK,CAAC,GAAG,CAAC,GAA2B;QACxC,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,MAAM,CAAC,CAAC;QAC3E,OAAO,QAAQ,CAAC,IAAI,CAAC;IACzB,CAAC;IAED;;;OAGG;IAEU,AAAN,KAAK,CAAC,MAAM,CAAC,GAA6B;QAC7C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAC9C,GAAG,CAAC,EAAE,EACN,GAAG,CAAC,IAAI,EACR,GAAG,CAAC,aAAa,EACjB,GAAG,CAAC,MAAM,EACV,GAAG,CAAC,QAAQ,EACZ,GAAG,CAAC,MAAM,CACb,CAAC;QACF,OAAO,QAAQ,CAAC,IAAI,CAAC;IACzB,CAAC;CACJ;AArCgB;IADZ,IAAA,qCAAgB,GAAE;;;;mDAUlB;AAOY;IADZ,IAAA,qCAAgB,GAAE;;;;gDAIlB;AAOY;IADZ,IAAA,qCAAgB,GAAE;;;;mDAWlB;AAjDL,sDAkDC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { GetProjectResponse } from "../generated/model/getProjectResponse";
|
|
2
|
+
import { ProjectResponse } from "../generated/model/projectResponse";
|
|
3
|
+
import { ProjectsResponse } from "../generated/model/projectsResponse";
|
|
4
|
+
import { CreateProjectRequest } from "../model/createProjectRequest";
|
|
5
|
+
import { UpdateProjectRequest } from "../model/updateProjectRequest";
|
|
6
|
+
export declare class ProjectsApiWrapper {
|
|
7
|
+
private readonly _api;
|
|
8
|
+
constructor(accessToken: string, basePath?: string);
|
|
9
|
+
/**
|
|
10
|
+
* Creates a project object.
|
|
11
|
+
* @param req Parameters to create project
|
|
12
|
+
*/
|
|
13
|
+
create(req: CreateProjectRequest): Promise<ProjectResponse>;
|
|
14
|
+
/**
|
|
15
|
+
* Get current project
|
|
16
|
+
*/
|
|
17
|
+
getCurrent(): Promise<GetProjectResponse>;
|
|
18
|
+
/**
|
|
19
|
+
* Get project by id
|
|
20
|
+
* @param id Id of the project
|
|
21
|
+
*/
|
|
22
|
+
get(id: string): Promise<ProjectResponse>;
|
|
23
|
+
/**
|
|
24
|
+
* List of projects
|
|
25
|
+
* @param project
|
|
26
|
+
*/
|
|
27
|
+
list(project?: string): Promise<ProjectsResponse>;
|
|
28
|
+
/**
|
|
29
|
+
* Updates a project object.
|
|
30
|
+
* @param req Parameters for update project
|
|
31
|
+
*/
|
|
32
|
+
updateProject(req: UpdateProjectRequest): Promise<ProjectResponse>;
|
|
33
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.ProjectsApiWrapper = void 0;
|
|
13
|
+
const http_error_handler_1 = require("./http-error-handler");
|
|
14
|
+
const projectsApi_1 = require("../generated/api/projectsApi");
|
|
15
|
+
class ProjectsApiWrapper {
|
|
16
|
+
constructor(accessToken, basePath) {
|
|
17
|
+
this._api = new projectsApi_1.ProjectsApi(basePath);
|
|
18
|
+
this._api.accessToken = accessToken;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Creates a project object.
|
|
22
|
+
* @param req Parameters to create project
|
|
23
|
+
*/
|
|
24
|
+
async create(req) {
|
|
25
|
+
const response = await this._api.createProject(req.name, req.livemode, req.project, req.pk_policy, req.pk_location);
|
|
26
|
+
return response.body;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Get current project
|
|
30
|
+
*/
|
|
31
|
+
async getCurrent() {
|
|
32
|
+
const response = await this._api.get();
|
|
33
|
+
return response.body;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Get project by id
|
|
37
|
+
* @param id Id of the project
|
|
38
|
+
*/
|
|
39
|
+
async get(id) {
|
|
40
|
+
const response = await this._api.getProject(id);
|
|
41
|
+
return response.body;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* List of projects
|
|
45
|
+
* @param project
|
|
46
|
+
*/
|
|
47
|
+
async list(project) {
|
|
48
|
+
const response = await this._api.getProjects(project);
|
|
49
|
+
return response.body;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Updates a project object.
|
|
53
|
+
* @param req Parameters for update project
|
|
54
|
+
*/
|
|
55
|
+
async updateProject(req) {
|
|
56
|
+
const response = await this._api.updateProject(req.id, req.name, req.livemode, req.project, req.pk_policy, req.pk_location);
|
|
57
|
+
return response.body;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
__decorate([
|
|
61
|
+
(0, http_error_handler_1.httpErrorHandler)(),
|
|
62
|
+
__metadata("design:type", Function),
|
|
63
|
+
__metadata("design:paramtypes", [Object]),
|
|
64
|
+
__metadata("design:returntype", Promise)
|
|
65
|
+
], ProjectsApiWrapper.prototype, "create", null);
|
|
66
|
+
__decorate([
|
|
67
|
+
(0, http_error_handler_1.httpErrorHandler)(),
|
|
68
|
+
__metadata("design:type", Function),
|
|
69
|
+
__metadata("design:paramtypes", []),
|
|
70
|
+
__metadata("design:returntype", Promise)
|
|
71
|
+
], ProjectsApiWrapper.prototype, "getCurrent", null);
|
|
72
|
+
__decorate([
|
|
73
|
+
(0, http_error_handler_1.httpErrorHandler)(),
|
|
74
|
+
__metadata("design:type", Function),
|
|
75
|
+
__metadata("design:paramtypes", [String]),
|
|
76
|
+
__metadata("design:returntype", Promise)
|
|
77
|
+
], ProjectsApiWrapper.prototype, "get", null);
|
|
78
|
+
__decorate([
|
|
79
|
+
(0, http_error_handler_1.httpErrorHandler)(),
|
|
80
|
+
__metadata("design:type", Function),
|
|
81
|
+
__metadata("design:paramtypes", [String]),
|
|
82
|
+
__metadata("design:returntype", Promise)
|
|
83
|
+
], ProjectsApiWrapper.prototype, "list", null);
|
|
84
|
+
__decorate([
|
|
85
|
+
(0, http_error_handler_1.httpErrorHandler)(),
|
|
86
|
+
__metadata("design:type", Function),
|
|
87
|
+
__metadata("design:paramtypes", [Object]),
|
|
88
|
+
__metadata("design:returntype", Promise)
|
|
89
|
+
], ProjectsApiWrapper.prototype, "updateProject", null);
|
|
90
|
+
exports.ProjectsApiWrapper = ProjectsApiWrapper;
|
|
91
|
+
//# sourceMappingURL=projectsApiWrapper.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"projectsApiWrapper.js","sourceRoot":"","sources":["../../src/wrapper/projectsApiWrapper.ts"],"names":[],"mappings":";;;;;;;;;;;;AAGA,6DAAsD;AAEtD,8DAAyD;AAGzD,MAAa,kBAAkB;IAG3B,YAAY,WAAmB,EAAE,QAAiB;QAC9C,IAAI,CAAC,IAAI,GAAG,IAAI,yBAAW,CAAC,QAAQ,CAAC,CAAC;QACtC,IAAI,CAAC,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;IACxC,CAAC;IAED;;;OAGG;IAEU,AAAN,KAAK,CAAC,MAAM,CAAC,GAAyB;QACzC,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC,aAAa,CAC1C,GAAG,CAAC,IAAI,EACR,GAAG,CAAC,QAAQ,EACZ,GAAG,CAAC,OAAO,EACX,GAAG,CAAC,SAAS,EACb,GAAG,CAAC,WAAW,CAClB,CAAC;QACF,OAAO,QAAQ,CAAC,IAAI,CAAC;IACzB,CAAC;IAED;;OAEG;IAEU,AAAN,KAAK,CAAC,UAAU;QACnB,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;QACvC,OAAO,QAAQ,CAAC,IAAI,CAAC;IACzB,CAAC;IAED;;;OAGG;IAEU,AAAN,KAAK,CAAC,GAAG,CAAC,EAAU;QACvB,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;QAChD,OAAO,QAAQ,CAAC,IAAI,CAAC;IACzB,CAAC;IAED;;;OAGG;IAEU,AAAN,KAAK,CAAC,IAAI,CAAC,OAAgB;QAC9B,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;QACtD,OAAO,QAAQ,CAAC,IAAI,CAAC;IACzB,CAAC;IACD;;;OAGG;IAEU,AAAN,KAAK,CAAC,aAAa,CAAC,GAAyB;QAChD,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC,aAAa,CAC1C,GAAG,CAAC,EAAE,EACN,GAAG,CAAC,IAAI,EACR,GAAG,CAAC,QAAQ,EACZ,GAAG,CAAC,OAAO,EACX,GAAG,CAAC,SAAS,EACb,GAAG,CAAC,WAAW,CAClB,CAAC;QACF,OAAO,QAAQ,CAAC,IAAI,CAAC;IACzB,CAAC;CACJ;AAvDgB;IADZ,IAAA,qCAAgB,GAAE;;;;gDAUlB;AAMY;IADZ,IAAA,qCAAgB,GAAE;;;;oDAIlB;AAOY;IADZ,IAAA,qCAAgB,GAAE;;;;6CAIlB;AAOY;IADZ,IAAA,qCAAgB,GAAE;;;;8CAIlB;AAMY;IADZ,IAAA,qCAAgB,GAAE;;;;uDAWlB;AAnEL,gDAoEC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { SessionResponse } from "../generated/model/sessionResponse";
|
|
2
|
+
import { SessionsResponse } from "../generated/model/sessionsResponse";
|
|
3
|
+
import { CreateSessionRequest } from "../model/createSessionRequest";
|
|
4
|
+
import { ListSessionsRequest } from "../model/listSessionsRequest";
|
|
5
|
+
import { RevokeSessionRequest } from "../model/revokeSessionRequest";
|
|
6
|
+
import { SignatureSessionRequest } from "../model/signatureSessionRequest";
|
|
7
|
+
export declare class SessionsApiWrapper {
|
|
8
|
+
private readonly _api;
|
|
9
|
+
constructor(accessToken: string, basePath?: string);
|
|
10
|
+
/**
|
|
11
|
+
* Creates the session for the account.
|
|
12
|
+
* @param req Parameters to create session
|
|
13
|
+
*/
|
|
14
|
+
create(req: CreateSessionRequest): Promise<SessionResponse>;
|
|
15
|
+
/**
|
|
16
|
+
* Returns a list of your players. The players are returned sorted by creation date, with the most recently created players appearing first.
|
|
17
|
+
* @param req Criteria to retrieve the list of the sessions
|
|
18
|
+
*/
|
|
19
|
+
list(req: ListSessionsRequest): Promise<SessionsResponse>;
|
|
20
|
+
/**
|
|
21
|
+
* Revokes the session for the account.
|
|
22
|
+
* @param req Parameters to revoke the session
|
|
23
|
+
*/
|
|
24
|
+
revoke(req: RevokeSessionRequest): Promise<SessionResponse>;
|
|
25
|
+
/**
|
|
26
|
+
* Confirms the creation of a session with an external owner.
|
|
27
|
+
* @param req: Parameters for session signature
|
|
28
|
+
*/
|
|
29
|
+
signature(req: SignatureSessionRequest): Promise<SessionResponse>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.SessionsApiWrapper = void 0;
|
|
13
|
+
const sessionsApi_1 = require("../generated/api/sessionsApi");
|
|
14
|
+
const http_error_handler_1 = require("./http-error-handler");
|
|
15
|
+
class SessionsApiWrapper {
|
|
16
|
+
constructor(accessToken, basePath) {
|
|
17
|
+
this._api = new sessionsApi_1.SessionsApi(basePath);
|
|
18
|
+
this._api.accessToken = accessToken;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Creates the session for the account.
|
|
22
|
+
* @param req Parameters to create session
|
|
23
|
+
*/
|
|
24
|
+
async create(req) {
|
|
25
|
+
const response = await this._api.createSession(req.player, req.address, req.chain_id, req.valid_until, req.valid_after, req.policy, req.external_owner_address, req.whitelist, req.limit);
|
|
26
|
+
return response.body;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Returns a list of your players. The players are returned sorted by creation date, with the most recently created players appearing first.
|
|
30
|
+
* @param req Criteria to retrieve the list of the sessions
|
|
31
|
+
*/
|
|
32
|
+
async list(req) {
|
|
33
|
+
const response = await this._api.getPlayerSessions(req.player, req.expand, req.limit, req.project, req.filter, req.order, req.skip);
|
|
34
|
+
return response.body;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Revokes the session for the account.
|
|
38
|
+
* @param req Parameters to revoke the session
|
|
39
|
+
*/
|
|
40
|
+
async revoke(req) {
|
|
41
|
+
const response = await this._api.revokeSession(req.player, req.chain_id, req.address, req.policy);
|
|
42
|
+
return response.body;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Confirms the creation of a session with an external owner.
|
|
46
|
+
* @param req: Parameters for session signature
|
|
47
|
+
*/
|
|
48
|
+
async signature(req) {
|
|
49
|
+
const response = await this._api.signatureSession(req.id, req.signature);
|
|
50
|
+
return response.body;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, http_error_handler_1.httpErrorHandler)(),
|
|
55
|
+
__metadata("design:type", Function),
|
|
56
|
+
__metadata("design:paramtypes", [Object]),
|
|
57
|
+
__metadata("design:returntype", Promise)
|
|
58
|
+
], SessionsApiWrapper.prototype, "create", null);
|
|
59
|
+
__decorate([
|
|
60
|
+
(0, http_error_handler_1.httpErrorHandler)(),
|
|
61
|
+
__metadata("design:type", Function),
|
|
62
|
+
__metadata("design:paramtypes", [Object]),
|
|
63
|
+
__metadata("design:returntype", Promise)
|
|
64
|
+
], SessionsApiWrapper.prototype, "list", null);
|
|
65
|
+
__decorate([
|
|
66
|
+
(0, http_error_handler_1.httpErrorHandler)(),
|
|
67
|
+
__metadata("design:type", Function),
|
|
68
|
+
__metadata("design:paramtypes", [Object]),
|
|
69
|
+
__metadata("design:returntype", Promise)
|
|
70
|
+
], SessionsApiWrapper.prototype, "revoke", null);
|
|
71
|
+
__decorate([
|
|
72
|
+
(0, http_error_handler_1.httpErrorHandler)(),
|
|
73
|
+
__metadata("design:type", Function),
|
|
74
|
+
__metadata("design:paramtypes", [Object]),
|
|
75
|
+
__metadata("design:returntype", Promise)
|
|
76
|
+
], SessionsApiWrapper.prototype, "signature", null);
|
|
77
|
+
exports.SessionsApiWrapper = SessionsApiWrapper;
|
|
78
|
+
//# sourceMappingURL=sessionsApiWrapper.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sessionsApiWrapper.js","sourceRoot":"","sources":["../../src/wrapper/sessionsApiWrapper.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,8DAAyD;AACzD,6DAAsD;AAMtD,MAAa,kBAAkB;IAG3B,YAAY,WAAmB,EAAE,QAAiB;QAC9C,IAAI,CAAC,IAAI,GAAG,IAAI,yBAAW,CAAC,QAAQ,CAAC,CAAC;QACtC,IAAI,CAAC,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;IACxC,CAAC;IAED;;;OAGG;IAEU,AAAN,KAAK,CAAC,MAAM,CAAC,GAAyB;QACzC,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC,aAAa,CAC1C,GAAG,CAAC,MAAM,EACV,GAAG,CAAC,OAAO,EACX,GAAG,CAAC,QAAQ,EACZ,GAAG,CAAC,WAAW,EACf,GAAG,CAAC,WAAW,EACf,GAAG,CAAC,MAAM,EACV,GAAG,CAAC,sBAAsB,EAC1B,GAAG,CAAC,SAAS,EACb,GAAG,CAAC,KAAK,CACZ,CAAC;QACF,OAAO,QAAQ,CAAC,IAAI,CAAC;IACzB,CAAC;IAED;;;OAGG;IAEU,AAAN,KAAK,CAAC,IAAI,CAAC,GAAwB;QACtC,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAC9C,GAAG,CAAC,MAAM,EACV,GAAG,CAAC,MAAM,EACV,GAAG,CAAC,KAAK,EACT,GAAG,CAAC,OAAO,EACX,GAAG,CAAC,MAAM,EACV,GAAG,CAAC,KAAK,EACT,GAAG,CAAC,IAAI,CACX,CAAC;QACF,OAAO,QAAQ,CAAC,IAAI,CAAC;IACzB,CAAC;IAED;;;OAGG;IAEU,AAAN,KAAK,CAAC,MAAM,CAAC,GAAyB;QACzC,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC,QAAQ,EAAE,GAAG,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;QAClG,OAAO,QAAQ,CAAC,IAAI,CAAC;IACzB,CAAC;IAED;;;OAGG;IAEU,AAAN,KAAK,CAAC,SAAS,CAAC,GAA4B;QAC/C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,GAAG,CAAC,EAAE,EAAE,GAAG,CAAC,SAAS,CAAC,CAAC;QACzE,OAAO,QAAQ,CAAC,IAAI,CAAC;IACzB,CAAC;CACJ;AApDgB;IADZ,IAAA,qCAAgB,GAAE;;;;gDAclB;AAOY;IADZ,IAAA,qCAAgB,GAAE;;;;8CAYlB;AAOY;IADZ,IAAA,qCAAgB,GAAE;;;;gDAIlB;AAOY;IADZ,IAAA,qCAAgB,GAAE;;;;mDAIlB;AAhEL,gDAiEC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { TransactionIntentResponse } from "../generated/model/transactionIntentResponse";
|
|
2
|
+
import { TransactionIntentsResponse } from "../generated/model/transactionIntentsResponse";
|
|
3
|
+
import { CreateTransactionIntentRequest } from "../model/createTransactionIntentRequest";
|
|
4
|
+
import { GetTransactionIntentRequest } from "../model/getTransactionIntentRequest";
|
|
5
|
+
import { ListTransactionIntentsRequest } from "../model/listTransactionIntentsRequest";
|
|
6
|
+
import { SignatureTransactionIntentRequest } from "../model/signatureTransactionIntentRequest";
|
|
7
|
+
import { UpdateTransactionIntentRequest } from "../model/updateTransactionIntentRequest";
|
|
8
|
+
export declare class TransactionIntentsApiWrapper {
|
|
9
|
+
private readonly _api;
|
|
10
|
+
constructor(accessToken: string, basePath?: string);
|
|
11
|
+
/**
|
|
12
|
+
* Creates a transaction intent object.
|
|
13
|
+
* @param req Parameters to create transaction intent
|
|
14
|
+
*/
|
|
15
|
+
create(req: CreateTransactionIntentRequest): Promise<TransactionIntentResponse>;
|
|
16
|
+
/**
|
|
17
|
+
* Retrieves a transaction intent object.
|
|
18
|
+
* @param req Parameters to retrieve transaction intent
|
|
19
|
+
*/
|
|
20
|
+
get(req: GetTransactionIntentRequest): Promise<TransactionIntentResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* Returns a list of transaction intents for the given project. The accounts are returned sorted by creation date, with the most recently created accounts appearing first.
|
|
23
|
+
* @param req Parameters to get list of the transaction intents
|
|
24
|
+
*/
|
|
25
|
+
list(req?: ListTransactionIntentsRequest): Promise<TransactionIntentsResponse>;
|
|
26
|
+
/**
|
|
27
|
+
* Confirms the creation of a transaction intent with an external owner.
|
|
28
|
+
* @param req Parameters to signature session
|
|
29
|
+
*/
|
|
30
|
+
signature(req: SignatureTransactionIntentRequest): Promise<TransactionIntentResponse>;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @param id
|
|
34
|
+
* @param project
|
|
35
|
+
*/
|
|
36
|
+
update(req: UpdateTransactionIntentRequest): Promise<TransactionIntentResponse>;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @param project
|
|
40
|
+
*/
|
|
41
|
+
updateList(project?: string): Promise<TransactionIntentsResponse>;
|
|
42
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.TransactionIntentsApiWrapper = void 0;
|
|
13
|
+
const transactionIntentsApi_1 = require("../generated/api/transactionIntentsApi");
|
|
14
|
+
const http_error_handler_1 = require("./http-error-handler");
|
|
15
|
+
class TransactionIntentsApiWrapper {
|
|
16
|
+
constructor(accessToken, basePath) {
|
|
17
|
+
this._api = new transactionIntentsApi_1.TransactionIntentsApi(basePath);
|
|
18
|
+
this._api.accessToken = accessToken;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Creates a transaction intent object.
|
|
22
|
+
* @param req Parameters to create transaction intent
|
|
23
|
+
*/
|
|
24
|
+
async create(req) {
|
|
25
|
+
const response = await this._api.createTransactionIntent(req.player, req.chain_id, req.optimistic, req.interactions, req.policy, req.external_owner_address, req.project);
|
|
26
|
+
return response.body;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Retrieves a transaction intent object.
|
|
30
|
+
* @param req Parameters to retrieve transaction intent
|
|
31
|
+
*/
|
|
32
|
+
async get(req) {
|
|
33
|
+
const response = await this._api.getTransactionIntent(req.id, req.project);
|
|
34
|
+
return response.body;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Returns a list of transaction intents for the given project. The accounts are returned sorted by creation date, with the most recently created accounts appearing first.
|
|
38
|
+
* @param req Parameters to get list of the transaction intents
|
|
39
|
+
*/
|
|
40
|
+
async list(req) {
|
|
41
|
+
const response = await this._api.getTransactionIntents(req?.expand, req?.limit, req?.project, req?.filter, req?.order, req?.skip);
|
|
42
|
+
return response.body;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Confirms the creation of a transaction intent with an external owner.
|
|
46
|
+
* @param req Parameters to signature session
|
|
47
|
+
*/
|
|
48
|
+
async signature(req) {
|
|
49
|
+
const response = await this._api.signature(req.id, req.signature);
|
|
50
|
+
return response.body;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
* @param id
|
|
55
|
+
* @param project
|
|
56
|
+
*/
|
|
57
|
+
async update(req) {
|
|
58
|
+
const response = await this._api.updateTransactionIntentResponse(req.id, req.project);
|
|
59
|
+
return response.body;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @param project
|
|
64
|
+
*/
|
|
65
|
+
async updateList(project) {
|
|
66
|
+
const response = await this._api.updateTransactionIntentsResponse(project);
|
|
67
|
+
return response.body;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
__decorate([
|
|
71
|
+
(0, http_error_handler_1.httpErrorHandler)(),
|
|
72
|
+
__metadata("design:type", Function),
|
|
73
|
+
__metadata("design:paramtypes", [Object]),
|
|
74
|
+
__metadata("design:returntype", Promise)
|
|
75
|
+
], TransactionIntentsApiWrapper.prototype, "create", null);
|
|
76
|
+
__decorate([
|
|
77
|
+
(0, http_error_handler_1.httpErrorHandler)(),
|
|
78
|
+
__metadata("design:type", Function),
|
|
79
|
+
__metadata("design:paramtypes", [Object]),
|
|
80
|
+
__metadata("design:returntype", Promise)
|
|
81
|
+
], TransactionIntentsApiWrapper.prototype, "get", null);
|
|
82
|
+
__decorate([
|
|
83
|
+
(0, http_error_handler_1.httpErrorHandler)(),
|
|
84
|
+
__metadata("design:type", Function),
|
|
85
|
+
__metadata("design:paramtypes", [Object]),
|
|
86
|
+
__metadata("design:returntype", Promise)
|
|
87
|
+
], TransactionIntentsApiWrapper.prototype, "list", null);
|
|
88
|
+
__decorate([
|
|
89
|
+
(0, http_error_handler_1.httpErrorHandler)(),
|
|
90
|
+
__metadata("design:type", Function),
|
|
91
|
+
__metadata("design:paramtypes", [Object]),
|
|
92
|
+
__metadata("design:returntype", Promise)
|
|
93
|
+
], TransactionIntentsApiWrapper.prototype, "signature", null);
|
|
94
|
+
__decorate([
|
|
95
|
+
(0, http_error_handler_1.httpErrorHandler)(),
|
|
96
|
+
__metadata("design:type", Function),
|
|
97
|
+
__metadata("design:paramtypes", [Object]),
|
|
98
|
+
__metadata("design:returntype", Promise)
|
|
99
|
+
], TransactionIntentsApiWrapper.prototype, "update", null);
|
|
100
|
+
__decorate([
|
|
101
|
+
(0, http_error_handler_1.httpErrorHandler)(),
|
|
102
|
+
__metadata("design:type", Function),
|
|
103
|
+
__metadata("design:paramtypes", [String]),
|
|
104
|
+
__metadata("design:returntype", Promise)
|
|
105
|
+
], TransactionIntentsApiWrapper.prototype, "updateList", null);
|
|
106
|
+
exports.TransactionIntentsApiWrapper = TransactionIntentsApiWrapper;
|
|
107
|
+
//# sourceMappingURL=transactionIntentsApiWrapper.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transactionIntentsApiWrapper.js","sourceRoot":"","sources":["../../src/wrapper/transactionIntentsApiWrapper.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,kFAA6E;AAM7E,6DAAsD;AAEtD,MAAa,4BAA4B;IAGrC,YAAY,WAAmB,EAAE,QAAiB;QAC9C,IAAI,CAAC,IAAI,GAAG,IAAI,6CAAqB,CAAC,QAAQ,CAAC,CAAC;QAChD,IAAI,CAAC,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;IACxC,CAAC;IAED;;;OAGG;IAEU,AAAN,KAAK,CAAC,MAAM,CAAC,GAAmC;QACnD,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC,uBAAuB,CACpD,GAAG,CAAC,MAAM,EACV,GAAG,CAAC,QAAQ,EACZ,GAAG,CAAC,UAAU,EACd,GAAG,CAAC,YAAY,EAChB,GAAG,CAAC,MAAM,EACV,GAAG,CAAC,sBAAsB,EAC1B,GAAG,CAAC,OAAO,CACd,CAAC;QACF,OAAO,QAAQ,CAAC,IAAI,CAAC;IACzB,CAAC;IAED;;;OAGG;IAEU,AAAN,KAAK,CAAC,GAAG,CAAC,GAAgC;QAC7C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC,oBAAoB,CAAC,GAAG,CAAC,EAAE,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;QAC3E,OAAO,QAAQ,CAAC,IAAI,CAAC;IACzB,CAAC;IAED;;;OAGG;IAEU,AAAN,KAAK,CAAC,IAAI,CAAC,GAAmC;QACjD,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAClD,GAAG,EAAE,MAAM,EACX,GAAG,EAAE,KAAK,EACV,GAAG,EAAE,OAAO,EACZ,GAAG,EAAE,MAAM,EACX,GAAG,EAAE,KAAK,EACV,GAAG,EAAE,IAAI,CACZ,CAAC;QACF,OAAO,QAAQ,CAAC,IAAI,CAAC;IACzB,CAAC;IAED;;;OAGG;IAEU,AAAN,KAAK,CAAC,SAAS,CAAC,GAAsC;QACzD,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,EAAE,EAAE,GAAG,CAAC,SAAS,CAAC,CAAC;QAClE,OAAO,QAAQ,CAAC,IAAI,CAAC;IACzB,CAAC;IAED;;;;OAIG;IAEU,AAAN,KAAK,CAAC,MAAM,CAAC,GAAmC;QACnD,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC,+BAA+B,CAAC,GAAG,CAAC,EAAE,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;QACtF,OAAO,QAAQ,CAAC,IAAI,CAAC;IACzB,CAAC;IAED;;;OAGG;IAEU,AAAN,KAAK,CAAC,UAAU,CAAC,OAAgB;QACpC,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC,gCAAgC,CAAC,OAAO,CAAC,CAAC;QAC3E,OAAO,QAAQ,CAAC,IAAI,CAAC;IACzB,CAAC;CACJ;AAtEgB;IADZ,IAAA,qCAAgB,GAAE;;;;0DAYlB;AAOY;IADZ,IAAA,qCAAgB,GAAE;;;;uDAIlB;AAOY;IADZ,IAAA,qCAAgB,GAAE;;;;wDAWlB;AAOY;IADZ,IAAA,qCAAgB,GAAE;;;;6DAIlB;AAQY;IADZ,IAAA,qCAAgB,GAAE;;;;0DAIlB;AAOY;IADZ,IAAA,qCAAgB,GAAE;;;;8DAIlB;AAlFL,oEAmFC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfort/openfort-node",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "OpenAPI client for @openfort/openfort-node",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
@@ -33,21 +33,25 @@
|
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "tsc",
|
|
35
35
|
"format": "prettier --write \"**/*.ts\"",
|
|
36
|
+
"lint": "tslint -p tsconfig.json",
|
|
36
37
|
"prepublishOnly": "yarn install && yarn build"
|
|
37
38
|
},
|
|
38
39
|
"publishConfig": {
|
|
39
40
|
"registry": "https://registry.npmjs.org/"
|
|
40
41
|
},
|
|
41
42
|
"dependencies": {
|
|
43
|
+
"@types/node": "^12",
|
|
42
44
|
"bluebird": "^3.5.0",
|
|
43
45
|
"request": "^2.81.0",
|
|
44
|
-
"rewire": "^3.0.2"
|
|
45
|
-
"@types/node": "^12"
|
|
46
|
+
"rewire": "^3.0.2"
|
|
46
47
|
},
|
|
47
48
|
"devDependencies": {
|
|
48
49
|
"@types/bluebird": "^3.5.33",
|
|
49
50
|
"@types/request": "^2.48.8",
|
|
50
51
|
"prettier": "^2.8.8",
|
|
52
|
+
"ts-node": "^10.9.1",
|
|
53
|
+
"tslint": "^6.1.3",
|
|
54
|
+
"tslint-config-prettier": "^1.18.0",
|
|
51
55
|
"typescript": "^4.0"
|
|
52
56
|
}
|
|
53
57
|
}
|