meshtrade 1.12.0__tar.gz → 1.16.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of meshtrade might be problematic. Click here for more details.
- {meshtrade-1.12.0 → meshtrade-1.16.0}/PKG-INFO +1 -1
- {meshtrade-1.12.0 → meshtrade-1.16.0}/pyproject.toml +1 -1
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/api_user/v1/__init__.py +2 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/api_user/v1/service_meshpy.py +17 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/api_user/v1/service_pb2.py +25 -17
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/api_user/v1/service_pb2.pyi +8 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/api_user/v1/service_pb2_grpc.py +49 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade.egg-info/PKG-INFO +1 -1
- {meshtrade-1.12.0 → meshtrade-1.16.0}/README.md +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/buf/validate/validate_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/buf/validate/validate_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/__init__.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/common/__init__.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/common/config.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/common/grpc_client.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/__init__.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/__init__.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/__init__.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/client_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/client_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/client_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/company_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/company_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/company_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/company_representative_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/company_representative_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/company_representative_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/company_representative_role_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/company_representative_role_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/company_representative_role_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/fund_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/fund_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/fund_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/identification_document_type_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/identification_document_type_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/identification_document_type_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/industry_classification_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/industry_classification_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/industry_classification_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/natural_person_connection_type_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/natural_person_connection_type_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/natural_person_connection_type_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/natural_person_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/natural_person_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/natural_person_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/pep_status_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/pep_status_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/pep_status_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/service_meshpy.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/service_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/service_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/tax_residency_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/tax_residency_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/tax_residency_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/trust_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/trust_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/trust_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/verification_status_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/verification_status_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/verification_status_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/__init__.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/api_user/v1/api_credentials.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/api_user/v1/api_user_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/api_user/v1/api_user_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/api_user/v1/api_user_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/api_user/v1/service.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/api_user/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/group/__init__.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/group/v1/__init__.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/group/v1/group_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/group/v1/group_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/group/v1/group_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/group/v1/service_meshpy.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/group/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/group/v1/service_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/group/v1/service_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/group/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/role/v1/__init__.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/role/v1/role.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/role/v1/role_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/role/v1/role_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/role/v1/role_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/user/v1/__init__.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/user/v1/service_meshpy.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/user/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/user/v1/service_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/user/v1/service_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/user/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/user/v1/user_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/user/v1/user_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/user/v1/user_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/ledger/__init__.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/ledger/transaction/__init__.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/ledger/transaction/v1/__init__.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/ledger/transaction/v1/transaction_action_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/ledger/transaction/v1/transaction_action_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/ledger/transaction/v1/transaction_action_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/ledger/transaction/v1/transaction_state_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/ledger/transaction/v1/transaction_state_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/ledger/transaction/v1/transaction_state_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/option/v1/__init__.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/option/v1/method_type_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/option/v1/method_type_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/option/v1/method_type_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/reporting/account_report/v1/__init__.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/reporting/account_report/v1/account_report_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/reporting/account_report/v1/account_report_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/reporting/account_report/v1/account_report_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/reporting/account_report/v1/disclaimer_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/reporting/account_report/v1/disclaimer_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/reporting/account_report/v1/disclaimer_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/reporting/account_report/v1/fee_entry_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/reporting/account_report/v1/fee_entry_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/reporting/account_report/v1/fee_entry_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/reporting/account_report/v1/income_entry_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/reporting/account_report/v1/income_entry_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/reporting/account_report/v1/income_entry_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/reporting/account_report/v1/service_meshpy.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/reporting/account_report/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/reporting/account_report/v1/service_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/reporting/account_report/v1/service_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/reporting/account_report/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/reporting/account_report/v1/trading_statement_entry_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/reporting/account_report/v1/trading_statement_entry_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/reporting/account_report/v1/trading_statement_entry_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/studio/instrument/v1/__init__.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/studio/instrument/v1/instrument_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/studio/instrument/v1/instrument_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/studio/instrument/v1/instrument_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/studio/instrument/v1/type_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/studio/instrument/v1/type_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/studio/instrument/v1/type_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/studio/instrument/v1/unit_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/studio/instrument/v1/unit_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/studio/instrument/v1/unit_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/__init__.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/limit_order/__init__.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/limit_order/v1/__init__.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/limit_order/v1/limit_order_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/limit_order/v1/limit_order_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/limit_order/v1/limit_order_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/limit_order/v1/service_meshpy.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/limit_order/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/limit_order/v1/service_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/limit_order/v1/service_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/limit_order/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/market_order/v1/__init__.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/market_order/v1/market_order_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/market_order/v1/market_order_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/market_order/v1/market_order_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/market_order/v1/service_meshpy.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/market_order/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/market_order/v1/service_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/market_order/v1/service_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/market_order/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/__init__.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/__init__.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/address_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/address_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/address_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/amount.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/amount_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/amount_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/amount_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/contact_details_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/contact_details_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/contact_details_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/date.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/date_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/date_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/date_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/decimal_built_in_conversions.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/decimal_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/decimal_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/decimal_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/ledger.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/ledger_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/ledger_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/ledger_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/sorting_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/sorting_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/sorting_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/time_of_day.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/time_of_day_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/time_of_day_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/time_of_day_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/token_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/token_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/token_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/wallet/__init__.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/wallet/account/v1/__init__.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/wallet/account/v1/account_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/wallet/account/v1/account_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/wallet/account/v1/account_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/wallet/account/v1/service_meshpy.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/wallet/account/v1/service_options_meshpy.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/wallet/account/v1/service_pb2.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/wallet/account/v1/service_pb2.pyi +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/wallet/account/v1/service_pb2_grpc.py +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade.egg-info/SOURCES.txt +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade.egg-info/dependency_links.txt +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade.egg-info/requires.txt +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade.egg-info/top_level.txt +0 -0
- {meshtrade-1.12.0 → meshtrade-1.16.0}/setup.cfg +0 -0
|
@@ -24,6 +24,7 @@ from .service_pb2 import (
|
|
|
24
24
|
GetApiUserRequest,
|
|
25
25
|
ListApiUsersRequest,
|
|
26
26
|
ListApiUsersResponse,
|
|
27
|
+
RevokeRoleFromAPIUserRequest,
|
|
27
28
|
SearchApiUsersRequest,
|
|
28
29
|
SearchApiUsersResponse,
|
|
29
30
|
)
|
|
@@ -87,6 +88,7 @@ __all__ = [
|
|
|
87
88
|
"GetApiUserRequest",
|
|
88
89
|
"ListApiUsersRequest",
|
|
89
90
|
"ListApiUsersResponse",
|
|
91
|
+
"RevokeRoleFromAPIUserRequest",
|
|
90
92
|
"SearchApiUsersRequest",
|
|
91
93
|
"SearchApiUsersResponse",
|
|
92
94
|
# Manual exports
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/api_user/v1/service_meshpy.py
RENAMED
|
@@ -26,6 +26,7 @@ GetApiUserByKeyHashRequest,
|
|
|
26
26
|
GetApiUserRequest,
|
|
27
27
|
ListApiUsersRequest,
|
|
28
28
|
ListApiUsersResponse,
|
|
29
|
+
RevokeRoleFromAPIUserRequest,
|
|
29
30
|
SearchApiUsersRequest,
|
|
30
31
|
SearchApiUsersResponse,
|
|
31
32
|
)
|
|
@@ -186,6 +187,22 @@ class ApiUserService(BaseGRPCClient):
|
|
|
186
187
|
"""
|
|
187
188
|
return self._execute_method("AssignRoleToAPIUser", request, timeout)
|
|
188
189
|
|
|
190
|
+
def revoke_role_from_apiuser(self, request: RevokeRoleFromAPIUserRequest, timeout: Optional[timedelta] = None) -> APIUser:
|
|
191
|
+
"""RevokeRoleFromAPIUser method.
|
|
192
|
+
|
|
193
|
+
Args:
|
|
194
|
+
request: The RevokeRoleFromAPIUser request message
|
|
195
|
+
timeout: Optional timeout override for this call
|
|
196
|
+
|
|
197
|
+
Returns:
|
|
198
|
+
The RevokeRoleFromAPIUser response message
|
|
199
|
+
|
|
200
|
+
Raises:
|
|
201
|
+
grpc.RpcError: If the gRPC call fails
|
|
202
|
+
ValueError: If authentication credentials are missing
|
|
203
|
+
"""
|
|
204
|
+
return self._execute_method("RevokeRoleFromAPIUser", request, timeout)
|
|
205
|
+
|
|
189
206
|
def list_api_users(self, request: ListApiUsersRequest, timeout: Optional[timedelta] = None) -> ListApiUsersResponse:
|
|
190
207
|
"""ListApiUsers method.
|
|
191
208
|
|
|
@@ -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\"h\n\x11GetApiUserRequest\x12S\n\x04name\x18\x01 \x01(\tB?\xbaH<r722^api_users/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}$\x98\x01$\xc8\x01\x01R\x04name\"Z\n\x1aGetApiUserByKeyHashRequest\x12<\n\x08key_hash\x18\x01 \x01(\tB!\xbaH\x1er\x19\x32\x14^[A-Za-z0-9+/]{43}=$\x98\x01,\xc8\x01\x01R\x07keyHash\"]\n\x14\x43reateApiUserRequest\x12\x45\n\x08\x61pi_user\x18\x01 \x01(\x0b\x32\".meshtrade.iam.api_user.v1.APIUserB\x06\xbaH\x03\xc8\x01\x01R\x07\x61piUser\"\
|
|
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\"h\n\x11GetApiUserRequest\x12S\n\x04name\x18\x01 \x01(\tB?\xbaH<r722^api_users/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}$\x98\x01$\xc8\x01\x01R\x04name\"Z\n\x1aGetApiUserByKeyHashRequest\x12<\n\x08key_hash\x18\x01 \x01(\tB!\xbaH\x1er\x19\x32\x14^[A-Za-z0-9+/]{43}=$\x98\x01,\xc8\x01\x01R\x07keyHash\"]\n\x14\x43reateApiUserRequest\x12\x45\n\x08\x61pi_user\x18\x01 \x01(\x0b\x32\".meshtrade.iam.api_user.v1.APIUserB\x06\xbaH\x03\xc8\x01\x01R\x07\x61piUser\"\xd4\x01\n\x1a\x41ssignRoleToAPIUserRequest\x12S\n\x04name\x18\x01 \x01(\tB?\xbaH<r722^api_users/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}$\x98\x01$\xc8\x01\x01R\x04name\x12\x61\n\x04role\x18\x04 \x01(\tBM\xbaHJrE2@^groups/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}/[123456][0-9]{6}$\x98\x01)\xc8\x01\x01R\x04role\"\xd6\x01\n\x1cRevokeRoleFromAPIUserRequest\x12S\n\x04name\x18\x01 \x01(\tB?\xbaH<r722^api_users/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}$\x98\x01$\xc8\x01\x01R\x04name\x12\x61\n\x04role\x18\x02 \x01(\tBM\xbaHJrE2@^groups/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}/[123456][0-9]{6}$\x98\x01)\xc8\x01\x01R\x04role\"\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\"m\n\x16\x41\x63tivateApiUserRequest\x12S\n\x04name\x18\x01 \x01(\tB?\xbaH<r722^api_users/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}$\x98\x01$\xc8\x01\x01R\x04name\"o\n\x18\x44\x65\x61\x63tivateApiUserRequest\x12S\n\x04name\x18\x01 \x01(\tB?\xbaH<r722^api_users/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}$\x98\x01$\xc8\x01\x01R\x04name2\xca\t\n\x0e\x41piUserService\x12z\n\nGetApiUser\x12,.meshtrade.iam.api_user.v1.GetApiUserRequest\x1a\".meshtrade.iam.api_user.v1.APIUser\"\x1a\xa0\xb5\x18\x01\xaa\xb5\x18\x12\n\x10\xc0\x8d\xb7\x01\xc1\x8d\xb7\x01\xc2\x8d\xb7\x01\xc3\x8d\xb7\x01\x12x\n\rCreateApiUser\x12/.meshtrade.iam.api_user.v1.CreateApiUserRequest\x1a\".meshtrade.iam.api_user.v1.APIUser\"\x12\xa0\xb5\x18\x02\xaa\xb5\x18\n\n\x08\xc0\x8d\xb7\x01\xc2\x8d\xb7\x01\x12\x84\x01\n\x13\x41ssignRoleToAPIUser\x12\x35.meshtrade.iam.api_user.v1.AssignRoleToAPIUserRequest\x1a\".meshtrade.iam.api_user.v1.APIUser\"\x12\xa0\xb5\x18\x02\xaa\xb5\x18\n\n\x08\xc0\x8d\xb7\x01\xc2\x8d\xb7\x01\x12\x88\x01\n\x15RevokeRoleFromAPIUser\x12\x37.meshtrade.iam.api_user.v1.RevokeRoleFromAPIUserRequest\x1a\".meshtrade.iam.api_user.v1.APIUser\"\x12\xa0\xb5\x18\x02\xaa\xb5\x18\n\n\x08\xc0\x8d\xb7\x01\xc2\x8d\xb7\x01\x12\x8b\x01\n\x0cListApiUsers\x12..meshtrade.iam.api_user.v1.ListApiUsersRequest\x1a/.meshtrade.iam.api_user.v1.ListApiUsersResponse\"\x1a\xa0\xb5\x18\x01\xaa\xb5\x18\x12\n\x10\xc0\x8d\xb7\x01\xc1\x8d\xb7\x01\xc2\x8d\xb7\x01\xc3\x8d\xb7\x01\x12\x91\x01\n\x0eSearchApiUsers\x12\x30.meshtrade.iam.api_user.v1.SearchApiUsersRequest\x1a\x31.meshtrade.iam.api_user.v1.SearchApiUsersResponse\"\x1a\xa0\xb5\x18\x01\xaa\xb5\x18\x12\n\x10\xc0\x8d\xb7\x01\xc1\x8d\xb7\x01\xc2\x8d\xb7\x01\xc3\x8d\xb7\x01\x12|\n\x0f\x41\x63tivateApiUser\x12\x31.meshtrade.iam.api_user.v1.ActivateApiUserRequest\x1a\".meshtrade.iam.api_user.v1.APIUser\"\x12\xa0\xb5\x18\x02\xaa\xb5\x18\n\n\x08\xc0\x8d\xb7\x01\xc2\x8d\xb7\x01\x12\x80\x01\n\x11\x44\x65\x61\x63tivateApiUser\x12\x33.meshtrade.iam.api_user.v1.DeactivateApiUserRequest\x1a\".meshtrade.iam.api_user.v1.APIUser\"\x12\xa0\xb5\x18\x02\xaa\xb5\x18\n\n\x08\xc0\x8d\xb7\x01\xc2\x8d\xb7\x01\x12\x8c\x01\n\x13GetApiUserByKeyHash\x12\x35.meshtrade.iam.api_user.v1.GetApiUserByKeyHashRequest\x1a\".meshtrade.iam.api_user.v1.APIUser\"\x1a\xa0\xb5\x18\x01\xaa\xb5\x18\x12\n\x10\xc0\x8d\xb7\x01\xc1\x8d\xb7\x01\xc2\x8d\xb7\x01\xc3\x8d\xb7\x01\x42[\n co.meshtrade.api.iam.api_user.v1Z7github.com/meshtrade/api/go/iam/api_user/v1;api_user_v1b\x06proto3')
|
|
32
32
|
|
|
33
33
|
_globals = globals()
|
|
34
34
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -43,9 +43,13 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
43
43
|
_globals['_CREATEAPIUSERREQUEST'].fields_by_name['api_user']._loaded_options = None
|
|
44
44
|
_globals['_CREATEAPIUSERREQUEST'].fields_by_name['api_user']._serialized_options = b'\272H\003\310\001\001'
|
|
45
45
|
_globals['_ASSIGNROLETOAPIUSERREQUEST'].fields_by_name['name']._loaded_options = None
|
|
46
|
-
_globals['_ASSIGNROLETOAPIUSERREQUEST'].fields_by_name['name']._serialized_options = b'\
|
|
46
|
+
_globals['_ASSIGNROLETOAPIUSERREQUEST'].fields_by_name['name']._serialized_options = b'\272H<r722^api_users/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}$\230\001$\310\001\001'
|
|
47
47
|
_globals['_ASSIGNROLETOAPIUSERREQUEST'].fields_by_name['role']._loaded_options = None
|
|
48
48
|
_globals['_ASSIGNROLETOAPIUSERREQUEST'].fields_by_name['role']._serialized_options = b'\272HJrE2@^groups/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}/[123456][0-9]{6}$\230\001)\310\001\001'
|
|
49
|
+
_globals['_REVOKEROLEFROMAPIUSERREQUEST'].fields_by_name['name']._loaded_options = None
|
|
50
|
+
_globals['_REVOKEROLEFROMAPIUSERREQUEST'].fields_by_name['name']._serialized_options = b'\272H<r722^api_users/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}$\230\001$\310\001\001'
|
|
51
|
+
_globals['_REVOKEROLEFROMAPIUSERREQUEST'].fields_by_name['role']._loaded_options = None
|
|
52
|
+
_globals['_REVOKEROLEFROMAPIUSERREQUEST'].fields_by_name['role']._serialized_options = b'\272HJrE2@^groups/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}/[123456][0-9]{6}$\230\001)\310\001\001'
|
|
49
53
|
_globals['_ACTIVATEAPIUSERREQUEST'].fields_by_name['name']._loaded_options = None
|
|
50
54
|
_globals['_ACTIVATEAPIUSERREQUEST'].fields_by_name['name']._serialized_options = b'\272H<r722^api_users/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}$\230\001$\310\001\001'
|
|
51
55
|
_globals['_DEACTIVATEAPIUSERREQUEST'].fields_by_name['name']._loaded_options = None
|
|
@@ -56,6 +60,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
56
60
|
_globals['_APIUSERSERVICE'].methods_by_name['CreateApiUser']._serialized_options = b'\240\265\030\002\252\265\030\n\n\010\300\215\267\001\302\215\267\001'
|
|
57
61
|
_globals['_APIUSERSERVICE'].methods_by_name['AssignRoleToAPIUser']._loaded_options = None
|
|
58
62
|
_globals['_APIUSERSERVICE'].methods_by_name['AssignRoleToAPIUser']._serialized_options = b'\240\265\030\002\252\265\030\n\n\010\300\215\267\001\302\215\267\001'
|
|
63
|
+
_globals['_APIUSERSERVICE'].methods_by_name['RevokeRoleFromAPIUser']._loaded_options = None
|
|
64
|
+
_globals['_APIUSERSERVICE'].methods_by_name['RevokeRoleFromAPIUser']._serialized_options = b'\240\265\030\002\252\265\030\n\n\010\300\215\267\001\302\215\267\001'
|
|
59
65
|
_globals['_APIUSERSERVICE'].methods_by_name['ListApiUsers']._loaded_options = None
|
|
60
66
|
_globals['_APIUSERSERVICE'].methods_by_name['ListApiUsers']._serialized_options = b'\240\265\030\001\252\265\030\022\n\020\300\215\267\001\301\215\267\001\302\215\267\001\303\215\267\001'
|
|
61
67
|
_globals['_APIUSERSERVICE'].methods_by_name['SearchApiUsers']._loaded_options = None
|
|
@@ -73,19 +79,21 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
73
79
|
_globals['_CREATEAPIUSERREQUEST']._serialized_start=412
|
|
74
80
|
_globals['_CREATEAPIUSERREQUEST']._serialized_end=505
|
|
75
81
|
_globals['_ASSIGNROLETOAPIUSERREQUEST']._serialized_start=508
|
|
76
|
-
_globals['_ASSIGNROLETOAPIUSERREQUEST']._serialized_end=
|
|
77
|
-
_globals['
|
|
78
|
-
_globals['
|
|
79
|
-
_globals['
|
|
80
|
-
_globals['
|
|
81
|
-
_globals['
|
|
82
|
-
_globals['
|
|
83
|
-
_globals['
|
|
84
|
-
_globals['
|
|
85
|
-
_globals['
|
|
86
|
-
_globals['
|
|
87
|
-
_globals['
|
|
88
|
-
_globals['
|
|
89
|
-
_globals['
|
|
90
|
-
_globals['
|
|
82
|
+
_globals['_ASSIGNROLETOAPIUSERREQUEST']._serialized_end=720
|
|
83
|
+
_globals['_REVOKEROLEFROMAPIUSERREQUEST']._serialized_start=723
|
|
84
|
+
_globals['_REVOKEROLEFROMAPIUSERREQUEST']._serialized_end=937
|
|
85
|
+
_globals['_LISTAPIUSERSREQUEST']._serialized_start=939
|
|
86
|
+
_globals['_LISTAPIUSERSREQUEST']._serialized_end=960
|
|
87
|
+
_globals['_LISTAPIUSERSRESPONSE']._serialized_start=962
|
|
88
|
+
_globals['_LISTAPIUSERSRESPONSE']._serialized_end=1049
|
|
89
|
+
_globals['_SEARCHAPIUSERSREQUEST']._serialized_start=1051
|
|
90
|
+
_globals['_SEARCHAPIUSERSREQUEST']._serialized_end=1109
|
|
91
|
+
_globals['_SEARCHAPIUSERSRESPONSE']._serialized_start=1111
|
|
92
|
+
_globals['_SEARCHAPIUSERSRESPONSE']._serialized_end=1200
|
|
93
|
+
_globals['_ACTIVATEAPIUSERREQUEST']._serialized_start=1202
|
|
94
|
+
_globals['_ACTIVATEAPIUSERREQUEST']._serialized_end=1311
|
|
95
|
+
_globals['_DEACTIVATEAPIUSERREQUEST']._serialized_start=1313
|
|
96
|
+
_globals['_DEACTIVATEAPIUSERREQUEST']._serialized_end=1424
|
|
97
|
+
_globals['_APIUSERSERVICE']._serialized_start=1427
|
|
98
|
+
_globals['_APIUSERSERVICE']._serialized_end=2653
|
|
91
99
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -36,6 +36,14 @@ class AssignRoleToAPIUserRequest(_message.Message):
|
|
|
36
36
|
role: str
|
|
37
37
|
def __init__(self, name: _Optional[str] = ..., role: _Optional[str] = ...) -> None: ...
|
|
38
38
|
|
|
39
|
+
class RevokeRoleFromAPIUserRequest(_message.Message):
|
|
40
|
+
__slots__ = ("name", "role")
|
|
41
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
42
|
+
ROLE_FIELD_NUMBER: _ClassVar[int]
|
|
43
|
+
name: str
|
|
44
|
+
role: str
|
|
45
|
+
def __init__(self, name: _Optional[str] = ..., role: _Optional[str] = ...) -> None: ...
|
|
46
|
+
|
|
39
47
|
class ListApiUsersRequest(_message.Message):
|
|
40
48
|
__slots__ = ()
|
|
41
49
|
def __init__(self) -> None: ...
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/api_user/v1/service_pb2_grpc.py
RENAMED
|
@@ -42,6 +42,11 @@ class ApiUserServiceStub(object):
|
|
|
42
42
|
request_serializer=meshtrade_dot_iam_dot_api__user_dot_v1_dot_service__pb2.AssignRoleToAPIUserRequest.SerializeToString,
|
|
43
43
|
response_deserializer=meshtrade_dot_iam_dot_api__user_dot_v1_dot_api__user__pb2.APIUser.FromString,
|
|
44
44
|
_registered_method=True)
|
|
45
|
+
self.RevokeRoleFromAPIUser = channel.unary_unary(
|
|
46
|
+
'/meshtrade.iam.api_user.v1.ApiUserService/RevokeRoleFromAPIUser',
|
|
47
|
+
request_serializer=meshtrade_dot_iam_dot_api__user_dot_v1_dot_service__pb2.RevokeRoleFromAPIUserRequest.SerializeToString,
|
|
48
|
+
response_deserializer=meshtrade_dot_iam_dot_api__user_dot_v1_dot_api__user__pb2.APIUser.FromString,
|
|
49
|
+
_registered_method=True)
|
|
45
50
|
self.ListApiUsers = channel.unary_unary(
|
|
46
51
|
'/meshtrade.iam.api_user.v1.ApiUserService/ListApiUsers',
|
|
47
52
|
request_serializer=meshtrade_dot_iam_dot_api__user_dot_v1_dot_service__pb2.ListApiUsersRequest.SerializeToString,
|
|
@@ -115,6 +120,18 @@ class ApiUserServiceServicer(object):
|
|
|
115
120
|
context.set_details('Method not implemented!')
|
|
116
121
|
raise NotImplementedError('Method not implemented!')
|
|
117
122
|
|
|
123
|
+
def RevokeRoleFromAPIUser(self, request, context):
|
|
124
|
+
"""
|
|
125
|
+
Revokes a role from an existing API user within the authenticated group context.
|
|
126
|
+
|
|
127
|
+
The role revocation removes the permissions associated with that role from
|
|
128
|
+
the API user within the group hierarchy. The API user will no longer be able
|
|
129
|
+
to perform operations that require the revoked role.
|
|
130
|
+
"""
|
|
131
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
132
|
+
context.set_details('Method not implemented!')
|
|
133
|
+
raise NotImplementedError('Method not implemented!')
|
|
134
|
+
|
|
118
135
|
def ListApiUsers(self, request, context):
|
|
119
136
|
"""
|
|
120
137
|
Lists all API users in the authenticated group context.
|
|
@@ -188,6 +205,11 @@ def add_ApiUserServiceServicer_to_server(servicer, server):
|
|
|
188
205
|
request_deserializer=meshtrade_dot_iam_dot_api__user_dot_v1_dot_service__pb2.AssignRoleToAPIUserRequest.FromString,
|
|
189
206
|
response_serializer=meshtrade_dot_iam_dot_api__user_dot_v1_dot_api__user__pb2.APIUser.SerializeToString,
|
|
190
207
|
),
|
|
208
|
+
'RevokeRoleFromAPIUser': grpc.unary_unary_rpc_method_handler(
|
|
209
|
+
servicer.RevokeRoleFromAPIUser,
|
|
210
|
+
request_deserializer=meshtrade_dot_iam_dot_api__user_dot_v1_dot_service__pb2.RevokeRoleFromAPIUserRequest.FromString,
|
|
211
|
+
response_serializer=meshtrade_dot_iam_dot_api__user_dot_v1_dot_api__user__pb2.APIUser.SerializeToString,
|
|
212
|
+
),
|
|
191
213
|
'ListApiUsers': grpc.unary_unary_rpc_method_handler(
|
|
192
214
|
servicer.ListApiUsers,
|
|
193
215
|
request_deserializer=meshtrade_dot_iam_dot_api__user_dot_v1_dot_service__pb2.ListApiUsersRequest.FromString,
|
|
@@ -317,6 +339,33 @@ class ApiUserService(object):
|
|
|
317
339
|
metadata,
|
|
318
340
|
_registered_method=True)
|
|
319
341
|
|
|
342
|
+
@staticmethod
|
|
343
|
+
def RevokeRoleFromAPIUser(request,
|
|
344
|
+
target,
|
|
345
|
+
options=(),
|
|
346
|
+
channel_credentials=None,
|
|
347
|
+
call_credentials=None,
|
|
348
|
+
insecure=False,
|
|
349
|
+
compression=None,
|
|
350
|
+
wait_for_ready=None,
|
|
351
|
+
timeout=None,
|
|
352
|
+
metadata=None):
|
|
353
|
+
return grpc.experimental.unary_unary(
|
|
354
|
+
request,
|
|
355
|
+
target,
|
|
356
|
+
'/meshtrade.iam.api_user.v1.ApiUserService/RevokeRoleFromAPIUser',
|
|
357
|
+
meshtrade_dot_iam_dot_api__user_dot_v1_dot_service__pb2.RevokeRoleFromAPIUserRequest.SerializeToString,
|
|
358
|
+
meshtrade_dot_iam_dot_api__user_dot_v1_dot_api__user__pb2.APIUser.FromString,
|
|
359
|
+
options,
|
|
360
|
+
channel_credentials,
|
|
361
|
+
insecure,
|
|
362
|
+
call_credentials,
|
|
363
|
+
compression,
|
|
364
|
+
wait_for_ready,
|
|
365
|
+
timeout,
|
|
366
|
+
metadata,
|
|
367
|
+
_registered_method=True)
|
|
368
|
+
|
|
320
369
|
@staticmethod
|
|
321
370
|
def ListApiUsers(request,
|
|
322
371
|
target,
|
|
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.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/client_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/client_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/client_pb2_grpc.py
RENAMED
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/company_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/company_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/company_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/fund_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/fund_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/pep_status_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/pep_status_pb2.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/service_meshpy.py
RENAMED
|
File without changes
|
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/service_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/service_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/service_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/tax_residency_pb2.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/trust_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/trust_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/compliance/client/v1/trust_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/api_user/v1/api_credentials.py
RENAMED
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/api_user/v1/api_user_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/api_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
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/group/v1/service_options_meshpy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/iam/user/v1/service_options_meshpy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/ledger/transaction/v1/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/option/v1/method_type_pb2_grpc.py
RENAMED
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/reporting/account_report/v1/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/studio/instrument/v1/instrument_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/studio/instrument/v1/instrument_pb2.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/studio/instrument/v1/type_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/studio/instrument/v1/type_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/studio/instrument/v1/unit_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/studio/instrument/v1/unit_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/limit_order/v1/__init__.py
RENAMED
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/limit_order/v1/limit_order_pb2.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/limit_order/v1/service_meshpy.py
RENAMED
|
File without changes
|
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/limit_order/v1/service_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/limit_order/v1/service_pb2.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/market_order/v1/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/market_order/v1/service_meshpy.py
RENAMED
|
File without changes
|
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/market_order/v1/service_pb2.py
RENAMED
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/trading/market_order/v1/service_pb2.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/contact_details_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/type/v1/decimal_built_in_conversions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/wallet/account/v1/account_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/wallet/account/v1/account_pb2_grpc.py
RENAMED
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/wallet/account/v1/service_meshpy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/wallet/account/v1/service_pb2.pyi
RENAMED
|
File without changes
|
{meshtrade-1.12.0 → meshtrade-1.16.0}/python/src/meshtrade/wallet/account/v1/service_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|