subnoto-api-client 2.0.0__py3-none-manylinux2014_x86_64.whl → 2.0.2__py3-none-manylinux2014_x86_64.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.
- {oak_py_sdk → oak_session_py}/oak_client.so +0 -0
- subnoto_api_client/generated/models/__init__.py +24 -0
- subnoto_api_client/generated/models/post_public_contact_create_body_contacts_item.py +82 -0
- subnoto_api_client/generated/models/post_public_contact_create_body_contacts_item_language.py +9 -0
- subnoto_api_client/generated/models/post_public_contact_create_response_200_contacts_item.py +84 -0
- subnoto_api_client/generated/models/post_public_contact_create_response_200_contacts_item_language.py +9 -0
- subnoto_api_client/generated/models/post_public_contact_get_response_200_contact.py +84 -0
- subnoto_api_client/generated/models/post_public_contact_get_response_200_contact_language.py +9 -0
- subnoto_api_client/generated/models/post_public_contact_list_response_200_contacts_item.py +84 -0
- subnoto_api_client/generated/models/post_public_contact_list_response_200_contacts_item_language.py +9 -0
- subnoto_api_client/generated/models/post_public_contact_update_body_contact.py +84 -0
- subnoto_api_client/generated/models/post_public_contact_update_body_contact_language.py +9 -0
- subnoto_api_client/generated/models/post_public_contact_update_response_200_contact.py +84 -0
- subnoto_api_client/generated/models/post_public_contact_update_response_200_contact_language.py +9 -0
- subnoto_api_client/generated/models/post_public_envelope_get_response_200.py +22 -0
- subnoto_api_client/generated/models/post_public_envelope_get_response_200_documents_item_blocks_additional_property_item_type_0_label_icon.py +6 -0
- subnoto_api_client/generated/models/post_public_envelope_get_response_200_documents_item_blocks_additional_property_item_type_0_templated_text.py +7 -0
- subnoto_api_client/generated/models/post_public_envelope_get_response_200_documents_item_blocks_additional_property_item_type_1_label_icon.py +6 -0
- subnoto_api_client/generated/models/post_public_envelope_get_response_200_documents_item_blocks_additional_property_item_type_2_label_icon.py +6 -0
- subnoto_api_client/session.py +4 -4
- {subnoto_api_client-2.0.0.dist-info → subnoto_api_client-2.0.2.dist-info}/METADATA +1 -1
- {subnoto_api_client-2.0.0.dist-info → subnoto_api_client-2.0.2.dist-info}/RECORD +23 -17
- {subnoto_api_client-2.0.0.dist-info → subnoto_api_client-2.0.2.dist-info}/WHEEL +0 -0
|
Binary file
|
|
@@ -4,10 +4,16 @@ from .post_public_contact_create_body import PostPublicContactCreateBody
|
|
|
4
4
|
from .post_public_contact_create_body_contacts_item import (
|
|
5
5
|
PostPublicContactCreateBodyContactsItem,
|
|
6
6
|
)
|
|
7
|
+
from .post_public_contact_create_body_contacts_item_language import (
|
|
8
|
+
PostPublicContactCreateBodyContactsItemLanguage,
|
|
9
|
+
)
|
|
7
10
|
from .post_public_contact_create_response_200 import PostPublicContactCreateResponse200
|
|
8
11
|
from .post_public_contact_create_response_200_contacts_item import (
|
|
9
12
|
PostPublicContactCreateResponse200ContactsItem,
|
|
10
13
|
)
|
|
14
|
+
from .post_public_contact_create_response_200_contacts_item_language import (
|
|
15
|
+
PostPublicContactCreateResponse200ContactsItemLanguage,
|
|
16
|
+
)
|
|
11
17
|
from .post_public_contact_create_response_400 import PostPublicContactCreateResponse400
|
|
12
18
|
from .post_public_contact_create_response_400_error import (
|
|
13
19
|
PostPublicContactCreateResponse400Error,
|
|
@@ -71,6 +77,9 @@ from .post_public_contact_get_response_200 import PostPublicContactGetResponse20
|
|
|
71
77
|
from .post_public_contact_get_response_200_contact import (
|
|
72
78
|
PostPublicContactGetResponse200Contact,
|
|
73
79
|
)
|
|
80
|
+
from .post_public_contact_get_response_200_contact_language import (
|
|
81
|
+
PostPublicContactGetResponse200ContactLanguage,
|
|
82
|
+
)
|
|
74
83
|
from .post_public_contact_get_response_400 import PostPublicContactGetResponse400
|
|
75
84
|
from .post_public_contact_get_response_400_error import (
|
|
76
85
|
PostPublicContactGetResponse400Error,
|
|
@@ -104,6 +113,9 @@ from .post_public_contact_list_response_200 import PostPublicContactListResponse
|
|
|
104
113
|
from .post_public_contact_list_response_200_contacts_item import (
|
|
105
114
|
PostPublicContactListResponse200ContactsItem,
|
|
106
115
|
)
|
|
116
|
+
from .post_public_contact_list_response_200_contacts_item_language import (
|
|
117
|
+
PostPublicContactListResponse200ContactsItemLanguage,
|
|
118
|
+
)
|
|
107
119
|
from .post_public_contact_list_response_400 import PostPublicContactListResponse400
|
|
108
120
|
from .post_public_contact_list_response_400_error import (
|
|
109
121
|
PostPublicContactListResponse400Error,
|
|
@@ -134,10 +146,16 @@ from .post_public_contact_list_response_500_error_code import (
|
|
|
134
146
|
)
|
|
135
147
|
from .post_public_contact_update_body import PostPublicContactUpdateBody
|
|
136
148
|
from .post_public_contact_update_body_contact import PostPublicContactUpdateBodyContact
|
|
149
|
+
from .post_public_contact_update_body_contact_language import (
|
|
150
|
+
PostPublicContactUpdateBodyContactLanguage,
|
|
151
|
+
)
|
|
137
152
|
from .post_public_contact_update_response_200 import PostPublicContactUpdateResponse200
|
|
138
153
|
from .post_public_contact_update_response_200_contact import (
|
|
139
154
|
PostPublicContactUpdateResponse200Contact,
|
|
140
155
|
)
|
|
156
|
+
from .post_public_contact_update_response_200_contact_language import (
|
|
157
|
+
PostPublicContactUpdateResponse200ContactLanguage,
|
|
158
|
+
)
|
|
141
159
|
from .post_public_contact_update_response_400 import PostPublicContactUpdateResponse400
|
|
142
160
|
from .post_public_contact_update_response_400_error import (
|
|
143
161
|
PostPublicContactUpdateResponse400Error,
|
|
@@ -934,8 +952,10 @@ from .post_public_workspace_list_response_500_error_code import (
|
|
|
934
952
|
__all__ = (
|
|
935
953
|
"PostPublicContactCreateBody",
|
|
936
954
|
"PostPublicContactCreateBodyContactsItem",
|
|
955
|
+
"PostPublicContactCreateBodyContactsItemLanguage",
|
|
937
956
|
"PostPublicContactCreateResponse200",
|
|
938
957
|
"PostPublicContactCreateResponse200ContactsItem",
|
|
958
|
+
"PostPublicContactCreateResponse200ContactsItemLanguage",
|
|
939
959
|
"PostPublicContactCreateResponse400",
|
|
940
960
|
"PostPublicContactCreateResponse400Error",
|
|
941
961
|
"PostPublicContactCreateResponse400ErrorCode",
|
|
@@ -965,6 +985,7 @@ __all__ = (
|
|
|
965
985
|
"PostPublicContactGetBody",
|
|
966
986
|
"PostPublicContactGetResponse200",
|
|
967
987
|
"PostPublicContactGetResponse200Contact",
|
|
988
|
+
"PostPublicContactGetResponse200ContactLanguage",
|
|
968
989
|
"PostPublicContactGetResponse400",
|
|
969
990
|
"PostPublicContactGetResponse400Error",
|
|
970
991
|
"PostPublicContactGetResponse400ErrorCode",
|
|
@@ -980,6 +1001,7 @@ __all__ = (
|
|
|
980
1001
|
"PostPublicContactListBody",
|
|
981
1002
|
"PostPublicContactListResponse200",
|
|
982
1003
|
"PostPublicContactListResponse200ContactsItem",
|
|
1004
|
+
"PostPublicContactListResponse200ContactsItemLanguage",
|
|
983
1005
|
"PostPublicContactListResponse400",
|
|
984
1006
|
"PostPublicContactListResponse400Error",
|
|
985
1007
|
"PostPublicContactListResponse400ErrorCode",
|
|
@@ -994,8 +1016,10 @@ __all__ = (
|
|
|
994
1016
|
"PostPublicContactListResponse500ErrorCode",
|
|
995
1017
|
"PostPublicContactUpdateBody",
|
|
996
1018
|
"PostPublicContactUpdateBodyContact",
|
|
1019
|
+
"PostPublicContactUpdateBodyContactLanguage",
|
|
997
1020
|
"PostPublicContactUpdateResponse200",
|
|
998
1021
|
"PostPublicContactUpdateResponse200Contact",
|
|
1022
|
+
"PostPublicContactUpdateResponse200ContactLanguage",
|
|
999
1023
|
"PostPublicContactUpdateResponse400",
|
|
1000
1024
|
"PostPublicContactUpdateResponse400Error",
|
|
1001
1025
|
"PostPublicContactUpdateResponse400ErrorCode",
|
|
@@ -6,6 +6,9 @@ from typing import Any, TypeVar
|
|
|
6
6
|
from attrs import define as _attrs_define
|
|
7
7
|
from attrs import field as _attrs_field
|
|
8
8
|
|
|
9
|
+
from ..models.post_public_contact_create_body_contacts_item_language import (
|
|
10
|
+
PostPublicContactCreateBodyContactsItemLanguage,
|
|
11
|
+
)
|
|
9
12
|
from ..types import UNSET, Unset
|
|
10
13
|
|
|
11
14
|
T = TypeVar("T", bound="PostPublicContactCreateBodyContactsItem")
|
|
@@ -19,12 +22,28 @@ class PostPublicContactCreateBodyContactsItem:
|
|
|
19
22
|
firstname (str): The first name of the contact.
|
|
20
23
|
lastname (str): The last name of the contact.
|
|
21
24
|
phone (str | Unset): The phone number of the contact. Default: ''.
|
|
25
|
+
language (PostPublicContactCreateBodyContactsItemLanguage | Unset): The language of the contact.
|
|
26
|
+
job_title (str | Unset): The job title of the contact.
|
|
27
|
+
company (str | Unset): The company of the contact.
|
|
28
|
+
address_line_1 (str | Unset): The address line 1 of the contact.
|
|
29
|
+
address_line_2 (str | Unset): The address line 2 of the contact.
|
|
30
|
+
zip_code (str | Unset): The zip code of the contact.
|
|
31
|
+
city (str | Unset): The city of the contact.
|
|
32
|
+
country (str | Unset): The country of the contact.
|
|
22
33
|
"""
|
|
23
34
|
|
|
24
35
|
email: str
|
|
25
36
|
firstname: str
|
|
26
37
|
lastname: str
|
|
27
38
|
phone: str | Unset = ""
|
|
39
|
+
language: PostPublicContactCreateBodyContactsItemLanguage | Unset = UNSET
|
|
40
|
+
job_title: str | Unset = UNSET
|
|
41
|
+
company: str | Unset = UNSET
|
|
42
|
+
address_line_1: str | Unset = UNSET
|
|
43
|
+
address_line_2: str | Unset = UNSET
|
|
44
|
+
zip_code: str | Unset = UNSET
|
|
45
|
+
city: str | Unset = UNSET
|
|
46
|
+
country: str | Unset = UNSET
|
|
28
47
|
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
29
48
|
|
|
30
49
|
def to_dict(self) -> dict[str, Any]:
|
|
@@ -36,6 +55,24 @@ class PostPublicContactCreateBodyContactsItem:
|
|
|
36
55
|
|
|
37
56
|
phone = self.phone
|
|
38
57
|
|
|
58
|
+
language: str | Unset = UNSET
|
|
59
|
+
if not isinstance(self.language, Unset):
|
|
60
|
+
language = self.language.value
|
|
61
|
+
|
|
62
|
+
job_title = self.job_title
|
|
63
|
+
|
|
64
|
+
company = self.company
|
|
65
|
+
|
|
66
|
+
address_line_1 = self.address_line_1
|
|
67
|
+
|
|
68
|
+
address_line_2 = self.address_line_2
|
|
69
|
+
|
|
70
|
+
zip_code = self.zip_code
|
|
71
|
+
|
|
72
|
+
city = self.city
|
|
73
|
+
|
|
74
|
+
country = self.country
|
|
75
|
+
|
|
39
76
|
field_dict: dict[str, Any] = {}
|
|
40
77
|
field_dict.update(self.additional_properties)
|
|
41
78
|
field_dict.update(
|
|
@@ -47,6 +84,22 @@ class PostPublicContactCreateBodyContactsItem:
|
|
|
47
84
|
)
|
|
48
85
|
if phone is not UNSET:
|
|
49
86
|
field_dict["phone"] = phone
|
|
87
|
+
if language is not UNSET:
|
|
88
|
+
field_dict["language"] = language
|
|
89
|
+
if job_title is not UNSET:
|
|
90
|
+
field_dict["jobTitle"] = job_title
|
|
91
|
+
if company is not UNSET:
|
|
92
|
+
field_dict["company"] = company
|
|
93
|
+
if address_line_1 is not UNSET:
|
|
94
|
+
field_dict["addressLine1"] = address_line_1
|
|
95
|
+
if address_line_2 is not UNSET:
|
|
96
|
+
field_dict["addressLine2"] = address_line_2
|
|
97
|
+
if zip_code is not UNSET:
|
|
98
|
+
field_dict["zipCode"] = zip_code
|
|
99
|
+
if city is not UNSET:
|
|
100
|
+
field_dict["city"] = city
|
|
101
|
+
if country is not UNSET:
|
|
102
|
+
field_dict["country"] = country
|
|
50
103
|
|
|
51
104
|
return field_dict
|
|
52
105
|
|
|
@@ -61,11 +114,40 @@ class PostPublicContactCreateBodyContactsItem:
|
|
|
61
114
|
|
|
62
115
|
phone = d.pop("phone", UNSET)
|
|
63
116
|
|
|
117
|
+
_language = d.pop("language", UNSET)
|
|
118
|
+
language: PostPublicContactCreateBodyContactsItemLanguage | Unset
|
|
119
|
+
if isinstance(_language, Unset):
|
|
120
|
+
language = UNSET
|
|
121
|
+
else:
|
|
122
|
+
language = PostPublicContactCreateBodyContactsItemLanguage(_language)
|
|
123
|
+
|
|
124
|
+
job_title = d.pop("jobTitle", UNSET)
|
|
125
|
+
|
|
126
|
+
company = d.pop("company", UNSET)
|
|
127
|
+
|
|
128
|
+
address_line_1 = d.pop("addressLine1", UNSET)
|
|
129
|
+
|
|
130
|
+
address_line_2 = d.pop("addressLine2", UNSET)
|
|
131
|
+
|
|
132
|
+
zip_code = d.pop("zipCode", UNSET)
|
|
133
|
+
|
|
134
|
+
city = d.pop("city", UNSET)
|
|
135
|
+
|
|
136
|
+
country = d.pop("country", UNSET)
|
|
137
|
+
|
|
64
138
|
post_public_contact_create_body_contacts_item = cls(
|
|
65
139
|
email=email,
|
|
66
140
|
firstname=firstname,
|
|
67
141
|
lastname=lastname,
|
|
68
142
|
phone=phone,
|
|
143
|
+
language=language,
|
|
144
|
+
job_title=job_title,
|
|
145
|
+
company=company,
|
|
146
|
+
address_line_1=address_line_1,
|
|
147
|
+
address_line_2=address_line_2,
|
|
148
|
+
zip_code=zip_code,
|
|
149
|
+
city=city,
|
|
150
|
+
country=country,
|
|
69
151
|
)
|
|
70
152
|
|
|
71
153
|
post_public_contact_create_body_contacts_item.additional_properties = d
|
subnoto_api_client/generated/models/post_public_contact_create_response_200_contacts_item.py
CHANGED
|
@@ -5,6 +5,11 @@ from typing import Any, TypeVar, cast
|
|
|
5
5
|
|
|
6
6
|
from attrs import define as _attrs_define
|
|
7
7
|
|
|
8
|
+
from ..models.post_public_contact_create_response_200_contacts_item_language import (
|
|
9
|
+
PostPublicContactCreateResponse200ContactsItemLanguage,
|
|
10
|
+
)
|
|
11
|
+
from ..types import UNSET, Unset
|
|
12
|
+
|
|
8
13
|
T = TypeVar("T", bound="PostPublicContactCreateResponse200ContactsItem")
|
|
9
14
|
|
|
10
15
|
|
|
@@ -17,6 +22,14 @@ class PostPublicContactCreateResponse200ContactsItem:
|
|
|
17
22
|
firstname (str): The first name of the contact.
|
|
18
23
|
lastname (str): The last name of the contact.
|
|
19
24
|
phone (None | str): The phone number of the contact.
|
|
25
|
+
language (PostPublicContactCreateResponse200ContactsItemLanguage | Unset): The language of the contact.
|
|
26
|
+
job_title (str | Unset): The job title of the contact.
|
|
27
|
+
company (str | Unset): The company of the contact.
|
|
28
|
+
address_line_1 (str | Unset): The address line 1 of the contact.
|
|
29
|
+
address_line_2 (str | Unset): The address line 2 of the contact.
|
|
30
|
+
zip_code (str | Unset): The zip code of the contact.
|
|
31
|
+
city (str | Unset): The city of the contact.
|
|
32
|
+
country (str | Unset): The country of the contact.
|
|
20
33
|
"""
|
|
21
34
|
|
|
22
35
|
uuid: str
|
|
@@ -24,6 +37,14 @@ class PostPublicContactCreateResponse200ContactsItem:
|
|
|
24
37
|
firstname: str
|
|
25
38
|
lastname: str
|
|
26
39
|
phone: None | str
|
|
40
|
+
language: PostPublicContactCreateResponse200ContactsItemLanguage | Unset = UNSET
|
|
41
|
+
job_title: str | Unset = UNSET
|
|
42
|
+
company: str | Unset = UNSET
|
|
43
|
+
address_line_1: str | Unset = UNSET
|
|
44
|
+
address_line_2: str | Unset = UNSET
|
|
45
|
+
zip_code: str | Unset = UNSET
|
|
46
|
+
city: str | Unset = UNSET
|
|
47
|
+
country: str | Unset = UNSET
|
|
27
48
|
|
|
28
49
|
def to_dict(self) -> dict[str, Any]:
|
|
29
50
|
uuid = self.uuid
|
|
@@ -37,6 +58,24 @@ class PostPublicContactCreateResponse200ContactsItem:
|
|
|
37
58
|
phone: None | str
|
|
38
59
|
phone = self.phone
|
|
39
60
|
|
|
61
|
+
language: str | Unset = UNSET
|
|
62
|
+
if not isinstance(self.language, Unset):
|
|
63
|
+
language = self.language.value
|
|
64
|
+
|
|
65
|
+
job_title = self.job_title
|
|
66
|
+
|
|
67
|
+
company = self.company
|
|
68
|
+
|
|
69
|
+
address_line_1 = self.address_line_1
|
|
70
|
+
|
|
71
|
+
address_line_2 = self.address_line_2
|
|
72
|
+
|
|
73
|
+
zip_code = self.zip_code
|
|
74
|
+
|
|
75
|
+
city = self.city
|
|
76
|
+
|
|
77
|
+
country = self.country
|
|
78
|
+
|
|
40
79
|
field_dict: dict[str, Any] = {}
|
|
41
80
|
|
|
42
81
|
field_dict.update(
|
|
@@ -48,6 +87,22 @@ class PostPublicContactCreateResponse200ContactsItem:
|
|
|
48
87
|
"phone": phone,
|
|
49
88
|
}
|
|
50
89
|
)
|
|
90
|
+
if language is not UNSET:
|
|
91
|
+
field_dict["language"] = language
|
|
92
|
+
if job_title is not UNSET:
|
|
93
|
+
field_dict["jobTitle"] = job_title
|
|
94
|
+
if company is not UNSET:
|
|
95
|
+
field_dict["company"] = company
|
|
96
|
+
if address_line_1 is not UNSET:
|
|
97
|
+
field_dict["addressLine1"] = address_line_1
|
|
98
|
+
if address_line_2 is not UNSET:
|
|
99
|
+
field_dict["addressLine2"] = address_line_2
|
|
100
|
+
if zip_code is not UNSET:
|
|
101
|
+
field_dict["zipCode"] = zip_code
|
|
102
|
+
if city is not UNSET:
|
|
103
|
+
field_dict["city"] = city
|
|
104
|
+
if country is not UNSET:
|
|
105
|
+
field_dict["country"] = country
|
|
51
106
|
|
|
52
107
|
return field_dict
|
|
53
108
|
|
|
@@ -69,12 +124,41 @@ class PostPublicContactCreateResponse200ContactsItem:
|
|
|
69
124
|
|
|
70
125
|
phone = _parse_phone(d.pop("phone"))
|
|
71
126
|
|
|
127
|
+
_language = d.pop("language", UNSET)
|
|
128
|
+
language: PostPublicContactCreateResponse200ContactsItemLanguage | Unset
|
|
129
|
+
if isinstance(_language, Unset):
|
|
130
|
+
language = UNSET
|
|
131
|
+
else:
|
|
132
|
+
language = PostPublicContactCreateResponse200ContactsItemLanguage(_language)
|
|
133
|
+
|
|
134
|
+
job_title = d.pop("jobTitle", UNSET)
|
|
135
|
+
|
|
136
|
+
company = d.pop("company", UNSET)
|
|
137
|
+
|
|
138
|
+
address_line_1 = d.pop("addressLine1", UNSET)
|
|
139
|
+
|
|
140
|
+
address_line_2 = d.pop("addressLine2", UNSET)
|
|
141
|
+
|
|
142
|
+
zip_code = d.pop("zipCode", UNSET)
|
|
143
|
+
|
|
144
|
+
city = d.pop("city", UNSET)
|
|
145
|
+
|
|
146
|
+
country = d.pop("country", UNSET)
|
|
147
|
+
|
|
72
148
|
post_public_contact_create_response_200_contacts_item = cls(
|
|
73
149
|
uuid=uuid,
|
|
74
150
|
email=email,
|
|
75
151
|
firstname=firstname,
|
|
76
152
|
lastname=lastname,
|
|
77
153
|
phone=phone,
|
|
154
|
+
language=language,
|
|
155
|
+
job_title=job_title,
|
|
156
|
+
company=company,
|
|
157
|
+
address_line_1=address_line_1,
|
|
158
|
+
address_line_2=address_line_2,
|
|
159
|
+
zip_code=zip_code,
|
|
160
|
+
city=city,
|
|
161
|
+
country=country,
|
|
78
162
|
)
|
|
79
163
|
|
|
80
164
|
return post_public_contact_create_response_200_contacts_item
|
|
@@ -5,6 +5,11 @@ from typing import Any, TypeVar, cast
|
|
|
5
5
|
|
|
6
6
|
from attrs import define as _attrs_define
|
|
7
7
|
|
|
8
|
+
from ..models.post_public_contact_get_response_200_contact_language import (
|
|
9
|
+
PostPublicContactGetResponse200ContactLanguage,
|
|
10
|
+
)
|
|
11
|
+
from ..types import UNSET, Unset
|
|
12
|
+
|
|
8
13
|
T = TypeVar("T", bound="PostPublicContactGetResponse200Contact")
|
|
9
14
|
|
|
10
15
|
|
|
@@ -17,6 +22,14 @@ class PostPublicContactGetResponse200Contact:
|
|
|
17
22
|
firstname (str): The first name of the contact.
|
|
18
23
|
lastname (str): The last name of the contact.
|
|
19
24
|
phone (None | str): The phone number of the contact.
|
|
25
|
+
language (PostPublicContactGetResponse200ContactLanguage | Unset): The language of the contact.
|
|
26
|
+
job_title (str | Unset): The job title of the contact.
|
|
27
|
+
company (str | Unset): The company of the contact.
|
|
28
|
+
address_line_1 (str | Unset): The address line 1 of the contact.
|
|
29
|
+
address_line_2 (str | Unset): The address line 2 of the contact.
|
|
30
|
+
zip_code (str | Unset): The zip code of the contact.
|
|
31
|
+
city (str | Unset): The city of the contact.
|
|
32
|
+
country (str | Unset): The country of the contact.
|
|
20
33
|
"""
|
|
21
34
|
|
|
22
35
|
uuid: str
|
|
@@ -24,6 +37,14 @@ class PostPublicContactGetResponse200Contact:
|
|
|
24
37
|
firstname: str
|
|
25
38
|
lastname: str
|
|
26
39
|
phone: None | str
|
|
40
|
+
language: PostPublicContactGetResponse200ContactLanguage | Unset = UNSET
|
|
41
|
+
job_title: str | Unset = UNSET
|
|
42
|
+
company: str | Unset = UNSET
|
|
43
|
+
address_line_1: str | Unset = UNSET
|
|
44
|
+
address_line_2: str | Unset = UNSET
|
|
45
|
+
zip_code: str | Unset = UNSET
|
|
46
|
+
city: str | Unset = UNSET
|
|
47
|
+
country: str | Unset = UNSET
|
|
27
48
|
|
|
28
49
|
def to_dict(self) -> dict[str, Any]:
|
|
29
50
|
uuid = self.uuid
|
|
@@ -37,6 +58,24 @@ class PostPublicContactGetResponse200Contact:
|
|
|
37
58
|
phone: None | str
|
|
38
59
|
phone = self.phone
|
|
39
60
|
|
|
61
|
+
language: str | Unset = UNSET
|
|
62
|
+
if not isinstance(self.language, Unset):
|
|
63
|
+
language = self.language.value
|
|
64
|
+
|
|
65
|
+
job_title = self.job_title
|
|
66
|
+
|
|
67
|
+
company = self.company
|
|
68
|
+
|
|
69
|
+
address_line_1 = self.address_line_1
|
|
70
|
+
|
|
71
|
+
address_line_2 = self.address_line_2
|
|
72
|
+
|
|
73
|
+
zip_code = self.zip_code
|
|
74
|
+
|
|
75
|
+
city = self.city
|
|
76
|
+
|
|
77
|
+
country = self.country
|
|
78
|
+
|
|
40
79
|
field_dict: dict[str, Any] = {}
|
|
41
80
|
|
|
42
81
|
field_dict.update(
|
|
@@ -48,6 +87,22 @@ class PostPublicContactGetResponse200Contact:
|
|
|
48
87
|
"phone": phone,
|
|
49
88
|
}
|
|
50
89
|
)
|
|
90
|
+
if language is not UNSET:
|
|
91
|
+
field_dict["language"] = language
|
|
92
|
+
if job_title is not UNSET:
|
|
93
|
+
field_dict["jobTitle"] = job_title
|
|
94
|
+
if company is not UNSET:
|
|
95
|
+
field_dict["company"] = company
|
|
96
|
+
if address_line_1 is not UNSET:
|
|
97
|
+
field_dict["addressLine1"] = address_line_1
|
|
98
|
+
if address_line_2 is not UNSET:
|
|
99
|
+
field_dict["addressLine2"] = address_line_2
|
|
100
|
+
if zip_code is not UNSET:
|
|
101
|
+
field_dict["zipCode"] = zip_code
|
|
102
|
+
if city is not UNSET:
|
|
103
|
+
field_dict["city"] = city
|
|
104
|
+
if country is not UNSET:
|
|
105
|
+
field_dict["country"] = country
|
|
51
106
|
|
|
52
107
|
return field_dict
|
|
53
108
|
|
|
@@ -69,12 +124,41 @@ class PostPublicContactGetResponse200Contact:
|
|
|
69
124
|
|
|
70
125
|
phone = _parse_phone(d.pop("phone"))
|
|
71
126
|
|
|
127
|
+
_language = d.pop("language", UNSET)
|
|
128
|
+
language: PostPublicContactGetResponse200ContactLanguage | Unset
|
|
129
|
+
if isinstance(_language, Unset):
|
|
130
|
+
language = UNSET
|
|
131
|
+
else:
|
|
132
|
+
language = PostPublicContactGetResponse200ContactLanguage(_language)
|
|
133
|
+
|
|
134
|
+
job_title = d.pop("jobTitle", UNSET)
|
|
135
|
+
|
|
136
|
+
company = d.pop("company", UNSET)
|
|
137
|
+
|
|
138
|
+
address_line_1 = d.pop("addressLine1", UNSET)
|
|
139
|
+
|
|
140
|
+
address_line_2 = d.pop("addressLine2", UNSET)
|
|
141
|
+
|
|
142
|
+
zip_code = d.pop("zipCode", UNSET)
|
|
143
|
+
|
|
144
|
+
city = d.pop("city", UNSET)
|
|
145
|
+
|
|
146
|
+
country = d.pop("country", UNSET)
|
|
147
|
+
|
|
72
148
|
post_public_contact_get_response_200_contact = cls(
|
|
73
149
|
uuid=uuid,
|
|
74
150
|
email=email,
|
|
75
151
|
firstname=firstname,
|
|
76
152
|
lastname=lastname,
|
|
77
153
|
phone=phone,
|
|
154
|
+
language=language,
|
|
155
|
+
job_title=job_title,
|
|
156
|
+
company=company,
|
|
157
|
+
address_line_1=address_line_1,
|
|
158
|
+
address_line_2=address_line_2,
|
|
159
|
+
zip_code=zip_code,
|
|
160
|
+
city=city,
|
|
161
|
+
country=country,
|
|
78
162
|
)
|
|
79
163
|
|
|
80
164
|
return post_public_contact_get_response_200_contact
|
|
@@ -5,6 +5,11 @@ from typing import Any, TypeVar, cast
|
|
|
5
5
|
|
|
6
6
|
from attrs import define as _attrs_define
|
|
7
7
|
|
|
8
|
+
from ..models.post_public_contact_list_response_200_contacts_item_language import (
|
|
9
|
+
PostPublicContactListResponse200ContactsItemLanguage,
|
|
10
|
+
)
|
|
11
|
+
from ..types import UNSET, Unset
|
|
12
|
+
|
|
8
13
|
T = TypeVar("T", bound="PostPublicContactListResponse200ContactsItem")
|
|
9
14
|
|
|
10
15
|
|
|
@@ -17,6 +22,14 @@ class PostPublicContactListResponse200ContactsItem:
|
|
|
17
22
|
firstname (str): The first name of the contact.
|
|
18
23
|
lastname (str): The last name of the contact.
|
|
19
24
|
phone (None | str): The phone number of the contact.
|
|
25
|
+
language (PostPublicContactListResponse200ContactsItemLanguage | Unset): The language of the contact.
|
|
26
|
+
job_title (str | Unset): The job title of the contact.
|
|
27
|
+
company (str | Unset): The company of the contact.
|
|
28
|
+
address_line_1 (str | Unset): The address line 1 of the contact.
|
|
29
|
+
address_line_2 (str | Unset): The address line 2 of the contact.
|
|
30
|
+
zip_code (str | Unset): The zip code of the contact.
|
|
31
|
+
city (str | Unset): The city of the contact.
|
|
32
|
+
country (str | Unset): The country of the contact.
|
|
20
33
|
"""
|
|
21
34
|
|
|
22
35
|
uuid: str
|
|
@@ -24,6 +37,14 @@ class PostPublicContactListResponse200ContactsItem:
|
|
|
24
37
|
firstname: str
|
|
25
38
|
lastname: str
|
|
26
39
|
phone: None | str
|
|
40
|
+
language: PostPublicContactListResponse200ContactsItemLanguage | Unset = UNSET
|
|
41
|
+
job_title: str | Unset = UNSET
|
|
42
|
+
company: str | Unset = UNSET
|
|
43
|
+
address_line_1: str | Unset = UNSET
|
|
44
|
+
address_line_2: str | Unset = UNSET
|
|
45
|
+
zip_code: str | Unset = UNSET
|
|
46
|
+
city: str | Unset = UNSET
|
|
47
|
+
country: str | Unset = UNSET
|
|
27
48
|
|
|
28
49
|
def to_dict(self) -> dict[str, Any]:
|
|
29
50
|
uuid = self.uuid
|
|
@@ -37,6 +58,24 @@ class PostPublicContactListResponse200ContactsItem:
|
|
|
37
58
|
phone: None | str
|
|
38
59
|
phone = self.phone
|
|
39
60
|
|
|
61
|
+
language: str | Unset = UNSET
|
|
62
|
+
if not isinstance(self.language, Unset):
|
|
63
|
+
language = self.language.value
|
|
64
|
+
|
|
65
|
+
job_title = self.job_title
|
|
66
|
+
|
|
67
|
+
company = self.company
|
|
68
|
+
|
|
69
|
+
address_line_1 = self.address_line_1
|
|
70
|
+
|
|
71
|
+
address_line_2 = self.address_line_2
|
|
72
|
+
|
|
73
|
+
zip_code = self.zip_code
|
|
74
|
+
|
|
75
|
+
city = self.city
|
|
76
|
+
|
|
77
|
+
country = self.country
|
|
78
|
+
|
|
40
79
|
field_dict: dict[str, Any] = {}
|
|
41
80
|
|
|
42
81
|
field_dict.update(
|
|
@@ -48,6 +87,22 @@ class PostPublicContactListResponse200ContactsItem:
|
|
|
48
87
|
"phone": phone,
|
|
49
88
|
}
|
|
50
89
|
)
|
|
90
|
+
if language is not UNSET:
|
|
91
|
+
field_dict["language"] = language
|
|
92
|
+
if job_title is not UNSET:
|
|
93
|
+
field_dict["jobTitle"] = job_title
|
|
94
|
+
if company is not UNSET:
|
|
95
|
+
field_dict["company"] = company
|
|
96
|
+
if address_line_1 is not UNSET:
|
|
97
|
+
field_dict["addressLine1"] = address_line_1
|
|
98
|
+
if address_line_2 is not UNSET:
|
|
99
|
+
field_dict["addressLine2"] = address_line_2
|
|
100
|
+
if zip_code is not UNSET:
|
|
101
|
+
field_dict["zipCode"] = zip_code
|
|
102
|
+
if city is not UNSET:
|
|
103
|
+
field_dict["city"] = city
|
|
104
|
+
if country is not UNSET:
|
|
105
|
+
field_dict["country"] = country
|
|
51
106
|
|
|
52
107
|
return field_dict
|
|
53
108
|
|
|
@@ -69,12 +124,41 @@ class PostPublicContactListResponse200ContactsItem:
|
|
|
69
124
|
|
|
70
125
|
phone = _parse_phone(d.pop("phone"))
|
|
71
126
|
|
|
127
|
+
_language = d.pop("language", UNSET)
|
|
128
|
+
language: PostPublicContactListResponse200ContactsItemLanguage | Unset
|
|
129
|
+
if isinstance(_language, Unset):
|
|
130
|
+
language = UNSET
|
|
131
|
+
else:
|
|
132
|
+
language = PostPublicContactListResponse200ContactsItemLanguage(_language)
|
|
133
|
+
|
|
134
|
+
job_title = d.pop("jobTitle", UNSET)
|
|
135
|
+
|
|
136
|
+
company = d.pop("company", UNSET)
|
|
137
|
+
|
|
138
|
+
address_line_1 = d.pop("addressLine1", UNSET)
|
|
139
|
+
|
|
140
|
+
address_line_2 = d.pop("addressLine2", UNSET)
|
|
141
|
+
|
|
142
|
+
zip_code = d.pop("zipCode", UNSET)
|
|
143
|
+
|
|
144
|
+
city = d.pop("city", UNSET)
|
|
145
|
+
|
|
146
|
+
country = d.pop("country", UNSET)
|
|
147
|
+
|
|
72
148
|
post_public_contact_list_response_200_contacts_item = cls(
|
|
73
149
|
uuid=uuid,
|
|
74
150
|
email=email,
|
|
75
151
|
firstname=firstname,
|
|
76
152
|
lastname=lastname,
|
|
77
153
|
phone=phone,
|
|
154
|
+
language=language,
|
|
155
|
+
job_title=job_title,
|
|
156
|
+
company=company,
|
|
157
|
+
address_line_1=address_line_1,
|
|
158
|
+
address_line_2=address_line_2,
|
|
159
|
+
zip_code=zip_code,
|
|
160
|
+
city=city,
|
|
161
|
+
country=country,
|
|
78
162
|
)
|
|
79
163
|
|
|
80
164
|
return post_public_contact_list_response_200_contacts_item
|
|
@@ -6,6 +6,11 @@ from typing import Any, TypeVar, cast
|
|
|
6
6
|
from attrs import define as _attrs_define
|
|
7
7
|
from attrs import field as _attrs_field
|
|
8
8
|
|
|
9
|
+
from ..models.post_public_contact_update_body_contact_language import (
|
|
10
|
+
PostPublicContactUpdateBodyContactLanguage,
|
|
11
|
+
)
|
|
12
|
+
from ..types import UNSET, Unset
|
|
13
|
+
|
|
9
14
|
T = TypeVar("T", bound="PostPublicContactUpdateBodyContact")
|
|
10
15
|
|
|
11
16
|
|
|
@@ -17,12 +22,28 @@ class PostPublicContactUpdateBodyContact:
|
|
|
17
22
|
firstname (str): The first name of the contact.
|
|
18
23
|
lastname (str): The last name of the contact.
|
|
19
24
|
phone (None | str): The phone number of the contact.
|
|
25
|
+
language (PostPublicContactUpdateBodyContactLanguage | Unset): The language of the contact.
|
|
26
|
+
job_title (str | Unset): The job title of the contact.
|
|
27
|
+
company (str | Unset): The company of the contact.
|
|
28
|
+
address_line_1 (str | Unset): The address line 1 of the contact.
|
|
29
|
+
address_line_2 (str | Unset): The address line 2 of the contact.
|
|
30
|
+
zip_code (str | Unset): The zip code of the contact.
|
|
31
|
+
city (str | Unset): The city of the contact.
|
|
32
|
+
country (str | Unset): The country of the contact.
|
|
20
33
|
"""
|
|
21
34
|
|
|
22
35
|
email: str
|
|
23
36
|
firstname: str
|
|
24
37
|
lastname: str
|
|
25
38
|
phone: None | str
|
|
39
|
+
language: PostPublicContactUpdateBodyContactLanguage | Unset = UNSET
|
|
40
|
+
job_title: str | Unset = UNSET
|
|
41
|
+
company: str | Unset = UNSET
|
|
42
|
+
address_line_1: str | Unset = UNSET
|
|
43
|
+
address_line_2: str | Unset = UNSET
|
|
44
|
+
zip_code: str | Unset = UNSET
|
|
45
|
+
city: str | Unset = UNSET
|
|
46
|
+
country: str | Unset = UNSET
|
|
26
47
|
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
27
48
|
|
|
28
49
|
def to_dict(self) -> dict[str, Any]:
|
|
@@ -35,6 +56,24 @@ class PostPublicContactUpdateBodyContact:
|
|
|
35
56
|
phone: None | str
|
|
36
57
|
phone = self.phone
|
|
37
58
|
|
|
59
|
+
language: str | Unset = UNSET
|
|
60
|
+
if not isinstance(self.language, Unset):
|
|
61
|
+
language = self.language.value
|
|
62
|
+
|
|
63
|
+
job_title = self.job_title
|
|
64
|
+
|
|
65
|
+
company = self.company
|
|
66
|
+
|
|
67
|
+
address_line_1 = self.address_line_1
|
|
68
|
+
|
|
69
|
+
address_line_2 = self.address_line_2
|
|
70
|
+
|
|
71
|
+
zip_code = self.zip_code
|
|
72
|
+
|
|
73
|
+
city = self.city
|
|
74
|
+
|
|
75
|
+
country = self.country
|
|
76
|
+
|
|
38
77
|
field_dict: dict[str, Any] = {}
|
|
39
78
|
field_dict.update(self.additional_properties)
|
|
40
79
|
field_dict.update(
|
|
@@ -45,6 +84,22 @@ class PostPublicContactUpdateBodyContact:
|
|
|
45
84
|
"phone": phone,
|
|
46
85
|
}
|
|
47
86
|
)
|
|
87
|
+
if language is not UNSET:
|
|
88
|
+
field_dict["language"] = language
|
|
89
|
+
if job_title is not UNSET:
|
|
90
|
+
field_dict["jobTitle"] = job_title
|
|
91
|
+
if company is not UNSET:
|
|
92
|
+
field_dict["company"] = company
|
|
93
|
+
if address_line_1 is not UNSET:
|
|
94
|
+
field_dict["addressLine1"] = address_line_1
|
|
95
|
+
if address_line_2 is not UNSET:
|
|
96
|
+
field_dict["addressLine2"] = address_line_2
|
|
97
|
+
if zip_code is not UNSET:
|
|
98
|
+
field_dict["zipCode"] = zip_code
|
|
99
|
+
if city is not UNSET:
|
|
100
|
+
field_dict["city"] = city
|
|
101
|
+
if country is not UNSET:
|
|
102
|
+
field_dict["country"] = country
|
|
48
103
|
|
|
49
104
|
return field_dict
|
|
50
105
|
|
|
@@ -64,11 +119,40 @@ class PostPublicContactUpdateBodyContact:
|
|
|
64
119
|
|
|
65
120
|
phone = _parse_phone(d.pop("phone"))
|
|
66
121
|
|
|
122
|
+
_language = d.pop("language", UNSET)
|
|
123
|
+
language: PostPublicContactUpdateBodyContactLanguage | Unset
|
|
124
|
+
if isinstance(_language, Unset):
|
|
125
|
+
language = UNSET
|
|
126
|
+
else:
|
|
127
|
+
language = PostPublicContactUpdateBodyContactLanguage(_language)
|
|
128
|
+
|
|
129
|
+
job_title = d.pop("jobTitle", UNSET)
|
|
130
|
+
|
|
131
|
+
company = d.pop("company", UNSET)
|
|
132
|
+
|
|
133
|
+
address_line_1 = d.pop("addressLine1", UNSET)
|
|
134
|
+
|
|
135
|
+
address_line_2 = d.pop("addressLine2", UNSET)
|
|
136
|
+
|
|
137
|
+
zip_code = d.pop("zipCode", UNSET)
|
|
138
|
+
|
|
139
|
+
city = d.pop("city", UNSET)
|
|
140
|
+
|
|
141
|
+
country = d.pop("country", UNSET)
|
|
142
|
+
|
|
67
143
|
post_public_contact_update_body_contact = cls(
|
|
68
144
|
email=email,
|
|
69
145
|
firstname=firstname,
|
|
70
146
|
lastname=lastname,
|
|
71
147
|
phone=phone,
|
|
148
|
+
language=language,
|
|
149
|
+
job_title=job_title,
|
|
150
|
+
company=company,
|
|
151
|
+
address_line_1=address_line_1,
|
|
152
|
+
address_line_2=address_line_2,
|
|
153
|
+
zip_code=zip_code,
|
|
154
|
+
city=city,
|
|
155
|
+
country=country,
|
|
72
156
|
)
|
|
73
157
|
|
|
74
158
|
post_public_contact_update_body_contact.additional_properties = d
|
|
@@ -5,6 +5,11 @@ from typing import Any, TypeVar, cast
|
|
|
5
5
|
|
|
6
6
|
from attrs import define as _attrs_define
|
|
7
7
|
|
|
8
|
+
from ..models.post_public_contact_update_response_200_contact_language import (
|
|
9
|
+
PostPublicContactUpdateResponse200ContactLanguage,
|
|
10
|
+
)
|
|
11
|
+
from ..types import UNSET, Unset
|
|
12
|
+
|
|
8
13
|
T = TypeVar("T", bound="PostPublicContactUpdateResponse200Contact")
|
|
9
14
|
|
|
10
15
|
|
|
@@ -17,6 +22,14 @@ class PostPublicContactUpdateResponse200Contact:
|
|
|
17
22
|
firstname (str): The first name of the contact.
|
|
18
23
|
lastname (str): The last name of the contact.
|
|
19
24
|
phone (None | str): The phone number of the contact.
|
|
25
|
+
language (PostPublicContactUpdateResponse200ContactLanguage | Unset): The language of the contact.
|
|
26
|
+
job_title (str | Unset): The job title of the contact.
|
|
27
|
+
company (str | Unset): The company of the contact.
|
|
28
|
+
address_line_1 (str | Unset): The address line 1 of the contact.
|
|
29
|
+
address_line_2 (str | Unset): The address line 2 of the contact.
|
|
30
|
+
zip_code (str | Unset): The zip code of the contact.
|
|
31
|
+
city (str | Unset): The city of the contact.
|
|
32
|
+
country (str | Unset): The country of the contact.
|
|
20
33
|
"""
|
|
21
34
|
|
|
22
35
|
uuid: str
|
|
@@ -24,6 +37,14 @@ class PostPublicContactUpdateResponse200Contact:
|
|
|
24
37
|
firstname: str
|
|
25
38
|
lastname: str
|
|
26
39
|
phone: None | str
|
|
40
|
+
language: PostPublicContactUpdateResponse200ContactLanguage | Unset = UNSET
|
|
41
|
+
job_title: str | Unset = UNSET
|
|
42
|
+
company: str | Unset = UNSET
|
|
43
|
+
address_line_1: str | Unset = UNSET
|
|
44
|
+
address_line_2: str | Unset = UNSET
|
|
45
|
+
zip_code: str | Unset = UNSET
|
|
46
|
+
city: str | Unset = UNSET
|
|
47
|
+
country: str | Unset = UNSET
|
|
27
48
|
|
|
28
49
|
def to_dict(self) -> dict[str, Any]:
|
|
29
50
|
uuid = self.uuid
|
|
@@ -37,6 +58,24 @@ class PostPublicContactUpdateResponse200Contact:
|
|
|
37
58
|
phone: None | str
|
|
38
59
|
phone = self.phone
|
|
39
60
|
|
|
61
|
+
language: str | Unset = UNSET
|
|
62
|
+
if not isinstance(self.language, Unset):
|
|
63
|
+
language = self.language.value
|
|
64
|
+
|
|
65
|
+
job_title = self.job_title
|
|
66
|
+
|
|
67
|
+
company = self.company
|
|
68
|
+
|
|
69
|
+
address_line_1 = self.address_line_1
|
|
70
|
+
|
|
71
|
+
address_line_2 = self.address_line_2
|
|
72
|
+
|
|
73
|
+
zip_code = self.zip_code
|
|
74
|
+
|
|
75
|
+
city = self.city
|
|
76
|
+
|
|
77
|
+
country = self.country
|
|
78
|
+
|
|
40
79
|
field_dict: dict[str, Any] = {}
|
|
41
80
|
|
|
42
81
|
field_dict.update(
|
|
@@ -48,6 +87,22 @@ class PostPublicContactUpdateResponse200Contact:
|
|
|
48
87
|
"phone": phone,
|
|
49
88
|
}
|
|
50
89
|
)
|
|
90
|
+
if language is not UNSET:
|
|
91
|
+
field_dict["language"] = language
|
|
92
|
+
if job_title is not UNSET:
|
|
93
|
+
field_dict["jobTitle"] = job_title
|
|
94
|
+
if company is not UNSET:
|
|
95
|
+
field_dict["company"] = company
|
|
96
|
+
if address_line_1 is not UNSET:
|
|
97
|
+
field_dict["addressLine1"] = address_line_1
|
|
98
|
+
if address_line_2 is not UNSET:
|
|
99
|
+
field_dict["addressLine2"] = address_line_2
|
|
100
|
+
if zip_code is not UNSET:
|
|
101
|
+
field_dict["zipCode"] = zip_code
|
|
102
|
+
if city is not UNSET:
|
|
103
|
+
field_dict["city"] = city
|
|
104
|
+
if country is not UNSET:
|
|
105
|
+
field_dict["country"] = country
|
|
51
106
|
|
|
52
107
|
return field_dict
|
|
53
108
|
|
|
@@ -69,12 +124,41 @@ class PostPublicContactUpdateResponse200Contact:
|
|
|
69
124
|
|
|
70
125
|
phone = _parse_phone(d.pop("phone"))
|
|
71
126
|
|
|
127
|
+
_language = d.pop("language", UNSET)
|
|
128
|
+
language: PostPublicContactUpdateResponse200ContactLanguage | Unset
|
|
129
|
+
if isinstance(_language, Unset):
|
|
130
|
+
language = UNSET
|
|
131
|
+
else:
|
|
132
|
+
language = PostPublicContactUpdateResponse200ContactLanguage(_language)
|
|
133
|
+
|
|
134
|
+
job_title = d.pop("jobTitle", UNSET)
|
|
135
|
+
|
|
136
|
+
company = d.pop("company", UNSET)
|
|
137
|
+
|
|
138
|
+
address_line_1 = d.pop("addressLine1", UNSET)
|
|
139
|
+
|
|
140
|
+
address_line_2 = d.pop("addressLine2", UNSET)
|
|
141
|
+
|
|
142
|
+
zip_code = d.pop("zipCode", UNSET)
|
|
143
|
+
|
|
144
|
+
city = d.pop("city", UNSET)
|
|
145
|
+
|
|
146
|
+
country = d.pop("country", UNSET)
|
|
147
|
+
|
|
72
148
|
post_public_contact_update_response_200_contact = cls(
|
|
73
149
|
uuid=uuid,
|
|
74
150
|
email=email,
|
|
75
151
|
firstname=firstname,
|
|
76
152
|
lastname=lastname,
|
|
77
153
|
phone=phone,
|
|
154
|
+
language=language,
|
|
155
|
+
job_title=job_title,
|
|
156
|
+
company=company,
|
|
157
|
+
address_line_1=address_line_1,
|
|
158
|
+
address_line_2=address_line_2,
|
|
159
|
+
zip_code=zip_code,
|
|
160
|
+
city=city,
|
|
161
|
+
country=country,
|
|
78
162
|
)
|
|
79
163
|
|
|
80
164
|
return post_public_contact_update_response_200_contact
|
|
@@ -42,6 +42,8 @@ class PostPublicEnvelopeGetResponse200:
|
|
|
42
42
|
documents (list[PostPublicEnvelopeGetResponse200DocumentsItem]): The list of documents in the envelope.
|
|
43
43
|
tags (list[str]): The tags of the envelope.
|
|
44
44
|
metrics (PostPublicEnvelopeGetResponse200Metrics):
|
|
45
|
+
signature_order (bool): Whether signature order is enabled for this envelope.
|
|
46
|
+
custom_message (None | str): Custom message to include in invitation emails.
|
|
45
47
|
"""
|
|
46
48
|
|
|
47
49
|
uuid: str
|
|
@@ -55,6 +57,8 @@ class PostPublicEnvelopeGetResponse200:
|
|
|
55
57
|
documents: list[PostPublicEnvelopeGetResponse200DocumentsItem]
|
|
56
58
|
tags: list[str]
|
|
57
59
|
metrics: PostPublicEnvelopeGetResponse200Metrics
|
|
60
|
+
signature_order: bool
|
|
61
|
+
custom_message: None | str
|
|
58
62
|
|
|
59
63
|
def to_dict(self) -> dict[str, Any]:
|
|
60
64
|
uuid = self.uuid
|
|
@@ -83,6 +87,11 @@ class PostPublicEnvelopeGetResponse200:
|
|
|
83
87
|
|
|
84
88
|
metrics = self.metrics.to_dict()
|
|
85
89
|
|
|
90
|
+
signature_order = self.signature_order
|
|
91
|
+
|
|
92
|
+
custom_message: None | str
|
|
93
|
+
custom_message = self.custom_message
|
|
94
|
+
|
|
86
95
|
field_dict: dict[str, Any] = {}
|
|
87
96
|
|
|
88
97
|
field_dict.update(
|
|
@@ -98,6 +107,8 @@ class PostPublicEnvelopeGetResponse200:
|
|
|
98
107
|
"documents": documents,
|
|
99
108
|
"tags": tags,
|
|
100
109
|
"metrics": metrics,
|
|
110
|
+
"signatureOrder": signature_order,
|
|
111
|
+
"customMessage": custom_message,
|
|
101
112
|
}
|
|
102
113
|
)
|
|
103
114
|
|
|
@@ -153,6 +164,15 @@ class PostPublicEnvelopeGetResponse200:
|
|
|
153
164
|
|
|
154
165
|
metrics = PostPublicEnvelopeGetResponse200Metrics.from_dict(d.pop("metrics"))
|
|
155
166
|
|
|
167
|
+
signature_order = d.pop("signatureOrder")
|
|
168
|
+
|
|
169
|
+
def _parse_custom_message(data: object) -> None | str:
|
|
170
|
+
if data is None:
|
|
171
|
+
return data
|
|
172
|
+
return cast(None | str, data)
|
|
173
|
+
|
|
174
|
+
custom_message = _parse_custom_message(d.pop("customMessage"))
|
|
175
|
+
|
|
156
176
|
post_public_envelope_get_response_200 = cls(
|
|
157
177
|
uuid=uuid,
|
|
158
178
|
title=title,
|
|
@@ -165,6 +185,8 @@ class PostPublicEnvelopeGetResponse200:
|
|
|
165
185
|
documents=documents,
|
|
166
186
|
tags=tags,
|
|
167
187
|
metrics=metrics,
|
|
188
|
+
signature_order=signature_order,
|
|
189
|
+
custom_message=custom_message,
|
|
168
190
|
)
|
|
169
191
|
|
|
170
192
|
return post_public_envelope_get_response_200
|
|
@@ -5,7 +5,13 @@ class PostPublicEnvelopeGetResponse200DocumentsItemBlocksAdditionalPropertyItemT
|
|
|
5
5
|
str, Enum
|
|
6
6
|
):
|
|
7
7
|
AT = "at"
|
|
8
|
+
BUILDING = "building"
|
|
9
|
+
BUILDING_OFFICE = "building-office"
|
|
10
|
+
CITY = "city"
|
|
8
11
|
IMAGE = "image"
|
|
12
|
+
PHONE = "phone"
|
|
13
|
+
READ_CV_LOGO = "read-cv-logo"
|
|
14
|
+
ROAD_HORIZON = "road-horizon"
|
|
9
15
|
SIGNATURE = "signature"
|
|
10
16
|
TEXT_T = "text-t"
|
|
11
17
|
USER = "user"
|
|
@@ -4,9 +4,16 @@ from enum import Enum
|
|
|
4
4
|
class PostPublicEnvelopeGetResponse200DocumentsItemBlocksAdditionalPropertyItemType0TemplatedText(
|
|
5
5
|
str, Enum
|
|
6
6
|
):
|
|
7
|
+
ADDRESSLINE1 = "addressLine1"
|
|
8
|
+
ADDRESSLINE2 = "addressLine2"
|
|
9
|
+
CITY = "city"
|
|
10
|
+
COMPANY = "company"
|
|
11
|
+
COUNTRY = "country"
|
|
7
12
|
EMAIL = "email"
|
|
8
13
|
FULLNAME = "fullname"
|
|
14
|
+
JOBTITLE = "jobTitle"
|
|
9
15
|
PHONE = "phone"
|
|
16
|
+
ZIPCODE = "zipCode"
|
|
10
17
|
|
|
11
18
|
def __str__(self) -> str:
|
|
12
19
|
return str(self.value)
|
|
@@ -5,7 +5,13 @@ class PostPublicEnvelopeGetResponse200DocumentsItemBlocksAdditionalPropertyItemT
|
|
|
5
5
|
str, Enum
|
|
6
6
|
):
|
|
7
7
|
AT = "at"
|
|
8
|
+
BUILDING = "building"
|
|
9
|
+
BUILDING_OFFICE = "building-office"
|
|
10
|
+
CITY = "city"
|
|
8
11
|
IMAGE = "image"
|
|
12
|
+
PHONE = "phone"
|
|
13
|
+
READ_CV_LOGO = "read-cv-logo"
|
|
14
|
+
ROAD_HORIZON = "road-horizon"
|
|
9
15
|
SIGNATURE = "signature"
|
|
10
16
|
TEXT_T = "text-t"
|
|
11
17
|
USER = "user"
|
|
@@ -5,7 +5,13 @@ class PostPublicEnvelopeGetResponse200DocumentsItemBlocksAdditionalPropertyItemT
|
|
|
5
5
|
str, Enum
|
|
6
6
|
):
|
|
7
7
|
AT = "at"
|
|
8
|
+
BUILDING = "building"
|
|
9
|
+
BUILDING_OFFICE = "building-office"
|
|
10
|
+
CITY = "city"
|
|
8
11
|
IMAGE = "image"
|
|
12
|
+
PHONE = "phone"
|
|
13
|
+
READ_CV_LOGO = "read-cv-logo"
|
|
14
|
+
ROAD_HORIZON = "road-horizon"
|
|
9
15
|
SIGNATURE = "signature"
|
|
10
16
|
TEXT_T = "text-t"
|
|
11
17
|
USER = "user"
|
subnoto_api_client/session.py
CHANGED
|
@@ -21,19 +21,19 @@ from urllib.parse import urlparse
|
|
|
21
21
|
import httpx
|
|
22
22
|
|
|
23
23
|
try:
|
|
24
|
-
from
|
|
24
|
+
from oak_session_py.oak_client import PyClientSession
|
|
25
25
|
except ImportError as e:
|
|
26
26
|
raise ImportError(
|
|
27
27
|
f"oak_client module not found: {e}\n"
|
|
28
|
-
"Make sure
|
|
29
|
-
" eval \"$(direnv export bash)\" && bazel build //
|
|
28
|
+
"Make sure oak_session_py is built:\n"
|
|
29
|
+
" eval \"$(direnv export bash)\" && bazel build //oak_session_py:oak_client"
|
|
30
30
|
)
|
|
31
31
|
|
|
32
32
|
from .types import SubnotoConfig, SubnotoError
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
class SessionManager:
|
|
36
|
-
"""Manages Oak session encryption using PyO3 bindings from
|
|
36
|
+
"""Manages Oak session encryption using PyO3 bindings from oak_session_py"""
|
|
37
37
|
|
|
38
38
|
def __init__(self, config: SubnotoConfig, http_client: Optional[httpx.AsyncClient] = None):
|
|
39
39
|
self.config = config
|
|
@@ -31,11 +31,13 @@ subnoto_api_client/generated/api/workspace/__init__.py,sha256=5vd9uJWAjRqa9xzxzY
|
|
|
31
31
|
subnoto_api_client/generated/api/workspace/post_public_workspace_list.py,sha256=hfkKV38A794ri9oRto2imhz7fLMBO4JNZtpQeEQ3kqg,6425
|
|
32
32
|
subnoto_api_client/generated/client.py,sha256=n8048d9JpuAPhb6Lr_dIWGhqHXEf5GXFYSjH0W__fHM,12518
|
|
33
33
|
subnoto_api_client/generated/errors.py,sha256=gO8GBmKqmSNgAg-E5oT-oOyxztvp7V_6XG7OUTT15q0,546
|
|
34
|
-
subnoto_api_client/generated/models/__init__.py,sha256=
|
|
34
|
+
subnoto_api_client/generated/models/__init__.py,sha256=e2rFXm2cyWTS8STy-UiySDyXXJGUaUtSo8J8WTYTyZU,61622
|
|
35
35
|
subnoto_api_client/generated/models/post_public_contact_create_body.py,sha256=fjKUks7qgS1_j-bE4vZ7uxibcxdgOf1tWove82JWW5Q,2686
|
|
36
|
-
subnoto_api_client/generated/models/post_public_contact_create_body_contacts_item.py,sha256=
|
|
36
|
+
subnoto_api_client/generated/models/post_public_contact_create_body_contacts_item.py,sha256=26E4HVbbWGCAbW4VpfJavt6xINqc8jnI8InHvFfAczE,5312
|
|
37
|
+
subnoto_api_client/generated/models/post_public_contact_create_body_contacts_item_language.py,sha256=tBBTI2YVn2klRA-jAk5dlR1EgtuJWW1wd54E91EF8C4,180
|
|
37
38
|
subnoto_api_client/generated/models/post_public_contact_create_response_200.py,sha256=AVvGmsrw21jGRTTuky2cCubgMq7k49maW488P_2wOn0,1731
|
|
38
|
-
subnoto_api_client/generated/models/post_public_contact_create_response_200_contacts_item.py,sha256=
|
|
39
|
+
subnoto_api_client/generated/models/post_public_contact_create_response_200_contacts_item.py,sha256=kQI8nvswwkMv4qA0r2yl1Nmjclv_Pz0e1Asqq9xno-A,4933
|
|
40
|
+
subnoto_api_client/generated/models/post_public_contact_create_response_200_contacts_item_language.py,sha256=M50cOhoOeVm3yqHy_WiectCGkOnYQCY_41TMwx0Y778,187
|
|
39
41
|
subnoto_api_client/generated/models/post_public_contact_create_response_400.py,sha256=3z_evemr1NmbzlUsPTvW_fvFZKs7OdCZ_BQOSk_88P0,2159
|
|
40
42
|
subnoto_api_client/generated/models/post_public_contact_create_response_400_error.py,sha256=4Vjbzu_VvYABPgKGCBYgnxd6FXOon8aLAjwkbv0jTaw,1872
|
|
41
43
|
subnoto_api_client/generated/models/post_public_contact_create_response_400_error_code.py,sha256=L-ODRj8Bd2sX0uAJEKhu18VByVuNqJrhP3Vace73xwY,316
|
|
@@ -64,7 +66,8 @@ subnoto_api_client/generated/models/post_public_contact_delete_response_500_erro
|
|
|
64
66
|
subnoto_api_client/generated/models/post_public_contact_delete_response_500_error_code.py,sha256=bSinFjNGk3eDCERh_vIBNHdGPOZ5MwyxFIqFks-9YMw,254
|
|
65
67
|
subnoto_api_client/generated/models/post_public_contact_get_body.py,sha256=FtueEsXwqRtntd_G61QYlPCdYxIFDuY8SD6QU2ZL8JU,1877
|
|
66
68
|
subnoto_api_client/generated/models/post_public_contact_get_response_200.py,sha256=0bnLPylf3yahWy21tcA7K0HSomXFkRq0UFi1k53LENE,1300
|
|
67
|
-
subnoto_api_client/generated/models/post_public_contact_get_response_200_contact.py,sha256=
|
|
69
|
+
subnoto_api_client/generated/models/post_public_contact_get_response_200_contact.py,sha256=VHNmC0Fzv4rc4RJWSMHztP8NU4RFQFWrezlbVDYQqQQ,4850
|
|
70
|
+
subnoto_api_client/generated/models/post_public_contact_get_response_200_contact_language.py,sha256=xmoxCY_wP4WaWn7jHYVDbisWVnQyXrnht86OLnY8sFM,179
|
|
68
71
|
subnoto_api_client/generated/models/post_public_contact_get_response_400.py,sha256=hFuu4FR8FQT_NqiiHVKNjzrg6pVDzCdSFlqkH95kAyM,2126
|
|
69
72
|
subnoto_api_client/generated/models/post_public_contact_get_response_400_error.py,sha256=pxJ-HjoTthRWjLFR5b1l7JL4zK7gThom84JumPo0y8c,1845
|
|
70
73
|
subnoto_api_client/generated/models/post_public_contact_get_response_400_error_code.py,sha256=zmklqTE--6WoedkKUMeOTv9Gq6DUk7JAb3sGdNbZm-E,291
|
|
@@ -79,7 +82,8 @@ subnoto_api_client/generated/models/post_public_contact_get_response_500_error.p
|
|
|
79
82
|
subnoto_api_client/generated/models/post_public_contact_get_response_500_error_code.py,sha256=H_KHrFOkIMDJzBpJpLlrtUbe3S_R7vVr9nrc-JM3pxw,251
|
|
80
83
|
subnoto_api_client/generated/models/post_public_contact_list_body.py,sha256=eL-ATyN47ei7jJkuRxdMCwbY_wEkvO7Bc-of-rqDY7w,1703
|
|
81
84
|
subnoto_api_client/generated/models/post_public_contact_list_response_200.py,sha256=DM3LdkVtGmqndq5JZzZW0Q5w-ZTYZ_DqcETeZGC9ldo,1709
|
|
82
|
-
subnoto_api_client/generated/models/post_public_contact_list_response_200_contacts_item.py,sha256=
|
|
85
|
+
subnoto_api_client/generated/models/post_public_contact_list_response_200_contacts_item.py,sha256=s1kuei3xG2Zr0RLNFD0c8PwlIdqtqrANbl959iS3nFs,4913
|
|
86
|
+
subnoto_api_client/generated/models/post_public_contact_list_response_200_contacts_item_language.py,sha256=vn7TGfB9fYekM05IxehDcrRXNXzErG9UX-nmpgugCeQ,185
|
|
83
87
|
subnoto_api_client/generated/models/post_public_contact_list_response_400.py,sha256=kam2EvfVf0y0LeKmv6pliHzj4rZHh-C6lK3JNC9jNXY,2137
|
|
84
88
|
subnoto_api_client/generated/models/post_public_contact_list_response_400_error.py,sha256=ND9KfrKFId_GExOVx1chPbm44EXvPHIyGnnSywDbI3s,1854
|
|
85
89
|
subnoto_api_client/generated/models/post_public_contact_list_response_400_error_code.py,sha256=WMvQuOdn_Zgp7jDRSZQC27vqNRqblbpuoaELjkx6Hx0,248
|
|
@@ -93,9 +97,11 @@ subnoto_api_client/generated/models/post_public_contact_list_response_500.py,sha
|
|
|
93
97
|
subnoto_api_client/generated/models/post_public_contact_list_response_500_error.py,sha256=Jp_-rVAyggbHz9Sxk-aFmTqS42JheXg8x8NtlzIn0Wk,1854
|
|
94
98
|
subnoto_api_client/generated/models/post_public_contact_list_response_500_error_code.py,sha256=cvZgTOKCkwKMghq-xbZQwNMiXYM2HMhQBSPwVqT3iRM,252
|
|
95
99
|
subnoto_api_client/generated/models/post_public_contact_update_body.py,sha256=OOUIFx98Iilq3zA0tC3l_66BdFo9VzrSj0lfTk474-k,2286
|
|
96
|
-
subnoto_api_client/generated/models/post_public_contact_update_body_contact.py,sha256=
|
|
100
|
+
subnoto_api_client/generated/models/post_public_contact_update_body_contact.py,sha256=_MIuB5yeSqMJ23I1A_LfxHemglpUlTz-ShbvuHL2870,5387
|
|
101
|
+
subnoto_api_client/generated/models/post_public_contact_update_body_contact_language.py,sha256=ar2YJ3DBbhYVFN_JsBba047aCPMrob7Jq69R_NceZSw,175
|
|
97
102
|
subnoto_api_client/generated/models/post_public_contact_update_response_200.py,sha256=QUttZfJalIDyhVvMpBaT2P_9J0FiF8hPVsqp2P4O_Vk,1333
|
|
98
|
-
subnoto_api_client/generated/models/post_public_contact_update_response_200_contact.py,sha256=
|
|
103
|
+
subnoto_api_client/generated/models/post_public_contact_update_response_200_contact.py,sha256=9VrXXrc8FxLE6n6pNhZUwkEqu_jHg4ONbimLj4i6PMA,4880
|
|
104
|
+
subnoto_api_client/generated/models/post_public_contact_update_response_200_contact_language.py,sha256=qxGEtAey-EskrDxcMh9jwew7OKNoh2N3AjAQdcIaD4g,182
|
|
99
105
|
subnoto_api_client/generated/models/post_public_contact_update_response_400.py,sha256=1HiD5Xmpw3ySzi4BbqbolAP14n3UErNFtHpODNeIP6k,2159
|
|
100
106
|
subnoto_api_client/generated/models/post_public_contact_update_response_400_error.py,sha256=dUHHbB5gUMeD1lKNYsa-0xlfZosIWqls1XdeTeeUqyc,1872
|
|
101
107
|
subnoto_api_client/generated/models/post_public_contact_update_response_400_error_code.py,sha256=N_rnXqba3Hk7ErffbQQ5JmTRJI4KErDhaOt-jKIrQRo,330
|
|
@@ -278,21 +284,21 @@ subnoto_api_client/generated/models/post_public_envelope_get_proof_response_403_
|
|
|
278
284
|
subnoto_api_client/generated/models/post_public_envelope_get_proof_response_500.py,sha256=i38NlsiwWD1l6L_HcJWD91V9PDZ5hxcIDwP0AInEtHk,2196
|
|
279
285
|
subnoto_api_client/generated/models/post_public_envelope_get_proof_response_500_error.py,sha256=FykDwIgw-TGoEC73GePC4bLK7MKE1r9npUS748Ocw_Y,1902
|
|
280
286
|
subnoto_api_client/generated/models/post_public_envelope_get_proof_response_500_error_code.py,sha256=wuM5A7ZLg81GZdouOgaZ7RAa0b9tEIg6eHUcruvcM5k,257
|
|
281
|
-
subnoto_api_client/generated/models/post_public_envelope_get_response_200.py,sha256=
|
|
287
|
+
subnoto_api_client/generated/models/post_public_envelope_get_response_200.py,sha256=KkeQ_hbZvdyzWBt-vCwkBKsqdXE_aYWcfQpf2U_L2ks,6376
|
|
282
288
|
subnoto_api_client/generated/models/post_public_envelope_get_response_200_documents_item.py,sha256=nrE4itya9RH8iEWqitGiAOVlKxEaj7ng--Vps8T6iUo,3380
|
|
283
289
|
subnoto_api_client/generated/models/post_public_envelope_get_response_200_documents_item_blocks.py,sha256=n_4qsQDnDc6pWx4ae-DqgV3kNMukjG6QYfiZcDdeHSg,7485
|
|
284
290
|
subnoto_api_client/generated/models/post_public_envelope_get_response_200_documents_item_blocks_additional_property_item_type_0.py,sha256=24qM8_vu05ikhMjU-p4lQL31l-poPVfcgv1PpI_Tch4,7654
|
|
285
291
|
subnoto_api_client/generated/models/post_public_envelope_get_response_200_documents_item_blocks_additional_property_item_type_0_color.py,sha256=Zot2rH2VK_Y6wSXDMY53aqZ-0jbgnvK7UG_RKRBZc0Q,334
|
|
286
|
-
subnoto_api_client/generated/models/post_public_envelope_get_response_200_documents_item_blocks_additional_property_item_type_0_label_icon.py,sha256=
|
|
287
|
-
subnoto_api_client/generated/models/post_public_envelope_get_response_200_documents_item_blocks_additional_property_item_type_0_templated_text.py,sha256=
|
|
292
|
+
subnoto_api_client/generated/models/post_public_envelope_get_response_200_documents_item_blocks_additional_property_item_type_0_label_icon.py,sha256=MTlFNQjznmcpAQ3Nmkdw4nFrzXsVdvA3foKiwFigbRQ,472
|
|
293
|
+
subnoto_api_client/generated/models/post_public_envelope_get_response_200_documents_item_blocks_additional_property_item_type_0_templated_text.py,sha256=vw_RtJxJNd80WuV3-UPY9quucjozGVHHd81wfYcqsgg,452
|
|
288
294
|
subnoto_api_client/generated/models/post_public_envelope_get_response_200_documents_item_blocks_additional_property_item_type_0_type.py,sha256=Yb6P7PIt9FciefA5GXw7jVuUIFmLschJDbxUDL-woCY,211
|
|
289
295
|
subnoto_api_client/generated/models/post_public_envelope_get_response_200_documents_item_blocks_additional_property_item_type_1.py,sha256=cbrGoMk1OqfG0H6rN-dmgv5SbfLgoqNIFYpmVpbYWas,6282
|
|
290
296
|
subnoto_api_client/generated/models/post_public_envelope_get_response_200_documents_item_blocks_additional_property_item_type_1_color.py,sha256=BX13vMgxZaR0RSh9yZ6FQYBEOuf7YMH6Ezrv0vXoxkM,334
|
|
291
|
-
subnoto_api_client/generated/models/post_public_envelope_get_response_200_documents_item_blocks_additional_property_item_type_1_label_icon.py,sha256=
|
|
297
|
+
subnoto_api_client/generated/models/post_public_envelope_get_response_200_documents_item_blocks_additional_property_item_type_1_label_icon.py,sha256=FvTBTjNZ2-JzEq4i5KDFjxA3yTczvbDp323FKz-sJMI,472
|
|
292
298
|
subnoto_api_client/generated/models/post_public_envelope_get_response_200_documents_item_blocks_additional_property_item_type_1_type.py,sha256=G0SH2FZh_uJIONCrVwB2flpuWfY29ak9pV3xRlczZ9o,213
|
|
293
299
|
subnoto_api_client/generated/models/post_public_envelope_get_response_200_documents_item_blocks_additional_property_item_type_2.py,sha256=h4EN-1ryZP7wQajkXtyLzuQIVeSY8EDnHVMFXdQ7RXM,5958
|
|
294
300
|
subnoto_api_client/generated/models/post_public_envelope_get_response_200_documents_item_blocks_additional_property_item_type_2_color.py,sha256=RvmKZDFwog433hLNyHUwGSUhMUcTxV0l3MW8zpsV6eQ,334
|
|
295
|
-
subnoto_api_client/generated/models/post_public_envelope_get_response_200_documents_item_blocks_additional_property_item_type_2_label_icon.py,sha256=
|
|
301
|
+
subnoto_api_client/generated/models/post_public_envelope_get_response_200_documents_item_blocks_additional_property_item_type_2_label_icon.py,sha256=V78GluYPoN4RH8Dlxo_tAkACvcr0h-ZkKb-mDDJsc9I,472
|
|
296
302
|
subnoto_api_client/generated/models/post_public_envelope_get_response_200_documents_item_blocks_additional_property_item_type_2_type.py,sha256=nk3XQtdoJlPNDdoI_jdr9Us_1icB7lcSEbIR0ZGPCzQ,221
|
|
297
303
|
subnoto_api_client/generated/models/post_public_envelope_get_response_200_metrics.py,sha256=h04c28oHl83dWgDVK_AsaWC_MHvVhPcNRWJCyUaG0hI,2091
|
|
298
304
|
subnoto_api_client/generated/models/post_public_envelope_get_response_200_owner.py,sha256=9rIs5EHAZyeCvaC7cG891_TNhgOOSYaIGJ2Ggl4cjyQ,2535
|
|
@@ -396,10 +402,10 @@ subnoto_api_client/generated/types.py,sha256=0We4NPvhIYASRpQ3le41nmJeEAVm42-2VKd
|
|
|
396
402
|
subnoto_api_client/middleware/__init__.py,sha256=vUhe0FdsJ1k4Fi8AxXUe7WhHxpnPrPy104yZFkzeoYg,574
|
|
397
403
|
subnoto_api_client/middleware/signature_utils.py,sha256=z2VyOa9PvCRvtD5TRXwimMRX73Ir6zajKtwar9vY3KI,3853
|
|
398
404
|
subnoto_api_client/middleware/tunnel.py,sha256=TIc8upVPnMN-wpwY4EhndEwRYjU5O9tb7ucJwrQZaNw,4201
|
|
399
|
-
subnoto_api_client/session.py,sha256=
|
|
405
|
+
subnoto_api_client/session.py,sha256=vJwDVuhtSxlM_jhM1NvSkh98wZALbc4tUEpJP_y48jc,9326
|
|
400
406
|
subnoto_api_client/transport.py,sha256=xwzEXjnm74k4isDsXYJriCuwtgKEyvzBTIEV6Uqkxlc,5944
|
|
401
407
|
subnoto_api_client/types.py,sha256=053osTsWh-Y8_rRsh1ZAkso63Kki0Z9RuwNfvG4dGQ8,1316
|
|
402
|
-
|
|
403
|
-
subnoto_api_client-2.0.
|
|
404
|
-
subnoto_api_client-2.0.
|
|
405
|
-
subnoto_api_client-2.0.
|
|
408
|
+
oak_session_py/oak_client.so,sha256=CFTuGFlPC2jb47m2H9hZ8Vl0RwvBMUo2en20r6Jmw90,2698696
|
|
409
|
+
subnoto_api_client-2.0.2.dist-info/WHEEL,sha256=iXd-A8TxDVUeUkap_KY0ddc_IBtFLBBJGW-lcOokq4U,109
|
|
410
|
+
subnoto_api_client-2.0.2.dist-info/METADATA,sha256=sKTSXVvznqubNGUX8o5UUWS_E2lVufwk0zTOYc8OVQQ,2831
|
|
411
|
+
subnoto_api_client-2.0.2.dist-info/RECORD,,
|
|
File without changes
|