meshtrade 0.0.6__py3-none-any.whl → 0.0.7__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/option/v1/auth_pb2.py +5 -5
- meshtrade/option/v1/auth_pb2.pyi +12 -12
- {meshtrade-0.0.6.dist-info → meshtrade-0.0.7.dist-info}/METADATA +1 -1
- {meshtrade-0.0.6.dist-info → meshtrade-0.0.7.dist-info}/RECORD +7 -7
- {meshtrade-0.0.6.dist-info → meshtrade-0.0.7.dist-info}/WHEEL +0 -0
- {meshtrade-0.0.6.dist-info → meshtrade-0.0.7.dist-info}/licenses/LICENSE +0 -0
- {meshtrade-0.0.6.dist-info → meshtrade-0.0.7.dist-info}/top_level.txt +0 -0
meshtrade/option/v1/auth_pb2.py
CHANGED
|
@@ -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\x1emeshtrade/option/v1/auth.proto\x12\x13meshtrade.option.v1\x1a google/protobuf/descriptor.proto\"
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1emeshtrade/option/v1/auth.proto\x12\x13meshtrade.option.v1\x1a google/protobuf/descriptor.proto\";\n\x08RoleList\x12/\n\x05roles\x18\x01 \x03(\x0e\x32\x19.meshtrade.option.v1.RoleR\x05roles*K\n\x04Role\x12\x14\n\x10ROLE_UNSPECIFIED\x10\x00\x12\x15\n\x11ROLE_WALLET_ADMIN\x10\x01\x12\x16\n\x12ROLE_WALLET_VIEWER\x10\x02:d\n\x0estandard_roles\x12\x1c.google.protobuf.FileOptions\x18\xd3\x86\x03 \x01(\x0b\x32\x1d.meshtrade.option.v1.RoleListR\rstandardRoles:U\n\x05roles\x12\x1e.google.protobuf.MethodOptions\x18\xd5\x86\x03 \x01(\x0b\x32\x1d.meshtrade.option.v1.RoleListR\x05rolesB0Z.github.com/meshtrade/api/go/option/v1;optionv1b\x06proto3')
|
|
29
29
|
|
|
30
30
|
_globals = globals()
|
|
31
31
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -33,8 +33,8 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.option.v1.auth_pb
|
|
|
33
33
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
34
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
35
35
|
_globals['DESCRIPTOR']._serialized_options = b'Z.github.com/meshtrade/api/go/option/v1;optionv1'
|
|
36
|
-
_globals['
|
|
37
|
-
_globals['
|
|
38
|
-
_globals['
|
|
39
|
-
_globals['
|
|
36
|
+
_globals['_ROLE']._serialized_start=150
|
|
37
|
+
_globals['_ROLE']._serialized_end=225
|
|
38
|
+
_globals['_ROLELIST']._serialized_start=89
|
|
39
|
+
_globals['_ROLELIST']._serialized_end=148
|
|
40
40
|
# @@protoc_insertion_point(module_scope)
|
meshtrade/option/v1/auth_pb2.pyi
CHANGED
|
@@ -8,21 +8,21 @@ from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
|
8
8
|
|
|
9
9
|
DESCRIPTOR: _descriptor.FileDescriptor
|
|
10
10
|
|
|
11
|
-
class
|
|
11
|
+
class Role(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
12
12
|
__slots__ = ()
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
13
|
+
ROLE_UNSPECIFIED: _ClassVar[Role]
|
|
14
|
+
ROLE_WALLET_ADMIN: _ClassVar[Role]
|
|
15
|
+
ROLE_WALLET_VIEWER: _ClassVar[Role]
|
|
16
|
+
ROLE_UNSPECIFIED: Role
|
|
17
|
+
ROLE_WALLET_ADMIN: Role
|
|
18
|
+
ROLE_WALLET_VIEWER: Role
|
|
19
19
|
STANDARD_ROLES_FIELD_NUMBER: _ClassVar[int]
|
|
20
20
|
standard_roles: _descriptor.FieldDescriptor
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
ROLES_FIELD_NUMBER: _ClassVar[int]
|
|
22
|
+
roles: _descriptor.FieldDescriptor
|
|
23
23
|
|
|
24
|
-
class
|
|
24
|
+
class RoleList(_message.Message):
|
|
25
25
|
__slots__ = ("roles",)
|
|
26
26
|
ROLES_FIELD_NUMBER: _ClassVar[int]
|
|
27
|
-
roles: _containers.RepeatedScalarFieldContainer[
|
|
28
|
-
def __init__(self, roles: _Optional[_Iterable[_Union[
|
|
27
|
+
roles: _containers.RepeatedScalarFieldContainer[Role]
|
|
28
|
+
def __init__(self, roles: _Optional[_Iterable[_Union[Role, str]]] = ...) -> None: ...
|
|
@@ -49,8 +49,8 @@ meshtrade/ledger/transaction/v1/transaction_action_pb2.py,sha256=NZ6GOQmTVaYf1xJ
|
|
|
49
49
|
meshtrade/ledger/transaction/v1/transaction_action_pb2.pyi,sha256=h85ohgkpEu2K6qP4Ge66PowcU2FNaEjXVLlOwff7Log,1067
|
|
50
50
|
meshtrade/ledger/transaction/v1/transaction_state_pb2.py,sha256=omGyMuS1vpyNBUmCIBc1Kqk7RbtZrpwprV7d79Y00BU,2033
|
|
51
51
|
meshtrade/ledger/transaction/v1/transaction_state_pb2.pyi,sha256=pl93a9UVYiVEPPrF1SuKUz47CDjytstLLROZ-YpvR8Y,1205
|
|
52
|
-
meshtrade/option/v1/auth_pb2.py,sha256=
|
|
53
|
-
meshtrade/option/v1/auth_pb2.pyi,sha256=
|
|
52
|
+
meshtrade/option/v1/auth_pb2.py,sha256=2Jod_21noG4sfJv0CEKGyqdfu2wHdjiNbezHemuH6sE,2134
|
|
53
|
+
meshtrade/option/v1/auth_pb2.pyi,sha256=PmphWZWAVZy9BrOcD9w-4gJnoAdZ01G4cwqQBd_g_S0,1154
|
|
54
54
|
meshtrade/option/v1/service_type_pb2.py,sha256=FEl6PE8rZwuqXcsMpDGfMSjAW__QfLIf7rkdLoQf4wI,1884
|
|
55
55
|
meshtrade/option/v1/service_type_pb2.pyi,sha256=sWz7M90lqpbHJCdRyFmSDubuVFBoow6SX_vAYvq4LME,695
|
|
56
56
|
meshtrade/trading/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -95,8 +95,8 @@ meshtrade/wallet/account/v1/account_pb2.py,sha256=Jh8Dnju5zktGXfzWY5HGrvq1iO82SN
|
|
|
95
95
|
meshtrade/wallet/account/v1/account_pb2.pyi,sha256=GN2bT5Ld2B0KyQUmkDQjHfeXEjLSwfuIE2j70jSMIJE,382
|
|
96
96
|
meshtrade/wallet/account/v1/service_pb2.py,sha256=7U7Syp9araNuilxv3ozBbMLb7WKS62xj43lJbMkUQ-I,6224
|
|
97
97
|
meshtrade/wallet/account/v1/service_pb2.pyi,sha256=7N2ovadHR1hZdLISYku-E8c42aq3n0JOX8wZ3BkeRQc,2187
|
|
98
|
-
meshtrade-0.0.
|
|
99
|
-
meshtrade-0.0.
|
|
100
|
-
meshtrade-0.0.
|
|
101
|
-
meshtrade-0.0.
|
|
102
|
-
meshtrade-0.0.
|
|
98
|
+
meshtrade-0.0.7.dist-info/licenses/LICENSE,sha256=7e68NmtCi6H_-e-fbQ82lyTjKKEnLX-Kob8NcYVNaDA,1095
|
|
99
|
+
meshtrade-0.0.7.dist-info/METADATA,sha256=c1mH6wDshAdnvZj01KzJ1bt1P1Vt62cLpny3D_U8oWU,1440
|
|
100
|
+
meshtrade-0.0.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
101
|
+
meshtrade-0.0.7.dist-info/top_level.txt,sha256=L1riO18qkORBnB4bc8vQrHyXdTkgl61nII3cLYQYD_g,10
|
|
102
|
+
meshtrade-0.0.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|