meshtrade 1.7.0__tar.gz → 1.10.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.

Files changed (218) hide show
  1. {meshtrade-1.7.0 → meshtrade-1.10.0}/PKG-INFO +1 -1
  2. {meshtrade-1.7.0 → meshtrade-1.10.0}/pyproject.toml +1 -1
  3. meshtrade-1.10.0/python/src/meshtrade/compliance/client/v1/client_pb2.py +59 -0
  4. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/client_pb2.pyi +8 -3
  5. meshtrade-1.10.0/python/src/meshtrade/compliance/client/v1/company_pb2.py +66 -0
  6. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/company_pb2.pyi +1 -0
  7. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/company_representative_pb2.py +8 -3
  8. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/company_representative_pb2.pyi +1 -0
  9. meshtrade-1.10.0/python/src/meshtrade/compliance/client/v1/fund_pb2.py +47 -0
  10. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/fund_pb2.pyi +1 -0
  11. meshtrade-1.10.0/python/src/meshtrade/compliance/client/v1/natural_person_pb2.py +59 -0
  12. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/natural_person_pb2.pyi +1 -0
  13. meshtrade-1.10.0/python/src/meshtrade/compliance/client/v1/service_pb2.py +59 -0
  14. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/service_pb2.pyi +1 -0
  15. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/tax_residency_pb2.py +8 -3
  16. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/tax_residency_pb2.pyi +1 -0
  17. meshtrade-1.10.0/python/src/meshtrade/compliance/client/v1/trust_pb2.py +47 -0
  18. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/trust_pb2.pyi +1 -0
  19. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/api_user/v1/__init__.py +2 -0
  20. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/api_user/v1/api_user_pb2.py +7 -9
  21. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/api_user/v1/api_user_pb2.pyi +2 -4
  22. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/api_user/v1/service_meshpy.py +17 -0
  23. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/api_user/v1/service_pb2.py +23 -15
  24. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/api_user/v1/service_pb2.pyi +8 -0
  25. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/api_user/v1/service_pb2_grpc.py +48 -0
  26. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/group/v1/group_pb2.py +2 -4
  27. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/group/v1/group_pb2.pyi +2 -6
  28. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/role/v1/role_pb2.py +2 -2
  29. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/role/v1/role_pb2.pyi +18 -6
  30. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/user/v1/service_pb2.py +8 -8
  31. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/user/v1/user_pb2.py +2 -4
  32. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/user/v1/user_pb2.pyi +2 -4
  33. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/reporting/account_report/v1/income_entry_pb2.py +3 -3
  34. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/reporting/account_report/v1/income_entry_pb2.pyi +10 -2
  35. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/studio/instrument/v1/instrument_pb2.py +2 -4
  36. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/studio/instrument/v1/instrument_pb2.pyi +3 -6
  37. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/wallet/account/v1/account_pb2.py +8 -10
  38. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/wallet/account/v1/account_pb2.pyi +2 -4
  39. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade.egg-info/PKG-INFO +1 -1
  40. meshtrade-1.7.0/python/src/meshtrade/compliance/client/v1/client_pb2.py +0 -43
  41. meshtrade-1.7.0/python/src/meshtrade/compliance/client/v1/company_pb2.py +0 -49
  42. meshtrade-1.7.0/python/src/meshtrade/compliance/client/v1/fund_pb2.py +0 -38
  43. meshtrade-1.7.0/python/src/meshtrade/compliance/client/v1/natural_person_pb2.py +0 -44
  44. meshtrade-1.7.0/python/src/meshtrade/compliance/client/v1/service_pb2.py +0 -54
  45. meshtrade-1.7.0/python/src/meshtrade/compliance/client/v1/trust_pb2.py +0 -38
  46. {meshtrade-1.7.0 → meshtrade-1.10.0}/README.md +0 -0
  47. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/buf/validate/validate_pb2.py +0 -0
  48. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/buf/validate/validate_pb2.pyi +0 -0
  49. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/__init__.py +0 -0
  50. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/common/__init__.py +0 -0
  51. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/common/config.py +0 -0
  52. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/common/grpc_client.py +0 -0
  53. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/__init__.py +0 -0
  54. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/__init__.py +0 -0
  55. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/__init__.py +0 -0
  56. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/client_pb2_grpc.py +0 -0
  57. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/company_pb2_grpc.py +0 -0
  58. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/company_representative_pb2_grpc.py +0 -0
  59. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/company_representative_role_pb2.py +0 -0
  60. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/company_representative_role_pb2.pyi +0 -0
  61. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/company_representative_role_pb2_grpc.py +0 -0
  62. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/fund_pb2_grpc.py +0 -0
  63. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/identification_document_type_pb2.py +0 -0
  64. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/identification_document_type_pb2.pyi +0 -0
  65. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/identification_document_type_pb2_grpc.py +0 -0
  66. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/industry_classification_pb2.py +0 -0
  67. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/industry_classification_pb2.pyi +0 -0
  68. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/industry_classification_pb2_grpc.py +0 -0
  69. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/natural_person_connection_type_pb2.py +0 -0
  70. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/natural_person_connection_type_pb2.pyi +0 -0
  71. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/natural_person_connection_type_pb2_grpc.py +0 -0
  72. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/natural_person_pb2_grpc.py +0 -0
  73. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/pep_status_pb2.py +0 -0
  74. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/pep_status_pb2.pyi +0 -0
  75. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/pep_status_pb2_grpc.py +0 -0
  76. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/service_meshpy.py +0 -0
  77. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/service_options_meshpy.py +0 -0
  78. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/service_pb2_grpc.py +0 -0
  79. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2.py +0 -0
  80. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2.pyi +0 -0
  81. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2_grpc.py +0 -0
  82. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/tax_residency_pb2_grpc.py +0 -0
  83. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/trust_pb2_grpc.py +0 -0
  84. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/verification_status_pb2.py +0 -0
  85. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/verification_status_pb2.pyi +0 -0
  86. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/compliance/client/v1/verification_status_pb2_grpc.py +0 -0
  87. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/__init__.py +0 -0
  88. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/api_user/v1/api_credentials.py +0 -0
  89. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2.py +0 -0
  90. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2.pyi +0 -0
  91. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/api_user/v1/api_credentials_pb2_grpc.py +0 -0
  92. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/api_user/v1/api_user_pb2_grpc.py +0 -0
  93. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/api_user/v1/service.py +0 -0
  94. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/api_user/v1/service_options_meshpy.py +0 -0
  95. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/group/__init__.py +0 -0
  96. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/group/v1/__init__.py +0 -0
  97. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/group/v1/group_pb2_grpc.py +0 -0
  98. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/group/v1/service_meshpy.py +0 -0
  99. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/group/v1/service_options_meshpy.py +0 -0
  100. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/group/v1/service_pb2.py +0 -0
  101. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/group/v1/service_pb2.pyi +0 -0
  102. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/group/v1/service_pb2_grpc.py +0 -0
  103. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/role/v1/__init__.py +0 -0
  104. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/role/v1/role.py +0 -0
  105. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/role/v1/role_pb2_grpc.py +0 -0
  106. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/user/v1/__init__.py +0 -0
  107. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/user/v1/service_meshpy.py +0 -0
  108. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/user/v1/service_options_meshpy.py +0 -0
  109. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/user/v1/service_pb2.pyi +0 -0
  110. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/user/v1/service_pb2_grpc.py +0 -0
  111. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/iam/user/v1/user_pb2_grpc.py +0 -0
  112. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/ledger/__init__.py +0 -0
  113. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/ledger/transaction/__init__.py +0 -0
  114. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/ledger/transaction/v1/__init__.py +0 -0
  115. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/ledger/transaction/v1/transaction_action_pb2.py +0 -0
  116. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/ledger/transaction/v1/transaction_action_pb2.pyi +0 -0
  117. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/ledger/transaction/v1/transaction_action_pb2_grpc.py +0 -0
  118. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/ledger/transaction/v1/transaction_state_pb2.py +0 -0
  119. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/ledger/transaction/v1/transaction_state_pb2.pyi +0 -0
  120. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/ledger/transaction/v1/transaction_state_pb2_grpc.py +0 -0
  121. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/option/v1/__init__.py +0 -0
  122. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/option/v1/method_type_pb2.py +0 -0
  123. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/option/v1/method_type_pb2.pyi +0 -0
  124. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/option/v1/method_type_pb2_grpc.py +0 -0
  125. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/reporting/account_report/v1/__init__.py +0 -0
  126. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/reporting/account_report/v1/account_report_pb2.py +0 -0
  127. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/reporting/account_report/v1/account_report_pb2.pyi +0 -0
  128. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/reporting/account_report/v1/account_report_pb2_grpc.py +0 -0
  129. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/reporting/account_report/v1/disclaimer_pb2.py +0 -0
  130. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/reporting/account_report/v1/disclaimer_pb2.pyi +0 -0
  131. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/reporting/account_report/v1/disclaimer_pb2_grpc.py +0 -0
  132. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/reporting/account_report/v1/fee_entry_pb2.py +0 -0
  133. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/reporting/account_report/v1/fee_entry_pb2.pyi +0 -0
  134. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/reporting/account_report/v1/fee_entry_pb2_grpc.py +0 -0
  135. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/reporting/account_report/v1/income_entry_pb2_grpc.py +0 -0
  136. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/reporting/account_report/v1/service_meshpy.py +0 -0
  137. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/reporting/account_report/v1/service_options_meshpy.py +0 -0
  138. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/reporting/account_report/v1/service_pb2.py +0 -0
  139. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/reporting/account_report/v1/service_pb2.pyi +0 -0
  140. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/reporting/account_report/v1/service_pb2_grpc.py +0 -0
  141. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/reporting/account_report/v1/trading_statement_entry_pb2.py +0 -0
  142. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/reporting/account_report/v1/trading_statement_entry_pb2.pyi +0 -0
  143. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/reporting/account_report/v1/trading_statement_entry_pb2_grpc.py +0 -0
  144. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/studio/instrument/v1/__init__.py +0 -0
  145. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/studio/instrument/v1/instrument_pb2_grpc.py +0 -0
  146. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/studio/instrument/v1/type_pb2.py +0 -0
  147. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/studio/instrument/v1/type_pb2.pyi +0 -0
  148. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/studio/instrument/v1/type_pb2_grpc.py +0 -0
  149. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/studio/instrument/v1/unit_pb2.py +0 -0
  150. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/studio/instrument/v1/unit_pb2.pyi +0 -0
  151. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/studio/instrument/v1/unit_pb2_grpc.py +0 -0
  152. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/trading/__init__.py +0 -0
  153. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/trading/limit_order/__init__.py +0 -0
  154. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/trading/limit_order/v1/__init__.py +0 -0
  155. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/trading/limit_order/v1/limit_order_pb2.py +0 -0
  156. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/trading/limit_order/v1/limit_order_pb2.pyi +0 -0
  157. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/trading/limit_order/v1/limit_order_pb2_grpc.py +0 -0
  158. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/trading/limit_order/v1/service_meshpy.py +0 -0
  159. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/trading/limit_order/v1/service_options_meshpy.py +0 -0
  160. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/trading/limit_order/v1/service_pb2.py +0 -0
  161. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/trading/limit_order/v1/service_pb2.pyi +0 -0
  162. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/trading/limit_order/v1/service_pb2_grpc.py +0 -0
  163. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/trading/market_order/v1/__init__.py +0 -0
  164. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/trading/market_order/v1/market_order_pb2.py +0 -0
  165. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/trading/market_order/v1/market_order_pb2.pyi +0 -0
  166. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/trading/market_order/v1/market_order_pb2_grpc.py +0 -0
  167. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/trading/market_order/v1/service_meshpy.py +0 -0
  168. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/trading/market_order/v1/service_options_meshpy.py +0 -0
  169. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/trading/market_order/v1/service_pb2.py +0 -0
  170. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/trading/market_order/v1/service_pb2.pyi +0 -0
  171. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/trading/market_order/v1/service_pb2_grpc.py +0 -0
  172. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/__init__.py +0 -0
  173. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/__init__.py +0 -0
  174. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/address_pb2.py +0 -0
  175. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/address_pb2.pyi +0 -0
  176. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/address_pb2_grpc.py +0 -0
  177. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/amount.py +0 -0
  178. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/amount_pb2.py +0 -0
  179. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/amount_pb2.pyi +0 -0
  180. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/amount_pb2_grpc.py +0 -0
  181. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/contact_details_pb2.py +0 -0
  182. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/contact_details_pb2.pyi +0 -0
  183. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/contact_details_pb2_grpc.py +0 -0
  184. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/date.py +0 -0
  185. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/date_pb2.py +0 -0
  186. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/date_pb2.pyi +0 -0
  187. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/date_pb2_grpc.py +0 -0
  188. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/decimal_built_in_conversions.py +0 -0
  189. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/decimal_pb2.py +0 -0
  190. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/decimal_pb2.pyi +0 -0
  191. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/decimal_pb2_grpc.py +0 -0
  192. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/ledger.py +0 -0
  193. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/ledger_pb2.py +0 -0
  194. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/ledger_pb2.pyi +0 -0
  195. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/ledger_pb2_grpc.py +0 -0
  196. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/sorting_pb2.py +0 -0
  197. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/sorting_pb2.pyi +0 -0
  198. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/sorting_pb2_grpc.py +0 -0
  199. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/time_of_day.py +0 -0
  200. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/time_of_day_pb2.py +0 -0
  201. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/time_of_day_pb2.pyi +0 -0
  202. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/time_of_day_pb2_grpc.py +0 -0
  203. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/token_pb2.py +0 -0
  204. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/token_pb2.pyi +0 -0
  205. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/type/v1/token_pb2_grpc.py +0 -0
  206. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/wallet/__init__.py +0 -0
  207. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/wallet/account/v1/__init__.py +0 -0
  208. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/wallet/account/v1/account_pb2_grpc.py +0 -0
  209. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/wallet/account/v1/service_meshpy.py +0 -0
  210. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/wallet/account/v1/service_options_meshpy.py +0 -0
  211. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/wallet/account/v1/service_pb2.py +0 -0
  212. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/wallet/account/v1/service_pb2.pyi +0 -0
  213. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade/wallet/account/v1/service_pb2_grpc.py +0 -0
  214. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade.egg-info/SOURCES.txt +0 -0
  215. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade.egg-info/dependency_links.txt +0 -0
  216. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade.egg-info/requires.txt +0 -0
  217. {meshtrade-1.7.0 → meshtrade-1.10.0}/python/src/meshtrade.egg-info/top_level.txt +0 -0
  218. {meshtrade-1.7.0 → meshtrade-1.10.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshtrade
3
- Version: 1.7.0
3
+ Version: 1.10.0
4
4
  Summary: Integration SDK for Mesh API Services
5
5
  Author-email: Bernard Bussy <bernard@meshtrade.co>
6
6
  License: LicenseRef-My-Custom-License
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "meshtrade"
7
- version = "1.7.0"
7
+ version = "1.10.0"
8
8
  authors = [
9
9
  { name = "Bernard Bussy", email = "bernard@meshtrade.co" },
10
10
  ]
@@ -0,0 +1,59 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: meshtrade/compliance/client/v1/client.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/compliance/client/v1/client.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
26
+ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
27
+ from meshtrade.compliance.client.v1 import company_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_company__pb2
28
+ from meshtrade.iam.role.v1 import role_pb2 as meshtrade_dot_iam_dot_role_dot_v1_dot_role__pb2
29
+ from meshtrade.compliance.client.v1 import fund_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_fund__pb2
30
+ from meshtrade.compliance.client.v1 import natural_person_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_natural__person__pb2
31
+ from meshtrade.compliance.client.v1 import trust_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_trust__pb2
32
+ from meshtrade.compliance.client.v1 import verification_status_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_verification__status__pb2
33
+
34
+
35
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+meshtrade/compliance/client/v1/client.proto\x12\x1emeshtrade.compliance.client.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a,meshtrade/compliance/client/v1/company.proto\x1a meshtrade/iam/role/v1/role.proto\x1a)meshtrade/compliance/client/v1/fund.proto\x1a\x33meshtrade/compliance/client/v1/natural_person.proto\x1a*meshtrade/compliance/client/v1/trust.proto\x1a\x38meshtrade/compliance/client/v1/verification_status.proto\"\xe0\t\n\x06\x43lient\x12\xbe\x01\n\x04name\x18\x01 \x01(\tB\xa9\x01\xbaH\xa5\x01\xba\x01\xa1\x01\n\x14name.format.optional\x12\x34name must be empty or in the format clients/{ULIDv2}\x1aSsize(this) == 0 || this.matches(\'^clients/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}$\')R\x04name\x12R\n\x05owner\x18\x02 \x01(\tB<\xbaH9r42/^groups/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}$\x98\x01!\xc8\x01\x01R\x05owner\x12\x30\n\x0c\x64isplay_name\x18\x03 \x01(\tB\r\xbaH\nr\x05\x10\x01\x18\xff\x01\xc8\x01\x01R\x0b\x64isplayName\x12V\n\x0enatural_person\x18\x04 \x01(\x0b\x32-.meshtrade.compliance.client.v1.NaturalPersonH\x00R\rnaturalPerson\x12\x43\n\x07\x63ompany\x18\x05 \x01(\x0b\x32\'.meshtrade.compliance.client.v1.CompanyH\x00R\x07\x63ompany\x12:\n\x04\x66und\x18\x06 \x01(\x0b\x32$.meshtrade.compliance.client.v1.FundH\x00R\x04\x66und\x12=\n\x05trust\x18\x07 \x01(\x0b\x32%.meshtrade.compliance.client.v1.TrustH\x00R\x05trust\x12p\n\x13verification_status\x18\x08 \x01(\x0e\x32\x32.meshtrade.compliance.client.v1.VerificationStatusB\x0b\xbaH\x08\x82\x01\x02\x10\x01\xc8\x01\x01R\x12verificationStatus\x12\x85\x02\n\x16verification_authority\x18\t \x01(\tB\xcd\x01\xbaH\xc9\x01\xba\x01\xc5\x01\n&verification_authority.format.optional\x12\x46verification_authority must be empty or in the format clients/{ULIDv2}\x1aSsize(this) == 0 || this.matches(\'^clients/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}$\')R\x15verificationAuthority\x12G\n\x11verification_date\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x10verificationDate\x12P\n\x16next_verification_date\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x14nextVerificationDate\x12\x43\n\x05roles\x18\x0c \x03(\x0e\x32\x1b.meshtrade.iam.role.v1.RoleB\x10\xbaH\r\x92\x01\x07\"\x05\x82\x01\x02\x10\x01\xc8\x01\x01R\x05roles:\r\xb2\xb5\x18\t\n\x07\x83\x89z\xc1\x8d\xb7\x01\x42\x0e\n\x0clegal_personBc\n%co.meshtrade.api.compliance.client.v1Z:github.com/meshtrade/api/go/compliance/client/v1;client_v1b\x06proto3')
36
+
37
+ _globals = globals()
38
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
39
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.compliance.client.v1.client_pb2', _globals)
40
+ if not _descriptor._USE_C_DESCRIPTORS:
41
+ _globals['DESCRIPTOR']._loaded_options = None
42
+ _globals['DESCRIPTOR']._serialized_options = b'\n%co.meshtrade.api.compliance.client.v1Z:github.com/meshtrade/api/go/compliance/client/v1;client_v1'
43
+ _globals['_CLIENT'].fields_by_name['name']._loaded_options = None
44
+ _globals['_CLIENT'].fields_by_name['name']._serialized_options = b'\272H\245\001\272\001\241\001\n\024name.format.optional\0224name must be empty or in the format clients/{ULIDv2}\032Ssize(this) == 0 || this.matches(\'^clients/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}$\')'
45
+ _globals['_CLIENT'].fields_by_name['owner']._loaded_options = None
46
+ _globals['_CLIENT'].fields_by_name['owner']._serialized_options = b'\272H9r42/^groups/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}$\230\001!\310\001\001'
47
+ _globals['_CLIENT'].fields_by_name['display_name']._loaded_options = None
48
+ _globals['_CLIENT'].fields_by_name['display_name']._serialized_options = b'\272H\nr\005\020\001\030\377\001\310\001\001'
49
+ _globals['_CLIENT'].fields_by_name['verification_status']._loaded_options = None
50
+ _globals['_CLIENT'].fields_by_name['verification_status']._serialized_options = b'\272H\010\202\001\002\020\001\310\001\001'
51
+ _globals['_CLIENT'].fields_by_name['verification_authority']._loaded_options = None
52
+ _globals['_CLIENT'].fields_by_name['verification_authority']._serialized_options = b'\272H\311\001\272\001\305\001\n&verification_authority.format.optional\022Fverification_authority must be empty or in the format clients/{ULIDv2}\032Ssize(this) == 0 || this.matches(\'^clients/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}$\')'
53
+ _globals['_CLIENT'].fields_by_name['roles']._loaded_options = None
54
+ _globals['_CLIENT'].fields_by_name['roles']._serialized_options = b'\272H\r\222\001\007\"\005\202\001\002\020\001\310\001\001'
55
+ _globals['_CLIENT']._loaded_options = None
56
+ _globals['_CLIENT']._serialized_options = b'\262\265\030\t\n\007\203\211z\301\215\267\001'
57
+ _globals['_CLIENT']._serialized_start=420
58
+ _globals['_CLIENT']._serialized_end=1668
59
+ # @@protoc_insertion_point(module_scope)
@@ -1,20 +1,23 @@
1
1
  import datetime
