Support Freeze Tenant via API - #200
SCFireblocks wants to merge 274 commits into
Conversation
Rename NCW base path
* added registry endpoint for uploading contracts * added all interfaces * Update src/fireblocks-sdk.ts Co-authored-by: Idan Yael <idanya@users.noreply.github.com> * forgot import --------- Co-authored-by: Ami Magid <amagid@fireblocks.com> Co-authored-by: Idan Yael <idanya@users.noreply.github.com>
Added list owned assets endpoint and NCW for NFTs
* add list owned assets endpoint, add status filter to list owned collections * remove duplicated field from NFTOwnedCollectionsFilter * remove duplicated interface NFTOwnedAssetsFilter
* Feat: Travel Rule Configuration and Policy routes * Exposing external Travel Rule endpoints View TR screening and post/screening policy Bypass screening during service outages. Inbound transaction delay Outbound transaction delay * Update path and method naming * Update paths remove unecessary braces * Unify Update Screening Policy configuration endpoints add interfaces * Rename paramethar for Screening Policy configuration * Update JS doc for updateTravelRulePolicyConfiguration parameter description * Fix update screening policy update URL * Add undescore on Update url * remove duplicate import
…inated-endpoint Add paginated endpoint to get balance on /internal_wallets/<wallet id>/assets
* feat: changed asset and blockchain apis response * fix: separate scope for register asset
* feat: changed asset and blockchain apis response * fix: separate scope for register asset * feat: blockchain and asset listing endpoints GA * feat: changed names for interfaces for response
* feat: changed asset and blockchain apis response * fix: separate scope for register asset * feat: blockchain and asset listing endpoints GA * feat: changed names for interfaces for response * feat: added ids filter for listing assets and blockchains endpoints
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
added ncw header
* add updateAssetUserMetadata endpoint * send expected payload as a param
* feat: changed asset and blockchain apis response * fix: separate scope for register asset * feat: blockchain and asset listing endpoints GA * feat: changed names for interfaces for response * feat: added ids filter for listing assets and blockchains endpoints * feat: added verified to list asset response
|
Semgrep found 19
package-lock.json contains a reference to a public package registry or CDN (https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz). Dependencies must be resolved through the approved internal JFrog/Artifactory registry. Update your .npmrc to point at the approved registry, delete node_modules and package-lock.json, then re-run |
Support Freeze Tenant via API