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.

@@ -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\"K\n\x10StandardRoleList\x12\x37\n\x05roles\x18\x01 \x03(\x0e\x32!.meshtrade.option.v1.StandardRoleR\x05roles*n\n\x0cStandardRole\x12\x1d\n\x19STANDARD_ROLE_UNSPECIFIED\x10\x00\x12\x1e\n\x1aSTANDARD_ROLE_WALLET_ADMIN\x10\x01\x12\x1f\n\x1bSTANDARD_ROLE_WALLET_VIEWER\x10\x02:l\n\x0estandard_roles\x12\x1c.google.protobuf.FileOptions\x18\xd3\x86\x03 \x01(\x0b\x32%.meshtrade.option.v1.StandardRoleListR\rstandardRoles:n\n\x0erequired_roles\x12\x1e.google.protobuf.MethodOptions\x18\xd5\x86\x03 \x01(\x0b\x32%.meshtrade.option.v1.StandardRoleListR\rrequiredRolesB0Z.github.com/meshtrade/api/go/option/v1;optionv1b\x06proto3')
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['_STANDARDROLE']._serialized_start=166
37
- _globals['_STANDARDROLE']._serialized_end=276
38
- _globals['_STANDARDROLELIST']._serialized_start=89
39
- _globals['_STANDARDROLELIST']._serialized_end=164
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)
@@ -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 StandardRole(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
11
+ class Role(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
12
12
  __slots__ = ()
13
- STANDARD_ROLE_UNSPECIFIED: _ClassVar[StandardRole]
14
- STANDARD_ROLE_WALLET_ADMIN: _ClassVar[StandardRole]
15
- STANDARD_ROLE_WALLET_VIEWER: _ClassVar[StandardRole]
16
- STANDARD_ROLE_UNSPECIFIED: StandardRole
17
- STANDARD_ROLE_WALLET_ADMIN: StandardRole
18
- STANDARD_ROLE_WALLET_VIEWER: StandardRole
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
- REQUIRED_ROLES_FIELD_NUMBER: _ClassVar[int]
22
- required_roles: _descriptor.FieldDescriptor
21
+ ROLES_FIELD_NUMBER: _ClassVar[int]
22
+ roles: _descriptor.FieldDescriptor
23
23
 
24
- class StandardRoleList(_message.Message):
24
+ class RoleList(_message.Message):
25
25
  __slots__ = ("roles",)
26
26
  ROLES_FIELD_NUMBER: _ClassVar[int]
27
- roles: _containers.RepeatedScalarFieldContainer[StandardRole]
28
- def __init__(self, roles: _Optional[_Iterable[_Union[StandardRole, str]]] = ...) -> None: ...
27
+ roles: _containers.RepeatedScalarFieldContainer[Role]
28
+ def __init__(self, roles: _Optional[_Iterable[_Union[Role, str]]] = ...) -> None: ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshtrade
3
- Version: 0.0.6
3
+ Version: 0.0.7
4
4
  Summary: Integration SDK for Mesh API Services
5
5
  Author-email: Bernard Bussy <bernard@meshtrade.co>
6
6
  License-Expression: LicenseRef-My-Custom-License
@@ -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=qOfu5U-esUAr0Gj7P2FL262RKBH7ZwtgSePBUIdtcI0,2242
53
- meshtrade/option/v1/auth_pb2.pyi,sha256=nFCf6Khyq5EADZxfsl8CB4SeFsrHumN87_lHo36SoKA,1306
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.6.dist-info/licenses/LICENSE,sha256=7e68NmtCi6H_-e-fbQ82lyTjKKEnLX-Kob8NcYVNaDA,1095
99
- meshtrade-0.0.6.dist-info/METADATA,sha256=O7PcvWS_ztnW47TK_SniONz1VSQotIJNZIJsCxpJdjg,1440
100
- meshtrade-0.0.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
101
- meshtrade-0.0.6.dist-info/top_level.txt,sha256=L1riO18qkORBnB4bc8vQrHyXdTkgl61nII3cLYQYD_g,10
102
- meshtrade-0.0.6.dist-info/RECORD,,
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,,