2
2
 
3
+ from buf.validate import validate_pb2 as _validate_pb2
3
4
  from google.protobuf import timestamp_pb2 as _timestamp_pb2
4
5
  from meshtrade.compliance.client.v1 import company_pb2 as _company_pb2
6
+ from meshtrade.iam.role.v1 import role_pb2 as _role_pb2
5
7
  from meshtrade.compliance.client.v1 import fund_pb2 as _fund_pb2
6
8
  from meshtrade.compliance.client.v1 import natural_person_pb2 as _natural_person_pb2
7
9
  from meshtrade.compliance.client.v1 import trust_pb2 as _trust_pb2
8
10
  from meshtrade.compliance.client.v1 import verification_status_pb2 as _verification_status_pb2
11
+ from google.protobuf.internal import containers as _containers
9
12
  from google.protobuf import descriptor as _descriptor
10
13
  from google.protobuf import message as _message
11
- from collections.abc import Mapping as _Mapping
14
+ from collections.abc import Iterable as _Iterable, Mapping as _Mapping
12
15
  from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
13
16
 
14
17
  DESCRIPTOR: _descriptor.FileDescriptor
15
18
 
16
19
  class Client(_message.Message):
17
- __slots__ = ("name", "owner", "display_name", "natural_person", "company", "fund", "trust", "verification_status", "verification_authority", "verification_date", "next_verification_date")
20
+ __slots__ = ("name", "owner", "display_name", "natural_person", "company", "fund", "trust", "verification_status", "verification_authority", "verification_date", "next_verification_date", "roles")
18
21
  NAME_FIELD_NUMBER: _ClassVar[int]
