meshtrade 1.21.0__py3-none-any.whl → 1.23.0__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.
Potentially problematic release.
This version of meshtrade might be problematic. Click here for more details.
- meshtrade/common/grpc_client.py +93 -0
- meshtrade/common/service_options.py +46 -0
- meshtrade/compliance/client/v1/__init__.py +0 -2
- meshtrade/compliance/client/v1/client_roles.py +123 -0
- meshtrade/compliance/client/v1/service_meshpy.py +1 -1
- meshtrade/iam/api_user/v1/__init__.py +0 -2
- meshtrade/iam/api_user/v1/api_user_state_machine.py +104 -0
- meshtrade/iam/api_user/v1/service_meshpy.py +1 -1
- meshtrade/iam/group/v1/__init__.py +0 -2
- meshtrade/iam/group/v1/service_meshpy.py +1 -1
- meshtrade/iam/role/v1/__init__.py +2 -2
- meshtrade/iam/role/v1/role.py +162 -11
- meshtrade/iam/user/v1/__init__.py +0 -2
- meshtrade/iam/user/v1/service_meshpy.py +1 -1
- meshtrade/ledger/transaction/v1/__init__.py +0 -2
- meshtrade/ledger/transaction/v1/service_meshpy.py +1 -1
- meshtrade/ledger/transaction/v1/transaction_state_machine.py +75 -0
- meshtrade/reporting/account_report/v1/__init__.py +0 -2
- meshtrade/reporting/account_report/v1/income_entry.py +35 -0
- meshtrade/reporting/account_report/v1/service_meshpy.py +1 -1
- meshtrade/trading/limit_order/v1/__init__.py +0 -2
- meshtrade/trading/limit_order/v1/service_meshpy.py +1 -1
- meshtrade/trading/market_order/v1/__init__.py +0 -2
- meshtrade/trading/market_order/v1/service_meshpy.py +1 -1
- meshtrade/type/v1/amount.py +429 -5
- meshtrade/type/v1/decimal_built_in_conversions.py +8 -3
- meshtrade/type/v1/decimal_operations.py +354 -0
- meshtrade/type/v1/ledger.py +76 -1
- meshtrade/type/v1/token.py +144 -0
- meshtrade/wallet/account/v1/__init__.py +0 -2
- meshtrade/wallet/account/v1/service_meshpy.py +1 -1
- {meshtrade-1.21.0.dist-info → meshtrade-1.23.0.dist-info}/METADATA +1 -1
- {meshtrade-1.21.0.dist-info → meshtrade-1.23.0.dist-info}/RECORD +35 -37
- meshtrade/compliance/client/v1/service_options_meshpy.py +0 -65
- meshtrade/iam/api_user/v1/service_options_meshpy.py +0 -65
- meshtrade/iam/group/v1/service_options_meshpy.py +0 -65
- meshtrade/iam/user/v1/service_options_meshpy.py +0 -65
- meshtrade/ledger/transaction/v1/service_options_meshpy.py +0 -65
- meshtrade/reporting/account_report/v1/service_options_meshpy.py +0 -65
- meshtrade/trading/limit_order/v1/service_options_meshpy.py +0 -65
- meshtrade/trading/market_order/v1/service_options_meshpy.py +0 -65
- meshtrade/wallet/account/v1/service_options_meshpy.py +0 -65
- {meshtrade-1.21.0.dist-info → meshtrade-1.23.0.dist-info}/WHEEL +0 -0
- {meshtrade-1.21.0.dist-info → meshtrade-1.23.0.dist-info}/top_level.txt +0 -0
|
@@ -3,13 +3,15 @@ buf/validate/validate_pb2.pyi,sha256=fUPIBbzonV2mNAClFBYe0BBALoKeFoR_oCYordTjyy0
|
|
|
3
3
|
meshtrade/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
meshtrade/common/__init__.py,sha256=E0nRoma1sWcEYNqKfr6TI4tL7JDh7MlLeEfne5HKzIM,555
|
|
5
5
|
meshtrade/common/config.py,sha256=X9KPOirRqWOdpqoFyhHVXC4HgmZ9voI8vCjetQYSaH0,810
|
|
6
|
-
meshtrade/common/grpc_client.py,sha256=
|
|
6
|
+
meshtrade/common/grpc_client.py,sha256=1gzXEVs4G5ASoezwExw7HX47wZmrrUNnIUkCeMojgN8,11839
|
|
7
|
+
meshtrade/common/service_options.py,sha256=DWGVZ7uOMD0mMjNvnYUklxDvuCL6eljbcBomdOfHcfQ,1393
|
|
7
8
|
meshtrade/compliance/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
9
|
meshtrade/compliance/client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
-
meshtrade/compliance/client/v1/__init__.py,sha256=
|
|
10
|
+
meshtrade/compliance/client/v1/__init__.py,sha256=HIqwU8rwiCq-fc-oOK0YDQX-S6nJVim4y9zat4c485Y,2974
|
|
10
11
|
meshtrade/compliance/client/v1/client_pb2.py,sha256=hSmwb5nXYc_0KXcfoXfRGQtrKz_uMXiI14bvj9GOAdg,6529
|
|
11
12
|
meshtrade/compliance/client/v1/client_pb2.pyi,sha256=j9zwElgm5Ui9-lWWNrtS_-Lu4UWO2_2T7bKlH4GhFSo,2975
|
|
12
13
|
meshtrade/compliance/client/v1/client_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
14
|
+
meshtrade/compliance/client/v1/client_roles.py,sha256=uBa4ODK3lF786BokRARTF6O5CVxIoZ2Bp97FoJGX1tw,4302
|
|
13
15
|
meshtrade/compliance/client/v1/company_pb2.py,sha256=qwDmX-zz6uvPR5-NzmIZUlAyxe6nQaUXlIZQMWtploo,8246
|
|
14
16
|
meshtrade/compliance/client/v1/company_pb2.pyi,sha256=-hq1v7vEvIIZ4Romag8GHNLO-ztU5Q-qDSO9Bx7JsvY,6606
|
|
15
17
|
meshtrade/compliance/client/v1/company_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
@@ -37,8 +39,7 @@ meshtrade/compliance/client/v1/natural_person_pb2_grpc.py,sha256=1oboBPFxaTEXt9A
|
|
|
37
39
|
meshtrade/compliance/client/v1/pep_status_pb2.py,sha256=6qf7nq4OI_O82nZ3zLlAePbeI24E3rnJxPY8b7wgynU,1819
|
|
38
40
|
meshtrade/compliance/client/v1/pep_status_pb2.pyi,sha256=jBJjLEjA16K53Ss85Yab_KtrRG_2lWxFYcMJ0QuQpUk,622
|
|
39
41
|
meshtrade/compliance/client/v1/pep_status_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
40
|
-
meshtrade/compliance/client/v1/service_meshpy.py,sha256=
|
|
41
|
-
meshtrade/compliance/client/v1/service_options_meshpy.py,sha256=7h5Pt-5G50NRvNcsqo3BFVs7qfnRuBlG7h-f370HjX0,2544
|
|
42
|
+
meshtrade/compliance/client/v1/service_meshpy.py,sha256=nNH6-lx3urT10maMfrfQ4U8umO02BC_0WWzI8aKuQoY,6868
|
|
42
43
|
meshtrade/compliance/client/v1/service_pb2.py,sha256=2efiYdXJGKD5HhZ8nI69J3kqMmeFoW3UueuyBSljBbg,4848
|
|
43
44
|
meshtrade/compliance/client/v1/service_pb2.pyi,sha256=6QUnoMHP4mog4znO8yepi8hiaOXfYBXWKZiWjO9ZSO8,1438
|
|
44
45
|
meshtrade/compliance/client/v1/service_pb2_grpc.py,sha256=_gDQ7jNUpTbjh7YGhgDFLwq4_Y0rgmzCMlNPW-s8JWI,8438
|
|
@@ -55,7 +56,7 @@ meshtrade/compliance/client/v1/verification_status_pb2.py,sha256=RBI8-LnSLSSv6pV
|
|
|
55
56
|
meshtrade/compliance/client/v1/verification_status_pb2.pyi,sha256=kqP24po3o2Ks8HWAoQ-tLlMirCJCKwxlQlWJXWkRmAI,880
|
|
56
57
|
meshtrade/compliance/client/v1/verification_status_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
57
58
|
meshtrade/iam/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
58
|
-
meshtrade/iam/api_user/v1/__init__.py,sha256=
|
|
59
|
+
meshtrade/iam/api_user/v1/__init__.py,sha256=vu_AKFesKXOKQZTdZW2vMRUqL52MZ5qsgfkvSLRqrWY,3034
|
|
59
60
|
meshtrade/iam/api_user/v1/api_credentials.py,sha256=apo3p_YcncNphbxLXegqoYh35bPydhjR-ULsZ7kj4D4,5272
|
|
60
61
|
meshtrade/iam/api_user/v1/api_credentials_pb2.py,sha256=ssnkOj_oJWlMPXot99Fp1vn4V5u2zKDmie4hKL49x20,3098
|
|
61
62
|
meshtrade/iam/api_user/v1/api_credentials_pb2.pyi,sha256=TRv0xnm4VJ62sCMz_utdLvQR_vNQqWH_wCE0mtF3ZsY,547
|
|
@@ -63,30 +64,28 @@ meshtrade/iam/api_user/v1/api_credentials_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EA
|
|
|
63
64
|
meshtrade/iam/api_user/v1/api_user_pb2.py,sha256=k0HZUg-XMKGr1ZpAejXqqv6xZMgTQM-te4jEND5iVcY,4953
|
|
64
65
|
meshtrade/iam/api_user/v1/api_user_pb2.pyi,sha256=ke6t8bEYc6QUw6V8GWC7iTqju7-WrYrRIj5Lw2rdNZ0,2158
|
|
65
66
|
meshtrade/iam/api_user/v1/api_user_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
67
|
+
meshtrade/iam/api_user/v1/api_user_state_machine.py,sha256=fmi0DcYHwpIcUQ7cm01wf0-g0Oj9GSvT_ry7Y53SlmQ,3274
|
|
66
68
|
meshtrade/iam/api_user/v1/service.py,sha256=_7-LK9LDkKh7JOQHOryNBE1Xgr-DclAMO2QQhGoumUg,1827
|
|
67
|
-
meshtrade/iam/api_user/v1/service_meshpy.py,sha256=
|
|
68
|
-
meshtrade/iam/api_user/v1/service_options_meshpy.py,sha256=hkWJmNCsNDQ_OBdwZBK_zAUgl-B9ZsddmcrPfF7PyZI,2541
|
|
69
|
+
meshtrade/iam/api_user/v1/service_meshpy.py,sha256=i9N8WnN9uu2fcyGEohn7l4owqOKfuUhjAvFGu4hjyRM,10580
|
|
69
70
|
meshtrade/iam/api_user/v1/service_pb2.py,sha256=50ZseqB-n61OIBMxWUYT9tHtXURFZyYSdjhgpG--2R0,11858
|
|
70
71
|
meshtrade/iam/api_user/v1/service_pb2.pyi,sha256=6EfMPzUQuCUn_Dgzqybv-4Opt62xYGHpfafWhBBsw5A,3173
|
|
71
72
|
meshtrade/iam/api_user/v1/service_pb2_grpc.py,sha256=PQ06cCgKtjQU6cbQQpT5AaeaK1UFpByZPYVTQlHfG_4,22280
|
|
72
73
|
meshtrade/iam/group/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
73
|
-
meshtrade/iam/group/v1/__init__.py,sha256=
|
|
74
|
+
meshtrade/iam/group/v1/__init__.py,sha256=KAIMS3_Lp-oqlm5dAAZzWRKgbadBffgv0x_K1j1CZl8,1998
|
|
74
75
|
meshtrade/iam/group/v1/group_pb2.py,sha256=5VZ1m6uUDm7_dRPP1CPHdBfc35UO_D7BcWscU2fp29c,3187
|
|
75
76
|
meshtrade/iam/group/v1/group_pb2.pyi,sha256=faBCPlZuc66IfOO4TbJ4QX1B8BuFImnYZTkKaAP8yss,762
|
|
76
77
|
meshtrade/iam/group/v1/group_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
77
|
-
meshtrade/iam/group/v1/service_meshpy.py,sha256=
|
|
78
|
-
meshtrade/iam/group/v1/service_options_meshpy.py,sha256=04luV1eQlZ6yeJVdgl6XqR3mpaQyxc0XASfSQt_C0jY,2534
|
|
78
|
+
meshtrade/iam/group/v1/service_meshpy.py,sha256=olni7a8S0i7rHDy75yDYJ1fJ8td-nblJwibIeGlnVxo,7963
|
|
79
79
|
meshtrade/iam/group/v1/service_pb2.py,sha256=6_rGs0f190vP8QNSXtXwwoWIi30R16s0aZ9rDnTUV1o,10303
|
|
80
80
|
meshtrade/iam/group/v1/service_pb2.pyi,sha256=xg9tmab0dl6szbEAtmRNBPUOYoSQPSzKF7jALB6I2pY,3370
|
|
81
81
|
meshtrade/iam/group/v1/service_pb2_grpc.py,sha256=RHubfJy336fjw6TTTGyRASCl51SVIgE4oyl2nTWYeKk,13142
|
|
82
|
-
meshtrade/iam/role/v1/__init__.py,sha256=
|
|
83
|
-
meshtrade/iam/role/v1/role.py,sha256=
|
|
82
|
+
meshtrade/iam/role/v1/__init__.py,sha256=YF1pNfl5gIFb1JETZpVrtFZral09rANuHFDmcPBj12Y,1527
|
|
83
|
+
meshtrade/iam/role/v1/role.py,sha256=rMTeqvsSEfSlg8dYsr0BCfgIKeTu5DrTpr8RwuRYTRk,5061
|
|
84
84
|
meshtrade/iam/role/v1/role_pb2.py,sha256=n4bylzkICavD4uaPInp-T9VBL53JLsa3ppJk6AD1XtM,3635
|
|
85
85
|
meshtrade/iam/role/v1/role_pb2.pyi,sha256=9zpg4jbD1tVwerq2lIRQ-m8IaNNEKa1esAPOHjolnYw,3048
|
|
86
86
|
meshtrade/iam/role/v1/role_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
87
|
-
meshtrade/iam/user/v1/__init__.py,sha256=
|
|
88
|
-
meshtrade/iam/user/v1/service_meshpy.py,sha256=
|
|
89
|
-
meshtrade/iam/user/v1/service_options_meshpy.py,sha256=KPdpKUBF0iZsW6TshxgI6j0SNl7t-iLOXlhnYP3IlJ0,2531
|
|
87
|
+
meshtrade/iam/user/v1/__init__.py,sha256=jVIneFgOIOwSZJsXggdUpabdnBJWaLxJ-Cjn_MVB4fk,2034
|
|
88
|
+
meshtrade/iam/user/v1/service_meshpy.py,sha256=fHZIcXCTKlGftWMaCFEZYgDHDyUQTErU-FPBsqUc7LI,8493
|
|
90
89
|
meshtrade/iam/user/v1/service_pb2.py,sha256=QPQm7uGKqOeZUoaGDhSdUgAjJxjCwWlIyVkNy1EohQk,9554
|
|
91
90
|
meshtrade/iam/user/v1/service_pb2.pyi,sha256=-jBiRko_1qAVZl3mZ-S2s7HQiXymT_L4ykzlRZON04g,3459
|
|
92
91
|
meshtrade/iam/user/v1/service_pb2_grpc.py,sha256=3oo77hLOMVOB24jdpOdFgtJVpJVJgfFiNUPeaAEK6ek,15245
|
|
@@ -95,15 +94,15 @@ meshtrade/iam/user/v1/user_pb2.pyi,sha256=Z3x3J5zUhHTr-HNjxJ6pTa37KB4fSOeNumY_GC
|
|
|
95
94
|
meshtrade/iam/user/v1/user_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
96
95
|
meshtrade/ledger/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
97
96
|
meshtrade/ledger/transaction/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
98
|
-
meshtrade/ledger/transaction/v1/__init__.py,sha256=
|
|
99
|
-
meshtrade/ledger/transaction/v1/service_meshpy.py,sha256=
|
|
100
|
-
meshtrade/ledger/transaction/v1/service_options_meshpy.py,sha256=rC2L19tCawnxFmJzXXwKWiFbw6-1CmHoY3EoA1QRZI0,2555
|
|
97
|
+
meshtrade/ledger/transaction/v1/__init__.py,sha256=k3ZedV_AsrhEKWtIdrw5HRgl9IFPppkr1jnSzNVSbCk,2089
|
|
98
|
+
meshtrade/ledger/transaction/v1/service_meshpy.py,sha256=BBzwwRMBwY_RaJ5XlYWa0mAPU8SKgOhYR8U0LThgEk4,6882
|
|
101
99
|
meshtrade/ledger/transaction/v1/service_pb2.py,sha256=HcCoQH2lgg_b2bsAdK-wC_PJH9oFJlPcRCxW_lAQwnk,5118
|
|
102
100
|
meshtrade/ledger/transaction/v1/service_pb2.pyi,sha256=zmyLqjewfD-YB-qGe0ft-mAb_5tdVYSDCNC2yz0W3Vc,1462
|
|
103
101
|
meshtrade/ledger/transaction/v1/service_pb2_grpc.py,sha256=7ywyNP7SSRJRh80ShSuFo9PzPNYc1kPFBNxpteT_R9Y,5737
|
|
104
102
|
meshtrade/ledger/transaction/v1/transaction_action_pb2.py,sha256=baOxZ8Z06m8X7fMs63CqZDrvphwYz-2pqDJUdAuIEe8,2062
|
|
105
103
|
meshtrade/ledger/transaction/v1/transaction_action_pb2.pyi,sha256=h85ohgkpEu2K6qP4Ge66PowcU2FNaEjXVLlOwff7Log,1067
|
|
106
104
|
meshtrade/ledger/transaction/v1/transaction_action_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
105
|
+
meshtrade/ledger/transaction/v1/transaction_state_machine.py,sha256=Xna4O8xysEgtCIt0CkWuZO9lRJkGXzHplOu5jKxd5bY,2757
|
|
107
106
|
meshtrade/ledger/transaction/v1/transaction_state_pb2.py,sha256=bP2YkM3DQC1Ss13uR_rqI6-vOJAKRqQLi45KpLnmdj8,2114
|
|
108
107
|
meshtrade/ledger/transaction/v1/transaction_state_pb2.pyi,sha256=pl93a9UVYiVEPPrF1SuKUz47CDjytstLLROZ-YpvR8Y,1205
|
|
109
108
|
meshtrade/ledger/transaction/v1/transaction_state_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
@@ -111,7 +110,7 @@ meshtrade/option/v1/__init__.py,sha256=B8U0UVf7gUA3D5si5m8H5il7Hy_-KLeLaeGtizQVV
|
|
|
111
110
|
meshtrade/option/v1/method_type_pb2.py,sha256=73cTzlRaEeeshTkvOmUBMYJJtPlyT5Sp8zOaCqeiBB0,1939
|
|
112
111
|
meshtrade/option/v1/method_type_pb2.pyi,sha256=dR04xeb0M19uqhXb8veCxlWylJ7G_G32-mkuzztGaQw,680
|
|
113
112
|
meshtrade/option/v1/method_type_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
114
|
-
meshtrade/reporting/account_report/v1/__init__.py,sha256
|
|
113
|
+
meshtrade/reporting/account_report/v1/__init__.py,sha256=-9aMSuvjMsh4p2LTnQOD_5jevd3YKyxz9YROsqVJ8hs,2219
|
|
115
114
|
meshtrade/reporting/account_report/v1/account_report_pb2.py,sha256=MsSykds_bG5TjXZyoG637L37Vc1V8P1SfsJrhOrQssQ,4369
|
|
116
115
|
meshtrade/reporting/account_report/v1/account_report_pb2.pyi,sha256=3a4AqxLc_KcMxHAJ0bQOMPR6ra86aD1YbCkZvS59zJk,3645
|
|
117
116
|
meshtrade/reporting/account_report/v1/account_report_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
@@ -121,11 +120,11 @@ meshtrade/reporting/account_report/v1/disclaimer_pb2_grpc.py,sha256=1oboBPFxaTEX
|
|
|
121
120
|
meshtrade/reporting/account_report/v1/fee_entry_pb2.py,sha256=VNOFxNIq0bEhDBeJnTY9zi_YuT9watZMLw3NZgOYdyI,2462
|
|
122
121
|
meshtrade/reporting/account_report/v1/fee_entry_pb2.pyi,sha256=jdOoKWwRsthoV-Ed_aI4FzxexlIueJSn8f_O4jw9sdM,1435
|
|
123
122
|
meshtrade/reporting/account_report/v1/fee_entry_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
123
|
+
meshtrade/reporting/account_report/v1/income_entry.py,sha256=RYNYZ53byu2jnOsg3B9zhmI7QfWNc4p11fzh2fHdDjc,1303
|
|
124
124
|
meshtrade/reporting/account_report/v1/income_entry_pb2.py,sha256=CYIZB975QcyaiLQ4NVVJnqw08aG81aADAwDROD0_uxk,3170
|
|
125
125
|
meshtrade/reporting/account_report/v1/income_entry_pb2.pyi,sha256=QMXqSULWde3bEGJJvfc-uovg-4-7psQpeCLMogxkSXs,2491
|
|
126
126
|
meshtrade/reporting/account_report/v1/income_entry_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
127
|
-
meshtrade/reporting/account_report/v1/service_meshpy.py,sha256=
|
|
128
|
-
meshtrade/reporting/account_report/v1/service_options_meshpy.py,sha256=oagptW02D9QtyonYlakMyCbK-zDUm8L5SVkHrcGsNsU,2565
|
|
127
|
+
meshtrade/reporting/account_report/v1/service_meshpy.py,sha256=WC-vqmEQOwP2kqGqy2pC3liUy6ugDf0QPtZIzxOWCO4,6624
|
|
129
128
|
meshtrade/reporting/account_report/v1/service_pb2.py,sha256=E-cjoqI75BOltsajgea46BhxRQXpZdBGavY8obqgkQs,7696
|
|
130
129
|
meshtrade/reporting/account_report/v1/service_pb2.pyi,sha256=DqdHVAGE8kUK4jo1iTykAE8MGlTo186v7iu6XSxexSk,2550
|
|
131
130
|
meshtrade/reporting/account_report/v1/service_pb2_grpc.py,sha256=z-qbHsZIez7zvTs0SPrr_xrhnpDApi7oYjt5MxfsPss,7340
|
|
@@ -144,21 +143,19 @@ meshtrade/studio/instrument/v1/unit_pb2.pyi,sha256=-BMg8h2KblJEBs9And8wjEYwomZmf
|
|
|
144
143
|
meshtrade/studio/instrument/v1/unit_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
145
144
|
meshtrade/trading/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
146
145
|
meshtrade/trading/limit_order/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
147
|
-
meshtrade/trading/limit_order/v1/__init__.py,sha256=
|
|
146
|
+
meshtrade/trading/limit_order/v1/__init__.py,sha256=RVdPyKjJHyglJbA_PsLB2cImUKOKc4Hk0WwkESLfSss,1747
|
|
148
147
|
meshtrade/trading/limit_order/v1/limit_order_pb2.py,sha256=n0dmnmlM7V80cdFST7D_H5zj4mA57lv2gri7mW6BbKM,1724
|
|
149
148
|
meshtrade/trading/limit_order/v1/limit_order_pb2.pyi,sha256=qqW6yIlOa146Cr7vuiHBLd8DSOvhhUy3CwJJeC52zFU,393
|
|
150
149
|
meshtrade/trading/limit_order/v1/limit_order_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
151
|
-
meshtrade/trading/limit_order/v1/service_meshpy.py,sha256=
|
|
152
|
-
meshtrade/trading/limit_order/v1/service_options_meshpy.py,sha256=B8H-GWdi7mrnwLaQ_TP6CSaRyFtSIEe9mGZuHjapvEY,2554
|
|
150
|
+
meshtrade/trading/limit_order/v1/service_meshpy.py,sha256=oIymMCQ-pSxzEXvQvARksWQeOe6bp3cp0l_0BWOpTFM,5831
|
|
153
151
|
meshtrade/trading/limit_order/v1/service_pb2.py,sha256=UHgBFqd2n1CDWu9mW4_cYeyFevBrhrZjq1gG1VlXuvQ,2811
|
|
154
152
|
meshtrade/trading/limit_order/v1/service_pb2.pyi,sha256=L9ZgLzBDaxqIsAYABtVlrY_qe0Co0Ht99USR_307SXc,608
|
|
155
153
|
meshtrade/trading/limit_order/v1/service_pb2_grpc.py,sha256=ALpSeJl1-3r7jKkcWU7g_QOtks_ZZ7ciVbJgdHvew5k,3390
|
|
156
|
-
meshtrade/trading/market_order/v1/__init__.py,sha256=
|
|
154
|
+
meshtrade/trading/market_order/v1/__init__.py,sha256=e2Nh_n5GJW34Z-Wyh-nbg-4hROCnyWCBgMgXfJ7xBws,1759
|
|
157
155
|
meshtrade/trading/market_order/v1/market_order_pb2.py,sha256=Jlp4vNYcULH5fzQvpHsmwg9Gy3KwWoi07vbniEK4ERA,1742
|
|
158
156
|
meshtrade/trading/market_order/v1/market_order_pb2.pyi,sha256=NaWtrs1iNO8jY5XQRvS1ex3skmVJFTGxdDHdknIDvfI,394
|
|
159
157
|
meshtrade/trading/market_order/v1/market_order_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
160
|
-
meshtrade/trading/market_order/v1/service_meshpy.py,sha256=
|
|
161
|
-
meshtrade/trading/market_order/v1/service_options_meshpy.py,sha256=Ido0GNgd1FSpqzjj-tknXMwYot6g8tAV5fa3oIzYVmk,2557
|
|
158
|
+
meshtrade/trading/market_order/v1/service_meshpy.py,sha256=sC5IsOt1XtMJ5h42adJGreld6gjVsllsHB132kQTSl0,5864
|
|
162
159
|
meshtrade/trading/market_order/v1/service_pb2.py,sha256=EW0Ax6qDvJaqrpWrrb41eLcJEtovNbCjumqlWHmSiKA,2843
|
|
163
160
|
meshtrade/trading/market_order/v1/service_pb2.pyi,sha256=MIGhHksXG6hw6N-afJEEAR3fUqKoNU2EdfffDcLMO3c,612
|
|
164
161
|
meshtrade/trading/market_order/v1/service_pb2_grpc.py,sha256=MvjbM6EO7A4jFr8e68umjIIxw5swzoVpuxrLvmxr7es,3430
|
|
@@ -167,7 +164,7 @@ meshtrade/type/v1/__init__.py,sha256=e3ggm22xjJ4UDqMQlD-4rEOTQI6u_tZ4jlKhsQU0oX4
|
|
|
167
164
|
meshtrade/type/v1/address_pb2.py,sha256=3FdfM1n2SRyoHsXJUxo5K6XHFohQJ-Mol1DHkpifrJQ,1860
|
|
168
165
|
meshtrade/type/v1/address_pb2.pyi,sha256=A1PdvzCZpd-JKQhTwwQ3gz2Kw9mOkH3S1imSm78_4Uw,1107
|
|
169
166
|
meshtrade/type/v1/address_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
170
|
-
meshtrade/type/v1/amount.py,sha256=
|
|
167
|
+
meshtrade/type/v1/amount.py,sha256=YKo0qnZQ-Gd5BMq0AnhnnwbkyZuy3cL23tpas7RAc_8,17579
|
|
171
168
|
meshtrade/type/v1/amount_pb2.py,sha256=_9GarF5pgJyxffvugu3gPQXb1cNaH0jQUU-Hcn1gDIE,1920
|
|
172
169
|
meshtrade/type/v1/amount_pb2.pyi,sha256=uI8D2Ch66e2hvzQCA5SARE8lrGdU_BYby__P_H-QwvY,749
|
|
173
170
|
meshtrade/type/v1/amount_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
@@ -178,11 +175,12 @@ meshtrade/type/v1/date.py,sha256=kUtGimBRyxmoVqktjF3ThMiK9n8ifrLVgtNxZhIbs_o,106
|
|
|
178
175
|
meshtrade/type/v1/date_pb2.py,sha256=8PGY1cIo62PUrIt24ZB-kYncv2JW51AVxBFkXROHdTw,1650
|
|
179
176
|
meshtrade/type/v1/date_pb2.pyi,sha256=knrar5r3GE7weH87Ie0IWv-jN57W3EJN6pTJeXGGPTw,554
|
|
180
177
|
meshtrade/type/v1/date_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
181
|
-
meshtrade/type/v1/decimal_built_in_conversions.py,sha256=
|
|
178
|
+
meshtrade/type/v1/decimal_built_in_conversions.py,sha256=niG-qh8WuwXcssYCDMNBEjxCu1Cgdx-uQ_I19egEAv0,1095
|
|
179
|
+
meshtrade/type/v1/decimal_operations.py,sha256=auLDCmSlC5nvLf-JNsdXnsNvG3izXg2rWbVJkq2Fo7k,9119
|
|
182
180
|
meshtrade/type/v1/decimal_pb2.py,sha256=Bg7Vy2Nhz7JBepg7dQGanfe3h-FOhS-bLPZa06Jfj5U,1574
|
|
183
181
|
meshtrade/type/v1/decimal_pb2.pyi,sha256=8qhL7jqAhoYJNzTpEiEPKDSRAYSWgvKd8altyVLISFg,386
|
|
184
182
|
meshtrade/type/v1/decimal_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
185
|
-
meshtrade/type/v1/ledger.py,sha256=
|
|
183
|
+
meshtrade/type/v1/ledger.py,sha256=c9QEkZdoCvPt1v-r764qcTbxsAHrR5Rtb6D2rZ8yT8Q,2860
|
|
186
184
|
meshtrade/type/v1/ledger_pb2.py,sha256=M3Oe0vMt1D3iD0PA4Pd3OzWu8QT6kXbkrA-Jqhu-HMQ,1812
|
|
187
185
|
meshtrade/type/v1/ledger_pb2.pyi,sha256=r3emyUDafn9p3XTzwpnM0gzLiwrmgXYTp8GwZxw8_FM,801
|
|
188
186
|
meshtrade/type/v1/ledger_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
@@ -193,20 +191,20 @@ meshtrade/type/v1/time_of_day.py,sha256=jJSf5WoCv5oSDy1FtJ8rcSgUEtZ2ro9gUDsqwsqP
|
|
|
193
191
|
meshtrade/type/v1/time_of_day_pb2.py,sha256=hQVTUpa3T-On9lO8KXcnP-RGxp8uSv1b7G1-3bgP7pY,1731
|
|
194
192
|
meshtrade/type/v1/time_of_day_pb2.pyi,sha256=VJqfuglQos5-kAHBpWVxwDz4SV5aZ6-EyUFQaNl-VyM,679
|
|
195
193
|
meshtrade/type/v1/time_of_day_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
194
|
+
meshtrade/type/v1/token.py,sha256=eKQYeRAgod3dAyRMIiIMDY5jde0qwoTmeV1b7sske5Y,4207
|
|
196
195
|
meshtrade/type/v1/token_pb2.py,sha256=3x3qj5rOA_i2nnMPlXWl0erdKGCdYu98ihPNQcajU3Q,1806
|
|
197
196
|
meshtrade/type/v1/token_pb2.pyi,sha256=vsEKtXtIo5xisr1I4oqxcaMMYyfV-GBMM_f9l8cRxlc,687
|
|
198
197
|
meshtrade/type/v1/token_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
199
198
|
meshtrade/wallet/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
200
|
-
meshtrade/wallet/account/v1/__init__.py,sha256=
|
|
199
|
+
meshtrade/wallet/account/v1/__init__.py,sha256=AlqBOQx4qk_O10TrOSy8FEY1mgar-UW8SGoizZ64JiQ,2337
|
|
201
200
|
meshtrade/wallet/account/v1/account_pb2.py,sha256=WAaqC_wu0LgH7pYxtGXfVs64DN1Md2zZrA5uiCaLy9c,6143
|
|
202
201
|
meshtrade/wallet/account/v1/account_pb2.pyi,sha256=pBm246netSQr8IUwdz62Kq69r063JYBhm33-I4eymKo,3361
|
|
203
202
|
meshtrade/wallet/account/v1/account_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
204
|
-
meshtrade/wallet/account/v1/service_meshpy.py,sha256=
|
|
205
|
-
meshtrade/wallet/account/v1/service_options_meshpy.py,sha256=ROVvFr-sub9TMtzHO-s2GkNVvzkjf0Hh7Gw9nO-cljg,2543
|
|
203
|
+
meshtrade/wallet/account/v1/service_meshpy.py,sha256=PM4emjIDDaSCr_3_4ZaYxY-Czvvud_RrxUZrWCD-EOI,9316
|
|
206
204
|
meshtrade/wallet/account/v1/service_pb2.py,sha256=5nCMFtZlx3T9XPO3cycrjPbSSD7_v0lttuPy2iSDjHg,11527
|
|
207
205
|
meshtrade/wallet/account/v1/service_pb2.pyi,sha256=-DT_P3Pw7The581dI02FbxT53VpZAK8BtdvvoUTe_Nc,4734
|
|
208
206
|
meshtrade/wallet/account/v1/service_pb2_grpc.py,sha256=yXPgA-VvToS7uQqq8Wla8zttwgesTDYW3hNRUmA4sT4,18555
|
|
209
|
-
meshtrade-1.
|
|
210
|
-
meshtrade-1.
|
|
211
|
-
meshtrade-1.
|
|
212
|
-
meshtrade-1.
|
|
207
|
+
meshtrade-1.23.0.dist-info/METADATA,sha256=oDdppXNU2dGbTuQEO2a55ZoAa-n-D3eWGpsctwJ6Qgc,3007
|
|
208
|
+
meshtrade-1.23.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
209
|
+
meshtrade-1.23.0.dist-info/top_level.txt,sha256=NV0mf_yWXSvBwj2_q5aSz2hN5hQF0QypAiJwV4schJI,14
|
|
210
|
+
meshtrade-1.23.0.dist-info/RECORD,,
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
# Code generated by protoc-gen-meshpy. DO NOT EDIT.
|
|
2
|
-
# source: meshtrade/compliance/client/v1/service.proto
|
|
3
|
-
|
|
4
|
-
"""
|
|
5
|
-
Configuration options for ClientService 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 ClientService 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
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
# Code generated by protoc-gen-meshpy. DO NOT EDIT.
|
|
2
|
-
# source: meshtrade/iam/api_user/v1/service.proto
|
|
3
|
-
|
|
4
|
-
"""
|
|
5
|
-
Configuration options for ApiUserService 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 ApiUserService 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
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
# Code generated by protoc-gen-meshpy. DO NOT EDIT.
|
|
2
|
-
# source: meshtrade/iam/group/v1/service.proto
|
|
3
|
-
|
|
4
|
-
"""
|
|
5
|
-
Configuration options for GroupService 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 GroupService 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
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
# Code generated by protoc-gen-meshpy. DO NOT EDIT.
|
|
2
|
-
# source: meshtrade/iam/user/v1/service.proto
|
|
3
|
-
|
|
4
|
-
"""
|
|
5
|
-
Configuration options for UserService 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 UserService 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
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
# Code generated by protoc-gen-meshpy. DO NOT EDIT.
|
|
2
|
-
# source: meshtrade/ledger/transaction/v1/service.proto
|
|
3
|
-
|
|
4
|
-
"""
|
|
5
|
-
Configuration options for TransactionService 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 TransactionService 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
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
# Code generated by protoc-gen-meshpy. DO NOT EDIT.
|
|
2
|
-
# source: meshtrade/reporting/account_report/v1/service.proto
|
|
3
|
-
|
|
4
|
-
"""
|
|
5
|
-
Configuration options for AccountReportService 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 AccountReportService 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
|