openapi-python-client 0.25.1__py3-none-any.whl → 0.25.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- openapi_python_client/parser/properties/file.py +1 -1
- {openapi_python_client-0.25.1.dist-info → openapi_python_client-0.25.2.dist-info}/METADATA +1 -1
- {openapi_python_client-0.25.1.dist-info → openapi_python_client-0.25.2.dist-info}/RECORD +6 -6
- {openapi_python_client-0.25.1.dist-info → openapi_python_client-0.25.2.dist-info}/WHEEL +0 -0
- {openapi_python_client-0.25.1.dist-info → openapi_python_client-0.25.2.dist-info}/entry_points.txt +0 -0
- {openapi_python_client-0.25.1.dist-info → openapi_python_client-0.25.2.dist-info}/licenses/LICENSE +0 -0
|
@@ -22,7 +22,7 @@ class FileProperty(PropertyProtocol):
|
|
|
22
22
|
|
|
23
23
|
_type_string: ClassVar[str] = "File"
|
|
24
24
|
# Return type of File.to_tuple()
|
|
25
|
-
_json_type_string: ClassVar[str] = "
|
|
25
|
+
_json_type_string: ClassVar[str] = "FileTypes"
|
|
26
26
|
template: ClassVar[str] = "file_property.py.jinja"
|
|
27
27
|
|
|
28
28
|
@classmethod
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openapi-python-client
|
|
3
|
-
Version: 0.25.
|
|
3
|
+
Version: 0.25.2
|
|
4
4
|
Summary: Generate modern Python clients from OpenAPI
|
|
5
5
|
Project-URL: repository, https://github.com/openapi-generators/openapi-python-client
|
|
6
6
|
Author-email: Dylan Anthony <contact@dylananthony.com>
|
|
@@ -16,7 +16,7 @@ openapi_python_client/parser/properties/const.py,sha256=dEw07zPA6xcizt6N0ElXm4_t
|
|
|
16
16
|
openapi_python_client/parser/properties/date.py,sha256=1OzUNLJef3V6uWswM_Z_H3TjULDaN9xGWFNSk2ZCnLk,2354
|
|
17
17
|
openapi_python_client/parser/properties/datetime.py,sha256=J9BWgoZE1jK0Td625SrBUdThch6vgKAR-Iox2aUQBcE,2382
|
|
18
18
|
openapi_python_client/parser/properties/enum_property.py,sha256=60LuqJRELlpUVJ4A3kRJlncoVVCIVae-A-lnbn91xnQ,8818
|
|
19
|
-
openapi_python_client/parser/properties/file.py,sha256=
|
|
19
|
+
openapi_python_client/parser/properties/file.py,sha256=8FucE3jpkXti6QyfxyoZXKmQtaiJM7FewfCPiB39s1s,1994
|
|
20
20
|
openapi_python_client/parser/properties/float.py,sha256=Ent7smCPFPBZAmxVykD2NgHXv6uCZxabAsenYB_AuSA,2201
|
|
21
21
|
openapi_python_client/parser/properties/int.py,sha256=O455r8xjI4e6KHjhoblHHNHZYi6tWu-c2KBTCguKmbM,2200
|
|
22
22
|
openapi_python_client/parser/properties/list_property.py,sha256=3B-8ktYvNkqrPt4oZMcmL6LYDthaeT-1i2wR32JlsPE,5772
|
|
@@ -103,8 +103,8 @@ openapi_python_client/templates/property_templates/model_property.py.jinja,sha25
|
|
|
103
103
|
openapi_python_client/templates/property_templates/property_macros.py.jinja,sha256=s0DqGOc8rbEKptUtH1tAht08wahN3xXpaGfyzVa3Kog,580
|
|
104
104
|
openapi_python_client/templates/property_templates/union_property.py.jinja,sha256=Xi-5XAbyRH65eYz6G1RNdchjKiYl99J4JyhvLqdR9h0,4088
|
|
105
105
|
openapi_python_client/templates/property_templates/uuid_property.py.jinja,sha256=g1YZFkrC7PXX_r8Cbf5z_yJRzQoViow4yFWvBqUxj2o,1004
|
|
106
|
-
openapi_python_client-0.25.
|
|
107
|
-
openapi_python_client-0.25.
|
|
108
|
-
openapi_python_client-0.25.
|
|
109
|
-
openapi_python_client-0.25.
|
|
110
|
-
openapi_python_client-0.25.
|
|
106
|
+
openapi_python_client-0.25.2.dist-info/METADATA,sha256=mdwSBuc2dAkaAFH9GTnOlaKtLDSXRfT39osQsd9IcoM,11732
|
|
107
|
+
openapi_python_client-0.25.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
108
|
+
openapi_python_client-0.25.2.dist-info/entry_points.txt,sha256=iRfSdN2foASZXr8GghkYa6KRXkDgO0EFfLut5IXoBTU,72
|
|
109
|
+
openapi_python_client-0.25.2.dist-info/licenses/LICENSE,sha256=4dpxQYqY0DB3aTauRrqYRuu6BVNsPSJdYeUT3sH6pQY,1075
|
|
110
|
+
openapi_python_client-0.25.2.dist-info/RECORD,,
|
|
File without changes
|
{openapi_python_client-0.25.1.dist-info → openapi_python_client-0.25.2.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{openapi_python_client-0.25.1.dist-info → openapi_python_client-0.25.2.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|