meshtrade 0.0.18__py3-none-any.whl → 1.0.1__py3-none-any.whl
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.
- meshtrade/compliance/client/v1/service_pb2.py +5 -5
- meshtrade/iam/api_user/v1/service_pb2.py +9 -9
- meshtrade/iam/group/v1/service_pb2.py +5 -5
- meshtrade/iam/role/v1/role_pb2.py +2 -2
- meshtrade/iam/role/v1/role_pb2.pyi +4 -0
- meshtrade/iam/user/v1/service_pb2.py +3 -3
- meshtrade/reporting/income_report/v1/__init__.py +60 -0
- meshtrade/reporting/income_report/v1/disclaimer_pb2.py +37 -0
- meshtrade/reporting/income_report/v1/disclaimer_pb2.pyi +13 -0
- meshtrade/reporting/income_report/v1/disclaimer_pb2_grpc.py +4 -0
- meshtrade/reporting/income_report/v1/entry_pb2.py +42 -0
- meshtrade/reporting/income_report/v1/entry_pb2.pyi +39 -0
- meshtrade/reporting/income_report/v1/entry_pb2_grpc.py +4 -0
- meshtrade/reporting/income_report/v1/income_report_pb2.py +44 -0
- meshtrade/reporting/income_report/v1/income_report_pb2.pyi +42 -0
- meshtrade/reporting/income_report/v1/income_report_pb2_grpc.py +4 -0
- meshtrade/reporting/income_report/v1/service_meshpy.py +169 -0
- meshtrade/reporting/income_report/v1/service_options_meshpy.py +65 -0
- meshtrade/reporting/income_report/v1/service_pb2.py +58 -0
- meshtrade/reporting/income_report/v1/service_pb2.pyi +37 -0
- meshtrade/reporting/income_report/v1/service_pb2_grpc.py +170 -0
- meshtrade/trading/limit_order/v1/service_pb2.py +3 -3
- meshtrade/trading/market_order/v1/service_pb2.py +3 -3
- meshtrade/wallet/account/v1/service_pb2.py +6 -6
- {meshtrade-0.0.18.dist-info → meshtrade-1.0.1.dist-info}/METADATA +1 -1
- {meshtrade-0.0.18.dist-info → meshtrade-1.0.1.dist-info}/RECORD +28 -13
- {meshtrade-0.0.18.dist-info → meshtrade-1.0.1.dist-info}/WHEEL +0 -0
- {meshtrade-0.0.18.dist-info → meshtrade-1.0.1.dist-info}/top_level.txt +0 -0
|
@@ -27,7 +27,7 @@ from meshtrade.iam.role.v1 import role_pb2 as meshtrade_dot_iam_dot_role_dot_v1_
|
|
|
27
27
|
from meshtrade.option.v1 import method_type_pb2 as meshtrade_dot_option_dot_v1_dot_method__type__pb2
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,meshtrade/compliance/client/v1/service.proto\x12\x1emeshtrade.compliance.client.v1\x1a+meshtrade/compliance/client/v1/client.proto\x1a meshtrade/iam/role/v1/role.proto\x1a%meshtrade/option/v1/method_type.proto\"&\n\x10GetClientRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"U\n\x13\x43reateClientRequest\x12>\n\x06\x63lient\x18\x01 \x01(\x0b\x32&.meshtrade.compliance.client.v1.ClientR\x06\x63lient\"\x14\n\x12ListClientsRequest\"W\n\x13ListClientsResponse\x12@\n\x07\x63lients\x18\x01 \x03(\x0b\x32&.meshtrade.compliance.client.v1.ClientR\x07\x63lients2\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,meshtrade/compliance/client/v1/service.proto\x12\x1emeshtrade.compliance.client.v1\x1a+meshtrade/compliance/client/v1/client.proto\x1a meshtrade/iam/role/v1/role.proto\x1a%meshtrade/option/v1/method_type.proto\"&\n\x10GetClientRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"U\n\x13\x43reateClientRequest\x12>\n\x06\x63lient\x18\x01 \x01(\x0b\x32&.meshtrade.compliance.client.v1.ClientR\x06\x63lient\"\x14\n\x12ListClientsRequest\"W\n\x13ListClientsResponse\x12@\n\x07\x63lients\x18\x01 \x03(\x0b\x32&.meshtrade.compliance.client.v1.ClientR\x07\x63lients2\x8f\x03\n\rClientService\x12z\n\x0c\x43reateClient\x12\x33.meshtrade.compliance.client.v1.CreateClientRequest\x1a&.meshtrade.compliance.client.v1.Client\"\r\xa0\xb5\x18\x02\xaa\xb5\x18\x05\n\x03\x80\x89z\x12w\n\tGetClient\x12\x30.meshtrade.compliance.client.v1.GetClientRequest\x1a&.meshtrade.compliance.client.v1.Client\"\x10\xa0\xb5\x18\x01\xaa\xb5\x18\x08\n\x06\x80\x89z\x81\x89z\x12\x88\x01\n\x0bListClients\x12\x32.meshtrade.compliance.client.v1.ListClientsRequest\x1a\x33.meshtrade.compliance.client.v1.ListClientsResponse\"\x10\xa0\xb5\x18\x01\xaa\xb5\x18\x08\n\x06\x80\x89z\x81\x89zBb\n%co.meshtrade.api.compliance.client.v1Z9github.com/meshtrade/api/go/compliance/client/v1;clientv1b\x06proto3')
|
|
31
31
|
|
|
32
32
|
_globals = globals()
|
|
33
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -36,11 +36,11 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
36
36
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
37
37
|
_globals['DESCRIPTOR']._serialized_options = b'\n%co.meshtrade.api.compliance.client.v1Z9github.com/meshtrade/api/go/compliance/client/v1;clientv1'
|
|
38
38
|
_globals['_CLIENTSERVICE'].methods_by_name['CreateClient']._loaded_options = None
|
|
39
|
-
_globals['_CLIENTSERVICE'].methods_by_name['CreateClient']._serialized_options = b'\240\265\030\002\252\265\030\
|
|
39
|
+
_globals['_CLIENTSERVICE'].methods_by_name['CreateClient']._serialized_options = b'\240\265\030\002\252\265\030\005\n\003\200\211z'
|
|
40
40
|
_globals['_CLIENTSERVICE'].methods_by_name['GetClient']._loaded_options = None
|
|
41
|
-
_globals['_CLIENTSERVICE'].methods_by_name['GetClient']._serialized_options = b'\240\265\030\001\252\265\030\
|
|
41
|
+
_globals['_CLIENTSERVICE'].methods_by_name['GetClient']._serialized_options = b'\240\265\030\001\252\265\030\010\n\006\200\211z\201\211z'
|
|
42
42
|
_globals['_CLIENTSERVICE'].methods_by_name['ListClients']._loaded_options = None
|
|
43
|
-
_globals['_CLIENTSERVICE'].methods_by_name['ListClients']._serialized_options = b'\240\265\030\001\252\265\030\
|
|
43
|
+
_globals['_CLIENTSERVICE'].methods_by_name['ListClients']._serialized_options = b'\240\265\030\001\252\265\030\010\n\006\200\211z\201\211z'
|
|
44
44
|
_globals['_GETCLIENTREQUEST']._serialized_start=198
|
|
45
45
|
_globals['_GETCLIENTREQUEST']._serialized_end=236
|
|
46
46
|
_globals['_CREATECLIENTREQUEST']._serialized_start=238
|
|
@@ -50,5 +50,5 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
50
50
|
_globals['_LISTCLIENTSRESPONSE']._serialized_start=347
|
|
51
51
|
_globals['_LISTCLIENTSRESPONSE']._serialized_end=434
|
|
52
52
|
_globals['_CLIENTSERVICE']._serialized_start=437
|
|
53
|
-
_globals['_CLIENTSERVICE']._serialized_end=
|
|
53
|
+
_globals['_CLIENTSERVICE']._serialized_end=836
|
|
54
54
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -28,7 +28,7 @@ from meshtrade.iam.role.v1 import role_pb2 as meshtrade_dot_iam_dot_role_dot_v1_
|
|
|
28
28
|
from meshtrade.option.v1 import method_type_pb2 as meshtrade_dot_option_dot_v1_dot_method__type__pb2
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'meshtrade/iam/api_user/v1/service.proto\x12\x19meshtrade.iam.api_user.v1\x1a\x1b\x62uf/validate/validate.proto\x1a(meshtrade/iam/api_user/v1/api_user.proto\x1a meshtrade/iam/role/v1/role.proto\x1a%meshtrade/option/v1/method_type.proto\"\'\n\x11GetApiUserRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"7\n\x1aGetApiUserByKeyHashRequest\x12\x19\n\x08key_hash\x18\x01 \x01(\tR\x07keyHash\"U\n\x14\x43reateApiUserRequest\x12=\n\x08\x61pi_user\x18\x01 \x01(\x0b\x32\".meshtrade.iam.api_user.v1.APIUserR\x07\x61piUser\"\x15\n\x13ListApiUsersRequest\"W\n\x14ListApiUsersResponse\x12?\n\tapi_users\x18\x01 \x03(\x0b\x32\".meshtrade.iam.api_user.v1.APIUserR\x08\x61piUsers\":\n\x15SearchApiUsersRequest\x12!\n\x0c\x64isplay_name\x18\x01 \x01(\tR\x0b\x64isplayName\"Y\n\x16SearchApiUsersResponse\x12?\n\tapi_users\x18\x01 \x03(\x0b\x32\".meshtrade.iam.api_user.v1.APIUserR\x08\x61piUsers\"\xd9\x01\n\x16\x41\x63tivateApiUserRequest\x12\xbe\x01\n\x04name\x18\x01 \x01(\tB\xa9\x01\xbaH\xa5\x01r&\x10\x01\x32\"^api_users/[0-9A-HJKMNP-TV-Z]{26}$\xba\x01z\n\rname.required\x12\x35name is required and must be in format api_users/{id}\x1a\x32this.matches(\'^api_users/[0-9A-HJKMNP-TV-Z]{26}$\')R\x04name\"\xdb\x01\n\x18\x44\x65\x61\x63tivateApiUserRequest\x12\xbe\x01\n\x04name\x18\x01 \x01(\tB\xa9\x01\xbaH\xa5\x01r&\x10\x01\x32\"^api_users/[0-9A-HJKMNP-TV-Z]{26}$\xba\x01z\n\rname.required\x12\x35name is required and must be in format api_users/{id}\x1a\x32this.matches(\'^api_users/[0-9A-HJKMNP-TV-Z]{26}$\')R\x04name2\
|
|
31
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'meshtrade/iam/api_user/v1/service.proto\x12\x19meshtrade.iam.api_user.v1\x1a\x1b\x62uf/validate/validate.proto\x1a(meshtrade/iam/api_user/v1/api_user.proto\x1a meshtrade/iam/role/v1/role.proto\x1a%meshtrade/option/v1/method_type.proto\"\'\n\x11GetApiUserRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"7\n\x1aGetApiUserByKeyHashRequest\x12\x19\n\x08key_hash\x18\x01 \x01(\tR\x07keyHash\"U\n\x14\x43reateApiUserRequest\x12=\n\x08\x61pi_user\x18\x01 \x01(\x0b\x32\".meshtrade.iam.api_user.v1.APIUserR\x07\x61piUser\"\x15\n\x13ListApiUsersRequest\"W\n\x14ListApiUsersResponse\x12?\n\tapi_users\x18\x01 \x03(\x0b\x32\".meshtrade.iam.api_user.v1.APIUserR\x08\x61piUsers\":\n\x15SearchApiUsersRequest\x12!\n\x0c\x64isplay_name\x18\x01 \x01(\tR\x0b\x64isplayName\"Y\n\x16SearchApiUsersResponse\x12?\n\tapi_users\x18\x01 \x03(\x0b\x32\".meshtrade.iam.api_user.v1.APIUserR\x08\x61piUsers\"\xd9\x01\n\x16\x41\x63tivateApiUserRequest\x12\xbe\x01\n\x04name\x18\x01 \x01(\tB\xa9\x01\xbaH\xa5\x01r&\x10\x01\x32\"^api_users/[0-9A-HJKMNP-TV-Z]{26}$\xba\x01z\n\rname.required\x12\x35name is required and must be in format api_users/{id}\x1a\x32this.matches(\'^api_users/[0-9A-HJKMNP-TV-Z]{26}$\')R\x04name\"\xdb\x01\n\x18\x44\x65\x61\x63tivateApiUserRequest\x12\xbe\x01\n\x04name\x18\x01 \x01(\tB\xa9\x01\xbaH\xa5\x01r&\x10\x01\x32\"^api_users/[0-9A-HJKMNP-TV-Z]{26}$\xba\x01z\n\rname.required\x12\x35name is required and must be in format api_users/{id}\x1a\x32this.matches(\'^api_users/[0-9A-HJKMNP-TV-Z]{26}$\')R\x04name2\x8b\x07\n\x0e\x41piUserService\x12r\n\nGetApiUser\x12,.meshtrade.iam.api_user.v1.GetApiUserRequest\x1a\".meshtrade.iam.api_user.v1.APIUser\"\x12\xa0\xb5\x18\x01\xaa\xb5\x18\n\n\x08\xc0\x8d\xb7\x01\xc1\x8d\xb7\x01\x12t\n\rCreateApiUser\x12/.meshtrade.iam.api_user.v1.CreateApiUserRequest\x1a\".meshtrade.iam.api_user.v1.APIUser\"\x0e\xa0\xb5\x18\x02\xaa\xb5\x18\x06\n\x04\xc0\x8d\xb7\x01\x12\x83\x01\n\x0cListApiUsers\x12..meshtrade.iam.api_user.v1.ListApiUsersRequest\x1a/.meshtrade.iam.api_user.v1.ListApiUsersResponse\"\x12\xa0\xb5\x18\x01\xaa\xb5\x18\n\n\x08\xc0\x8d\xb7\x01\xc1\x8d\xb7\x01\x12\x89\x01\n\x0eSearchApiUsers\x12\x30.meshtrade.iam.api_user.v1.SearchApiUsersRequest\x1a\x31.meshtrade.iam.api_user.v1.SearchApiUsersResponse\"\x12\xa0\xb5\x18\x01\xaa\xb5\x18\n\n\x08\xc0\x8d\xb7\x01\xc1\x8d\xb7\x01\x12x\n\x0f\x41\x63tivateApiUser\x12\x31.meshtrade.iam.api_user.v1.ActivateApiUserRequest\x1a\".meshtrade.iam.api_user.v1.APIUser\"\x0e\xa0\xb5\x18\x02\xaa\xb5\x18\x06\n\x04\xc0\x8d\xb7\x01\x12|\n\x11\x44\x65\x61\x63tivateApiUser\x12\x33.meshtrade.iam.api_user.v1.DeactivateApiUserRequest\x1a\".meshtrade.iam.api_user.v1.APIUser\"\x0e\xa0\xb5\x18\x02\xaa\xb5\x18\x06\n\x04\xc0\x8d\xb7\x01\x12\x84\x01\n\x13GetApiUserByKeyHash\x12\x35.meshtrade.iam.api_user.v1.GetApiUserByKeyHashRequest\x1a\".meshtrade.iam.api_user.v1.APIUser\"\x12\xa0\xb5\x18\x01\xaa\xb5\x18\n\n\x08\xc0\x8d\xb7\x01\xc1\x8d\xb7\x01\x42Z\n co.meshtrade.api.iam.api_user.v1Z6github.com/meshtrade/api/go/iam/api_user/v1;api_userv1b\x06proto3')
|
|
32
32
|
|
|
33
33
|
_globals = globals()
|
|
34
34
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -41,19 +41,19 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
41
41
|
_globals['_DEACTIVATEAPIUSERREQUEST'].fields_by_name['name']._loaded_options = None
|
|
42
42
|
_globals['_DEACTIVATEAPIUSERREQUEST'].fields_by_name['name']._serialized_options = b'\272H\245\001r&\020\0012\"^api_users/[0-9A-HJKMNP-TV-Z]{26}$\272\001z\n\rname.required\0225name is required and must be in format api_users/{id}\0322this.matches(\'^api_users/[0-9A-HJKMNP-TV-Z]{26}$\')'
|
|
43
43
|
_globals['_APIUSERSERVICE'].methods_by_name['GetApiUser']._loaded_options = None
|
|
44
|
-
_globals['_APIUSERSERVICE'].methods_by_name['GetApiUser']._serialized_options = b'\240\265\030\001\252\265\030\
|
|
44
|
+
_globals['_APIUSERSERVICE'].methods_by_name['GetApiUser']._serialized_options = b'\240\265\030\001\252\265\030\n\n\010\300\215\267\001\301\215\267\001'
|
|
45
45
|
_globals['_APIUSERSERVICE'].methods_by_name['CreateApiUser']._loaded_options = None
|
|
46
|
-
_globals['_APIUSERSERVICE'].methods_by_name['CreateApiUser']._serialized_options = b'\240\265\030\002\252\265\030\
|
|
46
|
+
_globals['_APIUSERSERVICE'].methods_by_name['CreateApiUser']._serialized_options = b'\240\265\030\002\252\265\030\006\n\004\300\215\267\001'
|
|
47
47
|
_globals['_APIUSERSERVICE'].methods_by_name['ListApiUsers']._loaded_options = None
|
|
48
|
-
_globals['_APIUSERSERVICE'].methods_by_name['ListApiUsers']._serialized_options = b'\240\265\030\001\252\265\030\
|
|
48
|
+
_globals['_APIUSERSERVICE'].methods_by_name['ListApiUsers']._serialized_options = b'\240\265\030\001\252\265\030\n\n\010\300\215\267\001\301\215\267\001'
|
|
49
49
|
_globals['_APIUSERSERVICE'].methods_by_name['SearchApiUsers']._loaded_options = None
|
|
50
|
-
_globals['_APIUSERSERVICE'].methods_by_name['SearchApiUsers']._serialized_options = b'\240\265\030\001\252\265\030\
|
|
50
|
+
_globals['_APIUSERSERVICE'].methods_by_name['SearchApiUsers']._serialized_options = b'\240\265\030\001\252\265\030\n\n\010\300\215\267\001\301\215\267\001'
|
|
51
51
|
_globals['_APIUSERSERVICE'].methods_by_name['ActivateApiUser']._loaded_options = None
|
|
52
|
-
_globals['_APIUSERSERVICE'].methods_by_name['ActivateApiUser']._serialized_options = b'\240\265\030\002\252\265\030\
|
|
52
|
+
_globals['_APIUSERSERVICE'].methods_by_name['ActivateApiUser']._serialized_options = b'\240\265\030\002\252\265\030\006\n\004\300\215\267\001'
|
|
53
53
|
_globals['_APIUSERSERVICE'].methods_by_name['DeactivateApiUser']._loaded_options = None
|
|
54
|
-
_globals['_APIUSERSERVICE'].methods_by_name['DeactivateApiUser']._serialized_options = b'\240\265\030\002\252\265\030\
|
|
54
|
+
_globals['_APIUSERSERVICE'].methods_by_name['DeactivateApiUser']._serialized_options = b'\240\265\030\002\252\265\030\006\n\004\300\215\267\001'
|
|
55
55
|
_globals['_APIUSERSERVICE'].methods_by_name['GetApiUserByKeyHash']._loaded_options = None
|
|
56
|
-
_globals['_APIUSERSERVICE'].methods_by_name['GetApiUserByKeyHash']._serialized_options = b'\240\265\030\001\252\265\030\
|
|
56
|
+
_globals['_APIUSERSERVICE'].methods_by_name['GetApiUserByKeyHash']._serialized_options = b'\240\265\030\001\252\265\030\n\n\010\300\215\267\001\301\215\267\001'
|
|
57
57
|
_globals['_GETAPIUSERREQUEST']._serialized_start=214
|
|
58
58
|
_globals['_GETAPIUSERREQUEST']._serialized_end=253
|
|
59
59
|
_globals['_GETAPIUSERBYKEYHASHREQUEST']._serialized_start=255
|
|
@@ -73,5 +73,5 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
73
73
|
_globals['_DEACTIVATEAPIUSERREQUEST']._serialized_start=883
|
|
74
74
|
_globals['_DEACTIVATEAPIUSERREQUEST']._serialized_end=1102
|
|
75
75
|
_globals['_APIUSERSERVICE']._serialized_start=1105
|
|
76
|
-
_globals['_APIUSERSERVICE']._serialized_end=
|
|
76
|
+
_globals['_APIUSERSERVICE']._serialized_end=2012
|
|
77
77
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -27,7 +27,7 @@ from meshtrade.iam.role.v1 import role_pb2 as meshtrade_dot_iam_dot_role_dot_v1_
|
|
|
27
27
|
from meshtrade.option.v1 import method_type_pb2 as meshtrade_dot_option_dot_v1_dot_method__type__pb2
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$meshtrade/iam/group/v1/service.proto\x12\x16meshtrade.iam.group.v1\x1a\"meshtrade/iam/group/v1/group.proto\x1a meshtrade/iam/role/v1/role.proto\x1a%meshtrade/option/v1/method_type.proto\"%\n\x0fGetGroupRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"\x13\n\x11ListGroupsRequest\"K\n\x12ListGroupsResponse\x12\x35\n\x06groups\x18\x01 \x03(\x0b\x32\x1d.meshtrade.iam.group.v1.GroupR\x06groups\")\n\x13SearchGroupsRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"M\n\x14SearchGroupsResponse\x12\x35\n\x06groups\x18\x01 \x03(\x0b\x32\x1d.meshtrade.iam.group.v1.GroupR\x06groups2\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$meshtrade/iam/group/v1/service.proto\x12\x16meshtrade.iam.group.v1\x1a\"meshtrade/iam/group/v1/group.proto\x1a meshtrade/iam/role/v1/role.proto\x1a%meshtrade/option/v1/method_type.proto\"%\n\x0fGetGroupRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"\x13\n\x11ListGroupsRequest\"K\n\x12ListGroupsResponse\x12\x35\n\x06groups\x18\x01 \x03(\x0b\x32\x1d.meshtrade.iam.group.v1.GroupR\x06groups\")\n\x13SearchGroupsRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"M\n\x14SearchGroupsResponse\x12\x35\n\x06groups\x18\x01 \x03(\x0b\x32\x1d.meshtrade.iam.group.v1.GroupR\x06groups2\xee\x02\n\x0cGroupService\x12\x66\n\x08GetGroup\x12\'.meshtrade.iam.group.v1.GetGroupRequest\x1a\x1d.meshtrade.iam.group.v1.Group\"\x12\xa0\xb5\x18\x01\xaa\xb5\x18\n\n\x08\xc0\x8d\xb7\x01\xc1\x8d\xb7\x01\x12w\n\nListGroups\x12).meshtrade.iam.group.v1.ListGroupsRequest\x1a*.meshtrade.iam.group.v1.ListGroupsResponse\"\x12\xa0\xb5\x18\x01\xaa\xb5\x18\n\n\x08\xc0\x8d\xb7\x01\xc1\x8d\xb7\x01\x12}\n\x0cSearchGroups\x12+.meshtrade.iam.group.v1.SearchGroupsRequest\x1a,.meshtrade.iam.group.v1.SearchGroupsResponse\"\x12\xa0\xb5\x18\x01\xaa\xb5\x18\n\n\x08\xc0\x8d\xb7\x01\xc1\x8d\xb7\x01\x42Q\n\x1d\x63o.meshtrade.api.iam.group.v1Z0github.com/meshtrade/api/go/iam/group/v1;groupv1b\x06proto3')
|
|
31
31
|
|
|
32
32
|
_globals = globals()
|
|
33
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -36,11 +36,11 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
36
36
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
37
37
|
_globals['DESCRIPTOR']._serialized_options = b'\n\035co.meshtrade.api.iam.group.v1Z0github.com/meshtrade/api/go/iam/group/v1;groupv1'
|
|
38
38
|
_globals['_GROUPSERVICE'].methods_by_name['GetGroup']._loaded_options = None
|
|
39
|
-
_globals['_GROUPSERVICE'].methods_by_name['GetGroup']._serialized_options = b'\240\265\030\001\252\265\030\
|
|
39
|
+
_globals['_GROUPSERVICE'].methods_by_name['GetGroup']._serialized_options = b'\240\265\030\001\252\265\030\n\n\010\300\215\267\001\301\215\267\001'
|
|
40
40
|
_globals['_GROUPSERVICE'].methods_by_name['ListGroups']._loaded_options = None
|
|
41
|
-
_globals['_GROUPSERVICE'].methods_by_name['ListGroups']._serialized_options = b'\240\265\030\001\252\265\030\
|
|
41
|
+
_globals['_GROUPSERVICE'].methods_by_name['ListGroups']._serialized_options = b'\240\265\030\001\252\265\030\n\n\010\300\215\267\001\301\215\267\001'
|
|
42
42
|
_globals['_GROUPSERVICE'].methods_by_name['SearchGroups']._loaded_options = None
|
|
43
|
-
_globals['_GROUPSERVICE'].methods_by_name['SearchGroups']._serialized_options = b'\240\265\030\001\252\265\030\
|
|
43
|
+
_globals['_GROUPSERVICE'].methods_by_name['SearchGroups']._serialized_options = b'\240\265\030\001\252\265\030\n\n\010\300\215\267\001\301\215\267\001'
|
|
44
44
|
_globals['_GETGROUPREQUEST']._serialized_start=173
|
|
45
45
|
_globals['_GETGROUPREQUEST']._serialized_end=210
|
|
46
46
|
_globals['_LISTGROUPSREQUEST']._serialized_start=212
|
|
@@ -52,5 +52,5 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
52
52
|
_globals['_SEARCHGROUPSRESPONSE']._serialized_start=353
|
|
53
53
|
_globals['_SEARCHGROUPSRESPONSE']._serialized_end=430
|
|
54
54
|
_globals['_GROUPSERVICE']._serialized_start=433
|
|
55
|
-
_globals['_GROUPSERVICE']._serialized_end=
|
|
55
|
+
_globals['_GROUPSERVICE']._serialized_end=799
|
|
56
56
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n meshtrade/iam/role/v1/role.proto\x12\x15meshtrade.iam.role.v1\x1a google/protobuf/descriptor.proto\"=\n\x08RoleList\x12\x31\n\x05roles\x18\x01 \x03(\x0e\x32\x1b.meshtrade.iam.role.v1.RoleR\x05roles*\
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n meshtrade/iam/role/v1/role.proto\x12\x15meshtrade.iam.role.v1\x1a google/protobuf/descriptor.proto\"=\n\x08RoleList\x12\x31\n\x05roles\x18\x01 \x03(\x0e\x32\x1b.meshtrade.iam.role.v1.RoleR\x05roles*\xe6\x02\n\x04Role\x12\x14\n\x10ROLE_UNSPECIFIED\x10\x00\x12\x17\n\x11ROLE_WALLET_ADMIN\x10\xc0\x84=\x12\x18\n\x12ROLE_WALLET_VIEWER\x10\xc1\x84=\x12\x1b\n\x15ROLE_COMPLIANCE_ADMIN\x10\x80\x89z\x12\x1c\n\x16ROLE_COMPLIANCE_VIEWER\x10\x81\x89z\x12\x15\n\x0eROLE_IAM_ADMIN\x10\xc0\x8d\xb7\x01\x12\x16\n\x0fROLE_IAM_VIEWER\x10\xc1\x8d\xb7\x01\x12\x1e\n\x17ROLE_ISSUANCE_HUB_ADMIN\x10\x80\x92\xf4\x01\x12\x1f\n\x18ROLE_ISSUANCE_HUB_VIEWER\x10\x81\x92\xf4\x01\x12\x19\n\x12ROLE_TRADING_ADMIN\x10\xc0\x96\xb1\x02\x12\x1a\n\x13ROLE_TRADING_VIEWER\x10\xc1\x96\xb1\x02\x12\x18\n\x11ROLE_REPORT_ADMIN\x10\x80\x9b\xee\x02\x12\x19\n\x12ROLE_REPORT_VIEWER\x10\x81\x9b\xee\x02:f\n\x0estandard_roles\x12\x1c.google.protobuf.FileOptions\x18\xd3\x86\x03 \x01(\x0b\x32\x1f.meshtrade.iam.role.v1.RoleListR\rstandardRoles:W\n\x05roles\x12\x1e.google.protobuf.MethodOptions\x18\xd5\x86\x03 \x01(\x0b\x32\x1f.meshtrade.iam.role.v1.RoleListR\x05rolesBN\n\x1c\x63o.meshtrade.api.iam.role.v1Z.github.com/meshtrade/api/go/iam/role/v1;rolev1b\x06proto3')
|
|
29
29
|
|
|
30
30
|
_globals = globals()
|
|
31
31
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -34,7 +34,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
34
34
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
35
35
|
_globals['DESCRIPTOR']._serialized_options = b'\n\034co.meshtrade.api.iam.role.v1Z.github.com/meshtrade/api/go/iam/role/v1;rolev1'
|
|
36
36
|
_globals['_ROLE']._serialized_start=157
|
|
37
|
-
_globals['_ROLE']._serialized_end=
|
|
37
|
+
_globals['_ROLE']._serialized_end=515
|
|
38
38
|
_globals['_ROLELIST']._serialized_start=93
|
|
39
39
|
_globals['_ROLELIST']._serialized_end=154
|
|
40
40
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -21,6 +21,8 @@ class Role(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
|
21
21
|
ROLE_ISSUANCE_HUB_VIEWER: _ClassVar[Role]
|
|
22
22
|
ROLE_TRADING_ADMIN: _ClassVar[Role]
|
|
23
23
|
ROLE_TRADING_VIEWER: _ClassVar[Role]
|
|
24
|
+
ROLE_REPORT_ADMIN: _ClassVar[Role]
|
|
25
|
+
ROLE_REPORT_VIEWER: _ClassVar[Role]
|
|
24
26
|
ROLE_UNSPECIFIED: Role
|
|
25
27
|
ROLE_WALLET_ADMIN: Role
|
|
26
28
|
ROLE_WALLET_VIEWER: Role
|
|
@@ -32,6 +34,8 @@ ROLE_ISSUANCE_HUB_ADMIN: Role
|
|
|
32
34
|
ROLE_ISSUANCE_HUB_VIEWER: Role
|
|
33
35
|
ROLE_TRADING_ADMIN: Role
|
|
34
36
|
ROLE_TRADING_VIEWER: Role
|
|
37
|
+
ROLE_REPORT_ADMIN: Role
|
|
38
|
+
ROLE_REPORT_VIEWER: Role
|
|
35
39
|
STANDARD_ROLES_FIELD_NUMBER: _ClassVar[int]
|
|
36
40
|
standard_roles: _descriptor.FieldDescriptor
|
|
37
41
|
ROLES_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -28,7 +28,7 @@ from meshtrade.iam.user.v1 import user_pb2 as meshtrade_dot_iam_dot_user_dot_v1_
|
|
|
28
28
|
from meshtrade.option.v1 import method_type_pb2 as meshtrade_dot_option_dot_v1_dot_method__type__pb2
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#meshtrade/iam/user/v1/service.proto\x12\x15meshtrade.iam.user.v1\x1a\x1b\x62uf/validate/validate.proto\x1a meshtrade/iam/role/v1/role.proto\x1a meshtrade/iam/user/v1/user.proto\x1a%meshtrade/option/v1/method_type.proto\"\x88\x04\n\x17\x41ssignRoleToUserRequest\x12\xac\x01\n\x05\x65mail\x18\x01 \x01(\tB\x95\x01\xbaH\x91\x01r7\x10\x01\x18\xfe\x01\x32\x30^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$\xba\x01U\n\x0e\x65mail.required\x12\x33\x65mail is required and must be a valid email address\x1a\x0esize(this) > 0R\x05\x65mail\x12\x9b\x01\n\x05group\x18\x02 \x01(\tB\x84\x01\xbaH\x80\x01r\x05\x10\x01\x18\xff\x01\xba\x01v\n\x0egroup.required\x12?group name is required and must be between 1 and 255 characters\x1a#size(this) > 0 && size(this) <= 255R\x05group\x12\x9f\x01\n\x04role\x18\x03 \x01(\x0e\x32\x1b.meshtrade.iam.role.v1.RoleBn\xbaHk\x82\x01\x04\x10\x01 \x00\xba\x01\x61\n\rrole.required\x12@role is required and must be a valid role type (not UNSPECIFIED)\x1a\x0eint(this) != 0R\x04role2
|
|
31
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#meshtrade/iam/user/v1/service.proto\x12\x15meshtrade.iam.user.v1\x1a\x1b\x62uf/validate/validate.proto\x1a meshtrade/iam/role/v1/role.proto\x1a meshtrade/iam/user/v1/user.proto\x1a%meshtrade/option/v1/method_type.proto\"\x88\x04\n\x17\x41ssignRoleToUserRequest\x12\xac\x01\n\x05\x65mail\x18\x01 \x01(\tB\x95\x01\xbaH\x91\x01r7\x10\x01\x18\xfe\x01\x32\x30^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$\xba\x01U\n\x0e\x65mail.required\x12\x33\x65mail is required and must be a valid email address\x1a\x0esize(this) > 0R\x05\x65mail\x12\x9b\x01\n\x05group\x18\x02 \x01(\tB\x84\x01\xbaH\x80\x01r\x05\x10\x01\x18\xff\x01\xba\x01v\n\x0egroup.required\x12?group name is required and must be between 1 and 255 characters\x1a#size(this) > 0 && size(this) <= 255R\x05group\x12\x9f\x01\n\x04role\x18\x03 \x01(\x0e\x32\x1b.meshtrade.iam.role.v1.RoleBn\xbaHk\x82\x01\x04\x10\x01 \x00\xba\x01\x61\n\rrole.required\x12@role is required and must be a valid role type (not UNSPECIFIED)\x1a\x0eint(this) != 0R\x04role2~\n\x0bUserService\x12o\n\x10\x41ssignRoleToUser\x12..meshtrade.iam.user.v1.AssignRoleToUserRequest\x1a\x1b.meshtrade.iam.user.v1.User\"\x0e\xa0\xb5\x18\x02\xaa\xb5\x18\x06\n\x04\xc0\x8d\xb7\x01\x42N\n\x1c\x63o.meshtrade.api.iam.user.v1Z.github.com/meshtrade/api/go/iam/user/v1;userv1b\x06proto3')
|
|
32
32
|
|
|
33
33
|
_globals = globals()
|
|
34
34
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -43,9 +43,9 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
43
43
|
_globals['_ASSIGNROLETOUSERREQUEST'].fields_by_name['role']._loaded_options = None
|
|
44
44
|
_globals['_ASSIGNROLETOUSERREQUEST'].fields_by_name['role']._serialized_options = b'\272Hk\202\001\004\020\001 \000\272\001a\n\rrole.required\022@role is required and must be a valid role type (not UNSPECIFIED)\032\016int(this) != 0'
|
|
45
45
|
_globals['_USERSERVICE'].methods_by_name['AssignRoleToUser']._loaded_options = None
|
|
46
|
-
_globals['_USERSERVICE'].methods_by_name['AssignRoleToUser']._serialized_options = b'\240\265\030\002\252\265\030\
|
|
46
|
+
_globals['_USERSERVICE'].methods_by_name['AssignRoleToUser']._serialized_options = b'\240\265\030\002\252\265\030\006\n\004\300\215\267\001'
|
|
47
47
|
_globals['_ASSIGNROLETOUSERREQUEST']._serialized_start=199
|
|
48
48
|
_globals['_ASSIGNROLETOUSERREQUEST']._serialized_end=719
|
|
49
49
|
_globals['_USERSERVICE']._serialized_start=721
|
|
50
|
-
_globals['_USERSERVICE']._serialized_end=
|
|
50
|
+
_globals['_USERSERVICE']._serialized_end=847
|
|
51
51
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"""Income Report v1 package."""
|
|
2
|
+
|
|
3
|
+
# ===================================================================
|
|
4
|
+
# AUTO-GENERATED SECTION - ONLY EDIT BELOW THE CLOSING COMMENT BLOCK
|
|
5
|
+
# ===================================================================
|
|
6
|
+
# This section is automatically managed by protoc-gen-meshpy.
|
|
7
|
+
#
|
|
8
|
+
# DO NOT EDIT ANYTHING IN THIS SECTION MANUALLY!
|
|
9
|
+
# Your changes will be overwritten during code generation.
|
|
10
|
+
#
|
|
11
|
+
# To add custom imports and exports, scroll down to the
|
|
12
|
+
# "MANUAL SECTION" indicated below.
|
|
13
|
+
# ===================================================================
|
|
14
|
+
|
|
15
|
+
# Generated protobuf imports
|
|
16
|
+
from .disclaimer_pb2 import Disclaimer
|
|
17
|
+
from .entry_pb2 import Entry, Narrative
|
|
18
|
+
from .income_report_pb2 import IncomeReport
|
|
19
|
+
from .service_pb2 import GetExcelIncomeReportRequest, GetExcelIncomeReportResponse, GetIncomeReportRequest
|
|
20
|
+
|
|
21
|
+
# Generated service imports
|
|
22
|
+
from .service_meshpy import (
|
|
23
|
+
IncomeReportService,
|
|
24
|
+
IncomeReportServiceGRPCClient,
|
|
25
|
+
IncomeReportServiceGRPCClientInterface,
|
|
26
|
+
)
|
|
27
|
+
from .service_options_meshpy import ClientOptions
|
|
28
|
+
|
|
29
|
+
# ===================================================================
|
|
30
|
+
# END OF AUTO-GENERATED SECTION
|
|
31
|
+
# ===================================================================
|
|
32
|
+
#
|
|
33
|
+
# MANUAL SECTION - ADD YOUR CUSTOM IMPORTS AND EXPORTS BELOW
|
|
34
|
+
#
|
|
35
|
+
# You can safely add your own imports, functions, classes, and exports
|
|
36
|
+
# in this section. They will be preserved across code generation.
|
|
37
|
+
#
|
|
38
|
+
# Example:
|
|
39
|
+
# from my_custom_module import my_function
|
|
40
|
+
#
|
|
41
|
+
# ===================================================================
|
|
42
|
+
|
|
43
|
+
# ===================================================================
|
|
44
|
+
# MODULE EXPORTS
|
|
45
|
+
# ===================================================================
|
|
46
|
+
# Combined auto-generated and manual exports
|
|
47
|
+
__all__ = [
|
|
48
|
+
# Generated exports
|
|
49
|
+
"ClientOptions",
|
|
50
|
+
"Disclaimer",
|
|
51
|
+
"Entry",
|
|
52
|
+
"GetExcelIncomeReportRequest",
|
|
53
|
+
"GetExcelIncomeReportResponse",
|
|
54
|
+
"GetIncomeReportRequest",
|
|
55
|
+
"IncomeReport",
|
|
56
|
+
"IncomeReportService",
|
|
57
|
+
"IncomeReportServiceGRPCClient",
|
|
58
|
+
"IncomeReportServiceGRPCClientInterface",
|
|
59
|
+
"Narrative",
|
|
60
|
+
]
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: meshtrade/reporting/income_report/v1/disclaimer.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'meshtrade/reporting/income_report/v1/disclaimer.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n5meshtrade/reporting/income_report/v1/disclaimer.proto\x12$meshtrade.reporting.income_report.v1\"D\n\nDisclaimer\x12\x14\n\x05title\x18\x01 \x01(\tR\x05title\x12 \n\x0b\x64\x65scription\x18\x02 \x01(\tR\x0b\x64\x65scriptionBu\n+co.meshtrade.api.reporting.income_report.v1ZFgithub.com/meshtrade/api/go/reporting/income_report/v1;income_reportv1b\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.reporting.income_report.v1.disclaimer_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n+co.meshtrade.api.reporting.income_report.v1ZFgithub.com/meshtrade/api/go/reporting/income_report/v1;income_reportv1'
|
|
35
|
+
_globals['_DISCLAIMER']._serialized_start=95
|
|
36
|
+
_globals['_DISCLAIMER']._serialized_end=163
|
|
37
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
from google.protobuf import descriptor as _descriptor
|
|
2
|
+
from google.protobuf import message as _message
|
|
3
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional
|
|
4
|
+
|
|
5
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
6
|
+
|
|
7
|
+
class Disclaimer(_message.Message):
|
|
8
|
+
__slots__ = ("title", "description")
|
|
9
|
+
TITLE_FIELD_NUMBER: _ClassVar[int]
|
|
10
|
+
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
11
|
+
title: str
|
|
12
|
+
description: str
|
|
13
|
+
def __init__(self, title: _Optional[str] = ..., description: _Optional[str] = ...) -> None: ...
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: meshtrade/reporting/income_report/v1/entry.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'meshtrade/reporting/income_report/v1/entry.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from meshtrade.type.v1 import token_pb2 as meshtrade_dot_type_dot_v1_dot_token__pb2
|
|
26
|
+
from meshtrade.type.v1 import amount_pb2 as meshtrade_dot_type_dot_v1_dot_amount__pb2
|
|
27
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0meshtrade/reporting/income_report/v1/entry.proto\x12$meshtrade.reporting.income_report.v1\x1a\x1dmeshtrade/type/v1/token.proto\x1a\x1emeshtrade/type/v1/amount.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xfd\x02\n\x05\x45ntry\x12\x1d\n\nasset_name\x18\x01 \x01(\tR\tassetName\x12.\n\x05token\x18\x02 \x01(\x0b\x32\x18.meshtrade.type.v1.TokenR\x05token\x12.\n\x04\x64\x61te\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x04\x64\x61te\x12 \n\x0b\x64\x65scription\x18\x04 \x01(\tR\x0b\x64\x65scription\x12M\n\tnarrative\x18\x05 \x01(\x0e\x32/.meshtrade.reporting.income_report.v1.NarrativeR\tnarrative\x12\x31\n\x06\x61mount\x18\x06 \x01(\x0b\x32\x19.meshtrade.type.v1.AmountR\x06\x61mount\x12Q\n\x17reported_currency_value\x18\x07 \x01(\x0b\x32\x19.meshtrade.type.v1.AmountR\x15reportedCurrencyValue*Q\n\tNarrative\x12\x19\n\x15NARRATIVE_UNSPECIFIED\x10\x00\x12\x13\n\x0fNARRATIVE_YIELD\x10\x01\x12\x14\n\x10NARRATIVE_COUPON\x10\x02\x42u\n+co.meshtrade.api.reporting.income_report.v1ZFgithub.com/meshtrade/api/go/reporting/income_report/v1;income_reportv1b\x06proto3')
|
|
31
|
+
|
|
32
|
+
_globals = globals()
|
|
33
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
34
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.reporting.income_report.v1.entry_pb2', _globals)
|
|
35
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
36
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
37
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n+co.meshtrade.api.reporting.income_report.v1ZFgithub.com/meshtrade/api/go/reporting/income_report/v1;income_reportv1'
|
|
38
|
+
_globals['_NARRATIVE']._serialized_start=570
|
|
39
|
+
_globals['_NARRATIVE']._serialized_end=651
|
|
40
|
+
_globals['_ENTRY']._serialized_start=187
|
|
41
|
+
_globals['_ENTRY']._serialized_end=568
|
|
42
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import datetime
|
|
2
|
+
|
|
3
|
+
from meshtrade.type.v1 import token_pb2 as _token_pb2
|
|
4
|
+
from meshtrade.type.v1 import amount_pb2 as _amount_pb2
|
|
5
|
+
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
6
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import message as _message
|
|
9
|
+
from collections.abc import Mapping as _Mapping
|
|
10
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
11
|
+
|
|
12
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
13
|
+
|
|
14
|
+
class Narrative(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
15
|
+
__slots__ = ()
|
|
16
|
+
NARRATIVE_UNSPECIFIED: _ClassVar[Narrative]
|
|
17
|
+
NARRATIVE_YIELD: _ClassVar[Narrative]
|
|
18
|
+
NARRATIVE_COUPON: _ClassVar[Narrative]
|
|
19
|
+
NARRATIVE_UNSPECIFIED: Narrative
|
|
20
|
+
NARRATIVE_YIELD: Narrative
|
|
21
|
+
NARRATIVE_COUPON: Narrative
|
|
22
|
+
|
|
23
|
+
class Entry(_message.Message):
|
|
24
|
+
__slots__ = ("asset_name", "token", "date", "description", "narrative", "amount", "reported_currency_value")
|
|
25
|
+
ASSET_NAME_FIELD_NUMBER: _ClassVar[int]
|
|
26
|
+
TOKEN_FIELD_NUMBER: _ClassVar[int]
|
|
27
|
+
DATE_FIELD_NUMBER: _ClassVar[int]
|
|
28
|
+
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
29
|
+
NARRATIVE_FIELD_NUMBER: _ClassVar[int]
|
|
30
|
+
AMOUNT_FIELD_NUMBER: _ClassVar[int]
|
|
31
|
+
REPORTED_CURRENCY_VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
32
|
+
asset_name: str
|
|
33
|
+
token: _token_pb2.Token
|
|
34
|
+
date: _timestamp_pb2.Timestamp
|
|
35
|
+
description: str
|
|
36
|
+
narrative: Narrative
|
|
37
|
+
amount: _amount_pb2.Amount
|
|
38
|
+
reported_currency_value: _amount_pb2.Amount
|
|
39
|
+
def __init__(self, asset_name: _Optional[str] = ..., token: _Optional[_Union[_token_pb2.Token, _Mapping]] = ..., date: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., description: _Optional[str] = ..., narrative: _Optional[_Union[Narrative, str]] = ..., amount: _Optional[_Union[_amount_pb2.Amount, _Mapping]] = ..., reported_currency_value: _Optional[_Union[_amount_pb2.Amount, _Mapping]] = ...) -> None: ...
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: meshtrade/reporting/income_report/v1/income_report.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'meshtrade/reporting/income_report/v1/income_report.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
26
|
+
from meshtrade.type.v1 import token_pb2 as meshtrade_dot_type_dot_v1_dot_token__pb2
|
|
27
|
+
from meshtrade.type.v1 import address_pb2 as meshtrade_dot_type_dot_v1_dot_address__pb2
|
|
28
|
+
from meshtrade.reporting.income_report.v1 import disclaimer_pb2 as meshtrade_dot_reporting_dot_income__report_dot_v1_dot_disclaimer__pb2
|
|
29
|
+
from meshtrade.reporting.income_report.v1 import entry_pb2 as meshtrade_dot_reporting_dot_income__report_dot_v1_dot_entry__pb2
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8meshtrade/reporting/income_report/v1/income_report.proto\x12$meshtrade.reporting.income_report.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dmeshtrade/type/v1/token.proto\x1a\x1fmeshtrade/type/v1/address.proto\x1a\x35meshtrade/reporting/income_report/v1/disclaimer.proto\x1a\x30meshtrade/reporting/income_report/v1/entry.proto\"\x99\x05\n\x0cIncomeReport\x12\x45\n\x07\x65ntries\x18\x01 \x03(\x0b\x32+.meshtrade.reporting.income_report.v1.EntryR\x07\x65ntries\x12G\n\x12reporting_currency\x18\x02 \x01(\x0b\x32\x18.meshtrade.type.v1.TokenR\x11reportingCurrency\x12Q\n\x06period\x18\x03 \x01(\x0b\x32\x39.meshtrade.reporting.income_report.v1.IncomeReport.PeriodR\x06period\x12\x43\n\x0fgeneration_date\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0egenerationDate\x12%\n\x0e\x61\x63\x63ount_number\x18\x05 \x01(\tR\raccountNumber\x12R\n\x0b\x64isclaimers\x18\x06 \x03(\x0b\x32\x30.meshtrade.reporting.income_report.v1.DisclaimerR\x0b\x64isclaimers\x12\x41\n\x0e\x63lient_address\x18\x07 \x01(\x0b\x32\x1a.meshtrade.type.v1.AddressR\rclientAddress\x12\x1f\n\x0b\x63lient_name\x18\x08 \x01(\tR\nclientName\x12\x1c\n\tcopyright\x18\t \x01(\tR\tcopyright\x1a\x64\n\x06Period\x12.\n\x04\x66rom\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x04\x66rom\x12*\n\x02to\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x02toBu\n+co.meshtrade.api.reporting.income_report.v1ZFgithub.com/meshtrade/api/go/reporting/income_report/v1;income_reportv1b\x06proto3')
|
|
33
|
+
|
|
34
|
+
_globals = globals()
|
|
35
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
36
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.reporting.income_report.v1.income_report_pb2', _globals)
|
|
37
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
38
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
39
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n+co.meshtrade.api.reporting.income_report.v1ZFgithub.com/meshtrade/api/go/reporting/income_report/v1;income_reportv1'
|
|
40
|
+
_globals['_INCOMEREPORT']._serialized_start=301
|
|
41
|
+
_globals['_INCOMEREPORT']._serialized_end=966
|
|
42
|
+
_globals['_INCOMEREPORT_PERIOD']._serialized_start=866
|
|
43
|
+
_globals['_INCOMEREPORT_PERIOD']._serialized_end=966
|
|
44
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import datetime
|
|
2
|
+
|
|
3
|
+
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
4
|
+
from meshtrade.type.v1 import token_pb2 as _token_pb2
|
|
5
|
+
from meshtrade.type.v1 import address_pb2 as _address_pb2
|
|
6
|
+
from meshtrade.reporting.income_report.v1 import disclaimer_pb2 as _disclaimer_pb2
|
|
7
|
+
from meshtrade.reporting.income_report.v1 import entry_pb2 as _entry_pb2
|
|
8
|
+
from google.protobuf.internal import containers as _containers
|
|
9
|
+
from google.protobuf import descriptor as _descriptor
|
|
10
|
+
from google.protobuf import message as _message
|
|
11
|
+
from collections.abc import Iterable as _Iterable, Mapping as _Mapping
|
|
12
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
13
|
+
|
|
14
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
15
|
+
|
|
16
|
+
class IncomeReport(_message.Message):
|
|
17
|
+
__slots__ = ("entries", "reporting_currency", "period", "generation_date", "account_number", "disclaimers", "client_address", "client_name", "copyright")
|
|
18
|
+
class Period(_message.Message):
|
|
19
|
+
__slots__ = ("to",)
|
|
20
|
+
FROM_FIELD_NUMBER: _ClassVar[int]
|
|
21
|
+
TO_FIELD_NUMBER: _ClassVar[int]
|
|
22
|
+
to: _timestamp_pb2.Timestamp
|
|
23
|
+
def __init__(self, to: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., **kwargs) -> None: ...
|
|
24
|
+
ENTRIES_FIELD_NUMBER: _ClassVar[int]
|
|
25
|
+
REPORTING_CURRENCY_FIELD_NUMBER: _ClassVar[int]
|
|
26
|
+
PERIOD_FIELD_NUMBER: _ClassVar[int]
|
|
27
|
+
GENERATION_DATE_FIELD_NUMBER: _ClassVar[int]
|
|
28
|
+
ACCOUNT_NUMBER_FIELD_NUMBER: _ClassVar[int]
|
|
29
|
+
DISCLAIMERS_FIELD_NUMBER: _ClassVar[int]
|
|
30
|
+
CLIENT_ADDRESS_FIELD_NUMBER: _ClassVar[int]
|
|
31
|
+
CLIENT_NAME_FIELD_NUMBER: _ClassVar[int]
|
|
32
|
+
COPYRIGHT_FIELD_NUMBER: _ClassVar[int]
|
|
33
|
+
entries: _containers.RepeatedCompositeFieldContainer[_entry_pb2.Entry]
|
|
34
|
+
reporting_currency: _token_pb2.Token
|
|
35
|
+
period: IncomeReport.Period
|
|
36
|
+
generation_date: _timestamp_pb2.Timestamp
|
|
37
|
+
account_number: str
|
|
38
|
+
disclaimers: _containers.RepeatedCompositeFieldContainer[_disclaimer_pb2.Disclaimer]
|
|
39
|
+
client_address: _address_pb2.Address
|
|
40
|
+
client_name: str
|
|
41
|
+
copyright: str
|
|
42
|
+
def __init__(self, entries: _Optional[_Iterable[_Union[_entry_pb2.Entry, _Mapping]]] = ..., reporting_currency: _Optional[_Union[_token_pb2.Token, _Mapping]] = ..., period: _Optional[_Union[IncomeReport.Period, _Mapping]] = ..., generation_date: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., account_number: _Optional[str] = ..., disclaimers: _Optional[_Iterable[_Union[_disclaimer_pb2.Disclaimer, _Mapping]]] = ..., client_address: _Optional[_Union[_address_pb2.Address, _Mapping]] = ..., client_name: _Optional[str] = ..., copyright: _Optional[str] = ...) -> None: ...
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
# Code generated by protoc-gen-meshpy. DO NOT EDIT.
|
|
2
|
+
# source: meshtrade/reporting/income_report/v1/service.proto
|
|
3
|
+
|
|
4
|
+
"""
|
|
5
|
+
IncomeReportService gRPC service wrapper with authentication, timeouts, and resource management.
|
|
6
|
+
|
|
7
|
+
This module provides a high-level gRPC service for the IncomeReportService service that combines
|
|
8
|
+
the service interface with resource management capabilities, providing authentication,
|
|
9
|
+
timeouts, and proper connection handling.
|
|
10
|
+
"""
|
|
11
|
+
|
|
12
|
+
from datetime import timedelta
|
|
13
|
+
from typing import Optional
|
|
14
|
+
|
|
15
|
+
from meshtrade.common import BaseGRPCClient
|
|
16
|
+
from meshtrade.iam.api_user.v1.api_credentials import find_credentials
|
|
17
|
+
|
|
18
|
+
from .service_options_meshpy import ServiceOptions
|
|
19
|
+
from .service_pb2 import (
|
|
20
|
+
GetExcelIncomeReportRequest,
|
|
21
|
+
GetExcelIncomeReportResponse,
|
|
22
|
+
GetIncomeReportRequest,
|
|
23
|
+
IncomeReport,
|
|
24
|
+
)
|
|
25
|
+
from .service_pb2_grpc import IncomeReportServiceStub
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
def _create_incomereportservice_stub(channel):
|
|
29
|
+
"""Factory function to create IncomeReportServiceStub from gRPC channel."""
|
|
30
|
+
return IncomeReportServiceStub(channel)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
class IncomeReportService(BaseGRPCClient):
|
|
34
|
+
"""IncomeReportService gRPC service with authentication, timeouts, and resource management.
|
|
35
|
+
|
|
36
|
+
This service provides a complete implementation of the IncomeReportService with proper authentication, timeout handling, and automatic resource cleanup.
|
|
37
|
+
|
|
38
|
+
Full Service documentation: https://meshtrade.github.io/api/docs/api-reference/reporting/income_report/v1
|
|
39
|
+
|
|
40
|
+
Basic service usage with default SDK Configuration:
|
|
41
|
+
```python
|
|
42
|
+
service = IncomeReportService()
|
|
43
|
+
|
|
44
|
+
with service: # `with` ensures proper clean up of underlying connection after use
|
|
45
|
+
response = service.get_api_user(request)
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
With default configuration API credentials are searched for using the standard discovery hierarchy:
|
|
49
|
+
|
|
50
|
+
1. MESH_API_CREDENTIALS environment variable
|
|
51
|
+
|
|
52
|
+
2. Default credential file location:
|
|
53
|
+
|
|
54
|
+
- Linux: `$XDG_CONFIG_HOME/mesh/credentials.json` or fallback to `$HOME/.config/mesh/credentials.json`
|
|
55
|
+
- macOS: `$HOME/Library/Application Support/mesh/credentials.json`
|
|
56
|
+
- Windows: `C:\\Users\\<user>\\AppData\\Roaming\\mesh\\credentials.json`
|
|
57
|
+
|
|
58
|
+
For more information on authentication: https://meshtrade.github.io/api/docs/architecture/authentication
|
|
59
|
+
|
|
60
|
+
The service may also be configured with custom options:
|
|
61
|
+
```python
|
|
62
|
+
from .service_options_meshpy import ServiceOptions
|
|
63
|
+
from datetime import timedelta
|
|
64
|
+
|
|
65
|
+
options = ServiceOptions(
|
|
66
|
+
url="api.staging.example.com",
|
|
67
|
+
port=443,
|
|
68
|
+
api_key="your-api-key",
|
|
69
|
+
group="groups/your-group-id",
|
|
70
|
+
timeout=timedelta(seconds=60)
|
|
71
|
+
)
|
|
72
|
+
|
|
73
|
+
service = IncomeReportService(options)
|
|
74
|
+
|
|
75
|
+
with service: # `with` ensures proper clean up of underlying connection after use
|
|
76
|
+
response = service.get_api_user(request)
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
For more information on service configuration: https://meshtrade.github.io/api/docs/architecture/sdk-configuration
|
|
80
|
+
"""
|
|
81
|
+
|
|
82
|
+
def __init__(self, options: Optional[ServiceOptions] = None):
|
|
83
|
+
"""Construct and initialize the IncomeReportService service.
|
|
84
|
+
|
|
85
|
+
Full Service documentation: https://meshtrade.github.io/api/docs/api-reference/reporting/income_report/v1
|
|
86
|
+
|
|
87
|
+
Args:
|
|
88
|
+
options: Optional ServiceOptions for configuring the service.
|
|
89
|
+
If None, service is constructed with default configuration.
|
|
90
|
+
With default configuration API credentials are searched for using the standard discovery hierarchy:
|
|
91
|
+
|
|
92
|
+
1. MESH_API_CREDENTIALS environment variable
|
|
93
|
+
|
|
94
|
+
2. Default credential file location:
|
|
95
|
+
|
|
96
|
+
- Linux: `$XDG_CONFIG_HOME/mesh/credentials.json` or fallback to `$HOME/.config/mesh/credentials.json`
|
|
97
|
+
- macOS: `$HOME/Library/Application Support/mesh/credentials.json`
|
|
98
|
+
- Windows: `C:\\Users\\<user>\\AppData\\Roaming\\mesh\\credentials.json`
|
|
99
|
+
|
|
100
|
+
For more information on authentication: https://meshtrade.github.io/api/docs/architecture/authentication
|
|
101
|
+
|
|
102
|
+
For more information on service configuration: https://meshtrade.github.io/api/docs/architecture/sdk-configuration
|
|
103
|
+
|
|
104
|
+
Example:
|
|
105
|
+
```python
|
|
106
|
+
# construct with default configuration
|
|
107
|
+
service = IncomeReportService()
|
|
108
|
+
|
|
109
|
+
# construct with custom configuration
|
|
110
|
+
options = ServiceOptions(
|
|
111
|
+
url="api.example.com",
|
|
112
|
+
api_key="your-key",
|
|
113
|
+
group="groups/your-group"
|
|
114
|
+
)
|
|
115
|
+
service = IncomeReportService(options)
|
|
116
|
+
```
|
|
117
|
+
"""
|
|
118
|
+
if options is None:
|
|
119
|
+
options = ServiceOptions()
|
|
120
|
+
|
|
121
|
+
# Initialize the base client with all common functionality
|
|
122
|
+
super().__init__(
|
|
123
|
+
service_name="IncomeReportService",
|
|
124
|
+
stub_factory=_create_incomereportservice_stub,
|
|
125
|
+
find_credentials_func=find_credentials,
|
|
126
|
+
url=options.url,
|
|
127
|
+
port=options.port,
|
|
128
|
+
api_key=options.api_key,
|
|
129
|
+
group=options.group,
|
|
130
|
+
timeout=options.timeout,
|
|
131
|
+
tls=options.tls,
|
|
132
|
+
)
|
|
133
|
+
|
|
134
|
+
def get_income_report(self, request: GetIncomeReportRequest, timeout: Optional[timedelta] = None) -> IncomeReport:
|
|
135
|
+
"""GetIncomeReport method.
|
|
136
|
+
|
|
137
|
+
Args:
|
|
138
|
+
request: The GetIncomeReport request message
|
|
139
|
+
timeout: Optional timeout override for this call
|
|
140
|
+
|
|
141
|
+
Returns:
|
|
142
|
+
The GetIncomeReport response message
|
|
143
|
+
|
|
144
|
+
Raises:
|
|
145
|
+
grpc.RpcError: If the gRPC call fails
|
|
146
|
+
ValueError: If authentication credentials are missing
|
|
147
|
+
"""
|
|
148
|
+
return self._execute_method("GetIncomeReport", request, timeout)
|
|
149
|
+
|
|
150
|
+
def get_excel_income_report(self, request: GetExcelIncomeReportRequest, timeout: Optional[timedelta] = None) -> GetExcelIncomeReportResponse:
|
|
151
|
+
"""GetExcelIncomeReport method.
|
|
152
|
+
|
|
153
|
+
Args:
|
|
154
|
+
request: The GetExcelIncomeReport request message
|
|
155
|
+
timeout: Optional timeout override for this call
|
|
156
|
+
|
|
157
|
+
Returns:
|
|
158
|
+
The GetExcelIncomeReport response message
|
|
159
|
+
|
|
160
|
+
Raises:
|
|
161
|
+
grpc.RpcError: If the gRPC call fails
|
|
162
|
+
ValueError: If authentication credentials are missing
|
|
163
|
+
"""
|
|
164
|
+
return self._execute_method("GetExcelIncomeReport", request, timeout)
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
# Create aliases to match expected exports
|
|
168
|
+
IncomeReportServiceGRPCClient = IncomeReportService
|
|
169
|
+
IncomeReportServiceGRPCClientInterface = IncomeReportService
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
# Code generated by protoc-gen-meshpy. DO NOT EDIT.
|
|
2
|
+
# source: meshtrade/reporting/income_report/v1/service.proto
|
|
3
|
+
|
|
4
|
+
"""
|
|
5
|
+
Configuration options for IncomeReportService gRPC service.
|
|
6
|
+
This module provides a clean, extensible way to configure the service with optional
|
|
7
|
+
parameters while maintaining backward compatibility and readability.
|
|
8
|
+
"""
|
|
9
|
+
|
|
10
|
+
from datetime import timedelta
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
class ServiceOptions:
|
|
14
|
+
"""Configuration options for IncomeReportService gRPC service.
|
|
15
|
+
|
|
16
|
+
This class provides a clean, extensible way to configure the service with optional
|
|
17
|
+
parameters while maintaining backward compatibility and readability.
|
|
18
|
+
"""
|
|
19
|
+
|
|
20
|
+
def __init__(
|
|
21
|
+
self,
|
|
22
|
+
tls: bool = True,
|
|
23
|
+
url: str | None = None,
|
|
24
|
+
port: int | None = None,
|
|
25
|
+
api_key: str | None = None,
|
|
26
|
+
group: str | None = None,
|
|
27
|
+
timeout: timedelta = timedelta(seconds=30),
|
|
28
|
+
):
|
|
29
|
+
"""Initialize service options.
|
|
30
|
+
|
|
31
|
+
Args:
|
|
32
|
+
tls: Whether to use TLS encryption for the gRPC connection.
|
|
33
|
+
When True, establishes a secure connection using TLS.
|
|
34
|
+
When False, uses an insecure connection.
|
|
35
|
+
Default: True (secure connection)
|
|
36
|
+
|
|
37
|
+
url: The server hostname or IP address (e.g., "api.example.com", "localhost").
|
|
38
|
+
Default: Uses DEFAULT_GRPC_URL from common module
|
|
39
|
+
|
|
40
|
+
port: The server port number (e.g., 443 for HTTPS, 8080 for development).
|
|
41
|
+
Default: Uses DEFAULT_GRPC_PORT from common module
|
|
42
|
+
|
|
43
|
+
api_key: The API key string (without "Bearer " prefix) for authentication.
|
|
44
|
+
The API key will be sent as a Bearer token in the Authorization header.
|
|
45
|
+
This is the primary authentication method for service-to-service communication.
|
|
46
|
+
|
|
47
|
+
group: The group resource name in format groups/{group_id} required for all API requests.
|
|
48
|
+
The group determines the authorization context for operations
|
|
49
|
+
and is sent as an "x-group" header with every request.
|
|
50
|
+
|
|
51
|
+
timeout: The default timeout for all gRPC method calls.
|
|
52
|
+
This timeout applies to individual method calls and helps prevent hanging requests.
|
|
53
|
+
If a request takes longer than the specified timeout, it will be cancelled.
|
|
54
|
+
Default: 30 seconds
|
|
55
|
+
"""
|
|
56
|
+
self.tls = tls
|
|
57
|
+
self.url = url
|
|
58
|
+
self.port = port
|
|
59
|
+
self.api_key = api_key
|
|
60
|
+
self.group = group
|
|
61
|
+
self.timeout = timeout
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
# Create alias to match expected exports
|
|
65
|
+
ClientOptions = ServiceOptions
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: meshtrade/reporting/income_report/v1/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/reporting/income_report/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 google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
27
|
+
from meshtrade.reporting.income_report.v1 import income_report_pb2 as meshtrade_dot_reporting_dot_income__report_dot_v1_dot_income__report__pb2
|
|
28
|
+
from meshtrade.iam.role.v1 import role_pb2 as meshtrade_dot_iam_dot_role_dot_v1_dot_role__pb2
|
|
29
|
+
from meshtrade.option.v1 import method_type_pb2 as meshtrade_dot_option_dot_v1_dot_method__type__pb2
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2meshtrade/reporting/income_report/v1/service.proto\x12$meshtrade.reporting.income_report.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x38meshtrade/reporting/income_report/v1/income_report.proto\x1a meshtrade/iam/role/v1/role.proto\x1a%meshtrade/option/v1/method_type.proto\"\x95\x01\n\x16GetIncomeReportRequest\x12\x1f\n\x0b\x61\x63\x63ount_num\x18\x01 \x01(\tR\naccountNum\x12.\n\x04\x66rom\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x04\x66rom\x12*\n\x02to\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x02to\"\x82\x03\n\x1bGetExcelIncomeReportRequest\x12\x84\x01\n\x0b\x61\x63\x63ount_num\x18\x01 \x01(\tBc\xbaH`r\x0f\x10\x01\x32\x0b^[0-9]{1,}$\xba\x01L\n\x14\x61\x63\x63ount_num.required\x12\x17\x61\x63\x63ount_num is required\x1a\x1bthis.matches(\'^[0-9]{1,}$\')R\naccountNum\x12q\n\x04\x66rom\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampBA\xbaH>\xba\x01;\n\rfrom.required\x12\x1c\'from\' timestamp is required\x1a\x0cthis != nullR\x04\x66rom\x12i\n\x02to\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB=\xbaH:\xba\x01\x37\n\x0bto.required\x12\x1a\'to\' timestamp is required\x1a\x0cthis != nullR\x02to\"A\n\x1cGetExcelIncomeReportResponse\x12!\n\x0c\x65xcel_base64\x18\x01 \x01(\tR\x0b\x65xcelBase642\xdb\x02\n\x13IncomeReportService\x12\x93\x01\n\x0fGetIncomeReport\x12<.meshtrade.reporting.income_report.v1.GetIncomeReportRequest\x1a\x32.meshtrade.reporting.income_report.v1.IncomeReport\"\x0e\xa0\xb5\x18\x01\xaa\xb5\x18\x06\n\x04\x81\x9b\xee\x02\x12\xad\x01\n\x14GetExcelIncomeReport\x12\x41.meshtrade.reporting.income_report.v1.GetExcelIncomeReportRequest\x1a\x42.meshtrade.reporting.income_report.v1.GetExcelIncomeReportResponse\"\x0e\xa0\xb5\x18\x01\xaa\xb5\x18\x06\n\x04\x81\x9b\xee\x02\x42u\n+co.meshtrade.api.reporting.income_report.v1ZFgithub.com/meshtrade/api/go/reporting/income_report/v1;income_reportv1b\x06proto3')
|
|
33
|
+
|
|
34
|
+
_globals = globals()
|
|
35
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
36
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.reporting.income_report.v1.service_pb2', _globals)
|
|
37
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
38
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
39
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n+co.meshtrade.api.reporting.income_report.v1ZFgithub.com/meshtrade/api/go/reporting/income_report/v1;income_reportv1'
|
|
40
|
+
_globals['_GETEXCELINCOMEREPORTREQUEST'].fields_by_name['account_num']._loaded_options = None
|
|
41
|
+
_globals['_GETEXCELINCOMEREPORTREQUEST'].fields_by_name['account_num']._serialized_options = b'\272H`r\017\020\0012\013^[0-9]{1,}$\272\001L\n\024account_num.required\022\027account_num is required\032\033this.matches(\'^[0-9]{1,}$\')'
|
|
42
|
+
_globals['_GETEXCELINCOMEREPORTREQUEST'].fields_by_name['from']._loaded_options = None
|
|
43
|
+
_globals['_GETEXCELINCOMEREPORTREQUEST'].fields_by_name['from']._serialized_options = b'\272H>\272\001;\n\rfrom.required\022\034\'from\' timestamp is required\032\014this != null'
|
|
44
|
+
_globals['_GETEXCELINCOMEREPORTREQUEST'].fields_by_name['to']._loaded_options = None
|
|
45
|
+
_globals['_GETEXCELINCOMEREPORTREQUEST'].fields_by_name['to']._serialized_options = b'\272H:\272\0017\n\013to.required\022\032\'to\' timestamp is required\032\014this != null'
|
|
46
|
+
_globals['_INCOMEREPORTSERVICE'].methods_by_name['GetIncomeReport']._loaded_options = None
|
|
47
|
+
_globals['_INCOMEREPORTSERVICE'].methods_by_name['GetIncomeReport']._serialized_options = b'\240\265\030\001\252\265\030\006\n\004\201\233\356\002'
|
|
48
|
+
_globals['_INCOMEREPORTSERVICE'].methods_by_name['GetExcelIncomeReport']._loaded_options = None
|
|
49
|
+
_globals['_INCOMEREPORTSERVICE'].methods_by_name['GetExcelIncomeReport']._serialized_options = b'\240\265\030\001\252\265\030\006\n\004\201\233\356\002'
|
|
50
|
+
_globals['_GETINCOMEREPORTREQUEST']._serialized_start=286
|
|
51
|
+
_globals['_GETINCOMEREPORTREQUEST']._serialized_end=435
|
|
52
|
+
_globals['_GETEXCELINCOMEREPORTREQUEST']._serialized_start=438
|
|
53
|
+
_globals['_GETEXCELINCOMEREPORTREQUEST']._serialized_end=824
|
|
54
|
+
_globals['_GETEXCELINCOMEREPORTRESPONSE']._serialized_start=826
|
|
55
|
+
_globals['_GETEXCELINCOMEREPORTRESPONSE']._serialized_end=891
|
|
56
|
+
_globals['_INCOMEREPORTSERVICE']._serialized_start=894
|
|
57
|
+
_globals['_INCOMEREPORTSERVICE']._serialized_end=1241
|
|
58
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import datetime
|
|
2
|
+
|
|
3
|
+
from buf.validate import validate_pb2 as _validate_pb2
|
|
4
|
+
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
5
|
+
from meshtrade.reporting.income_report.v1 import income_report_pb2 as _income_report_pb2
|
|
6
|
+
from meshtrade.iam.role.v1 import role_pb2 as _role_pb2
|
|
7
|
+
from meshtrade.option.v1 import method_type_pb2 as _method_type_pb2
|
|
8
|
+
from google.protobuf import descriptor as _descriptor
|
|
9
|
+
from google.protobuf import message as _message
|
|
10
|
+
from collections.abc import Mapping as _Mapping
|
|
11
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
12
|
+
|
|
13
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
14
|
+
|
|
15
|
+
class GetIncomeReportRequest(_message.Message):
|
|
16
|
+
__slots__ = ("account_num", "to")
|
|
17
|
+
ACCOUNT_NUM_FIELD_NUMBER: _ClassVar[int]
|
|
18
|
+
FROM_FIELD_NUMBER: _ClassVar[int]
|
|
19
|
+
TO_FIELD_NUMBER: _ClassVar[int]
|
|
20
|
+
account_num: str
|
|
21
|
+
to: _timestamp_pb2.Timestamp
|
|
22
|
+
def __init__(self, account_num: _Optional[str] = ..., to: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., **kwargs) -> None: ...
|
|
23
|
+
|
|
24
|
+
class GetExcelIncomeReportRequest(_message.Message):
|
|
25
|
+
__slots__ = ("account_num", "to")
|
|
26
|
+
ACCOUNT_NUM_FIELD_NUMBER: _ClassVar[int]
|
|
27
|
+
FROM_FIELD_NUMBER: _ClassVar[int]
|
|
28
|
+
TO_FIELD_NUMBER: _ClassVar[int]
|
|
29
|
+
account_num: str
|
|
30
|
+
to: _timestamp_pb2.Timestamp
|
|
31
|
+
def __init__(self, account_num: _Optional[str] = ..., to: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., **kwargs) -> None: ...
|
|
32
|
+
|
|
33
|
+
class GetExcelIncomeReportResponse(_message.Message):
|
|
34
|
+
__slots__ = ("excel_base64",)
|
|
35
|
+
EXCEL_BASE64_FIELD_NUMBER: _ClassVar[int]
|
|
36
|
+
excel_base64: str
|
|
37
|
+
def __init__(self, excel_base64: _Optional[str] = ...) -> None: ...
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
|
2
|
+
"""Client and server classes corresponding to protobuf-defined services."""
|
|
3
|
+
import grpc
|
|
4
|
+
|
|
5
|
+
from meshtrade.reporting.income_report.v1 import income_report_pb2 as meshtrade_dot_reporting_dot_income__report_dot_v1_dot_income__report__pb2
|
|
6
|
+
from meshtrade.reporting.income_report.v1 import service_pb2 as meshtrade_dot_reporting_dot_income__report_dot_v1_dot_service__pb2
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class IncomeReportServiceStub(object):
|
|
10
|
+
"""
|
|
11
|
+
IncomeReportService manages income report generation and export.
|
|
12
|
+
|
|
13
|
+
This service allows clients to retrieve structured income reports
|
|
14
|
+
and download them as Excel files. Reports are generated for a
|
|
15
|
+
specified account over a given time range and denominated in
|
|
16
|
+
a selected reporting currency.
|
|
17
|
+
|
|
18
|
+
All operations require access to financial reporting permissions.
|
|
19
|
+
"""
|
|
20
|
+
|
|
21
|
+
def __init__(self, channel):
|
|
22
|
+
"""Constructor.
|
|
23
|
+
|
|
24
|
+
Args:
|
|
25
|
+
channel: A grpc.Channel.
|
|
26
|
+
"""
|
|
27
|
+
self.GetIncomeReport = channel.unary_unary(
|
|
28
|
+
'/meshtrade.reporting.income_report.v1.IncomeReportService/GetIncomeReport',
|
|
29
|
+
request_serializer=meshtrade_dot_reporting_dot_income__report_dot_v1_dot_service__pb2.GetIncomeReportRequest.SerializeToString,
|
|
30
|
+
response_deserializer=meshtrade_dot_reporting_dot_income__report_dot_v1_dot_income__report__pb2.IncomeReport.FromString,
|
|
31
|
+
_registered_method=True)
|
|
32
|
+
self.GetExcelIncomeReport = channel.unary_unary(
|
|
33
|
+
'/meshtrade.reporting.income_report.v1.IncomeReportService/GetExcelIncomeReport',
|
|
34
|
+
request_serializer=meshtrade_dot_reporting_dot_income__report_dot_v1_dot_service__pb2.GetExcelIncomeReportRequest.SerializeToString,
|
|
35
|
+
response_deserializer=meshtrade_dot_reporting_dot_income__report_dot_v1_dot_service__pb2.GetExcelIncomeReportResponse.FromString,
|
|
36
|
+
_registered_method=True)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
class IncomeReportServiceServicer(object):
|
|
40
|
+
"""
|
|
41
|
+
IncomeReportService manages income report generation and export.
|
|
42
|
+
|
|
43
|
+
This service allows clients to retrieve structured income reports
|
|
44
|
+
and download them as Excel files. Reports are generated for a
|
|
45
|
+
specified account over a given time range and denominated in
|
|
46
|
+
a selected reporting currency.
|
|
47
|
+
|
|
48
|
+
All operations require access to financial reporting permissions.
|
|
49
|
+
"""
|
|
50
|
+
|
|
51
|
+
def GetIncomeReport(self, request, context):
|
|
52
|
+
"""
|
|
53
|
+
Retrieves a structured income report for a specific account and time range.
|
|
54
|
+
|
|
55
|
+
Parameters:
|
|
56
|
+
- account_num: Unique account identifier
|
|
57
|
+
- from: Start timestamp for the report period
|
|
58
|
+
- to: End timestamp for the report period
|
|
59
|
+
- reporting_currency_token: Token in which report values are denominated
|
|
60
|
+
|
|
61
|
+
Returns:
|
|
62
|
+
- GetIncomeReportResponse: Structured income report with earnings breakdown
|
|
63
|
+
"""
|
|
64
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
65
|
+
context.set_details('Method not implemented!')
|
|
66
|
+
raise NotImplementedError('Method not implemented!')
|
|
67
|
+
|
|
68
|
+
def GetExcelIncomeReport(self, request, context):
|
|
69
|
+
"""
|
|
70
|
+
Exports an income report to Excel format for download.
|
|
71
|
+
|
|
72
|
+
Parameters:
|
|
73
|
+
- account_num: Unique account identifier
|
|
74
|
+
- from: Start timestamp for the report period
|
|
75
|
+
- to: End timestamp for the report period
|
|
76
|
+
- reporting_currency_token: Token in which report values are denominated
|
|
77
|
+
|
|
78
|
+
Returns:
|
|
79
|
+
- GetExcelIncomeReportResponse: Base64-encoded Excel file containing the report
|
|
80
|
+
"""
|
|
81
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
82
|
+
context.set_details('Method not implemented!')
|
|
83
|
+
raise NotImplementedError('Method not implemented!')
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
def add_IncomeReportServiceServicer_to_server(servicer, server):
|
|
87
|
+
rpc_method_handlers = {
|
|
88
|
+
'GetIncomeReport': grpc.unary_unary_rpc_method_handler(
|
|
89
|
+
servicer.GetIncomeReport,
|
|
90
|
+
request_deserializer=meshtrade_dot_reporting_dot_income__report_dot_v1_dot_service__pb2.GetIncomeReportRequest.FromString,
|
|
91
|
+
response_serializer=meshtrade_dot_reporting_dot_income__report_dot_v1_dot_income__report__pb2.IncomeReport.SerializeToString,
|
|
92
|
+
),
|
|
93
|
+
'GetExcelIncomeReport': grpc.unary_unary_rpc_method_handler(
|
|
94
|
+
servicer.GetExcelIncomeReport,
|
|
95
|
+
request_deserializer=meshtrade_dot_reporting_dot_income__report_dot_v1_dot_service__pb2.GetExcelIncomeReportRequest.FromString,
|
|
96
|
+
response_serializer=meshtrade_dot_reporting_dot_income__report_dot_v1_dot_service__pb2.GetExcelIncomeReportResponse.SerializeToString,
|
|
97
|
+
),
|
|
98
|
+
}
|
|
99
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
|
100
|
+
'meshtrade.reporting.income_report.v1.IncomeReportService', rpc_method_handlers)
|
|
101
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
|
102
|
+
server.add_registered_method_handlers('meshtrade.reporting.income_report.v1.IncomeReportService', rpc_method_handlers)
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
# This class is part of an EXPERIMENTAL API.
|
|
106
|
+
class IncomeReportService(object):
|
|
107
|
+
"""
|
|
108
|
+
IncomeReportService manages income report generation and export.
|
|
109
|
+
|
|
110
|
+
This service allows clients to retrieve structured income reports
|
|
111
|
+
and download them as Excel files. Reports are generated for a
|
|
112
|
+
specified account over a given time range and denominated in
|
|
113
|
+
a selected reporting currency.
|
|
114
|
+
|
|
115
|
+
All operations require access to financial reporting permissions.
|
|
116
|
+
"""
|
|
117
|
+
|
|
118
|
+
@staticmethod
|
|
119
|
+
def GetIncomeReport(request,
|
|
120
|
+
target,
|
|
121
|
+
options=(),
|
|
122
|
+
channel_credentials=None,
|
|
123
|
+
call_credentials=None,
|
|
124
|
+
insecure=False,
|
|
125
|
+
compression=None,
|
|
126
|
+
wait_for_ready=None,
|
|
127
|
+
timeout=None,
|
|
128
|
+
metadata=None):
|
|
129
|
+
return grpc.experimental.unary_unary(
|
|
130
|
+
request,
|
|
131
|
+
target,
|
|
132
|
+
'/meshtrade.reporting.income_report.v1.IncomeReportService/GetIncomeReport',
|
|
133
|
+
meshtrade_dot_reporting_dot_income__report_dot_v1_dot_service__pb2.GetIncomeReportRequest.SerializeToString,
|
|
134
|
+
meshtrade_dot_reporting_dot_income__report_dot_v1_dot_income__report__pb2.IncomeReport.FromString,
|
|
135
|
+
options,
|
|
136
|
+
channel_credentials,
|
|
137
|
+
insecure,
|
|
138
|
+
call_credentials,
|
|
139
|
+
compression,
|
|
140
|
+
wait_for_ready,
|
|
141
|
+
timeout,
|
|
142
|
+
metadata,
|
|
143
|
+
_registered_method=True)
|
|
144
|
+
|
|
145
|
+
@staticmethod
|
|
146
|
+
def GetExcelIncomeReport(request,
|
|
147
|
+
target,
|
|
148
|
+
options=(),
|
|
149
|
+
channel_credentials=None,
|
|
150
|
+
call_credentials=None,
|
|
151
|
+
insecure=False,
|
|
152
|
+
compression=None,
|
|
153
|
+
wait_for_ready=None,
|
|
154
|
+
timeout=None,
|
|
155
|
+
metadata=None):
|
|
156
|
+
return grpc.experimental.unary_unary(
|
|
157
|
+
request,
|
|
158
|
+
target,
|
|
159
|
+
'/meshtrade.reporting.income_report.v1.IncomeReportService/GetExcelIncomeReport',
|
|
160
|
+
meshtrade_dot_reporting_dot_income__report_dot_v1_dot_service__pb2.GetExcelIncomeReportRequest.SerializeToString,
|
|
161
|
+
meshtrade_dot_reporting_dot_income__report_dot_v1_dot_service__pb2.GetExcelIncomeReportResponse.FromString,
|
|
162
|
+
options,
|
|
163
|
+
channel_credentials,
|
|
164
|
+
insecure,
|
|
165
|
+
call_credentials,
|
|
166
|
+
compression,
|
|
167
|
+
wait_for_ready,
|
|
168
|
+
timeout,
|
|
169
|
+
metadata,
|
|
170
|
+
_registered_method=True)
|
|
@@ -27,7 +27,7 @@ from meshtrade.option.v1 import method_type_pb2 as meshtrade_dot_option_dot_v1_d
|
|
|
27
27
|
from meshtrade.trading.limit_order.v1 import limit_order_pb2 as meshtrade_dot_trading_dot_limit__order_dot_v1_dot_limit__order__pb2
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.meshtrade/trading/limit_order/v1/service.proto\x12 meshtrade.trading.limit_order.v1\x1a meshtrade/iam/role/v1/role.proto\x1a%meshtrade/option/v1/method_type.proto\x1a\x32meshtrade/trading/limit_order/v1/limit_order.proto\".\n\x14GetLimitOrderRequest\x12\x16\n\x06number\x18\x01 \x01(\tR\x06number2\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.meshtrade/trading/limit_order/v1/service.proto\x12 meshtrade.trading.limit_order.v1\x1a meshtrade/iam/role/v1/role.proto\x1a%meshtrade/option/v1/method_type.proto\x1a\x32meshtrade/trading/limit_order/v1/limit_order.proto\".\n\x14GetLimitOrderRequest\x12\x16\n\x06number\x18\x01 \x01(\tR\x06number2\x9f\x01\n\x11LimitOrderService\x12\x89\x01\n\rGetLimitOrder\x12\x36.meshtrade.trading.limit_order.v1.GetLimitOrderRequest\x1a,.meshtrade.trading.limit_order.v1.LimitOrder\"\x12\xa0\xb5\x18\x01\xaa\xb5\x18\n\n\x08\xc0\x96\xb1\x02\xc1\x96\xb1\x02\x42j\n\'co.meshtrade.api.trading.limit_order.v1Z?github.com/meshtrade/api/go/trading/limit_order/v1;limitorderv1b\x06proto3')
|
|
31
31
|
|
|
32
32
|
_globals = globals()
|
|
33
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -36,9 +36,9 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
36
36
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
37
37
|
_globals['DESCRIPTOR']._serialized_options = b'\n\'co.meshtrade.api.trading.limit_order.v1Z?github.com/meshtrade/api/go/trading/limit_order/v1;limitorderv1'
|
|
38
38
|
_globals['_LIMITORDERSERVICE'].methods_by_name['GetLimitOrder']._loaded_options = None
|
|
39
|
-
_globals['_LIMITORDERSERVICE'].methods_by_name['GetLimitOrder']._serialized_options = b'\240\265\030\001\252\265\030\
|
|
39
|
+
_globals['_LIMITORDERSERVICE'].methods_by_name['GetLimitOrder']._serialized_options = b'\240\265\030\001\252\265\030\n\n\010\300\226\261\002\301\226\261\002'
|
|
40
40
|
_globals['_GETLIMITORDERREQUEST']._serialized_start=209
|
|
41
41
|
_globals['_GETLIMITORDERREQUEST']._serialized_end=255
|
|
42
42
|
_globals['_LIMITORDERSERVICE']._serialized_start=258
|
|
43
|
-
_globals['_LIMITORDERSERVICE']._serialized_end=
|
|
43
|
+
_globals['_LIMITORDERSERVICE']._serialized_end=417
|
|
44
44
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -27,7 +27,7 @@ from meshtrade.option.v1 import method_type_pb2 as meshtrade_dot_option_dot_v1_d
|
|
|
27
27
|
from meshtrade.trading.market_order.v1 import market_order_pb2 as meshtrade_dot_trading_dot_market__order_dot_v1_dot_market__order__pb2
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/meshtrade/trading/market_order/v1/service.proto\x12!meshtrade.trading.market_order.v1\x1a meshtrade/iam/role/v1/role.proto\x1a%meshtrade/option/v1/method_type.proto\x1a\x34meshtrade/trading/market_order/v1/market_order.proto\"/\n\x15GetMarketOrderRequest\x12\x16\n\x06number\x18\x01 \x01(\tR\x06number2\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/meshtrade/trading/market_order/v1/service.proto\x12!meshtrade.trading.market_order.v1\x1a meshtrade/iam/role/v1/role.proto\x1a%meshtrade/option/v1/method_type.proto\x1a\x34meshtrade/trading/market_order/v1/market_order.proto\"/\n\x15GetMarketOrderRequest\x12\x16\n\x06number\x18\x01 \x01(\tR\x06number2\xa5\x01\n\x12MarketOrderService\x12\x8e\x01\n\x0eGetMarketOrder\x12\x38.meshtrade.trading.market_order.v1.GetMarketOrderRequest\x1a..meshtrade.trading.market_order.v1.MarketOrder\"\x12\xa0\xb5\x18\x01\xaa\xb5\x18\n\n\x08\xc0\x96\xb1\x02\xc1\x96\xb1\x02\x42n\n(co.meshtrade.api.trading.market_order.v1ZBgithub.com/meshtrade/api/go/trading/market_order/v1;market_orderv1b\x06proto3')
|
|
31
31
|
|
|
32
32
|
_globals = globals()
|
|
33
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -36,9 +36,9 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
36
36
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
37
37
|
_globals['DESCRIPTOR']._serialized_options = b'\n(co.meshtrade.api.trading.market_order.v1ZBgithub.com/meshtrade/api/go/trading/market_order/v1;market_orderv1'
|
|
38
38
|
_globals['_MARKETORDERSERVICE'].methods_by_name['GetMarketOrder']._loaded_options = None
|
|
39
|
-
_globals['_MARKETORDERSERVICE'].methods_by_name['GetMarketOrder']._serialized_options = b'\240\265\030\001\252\265\030\
|
|
39
|
+
_globals['_MARKETORDERSERVICE'].methods_by_name['GetMarketOrder']._serialized_options = b'\240\265\030\001\252\265\030\n\n\010\300\226\261\002\301\226\261\002'
|
|
40
40
|
_globals['_GETMARKETORDERREQUEST']._serialized_start=213
|
|
41
41
|
_globals['_GETMARKETORDERREQUEST']._serialized_end=260
|
|
42
42
|
_globals['_MARKETORDERSERVICE']._serialized_start=263
|
|
43
|
-
_globals['_MARKETORDERSERVICE']._serialized_end=
|
|
43
|
+
_globals['_MARKETORDERSERVICE']._serialized_end=428
|
|
44
44
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -28,7 +28,7 @@ from meshtrade.type.v1 import ledger_pb2 as meshtrade_dot_type_dot_v1_dot_ledger
|
|
|
28
28
|
from meshtrade.wallet.account.v1 import account_pb2 as meshtrade_dot_wallet_dot_account_dot_v1_dot_account__pb2
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)meshtrade/wallet/account/v1/service.proto\x12\x1bmeshtrade.wallet.account.v1\x1a meshtrade/iam/role/v1/role.proto\x1a%meshtrade/option/v1/method_type.proto\x1a\x1emeshtrade/type/v1/ledger.proto\x1a)meshtrade/wallet/account/v1/account.proto\"s\n\x14\x43reateAccountRequest\x12\x14\n\x05label\x18\x01 \x01(\tR\x05label\x12\x31\n\x06ledger\x18\x02 \x01(\x0e\x32\x19.meshtrade.type.v1.LedgerR\x06ledger\x12\x12\n\x04open\x18\x03 \x01(\x08R\x04open\"+\n\x11GetAccountRequest\x12\x16\n\x06number\x18\x01 \x01(\tR\x06number\"\x15\n\x13ListAccountsRequest\"X\n\x14ListAccountsResponse\x12@\n\x08\x61\x63\x63ounts\x18\x01 \x03(\x0b\x32$.meshtrade.wallet.account.v1.AccountR\x08\x61\x63\x63ounts\"-\n\x15SearchAccountsRequest\x12\x14\n\x05label\x18\x01 \x01(\tR\x05label\"Z\n\x16SearchAccountsResponse\x12@\n\x08\x61\x63\x63ounts\x18\x01 \x03(\x0b\x32$.meshtrade.wallet.account.v1.AccountR\x08\x61\x63\x63ounts2\
|
|
31
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)meshtrade/wallet/account/v1/service.proto\x12\x1bmeshtrade.wallet.account.v1\x1a meshtrade/iam/role/v1/role.proto\x1a%meshtrade/option/v1/method_type.proto\x1a\x1emeshtrade/type/v1/ledger.proto\x1a)meshtrade/wallet/account/v1/account.proto\"s\n\x14\x43reateAccountRequest\x12\x14\n\x05label\x18\x01 \x01(\tR\x05label\x12\x31\n\x06ledger\x18\x02 \x01(\x0e\x32\x19.meshtrade.type.v1.LedgerR\x06ledger\x12\x12\n\x04open\x18\x03 \x01(\x08R\x04open\"+\n\x11GetAccountRequest\x12\x16\n\x06number\x18\x01 \x01(\tR\x06number\"\x15\n\x13ListAccountsRequest\"X\n\x14ListAccountsResponse\x12@\n\x08\x61\x63\x63ounts\x18\x01 \x03(\x0b\x32$.meshtrade.wallet.account.v1.AccountR\x08\x61\x63\x63ounts\"-\n\x15SearchAccountsRequest\x12\x14\n\x05label\x18\x01 \x01(\tR\x05label\"Z\n\x16SearchAccountsResponse\x12@\n\x08\x61\x63\x63ounts\x18\x01 \x03(\x0b\x32$.meshtrade.wallet.account.v1.AccountR\x08\x61\x63\x63ounts2\x95\x04\n\x0e\x41\x63\x63ountService\x12w\n\rCreateAccount\x12\x31.meshtrade.wallet.account.v1.CreateAccountRequest\x1a$.meshtrade.wallet.account.v1.Account\"\r\xa0\xb5\x18\x02\xaa\xb5\x18\x05\n\x03\xc0\x84=\x12t\n\nGetAccount\x12..meshtrade.wallet.account.v1.GetAccountRequest\x1a$.meshtrade.wallet.account.v1.Account\"\x10\xa0\xb5\x18\x01\xaa\xb5\x18\x08\n\x06\xc0\x84=\xc1\x84=\x12\x85\x01\n\x0cListAccounts\x12\x30.meshtrade.wallet.account.v1.ListAccountsRequest\x1a\x31.meshtrade.wallet.account.v1.ListAccountsResponse\"\x10\xa0\xb5\x18\x01\xaa\xb5\x18\x08\n\x06\xc0\x84=\xc1\x84=\x12\x8b\x01\n\x0eSearchAccounts\x12\x32.meshtrade.wallet.account.v1.SearchAccountsRequest\x1a\x33.meshtrade.wallet.account.v1.SearchAccountsResponse\"\x10\xa0\xb5\x18\x01\xaa\xb5\x18\x08\n\x06\xc0\x84=\xc1\x84=B]\n\"co.meshtrade.api.wallet.account.v1Z7github.com/meshtrade/api/go/wallet/account/v1;accountv1b\x06proto3')
|
|
32
32
|
|
|
33
33
|
_globals = globals()
|
|
34
34
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -37,13 +37,13 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
37
37
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
38
38
|
_globals['DESCRIPTOR']._serialized_options = b'\n\"co.meshtrade.api.wallet.account.v1Z7github.com/meshtrade/api/go/wallet/account/v1;accountv1'
|
|
39
39
|
_globals['_ACCOUNTSERVICE'].methods_by_name['CreateAccount']._loaded_options = None
|
|
40
|
-
_globals['_ACCOUNTSERVICE'].methods_by_name['CreateAccount']._serialized_options = b'\240\265\030\002\252\265\030\
|
|
40
|
+
_globals['_ACCOUNTSERVICE'].methods_by_name['CreateAccount']._serialized_options = b'\240\265\030\002\252\265\030\005\n\003\300\204='
|
|
41
41
|
_globals['_ACCOUNTSERVICE'].methods_by_name['GetAccount']._loaded_options = None
|
|
42
|
-
_globals['_ACCOUNTSERVICE'].methods_by_name['GetAccount']._serialized_options = b'\240\265\030\001\252\265\030\
|
|
42
|
+
_globals['_ACCOUNTSERVICE'].methods_by_name['GetAccount']._serialized_options = b'\240\265\030\001\252\265\030\010\n\006\300\204=\301\204='
|
|
43
43
|
_globals['_ACCOUNTSERVICE'].methods_by_name['ListAccounts']._loaded_options = None
|
|
44
|
-
_globals['_ACCOUNTSERVICE'].methods_by_name['ListAccounts']._serialized_options = b'\240\265\030\001\252\265\030\
|
|
44
|
+
_globals['_ACCOUNTSERVICE'].methods_by_name['ListAccounts']._serialized_options = b'\240\265\030\001\252\265\030\010\n\006\300\204=\301\204='
|
|
45
45
|
_globals['_ACCOUNTSERVICE'].methods_by_name['SearchAccounts']._loaded_options = None
|
|
46
|
-
_globals['_ACCOUNTSERVICE'].methods_by_name['SearchAccounts']._serialized_options = b'\240\265\030\001\252\265\030\
|
|
46
|
+
_globals['_ACCOUNTSERVICE'].methods_by_name['SearchAccounts']._serialized_options = b'\240\265\030\001\252\265\030\010\n\006\300\204=\301\204='
|
|
47
47
|
_globals['_CREATEACCOUNTREQUEST']._serialized_start=222
|
|
48
48
|
_globals['_CREATEACCOUNTREQUEST']._serialized_end=337
|
|
49
49
|
_globals['_GETACCOUNTREQUEST']._serialized_start=339
|
|
@@ -57,5 +57,5 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
57
57
|
_globals['_SEARCHACCOUNTSRESPONSE']._serialized_start=544
|
|
58
58
|
_globals['_SEARCHACCOUNTSRESPONSE']._serialized_end=634
|
|
59
59
|
_globals['_ACCOUNTSERVICE']._serialized_start=637
|
|
60
|
-
_globals['_ACCOUNTSERVICE']._serialized_end=
|
|
60
|
+
_globals['_ACCOUNTSERVICE']._serialized_end=1170
|
|
61
61
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -39,7 +39,7 @@ meshtrade/compliance/client/v1/pep_status_pb2.pyi,sha256=jBJjLEjA16K53Ss85Yab_Kt
|
|
|
39
39
|
meshtrade/compliance/client/v1/pep_status_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
40
40
|
meshtrade/compliance/client/v1/service_meshpy.py,sha256=oLD6eh6gsSxsDA8tl1oCMpe4DK2zJlpKMAF0m2KVXw4,6859
|
|
41
41
|
meshtrade/compliance/client/v1/service_options_meshpy.py,sha256=7h5Pt-5G50NRvNcsqo3BFVs7qfnRuBlG7h-f370HjX0,2544
|
|
42
|
-
meshtrade/compliance/client/v1/service_pb2.py,sha256=
|
|
42
|
+
meshtrade/compliance/client/v1/service_pb2.py,sha256=E7z_nwBwuCvGHtp_ewddCEAgMTkV61AMAnXzY5oTuWM,4105
|
|
43
43
|
meshtrade/compliance/client/v1/service_pb2.pyi,sha256=0EBxdT7VlxVWiMDVAPBRq3TAqLqimjDIUAf4oOed9J0,1383
|
|
44
44
|
meshtrade/compliance/client/v1/service_pb2_grpc.py,sha256=_gDQ7jNUpTbjh7YGhgDFLwq4_Y0rgmzCMlNPW-s8JWI,8438
|
|
45
45
|
meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2.py,sha256=zhCWGPuHOz8wAfgjvWZHyTD9o6fskwQv22XmaHl26Tg,3162
|
|
@@ -66,7 +66,7 @@ meshtrade/iam/api_user/v1/api_user_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDC
|
|
|
66
66
|
meshtrade/iam/api_user/v1/service.py,sha256=_7-LK9LDkKh7JOQHOryNBE1Xgr-DclAMO2QQhGoumUg,1827
|
|
67
67
|
meshtrade/iam/api_user/v1/service_meshpy.py,sha256=hLkfRqm1NPll_GVLlCOXnAsJEQo888tNacnM4Fu6Po4,9315
|
|
68
68
|
meshtrade/iam/api_user/v1/service_options_meshpy.py,sha256=hkWJmNCsNDQ_OBdwZBK_zAUgl-B9ZsddmcrPfF7PyZI,2541
|
|
69
|
-
meshtrade/iam/api_user/v1/service_pb2.py,sha256=
|
|
69
|
+
meshtrade/iam/api_user/v1/service_pb2.py,sha256=VUcxM629vCkz4nGoxLXfL3XK4rvvC1mbbmaIAPE3wxE,8298
|
|
70
70
|
meshtrade/iam/api_user/v1/service_pb2.pyi,sha256=cmQuOBMR0C1IRB8CoAcri6YiGtaSjf7p7QmBHvX_bt4,2607
|
|
71
71
|
meshtrade/iam/api_user/v1/service_pb2_grpc.py,sha256=rcATRQXzuusn0VxNlkFIKK0rC4YdqxyR_oXC1WaAJuY,19214
|
|
72
72
|
meshtrade/iam/group/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -76,18 +76,18 @@ meshtrade/iam/group/v1/group_pb2.pyi,sha256=hYHylacNV2llToNzhISbJ5GFXuGtZeEK95LH
|
|
|
76
76
|
meshtrade/iam/group/v1/group_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
77
77
|
meshtrade/iam/group/v1/service_meshpy.py,sha256=wEwaMZeNdr-sYcxlUysCMpFuwn6NTONLdHkZK0Cfj9M,6832
|
|
78
78
|
meshtrade/iam/group/v1/service_options_meshpy.py,sha256=04luV1eQlZ6yeJVdgl6XqR3mpaQyxc0XASfSQt_C0jY,2534
|
|
79
|
-
meshtrade/iam/group/v1/service_pb2.py,sha256=
|
|
79
|
+
meshtrade/iam/group/v1/service_pb2.py,sha256=RZLJDVkwJQevJdWYuGL96_R7bHGMRF0fU_WmNMwLsAE,4197
|
|
80
80
|
meshtrade/iam/group/v1/service_pb2.pyi,sha256=iRJatuY5NV8VSi1qnntCEFH4liq8Y-Jd8814HTr8wgw,1603
|
|
81
81
|
meshtrade/iam/group/v1/service_pb2_grpc.py,sha256=1eCMHXbtrCxokUUoWkRVpL_xpzxTTYqqg9NIZ1Hm1OA,7001
|
|
82
82
|
meshtrade/iam/role/v1/__init__.py,sha256=xW5_jhEKdb9xYNri0thNpvXAsEa1cqPmjI0XS8BPvQM,1527
|
|
83
83
|
meshtrade/iam/role/v1/role.py,sha256=4uIWnaM5RcrTUlkv8NLHrjPU9AonoPJotdQ496IQnLM,795
|
|
84
|
-
meshtrade/iam/role/v1/role_pb2.py,sha256=
|
|
85
|
-
meshtrade/iam/role/v1/role_pb2.pyi,sha256=
|
|
84
|
+
meshtrade/iam/role/v1/role_pb2.py,sha256=DRCDmkZHLtOMTrW9dRAWazAVzxd22stCwffQjet_nz0,2755
|
|
85
|
+
meshtrade/iam/role/v1/role_pb2.pyi,sha256=yOX0Niw910j-7aJz8Nc12v8BcQRh9yQraZsUpQc7UJo,1826
|
|
86
86
|
meshtrade/iam/role/v1/role_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
87
87
|
meshtrade/iam/user/v1/__init__.py,sha256=Of7OG_BzVdVqnmSFdu0b_8s6JSXsDrQ1SCUdNW2cO5M,1762
|
|
88
88
|
meshtrade/iam/user/v1/service_meshpy.py,sha256=a_1TSUDBD4WXfsfDG1uWN05ZD_69_uEJD0ymwSNpaC0,5672
|
|
89
89
|
meshtrade/iam/user/v1/service_options_meshpy.py,sha256=KPdpKUBF0iZsW6TshxgI6j0SNl7t-iLOXlhnYP3IlJ0,2531
|
|
90
|
-
meshtrade/iam/user/v1/service_pb2.py,sha256=
|
|
90
|
+
meshtrade/iam/user/v1/service_pb2.py,sha256=XC73hKhxgNJPtyysUt35xZ3Jg_uvYmGjH7n2w2bIwN0,4431
|
|
91
91
|
meshtrade/iam/user/v1/service_pb2.pyi,sha256=X2VRSPoakeecULYt3C2XI7qAjaPd5MjlUhu6mwadigU,868
|
|
92
92
|
meshtrade/iam/user/v1/service_pb2_grpc.py,sha256=wUyNL1jVc4YoACrHMZ2qyNqk3CBY0tgJ1JnfKS5qilo,3185
|
|
93
93
|
meshtrade/iam/user/v1/user_pb2.py,sha256=gL3P-l3rrCwLKZmG01dVMv80A7CVc2FxCs5yIxVfex4,1624
|
|
@@ -106,6 +106,21 @@ meshtrade/option/v1/__init__.py,sha256=B8U0UVf7gUA3D5si5m8H5il7Hy_-KLeLaeGtizQVV
|
|
|
106
106
|
meshtrade/option/v1/method_type_pb2.py,sha256=zUEIrZTPEh2ZTwvQlh9W6_be5i4e211D7EYXrHPxJ58,1937
|
|
107
107
|
meshtrade/option/v1/method_type_pb2.pyi,sha256=dR04xeb0M19uqhXb8veCxlWylJ7G_G32-mkuzztGaQw,680
|
|
108
108
|
meshtrade/option/v1/method_type_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
109
|
+
meshtrade/reporting/income_report/v1/__init__.py,sha256=qe-9R7JcuNMf3C6RPHHVTpWCTVUPI_yHr6GQXypfOnU,2099
|
|
110
|
+
meshtrade/reporting/income_report/v1/disclaimer_pb2.py,sha256=speGv3q1ZQ-TKSuOUIQbo0Q4NoLXWA7VsrgXTZNioh0,1820
|
|
111
|
+
meshtrade/reporting/income_report/v1/disclaimer_pb2.pyi,sha256=bQfBKSVLo5flu6ZO36weavNoRdF9OgO293GpxdeLQic,504
|
|
112
|
+
meshtrade/reporting/income_report/v1/disclaimer_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
113
|
+
meshtrade/reporting/income_report/v1/entry_pb2.py,sha256=zc-tAMwVnYpkypaFYLMkR8CQjhLB6m2X7DmOmG5uGeY,2862
|
|
114
|
+
meshtrade/reporting/income_report/v1/entry_pb2.pyi,sha256=BNyF7nnbP9bn77oaK3gZtHnuQtl4Ddo5wnr95ZnCh_Y,1949
|
|
115
|
+
meshtrade/reporting/income_report/v1/entry_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
116
|
+
meshtrade/reporting/income_report/v1/income_report_pb2.py,sha256=uilAj-ubdxqnlpZGIPBRRGa2nrPip5Fx0C2YqP_P850,3579
|
|
117
|
+
meshtrade/reporting/income_report/v1/income_report_pb2.pyi,sha256=KKqRXI25p22UsQraZNNeUYeJQHfeFRHhV-Q5ymCwjrc,2624
|
|
118
|
+
meshtrade/reporting/income_report/v1/income_report_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
119
|
+
meshtrade/reporting/income_report/v1/service_meshpy.py,sha256=OrS0IvshVs-kycQhZXmFH1ffnbXCC1qxQLQElfraUVo,6543
|
|
120
|
+
meshtrade/reporting/income_report/v1/service_options_meshpy.py,sha256=IaqBrM2I7Fzlx3b3Ae_457hX_Jt0wPc1HN5Vu8BjKdg,2562
|
|
121
|
+
meshtrade/reporting/income_report/v1/service_pb2.py,sha256=JLf0YlVMe9if99iRriq8S1KK1uKo2yBnaDbmWXlPNf4,5621
|
|
122
|
+
meshtrade/reporting/income_report/v1/service_pb2.pyi,sha256=Hbw74AT3awpEHPZ81NonqxFHk8I2F0uwGZmhArUiLQ0,1700
|
|
123
|
+
meshtrade/reporting/income_report/v1/service_pb2_grpc.py,sha256=ZhfhVsqK9LNIKXeeegl-hd3nO9kTcSmWcZYYJtu-PHI,7463
|
|
109
124
|
meshtrade/trading/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
110
125
|
meshtrade/trading/limit_order/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
111
126
|
meshtrade/trading/limit_order/v1/__init__.py,sha256=1XwHm6cYfkFdWr1wf-ukjnvoYA-uhh86jjzTBB5xzQI,1818
|
|
@@ -114,7 +129,7 @@ meshtrade/trading/limit_order/v1/limit_order_pb2.pyi,sha256=qqW6yIlOa146Cr7vuiHB
|
|
|
114
129
|
meshtrade/trading/limit_order/v1/limit_order_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
115
130
|
meshtrade/trading/limit_order/v1/service_meshpy.py,sha256=ZjqVEjrrSObzCDgyzxDdD4dL1ec8wSI2yAKG-lQKxAM,5794
|
|
116
131
|
meshtrade/trading/limit_order/v1/service_options_meshpy.py,sha256=B8H-GWdi7mrnwLaQ_TP6CSaRyFtSIEe9mGZuHjapvEY,2554
|
|
117
|
-
meshtrade/trading/limit_order/v1/service_pb2.py,sha256=
|
|
132
|
+
meshtrade/trading/limit_order/v1/service_pb2.py,sha256=ApcxidLeLOSLxI3AWSb5cH6Y3z5-IwbRGq9Kd7UYMqY,2807
|
|
118
133
|
meshtrade/trading/limit_order/v1/service_pb2.pyi,sha256=L9ZgLzBDaxqIsAYABtVlrY_qe0Co0Ht99USR_307SXc,608
|
|
119
134
|
meshtrade/trading/limit_order/v1/service_pb2_grpc.py,sha256=ALpSeJl1-3r7jKkcWU7g_QOtks_ZZ7ciVbJgdHvew5k,3390
|
|
120
135
|
meshtrade/trading/market_order/v1/__init__.py,sha256=SULATh4Gddsa6A8959ZYXFgE7acwewAo0jx_9tHZ9MM,1830
|
|
@@ -123,7 +138,7 @@ meshtrade/trading/market_order/v1/market_order_pb2.pyi,sha256=NaWtrs1iNO8jY5XQRv
|
|
|
123
138
|
meshtrade/trading/market_order/v1/market_order_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
124
139
|
meshtrade/trading/market_order/v1/service_meshpy.py,sha256=oruk-y11EhY22pOFoZEpqhudmtYey61TjHq3nKtzObg,5826
|
|
125
140
|
meshtrade/trading/market_order/v1/service_options_meshpy.py,sha256=Ido0GNgd1FSpqzjj-tknXMwYot6g8tAV5fa3oIzYVmk,2557
|
|
126
|
-
meshtrade/trading/market_order/v1/service_pb2.py,sha256=
|
|
141
|
+
meshtrade/trading/market_order/v1/service_pb2.py,sha256=tB6aQqnDwAg8Ogya2AYPKs_6YXgdIe_hslAKd2SxQSA,2841
|
|
127
142
|
meshtrade/trading/market_order/v1/service_pb2.pyi,sha256=MIGhHksXG6hw6N-afJEEAR3fUqKoNU2EdfffDcLMO3c,612
|
|
128
143
|
meshtrade/trading/market_order/v1/service_pb2_grpc.py,sha256=MvjbM6EO7A4jFr8e68umjIIxw5swzoVpuxrLvmxr7es,3430
|
|
129
144
|
meshtrade/type/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -167,10 +182,10 @@ meshtrade/wallet/account/v1/account_pb2.pyi,sha256=GN2bT5Ld2B0KyQUmkDQjHfeXEjLSw
|
|
|
167
182
|
meshtrade/wallet/account/v1/account_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
168
183
|
meshtrade/wallet/account/v1/service_meshpy.py,sha256=qdZWJj9fLsDEdMBVtiIjDoWq8LAt1-ES_dh9jmLgYoI,7520
|
|
169
184
|
meshtrade/wallet/account/v1/service_options_meshpy.py,sha256=ROVvFr-sub9TMtzHO-s2GkNVvzkjf0Hh7Gw9nO-cljg,2543
|
|
170
|
-
meshtrade/wallet/account/v1/service_pb2.py,sha256=
|
|
185
|
+
meshtrade/wallet/account/v1/service_pb2.py,sha256=4huN7EQVoNpqMf5UK9iIyAKUGhWPj-a9OdC2soqXxlQ,5208
|
|
171
186
|
meshtrade/wallet/account/v1/service_pb2.pyi,sha256=PL7ANYkhNYTrC8fXv9Pjfz2x-IeUj8HnytTAn4wnvNU,2132
|
|
172
187
|
meshtrade/wallet/account/v1/service_pb2_grpc.py,sha256=lTykth2v98aluqtqaID78HJ6dubXqI0ShpvfFmu3_pY,9480
|
|
173
|
-
meshtrade-
|
|
174
|
-
meshtrade-
|
|
175
|
-
meshtrade-
|
|
176
|
-
meshtrade-
|
|
188
|
+
meshtrade-1.0.1.dist-info/METADATA,sha256=fB1HmcSoWBxGnJfv-CLRFhlIBMacFejg5dJ687bTgQ0,3006
|
|
189
|
+
meshtrade-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
190
|
+
meshtrade-1.0.1.dist-info/top_level.txt,sha256=NV0mf_yWXSvBwj2_q5aSz2hN5hQF0QypAiJwV4schJI,14
|
|
191
|
+
meshtrade-1.0.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|