wink-sdk-travel-agent 0.0.41__py3-none-any.whl → 0.0.43__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of wink-sdk-travel-agent might be problematic. Click here for more details.

Files changed (104) hide show
  1. wink_sdk_travel_agent/__init__.py +328 -101
  2. wink_sdk_travel_agent/api/__init__.py +18 -1
  3. wink_sdk_travel_agent/api/analytics_api.py +671 -0
  4. wink_sdk_travel_agent/api/travel_agent_api.py +1 -324
  5. wink_sdk_travel_agent/api_client.py +9 -2
  6. wink_sdk_travel_agent/configuration.py +3 -3
  7. wink_sdk_travel_agent/exceptions.py +1 -1
  8. wink_sdk_travel_agent/models/__init__.py +114 -9
  9. wink_sdk_travel_agent/models/agent_booking_request_agent.py +4 -4
  10. wink_sdk_travel_agent/models/aggregate_descriptor_agent.py +1 -1
  11. wink_sdk_travel_agent/models/authenticated_user_agent.py +3 -2
  12. wink_sdk_travel_agent/models/bed_agent.py +1 -1
  13. wink_sdk_travel_agent/models/bedroom_agent.py +1 -1
  14. wink_sdk_travel_agent/models/bedroom_configuration_agent.py +3 -2
  15. wink_sdk_travel_agent/models/beneficiary_agent.py +1 -1
  16. wink_sdk_travel_agent/models/beneficiary_charge_agent.py +1 -1
  17. wink_sdk_travel_agent/models/booking_agent.py +29 -28
  18. wink_sdk_travel_agent/models/booking_analytics_supplier.py +96 -0
  19. wink_sdk_travel_agent/models/booking_ancillary_agent.py +7 -6
  20. wink_sdk_travel_agent/models/booking_confirmations_agent.py +1 -1
  21. wink_sdk_travel_agent/models/booking_contract_agent.py +13 -12
  22. wink_sdk_travel_agent/models/booking_contract_item_agent.py +4 -4
  23. wink_sdk_travel_agent/models/booking_contract_payment_details_agent.py +1 -1
  24. wink_sdk_travel_agent/models/booking_itinerary_agent.py +5 -5
  25. wink_sdk_travel_agent/models/booking_itinerary_room_configuration_agent.py +1 -1
  26. wink_sdk_travel_agent/models/booking_itinerary_room_configuration_child_agent.py +1 -1
  27. wink_sdk_travel_agent/models/booking_overview_request_supplier.py +97 -0
  28. wink_sdk_travel_agent/models/booking_user_agent.py +3 -2
  29. wink_sdk_travel_agent/models/booking_user_request_agent.py +1 -1
  30. wink_sdk_travel_agent/models/booking_user_session_agent.py +1 -1
  31. wink_sdk_travel_agent/models/boolean_response_agent.py +1 -1
  32. wink_sdk_travel_agent/models/cancellation_detail_agent.py +1 -1
  33. wink_sdk_travel_agent/models/cancellation_policy_exception_agent.py +3 -3
  34. wink_sdk_travel_agent/models/cancellation_policy_exceptions_agent.py +1 -1
  35. wink_sdk_travel_agent/models/cancellation_policy_lightweight_agent.py +4 -3
  36. wink_sdk_travel_agent/models/chart_category_axis_supplier.py +88 -0
  37. wink_sdk_travel_agent/models/chart_legend_supplier.py +88 -0
  38. wink_sdk_travel_agent/models/chart_series_supplier.py +90 -0
  39. wink_sdk_travel_agent/models/chart_title_supplier.py +88 -0
  40. wink_sdk_travel_agent/models/child_agent.py +1 -1
  41. wink_sdk_travel_agent/models/commissionable_entry_agent.py +1 -1
  42. wink_sdk_travel_agent/models/composite_filter_descriptor_agent.py +1 -1
  43. wink_sdk_travel_agent/models/contact_agent.py +1 -1
  44. wink_sdk_travel_agent/models/country_lightweight_agent.py +1 -1
  45. wink_sdk_travel_agent/models/create_agent_booking400_response.py +1 -1
  46. wink_sdk_travel_agent/models/create_agent_booking_request_agent.py +1 -1
  47. wink_sdk_travel_agent/models/custom_monetary_amount.py +1 -1
  48. wink_sdk_travel_agent/models/customization_lightweight_agent.py +5 -4
  49. wink_sdk_travel_agent/models/customization_theme_colors_agent.py +1 -1
  50. wink_sdk_travel_agent/models/extra_charge_agent.py +1 -1
  51. wink_sdk_travel_agent/models/extra_charges_agent.py +1 -1
  52. wink_sdk_travel_agent/models/filter_descriptor_agent.py +1 -1
  53. wink_sdk_travel_agent/models/general_manager_agent.py +1 -1
  54. wink_sdk_travel_agent/models/generic_error_message.py +4 -6
  55. wink_sdk_travel_agent/models/geo_json_point_agent.py +1 -1
  56. wink_sdk_travel_agent/models/geo_name_lightweight_agent.py +1 -1
  57. wink_sdk_travel_agent/models/group_descriptor_agent.py +1 -1
  58. wink_sdk_travel_agent/models/grouped_booking_sales_metrics_supplier_details.py +110 -0
  59. wink_sdk_travel_agent/models/guest_room_lightweight_agent.py +5 -4
  60. wink_sdk_travel_agent/models/guest_user_agent.py +3 -2
  61. wink_sdk_travel_agent/models/line_chart_supplier.py +122 -0
  62. wink_sdk_travel_agent/models/localized_description_agent.py +1 -1
  63. wink_sdk_travel_agent/models/localized_price_agent.py +4 -4
  64. wink_sdk_travel_agent/models/media_author_attribution_agent.py +1 -1
  65. wink_sdk_travel_agent/models/page_booking_agent.py +4 -4
  66. wink_sdk_travel_agent/models/pageable_object_agent.py +1 -1
  67. wink_sdk_travel_agent/models/payout_agent.py +4 -3
  68. wink_sdk_travel_agent/models/payout_fee_agent.py +3 -2
  69. wink_sdk_travel_agent/models/perk_lightweight_agent.py +1 -1
  70. wink_sdk_travel_agent/models/personal_agent.py +1 -1
  71. wink_sdk_travel_agent/models/preferences_agent.py +1 -1
  72. wink_sdk_travel_agent/models/profile_lightweight_agent.py +4 -4
  73. wink_sdk_travel_agent/models/profile_user_agent.py +1 -1
  74. wink_sdk_travel_agent/models/property_aggregate_lightweight_agent.py +6 -3
  75. wink_sdk_travel_agent/models/property_policy_agent.py +1 -1
  76. wink_sdk_travel_agent/models/quote_lightweight_agent.py +1 -1
  77. wink_sdk_travel_agent/models/rate_plan_level_fee_agent.py +1 -1
  78. wink_sdk_travel_agent/models/refund_agent.py +1 -1
  79. wink_sdk_travel_agent/models/review_answer_agent.py +3 -3
  80. wink_sdk_travel_agent/models/review_lightweight_agent.py +5 -4
  81. wink_sdk_travel_agent/models/review_user_agent.py +3 -2
  82. wink_sdk_travel_agent/models/room_configuration_agent.py +1 -1
  83. wink_sdk_travel_agent/models/room_configuration_price_rate_plan_agent.py +3 -2
  84. wink_sdk_travel_agent/models/room_stay_agent.py +6 -5
  85. wink_sdk_travel_agent/models/simple_address_agent.py +1 -1
  86. wink_sdk_travel_agent/models/simple_date_time_itinerary_agent.py +5 -5
  87. wink_sdk_travel_agent/models/simple_description_agent.py +1 -1
  88. wink_sdk_travel_agent/models/simple_multimedia_agent.py +3 -2
  89. wink_sdk_travel_agent/models/social_agent.py +1 -1
  90. wink_sdk_travel_agent/models/sort_descriptor_agent.py +1 -1
  91. wink_sdk_travel_agent/models/sort_object_agent.py +1 -1
  92. wink_sdk_travel_agent/models/state_agent.py +1 -1
  93. wink_sdk_travel_agent/models/stay_rate_agent.py +5 -5
  94. wink_sdk_travel_agent/models/sub_country_lightweight_agent.py +1 -1
  95. wink_sdk_travel_agent/models/sub_sub_country_lightweight_agent.py +1 -1
  96. wink_sdk_travel_agent/models/supplier_contract_item_policy_agent.py +1 -1
  97. wink_sdk_travel_agent/models/travel_inventory_recognition_agent.py +3 -2
  98. wink_sdk_travel_agent/rest.py +1 -1
  99. {wink_sdk_travel_agent-0.0.41.dist-info → wink_sdk_travel_agent-0.0.43.dist-info}/METADATA +24 -24
  100. wink_sdk_travel_agent-0.0.43.dist-info/RECORD +143 -0
  101. wink_sdk_travel_agent-0.0.41.dist-info/RECORD +0 -134
  102. {wink_sdk_travel_agent-0.0.41.dist-info → wink_sdk_travel_agent-0.0.43.dist-info}/WHEEL +0 -0
  103. {wink_sdk_travel_agent-0.0.41.dist-info → wink_sdk_travel_agent-0.0.43.dist-info}/licenses/LICENSE +0 -0
  104. {wink_sdk_travel_agent-0.0.41.dist-info → wink_sdk_travel_agent-0.0.43.dist-info}/top_level.txt +0 -0
@@ -5,7 +5,7 @@
5
5
 
6
6
  # Introduction Welcome to the Wink API - A programmer-friendly way to manage, sell and book travel inventory on the Wink platform. The API gives you all the tools you need to ready your properties and inventory for sale across 1000s of our native sales channels. Integrators, affiliates, travel agents and content creators have the ability search for your travel inventory and promote / sell it in a wide variety of ways. # Integrations We have already integrated with the most well-known channel managers so you don't have to. To see our current integrations, please go to https://extranet.wink.travel and scroll to Connectivity section. Once your properties are set up, you can finish the setup by mapping your property to Wink using your channel manager partner portal. If your properties don't have a channel manager, you can easily manage rates and availability with this API. # Intended Audience Programmers are [most likely] a requirement to start integrating with Wink. Companies and organizations that would most benefit from integrating with us are new and existing travel companies that have relationships with suppliers and that need an advanced system from which to manage their travel inventory and get that same inventory out to as many eyeballs as possible at the lowest price possible. - Hotel chains - Hotel brands - Travel tech companies - Destination sites - Integrators - Aggregators - Destination management companies - Travel agencies - OTAs ## APIs Not every integrator needs every API. For that reason, we have separated APIs into context. ### Test API - [Ping](/ping): The Ping API is a quick test endpoint to verify that your credentials work Wink. ### Common APIs - [Notifications](/notifications): The Notifications API is a way for us to stay in touch with your user, property or affiliate account. - [User Settings](/user-settings): The User Settings API exposes endpoints to allow 3rd party integrators to communicate with Wink. ### Consume APIs Consume endpoints are for developers who want to find existing travel inventory and either book it or use it to advertise through one of their Wink affiliate accounts. - [Configuration](/customization-client): A single endpoint to retrieve whitelabel + customization information for the booking customization. - [Lookup](/lookup): All APIs related to locating inventory by region, locale and property flags. - [Inventory](/inventory): All APIs related to retrieve known travel inventory as it was found using the Lookup API.. - [Booking](/booking): All APIs related to creating bookings on the platform. - [Travel Agent](/travel-agent): The Travel Agent API exposes endpoints to manage agent-facilitated bookings. ### Produce APIs Produce endpoints are for developers who want to create and manage travel inventory. #### Property - [Property registration](/extranet/property/register): As a producer, this is, oftentimes, where you start your journey. These endpoints let you create properties on Wink. - [Property](/extranet/property): This collection of property endpoints are mostly management endpoints that let you display, change status and similar for your existing properties. - [Facilities](/extranet/facilities): This collection of endpoints let you manage facilities; such as room types. - [Experiences](/extranet/experiences): This collection of endpoints let you manage experiences, such as activities. - [Monetize](/extranet/monetize): The Monetize API exposes endpoints for managing cancellation polies, rate plans, promotions and more on Wink. - [Distribution](/extranet/distribution): The Distribution API exposes endpoints for sales channels, connecting with affiliates, managing rates and inventory calendars and more on Wink. - [Property Booking](/extranet/booking): The Property Booking API exposes endpoints for managing bookings and reviews at the property-level. #### Affiliate - [Affiliate](/affiliate): This collection of affiliate endpoints are mostly management endpoints that let you display, change status and similar for your existing accounts. - [Browse](/affiliate/browse): The Browse API exposes endpoints for affiliates to find suppliers and inventory to sell. - [Inventory](/affiliate/inventory): The Inventory API exposes endpoints for affiliates to manage the inventory they want to sell and how they want to sell it. - [Sales Channel](/affiliate/sales-channel): The Sales Channel API exposes endpoints for affiliates to manage existing sales channels as well as find new ones. - [WinkLinks](/affiliate/winklinks): The WinkLinks API exposes endpoints for affiliates to manage their WinkLinks page. #### Rate provider - [Channel manager](/channel-manager): The Channel Manager API enables external channel manager partners to map, exchange rate / availability information with us as well as be informed of bookings that occur on the Wink platform for one of their properties. ### Taxonomy APIs Taxonomy endpoints are for developers who want to consume and produce travel inventory and need taxonomies of standard and non-standard codes for inventory types, classes, statuses etc. - [Reference](/reference): All APIs related to retrieving platform-supported taxonomies. ### Insight APIs Insight endpoints do exactly what the name implies - They offer platform-level insight into the activities of producers and consumers. - [Analytics](/analytics): All APIs related to tracking metrics across a wide variety of data source segments including, more entertaining, leaderboard metrics. ### Payment APIs Payment endpoints are for developers who want to purchase travel inventory. This can be done via the API as a registered Travel Agent or using our API in conjunction with our PCI compliant payment widget for all other entities. - [TripPay](/payment): All APIs related to TripPay account management, booking, mapping and integration features. ## SDKs We are actively working on supporting the most used languages out there. If you don't see your language here, reach out to us with a request to officially add your language. In the meantime, if you want to roll your own SDK, you can do so by downloading the OpenAPI spec and using one of the many available OpenAPI generators available: [https://openapi-generator.tech/docs/generators](https://openapi-generator.tech/docs/generators). - Java SDK [https://github.com/wink-travel/wink-sdk-java](https://github.com/wink-travel/wink-sdk-java) ## Usage These features are made available to you via a [REST API](https://en.wikipedia.org/wiki/Representational_state_transfer). This API is language agnostic. ## Versioning We chose to version our endpoints in a way that we hope affects your integration minimally. You request the version of our API you wish to work with via the `Wink-Version` header. When it's time for you to upgrade, you only have to change the version number to get access to our updated endpoints. ## Release history - Follow updates on Github: https://github.com/wink-travel/wink-sdk-java/blob/master/CHANGELOG.md # Travel Agent API The Travel Agent API exposes endpoints to manage agent-facilitated bookings. This API lets you: 1. Travel Agent: Manage agent entity. 2. Booking: Create / Manage bookings Browse the endpoints in the left navigation bar to get started.