19
22
  OWNER_FIELD_NUMBER: _ClassVar[int]
20
23
  DISPLAY_NAME_FIELD_NUMBER: _ClassVar[int]
@@ -26,6 +29,7 @@ class Client(_message.Message):
26
29
  VERIFICATION_AUTHORITY_FIELD_NUMBER: _ClassVar[int]
27
30
  VERIFICATION_DATE_FIELD_NUMBER: _ClassVar[int]
28
31
  NEXT_VERIFICATION_DATE_FIELD_NUMBER: _ClassVar[int]
32
+ ROLES_FIELD_NUMBER: _ClassVar[int]
29
33
  name: str
30
34
  owner: str
31
35
  display_name: str
@@ -37,4 +41,5 @@ class Client(_message.Message):
37
41
  verification_authority: str
38
42
  verification_date: _timestamp_pb2.Timestamp
39
43
  next_verification_date: _timestamp_pb2.Timestamp
40
- def __init__(self, name: _Optional[str] = ..., owner: _Optional[str] = ..., display_name: _Optional[str] = ..., natural_person: _Optional[_Union[_natural_person_pb2.NaturalPerson, _Mapping]] = ..., company: _Optional[_Union[_company_pb2.Company, _Mapping]] = ..., fund: _Optional[_Union[_fund_pb2.Fund, _Mapping]] = ..., trust: _Optional[_Union[_trust_pb2.Trust, _Mapping]] = ..., verification_status: _Optional[_Union[_verification_status_pb2.VerificationStatus, str]] = ..., verification_authority: _Optional[str] = ..., verification_date: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., next_verification_date: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ...) -> None: ...
44
+ roles: _containers.RepeatedScalarFieldContainer[_role_pb2.Role]
45
+ def __init__(self, name: _Optional[str] = ..., owner: _Optional[str] = ..., display_name: _Optional[str] = ..., natural_person: _Optional[_Union[_natural_person_pb2.NaturalPerson, _Mapping]] = ..., company: _Optional[_Union[_company_pb2.Company, _Mapping]] = ..., fund: _Optional[_Union[_fund_pb2.Fund, _Mapping]] = ..., trust: _Optional[_Union[_trust_pb2.Trust, _Mapping]] = ..., verification_status: _Optional[_Union[_verification_status_pb2.VerificationStatus, str]] = ..., verification_authority: _Optional[str] = ..., verification_date: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., next_verification_date: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., roles: _Optional[_Iterable[_Union[_role_pb2.Role, str]]] = ...) -> None: ...
@@ -0,0 +1,66 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: meshtrade/compliance/client/v1/company.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/compliance/client/v1/company.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
26
+ from google.type import date_pb2 as google_dot_type_dot_date__pb2
27
+ from meshtrade.compliance.client.v1 import company_representative_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_company__representative__pb2
28
+ from meshtrade.compliance.client.v1 import fund_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_fund__pb2
29
+ from meshtrade.compliance.client.v1 import industry_classification_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_industry__classification__pb2
30
+ from meshtrade.compliance.client.v1 import natural_person_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_natural__person__pb2
31
+ from meshtrade.compliance.client.v1 import trust_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_trust__pb2
32
+ from meshtrade.type.v1 import address_pb2 as meshtrade_dot_type_dot_v1_dot_address__pb2
33
+ from meshtrade.type.v1 import decimal_pb2 as meshtrade_dot_type_dot_v1_dot_decimal__pb2
34
+
35
+
36
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,meshtrade/compliance/client/v1/company.proto\x12\x1emeshtrade.compliance.client.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x16google/type/date.proto\x1a;meshtrade/compliance/client/v1/company_representative.proto\x1a)meshtrade/compliance/client/v1/fund.proto\x1a<meshtrade/compliance/client/v1/industry_classification.proto\x1a\x33meshtrade/compliance/client/v1/natural_person.proto\x1a*meshtrade/compliance/client/v1/trust.proto\x1a\x1fmeshtrade/type/v1/address.proto\x1a\x1fmeshtrade/type/v1/decimal.proto\"\xc7\t\n\x07\x43ompany\x12\x31\n\x0fregistered_name\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\x18\xff\x01R\x0eregisteredName\x12\x38\n\x13registration_number\x18\x03 \x01(\tB\x07\xbaH\x04r\x02\x18\x64R\x12registrationNumber\x12.\n\x0etax_identifier\x18\x04 \x01(\tB\x07\xbaH\x04r\x02\x18\x32R\rtaxIdentifier\x12\xe3\x01\n\x18\x63ountry_of_incorporation\x18\x05 \x01(\tB\xa8\x01\xbaH\xa4\x01\xba\x01\xa0\x01\n\x1c\x63ountry_code.format.optional\x12Qcountry_of_incorporation must be empty or a valid ISO 3166-1 alpha-2 country code\x1a-size(this) == 0 || this.matches(\'^[A-Z]{2}$\')R\x16\x63ountryOfIncorporation\x12\x45\n\x15\x64\x61te_of_incorporation\x18\x06 \x01(\x0b\x32\x11.google.type.DateR\x13\x64\x61teOfIncorporation\x12I\n\x12registered_address\x18\x07 \x01(\x0b\x32\x1a.meshtrade.type.v1.AddressR\x11registeredAddress\x12X\n\x1aprincipal_physical_address\x18\x08 \x01(\x0b\x32\x1a.meshtrade.type.v1.AddressR\x18principalPhysicalAddress\x12\x41\n\x0epostal_address\x18\t \x01(\x0b\x32\x1a.meshtrade.type.v1.AddressR\rpostalAddress\x12J\n\x13head_office_address\x18\n \x01(\x0b\x32\x1a.meshtrade.type.v1.AddressR\x11headOfficeAddress\x12n\n\x17\x63ompany_representatives\x18\x0b \x03(\x0b\x32\x35.meshtrade.compliance.client.v1.CompanyRepresentativeR\x16\x63ompanyRepresentatives\x12l\n\x17\x63onnected_legal_persons\x18\x0c \x03(\x0b\x32\x34.meshtrade.compliance.client.v1.ConnectedLegalPersonR\x15\x63onnectedLegalPersons\x12o\n\x17industry_classification\x18\r \x01(\x0b\x32\x36.meshtrade.compliance.client.v1.IndustryClassificationR\x16industryClassification\x12\x39\n\x14listed_exchange_code\x18\x0e \x01(\tB\x07\xbaH\x04r\x02\x18\x14R\x12listedExchangeCode\x12\x34\n\x11listing_reference\x18\x0f \x01(\tB\x07\xbaH\x04r\x02\x18\x14R\x10listingReference\"\x99\x05\n\x14\x43onnectedLegalPerson\x12V\n\x0enatural_person\x18\x01 \x01(\x0b\x32-.meshtrade.compliance.client.v1.NaturalPersonH\x00R\rnaturalPerson\x12\x43\n\x07\x63ompany\x18\x02 \x01(\x0b\x32\'.meshtrade.compliance.client.v1.CompanyH\x00R\x07\x63ompany\x12:\n\x04\x66und\x18\x03 \x01(\x0b\x32$.meshtrade.compliance.client.v1.FundH\x00R\x04\x66und\x12=\n\x05trust\x18\x04 \x01(\x0b\x32%.meshtrade.compliance.client.v1.TrustH\x00R\x05trust\x12s\n\x10\x63onnection_types\x18\x05 \x03(\x0e\x32\x39.meshtrade.compliance.client.v1.LegalPersonConnectionTypeB\r\xbaH\n\x92\x01\x07\"\x05\x82\x01\x02\x10\x01R\x0f\x63onnectionTypes\x12M\n\x14ownership_percentage\x18\x06 \x01(\x0b\x32\x1a.meshtrade.type.v1.DecimalR\x13ownershipPercentage\x12T\n\x18voting_rights_percentage\x18\x07 \x01(\x0b\x32\x1a.meshtrade.type.v1.DecimalR\x16votingRightsPercentage\x12?\n\x16\x63onnection_description\x18\x08 \x01(\tB\x08\xbaH\x05r\x03\x18\xf4\x03R\x15\x63onnectionDescriptionB\x0e\n\x0clegal_person*\xe3\x02\n\x19LegalPersonConnectionType\x12,\n(LEGAL_PERSON_CONNECTION_TYPE_UNSPECIFIED\x10\x00\x12,\n(LEGAL_PERSON_CONNECTION_TYPE_SHAREHOLDER\x10\x01\x12/\n+LEGAL_PERSON_CONNECTION_TYPE_PARENT_COMPANY\x10\x02\x12\x33\n/LEGAL_PERSON_CONNECTION_TYPE_CORPORATE_DIRECTOR\x10\x03\x12&\n\"LEGAL_PERSON_CONNECTION_TYPE_TRUST\x10\x04\x12\x30\n,LEGAL_PERSON_CONNECTION_TYPE_GENERAL_PARTNER\x10\x05\x12*\n&LEGAL_PERSON_CONNECTION_TYPE_GUARANTOR\x10\x06\x42\x63\n%co.meshtrade.api.compliance.client.v1Z:github.com/meshtrade/api/go/compliance/client/v1;client_v1b\x06proto3')
37
+
38
+ _globals = globals()
39
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
40
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.compliance.client.v1.company_pb2', _globals)
41
+ if not _descriptor._USE_C_DESCRIPTORS:
42
+ _globals['DESCRIPTOR']._loaded_options = None
43
+ _globals['DESCRIPTOR']._serialized_options = b'\n%co.meshtrade.api.compliance.client.v1Z:github.com/meshtrade/api/go/compliance/client/v1;client_v1'
44
+ _globals['_COMPANY'].fields_by_name['registered_name']._loaded_options = None
45
+ _globals['_COMPANY'].fields_by_name['registered_name']._serialized_options = b'\272H\005r\003\030\377\001'
46
+ _globals['_COMPANY'].fields_by_name['registration_number']._loaded_options = None
47
+ _globals['_COMPANY'].fields_by_name['registration_number']._serialized_options = b'\272H\004r\002\030d'
48
+ _globals['_COMPANY'].fields_by_name['tax_identifier']._loaded_options = None
49
+ _globals['_COMPANY'].fields_by_name['tax_identifier']._serialized_options = b'\272H\004r\002\0302'
50
+ _globals['_COMPANY'].fields_by_name['country_of_incorporation']._loaded_options = None
51
+ _globals['_COMPANY'].fields_by_name['country_of_incorporation']._serialized_options = b'\272H\244\001\272\001\240\001\n\034country_code.format.optional\022Qcountry_of_incorporation must be empty or a valid ISO 3166-1 alpha-2 country code\032-size(this) == 0 || this.matches(\'^[A-Z]{2}$\')'
52
+ _globals['_COMPANY'].fields_by_name['listed_exchange_code']._loaded_options = None
53
+ _globals['_COMPANY'].fields_by_name['listed_exchange_code']._serialized_options = b'\272H\004r\002\030\024'
54
+ _globals['_COMPANY'].fields_by_name['listing_reference']._loaded_options = None
55
+ _globals['_COMPANY'].fields_by_name['listing_reference']._serialized_options = b'\272H\004r\002\030\024'
56
+ _globals['_CONNECTEDLEGALPERSON'].fields_by_name['connection_types']._loaded_options = None
57
+ _globals['_CONNECTEDLEGALPERSON'].fields_by_name['connection_types']._serialized_options = b'\272H\n\222\001\007\"\005\202\001\002\020\001'
58
+ _globals['_CONNECTEDLEGALPERSON'].fields_by_name['connection_description']._loaded_options = None
59
+ _globals['_CONNECTEDLEGALPERSON'].fields_by_name['connection_description']._serialized_options = b'\272H\005r\003\030\364\003'
60
+ _globals['_LEGALPERSONCONNECTIONTYPE']._serialized_start=2357
61
+ _globals['_LEGALPERSONCONNECTIONTYPE']._serialized_end=2712
62
+ _globals['_COMPANY']._serialized_start=463
63
+ _globals['_COMPANY']._serialized_end=1686
64
+ _globals['_CONNECTEDLEGALPERSON']._serialized_start=1689
65
+ _globals['_CONNECTEDLEGALPERSON']._serialized_end=2354
66
+ # @@protoc_insertion_point(module_scope)
@@ -1,3 +1,4 @@
1
+ from buf.validate import validate_pb2 as _validate_pb2
1
2
  from google.type import date_pb2 as _date_pb2
