meshtrade 1.0.1__tar.gz → 1.0.2__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.0.1 → meshtrade-1.0.2}/PKG-INFO +1 -1
- {meshtrade-1.0.1 → meshtrade-1.0.2}/pyproject.toml +1 -1
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/common/__init__.py +2 -4
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/common/config.py +3 -4
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade.egg-info/PKG-INFO +1 -1
- {meshtrade-1.0.1 → meshtrade-1.0.2}/README.md +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/buf/validate/validate_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/buf/validate/validate_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/__init__.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/common/grpc_client.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/__init__.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/__init__.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/__init__.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/client_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/client_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/client_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/company_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/company_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/company_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/company_representative_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/company_representative_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/company_representative_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/company_representative_role_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/company_representative_role_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/company_representative_role_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/fund_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/fund_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/fund_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/identification_document_type_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/identification_document_type_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/identification_document_type_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/industry_classification_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/industry_classification_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/industry_classification_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/natural_person_connection_type_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/natural_person_connection_type_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/natural_person_connection_type_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/natural_person_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/natural_person_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/natural_person_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/pep_status_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/pep_status_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/pep_status_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/service_meshpy.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/service_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/service_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/tax_residency_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/tax_residency_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/tax_residency_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/trust_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/trust_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/trust_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/verification_status_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/verification_status_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/verification_status_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/__init__.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/api_user/v1/__init__.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/api_user/v1/api_credentials.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/api_user/v1/api_user_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/api_user/v1/api_user_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/api_user/v1/api_user_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/api_user/v1/service.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/api_user/v1/service_meshpy.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/api_user/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/api_user/v1/service_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/api_user/v1/service_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/api_user/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/group/__init__.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/group/v1/__init__.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/group/v1/group_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/group/v1/group_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/group/v1/group_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/group/v1/service_meshpy.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/group/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/group/v1/service_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/group/v1/service_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/group/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/role/v1/__init__.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/role/v1/role.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/role/v1/role_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/role/v1/role_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/role/v1/role_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/user/v1/__init__.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/user/v1/service_meshpy.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/user/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/user/v1/service_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/user/v1/service_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/user/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/user/v1/user_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/user/v1/user_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/user/v1/user_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/ledger/__init__.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/ledger/transaction/__init__.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/ledger/transaction/v1/__init__.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/ledger/transaction/v1/transaction_action_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/ledger/transaction/v1/transaction_action_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/ledger/transaction/v1/transaction_action_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/ledger/transaction/v1/transaction_state_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/ledger/transaction/v1/transaction_state_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/ledger/transaction/v1/transaction_state_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/option/v1/__init__.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/option/v1/method_type_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/option/v1/method_type_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/option/v1/method_type_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/reporting/income_report/v1/__init__.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/reporting/income_report/v1/disclaimer_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/reporting/income_report/v1/disclaimer_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/reporting/income_report/v1/disclaimer_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/reporting/income_report/v1/entry_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/reporting/income_report/v1/entry_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/reporting/income_report/v1/entry_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/reporting/income_report/v1/income_report_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/reporting/income_report/v1/income_report_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/reporting/income_report/v1/income_report_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/reporting/income_report/v1/service_meshpy.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/reporting/income_report/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/reporting/income_report/v1/service_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/reporting/income_report/v1/service_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/reporting/income_report/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/__init__.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/limit_order/__init__.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/limit_order/v1/__init__.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/limit_order/v1/limit_order_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/limit_order/v1/limit_order_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/limit_order/v1/limit_order_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/limit_order/v1/service_meshpy.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/limit_order/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/limit_order/v1/service_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/limit_order/v1/service_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/limit_order/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/market_order/v1/__init__.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/market_order/v1/market_order_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/market_order/v1/market_order_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/market_order/v1/market_order_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/market_order/v1/service_meshpy.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/market_order/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/market_order/v1/service_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/market_order/v1/service_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/market_order/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/__init__.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/__init__.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/address_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/address_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/address_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/amount.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/amount_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/amount_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/amount_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/contact_details_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/contact_details_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/contact_details_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/date.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/date_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/date_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/date_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/decimal_built_in_conversions.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/decimal_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/decimal_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/decimal_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/ledger.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/ledger_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/ledger_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/ledger_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/sorting_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/sorting_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/sorting_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/time_of_day.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/time_of_day_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/time_of_day_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/time_of_day_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/token_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/token_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/type/v1/token_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/wallet/__init__.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/wallet/account/v1/__init__.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/wallet/account/v1/account_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/wallet/account/v1/account_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/wallet/account/v1/account_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/wallet/account/v1/service_meshpy.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/wallet/account/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/wallet/account/v1/service_pb2.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/wallet/account/v1/service_pb2.pyi +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/wallet/account/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade.egg-info/SOURCES.txt +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade.egg-info/dependency_links.txt +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade.egg-info/requires.txt +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade.egg-info/top_level.txt +0 -0
- {meshtrade-1.0.1 → meshtrade-1.0.2}/setup.cfg +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
from .config import (
|
|
4
4
|
ACCESS_TOKEN_PREFIX,
|
|
5
|
-
|
|
6
|
-
BEARER_PREFIX,
|
|
5
|
+
API_KEY_HEADER,
|
|
7
6
|
COOKIE_HEADER_KEY,
|
|
8
7
|
DEFAULT_GRPC_PORT,
|
|
9
8
|
DEFAULT_GRPC_URL,
|
|
@@ -17,10 +16,9 @@ __all__ = [
|
|
|
17
16
|
"DEFAULT_GRPC_URL",
|
|
18
17
|
"DEFAULT_GRPC_PORT",
|
|
19
18
|
"DEFAULT_TLS",
|
|
20
|
-
"
|
|
19
|
+
"API_KEY_HEADER",
|
|
21
20
|
"COOKIE_HEADER_KEY",
|
|
22
21
|
"GROUP_HEADER_KEY",
|
|
23
|
-
"BEARER_PREFIX",
|
|
24
22
|
"ACCESS_TOKEN_PREFIX",
|
|
25
23
|
"create_auth_metadata",
|
|
26
24
|
"GRPCClient",
|
|
@@ -7,10 +7,9 @@ DEFAULT_GRPC_PORT = 443
|
|
|
7
7
|
DEFAULT_TLS = True
|
|
8
8
|
|
|
9
9
|
# gRPC metadata constants
|
|
10
|
-
|
|
10
|
+
API_KEY_HEADER = "x-api-key"
|
|
11
11
|
COOKIE_HEADER_KEY = "cookie"
|
|
12
12
|
GROUP_HEADER_KEY = "x-group"
|
|
13
|
-
BEARER_PREFIX = "Bearer "
|
|
14
13
|
ACCESS_TOKEN_PREFIX = "AccessToken="
|
|
15
14
|
|
|
16
15
|
|
|
@@ -18,13 +17,13 @@ def create_auth_metadata(api_key: str, group: str) -> list[tuple[str, str]]:
|
|
|
18
17
|
"""Create authentication metadata for gRPC requests.
|
|
19
18
|
|
|
20
19
|
Args:
|
|
21
|
-
api_key: The API key
|
|
20
|
+
api_key: The API key
|
|
22
21
|
group: The group resource name in format groups/{group_id}
|
|
23
22
|
|
|
24
23
|
Returns:
|
|
25
24
|
List of metadata header tuples for authentication
|
|
26
25
|
"""
|
|
27
26
|
return [
|
|
28
|
-
(
|
|
27
|
+
(API_KEY_HEADER, api_key),
|
|
29
28
|
(GROUP_HEADER_KEY, group), # Send full groups/uuid format in header
|
|
30
29
|
]
|
|
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.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/client_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/client_pb2_grpc.py
RENAMED
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/company_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/company_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/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.0.1 → meshtrade-1.0.2}/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.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/natural_person_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/natural_person_pb2.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/pep_status_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/pep_status_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/pep_status_pb2_grpc.py
RENAMED
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/service_meshpy.py
RENAMED
|
File without changes
|
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/service_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/service_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/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.0.1 → meshtrade-1.0.2}/python/src/meshtrade/compliance/client/v1/tax_residency_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/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.0.1 → meshtrade-1.0.2}/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.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/api_user/v1/api_user_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/iam/api_user/v1/service_options_meshpy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/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.0.1 → meshtrade-1.0.2}/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.0.1 → meshtrade-1.0.2}/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.0.1 → meshtrade-1.0.2}/python/src/meshtrade/reporting/income_report/v1/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/reporting/income_report/v1/entry_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/reporting/income_report/v1/entry_pb2.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/reporting/income_report/v1/service_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/reporting/income_report/v1/service_pb2.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/limit_order/v1/limit_order_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/limit_order/v1/limit_order_pb2.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/limit_order/v1/service_meshpy.py
RENAMED
|
File without changes
|
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/limit_order/v1/service_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/limit_order/v1/service_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/limit_order/v1/service_pb2_grpc.py
RENAMED
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/market_order/v1/__init__.py
RENAMED
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/market_order/v1/market_order_pb2.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/market_order/v1/service_meshpy.py
RENAMED
|
File without changes
|
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/market_order/v1/service_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/trading/market_order/v1/service_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/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.0.1 → meshtrade-1.0.2}/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.0.1 → meshtrade-1.0.2}/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.0.1 → meshtrade-1.0.2}/python/src/meshtrade/wallet/account/v1/account_pb2_grpc.py
RENAMED
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/wallet/account/v1/service_meshpy.py
RENAMED
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/python/src/meshtrade/wallet/account/v1/service_options_meshpy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.0.1 → meshtrade-1.0.2}/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
|