7
7
 
8
- The version of the OpenAPI document: 30.18.6
8
+ The version of the OpenAPI document: 30.21.0
9
9
  Contact: bjorn@wink.travel
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  # Introduction Welcome to the Wink API - A programmer-friendly way to manage, sell and book travel inventory on the Wink platform. The API gives you all the tools you need to ready your properties and inventory for sale across 1000s of our native sales channels. Integrators, affiliates, travel agents and content creators have the ability search for your travel inventory and promote / sell it in a wide variety of ways. # Integrations We have already integrated with the most well-known channel managers so you don't have to. To see our current integrations, please go to https://extranet.wink.travel and scroll to Connectivity section. Once your properties are set up, you can finish the setup by mapping your property to Wink using your channel manager partner portal. If your properties don't have a channel manager, you can easily manage rates and availability with this API. # Intended Audience Programmers are [most likely] a requirement to start integrating with Wink. Companies and organizations that would most benefit from integrating with us are new and existing travel companies that have relationships with suppliers and that need an advanced system from which to manage their travel inventory and get that same inventory out to as many eyeballs as possible at the lowest price possible. - Hotel chains - Hotel brands - Travel tech companies - Destination sites - Integrators - Aggregators - Destination management companies - Travel agencies - OTAs ## APIs Not every integrator needs every API. For that reason, we have separated APIs into context. ### Test API - [Ping](/ping): The Ping API is a quick test endpoint to verify that your credentials work Wink. ### Common APIs - [Notifications](/notifications): The Notifications API is a way for us to stay in touch with your user, property or affiliate account. - [User Settings](/user-settings): The User Settings API exposes endpoints to allow 3rd party integrators to communicate with Wink. ### Consume APIs Consume endpoints are for developers who want to find existing travel inventory and either book it or use it to advertise through one of their Wink affiliate accounts. - [Configuration](/customization-client): A single endpoint to retrieve whitelabel + customization information for the booking customization. - [Lookup](/lookup): All APIs related to locating inventory by region, locale and property flags. - [Inventory](/inventory): All APIs related to retrieve known travel inventory as it was found using the Lookup API.. - [Booking](/booking): All APIs related to creating bookings on the platform. - [Travel Agent](/travel-agent): The Travel Agent API exposes endpoints to manage agent-facilitated bookings. ### Produce APIs Produce endpoints are for developers who want to create and manage travel inventory. #### Property - [Property registration](/extranet/property/register): As a producer, this is, oftentimes, where you start your journey. These endpoints let you create properties on Wink. - [Property](/extranet/property): This collection of property endpoints are mostly management endpoints that let you display, change status and similar for your existing properties. - [Facilities](/extranet/facilities): This collection of endpoints let you manage facilities; such as room types. - [Experiences](/extranet/experiences): This collection of endpoints let you manage experiences, such as activities. - [Monetize](/extranet/monetize): The Monetize API exposes endpoints for managing cancellation polies, rate plans, promotions and more on Wink. - [Distribution](/extranet/distribution): The Distribution API exposes endpoints for sales channels, connecting with affiliates, managing rates and inventory calendars and more on Wink. - [Property Booking](/extranet/booking): The Property Booking API exposes endpoints for managing bookings and reviews at the property-level. #### Affiliate - [Affiliate](/affiliate): This collection of affiliate endpoints are mostly management endpoints that let you display, change status and similar for your existing accounts. - [Browse](/affiliate/browse): The Browse API exposes endpoints for affiliates to find suppliers and inventory to sell. - [Inventory](/affiliate/inventory): The Inventory API exposes endpoints for affiliates to manage the inventory they want to sell and how they want to sell it. - [Sales Channel](/affiliate/sales-channel): The Sales Channel API exposes endpoints for affiliates to manage existing sales channels as well as find new ones. - [WinkLinks](/affiliate/winklinks): The WinkLinks API exposes endpoints for affiliates to manage their WinkLinks page. #### Rate provider - [Channel manager](/channel-manager): The Channel Manager API enables external channel manager partners to map, exchange rate / availability information with us as well as be informed of bookings that occur on the Wink platform for one of their properties. ### Taxonomy APIs Taxonomy endpoints are for developers who want to consume and produce travel inventory and need taxonomies of standard and non-standard codes for inventory types, classes, statuses etc. - [Reference](/reference): All APIs related to retrieving platform-supported taxonomies. ### Insight APIs Insight endpoints do exactly what the name implies - They offer platform-level insight into the activities of producers and consumers. - [Analytics](/analytics): All APIs related to tracking metrics across a wide variety of data source segments including, more entertaining, leaderboard metrics. ### Payment APIs Payment endpoints are for developers who want to purchase travel inventory. This can be done via the API as a registered Travel Agent or using our API in conjunction with our PCI compliant payment widget for all other entities. - [TripPay](/payment): All APIs related to TripPay account management, booking, mapping and integration features. ## SDKs We are actively working on supporting the most used languages out there. If you don't see your language here, reach out to us with a request to officially add your language. In the meantime, if you want to roll your own SDK, you can do so by downloading the OpenAPI spec and using one of the many available OpenAPI generators available: [https://openapi-generator.tech/docs/generators](https://openapi-generator.tech/docs/generators). - Java SDK [https://github.com/wink-travel/wink-sdk-java](https://github.com/wink-travel/wink-sdk-java) ## Usage These features are made available to you via a [REST API](https://en.wikipedia.org/wiki/Representational_state_transfer). This API is language agnostic. ## Versioning We chose to version our endpoints in a way that we hope affects your integration minimally. You request the version of our API you wish to work with via the `Wink-Version` header. When it's time for you to upgrade, you only have to change the version number to get access to our updated endpoints. ## Release history - Follow updates on Github: https://github.com/wink-travel/wink-sdk-java/blob/master/CHANGELOG.md # Travel Agent API The Travel Agent API exposes endpoints to manage agent-facilitated bookings. This API lets you: 1. Travel Agent: Manage agent entity. 2. Booking: Create / Manage bookings Browse the endpoints in the left navigation bar to get started.
7
7
 
8
- The version of the OpenAPI document: 30.18.6
8
+ The version of the OpenAPI document: 30.21.0
9
9
  Contact: bjorn@wink.travel
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  # Introduction Welcome to the Wink API - A programmer-friendly way to manage, sell and book travel inventory on the Wink platform. The API gives you all the tools you need to ready your properties and inventory for sale across 1000s of our native sales channels. Integrators, affiliates, travel agents and content creators have the ability search for your travel inventory and promote / sell it in a wide variety of ways. # Integrations We have already integrated with the most well-known channel managers so you don't have to. To see our current integrations, please go to https://extranet.wink.travel and scroll to Connectivity section. Once your properties are set up, you can finish the setup by mapping your property to Wink using your channel manager partner portal. If your properties don't have a channel manager, you can easily manage rates and availability with this API. # Intended Audience Programmers are [most likely] a requirement to start integrating with Wink. Companies and organizations that would most benefit from integrating with us are new and existing travel companies that have relationships with suppliers and that need an advanced system from which to manage their travel inventory and get that same inventory out to as many eyeballs as possible at the lowest price possible. - Hotel chains - Hotel brands - Travel tech companies - Destination sites - Integrators - Aggregators - Destination management companies - Travel agencies - OTAs ## APIs Not every integrator needs every API. For that reason, we have separated APIs into context. ### Test API - [Ping](/ping): The Ping API is a quick test endpoint to verify that your credentials work Wink. ### Common APIs - [Notifications](/notifications): The Notifications API is a way for us to stay in touch with your user, property or affiliate account. - [User Settings](/user-settings): The User Settings API exposes endpoints to allow 3rd party integrators to communicate with Wink. ### Consume APIs Consume endpoints are for developers who want to find existing travel inventory and either book it or use it to advertise through one of their Wink affiliate accounts. - [Configuration](/customization-client): A single endpoint to retrieve whitelabel + customization information for the booking customization. - [Lookup](/lookup): All APIs related to locating inventory by region, locale and property flags. - [Inventory](/inventory): All APIs related to retrieve known travel inventory as it was found using the Lookup API.. - [Booking](/booking): All APIs related to creating bookings on the platform. - [Travel Agent](/travel-agent): The Travel Agent API exposes endpoints to manage agent-facilitated bookings. ### Produce APIs Produce endpoints are for developers who want to create and manage travel inventory. #### Property - [Property registration](/extranet/property/register): As a producer, this is, oftentimes, where you start your journey. These endpoints let you create properties on Wink. - [Property](/extranet/property): This collection of property endpoints are mostly management endpoints that let you display, change status and similar for your existing properties. - [Facilities](/extranet/facilities): This collection of endpoints let you manage facilities; such as room types. - [Experiences](/extranet/experiences): This collection of endpoints let you manage experiences, such as activities. - [Monetize](/extranet/monetize): The Monetize API exposes endpoints for managing cancellation polies, rate plans, promotions and more on Wink. - [Distribution](/extranet/distribution): The Distribution API exposes endpoints for sales channels, connecting with affiliates, managing rates and inventory calendars and more on Wink. - [Property Booking](/extranet/booking): The Property Booking API exposes endpoints for managing bookings and reviews at the property-level. #### Affiliate - [Affiliate](/affiliate): This collection of affiliate endpoints are mostly management endpoints that let you display, change status and similar for your existing accounts. - [Browse](/affiliate/browse): The Browse API exposes endpoints for affiliates to find suppliers and inventory to sell. - [Inventory](/affiliate/inventory): The Inventory API exposes endpoints for affiliates to manage the inventory they want to sell and how they want to sell it. - [Sales Channel](/affiliate/sales-channel): The Sales Channel API exposes endpoints for affiliates to manage existing sales channels as well as find new ones. - [WinkLinks](/affiliate/winklinks): The WinkLinks API exposes endpoints for affiliates to manage their WinkLinks page. #### Rate provider - [Channel manager](/channel-manager): The Channel Manager API enables external channel manager partners to map, exchange rate / availability information with us as well as be informed of bookings that occur on the Wink platform for one of their properties. ### Taxonomy APIs Taxonomy endpoints are for developers who want to consume and produce travel inventory and need taxonomies of standard and non-standard codes for inventory types, classes, statuses etc. - [Reference](/reference): All APIs related to retrieving platform-supported taxonomies. ### Insight APIs Insight endpoints do exactly what the name implies - They offer platform-level insight into the activities of producers and consumers. - [Analytics](/analytics): All APIs related to tracking metrics across a wide variety of data source segments including, more entertaining, leaderboard metrics. ### Payment APIs Payment endpoints are for developers who want to purchase travel inventory. This can be done via the API as a registered Travel Agent or using our API in conjunction with our PCI compliant payment widget for all other entities. - [TripPay](/payment): All APIs related to TripPay account management, booking, mapping and integration features. ## SDKs We are actively working on supporting the most used languages out there. If you don't see your language here, reach out to us with a request to officially add your language. In the meantime, if you want to roll your own SDK, you can do so by downloading the OpenAPI spec and using one of the many available OpenAPI generators available: [https://openapi-generator.tech/docs/generators](https://openapi-generator.tech/docs/generators). - Java SDK [https://github.com/wink-travel/wink-sdk-java](https://github.com/wink-travel/wink-sdk-java) ## Usage These features are made available to you via a [REST API](https://en.wikipedia.org/wiki/Representational_state_transfer). This API is language agnostic. ## Versioning We chose to version our endpoints in a way that we hope affects your integration minimally. You request the version of our API you wish to work with via the `Wink-Version` header. When it's time for you to upgrade, you only have to change the version number to get access to our updated endpoints. ## Release history - Follow updates on Github: https://github.com/wink-travel/wink-sdk-java/blob/master/CHANGELOG.md # Travel Agent API The Travel Agent API exposes endpoints to manage agent-facilitated bookings. This API lets you: 1. Travel Agent: Manage agent entity. 2. Booking: Create / Manage bookings Browse the endpoints in the left navigation bar to get started.
7
7
 
