Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PLT-9008: Fix warnings in doc generation #130

Closed
hrajchert opened this issue Dec 15, 2023 · 0 comments · Fixed by #139
Closed

PLT-9008: Fix warnings in doc generation #130

hrajchert opened this issue Dec 15, 2023 · 0 comments · Fixed by #139
Assignees

Comments

@hrajchert
Copy link
Collaborator

Calling npm run docs throws the following warnings

[warning] RoleTokenConfigurations, defined in ./packages/runtime/client/rest/src/contract/rolesConfigurations.ts, is referenced by contract.MintRolesTokens.__type.__index but not included in the documentation.
[warning] CreateContractSourcesResponse, defined in ./packages/runtime/client/rest/src/contract/endpoints/sources.ts, is referenced by index.RestClient.createContractSources.createContractSources but not included in the documentation.
[warning] GetContractSourceAdjacencyResponse, defined in ./packages/runtime/client/rest/src/contract/endpoints/sources.ts, is referenced by index.RestClient.getContractSourceAdjacency.getContractSourceAdjacency but not included in the documentation.
[warning] GetContractSourceClosureResponse, defined in ./packages/runtime/client/rest/src/contract/endpoints/sources.ts, is referenced by index.RestClient.getContractSourceClosure.getContractSourceClosure but not included in the documentation.
[warning] GetPayoutByIdResponse, defined in ./packages/runtime/client/rest/src/payout/endpoints/singleton.ts, is referenced by index.RestClient.getPayoutById.getPayoutById but not included in the documentation.
[warning] GetPayoutsResponse, defined in ./packages/runtime/client/rest/src/payout/endpoints/collection.ts, is referenced by index.RestClient.getPayouts.getPayouts but not included in the documentation.
[warning] GetWithdrawalByIdResponse, defined in ./packages/runtime/client/rest/src/withdrawal/endpoints/singleton.ts, is referenced by index.RestClient.getWithdrawalById.getWithdrawalById but not included in the documentation.
[warning] ApplyInputsToContractRequest, defined in ./packages/runtime/client/rest/src/contract/transaction/endpoints/collection.ts, is referenced by index.RestClient.applyInputsToContract.applyInputsToContract.request but not included in the documentation.
[warning] GetContractSourceAdjacencyRequest, defined in ./packages/runtime/client/rest/src/contract/endpoints/sources.ts, is referenced by index.RestClient.getContractSourceAdjacency.getContractSourceAdjacency.request but not included in the documentation.
[warning] GetContractBySourceIdRequest, defined in ./packages/runtime/client/rest/src/contract/endpoints/sources.ts, is referenced by index.RestClient.getContractSourceById.getContractSourceById.request but not included in the documentation.
[warning] GetContractSourceClosureRequest, defined in ./packages/runtime/client/rest/src/contract/endpoints/sources.ts, is referenced by index.RestClient.getContractSourceClosure.getContractSourceClosure.request but not included in the documentation.
[warning] GetNextStepsForContractRequest, defined in ./packages/runtime/client/rest/src/contract/next/endpoint.ts, is referenced by index.RestClient.getNextStepsForContract.getNextStepsForContract.request but not included in the documentation.
[warning] GetPayoutByIdRequest, defined in ./packages/runtime/client/rest/src/payout/endpoints/singleton.ts, is referenced by index.RestClient.getPayoutById.getPayoutById.request but not included in the documentation.
[warning] GetPayoutsRequest, defined in ./packages/runtime/client/rest/src/payout/endpoints/collection.ts, is referenced by index.RestClient.getPayouts.getPayouts.request but not included in the documentation.
[warning] GetWithdrawalsRequest, defined in ./packages/runtime/client/rest/src/withdrawal/endpoints/collection.ts, is referenced by index.RestClient.getWithdrawals.getWithdrawals.request but not included in the documentation.
[warning] WithdrawPayoutsRequest, defined in ./packages/runtime/client/rest/src/withdrawal/endpoints/collection.ts, is referenced by index.RestClient.withdrawPayouts.withdrawPayouts.request but not included in the documentation.
[warning] WithdrawalsRange, defined in ./packages/runtime/client/rest/src/withdrawal/endpoints/collection.ts, is referenced by index.RestClient.getWithdrawals.getWithdrawals.__type.nextRange but not included in the documentation.
@hrajchert hrajchert changed the title Fix warnings in doc generation PLT-9008: Fix warnings in doc generation Dec 15, 2023
@hrajchert hrajchert self-assigned this Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant