Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -1134,6 +1134,9 @@ docs/TravelRuleStatusEnum.md
docs/TravelRuleTransactionBlockchainInfo.md
docs/TravelRuleUpdateVASPDetails.md
docs/TravelRuleVASP.md
docs/TravelRuleVASPExternalEntity.md
docs/TravelRuleVASPExternalEntityConfig.md
docs/TravelRuleVASPExternalEntityRegistration.md
docs/TravelRuleValidateDateAndPlaceOfBirth.md
docs/TravelRuleValidateFullTransactionRequest.md
docs/TravelRuleValidateGeographicAddress.md
Expand Down Expand Up @@ -2408,6 +2411,9 @@ fireblocks/models/travel_rule_validate_pii_ivms.py
fireblocks/models/travel_rule_validate_transaction_request.py
fireblocks/models/travel_rule_validate_transaction_response.py
fireblocks/models/travel_rule_vasp.py
fireblocks/models/travel_rule_vasp_external_entity.py
fireblocks/models/travel_rule_vasp_external_entity_config.py
fireblocks/models/travel_rule_vasp_external_entity_registration.py
fireblocks/models/travel_rule_vasp_for_vault.py
fireblocks/models/travel_rule_verdict_enum.py
fireblocks/models/trigger_validation_flow_response.py
Expand Down Expand Up @@ -3660,6 +3666,9 @@ test/test_travel_rule_validate_pii_ivms.py
test/test_travel_rule_validate_transaction_request.py
test/test_travel_rule_validate_transaction_response.py
test/test_travel_rule_vasp.py
test/test_travel_rule_vasp_external_entity.py
test/test_travel_rule_vasp_external_entity_config.py
test/test_travel_rule_vasp_external_entity_registration.py
test/test_travel_rule_vasp_for_vault.py
test/test_travel_rule_verdict_enum.py
test/test_trigger_validation_flow_response.py
Expand Down
290 changes: 0 additions & 290 deletions CHANGELOG.md

This file was deleted.

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1778,6 +1778,9 @@ Class | Method | HTTP request | Description
- [TravelRuleTransactionBlockchainInfo](docs/TravelRuleTransactionBlockchainInfo.md)
- [TravelRuleUpdateVASPDetails](docs/TravelRuleUpdateVASPDetails.md)
- [TravelRuleVASP](docs/TravelRuleVASP.md)
- [TravelRuleVASPExternalEntity](docs/TravelRuleVASPExternalEntity.md)
- [TravelRuleVASPExternalEntityConfig](docs/TravelRuleVASPExternalEntityConfig.md)
- [TravelRuleVASPExternalEntityRegistration](docs/TravelRuleVASPExternalEntityRegistration.md)
- [TravelRuleValidateDateAndPlaceOfBirth](docs/TravelRuleValidateDateAndPlaceOfBirth.md)
- [TravelRuleValidateFullTransactionRequest](docs/TravelRuleValidateFullTransactionRequest.md)
- [TravelRuleValidateGeographicAddress](docs/TravelRuleValidateGeographicAddress.md)
Expand Down
6 changes: 3 additions & 3 deletions docs/ContractAttributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**use_cases** | **List[str]** | |
**standards** | **List[str]** | |
**auditor** | [**AuditorData**](AuditorData.md) | |
**use_cases** | **List[str]** | | [optional]
**standards** | **List[str]** | Token standards implemented by the contract (e.g. ERC-20, ERC-1400). Not returned for templates that do not follow ERC token standards, such as non-EVM templates (e.g. Stellar, Solana Token 2022) | [optional]
**auditor** | [**AuditorData**](AuditorData.md) | | [optional]

## Example

Expand Down
Loading
Loading