8
- The version of the OpenAPI document: 30.18.6
8
+ The version of the OpenAPI document: 30.21.0
9
9
  Contact: bjorn@wink.travel
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  # Introduction Welcome to the Wink API - A programmer-friendly way to manage, sell and book travel inventory on the Wink platform. The API gives you all the tools you need to ready your properties and inventory for sale across 1000s of our native sales channels. Integrators, affiliates, travel agents and content creators have the ability search for your travel inventory and promote / sell it in a wide variety of ways. # Integrations We have already integrated with the most well-known channel managers so you don't have to. To see our current integrations, please go to https://extranet.wink.travel and scroll to Connectivity section. Once your properties are set up, you can finish the setup by mapping your property to Wink using your channel manager partner portal. If your properties don't have a channel manager, you can easily manage rates and availability with this API. # Intended Audience Programmers are [most likely] a requirement to start integrating with Wink. Companies and organizations that would most benefit from integrating with us are new and existing travel companies that have relationships with suppliers and that need an advanced system from which to manage their travel inventory and get that same inventory out to as many eyeballs as possible at the lowest price possible. - Hotel chains - Hotel brands - Travel tech companies - Destination sites - Integrators - Aggregators - Destination management companies - Travel agencies - OTAs ## APIs Not every integrator needs every API. For that reason, we have separated APIs into context. ### Test API - [Ping](/ping): The Ping API is a quick test endpoint to verify that your credentials work Wink. ### Common APIs - [Notifications](/notifications): The Notifications API is a way for us to stay in touch with your user, property or affiliate account. - [User Settings](/user-settings): The User Settings API exposes endpoints to allow 3rd party integrators to communicate with Wink. ### Consume APIs Consume endpoints are for developers who want to find existing travel inventory and either book it or use it to advertise through one of their Wink affiliate accounts. - [Configuration](/customization-client): A single endpoint to retrieve whitelabel + customization information for the booking customization. - [Lookup](/lookup): All APIs related to locating inventory by region, locale and property flags. - [Inventory](/inventory): All APIs related to retrieve known travel inventory as it was found using the Lookup API.. - [Booking](/booking): All APIs related to creating bookings on the platform. - [Travel Agent](/travel-agent): The Travel Agent API exposes endpoints to manage agent-facilitated bookings. ### Produce APIs Produce endpoints are for developers who want to create and manage travel inventory. #### Property - [Property registration](/extranet/property/register): As a producer, this is, oftentimes, where you start your journey. These endpoints let you create properties on Wink. - [Property](/extranet/property): This collection of property endpoints are mostly management endpoints that let you display, change status and similar for your existing properties. - [Facilities](/extranet/facilities): This collection of endpoints let you manage facilities; such as room types. - [Experiences](/extranet/experiences): This collection of endpoints let you manage experiences, such as activities. - [Monetize](/extranet/monetize): The Monetize API exposes endpoints for managing cancellation polies, rate plans, promotions and more on Wink. - [Distribution](/extranet/distribution): The Distribution API exposes endpoints for sales channels, connecting with affiliates, managing rates and inventory calendars and more on Wink. - [Property Booking](/extranet/booking): The Property Booking API exposes endpoints for managing bookings and reviews at the property-level. #### Affiliate - [Affiliate](/affiliate): This collection of affiliate endpoints are mostly management endpoints that let you display, change status and similar for your existing accounts. - [Browse](/affiliate/browse): The Browse API exposes endpoints for affiliates to find suppliers and inventory to sell. - [Inventory](/affiliate/inventory): The Inventory API exposes endpoints for affiliates to manage the inventory they want to sell and how they want to sell it. - [Sales Channel](/affiliate/sales-channel): The Sales Channel API exposes endpoints for affiliates to manage existing sales channels as well as find new ones. - [WinkLinks](/affiliate/winklinks): The WinkLinks API exposes endpoints for affiliates to manage their WinkLinks page. #### Rate provider - [Channel manager](/channel-manager): The Channel Manager API enables external channel manager partners to map, exchange rate / availability information with us as well as be informed of bookings that occur on the Wink platform for one of their properties. ### Taxonomy APIs Taxonomy endpoints are for developers who want to consume and produce travel inventory and need taxonomies of standard and non-standard codes for inventory types, classes, statuses etc. - [Reference](/reference): All APIs related to retrieving platform-supported taxonomies. ### Insight APIs Insight endpoints do exactly what the name implies - They offer platform-level insight into the activities of producers and consumers. - [Analytics](/analytics): All APIs related to tracking metrics across a wide variety of data source segments including, more entertaining, leaderboard metrics. ### Payment APIs Payment endpoints are for developers who want to purchase travel inventory. This can be done via the API as a registered Travel Agent or using our API in conjunction with our PCI compliant payment widget for all other entities. - [TripPay](/payment): All APIs related to TripPay account management, booking, mapping and integration features. ## SDKs We are actively working on supporting the most used languages out there. If you don't see your language here, reach out to us with a request to officially add your language. In the meantime, if you want to roll your own SDK, you can do so by downloading the OpenAPI spec and using one of the many available OpenAPI generators available: [https://openapi-generator.tech/docs/generators](https://openapi-generator.tech/docs/generators). - Java SDK [https://github.com/wink-travel/wink-sdk-java](https://github.com/wink-travel/wink-sdk-java) ## Usage These features are made available to you via a [REST API](https://en.wikipedia.org/wiki/Representational_state_transfer). This API is language agnostic. ## Versioning We chose to version our endpoints in a way that we hope affects your integration minimally. You request the version of our API you wish to work with via the `Wink-Version` header. When it's time for you to upgrade, you only have to change the version number to get access to our updated endpoints. ## Release history - Follow updates on Github: https://github.com/wink-travel/wink-sdk-java/blob/master/CHANGELOG.md # Travel Agent API The Travel Agent API exposes endpoints to manage agent-facilitated bookings. This API lets you: 1. Travel Agent: Manage agent entity. 2. Booking: Create / Manage bookings Browse the endpoints in the left navigation bar to get started.
7
7
 
8
- The version of the OpenAPI document: 30.18.6
8
+ The version of the OpenAPI document: 30.21.0
9
9
  Contact: bjorn@wink.travel
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -22,6 +22,7 @@ from datetime import date
22
22
  from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictFloat, StrictInt, StrictStr, field_validator
23
23
  from typing import Any, ClassVar, Dict, List, Optional, Union
24
24
  from typing_extensions import Annotated
25
+ from uuid import UUID
25
26
  from typing import Optional, Set
26
27
  from typing_extensions import Self
27
28
 
@@ -29,7 +30,7 @@ class TravelInventoryRecognitionAgent(BaseModel):
29
30
  """
30
31
  Recognition for the ancillary blocking.
31
32
  """ # noqa: E501
32
- identifier: Annotated[str, Field(min_length=1, strict=True)] = Field(description="Recognition identifier.")
33
+ identifier: UUID = Field(description="Recognition identifier.")
33
34
  category: StrictStr = Field(description="Recognition category.")
34
35
  type: StrictStr = Field(description="Type of rating system the recognition operated on. This allows us to display the score properly.")
35
36
  provider: Annotated[str, Field(min_length=1, strict=True)] = Field(description="The name of the entity that administers this recognition.")
@@ -5,7 +5,7 @@
5
5
 
6
6
  # Introduction Welcome to the Wink API - A programmer-friendly way to manage, sell and book travel inventory on the Wink platform. The API gives you all the tools you need to ready your properties and inventory for sale across 1000s of our native sales channels. Integrators, affiliates, travel agents and content creators have the ability search for your travel inventory and promote / sell it in a wide variety of ways. # Integrations We have already integrated with the most well-known channel managers so you don't have to. To see our current integrations, please go to https://extranet.wink.travel and scroll to Connectivity section. Once your properties are set up, you can finish the setup by mapping your property to Wink using your channel manager partner portal. If your properties don't have a channel manager, you can easily manage rates and availability with this API. # Intended Audience Programmers are [most likely] a requirement to start integrating with Wink. Companies and organizations that would most benefit from integrating with us are new and existing travel companies that have relationships with suppliers and that need an advanced system from which to manage their travel inventory and get that same inventory out to as many eyeballs as possible at the lowest price possible. - Hotel chains - Hotel brands - Travel tech companies - Destination sites - Integrators - Aggregators - Destination management companies - Travel agencies - OTAs ## APIs Not every integrator needs every API. For that reason, we have separated APIs into context. ### Test API - [Ping](/ping): The Ping API is a quick test endpoint to verify that your credentials work Wink. ### Common APIs - [Notifications](/notifications): The Notifications API is a way for us to stay in touch with your user, property or affiliate account. - [User Settings](/user-settings): The User Settings API exposes endpoints to allow 3rd party integrators to communicate with Wink. ### Consume APIs Consume endpoints are for developers who want to find existing travel inventory and either book it or use it to advertise through one of their Wink affiliate accounts. - [Configuration](/customization-client): A single endpoint to retrieve whitelabel + customization information for the booking customization. - [Lookup](/lookup): All APIs related to locating inventory by region, locale and property flags. - [Inventory](/inventory): All APIs related to retrieve known travel inventory as it was found using the Lookup API.. - [Booking](/booking): All APIs related to creating bookings on the platform. - [Travel Agent](/travel-agent): The Travel Agent API exposes endpoints to manage agent-facilitated bookings. ### Produce APIs Produce endpoints are for developers who want to create and manage travel inventory. #### Property - [Property registration](/extranet/property/register): As a producer, this is, oftentimes, where you start your journey. These endpoints let you create properties on Wink. - [Property](/extranet/property): This collection of property endpoints are mostly management endpoints that let you display, change status and similar for your existing properties. - [Facilities](/extranet/facilities): This collection of endpoints let you manage facilities; such as room types. - [Experiences](/extranet/experiences): This collection of endpoints let you manage experiences, such as activities. - [Monetize](/extranet/monetize): The Monetize API exposes endpoints for managing cancellation polies, rate plans, promotions and more on Wink. - [Distribution](/extranet/distribution): The Distribution API exposes endpoints for sales channels, connecting with affiliates, managing rates and inventory calendars and more on Wink. - [Property Booking](/extranet/booking): The Property Booking API exposes endpoints for managing bookings and reviews at the property-level. #### Affiliate - [Affiliate](/affiliate): This collection of affiliate endpoints are mostly management endpoints that let you display, change status and similar for your existing accounts. - [Browse](/affiliate/browse): The Browse API exposes endpoints for affiliates to find suppliers and inventory to sell. - [Inventory](/affiliate/inventory): The Inventory API exposes endpoints for affiliates to manage the inventory they want to sell and how they want to sell it. - [Sales Channel](/affiliate/sales-channel): The Sales Channel API exposes endpoints for affiliates to manage existing sales channels as well as find new ones. - [WinkLinks](/affiliate/winklinks): The WinkLinks API exposes endpoints for affiliates to manage their WinkLinks page. #### Rate provider - [Channel manager](/channel-manager): The Channel Manager API enables external channel manager partners to map, exchange rate / availability information with us as well as be informed of bookings that occur on the Wink platform for one of their properties. ### Taxonomy APIs Taxonomy endpoints are for developers who want to consume and produce travel inventory and need taxonomies of standard and non-standard codes for inventory types, classes, statuses etc. - [Reference](/reference): All APIs related to retrieving platform-supported taxonomies. ### Insight APIs Insight endpoints do exactly what the name implies - They offer platform-level insight into the activities of producers and consumers. - [Analytics](/analytics): All APIs related to tracking metrics across a wide variety of data source segments including, more entertaining, leaderboard metrics. ### Payment APIs Payment endpoints are for developers who want to purchase travel inventory. This can be done via the API as a registered Travel Agent or using our API in conjunction with our PCI compliant payment widget for all other entities. - [TripPay](/payment): All APIs related to TripPay account management, booking, mapping and integration features. ## SDKs We are actively working on supporting the most used languages out there. If you don't see your language here, reach out to us with a request to officially add your language. In the meantime, if you want to roll your own SDK, you can do so by downloading the OpenAPI spec and using one of the many available OpenAPI generators available: [https://openapi-generator.tech/docs/generators](https://openapi-generator.tech/docs/generators). - Java SDK [https://github.com/wink-travel/wink-sdk-java](https://github.com/wink-travel/wink-sdk-java) ## Usage These features are made available to you via a [REST API](https://en.wikipedia.org/wiki/Representational_state_transfer). This API is language agnostic. ## Versioning We chose to version our endpoints in a way that we hope affects your integration minimally. You request the version of our API you wish to work with via the `Wink-Version` header. When it's time for you to upgrade, you only have to change the version number to get access to our updated endpoints. ## Release history - Follow updates on Github: https://github.com/wink-travel/wink-sdk-java/blob/master/CHANGELOG.md # Travel Agent API The Travel Agent API exposes endpoints to manage agent-facilitated bookings. This API lets you: 1. Travel Agent: Manage agent entity. 2. Booking: Create / Manage bookings Browse the endpoints in the left navigation bar to get started.
7
7
 
8
- The version of the OpenAPI document: 30.18.6
8
+ The version of the OpenAPI document: 30.21.0
9
9
  Contact: bjorn@wink.travel
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wink_sdk_travel_agent
3
- Version: 0.0.41
3
+ Version: 0.0.43
4
4
  Summary: Wink API
5
5
  Home-page: https://github.com/wink-travel/wink-sdk-python.git
6
6
  Author: Bjorn Harvold
@@ -320,14 +320,14 @@ Browse the endpoints in the left navigation bar to get started.
320
320
 
321
321
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
322
322
 
323
- - API version: 30.18.6
324
- - Package version: 0.0.41
325
- - Generator version: 7.12.0
323
+ - API version: 30.21.0
324
+ - Package version: 0.0.43
325
+ - Generator version: 7.15.0
326
326
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
327
327
 
328
328
  ## Requirements.
329
329
 
330
- Python 3.8+
330
+ Python 3.9+
331
331
 
332
332
  ## Installation & Usage
333
333
  ### pip install
@@ -339,9 +339,9 @@ pip install wink_sdk_travel_agent
339
339
 
340
340
  Or you can install it directly from the repository using:
341
341
  ```sh
342
- pip install git+https://github.com/wink-travel/wink-sdk-python.git@v0.0.41#egg=wink_sdk_travel_agent&subdirectory=wink-sdk-travel-agent
342
+ pip install git+https://github.com/wink-travel/wink-sdk-python.git@v0.0.43#egg=wink_sdk_travel_agent&subdirectory=wink-sdk-travel-agent
343
343
  ```
344
- (you may need to run `pip` with root permission: `sudo pip install git+https://github.com/wink-travel/wink-sdk-python.git@v0.0.41#egg=wink_sdk_travel_agent&subdirectory=wink_sdk_travel_agent`)
344
+ (you may need to run `pip` with root permission: `sudo pip install git+https://github.com/wink-travel/wink-sdk-python.git@v0.0.43#egg=wink_sdk_travel_agent&subdirectory=wink_sdk_travel_agent`)
345
345
 
346
346
  Then import the package:
347
347
  ```python
@@ -393,19 +393,18 @@ configuration.access_token = os.environ["ACCESS_TOKEN"]
393
393
  # Enter a context with an instance of the API client
394
394
  with wink_sdk_travel_agent.ApiClient(configuration) as api_client:
395
395
  # Create an instance of the API class
396
- api_instance = wink_sdk_travel_agent.TravelAgentApi(api_client)
397
- company_identifier = 'company-1' # str | Cancel booking owned by company identifier
398
- booking_identifier = 'booking-1' # str | Cancel booking by identifier
399
- cancellation_detail_agent = wink_sdk_travel_agent.CancellationDetailAgent() # CancellationDetailAgent |
396
+ api_instance = wink_sdk_travel_agent.AnalyticsApi(api_client)
397
+ company_identifier = 'company-1' # str | Show active booking count for company with this identifier
398
+ booking_overview_request_supplier = wink_sdk_travel_agent.BookingOverviewRequestSupplier() # BookingOverviewRequestSupplier | Overview request body
400
399
  wink_version = 'wink_version_example' # str | (optional)
401
400
 
402
401
  try:
403
- # Cancel Booking
404
- api_response = api_instance.cancel_booking_as_travel_agent(company_identifier, booking_identifier, cancellation_detail_agent, wink_version=wink_version)
405
- print("The response of TravelAgentApi->cancel_booking_as_travel_agent:\n")
402
+ # Affiliate Booking Analytics
403
+ api_response = api_instance.show_affiliate_booking_analytics(company_identifier, booking_overview_request_supplier, wink_version=wink_version)
404
+ print("The response of AnalyticsApi->show_affiliate_booking_analytics:\n")
406
405
  pprint(api_response)
407
406
  except ApiException as e:
408
- print("Exception when calling TravelAgentApi->cancel_booking_as_travel_agent: %s\n" % e)
407
+ print("Exception when calling AnalyticsApi->show_affiliate_booking_analytics: %s\n" % e)
409
408
 
410
409
  ```
411
410
 
@@ -415,19 +414,17 @@ All URIs are relative to *https://api.wink.travel*
415
414
 
416
415
  Class | Method | HTTP request | Description
417
416
  ------------ | ------------- | ------------- | -------------