2
3
  from meshtrade.compliance.client.v1 import company_representative_pb2 as _company_representative_pb2
3
4
  from meshtrade.compliance.client.v1 import fund_pb2 as _fund_pb2
@@ -22,6 +22,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
22
22
  _sym_db = _symbol_database.Default()
23
23
 
24
24
 
25
+ from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
25
26
  from google.type import date_pb2 as google_dot_type_dot_date__pb2
26
27
  from meshtrade.compliance.client.v1 import company_representative_role_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_company__representative__role__pb2
27
28
  from meshtrade.compliance.client.v1 import natural_person_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_natural__person__pb2
@@ -29,7 +30,7 @@ from meshtrade.type.v1 import contact_details_pb2 as meshtrade_dot_type_dot_v1_d
29
30
  from meshtrade.type.v1 import decimal_pb2 as meshtrade_dot_type_dot_v1_dot_decimal__pb2
30
31
 
31
32
 
32
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n;meshtrade/compliance/client/v1/company_representative.proto\x12\x1emeshtrade.compliance.client.v1\x1a\x16google/type/date.proto\x1a@meshtrade/compliance/client/v1/company_representative_role.proto\x1a\x33meshtrade/compliance/client/v1/natural_person.proto\x1a\'meshtrade/type/v1/contact_details.proto\x1a\x1fmeshtrade/type/v1/decimal.proto\"\xcf\x03\n\x15\x43ompanyRepresentative\x12T\n\x0enatural_person\x18\x01 \x01(\x0b\x32-.meshtrade.compliance.client.v1.NaturalPersonR\rnaturalPerson\x12M\n\x04role\x18\x02 \x01(\x0e\x32\x39.meshtrade.compliance.client.v1.CompanyRepresentativeRoleR\x04role\x12\x1a\n\x08position\x18\x03 \x01(\tR\x08position\x12M\n\x14ownership_percentage\x18\x04 \x01(\x0b\x32\x1a.meshtrade.type.v1.DecimalR\x13ownershipPercentage\x12\x63\n\x1cprofessional_contact_details\x18\x05 \x01(\x0b\x32!.meshtrade.type.v1.ContactDetailsR\x1aprofessionalContactDetails\x12\x41\n\x13\x64\x61te_of_appointment\x18\x06 \x01(\x0b\x32\x11.google.type.DateR\x11\x64\x61teOfAppointmentBc\n%co.meshtrade.api.compliance.client.v1Z:github.com/meshtrade/api/go/compliance/client/v1;client_v1b\x06proto3')
33
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n;meshtrade/compliance/client/v1/company_representative.proto\x12\x1emeshtrade.compliance.client.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x16google/type/date.proto\x1a@meshtrade/compliance/client/v1/company_representative_role.proto\x1a\x33meshtrade/compliance/client/v1/natural_person.proto\x1a\'meshtrade/type/v1/contact_details.proto\x1a\x1fmeshtrade/type/v1/decimal.proto\"\xe3\x03\n\x15\x43ompanyRepresentative\x12T\n\x0enatural_person\x18\x01 \x01(\x0b\x32-.meshtrade.compliance.client.v1.NaturalPersonR\rnaturalPerson\x12W\n\x04role\x18\x02 \x01(\x0e\x32\x39.meshtrade.compliance.client.v1.CompanyRepresentativeRoleB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x04role\x12$\n\x08position\x18\x03 \x01(\tB\x08\xbaH\x05r\x03\x18\xf4\x03R\x08position\x12M\n\x14ownership_percentage\x18\x04 \x01(\x0b\x32\x1a.meshtrade.type.v1.DecimalR\x13ownershipPercentage\x12\x63\n\x1cprofessional_contact_details\x18\x05 \x01(\x0b\x32!.meshtrade.type.v1.ContactDetailsR\x1aprofessionalContactDetails\x12\x41\n\x13\x64\x61te_of_appointment\x18\x06 \x01(\x0b\x32\x11.google.type.DateR\x11\x64\x61teOfAppointmentBc\n%co.meshtrade.api.compliance.client.v1Z:github.com/meshtrade/api/go/compliance/client/v1;client_v1b\x06proto3')
33
34
 
