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.
Files changed (372) hide show
  1. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/PKG-INFO +1 -1
  2. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/python_rest_client_codegen.egg-info/PKG-INFO +1 -1
  3. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/main/resources/python/lcdp/api.mustache +1 -1
  4. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/main/resources/python/lcdp/configuration_builder.mustache +5 -10
  5. {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
  6. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/apiKey/gen/client/configuration.py +2 -2
  7. {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
  8. {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
  9. {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
  10. {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
  11. {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
  12. {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
  13. {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
  14. {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
  15. {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
  16. {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
  17. {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
  18. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/enumPathParam/gen/client/configuration.py +2 -2
  19. {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
  20. {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
  21. {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
  22. {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
  23. {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
  24. {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
  25. {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
  26. {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
  27. python_rest_client_codegen-1.10.1/src/test/resources/oneOfWithDiscriminator/gen/client/configuration.py +451 -0
  28. python_rest_client_codegen-1.10.1/src/test/resources/oneOfWithDiscriminator/gen/client/configuration_builder.py +90 -0
  29. {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
  30. {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
  31. python_rest_client_codegen-1.10.1/src/test/resources/orderedTags/gen/client/configuration.py +451 -0
  32. python_rest_client_codegen-1.10.1/src/test/resources/orderedTags/gen/client/configuration_builder.py +90 -0
  33. {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
  34. {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
  35. {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
  36. {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
  37. {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
  38. {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
  39. {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
  40. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/configuration.py +5 -5
  41. {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
  42. {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
  43. {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
  44. {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
  45. {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
  46. {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
  47. {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
  48. {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
  49. {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
  50. {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
  51. {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
  52. {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
  53. {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
  54. {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
  55. {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
  56. python_rest_client_codegen-1.10.1/src/test/resources/simpleCode/gen/client/configuration.py +451 -0
  57. python_rest_client_codegen-1.10.1/src/test/resources/simpleCode/gen/client/configuration_builder.py +90 -0
  58. {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
  59. {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
  60. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/xRestrict/gen/client/configuration.py +2 -2
  61. python_rest_client_codegen-1.10.1/src/test/resources/xRestrict/gen/client/configuration_builder.py +90 -0
  62. {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
  63. {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
  64. python_rest_client_codegen-1.9.1/src/test/resources/oneOfWithDiscriminator/gen/client/configuration.py +0 -451
  65. python_rest_client_codegen-1.9.1/src/test/resources/oneOfWithDiscriminator/gen/client/configuration_builder.py +0 -95
  66. python_rest_client_codegen-1.9.1/src/test/resources/orderedTags/gen/client/configuration.py +0 -451
  67. python_rest_client_codegen-1.9.1/src/test/resources/orderedTags/gen/client/configuration_builder.py +0 -95
  68. python_rest_client_codegen-1.9.1/src/test/resources/simpleCode/gen/client/configuration.py +0 -451
  69. python_rest_client_codegen-1.9.1/src/test/resources/simpleCode/gen/client/configuration_builder.py +0 -95
  70. python_rest_client_codegen-1.9.1/src/test/resources/xRestrict/gen/client/configuration_builder.py +0 -95
  71. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/MANIFEST.in +0 -0
  72. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/README.md +0 -0
  73. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/ghost_package/__init__.py +0 -0
  74. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/ghost_package/codegen.py +0 -0
  75. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/pom.xml +0 -0
  76. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/python_rest_client_codegen.egg-info/SOURCES.txt +0 -0
  77. {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
  78. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/python_rest_client_codegen.egg-info/requires.txt +0 -0
  79. {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
  80. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/setup.cfg +0 -0
  81. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/setup.py +0 -0
  82. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/main/java/fr/lcdp/codegen/PythonRestClientCodegen.java +0 -0
  83. {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
  84. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/main/resources/python/lcdp/__init__api.mustache +0 -0
  85. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/main/resources/python/lcdp/__init__package.mustache +0 -0
  86. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/main/resources/python/lcdp/api_client.mustache +0 -0
  87. {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
  88. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/main/resources/python/lcdp/model.mustache +0 -0
  89. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/main/resources/python/lcdp/model_generic.mustache +0 -0
  90. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/main/resources/python/lcdp/partial_api.mustache +0 -0
  91. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/java/DirectoryUtils.java +0 -0
  92. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/java/PythonRestClientCodegenTest.java +0 -0
  93. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/apiKey/gen/__init__.py +0 -0
  94. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/apiKey/gen/client/__init__.py +0 -0
  95. {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
  96. {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
  97. {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
  98. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/apiKey/gen/client/exceptions.py +0 -0
  99. {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
  100. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/apiKey/gen/client/rest.py +0 -0
  101. {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
  102. {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
  103. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/arrayOfReferencedEnum/gen/__init__.py +0 -0
  104. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/arrayOfReferencedEnum/gen/client/__init__.py +0 -0
  105. {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
  106. {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
  107. {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
  108. {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
  109. {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
  110. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/arrayOfReferencedEnum/gen/client/exceptions.py +0 -0
  111. {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
  112. {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
  113. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/arrayOfReferencedEnum/gen/client/rest.py +0 -0
  114. {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
  115. {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
  116. {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
  117. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/__init__.py +0 -0
  118. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/__init__.py +0 -0
  119. {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
  120. {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
  121. {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
  122. {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
  123. {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
  124. {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
  125. {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
  126. {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
  127. {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
  128. {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
  129. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/exceptions.py +0 -0
  130. {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
  131. {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
  132. {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
  133. {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
  134. {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
  135. {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
  136. {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
  137. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/codeWithInheritance/gen/client/rest.py +0 -0
  138. {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
  139. {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
  140. {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
  141. {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
  142. {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
  143. {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
  144. {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
  145. {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
  146. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/enumPathParam/gen/__init__.py +0 -0
  147. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/enumPathParam/gen/client/__init__.py +0 -0
  148. {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
  149. {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
  150. {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
  151. {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
  152. {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
  153. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/enumPathParam/gen/client/exceptions.py +0 -0
  154. {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
  155. {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
  156. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/enumPathParam/gen/client/rest.py +0 -0
  157. {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
  158. {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
  159. {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
  160. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/__init__.py +0 -0
  161. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/__init__.py +0 -0
  162. {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
  163. {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
  164. {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
  165. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/configuration.py +0 -0
  166. {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
  167. {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
  168. {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
  169. {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
  170. {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
  171. {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
  172. {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
  173. {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
  174. {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
  175. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/exceptions.py +0 -0
  176. {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
  177. {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
  178. {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
  179. {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
  180. {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
  181. {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
  182. {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
  183. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/multipleOneOfWithDiscriminator/gen/client/rest.py +0 -0
  184. {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
  185. {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
  186. {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
  187. {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
  188. {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
  189. {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
  190. {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
  191. {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
  192. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/nullableRef/gen/__init__.py +0 -0
  193. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/nullableRef/gen/client/__init__.py +0 -0
  194. {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
  195. {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
  196. {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
  197. {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
  198. {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
  199. {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
  200. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/nullableRef/gen/client/exceptions.py +0 -0
  201. {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
  202. {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
  203. {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
  204. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/nullableRef/gen/client/rest.py +0 -0
  205. {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
  206. {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
  207. {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
  208. {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
  209. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/__init__.py +0 -0
  210. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/__init__.py +0 -0
  211. {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
  212. {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
  213. {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
  214. {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
  215. {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
  216. {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
  217. {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
  218. {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
  219. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/exceptions.py +0 -0
  220. {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
  221. {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
  222. {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
  223. {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
  224. {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
  225. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/oneOfWithDiscriminator/gen/client/rest.py +0 -0
  226. {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
  227. {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
  228. {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
  229. {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
  230. {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
  231. {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
  232. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/orderedTags/gen/__init__.py +0 -0
  233. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/orderedTags/gen/client/__init__.py +0 -0
  234. {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
  235. {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
  236. {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
  237. {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
  238. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/orderedTags/gen/client/exceptions.py +0 -0
  239. {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
  240. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/orderedTags/gen/client/rest.py +0 -0
  241. {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
  242. {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
  243. {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
  244. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/__init__.py +0 -0
  245. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/client/__init__.py +0 -0
  246. {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
  247. {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
  248. {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
  249. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/client/configuration.py +0 -0
  250. {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
  251. {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
  252. {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
  253. {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
  254. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/client/exceptions.py +0 -0
  255. {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
  256. {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
  257. {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
  258. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/petStore/gen/client/rest.py +0 -0
  259. {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
  260. {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
  261. {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
  262. {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
  263. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/__init__.py +0 -0
  264. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/__init__.py +0 -0
  265. {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
  266. {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
  267. {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
  268. {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
  269. {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
  270. {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
  271. {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
  272. {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
  273. {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
  274. {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
  275. {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
  276. {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
  277. {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
  278. {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
  279. {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
  280. {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
  281. {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
  282. {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
  283. {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
  284. {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
  285. {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
  286. {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
  287. {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
  288. {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
  289. {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
  290. {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
  291. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/exceptions.py +0 -0
  292. {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
  293. {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
  294. {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
  295. {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
  296. {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
  297. {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
  298. {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
  299. {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
  300. {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
  301. {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
  302. {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
  303. {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
  304. {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
  305. {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
  306. {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
  307. {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
  308. {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
  309. {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
  310. {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
  311. {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
  312. {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
  313. {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
  314. {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
  315. {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
  316. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/productApi/gen/client/rest.py +0 -0
  317. {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
  318. {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
  319. {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
  320. {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
  321. {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
  322. {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
  323. {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
  324. {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
  325. {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
  326. {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
  327. {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
  328. {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
  329. {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
  330. {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
  331. {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
  332. {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
  333. {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
  334. {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
  335. {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
  336. {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
  337. {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
  338. {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
  339. {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
  340. {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
  341. {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
  342. {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
  343. {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
  344. {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
  345. {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
  346. {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
  347. {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
  348. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/simpleCode/gen/__init__.py +0 -0
  349. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/simpleCode/gen/client/__init__.py +0 -0
  350. {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
  351. {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
  352. {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
  353. {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
  354. {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
  355. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/simpleCode/gen/client/exceptions.py +0 -0
  356. {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
  357. {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
  358. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/simpleCode/gen/client/rest.py +0 -0
  359. {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
  360. {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
  361. {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
  362. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/xRestrict/gen/__init__.py +0 -0
  363. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/xRestrict/gen/client/__init__.py +0 -0
  364. {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
  365. {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
  366. {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
  367. {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
  368. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/xRestrict/gen/client/exceptions.py +0 -0
  369. {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
  370. {python_rest_client_codegen-1.9.1 → python_rest_client_codegen-1.10.1}/src/test/resources/xRestrict/gen/client/rest.py +0 -0
  371. {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
  372. {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.9.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.9.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.get_host_from_upstream_and_path()
46
+ configuration.host = self.get_host_from_upstream()
52
47
  configuration.access_token = self.access_token
53
48
  return configuration
54
49
 
55
- def get_host_from_upstream_and_path(self):
56
- """ Get api url from docker env upstream and path.
57
- :return: apr url
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 = "{}://{}{}/{}".format(protocol, self.host, port_in_url, self.base_path)
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': '/api/v1/rfis', 'method': 'POST'}
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/api/v1" if host is None else host
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/api/v1",
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.get_host_from_upstream_and_path()
57
+ configuration.host = self.get_host_from_upstream()
63
58
  configuration.access_token = self.access_token
64
59
  return configuration
65
60
 
66
- def get_host_from_upstream_and_path(self):
67
- """ Get api url from docker env upstream and path.
68
- :return: apr url
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 = "{}://{}{}/{}".format(protocol, self.host, port_in_url, self.base_path)
72
+ host_url = "{}://{}{}".format(protocol, self.host, port_in_url)
78
73
 
79
74
  return host_url
80
75
 
@@ -259,7 +259,7 @@ class ManageRfiApi:
259
259
 
260
260
  return self.api_client.param_serialize(
261
261
  method='POST',
262
- resource_path='/rfis',
262
+ resource_path='/v1/rfis',
263
263
  path_params=_path_params,
264
264
  query_params=_query_params,
265
265
  header_params=_header_params,
@@ -1,6 +1,6 @@
1
1
  # gen.client.ManageRfiApi
2
2
 
3
- All URIs are relative to *https://lecomptoirdespharmacies.fr/api/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 @@ 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/api/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/api/v1"
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.get_host_from_upstream_and_path()
57
+ configuration.host = self.get_host_from_upstream()
63
58
  configuration.access_token = self.access_token
64
59
  return configuration
65
60
 
66
- def get_host_from_upstream_and_path(self):
67
- """ Get api url from docker env upstream and path.
68
- :return: apr url
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 = "{}://{}{}/{}".format(protocol, self.host, port_in_url, self.base_path)
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.get_host_from_upstream_and_path()
57
+ configuration.host = self.get_host_from_upstream()
63
58
  configuration.access_token = self.access_token
64
59
  return configuration
65
60
 
66
- def get_host_from_upstream_and_path(self):
67
- """ Get api url from docker env upstream and path.
68
- :return: apr url
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 = "{}://{}{}/{}".format(protocol, self.host, port_in_url, self.base_path)
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.get_host_from_upstream_and_path()
57
+ configuration.host = self.get_host_from_upstream()
63
58
  configuration.access_token = self.access_token
64
59
  return configuration
65
60
 
66
- def get_host_from_upstream_and_path(self):
67
- """ Get api url from docker env upstream and path.
68
- :return: apr url
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 = "{}://{}{}/{}".format(protocol, self.host, port_in_url, self.base_path)
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.get_host_from_upstream_and_path()
56
+ configuration.host = self.get_host_from_upstream()
62
57
  configuration.access_token = self.access_token
63
58
  return configuration
64
59
 
65
- def get_host_from_upstream_and_path(self):
66
- """ Get api url from docker env upstream and path.
67
- :return: apr url
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 = "{}://{}{}/{}".format(protocol, self.host, port_in_url, self.base_path)
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.get_host_from_upstream_and_path()
57
+ configuration.host = self.get_host_from_upstream()
63
58
  configuration.access_token = self.access_token
64
59
  return configuration
65
60
 
66
- def get_host_from_upstream_and_path(self):
67
- """ Get api url from docker env upstream and path.
68
- :return: apr url
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 = "{}://{}{}/{}".format(protocol, self.host, port_in_url, self.base_path)
72
+ host_url = "{}://{}{}".format(protocol, self.host, port_in_url)
78
73
 
79
74
  return host_url
80
75
 
@@ -262,7 +262,7 @@ class AuthApi:
262
262
 
263
263
  return self.api_client.param_serialize(
264
264
  method='GET',
265
- resource_path='/sessions',
265
+ resource_path='/v1/sessions',
266
266
  path_params=_path_params,
267
267
  query_params=_query_params,
268
268
  header_params=_header_params,