417
+ *AnalyticsApi* | [**show_affiliate_booking_analytics**](docs/AnalyticsApi.md#show_affiliate_booking_analytics) | **POST** /api/affiliate/{companyIdentifier}/booking/analytics | Affiliate Booking Analytics
418
+ *AnalyticsApi* | [**show_booking_overview**](docs/AnalyticsApi.md#show_booking_overview) | **GET** /api/affiliate/{companyIdentifier}/booking/overview | Affiliate Booking Overview
418
419
  *TravelAgentApi* | [**cancel_booking_as_travel_agent**](docs/TravelAgentApi.md#cancel_booking_as_travel_agent) | **PATCH** /api/affiliate/{companyIdentifier}/booking/{bookingIdentifier} | Cancel Booking
419
420
  *TravelAgentApi* | [**create_agent_booking**](docs/TravelAgentApi.md#create_agent_booking) | **POST** /api/booking/agent | Create Agent Booking
420
421
  *TravelAgentApi* | [**resend_booking_confirmation_email_as_travel_agent**](docs/TravelAgentApi.md#resend_booking_confirmation_email_as_travel_agent) | **PATCH** /api/affiliate/{companyIdentifier}/booking/{bookingIdentifier}/resend | Resend Booking Confirmation
421
422
  *TravelAgentApi* | [**show_booking_as_travel_agent**](docs/TravelAgentApi.md#show_booking_as_travel_agent) | **GET** /api/affiliate/{companyIdentifier}/booking/{bookingIdentifier} | Show Booking
422
423
  *TravelAgentApi* | [**show_booking_grid_as_travel_agent**](docs/TravelAgentApi.md#show_booking_grid_as_travel_agent) | **POST** /api/affiliate/{companyIdentifier}/booking/grid | Show Bookings
423
- *TravelAgentApi* | [**update_agent**](docs/TravelAgentApi.md#update_agent) | **PATCH** /api/affiliate/{companyIdentifier}/agent | Update Agent
424
424
 
425
425
 
426
426
  ## Documentation For Models
427
427
 
428
- - [AddressAgent](docs/AddressAgent.md)
429
- - [AffiliateAccountAgent](docs/AffiliateAccountAgent.md)
430
- - [AffiliateAccountUserAgent](docs/AffiliateAccountUserAgent.md)
431
428
  - [AgentBookingRequestAgent](docs/AgentBookingRequestAgent.md)
432
429
  - [AggregateDescriptorAgent](docs/AggregateDescriptorAgent.md)
433
430
  - [AuthenticatedUserAgent](docs/AuthenticatedUserAgent.md)
@@ -437,6 +434,7 @@ Class | Method | HTTP request | Description
437
434
  - [BeneficiaryAgent](docs/BeneficiaryAgent.md)
438
435
  - [BeneficiaryChargeAgent](docs/BeneficiaryChargeAgent.md)
439
436
  - [BookingAgent](docs/BookingAgent.md)
437
+ - [BookingAnalyticsSupplier](docs/BookingAnalyticsSupplier.md)
440
438
  - [BookingAncillaryAgent](docs/BookingAncillaryAgent.md)
441
439
  - [BookingConfirmationsAgent](docs/BookingConfirmationsAgent.md)
442
440
  - [BookingContractAgent](docs/BookingContractAgent.md)
@@ -445,6 +443,7 @@ Class | Method | HTTP request | Description
445
443
  - [BookingItineraryAgent](docs/BookingItineraryAgent.md)
446
444
  - [BookingItineraryRoomConfigurationAgent](docs/BookingItineraryRoomConfigurationAgent.md)
447
445
  - [BookingItineraryRoomConfigurationChildAgent](docs/BookingItineraryRoomConfigurationChildAgent.md)
446
+ - [BookingOverviewRequestSupplier](docs/BookingOverviewRequestSupplier.md)
448
447
  - [BookingUserAgent](docs/BookingUserAgent.md)
449
448
  - [BookingUserRequestAgent](docs/BookingUserRequestAgent.md)
450
449
  - [BookingUserSessionAgent](docs/BookingUserSessionAgent.md)
@@ -453,6 +452,10 @@ Class | Method | HTTP request | Description
453
452
  - [CancellationPolicyExceptionAgent](docs/CancellationPolicyExceptionAgent.md)
454
453
  - [CancellationPolicyExceptionsAgent](docs/CancellationPolicyExceptionsAgent.md)
455
454
  - [CancellationPolicyLightweightAgent](docs/CancellationPolicyLightweightAgent.md)
455
+ - [ChartCategoryAxisSupplier](docs/ChartCategoryAxisSupplier.md)
456
+ - [ChartLegendSupplier](docs/ChartLegendSupplier.md)
457
+ - [ChartSeriesSupplier](docs/ChartSeriesSupplier.md)
458
+ - [ChartTitleSupplier](docs/ChartTitleSupplier.md)
456
459
  - [ChildAgent](docs/ChildAgent.md)
457
460
  - [CommissionableEntryAgent](docs/CommissionableEntryAgent.md)
458
461
  - [CompositeFilterDescriptorAgent](docs/CompositeFilterDescriptorAgent.md)
@@ -471,12 +474,12 @@ Class | Method | HTTP request | Description
471
474
  - [GeoJsonPointAgent](docs/GeoJsonPointAgent.md)
472
475
  - [GeoNameLightweightAgent](docs/GeoNameLightweightAgent.md)
473
476
  - [GroupDescriptorAgent](docs/GroupDescriptorAgent.md)
477
+ - [GroupedBookingSalesMetricsSupplierDetails](docs/GroupedBookingSalesMetricsSupplierDetails.md)
474
478
  - [GuestRoomLightweightAgent](docs/GuestRoomLightweightAgent.md)
475
479
  - [GuestUserAgent](docs/GuestUserAgent.md)
480
+ - [LineChartSupplier](docs/LineChartSupplier.md)
476
481
  - [LocalizedDescriptionAgent](docs/LocalizedDescriptionAgent.md)
477
482
  - [LocalizedPriceAgent](docs/LocalizedPriceAgent.md)
478
- - [ManagedByEntityAgent](docs/ManagedByEntityAgent.md)
479
- - [ManagedByEntityRulesAgent](docs/ManagedByEntityRulesAgent.md)
480
483
  - [MediaAuthorAttributionAgent](docs/MediaAuthorAttributionAgent.md)
481
484
  - [PageBookingAgent](docs/PageBookingAgent.md)
482
485
  - [PageableObjectAgent](docs/PageableObjectAgent.md)
@@ -510,9 +513,7 @@ Class | Method | HTTP request | Description
510
513
  - [SubCountryLightweightAgent](docs/SubCountryLightweightAgent.md)
511
514
  - [SubSubCountryLightweightAgent](docs/SubSubCountryLightweightAgent.md)
512
515
  - [SupplierContractItemPolicyAgent](docs/SupplierContractItemPolicyAgent.md)
513
- - [TravelAgentAgent](docs/TravelAgentAgent.md)
514
516
  - [TravelInventoryRecognitionAgent](docs/TravelInventoryRecognitionAgent.md)
515
- - [UpsertTravelAgentRequestAgent](docs/UpsertTravelAgentRequestAgent.md)
516
517
 
517
518
 
518
519
  <a id="documentation-for-authorization"></a>
@@ -536,4 +537,3 @@ Authentication schemes defined for the API:
536
537
 
537
538
  bjorn@wink.travel
538
539
 
539
-
@@ -0,0 +1,143 @@
1
+ wink_sdk_travel_agent/__init__.py,sha256=6aEzYms-ag0j_3sRhnKQIJ5tsWzZVgfbZ8JN0H0udeI,33578
2
+ wink_sdk_travel_agent/api_client.py,sha256=WduiGBUgewT9Op6S8vP1j7n0Sxn9uwO4ldVB91Ih20E,35083
3
+ wink_sdk_travel_agent/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
+ wink_sdk_travel_agent/configuration.py,sha256=j2jTWgIZJQ0xtCNPdQozYMWpfGYsw624zEp9yFgz3jY,25542
5
+ wink_sdk_travel_agent/exceptions.py,sha256=8vDmSdGUEx2i7OGZ5popUuBpzb8AVsXgwAIzU672APk,13737
6
+ wink_sdk_travel_agent/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ wink_sdk_travel_agent/rest.py,sha256=TTpwLBU0OPq7wPmvhDkiR9OQxdcr5ZfGZkLM1-lLReg,16741
8
+ wink_sdk_travel_agent/api/__init__.py,sha256=4LFS3lUsWsY0cQwTCSZ18iYsXC1IGOuuNimNNEmjWsI,623
9
+ wink_sdk_travel_agent/api/analytics_api.py,sha256=ZYJc0SwHh-UNW0lUMrcniV-XMd6RyGrxXca3en73_R0,34714
10
+ wink_sdk_travel_agent/api/travel_agent_api.py,sha256=eWaEOQxbvVEQ6wHlRPtXssSHXwWv54nsQbs2nq8gx24,75285
11
+ wink_sdk_travel_agent/models/__init__.py,sha256=V_xIS-U_It4TdxoBshKPCgTMCjTjaxyXKvoSzeZ79hc,24110
12
+ wink_sdk_travel_agent/models/address_agent.py,sha256=ZYJvoiR-m23N1HKByfxvoKSMjFJm_o5UQYr_pFETb2k,11458
13
+ wink_sdk_travel_agent/models/affiliate_account_agent.py,sha256=DKIrLxPcLvMpHwrAKX8XpLaai33k15Z8yCGgfsNR8x4,17788
14
+ wink_sdk_travel_agent/models/affiliate_account_user_agent.py,sha256=QS03B_fZp08TtLA8f7mUofk8q52TvZxjosqBrTJYS5g,11638
15
+ wink_sdk_travel_agent/models/agent_booking_request_agent.py,sha256=0ztirj-x7sFtw6Oi1tLUFDtb-meNTSM2-aLGyax8l78,14175
16
+ wink_sdk_travel_agent/models/aggregate_descriptor_agent.py,sha256=T-RHgkMxnJ5B3vBwYbAUhvrF0MWipPmPy7S_EK-NbDo,10427
17
+ wink_sdk_travel_agent/models/ancillary_request_agent.py,sha256=orCP8nkplUqQy1C7egpOmqZl8UVfeEFsCxBv_nDWteY,11821
18
+ wink_sdk_travel_agent/models/authenticated_user_agent.py,sha256=ZDjsjBe7tUccxjJMiI0CBIvBYC3HZxIVGJMWqkhsrBA,10691
19
+ wink_sdk_travel_agent/models/bed_agent.py,sha256=MjOs6eaBFuX8bLxxBWFMUOCjxjG42rXwuQ64ig6074s,10240
20
+ wink_sdk_travel_agent/models/bedroom_agent.py,sha256=8OWJcrDR8dKAJWOB3TCN7qD4dMsQzmmf-tluzLs3Bng,11010
21
+ wink_sdk_travel_agent/models/bedroom_configuration_agent.py,sha256=e-xlXZ_dpywc4UzOVqVBkGmQD9GgaMzfncqDeLObncg,10726
22
+ wink_sdk_travel_agent/models/beneficiary_agent.py,sha256=x4KaDZf75YK6RugWbgCp5HCQgciOX7FgA6mL193NlVU,18096
23
+ wink_sdk_travel_agent/models/beneficiary_charge_agent.py,sha256=NbZunXEkQb8h4VswufPss20wRJoS4q5lBELpvH8dhbk,10400
24
+ wink_sdk_travel_agent/models/booking_agent.py,sha256=GR7-Qu0CLTBS2AjH2_ifjObgJ62ggd99cWxXIEXj65Q,32821
25
+ wink_sdk_travel_agent/models/booking_analytics_supplier.py,sha256=-_1z5keW_y9IplGK0tzwvC1q16gJDljh144N5mBJPJg,10356
26
+ wink_sdk_travel_agent/models/booking_ancillary_agent.py,sha256=PJquM2sp8k1JeeNSADh8j8Hnx0m89Nbqa2LtUJMvRD0,15359
27
+ wink_sdk_travel_agent/models/booking_confirmations_agent.py,sha256=V-Dbd9vaMThIjIS4QDdvwm2bxaQmwFsQdsSC9Kurx5U,11324
28
+ wink_sdk_travel_agent/models/booking_contract_agent.py,sha256=0MhdrAJzdyrAMfefZ7xbVB5hszhzmS6seLaRG7wsVP4,89736
29
+ wink_sdk_travel_agent/models/booking_contract_item_agent.py,sha256=jMIF4wwPCZMbDcQPyJwrBrA68ujGi4Cj_KGW3odAPHs,22673
30
+ wink_sdk_travel_agent/models/booking_contract_payment_details_agent.py,sha256=kw6uSo0PawdKL5xGYG4RqY3B1d48_ByQuDju9jOlMR4,12927
31
+ wink_sdk_travel_agent/models/booking_itinerary_agent.py,sha256=ykiVXRUCr8dFCfASt4VcJTL2zIJ2d0TGAJzBj9ngQJk,11872
32
+ wink_sdk_travel_agent/models/booking_itinerary_room_configuration_agent.py,sha256=3P3u9KvDevsSlHXBW-RDY6-75U6U4i1etpPF9aed9hI,10644
33
+ wink_sdk_travel_agent/models/booking_itinerary_room_configuration_child_agent.py,sha256=fXEOsMiL1CHxMjT8HuLa9hdwA9jlyp-lIjh2Qamwun4,9995
34
+ wink_sdk_travel_agent/models/booking_overview_request_supplier.py,sha256=VWOxho3y7MlzbvD6U1_4076dqkM951EjswE7tRr-tns,10362
35
+ wink_sdk_travel_agent/models/booking_user_agent.py,sha256=BtD9G-ogsXIbWY62aDj6yzuAS6rMXXd48F4ZxJwh23o,10809
36
+ wink_sdk_travel_agent/models/booking_user_request_agent.py,sha256=H8kfgf1hbsqP1XfE2AHIwM90KI4L7vE8xEuWBM13S6k,10337
37
+ wink_sdk_travel_agent/models/booking_user_session_agent.py,sha256=4P2BRwd9LO6JPeJ0fda0Od5Sm-PnDwsznF285t3k6Hc,12552
38
+ wink_sdk_travel_agent/models/booking_view_agent.py,sha256=R5YzS1WHT2Om7NPxphAWBZxDaxHilfWbGiUEyL2DVEI,11002
39
+ wink_sdk_travel_agent/models/boolean_response_agent.py,sha256=AxhyAfRbxolIbfLitXPqe_J7P7I8EhMTwD6jzlaqofg,10106
40
+ wink_sdk_travel_agent/models/cancellation_detail_agent.py,sha256=FgJ0B_Se0Qdco4EXz3OPHbu-T7DIrUYvWoMiIsVQs78,10534
41
+ wink_sdk_travel_agent/models/cancellation_policy_agent.py,sha256=efhkvDZRfgfvb7Bdu8JDE-BkNEWLQ0wjszO7hcwFbwM,16926
42
+ wink_sdk_travel_agent/models/cancellation_policy_exception_agent.py,sha256=eK10Od1BY2CPazmiuMzVqUwqyon9qU6Tp9iL1G8uZWU,11106
43
+ wink_sdk_travel_agent/models/cancellation_policy_exceptions_agent.py,sha256=vrHi8Sl2bykuhjhMvdFKq8_lNLbH31Gnl2-lQ7ktSAs,10431
44
+ wink_sdk_travel_agent/models/cancellation_policy_lightweight_agent.py,sha256=7WfBUs6SQJidiqjBtQ8XOkoWYQe1h5dRaZMjLKzWcxw,16865
45
+ wink_sdk_travel_agent/models/chart_category_axis_supplier.py,sha256=uGsqcEfE4pQ6zsbxNlJBgDShzBQkBlqcxRedRIvAb18,9930
46
+ wink_sdk_travel_agent/models/chart_legend_supplier.py,sha256=Vpd1AbbRrpL7aPhJ3X3_oi1sLMpyMva38hllZsSj7ps,9774
47
+ wink_sdk_travel_agent/models/chart_series_supplier.py,sha256=s_mdqjU-AIjnF_n_KOHxOMxHNh0QwQxScYAU3WTf9P4,10629
48
+ wink_sdk_travel_agent/models/chart_title_supplier.py,sha256=ENzQwevohLdLa-6k9S1Zj9qCv3l3GxFyf79UT0qbzfo,9781
49
+ wink_sdk_travel_agent/models/child_agent.py,sha256=hXUNMeiFSQXGq0EBiirm9wAd9tQtP4GLdNRpwjZFYjo,10020
50
+ wink_sdk_travel_agent/models/commissionable_entry_agent.py,sha256=TW6xkuD3vXA2cOY9uzhApNmq51NIuFyJHSl6Jxrxnbw,10685
51
+ wink_sdk_travel_agent/models/company_agent.py,sha256=EZpDs5dGujbGOLjlCVjGW3JSSpu0WRGFcXeYMISpUsA,16563
52
+ wink_sdk_travel_agent/models/company_user_agent.py,sha256=va5moJJIWNR5xqO-w6LFy-wvw7uJFLiHOBLmVTbex4E,11510
53
+ wink_sdk_travel_agent/models/company_view_agent.py,sha256=Ll9UMBrfG4SxNw9syzn44LoaepIe0bhfLxlKZM0ylKE,10962
54
+ wink_sdk_travel_agent/models/composite_filter_descriptor_agent.py,sha256=Ya4aim3OjKv94U2Z4iOYKbV9uw85jq9XKTDb6as75n0,10925
55
+ wink_sdk_travel_agent/models/contact_agent.py,sha256=ELBI95lVxfZZDMpWPgIR0rDFrHrFoNyUnvvJxvUZ1CI,10980
56
+ wink_sdk_travel_agent/models/country_agent.py,sha256=8iwTPElm4bYsFwDrYmhyY6acmfPlLYbqn8L-9Rj9cAQ,10736
57
+ wink_sdk_travel_agent/models/country_lightweight_agent.py,sha256=1SBr-PYDd243T84Vv9ZqtCO7gq3ve17dCsyIZFCIRHU,10782
58
+ wink_sdk_travel_agent/models/create_agent_booking400_response.py,sha256=qaeV9SvcHpc_dTC9yYVavQAkRkeMrjctPNztdtGAP6s,12911
59
+ wink_sdk_travel_agent/models/create_agent_booking_request_agent.py,sha256=4p6xl_XgRUR20wMxsni2Kh6UMdJUXgpxFLHzOn25Qtw,11503
60
+ wink_sdk_travel_agent/models/custom_monetary_amount.py,sha256=cnJqfEx2A49tv8F50dflg3wj7Ms1IN6nMa7dK9cI8nI,9977
61
+ wink_sdk_travel_agent/models/customization_lightweight_agent.py,sha256=2p-h1XQN-H_ZbM2pTeseD2uwjbu70IM8YF2QEKnIzcs,24907
62
+ wink_sdk_travel_agent/models/customization_theme_colors_agent.py,sha256=N-DA5x-YpQ0MbZBpDqM_rP8Ikv6TJHCpf1rVn_8NQLA,11778
63
+ wink_sdk_travel_agent/models/daily_rate_agent.py,sha256=C6RwBSYciMi836dvm0MUeu6BURBSAjaW4YtGFzb3Dxw,11874
64
+ wink_sdk_travel_agent/models/dow_pattern_group_agent.py,sha256=HQdhJKh_qcokR1O75egeQ9M0-xxc58LOSP1zF799ekU,10904
65
+ wink_sdk_travel_agent/models/engine_configuration_booking_report_agent.py,sha256=853TA4_zkheaDARd9PCHbns7o_SeMrEUcpFdiBieXis,24749
66
+ wink_sdk_travel_agent/models/engine_configuration_theme_agent.py,sha256=UoWzv_kCcmh1_5df2vkgRvqqw0CEG8R220bvfMEkiu0,11814
67
+ wink_sdk_travel_agent/models/engine_configuration_theme_colors_agent.py,sha256=pdFDOLp7rIX9-6iy3jEe9q8KkGg_EOEXO6z6qJmlpAU,11849
68
+ wink_sdk_travel_agent/models/extra_charge_agent.py,sha256=KZd7bE73lA9Z-MgU0pV6tZcVlIEXFHyM1x5M97K97vw,11235
69
+ wink_sdk_travel_agent/models/extra_charges_agent.py,sha256=cThscmjI--3_ywpjsPPhtaAr7maAlrqoptvKkmd6Q7E,11869
70
+ wink_sdk_travel_agent/models/fee_agent.py,sha256=axcnKIFR5R9732WznnnBtcDQEWqf4SNQ-FQJPTy7RME,10684
71
+ wink_sdk_travel_agent/models/filter_descriptor_agent.py,sha256=qosStL3mH-OdrquJV4G0l23ORo_NgW2tljt39lrvp9o,11132
72
+ wink_sdk_travel_agent/models/general_manager_agent.py,sha256=drvI09ghjESJDCNwaj7vmtT9VEgvnYrH6Y1vOXlLxWs,11060
73
+ wink_sdk_travel_agent/models/generic_error_message.py,sha256=O68q3feGEPb1Vj_TqYq-fsC9wxPo3zx4U-0vy0Zz4v8,10088
74
+ wink_sdk_travel_agent/models/geo_json_point_agent.py,sha256=Wl53h3ORXcHt5RlO6xMRD753D5rKDF_9Uv2dqr3prLA,10124
75
+ wink_sdk_travel_agent/models/geo_name_agent.py,sha256=binLC1UEIX_UhwSGEY4Iz8how_8qYzxB75NujdPKon8,13164
76
+ wink_sdk_travel_agent/models/geo_name_lightweight_agent.py,sha256=v6X1hha5c6FjTKSmECgsn8RpFBISVgVq1jEECfMg1IQ,13530
77
+ wink_sdk_travel_agent/models/group_descriptor_agent.py,sha256=xtQT7DCFr8jIaEzBl3Ochj6L5fn0QSL46HjVQjfeBd0,11049
78
+ wink_sdk_travel_agent/models/grouped_booking_sales_metrics_supplier_details.py,sha256=aV4T00mmzdk4G-XAEXWVIOLxqM8ll_TvQbG5gUR9-os,11227
79
+ wink_sdk_travel_agent/models/guest_room_agent.py,sha256=rNSKSfpXvl7wh9UuVTYDVNqovPwiw4tshAl_K3I-7Ho,26959
80
+ wink_sdk_travel_agent/models/guest_room_lightweight_agent.py,sha256=Z-U4XcAb7HgeELUmhINYagXZ0qVyUQ9S5tKRzKTHLK4,26884
81
+ wink_sdk_travel_agent/models/guest_user_agent.py,sha256=Bv4yAGR5-3aYOpAK_7_ZcsF2gTlLT91fx-qr1WImh-k,11294
82
+ wink_sdk_travel_agent/models/hotel_on_map_agent.py,sha256=4vU1w7qxLKyNIL05n3XZngR0OxPldG7np8UEU0z6V14,29569
83
+ wink_sdk_travel_agent/models/image_attribution_agent.py,sha256=SEXQHtE-u-Rwgi2BynBxomRdJci2-YwJHfSoOr9tO3I,10034
84
+ wink_sdk_travel_agent/models/line_chart_supplier.py,sha256=idyzmn0YduIV4omrfg-XPcnYs6DzEFr0ACuO8-VIkrU,12733
85
+ wink_sdk_travel_agent/models/localized_description_agent.py,sha256=suUQgbOkq0YwhWxG7fgXpVJ3F_UZOt3fgwboO7ywNbY,11247
86
+ wink_sdk_travel_agent/models/localized_price_agent.py,sha256=1lbHlJb6wyEmGN_71WdFwhk_ACqEsvs0AQ1PBjBIyMw,18708
87
+ wink_sdk_travel_agent/models/managed_by_entity_agent.py,sha256=B0T6i41C9l7Iz9QMfFPHSnT3VMQxfkB16BeTjm4UQKE,11099
88
+ wink_sdk_travel_agent/models/managed_by_entity_rules_agent.py,sha256=D42qBhV746EVd48ZKoX1EfjOuomopYcb2SqIh8s7c2c,10565
89
+ wink_sdk_travel_agent/models/media_author_attribution_agent.py,sha256=A1uYOLTgd3Y_vgf5x5xq0qvnoNdwy2CLDQHd2TINBu8,10056
90
+ wink_sdk_travel_agent/models/online_presence_agent.py,sha256=6Mwg7GQsH4voW_9Du9TrGINMSZToQR2aAduwpsEf5UU,13189
91
+ wink_sdk_travel_agent/models/page_booking_agent.py,sha256=rIGTz9iadogGVbIuuMv1dqL7tNuVHdcbUGnRBSMXgPA,12008
92
+ wink_sdk_travel_agent/models/page_booking_view_agent.py,sha256=_BwChdfUVjKQwLo6G0JSeNi1CZEF9B7AEW5cB9MFFmI,12028
93
+ wink_sdk_travel_agent/models/pageable_object_agent.py,sha256=bGL1h08-ay5KVurnMJGTgIEsMN91_kDUp7ESsYtRvs8,10648
94
+ wink_sdk_travel_agent/models/payout_agent.py,sha256=ey8o5mrobkEstKc5Ge-UDFNRl3UAihVW-7SQuC_Yfl4,14837
95
+ wink_sdk_travel_agent/models/payout_fee_agent.py,sha256=9deCD7Jo1rk7bDdooqP8J5TZCC6T4DOqJBNldh6D9H0,11228
96
+ wink_sdk_travel_agent/models/pending_refund_agent.py,sha256=1sItYONPKjIRA0aNTfzRcuEKCAAYbb_vFPoiJsxKKhg,11941
97
+ wink_sdk_travel_agent/models/perk_lightweight_agent.py,sha256=mbAXOPpUig9WNiLPVoKY2z2OiB4HfjeHPl4VA_7QDhg,11247
98
+ wink_sdk_travel_agent/models/personal_agent.py,sha256=28QYK22L4scVo-G76Kz9Ak-E0Eg3gOugnLKqm2feBSc,13286
99
+ wink_sdk_travel_agent/models/pet_info_dto_agent.py,sha256=ROniMQzpfBM7xLmOYhnddV3WSKhRfwl8SplfLEmkyuo,9874
100
+ wink_sdk_travel_agent/models/preferences_agent.py,sha256=SiemZX0Ai-Jy5uvN8_orhzE4xMwBGk-rivIWz61Api8,13850
101
+ wink_sdk_travel_agent/models/profile_agent.py,sha256=bAL87pdQuMuHAJwHZVADuP3qfuE6FGy0CVEJgW9JXMo,11400
102
+ wink_sdk_travel_agent/models/profile_lightweight_agent.py,sha256=dUhPCjrzavUyz-jMt12qMPTiDEV8CKayrDy8mciWb18,11597
103
+ wink_sdk_travel_agent/models/profile_user_agent.py,sha256=xT-mtFtwAV0HapPvZ-RPdPP0IqSDWJTQ7nxcarjuX5g,10711
104
+ wink_sdk_travel_agent/models/property_aggregate_lightweight_agent.py,sha256=oT0uXBsip4Pec3g3gt3vkPdyJnHOHPSAAvkpwAKyVYk,26447
105
+ wink_sdk_travel_agent/models/property_policy_agent.py,sha256=FRgadyPKZVEUG29pCVu7LGBbSv-gwOFBFA3RIS45bWA,14869
106
+ wink_sdk_travel_agent/models/quote_agent.py,sha256=wfzu2XK3YilAnB5kdAmZrGv-N_RnaD4OkW5KO0AfdoQ,10200
107
+ wink_sdk_travel_agent/models/quote_lightweight_agent.py,sha256=0YK7x_R3JQ04z6XZCny8QHXKFbOjs_mOf7oiPSRJnSE,10347
108
+ wink_sdk_travel_agent/models/rate_plan_agent.py,sha256=9zi6b7bdXwWSbph4Z2fm-uFIFEiUJmkWHhI_YBtiPWU,19126
109
+ wink_sdk_travel_agent/models/rate_plan_level_fee_agent.py,sha256=rZbch5xSKapNqX3-x1nv4H5mcnaM_IC_GWXz00UHDWs,11552
110
+ wink_sdk_travel_agent/models/refund_agent.py,sha256=mlSeD5WWJJeYLCkANoMhwf__lfSFCjMutg0B4SzbXTo,15956
111
+ wink_sdk_travel_agent/models/reporting_ancillary_agent.py,sha256=1yhjVPdofYGPPwzV24HV4A2n4_VjnRcl39eAdQ0yw_8,11408
112
+ wink_sdk_travel_agent/models/reporting_daily_rate_agent.py,sha256=6zrNWUj05ciSK42vKOghcSUylJP9Gs0QzYhF4LOpF_Q,11089
113
+ wink_sdk_travel_agent/models/reporting_extra_charge_agent.py,sha256=ZownYSusvwj2LcV8-amgigHraKuCA070DIU02Q48RZA,10591
114
+ wink_sdk_travel_agent/models/review_agent.py,sha256=pWTo1B0FFVNwSWwOqqvWJ8f5h-6MllyrfWIy0A_b0tc,14201
115
+ wink_sdk_travel_agent/models/review_answer_agent.py,sha256=dS5LnO5pL8TquzAIMxuwQAwk90NxnAoOEWEijKtZyI4,10698
116
+ wink_sdk_travel_agent/models/review_lightweight_agent.py,sha256=Vu2XK9OfcB7rPo6mnkz-UasBJt_c8ChLBsueZ3hrUf4,14133
117
+ wink_sdk_travel_agent/models/review_user_agent.py,sha256=f5yd39VzBBNMt0VOCPHGd4uMX5YvZ7vN4-H70x2KUPI,10645
118
+ wink_sdk_travel_agent/models/room_configuration_agent.py,sha256=YXBGS9BMPt4WhZ9zr6-Uj7VfMkQN2MYrBUdnSYun44E,10520
119
+ wink_sdk_travel_agent/models/room_configuration_price_rate_plan_agent.py,sha256=SKanUdDhXhpHwrFpUXuGxZos5VnfP-k10Nu-z8uLTZQ,13801
120
+ wink_sdk_travel_agent/models/room_stay_agent.py,sha256=RPK1iKNEH3S_6tG0ad5S6YaeKtz7KhDJf3Bs-HHU1uo,18243
121
+ wink_sdk_travel_agent/models/simple_address_agent.py,sha256=sBZp_7yP3802-UjK3vfA37SUuzaWt_VmRdX7VS2WDog,11316
122
+ wink_sdk_travel_agent/models/simple_date_time_itinerary_agent.py,sha256=Yg-7VroKENu9ottIACs7atT9DdSsAM60bKARluBUQhw,11216
123
+ wink_sdk_travel_agent/models/simple_description_agent.py,sha256=CUBnT4beLm3EP0YAucppKr_Zk07EAUrbM_fG4fXWroY,11362
124
+ wink_sdk_travel_agent/models/simple_multimedia_agent.py,sha256=0J2oZjg2zENf8msoXwAdd1KuaBGU-979c9u0xKejNRw,15717
125
+ wink_sdk_travel_agent/models/social_agent.py,sha256=r_wb-n92Pp2tzw2HVtYkR8BmFVLEY54-ObUz8__ZxGI,10634
126
+ wink_sdk_travel_agent/models/sort_descriptor_agent.py,sha256=wh97mMB15rVsGKHVwtac54G2HgZBWc0_iFgSnJT3ic0,10331
127
+ wink_sdk_travel_agent/models/sort_object.py,sha256=YH73z113i-4q9TQ-MInYhlr-hpYbmkj2-2oTbavKijc,10308
128
+ wink_sdk_travel_agent/models/sort_object_agent.py,sha256=PtmD16kK6PmN9d3KTL2yCojhNhaihnAQ6VomWVZBirE,9965
129
+ wink_sdk_travel_agent/models/state_agent.py,sha256=RWvl-7PMrDOCcQYUua-R8DsHEMvUsufjHl8Y4sXQjM0,11983
130
+ wink_sdk_travel_agent/models/stay_rate_agent.py,sha256=8lpfkQQky2Yay4WtJMM_gWcFpoYIPbTuBl9akdUVHsc,24860
131
+ wink_sdk_travel_agent/models/sub_country_agent.py,sha256=tQ5tuRkdv-FtFe_IrOwOCqrvcXugBOiAoAQSJQS58DI,10202
132
+ wink_sdk_travel_agent/models/sub_country_lightweight_agent.py,sha256=0GcfSYfNp9uN0wovXGcsdQCNkOhuaXv95ZlhMKfOOHs,10248
133
+ wink_sdk_travel_agent/models/sub_sub_country_agent.py,sha256=6qRvsTbseB-EqZX-91FfyYEj1Xqg8j9_Kh8pvXe_Lr4,10056
134
+ wink_sdk_travel_agent/models/sub_sub_country_lightweight_agent.py,sha256=XgCjIhcdgkn5NWoBWvX-_YTJU80TLeb6QhGNYJUSMns,10107
135
+ wink_sdk_travel_agent/models/supplier_contract_item_policy_agent.py,sha256=LC0e3KSzWDogH8mbHFM3l-tzNxVwmgSUWR3-0yqgU7E,17064
136
+ wink_sdk_travel_agent/models/travel_agent_agent.py,sha256=DyBz62a3lE0ZTsa5l1Mur_NUdwdc6nBZLEiQraBYCXM,10094
137
+ wink_sdk_travel_agent/models/travel_inventory_recognition_agent.py,sha256=McfGanlwq90jWVwPprXqJe6tfPT2l15rdB1Tefb6r_o,12472
138
+ wink_sdk_travel_agent/models/upsert_travel_agent_request_agent.py,sha256=K1fzAzZwvgBOWU4dIltLIC4evIaM5tNqJjyvCePmS58,10146
139
+ wink_sdk_travel_agent-0.0.43.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
140
+ wink_sdk_travel_agent-0.0.43.dist-info/METADATA,sha256=847T6cvTqdT_zJYGL2qR5x9TMSX12BouSHIYR0ZRY8I,31059
141
+ wink_sdk_travel_agent-0.0.43.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
142
+ wink_sdk_travel_agent-0.0.43.dist-info/top_level.txt,sha256=r4wUq-aj0a5gUjGGjn0pA0NpDhSk11ci-Vrb-PonzIo,22
143
+ wink_sdk_travel_agent-0.0.43.dist-info/RECORD,,
@@ -1,134 +0,0 @@
1
- wink_sdk_travel_agent/__init__.py,sha256=15WG7ENQBIhGQ7HD8ezN18Sm3o1id1oxKFBKrM-Xha0,16086
2
- wink_sdk_travel_agent/api_client.py,sha256=6YUgmrAvQ4vhuNvfWd8EGBBPasjvW7AW5EQNG38xwL4,34767
3
- wink_sdk_travel_agent/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
- wink_sdk_travel_agent/configuration.py,sha256=NSPym1miif2s0oMt1lOl0FHjrq4RGSRB5yJyeOxWtu8,25542
5
- wink_sdk_travel_agent/exceptions.py,sha256=rgseicWeCkXxD1Kr3rNY-VuiMUqBXjOoPrOvaRpU_kU,13737
6
- wink_sdk_travel_agent/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- wink_sdk_travel_agent/rest.py,sha256=CKAMXRN4gHMxGXju-Pl6kgVm-Mq60S9lNEcBbHXD6Vk,16741
8
- wink_sdk_travel_agent/api/__init__.py,sha256=GLKKEYGrVabqh2a0gUTFW9tC7YV5p1B3Z4V_tnEOleQ,118
9
- wink_sdk_travel_agent/api/travel_agent_api.py,sha256=AkLEw268mPmKDIRttD6dx0yfVOqsTxkr8k3QNs6BRlE,88449
10
- wink_sdk_travel_agent/models/__init__.py,sha256=RtP6jKrgAYUKSPZt2Wmrd-XTdSZ2tjdaPN4fLGXNL3o,15408
11
- wink_sdk_travel_agent/models/address_agent.py,sha256=ZYJvoiR-m23N1HKByfxvoKSMjFJm_o5UQYr_pFETb2k,11458
12
- wink_sdk_travel_agent/models/affiliate_account_agent.py,sha256=DKIrLxPcLvMpHwrAKX8XpLaai33k15Z8yCGgfsNR8x4,17788
13
- wink_sdk_travel_agent/models/affiliate_account_user_agent.py,sha256=QS03B_fZp08TtLA8f7mUofk8q52TvZxjosqBrTJYS5g,11638
14
- wink_sdk_travel_agent/models/agent_booking_request_agent.py,sha256=7iyU2La8X3QWKOzViWkwXu1ZizmRj7oYU5PxqM_WkwU,14281
15
- wink_sdk_travel_agent/models/aggregate_descriptor_agent.py,sha256=0azXROIKF2_PqolP_bjjvHgKgFDGlQxR5UJfTBjJ0zM,10427
16
- wink_sdk_travel_agent/models/ancillary_request_agent.py,sha256=orCP8nkplUqQy1C7egpOmqZl8UVfeEFsCxBv_nDWteY,11821
17
- wink_sdk_travel_agent/models/authenticated_user_agent.py,sha256=ossRqpJdicA_S0gViqXAmaNlTDkT41OdziHzWBT2-cE,10674
18
- wink_sdk_travel_agent/models/bed_agent.py,sha256=SfKp7CAb_dh88QW_pkxerDyKm02BbV5TvH1_Zl_a4Dk,10240
19
- wink_sdk_travel_agent/models/bedroom_agent.py,sha256=HRfBsCDR2oFUdKAyoLH6uNMTEFLi0kkY7n_RTETyxqQ,11010
20
- wink_sdk_travel_agent/models/bedroom_configuration_agent.py,sha256=YUPTRoIDerFDJkjZ4OWVsWgFbdfCf5RX0fhXQzI-IWQ,10748
21
- wink_sdk_travel_agent/models/beneficiary_agent.py,sha256=ozUooZ_ZWNZTYZ98JcdJhgFPqM8On5KTn5Fr1rK0TQ8,18096
22
- wink_sdk_travel_agent/models/beneficiary_charge_agent.py,sha256=-sPOdpXoePo_GdEkzbTVzWb-ZL4pIkGqtLgi_EXr3UY,10400
23
- wink_sdk_travel_agent/models/booking_agent.py,sha256=F7KPtgjYlPryfiaigcKdFkcRgUiyX-0CGm2gOkMo88s,32804
24
- wink_sdk_travel_agent/models/booking_ancillary_agent.py,sha256=KxRG3Mp8PITmJYNYbbXxVUUsoK65UWV_Vu_6XwQZX28,15512
25
- wink_sdk_travel_agent/models/booking_confirmations_agent.py,sha256=6gR1qVh3CJTF5-gJlWS9KZkJ76PfPhDehP9NSQIqFwQ,11324
26
- wink_sdk_travel_agent/models/booking_contract_agent.py,sha256=HEaUVHcou-qHUodKfHyB9BZrv8D9bd3Glp9D9TOXSEM,89807
27
- wink_sdk_travel_agent/models/booking_contract_item_agent.py,sha256=kwILBj9AfJMMjtfCiqGqRWPlPrzNavzOZoNJKT0Cb8M,22673
28
- wink_sdk_travel_agent/models/booking_contract_payment_details_agent.py,sha256=mWR5kezXvo9mO7vODWBqjcke1wM4Fqp2CAFl1_Pg9q4,12927
29
- wink_sdk_travel_agent/models/booking_itinerary_agent.py,sha256=tC9rZbci2fdThCsaViBsVf-0R-j7XeHERiFnCOk1vkI,11872
30
- wink_sdk_travel_agent/models/booking_itinerary_room_configuration_agent.py,sha256=8tYf-hOh3kzfAl-ZYoDaDq6aA8D4bTiVkm2h7e8NDU8,10644
31
- wink_sdk_travel_agent/models/booking_itinerary_room_configuration_child_agent.py,sha256=Y3I14vLKkVUk_60uNOV6yG8LZIrTdyX4DpjIVEliXwU,9995
32
- wink_sdk_travel_agent/models/booking_user_agent.py,sha256=HwNWnmPJ02i2gdeqgH-jG_PE9h8ZCPuJEMEtxBGbqCA,10792
33
- wink_sdk_travel_agent/models/booking_user_request_agent.py,sha256=7mVtUkIrnFxu36LQGC_1LBbVhw11IlyDbdCq4lnMXl0,10337
34
- wink_sdk_travel_agent/models/booking_user_session_agent.py,sha256=mySfOplORbqLrUTK-30G-A3QUBVJQO7XQjOdsczdovI,12552
35
- wink_sdk_travel_agent/models/booking_view_agent.py,sha256=R5YzS1WHT2Om7NPxphAWBZxDaxHilfWbGiUEyL2DVEI,11002
36
- wink_sdk_travel_agent/models/boolean_response_agent.py,sha256=DBbIaWhEEFt3XzjMZLVoUHtCEQ5BKow9EdSmNKMtfwQ,10106
37
- wink_sdk_travel_agent/models/cancellation_detail_agent.py,sha256=mMf6wGijJHy-x-gy23FUEJ9vC_mLjXdYgLMe0654_EM,10534
38
- wink_sdk_travel_agent/models/cancellation_policy_agent.py,sha256=efhkvDZRfgfvb7Bdu8JDE-BkNEWLQ0wjszO7hcwFbwM,16926
39
- wink_sdk_travel_agent/models/cancellation_policy_exception_agent.py,sha256=yy9pdcnC6wHPwsseubCLdCwNTQ_gx7slqOhLCXJadCA,11168
40
- wink_sdk_travel_agent/models/cancellation_policy_exceptions_agent.py,sha256=nqpQVkqxsjtIiK0iMVGDly-9071s49FUzLjGknKJv6k,10431
41
- wink_sdk_travel_agent/models/cancellation_policy_lightweight_agent.py,sha256=H6HjinR54_oOcapxMJmD0PgLmr85-jaOJtckk5hlk4I,16853
42
- wink_sdk_travel_agent/models/child_agent.py,sha256=VfpVYzDr5Vt7VrxX-B-JSF4Z5YDknSstzKbOMwhDs3s,10020
43
- wink_sdk_travel_agent/models/commissionable_entry_agent.py,sha256=GnR5x8vZK5Fmg2t3iT47GQ-8jLZSz_4XCZd4cHiQtVs,10685
44
- wink_sdk_travel_agent/models/company_agent.py,sha256=EZpDs5dGujbGOLjlCVjGW3JSSpu0WRGFcXeYMISpUsA,16563
45
- wink_sdk_travel_agent/models/company_user_agent.py,sha256=va5moJJIWNR5xqO-w6LFy-wvw7uJFLiHOBLmVTbex4E,11510
46
- wink_sdk_travel_agent/models/company_view_agent.py,sha256=Ll9UMBrfG4SxNw9syzn44LoaepIe0bhfLxlKZM0ylKE,10962
47
- wink_sdk_travel_agent/models/composite_filter_descriptor_agent.py,sha256=RjIEaOUpiUEqoLRNNvs8EWxZZUzNmuQ73tB_SVd7SWM,10925
48
- wink_sdk_travel_agent/models/contact_agent.py,sha256=S12HRQHyhsCHZyv4-LBU009wz5OL_6fNlEaantZ0x3s,10980
49
- wink_sdk_travel_agent/models/country_agent.py,sha256=8iwTPElm4bYsFwDrYmhyY6acmfPlLYbqn8L-9Rj9cAQ,10736
50
- wink_sdk_travel_agent/models/country_lightweight_agent.py,sha256=lhnndzxwVNKIzBsCYZNryqdNZ_sSH_CrAh4sTuQTBPc,10782
51
- wink_sdk_travel_agent/models/create_agent_booking400_response.py,sha256=n6V2r8OJ9zZvxC44xdLWU_2W6GLmp1Y8mHIb3nqnFYE,12911
52
- wink_sdk_travel_agent/models/create_agent_booking_request_agent.py,sha256=HcEaizMB6clCM0hL0a6sY7B2gpeeshb600L-alJPGbg,11503
53
- wink_sdk_travel_agent/models/custom_monetary_amount.py,sha256=gjhOfLf2mpRTT3cyJXaZ1pkBUc8Fuxy7HIbv9AaNorg,9977
54
- wink_sdk_travel_agent/models/customization_lightweight_agent.py,sha256=saKt_QjGMbCR6uc4FTMpp3d3qAu3l3ByzDGjK6-W0z4,24900
55
- wink_sdk_travel_agent/models/customization_theme_colors_agent.py,sha256=drMLw0QuhY2U75xUw6eCWn8exkpH_0rZd1UJMP9EIuM,11778
56
- wink_sdk_travel_agent/models/daily_rate_agent.py,sha256=C6RwBSYciMi836dvm0MUeu6BURBSAjaW4YtGFzb3Dxw,11874
57
- wink_sdk_travel_agent/models/dow_pattern_group_agent.py,sha256=HQdhJKh_qcokR1O75egeQ9M0-xxc58LOSP1zF799ekU,10904
58
- wink_sdk_travel_agent/models/engine_configuration_booking_report_agent.py,sha256=853TA4_zkheaDARd9PCHbns7o_SeMrEUcpFdiBieXis,24749
59
- wink_sdk_travel_agent/models/engine_configuration_theme_agent.py,sha256=UoWzv_kCcmh1_5df2vkgRvqqw0CEG8R220bvfMEkiu0,11814
60
- wink_sdk_travel_agent/models/engine_configuration_theme_colors_agent.py,sha256=pdFDOLp7rIX9-6iy3jEe9q8KkGg_EOEXO6z6qJmlpAU,11849
61
- wink_sdk_travel_agent/models/extra_charge_agent.py,sha256=MF7meL7l21R79isHgImb0GgrUQ3o-Lg6z5WUe_o-D7g,11235
62
- wink_sdk_travel_agent/models/extra_charges_agent.py,sha256=9eILkpftdLg9otaeUYAGtzJBFgPhWRcWE_IvPB2Nspc,11869
63
- wink_sdk_travel_agent/models/fee_agent.py,sha256=axcnKIFR5R9732WznnnBtcDQEWqf4SNQ-FQJPTy7RME,10684
64
- wink_sdk_travel_agent/models/filter_descriptor_agent.py,sha256=tLH2Yet9vDqUT0JNr1pq2ddGFjabgR-aqYIwyq54gDU,11132
65
- wink_sdk_travel_agent/models/general_manager_agent.py,sha256=Az3PCoPhvkvbZiHheDOztkAMSgi4IuYtYxgFbwcTVsY,11060
66
- wink_sdk_travel_agent/models/generic_error_message.py,sha256=vu0RMBLxIeA_1W-Umdlz-kYVXjhhDmUIYoYIKXtj7hE,10170
67
- wink_sdk_travel_agent/models/geo_json_point_agent.py,sha256=epFg4gM4QuvBxUgGqJwzhISWE3Co4xz8Zf3-6ncs0T8,10124
68
- wink_sdk_travel_agent/models/geo_name_agent.py,sha256=binLC1UEIX_UhwSGEY4Iz8how_8qYzxB75NujdPKon8,13164
69
- wink_sdk_travel_agent/models/geo_name_lightweight_agent.py,sha256=ll1AhGVWKIHN2gE5WEvOJdLDlgpjHOUPZV1ruXRgIiE,13530
70
- wink_sdk_travel_agent/models/group_descriptor_agent.py,sha256=rcBFkBKNxn1y32argUXB3KmAt0mG7ivuWxMjWwBH4co,11049
71
- wink_sdk_travel_agent/models/guest_room_agent.py,sha256=rNSKSfpXvl7wh9UuVTYDVNqovPwiw4tshAl_K3I-7Ho,26959
72
- wink_sdk_travel_agent/models/guest_room_lightweight_agent.py,sha256=wQxwDGaPj0_ISXQZ8IyEEOlLDHUoexoMWZNba2Hz8jY,26949
73
- wink_sdk_travel_agent/models/guest_user_agent.py,sha256=U9knNfl6WFLHenbhStw6disZ6J9Kk9dSbB1Ixd1XkOI,11277
74
- wink_sdk_travel_agent/models/hotel_on_map_agent.py,sha256=4vU1w7qxLKyNIL05n3XZngR0OxPldG7np8UEU0z6V14,29569
75
- wink_sdk_travel_agent/models/image_attribution_agent.py,sha256=SEXQHtE-u-Rwgi2BynBxomRdJci2-YwJHfSoOr9tO3I,10034
76
- wink_sdk_travel_agent/models/localized_description_agent.py,sha256=rD2RgVIbnFTANHdBB7buKycJF8ZoXb-gYSYwv-_2kHo,11247
77
- wink_sdk_travel_agent/models/localized_price_agent.py,sha256=whskK3SoIjaNBKhJuE93vk5Mi0xhUySkZxr2dEy7YvQ,18708
78
- wink_sdk_travel_agent/models/managed_by_entity_agent.py,sha256=B0T6i41C9l7Iz9QMfFPHSnT3VMQxfkB16BeTjm4UQKE,11099
79
- wink_sdk_travel_agent/models/managed_by_entity_rules_agent.py,sha256=D42qBhV746EVd48ZKoX1EfjOuomopYcb2SqIh8s7c2c,10565
80
- wink_sdk_travel_agent/models/media_author_attribution_agent.py,sha256=uSEMeCNOBZXgEEDfZDJ0In6ACCqrkLRjq0M5pszuY4o,10056
81
- wink_sdk_travel_agent/models/online_presence_agent.py,sha256=6Mwg7GQsH4voW_9Du9TrGINMSZToQR2aAduwpsEf5UU,13189
82
- wink_sdk_travel_agent/models/page_booking_agent.py,sha256=x6ulk8YXHpkfGqqiCtOOL7lGlOksykVuC0MK4NfWOEs,12008
83
- wink_sdk_travel_agent/models/page_booking_view_agent.py,sha256=_BwChdfUVjKQwLo6G0JSeNi1CZEF9B7AEW5cB9MFFmI,12028
84
- wink_sdk_travel_agent/models/pageable_object_agent.py,sha256=mbrII4rbrDUYhl7YznV6UWVIv7CXn48QMUwegHlG-IQ,10648
85
- wink_sdk_travel_agent/models/payout_agent.py,sha256=PVjBYvfj0S8yekmB4GKofn_nlzWmZmo_gad8OR21U-U,14903
86
- wink_sdk_travel_agent/models/payout_fee_agent.py,sha256=ArLppoTTU2cVbPFTV4l-xjfP8oL0d6Z3SIRqNKA7F5A,11250
87
- wink_sdk_travel_agent/models/pending_refund_agent.py,sha256=1sItYONPKjIRA0aNTfzRcuEKCAAYbb_vFPoiJsxKKhg,11941
88
- wink_sdk_travel_agent/models/perk_lightweight_agent.py,sha256=a4fNfdJhSqy9yawp99jCrxJFh8NweJ8COG062k_VJXs,11247
89
- wink_sdk_travel_agent/models/personal_agent.py,sha256=Oe0t1PZSdZhco97dzMrfIp3wXvZDl2hHoG2WoxhR3_s,13286
90
- wink_sdk_travel_agent/models/pet_info_dto_agent.py,sha256=ROniMQzpfBM7xLmOYhnddV3WSKhRfwl8SplfLEmkyuo,9874
91
- wink_sdk_travel_agent/models/preferences_agent.py,sha256=XMMzSLjsxzS69bmK37dTPwktq-1nQYP0sHdtPvLsvyc,13850
92
- wink_sdk_travel_agent/models/profile_agent.py,sha256=bAL87pdQuMuHAJwHZVADuP3qfuE6FGy0CVEJgW9JXMo,11400
93
- wink_sdk_travel_agent/models/profile_lightweight_agent.py,sha256=LltVvHiaYZkeCIAnN-8uhzCmL1-FkqKzb6OdKzWGM38,11703
94
- wink_sdk_travel_agent/models/profile_user_agent.py,sha256=L-8SfqCBO7BX0wG7KC_CQ2nYqK5wwTNLDc6mMa3-Fps,10711
95
- wink_sdk_travel_agent/models/property_aggregate_lightweight_agent.py,sha256=EOB8gW9NRl-hzpPdqntw_Y6AuU5w9_9hUtSCWmOZ7LQ,26249
96
- wink_sdk_travel_agent/models/property_policy_agent.py,sha256=vokAt_xFP8Z1JouTpCxiK-DFZNRf4Q3d5irFkLFa_nw,14869
97
- wink_sdk_travel_agent/models/quote_agent.py,sha256=wfzu2XK3YilAnB5kdAmZrGv-N_RnaD4OkW5KO0AfdoQ,10200
98
- wink_sdk_travel_agent/models/quote_lightweight_agent.py,sha256=zSz7L9UpGfjIds2ioI3_8JKc1JCpl-C-Oum2Ycti1Ag,10347
99
- wink_sdk_travel_agent/models/rate_plan_agent.py,sha256=9zi6b7bdXwWSbph4Z2fm-uFIFEiUJmkWHhI_YBtiPWU,19126
100
- wink_sdk_travel_agent/models/rate_plan_level_fee_agent.py,sha256=VqLUB6BKwR1xpQ-pjKSaWV4udyvizj9V4tOxx7LYi6k,11552
101
- wink_sdk_travel_agent/models/refund_agent.py,sha256=ZUJ1_4eyFAoZGH7NJEVjeB8IvZ2_0hJDKRz_lDdXuq4,15956
102
- wink_sdk_travel_agent/models/reporting_ancillary_agent.py,sha256=1yhjVPdofYGPPwzV24HV4A2n4_VjnRcl39eAdQ0yw_8,11408
103
- wink_sdk_travel_agent/models/reporting_daily_rate_agent.py,sha256=6zrNWUj05ciSK42vKOghcSUylJP9Gs0QzYhF4LOpF_Q,11089
104
- wink_sdk_travel_agent/models/reporting_extra_charge_agent.py,sha256=ZownYSusvwj2LcV8-amgigHraKuCA070DIU02Q48RZA,10591
105
- wink_sdk_travel_agent/models/review_agent.py,sha256=pWTo1B0FFVNwSWwOqqvWJ8f5h-6MllyrfWIy0A_b0tc,14201
106
- wink_sdk_travel_agent/models/review_answer_agent.py,sha256=XFd-ul5MksERy5GjQqWkwEaDUtYA0D2UqJKCk7GaNyU,10760
107
- wink_sdk_travel_agent/models/review_lightweight_agent.py,sha256=mZU6G4-ripq8kXEeC7sE73Aq8ehu2GnuW0QTQTyG1qI,14126
108
- wink_sdk_travel_agent/models/review_user_agent.py,sha256=zFuPlomBGllJ6PnP48Lvc4mnaMJ8Dy579LDwp_cseb8,10628
109
- wink_sdk_travel_agent/models/room_configuration_agent.py,sha256=kBfXOLMH3gWK6tshfHvL50zQMhIr4ejPol2Atdz45B8,10520
110
- wink_sdk_travel_agent/models/room_configuration_price_rate_plan_agent.py,sha256=-gGRp5480AsFr2W9GU5tbc7eJ9I1F4tC4nomOSb2BYE,13823
111
- wink_sdk_travel_agent/models/room_stay_agent.py,sha256=lqSMeXvSQOVOOnxDcJ6iQ-fhZ2Qd0vSOTKBz6pXcAUI,18265
112
- wink_sdk_travel_agent/models/simple_address_agent.py,sha256=HoFRdlRW4WsJiEz_lnhrmx7zWw0kUoHcBOjyq5Bv4jc,11316
113
- wink_sdk_travel_agent/models/simple_date_time_itinerary_agent.py,sha256=Cs49OGyfgQWMWK7pD4ldTsN-h0dPEN_Ur76R6OJGGJk,11216
114
- wink_sdk_travel_agent/models/simple_description_agent.py,sha256=MkQ5g26ii_pcknhGMiuMy2QAy72vCf2CEFO60qWymOs,11362
115
- wink_sdk_travel_agent/models/simple_multimedia_agent.py,sha256=3SWH8qdTw2qIBpVFJZ0WAmpoePXBoE99JWsdDybwTEk,15739
116
- wink_sdk_travel_agent/models/social_agent.py,sha256=ER6SB0Mxt9YBDae8bE13VqEDNSO-Qow6pwap_PJAQh0,10634
117
- wink_sdk_travel_agent/models/sort_descriptor_agent.py,sha256=Oy4Hcy95uGfhgeXYyELJbSYKeBCLyCpOcMgxHNFaw8Y,10331
118
- wink_sdk_travel_agent/models/sort_object.py,sha256=YH73z113i-4q9TQ-MInYhlr-hpYbmkj2-2oTbavKijc,10308
119
- wink_sdk_travel_agent/models/sort_object_agent.py,sha256=9ZiUwtx4wz8iZaedUVh2yCzFQDKMdZNGivXsr5pPzVg,9965
120
- wink_sdk_travel_agent/models/state_agent.py,sha256=8CKSZLHYDHOuy6kPuD8oJeIexx69pvKfSFc4foLKenw,11983
121
- wink_sdk_travel_agent/models/stay_rate_agent.py,sha256=epv3sf9XyYa3WftMfHf6JDggdx2tAtlzy45ZPiXnqGo,24860
122
- wink_sdk_travel_agent/models/sub_country_agent.py,sha256=tQ5tuRkdv-FtFe_IrOwOCqrvcXugBOiAoAQSJQS58DI,10202
123
- wink_sdk_travel_agent/models/sub_country_lightweight_agent.py,sha256=5fE6x2wcgzN0XyVLOgUdQ0ypcU9pilKp9XXcz3NkKFU,10248
124
- wink_sdk_travel_agent/models/sub_sub_country_agent.py,sha256=6qRvsTbseB-EqZX-91FfyYEj1Xqg8j9_Kh8pvXe_Lr4,10056
125
- wink_sdk_travel_agent/models/sub_sub_country_lightweight_agent.py,sha256=zrCcz9PM5ObW5oR_X3db-WcrNWVP3fVao_PXyYEm6Ew,10107
126
- wink_sdk_travel_agent/models/supplier_contract_item_policy_agent.py,sha256=dZhmIKdU5No84ZiM8bx6-OkS4vHr_ABv7wIriYpNlIY,17064
127
- wink_sdk_travel_agent/models/travel_agent_agent.py,sha256=DyBz62a3lE0ZTsa5l1Mur_NUdwdc6nBZLEiQraBYCXM,10094
128
- wink_sdk_travel_agent/models/travel_inventory_recognition_agent.py,sha256=Dt0U8hqaC_vFM-dm4j8wEgoztThWAbLdRx5VJDhJv1c,12494
129
- wink_sdk_travel_agent/models/upsert_travel_agent_request_agent.py,sha256=K1fzAzZwvgBOWU4dIltLIC4evIaM5tNqJjyvCePmS58,10146
130
- wink_sdk_travel_agent-0.0.41.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
131
- wink_sdk_travel_agent-0.0.41.dist-info/METADATA,sha256=YHUP9mU7ecU9FaCX2FjnhLa68Zt270HufLG6953WjZc,30726
132
- wink_sdk_travel_agent-0.0.41.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
133
- wink_sdk_travel_agent-0.0.41.dist-info/top_level.txt,sha256=r4wUq-aj0a5gUjGGjn0pA0NpDhSk11ci-Vrb-PonzIo,22
134
- wink_sdk_travel_agent-0.0.41.dist-info/RECORD,,