34
35
  _globals = globals()
35
36
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -37,6 +38,10 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.compliance.client
37
38
  if not _descriptor._USE_C_DESCRIPTORS:
38
39
  _globals['DESCRIPTOR']._loaded_options = None
39
40
  _globals['DESCRIPTOR']._serialized_options = b'\n%co.meshtrade.api.compliance.client.v1Z:github.com/meshtrade/api/go/compliance/client/v1;client_v1'
40
- _globals['_COMPANYREPRESENTATIVE']._serialized_start=313
41
- _globals['_COMPANYREPRESENTATIVE']._serialized_end=776
41
+ _globals['_COMPANYREPRESENTATIVE'].fields_by_name['role']._loaded_options = None
42
+ _globals['_COMPANYREPRESENTATIVE'].fields_by_name['role']._serialized_options = b'\272H\005\202\001\002\020\001'
43
+ _globals['_COMPANYREPRESENTATIVE'].fields_by_name['position']._loaded_options = None
44
+ _globals['_COMPANYREPRESENTATIVE'].fields_by_name['position']._serialized_options = b'\272H\005r\003\030\364\003'
45
+ _globals['_COMPANYREPRESENTATIVE']._serialized_start=342
46
+ _globals['_COMPANYREPRESENTATIVE']._serialized_end=825
42
47
  # @@protoc_insertion_point(module_scope)
@@ -1,3 +1,4 @@
1
+ from buf.validate import validate_pb2 as _validate_pb2
1
2
  from google.type import date_pb2 as _date_pb2
2
3
  from meshtrade.compliance.client.v1 import company_representative_role_pb2 as _company_representative_role_pb2
3
4
  from meshtrade.compliance.client.v1 import natural_person_pb2 as _natural_person_pb2
@@ -0,0 +1,47 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: meshtrade/compliance/client/v1/fund.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/compliance/client/v1/fund.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
26
+ from google.type import date_pb2 as google_dot_type_dot_date__pb2
27
+
28
+
29
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)meshtrade/compliance/client/v1/fund.proto\x12\x1emeshtrade.compliance.client.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x16google/type/date.proto\"\xb9\x03\n\x04\x46und\x12\x31\n\x0fregistered_name\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\x18\xff\x01R\x0eregisteredName\x12\x38\n\x13registration_number\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x18\x64R\x12registrationNumber\x12.\n\x0etax_identifier\x18\x03 \x01(\tB\x07\xbaH\x04r\x02\x18\x32R\rtaxIdentifier\x12\xd4\x01\n\x13\x63ountry_of_domicile\x18\x04 \x01(\tB\xa3\x01\xbaH\x9f\x01\xba\x01\x9b\x01\n\x1c\x63ountry_code.format.optional\x12Lcountry_of_domicile must be empty or a valid ISO 3166-1 alpha-2 country code\x1a-size(this) == 0 || this.matches(\'^[A-Z]{2}$\')R\x11\x63ountryOfDomicile\x12=\n\x11\x64\x61te_of_inception\x18\x05 \x01(\x0b\x32\x11.google.type.DateR\x0f\x64\x61teOfInceptionBc\n%co.meshtrade.api.compliance.client.v1Z:github.com/meshtrade/api/go/compliance/client/v1;client_v1b\x06proto3')
30
+
31
+ _globals = globals()
32
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
33
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.compliance.client.v1.fund_pb2', _globals)
34
+ if not _descriptor._USE_C_DESCRIPTORS:
35
+ _globals['DESCRIPTOR']._loaded_options = None
36
+ _globals['DESCRIPTOR']._serialized_options = b'\n%co.meshtrade.api.compliance.client.v1Z:github.com/meshtrade/api/go/compliance/client/v1;client_v1'
37
+ _globals['_FUND'].fields_by_name['registered_name']._loaded_options = None
38
+ _globals['_FUND'].fields_by_name['registered_name']._serialized_options = b'\272H\005r\003\030\377\001'
39
+ _globals['_FUND'].fields_by_name['registration_number']._loaded_options = None
40
+ _globals['_FUND'].fields_by_name['registration_number']._serialized_options = b'\272H\004r\002\030d'
41
+ _globals['_FUND'].fields_by_name['tax_identifier']._loaded_options = None
42
+ _globals['_FUND'].fields_by_name['tax_identifier']._serialized_options = b'\272H\004r\002\0302'
43
+ _globals['_FUND'].fields_by_name['country_of_domicile']._loaded_options = None
44
+ _globals['_FUND'].fields_by_name['country_of_domicile']._serialized_options = b'\272H\237\001\272\001\233\001\n\034country_code.format.optional\022Lcountry_of_domicile must be empty or a valid ISO 3166-1 alpha-2 country code\032-size(this) == 0 || this.matches(\'^[A-Z]{2}$\')'
45
+ _globals['_FUND']._serialized_start=131
46
+ _globals['_FUND']._serialized_end=572
47
+ # @@protoc_insertion_point(module_scope)
@@ -1,3 +1,4 @@
1
+ from buf.validate import validate_pb2 as _validate_pb2
1
2
  from google.type import date_pb2 as _date_pb2
2
3
  from google.protobuf import descriptor as _descriptor
3
4
  from google.protobuf import message as _message
