diff --git a/examples/aml/requirements.txt b/examples/aml/requirements.txt index 33889910..4a861a6c 100644 --- a/examples/aml/requirements.txt +++ b/examples/aml/requirements.txt @@ -1,46 +1,46 @@ # -# This file is autogenerated by pip-compile with python 3.10 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # -# pip-compile --output-file=requirements.txt requirements.in +# pip-compile --output-file=examples/aml/requirements.txt examples/aml/requirements.in # asn1==2.2.0 # via yoti -certifi==2021.10.8 +certifi==2026.4.22 # via requests -cffi==1.15.0 +cffi==2.0.0 # via cryptography -charset-normalizer==2.0.10 +charset-normalizer==3.4.7 # via requests -cryptography==36.0.1 +cryptography==48.0.0 # via # pyopenssl # yoti -deprecated==1.2.10 +deprecated==1.3.1 # via yoti -future==0.18.2 - # via yoti -idna==3.3 +idna==3.15 # via requests -iso8601==0.1.13 +iso8601==2.1.0 # via yoti -protobuf==3.19.3 +protobuf==6.33.6 # via yoti -pycparser==2.21 +pycparser==2.23 # via cffi -pyopenssl==21.0.0 +pyopenssl==26.2.0 # via yoti -python-dotenv==0.19.2 - # via -r requirements.in -pytz==2020.4 +python-dotenv==1.2.1 + # via -r examples/aml/requirements.in +pytz==2026.2 # via yoti -requests==2.27.1 +requests==2.32.5 # via yoti -six==1.16.0 - # via pyopenssl -urllib3==1.26.8 +typing-extensions==4.15.0 + # via + # cryptography + # pyopenssl +urllib3==2.6.3 # via requests -wrapt==1.13.3 +wrapt==2.1.2 # via deprecated -yoti==2.14.0 - # via -r requirements.in +yoti==2.14.5 + # via -r examples/aml/requirements.in diff --git a/examples/doc_scan/requirements.in b/examples/doc_scan/requirements.in index da2d3332..9e644e26 100644 --- a/examples/doc_scan/requirements.in +++ b/examples/doc_scan/requirements.in @@ -1,13 +1,12 @@ # Core requirements -flask>=2.2.0 +flask>=3.0.6 python-dotenv>=0.21.0 -yoti==2.14.0 +yoti>=2.14.0 filetype>=1.0.7 -pyopenssl==23.2.0 -click >=8.0 +pyopenssl>=26.0.0 +click>=8.1 # Required for yoti compatibility -deprecated==1.2.10 -iso8601==0.1.13 -pytz==2020.4 - +deprecated>=1.2.14 +iso8601>=1.1.0 +pytz>=2025.2 diff --git a/examples/doc_scan/requirements.txt b/examples/doc_scan/requirements.txt index d5ce9bca..2556f7aa 100644 --- a/examples/doc_scan/requirements.txt +++ b/examples/doc_scan/requirements.txt @@ -1,84 +1,79 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.9 # by the following command: # -# pip-compile --output-file=requirements.txt requirements.in +# pip-compile --output-file=examples/doc_scan/requirements.txt examples/doc_scan/requirements.in # asn1==2.2.0 # via yoti - blinker==1.9.0 # via flask -certifi==2020.4.5.1 +certifi==2026.4.22 # via requests -cffi==1.17.1 +cffi==2.0.0 # via cryptography -chardet==3.0.4 +charset-normalizer==3.4.7 # via requests click==8.1.8 # via - # -r requirements.in + # -r examples/doc_scan/requirements.in # flask -cryptography==41.0.7 - +cryptography==48.0.0 # via # pyopenssl # yoti -deprecated==1.2.10 - +deprecated==1.3.1 # via - # -r requirements.in + # -r examples/doc_scan/requirements.in # yoti -filetype==1.0.7 - # via -r requirements.in -flask==3.1.0 - # via -r requirements.in -future==1.0.0 - # via yoti -idna==2.9 +filetype==1.2.0 + # via -r examples/doc_scan/requirements.in +flask==3.1.3 + # via -r examples/doc_scan/requirements.in +idna==3.15 # via requests -iso8601==0.1.13 - +importlib-metadata==8.7.1 + # via flask +iso8601==2.1.0 # via - # -r requirements.in + # -r examples/doc_scan/requirements.in # yoti itsdangerous==2.2.0 # via flask jinja2==3.1.6 # via flask -markupsafe==3.0.2 +markupsafe==3.0.3 # via + # flask # jinja2 # werkzeug - -protobuf==3.11.3 +protobuf==6.33.6 # via yoti -pycparser==2.20 +pycparser==2.23 # via cffi - -pyopenssl==23.2.0 +pyopenssl==26.2.0 # via - # -r requirements.in + # -r examples/doc_scan/requirements.in # yoti -python-dotenv==1.1.0 - # via -r requirements.in -pytz==2020.4 +python-dotenv==1.2.1 + # via -r examples/doc_scan/requirements.in +pytz==2026.2 # via - # -r requirements.in + # -r examples/doc_scan/requirements.in # yoti -requests==2.23.0 +requests==2.32.5 # via yoti -six==1.14.0 - # via protobuf -urllib3==1.25.9 +typing-extensions==4.15.0 + # via + # cryptography + # pyopenssl +urllib3==2.6.3 # via requests -werkzeug==3.1.3 +werkzeug==3.1.8 # via flask -wrapt==1.17.2 - +wrapt==2.1.2 # via deprecated -yoti==2.14.0 - # via -r requirements.in - -# The following packages are considered to be unsafe in a requirements file: -# setuptools +yoti==2.14.5 + # via -r examples/doc_scan/requirements.in +zipp==3.23.1 + # via importlib-metadata diff --git a/examples/yoti_example_django/requirements.in b/examples/yoti_example_django/requirements.in index 884d3bd9..c7629691 100644 --- a/examples/yoti_example_django/requirements.in +++ b/examples/yoti_example_django/requirements.in @@ -1,8 +1,7 @@ -django>=4.0.1 +django>=4.2,<5.3 django-sslserver>=0.22.0 python-dotenv>=0.7.1 -requests>=2.20.0 -urllib3>=1.24.2 +requests>=2.32.4 +urllib3>=2.6.3 yoti>=2.14.0 -six>=1.16.0 -cffi>=1.15.0 \ No newline at end of file +cffi>=1.17.1 diff --git a/examples/yoti_example_django/requirements.txt b/examples/yoti_example_django/requirements.txt index d966b31c..75c3db1d 100644 --- a/examples/yoti_example_django/requirements.txt +++ b/examples/yoti_example_django/requirements.txt @@ -1,71 +1,63 @@ # -# This file is autogenerated by pip-compile with python 3.10 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # -# pip-compile --output-file=requirements.txt requirements.in +# pip-compile --output-file=examples/yoti_example_django/requirements.txt examples/yoti_example_django/requirements.in # -asgiref==3.4.1 +asgiref==3.11.1 # via django asn1==2.2.0 # via yoti -backports.zoneinfo==0.2.1 - # via django -certifi==2018.4.16 +certifi==2026.4.22 # via requests -cffi==1.15.0 +cffi==2.0.0 # via - # -r requirements.in + # -r examples/yoti_example_django/requirements.in # cryptography -chardet==3.0.4 +charset-normalizer==3.4.7 # via requests -cryptography==3.2 +cryptography==48.0.0 # via # pyopenssl # yoti -deprecated==1.2.10 +deprecated==1.3.1 # via yoti -django==4.0.1 +django==4.2.30 # via - # -r requirements.in + # -r examples/yoti_example_django/requirements.in # django-sslserver django-sslserver==0.22 - # via -r requirements.in -future==0.16.0 - # via yoti -idna==2.7 + # via -r examples/yoti_example_django/requirements.in +idna==3.15 # via requests -iso8601==0.1.13 +iso8601==2.1.0 # via yoti -protobuf==3.6.0 +protobuf==6.33.6 # via yoti -pycparser==2.18 +pycparser==2.23 # via cffi -pyopenssl==18.0.0 +pyopenssl==26.2.0 # via yoti -python-dotenv==0.8.2 - # via -r requirements.in -pytz==2020.4 +python-dotenv==1.2.1 + # via -r examples/yoti_example_django/requirements.in +pytz==2026.2 # via yoti -requests==2.21.0 +requests==2.32.5 # via - # -r requirements.in + # -r examples/yoti_example_django/requirements.in # yoti -six==1.16.0 +sqlparse==0.5.5 + # via django +typing-extensions==4.15.0 # via - # -r requirements.in + # asgiref # cryptography - # protobuf # pyopenssl -sqlparse==0.3.0 - # via django -urllib3==1.24.2 +urllib3==2.6.3 # via - # -r requirements.in + # -r examples/yoti_example_django/requirements.in # requests -wrapt==1.12.1 +wrapt==2.1.2 # via deprecated -yoti==2.14.0 - # via -r requirements.in - -# The following packages are considered to be unsafe in a requirements file: -# setuptools +yoti==2.14.5 + # via -r examples/yoti_example_django/requirements.in diff --git a/examples/yoti_example_django/yoti_example/settings.py b/examples/yoti_example_django/yoti_example/settings.py index 73bd1b2a..60d28b85 100644 --- a/examples/yoti_example_django/yoti_example/settings.py +++ b/examples/yoti_example_django/yoti_example/settings.py @@ -80,6 +80,8 @@ } } +DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField" + # Password validation # https://docs.djangoproject.com/en/1.10/ref/settings/#auth-password-validators diff --git a/examples/yoti_example_flask/requirements.in b/examples/yoti_example_flask/requirements.in index 89d0b0ee..37cbd811 100644 --- a/examples/yoti_example_flask/requirements.in +++ b/examples/yoti_example_flask/requirements.in @@ -1,11 +1,11 @@ -click>=7 -cffi>=1.15.0 -flask>=1.0.4 -jinja2>=3.0.3 -pyopenssl>=19.0.0 +click>=8.1 +cffi>=1.17.1 +flask>=3.0.6 +itsdangerous>=2.2.0 +jinja2>=3.1.6 +pyopenssl>=26.0.0 python-dotenv>=0.7.1 -requests>=2.20.0 -urllib3>=1.24.2 +requests>=2.32.4 +urllib3>=2.6.3 yoti>=2.14.0 -werkzeug>=1.0.1 -six==1.16.0 \ No newline at end of file +werkzeug>=3.0.6 diff --git a/examples/yoti_example_flask/requirements.txt b/examples/yoti_example_flask/requirements.txt index 81f2e9f6..ffc3da71 100644 --- a/examples/yoti_example_flask/requirements.txt +++ b/examples/yoti_example_flask/requirements.txt @@ -1,79 +1,83 @@ # -# This file is autogenerated by pip-compile with python 3.9 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # -# pip-compile --output-file=requirements.txt requirements.in +# pip-compile --output-file=examples/yoti_example_flask/requirements.txt examples/yoti_example_flask/requirements.in # asn1==2.2.0 # via yoti -certifi==2018.4.16 +blinker==1.9.0 + # via flask +certifi==2026.4.22 # via requests -cffi==1.15.0 +cffi==2.0.0 # via - # -r requirements.in + # -r examples/yoti_example_flask/requirements.in # cryptography -chardet==3.0.4 +charset-normalizer==3.4.7 # via requests -click==8.1.2 +click==8.1.8 # via - # -r requirements.in + # -r examples/yoti_example_flask/requirements.in # flask -cryptography==3.2 +cryptography==48.0.0 # via # pyopenssl # yoti -deprecated==1.2.10 - # via yoti -flask==1.1.1 - # via -r requirements.in -future==0.16.0 +deprecated==1.3.1 # via yoti -idna==2.7 +flask==3.1.3 + # via -r examples/yoti_example_flask/requirements.in +idna==3.15 # via requests -iso8601==0.1.13 - # via yoti -itsdangerous==0.24 +importlib-metadata==8.7.1 # via flask -jinja2==3.0.3 +iso8601==2.1.0 + # via yoti +itsdangerous==2.2.0 + # via + # -r examples/yoti_example_flask/requirements.in + # flask +jinja2==3.1.6 + # via + # -r examples/yoti_example_flask/requirements.in + # flask +markupsafe==3.0.3 # via - # -r requirements.in # flask -markupsafe==2.0.1 - # via jinja2 -protobuf==3.6.0 + # jinja2 + # werkzeug +protobuf==6.33.6 # via yoti -pycparser==2.18 +pycparser==2.23 # via cffi -pyopenssl==19.0.0 +pyopenssl==26.2.0 # via - # -r requirements.in + # -r examples/yoti_example_flask/requirements.in # yoti -python-dotenv==0.8.2 - # via -r requirements.in -pytz==2020.4 +python-dotenv==1.2.1 + # via -r examples/yoti_example_flask/requirements.in +pytz==2026.2 # via yoti -requests==2.21.0 +requests==2.32.5 # via - # -r requirements.in + # -r examples/yoti_example_flask/requirements.in # yoti -six==1.16.0 +typing-extensions==4.15.0 # via - # -r requirements.in # cryptography - # protobuf # pyopenssl -urllib3==1.24.2 +urllib3==2.6.3 # via - # -r requirements.in + # -r examples/yoti_example_flask/requirements.in # requests -werkzeug==1.0.1 +werkzeug==3.1.8 # via - # -r requirements.in + # -r examples/yoti_example_flask/requirements.in # flask -wrapt==1.12.1 +wrapt==2.1.2 # via deprecated -yoti==2.14.0 - # via -r requirements.in - -# The following packages are considered to be unsafe in a requirements file: -# setuptools +yoti==2.14.5 + # via -r examples/yoti_example_flask/requirements.in +zipp==3.23.1 + # via importlib-metadata diff --git a/requirements.in b/requirements.in index 5bdc7fe3..de916074 100644 --- a/requirements.in +++ b/requirements.in @@ -1,16 +1,16 @@ asn1==2.2.0 -cryptography>=41.0.7 -cffi>=1.16.0 +cryptography>=44.0.1 +cffi>=1.17.1 future>=0.18.3 -itsdangerous>=2.1.2 +itsdangerous>=2.2.0 pbr>=5.11.1 -protobuf==3.20.3 -pyopenssl>=24.0.0 -PyYAML>=6.0 +protobuf>=4.25.8,<6 +pyopenssl>=26.0.0 +PyYAML>=6.0.2 pytz>=2025.2 -requests>=2.31.0 -urllib3>=2.2.1 +requests>=2.32.4 +urllib3>=2.6.3 deprecated>=1.2.14 -wheel>=0.41.0 +wheel>=0.46.2 iso8601>=1.1.0 -wrapt>=1.15.0 +wrapt>=1.17.2 diff --git a/requirements.txt b/requirements.txt index ab374aef..eafce461 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,72 +1,63 @@ # - -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.9 # by the following command: - # # pip-compile --output-file=requirements.txt requirements.in # asn1==2.2.0 # via -r requirements.in -certifi==2018.11.29 +certifi==2026.4.22 # via requests - -cffi==1.17.1 +cffi==2.0.0 # via # -r requirements.in # cryptography -charset-normalizer==3.4.1 +charset-normalizer==3.4.7 # via requests -cryptography==44.0.2 +cryptography==48.0.0 # via # -r requirements.in # pyopenssl - -deprecated==1.2.18 +deprecated==1.3.1 # via -r requirements.in future==1.0.0 # via -r requirements.in -idna==2.7 +idna==3.15 # via requests - iso8601==2.1.0 # via -r requirements.in itsdangerous==2.2.0 - # via -r requirements.in -pbr==6.1.1 +packaging==26.2 + # via wheel +pbr==7.0.3 # via -r requirements.in - -protobuf==3.20.3 - +protobuf==5.29.6 # via -r requirements.in -pycparser==2.18 +pycparser==2.23 # via cffi -pyopenssl==25.0.0 +pyopenssl==26.2.0 # via -r requirements.in - -pytz==2025.2 - +pytz==2026.2 # via -r requirements.in -pyyaml==6.0.2 +pyyaml==6.0.3 # via -r requirements.in -requests==2.32.0 +requests==2.32.5 # via -r requirements.in -typing-extensions==4.13.2 - # via pyopenssl -urllib3==2.4.0 +typing-extensions==4.15.0 + # via + # cryptography + # pyopenssl +urllib3==2.6.3 # via # -r requirements.in # requests -wheel==0.45.1 +wheel==0.47.0 # via -r requirements.in -wrapt==1.17.2 +wrapt==2.1.2 # via # -r requirements.in # deprecated # The following packages are considered to be unsafe in a requirements file: # setuptools - - - diff --git a/setup.py b/setup.py index 4e9bfdf1..8170f832 100644 --- a/setup.py +++ b/setup.py @@ -20,10 +20,10 @@ install_requires=[ "asn1==2.2.0", # still pinned due to enum34 issue - "cryptography>=42.0.0", - "protobuf==3.20.3", - "requests>=2.31.0", - "pyopenssl>=24.0.0", + "cryptography>=44.0.1", + "protobuf>=4.25.8,<6", + "requests>=2.32.4", + "pyopenssl>=26.0.0", "pytz>=2025.2", "iso8601>=1.1.0", "deprecated>=1.2.14", @@ -31,11 +31,11 @@ ], extras_require={ "examples": [ - "Django>=3.0.7", - "Flask>=1.0.4", + "Django>=4.2,<5.3", + "Flask>=3.0.6", "python-dotenv>=0.7.1", "django-sslserver>=0.22.0", - "Werkzeug==2.1.2", + "Werkzeug>=3.0.6", ], "dev": [ "pre-commit==2.16.0", diff --git a/yoti_python_sdk/protobuf/attribute_public_api/Attribute_pb2.py b/yoti_python_sdk/protobuf/attribute_public_api/Attribute_pb2.py index de3e260b..cf53b2d6 100644 --- a/yoti_python_sdk/protobuf/attribute_public_api/Attribute_pb2.py +++ b/yoti_python_sdk/protobuf/attribute_public_api/Attribute_pb2.py @@ -1,11 +1,10 @@ +# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: Attribute.proto - -import sys -_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) +"""Generated protocol buffer code.""" +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection +from google.protobuf import descriptor_pool as _descriptor_pool from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -15,242 +14,24 @@ import ContentType_pb2 as ContentType__pb2 -DESCRIPTOR = _descriptor.FileDescriptor( - name='Attribute.proto', - package='attrpubapi_v1', - syntax='proto3', - serialized_options=_b('\n$com.yoti.api.client.spi.remote.protoB\tAttrProtoZ\ryotiprotoattr\252\002\034Yoti.Auth.ProtoBuf.Attribute\312\002\nAttrpubapi'), - serialized_pb=_b('\n\x0f\x41ttribute.proto\x12\rattrpubapi_v1\x1a\x11\x43ontentType.proto\"\x82\x01\n\tAttribute\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x0c\x12\x30\n\x0c\x63ontent_type\x18\x03 \x01(\x0e\x32\x1a.attrpubapi_v1.ContentType\x12&\n\x07\x61nchors\x18\x04 \x03(\x0b\x32\x15.attrpubapi_v1.Anchor\"\x98\x01\n\x06\x41nchor\x12\x15\n\rartifact_link\x18\x01 \x01(\x0c\x12\x1b\n\x13origin_server_certs\x18\x02 \x03(\x0c\x12\x1a\n\x12\x61rtifact_signature\x18\x03 \x01(\x0c\x12\x10\n\x08sub_type\x18\x04 \x01(\t\x12\x11\n\tsignature\x18\x05 \x01(\x0c\x12\x19\n\x11signed_time_stamp\x18\x06 \x01(\x0c\"\x86\x01\n\nMultiValue\x12/\n\x06values\x18\x01 \x03(\x0b\x32\x1f.attrpubapi_v1.MultiValue.Value\x1aG\n\x05Value\x12\x30\n\x0c\x63ontent_type\x18\x01 \x01(\x0e\x32\x1a.attrpubapi_v1.ContentType\x12\x0c\n\x04\x64\x61ta\x18\x02 \x01(\x0c\x42l\n$com.yoti.api.client.spi.remote.protoB\tAttrProtoZ\ryotiprotoattr\xaa\x02\x1cYoti.Auth.ProtoBuf.Attribute\xca\x02\nAttrpubapib\x06proto3') - , - dependencies=[ContentType__pb2.DESCRIPTOR,]) - - - - -_ATTRIBUTE = _descriptor.Descriptor( - name='Attribute', - full_name='attrpubapi_v1.Attribute', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='name', full_name='attrpubapi_v1.Attribute.name', index=0, - number=1, type=9, cpp_type=9, label=1, - has_default_value=False, default_value=_b("").decode('utf-8'), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='value', full_name='attrpubapi_v1.Attribute.value', index=1, - number=2, type=12, cpp_type=9, label=1, - has_default_value=False, default_value=_b(""), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='content_type', full_name='attrpubapi_v1.Attribute.content_type', index=2, - number=3, type=14, cpp_type=8, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='anchors', full_name='attrpubapi_v1.Attribute.anchors', index=3, - number=4, type=11, cpp_type=10, label=3, - has_default_value=False, default_value=[], - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - serialized_options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=54, - serialized_end=184, -) - - -_ANCHOR = _descriptor.Descriptor( - name='Anchor', - full_name='attrpubapi_v1.Anchor', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='artifact_link', full_name='attrpubapi_v1.Anchor.artifact_link', index=0, - number=1, type=12, cpp_type=9, label=1, - has_default_value=False, default_value=_b(""), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='origin_server_certs', full_name='attrpubapi_v1.Anchor.origin_server_certs', index=1, - number=2, type=12, cpp_type=9, label=3, - has_default_value=False, default_value=[], - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='artifact_signature', full_name='attrpubapi_v1.Anchor.artifact_signature', index=2, - number=3, type=12, cpp_type=9, label=1, - has_default_value=False, default_value=_b(""), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='sub_type', full_name='attrpubapi_v1.Anchor.sub_type', index=3, - number=4, type=9, cpp_type=9, label=1, - has_default_value=False, default_value=_b("").decode('utf-8'), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='signature', full_name='attrpubapi_v1.Anchor.signature', index=4, - number=5, type=12, cpp_type=9, label=1, - has_default_value=False, default_value=_b(""), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='signed_time_stamp', full_name='attrpubapi_v1.Anchor.signed_time_stamp', index=5, - number=6, type=12, cpp_type=9, label=1, - has_default_value=False, default_value=_b(""), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - serialized_options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=187, - serialized_end=339, -) - - -_MULTIVALUE_VALUE = _descriptor.Descriptor( - name='Value', - full_name='attrpubapi_v1.MultiValue.Value', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='content_type', full_name='attrpubapi_v1.MultiValue.Value.content_type', index=0, - number=1, type=14, cpp_type=8, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='data', full_name='attrpubapi_v1.MultiValue.Value.data', index=1, - number=2, type=12, cpp_type=9, label=1, - has_default_value=False, default_value=_b(""), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - serialized_options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=405, - serialized_end=476, -) - -_MULTIVALUE = _descriptor.Descriptor( - name='MultiValue', - full_name='attrpubapi_v1.MultiValue', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='values', full_name='attrpubapi_v1.MultiValue.values', index=0, - number=1, type=11, cpp_type=10, label=3, - has_default_value=False, default_value=[], - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - ], - extensions=[ - ], - nested_types=[_MULTIVALUE_VALUE, ], - enum_types=[ - ], - serialized_options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=342, - serialized_end=476, -) - -_ATTRIBUTE.fields_by_name['content_type'].enum_type = ContentType__pb2._CONTENTTYPE -_ATTRIBUTE.fields_by_name['anchors'].message_type = _ANCHOR -_MULTIVALUE_VALUE.fields_by_name['content_type'].enum_type = ContentType__pb2._CONTENTTYPE -_MULTIVALUE_VALUE.containing_type = _MULTIVALUE -_MULTIVALUE.fields_by_name['values'].message_type = _MULTIVALUE_VALUE -DESCRIPTOR.message_types_by_name['Attribute'] = _ATTRIBUTE -DESCRIPTOR.message_types_by_name['Anchor'] = _ANCHOR -DESCRIPTOR.message_types_by_name['MultiValue'] = _MULTIVALUE -_sym_db.RegisterFileDescriptor(DESCRIPTOR) - -Attribute = _reflection.GeneratedProtocolMessageType('Attribute', (_message.Message,), dict( - DESCRIPTOR = _ATTRIBUTE, - __module__ = 'Attribute_pb2' - # @@protoc_insertion_point(class_scope:attrpubapi_v1.Attribute) - )) -_sym_db.RegisterMessage(Attribute) - -Anchor = _reflection.GeneratedProtocolMessageType('Anchor', (_message.Message,), dict( - DESCRIPTOR = _ANCHOR, - __module__ = 'Attribute_pb2' - # @@protoc_insertion_point(class_scope:attrpubapi_v1.Anchor) - )) -_sym_db.RegisterMessage(Anchor) - -MultiValue = _reflection.GeneratedProtocolMessageType('MultiValue', (_message.Message,), dict( - - Value = _reflection.GeneratedProtocolMessageType('Value', (_message.Message,), dict( - DESCRIPTOR = _MULTIVALUE_VALUE, - __module__ = 'Attribute_pb2' - # @@protoc_insertion_point(class_scope:attrpubapi_v1.MultiValue.Value) - )) - , - DESCRIPTOR = _MULTIVALUE, - __module__ = 'Attribute_pb2' - # @@protoc_insertion_point(class_scope:attrpubapi_v1.MultiValue) - )) -_sym_db.RegisterMessage(MultiValue) -_sym_db.RegisterMessage(MultiValue.Value) - - -DESCRIPTOR._options = None +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0f\x41ttribute.proto\x12\rattrpubapi_v1\x1a\x11\x43ontentType.proto\"\xf7\x01\n\tAttribute\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x0c\x12\x30\n\x0c\x63ontent_type\x18\x03 \x01(\x0e\x32\x1a.attrpubapi_v1.ContentType\x12&\n\x07\x61nchors\x18\x04 \x03(\x0b\x32\x15.attrpubapi_v1.Anchor\x12\x32\n\ruser_metadata\x18\x05 \x03(\x0b\x32\x1b.attrpubapi_v1.UserMetadata\x12)\n\x08metadata\x18\x06 \x01(\x0b\x32\x17.attrpubapi_v1.Metadata\x12\x14\n\x0c\x65phemeral_id\x18\x07 \x01(\t\"q\n\x08Metadata\x12\x1d\n\x15superseded_time_stamp\x18\x01 \x01(\t\x12\x11\n\tdeletable\x18\x02 \x01(\x08\x12\x12\n\nreceipt_id\x18\x03 \x01(\x0c\x12\x0f\n\x07revoked\x18\x04 \x01(\x08\x12\x0e\n\x06locked\x18\x05 \x01(\x08\"\xb3\x01\n\x06\x41nchor\x12\x15\n\rartifact_link\x18\x01 \x01(\x0c\x12\x1b\n\x13origin_server_certs\x18\x02 \x03(\x0c\x12\x1a\n\x12\x61rtifact_signature\x18\x03 \x01(\x0c\x12\x10\n\x08sub_type\x18\x04 \x01(\t\x12\x11\n\tsignature\x18\x05 \x01(\x0c\x12\x19\n\x11signed_time_stamp\x18\x06 \x01(\x0c\x12\x19\n\x11\x61ssociated_source\x18\x07 \x01(\t\"*\n\x0cUserMetadata\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"\x86\x01\n\nMultiValue\x12/\n\x06values\x18\x01 \x03(\x0b\x32\x1f.attrpubapi_v1.MultiValue.Value\x1aG\n\x05Value\x12\x30\n\x0c\x63ontent_type\x18\x01 \x01(\x0e\x32\x1a.attrpubapi_v1.ContentType\x12\x0c\n\x04\x64\x61ta\x18\x02 \x01(\x0c\x42\xe0\x01\n$com.yoti.api.client.spi.remote.protoB\tAttrProtoZ/github.com/getyoti/yoti-go-sdk/v3/yotiprotoattr\xaa\x02\x1cYoti.Auth.ProtoBuf.Attribute\xca\x02\x18Yoti\\Protobuf\\Attrpubapi\xe2\x02$Yoti\\Protobuf\\Attrpubapi\\GPBMetadata\xea\x02\x1aYoti::Protobuf::Attrpubapib\x06proto3') + +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'Attribute_pb2', globals()) +if _descriptor._USE_C_DESCRIPTORS == False: + + DESCRIPTOR._options = None + DESCRIPTOR._serialized_options = b'\n$com.yoti.api.client.spi.remote.protoB\tAttrProtoZ/github.com/getyoti/yoti-go-sdk/v3/yotiprotoattr\252\002\034Yoti.Auth.ProtoBuf.Attribute\312\002\030Yoti\\Protobuf\\Attrpubapi\342\002$Yoti\\Protobuf\\Attrpubapi\\GPBMetadata\352\002\032Yoti::Protobuf::Attrpubapi' + _ATTRIBUTE._serialized_start=54 + _ATTRIBUTE._serialized_end=301 + _METADATA._serialized_start=303 + _METADATA._serialized_end=416 + _ANCHOR._serialized_start=419 + _ANCHOR._serialized_end=598 + _USERMETADATA._serialized_start=600 + _USERMETADATA._serialized_end=642 + _MULTIVALUE._serialized_start=645 + _MULTIVALUE._serialized_end=779 + _MULTIVALUE_VALUE._serialized_start=708 + _MULTIVALUE_VALUE._serialized_end=779 # @@protoc_insertion_point(module_scope) diff --git a/yoti_python_sdk/protobuf/attribute_public_api/ContentType_pb2.py b/yoti_python_sdk/protobuf/attribute_public_api/ContentType_pb2.py index cb207895..f717fc84 100644 --- a/yoti_python_sdk/protobuf/attribute_public_api/ContentType_pb2.py +++ b/yoti_python_sdk/protobuf/attribute_public_api/ContentType_pb2.py @@ -1,12 +1,10 @@ +# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: ContentType.proto - -import sys -_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) -from google.protobuf.internal import enum_type_wrapper +"""Generated protocol buffer code.""" +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection +from google.protobuf import descriptor_pool as _descriptor_pool from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -15,74 +13,14 @@ -DESCRIPTOR = _descriptor.FileDescriptor( - name='ContentType.proto', - package='attrpubapi_v1', - syntax='proto3', - serialized_options=_b('\n$com.yoti.api.client.spi.remote.protoB\020ContentTypeProtoZ\ryotiprotoattr\252\002\034Yoti.Auth.ProtoBuf.Attribute\312\002\nAttrpubapi'), - serialized_pb=_b('\n\x11\x43ontentType.proto\x12\rattrpubapi_v1*i\n\x0b\x43ontentType\x12\r\n\tUNDEFINED\x10\x00\x12\n\n\x06STRING\x10\x01\x12\x08\n\x04JPEG\x10\x02\x12\x08\n\x04\x44\x41TE\x10\x03\x12\x07\n\x03PNG\x10\x04\x12\x08\n\x04JSON\x10\x05\x12\x0f\n\x0bMULTI_VALUE\x10\x06\x12\x07\n\x03INT\x10\x07\x42s\n$com.yoti.api.client.spi.remote.protoB\x10\x43ontentTypeProtoZ\ryotiprotoattr\xaa\x02\x1cYoti.Auth.ProtoBuf.Attribute\xca\x02\nAttrpubapib\x06proto3') -) - -_CONTENTTYPE = _descriptor.EnumDescriptor( - name='ContentType', - full_name='attrpubapi_v1.ContentType', - filename=None, - file=DESCRIPTOR, - values=[ - _descriptor.EnumValueDescriptor( - name='UNDEFINED', index=0, number=0, - serialized_options=None, - type=None), - _descriptor.EnumValueDescriptor( - name='STRING', index=1, number=1, - serialized_options=None, - type=None), - _descriptor.EnumValueDescriptor( - name='JPEG', index=2, number=2, - serialized_options=None, - type=None), - _descriptor.EnumValueDescriptor( - name='DATE', index=3, number=3, - serialized_options=None, - type=None), - _descriptor.EnumValueDescriptor( - name='PNG', index=4, number=4, - serialized_options=None, - type=None), - _descriptor.EnumValueDescriptor( - name='JSON', index=5, number=5, - serialized_options=None, - type=None), - _descriptor.EnumValueDescriptor( - name='MULTI_VALUE', index=6, number=6, - serialized_options=None, - type=None), - _descriptor.EnumValueDescriptor( - name='INT', index=7, number=7, - serialized_options=None, - type=None), - ], - containing_type=None, - serialized_options=None, - serialized_start=36, - serialized_end=141, -) -_sym_db.RegisterEnumDescriptor(_CONTENTTYPE) - -ContentType = enum_type_wrapper.EnumTypeWrapper(_CONTENTTYPE) -UNDEFINED = 0 -STRING = 1 -JPEG = 2 -DATE = 3 -PNG = 4 -JSON = 5 -MULTI_VALUE = 6 -INT = 7 - - -DESCRIPTOR.enum_types_by_name['ContentType'] = _CONTENTTYPE -_sym_db.RegisterFileDescriptor(DESCRIPTOR) +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x11\x43ontentType.proto\x12\rattrpubapi_v1*i\n\x0b\x43ontentType\x12\r\n\tUNDEFINED\x10\x00\x12\n\n\x06STRING\x10\x01\x12\x08\n\x04JPEG\x10\x02\x12\x08\n\x04\x44\x41TE\x10\x03\x12\x07\n\x03PNG\x10\x04\x12\x08\n\x04JSON\x10\x05\x12\x0f\n\x0bMULTI_VALUE\x10\x06\x12\x07\n\x03INT\x10\x07\x42\xe7\x01\n$com.yoti.api.client.spi.remote.protoB\x10\x43ontentTypeProtoZ/github.com/getyoti/yoti-go-sdk/v3/yotiprotoattr\xaa\x02\x1cYoti.Auth.ProtoBuf.Attribute\xca\x02\x18Yoti\\Protobuf\\Attrpubapi\xe2\x02$Yoti\\Protobuf\\Attrpubapi\\GPBMetadata\xea\x02\x1aYoti::Protobuf::Attrpubapib\x06proto3') +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ContentType_pb2', globals()) +if _descriptor._USE_C_DESCRIPTORS == False: -DESCRIPTOR._options = None + DESCRIPTOR._options = None + DESCRIPTOR._serialized_options = b'\n$com.yoti.api.client.spi.remote.protoB\020ContentTypeProtoZ/github.com/getyoti/yoti-go-sdk/v3/yotiprotoattr\252\002\034Yoti.Auth.ProtoBuf.Attribute\312\002\030Yoti\\Protobuf\\Attrpubapi\342\002$Yoti\\Protobuf\\Attrpubapi\\GPBMetadata\352\002\032Yoti::Protobuf::Attrpubapi' + _CONTENTTYPE._serialized_start=36 + _CONTENTTYPE._serialized_end=141 # @@protoc_insertion_point(module_scope) diff --git a/yoti_python_sdk/protobuf/attribute_public_api/List_pb2.py b/yoti_python_sdk/protobuf/attribute_public_api/List_pb2.py index 68c3fd3b..2b53678a 100644 --- a/yoti_python_sdk/protobuf/attribute_public_api/List_pb2.py +++ b/yoti_python_sdk/protobuf/attribute_public_api/List_pb2.py @@ -1,11 +1,10 @@ +# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: List.proto - -import sys -_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) +"""Generated protocol buffer code.""" +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection +from google.protobuf import descriptor_pool as _descriptor_pool from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -15,146 +14,18 @@ import Attribute_pb2 as Attribute__pb2 -DESCRIPTOR = _descriptor.FileDescriptor( - name='List.proto', - package='attrpubapi_v1', - syntax='proto3', - serialized_options=_b('\n$com.yoti.api.client.spi.remote.protoB\022AttributeListProtoZ\ryotiprotoattr\252\002\034Yoti.Auth.ProtoBuf.Attribute\312\002\nAttrpubapi'), - serialized_pb=_b('\n\nList.proto\x12\rattrpubapi_v1\x1a\x0f\x41ttribute.proto\"S\n\x0e\x41ttributeAndId\x12+\n\tattribute\x18\x01 \x01(\x0b\x32\x18.attrpubapi_v1.Attribute\x12\x14\n\x0c\x61ttribute_id\x18\x02 \x01(\x0c\"R\n\x12\x41ttributeAndIdList\x12<\n\x15\x61ttribute_and_id_list\x18\x01 \x03(\x0b\x32\x1d.attrpubapi_v1.AttributeAndId\"=\n\rAttributeList\x12,\n\nattributes\x18\x01 \x03(\x0b\x32\x18.attrpubapi_v1.AttributeBu\n$com.yoti.api.client.spi.remote.protoB\x12\x41ttributeListProtoZ\ryotiprotoattr\xaa\x02\x1cYoti.Auth.ProtoBuf.Attribute\xca\x02\nAttrpubapib\x06proto3') - , - dependencies=[Attribute__pb2.DESCRIPTOR,]) - - - - -_ATTRIBUTEANDID = _descriptor.Descriptor( - name='AttributeAndId', - full_name='attrpubapi_v1.AttributeAndId', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='attribute', full_name='attrpubapi_v1.AttributeAndId.attribute', index=0, - number=1, type=11, cpp_type=10, label=1, - has_default_value=False, default_value=None, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='attribute_id', full_name='attrpubapi_v1.AttributeAndId.attribute_id', index=1, - number=2, type=12, cpp_type=9, label=1, - has_default_value=False, default_value=_b(""), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - serialized_options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=46, - serialized_end=129, -) - - -_ATTRIBUTEANDIDLIST = _descriptor.Descriptor( - name='AttributeAndIdList', - full_name='attrpubapi_v1.AttributeAndIdList', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='attribute_and_id_list', full_name='attrpubapi_v1.AttributeAndIdList.attribute_and_id_list', index=0, - number=1, type=11, cpp_type=10, label=3, - has_default_value=False, default_value=[], - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - serialized_options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=131, - serialized_end=213, -) - - -_ATTRIBUTELIST = _descriptor.Descriptor( - name='AttributeList', - full_name='attrpubapi_v1.AttributeList', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='attributes', full_name='attrpubapi_v1.AttributeList.attributes', index=0, - number=1, type=11, cpp_type=10, label=3, - has_default_value=False, default_value=[], - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - serialized_options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=215, - serialized_end=276, -) - -_ATTRIBUTEANDID.fields_by_name['attribute'].message_type = Attribute__pb2._ATTRIBUTE -_ATTRIBUTEANDIDLIST.fields_by_name['attribute_and_id_list'].message_type = _ATTRIBUTEANDID -_ATTRIBUTELIST.fields_by_name['attributes'].message_type = Attribute__pb2._ATTRIBUTE -DESCRIPTOR.message_types_by_name['AttributeAndId'] = _ATTRIBUTEANDID -DESCRIPTOR.message_types_by_name['AttributeAndIdList'] = _ATTRIBUTEANDIDLIST -DESCRIPTOR.message_types_by_name['AttributeList'] = _ATTRIBUTELIST -_sym_db.RegisterFileDescriptor(DESCRIPTOR) - -AttributeAndId = _reflection.GeneratedProtocolMessageType('AttributeAndId', (_message.Message,), dict( - DESCRIPTOR = _ATTRIBUTEANDID, - __module__ = 'List_pb2' - # @@protoc_insertion_point(class_scope:attrpubapi_v1.AttributeAndId) - )) -_sym_db.RegisterMessage(AttributeAndId) - -AttributeAndIdList = _reflection.GeneratedProtocolMessageType('AttributeAndIdList', (_message.Message,), dict( - DESCRIPTOR = _ATTRIBUTEANDIDLIST, - __module__ = 'List_pb2' - # @@protoc_insertion_point(class_scope:attrpubapi_v1.AttributeAndIdList) - )) -_sym_db.RegisterMessage(AttributeAndIdList) - -AttributeList = _reflection.GeneratedProtocolMessageType('AttributeList', (_message.Message,), dict( - DESCRIPTOR = _ATTRIBUTELIST, - __module__ = 'List_pb2' - # @@protoc_insertion_point(class_scope:attrpubapi_v1.AttributeList) - )) -_sym_db.RegisterMessage(AttributeList) +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\nList.proto\x12\rattrpubapi_v1\x1a\x0f\x41ttribute.proto\"S\n\x0e\x41ttributeAndId\x12+\n\tattribute\x18\x01 \x01(\x0b\x32\x18.attrpubapi_v1.Attribute\x12\x14\n\x0c\x61ttribute_id\x18\x02 \x01(\x0c\"R\n\x12\x41ttributeAndIdList\x12<\n\x15\x61ttribute_and_id_list\x18\x01 \x03(\x0b\x32\x1d.attrpubapi_v1.AttributeAndId\"=\n\rAttributeList\x12,\n\nattributes\x18\x01 \x03(\x0b\x32\x18.attrpubapi_v1.AttributeB\xe9\x01\n$com.yoti.api.client.spi.remote.protoB\x12\x41ttributeListProtoZ/github.com/getyoti/yoti-go-sdk/v3/yotiprotoattr\xaa\x02\x1cYoti.Auth.ProtoBuf.Attribute\xca\x02\x18Yoti\\Protobuf\\Attrpubapi\xe2\x02$Yoti\\Protobuf\\Attrpubapi\\GPBMetadata\xea\x02\x1aYoti::Protobuf::Attrpubapib\x06proto3') +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'List_pb2', globals()) +if _descriptor._USE_C_DESCRIPTORS == False: -DESCRIPTOR._options = None + DESCRIPTOR._options = None + DESCRIPTOR._serialized_options = b'\n$com.yoti.api.client.spi.remote.protoB\022AttributeListProtoZ/github.com/getyoti/yoti-go-sdk/v3/yotiprotoattr\252\002\034Yoti.Auth.ProtoBuf.Attribute\312\002\030Yoti\\Protobuf\\Attrpubapi\342\002$Yoti\\Protobuf\\Attrpubapi\\GPBMetadata\352\002\032Yoti::Protobuf::Attrpubapi' + _ATTRIBUTEANDID._serialized_start=46 + _ATTRIBUTEANDID._serialized_end=129 + _ATTRIBUTEANDIDLIST._serialized_start=131 + _ATTRIBUTEANDIDLIST._serialized_end=213 + _ATTRIBUTELIST._serialized_start=215 + _ATTRIBUTELIST._serialized_end=276 # @@protoc_insertion_point(module_scope) diff --git a/yoti_python_sdk/protobuf/attribute_public_api/Signing_pb2.py b/yoti_python_sdk/protobuf/attribute_public_api/Signing_pb2.py index e4029576..ad788c4f 100644 --- a/yoti_python_sdk/protobuf/attribute_public_api/Signing_pb2.py +++ b/yoti_python_sdk/protobuf/attribute_public_api/Signing_pb2.py @@ -1,11 +1,10 @@ +# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: Signing.proto - -import sys -_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) +"""Generated protocol buffer code.""" +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection +from google.protobuf import descriptor_pool as _descriptor_pool from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -15,94 +14,14 @@ import ContentType_pb2 as ContentType__pb2 -DESCRIPTOR = _descriptor.FileDescriptor( - name='Signing.proto', - package='attrpubapi_v1', - syntax='proto3', - serialized_options=_b('\n$com.yoti.api.client.spi.remote.protoB\014SigningProtoZ\ryotiprotoattr\252\002\034Yoti.Auth.ProtoBuf.Attribute\312\002\nAttrpubapi'), - serialized_pb=_b('\n\rSigning.proto\x12\rattrpubapi_v1\x1a\x11\x43ontentType.proto\"\xaa\x01\n\x10\x41ttributeSigning\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x0c\x12\x30\n\x0c\x63ontent_type\x18\x03 \x01(\x0e\x32\x1a.attrpubapi_v1.ContentType\x12\x1a\n\x12\x61rtifact_signature\x18\x04 \x01(\x0c\x12\x10\n\x08sub_type\x18\x05 \x01(\t\x12\x19\n\x11signed_time_stamp\x18\x06 \x01(\x0c\x42o\n$com.yoti.api.client.spi.remote.protoB\x0cSigningProtoZ\ryotiprotoattr\xaa\x02\x1cYoti.Auth.ProtoBuf.Attribute\xca\x02\nAttrpubapib\x06proto3') - , - dependencies=[ContentType__pb2.DESCRIPTOR,]) - - - - -_ATTRIBUTESIGNING = _descriptor.Descriptor( - name='AttributeSigning', - full_name='attrpubapi_v1.AttributeSigning', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='name', full_name='attrpubapi_v1.AttributeSigning.name', index=0, - number=1, type=9, cpp_type=9, label=1, - has_default_value=False, default_value=_b("").decode('utf-8'), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='value', full_name='attrpubapi_v1.AttributeSigning.value', index=1, - number=2, type=12, cpp_type=9, label=1, - has_default_value=False, default_value=_b(""), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='content_type', full_name='attrpubapi_v1.AttributeSigning.content_type', index=2, - number=3, type=14, cpp_type=8, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='artifact_signature', full_name='attrpubapi_v1.AttributeSigning.artifact_signature', index=3, - number=4, type=12, cpp_type=9, label=1, - has_default_value=False, default_value=_b(""), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='sub_type', full_name='attrpubapi_v1.AttributeSigning.sub_type', index=4, - number=5, type=9, cpp_type=9, label=1, - has_default_value=False, default_value=_b("").decode('utf-8'), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='signed_time_stamp', full_name='attrpubapi_v1.AttributeSigning.signed_time_stamp', index=5, - number=6, type=12, cpp_type=9, label=1, - has_default_value=False, default_value=_b(""), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - serialized_options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=52, - serialized_end=222, -) - -_ATTRIBUTESIGNING.fields_by_name['content_type'].enum_type = ContentType__pb2._CONTENTTYPE -DESCRIPTOR.message_types_by_name['AttributeSigning'] = _ATTRIBUTESIGNING -_sym_db.RegisterFileDescriptor(DESCRIPTOR) - -AttributeSigning = _reflection.GeneratedProtocolMessageType('AttributeSigning', (_message.Message,), dict( - DESCRIPTOR = _ATTRIBUTESIGNING, - __module__ = 'Signing_pb2' - # @@protoc_insertion_point(class_scope:attrpubapi_v1.AttributeSigning) - )) -_sym_db.RegisterMessage(AttributeSigning) +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\rSigning.proto\x12\rattrpubapi_v1\x1a\x11\x43ontentType.proto\"\xc5\x01\n\x10\x41ttributeSigning\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x0c\x12\x30\n\x0c\x63ontent_type\x18\x03 \x01(\x0e\x32\x1a.attrpubapi_v1.ContentType\x12\x1a\n\x12\x61rtifact_signature\x18\x04 \x01(\x0c\x12\x10\n\x08sub_type\x18\x05 \x01(\t\x12\x19\n\x11signed_time_stamp\x18\x06 \x01(\x0c\x12\x19\n\x11\x61ssociated_source\x18\x07 \x01(\tB\xe3\x01\n$com.yoti.api.client.spi.remote.protoB\x0cSigningProtoZ/github.com/getyoti/yoti-go-sdk/v3/yotiprotoattr\xaa\x02\x1cYoti.Auth.ProtoBuf.Attribute\xca\x02\x18Yoti\\Protobuf\\Attrpubapi\xe2\x02$Yoti\\Protobuf\\Attrpubapi\\GPBMetadata\xea\x02\x1aYoti::Protobuf::Attrpubapib\x06proto3') +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'Signing_pb2', globals()) +if _descriptor._USE_C_DESCRIPTORS == False: -DESCRIPTOR._options = None + DESCRIPTOR._options = None + DESCRIPTOR._serialized_options = b'\n$com.yoti.api.client.spi.remote.protoB\014SigningProtoZ/github.com/getyoti/yoti-go-sdk/v3/yotiprotoattr\252\002\034Yoti.Auth.ProtoBuf.Attribute\312\002\030Yoti\\Protobuf\\Attrpubapi\342\002$Yoti\\Protobuf\\Attrpubapi\\GPBMetadata\352\002\032Yoti::Protobuf::Attrpubapi' + _ATTRIBUTESIGNING._serialized_start=52 + _ATTRIBUTESIGNING._serialized_end=249 # @@protoc_insertion_point(module_scope) diff --git a/yoti_python_sdk/protobuf/common_public_api/EncryptedData_pb2.py b/yoti_python_sdk/protobuf/common_public_api/EncryptedData_pb2.py index a70e88d3..4f5f680b 100644 --- a/yoti_python_sdk/protobuf/common_public_api/EncryptedData_pb2.py +++ b/yoti_python_sdk/protobuf/common_public_api/EncryptedData_pb2.py @@ -1,11 +1,10 @@ +# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: EncryptedData.proto - -import sys -_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) +"""Generated protocol buffer code.""" +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection +from google.protobuf import descriptor_pool as _descriptor_pool from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -14,64 +13,14 @@ -DESCRIPTOR = _descriptor.FileDescriptor( - name='EncryptedData.proto', - package='compubapi_v1', - syntax='proto3', - serialized_options=_b('\n$com.yoti.api.client.spi.remote.protoB\022EncryptedDataProtoZ\014yotiprotocom\252\002\031Yoti.Auth.ProtoBuf.Common\312\002\tCompubapi'), - serialized_pb=_b('\n\x13\x45ncryptedData.proto\x12\x0c\x63ompubapi_v1\"0\n\rEncryptedData\x12\n\n\x02iv\x18\x01 \x01(\x0c\x12\x13\n\x0b\x63ipher_text\x18\x02 \x01(\x0c\x42p\n$com.yoti.api.client.spi.remote.protoB\x12\x45ncryptedDataProtoZ\x0cyotiprotocom\xaa\x02\x19Yoti.Auth.ProtoBuf.Common\xca\x02\tCompubapib\x06proto3') -) - - - - -_ENCRYPTEDDATA = _descriptor.Descriptor( - name='EncryptedData', - full_name='compubapi_v1.EncryptedData', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='iv', full_name='compubapi_v1.EncryptedData.iv', index=0, - number=1, type=12, cpp_type=9, label=1, - has_default_value=False, default_value=_b(""), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='cipher_text', full_name='compubapi_v1.EncryptedData.cipher_text', index=1, - number=2, type=12, cpp_type=9, label=1, - has_default_value=False, default_value=_b(""), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - serialized_options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=37, - serialized_end=85, -) - -DESCRIPTOR.message_types_by_name['EncryptedData'] = _ENCRYPTEDDATA -_sym_db.RegisterFileDescriptor(DESCRIPTOR) - -EncryptedData = _reflection.GeneratedProtocolMessageType('EncryptedData', (_message.Message,), dict( - DESCRIPTOR = _ENCRYPTEDDATA, - __module__ = 'EncryptedData_pb2' - # @@protoc_insertion_point(class_scope:compubapi_v1.EncryptedData) - )) -_sym_db.RegisterMessage(EncryptedData) +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x13\x45ncryptedData.proto\x12\x0c\x63ompubapi_v1\"0\n\rEncryptedData\x12\n\n\x02iv\x18\x01 \x01(\x0c\x12\x13\n\x0b\x63ipher_text\x18\x02 \x01(\x0c\x42\xe2\x01\n$com.yoti.api.client.spi.remote.protoB\x12\x45ncryptedDataProtoZ.github.com/getyoti/yoti-go-sdk/v3/yotiprotocom\xaa\x02\x19Yoti.Auth.ProtoBuf.Common\xca\x02\x17Yoti\\Protobuf\\Compubapi\xe2\x02#Yoti\\Protobuf\\Compubapi\\GPBMetadata\xea\x02\x19Yoti::Protobuf::Compubapib\x06proto3') +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'EncryptedData_pb2', globals()) +if _descriptor._USE_C_DESCRIPTORS == False: -DESCRIPTOR._options = None + DESCRIPTOR._options = None + DESCRIPTOR._serialized_options = b'\n$com.yoti.api.client.spi.remote.protoB\022EncryptedDataProtoZ.github.com/getyoti/yoti-go-sdk/v3/yotiprotocom\252\002\031Yoti.Auth.ProtoBuf.Common\312\002\027Yoti\\Protobuf\\Compubapi\342\002#Yoti\\Protobuf\\Compubapi\\GPBMetadata\352\002\031Yoti::Protobuf::Compubapi' + _ENCRYPTEDDATA._serialized_start=37 + _ENCRYPTEDDATA._serialized_end=85 # @@protoc_insertion_point(module_scope) diff --git a/yoti_python_sdk/protobuf/common_public_api/SignedTimestamp_pb2.py b/yoti_python_sdk/protobuf/common_public_api/SignedTimestamp_pb2.py index e536b0ab..ba903068 100644 --- a/yoti_python_sdk/protobuf/common_public_api/SignedTimestamp_pb2.py +++ b/yoti_python_sdk/protobuf/common_public_api/SignedTimestamp_pb2.py @@ -1,11 +1,10 @@ +# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: SignedTimestamp.proto - -import sys -_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) +"""Generated protocol buffer code.""" +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection +from google.protobuf import descriptor_pool as _descriptor_pool from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -14,92 +13,14 @@ -DESCRIPTOR = _descriptor.FileDescriptor( - name='SignedTimestamp.proto', - package='compubapi_v1', - syntax='proto3', - serialized_options=_b('\n$com.yoti.api.client.spi.remote.protoB\024SignedTimestampProtoZ\014yotiprotocom\252\002\031Yoti.Auth.ProtoBuf.Common\312\002\tCompubapi'), - serialized_pb=_b('\n\x15SignedTimestamp.proto\x12\x0c\x63ompubapi_v1\"\x9b\x01\n\x0fSignedTimestamp\x12\x0f\n\x07version\x18\x01 \x01(\x05\x12\x11\n\ttimestamp\x18\x02 \x01(\x04\x12\x16\n\x0emessage_digest\x18\x03 \x01(\x0c\x12\x14\n\x0c\x63hain_digest\x18\x04 \x01(\x0c\x12\x1a\n\x12\x63hain_digest_skip1\x18\x05 \x01(\x0c\x12\x1a\n\x12\x63hain_digest_skip2\x18\x06 \x01(\x0c\x42r\n$com.yoti.api.client.spi.remote.protoB\x14SignedTimestampProtoZ\x0cyotiprotocom\xaa\x02\x19Yoti.Auth.ProtoBuf.Common\xca\x02\tCompubapib\x06proto3') -) - - - - -_SIGNEDTIMESTAMP = _descriptor.Descriptor( - name='SignedTimestamp', - full_name='compubapi_v1.SignedTimestamp', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='version', full_name='compubapi_v1.SignedTimestamp.version', index=0, - number=1, type=5, cpp_type=1, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='timestamp', full_name='compubapi_v1.SignedTimestamp.timestamp', index=1, - number=2, type=4, cpp_type=4, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='message_digest', full_name='compubapi_v1.SignedTimestamp.message_digest', index=2, - number=3, type=12, cpp_type=9, label=1, - has_default_value=False, default_value=_b(""), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='chain_digest', full_name='compubapi_v1.SignedTimestamp.chain_digest', index=3, - number=4, type=12, cpp_type=9, label=1, - has_default_value=False, default_value=_b(""), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='chain_digest_skip1', full_name='compubapi_v1.SignedTimestamp.chain_digest_skip1', index=4, - number=5, type=12, cpp_type=9, label=1, - has_default_value=False, default_value=_b(""), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='chain_digest_skip2', full_name='compubapi_v1.SignedTimestamp.chain_digest_skip2', index=5, - number=6, type=12, cpp_type=9, label=1, - has_default_value=False, default_value=_b(""), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - serialized_options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=40, - serialized_end=195, -) - -DESCRIPTOR.message_types_by_name['SignedTimestamp'] = _SIGNEDTIMESTAMP -_sym_db.RegisterFileDescriptor(DESCRIPTOR) - -SignedTimestamp = _reflection.GeneratedProtocolMessageType('SignedTimestamp', (_message.Message,), dict( - DESCRIPTOR = _SIGNEDTIMESTAMP, - __module__ = 'SignedTimestamp_pb2' - # @@protoc_insertion_point(class_scope:compubapi_v1.SignedTimestamp) - )) -_sym_db.RegisterMessage(SignedTimestamp) +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x15SignedTimestamp.proto\x12\x0c\x63ompubapi_v1\"\x9b\x01\n\x0fSignedTimestamp\x12\x0f\n\x07version\x18\x01 \x01(\x05\x12\x11\n\ttimestamp\x18\x02 \x01(\x04\x12\x16\n\x0emessage_digest\x18\x03 \x01(\x0c\x12\x14\n\x0c\x63hain_digest\x18\x04 \x01(\x0c\x12\x1a\n\x12\x63hain_digest_skip1\x18\x05 \x01(\x0c\x12\x1a\n\x12\x63hain_digest_skip2\x18\x06 \x01(\x0c\x42\xe4\x01\n$com.yoti.api.client.spi.remote.protoB\x14SignedTimestampProtoZ.github.com/getyoti/yoti-go-sdk/v3/yotiprotocom\xaa\x02\x19Yoti.Auth.ProtoBuf.Common\xca\x02\x17Yoti\\Protobuf\\Compubapi\xe2\x02#Yoti\\Protobuf\\Compubapi\\GPBMetadata\xea\x02\x19Yoti::Protobuf::Compubapib\x06proto3') +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'SignedTimestamp_pb2', globals()) +if _descriptor._USE_C_DESCRIPTORS == False: -DESCRIPTOR._options = None + DESCRIPTOR._options = None + DESCRIPTOR._serialized_options = b'\n$com.yoti.api.client.spi.remote.protoB\024SignedTimestampProtoZ.github.com/getyoti/yoti-go-sdk/v3/yotiprotocom\252\002\031Yoti.Auth.ProtoBuf.Common\312\002\027Yoti\\Protobuf\\Compubapi\342\002#Yoti\\Protobuf\\Compubapi\\GPBMetadata\352\002\031Yoti::Protobuf::Compubapi' + _SIGNEDTIMESTAMP._serialized_start=40 + _SIGNEDTIMESTAMP._serialized_end=195 # @@protoc_insertion_point(module_scope) diff --git a/yoti_python_sdk/protobuf/share_public_api/DataEntry_pb2.py b/yoti_python_sdk/protobuf/share_public_api/DataEntry_pb2.py index 689e27e6..60c6ec73 100644 --- a/yoti_python_sdk/protobuf/share_public_api/DataEntry_pb2.py +++ b/yoti_python_sdk/protobuf/share_public_api/DataEntry_pb2.py @@ -1,11 +1,10 @@ +# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: DataEntry.proto - -import sys -_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) +"""Generated protocol buffer code.""" +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection +from google.protobuf import descriptor_pool as _descriptor_pool from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -14,109 +13,16 @@ -DESCRIPTOR = _descriptor.FileDescriptor( - name='DataEntry.proto', - package='sharepubapi_v1', - syntax='proto3', - serialized_options=_b('\n$com.yoti.api.client.spi.remote.protoB\016DataEntryProtoZ\016yotiprotoshare\252\002\030Yoti.Auth.ProtoBuf.Share\312\002\020Yoti\\Sharepubapi\342\002\034Yoti\\Sharepubapi\\GPBMetadata\352\002\031Yoti.Protobuf.Sharepubapi'), - serialized_pb=_b('\n\x0f\x44\x61taEntry.proto\x12\x0esharepubapi_v1\"\xdd\x01\n\tDataEntry\x12,\n\x04type\x18\x01 \x01(\x0e\x32\x1e.sharepubapi_v1.DataEntry.Type\x12\r\n\x05value\x18\x02 \x01(\x0c\"\x92\x01\n\x04Type\x12\r\n\tUNDEFINED\x10\x00\x12\x0b\n\x07INVOICE\x10\x01\x12\x17\n\x13PAYMENT_TRANSACTION\x10\x02\x12\x0c\n\x08LOCATION\x10\x03\x12\x0f\n\x0bTRANSACTION\x10\x04\x12\x1b\n\x17\x41GE_VERIFICATION_SECRET\x10\x05\x12\x19\n\x15THIRD_PARTY_ATTRIBUTE\x10\x06\x42\xaf\x01\n$com.yoti.api.client.spi.remote.protoB\x0e\x44\x61taEntryProtoZ\x0eyotiprotoshare\xaa\x02\x18Yoti.Auth.ProtoBuf.Share\xca\x02\x10Yoti\\Sharepubapi\xe2\x02\x1cYoti\\Sharepubapi\\GPBMetadata\xea\x02\x19Yoti.Protobuf.Sharepubapib\x06proto3') -) - - - -_DATAENTRY_TYPE = _descriptor.EnumDescriptor( - name='Type', - full_name='sharepubapi_v1.DataEntry.Type', - filename=None, - file=DESCRIPTOR, - values=[ - _descriptor.EnumValueDescriptor( - name='UNDEFINED', index=0, number=0, - serialized_options=None, - type=None), - _descriptor.EnumValueDescriptor( - name='INVOICE', index=1, number=1, - serialized_options=None, - type=None), - _descriptor.EnumValueDescriptor( - name='PAYMENT_TRANSACTION', index=2, number=2, - serialized_options=None, - type=None), - _descriptor.EnumValueDescriptor( - name='LOCATION', index=3, number=3, - serialized_options=None, - type=None), - _descriptor.EnumValueDescriptor( - name='TRANSACTION', index=4, number=4, - serialized_options=None, - type=None), - _descriptor.EnumValueDescriptor( - name='AGE_VERIFICATION_SECRET', index=5, number=5, - serialized_options=None, - type=None), - _descriptor.EnumValueDescriptor( - name='THIRD_PARTY_ATTRIBUTE', index=6, number=6, - serialized_options=None, - type=None), - ], - containing_type=None, - serialized_options=None, - serialized_start=111, - serialized_end=257, -) -_sym_db.RegisterEnumDescriptor(_DATAENTRY_TYPE) - - -_DATAENTRY = _descriptor.Descriptor( - name='DataEntry', - full_name='sharepubapi_v1.DataEntry', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='type', full_name='sharepubapi_v1.DataEntry.type', index=0, - number=1, type=14, cpp_type=8, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='value', full_name='sharepubapi_v1.DataEntry.value', index=1, - number=2, type=12, cpp_type=9, label=1, - has_default_value=False, default_value=_b(""), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - _DATAENTRY_TYPE, - ], - serialized_options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=36, - serialized_end=257, -) - -_DATAENTRY.fields_by_name['type'].enum_type = _DATAENTRY_TYPE -_DATAENTRY_TYPE.containing_type = _DATAENTRY -DESCRIPTOR.message_types_by_name['DataEntry'] = _DATAENTRY -_sym_db.RegisterFileDescriptor(DESCRIPTOR) - -DataEntry = _reflection.GeneratedProtocolMessageType('DataEntry', (_message.Message,), dict( - DESCRIPTOR = _DATAENTRY, - __module__ = 'DataEntry_pb2' - # @@protoc_insertion_point(class_scope:sharepubapi_v1.DataEntry) - )) -_sym_db.RegisterMessage(DataEntry) +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0f\x44\x61taEntry.proto\x12\x0esharepubapi_v1\"\xdd\x01\n\tDataEntry\x12,\n\x04type\x18\x01 \x01(\x0e\x32\x1e.sharepubapi_v1.DataEntry.Type\x12\r\n\x05value\x18\x02 \x01(\x0c\"\x92\x01\n\x04Type\x12\r\n\tUNDEFINED\x10\x00\x12\x0b\n\x07INVOICE\x10\x01\x12\x17\n\x13PAYMENT_TRANSACTION\x10\x02\x12\x0c\n\x08LOCATION\x10\x03\x12\x0f\n\x0bTRANSACTION\x10\x04\x12\x1b\n\x17\x41GE_VERIFICATION_SECRET\x10\x05\x12\x19\n\x15THIRD_PARTY_ATTRIBUTE\x10\x06\x42\xe5\x01\n$com.yoti.api.client.spi.remote.protoB\x0e\x44\x61taEntryProtoZ0github.com/getyoti/yoti-go-sdk/v3/yotiprotoshare\xaa\x02\x18Yoti.Auth.ProtoBuf.Share\xca\x02\x19Yoti\\Protobuf\\Sharepubapi\xe2\x02%Yoti\\Protobuf\\Sharepubapi\\GPBMetadata\xea\x02\x1bYoti::Protobuf::Sharepubapib\x06proto3') +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'DataEntry_pb2', globals()) +if _descriptor._USE_C_DESCRIPTORS == False: -DESCRIPTOR._options = None + DESCRIPTOR._options = None + DESCRIPTOR._serialized_options = b'\n$com.yoti.api.client.spi.remote.protoB\016DataEntryProtoZ0github.com/getyoti/yoti-go-sdk/v3/yotiprotoshare\252\002\030Yoti.Auth.ProtoBuf.Share\312\002\031Yoti\\Protobuf\\Sharepubapi\342\002%Yoti\\Protobuf\\Sharepubapi\\GPBMetadata\352\002\033Yoti::Protobuf::Sharepubapi' + _DATAENTRY._serialized_start=36 + _DATAENTRY._serialized_end=257 + _DATAENTRY_TYPE._serialized_start=111 + _DATAENTRY_TYPE._serialized_end=257 # @@protoc_insertion_point(module_scope) diff --git a/yoti_python_sdk/protobuf/share_public_api/ExtraData_pb2.py b/yoti_python_sdk/protobuf/share_public_api/ExtraData_pb2.py index 78afdd0d..72ae4822 100644 --- a/yoti_python_sdk/protobuf/share_public_api/ExtraData_pb2.py +++ b/yoti_python_sdk/protobuf/share_public_api/ExtraData_pb2.py @@ -1,73 +1,27 @@ +# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: ExtraData.proto - -import sys -_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) +"""Generated protocol buffer code.""" +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection +from google.protobuf import descriptor_pool as _descriptor_pool from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) _sym_db = _symbol_database.Default() -from . import DataEntry_pb2 as DataEntry__pb2 - - -DESCRIPTOR = _descriptor.FileDescriptor( - name='ExtraData.proto', - package='sharepubapi_v1', - syntax='proto3', - serialized_options=_b('\n$com.yoti.api.client.spi.remote.protoB\016ExtraDataProtoZ\016yotiprotoshare\252\002\030Yoti.Auth.ProtoBuf.Share\312\002\020Yoti\\Sharepubapi\342\002\034Yoti\\Sharepubapi\\GPBMetadata\352\002\031Yoti.Protobuf.Sharepubapi'), - serialized_pb=_b('\n\x0f\x45xtraData.proto\x12\x0esharepubapi_v1\x1a\x0f\x44\x61taEntry.proto\"4\n\tExtraData\x12\'\n\x04list\x18\x01 \x03(\x0b\x32\x19.sharepubapi_v1.DataEntryB\xaf\x01\n$com.yoti.api.client.spi.remote.protoB\x0e\x45xtraDataProtoZ\x0eyotiprotoshare\xaa\x02\x18Yoti.Auth.ProtoBuf.Share\xca\x02\x10Yoti\\Sharepubapi\xe2\x02\x1cYoti\\Sharepubapi\\GPBMetadata\xea\x02\x19Yoti.Protobuf.Sharepubapib\x06proto3') - , - dependencies=[DataEntry__pb2.DESCRIPTOR,]) - - - - -_EXTRADATA = _descriptor.Descriptor( - name='ExtraData', - full_name='sharepubapi_v1.ExtraData', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='list', full_name='sharepubapi_v1.ExtraData.list', index=0, - number=1, type=11, cpp_type=10, label=3, - has_default_value=False, default_value=[], - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - serialized_options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=52, - serialized_end=104, -) +import DataEntry_pb2 as DataEntry__pb2 -_EXTRADATA.fields_by_name['list'].message_type = DataEntry__pb2._DATAENTRY -DESCRIPTOR.message_types_by_name['ExtraData'] = _EXTRADATA -_sym_db.RegisterFileDescriptor(DESCRIPTOR) -ExtraData = _reflection.GeneratedProtocolMessageType('ExtraData', (_message.Message,), dict( - DESCRIPTOR = _EXTRADATA, - __module__ = 'ExtraData_pb2' - # @@protoc_insertion_point(class_scope:sharepubapi_v1.ExtraData) - )) -_sym_db.RegisterMessage(ExtraData) +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0f\x45xtraData.proto\x12\x0esharepubapi_v1\x1a\x0f\x44\x61taEntry.proto\"4\n\tExtraData\x12\'\n\x04list\x18\x01 \x03(\x0b\x32\x19.sharepubapi_v1.DataEntryB\xe5\x01\n$com.yoti.api.client.spi.remote.protoB\x0e\x45xtraDataProtoZ0github.com/getyoti/yoti-go-sdk/v3/yotiprotoshare\xaa\x02\x18Yoti.Auth.ProtoBuf.Share\xca\x02\x19Yoti\\Protobuf\\Sharepubapi\xe2\x02%Yoti\\Protobuf\\Sharepubapi\\GPBMetadata\xea\x02\x1bYoti::Protobuf::Sharepubapib\x06proto3') +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ExtraData_pb2', globals()) +if _descriptor._USE_C_DESCRIPTORS == False: -DESCRIPTOR._options = None + DESCRIPTOR._options = None + DESCRIPTOR._serialized_options = b'\n$com.yoti.api.client.spi.remote.protoB\016ExtraDataProtoZ0github.com/getyoti/yoti-go-sdk/v3/yotiprotoshare\252\002\030Yoti.Auth.ProtoBuf.Share\312\002\031Yoti\\Protobuf\\Sharepubapi\342\002%Yoti\\Protobuf\\Sharepubapi\\GPBMetadata\352\002\033Yoti::Protobuf::Sharepubapi' + _EXTRADATA._serialized_start=52 + _EXTRADATA._serialized_end=104 # @@protoc_insertion_point(module_scope) diff --git a/yoti_python_sdk/protobuf/share_public_api/IssuingAttributes_pb2.py b/yoti_python_sdk/protobuf/share_public_api/IssuingAttributes_pb2.py index dabec634..f18062f2 100644 --- a/yoti_python_sdk/protobuf/share_public_api/IssuingAttributes_pb2.py +++ b/yoti_python_sdk/protobuf/share_public_api/IssuingAttributes_pb2.py @@ -1,11 +1,10 @@ +# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: IssuingAttributes.proto - -import sys -_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) +"""Generated protocol buffer code.""" +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection +from google.protobuf import descriptor_pool as _descriptor_pool from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -14,104 +13,16 @@ -DESCRIPTOR = _descriptor.FileDescriptor( - name='IssuingAttributes.proto', - package='sharepubapi_v1', - syntax='proto3', - serialized_options=_b('\n$com.yoti.api.client.spi.remote.protoB\026IssuingAttributesProtoZ\016yotiprotoshare\252\002\030Yoti.Auth.ProtoBuf.Share\312\002\020Yoti\\Sharepubapi\342\002\034Yoti\\Sharepubapi\\GPBMetadata\352\002\031Yoti.Protobuf.Sharepubapi'), - serialized_pb=_b('\n\x17IssuingAttributes.proto\x12\x0esharepubapi_v1\"Y\n\x11IssuingAttributes\x12\x13\n\x0b\x65xpiry_date\x18\x01 \x01(\t\x12/\n\x0b\x64\x65\x66initions\x18\x02 \x03(\x0b\x32\x1a.sharepubapi_v1.Definition\"\x1a\n\nDefinition\x12\x0c\n\x04name\x18\x01 \x01(\tB\xb7\x01\n$com.yoti.api.client.spi.remote.protoB\x16IssuingAttributesProtoZ\x0eyotiprotoshare\xaa\x02\x18Yoti.Auth.ProtoBuf.Share\xca\x02\x10Yoti\\Sharepubapi\xe2\x02\x1cYoti\\Sharepubapi\\GPBMetadata\xea\x02\x19Yoti.Protobuf.Sharepubapib\x06proto3') -) - - - - -_ISSUINGATTRIBUTES = _descriptor.Descriptor( - name='IssuingAttributes', - full_name='sharepubapi_v1.IssuingAttributes', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='expiry_date', full_name='sharepubapi_v1.IssuingAttributes.expiry_date', index=0, - number=1, type=9, cpp_type=9, label=1, - has_default_value=False, default_value=_b("").decode('utf-8'), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='definitions', full_name='sharepubapi_v1.IssuingAttributes.definitions', index=1, - number=2, type=11, cpp_type=10, label=3, - has_default_value=False, default_value=[], - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - serialized_options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=43, - serialized_end=132, -) - - -_DEFINITION = _descriptor.Descriptor( - name='Definition', - full_name='sharepubapi_v1.Definition', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='name', full_name='sharepubapi_v1.Definition.name', index=0, - number=1, type=9, cpp_type=9, label=1, - has_default_value=False, default_value=_b("").decode('utf-8'), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - serialized_options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=134, - serialized_end=160, -) - -_ISSUINGATTRIBUTES.fields_by_name['definitions'].message_type = _DEFINITION -DESCRIPTOR.message_types_by_name['IssuingAttributes'] = _ISSUINGATTRIBUTES -DESCRIPTOR.message_types_by_name['Definition'] = _DEFINITION -_sym_db.RegisterFileDescriptor(DESCRIPTOR) - -IssuingAttributes = _reflection.GeneratedProtocolMessageType('IssuingAttributes', (_message.Message,), dict( - DESCRIPTOR = _ISSUINGATTRIBUTES, - __module__ = 'IssuingAttributes_pb2' - # @@protoc_insertion_point(class_scope:sharepubapi_v1.IssuingAttributes) - )) -_sym_db.RegisterMessage(IssuingAttributes) - -Definition = _reflection.GeneratedProtocolMessageType('Definition', (_message.Message,), dict( - DESCRIPTOR = _DEFINITION, - __module__ = 'IssuingAttributes_pb2' - # @@protoc_insertion_point(class_scope:sharepubapi_v1.Definition) - )) -_sym_db.RegisterMessage(Definition) +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x17IssuingAttributes.proto\x12\x0esharepubapi_v1\"Y\n\x11IssuingAttributes\x12\x13\n\x0b\x65xpiry_date\x18\x01 \x01(\t\x12/\n\x0b\x64\x65\x66initions\x18\x02 \x03(\x0b\x32\x1a.sharepubapi_v1.Definition\"\x1a\n\nDefinition\x12\x0c\n\x04name\x18\x01 \x01(\tB\xed\x01\n$com.yoti.api.client.spi.remote.protoB\x16IssuingAttributesProtoZ0github.com/getyoti/yoti-go-sdk/v3/yotiprotoshare\xaa\x02\x18Yoti.Auth.ProtoBuf.Share\xca\x02\x19Yoti\\Protobuf\\Sharepubapi\xe2\x02%Yoti\\Protobuf\\Sharepubapi\\GPBMetadata\xea\x02\x1bYoti::Protobuf::Sharepubapib\x06proto3') +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'IssuingAttributes_pb2', globals()) +if _descriptor._USE_C_DESCRIPTORS == False: -DESCRIPTOR._options = None + DESCRIPTOR._options = None + DESCRIPTOR._serialized_options = b'\n$com.yoti.api.client.spi.remote.protoB\026IssuingAttributesProtoZ0github.com/getyoti/yoti-go-sdk/v3/yotiprotoshare\252\002\030Yoti.Auth.ProtoBuf.Share\312\002\031Yoti\\Protobuf\\Sharepubapi\342\002%Yoti\\Protobuf\\Sharepubapi\\GPBMetadata\352\002\033Yoti::Protobuf::Sharepubapi' + _ISSUINGATTRIBUTES._serialized_start=43 + _ISSUINGATTRIBUTES._serialized_end=132 + _DEFINITION._serialized_start=134 + _DEFINITION._serialized_end=160 # @@protoc_insertion_point(module_scope) diff --git a/yoti_python_sdk/protobuf/share_public_api/ThirdPartyAttribute_pb2.py b/yoti_python_sdk/protobuf/share_public_api/ThirdPartyAttribute_pb2.py index 01f5910a..e3609839 100644 --- a/yoti_python_sdk/protobuf/share_public_api/ThirdPartyAttribute_pb2.py +++ b/yoti_python_sdk/protobuf/share_public_api/ThirdPartyAttribute_pb2.py @@ -1,80 +1,27 @@ +# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: ThirdPartyAttribute.proto - -import sys -_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) +"""Generated protocol buffer code.""" +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection +from google.protobuf import descriptor_pool as _descriptor_pool from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) _sym_db = _symbol_database.Default() -from . import IssuingAttributes_pb2 as IssuingAttributes__pb2 - - -DESCRIPTOR = _descriptor.FileDescriptor( - name='ThirdPartyAttribute.proto', - package='sharepubapi_v1', - syntax='proto3', - serialized_options=_b('\n$com.yoti.api.client.spi.remote.protoB\030ThirdPartyAttributeProtoZ\016yotiprotoshare\252\002\030Yoti.Auth.ProtoBuf.Share\312\002\020Yoti\\Sharepubapi\342\002\034Yoti\\Sharepubapi\\GPBMetadata\352\002\031Yoti.Protobuf.Sharepubapi'), - serialized_pb=_b('\n\x19ThirdPartyAttribute.proto\x12\x0esharepubapi_v1\x1a\x17IssuingAttributes.proto\"l\n\x13ThirdPartyAttribute\x12\x16\n\x0eissuance_token\x18\x01 \x01(\x0c\x12=\n\x12issuing_attributes\x18\x02 \x01(\x0b\x32!.sharepubapi_v1.IssuingAttributesB\xb9\x01\n$com.yoti.api.client.spi.remote.protoB\x18ThirdPartyAttributeProtoZ\x0eyotiprotoshare\xaa\x02\x18Yoti.Auth.ProtoBuf.Share\xca\x02\x10Yoti\\Sharepubapi\xe2\x02\x1cYoti\\Sharepubapi\\GPBMetadata\xea\x02\x19Yoti.Protobuf.Sharepubapib\x06proto3') - , - dependencies=[IssuingAttributes__pb2.DESCRIPTOR,]) - - - - -_THIRDPARTYATTRIBUTE = _descriptor.Descriptor( - name='ThirdPartyAttribute', - full_name='sharepubapi_v1.ThirdPartyAttribute', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='issuance_token', full_name='sharepubapi_v1.ThirdPartyAttribute.issuance_token', index=0, - number=1, type=12, cpp_type=9, label=1, - has_default_value=False, default_value=_b(""), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='issuing_attributes', full_name='sharepubapi_v1.ThirdPartyAttribute.issuing_attributes', index=1, - number=2, type=11, cpp_type=10, label=1, - has_default_value=False, default_value=None, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - serialized_options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=70, - serialized_end=178, -) +import IssuingAttributes_pb2 as IssuingAttributes__pb2 -_THIRDPARTYATTRIBUTE.fields_by_name['issuing_attributes'].message_type = IssuingAttributes__pb2._ISSUINGATTRIBUTES -DESCRIPTOR.message_types_by_name['ThirdPartyAttribute'] = _THIRDPARTYATTRIBUTE -_sym_db.RegisterFileDescriptor(DESCRIPTOR) -ThirdPartyAttribute = _reflection.GeneratedProtocolMessageType('ThirdPartyAttribute', (_message.Message,), dict( - DESCRIPTOR = _THIRDPARTYATTRIBUTE, - __module__ = 'ThirdPartyAttribute_pb2' - # @@protoc_insertion_point(class_scope:sharepubapi_v1.ThirdPartyAttribute) - )) -_sym_db.RegisterMessage(ThirdPartyAttribute) +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x19ThirdPartyAttribute.proto\x12\x0esharepubapi_v1\x1a\x17IssuingAttributes.proto\"l\n\x13ThirdPartyAttribute\x12\x16\n\x0eissuance_token\x18\x01 \x01(\x0c\x12=\n\x12issuing_attributes\x18\x02 \x01(\x0b\x32!.sharepubapi_v1.IssuingAttributesB\xef\x01\n$com.yoti.api.client.spi.remote.protoB\x18ThirdPartyAttributeProtoZ0github.com/getyoti/yoti-go-sdk/v3/yotiprotoshare\xaa\x02\x18Yoti.Auth.ProtoBuf.Share\xca\x02\x19Yoti\\Protobuf\\Sharepubapi\xe2\x02%Yoti\\Protobuf\\Sharepubapi\\GPBMetadata\xea\x02\x1bYoti::Protobuf::Sharepubapib\x06proto3') +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ThirdPartyAttribute_pb2', globals()) +if _descriptor._USE_C_DESCRIPTORS == False: -DESCRIPTOR._options = None + DESCRIPTOR._options = None + DESCRIPTOR._serialized_options = b'\n$com.yoti.api.client.spi.remote.protoB\030ThirdPartyAttributeProtoZ0github.com/getyoti/yoti-go-sdk/v3/yotiprotoshare\252\002\030Yoti.Auth.ProtoBuf.Share\312\002\031Yoti\\Protobuf\\Sharepubapi\342\002%Yoti\\Protobuf\\Sharepubapi\\GPBMetadata\352\002\033Yoti::Protobuf::Sharepubapi' + _THIRDPARTYATTRIBUTE._serialized_start=70 + _THIRDPARTYATTRIBUTE._serialized_end=178 # @@protoc_insertion_point(module_scope)