meshtrade 1.2.0__tar.gz → 1.3.0__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.2.0 → meshtrade-1.3.0}/PKG-INFO +1 -1
- {meshtrade-1.2.0 → meshtrade-1.3.0}/pyproject.toml +1 -1
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/reporting/account_report/v1/account_report_pb2.py +4 -4
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/reporting/account_report/v1/account_report_pb2.pyi +6 -5
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/reporting/account_report/v1/service_pb2.py +12 -12
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/reporting/account_report/v1/service_pb2.pyi +12 -10
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade.egg-info/PKG-INFO +1 -1
- {meshtrade-1.2.0 → meshtrade-1.3.0}/README.md +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/buf/validate/validate_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/buf/validate/validate_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/__init__.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/common/__init__.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/common/config.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/common/grpc_client.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/__init__.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/__init__.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/__init__.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/client_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/client_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/client_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/company_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/company_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/company_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/company_representative_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/company_representative_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/company_representative_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/company_representative_role_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/company_representative_role_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/company_representative_role_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/fund_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/fund_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/fund_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/identification_document_type_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/identification_document_type_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/identification_document_type_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/industry_classification_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/industry_classification_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/industry_classification_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/natural_person_connection_type_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/natural_person_connection_type_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/natural_person_connection_type_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/natural_person_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/natural_person_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/natural_person_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/pep_status_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/pep_status_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/pep_status_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/service_meshpy.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/service_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/service_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/tax_residency_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/tax_residency_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/tax_residency_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/trust_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/trust_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/trust_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/verification_status_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/verification_status_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/verification_status_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/__init__.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/api_user/v1/__init__.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/api_user/v1/api_credentials.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/api_user/v1/api_user_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/api_user/v1/api_user_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/api_user/v1/api_user_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/api_user/v1/service.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/api_user/v1/service_meshpy.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/api_user/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/api_user/v1/service_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/api_user/v1/service_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/api_user/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/group/__init__.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/group/v1/__init__.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/group/v1/group_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/group/v1/group_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/group/v1/group_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/group/v1/service_meshpy.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/group/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/group/v1/service_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/group/v1/service_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/group/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/role/v1/__init__.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/role/v1/role.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/role/v1/role_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/role/v1/role_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/role/v1/role_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/user/v1/__init__.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/user/v1/service_meshpy.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/user/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/user/v1/service_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/user/v1/service_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/user/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/user/v1/user_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/user/v1/user_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/user/v1/user_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/ledger/__init__.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/ledger/transaction/__init__.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/ledger/transaction/v1/__init__.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/ledger/transaction/v1/transaction_action_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/ledger/transaction/v1/transaction_action_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/ledger/transaction/v1/transaction_action_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/ledger/transaction/v1/transaction_state_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/ledger/transaction/v1/transaction_state_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/ledger/transaction/v1/transaction_state_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/option/v1/__init__.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/option/v1/method_type_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/option/v1/method_type_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/option/v1/method_type_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/reporting/account_report/v1/__init__.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/reporting/account_report/v1/account_report_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/reporting/account_report/v1/disclaimer_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/reporting/account_report/v1/disclaimer_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/reporting/account_report/v1/disclaimer_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/reporting/account_report/v1/fee_entry_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/reporting/account_report/v1/fee_entry_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/reporting/account_report/v1/fee_entry_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/reporting/account_report/v1/income_entry_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/reporting/account_report/v1/income_entry_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/reporting/account_report/v1/income_entry_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/reporting/account_report/v1/service_meshpy.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/reporting/account_report/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/reporting/account_report/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/reporting/account_report/v1/trading_statement_entry_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/reporting/account_report/v1/trading_statement_entry_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/reporting/account_report/v1/trading_statement_entry_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/__init__.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/limit_order/__init__.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/limit_order/v1/__init__.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/limit_order/v1/limit_order_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/limit_order/v1/limit_order_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/limit_order/v1/limit_order_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/limit_order/v1/service_meshpy.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/limit_order/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/limit_order/v1/service_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/limit_order/v1/service_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/limit_order/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/market_order/v1/__init__.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/market_order/v1/market_order_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/market_order/v1/market_order_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/market_order/v1/market_order_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/market_order/v1/service_meshpy.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/market_order/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/market_order/v1/service_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/market_order/v1/service_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/market_order/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/__init__.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/__init__.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/address_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/address_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/address_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/amount.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/amount_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/amount_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/amount_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/contact_details_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/contact_details_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/contact_details_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/date.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/date_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/date_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/date_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/decimal_built_in_conversions.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/decimal_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/decimal_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/decimal_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/ledger.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/ledger_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/ledger_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/ledger_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/sorting_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/sorting_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/sorting_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/time_of_day.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/time_of_day_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/time_of_day_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/time_of_day_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/token_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/token_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/token_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/wallet/__init__.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/wallet/account/v1/__init__.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/wallet/account/v1/account_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/wallet/account/v1/account_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/wallet/account/v1/account_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/wallet/account/v1/service_meshpy.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/wallet/account/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/wallet/account/v1/service_pb2.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/wallet/account/v1/service_pb2.pyi +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/wallet/account/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade.egg-info/SOURCES.txt +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade.egg-info/dependency_links.txt +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade.egg-info/requires.txt +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade.egg-info/top_level.txt +0 -0
- {meshtrade-1.2.0 → meshtrade-1.3.0}/setup.cfg +0 -0
|
@@ -31,7 +31,7 @@ from meshtrade.reporting.account_report.v1 import trading_statement_entry_pb2 as
|
|
|
31
31
|
from meshtrade.reporting.account_report.v1 import disclaimer_pb2 as meshtrade_dot_reporting_dot_account__report_dot_v1_dot_disclaimer__pb2
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:meshtrade/reporting/account_report/v1/account_report.proto\x12%meshtrade.reporting.account_report.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dmeshtrade/type/v1/token.proto\x1a\x1fmeshtrade/type/v1/address.proto\x1a\x35meshtrade/reporting/account_report/v1/fee_entry.proto\x1a\x38meshtrade/reporting/account_report/v1/income_entry.proto\x1a\x43meshtrade/reporting/account_report/v1/trading_statement_entry.proto\x1a\x36meshtrade/reporting/account_report/v1/disclaimer.proto\"\
|
|
34
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:meshtrade/reporting/account_report/v1/account_report.proto\x12%meshtrade.reporting.account_report.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dmeshtrade/type/v1/token.proto\x1a\x1fmeshtrade/type/v1/address.proto\x1a\x35meshtrade/reporting/account_report/v1/fee_entry.proto\x1a\x38meshtrade/reporting/account_report/v1/income_entry.proto\x1a\x43meshtrade/reporting/account_report/v1/trading_statement_entry.proto\x1a\x36meshtrade/reporting/account_report/v1/disclaimer.proto\"\x9c\x07\n\rAccountReport\x12Y\n\x0eincome_entries\x18\x01 \x03(\x0b\x32\x32.meshtrade.reporting.account_report.v1.IncomeEntryR\rincomeEntries\x12P\n\x0b\x66\x65\x65_entries\x18\x02 \x03(\x0b\x32/.meshtrade.reporting.account_report.v1.FeeEntryR\nfeeEntries\x12x\n\x19trading_statement_entries\x18\x03 \x03(\x0b\x32<.meshtrade.reporting.account_report.v1.TradingStatementEntryR\x17tradingStatementEntries\x12G\n\x12reporting_currency\x18\x04 \x01(\x0b\x32\x18.meshtrade.type.v1.TokenR\x11reportingCurrency\x12S\n\x06period\x18\x05 \x01(\x0b\x32;.meshtrade.reporting.account_report.v1.AccountReport.PeriodR\x06period\x12\x43\n\x0fgeneration_date\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0egenerationDate\x12%\n\x0e\x61\x63\x63ount_number\x18\x07 \x01(\tR\raccountNumber\x12S\n\x0b\x64isclaimers\x18\x08 \x03(\x0b\x32\x31.meshtrade.reporting.account_report.v1.DisclaimerR\x0b\x64isclaimers\x12\x41\n\x0e\x63lient_address\x18\t \x01(\x0b\x32\x1a.meshtrade.type.v1.AddressR\rclientAddress\x12\x1f\n\x0b\x63lient_name\x18\n \x01(\tR\nclientName\x12\x1c\n\tcopyright\x18\x0b \x01(\tR\tcopyright\x1a\x82\x01\n\x06Period\x12=\n\x0cperiod_start\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0bperiodStart\x12\x39\n\nperiod_end\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tperiodEndBx\n,co.meshtrade.api.reporting.account_report.v1ZHgithub.com/meshtrade/api/go/reporting/account_report/v1;account_reportv1b\x06proto3')
|
|
35
35
|
|
|
36
36
|
_globals = globals()
|
|
37
37
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -40,7 +40,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
40
40
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
41
41
|
_globals['DESCRIPTOR']._serialized_options = b'\n,co.meshtrade.api.reporting.account_report.v1ZHgithub.com/meshtrade/api/go/reporting/account_report/v1;account_reportv1'
|
|
42
42
|
_globals['_ACCOUNTREPORT']._serialized_start=437
|
|
43
|
-
_globals['_ACCOUNTREPORT']._serialized_end=
|
|
44
|
-
_globals['_ACCOUNTREPORT_PERIOD']._serialized_start=
|
|
45
|
-
_globals['_ACCOUNTREPORT_PERIOD']._serialized_end=
|
|
43
|
+
_globals['_ACCOUNTREPORT']._serialized_end=1361
|
|
44
|
+
_globals['_ACCOUNTREPORT_PERIOD']._serialized_start=1231
|
|
45
|
+
_globals['_ACCOUNTREPORT_PERIOD']._serialized_end=1361
|
|
46
46
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -18,11 +18,12 @@ DESCRIPTOR: _descriptor.FileDescriptor
|
|
|
18
18
|
class AccountReport(_message.Message):
|
|
19
19
|
__slots__ = ("income_entries", "fee_entries", "trading_statement_entries", "reporting_currency", "period", "generation_date", "account_number", "disclaimers", "client_address", "client_name", "copyright")
|
|
20
20
|
class Period(_message.Message):
|
|
21
|
-
__slots__ = ("
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
21
|
+
__slots__ = ("period_start", "period_end")
|
|
22
|
+
PERIOD_START_FIELD_NUMBER: _ClassVar[int]
|
|
23
|
+
PERIOD_END_FIELD_NUMBER: _ClassVar[int]
|
|
24
|
+
period_start: _timestamp_pb2.Timestamp
|
|
25
|
+
period_end: _timestamp_pb2.Timestamp
|
|
26
|
+
def __init__(self, period_start: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., period_end: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ...) -> None: ...
|
|
26
27
|
INCOME_ENTRIES_FIELD_NUMBER: _ClassVar[int]
|
|
27
28
|
FEE_ENTRIES_FIELD_NUMBER: _ClassVar[int]
|
|
28
29
|
TRADING_STATEMENT_ENTRIES_FIELD_NUMBER: _ClassVar[int]
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/reporting/account_report/v1/service_pb2.py
RENAMED
|
@@ -30,7 +30,7 @@ from meshtrade.reporting.account_report.v1 import account_report_pb2 as meshtrad
|
|
|
30
30
|
from meshtrade.type.v1 import token_pb2 as meshtrade_dot_type_dot_v1_dot_token__pb2
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3meshtrade/reporting/account_report/v1/service.proto\x12%meshtrade.reporting.account_report.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a meshtrade/iam/role/v1/role.proto\x1a%meshtrade/option/v1/method_type.proto\x1a:meshtrade/reporting/account_report/v1/account_report.proto\x1a\x1dmeshtrade/type/v1/token.proto\"\
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3meshtrade/reporting/account_report/v1/service.proto\x12%meshtrade.reporting.account_report.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a meshtrade/iam/role/v1/role.proto\x1a%meshtrade/option/v1/method_type.proto\x1a:meshtrade/reporting/account_report/v1/account_report.proto\x1a\x1dmeshtrade/type/v1/token.proto\"\x88\x02\n\x17GetAccountReportRequest\x12%\n\x0e\x61\x63\x63ount_number\x18\x01 \x01(\tR\raccountNumber\x12=\n\x0cperiod_start\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0bperiodStart\x12\x39\n\nperiod_end\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tperiodEnd\x12L\n\x15reporting_asset_token\x18\x04 \x01(\x0b\x32\x18.meshtrade.type.v1.TokenR\x13reportingAssetToken\"\x9d\x04\n\x1cGetExcelAccountReportRequest\x12\x90\x01\n\x0e\x61\x63\x63ount_number\x18\x01 \x01(\tBi\xbaHfr\x0f\x10\x01\x32\x0b^[0-9]{1,}$\xba\x01R\n\x17\x61\x63\x63ount_number.required\x12\x1a\x61\x63\x63ount_number is required\x1a\x1bthis.matches(\'^[0-9]{1,}$\')R\raccountNumber\x12\x90\x01\n\x0cperiod_start\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampBQ\xbaHN\xba\x01K\n\x15period_start.required\x12$\'period_start\' timestamp is required\x1a\x0cthis != nullR\x0bperiodStart\x12\x88\x01\n\nperiod_end\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampBM\xbaHJ\xba\x01G\n\x13period_end.required\x12\"\'period_end\' timestamp is required\x1a\x0cthis != nullR\tperiodEnd\x12L\n\x15reporting_asset_token\x18\x04 \x01(\x0b\x32\x18.meshtrade.type.v1.TokenR\x13reportingAssetToken\"B\n\x1dGetExcelAccountReportResponse\x12!\n\x0c\x65xcel_base64\x18\x01 \x01(\tR\x0b\x65xcelBase642\xee\x02\n\x14\x41\x63\x63ountReportService\x12\x9c\x01\n\x10GetAccountReport\x12>.meshtrade.reporting.account_report.v1.GetAccountReportRequest\x1a\x34.meshtrade.reporting.account_report.v1.AccountReport\"\x12\xa0\xb5\x18\x01\xaa\xb5\x18\n\n\x08\x80\x9b\xee\x02\x81\x9b\xee\x02\x12\xb6\x01\n\x15GetExcelAccountReport\x12\x43.meshtrade.reporting.account_report.v1.GetExcelAccountReportRequest\x1a\x44.meshtrade.reporting.account_report.v1.GetExcelAccountReportResponse\"\x12\xa0\xb5\x18\x01\xaa\xb5\x18\n\n\x08\x80\x9b\xee\x02\x81\x9b\xee\x02\x42x\n,co.meshtrade.api.reporting.account_report.v1ZHgithub.com/meshtrade/api/go/reporting/account_report/v1;account_reportv1b\x06proto3')
|
|
34
34
|
|
|
35
35
|
_globals = globals()
|
|
36
36
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -40,20 +40,20 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
40
40
|
_globals['DESCRIPTOR']._serialized_options = b'\n,co.meshtrade.api.reporting.account_report.v1ZHgithub.com/meshtrade/api/go/reporting/account_report/v1;account_reportv1'
|
|
41
41
|
_globals['_GETEXCELACCOUNTREPORTREQUEST'].fields_by_name['account_number']._loaded_options = None
|
|
42
42
|
_globals['_GETEXCELACCOUNTREPORTREQUEST'].fields_by_name['account_number']._serialized_options = b'\272Hfr\017\020\0012\013^[0-9]{1,}$\272\001R\n\027account_number.required\022\032account_number is required\032\033this.matches(\'^[0-9]{1,}$\')'
|
|
43
|
-
_globals['_GETEXCELACCOUNTREPORTREQUEST'].fields_by_name['
|
|
44
|
-
_globals['_GETEXCELACCOUNTREPORTREQUEST'].fields_by_name['
|
|
45
|
-
_globals['_GETEXCELACCOUNTREPORTREQUEST'].fields_by_name['
|
|
46
|
-
_globals['_GETEXCELACCOUNTREPORTREQUEST'].fields_by_name['
|
|
43
|
+
_globals['_GETEXCELACCOUNTREPORTREQUEST'].fields_by_name['period_start']._loaded_options = None
|
|
44
|
+
_globals['_GETEXCELACCOUNTREPORTREQUEST'].fields_by_name['period_start']._serialized_options = b'\272HN\272\001K\n\025period_start.required\022$\'period_start\' timestamp is required\032\014this != null'
|
|
45
|
+
_globals['_GETEXCELACCOUNTREPORTREQUEST'].fields_by_name['period_end']._loaded_options = None
|
|
46
|
+
_globals['_GETEXCELACCOUNTREPORTREQUEST'].fields_by_name['period_end']._serialized_options = b'\272HJ\272\001G\n\023period_end.required\022\"\'period_end\' timestamp is required\032\014this != null'
|
|
47
47
|
_globals['_ACCOUNTREPORTSERVICE'].methods_by_name['GetAccountReport']._loaded_options = None
|
|
48
48
|
_globals['_ACCOUNTREPORTSERVICE'].methods_by_name['GetAccountReport']._serialized_options = b'\240\265\030\001\252\265\030\n\n\010\200\233\356\002\201\233\356\002'
|
|
49
49
|
_globals['_ACCOUNTREPORTSERVICE'].methods_by_name['GetExcelAccountReport']._loaded_options = None
|
|
50
50
|
_globals['_ACCOUNTREPORTSERVICE'].methods_by_name['GetExcelAccountReport']._serialized_options = b'\240\265\030\001\252\265\030\n\n\010\200\233\356\002\201\233\356\002'
|
|
51
51
|
_globals['_GETACCOUNTREPORTREQUEST']._serialized_start=321
|
|
52
|
-
_globals['_GETACCOUNTREPORTREQUEST']._serialized_end=
|
|
53
|
-
_globals['_GETEXCELACCOUNTREPORTREQUEST']._serialized_start=
|
|
54
|
-
_globals['_GETEXCELACCOUNTREPORTREQUEST']._serialized_end=
|
|
55
|
-
_globals['_GETEXCELACCOUNTREPORTRESPONSE']._serialized_start=
|
|
56
|
-
_globals['_GETEXCELACCOUNTREPORTRESPONSE']._serialized_end=
|
|
57
|
-
_globals['_ACCOUNTREPORTSERVICE']._serialized_start=
|
|
58
|
-
_globals['_ACCOUNTREPORTSERVICE']._serialized_end=
|
|
52
|
+
_globals['_GETACCOUNTREPORTREQUEST']._serialized_end=585
|
|
53
|
+
_globals['_GETEXCELACCOUNTREPORTREQUEST']._serialized_start=588
|
|
54
|
+
_globals['_GETEXCELACCOUNTREPORTREQUEST']._serialized_end=1129
|
|
55
|
+
_globals['_GETEXCELACCOUNTREPORTRESPONSE']._serialized_start=1131
|
|
56
|
+
_globals['_GETEXCELACCOUNTREPORTRESPONSE']._serialized_end=1197
|
|
57
|
+
_globals['_ACCOUNTREPORTSERVICE']._serialized_start=1200
|
|
58
|
+
_globals['_ACCOUNTREPORTSERVICE']._serialized_end=1566
|
|
59
59
|
# @@protoc_insertion_point(module_scope)
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/reporting/account_report/v1/service_pb2.pyi
RENAMED
|
@@ -14,26 +14,28 @@ from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
|
14
14
|
DESCRIPTOR: _descriptor.FileDescriptor
|
|
15
15
|
|
|
16
16
|
class GetAccountReportRequest(_message.Message):
|
|
17
|
-
__slots__ = ("account_number", "
|
|
17
|
+
__slots__ = ("account_number", "period_start", "period_end", "reporting_asset_token")
|
|
18
18
|
ACCOUNT_NUMBER_FIELD_NUMBER: _ClassVar[int]
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
PERIOD_START_FIELD_NUMBER: _ClassVar[int]
|
|
20
|
+
PERIOD_END_FIELD_NUMBER: _ClassVar[int]
|
|
21
21
|
REPORTING_ASSET_TOKEN_FIELD_NUMBER: _ClassVar[int]
|
|
22
22
|
account_number: str
|
|
23
|
-
|
|
23
|
+
period_start: _timestamp_pb2.Timestamp
|
|
24
|
+
period_end: _timestamp_pb2.Timestamp
|
|
24
25
|
reporting_asset_token: _token_pb2.Token
|
|
25
|
-
def __init__(self, account_number: _Optional[str] = ...,
|
|
26
|
+
def __init__(self, account_number: _Optional[str] = ..., period_start: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., period_end: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., reporting_asset_token: _Optional[_Union[_token_pb2.Token, _Mapping]] = ...) -> None: ...
|
|
26
27
|
|
|
27
28
|
class GetExcelAccountReportRequest(_message.Message):
|
|
28
|
-
__slots__ = ("account_number", "
|
|
29
|
+
__slots__ = ("account_number", "period_start", "period_end", "reporting_asset_token")
|
|
29
30
|
ACCOUNT_NUMBER_FIELD_NUMBER: _ClassVar[int]
|
|
30
|
-
|
|
31
|
-
|
|
31
|
+
PERIOD_START_FIELD_NUMBER: _ClassVar[int]
|
|
32
|
+
PERIOD_END_FIELD_NUMBER: _ClassVar[int]
|
|
32
33
|
REPORTING_ASSET_TOKEN_FIELD_NUMBER: _ClassVar[int]
|
|
33
34
|
account_number: str
|
|
34
|
-
|
|
35
|
+
period_start: _timestamp_pb2.Timestamp
|
|
36
|
+
period_end: _timestamp_pb2.Timestamp
|
|
35
37
|
reporting_asset_token: _token_pb2.Token
|
|
36
|
-
def __init__(self, account_number: _Optional[str] = ...,
|
|
38
|
+
def __init__(self, account_number: _Optional[str] = ..., period_start: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., period_end: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., reporting_asset_token: _Optional[_Union[_token_pb2.Token, _Mapping]] = ...) -> None: ...
|
|
37
39
|
|
|
38
40
|
class GetExcelAccountReportResponse(_message.Message):
|
|
39
41
|
__slots__ = ("excel_base64",)
|
|
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.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/client_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/client_pb2_grpc.py
RENAMED
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/company_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/company_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/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
|
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/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
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/natural_person_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/natural_person_pb2.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/pep_status_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/pep_status_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/pep_status_pb2_grpc.py
RENAMED
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/service_meshpy.py
RENAMED
|
File without changes
|
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/service_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/service_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/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.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/tax_residency_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/compliance/client/v1/tax_residency_pb2.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/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
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/api_user/v1/api_user_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/api_user/v1/service_options_meshpy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/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
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/group/v1/service_options_meshpy.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
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/iam/user/v1/service_options_meshpy.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
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/reporting/account_report/v1/__init__.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
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/limit_order/v1/limit_order_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/limit_order/v1/limit_order_pb2.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/limit_order/v1/service_meshpy.py
RENAMED
|
File without changes
|
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/limit_order/v1/service_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/limit_order/v1/service_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/limit_order/v1/service_pb2_grpc.py
RENAMED
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/market_order/v1/__init__.py
RENAMED
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/market_order/v1/market_order_pb2.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/market_order/v1/service_meshpy.py
RENAMED
|
File without changes
|
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/market_order/v1/service_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/market_order/v1/service_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/trading/market_order/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
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/contact_details_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/type/v1/decimal_built_in_conversions.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.2.0 → meshtrade-1.3.0}/python/src/meshtrade/wallet/account/v1/account_pb2_grpc.py
RENAMED
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/wallet/account/v1/service_meshpy.py
RENAMED
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/wallet/account/v1/service_options_meshpy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.2.0 → meshtrade-1.3.0}/python/src/meshtrade/wallet/account/v1/service_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|