@@ -0,0 +1,59 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: meshtrade/compliance/client/v1/natural_person.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/compliance/client/v1/natural_person.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
26
+ from google.type import date_pb2 as google_dot_type_dot_date__pb2
27
+ from meshtrade.compliance.client.v1 import identification_document_type_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_identification__document__type__pb2
28
+ from meshtrade.compliance.client.v1 import pep_status_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_pep__status__pb2
29
+ from meshtrade.compliance.client.v1 import source_of_income_and_wealth_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_source__of__income__and__wealth__pb2
30
+ from meshtrade.compliance.client.v1 import tax_residency_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_tax__residency__pb2
31
+ from meshtrade.type.v1 import address_pb2 as meshtrade_dot_type_dot_v1_dot_address__pb2
32
+ from meshtrade.type.v1 import contact_details_pb2 as meshtrade_dot_type_dot_v1_dot_contact__details__pb2
33
+
34
+
35
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3meshtrade/compliance/client/v1/natural_person.proto\x12\x1emeshtrade.compliance.client.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x16google/type/date.proto\x1a\x41meshtrade/compliance/client/v1/identification_document_type.proto\x1a/meshtrade/compliance/client/v1/pep_status.proto\x1a@meshtrade/compliance/client/v1/source_of_income_and_wealth.proto\x1a\x32meshtrade/compliance/client/v1/tax_residency.proto\x1a\x1fmeshtrade/type/v1/address.proto\x1a\'meshtrade/type/v1/contact_details.proto\"\xdf\t\n\rNaturalPerson\x12%\n\tfull_name\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\x18\xff\x01R\x08\x66ullName\x12\x35\n\rdate_of_birth\x18\x02 \x01(\x0b\x32\x11.google.type.DateR\x0b\x64\x61teOfBirth\x12\xdd\x01\n\x16\x63ountry_of_citizenship\x18\x03 \x01(\tB\xa6\x01\xbaH\xa2\x01\xba\x01\x9e\x01\n\x1c\x63ountry_code.format.optional\x12Ocountry_of_citizenship must be empty or a valid ISO 3166-1 alpha-2 country code\x1a-size(this) == 0 || this.matches(\'^[A-Z]{2}$\')R\x14\x63ountryOfCitizenship\x12<\n\x15identification_number\x18\x04 \x01(\tB\x07\xbaH\x04r\x02\x18\x64R\x14identificationNumber\x12\x86\x01\n\x1cidentification_document_type\x18\x05 \x01(\x0e\x32:.meshtrade.compliance.client.v1.IdentificationDocumentTypeB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x1aidentificationDocumentType\x12`\n#identification_document_expiry_date\x18\x06 \x01(\x0b\x32\x11.google.type.DateR identificationDocumentExpiryDate\x12\x45\n\x10physical_address\x18\x07 \x01(\x0b\x32\x1a.meshtrade.type.v1.AddressR\x0fphysicalAddress\x12\x41\n\x0epostal_address\x18\x08 \x01(\x0b\x32\x1a.meshtrade.type.v1.AddressR\rpostalAddress\x12R\n\npep_status\x18\t \x01(\x0e\x32).meshtrade.compliance.client.v1.PepStatusB\x08\xbaH\x05\x82\x01\x02\x10\x01R\tpepStatus\x12J\n\x0f\x63ontact_details\x18\n \x01(\x0b\x32!.meshtrade.type.v1.ContactDetailsR\x0e\x63ontactDetails\x12r\n\x11sources_of_income\x18\x0b \x03(\x0e\x32\x37.meshtrade.compliance.client.v1.SourceOfIncomeAndWealthB\r\xbaH\n\x92\x01\x07\"\x05\x82\x01\x02\x10\x01R\x0fsourcesOfIncome\x12r\n\x11sources_of_wealth\x18\x0c \x03(\x0e\x32\x37.meshtrade.compliance.client.v1.SourceOfIncomeAndWealthB\r\xbaH\n\x92\x01\x07\"\x05\x82\x01\x02\x10\x01R\x0fsourcesOfWealth\x12U\n\x0ftax_residencies\x18\r \x03(\x0b\x32,.meshtrade.compliance.client.v1.TaxResidencyR\x0etaxResidenciesBc\n%co.meshtrade.api.compliance.client.v1Z:github.com/meshtrade/api/go/compliance/client/v1;client_v1b\x06proto3')
36
+
37
+ _globals = globals()
38
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
39
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.compliance.client.v1.natural_person_pb2', _globals)
40
+ if not _descriptor._USE_C_DESCRIPTORS:
41
+ _globals['DESCRIPTOR']._loaded_options = None
42
+ _globals['DESCRIPTOR']._serialized_options = b'\n%co.meshtrade.api.compliance.client.v1Z:github.com/meshtrade/api/go/compliance/client/v1;client_v1'
43
+ _globals['_NATURALPERSON'].fields_by_name['full_name']._loaded_options = None
44
+ _globals['_NATURALPERSON'].fields_by_name['full_name']._serialized_options = b'\272H\005r\003\030\377\001'
45
+ _globals['_NATURALPERSON'].fields_by_name['country_of_citizenship']._loaded_options = None
46
+ _globals['_NATURALPERSON'].fields_by_name['country_of_citizenship']._serialized_options = b'\272H\242\001\272\001\236\001\n\034country_code.format.optional\022Ocountry_of_citizenship must be empty or a valid ISO 3166-1 alpha-2 country code\032-size(this) == 0 || this.matches(\'^[A-Z]{2}$\')'
47
+ _globals['_NATURALPERSON'].fields_by_name['identification_number']._loaded_options = None
48
+ _globals['_NATURALPERSON'].fields_by_name['identification_number']._serialized_options = b'\272H\004r\002\030d'
49
+ _globals['_NATURALPERSON'].fields_by_name['identification_document_type']._loaded_options = None
50
+ _globals['_NATURALPERSON'].fields_by_name['identification_document_type']._serialized_options = b'\272H\005\202\001\002\020\001'
51
+ _globals['_NATURALPERSON'].fields_by_name['pep_status']._loaded_options = None
52
+ _globals['_NATURALPERSON'].fields_by_name['pep_status']._serialized_options = b'\272H\005\202\001\002\020\001'
53
+ _globals['_NATURALPERSON'].fields_by_name['sources_of_income']._loaded_options = None
54
+ _globals['_NATURALPERSON'].fields_by_name['sources_of_income']._serialized_options = b'\272H\n\222\001\007\"\005\202\001\002\020\001'
55
+ _globals['_NATURALPERSON'].fields_by_name['sources_of_wealth']._loaded_options = None
56
+ _globals['_NATURALPERSON'].fields_by_name['sources_of_wealth']._serialized_options = b'\272H\n\222\001\007\"\005\202\001\002\020\001'
57
+ _globals['_NATURALPERSON']._serialized_start=449
58
+ _globals['_NATURALPERSON']._serialized_end=1696
59
+ # @@protoc_insertion_point(module_scope)
@@ -1,3 +1,4 @@
1
+ from buf.validate import validate_pb2 as _validate_pb2
1
2
  from google.type import date_pb2 as _date_pb2
2
3
  from meshtrade.compliance.client.v1 import identification_document_type_pb2 as _identification_document_type_pb2
3
4
  from meshtrade.compliance.client.v1 import pep_status_pb2 as _pep_status_pb2
@@ -0,0 +1,59 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: meshtrade/compliance/client/v1/service.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/compliance/client/v1/service.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
26
+ from meshtrade.compliance.client.v1 import client_pb2 as meshtrade_dot_compliance_dot_client_dot_v1_dot_client__pb2
27
+ from meshtrade.iam.role.v1 import role_pb2 as meshtrade_dot_iam_dot_role_dot_v1_dot_role__pb2
28
+ from meshtrade.option.v1 import method_type_pb2 as meshtrade_dot_option_dot_v1_dot_method__type__pb2
29
+
30
+
31
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,meshtrade/compliance/client/v1/service.proto\x12\x1emeshtrade.compliance.client.v1\x1a\x1b\x62uf/validate/validate.proto\x1a+meshtrade/compliance/client/v1/client.proto\x1a meshtrade/iam/role/v1/role.proto\x1a%meshtrade/option/v1/method_type.proto\"e\n\x10GetClientRequest\x12Q\n\x04name\x18\x01 \x01(\tB=\xbaH:r520^clients/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}$\x98\x01!\xc8\x01\x01R\x04name\"]\n\x13\x43reateClientRequest\x12\x46\n\x06\x63lient\x18\x01 \x01(\x0b\x32&.meshtrade.compliance.client.v1.ClientB\x06\xbaH\x03\xc8\x01\x01R\x06\x63lient\"\x14\n\x12ListClientsRequest\"W\n\x13ListClientsResponse\x12@\n\x07\x63lients\x18\x01 \x03(\x0b\x32&.meshtrade.compliance.client.v1.ClientR\x07\x63lients2\x9e\x03\n\rClientService\x12}\n\x0c\x43reateClient\x12\x33.meshtrade.compliance.client.v1.CreateClientRequest\x1a&.meshtrade.compliance.client.v1.Client\"\x10\xa0\xb5\x18\x02\xaa\xb5\x18\x08\n\x06\x80\x89z\x82\x89z\x12}\n\tGetClient\x12\x30.meshtrade.compliance.client.v1.GetClientRequest\x1a&.meshtrade.compliance.client.v1.Client\"\x16\xa0\xb5\x18\x01\xaa\xb5\x18\x0e\n\x0c\x80\x89z\x81\x89z\x82\x89z\x83\x89z\x12\x8e\x01\n\x0bListClients\x12\x32.meshtrade.compliance.client.v1.ListClientsRequest\x1a\x33.meshtrade.compliance.client.v1.ListClientsResponse\"\x16\xa0\xb5\x18\x01\xaa\xb5\x18\x0e\n\x0c\x80\x89z\x81\x89z\x82\x89z\x83\x89zBc\n%co.meshtrade.api.compliance.client.v1Z:github.com/meshtrade/api/go/compliance/client/v1;client_v1b\x06proto3')
32
+
33
+ _globals = globals()
34
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
35
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.compliance.client.v1.service_pb2', _globals)
36
+ if not _descriptor._USE_C_DESCRIPTORS:
37
+ _globals['DESCRIPTOR']._loaded_options = None
38
+ _globals['DESCRIPTOR']._serialized_options = b'\n%co.meshtrade.api.compliance.client.v1Z:github.com/meshtrade/api/go/compliance/client/v1;client_v1'
39
+ _globals['_GETCLIENTREQUEST'].fields_by_name['name']._loaded_options = None
40
+ _globals['_GETCLIENTREQUEST'].fields_by_name['name']._serialized_options = b'\272H:r520^clients/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}$\230\001!\310\001\001'
41
+ _globals['_CREATECLIENTREQUEST'].fields_by_name['client']._loaded_options = None
42
+ _globals['_CREATECLIENTREQUEST'].fields_by_name['client']._serialized_options = b'\272H\003\310\001\001'
43
+ _globals['_CLIENTSERVICE'].methods_by_name['CreateClient']._loaded_options = None
44
+ _globals['_CLIENTSERVICE'].methods_by_name['CreateClient']._serialized_options = b'\240\265\030\002\252\265\030\010\n\006\200\211z\202\211z'
45
+ _globals['_CLIENTSERVICE'].methods_by_name['GetClient']._loaded_options = None
46
+ _globals['_CLIENTSERVICE'].methods_by_name['GetClient']._serialized_options = b'\240\265\030\001\252\265\030\016\n\014\200\211z\201\211z\202\211z\203\211z'
47
+ _globals['_CLIENTSERVICE'].methods_by_name['ListClients']._loaded_options = None
48
+ _globals['_CLIENTSERVICE'].methods_by_name['ListClients']._serialized_options = b'\240\265\030\001\252\265\030\016\n\014\200\211z\201\211z\202\211z\203\211z'
49
+ _globals['_GETCLIENTREQUEST']._serialized_start=227
50
+ _globals['_GETCLIENTREQUEST']._serialized_end=328
51
+ _globals['_CREATECLIENTREQUEST']._serialized_start=330
52
+ _globals['_CREATECLIENTREQUEST']._serialized_end=423
53
+ _globals['_LISTCLIENTSREQUEST']._serialized_start=425
54
+ _globals['_LISTCLIENTSREQUEST']._serialized_end=445
55
+ _globals['_LISTCLIENTSRESPONSE']._serialized_start=447
56
+ _globals['_LISTCLIENTSRESPONSE']._serialized_end=534
57
+ _globals['_CLIENTSERVICE']._serialized_start=537
58
+ _globals['_CLIENTSERVICE']._serialized_end=951
59
+ # @@protoc_insertion_point(module_scope)
@@ -1,3 +1,4 @@
1
+ from buf.validate import validate_pb2 as _validate_pb2
1
2
  from meshtrade.compliance.client.v1 import client_pb2 as _client_pb2
