From 3584d0c11b4decc2f9e4e339538abfa1ad19a443 Mon Sep 17 00:00:00 2001 From: enrique Date: Wed, 8 Feb 2023 15:42:31 +0100 Subject: [PATCH] feat: add husky --- .commitlintrc.json | 1 + .github/ISSUE_TEMPLATE/bug_report.md | 9 +- .github/ISSUE_TEMPLATE/feature_request.md | 4 +- .github/issue_template.md | 14 +- .github/pull_request_template.md | 4 +- .github/workflows/push-to-docs.yml | 2 +- .github/workflows/release-github.yml | 14 +- .github/workflows/release-npm.yml | 1 - .github/workflows/testing-compute.yml | 10 +- .github/workflows/testing-nightly.yml | 14 +- .github/workflows/testing-node.yml | 8 +- .github/workflows/testing.yml | 9 +- .husky/commit-msg | 4 + .husky/pre-commit | 4 + .prettierrc | 7 - prettier.config.js => .prettierrc.js | 2 +- CHANGELOG.md | 8 +- README.md | 20 +- docs/api-reference/classes/Account.md | 132 +- docs/api-reference/classes/Accounts.md | 94 +- .../classes/AgreementTemplate.md | 396 +-- docs/api-reference/classes/ClientError.md | 26 +- docs/api-reference/classes/Condition.md | 332 +- docs/api-reference/classes/Config.md | 34 +- docs/api-reference/classes/DDO.md | 146 +- docs/api-reference/classes/DID.md | 14 +- docs/api-reference/classes/Keeper.md | 207 +- .../classes/KeyTransfer.BabyjubPublicKey.md | 10 +- .../classes/KeyTransfer.MimcCipher.md | 10 +- docs/api-reference/classes/Nevermined.md | 114 +- docs/api-reference/classes/Nft721.md | 134 +- docs/api-reference/classes/Nfts.md | 412 +-- .../classes/conditions.AaveBorrowCondition.md | 322 +- ...nditions.AaveCollateralDepositCondition.md | 328 +- ...ditions.AaveCollateralWithdrawCondition.md | 314 +- .../classes/conditions.AaveRepayCondition.md | 322 +- .../classes/conditions.AccessCondition.md | 332 +- .../conditions.ComputeExecutionCondition.md | 322 +- .../classes/conditions.ConditionSmall.md | 244 +- .../classes/conditions.ConsumerCondition.md | 332 +- ...itions.DistributeNFTCollateralCondition.md | 318 +- .../conditions.EscrowPaymentCondition.md | 342 +- .../conditions.LockPaymentCondition.md | 322 +- .../conditions.NFT721HolderCondition.md | 320 +- .../classes/conditions.NFT721LockCondition.md | 318 +- .../classes/conditions.NFTAccessCondition.md | 322 +- .../classes/conditions.NFTHolderCondition.md | 320 +- .../classes/conditions.NFTLockCondition.md | 314 +- .../classes/conditions.ProviderCondition.md | 334 +- ...onditions.TransferDIDOwnershipCondition.md | 310 +- .../conditions.TransferNFT721Condition.md | 330 +- .../conditions.TransferNFTCondition.md | 352 +- .../classes/events.ContractEvent.md | 128 +- .../classes/events.EventHandler.md | 38 +- .../classes/events.NeverminedEvent.md | 110 +- .../classes/events.SubgraphEvent.md | 120 +- .../classes/templates.AaveCreditTemplate.md | 580 ++-- .../classes/templates.AccessTemplate.md | 462 +-- .../classes/templates.BaseTemplate.md | 496 +-- .../classes/templates.DIDSalesTemplate.md | 458 +-- ...emplates.EscrowComputeExecutionTemplate.md | 464 +-- .../classes/templates.NFT721AccessTemplate.md | 458 +-- .../classes/templates.NFT721SalesTemplate.md | 462 +-- .../classes/templates.NFTAccessTemplate.md | 462 +-- .../classes/templates.NFTSalesTemplate.md | 464 +-- docs/api-reference/classes/utils.Logger.md | 50 +- .../classes/utils.SubscribableObserver.md | 62 +- .../classes/utils.SubscribablePromise.md | 60 +- docs/api-reference/enums/ConditionState.md | 14 +- .../api-reference/enums/CreateProgressStep.md | 46 +- docs/api-reference/enums/OrderProgressStep.md | 14 +- docs/api-reference/enums/PermissionType.md | 14 +- .../api-reference/enums/PlatformTechStatus.md | 14 +- docs/api-reference/enums/ProvenanceMethod.md | 86 +- docs/api-reference/enums/State.md | 10 +- docs/api-reference/enums/utils.LogLevel.md | 18 +- .../enums/utils.OrderProgressStep.md | 14 +- .../interfaces/AdditionalInformation.md | 67 +- docs/api-reference/interfaces/Algorithm.md | 16 +- docs/api-reference/interfaces/Bookmark.md | 8 +- docs/api-reference/interfaces/Curation.md | 8 +- docs/api-reference/interfaces/File.md | 28 +- .../interfaces/KeyTransfer.Babysig.md | 2 +- docs/api-reference/interfaces/MetaData.md | 8 +- docs/api-reference/interfaces/MetaDataMain.md | 38 +- docs/api-reference/interfaces/NewBookmark.md | 4 +- .../api-reference/interfaces/NewPermission.md | 6 +- docs/api-reference/interfaces/NewProfile.md | 12 +- docs/api-reference/interfaces/Permission.md | 10 +- .../interfaces/PlatformKeeperTech.md | 14 +- docs/api-reference/interfaces/PlatformTech.md | 6 +- .../interfaces/PlatformVersions.md | 14 +- docs/api-reference/interfaces/Profile.md | 18 +- .../interfaces/ProvenanceRegistry.md | 16 +- docs/api-reference/interfaces/SearchQuery.md | 18 +- docs/api-reference/interfaces/Service.md | 4 +- .../interfaces/ServiceDefinition.md | 22 +- docs/api-reference/interfaces/Stage.md | 10 +- docs/api-reference/interfaces/StageInput.md | 2 +- docs/api-reference/interfaces/StageOutput.md | 4 +- .../interfaces/StageRequirements.md | 8 +- .../interfaces/conditions.ConditionContext.md | 6 +- .../conditions.ConditionInstance.md | 18 +- .../conditions.ConditionInstanceSmall.md | 8 +- .../conditions.ConditionParameters.md | 10 +- .../interfaces/events.EventEmitter.md | 14 +- .../interfaces/events.EventOptions.md | 12 +- .../templates.AgreementConditionsStatus.md | 2 +- .../interfaces/templates.AgreementInstance.md | 8 +- .../interfaces/templates.PaymentData.md | 6 +- docs/api-reference/modules/conditions.md | 4 +- .../modules/subgraphs.AaveBorrowCondition.md | 356 +-- ...ubgraphs.AaveCollateralDepositCondition.md | 356 +-- ...bgraphs.AaveCollateralWithdrawCondition.md | 356 +-- .../modules/subgraphs.AaveCreditTemplate.md | 616 ++-- .../modules/subgraphs.AaveRepayCondition.md | 356 +-- .../modules/subgraphs.AccessCondition.md | 372 +-- .../modules/subgraphs.AccessProofCondition.md | 428 +-- .../modules/subgraphs.AccessProofTemplate.md | 474 +-- .../modules/subgraphs.AccessTemplate.md | 474 +-- .../subgraphs.AgreementStoreManager.md | 608 ++-- .../subgraphs.ComputeExecutionCondition.md | 374 +-- .../subgraphs.ConditionStoreManager.md | 848 ++--- .../modules/subgraphs.DIDRegistry.md | 2836 ++++++++--------- .../modules/subgraphs.DIDSalesTemplate.md | 474 +-- .../modules/subgraphs.Dispenser.md | 482 +-- ...graphs.DistributeNFTCollateralCondition.md | 292 +- ...ubgraphs.EscrowComputeExecutionTemplate.md | 474 +-- .../subgraphs.EscrowPaymentCondition.md | 506 +-- .../modules/subgraphs.HashLockCondition.md | 234 +- .../modules/subgraphs.LockPaymentCondition.md | 798 ++--- .../subgraphs.NFT721AccessProofTemplate.md | 474 +-- .../subgraphs.NFT721AccessSwapTemplate.md | 474 +-- .../modules/subgraphs.NFT721AccessTemplate.md | 474 +-- .../subgraphs.NFT721EscrowPaymentCondition.md | 524 +-- .../subgraphs.NFT721HolderCondition.md | 392 +-- .../modules/subgraphs.NFT721LockCondition.md | 314 +- .../modules/subgraphs.NFT721SalesTemplate.md | 474 +-- ...subgraphs.NFT721SalesWithAccessTemplate.md | 474 +-- .../modules/subgraphs.NFT721Upgradeable.md | 1110 +++---- .../modules/subgraphs.NFTAccessCondition.md | 372 +-- .../subgraphs.NFTAccessProofTemplate.md | 474 +-- .../subgraphs.NFTAccessSwapTemplate.md | 474 +-- .../modules/subgraphs.NFTAccessTemplate.md | 474 +-- .../subgraphs.NFTEscrowPaymentCondition.md | 524 +-- .../modules/subgraphs.NFTHolderCondition.md | 392 +-- .../modules/subgraphs.NFTLockCondition.md | 426 +-- .../modules/subgraphs.NFTSalesTemplate.md | 474 +-- .../subgraphs.NFTSalesWithAccessTemplate.md | 474 +-- .../modules/subgraphs.NeverminedConfig.md | 718 ++--- .../modules/subgraphs.NeverminedToken.md | 866 ++--- .../modules/subgraphs.RewardsDistributor.md | 124 +- .../modules/subgraphs.SignCondition.md | 234 +- .../modules/subgraphs.StandardRoyalties.md | 124 +- .../modules/subgraphs.TemplateStoreManager.md | 234 +- .../modules/subgraphs.ThresholdCondition.md | 234 +- ...subgraphs.TransferDIDOwnershipCondition.md | 372 +-- .../subgraphs.TransferNFT721Condition.md | 782 ++--- .../modules/subgraphs.TransferNFTCondition.md | 782 ++--- .../subgraphs.WhitelistingCondition.md | 234 +- docs/api-reference/modules/utils.md | 178 +- package.json | 16 +- 162 files changed, 19787 insertions(+), 19768 deletions(-) create mode 100644 .commitlintrc.json create mode 100755 .husky/commit-msg create mode 100755 .husky/pre-commit delete mode 100644 .prettierrc rename prettier.config.js => .prettierrc.js (97%) diff --git a/.commitlintrc.json b/.commitlintrc.json new file mode 100644 index 000000000..d3d7f0cdc --- /dev/null +++ b/.commitlintrc.json @@ -0,0 +1 @@ +{ "extends": ["@commitlint/config-conventional"] } diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a9cfd4843..7a763eec0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,22 +4,27 @@ about: Create a report to help us improve title: '' labels: '' assignees: '' - --- ## Describe the bug + A clear and concise description of what the bug is. -## To Reproduce +## To Reproduce + Steps to reproduce the behavior: + 1. 2. ## Expected behavior + A clear and concise description of what you expected to happen. ## Screenshots + If applicable, add screenshots to help explain your problem. ## Additional context + Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bf67bb7c2..b4d7d9022 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,14 +4,16 @@ about: Suggest a new feature for this project title: '' labels: '' assignees: '' - --- ## Is your feature request related to a problem? Please describe. + A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] ## Describe the solution you'd like + A clear and concise description of what you want to happen. ## Additional context + Add any other context or screenshots about the feature request here. diff --git a/.github/issue_template.md b/.github/issue_template.md index f2bb68ea3..3449b9360 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -35,13 +35,13 @@ Fill this section in if you know how this could or should be fixed. Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions. -* Version: x.x.x -* Python: x.x -* Solidity: x.x.x -* JavaScript: x.x.x -* Node: x.x.x -* OS: macOS/linux/win +- Version: x.x.x +- Python: x.x +- Solidity: x.x.x +- JavaScript: x.x.x +- Node: x.x.x +- OS: macOS/linux/win ## Failure Logs -Please include any relevant log snippets or files here. \ No newline at end of file +Please include any relevant log snippets or files here. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 75bd7a5c3..24b1a141b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,7 +11,7 @@ Related to Issue # - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - + ## Checklist: - [ ] Follows the code style of this project. @@ -20,4 +20,4 @@ Related to Issue # #### Funny gif -![Put a link of a funny gif inside the parenthesis-->]() \ No newline at end of file +![Put a link of a funny gif inside the parenthesis-->]() diff --git a/.github/workflows/push-to-docs.yml b/.github/workflows/push-to-docs.yml index 0703316e1..e08d11201 100644 --- a/.github/workflows/push-to-docs.yml +++ b/.github/workflows/push-to-docs.yml @@ -3,7 +3,7 @@ name: Push documentation to docs repo on: workflow_dispatch: push: - branches: [ "master" ] + branches: ['master'] jobs: push-to-docs: diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index ca2c28459..7286c9264 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -3,12 +3,12 @@ name: GitHub Release on: push: tags: - - "v*.*.*" + - 'v*.*.*' jobs: release: - name: "Tagged Release" - runs-on: "ubuntu-latest" + name: 'Tagged Release' + runs-on: 'ubuntu-latest' steps: - name: Checkout uses: actions/checkout@v3 @@ -19,7 +19,7 @@ jobs: # Build process - uses: actions/setup-node@v3 with: - node-version: "14.x" + node-version: '14.x' - name: Set version to env run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV @@ -56,14 +56,14 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: Automated CHANGELOG.md update - commit_options: "--no-verify --signoff" + commit_options: '--no-verify --signoff' file_pattern: CHANGELOG.md branch: ${{ env.COMMIT_BRANCH }} - name: Publish Github relase - uses: "marvinpinto/action-automatic-releases@latest" + uses: 'marvinpinto/action-automatic-releases@latest' with: - repo_token: "${{ secrets.GITHUB_TOKEN }}" + repo_token: '${{ secrets.GITHUB_TOKEN }}' prerelease: false files: | CHANGELOG.md diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index bd43820a9..345839a12 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -21,4 +21,3 @@ jobs: - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} - diff --git a/.github/workflows/testing-compute.yml b/.github/workflows/testing-compute.yml index 7e21b328f..6c46b9e7c 100644 --- a/.github/workflows/testing-compute.yml +++ b/.github/workflows/testing-compute.yml @@ -16,11 +16,11 @@ jobs: - uses: nevermined-io/nvm-tools-actions@v0.7.1 with: token: ${{ secrets.API_TOKEN_GITHUB }} - opengsn: "true" - estuary: "true" - compute: "true" - contracts-version: "v3.0.0" - node-version: "develop" + opengsn: 'true' + estuary: 'true' + compute: 'true' + contracts-version: 'v3.0.0' + node-version: 'develop' - name: Install dependencies run: | diff --git a/.github/workflows/testing-nightly.yml b/.github/workflows/testing-nightly.yml index e80b4e9a2..095800849 100644 --- a/.github/workflows/testing-nightly.yml +++ b/.github/workflows/testing-nightly.yml @@ -5,7 +5,6 @@ on: - cron: '30 5 * * *' jobs: - e2e: runs-on: ubuntu-latest steps: @@ -16,11 +15,11 @@ jobs: - uses: nevermined-io/nvm-tools-actions@v0.7.1 with: token: ${{ secrets.API_TOKEN_GITHUB }} - opengsn: "true" - estuary: "true" - compute: "true" - contracts-version: "v3.0.0" - node-version: "develop" + opengsn: 'true' + estuary: 'true' + compute: 'true' + contracts-version: 'v3.0.0' + node-version: 'develop' - name: Install dependencies run: | @@ -59,7 +58,6 @@ jobs: run: | yarn run integration:compute - - name: Run external tests env: SEED_WORDS: ${{ secrets.seedWords }} @@ -71,7 +69,6 @@ jobs: NO_GRAPH: true run: yarn run integration:external - - name: Run integration tests env: SEED_WORDS: ${{ secrets.seedWords }} @@ -110,4 +107,3 @@ jobs: IPFS_PROJECT_SECRET: ${{ secrets.IPFS_PROJECT_SECRET }} run: | yarn integration:e2e:mumbai - diff --git a/.github/workflows/testing-node.yml b/.github/workflows/testing-node.yml index 3951a3fd6..b282ba0af 100644 --- a/.github/workflows/testing-node.yml +++ b/.github/workflows/testing-node.yml @@ -28,10 +28,10 @@ jobs: - uses: nevermined-io/nvm-tools-actions@v0.7.1 with: token: ${{ secrets.API_TOKEN_GITHUB }} - opengsn: "true" - estuary: "true" - contracts-version: "v3.0.0" - node: "false" + opengsn: 'true' + estuary: 'true' + contracts-version: 'v3.0.0' + node: 'false' - name: Install sponge run: sudo apt-get install -y moreutils diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index f8175e8c3..303bbe5f4 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -16,10 +16,10 @@ jobs: - uses: nevermined-io/nvm-tools-actions@v0.7.1 with: token: ${{ secrets.API_TOKEN_GITHUB }} - opengsn: "true" - estuary: "true" - contracts-version: "v3.0.0" - node-version: "develop" + opengsn: 'true' + estuary: 'true' + contracts-version: 'v3.0.0' + node-version: 'develop' - name: Install dependencies run: | @@ -86,4 +86,3 @@ jobs: ETH_PORT: 18545 run: | yarn run test:cover - diff --git a/.husky/commit-msg b/.husky/commit-msg new file mode 100755 index 000000000..ff33e02e1 --- /dev/null +++ b/.husky/commit-msg @@ -0,0 +1,4 @@ +#!/usr/bin/env sh +. "$(dirname -- "$0")/_/husky.sh" + +npx commitlint --edit diff --git a/.husky/pre-commit b/.husky/pre-commit new file mode 100755 index 000000000..d24fdfc60 --- /dev/null +++ b/.husky/pre-commit @@ -0,0 +1,4 @@ +#!/usr/bin/env sh +. "$(dirname -- "$0")/_/husky.sh" + +npx lint-staged diff --git a/.prettierrc b/.prettierrc deleted file mode 100644 index 378f4040a..000000000 --- a/.prettierrc +++ /dev/null @@ -1,7 +0,0 @@ -{ - "semi": false, - "singleQuote": true, - "printWidth": 90, - "trailingComma": "none", - "arrowParens": "avoid" -} diff --git a/prettier.config.js b/.prettierrc.js similarity index 97% rename from prettier.config.js rename to .prettierrc.js index eb95f14da..712958859 100644 --- a/prettier.config.js +++ b/.prettierrc.js @@ -1,3 +1,3 @@ module.exports = { ...require('eslint-config-nevermined/prettier.config'), -} \ No newline at end of file +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 926c891f3..372095b23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -691,7 +691,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 2 May 2022 -- add aave service agreement to ddo when creating nft721 asset [`#248`](https://github.com/nevermined-io/sdk-js/pull/248) +- add aave service agreement to ddo when creating nft721 asset [`#248`](https://github.com/nevermined-io/sdk-js/pull/248) - Adding v0.19.21 Changelog updates [`c93cdc5`](https://github.com/nevermined-io/sdk-js/commit/c93cdc55f139a43db4130ccb0f80924d2645a931) #### [v0.19.21](https://github.com/nevermined-io/sdk-js/compare/v0.19.20...v0.19.21) @@ -954,7 +954,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 18 January 2022 -- Removing not used parameter [`#186`](https://github.com/nevermined-io/sdk-js/pull/186) +- Removing not used parameter [`#186`](https://github.com/nevermined-io/sdk-js/pull/186) - [wip] Create agreement+pay in one transaction [`#183`](https://github.com/nevermined-io/sdk-js/pull/183) - Adapting to contracts `v1.3.3` [`#177`](https://github.com/nevermined-io/sdk-js/pull/177) - Adding v0.17.2 Changelog updates [`5eddda4`](https://github.com/nevermined-io/sdk-js/commit/5eddda43954e013e6e6f7344c9a877d801aacb5c) @@ -1460,7 +1460,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Feature/sync develop [`#268`](https://github.com/nevermined-io/sdk-js/pull/268) - Quick fix for non-eip1559 networks [`#266`](https://github.com/nevermined-io/sdk-js/pull/266) - integrate Permissions and refactor search query [`#264`](https://github.com/nevermined-io/sdk-js/pull/264) -- add aave service agreement to ddo when creating nft721 asset [`#248`](https://github.com/nevermined-io/sdk-js/pull/248) +- add aave service agreement to ddo when creating nft721 asset [`#248`](https://github.com/nevermined-io/sdk-js/pull/248) - Get the keeper version from the artifacts instead of package version [`#244`](https://github.com/nevermined-io/sdk-js/pull/244) - replace `metadata-api` url by `marketplace-api` and sort type [`#243`](https://github.com/nevermined-io/sdk-js/pull/243) - fixing issues with BigNumbers [`#246`](https://github.com/nevermined-io/sdk-js/pull/246) @@ -1499,7 +1499,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Feature/190 add did to sec markets [`#191`](https://github.com/nevermined-io/sdk-js/pull/191) - Adding utility methods for getting nft token uri [`#189`](https://github.com/nevermined-io/sdk-js/pull/189) - Lint ... [`#187`](https://github.com/nevermined-io/sdk-js/pull/187) -- Removing not used parameter [`#186`](https://github.com/nevermined-io/sdk-js/pull/186) +- Removing not used parameter [`#186`](https://github.com/nevermined-io/sdk-js/pull/186) - [wip] Create agreement+pay in one transaction [`#183`](https://github.com/nevermined-io/sdk-js/pull/183) - Adapting to contracts `v1.3.3` [`#177`](https://github.com/nevermined-io/sdk-js/pull/177) - Correct typo in route [`#184`](https://github.com/nevermined-io/sdk-js/pull/184) diff --git a/README.md b/README.md index f927c7961..a9187f4e1 100644 --- a/README.md +++ b/README.md @@ -51,16 +51,16 @@ You can then connect to the [Smart Contracts](https://github.com/nevermined-io/c ```js const nevermined: Nevermined = await Nevermined.getInstance({ - // the node of the blockchain to connect to, could also be infura - web3ProviderUri: 'http://localhost:8545', - // the uri of metadata - metadataUri: 'http://localhost:5000', - // the uri of nevermined node - neverminedNodeUri: 'http://localhost:8030', - // the uri of faucet - faucetUri: 'http://localhost:3001', - // address that node uses - neverminedNodeAddress: '0x00bd138abd70e2f00903268f3db08f2d25677c9e' + // the node of the blockchain to connect to, could also be infura + web3ProviderUri: 'http://localhost:8545', + // the uri of metadata + metadataUri: 'http://localhost:5000', + // the uri of nevermined node + neverminedNodeUri: 'http://localhost:8030', + // the uri of faucet + faucetUri: 'http://localhost:3001', + // address that node uses + neverminedNodeAddress: '0x00bd138abd70e2f00903268f3db08f2d25677c9e', }) ``` diff --git a/docs/api-reference/classes/Account.md b/docs/api-reference/classes/Account.md index 9c6e0eed1..c8c49fb3e 100644 --- a/docs/api-reference/classes/Account.md +++ b/docs/api-reference/classes/Account.md @@ -67,10 +67,10 @@ Account information. #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `id` | `string` | `'0x0'` | -| `config?` | `InstantiableConfig` | `undefined` | +| Name | Type | Default value | +| :-------- | :------------------- | :------------ | +| `id` | `string` | `'0x0'` | +| `config?` | `InstantiableConfig` | `undefined` | #### Overrides @@ -90,7 +90,7 @@ Instantiable.constructor [src/nevermined.ts:18](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L18) -___ +--- ### babyX @@ -100,7 +100,7 @@ ___ [src/nevermined.ts:16](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L16) -___ +--- ### babyY @@ -110,7 +110,7 @@ ___ [src/nevermined.ts:17](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L17) -___ +--- ### id @@ -120,7 +120,7 @@ ___ [src/nevermined.ts:20](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L20) -___ +--- ### password @@ -130,7 +130,7 @@ ___ [src/nevermined.ts:12](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L12) -___ +--- ### token @@ -158,7 +158,7 @@ Instantiable.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -176,7 +176,7 @@ Instantiable.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -194,7 +194,7 @@ Instantiable.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -212,7 +212,7 @@ Instantiable.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -230,7 +230,7 @@ Instantiable.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -248,7 +248,7 @@ Instantiable.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -284,7 +284,7 @@ Instantiable.addresses [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### authenticate @@ -300,7 +300,7 @@ Authenticate the account. [src/nevermined.ts:82](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L82) -___ +--- ### checkExists @@ -310,8 +310,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -328,7 +328,7 @@ Instantiable.checkExists [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -336,8 +336,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -352,7 +352,7 @@ Instantiable.findSigner [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### getBalance @@ -368,7 +368,7 @@ Balances of Ether and Nevermined Token. [src/nevermined.ts:108](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L108) -___ +--- ### getEtherBalance @@ -384,7 +384,7 @@ Balance of Ether. [src/nevermined.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L100) -___ +--- ### getId @@ -398,7 +398,7 @@ ___ [src/nevermined.ts:27](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L27) -___ +--- ### getNeverminedBalance @@ -414,7 +414,7 @@ Balance of Nevermined Token. [src/nevermined.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L90) -___ +--- ### getPassword @@ -432,7 +432,7 @@ The account password. [src/nevermined.ts:51](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L51) -___ +--- ### getPublic @@ -446,7 +446,7 @@ ___ [src/nevermined.ts:35](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L35) -___ +--- ### getToken @@ -464,7 +464,7 @@ Account token. [src/nevermined.ts:67](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L67) -___ +--- ### isTokenStored @@ -482,7 +482,7 @@ true if the token is stored. [src/nevermined.ts:75](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L75) -___ +--- ### requestTokens @@ -492,10 +492,10 @@ Request Nevermined Tokens. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `amount` | `string` \| `number` \| `default` | Tokens to be requested. | -| `params?` | `TxParameters` | - | +| Name | Type | Description | +| :-------- | :-------------------------------- | :---------------------- | +| `amount` | `string` \| `number` \| `default` | Tokens to be requested. | +| `params?` | `TxParameters` | - | #### Returns @@ -505,7 +505,7 @@ Request Nevermined Tokens. [src/nevermined.ts:120](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L120) -___ +--- ### setId @@ -513,8 +513,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :--- | :---- | | `id` | `any` | #### Returns @@ -525,7 +525,7 @@ ___ [src/nevermined.ts:31](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L31) -___ +--- ### setInstanceConfig @@ -533,8 +533,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -549,7 +549,7 @@ Instantiable.setInstanceConfig [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### setPassword @@ -559,8 +559,8 @@ Set account password. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :--------- | :------- | :-------------------- | | `password` | `string` | Password for account. | #### Returns @@ -571,7 +571,7 @@ Set account password. [src/nevermined.ts:43](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L43) -___ +--- ### setToken @@ -581,8 +581,8 @@ Set account token. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------ | :------- | :----------------- | | `token` | `string` | Token for account. | #### Returns @@ -593,7 +593,7 @@ Set account token. [src/nevermined.ts:59](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L59) -___ +--- ### addressesStatic @@ -601,10 +601,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -618,7 +618,7 @@ Instantiable.addressesStatic [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -626,11 +626,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -644,7 +644,7 @@ Instantiable.findSignerStatic [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -652,8 +652,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :--------- | :---- | | `..._args` | `any` | #### Returns @@ -668,7 +668,7 @@ Instantiable.getInstance [src/Instantiable.abstract.ts:158](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L158) -___ +--- ### setInstanceConfig @@ -676,15 +676,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/Accounts.md b/docs/api-reference/classes/Accounts.md index 67534d94f..979aaf75a 100644 --- a/docs/api-reference/classes/Accounts.md +++ b/docs/api-reference/classes/Accounts.md @@ -70,7 +70,7 @@ Instantiable.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -88,7 +88,7 @@ Instantiable.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -106,7 +106,7 @@ Instantiable.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -124,7 +124,7 @@ Instantiable.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -142,7 +142,7 @@ Instantiable.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -160,7 +160,7 @@ Instantiable.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -196,7 +196,7 @@ Instantiable.addresses [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### balance @@ -206,8 +206,8 @@ Return account balance. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :-------- | :---------------------- | :---------------- | | `account` | [`Account`](Account.md) | Account instance. | #### Returns @@ -220,7 +220,7 @@ Ether and Nevermined Token balance. [src/nevermineds.ts:47](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermineds.ts#L47) -___ +--- ### checkExists @@ -230,8 +230,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -248,7 +248,7 @@ Instantiable.checkExists [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -256,8 +256,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -272,7 +272,7 @@ Instantiable.findSigner [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### list @@ -290,7 +290,7 @@ The list of accounts. [src/nevermineds.ts:26](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermineds.ts#L26) -___ +--- ### requestEthFromFaucet @@ -298,8 +298,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -310,7 +310,7 @@ ___ [src/nevermineds.ts:70](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermineds.ts#L70) -___ +--- ### requestList @@ -328,7 +328,7 @@ provider [src/nevermineds.ts:38](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermineds.ts#L38) -___ +--- ### requestTokens @@ -338,11 +338,11 @@ Request tokens for an account. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :-------- | :---------------------- | :---------------- | | `account` | [`Account`](Account.md) | Account instance. | -| `amount` | `number` | Token amount. | -| `params?` | `TxParameters` | - | +| `amount` | `number` | Token amount. | +| `params?` | `TxParameters` | - | #### Returns @@ -354,7 +354,7 @@ true if the call was successful. false otherwise. [src/nevermineds.ts:57](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermineds.ts#L57) -___ +--- ### setInstanceConfig @@ -362,8 +362,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -378,7 +378,7 @@ Instantiable.setInstanceConfig [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### addressesStatic @@ -386,10 +386,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -403,7 +403,7 @@ Instantiable.addressesStatic [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -411,11 +411,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -429,7 +429,7 @@ Instantiable.findSignerStatic [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -439,8 +439,8 @@ Returns the instance of Accounts. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -457,7 +457,7 @@ Instantiable.getInstance [src/nevermineds.ts:14](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermineds.ts#L14) -___ +--- ### setInstanceConfig @@ -465,15 +465,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/AgreementTemplate.md b/docs/api-reference/classes/AgreementTemplate.md index 5a03318a9..e4796b782 100644 --- a/docs/api-reference/classes/AgreementTemplate.md +++ b/docs/api-reference/classes/AgreementTemplate.md @@ -4,8 +4,8 @@ ## Type parameters -| Name | -| :------ | +| Name | +| :------- | | `Params` | ## Hierarchy @@ -91,14 +91,14 @@ #### Type parameters -| Name | -| :------ | +| Name | +| :------- | | `Params` | #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Overrides @@ -123,7 +123,7 @@ ContractBase.contract [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -137,7 +137,7 @@ ContractBase.contractName [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -151,7 +151,7 @@ ContractBase.events [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -183,7 +183,7 @@ ContractBase.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -201,7 +201,7 @@ ContractBase.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -219,7 +219,7 @@ ContractBase.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -237,7 +237,7 @@ ContractBase.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -255,7 +255,7 @@ ContractBase.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -273,7 +273,7 @@ ContractBase.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -291,7 +291,7 @@ ContractBase.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -327,7 +327,7 @@ ContractBase.addresses [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### agreementId @@ -335,10 +335,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---------------- | :------- | | `agreementIdSeed` | `string` | -| `creator` | `string` | +| `creator` | `string` | #### Returns @@ -348,7 +348,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:213](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L213) -___ +--- ### call @@ -357,15 +357,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -380,7 +380,7 @@ ContractBase.call [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -390,8 +390,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -408,7 +408,7 @@ ContractBase.checkExists [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### createAgreement @@ -416,16 +416,16 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `conditionIds` | `string`[] | -| `timeLocks` | `number`[] | -| `timeOuts` | `number`[] | -| `extraArgs` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `conditionIds` | `string`[] | +| `timeLocks` | `number`[] | +| `timeOuts` | `number`[] | +| `extraArgs` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -435,7 +435,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:99](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L99) -___ +--- ### createAgreementAndPay @@ -443,21 +443,21 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `conditionIds` | `string`[] | -| `timeLocks` | `number`[] | -| `timeOuts` | `number`[] | -| `accessConsumer` | `string` | -| `condIdx` | `number` | -| `rewardAddress` | `string` | -| `tokenAddress` | `string` | -| `amounts` | `default`[] | -| `receivers` | `string`[] | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :--------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `conditionIds` | `string`[] | +| `timeLocks` | `number`[] | +| `timeOuts` | `number`[] | +| `accessConsumer` | `string` | +| `condIdx` | `number` | +| `rewardAddress` | `string` | +| `tokenAddress` | `string` | +| `amounts` | `default`[] | +| `receivers` | `string`[] | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -467,7 +467,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:124](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L124) -___ +--- ### createAgreementFromDDO @@ -477,15 +477,15 @@ Create a new agreement using the data of a DDO. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementIdSeed` | `string` | - | -| `ddo` | [`DDO`](DDO.md) | DDO. | -| `parameters` | `Params` | | -| `consumer` | [`Account`](Account.md) | - | -| `from` | [`Account`](Account.md) | - | -| `timeOuts?` | `number`[] | - | -| `params?` | `TxParameters` | - | +| Name | Type | Description | +| :---------------- | :---------------------- | :---------- | +| `agreementIdSeed` | `string` | - | +| `ddo` | [`DDO`](DDO.md) | DDO. | +| `parameters` | `Params` | | +| `consumer` | [`Account`](Account.md) | - | +| `from` | [`Account`](Account.md) | - | +| `timeOuts?` | `number`[] | - | +| `params?` | `TxParameters` | - | #### Returns @@ -497,7 +497,7 @@ true if the call was successful. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:225](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L225) -___ +--- ### createAgreementWithPaymentFromDDO @@ -505,16 +505,16 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementIdSeed` | `string` | -| `ddo` | [`DDO`](DDO.md) | -| `parameters` | `Params` | -| `consumer` | [`Account`](Account.md) | -| `from` | [`Account`](Account.md) | -| `timeOuts?` | `number`[] | -| `txParams?` | `TxParameters` | -| `observer?` | (`OrderProgressStep`: `any`) => `void` | +| Name | Type | +| :---------------- | :------------------------------------- | +| `agreementIdSeed` | `string` | +| `ddo` | [`DDO`](DDO.md) | +| `parameters` | `Params` | +| `consumer` | [`Account`](Account.md) | +| `from` | [`Account`](Account.md) | +| `timeOuts?` | `number`[] | +| `txParams?` | `TxParameters` | +| `observer?` | (`OrderProgressStep`: `any`) => `void` | #### Returns @@ -524,7 +524,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:255](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L255) -___ +--- ### findSigner @@ -532,8 +532,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -548,7 +548,7 @@ ContractBase.findSigner [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### getAddress @@ -566,7 +566,7 @@ ContractBase.getAddress [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getAgreementCreatedEvent @@ -576,8 +576,8 @@ Generates and returns the agreement creation event. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns @@ -590,7 +590,7 @@ Agreement created event. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:469](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L469) -___ +--- ### getAgreementIdsFromDDO @@ -600,12 +600,12 @@ Get agreement conditions IDs. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementId` | `string` | Agreement ID. | -| `ddo` | [`DDO`](DDO.md) | DDO. | -| `creator` | `string` | - | -| `params` | `Params` | - | +| Name | Type | Description | +| :------------ | :-------------- | :------------ | +| `agreementId` | `string` | Agreement ID. | +| `ddo` | [`DDO`](DDO.md) | DDO. | +| `creator` | `string` | - | +| `params` | `Params` | - | #### Returns @@ -617,23 +617,23 @@ The condition IDs. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:183](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L183) -___ +--- ### getAgreementStatus -▸ **getAgreementStatus**(`agreementId`): `Promise`<``false`` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> +▸ **getAgreementStatus**(`agreementId`): `Promise`<`false` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> Returns the status of the conditions. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns -`Promise`<``false`` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> +`Promise`<`false` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> The conditions status. @@ -641,7 +641,7 @@ The conditions status. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:343](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L343) -___ +--- ### getAgreementsForDID @@ -649,8 +649,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---- | :------- | | `did` | `string` | #### Returns @@ -661,7 +661,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:496](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L496) -___ +--- ### getConditionTypes @@ -679,7 +679,7 @@ A list of condition addresses. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:163](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L163) -___ +--- ### getConditions @@ -697,7 +697,7 @@ A list of condition contracts. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L171) -___ +--- ### getContract @@ -715,7 +715,7 @@ ContractBase.getContract [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -723,8 +723,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -739,7 +739,7 @@ ContractBase.getFromAddress [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -747,8 +747,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -763,7 +763,7 @@ ContractBase.getInputsOfMethod [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getServiceAgreementTemplate @@ -777,7 +777,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:317](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L317) -___ +--- ### getServiceAgreementTemplateConditionByRef @@ -785,8 +785,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---- | :------- | | `ref` | `string` | #### Returns @@ -797,7 +797,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:324](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L324) -___ +--- ### getServiceAgreementTemplateConditions @@ -811,21 +811,21 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:319](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L319) -___ +--- ### getServiceAgreementTemplateDependencies -▸ **getServiceAgreementTemplateDependencies**(): `Promise`<{ `[condition: string]`: `string`[]; }\> +▸ **getServiceAgreementTemplateDependencies**(): `Promise`<{ `[condition: string]`: `string`[]; }\> #### Returns -`Promise`<{ `[condition: string]`: `string`[]; }\> +`Promise`<{ `[condition: string]`: `string`[]; }\> #### Defined in [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:333](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L333) -___ +--- ### getSignatureOfMethod @@ -833,10 +833,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -850,7 +850,7 @@ ContractBase.getSignatureOfMethod [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### init @@ -858,10 +858,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -875,7 +875,7 @@ ContractBase.init [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instanceFromDDO @@ -883,12 +883,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementIdSeed` | `string` | -| `ddo` | [`DDO`](DDO.md) | -| `creator` | `string` | -| `parameters` | `Params` | +| Name | Type | +| :---------------- | :-------------- | +| `agreementIdSeed` | `string` | +| `ddo` | [`DDO`](DDO.md) | +| `creator` | `string` | +| `parameters` | `Params` | #### Returns @@ -898,7 +898,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:198](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L198) -___ +--- ### lockConditionIndex @@ -912,7 +912,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:81](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L81) -___ +--- ### lockTokens @@ -920,12 +920,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `tokenAddress` | `any` | -| `amounts` | `any` | -| `from` | [`Account`](Account.md) | -| `txParams` | `TxParameters` | +| Name | Type | +| :------------- | :---------------------- | +| `tokenAddress` | `any` | +| `amounts` | `any` | +| `from` | [`Account`](Account.md) | +| `txParams` | `TxParameters` | #### Returns @@ -935,7 +935,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:398](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L398) -___ +--- ### params @@ -943,8 +943,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -955,7 +955,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:79](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L79) -___ +--- ### paymentData @@ -963,8 +963,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :-------------- | | `service` | `ServiceCommon` | #### Returns @@ -975,7 +975,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:85](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L85) -___ +--- ### printAgreementStatus @@ -985,8 +985,8 @@ Prints the agreement status. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns @@ -997,7 +997,7 @@ Prints the agreement status. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:439](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L439) -___ +--- ### send @@ -1005,11 +1005,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -1024,7 +1024,7 @@ ContractBase.send [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -1032,12 +1032,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -1051,7 +1051,7 @@ ContractBase.sendFrom [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### service @@ -1065,7 +1065,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:205](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L205) -___ +--- ### setInstanceConfig @@ -1073,8 +1073,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1089,7 +1089,7 @@ ContractBase.setInstanceConfig [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### standardContext @@ -1097,10 +1097,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `ddo` | [`DDO`](DDO.md) | -| `creator` | `string` | +| Name | Type | +| :-------- | :-------------- | +| `ddo` | [`DDO`](DDO.md) | +| `creator` | `string` | #### Returns @@ -1110,7 +1110,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:207](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L207) -___ +--- ### addressesStatic @@ -1118,10 +1118,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1135,7 +1135,7 @@ ContractBase.addressesStatic [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1143,11 +1143,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1161,7 +1161,7 @@ ContractBase.findSignerStatic [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1169,18 +1169,18 @@ ___ #### Type parameters -| Name | -| :------ | +| Name | +| :------- | | `Params` | #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `templateContractName` | `string` | `undefined` | -| `templateClass` | `any` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------------------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `templateContractName` | `string` | `undefined` | +| `templateClass` | `any` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -1194,7 +1194,7 @@ ContractBase.getInstance [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:62](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L62) -___ +--- ### setInstanceConfig @@ -1202,15 +1202,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/ClientError.md b/docs/api-reference/classes/ClientError.md index dedd95aba..9fb7cdddd 100644 --- a/docs/api-reference/classes/ClientError.md +++ b/docs/api-reference/classes/ClientError.md @@ -34,9 +34,9 @@ #### Parameters -| Name | Type | -| :------ | :------ | -| `message` | `string` | +| Name | Type | +| :----------- | :------- | +| `message` | `string` | | `clientName` | `string` | #### Overrides @@ -61,7 +61,7 @@ Error.message node_modules/typescript/lib/lib.es5.d.ts:1041 -___ +--- ### name @@ -75,7 +75,7 @@ Error.name node_modules/typescript/lib/lib.es5.d.ts:1040 -___ +--- ### stack @@ -91,7 +91,7 @@ node_modules/typescript/lib/lib.es5.d.ts:1042 node_modules/@types/node/globals.d.ts:127 -___ +--- ### prepareStackTrace @@ -109,9 +109,9 @@ https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces ##### Parameters -| Name | Type | -| :------ | :------ | -| `err` | `Error` | +| Name | Type | +| :------------ | :----------- | +| `err` | `Error` | | `stackTraces` | `CallSite`[] | ##### Returns @@ -126,7 +126,7 @@ Error.prepareStackTrace node_modules/@types/node/globals.d.ts:140 -___ +--- ### stackTraceLimit @@ -150,9 +150,9 @@ Create .stack property on a target object #### Parameters -| Name | Type | -| :------ | :------ | -| `targetObject` | `Object` | +| Name | Type | +| :---------------- | :--------- | +| `targetObject` | `Object` | | `constructorOpt?` | `Function` | #### Returns diff --git a/docs/api-reference/classes/Condition.md b/docs/api-reference/classes/Condition.md index 1a3f24316..8627862f2 100644 --- a/docs/api-reference/classes/Condition.md +++ b/docs/api-reference/classes/Condition.md @@ -4,10 +4,10 @@ ## Type parameters -| Name | Type | -| :------ | :------ | -| `Ctx` | extends [`ConditionContext`](../interfaces/conditions.ConditionContext.md) | -| `Extra` | `Record`<`string`, `unknown`\> | +| Name | Type | +| :------ | :------------------------------------------------------------------------- | +| `Ctx` | extends [`ConditionContext`](../interfaces/conditions.ConditionContext.md) | +| `Extra` | `Record`<`string`, `unknown`\> | ## Hierarchy @@ -86,15 +86,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `Ctx` | extends [`ConditionContext`](../interfaces/conditions.ConditionContext.md) | -| `Extra` | `Record`<`string`, `unknown`\> | +| Name | Type | +| :------ | :------------------------------------------------------------------------- | +| `Ctx` | extends [`ConditionContext`](../interfaces/conditions.ConditionContext.md) | +| `Extra` | `Record`<`string`, `unknown`\> | #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -119,7 +119,7 @@ [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -133,7 +133,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -147,7 +147,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -179,7 +179,7 @@ ConditionSmall.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -197,7 +197,7 @@ ConditionSmall.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -215,7 +215,7 @@ ConditionSmall.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -233,7 +233,7 @@ ConditionSmall.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -251,7 +251,7 @@ ConditionSmall.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -269,7 +269,7 @@ ConditionSmall.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -287,7 +287,7 @@ ConditionSmall.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -313,11 +313,11 @@ ConditionSmall.web3 #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------ | :---------------------- | +| `agreementId` | `string` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -331,7 +331,7 @@ ConditionSmall.web3 [src/keeper/contracts/conditions/Condition.abstract.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L97) -___ +--- ### addresses @@ -349,7 +349,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### call @@ -358,15 +358,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -381,7 +381,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -391,8 +391,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -409,7 +409,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -417,8 +417,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -433,7 +433,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### fulfill @@ -441,10 +441,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `...args` | `any`[] | +| `...args` | `any`[] | #### Returns @@ -458,7 +458,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:67](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L67) -___ +--- ### fulfillGateway @@ -466,12 +466,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Extra`\> | -| `additionalParams` | `Extra` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :----------------- | :----------------------------------------------------------------------------- | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Extra`\> | +| `additionalParams` | `Extra` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -481,7 +481,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:177](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L177) -___ +--- ### fulfillInstance @@ -489,13 +489,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Extra`\> | `undefined` | -| `additionalParams` | `Extra` | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :----------------- | :----------------------------------------------------------------------------- | :------------ | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Extra`\> | `undefined` | +| `additionalParams` | `Extra` | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -505,7 +505,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:162](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L162) -___ +--- ### fulfillPlain @@ -513,13 +513,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `agreementId` | `string` | `undefined` | -| `args` | `any`[] | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :------------ | :------------------------------------------------------------ | :------------ | +| `agreementId` | `string` | `undefined` | +| `args` | `any`[] | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -533,7 +533,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L69) -___ +--- ### generateId @@ -541,10 +541,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -558,7 +558,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:83](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L83) -___ +--- ### generateIdHash @@ -566,10 +566,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `...values` | `any`[] | +| `...values` | `any`[] | #### Returns @@ -583,7 +583,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:79](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L79) -___ +--- ### generateIdWithSeed @@ -591,10 +591,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -608,7 +608,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L87) -___ +--- ### getAddress @@ -626,7 +626,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getConditionFulfilledEvent @@ -634,8 +634,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns @@ -650,7 +650,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:101](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L101) -___ +--- ### getContract @@ -668,7 +668,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -676,8 +676,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -692,7 +692,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -700,8 +700,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -716,7 +716,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getSignatureOfMethod @@ -724,10 +724,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -741,7 +741,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### hashValues @@ -749,8 +749,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -765,7 +765,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:141](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L141) -___ +--- ### hashValuesPlain @@ -773,8 +773,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -785,7 +785,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:145](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L145) -___ +--- ### init @@ -793,10 +793,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -810,7 +810,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instance @@ -818,10 +818,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Extra`\> | +| Name | Type | +| :------------ | :--------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Extra`\> | #### Returns @@ -831,7 +831,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:184](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L184) -___ +--- ### instanceFromDDO @@ -839,11 +839,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `ctx` | `Ctx` | -| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | +| Name | Type | +| :------------ | :------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `ctx` | `Ctx` | +| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | #### Returns @@ -853,7 +853,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:154](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L154) -___ +--- ### params @@ -861,8 +861,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -873,7 +873,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:134](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L134) -___ +--- ### paramsFromDDO @@ -881,9 +881,9 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `ctx` | `Ctx` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------- | +| `ctx` | `Ctx` | | `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | #### Returns @@ -894,7 +894,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:149](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L149) -___ +--- ### send @@ -902,11 +902,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -921,7 +921,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -929,12 +929,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -948,7 +948,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### setInstanceConfig @@ -956,8 +956,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -972,7 +972,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### addressesStatic @@ -980,10 +980,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -997,7 +997,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1005,11 +1005,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1023,7 +1023,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1031,19 +1031,19 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `Ctx` | extends [`ConditionContext`](../interfaces/conditions.ConditionContext.md) | -| `Extra` | `Extra` | +| Name | Type | +| :------ | :------------------------------------------------------------------------- | +| `Ctx` | extends [`ConditionContext`](../interfaces/conditions.ConditionContext.md) | +| `Extra` | `Extra` | #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `conditionName` | `string` | `undefined` | -| `conditionsClass` | `any` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :---------------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `conditionName` | `string` | `undefined` | +| `conditionsClass` | `any` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -1057,7 +1057,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:121](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L121) -___ +--- ### setInstanceConfig @@ -1065,15 +1065,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/Config.md b/docs/api-reference/classes/Config.md index f278d8f0c..24b44b519 100644 --- a/docs/api-reference/classes/Config.md +++ b/docs/api-reference/classes/Config.md @@ -45,7 +45,7 @@ [src/models/Config.ts:71](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/models/Config.ts#L71) -___ +--- ### accounts @@ -55,7 +55,7 @@ ___ [src/models/Config.ts:78](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/models/Config.ts#L78) -___ +--- ### artifactsFolder @@ -67,7 +67,7 @@ The folder where the nevermined contract artifacts are located. [src/models/Config.ts:76](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/models/Config.ts#L76) -___ +--- ### authMessage @@ -79,7 +79,7 @@ Message shown when the user creates its own token. [src/models/Config.ts:51](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/models/Config.ts#L51) -___ +--- ### authTokenExpiration @@ -91,7 +91,7 @@ Token expiration time in ms. [src/models/Config.ts:56](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/models/Config.ts#L56) -___ +--- ### faucetUri @@ -103,7 +103,7 @@ Faucet URL. [src/models/Config.ts:26](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/models/Config.ts#L26) -___ +--- ### feeReceiver @@ -115,7 +115,7 @@ The address receiving the fee if this is higher than 0 [src/models/Config.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/models/Config.ts#L90) -___ +--- ### gasMultiplier @@ -128,7 +128,7 @@ Can be used to speed up the transactions. [src/models/Config.ts:64](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/models/Config.ts#L64) -___ +--- ### neverminedNodeAddress @@ -140,7 +140,7 @@ Address of Nevermined Node. [src/models/Config.ts:31](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/models/Config.ts#L31) -___ +--- ### neverminedNodeUri @@ -152,7 +152,7 @@ Nevermined Node URL. [src/models/Config.ts:21](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/models/Config.ts#L21) -___ +--- ### graphHttpUri @@ -164,7 +164,7 @@ Enpoint for the graph-node http query [src/models/Config.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/models/Config.ts#L69) -___ +--- ### marketplaceAuthToken @@ -176,7 +176,7 @@ Marketplace auth token. [src/models/Config.ts:16](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/models/Config.ts#L16) -___ +--- ### marketplaceUri @@ -188,7 +188,7 @@ MarketPlace URL. [src/models/Config.ts:11](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/models/Config.ts#L11) -___ +--- ### networkFee @@ -200,7 +200,7 @@ The fee charged by Nevermined for using the Service Agreements [src/models/Config.ts:85](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/models/Config.ts#L85) -___ +--- ### web3ProviderUri @@ -212,7 +212,7 @@ Ethereum node URL. [src/models/Config.ts:36](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/models/Config.ts#L36) -___ +--- ### threshold @@ -222,7 +222,7 @@ ___ [src/models/Config.ts:58](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/models/Config.ts#L58) -___ +--- ### verbose @@ -234,7 +234,7 @@ Log level. [src/models/Config.ts:46](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/models/Config.ts#L46) -___ +--- ### web3Provider diff --git a/docs/api-reference/classes/DDO.md b/docs/api-reference/classes/DDO.md index d3efa177d..4ee305d3c 100644 --- a/docs/api-reference/classes/DDO.md +++ b/docs/api-reference/classes/DDO.md @@ -50,8 +50,8 @@ Contains all the data related to an asset. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---- | :-------------------------- | | `ddo` | `Partial`<[`DDO`](DDO.md)\> | #### Defined in @@ -68,7 +68,7 @@ Contains all the data related to an asset. [src/ddo/DDO.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/DDO.ts#L41) -___ +--- ### \_nvm @@ -78,7 +78,7 @@ ___ [src/ddo/DDO.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/DDO.ts#L50) -___ +--- ### authentication @@ -88,7 +88,7 @@ ___ [src/ddo/DDO.ts:56](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/DDO.ts#L56) -___ +--- ### created @@ -98,7 +98,7 @@ ___ [src/ddo/DDO.ts:52](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/DDO.ts#L52) -___ +--- ### didSeed @@ -108,7 +108,7 @@ ___ [src/ddo/DDO.ts:48](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/DDO.ts#L48) -___ +--- ### id @@ -120,7 +120,7 @@ DID, decentralizes ID. [src/ddo/DDO.ts:46](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/DDO.ts#L46) -___ +--- ### proof @@ -130,7 +130,7 @@ ___ [src/ddo/DDO.ts:60](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/DDO.ts#L60) -___ +--- ### publicKey @@ -140,7 +140,7 @@ ___ [src/ddo/DDO.ts:54](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/DDO.ts#L54) -___ +--- ### service @@ -158,10 +158,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `metadata` | [`MetaData`](../interfaces/MetaData.md) | -| `nftAttributes?` | `NFTAttributes` | +| Name | Type | +| :--------------- | :-------------------------------------- | +| `metadata` | [`MetaData`](../interfaces/MetaData.md) | +| `nftAttributes?` | `NFTAttributes` | #### Returns @@ -171,7 +171,7 @@ ___ [src/ddo/DDO.ts:199](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/DDO.ts#L199) -___ +--- ### addProof @@ -181,8 +181,8 @@ Generates and adds a proof using personal sign on the DDO. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :---------- | :------- | :-------------------------------------- | | `publicKey` | `string` | Public key to be used on personal sign. | #### Returns @@ -195,7 +195,7 @@ Proof object. [src/ddo/DDO.ts:188](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/DDO.ts#L188) -___ +--- ### addService @@ -203,8 +203,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :---- | | `service` | `any` | #### Returns @@ -215,7 +215,7 @@ ___ [src/ddo/DDO.ts:195](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/DDO.ts#L195) -___ +--- ### addSignature @@ -223,10 +223,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :---------------------------- | | `nevermined` | [`Nevermined`](Nevermined.md) | -| `publicKey` | `string` | +| `publicKey` | `string` | #### Returns @@ -236,7 +236,7 @@ ___ [src/ddo/DDO.ts:250](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/DDO.ts#L250) -___ +--- ### assignDid @@ -244,11 +244,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `didSeed` | `string` | -| `didRegistry` | `default` | -| `publisher` | [`Account`](Account.md) | +| Name | Type | +| :------------ | :---------------------- | +| `didSeed` | `string` | +| `didRegistry` | `default` | +| `publisher` | [`Account`](Account.md) | #### Returns @@ -258,7 +258,7 @@ ___ [src/ddo/DDO.ts:234](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/DDO.ts#L234) -___ +--- ### checksum @@ -266,8 +266,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `seed` | `string` | #### Returns @@ -278,7 +278,7 @@ ___ [src/ddo/DDO.ts:156](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/DDO.ts#L156) -___ +--- ### findServiceById @@ -288,15 +288,15 @@ Finds a service of a DDO by index. #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `ServiceType` | +| Name | Type | +| :--- | :-------------------- | +| `T` | extends `ServiceType` | #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `index` | `number` | index. | +| Name | Type | Description | +| :------ | :------- | :---------- | +| `index` | `number` | index. | #### Returns @@ -308,7 +308,7 @@ Service. [src/ddo/DDO.ts:106](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/DDO.ts#L106) -___ +--- ### findServiceByType @@ -322,15 +322,15 @@ DDOServiceNotFoundError If the service is not in the DDO. #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `ServiceType` | +| Name | Type | +| :--- | :-------------------- | +| `T` | extends `ServiceType` | #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `serviceType` | `T` | Service type. | +| Name | Type | Description | +| :------------ | :--- | :------------ | +| `serviceType` | `T` | Service type. | #### Returns @@ -342,7 +342,7 @@ DDOServiceNotFoundError If the service is not in the DDO. [src/ddo/DDO.ts:126](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/DDO.ts#L126) -___ +--- ### generateDidSeed @@ -350,8 +350,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :---- | | `seed` | `any` | #### Returns @@ -362,7 +362,7 @@ ___ [src/ddo/DDO.ts:246](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/DDO.ts#L246) -___ +--- ### generateProof @@ -372,8 +372,8 @@ Generates proof using personal sign. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :---------- | :------- | :-------------------------------------- | | `publicKey` | `string` | Public key to be used on personal sign. | #### Returns @@ -386,7 +386,7 @@ Proof object. [src/ddo/DDO.ts:167](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/DDO.ts#L167) -___ +--- ### getPriceByService @@ -406,9 +406,9 @@ DDOPriceNotFoundError #### Parameters -| Name | Type | Default value | Description | -| :------ | :------ | :------ | :------ | -| `serviceType` | `ServiceType` | `'access'` | Service type | +| Name | Type | Default value | Description | +| :------------ | :------------ | :------------ | :----------- | +| `serviceType` | `ServiceType` | `'access'` | Service type | #### Returns @@ -420,7 +420,7 @@ BigNumber [src/ddo/DDO.ts:146](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/DDO.ts#L146) -___ +--- ### shortId @@ -434,7 +434,7 @@ ___ [src/ddo/DDO.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/DDO.ts#L97) -___ +--- ### updateService @@ -442,10 +442,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :---------------------------- | | `nevermined` | [`Nevermined`](Nevermined.md) | -| `service` | `any` | +| `service` | `any` | #### Returns @@ -455,7 +455,7 @@ ___ [src/ddo/DDO.ts:230](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/DDO.ts#L230) -___ +--- ### deserialize @@ -465,8 +465,8 @@ Deserializes the DDO object. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :---------- | :------- | :----------------------------------------------- | | `ddoString` | `string` | The serialized [DDO](DDO.md) to be deserialized. | #### Returns @@ -479,7 +479,7 @@ The deserialized [DDO](DDO.md). [src/ddo/DDO.ts:35](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/DDO.ts#L35) -___ +--- ### getInstance @@ -487,11 +487,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `userId` | `string` | +| Name | Type | +| :----------------- | :------- | +| `userId` | `string` | | `publisherAddress` | `string` | -| `appId?` | `string` | +| `appId?` | `string` | #### Returns @@ -501,7 +501,7 @@ ___ [src/ddo/DDO.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/DDO.ts#L69) -___ +--- ### serialize @@ -511,8 +511,8 @@ Serializes the DDO object. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :---- | :-------------- | :---------------------------------- | | `ddo` | [`DDO`](DDO.md) | The [DDO](DDO.md) to be serialized. | #### Returns diff --git a/docs/api-reference/classes/DID.md b/docs/api-reference/classes/DID.md index 02db173a1..12b748de9 100644 --- a/docs/api-reference/classes/DID.md +++ b/docs/api-reference/classes/DID.md @@ -29,8 +29,8 @@ Decentralized ID. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :--- | :------- | | `id` | `string` | #### Defined in @@ -67,7 +67,7 @@ A string with the prefixed id. [src/nevermined/DID.ts:53](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/DID.ts#L53) -___ +--- ### getId @@ -85,7 +85,7 @@ A string of the _id_ without the prefix. [src/nevermined/DID.ts:61](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/DID.ts#L61) -___ +--- ### generate @@ -103,7 +103,7 @@ Returns a new DID. [src/nevermined/DID.ts:36](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/DID.ts#L36) -___ +--- ### parse @@ -113,8 +113,8 @@ Parses a DID from a string. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :---------- | :-------------------------- | :------------- | | `didString` | `string` \| [`DID`](DID.md) | DID in string. | #### Returns diff --git a/docs/api-reference/classes/Keeper.md b/docs/api-reference/classes/Keeper.md index 6c1561792..44cd9df88 100644 --- a/docs/api-reference/classes/Keeper.md +++ b/docs/api-reference/classes/Keeper.md @@ -4,6 +4,7 @@ Interface with Nevermined contracts. Nevermined Keeper implementation where we put the following modules together: + - TCRs: users create challenges and resolve them through voting to maintain registries. - Nevermined Tokens: the intrinsic tokens circulated inside Nevermined network, which is used in the voting of TCRs. - Marketplace: the core marketplace where people can transact with each other with Nevermined tokens. @@ -93,7 +94,7 @@ Template store manager smart contract instance. [src/keeper/Keeper.ts:316](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L316) -___ +--- ### conditionStoreManager @@ -105,7 +106,7 @@ Template store manager smart contract instance. [src/keeper/Keeper.ts:321](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L321) -___ +--- ### conditions @@ -115,31 +116,31 @@ Conditions instances. #### Type declaration -| Name | Type | -| :------ | :------ | -| `aaveBorrowCondition` | [`AaveBorrowCondition`](conditions.AaveBorrowCondition.md) | -| `aaveCollateralDepositCondition` | [`AaveCollateralDepositCondition`](conditions.AaveCollateralDepositCondition.md) | -| `aaveCollateralWithdrawCondition` | [`AaveCollateralWithdrawCondition`](conditions.AaveCollateralWithdrawCondition.md) | -| `aaveRepayCondition` | [`AaveRepayCondition`](conditions.AaveRepayCondition.md) | -| `accessCondition` | [`AccessCondition`](conditions.AccessCondition.md) | -| `computeExecutionCondition` | [`ComputeExecutionCondition`](conditions.ComputeExecutionCondition.md) | +| Name | Type | +| :--------------------------------- | :----------------------------------------------------------------------------------- | +| `aaveBorrowCondition` | [`AaveBorrowCondition`](conditions.AaveBorrowCondition.md) | +| `aaveCollateralDepositCondition` | [`AaveCollateralDepositCondition`](conditions.AaveCollateralDepositCondition.md) | +| `aaveCollateralWithdrawCondition` | [`AaveCollateralWithdrawCondition`](conditions.AaveCollateralWithdrawCondition.md) | +| `aaveRepayCondition` | [`AaveRepayCondition`](conditions.AaveRepayCondition.md) | +| `accessCondition` | [`AccessCondition`](conditions.AccessCondition.md) | +| `computeExecutionCondition` | [`ComputeExecutionCondition`](conditions.ComputeExecutionCondition.md) | | `distributeNftCollateralCondition` | [`DistributeNFTCollateralCondition`](conditions.DistributeNFTCollateralCondition.md) | -| `escrowPaymentCondition` | [`EscrowPaymentCondition`](conditions.EscrowPaymentCondition.md) | -| `lockPaymentCondition` | [`LockPaymentCondition`](conditions.LockPaymentCondition.md) | -| `nft721HolderCondition` | [`NFT721HolderCondition`](conditions.NFT721HolderCondition.md) | -| `nft721LockCondition` | [`NFT721LockCondition`](conditions.NFT721LockCondition.md) | -| `nftAccessCondition` | [`NFTAccessCondition`](conditions.NFTAccessCondition.md) | -| `nftHolderCondition` | [`NFTHolderCondition`](conditions.NFTHolderCondition.md) | -| `nftLockCondition` | [`NFTLockCondition`](conditions.NFTLockCondition.md) | -| `transferDidOwnershipCondition` | [`TransferDIDOwnershipCondition`](conditions.TransferDIDOwnershipCondition.md) | -| `transferNft721Condition` | [`TransferNFT721Condition`](conditions.TransferNFT721Condition.md) | -| `transferNftCondition` | [`TransferNFTCondition`](conditions.TransferNFTCondition.md) | +| `escrowPaymentCondition` | [`EscrowPaymentCondition`](conditions.EscrowPaymentCondition.md) | +| `lockPaymentCondition` | [`LockPaymentCondition`](conditions.LockPaymentCondition.md) | +| `nft721HolderCondition` | [`NFT721HolderCondition`](conditions.NFT721HolderCondition.md) | +| `nft721LockCondition` | [`NFT721LockCondition`](conditions.NFT721LockCondition.md) | +| `nftAccessCondition` | [`NFTAccessCondition`](conditions.NFTAccessCondition.md) | +| `nftHolderCondition` | [`NFTHolderCondition`](conditions.NFTHolderCondition.md) | +| `nftLockCondition` | [`NFTLockCondition`](conditions.NFTLockCondition.md) | +| `transferDidOwnershipCondition` | [`TransferDIDOwnershipCondition`](conditions.TransferDIDOwnershipCondition.md) | +| `transferNft721Condition` | [`TransferNFT721Condition`](conditions.TransferNFT721Condition.md) | +| `transferNftCondition` | [`TransferNFTCondition`](conditions.TransferNFTCondition.md) | #### Defined in [src/keeper/Keeper.ts:326](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L326) -___ +--- ### conditionsList @@ -149,7 +150,7 @@ ___ [src/keeper/Keeper.ts:346](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L346) -___ +--- ### connected @@ -161,7 +162,7 @@ Is connected to the correct network or not. [src/keeper/Keeper.ts:281](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L281) -___ +--- ### didRegistry @@ -173,7 +174,7 @@ DID registry smart contract instance. [src/keeper/Keeper.ts:301](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L301) -___ +--- ### dispenser @@ -185,7 +186,7 @@ Market smart contract instance. [src/keeper/Keeper.ts:291](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L291) -___ +--- ### instances @@ -199,7 +200,7 @@ ___ [src/keeper/Keeper.ts:392](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L392) -___ +--- ### network @@ -209,16 +210,16 @@ Network id loaded from web3 #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `number` | +| Name | Type | +| :-------- | :-------- | +| `id?` | `number` | | `loading` | `boolean` | #### Defined in [src/keeper/Keeper.ts:385](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L385) -___ +--- ### nftUpgradeable @@ -230,7 +231,7 @@ NFT upgradeable smart contract instance. [src/keeper/Keeper.ts:306](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L306) -___ +--- ### nvmConfig @@ -242,7 +243,7 @@ Nevermined Config smart contract instance. [src/keeper/Keeper.ts:296](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L296) -___ +--- ### rewardsDistributor @@ -252,7 +253,7 @@ ___ [src/keeper/Keeper.ts:368](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L368) -___ +--- ### royalties @@ -260,16 +261,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `curve` | `CurveRoyalties` | +| Name | Type | +| :--------- | :------------------ | +| `curve` | `CurveRoyalties` | | `standard` | `StandardRoyalties` | #### Defined in [src/keeper/Keeper.ts:363](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L363) -___ +--- ### templateList @@ -279,7 +280,7 @@ ___ [src/keeper/Keeper.ts:347](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L347) -___ +--- ### templateStoreManager @@ -291,7 +292,7 @@ Template store manager smart contract instance. [src/keeper/Keeper.ts:311](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L311) -___ +--- ### templates @@ -301,22 +302,22 @@ Templates instances. #### Type declaration -| Name | Type | -| :------ | :------ | -| `aaveCreditTemplate` | [`AaveCreditTemplate`](templates.AaveCreditTemplate.md) | -| `accessTemplate` | [`AccessTemplate`](templates.AccessTemplate.md) | -| `didSalesTemplate` | [`DIDSalesTemplate`](templates.DIDSalesTemplate.md) | +| Name | Type | +| :------------------------------- | :------------------------------------------------------------------------------ | +| `aaveCreditTemplate` | [`AaveCreditTemplate`](templates.AaveCreditTemplate.md) | +| `accessTemplate` | [`AccessTemplate`](templates.AccessTemplate.md) | +| `didSalesTemplate` | [`DIDSalesTemplate`](templates.DIDSalesTemplate.md) | | `escrowComputeExecutionTemplate` | [`EscrowComputeExecutionTemplate`](templates.EscrowComputeExecutionTemplate.md) | -| `nft721AccessTemplate` | [`NFT721AccessTemplate`](templates.NFT721AccessTemplate.md) | -| `nft721SalesTemplate` | [`NFT721SalesTemplate`](templates.NFT721SalesTemplate.md) | -| `nftAccessTemplate` | [`NFTAccessTemplate`](templates.NFTAccessTemplate.md) | -| `nftSalesTemplate` | [`NFTSalesTemplate`](templates.NFTSalesTemplate.md) | +| `nft721AccessTemplate` | [`NFT721AccessTemplate`](templates.NFT721AccessTemplate.md) | +| `nft721SalesTemplate` | [`NFT721SalesTemplate`](templates.NFT721SalesTemplate.md) | +| `nftAccessTemplate` | [`NFTAccessTemplate`](templates.NFTAccessTemplate.md) | +| `nftSalesTemplate` | [`NFTSalesTemplate`](templates.NFTSalesTemplate.md) | #### Defined in [src/keeper/Keeper.ts:352](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L352) -___ +--- ### token @@ -328,7 +329,7 @@ Nevermined Token smart contract instance. [src/keeper/Keeper.ts:286](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L286) -___ +--- ### utils @@ -338,15 +339,15 @@ Helpers for contracts. #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :--------------------------------------- | | `eventHandler` | [`EventHandler`](events.EventHandler.md) | #### Defined in [src/keeper/Keeper.ts:373](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L373) -___ +--- ### version @@ -376,7 +377,7 @@ Instantiable.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -394,7 +395,7 @@ Instantiable.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -412,7 +413,7 @@ Instantiable.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -430,7 +431,7 @@ Instantiable.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -448,7 +449,7 @@ Instantiable.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -466,7 +467,7 @@ Instantiable.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -502,7 +503,7 @@ Instantiable.addresses [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### checkExists @@ -512,8 +513,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -530,7 +531,7 @@ Instantiable.checkExists [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -538,8 +539,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -554,7 +555,7 @@ Instantiable.findSigner [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### getAccessTemplateByName @@ -564,8 +565,8 @@ Returns a Access template by name. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :----- | :------- | :------------- | | `name` | `string` | Template name. | #### Returns @@ -578,7 +579,7 @@ Agreement template instance. [src/keeper/Keeper.ts:419](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L419) -___ +--- ### getAllInstances @@ -592,7 +593,7 @@ ___ [src/keeper/Keeper.ts:459](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L459) -___ +--- ### getConditionByAddress @@ -602,8 +603,8 @@ Returns a condition by address. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :-------- | :------- | :----------------------------- | | `address` | `string` | Address of deployed condition. | #### Returns @@ -616,7 +617,7 @@ Condition instance. [src/keeper/Keeper.ts:399](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L399) -___ +--- ### getNetworkId @@ -634,7 +635,7 @@ Network ID. [src/keeper/Keeper.ts:446](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L446) -___ +--- ### getNetworkName @@ -652,7 +653,7 @@ Network name. [src/keeper/Keeper.ts:438](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L438) -___ +--- ### getTemplateByAddress @@ -662,8 +663,8 @@ Returns a template by address. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :-------- | :------- | :---------------- | | `address` | `string` | Template address. | #### Returns @@ -676,7 +677,7 @@ Agreement template instance. [src/keeper/Keeper.ts:428](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L428) -___ +--- ### getTemplateByName @@ -686,8 +687,8 @@ Returns a template by name. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :----- | :------- | :------------- | | `name` | `string` | Template name. | #### Returns @@ -700,7 +701,7 @@ Agreement template instance. [src/keeper/Keeper.ts:408](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L408) -___ +--- ### init @@ -714,7 +715,7 @@ ___ [src/keeper/Keeper.ts:74](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L74) -___ +--- ### setInstanceConfig @@ -722,8 +723,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -738,7 +739,7 @@ Instantiable.setInstanceConfig [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### addressesStatic @@ -746,10 +747,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -763,7 +764,7 @@ Instantiable.addressesStatic [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -771,11 +772,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -789,7 +790,7 @@ Instantiable.findSignerStatic [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -799,8 +800,8 @@ Returns Keeper instance. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -817,7 +818,7 @@ Instantiable.getInstance [src/keeper/Keeper.ts:68](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/Keeper.ts#L68) -___ +--- ### setInstanceConfig @@ -825,15 +826,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/KeyTransfer.BabyjubPublicKey.md b/docs/api-reference/classes/KeyTransfer.BabyjubPublicKey.md index 5c45b1c42..2125030cb 100644 --- a/docs/api-reference/classes/KeyTransfer.BabyjubPublicKey.md +++ b/docs/api-reference/classes/KeyTransfer.BabyjubPublicKey.md @@ -27,10 +27,10 @@ #### Parameters -| Name | Type | -| :------ | :------ | -| `x` | `string` | -| `y` | `string` | +| Name | Type | +| :--- | :------- | +| `x` | `string` | +| `y` | `string` | #### Defined in @@ -46,7 +46,7 @@ [src/models/KeyTransfer.ts:5](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/models/KeyTransfer.ts#L5) -___ +--- ### y diff --git a/docs/api-reference/classes/KeyTransfer.MimcCipher.md b/docs/api-reference/classes/KeyTransfer.MimcCipher.md index 5f3de5156..caa8cb9e3 100644 --- a/docs/api-reference/classes/KeyTransfer.MimcCipher.md +++ b/docs/api-reference/classes/KeyTransfer.MimcCipher.md @@ -27,10 +27,10 @@ #### Parameters -| Name | Type | -| :------ | :------ | -| `x` | `string` | -| `y` | `string` | +| Name | Type | +| :--- | :------- | +| `x` | `string` | +| `y` | `string` | #### Defined in @@ -46,7 +46,7 @@ [src/models/KeyTransfer.ts:20](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/models/KeyTransfer.ts#L20) -___ +--- ### y diff --git a/docs/api-reference/classes/Nevermined.md b/docs/api-reference/classes/Nevermined.md index 98d121392..981057d83 100644 --- a/docs/api-reference/classes/Nevermined.md +++ b/docs/api-reference/classes/Nevermined.md @@ -87,7 +87,7 @@ AaveCredit allows taking loans from Aave protocol using NFT tokens as collateral [src/nevermined.ts:196](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L196) -___ +--- ### accounts @@ -99,7 +99,7 @@ Accounts submodule [src/nevermined.ts:156](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L156) -___ +--- ### agreements @@ -111,7 +111,7 @@ Agreements submodule [src/nevermined.ts:181](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L181) -___ +--- ### assets @@ -123,7 +123,7 @@ Assets submodule [src/nevermined.ts:166](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L166) -___ +--- ### auth @@ -135,7 +135,7 @@ Auth submodule [src/nevermined.ts:161](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L161) -___ +--- ### bookmarks @@ -147,7 +147,7 @@ Bookmarks instance [src/nevermined.ts:141](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L141) -___ +--- ### contracts @@ -157,16 +157,16 @@ Nevermind very own contract reflector. #### Type declaration -| Name | Type | -| :------ | :------ | -| `loadErc20` | (`address`: `string`) => `Promise`<`default`\> | +| Name | Type | +| :----------- | :--------------------------------------------------------- | +| `loadErc20` | (`address`: `string`) => `Promise`<`default`\> | | `loadNft721` | (`address`: `string`) => `Promise`<[`Nft721`](Nft721.md)\> | #### Defined in [src/nevermined.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L97) -___ +--- ### faucet @@ -178,7 +178,7 @@ Metadata instance. [src/nevermined.ts:151](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L151) -___ +--- ### files @@ -190,7 +190,7 @@ Files submodule [src/nevermined.ts:176](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L176) -___ +--- ### gateway @@ -202,7 +202,7 @@ Gateway instance. [src/nevermined.ts:121](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L121) -___ +--- ### keeper @@ -214,7 +214,7 @@ Keeper instance. [src/nevermined.ts:92](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L92) -___ +--- ### marketplace @@ -226,7 +226,7 @@ Marketplace instance. [src/nevermined.ts:131](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L131) -___ +--- ### metadata @@ -238,7 +238,7 @@ Metadata instance. [src/nevermined.ts:126](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L126) -___ +--- ### nfts @@ -250,7 +250,7 @@ Nfts submodule [src/nevermined.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L171) -___ +--- ### permissions @@ -262,7 +262,7 @@ Permissions instance [src/nevermined.ts:146](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L146) -___ +--- ### profiles @@ -274,7 +274,7 @@ Profiles instance [src/nevermined.ts:136](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L136) -___ +--- ### provenance @@ -286,7 +286,7 @@ Provenance submodule [src/nevermined.ts:206](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L206) -___ +--- ### provider @@ -298,7 +298,7 @@ Nevermined probiders submodule [src/nevermined.ts:186](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L186) -___ +--- ### token @@ -310,7 +310,7 @@ Nevermined tokens submodule [src/nevermined.ts:191](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L191) -___ +--- ### utils @@ -322,7 +322,7 @@ Utils submodule [src/nevermined.ts:211](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L211) -___ +--- ### versions @@ -352,7 +352,7 @@ Instantiable.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -370,7 +370,7 @@ Instantiable.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -388,7 +388,7 @@ Instantiable.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -406,7 +406,7 @@ Instantiable.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -424,7 +424,7 @@ Instantiable.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -442,7 +442,7 @@ Instantiable.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -478,7 +478,7 @@ Instantiable.addresses [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### checkExists @@ -488,8 +488,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -506,7 +506,7 @@ Instantiable.checkExists [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -514,8 +514,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -530,7 +530,7 @@ Instantiable.findSigner [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### setInstanceConfig @@ -538,8 +538,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -554,7 +554,7 @@ Instantiable.setInstanceConfig [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### addressesStatic @@ -562,10 +562,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -579,7 +579,7 @@ Instantiable.addressesStatic [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -587,11 +587,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -605,7 +605,7 @@ Instantiable.findSignerStatic [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -624,8 +624,8 @@ const nevermined = await Nevermined.getInstance(config) #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------- | :-------------------- | :--------------------------------- | | `config` | [`Config`](Config.md) | Nevermined instance configuration. | #### Returns @@ -642,7 +642,7 @@ Instantiable.getInstance [src/nevermined.ts:51](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined.ts#L51) -___ +--- ### setInstanceConfig @@ -650,15 +650,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/Nft721.md b/docs/api-reference/classes/Nft721.md index db424fdb3..b00387e90 100644 --- a/docs/api-reference/classes/Nft721.md +++ b/docs/api-reference/classes/Nft721.md @@ -80,7 +80,7 @@ Instantiable.constructor [src/nevermined/Nft721.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nft721.ts#L69) -___ +--- ### artifactsFolder @@ -98,7 +98,7 @@ Instantiable.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -116,7 +116,7 @@ Instantiable.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -134,7 +134,7 @@ Instantiable.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -152,7 +152,7 @@ Instantiable.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -170,7 +170,7 @@ Instantiable.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -188,7 +188,7 @@ Instantiable.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -224,7 +224,7 @@ Instantiable.addresses [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### balanceOf @@ -232,8 +232,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :---------------------- | | `owner` | [`Account`](Account.md) | #### Returns @@ -244,7 +244,7 @@ ___ [src/nevermined/Nft721.ts:61](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nft721.ts#L61) -___ +--- ### checkExists @@ -254,8 +254,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -272,7 +272,7 @@ Instantiable.checkExists [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -280,8 +280,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -296,7 +296,7 @@ Instantiable.findSigner [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### isApprovedForAll @@ -304,9 +304,9 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `accountAddress` | `string` | +| Name | Type | +| :---------------- | :------- | +| `accountAddress` | `string` | | `operatorAddress` | `string` | #### Returns @@ -317,7 +317,7 @@ ___ [src/nevermined/Nft721.ts:57](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nft721.ts#L57) -___ +--- ### mint @@ -329,11 +329,11 @@ This function can be called multiple times as long as the minting does not excee #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `did` | `string` | The Decentralized Identifier of the NFT asset. | -| `publisher` | [`Account`](Account.md) | The account of the publisher of the NFT. | -| `txParams?` | `TxParameters` | - | +| Name | Type | Description | +| :---------- | :---------------------- | :--------------------------------------------- | +| `did` | `string` | The Decentralized Identifier of the NFT asset. | +| `publisher` | [`Account`](Account.md) | The account of the publisher of the NFT. | +| `txParams?` | `TxParameters` | - | #### Returns @@ -343,7 +343,7 @@ This function can be called multiple times as long as the minting does not excee [src/nevermined/Nft721.ts:29](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nft721.ts#L29) -___ +--- ### mintWithURL @@ -351,13 +351,13 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `to` | `string` | -| `did` | `string` | -| `url` | `string` | -| `from?` | [`Account`](Account.md) | -| `txParams?` | `TxParameters` | +| Name | Type | +| :---------- | :---------------------- | +| `to` | `string` | +| `did` | `string` | +| `url` | `string` | +| `from?` | [`Account`](Account.md) | +| `txParams?` | `TxParameters` | #### Returns @@ -367,7 +367,7 @@ ___ [src/nevermined/Nft721.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nft721.ts#L33) -___ +--- ### ownerOf @@ -375,8 +375,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---- | :------- | | `did` | `string` | #### Returns @@ -387,7 +387,7 @@ ___ [src/nevermined/Nft721.ts:65](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nft721.ts#L65) -___ +--- ### setApprovalForAll @@ -395,12 +395,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `target` | `string` | -| `state` | `boolean` | +| Name | Type | +| :---------- | :---------------------- | +| `target` | `string` | +| `state` | `boolean` | | `publisher` | [`Account`](Account.md) | -| `txParams?` | `TxParameters` | +| `txParams?` | `TxParameters` | #### Returns @@ -410,7 +410,7 @@ ___ [src/nevermined/Nft721.ts:43](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nft721.ts#L43) -___ +--- ### setInstanceConfig @@ -418,8 +418,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -434,7 +434,7 @@ Instantiable.setInstanceConfig [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### addressesStatic @@ -442,10 +442,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -459,7 +459,7 @@ Instantiable.addressesStatic [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -467,11 +467,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -485,7 +485,7 @@ Instantiable.findSignerStatic [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -493,10 +493,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `config` | `InstantiableConfig` | -| `address` | `string` | +| Name | Type | +| :-------- | :------------------- | +| `config` | `InstantiableConfig` | +| `address` | `string` | #### Returns @@ -510,7 +510,7 @@ Instantiable.getInstance [src/nevermined/Nft721.ts:9](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nft721.ts#L9) -___ +--- ### setInstanceConfig @@ -518,15 +518,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/Nfts.md b/docs/api-reference/classes/Nfts.md index cb6a0f3c0..77a254368 100644 --- a/docs/api-reference/classes/Nfts.md +++ b/docs/api-reference/classes/Nfts.md @@ -87,7 +87,7 @@ Instantiable.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -105,7 +105,7 @@ Instantiable.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -123,7 +123,7 @@ Instantiable.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -141,7 +141,7 @@ Instantiable.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -159,7 +159,7 @@ Instantiable.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -177,7 +177,7 @@ Instantiable.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -216,13 +216,13 @@ before providing the files. #### Parameters -| Name | Type | Default value | Description | -| :------ | :------ | :------ | :------ | -| `did` | `string` | `undefined` | The Decentralized Identifier of the NFT asset. | -| `consumer` | [`Account`](Account.md) | `undefined` | The NFT holder account. | -| `destination?` | `string` | `undefined` | The download destination for the files. | -| `index?` | `number` | `undefined` | - | -| `agreementId` | `string` | `'0x'` | - | +| Name | Type | Default value | Description | +| :------------- | :---------------------- | :------------ | :--------------------------------------------- | +| `did` | `string` | `undefined` | The Decentralized Identifier of the NFT asset. | +| `consumer` | [`Account`](Account.md) | `undefined` | The NFT holder account. | +| `destination?` | `string` | `undefined` | The download destination for the files. | +| `index?` | `number` | `undefined` | - | +| `agreementId` | `string` | `'0x'` | - | #### Returns @@ -234,7 +234,7 @@ true if the access was successful. [src/nevermined/Nfts.ts:618](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nfts.ts#L618) -___ +--- ### addresses @@ -252,7 +252,7 @@ Instantiable.addresses [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### balance @@ -268,10 +268,10 @@ Get the NFT balance for a particular did #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `did` | `string` | The Decentralized Identifier of the NFT asset. | -| `account` | [`Account`](Account.md) | The account to check the balance of. | +| Name | Type | Description | +| :-------- | :---------------------- | :--------------------------------------------- | +| `did` | `string` | The Decentralized Identifier of the NFT asset. | +| `account` | [`Account`](Account.md) | The account to check the balance of. | #### Returns @@ -283,7 +283,7 @@ The amount of NFTs owned by the account. [src/nevermined/Nfts.ts:645](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nfts.ts#L645) -___ +--- ### burn @@ -303,12 +303,12 @@ The publisher can only burn NFTs that it owns. NFTs that were already transferre #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `did` | `string` | The Decentralized Identifier of the NFT asset. | -| `nftAmount` | `default` | The amount of NFTs to burn. | -| `publisher` | [`Account`](Account.md) | The account of the publisher of the NFT. | -| `params?` | `TxParameters` | Optional transaction parameters. | +| Name | Type | Description | +| :---------- | :---------------------- | :--------------------------------------------- | +| `did` | `string` | The Decentralized Identifier of the NFT asset. | +| `nftAmount` | `default` | The amount of NFTs to burn. | +| `publisher` | [`Account`](Account.md) | The account of the publisher of the NFT. | +| `params?` | `TxParameters` | Optional transaction parameters. | #### Returns @@ -320,7 +320,7 @@ The ethers.ContractReceipt [src/nevermined/Nfts.ts:256](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nfts.ts#L256) -___ +--- ### buySecondaryMarketNft @@ -341,12 +341,12 @@ Thrown if there is an error buying the NFT. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `consumer` | [`Account`](Account.md) | The account of the buyer/consumer. | -| `nftAmount` | `default` | The number of assets to buy. 1 by default. | -| `agreementIdSeed` | `string` | - | -| `params?` | `TxParameters` | - | +| Name | Type | Description | +| :---------------- | :---------------------- | :----------------------------------------- | +| `consumer` | [`Account`](Account.md) | The account of the buyer/consumer. | +| `nftAmount` | `default` | The number of assets to buy. 1 by default. | +| `agreementIdSeed` | `string` | - | +| `params?` | `TxParameters` | - | #### Returns @@ -358,7 +358,7 @@ true if the buy was successful. [src/nevermined/Nfts.ts:934](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nfts.ts#L934) -___ +--- ### checkExists @@ -368,8 +368,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -386,7 +386,7 @@ Instantiable.checkExists [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### create @@ -402,19 +402,19 @@ Create a new NFT Nevermined NFT. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `metadata` | [`MetaData`](../interfaces/MetaData.md) | The metadata associated with the NFT. | -| `publisher` | [`Account`](Account.md) | The account of the creator od the NFT. | -| `cap` | `default` | The max number of nfts. | -| `royaltyAttributes` | `RoyaltyAttributes` | The royalties associated with the NFT. | -| `assetPrice` | `default` | The sales reward distribution. | -| `nftAmount` | `default` | The amount of NFTs that an address needs to hold in order to access the DID's protected assets. Leave it undefined and it will default to 1. | -| `erc20TokenAddress?` | `string` | The ERC-20 Token used to price the NFT. | -| `preMint?` | `boolean` | Set to true to mint _nftAmount_ during creation. | -| `nftMetadata?` | `string` | Url to the NFT metadata. | -| `appId?` | `string` | The id of the application creating the NFT. | -| `txParams?` | `TxParameters` | Optional transaction parameters | +| Name | Type | Description | +| :------------------- | :-------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------- | +| `metadata` | [`MetaData`](../interfaces/MetaData.md) | The metadata associated with the NFT. | +| `publisher` | [`Account`](Account.md) | The account of the creator od the NFT. | +| `cap` | `default` | The max number of nfts. | +| `royaltyAttributes` | `RoyaltyAttributes` | The royalties associated with the NFT. | +| `assetPrice` | `default` | The sales reward distribution. | +| `nftAmount` | `default` | The amount of NFTs that an address needs to hold in order to access the DID's protected assets. Leave it undefined and it will default to 1. | +| `erc20TokenAddress?` | `string` | The ERC-20 Token used to price the NFT. | +| `preMint?` | `boolean` | Set to true to mint _nftAmount_ during creation. | +| `nftMetadata?` | `string` | Url to the NFT metadata. | +| `appId?` | `string` | The id of the application creating the NFT. | +| `txParams?` | `TxParameters` | Optional transaction parameters | #### Returns @@ -426,7 +426,7 @@ The newly registered [DDO](DDO.md). [src/nevermined/Nfts.ts:64](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nfts.ts#L64) -___ +--- ### create721 @@ -442,19 +442,19 @@ Create a new Nevermined NFT-721. #### Parameters -| Name | Type | Default value | Description | -| :------ | :------ | :------ | :------ | -| `metadata` | [`MetaData`](../interfaces/MetaData.md) | `undefined` | The metadata associated with the NFT. | -| `publisher` | [`Account`](Account.md) | `undefined` | The account of the creator od the NFT. | -| `assetPrice` | `default` | `undefined` | The sales reward distribution. | -| `nftTokenAddress` | `string` | `undefined` | The address of the ERC-721 contract | -| `erc20TokenAddress?` | `string` | `undefined` | The ERC-20 Token used to price the NFT. | -| `royaltyAttributes?` | `RoyaltyAttributes` | `undefined` | The royalties associated with the NFT. | -| `nftMetadata?` | `string` | `undefined` | Url to the NFT metadata. | -| `nftTransfer` | `boolean` | `true` | TODO | -| `duration` | `number` | `0` | TODO | -| `appId?` | `string` | `undefined` | Id of the application creating this NFT. | -| `txParams?` | `TxParameters` | `undefined` | Optional transaction parameters | +| Name | Type | Default value | Description | +| :------------------- | :-------------------------------------- | :------------ | :--------------------------------------- | +| `metadata` | [`MetaData`](../interfaces/MetaData.md) | `undefined` | The metadata associated with the NFT. | +| `publisher` | [`Account`](Account.md) | `undefined` | The account of the creator od the NFT. | +| `assetPrice` | `default` | `undefined` | The sales reward distribution. | +| `nftTokenAddress` | `string` | `undefined` | The address of the ERC-721 contract | +| `erc20TokenAddress?` | `string` | `undefined` | The ERC-20 Token used to price the NFT. | +| `royaltyAttributes?` | `RoyaltyAttributes` | `undefined` | The royalties associated with the NFT. | +| `nftMetadata?` | `string` | `undefined` | Url to the NFT metadata. | +| `nftTransfer` | `boolean` | `true` | TODO | +| `duration` | `number` | `0` | TODO | +| `appId?` | `string` | `undefined` | Id of the application creating this NFT. | +| `txParams?` | `TxParameters` | `undefined` | Optional transaction parameters | #### Returns @@ -466,7 +466,7 @@ The newly registered [DDO](DDO.md). [src/nevermined/Nfts.ts:173](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nfts.ts#L173) -___ +--- ### createWithRoyalties @@ -482,20 +482,20 @@ Create a new Nevermined NFT with royalties. #### Parameters -| Name | Type | Default value | Description | -| :------ | :------ | :------ | :------ | -| `metadata` | [`MetaData`](../interfaces/MetaData.md) | `undefined` | The metadata associated with the NFT. | -| `publisher` | [`Account`](Account.md) | `undefined` | The account of the creator od the NFT. | -| `cap` | `default` | `undefined` | The max number of nfts. | -| `royaltyAttributes` | `RoyaltyAttributes` | `undefined` | The royalties associated with the NFT. | -| `assetPrice` | `default` | `undefined` | The sales reward distribution. | -| `nftAmount` | `default` | `undefined` | The amount of NFTs that an address needs to hold in order to access the DID's protected assets. Leave it undefined and it will default to 1. | -| `erc20TokenAddress?` | `string` | `undefined` | The ERC-20 Token used to price the NFT. | -| `preMint?` | `boolean` | `undefined` | Set to true to mint _nftAmount_ during creation. | -| `nftMetadata?` | `string` | `undefined` | Url to the NFT metadata. | -| `nftType` | `NeverminedNFTType` | `NeverminedNFT1155Type.nft1155` | - | -| `appId?` | `string` | `undefined` | The id of the application creating the NFT. | -| `txParams?` | `TxParameters` | `undefined` | Optional transaction parameters | +| Name | Type | Default value | Description | +| :------------------- | :-------------------------------------- | :------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------- | +| `metadata` | [`MetaData`](../interfaces/MetaData.md) | `undefined` | The metadata associated with the NFT. | +| `publisher` | [`Account`](Account.md) | `undefined` | The account of the creator od the NFT. | +| `cap` | `default` | `undefined` | The max number of nfts. | +| `royaltyAttributes` | `RoyaltyAttributes` | `undefined` | The royalties associated with the NFT. | +| `assetPrice` | `default` | `undefined` | The sales reward distribution. | +| `nftAmount` | `default` | `undefined` | The amount of NFTs that an address needs to hold in order to access the DID's protected assets. Leave it undefined and it will default to 1. | +| `erc20TokenAddress?` | `string` | `undefined` | The ERC-20 Token used to price the NFT. | +| `preMint?` | `boolean` | `undefined` | Set to true to mint _nftAmount_ during creation. | +| `nftMetadata?` | `string` | `undefined` | Url to the NFT metadata. | +| `nftType` | `NeverminedNFTType` | `NeverminedNFT1155Type.nft1155` | - | +| `appId?` | `string` | `undefined` | The id of the application creating the NFT. | +| `txParams?` | `TxParameters` | `undefined` | Optional transaction parameters | #### Returns @@ -507,11 +507,11 @@ The newly registered [DDO](DDO.md). [src/nevermined/Nfts.ts:119](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nfts.ts#L119) -___ +--- ### details -▸ **details**(`did`): `Promise`<{ `blockNumberUpdated`: `number` ; `lastChecksum`: `any` ; `lastUpdatedBy`: `any` ; `mintCap`: `number` ; `nftSupply`: `number` ; `owner`: `any` ; `providers`: `any` ; `royalties`: `number` ; `royaltyScheme`: `RoyaltyKind` ; `url`: `any` }\> +▸ **details**(`did`): `Promise`<{ `blockNumberUpdated`: `number` ; `lastChecksum`: `any` ; `lastUpdatedBy`: `any` ; `mintCap`: `number` ; `nftSupply`: `number` ; `owner`: `any` ; `providers`: `any` ; `royalties`: `number` ; `royaltyScheme`: `RoyaltyKind` ; `url`: `any` }\> Get the details of an NFT @@ -523,13 +523,13 @@ Get the details of an NFT #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :---- | :------- | :--------------------------------------------- | | `did` | `string` | The Decentralized Identifier of the NFT asset. | #### Returns -`Promise`<{ `blockNumberUpdated`: `number` ; `lastChecksum`: `any` ; `lastUpdatedBy`: `any` ; `mintCap`: `number` ; `nftSupply`: `number` ; `owner`: `any` ; `providers`: `any` ; `royalties`: `number` ; `royaltyScheme`: `RoyaltyKind` ; `url`: `any` }\> +`Promise`<{ `blockNumberUpdated`: `number` ; `lastChecksum`: `any` ; `lastUpdatedBy`: `any` ; `mintCap`: `number` ; `nftSupply`: `number` ; `owner`: `any` ; `providers`: `any` ; `royalties`: `number` ; `royaltyScheme`: `RoyaltyKind` ; `url`: `any` }\> The details of the NFT. @@ -537,7 +537,7 @@ The details of the NFT. [src/nevermined/Nfts.ts:693](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nfts.ts#L693) -___ +--- ### downloadFiles @@ -545,13 +545,13 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `ddo` | [`DDO`](DDO.md) | -| `consumer` | [`Account`](Account.md) | -| `destination?` | `string` | -| `index?` | `number` | +| Name | Type | +| :------------- | :---------------------- | +| `agreementId` | `string` | +| `ddo` | [`DDO`](DDO.md) | +| `consumer` | [`Account`](Account.md) | +| `destination?` | `string` | +| `index?` | `number` | #### Returns @@ -561,7 +561,7 @@ ___ [src/nevermined/Nfts.ts:752](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nfts.ts#L752) -___ +--- ### findSigner @@ -569,8 +569,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -585,7 +585,7 @@ Instantiable.findSigner [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### getNftContractAddress @@ -601,8 +601,8 @@ Get the NFT contract address associated with a Nevermined asset. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :---- | :-------------- | :-------------------- | | `ddo` | [`DDO`](DDO.md) | The DDO of the asset. | #### Returns @@ -615,7 +615,7 @@ The NFT contract address. [src/nevermined/Nfts.ts:739](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nfts.ts#L739) -___ +--- ### listOnSecondaryMarkets @@ -636,14 +636,14 @@ Thrown if there is an error listing the NFT. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `ddo` | [`DDO`](DDO.md) | The DDO of the asset. | -| `assetPrice` | `default` | The current setup of asset rewards. | -| `nftAmount` | `default` | The number of NFTs put up for secondary sale. | -| `provider` | `string` | The address that will be the provider of the secondary sale. | -| `token` | `default` | - | -| `owner` | `string` | The account of the current owner. | +| Name | Type | Description | +| :----------- | :-------------- | :----------------------------------------------------------- | +| `ddo` | [`DDO`](DDO.md) | The DDO of the asset. | +| `assetPrice` | `default` | The current setup of asset rewards. | +| `nftAmount` | `default` | The number of NFTs put up for secondary sale. | +| `provider` | `string` | The address that will be the provider of the secondary sale. | +| `token` | `default` | - | +| `owner` | `string` | The account of the current owner. | #### Returns @@ -655,7 +655,7 @@ the agreementId of the secondary sale. [src/nevermined/Nfts.ts:859](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nfts.ts#L859) -___ +--- ### mint @@ -675,12 +675,12 @@ This function can be called multiple times as long as the minting does not excee #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `did` | `string` | The Decentralized Identifier of the NFT asset. | -| `nftAmount` | `default` | The amount of NFTs to mint. | -| `publisher` | [`Account`](Account.md) | The account of the publisher of the NFT. | -| `params?` | `TxParameters` | Optional transaction parameters. | +| Name | Type | Description | +| :---------- | :---------------------- | :--------------------------------------------- | +| `did` | `string` | The Decentralized Identifier of the NFT asset. | +| `nftAmount` | `default` | The amount of NFTs to mint. | +| `publisher` | [`Account`](Account.md) | The account of the publisher of the NFT. | +| `params?` | `TxParameters` | Optional transaction parameters. | #### Returns @@ -692,7 +692,7 @@ The ethers.ContractReceipt [src/nevermined/Nfts.ts:224](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nfts.ts#L224) -___ +--- ### order @@ -713,12 +713,12 @@ from the publisher. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `did` | `string` | The Decentralized Identifier of the NFT asset. | -| `nftAmount` | `default` | The amount of NFTs to buy. | -| `consumer` | [`Account`](Account.md) | The account of the NFT buyer. | -| `txParams?` | `TxParameters` | Optional transaction parameters. | +| Name | Type | Description | +| :---------- | :---------------------- | :--------------------------------------------- | +| `did` | `string` | The Decentralized Identifier of the NFT asset. | +| `nftAmount` | `default` | The amount of NFTs to buy. | +| `consumer` | [`Account`](Account.md) | The account of the NFT buyer. | +| `txParams?` | `TxParameters` | Optional transaction parameters. | #### Returns @@ -730,7 +730,7 @@ The agreement ID. [src/nevermined/Nfts.ts:291](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nfts.ts#L291) -___ +--- ### order721 @@ -751,11 +751,11 @@ from the publisher. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `did` | `string` | The Decentralized Identifier of the NFT asset. | -| `consumer` | [`Account`](Account.md) | The account of the NFT buyer. | -| `txParams?` | `TxParameters` | Optional transaction parameters. | +| Name | Type | Description | +| :---------- | :---------------------- | :--------------------------------------------- | +| `did` | `string` | The Decentralized Identifier of the NFT asset. | +| `consumer` | [`Account`](Account.md) | The account of the NFT buyer. | +| `txParams?` | `TxParameters` | Optional transaction parameters. | #### Returns @@ -767,7 +767,7 @@ The agreement ID. [src/nevermined/Nfts.ts:340](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nfts.ts#L340) -___ +--- ### ownerOf @@ -783,11 +783,11 @@ Get the owner of the NFT #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `did` | `string` | The Decentralized identifier of the NFT asset. | -| `nftTokenAddress` | `string` | The address of the ERC-721 contract. | -| `agreementId?` | `string` | The NFT sales agreement id. | +| Name | Type | Description | +| :---------------- | :------- | :--------------------------------------------- | +| `did` | `string` | The Decentralized identifier of the NFT asset. | +| `nftTokenAddress` | `string` | The address of the ERC-721 contract. | +| `agreementId?` | `string` | The NFT sales agreement id. | #### Returns @@ -799,7 +799,7 @@ The address of the NFT owner. [src/nevermined/Nfts.ts:663](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nfts.ts#L663) -___ +--- ### release721Rewards @@ -824,12 +824,12 @@ Thrown if there is an error releasing the rewards. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementId` | `string` | The NFT sales agreement id. | -| `did` | `string` | The Decentralized identifier of the NFT asset. | -| `publisher` | [`Account`](Account.md) | The current owner of the NFTs. | -| `txParams?` | `TxParameters` | Optional transaction parameters. | +| Name | Type | Description | +| :------------ | :---------------------- | :--------------------------------------------- | +| `agreementId` | `string` | The NFT sales agreement id. | +| `did` | `string` | The Decentralized identifier of the NFT asset. | +| `publisher` | [`Account`](Account.md) | The current owner of the NFTs. | +| `txParams?` | `TxParameters` | Optional transaction parameters. | #### Returns @@ -841,7 +841,7 @@ true if the funds release was successful. [src/nevermined/Nfts.ts:574](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nfts.ts#L574) -___ +--- ### releaseRewards @@ -866,13 +866,13 @@ Thrown if there is an error releasing the rewards #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementId` | `string` | The NFT sales agreement id. | -| `did` | `string` | The Decentralized identifier of the NFT asset. | -| `nftAmount` | `default` | The amount of NFTs to transfer. | -| `publisher` | [`Account`](Account.md) | The current owner of the NFTs. | -| `txParams?` | `TxParameters` | Optional transaction parameters. | +| Name | Type | Description | +| :------------ | :---------------------- | :--------------------------------------------- | +| `agreementId` | `string` | The NFT sales agreement id. | +| `did` | `string` | The Decentralized identifier of the NFT asset. | +| `nftAmount` | `default` | The amount of NFTs to transfer. | +| `publisher` | [`Account`](Account.md) | The current owner of the NFTs. | +| `txParams?` | `TxParameters` | Optional transaction parameters. | #### Returns @@ -884,7 +884,7 @@ true if the funds release was successful. [src/nevermined/Nfts.ts:526](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nfts.ts#L526) -___ +--- ### releaseSecondaryMarketRewards @@ -905,12 +905,12 @@ Thrown if there is an error releasing the rewards. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `owner` | [`Account`](Account.md) | The owner account. | -| `consumer` | [`Account`](Account.md) | - | -| `agreementIdSeed` | `string` | - | -| `params?` | `TxParameters` | - | +| Name | Type | Description | +| :---------------- | :---------------------- | :----------------- | +| `owner` | [`Account`](Account.md) | The owner account. | +| `consumer` | [`Account`](Account.md) | - | +| `agreementIdSeed` | `string` | - | +| `params?` | `TxParameters` | - | #### Returns @@ -922,7 +922,7 @@ true if the transaction was successful. [src/nevermined/Nfts.ts:997](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nfts.ts#L997) -___ +--- ### setApprovalForAll @@ -942,11 +942,11 @@ Enable or disable NFT transfer rights for an operator. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `operatorAddress` | `string` | The address that of the operator we want to give transfer rights to. | -| `approved` | `boolean` | Give or remove transfer rights from the operator. | -| `from` | [`Account`](Account.md) | The account that wants to give transfer rights to the operator. | +| Name | Type | Description | +| :---------------- | :---------------------- | :------------------------------------------------------------------- | +| `operatorAddress` | `string` | The address that of the operator we want to give transfer rights to. | +| `approved` | `boolean` | Give or remove transfer rights from the operator. | +| `from` | [`Account`](Account.md) | The account that wants to give transfer rights to the operator. | #### Returns @@ -958,7 +958,7 @@ The ethers.ContractReceipt [src/nevermined/Nfts.ts:822](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nfts.ts#L822) -___ +--- ### setInstanceConfig @@ -966,8 +966,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -982,7 +982,7 @@ Instantiable.setInstanceConfig [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### transfer @@ -1008,13 +1008,13 @@ Thrown if there is an error transferring the NFT #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementId` | `string` | The NFT sales agreement id. | -| `did` | `string` | The Decentralized identifier of the NFT asset. | -| `nftAmount` | `default` | The number of NFTs to transfer. | -| `publisher` | [`Account`](Account.md) | The current owner of the NFTs. | -| `txParams?` | `TxParameters` | Optional transaction parameters. | +| Name | Type | Description | +| :------------ | :---------------------- | :--------------------------------------------- | +| `agreementId` | `string` | The NFT sales agreement id. | +| `did` | `string` | The Decentralized identifier of the NFT asset. | +| `nftAmount` | `default` | The number of NFTs to transfer. | +| `publisher` | [`Account`](Account.md) | The current owner of the NFTs. | +| `txParams?` | `TxParameters` | Optional transaction parameters. | #### Returns @@ -1026,7 +1026,7 @@ true if the transfer was successful. [src/nevermined/Nfts.ts:394](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nfts.ts#L394) -___ +--- ### transfer721 @@ -1052,12 +1052,12 @@ Thrown if there is an error transferring the NFT #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementId` | `string` | The NFT sales agreement id. | -| `did` | `string` | The Decentralized identifier of the NFT asset. | -| `publisher` | [`Account`](Account.md) | The current owner of the NFTs. | -| `txParams?` | `TxParameters` | Optional transaction parameters. | +| Name | Type | Description | +| :------------ | :---------------------- | :--------------------------------------------- | +| `agreementId` | `string` | The NFT sales agreement id. | +| `did` | `string` | The Decentralized identifier of the NFT asset. | +| `publisher` | [`Account`](Account.md) | The current owner of the NFTs. | +| `txParams?` | `TxParameters` | Optional transaction parameters. | #### Returns @@ -1069,7 +1069,7 @@ true if the transfer was successful. [src/nevermined/Nfts.ts:481](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nfts.ts#L481) -___ +--- ### transferForDelegate @@ -1094,13 +1094,13 @@ as soon as the payment is made #### Parameters -| Name | Type | Default value | Description | -| :------ | :------ | :------ | :------ | -| `agreementId` | `string` | `undefined` | The NFT sales agreement id. | -| `nftHolder` | `string` | `undefined` | The address of the current owner of the NFT. | -| `nftReceiver` | `string` | `undefined` | The address where the NFT should be transferred. | -| `nftAmount` | `default` | `undefined` | The amount of NFTs to transfer. | -| `ercType` | `ERCType` | `1155` | The Type of the NFT ERC (1155 or 721). | +| Name | Type | Default value | Description | +| :------------ | :-------- | :------------ | :----------------------------------------------- | +| `agreementId` | `string` | `undefined` | The NFT sales agreement id. | +| `nftHolder` | `string` | `undefined` | The address of the current owner of the NFT. | +| `nftReceiver` | `string` | `undefined` | The address where the NFT should be transferred. | +| `nftAmount` | `default` | `undefined` | The amount of NFTs to transfer. | +| `ercType` | `ERCType` | `1155` | The Type of the NFT ERC (1155 or 721). | #### Returns @@ -1112,7 +1112,7 @@ true if the transfer was successful. [src/nevermined/Nfts.ts:443](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nfts.ts#L443) -___ +--- ### addressesStatic @@ -1120,10 +1120,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1137,7 +1137,7 @@ Instantiable.addressesStatic [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1145,11 +1145,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1163,7 +1163,7 @@ Instantiable.findSignerStatic [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1171,8 +1171,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1187,7 +1187,7 @@ Instantiable.getInstance [src/nevermined/Nfts.ts:36](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Nfts.ts#L36) -___ +--- ### setInstanceConfig @@ -1195,15 +1195,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/conditions.AaveBorrowCondition.md b/docs/api-reference/classes/conditions.AaveBorrowCondition.md index 994753fd9..67a659207 100644 --- a/docs/api-reference/classes/conditions.AaveBorrowCondition.md +++ b/docs/api-reference/classes/conditions.AaveBorrowCondition.md @@ -78,8 +78,8 @@ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -104,7 +104,7 @@ [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -118,7 +118,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -132,7 +132,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -164,7 +164,7 @@ ProviderCondition.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -182,7 +182,7 @@ ProviderCondition.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -200,7 +200,7 @@ ProviderCondition.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -218,7 +218,7 @@ ProviderCondition.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -236,7 +236,7 @@ ProviderCondition.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -254,7 +254,7 @@ ProviderCondition.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -272,7 +272,7 @@ ProviderCondition.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -298,11 +298,11 @@ ProviderCondition.web3 #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------ | :---------------------- | +| `agreementId` | `string` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -316,7 +316,7 @@ ProviderCondition.web3 [src/keeper/contracts/conditions/Condition.abstract.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L97) -___ +--- ### addresses @@ -334,7 +334,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### call @@ -343,15 +343,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -366,7 +366,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -376,8 +376,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -394,7 +394,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -402,8 +402,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -418,7 +418,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### fulfill @@ -426,16 +426,16 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `vaultAddress` | `string` | -| `assetToBorrow` | `string` | -| `amount` | `string` | -| `interestRateMode` | `number` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :----------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `vaultAddress` | `string` | +| `assetToBorrow` | `string` | +| `amount` | `string` | +| `interestRateMode` | `number` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -449,7 +449,7 @@ ___ [src/keeper/contracts/defi/AaveBorrowCondition.ts:62](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveBorrowCondition.ts#L62) -___ +--- ### fulfillGateway @@ -457,12 +457,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | -| `additionalParams` | `Record`<`string`, `unknown`\> | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :----------------- | :---------------------------------------------------------------------------------------------------- | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | +| `additionalParams` | `Record`<`string`, `unknown`\> | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -476,7 +476,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:204](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L204) -___ +--- ### fulfillInstance @@ -484,13 +484,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | -| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :----------------- | :---------------------------------------------------------------------------------------------------- | :------------ | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | +| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -504,7 +504,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:162](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L162) -___ +--- ### fulfillPlain @@ -512,13 +512,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `agreementId` | `string` | `undefined` | -| `args` | `any`[] | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :------------ | :------------------------------------------------------------ | :------------ | +| `agreementId` | `string` | `undefined` | +| `args` | `any`[] | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -532,7 +532,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L69) -___ +--- ### gatewayMethod @@ -550,7 +550,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:221](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L221) -___ +--- ### generateId @@ -558,10 +558,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -575,7 +575,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:83](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L83) -___ +--- ### generateIdHash @@ -583,10 +583,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `...values` | `any`[] | +| `...values` | `any`[] | #### Returns @@ -600,7 +600,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:79](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L79) -___ +--- ### generateIdWithSeed @@ -608,10 +608,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -625,7 +625,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L87) -___ +--- ### getAddress @@ -643,7 +643,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getConditionFulfilledEvent @@ -651,8 +651,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns @@ -667,7 +667,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:101](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L101) -___ +--- ### getContract @@ -685,7 +685,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -693,8 +693,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -709,7 +709,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -717,8 +717,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -733,7 +733,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getSignatureOfMethod @@ -741,10 +741,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -758,7 +758,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### hashValues @@ -766,8 +766,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -782,7 +782,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:141](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L141) -___ +--- ### hashValuesPlain @@ -790,8 +790,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -806,7 +806,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:145](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L145) -___ +--- ### init @@ -814,10 +814,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -831,7 +831,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instance @@ -839,10 +839,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | +| Name | Type | +| :------------ | :-------------------------------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | #### Returns @@ -856,7 +856,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:184](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L184) -___ +--- ### instanceFromDDO @@ -864,11 +864,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `ctx` | `AaveBorrowConditionContext` | -| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | +| Name | Type | +| :------------ | :------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `ctx` | `AaveBorrowConditionContext` | +| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | #### Returns @@ -882,7 +882,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:154](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L154) -___ +--- ### params @@ -890,12 +890,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `did` | `string` | -| `vaultAddress` | `string` | -| `assetToBorrow` | `string` | -| `amount` | `string` | +| Name | Type | +| :----------------- | :------- | +| `did` | `string` | +| `vaultAddress` | `string` | +| `assetToBorrow` | `string` | +| `amount` | `string` | | `interestRateMode` | `number` | #### Returns @@ -910,7 +910,7 @@ ___ [src/keeper/contracts/defi/AaveBorrowCondition.ts:30](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveBorrowCondition.ts#L30) -___ +--- ### paramsFromDDO @@ -918,8 +918,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------------ | :--------------------------- | | `__namedParameters` | `AaveBorrowConditionContext` | #### Returns @@ -934,7 +934,7 @@ ___ [src/keeper/contracts/defi/AaveBorrowCondition.ts:46](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveBorrowCondition.ts#L46) -___ +--- ### send @@ -942,11 +942,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -961,7 +961,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -969,12 +969,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -988,7 +988,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### setInstanceConfig @@ -996,8 +996,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1012,7 +1012,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### addressesStatic @@ -1020,10 +1020,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1037,7 +1037,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1045,11 +1045,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1063,7 +1063,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1071,8 +1071,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1087,7 +1087,7 @@ ___ [src/keeper/contracts/defi/AaveBorrowCondition.ts:19](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveBorrowCondition.ts#L19) -___ +--- ### setInstanceConfig @@ -1095,15 +1095,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/conditions.AaveCollateralDepositCondition.md b/docs/api-reference/classes/conditions.AaveCollateralDepositCondition.md index b55bc1330..3c667130b 100644 --- a/docs/api-reference/classes/conditions.AaveCollateralDepositCondition.md +++ b/docs/api-reference/classes/conditions.AaveCollateralDepositCondition.md @@ -78,8 +78,8 @@ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -104,7 +104,7 @@ [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -118,7 +118,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -132,7 +132,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -164,7 +164,7 @@ ProviderCondition.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -182,7 +182,7 @@ ProviderCondition.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -200,7 +200,7 @@ ProviderCondition.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -218,7 +218,7 @@ ProviderCondition.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -236,7 +236,7 @@ ProviderCondition.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -254,7 +254,7 @@ ProviderCondition.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -272,7 +272,7 @@ ProviderCondition.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -298,11 +298,11 @@ ProviderCondition.web3 #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------ | :---------------------- | +| `agreementId` | `string` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -316,7 +316,7 @@ ProviderCondition.web3 [src/keeper/contracts/conditions/Condition.abstract.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L97) -___ +--- ### addresses @@ -334,7 +334,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### call @@ -343,15 +343,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -366,7 +366,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -376,8 +376,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -394,7 +394,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -402,8 +402,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -418,7 +418,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### fulfill @@ -426,18 +426,18 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `vaultAddress` | `string` | -| `collateralAsset` | `string` | -| `collateralAmount` | `string` | -| `delegatedAsset` | `string` | -| `delegatedAmount` | `string` | -| `interestRateMode` | `number` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :----------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `vaultAddress` | `string` | +| `collateralAsset` | `string` | +| `collateralAmount` | `string` | +| `delegatedAsset` | `string` | +| `delegatedAmount` | `string` | +| `interestRateMode` | `number` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -451,7 +451,7 @@ ___ [src/keeper/contracts/defi/AaveCollateralDepositCondition.ts:71](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveCollateralDepositCondition.ts#L71) -___ +--- ### fulfillGateway @@ -459,12 +459,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | -| `additionalParams` | `Record`<`string`, `unknown`\> | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :----------------- | :---------------------------------------------------------------------------------------------------- | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | +| `additionalParams` | `Record`<`string`, `unknown`\> | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -478,7 +478,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:204](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L204) -___ +--- ### fulfillInstance @@ -486,13 +486,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | -| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :----------------- | :---------------------------------------------------------------------------------------------------- | :------------ | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | +| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -506,7 +506,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:162](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L162) -___ +--- ### fulfillPlain @@ -514,13 +514,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `agreementId` | `string` | `undefined` | -| `args` | `any`[] | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :------------ | :------------------------------------------------------------ | :------------ | +| `agreementId` | `string` | `undefined` | +| `args` | `any`[] | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -534,7 +534,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L69) -___ +--- ### gatewayMethod @@ -552,7 +552,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:221](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L221) -___ +--- ### generateId @@ -560,10 +560,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -577,7 +577,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:83](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L83) -___ +--- ### generateIdHash @@ -585,10 +585,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `...values` | `any`[] | +| `...values` | `any`[] | #### Returns @@ -602,7 +602,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:79](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L79) -___ +--- ### generateIdWithSeed @@ -610,10 +610,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -627,7 +627,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L87) -___ +--- ### getAddress @@ -645,7 +645,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getConditionFulfilledEvent @@ -653,8 +653,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns @@ -669,7 +669,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:101](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L101) -___ +--- ### getContract @@ -687,7 +687,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -695,8 +695,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -711,7 +711,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -719,8 +719,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -735,7 +735,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getSignatureOfMethod @@ -743,10 +743,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -760,7 +760,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### hashValues @@ -768,8 +768,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -784,7 +784,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:141](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L141) -___ +--- ### hashValuesPlain @@ -792,8 +792,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -808,7 +808,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:145](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L145) -___ +--- ### init @@ -816,10 +816,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -833,7 +833,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instance @@ -841,10 +841,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | +| Name | Type | +| :------------ | :-------------------------------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | #### Returns @@ -858,7 +858,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:184](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L184) -___ +--- ### instanceFromDDO @@ -866,11 +866,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `ctx` | `AaveCollateralDepositConditionContext` | -| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | +| Name | Type | +| :------------ | :------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `ctx` | `AaveCollateralDepositConditionContext` | +| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | #### Returns @@ -884,7 +884,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:154](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L154) -___ +--- ### params @@ -892,14 +892,14 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `did` | `string` | -| `vaultAddress` | `string` | -| `collateralAsset` | `string` | +| Name | Type | +| :----------------- | :------- | +| `did` | `string` | +| `vaultAddress` | `string` | +| `collateralAsset` | `string` | | `collateralAmount` | `string` | -| `delegatedAsset` | `string` | -| `delegatedAmount` | `string` | +| `delegatedAsset` | `string` | +| `delegatedAmount` | `string` | | `interestRateMode` | `number` | #### Returns @@ -914,7 +914,7 @@ ___ [src/keeper/contracts/defi/AaveCollateralDepositCondition.ts:32](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveCollateralDepositCondition.ts#L32) -___ +--- ### paramsFromDDO @@ -922,8 +922,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------------ | :-------------------------------------- | | `__namedParameters` | `AaveCollateralDepositConditionContext` | #### Returns @@ -938,7 +938,7 @@ ___ [src/keeper/contracts/defi/AaveCollateralDepositCondition.ts:51](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveCollateralDepositCondition.ts#L51) -___ +--- ### send @@ -946,11 +946,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -965,7 +965,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -973,12 +973,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -992,7 +992,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### setInstanceConfig @@ -1000,8 +1000,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1016,7 +1016,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### addressesStatic @@ -1024,10 +1024,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1041,7 +1041,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1049,11 +1049,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1067,7 +1067,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1075,8 +1075,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1091,7 +1091,7 @@ ___ [src/keeper/contracts/defi/AaveCollateralDepositCondition.ts:21](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveCollateralDepositCondition.ts#L21) -___ +--- ### setInstanceConfig @@ -1099,15 +1099,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/conditions.AaveCollateralWithdrawCondition.md b/docs/api-reference/classes/conditions.AaveCollateralWithdrawCondition.md index 1da97a9f7..3aa2bc6c9 100644 --- a/docs/api-reference/classes/conditions.AaveCollateralWithdrawCondition.md +++ b/docs/api-reference/classes/conditions.AaveCollateralWithdrawCondition.md @@ -78,8 +78,8 @@ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -104,7 +104,7 @@ [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -118,7 +118,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -132,7 +132,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -164,7 +164,7 @@ ProviderCondition.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -182,7 +182,7 @@ ProviderCondition.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -200,7 +200,7 @@ ProviderCondition.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -218,7 +218,7 @@ ProviderCondition.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -236,7 +236,7 @@ ProviderCondition.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -254,7 +254,7 @@ ProviderCondition.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -272,7 +272,7 @@ ProviderCondition.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -298,11 +298,11 @@ ProviderCondition.web3 #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------ | :---------------------- | +| `agreementId` | `string` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -316,7 +316,7 @@ ProviderCondition.web3 [src/keeper/contracts/conditions/Condition.abstract.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L97) -___ +--- ### addresses @@ -334,7 +334,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### call @@ -343,15 +343,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -366,7 +366,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -376,8 +376,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -394,7 +394,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -402,8 +402,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -418,7 +418,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### fulfill @@ -426,14 +426,14 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `vaultAddress` | `string` | -| `collateralAsset` | `string` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :---------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `vaultAddress` | `string` | +| `collateralAsset` | `string` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -447,7 +447,7 @@ ___ [src/keeper/contracts/defi/AaveCollateralWithdrawCondition.ts:40](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveCollateralWithdrawCondition.ts#L40) -___ +--- ### fulfillGateway @@ -455,12 +455,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | -| `additionalParams` | `Record`<`string`, `unknown`\> | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :----------------- | :---------------------------------------------------------------------------------------------------- | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | +| `additionalParams` | `Record`<`string`, `unknown`\> | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -474,7 +474,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:204](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L204) -___ +--- ### fulfillInstance @@ -482,13 +482,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | -| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :----------------- | :---------------------------------------------------------------------------------------------------- | :------------ | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | +| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -502,7 +502,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:162](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L162) -___ +--- ### fulfillPlain @@ -510,13 +510,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `agreementId` | `string` | `undefined` | -| `args` | `any`[] | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :------------ | :------------------------------------------------------------ | :------------ | +| `agreementId` | `string` | `undefined` | +| `args` | `any`[] | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -530,7 +530,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L69) -___ +--- ### gatewayMethod @@ -548,7 +548,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:221](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L221) -___ +--- ### generateId @@ -556,10 +556,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -573,7 +573,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:83](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L83) -___ +--- ### generateIdHash @@ -581,10 +581,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `...values` | `any`[] | +| `...values` | `any`[] | #### Returns @@ -598,7 +598,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:79](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L79) -___ +--- ### generateIdWithSeed @@ -606,10 +606,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -623,7 +623,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L87) -___ +--- ### getAddress @@ -641,7 +641,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getConditionFulfilledEvent @@ -649,8 +649,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns @@ -665,7 +665,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:101](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L101) -___ +--- ### getContract @@ -683,7 +683,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -691,8 +691,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -707,7 +707,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -715,8 +715,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -731,7 +731,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getSignatureOfMethod @@ -739,10 +739,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -756,7 +756,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### hashValues @@ -764,8 +764,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -780,7 +780,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:141](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L141) -___ +--- ### hashValuesPlain @@ -788,8 +788,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -804,7 +804,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:145](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L145) -___ +--- ### init @@ -812,10 +812,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -829,7 +829,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instance @@ -837,10 +837,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | +| Name | Type | +| :------------ | :-------------------------------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | #### Returns @@ -854,7 +854,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:184](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L184) -___ +--- ### instanceFromDDO @@ -862,11 +862,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `ctx` | `AaveCollateralWithdrawConditionContext` | -| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | +| Name | Type | +| :------------ | :------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `ctx` | `AaveCollateralWithdrawConditionContext` | +| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | #### Returns @@ -880,7 +880,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:154](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L154) -___ +--- ### params @@ -888,10 +888,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `did` | `string` | -| `vaultAddress` | `string` | +| Name | Type | +| :---------------- | :------- | +| `did` | `string` | +| `vaultAddress` | `string` | | `collateralAsset` | `string` | #### Returns @@ -906,7 +906,7 @@ ___ [src/keeper/contracts/defi/AaveCollateralWithdrawCondition.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveCollateralWithdrawCondition.ts#L28) -___ +--- ### paramsFromDDO @@ -914,8 +914,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------------ | :--------------------------------------- | | `__namedParameters` | `AaveCollateralWithdrawConditionContext` | #### Returns @@ -930,7 +930,7 @@ ___ [src/keeper/contracts/defi/AaveCollateralWithdrawCondition.ts:32](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveCollateralWithdrawCondition.ts#L32) -___ +--- ### send @@ -938,11 +938,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -957,7 +957,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -965,12 +965,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -984,7 +984,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### setInstanceConfig @@ -992,8 +992,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1008,7 +1008,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### addressesStatic @@ -1016,10 +1016,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1033,7 +1033,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1041,11 +1041,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1059,7 +1059,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1067,8 +1067,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1083,7 +1083,7 @@ ___ [src/keeper/contracts/defi/AaveCollateralWithdrawCondition.ts:17](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveCollateralWithdrawCondition.ts#L17) -___ +--- ### setInstanceConfig @@ -1091,15 +1091,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/conditions.AaveRepayCondition.md b/docs/api-reference/classes/conditions.AaveRepayCondition.md index bba88051c..f6886709e 100644 --- a/docs/api-reference/classes/conditions.AaveRepayCondition.md +++ b/docs/api-reference/classes/conditions.AaveRepayCondition.md @@ -78,8 +78,8 @@ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -104,7 +104,7 @@ [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -118,7 +118,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -132,7 +132,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -164,7 +164,7 @@ ProviderCondition.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -182,7 +182,7 @@ ProviderCondition.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -200,7 +200,7 @@ ProviderCondition.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -218,7 +218,7 @@ ProviderCondition.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -236,7 +236,7 @@ ProviderCondition.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -254,7 +254,7 @@ ProviderCondition.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -272,7 +272,7 @@ ProviderCondition.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -298,11 +298,11 @@ ProviderCondition.web3 #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------ | :---------------------- | +| `agreementId` | `string` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -316,7 +316,7 @@ ProviderCondition.web3 [src/keeper/contracts/conditions/Condition.abstract.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L97) -___ +--- ### addresses @@ -334,7 +334,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### call @@ -343,15 +343,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -366,7 +366,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -376,8 +376,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -394,7 +394,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -402,8 +402,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -418,7 +418,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### fulfill @@ -426,16 +426,16 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `vaultAddress` | `string` | -| `assetToRepay` | `string` | -| `amountToRepay` | `string` | -| `interestRateMode` | `number` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :----------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `vaultAddress` | `string` | +| `assetToRepay` | `string` | +| `amountToRepay` | `string` | +| `interestRateMode` | `number` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -449,7 +449,7 @@ ___ [src/keeper/contracts/defi/AaveRepayCondition.ts:61](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveRepayCondition.ts#L61) -___ +--- ### fulfillGateway @@ -457,12 +457,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | -| `additionalParams` | `Record`<`string`, `unknown`\> | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :----------------- | :---------------------------------------------------------------------------------------------------- | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | +| `additionalParams` | `Record`<`string`, `unknown`\> | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -476,7 +476,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:204](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L204) -___ +--- ### fulfillInstance @@ -484,13 +484,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | -| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :----------------- | :---------------------------------------------------------------------------------------------------- | :------------ | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | +| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -504,7 +504,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:162](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L162) -___ +--- ### fulfillPlain @@ -512,13 +512,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `agreementId` | `string` | `undefined` | -| `args` | `any`[] | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :------------ | :------------------------------------------------------------ | :------------ | +| `agreementId` | `string` | `undefined` | +| `args` | `any`[] | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -532,7 +532,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L69) -___ +--- ### gatewayMethod @@ -550,7 +550,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:221](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L221) -___ +--- ### generateId @@ -558,10 +558,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -575,7 +575,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:83](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L83) -___ +--- ### generateIdHash @@ -583,10 +583,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `...values` | `any`[] | +| `...values` | `any`[] | #### Returns @@ -600,7 +600,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:79](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L79) -___ +--- ### generateIdWithSeed @@ -608,10 +608,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -625,7 +625,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L87) -___ +--- ### getAddress @@ -643,7 +643,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getConditionFulfilledEvent @@ -651,8 +651,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns @@ -667,7 +667,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:101](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L101) -___ +--- ### getContract @@ -685,7 +685,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -693,8 +693,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -709,7 +709,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -717,8 +717,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -733,7 +733,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getSignatureOfMethod @@ -741,10 +741,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -758,7 +758,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### hashValues @@ -766,8 +766,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -782,7 +782,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:141](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L141) -___ +--- ### hashValuesPlain @@ -790,8 +790,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -806,7 +806,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:145](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L145) -___ +--- ### init @@ -814,10 +814,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -831,7 +831,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instance @@ -839,10 +839,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | +| Name | Type | +| :------------ | :-------------------------------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | #### Returns @@ -856,7 +856,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:184](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L184) -___ +--- ### instanceFromDDO @@ -864,11 +864,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `ctx` | `AaveRepayConditionContext` | -| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | +| Name | Type | +| :------------ | :------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `ctx` | `AaveRepayConditionContext` | +| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | #### Returns @@ -882,7 +882,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:154](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L154) -___ +--- ### params @@ -890,12 +890,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `did` | `string` | -| `vaultAddress` | `string` | -| `assetToRepay` | `string` | -| `amountToRepay` | `string` | +| Name | Type | +| :----------------- | :------- | +| `did` | `string` | +| `vaultAddress` | `string` | +| `assetToRepay` | `string` | +| `amountToRepay` | `string` | | `interestRateMode` | `number` | #### Returns @@ -910,7 +910,7 @@ ___ [src/keeper/contracts/defi/AaveRepayCondition.ts:30](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveRepayCondition.ts#L30) -___ +--- ### paramsFromDDO @@ -918,8 +918,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------------ | :-------------------------- | | `__namedParameters` | `AaveRepayConditionContext` | #### Returns @@ -934,7 +934,7 @@ ___ [src/keeper/contracts/defi/AaveRepayCondition.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveRepayCondition.ts#L45) -___ +--- ### send @@ -942,11 +942,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -961,7 +961,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -969,12 +969,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -988,7 +988,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### setInstanceConfig @@ -996,8 +996,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1012,7 +1012,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### addressesStatic @@ -1020,10 +1020,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1037,7 +1037,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1045,11 +1045,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1063,7 +1063,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1071,8 +1071,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1087,7 +1087,7 @@ ___ [src/keeper/contracts/defi/AaveRepayCondition.ts:19](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveRepayCondition.ts#L19) -___ +--- ### setInstanceConfig @@ -1095,15 +1095,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/conditions.AccessCondition.md b/docs/api-reference/classes/conditions.AccessCondition.md index 67b6065f0..d1311b656 100644 --- a/docs/api-reference/classes/conditions.AccessCondition.md +++ b/docs/api-reference/classes/conditions.AccessCondition.md @@ -80,8 +80,8 @@ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -106,7 +106,7 @@ [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -120,7 +120,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -134,7 +134,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -166,7 +166,7 @@ ProviderCondition.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -184,7 +184,7 @@ ProviderCondition.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -202,7 +202,7 @@ ProviderCondition.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -220,7 +220,7 @@ ProviderCondition.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -238,7 +238,7 @@ ProviderCondition.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -256,7 +256,7 @@ ProviderCondition.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -274,7 +274,7 @@ ProviderCondition.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -300,11 +300,11 @@ ProviderCondition.web3 #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------ | :---------------------- | +| `agreementId` | `string` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -318,7 +318,7 @@ ProviderCondition.web3 [src/keeper/contracts/conditions/Condition.abstract.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L97) -___ +--- ### addresses @@ -336,7 +336,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### call @@ -345,15 +345,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -368,7 +368,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -378,8 +378,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -396,7 +396,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### checkPermissions @@ -404,11 +404,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `grantee` | `string` | -| `did` | `string` | -| `from?` | [`Account`](Account.md) | +| Name | Type | +| :-------- | :---------------------- | +| `grantee` | `string` | +| `did` | `string` | +| `from?` | [`Account`](Account.md) | #### Returns @@ -418,7 +418,7 @@ ___ [src/keeper/contracts/conditions/AccessCondition.ts:42](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/AccessCondition.ts#L42) -___ +--- ### findSigner @@ -426,8 +426,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -442,7 +442,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### fulfill @@ -450,13 +450,13 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `grantee` | `string` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------ | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `grantee` | `string` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -470,7 +470,7 @@ ___ [src/keeper/contracts/conditions/AccessCondition.ts:27](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/AccessCondition.ts#L27) -___ +--- ### fulfillGateway @@ -478,12 +478,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | -| `additionalParams` | `Record`<`string`, `unknown`\> | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :----------------- | :---------------------------------------------------------------------------------------------------- | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | +| `additionalParams` | `Record`<`string`, `unknown`\> | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -497,7 +497,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:204](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L204) -___ +--- ### fulfillInstance @@ -505,13 +505,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | -| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :----------------- | :---------------------------------------------------------------------------------------------------- | :------------ | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | +| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -525,7 +525,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:162](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L162) -___ +--- ### fulfillPlain @@ -533,13 +533,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `agreementId` | `string` | `undefined` | -| `args` | `any`[] | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :------------ | :------------------------------------------------------------ | :------------ | +| `agreementId` | `string` | `undefined` | +| `args` | `any`[] | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -553,7 +553,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L69) -___ +--- ### gatewayMethod @@ -571,7 +571,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:221](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L221) -___ +--- ### generateId @@ -579,10 +579,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -596,7 +596,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:83](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L83) -___ +--- ### generateIdHash @@ -604,10 +604,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `...values` | `any`[] | +| `...values` | `any`[] | #### Returns @@ -621,7 +621,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:79](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L79) -___ +--- ### generateIdWithSeed @@ -629,10 +629,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -646,7 +646,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L87) -___ +--- ### getAddress @@ -664,7 +664,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getConditionFulfilledEvent @@ -672,8 +672,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns @@ -688,7 +688,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:101](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L101) -___ +--- ### getContract @@ -706,7 +706,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -714,8 +714,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -730,27 +730,27 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getGrantedDidByConsumer -▸ **getGrantedDidByConsumer**(`consumer`): `Promise`<{ `agreementId`: `string` ; `did`: `string` }[]\> +▸ **getGrantedDidByConsumer**(`consumer`): `Promise`<{ `agreementId`: `string` ; `did`: `string` }[]\> #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :--------- | :------- | | `consumer` | `string` | #### Returns -`Promise`<{ `agreementId`: `string` ; `did`: `string` }[]\> +`Promise`<{ `agreementId`: `string` ; `did`: `string` }[]\> #### Defined in [src/keeper/contracts/conditions/AccessCondition.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/AccessCondition.ts#L50) -___ +--- ### getInputsOfMethod @@ -758,8 +758,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -774,7 +774,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getSignatureOfMethod @@ -782,10 +782,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -799,7 +799,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### hashValues @@ -807,8 +807,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -823,7 +823,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:141](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L141) -___ +--- ### hashValuesPlain @@ -831,8 +831,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -847,7 +847,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:145](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L145) -___ +--- ### init @@ -855,10 +855,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -872,7 +872,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instance @@ -880,10 +880,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | +| Name | Type | +| :------------ | :-------------------------------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | #### Returns @@ -897,7 +897,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:184](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L184) -___ +--- ### instanceFromDDO @@ -905,11 +905,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `ctx` | `AccessConditionContext` | -| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | +| Name | Type | +| :------------ | :------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `ctx` | `AccessConditionContext` | +| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | #### Returns @@ -923,7 +923,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:154](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L154) -___ +--- ### params @@ -931,9 +931,9 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `did` | `string` | +| Name | Type | +| :-------- | :------- | +| `did` | `string` | | `grantee` | `string` | #### Returns @@ -948,7 +948,7 @@ ___ [src/keeper/contracts/conditions/AccessCondition.ts:19](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/AccessCondition.ts#L19) -___ +--- ### paramsFromDDO @@ -956,8 +956,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------------ | :----------------------- | | `__namedParameters` | `AccessConditionContext` | #### Returns @@ -972,7 +972,7 @@ ___ [src/keeper/contracts/conditions/AccessCondition.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/AccessCondition.ts#L23) -___ +--- ### send @@ -980,11 +980,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -999,7 +999,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -1007,12 +1007,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -1026,7 +1026,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### setInstanceConfig @@ -1034,8 +1034,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1050,7 +1050,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### addressesStatic @@ -1058,10 +1058,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1075,7 +1075,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1083,11 +1083,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1101,7 +1101,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1109,8 +1109,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1125,7 +1125,7 @@ ___ [src/keeper/contracts/conditions/AccessCondition.ts:13](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/AccessCondition.ts#L13) -___ +--- ### setInstanceConfig @@ -1133,15 +1133,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/conditions.ComputeExecutionCondition.md b/docs/api-reference/classes/conditions.ComputeExecutionCondition.md index a38af7cd8..8ebf0a3a7 100644 --- a/docs/api-reference/classes/conditions.ComputeExecutionCondition.md +++ b/docs/api-reference/classes/conditions.ComputeExecutionCondition.md @@ -79,8 +79,8 @@ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -105,7 +105,7 @@ [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -119,7 +119,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -133,7 +133,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -165,7 +165,7 @@ ProviderCondition.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -183,7 +183,7 @@ ProviderCondition.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -201,7 +201,7 @@ ProviderCondition.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -219,7 +219,7 @@ ProviderCondition.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -237,7 +237,7 @@ ProviderCondition.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -255,7 +255,7 @@ ProviderCondition.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -273,7 +273,7 @@ ProviderCondition.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -299,11 +299,11 @@ ProviderCondition.web3 #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------ | :---------------------- | +| `agreementId` | `string` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -317,7 +317,7 @@ ProviderCondition.web3 [src/keeper/contracts/conditions/Condition.abstract.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L97) -___ +--- ### addresses @@ -335,7 +335,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### call @@ -344,15 +344,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -367,7 +367,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -377,8 +377,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -395,7 +395,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -403,8 +403,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -419,7 +419,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### fulfill @@ -427,13 +427,13 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `computeConsumer` | `string` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :---------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `computeConsumer` | `string` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -447,7 +447,7 @@ ___ [src/keeper/contracts/conditions/ComputeExecutionCondition.ts:30](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/ComputeExecutionCondition.ts#L30) -___ +--- ### fulfillGateway @@ -455,12 +455,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | -| `additionalParams` | `Record`<`string`, `unknown`\> | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :----------------- | :---------------------------------------------------------------------------------------------------- | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | +| `additionalParams` | `Record`<`string`, `unknown`\> | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -474,7 +474,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:204](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L204) -___ +--- ### fulfillInstance @@ -482,13 +482,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | -| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :----------------- | :---------------------------------------------------------------------------------------------------- | :------------ | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | +| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -502,7 +502,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:162](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L162) -___ +--- ### fulfillPlain @@ -510,13 +510,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `agreementId` | `string` | `undefined` | -| `args` | `any`[] | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :------------ | :------------------------------------------------------------ | :------------ | +| `agreementId` | `string` | `undefined` | +| `args` | `any`[] | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -530,7 +530,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L69) -___ +--- ### gatewayMethod @@ -548,7 +548,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:221](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L221) -___ +--- ### generateId @@ -556,10 +556,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -573,7 +573,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:83](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L83) -___ +--- ### generateIdHash @@ -581,10 +581,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `...values` | `any`[] | +| `...values` | `any`[] | #### Returns @@ -598,7 +598,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:79](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L79) -___ +--- ### generateIdWithSeed @@ -606,10 +606,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -623,7 +623,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L87) -___ +--- ### getAddress @@ -641,7 +641,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getConditionFulfilledEvent @@ -649,8 +649,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns @@ -665,7 +665,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:101](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L101) -___ +--- ### getContract @@ -683,7 +683,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -691,8 +691,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -707,7 +707,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -715,8 +715,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -731,7 +731,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getSignatureOfMethod @@ -739,10 +739,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -756,7 +756,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### hashValues @@ -764,8 +764,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -780,7 +780,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:141](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L141) -___ +--- ### hashValuesPlain @@ -788,8 +788,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -804,7 +804,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:145](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L145) -___ +--- ### init @@ -812,10 +812,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -829,7 +829,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instance @@ -837,10 +837,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | +| Name | Type | +| :------------ | :-------------------------------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | #### Returns @@ -854,7 +854,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:184](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L184) -___ +--- ### instanceFromDDO @@ -862,11 +862,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `ctx` | `ComputeExecutionConditionContext` | -| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | +| Name | Type | +| :------------ | :------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `ctx` | `ComputeExecutionConditionContext` | +| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | #### Returns @@ -880,7 +880,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:154](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L154) -___ +--- ### params @@ -888,9 +888,9 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `did` | `string` | +| Name | Type | +| :---------------- | :------- | +| `did` | `string` | | `computeConsumer` | `string` | #### Returns @@ -905,7 +905,7 @@ ___ [src/keeper/contracts/conditions/ComputeExecutionCondition.ts:26](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/ComputeExecutionCondition.ts#L26) -___ +--- ### paramsFromDDO @@ -913,8 +913,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------------ | :--------------------------------- | | `__namedParameters` | `ComputeExecutionConditionContext` | #### Returns @@ -929,7 +929,7 @@ ___ [src/keeper/contracts/conditions/ComputeExecutionCondition.ts:12](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/ComputeExecutionCondition.ts#L12) -___ +--- ### send @@ -937,11 +937,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -956,7 +956,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -964,12 +964,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -983,7 +983,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### setInstanceConfig @@ -991,8 +991,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1007,7 +1007,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### wasComputeTriggered @@ -1015,11 +1015,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `did` | `string` | -| `computeConsumer` | `string` | -| `from?` | [`Account`](Account.md) | +| Name | Type | +| :---------------- | :---------------------- | +| `did` | `string` | +| `computeConsumer` | `string` | +| `from?` | [`Account`](Account.md) | #### Returns @@ -1029,7 +1029,7 @@ ___ [src/keeper/contracts/conditions/ComputeExecutionCondition.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/ComputeExecutionCondition.ts#L45) -___ +--- ### addressesStatic @@ -1037,10 +1037,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1054,7 +1054,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1062,11 +1062,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1080,7 +1080,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1088,8 +1088,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1104,7 +1104,7 @@ ___ [src/keeper/contracts/conditions/ComputeExecutionCondition.ts:16](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/ComputeExecutionCondition.ts#L16) -___ +--- ### setInstanceConfig @@ -1112,15 +1112,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/conditions.ConditionSmall.md b/docs/api-reference/classes/conditions.ConditionSmall.md index a082b01d5..d25fb1ad4 100644 --- a/docs/api-reference/classes/conditions.ConditionSmall.md +++ b/docs/api-reference/classes/conditions.ConditionSmall.md @@ -72,8 +72,8 @@ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -98,7 +98,7 @@ ContractBase.contract [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -112,7 +112,7 @@ ContractBase.contractName [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -126,7 +126,7 @@ ContractBase.events [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -158,7 +158,7 @@ ContractBase.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -176,7 +176,7 @@ ContractBase.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -194,7 +194,7 @@ ContractBase.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -212,7 +212,7 @@ ContractBase.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -230,7 +230,7 @@ ContractBase.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -248,7 +248,7 @@ ContractBase.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -266,7 +266,7 @@ ContractBase.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -292,11 +292,11 @@ ContractBase.web3 #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------ | :---------------------- | +| `agreementId` | `string` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -306,7 +306,7 @@ ContractBase.web3 [src/keeper/contracts/conditions/Condition.abstract.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L97) -___ +--- ### addresses @@ -324,7 +324,7 @@ ContractBase.addresses [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### call @@ -333,15 +333,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -356,7 +356,7 @@ ContractBase.call [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -366,8 +366,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -384,7 +384,7 @@ ContractBase.checkExists [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -392,8 +392,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -408,7 +408,7 @@ ContractBase.findSigner [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### fulfill @@ -416,10 +416,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `...args` | `any`[] | +| `...args` | `any`[] | #### Returns @@ -429,7 +429,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:67](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L67) -___ +--- ### fulfillPlain @@ -437,13 +437,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `agreementId` | `string` | `undefined` | -| `args` | `any`[] | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :------------ | :------------------------------------------------------------ | :------------ | +| `agreementId` | `string` | `undefined` | +| `args` | `any`[] | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -453,7 +453,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L69) -___ +--- ### generateId @@ -461,10 +461,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -474,7 +474,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:83](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L83) -___ +--- ### generateIdHash @@ -482,10 +482,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `...values` | `any`[] | +| `...values` | `any`[] | #### Returns @@ -495,7 +495,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:79](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L79) -___ +--- ### generateIdWithSeed @@ -503,10 +503,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -516,7 +516,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L87) -___ +--- ### getAddress @@ -534,7 +534,7 @@ ContractBase.getAddress [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getConditionFulfilledEvent @@ -542,8 +542,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns @@ -554,7 +554,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:101](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L101) -___ +--- ### getContract @@ -572,7 +572,7 @@ ContractBase.getContract [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -580,8 +580,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -596,7 +596,7 @@ ContractBase.getFromAddress [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -604,8 +604,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -620,7 +620,7 @@ ContractBase.getInputsOfMethod [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getSignatureOfMethod @@ -628,10 +628,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -645,7 +645,7 @@ ContractBase.getSignatureOfMethod [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### hashValues @@ -653,8 +653,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -665,7 +665,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:63](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L63) -___ +--- ### init @@ -673,10 +673,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -690,7 +690,7 @@ ContractBase.init [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### send @@ -698,11 +698,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -717,7 +717,7 @@ ContractBase.send [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -725,12 +725,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -744,7 +744,7 @@ ContractBase.sendFrom [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### setInstanceConfig @@ -752,8 +752,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -768,7 +768,7 @@ ContractBase.setInstanceConfig [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### addressesStatic @@ -776,10 +776,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -793,7 +793,7 @@ ContractBase.addressesStatic [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -801,11 +801,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -819,7 +819,7 @@ ContractBase.findSignerStatic [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -827,19 +827,19 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `Ctx` | extends [`ConditionContext`](../interfaces/conditions.ConditionContext.md) | -| `Extra` | `Extra` | +| Name | Type | +| :------ | :------------------------------------------------------------------------- | +| `Ctx` | extends [`ConditionContext`](../interfaces/conditions.ConditionContext.md) | +| `Extra` | `Extra` | #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `conditionName` | `string` | `undefined` | -| `conditionsClass` | `any` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :---------------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `conditionName` | `string` | `undefined` | +| `conditionsClass` | `any` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -853,7 +853,7 @@ ContractBase.getInstance [src/keeper/contracts/conditions/Condition.abstract.ts:52](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L52) -___ +--- ### setInstanceConfig @@ -861,15 +861,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/conditions.ConsumerCondition.md b/docs/api-reference/classes/conditions.ConsumerCondition.md index b1f9a1d2c..3bb2c58ed 100644 --- a/docs/api-reference/classes/conditions.ConsumerCondition.md +++ b/docs/api-reference/classes/conditions.ConsumerCondition.md @@ -6,10 +6,10 @@ ## Type parameters -| Name | Type | -| :------ | :------ | -| `Ctx` | extends [`ConditionContext`](../interfaces/conditions.ConditionContext.md) | -| `Extra` | `Record`<`string`, `unknown`\> | +| Name | Type | +| :------ | :------------------------------------------------------------------------- | +| `Ctx` | extends [`ConditionContext`](../interfaces/conditions.ConditionContext.md) | +| `Extra` | `Record`<`string`, `unknown`\> | ## Hierarchy @@ -92,15 +92,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `Ctx` | extends [`ConditionContext`](../interfaces/conditions.ConditionContext.md) | -| `Extra` | `Record`<`string`, `unknown`\> | +| Name | Type | +| :------ | :------------------------------------------------------------------------- | +| `Ctx` | extends [`ConditionContext`](../interfaces/conditions.ConditionContext.md) | +| `Extra` | `Record`<`string`, `unknown`\> | #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -125,7 +125,7 @@ [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -139,7 +139,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -153,7 +153,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -185,7 +185,7 @@ Condition.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -203,7 +203,7 @@ Condition.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -221,7 +221,7 @@ Condition.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -239,7 +239,7 @@ Condition.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -257,7 +257,7 @@ Condition.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -275,7 +275,7 @@ Condition.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -293,7 +293,7 @@ Condition.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -319,11 +319,11 @@ Condition.web3 #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------ | :---------------------- | +| `agreementId` | `string` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -337,7 +337,7 @@ Condition.web3 [src/keeper/contracts/conditions/Condition.abstract.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L97) -___ +--- ### addresses @@ -355,7 +355,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### call @@ -364,15 +364,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -387,7 +387,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -397,8 +397,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -415,7 +415,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -423,8 +423,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -439,7 +439,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### fulfill @@ -447,10 +447,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `...args` | `any`[] | +| `...args` | `any`[] | #### Returns @@ -464,7 +464,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:67](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L67) -___ +--- ### fulfillGateway @@ -472,12 +472,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `_cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Extra`\> | -| `_additionalParams` | `Extra` | -| `_from?` | [`Account`](Account.md) | -| `_params?` | `TxParameters` | +| Name | Type | +| :------------------ | :----------------------------------------------------------------------------- | +| `_cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Extra`\> | +| `_additionalParams` | `Extra` | +| `_from?` | [`Account`](Account.md) | +| `_params?` | `TxParameters` | #### Returns @@ -491,7 +491,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:230](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L230) -___ +--- ### fulfillInstance @@ -499,13 +499,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Extra`\> | `undefined` | -| `additionalParams` | `Extra` | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :----------------- | :----------------------------------------------------------------------------- | :------------ | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Extra`\> | `undefined` | +| `additionalParams` | `Extra` | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -519,7 +519,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:162](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L162) -___ +--- ### fulfillPlain @@ -527,13 +527,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `agreementId` | `string` | `undefined` | -| `args` | `any`[] | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :------------ | :------------------------------------------------------------ | :------------ | +| `agreementId` | `string` | `undefined` | +| `args` | `any`[] | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -547,7 +547,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L69) -___ +--- ### generateId @@ -555,10 +555,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -572,7 +572,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:83](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L83) -___ +--- ### generateIdHash @@ -580,10 +580,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `...values` | `any`[] | +| `...values` | `any`[] | #### Returns @@ -597,7 +597,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:79](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L79) -___ +--- ### generateIdWithSeed @@ -605,10 +605,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -622,7 +622,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L87) -___ +--- ### getAddress @@ -640,7 +640,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getConditionFulfilledEvent @@ -648,8 +648,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns @@ -664,7 +664,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:101](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L101) -___ +--- ### getContract @@ -682,7 +682,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -690,8 +690,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -706,7 +706,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -714,8 +714,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -730,7 +730,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getSignatureOfMethod @@ -738,10 +738,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -755,7 +755,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### hashValues @@ -763,8 +763,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -779,7 +779,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:141](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L141) -___ +--- ### hashValuesPlain @@ -787,8 +787,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -803,7 +803,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:145](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L145) -___ +--- ### init @@ -811,10 +811,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -828,7 +828,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instance @@ -836,10 +836,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Extra`\> | +| Name | Type | +| :------------ | :--------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Extra`\> | #### Returns @@ -853,7 +853,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:184](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L184) -___ +--- ### instanceFromDDO @@ -861,11 +861,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `ctx` | `Ctx` | -| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | +| Name | Type | +| :------------ | :------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `ctx` | `Ctx` | +| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | #### Returns @@ -879,7 +879,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:154](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L154) -___ +--- ### params @@ -887,8 +887,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -903,7 +903,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:134](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L134) -___ +--- ### paramsFromDDO @@ -911,9 +911,9 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `ctx` | `Ctx` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------- | +| `ctx` | `Ctx` | | `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | #### Returns @@ -928,7 +928,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:149](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L149) -___ +--- ### send @@ -936,11 +936,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -955,7 +955,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -963,12 +963,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -982,7 +982,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### setInstanceConfig @@ -990,8 +990,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1006,7 +1006,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### addressesStatic @@ -1014,10 +1014,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1031,7 +1031,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1039,11 +1039,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1057,7 +1057,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1065,19 +1065,19 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `Ctx` | extends [`ConditionContext`](../interfaces/conditions.ConditionContext.md) | -| `Extra` | `Extra` | +| Name | Type | +| :------ | :------------------------------------------------------------------------- | +| `Ctx` | extends [`ConditionContext`](../interfaces/conditions.ConditionContext.md) | +| `Extra` | `Extra` | #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `conditionName` | `string` | `undefined` | -| `conditionsClass` | `any` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :---------------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `conditionName` | `string` | `undefined` | +| `conditionsClass` | `any` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -1091,7 +1091,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:121](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L121) -___ +--- ### setInstanceConfig @@ -1099,15 +1099,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/conditions.DistributeNFTCollateralCondition.md b/docs/api-reference/classes/conditions.DistributeNFTCollateralCondition.md index 8940c8651..9642f65be 100644 --- a/docs/api-reference/classes/conditions.DistributeNFTCollateralCondition.md +++ b/docs/api-reference/classes/conditions.DistributeNFTCollateralCondition.md @@ -81,8 +81,8 @@ depending on the loan status. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -107,7 +107,7 @@ depending on the loan status. [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -121,7 +121,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -135,7 +135,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -167,7 +167,7 @@ ProviderCondition.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -185,7 +185,7 @@ ProviderCondition.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -203,7 +203,7 @@ ProviderCondition.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -221,7 +221,7 @@ ProviderCondition.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -239,7 +239,7 @@ ProviderCondition.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -257,7 +257,7 @@ ProviderCondition.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -275,7 +275,7 @@ ProviderCondition.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -301,11 +301,11 @@ ProviderCondition.web3 #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------ | :---------------------- | +| `agreementId` | `string` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -319,7 +319,7 @@ ProviderCondition.web3 [src/keeper/contracts/conditions/Condition.abstract.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L97) -___ +--- ### addresses @@ -337,7 +337,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### call @@ -346,15 +346,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -369,7 +369,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -379,8 +379,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -397,7 +397,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -405,8 +405,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -421,25 +421,25 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### fulfill ▸ **fulfill**(`agreementId`, `did`, `vaultAddress`, `nftContractAddress`, `from?`, `txParams?`): `Promise`<`ContractReceipt`\> Fulfill the distribute NFT collateral condition. - Only the borrower or the lender can call this method. +Only the borrower or the lender can call this method. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementId` | `string` | The agreement identifier. | -| `did` | `string` | The DID of the asset with NFTs. | -| `vaultAddress` | `string` | The address of the vault contract where the NFT is locked. | -| `nftContractAddress` | `string` | The address of the NFT721 contract | -| `from?` | [`Account`](Account.md) | | -| `txParams?` | `TxParameters` | - | +| Name | Type | Description | +| :------------------- | :---------------------- | :--------------------------------------------------------- | +| `agreementId` | `string` | The agreement identifier. | +| `did` | `string` | The DID of the asset with NFTs. | +| `vaultAddress` | `string` | The address of the vault contract where the NFT is locked. | +| `nftContractAddress` | `string` | The address of the NFT721 contract | +| `from?` | [`Account`](Account.md) | | +| `txParams?` | `TxParameters` | - | #### Returns @@ -455,7 +455,7 @@ Condition state. [src/keeper/contracts/defi/DistributeNFT721CollateralCondition.ts:62](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/DistributeNFT721CollateralCondition.ts#L62) -___ +--- ### fulfillGateway @@ -463,12 +463,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | -| `additionalParams` | `Record`<`string`, `unknown`\> | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :----------------- | :---------------------------------------------------------------------------------------------------- | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | +| `additionalParams` | `Record`<`string`, `unknown`\> | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -482,7 +482,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:204](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L204) -___ +--- ### fulfillInstance @@ -490,13 +490,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | -| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :----------------- | :---------------------------------------------------------------------------------------------------- | :------------ | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | +| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -510,7 +510,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:162](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L162) -___ +--- ### fulfillPlain @@ -518,13 +518,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `agreementId` | `string` | `undefined` | -| `args` | `any`[] | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :------------ | :------------------------------------------------------------ | :------------ | +| `agreementId` | `string` | `undefined` | +| `args` | `any`[] | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -538,7 +538,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L69) -___ +--- ### gatewayMethod @@ -556,7 +556,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:221](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L221) -___ +--- ### generateId @@ -564,10 +564,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -581,7 +581,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:83](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L83) -___ +--- ### generateIdHash @@ -589,10 +589,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `...values` | `any`[] | +| `...values` | `any`[] | #### Returns @@ -606,7 +606,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:79](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L79) -___ +--- ### generateIdWithSeed @@ -614,10 +614,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -631,7 +631,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L87) -___ +--- ### getAddress @@ -649,7 +649,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getConditionFulfilledEvent @@ -657,8 +657,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns @@ -673,7 +673,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:101](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L101) -___ +--- ### getContract @@ -691,7 +691,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -699,8 +699,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -715,7 +715,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -723,8 +723,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -739,7 +739,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getSignatureOfMethod @@ -747,10 +747,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -764,7 +764,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### hashValues @@ -772,8 +772,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -788,7 +788,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:141](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L141) -___ +--- ### hashValuesPlain @@ -796,8 +796,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -812,7 +812,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:145](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L145) -___ +--- ### init @@ -820,10 +820,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -837,7 +837,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instance @@ -845,10 +845,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | +| Name | Type | +| :------------ | :-------------------------------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | #### Returns @@ -862,7 +862,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:184](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L184) -___ +--- ### instanceFromDDO @@ -870,11 +870,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `ctx` | `DistributeNFTCollateralConditionContext` | -| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | +| Name | Type | +| :------------ | :------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `ctx` | `DistributeNFTCollateralConditionContext` | +| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | #### Returns @@ -888,7 +888,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:154](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L154) -___ +--- ### params @@ -898,11 +898,11 @@ Generates the ash of condition inputs. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `did` | `string` | The DID of the asset with NFTs. | -| `vaultAddress` | `string` | The address of the vault contract where the NFT is locked. | -| `nftContractAddress` | `string` | The address of the NFT721 contract | +| Name | Type | Description | +| :------------------- | :------- | :--------------------------------------------------------- | +| `did` | `string` | The DID of the asset with NFTs. | +| `vaultAddress` | `string` | The address of the vault contract where the NFT is locked. | +| `nftContractAddress` | `string` | The address of the NFT721 contract | #### Returns @@ -918,7 +918,7 @@ Hash of all the values [src/keeper/contracts/defi/DistributeNFT721CollateralCondition.ts:39](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/DistributeNFT721CollateralCondition.ts#L39) -___ +--- ### paramsFromDDO @@ -926,8 +926,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------------ | :---------------------------------------- | | `__namedParameters` | `DistributeNFTCollateralConditionContext` | #### Returns @@ -942,7 +942,7 @@ ___ [src/keeper/contracts/defi/DistributeNFT721CollateralCondition.ts:43](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/DistributeNFT721CollateralCondition.ts#L43) -___ +--- ### send @@ -950,11 +950,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -969,7 +969,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -977,12 +977,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -996,7 +996,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### setInstanceConfig @@ -1004,8 +1004,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1020,7 +1020,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### addressesStatic @@ -1028,10 +1028,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1045,7 +1045,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1053,11 +1053,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1071,7 +1071,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1079,8 +1079,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1095,7 +1095,7 @@ ___ [src/keeper/contracts/defi/DistributeNFT721CollateralCondition.ts:21](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/DistributeNFT721CollateralCondition.ts#L21) -___ +--- ### setInstanceConfig @@ -1103,15 +1103,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/conditions.EscrowPaymentCondition.md b/docs/api-reference/classes/conditions.EscrowPaymentCondition.md index 94259419e..24fae3293 100644 --- a/docs/api-reference/classes/conditions.EscrowPaymentCondition.md +++ b/docs/api-reference/classes/conditions.EscrowPaymentCondition.md @@ -78,8 +78,8 @@ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -104,7 +104,7 @@ [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -118,7 +118,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -132,7 +132,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -164,7 +164,7 @@ ProviderCondition.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -182,7 +182,7 @@ ProviderCondition.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -200,7 +200,7 @@ ProviderCondition.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -218,7 +218,7 @@ ProviderCondition.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -236,7 +236,7 @@ ProviderCondition.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -254,7 +254,7 @@ ProviderCondition.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -272,7 +272,7 @@ ProviderCondition.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -298,11 +298,11 @@ ProviderCondition.web3 #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------ | :---------------------- | +| `agreementId` | `string` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -316,7 +316,7 @@ ProviderCondition.web3 [src/keeper/contracts/conditions/Condition.abstract.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L97) -___ +--- ### addresses @@ -334,7 +334,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### call @@ -343,15 +343,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -366,7 +366,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -376,8 +376,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -394,7 +394,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -402,8 +402,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -418,7 +418,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### fulfill @@ -426,19 +426,19 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `amounts` | `default`[] | -| `receivers` | `string`[] | -| `returnAddress` | `string` | -| `lockPaymentAddress` | `string` | -| `tokenAddress` | `string` | -| `lockCondition` | `string` | -| `releaseCondition` | `string` | -| `from?` | [`Account`](Account.md) | -| `txParams?` | `TxParameters` | +| Name | Type | +| :------------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `amounts` | `default`[] | +| `receivers` | `string`[] | +| `returnAddress` | `string` | +| `lockPaymentAddress` | `string` | +| `tokenAddress` | `string` | +| `lockCondition` | `string` | +| `releaseCondition` | `string` | +| `from?` | [`Account`](Account.md) | +| `txParams?` | `TxParameters` | #### Returns @@ -452,7 +452,7 @@ ___ [src/keeper/contracts/conditions/EscrowPaymentCondition.ts:68](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/EscrowPaymentCondition.ts#L68) -___ +--- ### fulfillGateway @@ -460,12 +460,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | -| `additionalParams` | `Record`<`string`, `unknown`\> | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :----------------- | :---------------------------------------------------------------------------------------------------- | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | +| `additionalParams` | `Record`<`string`, `unknown`\> | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -479,7 +479,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:204](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L204) -___ +--- ### fulfillInstance @@ -487,13 +487,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | -| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :----------------- | :---------------------------------------------------------------------------------------------------- | :------------ | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | +| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -507,7 +507,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:162](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L162) -___ +--- ### fulfillPlain @@ -515,13 +515,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `agreementId` | `string` | `undefined` | -| `args` | `any`[] | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :------------ | :------------------------------------------------------------ | :------------ | +| `agreementId` | `string` | `undefined` | +| `args` | `any`[] | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -535,7 +535,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L69) -___ +--- ### gatewayMethod @@ -553,7 +553,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:221](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L221) -___ +--- ### generateId @@ -561,10 +561,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -578,7 +578,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:83](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L83) -___ +--- ### generateIdHash @@ -586,10 +586,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `...values` | `any`[] | +| `...values` | `any`[] | #### Returns @@ -603,7 +603,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:79](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L79) -___ +--- ### generateIdWithSeed @@ -611,10 +611,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -628,7 +628,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L87) -___ +--- ### getAddress @@ -646,7 +646,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getConditionFulfilledEvent @@ -654,8 +654,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns @@ -670,7 +670,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:101](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L101) -___ +--- ### getContract @@ -688,7 +688,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -696,8 +696,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -712,7 +712,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -720,8 +720,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -736,7 +736,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getSignatureOfMethod @@ -744,10 +744,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -761,7 +761,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### hashValues @@ -769,8 +769,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -785,7 +785,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:141](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L141) -___ +--- ### hashValuesPlain @@ -793,8 +793,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -809,7 +809,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:145](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L145) -___ +--- ### init @@ -817,10 +817,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -834,7 +834,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instance @@ -842,10 +842,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | +| Name | Type | +| :------------ | :-------------------------------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | #### Returns @@ -859,7 +859,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:184](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L184) -___ +--- ### instanceFromDDO @@ -867,11 +867,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `ctx` | `EscrowPaymentConditionContext` | -| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | +| Name | Type | +| :------------ | :------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `ctx` | `EscrowPaymentConditionContext` | +| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | #### Returns @@ -885,7 +885,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:154](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L154) -___ +--- ### params @@ -893,16 +893,16 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `did` | `string` | -| `amounts` | `default`[] | -| `receivers` | `string`[] | -| `returnAddress` | `string` | -| `sender` | `string` | -| `tokenAddress` | `string` | -| `lockCondition` | `string` | -| `releaseCondition` | `string` | +| Name | Type | +| :----------------- | :---------- | +| `did` | `string` | +| `amounts` | `default`[] | +| `receivers` | `string`[] | +| `returnAddress` | `string` | +| `sender` | `string` | +| `tokenAddress` | `string` | +| `lockCondition` | `string` | +| `releaseCondition` | `string` | #### Returns @@ -916,7 +916,7 @@ ___ [src/keeper/contracts/conditions/EscrowPaymentCondition.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/EscrowPaymentCondition.ts#L28) -___ +--- ### paramsFromDDO @@ -924,11 +924,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `__namedParameters` | `EscrowPaymentConditionContext` | -| `access` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md) | -| `lock` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md) | +| Name | Type | +| :------------------ | :----------------------------------------------------------------------------- | +| `__namedParameters` | `EscrowPaymentConditionContext` | +| `access` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md) | +| `lock` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md) | #### Returns @@ -942,7 +942,7 @@ ___ [src/keeper/contracts/conditions/EscrowPaymentCondition.ts:49](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/EscrowPaymentCondition.ts#L49) -___ +--- ### send @@ -950,11 +950,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -969,7 +969,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -977,12 +977,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -996,7 +996,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### setInstanceConfig @@ -1004,8 +1004,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1020,7 +1020,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### addressesStatic @@ -1028,10 +1028,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1045,7 +1045,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1053,11 +1053,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1071,7 +1071,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1079,8 +1079,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1095,7 +1095,7 @@ ___ [src/keeper/contracts/conditions/EscrowPaymentCondition.ts:18](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/EscrowPaymentCondition.ts#L18) -___ +--- ### setInstanceConfig @@ -1103,15 +1103,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/conditions.LockPaymentCondition.md b/docs/api-reference/classes/conditions.LockPaymentCondition.md index bd55a2984..2daf3bd16 100644 --- a/docs/api-reference/classes/conditions.LockPaymentCondition.md +++ b/docs/api-reference/classes/conditions.LockPaymentCondition.md @@ -77,8 +77,8 @@ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -103,7 +103,7 @@ [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -117,7 +117,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -131,7 +131,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -163,7 +163,7 @@ ConsumerCondition.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -181,7 +181,7 @@ ConsumerCondition.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -199,7 +199,7 @@ ConsumerCondition.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -217,7 +217,7 @@ ConsumerCondition.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -235,7 +235,7 @@ ConsumerCondition.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -253,7 +253,7 @@ ConsumerCondition.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -271,7 +271,7 @@ ConsumerCondition.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -297,11 +297,11 @@ ConsumerCondition.web3 #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------ | :---------------------- | +| `agreementId` | `string` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -315,7 +315,7 @@ ConsumerCondition.web3 [src/keeper/contracts/conditions/Condition.abstract.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L97) -___ +--- ### addresses @@ -333,7 +333,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### call @@ -342,15 +342,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -365,7 +365,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -375,8 +375,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -393,7 +393,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -401,8 +401,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -417,7 +417,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### fulfill @@ -425,16 +425,16 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `rewardAddress` | `string` | -| `tokenAddress` | `string` | -| `amounts` | `default`[] | -| `receivers` | `string`[] | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :-------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `rewardAddress` | `string` | +| `tokenAddress` | `string` | +| `amounts` | `default`[] | +| `receivers` | `string`[] | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -448,7 +448,7 @@ ___ [src/keeper/contracts/conditions/LockPaymentCondition.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/LockPaymentCondition.ts#L44) -___ +--- ### fulfillGateway @@ -456,12 +456,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `_cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | -| `_additionalParams` | `Record`<`string`, `unknown`\> | -| `_from?` | [`Account`](Account.md) | -| `_params?` | `TxParameters` | +| Name | Type | +| :------------------ | :---------------------------------------------------------------------------------------------------- | +| `_cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | +| `_additionalParams` | `Record`<`string`, `unknown`\> | +| `_from?` | [`Account`](Account.md) | +| `_params?` | `TxParameters` | #### Returns @@ -475,7 +475,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:230](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L230) -___ +--- ### fulfillInstance @@ -483,13 +483,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | -| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :----------------- | :---------------------------------------------------------------------------------------------------- | :------------ | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | +| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -503,7 +503,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:162](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L162) -___ +--- ### fulfillPlain @@ -511,13 +511,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `agreementId` | `string` | `undefined` | -| `args` | `any`[] | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :------------ | :------------------------------------------------------------ | :------------ | +| `agreementId` | `string` | `undefined` | +| `args` | `any`[] | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -531,7 +531,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L69) -___ +--- ### generateId @@ -539,10 +539,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -556,7 +556,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:83](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L83) -___ +--- ### generateIdHash @@ -564,10 +564,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `...values` | `any`[] | +| `...values` | `any`[] | #### Returns @@ -581,7 +581,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:79](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L79) -___ +--- ### generateIdWithSeed @@ -589,10 +589,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -606,7 +606,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L87) -___ +--- ### getAddress @@ -624,7 +624,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getConditionFulfilledEvent @@ -632,8 +632,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns @@ -648,7 +648,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:101](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L101) -___ +--- ### getContract @@ -666,7 +666,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -674,8 +674,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -690,7 +690,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -698,8 +698,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -714,7 +714,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getSignatureOfMethod @@ -722,10 +722,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -739,7 +739,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### hashValues @@ -747,8 +747,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -763,7 +763,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:141](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L141) -___ +--- ### hashValuesPlain @@ -771,8 +771,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -787,7 +787,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:145](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L145) -___ +--- ### init @@ -795,10 +795,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -812,7 +812,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instance @@ -820,10 +820,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | +| Name | Type | +| :------------ | :-------------------------------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | #### Returns @@ -837,7 +837,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:184](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L184) -___ +--- ### instanceFromDDO @@ -845,11 +845,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `ctx` | [`ConditionContext`](../interfaces/conditions.ConditionContext.md) | -| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | +| Name | Type | +| :------------ | :------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `ctx` | [`ConditionContext`](../interfaces/conditions.ConditionContext.md) | +| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | #### Returns @@ -863,7 +863,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:154](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L154) -___ +--- ### params @@ -871,13 +871,13 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `did` | `string` | -| `rewardAddress` | `string` | -| `tokenAddress` | `string` | -| `amounts` | `default`[] | -| `receivers` | `string`[] | +| Name | Type | +| :-------------- | :---------- | +| `did` | `string` | +| `rewardAddress` | `string` | +| `tokenAddress` | `string` | +| `amounts` | `default`[] | +| `receivers` | `string`[] | #### Returns @@ -891,7 +891,7 @@ ___ [src/keeper/contracts/conditions/LockPaymentCondition.ts:15](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/LockPaymentCondition.ts#L15) -___ +--- ### paramsFromDDO @@ -899,8 +899,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------------ | :----------------------------------------------------------------- | | `__namedParameters` | [`ConditionContext`](../interfaces/conditions.ConditionContext.md) | #### Returns @@ -915,7 +915,7 @@ ___ [src/keeper/contracts/conditions/LockPaymentCondition.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/LockPaymentCondition.ts#L33) -___ +--- ### send @@ -923,11 +923,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -942,7 +942,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -950,12 +950,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -969,7 +969,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### setInstanceConfig @@ -977,8 +977,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -993,7 +993,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### addressesStatic @@ -1001,10 +1001,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1018,7 +1018,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1026,11 +1026,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1044,7 +1044,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1052,8 +1052,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1068,7 +1068,7 @@ ___ [src/keeper/contracts/conditions/LockPaymentCondition.ts:9](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/LockPaymentCondition.ts#L9) -___ +--- ### setInstanceConfig @@ -1076,15 +1076,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/conditions.NFT721HolderCondition.md b/docs/api-reference/classes/conditions.NFT721HolderCondition.md index f33ea48fd..551d39e44 100644 --- a/docs/api-reference/classes/conditions.NFT721HolderCondition.md +++ b/docs/api-reference/classes/conditions.NFT721HolderCondition.md @@ -80,8 +80,8 @@ Allows to fulfill a condition to users holding some amount of NFTs for a specifi #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -106,7 +106,7 @@ Allows to fulfill a condition to users holding some amount of NFTs for a specifi [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -120,7 +120,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -134,7 +134,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -166,7 +166,7 @@ ConsumerCondition.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -184,7 +184,7 @@ ConsumerCondition.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -202,7 +202,7 @@ ConsumerCondition.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -220,7 +220,7 @@ ConsumerCondition.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -238,7 +238,7 @@ ConsumerCondition.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -256,7 +256,7 @@ ConsumerCondition.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -274,7 +274,7 @@ ConsumerCondition.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -300,11 +300,11 @@ ConsumerCondition.web3 #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------ | :---------------------- | +| `agreementId` | `string` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -318,7 +318,7 @@ ConsumerCondition.web3 [src/keeper/contracts/conditions/Condition.abstract.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L97) -___ +--- ### addresses @@ -336,7 +336,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### call @@ -345,15 +345,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -368,7 +368,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -378,8 +378,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -396,7 +396,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -404,8 +404,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -420,7 +420,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### fulfill @@ -430,14 +430,14 @@ Fulfill requires a validation that holder as enough NFTs for a specific DID. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementId` | `string` | SEA agreement identifier. | -| `did` | `string` | The Decentralized Identifier of the asset. | -| `holderAddress` | `string` | The contract address where the reward is locked. | -| `nftTokenAddress` | `string` | The contract address of the nft to use. | -| `from?` | [`Account`](Account.md) | | -| `params?` | `TxParameters` | - | +| Name | Type | Description | +| :---------------- | :---------------------- | :----------------------------------------------- | +| `agreementId` | `string` | SEA agreement identifier. | +| `did` | `string` | The Decentralized Identifier of the asset. | +| `holderAddress` | `string` | The contract address where the reward is locked. | +| `nftTokenAddress` | `string` | The contract address of the nft to use. | +| `from?` | [`Account`](Account.md) | | +| `params?` | `TxParameters` | - | #### Returns @@ -453,7 +453,7 @@ condition state [src/keeper/contracts/conditions/NFTs/NFT721HolderCondition.ts:71](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/NFT721HolderCondition.ts#L71) -___ +--- ### fulfillGateway @@ -461,12 +461,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `_cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | -| `_additionalParams` | `Record`<`string`, `unknown`\> | -| `_from?` | [`Account`](Account.md) | -| `_params?` | `TxParameters` | +| Name | Type | +| :------------------ | :---------------------------------------------------------------------------------------------------- | +| `_cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | +| `_additionalParams` | `Record`<`string`, `unknown`\> | +| `_from?` | [`Account`](Account.md) | +| `_params?` | `TxParameters` | #### Returns @@ -480,7 +480,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:230](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L230) -___ +--- ### fulfillInstance @@ -488,13 +488,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | -| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :----------------- | :---------------------------------------------------------------------------------------------------- | :------------ | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | +| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -508,7 +508,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:162](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L162) -___ +--- ### fulfillPlain @@ -516,13 +516,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `agreementId` | `string` | `undefined` | -| `args` | `any`[] | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :------------ | :------------------------------------------------------------ | :------------ | +| `agreementId` | `string` | `undefined` | +| `args` | `any`[] | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -536,7 +536,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L69) -___ +--- ### generateId @@ -544,10 +544,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -561,7 +561,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:83](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L83) -___ +--- ### generateIdHash @@ -569,10 +569,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `...values` | `any`[] | +| `...values` | `any`[] | #### Returns @@ -586,7 +586,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:79](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L79) -___ +--- ### generateIdWithSeed @@ -594,10 +594,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -611,7 +611,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L87) -___ +--- ### getAddress @@ -629,7 +629,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getConditionFulfilledEvent @@ -637,8 +637,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns @@ -653,7 +653,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:101](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L101) -___ +--- ### getContract @@ -671,7 +671,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -679,8 +679,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -695,7 +695,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -703,8 +703,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -719,7 +719,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getSignatureOfMethod @@ -727,10 +727,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -744,7 +744,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### hashValues @@ -752,8 +752,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -768,7 +768,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:141](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L141) -___ +--- ### hashValuesPlain @@ -776,8 +776,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -792,7 +792,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:145](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L145) -___ +--- ### init @@ -800,10 +800,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -817,7 +817,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instance @@ -825,10 +825,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | +| Name | Type | +| :------------ | :-------------------------------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | #### Returns @@ -842,7 +842,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:184](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L184) -___ +--- ### instanceFromDDO @@ -850,11 +850,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `ctx` | `NFT721HolderConditionContext` | -| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | +| Name | Type | +| :------------ | :------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `ctx` | `NFT721HolderConditionContext` | +| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | #### Returns @@ -868,7 +868,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:154](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L154) -___ +--- ### nftContractFromService @@ -876,8 +876,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :-------------- | | `service` | `ServiceCommon` | #### Returns @@ -888,7 +888,7 @@ ___ [src/keeper/contracts/conditions/NFTs/NFT721HolderCondition.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/NFT721HolderCondition.ts#L44) -___ +--- ### params @@ -898,11 +898,11 @@ Generate the hash of condition inputs with the following parameters. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `did` | `string` | The Decentralized Identifier of the asset. | -| `holderAddress` | `string` | The address of the NFT holder . | -| `nftTokenAddress` | `string` | The address of the nft 721 token to use | +| Name | Type | Description | +| :---------------- | :------- | :----------------------------------------- | +| `did` | `string` | The Decentralized Identifier of the asset. | +| `holderAddress` | `string` | The address of the NFT holder . | +| `nftTokenAddress` | `string` | The address of the nft 721 token to use | #### Returns @@ -918,7 +918,7 @@ hash of all the values [src/keeper/contracts/conditions/NFTs/NFT721HolderCondition.ts:35](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/NFT721HolderCondition.ts#L35) -___ +--- ### paramsFromDDO @@ -926,8 +926,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------------ | :----------------------------- | | `__namedParameters` | `NFT721HolderConditionContext` | #### Returns @@ -942,7 +942,7 @@ ___ [src/keeper/contracts/conditions/NFTs/NFT721HolderCondition.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/NFT721HolderCondition.ts#L50) -___ +--- ### send @@ -950,11 +950,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -969,7 +969,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -977,12 +977,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -996,7 +996,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### setInstanceConfig @@ -1004,8 +1004,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1020,7 +1020,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### addressesStatic @@ -1028,10 +1028,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1045,7 +1045,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1053,11 +1053,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1071,7 +1071,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1079,8 +1079,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1095,7 +1095,7 @@ ___ [src/keeper/contracts/conditions/NFTs/NFT721HolderCondition.ts:16](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/NFT721HolderCondition.ts#L16) -___ +--- ### setInstanceConfig @@ -1103,15 +1103,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/conditions.NFT721LockCondition.md b/docs/api-reference/classes/conditions.NFT721LockCondition.md index f125d69ca..3217263b7 100644 --- a/docs/api-reference/classes/conditions.NFT721LockCondition.md +++ b/docs/api-reference/classes/conditions.NFT721LockCondition.md @@ -80,8 +80,8 @@ Implementation of the NFT Lock Condition #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -106,7 +106,7 @@ Implementation of the NFT Lock Condition [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -120,7 +120,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -134,7 +134,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -166,7 +166,7 @@ ProviderCondition.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -184,7 +184,7 @@ ProviderCondition.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -202,7 +202,7 @@ ProviderCondition.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -220,7 +220,7 @@ ProviderCondition.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -238,7 +238,7 @@ ProviderCondition.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -256,7 +256,7 @@ ProviderCondition.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -274,7 +274,7 @@ ProviderCondition.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -300,11 +300,11 @@ ProviderCondition.web3 #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------ | :---------------------- | +| `agreementId` | `string` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -318,7 +318,7 @@ ProviderCondition.web3 [src/keeper/contracts/conditions/Condition.abstract.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L97) -___ +--- ### addresses @@ -336,7 +336,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### call @@ -345,15 +345,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -368,7 +368,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -378,8 +378,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -396,7 +396,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -404,8 +404,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -420,7 +420,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### fulfill @@ -430,14 +430,14 @@ Fulfill requires valid NFT transfer in order to lock the amount of DID NFTs base #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementId` | `string` | SEA agreement identifier. | -| `did` | `string` | Asset Decentralized identifier. | -| `lockAddress` | `string` | The contract address where the NFT is locked. | -| `amount` | `number` | The amount of tokens to be locked. | -| `nftContractAddress` | `string` | The NFT721 contract address | -| `from?` | [`Account`](Account.md) | | +| Name | Type | Description | +| :------------------- | :---------------------- | :-------------------------------------------- | +| `agreementId` | `string` | SEA agreement identifier. | +| `did` | `string` | Asset Decentralized identifier. | +| `lockAddress` | `string` | The contract address where the NFT is locked. | +| `amount` | `number` | The amount of tokens to be locked. | +| `nftContractAddress` | `string` | The NFT721 contract address | +| `from?` | [`Account`](Account.md) | | #### Returns @@ -453,7 +453,7 @@ Condition state. [src/keeper/contracts/defi/NFT721LockCondition.ts:72](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/NFT721LockCondition.ts#L72) -___ +--- ### fulfillGateway @@ -461,12 +461,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | -| `additionalParams` | `Record`<`string`, `unknown`\> | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :----------------- | :---------------------------------------------------------------------------------------------------- | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | +| `additionalParams` | `Record`<`string`, `unknown`\> | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -480,7 +480,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:204](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L204) -___ +--- ### fulfillInstance @@ -488,13 +488,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | -| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :----------------- | :---------------------------------------------------------------------------------------------------- | :------------ | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | +| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -508,7 +508,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:162](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L162) -___ +--- ### fulfillPlain @@ -516,13 +516,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `agreementId` | `string` | `undefined` | -| `args` | `any`[] | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :------------ | :------------------------------------------------------------ | :------------ | +| `agreementId` | `string` | `undefined` | +| `args` | `any`[] | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -536,7 +536,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L69) -___ +--- ### gatewayMethod @@ -554,7 +554,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:221](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L221) -___ +--- ### generateId @@ -562,10 +562,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -579,7 +579,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:83](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L83) -___ +--- ### generateIdHash @@ -587,10 +587,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `...values` | `any`[] | +| `...values` | `any`[] | #### Returns @@ -604,7 +604,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:79](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L79) -___ +--- ### generateIdWithSeed @@ -612,10 +612,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -629,7 +629,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L87) -___ +--- ### getAddress @@ -647,7 +647,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getConditionFulfilledEvent @@ -655,8 +655,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns @@ -671,7 +671,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:101](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L101) -___ +--- ### getContract @@ -689,7 +689,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -697,8 +697,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -713,7 +713,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -721,8 +721,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -737,7 +737,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getSignatureOfMethod @@ -745,10 +745,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -762,7 +762,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### hashValues @@ -770,8 +770,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -786,7 +786,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:141](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L141) -___ +--- ### hashValuesPlain @@ -794,8 +794,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -810,7 +810,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:145](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L145) -___ +--- ### init @@ -818,10 +818,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -835,7 +835,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instance @@ -843,10 +843,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | +| Name | Type | +| :------------ | :-------------------------------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | #### Returns @@ -860,7 +860,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:184](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L184) -___ +--- ### instanceFromDDO @@ -868,11 +868,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `ctx` | `NFT721LockConditionContext` | -| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | +| Name | Type | +| :------------ | :------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `ctx` | `NFT721LockConditionContext` | +| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | #### Returns @@ -886,7 +886,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:154](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L154) -___ +--- ### params @@ -896,12 +896,12 @@ Generates the hash of condition inputs. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `did` | `string` | The DID of the asset with NFTs attached to lock. | -| `lockAddress` | `string` | the address to lock the NFT to (vault address) | -| `amount` | `number` | The amount of locked tokens. | -| `nftContractAddress` | `string` | The NFT721 contract address | +| Name | Type | Description | +| :------------------- | :------- | :----------------------------------------------- | +| `did` | `string` | The DID of the asset with NFTs attached to lock. | +| `lockAddress` | `string` | the address to lock the NFT to (vault address) | +| `amount` | `number` | The amount of locked tokens. | +| `nftContractAddress` | `string` | The NFT721 contract address | #### Returns @@ -917,7 +917,7 @@ Hash of all the values. [src/keeper/contracts/defi/NFT721LockCondition.ts:39](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/NFT721LockCondition.ts#L39) -___ +--- ### paramsFromDDO @@ -925,8 +925,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------------ | :--------------------------- | | `__namedParameters` | `NFT721LockConditionContext` | #### Returns @@ -941,7 +941,7 @@ ___ [src/keeper/contracts/defi/NFT721LockCondition.ts:53](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/NFT721LockCondition.ts#L53) -___ +--- ### send @@ -949,11 +949,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -968,7 +968,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -976,12 +976,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -995,7 +995,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### setInstanceConfig @@ -1003,8 +1003,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1019,7 +1019,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### addressesStatic @@ -1027,10 +1027,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1044,7 +1044,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1052,11 +1052,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1070,7 +1070,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1078,8 +1078,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1094,7 +1094,7 @@ ___ [src/keeper/contracts/defi/NFT721LockCondition.ts:20](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/NFT721LockCondition.ts#L20) -___ +--- ### setInstanceConfig @@ -1102,15 +1102,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/conditions.NFTAccessCondition.md b/docs/api-reference/classes/conditions.NFTAccessCondition.md index 1e25ec558..5f37c4062 100644 --- a/docs/api-reference/classes/conditions.NFTAccessCondition.md +++ b/docs/api-reference/classes/conditions.NFTAccessCondition.md @@ -79,8 +79,8 @@ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -105,7 +105,7 @@ [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -119,7 +119,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -133,7 +133,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -165,7 +165,7 @@ ProviderCondition.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -183,7 +183,7 @@ ProviderCondition.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -201,7 +201,7 @@ ProviderCondition.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -219,7 +219,7 @@ ProviderCondition.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -237,7 +237,7 @@ ProviderCondition.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -255,7 +255,7 @@ ProviderCondition.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -273,7 +273,7 @@ ProviderCondition.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -299,11 +299,11 @@ ProviderCondition.web3 #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------ | :---------------------- | +| `agreementId` | `string` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -317,7 +317,7 @@ ProviderCondition.web3 [src/keeper/contracts/conditions/Condition.abstract.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L97) -___ +--- ### addresses @@ -335,7 +335,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### call @@ -344,15 +344,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -367,7 +367,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -377,8 +377,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -395,7 +395,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### checkPermissions @@ -403,11 +403,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `grantee` | `string` | -| `did` | `string` | -| `from?` | [`Account`](Account.md) | +| Name | Type | +| :-------- | :---------------------- | +| `grantee` | `string` | +| `did` | `string` | +| `from?` | [`Account`](Account.md) | #### Returns @@ -417,7 +417,7 @@ ___ [src/keeper/contracts/conditions/NFTs/NFTAccessCondition.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/NFTAccessCondition.ts#L41) -___ +--- ### findSigner @@ -425,8 +425,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -441,7 +441,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### fulfill @@ -449,13 +449,13 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `grantee` | `string` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------ | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `grantee` | `string` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -469,7 +469,7 @@ ___ [src/keeper/contracts/conditions/NFTs/NFTAccessCondition.ts:26](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/NFTAccessCondition.ts#L26) -___ +--- ### fulfillGateway @@ -477,12 +477,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | -| `additionalParams` | `Record`<`string`, `unknown`\> | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :----------------- | :---------------------------------------------------------------------------------------------------- | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | +| `additionalParams` | `Record`<`string`, `unknown`\> | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -496,7 +496,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:204](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L204) -___ +--- ### fulfillInstance @@ -504,13 +504,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | -| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :----------------- | :---------------------------------------------------------------------------------------------------- | :------------ | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | +| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -524,7 +524,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:162](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L162) -___ +--- ### fulfillPlain @@ -532,13 +532,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `agreementId` | `string` | `undefined` | -| `args` | `any`[] | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :------------ | :------------------------------------------------------------ | :------------ | +| `agreementId` | `string` | `undefined` | +| `args` | `any`[] | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -552,7 +552,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L69) -___ +--- ### gatewayMethod @@ -570,7 +570,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:221](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L221) -___ +--- ### generateId @@ -578,10 +578,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -595,7 +595,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:83](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L83) -___ +--- ### generateIdHash @@ -603,10 +603,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `...values` | `any`[] | +| `...values` | `any`[] | #### Returns @@ -620,7 +620,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:79](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L79) -___ +--- ### generateIdWithSeed @@ -628,10 +628,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -645,7 +645,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L87) -___ +--- ### getAddress @@ -663,7 +663,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getConditionFulfilledEvent @@ -671,8 +671,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns @@ -687,7 +687,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:101](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L101) -___ +--- ### getContract @@ -705,7 +705,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -713,8 +713,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -729,7 +729,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -737,8 +737,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -753,7 +753,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getSignatureOfMethod @@ -761,10 +761,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -778,7 +778,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### hashValues @@ -786,8 +786,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -802,7 +802,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:141](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L141) -___ +--- ### hashValuesPlain @@ -810,8 +810,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -826,7 +826,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:145](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L145) -___ +--- ### init @@ -834,10 +834,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -851,7 +851,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instance @@ -859,10 +859,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | +| Name | Type | +| :------------ | :-------------------------------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | #### Returns @@ -876,7 +876,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:184](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L184) -___ +--- ### instanceFromDDO @@ -884,11 +884,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `ctx` | `NFTAccessConditionContext` | -| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | +| Name | Type | +| :------------ | :------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `ctx` | `NFTAccessConditionContext` | +| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | #### Returns @@ -902,7 +902,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:154](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L154) -___ +--- ### params @@ -910,9 +910,9 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `did` | `string` | +| Name | Type | +| :-------- | :------- | +| `did` | `string` | | `grantee` | `string` | #### Returns @@ -927,7 +927,7 @@ ___ [src/keeper/contracts/conditions/NFTs/NFTAccessCondition.ts:18](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/NFTAccessCondition.ts#L18) -___ +--- ### paramsFromDDO @@ -935,8 +935,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------------ | :-------------------------- | | `__namedParameters` | `NFTAccessConditionContext` | #### Returns @@ -951,7 +951,7 @@ ___ [src/keeper/contracts/conditions/NFTs/NFTAccessCondition.ts:22](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/NFTAccessCondition.ts#L22) -___ +--- ### send @@ -959,11 +959,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -978,7 +978,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -986,12 +986,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -1005,7 +1005,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### setInstanceConfig @@ -1013,8 +1013,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1029,7 +1029,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### addressesStatic @@ -1037,10 +1037,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1054,7 +1054,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1062,11 +1062,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1080,7 +1080,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1088,8 +1088,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1104,7 +1104,7 @@ ___ [src/keeper/contracts/conditions/NFTs/NFTAccessCondition.ts:12](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/NFTAccessCondition.ts#L12) -___ +--- ### setInstanceConfig @@ -1112,15 +1112,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/conditions.NFTHolderCondition.md b/docs/api-reference/classes/conditions.NFTHolderCondition.md index cf4368dfc..b8501d3a1 100644 --- a/docs/api-reference/classes/conditions.NFTHolderCondition.md +++ b/docs/api-reference/classes/conditions.NFTHolderCondition.md @@ -80,8 +80,8 @@ Allows to fulfill a condition to users holding some amount of NFTs for a specifi #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -106,7 +106,7 @@ Allows to fulfill a condition to users holding some amount of NFTs for a specifi [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -120,7 +120,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -134,7 +134,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -166,7 +166,7 @@ ConsumerCondition.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -184,7 +184,7 @@ ConsumerCondition.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -202,7 +202,7 @@ ConsumerCondition.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -220,7 +220,7 @@ ConsumerCondition.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -238,7 +238,7 @@ ConsumerCondition.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -256,7 +256,7 @@ ConsumerCondition.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -274,7 +274,7 @@ ConsumerCondition.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -300,11 +300,11 @@ ConsumerCondition.web3 #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------ | :---------------------- | +| `agreementId` | `string` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -318,7 +318,7 @@ ConsumerCondition.web3 [src/keeper/contracts/conditions/Condition.abstract.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L97) -___ +--- ### addresses @@ -336,7 +336,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### amountFromService @@ -344,8 +344,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :-------------- | | `service` | `ServiceCommon` | #### Returns @@ -356,7 +356,7 @@ ___ [src/keeper/contracts/conditions/NFTs/NFTHolderCondition.ts:36](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/NFTHolderCondition.ts#L36) -___ +--- ### call @@ -365,15 +365,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -388,7 +388,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -398,8 +398,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -416,7 +416,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -424,8 +424,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -440,7 +440,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### fulfill @@ -450,14 +450,14 @@ Fulfill requires a validation that holder as enough NFTs for a specific DID. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementId` | `string` | SEA agreement identifier. | -| `did` | `string` | The Decentralized Identifier of the asset. | -| `holderAddress` | `string` | The contract address where the reward is locked. | -| `amount` | `default` | The amount of NFT to be hold | -| `from?` | [`Account`](Account.md) | | -| `params?` | `TxParameters` | - | +| Name | Type | Description | +| :-------------- | :---------------------- | :----------------------------------------------- | +| `agreementId` | `string` | SEA agreement identifier. | +| `did` | `string` | The Decentralized Identifier of the asset. | +| `holderAddress` | `string` | The contract address where the reward is locked. | +| `amount` | `default` | The amount of NFT to be hold | +| `from?` | [`Account`](Account.md) | | +| `params?` | `TxParameters` | - | #### Returns @@ -473,7 +473,7 @@ condition state [src/keeper/contracts/conditions/NFTs/NFTHolderCondition.ts:62](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/NFTHolderCondition.ts#L62) -___ +--- ### fulfillGateway @@ -481,12 +481,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `_cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | -| `_additionalParams` | `Record`<`string`, `unknown`\> | -| `_from?` | [`Account`](Account.md) | -| `_params?` | `TxParameters` | +| Name | Type | +| :------------------ | :---------------------------------------------------------------------------------------------------- | +| `_cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | +| `_additionalParams` | `Record`<`string`, `unknown`\> | +| `_from?` | [`Account`](Account.md) | +| `_params?` | `TxParameters` | #### Returns @@ -500,7 +500,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:230](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L230) -___ +--- ### fulfillInstance @@ -508,13 +508,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | -| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :----------------- | :---------------------------------------------------------------------------------------------------- | :------------ | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | +| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -528,7 +528,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:162](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L162) -___ +--- ### fulfillPlain @@ -536,13 +536,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `agreementId` | `string` | `undefined` | -| `args` | `any`[] | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :------------ | :------------------------------------------------------------ | :------------ | +| `agreementId` | `string` | `undefined` | +| `args` | `any`[] | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -556,7 +556,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L69) -___ +--- ### generateId @@ -564,10 +564,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -581,7 +581,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:83](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L83) -___ +--- ### generateIdHash @@ -589,10 +589,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `...values` | `any`[] | +| `...values` | `any`[] | #### Returns @@ -606,7 +606,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:79](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L79) -___ +--- ### generateIdWithSeed @@ -614,10 +614,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -631,7 +631,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L87) -___ +--- ### getAddress @@ -649,7 +649,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getConditionFulfilledEvent @@ -657,8 +657,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns @@ -673,7 +673,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:101](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L101) -___ +--- ### getContract @@ -691,7 +691,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -699,8 +699,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -715,7 +715,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -723,8 +723,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -739,7 +739,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getSignatureOfMethod @@ -747,10 +747,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -764,7 +764,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### hashValues @@ -772,8 +772,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -788,7 +788,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:141](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L141) -___ +--- ### hashValuesPlain @@ -796,8 +796,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -812,7 +812,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:145](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L145) -___ +--- ### init @@ -820,10 +820,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -837,7 +837,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instance @@ -845,10 +845,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | +| Name | Type | +| :------------ | :-------------------------------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | #### Returns @@ -862,7 +862,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:184](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L184) -___ +--- ### instanceFromDDO @@ -870,11 +870,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `ctx` | `NFTHolderConditionContext` | -| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | +| Name | Type | +| :------------ | :------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `ctx` | `NFTHolderConditionContext` | +| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | #### Returns @@ -888,7 +888,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:154](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L154) -___ +--- ### params @@ -898,11 +898,11 @@ Generate the hash of condition inputs with the following parameters. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `did` | `string` | The Decentralized Identifier of the asset. | -| `holderAddress` | `string` | The address of the NFT holder . | -| `amount?` | `default` | The amount of NFTs that need to be hold by the holder | +| Name | Type | Description | +| :-------------- | :-------- | :---------------------------------------------------- | +| `did` | `string` | The Decentralized Identifier of the asset. | +| `holderAddress` | `string` | The address of the NFT holder . | +| `amount?` | `default` | The amount of NFTs that need to be hold by the holder | #### Returns @@ -918,7 +918,7 @@ hash of all the values [src/keeper/contracts/conditions/NFTs/NFTHolderCondition.ts:32](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/NFTHolderCondition.ts#L32) -___ +--- ### paramsFromDDO @@ -926,8 +926,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------------ | :-------------------------- | | `__namedParameters` | `NFTHolderConditionContext` | #### Returns @@ -942,7 +942,7 @@ ___ [src/keeper/contracts/conditions/NFTs/NFTHolderCondition.ts:42](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/NFTHolderCondition.ts#L42) -___ +--- ### send @@ -950,11 +950,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -969,7 +969,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -977,12 +977,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -996,7 +996,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### setInstanceConfig @@ -1004,8 +1004,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1020,7 +1020,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### addressesStatic @@ -1028,10 +1028,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1045,7 +1045,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1053,11 +1053,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1071,7 +1071,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1079,8 +1079,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1095,7 +1095,7 @@ ___ [src/keeper/contracts/conditions/NFTs/NFTHolderCondition.ts:18](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/NFTHolderCondition.ts#L18) -___ +--- ### setInstanceConfig @@ -1103,15 +1103,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/conditions.NFTLockCondition.md b/docs/api-reference/classes/conditions.NFTLockCondition.md index 6305358a1..edc5a769b 100644 --- a/docs/api-reference/classes/conditions.NFTLockCondition.md +++ b/docs/api-reference/classes/conditions.NFTLockCondition.md @@ -79,8 +79,8 @@ Implementation of the NFT Lock Condition #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -105,7 +105,7 @@ Implementation of the NFT Lock Condition [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -119,7 +119,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -133,7 +133,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -165,7 +165,7 @@ ConsumerCondition.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -183,7 +183,7 @@ ConsumerCondition.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -201,7 +201,7 @@ ConsumerCondition.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -219,7 +219,7 @@ ConsumerCondition.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -237,7 +237,7 @@ ConsumerCondition.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -255,7 +255,7 @@ ConsumerCondition.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -273,7 +273,7 @@ ConsumerCondition.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -299,11 +299,11 @@ ConsumerCondition.web3 #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------ | :---------------------- | +| `agreementId` | `string` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -317,7 +317,7 @@ ConsumerCondition.web3 [src/keeper/contracts/conditions/Condition.abstract.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L97) -___ +--- ### addresses @@ -335,7 +335,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### call @@ -344,15 +344,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -367,7 +367,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -377,8 +377,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -395,7 +395,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -403,8 +403,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -419,7 +419,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### fulfill @@ -429,14 +429,14 @@ Fulfill requires valid NFT transfer in order to lock the amount of DID NFTs base #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementId` | `string` | SEA agreement identifier. | -| `did` | `string` | Asset Decentralized identifier. | -| `rewardAddress` | `string` | The contract address where the reward is locked. | -| `amount` | `default` | The amount of tokens to be transferred. | -| `from?` | [`Account`](Account.md) | | -| `params?` | `TxParameters` | - | +| Name | Type | Description | +| :-------------- | :---------------------- | :----------------------------------------------- | +| `agreementId` | `string` | SEA agreement identifier. | +| `did` | `string` | Asset Decentralized identifier. | +| `rewardAddress` | `string` | The contract address where the reward is locked. | +| `amount` | `default` | The amount of tokens to be transferred. | +| `from?` | [`Account`](Account.md) | | +| `params?` | `TxParameters` | - | #### Returns @@ -452,7 +452,7 @@ Condition state. [src/keeper/contracts/conditions/NFTs/NFTLockCondition.ts:47](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/NFTLockCondition.ts#L47) -___ +--- ### fulfillGateway @@ -460,12 +460,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `_cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | -| `_additionalParams` | `Record`<`string`, `unknown`\> | -| `_from?` | [`Account`](Account.md) | -| `_params?` | `TxParameters` | +| Name | Type | +| :------------------ | :---------------------------------------------------------------------------------------------------- | +| `_cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | +| `_additionalParams` | `Record`<`string`, `unknown`\> | +| `_from?` | [`Account`](Account.md) | +| `_params?` | `TxParameters` | #### Returns @@ -479,7 +479,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:230](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L230) -___ +--- ### fulfillInstance @@ -487,13 +487,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | -| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :----------------- | :---------------------------------------------------------------------------------------------------- | :------------ | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | +| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -507,7 +507,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:162](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L162) -___ +--- ### fulfillPlain @@ -515,13 +515,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `agreementId` | `string` | `undefined` | -| `args` | `any`[] | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :------------ | :------------------------------------------------------------ | :------------ | +| `agreementId` | `string` | `undefined` | +| `args` | `any`[] | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -535,7 +535,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L69) -___ +--- ### generateId @@ -543,10 +543,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -560,7 +560,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:83](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L83) -___ +--- ### generateIdHash @@ -568,10 +568,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `...values` | `any`[] | +| `...values` | `any`[] | #### Returns @@ -585,7 +585,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:79](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L79) -___ +--- ### generateIdWithSeed @@ -593,10 +593,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -610,7 +610,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L87) -___ +--- ### getAddress @@ -628,7 +628,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getConditionFulfilledEvent @@ -636,8 +636,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns @@ -652,7 +652,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:101](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L101) -___ +--- ### getContract @@ -670,7 +670,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -678,8 +678,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -694,7 +694,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -702,8 +702,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -718,7 +718,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getSignatureOfMethod @@ -726,10 +726,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -743,7 +743,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### hashValues @@ -751,8 +751,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -767,7 +767,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:141](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L141) -___ +--- ### hashValuesPlain @@ -775,8 +775,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -791,7 +791,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:145](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L145) -___ +--- ### init @@ -799,10 +799,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -816,7 +816,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instance @@ -824,10 +824,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | +| Name | Type | +| :------------ | :-------------------------------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | #### Returns @@ -841,7 +841,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:184](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L184) -___ +--- ### instanceFromDDO @@ -849,11 +849,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `ctx` | `NFTLockConditionContext` | -| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | +| Name | Type | +| :------------ | :------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `ctx` | `NFTLockConditionContext` | +| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | #### Returns @@ -867,7 +867,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:154](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L154) -___ +--- ### params @@ -877,11 +877,11 @@ Generates the hash of condition inputs. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `did` | `string` | The DID of the asset with NFTs attached to lock. | -| `rewardAddress` | `string` | The final address to receive the NFTs. | -| `amount` | `number` | The amount of locked tokens. | +| Name | Type | Description | +| :-------------- | :------- | :----------------------------------------------- | +| `did` | `string` | The DID of the asset with NFTs attached to lock. | +| `rewardAddress` | `string` | The final address to receive the NFTs. | +| `amount` | `number` | The amount of locked tokens. | #### Returns @@ -897,7 +897,7 @@ Hash of all the values. [src/keeper/contracts/conditions/NFTs/NFTLockCondition.ts:30](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/NFTLockCondition.ts#L30) -___ +--- ### paramsFromDDO @@ -905,8 +905,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------------ | :------------------------ | | `__namedParameters` | `NFTLockConditionContext` | #### Returns @@ -921,7 +921,7 @@ ___ [src/keeper/contracts/conditions/NFTs/NFTLockCondition.ts:34](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/NFTLockCondition.ts#L34) -___ +--- ### send @@ -929,11 +929,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -948,7 +948,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -956,12 +956,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -975,7 +975,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### setInstanceConfig @@ -983,8 +983,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -999,7 +999,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### addressesStatic @@ -1007,10 +1007,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1024,7 +1024,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1032,11 +1032,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1050,7 +1050,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1058,8 +1058,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1074,7 +1074,7 @@ ___ [src/keeper/contracts/conditions/NFTs/NFTLockCondition.ts:17](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/NFTLockCondition.ts#L17) -___ +--- ### setInstanceConfig @@ -1082,15 +1082,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/conditions.ProviderCondition.md b/docs/api-reference/classes/conditions.ProviderCondition.md index 6eccb3628..108fcd5f6 100644 --- a/docs/api-reference/classes/conditions.ProviderCondition.md +++ b/docs/api-reference/classes/conditions.ProviderCondition.md @@ -6,10 +6,10 @@ ## Type parameters -| Name | Type | -| :------ | :------ | -| `Ctx` | extends [`ConditionContext`](../interfaces/conditions.ConditionContext.md) | -| `Extra` | `Record`<`string`, `unknown`\> | +| Name | Type | +| :------ | :------------------------------------------------------------------------- | +| `Ctx` | extends [`ConditionContext`](../interfaces/conditions.ConditionContext.md) | +| `Extra` | `Record`<`string`, `unknown`\> | ## Hierarchy @@ -111,15 +111,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `Ctx` | extends [`ConditionContext`](../interfaces/conditions.ConditionContext.md) | -| `Extra` | `Record`<`string`, `unknown`\> | +| Name | Type | +| :------ | :------------------------------------------------------------------------- | +| `Ctx` | extends [`ConditionContext`](../interfaces/conditions.ConditionContext.md) | +| `Extra` | `Record`<`string`, `unknown`\> | #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -144,7 +144,7 @@ [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -158,7 +158,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -172,7 +172,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -204,7 +204,7 @@ Condition.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -222,7 +222,7 @@ Condition.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -240,7 +240,7 @@ Condition.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -258,7 +258,7 @@ Condition.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -276,7 +276,7 @@ Condition.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -294,7 +294,7 @@ Condition.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -312,7 +312,7 @@ Condition.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -338,11 +338,11 @@ Condition.web3 #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------ | :---------------------- | +| `agreementId` | `string` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -356,7 +356,7 @@ Condition.web3 [src/keeper/contracts/conditions/Condition.abstract.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L97) -___ +--- ### addresses @@ -374,7 +374,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### call @@ -383,15 +383,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -406,7 +406,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -416,8 +416,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -434,7 +434,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -442,8 +442,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -458,7 +458,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### fulfill @@ -466,10 +466,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `...args` | `any`[] | +| `...args` | `any`[] | #### Returns @@ -483,7 +483,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:67](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L67) -___ +--- ### fulfillGateway @@ -491,12 +491,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Extra`\> | -| `additionalParams` | `Extra` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :----------------- | :----------------------------------------------------------------------------- | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Extra`\> | +| `additionalParams` | `Extra` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -510,7 +510,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:204](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L204) -___ +--- ### fulfillInstance @@ -518,13 +518,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Extra`\> | `undefined` | -| `additionalParams` | `Extra` | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :----------------- | :----------------------------------------------------------------------------- | :------------ | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Extra`\> | `undefined` | +| `additionalParams` | `Extra` | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -538,7 +538,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:162](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L162) -___ +--- ### fulfillPlain @@ -546,13 +546,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `agreementId` | `string` | `undefined` | -| `args` | `any`[] | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :------------ | :------------------------------------------------------------ | :------------ | +| `agreementId` | `string` | `undefined` | +| `args` | `any`[] | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -566,7 +566,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L69) -___ +--- ### gatewayMethod @@ -580,7 +580,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:221](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L221) -___ +--- ### generateId @@ -588,10 +588,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -605,7 +605,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:83](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L83) -___ +--- ### generateIdHash @@ -613,10 +613,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `...values` | `any`[] | +| `...values` | `any`[] | #### Returns @@ -630,7 +630,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:79](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L79) -___ +--- ### generateIdWithSeed @@ -638,10 +638,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -655,7 +655,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L87) -___ +--- ### getAddress @@ -673,7 +673,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getConditionFulfilledEvent @@ -681,8 +681,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns @@ -697,7 +697,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:101](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L101) -___ +--- ### getContract @@ -715,7 +715,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -723,8 +723,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -739,7 +739,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -747,8 +747,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -763,7 +763,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getSignatureOfMethod @@ -771,10 +771,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -788,7 +788,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### hashValues @@ -796,8 +796,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -812,7 +812,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:141](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L141) -___ +--- ### hashValuesPlain @@ -820,8 +820,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -836,7 +836,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:145](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L145) -___ +--- ### init @@ -844,10 +844,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -861,7 +861,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instance @@ -869,10 +869,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Extra`\> | +| Name | Type | +| :------------ | :--------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Extra`\> | #### Returns @@ -886,7 +886,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:184](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L184) -___ +--- ### instanceFromDDO @@ -894,11 +894,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `ctx` | `Ctx` | -| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | +| Name | Type | +| :------------ | :------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `ctx` | `Ctx` | +| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | #### Returns @@ -912,7 +912,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:154](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L154) -___ +--- ### params @@ -920,8 +920,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -936,7 +936,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:134](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L134) -___ +--- ### paramsFromDDO @@ -944,9 +944,9 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `ctx` | `Ctx` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------- | +| `ctx` | `Ctx` | | `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | #### Returns @@ -961,7 +961,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:149](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L149) -___ +--- ### send @@ -969,11 +969,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -988,7 +988,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -996,12 +996,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -1015,7 +1015,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### setInstanceConfig @@ -1023,8 +1023,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1039,7 +1039,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### addressesStatic @@ -1047,10 +1047,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1064,7 +1064,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1072,11 +1072,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1090,7 +1090,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1098,19 +1098,19 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `Ctx` | extends [`ConditionContext`](../interfaces/conditions.ConditionContext.md) | -| `Extra` | `Extra` | +| Name | Type | +| :------ | :------------------------------------------------------------------------- | +| `Ctx` | extends [`ConditionContext`](../interfaces/conditions.ConditionContext.md) | +| `Extra` | `Extra` | #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `conditionName` | `string` | `undefined` | -| `conditionsClass` | `any` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :---------------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `conditionName` | `string` | `undefined` | +| `conditionsClass` | `any` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -1124,7 +1124,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:121](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L121) -___ +--- ### setInstanceConfig @@ -1132,15 +1132,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/conditions.TransferDIDOwnershipCondition.md b/docs/api-reference/classes/conditions.TransferDIDOwnershipCondition.md index c7718692c..c699cbb30 100644 --- a/docs/api-reference/classes/conditions.TransferDIDOwnershipCondition.md +++ b/docs/api-reference/classes/conditions.TransferDIDOwnershipCondition.md @@ -80,8 +80,8 @@ Condition allowing to transfer the ownership between the original owner and a re #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -106,7 +106,7 @@ Condition allowing to transfer the ownership between the original owner and a re [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -120,7 +120,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -134,7 +134,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -166,7 +166,7 @@ ProviderCondition.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -184,7 +184,7 @@ ProviderCondition.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -202,7 +202,7 @@ ProviderCondition.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -220,7 +220,7 @@ ProviderCondition.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -238,7 +238,7 @@ ProviderCondition.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -256,7 +256,7 @@ ProviderCondition.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -274,7 +274,7 @@ ProviderCondition.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -300,11 +300,11 @@ ProviderCondition.web3 #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------ | :---------------------- | +| `agreementId` | `string` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -318,7 +318,7 @@ ProviderCondition.web3 [src/keeper/contracts/conditions/Condition.abstract.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L97) -___ +--- ### addresses @@ -336,7 +336,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### call @@ -345,15 +345,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -368,7 +368,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -378,8 +378,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -396,7 +396,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -404,8 +404,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -420,7 +420,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### fulfill @@ -435,13 +435,13 @@ Fulfill method transfer full ownership permissions to the receiver address. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementId` | `string` | Agreement identifier. | -| `did` | `string` | The Decentralized Identifier of the asset. | -| `receiver` | `string` | The address of the granted user. | -| `from?` | [`Account`](Account.md) | | -| `params?` | `TxParameters` | - | +| Name | Type | Description | +| :------------ | :---------------------- | :----------------------------------------- | +| `agreementId` | `string` | Agreement identifier. | +| `did` | `string` | The Decentralized Identifier of the asset. | +| `receiver` | `string` | The address of the granted user. | +| `from?` | [`Account`](Account.md) | | +| `params?` | `TxParameters` | - | #### Returns @@ -457,7 +457,7 @@ Condition state. [src/keeper/contracts/conditions/TransferDIDOwnershipCondition.ts:52](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/TransferDIDOwnershipCondition.ts#L52) -___ +--- ### fulfillGateway @@ -465,12 +465,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | -| `additionalParams` | `Record`<`string`, `unknown`\> | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :----------------- | :---------------------------------------------------------------------------------------------------- | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | +| `additionalParams` | `Record`<`string`, `unknown`\> | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -484,7 +484,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:204](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L204) -___ +--- ### fulfillInstance @@ -492,13 +492,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | -| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :----------------- | :---------------------------------------------------------------------------------------------------- | :------------ | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | +| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -512,7 +512,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:162](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L162) -___ +--- ### fulfillPlain @@ -520,13 +520,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `agreementId` | `string` | `undefined` | -| `args` | `any`[] | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :------------ | :------------------------------------------------------------ | :------------ | +| `agreementId` | `string` | `undefined` | +| `args` | `any`[] | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -540,7 +540,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L69) -___ +--- ### gatewayMethod @@ -558,7 +558,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:221](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L221) -___ +--- ### generateId @@ -566,10 +566,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -583,7 +583,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:83](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L83) -___ +--- ### generateIdHash @@ -591,10 +591,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `...values` | `any`[] | +| `...values` | `any`[] | #### Returns @@ -608,7 +608,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:79](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L79) -___ +--- ### generateIdWithSeed @@ -616,10 +616,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -633,7 +633,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L87) -___ +--- ### getAddress @@ -651,7 +651,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getConditionFulfilledEvent @@ -659,8 +659,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns @@ -675,7 +675,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:101](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L101) -___ +--- ### getContract @@ -693,7 +693,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -701,8 +701,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -717,7 +717,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -725,8 +725,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -741,7 +741,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getSignatureOfMethod @@ -749,10 +749,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -766,7 +766,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### hashValues @@ -774,8 +774,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -790,7 +790,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:141](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L141) -___ +--- ### hashValuesPlain @@ -798,8 +798,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -814,7 +814,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:145](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L145) -___ +--- ### init @@ -822,10 +822,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -839,7 +839,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instance @@ -847,10 +847,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | +| Name | Type | +| :------------ | :-------------------------------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | #### Returns @@ -864,7 +864,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:184](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L184) -___ +--- ### instanceFromDDO @@ -872,11 +872,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `ctx` | `AccessConditionContext` | -| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | +| Name | Type | +| :------------ | :------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `ctx` | `AccessConditionContext` | +| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | #### Returns @@ -890,7 +890,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:154](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L154) -___ +--- ### params @@ -900,9 +900,9 @@ Generates the hash of the condition inputs. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `did` | `string` | The Decentralized Identifier of the asset. | +| Name | Type | Description | +| :--------- | :------- | :----------------------------------------------- | +| `did` | `string` | The Decentralized Identifier of the asset. | | `receiver` | `string` | Address of the granted user or the DID provider. | #### Returns @@ -919,7 +919,7 @@ Hash of all the values. [src/keeper/contracts/conditions/TransferDIDOwnershipCondition.ts:31](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/TransferDIDOwnershipCondition.ts#L31) -___ +--- ### paramsFromDDO @@ -927,8 +927,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------------ | :----------------------- | | `__namedParameters` | `AccessConditionContext` | #### Returns @@ -943,7 +943,7 @@ ___ [src/keeper/contracts/conditions/TransferDIDOwnershipCondition.ts:35](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/TransferDIDOwnershipCondition.ts#L35) -___ +--- ### send @@ -951,11 +951,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -970,7 +970,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -978,12 +978,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -997,7 +997,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### setInstanceConfig @@ -1005,8 +1005,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1021,7 +1021,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### addressesStatic @@ -1029,10 +1029,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1046,7 +1046,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1054,11 +1054,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1072,7 +1072,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1080,8 +1080,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1096,7 +1096,7 @@ ___ [src/keeper/contracts/conditions/TransferDIDOwnershipCondition.ts:15](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/TransferDIDOwnershipCondition.ts#L15) -___ +--- ### setInstanceConfig @@ -1104,15 +1104,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/conditions.TransferNFT721Condition.md b/docs/api-reference/classes/conditions.TransferNFT721Condition.md index b8127b3b8..59b882de8 100644 --- a/docs/api-reference/classes/conditions.TransferNFT721Condition.md +++ b/docs/api-reference/classes/conditions.TransferNFT721Condition.md @@ -80,8 +80,8 @@ Condition allowing to transfer an NFT between the original owner and a receiver #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -106,7 +106,7 @@ Condition allowing to transfer an NFT between the original owner and a receiver [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -120,7 +120,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -134,7 +134,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -166,7 +166,7 @@ ProviderCondition.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -184,7 +184,7 @@ ProviderCondition.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -202,7 +202,7 @@ ProviderCondition.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -220,7 +220,7 @@ ProviderCondition.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -238,7 +238,7 @@ ProviderCondition.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -256,7 +256,7 @@ ProviderCondition.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -274,7 +274,7 @@ ProviderCondition.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -300,11 +300,11 @@ ProviderCondition.web3 #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------ | :---------------------- | +| `agreementId` | `string` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -318,7 +318,7 @@ ProviderCondition.web3 [src/keeper/contracts/conditions/Condition.abstract.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L97) -___ +--- ### addresses @@ -336,7 +336,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### call @@ -345,15 +345,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -368,7 +368,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -378,8 +378,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -396,7 +396,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -404,8 +404,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -420,7 +420,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### fulfill @@ -434,16 +434,16 @@ Only DID owner or DID provider can call this method. #### Parameters -| Name | Type | Default value | Description | -| :------ | :------ | :------ | :------ | -| `agreementId` | `string` | `undefined` | The agreement identifier. | -| `did` | `string` | `undefined` | The DID of the asset with NFTs. | -| `nftReceiver` | `string` | `undefined` | The address of the account to receive the NFT. | -| `lockPaymentCondition` | `string` | `undefined` | lock payment condition identifier. | -| `nftTokenAddress` | `string` | `undefined` | address of the nft token to use. | -| `willBeTransferred` | `boolean` | `true` | Indicates if the asset will be transferred or minted | -| `from?` | [`Account`](Account.md) | `undefined` | | -| `txParams?` | `TxParameters` | `undefined` | - | +| Name | Type | Default value | Description | +| :--------------------- | :---------------------- | :------------ | :--------------------------------------------------- | +| `agreementId` | `string` | `undefined` | The agreement identifier. | +| `did` | `string` | `undefined` | The DID of the asset with NFTs. | +| `nftReceiver` | `string` | `undefined` | The address of the account to receive the NFT. | +| `lockPaymentCondition` | `string` | `undefined` | lock payment condition identifier. | +| `nftTokenAddress` | `string` | `undefined` | address of the nft token to use. | +| `willBeTransferred` | `boolean` | `true` | Indicates if the asset will be transferred or minted | +| `from?` | [`Account`](Account.md) | `undefined` | | +| `txParams?` | `TxParameters` | `undefined` | - | #### Returns @@ -459,7 +459,7 @@ Condition state. [src/keeper/contracts/conditions/NFTs/TransferNFT721Condition.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/TransferNFT721Condition.ts#L129) -___ +--- ### fulfillGateway @@ -467,12 +467,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | -| `additionalParams` | `Record`<`string`, `unknown`\> | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :----------------- | :---------------------------------------------------------------------------------------------------- | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | +| `additionalParams` | `Record`<`string`, `unknown`\> | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -486,7 +486,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:204](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L204) -___ +--- ### fulfillInstance @@ -494,13 +494,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | -| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :----------------- | :---------------------------------------------------------------------------------------------------- | :------------ | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | +| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -514,7 +514,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:162](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L162) -___ +--- ### fulfillPlain @@ -522,13 +522,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `agreementId` | `string` | `undefined` | -| `args` | `any`[] | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :------------ | :------------------------------------------------------------ | :------------ | +| `agreementId` | `string` | `undefined` | +| `args` | `any`[] | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -542,7 +542,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L69) -___ +--- ### gatewayMethod @@ -560,7 +560,7 @@ ___ [src/keeper/contracts/conditions/NFTs/TransferNFT721Condition.ts:154](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/TransferNFT721Condition.ts#L154) -___ +--- ### generateId @@ -568,10 +568,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -585,7 +585,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:83](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L83) -___ +--- ### generateIdHash @@ -593,10 +593,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `...values` | `any`[] | +| `...values` | `any`[] | #### Returns @@ -610,7 +610,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:79](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L79) -___ +--- ### generateIdWithSeed @@ -618,10 +618,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -635,7 +635,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L87) -___ +--- ### getAddress @@ -653,7 +653,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getConditionFulfilledEvent @@ -661,8 +661,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns @@ -677,7 +677,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:101](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L101) -___ +--- ### getContract @@ -695,7 +695,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -703,8 +703,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -719,7 +719,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -727,8 +727,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -743,7 +743,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getSignatureOfMethod @@ -751,10 +751,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -768,7 +768,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### hashValues @@ -776,8 +776,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -792,7 +792,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:141](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L141) -___ +--- ### hashValuesPlain @@ -800,8 +800,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -816,7 +816,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:145](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L145) -___ +--- ### init @@ -824,10 +824,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -841,7 +841,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instance @@ -849,10 +849,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | +| Name | Type | +| :------------ | :-------------------------------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | #### Returns @@ -866,7 +866,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:184](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L184) -___ +--- ### instanceFromDDO @@ -874,11 +874,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `ctx` | `TransferNFT721ConditionContext` | -| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | +| Name | Type | +| :------------ | :------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `ctx` | `TransferNFT721ConditionContext` | +| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | #### Returns @@ -892,7 +892,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:154](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L154) -___ +--- ### params @@ -902,15 +902,15 @@ Generates the hash of condition inputs. #### Parameters -| Name | Type | Default value | Description | -| :------ | :------ | :------ | :------ | -| `did` | `string` | `undefined` | The DID of the asset with NFTs. | -| `nftHolder` | `string` | `undefined` | The address of the Holder of the NFT. | -| `nftReceiver` | `string` | `undefined` | The address of the granted user or the DID provider. | -| `lockCondition` | `string` | `undefined` | Lock condition identifier. | -| `nftTokenAddress` | `string` | `undefined` | The address of the NFT token to use. | -| `willBeTransferred` | `boolean` | `true` | Indicates if the asset will be transferred or minted | -| `expiration` | `number` | `0` | - | +| Name | Type | Default value | Description | +| :------------------ | :-------- | :------------ | :--------------------------------------------------- | +| `did` | `string` | `undefined` | The DID of the asset with NFTs. | +| `nftHolder` | `string` | `undefined` | The address of the Holder of the NFT. | +| `nftReceiver` | `string` | `undefined` | The address of the granted user or the DID provider. | +| `lockCondition` | `string` | `undefined` | Lock condition identifier. | +| `nftTokenAddress` | `string` | `undefined` | The address of the NFT token to use. | +| `willBeTransferred` | `boolean` | `true` | Indicates if the asset will be transferred or minted | +| `expiration` | `number` | `0` | - | #### Returns @@ -926,7 +926,7 @@ Hash of all the values [src/keeper/contracts/conditions/NFTs/TransferNFT721Condition.ts:43](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/TransferNFT721Condition.ts#L43) -___ +--- ### paramsFromDDO @@ -934,10 +934,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------------ | :------------------------------- | | `__namedParameters` | `TransferNFT721ConditionContext` | -| `lockCondition` | `any` | +| `lockCondition` | `any` | #### Returns @@ -951,7 +951,7 @@ ___ [src/keeper/contracts/conditions/NFTs/TransferNFT721Condition.ts:88](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/TransferNFT721Condition.ts#L88) -___ +--- ### send @@ -959,11 +959,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -978,7 +978,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -986,12 +986,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -1005,7 +1005,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### setInstanceConfig @@ -1013,8 +1013,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1029,7 +1029,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### addressesStatic @@ -1037,10 +1037,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1054,7 +1054,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1062,11 +1062,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1080,7 +1080,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1088,8 +1088,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1104,7 +1104,7 @@ ___ [src/keeper/contracts/conditions/NFTs/TransferNFT721Condition.ts:22](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/TransferNFT721Condition.ts#L22) -___ +--- ### setInstanceConfig @@ -1112,15 +1112,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/conditions.TransferNFTCondition.md b/docs/api-reference/classes/conditions.TransferNFTCondition.md index 4a8914060..4255dcdbe 100644 --- a/docs/api-reference/classes/conditions.TransferNFTCondition.md +++ b/docs/api-reference/classes/conditions.TransferNFTCondition.md @@ -81,8 +81,8 @@ Condition allowing to transfer an NFT between the original owner and a receiver #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -107,7 +107,7 @@ Condition allowing to transfer an NFT between the original owner and a receiver [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -121,7 +121,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -135,7 +135,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -167,7 +167,7 @@ ProviderCondition.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -185,7 +185,7 @@ ProviderCondition.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -203,7 +203,7 @@ ProviderCondition.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -221,7 +221,7 @@ ProviderCondition.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -239,7 +239,7 @@ ProviderCondition.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -257,7 +257,7 @@ ProviderCondition.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -275,7 +275,7 @@ ProviderCondition.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -301,11 +301,11 @@ ProviderCondition.web3 #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------ | :---------------------- | +| `agreementId` | `string` | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -319,7 +319,7 @@ ProviderCondition.web3 [src/keeper/contracts/conditions/Condition.abstract.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L97) -___ +--- ### addresses @@ -337,7 +337,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### call @@ -346,15 +346,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -369,7 +369,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -379,8 +379,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -397,7 +397,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -405,8 +405,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -421,7 +421,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### fulfill @@ -435,15 +435,15 @@ Only DID owner or DID provider can call this method. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementId` | `string` | The agreement identifier. | -| `did` | `string` | The DID of the asset with NFTs. | -| `nftReceiver` | `string` | The address of the account to receive the NFT. | -| `nftAmount` | `default` | amount of NFTs to transfer. | -| `lockPaymentCondition` | `string` | lock payment condition identifier. | -| `from?` | [`Account`](Account.md) | | -| `txParams?` | `TxParameters` | - | +| Name | Type | Description | +| :--------------------- | :---------------------- | :--------------------------------------------- | +| `agreementId` | `string` | The agreement identifier. | +| `did` | `string` | The DID of the asset with NFTs. | +| `nftReceiver` | `string` | The address of the account to receive the NFT. | +| `nftAmount` | `default` | amount of NFTs to transfer. | +| `lockPaymentCondition` | `string` | lock payment condition identifier. | +| `from?` | [`Account`](Account.md) | | +| `txParams?` | `TxParameters` | - | #### Returns @@ -459,7 +459,7 @@ Condition state. [src/keeper/contracts/conditions/NFTs/TransferNFTCondition.ts:124](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/TransferNFTCondition.ts#L124) -___ +--- ### fulfillForDelegate @@ -473,17 +473,17 @@ Only DID owner or DID provider can call this method. #### Parameters -| Name | Type | Default value | Description | -| :------ | :------ | :------ | :------ | -| `agreementId` | `string` | `undefined` | The agreement identifier. | -| `did` | `string` | `undefined` | The DID of the asset with NFTs. | -| `nftHolder` | `string` | `undefined` | The address of the account currently holding the NFT. | -| `nftReceiver` | `string` | `undefined` | The address of the account to receive the NFT. | -| `nftAmount` | `default` | `undefined` | The amount of NFTs to transfer. | -| `lockPaymentCondition` | `string` | `undefined` | The lock payment condition identifier. | -| `transferAsset` | `boolean` | `true` | - | -| `from?` | [`Account`](Account.md) | `undefined` | | -| `params?` | `TxParameters` | `undefined` | - | +| Name | Type | Default value | Description | +| :--------------------- | :---------------------- | :------------ | :---------------------------------------------------- | +| `agreementId` | `string` | `undefined` | The agreement identifier. | +| `did` | `string` | `undefined` | The DID of the asset with NFTs. | +| `nftHolder` | `string` | `undefined` | The address of the account currently holding the NFT. | +| `nftReceiver` | `string` | `undefined` | The address of the account to receive the NFT. | +| `nftAmount` | `default` | `undefined` | The amount of NFTs to transfer. | +| `lockPaymentCondition` | `string` | `undefined` | The lock payment condition identifier. | +| `transferAsset` | `boolean` | `true` | - | +| `from?` | [`Account`](Account.md) | `undefined` | | +| `params?` | `TxParameters` | `undefined` | - | #### Returns @@ -495,7 +495,7 @@ Condition state. [src/keeper/contracts/conditions/NFTs/TransferNFTCondition.ts:156](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/TransferNFTCondition.ts#L156) -___ +--- ### fulfillGateway @@ -503,12 +503,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | -| `additionalParams` | `Record`<`string`, `unknown`\> | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :----------------- | :---------------------------------------------------------------------------------------------------- | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | +| `additionalParams` | `Record`<`string`, `unknown`\> | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -522,7 +522,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:204](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L204) -___ +--- ### fulfillInstance @@ -530,13 +530,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | -| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :----------------- | :---------------------------------------------------------------------------------------------------- | :------------ | +| `cond` | [`ConditionInstance`](../interfaces/conditions.ConditionInstance.md)<`Record`<`string`, `unknown`\>\> | `undefined` | +| `additionalParams` | `Record`<`string`, `unknown`\> | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -550,7 +550,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:162](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L162) -___ +--- ### fulfillPlain @@ -558,13 +558,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `agreementId` | `string` | `undefined` | -| `args` | `any`[] | `undefined` | -| `from?` | [`Account`](Account.md) | `undefined` | -| `params?` | `TxParameters` | `undefined` | -| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | +| Name | Type | Default value | +| :------------ | :------------------------------------------------------------ | :------------ | +| `agreementId` | `string` | `undefined` | +| `args` | `any`[] | `undefined` | +| `from?` | [`Account`](Account.md) | `undefined` | +| `params?` | `TxParameters` | `undefined` | +| `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | `'fulfill'` | #### Returns @@ -578,7 +578,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L69) -___ +--- ### gatewayMethod @@ -596,7 +596,7 @@ ___ [src/keeper/contracts/conditions/NFTs/TransferNFTCondition.ts:183](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/TransferNFTCondition.ts#L183) -___ +--- ### generateId @@ -604,10 +604,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -621,7 +621,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:83](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L83) -___ +--- ### generateIdHash @@ -629,10 +629,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `...values` | `any`[] | +| `...values` | `any`[] | #### Returns @@ -646,7 +646,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:79](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L79) -___ +--- ### generateIdWithSeed @@ -654,10 +654,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `valueHash` | `string` | +| `valueHash` | `string` | #### Returns @@ -671,7 +671,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L87) -___ +--- ### getAddress @@ -689,7 +689,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getConditionFulfilledEvent @@ -697,8 +697,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns @@ -713,7 +713,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:101](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L101) -___ +--- ### getContract @@ -731,7 +731,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -739,8 +739,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -755,7 +755,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -763,8 +763,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -779,7 +779,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getSignatureOfMethod @@ -787,10 +787,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -804,7 +804,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### hashValues @@ -812,8 +812,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -828,7 +828,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:141](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L141) -___ +--- ### hashValuesPlain @@ -836,8 +836,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -852,7 +852,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:145](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L145) -___ +--- ### init @@ -860,10 +860,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -877,7 +877,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instance @@ -885,10 +885,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | +| Name | Type | +| :------------ | :-------------------------------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `params` | [`ConditionParameters`](../interfaces/conditions.ConditionParameters.md)<`Record`<`string`, `unknown`\>\> | #### Returns @@ -902,7 +902,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:184](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L184) -___ +--- ### instanceFromDDO @@ -910,11 +910,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `ctx` | `TransferNFTConditionContext` | -| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | +| Name | Type | +| :------------ | :------------------------------------------------------------------------------- | +| `agreementId` | `string` | +| `ctx` | `TransferNFTConditionContext` | +| `...args` | [`ConditionInstanceSmall`](../interfaces/conditions.ConditionInstanceSmall.md)[] | #### Returns @@ -928,7 +928,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:154](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L154) -___ +--- ### params @@ -938,15 +938,15 @@ Generates the hash of condition inputs. #### Parameters -| Name | Type | Default value | Description | -| :------ | :------ | :------ | :------ | -| `did` | `string` | `undefined` | The DID of the asset with NFTs. | -| `nftHolder` | `string` | `undefined` | The address of the holder of the NFT. | -| `nftReceiver` | `string` | `undefined` | The address of the granted user or the DID provider. | -| `nftAmount` | `default` | `undefined` | Amount of NFTs to transfer. | -| `lockCondition` | `string` | `undefined` | Lock condition identifier. | -| `nftContractAddress?` | `string` | `undefined` | The address of the NFT token to use. | -| `willBeTransferred` | `boolean` | `true` | Indicates if the asset will be transferred or minted | +| Name | Type | Default value | Description | +| :-------------------- | :-------- | :------------ | :--------------------------------------------------- | +| `did` | `string` | `undefined` | The DID of the asset with NFTs. | +| `nftHolder` | `string` | `undefined` | The address of the holder of the NFT. | +| `nftReceiver` | `string` | `undefined` | The address of the granted user or the DID provider. | +| `nftAmount` | `default` | `undefined` | Amount of NFTs to transfer. | +| `lockCondition` | `string` | `undefined` | Lock condition identifier. | +| `nftContractAddress?` | `string` | `undefined` | The address of the NFT token to use. | +| `willBeTransferred` | `boolean` | `true` | Indicates if the asset will be transferred or minted | #### Returns @@ -962,7 +962,7 @@ Hash of all the values [src/keeper/contracts/conditions/NFTs/TransferNFTCondition.ts:42](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/TransferNFTCondition.ts#L42) -___ +--- ### paramsFromDDO @@ -970,10 +970,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------------ | :---------------------------- | | `__namedParameters` | `TransferNFTConditionContext` | -| `lockCondition` | `any` | +| `lockCondition` | `any` | #### Returns @@ -987,7 +987,7 @@ ___ [src/keeper/contracts/conditions/NFTs/TransferNFTCondition.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/TransferNFTCondition.ts#L90) -___ +--- ### send @@ -995,11 +995,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -1014,7 +1014,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -1022,12 +1022,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -1041,7 +1041,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### setInstanceConfig @@ -1049,8 +1049,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1065,7 +1065,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### addressesStatic @@ -1073,10 +1073,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1090,7 +1090,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1098,11 +1098,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1116,7 +1116,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1124,8 +1124,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1140,7 +1140,7 @@ ___ [src/keeper/contracts/conditions/NFTs/TransferNFTCondition.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/NFTs/TransferNFTCondition.ts#L24) -___ +--- ### setInstanceConfig @@ -1148,15 +1148,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/events.ContractEvent.md b/docs/api-reference/classes/events.ContractEvent.md index 8d0d9b4ea..c973a2d0e 100644 --- a/docs/api-reference/classes/events.ContractEvent.md +++ b/docs/api-reference/classes/events.ContractEvent.md @@ -57,9 +57,9 @@ #### Parameters -| Name | Type | -| :------ | :------ | -| `contract` | `ContractBase` | +| Name | Type | +| :------------- | :----------------------------------------------------- | +| `contract` | `ContractBase` | | `eventEmitter` | [`EventEmitter`](../interfaces/events.EventEmitter.md) | #### Inherited from @@ -84,7 +84,7 @@ [src/events/NeverminedEvent.ts:30](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/NeverminedEvent.ts#L30) -___ +--- ### eventEmitter @@ -116,7 +116,7 @@ NeverminedEvent.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -134,7 +134,7 @@ NeverminedEvent.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -152,7 +152,7 @@ NeverminedEvent.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -170,7 +170,7 @@ NeverminedEvent.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -188,7 +188,7 @@ NeverminedEvent.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -206,7 +206,7 @@ NeverminedEvent.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -242,7 +242,7 @@ NeverminedEvent.web3 [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### checkExists @@ -252,8 +252,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -270,7 +270,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### eventExists @@ -278,8 +278,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---------- | :------- | | `eventName` | `string` | #### Returns @@ -290,7 +290,7 @@ ___ [src/events/ContractEvent.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/ContractEvent.ts#L69) -___ +--- ### filterToArgs @@ -298,10 +298,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `eventName` | `string` | -| `filter` | [`Filter`](../interfaces/events.Filter.md) | +| Name | Type | +| :---------- | :----------------------------------------- | +| `eventName` | `string` | +| `filter` | [`Filter`](../interfaces/events.Filter.md) | #### Returns @@ -311,7 +311,7 @@ ___ [src/events/ContractEvent.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/ContractEvent.ts#L73) -___ +--- ### findSigner @@ -319,8 +319,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -335,7 +335,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### getBlockNumber @@ -353,7 +353,7 @@ ___ [src/events/ContractEvent.ts:65](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/ContractEvent.ts#L65) -___ +--- ### getEventData @@ -361,8 +361,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :----------------------------------------------------- | | `options` | [`EventOptions`](../interfaces/events.EventOptions.md) | #### Returns @@ -377,7 +377,7 @@ ___ [src/events/ContractEvent.ts:29](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/ContractEvent.ts#L29) -___ +--- ### getPastEvents @@ -385,8 +385,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :----------------------------------------------------- | | `options` | [`EventOptions`](../interfaces/events.EventOptions.md) | #### Returns @@ -401,7 +401,7 @@ ___ [src/events/ContractEvent.ts:47](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/ContractEvent.ts#L47) -___ +--- ### once @@ -409,10 +409,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---------- | :------------------------------------------------------------------------ | | `callback?` | (`events`: [`EventResult`](../modules/events.md#eventresult)[]) => `void` | -| `options?` | [`EventOptions`](../interfaces/events.EventOptions.md) | +| `options?` | [`EventOptions`](../interfaces/events.EventOptions.md) | #### Returns @@ -426,7 +426,7 @@ ___ [src/events/NeverminedEvent.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/NeverminedEvent.ts#L55) -___ +--- ### setInstanceConfig @@ -434,8 +434,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -450,7 +450,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### subscribe @@ -458,10 +458,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :--------- | :------------------------------------------------------------------------ | | `callback` | (`events`: [`EventResult`](../modules/events.md#eventresult)[]) => `void` | -| `options` | [`EventOptions`](../interfaces/events.EventOptions.md) | +| `options` | [`EventOptions`](../interfaces/events.EventOptions.md) | #### Returns @@ -475,7 +475,7 @@ ___ [src/events/NeverminedEvent.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/NeverminedEvent.ts#L41) -___ +--- ### addressesStatic @@ -483,10 +483,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -500,7 +500,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -508,11 +508,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -526,7 +526,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -534,12 +534,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `contract` | `ContractBase` | +| Name | Type | +| :------------- | :----------------------------------------------------- | +| `contract` | `ContractBase` | | `eventEmitter` | [`EventEmitter`](../interfaces/events.EventEmitter.md) | -| `nevermined` | [`Nevermined`](Nevermined.md) | -| `web3` | `JsonRpcProvider` | +| `nevermined` | [`Nevermined`](Nevermined.md) | +| `web3` | `JsonRpcProvider` | #### Returns @@ -553,7 +553,7 @@ ___ [src/events/ContractEvent.ts:14](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/ContractEvent.ts#L14) -___ +--- ### setInstanceConfig @@ -561,15 +561,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/events.EventHandler.md b/docs/api-reference/classes/events.EventHandler.md index 516fcf857..11c85caa7 100644 --- a/docs/api-reference/classes/events.EventHandler.md +++ b/docs/api-reference/classes/events.EventHandler.md @@ -45,7 +45,7 @@ [src/events/EventHandler.ts:6](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/EventHandler.ts#L6) -___ +--- ### getBlockNumber @@ -63,7 +63,7 @@ ___ [src/events/EventHandler.ts:16](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/EventHandler.ts#L16) -___ +--- ### interval @@ -73,7 +73,7 @@ ___ [src/events/EventHandler.ts:10](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/EventHandler.ts#L10) -___ +--- ### lastBlock @@ -83,7 +83,7 @@ ___ [src/events/EventHandler.ts:8](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/EventHandler.ts#L8) -___ +--- ### lastTimeout @@ -93,7 +93,7 @@ ___ [src/events/EventHandler.ts:14](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/EventHandler.ts#L14) -___ +--- ### polling @@ -125,10 +125,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `isInterval?` | `boolean` | `undefined` | -| `n` | `number` | `0` | +| Name | Type | Default value | +| :------------ | :-------- | :------------ | +| `isInterval?` | `boolean` | `undefined` | +| `n` | `number` | `0` | #### Returns @@ -138,7 +138,7 @@ ___ [src/events/EventHandler.ts:40](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/EventHandler.ts#L40) -___ +--- ### subscribe @@ -146,24 +146,24 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `callback` | (`blockNumber`: `number`) => `void` | -| `getBlockNumber` | () => `Promise`<`number`\> | +| Name | Type | +| :--------------- | :---------------------------------- | +| `callback` | (`blockNumber`: `number`) => `void` | +| `getBlockNumber` | () => `Promise`<`number`\> | #### Returns `Object` -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :----------- | | `unsubscribe` | () => `void` | #### Defined in [src/events/EventHandler.ts:18](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/EventHandler.ts#L18) -___ +--- ### unsubscribe @@ -171,8 +171,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :--------- | :---------------------------------- | | `callback` | (`blockNumber`: `number`) => `void` | #### Returns diff --git a/docs/api-reference/classes/events.NeverminedEvent.md b/docs/api-reference/classes/events.NeverminedEvent.md index ab83e60d6..013bc5f1d 100644 --- a/docs/api-reference/classes/events.NeverminedEvent.md +++ b/docs/api-reference/classes/events.NeverminedEvent.md @@ -59,9 +59,9 @@ #### Parameters -| Name | Type | -| :------ | :------ | -| `contract` | `ContractBase` | +| Name | Type | +| :------------- | :----------------------------------------------------- | +| `contract` | `ContractBase` | | `eventEmitter` | [`EventEmitter`](../interfaces/events.EventEmitter.md) | #### Overrides @@ -82,7 +82,7 @@ Instantiable.constructor [src/events/NeverminedEvent.ts:30](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/NeverminedEvent.ts#L30) -___ +--- ### eventEmitter @@ -110,7 +110,7 @@ Instantiable.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -128,7 +128,7 @@ Instantiable.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -146,7 +146,7 @@ Instantiable.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -164,7 +164,7 @@ Instantiable.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -182,7 +182,7 @@ Instantiable.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -200,7 +200,7 @@ Instantiable.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -236,7 +236,7 @@ Instantiable.addresses [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### checkExists @@ -246,8 +246,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -264,7 +264,7 @@ Instantiable.checkExists [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -272,8 +272,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -288,7 +288,7 @@ Instantiable.findSigner [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### getBlockNumber @@ -296,8 +296,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -308,7 +308,7 @@ ___ [src/events/NeverminedEvent.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/NeverminedEvent.ts#L33) -___ +--- ### getEventData @@ -316,8 +316,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :----------------------------------------------------- | | `options` | [`EventOptions`](../interfaces/events.EventOptions.md) | #### Returns @@ -328,7 +328,7 @@ ___ [src/events/NeverminedEvent.ts:31](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/NeverminedEvent.ts#L31) -___ +--- ### getPastEvents @@ -336,8 +336,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :----------------------------------------------------- | | `options` | [`EventOptions`](../interfaces/events.EventOptions.md) | #### Returns @@ -348,7 +348,7 @@ ___ [src/events/NeverminedEvent.ts:32](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/NeverminedEvent.ts#L32) -___ +--- ### once @@ -356,10 +356,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---------- | :------------------------------------------------------------------------ | | `callback?` | (`events`: [`EventResult`](../modules/events.md#eventresult)[]) => `void` | -| `options?` | [`EventOptions`](../interfaces/events.EventOptions.md) | +| `options?` | [`EventOptions`](../interfaces/events.EventOptions.md) | #### Returns @@ -369,7 +369,7 @@ ___ [src/events/NeverminedEvent.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/NeverminedEvent.ts#L55) -___ +--- ### setInstanceConfig @@ -377,8 +377,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -393,7 +393,7 @@ Instantiable.setInstanceConfig [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### subscribe @@ -401,10 +401,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :--------- | :------------------------------------------------------------------------ | | `callback` | (`events`: [`EventResult`](../modules/events.md#eventresult)[]) => `void` | -| `options` | [`EventOptions`](../interfaces/events.EventOptions.md) | +| `options` | [`EventOptions`](../interfaces/events.EventOptions.md) | #### Returns @@ -414,7 +414,7 @@ ___ [src/events/NeverminedEvent.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/NeverminedEvent.ts#L41) -___ +--- ### addressesStatic @@ -422,10 +422,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -439,7 +439,7 @@ Instantiable.addressesStatic [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -447,11 +447,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -465,7 +465,7 @@ Instantiable.findSignerStatic [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -473,8 +473,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :--------- | :---- | | `..._args` | `any` | #### Returns @@ -489,7 +489,7 @@ Instantiable.getInstance [src/Instantiable.abstract.ts:158](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L158) -___ +--- ### setInstanceConfig @@ -497,15 +497,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/events.SubgraphEvent.md b/docs/api-reference/classes/events.SubgraphEvent.md index d079f2e68..88f0c684d 100644 --- a/docs/api-reference/classes/events.SubgraphEvent.md +++ b/docs/api-reference/classes/events.SubgraphEvent.md @@ -59,9 +59,9 @@ #### Parameters -| Name | Type | -| :------ | :------ | -| `contract` | `ContractBase` | +| Name | Type | +| :------------- | :----------------------------------------------------- | +| `contract` | `ContractBase` | | `eventEmitter` | [`EventEmitter`](../interfaces/events.EventEmitter.md) | #### Inherited from @@ -86,7 +86,7 @@ [src/events/NeverminedEvent.ts:30](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/NeverminedEvent.ts#L30) -___ +--- ### eventEmitter @@ -100,7 +100,7 @@ ___ [src/events/NeverminedEvent.ts:29](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/NeverminedEvent.ts#L29) -___ +--- ### graphHttpUri @@ -110,7 +110,7 @@ ___ [src/events/SubgraphEvent.ts:14](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/SubgraphEvent.ts#L14) -___ +--- ### networkName @@ -120,7 +120,7 @@ ___ [src/events/SubgraphEvent.ts:16](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/SubgraphEvent.ts#L16) -___ +--- ### subgraph @@ -148,7 +148,7 @@ NeverminedEvent.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -166,7 +166,7 @@ NeverminedEvent.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -184,7 +184,7 @@ NeverminedEvent.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -202,7 +202,7 @@ NeverminedEvent.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -220,7 +220,7 @@ NeverminedEvent.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -238,7 +238,7 @@ NeverminedEvent.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -274,7 +274,7 @@ NeverminedEvent.web3 [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### checkExists @@ -284,8 +284,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -302,7 +302,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### findSigner @@ -310,8 +310,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -326,7 +326,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### getBlockNumber @@ -344,7 +344,7 @@ ___ [src/events/SubgraphEvent.ts:56](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/SubgraphEvent.ts#L56) -___ +--- ### getEventData @@ -352,8 +352,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :----------------------------------------------------- | | `options` | [`EventOptions`](../interfaces/events.EventOptions.md) | #### Returns @@ -368,7 +368,7 @@ ___ [src/events/SubgraphEvent.ts:31](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/SubgraphEvent.ts#L31) -___ +--- ### getPastEvents @@ -376,8 +376,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :----------------------------------------------------- | | `options` | [`EventOptions`](../interfaces/events.EventOptions.md) | #### Returns @@ -392,7 +392,7 @@ ___ [src/events/SubgraphEvent.ts:52](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/SubgraphEvent.ts#L52) -___ +--- ### once @@ -400,10 +400,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---------- | :------------------------------------------------------------------------ | | `callback?` | (`events`: [`EventResult`](../modules/events.md#eventresult)[]) => `void` | -| `options?` | [`EventOptions`](../interfaces/events.EventOptions.md) | +| `options?` | [`EventOptions`](../interfaces/events.EventOptions.md) | #### Returns @@ -417,7 +417,7 @@ ___ [src/events/NeverminedEvent.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/NeverminedEvent.ts#L55) -___ +--- ### setInstanceConfig @@ -425,8 +425,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -441,7 +441,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### subgraphUrl @@ -455,7 +455,7 @@ ___ [src/events/SubgraphEvent.ts:63](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/SubgraphEvent.ts#L63) -___ +--- ### subscribe @@ -463,10 +463,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :--------- | :------------------------------------------------------------------------ | | `callback` | (`events`: [`EventResult`](../modules/events.md#eventresult)[]) => `void` | -| `options` | [`EventOptions`](../interfaces/events.EventOptions.md) | +| `options` | [`EventOptions`](../interfaces/events.EventOptions.md) | #### Returns @@ -480,7 +480,7 @@ ___ [src/events/NeverminedEvent.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/NeverminedEvent.ts#L41) -___ +--- ### addressesStatic @@ -488,10 +488,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -505,7 +505,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -513,11 +513,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -531,7 +531,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -539,12 +539,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `contract` | `ContractBase` | +| Name | Type | +| :------------- | :----------------------------------------------------- | +| `contract` | `ContractBase` | | `eventEmitter` | [`EventEmitter`](../interfaces/events.EventEmitter.md) | -| `graphHttpUri` | `string` | -| `networkName` | `string` | +| `graphHttpUri` | `string` | +| `networkName` | `string` | #### Returns @@ -558,7 +558,7 @@ ___ [src/events/SubgraphEvent.ts:17](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/SubgraphEvent.ts#L17) -___ +--- ### setInstanceConfig @@ -566,15 +566,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/templates.AaveCreditTemplate.md b/docs/api-reference/classes/templates.AaveCreditTemplate.md index 0c47ea4de..54d6f149b 100644 --- a/docs/api-reference/classes/templates.AaveCreditTemplate.md +++ b/docs/api-reference/classes/templates.AaveCreditTemplate.md @@ -102,8 +102,8 @@ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -124,7 +124,7 @@ [src/keeper/contracts/defi/AaveCreditTemplate.ts:52](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveCreditTemplate.ts#L52) -___ +--- ### contract @@ -138,7 +138,7 @@ ___ [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -152,7 +152,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -166,7 +166,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -198,7 +198,7 @@ BaseTemplate.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -216,7 +216,7 @@ BaseTemplate.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -234,7 +234,7 @@ BaseTemplate.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -252,7 +252,7 @@ BaseTemplate.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -270,7 +270,7 @@ BaseTemplate.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -288,7 +288,7 @@ BaseTemplate.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -306,7 +306,7 @@ BaseTemplate.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -328,26 +328,26 @@ BaseTemplate.web3 ### \_createAgreement -▸ `Private` **_createAgreement**(`agreementIdSeed`, `ddo`, `vaultAddress`, `nftTokenContract`, `nftAmount`, `collateralToken`, `collateralAmount`, `delegatedToken`, `delegatedAmount`, `interestRateMode`, `timeLocks`, `timeOuts`, `txParams?`, `from?`): `Promise`<[`ContractReceipt`, [`AgreementInstance`](../interfaces/templates.AgreementInstance.md)<`AaveCreditTemplateParams`\>]\> +▸ `Private` **\_createAgreement**(`agreementIdSeed`, `ddo`, `vaultAddress`, `nftTokenContract`, `nftAmount`, `collateralToken`, `collateralAmount`, `delegatedToken`, `delegatedAmount`, `interestRateMode`, `timeLocks`, `timeOuts`, `txParams?`, `from?`): `Promise`<[`ContractReceipt`, [`AgreementInstance`](../interfaces/templates.AgreementInstance.md)<`AaveCreditTemplateParams`\>]\> #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementIdSeed` | `string` | -| `ddo` | [`DDO`](DDO.md) | -| `vaultAddress` | `string` | -| `nftTokenContract` | `string` | -| `nftAmount` | `number` | -| `collateralToken` | `string` | -| `collateralAmount` | `number` | -| `delegatedToken` | `string` | -| `delegatedAmount` | `number` | -| `interestRateMode` | `number` | -| `timeLocks` | `number`[] | -| `timeOuts` | `number`[] | -| `txParams?` | `TxParameters` | -| `from?` | [`Account`](Account.md) | +| Name | Type | +| :----------------- | :---------------------- | +| `agreementIdSeed` | `string` | +| `ddo` | [`DDO`](DDO.md) | +| `vaultAddress` | `string` | +| `nftTokenContract` | `string` | +| `nftAmount` | `number` | +| `collateralToken` | `string` | +| `collateralAmount` | `number` | +| `delegatedToken` | `string` | +| `delegatedAmount` | `number` | +| `interestRateMode` | `number` | +| `timeLocks` | `number`[] | +| `timeOuts` | `number`[] | +| `txParams?` | `TxParameters` | +| `from?` | [`Account`](Account.md) | #### Returns @@ -357,7 +357,7 @@ BaseTemplate.web3 [src/keeper/contracts/defi/AaveCreditTemplate.ts:102](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveCreditTemplate.ts#L102) -___ +--- ### accept @@ -365,8 +365,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :----------------- | | `_params` | `ValidationParams` | #### Returns @@ -381,7 +381,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:112](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L112) -___ +--- ### addresses @@ -399,7 +399,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### agreementId @@ -407,10 +407,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---------------- | :------- | | `agreementIdSeed` | `string` | -| `creator` | `string` | +| `creator` | `string` | #### Returns @@ -424,7 +424,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:213](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L213) -___ +--- ### call @@ -433,15 +433,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -456,7 +456,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -466,8 +466,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -484,7 +484,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### conditions @@ -502,7 +502,7 @@ ___ [src/keeper/contracts/defi/AaveCreditTemplate.ts:285](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveCreditTemplate.ts#L285) -___ +--- ### createAgreement @@ -510,16 +510,16 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `conditionIds` | `string`[] | -| `timeLocks` | `number`[] | -| `timeOuts` | `number`[] | -| `extraArgs` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `conditionIds` | `string`[] | +| `timeLocks` | `number`[] | +| `timeOuts` | `number`[] | +| `extraArgs` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -533,7 +533,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:99](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L99) -___ +--- ### createAgreementAndDeployVault @@ -541,23 +541,23 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementIdSeed` | `string` | -| `ddo` | [`DDO`](DDO.md) | -| `nftTokenContract` | `string` | -| `nftAmount` | `number` | -| `collateralToken` | `string` | -| `collateralAmount` | `number` | -| `delegatedToken` | `string` | -| `delegatedAmount` | `number` | -| `interestRateMode` | `number` | -| `borrower` | `string` | -| `lender` | `string` | -| `timeLocks` | `number`[] | -| `timeOuts` | `number`[] | -| `txParams?` | `TxParameters` | -| `from?` | [`Account`](Account.md) | +| Name | Type | +| :----------------- | :---------------------- | +| `agreementIdSeed` | `string` | +| `ddo` | [`DDO`](DDO.md) | +| `nftTokenContract` | `string` | +| `nftAmount` | `number` | +| `collateralToken` | `string` | +| `collateralAmount` | `number` | +| `delegatedToken` | `string` | +| `delegatedAmount` | `number` | +| `interestRateMode` | `number` | +| `borrower` | `string` | +| `lender` | `string` | +| `timeLocks` | `number`[] | +| `timeOuts` | `number`[] | +| `txParams?` | `TxParameters` | +| `from?` | [`Account`](Account.md) | #### Returns @@ -567,7 +567,7 @@ ___ [src/keeper/contracts/defi/AaveCreditTemplate.ts:155](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveCreditTemplate.ts#L155) -___ +--- ### createAgreementAndPay @@ -575,21 +575,21 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `conditionIds` | `string`[] | -| `timeLocks` | `number`[] | -| `timeOuts` | `number`[] | -| `accessConsumer` | `string` | -| `condIdx` | `number` | -| `rewardAddress` | `string` | -| `tokenAddress` | `string` | -| `amounts` | `default`[] | -| `receivers` | `string`[] | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :--------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `conditionIds` | `string`[] | +| `timeLocks` | `number`[] | +| `timeOuts` | `number`[] | +| `accessConsumer` | `string` | +| `condIdx` | `number` | +| `rewardAddress` | `string` | +| `tokenAddress` | `string` | +| `amounts` | `default`[] | +| `receivers` | `string`[] | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -603,7 +603,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:124](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L124) -___ +--- ### createAgreementFromDDO @@ -613,15 +613,15 @@ Create a new agreement using the data of a DDO. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementIdSeed` | `string` | - | -| `ddo` | [`DDO`](DDO.md) | DDO. | -| `parameters` | `AaveCreditTemplateParams` | | -| `consumer` | [`Account`](Account.md) | - | -| `from` | [`Account`](Account.md) | - | -| `timeOuts?` | `number`[] | - | -| `params?` | `TxParameters` | - | +| Name | Type | Description | +| :---------------- | :------------------------- | :---------- | +| `agreementIdSeed` | `string` | - | +| `ddo` | [`DDO`](DDO.md) | DDO. | +| `parameters` | `AaveCreditTemplateParams` | | +| `consumer` | [`Account`](Account.md) | - | +| `from` | [`Account`](Account.md) | - | +| `timeOuts?` | `number`[] | - | +| `params?` | `TxParameters` | - | #### Returns @@ -637,7 +637,7 @@ true if the call was successful. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:225](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L225) -___ +--- ### createAgreementWithPaymentFromDDO @@ -645,16 +645,16 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementIdSeed` | `string` | -| `ddo` | [`DDO`](DDO.md) | -| `parameters` | `AaveCreditTemplateParams` | -| `consumer` | [`Account`](Account.md) | -| `from` | [`Account`](Account.md) | -| `timeOuts?` | `number`[] | -| `txParams?` | `TxParameters` | -| `observer?` | (`OrderProgressStep`: `any`) => `void` | +| Name | Type | +| :---------------- | :------------------------------------- | +| `agreementIdSeed` | `string` | +| `ddo` | [`DDO`](DDO.md) | +| `parameters` | `AaveCreditTemplateParams` | +| `consumer` | [`Account`](Account.md) | +| `from` | [`Account`](Account.md) | +| `timeOuts?` | `number`[] | +| `txParams?` | `TxParameters` | +| `observer?` | (`OrderProgressStep`: `any`) => `void` | #### Returns @@ -668,7 +668,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:255](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L255) -___ +--- ### createService @@ -676,13 +676,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `publisher` | [`Account`](Account.md) | `undefined` | -| `metadata` | [`MetaData`](../interfaces/MetaData.md) | `undefined` | -| `assetPrice?` | `default` | `undefined` | -| `erc20TokenAddress?` | `string` | `undefined` | -| `priced` | `boolean` | `false` | +| Name | Type | Default value | +| :------------------- | :-------------------------------------- | :------------ | +| `publisher` | [`Account`](Account.md) | `undefined` | +| `metadata` | [`MetaData`](../interfaces/MetaData.md) | `undefined` | +| `assetPrice?` | `default` | `undefined` | +| `erc20TokenAddress?` | `string` | `undefined` | +| `priced` | `boolean` | `false` | #### Returns @@ -696,7 +696,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:65](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L65) -___ +--- ### deployVault @@ -706,16 +706,16 @@ Deploy a new credit vault that is required to facilitate an Aave credit agreemen #### Parameters -| Name | Type | -| :------ | :------ | -| `lendingPool` | `string` | -| `dataProvider` | `string` | -| `weth` | `string` | -| `agreementFee` | `number` | +| Name | Type | +| :---------------- | :------- | +| `lendingPool` | `string` | +| `dataProvider` | `string` | +| `weth` | `string` | +| `agreementFee` | `number` | | `treasuryAddress` | `string` | -| `borrower` | `string` | -| `lender` | `string` | -| `from` | `string` | +| `borrower` | `string` | +| `lender` | `string` | +| `from` | `string` | #### Returns @@ -727,7 +727,7 @@ Agreement ID. [src/keeper/contracts/defi/AaveCreditTemplate.ts:207](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveCreditTemplate.ts#L207) -___ +--- ### description @@ -745,7 +745,7 @@ ___ [src/keeper/contracts/defi/AaveCreditTemplate.ts:49](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveCreditTemplate.ts#L49) -___ +--- ### extraGen @@ -753,8 +753,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :----------------- | | `_params` | `ValidationParams` | #### Returns @@ -769,7 +769,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:108](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L108) -___ +--- ### findSigner @@ -777,8 +777,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -793,7 +793,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### getAddress @@ -811,7 +811,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getAgreementCreatedEvent @@ -821,8 +821,8 @@ Generates and returns the agreement creation event. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns @@ -839,21 +839,21 @@ Agreement created event. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:469](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L469) -___ +--- ### getAgreementData -▸ **getAgreementData**(`agreementId`): `Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> +▸ **getAgreementData**(`agreementId`): `Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns -`Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> +`Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> #### Inherited from @@ -863,7 +863,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:21](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L21) -___ +--- ### getAgreementDid @@ -871,8 +871,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns @@ -883,7 +883,7 @@ ___ [src/keeper/contracts/defi/AaveCreditTemplate.ts:318](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveCreditTemplate.ts#L318) -___ +--- ### getAgreementIdsFromDDO @@ -893,12 +893,12 @@ Get agreement conditions IDs. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementId` | `string` | Agreement ID. | -| `ddo` | [`DDO`](DDO.md) | DDO. | -| `creator` | `string` | - | -| `params` | `AaveCreditTemplateParams` | - | +| Name | Type | Description | +| :------------ | :------------------------- | :------------ | +| `agreementId` | `string` | Agreement ID. | +| `ddo` | [`DDO`](DDO.md) | DDO. | +| `creator` | `string` | - | +| `params` | `AaveCreditTemplateParams` | - | #### Returns @@ -914,23 +914,23 @@ The condition IDs. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:183](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L183) -___ +--- ### getAgreementStatus -▸ **getAgreementStatus**(`agreementId`): `Promise`<``false`` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> +▸ **getAgreementStatus**(`agreementId`): `Promise`<`false` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> Returns the status of the conditions. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns -`Promise`<``false`` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> +`Promise`<`false` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> The conditions status. @@ -942,7 +942,7 @@ The conditions status. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:343](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L343) -___ +--- ### getAgreementVaultAddress @@ -950,10 +950,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | -| `from` | `string` | +| `from` | `string` | #### Returns @@ -963,7 +963,7 @@ ___ [src/keeper/contracts/defi/AaveCreditTemplate.ts:311](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveCreditTemplate.ts#L311) -___ +--- ### getAgreementsForDID @@ -971,8 +971,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---- | :------- | | `did` | `string` | #### Returns @@ -987,7 +987,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:496](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L496) -___ +--- ### getConditionTypes @@ -1009,7 +1009,7 @@ A list of condition addresses. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:163](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L163) -___ +--- ### getConditions @@ -1031,7 +1031,7 @@ A list of condition contracts. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L171) -___ +--- ### getContract @@ -1049,7 +1049,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -1057,8 +1057,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -1073,7 +1073,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -1081,8 +1081,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -1097,7 +1097,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getServiceAgreementTemplate @@ -1115,7 +1115,7 @@ ___ [src/keeper/contracts/defi/AaveCreditTemplate.ts:98](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveCreditTemplate.ts#L98) -___ +--- ### getServiceAgreementTemplateConditionByRef @@ -1123,8 +1123,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---- | :------- | | `ref` | `string` | #### Returns @@ -1139,7 +1139,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:324](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L324) -___ +--- ### getServiceAgreementTemplateConditions @@ -1157,15 +1157,15 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:319](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L319) -___ +--- ### getServiceAgreementTemplateDependencies -▸ **getServiceAgreementTemplateDependencies**(): `Promise`<{ `[condition: string]`: `string`[]; }\> +▸ **getServiceAgreementTemplateDependencies**(): `Promise`<{ `[condition: string]`: `string`[]; }\> #### Returns -`Promise`<{ `[condition: string]`: `string`[]; }\> +`Promise`<{ `[condition: string]`: `string`[]; }\> #### Inherited from @@ -1175,7 +1175,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:333](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L333) -___ +--- ### getSignatureOfMethod @@ -1183,10 +1183,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -1200,7 +1200,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### init @@ -1208,10 +1208,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -1225,7 +1225,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instanceFromDDO @@ -1233,12 +1233,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementIdSeed` | `string` | -| `ddo` | [`DDO`](DDO.md) | -| `creator` | `string` | -| `parameters` | `AaveCreditTemplateParams` | +| Name | Type | +| :---------------- | :------------------------- | +| `agreementIdSeed` | `string` | +| `ddo` | [`DDO`](DDO.md) | +| `creator` | `string` | +| `parameters` | `AaveCreditTemplateParams` | #### Returns @@ -1252,7 +1252,7 @@ ___ [src/keeper/contracts/defi/AaveCreditTemplate.ts:233](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveCreditTemplate.ts#L233) -___ +--- ### lockConditionIndex @@ -1270,7 +1270,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:81](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L81) -___ +--- ### lockTokens @@ -1278,12 +1278,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `tokenAddress` | `any` | -| `amounts` | `any` | -| `from` | [`Account`](Account.md) | -| `txParams` | `TxParameters` | +| Name | Type | +| :------------- | :---------------------- | +| `tokenAddress` | `any` | +| `amounts` | `any` | +| `from` | [`Account`](Account.md) | +| `txParams` | `TxParameters` | #### Returns @@ -1297,7 +1297,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:398](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L398) -___ +--- ### name @@ -1315,7 +1315,7 @@ ___ [src/keeper/contracts/defi/AaveCreditTemplate.ts:46](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveCreditTemplate.ts#L46) -___ +--- ### params @@ -1323,16 +1323,16 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `vaultAddress` | `string` | +| Name | Type | +| :------------------- | :------- | +| `vaultAddress` | `string` | | `nftContractAddress` | `string` | -| `nftAmount` | `number` | -| `collateralAsset` | `string` | -| `collateralAmount` | `string` | -| `delegatedAsset` | `string` | -| `delegatedAmount` | `string` | -| `interestRateMode` | `number` | +| `nftAmount` | `number` | +| `collateralAsset` | `string` | +| `collateralAmount` | `string` | +| `delegatedAsset` | `string` | +| `delegatedAmount` | `string` | +| `interestRateMode` | `number` | #### Returns @@ -1346,7 +1346,7 @@ ___ [src/keeper/contracts/defi/AaveCreditTemplate.ts:71](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveCreditTemplate.ts#L71) -___ +--- ### paramsGen @@ -1356,8 +1356,8 @@ Specialize params #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :-------- | :----------------- | :----------------- | | `_params` | `ValidationParams` | Generic parameters | #### Returns @@ -1372,7 +1372,7 @@ Specialize params [src/keeper/contracts/defi/AaveCreditTemplate.ts:43](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveCreditTemplate.ts#L43) -___ +--- ### paymentData @@ -1380,8 +1380,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :-------------- | | `service` | `ServiceCommon` | #### Returns @@ -1396,7 +1396,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:85](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L85) -___ +--- ### printAgreementStatus @@ -1406,8 +1406,8 @@ Prints the agreement status. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns @@ -1422,7 +1422,7 @@ Prints the agreement status. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:439](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L439) -___ +--- ### process @@ -1430,11 +1430,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `params` | `ValidationParams` | -| `from` | [`Account`](Account.md) | -| `txparams?` | `TxParameters` | +| Name | Type | +| :---------- | :---------------------- | +| `params` | `ValidationParams` | +| `from` | [`Account`](Account.md) | +| `txparams?` | `TxParameters` | #### Returns @@ -1448,7 +1448,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:116](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L116) -___ +--- ### send @@ -1456,11 +1456,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -1475,7 +1475,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -1483,12 +1483,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -1502,7 +1502,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### service @@ -1520,7 +1520,7 @@ ___ [src/keeper/contracts/defi/AaveCreditTemplate.ts:67](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveCreditTemplate.ts#L67) -___ +--- ### serviceEndpoint @@ -1538,7 +1538,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:31](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L31) -___ +--- ### setInstanceConfig @@ -1546,8 +1546,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1562,7 +1562,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### standardContext @@ -1570,10 +1570,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `ddo` | [`DDO`](DDO.md) | -| `creator` | `string` | +| Name | Type | +| :-------- | :-------------- | +| `ddo` | [`DDO`](DDO.md) | +| `creator` | `string` | #### Returns @@ -1587,7 +1587,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:207](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L207) -___ +--- ### validateAgreement @@ -1595,14 +1595,14 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreement_id` | `string` | -| `did` | `string` | -| `params` | `AaveCreditTemplateParams` | -| `from` | [`Account`](Account.md) | -| `extra` | `any` | -| `txparams?` | `TxParameters` | +| Name | Type | +| :------------- | :------------------------- | +| `agreement_id` | `string` | +| `did` | `string` | +| `params` | `AaveCreditTemplateParams` | +| `from` | [`Account`](Account.md) | +| `extra` | `any` | +| `txparams?` | `TxParameters` | #### Returns @@ -1616,7 +1616,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:131](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L131) -___ +--- ### addressesStatic @@ -1624,10 +1624,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1641,7 +1641,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1649,11 +1649,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1667,7 +1667,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1675,8 +1675,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1691,7 +1691,7 @@ ___ [src/keeper/contracts/defi/AaveCreditTemplate.ts:54](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/defi/AaveCreditTemplate.ts#L54) -___ +--- ### setInstanceConfig @@ -1699,15 +1699,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/templates.AccessTemplate.md b/docs/api-reference/classes/templates.AccessTemplate.md index bd0bd4f12..a7d5587d7 100644 --- a/docs/api-reference/classes/templates.AccessTemplate.md +++ b/docs/api-reference/classes/templates.AccessTemplate.md @@ -96,8 +96,8 @@ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -122,7 +122,7 @@ [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -136,7 +136,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -150,7 +150,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -182,7 +182,7 @@ BaseTemplate.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -200,7 +200,7 @@ BaseTemplate.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -218,7 +218,7 @@ BaseTemplate.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -236,7 +236,7 @@ BaseTemplate.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -254,7 +254,7 @@ BaseTemplate.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -272,7 +272,7 @@ BaseTemplate.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -290,7 +290,7 @@ BaseTemplate.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -316,8 +316,8 @@ BaseTemplate.web3 #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :----------------- | | `params` | `ValidationParams` | #### Returns @@ -332,7 +332,7 @@ BaseTemplate.web3 [src/keeper/contracts/templates/AccessTemplate.ts:112](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AccessTemplate.ts#L112) -___ +--- ### addresses @@ -350,7 +350,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### agreementId @@ -358,10 +358,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---------------- | :------- | | `agreementIdSeed` | `string` | -| `creator` | `string` | +| `creator` | `string` | #### Returns @@ -375,7 +375,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:213](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L213) -___ +--- ### call @@ -384,15 +384,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -407,7 +407,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -417,8 +417,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -435,7 +435,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### conditions @@ -453,7 +453,7 @@ ___ [src/keeper/contracts/templates/AccessTemplate.ts:62](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AccessTemplate.ts#L62) -___ +--- ### createAgreement @@ -461,16 +461,16 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `conditionIds` | `string`[] | -| `timeLocks` | `number`[] | -| `timeOuts` | `number`[] | -| `extraArgs` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `conditionIds` | `string`[] | +| `timeLocks` | `number`[] | +| `timeOuts` | `number`[] | +| `extraArgs` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -484,7 +484,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:99](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L99) -___ +--- ### createAgreementAndPay @@ -492,21 +492,21 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `conditionIds` | `string`[] | -| `timeLocks` | `number`[] | -| `timeOuts` | `number`[] | -| `accessConsumer` | `string` | -| `condIdx` | `number` | -| `rewardAddress` | `string` | -| `tokenAddress` | `string` | -| `amounts` | `default`[] | -| `receivers` | `string`[] | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :--------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `conditionIds` | `string`[] | +| `timeLocks` | `number`[] | +| `timeOuts` | `number`[] | +| `accessConsumer` | `string` | +| `condIdx` | `number` | +| `rewardAddress` | `string` | +| `tokenAddress` | `string` | +| `amounts` | `default`[] | +| `receivers` | `string`[] | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -520,7 +520,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:124](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L124) -___ +--- ### createAgreementFromDDO @@ -530,15 +530,15 @@ Create a new agreement using the data of a DDO. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementIdSeed` | `string` | - | -| `ddo` | [`DDO`](DDO.md) | DDO. | -| `parameters` | `AccessTemplateParams` | | -| `consumer` | [`Account`](Account.md) | - | -| `from` | [`Account`](Account.md) | - | -| `timeOuts?` | `number`[] | - | -| `params?` | `TxParameters` | - | +| Name | Type | Description | +| :---------------- | :---------------------- | :---------- | +| `agreementIdSeed` | `string` | - | +| `ddo` | [`DDO`](DDO.md) | DDO. | +| `parameters` | `AccessTemplateParams` | | +| `consumer` | [`Account`](Account.md) | - | +| `from` | [`Account`](Account.md) | - | +| `timeOuts?` | `number`[] | - | +| `params?` | `TxParameters` | - | #### Returns @@ -554,7 +554,7 @@ true if the call was successful. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:225](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L225) -___ +--- ### createAgreementWithPaymentFromDDO @@ -562,16 +562,16 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementIdSeed` | `string` | -| `ddo` | [`DDO`](DDO.md) | -| `parameters` | `AccessTemplateParams` | -| `consumer` | [`Account`](Account.md) | -| `from` | [`Account`](Account.md) | -| `timeOuts?` | `number`[] | -| `txParams?` | `TxParameters` | -| `observer?` | (`OrderProgressStep`: `any`) => `void` | +| Name | Type | +| :---------------- | :------------------------------------- | +| `agreementIdSeed` | `string` | +| `ddo` | [`DDO`](DDO.md) | +| `parameters` | `AccessTemplateParams` | +| `consumer` | [`Account`](Account.md) | +| `from` | [`Account`](Account.md) | +| `timeOuts?` | `number`[] | +| `txParams?` | `TxParameters` | +| `observer?` | (`OrderProgressStep`: `any`) => `void` | #### Returns @@ -585,7 +585,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:255](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L255) -___ +--- ### createService @@ -593,13 +593,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `publisher` | [`Account`](Account.md) | `undefined` | -| `metadata` | [`MetaData`](../interfaces/MetaData.md) | `undefined` | -| `assetPrice?` | `default` | `undefined` | -| `erc20TokenAddress?` | `string` | `undefined` | -| `priced` | `boolean` | `false` | +| Name | Type | Default value | +| :------------------- | :-------------------------------------- | :------------ | +| `publisher` | [`Account`](Account.md) | `undefined` | +| `metadata` | [`MetaData`](../interfaces/MetaData.md) | `undefined` | +| `assetPrice?` | `default` | `undefined` | +| `erc20TokenAddress?` | `string` | `undefined` | +| `priced` | `boolean` | `false` | #### Returns @@ -613,7 +613,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:65](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L65) -___ +--- ### description @@ -631,7 +631,7 @@ ___ [src/keeper/contracts/templates/AccessTemplate.ts:35](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AccessTemplate.ts#L35) -___ +--- ### extraGen @@ -639,8 +639,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :----------------- | | `_params` | `ValidationParams` | #### Returns @@ -655,7 +655,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:108](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L108) -___ +--- ### findSigner @@ -663,8 +663,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -679,7 +679,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### getAddress @@ -697,7 +697,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getAgreementCreatedEvent @@ -707,8 +707,8 @@ Generates and returns the agreement creation event. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns @@ -725,21 +725,21 @@ Agreement created event. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:469](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L469) -___ +--- ### getAgreementData -▸ **getAgreementData**(`agreementId`): `Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> +▸ **getAgreementData**(`agreementId`): `Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns -`Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> +`Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> #### Inherited from @@ -749,7 +749,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:21](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L21) -___ +--- ### getAgreementIdsFromDDO @@ -759,12 +759,12 @@ Get agreement conditions IDs. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementId` | `string` | Agreement ID. | -| `ddo` | [`DDO`](DDO.md) | DDO. | -| `creator` | `string` | - | -| `params` | `AccessTemplateParams` | - | +| Name | Type | Description | +| :------------ | :--------------------- | :------------ | +| `agreementId` | `string` | Agreement ID. | +| `ddo` | [`DDO`](DDO.md) | DDO. | +| `creator` | `string` | - | +| `params` | `AccessTemplateParams` | - | #### Returns @@ -780,23 +780,23 @@ The condition IDs. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:183](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L183) -___ +--- ### getAgreementStatus -▸ **getAgreementStatus**(`agreementId`): `Promise`<``false`` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> +▸ **getAgreementStatus**(`agreementId`): `Promise`<`false` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> Returns the status of the conditions. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns -`Promise`<``false`` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> +`Promise`<`false` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> The conditions status. @@ -808,7 +808,7 @@ The conditions status. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:343](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L343) -___ +--- ### getAgreementsForDID @@ -816,8 +816,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---- | :------- | | `did` | `string` | #### Returns @@ -832,7 +832,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:496](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L496) -___ +--- ### getConditionTypes @@ -854,7 +854,7 @@ A list of condition addresses. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:163](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L163) -___ +--- ### getConditions @@ -876,7 +876,7 @@ A list of condition contracts. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L171) -___ +--- ### getContract @@ -894,7 +894,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -902,8 +902,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -918,7 +918,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -926,8 +926,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -942,7 +942,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getServiceAgreementTemplate @@ -960,7 +960,7 @@ ___ [src/keeper/contracts/templates/AccessTemplate.ts:46](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AccessTemplate.ts#L46) -___ +--- ### getServiceAgreementTemplateConditionByRef @@ -968,8 +968,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---- | :------- | | `ref` | `string` | #### Returns @@ -984,7 +984,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:324](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L324) -___ +--- ### getServiceAgreementTemplateConditions @@ -1002,15 +1002,15 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:319](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L319) -___ +--- ### getServiceAgreementTemplateDependencies -▸ **getServiceAgreementTemplateDependencies**(): `Promise`<{ `[condition: string]`: `string`[]; }\> +▸ **getServiceAgreementTemplateDependencies**(): `Promise`<{ `[condition: string]`: `string`[]; }\> #### Returns -`Promise`<{ `[condition: string]`: `string`[]; }\> +`Promise`<{ `[condition: string]`: `string`[]; }\> #### Inherited from @@ -1020,7 +1020,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:333](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L333) -___ +--- ### getSignatureOfMethod @@ -1028,10 +1028,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -1045,7 +1045,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### init @@ -1053,10 +1053,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -1070,7 +1070,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instanceFromDDO @@ -1078,12 +1078,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementIdSeed` | `string` | -| `ddo` | [`DDO`](DDO.md) | -| `creator` | `string` | -| `parameters` | `AccessTemplateParams` | +| Name | Type | +| :---------------- | :--------------------- | +| `agreementIdSeed` | `string` | +| `ddo` | [`DDO`](DDO.md) | +| `creator` | `string` | +| `parameters` | `AccessTemplateParams` | #### Returns @@ -1097,7 +1097,7 @@ ___ [src/keeper/contracts/templates/AccessTemplate.ts:68](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AccessTemplate.ts#L68) -___ +--- ### lockConditionIndex @@ -1115,7 +1115,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:81](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L81) -___ +--- ### lockTokens @@ -1123,12 +1123,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `tokenAddress` | `any` | -| `amounts` | `any` | -| `from` | [`Account`](Account.md) | -| `txParams` | `TxParameters` | +| Name | Type | +| :------------- | :---------------------- | +| `tokenAddress` | `any` | +| `amounts` | `any` | +| `from` | [`Account`](Account.md) | +| `txParams` | `TxParameters` | #### Returns @@ -1142,7 +1142,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:398](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L398) -___ +--- ### name @@ -1160,7 +1160,7 @@ ___ [src/keeper/contracts/templates/AccessTemplate.ts:32](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AccessTemplate.ts#L32) -___ +--- ### params @@ -1168,10 +1168,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `consumer` | [`Account`](Account.md) | `undefined` | -| `serviceType` | `ServiceType` | `'access'` | +| Name | Type | Default value | +| :------------ | :---------------------- | :------------ | +| `consumer` | [`Account`](Account.md) | `undefined` | +| `serviceType` | `ServiceType` | `'access'` | #### Returns @@ -1185,7 +1185,7 @@ ___ [src/keeper/contracts/templates/AccessTemplate.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AccessTemplate.ts#L50) -___ +--- ### paramsGen @@ -1195,8 +1195,8 @@ Specialize params #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------------ | :----------------- | :----------------- | | `__namedParameters` | `ValidationParams` | Generic parameters | #### Returns @@ -1211,7 +1211,7 @@ Specialize params [src/keeper/contracts/templates/AccessTemplate.ts:22](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AccessTemplate.ts#L22) -___ +--- ### paymentData @@ -1219,8 +1219,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :-------------- | | `service` | `ServiceCommon` | #### Returns @@ -1235,7 +1235,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:85](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L85) -___ +--- ### printAgreementStatus @@ -1245,8 +1245,8 @@ Prints the agreement status. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns @@ -1261,7 +1261,7 @@ Prints the agreement status. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:439](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L439) -___ +--- ### process @@ -1269,11 +1269,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `params` | `ValidationParams` | -| `from` | [`Account`](Account.md) | -| `txparams?` | `TxParameters` | +| Name | Type | +| :---------- | :---------------------- | +| `params` | `ValidationParams` | +| `from` | [`Account`](Account.md) | +| `txparams?` | `TxParameters` | #### Returns @@ -1287,7 +1287,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:116](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L116) -___ +--- ### send @@ -1295,11 +1295,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -1314,7 +1314,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -1322,12 +1322,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -1341,7 +1341,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### service @@ -1359,7 +1359,7 @@ ___ [src/keeper/contracts/templates/AccessTemplate.ts:42](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AccessTemplate.ts#L42) -___ +--- ### serviceEndpoint @@ -1377,7 +1377,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:31](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L31) -___ +--- ### setInstanceConfig @@ -1385,8 +1385,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1401,7 +1401,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### standardContext @@ -1409,10 +1409,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `ddo` | [`DDO`](DDO.md) | -| `creator` | `string` | +| Name | Type | +| :-------- | :-------------- | +| `ddo` | [`DDO`](DDO.md) | +| `creator` | `string` | #### Returns @@ -1426,7 +1426,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:207](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L207) -___ +--- ### validateAgreement @@ -1434,14 +1434,14 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreement_id` | `string` | -| `did` | `string` | -| `params` | `AccessTemplateParams` | -| `from` | [`Account`](Account.md) | -| `extra` | `any` | -| `txparams?` | `TxParameters` | +| Name | Type | +| :------------- | :---------------------- | +| `agreement_id` | `string` | +| `did` | `string` | +| `params` | `AccessTemplateParams` | +| `from` | [`Account`](Account.md) | +| `extra` | `any` | +| `txparams?` | `TxParameters` | #### Returns @@ -1455,7 +1455,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:131](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L131) -___ +--- ### addressesStatic @@ -1463,10 +1463,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1480,7 +1480,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1488,11 +1488,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1506,7 +1506,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1514,8 +1514,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1530,7 +1530,7 @@ ___ [src/keeper/contracts/templates/AccessTemplate.ts:38](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AccessTemplate.ts#L38) -___ +--- ### setInstanceConfig @@ -1538,15 +1538,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/templates.BaseTemplate.md b/docs/api-reference/classes/templates.BaseTemplate.md index 2b8fd7c3d..c1792c5d7 100644 --- a/docs/api-reference/classes/templates.BaseTemplate.md +++ b/docs/api-reference/classes/templates.BaseTemplate.md @@ -6,10 +6,10 @@ ## Type parameters -| Name | Type | -| :------ | :------ | -| `Params` | `Params` | -| `S` | extends `Service` | +| Name | Type | +| :------- | :---------------- | +| `Params` | `Params` | +| `S` | extends `Service` | ## Hierarchy @@ -124,15 +124,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `Params` | `Params` | -| `S` | extends `ServiceCommon` | +| Name | Type | +| :------- | :---------------------- | +| `Params` | `Params` | +| `S` | extends `ServiceCommon` | #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -157,7 +157,7 @@ [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -171,7 +171,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -185,7 +185,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -217,7 +217,7 @@ AgreementTemplate.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -235,7 +235,7 @@ AgreementTemplate.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -253,7 +253,7 @@ AgreementTemplate.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -271,7 +271,7 @@ AgreementTemplate.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -289,7 +289,7 @@ AgreementTemplate.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -307,7 +307,7 @@ AgreementTemplate.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -325,7 +325,7 @@ AgreementTemplate.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -351,8 +351,8 @@ AgreementTemplate.web3 #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :----------------- | | `_params` | `ValidationParams` | #### Returns @@ -367,7 +367,7 @@ ServicePlugin.accept [src/keeper/contracts/templates/BaseTemplate.abstract.ts:112](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L112) -___ +--- ### addresses @@ -385,7 +385,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### agreementId @@ -393,10 +393,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---------------- | :------- | | `agreementIdSeed` | `string` | -| `creator` | `string` | +| `creator` | `string` | #### Returns @@ -410,7 +410,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:213](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L213) -___ +--- ### call @@ -419,15 +419,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -442,7 +442,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -452,8 +452,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -470,7 +470,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### conditions @@ -484,7 +484,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:29](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L29) -___ +--- ### createAgreement @@ -492,16 +492,16 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `conditionIds` | `string`[] | -| `timeLocks` | `number`[] | -| `timeOuts` | `number`[] | -| `extraArgs` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `conditionIds` | `string`[] | +| `timeLocks` | `number`[] | +| `timeOuts` | `number`[] | +| `extraArgs` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -515,7 +515,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:99](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L99) -___ +--- ### createAgreementAndPay @@ -523,21 +523,21 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `conditionIds` | `string`[] | -| `timeLocks` | `number`[] | -| `timeOuts` | `number`[] | -| `accessConsumer` | `string` | -| `condIdx` | `number` | -| `rewardAddress` | `string` | -| `tokenAddress` | `string` | -| `amounts` | `default`[] | -| `receivers` | `string`[] | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :--------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `conditionIds` | `string`[] | +| `timeLocks` | `number`[] | +| `timeOuts` | `number`[] | +| `accessConsumer` | `string` | +| `condIdx` | `number` | +| `rewardAddress` | `string` | +| `tokenAddress` | `string` | +| `amounts` | `default`[] | +| `receivers` | `string`[] | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -551,7 +551,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:124](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L124) -___ +--- ### createAgreementFromDDO @@ -561,15 +561,15 @@ Create a new agreement using the data of a DDO. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementIdSeed` | `string` | - | -| `ddo` | [`DDO`](DDO.md) | DDO. | -| `parameters` | `Params` | | -| `consumer` | [`Account`](Account.md) | - | -| `from` | [`Account`](Account.md) | - | -| `timeOuts?` | `number`[] | - | -| `params?` | `TxParameters` | - | +| Name | Type | Description | +| :---------------- | :---------------------- | :---------- | +| `agreementIdSeed` | `string` | - | +| `ddo` | [`DDO`](DDO.md) | DDO. | +| `parameters` | `Params` | | +| `consumer` | [`Account`](Account.md) | - | +| `from` | [`Account`](Account.md) | - | +| `timeOuts?` | `number`[] | - | +| `params?` | `TxParameters` | - | #### Returns @@ -585,7 +585,7 @@ true if the call was successful. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:225](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L225) -___ +--- ### createAgreementWithPaymentFromDDO @@ -593,16 +593,16 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementIdSeed` | `string` | -| `ddo` | [`DDO`](DDO.md) | -| `parameters` | `Params` | -| `consumer` | [`Account`](Account.md) | -| `from` | [`Account`](Account.md) | -| `timeOuts?` | `number`[] | -| `txParams?` | `TxParameters` | -| `observer?` | (`OrderProgressStep`: `any`) => `void` | +| Name | Type | +| :---------------- | :------------------------------------- | +| `agreementIdSeed` | `string` | +| `ddo` | [`DDO`](DDO.md) | +| `parameters` | `Params` | +| `consumer` | [`Account`](Account.md) | +| `from` | [`Account`](Account.md) | +| `timeOuts?` | `number`[] | +| `txParams?` | `TxParameters` | +| `observer?` | (`OrderProgressStep`: `any`) => `void` | #### Returns @@ -616,7 +616,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:255](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L255) -___ +--- ### createService @@ -624,13 +624,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `publisher` | [`Account`](Account.md) | `undefined` | -| `metadata` | [`MetaData`](../interfaces/MetaData.md) | `undefined` | -| `assetPrice?` | `default` | `undefined` | -| `erc20TokenAddress?` | `string` | `undefined` | -| `priced` | `boolean` | `false` | +| Name | Type | Default value | +| :------------------- | :-------------------------------------- | :------------ | +| `publisher` | [`Account`](Account.md) | `undefined` | +| `metadata` | [`MetaData`](../interfaces/MetaData.md) | `undefined` | +| `assetPrice?` | `default` | `undefined` | +| `erc20TokenAddress?` | `string` | `undefined` | +| `priced` | `boolean` | `false` | #### Returns @@ -644,7 +644,7 @@ ServicePlugin.createService [src/keeper/contracts/templates/BaseTemplate.abstract.ts:65](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L65) -___ +--- ### description @@ -658,7 +658,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L28) -___ +--- ### extraGen @@ -666,8 +666,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :----------------- | | `_params` | `ValidationParams` | #### Returns @@ -678,7 +678,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:108](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L108) -___ +--- ### findSigner @@ -686,8 +686,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -702,7 +702,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### getAddress @@ -720,7 +720,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getAgreementCreatedEvent @@ -730,8 +730,8 @@ Generates and returns the agreement creation event. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns @@ -748,27 +748,27 @@ Agreement created event. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:469](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L469) -___ +--- ### getAgreementData -▸ **getAgreementData**(`agreementId`): `Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> +▸ **getAgreementData**(`agreementId`): `Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns -`Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> +`Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> #### Defined in [src/keeper/contracts/templates/BaseTemplate.abstract.ts:21](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L21) -___ +--- ### getAgreementIdsFromDDO @@ -778,12 +778,12 @@ Get agreement conditions IDs. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementId` | `string` | Agreement ID. | -| `ddo` | [`DDO`](DDO.md) | DDO. | -| `creator` | `string` | - | -| `params` | `Params` | - | +| Name | Type | Description | +| :------------ | :-------------- | :------------ | +| `agreementId` | `string` | Agreement ID. | +| `ddo` | [`DDO`](DDO.md) | DDO. | +| `creator` | `string` | - | +| `params` | `Params` | - | #### Returns @@ -799,23 +799,23 @@ The condition IDs. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:183](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L183) -___ +--- ### getAgreementStatus -▸ **getAgreementStatus**(`agreementId`): `Promise`<``false`` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> +▸ **getAgreementStatus**(`agreementId`): `Promise`<`false` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> Returns the status of the conditions. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns -`Promise`<``false`` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> +`Promise`<`false` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> The conditions status. @@ -827,7 +827,7 @@ The conditions status. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:343](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L343) -___ +--- ### getAgreementsForDID @@ -835,8 +835,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---- | :------- | | `did` | `string` | #### Returns @@ -851,7 +851,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:496](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L496) -___ +--- ### getConditionTypes @@ -873,7 +873,7 @@ A list of condition addresses. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:163](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L163) -___ +--- ### getConditions @@ -895,7 +895,7 @@ A list of condition contracts. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L171) -___ +--- ### getContract @@ -913,7 +913,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -921,8 +921,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -937,7 +937,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -945,8 +945,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -961,7 +961,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getPriced @@ -969,10 +969,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `assetPrice` | `default` | -| `erc20TokenAddress` | `string` | +| Name | Type | +| :------------------ | :-------- | +| `assetPrice` | `default` | +| `erc20TokenAddress` | `string` | #### Returns @@ -982,7 +982,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:35](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L35) -___ +--- ### getServiceAgreementTemplate @@ -1000,7 +1000,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:317](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L317) -___ +--- ### getServiceAgreementTemplateConditionByRef @@ -1008,8 +1008,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---- | :------- | | `ref` | `string` | #### Returns @@ -1024,7 +1024,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:324](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L324) -___ +--- ### getServiceAgreementTemplateConditions @@ -1042,15 +1042,15 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:319](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L319) -___ +--- ### getServiceAgreementTemplateDependencies -▸ **getServiceAgreementTemplateDependencies**(): `Promise`<{ `[condition: string]`: `string`[]; }\> +▸ **getServiceAgreementTemplateDependencies**(): `Promise`<{ `[condition: string]`: `string`[]; }\> #### Returns -`Promise`<{ `[condition: string]`: `string`[]; }\> +`Promise`<{ `[condition: string]`: `string`[]; }\> #### Inherited from @@ -1060,7 +1060,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:333](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L333) -___ +--- ### getSignatureOfMethod @@ -1068,10 +1068,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -1085,7 +1085,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### init @@ -1093,10 +1093,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -1110,7 +1110,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instanceFromDDO @@ -1118,12 +1118,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementIdSeed` | `string` | -| `ddo` | [`DDO`](DDO.md) | -| `creator` | `string` | -| `parameters` | `Params` | +| Name | Type | +| :---------------- | :-------------- | +| `agreementIdSeed` | `string` | +| `ddo` | [`DDO`](DDO.md) | +| `creator` | `string` | +| `parameters` | `Params` | #### Returns @@ -1137,7 +1137,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:198](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L198) -___ +--- ### lockConditionIndex @@ -1155,7 +1155,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:81](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L81) -___ +--- ### lockTokens @@ -1163,12 +1163,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `tokenAddress` | `any` | -| `amounts` | `any` | -| `from` | [`Account`](Account.md) | -| `txParams` | `TxParameters` | +| Name | Type | +| :------------- | :---------------------- | +| `tokenAddress` | `any` | +| `amounts` | `any` | +| `from` | [`Account`](Account.md) | +| `txParams` | `TxParameters` | #### Returns @@ -1182,7 +1182,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:398](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L398) -___ +--- ### name @@ -1196,7 +1196,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:27](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L27) -___ +--- ### params @@ -1204,8 +1204,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -1220,7 +1220,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:79](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L79) -___ +--- ### paramsGen @@ -1230,8 +1230,8 @@ Specialize params #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------- | :----------------- | :----------------- | | `params` | `ValidationParams` | Generic parameters | #### Returns @@ -1242,7 +1242,7 @@ Specialize params [src/keeper/contracts/templates/BaseTemplate.abstract.ts:106](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L106) -___ +--- ### paymentData @@ -1250,8 +1250,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :-------------- | | `service` | `ServiceCommon` | #### Returns @@ -1266,7 +1266,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:85](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L85) -___ +--- ### printAgreementStatus @@ -1276,8 +1276,8 @@ Prints the agreement status. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns @@ -1292,7 +1292,7 @@ Prints the agreement status. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:439](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L439) -___ +--- ### process @@ -1300,11 +1300,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `params` | `ValidationParams` | -| `from` | [`Account`](Account.md) | -| `txparams?` | `TxParameters` | +| Name | Type | +| :---------- | :---------------------- | +| `params` | `ValidationParams` | +| `from` | [`Account`](Account.md) | +| `txparams?` | `TxParameters` | #### Returns @@ -1318,7 +1318,7 @@ ServicePlugin.process [src/keeper/contracts/templates/BaseTemplate.abstract.ts:116](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L116) -___ +--- ### send @@ -1326,11 +1326,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -1345,7 +1345,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -1353,12 +1353,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -1372,7 +1372,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### service @@ -1390,7 +1390,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:205](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L205) -___ +--- ### serviceEndpoint @@ -1404,7 +1404,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:31](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L31) -___ +--- ### setInstanceConfig @@ -1412,8 +1412,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1428,7 +1428,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### standardContext @@ -1436,10 +1436,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `ddo` | [`DDO`](DDO.md) | -| `creator` | `string` | +| Name | Type | +| :-------- | :-------------- | +| `ddo` | [`DDO`](DDO.md) | +| `creator` | `string` | #### Returns @@ -1453,7 +1453,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:207](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L207) -___ +--- ### validateAgreement @@ -1461,14 +1461,14 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreement_id` | `string` | -| `did` | `string` | -| `params` | `Params` | -| `from` | [`Account`](Account.md) | -| `extra` | `any` | -| `txparams?` | `TxParameters` | +| Name | Type | +| :------------- | :---------------------- | +| `agreement_id` | `string` | +| `did` | `string` | +| `params` | `Params` | +| `from` | [`Account`](Account.md) | +| `extra` | `any` | +| `txparams?` | `TxParameters` | #### Returns @@ -1478,7 +1478,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:131](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L131) -___ +--- ### addressesStatic @@ -1486,10 +1486,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1503,7 +1503,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1511,11 +1511,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1529,7 +1529,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1537,18 +1537,18 @@ ___ #### Type parameters -| Name | -| :------ | +| Name | +| :------- | | `Params` | #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `templateContractName` | `string` | `undefined` | -| `templateClass` | `any` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------------------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `templateContractName` | `string` | `undefined` | +| `templateClass` | `any` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -1562,7 +1562,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:62](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L62) -___ +--- ### setInstanceConfig @@ -1570,15 +1570,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/templates.DIDSalesTemplate.md b/docs/api-reference/classes/templates.DIDSalesTemplate.md index 709bcd7e6..71b2665bb 100644 --- a/docs/api-reference/classes/templates.DIDSalesTemplate.md +++ b/docs/api-reference/classes/templates.DIDSalesTemplate.md @@ -96,8 +96,8 @@ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -122,7 +122,7 @@ [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -136,7 +136,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -150,7 +150,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -182,7 +182,7 @@ BaseTemplate.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -200,7 +200,7 @@ BaseTemplate.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -218,7 +218,7 @@ BaseTemplate.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -236,7 +236,7 @@ BaseTemplate.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -254,7 +254,7 @@ BaseTemplate.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -272,7 +272,7 @@ BaseTemplate.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -290,7 +290,7 @@ BaseTemplate.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -316,8 +316,8 @@ BaseTemplate.web3 #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :----------------- | | `_params` | `ValidationParams` | #### Returns @@ -332,7 +332,7 @@ BaseTemplate.web3 [src/keeper/contracts/templates/BaseTemplate.abstract.ts:112](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L112) -___ +--- ### addresses @@ -350,7 +350,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### agreementId @@ -358,10 +358,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---------------- | :------- | | `agreementIdSeed` | `string` | -| `creator` | `string` | +| `creator` | `string` | #### Returns @@ -375,7 +375,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:213](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L213) -___ +--- ### call @@ -384,15 +384,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -407,7 +407,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -417,8 +417,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -435,7 +435,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### conditions @@ -453,7 +453,7 @@ ___ [src/keeper/contracts/templates/DIDSalesTemplate.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/DIDSalesTemplate.ts#L33) -___ +--- ### createAgreement @@ -461,16 +461,16 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `conditionIds` | `string`[] | -| `timeLocks` | `number`[] | -| `timeOuts` | `number`[] | -| `extraArgs` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `conditionIds` | `string`[] | +| `timeLocks` | `number`[] | +| `timeOuts` | `number`[] | +| `extraArgs` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -484,7 +484,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:99](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L99) -___ +--- ### createAgreementAndPay @@ -492,21 +492,21 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `conditionIds` | `string`[] | -| `timeLocks` | `number`[] | -| `timeOuts` | `number`[] | -| `accessConsumer` | `string` | -| `condIdx` | `number` | -| `rewardAddress` | `string` | -| `tokenAddress` | `string` | -| `amounts` | `default`[] | -| `receivers` | `string`[] | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :--------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `conditionIds` | `string`[] | +| `timeLocks` | `number`[] | +| `timeOuts` | `number`[] | +| `accessConsumer` | `string` | +| `condIdx` | `number` | +| `rewardAddress` | `string` | +| `tokenAddress` | `string` | +| `amounts` | `default`[] | +| `receivers` | `string`[] | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -520,7 +520,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:124](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L124) -___ +--- ### createAgreementFromDDO @@ -530,15 +530,15 @@ Create a new agreement using the data of a DDO. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementIdSeed` | `string` | - | -| `ddo` | [`DDO`](DDO.md) | DDO. | -| `parameters` | `DIDSalesTemplateParams` | | -| `consumer` | [`Account`](Account.md) | - | -| `from` | [`Account`](Account.md) | - | -| `timeOuts?` | `number`[] | - | -| `params?` | `TxParameters` | - | +| Name | Type | Description | +| :---------------- | :----------------------- | :---------- | +| `agreementIdSeed` | `string` | - | +| `ddo` | [`DDO`](DDO.md) | DDO. | +| `parameters` | `DIDSalesTemplateParams` | | +| `consumer` | [`Account`](Account.md) | - | +| `from` | [`Account`](Account.md) | - | +| `timeOuts?` | `number`[] | - | +| `params?` | `TxParameters` | - | #### Returns @@ -554,7 +554,7 @@ true if the call was successful. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:225](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L225) -___ +--- ### createAgreementWithPaymentFromDDO @@ -562,16 +562,16 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementIdSeed` | `string` | -| `ddo` | [`DDO`](DDO.md) | -| `parameters` | `DIDSalesTemplateParams` | -| `consumer` | [`Account`](Account.md) | -| `from` | [`Account`](Account.md) | -| `timeOuts?` | `number`[] | -| `txParams?` | `TxParameters` | -| `observer?` | (`OrderProgressStep`: `any`) => `void` | +| Name | Type | +| :---------------- | :------------------------------------- | +| `agreementIdSeed` | `string` | +| `ddo` | [`DDO`](DDO.md) | +| `parameters` | `DIDSalesTemplateParams` | +| `consumer` | [`Account`](Account.md) | +| `from` | [`Account`](Account.md) | +| `timeOuts?` | `number`[] | +| `txParams?` | `TxParameters` | +| `observer?` | (`OrderProgressStep`: `any`) => `void` | #### Returns @@ -585,7 +585,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:255](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L255) -___ +--- ### createService @@ -593,13 +593,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `publisher` | [`Account`](Account.md) | `undefined` | -| `metadata` | [`MetaData`](../interfaces/MetaData.md) | `undefined` | -| `assetPrice?` | `default` | `undefined` | -| `erc20TokenAddress?` | `string` | `undefined` | -| `priced` | `boolean` | `false` | +| Name | Type | Default value | +| :------------------- | :-------------------------------------- | :------------ | +| `publisher` | [`Account`](Account.md) | `undefined` | +| `metadata` | [`MetaData`](../interfaces/MetaData.md) | `undefined` | +| `assetPrice?` | `default` | `undefined` | +| `erc20TokenAddress?` | `string` | `undefined` | +| `priced` | `boolean` | `false` | #### Returns @@ -613,7 +613,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:65](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L65) -___ +--- ### description @@ -631,7 +631,7 @@ ___ [src/keeper/contracts/templates/DIDSalesTemplate.ts:29](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/DIDSalesTemplate.ts#L29) -___ +--- ### extraGen @@ -639,8 +639,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :----------------- | | `_params` | `ValidationParams` | #### Returns @@ -655,7 +655,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:108](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L108) -___ +--- ### findSigner @@ -663,8 +663,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -679,7 +679,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### getAddress @@ -697,7 +697,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getAgreementCreatedEvent @@ -707,8 +707,8 @@ Generates and returns the agreement creation event. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns @@ -725,21 +725,21 @@ Agreement created event. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:469](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L469) -___ +--- ### getAgreementData -▸ **getAgreementData**(`agreementId`): `Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> +▸ **getAgreementData**(`agreementId`): `Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns -`Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> +`Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> #### Inherited from @@ -749,7 +749,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:21](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L21) -___ +--- ### getAgreementIdsFromDDO @@ -759,12 +759,12 @@ Get agreement conditions IDs. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementId` | `string` | Agreement ID. | -| `ddo` | [`DDO`](DDO.md) | DDO. | -| `creator` | `string` | - | -| `params` | `DIDSalesTemplateParams` | - | +| Name | Type | Description | +| :------------ | :----------------------- | :------------ | +| `agreementId` | `string` | Agreement ID. | +| `ddo` | [`DDO`](DDO.md) | DDO. | +| `creator` | `string` | - | +| `params` | `DIDSalesTemplateParams` | - | #### Returns @@ -780,23 +780,23 @@ The condition IDs. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:183](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L183) -___ +--- ### getAgreementStatus -▸ **getAgreementStatus**(`agreementId`): `Promise`<``false`` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> +▸ **getAgreementStatus**(`agreementId`): `Promise`<`false` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> Returns the status of the conditions. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns -`Promise`<``false`` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> +`Promise`<`false` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> The conditions status. @@ -808,7 +808,7 @@ The conditions status. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:343](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L343) -___ +--- ### getAgreementsForDID @@ -816,8 +816,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---- | :------- | | `did` | `string` | #### Returns @@ -832,7 +832,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:496](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L496) -___ +--- ### getConditionTypes @@ -854,7 +854,7 @@ A list of condition addresses. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:163](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L163) -___ +--- ### getConditions @@ -876,7 +876,7 @@ A list of condition contracts. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L171) -___ +--- ### getContract @@ -894,7 +894,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -902,8 +902,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -918,7 +918,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -926,8 +926,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -942,7 +942,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getServiceAgreementTemplate @@ -960,7 +960,7 @@ ___ [src/keeper/contracts/templates/DIDSalesTemplate.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/DIDSalesTemplate.ts#L105) -___ +--- ### getServiceAgreementTemplateConditionByRef @@ -968,8 +968,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---- | :------- | | `ref` | `string` | #### Returns @@ -984,7 +984,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:324](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L324) -___ +--- ### getServiceAgreementTemplateConditions @@ -1002,15 +1002,15 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:319](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L319) -___ +--- ### getServiceAgreementTemplateDependencies -▸ **getServiceAgreementTemplateDependencies**(): `Promise`<{ `[condition: string]`: `string`[]; }\> +▸ **getServiceAgreementTemplateDependencies**(): `Promise`<{ `[condition: string]`: `string`[]; }\> #### Returns -`Promise`<{ `[condition: string]`: `string`[]; }\> +`Promise`<{ `[condition: string]`: `string`[]; }\> #### Inherited from @@ -1020,7 +1020,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:333](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L333) -___ +--- ### getSignatureOfMethod @@ -1028,10 +1028,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -1045,7 +1045,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### init @@ -1053,10 +1053,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -1070,7 +1070,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instanceFromDDO @@ -1078,12 +1078,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementIdSeed` | `string` | -| `ddo` | [`DDO`](DDO.md) | -| `creator` | `string` | -| `parameters` | `DIDSalesTemplateParams` | +| Name | Type | +| :---------------- | :----------------------- | +| `agreementIdSeed` | `string` | +| `ddo` | [`DDO`](DDO.md) | +| `creator` | `string` | +| `parameters` | `DIDSalesTemplateParams` | #### Returns @@ -1097,7 +1097,7 @@ ___ [src/keeper/contracts/templates/DIDSalesTemplate.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/DIDSalesTemplate.ts#L50) -___ +--- ### lockConditionIndex @@ -1115,7 +1115,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:81](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L81) -___ +--- ### lockTokens @@ -1123,12 +1123,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `tokenAddress` | `any` | -| `amounts` | `any` | -| `from` | [`Account`](Account.md) | -| `txParams` | `TxParameters` | +| Name | Type | +| :------------- | :---------------------- | +| `tokenAddress` | `any` | +| `amounts` | `any` | +| `from` | [`Account`](Account.md) | +| `txParams` | `TxParameters` | #### Returns @@ -1142,7 +1142,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:398](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L398) -___ +--- ### name @@ -1160,7 +1160,7 @@ ___ [src/keeper/contracts/templates/DIDSalesTemplate.ts:26](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/DIDSalesTemplate.ts#L26) -___ +--- ### params @@ -1168,8 +1168,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `receiverId` | `string` | #### Returns @@ -1184,7 +1184,7 @@ ___ [src/keeper/contracts/templates/DIDSalesTemplate.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/DIDSalesTemplate.ts#L23) -___ +--- ### paramsGen @@ -1194,8 +1194,8 @@ Specialize params #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------- | :----------------- | :----------------- | | `params` | `ValidationParams` | Generic parameters | #### Returns @@ -1210,7 +1210,7 @@ Specialize params [src/keeper/contracts/templates/DIDSalesTemplate.ts:20](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/DIDSalesTemplate.ts#L20) -___ +--- ### paymentData @@ -1218,8 +1218,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :-------------- | | `service` | `ServiceCommon` | #### Returns @@ -1234,7 +1234,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:85](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L85) -___ +--- ### printAgreementStatus @@ -1244,8 +1244,8 @@ Prints the agreement status. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns @@ -1260,7 +1260,7 @@ Prints the agreement status. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:439](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L439) -___ +--- ### process @@ -1268,11 +1268,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `params` | `ValidationParams` | -| `from` | [`Account`](Account.md) | -| `txparams?` | `TxParameters` | +| Name | Type | +| :---------- | :---------------------- | +| `params` | `ValidationParams` | +| `from` | [`Account`](Account.md) | +| `txparams?` | `TxParameters` | #### Returns @@ -1286,7 +1286,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:116](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L116) -___ +--- ### send @@ -1294,11 +1294,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -1313,7 +1313,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -1321,12 +1321,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -1340,7 +1340,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### service @@ -1358,7 +1358,7 @@ ___ [src/keeper/contracts/templates/DIDSalesTemplate.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/DIDSalesTemplate.ts#L96) -___ +--- ### serviceEndpoint @@ -1376,7 +1376,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:31](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L31) -___ +--- ### setInstanceConfig @@ -1384,8 +1384,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1400,7 +1400,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### standardContext @@ -1408,10 +1408,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `ddo` | [`DDO`](DDO.md) | -| `creator` | `string` | +| Name | Type | +| :-------- | :-------------- | +| `ddo` | [`DDO`](DDO.md) | +| `creator` | `string` | #### Returns @@ -1425,7 +1425,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:207](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L207) -___ +--- ### validateAgreement @@ -1433,14 +1433,14 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreement_id` | `string` | -| `did` | `string` | -| `params` | `DIDSalesTemplateParams` | -| `from` | [`Account`](Account.md) | -| `extra` | `any` | -| `txparams?` | `TxParameters` | +| Name | Type | +| :------------- | :----------------------- | +| `agreement_id` | `string` | +| `did` | `string` | +| `params` | `DIDSalesTemplateParams` | +| `from` | [`Account`](Account.md) | +| `extra` | `any` | +| `txparams?` | `TxParameters` | #### Returns @@ -1454,7 +1454,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:131](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L131) -___ +--- ### addressesStatic @@ -1462,10 +1462,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1479,7 +1479,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1487,11 +1487,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1505,7 +1505,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1513,8 +1513,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1529,7 +1529,7 @@ ___ [src/keeper/contracts/templates/DIDSalesTemplate.ts:99](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/DIDSalesTemplate.ts#L99) -___ +--- ### setInstanceConfig @@ -1537,15 +1537,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/templates.EscrowComputeExecutionTemplate.md b/docs/api-reference/classes/templates.EscrowComputeExecutionTemplate.md index e5db8e20b..e73675eed 100644 --- a/docs/api-reference/classes/templates.EscrowComputeExecutionTemplate.md +++ b/docs/api-reference/classes/templates.EscrowComputeExecutionTemplate.md @@ -97,8 +97,8 @@ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -123,7 +123,7 @@ [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -137,7 +137,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -151,7 +151,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -183,7 +183,7 @@ BaseTemplate.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -201,7 +201,7 @@ BaseTemplate.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -219,7 +219,7 @@ BaseTemplate.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -237,7 +237,7 @@ BaseTemplate.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -255,7 +255,7 @@ BaseTemplate.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -273,7 +273,7 @@ BaseTemplate.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -291,7 +291,7 @@ BaseTemplate.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -317,8 +317,8 @@ BaseTemplate.web3 #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :----------------- | | `_params` | `ValidationParams` | #### Returns @@ -333,7 +333,7 @@ BaseTemplate.web3 [src/keeper/contracts/templates/BaseTemplate.abstract.ts:112](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L112) -___ +--- ### addresses @@ -351,7 +351,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### agreementId @@ -359,10 +359,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---------------- | :------- | | `agreementIdSeed` | `string` | -| `creator` | `string` | +| `creator` | `string` | #### Returns @@ -376,7 +376,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:213](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L213) -___ +--- ### call @@ -385,15 +385,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -408,7 +408,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -418,8 +418,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -436,7 +436,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### conditions @@ -454,7 +454,7 @@ ___ [src/keeper/contracts/templates/EscrowComputeExecutionTemplate.ts:107](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/EscrowComputeExecutionTemplate.ts#L107) -___ +--- ### createAgreement @@ -462,16 +462,16 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `conditionIds` | `string`[] | -| `timeLocks` | `number`[] | -| `timeOuts` | `number`[] | -| `extraArgs` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `conditionIds` | `string`[] | +| `timeLocks` | `number`[] | +| `timeOuts` | `number`[] | +| `extraArgs` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -485,7 +485,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:99](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L99) -___ +--- ### createAgreementAndPay @@ -493,21 +493,21 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `conditionIds` | `string`[] | -| `timeLocks` | `number`[] | -| `timeOuts` | `number`[] | -| `accessConsumer` | `string` | -| `condIdx` | `number` | -| `rewardAddress` | `string` | -| `tokenAddress` | `string` | -| `amounts` | `default`[] | -| `receivers` | `string`[] | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :--------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `conditionIds` | `string`[] | +| `timeLocks` | `number`[] | +| `timeOuts` | `number`[] | +| `accessConsumer` | `string` | +| `condIdx` | `number` | +| `rewardAddress` | `string` | +| `tokenAddress` | `string` | +| `amounts` | `default`[] | +| `receivers` | `string`[] | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -521,7 +521,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:124](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L124) -___ +--- ### createAgreementFromDDO @@ -531,15 +531,15 @@ Create a new agreement using the data of a DDO. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementIdSeed` | `string` | - | -| `ddo` | [`DDO`](DDO.md) | DDO. | -| `parameters` | `EscrowComputeExecutionParams` | | -| `consumer` | [`Account`](Account.md) | - | -| `from` | [`Account`](Account.md) | - | -| `timeOuts?` | `number`[] | - | -| `params?` | `TxParameters` | - | +| Name | Type | Description | +| :---------------- | :----------------------------- | :---------- | +| `agreementIdSeed` | `string` | - | +| `ddo` | [`DDO`](DDO.md) | DDO. | +| `parameters` | `EscrowComputeExecutionParams` | | +| `consumer` | [`Account`](Account.md) | - | +| `from` | [`Account`](Account.md) | - | +| `timeOuts?` | `number`[] | - | +| `params?` | `TxParameters` | - | #### Returns @@ -555,7 +555,7 @@ true if the call was successful. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:225](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L225) -___ +--- ### createAgreementWithPaymentFromDDO @@ -563,16 +563,16 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementIdSeed` | `string` | -| `ddo` | [`DDO`](DDO.md) | -| `parameters` | `EscrowComputeExecutionParams` | -| `consumer` | [`Account`](Account.md) | -| `from` | [`Account`](Account.md) | -| `timeOuts?` | `number`[] | -| `txParams?` | `TxParameters` | -| `observer?` | (`OrderProgressStep`: `any`) => `void` | +| Name | Type | +| :---------------- | :------------------------------------- | +| `agreementIdSeed` | `string` | +| `ddo` | [`DDO`](DDO.md) | +| `parameters` | `EscrowComputeExecutionParams` | +| `consumer` | [`Account`](Account.md) | +| `from` | [`Account`](Account.md) | +| `timeOuts?` | `number`[] | +| `txParams?` | `TxParameters` | +| `observer?` | (`OrderProgressStep`: `any`) => `void` | #### Returns @@ -586,7 +586,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:255](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L255) -___ +--- ### createService @@ -594,13 +594,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `publisher` | [`Account`](Account.md) | `undefined` | -| `metadata` | [`MetaData`](../interfaces/MetaData.md) | `undefined` | -| `assetPrice?` | `default` | `undefined` | -| `erc20TokenAddress?` | `string` | `undefined` | -| `priced` | `boolean` | `false` | +| Name | Type | Default value | +| :------------------- | :-------------------------------------- | :------------ | +| `publisher` | [`Account`](Account.md) | `undefined` | +| `metadata` | [`MetaData`](../interfaces/MetaData.md) | `undefined` | +| `assetPrice?` | `default` | `undefined` | +| `erc20TokenAddress?` | `string` | `undefined` | +| `priced` | `boolean` | `false` | #### Returns @@ -614,7 +614,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:65](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L65) -___ +--- ### description @@ -632,7 +632,7 @@ ___ [src/keeper/contracts/templates/EscrowComputeExecutionTemplate.ts:42](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/EscrowComputeExecutionTemplate.ts#L42) -___ +--- ### extraGen @@ -640,8 +640,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :----------------- | | `_params` | `ValidationParams` | #### Returns @@ -656,7 +656,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:108](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L108) -___ +--- ### findSigner @@ -664,8 +664,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -680,7 +680,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### getAddress @@ -698,7 +698,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getAgreementCreatedEvent @@ -708,8 +708,8 @@ Generates and returns the agreement creation event. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns @@ -726,21 +726,21 @@ Agreement created event. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:469](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L469) -___ +--- ### getAgreementData -▸ **getAgreementData**(`agreementId`): `Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> +▸ **getAgreementData**(`agreementId`): `Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns -`Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> +`Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> #### Inherited from @@ -750,7 +750,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:21](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L21) -___ +--- ### getAgreementIdsFromDDO @@ -760,12 +760,12 @@ Get agreement conditions IDs. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementId` | `string` | Agreement ID. | -| `ddo` | [`DDO`](DDO.md) | DDO. | -| `creator` | `string` | - | -| `params` | `EscrowComputeExecutionParams` | - | +| Name | Type | Description | +| :------------ | :----------------------------- | :------------ | +| `agreementId` | `string` | Agreement ID. | +| `ddo` | [`DDO`](DDO.md) | DDO. | +| `creator` | `string` | - | +| `params` | `EscrowComputeExecutionParams` | - | #### Returns @@ -781,23 +781,23 @@ The condition IDs. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:183](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L183) -___ +--- ### getAgreementStatus -▸ **getAgreementStatus**(`agreementId`): `Promise`<``false`` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> +▸ **getAgreementStatus**(`agreementId`): `Promise`<`false` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> Returns the status of the conditions. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns -`Promise`<``false`` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> +`Promise`<`false` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> The conditions status. @@ -809,7 +809,7 @@ The conditions status. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:343](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L343) -___ +--- ### getAgreementsForDID @@ -817,8 +817,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---- | :------- | | `did` | `string` | #### Returns @@ -833,7 +833,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:496](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L496) -___ +--- ### getConditionTypes @@ -855,7 +855,7 @@ A list of condition addresses. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:163](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L163) -___ +--- ### getConditions @@ -877,7 +877,7 @@ A list of condition contracts. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L171) -___ +--- ### getContract @@ -895,7 +895,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -903,8 +903,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -919,7 +919,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -927,8 +927,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -943,7 +943,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getServiceAgreementTemplate @@ -961,7 +961,7 @@ ___ [src/keeper/contracts/templates/EscrowComputeExecutionTemplate.ts:95](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/EscrowComputeExecutionTemplate.ts#L95) -___ +--- ### getServiceAgreementTemplateConditionByRef @@ -969,8 +969,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---- | :------- | | `ref` | `string` | #### Returns @@ -985,7 +985,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:324](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L324) -___ +--- ### getServiceAgreementTemplateConditions @@ -1003,15 +1003,15 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:319](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L319) -___ +--- ### getServiceAgreementTemplateDependencies -▸ **getServiceAgreementTemplateDependencies**(): `Promise`<{ `[condition: string]`: `string`[]; }\> +▸ **getServiceAgreementTemplateDependencies**(): `Promise`<{ `[condition: string]`: `string`[]; }\> #### Returns -`Promise`<{ `[condition: string]`: `string`[]; }\> +`Promise`<{ `[condition: string]`: `string`[]; }\> #### Inherited from @@ -1021,7 +1021,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:333](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L333) -___ +--- ### getSignatureOfMethod @@ -1029,10 +1029,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -1046,7 +1046,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### init @@ -1054,10 +1054,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -1071,7 +1071,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instanceFromDDO @@ -1079,12 +1079,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementIdSeed` | `string` | -| `ddo` | [`DDO`](DDO.md) | -| `creator` | `string` | -| `parameters` | `EscrowComputeExecutionParams` | +| Name | Type | +| :---------------- | :----------------------------- | +| `agreementIdSeed` | `string` | +| `ddo` | [`DDO`](DDO.md) | +| `creator` | `string` | +| `parameters` | `EscrowComputeExecutionParams` | #### Returns @@ -1098,7 +1098,7 @@ ___ [src/keeper/contracts/templates/EscrowComputeExecutionTemplate.ts:120](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/EscrowComputeExecutionTemplate.ts#L120) -___ +--- ### lockConditionIndex @@ -1116,7 +1116,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:81](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L81) -___ +--- ### lockTokens @@ -1124,12 +1124,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `tokenAddress` | `any` | -| `amounts` | `any` | -| `from` | [`Account`](Account.md) | -| `txParams` | `TxParameters` | +| Name | Type | +| :------------- | :---------------------- | +| `tokenAddress` | `any` | +| `amounts` | `any` | +| `from` | [`Account`](Account.md) | +| `txParams` | `TxParameters` | #### Returns @@ -1143,7 +1143,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:398](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L398) -___ +--- ### name @@ -1161,7 +1161,7 @@ ___ [src/keeper/contracts/templates/EscrowComputeExecutionTemplate.ts:39](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/EscrowComputeExecutionTemplate.ts#L39) -___ +--- ### params @@ -1169,8 +1169,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :--------- | :---------------------- | | `consumer` | [`Account`](Account.md) | #### Returns @@ -1185,7 +1185,7 @@ ___ [src/keeper/contracts/templates/EscrowComputeExecutionTemplate.ts:103](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/EscrowComputeExecutionTemplate.ts#L103) -___ +--- ### paramsGen @@ -1195,8 +1195,8 @@ Specialize params #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------- | :----------------- | :----------------- | | `params` | `ValidationParams` | Generic parameters | #### Returns @@ -1211,7 +1211,7 @@ Specialize params [src/keeper/contracts/templates/EscrowComputeExecutionTemplate.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/EscrowComputeExecutionTemplate.ts#L23) -___ +--- ### paymentData @@ -1219,8 +1219,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :-------------- | | `service` | `ServiceCommon` | #### Returns @@ -1235,7 +1235,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:85](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L85) -___ +--- ### printAgreementStatus @@ -1245,8 +1245,8 @@ Prints the agreement status. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns @@ -1261,7 +1261,7 @@ Prints the agreement status. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:439](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L439) -___ +--- ### process @@ -1269,11 +1269,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `params` | `ValidationParams` | -| `from` | [`Account`](Account.md) | -| `txparams?` | `TxParameters` | +| Name | Type | +| :---------- | :---------------------- | +| `params` | `ValidationParams` | +| `from` | [`Account`](Account.md) | +| `txparams?` | `TxParameters` | #### Returns @@ -1287,21 +1287,21 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:116](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L116) -___ +--- ### providerConfig -▸ **providerConfig**(): `Promise`<{ `description`: `string` = ''; `environment`: { `cluster`: { `type`: `string` = 'Kubernetes'; `url`: `string` = 'http://10.0.0.17/xxx' } ; `supportedContainers`: { `checksum`: `string` = 'sha256:cb57ecfa6ebbefd8ffc7f75c0f00e57a7fa739578a429b6f72a0df19315deadc'; `image`: `string` = 'tensorflow/tensorflow'; `tag`: `string` = 'latest' }[] ; `supportedServers`: { `cpu`: `string` = '16'; `disk`: `string` = '160gb'; `gpu`: `string` = '0'; `maxExecutionTime`: `number` = 86400; `memory`: `string` = '128gb'; `price`: `string` = '50'; `serverId`: `string` = '1'; `serverType`: `string` = 'xlsize' }[] } ; `type`: `string` = 'Azure' }\> +▸ **providerConfig**(): `Promise`<{ `description`: `string` = ''; `environment`: { `cluster`: { `type`: `string` = 'Kubernetes'; `url`: `string` = 'http://10.0.0.17/xxx' } ; `supportedContainers`: { `checksum`: `string` = 'sha256:cb57ecfa6ebbefd8ffc7f75c0f00e57a7fa739578a429b6f72a0df19315deadc'; `image`: `string` = 'tensorflow/tensorflow'; `tag`: `string` = 'latest' }[] ; `supportedServers`: { `cpu`: `string` = '16'; `disk`: `string` = '160gb'; `gpu`: `string` = '0'; `maxExecutionTime`: `number` = 86400; `memory`: `string` = '128gb'; `price`: `string` = '50'; `serverId`: `string` = '1'; `serverType`: `string` = 'xlsize' }[] } ; `type`: `string` = 'Azure' }\> #### Returns -`Promise`<{ `description`: `string` = ''; `environment`: { `cluster`: { `type`: `string` = 'Kubernetes'; `url`: `string` = 'http://10.0.0.17/xxx' } ; `supportedContainers`: { `checksum`: `string` = 'sha256:cb57ecfa6ebbefd8ffc7f75c0f00e57a7fa739578a429b6f72a0df19315deadc'; `image`: `string` = 'tensorflow/tensorflow'; `tag`: `string` = 'latest' }[] ; `supportedServers`: { `cpu`: `string` = '16'; `disk`: `string` = '160gb'; `gpu`: `string` = '0'; `maxExecutionTime`: `number` = 86400; `memory`: `string` = '128gb'; `price`: `string` = '50'; `serverId`: `string` = '1'; `serverType`: `string` = 'xlsize' }[] } ; `type`: `string` = 'Azure' }\> +`Promise`<{ `description`: `string` = ''; `environment`: { `cluster`: { `type`: `string` = 'Kubernetes'; `url`: `string` = 'http://10.0.0.17/xxx' } ; `supportedContainers`: { `checksum`: `string` = 'sha256:cb57ecfa6ebbefd8ffc7f75c0f00e57a7fa739578a429b6f72a0df19315deadc'; `image`: `string` = 'tensorflow/tensorflow'; `tag`: `string` = 'latest' }[] ; `supportedServers`: { `cpu`: `string` = '16'; `disk`: `string` = '160gb'; `gpu`: `string` = '0'; `maxExecutionTime`: `number` = 86400; `memory`: `string` = '128gb'; `price`: `string` = '50'; `serverId`: `string` = '1'; `serverType`: `string` = 'xlsize' }[] } ; `type`: `string` = 'Azure' }\> #### Defined in [src/keeper/contracts/templates/EscrowComputeExecutionTemplate.ts:46](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/EscrowComputeExecutionTemplate.ts#L46) -___ +--- ### send @@ -1309,11 +1309,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -1328,7 +1328,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -1336,12 +1336,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -1355,7 +1355,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### service @@ -1373,7 +1373,7 @@ ___ [src/keeper/contracts/templates/EscrowComputeExecutionTemplate.ts:99](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/EscrowComputeExecutionTemplate.ts#L99) -___ +--- ### serviceEndpoint @@ -1391,7 +1391,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:31](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L31) -___ +--- ### setInstanceConfig @@ -1399,8 +1399,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1415,7 +1415,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### standardContext @@ -1423,10 +1423,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `ddo` | [`DDO`](DDO.md) | -| `creator` | `string` | +| Name | Type | +| :-------- | :-------------- | +| `ddo` | [`DDO`](DDO.md) | +| `creator` | `string` | #### Returns @@ -1440,7 +1440,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:207](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L207) -___ +--- ### validateAgreement @@ -1448,14 +1448,14 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreement_id` | `string` | -| `did` | `string` | -| `params` | `EscrowComputeExecutionParams` | -| `from` | [`Account`](Account.md) | -| `extra` | `any` | -| `txparams?` | `TxParameters` | +| Name | Type | +| :------------- | :----------------------------- | +| `agreement_id` | `string` | +| `did` | `string` | +| `params` | `EscrowComputeExecutionParams` | +| `from` | [`Account`](Account.md) | +| `extra` | `any` | +| `txparams?` | `TxParameters` | #### Returns @@ -1469,7 +1469,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:131](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L131) -___ +--- ### addressesStatic @@ -1477,10 +1477,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1494,7 +1494,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1502,11 +1502,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1520,7 +1520,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1528,8 +1528,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1544,7 +1544,7 @@ ___ [src/keeper/contracts/templates/EscrowComputeExecutionTemplate.ts:30](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/EscrowComputeExecutionTemplate.ts#L30) -___ +--- ### setInstanceConfig @@ -1552,15 +1552,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/templates.NFT721AccessTemplate.md b/docs/api-reference/classes/templates.NFT721AccessTemplate.md index 11ad8db9f..e6c94581c 100644 --- a/docs/api-reference/classes/templates.NFT721AccessTemplate.md +++ b/docs/api-reference/classes/templates.NFT721AccessTemplate.md @@ -96,8 +96,8 @@ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -122,7 +122,7 @@ [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -136,7 +136,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -150,7 +150,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -182,7 +182,7 @@ BaseTemplate.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -200,7 +200,7 @@ BaseTemplate.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -218,7 +218,7 @@ BaseTemplate.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -236,7 +236,7 @@ BaseTemplate.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -254,7 +254,7 @@ BaseTemplate.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -272,7 +272,7 @@ BaseTemplate.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -290,7 +290,7 @@ BaseTemplate.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -316,8 +316,8 @@ BaseTemplate.web3 #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :----------------- | | `params` | `ValidationParams` | #### Returns @@ -332,7 +332,7 @@ BaseTemplate.web3 [src/keeper/contracts/templates/NFT721AccessTemplate.ts:93](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFT721AccessTemplate.ts#L93) -___ +--- ### addresses @@ -350,7 +350,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### agreementId @@ -358,10 +358,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---------------- | :------- | | `agreementIdSeed` | `string` | -| `creator` | `string` | +| `creator` | `string` | #### Returns @@ -375,7 +375,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:213](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L213) -___ +--- ### call @@ -384,15 +384,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -407,7 +407,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -417,8 +417,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -435,7 +435,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### conditions @@ -453,7 +453,7 @@ ___ [src/keeper/contracts/templates/NFT721AccessTemplate.ts:52](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFT721AccessTemplate.ts#L52) -___ +--- ### createAgreement @@ -461,16 +461,16 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `conditionIds` | `string`[] | -| `timeLocks` | `number`[] | -| `timeOuts` | `number`[] | -| `extraArgs` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `conditionIds` | `string`[] | +| `timeLocks` | `number`[] | +| `timeOuts` | `number`[] | +| `extraArgs` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -484,7 +484,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:99](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L99) -___ +--- ### createAgreementAndPay @@ -492,21 +492,21 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `conditionIds` | `string`[] | -| `timeLocks` | `number`[] | -| `timeOuts` | `number`[] | -| `accessConsumer` | `string` | -| `condIdx` | `number` | -| `rewardAddress` | `string` | -| `tokenAddress` | `string` | -| `amounts` | `default`[] | -| `receivers` | `string`[] | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :--------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `conditionIds` | `string`[] | +| `timeLocks` | `number`[] | +| `timeOuts` | `number`[] | +| `accessConsumer` | `string` | +| `condIdx` | `number` | +| `rewardAddress` | `string` | +| `tokenAddress` | `string` | +| `amounts` | `default`[] | +| `receivers` | `string`[] | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -520,7 +520,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:124](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L124) -___ +--- ### createAgreementFromDDO @@ -530,15 +530,15 @@ Create a new agreement using the data of a DDO. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementIdSeed` | `string` | - | -| `ddo` | [`DDO`](DDO.md) | DDO. | -| `parameters` | `NFT721AccessTemplateParams` | | -| `consumer` | [`Account`](Account.md) | - | -| `from` | [`Account`](Account.md) | - | -| `timeOuts?` | `number`[] | - | -| `params?` | `TxParameters` | - | +| Name | Type | Description | +| :---------------- | :--------------------------- | :---------- | +| `agreementIdSeed` | `string` | - | +| `ddo` | [`DDO`](DDO.md) | DDO. | +| `parameters` | `NFT721AccessTemplateParams` | | +| `consumer` | [`Account`](Account.md) | - | +| `from` | [`Account`](Account.md) | - | +| `timeOuts?` | `number`[] | - | +| `params?` | `TxParameters` | - | #### Returns @@ -554,7 +554,7 @@ true if the call was successful. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:225](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L225) -___ +--- ### createAgreementWithPaymentFromDDO @@ -562,16 +562,16 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementIdSeed` | `string` | -| `ddo` | [`DDO`](DDO.md) | -| `parameters` | `NFT721AccessTemplateParams` | -| `consumer` | [`Account`](Account.md) | -| `from` | [`Account`](Account.md) | -| `timeOuts?` | `number`[] | -| `txParams?` | `TxParameters` | -| `observer?` | (`OrderProgressStep`: `any`) => `void` | +| Name | Type | +| :---------------- | :------------------------------------- | +| `agreementIdSeed` | `string` | +| `ddo` | [`DDO`](DDO.md) | +| `parameters` | `NFT721AccessTemplateParams` | +| `consumer` | [`Account`](Account.md) | +| `from` | [`Account`](Account.md) | +| `timeOuts?` | `number`[] | +| `txParams?` | `TxParameters` | +| `observer?` | (`OrderProgressStep`: `any`) => `void` | #### Returns @@ -585,7 +585,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:255](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L255) -___ +--- ### createService @@ -593,13 +593,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `publisher` | [`Account`](Account.md) | `undefined` | -| `metadata` | [`MetaData`](../interfaces/MetaData.md) | `undefined` | -| `assetPrice?` | `default` | `undefined` | -| `erc20TokenAddress?` | `string` | `undefined` | -| `priced` | `boolean` | `false` | +| Name | Type | Default value | +| :------------------- | :-------------------------------------- | :------------ | +| `publisher` | [`Account`](Account.md) | `undefined` | +| `metadata` | [`MetaData`](../interfaces/MetaData.md) | `undefined` | +| `assetPrice?` | `default` | `undefined` | +| `erc20TokenAddress?` | `string` | `undefined` | +| `priced` | `boolean` | `false` | #### Returns @@ -613,7 +613,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:65](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L65) -___ +--- ### description @@ -631,7 +631,7 @@ ___ [src/keeper/contracts/templates/NFT721AccessTemplate.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFT721AccessTemplate.ts#L37) -___ +--- ### extraGen @@ -639,8 +639,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :----------------- | | `_params` | `ValidationParams` | #### Returns @@ -655,7 +655,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:108](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L108) -___ +--- ### findSigner @@ -663,8 +663,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -679,7 +679,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### getAddress @@ -697,7 +697,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getAgreementCreatedEvent @@ -707,8 +707,8 @@ Generates and returns the agreement creation event. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns @@ -725,21 +725,21 @@ Agreement created event. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:469](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L469) -___ +--- ### getAgreementData -▸ **getAgreementData**(`agreementId`): `Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> +▸ **getAgreementData**(`agreementId`): `Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns -`Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> +`Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> #### Inherited from @@ -749,7 +749,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:21](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L21) -___ +--- ### getAgreementIdsFromDDO @@ -759,12 +759,12 @@ Get agreement conditions IDs. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementId` | `string` | Agreement ID. | -| `ddo` | [`DDO`](DDO.md) | DDO. | -| `creator` | `string` | - | -| `params` | `NFT721AccessTemplateParams` | - | +| Name | Type | Description | +| :------------ | :--------------------------- | :------------ | +| `agreementId` | `string` | Agreement ID. | +| `ddo` | [`DDO`](DDO.md) | DDO. | +| `creator` | `string` | - | +| `params` | `NFT721AccessTemplateParams` | - | #### Returns @@ -780,23 +780,23 @@ The condition IDs. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:183](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L183) -___ +--- ### getAgreementStatus -▸ **getAgreementStatus**(`agreementId`): `Promise`<``false`` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> +▸ **getAgreementStatus**(`agreementId`): `Promise`<`false` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> Returns the status of the conditions. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns -`Promise`<``false`` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> +`Promise`<`false` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> The conditions status. @@ -808,7 +808,7 @@ The conditions status. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:343](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L343) -___ +--- ### getAgreementsForDID @@ -816,8 +816,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---- | :------- | | `did` | `string` | #### Returns @@ -832,7 +832,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:496](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L496) -___ +--- ### getConditionTypes @@ -854,7 +854,7 @@ A list of condition addresses. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:163](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L163) -___ +--- ### getConditions @@ -876,7 +876,7 @@ A list of condition contracts. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L171) -___ +--- ### getContract @@ -894,7 +894,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -902,8 +902,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -918,7 +918,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -926,8 +926,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -942,7 +942,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getServiceAgreementTemplate @@ -960,7 +960,7 @@ ___ [src/keeper/contracts/templates/NFT721AccessTemplate.ts:89](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFT721AccessTemplate.ts#L89) -___ +--- ### getServiceAgreementTemplateConditionByRef @@ -968,8 +968,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---- | :------- | | `ref` | `string` | #### Returns @@ -984,7 +984,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:324](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L324) -___ +--- ### getServiceAgreementTemplateConditions @@ -1002,15 +1002,15 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:319](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L319) -___ +--- ### getServiceAgreementTemplateDependencies -▸ **getServiceAgreementTemplateDependencies**(): `Promise`<{ `[condition: string]`: `string`[]; }\> +▸ **getServiceAgreementTemplateDependencies**(): `Promise`<{ `[condition: string]`: `string`[]; }\> #### Returns -`Promise`<{ `[condition: string]`: `string`[]; }\> +`Promise`<{ `[condition: string]`: `string`[]; }\> #### Inherited from @@ -1020,7 +1020,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:333](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L333) -___ +--- ### getSignatureOfMethod @@ -1028,10 +1028,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -1045,7 +1045,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### init @@ -1053,10 +1053,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -1070,7 +1070,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instanceFromDDO @@ -1078,12 +1078,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementIdSeed` | `string` | -| `ddo` | [`DDO`](DDO.md) | -| `creator` | `string` | -| `parameters` | `NFT721AccessTemplateParams` | +| Name | Type | +| :---------------- | :--------------------------- | +| `agreementIdSeed` | `string` | +| `ddo` | [`DDO`](DDO.md) | +| `creator` | `string` | +| `parameters` | `NFT721AccessTemplateParams` | #### Returns @@ -1097,7 +1097,7 @@ ___ [src/keeper/contracts/templates/NFT721AccessTemplate.ts:58](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFT721AccessTemplate.ts#L58) -___ +--- ### lockConditionIndex @@ -1115,7 +1115,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:81](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L81) -___ +--- ### lockTokens @@ -1123,12 +1123,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `tokenAddress` | `any` | -| `amounts` | `any` | -| `from` | [`Account`](Account.md) | -| `txParams` | `TxParameters` | +| Name | Type | +| :------------- | :---------------------- | +| `tokenAddress` | `any` | +| `amounts` | `any` | +| `from` | [`Account`](Account.md) | +| `txParams` | `TxParameters` | #### Returns @@ -1142,7 +1142,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:398](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L398) -___ +--- ### name @@ -1160,7 +1160,7 @@ ___ [src/keeper/contracts/templates/NFT721AccessTemplate.ts:34](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFT721AccessTemplate.ts#L34) -___ +--- ### params @@ -1168,8 +1168,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------------- | :------- | | `holderAddress` | `string` | #### Returns @@ -1184,7 +1184,7 @@ ___ [src/keeper/contracts/templates/NFT721AccessTemplate.ts:48](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFT721AccessTemplate.ts#L48) -___ +--- ### paramsGen @@ -1194,8 +1194,8 @@ Specialize params #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------------ | :----------------- | :----------------- | | `__namedParameters` | `ValidationParams` | Generic parameters | #### Returns @@ -1210,7 +1210,7 @@ Specialize params [src/keeper/contracts/templates/NFT721AccessTemplate.ts:19](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFT721AccessTemplate.ts#L19) -___ +--- ### paymentData @@ -1218,8 +1218,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :-------------- | | `service` | `ServiceCommon` | #### Returns @@ -1234,7 +1234,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:85](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L85) -___ +--- ### printAgreementStatus @@ -1244,8 +1244,8 @@ Prints the agreement status. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns @@ -1260,7 +1260,7 @@ Prints the agreement status. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:439](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L439) -___ +--- ### process @@ -1268,11 +1268,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `params` | `ValidationParams` | -| `from` | [`Account`](Account.md) | -| `txparams?` | `TxParameters` | +| Name | Type | +| :---------- | :---------------------- | +| `params` | `ValidationParams` | +| `from` | [`Account`](Account.md) | +| `txparams?` | `TxParameters` | #### Returns @@ -1286,7 +1286,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:116](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L116) -___ +--- ### send @@ -1294,11 +1294,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -1313,7 +1313,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -1321,12 +1321,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -1340,7 +1340,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### service @@ -1358,7 +1358,7 @@ ___ [src/keeper/contracts/templates/NFT721AccessTemplate.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFT721AccessTemplate.ts#L41) -___ +--- ### serviceEndpoint @@ -1376,7 +1376,7 @@ ___ [src/keeper/contracts/templates/NFT721AccessTemplate.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFT721AccessTemplate.ts#L44) -___ +--- ### setInstanceConfig @@ -1384,8 +1384,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1400,7 +1400,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### standardContext @@ -1408,10 +1408,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `ddo` | [`DDO`](DDO.md) | -| `creator` | `string` | +| Name | Type | +| :-------- | :-------------- | +| `ddo` | [`DDO`](DDO.md) | +| `creator` | `string` | #### Returns @@ -1425,7 +1425,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:207](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L207) -___ +--- ### validateAgreement @@ -1433,14 +1433,14 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreement_id` | `string` | -| `did` | `string` | -| `params` | `NFT721AccessTemplateParams` | -| `from` | [`Account`](Account.md) | -| `extra` | `any` | -| `txparams?` | `TxParameters` | +| Name | Type | +| :------------- | :--------------------------- | +| `agreement_id` | `string` | +| `did` | `string` | +| `params` | `NFT721AccessTemplateParams` | +| `from` | [`Account`](Account.md) | +| `extra` | `any` | +| `txparams?` | `TxParameters` | #### Returns @@ -1454,7 +1454,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:131](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L131) -___ +--- ### addressesStatic @@ -1462,10 +1462,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1479,7 +1479,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1487,11 +1487,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1505,7 +1505,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1513,8 +1513,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1529,7 +1529,7 @@ ___ [src/keeper/contracts/templates/NFT721AccessTemplate.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFT721AccessTemplate.ts#L24) -___ +--- ### setInstanceConfig @@ -1537,15 +1537,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/templates.NFT721SalesTemplate.md b/docs/api-reference/classes/templates.NFT721SalesTemplate.md index 22563ac0d..ebb93dcb1 100644 --- a/docs/api-reference/classes/templates.NFT721SalesTemplate.md +++ b/docs/api-reference/classes/templates.NFT721SalesTemplate.md @@ -96,8 +96,8 @@ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -122,7 +122,7 @@ [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -136,7 +136,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -150,7 +150,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -182,7 +182,7 @@ BaseTemplate.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -200,7 +200,7 @@ BaseTemplate.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -218,7 +218,7 @@ BaseTemplate.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -236,7 +236,7 @@ BaseTemplate.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -254,7 +254,7 @@ BaseTemplate.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -272,7 +272,7 @@ BaseTemplate.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -290,7 +290,7 @@ BaseTemplate.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -316,8 +316,8 @@ BaseTemplate.web3 #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :----------------- | | `_params` | `ValidationParams` | #### Returns @@ -332,7 +332,7 @@ BaseTemplate.web3 [src/keeper/contracts/templates/BaseTemplate.abstract.ts:112](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L112) -___ +--- ### addresses @@ -350,7 +350,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### agreementId @@ -358,10 +358,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---------------- | :------- | | `agreementIdSeed` | `string` | -| `creator` | `string` | +| `creator` | `string` | #### Returns @@ -375,7 +375,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:213](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L213) -___ +--- ### call @@ -384,15 +384,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -407,7 +407,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -417,8 +417,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -435,7 +435,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### conditions @@ -453,7 +453,7 @@ ___ [src/keeper/contracts/templates/NFT721SalesTemplate.ts:61](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFT721SalesTemplate.ts#L61) -___ +--- ### createAgreement @@ -461,16 +461,16 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `conditionIds` | `string`[] | -| `timeLocks` | `number`[] | -| `timeOuts` | `number`[] | -| `extraArgs` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `conditionIds` | `string`[] | +| `timeLocks` | `number`[] | +| `timeOuts` | `number`[] | +| `extraArgs` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -484,7 +484,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:99](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L99) -___ +--- ### createAgreementAndPay @@ -492,21 +492,21 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `conditionIds` | `string`[] | -| `timeLocks` | `number`[] | -| `timeOuts` | `number`[] | -| `accessConsumer` | `string` | -| `condIdx` | `number` | -| `rewardAddress` | `string` | -| `tokenAddress` | `string` | -| `amounts` | `default`[] | -| `receivers` | `string`[] | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :--------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `conditionIds` | `string`[] | +| `timeLocks` | `number`[] | +| `timeOuts` | `number`[] | +| `accessConsumer` | `string` | +| `condIdx` | `number` | +| `rewardAddress` | `string` | +| `tokenAddress` | `string` | +| `amounts` | `default`[] | +| `receivers` | `string`[] | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -520,7 +520,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:124](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L124) -___ +--- ### createAgreementFromDDO @@ -530,15 +530,15 @@ Create a new agreement using the data of a DDO. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementIdSeed` | `string` | - | -| `ddo` | [`DDO`](DDO.md) | DDO. | -| `parameters` | `NFT721SalesTemplateParams` | | -| `consumer` | [`Account`](Account.md) | - | -| `from` | [`Account`](Account.md) | - | -| `timeOuts?` | `number`[] | - | -| `params?` | `TxParameters` | - | +| Name | Type | Description | +| :---------------- | :-------------------------- | :---------- | +| `agreementIdSeed` | `string` | - | +| `ddo` | [`DDO`](DDO.md) | DDO. | +| `parameters` | `NFT721SalesTemplateParams` | | +| `consumer` | [`Account`](Account.md) | - | +| `from` | [`Account`](Account.md) | - | +| `timeOuts?` | `number`[] | - | +| `params?` | `TxParameters` | - | #### Returns @@ -554,7 +554,7 @@ true if the call was successful. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:225](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L225) -___ +--- ### createAgreementWithPaymentFromDDO @@ -562,16 +562,16 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementIdSeed` | `string` | -| `ddo` | [`DDO`](DDO.md) | -| `parameters` | `NFT721SalesTemplateParams` | -| `consumer` | [`Account`](Account.md) | -| `from` | [`Account`](Account.md) | -| `timeOuts?` | `number`[] | -| `txParams?` | `TxParameters` | -| `observer?` | (`OrderProgressStep`: `any`) => `void` | +| Name | Type | +| :---------------- | :------------------------------------- | +| `agreementIdSeed` | `string` | +| `ddo` | [`DDO`](DDO.md) | +| `parameters` | `NFT721SalesTemplateParams` | +| `consumer` | [`Account`](Account.md) | +| `from` | [`Account`](Account.md) | +| `timeOuts?` | `number`[] | +| `txParams?` | `TxParameters` | +| `observer?` | (`OrderProgressStep`: `any`) => `void` | #### Returns @@ -585,7 +585,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:255](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L255) -___ +--- ### createService @@ -593,13 +593,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `publisher` | [`Account`](Account.md) | `undefined` | -| `metadata` | [`MetaData`](../interfaces/MetaData.md) | `undefined` | -| `assetPrice?` | `default` | `undefined` | -| `erc20TokenAddress?` | `string` | `undefined` | -| `priced` | `boolean` | `false` | +| Name | Type | Default value | +| :------------------- | :-------------------------------------- | :------------ | +| `publisher` | [`Account`](Account.md) | `undefined` | +| `metadata` | [`MetaData`](../interfaces/MetaData.md) | `undefined` | +| `assetPrice?` | `default` | `undefined` | +| `erc20TokenAddress?` | `string` | `undefined` | +| `priced` | `boolean` | `false` | #### Returns @@ -613,7 +613,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:65](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L65) -___ +--- ### description @@ -631,7 +631,7 @@ ___ [src/keeper/contracts/templates/NFT721SalesTemplate.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFT721SalesTemplate.ts#L44) -___ +--- ### extraGen @@ -639,8 +639,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :----------------- | | `_params` | `ValidationParams` | #### Returns @@ -655,7 +655,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:108](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L108) -___ +--- ### findSigner @@ -663,8 +663,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -679,7 +679,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### getAddress @@ -697,7 +697,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getAgreementCreatedEvent @@ -707,8 +707,8 @@ Generates and returns the agreement creation event. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns @@ -725,21 +725,21 @@ Agreement created event. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:469](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L469) -___ +--- ### getAgreementData -▸ **getAgreementData**(`agreementId`): `Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> +▸ **getAgreementData**(`agreementId`): `Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns -`Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> +`Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> #### Inherited from @@ -749,7 +749,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:21](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L21) -___ +--- ### getAgreementIdsFromDDO @@ -759,12 +759,12 @@ Get agreement conditions IDs. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementId` | `string` | Agreement ID. | -| `ddo` | [`DDO`](DDO.md) | DDO. | -| `creator` | `string` | - | -| `params` | `NFT721SalesTemplateParams` | - | +| Name | Type | Description | +| :------------ | :-------------------------- | :------------ | +| `agreementId` | `string` | Agreement ID. | +| `ddo` | [`DDO`](DDO.md) | DDO. | +| `creator` | `string` | - | +| `params` | `NFT721SalesTemplateParams` | - | #### Returns @@ -780,23 +780,23 @@ The condition IDs. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:183](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L183) -___ +--- ### getAgreementStatus -▸ **getAgreementStatus**(`agreementId`): `Promise`<``false`` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> +▸ **getAgreementStatus**(`agreementId`): `Promise`<`false` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> Returns the status of the conditions. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns -`Promise`<``false`` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> +`Promise`<`false` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> The conditions status. @@ -808,7 +808,7 @@ The conditions status. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:343](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L343) -___ +--- ### getAgreementsForDID @@ -816,8 +816,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---- | :------- | | `did` | `string` | #### Returns @@ -832,7 +832,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:496](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L496) -___ +--- ### getConditionTypes @@ -854,7 +854,7 @@ A list of condition addresses. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:163](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L163) -___ +--- ### getConditions @@ -876,7 +876,7 @@ A list of condition contracts. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L171) -___ +--- ### getContract @@ -894,7 +894,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -902,8 +902,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -918,7 +918,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -926,8 +926,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -942,7 +942,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getServiceAgreementTemplate @@ -960,7 +960,7 @@ ___ [src/keeper/contracts/templates/NFT721SalesTemplate.ts:114](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFT721SalesTemplate.ts#L114) -___ +--- ### getServiceAgreementTemplateConditionByRef @@ -968,8 +968,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---- | :------- | | `ref` | `string` | #### Returns @@ -984,7 +984,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:324](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L324) -___ +--- ### getServiceAgreementTemplateConditions @@ -1002,15 +1002,15 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:319](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L319) -___ +--- ### getServiceAgreementTemplateDependencies -▸ **getServiceAgreementTemplateDependencies**(): `Promise`<{ `[condition: string]`: `string`[]; }\> +▸ **getServiceAgreementTemplateDependencies**(): `Promise`<{ `[condition: string]`: `string`[]; }\> #### Returns -`Promise`<{ `[condition: string]`: `string`[]; }\> +`Promise`<{ `[condition: string]`: `string`[]; }\> #### Inherited from @@ -1020,7 +1020,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:333](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L333) -___ +--- ### getSignatureOfMethod @@ -1028,10 +1028,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -1045,7 +1045,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### init @@ -1053,10 +1053,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -1070,7 +1070,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instanceFromDDO @@ -1078,12 +1078,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementIdSeed` | `string` | -| `ddo` | [`DDO`](DDO.md) | -| `creator` | `string` | -| `parameters` | `NFT721SalesTemplateParams` | +| Name | Type | +| :---------------- | :-------------------------- | +| `agreementIdSeed` | `string` | +| `ddo` | [`DDO`](DDO.md) | +| `creator` | `string` | +| `parameters` | `NFT721SalesTemplateParams` | #### Returns @@ -1097,7 +1097,7 @@ ___ [src/keeper/contracts/templates/NFT721SalesTemplate.ts:71](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFT721SalesTemplate.ts#L71) -___ +--- ### lockConditionIndex @@ -1115,7 +1115,7 @@ ___ [src/keeper/contracts/templates/NFT721SalesTemplate.ts:57](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFT721SalesTemplate.ts#L57) -___ +--- ### lockTokens @@ -1123,12 +1123,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `tokenAddress` | `any` | -| `amounts` | `any` | -| `from` | [`Account`](Account.md) | -| `txParams` | `TxParameters` | +| Name | Type | +| :------------- | :---------------------- | +| `tokenAddress` | `any` | +| `amounts` | `any` | +| `from` | [`Account`](Account.md) | +| `txParams` | `TxParameters` | #### Returns @@ -1142,7 +1142,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:398](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L398) -___ +--- ### name @@ -1160,7 +1160,7 @@ ___ [src/keeper/contracts/templates/NFT721SalesTemplate.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFT721SalesTemplate.ts#L41) -___ +--- ### params @@ -1168,10 +1168,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `consumerId` | `string` | `undefined` | -| `expiration` | `number` | `0` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `consumerId` | `string` | `undefined` | +| `expiration` | `number` | `0` | #### Returns @@ -1185,7 +1185,7 @@ ___ [src/keeper/contracts/templates/NFT721SalesTemplate.ts:48](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFT721SalesTemplate.ts#L48) -___ +--- ### paramsGen @@ -1195,8 +1195,8 @@ Specialize params #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------------ | :----------------- | :----------------- | | `__namedParameters` | `ValidationParams` | Generic parameters | #### Returns @@ -1211,7 +1211,7 @@ Specialize params [src/keeper/contracts/templates/NFT721SalesTemplate.ts:51](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFT721SalesTemplate.ts#L51) -___ +--- ### paymentData @@ -1219,8 +1219,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :-------------- | | `service` | `ServiceCommon` | #### Returns @@ -1235,7 +1235,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:85](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L85) -___ +--- ### printAgreementStatus @@ -1245,8 +1245,8 @@ Prints the agreement status. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns @@ -1261,7 +1261,7 @@ Prints the agreement status. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:439](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L439) -___ +--- ### process @@ -1269,11 +1269,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `params` | `ValidationParams` | -| `from` | [`Account`](Account.md) | -| `txparams?` | `TxParameters` | +| Name | Type | +| :---------- | :---------------------- | +| `params` | `ValidationParams` | +| `from` | [`Account`](Account.md) | +| `txparams?` | `TxParameters` | #### Returns @@ -1287,7 +1287,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:116](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L116) -___ +--- ### send @@ -1295,11 +1295,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -1314,7 +1314,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -1322,12 +1322,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -1341,7 +1341,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### service @@ -1359,7 +1359,7 @@ ___ [src/keeper/contracts/templates/NFT721SalesTemplate.ts:34](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFT721SalesTemplate.ts#L34) -___ +--- ### serviceEndpoint @@ -1377,7 +1377,7 @@ ___ [src/keeper/contracts/templates/NFT721SalesTemplate.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFT721SalesTemplate.ts#L37) -___ +--- ### setInstanceConfig @@ -1385,8 +1385,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1401,7 +1401,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### standardContext @@ -1409,10 +1409,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `ddo` | [`DDO`](DDO.md) | -| `creator` | `string` | +| Name | Type | +| :-------- | :-------------- | +| `ddo` | [`DDO`](DDO.md) | +| `creator` | `string` | #### Returns @@ -1426,7 +1426,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:207](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L207) -___ +--- ### validateAgreement @@ -1434,14 +1434,14 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreement_id` | `string` | -| `did` | `string` | -| `params` | `NFT721SalesTemplateParams` | -| `from` | [`Account`](Account.md) | -| `extra` | `any` | -| `txparams?` | `TxParameters` | +| Name | Type | +| :------------- | :-------------------------- | +| `agreement_id` | `string` | +| `did` | `string` | +| `params` | `NFT721SalesTemplateParams` | +| `from` | [`Account`](Account.md) | +| `extra` | `any` | +| `txparams?` | `TxParameters` | #### Returns @@ -1455,7 +1455,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:131](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L131) -___ +--- ### addressesStatic @@ -1463,10 +1463,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1480,7 +1480,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1488,11 +1488,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1506,7 +1506,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1514,8 +1514,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1530,7 +1530,7 @@ ___ [src/keeper/contracts/templates/NFT721SalesTemplate.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFT721SalesTemplate.ts#L23) -___ +--- ### setInstanceConfig @@ -1538,15 +1538,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/templates.NFTAccessTemplate.md b/docs/api-reference/classes/templates.NFTAccessTemplate.md index 199fbd916..7b4bf2fc5 100644 --- a/docs/api-reference/classes/templates.NFTAccessTemplate.md +++ b/docs/api-reference/classes/templates.NFTAccessTemplate.md @@ -96,8 +96,8 @@ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -122,7 +122,7 @@ [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -136,7 +136,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -150,7 +150,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -182,7 +182,7 @@ BaseTemplate.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -200,7 +200,7 @@ BaseTemplate.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -218,7 +218,7 @@ BaseTemplate.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -236,7 +236,7 @@ BaseTemplate.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -254,7 +254,7 @@ BaseTemplate.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -272,7 +272,7 @@ BaseTemplate.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -290,7 +290,7 @@ BaseTemplate.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -316,8 +316,8 @@ BaseTemplate.web3 #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :----------------- | | `params` | `ValidationParams` | #### Returns @@ -332,7 +332,7 @@ BaseTemplate.web3 [src/keeper/contracts/templates/NFTAccessTemplate.ts:91](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFTAccessTemplate.ts#L91) -___ +--- ### addresses @@ -350,7 +350,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### agreementId @@ -358,10 +358,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---------------- | :------- | | `agreementIdSeed` | `string` | -| `creator` | `string` | +| `creator` | `string` | #### Returns @@ -375,7 +375,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:213](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L213) -___ +--- ### call @@ -384,15 +384,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -407,7 +407,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -417,8 +417,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -435,7 +435,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### conditions @@ -453,7 +453,7 @@ ___ [src/keeper/contracts/templates/NFTAccessTemplate.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFTAccessTemplate.ts#L50) -___ +--- ### createAgreement @@ -461,16 +461,16 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `conditionIds` | `string`[] | -| `timeLocks` | `number`[] | -| `timeOuts` | `number`[] | -| `extraArgs` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `conditionIds` | `string`[] | +| `timeLocks` | `number`[] | +| `timeOuts` | `number`[] | +| `extraArgs` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -484,7 +484,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:99](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L99) -___ +--- ### createAgreementAndPay @@ -492,21 +492,21 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `conditionIds` | `string`[] | -| `timeLocks` | `number`[] | -| `timeOuts` | `number`[] | -| `accessConsumer` | `string` | -| `condIdx` | `number` | -| `rewardAddress` | `string` | -| `tokenAddress` | `string` | -| `amounts` | `default`[] | -| `receivers` | `string`[] | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :--------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `conditionIds` | `string`[] | +| `timeLocks` | `number`[] | +| `timeOuts` | `number`[] | +| `accessConsumer` | `string` | +| `condIdx` | `number` | +| `rewardAddress` | `string` | +| `tokenAddress` | `string` | +| `amounts` | `default`[] | +| `receivers` | `string`[] | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -520,7 +520,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:124](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L124) -___ +--- ### createAgreementFromDDO @@ -530,15 +530,15 @@ Create a new agreement using the data of a DDO. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementIdSeed` | `string` | - | -| `ddo` | [`DDO`](DDO.md) | DDO. | -| `parameters` | `NFTAccessTemplateParams` | | -| `consumer` | [`Account`](Account.md) | - | -| `from` | [`Account`](Account.md) | - | -| `timeOuts?` | `number`[] | - | -| `params?` | `TxParameters` | - | +| Name | Type | Description | +| :---------------- | :------------------------ | :---------- | +| `agreementIdSeed` | `string` | - | +| `ddo` | [`DDO`](DDO.md) | DDO. | +| `parameters` | `NFTAccessTemplateParams` | | +| `consumer` | [`Account`](Account.md) | - | +| `from` | [`Account`](Account.md) | - | +| `timeOuts?` | `number`[] | - | +| `params?` | `TxParameters` | - | #### Returns @@ -554,7 +554,7 @@ true if the call was successful. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:225](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L225) -___ +--- ### createAgreementWithPaymentFromDDO @@ -562,16 +562,16 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementIdSeed` | `string` | -| `ddo` | [`DDO`](DDO.md) | -| `parameters` | `NFTAccessTemplateParams` | -| `consumer` | [`Account`](Account.md) | -| `from` | [`Account`](Account.md) | -| `timeOuts?` | `number`[] | -| `txParams?` | `TxParameters` | -| `observer?` | (`OrderProgressStep`: `any`) => `void` | +| Name | Type | +| :---------------- | :------------------------------------- | +| `agreementIdSeed` | `string` | +| `ddo` | [`DDO`](DDO.md) | +| `parameters` | `NFTAccessTemplateParams` | +| `consumer` | [`Account`](Account.md) | +| `from` | [`Account`](Account.md) | +| `timeOuts?` | `number`[] | +| `txParams?` | `TxParameters` | +| `observer?` | (`OrderProgressStep`: `any`) => `void` | #### Returns @@ -585,7 +585,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:255](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L255) -___ +--- ### createService @@ -593,13 +593,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `publisher` | [`Account`](Account.md) | `undefined` | -| `metadata` | [`MetaData`](../interfaces/MetaData.md) | `undefined` | -| `assetPrice?` | `default` | `undefined` | -| `erc20TokenAddress?` | `string` | `undefined` | -| `priced` | `boolean` | `false` | +| Name | Type | Default value | +| :------------------- | :-------------------------------------- | :------------ | +| `publisher` | [`Account`](Account.md) | `undefined` | +| `metadata` | [`MetaData`](../interfaces/MetaData.md) | `undefined` | +| `assetPrice?` | `default` | `undefined` | +| `erc20TokenAddress?` | `string` | `undefined` | +| `priced` | `boolean` | `false` | #### Returns @@ -613,7 +613,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:65](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L65) -___ +--- ### description @@ -631,7 +631,7 @@ ___ [src/keeper/contracts/templates/NFTAccessTemplate.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFTAccessTemplate.ts#L37) -___ +--- ### extraGen @@ -639,8 +639,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :----------------- | | `_params` | `ValidationParams` | #### Returns @@ -655,7 +655,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:108](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L108) -___ +--- ### findSigner @@ -663,8 +663,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -679,7 +679,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### getAddress @@ -697,7 +697,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getAgreementCreatedEvent @@ -707,8 +707,8 @@ Generates and returns the agreement creation event. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns @@ -725,21 +725,21 @@ Agreement created event. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:469](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L469) -___ +--- ### getAgreementData -▸ **getAgreementData**(`agreementId`): `Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> +▸ **getAgreementData**(`agreementId`): `Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns -`Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> +`Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> #### Inherited from @@ -749,7 +749,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:21](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L21) -___ +--- ### getAgreementIdsFromDDO @@ -759,12 +759,12 @@ Get agreement conditions IDs. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementId` | `string` | Agreement ID. | -| `ddo` | [`DDO`](DDO.md) | DDO. | -| `creator` | `string` | - | -| `params` | `NFTAccessTemplateParams` | - | +| Name | Type | Description | +| :------------ | :------------------------ | :------------ | +| `agreementId` | `string` | Agreement ID. | +| `ddo` | [`DDO`](DDO.md) | DDO. | +| `creator` | `string` | - | +| `params` | `NFTAccessTemplateParams` | - | #### Returns @@ -780,23 +780,23 @@ The condition IDs. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:183](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L183) -___ +--- ### getAgreementStatus -▸ **getAgreementStatus**(`agreementId`): `Promise`<``false`` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> +▸ **getAgreementStatus**(`agreementId`): `Promise`<`false` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> Returns the status of the conditions. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns -`Promise`<``false`` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> +`Promise`<`false` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> The conditions status. @@ -808,7 +808,7 @@ The conditions status. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:343](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L343) -___ +--- ### getAgreementsForDID @@ -816,8 +816,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---- | :------- | | `did` | `string` | #### Returns @@ -832,7 +832,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:496](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L496) -___ +--- ### getConditionTypes @@ -854,7 +854,7 @@ A list of condition addresses. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:163](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L163) -___ +--- ### getConditions @@ -876,7 +876,7 @@ A list of condition contracts. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L171) -___ +--- ### getContract @@ -894,7 +894,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -902,8 +902,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -918,7 +918,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -926,8 +926,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -942,7 +942,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getServiceAgreementTemplate @@ -960,7 +960,7 @@ ___ [src/keeper/contracts/templates/NFTAccessTemplate.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFTAccessTemplate.ts#L87) -___ +--- ### getServiceAgreementTemplateConditionByRef @@ -968,8 +968,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---- | :------- | | `ref` | `string` | #### Returns @@ -984,7 +984,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:324](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L324) -___ +--- ### getServiceAgreementTemplateConditions @@ -1002,15 +1002,15 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:319](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L319) -___ +--- ### getServiceAgreementTemplateDependencies -▸ **getServiceAgreementTemplateDependencies**(): `Promise`<{ `[condition: string]`: `string`[]; }\> +▸ **getServiceAgreementTemplateDependencies**(): `Promise`<{ `[condition: string]`: `string`[]; }\> #### Returns -`Promise`<{ `[condition: string]`: `string`[]; }\> +`Promise`<{ `[condition: string]`: `string`[]; }\> #### Inherited from @@ -1020,7 +1020,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:333](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L333) -___ +--- ### getSignatureOfMethod @@ -1028,10 +1028,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -1045,7 +1045,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### init @@ -1053,10 +1053,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -1070,7 +1070,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instanceFromDDO @@ -1078,12 +1078,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementIdSeed` | `string` | -| `ddo` | [`DDO`](DDO.md) | -| `creator` | `string` | -| `parameters` | `NFTAccessTemplateParams` | +| Name | Type | +| :---------------- | :------------------------ | +| `agreementIdSeed` | `string` | +| `ddo` | [`DDO`](DDO.md) | +| `creator` | `string` | +| `parameters` | `NFTAccessTemplateParams` | #### Returns @@ -1097,7 +1097,7 @@ ___ [src/keeper/contracts/templates/NFTAccessTemplate.ts:56](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFTAccessTemplate.ts#L56) -___ +--- ### lockConditionIndex @@ -1115,7 +1115,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:81](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L81) -___ +--- ### lockTokens @@ -1123,12 +1123,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `tokenAddress` | `any` | -| `amounts` | `any` | -| `from` | [`Account`](Account.md) | -| `txParams` | `TxParameters` | +| Name | Type | +| :------------- | :---------------------- | +| `tokenAddress` | `any` | +| `amounts` | `any` | +| `from` | [`Account`](Account.md) | +| `txParams` | `TxParameters` | #### Returns @@ -1142,7 +1142,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:398](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L398) -___ +--- ### name @@ -1160,7 +1160,7 @@ ___ [src/keeper/contracts/templates/NFTAccessTemplate.ts:34](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFTAccessTemplate.ts#L34) -___ +--- ### params @@ -1168,10 +1168,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `holderAddress` | `string` | -| `amount?` | `default` | +| Name | Type | +| :-------------- | :-------- | +| `holderAddress` | `string` | +| `amount?` | `default` | #### Returns @@ -1185,7 +1185,7 @@ ___ [src/keeper/contracts/templates/NFTAccessTemplate.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFTAccessTemplate.ts#L41) -___ +--- ### paramsGen @@ -1195,8 +1195,8 @@ Specialize params #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------------ | :----------------- | :----------------- | | `__namedParameters` | `ValidationParams` | Generic parameters | #### Returns @@ -1211,7 +1211,7 @@ Specialize params [src/keeper/contracts/templates/NFTAccessTemplate.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFTAccessTemplate.ts#L44) -___ +--- ### paymentData @@ -1219,8 +1219,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :-------------- | | `service` | `ServiceCommon` | #### Returns @@ -1235,7 +1235,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:85](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L85) -___ +--- ### printAgreementStatus @@ -1245,8 +1245,8 @@ Prints the agreement status. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns @@ -1261,7 +1261,7 @@ Prints the agreement status. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:439](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L439) -___ +--- ### process @@ -1269,11 +1269,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `params` | `ValidationParams` | -| `from` | [`Account`](Account.md) | -| `txparams?` | `TxParameters` | +| Name | Type | +| :---------- | :---------------------- | +| `params` | `ValidationParams` | +| `from` | [`Account`](Account.md) | +| `txparams?` | `TxParameters` | #### Returns @@ -1287,7 +1287,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:116](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L116) -___ +--- ### send @@ -1295,11 +1295,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -1314,7 +1314,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -1322,12 +1322,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -1341,7 +1341,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### service @@ -1359,7 +1359,7 @@ ___ [src/keeper/contracts/templates/NFTAccessTemplate.ts:31](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFTAccessTemplate.ts#L31) -___ +--- ### serviceEndpoint @@ -1377,7 +1377,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:31](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L31) -___ +--- ### setInstanceConfig @@ -1385,8 +1385,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1401,7 +1401,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### standardContext @@ -1409,10 +1409,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `ddo` | [`DDO`](DDO.md) | -| `creator` | `string` | +| Name | Type | +| :-------- | :-------------- | +| `ddo` | [`DDO`](DDO.md) | +| `creator` | `string` | #### Returns @@ -1426,7 +1426,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:207](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L207) -___ +--- ### validateAgreement @@ -1434,14 +1434,14 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreement_id` | `string` | -| `did` | `string` | -| `params` | `NFTAccessTemplateParams` | -| `from` | [`Account`](Account.md) | -| `extra` | `any` | -| `txparams?` | `TxParameters` | +| Name | Type | +| :------------- | :------------------------ | +| `agreement_id` | `string` | +| `did` | `string` | +| `params` | `NFTAccessTemplateParams` | +| `from` | [`Account`](Account.md) | +| `extra` | `any` | +| `txparams?` | `TxParameters` | #### Returns @@ -1455,7 +1455,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:131](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L131) -___ +--- ### addressesStatic @@ -1463,10 +1463,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1480,7 +1480,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1488,11 +1488,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1506,7 +1506,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1514,8 +1514,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1530,7 +1530,7 @@ ___ [src/keeper/contracts/templates/NFTAccessTemplate.ts:21](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFTAccessTemplate.ts#L21) -___ +--- ### setInstanceConfig @@ -1538,15 +1538,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/templates.NFTSalesTemplate.md b/docs/api-reference/classes/templates.NFTSalesTemplate.md index 8c63d8a06..359eca993 100644 --- a/docs/api-reference/classes/templates.NFTSalesTemplate.md +++ b/docs/api-reference/classes/templates.NFTSalesTemplate.md @@ -96,8 +96,8 @@ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `contractName` | `string` | #### Inherited from @@ -122,7 +122,7 @@ [src/keeper/contracts/ContractBase.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L24) -___ +--- ### contractName @@ -136,7 +136,7 @@ ___ [src/keeper/contracts/ContractBase.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L23) -___ +--- ### events @@ -150,7 +150,7 @@ ___ [src/keeper/contracts/ContractBase.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L25) -___ +--- ### version @@ -182,7 +182,7 @@ BaseTemplate.address [src/keeper/contracts/ContractBase.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L28) -___ +--- ### artifactsFolder @@ -200,7 +200,7 @@ BaseTemplate.artifactsFolder [src/Instantiable.abstract.ts:96](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L96) -___ +--- ### config @@ -218,7 +218,7 @@ BaseTemplate.config [src/Instantiable.abstract.ts:80](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L80) -___ +--- ### instanceConfig @@ -236,7 +236,7 @@ BaseTemplate.instanceConfig [src/Instantiable.abstract.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L100) -___ +--- ### instantiableConfig @@ -254,7 +254,7 @@ BaseTemplate.instantiableConfig [src/Instantiable.abstract.ts:73](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L73) -___ +--- ### logger @@ -272,7 +272,7 @@ BaseTemplate.logger [src/Instantiable.abstract.ts:87](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L87) -___ +--- ### nevermined @@ -290,7 +290,7 @@ BaseTemplate.nevermined [src/Instantiable.abstract.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L33) -___ +--- ### web3 @@ -316,8 +316,8 @@ BaseTemplate.web3 #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :----------------- | | `_params` | `ValidationParams` | #### Returns @@ -332,7 +332,7 @@ BaseTemplate.web3 [src/keeper/contracts/templates/BaseTemplate.abstract.ts:112](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L112) -___ +--- ### addresses @@ -350,7 +350,7 @@ ___ [src/Instantiable.abstract.ts:129](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L129) -___ +--- ### agreementId @@ -358,10 +358,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---------------- | :------- | | `agreementIdSeed` | `string` | -| `creator` | `string` | +| `creator` | `string` | #### Returns @@ -375,7 +375,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:213](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L213) -___ +--- ### call @@ -384,15 +384,15 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | +| :--- | +| `T` | #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------ | :------- | +| `name` | `string` | +| `args` | `any`[] | | `from?` | `string` | #### Returns @@ -407,7 +407,7 @@ ___ [src/keeper/contracts/ContractBase.ts:244](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L244) -___ +--- ### checkExists @@ -417,8 +417,8 @@ Returns true of contract exists else it throws. #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `address` | `string` | #### Returns @@ -435,7 +435,7 @@ true if the contract exists. [src/Instantiable.abstract.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L44) -___ +--- ### conditions @@ -453,7 +453,7 @@ ___ [src/keeper/contracts/templates/NFTSalesTemplate.ts:61](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFTSalesTemplate.ts#L61) -___ +--- ### createAgreement @@ -461,16 +461,16 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `conditionIds` | `string`[] | -| `timeLocks` | `number`[] | -| `timeOuts` | `number`[] | -| `extraArgs` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `conditionIds` | `string`[] | +| `timeLocks` | `number`[] | +| `timeOuts` | `number`[] | +| `extraArgs` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -484,7 +484,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:99](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L99) -___ +--- ### createAgreementAndPay @@ -492,21 +492,21 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementId` | `string` | -| `did` | `string` | -| `conditionIds` | `string`[] | -| `timeLocks` | `number`[] | -| `timeOuts` | `number`[] | -| `accessConsumer` | `string` | -| `condIdx` | `number` | -| `rewardAddress` | `string` | -| `tokenAddress` | `string` | -| `amounts` | `default`[] | -| `receivers` | `string`[] | -| `from?` | [`Account`](Account.md) | -| `params?` | `TxParameters` | +| Name | Type | +| :--------------- | :---------------------- | +| `agreementId` | `string` | +| `did` | `string` | +| `conditionIds` | `string`[] | +| `timeLocks` | `number`[] | +| `timeOuts` | `number`[] | +| `accessConsumer` | `string` | +| `condIdx` | `number` | +| `rewardAddress` | `string` | +| `tokenAddress` | `string` | +| `amounts` | `default`[] | +| `receivers` | `string`[] | +| `from?` | [`Account`](Account.md) | +| `params?` | `TxParameters` | #### Returns @@ -520,7 +520,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:124](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L124) -___ +--- ### createAgreementFromDDO @@ -530,15 +530,15 @@ Create a new agreement using the data of a DDO. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementIdSeed` | `string` | - | -| `ddo` | [`DDO`](DDO.md) | DDO. | -| `parameters` | `NFTSalesTemplateParams` | | -| `consumer` | [`Account`](Account.md) | - | -| `from` | [`Account`](Account.md) | - | -| `timeOuts?` | `number`[] | - | -| `params?` | `TxParameters` | - | +| Name | Type | Description | +| :---------------- | :----------------------- | :---------- | +| `agreementIdSeed` | `string` | - | +| `ddo` | [`DDO`](DDO.md) | DDO. | +| `parameters` | `NFTSalesTemplateParams` | | +| `consumer` | [`Account`](Account.md) | - | +| `from` | [`Account`](Account.md) | - | +| `timeOuts?` | `number`[] | - | +| `params?` | `TxParameters` | - | #### Returns @@ -554,7 +554,7 @@ true if the call was successful. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:225](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L225) -___ +--- ### createAgreementWithPaymentFromDDO @@ -562,16 +562,16 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementIdSeed` | `string` | -| `ddo` | [`DDO`](DDO.md) | -| `parameters` | `NFTSalesTemplateParams` | -| `consumer` | [`Account`](Account.md) | -| `from` | [`Account`](Account.md) | -| `timeOuts?` | `number`[] | -| `txParams?` | `TxParameters` | -| `observer?` | (`OrderProgressStep`: `any`) => `void` | +| Name | Type | +| :---------------- | :------------------------------------- | +| `agreementIdSeed` | `string` | +| `ddo` | [`DDO`](DDO.md) | +| `parameters` | `NFTSalesTemplateParams` | +| `consumer` | [`Account`](Account.md) | +| `from` | [`Account`](Account.md) | +| `timeOuts?` | `number`[] | +| `txParams?` | `TxParameters` | +| `observer?` | (`OrderProgressStep`: `any`) => `void` | #### Returns @@ -585,7 +585,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:255](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L255) -___ +--- ### createService @@ -593,13 +593,13 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `publisher` | [`Account`](Account.md) | `undefined` | -| `metadata` | [`MetaData`](../interfaces/MetaData.md) | `undefined` | -| `assetPrice?` | `default` | `undefined` | -| `erc20TokenAddress?` | `string` | `undefined` | -| `priced` | `boolean` | `false` | +| Name | Type | Default value | +| :------------------- | :-------------------------------------- | :------------ | +| `publisher` | [`Account`](Account.md) | `undefined` | +| `metadata` | [`MetaData`](../interfaces/MetaData.md) | `undefined` | +| `assetPrice?` | `default` | `undefined` | +| `erc20TokenAddress?` | `string` | `undefined` | +| `priced` | `boolean` | `false` | #### Returns @@ -613,7 +613,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:65](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L65) -___ +--- ### description @@ -631,7 +631,7 @@ ___ [src/keeper/contracts/templates/NFTSalesTemplate.ts:38](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFTSalesTemplate.ts#L38) -___ +--- ### extraGen @@ -639,8 +639,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :----------------- | | `_params` | `ValidationParams` | #### Returns @@ -655,7 +655,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:108](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L108) -___ +--- ### findSigner @@ -663,8 +663,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `from` | `string` | #### Returns @@ -679,7 +679,7 @@ ___ [src/Instantiable.abstract.ts:105](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L105) -___ +--- ### getAddress @@ -697,7 +697,7 @@ ___ [src/keeper/contracts/ContractBase.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L41) -___ +--- ### getAgreementCreatedEvent @@ -707,8 +707,8 @@ Generates and returns the agreement creation event. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns @@ -725,21 +725,21 @@ Agreement created event. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:469](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L469) -___ +--- ### getAgreementData -▸ **getAgreementData**(`agreementId`): `Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> +▸ **getAgreementData**(`agreementId`): `Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------- | | `agreementId` | `string` | #### Returns -`Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> +`Promise`<{ `accessConsumer`: `string` ; `accessProvider`: `string` }\> #### Inherited from @@ -749,7 +749,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:21](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L21) -___ +--- ### getAgreementIdsFromDDO @@ -759,12 +759,12 @@ Get agreement conditions IDs. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | -| `agreementId` | `string` | Agreement ID. | -| `ddo` | [`DDO`](DDO.md) | DDO. | -| `creator` | `string` | - | -| `params` | `NFTSalesTemplateParams` | - | +| Name | Type | Description | +| :------------ | :----------------------- | :------------ | +| `agreementId` | `string` | Agreement ID. | +| `ddo` | [`DDO`](DDO.md) | DDO. | +| `creator` | `string` | - | +| `params` | `NFTSalesTemplateParams` | - | #### Returns @@ -780,23 +780,23 @@ The condition IDs. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:183](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L183) -___ +--- ### getAgreementStatus -▸ **getAgreementStatus**(`agreementId`): `Promise`<``false`` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> +▸ **getAgreementStatus**(`agreementId`): `Promise`<`false` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> Returns the status of the conditions. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns -`Promise`<``false`` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> +`Promise`<`false` \| [`AgreementConditionsStatus`](../interfaces/templates.AgreementConditionsStatus.md)\> The conditions status. @@ -808,7 +808,7 @@ The conditions status. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:343](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L343) -___ +--- ### getAgreementsForDID @@ -816,8 +816,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---- | :------- | | `did` | `string` | #### Returns @@ -832,7 +832,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:496](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L496) -___ +--- ### getConditionTypes @@ -854,7 +854,7 @@ A list of condition addresses. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:163](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L163) -___ +--- ### getConditions @@ -876,7 +876,7 @@ A list of condition contracts. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L171) -___ +--- ### getContract @@ -894,7 +894,7 @@ ___ [src/keeper/contracts/ContractBase.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L37) -___ +--- ### getFromAddress @@ -902,8 +902,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `from?` | `string` | #### Returns @@ -918,7 +918,7 @@ ___ [src/keeper/contracts/ContractBase.ts:90](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L90) -___ +--- ### getInputsOfMethod @@ -926,8 +926,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `methodName` | `string` | #### Returns @@ -942,7 +942,7 @@ ___ [src/keeper/contracts/ContractBase.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L50) -___ +--- ### getServiceAgreementTemplate @@ -960,7 +960,7 @@ ___ [src/keeper/contracts/templates/NFTSalesTemplate.ts:114](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFTSalesTemplate.ts#L114) -___ +--- ### getServiceAgreementTemplateConditionByRef @@ -968,8 +968,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---- | :------- | | `ref` | `string` | #### Returns @@ -984,7 +984,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:324](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L324) -___ +--- ### getServiceAgreementTemplateConditions @@ -1002,15 +1002,15 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:319](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L319) -___ +--- ### getServiceAgreementTemplateDependencies -▸ **getServiceAgreementTemplateDependencies**(): `Promise`<{ `[condition: string]`: `string`[]; }\> +▸ **getServiceAgreementTemplateDependencies**(): `Promise`<{ `[condition: string]`: `string`[]; }\> #### Returns -`Promise`<{ `[condition: string]`: `string`[]; }\> +`Promise`<{ `[condition: string]`: `string`[]; }\> #### Inherited from @@ -1020,7 +1020,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:333](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L333) -___ +--- ### getSignatureOfMethod @@ -1028,10 +1028,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `methodName` | `string` | `undefined` | -| `args` | `any`[] | `[]` | +| Name | Type | Default value | +| :----------- | :------- | :------------ | +| `methodName` | `string` | `undefined` | +| `args` | `any`[] | `[]` | #### Returns @@ -1045,7 +1045,7 @@ ___ [src/keeper/contracts/ContractBase.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L45) -___ +--- ### init @@ -1053,10 +1053,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `config` | `InstantiableConfig` | `undefined` | -| `optional` | `boolean` | `false` | +| Name | Type | Default value | +| :--------- | :------------------- | :------------ | +| `config` | `InstantiableConfig` | `undefined` | +| `optional` | `boolean` | `false` | #### Returns @@ -1070,7 +1070,7 @@ ___ [src/keeper/contracts/ContractBase.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L55) -___ +--- ### instanceFromDDO @@ -1078,12 +1078,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreementIdSeed` | `string` | -| `ddo` | [`DDO`](DDO.md) | -| `creator` | `string` | -| `parameters` | `NFTSalesTemplateParams` | +| Name | Type | +| :---------------- | :----------------------- | +| `agreementIdSeed` | `string` | +| `ddo` | [`DDO`](DDO.md) | +| `creator` | `string` | +| `parameters` | `NFTSalesTemplateParams` | #### Returns @@ -1097,7 +1097,7 @@ ___ [src/keeper/contracts/templates/NFTSalesTemplate.ts:71](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFTSalesTemplate.ts#L71) -___ +--- ### lockConditionIndex @@ -1115,7 +1115,7 @@ ___ [src/keeper/contracts/templates/NFTSalesTemplate.ts:57](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFTSalesTemplate.ts#L57) -___ +--- ### lockTokens @@ -1123,12 +1123,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `tokenAddress` | `any` | -| `amounts` | `any` | -| `from` | [`Account`](Account.md) | -| `txParams` | `TxParameters` | +| Name | Type | +| :------------- | :---------------------- | +| `tokenAddress` | `any` | +| `amounts` | `any` | +| `from` | [`Account`](Account.md) | +| `txParams` | `TxParameters` | #### Returns @@ -1142,7 +1142,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:398](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L398) -___ +--- ### name @@ -1160,7 +1160,7 @@ ___ [src/keeper/contracts/templates/NFTSalesTemplate.ts:35](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFTSalesTemplate.ts#L35) -___ +--- ### params @@ -1168,11 +1168,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `consumerId` | `string` | -| `nftAmount` | `default` | -| `providerId?` | `string` | +| Name | Type | +| :------------ | :-------- | +| `consumerId` | `string` | +| `nftAmount` | `default` | +| `providerId?` | `string` | #### Returns @@ -1186,7 +1186,7 @@ ___ [src/keeper/contracts/templates/NFTSalesTemplate.ts:42](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFTSalesTemplate.ts#L42) -___ +--- ### paramsGen @@ -1196,8 +1196,8 @@ Specialize params #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------------ | :----------------- | :----------------- | | `__namedParameters` | `ValidationParams` | Generic parameters | #### Returns @@ -1212,7 +1212,7 @@ Specialize params [src/keeper/contracts/templates/NFTSalesTemplate.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFTSalesTemplate.ts#L50) -___ +--- ### paymentData @@ -1220,8 +1220,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :-------------- | | `service` | `ServiceCommon` | #### Returns @@ -1236,7 +1236,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:85](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L85) -___ +--- ### printAgreementStatus @@ -1246,8 +1246,8 @@ Prints the agreement status. #### Parameters -| Name | Type | Description | -| :------ | :------ | :------ | +| Name | Type | Description | +| :------------ | :------- | :------------ | | `agreementId` | `string` | Agreement ID. | #### Returns @@ -1262,7 +1262,7 @@ Prints the agreement status. [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:439](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L439) -___ +--- ### process @@ -1270,11 +1270,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `params` | `ValidationParams` | -| `from` | [`Account`](Account.md) | -| `txparams?` | `TxParameters` | +| Name | Type | +| :---------- | :---------------------- | +| `params` | `ValidationParams` | +| `from` | [`Account`](Account.md) | +| `txparams?` | `TxParameters` | #### Returns @@ -1288,7 +1288,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:116](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L116) -___ +--- ### send @@ -1296,11 +1296,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `from` | `string` | -| `args` | `any`[] | +| Name | Type | +| :------- | :------------- | +| `name` | `string` | +| `from` | `string` | +| `args` | `any`[] | | `params` | `TxParameters` | #### Returns @@ -1315,7 +1315,7 @@ ___ [src/keeper/contracts/ContractBase.ts:117](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L117) -___ +--- ### sendFrom @@ -1323,12 +1323,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `name` | `string` | -| `args` | `any`[] | -| `from?` | [`Account`](Account.md) | -| `value?` | `TxParameters` | +| Name | Type | +| :------- | :---------------------- | +| `name` | `string` | +| `args` | `any`[] | +| `from?` | [`Account`](Account.md) | +| `value?` | `TxParameters` | #### Returns @@ -1342,7 +1342,7 @@ ___ [src/keeper/contracts/ContractBase.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/ContractBase.ts#L97) -___ +--- ### service @@ -1360,7 +1360,7 @@ ___ [src/keeper/contracts/templates/NFTSalesTemplate.ts:31](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFTSalesTemplate.ts#L31) -___ +--- ### serviceEndpoint @@ -1378,7 +1378,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:31](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L31) -___ +--- ### setInstanceConfig @@ -1386,8 +1386,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1402,7 +1402,7 @@ ___ [src/Instantiable.abstract.ts:171](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L171) -___ +--- ### standardContext @@ -1410,10 +1410,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `ddo` | [`DDO`](DDO.md) | -| `creator` | `string` | +| Name | Type | +| :-------- | :-------------- | +| `ddo` | [`DDO`](DDO.md) | +| `creator` | `string` | #### Returns @@ -1427,7 +1427,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:207](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L207) -___ +--- ### validateAgreement @@ -1435,14 +1435,14 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `agreement_id` | `string` | -| `did` | `string` | -| `params` | `NFTSalesTemplateParams` | -| `from` | [`Account`](Account.md) | -| `extra` | `any` | -| `txparams?` | `TxParameters` | +| Name | Type | +| :------------- | :----------------------- | +| `agreement_id` | `string` | +| `did` | `string` | +| `params` | `NFTSalesTemplateParams` | +| `from` | [`Account`](Account.md) | +| `extra` | `any` | +| `txparams?` | `TxParameters` | #### Returns @@ -1456,7 +1456,7 @@ ___ [src/keeper/contracts/templates/BaseTemplate.abstract.ts:131](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/BaseTemplate.abstract.ts#L131) -___ +--- ### addressesStatic @@ -1464,10 +1464,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | +| `web3` | `JsonRpcProvider` | #### Returns @@ -1481,7 +1481,7 @@ ___ [src/Instantiable.abstract.ts:142](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L142) -___ +--- ### findSignerStatic @@ -1489,11 +1489,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :-------------------- | | `config` | [`Config`](Config.md) | -| `web3` | `JsonRpcProvider` | -| `from` | `string` | +| `web3` | `JsonRpcProvider` | +| `from` | `string` | #### Returns @@ -1507,7 +1507,7 @@ ___ [src/Instantiable.abstract.ts:115](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/Instantiable.abstract.ts#L115) -___ +--- ### getInstance @@ -1515,8 +1515,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------- | | `config` | `InstantiableConfig` | #### Returns @@ -1531,7 +1531,7 @@ ___ [src/keeper/contracts/templates/NFTSalesTemplate.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/NFTSalesTemplate.ts#L25) -___ +--- ### setInstanceConfig @@ -1539,15 +1539,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `T` | extends `Instantiable`<`T`\> | +| Name | Type | +| :--- | :--------------------------- | +| `T` | extends `Instantiable`<`T`\> | #### Parameters -| Name | Type | -| :------ | :------ | -| `instance` | `T` | +| Name | Type | +| :------------------- | :------------------- | +| `instance` | `T` | | `instantiableConfig` | `InstantiableConfig` | #### Returns diff --git a/docs/api-reference/classes/utils.Logger.md b/docs/api-reference/classes/utils.Logger.md index fa09d429d..e5171b290 100644 --- a/docs/api-reference/classes/utils.Logger.md +++ b/docs/api-reference/classes/utils.Logger.md @@ -32,8 +32,8 @@ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | +| Name | Type | Default value | +| :--------- | :--------------------------------------- | :-------------- | | `logLevel` | [`LogLevel`](../enums/utils.LogLevel.md) | `LogLevel.Warn` | #### Defined in @@ -58,8 +58,8 @@ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -70,7 +70,7 @@ [src/utils/Logger.ts:16](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/Logger.ts#L16) -___ +--- ### debug @@ -78,8 +78,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -90,7 +90,7 @@ ___ [src/utils/Logger.ts:20](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/Logger.ts#L20) -___ +--- ### dispatch @@ -98,11 +98,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `verb` | `string` | -| `level` | [`LogLevel`](../enums/utils.LogLevel.md) | -| `...args` | `any`[] | +| Name | Type | +| :-------- | :--------------------------------------- | +| `verb` | `string` | +| `level` | [`LogLevel`](../enums/utils.LogLevel.md) | +| `...args` | `any`[] | #### Returns @@ -112,7 +112,7 @@ ___ [src/utils/Logger.ts:36](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/Logger.ts#L36) -___ +--- ### error @@ -120,8 +120,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -132,7 +132,7 @@ ___ [src/utils/Logger.ts:32](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/Logger.ts#L32) -___ +--- ### log @@ -140,8 +140,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns @@ -152,7 +152,7 @@ ___ [src/utils/Logger.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/Logger.ts#L24) -___ +--- ### setLevel @@ -160,8 +160,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :--------- | :--------------------------------------- | | `logLevel` | [`LogLevel`](../enums/utils.LogLevel.md) | #### Returns @@ -172,7 +172,7 @@ ___ [src/utils/Logger.ts:12](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/Logger.ts#L12) -___ +--- ### warn @@ -180,8 +180,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------ | | `...args` | `any`[] | #### Returns diff --git a/docs/api-reference/classes/utils.SubscribableObserver.md b/docs/api-reference/classes/utils.SubscribableObserver.md index 214b3c5e0..e47c3b58e 100644 --- a/docs/api-reference/classes/utils.SubscribableObserver.md +++ b/docs/api-reference/classes/utils.SubscribableObserver.md @@ -7,9 +7,9 @@ ## Type parameters | Name | -| :------ | -| `T` | -| `P` | +| :--- | +| `T` | +| `P` | ## Table of contents @@ -40,9 +40,9 @@ #### Type parameters | Name | -| :------ | -| `T` | -| `P` | +| :--- | +| `T` | +| `P` | ## Properties @@ -54,11 +54,11 @@ [src/utils/SubscribableObserver.ts:2](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/SubscribableObserver.ts#L2) -___ +--- ### subscriptions -• `Private` **subscriptions**: `Set`<{ `onComplete?`: (`complete`: `P`) => `void` ; `onError?`: (`error`: `any`) => `void` ; `onNext?`: (`next`: `T`) => `void` }\> +• `Private` **subscriptions**: `Set`<{ `onComplete?`: (`complete`: `P`) => `void` ; `onError?`: (`error`: `any`) => `void` ; `onNext?`: (`next`: `T`) => `void` }\> #### Defined in @@ -72,9 +72,9 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `resolve?` | `P` | +| Name | Type | +| :--------- | :--- | +| `resolve?` | `P` | #### Returns @@ -84,7 +84,7 @@ ___ [src/utils/SubscribableObserver.ts:30](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/SubscribableObserver.ts#L30) -___ +--- ### emit @@ -92,10 +92,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `type` | ``"onError"`` \| ``"onNext"`` \| ``"onComplete"`` | -| `value` | `any` | +| Name | Type | +| :------ | :------------------------------------------ | +| `type` | `"onError"` \| `"onNext"` \| `"onComplete"` | +| `value` | `any` | #### Returns @@ -105,7 +105,7 @@ ___ [src/utils/SubscribableObserver.ts:40](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/SubscribableObserver.ts#L40) -___ +--- ### error @@ -113,8 +113,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :---- | | `error?` | `any` | #### Returns @@ -125,7 +125,7 @@ ___ [src/utils/SubscribableObserver.ts:35](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/SubscribableObserver.ts#L35) -___ +--- ### next @@ -133,9 +133,9 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `next?` | `T` | +| Name | Type | +| :------ | :--- | +| `next?` | `T` | #### Returns @@ -145,7 +145,7 @@ ___ [src/utils/SubscribableObserver.ts:26](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/SubscribableObserver.ts#L26) -___ +--- ### subscribe @@ -153,25 +153,25 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `onNext?` | (`next`: `T`) => `void` | +| Name | Type | +| :------------ | :-------------------------- | +| `onNext?` | (`next`: `T`) => `void` | | `onComplete?` | (`complete`: `P`) => `void` | -| `onError?` | (`error`: `any`) => `void` | +| `onError?` | (`error`: `any`) => `void` | #### Returns `Object` -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :-------------- | | `unsubscribe` | () => `boolean` | #### Defined in [src/utils/SubscribableObserver.ts:10](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/SubscribableObserver.ts#L10) -___ +--- ### unsubscribe diff --git a/docs/api-reference/classes/utils.SubscribablePromise.md b/docs/api-reference/classes/utils.SubscribablePromise.md index b992857f4..daa5e4556 100644 --- a/docs/api-reference/classes/utils.SubscribablePromise.md +++ b/docs/api-reference/classes/utils.SubscribablePromise.md @@ -7,9 +7,9 @@ ## Type parameters | Name | -| :------ | -| `T` | -| `P` | +| :--- | +| `T` | +| `P` | ## Table of contents @@ -40,14 +40,14 @@ #### Type parameters | Name | -| :------ | -| `T` | -| `P` | +| :--- | +| `T` | +| `P` | #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :--------- | :------------------------------------------------------------------------------------------------------------ | | `executor` | (`observer`: [`SubscribableObserver`](utils.SubscribableObserver.md)<`T`, `P`\>) => `void` \| `Promise`<`P`\> | #### Defined in @@ -64,7 +64,7 @@ [src/utils/SubscribablePromise.ts:4](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/SubscribablePromise.ts#L4) -___ +--- ### promise @@ -82,8 +82,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :------------------------ | | `onrejected?` | (`error`: `any`) => `any` | #### Returns @@ -94,7 +94,7 @@ ___ [src/utils/SubscribablePromise.ts:33](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/SubscribablePromise.ts#L33) -___ +--- ### finally @@ -102,8 +102,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :---------- | | `onfinally?` | () => `any` | #### Returns @@ -114,7 +114,7 @@ ___ [src/utils/SubscribablePromise.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/SubscribablePromise.ts#L37) -___ +--- ### init @@ -122,8 +122,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :--------- | :------------------------------------------------------------------------------------------------------------ | | `executor` | (`observer`: [`SubscribableObserver`](utils.SubscribableObserver.md)<`T`, `P`\>) => `void` \| `Promise`<`P`\> | #### Returns @@ -134,7 +134,7 @@ ___ [src/utils/SubscribablePromise.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/SubscribablePromise.ts#L41) -___ +--- ### next @@ -142,8 +142,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :---------------------- | | `onNext` | (`next`: `T`) => `void` | #### Returns @@ -154,7 +154,7 @@ ___ [src/utils/SubscribablePromise.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/SubscribablePromise.ts#L24) -___ +--- ### subscribe @@ -162,23 +162,23 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :---------------------- | | `onNext` | (`next`: `T`) => `void` | #### Returns `Object` -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------ | :-------------- | | `unsubscribe` | () => `boolean` | #### Defined in [src/utils/SubscribablePromise.ts:20](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/SubscribablePromise.ts#L20) -___ +--- ### then @@ -186,10 +186,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `onfulfilled?` | (`value`: `P`) => `any` | -| `onrejected?` | (`error`: `any`) => `any` | +| Name | Type | +| :------------- | :------------------------ | +| `onfulfilled?` | (`value`: `P`) => `any` | +| `onrejected?` | (`error`: `any`) => `any` | #### Returns diff --git a/docs/api-reference/enums/ConditionState.md b/docs/api-reference/enums/ConditionState.md index 177798afb..ae6792155 100644 --- a/docs/api-reference/enums/ConditionState.md +++ b/docs/api-reference/enums/ConditionState.md @@ -15,37 +15,37 @@ ### Aborted -• **Aborted** = ``3`` +• **Aborted** = `3` #### Defined in [src/keeper/contracts/conditions/Condition.abstract.ts:14](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L14) -___ +--- ### Fulfilled -• **Fulfilled** = ``2`` +• **Fulfilled** = `2` #### Defined in [src/keeper/contracts/conditions/Condition.abstract.ts:13](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L13) -___ +--- ### Unfulfilled -• **Unfulfilled** = ``1`` +• **Unfulfilled** = `1` #### Defined in [src/keeper/contracts/conditions/Condition.abstract.ts:12](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L12) -___ +--- ### Uninitialized -• **Uninitialized** = ``0`` +• **Uninitialized** = `0` #### Defined in diff --git a/docs/api-reference/enums/CreateProgressStep.md b/docs/api-reference/enums/CreateProgressStep.md index 8d748c4be..7fbffe265 100644 --- a/docs/api-reference/enums/CreateProgressStep.md +++ b/docs/api-reference/enums/CreateProgressStep.md @@ -23,117 +23,117 @@ ### ConditionsFilled -• **ConditionsFilled** = ``3`` +• **ConditionsFilled** = `3` #### Defined in [src/nevermined/Assets.ts:38](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Assets.ts#L38) -___ +--- ### DdoStored -• **DdoStored** = ``10`` +• **DdoStored** = `10` #### Defined in [src/nevermined/Assets.ts:45](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Assets.ts#L45) -___ +--- ### DidRegistered -• **DidRegistered** = ``11`` +• **DidRegistered** = `11` #### Defined in [src/nevermined/Assets.ts:46](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Assets.ts#L46) -___ +--- ### EncryptingFiles -• **EncryptingFiles** = ``4`` +• **EncryptingFiles** = `4` #### Defined in [src/nevermined/Assets.ts:39](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Assets.ts#L39) -___ +--- ### FilesEncrypted -• **FilesEncrypted** = ``5`` +• **FilesEncrypted** = `5` #### Defined in [src/nevermined/Assets.ts:40](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Assets.ts#L40) -___ +--- ### GeneratingProof -• **GeneratingProof** = ``1`` +• **GeneratingProof** = `1` #### Defined in [src/nevermined/Assets.ts:36](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Assets.ts#L36) -___ +--- ### ProofGenerated -• **ProofGenerated** = ``2`` +• **ProofGenerated** = `2` #### Defined in [src/nevermined/Assets.ts:37](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Assets.ts#L37) -___ +--- ### RegisteringDid -• **RegisteringDid** = ``6`` +• **RegisteringDid** = `6` #### Defined in [src/nevermined/Assets.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Assets.ts#L41) -___ +--- ### ServicesAdded -• **ServicesAdded** = ``0`` +• **ServicesAdded** = `0` #### Defined in [src/nevermined/Assets.ts:35](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Assets.ts#L35) -___ +--- ### SettingRoyalties -• **SettingRoyalties** = ``8`` +• **SettingRoyalties** = `8` #### Defined in [src/nevermined/Assets.ts:43](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Assets.ts#L43) -___ +--- ### SettingRoyaltyScheme -• **SettingRoyaltyScheme** = ``7`` +• **SettingRoyaltyScheme** = `7` #### Defined in [src/nevermined/Assets.ts:42](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Assets.ts#L42) -___ +--- ### StoringDdo -• **StoringDdo** = ``9`` +• **StoringDdo** = `9` #### Defined in diff --git a/docs/api-reference/enums/OrderProgressStep.md b/docs/api-reference/enums/OrderProgressStep.md index 5c8b80fe4..f2e2307fc 100644 --- a/docs/api-reference/enums/OrderProgressStep.md +++ b/docs/api-reference/enums/OrderProgressStep.md @@ -15,37 +15,37 @@ ### AgreementInitialized -• **AgreementInitialized** = ``1`` +• **AgreementInitialized** = `1` #### Defined in [src/nevermined/Assets.ts:51](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Assets.ts#L51) -___ +--- ### CreatingAgreement -• **CreatingAgreement** = ``0`` +• **CreatingAgreement** = `0` #### Defined in [src/nevermined/Assets.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Assets.ts#L50) -___ +--- ### LockedPayment -• **LockedPayment** = ``3`` +• **LockedPayment** = `3` #### Defined in [src/nevermined/Assets.ts:53](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Assets.ts#L53) -___ +--- ### LockingPayment -• **LockingPayment** = ``2`` +• **LockingPayment** = `2` #### Defined in diff --git a/docs/api-reference/enums/PermissionType.md b/docs/api-reference/enums/PermissionType.md index 1e0c59cc1..af8c3661a 100644 --- a/docs/api-reference/enums/PermissionType.md +++ b/docs/api-reference/enums/PermissionType.md @@ -15,37 +15,37 @@ ### Admin -• **Admin** = ``"admin"`` +• **Admin** = `"admin"` #### Defined in [src/permissions/Permissions.interfaces.ts:5](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/permissions/Permissions.interfaces.ts#L5) -___ +--- ### Delete -• **Delete** = ``"delete"`` +• **Delete** = `"delete"` #### Defined in [src/permissions/Permissions.interfaces.ts:4](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/permissions/Permissions.interfaces.ts#L4) -___ +--- ### Read -• **Read** = ``"read"`` +• **Read** = `"read"` #### Defined in [src/permissions/Permissions.interfaces.ts:2](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/permissions/Permissions.interfaces.ts#L2) -___ +--- ### Update -• **Update** = ``"update"`` +• **Update** = `"update"` #### Defined in diff --git a/docs/api-reference/enums/PlatformTechStatus.md b/docs/api-reference/enums/PlatformTechStatus.md index 89f976690..36eeb3e0f 100644 --- a/docs/api-reference/enums/PlatformTechStatus.md +++ b/docs/api-reference/enums/PlatformTechStatus.md @@ -15,37 +15,37 @@ ### Loading -• **Loading** = ``"Loading"`` +• **Loading** = `"Loading"` #### Defined in [src/nevermined/Versions.ts:6](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Versions.ts#L6) -___ +--- ### Stopped -• **Stopped** = ``"Stopped"`` +• **Stopped** = `"Stopped"` #### Defined in [src/nevermined/Versions.ts:8](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Versions.ts#L8) -___ +--- ### Unknown -• **Unknown** = ``"Unknown"`` +• **Unknown** = `"Unknown"` #### Defined in [src/nevermined/Versions.ts:7](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Versions.ts#L7) -___ +--- ### Working -• **Working** = ``"Working"`` +• **Working** = `"Working"` #### Defined in diff --git a/docs/api-reference/enums/ProvenanceMethod.md b/docs/api-reference/enums/ProvenanceMethod.md index ccc608db5..3e58dd452 100644 --- a/docs/api-reference/enums/ProvenanceMethod.md +++ b/docs/api-reference/enums/ProvenanceMethod.md @@ -6,145 +6,145 @@ ### Enumeration Members -- [ACTED\_ON\_BEHALF](ProvenanceMethod.md#acted_on_behalf) +- [ACTED_ON_BEHALF](ProvenanceMethod.md#acted_on_behalf) - [ACTIVITY](ProvenanceMethod.md#activity) - [AGENT](ProvenanceMethod.md#agent) - [ENTITY](ProvenanceMethod.md#entity) - [USED](ProvenanceMethod.md#used) -- [WAS\_ASSOCIATED\_WITH](ProvenanceMethod.md#was_associated_with) -- [WAS\_ATTRIBUTED\_TO](ProvenanceMethod.md#was_attributed_to) -- [WAS\_DERIVED\_FROM](ProvenanceMethod.md#was_derived_from) -- [WAS\_ENDED\_BY](ProvenanceMethod.md#was_ended_by) -- [WAS\_GENERATED\_BY](ProvenanceMethod.md#was_generated_by) -- [WAS\_INFORMED\_BY](ProvenanceMethod.md#was_informed_by) -- [WAS\_INVALIDATED\_BY](ProvenanceMethod.md#was_invalidated_by) -- [WAS\_STARTED\_BY](ProvenanceMethod.md#was_started_by) +- [WAS_ASSOCIATED_WITH](ProvenanceMethod.md#was_associated_with) +- [WAS_ATTRIBUTED_TO](ProvenanceMethod.md#was_attributed_to) +- [WAS_DERIVED_FROM](ProvenanceMethod.md#was_derived_from) +- [WAS_ENDED_BY](ProvenanceMethod.md#was_ended_by) +- [WAS_GENERATED_BY](ProvenanceMethod.md#was_generated_by) +- [WAS_INFORMED_BY](ProvenanceMethod.md#was_informed_by) +- [WAS_INVALIDATED_BY](ProvenanceMethod.md#was_invalidated_by) +- [WAS_STARTED_BY](ProvenanceMethod.md#was_started_by) ## Enumeration Members -### ACTED\_ON\_BEHALF +### ACTED_ON_BEHALF -• **ACTED\_ON\_BEHALF** = ``12`` +• **ACTED_ON_BEHALF** = `12` #### Defined in [src/keeper.ts:20](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper.ts#L20) -___ +--- ### ACTIVITY -• **ACTIVITY** = ``1`` +• **ACTIVITY** = `1` #### Defined in [src/keeper.ts:9](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper.ts#L9) -___ +--- ### AGENT -• **AGENT** = ``9`` +• **AGENT** = `9` #### Defined in [src/keeper.ts:17](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper.ts#L17) -___ +--- ### ENTITY -• **ENTITY** = ``0`` +• **ENTITY** = `0` #### Defined in [src/keeper.ts:8](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper.ts#L8) -___ +--- ### USED -• **USED** = ``3`` +• **USED** = `3` #### Defined in [src/keeper.ts:11](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper.ts#L11) -___ +--- -### WAS\_ASSOCIATED\_WITH +### WAS_ASSOCIATED_WITH -• **WAS\_ASSOCIATED\_WITH** = ``11`` +• **WAS_ASSOCIATED_WITH** = `11` #### Defined in [src/keeper.ts:19](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper.ts#L19) -___ +--- -### WAS\_ATTRIBUTED\_TO +### WAS_ATTRIBUTED_TO -• **WAS\_ATTRIBUTED\_TO** = ``10`` +• **WAS_ATTRIBUTED_TO** = `10` #### Defined in [src/keeper.ts:18](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper.ts#L18) -___ +--- -### WAS\_DERIVED\_FROM +### WAS_DERIVED_FROM -• **WAS\_DERIVED\_FROM** = ``8`` +• **WAS_DERIVED_FROM** = `8` #### Defined in [src/keeper.ts:16](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper.ts#L16) -___ +--- -### WAS\_ENDED\_BY +### WAS_ENDED_BY -• **WAS\_ENDED\_BY** = ``6`` +• **WAS_ENDED_BY** = `6` #### Defined in [src/keeper.ts:14](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper.ts#L14) -___ +--- -### WAS\_GENERATED\_BY +### WAS_GENERATED_BY -• **WAS\_GENERATED\_BY** = ``2`` +• **WAS_GENERATED_BY** = `2` #### Defined in [src/keeper.ts:10](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper.ts#L10) -___ +--- -### WAS\_INFORMED\_BY +### WAS_INFORMED_BY -• **WAS\_INFORMED\_BY** = ``4`` +• **WAS_INFORMED_BY** = `4` #### Defined in [src/keeper.ts:12](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper.ts#L12) -___ +--- -### WAS\_INVALIDATED\_BY +### WAS_INVALIDATED_BY -• **WAS\_INVALIDATED\_BY** = ``7`` +• **WAS_INVALIDATED_BY** = `7` #### Defined in [src/keeper.ts:15](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper.ts#L15) -___ +--- -### WAS\_STARTED\_BY +### WAS_STARTED_BY -• **WAS\_STARTED\_BY** = ``5`` +• **WAS_STARTED_BY** = `5` #### Defined in diff --git a/docs/api-reference/enums/State.md b/docs/api-reference/enums/State.md index 3f3d371b0..b9b29c6c1 100644 --- a/docs/api-reference/enums/State.md +++ b/docs/api-reference/enums/State.md @@ -14,27 +14,27 @@ ### Confirmed -• **Confirmed** = ``"confirmed"`` +• **Confirmed** = `"confirmed"` #### Defined in [src/profiles/Profiles.interfaces.ts:4](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/profiles/Profiles.interfaces.ts#L4) -___ +--- ### Disabled -• **Disabled** = ``"disabled"`` +• **Disabled** = `"disabled"` #### Defined in [src/profiles/Profiles.interfaces.ts:2](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/profiles/Profiles.interfaces.ts#L2) -___ +--- ### Unconfirmed -• **Unconfirmed** = ``"unconfirmed"`` +• **Unconfirmed** = `"unconfirmed"` #### Defined in diff --git a/docs/api-reference/enums/utils.LogLevel.md b/docs/api-reference/enums/utils.LogLevel.md index 8fa35b143..49f0bb9f9 100644 --- a/docs/api-reference/enums/utils.LogLevel.md +++ b/docs/api-reference/enums/utils.LogLevel.md @@ -18,47 +18,47 @@ ### Error -• **Error** = ``0`` +• **Error** = `0` #### Defined in [src/utils/Logger.ts:3](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/Logger.ts#L3) -___ +--- ### Log -• **Log** = ``2`` +• **Log** = `2` #### Defined in [src/utils/Logger.ts:5](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/Logger.ts#L5) -___ +--- ### None -• **None** = ``-1`` +• **None** = `-1` #### Defined in [src/utils/Logger.ts:2](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/Logger.ts#L2) -___ +--- ### Verbose -• **Verbose** = ``3`` +• **Verbose** = `3` #### Defined in [src/utils/Logger.ts:6](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/Logger.ts#L6) -___ +--- ### Warn -• **Warn** = ``1`` +• **Warn** = `1` #### Defined in diff --git a/docs/api-reference/enums/utils.OrderProgressStep.md b/docs/api-reference/enums/utils.OrderProgressStep.md index d24176776..5c944b492 100644 --- a/docs/api-reference/enums/utils.OrderProgressStep.md +++ b/docs/api-reference/enums/utils.OrderProgressStep.md @@ -17,37 +17,37 @@ ### AgreementInitialized -• **AgreementInitialized** = ``3`` +• **AgreementInitialized** = `3` #### Defined in [src/utils/index.ts:20](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/index.ts#L20) -___ +--- ### ApprovedPayment -• **ApprovedPayment** = ``1`` +• **ApprovedPayment** = `1` #### Defined in [src/utils/index.ts:18](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/index.ts#L18) -___ +--- ### ApprovingPayment -• **ApprovingPayment** = ``0`` +• **ApprovingPayment** = `0` #### Defined in [src/utils/index.ts:17](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/index.ts#L17) -___ +--- ### CreatingAgreement -• **CreatingAgreement** = ``2`` +• **CreatingAgreement** = `2` #### Defined in diff --git a/docs/api-reference/interfaces/AdditionalInformation.md b/docs/api-reference/interfaces/AdditionalInformation.md index a785d96d8..6e2fddf85 100644 --- a/docs/api-reference/interfaces/AdditionalInformation.md +++ b/docs/api-reference/interfaces/AdditionalInformation.md @@ -37,14 +37,14 @@ Categories used to describe this content. Empty by default. **`Example`** ```ts -["Economy", "Data Science"] +;['Economy', 'Data Science'] ``` #### Defined in [src/ddo/MetaData.ts:285](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L285) -___ +--- ### copyrightHolder @@ -55,14 +55,14 @@ The party holding the legal copyright. Empty by default. **`Example`** ```ts -"Met Office" +'Met Office' ``` #### Defined in [src/ddo/MetaData.ts:245](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L245) -___ +--- ### customData @@ -79,7 +79,7 @@ Can be used to store any non-default data, needs to be checked [src/ddo/MetaData.ts:314](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L314) -___ +--- ### description @@ -91,14 +91,14 @@ explains what the data represents and what it can be used for. **`Example`** ```ts -"Weather information of UK including temperature and humidity" +'Weather information of UK including temperature and humidity' ``` #### Defined in [src/ddo/MetaData.ts:239](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L239) -___ +--- ### inLanguage @@ -110,18 +110,18 @@ codes from the [IETF BCP 47 standard](https://tools.ietf.org/html/bcp47). **`Example`** ```ts -"en" +'en' ``` #### Defined in [src/ddo/MetaData.ts:279](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L279) -___ +--- ### links -• `Optional` **links**: { `[name: string]`: `string`; }[] +• `Optional` **links**: { `[name: string]`: `string`; }[] Mapping of links for data samples, or links to find out more information. Links may be to either a URL or another Asset. We expect marketplaces to @@ -132,21 +132,22 @@ to be domain-specific. **`Example`** ```ts -[ - { - anotherSample: "http://data.ceda.ac.uk/badc/ukcp09/data/gridded-land-obs/gridded-land-obs-daily/", - }, - { - fieldsDescription: "http://data.ceda.ac.uk/badc/ukcp09/", - }, - ] +;[ + { + anotherSample: + 'http://data.ceda.ac.uk/badc/ukcp09/data/gridded-land-obs/gridded-land-obs-daily/', + }, + { + fieldsDescription: 'http://data.ceda.ac.uk/badc/ukcp09/', + }, +] ``` #### Defined in [src/ddo/MetaData.ts:272](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L272) -___ +--- ### poseidonHash @@ -156,7 +157,7 @@ ___ [src/ddo/MetaData.ts:318](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L318) -___ +--- ### priceHighestDenomination @@ -174,7 +175,7 @@ BigNumbers [src/ddo/MetaData.ts:333](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L333) -___ +--- ### providerKey @@ -182,20 +183,20 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `x` | `string` | -| `y` | `string` | +| Name | Type | +| :--- | :------- | +| `x` | `string` | +| `y` | `string` | #### Defined in [src/ddo/MetaData.ts:320](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L320) -___ +--- ### structuredMarkup -• `Optional` **structuredMarkup**: { `mediaType`: `string` ; `uri`: `string` }[] +• `Optional` **structuredMarkup**: { `mediaType`: `string` ; `uri`: `string` }[] A link to machine-readable structured markup (such as ttl/json-ld/rdf) describing the dataset. @@ -204,7 +205,7 @@ describing the dataset. [src/ddo/MetaData.ts:305](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L305) -___ +--- ### tags @@ -215,14 +216,14 @@ Keywords or tags used to describe this content. Empty by default. **`Example`** ```ts -["weather", "uk", "2011", "temperature", "humidity"] +;['weather', 'uk', '2011', 'temperature', 'humidity'] ``` #### Defined in [src/ddo/MetaData.ts:291](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L291) -___ +--- ### updateFrequency @@ -235,14 +236,14 @@ to get updated. **`Example`** ```ts -"yearly" +'yearly' ``` #### Defined in [src/ddo/MetaData.ts:299](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L299) -___ +--- ### workExample @@ -254,7 +255,7 @@ of the metadata, not an external link. **`Example`** ```ts -"423432fsd,51.509865,-0.118092,2011-01-01T10:55:11+00:00,7.2,68" +'423432fsd,51.509865,-0.118092,2011-01-01T10:55:11+00:00,7.2,68' ``` #### Defined in diff --git a/docs/api-reference/interfaces/Algorithm.md b/docs/api-reference/interfaces/Algorithm.md index eeef1fb08..8a5247d53 100644 --- a/docs/api-reference/interfaces/Algorithm.md +++ b/docs/api-reference/interfaces/Algorithm.md @@ -22,7 +22,7 @@ [src/ddo/MetaData.ts:43](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L43) -___ +--- ### format @@ -32,7 +32,7 @@ ___ [src/ddo/MetaData.ts:41](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L41) -___ +--- ### language @@ -42,7 +42,7 @@ ___ [src/ddo/MetaData.ts:40](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L40) -___ +--- ### requirements @@ -50,17 +50,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `container?` | `any` | +| Name | Type | +| :------------- | :------- | +| `container?` | `any` | | `requirement?` | `string` | -| `version?` | `string` | +| `version?` | `string` | #### Defined in [src/ddo/MetaData.ts:44](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L44) -___ +--- ### version diff --git a/docs/api-reference/interfaces/Bookmark.md b/docs/api-reference/interfaces/Bookmark.md index 2c1ff164e..5f8ff563f 100644 --- a/docs/api-reference/interfaces/Bookmark.md +++ b/docs/api-reference/interfaces/Bookmark.md @@ -28,7 +28,7 @@ [src/bookmarks/Bookmarks.interfaces.ts:9](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/bookmarks/Bookmarks.interfaces.ts#L9) -___ +--- ### description @@ -42,7 +42,7 @@ ___ [src/bookmarks/Bookmarks.interfaces.ts:4](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/bookmarks/Bookmarks.interfaces.ts#L4) -___ +--- ### did @@ -56,7 +56,7 @@ ___ [src/bookmarks/Bookmarks.interfaces.ts:2](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/bookmarks/Bookmarks.interfaces.ts#L2) -___ +--- ### id @@ -66,7 +66,7 @@ ___ [src/bookmarks/Bookmarks.interfaces.ts:8](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/bookmarks/Bookmarks.interfaces.ts#L8) -___ +--- ### userId diff --git a/docs/api-reference/interfaces/Curation.md b/docs/api-reference/interfaces/Curation.md index 4ad73a933..98b1bb408 100644 --- a/docs/api-reference/interfaces/Curation.md +++ b/docs/api-reference/interfaces/Curation.md @@ -35,7 +35,7 @@ true [src/ddo/MetaData.ts:226](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L226) -___ +--- ### numVotes @@ -53,7 +53,7 @@ Number of votes. 0 is the default value. [src/ddo/MetaData.ts:214](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L214) -___ +--- ### rating @@ -71,7 +71,7 @@ Decimal value between 0 and 1. 0 is the default value. [src/ddo/MetaData.ts:208](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L208) -___ +--- ### schema @@ -82,7 +82,7 @@ Schema applied to calculate the rating. **`Example`** ```ts -"Binary Voting" +'Binary Voting' ``` #### Defined in diff --git a/docs/api-reference/interfaces/File.md b/docs/api-reference/interfaces/File.md index 9ec4ae893..243a7ac5c 100644 --- a/docs/api-reference/interfaces/File.md +++ b/docs/api-reference/interfaces/File.md @@ -30,7 +30,7 @@ File checksum. [src/ddo/MetaData.ts:97](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L97) -___ +--- ### checksumType @@ -42,7 +42,7 @@ Checksum hash algorithm. [src/ddo/MetaData.ts:102](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L102) -___ +--- ### compression @@ -53,14 +53,14 @@ File compression (e.g. no, gzip, bzip2, etc). **`Example`** ```ts -"zip" +'zip' ``` #### Defined in [src/ddo/MetaData.ts:124](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L124) -___ +--- ### contentLength @@ -72,7 +72,7 @@ File content length. [src/ddo/MetaData.ts:107](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L107) -___ +--- ### contentType @@ -83,14 +83,14 @@ File format, if applicable. **`Example`** ```ts -"text/csv" +'text/csv' ``` #### Defined in [src/ddo/MetaData.ts:92](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L92) -___ +--- ### encoding @@ -101,18 +101,18 @@ File encoding. **`Example`** ```ts -"UTF-8" +'UTF-8' ``` #### Defined in [src/ddo/MetaData.ts:118](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L118) -___ +--- ### encryption -• `Optional` **encryption**: ``"dtp"`` +• `Optional` **encryption**: `"dtp"` Encryption mode used. @@ -124,7 +124,7 @@ If not provided is assumed the files are not encrypted. Currently only `dtp` is [src/ddo/MetaData.ts:132](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L132) -___ +--- ### index @@ -136,7 +136,7 @@ File index. [src/ddo/MetaData.ts:86](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L86) -___ +--- ### name @@ -148,7 +148,7 @@ File name. [src/ddo/MetaData.ts:76](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L76) -___ +--- ### resourceId @@ -160,7 +160,7 @@ Resource ID (depending on the source). [src/ddo/MetaData.ts:112](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L112) -___ +--- ### url diff --git a/docs/api-reference/interfaces/KeyTransfer.Babysig.md b/docs/api-reference/interfaces/KeyTransfer.Babysig.md index 4525f9711..949af7004 100644 --- a/docs/api-reference/interfaces/KeyTransfer.Babysig.md +++ b/docs/api-reference/interfaces/KeyTransfer.Babysig.md @@ -21,7 +21,7 @@ [src/models/KeyTransfer.ts:34](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/models/KeyTransfer.ts#L34) -___ +--- ### S diff --git a/docs/api-reference/interfaces/MetaData.md b/docs/api-reference/interfaces/MetaData.md index 3685548b9..524a98a8f 100644 --- a/docs/api-reference/interfaces/MetaData.md +++ b/docs/api-reference/interfaces/MetaData.md @@ -22,7 +22,7 @@ [src/ddo/MetaData.ts:340](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L340) -___ +--- ### curation @@ -32,7 +32,7 @@ ___ [src/ddo/MetaData.ts:341](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L341) -___ +--- ### encryptedFiles @@ -42,7 +42,7 @@ ___ [src/ddo/MetaData.ts:339](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L339) -___ +--- ### main @@ -52,7 +52,7 @@ ___ [src/ddo/MetaData.ts:338](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L338) -___ +--- ### userId diff --git a/docs/api-reference/interfaces/MetaDataMain.md b/docs/api-reference/interfaces/MetaDataMain.md index 8c15f23ac..881f8bb1d 100644 --- a/docs/api-reference/interfaces/MetaDataMain.md +++ b/docs/api-reference/interfaces/MetaDataMain.md @@ -36,7 +36,7 @@ https://github.com/nevermined-io/docs/blob/master/docs/architecture/specs/metada [src/ddo/MetaData.ts:190](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L190) -___ +--- ### author @@ -47,14 +47,14 @@ Name of the entity generating this data (e.g. Tfl, Disney Corp, etc.). **`Example`** ```ts -"Met Office" +'Met Office' ``` #### Defined in [src/ddo/MetaData.ts:172](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L172) -___ +--- ### dateCreated @@ -66,14 +66,14 @@ ISO 8601 format, Coordinated Universal Time. **`Example`** ```ts -"2019-01-31T08:38:32Z" +'2019-01-31T08:38:32Z' ``` #### Defined in [src/ddo/MetaData.ts:158](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L158) -___ +--- ### datePublished @@ -86,14 +86,14 @@ so this value can't be set. **`Example`** ```ts -"2019-01-31T08:38:32Z" +'2019-01-31T08:38:32Z' ``` #### Defined in [src/ddo/MetaData.ts:166](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L166) -___ +--- ### encryptedService @@ -103,7 +103,7 @@ ___ [src/ddo/MetaData.ts:186](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L186) -___ +--- ### ercType @@ -113,7 +113,7 @@ ___ [src/ddo/MetaData.ts:194](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L194) -___ +--- ### files @@ -125,7 +125,7 @@ Array of File objects including the encrypted file urls and some additional info [src/ddo/MetaData.ts:184](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L184) -___ +--- ### license @@ -137,14 +137,14 @@ If it's not specified, the following value will be added: "No License Specified" **`Example`** ```ts -"CC-BY" +'CC-BY' ``` #### Defined in [src/ddo/MetaData.ts:179](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L179) -___ +--- ### name @@ -155,14 +155,14 @@ Descriptive name of the Asset. **`Example`** ```ts -"UK Weather information 2011" +'UK Weather information 2011' ``` #### Defined in [src/ddo/MetaData.ts:144](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L144) -___ +--- ### nftType @@ -172,7 +172,7 @@ ___ [src/ddo/MetaData.ts:196](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L196) -___ +--- ### service @@ -182,11 +182,11 @@ ___ [src/ddo/MetaData.ts:192](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L192) -___ +--- ### type -• **type**: ``"dataset"`` \| ``"compute"`` \| ``"workflow"`` \| ``"algorithm"`` +• **type**: `"dataset"` \| `"compute"` \| `"workflow"` \| `"algorithm"` Type of the Asset. Helps to filter by the type of asset, initially ("dataset", "algorithm", "compute", "workflow", "compute", "other"). @@ -194,14 +194,14 @@ initially ("dataset", "algorithm", "compute", "workflow", "compute", "other"). **`Example`** ```ts -"dataset" +'dataset' ``` #### Defined in [src/ddo/MetaData.ts:151](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L151) -___ +--- ### workflow diff --git a/docs/api-reference/interfaces/NewBookmark.md b/docs/api-reference/interfaces/NewBookmark.md index 02b52e91c..a132aa8a5 100644 --- a/docs/api-reference/interfaces/NewBookmark.md +++ b/docs/api-reference/interfaces/NewBookmark.md @@ -26,7 +26,7 @@ [src/bookmarks/Bookmarks.interfaces.ts:4](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/bookmarks/Bookmarks.interfaces.ts#L4) -___ +--- ### did @@ -36,7 +36,7 @@ ___ [src/bookmarks/Bookmarks.interfaces.ts:2](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/bookmarks/Bookmarks.interfaces.ts#L2) -___ +--- ### userId diff --git a/docs/api-reference/interfaces/NewPermission.md b/docs/api-reference/interfaces/NewPermission.md index e312ddf20..1a5ad53f8 100644 --- a/docs/api-reference/interfaces/NewPermission.md +++ b/docs/api-reference/interfaces/NewPermission.md @@ -27,7 +27,7 @@ [src/permissions/Permissions.interfaces.ts:12](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/permissions/Permissions.interfaces.ts#L12) -___ +--- ### issuer @@ -37,7 +37,7 @@ ___ [src/permissions/Permissions.interfaces.ts:11](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/permissions/Permissions.interfaces.ts#L11) -___ +--- ### type @@ -47,7 +47,7 @@ ___ [src/permissions/Permissions.interfaces.ts:10](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/permissions/Permissions.interfaces.ts#L10) -___ +--- ### userId diff --git a/docs/api-reference/interfaces/NewProfile.md b/docs/api-reference/interfaces/NewProfile.md index c0d69227e..9705ac330 100644 --- a/docs/api-reference/interfaces/NewProfile.md +++ b/docs/api-reference/interfaces/NewProfile.md @@ -30,7 +30,7 @@ [src/profiles/Profiles.interfaces.ts:14](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/profiles/Profiles.interfaces.ts#L14) -___ +--- ### addresses @@ -40,7 +40,7 @@ ___ [src/profiles/Profiles.interfaces.ts:10](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/profiles/Profiles.interfaces.ts#L10) -___ +--- ### email @@ -50,7 +50,7 @@ ___ [src/profiles/Profiles.interfaces.ts:13](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/profiles/Profiles.interfaces.ts#L13) -___ +--- ### isListed @@ -60,7 +60,7 @@ ___ [src/profiles/Profiles.interfaces.ts:8](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/profiles/Profiles.interfaces.ts#L8) -___ +--- ### name @@ -70,7 +70,7 @@ ___ [src/profiles/Profiles.interfaces.ts:12](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/profiles/Profiles.interfaces.ts#L12) -___ +--- ### nickname @@ -80,7 +80,7 @@ ___ [src/profiles/Profiles.interfaces.ts:11](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/profiles/Profiles.interfaces.ts#L11) -___ +--- ### state diff --git a/docs/api-reference/interfaces/Permission.md b/docs/api-reference/interfaces/Permission.md index c60c2f801..c0b32a70b 100644 --- a/docs/api-reference/interfaces/Permission.md +++ b/docs/api-reference/interfaces/Permission.md @@ -33,7 +33,7 @@ [src/permissions/Permissions.interfaces.ts:12](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/permissions/Permissions.interfaces.ts#L12) -___ +--- ### id @@ -43,7 +43,7 @@ ___ [src/permissions/Permissions.interfaces.ts:16](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/permissions/Permissions.interfaces.ts#L16) -___ +--- ### issuanceDate @@ -53,7 +53,7 @@ ___ [src/permissions/Permissions.interfaces.ts:17](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/permissions/Permissions.interfaces.ts#L17) -___ +--- ### issuer @@ -67,7 +67,7 @@ ___ [src/permissions/Permissions.interfaces.ts:11](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/permissions/Permissions.interfaces.ts#L11) -___ +--- ### type @@ -81,7 +81,7 @@ ___ [src/permissions/Permissions.interfaces.ts:10](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/permissions/Permissions.interfaces.ts#L10) -___ +--- ### userId diff --git a/docs/api-reference/interfaces/PlatformKeeperTech.md b/docs/api-reference/interfaces/PlatformKeeperTech.md index 463f23efb..245ed3340 100644 --- a/docs/api-reference/interfaces/PlatformKeeperTech.md +++ b/docs/api-reference/interfaces/PlatformKeeperTech.md @@ -35,7 +35,7 @@ [src/nevermined/Versions.ts:15](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Versions.ts#L15) -___ +--- ### contracts @@ -49,7 +49,7 @@ ___ [src/nevermined/Versions.ts:22](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Versions.ts#L22) -___ +--- ### keeperVersion @@ -59,7 +59,7 @@ ___ [src/nevermined/Versions.ts:21](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Versions.ts#L21) -___ +--- ### name @@ -73,7 +73,7 @@ ___ [src/nevermined/Versions.ts:13](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Versions.ts#L13) -___ +--- ### network @@ -83,7 +83,7 @@ ___ [src/nevermined/Versions.ts:20](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Versions.ts#L20) -___ +--- ### providerAddress @@ -93,7 +93,7 @@ ___ [src/nevermined/Versions.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Versions.ts#L23) -___ +--- ### status @@ -107,7 +107,7 @@ ___ [src/nevermined/Versions.ts:16](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Versions.ts#L16) -___ +--- ### version diff --git a/docs/api-reference/interfaces/PlatformTech.md b/docs/api-reference/interfaces/PlatformTech.md index 9be23b018..92eb0bef7 100644 --- a/docs/api-reference/interfaces/PlatformTech.md +++ b/docs/api-reference/interfaces/PlatformTech.md @@ -27,7 +27,7 @@ [src/nevermined/Versions.ts:15](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Versions.ts#L15) -___ +--- ### name @@ -37,7 +37,7 @@ ___ [src/nevermined/Versions.ts:13](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Versions.ts#L13) -___ +--- ### status @@ -47,7 +47,7 @@ ___ [src/nevermined/Versions.ts:16](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Versions.ts#L16) -___ +--- ### version diff --git a/docs/api-reference/interfaces/PlatformVersions.md b/docs/api-reference/interfaces/PlatformVersions.md index 3c056122b..9a55df46f 100644 --- a/docs/api-reference/interfaces/PlatformVersions.md +++ b/docs/api-reference/interfaces/PlatformVersions.md @@ -21,7 +21,7 @@ [src/nevermined/Versions.ts:29](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Versions.ts#L29) -___ +--- ### metadata @@ -31,7 +31,7 @@ ___ [src/nevermined/Versions.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Versions.ts#L28) -___ +--- ### sdk @@ -41,7 +41,7 @@ ___ [src/nevermined/Versions.ts:27](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/nevermined/Versions.ts#L27) -___ +--- ### status @@ -49,11 +49,11 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---------- | :-------- | | `contracts` | `boolean` | -| `network` | `boolean` | -| `ok` | `boolean` | +| `network` | `boolean` | +| `ok` | `boolean` | #### Defined in diff --git a/docs/api-reference/interfaces/Profile.md b/docs/api-reference/interfaces/Profile.md index 3c76e49eb..01a3930b9 100644 --- a/docs/api-reference/interfaces/Profile.md +++ b/docs/api-reference/interfaces/Profile.md @@ -37,7 +37,7 @@ [src/profiles/Profiles.interfaces.ts:14](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/profiles/Profiles.interfaces.ts#L14) -___ +--- ### addresses @@ -51,7 +51,7 @@ ___ [src/profiles/Profiles.interfaces.ts:10](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/profiles/Profiles.interfaces.ts#L10) -___ +--- ### creationDate @@ -61,7 +61,7 @@ ___ [src/profiles/Profiles.interfaces.ts:19](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/profiles/Profiles.interfaces.ts#L19) -___ +--- ### email @@ -75,7 +75,7 @@ ___ [src/profiles/Profiles.interfaces.ts:13](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/profiles/Profiles.interfaces.ts#L13) -___ +--- ### isListed @@ -89,7 +89,7 @@ ___ [src/profiles/Profiles.interfaces.ts:8](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/profiles/Profiles.interfaces.ts#L8) -___ +--- ### name @@ -103,7 +103,7 @@ ___ [src/profiles/Profiles.interfaces.ts:12](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/profiles/Profiles.interfaces.ts#L12) -___ +--- ### nickname @@ -117,7 +117,7 @@ ___ [src/profiles/Profiles.interfaces.ts:11](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/profiles/Profiles.interfaces.ts#L11) -___ +--- ### state @@ -131,7 +131,7 @@ ___ [src/profiles/Profiles.interfaces.ts:9](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/profiles/Profiles.interfaces.ts#L9) -___ +--- ### updateDate @@ -141,7 +141,7 @@ ___ [src/profiles/Profiles.interfaces.ts:20](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/profiles/Profiles.interfaces.ts#L20) -___ +--- ### userId diff --git a/docs/api-reference/interfaces/ProvenanceRegistry.md b/docs/api-reference/interfaces/ProvenanceRegistry.md index 9ca7da0eb..f0283491f 100644 --- a/docs/api-reference/interfaces/ProvenanceRegistry.md +++ b/docs/api-reference/interfaces/ProvenanceRegistry.md @@ -26,7 +26,7 @@ [src/keeper.ts:27](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper.ts#L27) -___ +--- ### agentId @@ -36,7 +36,7 @@ ___ [src/keeper.ts:26](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper.ts#L26) -___ +--- ### agentInvolvedId @@ -46,7 +46,7 @@ ___ [src/keeper.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper.ts#L28) -___ +--- ### blockNumberUpdated @@ -56,7 +56,7 @@ ___ [src/keeper.ts:31](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper.ts#L31) -___ +--- ### createdBy @@ -66,7 +66,7 @@ ___ [src/keeper.ts:30](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper.ts#L30) -___ +--- ### did @@ -76,7 +76,7 @@ ___ [src/keeper.ts:24](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper.ts#L24) -___ +--- ### method @@ -86,7 +86,7 @@ ___ [src/keeper.ts:29](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper.ts#L29) -___ +--- ### relatedDid @@ -96,7 +96,7 @@ ___ [src/keeper.ts:25](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper.ts#L25) -___ +--- ### signatureDelegate diff --git a/docs/api-reference/interfaces/SearchQuery.md b/docs/api-reference/interfaces/SearchQuery.md index d3afd9525..74016dc51 100644 --- a/docs/api-reference/interfaces/SearchQuery.md +++ b/docs/api-reference/interfaces/SearchQuery.md @@ -10,7 +10,7 @@ - [offset](SearchQuery.md#offset) - [page](SearchQuery.md#page) - [query](SearchQuery.md#query) -- [show\_unlisted](SearchQuery.md#show_unlisted) +- [show_unlisted](SearchQuery.md#show_unlisted) - [sort](SearchQuery.md#sort) - [text](SearchQuery.md#text) @@ -24,7 +24,7 @@ [src/common/interfaces.ts:20](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/common/interfaces.ts#L20) -___ +--- ### offset @@ -34,7 +34,7 @@ ___ [src/common/interfaces.ts:14](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/common/interfaces.ts#L14) -___ +--- ### page @@ -44,7 +44,7 @@ ___ [src/common/interfaces.ts:15](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/common/interfaces.ts#L15) -___ +--- ### query @@ -54,17 +54,17 @@ ___ [src/common/interfaces.ts:17](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/common/interfaces.ts#L17) -___ +--- -### show\_unlisted +### show_unlisted -• `Optional` **show\_unlisted**: `boolean` +• `Optional` **show_unlisted**: `boolean` #### Defined in [src/common/interfaces.ts:19](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/common/interfaces.ts#L19) -___ +--- ### sort @@ -74,7 +74,7 @@ ___ [src/common/interfaces.ts:18](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/common/interfaces.ts#L18) -___ +--- ### text diff --git a/docs/api-reference/interfaces/Service.md b/docs/api-reference/interfaces/Service.md index f4270da2b..7a850217f 100644 --- a/docs/api-reference/interfaces/Service.md +++ b/docs/api-reference/interfaces/Service.md @@ -20,7 +20,7 @@ [src/ddo/MetaData.ts:69](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L69) -___ +--- ### spec @@ -30,7 +30,7 @@ ___ [src/ddo/MetaData.ts:67](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L67) -___ +--- ### specChecksum diff --git a/docs/api-reference/interfaces/ServiceDefinition.md b/docs/api-reference/interfaces/ServiceDefinition.md index ed6470cf4..53aff2683 100644 --- a/docs/api-reference/interfaces/ServiceDefinition.md +++ b/docs/api-reference/interfaces/ServiceDefinition.md @@ -17,18 +17,18 @@ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---------- | :------- | | `password?` | `string` | -| `token?` | `string` | -| `type` | `string` | -| `user?` | `string` | +| `token?` | `string` | +| `type` | `string` | +| `user?` | `string` | #### Defined in [src/ddo/MetaData.ts:52](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L52) -___ +--- ### endpoints @@ -36,12 +36,12 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :--------- | | `contentTypes` | `string`[] | -| `index` | `number` | -| `method` | `string` | -| `url` | `string` | +| `index` | `number` | +| `method` | `string` | +| `url` | `string` | #### Defined in diff --git a/docs/api-reference/interfaces/Stage.md b/docs/api-reference/interfaces/Stage.md index 8903b84f5..d29f5df2f 100644 --- a/docs/api-reference/interfaces/Stage.md +++ b/docs/api-reference/interfaces/Stage.md @@ -23,7 +23,7 @@ [src/ddo/MetaData.ts:27](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L27) -___ +--- ### input @@ -33,7 +33,7 @@ ___ [src/ddo/MetaData.ts:30](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L30) -___ +--- ### output @@ -43,7 +43,7 @@ ___ [src/ddo/MetaData.ts:32](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L32) -___ +--- ### requirements @@ -53,7 +53,7 @@ ___ [src/ddo/MetaData.ts:29](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L29) -___ +--- ### stageType @@ -63,7 +63,7 @@ ___ [src/ddo/MetaData.ts:28](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L28) -___ +--- ### transformation diff --git a/docs/api-reference/interfaces/StageInput.md b/docs/api-reference/interfaces/StageInput.md index befde06e1..049720eea 100644 --- a/docs/api-reference/interfaces/StageInput.md +++ b/docs/api-reference/interfaces/StageInput.md @@ -19,7 +19,7 @@ [src/ddo/MetaData.ts:13](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L13) -___ +--- ### index diff --git a/docs/api-reference/interfaces/StageOutput.md b/docs/api-reference/interfaces/StageOutput.md index e8b6da0a6..d492dae70 100644 --- a/docs/api-reference/interfaces/StageOutput.md +++ b/docs/api-reference/interfaces/StageOutput.md @@ -20,7 +20,7 @@ [src/ddo/MetaData.ts:22](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L22) -___ +--- ### metadata @@ -30,7 +30,7 @@ ___ [src/ddo/MetaData.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/ddo/MetaData.ts#L23) -___ +--- ### metadataUrl diff --git a/docs/api-reference/interfaces/StageRequirements.md b/docs/api-reference/interfaces/StageRequirements.md index 6a3d89951..18892eac7 100644 --- a/docs/api-reference/interfaces/StageRequirements.md +++ b/docs/api-reference/interfaces/StageRequirements.md @@ -16,11 +16,11 @@ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :--------- | :------- | | `checksum` | `string` | -| `image` | `string` | -| `tag` | `string` | +| `image` | `string` | +| `tag` | `string` | #### Defined in diff --git a/docs/api-reference/interfaces/conditions.ConditionContext.md b/docs/api-reference/interfaces/conditions.ConditionContext.md index 55d42adf0..283ca0ea7 100644 --- a/docs/api-reference/interfaces/conditions.ConditionContext.md +++ b/docs/api-reference/interfaces/conditions.ConditionContext.md @@ -23,7 +23,7 @@ [src/keeper/contracts/conditions/Condition.abstract.ts:23](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L23) -___ +--- ### ddo @@ -33,7 +33,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:20](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L20) -___ +--- ### rewards @@ -43,7 +43,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:22](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L22) -___ +--- ### service diff --git a/docs/api-reference/interfaces/conditions.ConditionInstance.md b/docs/api-reference/interfaces/conditions.ConditionInstance.md index 7ae1eb362..117770cc7 100644 --- a/docs/api-reference/interfaces/conditions.ConditionInstance.md +++ b/docs/api-reference/interfaces/conditions.ConditionInstance.md @@ -6,7 +6,7 @@ ## Type parameters -| Name | +| Name | | :------ | | `Extra` | @@ -41,7 +41,7 @@ [src/keeper/contracts/conditions/Condition.abstract.ts:35](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L35) -___ +--- ### condition @@ -55,7 +55,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:36](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L36) -___ +--- ### id @@ -69,7 +69,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:34](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L34) -___ +--- ### list @@ -83,7 +83,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:32](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L32) -___ +--- ### params @@ -95,10 +95,10 @@ ___ ##### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------------------------------------------------ | | `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | -| `arg` | `Extra` | +| `arg` | `Extra` | ##### Returns @@ -108,7 +108,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:40](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L40) -___ +--- ### seed diff --git a/docs/api-reference/interfaces/conditions.ConditionInstanceSmall.md b/docs/api-reference/interfaces/conditions.ConditionInstanceSmall.md index f1adfd819..fbcafe966 100644 --- a/docs/api-reference/interfaces/conditions.ConditionInstanceSmall.md +++ b/docs/api-reference/interfaces/conditions.ConditionInstanceSmall.md @@ -30,7 +30,7 @@ [src/keeper/contracts/conditions/Condition.abstract.ts:35](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L35) -___ +--- ### condition @@ -40,7 +40,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:36](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L36) -___ +--- ### id @@ -50,7 +50,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:34](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L34) -___ +--- ### list @@ -60,7 +60,7 @@ ___ [src/keeper/contracts/conditions/Condition.abstract.ts:32](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L32) -___ +--- ### seed diff --git a/docs/api-reference/interfaces/conditions.ConditionParameters.md b/docs/api-reference/interfaces/conditions.ConditionParameters.md index 316a87e48..33f0b6580 100644 --- a/docs/api-reference/interfaces/conditions.ConditionParameters.md +++ b/docs/api-reference/interfaces/conditions.ConditionParameters.md @@ -6,7 +6,7 @@ ## Type parameters -| Name | +| Name | | :------ | | `Extra` | @@ -27,7 +27,7 @@ [src/keeper/contracts/conditions/Condition.abstract.ts:27](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/conditions/Condition.abstract.ts#L27) -___ +--- ### params @@ -39,10 +39,10 @@ ___ ##### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------- | :------------------------------------------------------------ | | `method` | [`ConditionMethod`](../modules/conditions.md#conditionmethod) | -| `arg` | `Extra` | +| `arg` | `Extra` | ##### Returns diff --git a/docs/api-reference/interfaces/events.EventEmitter.md b/docs/api-reference/interfaces/events.EventEmitter.md index a1ac17bba..b10c22bfd 100644 --- a/docs/api-reference/interfaces/events.EventEmitter.md +++ b/docs/api-reference/interfaces/events.EventEmitter.md @@ -23,10 +23,10 @@ ##### Parameters -| Name | Type | -| :------ | :------ | -| `callback` | () => `Promise`<`void`\> | -| `arg1` | () => `Promise`<`number`\> | +| Name | Type | +| :--------- | :------------------------- | +| `callback` | () => `Promise`<`void`\> | +| `arg1` | () => `Promise`<`number`\> | ##### Returns @@ -36,7 +36,7 @@ [src/events/NeverminedEvent.ts:18](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/NeverminedEvent.ts#L18) -___ +--- ### unsubscribe @@ -48,8 +48,8 @@ ___ ##### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :----------------------- | | `arg0` | () => `Promise`<`void`\> | ##### Returns diff --git a/docs/api-reference/interfaces/events.EventOptions.md b/docs/api-reference/interfaces/events.EventOptions.md index d7abf14cc..89cc110c3 100644 --- a/docs/api-reference/interfaces/events.EventOptions.md +++ b/docs/api-reference/interfaces/events.EventOptions.md @@ -26,7 +26,7 @@ [src/events/NeverminedEvent.ts:9](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/NeverminedEvent.ts#L9) -___ +--- ### filterJsonRpc @@ -36,7 +36,7 @@ ___ [src/events/NeverminedEvent.ts:10](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/NeverminedEvent.ts#L10) -___ +--- ### filterSubgraph @@ -46,7 +46,7 @@ ___ [src/events/NeverminedEvent.ts:11](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/NeverminedEvent.ts#L11) -___ +--- ### fromBlock @@ -56,7 +56,7 @@ ___ [src/events/NeverminedEvent.ts:13](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/NeverminedEvent.ts#L13) -___ +--- ### methodName @@ -66,7 +66,7 @@ ___ [src/events/NeverminedEvent.ts:8](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/NeverminedEvent.ts#L8) -___ +--- ### result @@ -76,7 +76,7 @@ ___ [src/events/NeverminedEvent.ts:12](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/events/NeverminedEvent.ts#L12) -___ +--- ### toBlock diff --git a/docs/api-reference/interfaces/templates.AgreementConditionsStatus.md b/docs/api-reference/interfaces/templates.AgreementConditionsStatus.md index ec9897abe..1076fdc4a 100644 --- a/docs/api-reference/interfaces/templates.AgreementConditionsStatus.md +++ b/docs/api-reference/interfaces/templates.AgreementConditionsStatus.md @@ -6,4 +6,4 @@ ## Indexable -▪ [condition: `string`]: { `blocked`: `boolean` ; `blockedBy`: `string`[] ; `condition`: `string` ; `contractName`: `string` ; `state`: [`ConditionState`](../enums/ConditionState.md) } +▪ [condition: `string`]: { `blocked`: `boolean` ; `blockedBy`: `string`[] ; `condition`: `string` ; `contractName`: `string` ; `state`: [`ConditionState`](../enums/ConditionState.md) } diff --git a/docs/api-reference/interfaces/templates.AgreementInstance.md b/docs/api-reference/interfaces/templates.AgreementInstance.md index fdb39a54e..e88006b6c 100644 --- a/docs/api-reference/interfaces/templates.AgreementInstance.md +++ b/docs/api-reference/interfaces/templates.AgreementInstance.md @@ -6,8 +6,8 @@ ## Type parameters -| Name | -| :------ | +| Name | +| :------- | | `Params` | ## Table of contents @@ -28,7 +28,7 @@ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:50](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L50) -___ +--- ### instances @@ -38,7 +38,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:51](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L51) -___ +--- ### list diff --git a/docs/api-reference/interfaces/templates.PaymentData.md b/docs/api-reference/interfaces/templates.PaymentData.md index c528c7fc4..7f7d42d01 100644 --- a/docs/api-reference/interfaces/templates.PaymentData.md +++ b/docs/api-reference/interfaces/templates.PaymentData.md @@ -23,7 +23,7 @@ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:57](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L57) -___ +--- ### receivers @@ -33,7 +33,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:58](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L58) -___ +--- ### rewardAddress @@ -43,7 +43,7 @@ ___ [src/keeper/contracts/templates/AgreementTemplate.abstract.ts:55](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/keeper/contracts/templates/AgreementTemplate.abstract.ts#L55) -___ +--- ### tokenAddress diff --git a/docs/api-reference/modules/conditions.md b/docs/api-reference/modules/conditions.md index dfb84871a..e4c73ed01 100644 --- a/docs/api-reference/modules/conditions.md +++ b/docs/api-reference/modules/conditions.md @@ -53,7 +53,7 @@ Re-exports [Condition](../classes/Condition.md) -___ +--- ### ConditionState @@ -63,7 +63,7 @@ Re-exports [ConditionState](../enums/ConditionState.md) ### ConditionMethod -Ƭ **ConditionMethod**: ``"fulfill"`` \| ``"fulfillForDelegate"`` +Ƭ **ConditionMethod**: `"fulfill"` \| `"fulfillForDelegate"` #### Defined in diff --git a/docs/api-reference/modules/subgraphs.AaveBorrowCondition.md b/docs/api-reference/modules/subgraphs.AaveBorrowCondition.md index e04cdca4b..b825771f8 100644 --- a/docs/api-reference/modules/subgraphs.AaveBorrowCondition.md +++ b/docs/api-reference/modules/subgraphs.AaveBorrowCondition.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.AaveBorrowCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.AaveBorrowCondition.md#fulfilledresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveBorrowCondition.d.ts:60 -___ +--- ### FulfilledFields @@ -56,18 +56,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | ``true`` | -| `_conditionId` | ``true`` | -| `_did` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------- | :----- | +| `_agreementId` | `true` | +| `_conditionId` | `true` | +| `_did` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveBorrowCondition.d.ts:54 -___ +--- ### FulfilledFilter @@ -75,40 +75,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_conditionId?` | `string` \| ``null`` | -| `_conditionId_contains?` | `string` \| ``null`` | -| `_conditionId_in?` | `string`[] | -| `_conditionId_not?` | `string` \| ``null`` | -| `_conditionId_not_contains?` | `string` \| ``null`` | -| `_conditionId_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------- | :----------------- | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_conditionId?` | `string` \| `null` | +| `_conditionId_contains?` | `string` \| `null` | +| `_conditionId_in?` | `string`[] | +| `_conditionId_not?` | `string` \| `null` | +| `_conditionId_not_contains?` | `string` \| `null` | +| `_conditionId_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveBorrowCondition.d.ts:20 -___ +--- ### FulfilledResult @@ -116,18 +116,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `_agreementId` | `string` | | `_conditionId` | `string` | -| `_did` | `string` | -| `id` | `string` | +| `_did` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveBorrowCondition.d.ts:48 -___ +--- ### InitializedArgs @@ -135,15 +135,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AaveBorrowCondition.md#initializedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AaveBorrowCondition.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveBorrowCondition.d.ts:91 -___ +--- ### InitializedFields @@ -151,16 +151,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveBorrowCondition.d.ts:87 -___ +--- ### InitializedFilter @@ -168,30 +168,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveBorrowCondition.d.ts:65 -___ +--- ### InitializedResult @@ -199,16 +199,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveBorrowCondition.d.ts:83 -___ +--- ### MultiQueryOptions @@ -217,25 +217,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveBorrowCondition.d.ts:9 -___ +--- ### OwnershipTransferredArgs @@ -243,15 +243,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveBorrowCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveBorrowCondition.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveBorrowCondition.d.ts:128 -___ +--- ### OwnershipTransferredFields @@ -259,17 +259,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveBorrowCondition.d.ts:123 -___ +--- ### OwnershipTransferredFilter @@ -277,34 +277,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveBorrowCondition.d.ts:96 -___ +--- ### OwnershipTransferredResult @@ -312,17 +312,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveBorrowCondition.d.ts:118 -___ +--- ### SingleQueryOptions @@ -330,10 +330,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -347,17 +347,17 @@ node_modules/@nevermined-io/subgraphs/build/AaveBorrowCondition.d.ts:1 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.AaveBorrowCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.AaveBorrowCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.AaveBorrowCondition.md#singlequeryoptions) | -| `args` | [`FulfilledArgs`](subgraphs.AaveBorrowCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.AaveBorrowCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -367,7 +367,7 @@ node_modules/@nevermined-io/subgraphs/build/AaveBorrowCondition.d.ts:1 node_modules/@nevermined-io/subgraphs/build/AaveBorrowCondition.d.ts:63 -___ +--- ### getFulfilleds @@ -375,17 +375,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.AaveBorrowCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.AaveBorrowCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AaveBorrowCondition.md#multiqueryoptions)<[`FulfilledFilter`](subgraphs.AaveBorrowCondition.md#fulfilledfilter), [`FulfilledResult`](subgraphs.AaveBorrowCondition.md#fulfilledresult)\> | -| `args` | [`FulfilledArgs`](subgraphs.AaveBorrowCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.AaveBorrowCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -395,7 +395,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AaveBorrowCondition.d.ts:64 -___ +--- ### getInitializedById @@ -403,17 +403,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AaveBorrowCondition.md#initializedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AaveBorrowCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.AaveBorrowCondition.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.AaveBorrowCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.AaveBorrowCondition.md#initializedargs)<`K`\> | #### Returns @@ -423,7 +423,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AaveBorrowCondition.d.ts:94 -___ +--- ### getInitializeds @@ -431,17 +431,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AaveBorrowCondition.md#initializedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AaveBorrowCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AaveBorrowCondition.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.AaveBorrowCondition.md#initializedfilter), [`InitializedResult`](subgraphs.AaveBorrowCondition.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.AaveBorrowCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.AaveBorrowCondition.md#initializedargs)<`K`\> | #### Returns @@ -451,7 +451,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AaveBorrowCondition.d.ts:95 -___ +--- ### getOwnershipTransferredById @@ -459,17 +459,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveBorrowCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveBorrowCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.AaveBorrowCondition.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.AaveBorrowCondition.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.AaveBorrowCondition.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.AaveBorrowCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -479,7 +479,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AaveBorrowCondition.d.ts:131 -___ +--- ### getOwnershipTransferreds @@ -487,17 +487,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveBorrowCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveBorrowCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AaveBorrowCondition.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.AaveBorrowCondition.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.AaveBorrowCondition.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.AaveBorrowCondition.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.AaveBorrowCondition.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.AaveCollateralDepositCondition.md b/docs/api-reference/modules/subgraphs.AaveCollateralDepositCondition.md index d985b6f31..96d811df8 100644 --- a/docs/api-reference/modules/subgraphs.AaveCollateralDepositCondition.md +++ b/docs/api-reference/modules/subgraphs.AaveCollateralDepositCondition.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.AaveCollateralDepositCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.AaveCollateralDepositCondition.md#fulfilledresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralDepositCondition.d.ts:60 -___ +--- ### FulfilledFields @@ -56,18 +56,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | ``true`` | -| `_conditionId` | ``true`` | -| `_did` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------- | :----- | +| `_agreementId` | `true` | +| `_conditionId` | `true` | +| `_did` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralDepositCondition.d.ts:54 -___ +--- ### FulfilledFilter @@ -75,40 +75,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_conditionId?` | `string` \| ``null`` | -| `_conditionId_contains?` | `string` \| ``null`` | -| `_conditionId_in?` | `string`[] | -| `_conditionId_not?` | `string` \| ``null`` | -| `_conditionId_not_contains?` | `string` \| ``null`` | -| `_conditionId_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------- | :----------------- | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_conditionId?` | `string` \| `null` | +| `_conditionId_contains?` | `string` \| `null` | +| `_conditionId_in?` | `string`[] | +| `_conditionId_not?` | `string` \| `null` | +| `_conditionId_not_contains?` | `string` \| `null` | +| `_conditionId_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralDepositCondition.d.ts:20 -___ +--- ### FulfilledResult @@ -116,18 +116,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `_agreementId` | `string` | | `_conditionId` | `string` | -| `_did` | `string` | -| `id` | `string` | +| `_did` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralDepositCondition.d.ts:48 -___ +--- ### InitializedArgs @@ -135,15 +135,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AaveCollateralDepositCondition.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AaveCollateralDepositCondition.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralDepositCondition.d.ts:91 -___ +--- ### InitializedFields @@ -151,16 +151,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralDepositCondition.d.ts:87 -___ +--- ### InitializedFilter @@ -168,30 +168,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralDepositCondition.d.ts:65 -___ +--- ### InitializedResult @@ -199,16 +199,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralDepositCondition.d.ts:83 -___ +--- ### MultiQueryOptions @@ -217,25 +217,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralDepositCondition.d.ts:9 -___ +--- ### OwnershipTransferredArgs @@ -243,15 +243,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveCollateralDepositCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveCollateralDepositCondition.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralDepositCondition.d.ts:128 -___ +--- ### OwnershipTransferredFields @@ -259,17 +259,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralDepositCondition.d.ts:123 -___ +--- ### OwnershipTransferredFilter @@ -277,34 +277,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralDepositCondition.d.ts:96 -___ +--- ### OwnershipTransferredResult @@ -312,17 +312,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralDepositCondition.d.ts:118 -___ +--- ### SingleQueryOptions @@ -330,10 +330,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -347,17 +347,17 @@ node_modules/@nevermined-io/subgraphs/build/AaveCollateralDepositCondition.d.ts: #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.AaveCollateralDepositCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.AaveCollateralDepositCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.AaveCollateralDepositCondition.md#singlequeryoptions) | -| `args` | [`FulfilledArgs`](subgraphs.AaveCollateralDepositCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.AaveCollateralDepositCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -367,7 +367,7 @@ node_modules/@nevermined-io/subgraphs/build/AaveCollateralDepositCondition.d.ts: node_modules/@nevermined-io/subgraphs/build/AaveCollateralDepositCondition.d.ts:63 -___ +--- ### getFulfilleds @@ -375,17 +375,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.AaveCollateralDepositCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.AaveCollateralDepositCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AaveCollateralDepositCondition.md#multiqueryoptions)<[`FulfilledFilter`](subgraphs.AaveCollateralDepositCondition.md#fulfilledfilter), [`FulfilledResult`](subgraphs.AaveCollateralDepositCondition.md#fulfilledresult)\> | -| `args` | [`FulfilledArgs`](subgraphs.AaveCollateralDepositCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.AaveCollateralDepositCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -395,7 +395,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AaveCollateralDepositCondition.d.ts:64 -___ +--- ### getInitializedById @@ -403,17 +403,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AaveCollateralDepositCondition.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AaveCollateralDepositCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.AaveCollateralDepositCondition.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.AaveCollateralDepositCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.AaveCollateralDepositCondition.md#initializedargs)<`K`\> | #### Returns @@ -423,7 +423,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AaveCollateralDepositCondition.d.ts:94 -___ +--- ### getInitializeds @@ -431,17 +431,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AaveCollateralDepositCondition.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AaveCollateralDepositCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AaveCollateralDepositCondition.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.AaveCollateralDepositCondition.md#initializedfilter), [`InitializedResult`](subgraphs.AaveCollateralDepositCondition.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.AaveCollateralDepositCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.AaveCollateralDepositCondition.md#initializedargs)<`K`\> | #### Returns @@ -451,7 +451,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AaveCollateralDepositCondition.d.ts:95 -___ +--- ### getOwnershipTransferredById @@ -459,17 +459,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveCollateralDepositCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveCollateralDepositCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.AaveCollateralDepositCondition.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.AaveCollateralDepositCondition.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.AaveCollateralDepositCondition.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.AaveCollateralDepositCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -479,7 +479,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AaveCollateralDepositCondition.d.ts:131 -___ +--- ### getOwnershipTransferreds @@ -487,17 +487,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveCollateralDepositCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveCollateralDepositCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AaveCollateralDepositCondition.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.AaveCollateralDepositCondition.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.AaveCollateralDepositCondition.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.AaveCollateralDepositCondition.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.AaveCollateralDepositCondition.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.AaveCollateralWithdrawCondition.md b/docs/api-reference/modules/subgraphs.AaveCollateralWithdrawCondition.md index 0e661829d..f49a1a056 100644 --- a/docs/api-reference/modules/subgraphs.AaveCollateralWithdrawCondition.md +++ b/docs/api-reference/modules/subgraphs.AaveCollateralWithdrawCondition.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.AaveCollateralWithdrawCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.AaveCollateralWithdrawCondition.md#fulfilledresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralWithdrawCondition.d.ts:60 -___ +--- ### FulfilledFields @@ -56,18 +56,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | ``true`` | -| `_conditionId` | ``true`` | -| `_did` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------- | :----- | +| `_agreementId` | `true` | +| `_conditionId` | `true` | +| `_did` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralWithdrawCondition.d.ts:54 -___ +--- ### FulfilledFilter @@ -75,40 +75,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_conditionId?` | `string` \| ``null`` | -| `_conditionId_contains?` | `string` \| ``null`` | -| `_conditionId_in?` | `string`[] | -| `_conditionId_not?` | `string` \| ``null`` | -| `_conditionId_not_contains?` | `string` \| ``null`` | -| `_conditionId_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------- | :----------------- | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_conditionId?` | `string` \| `null` | +| `_conditionId_contains?` | `string` \| `null` | +| `_conditionId_in?` | `string`[] | +| `_conditionId_not?` | `string` \| `null` | +| `_conditionId_not_contains?` | `string` \| `null` | +| `_conditionId_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralWithdrawCondition.d.ts:20 -___ +--- ### FulfilledResult @@ -116,18 +116,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `_agreementId` | `string` | | `_conditionId` | `string` | -| `_did` | `string` | -| `id` | `string` | +| `_did` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralWithdrawCondition.d.ts:48 -___ +--- ### InitializedArgs @@ -135,15 +135,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AaveCollateralWithdrawCondition.md#initializedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AaveCollateralWithdrawCondition.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralWithdrawCondition.d.ts:91 -___ +--- ### InitializedFields @@ -151,16 +151,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralWithdrawCondition.d.ts:87 -___ +--- ### InitializedFilter @@ -168,30 +168,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralWithdrawCondition.d.ts:65 -___ +--- ### InitializedResult @@ -199,16 +199,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralWithdrawCondition.d.ts:83 -___ +--- ### MultiQueryOptions @@ -217,25 +217,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralWithdrawCondition.d.ts:9 -___ +--- ### OwnershipTransferredArgs @@ -243,15 +243,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveCollateralWithdrawCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveCollateralWithdrawCondition.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralWithdrawCondition.d.ts:128 -___ +--- ### OwnershipTransferredFields @@ -259,17 +259,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralWithdrawCondition.d.ts:123 -___ +--- ### OwnershipTransferredFilter @@ -277,34 +277,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralWithdrawCondition.d.ts:96 -___ +--- ### OwnershipTransferredResult @@ -312,17 +312,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCollateralWithdrawCondition.d.ts:118 -___ +--- ### SingleQueryOptions @@ -330,10 +330,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -347,17 +347,17 @@ node_modules/@nevermined-io/subgraphs/build/AaveCollateralWithdrawCondition.d.ts #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.AaveCollateralWithdrawCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.AaveCollateralWithdrawCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.AaveCollateralWithdrawCondition.md#singlequeryoptions) | -| `args` | [`FulfilledArgs`](subgraphs.AaveCollateralWithdrawCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.AaveCollateralWithdrawCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -367,7 +367,7 @@ node_modules/@nevermined-io/subgraphs/build/AaveCollateralWithdrawCondition.d.ts node_modules/@nevermined-io/subgraphs/build/AaveCollateralWithdrawCondition.d.ts:63 -___ +--- ### getFulfilleds @@ -375,17 +375,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.AaveCollateralWithdrawCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.AaveCollateralWithdrawCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AaveCollateralWithdrawCondition.md#multiqueryoptions)<[`FulfilledFilter`](subgraphs.AaveCollateralWithdrawCondition.md#fulfilledfilter), [`FulfilledResult`](subgraphs.AaveCollateralWithdrawCondition.md#fulfilledresult)\> | -| `args` | [`FulfilledArgs`](subgraphs.AaveCollateralWithdrawCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.AaveCollateralWithdrawCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -395,7 +395,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AaveCollateralWithdrawCondition.d.ts:64 -___ +--- ### getInitializedById @@ -403,17 +403,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AaveCollateralWithdrawCondition.md#initializedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AaveCollateralWithdrawCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.AaveCollateralWithdrawCondition.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.AaveCollateralWithdrawCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.AaveCollateralWithdrawCondition.md#initializedargs)<`K`\> | #### Returns @@ -423,7 +423,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AaveCollateralWithdrawCondition.d.ts:94 -___ +--- ### getInitializeds @@ -431,17 +431,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AaveCollateralWithdrawCondition.md#initializedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AaveCollateralWithdrawCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AaveCollateralWithdrawCondition.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.AaveCollateralWithdrawCondition.md#initializedfilter), [`InitializedResult`](subgraphs.AaveCollateralWithdrawCondition.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.AaveCollateralWithdrawCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.AaveCollateralWithdrawCondition.md#initializedargs)<`K`\> | #### Returns @@ -451,7 +451,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AaveCollateralWithdrawCondition.d.ts:95 -___ +--- ### getOwnershipTransferredById @@ -459,17 +459,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveCollateralWithdrawCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveCollateralWithdrawCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.AaveCollateralWithdrawCondition.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.AaveCollateralWithdrawCondition.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.AaveCollateralWithdrawCondition.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.AaveCollateralWithdrawCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -479,7 +479,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AaveCollateralWithdrawCondition.d.ts:131 -___ +--- ### getOwnershipTransferreds @@ -487,17 +487,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveCollateralWithdrawCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveCollateralWithdrawCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AaveCollateralWithdrawCondition.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.AaveCollateralWithdrawCondition.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.AaveCollateralWithdrawCondition.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.AaveCollateralWithdrawCondition.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.AaveCollateralWithdrawCondition.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.AaveCreditTemplate.md b/docs/api-reference/modules/subgraphs.AaveCreditTemplate.md index 7b8f60c79..b6f0768ab 100644 --- a/docs/api-reference/modules/subgraphs.AaveCreditTemplate.md +++ b/docs/api-reference/modules/subgraphs.AaveCreditTemplate.md @@ -46,15 +46,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.AaveCreditTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.AaveCreditTemplate.md#agreementcreatedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:117 -___ +--- ### AgreementCreatedFields @@ -62,25 +62,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | ``true`` | -| `_accessProvider` | ``true`` | -| `_agreementId` | ``true`` | -| `_conditionIdSeeds` | ``true`` | -| `_conditionIds` | ``true`` | -| `_creator` | ``true`` | -| `_did` | ``true`` | -| `_idSeed` | ``true`` | -| `_timeLocks` | ``true`` | -| `_timeOuts` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------------ | :----- | +| `_accessConsumer` | `true` | +| `_accessProvider` | `true` | +| `_agreementId` | `true` | +| `_conditionIdSeeds` | `true` | +| `_conditionIds` | `true` | +| `_creator` | `true` | +| `_did` | `true` | +| `_idSeed` | `true` | +| `_timeLocks` | `true` | +| `_timeOuts` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:104 -___ +--- ### AgreementCreatedFilter @@ -88,82 +88,82 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer?` | `string` \| ``null`` | -| `_accessConsumer_contains?` | `string` \| ``null`` | -| `_accessConsumer_in?` | `string`[] | -| `_accessConsumer_not?` | `string` \| ``null`` | -| `_accessConsumer_not_contains?` | `string` \| ``null`` | -| `_accessConsumer_not_in?` | `string`[] | -| `_accessProvider?` | `string` \| ``null`` | -| `_accessProvider_contains?` | `string` \| ``null`` | -| `_accessProvider_in?` | `string`[] | -| `_accessProvider_not?` | `string` \| ``null`` | -| `_accessProvider_not_contains?` | `string` \| ``null`` | -| `_accessProvider_not_in?` | `string`[] | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_conditionIdSeeds?` | `string`[] | -| `_conditionIdSeeds_contains?` | `string`[] | -| `_conditionIdSeeds_contains_nocase?` | `string`[] | -| `_conditionIdSeeds_not?` | `string`[] | -| `_conditionIdSeeds_not_contains?` | `string`[] | -| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | -| `_conditionIds?` | `string`[] | -| `_conditionIds_contains?` | `string`[] | -| `_conditionIds_contains_nocase?` | `string`[] | -| `_conditionIds_not?` | `string`[] | -| `_conditionIds_not_contains?` | `string`[] | -| `_conditionIds_not_contains_nocase?` | `string`[] | -| `_creator?` | `string` \| ``null`` | -| `_creator_contains?` | `string` \| ``null`` | -| `_creator_in?` | `string`[] | -| `_creator_not?` | `string` \| ``null`` | -| `_creator_not_contains?` | `string` \| ``null`` | -| `_creator_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_idSeed?` | `string` \| ``null`` | -| `_idSeed_contains?` | `string` \| ``null`` | -| `_idSeed_in?` | `string`[] | -| `_idSeed_not?` | `string` \| ``null`` | -| `_idSeed_not_contains?` | `string` \| ``null`` | -| `_idSeed_not_in?` | `string`[] | -| `_timeLocks?` | `WeiSource`[] | -| `_timeLocks_contains?` | `WeiSource`[] | -| `_timeLocks_contains_nocase?` | `WeiSource`[] | -| `_timeLocks_not?` | `WeiSource`[] | -| `_timeLocks_not_contains?` | `WeiSource`[] | -| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | -| `_timeOuts?` | `WeiSource`[] | -| `_timeOuts_contains?` | `WeiSource`[] | -| `_timeOuts_contains_nocase?` | `WeiSource`[] | -| `_timeOuts_not?` | `WeiSource`[] | -| `_timeOuts_not_contains?` | `WeiSource`[] | -| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------------------- | :----------------- | +| `_accessConsumer?` | `string` \| `null` | +| `_accessConsumer_contains?` | `string` \| `null` | +| `_accessConsumer_in?` | `string`[] | +| `_accessConsumer_not?` | `string` \| `null` | +| `_accessConsumer_not_contains?` | `string` \| `null` | +| `_accessConsumer_not_in?` | `string`[] | +| `_accessProvider?` | `string` \| `null` | +| `_accessProvider_contains?` | `string` \| `null` | +| `_accessProvider_in?` | `string`[] | +| `_accessProvider_not?` | `string` \| `null` | +| `_accessProvider_not_contains?` | `string` \| `null` | +| `_accessProvider_not_in?` | `string`[] | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_conditionIdSeeds?` | `string`[] | +| `_conditionIdSeeds_contains?` | `string`[] | +| `_conditionIdSeeds_contains_nocase?` | `string`[] | +| `_conditionIdSeeds_not?` | `string`[] | +| `_conditionIdSeeds_not_contains?` | `string`[] | +| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | +| `_conditionIds?` | `string`[] | +| `_conditionIds_contains?` | `string`[] | +| `_conditionIds_contains_nocase?` | `string`[] | +| `_conditionIds_not?` | `string`[] | +| `_conditionIds_not_contains?` | `string`[] | +| `_conditionIds_not_contains_nocase?` | `string`[] | +| `_creator?` | `string` \| `null` | +| `_creator_contains?` | `string` \| `null` | +| `_creator_in?` | `string`[] | +| `_creator_not?` | `string` \| `null` | +| `_creator_not_contains?` | `string` \| `null` | +| `_creator_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_idSeed?` | `string` \| `null` | +| `_idSeed_contains?` | `string` \| `null` | +| `_idSeed_in?` | `string`[] | +| `_idSeed_not?` | `string` \| `null` | +| `_idSeed_not_contains?` | `string` \| `null` | +| `_idSeed_not_in?` | `string`[] | +| `_timeLocks?` | `WeiSource`[] | +| `_timeLocks_contains?` | `WeiSource`[] | +| `_timeLocks_contains_nocase?` | `WeiSource`[] | +| `_timeLocks_not?` | `WeiSource`[] | +| `_timeLocks_not_contains?` | `WeiSource`[] | +| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | +| `_timeOuts?` | `WeiSource`[] | +| `_timeOuts_contains?` | `WeiSource`[] | +| `_timeOuts_contains_nocase?` | `WeiSource`[] | +| `_timeOuts_not?` | `WeiSource`[] | +| `_timeOuts_not_contains?` | `WeiSource`[] | +| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:21 -___ +--- ### AgreementCreatedResult @@ -171,25 +171,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | `string` | -| `_accessProvider` | `string` | -| `_agreementId` | `string` | -| `_conditionIdSeeds` | (`string` \| ``null``)[] | -| `_conditionIds` | (`string` \| ``null``)[] | -| `_creator` | `string` | -| `_did` | `string` | -| `_idSeed` | `string` | -| `_timeLocks` | (`Wei` \| ``null``)[] | -| `_timeOuts` | (`Wei` \| ``null``)[] | -| `id` | `string` | +| Name | Type | +| :------------------ | :--------------------- | +| `_accessConsumer` | `string` | +| `_accessProvider` | `string` | +| `_agreementId` | `string` | +| `_conditionIdSeeds` | (`string` \| `null`)[] | +| `_conditionIds` | (`string` \| `null`)[] | +| `_creator` | `string` | +| `_did` | `string` | +| `_idSeed` | `string` | +| `_timeLocks` | (`Wei` \| `null`)[] | +| `_timeOuts` | (`Wei` \| `null`)[] | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:91 -___ +--- ### InitializedArgs @@ -197,15 +197,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AaveCreditTemplate.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AaveCreditTemplate.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:148 -___ +--- ### InitializedFields @@ -213,16 +213,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:144 -___ +--- ### InitializedFilter @@ -230,30 +230,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:122 -___ +--- ### InitializedResult @@ -261,16 +261,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:140 -___ +--- ### MultiQueryOptions @@ -279,25 +279,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -305,15 +305,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveCreditTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveCreditTemplate.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:185 -___ +--- ### OwnershipTransferredFields @@ -321,17 +321,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:180 -___ +--- ### OwnershipTransferredFilter @@ -339,34 +339,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:153 -___ +--- ### OwnershipTransferredResult @@ -374,17 +374,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:175 -___ +--- ### SingleQueryOptions @@ -392,16 +392,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:2 -___ +--- ### VaultCreatedArgs @@ -409,15 +409,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`VaultCreatedResult`](subgraphs.AaveCreditTemplate.md#vaultcreatedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`VaultCreatedResult`](subgraphs.AaveCreditTemplate.md#vaultcreatedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:238 -___ +--- ### VaultCreatedFields @@ -425,19 +425,19 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_borrower` | ``true`` | -| `_creator` | ``true`` | -| `_lender` | ``true`` | -| `_vaultAddress` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `_borrower` | `true` | +| `_creator` | `true` | +| `_lender` | `true` | +| `_vaultAddress` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:231 -___ +--- ### VaultCreatedFilter @@ -445,46 +445,46 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_borrower?` | `string` \| ``null`` | -| `_borrower_contains?` | `string` \| ``null`` | -| `_borrower_in?` | `string`[] | -| `_borrower_not?` | `string` \| ``null`` | -| `_borrower_not_contains?` | `string` \| ``null`` | -| `_borrower_not_in?` | `string`[] | -| `_creator?` | `string` \| ``null`` | -| `_creator_contains?` | `string` \| ``null`` | -| `_creator_in?` | `string`[] | -| `_creator_not?` | `string` \| ``null`` | -| `_creator_not_contains?` | `string` \| ``null`` | -| `_creator_not_in?` | `string`[] | -| `_lender?` | `string` \| ``null`` | -| `_lender_contains?` | `string` \| ``null`` | -| `_lender_in?` | `string`[] | -| `_lender_not?` | `string` \| ``null`` | -| `_lender_not_contains?` | `string` \| ``null`` | -| `_lender_not_in?` | `string`[] | -| `_vaultAddress?` | `string` \| ``null`` | -| `_vaultAddress_contains?` | `string` \| ``null`` | -| `_vaultAddress_in?` | `string`[] | -| `_vaultAddress_not?` | `string` \| ``null`` | -| `_vaultAddress_not_contains?` | `string` \| ``null`` | -| `_vaultAddress_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `_borrower?` | `string` \| `null` | +| `_borrower_contains?` | `string` \| `null` | +| `_borrower_in?` | `string`[] | +| `_borrower_not?` | `string` \| `null` | +| `_borrower_not_contains?` | `string` \| `null` | +| `_borrower_not_in?` | `string`[] | +| `_creator?` | `string` \| `null` | +| `_creator_contains?` | `string` \| `null` | +| `_creator_in?` | `string`[] | +| `_creator_not?` | `string` \| `null` | +| `_creator_not_contains?` | `string` \| `null` | +| `_creator_not_in?` | `string`[] | +| `_lender?` | `string` \| `null` | +| `_lender_contains?` | `string` \| `null` | +| `_lender_in?` | `string`[] | +| `_lender_not?` | `string` \| `null` | +| `_lender_not_contains?` | `string` \| `null` | +| `_lender_not_in?` | `string`[] | +| `_vaultAddress?` | `string` \| `null` | +| `_vaultAddress_contains?` | `string` \| `null` | +| `_vaultAddress_in?` | `string`[] | +| `_vaultAddress_not?` | `string` \| `null` | +| `_vaultAddress_not_contains?` | `string` \| `null` | +| `_vaultAddress_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:190 -___ +--- ### VaultCreatedResult @@ -492,13 +492,13 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_borrower` | `string` | -| `_creator` | `string` | -| `_lender` | `string` | +| Name | Type | +| :-------------- | :------- | +| `_borrower` | `string` | +| `_creator` | `string` | +| `_lender` | `string` | | `_vaultAddress` | `string` | -| `id` | `string` | +| `id` | `string` | #### Defined in @@ -512,17 +512,17 @@ node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:224 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.AaveCreditTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.AaveCreditTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.AaveCreditTemplate.md#singlequeryoptions) | -| `args` | [`AgreementCreatedArgs`](subgraphs.AaveCreditTemplate.md#agreementcreatedargs)<`K`\> | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.AaveCreditTemplate.md#singlequeryoptions) | +| `args` | [`AgreementCreatedArgs`](subgraphs.AaveCreditTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -532,7 +532,7 @@ node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:224 node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:120 -___ +--- ### getAgreementCreateds @@ -540,17 +540,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.AaveCreditTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.AaveCreditTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AaveCreditTemplate.md#multiqueryoptions)<[`AgreementCreatedFilter`](subgraphs.AaveCreditTemplate.md#agreementcreatedfilter), [`AgreementCreatedResult`](subgraphs.AaveCreditTemplate.md#agreementcreatedresult)\> | -| `args` | [`AgreementCreatedArgs`](subgraphs.AaveCreditTemplate.md#agreementcreatedargs)<`K`\> | +| `args` | [`AgreementCreatedArgs`](subgraphs.AaveCreditTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -560,7 +560,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:121 -___ +--- ### getInitializedById @@ -568,17 +568,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AaveCreditTemplate.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AaveCreditTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.AaveCreditTemplate.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.AaveCreditTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.AaveCreditTemplate.md#initializedargs)<`K`\> | #### Returns @@ -588,7 +588,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:151 -___ +--- ### getInitializeds @@ -596,17 +596,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AaveCreditTemplate.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AaveCreditTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AaveCreditTemplate.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.AaveCreditTemplate.md#initializedfilter), [`InitializedResult`](subgraphs.AaveCreditTemplate.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.AaveCreditTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.AaveCreditTemplate.md#initializedargs)<`K`\> | #### Returns @@ -616,7 +616,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:152 -___ +--- ### getOwnershipTransferredById @@ -624,17 +624,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveCreditTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveCreditTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.AaveCreditTemplate.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.AaveCreditTemplate.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.AaveCreditTemplate.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.AaveCreditTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -644,7 +644,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:188 -___ +--- ### getOwnershipTransferreds @@ -652,17 +652,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveCreditTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveCreditTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AaveCreditTemplate.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.AaveCreditTemplate.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.AaveCreditTemplate.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.AaveCreditTemplate.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.AaveCreditTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -672,7 +672,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:189 -___ +--- ### getVaultCreatedById @@ -680,17 +680,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`VaultCreatedResult`](subgraphs.AaveCreditTemplate.md#vaultcreatedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`VaultCreatedResult`](subgraphs.AaveCreditTemplate.md#vaultcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.AaveCreditTemplate.md#singlequeryoptions) | -| `args` | [`VaultCreatedArgs`](subgraphs.AaveCreditTemplate.md#vaultcreatedargs)<`K`\> | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.AaveCreditTemplate.md#singlequeryoptions) | +| `args` | [`VaultCreatedArgs`](subgraphs.AaveCreditTemplate.md#vaultcreatedargs)<`K`\> | #### Returns @@ -700,7 +700,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AaveCreditTemplate.d.ts:241 -___ +--- ### getVaultCreateds @@ -708,17 +708,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`VaultCreatedResult`](subgraphs.AaveCreditTemplate.md#vaultcreatedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`VaultCreatedResult`](subgraphs.AaveCreditTemplate.md#vaultcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AaveCreditTemplate.md#multiqueryoptions)<[`VaultCreatedFilter`](subgraphs.AaveCreditTemplate.md#vaultcreatedfilter), [`VaultCreatedResult`](subgraphs.AaveCreditTemplate.md#vaultcreatedresult)\> | -| `args` | [`VaultCreatedArgs`](subgraphs.AaveCreditTemplate.md#vaultcreatedargs)<`K`\> | +| `args` | [`VaultCreatedArgs`](subgraphs.AaveCreditTemplate.md#vaultcreatedargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.AaveRepayCondition.md b/docs/api-reference/modules/subgraphs.AaveRepayCondition.md index f5664f832..f947ebba3 100644 --- a/docs/api-reference/modules/subgraphs.AaveRepayCondition.md +++ b/docs/api-reference/modules/subgraphs.AaveRepayCondition.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.AaveRepayCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.AaveRepayCondition.md#fulfilledresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveRepayCondition.d.ts:60 -___ +--- ### FulfilledFields @@ -56,18 +56,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | ``true`` | -| `_conditionId` | ``true`` | -| `_did` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------- | :----- | +| `_agreementId` | `true` | +| `_conditionId` | `true` | +| `_did` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveRepayCondition.d.ts:54 -___ +--- ### FulfilledFilter @@ -75,40 +75,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_conditionId?` | `string` \| ``null`` | -| `_conditionId_contains?` | `string` \| ``null`` | -| `_conditionId_in?` | `string`[] | -| `_conditionId_not?` | `string` \| ``null`` | -| `_conditionId_not_contains?` | `string` \| ``null`` | -| `_conditionId_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------- | :----------------- | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_conditionId?` | `string` \| `null` | +| `_conditionId_contains?` | `string` \| `null` | +| `_conditionId_in?` | `string`[] | +| `_conditionId_not?` | `string` \| `null` | +| `_conditionId_not_contains?` | `string` \| `null` | +| `_conditionId_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveRepayCondition.d.ts:20 -___ +--- ### FulfilledResult @@ -116,18 +116,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `_agreementId` | `string` | | `_conditionId` | `string` | -| `_did` | `string` | -| `id` | `string` | +| `_did` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveRepayCondition.d.ts:48 -___ +--- ### InitializedArgs @@ -135,15 +135,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AaveRepayCondition.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AaveRepayCondition.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveRepayCondition.d.ts:91 -___ +--- ### InitializedFields @@ -151,16 +151,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveRepayCondition.d.ts:87 -___ +--- ### InitializedFilter @@ -168,30 +168,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveRepayCondition.d.ts:65 -___ +--- ### InitializedResult @@ -199,16 +199,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveRepayCondition.d.ts:83 -___ +--- ### MultiQueryOptions @@ -217,25 +217,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveRepayCondition.d.ts:9 -___ +--- ### OwnershipTransferredArgs @@ -243,15 +243,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveRepayCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveRepayCondition.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveRepayCondition.d.ts:128 -___ +--- ### OwnershipTransferredFields @@ -259,17 +259,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveRepayCondition.d.ts:123 -___ +--- ### OwnershipTransferredFilter @@ -277,34 +277,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveRepayCondition.d.ts:96 -___ +--- ### OwnershipTransferredResult @@ -312,17 +312,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AaveRepayCondition.d.ts:118 -___ +--- ### SingleQueryOptions @@ -330,10 +330,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -347,17 +347,17 @@ node_modules/@nevermined-io/subgraphs/build/AaveRepayCondition.d.ts:1 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.AaveRepayCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.AaveRepayCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.AaveRepayCondition.md#singlequeryoptions) | -| `args` | [`FulfilledArgs`](subgraphs.AaveRepayCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.AaveRepayCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -367,7 +367,7 @@ node_modules/@nevermined-io/subgraphs/build/AaveRepayCondition.d.ts:1 node_modules/@nevermined-io/subgraphs/build/AaveRepayCondition.d.ts:63 -___ +--- ### getFulfilleds @@ -375,17 +375,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.AaveRepayCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.AaveRepayCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AaveRepayCondition.md#multiqueryoptions)<[`FulfilledFilter`](subgraphs.AaveRepayCondition.md#fulfilledfilter), [`FulfilledResult`](subgraphs.AaveRepayCondition.md#fulfilledresult)\> | -| `args` | [`FulfilledArgs`](subgraphs.AaveRepayCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.AaveRepayCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -395,7 +395,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AaveRepayCondition.d.ts:64 -___ +--- ### getInitializedById @@ -403,17 +403,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AaveRepayCondition.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AaveRepayCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.AaveRepayCondition.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.AaveRepayCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.AaveRepayCondition.md#initializedargs)<`K`\> | #### Returns @@ -423,7 +423,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AaveRepayCondition.d.ts:94 -___ +--- ### getInitializeds @@ -431,17 +431,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AaveRepayCondition.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AaveRepayCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AaveRepayCondition.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.AaveRepayCondition.md#initializedfilter), [`InitializedResult`](subgraphs.AaveRepayCondition.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.AaveRepayCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.AaveRepayCondition.md#initializedargs)<`K`\> | #### Returns @@ -451,7 +451,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AaveRepayCondition.d.ts:95 -___ +--- ### getOwnershipTransferredById @@ -459,17 +459,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveRepayCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveRepayCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.AaveRepayCondition.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.AaveRepayCondition.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.AaveRepayCondition.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.AaveRepayCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -479,7 +479,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AaveRepayCondition.d.ts:131 -___ +--- ### getOwnershipTransferreds @@ -487,17 +487,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveRepayCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AaveRepayCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AaveRepayCondition.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.AaveRepayCondition.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.AaveRepayCondition.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.AaveRepayCondition.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.AaveRepayCondition.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.AccessCondition.md b/docs/api-reference/modules/subgraphs.AccessCondition.md index 9c324998b..c4861b049 100644 --- a/docs/api-reference/modules/subgraphs.AccessCondition.md +++ b/docs/api-reference/modules/subgraphs.AccessCondition.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.AccessCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------ | +| `K` | extends keyof [`FulfilledResult`](subgraphs.AccessCondition.md#fulfilledresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessCondition.d.ts:68 -___ +--- ### FulfilledFields @@ -56,19 +56,19 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | ``true`` | -| `_conditionId` | ``true`` | -| `_documentId` | ``true`` | -| `_grantee` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------- | :----- | +| `_agreementId` | `true` | +| `_conditionId` | `true` | +| `_documentId` | `true` | +| `_grantee` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessCondition.d.ts:61 -___ +--- ### FulfilledFilter @@ -76,46 +76,46 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_conditionId?` | `string` \| ``null`` | -| `_conditionId_contains?` | `string` \| ``null`` | -| `_conditionId_in?` | `string`[] | -| `_conditionId_not?` | `string` \| ``null`` | -| `_conditionId_not_contains?` | `string` \| ``null`` | -| `_conditionId_not_in?` | `string`[] | -| `_documentId?` | `string` \| ``null`` | -| `_documentId_contains?` | `string` \| ``null`` | -| `_documentId_in?` | `string`[] | -| `_documentId_not?` | `string` \| ``null`` | -| `_documentId_not_contains?` | `string` \| ``null`` | -| `_documentId_not_in?` | `string`[] | -| `_grantee?` | `string` \| ``null`` | -| `_grantee_contains?` | `string` \| ``null`` | -| `_grantee_in?` | `string`[] | -| `_grantee_not?` | `string` \| ``null`` | -| `_grantee_not_contains?` | `string` \| ``null`` | -| `_grantee_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------- | :----------------- | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_conditionId?` | `string` \| `null` | +| `_conditionId_contains?` | `string` \| `null` | +| `_conditionId_in?` | `string`[] | +| `_conditionId_not?` | `string` \| `null` | +| `_conditionId_not_contains?` | `string` \| `null` | +| `_conditionId_not_in?` | `string`[] | +| `_documentId?` | `string` \| `null` | +| `_documentId_contains?` | `string` \| `null` | +| `_documentId_in?` | `string`[] | +| `_documentId_not?` | `string` \| `null` | +| `_documentId_not_contains?` | `string` \| `null` | +| `_documentId_not_in?` | `string`[] | +| `_grantee?` | `string` \| `null` | +| `_grantee_contains?` | `string` \| `null` | +| `_grantee_in?` | `string`[] | +| `_grantee_not?` | `string` \| `null` | +| `_grantee_not_contains?` | `string` \| `null` | +| `_grantee_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessCondition.d.ts:20 -___ +--- ### FulfilledResult @@ -123,19 +123,19 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `_agreementId` | `string` | | `_conditionId` | `string` | -| `_documentId` | `string` | -| `_grantee` | `string` | -| `id` | `string` | +| `_documentId` | `string` | +| `_grantee` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessCondition.d.ts:54 -___ +--- ### InitializedArgs @@ -143,15 +143,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AccessCondition.md#initializedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AccessCondition.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessCondition.d.ts:99 -___ +--- ### InitializedFields @@ -159,16 +159,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessCondition.d.ts:95 -___ +--- ### InitializedFilter @@ -176,30 +176,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessCondition.d.ts:73 -___ +--- ### InitializedResult @@ -207,16 +207,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessCondition.d.ts:91 -___ +--- ### MultiQueryOptions @@ -225,25 +225,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessCondition.d.ts:9 -___ +--- ### OwnershipTransferredArgs @@ -251,15 +251,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AccessCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AccessCondition.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessCondition.d.ts:136 -___ +--- ### OwnershipTransferredFields @@ -267,17 +267,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessCondition.d.ts:131 -___ +--- ### OwnershipTransferredFilter @@ -285,34 +285,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessCondition.d.ts:104 -___ +--- ### OwnershipTransferredResult @@ -320,17 +320,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessCondition.d.ts:126 -___ +--- ### SingleQueryOptions @@ -338,10 +338,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -355,17 +355,17 @@ node_modules/@nevermined-io/subgraphs/build/AccessCondition.d.ts:1 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.AccessCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------ | +| `K` | extends keyof [`FulfilledResult`](subgraphs.AccessCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.AccessCondition.md#singlequeryoptions) | -| `args` | [`FulfilledArgs`](subgraphs.AccessCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.AccessCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -375,7 +375,7 @@ node_modules/@nevermined-io/subgraphs/build/AccessCondition.d.ts:1 node_modules/@nevermined-io/subgraphs/build/AccessCondition.d.ts:71 -___ +--- ### getFulfilleds @@ -383,17 +383,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.AccessCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------ | +| `K` | extends keyof [`FulfilledResult`](subgraphs.AccessCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AccessCondition.md#multiqueryoptions)<[`FulfilledFilter`](subgraphs.AccessCondition.md#fulfilledfilter), [`FulfilledResult`](subgraphs.AccessCondition.md#fulfilledresult)\> | -| `args` | [`FulfilledArgs`](subgraphs.AccessCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.AccessCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -403,7 +403,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AccessCondition.d.ts:72 -___ +--- ### getInitializedById @@ -411,17 +411,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AccessCondition.md#initializedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AccessCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.AccessCondition.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.AccessCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.AccessCondition.md#initializedargs)<`K`\> | #### Returns @@ -431,7 +431,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AccessCondition.d.ts:102 -___ +--- ### getInitializeds @@ -439,17 +439,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AccessCondition.md#initializedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AccessCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AccessCondition.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.AccessCondition.md#initializedfilter), [`InitializedResult`](subgraphs.AccessCondition.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.AccessCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.AccessCondition.md#initializedargs)<`K`\> | #### Returns @@ -459,7 +459,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AccessCondition.d.ts:103 -___ +--- ### getOwnershipTransferredById @@ -467,17 +467,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AccessCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AccessCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.AccessCondition.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.AccessCondition.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.AccessCondition.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.AccessCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -487,7 +487,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AccessCondition.d.ts:139 -___ +--- ### getOwnershipTransferreds @@ -495,17 +495,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AccessCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AccessCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AccessCondition.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.AccessCondition.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.AccessCondition.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.AccessCondition.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.AccessCondition.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.AccessProofCondition.md b/docs/api-reference/modules/subgraphs.AccessProofCondition.md index 0bbe12428..75b076511 100644 --- a/docs/api-reference/modules/subgraphs.AccessProofCondition.md +++ b/docs/api-reference/modules/subgraphs.AccessProofCondition.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.AccessProofCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.AccessProofCondition.md#fulfilledresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofCondition.d.ts:95 -___ +--- ### FulfilledFields @@ -56,22 +56,22 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | ``true`` | -| `_buyer` | ``true`` | -| `_cipher` | ``true`` | -| `_conditionId` | ``true`` | -| `_origHash` | ``true`` | -| `_proof` | ``true`` | -| `_provider` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------- | :----- | +| `_agreementId` | `true` | +| `_buyer` | `true` | +| `_cipher` | `true` | +| `_conditionId` | `true` | +| `_origHash` | `true` | +| `_proof` | `true` | +| `_provider` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofCondition.d.ts:85 -___ +--- ### FulfilledFilter @@ -79,66 +79,66 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_buyer?` | `WeiSource`[] | -| `_buyer_contains?` | `WeiSource`[] | -| `_buyer_contains_nocase?` | `WeiSource`[] | -| `_buyer_not?` | `WeiSource`[] | -| `_buyer_not_contains?` | `WeiSource`[] | -| `_buyer_not_contains_nocase?` | `WeiSource`[] | -| `_cipher?` | `WeiSource`[] | -| `_cipher_contains?` | `WeiSource`[] | -| `_cipher_contains_nocase?` | `WeiSource`[] | -| `_cipher_not?` | `WeiSource`[] | -| `_cipher_not_contains?` | `WeiSource`[] | -| `_cipher_not_contains_nocase?` | `WeiSource`[] | -| `_conditionId?` | `string` \| ``null`` | -| `_conditionId_contains?` | `string` \| ``null`` | -| `_conditionId_in?` | `string`[] | -| `_conditionId_not?` | `string` \| ``null`` | -| `_conditionId_not_contains?` | `string` \| ``null`` | -| `_conditionId_not_in?` | `string`[] | -| `_origHash?` | `WeiSource` \| ``null`` | -| `_origHash_gt?` | `WeiSource` \| ``null`` | -| `_origHash_gte?` | `WeiSource` \| ``null`` | -| `_origHash_in?` | `WeiSource`[] | -| `_origHash_lt?` | `WeiSource` \| ``null`` | -| `_origHash_lte?` | `WeiSource` \| ``null`` | -| `_origHash_not?` | `WeiSource` \| ``null`` | -| `_origHash_not_in?` | `WeiSource`[] | -| `_proof?` | `string` \| ``null`` | -| `_proof_contains?` | `string` \| ``null`` | -| `_proof_in?` | `string`[] | -| `_proof_not?` | `string` \| ``null`` | -| `_proof_not_contains?` | `string` \| ``null`` | -| `_proof_not_in?` | `string`[] | -| `_provider?` | `WeiSource`[] | -| `_provider_contains?` | `WeiSource`[] | -| `_provider_contains_nocase?` | `WeiSource`[] | -| `_provider_not?` | `WeiSource`[] | -| `_provider_not_contains?` | `WeiSource`[] | -| `_provider_not_contains_nocase?` | `WeiSource`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :------------------------------- | :-------------------- | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_buyer?` | `WeiSource`[] | +| `_buyer_contains?` | `WeiSource`[] | +| `_buyer_contains_nocase?` | `WeiSource`[] | +| `_buyer_not?` | `WeiSource`[] | +| `_buyer_not_contains?` | `WeiSource`[] | +| `_buyer_not_contains_nocase?` | `WeiSource`[] | +| `_cipher?` | `WeiSource`[] | +| `_cipher_contains?` | `WeiSource`[] | +| `_cipher_contains_nocase?` | `WeiSource`[] | +| `_cipher_not?` | `WeiSource`[] | +| `_cipher_not_contains?` | `WeiSource`[] | +| `_cipher_not_contains_nocase?` | `WeiSource`[] | +| `_conditionId?` | `string` \| `null` | +| `_conditionId_contains?` | `string` \| `null` | +| `_conditionId_in?` | `string`[] | +| `_conditionId_not?` | `string` \| `null` | +| `_conditionId_not_contains?` | `string` \| `null` | +| `_conditionId_not_in?` | `string`[] | +| `_origHash?` | `WeiSource` \| `null` | +| `_origHash_gt?` | `WeiSource` \| `null` | +| `_origHash_gte?` | `WeiSource` \| `null` | +| `_origHash_in?` | `WeiSource`[] | +| `_origHash_lt?` | `WeiSource` \| `null` | +| `_origHash_lte?` | `WeiSource` \| `null` | +| `_origHash_not?` | `WeiSource` \| `null` | +| `_origHash_not_in?` | `WeiSource`[] | +| `_proof?` | `string` \| `null` | +| `_proof_contains?` | `string` \| `null` | +| `_proof_in?` | `string`[] | +| `_proof_not?` | `string` \| `null` | +| `_proof_not_contains?` | `string` \| `null` | +| `_proof_not_in?` | `string`[] | +| `_provider?` | `WeiSource`[] | +| `_provider_contains?` | `WeiSource`[] | +| `_provider_contains_nocase?` | `WeiSource`[] | +| `_provider_not?` | `WeiSource`[] | +| `_provider_not_contains?` | `WeiSource`[] | +| `_provider_not_contains_nocase?` | `WeiSource`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofCondition.d.ts:21 -___ +--- ### FulfilledResult @@ -146,22 +146,22 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | `string` | -| `_buyer` | (`Wei` \| ``null``)[] | -| `_cipher` | (`Wei` \| ``null``)[] | -| `_conditionId` | `string` | -| `_origHash` | `Wei` | -| `_proof` | `string` | -| `_provider` | (`Wei` \| ``null``)[] | -| `id` | `string` | +| Name | Type | +| :------------- | :------------------ | +| `_agreementId` | `string` | +| `_buyer` | (`Wei` \| `null`)[] | +| `_cipher` | (`Wei` \| `null`)[] | +| `_conditionId` | `string` | +| `_origHash` | `Wei` | +| `_proof` | `string` | +| `_provider` | (`Wei` \| `null`)[] | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofCondition.d.ts:75 -___ +--- ### InitializedArgs @@ -169,15 +169,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AccessProofCondition.md#initializedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AccessProofCondition.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofCondition.d.ts:126 -___ +--- ### InitializedFields @@ -185,16 +185,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofCondition.d.ts:122 -___ +--- ### InitializedFilter @@ -202,30 +202,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofCondition.d.ts:100 -___ +--- ### InitializedResult @@ -233,16 +233,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofCondition.d.ts:118 -___ +--- ### MultiQueryOptions @@ -251,25 +251,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofCondition.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -277,15 +277,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AccessProofCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AccessProofCondition.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofCondition.d.ts:163 -___ +--- ### OwnershipTransferredFields @@ -293,17 +293,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofCondition.d.ts:158 -___ +--- ### OwnershipTransferredFilter @@ -311,34 +311,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofCondition.d.ts:131 -___ +--- ### OwnershipTransferredResult @@ -346,17 +346,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofCondition.d.ts:153 -___ +--- ### SingleQueryOptions @@ -364,10 +364,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -381,17 +381,17 @@ node_modules/@nevermined-io/subgraphs/build/AccessProofCondition.d.ts:2 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.AccessProofCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.AccessProofCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.AccessProofCondition.md#singlequeryoptions) | -| `args` | [`FulfilledArgs`](subgraphs.AccessProofCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.AccessProofCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -401,7 +401,7 @@ node_modules/@nevermined-io/subgraphs/build/AccessProofCondition.d.ts:2 node_modules/@nevermined-io/subgraphs/build/AccessProofCondition.d.ts:98 -___ +--- ### getFulfilleds @@ -409,17 +409,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.AccessProofCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.AccessProofCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AccessProofCondition.md#multiqueryoptions)<[`FulfilledFilter`](subgraphs.AccessProofCondition.md#fulfilledfilter), [`FulfilledResult`](subgraphs.AccessProofCondition.md#fulfilledresult)\> | -| `args` | [`FulfilledArgs`](subgraphs.AccessProofCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.AccessProofCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -429,7 +429,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AccessProofCondition.d.ts:99 -___ +--- ### getInitializedById @@ -437,17 +437,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AccessProofCondition.md#initializedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AccessProofCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.AccessProofCondition.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.AccessProofCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.AccessProofCondition.md#initializedargs)<`K`\> | #### Returns @@ -457,7 +457,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AccessProofCondition.d.ts:129 -___ +--- ### getInitializeds @@ -465,17 +465,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AccessProofCondition.md#initializedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AccessProofCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AccessProofCondition.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.AccessProofCondition.md#initializedfilter), [`InitializedResult`](subgraphs.AccessProofCondition.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.AccessProofCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.AccessProofCondition.md#initializedargs)<`K`\> | #### Returns @@ -485,7 +485,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AccessProofCondition.d.ts:130 -___ +--- ### getOwnershipTransferredById @@ -493,17 +493,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AccessProofCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AccessProofCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.AccessProofCondition.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.AccessProofCondition.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.AccessProofCondition.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.AccessProofCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -513,7 +513,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AccessProofCondition.d.ts:166 -___ +--- ### getOwnershipTransferreds @@ -521,17 +521,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AccessProofCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AccessProofCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AccessProofCondition.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.AccessProofCondition.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.AccessProofCondition.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.AccessProofCondition.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.AccessProofCondition.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.AccessProofTemplate.md b/docs/api-reference/modules/subgraphs.AccessProofTemplate.md index 54c3a5a0a..ef68e6cdd 100644 --- a/docs/api-reference/modules/subgraphs.AccessProofTemplate.md +++ b/docs/api-reference/modules/subgraphs.AccessProofTemplate.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.AccessProofTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.AccessProofTemplate.md#agreementcreatedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofTemplate.d.ts:117 -___ +--- ### AgreementCreatedFields @@ -56,25 +56,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | ``true`` | -| `_accessProvider` | ``true`` | -| `_agreementId` | ``true`` | -| `_conditionIdSeeds` | ``true`` | -| `_conditionIds` | ``true`` | -| `_creator` | ``true`` | -| `_did` | ``true`` | -| `_idSeed` | ``true`` | -| `_timeLocks` | ``true`` | -| `_timeOuts` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------------ | :----- | +| `_accessConsumer` | `true` | +| `_accessProvider` | `true` | +| `_agreementId` | `true` | +| `_conditionIdSeeds` | `true` | +| `_conditionIds` | `true` | +| `_creator` | `true` | +| `_did` | `true` | +| `_idSeed` | `true` | +| `_timeLocks` | `true` | +| `_timeOuts` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofTemplate.d.ts:104 -___ +--- ### AgreementCreatedFilter @@ -82,82 +82,82 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer?` | `string` \| ``null`` | -| `_accessConsumer_contains?` | `string` \| ``null`` | -| `_accessConsumer_in?` | `string`[] | -| `_accessConsumer_not?` | `string` \| ``null`` | -| `_accessConsumer_not_contains?` | `string` \| ``null`` | -| `_accessConsumer_not_in?` | `string`[] | -| `_accessProvider?` | `string` \| ``null`` | -| `_accessProvider_contains?` | `string` \| ``null`` | -| `_accessProvider_in?` | `string`[] | -| `_accessProvider_not?` | `string` \| ``null`` | -| `_accessProvider_not_contains?` | `string` \| ``null`` | -| `_accessProvider_not_in?` | `string`[] | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_conditionIdSeeds?` | `string`[] | -| `_conditionIdSeeds_contains?` | `string`[] | -| `_conditionIdSeeds_contains_nocase?` | `string`[] | -| `_conditionIdSeeds_not?` | `string`[] | -| `_conditionIdSeeds_not_contains?` | `string`[] | -| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | -| `_conditionIds?` | `string`[] | -| `_conditionIds_contains?` | `string`[] | -| `_conditionIds_contains_nocase?` | `string`[] | -| `_conditionIds_not?` | `string`[] | -| `_conditionIds_not_contains?` | `string`[] | -| `_conditionIds_not_contains_nocase?` | `string`[] | -| `_creator?` | `string` \| ``null`` | -| `_creator_contains?` | `string` \| ``null`` | -| `_creator_in?` | `string`[] | -| `_creator_not?` | `string` \| ``null`` | -| `_creator_not_contains?` | `string` \| ``null`` | -| `_creator_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_idSeed?` | `string` \| ``null`` | -| `_idSeed_contains?` | `string` \| ``null`` | -| `_idSeed_in?` | `string`[] | -| `_idSeed_not?` | `string` \| ``null`` | -| `_idSeed_not_contains?` | `string` \| ``null`` | -| `_idSeed_not_in?` | `string`[] | -| `_timeLocks?` | `WeiSource`[] | -| `_timeLocks_contains?` | `WeiSource`[] | -| `_timeLocks_contains_nocase?` | `WeiSource`[] | -| `_timeLocks_not?` | `WeiSource`[] | -| `_timeLocks_not_contains?` | `WeiSource`[] | -| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | -| `_timeOuts?` | `WeiSource`[] | -| `_timeOuts_contains?` | `WeiSource`[] | -| `_timeOuts_contains_nocase?` | `WeiSource`[] | -| `_timeOuts_not?` | `WeiSource`[] | -| `_timeOuts_not_contains?` | `WeiSource`[] | -| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------------------- | :----------------- | +| `_accessConsumer?` | `string` \| `null` | +| `_accessConsumer_contains?` | `string` \| `null` | +| `_accessConsumer_in?` | `string`[] | +| `_accessConsumer_not?` | `string` \| `null` | +| `_accessConsumer_not_contains?` | `string` \| `null` | +| `_accessConsumer_not_in?` | `string`[] | +| `_accessProvider?` | `string` \| `null` | +| `_accessProvider_contains?` | `string` \| `null` | +| `_accessProvider_in?` | `string`[] | +| `_accessProvider_not?` | `string` \| `null` | +| `_accessProvider_not_contains?` | `string` \| `null` | +| `_accessProvider_not_in?` | `string`[] | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_conditionIdSeeds?` | `string`[] | +| `_conditionIdSeeds_contains?` | `string`[] | +| `_conditionIdSeeds_contains_nocase?` | `string`[] | +| `_conditionIdSeeds_not?` | `string`[] | +| `_conditionIdSeeds_not_contains?` | `string`[] | +| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | +| `_conditionIds?` | `string`[] | +| `_conditionIds_contains?` | `string`[] | +| `_conditionIds_contains_nocase?` | `string`[] | +| `_conditionIds_not?` | `string`[] | +| `_conditionIds_not_contains?` | `string`[] | +| `_conditionIds_not_contains_nocase?` | `string`[] | +| `_creator?` | `string` \| `null` | +| `_creator_contains?` | `string` \| `null` | +| `_creator_in?` | `string`[] | +| `_creator_not?` | `string` \| `null` | +| `_creator_not_contains?` | `string` \| `null` | +| `_creator_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_idSeed?` | `string` \| `null` | +| `_idSeed_contains?` | `string` \| `null` | +| `_idSeed_in?` | `string`[] | +| `_idSeed_not?` | `string` \| `null` | +| `_idSeed_not_contains?` | `string` \| `null` | +| `_idSeed_not_in?` | `string`[] | +| `_timeLocks?` | `WeiSource`[] | +| `_timeLocks_contains?` | `WeiSource`[] | +| `_timeLocks_contains_nocase?` | `WeiSource`[] | +| `_timeLocks_not?` | `WeiSource`[] | +| `_timeLocks_not_contains?` | `WeiSource`[] | +| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | +| `_timeOuts?` | `WeiSource`[] | +| `_timeOuts_contains?` | `WeiSource`[] | +| `_timeOuts_contains_nocase?` | `WeiSource`[] | +| `_timeOuts_not?` | `WeiSource`[] | +| `_timeOuts_not_contains?` | `WeiSource`[] | +| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofTemplate.d.ts:21 -___ +--- ### AgreementCreatedResult @@ -165,25 +165,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | `string` | -| `_accessProvider` | `string` | -| `_agreementId` | `string` | -| `_conditionIdSeeds` | (`string` \| ``null``)[] | -| `_conditionIds` | (`string` \| ``null``)[] | -| `_creator` | `string` | -| `_did` | `string` | -| `_idSeed` | `string` | -| `_timeLocks` | (`Wei` \| ``null``)[] | -| `_timeOuts` | (`Wei` \| ``null``)[] | -| `id` | `string` | +| Name | Type | +| :------------------ | :--------------------- | +| `_accessConsumer` | `string` | +| `_accessProvider` | `string` | +| `_agreementId` | `string` | +| `_conditionIdSeeds` | (`string` \| `null`)[] | +| `_conditionIds` | (`string` \| `null`)[] | +| `_creator` | `string` | +| `_did` | `string` | +| `_idSeed` | `string` | +| `_timeLocks` | (`Wei` \| `null`)[] | +| `_timeOuts` | (`Wei` \| `null`)[] | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofTemplate.d.ts:91 -___ +--- ### InitializedArgs @@ -191,15 +191,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AccessProofTemplate.md#initializedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AccessProofTemplate.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofTemplate.d.ts:148 -___ +--- ### InitializedFields @@ -207,16 +207,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofTemplate.d.ts:144 -___ +--- ### InitializedFilter @@ -224,30 +224,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofTemplate.d.ts:122 -___ +--- ### InitializedResult @@ -255,16 +255,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofTemplate.d.ts:140 -___ +--- ### MultiQueryOptions @@ -273,25 +273,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofTemplate.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -299,15 +299,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AccessProofTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AccessProofTemplate.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofTemplate.d.ts:185 -___ +--- ### OwnershipTransferredFields @@ -315,17 +315,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofTemplate.d.ts:180 -___ +--- ### OwnershipTransferredFilter @@ -333,34 +333,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofTemplate.d.ts:153 -___ +--- ### OwnershipTransferredResult @@ -368,17 +368,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessProofTemplate.d.ts:175 -___ +--- ### SingleQueryOptions @@ -386,10 +386,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -403,17 +403,17 @@ node_modules/@nevermined-io/subgraphs/build/AccessProofTemplate.d.ts:2 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.AccessProofTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.AccessProofTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.AccessProofTemplate.md#singlequeryoptions) | -| `args` | [`AgreementCreatedArgs`](subgraphs.AccessProofTemplate.md#agreementcreatedargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------ | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.AccessProofTemplate.md#singlequeryoptions) | +| `args` | [`AgreementCreatedArgs`](subgraphs.AccessProofTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -423,7 +423,7 @@ node_modules/@nevermined-io/subgraphs/build/AccessProofTemplate.d.ts:2 node_modules/@nevermined-io/subgraphs/build/AccessProofTemplate.d.ts:120 -___ +--- ### getAgreementCreateds @@ -431,17 +431,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.AccessProofTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.AccessProofTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AccessProofTemplate.md#multiqueryoptions)<[`AgreementCreatedFilter`](subgraphs.AccessProofTemplate.md#agreementcreatedfilter), [`AgreementCreatedResult`](subgraphs.AccessProofTemplate.md#agreementcreatedresult)\> | -| `args` | [`AgreementCreatedArgs`](subgraphs.AccessProofTemplate.md#agreementcreatedargs)<`K`\> | +| `args` | [`AgreementCreatedArgs`](subgraphs.AccessProofTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -451,7 +451,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AccessProofTemplate.d.ts:121 -___ +--- ### getInitializedById @@ -459,17 +459,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AccessProofTemplate.md#initializedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AccessProofTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.AccessProofTemplate.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.AccessProofTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.AccessProofTemplate.md#initializedargs)<`K`\> | #### Returns @@ -479,7 +479,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AccessProofTemplate.d.ts:151 -___ +--- ### getInitializeds @@ -487,17 +487,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AccessProofTemplate.md#initializedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AccessProofTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AccessProofTemplate.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.AccessProofTemplate.md#initializedfilter), [`InitializedResult`](subgraphs.AccessProofTemplate.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.AccessProofTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.AccessProofTemplate.md#initializedargs)<`K`\> | #### Returns @@ -507,7 +507,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AccessProofTemplate.d.ts:152 -___ +--- ### getOwnershipTransferredById @@ -515,17 +515,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AccessProofTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AccessProofTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.AccessProofTemplate.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.AccessProofTemplate.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.AccessProofTemplate.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.AccessProofTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -535,7 +535,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AccessProofTemplate.d.ts:188 -___ +--- ### getOwnershipTransferreds @@ -543,17 +543,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AccessProofTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AccessProofTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AccessProofTemplate.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.AccessProofTemplate.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.AccessProofTemplate.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.AccessProofTemplate.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.AccessProofTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.AccessTemplate.md b/docs/api-reference/modules/subgraphs.AccessTemplate.md index 41ac49792..ab8f29cc5 100644 --- a/docs/api-reference/modules/subgraphs.AccessTemplate.md +++ b/docs/api-reference/modules/subgraphs.AccessTemplate.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.AccessTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.AccessTemplate.md#agreementcreatedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessTemplate.d.ts:117 -___ +--- ### AgreementCreatedFields @@ -56,25 +56,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | ``true`` | -| `_accessProvider` | ``true`` | -| `_agreementId` | ``true`` | -| `_conditionIdSeeds` | ``true`` | -| `_conditionIds` | ``true`` | -| `_creator` | ``true`` | -| `_did` | ``true`` | -| `_idSeed` | ``true`` | -| `_timeLocks` | ``true`` | -| `_timeOuts` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------------ | :----- | +| `_accessConsumer` | `true` | +| `_accessProvider` | `true` | +| `_agreementId` | `true` | +| `_conditionIdSeeds` | `true` | +| `_conditionIds` | `true` | +| `_creator` | `true` | +| `_did` | `true` | +| `_idSeed` | `true` | +| `_timeLocks` | `true` | +| `_timeOuts` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessTemplate.d.ts:104 -___ +--- ### AgreementCreatedFilter @@ -82,82 +82,82 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer?` | `string` \| ``null`` | -| `_accessConsumer_contains?` | `string` \| ``null`` | -| `_accessConsumer_in?` | `string`[] | -| `_accessConsumer_not?` | `string` \| ``null`` | -| `_accessConsumer_not_contains?` | `string` \| ``null`` | -| `_accessConsumer_not_in?` | `string`[] | -| `_accessProvider?` | `string` \| ``null`` | -| `_accessProvider_contains?` | `string` \| ``null`` | -| `_accessProvider_in?` | `string`[] | -| `_accessProvider_not?` | `string` \| ``null`` | -| `_accessProvider_not_contains?` | `string` \| ``null`` | -| `_accessProvider_not_in?` | `string`[] | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_conditionIdSeeds?` | `string`[] | -| `_conditionIdSeeds_contains?` | `string`[] | -| `_conditionIdSeeds_contains_nocase?` | `string`[] | -| `_conditionIdSeeds_not?` | `string`[] | -| `_conditionIdSeeds_not_contains?` | `string`[] | -| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | -| `_conditionIds?` | `string`[] | -| `_conditionIds_contains?` | `string`[] | -| `_conditionIds_contains_nocase?` | `string`[] | -| `_conditionIds_not?` | `string`[] | -| `_conditionIds_not_contains?` | `string`[] | -| `_conditionIds_not_contains_nocase?` | `string`[] | -| `_creator?` | `string` \| ``null`` | -| `_creator_contains?` | `string` \| ``null`` | -| `_creator_in?` | `string`[] | -| `_creator_not?` | `string` \| ``null`` | -| `_creator_not_contains?` | `string` \| ``null`` | -| `_creator_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_idSeed?` | `string` \| ``null`` | -| `_idSeed_contains?` | `string` \| ``null`` | -| `_idSeed_in?` | `string`[] | -| `_idSeed_not?` | `string` \| ``null`` | -| `_idSeed_not_contains?` | `string` \| ``null`` | -| `_idSeed_not_in?` | `string`[] | -| `_timeLocks?` | `WeiSource`[] | -| `_timeLocks_contains?` | `WeiSource`[] | -| `_timeLocks_contains_nocase?` | `WeiSource`[] | -| `_timeLocks_not?` | `WeiSource`[] | -| `_timeLocks_not_contains?` | `WeiSource`[] | -| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | -| `_timeOuts?` | `WeiSource`[] | -| `_timeOuts_contains?` | `WeiSource`[] | -| `_timeOuts_contains_nocase?` | `WeiSource`[] | -| `_timeOuts_not?` | `WeiSource`[] | -| `_timeOuts_not_contains?` | `WeiSource`[] | -| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------------------- | :----------------- | +| `_accessConsumer?` | `string` \| `null` | +| `_accessConsumer_contains?` | `string` \| `null` | +| `_accessConsumer_in?` | `string`[] | +| `_accessConsumer_not?` | `string` \| `null` | +| `_accessConsumer_not_contains?` | `string` \| `null` | +| `_accessConsumer_not_in?` | `string`[] | +| `_accessProvider?` | `string` \| `null` | +| `_accessProvider_contains?` | `string` \| `null` | +| `_accessProvider_in?` | `string`[] | +| `_accessProvider_not?` | `string` \| `null` | +| `_accessProvider_not_contains?` | `string` \| `null` | +| `_accessProvider_not_in?` | `string`[] | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_conditionIdSeeds?` | `string`[] | +| `_conditionIdSeeds_contains?` | `string`[] | +| `_conditionIdSeeds_contains_nocase?` | `string`[] | +| `_conditionIdSeeds_not?` | `string`[] | +| `_conditionIdSeeds_not_contains?` | `string`[] | +| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | +| `_conditionIds?` | `string`[] | +| `_conditionIds_contains?` | `string`[] | +| `_conditionIds_contains_nocase?` | `string`[] | +| `_conditionIds_not?` | `string`[] | +| `_conditionIds_not_contains?` | `string`[] | +| `_conditionIds_not_contains_nocase?` | `string`[] | +| `_creator?` | `string` \| `null` | +| `_creator_contains?` | `string` \| `null` | +| `_creator_in?` | `string`[] | +| `_creator_not?` | `string` \| `null` | +| `_creator_not_contains?` | `string` \| `null` | +| `_creator_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_idSeed?` | `string` \| `null` | +| `_idSeed_contains?` | `string` \| `null` | +| `_idSeed_in?` | `string`[] | +| `_idSeed_not?` | `string` \| `null` | +| `_idSeed_not_contains?` | `string` \| `null` | +| `_idSeed_not_in?` | `string`[] | +| `_timeLocks?` | `WeiSource`[] | +| `_timeLocks_contains?` | `WeiSource`[] | +| `_timeLocks_contains_nocase?` | `WeiSource`[] | +| `_timeLocks_not?` | `WeiSource`[] | +| `_timeLocks_not_contains?` | `WeiSource`[] | +| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | +| `_timeOuts?` | `WeiSource`[] | +| `_timeOuts_contains?` | `WeiSource`[] | +| `_timeOuts_contains_nocase?` | `WeiSource`[] | +| `_timeOuts_not?` | `WeiSource`[] | +| `_timeOuts_not_contains?` | `WeiSource`[] | +| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessTemplate.d.ts:21 -___ +--- ### AgreementCreatedResult @@ -165,25 +165,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | `string` | -| `_accessProvider` | `string` | -| `_agreementId` | `string` | -| `_conditionIdSeeds` | (`string` \| ``null``)[] | -| `_conditionIds` | (`string` \| ``null``)[] | -| `_creator` | `string` | -| `_did` | `string` | -| `_idSeed` | `string` | -| `_timeLocks` | (`Wei` \| ``null``)[] | -| `_timeOuts` | (`Wei` \| ``null``)[] | -| `id` | `string` | +| Name | Type | +| :------------------ | :--------------------- | +| `_accessConsumer` | `string` | +| `_accessProvider` | `string` | +| `_agreementId` | `string` | +| `_conditionIdSeeds` | (`string` \| `null`)[] | +| `_conditionIds` | (`string` \| `null`)[] | +| `_creator` | `string` | +| `_did` | `string` | +| `_idSeed` | `string` | +| `_timeLocks` | (`Wei` \| `null`)[] | +| `_timeOuts` | (`Wei` \| `null`)[] | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessTemplate.d.ts:91 -___ +--- ### InitializedArgs @@ -191,15 +191,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AccessTemplate.md#initializedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AccessTemplate.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessTemplate.d.ts:148 -___ +--- ### InitializedFields @@ -207,16 +207,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessTemplate.d.ts:144 -___ +--- ### InitializedFilter @@ -224,30 +224,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessTemplate.d.ts:122 -___ +--- ### InitializedResult @@ -255,16 +255,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessTemplate.d.ts:140 -___ +--- ### MultiQueryOptions @@ -273,25 +273,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessTemplate.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -299,15 +299,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AccessTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AccessTemplate.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessTemplate.d.ts:185 -___ +--- ### OwnershipTransferredFields @@ -315,17 +315,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessTemplate.d.ts:180 -___ +--- ### OwnershipTransferredFilter @@ -333,34 +333,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessTemplate.d.ts:153 -___ +--- ### OwnershipTransferredResult @@ -368,17 +368,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AccessTemplate.d.ts:175 -___ +--- ### SingleQueryOptions @@ -386,10 +386,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -403,17 +403,17 @@ node_modules/@nevermined-io/subgraphs/build/AccessTemplate.d.ts:2 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.AccessTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.AccessTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.AccessTemplate.md#singlequeryoptions) | -| `args` | [`AgreementCreatedArgs`](subgraphs.AccessTemplate.md#agreementcreatedargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.AccessTemplate.md#singlequeryoptions) | +| `args` | [`AgreementCreatedArgs`](subgraphs.AccessTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -423,7 +423,7 @@ node_modules/@nevermined-io/subgraphs/build/AccessTemplate.d.ts:2 node_modules/@nevermined-io/subgraphs/build/AccessTemplate.d.ts:120 -___ +--- ### getAgreementCreateds @@ -431,17 +431,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.AccessTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.AccessTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AccessTemplate.md#multiqueryoptions)<[`AgreementCreatedFilter`](subgraphs.AccessTemplate.md#agreementcreatedfilter), [`AgreementCreatedResult`](subgraphs.AccessTemplate.md#agreementcreatedresult)\> | -| `args` | [`AgreementCreatedArgs`](subgraphs.AccessTemplate.md#agreementcreatedargs)<`K`\> | +| `args` | [`AgreementCreatedArgs`](subgraphs.AccessTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -451,7 +451,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AccessTemplate.d.ts:121 -___ +--- ### getInitializedById @@ -459,17 +459,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AccessTemplate.md#initializedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AccessTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.AccessTemplate.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.AccessTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.AccessTemplate.md#initializedargs)<`K`\> | #### Returns @@ -479,7 +479,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AccessTemplate.d.ts:151 -___ +--- ### getInitializeds @@ -487,17 +487,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AccessTemplate.md#initializedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AccessTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AccessTemplate.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.AccessTemplate.md#initializedfilter), [`InitializedResult`](subgraphs.AccessTemplate.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.AccessTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.AccessTemplate.md#initializedargs)<`K`\> | #### Returns @@ -507,7 +507,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AccessTemplate.d.ts:152 -___ +--- ### getOwnershipTransferredById @@ -515,17 +515,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AccessTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AccessTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.AccessTemplate.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.AccessTemplate.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.AccessTemplate.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.AccessTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -535,7 +535,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AccessTemplate.d.ts:188 -___ +--- ### getOwnershipTransferreds @@ -543,17 +543,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AccessTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AccessTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AccessTemplate.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.AccessTemplate.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.AccessTemplate.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.AccessTemplate.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.AccessTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.AgreementStoreManager.md b/docs/api-reference/modules/subgraphs.AgreementStoreManager.md index f65139245..add0980b6 100644 --- a/docs/api-reference/modules/subgraphs.AgreementStoreManager.md +++ b/docs/api-reference/modules/subgraphs.AgreementStoreManager.md @@ -52,15 +52,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AgreementStoreManager.md#initializedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AgreementStoreManager.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:46 -___ +--- ### InitializedFields @@ -68,16 +68,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:42 -___ +--- ### InitializedFilter @@ -85,30 +85,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:20 -___ +--- ### InitializedResult @@ -116,16 +116,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:38 -___ +--- ### MultiQueryOptions @@ -134,25 +134,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:9 -___ +--- ### OwnershipTransferredArgs @@ -160,15 +160,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AgreementStoreManager.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AgreementStoreManager.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:83 -___ +--- ### OwnershipTransferredFields @@ -176,17 +176,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:78 -___ +--- ### OwnershipTransferredFilter @@ -194,34 +194,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:51 -___ +--- ### OwnershipTransferredResult @@ -229,17 +229,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:73 -___ +--- ### RoleAdminChangedArgs @@ -247,15 +247,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.AgreementStoreManager.md#roleadminchangedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.AgreementStoreManager.md#roleadminchangedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:128 -___ +--- ### RoleAdminChangedFields @@ -263,18 +263,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newAdminRole` | ``true`` | -| `previousAdminRole` | ``true`` | -| `role` | ``true`` | +| Name | Type | +| :------------------ | :----- | +| `id` | `true` | +| `newAdminRole` | `true` | +| `previousAdminRole` | `true` | +| `role` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:122 -___ +--- ### RoleAdminChangedFilter @@ -282,40 +282,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newAdminRole?` | `string` \| ``null`` | -| `newAdminRole_contains?` | `string` \| ``null`` | -| `newAdminRole_in?` | `string`[] | -| `newAdminRole_not?` | `string` \| ``null`` | -| `newAdminRole_not_contains?` | `string` \| ``null`` | -| `newAdminRole_not_in?` | `string`[] | -| `previousAdminRole?` | `string` \| ``null`` | -| `previousAdminRole_contains?` | `string` \| ``null`` | -| `previousAdminRole_in?` | `string`[] | -| `previousAdminRole_not?` | `string` \| ``null`` | -| `previousAdminRole_not_contains?` | `string` \| ``null`` | -| `previousAdminRole_not_in?` | `string`[] | -| `role?` | `string` \| ``null`` | -| `role_contains?` | `string` \| ``null`` | -| `role_in?` | `string`[] | -| `role_not?` | `string` \| ``null`` | -| `role_not_contains?` | `string` \| ``null`` | -| `role_not_in?` | `string`[] | +| Name | Type | +| :-------------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newAdminRole?` | `string` \| `null` | +| `newAdminRole_contains?` | `string` \| `null` | +| `newAdminRole_in?` | `string`[] | +| `newAdminRole_not?` | `string` \| `null` | +| `newAdminRole_not_contains?` | `string` \| `null` | +| `newAdminRole_not_in?` | `string`[] | +| `previousAdminRole?` | `string` \| `null` | +| `previousAdminRole_contains?` | `string` \| `null` | +| `previousAdminRole_in?` | `string`[] | +| `previousAdminRole_not?` | `string` \| `null` | +| `previousAdminRole_not_contains?` | `string` \| `null` | +| `previousAdminRole_not_in?` | `string`[] | +| `role?` | `string` \| `null` | +| `role_contains?` | `string` \| `null` | +| `role_in?` | `string`[] | +| `role_not?` | `string` \| `null` | +| `role_not_contains?` | `string` \| `null` | +| `role_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:88 -___ +--- ### RoleAdminChangedResult @@ -323,18 +323,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newAdminRole` | `string` | +| Name | Type | +| :------------------ | :------- | +| `id` | `string` | +| `newAdminRole` | `string` | | `previousAdminRole` | `string` | -| `role` | `string` | +| `role` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:116 -___ +--- ### RoleGrantedArgs @@ -342,15 +342,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleGrantedResult`](subgraphs.AgreementStoreManager.md#rolegrantedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleGrantedResult`](subgraphs.AgreementStoreManager.md#rolegrantedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:173 -___ +--- ### RoleGrantedFields @@ -358,18 +358,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account` | ``true`` | -| `id` | ``true`` | -| `role` | ``true`` | -| `sender` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `account` | `true` | +| `id` | `true` | +| `role` | `true` | +| `sender` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:167 -___ +--- ### RoleGrantedFilter @@ -377,40 +377,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account?` | `string` \| ``null`` | -| `account_contains?` | `string` \| ``null`` | -| `account_in?` | `string`[] | -| `account_not?` | `string` \| ``null`` | -| `account_not_contains?` | `string` \| ``null`` | -| `account_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `role?` | `string` \| ``null`` | -| `role_contains?` | `string` \| ``null`` | -| `role_in?` | `string`[] | -| `role_not?` | `string` \| ``null`` | -| `role_not_contains?` | `string` \| ``null`` | -| `role_not_in?` | `string`[] | -| `sender?` | `string` \| ``null`` | -| `sender_contains?` | `string` \| ``null`` | -| `sender_in?` | `string`[] | -| `sender_not?` | `string` \| ``null`` | -| `sender_not_contains?` | `string` \| ``null`` | -| `sender_not_in?` | `string`[] | +| Name | Type | +| :---------------------- | :----------------- | +| `account?` | `string` \| `null` | +| `account_contains?` | `string` \| `null` | +| `account_in?` | `string`[] | +| `account_not?` | `string` \| `null` | +| `account_not_contains?` | `string` \| `null` | +| `account_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `role?` | `string` \| `null` | +| `role_contains?` | `string` \| `null` | +| `role_in?` | `string`[] | +| `role_not?` | `string` \| `null` | +| `role_not_contains?` | `string` \| `null` | +| `role_not_in?` | `string`[] | +| `sender?` | `string` \| `null` | +| `sender_contains?` | `string` \| `null` | +| `sender_in?` | `string`[] | +| `sender_not?` | `string` \| `null` | +| `sender_not_contains?` | `string` \| `null` | +| `sender_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:133 -___ +--- ### RoleGrantedResult @@ -418,18 +418,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `account` | `string` | -| `id` | `string` | -| `role` | `string` | -| `sender` | `string` | +| `id` | `string` | +| `role` | `string` | +| `sender` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:161 -___ +--- ### RoleRevokedArgs @@ -437,15 +437,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleRevokedResult`](subgraphs.AgreementStoreManager.md#rolerevokedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleRevokedResult`](subgraphs.AgreementStoreManager.md#rolerevokedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:218 -___ +--- ### RoleRevokedFields @@ -453,18 +453,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account` | ``true`` | -| `id` | ``true`` | -| `role` | ``true`` | -| `sender` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `account` | `true` | +| `id` | `true` | +| `role` | `true` | +| `sender` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:212 -___ +--- ### RoleRevokedFilter @@ -472,40 +472,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account?` | `string` \| ``null`` | -| `account_contains?` | `string` \| ``null`` | -| `account_in?` | `string`[] | -| `account_not?` | `string` \| ``null`` | -| `account_not_contains?` | `string` \| ``null`` | -| `account_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `role?` | `string` \| ``null`` | -| `role_contains?` | `string` \| ``null`` | -| `role_in?` | `string`[] | -| `role_not?` | `string` \| ``null`` | -| `role_not_contains?` | `string` \| ``null`` | -| `role_not_in?` | `string`[] | -| `sender?` | `string` \| ``null`` | -| `sender_contains?` | `string` \| ``null`` | -| `sender_in?` | `string`[] | -| `sender_not?` | `string` \| ``null`` | -| `sender_not_contains?` | `string` \| ``null`` | -| `sender_not_in?` | `string`[] | +| Name | Type | +| :---------------------- | :----------------- | +| `account?` | `string` \| `null` | +| `account_contains?` | `string` \| `null` | +| `account_in?` | `string`[] | +| `account_not?` | `string` \| `null` | +| `account_not_contains?` | `string` \| `null` | +| `account_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `role?` | `string` \| `null` | +| `role_contains?` | `string` \| `null` | +| `role_in?` | `string`[] | +| `role_not?` | `string` \| `null` | +| `role_not_contains?` | `string` \| `null` | +| `role_not_in?` | `string`[] | +| `sender?` | `string` \| `null` | +| `sender_contains?` | `string` \| `null` | +| `sender_in?` | `string`[] | +| `sender_not?` | `string` \| `null` | +| `sender_not_contains?` | `string` \| `null` | +| `sender_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:178 -___ +--- ### RoleRevokedResult @@ -513,18 +513,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `account` | `string` | -| `id` | `string` | -| `role` | `string` | -| `sender` | `string` | +| `id` | `string` | +| `role` | `string` | +| `sender` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:206 -___ +--- ### SingleQueryOptions @@ -532,10 +532,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -549,17 +549,17 @@ node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:1 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AgreementStoreManager.md#initializedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AgreementStoreManager.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.AgreementStoreManager.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.AgreementStoreManager.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.AgreementStoreManager.md#initializedargs)<`K`\> | #### Returns @@ -569,7 +569,7 @@ node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:1 node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:49 -___ +--- ### getInitializeds @@ -577,17 +577,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.AgreementStoreManager.md#initializedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.AgreementStoreManager.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AgreementStoreManager.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.AgreementStoreManager.md#initializedfilter), [`InitializedResult`](subgraphs.AgreementStoreManager.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.AgreementStoreManager.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.AgreementStoreManager.md#initializedargs)<`K`\> | #### Returns @@ -597,7 +597,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:50 -___ +--- ### getOwnershipTransferredById @@ -605,17 +605,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AgreementStoreManager.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AgreementStoreManager.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.AgreementStoreManager.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.AgreementStoreManager.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.AgreementStoreManager.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.AgreementStoreManager.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -625,7 +625,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:86 -___ +--- ### getOwnershipTransferreds @@ -633,17 +633,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AgreementStoreManager.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.AgreementStoreManager.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AgreementStoreManager.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.AgreementStoreManager.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.AgreementStoreManager.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.AgreementStoreManager.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.AgreementStoreManager.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -653,7 +653,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:87 -___ +--- ### getRoleAdminChangedById @@ -661,17 +661,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.AgreementStoreManager.md#roleadminchangedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.AgreementStoreManager.md#roleadminchangedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.AgreementStoreManager.md#singlequeryoptions) | -| `args` | [`RoleAdminChangedArgs`](subgraphs.AgreementStoreManager.md#roleadminchangedargs)<`K`\> | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.AgreementStoreManager.md#singlequeryoptions) | +| `args` | [`RoleAdminChangedArgs`](subgraphs.AgreementStoreManager.md#roleadminchangedargs)<`K`\> | #### Returns @@ -681,7 +681,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:131 -___ +--- ### getRoleAdminChangeds @@ -689,17 +689,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.AgreementStoreManager.md#roleadminchangedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.AgreementStoreManager.md#roleadminchangedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AgreementStoreManager.md#multiqueryoptions)<[`RoleAdminChangedFilter`](subgraphs.AgreementStoreManager.md#roleadminchangedfilter), [`RoleAdminChangedResult`](subgraphs.AgreementStoreManager.md#roleadminchangedresult)\> | -| `args` | [`RoleAdminChangedArgs`](subgraphs.AgreementStoreManager.md#roleadminchangedargs)<`K`\> | +| `args` | [`RoleAdminChangedArgs`](subgraphs.AgreementStoreManager.md#roleadminchangedargs)<`K`\> | #### Returns @@ -709,7 +709,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:132 -___ +--- ### getRoleGrantedById @@ -717,17 +717,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleGrantedResult`](subgraphs.AgreementStoreManager.md#rolegrantedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleGrantedResult`](subgraphs.AgreementStoreManager.md#rolegrantedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.AgreementStoreManager.md#singlequeryoptions) | -| `args` | [`RoleGrantedArgs`](subgraphs.AgreementStoreManager.md#rolegrantedargs)<`K`\> | +| `args` | [`RoleGrantedArgs`](subgraphs.AgreementStoreManager.md#rolegrantedargs)<`K`\> | #### Returns @@ -737,7 +737,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:176 -___ +--- ### getRoleGranteds @@ -745,17 +745,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleGrantedResult`](subgraphs.AgreementStoreManager.md#rolegrantedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleGrantedResult`](subgraphs.AgreementStoreManager.md#rolegrantedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AgreementStoreManager.md#multiqueryoptions)<[`RoleGrantedFilter`](subgraphs.AgreementStoreManager.md#rolegrantedfilter), [`RoleGrantedResult`](subgraphs.AgreementStoreManager.md#rolegrantedresult)\> | -| `args` | [`RoleGrantedArgs`](subgraphs.AgreementStoreManager.md#rolegrantedargs)<`K`\> | +| `args` | [`RoleGrantedArgs`](subgraphs.AgreementStoreManager.md#rolegrantedargs)<`K`\> | #### Returns @@ -765,7 +765,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:177 -___ +--- ### getRoleRevokedById @@ -773,17 +773,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleRevokedResult`](subgraphs.AgreementStoreManager.md#rolerevokedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleRevokedResult`](subgraphs.AgreementStoreManager.md#rolerevokedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.AgreementStoreManager.md#singlequeryoptions) | -| `args` | [`RoleRevokedArgs`](subgraphs.AgreementStoreManager.md#rolerevokedargs)<`K`\> | +| `args` | [`RoleRevokedArgs`](subgraphs.AgreementStoreManager.md#rolerevokedargs)<`K`\> | #### Returns @@ -793,7 +793,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/AgreementStoreManager.d.ts:221 -___ +--- ### getRoleRevokeds @@ -801,17 +801,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleRevokedResult`](subgraphs.AgreementStoreManager.md#rolerevokedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleRevokedResult`](subgraphs.AgreementStoreManager.md#rolerevokedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.AgreementStoreManager.md#multiqueryoptions)<[`RoleRevokedFilter`](subgraphs.AgreementStoreManager.md#rolerevokedfilter), [`RoleRevokedResult`](subgraphs.AgreementStoreManager.md#rolerevokedresult)\> | -| `args` | [`RoleRevokedArgs`](subgraphs.AgreementStoreManager.md#rolerevokedargs)<`K`\> | +| `args` | [`RoleRevokedArgs`](subgraphs.AgreementStoreManager.md#rolerevokedargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.ComputeExecutionCondition.md b/docs/api-reference/modules/subgraphs.ComputeExecutionCondition.md index 575cb0aa7..d271d6528 100644 --- a/docs/api-reference/modules/subgraphs.ComputeExecutionCondition.md +++ b/docs/api-reference/modules/subgraphs.ComputeExecutionCondition.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.ComputeExecutionCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.ComputeExecutionCondition.md#fulfilledresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/ComputeExecutionCondition.d.ts:68 -___ +--- ### FulfilledFields @@ -56,19 +56,19 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | ``true`` | -| `_computeConsumer` | ``true`` | -| `_conditionId` | ``true`` | -| `_did` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :----------------- | :----- | +| `_agreementId` | `true` | +| `_computeConsumer` | `true` | +| `_conditionId` | `true` | +| `_did` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ComputeExecutionCondition.d.ts:61 -___ +--- ### FulfilledFilter @@ -76,46 +76,46 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_computeConsumer?` | `string` \| ``null`` | -| `_computeConsumer_contains?` | `string` \| ``null`` | -| `_computeConsumer_in?` | `string`[] | -| `_computeConsumer_not?` | `string` \| ``null`` | -| `_computeConsumer_not_contains?` | `string` \| ``null`` | -| `_computeConsumer_not_in?` | `string`[] | -| `_conditionId?` | `string` \| ``null`` | -| `_conditionId_contains?` | `string` \| ``null`` | -| `_conditionId_in?` | `string`[] | -| `_conditionId_not?` | `string` \| ``null`` | -| `_conditionId_not_contains?` | `string` \| ``null`` | -| `_conditionId_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :------------------------------- | :----------------- | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_computeConsumer?` | `string` \| `null` | +| `_computeConsumer_contains?` | `string` \| `null` | +| `_computeConsumer_in?` | `string`[] | +| `_computeConsumer_not?` | `string` \| `null` | +| `_computeConsumer_not_contains?` | `string` \| `null` | +| `_computeConsumer_not_in?` | `string`[] | +| `_conditionId?` | `string` \| `null` | +| `_conditionId_contains?` | `string` \| `null` | +| `_conditionId_in?` | `string`[] | +| `_conditionId_not?` | `string` \| `null` | +| `_conditionId_not_contains?` | `string` \| `null` | +| `_conditionId_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/ComputeExecutionCondition.d.ts:20 -___ +--- ### FulfilledResult @@ -123,19 +123,19 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | `string` | +| Name | Type | +| :----------------- | :------- | +| `_agreementId` | `string` | | `_computeConsumer` | `string` | -| `_conditionId` | `string` | -| `_did` | `string` | -| `id` | `string` | +| `_conditionId` | `string` | +| `_did` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ComputeExecutionCondition.d.ts:54 -___ +--- ### InitializedArgs @@ -143,15 +143,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.ComputeExecutionCondition.md#initializedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.ComputeExecutionCondition.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/ComputeExecutionCondition.d.ts:99 -___ +--- ### InitializedFields @@ -159,16 +159,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ComputeExecutionCondition.d.ts:95 -___ +--- ### InitializedFilter @@ -176,30 +176,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/ComputeExecutionCondition.d.ts:73 -___ +--- ### InitializedResult @@ -207,16 +207,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ComputeExecutionCondition.d.ts:91 -___ +--- ### MultiQueryOptions @@ -225,25 +225,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ComputeExecutionCondition.d.ts:9 -___ +--- ### OwnershipTransferredArgs @@ -251,15 +251,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.ComputeExecutionCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.ComputeExecutionCondition.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/ComputeExecutionCondition.d.ts:136 -___ +--- ### OwnershipTransferredFields @@ -267,17 +267,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ComputeExecutionCondition.d.ts:131 -___ +--- ### OwnershipTransferredFilter @@ -285,34 +285,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/ComputeExecutionCondition.d.ts:104 -___ +--- ### OwnershipTransferredResult @@ -320,17 +320,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ComputeExecutionCondition.d.ts:126 -___ +--- ### SingleQueryOptions @@ -338,10 +338,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -355,17 +355,17 @@ node_modules/@nevermined-io/subgraphs/build/ComputeExecutionCondition.d.ts:1 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.ComputeExecutionCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.ComputeExecutionCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.ComputeExecutionCondition.md#singlequeryoptions) | -| `args` | [`FulfilledArgs`](subgraphs.ComputeExecutionCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.ComputeExecutionCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -375,7 +375,7 @@ node_modules/@nevermined-io/subgraphs/build/ComputeExecutionCondition.d.ts:1 node_modules/@nevermined-io/subgraphs/build/ComputeExecutionCondition.d.ts:71 -___ +--- ### getFulfilleds @@ -383,17 +383,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.ComputeExecutionCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.ComputeExecutionCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.ComputeExecutionCondition.md#multiqueryoptions)<[`FulfilledFilter`](subgraphs.ComputeExecutionCondition.md#fulfilledfilter), [`FulfilledResult`](subgraphs.ComputeExecutionCondition.md#fulfilledresult)\> | -| `args` | [`FulfilledArgs`](subgraphs.ComputeExecutionCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.ComputeExecutionCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -403,7 +403,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/ComputeExecutionCondition.d.ts:72 -___ +--- ### getInitializedById @@ -411,17 +411,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.ComputeExecutionCondition.md#initializedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.ComputeExecutionCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.ComputeExecutionCondition.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.ComputeExecutionCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.ComputeExecutionCondition.md#initializedargs)<`K`\> | #### Returns @@ -431,7 +431,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/ComputeExecutionCondition.d.ts:102 -___ +--- ### getInitializeds @@ -439,17 +439,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.ComputeExecutionCondition.md#initializedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.ComputeExecutionCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.ComputeExecutionCondition.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.ComputeExecutionCondition.md#initializedfilter), [`InitializedResult`](subgraphs.ComputeExecutionCondition.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.ComputeExecutionCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.ComputeExecutionCondition.md#initializedargs)<`K`\> | #### Returns @@ -459,7 +459,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/ComputeExecutionCondition.d.ts:103 -___ +--- ### getOwnershipTransferredById @@ -467,17 +467,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.ComputeExecutionCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.ComputeExecutionCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.ComputeExecutionCondition.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.ComputeExecutionCondition.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.ComputeExecutionCondition.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.ComputeExecutionCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -487,7 +487,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/ComputeExecutionCondition.d.ts:139 -___ +--- ### getOwnershipTransferreds @@ -495,17 +495,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.ComputeExecutionCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.ComputeExecutionCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.ComputeExecutionCondition.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.ComputeExecutionCondition.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.ComputeExecutionCondition.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.ComputeExecutionCondition.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.ComputeExecutionCondition.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.ConditionStoreManager.md b/docs/api-reference/modules/subgraphs.ConditionStoreManager.md index 34e873983..6476c9fdb 100644 --- a/docs/api-reference/modules/subgraphs.ConditionStoreManager.md +++ b/docs/api-reference/modules/subgraphs.ConditionStoreManager.md @@ -64,15 +64,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ConditionCreatedResult`](subgraphs.ConditionStoreManager.md#conditioncreatedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`ConditionCreatedResult`](subgraphs.ConditionStoreManager.md#conditioncreatedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:52 -___ +--- ### ConditionCreatedFields @@ -80,17 +80,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_typeRef` | ``true`` | -| `_who` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :--------- | :----- | +| `_typeRef` | `true` | +| `_who` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:47 -___ +--- ### ConditionCreatedFilter @@ -98,34 +98,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_typeRef?` | `string` \| ``null`` | -| `_typeRef_contains?` | `string` \| ``null`` | -| `_typeRef_in?` | `string`[] | -| `_typeRef_not?` | `string` \| ``null`` | -| `_typeRef_not_contains?` | `string` \| ``null`` | -| `_typeRef_not_in?` | `string`[] | -| `_who?` | `string` \| ``null`` | -| `_who_contains?` | `string` \| ``null`` | -| `_who_in?` | `string`[] | -| `_who_not?` | `string` \| ``null`` | -| `_who_not_contains?` | `string` \| ``null`` | -| `_who_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :----------------------- | :----------------- | +| `_typeRef?` | `string` \| `null` | +| `_typeRef_contains?` | `string` \| `null` | +| `_typeRef_in?` | `string`[] | +| `_typeRef_not?` | `string` \| `null` | +| `_typeRef_not_contains?` | `string` \| `null` | +| `_typeRef_not_in?` | `string`[] | +| `_who?` | `string` \| `null` | +| `_who_contains?` | `string` \| `null` | +| `_who_in?` | `string`[] | +| `_who_not?` | `string` \| `null` | +| `_who_not_contains?` | `string` \| `null` | +| `_who_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:20 -___ +--- ### ConditionCreatedResult @@ -133,17 +133,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :--------- | :------- | | `_typeRef` | `string` | -| `_who` | `string` | -| `id` | `string` | +| `_who` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:42 -___ +--- ### ConditionUpdatedArgs @@ -151,15 +151,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ConditionUpdatedResult`](subgraphs.ConditionStoreManager.md#conditionupdatedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`ConditionUpdatedResult`](subgraphs.ConditionStoreManager.md#conditionupdatedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:99 -___ +--- ### ConditionUpdatedFields @@ -167,18 +167,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_state` | ``true`` | -| `_typeRef` | ``true`` | -| `_who` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :--------- | :----- | +| `_state` | `true` | +| `_typeRef` | `true` | +| `_who` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:93 -___ +--- ### ConditionUpdatedFilter @@ -186,42 +186,42 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_state?` | `number` \| ``null`` | -| `_state_gt?` | `number` \| ``null`` | -| `_state_gte?` | `number` \| ``null`` | -| `_state_in?` | `number`[] | -| `_state_lt?` | `number` \| ``null`` | -| `_state_lte?` | `number` \| ``null`` | -| `_state_not?` | `number` \| ``null`` | -| `_state_not_in?` | `number`[] | -| `_typeRef?` | `string` \| ``null`` | -| `_typeRef_contains?` | `string` \| ``null`` | -| `_typeRef_in?` | `string`[] | -| `_typeRef_not?` | `string` \| ``null`` | -| `_typeRef_not_contains?` | `string` \| ``null`` | -| `_typeRef_not_in?` | `string`[] | -| `_who?` | `string` \| ``null`` | -| `_who_contains?` | `string` \| ``null`` | -| `_who_in?` | `string`[] | -| `_who_not?` | `string` \| ``null`` | -| `_who_not_contains?` | `string` \| ``null`` | -| `_who_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :----------------------- | :----------------- | +| `_state?` | `number` \| `null` | +| `_state_gt?` | `number` \| `null` | +| `_state_gte?` | `number` \| `null` | +| `_state_in?` | `number`[] | +| `_state_lt?` | `number` \| `null` | +| `_state_lte?` | `number` \| `null` | +| `_state_not?` | `number` \| `null` | +| `_state_not_in?` | `number`[] | +| `_typeRef?` | `string` \| `null` | +| `_typeRef_contains?` | `string` \| `null` | +| `_typeRef_in?` | `string`[] | +| `_typeRef_not?` | `string` \| `null` | +| `_typeRef_not_contains?` | `string` \| `null` | +| `_typeRef_not_in?` | `string`[] | +| `_who?` | `string` \| `null` | +| `_who_contains?` | `string` \| `null` | +| `_who_in?` | `string`[] | +| `_who_not?` | `string` \| `null` | +| `_who_not_contains?` | `string` \| `null` | +| `_who_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:57 -___ +--- ### ConditionUpdatedResult @@ -229,18 +229,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_state` | `number` | +| Name | Type | +| :--------- | :------- | +| `_state` | `number` | | `_typeRef` | `string` | -| `_who` | `string` | -| `id` | `string` | +| `_who` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:87 -___ +--- ### InitializedArgs @@ -248,15 +248,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.ConditionStoreManager.md#initializedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.ConditionStoreManager.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:130 -___ +--- ### InitializedFields @@ -264,16 +264,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:126 -___ +--- ### InitializedFilter @@ -281,30 +281,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:104 -___ +--- ### InitializedResult @@ -312,16 +312,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:122 -___ +--- ### MultiQueryOptions @@ -330,25 +330,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:9 -___ +--- ### OwnershipTransferredArgs @@ -356,15 +356,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.ConditionStoreManager.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.ConditionStoreManager.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:167 -___ +--- ### OwnershipTransferredFields @@ -372,17 +372,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:162 -___ +--- ### OwnershipTransferredFilter @@ -390,34 +390,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:135 -___ +--- ### OwnershipTransferredResult @@ -425,17 +425,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:157 -___ +--- ### RoleAdminChangedArgs @@ -443,15 +443,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.ConditionStoreManager.md#roleadminchangedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.ConditionStoreManager.md#roleadminchangedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:212 -___ +--- ### RoleAdminChangedFields @@ -459,18 +459,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newAdminRole` | ``true`` | -| `previousAdminRole` | ``true`` | -| `role` | ``true`` | +| Name | Type | +| :------------------ | :----- | +| `id` | `true` | +| `newAdminRole` | `true` | +| `previousAdminRole` | `true` | +| `role` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:206 -___ +--- ### RoleAdminChangedFilter @@ -478,40 +478,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newAdminRole?` | `string` \| ``null`` | -| `newAdminRole_contains?` | `string` \| ``null`` | -| `newAdminRole_in?` | `string`[] | -| `newAdminRole_not?` | `string` \| ``null`` | -| `newAdminRole_not_contains?` | `string` \| ``null`` | -| `newAdminRole_not_in?` | `string`[] | -| `previousAdminRole?` | `string` \| ``null`` | -| `previousAdminRole_contains?` | `string` \| ``null`` | -| `previousAdminRole_in?` | `string`[] | -| `previousAdminRole_not?` | `string` \| ``null`` | -| `previousAdminRole_not_contains?` | `string` \| ``null`` | -| `previousAdminRole_not_in?` | `string`[] | -| `role?` | `string` \| ``null`` | -| `role_contains?` | `string` \| ``null`` | -| `role_in?` | `string`[] | -| `role_not?` | `string` \| ``null`` | -| `role_not_contains?` | `string` \| ``null`` | -| `role_not_in?` | `string`[] | +| Name | Type | +| :-------------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newAdminRole?` | `string` \| `null` | +| `newAdminRole_contains?` | `string` \| `null` | +| `newAdminRole_in?` | `string`[] | +| `newAdminRole_not?` | `string` \| `null` | +| `newAdminRole_not_contains?` | `string` \| `null` | +| `newAdminRole_not_in?` | `string`[] | +| `previousAdminRole?` | `string` \| `null` | +| `previousAdminRole_contains?` | `string` \| `null` | +| `previousAdminRole_in?` | `string`[] | +| `previousAdminRole_not?` | `string` \| `null` | +| `previousAdminRole_not_contains?` | `string` \| `null` | +| `previousAdminRole_not_in?` | `string`[] | +| `role?` | `string` \| `null` | +| `role_contains?` | `string` \| `null` | +| `role_in?` | `string`[] | +| `role_not?` | `string` \| `null` | +| `role_not_contains?` | `string` \| `null` | +| `role_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:172 -___ +--- ### RoleAdminChangedResult @@ -519,18 +519,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newAdminRole` | `string` | +| Name | Type | +| :------------------ | :------- | +| `id` | `string` | +| `newAdminRole` | `string` | | `previousAdminRole` | `string` | -| `role` | `string` | +| `role` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:200 -___ +--- ### RoleGrantedArgs @@ -538,15 +538,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleGrantedResult`](subgraphs.ConditionStoreManager.md#rolegrantedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleGrantedResult`](subgraphs.ConditionStoreManager.md#rolegrantedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:257 -___ +--- ### RoleGrantedFields @@ -554,18 +554,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account` | ``true`` | -| `id` | ``true`` | -| `role` | ``true`` | -| `sender` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `account` | `true` | +| `id` | `true` | +| `role` | `true` | +| `sender` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:251 -___ +--- ### RoleGrantedFilter @@ -573,40 +573,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account?` | `string` \| ``null`` | -| `account_contains?` | `string` \| ``null`` | -| `account_in?` | `string`[] | -| `account_not?` | `string` \| ``null`` | -| `account_not_contains?` | `string` \| ``null`` | -| `account_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `role?` | `string` \| ``null`` | -| `role_contains?` | `string` \| ``null`` | -| `role_in?` | `string`[] | -| `role_not?` | `string` \| ``null`` | -| `role_not_contains?` | `string` \| ``null`` | -| `role_not_in?` | `string`[] | -| `sender?` | `string` \| ``null`` | -| `sender_contains?` | `string` \| ``null`` | -| `sender_in?` | `string`[] | -| `sender_not?` | `string` \| ``null`` | -| `sender_not_contains?` | `string` \| ``null`` | -| `sender_not_in?` | `string`[] | +| Name | Type | +| :---------------------- | :----------------- | +| `account?` | `string` \| `null` | +| `account_contains?` | `string` \| `null` | +| `account_in?` | `string`[] | +| `account_not?` | `string` \| `null` | +| `account_not_contains?` | `string` \| `null` | +| `account_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `role?` | `string` \| `null` | +| `role_contains?` | `string` \| `null` | +| `role_in?` | `string`[] | +| `role_not?` | `string` \| `null` | +| `role_not_contains?` | `string` \| `null` | +| `role_not_in?` | `string`[] | +| `sender?` | `string` \| `null` | +| `sender_contains?` | `string` \| `null` | +| `sender_in?` | `string`[] | +| `sender_not?` | `string` \| `null` | +| `sender_not_contains?` | `string` \| `null` | +| `sender_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:217 -___ +--- ### RoleGrantedResult @@ -614,18 +614,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `account` | `string` | -| `id` | `string` | -| `role` | `string` | -| `sender` | `string` | +| `id` | `string` | +| `role` | `string` | +| `sender` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:245 -___ +--- ### RoleRevokedArgs @@ -633,15 +633,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleRevokedResult`](subgraphs.ConditionStoreManager.md#rolerevokedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleRevokedResult`](subgraphs.ConditionStoreManager.md#rolerevokedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:302 -___ +--- ### RoleRevokedFields @@ -649,18 +649,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account` | ``true`` | -| `id` | ``true`` | -| `role` | ``true`` | -| `sender` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `account` | `true` | +| `id` | `true` | +| `role` | `true` | +| `sender` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:296 -___ +--- ### RoleRevokedFilter @@ -668,40 +668,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account?` | `string` \| ``null`` | -| `account_contains?` | `string` \| ``null`` | -| `account_in?` | `string`[] | -| `account_not?` | `string` \| ``null`` | -| `account_not_contains?` | `string` \| ``null`` | -| `account_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `role?` | `string` \| ``null`` | -| `role_contains?` | `string` \| ``null`` | -| `role_in?` | `string`[] | -| `role_not?` | `string` \| ``null`` | -| `role_not_contains?` | `string` \| ``null`` | -| `role_not_in?` | `string`[] | -| `sender?` | `string` \| ``null`` | -| `sender_contains?` | `string` \| ``null`` | -| `sender_in?` | `string`[] | -| `sender_not?` | `string` \| ``null`` | -| `sender_not_contains?` | `string` \| ``null`` | -| `sender_not_in?` | `string`[] | +| Name | Type | +| :---------------------- | :----------------- | +| `account?` | `string` \| `null` | +| `account_contains?` | `string` \| `null` | +| `account_in?` | `string`[] | +| `account_not?` | `string` \| `null` | +| `account_not_contains?` | `string` \| `null` | +| `account_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `role?` | `string` \| `null` | +| `role_contains?` | `string` \| `null` | +| `role_in?` | `string`[] | +| `role_not?` | `string` \| `null` | +| `role_not_contains?` | `string` \| `null` | +| `role_not_in?` | `string`[] | +| `sender?` | `string` \| `null` | +| `sender_contains?` | `string` \| `null` | +| `sender_in?` | `string`[] | +| `sender_not?` | `string` \| `null` | +| `sender_not_contains?` | `string` \| `null` | +| `sender_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:262 -___ +--- ### RoleRevokedResult @@ -709,18 +709,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `account` | `string` | -| `id` | `string` | -| `role` | `string` | -| `sender` | `string` | +| `id` | `string` | +| `role` | `string` | +| `sender` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:290 -___ +--- ### SingleQueryOptions @@ -728,10 +728,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -745,17 +745,17 @@ node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:1 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ConditionCreatedResult`](subgraphs.ConditionStoreManager.md#conditioncreatedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`ConditionCreatedResult`](subgraphs.ConditionStoreManager.md#conditioncreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.ConditionStoreManager.md#singlequeryoptions) | -| `args` | [`ConditionCreatedArgs`](subgraphs.ConditionStoreManager.md#conditioncreatedargs)<`K`\> | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.ConditionStoreManager.md#singlequeryoptions) | +| `args` | [`ConditionCreatedArgs`](subgraphs.ConditionStoreManager.md#conditioncreatedargs)<`K`\> | #### Returns @@ -765,7 +765,7 @@ node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:1 node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:55 -___ +--- ### getConditionCreateds @@ -773,17 +773,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ConditionCreatedResult`](subgraphs.ConditionStoreManager.md#conditioncreatedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`ConditionCreatedResult`](subgraphs.ConditionStoreManager.md#conditioncreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.ConditionStoreManager.md#multiqueryoptions)<[`ConditionCreatedFilter`](subgraphs.ConditionStoreManager.md#conditioncreatedfilter), [`ConditionCreatedResult`](subgraphs.ConditionStoreManager.md#conditioncreatedresult)\> | -| `args` | [`ConditionCreatedArgs`](subgraphs.ConditionStoreManager.md#conditioncreatedargs)<`K`\> | +| `args` | [`ConditionCreatedArgs`](subgraphs.ConditionStoreManager.md#conditioncreatedargs)<`K`\> | #### Returns @@ -793,7 +793,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:56 -___ +--- ### getConditionUpdatedById @@ -801,17 +801,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ConditionUpdatedResult`](subgraphs.ConditionStoreManager.md#conditionupdatedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`ConditionUpdatedResult`](subgraphs.ConditionStoreManager.md#conditionupdatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.ConditionStoreManager.md#singlequeryoptions) | -| `args` | [`ConditionUpdatedArgs`](subgraphs.ConditionStoreManager.md#conditionupdatedargs)<`K`\> | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.ConditionStoreManager.md#singlequeryoptions) | +| `args` | [`ConditionUpdatedArgs`](subgraphs.ConditionStoreManager.md#conditionupdatedargs)<`K`\> | #### Returns @@ -821,7 +821,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:102 -___ +--- ### getConditionUpdateds @@ -829,17 +829,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ConditionUpdatedResult`](subgraphs.ConditionStoreManager.md#conditionupdatedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`ConditionUpdatedResult`](subgraphs.ConditionStoreManager.md#conditionupdatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.ConditionStoreManager.md#multiqueryoptions)<[`ConditionUpdatedFilter`](subgraphs.ConditionStoreManager.md#conditionupdatedfilter), [`ConditionUpdatedResult`](subgraphs.ConditionStoreManager.md#conditionupdatedresult)\> | -| `args` | [`ConditionUpdatedArgs`](subgraphs.ConditionStoreManager.md#conditionupdatedargs)<`K`\> | +| `args` | [`ConditionUpdatedArgs`](subgraphs.ConditionStoreManager.md#conditionupdatedargs)<`K`\> | #### Returns @@ -849,7 +849,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:103 -___ +--- ### getInitializedById @@ -857,17 +857,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.ConditionStoreManager.md#initializedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.ConditionStoreManager.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.ConditionStoreManager.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.ConditionStoreManager.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.ConditionStoreManager.md#initializedargs)<`K`\> | #### Returns @@ -877,7 +877,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:133 -___ +--- ### getInitializeds @@ -885,17 +885,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.ConditionStoreManager.md#initializedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.ConditionStoreManager.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.ConditionStoreManager.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.ConditionStoreManager.md#initializedfilter), [`InitializedResult`](subgraphs.ConditionStoreManager.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.ConditionStoreManager.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.ConditionStoreManager.md#initializedargs)<`K`\> | #### Returns @@ -905,7 +905,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:134 -___ +--- ### getOwnershipTransferredById @@ -913,17 +913,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.ConditionStoreManager.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.ConditionStoreManager.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.ConditionStoreManager.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.ConditionStoreManager.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.ConditionStoreManager.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.ConditionStoreManager.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -933,7 +933,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:170 -___ +--- ### getOwnershipTransferreds @@ -941,17 +941,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.ConditionStoreManager.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.ConditionStoreManager.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.ConditionStoreManager.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.ConditionStoreManager.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.ConditionStoreManager.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.ConditionStoreManager.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.ConditionStoreManager.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -961,7 +961,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:171 -___ +--- ### getRoleAdminChangedById @@ -969,17 +969,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.ConditionStoreManager.md#roleadminchangedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.ConditionStoreManager.md#roleadminchangedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.ConditionStoreManager.md#singlequeryoptions) | -| `args` | [`RoleAdminChangedArgs`](subgraphs.ConditionStoreManager.md#roleadminchangedargs)<`K`\> | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.ConditionStoreManager.md#singlequeryoptions) | +| `args` | [`RoleAdminChangedArgs`](subgraphs.ConditionStoreManager.md#roleadminchangedargs)<`K`\> | #### Returns @@ -989,7 +989,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:215 -___ +--- ### getRoleAdminChangeds @@ -997,17 +997,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.ConditionStoreManager.md#roleadminchangedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.ConditionStoreManager.md#roleadminchangedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.ConditionStoreManager.md#multiqueryoptions)<[`RoleAdminChangedFilter`](subgraphs.ConditionStoreManager.md#roleadminchangedfilter), [`RoleAdminChangedResult`](subgraphs.ConditionStoreManager.md#roleadminchangedresult)\> | -| `args` | [`RoleAdminChangedArgs`](subgraphs.ConditionStoreManager.md#roleadminchangedargs)<`K`\> | +| `args` | [`RoleAdminChangedArgs`](subgraphs.ConditionStoreManager.md#roleadminchangedargs)<`K`\> | #### Returns @@ -1017,7 +1017,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:216 -___ +--- ### getRoleGrantedById @@ -1025,17 +1025,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleGrantedResult`](subgraphs.ConditionStoreManager.md#rolegrantedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleGrantedResult`](subgraphs.ConditionStoreManager.md#rolegrantedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.ConditionStoreManager.md#singlequeryoptions) | -| `args` | [`RoleGrantedArgs`](subgraphs.ConditionStoreManager.md#rolegrantedargs)<`K`\> | +| `args` | [`RoleGrantedArgs`](subgraphs.ConditionStoreManager.md#rolegrantedargs)<`K`\> | #### Returns @@ -1045,7 +1045,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:260 -___ +--- ### getRoleGranteds @@ -1053,17 +1053,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleGrantedResult`](subgraphs.ConditionStoreManager.md#rolegrantedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleGrantedResult`](subgraphs.ConditionStoreManager.md#rolegrantedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.ConditionStoreManager.md#multiqueryoptions)<[`RoleGrantedFilter`](subgraphs.ConditionStoreManager.md#rolegrantedfilter), [`RoleGrantedResult`](subgraphs.ConditionStoreManager.md#rolegrantedresult)\> | -| `args` | [`RoleGrantedArgs`](subgraphs.ConditionStoreManager.md#rolegrantedargs)<`K`\> | +| `args` | [`RoleGrantedArgs`](subgraphs.ConditionStoreManager.md#rolegrantedargs)<`K`\> | #### Returns @@ -1073,7 +1073,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:261 -___ +--- ### getRoleRevokedById @@ -1081,17 +1081,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleRevokedResult`](subgraphs.ConditionStoreManager.md#rolerevokedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleRevokedResult`](subgraphs.ConditionStoreManager.md#rolerevokedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.ConditionStoreManager.md#singlequeryoptions) | -| `args` | [`RoleRevokedArgs`](subgraphs.ConditionStoreManager.md#rolerevokedargs)<`K`\> | +| `args` | [`RoleRevokedArgs`](subgraphs.ConditionStoreManager.md#rolerevokedargs)<`K`\> | #### Returns @@ -1101,7 +1101,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/ConditionStoreManager.d.ts:305 -___ +--- ### getRoleRevokeds @@ -1109,17 +1109,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleRevokedResult`](subgraphs.ConditionStoreManager.md#rolerevokedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleRevokedResult`](subgraphs.ConditionStoreManager.md#rolerevokedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.ConditionStoreManager.md#multiqueryoptions)<[`RoleRevokedFilter`](subgraphs.ConditionStoreManager.md#rolerevokedfilter), [`RoleRevokedResult`](subgraphs.ConditionStoreManager.md#rolerevokedresult)\> | -| `args` | [`RoleRevokedArgs`](subgraphs.ConditionStoreManager.md#rolerevokedargs)<`K`\> | +| `args` | [`RoleRevokedArgs`](subgraphs.ConditionStoreManager.md#rolerevokedargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.DIDRegistry.md b/docs/api-reference/modules/subgraphs.DIDRegistry.md index b4d87e217..6a555ee50 100644 --- a/docs/api-reference/modules/subgraphs.DIDRegistry.md +++ b/docs/api-reference/modules/subgraphs.DIDRegistry.md @@ -130,15 +130,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ActedOnBehalfResult`](subgraphs.DIDRegistry.md#actedonbehalfresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------- | +| `K` | extends keyof [`ActedOnBehalfResult`](subgraphs.DIDRegistry.md#actedonbehalfresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:109 -___ +--- ### ActedOnBehalfFields @@ -146,22 +146,22 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_activityId` | ``true`` | -| `_attributes` | ``true`` | -| `_blockNumberUpdated` | ``true`` | -| `_delegateAgentId` | ``true`` | -| `_entityDid` | ``true`` | -| `_responsibleAgentId` | ``true`` | -| `id` | ``true`` | -| `provId` | ``true`` | +| Name | Type | +| :-------------------- | :----- | +| `_activityId` | `true` | +| `_attributes` | `true` | +| `_blockNumberUpdated` | `true` | +| `_delegateAgentId` | `true` | +| `_entityDid` | `true` | +| `_responsibleAgentId` | `true` | +| `id` | `true` | +| `provId` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:99 -___ +--- ### ActedOnBehalfFilter @@ -169,80 +169,80 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_activityId?` | `string` \| ``null`` | -| `_activityId_contains?` | `string` \| ``null`` | -| `_activityId_in?` | `string`[] | -| `_activityId_not?` | `string` \| ``null`` | -| `_activityId_not_contains?` | `string` \| ``null`` | -| `_activityId_not_in?` | `string`[] | -| `_attributes?` | `string` \| ``null`` | -| `_attributes_contains?` | `string` \| ``null`` | -| `_attributes_contains_nocase?` | `string` \| ``null`` | -| `_attributes_ends_with?` | `string` \| ``null`` | -| `_attributes_ends_with_nocase?` | `string` \| ``null`` | -| `_attributes_gt?` | `string` \| ``null`` | -| `_attributes_gte?` | `string` \| ``null`` | -| `_attributes_in?` | `string`[] | -| `_attributes_lt?` | `string` \| ``null`` | -| `_attributes_lte?` | `string` \| ``null`` | -| `_attributes_not?` | `string` \| ``null`` | -| `_attributes_not_contains?` | `string` \| ``null`` | -| `_attributes_not_contains_nocase?` | `string` \| ``null`` | -| `_attributes_not_ends_with?` | `string` \| ``null`` | -| `_attributes_not_ends_with_nocase?` | `string` \| ``null`` | -| `_attributes_not_in?` | `string`[] | -| `_attributes_not_starts_with?` | `string` \| ``null`` | -| `_attributes_not_starts_with_nocase?` | `string` \| ``null`` | -| `_attributes_starts_with?` | `string` \| ``null`` | -| `_attributes_starts_with_nocase?` | `string` \| ``null`` | -| `_blockNumberUpdated?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_gt?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_gte?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_in?` | `WeiSource`[] | -| `_blockNumberUpdated_lt?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_lte?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_not?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_not_in?` | `WeiSource`[] | -| `_delegateAgentId?` | `string` \| ``null`` | -| `_delegateAgentId_contains?` | `string` \| ``null`` | -| `_delegateAgentId_in?` | `string`[] | -| `_delegateAgentId_not?` | `string` \| ``null`` | -| `_delegateAgentId_not_contains?` | `string` \| ``null`` | -| `_delegateAgentId_not_in?` | `string`[] | -| `_entityDid?` | `string` \| ``null`` | -| `_entityDid_contains?` | `string` \| ``null`` | -| `_entityDid_in?` | `string`[] | -| `_entityDid_not?` | `string` \| ``null`` | -| `_entityDid_not_contains?` | `string` \| ``null`` | -| `_entityDid_not_in?` | `string`[] | -| `_responsibleAgentId?` | `string` \| ``null`` | -| `_responsibleAgentId_contains?` | `string` \| ``null`` | -| `_responsibleAgentId_in?` | `string`[] | -| `_responsibleAgentId_not?` | `string` \| ``null`` | -| `_responsibleAgentId_not_contains?` | `string` \| ``null`` | -| `_responsibleAgentId_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `provId?` | `string` \| ``null`` | -| `provId_contains?` | `string` \| ``null`` | -| `provId_in?` | `string`[] | -| `provId_not?` | `string` \| ``null`` | -| `provId_not_contains?` | `string` \| ``null`` | -| `provId_not_in?` | `string`[] | +| Name | Type | +| :------------------------------------ | :-------------------- | +| `_activityId?` | `string` \| `null` | +| `_activityId_contains?` | `string` \| `null` | +| `_activityId_in?` | `string`[] | +| `_activityId_not?` | `string` \| `null` | +| `_activityId_not_contains?` | `string` \| `null` | +| `_activityId_not_in?` | `string`[] | +| `_attributes?` | `string` \| `null` | +| `_attributes_contains?` | `string` \| `null` | +| `_attributes_contains_nocase?` | `string` \| `null` | +| `_attributes_ends_with?` | `string` \| `null` | +| `_attributes_ends_with_nocase?` | `string` \| `null` | +| `_attributes_gt?` | `string` \| `null` | +| `_attributes_gte?` | `string` \| `null` | +| `_attributes_in?` | `string`[] | +| `_attributes_lt?` | `string` \| `null` | +| `_attributes_lte?` | `string` \| `null` | +| `_attributes_not?` | `string` \| `null` | +| `_attributes_not_contains?` | `string` \| `null` | +| `_attributes_not_contains_nocase?` | `string` \| `null` | +| `_attributes_not_ends_with?` | `string` \| `null` | +| `_attributes_not_ends_with_nocase?` | `string` \| `null` | +| `_attributes_not_in?` | `string`[] | +| `_attributes_not_starts_with?` | `string` \| `null` | +| `_attributes_not_starts_with_nocase?` | `string` \| `null` | +| `_attributes_starts_with?` | `string` \| `null` | +| `_attributes_starts_with_nocase?` | `string` \| `null` | +| `_blockNumberUpdated?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_gt?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_gte?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_in?` | `WeiSource`[] | +| `_blockNumberUpdated_lt?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_lte?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_not?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_not_in?` | `WeiSource`[] | +| `_delegateAgentId?` | `string` \| `null` | +| `_delegateAgentId_contains?` | `string` \| `null` | +| `_delegateAgentId_in?` | `string`[] | +| `_delegateAgentId_not?` | `string` \| `null` | +| `_delegateAgentId_not_contains?` | `string` \| `null` | +| `_delegateAgentId_not_in?` | `string`[] | +| `_entityDid?` | `string` \| `null` | +| `_entityDid_contains?` | `string` \| `null` | +| `_entityDid_in?` | `string`[] | +| `_entityDid_not?` | `string` \| `null` | +| `_entityDid_not_contains?` | `string` \| `null` | +| `_entityDid_not_in?` | `string`[] | +| `_responsibleAgentId?` | `string` \| `null` | +| `_responsibleAgentId_contains?` | `string` \| `null` | +| `_responsibleAgentId_in?` | `string`[] | +| `_responsibleAgentId_not?` | `string` \| `null` | +| `_responsibleAgentId_not_contains?` | `string` \| `null` | +| `_responsibleAgentId_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `provId?` | `string` \| `null` | +| `provId_contains?` | `string` \| `null` | +| `provId_in?` | `string`[] | +| `provId_not?` | `string` \| `null` | +| `provId_not_contains?` | `string` \| `null` | +| `provId_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:21 -___ +--- ### ActedOnBehalfResult @@ -250,22 +250,22 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_activityId` | `string` | -| `_attributes` | `string` | -| `_blockNumberUpdated` | `Wei` | -| `_delegateAgentId` | `string` | -| `_entityDid` | `string` | +| Name | Type | +| :-------------------- | :------- | +| `_activityId` | `string` | +| `_attributes` | `string` | +| `_blockNumberUpdated` | `Wei` | +| `_delegateAgentId` | `string` | +| `_entityDid` | `string` | | `_responsibleAgentId` | `string` | -| `id` | `string` | -| `provId` | `string` | +| `id` | `string` | +| `provId` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:89 -___ +--- ### DIDAttributeRegisteredArgs @@ -273,15 +273,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDAttributeRegisteredResult`](subgraphs.DIDRegistry.md#didattributeregisteredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`DIDAttributeRegisteredResult`](subgraphs.DIDRegistry.md#didattributeregisteredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:194 -___ +--- ### DIDAttributeRegisteredFields @@ -289,21 +289,21 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_blockNumberUpdated` | ``true`` | -| `_checksum` | ``true`` | -| `_did` | ``true`` | -| `_lastUpdatedBy` | ``true`` | -| `_owner` | ``true`` | -| `_value` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :-------------------- | :----- | +| `_blockNumberUpdated` | `true` | +| `_checksum` | `true` | +| `_did` | `true` | +| `_lastUpdatedBy` | `true` | +| `_owner` | `true` | +| `_value` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:185 -___ +--- ### DIDAttributeRegisteredFilter @@ -311,74 +311,74 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_blockNumberUpdated?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_gt?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_gte?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_in?` | `WeiSource`[] | -| `_blockNumberUpdated_lt?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_lte?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_not?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_not_in?` | `WeiSource`[] | -| `_checksum?` | `string` \| ``null`` | -| `_checksum_contains?` | `string` \| ``null`` | -| `_checksum_in?` | `string`[] | -| `_checksum_not?` | `string` \| ``null`` | -| `_checksum_not_contains?` | `string` \| ``null`` | -| `_checksum_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_lastUpdatedBy?` | `string` \| ``null`` | -| `_lastUpdatedBy_contains?` | `string` \| ``null`` | -| `_lastUpdatedBy_in?` | `string`[] | -| `_lastUpdatedBy_not?` | `string` \| ``null`` | -| `_lastUpdatedBy_not_contains?` | `string` \| ``null`` | -| `_lastUpdatedBy_not_in?` | `string`[] | -| `_owner?` | `string` \| ``null`` | -| `_owner_contains?` | `string` \| ``null`` | -| `_owner_in?` | `string`[] | -| `_owner_not?` | `string` \| ``null`` | -| `_owner_not_contains?` | `string` \| ``null`` | -| `_owner_not_in?` | `string`[] | -| `_value?` | `string` \| ``null`` | -| `_value_contains?` | `string` \| ``null`` | -| `_value_contains_nocase?` | `string` \| ``null`` | -| `_value_ends_with?` | `string` \| ``null`` | -| `_value_ends_with_nocase?` | `string` \| ``null`` | -| `_value_gt?` | `string` \| ``null`` | -| `_value_gte?` | `string` \| ``null`` | -| `_value_in?` | `string`[] | -| `_value_lt?` | `string` \| ``null`` | -| `_value_lte?` | `string` \| ``null`` | -| `_value_not?` | `string` \| ``null`` | -| `_value_not_contains?` | `string` \| ``null`` | -| `_value_not_contains_nocase?` | `string` \| ``null`` | -| `_value_not_ends_with?` | `string` \| ``null`` | -| `_value_not_ends_with_nocase?` | `string` \| ``null`` | -| `_value_not_in?` | `string`[] | -| `_value_not_starts_with?` | `string` \| ``null`` | -| `_value_not_starts_with_nocase?` | `string` \| ``null`` | -| `_value_starts_with?` | `string` \| ``null`` | -| `_value_starts_with_nocase?` | `string` \| ``null`` | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :------------------------------- | :-------------------- | +| `_blockNumberUpdated?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_gt?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_gte?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_in?` | `WeiSource`[] | +| `_blockNumberUpdated_lt?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_lte?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_not?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_not_in?` | `WeiSource`[] | +| `_checksum?` | `string` \| `null` | +| `_checksum_contains?` | `string` \| `null` | +| `_checksum_in?` | `string`[] | +| `_checksum_not?` | `string` \| `null` | +| `_checksum_not_contains?` | `string` \| `null` | +| `_checksum_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_lastUpdatedBy?` | `string` \| `null` | +| `_lastUpdatedBy_contains?` | `string` \| `null` | +| `_lastUpdatedBy_in?` | `string`[] | +| `_lastUpdatedBy_not?` | `string` \| `null` | +| `_lastUpdatedBy_not_contains?` | `string` \| `null` | +| `_lastUpdatedBy_not_in?` | `string`[] | +| `_owner?` | `string` \| `null` | +| `_owner_contains?` | `string` \| `null` | +| `_owner_in?` | `string`[] | +| `_owner_not?` | `string` \| `null` | +| `_owner_not_contains?` | `string` \| `null` | +| `_owner_not_in?` | `string`[] | +| `_value?` | `string` \| `null` | +| `_value_contains?` | `string` \| `null` | +| `_value_contains_nocase?` | `string` \| `null` | +| `_value_ends_with?` | `string` \| `null` | +| `_value_ends_with_nocase?` | `string` \| `null` | +| `_value_gt?` | `string` \| `null` | +| `_value_gte?` | `string` \| `null` | +| `_value_in?` | `string`[] | +| `_value_lt?` | `string` \| `null` | +| `_value_lte?` | `string` \| `null` | +| `_value_not?` | `string` \| `null` | +| `_value_not_contains?` | `string` \| `null` | +| `_value_not_contains_nocase?` | `string` \| `null` | +| `_value_not_ends_with?` | `string` \| `null` | +| `_value_not_ends_with_nocase?` | `string` \| `null` | +| `_value_not_in?` | `string`[] | +| `_value_not_starts_with?` | `string` \| `null` | +| `_value_not_starts_with_nocase?` | `string` \| `null` | +| `_value_starts_with?` | `string` \| `null` | +| `_value_starts_with_nocase?` | `string` \| `null` | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:114 -___ +--- ### DIDAttributeRegisteredResult @@ -386,21 +386,21 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_blockNumberUpdated` | `Wei` | -| `_checksum` | `string` | -| `_did` | `string` | -| `_lastUpdatedBy` | `string` | -| `_owner` | `string` | -| `_value` | `string` | -| `id` | `string` | +| Name | Type | +| :-------------------- | :------- | +| `_blockNumberUpdated` | `Wei` | +| `_checksum` | `string` | +| `_did` | `string` | +| `_lastUpdatedBy` | `string` | +| `_owner` | `string` | +| `_value` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:176 -___ +--- ### DIDOwnershipTransferredArgs @@ -408,15 +408,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDOwnershipTransferredResult`](subgraphs.DIDRegistry.md#didownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`DIDOwnershipTransferredResult`](subgraphs.DIDRegistry.md#didownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:239 -___ +--- ### DIDOwnershipTransferredFields @@ -424,18 +424,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_did` | ``true`` | -| `_newOwner` | ``true`` | -| `_previousOwner` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :--------------- | :----- | +| `_did` | `true` | +| `_newOwner` | `true` | +| `_previousOwner` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:233 -___ +--- ### DIDOwnershipTransferredFilter @@ -443,40 +443,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_newOwner?` | `string` \| ``null`` | -| `_newOwner_contains?` | `string` \| ``null`` | -| `_newOwner_in?` | `string`[] | -| `_newOwner_not?` | `string` \| ``null`` | -| `_newOwner_not_contains?` | `string` \| ``null`` | -| `_newOwner_not_in?` | `string`[] | -| `_previousOwner?` | `string` \| ``null`` | -| `_previousOwner_contains?` | `string` \| ``null`` | -| `_previousOwner_in?` | `string`[] | -| `_previousOwner_not?` | `string` \| ``null`` | -| `_previousOwner_not_contains?` | `string` \| ``null`` | -| `_previousOwner_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :----------------------------- | :----------------- | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_newOwner?` | `string` \| `null` | +| `_newOwner_contains?` | `string` \| `null` | +| `_newOwner_in?` | `string`[] | +| `_newOwner_not?` | `string` \| `null` | +| `_newOwner_not_contains?` | `string` \| `null` | +| `_newOwner_not_in?` | `string`[] | +| `_previousOwner?` | `string` \| `null` | +| `_previousOwner_contains?` | `string` \| `null` | +| `_previousOwner_in?` | `string`[] | +| `_previousOwner_not?` | `string` \| `null` | +| `_previousOwner_not_contains?` | `string` \| `null` | +| `_previousOwner_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:199 -___ +--- ### DIDOwnershipTransferredResult @@ -484,18 +484,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_did` | `string` | -| `_newOwner` | `string` | +| Name | Type | +| :--------------- | :------- | +| `_did` | `string` | +| `_newOwner` | `string` | | `_previousOwner` | `string` | -| `id` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:227 -___ +--- ### DIDPermissionGrantedArgs @@ -503,15 +503,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDPermissionGrantedResult`](subgraphs.DIDRegistry.md#didpermissiongrantedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`DIDPermissionGrantedResult`](subgraphs.DIDRegistry.md#didpermissiongrantedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:284 -___ +--- ### DIDPermissionGrantedFields @@ -519,18 +519,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_did` | ``true`` | -| `_grantee` | ``true`` | -| `_owner` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :--------- | :----- | +| `_did` | `true` | +| `_grantee` | `true` | +| `_owner` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:278 -___ +--- ### DIDPermissionGrantedFilter @@ -538,40 +538,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_grantee?` | `string` \| ``null`` | -| `_grantee_contains?` | `string` \| ``null`` | -| `_grantee_in?` | `string`[] | -| `_grantee_not?` | `string` \| ``null`` | -| `_grantee_not_contains?` | `string` \| ``null`` | -| `_grantee_not_in?` | `string`[] | -| `_owner?` | `string` \| ``null`` | -| `_owner_contains?` | `string` \| ``null`` | -| `_owner_in?` | `string`[] | -| `_owner_not?` | `string` \| ``null`` | -| `_owner_not_contains?` | `string` \| ``null`` | -| `_owner_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :----------------------- | :----------------- | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_grantee?` | `string` \| `null` | +| `_grantee_contains?` | `string` \| `null` | +| `_grantee_in?` | `string`[] | +| `_grantee_not?` | `string` \| `null` | +| `_grantee_not_contains?` | `string` \| `null` | +| `_grantee_not_in?` | `string`[] | +| `_owner?` | `string` \| `null` | +| `_owner_contains?` | `string` \| `null` | +| `_owner_in?` | `string`[] | +| `_owner_not?` | `string` \| `null` | +| `_owner_not_contains?` | `string` \| `null` | +| `_owner_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:244 -___ +--- ### DIDPermissionGrantedResult @@ -579,18 +579,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_did` | `string` | +| Name | Type | +| :--------- | :------- | +| `_did` | `string` | | `_grantee` | `string` | -| `_owner` | `string` | -| `id` | `string` | +| `_owner` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:272 -___ +--- ### DIDPermissionRevokedArgs @@ -598,15 +598,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDPermissionRevokedResult`](subgraphs.DIDRegistry.md#didpermissionrevokedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`DIDPermissionRevokedResult`](subgraphs.DIDRegistry.md#didpermissionrevokedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:329 -___ +--- ### DIDPermissionRevokedFields @@ -614,18 +614,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_did` | ``true`` | -| `_grantee` | ``true`` | -| `_owner` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :--------- | :----- | +| `_did` | `true` | +| `_grantee` | `true` | +| `_owner` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:323 -___ +--- ### DIDPermissionRevokedFilter @@ -633,40 +633,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_grantee?` | `string` \| ``null`` | -| `_grantee_contains?` | `string` \| ``null`` | -| `_grantee_in?` | `string`[] | -| `_grantee_not?` | `string` \| ``null`` | -| `_grantee_not_contains?` | `string` \| ``null`` | -| `_grantee_not_in?` | `string`[] | -| `_owner?` | `string` \| ``null`` | -| `_owner_contains?` | `string` \| ``null`` | -| `_owner_in?` | `string`[] | -| `_owner_not?` | `string` \| ``null`` | -| `_owner_not_contains?` | `string` \| ``null`` | -| `_owner_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :----------------------- | :----------------- | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_grantee?` | `string` \| `null` | +| `_grantee_contains?` | `string` \| `null` | +| `_grantee_in?` | `string`[] | +| `_grantee_not?` | `string` \| `null` | +| `_grantee_not_contains?` | `string` \| `null` | +| `_grantee_not_in?` | `string`[] | +| `_owner?` | `string` \| `null` | +| `_owner_contains?` | `string` \| `null` | +| `_owner_in?` | `string`[] | +| `_owner_not?` | `string` \| `null` | +| `_owner_not_contains?` | `string` \| `null` | +| `_owner_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:289 -___ +--- ### DIDPermissionRevokedResult @@ -674,18 +674,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_did` | `string` | +| Name | Type | +| :--------- | :------- | +| `_did` | `string` | | `_grantee` | `string` | -| `_owner` | `string` | -| `id` | `string` | +| `_owner` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:317 -___ +--- ### DIDProvenanceDelegateAddedArgs @@ -693,15 +693,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDProvenanceDelegateAddedResult`](subgraphs.DIDRegistry.md#didprovenancedelegateaddedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`DIDProvenanceDelegateAddedResult`](subgraphs.DIDRegistry.md#didprovenancedelegateaddedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:366 -___ +--- ### DIDProvenanceDelegateAddedFields @@ -709,17 +709,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_delegate` | ``true`` | -| `_did` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :---------- | :----- | +| `_delegate` | `true` | +| `_did` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:361 -___ +--- ### DIDProvenanceDelegateAddedFilter @@ -727,34 +727,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_delegate?` | `string` \| ``null`` | -| `_delegate_contains?` | `string` \| ``null`` | -| `_delegate_in?` | `string`[] | -| `_delegate_not?` | `string` \| ``null`` | -| `_delegate_not_contains?` | `string` \| ``null`` | -| `_delegate_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :------------------------ | :----------------- | +| `_delegate?` | `string` \| `null` | +| `_delegate_contains?` | `string` \| `null` | +| `_delegate_in?` | `string`[] | +| `_delegate_not?` | `string` \| `null` | +| `_delegate_not_contains?` | `string` \| `null` | +| `_delegate_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:334 -___ +--- ### DIDProvenanceDelegateAddedResult @@ -762,17 +762,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---------- | :------- | | `_delegate` | `string` | -| `_did` | `string` | -| `id` | `string` | +| `_did` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:356 -___ +--- ### DIDProvenanceDelegateRemovedArgs @@ -780,15 +780,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDProvenanceDelegateRemovedResult`](subgraphs.DIDRegistry.md#didprovenancedelegateremovedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`DIDProvenanceDelegateRemovedResult`](subgraphs.DIDRegistry.md#didprovenancedelegateremovedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:409 -___ +--- ### DIDProvenanceDelegateRemovedFields @@ -796,18 +796,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_delegate` | ``true`` | -| `_did` | ``true`` | -| `id` | ``true`` | -| `state` | ``true`` | +| Name | Type | +| :---------- | :----- | +| `_delegate` | `true` | +| `_did` | `true` | +| `id` | `true` | +| `state` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:403 -___ +--- ### DIDProvenanceDelegateRemovedFilter @@ -815,38 +815,38 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_delegate?` | `string` \| ``null`` | -| `_delegate_contains?` | `string` \| ``null`` | -| `_delegate_in?` | `string`[] | -| `_delegate_not?` | `string` \| ``null`` | -| `_delegate_not_contains?` | `string` \| ``null`` | -| `_delegate_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `state?` | `boolean` \| ``null`` | -| `state_in?` | `boolean`[] | -| `state_not?` | `boolean` \| ``null`` | -| `state_not_in?` | `boolean`[] | +| Name | Type | +| :------------------------ | :------------------ | +| `_delegate?` | `string` \| `null` | +| `_delegate_contains?` | `string` \| `null` | +| `_delegate_in?` | `string`[] | +| `_delegate_not?` | `string` \| `null` | +| `_delegate_not_contains?` | `string` \| `null` | +| `_delegate_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `state?` | `boolean` \| `null` | +| `state_in?` | `boolean`[] | +| `state_not?` | `boolean` \| `null` | +| `state_not_in?` | `boolean`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:371 -___ +--- ### DIDProvenanceDelegateRemovedResult @@ -854,18 +854,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_delegate` | `string` | -| `_did` | `string` | -| `id` | `string` | -| `state` | `boolean` | +| Name | Type | +| :---------- | :-------- | +| `_delegate` | `string` | +| `_did` | `string` | +| `id` | `string` | +| `state` | `boolean` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:397 -___ +--- ### DIDProviderAddedArgs @@ -873,15 +873,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDProviderAddedResult`](subgraphs.DIDRegistry.md#didprovideraddedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`DIDProviderAddedResult`](subgraphs.DIDRegistry.md#didprovideraddedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:446 -___ +--- ### DIDProviderAddedFields @@ -889,17 +889,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_did` | ``true`` | -| `_provider` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :---------- | :----- | +| `_did` | `true` | +| `_provider` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:441 -___ +--- ### DIDProviderAddedFilter @@ -907,34 +907,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_provider?` | `string` \| ``null`` | -| `_provider_contains?` | `string` \| ``null`` | -| `_provider_in?` | `string`[] | -| `_provider_not?` | `string` \| ``null`` | -| `_provider_not_contains?` | `string` \| ``null`` | -| `_provider_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :------------------------ | :----------------- | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_provider?` | `string` \| `null` | +| `_provider_contains?` | `string` \| `null` | +| `_provider_in?` | `string`[] | +| `_provider_not?` | `string` \| `null` | +| `_provider_not_contains?` | `string` \| `null` | +| `_provider_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:414 -___ +--- ### DIDProviderAddedResult @@ -942,17 +942,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_did` | `string` | +| Name | Type | +| :---------- | :------- | +| `_did` | `string` | | `_provider` | `string` | -| `id` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:436 -___ +--- ### DIDProviderRemovedArgs @@ -960,15 +960,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDProviderRemovedResult`](subgraphs.DIDRegistry.md#didproviderremovedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`DIDProviderRemovedResult`](subgraphs.DIDRegistry.md#didproviderremovedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:489 -___ +--- ### DIDProviderRemovedFields @@ -976,18 +976,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_did` | ``true`` | -| `_provider` | ``true`` | -| `id` | ``true`` | -| `state` | ``true`` | +| Name | Type | +| :---------- | :----- | +| `_did` | `true` | +| `_provider` | `true` | +| `id` | `true` | +| `state` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:483 -___ +--- ### DIDProviderRemovedFilter @@ -995,38 +995,38 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_provider?` | `string` \| ``null`` | -| `_provider_contains?` | `string` \| ``null`` | -| `_provider_in?` | `string`[] | -| `_provider_not?` | `string` \| ``null`` | -| `_provider_not_contains?` | `string` \| ``null`` | -| `_provider_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `state?` | `boolean` \| ``null`` | -| `state_in?` | `boolean`[] | -| `state_not?` | `boolean` \| ``null`` | -| `state_not_in?` | `boolean`[] | +| Name | Type | +| :------------------------ | :------------------ | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_provider?` | `string` \| `null` | +| `_provider_contains?` | `string` \| `null` | +| `_provider_in?` | `string`[] | +| `_provider_not?` | `string` \| `null` | +| `_provider_not_contains?` | `string` \| `null` | +| `_provider_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `state?` | `boolean` \| `null` | +| `state_in?` | `boolean`[] | +| `state_not?` | `boolean` \| `null` | +| `state_not_in?` | `boolean`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:451 -___ +--- ### DIDProviderRemovedResult @@ -1034,18 +1034,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_did` | `string` | -| `_provider` | `string` | -| `id` | `string` | -| `state` | `boolean` | +| Name | Type | +| :---------- | :-------- | +| `_did` | `string` | +| `_provider` | `string` | +| `id` | `string` | +| `state` | `boolean` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:477 -___ +--- ### DIDRoyaltiesAddedArgs @@ -1053,15 +1053,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDRoyaltiesAddedResult`](subgraphs.DIDRegistry.md#didroyaltiesaddedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`DIDRoyaltiesAddedResult`](subgraphs.DIDRegistry.md#didroyaltiesaddedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:526 -___ +--- ### DIDRoyaltiesAddedFields @@ -1069,17 +1069,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `addr` | ``true`` | -| `did` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :----- | :----- | +| `addr` | `true` | +| `did` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:521 -___ +--- ### DIDRoyaltiesAddedFilter @@ -1087,34 +1087,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `addr?` | `string` \| ``null`` | -| `addr_contains?` | `string` \| ``null`` | -| `addr_in?` | `string`[] | -| `addr_not?` | `string` \| ``null`` | -| `addr_not_contains?` | `string` \| ``null`` | -| `addr_not_in?` | `string`[] | -| `did?` | `string` \| ``null`` | -| `did_contains?` | `string` \| ``null`` | -| `did_in?` | `string`[] | -| `did_not?` | `string` \| ``null`` | -| `did_not_contains?` | `string` \| ``null`` | -| `did_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :------------------- | :----------------- | +| `addr?` | `string` \| `null` | +| `addr_contains?` | `string` \| `null` | +| `addr_in?` | `string`[] | +| `addr_not?` | `string` \| `null` | +| `addr_not_contains?` | `string` \| `null` | +| `addr_not_in?` | `string`[] | +| `did?` | `string` \| `null` | +| `did_contains?` | `string` \| `null` | +| `did_in?` | `string`[] | +| `did_not?` | `string` \| `null` | +| `did_not_contains?` | `string` \| `null` | +| `did_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:494 -___ +--- ### DIDRoyaltiesAddedResult @@ -1122,17 +1122,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `addr` | `string` | -| `did` | `string` | -| `id` | `string` | +| `did` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:516 -___ +--- ### DIDRoyaltyRecipientChangedArgs @@ -1140,15 +1140,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDRoyaltyRecipientChangedResult`](subgraphs.DIDRegistry.md#didroyaltyrecipientchangedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`DIDRoyaltyRecipientChangedResult`](subgraphs.DIDRegistry.md#didroyaltyrecipientchangedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:563 -___ +--- ### DIDRoyaltyRecipientChangedFields @@ -1156,17 +1156,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `addr` | ``true`` | -| `did` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :----- | :----- | +| `addr` | `true` | +| `did` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:558 -___ +--- ### DIDRoyaltyRecipientChangedFilter @@ -1174,34 +1174,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `addr?` | `string` \| ``null`` | -| `addr_contains?` | `string` \| ``null`` | -| `addr_in?` | `string`[] | -| `addr_not?` | `string` \| ``null`` | -| `addr_not_contains?` | `string` \| ``null`` | -| `addr_not_in?` | `string`[] | -| `did?` | `string` \| ``null`` | -| `did_contains?` | `string` \| ``null`` | -| `did_in?` | `string`[] | -| `did_not?` | `string` \| ``null`` | -| `did_not_contains?` | `string` \| ``null`` | -| `did_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :------------------- | :----------------- | +| `addr?` | `string` \| `null` | +| `addr_contains?` | `string` \| `null` | +| `addr_in?` | `string`[] | +| `addr_not?` | `string` \| `null` | +| `addr_not_contains?` | `string` \| `null` | +| `addr_not_in?` | `string`[] | +| `did?` | `string` \| `null` | +| `did_contains?` | `string` \| `null` | +| `did_in?` | `string`[] | +| `did_not?` | `string` \| `null` | +| `did_not_contains?` | `string` \| `null` | +| `did_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:531 -___ +--- ### DIDRoyaltyRecipientChangedResult @@ -1209,17 +1209,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----- | :------- | | `addr` | `string` | -| `did` | `string` | -| `id` | `string` | +| `did` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:553 -___ +--- ### InitializedArgs @@ -1227,15 +1227,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.DIDRegistry.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------ | +| `K` | extends keyof [`InitializedResult`](subgraphs.DIDRegistry.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:594 -___ +--- ### InitializedFields @@ -1243,16 +1243,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:590 -___ +--- ### InitializedFilter @@ -1260,30 +1260,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:568 -___ +--- ### InitializedResult @@ -1291,16 +1291,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:586 -___ +--- ### MultiQueryOptions @@ -1309,25 +1309,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -1335,15 +1335,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.DIDRegistry.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.DIDRegistry.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:631 -___ +--- ### OwnershipTransferredFields @@ -1351,17 +1351,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:626 -___ +--- ### OwnershipTransferredFilter @@ -1369,34 +1369,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:599 -___ +--- ### OwnershipTransferredResult @@ -1404,17 +1404,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:621 -___ +--- ### ProvenanceAttributeRegisteredArgs @@ -1422,15 +1422,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ProvenanceAttributeRegisteredResult`](subgraphs.DIDRegistry.md#provenanceattributeregisteredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`ProvenanceAttributeRegisteredResult`](subgraphs.DIDRegistry.md#provenanceattributeregisteredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:742 -___ +--- ### ProvenanceAttributeRegisteredFields @@ -1438,24 +1438,24 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_activityId` | ``true`` | -| `_agentId` | ``true`` | -| `_agentInvolvedId` | ``true`` | -| `_attributes` | ``true`` | -| `_blockNumberUpdated` | ``true`` | -| `_did` | ``true`` | -| `_method` | ``true`` | -| `_relatedDid` | ``true`` | -| `id` | ``true`` | -| `provId` | ``true`` | +| Name | Type | +| :-------------------- | :----- | +| `_activityId` | `true` | +| `_agentId` | `true` | +| `_agentInvolvedId` | `true` | +| `_attributes` | `true` | +| `_blockNumberUpdated` | `true` | +| `_did` | `true` | +| `_method` | `true` | +| `_relatedDid` | `true` | +| `id` | `true` | +| `provId` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:730 -___ +--- ### ProvenanceAttributeRegisteredFilter @@ -1463,94 +1463,94 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_activityId?` | `string` \| ``null`` | -| `_activityId_contains?` | `string` \| ``null`` | -| `_activityId_in?` | `string`[] | -| `_activityId_not?` | `string` \| ``null`` | -| `_activityId_not_contains?` | `string` \| ``null`` | -| `_activityId_not_in?` | `string`[] | -| `_agentId?` | `string` \| ``null`` | -| `_agentId_contains?` | `string` \| ``null`` | -| `_agentId_in?` | `string`[] | -| `_agentId_not?` | `string` \| ``null`` | -| `_agentId_not_contains?` | `string` \| ``null`` | -| `_agentId_not_in?` | `string`[] | -| `_agentInvolvedId?` | `string` \| ``null`` | -| `_agentInvolvedId_contains?` | `string` \| ``null`` | -| `_agentInvolvedId_in?` | `string`[] | -| `_agentInvolvedId_not?` | `string` \| ``null`` | -| `_agentInvolvedId_not_contains?` | `string` \| ``null`` | -| `_agentInvolvedId_not_in?` | `string`[] | -| `_attributes?` | `string` \| ``null`` | -| `_attributes_contains?` | `string` \| ``null`` | -| `_attributes_contains_nocase?` | `string` \| ``null`` | -| `_attributes_ends_with?` | `string` \| ``null`` | -| `_attributes_ends_with_nocase?` | `string` \| ``null`` | -| `_attributes_gt?` | `string` \| ``null`` | -| `_attributes_gte?` | `string` \| ``null`` | -| `_attributes_in?` | `string`[] | -| `_attributes_lt?` | `string` \| ``null`` | -| `_attributes_lte?` | `string` \| ``null`` | -| `_attributes_not?` | `string` \| ``null`` | -| `_attributes_not_contains?` | `string` \| ``null`` | -| `_attributes_not_contains_nocase?` | `string` \| ``null`` | -| `_attributes_not_ends_with?` | `string` \| ``null`` | -| `_attributes_not_ends_with_nocase?` | `string` \| ``null`` | -| `_attributes_not_in?` | `string`[] | -| `_attributes_not_starts_with?` | `string` \| ``null`` | -| `_attributes_not_starts_with_nocase?` | `string` \| ``null`` | -| `_attributes_starts_with?` | `string` \| ``null`` | -| `_attributes_starts_with_nocase?` | `string` \| ``null`` | -| `_blockNumberUpdated?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_gt?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_gte?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_in?` | `WeiSource`[] | -| `_blockNumberUpdated_lt?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_lte?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_not?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_not_in?` | `WeiSource`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_method?` | `number` \| ``null`` | -| `_method_gt?` | `number` \| ``null`` | -| `_method_gte?` | `number` \| ``null`` | -| `_method_in?` | `number`[] | -| `_method_lt?` | `number` \| ``null`` | -| `_method_lte?` | `number` \| ``null`` | -| `_method_not?` | `number` \| ``null`` | -| `_method_not_in?` | `number`[] | -| `_relatedDid?` | `string` \| ``null`` | -| `_relatedDid_contains?` | `string` \| ``null`` | -| `_relatedDid_in?` | `string`[] | -| `_relatedDid_not?` | `string` \| ``null`` | -| `_relatedDid_not_contains?` | `string` \| ``null`` | -| `_relatedDid_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `provId?` | `string` \| ``null`` | -| `provId_contains?` | `string` \| ``null`` | -| `provId_in?` | `string`[] | -| `provId_not?` | `string` \| ``null`` | -| `provId_not_contains?` | `string` \| ``null`` | -| `provId_not_in?` | `string`[] | +| Name | Type | +| :------------------------------------ | :-------------------- | +| `_activityId?` | `string` \| `null` | +| `_activityId_contains?` | `string` \| `null` | +| `_activityId_in?` | `string`[] | +| `_activityId_not?` | `string` \| `null` | +| `_activityId_not_contains?` | `string` \| `null` | +| `_activityId_not_in?` | `string`[] | +| `_agentId?` | `string` \| `null` | +| `_agentId_contains?` | `string` \| `null` | +| `_agentId_in?` | `string`[] | +| `_agentId_not?` | `string` \| `null` | +| `_agentId_not_contains?` | `string` \| `null` | +| `_agentId_not_in?` | `string`[] | +| `_agentInvolvedId?` | `string` \| `null` | +| `_agentInvolvedId_contains?` | `string` \| `null` | +| `_agentInvolvedId_in?` | `string`[] | +| `_agentInvolvedId_not?` | `string` \| `null` | +| `_agentInvolvedId_not_contains?` | `string` \| `null` | +| `_agentInvolvedId_not_in?` | `string`[] | +| `_attributes?` | `string` \| `null` | +| `_attributes_contains?` | `string` \| `null` | +| `_attributes_contains_nocase?` | `string` \| `null` | +| `_attributes_ends_with?` | `string` \| `null` | +| `_attributes_ends_with_nocase?` | `string` \| `null` | +| `_attributes_gt?` | `string` \| `null` | +| `_attributes_gte?` | `string` \| `null` | +| `_attributes_in?` | `string`[] | +| `_attributes_lt?` | `string` \| `null` | +| `_attributes_lte?` | `string` \| `null` | +| `_attributes_not?` | `string` \| `null` | +| `_attributes_not_contains?` | `string` \| `null` | +| `_attributes_not_contains_nocase?` | `string` \| `null` | +| `_attributes_not_ends_with?` | `string` \| `null` | +| `_attributes_not_ends_with_nocase?` | `string` \| `null` | +| `_attributes_not_in?` | `string`[] | +| `_attributes_not_starts_with?` | `string` \| `null` | +| `_attributes_not_starts_with_nocase?` | `string` \| `null` | +| `_attributes_starts_with?` | `string` \| `null` | +| `_attributes_starts_with_nocase?` | `string` \| `null` | +| `_blockNumberUpdated?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_gt?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_gte?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_in?` | `WeiSource`[] | +| `_blockNumberUpdated_lt?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_lte?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_not?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_not_in?` | `WeiSource`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_method?` | `number` \| `null` | +| `_method_gt?` | `number` \| `null` | +| `_method_gte?` | `number` \| `null` | +| `_method_in?` | `number`[] | +| `_method_lt?` | `number` \| `null` | +| `_method_lte?` | `number` \| `null` | +| `_method_not?` | `number` \| `null` | +| `_method_not_in?` | `number`[] | +| `_relatedDid?` | `string` \| `null` | +| `_relatedDid_contains?` | `string` \| `null` | +| `_relatedDid_in?` | `string`[] | +| `_relatedDid_not?` | `string` \| `null` | +| `_relatedDid_not_contains?` | `string` \| `null` | +| `_relatedDid_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `provId?` | `string` \| `null` | +| `provId_contains?` | `string` \| `null` | +| `provId_in?` | `string`[] | +| `provId_not?` | `string` \| `null` | +| `provId_not_contains?` | `string` \| `null` | +| `provId_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:636 -___ +--- ### ProvenanceAttributeRegisteredResult @@ -1558,24 +1558,24 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_activityId` | `string` | -| `_agentId` | `string` | -| `_agentInvolvedId` | `string` | -| `_attributes` | `string` | -| `_blockNumberUpdated` | `Wei` | -| `_did` | `string` | -| `_method` | `number` | -| `_relatedDid` | `string` | -| `id` | `string` | -| `provId` | `string` | +| Name | Type | +| :-------------------- | :------- | +| `_activityId` | `string` | +| `_agentId` | `string` | +| `_agentInvolvedId` | `string` | +| `_attributes` | `string` | +| `_blockNumberUpdated` | `Wei` | +| `_did` | `string` | +| `_method` | `number` | +| `_relatedDid` | `string` | +| `id` | `string` | +| `provId` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:718 -___ +--- ### SingleQueryOptions @@ -1583,16 +1583,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:2 -___ +--- ### UsedArgs @@ -1600,15 +1600,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`UsedResult`](subgraphs.DIDRegistry.md#usedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------- | +| `K` | extends keyof [`UsedResult`](subgraphs.DIDRegistry.md#usedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:827 -___ +--- ### UsedFields @@ -1616,21 +1616,21 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_activityId` | ``true`` | -| `_agentId` | ``true`` | -| `_attributes` | ``true`` | -| `_blockNumberUpdated` | ``true`` | -| `_did` | ``true`` | -| `id` | ``true`` | -| `provId` | ``true`` | +| Name | Type | +| :-------------------- | :----- | +| `_activityId` | `true` | +| `_agentId` | `true` | +| `_attributes` | `true` | +| `_blockNumberUpdated` | `true` | +| `_did` | `true` | +| `id` | `true` | +| `provId` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:818 -___ +--- ### UsedFilter @@ -1638,74 +1638,74 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_activityId?` | `string` \| ``null`` | -| `_activityId_contains?` | `string` \| ``null`` | -| `_activityId_in?` | `string`[] | -| `_activityId_not?` | `string` \| ``null`` | -| `_activityId_not_contains?` | `string` \| ``null`` | -| `_activityId_not_in?` | `string`[] | -| `_agentId?` | `string` \| ``null`` | -| `_agentId_contains?` | `string` \| ``null`` | -| `_agentId_in?` | `string`[] | -| `_agentId_not?` | `string` \| ``null`` | -| `_agentId_not_contains?` | `string` \| ``null`` | -| `_agentId_not_in?` | `string`[] | -| `_attributes?` | `string` \| ``null`` | -| `_attributes_contains?` | `string` \| ``null`` | -| `_attributes_contains_nocase?` | `string` \| ``null`` | -| `_attributes_ends_with?` | `string` \| ``null`` | -| `_attributes_ends_with_nocase?` | `string` \| ``null`` | -| `_attributes_gt?` | `string` \| ``null`` | -| `_attributes_gte?` | `string` \| ``null`` | -| `_attributes_in?` | `string`[] | -| `_attributes_lt?` | `string` \| ``null`` | -| `_attributes_lte?` | `string` \| ``null`` | -| `_attributes_not?` | `string` \| ``null`` | -| `_attributes_not_contains?` | `string` \| ``null`` | -| `_attributes_not_contains_nocase?` | `string` \| ``null`` | -| `_attributes_not_ends_with?` | `string` \| ``null`` | -| `_attributes_not_ends_with_nocase?` | `string` \| ``null`` | -| `_attributes_not_in?` | `string`[] | -| `_attributes_not_starts_with?` | `string` \| ``null`` | -| `_attributes_not_starts_with_nocase?` | `string` \| ``null`` | -| `_attributes_starts_with?` | `string` \| ``null`` | -| `_attributes_starts_with_nocase?` | `string` \| ``null`` | -| `_blockNumberUpdated?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_gt?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_gte?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_in?` | `WeiSource`[] | -| `_blockNumberUpdated_lt?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_lte?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_not?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_not_in?` | `WeiSource`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `provId?` | `string` \| ``null`` | -| `provId_contains?` | `string` \| ``null`` | -| `provId_in?` | `string`[] | -| `provId_not?` | `string` \| ``null`` | -| `provId_not_contains?` | `string` \| ``null`` | -| `provId_not_in?` | `string`[] | +| Name | Type | +| :------------------------------------ | :-------------------- | +| `_activityId?` | `string` \| `null` | +| `_activityId_contains?` | `string` \| `null` | +| `_activityId_in?` | `string`[] | +| `_activityId_not?` | `string` \| `null` | +| `_activityId_not_contains?` | `string` \| `null` | +| `_activityId_not_in?` | `string`[] | +| `_agentId?` | `string` \| `null` | +| `_agentId_contains?` | `string` \| `null` | +| `_agentId_in?` | `string`[] | +| `_agentId_not?` | `string` \| `null` | +| `_agentId_not_contains?` | `string` \| `null` | +| `_agentId_not_in?` | `string`[] | +| `_attributes?` | `string` \| `null` | +| `_attributes_contains?` | `string` \| `null` | +| `_attributes_contains_nocase?` | `string` \| `null` | +| `_attributes_ends_with?` | `string` \| `null` | +| `_attributes_ends_with_nocase?` | `string` \| `null` | +| `_attributes_gt?` | `string` \| `null` | +| `_attributes_gte?` | `string` \| `null` | +| `_attributes_in?` | `string`[] | +| `_attributes_lt?` | `string` \| `null` | +| `_attributes_lte?` | `string` \| `null` | +| `_attributes_not?` | `string` \| `null` | +| `_attributes_not_contains?` | `string` \| `null` | +| `_attributes_not_contains_nocase?` | `string` \| `null` | +| `_attributes_not_ends_with?` | `string` \| `null` | +| `_attributes_not_ends_with_nocase?` | `string` \| `null` | +| `_attributes_not_in?` | `string`[] | +| `_attributes_not_starts_with?` | `string` \| `null` | +| `_attributes_not_starts_with_nocase?` | `string` \| `null` | +| `_attributes_starts_with?` | `string` \| `null` | +| `_attributes_starts_with_nocase?` | `string` \| `null` | +| `_blockNumberUpdated?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_gt?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_gte?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_in?` | `WeiSource`[] | +| `_blockNumberUpdated_lt?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_lte?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_not?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_not_in?` | `WeiSource`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `provId?` | `string` \| `null` | +| `provId_contains?` | `string` \| `null` | +| `provId_in?` | `string`[] | +| `provId_not?` | `string` \| `null` | +| `provId_not_contains?` | `string` \| `null` | +| `provId_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:747 -___ +--- ### UsedResult @@ -1713,21 +1713,21 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_activityId` | `string` | -| `_agentId` | `string` | -| `_attributes` | `string` | -| `_blockNumberUpdated` | `Wei` | -| `_did` | `string` | -| `id` | `string` | -| `provId` | `string` | +| Name | Type | +| :-------------------- | :------- | +| `_activityId` | `string` | +| `_agentId` | `string` | +| `_attributes` | `string` | +| `_blockNumberUpdated` | `Wei` | +| `_did` | `string` | +| `id` | `string` | +| `provId` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:809 -___ +--- ### WasAssociatedWithArgs @@ -1735,15 +1735,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`WasAssociatedWithResult`](subgraphs.DIDRegistry.md#wasassociatedwithresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`WasAssociatedWithResult`](subgraphs.DIDRegistry.md#wasassociatedwithresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:912 -___ +--- ### WasAssociatedWithFields @@ -1751,21 +1751,21 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_activityId` | ``true`` | -| `_agentId` | ``true`` | -| `_attributes` | ``true`` | -| `_blockNumberUpdated` | ``true`` | -| `_entityDid` | ``true`` | -| `id` | ``true`` | -| `provId` | ``true`` | +| Name | Type | +| :-------------------- | :----- | +| `_activityId` | `true` | +| `_agentId` | `true` | +| `_attributes` | `true` | +| `_blockNumberUpdated` | `true` | +| `_entityDid` | `true` | +| `id` | `true` | +| `provId` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:903 -___ +--- ### WasAssociatedWithFilter @@ -1773,74 +1773,74 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_activityId?` | `string` \| ``null`` | -| `_activityId_contains?` | `string` \| ``null`` | -| `_activityId_in?` | `string`[] | -| `_activityId_not?` | `string` \| ``null`` | -| `_activityId_not_contains?` | `string` \| ``null`` | -| `_activityId_not_in?` | `string`[] | -| `_agentId?` | `string` \| ``null`` | -| `_agentId_contains?` | `string` \| ``null`` | -| `_agentId_in?` | `string`[] | -| `_agentId_not?` | `string` \| ``null`` | -| `_agentId_not_contains?` | `string` \| ``null`` | -| `_agentId_not_in?` | `string`[] | -| `_attributes?` | `string` \| ``null`` | -| `_attributes_contains?` | `string` \| ``null`` | -| `_attributes_contains_nocase?` | `string` \| ``null`` | -| `_attributes_ends_with?` | `string` \| ``null`` | -| `_attributes_ends_with_nocase?` | `string` \| ``null`` | -| `_attributes_gt?` | `string` \| ``null`` | -| `_attributes_gte?` | `string` \| ``null`` | -| `_attributes_in?` | `string`[] | -| `_attributes_lt?` | `string` \| ``null`` | -| `_attributes_lte?` | `string` \| ``null`` | -| `_attributes_not?` | `string` \| ``null`` | -| `_attributes_not_contains?` | `string` \| ``null`` | -| `_attributes_not_contains_nocase?` | `string` \| ``null`` | -| `_attributes_not_ends_with?` | `string` \| ``null`` | -| `_attributes_not_ends_with_nocase?` | `string` \| ``null`` | -| `_attributes_not_in?` | `string`[] | -| `_attributes_not_starts_with?` | `string` \| ``null`` | -| `_attributes_not_starts_with_nocase?` | `string` \| ``null`` | -| `_attributes_starts_with?` | `string` \| ``null`` | -| `_attributes_starts_with_nocase?` | `string` \| ``null`` | -| `_blockNumberUpdated?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_gt?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_gte?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_in?` | `WeiSource`[] | -| `_blockNumberUpdated_lt?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_lte?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_not?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_not_in?` | `WeiSource`[] | -| `_entityDid?` | `string` \| ``null`` | -| `_entityDid_contains?` | `string` \| ``null`` | -| `_entityDid_in?` | `string`[] | -| `_entityDid_not?` | `string` \| ``null`` | -| `_entityDid_not_contains?` | `string` \| ``null`` | -| `_entityDid_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `provId?` | `string` \| ``null`` | -| `provId_contains?` | `string` \| ``null`` | -| `provId_in?` | `string`[] | -| `provId_not?` | `string` \| ``null`` | -| `provId_not_contains?` | `string` \| ``null`` | -| `provId_not_in?` | `string`[] | +| Name | Type | +| :------------------------------------ | :-------------------- | +| `_activityId?` | `string` \| `null` | +| `_activityId_contains?` | `string` \| `null` | +| `_activityId_in?` | `string`[] | +| `_activityId_not?` | `string` \| `null` | +| `_activityId_not_contains?` | `string` \| `null` | +| `_activityId_not_in?` | `string`[] | +| `_agentId?` | `string` \| `null` | +| `_agentId_contains?` | `string` \| `null` | +| `_agentId_in?` | `string`[] | +| `_agentId_not?` | `string` \| `null` | +| `_agentId_not_contains?` | `string` \| `null` | +| `_agentId_not_in?` | `string`[] | +| `_attributes?` | `string` \| `null` | +| `_attributes_contains?` | `string` \| `null` | +| `_attributes_contains_nocase?` | `string` \| `null` | +| `_attributes_ends_with?` | `string` \| `null` | +| `_attributes_ends_with_nocase?` | `string` \| `null` | +| `_attributes_gt?` | `string` \| `null` | +| `_attributes_gte?` | `string` \| `null` | +| `_attributes_in?` | `string`[] | +| `_attributes_lt?` | `string` \| `null` | +| `_attributes_lte?` | `string` \| `null` | +| `_attributes_not?` | `string` \| `null` | +| `_attributes_not_contains?` | `string` \| `null` | +| `_attributes_not_contains_nocase?` | `string` \| `null` | +| `_attributes_not_ends_with?` | `string` \| `null` | +| `_attributes_not_ends_with_nocase?` | `string` \| `null` | +| `_attributes_not_in?` | `string`[] | +| `_attributes_not_starts_with?` | `string` \| `null` | +| `_attributes_not_starts_with_nocase?` | `string` \| `null` | +| `_attributes_starts_with?` | `string` \| `null` | +| `_attributes_starts_with_nocase?` | `string` \| `null` | +| `_blockNumberUpdated?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_gt?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_gte?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_in?` | `WeiSource`[] | +| `_blockNumberUpdated_lt?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_lte?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_not?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_not_in?` | `WeiSource`[] | +| `_entityDid?` | `string` \| `null` | +| `_entityDid_contains?` | `string` \| `null` | +| `_entityDid_in?` | `string`[] | +| `_entityDid_not?` | `string` \| `null` | +| `_entityDid_not_contains?` | `string` \| `null` | +| `_entityDid_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `provId?` | `string` \| `null` | +| `provId_contains?` | `string` \| `null` | +| `provId_in?` | `string`[] | +| `provId_not?` | `string` \| `null` | +| `provId_not_contains?` | `string` \| `null` | +| `provId_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:832 -___ +--- ### WasAssociatedWithResult @@ -1848,21 +1848,21 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_activityId` | `string` | -| `_agentId` | `string` | -| `_attributes` | `string` | -| `_blockNumberUpdated` | `Wei` | -| `_entityDid` | `string` | -| `id` | `string` | -| `provId` | `string` | +| Name | Type | +| :-------------------- | :------- | +| `_activityId` | `string` | +| `_agentId` | `string` | +| `_attributes` | `string` | +| `_blockNumberUpdated` | `Wei` | +| `_entityDid` | `string` | +| `id` | `string` | +| `provId` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:894 -___ +--- ### WasDerivedFromArgs @@ -1870,15 +1870,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`WasDerivedFromResult`](subgraphs.DIDRegistry.md#wasderivedfromresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`WasDerivedFromResult`](subgraphs.DIDRegistry.md#wasderivedfromresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:1005 -___ +--- ### WasDerivedFromFields @@ -1886,22 +1886,22 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_activityId` | ``true`` | -| `_agentId` | ``true`` | -| `_attributes` | ``true`` | -| `_blockNumberUpdated` | ``true`` | -| `_newEntityDid` | ``true`` | -| `_usedEntityDid` | ``true`` | -| `id` | ``true`` | -| `provId` | ``true`` | +| Name | Type | +| :-------------------- | :----- | +| `_activityId` | `true` | +| `_agentId` | `true` | +| `_attributes` | `true` | +| `_blockNumberUpdated` | `true` | +| `_newEntityDid` | `true` | +| `_usedEntityDid` | `true` | +| `id` | `true` | +| `provId` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:995 -___ +--- ### WasDerivedFromFilter @@ -1909,80 +1909,80 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_activityId?` | `string` \| ``null`` | -| `_activityId_contains?` | `string` \| ``null`` | -| `_activityId_in?` | `string`[] | -| `_activityId_not?` | `string` \| ``null`` | -| `_activityId_not_contains?` | `string` \| ``null`` | -| `_activityId_not_in?` | `string`[] | -| `_agentId?` | `string` \| ``null`` | -| `_agentId_contains?` | `string` \| ``null`` | -| `_agentId_in?` | `string`[] | -| `_agentId_not?` | `string` \| ``null`` | -| `_agentId_not_contains?` | `string` \| ``null`` | -| `_agentId_not_in?` | `string`[] | -| `_attributes?` | `string` \| ``null`` | -| `_attributes_contains?` | `string` \| ``null`` | -| `_attributes_contains_nocase?` | `string` \| ``null`` | -| `_attributes_ends_with?` | `string` \| ``null`` | -| `_attributes_ends_with_nocase?` | `string` \| ``null`` | -| `_attributes_gt?` | `string` \| ``null`` | -| `_attributes_gte?` | `string` \| ``null`` | -| `_attributes_in?` | `string`[] | -| `_attributes_lt?` | `string` \| ``null`` | -| `_attributes_lte?` | `string` \| ``null`` | -| `_attributes_not?` | `string` \| ``null`` | -| `_attributes_not_contains?` | `string` \| ``null`` | -| `_attributes_not_contains_nocase?` | `string` \| ``null`` | -| `_attributes_not_ends_with?` | `string` \| ``null`` | -| `_attributes_not_ends_with_nocase?` | `string` \| ``null`` | -| `_attributes_not_in?` | `string`[] | -| `_attributes_not_starts_with?` | `string` \| ``null`` | -| `_attributes_not_starts_with_nocase?` | `string` \| ``null`` | -| `_attributes_starts_with?` | `string` \| ``null`` | -| `_attributes_starts_with_nocase?` | `string` \| ``null`` | -| `_blockNumberUpdated?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_gt?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_gte?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_in?` | `WeiSource`[] | -| `_blockNumberUpdated_lt?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_lte?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_not?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_not_in?` | `WeiSource`[] | -| `_newEntityDid?` | `string` \| ``null`` | -| `_newEntityDid_contains?` | `string` \| ``null`` | -| `_newEntityDid_in?` | `string`[] | -| `_newEntityDid_not?` | `string` \| ``null`` | -| `_newEntityDid_not_contains?` | `string` \| ``null`` | -| `_newEntityDid_not_in?` | `string`[] | -| `_usedEntityDid?` | `string` \| ``null`` | -| `_usedEntityDid_contains?` | `string` \| ``null`` | -| `_usedEntityDid_in?` | `string`[] | -| `_usedEntityDid_not?` | `string` \| ``null`` | -| `_usedEntityDid_not_contains?` | `string` \| ``null`` | -| `_usedEntityDid_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `provId?` | `string` \| ``null`` | -| `provId_contains?` | `string` \| ``null`` | -| `provId_in?` | `string`[] | -| `provId_not?` | `string` \| ``null`` | -| `provId_not_contains?` | `string` \| ``null`` | -| `provId_not_in?` | `string`[] | +| Name | Type | +| :------------------------------------ | :-------------------- | +| `_activityId?` | `string` \| `null` | +| `_activityId_contains?` | `string` \| `null` | +| `_activityId_in?` | `string`[] | +| `_activityId_not?` | `string` \| `null` | +| `_activityId_not_contains?` | `string` \| `null` | +| `_activityId_not_in?` | `string`[] | +| `_agentId?` | `string` \| `null` | +| `_agentId_contains?` | `string` \| `null` | +| `_agentId_in?` | `string`[] | +| `_agentId_not?` | `string` \| `null` | +| `_agentId_not_contains?` | `string` \| `null` | +| `_agentId_not_in?` | `string`[] | +| `_attributes?` | `string` \| `null` | +| `_attributes_contains?` | `string` \| `null` | +| `_attributes_contains_nocase?` | `string` \| `null` | +| `_attributes_ends_with?` | `string` \| `null` | +| `_attributes_ends_with_nocase?` | `string` \| `null` | +| `_attributes_gt?` | `string` \| `null` | +| `_attributes_gte?` | `string` \| `null` | +| `_attributes_in?` | `string`[] | +| `_attributes_lt?` | `string` \| `null` | +| `_attributes_lte?` | `string` \| `null` | +| `_attributes_not?` | `string` \| `null` | +| `_attributes_not_contains?` | `string` \| `null` | +| `_attributes_not_contains_nocase?` | `string` \| `null` | +| `_attributes_not_ends_with?` | `string` \| `null` | +| `_attributes_not_ends_with_nocase?` | `string` \| `null` | +| `_attributes_not_in?` | `string`[] | +| `_attributes_not_starts_with?` | `string` \| `null` | +| `_attributes_not_starts_with_nocase?` | `string` \| `null` | +| `_attributes_starts_with?` | `string` \| `null` | +| `_attributes_starts_with_nocase?` | `string` \| `null` | +| `_blockNumberUpdated?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_gt?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_gte?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_in?` | `WeiSource`[] | +| `_blockNumberUpdated_lt?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_lte?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_not?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_not_in?` | `WeiSource`[] | +| `_newEntityDid?` | `string` \| `null` | +| `_newEntityDid_contains?` | `string` \| `null` | +| `_newEntityDid_in?` | `string`[] | +| `_newEntityDid_not?` | `string` \| `null` | +| `_newEntityDid_not_contains?` | `string` \| `null` | +| `_newEntityDid_not_in?` | `string`[] | +| `_usedEntityDid?` | `string` \| `null` | +| `_usedEntityDid_contains?` | `string` \| `null` | +| `_usedEntityDid_in?` | `string`[] | +| `_usedEntityDid_not?` | `string` \| `null` | +| `_usedEntityDid_not_contains?` | `string` \| `null` | +| `_usedEntityDid_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `provId?` | `string` \| `null` | +| `provId_contains?` | `string` \| `null` | +| `provId_in?` | `string`[] | +| `provId_not?` | `string` \| `null` | +| `provId_not_contains?` | `string` \| `null` | +| `provId_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:917 -___ +--- ### WasDerivedFromResult @@ -1990,22 +1990,22 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_activityId` | `string` | -| `_agentId` | `string` | -| `_attributes` | `string` | -| `_blockNumberUpdated` | `Wei` | -| `_newEntityDid` | `string` | -| `_usedEntityDid` | `string` | -| `id` | `string` | -| `provId` | `string` | +| Name | Type | +| :-------------------- | :------- | +| `_activityId` | `string` | +| `_agentId` | `string` | +| `_attributes` | `string` | +| `_blockNumberUpdated` | `Wei` | +| `_newEntityDid` | `string` | +| `_usedEntityDid` | `string` | +| `id` | `string` | +| `provId` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:985 -___ +--- ### WasGeneratedByArgs @@ -2013,15 +2013,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`WasGeneratedByResult`](subgraphs.DIDRegistry.md#wasgeneratedbyresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`WasGeneratedByResult`](subgraphs.DIDRegistry.md#wasgeneratedbyresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:1090 -___ +--- ### WasGeneratedByFields @@ -2029,21 +2029,21 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_activityId` | ``true`` | -| `_agentId` | ``true`` | -| `_attributes` | ``true`` | -| `_blockNumberUpdated` | ``true`` | -| `_did` | ``true`` | -| `id` | ``true`` | -| `provId` | ``true`` | +| Name | Type | +| :-------------------- | :----- | +| `_activityId` | `true` | +| `_agentId` | `true` | +| `_attributes` | `true` | +| `_blockNumberUpdated` | `true` | +| `_did` | `true` | +| `id` | `true` | +| `provId` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:1081 -___ +--- ### WasGeneratedByFilter @@ -2051,74 +2051,74 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_activityId?` | `string` \| ``null`` | -| `_activityId_contains?` | `string` \| ``null`` | -| `_activityId_in?` | `string`[] | -| `_activityId_not?` | `string` \| ``null`` | -| `_activityId_not_contains?` | `string` \| ``null`` | -| `_activityId_not_in?` | `string`[] | -| `_agentId?` | `string` \| ``null`` | -| `_agentId_contains?` | `string` \| ``null`` | -| `_agentId_in?` | `string`[] | -| `_agentId_not?` | `string` \| ``null`` | -| `_agentId_not_contains?` | `string` \| ``null`` | -| `_agentId_not_in?` | `string`[] | -| `_attributes?` | `string` \| ``null`` | -| `_attributes_contains?` | `string` \| ``null`` | -| `_attributes_contains_nocase?` | `string` \| ``null`` | -| `_attributes_ends_with?` | `string` \| ``null`` | -| `_attributes_ends_with_nocase?` | `string` \| ``null`` | -| `_attributes_gt?` | `string` \| ``null`` | -| `_attributes_gte?` | `string` \| ``null`` | -| `_attributes_in?` | `string`[] | -| `_attributes_lt?` | `string` \| ``null`` | -| `_attributes_lte?` | `string` \| ``null`` | -| `_attributes_not?` | `string` \| ``null`` | -| `_attributes_not_contains?` | `string` \| ``null`` | -| `_attributes_not_contains_nocase?` | `string` \| ``null`` | -| `_attributes_not_ends_with?` | `string` \| ``null`` | -| `_attributes_not_ends_with_nocase?` | `string` \| ``null`` | -| `_attributes_not_in?` | `string`[] | -| `_attributes_not_starts_with?` | `string` \| ``null`` | -| `_attributes_not_starts_with_nocase?` | `string` \| ``null`` | -| `_attributes_starts_with?` | `string` \| ``null`` | -| `_attributes_starts_with_nocase?` | `string` \| ``null`` | -| `_blockNumberUpdated?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_gt?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_gte?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_in?` | `WeiSource`[] | -| `_blockNumberUpdated_lt?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_lte?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_not?` | `WeiSource` \| ``null`` | -| `_blockNumberUpdated_not_in?` | `WeiSource`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `provId?` | `string` \| ``null`` | -| `provId_contains?` | `string` \| ``null`` | -| `provId_in?` | `string`[] | -| `provId_not?` | `string` \| ``null`` | -| `provId_not_contains?` | `string` \| ``null`` | -| `provId_not_in?` | `string`[] | +| Name | Type | +| :------------------------------------ | :-------------------- | +| `_activityId?` | `string` \| `null` | +| `_activityId_contains?` | `string` \| `null` | +| `_activityId_in?` | `string`[] | +| `_activityId_not?` | `string` \| `null` | +| `_activityId_not_contains?` | `string` \| `null` | +| `_activityId_not_in?` | `string`[] | +| `_agentId?` | `string` \| `null` | +| `_agentId_contains?` | `string` \| `null` | +| `_agentId_in?` | `string`[] | +| `_agentId_not?` | `string` \| `null` | +| `_agentId_not_contains?` | `string` \| `null` | +| `_agentId_not_in?` | `string`[] | +| `_attributes?` | `string` \| `null` | +| `_attributes_contains?` | `string` \| `null` | +| `_attributes_contains_nocase?` | `string` \| `null` | +| `_attributes_ends_with?` | `string` \| `null` | +| `_attributes_ends_with_nocase?` | `string` \| `null` | +| `_attributes_gt?` | `string` \| `null` | +| `_attributes_gte?` | `string` \| `null` | +| `_attributes_in?` | `string`[] | +| `_attributes_lt?` | `string` \| `null` | +| `_attributes_lte?` | `string` \| `null` | +| `_attributes_not?` | `string` \| `null` | +| `_attributes_not_contains?` | `string` \| `null` | +| `_attributes_not_contains_nocase?` | `string` \| `null` | +| `_attributes_not_ends_with?` | `string` \| `null` | +| `_attributes_not_ends_with_nocase?` | `string` \| `null` | +| `_attributes_not_in?` | `string`[] | +| `_attributes_not_starts_with?` | `string` \| `null` | +| `_attributes_not_starts_with_nocase?` | `string` \| `null` | +| `_attributes_starts_with?` | `string` \| `null` | +| `_attributes_starts_with_nocase?` | `string` \| `null` | +| `_blockNumberUpdated?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_gt?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_gte?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_in?` | `WeiSource`[] | +| `_blockNumberUpdated_lt?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_lte?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_not?` | `WeiSource` \| `null` | +| `_blockNumberUpdated_not_in?` | `WeiSource`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `provId?` | `string` \| `null` | +| `provId_contains?` | `string` \| `null` | +| `provId_in?` | `string`[] | +| `provId_not?` | `string` \| `null` | +| `provId_not_contains?` | `string` \| `null` | +| `provId_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:1010 -___ +--- ### WasGeneratedByResult @@ -2126,15 +2126,15 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_activityId` | `string` | -| `_agentId` | `string` | -| `_attributes` | `string` | -| `_blockNumberUpdated` | `Wei` | -| `_did` | `string` | -| `id` | `string` | -| `provId` | `string` | +| Name | Type | +| :-------------------- | :------- | +| `_activityId` | `string` | +| `_agentId` | `string` | +| `_attributes` | `string` | +| `_blockNumberUpdated` | `Wei` | +| `_did` | `string` | +| `id` | `string` | +| `provId` | `string` | #### Defined in @@ -2148,17 +2148,17 @@ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:1072 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ActedOnBehalfResult`](subgraphs.DIDRegistry.md#actedonbehalfresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------- | +| `K` | extends keyof [`ActedOnBehalfResult`](subgraphs.DIDRegistry.md#actedonbehalfresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | -| `args` | [`ActedOnBehalfArgs`](subgraphs.DIDRegistry.md#actedonbehalfargs)<`K`\> | +| Name | Type | +| :-------- | :---------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | +| `args` | [`ActedOnBehalfArgs`](subgraphs.DIDRegistry.md#actedonbehalfargs)<`K`\> | #### Returns @@ -2168,7 +2168,7 @@ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:1072 node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:112 -___ +--- ### getActedOnBehalfs @@ -2176,17 +2176,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ActedOnBehalfResult`](subgraphs.DIDRegistry.md#actedonbehalfresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------- | +| `K` | extends keyof [`ActedOnBehalfResult`](subgraphs.DIDRegistry.md#actedonbehalfresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.DIDRegistry.md#multiqueryoptions)<[`ActedOnBehalfFilter`](subgraphs.DIDRegistry.md#actedonbehalffilter), [`ActedOnBehalfResult`](subgraphs.DIDRegistry.md#actedonbehalfresult)\> | -| `args` | [`ActedOnBehalfArgs`](subgraphs.DIDRegistry.md#actedonbehalfargs)<`K`\> | +| `args` | [`ActedOnBehalfArgs`](subgraphs.DIDRegistry.md#actedonbehalfargs)<`K`\> | #### Returns @@ -2196,7 +2196,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:113 -___ +--- ### getDIDAttributeRegisteredById @@ -2204,17 +2204,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDAttributeRegisteredResult`](subgraphs.DIDRegistry.md#didattributeregisteredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`DIDAttributeRegisteredResult`](subgraphs.DIDRegistry.md#didattributeregisteredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | -| `args` | [`DIDAttributeRegisteredArgs`](subgraphs.DIDRegistry.md#didattributeregisteredargs)<`K`\> | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | +| `args` | [`DIDAttributeRegisteredArgs`](subgraphs.DIDRegistry.md#didattributeregisteredargs)<`K`\> | #### Returns @@ -2224,7 +2224,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:197 -___ +--- ### getDIDAttributeRegistereds @@ -2232,17 +2232,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDAttributeRegisteredResult`](subgraphs.DIDRegistry.md#didattributeregisteredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`DIDAttributeRegisteredResult`](subgraphs.DIDRegistry.md#didattributeregisteredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.DIDRegistry.md#multiqueryoptions)<[`DIDAttributeRegisteredFilter`](subgraphs.DIDRegistry.md#didattributeregisteredfilter), [`DIDAttributeRegisteredResult`](subgraphs.DIDRegistry.md#didattributeregisteredresult)\> | -| `args` | [`DIDAttributeRegisteredArgs`](subgraphs.DIDRegistry.md#didattributeregisteredargs)<`K`\> | +| `args` | [`DIDAttributeRegisteredArgs`](subgraphs.DIDRegistry.md#didattributeregisteredargs)<`K`\> | #### Returns @@ -2252,7 +2252,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:198 -___ +--- ### getDIDOwnershipTransferredById @@ -2260,17 +2260,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDOwnershipTransferredResult`](subgraphs.DIDRegistry.md#didownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`DIDOwnershipTransferredResult`](subgraphs.DIDRegistry.md#didownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | -| `args` | [`DIDOwnershipTransferredArgs`](subgraphs.DIDRegistry.md#didownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------ | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | +| `args` | [`DIDOwnershipTransferredArgs`](subgraphs.DIDRegistry.md#didownershiptransferredargs)<`K`\> | #### Returns @@ -2280,7 +2280,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:242 -___ +--- ### getDIDOwnershipTransferreds @@ -2288,17 +2288,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDOwnershipTransferredResult`](subgraphs.DIDRegistry.md#didownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`DIDOwnershipTransferredResult`](subgraphs.DIDRegistry.md#didownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.DIDRegistry.md#multiqueryoptions)<[`DIDOwnershipTransferredFilter`](subgraphs.DIDRegistry.md#didownershiptransferredfilter), [`DIDOwnershipTransferredResult`](subgraphs.DIDRegistry.md#didownershiptransferredresult)\> | -| `args` | [`DIDOwnershipTransferredArgs`](subgraphs.DIDRegistry.md#didownershiptransferredargs)<`K`\> | +| `args` | [`DIDOwnershipTransferredArgs`](subgraphs.DIDRegistry.md#didownershiptransferredargs)<`K`\> | #### Returns @@ -2308,7 +2308,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:243 -___ +--- ### getDIDPermissionGrantedById @@ -2316,17 +2316,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDPermissionGrantedResult`](subgraphs.DIDRegistry.md#didpermissiongrantedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`DIDPermissionGrantedResult`](subgraphs.DIDRegistry.md#didpermissiongrantedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | -| `args` | [`DIDPermissionGrantedArgs`](subgraphs.DIDRegistry.md#didpermissiongrantedargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------ | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | +| `args` | [`DIDPermissionGrantedArgs`](subgraphs.DIDRegistry.md#didpermissiongrantedargs)<`K`\> | #### Returns @@ -2336,7 +2336,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:287 -___ +--- ### getDIDPermissionGranteds @@ -2344,17 +2344,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDPermissionGrantedResult`](subgraphs.DIDRegistry.md#didpermissiongrantedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`DIDPermissionGrantedResult`](subgraphs.DIDRegistry.md#didpermissiongrantedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.DIDRegistry.md#multiqueryoptions)<[`DIDPermissionGrantedFilter`](subgraphs.DIDRegistry.md#didpermissiongrantedfilter), [`DIDPermissionGrantedResult`](subgraphs.DIDRegistry.md#didpermissiongrantedresult)\> | -| `args` | [`DIDPermissionGrantedArgs`](subgraphs.DIDRegistry.md#didpermissiongrantedargs)<`K`\> | +| `args` | [`DIDPermissionGrantedArgs`](subgraphs.DIDRegistry.md#didpermissiongrantedargs)<`K`\> | #### Returns @@ -2364,7 +2364,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:288 -___ +--- ### getDIDPermissionRevokedById @@ -2372,17 +2372,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDPermissionRevokedResult`](subgraphs.DIDRegistry.md#didpermissionrevokedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`DIDPermissionRevokedResult`](subgraphs.DIDRegistry.md#didpermissionrevokedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | -| `args` | [`DIDPermissionRevokedArgs`](subgraphs.DIDRegistry.md#didpermissionrevokedargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------ | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | +| `args` | [`DIDPermissionRevokedArgs`](subgraphs.DIDRegistry.md#didpermissionrevokedargs)<`K`\> | #### Returns @@ -2392,7 +2392,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:332 -___ +--- ### getDIDPermissionRevokeds @@ -2400,17 +2400,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDPermissionRevokedResult`](subgraphs.DIDRegistry.md#didpermissionrevokedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`DIDPermissionRevokedResult`](subgraphs.DIDRegistry.md#didpermissionrevokedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.DIDRegistry.md#multiqueryoptions)<[`DIDPermissionRevokedFilter`](subgraphs.DIDRegistry.md#didpermissionrevokedfilter), [`DIDPermissionRevokedResult`](subgraphs.DIDRegistry.md#didpermissionrevokedresult)\> | -| `args` | [`DIDPermissionRevokedArgs`](subgraphs.DIDRegistry.md#didpermissionrevokedargs)<`K`\> | +| `args` | [`DIDPermissionRevokedArgs`](subgraphs.DIDRegistry.md#didpermissionrevokedargs)<`K`\> | #### Returns @@ -2420,7 +2420,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:333 -___ +--- ### getDIDProvenanceDelegateAddedById @@ -2428,17 +2428,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDProvenanceDelegateAddedResult`](subgraphs.DIDRegistry.md#didprovenancedelegateaddedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`DIDProvenanceDelegateAddedResult`](subgraphs.DIDRegistry.md#didprovenancedelegateaddedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | -| `args` | [`DIDProvenanceDelegateAddedArgs`](subgraphs.DIDRegistry.md#didprovenancedelegateaddedargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------ | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | +| `args` | [`DIDProvenanceDelegateAddedArgs`](subgraphs.DIDRegistry.md#didprovenancedelegateaddedargs)<`K`\> | #### Returns @@ -2448,7 +2448,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:369 -___ +--- ### getDIDProvenanceDelegateAddeds @@ -2456,17 +2456,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDProvenanceDelegateAddedResult`](subgraphs.DIDRegistry.md#didprovenancedelegateaddedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`DIDProvenanceDelegateAddedResult`](subgraphs.DIDRegistry.md#didprovenancedelegateaddedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.DIDRegistry.md#multiqueryoptions)<[`DIDProvenanceDelegateAddedFilter`](subgraphs.DIDRegistry.md#didprovenancedelegateaddedfilter), [`DIDProvenanceDelegateAddedResult`](subgraphs.DIDRegistry.md#didprovenancedelegateaddedresult)\> | -| `args` | [`DIDProvenanceDelegateAddedArgs`](subgraphs.DIDRegistry.md#didprovenancedelegateaddedargs)<`K`\> | +| `args` | [`DIDProvenanceDelegateAddedArgs`](subgraphs.DIDRegistry.md#didprovenancedelegateaddedargs)<`K`\> | #### Returns @@ -2476,7 +2476,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:370 -___ +--- ### getDIDProvenanceDelegateRemovedById @@ -2484,17 +2484,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDProvenanceDelegateRemovedResult`](subgraphs.DIDRegistry.md#didprovenancedelegateremovedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`DIDProvenanceDelegateRemovedResult`](subgraphs.DIDRegistry.md#didprovenancedelegateremovedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | -| `args` | [`DIDProvenanceDelegateRemovedArgs`](subgraphs.DIDRegistry.md#didprovenancedelegateremovedargs)<`K`\> | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | +| `args` | [`DIDProvenanceDelegateRemovedArgs`](subgraphs.DIDRegistry.md#didprovenancedelegateremovedargs)<`K`\> | #### Returns @@ -2504,7 +2504,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:412 -___ +--- ### getDIDProvenanceDelegateRemoveds @@ -2512,17 +2512,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDProvenanceDelegateRemovedResult`](subgraphs.DIDRegistry.md#didprovenancedelegateremovedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`DIDProvenanceDelegateRemovedResult`](subgraphs.DIDRegistry.md#didprovenancedelegateremovedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.DIDRegistry.md#multiqueryoptions)<[`DIDProvenanceDelegateRemovedFilter`](subgraphs.DIDRegistry.md#didprovenancedelegateremovedfilter), [`DIDProvenanceDelegateRemovedResult`](subgraphs.DIDRegistry.md#didprovenancedelegateremovedresult)\> | -| `args` | [`DIDProvenanceDelegateRemovedArgs`](subgraphs.DIDRegistry.md#didprovenancedelegateremovedargs)<`K`\> | +| `args` | [`DIDProvenanceDelegateRemovedArgs`](subgraphs.DIDRegistry.md#didprovenancedelegateremovedargs)<`K`\> | #### Returns @@ -2532,7 +2532,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:413 -___ +--- ### getDIDProviderAddedById @@ -2540,17 +2540,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDProviderAddedResult`](subgraphs.DIDRegistry.md#didprovideraddedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`DIDProviderAddedResult`](subgraphs.DIDRegistry.md#didprovideraddedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | -| `args` | [`DIDProviderAddedArgs`](subgraphs.DIDRegistry.md#didprovideraddedargs)<`K`\> | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | +| `args` | [`DIDProviderAddedArgs`](subgraphs.DIDRegistry.md#didprovideraddedargs)<`K`\> | #### Returns @@ -2560,7 +2560,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:449 -___ +--- ### getDIDProviderAddeds @@ -2568,17 +2568,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDProviderAddedResult`](subgraphs.DIDRegistry.md#didprovideraddedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`DIDProviderAddedResult`](subgraphs.DIDRegistry.md#didprovideraddedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.DIDRegistry.md#multiqueryoptions)<[`DIDProviderAddedFilter`](subgraphs.DIDRegistry.md#didprovideraddedfilter), [`DIDProviderAddedResult`](subgraphs.DIDRegistry.md#didprovideraddedresult)\> | -| `args` | [`DIDProviderAddedArgs`](subgraphs.DIDRegistry.md#didprovideraddedargs)<`K`\> | +| `args` | [`DIDProviderAddedArgs`](subgraphs.DIDRegistry.md#didprovideraddedargs)<`K`\> | #### Returns @@ -2588,7 +2588,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:450 -___ +--- ### getDIDProviderRemovedById @@ -2596,17 +2596,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDProviderRemovedResult`](subgraphs.DIDRegistry.md#didproviderremovedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`DIDProviderRemovedResult`](subgraphs.DIDRegistry.md#didproviderremovedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | -| `args` | [`DIDProviderRemovedArgs`](subgraphs.DIDRegistry.md#didproviderremovedargs)<`K`\> | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | +| `args` | [`DIDProviderRemovedArgs`](subgraphs.DIDRegistry.md#didproviderremovedargs)<`K`\> | #### Returns @@ -2616,7 +2616,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:492 -___ +--- ### getDIDProviderRemoveds @@ -2624,17 +2624,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDProviderRemovedResult`](subgraphs.DIDRegistry.md#didproviderremovedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`DIDProviderRemovedResult`](subgraphs.DIDRegistry.md#didproviderremovedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.DIDRegistry.md#multiqueryoptions)<[`DIDProviderRemovedFilter`](subgraphs.DIDRegistry.md#didproviderremovedfilter), [`DIDProviderRemovedResult`](subgraphs.DIDRegistry.md#didproviderremovedresult)\> | -| `args` | [`DIDProviderRemovedArgs`](subgraphs.DIDRegistry.md#didproviderremovedargs)<`K`\> | +| `args` | [`DIDProviderRemovedArgs`](subgraphs.DIDRegistry.md#didproviderremovedargs)<`K`\> | #### Returns @@ -2644,7 +2644,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:493 -___ +--- ### getDIDRoyaltiesAddedById @@ -2652,17 +2652,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDRoyaltiesAddedResult`](subgraphs.DIDRegistry.md#didroyaltiesaddedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`DIDRoyaltiesAddedResult`](subgraphs.DIDRegistry.md#didroyaltiesaddedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | -| `args` | [`DIDRoyaltiesAddedArgs`](subgraphs.DIDRegistry.md#didroyaltiesaddedargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------ | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | +| `args` | [`DIDRoyaltiesAddedArgs`](subgraphs.DIDRegistry.md#didroyaltiesaddedargs)<`K`\> | #### Returns @@ -2672,7 +2672,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:529 -___ +--- ### getDIDRoyaltiesAddeds @@ -2680,17 +2680,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDRoyaltiesAddedResult`](subgraphs.DIDRegistry.md#didroyaltiesaddedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`DIDRoyaltiesAddedResult`](subgraphs.DIDRegistry.md#didroyaltiesaddedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.DIDRegistry.md#multiqueryoptions)<[`DIDRoyaltiesAddedFilter`](subgraphs.DIDRegistry.md#didroyaltiesaddedfilter), [`DIDRoyaltiesAddedResult`](subgraphs.DIDRegistry.md#didroyaltiesaddedresult)\> | -| `args` | [`DIDRoyaltiesAddedArgs`](subgraphs.DIDRegistry.md#didroyaltiesaddedargs)<`K`\> | +| `args` | [`DIDRoyaltiesAddedArgs`](subgraphs.DIDRegistry.md#didroyaltiesaddedargs)<`K`\> | #### Returns @@ -2700,7 +2700,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:530 -___ +--- ### getDIDRoyaltyRecipientChangedById @@ -2708,17 +2708,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDRoyaltyRecipientChangedResult`](subgraphs.DIDRegistry.md#didroyaltyrecipientchangedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`DIDRoyaltyRecipientChangedResult`](subgraphs.DIDRegistry.md#didroyaltyrecipientchangedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | -| `args` | [`DIDRoyaltyRecipientChangedArgs`](subgraphs.DIDRegistry.md#didroyaltyrecipientchangedargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------ | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | +| `args` | [`DIDRoyaltyRecipientChangedArgs`](subgraphs.DIDRegistry.md#didroyaltyrecipientchangedargs)<`K`\> | #### Returns @@ -2728,7 +2728,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:566 -___ +--- ### getDIDRoyaltyRecipientChangeds @@ -2736,17 +2736,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`DIDRoyaltyRecipientChangedResult`](subgraphs.DIDRegistry.md#didroyaltyrecipientchangedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`DIDRoyaltyRecipientChangedResult`](subgraphs.DIDRegistry.md#didroyaltyrecipientchangedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.DIDRegistry.md#multiqueryoptions)<[`DIDRoyaltyRecipientChangedFilter`](subgraphs.DIDRegistry.md#didroyaltyrecipientchangedfilter), [`DIDRoyaltyRecipientChangedResult`](subgraphs.DIDRegistry.md#didroyaltyrecipientchangedresult)\> | -| `args` | [`DIDRoyaltyRecipientChangedArgs`](subgraphs.DIDRegistry.md#didroyaltyrecipientchangedargs)<`K`\> | +| `args` | [`DIDRoyaltyRecipientChangedArgs`](subgraphs.DIDRegistry.md#didroyaltyrecipientchangedargs)<`K`\> | #### Returns @@ -2756,7 +2756,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:567 -___ +--- ### getInitializedById @@ -2764,17 +2764,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.DIDRegistry.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------ | +| `K` | extends keyof [`InitializedResult`](subgraphs.DIDRegistry.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.DIDRegistry.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.DIDRegistry.md#initializedargs)<`K`\> | #### Returns @@ -2784,7 +2784,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:597 -___ +--- ### getInitializeds @@ -2792,17 +2792,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.DIDRegistry.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------ | +| `K` | extends keyof [`InitializedResult`](subgraphs.DIDRegistry.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.DIDRegistry.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.DIDRegistry.md#initializedfilter), [`InitializedResult`](subgraphs.DIDRegistry.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.DIDRegistry.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.DIDRegistry.md#initializedargs)<`K`\> | #### Returns @@ -2812,7 +2812,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:598 -___ +--- ### getOwnershipTransferredById @@ -2820,17 +2820,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.DIDRegistry.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.DIDRegistry.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.DIDRegistry.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------ | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.DIDRegistry.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -2840,7 +2840,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:634 -___ +--- ### getOwnershipTransferreds @@ -2848,17 +2848,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.DIDRegistry.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.DIDRegistry.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.DIDRegistry.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.DIDRegistry.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.DIDRegistry.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.DIDRegistry.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.DIDRegistry.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -2868,7 +2868,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:635 -___ +--- ### getProvenanceAttributeRegisteredById @@ -2876,17 +2876,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ProvenanceAttributeRegisteredResult`](subgraphs.DIDRegistry.md#provenanceattributeregisteredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`ProvenanceAttributeRegisteredResult`](subgraphs.DIDRegistry.md#provenanceattributeregisteredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | -| `args` | [`ProvenanceAttributeRegisteredArgs`](subgraphs.DIDRegistry.md#provenanceattributeregisteredargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------ | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | +| `args` | [`ProvenanceAttributeRegisteredArgs`](subgraphs.DIDRegistry.md#provenanceattributeregisteredargs)<`K`\> | #### Returns @@ -2896,7 +2896,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:745 -___ +--- ### getProvenanceAttributeRegistereds @@ -2904,17 +2904,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ProvenanceAttributeRegisteredResult`](subgraphs.DIDRegistry.md#provenanceattributeregisteredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`ProvenanceAttributeRegisteredResult`](subgraphs.DIDRegistry.md#provenanceattributeregisteredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.DIDRegistry.md#multiqueryoptions)<[`ProvenanceAttributeRegisteredFilter`](subgraphs.DIDRegistry.md#provenanceattributeregisteredfilter), [`ProvenanceAttributeRegisteredResult`](subgraphs.DIDRegistry.md#provenanceattributeregisteredresult)\> | -| `args` | [`ProvenanceAttributeRegisteredArgs`](subgraphs.DIDRegistry.md#provenanceattributeregisteredargs)<`K`\> | +| `args` | [`ProvenanceAttributeRegisteredArgs`](subgraphs.DIDRegistry.md#provenanceattributeregisteredargs)<`K`\> | #### Returns @@ -2924,7 +2924,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:746 -___ +--- ### getUsedById @@ -2932,17 +2932,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`UsedResult`](subgraphs.DIDRegistry.md#usedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------- | +| `K` | extends keyof [`UsedResult`](subgraphs.DIDRegistry.md#usedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | -| `args` | [`UsedArgs`](subgraphs.DIDRegistry.md#usedargs)<`K`\> | +| `args` | [`UsedArgs`](subgraphs.DIDRegistry.md#usedargs)<`K`\> | #### Returns @@ -2952,7 +2952,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:830 -___ +--- ### getUseds @@ -2960,17 +2960,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`UsedResult`](subgraphs.DIDRegistry.md#usedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------- | +| `K` | extends keyof [`UsedResult`](subgraphs.DIDRegistry.md#usedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.DIDRegistry.md#multiqueryoptions)<[`UsedFilter`](subgraphs.DIDRegistry.md#usedfilter), [`UsedResult`](subgraphs.DIDRegistry.md#usedresult)\> | -| `args` | [`UsedArgs`](subgraphs.DIDRegistry.md#usedargs)<`K`\> | +| `args` | [`UsedArgs`](subgraphs.DIDRegistry.md#usedargs)<`K`\> | #### Returns @@ -2980,7 +2980,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:831 -___ +--- ### getWasAssociatedWithById @@ -2988,17 +2988,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`WasAssociatedWithResult`](subgraphs.DIDRegistry.md#wasassociatedwithresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`WasAssociatedWithResult`](subgraphs.DIDRegistry.md#wasassociatedwithresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | -| `args` | [`WasAssociatedWithArgs`](subgraphs.DIDRegistry.md#wasassociatedwithargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------ | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | +| `args` | [`WasAssociatedWithArgs`](subgraphs.DIDRegistry.md#wasassociatedwithargs)<`K`\> | #### Returns @@ -3008,7 +3008,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:915 -___ +--- ### getWasAssociatedWiths @@ -3016,17 +3016,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`WasAssociatedWithResult`](subgraphs.DIDRegistry.md#wasassociatedwithresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`WasAssociatedWithResult`](subgraphs.DIDRegistry.md#wasassociatedwithresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.DIDRegistry.md#multiqueryoptions)<[`WasAssociatedWithFilter`](subgraphs.DIDRegistry.md#wasassociatedwithfilter), [`WasAssociatedWithResult`](subgraphs.DIDRegistry.md#wasassociatedwithresult)\> | -| `args` | [`WasAssociatedWithArgs`](subgraphs.DIDRegistry.md#wasassociatedwithargs)<`K`\> | +| `args` | [`WasAssociatedWithArgs`](subgraphs.DIDRegistry.md#wasassociatedwithargs)<`K`\> | #### Returns @@ -3036,7 +3036,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:916 -___ +--- ### getWasDerivedFromById @@ -3044,17 +3044,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`WasDerivedFromResult`](subgraphs.DIDRegistry.md#wasderivedfromresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`WasDerivedFromResult`](subgraphs.DIDRegistry.md#wasderivedfromresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | -| `args` | [`WasDerivedFromArgs`](subgraphs.DIDRegistry.md#wasderivedfromargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------ | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | +| `args` | [`WasDerivedFromArgs`](subgraphs.DIDRegistry.md#wasderivedfromargs)<`K`\> | #### Returns @@ -3064,7 +3064,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:1008 -___ +--- ### getWasDerivedFroms @@ -3072,17 +3072,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`WasDerivedFromResult`](subgraphs.DIDRegistry.md#wasderivedfromresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`WasDerivedFromResult`](subgraphs.DIDRegistry.md#wasderivedfromresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.DIDRegistry.md#multiqueryoptions)<[`WasDerivedFromFilter`](subgraphs.DIDRegistry.md#wasderivedfromfilter), [`WasDerivedFromResult`](subgraphs.DIDRegistry.md#wasderivedfromresult)\> | -| `args` | [`WasDerivedFromArgs`](subgraphs.DIDRegistry.md#wasderivedfromargs)<`K`\> | +| `args` | [`WasDerivedFromArgs`](subgraphs.DIDRegistry.md#wasderivedfromargs)<`K`\> | #### Returns @@ -3092,7 +3092,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:1009 -___ +--- ### getWasGeneratedByById @@ -3100,17 +3100,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`WasGeneratedByResult`](subgraphs.DIDRegistry.md#wasgeneratedbyresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`WasGeneratedByResult`](subgraphs.DIDRegistry.md#wasgeneratedbyresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | -| `args` | [`WasGeneratedByArgs`](subgraphs.DIDRegistry.md#wasgeneratedbyargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------ | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.DIDRegistry.md#singlequeryoptions) | +| `args` | [`WasGeneratedByArgs`](subgraphs.DIDRegistry.md#wasgeneratedbyargs)<`K`\> | #### Returns @@ -3120,7 +3120,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDRegistry.d.ts:1093 -___ +--- ### getWasGeneratedBys @@ -3128,17 +3128,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`WasGeneratedByResult`](subgraphs.DIDRegistry.md#wasgeneratedbyresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`WasGeneratedByResult`](subgraphs.DIDRegistry.md#wasgeneratedbyresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.DIDRegistry.md#multiqueryoptions)<[`WasGeneratedByFilter`](subgraphs.DIDRegistry.md#wasgeneratedbyfilter), [`WasGeneratedByResult`](subgraphs.DIDRegistry.md#wasgeneratedbyresult)\> | -| `args` | [`WasGeneratedByArgs`](subgraphs.DIDRegistry.md#wasgeneratedbyargs)<`K`\> | +| `args` | [`WasGeneratedByArgs`](subgraphs.DIDRegistry.md#wasgeneratedbyargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.DIDSalesTemplate.md b/docs/api-reference/modules/subgraphs.DIDSalesTemplate.md index 20fc20988..98979c865 100644 --- a/docs/api-reference/modules/subgraphs.DIDSalesTemplate.md +++ b/docs/api-reference/modules/subgraphs.DIDSalesTemplate.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.DIDSalesTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.DIDSalesTemplate.md#agreementcreatedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDSalesTemplate.d.ts:117 -___ +--- ### AgreementCreatedFields @@ -56,25 +56,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | ``true`` | -| `_accessProvider` | ``true`` | -| `_agreementId` | ``true`` | -| `_conditionIdSeeds` | ``true`` | -| `_conditionIds` | ``true`` | -| `_creator` | ``true`` | -| `_did` | ``true`` | -| `_idSeed` | ``true`` | -| `_timeLocks` | ``true`` | -| `_timeOuts` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------------ | :----- | +| `_accessConsumer` | `true` | +| `_accessProvider` | `true` | +| `_agreementId` | `true` | +| `_conditionIdSeeds` | `true` | +| `_conditionIds` | `true` | +| `_creator` | `true` | +| `_did` | `true` | +| `_idSeed` | `true` | +| `_timeLocks` | `true` | +| `_timeOuts` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDSalesTemplate.d.ts:104 -___ +--- ### AgreementCreatedFilter @@ -82,82 +82,82 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer?` | `string` \| ``null`` | -| `_accessConsumer_contains?` | `string` \| ``null`` | -| `_accessConsumer_in?` | `string`[] | -| `_accessConsumer_not?` | `string` \| ``null`` | -| `_accessConsumer_not_contains?` | `string` \| ``null`` | -| `_accessConsumer_not_in?` | `string`[] | -| `_accessProvider?` | `string` \| ``null`` | -| `_accessProvider_contains?` | `string` \| ``null`` | -| `_accessProvider_in?` | `string`[] | -| `_accessProvider_not?` | `string` \| ``null`` | -| `_accessProvider_not_contains?` | `string` \| ``null`` | -| `_accessProvider_not_in?` | `string`[] | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_conditionIdSeeds?` | `string`[] | -| `_conditionIdSeeds_contains?` | `string`[] | -| `_conditionIdSeeds_contains_nocase?` | `string`[] | -| `_conditionIdSeeds_not?` | `string`[] | -| `_conditionIdSeeds_not_contains?` | `string`[] | -| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | -| `_conditionIds?` | `string`[] | -| `_conditionIds_contains?` | `string`[] | -| `_conditionIds_contains_nocase?` | `string`[] | -| `_conditionIds_not?` | `string`[] | -| `_conditionIds_not_contains?` | `string`[] | -| `_conditionIds_not_contains_nocase?` | `string`[] | -| `_creator?` | `string` \| ``null`` | -| `_creator_contains?` | `string` \| ``null`` | -| `_creator_in?` | `string`[] | -| `_creator_not?` | `string` \| ``null`` | -| `_creator_not_contains?` | `string` \| ``null`` | -| `_creator_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_idSeed?` | `string` \| ``null`` | -| `_idSeed_contains?` | `string` \| ``null`` | -| `_idSeed_in?` | `string`[] | -| `_idSeed_not?` | `string` \| ``null`` | -| `_idSeed_not_contains?` | `string` \| ``null`` | -| `_idSeed_not_in?` | `string`[] | -| `_timeLocks?` | `WeiSource`[] | -| `_timeLocks_contains?` | `WeiSource`[] | -| `_timeLocks_contains_nocase?` | `WeiSource`[] | -| `_timeLocks_not?` | `WeiSource`[] | -| `_timeLocks_not_contains?` | `WeiSource`[] | -| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | -| `_timeOuts?` | `WeiSource`[] | -| `_timeOuts_contains?` | `WeiSource`[] | -| `_timeOuts_contains_nocase?` | `WeiSource`[] | -| `_timeOuts_not?` | `WeiSource`[] | -| `_timeOuts_not_contains?` | `WeiSource`[] | -| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------------------- | :----------------- | +| `_accessConsumer?` | `string` \| `null` | +| `_accessConsumer_contains?` | `string` \| `null` | +| `_accessConsumer_in?` | `string`[] | +| `_accessConsumer_not?` | `string` \| `null` | +| `_accessConsumer_not_contains?` | `string` \| `null` | +| `_accessConsumer_not_in?` | `string`[] | +| `_accessProvider?` | `string` \| `null` | +| `_accessProvider_contains?` | `string` \| `null` | +| `_accessProvider_in?` | `string`[] | +| `_accessProvider_not?` | `string` \| `null` | +| `_accessProvider_not_contains?` | `string` \| `null` | +| `_accessProvider_not_in?` | `string`[] | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_conditionIdSeeds?` | `string`[] | +| `_conditionIdSeeds_contains?` | `string`[] | +| `_conditionIdSeeds_contains_nocase?` | `string`[] | +| `_conditionIdSeeds_not?` | `string`[] | +| `_conditionIdSeeds_not_contains?` | `string`[] | +| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | +| `_conditionIds?` | `string`[] | +| `_conditionIds_contains?` | `string`[] | +| `_conditionIds_contains_nocase?` | `string`[] | +| `_conditionIds_not?` | `string`[] | +| `_conditionIds_not_contains?` | `string`[] | +| `_conditionIds_not_contains_nocase?` | `string`[] | +| `_creator?` | `string` \| `null` | +| `_creator_contains?` | `string` \| `null` | +| `_creator_in?` | `string`[] | +| `_creator_not?` | `string` \| `null` | +| `_creator_not_contains?` | `string` \| `null` | +| `_creator_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_idSeed?` | `string` \| `null` | +| `_idSeed_contains?` | `string` \| `null` | +| `_idSeed_in?` | `string`[] | +| `_idSeed_not?` | `string` \| `null` | +| `_idSeed_not_contains?` | `string` \| `null` | +| `_idSeed_not_in?` | `string`[] | +| `_timeLocks?` | `WeiSource`[] | +| `_timeLocks_contains?` | `WeiSource`[] | +| `_timeLocks_contains_nocase?` | `WeiSource`[] | +| `_timeLocks_not?` | `WeiSource`[] | +| `_timeLocks_not_contains?` | `WeiSource`[] | +| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | +| `_timeOuts?` | `WeiSource`[] | +| `_timeOuts_contains?` | `WeiSource`[] | +| `_timeOuts_contains_nocase?` | `WeiSource`[] | +| `_timeOuts_not?` | `WeiSource`[] | +| `_timeOuts_not_contains?` | `WeiSource`[] | +| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDSalesTemplate.d.ts:21 -___ +--- ### AgreementCreatedResult @@ -165,25 +165,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | `string` | -| `_accessProvider` | `string` | -| `_agreementId` | `string` | -| `_conditionIdSeeds` | (`string` \| ``null``)[] | -| `_conditionIds` | (`string` \| ``null``)[] | -| `_creator` | `string` | -| `_did` | `string` | -| `_idSeed` | `string` | -| `_timeLocks` | (`Wei` \| ``null``)[] | -| `_timeOuts` | (`Wei` \| ``null``)[] | -| `id` | `string` | +| Name | Type | +| :------------------ | :--------------------- | +| `_accessConsumer` | `string` | +| `_accessProvider` | `string` | +| `_agreementId` | `string` | +| `_conditionIdSeeds` | (`string` \| `null`)[] | +| `_conditionIds` | (`string` \| `null`)[] | +| `_creator` | `string` | +| `_did` | `string` | +| `_idSeed` | `string` | +| `_timeLocks` | (`Wei` \| `null`)[] | +| `_timeOuts` | (`Wei` \| `null`)[] | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDSalesTemplate.d.ts:91 -___ +--- ### InitializedArgs @@ -191,15 +191,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.DIDSalesTemplate.md#initializedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.DIDSalesTemplate.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDSalesTemplate.d.ts:148 -___ +--- ### InitializedFields @@ -207,16 +207,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDSalesTemplate.d.ts:144 -___ +--- ### InitializedFilter @@ -224,30 +224,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDSalesTemplate.d.ts:122 -___ +--- ### InitializedResult @@ -255,16 +255,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDSalesTemplate.d.ts:140 -___ +--- ### MultiQueryOptions @@ -273,25 +273,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDSalesTemplate.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -299,15 +299,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.DIDSalesTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.DIDSalesTemplate.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDSalesTemplate.d.ts:185 -___ +--- ### OwnershipTransferredFields @@ -315,17 +315,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDSalesTemplate.d.ts:180 -___ +--- ### OwnershipTransferredFilter @@ -333,34 +333,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDSalesTemplate.d.ts:153 -___ +--- ### OwnershipTransferredResult @@ -368,17 +368,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DIDSalesTemplate.d.ts:175 -___ +--- ### SingleQueryOptions @@ -386,10 +386,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -403,17 +403,17 @@ node_modules/@nevermined-io/subgraphs/build/DIDSalesTemplate.d.ts:2 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.DIDSalesTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.DIDSalesTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.DIDSalesTemplate.md#singlequeryoptions) | -| `args` | [`AgreementCreatedArgs`](subgraphs.DIDSalesTemplate.md#agreementcreatedargs)<`K`\> | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.DIDSalesTemplate.md#singlequeryoptions) | +| `args` | [`AgreementCreatedArgs`](subgraphs.DIDSalesTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -423,7 +423,7 @@ node_modules/@nevermined-io/subgraphs/build/DIDSalesTemplate.d.ts:2 node_modules/@nevermined-io/subgraphs/build/DIDSalesTemplate.d.ts:120 -___ +--- ### getAgreementCreateds @@ -431,17 +431,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.DIDSalesTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.DIDSalesTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.DIDSalesTemplate.md#multiqueryoptions)<[`AgreementCreatedFilter`](subgraphs.DIDSalesTemplate.md#agreementcreatedfilter), [`AgreementCreatedResult`](subgraphs.DIDSalesTemplate.md#agreementcreatedresult)\> | -| `args` | [`AgreementCreatedArgs`](subgraphs.DIDSalesTemplate.md#agreementcreatedargs)<`K`\> | +| `args` | [`AgreementCreatedArgs`](subgraphs.DIDSalesTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -451,7 +451,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDSalesTemplate.d.ts:121 -___ +--- ### getInitializedById @@ -459,17 +459,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.DIDSalesTemplate.md#initializedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.DIDSalesTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :----------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.DIDSalesTemplate.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.DIDSalesTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.DIDSalesTemplate.md#initializedargs)<`K`\> | #### Returns @@ -479,7 +479,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDSalesTemplate.d.ts:151 -___ +--- ### getInitializeds @@ -487,17 +487,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.DIDSalesTemplate.md#initializedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.DIDSalesTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.DIDSalesTemplate.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.DIDSalesTemplate.md#initializedfilter), [`InitializedResult`](subgraphs.DIDSalesTemplate.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.DIDSalesTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.DIDSalesTemplate.md#initializedargs)<`K`\> | #### Returns @@ -507,7 +507,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDSalesTemplate.d.ts:152 -___ +--- ### getOwnershipTransferredById @@ -515,17 +515,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.DIDSalesTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.DIDSalesTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.DIDSalesTemplate.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.DIDSalesTemplate.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.DIDSalesTemplate.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.DIDSalesTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -535,7 +535,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DIDSalesTemplate.d.ts:188 -___ +--- ### getOwnershipTransferreds @@ -543,17 +543,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.DIDSalesTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.DIDSalesTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.DIDSalesTemplate.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.DIDSalesTemplate.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.DIDSalesTemplate.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.DIDSalesTemplate.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.DIDSalesTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.Dispenser.md b/docs/api-reference/modules/subgraphs.Dispenser.md index 31605737c..a9bc8a799 100644 --- a/docs/api-reference/modules/subgraphs.Dispenser.md +++ b/docs/api-reference/modules/subgraphs.Dispenser.md @@ -46,15 +46,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.Dispenser.md#initializedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.Dispenser.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:47 -___ +--- ### InitializedFields @@ -62,16 +62,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:43 -___ +--- ### InitializedFilter @@ -79,30 +79,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:21 -___ +--- ### InitializedResult @@ -110,16 +110,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:39 -___ +--- ### MultiQueryOptions @@ -128,25 +128,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -154,15 +154,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.Dispenser.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.Dispenser.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:84 -___ +--- ### OwnershipTransferredFields @@ -170,17 +170,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:79 -___ +--- ### OwnershipTransferredFilter @@ -188,34 +188,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:52 -___ +--- ### OwnershipTransferredResult @@ -223,17 +223,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:74 -___ +--- ### RequestFrequencyExceededArgs @@ -241,15 +241,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RequestFrequencyExceededResult`](subgraphs.Dispenser.md#requestfrequencyexceededresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`RequestFrequencyExceededResult`](subgraphs.Dispenser.md#requestfrequencyexceededresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:123 -___ +--- ### RequestFrequencyExceededFields @@ -257,17 +257,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `minPeriod` | ``true`` | -| `requester` | ``true`` | +| Name | Type | +| :---------- | :----- | +| `id` | `true` | +| `minPeriod` | `true` | +| `requester` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:118 -___ +--- ### RequestFrequencyExceededFilter @@ -275,36 +275,36 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `minPeriod?` | `WeiSource` \| ``null`` | -| `minPeriod_gt?` | `WeiSource` \| ``null`` | -| `minPeriod_gte?` | `WeiSource` \| ``null`` | -| `minPeriod_in?` | `WeiSource`[] | -| `minPeriod_lt?` | `WeiSource` \| ``null`` | -| `minPeriod_lte?` | `WeiSource` \| ``null`` | -| `minPeriod_not?` | `WeiSource` \| ``null`` | -| `minPeriod_not_in?` | `WeiSource`[] | -| `requester?` | `string` \| ``null`` | -| `requester_contains?` | `string` \| ``null`` | -| `requester_in?` | `string`[] | -| `requester_not?` | `string` \| ``null`` | -| `requester_not_contains?` | `string` \| ``null`` | -| `requester_not_in?` | `string`[] | +| Name | Type | +| :------------------------ | :-------------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `minPeriod?` | `WeiSource` \| `null` | +| `minPeriod_gt?` | `WeiSource` \| `null` | +| `minPeriod_gte?` | `WeiSource` \| `null` | +| `minPeriod_in?` | `WeiSource`[] | +| `minPeriod_lt?` | `WeiSource` \| `null` | +| `minPeriod_lte?` | `WeiSource` \| `null` | +| `minPeriod_not?` | `WeiSource` \| `null` | +| `minPeriod_not_in?` | `WeiSource`[] | +| `requester?` | `string` \| `null` | +| `requester_contains?` | `string` \| `null` | +| `requester_in?` | `string`[] | +| `requester_not?` | `string` \| `null` | +| `requester_not_contains?` | `string` \| `null` | +| `requester_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:89 -___ +--- ### RequestFrequencyExceededResult @@ -312,17 +312,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `minPeriod` | `Wei` | +| Name | Type | +| :---------- | :------- | +| `id` | `string` | +| `minPeriod` | `Wei` | | `requester` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:113 -___ +--- ### RequestLimitExceededArgs @@ -330,15 +330,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RequestLimitExceededResult`](subgraphs.Dispenser.md#requestlimitexceededresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RequestLimitExceededResult`](subgraphs.Dispenser.md#requestlimitexceededresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:172 -___ +--- ### RequestLimitExceededFields @@ -346,18 +346,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `amount` | ``true`` | -| `id` | ``true`` | -| `maxAmount` | ``true`` | -| `requester` | ``true`` | +| Name | Type | +| :---------- | :----- | +| `amount` | `true` | +| `id` | `true` | +| `maxAmount` | `true` | +| `requester` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:166 -___ +--- ### RequestLimitExceededFilter @@ -365,44 +365,44 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `amount?` | `WeiSource` \| ``null`` | -| `amount_gt?` | `WeiSource` \| ``null`` | -| `amount_gte?` | `WeiSource` \| ``null`` | -| `amount_in?` | `WeiSource`[] | -| `amount_lt?` | `WeiSource` \| ``null`` | -| `amount_lte?` | `WeiSource` \| ``null`` | -| `amount_not?` | `WeiSource` \| ``null`` | -| `amount_not_in?` | `WeiSource`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `maxAmount?` | `WeiSource` \| ``null`` | -| `maxAmount_gt?` | `WeiSource` \| ``null`` | -| `maxAmount_gte?` | `WeiSource` \| ``null`` | -| `maxAmount_in?` | `WeiSource`[] | -| `maxAmount_lt?` | `WeiSource` \| ``null`` | -| `maxAmount_lte?` | `WeiSource` \| ``null`` | -| `maxAmount_not?` | `WeiSource` \| ``null`` | -| `maxAmount_not_in?` | `WeiSource`[] | -| `requester?` | `string` \| ``null`` | -| `requester_contains?` | `string` \| ``null`` | -| `requester_in?` | `string`[] | -| `requester_not?` | `string` \| ``null`` | -| `requester_not_contains?` | `string` \| ``null`` | -| `requester_not_in?` | `string`[] | +| Name | Type | +| :------------------------ | :-------------------- | +| `amount?` | `WeiSource` \| `null` | +| `amount_gt?` | `WeiSource` \| `null` | +| `amount_gte?` | `WeiSource` \| `null` | +| `amount_in?` | `WeiSource`[] | +| `amount_lt?` | `WeiSource` \| `null` | +| `amount_lte?` | `WeiSource` \| `null` | +| `amount_not?` | `WeiSource` \| `null` | +| `amount_not_in?` | `WeiSource`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `maxAmount?` | `WeiSource` \| `null` | +| `maxAmount_gt?` | `WeiSource` \| `null` | +| `maxAmount_gte?` | `WeiSource` \| `null` | +| `maxAmount_in?` | `WeiSource`[] | +| `maxAmount_lt?` | `WeiSource` \| `null` | +| `maxAmount_lte?` | `WeiSource` \| `null` | +| `maxAmount_not?` | `WeiSource` \| `null` | +| `maxAmount_not_in?` | `WeiSource`[] | +| `requester?` | `string` \| `null` | +| `requester_contains?` | `string` \| `null` | +| `requester_in?` | `string`[] | +| `requester_not?` | `string` \| `null` | +| `requester_not_contains?` | `string` \| `null` | +| `requester_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:128 -___ +--- ### RequestLimitExceededResult @@ -410,18 +410,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `amount` | `Wei` | -| `id` | `string` | -| `maxAmount` | `Wei` | +| Name | Type | +| :---------- | :------- | +| `amount` | `Wei` | +| `id` | `string` | +| `maxAmount` | `Wei` | | `requester` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:160 -___ +--- ### SingleQueryOptions @@ -429,10 +429,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -446,17 +446,17 @@ node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:2 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.Dispenser.md#initializedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.Dispenser.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.Dispenser.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.Dispenser.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.Dispenser.md#initializedargs)<`K`\> | #### Returns @@ -466,7 +466,7 @@ node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:2 node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:50 -___ +--- ### getInitializeds @@ -474,17 +474,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.Dispenser.md#initializedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.Dispenser.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.Dispenser.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.Dispenser.md#initializedfilter), [`InitializedResult`](subgraphs.Dispenser.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.Dispenser.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.Dispenser.md#initializedargs)<`K`\> | #### Returns @@ -494,7 +494,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:51 -___ +--- ### getOwnershipTransferredById @@ -502,17 +502,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.Dispenser.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.Dispenser.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.Dispenser.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.Dispenser.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.Dispenser.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.Dispenser.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -522,7 +522,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:87 -___ +--- ### getOwnershipTransferreds @@ -530,17 +530,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.Dispenser.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.Dispenser.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.Dispenser.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.Dispenser.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.Dispenser.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.Dispenser.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.Dispenser.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -550,7 +550,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:88 -___ +--- ### getRequestFrequencyExceededById @@ -558,17 +558,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RequestFrequencyExceededResult`](subgraphs.Dispenser.md#requestfrequencyexceededresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`RequestFrequencyExceededResult`](subgraphs.Dispenser.md#requestfrequencyexceededresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.Dispenser.md#singlequeryoptions) | -| `args` | [`RequestFrequencyExceededArgs`](subgraphs.Dispenser.md#requestfrequencyexceededargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------ | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.Dispenser.md#singlequeryoptions) | +| `args` | [`RequestFrequencyExceededArgs`](subgraphs.Dispenser.md#requestfrequencyexceededargs)<`K`\> | #### Returns @@ -578,7 +578,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:126 -___ +--- ### getRequestFrequencyExceededs @@ -586,17 +586,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RequestFrequencyExceededResult`](subgraphs.Dispenser.md#requestfrequencyexceededresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`RequestFrequencyExceededResult`](subgraphs.Dispenser.md#requestfrequencyexceededresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.Dispenser.md#multiqueryoptions)<[`RequestFrequencyExceededFilter`](subgraphs.Dispenser.md#requestfrequencyexceededfilter), [`RequestFrequencyExceededResult`](subgraphs.Dispenser.md#requestfrequencyexceededresult)\> | -| `args` | [`RequestFrequencyExceededArgs`](subgraphs.Dispenser.md#requestfrequencyexceededargs)<`K`\> | +| `args` | [`RequestFrequencyExceededArgs`](subgraphs.Dispenser.md#requestfrequencyexceededargs)<`K`\> | #### Returns @@ -606,7 +606,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:127 -___ +--- ### getRequestLimitExceededById @@ -614,17 +614,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RequestLimitExceededResult`](subgraphs.Dispenser.md#requestlimitexceededresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RequestLimitExceededResult`](subgraphs.Dispenser.md#requestlimitexceededresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.Dispenser.md#singlequeryoptions) | -| `args` | [`RequestLimitExceededArgs`](subgraphs.Dispenser.md#requestlimitexceededargs)<`K`\> | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.Dispenser.md#singlequeryoptions) | +| `args` | [`RequestLimitExceededArgs`](subgraphs.Dispenser.md#requestlimitexceededargs)<`K`\> | #### Returns @@ -634,7 +634,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/Dispenser.d.ts:175 -___ +--- ### getRequestLimitExceededs @@ -642,17 +642,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RequestLimitExceededResult`](subgraphs.Dispenser.md#requestlimitexceededresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RequestLimitExceededResult`](subgraphs.Dispenser.md#requestlimitexceededresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.Dispenser.md#multiqueryoptions)<[`RequestLimitExceededFilter`](subgraphs.Dispenser.md#requestlimitexceededfilter), [`RequestLimitExceededResult`](subgraphs.Dispenser.md#requestlimitexceededresult)\> | -| `args` | [`RequestLimitExceededArgs`](subgraphs.Dispenser.md#requestlimitexceededargs)<`K`\> | +| `args` | [`RequestLimitExceededArgs`](subgraphs.Dispenser.md#requestlimitexceededargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.DistributeNFTCollateralCondition.md b/docs/api-reference/modules/subgraphs.DistributeNFTCollateralCondition.md index 856100328..36cb4f05f 100644 --- a/docs/api-reference/modules/subgraphs.DistributeNFTCollateralCondition.md +++ b/docs/api-reference/modules/subgraphs.DistributeNFTCollateralCondition.md @@ -34,15 +34,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.DistributeNFTCollateralCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.DistributeNFTCollateralCondition.md#fulfilledresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/DistributeNFTCollateralCondition.d.ts:76 -___ +--- ### FulfilledFields @@ -50,20 +50,20 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | ``true`` | -| `_conditionId` | ``true`` | -| `_contract` | ``true`` | -| `_did` | ``true`` | -| `_receiver` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------- | :----- | +| `_agreementId` | `true` | +| `_conditionId` | `true` | +| `_contract` | `true` | +| `_did` | `true` | +| `_receiver` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DistributeNFTCollateralCondition.d.ts:68 -___ +--- ### FulfilledFilter @@ -71,52 +71,52 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_conditionId?` | `string` \| ``null`` | -| `_conditionId_contains?` | `string` \| ``null`` | -| `_conditionId_in?` | `string`[] | -| `_conditionId_not?` | `string` \| ``null`` | -| `_conditionId_not_contains?` | `string` \| ``null`` | -| `_conditionId_not_in?` | `string`[] | -| `_contract?` | `string` \| ``null`` | -| `_contract_contains?` | `string` \| ``null`` | -| `_contract_in?` | `string`[] | -| `_contract_not?` | `string` \| ``null`` | -| `_contract_not_contains?` | `string` \| ``null`` | -| `_contract_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_receiver?` | `string` \| ``null`` | -| `_receiver_contains?` | `string` \| ``null`` | -| `_receiver_in?` | `string`[] | -| `_receiver_not?` | `string` \| ``null`` | -| `_receiver_not_contains?` | `string` \| ``null`` | -| `_receiver_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------- | :----------------- | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_conditionId?` | `string` \| `null` | +| `_conditionId_contains?` | `string` \| `null` | +| `_conditionId_in?` | `string`[] | +| `_conditionId_not?` | `string` \| `null` | +| `_conditionId_not_contains?` | `string` \| `null` | +| `_conditionId_not_in?` | `string`[] | +| `_contract?` | `string` \| `null` | +| `_contract_contains?` | `string` \| `null` | +| `_contract_in?` | `string`[] | +| `_contract_not?` | `string` \| `null` | +| `_contract_not_contains?` | `string` \| `null` | +| `_contract_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_receiver?` | `string` \| `null` | +| `_receiver_contains?` | `string` \| `null` | +| `_receiver_in?` | `string`[] | +| `_receiver_not?` | `string` \| `null` | +| `_receiver_not_contains?` | `string` \| `null` | +| `_receiver_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/DistributeNFTCollateralCondition.d.ts:20 -___ +--- ### FulfilledResult @@ -124,20 +124,20 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `_agreementId` | `string` | | `_conditionId` | `string` | -| `_contract` | `string` | -| `_did` | `string` | -| `_receiver` | `string` | -| `id` | `string` | +| `_contract` | `string` | +| `_did` | `string` | +| `_receiver` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DistributeNFTCollateralCondition.d.ts:60 -___ +--- ### MultiQueryOptions @@ -146,25 +146,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DistributeNFTCollateralCondition.d.ts:9 -___ +--- ### OwnershipTransferredArgs @@ -172,15 +172,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.DistributeNFTCollateralCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.DistributeNFTCollateralCondition.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/DistributeNFTCollateralCondition.d.ts:113 -___ +--- ### OwnershipTransferredFields @@ -188,17 +188,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DistributeNFTCollateralCondition.d.ts:108 -___ +--- ### OwnershipTransferredFilter @@ -206,34 +206,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/DistributeNFTCollateralCondition.d.ts:81 -___ +--- ### OwnershipTransferredResult @@ -241,17 +241,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/DistributeNFTCollateralCondition.d.ts:103 -___ +--- ### SingleQueryOptions @@ -259,10 +259,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -276,17 +276,17 @@ node_modules/@nevermined-io/subgraphs/build/DistributeNFTCollateralCondition.d.t #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.DistributeNFTCollateralCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.DistributeNFTCollateralCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.DistributeNFTCollateralCondition.md#singlequeryoptions) | -| `args` | [`FulfilledArgs`](subgraphs.DistributeNFTCollateralCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.DistributeNFTCollateralCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -296,7 +296,7 @@ node_modules/@nevermined-io/subgraphs/build/DistributeNFTCollateralCondition.d.t node_modules/@nevermined-io/subgraphs/build/DistributeNFTCollateralCondition.d.ts:79 -___ +--- ### getFulfilleds @@ -304,17 +304,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.DistributeNFTCollateralCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.DistributeNFTCollateralCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.DistributeNFTCollateralCondition.md#multiqueryoptions)<[`FulfilledFilter`](subgraphs.DistributeNFTCollateralCondition.md#fulfilledfilter), [`FulfilledResult`](subgraphs.DistributeNFTCollateralCondition.md#fulfilledresult)\> | -| `args` | [`FulfilledArgs`](subgraphs.DistributeNFTCollateralCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.DistributeNFTCollateralCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -324,7 +324,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DistributeNFTCollateralCondition.d.ts:80 -___ +--- ### getOwnershipTransferredById @@ -332,17 +332,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.DistributeNFTCollateralCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.DistributeNFTCollateralCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.DistributeNFTCollateralCondition.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.DistributeNFTCollateralCondition.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.DistributeNFTCollateralCondition.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.DistributeNFTCollateralCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -352,7 +352,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/DistributeNFTCollateralCondition.d.ts:116 -___ +--- ### getOwnershipTransferreds @@ -360,17 +360,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.DistributeNFTCollateralCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.DistributeNFTCollateralCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.DistributeNFTCollateralCondition.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.DistributeNFTCollateralCondition.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.DistributeNFTCollateralCondition.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.DistributeNFTCollateralCondition.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.DistributeNFTCollateralCondition.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.EscrowComputeExecutionTemplate.md b/docs/api-reference/modules/subgraphs.EscrowComputeExecutionTemplate.md index 6b2e1e14f..2b5d40cf5 100644 --- a/docs/api-reference/modules/subgraphs.EscrowComputeExecutionTemplate.md +++ b/docs/api-reference/modules/subgraphs.EscrowComputeExecutionTemplate.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.EscrowComputeExecutionTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.EscrowComputeExecutionTemplate.md#agreementcreatedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowComputeExecutionTemplate.d.ts:117 -___ +--- ### AgreementCreatedFields @@ -56,25 +56,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | ``true`` | -| `_accessProvider` | ``true`` | -| `_agreementId` | ``true`` | -| `_conditionIdSeeds` | ``true`` | -| `_conditionIds` | ``true`` | -| `_creator` | ``true`` | -| `_did` | ``true`` | -| `_idSeed` | ``true`` | -| `_timeLocks` | ``true`` | -| `_timeOuts` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------------ | :----- | +| `_accessConsumer` | `true` | +| `_accessProvider` | `true` | +| `_agreementId` | `true` | +| `_conditionIdSeeds` | `true` | +| `_conditionIds` | `true` | +| `_creator` | `true` | +| `_did` | `true` | +| `_idSeed` | `true` | +| `_timeLocks` | `true` | +| `_timeOuts` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowComputeExecutionTemplate.d.ts:104 -___ +--- ### AgreementCreatedFilter @@ -82,82 +82,82 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer?` | `string` \| ``null`` | -| `_accessConsumer_contains?` | `string` \| ``null`` | -| `_accessConsumer_in?` | `string`[] | -| `_accessConsumer_not?` | `string` \| ``null`` | -| `_accessConsumer_not_contains?` | `string` \| ``null`` | -| `_accessConsumer_not_in?` | `string`[] | -| `_accessProvider?` | `string` \| ``null`` | -| `_accessProvider_contains?` | `string` \| ``null`` | -| `_accessProvider_in?` | `string`[] | -| `_accessProvider_not?` | `string` \| ``null`` | -| `_accessProvider_not_contains?` | `string` \| ``null`` | -| `_accessProvider_not_in?` | `string`[] | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_conditionIdSeeds?` | `string`[] | -| `_conditionIdSeeds_contains?` | `string`[] | -| `_conditionIdSeeds_contains_nocase?` | `string`[] | -| `_conditionIdSeeds_not?` | `string`[] | -| `_conditionIdSeeds_not_contains?` | `string`[] | -| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | -| `_conditionIds?` | `string`[] | -| `_conditionIds_contains?` | `string`[] | -| `_conditionIds_contains_nocase?` | `string`[] | -| `_conditionIds_not?` | `string`[] | -| `_conditionIds_not_contains?` | `string`[] | -| `_conditionIds_not_contains_nocase?` | `string`[] | -| `_creator?` | `string` \| ``null`` | -| `_creator_contains?` | `string` \| ``null`` | -| `_creator_in?` | `string`[] | -| `_creator_not?` | `string` \| ``null`` | -| `_creator_not_contains?` | `string` \| ``null`` | -| `_creator_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_idSeed?` | `string` \| ``null`` | -| `_idSeed_contains?` | `string` \| ``null`` | -| `_idSeed_in?` | `string`[] | -| `_idSeed_not?` | `string` \| ``null`` | -| `_idSeed_not_contains?` | `string` \| ``null`` | -| `_idSeed_not_in?` | `string`[] | -| `_timeLocks?` | `WeiSource`[] | -| `_timeLocks_contains?` | `WeiSource`[] | -| `_timeLocks_contains_nocase?` | `WeiSource`[] | -| `_timeLocks_not?` | `WeiSource`[] | -| `_timeLocks_not_contains?` | `WeiSource`[] | -| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | -| `_timeOuts?` | `WeiSource`[] | -| `_timeOuts_contains?` | `WeiSource`[] | -| `_timeOuts_contains_nocase?` | `WeiSource`[] | -| `_timeOuts_not?` | `WeiSource`[] | -| `_timeOuts_not_contains?` | `WeiSource`[] | -| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------------------- | :----------------- | +| `_accessConsumer?` | `string` \| `null` | +| `_accessConsumer_contains?` | `string` \| `null` | +| `_accessConsumer_in?` | `string`[] | +| `_accessConsumer_not?` | `string` \| `null` | +| `_accessConsumer_not_contains?` | `string` \| `null` | +| `_accessConsumer_not_in?` | `string`[] | +| `_accessProvider?` | `string` \| `null` | +| `_accessProvider_contains?` | `string` \| `null` | +| `_accessProvider_in?` | `string`[] | +| `_accessProvider_not?` | `string` \| `null` | +| `_accessProvider_not_contains?` | `string` \| `null` | +| `_accessProvider_not_in?` | `string`[] | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_conditionIdSeeds?` | `string`[] | +| `_conditionIdSeeds_contains?` | `string`[] | +| `_conditionIdSeeds_contains_nocase?` | `string`[] | +| `_conditionIdSeeds_not?` | `string`[] | +| `_conditionIdSeeds_not_contains?` | `string`[] | +| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | +| `_conditionIds?` | `string`[] | +| `_conditionIds_contains?` | `string`[] | +| `_conditionIds_contains_nocase?` | `string`[] | +| `_conditionIds_not?` | `string`[] | +| `_conditionIds_not_contains?` | `string`[] | +| `_conditionIds_not_contains_nocase?` | `string`[] | +| `_creator?` | `string` \| `null` | +| `_creator_contains?` | `string` \| `null` | +| `_creator_in?` | `string`[] | +| `_creator_not?` | `string` \| `null` | +| `_creator_not_contains?` | `string` \| `null` | +| `_creator_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_idSeed?` | `string` \| `null` | +| `_idSeed_contains?` | `string` \| `null` | +| `_idSeed_in?` | `string`[] | +| `_idSeed_not?` | `string` \| `null` | +| `_idSeed_not_contains?` | `string` \| `null` | +| `_idSeed_not_in?` | `string`[] | +| `_timeLocks?` | `WeiSource`[] | +| `_timeLocks_contains?` | `WeiSource`[] | +| `_timeLocks_contains_nocase?` | `WeiSource`[] | +| `_timeLocks_not?` | `WeiSource`[] | +| `_timeLocks_not_contains?` | `WeiSource`[] | +| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | +| `_timeOuts?` | `WeiSource`[] | +| `_timeOuts_contains?` | `WeiSource`[] | +| `_timeOuts_contains_nocase?` | `WeiSource`[] | +| `_timeOuts_not?` | `WeiSource`[] | +| `_timeOuts_not_contains?` | `WeiSource`[] | +| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowComputeExecutionTemplate.d.ts:21 -___ +--- ### AgreementCreatedResult @@ -165,25 +165,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | `string` | -| `_accessProvider` | `string` | -| `_agreementId` | `string` | -| `_conditionIdSeeds` | (`string` \| ``null``)[] | -| `_conditionIds` | (`string` \| ``null``)[] | -| `_creator` | `string` | -| `_did` | `string` | -| `_idSeed` | `string` | -| `_timeLocks` | (`Wei` \| ``null``)[] | -| `_timeOuts` | (`Wei` \| ``null``)[] | -| `id` | `string` | +| Name | Type | +| :------------------ | :--------------------- | +| `_accessConsumer` | `string` | +| `_accessProvider` | `string` | +| `_agreementId` | `string` | +| `_conditionIdSeeds` | (`string` \| `null`)[] | +| `_conditionIds` | (`string` \| `null`)[] | +| `_creator` | `string` | +| `_did` | `string` | +| `_idSeed` | `string` | +| `_timeLocks` | (`Wei` \| `null`)[] | +| `_timeOuts` | (`Wei` \| `null`)[] | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowComputeExecutionTemplate.d.ts:91 -___ +--- ### InitializedArgs @@ -191,15 +191,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.EscrowComputeExecutionTemplate.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.EscrowComputeExecutionTemplate.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowComputeExecutionTemplate.d.ts:148 -___ +--- ### InitializedFields @@ -207,16 +207,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowComputeExecutionTemplate.d.ts:144 -___ +--- ### InitializedFilter @@ -224,30 +224,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowComputeExecutionTemplate.d.ts:122 -___ +--- ### InitializedResult @@ -255,16 +255,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowComputeExecutionTemplate.d.ts:140 -___ +--- ### MultiQueryOptions @@ -273,25 +273,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowComputeExecutionTemplate.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -299,15 +299,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.EscrowComputeExecutionTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.EscrowComputeExecutionTemplate.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowComputeExecutionTemplate.d.ts:185 -___ +--- ### OwnershipTransferredFields @@ -315,17 +315,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowComputeExecutionTemplate.d.ts:180 -___ +--- ### OwnershipTransferredFilter @@ -333,34 +333,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowComputeExecutionTemplate.d.ts:153 -___ +--- ### OwnershipTransferredResult @@ -368,17 +368,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowComputeExecutionTemplate.d.ts:175 -___ +--- ### SingleQueryOptions @@ -386,10 +386,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -403,17 +403,17 @@ node_modules/@nevermined-io/subgraphs/build/EscrowComputeExecutionTemplate.d.ts: #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.EscrowComputeExecutionTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.EscrowComputeExecutionTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.EscrowComputeExecutionTemplate.md#singlequeryoptions) | -| `args` | [`AgreementCreatedArgs`](subgraphs.EscrowComputeExecutionTemplate.md#agreementcreatedargs)<`K`\> | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.EscrowComputeExecutionTemplate.md#singlequeryoptions) | +| `args` | [`AgreementCreatedArgs`](subgraphs.EscrowComputeExecutionTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -423,7 +423,7 @@ node_modules/@nevermined-io/subgraphs/build/EscrowComputeExecutionTemplate.d.ts: node_modules/@nevermined-io/subgraphs/build/EscrowComputeExecutionTemplate.d.ts:120 -___ +--- ### getAgreementCreateds @@ -431,17 +431,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.EscrowComputeExecutionTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.EscrowComputeExecutionTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.EscrowComputeExecutionTemplate.md#multiqueryoptions)<[`AgreementCreatedFilter`](subgraphs.EscrowComputeExecutionTemplate.md#agreementcreatedfilter), [`AgreementCreatedResult`](subgraphs.EscrowComputeExecutionTemplate.md#agreementcreatedresult)\> | -| `args` | [`AgreementCreatedArgs`](subgraphs.EscrowComputeExecutionTemplate.md#agreementcreatedargs)<`K`\> | +| `args` | [`AgreementCreatedArgs`](subgraphs.EscrowComputeExecutionTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -451,7 +451,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/EscrowComputeExecutionTemplate.d.ts:121 -___ +--- ### getInitializedById @@ -459,17 +459,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.EscrowComputeExecutionTemplate.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.EscrowComputeExecutionTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.EscrowComputeExecutionTemplate.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.EscrowComputeExecutionTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.EscrowComputeExecutionTemplate.md#initializedargs)<`K`\> | #### Returns @@ -479,7 +479,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/EscrowComputeExecutionTemplate.d.ts:151 -___ +--- ### getInitializeds @@ -487,17 +487,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.EscrowComputeExecutionTemplate.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.EscrowComputeExecutionTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.EscrowComputeExecutionTemplate.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.EscrowComputeExecutionTemplate.md#initializedfilter), [`InitializedResult`](subgraphs.EscrowComputeExecutionTemplate.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.EscrowComputeExecutionTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.EscrowComputeExecutionTemplate.md#initializedargs)<`K`\> | #### Returns @@ -507,7 +507,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/EscrowComputeExecutionTemplate.d.ts:152 -___ +--- ### getOwnershipTransferredById @@ -515,17 +515,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.EscrowComputeExecutionTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.EscrowComputeExecutionTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.EscrowComputeExecutionTemplate.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.EscrowComputeExecutionTemplate.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.EscrowComputeExecutionTemplate.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.EscrowComputeExecutionTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -535,7 +535,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/EscrowComputeExecutionTemplate.d.ts:188 -___ +--- ### getOwnershipTransferreds @@ -543,17 +543,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.EscrowComputeExecutionTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.EscrowComputeExecutionTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.EscrowComputeExecutionTemplate.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.EscrowComputeExecutionTemplate.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.EscrowComputeExecutionTemplate.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.EscrowComputeExecutionTemplate.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.EscrowComputeExecutionTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.EscrowPaymentCondition.md b/docs/api-reference/modules/subgraphs.EscrowPaymentCondition.md index 4065c9fb0..d64fdf249 100644 --- a/docs/api-reference/modules/subgraphs.EscrowPaymentCondition.md +++ b/docs/api-reference/modules/subgraphs.EscrowPaymentCondition.md @@ -46,15 +46,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.EscrowPaymentCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.EscrowPaymentCondition.md#fulfilledresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:77 -___ +--- ### FulfilledFields @@ -62,20 +62,20 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | ``true`` | -| `_amounts` | ``true`` | -| `_conditionId` | ``true`` | -| `_receivers` | ``true`` | -| `_tokenAddress` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `_agreementId` | `true` | +| `_amounts` | `true` | +| `_conditionId` | `true` | +| `_receivers` | `true` | +| `_tokenAddress` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:69 -___ +--- ### FulfilledFilter @@ -83,52 +83,52 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_amounts?` | `WeiSource`[] | -| `_amounts_contains?` | `WeiSource`[] | -| `_amounts_contains_nocase?` | `WeiSource`[] | -| `_amounts_not?` | `WeiSource`[] | -| `_amounts_not_contains?` | `WeiSource`[] | -| `_amounts_not_contains_nocase?` | `WeiSource`[] | -| `_conditionId?` | `string` \| ``null`` | -| `_conditionId_contains?` | `string` \| ``null`` | -| `_conditionId_in?` | `string`[] | -| `_conditionId_not?` | `string` \| ``null`` | -| `_conditionId_not_contains?` | `string` \| ``null`` | -| `_conditionId_not_in?` | `string`[] | -| `_receivers?` | `string`[] | -| `_receivers_contains?` | `string`[] | -| `_receivers_contains_nocase?` | `string`[] | -| `_receivers_not?` | `string`[] | -| `_receivers_not_contains?` | `string`[] | -| `_receivers_not_contains_nocase?` | `string`[] | -| `_tokenAddress?` | `string` \| ``null`` | -| `_tokenAddress_contains?` | `string` \| ``null`` | -| `_tokenAddress_in?` | `string`[] | -| `_tokenAddress_not?` | `string` \| ``null`` | -| `_tokenAddress_not_contains?` | `string` \| ``null`` | -| `_tokenAddress_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :-------------------------------- | :----------------- | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_amounts?` | `WeiSource`[] | +| `_amounts_contains?` | `WeiSource`[] | +| `_amounts_contains_nocase?` | `WeiSource`[] | +| `_amounts_not?` | `WeiSource`[] | +| `_amounts_not_contains?` | `WeiSource`[] | +| `_amounts_not_contains_nocase?` | `WeiSource`[] | +| `_conditionId?` | `string` \| `null` | +| `_conditionId_contains?` | `string` \| `null` | +| `_conditionId_in?` | `string`[] | +| `_conditionId_not?` | `string` \| `null` | +| `_conditionId_not_contains?` | `string` \| `null` | +| `_conditionId_not_in?` | `string`[] | +| `_receivers?` | `string`[] | +| `_receivers_contains?` | `string`[] | +| `_receivers_contains_nocase?` | `string`[] | +| `_receivers_not?` | `string`[] | +| `_receivers_not_contains?` | `string`[] | +| `_receivers_not_contains_nocase?` | `string`[] | +| `_tokenAddress?` | `string` \| `null` | +| `_tokenAddress_contains?` | `string` \| `null` | +| `_tokenAddress_in?` | `string`[] | +| `_tokenAddress_not?` | `string` \| `null` | +| `_tokenAddress_not_contains?` | `string` \| `null` | +| `_tokenAddress_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:21 -___ +--- ### FulfilledResult @@ -136,20 +136,20 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | `string` | -| `_amounts` | (`Wei` \| ``null``)[] | -| `_conditionId` | `string` | -| `_receivers` | (`string` \| ``null``)[] | -| `_tokenAddress` | `string` | -| `id` | `string` | +| Name | Type | +| :-------------- | :--------------------- | +| `_agreementId` | `string` | +| `_amounts` | (`Wei` \| `null`)[] | +| `_conditionId` | `string` | +| `_receivers` | (`string` \| `null`)[] | +| `_tokenAddress` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:61 -___ +--- ### InitializedArgs @@ -157,15 +157,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.EscrowPaymentCondition.md#initializedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.EscrowPaymentCondition.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:108 -___ +--- ### InitializedFields @@ -173,16 +173,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:104 -___ +--- ### InitializedFilter @@ -190,30 +190,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:82 -___ +--- ### InitializedResult @@ -221,16 +221,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:100 -___ +--- ### MultiQueryOptions @@ -239,25 +239,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -265,15 +265,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.EscrowPaymentCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.EscrowPaymentCondition.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:145 -___ +--- ### OwnershipTransferredFields @@ -281,17 +281,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:140 -___ +--- ### OwnershipTransferredFilter @@ -299,34 +299,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:113 -___ +--- ### OwnershipTransferredResult @@ -334,17 +334,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:135 -___ +--- ### ReceivedArgs @@ -352,15 +352,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ReceivedResult`](subgraphs.EscrowPaymentCondition.md#receivedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`ReceivedResult`](subgraphs.EscrowPaymentCondition.md#receivedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:184 -___ +--- ### ReceivedFields @@ -368,17 +368,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_from` | ``true`` | -| `_value` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------- | :----- | +| `_from` | `true` | +| `_value` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:179 -___ +--- ### ReceivedFilter @@ -386,36 +386,36 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_from?` | `string` \| ``null`` | -| `_from_contains?` | `string` \| ``null`` | -| `_from_in?` | `string`[] | -| `_from_not?` | `string` \| ``null`` | -| `_from_not_contains?` | `string` \| ``null`` | -| `_from_not_in?` | `string`[] | -| `_value?` | `WeiSource` \| ``null`` | -| `_value_gt?` | `WeiSource` \| ``null`` | -| `_value_gte?` | `WeiSource` \| ``null`` | -| `_value_in?` | `WeiSource`[] | -| `_value_lt?` | `WeiSource` \| ``null`` | -| `_value_lte?` | `WeiSource` \| ``null`` | -| `_value_not?` | `WeiSource` \| ``null`` | -| `_value_not_in?` | `WeiSource`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :-------------------- | :-------------------- | +| `_from?` | `string` \| `null` | +| `_from_contains?` | `string` \| `null` | +| `_from_in?` | `string`[] | +| `_from_not?` | `string` \| `null` | +| `_from_not_contains?` | `string` \| `null` | +| `_from_not_in?` | `string`[] | +| `_value?` | `WeiSource` \| `null` | +| `_value_gt?` | `WeiSource` \| `null` | +| `_value_gte?` | `WeiSource` \| `null` | +| `_value_in?` | `WeiSource`[] | +| `_value_lt?` | `WeiSource` \| `null` | +| `_value_lte?` | `WeiSource` \| `null` | +| `_value_not?` | `WeiSource` \| `null` | +| `_value_not_in?` | `WeiSource`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:150 -___ +--- ### ReceivedResult @@ -423,17 +423,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_from` | `string` | -| `_value` | `Wei` | -| `id` | `string` | +| Name | Type | +| :------- | :------- | +| `_from` | `string` | +| `_value` | `Wei` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:174 -___ +--- ### SingleQueryOptions @@ -441,10 +441,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -458,17 +458,17 @@ node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:2 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.EscrowPaymentCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.EscrowPaymentCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.EscrowPaymentCondition.md#singlequeryoptions) | -| `args` | [`FulfilledArgs`](subgraphs.EscrowPaymentCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.EscrowPaymentCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -478,7 +478,7 @@ node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:2 node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:80 -___ +--- ### getFulfilleds @@ -486,17 +486,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.EscrowPaymentCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.EscrowPaymentCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.EscrowPaymentCondition.md#multiqueryoptions)<[`FulfilledFilter`](subgraphs.EscrowPaymentCondition.md#fulfilledfilter), [`FulfilledResult`](subgraphs.EscrowPaymentCondition.md#fulfilledresult)\> | -| `args` | [`FulfilledArgs`](subgraphs.EscrowPaymentCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.EscrowPaymentCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -506,7 +506,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:81 -___ +--- ### getInitializedById @@ -514,17 +514,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.EscrowPaymentCondition.md#initializedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.EscrowPaymentCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.EscrowPaymentCondition.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.EscrowPaymentCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.EscrowPaymentCondition.md#initializedargs)<`K`\> | #### Returns @@ -534,7 +534,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:111 -___ +--- ### getInitializeds @@ -542,17 +542,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.EscrowPaymentCondition.md#initializedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.EscrowPaymentCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.EscrowPaymentCondition.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.EscrowPaymentCondition.md#initializedfilter), [`InitializedResult`](subgraphs.EscrowPaymentCondition.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.EscrowPaymentCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.EscrowPaymentCondition.md#initializedargs)<`K`\> | #### Returns @@ -562,7 +562,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:112 -___ +--- ### getOwnershipTransferredById @@ -570,17 +570,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.EscrowPaymentCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.EscrowPaymentCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.EscrowPaymentCondition.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.EscrowPaymentCondition.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.EscrowPaymentCondition.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.EscrowPaymentCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -590,7 +590,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:148 -___ +--- ### getOwnershipTransferreds @@ -598,17 +598,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.EscrowPaymentCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.EscrowPaymentCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.EscrowPaymentCondition.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.EscrowPaymentCondition.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.EscrowPaymentCondition.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.EscrowPaymentCondition.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.EscrowPaymentCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -618,7 +618,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:149 -___ +--- ### getReceivedById @@ -626,17 +626,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ReceivedResult`](subgraphs.EscrowPaymentCondition.md#receivedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`ReceivedResult`](subgraphs.EscrowPaymentCondition.md#receivedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.EscrowPaymentCondition.md#singlequeryoptions) | -| `args` | [`ReceivedArgs`](subgraphs.EscrowPaymentCondition.md#receivedargs)<`K`\> | +| `args` | [`ReceivedArgs`](subgraphs.EscrowPaymentCondition.md#receivedargs)<`K`\> | #### Returns @@ -646,7 +646,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/EscrowPaymentCondition.d.ts:187 -___ +--- ### getReceiveds @@ -654,17 +654,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ReceivedResult`](subgraphs.EscrowPaymentCondition.md#receivedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`ReceivedResult`](subgraphs.EscrowPaymentCondition.md#receivedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.EscrowPaymentCondition.md#multiqueryoptions)<[`ReceivedFilter`](subgraphs.EscrowPaymentCondition.md#receivedfilter), [`ReceivedResult`](subgraphs.EscrowPaymentCondition.md#receivedresult)\> | -| `args` | [`ReceivedArgs`](subgraphs.EscrowPaymentCondition.md#receivedargs)<`K`\> | +| `args` | [`ReceivedArgs`](subgraphs.EscrowPaymentCondition.md#receivedargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.HashLockCondition.md b/docs/api-reference/modules/subgraphs.HashLockCondition.md index d9b544631..8d4b8bfd5 100644 --- a/docs/api-reference/modules/subgraphs.HashLockCondition.md +++ b/docs/api-reference/modules/subgraphs.HashLockCondition.md @@ -34,15 +34,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.HashLockCondition.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`InitializedResult`](subgraphs.HashLockCondition.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/HashLockCondition.d.ts:46 -___ +--- ### InitializedFields @@ -50,16 +50,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/HashLockCondition.d.ts:42 -___ +--- ### InitializedFilter @@ -67,30 +67,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/HashLockCondition.d.ts:20 -___ +--- ### InitializedResult @@ -98,16 +98,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/HashLockCondition.d.ts:38 -___ +--- ### MultiQueryOptions @@ -116,25 +116,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/HashLockCondition.d.ts:9 -___ +--- ### OwnershipTransferredArgs @@ -142,15 +142,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.HashLockCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.HashLockCondition.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/HashLockCondition.d.ts:83 -___ +--- ### OwnershipTransferredFields @@ -158,17 +158,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/HashLockCondition.d.ts:78 -___ +--- ### OwnershipTransferredFilter @@ -176,34 +176,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/HashLockCondition.d.ts:51 -___ +--- ### OwnershipTransferredResult @@ -211,17 +211,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/HashLockCondition.d.ts:73 -___ +--- ### SingleQueryOptions @@ -229,10 +229,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -246,17 +246,17 @@ node_modules/@nevermined-io/subgraphs/build/HashLockCondition.d.ts:1 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.HashLockCondition.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`InitializedResult`](subgraphs.HashLockCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.HashLockCondition.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.HashLockCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.HashLockCondition.md#initializedargs)<`K`\> | #### Returns @@ -266,7 +266,7 @@ node_modules/@nevermined-io/subgraphs/build/HashLockCondition.d.ts:1 node_modules/@nevermined-io/subgraphs/build/HashLockCondition.d.ts:49 -___ +--- ### getInitializeds @@ -274,17 +274,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.HashLockCondition.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`InitializedResult`](subgraphs.HashLockCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.HashLockCondition.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.HashLockCondition.md#initializedfilter), [`InitializedResult`](subgraphs.HashLockCondition.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.HashLockCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.HashLockCondition.md#initializedargs)<`K`\> | #### Returns @@ -294,7 +294,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/HashLockCondition.d.ts:50 -___ +--- ### getOwnershipTransferredById @@ -302,17 +302,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.HashLockCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.HashLockCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.HashLockCondition.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.HashLockCondition.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------ | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.HashLockCondition.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.HashLockCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -322,7 +322,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/HashLockCondition.d.ts:86 -___ +--- ### getOwnershipTransferreds @@ -330,17 +330,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.HashLockCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.HashLockCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.HashLockCondition.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.HashLockCondition.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.HashLockCondition.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.HashLockCondition.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.HashLockCondition.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.LockPaymentCondition.md b/docs/api-reference/modules/subgraphs.LockPaymentCondition.md index 523dc4e35..f520182bf 100644 --- a/docs/api-reference/modules/subgraphs.LockPaymentCondition.md +++ b/docs/api-reference/modules/subgraphs.LockPaymentCondition.md @@ -58,15 +58,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.LockPaymentCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.LockPaymentCondition.md#fulfilledresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:93 -___ +--- ### FulfilledFields @@ -74,22 +74,22 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | ``true`` | -| `_amounts` | ``true`` | -| `_conditionId` | ``true`` | -| `_did` | ``true`` | -| `_receivers` | ``true`` | -| `_rewardAddress` | ``true`` | -| `_tokenAddress` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :--------------- | :----- | +| `_agreementId` | `true` | +| `_amounts` | `true` | +| `_conditionId` | `true` | +| `_did` | `true` | +| `_receivers` | `true` | +| `_rewardAddress` | `true` | +| `_tokenAddress` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:83 -___ +--- ### FulfilledFilter @@ -97,64 +97,64 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_amounts?` | `WeiSource`[] | -| `_amounts_contains?` | `WeiSource`[] | -| `_amounts_contains_nocase?` | `WeiSource`[] | -| `_amounts_not?` | `WeiSource`[] | -| `_amounts_not_contains?` | `WeiSource`[] | -| `_amounts_not_contains_nocase?` | `WeiSource`[] | -| `_conditionId?` | `string` \| ``null`` | -| `_conditionId_contains?` | `string` \| ``null`` | -| `_conditionId_in?` | `string`[] | -| `_conditionId_not?` | `string` \| ``null`` | -| `_conditionId_not_contains?` | `string` \| ``null`` | -| `_conditionId_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_receivers?` | `string`[] | -| `_receivers_contains?` | `string`[] | -| `_receivers_contains_nocase?` | `string`[] | -| `_receivers_not?` | `string`[] | -| `_receivers_not_contains?` | `string`[] | -| `_receivers_not_contains_nocase?` | `string`[] | -| `_rewardAddress?` | `string` \| ``null`` | -| `_rewardAddress_contains?` | `string` \| ``null`` | -| `_rewardAddress_in?` | `string`[] | -| `_rewardAddress_not?` | `string` \| ``null`` | -| `_rewardAddress_not_contains?` | `string` \| ``null`` | -| `_rewardAddress_not_in?` | `string`[] | -| `_tokenAddress?` | `string` \| ``null`` | -| `_tokenAddress_contains?` | `string` \| ``null`` | -| `_tokenAddress_in?` | `string`[] | -| `_tokenAddress_not?` | `string` \| ``null`` | -| `_tokenAddress_not_contains?` | `string` \| ``null`` | -| `_tokenAddress_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :-------------------------------- | :----------------- | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_amounts?` | `WeiSource`[] | +| `_amounts_contains?` | `WeiSource`[] | +| `_amounts_contains_nocase?` | `WeiSource`[] | +| `_amounts_not?` | `WeiSource`[] | +| `_amounts_not_contains?` | `WeiSource`[] | +| `_amounts_not_contains_nocase?` | `WeiSource`[] | +| `_conditionId?` | `string` \| `null` | +| `_conditionId_contains?` | `string` \| `null` | +| `_conditionId_in?` | `string`[] | +| `_conditionId_not?` | `string` \| `null` | +| `_conditionId_not_contains?` | `string` \| `null` | +| `_conditionId_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_receivers?` | `string`[] | +| `_receivers_contains?` | `string`[] | +| `_receivers_contains_nocase?` | `string`[] | +| `_receivers_not?` | `string`[] | +| `_receivers_not_contains?` | `string`[] | +| `_receivers_not_contains_nocase?` | `string`[] | +| `_rewardAddress?` | `string` \| `null` | +| `_rewardAddress_contains?` | `string` \| `null` | +| `_rewardAddress_in?` | `string`[] | +| `_rewardAddress_not?` | `string` \| `null` | +| `_rewardAddress_not_contains?` | `string` \| `null` | +| `_rewardAddress_not_in?` | `string`[] | +| `_tokenAddress?` | `string` \| `null` | +| `_tokenAddress_contains?` | `string` \| `null` | +| `_tokenAddress_in?` | `string`[] | +| `_tokenAddress_not?` | `string` \| `null` | +| `_tokenAddress_not_contains?` | `string` \| `null` | +| `_tokenAddress_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:21 -___ +--- ### FulfilledResult @@ -162,22 +162,22 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | `string` | -| `_amounts` | (`Wei` \| ``null``)[] | -| `_conditionId` | `string` | -| `_did` | `string` | -| `_receivers` | (`string` \| ``null``)[] | -| `_rewardAddress` | `string` | -| `_tokenAddress` | `string` | -| `id` | `string` | +| Name | Type | +| :--------------- | :--------------------- | +| `_agreementId` | `string` | +| `_amounts` | (`Wei` \| `null`)[] | +| `_conditionId` | `string` | +| `_did` | `string` | +| `_receivers` | (`string` \| `null`)[] | +| `_rewardAddress` | `string` | +| `_tokenAddress` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:73 -___ +--- ### InitializedArgs @@ -185,15 +185,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.LockPaymentCondition.md#initializedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.LockPaymentCondition.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:124 -___ +--- ### InitializedFields @@ -201,16 +201,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:120 -___ +--- ### InitializedFilter @@ -218,30 +218,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:98 -___ +--- ### InitializedResult @@ -249,16 +249,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:116 -___ +--- ### MultiQueryOptions @@ -267,25 +267,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -293,15 +293,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.LockPaymentCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.LockPaymentCondition.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:161 -___ +--- ### OwnershipTransferredFields @@ -309,17 +309,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:156 -___ +--- ### OwnershipTransferredFilter @@ -327,34 +327,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:129 -___ +--- ### OwnershipTransferredResult @@ -362,17 +362,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:151 -___ +--- ### RoleAdminChangedArgs @@ -380,15 +380,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.LockPaymentCondition.md#roleadminchangedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.LockPaymentCondition.md#roleadminchangedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:206 -___ +--- ### RoleAdminChangedFields @@ -396,18 +396,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newAdminRole` | ``true`` | -| `previousAdminRole` | ``true`` | -| `role` | ``true`` | +| Name | Type | +| :------------------ | :----- | +| `id` | `true` | +| `newAdminRole` | `true` | +| `previousAdminRole` | `true` | +| `role` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:200 -___ +--- ### RoleAdminChangedFilter @@ -415,40 +415,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newAdminRole?` | `string` \| ``null`` | -| `newAdminRole_contains?` | `string` \| ``null`` | -| `newAdminRole_in?` | `string`[] | -| `newAdminRole_not?` | `string` \| ``null`` | -| `newAdminRole_not_contains?` | `string` \| ``null`` | -| `newAdminRole_not_in?` | `string`[] | -| `previousAdminRole?` | `string` \| ``null`` | -| `previousAdminRole_contains?` | `string` \| ``null`` | -| `previousAdminRole_in?` | `string`[] | -| `previousAdminRole_not?` | `string` \| ``null`` | -| `previousAdminRole_not_contains?` | `string` \| ``null`` | -| `previousAdminRole_not_in?` | `string`[] | -| `role?` | `string` \| ``null`` | -| `role_contains?` | `string` \| ``null`` | -| `role_in?` | `string`[] | -| `role_not?` | `string` \| ``null`` | -| `role_not_contains?` | `string` \| ``null`` | -| `role_not_in?` | `string`[] | +| Name | Type | +| :-------------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newAdminRole?` | `string` \| `null` | +| `newAdminRole_contains?` | `string` \| `null` | +| `newAdminRole_in?` | `string`[] | +| `newAdminRole_not?` | `string` \| `null` | +| `newAdminRole_not_contains?` | `string` \| `null` | +| `newAdminRole_not_in?` | `string`[] | +| `previousAdminRole?` | `string` \| `null` | +| `previousAdminRole_contains?` | `string` \| `null` | +| `previousAdminRole_in?` | `string`[] | +| `previousAdminRole_not?` | `string` \| `null` | +| `previousAdminRole_not_contains?` | `string` \| `null` | +| `previousAdminRole_not_in?` | `string`[] | +| `role?` | `string` \| `null` | +| `role_contains?` | `string` \| `null` | +| `role_in?` | `string`[] | +| `role_not?` | `string` \| `null` | +| `role_not_contains?` | `string` \| `null` | +| `role_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:166 -___ +--- ### RoleAdminChangedResult @@ -456,18 +456,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newAdminRole` | `string` | +| Name | Type | +| :------------------ | :------- | +| `id` | `string` | +| `newAdminRole` | `string` | | `previousAdminRole` | `string` | -| `role` | `string` | +| `role` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:194 -___ +--- ### RoleGrantedArgs @@ -475,15 +475,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleGrantedResult`](subgraphs.LockPaymentCondition.md#rolegrantedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleGrantedResult`](subgraphs.LockPaymentCondition.md#rolegrantedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:251 -___ +--- ### RoleGrantedFields @@ -491,18 +491,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account` | ``true`` | -| `id` | ``true`` | -| `role` | ``true`` | -| `sender` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `account` | `true` | +| `id` | `true` | +| `role` | `true` | +| `sender` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:245 -___ +--- ### RoleGrantedFilter @@ -510,40 +510,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account?` | `string` \| ``null`` | -| `account_contains?` | `string` \| ``null`` | -| `account_in?` | `string`[] | -| `account_not?` | `string` \| ``null`` | -| `account_not_contains?` | `string` \| ``null`` | -| `account_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `role?` | `string` \| ``null`` | -| `role_contains?` | `string` \| ``null`` | -| `role_in?` | `string`[] | -| `role_not?` | `string` \| ``null`` | -| `role_not_contains?` | `string` \| ``null`` | -| `role_not_in?` | `string`[] | -| `sender?` | `string` \| ``null`` | -| `sender_contains?` | `string` \| ``null`` | -| `sender_in?` | `string`[] | -| `sender_not?` | `string` \| ``null`` | -| `sender_not_contains?` | `string` \| ``null`` | -| `sender_not_in?` | `string`[] | +| Name | Type | +| :---------------------- | :----------------- | +| `account?` | `string` \| `null` | +| `account_contains?` | `string` \| `null` | +| `account_in?` | `string`[] | +| `account_not?` | `string` \| `null` | +| `account_not_contains?` | `string` \| `null` | +| `account_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `role?` | `string` \| `null` | +| `role_contains?` | `string` \| `null` | +| `role_in?` | `string`[] | +| `role_not?` | `string` \| `null` | +| `role_not_contains?` | `string` \| `null` | +| `role_not_in?` | `string`[] | +| `sender?` | `string` \| `null` | +| `sender_contains?` | `string` \| `null` | +| `sender_in?` | `string`[] | +| `sender_not?` | `string` \| `null` | +| `sender_not_contains?` | `string` \| `null` | +| `sender_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:211 -___ +--- ### RoleGrantedResult @@ -551,18 +551,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `account` | `string` | -| `id` | `string` | -| `role` | `string` | -| `sender` | `string` | +| `id` | `string` | +| `role` | `string` | +| `sender` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:239 -___ +--- ### RoleRevokedArgs @@ -570,15 +570,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleRevokedResult`](subgraphs.LockPaymentCondition.md#rolerevokedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleRevokedResult`](subgraphs.LockPaymentCondition.md#rolerevokedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:296 -___ +--- ### RoleRevokedFields @@ -586,18 +586,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account` | ``true`` | -| `id` | ``true`` | -| `role` | ``true`` | -| `sender` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `account` | `true` | +| `id` | `true` | +| `role` | `true` | +| `sender` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:290 -___ +--- ### RoleRevokedFilter @@ -605,40 +605,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account?` | `string` \| ``null`` | -| `account_contains?` | `string` \| ``null`` | -| `account_in?` | `string`[] | -| `account_not?` | `string` \| ``null`` | -| `account_not_contains?` | `string` \| ``null`` | -| `account_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `role?` | `string` \| ``null`` | -| `role_contains?` | `string` \| ``null`` | -| `role_in?` | `string`[] | -| `role_not?` | `string` \| ``null`` | -| `role_not_contains?` | `string` \| ``null`` | -| `role_not_in?` | `string`[] | -| `sender?` | `string` \| ``null`` | -| `sender_contains?` | `string` \| ``null`` | -| `sender_in?` | `string`[] | -| `sender_not?` | `string` \| ``null`` | -| `sender_not_contains?` | `string` \| ``null`` | -| `sender_not_in?` | `string`[] | +| Name | Type | +| :---------------------- | :----------------- | +| `account?` | `string` \| `null` | +| `account_contains?` | `string` \| `null` | +| `account_in?` | `string`[] | +| `account_not?` | `string` \| `null` | +| `account_not_contains?` | `string` \| `null` | +| `account_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `role?` | `string` \| `null` | +| `role_contains?` | `string` \| `null` | +| `role_in?` | `string`[] | +| `role_not?` | `string` \| `null` | +| `role_not_contains?` | `string` \| `null` | +| `role_not_in?` | `string`[] | +| `sender?` | `string` \| `null` | +| `sender_contains?` | `string` \| `null` | +| `sender_in?` | `string`[] | +| `sender_not?` | `string` \| `null` | +| `sender_not_contains?` | `string` \| `null` | +| `sender_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:256 -___ +--- ### RoleRevokedResult @@ -646,18 +646,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `account` | `string` | -| `id` | `string` | -| `role` | `string` | -| `sender` | `string` | +| `id` | `string` | +| `role` | `string` | +| `sender` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:284 -___ +--- ### SingleQueryOptions @@ -665,10 +665,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -682,17 +682,17 @@ node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:2 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.LockPaymentCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.LockPaymentCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.LockPaymentCondition.md#singlequeryoptions) | -| `args` | [`FulfilledArgs`](subgraphs.LockPaymentCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.LockPaymentCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -702,7 +702,7 @@ node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:2 node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:96 -___ +--- ### getFulfilleds @@ -710,17 +710,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.LockPaymentCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.LockPaymentCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.LockPaymentCondition.md#multiqueryoptions)<[`FulfilledFilter`](subgraphs.LockPaymentCondition.md#fulfilledfilter), [`FulfilledResult`](subgraphs.LockPaymentCondition.md#fulfilledresult)\> | -| `args` | [`FulfilledArgs`](subgraphs.LockPaymentCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.LockPaymentCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -730,7 +730,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:97 -___ +--- ### getInitializedById @@ -738,17 +738,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.LockPaymentCondition.md#initializedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.LockPaymentCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.LockPaymentCondition.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.LockPaymentCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.LockPaymentCondition.md#initializedargs)<`K`\> | #### Returns @@ -758,7 +758,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:127 -___ +--- ### getInitializeds @@ -766,17 +766,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.LockPaymentCondition.md#initializedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.LockPaymentCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.LockPaymentCondition.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.LockPaymentCondition.md#initializedfilter), [`InitializedResult`](subgraphs.LockPaymentCondition.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.LockPaymentCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.LockPaymentCondition.md#initializedargs)<`K`\> | #### Returns @@ -786,7 +786,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:128 -___ +--- ### getOwnershipTransferredById @@ -794,17 +794,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.LockPaymentCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.LockPaymentCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.LockPaymentCondition.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.LockPaymentCondition.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.LockPaymentCondition.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.LockPaymentCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -814,7 +814,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:164 -___ +--- ### getOwnershipTransferreds @@ -822,17 +822,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.LockPaymentCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.LockPaymentCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.LockPaymentCondition.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.LockPaymentCondition.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.LockPaymentCondition.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.LockPaymentCondition.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.LockPaymentCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -842,7 +842,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:165 -___ +--- ### getRoleAdminChangedById @@ -850,17 +850,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.LockPaymentCondition.md#roleadminchangedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.LockPaymentCondition.md#roleadminchangedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.LockPaymentCondition.md#singlequeryoptions) | -| `args` | [`RoleAdminChangedArgs`](subgraphs.LockPaymentCondition.md#roleadminchangedargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.LockPaymentCondition.md#singlequeryoptions) | +| `args` | [`RoleAdminChangedArgs`](subgraphs.LockPaymentCondition.md#roleadminchangedargs)<`K`\> | #### Returns @@ -870,7 +870,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:209 -___ +--- ### getRoleAdminChangeds @@ -878,17 +878,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.LockPaymentCondition.md#roleadminchangedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.LockPaymentCondition.md#roleadminchangedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.LockPaymentCondition.md#multiqueryoptions)<[`RoleAdminChangedFilter`](subgraphs.LockPaymentCondition.md#roleadminchangedfilter), [`RoleAdminChangedResult`](subgraphs.LockPaymentCondition.md#roleadminchangedresult)\> | -| `args` | [`RoleAdminChangedArgs`](subgraphs.LockPaymentCondition.md#roleadminchangedargs)<`K`\> | +| `args` | [`RoleAdminChangedArgs`](subgraphs.LockPaymentCondition.md#roleadminchangedargs)<`K`\> | #### Returns @@ -898,7 +898,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:210 -___ +--- ### getRoleGrantedById @@ -906,17 +906,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleGrantedResult`](subgraphs.LockPaymentCondition.md#rolegrantedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleGrantedResult`](subgraphs.LockPaymentCondition.md#rolegrantedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.LockPaymentCondition.md#singlequeryoptions) | -| `args` | [`RoleGrantedArgs`](subgraphs.LockPaymentCondition.md#rolegrantedargs)<`K`\> | +| `args` | [`RoleGrantedArgs`](subgraphs.LockPaymentCondition.md#rolegrantedargs)<`K`\> | #### Returns @@ -926,7 +926,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:254 -___ +--- ### getRoleGranteds @@ -934,17 +934,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleGrantedResult`](subgraphs.LockPaymentCondition.md#rolegrantedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleGrantedResult`](subgraphs.LockPaymentCondition.md#rolegrantedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.LockPaymentCondition.md#multiqueryoptions)<[`RoleGrantedFilter`](subgraphs.LockPaymentCondition.md#rolegrantedfilter), [`RoleGrantedResult`](subgraphs.LockPaymentCondition.md#rolegrantedresult)\> | -| `args` | [`RoleGrantedArgs`](subgraphs.LockPaymentCondition.md#rolegrantedargs)<`K`\> | +| `args` | [`RoleGrantedArgs`](subgraphs.LockPaymentCondition.md#rolegrantedargs)<`K`\> | #### Returns @@ -954,7 +954,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:255 -___ +--- ### getRoleRevokedById @@ -962,17 +962,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleRevokedResult`](subgraphs.LockPaymentCondition.md#rolerevokedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleRevokedResult`](subgraphs.LockPaymentCondition.md#rolerevokedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.LockPaymentCondition.md#singlequeryoptions) | -| `args` | [`RoleRevokedArgs`](subgraphs.LockPaymentCondition.md#rolerevokedargs)<`K`\> | +| `args` | [`RoleRevokedArgs`](subgraphs.LockPaymentCondition.md#rolerevokedargs)<`K`\> | #### Returns @@ -982,7 +982,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/LockPaymentCondition.d.ts:299 -___ +--- ### getRoleRevokeds @@ -990,17 +990,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleRevokedResult`](subgraphs.LockPaymentCondition.md#rolerevokedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleRevokedResult`](subgraphs.LockPaymentCondition.md#rolerevokedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.LockPaymentCondition.md#multiqueryoptions)<[`RoleRevokedFilter`](subgraphs.LockPaymentCondition.md#rolerevokedfilter), [`RoleRevokedResult`](subgraphs.LockPaymentCondition.md#rolerevokedresult)\> | -| `args` | [`RoleRevokedArgs`](subgraphs.LockPaymentCondition.md#rolerevokedargs)<`K`\> | +| `args` | [`RoleRevokedArgs`](subgraphs.LockPaymentCondition.md#rolerevokedargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.NFT721AccessProofTemplate.md b/docs/api-reference/modules/subgraphs.NFT721AccessProofTemplate.md index e79036704..e81a917a8 100644 --- a/docs/api-reference/modules/subgraphs.NFT721AccessProofTemplate.md +++ b/docs/api-reference/modules/subgraphs.NFT721AccessProofTemplate.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721AccessProofTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721AccessProofTemplate.md#agreementcreatedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessProofTemplate.d.ts:117 -___ +--- ### AgreementCreatedFields @@ -56,25 +56,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | ``true`` | -| `_accessProvider` | ``true`` | -| `_agreementId` | ``true`` | -| `_conditionIdSeeds` | ``true`` | -| `_conditionIds` | ``true`` | -| `_creator` | ``true`` | -| `_did` | ``true`` | -| `_idSeed` | ``true`` | -| `_timeLocks` | ``true`` | -| `_timeOuts` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------------ | :----- | +| `_accessConsumer` | `true` | +| `_accessProvider` | `true` | +| `_agreementId` | `true` | +| `_conditionIdSeeds` | `true` | +| `_conditionIds` | `true` | +| `_creator` | `true` | +| `_did` | `true` | +| `_idSeed` | `true` | +| `_timeLocks` | `true` | +| `_timeOuts` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessProofTemplate.d.ts:104 -___ +--- ### AgreementCreatedFilter @@ -82,82 +82,82 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer?` | `string` \| ``null`` | -| `_accessConsumer_contains?` | `string` \| ``null`` | -| `_accessConsumer_in?` | `string`[] | -| `_accessConsumer_not?` | `string` \| ``null`` | -| `_accessConsumer_not_contains?` | `string` \| ``null`` | -| `_accessConsumer_not_in?` | `string`[] | -| `_accessProvider?` | `string` \| ``null`` | -| `_accessProvider_contains?` | `string` \| ``null`` | -| `_accessProvider_in?` | `string`[] | -| `_accessProvider_not?` | `string` \| ``null`` | -| `_accessProvider_not_contains?` | `string` \| ``null`` | -| `_accessProvider_not_in?` | `string`[] | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_conditionIdSeeds?` | `string`[] | -| `_conditionIdSeeds_contains?` | `string`[] | -| `_conditionIdSeeds_contains_nocase?` | `string`[] | -| `_conditionIdSeeds_not?` | `string`[] | -| `_conditionIdSeeds_not_contains?` | `string`[] | -| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | -| `_conditionIds?` | `string`[] | -| `_conditionIds_contains?` | `string`[] | -| `_conditionIds_contains_nocase?` | `string`[] | -| `_conditionIds_not?` | `string`[] | -| `_conditionIds_not_contains?` | `string`[] | -| `_conditionIds_not_contains_nocase?` | `string`[] | -| `_creator?` | `string` \| ``null`` | -| `_creator_contains?` | `string` \| ``null`` | -| `_creator_in?` | `string`[] | -| `_creator_not?` | `string` \| ``null`` | -| `_creator_not_contains?` | `string` \| ``null`` | -| `_creator_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_idSeed?` | `string` \| ``null`` | -| `_idSeed_contains?` | `string` \| ``null`` | -| `_idSeed_in?` | `string`[] | -| `_idSeed_not?` | `string` \| ``null`` | -| `_idSeed_not_contains?` | `string` \| ``null`` | -| `_idSeed_not_in?` | `string`[] | -| `_timeLocks?` | `WeiSource`[] | -| `_timeLocks_contains?` | `WeiSource`[] | -| `_timeLocks_contains_nocase?` | `WeiSource`[] | -| `_timeLocks_not?` | `WeiSource`[] | -| `_timeLocks_not_contains?` | `WeiSource`[] | -| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | -| `_timeOuts?` | `WeiSource`[] | -| `_timeOuts_contains?` | `WeiSource`[] | -| `_timeOuts_contains_nocase?` | `WeiSource`[] | -| `_timeOuts_not?` | `WeiSource`[] | -| `_timeOuts_not_contains?` | `WeiSource`[] | -| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------------------- | :----------------- | +| `_accessConsumer?` | `string` \| `null` | +| `_accessConsumer_contains?` | `string` \| `null` | +| `_accessConsumer_in?` | `string`[] | +| `_accessConsumer_not?` | `string` \| `null` | +| `_accessConsumer_not_contains?` | `string` \| `null` | +| `_accessConsumer_not_in?` | `string`[] | +| `_accessProvider?` | `string` \| `null` | +| `_accessProvider_contains?` | `string` \| `null` | +| `_accessProvider_in?` | `string`[] | +| `_accessProvider_not?` | `string` \| `null` | +| `_accessProvider_not_contains?` | `string` \| `null` | +| `_accessProvider_not_in?` | `string`[] | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_conditionIdSeeds?` | `string`[] | +| `_conditionIdSeeds_contains?` | `string`[] | +| `_conditionIdSeeds_contains_nocase?` | `string`[] | +| `_conditionIdSeeds_not?` | `string`[] | +| `_conditionIdSeeds_not_contains?` | `string`[] | +| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | +| `_conditionIds?` | `string`[] | +| `_conditionIds_contains?` | `string`[] | +| `_conditionIds_contains_nocase?` | `string`[] | +| `_conditionIds_not?` | `string`[] | +| `_conditionIds_not_contains?` | `string`[] | +| `_conditionIds_not_contains_nocase?` | `string`[] | +| `_creator?` | `string` \| `null` | +| `_creator_contains?` | `string` \| `null` | +| `_creator_in?` | `string`[] | +| `_creator_not?` | `string` \| `null` | +| `_creator_not_contains?` | `string` \| `null` | +| `_creator_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_idSeed?` | `string` \| `null` | +| `_idSeed_contains?` | `string` \| `null` | +| `_idSeed_in?` | `string`[] | +| `_idSeed_not?` | `string` \| `null` | +| `_idSeed_not_contains?` | `string` \| `null` | +| `_idSeed_not_in?` | `string`[] | +| `_timeLocks?` | `WeiSource`[] | +| `_timeLocks_contains?` | `WeiSource`[] | +| `_timeLocks_contains_nocase?` | `WeiSource`[] | +| `_timeLocks_not?` | `WeiSource`[] | +| `_timeLocks_not_contains?` | `WeiSource`[] | +| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | +| `_timeOuts?` | `WeiSource`[] | +| `_timeOuts_contains?` | `WeiSource`[] | +| `_timeOuts_contains_nocase?` | `WeiSource`[] | +| `_timeOuts_not?` | `WeiSource`[] | +| `_timeOuts_not_contains?` | `WeiSource`[] | +| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessProofTemplate.d.ts:21 -___ +--- ### AgreementCreatedResult @@ -165,25 +165,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | `string` | -| `_accessProvider` | `string` | -| `_agreementId` | `string` | -| `_conditionIdSeeds` | (`string` \| ``null``)[] | -| `_conditionIds` | (`string` \| ``null``)[] | -| `_creator` | `string` | -| `_did` | `string` | -| `_idSeed` | `string` | -| `_timeLocks` | (`Wei` \| ``null``)[] | -| `_timeOuts` | (`Wei` \| ``null``)[] | -| `id` | `string` | +| Name | Type | +| :------------------ | :--------------------- | +| `_accessConsumer` | `string` | +| `_accessProvider` | `string` | +| `_agreementId` | `string` | +| `_conditionIdSeeds` | (`string` \| `null`)[] | +| `_conditionIds` | (`string` \| `null`)[] | +| `_creator` | `string` | +| `_did` | `string` | +| `_idSeed` | `string` | +| `_timeLocks` | (`Wei` \| `null`)[] | +| `_timeOuts` | (`Wei` \| `null`)[] | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessProofTemplate.d.ts:91 -___ +--- ### InitializedArgs @@ -191,15 +191,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721AccessProofTemplate.md#initializedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721AccessProofTemplate.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessProofTemplate.d.ts:148 -___ +--- ### InitializedFields @@ -207,16 +207,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessProofTemplate.d.ts:144 -___ +--- ### InitializedFilter @@ -224,30 +224,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessProofTemplate.d.ts:122 -___ +--- ### InitializedResult @@ -255,16 +255,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessProofTemplate.d.ts:140 -___ +--- ### MultiQueryOptions @@ -273,25 +273,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessProofTemplate.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -299,15 +299,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721AccessProofTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721AccessProofTemplate.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessProofTemplate.d.ts:185 -___ +--- ### OwnershipTransferredFields @@ -315,17 +315,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessProofTemplate.d.ts:180 -___ +--- ### OwnershipTransferredFilter @@ -333,34 +333,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessProofTemplate.d.ts:153 -___ +--- ### OwnershipTransferredResult @@ -368,17 +368,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessProofTemplate.d.ts:175 -___ +--- ### SingleQueryOptions @@ -386,10 +386,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -403,17 +403,17 @@ node_modules/@nevermined-io/subgraphs/build/NFT721AccessProofTemplate.d.ts:2 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721AccessProofTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721AccessProofTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFT721AccessProofTemplate.md#singlequeryoptions) | -| `args` | [`AgreementCreatedArgs`](subgraphs.NFT721AccessProofTemplate.md#agreementcreatedargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------ | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFT721AccessProofTemplate.md#singlequeryoptions) | +| `args` | [`AgreementCreatedArgs`](subgraphs.NFT721AccessProofTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -423,7 +423,7 @@ node_modules/@nevermined-io/subgraphs/build/NFT721AccessProofTemplate.d.ts:2 node_modules/@nevermined-io/subgraphs/build/NFT721AccessProofTemplate.d.ts:120 -___ +--- ### getAgreementCreateds @@ -431,17 +431,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721AccessProofTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721AccessProofTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721AccessProofTemplate.md#multiqueryoptions)<[`AgreementCreatedFilter`](subgraphs.NFT721AccessProofTemplate.md#agreementcreatedfilter), [`AgreementCreatedResult`](subgraphs.NFT721AccessProofTemplate.md#agreementcreatedresult)\> | -| `args` | [`AgreementCreatedArgs`](subgraphs.NFT721AccessProofTemplate.md#agreementcreatedargs)<`K`\> | +| `args` | [`AgreementCreatedArgs`](subgraphs.NFT721AccessProofTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -451,7 +451,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721AccessProofTemplate.d.ts:121 -___ +--- ### getInitializedById @@ -459,17 +459,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721AccessProofTemplate.md#initializedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721AccessProofTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFT721AccessProofTemplate.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.NFT721AccessProofTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFT721AccessProofTemplate.md#initializedargs)<`K`\> | #### Returns @@ -479,7 +479,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721AccessProofTemplate.d.ts:151 -___ +--- ### getInitializeds @@ -487,17 +487,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721AccessProofTemplate.md#initializedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721AccessProofTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721AccessProofTemplate.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.NFT721AccessProofTemplate.md#initializedfilter), [`InitializedResult`](subgraphs.NFT721AccessProofTemplate.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.NFT721AccessProofTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFT721AccessProofTemplate.md#initializedargs)<`K`\> | #### Returns @@ -507,7 +507,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721AccessProofTemplate.d.ts:152 -___ +--- ### getOwnershipTransferredById @@ -515,17 +515,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721AccessProofTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721AccessProofTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFT721AccessProofTemplate.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721AccessProofTemplate.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFT721AccessProofTemplate.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721AccessProofTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -535,7 +535,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721AccessProofTemplate.d.ts:188 -___ +--- ### getOwnershipTransferreds @@ -543,17 +543,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721AccessProofTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721AccessProofTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721AccessProofTemplate.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.NFT721AccessProofTemplate.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.NFT721AccessProofTemplate.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721AccessProofTemplate.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721AccessProofTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.NFT721AccessSwapTemplate.md b/docs/api-reference/modules/subgraphs.NFT721AccessSwapTemplate.md index f5e5070a4..49dd1f524 100644 --- a/docs/api-reference/modules/subgraphs.NFT721AccessSwapTemplate.md +++ b/docs/api-reference/modules/subgraphs.NFT721AccessSwapTemplate.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721AccessSwapTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721AccessSwapTemplate.md#agreementcreatedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessSwapTemplate.d.ts:117 -___ +--- ### AgreementCreatedFields @@ -56,25 +56,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | ``true`` | -| `_accessProvider` | ``true`` | -| `_agreementId` | ``true`` | -| `_conditionIdSeeds` | ``true`` | -| `_conditionIds` | ``true`` | -| `_creator` | ``true`` | -| `_did` | ``true`` | -| `_idSeed` | ``true`` | -| `_timeLocks` | ``true`` | -| `_timeOuts` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------------ | :----- | +| `_accessConsumer` | `true` | +| `_accessProvider` | `true` | +| `_agreementId` | `true` | +| `_conditionIdSeeds` | `true` | +| `_conditionIds` | `true` | +| `_creator` | `true` | +| `_did` | `true` | +| `_idSeed` | `true` | +| `_timeLocks` | `true` | +| `_timeOuts` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessSwapTemplate.d.ts:104 -___ +--- ### AgreementCreatedFilter @@ -82,82 +82,82 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer?` | `string` \| ``null`` | -| `_accessConsumer_contains?` | `string` \| ``null`` | -| `_accessConsumer_in?` | `string`[] | -| `_accessConsumer_not?` | `string` \| ``null`` | -| `_accessConsumer_not_contains?` | `string` \| ``null`` | -| `_accessConsumer_not_in?` | `string`[] | -| `_accessProvider?` | `string` \| ``null`` | -| `_accessProvider_contains?` | `string` \| ``null`` | -| `_accessProvider_in?` | `string`[] | -| `_accessProvider_not?` | `string` \| ``null`` | -| `_accessProvider_not_contains?` | `string` \| ``null`` | -| `_accessProvider_not_in?` | `string`[] | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_conditionIdSeeds?` | `string`[] | -| `_conditionIdSeeds_contains?` | `string`[] | -| `_conditionIdSeeds_contains_nocase?` | `string`[] | -| `_conditionIdSeeds_not?` | `string`[] | -| `_conditionIdSeeds_not_contains?` | `string`[] | -| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | -| `_conditionIds?` | `string`[] | -| `_conditionIds_contains?` | `string`[] | -| `_conditionIds_contains_nocase?` | `string`[] | -| `_conditionIds_not?` | `string`[] | -| `_conditionIds_not_contains?` | `string`[] | -| `_conditionIds_not_contains_nocase?` | `string`[] | -| `_creator?` | `string` \| ``null`` | -| `_creator_contains?` | `string` \| ``null`` | -| `_creator_in?` | `string`[] | -| `_creator_not?` | `string` \| ``null`` | -| `_creator_not_contains?` | `string` \| ``null`` | -| `_creator_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_idSeed?` | `string` \| ``null`` | -| `_idSeed_contains?` | `string` \| ``null`` | -| `_idSeed_in?` | `string`[] | -| `_idSeed_not?` | `string` \| ``null`` | -| `_idSeed_not_contains?` | `string` \| ``null`` | -| `_idSeed_not_in?` | `string`[] | -| `_timeLocks?` | `WeiSource`[] | -| `_timeLocks_contains?` | `WeiSource`[] | -| `_timeLocks_contains_nocase?` | `WeiSource`[] | -| `_timeLocks_not?` | `WeiSource`[] | -| `_timeLocks_not_contains?` | `WeiSource`[] | -| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | -| `_timeOuts?` | `WeiSource`[] | -| `_timeOuts_contains?` | `WeiSource`[] | -| `_timeOuts_contains_nocase?` | `WeiSource`[] | -| `_timeOuts_not?` | `WeiSource`[] | -| `_timeOuts_not_contains?` | `WeiSource`[] | -| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------------------- | :----------------- | +| `_accessConsumer?` | `string` \| `null` | +| `_accessConsumer_contains?` | `string` \| `null` | +| `_accessConsumer_in?` | `string`[] | +| `_accessConsumer_not?` | `string` \| `null` | +| `_accessConsumer_not_contains?` | `string` \| `null` | +| `_accessConsumer_not_in?` | `string`[] | +| `_accessProvider?` | `string` \| `null` | +| `_accessProvider_contains?` | `string` \| `null` | +| `_accessProvider_in?` | `string`[] | +| `_accessProvider_not?` | `string` \| `null` | +| `_accessProvider_not_contains?` | `string` \| `null` | +| `_accessProvider_not_in?` | `string`[] | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_conditionIdSeeds?` | `string`[] | +| `_conditionIdSeeds_contains?` | `string`[] | +| `_conditionIdSeeds_contains_nocase?` | `string`[] | +| `_conditionIdSeeds_not?` | `string`[] | +| `_conditionIdSeeds_not_contains?` | `string`[] | +| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | +| `_conditionIds?` | `string`[] | +| `_conditionIds_contains?` | `string`[] | +| `_conditionIds_contains_nocase?` | `string`[] | +| `_conditionIds_not?` | `string`[] | +| `_conditionIds_not_contains?` | `string`[] | +| `_conditionIds_not_contains_nocase?` | `string`[] | +| `_creator?` | `string` \| `null` | +| `_creator_contains?` | `string` \| `null` | +| `_creator_in?` | `string`[] | +| `_creator_not?` | `string` \| `null` | +| `_creator_not_contains?` | `string` \| `null` | +| `_creator_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_idSeed?` | `string` \| `null` | +| `_idSeed_contains?` | `string` \| `null` | +| `_idSeed_in?` | `string`[] | +| `_idSeed_not?` | `string` \| `null` | +| `_idSeed_not_contains?` | `string` \| `null` | +| `_idSeed_not_in?` | `string`[] | +| `_timeLocks?` | `WeiSource`[] | +| `_timeLocks_contains?` | `WeiSource`[] | +| `_timeLocks_contains_nocase?` | `WeiSource`[] | +| `_timeLocks_not?` | `WeiSource`[] | +| `_timeLocks_not_contains?` | `WeiSource`[] | +| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | +| `_timeOuts?` | `WeiSource`[] | +| `_timeOuts_contains?` | `WeiSource`[] | +| `_timeOuts_contains_nocase?` | `WeiSource`[] | +| `_timeOuts_not?` | `WeiSource`[] | +| `_timeOuts_not_contains?` | `WeiSource`[] | +| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessSwapTemplate.d.ts:21 -___ +--- ### AgreementCreatedResult @@ -165,25 +165,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | `string` | -| `_accessProvider` | `string` | -| `_agreementId` | `string` | -| `_conditionIdSeeds` | (`string` \| ``null``)[] | -| `_conditionIds` | (`string` \| ``null``)[] | -| `_creator` | `string` | -| `_did` | `string` | -| `_idSeed` | `string` | -| `_timeLocks` | (`Wei` \| ``null``)[] | -| `_timeOuts` | (`Wei` \| ``null``)[] | -| `id` | `string` | +| Name | Type | +| :------------------ | :--------------------- | +| `_accessConsumer` | `string` | +| `_accessProvider` | `string` | +| `_agreementId` | `string` | +| `_conditionIdSeeds` | (`string` \| `null`)[] | +| `_conditionIds` | (`string` \| `null`)[] | +| `_creator` | `string` | +| `_did` | `string` | +| `_idSeed` | `string` | +| `_timeLocks` | (`Wei` \| `null`)[] | +| `_timeOuts` | (`Wei` \| `null`)[] | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessSwapTemplate.d.ts:91 -___ +--- ### InitializedArgs @@ -191,15 +191,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721AccessSwapTemplate.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721AccessSwapTemplate.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessSwapTemplate.d.ts:148 -___ +--- ### InitializedFields @@ -207,16 +207,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessSwapTemplate.d.ts:144 -___ +--- ### InitializedFilter @@ -224,30 +224,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessSwapTemplate.d.ts:122 -___ +--- ### InitializedResult @@ -255,16 +255,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessSwapTemplate.d.ts:140 -___ +--- ### MultiQueryOptions @@ -273,25 +273,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessSwapTemplate.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -299,15 +299,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721AccessSwapTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721AccessSwapTemplate.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessSwapTemplate.d.ts:185 -___ +--- ### OwnershipTransferredFields @@ -315,17 +315,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessSwapTemplate.d.ts:180 -___ +--- ### OwnershipTransferredFilter @@ -333,34 +333,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessSwapTemplate.d.ts:153 -___ +--- ### OwnershipTransferredResult @@ -368,17 +368,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessSwapTemplate.d.ts:175 -___ +--- ### SingleQueryOptions @@ -386,10 +386,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -403,17 +403,17 @@ node_modules/@nevermined-io/subgraphs/build/NFT721AccessSwapTemplate.d.ts:2 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721AccessSwapTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721AccessSwapTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFT721AccessSwapTemplate.md#singlequeryoptions) | -| `args` | [`AgreementCreatedArgs`](subgraphs.NFT721AccessSwapTemplate.md#agreementcreatedargs)<`K`\> | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFT721AccessSwapTemplate.md#singlequeryoptions) | +| `args` | [`AgreementCreatedArgs`](subgraphs.NFT721AccessSwapTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -423,7 +423,7 @@ node_modules/@nevermined-io/subgraphs/build/NFT721AccessSwapTemplate.d.ts:2 node_modules/@nevermined-io/subgraphs/build/NFT721AccessSwapTemplate.d.ts:120 -___ +--- ### getAgreementCreateds @@ -431,17 +431,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721AccessSwapTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721AccessSwapTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721AccessSwapTemplate.md#multiqueryoptions)<[`AgreementCreatedFilter`](subgraphs.NFT721AccessSwapTemplate.md#agreementcreatedfilter), [`AgreementCreatedResult`](subgraphs.NFT721AccessSwapTemplate.md#agreementcreatedresult)\> | -| `args` | [`AgreementCreatedArgs`](subgraphs.NFT721AccessSwapTemplate.md#agreementcreatedargs)<`K`\> | +| `args` | [`AgreementCreatedArgs`](subgraphs.NFT721AccessSwapTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -451,7 +451,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721AccessSwapTemplate.d.ts:121 -___ +--- ### getInitializedById @@ -459,17 +459,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721AccessSwapTemplate.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721AccessSwapTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFT721AccessSwapTemplate.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.NFT721AccessSwapTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFT721AccessSwapTemplate.md#initializedargs)<`K`\> | #### Returns @@ -479,7 +479,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721AccessSwapTemplate.d.ts:151 -___ +--- ### getInitializeds @@ -487,17 +487,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721AccessSwapTemplate.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721AccessSwapTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721AccessSwapTemplate.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.NFT721AccessSwapTemplate.md#initializedfilter), [`InitializedResult`](subgraphs.NFT721AccessSwapTemplate.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.NFT721AccessSwapTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFT721AccessSwapTemplate.md#initializedargs)<`K`\> | #### Returns @@ -507,7 +507,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721AccessSwapTemplate.d.ts:152 -___ +--- ### getOwnershipTransferredById @@ -515,17 +515,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721AccessSwapTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721AccessSwapTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFT721AccessSwapTemplate.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721AccessSwapTemplate.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFT721AccessSwapTemplate.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721AccessSwapTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -535,7 +535,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721AccessSwapTemplate.d.ts:188 -___ +--- ### getOwnershipTransferreds @@ -543,17 +543,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721AccessSwapTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721AccessSwapTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721AccessSwapTemplate.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.NFT721AccessSwapTemplate.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.NFT721AccessSwapTemplate.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721AccessSwapTemplate.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721AccessSwapTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.NFT721AccessTemplate.md b/docs/api-reference/modules/subgraphs.NFT721AccessTemplate.md index 73b2d8912..d6bb7837c 100644 --- a/docs/api-reference/modules/subgraphs.NFT721AccessTemplate.md +++ b/docs/api-reference/modules/subgraphs.NFT721AccessTemplate.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721AccessTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721AccessTemplate.md#agreementcreatedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessTemplate.d.ts:117 -___ +--- ### AgreementCreatedFields @@ -56,25 +56,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | ``true`` | -| `_accessProvider` | ``true`` | -| `_agreementId` | ``true`` | -| `_conditionIdSeeds` | ``true`` | -| `_conditionIds` | ``true`` | -| `_creator` | ``true`` | -| `_did` | ``true`` | -| `_idSeed` | ``true`` | -| `_timeLocks` | ``true`` | -| `_timeOuts` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------------ | :----- | +| `_accessConsumer` | `true` | +| `_accessProvider` | `true` | +| `_agreementId` | `true` | +| `_conditionIdSeeds` | `true` | +| `_conditionIds` | `true` | +| `_creator` | `true` | +| `_did` | `true` | +| `_idSeed` | `true` | +| `_timeLocks` | `true` | +| `_timeOuts` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessTemplate.d.ts:104 -___ +--- ### AgreementCreatedFilter @@ -82,82 +82,82 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer?` | `string` \| ``null`` | -| `_accessConsumer_contains?` | `string` \| ``null`` | -| `_accessConsumer_in?` | `string`[] | -| `_accessConsumer_not?` | `string` \| ``null`` | -| `_accessConsumer_not_contains?` | `string` \| ``null`` | -| `_accessConsumer_not_in?` | `string`[] | -| `_accessProvider?` | `string` \| ``null`` | -| `_accessProvider_contains?` | `string` \| ``null`` | -| `_accessProvider_in?` | `string`[] | -| `_accessProvider_not?` | `string` \| ``null`` | -| `_accessProvider_not_contains?` | `string` \| ``null`` | -| `_accessProvider_not_in?` | `string`[] | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_conditionIdSeeds?` | `string`[] | -| `_conditionIdSeeds_contains?` | `string`[] | -| `_conditionIdSeeds_contains_nocase?` | `string`[] | -| `_conditionIdSeeds_not?` | `string`[] | -| `_conditionIdSeeds_not_contains?` | `string`[] | -| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | -| `_conditionIds?` | `string`[] | -| `_conditionIds_contains?` | `string`[] | -| `_conditionIds_contains_nocase?` | `string`[] | -| `_conditionIds_not?` | `string`[] | -| `_conditionIds_not_contains?` | `string`[] | -| `_conditionIds_not_contains_nocase?` | `string`[] | -| `_creator?` | `string` \| ``null`` | -| `_creator_contains?` | `string` \| ``null`` | -| `_creator_in?` | `string`[] | -| `_creator_not?` | `string` \| ``null`` | -| `_creator_not_contains?` | `string` \| ``null`` | -| `_creator_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_idSeed?` | `string` \| ``null`` | -| `_idSeed_contains?` | `string` \| ``null`` | -| `_idSeed_in?` | `string`[] | -| `_idSeed_not?` | `string` \| ``null`` | -| `_idSeed_not_contains?` | `string` \| ``null`` | -| `_idSeed_not_in?` | `string`[] | -| `_timeLocks?` | `WeiSource`[] | -| `_timeLocks_contains?` | `WeiSource`[] | -| `_timeLocks_contains_nocase?` | `WeiSource`[] | -| `_timeLocks_not?` | `WeiSource`[] | -| `_timeLocks_not_contains?` | `WeiSource`[] | -| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | -| `_timeOuts?` | `WeiSource`[] | -| `_timeOuts_contains?` | `WeiSource`[] | -| `_timeOuts_contains_nocase?` | `WeiSource`[] | -| `_timeOuts_not?` | `WeiSource`[] | -| `_timeOuts_not_contains?` | `WeiSource`[] | -| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------------------- | :----------------- | +| `_accessConsumer?` | `string` \| `null` | +| `_accessConsumer_contains?` | `string` \| `null` | +| `_accessConsumer_in?` | `string`[] | +| `_accessConsumer_not?` | `string` \| `null` | +| `_accessConsumer_not_contains?` | `string` \| `null` | +| `_accessConsumer_not_in?` | `string`[] | +| `_accessProvider?` | `string` \| `null` | +| `_accessProvider_contains?` | `string` \| `null` | +| `_accessProvider_in?` | `string`[] | +| `_accessProvider_not?` | `string` \| `null` | +| `_accessProvider_not_contains?` | `string` \| `null` | +| `_accessProvider_not_in?` | `string`[] | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_conditionIdSeeds?` | `string`[] | +| `_conditionIdSeeds_contains?` | `string`[] | +| `_conditionIdSeeds_contains_nocase?` | `string`[] | +| `_conditionIdSeeds_not?` | `string`[] | +| `_conditionIdSeeds_not_contains?` | `string`[] | +| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | +| `_conditionIds?` | `string`[] | +| `_conditionIds_contains?` | `string`[] | +| `_conditionIds_contains_nocase?` | `string`[] | +| `_conditionIds_not?` | `string`[] | +| `_conditionIds_not_contains?` | `string`[] | +| `_conditionIds_not_contains_nocase?` | `string`[] | +| `_creator?` | `string` \| `null` | +| `_creator_contains?` | `string` \| `null` | +| `_creator_in?` | `string`[] | +| `_creator_not?` | `string` \| `null` | +| `_creator_not_contains?` | `string` \| `null` | +| `_creator_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_idSeed?` | `string` \| `null` | +| `_idSeed_contains?` | `string` \| `null` | +| `_idSeed_in?` | `string`[] | +| `_idSeed_not?` | `string` \| `null` | +| `_idSeed_not_contains?` | `string` \| `null` | +| `_idSeed_not_in?` | `string`[] | +| `_timeLocks?` | `WeiSource`[] | +| `_timeLocks_contains?` | `WeiSource`[] | +| `_timeLocks_contains_nocase?` | `WeiSource`[] | +| `_timeLocks_not?` | `WeiSource`[] | +| `_timeLocks_not_contains?` | `WeiSource`[] | +| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | +| `_timeOuts?` | `WeiSource`[] | +| `_timeOuts_contains?` | `WeiSource`[] | +| `_timeOuts_contains_nocase?` | `WeiSource`[] | +| `_timeOuts_not?` | `WeiSource`[] | +| `_timeOuts_not_contains?` | `WeiSource`[] | +| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessTemplate.d.ts:21 -___ +--- ### AgreementCreatedResult @@ -165,25 +165,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | `string` | -| `_accessProvider` | `string` | -| `_agreementId` | `string` | -| `_conditionIdSeeds` | (`string` \| ``null``)[] | -| `_conditionIds` | (`string` \| ``null``)[] | -| `_creator` | `string` | -| `_did` | `string` | -| `_idSeed` | `string` | -| `_timeLocks` | (`Wei` \| ``null``)[] | -| `_timeOuts` | (`Wei` \| ``null``)[] | -| `id` | `string` | +| Name | Type | +| :------------------ | :--------------------- | +| `_accessConsumer` | `string` | +| `_accessProvider` | `string` | +| `_agreementId` | `string` | +| `_conditionIdSeeds` | (`string` \| `null`)[] | +| `_conditionIds` | (`string` \| `null`)[] | +| `_creator` | `string` | +| `_did` | `string` | +| `_idSeed` | `string` | +| `_timeLocks` | (`Wei` \| `null`)[] | +| `_timeOuts` | (`Wei` \| `null`)[] | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessTemplate.d.ts:91 -___ +--- ### InitializedArgs @@ -191,15 +191,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721AccessTemplate.md#initializedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721AccessTemplate.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessTemplate.d.ts:148 -___ +--- ### InitializedFields @@ -207,16 +207,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessTemplate.d.ts:144 -___ +--- ### InitializedFilter @@ -224,30 +224,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessTemplate.d.ts:122 -___ +--- ### InitializedResult @@ -255,16 +255,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessTemplate.d.ts:140 -___ +--- ### MultiQueryOptions @@ -273,25 +273,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessTemplate.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -299,15 +299,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721AccessTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721AccessTemplate.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessTemplate.d.ts:185 -___ +--- ### OwnershipTransferredFields @@ -315,17 +315,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessTemplate.d.ts:180 -___ +--- ### OwnershipTransferredFilter @@ -333,34 +333,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessTemplate.d.ts:153 -___ +--- ### OwnershipTransferredResult @@ -368,17 +368,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721AccessTemplate.d.ts:175 -___ +--- ### SingleQueryOptions @@ -386,10 +386,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -403,17 +403,17 @@ node_modules/@nevermined-io/subgraphs/build/NFT721AccessTemplate.d.ts:2 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721AccessTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721AccessTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFT721AccessTemplate.md#singlequeryoptions) | -| `args` | [`AgreementCreatedArgs`](subgraphs.NFT721AccessTemplate.md#agreementcreatedargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFT721AccessTemplate.md#singlequeryoptions) | +| `args` | [`AgreementCreatedArgs`](subgraphs.NFT721AccessTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -423,7 +423,7 @@ node_modules/@nevermined-io/subgraphs/build/NFT721AccessTemplate.d.ts:2 node_modules/@nevermined-io/subgraphs/build/NFT721AccessTemplate.d.ts:120 -___ +--- ### getAgreementCreateds @@ -431,17 +431,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721AccessTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721AccessTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721AccessTemplate.md#multiqueryoptions)<[`AgreementCreatedFilter`](subgraphs.NFT721AccessTemplate.md#agreementcreatedfilter), [`AgreementCreatedResult`](subgraphs.NFT721AccessTemplate.md#agreementcreatedresult)\> | -| `args` | [`AgreementCreatedArgs`](subgraphs.NFT721AccessTemplate.md#agreementcreatedargs)<`K`\> | +| `args` | [`AgreementCreatedArgs`](subgraphs.NFT721AccessTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -451,7 +451,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721AccessTemplate.d.ts:121 -___ +--- ### getInitializedById @@ -459,17 +459,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721AccessTemplate.md#initializedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721AccessTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFT721AccessTemplate.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.NFT721AccessTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFT721AccessTemplate.md#initializedargs)<`K`\> | #### Returns @@ -479,7 +479,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721AccessTemplate.d.ts:151 -___ +--- ### getInitializeds @@ -487,17 +487,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721AccessTemplate.md#initializedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721AccessTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721AccessTemplate.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.NFT721AccessTemplate.md#initializedfilter), [`InitializedResult`](subgraphs.NFT721AccessTemplate.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.NFT721AccessTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFT721AccessTemplate.md#initializedargs)<`K`\> | #### Returns @@ -507,7 +507,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721AccessTemplate.d.ts:152 -___ +--- ### getOwnershipTransferredById @@ -515,17 +515,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721AccessTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721AccessTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFT721AccessTemplate.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721AccessTemplate.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFT721AccessTemplate.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721AccessTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -535,7 +535,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721AccessTemplate.d.ts:188 -___ +--- ### getOwnershipTransferreds @@ -543,17 +543,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721AccessTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721AccessTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721AccessTemplate.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.NFT721AccessTemplate.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.NFT721AccessTemplate.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721AccessTemplate.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721AccessTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.NFT721EscrowPaymentCondition.md b/docs/api-reference/modules/subgraphs.NFT721EscrowPaymentCondition.md index b51c830ef..f3f4b9e21 100644 --- a/docs/api-reference/modules/subgraphs.NFT721EscrowPaymentCondition.md +++ b/docs/api-reference/modules/subgraphs.NFT721EscrowPaymentCondition.md @@ -46,15 +46,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.NFT721EscrowPaymentCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.NFT721EscrowPaymentCondition.md#fulfilledresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:87 -___ +--- ### FulfilledFields @@ -62,21 +62,21 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | ``true`` | -| `_amounts` | ``true`` | -| `_conditionId` | ``true`` | -| `_did` | ``true`` | -| `_receivers` | ``true`` | -| `_tokenAddress` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `_agreementId` | `true` | +| `_amounts` | `true` | +| `_conditionId` | `true` | +| `_did` | `true` | +| `_receivers` | `true` | +| `_tokenAddress` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:78 -___ +--- ### FulfilledFilter @@ -84,60 +84,60 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_amounts?` | `WeiSource` \| ``null`` | -| `_amounts_gt?` | `WeiSource` \| ``null`` | -| `_amounts_gte?` | `WeiSource` \| ``null`` | -| `_amounts_in?` | `WeiSource`[] | -| `_amounts_lt?` | `WeiSource` \| ``null`` | -| `_amounts_lte?` | `WeiSource` \| ``null`` | -| `_amounts_not?` | `WeiSource` \| ``null`` | -| `_amounts_not_in?` | `WeiSource`[] | -| `_conditionId?` | `string` \| ``null`` | -| `_conditionId_contains?` | `string` \| ``null`` | -| `_conditionId_in?` | `string`[] | -| `_conditionId_not?` | `string` \| ``null`` | -| `_conditionId_not_contains?` | `string` \| ``null`` | -| `_conditionId_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_receivers?` | `string` \| ``null`` | -| `_receivers_contains?` | `string` \| ``null`` | -| `_receivers_in?` | `string`[] | -| `_receivers_not?` | `string` \| ``null`` | -| `_receivers_not_contains?` | `string` \| ``null`` | -| `_receivers_not_in?` | `string`[] | -| `_tokenAddress?` | `string` \| ``null`` | -| `_tokenAddress_contains?` | `string` \| ``null`` | -| `_tokenAddress_in?` | `string`[] | -| `_tokenAddress_not?` | `string` \| ``null`` | -| `_tokenAddress_not_contains?` | `string` \| ``null`` | -| `_tokenAddress_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :-------------------- | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_amounts?` | `WeiSource` \| `null` | +| `_amounts_gt?` | `WeiSource` \| `null` | +| `_amounts_gte?` | `WeiSource` \| `null` | +| `_amounts_in?` | `WeiSource`[] | +| `_amounts_lt?` | `WeiSource` \| `null` | +| `_amounts_lte?` | `WeiSource` \| `null` | +| `_amounts_not?` | `WeiSource` \| `null` | +| `_amounts_not_in?` | `WeiSource`[] | +| `_conditionId?` | `string` \| `null` | +| `_conditionId_contains?` | `string` \| `null` | +| `_conditionId_in?` | `string`[] | +| `_conditionId_not?` | `string` \| `null` | +| `_conditionId_not_contains?` | `string` \| `null` | +| `_conditionId_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_receivers?` | `string` \| `null` | +| `_receivers_contains?` | `string` \| `null` | +| `_receivers_in?` | `string`[] | +| `_receivers_not?` | `string` \| `null` | +| `_receivers_not_contains?` | `string` \| `null` | +| `_receivers_not_in?` | `string`[] | +| `_tokenAddress?` | `string` \| `null` | +| `_tokenAddress_contains?` | `string` \| `null` | +| `_tokenAddress_in?` | `string`[] | +| `_tokenAddress_not?` | `string` \| `null` | +| `_tokenAddress_not_contains?` | `string` \| `null` | +| `_tokenAddress_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:21 -___ +--- ### FulfilledResult @@ -145,21 +145,21 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | `string` | -| `_amounts` | `Wei` | -| `_conditionId` | `string` | -| `_did` | `string` | -| `_receivers` | `string` | +| Name | Type | +| :-------------- | :------- | +| `_agreementId` | `string` | +| `_amounts` | `Wei` | +| `_conditionId` | `string` | +| `_did` | `string` | +| `_receivers` | `string` | | `_tokenAddress` | `string` | -| `id` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:69 -___ +--- ### InitializedArgs @@ -167,15 +167,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721EscrowPaymentCondition.md#initializedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721EscrowPaymentCondition.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:118 -___ +--- ### InitializedFields @@ -183,16 +183,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:114 -___ +--- ### InitializedFilter @@ -200,30 +200,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:92 -___ +--- ### InitializedResult @@ -231,16 +231,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:110 -___ +--- ### MultiQueryOptions @@ -249,25 +249,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -275,15 +275,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721EscrowPaymentCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721EscrowPaymentCondition.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:155 -___ +--- ### OwnershipTransferredFields @@ -291,17 +291,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:150 -___ +--- ### OwnershipTransferredFilter @@ -309,34 +309,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:123 -___ +--- ### OwnershipTransferredResult @@ -344,17 +344,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:145 -___ +--- ### ReceivedArgs @@ -362,15 +362,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ReceivedResult`](subgraphs.NFT721EscrowPaymentCondition.md#receivedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------- | +| `K` | extends keyof [`ReceivedResult`](subgraphs.NFT721EscrowPaymentCondition.md#receivedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:194 -___ +--- ### ReceivedFields @@ -378,17 +378,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_from` | ``true`` | -| `_value` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------- | :----- | +| `_from` | `true` | +| `_value` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:189 -___ +--- ### ReceivedFilter @@ -396,36 +396,36 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_from?` | `string` \| ``null`` | -| `_from_contains?` | `string` \| ``null`` | -| `_from_in?` | `string`[] | -| `_from_not?` | `string` \| ``null`` | -| `_from_not_contains?` | `string` \| ``null`` | -| `_from_not_in?` | `string`[] | -| `_value?` | `WeiSource` \| ``null`` | -| `_value_gt?` | `WeiSource` \| ``null`` | -| `_value_gte?` | `WeiSource` \| ``null`` | -| `_value_in?` | `WeiSource`[] | -| `_value_lt?` | `WeiSource` \| ``null`` | -| `_value_lte?` | `WeiSource` \| ``null`` | -| `_value_not?` | `WeiSource` \| ``null`` | -| `_value_not_in?` | `WeiSource`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :-------------------- | :-------------------- | +| `_from?` | `string` \| `null` | +| `_from_contains?` | `string` \| `null` | +| `_from_in?` | `string`[] | +| `_from_not?` | `string` \| `null` | +| `_from_not_contains?` | `string` \| `null` | +| `_from_not_in?` | `string`[] | +| `_value?` | `WeiSource` \| `null` | +| `_value_gt?` | `WeiSource` \| `null` | +| `_value_gte?` | `WeiSource` \| `null` | +| `_value_in?` | `WeiSource`[] | +| `_value_lt?` | `WeiSource` \| `null` | +| `_value_lte?` | `WeiSource` \| `null` | +| `_value_not?` | `WeiSource` \| `null` | +| `_value_not_in?` | `WeiSource`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:160 -___ +--- ### ReceivedResult @@ -433,17 +433,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_from` | `string` | -| `_value` | `Wei` | -| `id` | `string` | +| Name | Type | +| :------- | :------- | +| `_from` | `string` | +| `_value` | `Wei` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:184 -___ +--- ### SingleQueryOptions @@ -451,10 +451,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -468,17 +468,17 @@ node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:2 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.NFT721EscrowPaymentCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.NFT721EscrowPaymentCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFT721EscrowPaymentCondition.md#singlequeryoptions) | -| `args` | [`FulfilledArgs`](subgraphs.NFT721EscrowPaymentCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.NFT721EscrowPaymentCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -488,7 +488,7 @@ node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:2 node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:90 -___ +--- ### getFulfilleds @@ -496,17 +496,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.NFT721EscrowPaymentCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.NFT721EscrowPaymentCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721EscrowPaymentCondition.md#multiqueryoptions)<[`FulfilledFilter`](subgraphs.NFT721EscrowPaymentCondition.md#fulfilledfilter), [`FulfilledResult`](subgraphs.NFT721EscrowPaymentCondition.md#fulfilledresult)\> | -| `args` | [`FulfilledArgs`](subgraphs.NFT721EscrowPaymentCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.NFT721EscrowPaymentCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -516,7 +516,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:91 -___ +--- ### getInitializedById @@ -524,17 +524,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721EscrowPaymentCondition.md#initializedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721EscrowPaymentCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFT721EscrowPaymentCondition.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.NFT721EscrowPaymentCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFT721EscrowPaymentCondition.md#initializedargs)<`K`\> | #### Returns @@ -544,7 +544,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:121 -___ +--- ### getInitializeds @@ -552,17 +552,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721EscrowPaymentCondition.md#initializedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721EscrowPaymentCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721EscrowPaymentCondition.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.NFT721EscrowPaymentCondition.md#initializedfilter), [`InitializedResult`](subgraphs.NFT721EscrowPaymentCondition.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.NFT721EscrowPaymentCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFT721EscrowPaymentCondition.md#initializedargs)<`K`\> | #### Returns @@ -572,7 +572,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:122 -___ +--- ### getOwnershipTransferredById @@ -580,17 +580,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721EscrowPaymentCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721EscrowPaymentCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFT721EscrowPaymentCondition.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721EscrowPaymentCondition.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFT721EscrowPaymentCondition.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721EscrowPaymentCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -600,7 +600,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:158 -___ +--- ### getOwnershipTransferreds @@ -608,17 +608,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721EscrowPaymentCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721EscrowPaymentCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721EscrowPaymentCondition.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.NFT721EscrowPaymentCondition.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.NFT721EscrowPaymentCondition.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721EscrowPaymentCondition.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721EscrowPaymentCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -628,7 +628,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:159 -___ +--- ### getReceivedById @@ -636,17 +636,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ReceivedResult`](subgraphs.NFT721EscrowPaymentCondition.md#receivedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------- | +| `K` | extends keyof [`ReceivedResult`](subgraphs.NFT721EscrowPaymentCondition.md#receivedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFT721EscrowPaymentCondition.md#singlequeryoptions) | -| `args` | [`ReceivedArgs`](subgraphs.NFT721EscrowPaymentCondition.md#receivedargs)<`K`\> | +| `args` | [`ReceivedArgs`](subgraphs.NFT721EscrowPaymentCondition.md#receivedargs)<`K`\> | #### Returns @@ -656,7 +656,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721EscrowPaymentCondition.d.ts:197 -___ +--- ### getReceiveds @@ -664,17 +664,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ReceivedResult`](subgraphs.NFT721EscrowPaymentCondition.md#receivedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------- | +| `K` | extends keyof [`ReceivedResult`](subgraphs.NFT721EscrowPaymentCondition.md#receivedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721EscrowPaymentCondition.md#multiqueryoptions)<[`ReceivedFilter`](subgraphs.NFT721EscrowPaymentCondition.md#receivedfilter), [`ReceivedResult`](subgraphs.NFT721EscrowPaymentCondition.md#receivedresult)\> | -| `args` | [`ReceivedArgs`](subgraphs.NFT721EscrowPaymentCondition.md#receivedargs)<`K`\> | +| `args` | [`ReceivedArgs`](subgraphs.NFT721EscrowPaymentCondition.md#receivedargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.NFT721HolderCondition.md b/docs/api-reference/modules/subgraphs.NFT721HolderCondition.md index 0477e091f..bd9ecba5e 100644 --- a/docs/api-reference/modules/subgraphs.NFT721HolderCondition.md +++ b/docs/api-reference/modules/subgraphs.NFT721HolderCondition.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.NFT721HolderCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`FulfilledResult`](subgraphs.NFT721HolderCondition.md#fulfilledresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721HolderCondition.d.ts:79 -___ +--- ### FulfilledFields @@ -56,20 +56,20 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_address` | ``true`` | -| `_agreementId` | ``true`` | -| `_amount` | ``true`` | -| `_conditionId` | ``true`` | -| `_did` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------- | :----- | +| `_address` | `true` | +| `_agreementId` | `true` | +| `_amount` | `true` | +| `_conditionId` | `true` | +| `_did` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721HolderCondition.d.ts:71 -___ +--- ### FulfilledFilter @@ -77,54 +77,54 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_address?` | `string` \| ``null`` | -| `_address_contains?` | `string` \| ``null`` | -| `_address_in?` | `string`[] | -| `_address_not?` | `string` \| ``null`` | -| `_address_not_contains?` | `string` \| ``null`` | -| `_address_not_in?` | `string`[] | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_amount?` | `WeiSource` \| ``null`` | -| `_amount_gt?` | `WeiSource` \| ``null`` | -| `_amount_gte?` | `WeiSource` \| ``null`` | -| `_amount_in?` | `WeiSource`[] | -| `_amount_lt?` | `WeiSource` \| ``null`` | -| `_amount_lte?` | `WeiSource` \| ``null`` | -| `_amount_not?` | `WeiSource` \| ``null`` | -| `_amount_not_in?` | `WeiSource`[] | -| `_conditionId?` | `string` \| ``null`` | -| `_conditionId_contains?` | `string` \| ``null`` | -| `_conditionId_in?` | `string`[] | -| `_conditionId_not?` | `string` \| ``null`` | -| `_conditionId_not_contains?` | `string` \| ``null`` | -| `_conditionId_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------- | :-------------------- | +| `_address?` | `string` \| `null` | +| `_address_contains?` | `string` \| `null` | +| `_address_in?` | `string`[] | +| `_address_not?` | `string` \| `null` | +| `_address_not_contains?` | `string` \| `null` | +| `_address_not_in?` | `string`[] | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_amount?` | `WeiSource` \| `null` | +| `_amount_gt?` | `WeiSource` \| `null` | +| `_amount_gte?` | `WeiSource` \| `null` | +| `_amount_in?` | `WeiSource`[] | +| `_amount_lt?` | `WeiSource` \| `null` | +| `_amount_lte?` | `WeiSource` \| `null` | +| `_amount_not?` | `WeiSource` \| `null` | +| `_amount_not_in?` | `WeiSource`[] | +| `_conditionId?` | `string` \| `null` | +| `_conditionId_contains?` | `string` \| `null` | +| `_conditionId_in?` | `string`[] | +| `_conditionId_not?` | `string` \| `null` | +| `_conditionId_not_contains?` | `string` \| `null` | +| `_conditionId_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721HolderCondition.d.ts:21 -___ +--- ### FulfilledResult @@ -132,20 +132,20 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_address` | `string` | +| Name | Type | +| :------------- | :------- | +| `_address` | `string` | | `_agreementId` | `string` | -| `_amount` | `Wei` | +| `_amount` | `Wei` | | `_conditionId` | `string` | -| `_did` | `string` | -| `id` | `string` | +| `_did` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721HolderCondition.d.ts:63 -___ +--- ### InitializedArgs @@ -153,15 +153,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721HolderCondition.md#initializedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721HolderCondition.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721HolderCondition.d.ts:110 -___ +--- ### InitializedFields @@ -169,16 +169,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721HolderCondition.d.ts:106 -___ +--- ### InitializedFilter @@ -186,30 +186,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721HolderCondition.d.ts:84 -___ +--- ### InitializedResult @@ -217,16 +217,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721HolderCondition.d.ts:102 -___ +--- ### MultiQueryOptions @@ -235,25 +235,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721HolderCondition.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -261,15 +261,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721HolderCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721HolderCondition.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721HolderCondition.d.ts:147 -___ +--- ### OwnershipTransferredFields @@ -277,17 +277,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721HolderCondition.d.ts:142 -___ +--- ### OwnershipTransferredFilter @@ -295,34 +295,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721HolderCondition.d.ts:115 -___ +--- ### OwnershipTransferredResult @@ -330,17 +330,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721HolderCondition.d.ts:137 -___ +--- ### SingleQueryOptions @@ -348,10 +348,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -365,17 +365,17 @@ node_modules/@nevermined-io/subgraphs/build/NFT721HolderCondition.d.ts:2 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.NFT721HolderCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`FulfilledResult`](subgraphs.NFT721HolderCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFT721HolderCondition.md#singlequeryoptions) | -| `args` | [`FulfilledArgs`](subgraphs.NFT721HolderCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.NFT721HolderCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -385,7 +385,7 @@ node_modules/@nevermined-io/subgraphs/build/NFT721HolderCondition.d.ts:2 node_modules/@nevermined-io/subgraphs/build/NFT721HolderCondition.d.ts:82 -___ +--- ### getFulfilleds @@ -393,17 +393,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.NFT721HolderCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`FulfilledResult`](subgraphs.NFT721HolderCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721HolderCondition.md#multiqueryoptions)<[`FulfilledFilter`](subgraphs.NFT721HolderCondition.md#fulfilledfilter), [`FulfilledResult`](subgraphs.NFT721HolderCondition.md#fulfilledresult)\> | -| `args` | [`FulfilledArgs`](subgraphs.NFT721HolderCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.NFT721HolderCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -413,7 +413,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721HolderCondition.d.ts:83 -___ +--- ### getInitializedById @@ -421,17 +421,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721HolderCondition.md#initializedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721HolderCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFT721HolderCondition.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.NFT721HolderCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFT721HolderCondition.md#initializedargs)<`K`\> | #### Returns @@ -441,7 +441,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721HolderCondition.d.ts:113 -___ +--- ### getInitializeds @@ -449,17 +449,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721HolderCondition.md#initializedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721HolderCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721HolderCondition.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.NFT721HolderCondition.md#initializedfilter), [`InitializedResult`](subgraphs.NFT721HolderCondition.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.NFT721HolderCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFT721HolderCondition.md#initializedargs)<`K`\> | #### Returns @@ -469,7 +469,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721HolderCondition.d.ts:114 -___ +--- ### getOwnershipTransferredById @@ -477,17 +477,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721HolderCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721HolderCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFT721HolderCondition.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721HolderCondition.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFT721HolderCondition.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721HolderCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -497,7 +497,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721HolderCondition.d.ts:150 -___ +--- ### getOwnershipTransferreds @@ -505,17 +505,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721HolderCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721HolderCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721HolderCondition.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.NFT721HolderCondition.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.NFT721HolderCondition.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721HolderCondition.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721HolderCondition.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.NFT721LockCondition.md b/docs/api-reference/modules/subgraphs.NFT721LockCondition.md index d68d34596..fda856323 100644 --- a/docs/api-reference/modules/subgraphs.NFT721LockCondition.md +++ b/docs/api-reference/modules/subgraphs.NFT721LockCondition.md @@ -34,15 +34,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.NFT721LockCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.NFT721LockCondition.md#fulfilledresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721LockCondition.d.ts:87 -___ +--- ### FulfilledFields @@ -50,21 +50,21 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | ``true`` | -| `_amount` | ``true`` | -| `_conditionId` | ``true`` | -| `_did` | ``true`` | -| `_lockAddress` | ``true`` | -| `_nftContractAddress` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :-------------------- | :----- | +| `_agreementId` | `true` | +| `_amount` | `true` | +| `_conditionId` | `true` | +| `_did` | `true` | +| `_lockAddress` | `true` | +| `_nftContractAddress` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721LockCondition.d.ts:78 -___ +--- ### FulfilledFilter @@ -72,60 +72,60 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_amount?` | `WeiSource` \| ``null`` | -| `_amount_gt?` | `WeiSource` \| ``null`` | -| `_amount_gte?` | `WeiSource` \| ``null`` | -| `_amount_in?` | `WeiSource`[] | -| `_amount_lt?` | `WeiSource` \| ``null`` | -| `_amount_lte?` | `WeiSource` \| ``null`` | -| `_amount_not?` | `WeiSource` \| ``null`` | -| `_amount_not_in?` | `WeiSource`[] | -| `_conditionId?` | `string` \| ``null`` | -| `_conditionId_contains?` | `string` \| ``null`` | -| `_conditionId_in?` | `string`[] | -| `_conditionId_not?` | `string` \| ``null`` | -| `_conditionId_not_contains?` | `string` \| ``null`` | -| `_conditionId_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_lockAddress?` | `string` \| ``null`` | -| `_lockAddress_contains?` | `string` \| ``null`` | -| `_lockAddress_in?` | `string`[] | -| `_lockAddress_not?` | `string` \| ``null`` | -| `_lockAddress_not_contains?` | `string` \| ``null`` | -| `_lockAddress_not_in?` | `string`[] | -| `_nftContractAddress?` | `string` \| ``null`` | -| `_nftContractAddress_contains?` | `string` \| ``null`` | -| `_nftContractAddress_in?` | `string`[] | -| `_nftContractAddress_not?` | `string` \| ``null`` | -| `_nftContractAddress_not_contains?` | `string` \| ``null`` | -| `_nftContractAddress_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :---------------------------------- | :-------------------- | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_amount?` | `WeiSource` \| `null` | +| `_amount_gt?` | `WeiSource` \| `null` | +| `_amount_gte?` | `WeiSource` \| `null` | +| `_amount_in?` | `WeiSource`[] | +| `_amount_lt?` | `WeiSource` \| `null` | +| `_amount_lte?` | `WeiSource` \| `null` | +| `_amount_not?` | `WeiSource` \| `null` | +| `_amount_not_in?` | `WeiSource`[] | +| `_conditionId?` | `string` \| `null` | +| `_conditionId_contains?` | `string` \| `null` | +| `_conditionId_in?` | `string`[] | +| `_conditionId_not?` | `string` \| `null` | +| `_conditionId_not_contains?` | `string` \| `null` | +| `_conditionId_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_lockAddress?` | `string` \| `null` | +| `_lockAddress_contains?` | `string` \| `null` | +| `_lockAddress_in?` | `string`[] | +| `_lockAddress_not?` | `string` \| `null` | +| `_lockAddress_not_contains?` | `string` \| `null` | +| `_lockAddress_not_in?` | `string`[] | +| `_nftContractAddress?` | `string` \| `null` | +| `_nftContractAddress_contains?` | `string` \| `null` | +| `_nftContractAddress_in?` | `string`[] | +| `_nftContractAddress_not?` | `string` \| `null` | +| `_nftContractAddress_not_contains?` | `string` \| `null` | +| `_nftContractAddress_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721LockCondition.d.ts:21 -___ +--- ### FulfilledResult @@ -133,21 +133,21 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | `string` | -| `_amount` | `Wei` | -| `_conditionId` | `string` | -| `_did` | `string` | -| `_lockAddress` | `string` | +| Name | Type | +| :-------------------- | :------- | +| `_agreementId` | `string` | +| `_amount` | `Wei` | +| `_conditionId` | `string` | +| `_did` | `string` | +| `_lockAddress` | `string` | | `_nftContractAddress` | `string` | -| `id` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721LockCondition.d.ts:69 -___ +--- ### MultiQueryOptions @@ -156,25 +156,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721LockCondition.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -182,15 +182,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721LockCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721LockCondition.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721LockCondition.d.ts:124 -___ +--- ### OwnershipTransferredFields @@ -198,17 +198,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721LockCondition.d.ts:119 -___ +--- ### OwnershipTransferredFilter @@ -216,34 +216,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721LockCondition.d.ts:92 -___ +--- ### OwnershipTransferredResult @@ -251,17 +251,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721LockCondition.d.ts:114 -___ +--- ### SingleQueryOptions @@ -269,10 +269,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -286,17 +286,17 @@ node_modules/@nevermined-io/subgraphs/build/NFT721LockCondition.d.ts:2 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.NFT721LockCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.NFT721LockCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFT721LockCondition.md#singlequeryoptions) | -| `args` | [`FulfilledArgs`](subgraphs.NFT721LockCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.NFT721LockCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -306,7 +306,7 @@ node_modules/@nevermined-io/subgraphs/build/NFT721LockCondition.d.ts:2 node_modules/@nevermined-io/subgraphs/build/NFT721LockCondition.d.ts:90 -___ +--- ### getFulfilleds @@ -314,17 +314,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.NFT721LockCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.NFT721LockCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721LockCondition.md#multiqueryoptions)<[`FulfilledFilter`](subgraphs.NFT721LockCondition.md#fulfilledfilter), [`FulfilledResult`](subgraphs.NFT721LockCondition.md#fulfilledresult)\> | -| `args` | [`FulfilledArgs`](subgraphs.NFT721LockCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.NFT721LockCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -334,7 +334,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721LockCondition.d.ts:91 -___ +--- ### getOwnershipTransferredById @@ -342,17 +342,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721LockCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721LockCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFT721LockCondition.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721LockCondition.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFT721LockCondition.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721LockCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -362,7 +362,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721LockCondition.d.ts:127 -___ +--- ### getOwnershipTransferreds @@ -370,17 +370,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721LockCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721LockCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721LockCondition.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.NFT721LockCondition.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.NFT721LockCondition.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721LockCondition.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721LockCondition.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.NFT721SalesTemplate.md b/docs/api-reference/modules/subgraphs.NFT721SalesTemplate.md index f82f60ed6..a15d55f6b 100644 --- a/docs/api-reference/modules/subgraphs.NFT721SalesTemplate.md +++ b/docs/api-reference/modules/subgraphs.NFT721SalesTemplate.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721SalesTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721SalesTemplate.md#agreementcreatedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesTemplate.d.ts:117 -___ +--- ### AgreementCreatedFields @@ -56,25 +56,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | ``true`` | -| `_accessProvider` | ``true`` | -| `_agreementId` | ``true`` | -| `_conditionIdSeeds` | ``true`` | -| `_conditionIds` | ``true`` | -| `_creator` | ``true`` | -| `_did` | ``true`` | -| `_idSeed` | ``true`` | -| `_timeLocks` | ``true`` | -| `_timeOuts` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------------ | :----- | +| `_accessConsumer` | `true` | +| `_accessProvider` | `true` | +| `_agreementId` | `true` | +| `_conditionIdSeeds` | `true` | +| `_conditionIds` | `true` | +| `_creator` | `true` | +| `_did` | `true` | +| `_idSeed` | `true` | +| `_timeLocks` | `true` | +| `_timeOuts` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesTemplate.d.ts:104 -___ +--- ### AgreementCreatedFilter @@ -82,82 +82,82 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer?` | `string` \| ``null`` | -| `_accessConsumer_contains?` | `string` \| ``null`` | -| `_accessConsumer_in?` | `string`[] | -| `_accessConsumer_not?` | `string` \| ``null`` | -| `_accessConsumer_not_contains?` | `string` \| ``null`` | -| `_accessConsumer_not_in?` | `string`[] | -| `_accessProvider?` | `string` \| ``null`` | -| `_accessProvider_contains?` | `string` \| ``null`` | -| `_accessProvider_in?` | `string`[] | -| `_accessProvider_not?` | `string` \| ``null`` | -| `_accessProvider_not_contains?` | `string` \| ``null`` | -| `_accessProvider_not_in?` | `string`[] | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_conditionIdSeeds?` | `string`[] | -| `_conditionIdSeeds_contains?` | `string`[] | -| `_conditionIdSeeds_contains_nocase?` | `string`[] | -| `_conditionIdSeeds_not?` | `string`[] | -| `_conditionIdSeeds_not_contains?` | `string`[] | -| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | -| `_conditionIds?` | `string`[] | -| `_conditionIds_contains?` | `string`[] | -| `_conditionIds_contains_nocase?` | `string`[] | -| `_conditionIds_not?` | `string`[] | -| `_conditionIds_not_contains?` | `string`[] | -| `_conditionIds_not_contains_nocase?` | `string`[] | -| `_creator?` | `string` \| ``null`` | -| `_creator_contains?` | `string` \| ``null`` | -| `_creator_in?` | `string`[] | -| `_creator_not?` | `string` \| ``null`` | -| `_creator_not_contains?` | `string` \| ``null`` | -| `_creator_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_idSeed?` | `string` \| ``null`` | -| `_idSeed_contains?` | `string` \| ``null`` | -| `_idSeed_in?` | `string`[] | -| `_idSeed_not?` | `string` \| ``null`` | -| `_idSeed_not_contains?` | `string` \| ``null`` | -| `_idSeed_not_in?` | `string`[] | -| `_timeLocks?` | `WeiSource`[] | -| `_timeLocks_contains?` | `WeiSource`[] | -| `_timeLocks_contains_nocase?` | `WeiSource`[] | -| `_timeLocks_not?` | `WeiSource`[] | -| `_timeLocks_not_contains?` | `WeiSource`[] | -| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | -| `_timeOuts?` | `WeiSource`[] | -| `_timeOuts_contains?` | `WeiSource`[] | -| `_timeOuts_contains_nocase?` | `WeiSource`[] | -| `_timeOuts_not?` | `WeiSource`[] | -| `_timeOuts_not_contains?` | `WeiSource`[] | -| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------------------- | :----------------- | +| `_accessConsumer?` | `string` \| `null` | +| `_accessConsumer_contains?` | `string` \| `null` | +| `_accessConsumer_in?` | `string`[] | +| `_accessConsumer_not?` | `string` \| `null` | +| `_accessConsumer_not_contains?` | `string` \| `null` | +| `_accessConsumer_not_in?` | `string`[] | +| `_accessProvider?` | `string` \| `null` | +| `_accessProvider_contains?` | `string` \| `null` | +| `_accessProvider_in?` | `string`[] | +| `_accessProvider_not?` | `string` \| `null` | +| `_accessProvider_not_contains?` | `string` \| `null` | +| `_accessProvider_not_in?` | `string`[] | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_conditionIdSeeds?` | `string`[] | +| `_conditionIdSeeds_contains?` | `string`[] | +| `_conditionIdSeeds_contains_nocase?` | `string`[] | +| `_conditionIdSeeds_not?` | `string`[] | +| `_conditionIdSeeds_not_contains?` | `string`[] | +| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | +| `_conditionIds?` | `string`[] | +| `_conditionIds_contains?` | `string`[] | +| `_conditionIds_contains_nocase?` | `string`[] | +| `_conditionIds_not?` | `string`[] | +| `_conditionIds_not_contains?` | `string`[] | +| `_conditionIds_not_contains_nocase?` | `string`[] | +| `_creator?` | `string` \| `null` | +| `_creator_contains?` | `string` \| `null` | +| `_creator_in?` | `string`[] | +| `_creator_not?` | `string` \| `null` | +| `_creator_not_contains?` | `string` \| `null` | +| `_creator_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_idSeed?` | `string` \| `null` | +| `_idSeed_contains?` | `string` \| `null` | +| `_idSeed_in?` | `string`[] | +| `_idSeed_not?` | `string` \| `null` | +| `_idSeed_not_contains?` | `string` \| `null` | +| `_idSeed_not_in?` | `string`[] | +| `_timeLocks?` | `WeiSource`[] | +| `_timeLocks_contains?` | `WeiSource`[] | +| `_timeLocks_contains_nocase?` | `WeiSource`[] | +| `_timeLocks_not?` | `WeiSource`[] | +| `_timeLocks_not_contains?` | `WeiSource`[] | +| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | +| `_timeOuts?` | `WeiSource`[] | +| `_timeOuts_contains?` | `WeiSource`[] | +| `_timeOuts_contains_nocase?` | `WeiSource`[] | +| `_timeOuts_not?` | `WeiSource`[] | +| `_timeOuts_not_contains?` | `WeiSource`[] | +| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesTemplate.d.ts:21 -___ +--- ### AgreementCreatedResult @@ -165,25 +165,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | `string` | -| `_accessProvider` | `string` | -| `_agreementId` | `string` | -| `_conditionIdSeeds` | (`string` \| ``null``)[] | -| `_conditionIds` | (`string` \| ``null``)[] | -| `_creator` | `string` | -| `_did` | `string` | -| `_idSeed` | `string` | -| `_timeLocks` | (`Wei` \| ``null``)[] | -| `_timeOuts` | (`Wei` \| ``null``)[] | -| `id` | `string` | +| Name | Type | +| :------------------ | :--------------------- | +| `_accessConsumer` | `string` | +| `_accessProvider` | `string` | +| `_agreementId` | `string` | +| `_conditionIdSeeds` | (`string` \| `null`)[] | +| `_conditionIds` | (`string` \| `null`)[] | +| `_creator` | `string` | +| `_did` | `string` | +| `_idSeed` | `string` | +| `_timeLocks` | (`Wei` \| `null`)[] | +| `_timeOuts` | (`Wei` \| `null`)[] | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesTemplate.d.ts:91 -___ +--- ### InitializedArgs @@ -191,15 +191,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721SalesTemplate.md#initializedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721SalesTemplate.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesTemplate.d.ts:148 -___ +--- ### InitializedFields @@ -207,16 +207,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesTemplate.d.ts:144 -___ +--- ### InitializedFilter @@ -224,30 +224,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesTemplate.d.ts:122 -___ +--- ### InitializedResult @@ -255,16 +255,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesTemplate.d.ts:140 -___ +--- ### MultiQueryOptions @@ -273,25 +273,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesTemplate.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -299,15 +299,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721SalesTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721SalesTemplate.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesTemplate.d.ts:185 -___ +--- ### OwnershipTransferredFields @@ -315,17 +315,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesTemplate.d.ts:180 -___ +--- ### OwnershipTransferredFilter @@ -333,34 +333,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesTemplate.d.ts:153 -___ +--- ### OwnershipTransferredResult @@ -368,17 +368,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesTemplate.d.ts:175 -___ +--- ### SingleQueryOptions @@ -386,10 +386,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -403,17 +403,17 @@ node_modules/@nevermined-io/subgraphs/build/NFT721SalesTemplate.d.ts:2 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721SalesTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721SalesTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFT721SalesTemplate.md#singlequeryoptions) | -| `args` | [`AgreementCreatedArgs`](subgraphs.NFT721SalesTemplate.md#agreementcreatedargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------ | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFT721SalesTemplate.md#singlequeryoptions) | +| `args` | [`AgreementCreatedArgs`](subgraphs.NFT721SalesTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -423,7 +423,7 @@ node_modules/@nevermined-io/subgraphs/build/NFT721SalesTemplate.d.ts:2 node_modules/@nevermined-io/subgraphs/build/NFT721SalesTemplate.d.ts:120 -___ +--- ### getAgreementCreateds @@ -431,17 +431,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721SalesTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721SalesTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721SalesTemplate.md#multiqueryoptions)<[`AgreementCreatedFilter`](subgraphs.NFT721SalesTemplate.md#agreementcreatedfilter), [`AgreementCreatedResult`](subgraphs.NFT721SalesTemplate.md#agreementcreatedresult)\> | -| `args` | [`AgreementCreatedArgs`](subgraphs.NFT721SalesTemplate.md#agreementcreatedargs)<`K`\> | +| `args` | [`AgreementCreatedArgs`](subgraphs.NFT721SalesTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -451,7 +451,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721SalesTemplate.d.ts:121 -___ +--- ### getInitializedById @@ -459,17 +459,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721SalesTemplate.md#initializedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721SalesTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFT721SalesTemplate.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.NFT721SalesTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFT721SalesTemplate.md#initializedargs)<`K`\> | #### Returns @@ -479,7 +479,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721SalesTemplate.d.ts:151 -___ +--- ### getInitializeds @@ -487,17 +487,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721SalesTemplate.md#initializedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721SalesTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721SalesTemplate.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.NFT721SalesTemplate.md#initializedfilter), [`InitializedResult`](subgraphs.NFT721SalesTemplate.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.NFT721SalesTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFT721SalesTemplate.md#initializedargs)<`K`\> | #### Returns @@ -507,7 +507,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721SalesTemplate.d.ts:152 -___ +--- ### getOwnershipTransferredById @@ -515,17 +515,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721SalesTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721SalesTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFT721SalesTemplate.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721SalesTemplate.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFT721SalesTemplate.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721SalesTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -535,7 +535,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721SalesTemplate.d.ts:188 -___ +--- ### getOwnershipTransferreds @@ -543,17 +543,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721SalesTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721SalesTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721SalesTemplate.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.NFT721SalesTemplate.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.NFT721SalesTemplate.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721SalesTemplate.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721SalesTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.NFT721SalesWithAccessTemplate.md b/docs/api-reference/modules/subgraphs.NFT721SalesWithAccessTemplate.md index f51d12367..b92607bfb 100644 --- a/docs/api-reference/modules/subgraphs.NFT721SalesWithAccessTemplate.md +++ b/docs/api-reference/modules/subgraphs.NFT721SalesWithAccessTemplate.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721SalesWithAccessTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721SalesWithAccessTemplate.md#agreementcreatedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesWithAccessTemplate.d.ts:117 -___ +--- ### AgreementCreatedFields @@ -56,25 +56,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | ``true`` | -| `_accessProvider` | ``true`` | -| `_agreementId` | ``true`` | -| `_conditionIdSeeds` | ``true`` | -| `_conditionIds` | ``true`` | -| `_creator` | ``true`` | -| `_did` | ``true`` | -| `_idSeed` | ``true`` | -| `_timeLocks` | ``true`` | -| `_timeOuts` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------------ | :----- | +| `_accessConsumer` | `true` | +| `_accessProvider` | `true` | +| `_agreementId` | `true` | +| `_conditionIdSeeds` | `true` | +| `_conditionIds` | `true` | +| `_creator` | `true` | +| `_did` | `true` | +| `_idSeed` | `true` | +| `_timeLocks` | `true` | +| `_timeOuts` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesWithAccessTemplate.d.ts:104 -___ +--- ### AgreementCreatedFilter @@ -82,82 +82,82 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer?` | `string` \| ``null`` | -| `_accessConsumer_contains?` | `string` \| ``null`` | -| `_accessConsumer_in?` | `string`[] | -| `_accessConsumer_not?` | `string` \| ``null`` | -| `_accessConsumer_not_contains?` | `string` \| ``null`` | -| `_accessConsumer_not_in?` | `string`[] | -| `_accessProvider?` | `string` \| ``null`` | -| `_accessProvider_contains?` | `string` \| ``null`` | -| `_accessProvider_in?` | `string`[] | -| `_accessProvider_not?` | `string` \| ``null`` | -| `_accessProvider_not_contains?` | `string` \| ``null`` | -| `_accessProvider_not_in?` | `string`[] | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_conditionIdSeeds?` | `string`[] | -| `_conditionIdSeeds_contains?` | `string`[] | -| `_conditionIdSeeds_contains_nocase?` | `string`[] | -| `_conditionIdSeeds_not?` | `string`[] | -| `_conditionIdSeeds_not_contains?` | `string`[] | -| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | -| `_conditionIds?` | `string`[] | -| `_conditionIds_contains?` | `string`[] | -| `_conditionIds_contains_nocase?` | `string`[] | -| `_conditionIds_not?` | `string`[] | -| `_conditionIds_not_contains?` | `string`[] | -| `_conditionIds_not_contains_nocase?` | `string`[] | -| `_creator?` | `string` \| ``null`` | -| `_creator_contains?` | `string` \| ``null`` | -| `_creator_in?` | `string`[] | -| `_creator_not?` | `string` \| ``null`` | -| `_creator_not_contains?` | `string` \| ``null`` | -| `_creator_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_idSeed?` | `string` \| ``null`` | -| `_idSeed_contains?` | `string` \| ``null`` | -| `_idSeed_in?` | `string`[] | -| `_idSeed_not?` | `string` \| ``null`` | -| `_idSeed_not_contains?` | `string` \| ``null`` | -| `_idSeed_not_in?` | `string`[] | -| `_timeLocks?` | `WeiSource`[] | -| `_timeLocks_contains?` | `WeiSource`[] | -| `_timeLocks_contains_nocase?` | `WeiSource`[] | -| `_timeLocks_not?` | `WeiSource`[] | -| `_timeLocks_not_contains?` | `WeiSource`[] | -| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | -| `_timeOuts?` | `WeiSource`[] | -| `_timeOuts_contains?` | `WeiSource`[] | -| `_timeOuts_contains_nocase?` | `WeiSource`[] | -| `_timeOuts_not?` | `WeiSource`[] | -| `_timeOuts_not_contains?` | `WeiSource`[] | -| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------------------- | :----------------- | +| `_accessConsumer?` | `string` \| `null` | +| `_accessConsumer_contains?` | `string` \| `null` | +| `_accessConsumer_in?` | `string`[] | +| `_accessConsumer_not?` | `string` \| `null` | +| `_accessConsumer_not_contains?` | `string` \| `null` | +| `_accessConsumer_not_in?` | `string`[] | +| `_accessProvider?` | `string` \| `null` | +| `_accessProvider_contains?` | `string` \| `null` | +| `_accessProvider_in?` | `string`[] | +| `_accessProvider_not?` | `string` \| `null` | +| `_accessProvider_not_contains?` | `string` \| `null` | +| `_accessProvider_not_in?` | `string`[] | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_conditionIdSeeds?` | `string`[] | +| `_conditionIdSeeds_contains?` | `string`[] | +| `_conditionIdSeeds_contains_nocase?` | `string`[] | +| `_conditionIdSeeds_not?` | `string`[] | +| `_conditionIdSeeds_not_contains?` | `string`[] | +| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | +| `_conditionIds?` | `string`[] | +| `_conditionIds_contains?` | `string`[] | +| `_conditionIds_contains_nocase?` | `string`[] | +| `_conditionIds_not?` | `string`[] | +| `_conditionIds_not_contains?` | `string`[] | +| `_conditionIds_not_contains_nocase?` | `string`[] | +| `_creator?` | `string` \| `null` | +| `_creator_contains?` | `string` \| `null` | +| `_creator_in?` | `string`[] | +| `_creator_not?` | `string` \| `null` | +| `_creator_not_contains?` | `string` \| `null` | +| `_creator_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_idSeed?` | `string` \| `null` | +| `_idSeed_contains?` | `string` \| `null` | +| `_idSeed_in?` | `string`[] | +| `_idSeed_not?` | `string` \| `null` | +| `_idSeed_not_contains?` | `string` \| `null` | +| `_idSeed_not_in?` | `string`[] | +| `_timeLocks?` | `WeiSource`[] | +| `_timeLocks_contains?` | `WeiSource`[] | +| `_timeLocks_contains_nocase?` | `WeiSource`[] | +| `_timeLocks_not?` | `WeiSource`[] | +| `_timeLocks_not_contains?` | `WeiSource`[] | +| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | +| `_timeOuts?` | `WeiSource`[] | +| `_timeOuts_contains?` | `WeiSource`[] | +| `_timeOuts_contains_nocase?` | `WeiSource`[] | +| `_timeOuts_not?` | `WeiSource`[] | +| `_timeOuts_not_contains?` | `WeiSource`[] | +| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesWithAccessTemplate.d.ts:21 -___ +--- ### AgreementCreatedResult @@ -165,25 +165,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | `string` | -| `_accessProvider` | `string` | -| `_agreementId` | `string` | -| `_conditionIdSeeds` | (`string` \| ``null``)[] | -| `_conditionIds` | (`string` \| ``null``)[] | -| `_creator` | `string` | -| `_did` | `string` | -| `_idSeed` | `string` | -| `_timeLocks` | (`Wei` \| ``null``)[] | -| `_timeOuts` | (`Wei` \| ``null``)[] | -| `id` | `string` | +| Name | Type | +| :------------------ | :--------------------- | +| `_accessConsumer` | `string` | +| `_accessProvider` | `string` | +| `_agreementId` | `string` | +| `_conditionIdSeeds` | (`string` \| `null`)[] | +| `_conditionIds` | (`string` \| `null`)[] | +| `_creator` | `string` | +| `_did` | `string` | +| `_idSeed` | `string` | +| `_timeLocks` | (`Wei` \| `null`)[] | +| `_timeOuts` | (`Wei` \| `null`)[] | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesWithAccessTemplate.d.ts:91 -___ +--- ### InitializedArgs @@ -191,15 +191,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721SalesWithAccessTemplate.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721SalesWithAccessTemplate.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesWithAccessTemplate.d.ts:148 -___ +--- ### InitializedFields @@ -207,16 +207,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesWithAccessTemplate.d.ts:144 -___ +--- ### InitializedFilter @@ -224,30 +224,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesWithAccessTemplate.d.ts:122 -___ +--- ### InitializedResult @@ -255,16 +255,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesWithAccessTemplate.d.ts:140 -___ +--- ### MultiQueryOptions @@ -273,25 +273,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesWithAccessTemplate.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -299,15 +299,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721SalesWithAccessTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721SalesWithAccessTemplate.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesWithAccessTemplate.d.ts:185 -___ +--- ### OwnershipTransferredFields @@ -315,17 +315,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesWithAccessTemplate.d.ts:180 -___ +--- ### OwnershipTransferredFilter @@ -333,34 +333,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesWithAccessTemplate.d.ts:153 -___ +--- ### OwnershipTransferredResult @@ -368,17 +368,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721SalesWithAccessTemplate.d.ts:175 -___ +--- ### SingleQueryOptions @@ -386,10 +386,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -403,17 +403,17 @@ node_modules/@nevermined-io/subgraphs/build/NFT721SalesWithAccessTemplate.d.ts:2 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721SalesWithAccessTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721SalesWithAccessTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFT721SalesWithAccessTemplate.md#singlequeryoptions) | -| `args` | [`AgreementCreatedArgs`](subgraphs.NFT721SalesWithAccessTemplate.md#agreementcreatedargs)<`K`\> | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFT721SalesWithAccessTemplate.md#singlequeryoptions) | +| `args` | [`AgreementCreatedArgs`](subgraphs.NFT721SalesWithAccessTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -423,7 +423,7 @@ node_modules/@nevermined-io/subgraphs/build/NFT721SalesWithAccessTemplate.d.ts:2 node_modules/@nevermined-io/subgraphs/build/NFT721SalesWithAccessTemplate.d.ts:120 -___ +--- ### getAgreementCreateds @@ -431,17 +431,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721SalesWithAccessTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFT721SalesWithAccessTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721SalesWithAccessTemplate.md#multiqueryoptions)<[`AgreementCreatedFilter`](subgraphs.NFT721SalesWithAccessTemplate.md#agreementcreatedfilter), [`AgreementCreatedResult`](subgraphs.NFT721SalesWithAccessTemplate.md#agreementcreatedresult)\> | -| `args` | [`AgreementCreatedArgs`](subgraphs.NFT721SalesWithAccessTemplate.md#agreementcreatedargs)<`K`\> | +| `args` | [`AgreementCreatedArgs`](subgraphs.NFT721SalesWithAccessTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -451,7 +451,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721SalesWithAccessTemplate.d.ts:121 -___ +--- ### getInitializedById @@ -459,17 +459,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721SalesWithAccessTemplate.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721SalesWithAccessTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFT721SalesWithAccessTemplate.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.NFT721SalesWithAccessTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFT721SalesWithAccessTemplate.md#initializedargs)<`K`\> | #### Returns @@ -479,7 +479,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721SalesWithAccessTemplate.d.ts:151 -___ +--- ### getInitializeds @@ -487,17 +487,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721SalesWithAccessTemplate.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721SalesWithAccessTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721SalesWithAccessTemplate.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.NFT721SalesWithAccessTemplate.md#initializedfilter), [`InitializedResult`](subgraphs.NFT721SalesWithAccessTemplate.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.NFT721SalesWithAccessTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFT721SalesWithAccessTemplate.md#initializedargs)<`K`\> | #### Returns @@ -507,7 +507,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721SalesWithAccessTemplate.d.ts:152 -___ +--- ### getOwnershipTransferredById @@ -515,17 +515,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721SalesWithAccessTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721SalesWithAccessTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFT721SalesWithAccessTemplate.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721SalesWithAccessTemplate.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------ | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFT721SalesWithAccessTemplate.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721SalesWithAccessTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -535,7 +535,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721SalesWithAccessTemplate.d.ts:188 -___ +--- ### getOwnershipTransferreds @@ -543,17 +543,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721SalesWithAccessTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721SalesWithAccessTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721SalesWithAccessTemplate.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.NFT721SalesWithAccessTemplate.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.NFT721SalesWithAccessTemplate.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721SalesWithAccessTemplate.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721SalesWithAccessTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.NFT721Upgradeable.md b/docs/api-reference/modules/subgraphs.NFT721Upgradeable.md index 40853c37c..0477486c7 100644 --- a/docs/api-reference/modules/subgraphs.NFT721Upgradeable.md +++ b/docs/api-reference/modules/subgraphs.NFT721Upgradeable.md @@ -76,15 +76,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ApprovalResult`](subgraphs.NFT721Upgradeable.md#approvalresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------ | +| `K` | extends keyof [`ApprovalResult`](subgraphs.NFT721Upgradeable.md#approvalresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:63 -___ +--- ### ApprovalFields @@ -92,18 +92,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `approved` | ``true`` | -| `id` | ``true`` | -| `owner` | ``true`` | -| `tokenId` | ``true`` | +| Name | Type | +| :--------- | :----- | +| `approved` | `true` | +| `id` | `true` | +| `owner` | `true` | +| `tokenId` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:57 -___ +--- ### ApprovalFilter @@ -111,42 +111,42 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `approved?` | `string` \| ``null`` | -| `approved_contains?` | `string` \| ``null`` | -| `approved_in?` | `string`[] | -| `approved_not?` | `string` \| ``null`` | -| `approved_not_contains?` | `string` \| ``null`` | -| `approved_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `owner?` | `string` \| ``null`` | -| `owner_contains?` | `string` \| ``null`` | -| `owner_in?` | `string`[] | -| `owner_not?` | `string` \| ``null`` | -| `owner_not_contains?` | `string` \| ``null`` | -| `owner_not_in?` | `string`[] | -| `tokenId?` | `WeiSource` \| ``null`` | -| `tokenId_gt?` | `WeiSource` \| ``null`` | -| `tokenId_gte?` | `WeiSource` \| ``null`` | -| `tokenId_in?` | `WeiSource`[] | -| `tokenId_lt?` | `WeiSource` \| ``null`` | -| `tokenId_lte?` | `WeiSource` \| ``null`` | -| `tokenId_not?` | `WeiSource` \| ``null`` | -| `tokenId_not_in?` | `WeiSource`[] | +| Name | Type | +| :----------------------- | :-------------------- | +| `approved?` | `string` \| `null` | +| `approved_contains?` | `string` \| `null` | +| `approved_in?` | `string`[] | +| `approved_not?` | `string` \| `null` | +| `approved_not_contains?` | `string` \| `null` | +| `approved_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `owner?` | `string` \| `null` | +| `owner_contains?` | `string` \| `null` | +| `owner_in?` | `string`[] | +| `owner_not?` | `string` \| `null` | +| `owner_not_contains?` | `string` \| `null` | +| `owner_not_in?` | `string`[] | +| `tokenId?` | `WeiSource` \| `null` | +| `tokenId_gt?` | `WeiSource` \| `null` | +| `tokenId_gte?` | `WeiSource` \| `null` | +| `tokenId_in?` | `WeiSource`[] | +| `tokenId_lt?` | `WeiSource` \| `null` | +| `tokenId_lte?` | `WeiSource` \| `null` | +| `tokenId_not?` | `WeiSource` \| `null` | +| `tokenId_not_in?` | `WeiSource`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:21 -___ +--- ### ApprovalForAllArgs @@ -154,15 +154,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ApprovalForAllResult`](subgraphs.NFT721Upgradeable.md#approvalforallresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`ApprovalForAllResult`](subgraphs.NFT721Upgradeable.md#approvalforallresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:106 -___ +--- ### ApprovalForAllFields @@ -170,18 +170,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `approved` | ``true`` | -| `id` | ``true`` | -| `operator` | ``true`` | -| `owner` | ``true`` | +| Name | Type | +| :--------- | :----- | +| `approved` | `true` | +| `id` | `true` | +| `operator` | `true` | +| `owner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:100 -___ +--- ### ApprovalForAllFilter @@ -189,38 +189,38 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `approved?` | `boolean` \| ``null`` | -| `approved_in?` | `boolean`[] | -| `approved_not?` | `boolean` \| ``null`` | -| `approved_not_in?` | `boolean`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `operator?` | `string` \| ``null`` | -| `operator_contains?` | `string` \| ``null`` | -| `operator_in?` | `string`[] | -| `operator_not?` | `string` \| ``null`` | -| `operator_not_contains?` | `string` \| ``null`` | -| `operator_not_in?` | `string`[] | -| `owner?` | `string` \| ``null`` | -| `owner_contains?` | `string` \| ``null`` | -| `owner_in?` | `string`[] | -| `owner_not?` | `string` \| ``null`` | -| `owner_not_contains?` | `string` \| ``null`` | -| `owner_not_in?` | `string`[] | +| Name | Type | +| :----------------------- | :------------------ | +| `approved?` | `boolean` \| `null` | +| `approved_in?` | `boolean`[] | +| `approved_not?` | `boolean` \| `null` | +| `approved_not_in?` | `boolean`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `operator?` | `string` \| `null` | +| `operator_contains?` | `string` \| `null` | +| `operator_in?` | `string`[] | +| `operator_not?` | `string` \| `null` | +| `operator_not_contains?` | `string` \| `null` | +| `operator_not_in?` | `string`[] | +| `owner?` | `string` \| `null` | +| `owner_contains?` | `string` \| `null` | +| `owner_in?` | `string`[] | +| `owner_not?` | `string` \| `null` | +| `owner_not_contains?` | `string` \| `null` | +| `owner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:68 -___ +--- ### ApprovalForAllResult @@ -228,18 +228,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :--------- | :-------- | | `approved` | `boolean` | -| `id` | `string` | -| `operator` | `string` | -| `owner` | `string` | +| `id` | `string` | +| `operator` | `string` | +| `owner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:94 -___ +--- ### ApprovalResult @@ -247,18 +247,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :--------- | :------- | | `approved` | `string` | -| `id` | `string` | -| `owner` | `string` | -| `tokenId` | `Wei` | +| `id` | `string` | +| `owner` | `string` | +| `tokenId` | `Wei` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:51 -___ +--- ### InitializedArgs @@ -266,15 +266,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721Upgradeable.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721Upgradeable.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:137 -___ +--- ### InitializedFields @@ -282,16 +282,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:133 -___ +--- ### InitializedFilter @@ -299,30 +299,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:111 -___ +--- ### InitializedResult @@ -330,16 +330,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:129 -___ +--- ### MultiQueryOptions @@ -348,25 +348,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -374,15 +374,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721Upgradeable.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721Upgradeable.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:174 -___ +--- ### OwnershipTransferredFields @@ -390,17 +390,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:169 -___ +--- ### OwnershipTransferredFilter @@ -408,34 +408,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:142 -___ +--- ### OwnershipTransferredResult @@ -443,17 +443,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:164 -___ +--- ### ProxyApprovalArgs @@ -461,15 +461,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ProxyApprovalResult`](subgraphs.NFT721Upgradeable.md#proxyapprovalresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`ProxyApprovalResult`](subgraphs.NFT721Upgradeable.md#proxyapprovalresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:217 -___ +--- ### ProxyApprovalFields @@ -477,18 +477,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `approved` | ``true`` | -| `id` | ``true`` | -| `operator` | ``true`` | -| `sender` | ``true`` | +| Name | Type | +| :--------- | :----- | +| `approved` | `true` | +| `id` | `true` | +| `operator` | `true` | +| `sender` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:211 -___ +--- ### ProxyApprovalFilter @@ -496,38 +496,38 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `approved?` | `boolean` \| ``null`` | -| `approved_in?` | `boolean`[] | -| `approved_not?` | `boolean` \| ``null`` | -| `approved_not_in?` | `boolean`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `operator?` | `string` \| ``null`` | -| `operator_contains?` | `string` \| ``null`` | -| `operator_in?` | `string`[] | -| `operator_not?` | `string` \| ``null`` | -| `operator_not_contains?` | `string` \| ``null`` | -| `operator_not_in?` | `string`[] | -| `sender?` | `string` \| ``null`` | -| `sender_contains?` | `string` \| ``null`` | -| `sender_in?` | `string`[] | -| `sender_not?` | `string` \| ``null`` | -| `sender_not_contains?` | `string` \| ``null`` | -| `sender_not_in?` | `string`[] | +| Name | Type | +| :----------------------- | :------------------ | +| `approved?` | `boolean` \| `null` | +| `approved_in?` | `boolean`[] | +| `approved_not?` | `boolean` \| `null` | +| `approved_not_in?` | `boolean`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `operator?` | `string` \| `null` | +| `operator_contains?` | `string` \| `null` | +| `operator_in?` | `string`[] | +| `operator_not?` | `string` \| `null` | +| `operator_not_contains?` | `string` \| `null` | +| `operator_not_in?` | `string`[] | +| `sender?` | `string` \| `null` | +| `sender_contains?` | `string` \| `null` | +| `sender_in?` | `string`[] | +| `sender_not?` | `string` \| `null` | +| `sender_not_contains?` | `string` \| `null` | +| `sender_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:179 -___ +--- ### ProxyApprovalResult @@ -535,18 +535,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :--------- | :-------- | | `approved` | `boolean` | -| `id` | `string` | -| `operator` | `string` | -| `sender` | `string` | +| `id` | `string` | +| `operator` | `string` | +| `sender` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:205 -___ +--- ### RoleAdminChangedArgs @@ -554,15 +554,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.NFT721Upgradeable.md#roleadminchangedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.NFT721Upgradeable.md#roleadminchangedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:262 -___ +--- ### RoleAdminChangedFields @@ -570,18 +570,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newAdminRole` | ``true`` | -| `previousAdminRole` | ``true`` | -| `role` | ``true`` | +| Name | Type | +| :------------------ | :----- | +| `id` | `true` | +| `newAdminRole` | `true` | +| `previousAdminRole` | `true` | +| `role` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:256 -___ +--- ### RoleAdminChangedFilter @@ -589,40 +589,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newAdminRole?` | `string` \| ``null`` | -| `newAdminRole_contains?` | `string` \| ``null`` | -| `newAdminRole_in?` | `string`[] | -| `newAdminRole_not?` | `string` \| ``null`` | -| `newAdminRole_not_contains?` | `string` \| ``null`` | -| `newAdminRole_not_in?` | `string`[] | -| `previousAdminRole?` | `string` \| ``null`` | -| `previousAdminRole_contains?` | `string` \| ``null`` | -| `previousAdminRole_in?` | `string`[] | -| `previousAdminRole_not?` | `string` \| ``null`` | -| `previousAdminRole_not_contains?` | `string` \| ``null`` | -| `previousAdminRole_not_in?` | `string`[] | -| `role?` | `string` \| ``null`` | -| `role_contains?` | `string` \| ``null`` | -| `role_in?` | `string`[] | -| `role_not?` | `string` \| ``null`` | -| `role_not_contains?` | `string` \| ``null`` | -| `role_not_in?` | `string`[] | +| Name | Type | +| :-------------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newAdminRole?` | `string` \| `null` | +| `newAdminRole_contains?` | `string` \| `null` | +| `newAdminRole_in?` | `string`[] | +| `newAdminRole_not?` | `string` \| `null` | +| `newAdminRole_not_contains?` | `string` \| `null` | +| `newAdminRole_not_in?` | `string`[] | +| `previousAdminRole?` | `string` \| `null` | +| `previousAdminRole_contains?` | `string` \| `null` | +| `previousAdminRole_in?` | `string`[] | +| `previousAdminRole_not?` | `string` \| `null` | +| `previousAdminRole_not_contains?` | `string` \| `null` | +| `previousAdminRole_not_in?` | `string`[] | +| `role?` | `string` \| `null` | +| `role_contains?` | `string` \| `null` | +| `role_in?` | `string`[] | +| `role_not?` | `string` \| `null` | +| `role_not_contains?` | `string` \| `null` | +| `role_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:222 -___ +--- ### RoleAdminChangedResult @@ -630,18 +630,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newAdminRole` | `string` | +| Name | Type | +| :------------------ | :------- | +| `id` | `string` | +| `newAdminRole` | `string` | | `previousAdminRole` | `string` | -| `role` | `string` | +| `role` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:250 -___ +--- ### RoleGrantedArgs @@ -649,15 +649,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleGrantedResult`](subgraphs.NFT721Upgradeable.md#rolegrantedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`RoleGrantedResult`](subgraphs.NFT721Upgradeable.md#rolegrantedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:307 -___ +--- ### RoleGrantedFields @@ -665,18 +665,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account` | ``true`` | -| `id` | ``true`` | -| `role` | ``true`` | -| `sender` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `account` | `true` | +| `id` | `true` | +| `role` | `true` | +| `sender` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:301 -___ +--- ### RoleGrantedFilter @@ -684,40 +684,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account?` | `string` \| ``null`` | -| `account_contains?` | `string` \| ``null`` | -| `account_in?` | `string`[] | -| `account_not?` | `string` \| ``null`` | -| `account_not_contains?` | `string` \| ``null`` | -| `account_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `role?` | `string` \| ``null`` | -| `role_contains?` | `string` \| ``null`` | -| `role_in?` | `string`[] | -| `role_not?` | `string` \| ``null`` | -| `role_not_contains?` | `string` \| ``null`` | -| `role_not_in?` | `string`[] | -| `sender?` | `string` \| ``null`` | -| `sender_contains?` | `string` \| ``null`` | -| `sender_in?` | `string`[] | -| `sender_not?` | `string` \| ``null`` | -| `sender_not_contains?` | `string` \| ``null`` | -| `sender_not_in?` | `string`[] | +| Name | Type | +| :---------------------- | :----------------- | +| `account?` | `string` \| `null` | +| `account_contains?` | `string` \| `null` | +| `account_in?` | `string`[] | +| `account_not?` | `string` \| `null` | +| `account_not_contains?` | `string` \| `null` | +| `account_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `role?` | `string` \| `null` | +| `role_contains?` | `string` \| `null` | +| `role_in?` | `string`[] | +| `role_not?` | `string` \| `null` | +| `role_not_contains?` | `string` \| `null` | +| `role_not_in?` | `string`[] | +| `sender?` | `string` \| `null` | +| `sender_contains?` | `string` \| `null` | +| `sender_in?` | `string`[] | +| `sender_not?` | `string` \| `null` | +| `sender_not_contains?` | `string` \| `null` | +| `sender_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:267 -___ +--- ### RoleGrantedResult @@ -725,18 +725,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `account` | `string` | -| `id` | `string` | -| `role` | `string` | -| `sender` | `string` | +| `id` | `string` | +| `role` | `string` | +| `sender` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:295 -___ +--- ### RoleRevokedArgs @@ -744,15 +744,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleRevokedResult`](subgraphs.NFT721Upgradeable.md#rolerevokedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`RoleRevokedResult`](subgraphs.NFT721Upgradeable.md#rolerevokedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:352 -___ +--- ### RoleRevokedFields @@ -760,18 +760,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account` | ``true`` | -| `id` | ``true`` | -| `role` | ``true`` | -| `sender` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `account` | `true` | +| `id` | `true` | +| `role` | `true` | +| `sender` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:346 -___ +--- ### RoleRevokedFilter @@ -779,40 +779,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account?` | `string` \| ``null`` | -| `account_contains?` | `string` \| ``null`` | -| `account_in?` | `string`[] | -| `account_not?` | `string` \| ``null`` | -| `account_not_contains?` | `string` \| ``null`` | -| `account_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `role?` | `string` \| ``null`` | -| `role_contains?` | `string` \| ``null`` | -| `role_in?` | `string`[] | -| `role_not?` | `string` \| ``null`` | -| `role_not_contains?` | `string` \| ``null`` | -| `role_not_in?` | `string`[] | -| `sender?` | `string` \| ``null`` | -| `sender_contains?` | `string` \| ``null`` | -| `sender_in?` | `string`[] | -| `sender_not?` | `string` \| ``null`` | -| `sender_not_contains?` | `string` \| ``null`` | -| `sender_not_in?` | `string`[] | +| Name | Type | +| :---------------------- | :----------------- | +| `account?` | `string` \| `null` | +| `account_contains?` | `string` \| `null` | +| `account_in?` | `string`[] | +| `account_not?` | `string` \| `null` | +| `account_not_contains?` | `string` \| `null` | +| `account_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `role?` | `string` \| `null` | +| `role_contains?` | `string` \| `null` | +| `role_in?` | `string`[] | +| `role_not?` | `string` \| `null` | +| `role_not_contains?` | `string` \| `null` | +| `role_not_in?` | `string`[] | +| `sender?` | `string` \| `null` | +| `sender_contains?` | `string` \| `null` | +| `sender_in?` | `string`[] | +| `sender_not?` | `string` \| `null` | +| `sender_not_contains?` | `string` \| `null` | +| `sender_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:312 -___ +--- ### RoleRevokedResult @@ -820,18 +820,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `account` | `string` | -| `id` | `string` | -| `role` | `string` | -| `sender` | `string` | +| `id` | `string` | +| `role` | `string` | +| `sender` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:340 -___ +--- ### SingleQueryOptions @@ -839,16 +839,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:2 -___ +--- ### TransferArgs @@ -856,15 +856,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`TransferResult`](subgraphs.NFT721Upgradeable.md#transferresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------ | +| `K` | extends keyof [`TransferResult`](subgraphs.NFT721Upgradeable.md#transferresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:399 -___ +--- ### TransferFields @@ -872,18 +872,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `from` | ``true`` | -| `id` | ``true`` | -| `to` | ``true`` | -| `tokenId` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `from` | `true` | +| `id` | `true` | +| `to` | `true` | +| `tokenId` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:393 -___ +--- ### TransferFilter @@ -891,42 +891,42 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `from?` | `string` \| ``null`` | -| `from_contains?` | `string` \| ``null`` | -| `from_in?` | `string`[] | -| `from_not?` | `string` \| ``null`` | -| `from_not_contains?` | `string` \| ``null`` | -| `from_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `to?` | `string` \| ``null`` | -| `to_contains?` | `string` \| ``null`` | -| `to_in?` | `string`[] | -| `to_not?` | `string` \| ``null`` | -| `to_not_contains?` | `string` \| ``null`` | -| `to_not_in?` | `string`[] | -| `tokenId?` | `WeiSource` \| ``null`` | -| `tokenId_gt?` | `WeiSource` \| ``null`` | -| `tokenId_gte?` | `WeiSource` \| ``null`` | -| `tokenId_in?` | `WeiSource`[] | -| `tokenId_lt?` | `WeiSource` \| ``null`` | -| `tokenId_lte?` | `WeiSource` \| ``null`` | -| `tokenId_not?` | `WeiSource` \| ``null`` | -| `tokenId_not_in?` | `WeiSource`[] | +| Name | Type | +| :------------------- | :-------------------- | +| `from?` | `string` \| `null` | +| `from_contains?` | `string` \| `null` | +| `from_in?` | `string`[] | +| `from_not?` | `string` \| `null` | +| `from_not_contains?` | `string` \| `null` | +| `from_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `to?` | `string` \| `null` | +| `to_contains?` | `string` \| `null` | +| `to_in?` | `string`[] | +| `to_not?` | `string` \| `null` | +| `to_not_contains?` | `string` \| `null` | +| `to_not_in?` | `string`[] | +| `tokenId?` | `WeiSource` \| `null` | +| `tokenId_gt?` | `WeiSource` \| `null` | +| `tokenId_gte?` | `WeiSource` \| `null` | +| `tokenId_in?` | `WeiSource`[] | +| `tokenId_lt?` | `WeiSource` \| `null` | +| `tokenId_lte?` | `WeiSource` \| `null` | +| `tokenId_not?` | `WeiSource` \| `null` | +| `tokenId_not_in?` | `WeiSource`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:357 -___ +--- ### TransferResult @@ -934,12 +934,12 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `from` | `string` | -| `id` | `string` | -| `to` | `string` | -| `tokenId` | `Wei` | +| Name | Type | +| :-------- | :------- | +| `from` | `string` | +| `id` | `string` | +| `to` | `string` | +| `tokenId` | `Wei` | #### Defined in @@ -953,17 +953,17 @@ node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:387 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ApprovalResult`](subgraphs.NFT721Upgradeable.md#approvalresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------ | +| `K` | extends keyof [`ApprovalResult`](subgraphs.NFT721Upgradeable.md#approvalresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFT721Upgradeable.md#singlequeryoptions) | -| `args` | [`ApprovalArgs`](subgraphs.NFT721Upgradeable.md#approvalargs)<`K`\> | +| `args` | [`ApprovalArgs`](subgraphs.NFT721Upgradeable.md#approvalargs)<`K`\> | #### Returns @@ -973,7 +973,7 @@ node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:387 node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:66 -___ +--- ### getApprovalForAllById @@ -981,17 +981,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ApprovalForAllResult`](subgraphs.NFT721Upgradeable.md#approvalforallresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`ApprovalForAllResult`](subgraphs.NFT721Upgradeable.md#approvalforallresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFT721Upgradeable.md#singlequeryoptions) | -| `args` | [`ApprovalForAllArgs`](subgraphs.NFT721Upgradeable.md#approvalforallargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------ | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFT721Upgradeable.md#singlequeryoptions) | +| `args` | [`ApprovalForAllArgs`](subgraphs.NFT721Upgradeable.md#approvalforallargs)<`K`\> | #### Returns @@ -1001,7 +1001,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:109 -___ +--- ### getApprovalForAlls @@ -1009,17 +1009,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ApprovalForAllResult`](subgraphs.NFT721Upgradeable.md#approvalforallresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`ApprovalForAllResult`](subgraphs.NFT721Upgradeable.md#approvalforallresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721Upgradeable.md#multiqueryoptions)<[`ApprovalForAllFilter`](subgraphs.NFT721Upgradeable.md#approvalforallfilter), [`ApprovalForAllResult`](subgraphs.NFT721Upgradeable.md#approvalforallresult)\> | -| `args` | [`ApprovalForAllArgs`](subgraphs.NFT721Upgradeable.md#approvalforallargs)<`K`\> | +| `args` | [`ApprovalForAllArgs`](subgraphs.NFT721Upgradeable.md#approvalforallargs)<`K`\> | #### Returns @@ -1029,7 +1029,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:110 -___ +--- ### getApprovals @@ -1037,17 +1037,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ApprovalResult`](subgraphs.NFT721Upgradeable.md#approvalresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------ | +| `K` | extends keyof [`ApprovalResult`](subgraphs.NFT721Upgradeable.md#approvalresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721Upgradeable.md#multiqueryoptions)<[`ApprovalFilter`](subgraphs.NFT721Upgradeable.md#approvalfilter), [`ApprovalResult`](subgraphs.NFT721Upgradeable.md#approvalresult)\> | -| `args` | [`ApprovalArgs`](subgraphs.NFT721Upgradeable.md#approvalargs)<`K`\> | +| `args` | [`ApprovalArgs`](subgraphs.NFT721Upgradeable.md#approvalargs)<`K`\> | #### Returns @@ -1057,7 +1057,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:67 -___ +--- ### getInitializedById @@ -1065,17 +1065,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721Upgradeable.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721Upgradeable.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFT721Upgradeable.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.NFT721Upgradeable.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFT721Upgradeable.md#initializedargs)<`K`\> | #### Returns @@ -1085,7 +1085,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:140 -___ +--- ### getInitializeds @@ -1093,17 +1093,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721Upgradeable.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFT721Upgradeable.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721Upgradeable.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.NFT721Upgradeable.md#initializedfilter), [`InitializedResult`](subgraphs.NFT721Upgradeable.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.NFT721Upgradeable.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFT721Upgradeable.md#initializedargs)<`K`\> | #### Returns @@ -1113,7 +1113,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:141 -___ +--- ### getOwnershipTransferredById @@ -1121,17 +1121,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721Upgradeable.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721Upgradeable.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFT721Upgradeable.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721Upgradeable.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------ | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFT721Upgradeable.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721Upgradeable.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -1141,7 +1141,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:177 -___ +--- ### getOwnershipTransferreds @@ -1149,17 +1149,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721Upgradeable.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFT721Upgradeable.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721Upgradeable.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.NFT721Upgradeable.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.NFT721Upgradeable.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721Upgradeable.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFT721Upgradeable.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -1169,7 +1169,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:178 -___ +--- ### getProxyApprovalById @@ -1177,17 +1177,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ProxyApprovalResult`](subgraphs.NFT721Upgradeable.md#proxyapprovalresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`ProxyApprovalResult`](subgraphs.NFT721Upgradeable.md#proxyapprovalresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFT721Upgradeable.md#singlequeryoptions) | -| `args` | [`ProxyApprovalArgs`](subgraphs.NFT721Upgradeable.md#proxyapprovalargs)<`K`\> | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFT721Upgradeable.md#singlequeryoptions) | +| `args` | [`ProxyApprovalArgs`](subgraphs.NFT721Upgradeable.md#proxyapprovalargs)<`K`\> | #### Returns @@ -1197,7 +1197,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:220 -___ +--- ### getProxyApprovals @@ -1205,17 +1205,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ProxyApprovalResult`](subgraphs.NFT721Upgradeable.md#proxyapprovalresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`ProxyApprovalResult`](subgraphs.NFT721Upgradeable.md#proxyapprovalresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721Upgradeable.md#multiqueryoptions)<[`ProxyApprovalFilter`](subgraphs.NFT721Upgradeable.md#proxyapprovalfilter), [`ProxyApprovalResult`](subgraphs.NFT721Upgradeable.md#proxyapprovalresult)\> | -| `args` | [`ProxyApprovalArgs`](subgraphs.NFT721Upgradeable.md#proxyapprovalargs)<`K`\> | +| `args` | [`ProxyApprovalArgs`](subgraphs.NFT721Upgradeable.md#proxyapprovalargs)<`K`\> | #### Returns @@ -1225,7 +1225,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:221 -___ +--- ### getRoleAdminChangedById @@ -1233,17 +1233,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.NFT721Upgradeable.md#roleadminchangedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.NFT721Upgradeable.md#roleadminchangedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFT721Upgradeable.md#singlequeryoptions) | -| `args` | [`RoleAdminChangedArgs`](subgraphs.NFT721Upgradeable.md#roleadminchangedargs)<`K`\> | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFT721Upgradeable.md#singlequeryoptions) | +| `args` | [`RoleAdminChangedArgs`](subgraphs.NFT721Upgradeable.md#roleadminchangedargs)<`K`\> | #### Returns @@ -1253,7 +1253,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:265 -___ +--- ### getRoleAdminChangeds @@ -1261,17 +1261,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.NFT721Upgradeable.md#roleadminchangedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.NFT721Upgradeable.md#roleadminchangedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721Upgradeable.md#multiqueryoptions)<[`RoleAdminChangedFilter`](subgraphs.NFT721Upgradeable.md#roleadminchangedfilter), [`RoleAdminChangedResult`](subgraphs.NFT721Upgradeable.md#roleadminchangedresult)\> | -| `args` | [`RoleAdminChangedArgs`](subgraphs.NFT721Upgradeable.md#roleadminchangedargs)<`K`\> | +| `args` | [`RoleAdminChangedArgs`](subgraphs.NFT721Upgradeable.md#roleadminchangedargs)<`K`\> | #### Returns @@ -1281,7 +1281,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:266 -___ +--- ### getRoleGrantedById @@ -1289,17 +1289,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleGrantedResult`](subgraphs.NFT721Upgradeable.md#rolegrantedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`RoleGrantedResult`](subgraphs.NFT721Upgradeable.md#rolegrantedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFT721Upgradeable.md#singlequeryoptions) | -| `args` | [`RoleGrantedArgs`](subgraphs.NFT721Upgradeable.md#rolegrantedargs)<`K`\> | +| `args` | [`RoleGrantedArgs`](subgraphs.NFT721Upgradeable.md#rolegrantedargs)<`K`\> | #### Returns @@ -1309,7 +1309,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:310 -___ +--- ### getRoleGranteds @@ -1317,17 +1317,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleGrantedResult`](subgraphs.NFT721Upgradeable.md#rolegrantedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`RoleGrantedResult`](subgraphs.NFT721Upgradeable.md#rolegrantedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721Upgradeable.md#multiqueryoptions)<[`RoleGrantedFilter`](subgraphs.NFT721Upgradeable.md#rolegrantedfilter), [`RoleGrantedResult`](subgraphs.NFT721Upgradeable.md#rolegrantedresult)\> | -| `args` | [`RoleGrantedArgs`](subgraphs.NFT721Upgradeable.md#rolegrantedargs)<`K`\> | +| `args` | [`RoleGrantedArgs`](subgraphs.NFT721Upgradeable.md#rolegrantedargs)<`K`\> | #### Returns @@ -1337,7 +1337,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:311 -___ +--- ### getRoleRevokedById @@ -1345,17 +1345,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleRevokedResult`](subgraphs.NFT721Upgradeable.md#rolerevokedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`RoleRevokedResult`](subgraphs.NFT721Upgradeable.md#rolerevokedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFT721Upgradeable.md#singlequeryoptions) | -| `args` | [`RoleRevokedArgs`](subgraphs.NFT721Upgradeable.md#rolerevokedargs)<`K`\> | +| `args` | [`RoleRevokedArgs`](subgraphs.NFT721Upgradeable.md#rolerevokedargs)<`K`\> | #### Returns @@ -1365,7 +1365,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:355 -___ +--- ### getRoleRevokeds @@ -1373,17 +1373,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleRevokedResult`](subgraphs.NFT721Upgradeable.md#rolerevokedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`RoleRevokedResult`](subgraphs.NFT721Upgradeable.md#rolerevokedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721Upgradeable.md#multiqueryoptions)<[`RoleRevokedFilter`](subgraphs.NFT721Upgradeable.md#rolerevokedfilter), [`RoleRevokedResult`](subgraphs.NFT721Upgradeable.md#rolerevokedresult)\> | -| `args` | [`RoleRevokedArgs`](subgraphs.NFT721Upgradeable.md#rolerevokedargs)<`K`\> | +| `args` | [`RoleRevokedArgs`](subgraphs.NFT721Upgradeable.md#rolerevokedargs)<`K`\> | #### Returns @@ -1393,7 +1393,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:356 -___ +--- ### getTransferById @@ -1401,17 +1401,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`TransferResult`](subgraphs.NFT721Upgradeable.md#transferresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------ | +| `K` | extends keyof [`TransferResult`](subgraphs.NFT721Upgradeable.md#transferresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFT721Upgradeable.md#singlequeryoptions) | -| `args` | [`TransferArgs`](subgraphs.NFT721Upgradeable.md#transferargs)<`K`\> | +| `args` | [`TransferArgs`](subgraphs.NFT721Upgradeable.md#transferargs)<`K`\> | #### Returns @@ -1421,7 +1421,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFT721Upgradeable.d.ts:402 -___ +--- ### getTransfers @@ -1429,17 +1429,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`TransferResult`](subgraphs.NFT721Upgradeable.md#transferresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------ | +| `K` | extends keyof [`TransferResult`](subgraphs.NFT721Upgradeable.md#transferresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFT721Upgradeable.md#multiqueryoptions)<[`TransferFilter`](subgraphs.NFT721Upgradeable.md#transferfilter), [`TransferResult`](subgraphs.NFT721Upgradeable.md#transferresult)\> | -| `args` | [`TransferArgs`](subgraphs.NFT721Upgradeable.md#transferargs)<`K`\> | +| `args` | [`TransferArgs`](subgraphs.NFT721Upgradeable.md#transferargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.NFTAccessCondition.md b/docs/api-reference/modules/subgraphs.NFTAccessCondition.md index a7741c4ee..5644b804a 100644 --- a/docs/api-reference/modules/subgraphs.NFTAccessCondition.md +++ b/docs/api-reference/modules/subgraphs.NFTAccessCondition.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.NFTAccessCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.NFTAccessCondition.md#fulfilledresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessCondition.d.ts:68 -___ +--- ### FulfilledFields @@ -56,19 +56,19 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | ``true`` | -| `_conditionId` | ``true`` | -| `_documentId` | ``true`` | -| `_grantee` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------- | :----- | +| `_agreementId` | `true` | +| `_conditionId` | `true` | +| `_documentId` | `true` | +| `_grantee` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessCondition.d.ts:61 -___ +--- ### FulfilledFilter @@ -76,46 +76,46 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_conditionId?` | `string` \| ``null`` | -| `_conditionId_contains?` | `string` \| ``null`` | -| `_conditionId_in?` | `string`[] | -| `_conditionId_not?` | `string` \| ``null`` | -| `_conditionId_not_contains?` | `string` \| ``null`` | -| `_conditionId_not_in?` | `string`[] | -| `_documentId?` | `string` \| ``null`` | -| `_documentId_contains?` | `string` \| ``null`` | -| `_documentId_in?` | `string`[] | -| `_documentId_not?` | `string` \| ``null`` | -| `_documentId_not_contains?` | `string` \| ``null`` | -| `_documentId_not_in?` | `string`[] | -| `_grantee?` | `string` \| ``null`` | -| `_grantee_contains?` | `string` \| ``null`` | -| `_grantee_in?` | `string`[] | -| `_grantee_not?` | `string` \| ``null`` | -| `_grantee_not_contains?` | `string` \| ``null`` | -| `_grantee_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------- | :----------------- | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_conditionId?` | `string` \| `null` | +| `_conditionId_contains?` | `string` \| `null` | +| `_conditionId_in?` | `string`[] | +| `_conditionId_not?` | `string` \| `null` | +| `_conditionId_not_contains?` | `string` \| `null` | +| `_conditionId_not_in?` | `string`[] | +| `_documentId?` | `string` \| `null` | +| `_documentId_contains?` | `string` \| `null` | +| `_documentId_in?` | `string`[] | +| `_documentId_not?` | `string` \| `null` | +| `_documentId_not_contains?` | `string` \| `null` | +| `_documentId_not_in?` | `string`[] | +| `_grantee?` | `string` \| `null` | +| `_grantee_contains?` | `string` \| `null` | +| `_grantee_in?` | `string`[] | +| `_grantee_not?` | `string` \| `null` | +| `_grantee_not_contains?` | `string` \| `null` | +| `_grantee_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessCondition.d.ts:20 -___ +--- ### FulfilledResult @@ -123,19 +123,19 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `_agreementId` | `string` | | `_conditionId` | `string` | -| `_documentId` | `string` | -| `_grantee` | `string` | -| `id` | `string` | +| `_documentId` | `string` | +| `_grantee` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessCondition.d.ts:54 -___ +--- ### InitializedArgs @@ -143,15 +143,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTAccessCondition.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTAccessCondition.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessCondition.d.ts:99 -___ +--- ### InitializedFields @@ -159,16 +159,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessCondition.d.ts:95 -___ +--- ### InitializedFilter @@ -176,30 +176,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessCondition.d.ts:73 -___ +--- ### InitializedResult @@ -207,16 +207,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessCondition.d.ts:91 -___ +--- ### MultiQueryOptions @@ -225,25 +225,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessCondition.d.ts:9 -___ +--- ### OwnershipTransferredArgs @@ -251,15 +251,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTAccessCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTAccessCondition.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessCondition.d.ts:136 -___ +--- ### OwnershipTransferredFields @@ -267,17 +267,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessCondition.d.ts:131 -___ +--- ### OwnershipTransferredFilter @@ -285,34 +285,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessCondition.d.ts:104 -___ +--- ### OwnershipTransferredResult @@ -320,17 +320,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessCondition.d.ts:126 -___ +--- ### SingleQueryOptions @@ -338,10 +338,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -355,17 +355,17 @@ node_modules/@nevermined-io/subgraphs/build/NFTAccessCondition.d.ts:1 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.NFTAccessCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.NFTAccessCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFTAccessCondition.md#singlequeryoptions) | -| `args` | [`FulfilledArgs`](subgraphs.NFTAccessCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.NFTAccessCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -375,7 +375,7 @@ node_modules/@nevermined-io/subgraphs/build/NFTAccessCondition.d.ts:1 node_modules/@nevermined-io/subgraphs/build/NFTAccessCondition.d.ts:71 -___ +--- ### getFulfilleds @@ -383,17 +383,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.NFTAccessCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.NFTAccessCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTAccessCondition.md#multiqueryoptions)<[`FulfilledFilter`](subgraphs.NFTAccessCondition.md#fulfilledfilter), [`FulfilledResult`](subgraphs.NFTAccessCondition.md#fulfilledresult)\> | -| `args` | [`FulfilledArgs`](subgraphs.NFTAccessCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.NFTAccessCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -403,7 +403,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTAccessCondition.d.ts:72 -___ +--- ### getInitializedById @@ -411,17 +411,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTAccessCondition.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTAccessCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFTAccessCondition.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.NFTAccessCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFTAccessCondition.md#initializedargs)<`K`\> | #### Returns @@ -431,7 +431,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTAccessCondition.d.ts:102 -___ +--- ### getInitializeds @@ -439,17 +439,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTAccessCondition.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTAccessCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTAccessCondition.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.NFTAccessCondition.md#initializedfilter), [`InitializedResult`](subgraphs.NFTAccessCondition.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.NFTAccessCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFTAccessCondition.md#initializedargs)<`K`\> | #### Returns @@ -459,7 +459,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTAccessCondition.d.ts:103 -___ +--- ### getOwnershipTransferredById @@ -467,17 +467,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTAccessCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTAccessCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFTAccessCondition.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTAccessCondition.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFTAccessCondition.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTAccessCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -487,7 +487,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTAccessCondition.d.ts:139 -___ +--- ### getOwnershipTransferreds @@ -495,17 +495,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTAccessCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTAccessCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTAccessCondition.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.NFTAccessCondition.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.NFTAccessCondition.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTAccessCondition.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTAccessCondition.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.NFTAccessProofTemplate.md b/docs/api-reference/modules/subgraphs.NFTAccessProofTemplate.md index a7e5e19c0..4c97454cf 100644 --- a/docs/api-reference/modules/subgraphs.NFTAccessProofTemplate.md +++ b/docs/api-reference/modules/subgraphs.NFTAccessProofTemplate.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTAccessProofTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTAccessProofTemplate.md#agreementcreatedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessProofTemplate.d.ts:117 -___ +--- ### AgreementCreatedFields @@ -56,25 +56,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | ``true`` | -| `_accessProvider` | ``true`` | -| `_agreementId` | ``true`` | -| `_conditionIdSeeds` | ``true`` | -| `_conditionIds` | ``true`` | -| `_creator` | ``true`` | -| `_did` | ``true`` | -| `_idSeed` | ``true`` | -| `_timeLocks` | ``true`` | -| `_timeOuts` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------------ | :----- | +| `_accessConsumer` | `true` | +| `_accessProvider` | `true` | +| `_agreementId` | `true` | +| `_conditionIdSeeds` | `true` | +| `_conditionIds` | `true` | +| `_creator` | `true` | +| `_did` | `true` | +| `_idSeed` | `true` | +| `_timeLocks` | `true` | +| `_timeOuts` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessProofTemplate.d.ts:104 -___ +--- ### AgreementCreatedFilter @@ -82,82 +82,82 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer?` | `string` \| ``null`` | -| `_accessConsumer_contains?` | `string` \| ``null`` | -| `_accessConsumer_in?` | `string`[] | -| `_accessConsumer_not?` | `string` \| ``null`` | -| `_accessConsumer_not_contains?` | `string` \| ``null`` | -| `_accessConsumer_not_in?` | `string`[] | -| `_accessProvider?` | `string` \| ``null`` | -| `_accessProvider_contains?` | `string` \| ``null`` | -| `_accessProvider_in?` | `string`[] | -| `_accessProvider_not?` | `string` \| ``null`` | -| `_accessProvider_not_contains?` | `string` \| ``null`` | -| `_accessProvider_not_in?` | `string`[] | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_conditionIdSeeds?` | `string`[] | -| `_conditionIdSeeds_contains?` | `string`[] | -| `_conditionIdSeeds_contains_nocase?` | `string`[] | -| `_conditionIdSeeds_not?` | `string`[] | -| `_conditionIdSeeds_not_contains?` | `string`[] | -| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | -| `_conditionIds?` | `string`[] | -| `_conditionIds_contains?` | `string`[] | -| `_conditionIds_contains_nocase?` | `string`[] | -| `_conditionIds_not?` | `string`[] | -| `_conditionIds_not_contains?` | `string`[] | -| `_conditionIds_not_contains_nocase?` | `string`[] | -| `_creator?` | `string` \| ``null`` | -| `_creator_contains?` | `string` \| ``null`` | -| `_creator_in?` | `string`[] | -| `_creator_not?` | `string` \| ``null`` | -| `_creator_not_contains?` | `string` \| ``null`` | -| `_creator_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_idSeed?` | `string` \| ``null`` | -| `_idSeed_contains?` | `string` \| ``null`` | -| `_idSeed_in?` | `string`[] | -| `_idSeed_not?` | `string` \| ``null`` | -| `_idSeed_not_contains?` | `string` \| ``null`` | -| `_idSeed_not_in?` | `string`[] | -| `_timeLocks?` | `WeiSource`[] | -| `_timeLocks_contains?` | `WeiSource`[] | -| `_timeLocks_contains_nocase?` | `WeiSource`[] | -| `_timeLocks_not?` | `WeiSource`[] | -| `_timeLocks_not_contains?` | `WeiSource`[] | -| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | -| `_timeOuts?` | `WeiSource`[] | -| `_timeOuts_contains?` | `WeiSource`[] | -| `_timeOuts_contains_nocase?` | `WeiSource`[] | -| `_timeOuts_not?` | `WeiSource`[] | -| `_timeOuts_not_contains?` | `WeiSource`[] | -| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------------------- | :----------------- | +| `_accessConsumer?` | `string` \| `null` | +| `_accessConsumer_contains?` | `string` \| `null` | +| `_accessConsumer_in?` | `string`[] | +| `_accessConsumer_not?` | `string` \| `null` | +| `_accessConsumer_not_contains?` | `string` \| `null` | +| `_accessConsumer_not_in?` | `string`[] | +| `_accessProvider?` | `string` \| `null` | +| `_accessProvider_contains?` | `string` \| `null` | +| `_accessProvider_in?` | `string`[] | +| `_accessProvider_not?` | `string` \| `null` | +| `_accessProvider_not_contains?` | `string` \| `null` | +| `_accessProvider_not_in?` | `string`[] | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_conditionIdSeeds?` | `string`[] | +| `_conditionIdSeeds_contains?` | `string`[] | +| `_conditionIdSeeds_contains_nocase?` | `string`[] | +| `_conditionIdSeeds_not?` | `string`[] | +| `_conditionIdSeeds_not_contains?` | `string`[] | +| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | +| `_conditionIds?` | `string`[] | +| `_conditionIds_contains?` | `string`[] | +| `_conditionIds_contains_nocase?` | `string`[] | +| `_conditionIds_not?` | `string`[] | +| `_conditionIds_not_contains?` | `string`[] | +| `_conditionIds_not_contains_nocase?` | `string`[] | +| `_creator?` | `string` \| `null` | +| `_creator_contains?` | `string` \| `null` | +| `_creator_in?` | `string`[] | +| `_creator_not?` | `string` \| `null` | +| `_creator_not_contains?` | `string` \| `null` | +| `_creator_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_idSeed?` | `string` \| `null` | +| `_idSeed_contains?` | `string` \| `null` | +| `_idSeed_in?` | `string`[] | +| `_idSeed_not?` | `string` \| `null` | +| `_idSeed_not_contains?` | `string` \| `null` | +| `_idSeed_not_in?` | `string`[] | +| `_timeLocks?` | `WeiSource`[] | +| `_timeLocks_contains?` | `WeiSource`[] | +| `_timeLocks_contains_nocase?` | `WeiSource`[] | +| `_timeLocks_not?` | `WeiSource`[] | +| `_timeLocks_not_contains?` | `WeiSource`[] | +| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | +| `_timeOuts?` | `WeiSource`[] | +| `_timeOuts_contains?` | `WeiSource`[] | +| `_timeOuts_contains_nocase?` | `WeiSource`[] | +| `_timeOuts_not?` | `WeiSource`[] | +| `_timeOuts_not_contains?` | `WeiSource`[] | +| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessProofTemplate.d.ts:21 -___ +--- ### AgreementCreatedResult @@ -165,25 +165,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | `string` | -| `_accessProvider` | `string` | -| `_agreementId` | `string` | -| `_conditionIdSeeds` | (`string` \| ``null``)[] | -| `_conditionIds` | (`string` \| ``null``)[] | -| `_creator` | `string` | -| `_did` | `string` | -| `_idSeed` | `string` | -| `_timeLocks` | (`Wei` \| ``null``)[] | -| `_timeOuts` | (`Wei` \| ``null``)[] | -| `id` | `string` | +| Name | Type | +| :------------------ | :--------------------- | +| `_accessConsumer` | `string` | +| `_accessProvider` | `string` | +| `_agreementId` | `string` | +| `_conditionIdSeeds` | (`string` \| `null`)[] | +| `_conditionIds` | (`string` \| `null`)[] | +| `_creator` | `string` | +| `_did` | `string` | +| `_idSeed` | `string` | +| `_timeLocks` | (`Wei` \| `null`)[] | +| `_timeOuts` | (`Wei` \| `null`)[] | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessProofTemplate.d.ts:91 -___ +--- ### InitializedArgs @@ -191,15 +191,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTAccessProofTemplate.md#initializedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTAccessProofTemplate.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessProofTemplate.d.ts:148 -___ +--- ### InitializedFields @@ -207,16 +207,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessProofTemplate.d.ts:144 -___ +--- ### InitializedFilter @@ -224,30 +224,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessProofTemplate.d.ts:122 -___ +--- ### InitializedResult @@ -255,16 +255,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessProofTemplate.d.ts:140 -___ +--- ### MultiQueryOptions @@ -273,25 +273,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessProofTemplate.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -299,15 +299,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTAccessProofTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTAccessProofTemplate.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessProofTemplate.d.ts:185 -___ +--- ### OwnershipTransferredFields @@ -315,17 +315,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessProofTemplate.d.ts:180 -___ +--- ### OwnershipTransferredFilter @@ -333,34 +333,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessProofTemplate.d.ts:153 -___ +--- ### OwnershipTransferredResult @@ -368,17 +368,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessProofTemplate.d.ts:175 -___ +--- ### SingleQueryOptions @@ -386,10 +386,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -403,17 +403,17 @@ node_modules/@nevermined-io/subgraphs/build/NFTAccessProofTemplate.d.ts:2 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTAccessProofTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTAccessProofTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFTAccessProofTemplate.md#singlequeryoptions) | -| `args` | [`AgreementCreatedArgs`](subgraphs.NFTAccessProofTemplate.md#agreementcreatedargs)<`K`\> | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFTAccessProofTemplate.md#singlequeryoptions) | +| `args` | [`AgreementCreatedArgs`](subgraphs.NFTAccessProofTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -423,7 +423,7 @@ node_modules/@nevermined-io/subgraphs/build/NFTAccessProofTemplate.d.ts:2 node_modules/@nevermined-io/subgraphs/build/NFTAccessProofTemplate.d.ts:120 -___ +--- ### getAgreementCreateds @@ -431,17 +431,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTAccessProofTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTAccessProofTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTAccessProofTemplate.md#multiqueryoptions)<[`AgreementCreatedFilter`](subgraphs.NFTAccessProofTemplate.md#agreementcreatedfilter), [`AgreementCreatedResult`](subgraphs.NFTAccessProofTemplate.md#agreementcreatedresult)\> | -| `args` | [`AgreementCreatedArgs`](subgraphs.NFTAccessProofTemplate.md#agreementcreatedargs)<`K`\> | +| `args` | [`AgreementCreatedArgs`](subgraphs.NFTAccessProofTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -451,7 +451,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTAccessProofTemplate.d.ts:121 -___ +--- ### getInitializedById @@ -459,17 +459,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTAccessProofTemplate.md#initializedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTAccessProofTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFTAccessProofTemplate.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.NFTAccessProofTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFTAccessProofTemplate.md#initializedargs)<`K`\> | #### Returns @@ -479,7 +479,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTAccessProofTemplate.d.ts:151 -___ +--- ### getInitializeds @@ -487,17 +487,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTAccessProofTemplate.md#initializedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTAccessProofTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTAccessProofTemplate.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.NFTAccessProofTemplate.md#initializedfilter), [`InitializedResult`](subgraphs.NFTAccessProofTemplate.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.NFTAccessProofTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFTAccessProofTemplate.md#initializedargs)<`K`\> | #### Returns @@ -507,7 +507,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTAccessProofTemplate.d.ts:152 -___ +--- ### getOwnershipTransferredById @@ -515,17 +515,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTAccessProofTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTAccessProofTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFTAccessProofTemplate.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTAccessProofTemplate.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFTAccessProofTemplate.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTAccessProofTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -535,7 +535,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTAccessProofTemplate.d.ts:188 -___ +--- ### getOwnershipTransferreds @@ -543,17 +543,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTAccessProofTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTAccessProofTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTAccessProofTemplate.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.NFTAccessProofTemplate.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.NFTAccessProofTemplate.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTAccessProofTemplate.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTAccessProofTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.NFTAccessSwapTemplate.md b/docs/api-reference/modules/subgraphs.NFTAccessSwapTemplate.md index 0815ba370..0fa05f17b 100644 --- a/docs/api-reference/modules/subgraphs.NFTAccessSwapTemplate.md +++ b/docs/api-reference/modules/subgraphs.NFTAccessSwapTemplate.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTAccessSwapTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTAccessSwapTemplate.md#agreementcreatedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessSwapTemplate.d.ts:117 -___ +--- ### AgreementCreatedFields @@ -56,25 +56,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | ``true`` | -| `_accessProvider` | ``true`` | -| `_agreementId` | ``true`` | -| `_conditionIdSeeds` | ``true`` | -| `_conditionIds` | ``true`` | -| `_creator` | ``true`` | -| `_did` | ``true`` | -| `_idSeed` | ``true`` | -| `_timeLocks` | ``true`` | -| `_timeOuts` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------------ | :----- | +| `_accessConsumer` | `true` | +| `_accessProvider` | `true` | +| `_agreementId` | `true` | +| `_conditionIdSeeds` | `true` | +| `_conditionIds` | `true` | +| `_creator` | `true` | +| `_did` | `true` | +| `_idSeed` | `true` | +| `_timeLocks` | `true` | +| `_timeOuts` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessSwapTemplate.d.ts:104 -___ +--- ### AgreementCreatedFilter @@ -82,82 +82,82 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer?` | `string` \| ``null`` | -| `_accessConsumer_contains?` | `string` \| ``null`` | -| `_accessConsumer_in?` | `string`[] | -| `_accessConsumer_not?` | `string` \| ``null`` | -| `_accessConsumer_not_contains?` | `string` \| ``null`` | -| `_accessConsumer_not_in?` | `string`[] | -| `_accessProvider?` | `string` \| ``null`` | -| `_accessProvider_contains?` | `string` \| ``null`` | -| `_accessProvider_in?` | `string`[] | -| `_accessProvider_not?` | `string` \| ``null`` | -| `_accessProvider_not_contains?` | `string` \| ``null`` | -| `_accessProvider_not_in?` | `string`[] | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_conditionIdSeeds?` | `string`[] | -| `_conditionIdSeeds_contains?` | `string`[] | -| `_conditionIdSeeds_contains_nocase?` | `string`[] | -| `_conditionIdSeeds_not?` | `string`[] | -| `_conditionIdSeeds_not_contains?` | `string`[] | -| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | -| `_conditionIds?` | `string`[] | -| `_conditionIds_contains?` | `string`[] | -| `_conditionIds_contains_nocase?` | `string`[] | -| `_conditionIds_not?` | `string`[] | -| `_conditionIds_not_contains?` | `string`[] | -| `_conditionIds_not_contains_nocase?` | `string`[] | -| `_creator?` | `string` \| ``null`` | -| `_creator_contains?` | `string` \| ``null`` | -| `_creator_in?` | `string`[] | -| `_creator_not?` | `string` \| ``null`` | -| `_creator_not_contains?` | `string` \| ``null`` | -| `_creator_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_idSeed?` | `string` \| ``null`` | -| `_idSeed_contains?` | `string` \| ``null`` | -| `_idSeed_in?` | `string`[] | -| `_idSeed_not?` | `string` \| ``null`` | -| `_idSeed_not_contains?` | `string` \| ``null`` | -| `_idSeed_not_in?` | `string`[] | -| `_timeLocks?` | `WeiSource`[] | -| `_timeLocks_contains?` | `WeiSource`[] | -| `_timeLocks_contains_nocase?` | `WeiSource`[] | -| `_timeLocks_not?` | `WeiSource`[] | -| `_timeLocks_not_contains?` | `WeiSource`[] | -| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | -| `_timeOuts?` | `WeiSource`[] | -| `_timeOuts_contains?` | `WeiSource`[] | -| `_timeOuts_contains_nocase?` | `WeiSource`[] | -| `_timeOuts_not?` | `WeiSource`[] | -| `_timeOuts_not_contains?` | `WeiSource`[] | -| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------------------- | :----------------- | +| `_accessConsumer?` | `string` \| `null` | +| `_accessConsumer_contains?` | `string` \| `null` | +| `_accessConsumer_in?` | `string`[] | +| `_accessConsumer_not?` | `string` \| `null` | +| `_accessConsumer_not_contains?` | `string` \| `null` | +| `_accessConsumer_not_in?` | `string`[] | +| `_accessProvider?` | `string` \| `null` | +| `_accessProvider_contains?` | `string` \| `null` | +| `_accessProvider_in?` | `string`[] | +| `_accessProvider_not?` | `string` \| `null` | +| `_accessProvider_not_contains?` | `string` \| `null` | +| `_accessProvider_not_in?` | `string`[] | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_conditionIdSeeds?` | `string`[] | +| `_conditionIdSeeds_contains?` | `string`[] | +| `_conditionIdSeeds_contains_nocase?` | `string`[] | +| `_conditionIdSeeds_not?` | `string`[] | +| `_conditionIdSeeds_not_contains?` | `string`[] | +| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | +| `_conditionIds?` | `string`[] | +| `_conditionIds_contains?` | `string`[] | +| `_conditionIds_contains_nocase?` | `string`[] | +| `_conditionIds_not?` | `string`[] | +| `_conditionIds_not_contains?` | `string`[] | +| `_conditionIds_not_contains_nocase?` | `string`[] | +| `_creator?` | `string` \| `null` | +| `_creator_contains?` | `string` \| `null` | +| `_creator_in?` | `string`[] | +| `_creator_not?` | `string` \| `null` | +| `_creator_not_contains?` | `string` \| `null` | +| `_creator_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_idSeed?` | `string` \| `null` | +| `_idSeed_contains?` | `string` \| `null` | +| `_idSeed_in?` | `string`[] | +| `_idSeed_not?` | `string` \| `null` | +| `_idSeed_not_contains?` | `string` \| `null` | +| `_idSeed_not_in?` | `string`[] | +| `_timeLocks?` | `WeiSource`[] | +| `_timeLocks_contains?` | `WeiSource`[] | +| `_timeLocks_contains_nocase?` | `WeiSource`[] | +| `_timeLocks_not?` | `WeiSource`[] | +| `_timeLocks_not_contains?` | `WeiSource`[] | +| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | +| `_timeOuts?` | `WeiSource`[] | +| `_timeOuts_contains?` | `WeiSource`[] | +| `_timeOuts_contains_nocase?` | `WeiSource`[] | +| `_timeOuts_not?` | `WeiSource`[] | +| `_timeOuts_not_contains?` | `WeiSource`[] | +| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessSwapTemplate.d.ts:21 -___ +--- ### AgreementCreatedResult @@ -165,25 +165,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | `string` | -| `_accessProvider` | `string` | -| `_agreementId` | `string` | -| `_conditionIdSeeds` | (`string` \| ``null``)[] | -| `_conditionIds` | (`string` \| ``null``)[] | -| `_creator` | `string` | -| `_did` | `string` | -| `_idSeed` | `string` | -| `_timeLocks` | (`Wei` \| ``null``)[] | -| `_timeOuts` | (`Wei` \| ``null``)[] | -| `id` | `string` | +| Name | Type | +| :------------------ | :--------------------- | +| `_accessConsumer` | `string` | +| `_accessProvider` | `string` | +| `_agreementId` | `string` | +| `_conditionIdSeeds` | (`string` \| `null`)[] | +| `_conditionIds` | (`string` \| `null`)[] | +| `_creator` | `string` | +| `_did` | `string` | +| `_idSeed` | `string` | +| `_timeLocks` | (`Wei` \| `null`)[] | +| `_timeOuts` | (`Wei` \| `null`)[] | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessSwapTemplate.d.ts:91 -___ +--- ### InitializedArgs @@ -191,15 +191,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTAccessSwapTemplate.md#initializedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTAccessSwapTemplate.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessSwapTemplate.d.ts:148 -___ +--- ### InitializedFields @@ -207,16 +207,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessSwapTemplate.d.ts:144 -___ +--- ### InitializedFilter @@ -224,30 +224,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessSwapTemplate.d.ts:122 -___ +--- ### InitializedResult @@ -255,16 +255,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessSwapTemplate.d.ts:140 -___ +--- ### MultiQueryOptions @@ -273,25 +273,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessSwapTemplate.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -299,15 +299,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTAccessSwapTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTAccessSwapTemplate.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessSwapTemplate.d.ts:185 -___ +--- ### OwnershipTransferredFields @@ -315,17 +315,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessSwapTemplate.d.ts:180 -___ +--- ### OwnershipTransferredFilter @@ -333,34 +333,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessSwapTemplate.d.ts:153 -___ +--- ### OwnershipTransferredResult @@ -368,17 +368,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessSwapTemplate.d.ts:175 -___ +--- ### SingleQueryOptions @@ -386,10 +386,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -403,17 +403,17 @@ node_modules/@nevermined-io/subgraphs/build/NFTAccessSwapTemplate.d.ts:2 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTAccessSwapTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTAccessSwapTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFTAccessSwapTemplate.md#singlequeryoptions) | -| `args` | [`AgreementCreatedArgs`](subgraphs.NFTAccessSwapTemplate.md#agreementcreatedargs)<`K`\> | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFTAccessSwapTemplate.md#singlequeryoptions) | +| `args` | [`AgreementCreatedArgs`](subgraphs.NFTAccessSwapTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -423,7 +423,7 @@ node_modules/@nevermined-io/subgraphs/build/NFTAccessSwapTemplate.d.ts:2 node_modules/@nevermined-io/subgraphs/build/NFTAccessSwapTemplate.d.ts:120 -___ +--- ### getAgreementCreateds @@ -431,17 +431,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTAccessSwapTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTAccessSwapTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTAccessSwapTemplate.md#multiqueryoptions)<[`AgreementCreatedFilter`](subgraphs.NFTAccessSwapTemplate.md#agreementcreatedfilter), [`AgreementCreatedResult`](subgraphs.NFTAccessSwapTemplate.md#agreementcreatedresult)\> | -| `args` | [`AgreementCreatedArgs`](subgraphs.NFTAccessSwapTemplate.md#agreementcreatedargs)<`K`\> | +| `args` | [`AgreementCreatedArgs`](subgraphs.NFTAccessSwapTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -451,7 +451,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTAccessSwapTemplate.d.ts:121 -___ +--- ### getInitializedById @@ -459,17 +459,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTAccessSwapTemplate.md#initializedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTAccessSwapTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFTAccessSwapTemplate.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.NFTAccessSwapTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFTAccessSwapTemplate.md#initializedargs)<`K`\> | #### Returns @@ -479,7 +479,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTAccessSwapTemplate.d.ts:151 -___ +--- ### getInitializeds @@ -487,17 +487,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTAccessSwapTemplate.md#initializedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTAccessSwapTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTAccessSwapTemplate.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.NFTAccessSwapTemplate.md#initializedfilter), [`InitializedResult`](subgraphs.NFTAccessSwapTemplate.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.NFTAccessSwapTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFTAccessSwapTemplate.md#initializedargs)<`K`\> | #### Returns @@ -507,7 +507,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTAccessSwapTemplate.d.ts:152 -___ +--- ### getOwnershipTransferredById @@ -515,17 +515,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTAccessSwapTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTAccessSwapTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFTAccessSwapTemplate.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTAccessSwapTemplate.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFTAccessSwapTemplate.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTAccessSwapTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -535,7 +535,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTAccessSwapTemplate.d.ts:188 -___ +--- ### getOwnershipTransferreds @@ -543,17 +543,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTAccessSwapTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTAccessSwapTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTAccessSwapTemplate.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.NFTAccessSwapTemplate.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.NFTAccessSwapTemplate.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTAccessSwapTemplate.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTAccessSwapTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.NFTAccessTemplate.md b/docs/api-reference/modules/subgraphs.NFTAccessTemplate.md index 1236fd495..1504f956e 100644 --- a/docs/api-reference/modules/subgraphs.NFTAccessTemplate.md +++ b/docs/api-reference/modules/subgraphs.NFTAccessTemplate.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTAccessTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTAccessTemplate.md#agreementcreatedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessTemplate.d.ts:117 -___ +--- ### AgreementCreatedFields @@ -56,25 +56,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | ``true`` | -| `_accessProvider` | ``true`` | -| `_agreementId` | ``true`` | -| `_conditionIdSeeds` | ``true`` | -| `_conditionIds` | ``true`` | -| `_creator` | ``true`` | -| `_did` | ``true`` | -| `_idSeed` | ``true`` | -| `_timeLocks` | ``true`` | -| `_timeOuts` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------------ | :----- | +| `_accessConsumer` | `true` | +| `_accessProvider` | `true` | +| `_agreementId` | `true` | +| `_conditionIdSeeds` | `true` | +| `_conditionIds` | `true` | +| `_creator` | `true` | +| `_did` | `true` | +| `_idSeed` | `true` | +| `_timeLocks` | `true` | +| `_timeOuts` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessTemplate.d.ts:104 -___ +--- ### AgreementCreatedFilter @@ -82,82 +82,82 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer?` | `string` \| ``null`` | -| `_accessConsumer_contains?` | `string` \| ``null`` | -| `_accessConsumer_in?` | `string`[] | -| `_accessConsumer_not?` | `string` \| ``null`` | -| `_accessConsumer_not_contains?` | `string` \| ``null`` | -| `_accessConsumer_not_in?` | `string`[] | -| `_accessProvider?` | `string` \| ``null`` | -| `_accessProvider_contains?` | `string` \| ``null`` | -| `_accessProvider_in?` | `string`[] | -| `_accessProvider_not?` | `string` \| ``null`` | -| `_accessProvider_not_contains?` | `string` \| ``null`` | -| `_accessProvider_not_in?` | `string`[] | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_conditionIdSeeds?` | `string`[] | -| `_conditionIdSeeds_contains?` | `string`[] | -| `_conditionIdSeeds_contains_nocase?` | `string`[] | -| `_conditionIdSeeds_not?` | `string`[] | -| `_conditionIdSeeds_not_contains?` | `string`[] | -| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | -| `_conditionIds?` | `string`[] | -| `_conditionIds_contains?` | `string`[] | -| `_conditionIds_contains_nocase?` | `string`[] | -| `_conditionIds_not?` | `string`[] | -| `_conditionIds_not_contains?` | `string`[] | -| `_conditionIds_not_contains_nocase?` | `string`[] | -| `_creator?` | `string` \| ``null`` | -| `_creator_contains?` | `string` \| ``null`` | -| `_creator_in?` | `string`[] | -| `_creator_not?` | `string` \| ``null`` | -| `_creator_not_contains?` | `string` \| ``null`` | -| `_creator_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_idSeed?` | `string` \| ``null`` | -| `_idSeed_contains?` | `string` \| ``null`` | -| `_idSeed_in?` | `string`[] | -| `_idSeed_not?` | `string` \| ``null`` | -| `_idSeed_not_contains?` | `string` \| ``null`` | -| `_idSeed_not_in?` | `string`[] | -| `_timeLocks?` | `WeiSource`[] | -| `_timeLocks_contains?` | `WeiSource`[] | -| `_timeLocks_contains_nocase?` | `WeiSource`[] | -| `_timeLocks_not?` | `WeiSource`[] | -| `_timeLocks_not_contains?` | `WeiSource`[] | -| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | -| `_timeOuts?` | `WeiSource`[] | -| `_timeOuts_contains?` | `WeiSource`[] | -| `_timeOuts_contains_nocase?` | `WeiSource`[] | -| `_timeOuts_not?` | `WeiSource`[] | -| `_timeOuts_not_contains?` | `WeiSource`[] | -| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------------------- | :----------------- | +| `_accessConsumer?` | `string` \| `null` | +| `_accessConsumer_contains?` | `string` \| `null` | +| `_accessConsumer_in?` | `string`[] | +| `_accessConsumer_not?` | `string` \| `null` | +| `_accessConsumer_not_contains?` | `string` \| `null` | +| `_accessConsumer_not_in?` | `string`[] | +| `_accessProvider?` | `string` \| `null` | +| `_accessProvider_contains?` | `string` \| `null` | +| `_accessProvider_in?` | `string`[] | +| `_accessProvider_not?` | `string` \| `null` | +| `_accessProvider_not_contains?` | `string` \| `null` | +| `_accessProvider_not_in?` | `string`[] | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_conditionIdSeeds?` | `string`[] | +| `_conditionIdSeeds_contains?` | `string`[] | +| `_conditionIdSeeds_contains_nocase?` | `string`[] | +| `_conditionIdSeeds_not?` | `string`[] | +| `_conditionIdSeeds_not_contains?` | `string`[] | +| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | +| `_conditionIds?` | `string`[] | +| `_conditionIds_contains?` | `string`[] | +| `_conditionIds_contains_nocase?` | `string`[] | +| `_conditionIds_not?` | `string`[] | +| `_conditionIds_not_contains?` | `string`[] | +| `_conditionIds_not_contains_nocase?` | `string`[] | +| `_creator?` | `string` \| `null` | +| `_creator_contains?` | `string` \| `null` | +| `_creator_in?` | `string`[] | +| `_creator_not?` | `string` \| `null` | +| `_creator_not_contains?` | `string` \| `null` | +| `_creator_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_idSeed?` | `string` \| `null` | +| `_idSeed_contains?` | `string` \| `null` | +| `_idSeed_in?` | `string`[] | +| `_idSeed_not?` | `string` \| `null` | +| `_idSeed_not_contains?` | `string` \| `null` | +| `_idSeed_not_in?` | `string`[] | +| `_timeLocks?` | `WeiSource`[] | +| `_timeLocks_contains?` | `WeiSource`[] | +| `_timeLocks_contains_nocase?` | `WeiSource`[] | +| `_timeLocks_not?` | `WeiSource`[] | +| `_timeLocks_not_contains?` | `WeiSource`[] | +| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | +| `_timeOuts?` | `WeiSource`[] | +| `_timeOuts_contains?` | `WeiSource`[] | +| `_timeOuts_contains_nocase?` | `WeiSource`[] | +| `_timeOuts_not?` | `WeiSource`[] | +| `_timeOuts_not_contains?` | `WeiSource`[] | +| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessTemplate.d.ts:21 -___ +--- ### AgreementCreatedResult @@ -165,25 +165,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | `string` | -| `_accessProvider` | `string` | -| `_agreementId` | `string` | -| `_conditionIdSeeds` | (`string` \| ``null``)[] | -| `_conditionIds` | (`string` \| ``null``)[] | -| `_creator` | `string` | -| `_did` | `string` | -| `_idSeed` | `string` | -| `_timeLocks` | (`Wei` \| ``null``)[] | -| `_timeOuts` | (`Wei` \| ``null``)[] | -| `id` | `string` | +| Name | Type | +| :------------------ | :--------------------- | +| `_accessConsumer` | `string` | +| `_accessProvider` | `string` | +| `_agreementId` | `string` | +| `_conditionIdSeeds` | (`string` \| `null`)[] | +| `_conditionIds` | (`string` \| `null`)[] | +| `_creator` | `string` | +| `_did` | `string` | +| `_idSeed` | `string` | +| `_timeLocks` | (`Wei` \| `null`)[] | +| `_timeOuts` | (`Wei` \| `null`)[] | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessTemplate.d.ts:91 -___ +--- ### InitializedArgs @@ -191,15 +191,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTAccessTemplate.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTAccessTemplate.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessTemplate.d.ts:148 -___ +--- ### InitializedFields @@ -207,16 +207,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessTemplate.d.ts:144 -___ +--- ### InitializedFilter @@ -224,30 +224,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessTemplate.d.ts:122 -___ +--- ### InitializedResult @@ -255,16 +255,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessTemplate.d.ts:140 -___ +--- ### MultiQueryOptions @@ -273,25 +273,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessTemplate.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -299,15 +299,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTAccessTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTAccessTemplate.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessTemplate.d.ts:185 -___ +--- ### OwnershipTransferredFields @@ -315,17 +315,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessTemplate.d.ts:180 -___ +--- ### OwnershipTransferredFilter @@ -333,34 +333,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessTemplate.d.ts:153 -___ +--- ### OwnershipTransferredResult @@ -368,17 +368,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTAccessTemplate.d.ts:175 -___ +--- ### SingleQueryOptions @@ -386,10 +386,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -403,17 +403,17 @@ node_modules/@nevermined-io/subgraphs/build/NFTAccessTemplate.d.ts:2 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTAccessTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTAccessTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFTAccessTemplate.md#singlequeryoptions) | -| `args` | [`AgreementCreatedArgs`](subgraphs.NFTAccessTemplate.md#agreementcreatedargs)<`K`\> | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFTAccessTemplate.md#singlequeryoptions) | +| `args` | [`AgreementCreatedArgs`](subgraphs.NFTAccessTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -423,7 +423,7 @@ node_modules/@nevermined-io/subgraphs/build/NFTAccessTemplate.d.ts:2 node_modules/@nevermined-io/subgraphs/build/NFTAccessTemplate.d.ts:120 -___ +--- ### getAgreementCreateds @@ -431,17 +431,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTAccessTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTAccessTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTAccessTemplate.md#multiqueryoptions)<[`AgreementCreatedFilter`](subgraphs.NFTAccessTemplate.md#agreementcreatedfilter), [`AgreementCreatedResult`](subgraphs.NFTAccessTemplate.md#agreementcreatedresult)\> | -| `args` | [`AgreementCreatedArgs`](subgraphs.NFTAccessTemplate.md#agreementcreatedargs)<`K`\> | +| `args` | [`AgreementCreatedArgs`](subgraphs.NFTAccessTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -451,7 +451,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTAccessTemplate.d.ts:121 -___ +--- ### getInitializedById @@ -459,17 +459,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTAccessTemplate.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTAccessTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFTAccessTemplate.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.NFTAccessTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFTAccessTemplate.md#initializedargs)<`K`\> | #### Returns @@ -479,7 +479,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTAccessTemplate.d.ts:151 -___ +--- ### getInitializeds @@ -487,17 +487,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTAccessTemplate.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTAccessTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTAccessTemplate.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.NFTAccessTemplate.md#initializedfilter), [`InitializedResult`](subgraphs.NFTAccessTemplate.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.NFTAccessTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFTAccessTemplate.md#initializedargs)<`K`\> | #### Returns @@ -507,7 +507,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTAccessTemplate.d.ts:152 -___ +--- ### getOwnershipTransferredById @@ -515,17 +515,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTAccessTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTAccessTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFTAccessTemplate.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTAccessTemplate.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------ | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFTAccessTemplate.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTAccessTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -535,7 +535,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTAccessTemplate.d.ts:188 -___ +--- ### getOwnershipTransferreds @@ -543,17 +543,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTAccessTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTAccessTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTAccessTemplate.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.NFTAccessTemplate.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.NFTAccessTemplate.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTAccessTemplate.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTAccessTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.NFTEscrowPaymentCondition.md b/docs/api-reference/modules/subgraphs.NFTEscrowPaymentCondition.md index e96a3f1a5..6f188ecde 100644 --- a/docs/api-reference/modules/subgraphs.NFTEscrowPaymentCondition.md +++ b/docs/api-reference/modules/subgraphs.NFTEscrowPaymentCondition.md @@ -46,15 +46,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.NFTEscrowPaymentCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.NFTEscrowPaymentCondition.md#fulfilledresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:87 -___ +--- ### FulfilledFields @@ -62,21 +62,21 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | ``true`` | -| `_amounts` | ``true`` | -| `_conditionId` | ``true`` | -| `_did` | ``true`` | -| `_receivers` | ``true`` | -| `_tokenAddress` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `_agreementId` | `true` | +| `_amounts` | `true` | +| `_conditionId` | `true` | +| `_did` | `true` | +| `_receivers` | `true` | +| `_tokenAddress` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:78 -___ +--- ### FulfilledFilter @@ -84,60 +84,60 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_amounts?` | `WeiSource` \| ``null`` | -| `_amounts_gt?` | `WeiSource` \| ``null`` | -| `_amounts_gte?` | `WeiSource` \| ``null`` | -| `_amounts_in?` | `WeiSource`[] | -| `_amounts_lt?` | `WeiSource` \| ``null`` | -| `_amounts_lte?` | `WeiSource` \| ``null`` | -| `_amounts_not?` | `WeiSource` \| ``null`` | -| `_amounts_not_in?` | `WeiSource`[] | -| `_conditionId?` | `string` \| ``null`` | -| `_conditionId_contains?` | `string` \| ``null`` | -| `_conditionId_in?` | `string`[] | -| `_conditionId_not?` | `string` \| ``null`` | -| `_conditionId_not_contains?` | `string` \| ``null`` | -| `_conditionId_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_receivers?` | `string` \| ``null`` | -| `_receivers_contains?` | `string` \| ``null`` | -| `_receivers_in?` | `string`[] | -| `_receivers_not?` | `string` \| ``null`` | -| `_receivers_not_contains?` | `string` \| ``null`` | -| `_receivers_not_in?` | `string`[] | -| `_tokenAddress?` | `string` \| ``null`` | -| `_tokenAddress_contains?` | `string` \| ``null`` | -| `_tokenAddress_in?` | `string`[] | -| `_tokenAddress_not?` | `string` \| ``null`` | -| `_tokenAddress_not_contains?` | `string` \| ``null`` | -| `_tokenAddress_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :-------------------- | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_amounts?` | `WeiSource` \| `null` | +| `_amounts_gt?` | `WeiSource` \| `null` | +| `_amounts_gte?` | `WeiSource` \| `null` | +| `_amounts_in?` | `WeiSource`[] | +| `_amounts_lt?` | `WeiSource` \| `null` | +| `_amounts_lte?` | `WeiSource` \| `null` | +| `_amounts_not?` | `WeiSource` \| `null` | +| `_amounts_not_in?` | `WeiSource`[] | +| `_conditionId?` | `string` \| `null` | +| `_conditionId_contains?` | `string` \| `null` | +| `_conditionId_in?` | `string`[] | +| `_conditionId_not?` | `string` \| `null` | +| `_conditionId_not_contains?` | `string` \| `null` | +| `_conditionId_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_receivers?` | `string` \| `null` | +| `_receivers_contains?` | `string` \| `null` | +| `_receivers_in?` | `string`[] | +| `_receivers_not?` | `string` \| `null` | +| `_receivers_not_contains?` | `string` \| `null` | +| `_receivers_not_in?` | `string`[] | +| `_tokenAddress?` | `string` \| `null` | +| `_tokenAddress_contains?` | `string` \| `null` | +| `_tokenAddress_in?` | `string`[] | +| `_tokenAddress_not?` | `string` \| `null` | +| `_tokenAddress_not_contains?` | `string` \| `null` | +| `_tokenAddress_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:21 -___ +--- ### FulfilledResult @@ -145,21 +145,21 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | `string` | -| `_amounts` | `Wei` | -| `_conditionId` | `string` | -| `_did` | `string` | -| `_receivers` | `string` | +| Name | Type | +| :-------------- | :------- | +| `_agreementId` | `string` | +| `_amounts` | `Wei` | +| `_conditionId` | `string` | +| `_did` | `string` | +| `_receivers` | `string` | | `_tokenAddress` | `string` | -| `id` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:69 -___ +--- ### InitializedArgs @@ -167,15 +167,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTEscrowPaymentCondition.md#initializedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTEscrowPaymentCondition.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:118 -___ +--- ### InitializedFields @@ -183,16 +183,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:114 -___ +--- ### InitializedFilter @@ -200,30 +200,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:92 -___ +--- ### InitializedResult @@ -231,16 +231,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:110 -___ +--- ### MultiQueryOptions @@ -249,25 +249,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -275,15 +275,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTEscrowPaymentCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTEscrowPaymentCondition.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:155 -___ +--- ### OwnershipTransferredFields @@ -291,17 +291,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:150 -___ +--- ### OwnershipTransferredFilter @@ -309,34 +309,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:123 -___ +--- ### OwnershipTransferredResult @@ -344,17 +344,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:145 -___ +--- ### ReceivedArgs @@ -362,15 +362,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ReceivedResult`](subgraphs.NFTEscrowPaymentCondition.md#receivedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------- | +| `K` | extends keyof [`ReceivedResult`](subgraphs.NFTEscrowPaymentCondition.md#receivedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:194 -___ +--- ### ReceivedFields @@ -378,17 +378,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_from` | ``true`` | -| `_value` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------- | :----- | +| `_from` | `true` | +| `_value` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:189 -___ +--- ### ReceivedFilter @@ -396,36 +396,36 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_from?` | `string` \| ``null`` | -| `_from_contains?` | `string` \| ``null`` | -| `_from_in?` | `string`[] | -| `_from_not?` | `string` \| ``null`` | -| `_from_not_contains?` | `string` \| ``null`` | -| `_from_not_in?` | `string`[] | -| `_value?` | `WeiSource` \| ``null`` | -| `_value_gt?` | `WeiSource` \| ``null`` | -| `_value_gte?` | `WeiSource` \| ``null`` | -| `_value_in?` | `WeiSource`[] | -| `_value_lt?` | `WeiSource` \| ``null`` | -| `_value_lte?` | `WeiSource` \| ``null`` | -| `_value_not?` | `WeiSource` \| ``null`` | -| `_value_not_in?` | `WeiSource`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :-------------------- | :-------------------- | +| `_from?` | `string` \| `null` | +| `_from_contains?` | `string` \| `null` | +| `_from_in?` | `string`[] | +| `_from_not?` | `string` \| `null` | +| `_from_not_contains?` | `string` \| `null` | +| `_from_not_in?` | `string`[] | +| `_value?` | `WeiSource` \| `null` | +| `_value_gt?` | `WeiSource` \| `null` | +| `_value_gte?` | `WeiSource` \| `null` | +| `_value_in?` | `WeiSource`[] | +| `_value_lt?` | `WeiSource` \| `null` | +| `_value_lte?` | `WeiSource` \| `null` | +| `_value_not?` | `WeiSource` \| `null` | +| `_value_not_in?` | `WeiSource`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:160 -___ +--- ### ReceivedResult @@ -433,17 +433,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_from` | `string` | -| `_value` | `Wei` | -| `id` | `string` | +| Name | Type | +| :------- | :------- | +| `_from` | `string` | +| `_value` | `Wei` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:184 -___ +--- ### SingleQueryOptions @@ -451,10 +451,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -468,17 +468,17 @@ node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:2 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.NFTEscrowPaymentCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.NFTEscrowPaymentCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFTEscrowPaymentCondition.md#singlequeryoptions) | -| `args` | [`FulfilledArgs`](subgraphs.NFTEscrowPaymentCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.NFTEscrowPaymentCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -488,7 +488,7 @@ node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:2 node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:90 -___ +--- ### getFulfilleds @@ -496,17 +496,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.NFTEscrowPaymentCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.NFTEscrowPaymentCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTEscrowPaymentCondition.md#multiqueryoptions)<[`FulfilledFilter`](subgraphs.NFTEscrowPaymentCondition.md#fulfilledfilter), [`FulfilledResult`](subgraphs.NFTEscrowPaymentCondition.md#fulfilledresult)\> | -| `args` | [`FulfilledArgs`](subgraphs.NFTEscrowPaymentCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.NFTEscrowPaymentCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -516,7 +516,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:91 -___ +--- ### getInitializedById @@ -524,17 +524,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTEscrowPaymentCondition.md#initializedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTEscrowPaymentCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFTEscrowPaymentCondition.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.NFTEscrowPaymentCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFTEscrowPaymentCondition.md#initializedargs)<`K`\> | #### Returns @@ -544,7 +544,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:121 -___ +--- ### getInitializeds @@ -552,17 +552,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTEscrowPaymentCondition.md#initializedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTEscrowPaymentCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTEscrowPaymentCondition.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.NFTEscrowPaymentCondition.md#initializedfilter), [`InitializedResult`](subgraphs.NFTEscrowPaymentCondition.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.NFTEscrowPaymentCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFTEscrowPaymentCondition.md#initializedargs)<`K`\> | #### Returns @@ -572,7 +572,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:122 -___ +--- ### getOwnershipTransferredById @@ -580,17 +580,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTEscrowPaymentCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTEscrowPaymentCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFTEscrowPaymentCondition.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTEscrowPaymentCondition.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFTEscrowPaymentCondition.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTEscrowPaymentCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -600,7 +600,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:158 -___ +--- ### getOwnershipTransferreds @@ -608,17 +608,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTEscrowPaymentCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTEscrowPaymentCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTEscrowPaymentCondition.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.NFTEscrowPaymentCondition.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.NFTEscrowPaymentCondition.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTEscrowPaymentCondition.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTEscrowPaymentCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -628,7 +628,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:159 -___ +--- ### getReceivedById @@ -636,17 +636,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ReceivedResult`](subgraphs.NFTEscrowPaymentCondition.md#receivedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------- | +| `K` | extends keyof [`ReceivedResult`](subgraphs.NFTEscrowPaymentCondition.md#receivedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFTEscrowPaymentCondition.md#singlequeryoptions) | -| `args` | [`ReceivedArgs`](subgraphs.NFTEscrowPaymentCondition.md#receivedargs)<`K`\> | +| `args` | [`ReceivedArgs`](subgraphs.NFTEscrowPaymentCondition.md#receivedargs)<`K`\> | #### Returns @@ -656,7 +656,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTEscrowPaymentCondition.d.ts:197 -___ +--- ### getReceiveds @@ -664,17 +664,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ReceivedResult`](subgraphs.NFTEscrowPaymentCondition.md#receivedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------- | +| `K` | extends keyof [`ReceivedResult`](subgraphs.NFTEscrowPaymentCondition.md#receivedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTEscrowPaymentCondition.md#multiqueryoptions)<[`ReceivedFilter`](subgraphs.NFTEscrowPaymentCondition.md#receivedfilter), [`ReceivedResult`](subgraphs.NFTEscrowPaymentCondition.md#receivedresult)\> | -| `args` | [`ReceivedArgs`](subgraphs.NFTEscrowPaymentCondition.md#receivedargs)<`K`\> | +| `args` | [`ReceivedArgs`](subgraphs.NFTEscrowPaymentCondition.md#receivedargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.NFTHolderCondition.md b/docs/api-reference/modules/subgraphs.NFTHolderCondition.md index 4008d5fe9..783d3aaad 100644 --- a/docs/api-reference/modules/subgraphs.NFTHolderCondition.md +++ b/docs/api-reference/modules/subgraphs.NFTHolderCondition.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.NFTHolderCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.NFTHolderCondition.md#fulfilledresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTHolderCondition.d.ts:79 -___ +--- ### FulfilledFields @@ -56,20 +56,20 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_address` | ``true`` | -| `_agreementId` | ``true`` | -| `_amount` | ``true`` | -| `_conditionId` | ``true`` | -| `_did` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------- | :----- | +| `_address` | `true` | +| `_agreementId` | `true` | +| `_amount` | `true` | +| `_conditionId` | `true` | +| `_did` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTHolderCondition.d.ts:71 -___ +--- ### FulfilledFilter @@ -77,54 +77,54 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_address?` | `string` \| ``null`` | -| `_address_contains?` | `string` \| ``null`` | -| `_address_in?` | `string`[] | -| `_address_not?` | `string` \| ``null`` | -| `_address_not_contains?` | `string` \| ``null`` | -| `_address_not_in?` | `string`[] | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_amount?` | `WeiSource` \| ``null`` | -| `_amount_gt?` | `WeiSource` \| ``null`` | -| `_amount_gte?` | `WeiSource` \| ``null`` | -| `_amount_in?` | `WeiSource`[] | -| `_amount_lt?` | `WeiSource` \| ``null`` | -| `_amount_lte?` | `WeiSource` \| ``null`` | -| `_amount_not?` | `WeiSource` \| ``null`` | -| `_amount_not_in?` | `WeiSource`[] | -| `_conditionId?` | `string` \| ``null`` | -| `_conditionId_contains?` | `string` \| ``null`` | -| `_conditionId_in?` | `string`[] | -| `_conditionId_not?` | `string` \| ``null`` | -| `_conditionId_not_contains?` | `string` \| ``null`` | -| `_conditionId_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------- | :-------------------- | +| `_address?` | `string` \| `null` | +| `_address_contains?` | `string` \| `null` | +| `_address_in?` | `string`[] | +| `_address_not?` | `string` \| `null` | +| `_address_not_contains?` | `string` \| `null` | +| `_address_not_in?` | `string`[] | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_amount?` | `WeiSource` \| `null` | +| `_amount_gt?` | `WeiSource` \| `null` | +| `_amount_gte?` | `WeiSource` \| `null` | +| `_amount_in?` | `WeiSource`[] | +| `_amount_lt?` | `WeiSource` \| `null` | +| `_amount_lte?` | `WeiSource` \| `null` | +| `_amount_not?` | `WeiSource` \| `null` | +| `_amount_not_in?` | `WeiSource`[] | +| `_conditionId?` | `string` \| `null` | +| `_conditionId_contains?` | `string` \| `null` | +| `_conditionId_in?` | `string`[] | +| `_conditionId_not?` | `string` \| `null` | +| `_conditionId_not_contains?` | `string` \| `null` | +| `_conditionId_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTHolderCondition.d.ts:21 -___ +--- ### FulfilledResult @@ -132,20 +132,20 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_address` | `string` | +| Name | Type | +| :------------- | :------- | +| `_address` | `string` | | `_agreementId` | `string` | -| `_amount` | `Wei` | +| `_amount` | `Wei` | | `_conditionId` | `string` | -| `_did` | `string` | -| `id` | `string` | +| `_did` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTHolderCondition.d.ts:63 -___ +--- ### InitializedArgs @@ -153,15 +153,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTHolderCondition.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTHolderCondition.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTHolderCondition.d.ts:110 -___ +--- ### InitializedFields @@ -169,16 +169,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTHolderCondition.d.ts:106 -___ +--- ### InitializedFilter @@ -186,30 +186,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTHolderCondition.d.ts:84 -___ +--- ### InitializedResult @@ -217,16 +217,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTHolderCondition.d.ts:102 -___ +--- ### MultiQueryOptions @@ -235,25 +235,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTHolderCondition.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -261,15 +261,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTHolderCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTHolderCondition.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTHolderCondition.d.ts:147 -___ +--- ### OwnershipTransferredFields @@ -277,17 +277,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTHolderCondition.d.ts:142 -___ +--- ### OwnershipTransferredFilter @@ -295,34 +295,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTHolderCondition.d.ts:115 -___ +--- ### OwnershipTransferredResult @@ -330,17 +330,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTHolderCondition.d.ts:137 -___ +--- ### SingleQueryOptions @@ -348,10 +348,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -365,17 +365,17 @@ node_modules/@nevermined-io/subgraphs/build/NFTHolderCondition.d.ts:2 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.NFTHolderCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.NFTHolderCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFTHolderCondition.md#singlequeryoptions) | -| `args` | [`FulfilledArgs`](subgraphs.NFTHolderCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.NFTHolderCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -385,7 +385,7 @@ node_modules/@nevermined-io/subgraphs/build/NFTHolderCondition.d.ts:2 node_modules/@nevermined-io/subgraphs/build/NFTHolderCondition.d.ts:82 -___ +--- ### getFulfilleds @@ -393,17 +393,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.NFTHolderCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.NFTHolderCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTHolderCondition.md#multiqueryoptions)<[`FulfilledFilter`](subgraphs.NFTHolderCondition.md#fulfilledfilter), [`FulfilledResult`](subgraphs.NFTHolderCondition.md#fulfilledresult)\> | -| `args` | [`FulfilledArgs`](subgraphs.NFTHolderCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.NFTHolderCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -413,7 +413,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTHolderCondition.d.ts:83 -___ +--- ### getInitializedById @@ -421,17 +421,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTHolderCondition.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTHolderCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFTHolderCondition.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.NFTHolderCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFTHolderCondition.md#initializedargs)<`K`\> | #### Returns @@ -441,7 +441,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTHolderCondition.d.ts:113 -___ +--- ### getInitializeds @@ -449,17 +449,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTHolderCondition.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTHolderCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTHolderCondition.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.NFTHolderCondition.md#initializedfilter), [`InitializedResult`](subgraphs.NFTHolderCondition.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.NFTHolderCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFTHolderCondition.md#initializedargs)<`K`\> | #### Returns @@ -469,7 +469,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTHolderCondition.d.ts:114 -___ +--- ### getOwnershipTransferredById @@ -477,17 +477,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTHolderCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTHolderCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFTHolderCondition.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTHolderCondition.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFTHolderCondition.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTHolderCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -497,7 +497,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTHolderCondition.d.ts:150 -___ +--- ### getOwnershipTransferreds @@ -505,17 +505,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTHolderCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTHolderCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTHolderCondition.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.NFTHolderCondition.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.NFTHolderCondition.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTHolderCondition.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTHolderCondition.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.NFTLockCondition.md b/docs/api-reference/modules/subgraphs.NFTLockCondition.md index cf4357a79..f974bc5d1 100644 --- a/docs/api-reference/modules/subgraphs.NFTLockCondition.md +++ b/docs/api-reference/modules/subgraphs.NFTLockCondition.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.NFTLockCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.NFTLockCondition.md#fulfilledresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTLockCondition.d.ts:95 -___ +--- ### FulfilledFields @@ -56,22 +56,22 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | ``true`` | -| `_amount` | ``true`` | -| `_conditionId` | ``true`` | -| `_did` | ``true`` | -| `_lockAddress` | ``true`` | -| `_nftContractAddress` | ``true`` | -| `_receiver` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :-------------------- | :----- | +| `_agreementId` | `true` | +| `_amount` | `true` | +| `_conditionId` | `true` | +| `_did` | `true` | +| `_lockAddress` | `true` | +| `_nftContractAddress` | `true` | +| `_receiver` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTLockCondition.d.ts:85 -___ +--- ### FulfilledFilter @@ -79,66 +79,66 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_amount?` | `WeiSource` \| ``null`` | -| `_amount_gt?` | `WeiSource` \| ``null`` | -| `_amount_gte?` | `WeiSource` \| ``null`` | -| `_amount_in?` | `WeiSource`[] | -| `_amount_lt?` | `WeiSource` \| ``null`` | -| `_amount_lte?` | `WeiSource` \| ``null`` | -| `_amount_not?` | `WeiSource` \| ``null`` | -| `_amount_not_in?` | `WeiSource`[] | -| `_conditionId?` | `string` \| ``null`` | -| `_conditionId_contains?` | `string` \| ``null`` | -| `_conditionId_in?` | `string`[] | -| `_conditionId_not?` | `string` \| ``null`` | -| `_conditionId_not_contains?` | `string` \| ``null`` | -| `_conditionId_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_lockAddress?` | `string` \| ``null`` | -| `_lockAddress_contains?` | `string` \| ``null`` | -| `_lockAddress_in?` | `string`[] | -| `_lockAddress_not?` | `string` \| ``null`` | -| `_lockAddress_not_contains?` | `string` \| ``null`` | -| `_lockAddress_not_in?` | `string`[] | -| `_nftContractAddress?` | `string` \| ``null`` | -| `_nftContractAddress_contains?` | `string` \| ``null`` | -| `_nftContractAddress_in?` | `string`[] | -| `_nftContractAddress_not?` | `string` \| ``null`` | -| `_nftContractAddress_not_contains?` | `string` \| ``null`` | -| `_nftContractAddress_not_in?` | `string`[] | -| `_receiver?` | `string` \| ``null`` | -| `_receiver_contains?` | `string` \| ``null`` | -| `_receiver_in?` | `string`[] | -| `_receiver_not?` | `string` \| ``null`` | -| `_receiver_not_contains?` | `string` \| ``null`` | -| `_receiver_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :---------------------------------- | :-------------------- | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_amount?` | `WeiSource` \| `null` | +| `_amount_gt?` | `WeiSource` \| `null` | +| `_amount_gte?` | `WeiSource` \| `null` | +| `_amount_in?` | `WeiSource`[] | +| `_amount_lt?` | `WeiSource` \| `null` | +| `_amount_lte?` | `WeiSource` \| `null` | +| `_amount_not?` | `WeiSource` \| `null` | +| `_amount_not_in?` | `WeiSource`[] | +| `_conditionId?` | `string` \| `null` | +| `_conditionId_contains?` | `string` \| `null` | +| `_conditionId_in?` | `string`[] | +| `_conditionId_not?` | `string` \| `null` | +| `_conditionId_not_contains?` | `string` \| `null` | +| `_conditionId_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_lockAddress?` | `string` \| `null` | +| `_lockAddress_contains?` | `string` \| `null` | +| `_lockAddress_in?` | `string`[] | +| `_lockAddress_not?` | `string` \| `null` | +| `_lockAddress_not_contains?` | `string` \| `null` | +| `_lockAddress_not_in?` | `string`[] | +| `_nftContractAddress?` | `string` \| `null` | +| `_nftContractAddress_contains?` | `string` \| `null` | +| `_nftContractAddress_in?` | `string`[] | +| `_nftContractAddress_not?` | `string` \| `null` | +| `_nftContractAddress_not_contains?` | `string` \| `null` | +| `_nftContractAddress_not_in?` | `string`[] | +| `_receiver?` | `string` \| `null` | +| `_receiver_contains?` | `string` \| `null` | +| `_receiver_in?` | `string`[] | +| `_receiver_not?` | `string` \| `null` | +| `_receiver_not_contains?` | `string` \| `null` | +| `_receiver_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTLockCondition.d.ts:21 -___ +--- ### FulfilledResult @@ -146,22 +146,22 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | `string` | -| `_amount` | `Wei` | -| `_conditionId` | `string` | -| `_did` | `string` | -| `_lockAddress` | `string` | +| Name | Type | +| :-------------------- | :------- | +| `_agreementId` | `string` | +| `_amount` | `Wei` | +| `_conditionId` | `string` | +| `_did` | `string` | +| `_lockAddress` | `string` | | `_nftContractAddress` | `string` | -| `_receiver` | `string` | -| `id` | `string` | +| `_receiver` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTLockCondition.d.ts:75 -___ +--- ### InitializedArgs @@ -169,15 +169,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTLockCondition.md#initializedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTLockCondition.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTLockCondition.d.ts:126 -___ +--- ### InitializedFields @@ -185,16 +185,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTLockCondition.d.ts:122 -___ +--- ### InitializedFilter @@ -202,30 +202,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTLockCondition.d.ts:100 -___ +--- ### InitializedResult @@ -233,16 +233,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTLockCondition.d.ts:118 -___ +--- ### MultiQueryOptions @@ -251,25 +251,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTLockCondition.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -277,15 +277,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTLockCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTLockCondition.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTLockCondition.d.ts:163 -___ +--- ### OwnershipTransferredFields @@ -293,17 +293,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTLockCondition.d.ts:158 -___ +--- ### OwnershipTransferredFilter @@ -311,34 +311,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTLockCondition.d.ts:131 -___ +--- ### OwnershipTransferredResult @@ -346,17 +346,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTLockCondition.d.ts:153 -___ +--- ### SingleQueryOptions @@ -364,10 +364,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -381,17 +381,17 @@ node_modules/@nevermined-io/subgraphs/build/NFTLockCondition.d.ts:2 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.NFTLockCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.NFTLockCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :----------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFTLockCondition.md#singlequeryoptions) | -| `args` | [`FulfilledArgs`](subgraphs.NFTLockCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.NFTLockCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -401,7 +401,7 @@ node_modules/@nevermined-io/subgraphs/build/NFTLockCondition.d.ts:2 node_modules/@nevermined-io/subgraphs/build/NFTLockCondition.d.ts:98 -___ +--- ### getFulfilleds @@ -409,17 +409,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.NFTLockCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.NFTLockCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTLockCondition.md#multiqueryoptions)<[`FulfilledFilter`](subgraphs.NFTLockCondition.md#fulfilledfilter), [`FulfilledResult`](subgraphs.NFTLockCondition.md#fulfilledresult)\> | -| `args` | [`FulfilledArgs`](subgraphs.NFTLockCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.NFTLockCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -429,7 +429,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTLockCondition.d.ts:99 -___ +--- ### getInitializedById @@ -437,17 +437,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTLockCondition.md#initializedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTLockCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :----------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFTLockCondition.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.NFTLockCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFTLockCondition.md#initializedargs)<`K`\> | #### Returns @@ -457,7 +457,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTLockCondition.d.ts:129 -___ +--- ### getInitializeds @@ -465,17 +465,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTLockCondition.md#initializedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTLockCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTLockCondition.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.NFTLockCondition.md#initializedfilter), [`InitializedResult`](subgraphs.NFTLockCondition.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.NFTLockCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFTLockCondition.md#initializedargs)<`K`\> | #### Returns @@ -485,7 +485,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTLockCondition.d.ts:130 -___ +--- ### getOwnershipTransferredById @@ -493,17 +493,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTLockCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTLockCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFTLockCondition.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTLockCondition.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFTLockCondition.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTLockCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -513,7 +513,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTLockCondition.d.ts:166 -___ +--- ### getOwnershipTransferreds @@ -521,17 +521,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTLockCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTLockCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTLockCondition.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.NFTLockCondition.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.NFTLockCondition.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTLockCondition.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTLockCondition.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.NFTSalesTemplate.md b/docs/api-reference/modules/subgraphs.NFTSalesTemplate.md index 12ebe8a93..f0299d90f 100644 --- a/docs/api-reference/modules/subgraphs.NFTSalesTemplate.md +++ b/docs/api-reference/modules/subgraphs.NFTSalesTemplate.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTSalesTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTSalesTemplate.md#agreementcreatedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesTemplate.d.ts:117 -___ +--- ### AgreementCreatedFields @@ -56,25 +56,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | ``true`` | -| `_accessProvider` | ``true`` | -| `_agreementId` | ``true`` | -| `_conditionIdSeeds` | ``true`` | -| `_conditionIds` | ``true`` | -| `_creator` | ``true`` | -| `_did` | ``true`` | -| `_idSeed` | ``true`` | -| `_timeLocks` | ``true`` | -| `_timeOuts` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------------ | :----- | +| `_accessConsumer` | `true` | +| `_accessProvider` | `true` | +| `_agreementId` | `true` | +| `_conditionIdSeeds` | `true` | +| `_conditionIds` | `true` | +| `_creator` | `true` | +| `_did` | `true` | +| `_idSeed` | `true` | +| `_timeLocks` | `true` | +| `_timeOuts` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesTemplate.d.ts:104 -___ +--- ### AgreementCreatedFilter @@ -82,82 +82,82 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer?` | `string` \| ``null`` | -| `_accessConsumer_contains?` | `string` \| ``null`` | -| `_accessConsumer_in?` | `string`[] | -| `_accessConsumer_not?` | `string` \| ``null`` | -| `_accessConsumer_not_contains?` | `string` \| ``null`` | -| `_accessConsumer_not_in?` | `string`[] | -| `_accessProvider?` | `string` \| ``null`` | -| `_accessProvider_contains?` | `string` \| ``null`` | -| `_accessProvider_in?` | `string`[] | -| `_accessProvider_not?` | `string` \| ``null`` | -| `_accessProvider_not_contains?` | `string` \| ``null`` | -| `_accessProvider_not_in?` | `string`[] | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_conditionIdSeeds?` | `string`[] | -| `_conditionIdSeeds_contains?` | `string`[] | -| `_conditionIdSeeds_contains_nocase?` | `string`[] | -| `_conditionIdSeeds_not?` | `string`[] | -| `_conditionIdSeeds_not_contains?` | `string`[] | -| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | -| `_conditionIds?` | `string`[] | -| `_conditionIds_contains?` | `string`[] | -| `_conditionIds_contains_nocase?` | `string`[] | -| `_conditionIds_not?` | `string`[] | -| `_conditionIds_not_contains?` | `string`[] | -| `_conditionIds_not_contains_nocase?` | `string`[] | -| `_creator?` | `string` \| ``null`` | -| `_creator_contains?` | `string` \| ``null`` | -| `_creator_in?` | `string`[] | -| `_creator_not?` | `string` \| ``null`` | -| `_creator_not_contains?` | `string` \| ``null`` | -| `_creator_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_idSeed?` | `string` \| ``null`` | -| `_idSeed_contains?` | `string` \| ``null`` | -| `_idSeed_in?` | `string`[] | -| `_idSeed_not?` | `string` \| ``null`` | -| `_idSeed_not_contains?` | `string` \| ``null`` | -| `_idSeed_not_in?` | `string`[] | -| `_timeLocks?` | `WeiSource`[] | -| `_timeLocks_contains?` | `WeiSource`[] | -| `_timeLocks_contains_nocase?` | `WeiSource`[] | -| `_timeLocks_not?` | `WeiSource`[] | -| `_timeLocks_not_contains?` | `WeiSource`[] | -| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | -| `_timeOuts?` | `WeiSource`[] | -| `_timeOuts_contains?` | `WeiSource`[] | -| `_timeOuts_contains_nocase?` | `WeiSource`[] | -| `_timeOuts_not?` | `WeiSource`[] | -| `_timeOuts_not_contains?` | `WeiSource`[] | -| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------------------- | :----------------- | +| `_accessConsumer?` | `string` \| `null` | +| `_accessConsumer_contains?` | `string` \| `null` | +| `_accessConsumer_in?` | `string`[] | +| `_accessConsumer_not?` | `string` \| `null` | +| `_accessConsumer_not_contains?` | `string` \| `null` | +| `_accessConsumer_not_in?` | `string`[] | +| `_accessProvider?` | `string` \| `null` | +| `_accessProvider_contains?` | `string` \| `null` | +| `_accessProvider_in?` | `string`[] | +| `_accessProvider_not?` | `string` \| `null` | +| `_accessProvider_not_contains?` | `string` \| `null` | +| `_accessProvider_not_in?` | `string`[] | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_conditionIdSeeds?` | `string`[] | +| `_conditionIdSeeds_contains?` | `string`[] | +| `_conditionIdSeeds_contains_nocase?` | `string`[] | +| `_conditionIdSeeds_not?` | `string`[] | +| `_conditionIdSeeds_not_contains?` | `string`[] | +| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | +| `_conditionIds?` | `string`[] | +| `_conditionIds_contains?` | `string`[] | +| `_conditionIds_contains_nocase?` | `string`[] | +| `_conditionIds_not?` | `string`[] | +| `_conditionIds_not_contains?` | `string`[] | +| `_conditionIds_not_contains_nocase?` | `string`[] | +| `_creator?` | `string` \| `null` | +| `_creator_contains?` | `string` \| `null` | +| `_creator_in?` | `string`[] | +| `_creator_not?` | `string` \| `null` | +| `_creator_not_contains?` | `string` \| `null` | +| `_creator_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_idSeed?` | `string` \| `null` | +| `_idSeed_contains?` | `string` \| `null` | +| `_idSeed_in?` | `string`[] | +| `_idSeed_not?` | `string` \| `null` | +| `_idSeed_not_contains?` | `string` \| `null` | +| `_idSeed_not_in?` | `string`[] | +| `_timeLocks?` | `WeiSource`[] | +| `_timeLocks_contains?` | `WeiSource`[] | +| `_timeLocks_contains_nocase?` | `WeiSource`[] | +| `_timeLocks_not?` | `WeiSource`[] | +| `_timeLocks_not_contains?` | `WeiSource`[] | +| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | +| `_timeOuts?` | `WeiSource`[] | +| `_timeOuts_contains?` | `WeiSource`[] | +| `_timeOuts_contains_nocase?` | `WeiSource`[] | +| `_timeOuts_not?` | `WeiSource`[] | +| `_timeOuts_not_contains?` | `WeiSource`[] | +| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesTemplate.d.ts:21 -___ +--- ### AgreementCreatedResult @@ -165,25 +165,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | `string` | -| `_accessProvider` | `string` | -| `_agreementId` | `string` | -| `_conditionIdSeeds` | (`string` \| ``null``)[] | -| `_conditionIds` | (`string` \| ``null``)[] | -| `_creator` | `string` | -| `_did` | `string` | -| `_idSeed` | `string` | -| `_timeLocks` | (`Wei` \| ``null``)[] | -| `_timeOuts` | (`Wei` \| ``null``)[] | -| `id` | `string` | +| Name | Type | +| :------------------ | :--------------------- | +| `_accessConsumer` | `string` | +| `_accessProvider` | `string` | +| `_agreementId` | `string` | +| `_conditionIdSeeds` | (`string` \| `null`)[] | +| `_conditionIds` | (`string` \| `null`)[] | +| `_creator` | `string` | +| `_did` | `string` | +| `_idSeed` | `string` | +| `_timeLocks` | (`Wei` \| `null`)[] | +| `_timeOuts` | (`Wei` \| `null`)[] | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesTemplate.d.ts:91 -___ +--- ### InitializedArgs @@ -191,15 +191,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTSalesTemplate.md#initializedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTSalesTemplate.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesTemplate.d.ts:148 -___ +--- ### InitializedFields @@ -207,16 +207,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesTemplate.d.ts:144 -___ +--- ### InitializedFilter @@ -224,30 +224,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesTemplate.d.ts:122 -___ +--- ### InitializedResult @@ -255,16 +255,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesTemplate.d.ts:140 -___ +--- ### MultiQueryOptions @@ -273,25 +273,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesTemplate.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -299,15 +299,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTSalesTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTSalesTemplate.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesTemplate.d.ts:185 -___ +--- ### OwnershipTransferredFields @@ -315,17 +315,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesTemplate.d.ts:180 -___ +--- ### OwnershipTransferredFilter @@ -333,34 +333,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesTemplate.d.ts:153 -___ +--- ### OwnershipTransferredResult @@ -368,17 +368,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesTemplate.d.ts:175 -___ +--- ### SingleQueryOptions @@ -386,10 +386,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -403,17 +403,17 @@ node_modules/@nevermined-io/subgraphs/build/NFTSalesTemplate.d.ts:2 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTSalesTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTSalesTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFTSalesTemplate.md#singlequeryoptions) | -| `args` | [`AgreementCreatedArgs`](subgraphs.NFTSalesTemplate.md#agreementcreatedargs)<`K`\> | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFTSalesTemplate.md#singlequeryoptions) | +| `args` | [`AgreementCreatedArgs`](subgraphs.NFTSalesTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -423,7 +423,7 @@ node_modules/@nevermined-io/subgraphs/build/NFTSalesTemplate.d.ts:2 node_modules/@nevermined-io/subgraphs/build/NFTSalesTemplate.d.ts:120 -___ +--- ### getAgreementCreateds @@ -431,17 +431,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTSalesTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTSalesTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTSalesTemplate.md#multiqueryoptions)<[`AgreementCreatedFilter`](subgraphs.NFTSalesTemplate.md#agreementcreatedfilter), [`AgreementCreatedResult`](subgraphs.NFTSalesTemplate.md#agreementcreatedresult)\> | -| `args` | [`AgreementCreatedArgs`](subgraphs.NFTSalesTemplate.md#agreementcreatedargs)<`K`\> | +| `args` | [`AgreementCreatedArgs`](subgraphs.NFTSalesTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -451,7 +451,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTSalesTemplate.d.ts:121 -___ +--- ### getInitializedById @@ -459,17 +459,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTSalesTemplate.md#initializedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTSalesTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :----------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFTSalesTemplate.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.NFTSalesTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFTSalesTemplate.md#initializedargs)<`K`\> | #### Returns @@ -479,7 +479,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTSalesTemplate.d.ts:151 -___ +--- ### getInitializeds @@ -487,17 +487,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTSalesTemplate.md#initializedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTSalesTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTSalesTemplate.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.NFTSalesTemplate.md#initializedfilter), [`InitializedResult`](subgraphs.NFTSalesTemplate.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.NFTSalesTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFTSalesTemplate.md#initializedargs)<`K`\> | #### Returns @@ -507,7 +507,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTSalesTemplate.d.ts:152 -___ +--- ### getOwnershipTransferredById @@ -515,17 +515,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTSalesTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTSalesTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFTSalesTemplate.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTSalesTemplate.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFTSalesTemplate.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTSalesTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -535,7 +535,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTSalesTemplate.d.ts:188 -___ +--- ### getOwnershipTransferreds @@ -543,17 +543,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTSalesTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTSalesTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTSalesTemplate.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.NFTSalesTemplate.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.NFTSalesTemplate.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTSalesTemplate.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTSalesTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.NFTSalesWithAccessTemplate.md b/docs/api-reference/modules/subgraphs.NFTSalesWithAccessTemplate.md index 86d89053b..2967010c7 100644 --- a/docs/api-reference/modules/subgraphs.NFTSalesWithAccessTemplate.md +++ b/docs/api-reference/modules/subgraphs.NFTSalesWithAccessTemplate.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTSalesWithAccessTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTSalesWithAccessTemplate.md#agreementcreatedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesWithAccessTemplate.d.ts:117 -___ +--- ### AgreementCreatedFields @@ -56,25 +56,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | ``true`` | -| `_accessProvider` | ``true`` | -| `_agreementId` | ``true`` | -| `_conditionIdSeeds` | ``true`` | -| `_conditionIds` | ``true`` | -| `_creator` | ``true`` | -| `_did` | ``true`` | -| `_idSeed` | ``true`` | -| `_timeLocks` | ``true`` | -| `_timeOuts` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------------ | :----- | +| `_accessConsumer` | `true` | +| `_accessProvider` | `true` | +| `_agreementId` | `true` | +| `_conditionIdSeeds` | `true` | +| `_conditionIds` | `true` | +| `_creator` | `true` | +| `_did` | `true` | +| `_idSeed` | `true` | +| `_timeLocks` | `true` | +| `_timeOuts` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesWithAccessTemplate.d.ts:104 -___ +--- ### AgreementCreatedFilter @@ -82,82 +82,82 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer?` | `string` \| ``null`` | -| `_accessConsumer_contains?` | `string` \| ``null`` | -| `_accessConsumer_in?` | `string`[] | -| `_accessConsumer_not?` | `string` \| ``null`` | -| `_accessConsumer_not_contains?` | `string` \| ``null`` | -| `_accessConsumer_not_in?` | `string`[] | -| `_accessProvider?` | `string` \| ``null`` | -| `_accessProvider_contains?` | `string` \| ``null`` | -| `_accessProvider_in?` | `string`[] | -| `_accessProvider_not?` | `string` \| ``null`` | -| `_accessProvider_not_contains?` | `string` \| ``null`` | -| `_accessProvider_not_in?` | `string`[] | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_conditionIdSeeds?` | `string`[] | -| `_conditionIdSeeds_contains?` | `string`[] | -| `_conditionIdSeeds_contains_nocase?` | `string`[] | -| `_conditionIdSeeds_not?` | `string`[] | -| `_conditionIdSeeds_not_contains?` | `string`[] | -| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | -| `_conditionIds?` | `string`[] | -| `_conditionIds_contains?` | `string`[] | -| `_conditionIds_contains_nocase?` | `string`[] | -| `_conditionIds_not?` | `string`[] | -| `_conditionIds_not_contains?` | `string`[] | -| `_conditionIds_not_contains_nocase?` | `string`[] | -| `_creator?` | `string` \| ``null`` | -| `_creator_contains?` | `string` \| ``null`` | -| `_creator_in?` | `string`[] | -| `_creator_not?` | `string` \| ``null`` | -| `_creator_not_contains?` | `string` \| ``null`` | -| `_creator_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_idSeed?` | `string` \| ``null`` | -| `_idSeed_contains?` | `string` \| ``null`` | -| `_idSeed_in?` | `string`[] | -| `_idSeed_not?` | `string` \| ``null`` | -| `_idSeed_not_contains?` | `string` \| ``null`` | -| `_idSeed_not_in?` | `string`[] | -| `_timeLocks?` | `WeiSource`[] | -| `_timeLocks_contains?` | `WeiSource`[] | -| `_timeLocks_contains_nocase?` | `WeiSource`[] | -| `_timeLocks_not?` | `WeiSource`[] | -| `_timeLocks_not_contains?` | `WeiSource`[] | -| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | -| `_timeOuts?` | `WeiSource`[] | -| `_timeOuts_contains?` | `WeiSource`[] | -| `_timeOuts_contains_nocase?` | `WeiSource`[] | -| `_timeOuts_not?` | `WeiSource`[] | -| `_timeOuts_not_contains?` | `WeiSource`[] | -| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------------------- | :----------------- | +| `_accessConsumer?` | `string` \| `null` | +| `_accessConsumer_contains?` | `string` \| `null` | +| `_accessConsumer_in?` | `string`[] | +| `_accessConsumer_not?` | `string` \| `null` | +| `_accessConsumer_not_contains?` | `string` \| `null` | +| `_accessConsumer_not_in?` | `string`[] | +| `_accessProvider?` | `string` \| `null` | +| `_accessProvider_contains?` | `string` \| `null` | +| `_accessProvider_in?` | `string`[] | +| `_accessProvider_not?` | `string` \| `null` | +| `_accessProvider_not_contains?` | `string` \| `null` | +| `_accessProvider_not_in?` | `string`[] | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_conditionIdSeeds?` | `string`[] | +| `_conditionIdSeeds_contains?` | `string`[] | +| `_conditionIdSeeds_contains_nocase?` | `string`[] | +| `_conditionIdSeeds_not?` | `string`[] | +| `_conditionIdSeeds_not_contains?` | `string`[] | +| `_conditionIdSeeds_not_contains_nocase?` | `string`[] | +| `_conditionIds?` | `string`[] | +| `_conditionIds_contains?` | `string`[] | +| `_conditionIds_contains_nocase?` | `string`[] | +| `_conditionIds_not?` | `string`[] | +| `_conditionIds_not_contains?` | `string`[] | +| `_conditionIds_not_contains_nocase?` | `string`[] | +| `_creator?` | `string` \| `null` | +| `_creator_contains?` | `string` \| `null` | +| `_creator_in?` | `string`[] | +| `_creator_not?` | `string` \| `null` | +| `_creator_not_contains?` | `string` \| `null` | +| `_creator_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_idSeed?` | `string` \| `null` | +| `_idSeed_contains?` | `string` \| `null` | +| `_idSeed_in?` | `string`[] | +| `_idSeed_not?` | `string` \| `null` | +| `_idSeed_not_contains?` | `string` \| `null` | +| `_idSeed_not_in?` | `string`[] | +| `_timeLocks?` | `WeiSource`[] | +| `_timeLocks_contains?` | `WeiSource`[] | +| `_timeLocks_contains_nocase?` | `WeiSource`[] | +| `_timeLocks_not?` | `WeiSource`[] | +| `_timeLocks_not_contains?` | `WeiSource`[] | +| `_timeLocks_not_contains_nocase?` | `WeiSource`[] | +| `_timeOuts?` | `WeiSource`[] | +| `_timeOuts_contains?` | `WeiSource`[] | +| `_timeOuts_contains_nocase?` | `WeiSource`[] | +| `_timeOuts_not?` | `WeiSource`[] | +| `_timeOuts_not_contains?` | `WeiSource`[] | +| `_timeOuts_not_contains_nocase?` | `WeiSource`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesWithAccessTemplate.d.ts:21 -___ +--- ### AgreementCreatedResult @@ -165,25 +165,25 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_accessConsumer` | `string` | -| `_accessProvider` | `string` | -| `_agreementId` | `string` | -| `_conditionIdSeeds` | (`string` \| ``null``)[] | -| `_conditionIds` | (`string` \| ``null``)[] | -| `_creator` | `string` | -| `_did` | `string` | -| `_idSeed` | `string` | -| `_timeLocks` | (`Wei` \| ``null``)[] | -| `_timeOuts` | (`Wei` \| ``null``)[] | -| `id` | `string` | +| Name | Type | +| :------------------ | :--------------------- | +| `_accessConsumer` | `string` | +| `_accessProvider` | `string` | +| `_agreementId` | `string` | +| `_conditionIdSeeds` | (`string` \| `null`)[] | +| `_conditionIds` | (`string` \| `null`)[] | +| `_creator` | `string` | +| `_did` | `string` | +| `_idSeed` | `string` | +| `_timeLocks` | (`Wei` \| `null`)[] | +| `_timeOuts` | (`Wei` \| `null`)[] | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesWithAccessTemplate.d.ts:91 -___ +--- ### InitializedArgs @@ -191,15 +191,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTSalesWithAccessTemplate.md#initializedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTSalesWithAccessTemplate.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesWithAccessTemplate.d.ts:148 -___ +--- ### InitializedFields @@ -207,16 +207,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesWithAccessTemplate.d.ts:144 -___ +--- ### InitializedFilter @@ -224,30 +224,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesWithAccessTemplate.d.ts:122 -___ +--- ### InitializedResult @@ -255,16 +255,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesWithAccessTemplate.d.ts:140 -___ +--- ### MultiQueryOptions @@ -273,25 +273,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesWithAccessTemplate.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -299,15 +299,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTSalesWithAccessTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTSalesWithAccessTemplate.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesWithAccessTemplate.d.ts:185 -___ +--- ### OwnershipTransferredFields @@ -315,17 +315,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesWithAccessTemplate.d.ts:180 -___ +--- ### OwnershipTransferredFilter @@ -333,34 +333,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesWithAccessTemplate.d.ts:153 -___ +--- ### OwnershipTransferredResult @@ -368,17 +368,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NFTSalesWithAccessTemplate.d.ts:175 -___ +--- ### SingleQueryOptions @@ -386,10 +386,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -403,17 +403,17 @@ node_modules/@nevermined-io/subgraphs/build/NFTSalesWithAccessTemplate.d.ts:2 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTSalesWithAccessTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTSalesWithAccessTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFTSalesWithAccessTemplate.md#singlequeryoptions) | -| `args` | [`AgreementCreatedArgs`](subgraphs.NFTSalesWithAccessTemplate.md#agreementcreatedargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFTSalesWithAccessTemplate.md#singlequeryoptions) | +| `args` | [`AgreementCreatedArgs`](subgraphs.NFTSalesWithAccessTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -423,7 +423,7 @@ node_modules/@nevermined-io/subgraphs/build/NFTSalesWithAccessTemplate.d.ts:2 node_modules/@nevermined-io/subgraphs/build/NFTSalesWithAccessTemplate.d.ts:120 -___ +--- ### getAgreementCreateds @@ -431,17 +431,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTSalesWithAccessTemplate.md#agreementcreatedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`AgreementCreatedResult`](subgraphs.NFTSalesWithAccessTemplate.md#agreementcreatedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTSalesWithAccessTemplate.md#multiqueryoptions)<[`AgreementCreatedFilter`](subgraphs.NFTSalesWithAccessTemplate.md#agreementcreatedfilter), [`AgreementCreatedResult`](subgraphs.NFTSalesWithAccessTemplate.md#agreementcreatedresult)\> | -| `args` | [`AgreementCreatedArgs`](subgraphs.NFTSalesWithAccessTemplate.md#agreementcreatedargs)<`K`\> | +| `args` | [`AgreementCreatedArgs`](subgraphs.NFTSalesWithAccessTemplate.md#agreementcreatedargs)<`K`\> | #### Returns @@ -451,7 +451,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTSalesWithAccessTemplate.d.ts:121 -___ +--- ### getInitializedById @@ -459,17 +459,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTSalesWithAccessTemplate.md#initializedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTSalesWithAccessTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NFTSalesWithAccessTemplate.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.NFTSalesWithAccessTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFTSalesWithAccessTemplate.md#initializedargs)<`K`\> | #### Returns @@ -479,7 +479,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTSalesWithAccessTemplate.d.ts:151 -___ +--- ### getInitializeds @@ -487,17 +487,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NFTSalesWithAccessTemplate.md#initializedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NFTSalesWithAccessTemplate.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTSalesWithAccessTemplate.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.NFTSalesWithAccessTemplate.md#initializedfilter), [`InitializedResult`](subgraphs.NFTSalesWithAccessTemplate.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.NFTSalesWithAccessTemplate.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NFTSalesWithAccessTemplate.md#initializedargs)<`K`\> | #### Returns @@ -507,7 +507,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTSalesWithAccessTemplate.d.ts:152 -___ +--- ### getOwnershipTransferredById @@ -515,17 +515,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTSalesWithAccessTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTSalesWithAccessTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NFTSalesWithAccessTemplate.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTSalesWithAccessTemplate.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NFTSalesWithAccessTemplate.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTSalesWithAccessTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -535,7 +535,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NFTSalesWithAccessTemplate.d.ts:188 -___ +--- ### getOwnershipTransferreds @@ -543,17 +543,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTSalesWithAccessTemplate.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NFTSalesWithAccessTemplate.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NFTSalesWithAccessTemplate.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.NFTSalesWithAccessTemplate.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.NFTSalesWithAccessTemplate.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTSalesWithAccessTemplate.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NFTSalesWithAccessTemplate.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.NeverminedConfig.md b/docs/api-reference/modules/subgraphs.NeverminedConfig.md index 4901dc0ab..d3c27a5e7 100644 --- a/docs/api-reference/modules/subgraphs.NeverminedConfig.md +++ b/docs/api-reference/modules/subgraphs.NeverminedConfig.md @@ -58,15 +58,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NeverminedConfig.md#initializedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NeverminedConfig.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:46 -___ +--- ### InitializedFields @@ -74,16 +74,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:42 -___ +--- ### InitializedFilter @@ -91,30 +91,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:20 -___ +--- ### InitializedResult @@ -122,16 +122,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:38 -___ +--- ### MultiQueryOptions @@ -140,25 +140,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:9 -___ +--- ### NeverminedConfigChangeArgs @@ -166,15 +166,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`NeverminedConfigChangeResult`](subgraphs.NeverminedConfig.md#neverminedconfigchangeresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`NeverminedConfigChangeResult`](subgraphs.NeverminedConfig.md#neverminedconfigchangeresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:83 -___ +--- ### NeverminedConfigChangeFields @@ -182,17 +182,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_parameter` | ``true`` | -| `_whoChanged` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------ | :----- | +| `_parameter` | `true` | +| `_whoChanged` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:78 -___ +--- ### NeverminedConfigChangeFilter @@ -200,34 +200,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_parameter?` | `string` \| ``null`` | -| `_parameter_contains?` | `string` \| ``null`` | -| `_parameter_in?` | `string`[] | -| `_parameter_not?` | `string` \| ``null`` | -| `_parameter_not_contains?` | `string` \| ``null`` | -| `_parameter_not_in?` | `string`[] | -| `_whoChanged?` | `string` \| ``null`` | -| `_whoChanged_contains?` | `string` \| ``null`` | -| `_whoChanged_in?` | `string`[] | -| `_whoChanged_not?` | `string` \| ``null`` | -| `_whoChanged_not_contains?` | `string` \| ``null`` | -| `_whoChanged_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :-------------------------- | :----------------- | +| `_parameter?` | `string` \| `null` | +| `_parameter_contains?` | `string` \| `null` | +| `_parameter_in?` | `string`[] | +| `_parameter_not?` | `string` \| `null` | +| `_parameter_not_contains?` | `string` \| `null` | +| `_parameter_not_in?` | `string`[] | +| `_whoChanged?` | `string` \| `null` | +| `_whoChanged_contains?` | `string` \| `null` | +| `_whoChanged_in?` | `string`[] | +| `_whoChanged_not?` | `string` \| `null` | +| `_whoChanged_not_contains?` | `string` \| `null` | +| `_whoChanged_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:51 -___ +--- ### NeverminedConfigChangeResult @@ -235,17 +235,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_parameter` | `string` | +| Name | Type | +| :------------ | :------- | +| `_parameter` | `string` | | `_whoChanged` | `string` | -| `id` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:73 -___ +--- ### OwnershipTransferredArgs @@ -253,15 +253,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NeverminedConfig.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NeverminedConfig.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:120 -___ +--- ### OwnershipTransferredFields @@ -269,17 +269,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:115 -___ +--- ### OwnershipTransferredFilter @@ -287,34 +287,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:88 -___ +--- ### OwnershipTransferredResult @@ -322,17 +322,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:110 -___ +--- ### RoleAdminChangedArgs @@ -340,15 +340,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.NeverminedConfig.md#roleadminchangedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.NeverminedConfig.md#roleadminchangedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:165 -___ +--- ### RoleAdminChangedFields @@ -356,18 +356,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newAdminRole` | ``true`` | -| `previousAdminRole` | ``true`` | -| `role` | ``true`` | +| Name | Type | +| :------------------ | :----- | +| `id` | `true` | +| `newAdminRole` | `true` | +| `previousAdminRole` | `true` | +| `role` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:159 -___ +--- ### RoleAdminChangedFilter @@ -375,40 +375,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newAdminRole?` | `string` \| ``null`` | -| `newAdminRole_contains?` | `string` \| ``null`` | -| `newAdminRole_in?` | `string`[] | -| `newAdminRole_not?` | `string` \| ``null`` | -| `newAdminRole_not_contains?` | `string` \| ``null`` | -| `newAdminRole_not_in?` | `string`[] | -| `previousAdminRole?` | `string` \| ``null`` | -| `previousAdminRole_contains?` | `string` \| ``null`` | -| `previousAdminRole_in?` | `string`[] | -| `previousAdminRole_not?` | `string` \| ``null`` | -| `previousAdminRole_not_contains?` | `string` \| ``null`` | -| `previousAdminRole_not_in?` | `string`[] | -| `role?` | `string` \| ``null`` | -| `role_contains?` | `string` \| ``null`` | -| `role_in?` | `string`[] | -| `role_not?` | `string` \| ``null`` | -| `role_not_contains?` | `string` \| ``null`` | -| `role_not_in?` | `string`[] | +| Name | Type | +| :-------------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newAdminRole?` | `string` \| `null` | +| `newAdminRole_contains?` | `string` \| `null` | +| `newAdminRole_in?` | `string`[] | +| `newAdminRole_not?` | `string` \| `null` | +| `newAdminRole_not_contains?` | `string` \| `null` | +| `newAdminRole_not_in?` | `string`[] | +| `previousAdminRole?` | `string` \| `null` | +| `previousAdminRole_contains?` | `string` \| `null` | +| `previousAdminRole_in?` | `string`[] | +| `previousAdminRole_not?` | `string` \| `null` | +| `previousAdminRole_not_contains?` | `string` \| `null` | +| `previousAdminRole_not_in?` | `string`[] | +| `role?` | `string` \| `null` | +| `role_contains?` | `string` \| `null` | +| `role_in?` | `string`[] | +| `role_not?` | `string` \| `null` | +| `role_not_contains?` | `string` \| `null` | +| `role_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:125 -___ +--- ### RoleAdminChangedResult @@ -416,18 +416,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newAdminRole` | `string` | +| Name | Type | +| :------------------ | :------- | +| `id` | `string` | +| `newAdminRole` | `string` | | `previousAdminRole` | `string` | -| `role` | `string` | +| `role` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:153 -___ +--- ### RoleGrantedArgs @@ -435,15 +435,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleGrantedResult`](subgraphs.NeverminedConfig.md#rolegrantedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleGrantedResult`](subgraphs.NeverminedConfig.md#rolegrantedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:210 -___ +--- ### RoleGrantedFields @@ -451,18 +451,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account` | ``true`` | -| `id` | ``true`` | -| `role` | ``true`` | -| `sender` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `account` | `true` | +| `id` | `true` | +| `role` | `true` | +| `sender` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:204 -___ +--- ### RoleGrantedFilter @@ -470,40 +470,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account?` | `string` \| ``null`` | -| `account_contains?` | `string` \| ``null`` | -| `account_in?` | `string`[] | -| `account_not?` | `string` \| ``null`` | -| `account_not_contains?` | `string` \| ``null`` | -| `account_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `role?` | `string` \| ``null`` | -| `role_contains?` | `string` \| ``null`` | -| `role_in?` | `string`[] | -| `role_not?` | `string` \| ``null`` | -| `role_not_contains?` | `string` \| ``null`` | -| `role_not_in?` | `string`[] | -| `sender?` | `string` \| ``null`` | -| `sender_contains?` | `string` \| ``null`` | -| `sender_in?` | `string`[] | -| `sender_not?` | `string` \| ``null`` | -| `sender_not_contains?` | `string` \| ``null`` | -| `sender_not_in?` | `string`[] | +| Name | Type | +| :---------------------- | :----------------- | +| `account?` | `string` \| `null` | +| `account_contains?` | `string` \| `null` | +| `account_in?` | `string`[] | +| `account_not?` | `string` \| `null` | +| `account_not_contains?` | `string` \| `null` | +| `account_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `role?` | `string` \| `null` | +| `role_contains?` | `string` \| `null` | +| `role_in?` | `string`[] | +| `role_not?` | `string` \| `null` | +| `role_not_contains?` | `string` \| `null` | +| `role_not_in?` | `string`[] | +| `sender?` | `string` \| `null` | +| `sender_contains?` | `string` \| `null` | +| `sender_in?` | `string`[] | +| `sender_not?` | `string` \| `null` | +| `sender_not_contains?` | `string` \| `null` | +| `sender_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:170 -___ +--- ### RoleGrantedResult @@ -511,18 +511,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `account` | `string` | -| `id` | `string` | -| `role` | `string` | -| `sender` | `string` | +| `id` | `string` | +| `role` | `string` | +| `sender` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:198 -___ +--- ### RoleRevokedArgs @@ -530,15 +530,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleRevokedResult`](subgraphs.NeverminedConfig.md#rolerevokedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleRevokedResult`](subgraphs.NeverminedConfig.md#rolerevokedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:255 -___ +--- ### RoleRevokedFields @@ -546,18 +546,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account` | ``true`` | -| `id` | ``true`` | -| `role` | ``true`` | -| `sender` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `account` | `true` | +| `id` | `true` | +| `role` | `true` | +| `sender` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:249 -___ +--- ### RoleRevokedFilter @@ -565,40 +565,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account?` | `string` \| ``null`` | -| `account_contains?` | `string` \| ``null`` | -| `account_in?` | `string`[] | -| `account_not?` | `string` \| ``null`` | -| `account_not_contains?` | `string` \| ``null`` | -| `account_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `role?` | `string` \| ``null`` | -| `role_contains?` | `string` \| ``null`` | -| `role_in?` | `string`[] | -| `role_not?` | `string` \| ``null`` | -| `role_not_contains?` | `string` \| ``null`` | -| `role_not_in?` | `string`[] | -| `sender?` | `string` \| ``null`` | -| `sender_contains?` | `string` \| ``null`` | -| `sender_in?` | `string`[] | -| `sender_not?` | `string` \| ``null`` | -| `sender_not_contains?` | `string` \| ``null`` | -| `sender_not_in?` | `string`[] | +| Name | Type | +| :---------------------- | :----------------- | +| `account?` | `string` \| `null` | +| `account_contains?` | `string` \| `null` | +| `account_in?` | `string`[] | +| `account_not?` | `string` \| `null` | +| `account_not_contains?` | `string` \| `null` | +| `account_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `role?` | `string` \| `null` | +| `role_contains?` | `string` \| `null` | +| `role_in?` | `string`[] | +| `role_not?` | `string` \| `null` | +| `role_not_contains?` | `string` \| `null` | +| `role_not_in?` | `string`[] | +| `sender?` | `string` \| `null` | +| `sender_contains?` | `string` \| `null` | +| `sender_in?` | `string`[] | +| `sender_not?` | `string` \| `null` | +| `sender_not_contains?` | `string` \| `null` | +| `sender_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:215 -___ +--- ### RoleRevokedResult @@ -606,18 +606,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `account` | `string` | -| `id` | `string` | -| `role` | `string` | -| `sender` | `string` | +| `id` | `string` | +| `role` | `string` | +| `sender` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:243 -___ +--- ### SingleQueryOptions @@ -625,10 +625,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -642,17 +642,17 @@ node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:1 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NeverminedConfig.md#initializedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NeverminedConfig.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :----------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NeverminedConfig.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.NeverminedConfig.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NeverminedConfig.md#initializedargs)<`K`\> | #### Returns @@ -662,7 +662,7 @@ node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:1 node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:49 -___ +--- ### getInitializeds @@ -670,17 +670,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NeverminedConfig.md#initializedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NeverminedConfig.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NeverminedConfig.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.NeverminedConfig.md#initializedfilter), [`InitializedResult`](subgraphs.NeverminedConfig.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.NeverminedConfig.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NeverminedConfig.md#initializedargs)<`K`\> | #### Returns @@ -690,7 +690,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:50 -___ +--- ### getNeverminedConfigChangeById @@ -698,17 +698,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`NeverminedConfigChangeResult`](subgraphs.NeverminedConfig.md#neverminedconfigchangeresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`NeverminedConfigChangeResult`](subgraphs.NeverminedConfig.md#neverminedconfigchangeresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NeverminedConfig.md#singlequeryoptions) | -| `args` | [`NeverminedConfigChangeArgs`](subgraphs.NeverminedConfig.md#neverminedconfigchangeargs)<`K`\> | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NeverminedConfig.md#singlequeryoptions) | +| `args` | [`NeverminedConfigChangeArgs`](subgraphs.NeverminedConfig.md#neverminedconfigchangeargs)<`K`\> | #### Returns @@ -718,7 +718,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:86 -___ +--- ### getNeverminedConfigChanges @@ -726,17 +726,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`NeverminedConfigChangeResult`](subgraphs.NeverminedConfig.md#neverminedconfigchangeresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`NeverminedConfigChangeResult`](subgraphs.NeverminedConfig.md#neverminedconfigchangeresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NeverminedConfig.md#multiqueryoptions)<[`NeverminedConfigChangeFilter`](subgraphs.NeverminedConfig.md#neverminedconfigchangefilter), [`NeverminedConfigChangeResult`](subgraphs.NeverminedConfig.md#neverminedconfigchangeresult)\> | -| `args` | [`NeverminedConfigChangeArgs`](subgraphs.NeverminedConfig.md#neverminedconfigchangeargs)<`K`\> | +| `args` | [`NeverminedConfigChangeArgs`](subgraphs.NeverminedConfig.md#neverminedconfigchangeargs)<`K`\> | #### Returns @@ -746,7 +746,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:87 -___ +--- ### getOwnershipTransferredById @@ -754,17 +754,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NeverminedConfig.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NeverminedConfig.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NeverminedConfig.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NeverminedConfig.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NeverminedConfig.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NeverminedConfig.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -774,7 +774,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:123 -___ +--- ### getOwnershipTransferreds @@ -782,17 +782,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NeverminedConfig.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NeverminedConfig.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NeverminedConfig.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.NeverminedConfig.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.NeverminedConfig.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NeverminedConfig.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NeverminedConfig.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -802,7 +802,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:124 -___ +--- ### getRoleAdminChangedById @@ -810,17 +810,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.NeverminedConfig.md#roleadminchangedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.NeverminedConfig.md#roleadminchangedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NeverminedConfig.md#singlequeryoptions) | -| `args` | [`RoleAdminChangedArgs`](subgraphs.NeverminedConfig.md#roleadminchangedargs)<`K`\> | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NeverminedConfig.md#singlequeryoptions) | +| `args` | [`RoleAdminChangedArgs`](subgraphs.NeverminedConfig.md#roleadminchangedargs)<`K`\> | #### Returns @@ -830,7 +830,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:168 -___ +--- ### getRoleAdminChangeds @@ -838,17 +838,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.NeverminedConfig.md#roleadminchangedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.NeverminedConfig.md#roleadminchangedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NeverminedConfig.md#multiqueryoptions)<[`RoleAdminChangedFilter`](subgraphs.NeverminedConfig.md#roleadminchangedfilter), [`RoleAdminChangedResult`](subgraphs.NeverminedConfig.md#roleadminchangedresult)\> | -| `args` | [`RoleAdminChangedArgs`](subgraphs.NeverminedConfig.md#roleadminchangedargs)<`K`\> | +| `args` | [`RoleAdminChangedArgs`](subgraphs.NeverminedConfig.md#roleadminchangedargs)<`K`\> | #### Returns @@ -858,7 +858,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:169 -___ +--- ### getRoleGrantedById @@ -866,17 +866,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleGrantedResult`](subgraphs.NeverminedConfig.md#rolegrantedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleGrantedResult`](subgraphs.NeverminedConfig.md#rolegrantedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :----------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NeverminedConfig.md#singlequeryoptions) | -| `args` | [`RoleGrantedArgs`](subgraphs.NeverminedConfig.md#rolegrantedargs)<`K`\> | +| `args` | [`RoleGrantedArgs`](subgraphs.NeverminedConfig.md#rolegrantedargs)<`K`\> | #### Returns @@ -886,7 +886,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:213 -___ +--- ### getRoleGranteds @@ -894,17 +894,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleGrantedResult`](subgraphs.NeverminedConfig.md#rolegrantedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleGrantedResult`](subgraphs.NeverminedConfig.md#rolegrantedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NeverminedConfig.md#multiqueryoptions)<[`RoleGrantedFilter`](subgraphs.NeverminedConfig.md#rolegrantedfilter), [`RoleGrantedResult`](subgraphs.NeverminedConfig.md#rolegrantedresult)\> | -| `args` | [`RoleGrantedArgs`](subgraphs.NeverminedConfig.md#rolegrantedargs)<`K`\> | +| `args` | [`RoleGrantedArgs`](subgraphs.NeverminedConfig.md#rolegrantedargs)<`K`\> | #### Returns @@ -914,7 +914,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:214 -___ +--- ### getRoleRevokedById @@ -922,17 +922,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleRevokedResult`](subgraphs.NeverminedConfig.md#rolerevokedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleRevokedResult`](subgraphs.NeverminedConfig.md#rolerevokedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :----------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NeverminedConfig.md#singlequeryoptions) | -| `args` | [`RoleRevokedArgs`](subgraphs.NeverminedConfig.md#rolerevokedargs)<`K`\> | +| `args` | [`RoleRevokedArgs`](subgraphs.NeverminedConfig.md#rolerevokedargs)<`K`\> | #### Returns @@ -942,7 +942,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NeverminedConfig.d.ts:258 -___ +--- ### getRoleRevokeds @@ -950,17 +950,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleRevokedResult`](subgraphs.NeverminedConfig.md#rolerevokedresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleRevokedResult`](subgraphs.NeverminedConfig.md#rolerevokedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NeverminedConfig.md#multiqueryoptions)<[`RoleRevokedFilter`](subgraphs.NeverminedConfig.md#rolerevokedfilter), [`RoleRevokedResult`](subgraphs.NeverminedConfig.md#rolerevokedresult)\> | -| `args` | [`RoleRevokedArgs`](subgraphs.NeverminedConfig.md#rolerevokedargs)<`K`\> | +| `args` | [`RoleRevokedArgs`](subgraphs.NeverminedConfig.md#rolerevokedargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.NeverminedToken.md b/docs/api-reference/modules/subgraphs.NeverminedToken.md index 005294d37..174925d2a 100644 --- a/docs/api-reference/modules/subgraphs.NeverminedToken.md +++ b/docs/api-reference/modules/subgraphs.NeverminedToken.md @@ -64,15 +64,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ApprovalResult`](subgraphs.NeverminedToken.md#approvalresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------- | +| `K` | extends keyof [`ApprovalResult`](subgraphs.NeverminedToken.md#approvalresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:63 -___ +--- ### ApprovalFields @@ -80,18 +80,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `owner` | ``true`` | -| `spender` | ``true`` | -| `value` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `owner` | `true` | +| `spender` | `true` | +| `value` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:57 -___ +--- ### ApprovalFilter @@ -99,42 +99,42 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `owner?` | `string` \| ``null`` | -| `owner_contains?` | `string` \| ``null`` | -| `owner_in?` | `string`[] | -| `owner_not?` | `string` \| ``null`` | -| `owner_not_contains?` | `string` \| ``null`` | -| `owner_not_in?` | `string`[] | -| `spender?` | `string` \| ``null`` | -| `spender_contains?` | `string` \| ``null`` | -| `spender_in?` | `string`[] | -| `spender_not?` | `string` \| ``null`` | -| `spender_not_contains?` | `string` \| ``null`` | -| `spender_not_in?` | `string`[] | -| `value?` | `WeiSource` \| ``null`` | -| `value_gt?` | `WeiSource` \| ``null`` | -| `value_gte?` | `WeiSource` \| ``null`` | -| `value_in?` | `WeiSource`[] | -| `value_lt?` | `WeiSource` \| ``null`` | -| `value_lte?` | `WeiSource` \| ``null`` | -| `value_not?` | `WeiSource` \| ``null`` | -| `value_not_in?` | `WeiSource`[] | +| Name | Type | +| :---------------------- | :-------------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `owner?` | `string` \| `null` | +| `owner_contains?` | `string` \| `null` | +| `owner_in?` | `string`[] | +| `owner_not?` | `string` \| `null` | +| `owner_not_contains?` | `string` \| `null` | +| `owner_not_in?` | `string`[] | +| `spender?` | `string` \| `null` | +| `spender_contains?` | `string` \| `null` | +| `spender_in?` | `string`[] | +| `spender_not?` | `string` \| `null` | +| `spender_not_contains?` | `string` \| `null` | +| `spender_not_in?` | `string`[] | +| `value?` | `WeiSource` \| `null` | +| `value_gt?` | `WeiSource` \| `null` | +| `value_gte?` | `WeiSource` \| `null` | +| `value_in?` | `WeiSource`[] | +| `value_lt?` | `WeiSource` \| `null` | +| `value_lte?` | `WeiSource` \| `null` | +| `value_not?` | `WeiSource` \| `null` | +| `value_not_in?` | `WeiSource`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:21 -___ +--- ### ApprovalResult @@ -142,18 +142,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `owner` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | +| `owner` | `string` | | `spender` | `string` | -| `value` | `Wei` | +| `value` | `Wei` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:51 -___ +--- ### InitializedArgs @@ -161,15 +161,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NeverminedToken.md#initializedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NeverminedToken.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:94 -___ +--- ### InitializedFields @@ -177,16 +177,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:90 -___ +--- ### InitializedFilter @@ -194,30 +194,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:68 -___ +--- ### InitializedResult @@ -225,16 +225,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:86 -___ +--- ### MultiQueryOptions @@ -243,25 +243,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -269,15 +269,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NeverminedToken.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NeverminedToken.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:131 -___ +--- ### OwnershipTransferredFields @@ -285,17 +285,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:126 -___ +--- ### OwnershipTransferredFilter @@ -303,34 +303,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:99 -___ +--- ### OwnershipTransferredResult @@ -338,17 +338,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:121 -___ +--- ### RoleAdminChangedArgs @@ -356,15 +356,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.NeverminedToken.md#roleadminchangedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.NeverminedToken.md#roleadminchangedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:176 -___ +--- ### RoleAdminChangedFields @@ -372,18 +372,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newAdminRole` | ``true`` | -| `previousAdminRole` | ``true`` | -| `role` | ``true`` | +| Name | Type | +| :------------------ | :----- | +| `id` | `true` | +| `newAdminRole` | `true` | +| `previousAdminRole` | `true` | +| `role` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:170 -___ +--- ### RoleAdminChangedFilter @@ -391,40 +391,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newAdminRole?` | `string` \| ``null`` | -| `newAdminRole_contains?` | `string` \| ``null`` | -| `newAdminRole_in?` | `string`[] | -| `newAdminRole_not?` | `string` \| ``null`` | -| `newAdminRole_not_contains?` | `string` \| ``null`` | -| `newAdminRole_not_in?` | `string`[] | -| `previousAdminRole?` | `string` \| ``null`` | -| `previousAdminRole_contains?` | `string` \| ``null`` | -| `previousAdminRole_in?` | `string`[] | -| `previousAdminRole_not?` | `string` \| ``null`` | -| `previousAdminRole_not_contains?` | `string` \| ``null`` | -| `previousAdminRole_not_in?` | `string`[] | -| `role?` | `string` \| ``null`` | -| `role_contains?` | `string` \| ``null`` | -| `role_in?` | `string`[] | -| `role_not?` | `string` \| ``null`` | -| `role_not_contains?` | `string` \| ``null`` | -| `role_not_in?` | `string`[] | +| Name | Type | +| :-------------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newAdminRole?` | `string` \| `null` | +| `newAdminRole_contains?` | `string` \| `null` | +| `newAdminRole_in?` | `string`[] | +| `newAdminRole_not?` | `string` \| `null` | +| `newAdminRole_not_contains?` | `string` \| `null` | +| `newAdminRole_not_in?` | `string`[] | +| `previousAdminRole?` | `string` \| `null` | +| `previousAdminRole_contains?` | `string` \| `null` | +| `previousAdminRole_in?` | `string`[] | +| `previousAdminRole_not?` | `string` \| `null` | +| `previousAdminRole_not_contains?` | `string` \| `null` | +| `previousAdminRole_not_in?` | `string`[] | +| `role?` | `string` \| `null` | +| `role_contains?` | `string` \| `null` | +| `role_in?` | `string`[] | +| `role_not?` | `string` \| `null` | +| `role_not_contains?` | `string` \| `null` | +| `role_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:136 -___ +--- ### RoleAdminChangedResult @@ -432,18 +432,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newAdminRole` | `string` | +| Name | Type | +| :------------------ | :------- | +| `id` | `string` | +| `newAdminRole` | `string` | | `previousAdminRole` | `string` | -| `role` | `string` | +| `role` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:164 -___ +--- ### RoleGrantedArgs @@ -451,15 +451,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleGrantedResult`](subgraphs.NeverminedToken.md#rolegrantedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleGrantedResult`](subgraphs.NeverminedToken.md#rolegrantedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:221 -___ +--- ### RoleGrantedFields @@ -467,18 +467,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account` | ``true`` | -| `id` | ``true`` | -| `role` | ``true`` | -| `sender` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `account` | `true` | +| `id` | `true` | +| `role` | `true` | +| `sender` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:215 -___ +--- ### RoleGrantedFilter @@ -486,40 +486,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account?` | `string` \| ``null`` | -| `account_contains?` | `string` \| ``null`` | -| `account_in?` | `string`[] | -| `account_not?` | `string` \| ``null`` | -| `account_not_contains?` | `string` \| ``null`` | -| `account_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `role?` | `string` \| ``null`` | -| `role_contains?` | `string` \| ``null`` | -| `role_in?` | `string`[] | -| `role_not?` | `string` \| ``null`` | -| `role_not_contains?` | `string` \| ``null`` | -| `role_not_in?` | `string`[] | -| `sender?` | `string` \| ``null`` | -| `sender_contains?` | `string` \| ``null`` | -| `sender_in?` | `string`[] | -| `sender_not?` | `string` \| ``null`` | -| `sender_not_contains?` | `string` \| ``null`` | -| `sender_not_in?` | `string`[] | +| Name | Type | +| :---------------------- | :----------------- | +| `account?` | `string` \| `null` | +| `account_contains?` | `string` \| `null` | +| `account_in?` | `string`[] | +| `account_not?` | `string` \| `null` | +| `account_not_contains?` | `string` \| `null` | +| `account_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `role?` | `string` \| `null` | +| `role_contains?` | `string` \| `null` | +| `role_in?` | `string`[] | +| `role_not?` | `string` \| `null` | +| `role_not_contains?` | `string` \| `null` | +| `role_not_in?` | `string`[] | +| `sender?` | `string` \| `null` | +| `sender_contains?` | `string` \| `null` | +| `sender_in?` | `string`[] | +| `sender_not?` | `string` \| `null` | +| `sender_not_contains?` | `string` \| `null` | +| `sender_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:181 -___ +--- ### RoleGrantedResult @@ -527,18 +527,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `account` | `string` | -| `id` | `string` | -| `role` | `string` | -| `sender` | `string` | +| `id` | `string` | +| `role` | `string` | +| `sender` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:209 -___ +--- ### RoleRevokedArgs @@ -546,15 +546,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleRevokedResult`](subgraphs.NeverminedToken.md#rolerevokedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleRevokedResult`](subgraphs.NeverminedToken.md#rolerevokedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:266 -___ +--- ### RoleRevokedFields @@ -562,18 +562,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account` | ``true`` | -| `id` | ``true`` | -| `role` | ``true`` | -| `sender` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `account` | `true` | +| `id` | `true` | +| `role` | `true` | +| `sender` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:260 -___ +--- ### RoleRevokedFilter @@ -581,40 +581,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account?` | `string` \| ``null`` | -| `account_contains?` | `string` \| ``null`` | -| `account_in?` | `string`[] | -| `account_not?` | `string` \| ``null`` | -| `account_not_contains?` | `string` \| ``null`` | -| `account_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `role?` | `string` \| ``null`` | -| `role_contains?` | `string` \| ``null`` | -| `role_in?` | `string`[] | -| `role_not?` | `string` \| ``null`` | -| `role_not_contains?` | `string` \| ``null`` | -| `role_not_in?` | `string`[] | -| `sender?` | `string` \| ``null`` | -| `sender_contains?` | `string` \| ``null`` | -| `sender_in?` | `string`[] | -| `sender_not?` | `string` \| ``null`` | -| `sender_not_contains?` | `string` \| ``null`` | -| `sender_not_in?` | `string`[] | +| Name | Type | +| :---------------------- | :----------------- | +| `account?` | `string` \| `null` | +| `account_contains?` | `string` \| `null` | +| `account_in?` | `string`[] | +| `account_not?` | `string` \| `null` | +| `account_not_contains?` | `string` \| `null` | +| `account_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `role?` | `string` \| `null` | +| `role_contains?` | `string` \| `null` | +| `role_in?` | `string`[] | +| `role_not?` | `string` \| `null` | +| `role_not_contains?` | `string` \| `null` | +| `role_not_in?` | `string`[] | +| `sender?` | `string` \| `null` | +| `sender_contains?` | `string` \| `null` | +| `sender_in?` | `string`[] | +| `sender_not?` | `string` \| `null` | +| `sender_not_contains?` | `string` \| `null` | +| `sender_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:226 -___ +--- ### RoleRevokedResult @@ -622,18 +622,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `account` | `string` | -| `id` | `string` | -| `role` | `string` | -| `sender` | `string` | +| `id` | `string` | +| `role` | `string` | +| `sender` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:254 -___ +--- ### SingleQueryOptions @@ -641,16 +641,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:2 -___ +--- ### TransferArgs @@ -658,15 +658,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`TransferResult`](subgraphs.NeverminedToken.md#transferresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------- | +| `K` | extends keyof [`TransferResult`](subgraphs.NeverminedToken.md#transferresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:313 -___ +--- ### TransferFields @@ -674,18 +674,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `from` | ``true`` | -| `id` | ``true`` | -| `to` | ``true`` | -| `value` | ``true`` | +| Name | Type | +| :------ | :----- | +| `from` | `true` | +| `id` | `true` | +| `to` | `true` | +| `value` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:307 -___ +--- ### TransferFilter @@ -693,42 +693,42 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `from?` | `string` \| ``null`` | -| `from_contains?` | `string` \| ``null`` | -| `from_in?` | `string`[] | -| `from_not?` | `string` \| ``null`` | -| `from_not_contains?` | `string` \| ``null`` | -| `from_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `to?` | `string` \| ``null`` | -| `to_contains?` | `string` \| ``null`` | -| `to_in?` | `string`[] | -| `to_not?` | `string` \| ``null`` | -| `to_not_contains?` | `string` \| ``null`` | -| `to_not_in?` | `string`[] | -| `value?` | `WeiSource` \| ``null`` | -| `value_gt?` | `WeiSource` \| ``null`` | -| `value_gte?` | `WeiSource` \| ``null`` | -| `value_in?` | `WeiSource`[] | -| `value_lt?` | `WeiSource` \| ``null`` | -| `value_lte?` | `WeiSource` \| ``null`` | -| `value_not?` | `WeiSource` \| ``null`` | -| `value_not_in?` | `WeiSource`[] | +| Name | Type | +| :------------------- | :-------------------- | +| `from?` | `string` \| `null` | +| `from_contains?` | `string` \| `null` | +| `from_in?` | `string`[] | +| `from_not?` | `string` \| `null` | +| `from_not_contains?` | `string` \| `null` | +| `from_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `to?` | `string` \| `null` | +| `to_contains?` | `string` \| `null` | +| `to_in?` | `string`[] | +| `to_not?` | `string` \| `null` | +| `to_not_contains?` | `string` \| `null` | +| `to_not_in?` | `string`[] | +| `value?` | `WeiSource` \| `null` | +| `value_gt?` | `WeiSource` \| `null` | +| `value_gte?` | `WeiSource` \| `null` | +| `value_in?` | `WeiSource`[] | +| `value_lt?` | `WeiSource` \| `null` | +| `value_lte?` | `WeiSource` \| `null` | +| `value_not?` | `WeiSource` \| `null` | +| `value_not_in?` | `WeiSource`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:271 -___ +--- ### TransferResult @@ -736,12 +736,12 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `from` | `string` | -| `id` | `string` | -| `to` | `string` | -| `value` | `Wei` | +| Name | Type | +| :------ | :------- | +| `from` | `string` | +| `id` | `string` | +| `to` | `string` | +| `value` | `Wei` | #### Defined in @@ -755,17 +755,17 @@ node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:301 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ApprovalResult`](subgraphs.NeverminedToken.md#approvalresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------- | +| `K` | extends keyof [`ApprovalResult`](subgraphs.NeverminedToken.md#approvalresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NeverminedToken.md#singlequeryoptions) | -| `args` | [`ApprovalArgs`](subgraphs.NeverminedToken.md#approvalargs)<`K`\> | +| `args` | [`ApprovalArgs`](subgraphs.NeverminedToken.md#approvalargs)<`K`\> | #### Returns @@ -775,7 +775,7 @@ node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:301 node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:66 -___ +--- ### getApprovals @@ -783,17 +783,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`ApprovalResult`](subgraphs.NeverminedToken.md#approvalresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------- | +| `K` | extends keyof [`ApprovalResult`](subgraphs.NeverminedToken.md#approvalresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NeverminedToken.md#multiqueryoptions)<[`ApprovalFilter`](subgraphs.NeverminedToken.md#approvalfilter), [`ApprovalResult`](subgraphs.NeverminedToken.md#approvalresult)\> | -| `args` | [`ApprovalArgs`](subgraphs.NeverminedToken.md#approvalargs)<`K`\> | +| `args` | [`ApprovalArgs`](subgraphs.NeverminedToken.md#approvalargs)<`K`\> | #### Returns @@ -803,7 +803,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:67 -___ +--- ### getInitializedById @@ -811,17 +811,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NeverminedToken.md#initializedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NeverminedToken.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NeverminedToken.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.NeverminedToken.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NeverminedToken.md#initializedargs)<`K`\> | #### Returns @@ -831,7 +831,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:97 -___ +--- ### getInitializeds @@ -839,17 +839,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.NeverminedToken.md#initializedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.NeverminedToken.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NeverminedToken.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.NeverminedToken.md#initializedfilter), [`InitializedResult`](subgraphs.NeverminedToken.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.NeverminedToken.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.NeverminedToken.md#initializedargs)<`K`\> | #### Returns @@ -859,7 +859,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:98 -___ +--- ### getOwnershipTransferredById @@ -867,17 +867,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NeverminedToken.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NeverminedToken.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NeverminedToken.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NeverminedToken.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NeverminedToken.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NeverminedToken.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -887,7 +887,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:134 -___ +--- ### getOwnershipTransferreds @@ -895,17 +895,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NeverminedToken.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.NeverminedToken.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NeverminedToken.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.NeverminedToken.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.NeverminedToken.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.NeverminedToken.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.NeverminedToken.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -915,7 +915,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:135 -___ +--- ### getRoleAdminChangedById @@ -923,17 +923,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.NeverminedToken.md#roleadminchangedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.NeverminedToken.md#roleadminchangedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.NeverminedToken.md#singlequeryoptions) | -| `args` | [`RoleAdminChangedArgs`](subgraphs.NeverminedToken.md#roleadminchangedargs)<`K`\> | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.NeverminedToken.md#singlequeryoptions) | +| `args` | [`RoleAdminChangedArgs`](subgraphs.NeverminedToken.md#roleadminchangedargs)<`K`\> | #### Returns @@ -943,7 +943,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:179 -___ +--- ### getRoleAdminChangeds @@ -951,17 +951,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.NeverminedToken.md#roleadminchangedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.NeverminedToken.md#roleadminchangedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NeverminedToken.md#multiqueryoptions)<[`RoleAdminChangedFilter`](subgraphs.NeverminedToken.md#roleadminchangedfilter), [`RoleAdminChangedResult`](subgraphs.NeverminedToken.md#roleadminchangedresult)\> | -| `args` | [`RoleAdminChangedArgs`](subgraphs.NeverminedToken.md#roleadminchangedargs)<`K`\> | +| `args` | [`RoleAdminChangedArgs`](subgraphs.NeverminedToken.md#roleadminchangedargs)<`K`\> | #### Returns @@ -971,7 +971,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:180 -___ +--- ### getRoleGrantedById @@ -979,17 +979,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleGrantedResult`](subgraphs.NeverminedToken.md#rolegrantedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleGrantedResult`](subgraphs.NeverminedToken.md#rolegrantedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NeverminedToken.md#singlequeryoptions) | -| `args` | [`RoleGrantedArgs`](subgraphs.NeverminedToken.md#rolegrantedargs)<`K`\> | +| `args` | [`RoleGrantedArgs`](subgraphs.NeverminedToken.md#rolegrantedargs)<`K`\> | #### Returns @@ -999,7 +999,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:224 -___ +--- ### getRoleGranteds @@ -1007,17 +1007,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleGrantedResult`](subgraphs.NeverminedToken.md#rolegrantedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleGrantedResult`](subgraphs.NeverminedToken.md#rolegrantedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NeverminedToken.md#multiqueryoptions)<[`RoleGrantedFilter`](subgraphs.NeverminedToken.md#rolegrantedfilter), [`RoleGrantedResult`](subgraphs.NeverminedToken.md#rolegrantedresult)\> | -| `args` | [`RoleGrantedArgs`](subgraphs.NeverminedToken.md#rolegrantedargs)<`K`\> | +| `args` | [`RoleGrantedArgs`](subgraphs.NeverminedToken.md#rolegrantedargs)<`K`\> | #### Returns @@ -1027,7 +1027,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:225 -___ +--- ### getRoleRevokedById @@ -1035,17 +1035,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleRevokedResult`](subgraphs.NeverminedToken.md#rolerevokedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleRevokedResult`](subgraphs.NeverminedToken.md#rolerevokedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NeverminedToken.md#singlequeryoptions) | -| `args` | [`RoleRevokedArgs`](subgraphs.NeverminedToken.md#rolerevokedargs)<`K`\> | +| `args` | [`RoleRevokedArgs`](subgraphs.NeverminedToken.md#rolerevokedargs)<`K`\> | #### Returns @@ -1055,7 +1055,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:269 -___ +--- ### getRoleRevokeds @@ -1063,17 +1063,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleRevokedResult`](subgraphs.NeverminedToken.md#rolerevokedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleRevokedResult`](subgraphs.NeverminedToken.md#rolerevokedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NeverminedToken.md#multiqueryoptions)<[`RoleRevokedFilter`](subgraphs.NeverminedToken.md#rolerevokedfilter), [`RoleRevokedResult`](subgraphs.NeverminedToken.md#rolerevokedresult)\> | -| `args` | [`RoleRevokedArgs`](subgraphs.NeverminedToken.md#rolerevokedargs)<`K`\> | +| `args` | [`RoleRevokedArgs`](subgraphs.NeverminedToken.md#rolerevokedargs)<`K`\> | #### Returns @@ -1083,7 +1083,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:270 -___ +--- ### getTransferById @@ -1091,17 +1091,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`TransferResult`](subgraphs.NeverminedToken.md#transferresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------- | +| `K` | extends keyof [`TransferResult`](subgraphs.NeverminedToken.md#transferresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.NeverminedToken.md#singlequeryoptions) | -| `args` | [`TransferArgs`](subgraphs.NeverminedToken.md#transferargs)<`K`\> | +| `args` | [`TransferArgs`](subgraphs.NeverminedToken.md#transferargs)<`K`\> | #### Returns @@ -1111,7 +1111,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/NeverminedToken.d.ts:316 -___ +--- ### getTransfers @@ -1119,17 +1119,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`TransferResult`](subgraphs.NeverminedToken.md#transferresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------- | +| `K` | extends keyof [`TransferResult`](subgraphs.NeverminedToken.md#transferresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.NeverminedToken.md#multiqueryoptions)<[`TransferFilter`](subgraphs.NeverminedToken.md#transferfilter), [`TransferResult`](subgraphs.NeverminedToken.md#transferresult)\> | -| `args` | [`TransferArgs`](subgraphs.NeverminedToken.md#transferargs)<`K`\> | +| `args` | [`TransferArgs`](subgraphs.NeverminedToken.md#transferargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.RewardsDistributor.md b/docs/api-reference/modules/subgraphs.RewardsDistributor.md index 9e61a6e09..1259fb5e6 100644 --- a/docs/api-reference/modules/subgraphs.RewardsDistributor.md +++ b/docs/api-reference/modules/subgraphs.RewardsDistributor.md @@ -28,15 +28,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.RewardsDistributor.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.RewardsDistributor.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/RewardsDistributor.d.ts:46 -___ +--- ### InitializedFields @@ -44,16 +44,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/RewardsDistributor.d.ts:42 -___ +--- ### InitializedFilter @@ -61,30 +61,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/RewardsDistributor.d.ts:20 -___ +--- ### InitializedResult @@ -92,16 +92,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/RewardsDistributor.d.ts:38 -___ +--- ### MultiQueryOptions @@ -110,25 +110,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/RewardsDistributor.d.ts:9 -___ +--- ### SingleQueryOptions @@ -136,10 +136,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -153,17 +153,17 @@ node_modules/@nevermined-io/subgraphs/build/RewardsDistributor.d.ts:1 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.RewardsDistributor.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.RewardsDistributor.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.RewardsDistributor.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.RewardsDistributor.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.RewardsDistributor.md#initializedargs)<`K`\> | #### Returns @@ -173,7 +173,7 @@ node_modules/@nevermined-io/subgraphs/build/RewardsDistributor.d.ts:1 node_modules/@nevermined-io/subgraphs/build/RewardsDistributor.d.ts:49 -___ +--- ### getInitializeds @@ -181,17 +181,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.RewardsDistributor.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.RewardsDistributor.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.RewardsDistributor.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.RewardsDistributor.md#initializedfilter), [`InitializedResult`](subgraphs.RewardsDistributor.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.RewardsDistributor.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.RewardsDistributor.md#initializedargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.SignCondition.md b/docs/api-reference/modules/subgraphs.SignCondition.md index 728e07328..9194df52f 100644 --- a/docs/api-reference/modules/subgraphs.SignCondition.md +++ b/docs/api-reference/modules/subgraphs.SignCondition.md @@ -34,15 +34,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.SignCondition.md#initializedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.SignCondition.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/SignCondition.d.ts:46 -___ +--- ### InitializedFields @@ -50,16 +50,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/SignCondition.d.ts:42 -___ +--- ### InitializedFilter @@ -67,30 +67,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/SignCondition.d.ts:20 -___ +--- ### InitializedResult @@ -98,16 +98,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/SignCondition.d.ts:38 -___ +--- ### MultiQueryOptions @@ -116,25 +116,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/SignCondition.d.ts:9 -___ +--- ### OwnershipTransferredArgs @@ -142,15 +142,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.SignCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.SignCondition.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/SignCondition.d.ts:83 -___ +--- ### OwnershipTransferredFields @@ -158,17 +158,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/SignCondition.d.ts:78 -___ +--- ### OwnershipTransferredFilter @@ -176,34 +176,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/SignCondition.d.ts:51 -___ +--- ### OwnershipTransferredResult @@ -211,17 +211,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/SignCondition.d.ts:73 -___ +--- ### SingleQueryOptions @@ -229,10 +229,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -246,17 +246,17 @@ node_modules/@nevermined-io/subgraphs/build/SignCondition.d.ts:1 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.SignCondition.md#initializedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.SignCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.SignCondition.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.SignCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.SignCondition.md#initializedargs)<`K`\> | #### Returns @@ -266,7 +266,7 @@ node_modules/@nevermined-io/subgraphs/build/SignCondition.d.ts:1 node_modules/@nevermined-io/subgraphs/build/SignCondition.d.ts:49 -___ +--- ### getInitializeds @@ -274,17 +274,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.SignCondition.md#initializedresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.SignCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.SignCondition.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.SignCondition.md#initializedfilter), [`InitializedResult`](subgraphs.SignCondition.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.SignCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.SignCondition.md#initializedargs)<`K`\> | #### Returns @@ -294,7 +294,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/SignCondition.d.ts:50 -___ +--- ### getOwnershipTransferredById @@ -302,17 +302,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.SignCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.SignCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.SignCondition.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.SignCondition.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.SignCondition.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.SignCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -322,7 +322,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/SignCondition.d.ts:86 -___ +--- ### getOwnershipTransferreds @@ -330,17 +330,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.SignCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.SignCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.SignCondition.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.SignCondition.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.SignCondition.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.SignCondition.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.SignCondition.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.StandardRoyalties.md b/docs/api-reference/modules/subgraphs.StandardRoyalties.md index 69b4e0942..0878802d3 100644 --- a/docs/api-reference/modules/subgraphs.StandardRoyalties.md +++ b/docs/api-reference/modules/subgraphs.StandardRoyalties.md @@ -28,15 +28,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.StandardRoyalties.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`InitializedResult`](subgraphs.StandardRoyalties.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/StandardRoyalties.d.ts:46 -___ +--- ### InitializedFields @@ -44,16 +44,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/StandardRoyalties.d.ts:42 -___ +--- ### InitializedFilter @@ -61,30 +61,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/StandardRoyalties.d.ts:20 -___ +--- ### InitializedResult @@ -92,16 +92,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/StandardRoyalties.d.ts:38 -___ +--- ### MultiQueryOptions @@ -110,25 +110,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/StandardRoyalties.d.ts:9 -___ +--- ### SingleQueryOptions @@ -136,10 +136,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -153,17 +153,17 @@ node_modules/@nevermined-io/subgraphs/build/StandardRoyalties.d.ts:1 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.StandardRoyalties.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`InitializedResult`](subgraphs.StandardRoyalties.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.StandardRoyalties.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.StandardRoyalties.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.StandardRoyalties.md#initializedargs)<`K`\> | #### Returns @@ -173,7 +173,7 @@ node_modules/@nevermined-io/subgraphs/build/StandardRoyalties.d.ts:1 node_modules/@nevermined-io/subgraphs/build/StandardRoyalties.d.ts:49 -___ +--- ### getInitializeds @@ -181,17 +181,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.StandardRoyalties.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------ | +| `K` | extends keyof [`InitializedResult`](subgraphs.StandardRoyalties.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.StandardRoyalties.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.StandardRoyalties.md#initializedfilter), [`InitializedResult`](subgraphs.StandardRoyalties.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.StandardRoyalties.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.StandardRoyalties.md#initializedargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.TemplateStoreManager.md b/docs/api-reference/modules/subgraphs.TemplateStoreManager.md index 272831bda..8bc8d9820 100644 --- a/docs/api-reference/modules/subgraphs.TemplateStoreManager.md +++ b/docs/api-reference/modules/subgraphs.TemplateStoreManager.md @@ -34,15 +34,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.TemplateStoreManager.md#initializedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.TemplateStoreManager.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/TemplateStoreManager.d.ts:46 -___ +--- ### InitializedFields @@ -50,16 +50,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TemplateStoreManager.d.ts:42 -___ +--- ### InitializedFilter @@ -67,30 +67,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/TemplateStoreManager.d.ts:20 -___ +--- ### InitializedResult @@ -98,16 +98,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TemplateStoreManager.d.ts:38 -___ +--- ### MultiQueryOptions @@ -116,25 +116,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TemplateStoreManager.d.ts:9 -___ +--- ### OwnershipTransferredArgs @@ -142,15 +142,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.TemplateStoreManager.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.TemplateStoreManager.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/TemplateStoreManager.d.ts:83 -___ +--- ### OwnershipTransferredFields @@ -158,17 +158,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TemplateStoreManager.d.ts:78 -___ +--- ### OwnershipTransferredFilter @@ -176,34 +176,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/TemplateStoreManager.d.ts:51 -___ +--- ### OwnershipTransferredResult @@ -211,17 +211,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TemplateStoreManager.d.ts:73 -___ +--- ### SingleQueryOptions @@ -229,10 +229,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -246,17 +246,17 @@ node_modules/@nevermined-io/subgraphs/build/TemplateStoreManager.d.ts:1 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.TemplateStoreManager.md#initializedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.TemplateStoreManager.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.TemplateStoreManager.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.TemplateStoreManager.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.TemplateStoreManager.md#initializedargs)<`K`\> | #### Returns @@ -266,7 +266,7 @@ node_modules/@nevermined-io/subgraphs/build/TemplateStoreManager.d.ts:1 node_modules/@nevermined-io/subgraphs/build/TemplateStoreManager.d.ts:49 -___ +--- ### getInitializeds @@ -274,17 +274,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.TemplateStoreManager.md#initializedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.TemplateStoreManager.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.TemplateStoreManager.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.TemplateStoreManager.md#initializedfilter), [`InitializedResult`](subgraphs.TemplateStoreManager.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.TemplateStoreManager.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.TemplateStoreManager.md#initializedargs)<`K`\> | #### Returns @@ -294,7 +294,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TemplateStoreManager.d.ts:50 -___ +--- ### getOwnershipTransferredById @@ -302,17 +302,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.TemplateStoreManager.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.TemplateStoreManager.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.TemplateStoreManager.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.TemplateStoreManager.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.TemplateStoreManager.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.TemplateStoreManager.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -322,7 +322,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TemplateStoreManager.d.ts:86 -___ +--- ### getOwnershipTransferreds @@ -330,17 +330,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.TemplateStoreManager.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.TemplateStoreManager.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.TemplateStoreManager.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.TemplateStoreManager.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.TemplateStoreManager.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.TemplateStoreManager.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.TemplateStoreManager.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.ThresholdCondition.md b/docs/api-reference/modules/subgraphs.ThresholdCondition.md index a446c452b..a18b05575 100644 --- a/docs/api-reference/modules/subgraphs.ThresholdCondition.md +++ b/docs/api-reference/modules/subgraphs.ThresholdCondition.md @@ -34,15 +34,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.ThresholdCondition.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.ThresholdCondition.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/ThresholdCondition.d.ts:46 -___ +--- ### InitializedFields @@ -50,16 +50,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ThresholdCondition.d.ts:42 -___ +--- ### InitializedFilter @@ -67,30 +67,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/ThresholdCondition.d.ts:20 -___ +--- ### InitializedResult @@ -98,16 +98,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ThresholdCondition.d.ts:38 -___ +--- ### MultiQueryOptions @@ -116,25 +116,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ThresholdCondition.d.ts:9 -___ +--- ### OwnershipTransferredArgs @@ -142,15 +142,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.ThresholdCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.ThresholdCondition.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/ThresholdCondition.d.ts:83 -___ +--- ### OwnershipTransferredFields @@ -158,17 +158,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ThresholdCondition.d.ts:78 -___ +--- ### OwnershipTransferredFilter @@ -176,34 +176,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/ThresholdCondition.d.ts:51 -___ +--- ### OwnershipTransferredResult @@ -211,17 +211,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/ThresholdCondition.d.ts:73 -___ +--- ### SingleQueryOptions @@ -229,10 +229,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -246,17 +246,17 @@ node_modules/@nevermined-io/subgraphs/build/ThresholdCondition.d.ts:1 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.ThresholdCondition.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.ThresholdCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.ThresholdCondition.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.ThresholdCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.ThresholdCondition.md#initializedargs)<`K`\> | #### Returns @@ -266,7 +266,7 @@ node_modules/@nevermined-io/subgraphs/build/ThresholdCondition.d.ts:1 node_modules/@nevermined-io/subgraphs/build/ThresholdCondition.d.ts:49 -___ +--- ### getInitializeds @@ -274,17 +274,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.ThresholdCondition.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.ThresholdCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.ThresholdCondition.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.ThresholdCondition.md#initializedfilter), [`InitializedResult`](subgraphs.ThresholdCondition.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.ThresholdCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.ThresholdCondition.md#initializedargs)<`K`\> | #### Returns @@ -294,7 +294,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/ThresholdCondition.d.ts:50 -___ +--- ### getOwnershipTransferredById @@ -302,17 +302,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.ThresholdCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.ThresholdCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.ThresholdCondition.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.ThresholdCondition.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.ThresholdCondition.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.ThresholdCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -322,7 +322,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/ThresholdCondition.d.ts:86 -___ +--- ### getOwnershipTransferreds @@ -330,17 +330,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.ThresholdCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.ThresholdCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.ThresholdCondition.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.ThresholdCondition.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.ThresholdCondition.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.ThresholdCondition.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.ThresholdCondition.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.TransferDIDOwnershipCondition.md b/docs/api-reference/modules/subgraphs.TransferDIDOwnershipCondition.md index 29e6944a1..44d0c173e 100644 --- a/docs/api-reference/modules/subgraphs.TransferDIDOwnershipCondition.md +++ b/docs/api-reference/modules/subgraphs.TransferDIDOwnershipCondition.md @@ -40,15 +40,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.TransferDIDOwnershipCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.TransferDIDOwnershipCondition.md#fulfilledresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferDIDOwnershipCondition.d.ts:68 -___ +--- ### FulfilledFields @@ -56,19 +56,19 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | ``true`` | -| `_conditionId` | ``true`` | -| `_did` | ``true`` | -| `_receiver` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------- | :----- | +| `_agreementId` | `true` | +| `_conditionId` | `true` | +| `_did` | `true` | +| `_receiver` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferDIDOwnershipCondition.d.ts:61 -___ +--- ### FulfilledFilter @@ -76,46 +76,46 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_conditionId?` | `string` \| ``null`` | -| `_conditionId_contains?` | `string` \| ``null`` | -| `_conditionId_in?` | `string`[] | -| `_conditionId_not?` | `string` \| ``null`` | -| `_conditionId_not_contains?` | `string` \| ``null`` | -| `_conditionId_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_receiver?` | `string` \| ``null`` | -| `_receiver_contains?` | `string` \| ``null`` | -| `_receiver_in?` | `string`[] | -| `_receiver_not?` | `string` \| ``null`` | -| `_receiver_not_contains?` | `string` \| ``null`` | -| `_receiver_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------- | :----------------- | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_conditionId?` | `string` \| `null` | +| `_conditionId_contains?` | `string` \| `null` | +| `_conditionId_in?` | `string`[] | +| `_conditionId_not?` | `string` \| `null` | +| `_conditionId_not_contains?` | `string` \| `null` | +| `_conditionId_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_receiver?` | `string` \| `null` | +| `_receiver_contains?` | `string` \| `null` | +| `_receiver_in?` | `string`[] | +| `_receiver_not?` | `string` \| `null` | +| `_receiver_not_contains?` | `string` \| `null` | +| `_receiver_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferDIDOwnershipCondition.d.ts:20 -___ +--- ### FulfilledResult @@ -123,19 +123,19 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `_agreementId` | `string` | | `_conditionId` | `string` | -| `_did` | `string` | -| `_receiver` | `string` | -| `id` | `string` | +| `_did` | `string` | +| `_receiver` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferDIDOwnershipCondition.d.ts:54 -___ +--- ### InitializedArgs @@ -143,15 +143,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.TransferDIDOwnershipCondition.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`InitializedResult`](subgraphs.TransferDIDOwnershipCondition.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferDIDOwnershipCondition.d.ts:99 -___ +--- ### InitializedFields @@ -159,16 +159,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferDIDOwnershipCondition.d.ts:95 -___ +--- ### InitializedFilter @@ -176,30 +176,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferDIDOwnershipCondition.d.ts:73 -___ +--- ### InitializedResult @@ -207,16 +207,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferDIDOwnershipCondition.d.ts:91 -___ +--- ### MultiQueryOptions @@ -225,25 +225,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferDIDOwnershipCondition.d.ts:9 -___ +--- ### OwnershipTransferredArgs @@ -251,15 +251,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.TransferDIDOwnershipCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.TransferDIDOwnershipCondition.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferDIDOwnershipCondition.d.ts:136 -___ +--- ### OwnershipTransferredFields @@ -267,17 +267,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferDIDOwnershipCondition.d.ts:131 -___ +--- ### OwnershipTransferredFilter @@ -285,34 +285,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferDIDOwnershipCondition.d.ts:104 -___ +--- ### OwnershipTransferredResult @@ -320,17 +320,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferDIDOwnershipCondition.d.ts:126 -___ +--- ### SingleQueryOptions @@ -338,10 +338,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -355,17 +355,17 @@ node_modules/@nevermined-io/subgraphs/build/TransferDIDOwnershipCondition.d.ts:1 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.TransferDIDOwnershipCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.TransferDIDOwnershipCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.TransferDIDOwnershipCondition.md#singlequeryoptions) | -| `args` | [`FulfilledArgs`](subgraphs.TransferDIDOwnershipCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.TransferDIDOwnershipCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -375,7 +375,7 @@ node_modules/@nevermined-io/subgraphs/build/TransferDIDOwnershipCondition.d.ts:1 node_modules/@nevermined-io/subgraphs/build/TransferDIDOwnershipCondition.d.ts:71 -___ +--- ### getFulfilleds @@ -383,17 +383,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.TransferDIDOwnershipCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.TransferDIDOwnershipCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.TransferDIDOwnershipCondition.md#multiqueryoptions)<[`FulfilledFilter`](subgraphs.TransferDIDOwnershipCondition.md#fulfilledfilter), [`FulfilledResult`](subgraphs.TransferDIDOwnershipCondition.md#fulfilledresult)\> | -| `args` | [`FulfilledArgs`](subgraphs.TransferDIDOwnershipCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.TransferDIDOwnershipCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -403,7 +403,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TransferDIDOwnershipCondition.d.ts:72 -___ +--- ### getInitializedById @@ -411,17 +411,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.TransferDIDOwnershipCondition.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`InitializedResult`](subgraphs.TransferDIDOwnershipCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.TransferDIDOwnershipCondition.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.TransferDIDOwnershipCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.TransferDIDOwnershipCondition.md#initializedargs)<`K`\> | #### Returns @@ -431,7 +431,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TransferDIDOwnershipCondition.d.ts:102 -___ +--- ### getInitializeds @@ -439,17 +439,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.TransferDIDOwnershipCondition.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`InitializedResult`](subgraphs.TransferDIDOwnershipCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.TransferDIDOwnershipCondition.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.TransferDIDOwnershipCondition.md#initializedfilter), [`InitializedResult`](subgraphs.TransferDIDOwnershipCondition.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.TransferDIDOwnershipCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.TransferDIDOwnershipCondition.md#initializedargs)<`K`\> | #### Returns @@ -459,7 +459,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TransferDIDOwnershipCondition.d.ts:103 -___ +--- ### getOwnershipTransferredById @@ -467,17 +467,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.TransferDIDOwnershipCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.TransferDIDOwnershipCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.TransferDIDOwnershipCondition.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.TransferDIDOwnershipCondition.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------ | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.TransferDIDOwnershipCondition.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.TransferDIDOwnershipCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -487,7 +487,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TransferDIDOwnershipCondition.d.ts:139 -___ +--- ### getOwnershipTransferreds @@ -495,17 +495,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.TransferDIDOwnershipCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.TransferDIDOwnershipCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.TransferDIDOwnershipCondition.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.TransferDIDOwnershipCondition.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.TransferDIDOwnershipCondition.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.TransferDIDOwnershipCondition.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.TransferDIDOwnershipCondition.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.TransferNFT721Condition.md b/docs/api-reference/modules/subgraphs.TransferNFT721Condition.md index c5036c708..2fa9231b0 100644 --- a/docs/api-reference/modules/subgraphs.TransferNFT721Condition.md +++ b/docs/api-reference/modules/subgraphs.TransferNFT721Condition.md @@ -58,15 +58,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.TransferNFT721Condition.md#fulfilledresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.TransferNFT721Condition.md#fulfilledresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:87 -___ +--- ### FulfilledFields @@ -74,21 +74,21 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | ``true`` | -| `_amount` | ``true`` | -| `_conditionId` | ``true`` | -| `_contract` | ``true`` | -| `_did` | ``true`` | -| `_receiver` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------- | :----- | +| `_agreementId` | `true` | +| `_amount` | `true` | +| `_conditionId` | `true` | +| `_contract` | `true` | +| `_did` | `true` | +| `_receiver` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:78 -___ +--- ### FulfilledFilter @@ -96,60 +96,60 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_amount?` | `WeiSource` \| ``null`` | -| `_amount_gt?` | `WeiSource` \| ``null`` | -| `_amount_gte?` | `WeiSource` \| ``null`` | -| `_amount_in?` | `WeiSource`[] | -| `_amount_lt?` | `WeiSource` \| ``null`` | -| `_amount_lte?` | `WeiSource` \| ``null`` | -| `_amount_not?` | `WeiSource` \| ``null`` | -| `_amount_not_in?` | `WeiSource`[] | -| `_conditionId?` | `string` \| ``null`` | -| `_conditionId_contains?` | `string` \| ``null`` | -| `_conditionId_in?` | `string`[] | -| `_conditionId_not?` | `string` \| ``null`` | -| `_conditionId_not_contains?` | `string` \| ``null`` | -| `_conditionId_not_in?` | `string`[] | -| `_contract?` | `string` \| ``null`` | -| `_contract_contains?` | `string` \| ``null`` | -| `_contract_in?` | `string`[] | -| `_contract_not?` | `string` \| ``null`` | -| `_contract_not_contains?` | `string` \| ``null`` | -| `_contract_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_receiver?` | `string` \| ``null`` | -| `_receiver_contains?` | `string` \| ``null`` | -| `_receiver_in?` | `string`[] | -| `_receiver_not?` | `string` \| ``null`` | -| `_receiver_not_contains?` | `string` \| ``null`` | -| `_receiver_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------- | :-------------------- | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_amount?` | `WeiSource` \| `null` | +| `_amount_gt?` | `WeiSource` \| `null` | +| `_amount_gte?` | `WeiSource` \| `null` | +| `_amount_in?` | `WeiSource`[] | +| `_amount_lt?` | `WeiSource` \| `null` | +| `_amount_lte?` | `WeiSource` \| `null` | +| `_amount_not?` | `WeiSource` \| `null` | +| `_amount_not_in?` | `WeiSource`[] | +| `_conditionId?` | `string` \| `null` | +| `_conditionId_contains?` | `string` \| `null` | +| `_conditionId_in?` | `string`[] | +| `_conditionId_not?` | `string` \| `null` | +| `_conditionId_not_contains?` | `string` \| `null` | +| `_conditionId_not_in?` | `string`[] | +| `_contract?` | `string` \| `null` | +| `_contract_contains?` | `string` \| `null` | +| `_contract_in?` | `string`[] | +| `_contract_not?` | `string` \| `null` | +| `_contract_not_contains?` | `string` \| `null` | +| `_contract_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_receiver?` | `string` \| `null` | +| `_receiver_contains?` | `string` \| `null` | +| `_receiver_in?` | `string`[] | +| `_receiver_not?` | `string` \| `null` | +| `_receiver_not_contains?` | `string` \| `null` | +| `_receiver_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:21 -___ +--- ### FulfilledResult @@ -157,21 +157,21 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `_agreementId` | `string` | -| `_amount` | `Wei` | +| `_amount` | `Wei` | | `_conditionId` | `string` | -| `_contract` | `string` | -| `_did` | `string` | -| `_receiver` | `string` | -| `id` | `string` | +| `_contract` | `string` | +| `_did` | `string` | +| `_receiver` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:69 -___ +--- ### InitializedArgs @@ -179,15 +179,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.TransferNFT721Condition.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`InitializedResult`](subgraphs.TransferNFT721Condition.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:118 -___ +--- ### InitializedFields @@ -195,16 +195,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:114 -___ +--- ### InitializedFilter @@ -212,30 +212,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:92 -___ +--- ### InitializedResult @@ -243,16 +243,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:110 -___ +--- ### MultiQueryOptions @@ -261,25 +261,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -287,15 +287,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.TransferNFT721Condition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.TransferNFT721Condition.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:155 -___ +--- ### OwnershipTransferredFields @@ -303,17 +303,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:150 -___ +--- ### OwnershipTransferredFilter @@ -321,34 +321,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:123 -___ +--- ### OwnershipTransferredResult @@ -356,17 +356,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:145 -___ +--- ### RoleAdminChangedArgs @@ -374,15 +374,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.TransferNFT721Condition.md#roleadminchangedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.TransferNFT721Condition.md#roleadminchangedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:200 -___ +--- ### RoleAdminChangedFields @@ -390,18 +390,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newAdminRole` | ``true`` | -| `previousAdminRole` | ``true`` | -| `role` | ``true`` | +| Name | Type | +| :------------------ | :----- | +| `id` | `true` | +| `newAdminRole` | `true` | +| `previousAdminRole` | `true` | +| `role` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:194 -___ +--- ### RoleAdminChangedFilter @@ -409,40 +409,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newAdminRole?` | `string` \| ``null`` | -| `newAdminRole_contains?` | `string` \| ``null`` | -| `newAdminRole_in?` | `string`[] | -| `newAdminRole_not?` | `string` \| ``null`` | -| `newAdminRole_not_contains?` | `string` \| ``null`` | -| `newAdminRole_not_in?` | `string`[] | -| `previousAdminRole?` | `string` \| ``null`` | -| `previousAdminRole_contains?` | `string` \| ``null`` | -| `previousAdminRole_in?` | `string`[] | -| `previousAdminRole_not?` | `string` \| ``null`` | -| `previousAdminRole_not_contains?` | `string` \| ``null`` | -| `previousAdminRole_not_in?` | `string`[] | -| `role?` | `string` \| ``null`` | -| `role_contains?` | `string` \| ``null`` | -| `role_in?` | `string`[] | -| `role_not?` | `string` \| ``null`` | -| `role_not_contains?` | `string` \| ``null`` | -| `role_not_in?` | `string`[] | +| Name | Type | +| :-------------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newAdminRole?` | `string` \| `null` | +| `newAdminRole_contains?` | `string` \| `null` | +| `newAdminRole_in?` | `string`[] | +| `newAdminRole_not?` | `string` \| `null` | +| `newAdminRole_not_contains?` | `string` \| `null` | +| `newAdminRole_not_in?` | `string`[] | +| `previousAdminRole?` | `string` \| `null` | +| `previousAdminRole_contains?` | `string` \| `null` | +| `previousAdminRole_in?` | `string`[] | +| `previousAdminRole_not?` | `string` \| `null` | +| `previousAdminRole_not_contains?` | `string` \| `null` | +| `previousAdminRole_not_in?` | `string`[] | +| `role?` | `string` \| `null` | +| `role_contains?` | `string` \| `null` | +| `role_in?` | `string`[] | +| `role_not?` | `string` \| `null` | +| `role_not_contains?` | `string` \| `null` | +| `role_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:160 -___ +--- ### RoleAdminChangedResult @@ -450,18 +450,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newAdminRole` | `string` | +| Name | Type | +| :------------------ | :------- | +| `id` | `string` | +| `newAdminRole` | `string` | | `previousAdminRole` | `string` | -| `role` | `string` | +| `role` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:188 -___ +--- ### RoleGrantedArgs @@ -469,15 +469,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleGrantedResult`](subgraphs.TransferNFT721Condition.md#rolegrantedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`RoleGrantedResult`](subgraphs.TransferNFT721Condition.md#rolegrantedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:245 -___ +--- ### RoleGrantedFields @@ -485,18 +485,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account` | ``true`` | -| `id` | ``true`` | -| `role` | ``true`` | -| `sender` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `account` | `true` | +| `id` | `true` | +| `role` | `true` | +| `sender` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:239 -___ +--- ### RoleGrantedFilter @@ -504,40 +504,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account?` | `string` \| ``null`` | -| `account_contains?` | `string` \| ``null`` | -| `account_in?` | `string`[] | -| `account_not?` | `string` \| ``null`` | -| `account_not_contains?` | `string` \| ``null`` | -| `account_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `role?` | `string` \| ``null`` | -| `role_contains?` | `string` \| ``null`` | -| `role_in?` | `string`[] | -| `role_not?` | `string` \| ``null`` | -| `role_not_contains?` | `string` \| ``null`` | -| `role_not_in?` | `string`[] | -| `sender?` | `string` \| ``null`` | -| `sender_contains?` | `string` \| ``null`` | -| `sender_in?` | `string`[] | -| `sender_not?` | `string` \| ``null`` | -| `sender_not_contains?` | `string` \| ``null`` | -| `sender_not_in?` | `string`[] | +| Name | Type | +| :---------------------- | :----------------- | +| `account?` | `string` \| `null` | +| `account_contains?` | `string` \| `null` | +| `account_in?` | `string`[] | +| `account_not?` | `string` \| `null` | +| `account_not_contains?` | `string` \| `null` | +| `account_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `role?` | `string` \| `null` | +| `role_contains?` | `string` \| `null` | +| `role_in?` | `string`[] | +| `role_not?` | `string` \| `null` | +| `role_not_contains?` | `string` \| `null` | +| `role_not_in?` | `string`[] | +| `sender?` | `string` \| `null` | +| `sender_contains?` | `string` \| `null` | +| `sender_in?` | `string`[] | +| `sender_not?` | `string` \| `null` | +| `sender_not_contains?` | `string` \| `null` | +| `sender_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:205 -___ +--- ### RoleGrantedResult @@ -545,18 +545,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `account` | `string` | -| `id` | `string` | -| `role` | `string` | -| `sender` | `string` | +| `id` | `string` | +| `role` | `string` | +| `sender` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:233 -___ +--- ### RoleRevokedArgs @@ -564,15 +564,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleRevokedResult`](subgraphs.TransferNFT721Condition.md#rolerevokedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`RoleRevokedResult`](subgraphs.TransferNFT721Condition.md#rolerevokedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:290 -___ +--- ### RoleRevokedFields @@ -580,18 +580,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account` | ``true`` | -| `id` | ``true`` | -| `role` | ``true`` | -| `sender` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `account` | `true` | +| `id` | `true` | +| `role` | `true` | +| `sender` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:284 -___ +--- ### RoleRevokedFilter @@ -599,40 +599,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account?` | `string` \| ``null`` | -| `account_contains?` | `string` \| ``null`` | -| `account_in?` | `string`[] | -| `account_not?` | `string` \| ``null`` | -| `account_not_contains?` | `string` \| ``null`` | -| `account_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `role?` | `string` \| ``null`` | -| `role_contains?` | `string` \| ``null`` | -| `role_in?` | `string`[] | -| `role_not?` | `string` \| ``null`` | -| `role_not_contains?` | `string` \| ``null`` | -| `role_not_in?` | `string`[] | -| `sender?` | `string` \| ``null`` | -| `sender_contains?` | `string` \| ``null`` | -| `sender_in?` | `string`[] | -| `sender_not?` | `string` \| ``null`` | -| `sender_not_contains?` | `string` \| ``null`` | -| `sender_not_in?` | `string`[] | +| Name | Type | +| :---------------------- | :----------------- | +| `account?` | `string` \| `null` | +| `account_contains?` | `string` \| `null` | +| `account_in?` | `string`[] | +| `account_not?` | `string` \| `null` | +| `account_not_contains?` | `string` \| `null` | +| `account_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `role?` | `string` \| `null` | +| `role_contains?` | `string` \| `null` | +| `role_in?` | `string`[] | +| `role_not?` | `string` \| `null` | +| `role_not_contains?` | `string` \| `null` | +| `role_not_in?` | `string`[] | +| `sender?` | `string` \| `null` | +| `sender_contains?` | `string` \| `null` | +| `sender_in?` | `string`[] | +| `sender_not?` | `string` \| `null` | +| `sender_not_contains?` | `string` \| `null` | +| `sender_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:250 -___ +--- ### RoleRevokedResult @@ -640,18 +640,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `account` | `string` | -| `id` | `string` | -| `role` | `string` | -| `sender` | `string` | +| `id` | `string` | +| `role` | `string` | +| `sender` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:278 -___ +--- ### SingleQueryOptions @@ -659,10 +659,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -676,17 +676,17 @@ node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:2 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.TransferNFT721Condition.md#fulfilledresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.TransferNFT721Condition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.TransferNFT721Condition.md#singlequeryoptions) | -| `args` | [`FulfilledArgs`](subgraphs.TransferNFT721Condition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.TransferNFT721Condition.md#fulfilledargs)<`K`\> | #### Returns @@ -696,7 +696,7 @@ node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:2 node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:90 -___ +--- ### getFulfilleds @@ -704,17 +704,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.TransferNFT721Condition.md#fulfilledresult) | +| Name | Type | +| :--- | :-------------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.TransferNFT721Condition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.TransferNFT721Condition.md#multiqueryoptions)<[`FulfilledFilter`](subgraphs.TransferNFT721Condition.md#fulfilledfilter), [`FulfilledResult`](subgraphs.TransferNFT721Condition.md#fulfilledresult)\> | -| `args` | [`FulfilledArgs`](subgraphs.TransferNFT721Condition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.TransferNFT721Condition.md#fulfilledargs)<`K`\> | #### Returns @@ -724,7 +724,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:91 -___ +--- ### getInitializedById @@ -732,17 +732,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.TransferNFT721Condition.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`InitializedResult`](subgraphs.TransferNFT721Condition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.TransferNFT721Condition.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.TransferNFT721Condition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.TransferNFT721Condition.md#initializedargs)<`K`\> | #### Returns @@ -752,7 +752,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:121 -___ +--- ### getInitializeds @@ -760,17 +760,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.TransferNFT721Condition.md#initializedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`InitializedResult`](subgraphs.TransferNFT721Condition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.TransferNFT721Condition.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.TransferNFT721Condition.md#initializedfilter), [`InitializedResult`](subgraphs.TransferNFT721Condition.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.TransferNFT721Condition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.TransferNFT721Condition.md#initializedargs)<`K`\> | #### Returns @@ -780,7 +780,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:122 -___ +--- ### getOwnershipTransferredById @@ -788,17 +788,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.TransferNFT721Condition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.TransferNFT721Condition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.TransferNFT721Condition.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.TransferNFT721Condition.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------ | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.TransferNFT721Condition.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.TransferNFT721Condition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -808,7 +808,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:158 -___ +--- ### getOwnershipTransferreds @@ -816,17 +816,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.TransferNFT721Condition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.TransferNFT721Condition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.TransferNFT721Condition.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.TransferNFT721Condition.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.TransferNFT721Condition.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.TransferNFT721Condition.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.TransferNFT721Condition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -836,7 +836,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:159 -___ +--- ### getRoleAdminChangedById @@ -844,17 +844,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.TransferNFT721Condition.md#roleadminchangedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.TransferNFT721Condition.md#roleadminchangedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.TransferNFT721Condition.md#singlequeryoptions) | -| `args` | [`RoleAdminChangedArgs`](subgraphs.TransferNFT721Condition.md#roleadminchangedargs)<`K`\> | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.TransferNFT721Condition.md#singlequeryoptions) | +| `args` | [`RoleAdminChangedArgs`](subgraphs.TransferNFT721Condition.md#roleadminchangedargs)<`K`\> | #### Returns @@ -864,7 +864,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:203 -___ +--- ### getRoleAdminChangeds @@ -872,17 +872,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.TransferNFT721Condition.md#roleadminchangedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.TransferNFT721Condition.md#roleadminchangedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.TransferNFT721Condition.md#multiqueryoptions)<[`RoleAdminChangedFilter`](subgraphs.TransferNFT721Condition.md#roleadminchangedfilter), [`RoleAdminChangedResult`](subgraphs.TransferNFT721Condition.md#roleadminchangedresult)\> | -| `args` | [`RoleAdminChangedArgs`](subgraphs.TransferNFT721Condition.md#roleadminchangedargs)<`K`\> | +| `args` | [`RoleAdminChangedArgs`](subgraphs.TransferNFT721Condition.md#roleadminchangedargs)<`K`\> | #### Returns @@ -892,7 +892,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:204 -___ +--- ### getRoleGrantedById @@ -900,17 +900,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleGrantedResult`](subgraphs.TransferNFT721Condition.md#rolegrantedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`RoleGrantedResult`](subgraphs.TransferNFT721Condition.md#rolegrantedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.TransferNFT721Condition.md#singlequeryoptions) | -| `args` | [`RoleGrantedArgs`](subgraphs.TransferNFT721Condition.md#rolegrantedargs)<`K`\> | +| `args` | [`RoleGrantedArgs`](subgraphs.TransferNFT721Condition.md#rolegrantedargs)<`K`\> | #### Returns @@ -920,7 +920,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:248 -___ +--- ### getRoleGranteds @@ -928,17 +928,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleGrantedResult`](subgraphs.TransferNFT721Condition.md#rolegrantedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`RoleGrantedResult`](subgraphs.TransferNFT721Condition.md#rolegrantedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.TransferNFT721Condition.md#multiqueryoptions)<[`RoleGrantedFilter`](subgraphs.TransferNFT721Condition.md#rolegrantedfilter), [`RoleGrantedResult`](subgraphs.TransferNFT721Condition.md#rolegrantedresult)\> | -| `args` | [`RoleGrantedArgs`](subgraphs.TransferNFT721Condition.md#rolegrantedargs)<`K`\> | +| `args` | [`RoleGrantedArgs`](subgraphs.TransferNFT721Condition.md#rolegrantedargs)<`K`\> | #### Returns @@ -948,7 +948,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:249 -___ +--- ### getRoleRevokedById @@ -956,17 +956,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleRevokedResult`](subgraphs.TransferNFT721Condition.md#rolerevokedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`RoleRevokedResult`](subgraphs.TransferNFT721Condition.md#rolerevokedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.TransferNFT721Condition.md#singlequeryoptions) | -| `args` | [`RoleRevokedArgs`](subgraphs.TransferNFT721Condition.md#rolerevokedargs)<`K`\> | +| `args` | [`RoleRevokedArgs`](subgraphs.TransferNFT721Condition.md#rolerevokedargs)<`K`\> | #### Returns @@ -976,7 +976,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TransferNFT721Condition.d.ts:293 -___ +--- ### getRoleRevokeds @@ -984,17 +984,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleRevokedResult`](subgraphs.TransferNFT721Condition.md#rolerevokedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------ | +| `K` | extends keyof [`RoleRevokedResult`](subgraphs.TransferNFT721Condition.md#rolerevokedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.TransferNFT721Condition.md#multiqueryoptions)<[`RoleRevokedFilter`](subgraphs.TransferNFT721Condition.md#rolerevokedfilter), [`RoleRevokedResult`](subgraphs.TransferNFT721Condition.md#rolerevokedresult)\> | -| `args` | [`RoleRevokedArgs`](subgraphs.TransferNFT721Condition.md#rolerevokedargs)<`K`\> | +| `args` | [`RoleRevokedArgs`](subgraphs.TransferNFT721Condition.md#rolerevokedargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.TransferNFTCondition.md b/docs/api-reference/modules/subgraphs.TransferNFTCondition.md index 81a476185..95e7d9cf9 100644 --- a/docs/api-reference/modules/subgraphs.TransferNFTCondition.md +++ b/docs/api-reference/modules/subgraphs.TransferNFTCondition.md @@ -58,15 +58,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.TransferNFTCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.TransferNFTCondition.md#fulfilledresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:87 -___ +--- ### FulfilledFields @@ -74,21 +74,21 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId` | ``true`` | -| `_amount` | ``true`` | -| `_conditionId` | ``true`` | -| `_contract` | ``true`` | -| `_did` | ``true`` | -| `_receiver` | ``true`` | -| `id` | ``true`` | +| Name | Type | +| :------------- | :----- | +| `_agreementId` | `true` | +| `_amount` | `true` | +| `_conditionId` | `true` | +| `_contract` | `true` | +| `_did` | `true` | +| `_receiver` | `true` | +| `id` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:78 -___ +--- ### FulfilledFilter @@ -96,60 +96,60 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `_agreementId?` | `string` \| ``null`` | -| `_agreementId_contains?` | `string` \| ``null`` | -| `_agreementId_in?` | `string`[] | -| `_agreementId_not?` | `string` \| ``null`` | -| `_agreementId_not_contains?` | `string` \| ``null`` | -| `_agreementId_not_in?` | `string`[] | -| `_amount?` | `WeiSource` \| ``null`` | -| `_amount_gt?` | `WeiSource` \| ``null`` | -| `_amount_gte?` | `WeiSource` \| ``null`` | -| `_amount_in?` | `WeiSource`[] | -| `_amount_lt?` | `WeiSource` \| ``null`` | -| `_amount_lte?` | `WeiSource` \| ``null`` | -| `_amount_not?` | `WeiSource` \| ``null`` | -| `_amount_not_in?` | `WeiSource`[] | -| `_conditionId?` | `string` \| ``null`` | -| `_conditionId_contains?` | `string` \| ``null`` | -| `_conditionId_in?` | `string`[] | -| `_conditionId_not?` | `string` \| ``null`` | -| `_conditionId_not_contains?` | `string` \| ``null`` | -| `_conditionId_not_in?` | `string`[] | -| `_contract?` | `string` \| ``null`` | -| `_contract_contains?` | `string` \| ``null`` | -| `_contract_in?` | `string`[] | -| `_contract_not?` | `string` \| ``null`` | -| `_contract_not_contains?` | `string` \| ``null`` | -| `_contract_not_in?` | `string`[] | -| `_did?` | `string` \| ``null`` | -| `_did_contains?` | `string` \| ``null`` | -| `_did_in?` | `string`[] | -| `_did_not?` | `string` \| ``null`` | -| `_did_not_contains?` | `string` \| ``null`` | -| `_did_not_in?` | `string`[] | -| `_receiver?` | `string` \| ``null`` | -| `_receiver_contains?` | `string` \| ``null`` | -| `_receiver_in?` | `string`[] | -| `_receiver_not?` | `string` \| ``null`` | -| `_receiver_not_contains?` | `string` \| ``null`` | -| `_receiver_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | +| Name | Type | +| :--------------------------- | :-------------------- | +| `_agreementId?` | `string` \| `null` | +| `_agreementId_contains?` | `string` \| `null` | +| `_agreementId_in?` | `string`[] | +| `_agreementId_not?` | `string` \| `null` | +| `_agreementId_not_contains?` | `string` \| `null` | +| `_agreementId_not_in?` | `string`[] | +| `_amount?` | `WeiSource` \| `null` | +| `_amount_gt?` | `WeiSource` \| `null` | +| `_amount_gte?` | `WeiSource` \| `null` | +| `_amount_in?` | `WeiSource`[] | +| `_amount_lt?` | `WeiSource` \| `null` | +| `_amount_lte?` | `WeiSource` \| `null` | +| `_amount_not?` | `WeiSource` \| `null` | +| `_amount_not_in?` | `WeiSource`[] | +| `_conditionId?` | `string` \| `null` | +| `_conditionId_contains?` | `string` \| `null` | +| `_conditionId_in?` | `string`[] | +| `_conditionId_not?` | `string` \| `null` | +| `_conditionId_not_contains?` | `string` \| `null` | +| `_conditionId_not_in?` | `string`[] | +| `_contract?` | `string` \| `null` | +| `_contract_contains?` | `string` \| `null` | +| `_contract_in?` | `string`[] | +| `_contract_not?` | `string` \| `null` | +| `_contract_not_contains?` | `string` \| `null` | +| `_contract_not_in?` | `string`[] | +| `_did?` | `string` \| `null` | +| `_did_contains?` | `string` \| `null` | +| `_did_in?` | `string`[] | +| `_did_not?` | `string` \| `null` | +| `_did_not_contains?` | `string` \| `null` | +| `_did_not_in?` | `string`[] | +| `_receiver?` | `string` \| `null` | +| `_receiver_contains?` | `string` \| `null` | +| `_receiver_in?` | `string`[] | +| `_receiver_not?` | `string` \| `null` | +| `_receiver_not_contains?` | `string` \| `null` | +| `_receiver_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:21 -___ +--- ### FulfilledResult @@ -157,21 +157,21 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------------- | :------- | | `_agreementId` | `string` | -| `_amount` | `Wei` | +| `_amount` | `Wei` | | `_conditionId` | `string` | -| `_contract` | `string` | -| `_did` | `string` | -| `_receiver` | `string` | -| `id` | `string` | +| `_contract` | `string` | +| `_did` | `string` | +| `_receiver` | `string` | +| `id` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:69 -___ +--- ### InitializedArgs @@ -179,15 +179,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.TransferNFTCondition.md#initializedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.TransferNFTCondition.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:118 -___ +--- ### InitializedFields @@ -195,16 +195,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:114 -___ +--- ### InitializedFilter @@ -212,30 +212,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:92 -___ +--- ### InitializedResult @@ -243,16 +243,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:110 -___ +--- ### MultiQueryOptions @@ -261,25 +261,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:10 -___ +--- ### OwnershipTransferredArgs @@ -287,15 +287,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.TransferNFTCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.TransferNFTCondition.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:155 -___ +--- ### OwnershipTransferredFields @@ -303,17 +303,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:150 -___ +--- ### OwnershipTransferredFilter @@ -321,34 +321,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:123 -___ +--- ### OwnershipTransferredResult @@ -356,17 +356,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:145 -___ +--- ### RoleAdminChangedArgs @@ -374,15 +374,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.TransferNFTCondition.md#roleadminchangedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.TransferNFTCondition.md#roleadminchangedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:200 -___ +--- ### RoleAdminChangedFields @@ -390,18 +390,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newAdminRole` | ``true`` | -| `previousAdminRole` | ``true`` | -| `role` | ``true`` | +| Name | Type | +| :------------------ | :----- | +| `id` | `true` | +| `newAdminRole` | `true` | +| `previousAdminRole` | `true` | +| `role` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:194 -___ +--- ### RoleAdminChangedFilter @@ -409,40 +409,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newAdminRole?` | `string` \| ``null`` | -| `newAdminRole_contains?` | `string` \| ``null`` | -| `newAdminRole_in?` | `string`[] | -| `newAdminRole_not?` | `string` \| ``null`` | -| `newAdminRole_not_contains?` | `string` \| ``null`` | -| `newAdminRole_not_in?` | `string`[] | -| `previousAdminRole?` | `string` \| ``null`` | -| `previousAdminRole_contains?` | `string` \| ``null`` | -| `previousAdminRole_in?` | `string`[] | -| `previousAdminRole_not?` | `string` \| ``null`` | -| `previousAdminRole_not_contains?` | `string` \| ``null`` | -| `previousAdminRole_not_in?` | `string`[] | -| `role?` | `string` \| ``null`` | -| `role_contains?` | `string` \| ``null`` | -| `role_in?` | `string`[] | -| `role_not?` | `string` \| ``null`` | -| `role_not_contains?` | `string` \| ``null`` | -| `role_not_in?` | `string`[] | +| Name | Type | +| :-------------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newAdminRole?` | `string` \| `null` | +| `newAdminRole_contains?` | `string` \| `null` | +| `newAdminRole_in?` | `string`[] | +| `newAdminRole_not?` | `string` \| `null` | +| `newAdminRole_not_contains?` | `string` \| `null` | +| `newAdminRole_not_in?` | `string`[] | +| `previousAdminRole?` | `string` \| `null` | +| `previousAdminRole_contains?` | `string` \| `null` | +| `previousAdminRole_in?` | `string`[] | +| `previousAdminRole_not?` | `string` \| `null` | +| `previousAdminRole_not_contains?` | `string` \| `null` | +| `previousAdminRole_not_in?` | `string`[] | +| `role?` | `string` \| `null` | +| `role_contains?` | `string` \| `null` | +| `role_in?` | `string`[] | +| `role_not?` | `string` \| `null` | +| `role_not_contains?` | `string` \| `null` | +| `role_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:160 -___ +--- ### RoleAdminChangedResult @@ -450,18 +450,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newAdminRole` | `string` | +| Name | Type | +| :------------------ | :------- | +| `id` | `string` | +| `newAdminRole` | `string` | | `previousAdminRole` | `string` | -| `role` | `string` | +| `role` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:188 -___ +--- ### RoleGrantedArgs @@ -469,15 +469,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleGrantedResult`](subgraphs.TransferNFTCondition.md#rolegrantedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleGrantedResult`](subgraphs.TransferNFTCondition.md#rolegrantedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:245 -___ +--- ### RoleGrantedFields @@ -485,18 +485,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account` | ``true`` | -| `id` | ``true`` | -| `role` | ``true`` | -| `sender` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `account` | `true` | +| `id` | `true` | +| `role` | `true` | +| `sender` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:239 -___ +--- ### RoleGrantedFilter @@ -504,40 +504,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account?` | `string` \| ``null`` | -| `account_contains?` | `string` \| ``null`` | -| `account_in?` | `string`[] | -| `account_not?` | `string` \| ``null`` | -| `account_not_contains?` | `string` \| ``null`` | -| `account_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `role?` | `string` \| ``null`` | -| `role_contains?` | `string` \| ``null`` | -| `role_in?` | `string`[] | -| `role_not?` | `string` \| ``null`` | -| `role_not_contains?` | `string` \| ``null`` | -| `role_not_in?` | `string`[] | -| `sender?` | `string` \| ``null`` | -| `sender_contains?` | `string` \| ``null`` | -| `sender_in?` | `string`[] | -| `sender_not?` | `string` \| ``null`` | -| `sender_not_contains?` | `string` \| ``null`` | -| `sender_not_in?` | `string`[] | +| Name | Type | +| :---------------------- | :----------------- | +| `account?` | `string` \| `null` | +| `account_contains?` | `string` \| `null` | +| `account_in?` | `string`[] | +| `account_not?` | `string` \| `null` | +| `account_not_contains?` | `string` \| `null` | +| `account_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `role?` | `string` \| `null` | +| `role_contains?` | `string` \| `null` | +| `role_in?` | `string`[] | +| `role_not?` | `string` \| `null` | +| `role_not_contains?` | `string` \| `null` | +| `role_not_in?` | `string`[] | +| `sender?` | `string` \| `null` | +| `sender_contains?` | `string` \| `null` | +| `sender_in?` | `string`[] | +| `sender_not?` | `string` \| `null` | +| `sender_not_contains?` | `string` \| `null` | +| `sender_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:205 -___ +--- ### RoleGrantedResult @@ -545,18 +545,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `account` | `string` | -| `id` | `string` | -| `role` | `string` | -| `sender` | `string` | +| `id` | `string` | +| `role` | `string` | +| `sender` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:233 -___ +--- ### RoleRevokedArgs @@ -564,15 +564,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleRevokedResult`](subgraphs.TransferNFTCondition.md#rolerevokedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleRevokedResult`](subgraphs.TransferNFTCondition.md#rolerevokedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:290 -___ +--- ### RoleRevokedFields @@ -580,18 +580,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account` | ``true`` | -| `id` | ``true`` | -| `role` | ``true`` | -| `sender` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `account` | `true` | +| `id` | `true` | +| `role` | `true` | +| `sender` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:284 -___ +--- ### RoleRevokedFilter @@ -599,40 +599,40 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `account?` | `string` \| ``null`` | -| `account_contains?` | `string` \| ``null`` | -| `account_in?` | `string`[] | -| `account_not?` | `string` \| ``null`` | -| `account_not_contains?` | `string` \| ``null`` | -| `account_not_in?` | `string`[] | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `role?` | `string` \| ``null`` | -| `role_contains?` | `string` \| ``null`` | -| `role_in?` | `string`[] | -| `role_not?` | `string` \| ``null`` | -| `role_not_contains?` | `string` \| ``null`` | -| `role_not_in?` | `string`[] | -| `sender?` | `string` \| ``null`` | -| `sender_contains?` | `string` \| ``null`` | -| `sender_in?` | `string`[] | -| `sender_not?` | `string` \| ``null`` | -| `sender_not_contains?` | `string` \| ``null`` | -| `sender_not_in?` | `string`[] | +| Name | Type | +| :---------------------- | :----------------- | +| `account?` | `string` \| `null` | +| `account_contains?` | `string` \| `null` | +| `account_in?` | `string`[] | +| `account_not?` | `string` \| `null` | +| `account_not_contains?` | `string` \| `null` | +| `account_not_in?` | `string`[] | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `role?` | `string` \| `null` | +| `role_contains?` | `string` \| `null` | +| `role_in?` | `string`[] | +| `role_not?` | `string` \| `null` | +| `role_not_contains?` | `string` \| `null` | +| `role_not_in?` | `string`[] | +| `sender?` | `string` \| `null` | +| `sender_contains?` | `string` \| `null` | +| `sender_in?` | `string`[] | +| `sender_not?` | `string` \| `null` | +| `sender_not_contains?` | `string` \| `null` | +| `sender_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:250 -___ +--- ### RoleRevokedResult @@ -640,18 +640,18 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :------- | | `account` | `string` | -| `id` | `string` | -| `role` | `string` | -| `sender` | `string` | +| `id` | `string` | +| `role` | `string` | +| `sender` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:278 -___ +--- ### SingleQueryOptions @@ -659,10 +659,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -676,17 +676,17 @@ node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:2 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.TransferNFTCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.TransferNFTCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.TransferNFTCondition.md#singlequeryoptions) | -| `args` | [`FulfilledArgs`](subgraphs.TransferNFTCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.TransferNFTCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -696,7 +696,7 @@ node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:2 node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:90 -___ +--- ### getFulfilleds @@ -704,17 +704,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`FulfilledResult`](subgraphs.TransferNFTCondition.md#fulfilledresult) | +| Name | Type | +| :--- | :----------------------------------------------------------------------------------- | +| `K` | extends keyof [`FulfilledResult`](subgraphs.TransferNFTCondition.md#fulfilledresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.TransferNFTCondition.md#multiqueryoptions)<[`FulfilledFilter`](subgraphs.TransferNFTCondition.md#fulfilledfilter), [`FulfilledResult`](subgraphs.TransferNFTCondition.md#fulfilledresult)\> | -| `args` | [`FulfilledArgs`](subgraphs.TransferNFTCondition.md#fulfilledargs)<`K`\> | +| `args` | [`FulfilledArgs`](subgraphs.TransferNFTCondition.md#fulfilledargs)<`K`\> | #### Returns @@ -724,7 +724,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:91 -___ +--- ### getInitializedById @@ -732,17 +732,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.TransferNFTCondition.md#initializedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.TransferNFTCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.TransferNFTCondition.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.TransferNFTCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.TransferNFTCondition.md#initializedargs)<`K`\> | #### Returns @@ -752,7 +752,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:121 -___ +--- ### getInitializeds @@ -760,17 +760,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.TransferNFTCondition.md#initializedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.TransferNFTCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.TransferNFTCondition.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.TransferNFTCondition.md#initializedfilter), [`InitializedResult`](subgraphs.TransferNFTCondition.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.TransferNFTCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.TransferNFTCondition.md#initializedargs)<`K`\> | #### Returns @@ -780,7 +780,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:122 -___ +--- ### getOwnershipTransferredById @@ -788,17 +788,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.TransferNFTCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.TransferNFTCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.TransferNFTCondition.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.TransferNFTCondition.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.TransferNFTCondition.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.TransferNFTCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -808,7 +808,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:158 -___ +--- ### getOwnershipTransferreds @@ -816,17 +816,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.TransferNFTCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.TransferNFTCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.TransferNFTCondition.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.TransferNFTCondition.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.TransferNFTCondition.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.TransferNFTCondition.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.TransferNFTCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -836,7 +836,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:159 -___ +--- ### getRoleAdminChangedById @@ -844,17 +844,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.TransferNFTCondition.md#roleadminchangedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.TransferNFTCondition.md#roleadminchangedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.TransferNFTCondition.md#singlequeryoptions) | -| `args` | [`RoleAdminChangedArgs`](subgraphs.TransferNFTCondition.md#roleadminchangedargs)<`K`\> | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.TransferNFTCondition.md#singlequeryoptions) | +| `args` | [`RoleAdminChangedArgs`](subgraphs.TransferNFTCondition.md#roleadminchangedargs)<`K`\> | #### Returns @@ -864,7 +864,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:203 -___ +--- ### getRoleAdminChangeds @@ -872,17 +872,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.TransferNFTCondition.md#roleadminchangedresult) | +| Name | Type | +| :--- | :------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleAdminChangedResult`](subgraphs.TransferNFTCondition.md#roleadminchangedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.TransferNFTCondition.md#multiqueryoptions)<[`RoleAdminChangedFilter`](subgraphs.TransferNFTCondition.md#roleadminchangedfilter), [`RoleAdminChangedResult`](subgraphs.TransferNFTCondition.md#roleadminchangedresult)\> | -| `args` | [`RoleAdminChangedArgs`](subgraphs.TransferNFTCondition.md#roleadminchangedargs)<`K`\> | +| `args` | [`RoleAdminChangedArgs`](subgraphs.TransferNFTCondition.md#roleadminchangedargs)<`K`\> | #### Returns @@ -892,7 +892,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:204 -___ +--- ### getRoleGrantedById @@ -900,17 +900,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleGrantedResult`](subgraphs.TransferNFTCondition.md#rolegrantedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleGrantedResult`](subgraphs.TransferNFTCondition.md#rolegrantedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.TransferNFTCondition.md#singlequeryoptions) | -| `args` | [`RoleGrantedArgs`](subgraphs.TransferNFTCondition.md#rolegrantedargs)<`K`\> | +| `args` | [`RoleGrantedArgs`](subgraphs.TransferNFTCondition.md#rolegrantedargs)<`K`\> | #### Returns @@ -920,7 +920,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:248 -___ +--- ### getRoleGranteds @@ -928,17 +928,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleGrantedResult`](subgraphs.TransferNFTCondition.md#rolegrantedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleGrantedResult`](subgraphs.TransferNFTCondition.md#rolegrantedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.TransferNFTCondition.md#multiqueryoptions)<[`RoleGrantedFilter`](subgraphs.TransferNFTCondition.md#rolegrantedfilter), [`RoleGrantedResult`](subgraphs.TransferNFTCondition.md#rolegrantedresult)\> | -| `args` | [`RoleGrantedArgs`](subgraphs.TransferNFTCondition.md#rolegrantedargs)<`K`\> | +| `args` | [`RoleGrantedArgs`](subgraphs.TransferNFTCondition.md#rolegrantedargs)<`K`\> | #### Returns @@ -948,7 +948,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:249 -___ +--- ### getRoleRevokedById @@ -956,17 +956,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleRevokedResult`](subgraphs.TransferNFTCondition.md#rolerevokedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleRevokedResult`](subgraphs.TransferNFTCondition.md#rolerevokedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :--------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.TransferNFTCondition.md#singlequeryoptions) | -| `args` | [`RoleRevokedArgs`](subgraphs.TransferNFTCondition.md#rolerevokedargs)<`K`\> | +| `args` | [`RoleRevokedArgs`](subgraphs.TransferNFTCondition.md#rolerevokedargs)<`K`\> | #### Returns @@ -976,7 +976,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/TransferNFTCondition.d.ts:293 -___ +--- ### getRoleRevokeds @@ -984,17 +984,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`RoleRevokedResult`](subgraphs.TransferNFTCondition.md#rolerevokedresult) | +| Name | Type | +| :--- | :--------------------------------------------------------------------------------------- | +| `K` | extends keyof [`RoleRevokedResult`](subgraphs.TransferNFTCondition.md#rolerevokedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.TransferNFTCondition.md#multiqueryoptions)<[`RoleRevokedFilter`](subgraphs.TransferNFTCondition.md#rolerevokedfilter), [`RoleRevokedResult`](subgraphs.TransferNFTCondition.md#rolerevokedresult)\> | -| `args` | [`RoleRevokedArgs`](subgraphs.TransferNFTCondition.md#rolerevokedargs)<`K`\> | +| `args` | [`RoleRevokedArgs`](subgraphs.TransferNFTCondition.md#rolerevokedargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/subgraphs.WhitelistingCondition.md b/docs/api-reference/modules/subgraphs.WhitelistingCondition.md index a1fa35451..d0edbbade 100644 --- a/docs/api-reference/modules/subgraphs.WhitelistingCondition.md +++ b/docs/api-reference/modules/subgraphs.WhitelistingCondition.md @@ -34,15 +34,15 @@ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.WhitelistingCondition.md#initializedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.WhitelistingCondition.md#initializedresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/WhitelistingCondition.d.ts:46 -___ +--- ### InitializedFields @@ -50,16 +50,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `version` | ``true`` | +| Name | Type | +| :-------- | :----- | +| `id` | `true` | +| `version` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/WhitelistingCondition.d.ts:42 -___ +--- ### InitializedFilter @@ -67,30 +67,30 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `version?` | `number` \| ``null`` | -| `version_gt?` | `number` \| ``null`` | -| `version_gte?` | `number` \| ``null`` | -| `version_in?` | `number`[] | -| `version_lt?` | `number` \| ``null`` | -| `version_lte?` | `number` \| ``null`` | -| `version_not?` | `number` \| ``null`` | -| `version_not_in?` | `number`[] | +| Name | Type | +| :---------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `version?` | `number` \| `null` | +| `version_gt?` | `number` \| `null` | +| `version_gte?` | `number` \| `null` | +| `version_in?` | `number`[] | +| `version_lt?` | `number` \| `null` | +| `version_lte?` | `number` \| `null` | +| `version_not?` | `number` \| `null` | +| `version_not_in?` | `number`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/WhitelistingCondition.d.ts:20 -___ +--- ### InitializedResult @@ -98,16 +98,16 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | +| Name | Type | +| :-------- | :------- | +| `id` | `string` | | `version` | `number` | #### Defined in node_modules/@nevermined-io/subgraphs/build/WhitelistingCondition.d.ts:38 -___ +--- ### MultiQueryOptions @@ -116,25 +116,25 @@ ___ #### Type parameters | Name | -| :------ | -| `T` | -| `R` | +| :--- | +| `T` | +| `R` | #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `first?` | `number` | -| `orderBy?` | keyof `R` | -| `orderDirection?` | ``"asc"`` \| ``"desc"`` | -| `where?` | `T` | +| Name | Type | +| :---------------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `first?` | `number` | +| `orderBy?` | keyof `R` | +| `orderDirection?` | `"asc"` \| `"desc"` | +| `where?` | `T` | #### Defined in node_modules/@nevermined-io/subgraphs/build/WhitelistingCondition.d.ts:9 -___ +--- ### OwnershipTransferredArgs @@ -142,15 +142,15 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.WhitelistingCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.WhitelistingCondition.md#ownershiptransferredresult) | #### Defined in node_modules/@nevermined-io/subgraphs/build/WhitelistingCondition.d.ts:83 -___ +--- ### OwnershipTransferredFields @@ -158,17 +158,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | ``true`` | -| `newOwner` | ``true`` | -| `previousOwner` | ``true`` | +| Name | Type | +| :-------------- | :----- | +| `id` | `true` | +| `newOwner` | `true` | +| `previousOwner` | `true` | #### Defined in node_modules/@nevermined-io/subgraphs/build/WhitelistingCondition.d.ts:78 -___ +--- ### OwnershipTransferredFilter @@ -176,34 +176,34 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id?` | `string` \| ``null`` | -| `id_gt?` | `string` \| ``null`` | -| `id_gte?` | `string` \| ``null`` | -| `id_in?` | `string`[] | -| `id_lt?` | `string` \| ``null`` | -| `id_lte?` | `string` \| ``null`` | -| `id_not?` | `string` \| ``null`` | -| `id_not_in?` | `string`[] | -| `newOwner?` | `string` \| ``null`` | -| `newOwner_contains?` | `string` \| ``null`` | -| `newOwner_in?` | `string`[] | -| `newOwner_not?` | `string` \| ``null`` | -| `newOwner_not_contains?` | `string` \| ``null`` | -| `newOwner_not_in?` | `string`[] | -| `previousOwner?` | `string` \| ``null`` | -| `previousOwner_contains?` | `string` \| ``null`` | -| `previousOwner_in?` | `string`[] | -| `previousOwner_not?` | `string` \| ``null`` | -| `previousOwner_not_contains?` | `string` \| ``null`` | -| `previousOwner_not_in?` | `string`[] | +| Name | Type | +| :---------------------------- | :----------------- | +| `id?` | `string` \| `null` | +| `id_gt?` | `string` \| `null` | +| `id_gte?` | `string` \| `null` | +| `id_in?` | `string`[] | +| `id_lt?` | `string` \| `null` | +| `id_lte?` | `string` \| `null` | +| `id_not?` | `string` \| `null` | +| `id_not_in?` | `string`[] | +| `newOwner?` | `string` \| `null` | +| `newOwner_contains?` | `string` \| `null` | +| `newOwner_in?` | `string`[] | +| `newOwner_not?` | `string` \| `null` | +| `newOwner_not_contains?` | `string` \| `null` | +| `newOwner_not_in?` | `string`[] | +| `previousOwner?` | `string` \| `null` | +| `previousOwner_contains?` | `string` \| `null` | +| `previousOwner_in?` | `string`[] | +| `previousOwner_not?` | `string` \| `null` | +| `previousOwner_not_contains?` | `string` \| `null` | +| `previousOwner_not_in?` | `string`[] | #### Defined in node_modules/@nevermined-io/subgraphs/build/WhitelistingCondition.d.ts:51 -___ +--- ### OwnershipTransferredResult @@ -211,17 +211,17 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `id` | `string` | -| `newOwner` | `string` | +| Name | Type | +| :-------------- | :------- | +| `id` | `string` | +| `newOwner` | `string` | | `previousOwner` | `string` | #### Defined in node_modules/@nevermined-io/subgraphs/build/WhitelistingCondition.d.ts:73 -___ +--- ### SingleQueryOptions @@ -229,10 +229,10 @@ ___ #### Type declaration -| Name | Type | -| :------ | :------ | -| `block?` | { `number`: `number` } \| { `hash`: `string` } | -| `id` | `string` | +| Name | Type | +| :------- | :--------------------------------------------- | +| `block?` | { `number`: `number` } \| { `hash`: `string` } | +| `id` | `string` | #### Defined in @@ -246,17 +246,17 @@ node_modules/@nevermined-io/subgraphs/build/WhitelistingCondition.d.ts:1 #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.WhitelistingCondition.md#initializedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.WhitelistingCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`SingleQueryOptions`](subgraphs.WhitelistingCondition.md#singlequeryoptions) | -| `args` | [`InitializedArgs`](subgraphs.WhitelistingCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.WhitelistingCondition.md#initializedargs)<`K`\> | #### Returns @@ -266,7 +266,7 @@ node_modules/@nevermined-io/subgraphs/build/WhitelistingCondition.d.ts:1 node_modules/@nevermined-io/subgraphs/build/WhitelistingCondition.d.ts:49 -___ +--- ### getInitializeds @@ -274,17 +274,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`InitializedResult`](subgraphs.WhitelistingCondition.md#initializedresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------- | +| `K` | extends keyof [`InitializedResult`](subgraphs.WhitelistingCondition.md#initializedresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.WhitelistingCondition.md#multiqueryoptions)<[`InitializedFilter`](subgraphs.WhitelistingCondition.md#initializedfilter), [`InitializedResult`](subgraphs.WhitelistingCondition.md#initializedresult)\> | -| `args` | [`InitializedArgs`](subgraphs.WhitelistingCondition.md#initializedargs)<`K`\> | +| `args` | [`InitializedArgs`](subgraphs.WhitelistingCondition.md#initializedargs)<`K`\> | #### Returns @@ -294,7 +294,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/WhitelistingCondition.d.ts:50 -___ +--- ### getOwnershipTransferredById @@ -302,17 +302,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.WhitelistingCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.WhitelistingCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | -| `options` | [`SingleQueryOptions`](subgraphs.WhitelistingCondition.md#singlequeryoptions) | -| `args` | [`OwnershipTransferredArgs`](subgraphs.WhitelistingCondition.md#ownershiptransferredargs)<`K`\> | +| Name | Type | +| :-------- | :---------------------------------------------------------------------------------------------- | +| `url` | `string` | +| `options` | [`SingleQueryOptions`](subgraphs.WhitelistingCondition.md#singlequeryoptions) | +| `args` | [`OwnershipTransferredArgs`](subgraphs.WhitelistingCondition.md#ownershiptransferredargs)<`K`\> | #### Returns @@ -322,7 +322,7 @@ ___ node_modules/@nevermined-io/subgraphs/build/WhitelistingCondition.d.ts:86 -___ +--- ### getOwnershipTransferreds @@ -330,17 +330,17 @@ ___ #### Type parameters -| Name | Type | -| :------ | :------ | -| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.WhitelistingCondition.md#ownershiptransferredresult) | +| Name | Type | +| :--- | :---------------------------------------------------------------------------------------------------------- | +| `K` | extends keyof [`OwnershipTransferredResult`](subgraphs.WhitelistingCondition.md#ownershiptransferredresult) | #### Parameters -| Name | Type | -| :------ | :------ | -| `url` | `string` | +| Name | Type | +| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `url` | `string` | | `options` | [`MultiQueryOptions`](subgraphs.WhitelistingCondition.md#multiqueryoptions)<[`OwnershipTransferredFilter`](subgraphs.WhitelistingCondition.md#ownershiptransferredfilter), [`OwnershipTransferredResult`](subgraphs.WhitelistingCondition.md#ownershiptransferredresult)\> | -| `args` | [`OwnershipTransferredArgs`](subgraphs.WhitelistingCondition.md#ownershiptransferredargs)<`K`\> | +| `args` | [`OwnershipTransferredArgs`](subgraphs.WhitelistingCondition.md#ownershiptransferredargs)<`K`\> | #### Returns diff --git a/docs/api-reference/modules/utils.md b/docs/api-reference/modules/utils.md index e38f6ab63..467817545 100644 --- a/docs/api-reference/modules/utils.md +++ b/docs/api-reference/modules/utils.md @@ -57,7 +57,7 @@ Renames and re-exports [Logger](../code-reference.md#logger) ### ZeroAddress -• `Const` **ZeroAddress**: ``"0x0000000000000000000000000000000000000000"`` +• `Const` **ZeroAddress**: `"0x0000000000000000000000000000000000000000"` #### Defined in @@ -71,8 +71,8 @@ Renames and re-exports [Logger](../code-reference.md#logger) #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `input` | `string` | #### Returns @@ -83,7 +83,7 @@ Renames and re-exports [Logger](../code-reference.md#logger) [src/utils/ConversionTypeHelpers.ts:17](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/ConversionTypeHelpers.ts#L17) -___ +--- ### didTransformer @@ -91,10 +91,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `input` | `string` | `''` | -| `prefixOutput` | `boolean` | `undefined` | +| Name | Type | Default value | +| :------------- | :-------- | :------------ | +| `input` | `string` | `''` | +| `prefixOutput` | `boolean` | `undefined` | #### Returns @@ -104,7 +104,7 @@ ___ [src/utils/ConversionTypeHelpers.ts:20](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/ConversionTypeHelpers.ts#L20) -___ +--- ### didZeroX @@ -112,8 +112,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `input` | `string` | #### Returns @@ -124,7 +124,7 @@ ___ [src/utils/ConversionTypeHelpers.ts:30](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/ConversionTypeHelpers.ts#L30) -___ +--- ### eventToObject @@ -132,8 +132,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :---- | | `event` | `any` | #### Returns @@ -144,7 +144,7 @@ ___ [src/utils/Events.ts:1](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/Events.ts#L1) -___ +--- ### fillConditionsWithDDO @@ -154,17 +154,17 @@ Fill some static parameters that depends on the metadata. #### Parameters -| Name | Type | Default value | Description | -| :------ | :------ | :------ | :------ | -| `conditions` | `ServiceAgreementTemplateCondition`[] | `undefined` | Conditions to fill. | -| `ddo` | [`DDO`](../classes/DDO.md) | `undefined` | DDO related to this conditions. | -| `assetPrice` | `default` | `undefined` | Rewards distribution | -| `erc20TokenContract?` | `string` | `undefined` | Number of nfts to handle | -| `nftTokenContract?` | `string` | `undefined` | Number of nfts to handle | -| `nftHolder?` | `string` | `undefined` | - | -| `nftAmount?` | `default` | `undefined` | Number of nfts to handle | -| `nftTransfer` | `boolean` | `false` | - | -| `duration` | `number` | `0` | - | +| Name | Type | Default value | Description | +| :-------------------- | :------------------------------------ | :------------ | :------------------------------ | +| `conditions` | `ServiceAgreementTemplateCondition`[] | `undefined` | Conditions to fill. | +| `ddo` | [`DDO`](../classes/DDO.md) | `undefined` | DDO related to this conditions. | +| `assetPrice` | `default` | `undefined` | Rewards distribution | +| `erc20TokenContract?` | `string` | `undefined` | Number of nfts to handle | +| `nftTokenContract?` | `string` | `undefined` | Number of nfts to handle | +| `nftHolder?` | `string` | `undefined` | - | +| `nftAmount?` | `default` | `undefined` | Number of nfts to handle | +| `nftTransfer` | `boolean` | `false` | - | +| `duration` | `number` | `0` | - | #### Returns @@ -176,7 +176,7 @@ Filled conditions. [src/utils/DDOHelpers.ts:71](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/DDOHelpers.ts#L71) -___ +--- ### findServiceConditionByName @@ -184,10 +184,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :-------------- | | `service` | `ServiceCommon` | -| `name` | `ConditionType` | +| `name` | `ConditionType` | #### Returns @@ -197,7 +197,7 @@ ___ [src/utils/DDOHelpers.ts:100](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/DDOHelpers.ts#L100) -___ +--- ### generateId @@ -205,9 +205,9 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `length` | `number` | `64` | +| Name | Type | Default value | +| :------- | :------- | :------------ | +| `length` | `number` | `64` | #### Returns @@ -217,7 +217,7 @@ ___ [src/utils/GeneratorHelpers.ts:3](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/GeneratorHelpers.ts#L3) -___ +--- ### getAssetPriceFromDDOByService @@ -225,10 +225,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `ddo` | [`DDO`](../classes/DDO.md) | -| `service` | `ServiceType` | +| Name | Type | +| :-------- | :------------------------- | +| `ddo` | [`DDO`](../classes/DDO.md) | +| `service` | `ServiceType` | #### Returns @@ -238,7 +238,7 @@ ___ [src/utils/DDOHelpers.ts:109](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/DDOHelpers.ts#L109) -___ +--- ### getAssetPriceFromService @@ -246,8 +246,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :-------------- | | `service` | `ServiceCommon` | #### Returns @@ -258,7 +258,7 @@ ___ [src/utils/DDOHelpers.ts:148](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/DDOHelpers.ts#L148) -___ +--- ### getDIDFromService @@ -266,8 +266,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :-------------- | | `service` | `ServiceCommon` | #### Returns @@ -278,7 +278,7 @@ ___ [src/utils/DDOHelpers.ts:167](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/DDOHelpers.ts#L167) -___ +--- ### getNftAmountFromService @@ -286,8 +286,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :-------------- | | `service` | `ServiceCommon` | #### Returns @@ -298,7 +298,7 @@ ___ [src/utils/DDOHelpers.ts:179](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/DDOHelpers.ts#L179) -___ +--- ### getNftHolderFromService @@ -306,8 +306,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :-------- | :-------------- | | `service` | `ServiceCommon` | #### Returns @@ -318,7 +318,7 @@ ___ [src/utils/DDOHelpers.ts:173](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/DDOHelpers.ts#L173) -___ +--- ### makeAccounts @@ -326,8 +326,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :----------- | :------- | | `seedphrase` | `string` | #### Returns @@ -338,7 +338,7 @@ ___ [src/utils/MakeAccounts.ts:4](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/MakeAccounts.ts#L4) -___ +--- ### makeBuffer @@ -346,10 +346,10 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `a` | `any` | -| `b` | `any` | +| Name | Type | +| :--- | :---- | +| `a` | `any` | +| `b` | `any` | #### Returns @@ -359,7 +359,7 @@ ___ [src/utils/index.ts:12](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/index.ts#L12) -___ +--- ### noDidPrefixed @@ -367,8 +367,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `input` | `string` | #### Returns @@ -379,7 +379,7 @@ ___ [src/utils/ConversionTypeHelpers.ts:18](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/ConversionTypeHelpers.ts#L18) -___ +--- ### noZeroX @@ -387,8 +387,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `input` | `string` | #### Returns @@ -399,7 +399,7 @@ ___ [src/utils/ConversionTypeHelpers.ts:5](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/ConversionTypeHelpers.ts#L5) -___ +--- ### objectPromiseAll @@ -407,8 +407,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :---- | :------- | | `obj` | `Object` | #### Returns @@ -419,7 +419,7 @@ ___ [src/utils/PromiseResolver.ts:11](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/PromiseResolver.ts#L11) -___ +--- ### setAssetPriceFromDDOByService @@ -427,11 +427,11 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `ddo` | [`DDO`](../classes/DDO.md) | -| `serviceType` | `ServiceType` | -| `rewards` | `default` | +| Name | Type | +| :------------ | :------------------------- | +| `ddo` | [`DDO`](../classes/DDO.md) | +| `serviceType` | `ServiceType` | +| `rewards` | `default` | #### Returns @@ -441,7 +441,7 @@ ___ [src/utils/DDOHelpers.ts:132](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/DDOHelpers.ts#L132) -___ +--- ### setNFTRewardsFromDDOByService @@ -449,12 +449,12 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | -| `ddo` | [`DDO`](../classes/DDO.md) | -| `serviceType` | `ServiceType` | -| `rewards` | `default` | -| `holderAddress` | `string` | +| Name | Type | +| :-------------- | :------------------------- | +| `ddo` | [`DDO`](../classes/DDO.md) | +| `serviceType` | `ServiceType` | +| `rewards` | `default` | +| `holderAddress` | `string` | #### Returns @@ -464,7 +464,7 @@ ___ [src/utils/DDOHelpers.ts:116](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/DDOHelpers.ts#L116) -___ +--- ### zeroX @@ -472,8 +472,8 @@ ___ #### Parameters -| Name | Type | -| :------ | :------ | +| Name | Type | +| :------ | :------- | | `input` | `string` | #### Returns @@ -484,7 +484,7 @@ ___ [src/utils/ConversionTypeHelpers.ts:4](https://github.com/nevermined-io/sdk-js/blob/55f88d2/src/utils/ConversionTypeHelpers.ts#L4) -___ +--- ### zeroXTransformer @@ -492,10 +492,10 @@ ___ #### Parameters -| Name | Type | Default value | -| :------ | :------ | :------ | -| `input` | `string` | `''` | -| `zeroOutput` | `boolean` | `undefined` | +| Name | Type | Default value | +| :----------- | :-------- | :------------ | +| `input` | `string` | `''` | +| `zeroOutput` | `boolean` | `undefined` | #### Returns diff --git a/package.json b/package.json index 563ded45a..31c5315e8 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,9 @@ "changelog": "auto-changelog --commit-limit false && sed -i 's/keyko-io/nevermind-/nevermined-io//' CHANGELOG.md", "prepublishOnly": "npm run build", "prebuild": "npm run build:metadata", - "prepare": "npm run build:metadata", + "prepare": "npm run build:metadata && husky install .husky", + "prettier": "prettier --config ./.prettierrc.js --write \"**/*.{js,json,md,sol,ts,yml}\"", + "prettier:check": "prettier --check --config ./.prettierrc.js \"**/*.{js,json,md,sol,ts,yml}\"", "artifacts:download": "./scripts/download-artifacts.sh", "utils:generate-ddos": "ts-node ./scripts/generate-ddos.ts", "start:web-service": "node test/resources/proxy-poc/web-service.js", @@ -79,6 +81,8 @@ "whatwg-url": "^7.1.0" }, "devDependencies": { + "@commitlint/cli": "^17.4.2", + "@commitlint/config-conventional": "^17.4.2", "@faker-js/faker": "^6.3.1", "@opengsn/provider": "^2.2.6", "@release-it/bumper": "^1.4.1", @@ -107,7 +111,9 @@ "eslint-plugin-tsdoc": "^0.2.16", "express": "^4.18.2", "ganache": "^7.0.2", + "husky": "^8.0.3", "http-proxy": "^1.18.1", + "lint-staged": "^13.0.4", "lcov-result-merger": "^3.1.0", "mocha": "^7.2.0", "mock-local-storage": "^1.1.15", @@ -131,6 +137,14 @@ "webpack-cli": "^4.9.2", "webpack-merge": "^5.8.0" }, + "lint-staged": { + "**/*.{js,json,md,sol,ts,yml}": [ + "yarn run prettier" + ], + "**/*.ts": [ + "yarn run lint:fix" + ] + }, "nyc": { "include": [ "src/**/*.ts"