meshtrade 1.0.0__tar.gz → 1.0.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.0.0 → meshtrade-1.0.1}/PKG-INFO +1 -1
- {meshtrade-1.0.0 → meshtrade-1.0.1}/pyproject.toml +1 -1
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/service_pb2.py +5 -5
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/api_user/v1/service_pb2.py +9 -9
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/group/v1/service_pb2.py +5 -5
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/role/v1/role_pb2.py +2 -2
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/role/v1/role_pb2.pyi +4 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/user/v1/service_pb2.py +3 -3
- meshtrade-1.0.1/python/src/meshtrade/reporting/income_report/v1/__init__.py +60 -0
- meshtrade-1.0.1/python/src/meshtrade/reporting/income_report/v1/disclaimer_pb2.py +37 -0
- meshtrade-1.0.1/python/src/meshtrade/reporting/income_report/v1/disclaimer_pb2.pyi +13 -0
- meshtrade-1.0.1/python/src/meshtrade/reporting/income_report/v1/entry_pb2.py +42 -0
- meshtrade-1.0.1/python/src/meshtrade/reporting/income_report/v1/entry_pb2.pyi +39 -0
- meshtrade-1.0.1/python/src/meshtrade/reporting/income_report/v1/income_report_pb2.py +44 -0
- meshtrade-1.0.1/python/src/meshtrade/reporting/income_report/v1/income_report_pb2.pyi +42 -0
- meshtrade-1.0.1/python/src/meshtrade/reporting/income_report/v1/service_meshpy.py +169 -0
- meshtrade-1.0.1/python/src/meshtrade/reporting/income_report/v1/service_options_meshpy.py +65 -0
- meshtrade-1.0.1/python/src/meshtrade/reporting/income_report/v1/service_pb2.py +58 -0
- meshtrade-1.0.1/python/src/meshtrade/reporting/income_report/v1/service_pb2.pyi +37 -0
- meshtrade-1.0.1/python/src/meshtrade/reporting/income_report/v1/service_pb2_grpc.py +170 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/trading/limit_order/v1/service_pb2.py +3 -3
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/trading/market_order/v1/service_pb2.py +3 -3
- meshtrade-1.0.1/python/src/meshtrade/type/v1/time_of_day_pb2_grpc.py +4 -0
- meshtrade-1.0.1/python/src/meshtrade/type/v1/token_pb2_grpc.py +4 -0
- meshtrade-1.0.1/python/src/meshtrade/wallet/account/v1/account_pb2_grpc.py +4 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/wallet/account/v1/service_pb2.py +6 -6
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade.egg-info/PKG-INFO +1 -1
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade.egg-info/SOURCES.txt +15 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/README.md +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/buf/validate/validate_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/buf/validate/validate_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/__init__.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/common/__init__.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/common/config.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/common/grpc_client.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/__init__.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/__init__.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/__init__.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/client_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/client_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/client_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/company_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/company_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/company_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/company_representative_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/company_representative_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/company_representative_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/company_representative_role_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/company_representative_role_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/company_representative_role_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/fund_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/fund_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/fund_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/identification_document_type_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/identification_document_type_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/identification_document_type_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/industry_classification_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/industry_classification_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/industry_classification_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/natural_person_connection_type_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/natural_person_connection_type_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/natural_person_connection_type_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/natural_person_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/natural_person_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/natural_person_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/pep_status_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/pep_status_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/pep_status_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/service_meshpy.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/service_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/tax_residency_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/tax_residency_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/tax_residency_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/trust_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/trust_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/trust_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/verification_status_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/verification_status_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/verification_status_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/__init__.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/api_user/v1/__init__.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/api_user/v1/api_credentials.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/api_user/v1/api_user_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/api_user/v1/api_user_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/api_user/v1/api_user_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/api_user/v1/service.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/api_user/v1/service_meshpy.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/api_user/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/api_user/v1/service_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/api_user/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/group/__init__.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/group/v1/__init__.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/group/v1/group_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/group/v1/group_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/group/v1/group_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/group/v1/service_meshpy.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/group/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/group/v1/service_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/group/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/role/v1/__init__.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/role/v1/role.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/role/v1/role_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/user/v1/__init__.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/user/v1/service_meshpy.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/user/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/user/v1/service_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/user/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/user/v1/user_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/user/v1/user_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/iam/user/v1/user_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/ledger/__init__.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/ledger/transaction/__init__.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/ledger/transaction/v1/__init__.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/ledger/transaction/v1/transaction_action_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/ledger/transaction/v1/transaction_action_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/ledger/transaction/v1/transaction_action_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/ledger/transaction/v1/transaction_state_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/ledger/transaction/v1/transaction_state_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/ledger/transaction/v1/transaction_state_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/option/v1/__init__.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/option/v1/method_type_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/option/v1/method_type_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/option/v1/method_type_pb2_grpc.py +0 -0
- /meshtrade-1.0.0/python/src/meshtrade/trading/limit_order/v1/limit_order_pb2_grpc.py → /meshtrade-1.0.1/python/src/meshtrade/reporting/income_report/v1/disclaimer_pb2_grpc.py +0 -0
- /meshtrade-1.0.0/python/src/meshtrade/trading/market_order/v1/market_order_pb2_grpc.py → /meshtrade-1.0.1/python/src/meshtrade/reporting/income_report/v1/entry_pb2_grpc.py +0 -0
- /meshtrade-1.0.0/python/src/meshtrade/type/v1/address_pb2_grpc.py → /meshtrade-1.0.1/python/src/meshtrade/reporting/income_report/v1/income_report_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/trading/__init__.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/trading/limit_order/__init__.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/trading/limit_order/v1/__init__.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/trading/limit_order/v1/limit_order_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/trading/limit_order/v1/limit_order_pb2.pyi +0 -0
- /meshtrade-1.0.0/python/src/meshtrade/type/v1/amount_pb2_grpc.py → /meshtrade-1.0.1/python/src/meshtrade/trading/limit_order/v1/limit_order_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/trading/limit_order/v1/service_meshpy.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/trading/limit_order/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/trading/limit_order/v1/service_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/trading/limit_order/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/trading/market_order/v1/__init__.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/trading/market_order/v1/market_order_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/trading/market_order/v1/market_order_pb2.pyi +0 -0
- /meshtrade-1.0.0/python/src/meshtrade/type/v1/contact_details_pb2_grpc.py → /meshtrade-1.0.1/python/src/meshtrade/trading/market_order/v1/market_order_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/trading/market_order/v1/service_meshpy.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/trading/market_order/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/trading/market_order/v1/service_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/trading/market_order/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/type/__init__.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/type/v1/__init__.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/type/v1/address_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/type/v1/address_pb2.pyi +0 -0
- /meshtrade-1.0.0/python/src/meshtrade/type/v1/date_pb2_grpc.py → /meshtrade-1.0.1/python/src/meshtrade/type/v1/address_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/type/v1/amount.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/type/v1/amount_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/type/v1/amount_pb2.pyi +0 -0
- /meshtrade-1.0.0/python/src/meshtrade/type/v1/decimal_pb2_grpc.py → /meshtrade-1.0.1/python/src/meshtrade/type/v1/amount_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/type/v1/contact_details_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/type/v1/contact_details_pb2.pyi +0 -0
- /meshtrade-1.0.0/python/src/meshtrade/type/v1/ledger_pb2_grpc.py → /meshtrade-1.0.1/python/src/meshtrade/type/v1/contact_details_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/type/v1/date.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/type/v1/date_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/type/v1/date_pb2.pyi +0 -0
- /meshtrade-1.0.0/python/src/meshtrade/type/v1/sorting_pb2_grpc.py → /meshtrade-1.0.1/python/src/meshtrade/type/v1/date_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/type/v1/decimal_built_in_conversions.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/type/v1/decimal_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/type/v1/decimal_pb2.pyi +0 -0
- /meshtrade-1.0.0/python/src/meshtrade/type/v1/time_of_day_pb2_grpc.py → /meshtrade-1.0.1/python/src/meshtrade/type/v1/decimal_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/type/v1/ledger.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/type/v1/ledger_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/type/v1/ledger_pb2.pyi +0 -0
- /meshtrade-1.0.0/python/src/meshtrade/type/v1/token_pb2_grpc.py → /meshtrade-1.0.1/python/src/meshtrade/type/v1/ledger_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/type/v1/sorting_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/type/v1/sorting_pb2.pyi +0 -0
- /meshtrade-1.0.0/python/src/meshtrade/wallet/account/v1/account_pb2_grpc.py → /meshtrade-1.0.1/python/src/meshtrade/type/v1/sorting_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/type/v1/time_of_day.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/type/v1/time_of_day_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/type/v1/time_of_day_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/type/v1/token_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/type/v1/token_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/wallet/__init__.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/wallet/account/v1/__init__.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/wallet/account/v1/account_pb2.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/wallet/account/v1/account_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/wallet/account/v1/service_meshpy.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/wallet/account/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/wallet/account/v1/service_pb2.pyi +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/wallet/account/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade.egg-info/dependency_links.txt +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade.egg-info/requires.txt +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade.egg-info/top_level.txt +0 -0
- {meshtrade-1.0.0 → meshtrade-1.0.1}/setup.cfg +0 -0
{meshtrade-1.0.0 → meshtrade-1.0.1}/python/src/meshtrade/compliance/client/v1/service_pb2.py
RENAMED
|
@@ -27,7 +27,7 @@ from meshtrade.iam.role.v1 import role_pb2 as meshtrade_dot_iam_dot_role_dot_v1_
|
|
|
27
27
|
from meshtrade.option.v1 import method_type_pb2 as meshtrade_dot_option_dot_v1_dot_method__type__pb2
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,meshtrade/compliance/client/v1/service.proto\x12\x1emeshtrade.compliance.client.v1\x1a+meshtrade/compliance/client/v1/client.proto\x1a meshtrade/iam/role/v1/role.proto\x1a%meshtrade/option/v1/method_type.proto\"&\n\x10GetClientRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"U\n\x13\x43reateClientRequest\x12>\n\x06\x63lient\x18\x01 \x01(\x0b\x32&.meshtrade.compliance.client.v1.ClientR\x06\x63lient\"\x14\n\x12ListClientsRequest\"W\n\x13ListClientsResponse\x12@\n\x07\x63lients\x18\x01 \x03(\x0b\x32&.meshtrade.compliance.client.v1.ClientR\x07\x63lients2\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,meshtrade/compliance/client/v1/service.proto\x12\x1emeshtrade.compliance.client.v1\x1a+meshtrade/compliance/client/v1/client.proto\x1a meshtrade/iam/role/v1/role.proto\x1a%meshtrade/option/v1/method_type.proto\"&\n\x10GetClientRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"U\n\x13\x43reateClientRequest\x12>\n\x06\x63lient\x18\x01 \x01(\x0b\x32&.meshtrade.compliance.client.v1.ClientR\x06\x63lient\"\x14\n\x12ListClientsRequest\"W\n\x13ListClientsResponse\x12@\n\x07\x63lients\x18\x01 \x03(\x0b\x32&.meshtrade.compliance.client.v1.ClientR\x07\x63lients2\x8f\x03\n\rClientService\x12z\n\x0c\x43reateClient\x12\x33.meshtrade.compliance.client.v1.CreateClientRequest\x1a&.meshtrade.compliance.client.v1.Client\"\r\xa0\xb5\x18\x02\xaa\xb5\x18\x05\n\x03\x80\x89z\x12w\n\tGetClient\x12\x30.meshtrade.compliance.client.v1.GetClientRequest\x1a&.meshtrade.compliance.client.v1.Client\"\x10\xa0\xb5\x18\x01\xaa\xb5\x18\x08\n\x06\x80\x89z\x81\x89z\x12\x88\x01\n\x0bListClients\x12\x32.meshtrade.compliance.client.v1.ListClientsRequest\x1a\x33.meshtrade.compliance.client.v1.ListClientsResponse\"\x10\xa0\xb5\x18\x01\xaa\xb5\x18\x08\n\x06\x80\x89z\x81\x89zBb\n%co.meshtrade.api.compliance.client.v1Z9github.com/meshtrade/api/go/compliance/client/v1;clientv1b\x06proto3')
|
|
31
31
|
|
|
32
32
|
_globals = globals()
|
|
33
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -36,11 +36,11 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
36
36
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
37
37
|
_globals['DESCRIPTOR']._serialized_options = b'\n%co.meshtrade.api.compliance.client.v1Z9github.com/meshtrade/api/go/compliance/client/v1;clientv1'
|
|
38
38
|
_globals['_CLIENTSERVICE'].methods_by_name['CreateClient']._loaded_options = None
|
|
39
|
-
_globals['_CLIENTSERVICE'].methods_by_name['CreateClient']._serialized_options = b'\240\265\030\002\252\265\030\
|
|
39
|
+
_globals['_CLIENTSERVICE'].methods_by_name['CreateClient']._serialized_options = b'\240\265\030\002\252\265\030\005\n\003\200\211z'
|
|
40
40
|
_globals['_CLIENTSERVICE'].methods_by_name['GetClient']._loaded_options = None
|
|
41
|
-
_globals['_CLIENTSERVICE'].methods_by_name['GetClient']._serialized_options = b'\240\265\030\001\252\265\030\
|
|
41
|
+
_globals['_CLIENTSERVICE'].methods_by_name['GetClient']._serialized_options = b'\240\265\030\001\252\265\030\010\n\006\200\211z\201\211z'
|
|
42
42
|
_globals['_CLIENTSERVICE'].methods_by_name['ListClients']._loaded_options = None
|
|
43
|
-
_globals['_CLIENTSERVICE'].methods_by_name['ListClients']._serialized_options = b'\240\265\030\001\252\265\030\
|
|
43
|
+
_globals['_CLIENTSERVICE'].methods_by_name['ListClients']._serialized_options = b'\240\265\030\001\252\265\030\010\n\006\200\211z\201\211z'
|
|
44
44
|
_globals['_GETCLIENTREQUEST']._serialized_start=198
|
|
45
45
|
_globals['_GETCLIENTREQUEST']._serialized_end=236
|
|
46
46
|
_globals['_CREATECLIENTREQUEST']._serialized_start=238
|
|
@@ -50,5 +50,5 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
50
50
|
_globals['_LISTCLIENTSRESPONSE']._serialized_start=347
|
|
51
51
|
_globals['_LISTCLIENTSRESPONSE']._serialized_end=434
|
|
52
52
|
_globals['_CLIENTSERVICE']._serialized_start=437
|
|
53
|
-
_globals['_CLIENTSERVICE']._serialized_end=
|
|
53
|
+
_globals['_CLIENTSERVICE']._serialized_end=836
|
|
54
54
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -28,7 +28,7 @@ from meshtrade.iam.role.v1 import role_pb2 as meshtrade_dot_iam_dot_role_dot_v1_
|
|
|
28
28
|
from meshtrade.option.v1 import method_type_pb2 as meshtrade_dot_option_dot_v1_dot_method__type__pb2
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'meshtrade/iam/api_user/v1/service.proto\x12\x19meshtrade.iam.api_user.v1\x1a\x1b\x62uf/validate/validate.proto\x1a(meshtrade/iam/api_user/v1/api_user.proto\x1a meshtrade/iam/role/v1/role.proto\x1a%meshtrade/option/v1/method_type.proto\"\'\n\x11GetApiUserRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"7\n\x1aGetApiUserByKeyHashRequest\x12\x19\n\x08key_hash\x18\x01 \x01(\tR\x07keyHash\"U\n\x14\x43reateApiUserRequest\x12=\n\x08\x61pi_user\x18\x01 \x01(\x0b\x32\".meshtrade.iam.api_user.v1.APIUserR\x07\x61piUser\"\x15\n\x13ListApiUsersRequest\"W\n\x14ListApiUsersResponse\x12?\n\tapi_users\x18\x01 \x03(\x0b\x32\".meshtrade.iam.api_user.v1.APIUserR\x08\x61piUsers\":\n\x15SearchApiUsersRequest\x12!\n\x0c\x64isplay_name\x18\x01 \x01(\tR\x0b\x64isplayName\"Y\n\x16SearchApiUsersResponse\x12?\n\tapi_users\x18\x01 \x03(\x0b\x32\".meshtrade.iam.api_user.v1.APIUserR\x08\x61piUsers\"\xd9\x01\n\x16\x41\x63tivateApiUserRequest\x12\xbe\x01\n\x04name\x18\x01 \x01(\tB\xa9\x01\xbaH\xa5\x01r&\x10\x01\x32\"^api_users/[0-9A-HJKMNP-TV-Z]{26}$\xba\x01z\n\rname.required\x12\x35name is required and must be in format api_users/{id}\x1a\x32this.matches(\'^api_users/[0-9A-HJKMNP-TV-Z]{26}$\')R\x04name\"\xdb\x01\n\x18\x44\x65\x61\x63tivateApiUserRequest\x12\xbe\x01\n\x04name\x18\x01 \x01(\tB\xa9\x01\xbaH\xa5\x01r&\x10\x01\x32\"^api_users/[0-9A-HJKMNP-TV-Z]{26}$\xba\x01z\n\rname.required\x12\x35name is required and must be in format api_users/{id}\x1a\x32this.matches(\'^api_users/[0-9A-HJKMNP-TV-Z]{26}$\')R\x04name2\
|
|
31
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'meshtrade/iam/api_user/v1/service.proto\x12\x19meshtrade.iam.api_user.v1\x1a\x1b\x62uf/validate/validate.proto\x1a(meshtrade/iam/api_user/v1/api_user.proto\x1a meshtrade/iam/role/v1/role.proto\x1a%meshtrade/option/v1/method_type.proto\"\'\n\x11GetApiUserRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"7\n\x1aGetApiUserByKeyHashRequest\x12\x19\n\x08key_hash\x18\x01 \x01(\tR\x07keyHash\"U\n\x14\x43reateApiUserRequest\x12=\n\x08\x61pi_user\x18\x01 \x01(\x0b\x32\".meshtrade.iam.api_user.v1.APIUserR\x07\x61piUser\"\x15\n\x13ListApiUsersRequest\"W\n\x14ListApiUsersResponse\x12?\n\tapi_users\x18\x01 \x03(\x0b\x32\".meshtrade.iam.api_user.v1.APIUserR\x08\x61piUsers\":\n\x15SearchApiUsersRequest\x12!\n\x0c\x64isplay_name\x18\x01 \x01(\tR\x0b\x64isplayName\"Y\n\x16SearchApiUsersResponse\x12?\n\tapi_users\x18\x01 \x03(\x0b\x32\".meshtrade.iam.api_user.v1.APIUserR\x08\x61piUsers\"\xd9\x01\n\x16\x41\x63tivateApiUserRequest\x12\xbe\x01\n\x04name\x18\x01 \x01(\tB\xa9\x01\xbaH\xa5\x01r&\x10\x01\x32\"^api_users/[0-9A-HJKMNP-TV-Z]{26}$\xba\x01z\n\rname.required\x12\x35name is required and must be in format api_users/{id}\x1a\x32this.matches(\'^api_users/[0-9A-HJKMNP-TV-Z]{26}$\')R\x04name\"\xdb\x01\n\x18\x44\x65\x61\x63tivateApiUserRequest\x12\xbe\x01\n\x04name\x18\x01 \x01(\tB\xa9\x01\xbaH\xa5\x01r&\x10\x01\x32\"^api_users/[0-9A-HJKMNP-TV-Z]{26}$\xba\x01z\n\rname.required\x12\x35name is required and must be in format api_users/{id}\x1a\x32this.matches(\'^api_users/[0-9A-HJKMNP-TV-Z]{26}$\')R\x04name2\x8b\x07\n\x0e\x41piUserService\x12r\n\nGetApiUser\x12,.meshtrade.iam.api_user.v1.GetApiUserRequest\x1a\".meshtrade.iam.api_user.v1.APIUser\"\x12\xa0\xb5\x18\x01\xaa\xb5\x18\n\n\x08\xc0\x8d\xb7\x01\xc1\x8d\xb7\x01\x12t\n\rCreateApiUser\x12/.meshtrade.iam.api_user.v1.CreateApiUserRequest\x1a\".meshtrade.iam.api_user.v1.APIUser\"\x0e\xa0\xb5\x18\x02\xaa\xb5\x18\x06\n\x04\xc0\x8d\xb7\x01\x12\x83\x01\n\x0cListApiUsers\x12..meshtrade.iam.api_user.v1.ListApiUsersRequest\x1a/.meshtrade.iam.api_user.v1.ListApiUsersResponse\"\x12\xa0\xb5\x18\x01\xaa\xb5\x18\n\n\x08\xc0\x8d\xb7\x01\xc1\x8d\xb7\x01\x12\x89\x01\n\x0eSearchApiUsers\x12\x30.meshtrade.iam.api_user.v1.SearchApiUsersRequest\x1a\x31.meshtrade.iam.api_user.v1.SearchApiUsersResponse\"\x12\xa0\xb5\x18\x01\xaa\xb5\x18\n\n\x08\xc0\x8d\xb7\x01\xc1\x8d\xb7\x01\x12x\n\x0f\x41\x63tivateApiUser\x12\x31.meshtrade.iam.api_user.v1.ActivateApiUserRequest\x1a\".meshtrade.iam.api_user.v1.APIUser\"\x0e\xa0\xb5\x18\x02\xaa\xb5\x18\x06\n\x04\xc0\x8d\xb7\x01\x12|\n\x11\x44\x65\x61\x63tivateApiUser\x12\x33.meshtrade.iam.api_user.v1.DeactivateApiUserRequest\x1a\".meshtrade.iam.api_user.v1.APIUser\"\x0e\xa0\xb5\x18\x02\xaa\xb5\x18\x06\n\x04\xc0\x8d\xb7\x01\x12\x84\x01\n\x13GetApiUserByKeyHash\x12\x35.meshtrade.iam.api_user.v1.GetApiUserByKeyHashRequest\x1a\".meshtrade.iam.api_user.v1.APIUser\"\x12\xa0\xb5\x18\x01\xaa\xb5\x18\n\n\x08\xc0\x8d\xb7\x01\xc1\x8d\xb7\x01\x42Z\n co.meshtrade.api.iam.api_user.v1Z6github.com/meshtrade/api/go/iam/api_user/v1;api_userv1b\x06proto3')
|
|
32
32
|
|
|
33
33
|
_globals = globals()
|
|
34
34
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -41,19 +41,19 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
41
41
|
_globals['_DEACTIVATEAPIUSERREQUEST'].fields_by_name['name']._loaded_options = None
|
|
42
42
|
_globals['_DEACTIVATEAPIUSERREQUEST'].fields_by_name['name']._serialized_options = b'\272H\245\001r&\020\0012\"^api_users/[0-9A-HJKMNP-TV-Z]{26}$\272\001z\n\rname.required\0225name is required and must be in format api_users/{id}\0322this.matches(\'^api_users/[0-9A-HJKMNP-TV-Z]{26}$\')'
|
|
43
43
|
_globals['_APIUSERSERVICE'].methods_by_name['GetApiUser']._loaded_options = None
|
|
44
|
-
_globals['_APIUSERSERVICE'].methods_by_name['GetApiUser']._serialized_options = b'\240\265\030\001\252\265\030\
|
|
44
|
+
_globals['_APIUSERSERVICE'].methods_by_name['GetApiUser']._serialized_options = b'\240\265\030\001\252\265\030\n\n\010\300\215\267\001\301\215\267\001'
|
|
45
45
|
_globals['_APIUSERSERVICE'].methods_by_name['CreateApiUser']._loaded_options = None
|
|
46
|
-
_globals['_APIUSERSERVICE'].methods_by_name['CreateApiUser']._serialized_options = b'\240\265\030\002\252\265\030\
|
|
46
|
+
_globals['_APIUSERSERVICE'].methods_by_name['CreateApiUser']._serialized_options = b'\240\265\030\002\252\265\030\006\n\004\300\215\267\001'
|
|
47
47
|
_globals['_APIUSERSERVICE'].methods_by_name['ListApiUsers']._loaded_options = None
|
|
48
|
-
_globals['_APIUSERSERVICE'].methods_by_name['ListApiUsers']._serialized_options = b'\240\265\030\001\252\265\030\
|
|
48
|
+
_globals['_APIUSERSERVICE'].methods_by_name['ListApiUsers']._serialized_options = b'\240\265\030\001\252\265\030\n\n\010\300\215\267\001\301\215\267\001'
|
|
49
49
|
_globals['_APIUSERSERVICE'].methods_by_name['SearchApiUsers']._loaded_options = None
|
|
50
|
-
_globals['_APIUSERSERVICE'].methods_by_name['SearchApiUsers']._serialized_options = b'\240\265\030\001\252\265\030\
|
|
50
|
+
_globals['_APIUSERSERVICE'].methods_by_name['SearchApiUsers']._serialized_options = b'\240\265\030\001\252\265\030\n\n\010\300\215\267\001\301\215\267\001'
|
|
51
51
|
_globals['_APIUSERSERVICE'].methods_by_name['ActivateApiUser']._loaded_options = None
|
|
52
|
-
_globals['_APIUSERSERVICE'].methods_by_name['ActivateApiUser']._serialized_options = b'\240\265\030\002\252\265\030\
|
|
52
|
+
_globals['_APIUSERSERVICE'].methods_by_name['ActivateApiUser']._serialized_options = b'\240\265\030\002\252\265\030\006\n\004\300\215\267\001'
|
|
53
53
|
_globals['_APIUSERSERVICE'].methods_by_name['DeactivateApiUser']._loaded_options = None
|
|
54
|
-
_globals['_APIUSERSERVICE'].methods_by_name['DeactivateApiUser']._serialized_options = b'\240\265\030\002\252\265\030\
|
|
54
|
+
_globals['_APIUSERSERVICE'].methods_by_name['DeactivateApiUser']._serialized_options = b'\240\265\030\002\252\265\030\006\n\004\300\215\267\001'
|
|
55
55
|
_globals['_APIUSERSERVICE'].methods_by_name['GetApiUserByKeyHash']._loaded_options = None
|
|
56
|
-
_globals['_APIUSERSERVICE'].methods_by_name['GetApiUserByKeyHash']._serialized_options = b'\240\265\030\001\252\265\030\
|
|
56
|
+
_globals['_APIUSERSERVICE'].methods_by_name['GetApiUserByKeyHash']._serialized_options = b'\240\265\030\001\252\265\030\n\n\010\300\215\267\001\301\215\267\001'
|
|
57
57
|
_globals['_GETAPIUSERREQUEST']._serialized_start=214
|
|
58
58
|
_globals['_GETAPIUSERREQUEST']._serialized_end=253
|
|
59
59
|
_globals['_GETAPIUSERBYKEYHASHREQUEST']._serialized_start=255
|
|
@@ -73,5 +73,5 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
73
73
|
_globals['_DEACTIVATEAPIUSERREQUEST']._serialized_start=883
|
|
74
74
|
_globals['_DEACTIVATEAPIUSERREQUEST']._serialized_end=1102
|
|
75
75
|
_globals['_APIUSERSERVICE']._serialized_start=1105
|
|
76
|
-
_globals['_APIUSERSERVICE']._serialized_end=
|
|
76
|
+
_globals['_APIUSERSERVICE']._serialized_end=2012
|
|
77
77
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -27,7 +27,7 @@ from meshtrade.iam.role.v1 import role_pb2 as meshtrade_dot_iam_dot_role_dot_v1_
|
|
|
27
27
|
from meshtrade.option.v1 import method_type_pb2 as meshtrade_dot_option_dot_v1_dot_method__type__pb2
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$meshtrade/iam/group/v1/service.proto\x12\x16meshtrade.iam.group.v1\x1a\"meshtrade/iam/group/v1/group.proto\x1a meshtrade/iam/role/v1/role.proto\x1a%meshtrade/option/v1/method_type.proto\"%\n\x0fGetGroupRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"\x13\n\x11ListGroupsRequest\"K\n\x12ListGroupsResponse\x12\x35\n\x06groups\x18\x01 \x03(\x0b\x32\x1d.meshtrade.iam.group.v1.GroupR\x06groups\")\n\x13SearchGroupsRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"M\n\x14SearchGroupsResponse\x12\x35\n\x06groups\x18\x01 \x03(\x0b\x32\x1d.meshtrade.iam.group.v1.GroupR\x06groups2\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$meshtrade/iam/group/v1/service.proto\x12\x16meshtrade.iam.group.v1\x1a\"meshtrade/iam/group/v1/group.proto\x1a meshtrade/iam/role/v1/role.proto\x1a%meshtrade/option/v1/method_type.proto\"%\n\x0fGetGroupRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"\x13\n\x11ListGroupsRequest\"K\n\x12ListGroupsResponse\x12\x35\n\x06groups\x18\x01 \x03(\x0b\x32\x1d.meshtrade.iam.group.v1.GroupR\x06groups\")\n\x13SearchGroupsRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"M\n\x14SearchGroupsResponse\x12\x35\n\x06groups\x18\x01 \x03(\x0b\x32\x1d.meshtrade.iam.group.v1.GroupR\x06groups2\xee\x02\n\x0cGroupService\x12\x66\n\x08GetGroup\x12\'.meshtrade.iam.group.v1.GetGroupRequest\x1a\x1d.meshtrade.iam.group.v1.Group\"\x12\xa0\xb5\x18\x01\xaa\xb5\x18\n\n\x08\xc0\x8d\xb7\x01\xc1\x8d\xb7\x01\x12w\n\nListGroups\x12).meshtrade.iam.group.v1.ListGroupsRequest\x1a*.meshtrade.iam.group.v1.ListGroupsResponse\"\x12\xa0\xb5\x18\x01\xaa\xb5\x18\n\n\x08\xc0\x8d\xb7\x01\xc1\x8d\xb7\x01\x12}\n\x0cSearchGroups\x12+.meshtrade.iam.group.v1.SearchGroupsRequest\x1a,.meshtrade.iam.group.v1.SearchGroupsResponse\"\x12\xa0\xb5\x18\x01\xaa\xb5\x18\n\n\x08\xc0\x8d\xb7\x01\xc1\x8d\xb7\x01\x42Q\n\x1d\x63o.meshtrade.api.iam.group.v1Z0github.com/meshtrade/api/go/iam/group/v1;groupv1b\x06proto3')
|
|
31
31
|
|
|
32
32
|
_globals = globals()
|
|
33
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -36,11 +36,11 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
36
36
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
37
37
|
_globals['DESCRIPTOR']._serialized_options = b'\n\035co.meshtrade.api.iam.group.v1Z0github.com/meshtrade/api/go/iam/group/v1;groupv1'
|
|
38
38
|
_globals['_GROUPSERVICE'].methods_by_name['GetGroup']._loaded_options = None
|
|
39
|
-
_globals['_GROUPSERVICE'].methods_by_name['GetGroup']._serialized_options = b'\240\265\030\001\252\265\030\
|
|
39
|
+
_globals['_GROUPSERVICE'].methods_by_name['GetGroup']._serialized_options = b'\240\265\030\001\252\265\030\n\n\010\300\215\267\001\301\215\267\001'
|
|
40
40
|
_globals['_GROUPSERVICE'].methods_by_name['ListGroups']._loaded_options = None
|
|
41
|
-
_globals['_GROUPSERVICE'].methods_by_name['ListGroups']._serialized_options = b'\240\265\030\001\252\265\030\
|
|
41
|
+
_globals['_GROUPSERVICE'].methods_by_name['ListGroups']._serialized_options = b'\240\265\030\001\252\265\030\n\n\010\300\215\267\001\301\215\267\001'
|
|
42
42
|
_globals['_GROUPSERVICE'].methods_by_name['SearchGroups']._loaded_options = None
|
|
43
|
-
_globals['_GROUPSERVICE'].methods_by_name['SearchGroups']._serialized_options = b'\240\265\030\001\252\265\030\
|
|
43
|
+
_globals['_GROUPSERVICE'].methods_by_name['SearchGroups']._serialized_options = b'\240\265\030\001\252\265\030\n\n\010\300\215\267\001\301\215\267\001'
|
|
44
44
|
_globals['_GETGROUPREQUEST']._serialized_start=173
|
|
45
45
|
_globals['_GETGROUPREQUEST']._serialized_end=210
|
|
46
46
|
_globals['_LISTGROUPSREQUEST']._serialized_start=212
|
|
@@ -52,5 +52,5 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
52
52
|
_globals['_SEARCHGROUPSRESPONSE']._serialized_start=353
|
|
53
53
|
_globals['_SEARCHGROUPSRESPONSE']._serialized_end=430
|
|
54
54
|
_globals['_GROUPSERVICE']._serialized_start=433
|
|
55
|
-
_globals['_GROUPSERVICE']._serialized_end=
|
|
55
|
+
_globals['_GROUPSERVICE']._serialized_end=799
|
|
56
56
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n meshtrade/iam/role/v1/role.proto\x12\x15meshtrade.iam.role.v1\x1a google/protobuf/descriptor.proto\"=\n\x08RoleList\x12\x31\n\x05roles\x18\x01 \x03(\x0e\x32\x1b.meshtrade.iam.role.v1.RoleR\x05roles*\
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n meshtrade/iam/role/v1/role.proto\x12\x15meshtrade.iam.role.v1\x1a google/protobuf/descriptor.proto\"=\n\x08RoleList\x12\x31\n\x05roles\x18\x01 \x03(\x0e\x32\x1b.meshtrade.iam.role.v1.RoleR\x05roles*\xe6\x02\n\x04Role\x12\x14\n\x10ROLE_UNSPECIFIED\x10\x00\x12\x17\n\x11ROLE_WALLET_ADMIN\x10\xc0\x84=\x12\x18\n\x12ROLE_WALLET_VIEWER\x10\xc1\x84=\x12\x1b\n\x15ROLE_COMPLIANCE_ADMIN\x10\x80\x89z\x12\x1c\n\x16ROLE_COMPLIANCE_VIEWER\x10\x81\x89z\x12\x15\n\x0eROLE_IAM_ADMIN\x10\xc0\x8d\xb7\x01\x12\x16\n\x0fROLE_IAM_VIEWER\x10\xc1\x8d\xb7\x01\x12\x1e\n\x17ROLE_ISSUANCE_HUB_ADMIN\x10\x80\x92\xf4\x01\x12\x1f\n\x18ROLE_ISSUANCE_HUB_VIEWER\x10\x81\x92\xf4\x01\x12\x19\n\x12ROLE_TRADING_ADMIN\x10\xc0\x96\xb1\x02\x12\x1a\n\x13ROLE_TRADING_VIEWER\x10\xc1\x96\xb1\x02\x12\x18\n\x11ROLE_REPORT_ADMIN\x10\x80\x9b\xee\x02\x12\x19\n\x12ROLE_REPORT_VIEWER\x10\x81\x9b\xee\x02:f\n\x0estandard_roles\x12\x1c.google.protobuf.FileOptions\x18\xd3\x86\x03 \x01(\x0b\x32\x1f.meshtrade.iam.role.v1.RoleListR\rstandardRoles:W\n\x05roles\x12\x1e.google.protobuf.MethodOptions\x18\xd5\x86\x03 \x01(\x0b\x32\x1f.meshtrade.iam.role.v1.RoleListR\x05rolesBN\n\x1c\x63o.meshtrade.api.iam.role.v1Z.github.com/meshtrade/api/go/iam/role/v1;rolev1b\x06proto3')
|
|
29
29
|
|
|
30
30
|
_globals = globals()
|
|
31
31
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -34,7 +34,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
34
34
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
35
35
|
_globals['DESCRIPTOR']._serialized_options = b'\n\034co.meshtrade.api.iam.role.v1Z.github.com/meshtrade/api/go/iam/role/v1;rolev1'
|
|
36
36
|
_globals['_ROLE']._serialized_start=157
|
|
37
|
-
_globals['_ROLE']._serialized_end=
|
|
37
|
+
_globals['_ROLE']._serialized_end=515
|
|
38
38
|
_globals['_ROLELIST']._serialized_start=93
|
|
39
39
|
_globals['_ROLELIST']._serialized_end=154
|
|
40
40
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -21,6 +21,8 @@ class Role(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
|
21
21
|
ROLE_ISSUANCE_HUB_VIEWER: _ClassVar[Role]
|
|
22
22
|
ROLE_TRADING_ADMIN: _ClassVar[Role]
|
|
23
23
|
ROLE_TRADING_VIEWER: _ClassVar[Role]
|
|
24
|
+
ROLE_REPORT_ADMIN: _ClassVar[Role]
|
|
25
|
+
ROLE_REPORT_VIEWER: _ClassVar[Role]
|
|
24
26
|
ROLE_UNSPECIFIED: Role
|
|
25
27
|
ROLE_WALLET_ADMIN: Role
|
|
26
28
|
ROLE_WALLET_VIEWER: Role
|
|
@@ -32,6 +34,8 @@ ROLE_ISSUANCE_HUB_ADMIN: Role
|
|
|
32
34
|
ROLE_ISSUANCE_HUB_VIEWER: Role
|
|
33
35
|
ROLE_TRADING_ADMIN: Role
|
|
34
36
|
ROLE_TRADING_VIEWER: Role
|
|
37
|
+
ROLE_REPORT_ADMIN: Role
|
|
38
|
+
ROLE_REPORT_VIEWER: Role
|
|
35
39
|
STANDARD_ROLES_FIELD_NUMBER: _ClassVar[int]
|
|
36
40
|
standard_roles: _descriptor.FieldDescriptor
|
|
37
41
|
ROLES_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -28,7 +28,7 @@ from meshtrade.iam.user.v1 import user_pb2 as meshtrade_dot_iam_dot_user_dot_v1_
|
|
|
28
28
|
from meshtrade.option.v1 import method_type_pb2 as meshtrade_dot_option_dot_v1_dot_method__type__pb2
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#meshtrade/iam/user/v1/service.proto\x12\x15meshtrade.iam.user.v1\x1a\x1b\x62uf/validate/validate.proto\x1a meshtrade/iam/role/v1/role.proto\x1a meshtrade/iam/user/v1/user.proto\x1a%meshtrade/option/v1/method_type.proto\"\x88\x04\n\x17\x41ssignRoleToUserRequest\x12\xac\x01\n\x05\x65mail\x18\x01 \x01(\tB\x95\x01\xbaH\x91\x01r7\x10\x01\x18\xfe\x01\x32\x30^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$\xba\x01U\n\x0e\x65mail.required\x12\x33\x65mail is required and must be a valid email address\x1a\x0esize(this) > 0R\x05\x65mail\x12\x9b\x01\n\x05group\x18\x02 \x01(\tB\x84\x01\xbaH\x80\x01r\x05\x10\x01\x18\xff\x01\xba\x01v\n\x0egroup.required\x12?group name is required and must be between 1 and 255 characters\x1a#size(this) > 0 && size(this) <= 255R\x05group\x12\x9f\x01\n\x04role\x18\x03 \x01(\x0e\x32\x1b.meshtrade.iam.role.v1.RoleBn\xbaHk\x82\x01\x04\x10\x01 \x00\xba\x01\x61\n\rrole.required\x12@role is required and must be a valid role type (not UNSPECIFIED)\x1a\x0eint(this) != 0R\x04role2
|
|
31
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#meshtrade/iam/user/v1/service.proto\x12\x15meshtrade.iam.user.v1\x1a\x1b\x62uf/validate/validate.proto\x1a meshtrade/iam/role/v1/role.proto\x1a meshtrade/iam/user/v1/user.proto\x1a%meshtrade/option/v1/method_type.proto\"\x88\x04\n\x17\x41ssignRoleToUserRequest\x12\xac\x01\n\x05\x65mail\x18\x01 \x01(\tB\x95\x01\xbaH\x91\x01r7\x10\x01\x18\xfe\x01\x32\x30^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$\xba\x01U\n\x0e\x65mail.required\x12\x33\x65mail is required and must be a valid email address\x1a\x0esize(this) > 0R\x05\x65mail\x12\x9b\x01\n\x05group\x18\x02 \x01(\tB\x84\x01\xbaH\x80\x01r\x05\x10\x01\x18\xff\x01\xba\x01v\n\x0egroup.required\x12?group name is required and must be between 1 and 255 characters\x1a#size(this) > 0 && size(this) <= 255R\x05group\x12\x9f\x01\n\x04role\x18\x03 \x01(\x0e\x32\x1b.meshtrade.iam.role.v1.RoleBn\xbaHk\x82\x01\x04\x10\x01 \x00\xba\x01\x61\n\rrole.required\x12@role is required and must be a valid role type (not UNSPECIFIED)\x1a\x0eint(this) != 0R\x04role2~\n\x0bUserService\x12o\n\x10\x41ssignRoleToUser\x12..meshtrade.iam.user.v1.AssignRoleToUserRequest\x1a\x1b.meshtrade.iam.user.v1.User\"\x0e\xa0\xb5\x18\x02\xaa\xb5\x18\x06\n\x04\xc0\x8d\xb7\x01\x42N\n\x1c\x63o.meshtrade.api.iam.user.v1Z.github.com/meshtrade/api/go/iam/user/v1;userv1b\x06proto3')
|
|
32
32
|
|
|
33
33
|
_globals = globals()
|
|
34
34
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -43,9 +43,9 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
43
43
|
_globals['_ASSIGNROLETOUSERREQUEST'].fields_by_name['role']._loaded_options = None
|
|
44
44
|
_globals['_ASSIGNROLETOUSERREQUEST'].fields_by_name['role']._serialized_options = b'\272Hk\202\001\004\020\001 \000\272\001a\n\rrole.required\022@role is required and must be a valid role type (not UNSPECIFIED)\032\016int(this) != 0'
|
|
45
45
|
_globals['_USERSERVICE'].methods_by_name['AssignRoleToUser']._loaded_options = None
|
|
46
|
-
_globals['_USERSERVICE'].methods_by_name['AssignRoleToUser']._serialized_options = b'\240\265\030\002\252\265\030\
|
|
46
|
+
_globals['_USERSERVICE'].methods_by_name['AssignRoleToUser']._serialized_options = b'\240\265\030\002\252\265\030\006\n\004\300\215\267\001'
|
|
47
47
|
_globals['_ASSIGNROLETOUSERREQUEST']._serialized_start=199
|
|
48
48
|
_globals['_ASSIGNROLETOUSERREQUEST']._serialized_end=719
|
|
49
49
|
_globals['_USERSERVICE']._serialized_start=721
|
|
50
|
-
_globals['_USERSERVICE']._serialized_end=
|
|
50
|
+
_globals['_USERSERVICE']._serialized_end=847
|
|
51
51
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"""Income Report v1 package."""
|
|
2
|
+
|
|
3
|
+
# ===================================================================
|
|
4
|
+
# AUTO-GENERATED SECTION - ONLY EDIT BELOW THE CLOSING COMMENT BLOCK
|
|
5
|
+
# ===================================================================
|
|
6
|
+
# This section is automatically managed by protoc-gen-meshpy.
|
|
7
|
+
#
|
|
8
|
+
# DO NOT EDIT ANYTHING IN THIS SECTION MANUALLY!
|
|
9
|
+
# Your changes will be overwritten during code generation.
|
|
10
|
+
#
|
|
11
|
+
# To add custom imports and exports, scroll down to the
|
|
12
|
+
# "MANUAL SECTION" indicated below.
|
|
13
|
+
# ===================================================================
|
|
14
|
+
|
|
15
|
+
# Generated protobuf imports
|
|
16
|
+
from .disclaimer_pb2 import Disclaimer
|
|
17
|
+
from .entry_pb2 import Entry, Narrative
|
|
18
|
+
from .income_report_pb2 import IncomeReport
|
|
19
|
+
from .service_pb2 import GetExcelIncomeReportRequest, GetExcelIncomeReportResponse, GetIncomeReportRequest
|
|
20
|
+
|
|
21
|
+
# Generated service imports
|
|
22
|
+
from .service_meshpy import (
|
|
23
|
+
IncomeReportService,
|
|
24
|
+
IncomeReportServiceGRPCClient,
|
|
25
|
+
IncomeReportServiceGRPCClientInterface,
|
|
26
|
+
)
|
|
27
|
+
from .service_options_meshpy import ClientOptions
|
|
28
|
+
|
|
29
|
+
# ===================================================================
|
|
30
|
+
# END OF AUTO-GENERATED SECTION
|
|
31
|
+
# ===================================================================
|
|
32
|
+
#
|
|
33
|
+
# MANUAL SECTION - ADD YOUR CUSTOM IMPORTS AND EXPORTS BELOW
|
|
34
|
+
#
|
|
35
|
+
# You can safely add your own imports, functions, classes, and exports
|
|
36
|
+
# in this section. They will be preserved across code generation.
|
|
37
|
+
#
|
|
38
|
+
# Example:
|
|
39
|
+
# from my_custom_module import my_function
|
|
40
|
+
#
|
|
41
|
+
# ===================================================================
|
|
42
|
+
|
|
43
|
+
# ===================================================================
|
|
44
|
+
# MODULE EXPORTS
|
|
45
|
+
# ===================================================================
|
|
46
|
+
# Combined auto-generated and manual exports
|
|
47
|
+
__all__ = [
|
|
48
|
+
# Generated exports
|
|
49
|
+
"ClientOptions",
|
|
50
|
+
"Disclaimer",
|
|
51
|
+
"Entry",
|
|
52
|
+
"GetExcelIncomeReportRequest",
|
|
53
|
+
"GetExcelIncomeReportResponse",
|
|
54
|
+
"GetIncomeReportRequest",
|
|
55
|
+
"IncomeReport",
|
|
56
|
+
"IncomeReportService",
|
|
57
|
+
"IncomeReportServiceGRPCClient",
|
|
58
|
+
"IncomeReportServiceGRPCClientInterface",
|
|
59
|
+
"Narrative",
|
|
60
|
+
]
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: meshtrade/reporting/income_report/v1/disclaimer.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'meshtrade/reporting/income_report/v1/disclaimer.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n5meshtrade/reporting/income_report/v1/disclaimer.proto\x12$meshtrade.reporting.income_report.v1\"D\n\nDisclaimer\x12\x14\n\x05title\x18\x01 \x01(\tR\x05title\x12 \n\x0b\x64\x65scription\x18\x02 \x01(\tR\x0b\x64\x65scriptionBu\n+co.meshtrade.api.reporting.income_report.v1ZFgithub.com/meshtrade/api/go/reporting/income_report/v1;income_reportv1b\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.reporting.income_report.v1.disclaimer_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n+co.meshtrade.api.reporting.income_report.v1ZFgithub.com/meshtrade/api/go/reporting/income_report/v1;income_reportv1'
|
|
35
|
+
_globals['_DISCLAIMER']._serialized_start=95
|
|
36
|
+
_globals['_DISCLAIMER']._serialized_end=163
|
|
37
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
from google.protobuf import descriptor as _descriptor
|
|
2
|
+
from google.protobuf import message as _message
|
|
3
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional
|
|
4
|
+
|
|
5
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
6
|
+
|
|
7
|
+
class Disclaimer(_message.Message):
|
|
8
|
+
__slots__ = ("title", "description")
|
|
9
|
+
TITLE_FIELD_NUMBER: _ClassVar[int]
|
|
10
|
+
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
11
|
+
title: str
|
|
12
|
+
description: str
|
|
13
|
+
def __init__(self, title: _Optional[str] = ..., description: _Optional[str] = ...) -> None: ...
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: meshtrade/reporting/income_report/v1/entry.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'meshtrade/reporting/income_report/v1/entry.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from meshtrade.type.v1 import token_pb2 as meshtrade_dot_type_dot_v1_dot_token__pb2
|
|
26
|
+
from meshtrade.type.v1 import amount_pb2 as meshtrade_dot_type_dot_v1_dot_amount__pb2
|
|
27
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0meshtrade/reporting/income_report/v1/entry.proto\x12$meshtrade.reporting.income_report.v1\x1a\x1dmeshtrade/type/v1/token.proto\x1a\x1emeshtrade/type/v1/amount.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xfd\x02\n\x05\x45ntry\x12\x1d\n\nasset_name\x18\x01 \x01(\tR\tassetName\x12.\n\x05token\x18\x02 \x01(\x0b\x32\x18.meshtrade.type.v1.TokenR\x05token\x12.\n\x04\x64\x61te\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x04\x64\x61te\x12 \n\x0b\x64\x65scription\x18\x04 \x01(\tR\x0b\x64\x65scription\x12M\n\tnarrative\x18\x05 \x01(\x0e\x32/.meshtrade.reporting.income_report.v1.NarrativeR\tnarrative\x12\x31\n\x06\x61mount\x18\x06 \x01(\x0b\x32\x19.meshtrade.type.v1.AmountR\x06\x61mount\x12Q\n\x17reported_currency_value\x18\x07 \x01(\x0b\x32\x19.meshtrade.type.v1.AmountR\x15reportedCurrencyValue*Q\n\tNarrative\x12\x19\n\x15NARRATIVE_UNSPECIFIED\x10\x00\x12\x13\n\x0fNARRATIVE_YIELD\x10\x01\x12\x14\n\x10NARRATIVE_COUPON\x10\x02\x42u\n+co.meshtrade.api.reporting.income_report.v1ZFgithub.com/meshtrade/api/go/reporting/income_report/v1;income_reportv1b\x06proto3')
|
|
31
|
+
|
|
32
|
+
_globals = globals()
|
|
33
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
34
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.reporting.income_report.v1.entry_pb2', _globals)
|
|
35
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
36
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
37
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n+co.meshtrade.api.reporting.income_report.v1ZFgithub.com/meshtrade/api/go/reporting/income_report/v1;income_reportv1'
|
|
38
|
+
_globals['_NARRATIVE']._serialized_start=570
|
|
39
|
+
_globals['_NARRATIVE']._serialized_end=651
|
|
40
|
+
_globals['_ENTRY']._serialized_start=187
|
|
41
|
+
_globals['_ENTRY']._serialized_end=568
|
|
42
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import datetime
|
|
2
|
+
|
|
3
|
+
from meshtrade.type.v1 import token_pb2 as _token_pb2
|
|
4
|
+
from meshtrade.type.v1 import amount_pb2 as _amount_pb2
|
|
5
|
+
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
6
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import message as _message
|
|
9
|
+
from collections.abc import Mapping as _Mapping
|
|
10
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
11
|
+
|
|
12
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
13
|
+
|
|
14
|
+
class Narrative(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
15
|
+
__slots__ = ()
|
|
16
|
+
NARRATIVE_UNSPECIFIED: _ClassVar[Narrative]
|
|
17
|
+
NARRATIVE_YIELD: _ClassVar[Narrative]
|
|
18
|
+
NARRATIVE_COUPON: _ClassVar[Narrative]
|
|
19
|
+
NARRATIVE_UNSPECIFIED: Narrative
|
|
20
|
+
NARRATIVE_YIELD: Narrative
|
|
21
|
+
NARRATIVE_COUPON: Narrative
|
|
22
|
+
|
|
23
|
+
class Entry(_message.Message):
|
|
24
|
+
__slots__ = ("asset_name", "token", "date", "description", "narrative", "amount", "reported_currency_value")
|
|
25
|
+
ASSET_NAME_FIELD_NUMBER: _ClassVar[int]
|
|
26
|
+
TOKEN_FIELD_NUMBER: _ClassVar[int]
|
|
27
|
+
DATE_FIELD_NUMBER: _ClassVar[int]
|
|
28
|
+
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
29
|
+
NARRATIVE_FIELD_NUMBER: _ClassVar[int]
|
|
30
|
+
AMOUNT_FIELD_NUMBER: _ClassVar[int]
|
|
31
|
+
REPORTED_CURRENCY_VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
32
|
+
asset_name: str
|
|
33
|
+
token: _token_pb2.Token
|
|
34
|
+
date: _timestamp_pb2.Timestamp
|
|
35
|
+
description: str
|
|
36
|
+
narrative: Narrative
|
|
37
|
+
amount: _amount_pb2.Amount
|
|
38
|
+
reported_currency_value: _amount_pb2.Amount
|
|
39
|
+
def __init__(self, asset_name: _Optional[str] = ..., token: _Optional[_Union[_token_pb2.Token, _Mapping]] = ..., date: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., description: _Optional[str] = ..., narrative: _Optional[_Union[Narrative, str]] = ..., amount: _Optional[_Union[_amount_pb2.Amount, _Mapping]] = ..., reported_currency_value: _Optional[_Union[_amount_pb2.Amount, _Mapping]] = ...) -> None: ...
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: meshtrade/reporting/income_report/v1/income_report.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'meshtrade/reporting/income_report/v1/income_report.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
26
|
+
from meshtrade.type.v1 import token_pb2 as meshtrade_dot_type_dot_v1_dot_token__pb2
|
|
27
|
+
from meshtrade.type.v1 import address_pb2 as meshtrade_dot_type_dot_v1_dot_address__pb2
|
|
28
|
+
from meshtrade.reporting.income_report.v1 import disclaimer_pb2 as meshtrade_dot_reporting_dot_income__report_dot_v1_dot_disclaimer__pb2
|
|
29
|
+
from meshtrade.reporting.income_report.v1 import entry_pb2 as meshtrade_dot_reporting_dot_income__report_dot_v1_dot_entry__pb2
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8meshtrade/reporting/income_report/v1/income_report.proto\x12$meshtrade.reporting.income_report.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dmeshtrade/type/v1/token.proto\x1a\x1fmeshtrade/type/v1/address.proto\x1a\x35meshtrade/reporting/income_report/v1/disclaimer.proto\x1a\x30meshtrade/reporting/income_report/v1/entry.proto\"\x99\x05\n\x0cIncomeReport\x12\x45\n\x07\x65ntries\x18\x01 \x03(\x0b\x32+.meshtrade.reporting.income_report.v1.EntryR\x07\x65ntries\x12G\n\x12reporting_currency\x18\x02 \x01(\x0b\x32\x18.meshtrade.type.v1.TokenR\x11reportingCurrency\x12Q\n\x06period\x18\x03 \x01(\x0b\x32\x39.meshtrade.reporting.income_report.v1.IncomeReport.PeriodR\x06period\x12\x43\n\x0fgeneration_date\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0egenerationDate\x12%\n\x0e\x61\x63\x63ount_number\x18\x05 \x01(\tR\raccountNumber\x12R\n\x0b\x64isclaimers\x18\x06 \x03(\x0b\x32\x30.meshtrade.reporting.income_report.v1.DisclaimerR\x0b\x64isclaimers\x12\x41\n\x0e\x63lient_address\x18\x07 \x01(\x0b\x32\x1a.meshtrade.type.v1.AddressR\rclientAddress\x12\x1f\n\x0b\x63lient_name\x18\x08 \x01(\tR\nclientName\x12\x1c\n\tcopyright\x18\t \x01(\tR\tcopyright\x1a\x64\n\x06Period\x12.\n\x04\x66rom\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x04\x66rom\x12*\n\x02to\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x02toBu\n+co.meshtrade.api.reporting.income_report.v1ZFgithub.com/meshtrade/api/go/reporting/income_report/v1;income_reportv1b\x06proto3')
|
|
33
|
+
|
|
34
|
+
_globals = globals()
|
|
35
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
36
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.reporting.income_report.v1.income_report_pb2', _globals)
|
|
37
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
38
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
39
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n+co.meshtrade.api.reporting.income_report.v1ZFgithub.com/meshtrade/api/go/reporting/income_report/v1;income_reportv1'
|
|
40
|
+
_globals['_INCOMEREPORT']._serialized_start=301
|
|
41
|
+
_globals['_INCOMEREPORT']._serialized_end=966
|
|
42
|
+
_globals['_INCOMEREPORT_PERIOD']._serialized_start=866
|
|
43
|
+
_globals['_INCOMEREPORT_PERIOD']._serialized_end=966
|
|
44
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import datetime
|
|
2
|
+
|
|
3
|
+
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
4
|
+
from meshtrade.type.v1 import token_pb2 as _token_pb2
|
|
5
|
+
from meshtrade.type.v1 import address_pb2 as _address_pb2
|
|
6
|
+
from meshtrade.reporting.income_report.v1 import disclaimer_pb2 as _disclaimer_pb2
|
|
7
|
+
from meshtrade.reporting.income_report.v1 import entry_pb2 as _entry_pb2
|
|
8
|
+
from google.protobuf.internal import containers as _containers
|
|
9
|
+
from google.protobuf import descriptor as _descriptor
|
|
10
|
+
from google.protobuf import message as _message
|
|
11
|
+
from collections.abc import Iterable as _Iterable, Mapping as _Mapping
|
|
12
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
13
|
+
|
|
14
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
15
|
+
|
|
16
|
+
class IncomeReport(_message.Message):
|
|
17
|
+
__slots__ = ("entries", "reporting_currency", "period", "generation_date", "account_number", "disclaimers", "client_address", "client_name", "copyright")
|
|
18
|
+
class Period(_message.Message):
|
|
19
|
+
__slots__ = ("to",)
|
|
20
|
+
FROM_FIELD_NUMBER: _ClassVar[int]
|
|
21
|
+
TO_FIELD_NUMBER: _ClassVar[int]
|
|
22
|
+
to: _timestamp_pb2.Timestamp
|
|
23
|
+
def __init__(self, to: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., **kwargs) -> None: ...
|
|
24
|
+
ENTRIES_FIELD_NUMBER: _ClassVar[int]
|
|
25
|
+
REPORTING_CURRENCY_FIELD_NUMBER: _ClassVar[int]
|
|
26
|
+
PERIOD_FIELD_NUMBER: _ClassVar[int]
|
|
27
|
+
GENERATION_DATE_FIELD_NUMBER: _ClassVar[int]
|
|
28
|
+
ACCOUNT_NUMBER_FIELD_NUMBER: _ClassVar[int]
|
|
29
|
+
DISCLAIMERS_FIELD_NUMBER: _ClassVar[int]
|
|
30
|
+
CLIENT_ADDRESS_FIELD_NUMBER: _ClassVar[int]
|
|
31
|
+
CLIENT_NAME_FIELD_NUMBER: _ClassVar[int]
|
|
32
|
+
COPYRIGHT_FIELD_NUMBER: _ClassVar[int]
|
|
33
|
+
entries: _containers.RepeatedCompositeFieldContainer[_entry_pb2.Entry]
|
|
34
|
+
reporting_currency: _token_pb2.Token
|
|
35
|
+
period: IncomeReport.Period
|
|
36
|
+
generation_date: _timestamp_pb2.Timestamp
|
|
37
|
+
account_number: str
|
|
38
|
+
disclaimers: _containers.RepeatedCompositeFieldContainer[_disclaimer_pb2.Disclaimer]
|
|
39
|
+
client_address: _address_pb2.Address
|
|
40
|
+
client_name: str
|
|
41
|
+
copyright: str
|
|
42
|
+
def __init__(self, entries: _Optional[_Iterable[_Union[_entry_pb2.Entry, _Mapping]]] = ..., reporting_currency: _Optional[_Union[_token_pb2.Token, _Mapping]] = ..., period: _Optional[_Union[IncomeReport.Period, _Mapping]] = ..., generation_date: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., account_number: _Optional[str] = ..., disclaimers: _Optional[_Iterable[_Union[_disclaimer_pb2.Disclaimer, _Mapping]]] = ..., client_address: _Optional[_Union[_address_pb2.Address, _Mapping]] = ..., client_name: _Optional[str] = ..., copyright: _Optional[str] = ...) -> None: ...
|