python-rest-client-codegen 1.9.1__tar.gz → 1.10.1__tar.gz
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.
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/PKG-INFO +1 -1
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/python_rest_client_codegen.egg-info/PKG-INFO +1 -1
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/main/resources/python/lcdp/api.mustache +1 -1
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/main/resources/python/lcdp/configuration_builder.mustache +5 -10
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/apiKey/gen/client/api_client_utils.py +1 -1
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/apiKey/gen/client/configuration.py +2 -2
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/apiKey/gen/client/configuration_builder.py +5 -10
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/apiKey/gen/client/controllers/manage_rfi_api.py +1 -1
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/apiKey/gen/client/docs/ManageRfiApi.md +3 -3
- {python_rest_client_codegen-1.9.1/src/test/resources/codeWithInheritance → python_rest_client_codegen-1.10.1/src/test/resources/arrayOfReferencedEnum}/gen/client/configuration.py +2 -2
- {python_rest_client_codegen-1.9.1/src/test/resources/codeWithInheritance → python_rest_client_codegen-1.10.1/src/test/resources/arrayOfReferencedEnum}/gen/client/configuration_builder.py +5 -10
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/arrayOfReferencedEnum/gen/client/controllers/search_sale_offer_api.py +2 -2
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/arrayOfReferencedEnum/gen/client/docs/SearchSaleOfferApi.md +5 -5
- {python_rest_client_codegen-1.9.1/src/test/resources/nullableRef → python_rest_client_codegen-1.10.1/src/test/resources/codeWithInheritance}/gen/client/configuration.py +2 -2
- {python_rest_client_codegen-1.9.1/src/test/resources/arrayOfReferencedEnum → python_rest_client_codegen-1.10.1/src/test/resources/codeWithInheritance}/gen/client/configuration_builder.py +5 -10
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/controllers/notification_api.py +1 -1
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/docs/NotificationApi.md +3 -3
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/enumPathParam/gen/client/configuration.py +2 -2
- {python_rest_client_codegen-1.9.1/src/test/resources/nullableRef → python_rest_client_codegen-1.10.1/src/test/resources/enumPathParam}/gen/client/configuration_builder.py +5 -10
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/enumPathParam/gen/client/controllers/search_sale_offer_api.py +1 -1
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/enumPathParam/gen/client/docs/SearchSaleOfferApi.md +3 -3
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/configuration_builder.py +5 -10
- {python_rest_client_codegen-1.9.1/src/test/resources/arrayOfReferencedEnum → python_rest_client_codegen-1.10.1/src/test/resources/nullableRef}/gen/client/configuration.py +2 -2
- {python_rest_client_codegen-1.9.1/src/test/resources/enumPathParam → python_rest_client_codegen-1.10.1/src/test/resources/nullableRef}/gen/client/configuration_builder.py +5 -10
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/nullableRef/gen/client/controllers/auth_api.py +1 -1
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/nullableRef/gen/client/docs/AuthApi.md +3 -3
- python_rest_client_codegen-1.10.1/src/test/resources/oneOfWithDiscriminator/gen/client/configuration.py +451 -0
- python_rest_client_codegen-1.10.1/src/test/resources/oneOfWithDiscriminator/gen/client/configuration_builder.py +90 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/controllers/auth_api.py +1 -1
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/docs/AuthApi.md +3 -3
- python_rest_client_codegen-1.10.1/src/test/resources/orderedTags/gen/client/configuration.py +451 -0
- python_rest_client_codegen-1.10.1/src/test/resources/orderedTags/gen/client/configuration_builder.py +90 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/orderedTags/gen/client/controllers/search_user_api.py +1 -1
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/orderedTags/gen/client/controllers/search_user_feature_api.py +1 -1
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/orderedTags/gen/client/docs/SearchUserApi.md +3 -3
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/orderedTags/gen/client/docs/SearchUserFeatureApi.md +3 -3
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/client/configuration_builder.py +5 -10
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/client/controllers/pets_api.py +3 -3
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/api_client_utils.py +15 -15
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/configuration.py +5 -5
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/configuration_builder.py +5 -10
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/controllers/manage_product_api.py +3 -3
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/controllers/manage_product_image_api.py +2 -2
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/controllers/manage_product_proscription_api.py +2 -2
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/controllers/search_product_api.py +3 -3
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/controllers/search_product_image_api.py +2 -2
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/controllers/search_product_metadata_api.py +2 -2
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/controllers/search_product_proscription_api.py +1 -1
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/ManageProductApi.md +7 -7
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/ManageProductImageApi.md +5 -5
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/ManageProductProscriptionApi.md +5 -5
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/SearchProductApi.md +7 -7
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/SearchProductImageApi.md +5 -5
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/SearchProductMetadataApi.md +5 -5
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/SearchProductProscriptionApi.md +3 -3
- python_rest_client_codegen-1.10.1/src/test/resources/simpleCode/gen/client/configuration.py +451 -0
- python_rest_client_codegen-1.10.1/src/test/resources/simpleCode/gen/client/configuration_builder.py +90 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/simpleCode/gen/client/controllers/auth_api.py +2 -2
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/simpleCode/gen/client/docs/AuthApi.md +5 -5
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/xRestrict/gen/client/configuration.py +2 -2
- python_rest_client_codegen-1.10.1/src/test/resources/xRestrict/gen/client/configuration_builder.py +90 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/xRestrict/gen/client/controllers/auth_api.py +3 -3
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/xRestrict/gen/client/docs/AuthApi.md +7 -7
- python_rest_client_codegen-1.9.1/src/test/resources/oneOfWithDiscriminator/gen/client/configuration.py +0 -451
- python_rest_client_codegen-1.9.1/src/test/resources/oneOfWithDiscriminator/gen/client/configuration_builder.py +0 -95
- python_rest_client_codegen-1.9.1/src/test/resources/orderedTags/gen/client/configuration.py +0 -451
- python_rest_client_codegen-1.9.1/src/test/resources/orderedTags/gen/client/configuration_builder.py +0 -95
- python_rest_client_codegen-1.9.1/src/test/resources/simpleCode/gen/client/configuration.py +0 -451
- python_rest_client_codegen-1.9.1/src/test/resources/simpleCode/gen/client/configuration_builder.py +0 -95
- python_rest_client_codegen-1.9.1/src/test/resources/xRestrict/gen/client/configuration_builder.py +0 -95
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/MANIFEST.in +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/README.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/ghost_package/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/ghost_package/codegen.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/pom.xml +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/python_rest_client_codegen.egg-info/SOURCES.txt +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/python_rest_client_codegen.egg-info/dependency_links.txt +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/python_rest_client_codegen.egg-info/requires.txt +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/python_rest_client_codegen.egg-info/top_level.txt +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/setup.cfg +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/setup.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/main/java/fr/lcdp/codegen/PythonRestClientCodegen.java +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/main/resources/META-INF/services/org.openapitools.codegen.CodegenConfig +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/main/resources/python/lcdp/__init__api.mustache +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/main/resources/python/lcdp/__init__package.mustache +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/main/resources/python/lcdp/api_client.mustache +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/main/resources/python/lcdp/api_client_utils.mustache +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/main/resources/python/lcdp/model.mustache +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/main/resources/python/lcdp/model_generic.mustache +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/main/resources/python/lcdp/partial_api.mustache +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/java/DirectoryUtils.java +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/java/PythonRestClientCodegenTest.java +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/apiKey/gen/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/apiKey/gen/client/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/apiKey/gen/client/api_client.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/apiKey/gen/client/api_response.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/apiKey/gen/client/controllers/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/apiKey/gen/client/exceptions.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/apiKey/gen/client/models/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/apiKey/gen/client/rest.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/apiKey/gen/client/test/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/apiKey/gen/client/test/test_manage_rfi_api.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/arrayOfReferencedEnum/gen/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/arrayOfReferencedEnum/gen/client/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/arrayOfReferencedEnum/gen/client/api_client.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/arrayOfReferencedEnum/gen/client/api_client_utils.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/arrayOfReferencedEnum/gen/client/api_response.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/arrayOfReferencedEnum/gen/client/controllers/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/arrayOfReferencedEnum/gen/client/docs/SaleOfferStatus.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/arrayOfReferencedEnum/gen/client/exceptions.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/arrayOfReferencedEnum/gen/client/models/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/arrayOfReferencedEnum/gen/client/models/sale_offer_status.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/arrayOfReferencedEnum/gen/client/rest.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/arrayOfReferencedEnum/gen/client/test/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/arrayOfReferencedEnum/gen/client/test/test_sale_offer_status.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/arrayOfReferencedEnum/gen/client/test/test_search_sale_offer_api.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/api_client.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/api_client_utils.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/api_response.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/controllers/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/docs/Ad.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/docs/AdNotificationSending.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/docs/LOrder.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/docs/LOrderNotificationSending.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/docs/Notification.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/docs/NotificationSending.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/exceptions.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/models/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/models/ad.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/models/ad_notification_sending.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/models/l_order.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/models/l_order_notification_sending.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/models/notification.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/models/notification_sending.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/rest.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/test/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/test/test_ad.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/test/test_ad_notification_sending.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/test/test_l_order.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/test/test_l_order_notification_sending.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/test/test_notification.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/test/test_notification_api.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/test/test_notification_sending.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/enumPathParam/gen/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/enumPathParam/gen/client/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/enumPathParam/gen/client/api_client.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/enumPathParam/gen/client/api_client_utils.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/enumPathParam/gen/client/api_response.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/enumPathParam/gen/client/controllers/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/enumPathParam/gen/client/docs/SaleOfferStatus.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/enumPathParam/gen/client/exceptions.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/enumPathParam/gen/client/models/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/enumPathParam/gen/client/models/sale_offer_status.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/enumPathParam/gen/client/rest.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/enumPathParam/gen/client/test/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/enumPathParam/gen/client/test/test_sale_offer_status.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/enumPathParam/gen/client/test/test_search_sale_offer_api.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/api_client.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/api_client_utils.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/api_response.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/configuration.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/controllers/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/controllers/default_api.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/docs/AnyIdentifiedMode.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/docs/AnyMode.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/docs/DefaultApi.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/docs/Mode.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/docs/ModeA.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/docs/ModeB.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/docs/ModeC.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/exceptions.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/models/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/models/any_identified_mode.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/models/any_mode.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/models/mode.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/models/mode_a.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/models/mode_b.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/models/mode_c.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/rest.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/test/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/test/test_any_identified_mode.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/test/test_any_mode.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/test/test_default_api.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/test/test_mode.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/test/test_mode_a.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/test/test_mode_b.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/test/test_mode_c.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/nullableRef/gen/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/nullableRef/gen/client/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/nullableRef/gen/client/api_client.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/nullableRef/gen/client/api_client_utils.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/nullableRef/gen/client/api_response.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/nullableRef/gen/client/controllers/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/nullableRef/gen/client/docs/Session.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/nullableRef/gen/client/docs/User.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/nullableRef/gen/client/exceptions.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/nullableRef/gen/client/models/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/nullableRef/gen/client/models/session.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/nullableRef/gen/client/models/user.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/nullableRef/gen/client/rest.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/nullableRef/gen/client/test/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/nullableRef/gen/client/test/test_auth_api.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/nullableRef/gen/client/test/test_session.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/nullableRef/gen/client/test/test_user.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/api_client.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/api_client_utils.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/api_response.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/controllers/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/docs/AnyAuthenticationCredential.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/docs/AuthenticationCredential.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/docs/LoginCredential.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/docs/RefreshSessionCredential.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/exceptions.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/models/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/models/any_authentication_credential.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/models/authentication_credential.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/models/login_credential.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/models/refresh_session_credential.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/rest.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/test/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/test/test_any_authentication_credential.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/test/test_auth_api.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/test/test_authentication_credential.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/test/test_login_credential.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/test/test_refresh_session_credential.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/orderedTags/gen/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/orderedTags/gen/client/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/orderedTags/gen/client/api_client.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/orderedTags/gen/client/api_client_utils.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/orderedTags/gen/client/api_response.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/orderedTags/gen/client/controllers/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/orderedTags/gen/client/exceptions.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/orderedTags/gen/client/models/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/orderedTags/gen/client/rest.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/orderedTags/gen/client/test/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/orderedTags/gen/client/test/test_search_user_api.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/orderedTags/gen/client/test/test_search_user_feature_api.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/client/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/client/api_client.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/client/api_client_utils.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/client/api_response.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/client/configuration.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/client/controllers/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/client/docs/Error.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/client/docs/Pet.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/client/docs/PetsApi.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/client/exceptions.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/client/models/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/client/models/error.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/client/models/pet.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/client/rest.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/client/test/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/client/test/test_error.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/client/test/test_pet.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/client/test/test_pets_api.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/api_client.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/api_response.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/controllers/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/Barcodes.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/HttpLink.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/Image.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/ImageVersions.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/LaboratoryLink.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/PaginatedObject.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/PaginatedProductProscriptions.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/PaginatedProducts.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/PagingMetadata.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/Product.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/ProductCreationOrUpdateParameters.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/ProductDispensationPlace.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/ProductMarketStatus.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/ProductProscription.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/ProductProscriptionCreationParameters.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/ProductSecondaryType.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/ProductStatus.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/ProductType.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/RestError.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/Statistics.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/UpdateVidalPackageParameters.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/Vat.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/docs/VidalPackageLink.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/exceptions.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/models/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/models/barcodes.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/models/http_link.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/models/image.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/models/image_versions.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/models/laboratory_link.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/models/paginated_object.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/models/paginated_product_proscriptions.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/models/paginated_products.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/models/paging_metadata.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/models/product.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/models/product_creation_or_update_parameters.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/models/product_dispensation_place.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/models/product_market_status.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/models/product_proscription.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/models/product_proscription_creation_parameters.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/models/product_secondary_type.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/models/product_status.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/models/product_type.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/models/rest_error.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/models/statistics.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/models/update_vidal_package_parameters.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/models/vat.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/models/vidal_package_link.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/rest.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_barcodes.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_http_link.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_image.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_image_versions.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_laboratory_link.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_manage_product_api.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_manage_product_image_api.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_manage_product_proscription_api.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_paginated_object.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_paginated_product_proscriptions.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_paginated_products.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_paging_metadata.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_product.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_product_creation_or_update_parameters.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_product_dispensation_place.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_product_market_status.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_product_proscription.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_product_proscription_creation_parameters.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_product_secondary_type.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_product_status.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_product_type.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_rest_error.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_search_product_api.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_search_product_image_api.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_search_product_metadata_api.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_search_product_proscription_api.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_statistics.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_update_vidal_package_parameters.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_vat.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/test/test_vidal_package_link.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/simpleCode/gen/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/simpleCode/gen/client/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/simpleCode/gen/client/api_client.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/simpleCode/gen/client/api_client_utils.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/simpleCode/gen/client/api_response.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/simpleCode/gen/client/controllers/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/simpleCode/gen/client/docs/Credential.md +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/simpleCode/gen/client/exceptions.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/simpleCode/gen/client/models/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/simpleCode/gen/client/models/credential.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/simpleCode/gen/client/rest.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/simpleCode/gen/client/test/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/simpleCode/gen/client/test/test_auth_api.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/simpleCode/gen/client/test/test_credential.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/xRestrict/gen/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/xRestrict/gen/client/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/xRestrict/gen/client/api_client.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/xRestrict/gen/client/api_client_utils.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/xRestrict/gen/client/api_response.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/xRestrict/gen/client/controllers/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/xRestrict/gen/client/exceptions.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/xRestrict/gen/client/models/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/xRestrict/gen/client/rest.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/xRestrict/gen/client/test/__init__.py +0 -0
- {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/xRestrict/gen/client/test/test_auth_api.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: python_rest_client_codegen
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.10.1
|
|
4
4
|
Summary: Python rest client codegen for Le Comptoir Des Pharmacies
|
|
5
5
|
Home-page: https://bitbucket.org/lecomptoirdespharmacies/lcdp-openapi-codegen
|
|
6
6
|
Author: Le Comptoir Des Pharmacies
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: python-rest-client-codegen
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.10.1
|
|
4
4
|
Summary: Python rest client codegen for Le Comptoir Des Pharmacies
|
|
5
5
|
Home-page: https://bitbucket.org/lecomptoirdespharmacies/lcdp-openapi-codegen
|
|
6
6
|
Author: Le Comptoir Des Pharmacies
|
|
@@ -213,7 +213,7 @@ class {{classname}}:
|
|
|
213
213
|
|
|
214
214
|
return self.api_client.param_serialize(
|
|
215
215
|
method='{{httpMethod}}',
|
|
216
|
-
resource_path='{{{path}}}',
|
|
216
|
+
resource_path='{{basePathWithoutHost}}{{{path}}}',
|
|
217
217
|
path_params=_path_params,
|
|
218
218
|
query_params=_query_params,
|
|
219
219
|
header_params=_header_params,
|
|
@@ -8,7 +8,6 @@ class ConfigurationBuilder:
|
|
|
8
8
|
"""NOTE: This class is auto generated by OpenAPI Generator
|
|
9
9
|
Do not edit the class manually.
|
|
10
10
|
|
|
11
|
-
:param base_path: Base path of the client
|
|
12
11
|
:param host: Host of the client
|
|
13
12
|
:param service_name: Client service name
|
|
14
13
|
:param is_secured:
|
|
@@ -18,16 +17,12 @@ class ConfigurationBuilder:
|
|
|
18
17
|
|
|
19
18
|
def __init__(self,
|
|
20
19
|
service_name="service",
|
|
21
|
-
base_path="api/v1",
|
|
22
20
|
host="localhost",
|
|
23
21
|
is_secured=False,
|
|
24
22
|
access_token=None,
|
|
25
23
|
**kwargs):
|
|
26
24
|
"""Constructor
|
|
27
25
|
"""
|
|
28
|
-
self.base_path = base_path
|
|
29
|
-
"""Server app base path
|
|
30
|
-
"""
|
|
31
26
|
self.host = host
|
|
32
27
|
"""Server host
|
|
33
28
|
"""
|
|
@@ -48,13 +43,13 @@ class ConfigurationBuilder:
|
|
|
48
43
|
:return: build configuration
|
|
49
44
|
"""
|
|
50
45
|
configuration = Configuration(**self.kwargs)
|
|
51
|
-
configuration.host = self.
|
|
46
|
+
configuration.host = self.get_host_from_upstream()
|
|
52
47
|
configuration.access_token = self.access_token
|
|
53
48
|
return configuration
|
|
54
49
|
|
|
55
|
-
def
|
|
56
|
-
""" Get api url from docker env upstream
|
|
57
|
-
:return:
|
|
50
|
+
def get_host_from_upstream(self):
|
|
51
|
+
""" Get api url from docker env upstream.
|
|
52
|
+
:return: api url
|
|
58
53
|
"""
|
|
59
54
|
|
|
60
55
|
port = self.get_port_from_upstream()
|
|
@@ -63,7 +58,7 @@ class ConfigurationBuilder:
|
|
|
63
58
|
|
|
64
59
|
protocol = "https" if self.is_secured else "http"
|
|
65
60
|
|
|
66
|
-
host_url = "{}://{}{}
|
|
61
|
+
host_url = "{}://{}{}".format(protocol, self.host, port_in_url)
|
|
67
62
|
|
|
68
63
|
return host_url
|
|
69
64
|
|
|
@@ -13,7 +13,7 @@ class CustomApiClient(ApiClient):
|
|
|
13
13
|
SERVICE_NAME = 'LCDP REST API'
|
|
14
14
|
|
|
15
15
|
# ManageRfiApi
|
|
16
|
-
CREATE_RFI_URI = {'uri': '/
|
|
16
|
+
CREATE_RFI_URI = {'uri': '/v1/rfis', 'method': 'POST'}
|
|
17
17
|
|
|
18
18
|
def __init__(self, configuration=None, header_name=None, header_value=None, cookie=None):
|
|
19
19
|
super().__init__(configuration, header_name, header_value, cookie)
|
|
@@ -98,7 +98,7 @@ conf = gen.client.Configuration(
|
|
|
98
98
|
) -> None:
|
|
99
99
|
"""Constructor
|
|
100
100
|
"""
|
|
101
|
-
self._base_path = "https://lecomptoirdespharmacies.fr/
|
|
101
|
+
self._base_path = "https://api.lecomptoirdespharmacies.fr/v1" if host is None else host
|
|
102
102
|
"""Default Base url
|
|
103
103
|
"""
|
|
104
104
|
self.server_index = 0 if server_index is None and host is None else server_index
|
|
@@ -441,7 +441,7 @@ conf = gen.client.Configuration(
|
|
|
441
441
|
"""
|
|
442
442
|
return [
|
|
443
443
|
{
|
|
444
|
-
'url': "https://lecomptoirdespharmacies.fr/
|
|
444
|
+
'url': "https://api.lecomptoirdespharmacies.fr/v1",
|
|
445
445
|
'description': "No description provided",
|
|
446
446
|
}
|
|
447
447
|
]
|
|
@@ -19,7 +19,6 @@ class ConfigurationBuilder:
|
|
|
19
19
|
"""NOTE: This class is auto generated by OpenAPI Generator
|
|
20
20
|
Do not edit the class manually.
|
|
21
21
|
|
|
22
|
-
:param base_path: Base path of the client
|
|
23
22
|
:param host: Host of the client
|
|
24
23
|
:param service_name: Client service name
|
|
25
24
|
:param is_secured:
|
|
@@ -29,16 +28,12 @@ class ConfigurationBuilder:
|
|
|
29
28
|
|
|
30
29
|
def __init__(self,
|
|
31
30
|
service_name="service",
|
|
32
|
-
base_path="api/v1",
|
|
33
31
|
host="localhost",
|
|
34
32
|
is_secured=False,
|
|
35
33
|
access_token=None,
|
|
36
34
|
**kwargs):
|
|
37
35
|
"""Constructor
|
|
38
36
|
"""
|
|
39
|
-
self.base_path = base_path
|
|
40
|
-
"""Server app base path
|
|
41
|
-
"""
|
|
42
37
|
self.host = host
|
|
43
38
|
"""Server host
|
|
44
39
|
"""
|
|
@@ -59,13 +54,13 @@ class ConfigurationBuilder:
|
|
|
59
54
|
:return: build configuration
|
|
60
55
|
"""
|
|
61
56
|
configuration = Configuration(**self.kwargs)
|
|
62
|
-
configuration.host = self.
|
|
57
|
+
configuration.host = self.get_host_from_upstream()
|
|
63
58
|
configuration.access_token = self.access_token
|
|
64
59
|
return configuration
|
|
65
60
|
|
|
66
|
-
def
|
|
67
|
-
""" Get api url from docker env upstream
|
|
68
|
-
:return:
|
|
61
|
+
def get_host_from_upstream(self):
|
|
62
|
+
""" Get api url from docker env upstream.
|
|
63
|
+
:return: api url
|
|
69
64
|
"""
|
|
70
65
|
|
|
71
66
|
port = self.get_port_from_upstream()
|
|
@@ -74,7 +69,7 @@ class ConfigurationBuilder:
|
|
|
74
69
|
|
|
75
70
|
protocol = "https" if self.is_secured else "http"
|
|
76
71
|
|
|
77
|
-
host_url = "{}://{}{}
|
|
72
|
+
host_url = "{}://{}{}".format(protocol, self.host, port_in_url)
|
|
78
73
|
|
|
79
74
|
return host_url
|
|
80
75
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# gen.client.ManageRfiApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *https://lecomptoirdespharmacies.fr/
|
|
3
|
+
All URIs are relative to *https://api.lecomptoirdespharmacies.fr/v1*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
@@ -23,10 +23,10 @@ import gen.client
|
|
|
23
23
|
from gen.client.rest import ApiException
|
|
24
24
|
from pprint import pprint
|
|
25
25
|
|
|
26
|
-
# Defining the host is optional and defaults to https://lecomptoirdespharmacies.fr/
|
|
26
|
+
# Defining the host is optional and defaults to https://api.lecomptoirdespharmacies.fr/v1
|
|
27
27
|
# See configuration.py for a list of all supported configuration parameters.
|
|
28
28
|
configuration = gen.client.Configuration(
|
|
29
|
-
host = "https://lecomptoirdespharmacies.fr/
|
|
29
|
+
host = "https://api.lecomptoirdespharmacies.fr/v1"
|
|
30
30
|
)
|
|
31
31
|
|
|
32
32
|
# The client must configure the authentication and authorization parameters
|
|
@@ -78,7 +78,7 @@ class Configuration:
|
|
|
78
78
|
) -> None:
|
|
79
79
|
"""Constructor
|
|
80
80
|
"""
|
|
81
|
-
self._base_path = "https://lecomptoirdespharmacies.fr/v1" if host is None else host
|
|
81
|
+
self._base_path = "https://api.lecomptoirdespharmacies.fr/v1" if host is None else host
|
|
82
82
|
"""Default Base url
|
|
83
83
|
"""
|
|
84
84
|
self.server_index = 0 if server_index is None and host is None else server_index
|
|
@@ -395,7 +395,7 @@ class Configuration:
|
|
|
395
395
|
"""
|
|
396
396
|
return [
|
|
397
397
|
{
|
|
398
|
-
'url': "https://lecomptoirdespharmacies.fr/v1",
|
|
398
|
+
'url': "https://api.lecomptoirdespharmacies.fr/v1",
|
|
399
399
|
'description': "No description provided",
|
|
400
400
|
}
|
|
401
401
|
]
|
|
@@ -19,7 +19,6 @@ class ConfigurationBuilder:
|
|
|
19
19
|
"""NOTE: This class is auto generated by OpenAPI Generator
|
|
20
20
|
Do not edit the class manually.
|
|
21
21
|
|
|
22
|
-
:param base_path: Base path of the client
|
|
23
22
|
:param host: Host of the client
|
|
24
23
|
:param service_name: Client service name
|
|
25
24
|
:param is_secured:
|
|
@@ -29,16 +28,12 @@ class ConfigurationBuilder:
|
|
|
29
28
|
|
|
30
29
|
def __init__(self,
|
|
31
30
|
service_name="service",
|
|
32
|
-
base_path="api/v1",
|
|
33
31
|
host="localhost",
|
|
34
32
|
is_secured=False,
|
|
35
33
|
access_token=None,
|
|
36
34
|
**kwargs):
|
|
37
35
|
"""Constructor
|
|
38
36
|
"""
|
|
39
|
-
self.base_path = base_path
|
|
40
|
-
"""Server app base path
|
|
41
|
-
"""
|
|
42
37
|
self.host = host
|
|
43
38
|
"""Server host
|
|
44
39
|
"""
|
|
@@ -59,13 +54,13 @@ class ConfigurationBuilder:
|
|
|
59
54
|
:return: build configuration
|
|
60
55
|
"""
|
|
61
56
|
configuration = Configuration(**self.kwargs)
|
|
62
|
-
configuration.host = self.
|
|
57
|
+
configuration.host = self.get_host_from_upstream()
|
|
63
58
|
configuration.access_token = self.access_token
|
|
64
59
|
return configuration
|
|
65
60
|
|
|
66
|
-
def
|
|
67
|
-
""" Get api url from docker env upstream
|
|
68
|
-
:return:
|
|
61
|
+
def get_host_from_upstream(self):
|
|
62
|
+
""" Get api url from docker env upstream.
|
|
63
|
+
:return: api url
|
|
69
64
|
"""
|
|
70
65
|
|
|
71
66
|
port = self.get_port_from_upstream()
|
|
@@ -74,7 +69,7 @@ class ConfigurationBuilder:
|
|
|
74
69
|
|
|
75
70
|
protocol = "https" if self.is_secured else "http"
|
|
76
71
|
|
|
77
|
-
host_url = "{}://{}{}
|
|
72
|
+
host_url = "{}://{}{}".format(protocol, self.host, port_in_url)
|
|
78
73
|
|
|
79
74
|
return host_url
|
|
80
75
|
|
|
@@ -288,7 +288,7 @@ class SearchSaleOfferApi:
|
|
|
288
288
|
|
|
289
289
|
return self.api_client.param_serialize(
|
|
290
290
|
method='GET',
|
|
291
|
-
resource_path='/sale-offers',
|
|
291
|
+
resource_path='/v1/sale-offers',
|
|
292
292
|
path_params=_path_params,
|
|
293
293
|
query_params=_query_params,
|
|
294
294
|
header_params=_header_params,
|
|
@@ -542,7 +542,7 @@ class SearchSaleOfferApi:
|
|
|
542
542
|
|
|
543
543
|
return self.api_client.param_serialize(
|
|
544
544
|
method='GET',
|
|
545
|
-
resource_path='/sale-offers/{saleOfferStatus}',
|
|
545
|
+
resource_path='/v1/sale-offers/{saleOfferStatus}',
|
|
546
546
|
path_params=_path_params,
|
|
547
547
|
query_params=_query_params,
|
|
548
548
|
header_params=_header_params,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# gen.client.SearchSaleOfferApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *https://lecomptoirdespharmacies.fr/v1*
|
|
3
|
+
All URIs are relative to *https://api.lecomptoirdespharmacies.fr/v1*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
@@ -24,10 +24,10 @@ from gen.client.models.sale_offer_status import SaleOfferStatus
|
|
|
24
24
|
from gen.client.rest import ApiException
|
|
25
25
|
from pprint import pprint
|
|
26
26
|
|
|
27
|
-
# Defining the host is optional and defaults to https://lecomptoirdespharmacies.fr/v1
|
|
27
|
+
# Defining the host is optional and defaults to https://api.lecomptoirdespharmacies.fr/v1
|
|
28
28
|
# See configuration.py for a list of all supported configuration parameters.
|
|
29
29
|
configuration = gen.client.Configuration(
|
|
30
|
-
host = "https://lecomptoirdespharmacies.fr/v1"
|
|
30
|
+
host = "https://api.lecomptoirdespharmacies.fr/v1"
|
|
31
31
|
)
|
|
32
32
|
|
|
33
33
|
|
|
@@ -91,10 +91,10 @@ from gen.client.models.sale_offer_status import SaleOfferStatus
|
|
|
91
91
|
from gen.client.rest import ApiException
|
|
92
92
|
from pprint import pprint
|
|
93
93
|
|
|
94
|
-
# Defining the host is optional and defaults to https://lecomptoirdespharmacies.fr/v1
|
|
94
|
+
# Defining the host is optional and defaults to https://api.lecomptoirdespharmacies.fr/v1
|
|
95
95
|
# See configuration.py for a list of all supported configuration parameters.
|
|
96
96
|
configuration = gen.client.Configuration(
|
|
97
|
-
host = "https://lecomptoirdespharmacies.fr/v1"
|
|
97
|
+
host = "https://api.lecomptoirdespharmacies.fr/v1"
|
|
98
98
|
)
|
|
99
99
|
|
|
100
100
|
|
|
@@ -78,7 +78,7 @@ class Configuration:
|
|
|
78
78
|
) -> None:
|
|
79
79
|
"""Constructor
|
|
80
80
|
"""
|
|
81
|
-
self._base_path = "https://lecomptoirdespharmacies.fr/v1" if host is None else host
|
|
81
|
+
self._base_path = "https://api.lecomptoirdespharmacies.fr/v1" if host is None else host
|
|
82
82
|
"""Default Base url
|
|
83
83
|
"""
|
|
84
84
|
self.server_index = 0 if server_index is None and host is None else server_index
|
|
@@ -395,7 +395,7 @@ class Configuration:
|
|
|
395
395
|
"""
|
|
396
396
|
return [
|
|
397
397
|
{
|
|
398
|
-
'url': "https://lecomptoirdespharmacies.fr/v1",
|
|
398
|
+
'url': "https://api.lecomptoirdespharmacies.fr/v1",
|
|
399
399
|
'description': "No description provided",
|
|
400
400
|
}
|
|
401
401
|
]
|
|
@@ -19,7 +19,6 @@ class ConfigurationBuilder:
|
|
|
19
19
|
"""NOTE: This class is auto generated by OpenAPI Generator
|
|
20
20
|
Do not edit the class manually.
|
|
21
21
|
|
|
22
|
-
:param base_path: Base path of the client
|
|
23
22
|
:param host: Host of the client
|
|
24
23
|
:param service_name: Client service name
|
|
25
24
|
:param is_secured:
|
|
@@ -29,16 +28,12 @@ class ConfigurationBuilder:
|
|
|
29
28
|
|
|
30
29
|
def __init__(self,
|
|
31
30
|
service_name="service",
|
|
32
|
-
base_path="api/v1",
|
|
33
31
|
host="localhost",
|
|
34
32
|
is_secured=False,
|
|
35
33
|
access_token=None,
|
|
36
34
|
**kwargs):
|
|
37
35
|
"""Constructor
|
|
38
36
|
"""
|
|
39
|
-
self.base_path = base_path
|
|
40
|
-
"""Server app base path
|
|
41
|
-
"""
|
|
42
37
|
self.host = host
|
|
43
38
|
"""Server host
|
|
44
39
|
"""
|
|
@@ -59,13 +54,13 @@ class ConfigurationBuilder:
|
|
|
59
54
|
:return: build configuration
|
|
60
55
|
"""
|
|
61
56
|
configuration = Configuration(**self.kwargs)
|
|
62
|
-
configuration.host = self.
|
|
57
|
+
configuration.host = self.get_host_from_upstream()
|
|
63
58
|
configuration.access_token = self.access_token
|
|
64
59
|
return configuration
|
|
65
60
|
|
|
66
|
-
def
|
|
67
|
-
""" Get api url from docker env upstream
|
|
68
|
-
:return:
|
|
61
|
+
def get_host_from_upstream(self):
|
|
62
|
+
""" Get api url from docker env upstream.
|
|
63
|
+
:return: api url
|
|
69
64
|
"""
|
|
70
65
|
|
|
71
66
|
port = self.get_port_from_upstream()
|
|
@@ -74,7 +69,7 @@ class ConfigurationBuilder:
|
|
|
74
69
|
|
|
75
70
|
protocol = "https" if self.is_secured else "http"
|
|
76
71
|
|
|
77
|
-
host_url = "{}://{}{}
|
|
72
|
+
host_url = "{}://{}{}".format(protocol, self.host, port_in_url)
|
|
78
73
|
|
|
79
74
|
return host_url
|
|
80
75
|
|
|
@@ -325,7 +325,7 @@ class NotificationApi:
|
|
|
325
325
|
|
|
326
326
|
return self.api_client.param_serialize(
|
|
327
327
|
method='GET',
|
|
328
|
-
resource_path='/notification',
|
|
328
|
+
resource_path='/v1/notification',
|
|
329
329
|
path_params=_path_params,
|
|
330
330
|
query_params=_query_params,
|
|
331
331
|
header_params=_header_params,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# gen.client.NotificationApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *https://lecomptoirdespharmacies.fr/v1*
|
|
3
|
+
All URIs are relative to *https://api.lecomptoirdespharmacies.fr/v1*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
@@ -23,10 +23,10 @@ from gen.client.models.notification_sending import NotificationSending
|
|
|
23
23
|
from gen.client.rest import ApiException
|
|
24
24
|
from pprint import pprint
|
|
25
25
|
|
|
26
|
-
# Defining the host is optional and defaults to https://lecomptoirdespharmacies.fr/v1
|
|
26
|
+
# Defining the host is optional and defaults to https://api.lecomptoirdespharmacies.fr/v1
|
|
27
27
|
# See configuration.py for a list of all supported configuration parameters.
|
|
28
28
|
configuration = gen.client.Configuration(
|
|
29
|
-
host = "https://lecomptoirdespharmacies.fr/v1"
|
|
29
|
+
host = "https://api.lecomptoirdespharmacies.fr/v1"
|
|
30
30
|
)
|
|
31
31
|
|
|
32
32
|
|
|
@@ -78,7 +78,7 @@ class Configuration:
|
|
|
78
78
|
) -> None:
|
|
79
79
|
"""Constructor
|
|
80
80
|
"""
|
|
81
|
-
self._base_path = "https://lecomptoirdespharmacies.fr/v1" if host is None else host
|
|
81
|
+
self._base_path = "https://api.lecomptoirdespharmacies.fr/v1" if host is None else host
|
|
82
82
|
"""Default Base url
|
|
83
83
|
"""
|
|
84
84
|
self.server_index = 0 if server_index is None and host is None else server_index
|
|
@@ -395,7 +395,7 @@ class Configuration:
|
|
|
395
395
|
"""
|
|
396
396
|
return [
|
|
397
397
|
{
|
|
398
|
-
'url': "https://lecomptoirdespharmacies.fr/v1",
|
|
398
|
+
'url': "https://api.lecomptoirdespharmacies.fr/v1",
|
|
399
399
|
'description': "No description provided",
|
|
400
400
|
}
|
|
401
401
|
]
|
|
@@ -19,7 +19,6 @@ class ConfigurationBuilder:
|
|
|
19
19
|
"""NOTE: This class is auto generated by OpenAPI Generator
|
|
20
20
|
Do not edit the class manually.
|
|
21
21
|
|
|
22
|
-
:param base_path: Base path of the client
|
|
23
22
|
:param host: Host of the client
|
|
24
23
|
:param service_name: Client service name
|
|
25
24
|
:param is_secured:
|
|
@@ -29,16 +28,12 @@ class ConfigurationBuilder:
|
|
|
29
28
|
|
|
30
29
|
def __init__(self,
|
|
31
30
|
service_name="service",
|
|
32
|
-
base_path="api/v1",
|
|
33
31
|
host="localhost",
|
|
34
32
|
is_secured=False,
|
|
35
33
|
access_token=None,
|
|
36
34
|
**kwargs):
|
|
37
35
|
"""Constructor
|
|
38
36
|
"""
|
|
39
|
-
self.base_path = base_path
|
|
40
|
-
"""Server app base path
|
|
41
|
-
"""
|
|
42
37
|
self.host = host
|
|
43
38
|
"""Server host
|
|
44
39
|
"""
|
|
@@ -59,13 +54,13 @@ class ConfigurationBuilder:
|
|
|
59
54
|
:return: build configuration
|
|
60
55
|
"""
|
|
61
56
|
configuration = Configuration(**self.kwargs)
|
|
62
|
-
configuration.host = self.
|
|
57
|
+
configuration.host = self.get_host_from_upstream()
|
|
63
58
|
configuration.access_token = self.access_token
|
|
64
59
|
return configuration
|
|
65
60
|
|
|
66
|
-
def
|
|
67
|
-
""" Get api url from docker env upstream
|
|
68
|
-
:return:
|
|
61
|
+
def get_host_from_upstream(self):
|
|
62
|
+
""" Get api url from docker env upstream.
|
|
63
|
+
:return: api url
|
|
69
64
|
"""
|
|
70
65
|
|
|
71
66
|
port = self.get_port_from_upstream()
|
|
@@ -74,7 +69,7 @@ class ConfigurationBuilder:
|
|
|
74
69
|
|
|
75
70
|
protocol = "https" if self.is_secured else "http"
|
|
76
71
|
|
|
77
|
-
host_url = "{}://{}{}
|
|
72
|
+
host_url = "{}://{}{}".format(protocol, self.host, port_in_url)
|
|
78
73
|
|
|
79
74
|
return host_url
|
|
80
75
|
|
|
@@ -275,7 +275,7 @@ class SearchSaleOfferApi:
|
|
|
275
275
|
|
|
276
276
|
return self.api_client.param_serialize(
|
|
277
277
|
method='GET',
|
|
278
|
-
resource_path='/sale-offers/{saleOfferStatus}',
|
|
278
|
+
resource_path='/v1/sale-offers/{saleOfferStatus}',
|
|
279
279
|
path_params=_path_params,
|
|
280
280
|
query_params=_query_params,
|
|
281
281
|
header_params=_header_params,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# gen.client.SearchSaleOfferApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *https://lecomptoirdespharmacies.fr/v1*
|
|
3
|
+
All URIs are relative to *https://api.lecomptoirdespharmacies.fr/v1*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
@@ -21,10 +21,10 @@ from gen.client.models.sale_offer_status import SaleOfferStatus
|
|
|
21
21
|
from gen.client.rest import ApiException
|
|
22
22
|
from pprint import pprint
|
|
23
23
|
|
|
24
|
-
# Defining the host is optional and defaults to https://lecomptoirdespharmacies.fr/v1
|
|
24
|
+
# Defining the host is optional and defaults to https://api.lecomptoirdespharmacies.fr/v1
|
|
25
25
|
# See configuration.py for a list of all supported configuration parameters.
|
|
26
26
|
configuration = gen.client.Configuration(
|
|
27
|
-
host = "https://lecomptoirdespharmacies.fr/v1"
|
|
27
|
+
host = "https://api.lecomptoirdespharmacies.fr/v1"
|
|
28
28
|
)
|
|
29
29
|
|
|
30
30
|
|
|
@@ -18,7 +18,6 @@ class ConfigurationBuilder:
|
|
|
18
18
|
"""NOTE: This class is auto generated by OpenAPI Generator
|
|
19
19
|
Do not edit the class manually.
|
|
20
20
|
|
|
21
|
-
:param base_path: Base path of the client
|
|
22
21
|
:param host: Host of the client
|
|
23
22
|
:param service_name: Client service name
|
|
24
23
|
:param is_secured:
|
|
@@ -28,16 +27,12 @@ class ConfigurationBuilder:
|
|
|
28
27
|
|
|
29
28
|
def __init__(self,
|
|
30
29
|
service_name="service",
|
|
31
|
-
base_path="api/v1",
|
|
32
30
|
host="localhost",
|
|
33
31
|
is_secured=False,
|
|
34
32
|
access_token=None,
|
|
35
33
|
**kwargs):
|
|
36
34
|
"""Constructor
|
|
37
35
|
"""
|
|
38
|
-
self.base_path = base_path
|
|
39
|
-
"""Server app base path
|
|
40
|
-
"""
|
|
41
36
|
self.host = host
|
|
42
37
|
"""Server host
|
|
43
38
|
"""
|
|
@@ -58,13 +53,13 @@ class ConfigurationBuilder:
|
|
|
58
53
|
:return: build configuration
|
|
59
54
|
"""
|
|
60
55
|
configuration = Configuration(**self.kwargs)
|
|
61
|
-
configuration.host = self.
|
|
56
|
+
configuration.host = self.get_host_from_upstream()
|
|
62
57
|
configuration.access_token = self.access_token
|
|
63
58
|
return configuration
|
|
64
59
|
|
|
65
|
-
def
|
|
66
|
-
""" Get api url from docker env upstream
|
|
67
|
-
:return:
|
|
60
|
+
def get_host_from_upstream(self):
|
|
61
|
+
""" Get api url from docker env upstream.
|
|
62
|
+
:return: api url
|
|
68
63
|
"""
|
|
69
64
|
|
|
70
65
|
port = self.get_port_from_upstream()
|
|
@@ -73,7 +68,7 @@ class ConfigurationBuilder:
|
|
|
73
68
|
|
|
74
69
|
protocol = "https" if self.is_secured else "http"
|
|
75
70
|
|
|
76
|
-
host_url = "{}://{}{}
|
|
71
|
+
host_url = "{}://{}{}".format(protocol, self.host, port_in_url)
|
|
77
72
|
|
|
78
73
|
return host_url
|
|
79
74
|
|
|
@@ -78,7 +78,7 @@ class Configuration:
|
|
|
78
78
|
) -> None:
|
|
79
79
|
"""Constructor
|
|
80
80
|
"""
|
|
81
|
-
self._base_path = "https://lecomptoirdespharmacies.fr/v1" if host is None else host
|
|
81
|
+
self._base_path = "https://api.lecomptoirdespharmacies.fr/v1" if host is None else host
|
|
82
82
|
"""Default Base url
|
|
83
83
|
"""
|
|
84
84
|
self.server_index = 0 if server_index is None and host is None else server_index
|
|
@@ -395,7 +395,7 @@ class Configuration:
|
|
|
395
395
|
"""
|
|
396
396
|
return [
|
|
397
397
|
{
|
|
398
|
-
'url': "https://lecomptoirdespharmacies.fr/v1",
|
|
398
|
+
'url': "https://api.lecomptoirdespharmacies.fr/v1",
|
|
399
399
|
'description': "No description provided",
|
|
400
400
|
}
|
|
401
401
|
]
|
|
@@ -19,7 +19,6 @@ class ConfigurationBuilder:
|
|
|
19
19
|
"""NOTE: This class is auto generated by OpenAPI Generator
|
|
20
20
|
Do not edit the class manually.
|
|
21
21
|
|
|
22
|
-
:param base_path: Base path of the client
|
|
23
22
|
:param host: Host of the client
|
|
24
23
|
:param service_name: Client service name
|
|
25
24
|
:param is_secured:
|
|
@@ -29,16 +28,12 @@ class ConfigurationBuilder:
|
|
|
29
28
|
|
|
30
29
|
def __init__(self,
|
|
31
30
|
service_name="service",
|
|
32
|
-
base_path="api/v1",
|
|
33
31
|
host="localhost",
|
|
34
32
|
is_secured=False,
|
|
35
33
|
access_token=None,
|
|
36
34
|
**kwargs):
|
|
37
35
|
"""Constructor
|
|
38
36
|
"""
|
|
39
|
-
self.base_path = base_path
|
|
40
|
-
"""Server app base path
|
|
41
|
-
"""
|
|
42
37
|
self.host = host
|
|
43
38
|
"""Server host
|
|
44
39
|
"""
|
|
@@ -59,13 +54,13 @@ class ConfigurationBuilder:
|
|
|
59
54
|
:return: build configuration
|
|
60
55
|
"""
|
|
61
56
|
configuration = Configuration(**self.kwargs)
|
|
62
|
-
configuration.host = self.
|
|
57
|
+
configuration.host = self.get_host_from_upstream()
|
|
63
58
|
configuration.access_token = self.access_token
|
|
64
59
|
return configuration
|
|
65
60
|
|
|
66
|
-
def
|
|
67
|
-
""" Get api url from docker env upstream
|
|
68
|
-
:return:
|
|
61
|
+
def get_host_from_upstream(self):
|
|
62
|
+
""" Get api url from docker env upstream.
|
|
63
|
+
:return: api url
|
|
69
64
|
"""
|
|
70
65
|
|
|
71
66
|
port = self.get_port_from_upstream()
|
|
@@ -74,7 +69,7 @@ class ConfigurationBuilder:
|
|
|
74
69
|
|
|
75
70
|
protocol = "https" if self.is_secured else "http"
|
|
76
71
|
|
|
77
|
-
host_url = "{}://{}{}
|
|
72
|
+
host_url = "{}://{}{}".format(protocol, self.host, port_in_url)
|
|
78
73
|
|
|
79
74
|
return host_url
|
|
80
75
|
|