2
3
  from meshtrade.iam.role.v1 import role_pb2 as _role_pb2
3
4
  from meshtrade.option.v1 import method_type_pb2 as _method_type_pb2
@@ -22,9 +22,10 @@ _runtime_version.ValidateProtobufRuntimeVersion(
22
22
  _sym_db = _symbol_database.Default()
23
23
 
24
24
 
25
+ from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
25
26
 
26
27
 
27
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2meshtrade/compliance/client/v1/tax_residency.proto\x12\x1emeshtrade.compliance.client.v1\"C\n\x0cTaxResidency\x12!\n\x0c\x63ountry_code\x18\x01 \x01(\tR\x0b\x63ountryCode\x12\x10\n\x03tin\x18\x02 \x01(\tR\x03tinBc\n%co.meshtrade.api.compliance.client.v1Z:github.com/meshtrade/api/go/compliance/client/v1;client_v1b\x06proto3')
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2meshtrade/compliance/client/v1/tax_residency.proto\x12\x1emeshtrade.compliance.client.v1\x1a\x1b\x62uf/validate/validate.proto\"\xec\x01\n\x0cTaxResidency\x12\xc0\x01\n\x0c\x63ountry_code\x18\x01 \x01(\tB\x9c\x01\xbaH\x98\x01\xba\x01\x94\x01\n\x1c\x63ountry_code.format.optional\x12\x45\x63ountry_code must be empty or a valid ISO 3166-1 alpha-2 country code\x1a-size(this) == 0 || this.matches(\'^[A-Z]{2}$\')R\x0b\x63ountryCode\x12\x19\n\x03tin\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x18\x64R\x03tinBc\n%co.meshtrade.api.compliance.client.v1Z:github.com/meshtrade/api/go/compliance/client/v1;client_v1b\x06proto3')
28
29
 
29
30
  _globals = globals()
30
31
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -32,6 +33,10 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.compliance.client
32
33
  if not _descriptor._USE_C_DESCRIPTORS:
33
34
  _globals['DESCRIPTOR']._loaded_options = None
34
35
  _globals['DESCRIPTOR']._serialized_options = b'\n%co.meshtrade.api.compliance.client.v1Z:github.com/meshtrade/api/go/compliance/client/v1;client_v1'
35
- _globals['_TAXRESIDENCY']._serialized_start=86
36
- _globals['_TAXRESIDENCY']._serialized_end=153
36
+ _globals['_TAXRESIDENCY'].fields_by_name['country_code']._loaded_options = None
37
+ _globals['_TAXRESIDENCY'].fields_by_name['country_code']._serialized_options = b'\272H\230\001\272\001\224\001\n\034country_code.format.optional\022Ecountry_code must be empty or a valid ISO 3166-1 alpha-2 country code\032-size(this) == 0 || this.matches(\'^[A-Z]{2}$\')'
38
+ _globals['_TAXRESIDENCY'].fields_by_name['tin']._loaded_options = None
39
+ _globals['_TAXRESIDENCY'].fields_by_name['tin']._serialized_options = b'\272H\004r\002\030d'
40
+ _globals['_TAXRESIDENCY']._serialized_start=116
41
+ _globals['_TAXRESIDENCY']._serialized_end=352
37
42
  # @@protoc_insertion_point(module_scope)
@@ -1,3 +1,4 @@
1
+ from buf.validate import validate_pb2 as _validate_pb2
1
2
  from google.protobuf import descriptor as _descriptor
2
3
  from google.protobuf import message as _message
3
4
  from typing import ClassVar as _ClassVar, Optional as _Optional
@@ -0,0 +1,47 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: meshtrade/compliance/client/v1/trust.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/compliance/client/v1/trust.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
26
+ from google.type import date_pb2 as google_dot_type_dot_date__pb2
27
+
28
+
29
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*meshtrade/compliance/client/v1/trust.proto\x12\x1emeshtrade.compliance.client.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x16google/type/date.proto\"\xba\x03\n\x05Trust\x12\x31\n\x0fregistered_name\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\x18\xff\x01R\x0eregisteredName\x12\x38\n\x13registration_number\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x18\x64R\x12registrationNumber\x12.\n\x0etax_identifier\x18\x03 \x01(\tB\x07\xbaH\x04r\x02\x18\x32R\rtaxIdentifier\x12\xd4\x01\n\x13\x63ountry_of_domicile\x18\x04 \x01(\tB\xa3\x01\xbaH\x9f\x01\xba\x01\x9b\x01\n\x1c\x63ountry_code.format.optional\x12Lcountry_of_domicile must be empty or a valid ISO 3166-1 alpha-2 country code\x1a-size(this) == 0 || this.matches(\'^[A-Z]{2}$\')R\x11\x63ountryOfDomicile\x12=\n\x11\x64\x61te_of_inception\x18\x05 \x01(\x0b\x32\x11.google.type.DateR\x0f\x64\x61teOfInceptionBc\n%co.meshtrade.api.compliance.client.v1Z:github.com/meshtrade/api/go/compliance/client/v1;client_v1b\x06proto3')
30
+
31
+ _globals = globals()
32
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
33
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.compliance.client.v1.trust_pb2', _globals)
34
+ if not _descriptor._USE_C_DESCRIPTORS:
35
+ _globals['DESCRIPTOR']._loaded_options = None
36
+ _globals['DESCRIPTOR']._serialized_options = b'\n%co.meshtrade.api.compliance.client.v1Z:github.com/meshtrade/api/go/compliance/client/v1;client_v1'
37
+ _globals['_TRUST'].fields_by_name['registered_name']._loaded_options = None
38
+ _globals['_TRUST'].fields_by_name['registered_name']._serialized_options = b'\272H\005r\003\030\377\001'
39
+ _globals['_TRUST'].fields_by_name['registration_number']._loaded_options = None
40
+ _globals['_TRUST'].fields_by_name['registration_number']._serialized_options = b'\272H\004r\002\030d'
41
+ _globals['_TRUST'].fields_by_name['tax_identifier']._loaded_options = None
42
+ _globals['_TRUST'].fields_by_name['tax_identifier']._serialized_options = b'\272H\004r\002\0302'
43
+ _globals['_TRUST'].fields_by_name['country_of_domicile']._loaded_options = None
44
+ _globals['_TRUST'].fields_by_name['country_of_domicile']._serialized_options = b'\272H\237\001\272\001\233\001\n\034country_code.format.optional\022Lcountry_of_domicile must be empty or a valid ISO 3166-1 alpha-2 country code\032-size(this) == 0 || this.matches(\'^[A-Z]{2}$\')'
45
+ _globals['_TRUST']._serialized_start=132
46
+ _globals['_TRUST']._serialized_end=574
47
+ # @@protoc_insertion_point(module_scope)
@@ -1,3 +1,4 @@
1
+ from buf.validate import validate_pb2 as _validate_pb2
1
2
  from google.type import date_pb2 as _date_pb2
2
3
  from google.protobuf import descriptor as _descriptor
3
4
  from google.protobuf import message as _message
@@ -17,6 +17,7 @@ from .api_credentials_pb2 import APICredentials
17
17
  from .api_user_pb2 import APIUser, APIUserAction, APIUserState
18
18
  from .service_pb2 import (
19
19
  ActivateApiUserRequest,
20
+ AssignRoleToAPIUserRequest,
20
21
  CreateApiUserRequest,
21
22
  DeactivateApiUserRequest,
22
23
  GetApiUserByKeyHashRequest,
@@ -78,6 +79,7 @@ __all__ = [
78
79
  "ApiUserService",
79
80
  "ApiUserServiceGRPCClient",
80
81
  "ApiUserServiceGRPCClientInterface",
82
+ "AssignRoleToAPIUserRequest",
81
83
  "ClientOptions",
82
84
  "CreateApiUserRequest",
83
85
  "DeactivateApiUserRequest",
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
25
25
  from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
26
26
 
27
27
 
28
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(meshtrade/iam/api_user/v1/api_user.proto\x12\x19meshtrade.iam.api_user.v1\x1a\x1b\x62uf/validate/validate.proto\"\xef\x06\n\x07\x41PIUser\x12\xc2\x01\n\x04name\x18\x01 \x01(\tB\xad\x01\xbaH\xa9\x01\xba\x01\xa5\x01\n\x14name.format.optional\x12\x36name must be empty or in the format api_users/{ULIDv2}\x1aUsize(this) == 0 || this.matches(\'^api_users/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}$\')R\x04name\x12R\n\x05owner\x18\x02 \x01(\tB<\xbaH9r42/^groups/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}$\x98\x01!\xc8\x01\x01R\x05owner\x12V\n\x06owners\x18\x03 \x03(\tB>\xbaH;\x92\x01\x38\"6r42/^groups/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}$\x98\x01!R\x06owners\x12\xb4\x01\n\x0c\x64isplay_name\x18\x04 \x01(\tB\x90\x01\xbaH\x8c\x01r\x05\x10\x01\x18\xff\x01\xba\x01\x7f\n\x15\x64isplay_name.required\x12\x41\x64isplay name is required and must be between 1 and 255 characters\x1a#size(this) > 0 && size(this) <= 255\xc8\x01\x01R\x0b\x64isplayName\x12\xc2\x01\n\x05state\x18\x05 \x01(\x0e\x32\'.meshtrade.iam.api_user.v1.APIUserStateB\x82\x01\xbaH\x7f\x82\x01\x02\x10\x01\xba\x01t\n\x0bstate.valid\x12/state must be a valid APIUserState if specified\x1a\x34int(this) == 0 || (int(this) >= 1 && int(this) <= 2)\xc8\x01\x01R\x05state\x12^\n\x05roles\x18\x06 \x03(\tBH\xbaHE\x92\x01\x42\"@r>29^groups/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}/1[0-9]{6}$\x98\x01)R\x05roles\x12\x17\n\x07\x61pi_key\x18\x07 \x01(\tR\x06\x61piKey*f\n\x0c\x41PIUserState\x12\x1e\n\x1a\x41PI_USER_STATE_UNSPECIFIED\x10\x00\x12\x19\n\x15\x41PI_USER_STATE_ACTIVE\x10\x01\x12\x1b\n\x17\x41PI_USER_STATE_INACTIVE\x10\x02*\xa6\x01\n\rAPIUserAction\x12\x1f\n\x1b\x41PI_USER_ACTION_UNSPECIFIED\x10\x00\x12\x1c\n\x18\x41PI_USER_ACTION_ACTIVATE\x10\x01\x12\x1e\n\x1a\x41PI_USER_ACTION_DEACTIVATE\x10\x02\x12\x1a\n\x16\x41PI_USER_ACTION_CREATE\x10\x03\x12\x1a\n\x16\x41PI_USER_ACTION_UPDATE\x10\x04\x42[\n co.meshtrade.api.iam.api_user.v1Z7github.com/meshtrade/api/go/iam/api_user/v1;api_user_v1b\x06proto3')
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(meshtrade/iam/api_user/v1/api_user.proto\x12\x19meshtrade.iam.api_user.v1\x1a\x1b\x62uf/validate/validate.proto\"\x9e\x06\n\x07\x41PIUser\x12\xc2\x01\n\x04name\x18\x01 \x01(\tB\xad\x01\xbaH\xa9\x01\xba\x01\xa5\x01\n\x14name.format.optional\x12\x36name must be empty or in the format api_users/{ULIDv2}\x1aUsize(this) == 0 || this.matches(\'^api_users/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}$\')R\x04name\x12R\n\x05owner\x18\x02 \x01(\tB<\xbaH9r42/^groups/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}$\x98\x01!\xc8\x01\x01R\x05owner\x12\xb4\x01\n\x0c\x64isplay_name\x18\x04 \x01(\tB\x90\x01\xbaH\x8c\x01r\x05\x10\x01\x18\xff\x01\xba\x01\x7f\n\x15\x64isplay_name.required\x12\x41\x64isplay name is required and must be between 1 and 255 characters\x1a#size(this) > 0 && size(this) <= 255\xc8\x01\x01R\x0b\x64isplayName\x12\xc2\x01\n\x05state\x18\x05 \x01(\x0e\x32\'.meshtrade.iam.api_user.v1.APIUserStateB\x82\x01\xbaH\x7f\x82\x01\x02\x10\x01\xba\x01t\n\x0bstate.valid\x12/state must be a valid APIUserState if specified\x1a\x34int(this) == 0 || (int(this) >= 1 && int(this) <= 2)\xc8\x01\x01R\x05state\x12\x65\n\x05roles\x18\x06 \x03(\tBO\xbaHL\x92\x01I\"GrE2@^groups/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}/[123456][0-9]{6}$\x98\x01)R\x05roles\x12\x17\n\x07\x61pi_key\x18\x07 \x01(\tR\x06\x61piKey*f\n\x0c\x41PIUserState\x12\x1e\n\x1a\x41PI_USER_STATE_UNSPECIFIED\x10\x00\x12\x19\n\x15\x41PI_USER_STATE_ACTIVE\x10\x01\x12\x1b\n\x17\x41PI_USER_STATE_INACTIVE\x10\x02*\xa6\x01\n\rAPIUserAction\x12\x1f\n\x1b\x41PI_USER_ACTION_UNSPECIFIED\x10\x00\x12\x1c\n\x18\x41PI_USER_ACTION_ACTIVATE\x10\x01\x12\x1e\n\x1a\x41PI_USER_ACTION_DEACTIVATE\x10\x02\x12\x1a\n\x16\x41PI_USER_ACTION_CREATE\x10\x03\x12\x1a\n\x16\x41PI_USER_ACTION_UPDATE\x10\x04\x42[\n co.meshtrade.api.iam.api_user.v1Z7github.com/meshtrade/api/go/iam/api_user/v1;api_user_v1b\x06proto3')
29
29
 
30
30
  _globals = globals()
31
31
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -37,18 +37,16 @@ if not _descriptor._USE_C_DESCRIPTORS:
37
37
  _globals['_APIUSER'].fields_by_name['name']._serialized_options = b'\272H\251\001\272\001\245\001\n\024name.format.optional\0226name must be empty or in the format api_users/{ULIDv2}\032Usize(this) == 0 || this.matches(\'^api_users/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}$\')'
38
38
  _globals['_APIUSER'].fields_by_name['owner']._loaded_options = None
39
39
  _globals['_APIUSER'].fields_by_name['owner']._serialized_options = b'\272H9r42/^groups/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}$\230\001!\310\001\001'
40
- _globals['_APIUSER'].fields_by_name['owners']._loaded_options = None
41
- _globals['_APIUSER'].fields_by_name['owners']._serialized_options = b'\272H;\222\0018\"6r42/^groups/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}$\230\001!'
42
40
  _globals['_APIUSER'].fields_by_name['display_name']._loaded_options = None
43
41
  _globals['_APIUSER'].fields_by_name['display_name']._serialized_options = b'\272H\214\001r\005\020\001\030\377\001\272\001\177\n\025display_name.required\022Adisplay name is required and must be between 1 and 255 characters\032#size(this) > 0 && size(this) <= 255\310\001\001'
44
42
  _globals['_APIUSER'].fields_by_name['state']._loaded_options = None
45
43
  _globals['_APIUSER'].fields_by_name['state']._serialized_options = b'\272H\177\202\001\002\020\001\272\001t\n\013state.valid\022/state must be a valid APIUserState if specified\0324int(this) == 0 || (int(this) >= 1 && int(this) <= 2)\310\001\001'
46
44
  _globals['_APIUSER'].fields_by_name['roles']._loaded_options = None
47
- _globals['_APIUSER'].fields_by_name['roles']._serialized_options = b'\272HE\222\001B\"@r>29^groups/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}/1[0-9]{6}$\230\001)'
48
- _globals['_APIUSERSTATE']._serialized_start=982
49
- _globals['_APIUSERSTATE']._serialized_end=1084
50
- _globals['_APIUSERACTION']._serialized_start=1087
51
- _globals['_APIUSERACTION']._serialized_end=1253
45
+ _globals['_APIUSER'].fields_by_name['roles']._serialized_options = b'\272HL\222\001I\"GrE2@^groups/[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{26}/[123456][0-9]{6}$\230\001)'
46
+ _globals['_APIUSERSTATE']._serialized_start=901
47
+ _globals['_APIUSERSTATE']._serialized_end=1003
48
+ _globals['_APIUSERACTION']._serialized_start=1006
49
+ _globals['_APIUSERACTION']._serialized_end=1172
52
50
  _globals['_APIUSER']._serialized_start=101
53
- _globals['_APIUSER']._serialized_end=980
51
+ _globals['_APIUSER']._serialized_end=899
54
52
  # @@protoc_insertion_point(module_scope)