meshtrade 1.23.0__tar.gz → 1.23.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of meshtrade might be problematic. Click here for more details.
- {meshtrade-1.23.0 → meshtrade-1.23.1}/PKG-INFO +1 -1
- {meshtrade-1.23.0 → meshtrade-1.23.1}/pyproject.toml +1 -1
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/__init__.py +12 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/service_meshpy.py +1 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/api_user/v1/__init__.py +6 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/api_user/v1/service_meshpy.py +1 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/group/v1/service_meshpy.py +1 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/role/v1/__init__.py +15 -1
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/user/v1/service_meshpy.py +1 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/ledger/transaction/v1/__init__.py +4 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/ledger/transaction/v1/service_meshpy.py +2 -1
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/reporting/account_report/v1/__init__.py +4 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/reporting/account_report/v1/service_meshpy.py +1 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/trading/limit_order/v1/service_meshpy.py +1 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/trading/market_order/v1/service_meshpy.py +1 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/__init__.py +81 -11
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/wallet/account/v1/service_meshpy.py +1 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade.egg-info/PKG-INFO +1 -1
- {meshtrade-1.23.0 → meshtrade-1.23.1}/README.md +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/buf/validate/validate_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/buf/validate/validate_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/__init__.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/common/__init__.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/common/config.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/common/grpc_client.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/common/service_options.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/__init__.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/__init__.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/client_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/client_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/client_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/client_roles.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/company_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/company_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/company_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/company_representative_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/company_representative_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/company_representative_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/company_representative_role_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/company_representative_role_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/company_representative_role_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/fund_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/fund_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/fund_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/identification_document_type_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/identification_document_type_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/identification_document_type_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/industry_classification_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/industry_classification_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/industry_classification_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/natural_person_connection_type_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/natural_person_connection_type_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/natural_person_connection_type_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/natural_person_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/natural_person_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/natural_person_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/pep_status_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/pep_status_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/pep_status_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/service_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/service_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/tax_residency_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/tax_residency_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/tax_residency_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/trust_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/trust_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/trust_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/verification_status_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/verification_status_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/verification_status_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/__init__.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/api_user/v1/api_credentials.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/api_user/v1/api_user_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/api_user/v1/api_user_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/api_user/v1/api_user_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/api_user/v1/api_user_state_machine.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/api_user/v1/service.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/api_user/v1/service_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/api_user/v1/service_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/api_user/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/group/__init__.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/group/v1/__init__.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/group/v1/group_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/group/v1/group_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/group/v1/group_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/group/v1/service_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/group/v1/service_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/group/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/role/v1/role.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/role/v1/role_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/role/v1/role_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/role/v1/role_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/user/v1/__init__.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/user/v1/service_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/user/v1/service_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/user/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/user/v1/user_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/user/v1/user_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/user/v1/user_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/ledger/__init__.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/ledger/transaction/__init__.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/ledger/transaction/v1/service_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/ledger/transaction/v1/service_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/ledger/transaction/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/ledger/transaction/v1/transaction_action_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/ledger/transaction/v1/transaction_action_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/ledger/transaction/v1/transaction_action_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/ledger/transaction/v1/transaction_state_machine.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/ledger/transaction/v1/transaction_state_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/ledger/transaction/v1/transaction_state_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/ledger/transaction/v1/transaction_state_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/option/v1/__init__.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/option/v1/method_type_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/option/v1/method_type_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/option/v1/method_type_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/reporting/account_report/v1/account_report_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/reporting/account_report/v1/account_report_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/reporting/account_report/v1/account_report_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/reporting/account_report/v1/disclaimer_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/reporting/account_report/v1/disclaimer_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/reporting/account_report/v1/disclaimer_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/reporting/account_report/v1/fee_entry_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/reporting/account_report/v1/fee_entry_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/reporting/account_report/v1/fee_entry_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/reporting/account_report/v1/income_entry.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/reporting/account_report/v1/income_entry_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/reporting/account_report/v1/income_entry_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/reporting/account_report/v1/income_entry_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/reporting/account_report/v1/service_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/reporting/account_report/v1/service_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/reporting/account_report/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/reporting/account_report/v1/trading_statement_entry_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/reporting/account_report/v1/trading_statement_entry_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/reporting/account_report/v1/trading_statement_entry_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/studio/instrument/v1/__init__.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/studio/instrument/v1/instrument_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/studio/instrument/v1/instrument_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/studio/instrument/v1/instrument_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/studio/instrument/v1/instrument_type_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/studio/instrument/v1/instrument_type_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/studio/instrument/v1/instrument_type_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/studio/instrument/v1/unit_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/studio/instrument/v1/unit_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/studio/instrument/v1/unit_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/trading/__init__.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/trading/limit_order/__init__.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/trading/limit_order/v1/__init__.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/trading/limit_order/v1/limit_order_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/trading/limit_order/v1/limit_order_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/trading/limit_order/v1/limit_order_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/trading/limit_order/v1/service_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/trading/limit_order/v1/service_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/trading/limit_order/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/trading/market_order/v1/__init__.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/trading/market_order/v1/market_order_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/trading/market_order/v1/market_order_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/trading/market_order/v1/market_order_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/trading/market_order/v1/service_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/trading/market_order/v1/service_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/trading/market_order/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/__init__.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/address_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/address_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/address_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/amount.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/amount_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/amount_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/amount_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/contact_details_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/contact_details_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/contact_details_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/date.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/date_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/date_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/date_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/decimal_built_in_conversions.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/decimal_operations.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/decimal_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/decimal_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/decimal_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/ledger.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/ledger_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/ledger_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/ledger_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/sorting_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/sorting_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/sorting_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/time_of_day.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/time_of_day_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/time_of_day_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/time_of_day_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/token.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/token_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/token_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/type/v1/token_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/wallet/__init__.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/wallet/account/v1/__init__.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/wallet/account/v1/account_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/wallet/account/v1/account_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/wallet/account/v1/account_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/wallet/account/v1/service_pb2.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/wallet/account/v1/service_pb2.pyi +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/wallet/account/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade.egg-info/SOURCES.txt +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade.egg-info/dependency_links.txt +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade.egg-info/requires.txt +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade.egg-info/top_level.txt +0 -0
- {meshtrade-1.23.0 → meshtrade-1.23.1}/setup.cfg +0 -0
|
@@ -55,6 +55,13 @@ from .service_meshpy import (
|
|
|
55
55
|
#
|
|
56
56
|
# ===================================================================
|
|
57
57
|
|
|
58
|
+
from .client_roles import (
|
|
59
|
+
get_client_default_role_index,
|
|
60
|
+
get_client_default_roles,
|
|
61
|
+
must_get_client_default_role_index,
|
|
62
|
+
must_get_client_default_roles,
|
|
63
|
+
)
|
|
64
|
+
|
|
58
65
|
# ===================================================================
|
|
59
66
|
# MODULE EXPORTS
|
|
60
67
|
# ===================================================================
|
|
@@ -84,4 +91,9 @@ __all__ = [
|
|
|
84
91
|
"TaxResidency",
|
|
85
92
|
"Trust",
|
|
86
93
|
"VerificationStatus",
|
|
94
|
+
# Manual exports
|
|
95
|
+
"get_client_default_role_index",
|
|
96
|
+
"get_client_default_roles",
|
|
97
|
+
"must_get_client_default_role_index",
|
|
98
|
+
"must_get_client_default_roles",
|
|
87
99
|
]
|
|
@@ -62,7 +62,10 @@ from meshtrade.common import (
|
|
|
62
62
|
from .api_credentials import (
|
|
63
63
|
MESH_API_CREDENTIALS_ENV_VAR,
|
|
64
64
|
api_credentials_from_environment,
|
|
65
|
+
default_credentials_path,
|
|
66
|
+
find_credentials,
|
|
65
67
|
load_api_credentials_from_file,
|
|
68
|
+
load_default_credentials,
|
|
66
69
|
)
|
|
67
70
|
|
|
68
71
|
# ===================================================================
|
|
@@ -97,5 +100,8 @@ __all__ = [
|
|
|
97
100
|
"MESH_API_CREDENTIALS_ENV_VAR",
|
|
98
101
|
"api_credentials_from_environment",
|
|
99
102
|
"create_auth_metadata",
|
|
103
|
+
"default_credentials_path",
|
|
104
|
+
"find_credentials",
|
|
100
105
|
"load_api_credentials_from_file",
|
|
106
|
+
"load_default_credentials",
|
|
101
107
|
]
|
|
@@ -29,7 +29,15 @@ from .role_pb2 import Role, RoleList
|
|
|
29
29
|
#
|
|
30
30
|
# ===================================================================
|
|
31
31
|
|
|
32
|
-
from .role import
|
|
32
|
+
from .role import (
|
|
33
|
+
must_parse_role_parts,
|
|
34
|
+
parse_role_parts,
|
|
35
|
+
role_from_full_resource_name,
|
|
36
|
+
role_full_resource_name_from_group,
|
|
37
|
+
role_full_resource_name_from_group_id,
|
|
38
|
+
role_is_valid,
|
|
39
|
+
role_is_valid_and_specified,
|
|
40
|
+
)
|
|
33
41
|
|
|
34
42
|
# ===================================================================
|
|
35
43
|
# MODULE EXPORTS
|
|
@@ -40,5 +48,11 @@ __all__ = [
|
|
|
40
48
|
"Role",
|
|
41
49
|
"RoleList",
|
|
42
50
|
# Manual exports
|
|
51
|
+
"must_parse_role_parts",
|
|
52
|
+
"parse_role_parts",
|
|
53
|
+
"role_from_full_resource_name",
|
|
43
54
|
"role_full_resource_name_from_group",
|
|
55
|
+
"role_full_resource_name_from_group_id",
|
|
56
|
+
"role_is_valid",
|
|
57
|
+
"role_is_valid_and_specified",
|
|
44
58
|
]
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/ledger/transaction/v1/__init__.py
RENAMED
|
@@ -43,6 +43,8 @@ from .service_meshpy import (
|
|
|
43
43
|
#
|
|
44
44
|
# ===================================================================
|
|
45
45
|
|
|
46
|
+
from .transaction_state_machine import transaction_state_can_perform_action_at_state
|
|
47
|
+
|
|
46
48
|
# ===================================================================
|
|
47
49
|
# MODULE EXPORTS
|
|
48
50
|
# ===================================================================
|
|
@@ -58,4 +60,6 @@ __all__ = [
|
|
|
58
60
|
"TransactionServiceGRPCClient",
|
|
59
61
|
"TransactionServiceGRPCClientInterface",
|
|
60
62
|
"TransactionState",
|
|
63
|
+
# Manual exports
|
|
64
|
+
"transaction_state_can_perform_action_at_state",
|
|
61
65
|
]
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/ledger/transaction/v1/service_meshpy.py
RENAMED
|
@@ -9,6 +9,7 @@ the service interface with resource management capabilities, providing authentic
|
|
|
9
9
|
timeouts, and proper connection handling.
|
|
10
10
|
"""
|
|
11
11
|
|
|
12
|
+
from collections.abc import Iterator
|
|
12
13
|
from datetime import timedelta
|
|
13
14
|
from typing import Optional
|
|
14
15
|
|
|
@@ -147,7 +148,7 @@ class TransactionService(BaseGRPCClient):
|
|
|
147
148
|
"""
|
|
148
149
|
return self._execute_method("GetTransactionState", request, timeout)
|
|
149
150
|
|
|
150
|
-
def monitor_transaction_state(self, request: MonitorTransactionStateRequest, timeout: Optional[timedelta] = None):
|
|
151
|
+
def monitor_transaction_state(self, request: MonitorTransactionStateRequest, timeout: Optional[timedelta] = None) -> Iterator[MonitorTransactionStateResponse]:
|
|
151
152
|
"""MonitorTransactionState server-side streaming method with authentication and validation.
|
|
152
153
|
|
|
153
154
|
Args:
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/reporting/account_report/v1/__init__.py
RENAMED
|
@@ -41,6 +41,8 @@ from .service_meshpy import (
|
|
|
41
41
|
#
|
|
42
42
|
# ===================================================================
|
|
43
43
|
|
|
44
|
+
from .income_entry import income_narrative_pretty_string
|
|
45
|
+
|
|
44
46
|
# ===================================================================
|
|
45
47
|
# MODULE EXPORTS
|
|
46
48
|
# ===================================================================
|
|
@@ -59,4 +61,6 @@ __all__ = [
|
|
|
59
61
|
"IncomeEntry",
|
|
60
62
|
"IncomeNarrative",
|
|
61
63
|
"TradingStatementEntry",
|
|
64
|
+
# Manual exports
|
|
65
|
+
"income_narrative_pretty_string",
|
|
62
66
|
]
|
|
@@ -38,43 +38,80 @@ from .time_of_day_pb2 import TimeOfDay
|
|
|
38
38
|
# ===================================================================
|
|
39
39
|
|
|
40
40
|
from .amount import (
|
|
41
|
+
amount_add,
|
|
42
|
+
amount_contains_fractions,
|
|
43
|
+
amount_decimal_div,
|
|
44
|
+
amount_decimal_mul,
|
|
45
|
+
amount_is_equal_to,
|
|
46
|
+
amount_is_negative,
|
|
47
|
+
amount_is_same_type_as,
|
|
48
|
+
amount_is_undefined,
|
|
49
|
+
amount_is_zero,
|
|
50
|
+
amount_set_value,
|
|
51
|
+
amount_sub,
|
|
41
52
|
new_amount,
|
|
53
|
+
new_undefined_amount,
|
|
42
54
|
)
|
|
43
55
|
from .date import (
|
|
44
56
|
date_add_days,
|
|
45
57
|
date_add_months,
|
|
46
58
|
date_add_years,
|
|
47
|
-
date_to_python_date,
|
|
48
|
-
date_to_string,
|
|
49
59
|
date_is_after,
|
|
50
60
|
date_is_after_or_equal,
|
|
51
61
|
date_is_before,
|
|
52
62
|
date_is_before_or_equal,
|
|
53
63
|
date_is_complete,
|
|
54
64
|
date_is_equal,
|
|
65
|
+
date_is_valid,
|
|
66
|
+
date_to_python_date,
|
|
67
|
+
date_to_string,
|
|
55
68
|
new_date,
|
|
56
69
|
new_date_from_python_date,
|
|
57
|
-
|
|
70
|
+
)
|
|
71
|
+
from .decimal_built_in_conversions import (
|
|
72
|
+
built_in_to_decimal,
|
|
73
|
+
decimal_to_built_in,
|
|
74
|
+
)
|
|
75
|
+
from .decimal_operations import (
|
|
76
|
+
decimal_add,
|
|
77
|
+
decimal_div,
|
|
78
|
+
decimal_equal,
|
|
79
|
+
decimal_greater_than,
|
|
80
|
+
decimal_greater_than_or_equal,
|
|
81
|
+
decimal_is_negative,
|
|
82
|
+
decimal_is_positive,
|
|
83
|
+
decimal_is_zero,
|
|
84
|
+
decimal_less_than,
|
|
85
|
+
decimal_less_than_or_equal,
|
|
86
|
+
decimal_mul,
|
|
87
|
+
decimal_round,
|
|
88
|
+
decimal_sub,
|
|
89
|
+
)
|
|
90
|
+
from .ledger import (
|
|
91
|
+
UnsupportedLedgerError,
|
|
92
|
+
get_ledger_no_decimal_places,
|
|
93
|
+
ledger_is_valid,
|
|
94
|
+
ledger_is_valid_and_defined,
|
|
95
|
+
ledger_to_pretty_string,
|
|
58
96
|
)
|
|
59
97
|
from .time_of_day import (
|
|
60
|
-
time_of_day_is_midnight,
|
|
61
98
|
new_time_of_day,
|
|
62
99
|
new_time_of_day_from_datetime,
|
|
63
100
|
new_time_of_day_from_python_time,
|
|
64
101
|
new_time_of_day_from_timedelta,
|
|
102
|
+
time_of_day_is_midnight,
|
|
103
|
+
time_of_day_is_valid,
|
|
65
104
|
time_of_day_to_datetime_with_date,
|
|
66
105
|
time_of_day_to_python_time,
|
|
67
106
|
time_of_day_to_string,
|
|
68
107
|
time_of_day_to_timedelta,
|
|
69
108
|
time_of_day_total_seconds,
|
|
70
|
-
time_of_day_is_valid,
|
|
71
109
|
)
|
|
72
|
-
from .
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
get_ledger_no_decimal_places,
|
|
110
|
+
from .token import (
|
|
111
|
+
new_undefined_token,
|
|
112
|
+
token_is_equal_to,
|
|
113
|
+
token_is_undefined,
|
|
114
|
+
token_pretty_string,
|
|
78
115
|
)
|
|
79
116
|
|
|
80
117
|
# ===================================================================
|
|
@@ -93,6 +130,18 @@ __all__ = [
|
|
|
93
130
|
"TimeOfDay",
|
|
94
131
|
"Token",
|
|
95
132
|
# Manual exports
|
|
133
|
+
"UnsupportedLedgerError",
|
|
134
|
+
"amount_add",
|
|
135
|
+
"amount_contains_fractions",
|
|
136
|
+
"amount_decimal_div",
|
|
137
|
+
"amount_decimal_mul",
|
|
138
|
+
"amount_is_equal_to",
|
|
139
|
+
"amount_is_negative",
|
|
140
|
+
"amount_is_same_type_as",
|
|
141
|
+
"amount_is_undefined",
|
|
142
|
+
"amount_is_zero",
|
|
143
|
+
"amount_set_value",
|
|
144
|
+
"amount_sub",
|
|
96
145
|
"built_in_to_decimal",
|
|
97
146
|
"date_add_days",
|
|
98
147
|
"date_add_months",
|
|
@@ -106,8 +155,24 @@ __all__ = [
|
|
|
106
155
|
"date_is_valid",
|
|
107
156
|
"date_to_python_date",
|
|
108
157
|
"date_to_string",
|
|
158
|
+
"decimal_add",
|
|
159
|
+
"decimal_div",
|
|
160
|
+
"decimal_equal",
|
|
161
|
+
"decimal_greater_than",
|
|
162
|
+
"decimal_greater_than_or_equal",
|
|
163
|
+
"decimal_is_negative",
|
|
164
|
+
"decimal_is_positive",
|
|
165
|
+
"decimal_is_zero",
|
|
166
|
+
"decimal_less_than",
|
|
167
|
+
"decimal_less_than_or_equal",
|
|
168
|
+
"decimal_mul",
|
|
169
|
+
"decimal_round",
|
|
170
|
+
"decimal_sub",
|
|
109
171
|
"decimal_to_built_in",
|
|
110
172
|
"get_ledger_no_decimal_places",
|
|
173
|
+
"ledger_is_valid",
|
|
174
|
+
"ledger_is_valid_and_defined",
|
|
175
|
+
"ledger_to_pretty_string",
|
|
111
176
|
"new_amount",
|
|
112
177
|
"new_date",
|
|
113
178
|
"new_date_from_python_date",
|
|
@@ -115,6 +180,8 @@ __all__ = [
|
|
|
115
180
|
"new_time_of_day_from_datetime",
|
|
116
181
|
"new_time_of_day_from_python_time",
|
|
117
182
|
"new_time_of_day_from_timedelta",
|
|
183
|
+
"new_undefined_amount",
|
|
184
|
+
"new_undefined_token",
|
|
118
185
|
"time_of_day_is_midnight",
|
|
119
186
|
"time_of_day_is_valid",
|
|
120
187
|
"time_of_day_to_datetime_with_date",
|
|
@@ -122,4 +189,7 @@ __all__ = [
|
|
|
122
189
|
"time_of_day_to_string",
|
|
123
190
|
"time_of_day_to_timedelta",
|
|
124
191
|
"time_of_day_total_seconds",
|
|
192
|
+
"token_is_equal_to",
|
|
193
|
+
"token_is_undefined",
|
|
194
|
+
"token_pretty_string",
|
|
125
195
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/client_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/client_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/client_pb2_grpc.py
RENAMED
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/client_roles.py
RENAMED
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/company_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/company_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/company_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/fund_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/fund_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/pep_status_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/pep_status_pb2.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/service_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/service_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/service_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/tax_residency_pb2.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/trust_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/trust_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/compliance/client/v1/trust_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/api_user/v1/api_credentials.py
RENAMED
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/api_user/v1/api_user_pb2_grpc.py
RENAMED
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/api_user/v1/api_user_state_machine.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/iam/api_user/v1/service_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/ledger/transaction/v1/service_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/ledger/transaction/v1/service_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.23.0 → meshtrade-1.23.1}/python/src/meshtrade/ledger/transaction/v1/service_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|