wink-sdk-travel-agent 0.0.21__py3-none-any.whl → 0.0.23__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 (112) hide show
  1. wink_sdk_travel_agent/__init__.py +2 -2
  2. wink_sdk_travel_agent/api/travel_agent_api.py +1 -1
  3. wink_sdk_travel_agent/api_client.py +1 -1
  4. wink_sdk_travel_agent/configuration.py +3 -3
  5. wink_sdk_travel_agent/exceptions.py +1 -1
  6. wink_sdk_travel_agent/models/__init__.py +1 -1
  7. wink_sdk_travel_agent/models/address_agent.py +1 -1
  8. wink_sdk_travel_agent/models/agent_booking_request_agent.py +1 -1
  9. wink_sdk_travel_agent/models/aggregate_descriptor_agent.py +1 -1
  10. wink_sdk_travel_agent/models/ancillary_request_agent.py +1 -1
  11. wink_sdk_travel_agent/models/authenticated_user_agent.py +1 -1
  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 +1 -1
  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 +26 -26
  18. wink_sdk_travel_agent/models/booking_ancillary_agent.py +1 -1
  19. wink_sdk_travel_agent/models/booking_confirmations_agent.py +1 -1
  20. wink_sdk_travel_agent/models/booking_contract_agent.py +10 -10
  21. wink_sdk_travel_agent/models/booking_contract_item_agent.py +8 -8
  22. wink_sdk_travel_agent/models/booking_contract_payment_details_agent.py +1 -1
  23. wink_sdk_travel_agent/models/booking_itinerary_agent.py +1 -1
  24. wink_sdk_travel_agent/models/booking_itinerary_room_configuration_agent.py +1 -1
  25. wink_sdk_travel_agent/models/booking_itinerary_room_configuration_child_agent.py +1 -1
  26. wink_sdk_travel_agent/models/booking_user_agent.py +1 -1
  27. wink_sdk_travel_agent/models/booking_user_request_agent.py +1 -1
  28. wink_sdk_travel_agent/models/booking_user_session_agent.py +1 -1
  29. wink_sdk_travel_agent/models/booking_view_agent.py +1 -1
  30. wink_sdk_travel_agent/models/boolean_response_agent.py +1 -1
  31. wink_sdk_travel_agent/models/cancellation_detail_agent.py +1 -1
  32. wink_sdk_travel_agent/models/cancellation_policy_agent.py +1 -1
  33. wink_sdk_travel_agent/models/cancellation_policy_exception_agent.py +1 -1
  34. wink_sdk_travel_agent/models/cancellation_policy_exceptions_agent.py +1 -1
  35. wink_sdk_travel_agent/models/child_agent.py +1 -1
  36. wink_sdk_travel_agent/models/commissionable_entry_agent.py +1 -1
  37. wink_sdk_travel_agent/models/company_agent.py +1 -1
  38. wink_sdk_travel_agent/models/company_user_agent.py +1 -1
  39. wink_sdk_travel_agent/models/company_view_agent.py +1 -1
  40. wink_sdk_travel_agent/models/composite_filter_descriptor_agent.py +1 -1
  41. wink_sdk_travel_agent/models/contact_agent.py +1 -1
  42. wink_sdk_travel_agent/models/country_agent.py +1 -1
  43. wink_sdk_travel_agent/models/create_agent_booking400_response.py +1 -1
  44. wink_sdk_travel_agent/models/create_agent_booking_request_agent.py +1 -1
  45. wink_sdk_travel_agent/models/custom_monetary_amount.py +1 -1
  46. wink_sdk_travel_agent/models/daily_rate_agent.py +1 -1
  47. wink_sdk_travel_agent/models/engine_configuration_booking_report_agent.py +1 -1
  48. wink_sdk_travel_agent/models/engine_configuration_theme_colors_agent.py +1 -1
  49. wink_sdk_travel_agent/models/extra_charge_agent.py +1 -1
  50. wink_sdk_travel_agent/models/extra_charges_agent.py +1 -1
  51. wink_sdk_travel_agent/models/fee_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 +1 -1
  55. wink_sdk_travel_agent/models/geo_json_point_agent.py +1 -1
  56. wink_sdk_travel_agent/models/geo_name_agent.py +1 -1
  57. wink_sdk_travel_agent/models/group_descriptor_agent.py +1 -1
  58. wink_sdk_travel_agent/models/guest_room_lightweight_agent.py +1 -1
  59. wink_sdk_travel_agent/models/guest_user_agent.py +1 -1
  60. wink_sdk_travel_agent/models/hotel_on_map_agent.py +1 -1
  61. wink_sdk_travel_agent/models/image_attribution_agent.py +1 -1
  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/managed_by_entity_agent.py +1 -1
  65. wink_sdk_travel_agent/models/managed_by_entity_rules_agent.py +1 -1
  66. wink_sdk_travel_agent/models/online_presence_agent.py +1 -1
  67. wink_sdk_travel_agent/models/page_booking_view_agent.py +13 -13
  68. wink_sdk_travel_agent/models/pageable_object_agent.py +4 -4
  69. wink_sdk_travel_agent/models/payout_agent.py +1 -1
  70. wink_sdk_travel_agent/models/payout_fee_agent.py +1 -1
  71. wink_sdk_travel_agent/models/pending_refund_agent.py +1 -1
  72. wink_sdk_travel_agent/models/perk_lightweight_agent.py +1 -1
  73. wink_sdk_travel_agent/models/personal_agent.py +1 -1
  74. wink_sdk_travel_agent/models/pet_info_dto_agent.py +1 -1
  75. wink_sdk_travel_agent/models/preferences_agent.py +1 -1
  76. wink_sdk_travel_agent/models/profile_agent.py +1 -1
  77. wink_sdk_travel_agent/models/profile_user_agent.py +1 -1
  78. wink_sdk_travel_agent/models/property_policy_agent.py +1 -1
  79. wink_sdk_travel_agent/models/quote_agent.py +1 -1
  80. wink_sdk_travel_agent/models/rate_plan_level_fee_agent.py +1 -1
  81. wink_sdk_travel_agent/models/refund_agent.py +1 -1
  82. wink_sdk_travel_agent/models/reporting_ancillary_agent.py +1 -1
  83. wink_sdk_travel_agent/models/reporting_daily_rate_agent.py +1 -1
  84. wink_sdk_travel_agent/models/reporting_extra_charge_agent.py +1 -1
  85. wink_sdk_travel_agent/models/review_agent.py +1 -1
  86. wink_sdk_travel_agent/models/review_answer_agent.py +1 -1
  87. wink_sdk_travel_agent/models/review_user_agent.py +1 -1
  88. wink_sdk_travel_agent/models/room_configuration_agent.py +1 -1
  89. wink_sdk_travel_agent/models/room_configuration_price_rate_plan_agent.py +1 -1
  90. wink_sdk_travel_agent/models/room_stay_agent.py +13 -13
  91. wink_sdk_travel_agent/models/simple_address_agent.py +1 -1
  92. wink_sdk_travel_agent/models/simple_date_time_itinerary_agent.py +1 -1
  93. wink_sdk_travel_agent/models/simple_description_agent.py +1 -1
  94. wink_sdk_travel_agent/models/simple_multimedia_agent.py +1 -1
  95. wink_sdk_travel_agent/models/social_agent.py +1 -1
  96. wink_sdk_travel_agent/models/sort_descriptor_agent.py +1 -1
  97. wink_sdk_travel_agent/models/sort_object_agent.py +4 -4
  98. wink_sdk_travel_agent/models/state_agent.py +1 -1
  99. wink_sdk_travel_agent/models/stay_rate_agent.py +7 -7
  100. wink_sdk_travel_agent/models/sub_country_agent.py +1 -1
  101. wink_sdk_travel_agent/models/sub_sub_country_agent.py +1 -1
  102. wink_sdk_travel_agent/models/supplier_contract_item_policy_agent.py +1 -1
  103. wink_sdk_travel_agent/models/travel_agent_agent.py +1 -1
  104. wink_sdk_travel_agent/models/travel_inventory_recognition_agent.py +1 -1
  105. wink_sdk_travel_agent/models/upsert_travel_agent_request_agent.py +1 -1
  106. wink_sdk_travel_agent/rest.py +1 -1
  107. {wink_sdk_travel_agent-0.0.21.dist-info → wink_sdk_travel_agent-0.0.23.dist-info}/METADATA +5 -5
  108. wink_sdk_travel_agent-0.0.23.dist-info/RECORD +119 -0
  109. wink_sdk_travel_agent-0.0.21.dist-info/RECORD +0 -119
  110. {wink_sdk_travel_agent-0.0.21.dist-info → wink_sdk_travel_agent-0.0.23.dist-info}/WHEEL +0 -0
  111. {wink_sdk_travel_agent-0.0.21.dist-info → wink_sdk_travel_agent-0.0.23.dist-info}/licenses/LICENSE +0 -0
  112. {wink_sdk_travel_agent-0.0.21.dist-info → wink_sdk_travel_agent-0.0.23.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](/engine-client): A single endpoint to retrieve whitelabel + customization information for the booking engine. - [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](/reactive): 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 reactive widget for all other entities. - [TripPay](/reactive): 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.16.0
8
+ The version of the OpenAPI document: 30.16.2
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](/engine-client): A single endpoint to retrieve whitelabel + customization information for the booking engine. - [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](/reactive): 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 reactive widget for all other entities. - [TripPay](/reactive): 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.16.0
8
+ The version of the OpenAPI document: 30.16.2
9
9
  Contact: bjorn@wink.travel
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -27,10 +27,10 @@ class SortObjectAgent(BaseModel):
27
27
  """
28
28
  SortObjectAgent
29
29
  """ # noqa: E501
30
- empty: Optional[StrictBool] = None
31
30
  sorted: Optional[StrictBool] = None
31
+ empty: Optional[StrictBool] = None
32
32
  unsorted: Optional[StrictBool] = None
33
- __properties: ClassVar[List[str]] = ["empty", "sorted", "unsorted"]
33
+ __properties: ClassVar[List[str]] = ["sorted", "empty", "unsorted"]
34
34
 
35
35
  model_config = ConfigDict(
36
36
  populate_by_name=True,
@@ -83,8 +83,8 @@ class SortObjectAgent(BaseModel):
83
83
  return cls.model_validate(obj)
84
84
 
85
85
  _obj = cls.model_validate({
86
- "empty": obj.get("empty"),
87
86
  "sorted": obj.get("sorted"),
87
+ "empty": obj.get("empty"),
88
88
  "unsorted": obj.get("unsorted")
89
89
  })
90
90
  return _obj
@@ -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](/engine-client): A single endpoint to retrieve whitelabel + customization information for the booking engine. - [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](/reactive): 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 reactive widget for all other entities. - [TripPay](/reactive): 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.16.0
8
+ The version of the OpenAPI document: 30.16.2
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](/engine-client): A single endpoint to retrieve whitelabel + customization information for the booking engine. - [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](/reactive): 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 reactive widget for all other entities. - [TripPay](/reactive): 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.16.0
8
+ The version of the OpenAPI document: 30.16.2
9
9
  Contact: bjorn@wink.travel
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -66,11 +66,11 @@ class StayRateAgent(BaseModel):
66
66
  user_specified_currency_total: Optional[CustomMonetaryAmount] = Field(default=None, alias="userSpecifiedCurrencyTotal")
67
67
  source_total: Optional[CustomMonetaryAmount] = Field(default=None, alias="sourceTotal")
68
68
  internal_total: Optional[CustomMonetaryAmount] = Field(default=None, alias="internalTotal")
69
- internal_average_price_per_night: Optional[CustomMonetaryAmount] = Field(default=None, alias="internalAveragePricePerNight")
70
69
  user_specified_currency_average_price_per_night: Optional[CustomMonetaryAmount] = Field(default=None, alias="userSpecifiedCurrencyAveragePricePerNight")
70
+ internal_average_price_per_night: Optional[CustomMonetaryAmount] = Field(default=None, alias="internalAveragePricePerNight")
71
71
  source_average_price_per_night: Optional[CustomMonetaryAmount] = Field(default=None, alias="sourceAveragePricePerNight")
72
72
  total_discount_percent: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, alias="totalDiscountPercent")
73
- __properties: ClassVar[List[str]] = ["userSpecifiedCurrencyBaseTotal", "sourceBaseTotal", "internalBaseTotal", "sourceExtraPaxModifier", "internalExtraPaxModifier", "userSpecifiedCurrencyExtraPaxModifier", "sourceExtraChildModifier", "internalExtraChildModifier", "userSpecifiedCurrencyExtraChildModifier", "sourceSingleOccupantModifier", "internalSingleOccupantModifier", "userSpecifiedCurrencySingleOccupantModifier", "sourcePromotionalModifier", "internalPromotionalModifier", "userSpecifiedCurrencyPromotionalModifier", "sourcePremiumModifier", "internalPremiumModifier", "userSpecifiedCurrencyPremiumModifier", "sourceChannelModifier", "internalChannelModifier", "userSpecifiedCurrencyChannelModifier", "quantity", "minOccupancy", "maxOccupancy", "rateSource", "promotionalDiscountPercent", "channelDiscountPercent", "premiumPercent", "available", "sourceToUserCurrencyQuote", "sourceToInternalCurrencyQuote", "offerDetails", "promotionalCodes", "userSpecifiedCurrencyTotal", "sourceTotal", "internalTotal", "internalAveragePricePerNight", "userSpecifiedCurrencyAveragePricePerNight", "sourceAveragePricePerNight", "totalDiscountPercent"]
73
+ __properties: ClassVar[List[str]] = ["userSpecifiedCurrencyBaseTotal", "sourceBaseTotal", "internalBaseTotal", "sourceExtraPaxModifier", "internalExtraPaxModifier", "userSpecifiedCurrencyExtraPaxModifier", "sourceExtraChildModifier", "internalExtraChildModifier", "userSpecifiedCurrencyExtraChildModifier", "sourceSingleOccupantModifier", "internalSingleOccupantModifier", "userSpecifiedCurrencySingleOccupantModifier", "sourcePromotionalModifier", "internalPromotionalModifier", "userSpecifiedCurrencyPromotionalModifier", "sourcePremiumModifier", "internalPremiumModifier", "userSpecifiedCurrencyPremiumModifier", "sourceChannelModifier", "internalChannelModifier", "userSpecifiedCurrencyChannelModifier", "quantity", "minOccupancy", "maxOccupancy", "rateSource", "promotionalDiscountPercent", "channelDiscountPercent", "premiumPercent", "available", "sourceToUserCurrencyQuote", "sourceToInternalCurrencyQuote", "offerDetails", "promotionalCodes", "userSpecifiedCurrencyTotal", "sourceTotal", "internalTotal", "userSpecifiedCurrencyAveragePricePerNight", "internalAveragePricePerNight", "sourceAveragePricePerNight", "totalDiscountPercent"]
74
74
 
75
75
  model_config = ConfigDict(
76
76
  populate_by_name=True,
@@ -142,12 +142,12 @@ class StayRateAgent(BaseModel):
142
142
  # override the default output from pydantic by calling `to_dict()` of internal_total
143
143
  if self.internal_total:
144
144
  _dict['internalTotal'] = self.internal_total.to_dict()
145
- # override the default output from pydantic by calling `to_dict()` of internal_average_price_per_night
146
- if self.internal_average_price_per_night:
147
- _dict['internalAveragePricePerNight'] = self.internal_average_price_per_night.to_dict()
148
145
  # override the default output from pydantic by calling `to_dict()` of user_specified_currency_average_price_per_night
149
146
  if self.user_specified_currency_average_price_per_night:
150
147
  _dict['userSpecifiedCurrencyAveragePricePerNight'] = self.user_specified_currency_average_price_per_night.to_dict()
148
+ # override the default output from pydantic by calling `to_dict()` of internal_average_price_per_night
149
+ if self.internal_average_price_per_night:
150
+ _dict['internalAveragePricePerNight'] = self.internal_average_price_per_night.to_dict()
151
151
  # override the default output from pydantic by calling `to_dict()` of source_average_price_per_night
152
152
  if self.source_average_price_per_night:
153
153
  _dict['sourceAveragePricePerNight'] = self.source_average_price_per_night.to_dict()
@@ -199,8 +199,8 @@ class StayRateAgent(BaseModel):
199
199
  "userSpecifiedCurrencyTotal": CustomMonetaryAmount.from_dict(obj["userSpecifiedCurrencyTotal"]) if obj.get("userSpecifiedCurrencyTotal") is not None else None,
200
200
  "sourceTotal": CustomMonetaryAmount.from_dict(obj["sourceTotal"]) if obj.get("sourceTotal") is not None else None,
201
201
  "internalTotal": CustomMonetaryAmount.from_dict(obj["internalTotal"]) if obj.get("internalTotal") is not None else None,
202
- "internalAveragePricePerNight": CustomMonetaryAmount.from_dict(obj["internalAveragePricePerNight"]) if obj.get("internalAveragePricePerNight") is not None else None,
203
202
  "userSpecifiedCurrencyAveragePricePerNight": CustomMonetaryAmount.from_dict(obj["userSpecifiedCurrencyAveragePricePerNight"]) if obj.get("userSpecifiedCurrencyAveragePricePerNight") is not None else None,
203
+ "internalAveragePricePerNight": CustomMonetaryAmount.from_dict(obj["internalAveragePricePerNight"]) if obj.get("internalAveragePricePerNight") is not None else None,
204
204
  "sourceAveragePricePerNight": CustomMonetaryAmount.from_dict(obj["sourceAveragePricePerNight"]) if obj.get("sourceAveragePricePerNight") is not None else None,
205
205
  "totalDiscountPercent": obj.get("totalDiscountPercent")
206
206
  })
@@ -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](/engine-client): A single endpoint to retrieve whitelabel + customization information for the booking engine. - [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](/reactive): 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 reactive widget for all other entities. - [TripPay](/reactive): 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.16.0
8
+ The version of the OpenAPI document: 30.16.2
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](/engine-client): A single endpoint to retrieve whitelabel + customization information for the booking engine. - [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](/reactive): 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 reactive widget for all other entities. - [TripPay](/reactive): 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.16.0
8
+ The version of the OpenAPI document: 30.16.2
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](/engine-client): A single endpoint to retrieve whitelabel + customization information for the booking engine. - [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](/reactive): 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 reactive widget for all other entities. - [TripPay](/reactive): 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.16.0
8
+ The version of the OpenAPI document: 30.16.2
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](/engine-client): A single endpoint to retrieve whitelabel + customization information for the booking engine. - [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](/reactive): 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 reactive widget for all other entities. - [TripPay](/reactive): 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.16.0
8
+ The version of the OpenAPI document: 30.16.2
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](/engine-client): A single endpoint to retrieve whitelabel + customization information for the booking engine. - [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](/reactive): 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 reactive widget for all other entities. - [TripPay](/reactive): 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.16.0
8
+ The version of the OpenAPI document: 30.16.2
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](/engine-client): A single endpoint to retrieve whitelabel + customization information for the booking engine. - [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](/reactive): 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 reactive widget for all other entities. - [TripPay](/reactive): 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.16.0
8
+ The version of the OpenAPI document: 30.16.2
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](/engine-client): A single endpoint to retrieve whitelabel + customization information for the booking engine. - [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](/reactive): 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 reactive widget for all other entities. - [TripPay](/reactive): 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.16.0
8
+ The version of the OpenAPI document: 30.16.2
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.21
3
+ Version: 0.0.23
4
4
  Summary: Wink API
5
5
  Home-page: https://github.com/wink-travel/wink-sdk-python.git
6
6
  Author: Bjorn Harvold
@@ -320,8 +320,8 @@ 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.16.0
324
- - Package version: 0.0.21
323
+ - API version: 30.16.2
324
+ - Package version: 0.0.23
325
325
  - Generator version: 7.12.0
326
326
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
327
327
 
@@ -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.21#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.23#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.21#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.23#egg=wink_sdk_travel_agent&subdirectory=wink_sdk_travel_agent`)
345
345
 
346
346
  Then import the package:
347
347
  ```python
@@ -0,0 +1,119 @@
1
+ wink_sdk_travel_agent/__init__.py,sha256=roCR9OYNDPKIDCVBtGCSVbyllSYa5bBxxnr2VFT55bY,16735
2
+ wink_sdk_travel_agent/api_client.py,sha256=P0UUm01k_s9gEANmkgxGjsnGB3-rQDaSURfVaOUnnkc,34754
3
+ wink_sdk_travel_agent/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
+ wink_sdk_travel_agent/configuration.py,sha256=Hdji0H0TjGPZBmEvWyCIbFTyg9drtv1XYQ0M1uBhesU,25529
5
+ wink_sdk_travel_agent/exceptions.py,sha256=UtW5gdQJryw4GuzPI8ZzkdUKfKw50gXv0qmS0Pe-Z98,13724
6
+ wink_sdk_travel_agent/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ wink_sdk_travel_agent/rest.py,sha256=CPkADMW65Fbbi-8n5RI3Ff_ZPSTAC3RxhVgVFohwT9Q,16728
8
+ wink_sdk_travel_agent/api/__init__.py,sha256=GLKKEYGrVabqh2a0gUTFW9tC7YV5p1B3Z4V_tnEOleQ,118
9
+ wink_sdk_travel_agent/api/travel_agent_api.py,sha256=_9HCShO9tDgI9msFlsZT6JOwg3A6n8JH7G2hd_tv8nY,88518
10
+ wink_sdk_travel_agent/models/__init__.py,sha256=gAOzKFtdvJVE3EgiDllDB4XQ6L0R7I6AipLJrgex55M,16057
11
+ wink_sdk_travel_agent/models/address_agent.py,sha256=4cGRRC8s5j2S9YsFJbW3_eSGEHmIseqjge-xpOGZ3iE,11277
12
+ wink_sdk_travel_agent/models/agent_booking_request_agent.py,sha256=6zu00urEgBUz9KwyExlqYWbBng6HaC0IAyYd-Zfss6c,15106
13
+ wink_sdk_travel_agent/models/aggregate_descriptor_agent.py,sha256=URTMCJbTxusAWX2oBDzhlGNiVPPXC-e_iN-0iwGiXDY,10421
14
+ wink_sdk_travel_agent/models/ancillary_request_agent.py,sha256=KBNTlTslie_DAdvOs-5NWPwddna-jx9LFRrM7SO9cCk,11821
15
+ wink_sdk_travel_agent/models/authenticated_user_agent.py,sha256=CcDXvlXIbE1kMDVCbykPiqldsVxi4hssPUOvoNZzcMA,10529
16
+ wink_sdk_travel_agent/models/bed_agent.py,sha256=Nsph8ghWZWk-1AZcOPZ7DrgCtftNqDB2JdxTL8hXFTQ,10199
17
+ wink_sdk_travel_agent/models/bedroom_agent.py,sha256=TBaz_pKXa0ALmfdYqtR88od49k1y0klRD0LTJ98Ras0,10983
18
+ wink_sdk_travel_agent/models/bedroom_configuration_agent.py,sha256=hAKELqGiqhIdxGhWyWi_Rs1y05hiT8Yc1uysuzj3vZ0,10666
19
+ wink_sdk_travel_agent/models/beneficiary_agent.py,sha256=6H5S_N64LZHxLkXO8-aTbAyoCC5KvUCp2772J4_r6Co,18305
20
+ wink_sdk_travel_agent/models/beneficiary_charge_agent.py,sha256=kkUD6NWtGGKdImyESxCKFUGrM3Z3DEjsZRPFH3TS-m4,10387
21
+ wink_sdk_travel_agent/models/booking_agent.py,sha256=UiW06o0sRceZarA9BE2vaugL6HnRsmLP_JCy-o0JD6Y,34655
22
+ wink_sdk_travel_agent/models/booking_ancillary_agent.py,sha256=pXgKNRHXOpZfKWacr6PJIoI58kdiADlTi6kbD5qPf6E,14908
23
+ wink_sdk_travel_agent/models/booking_confirmations_agent.py,sha256=6-atpEAVZvHPRpWqNKxd9vCnUWEx94ZzJXaKNSnePzM,11540
24
+ wink_sdk_travel_agent/models/booking_contract_agent.py,sha256=psQ0r5a7xd9MBhR6hI8PQeNbP9btuOPpane9tf033HY,82474
25
+ wink_sdk_travel_agent/models/booking_contract_item_agent.py,sha256=4lJ71tawrmH1MsW6jIcY7Zg2oCn9ccla3GXl0cnaiN8,22914
26
+ wink_sdk_travel_agent/models/booking_contract_payment_details_agent.py,sha256=eNFPEaIfdJs-UkFVOIuvTOJRZuRgVkQkxTtlrZDCW2U,13199
27
+ wink_sdk_travel_agent/models/booking_itinerary_agent.py,sha256=XbI24x14gHtzQocdv6cOp6BxA8j9S83SBwOJwTWu15c,11909
28
+ wink_sdk_travel_agent/models/booking_itinerary_room_configuration_agent.py,sha256=9cnh5SZNYWJhMjUef9J1CrvzE4RcBS--vDqlU-8l42A,10706
29
+ wink_sdk_travel_agent/models/booking_itinerary_room_configuration_child_agent.py,sha256=vfJCklk411i8oKaV-2cQJB4vfNOLh690tqHLBS75q6Y,9982
30
+ wink_sdk_travel_agent/models/booking_user_agent.py,sha256=8VLO7bplf66vbx5V3Q01G5-wNzpBGTOFAVnTjr61iVM,10670
31
+ wink_sdk_travel_agent/models/booking_user_request_agent.py,sha256=MqCIleJbEQc-lvBudCIHuRY3k80aqyO4hxK5aa-nOUI,10366
32
+ wink_sdk_travel_agent/models/booking_user_session_agent.py,sha256=CoHnipvpuG6baU-PLZia6r7Uf84V7TcdPWEwDjVkz5E,12499
33
+ wink_sdk_travel_agent/models/booking_view_agent.py,sha256=GjJZ8lQ9DuVoYbPE6y_fWsLIjdvEKs1IypZC8ABoPjI,10962
34
+ wink_sdk_travel_agent/models/boolean_response_agent.py,sha256=FneqN_mNBGIemhsEqb5UfaH-mw9nLcXEgD16R6oVGuI,10093
35
+ wink_sdk_travel_agent/models/cancellation_detail_agent.py,sha256=dKNEmQwcbMxMxx3Ir0GMb_nyaZpBW-Q3HkU4iZSJxDM,10442
36
+ wink_sdk_travel_agent/models/cancellation_policy_agent.py,sha256=GS_Lqnozqjnd5hfZsKLaD3qsWfoQHovMbsxKkQUwbRM,16926
37
+ wink_sdk_travel_agent/models/cancellation_policy_exception_agent.py,sha256=Mo-WI5J3zq1jdkXd-ELUd9Ts3zYfvQvShn1HdxpC26Y,11007
38
+ wink_sdk_travel_agent/models/cancellation_policy_exceptions_agent.py,sha256=yGHGtA7qAI6W9WCcl5n1jayVCQEwTqQRVW_IDbHHCnE,10465
39
+ wink_sdk_travel_agent/models/child_agent.py,sha256=oLFngtqJrJ8m5aNQPlbvxgvR_mkIO7wCBHLA_UO8KWA,10007
40
+ wink_sdk_travel_agent/models/commissionable_entry_agent.py,sha256=1soMVGC1ubBn_pmkDK2ELQ-66VpyNvaHy5tqEeDIqWo,10610
41
+ wink_sdk_travel_agent/models/company_agent.py,sha256=QKczYMkSW1X3436LgraLG3kMlzCW_nmxp6zPbRyFsvY,16563
42
+ wink_sdk_travel_agent/models/company_user_agent.py,sha256=Ak3SHTu2QJBwaO7FQZgoS60w863Xtrt2l4hnesautiA,11510
43
+ wink_sdk_travel_agent/models/company_view_agent.py,sha256=1x9tRyxelfdVhtd-KawIFMV1glDWuLKC4GD76AvayZ4,10962
44
+ wink_sdk_travel_agent/models/composite_filter_descriptor_agent.py,sha256=Jv19hDdA9jaNF-prGSOaAZ4iVVdO9M_pm_DtGVLt5qU,10923
45
+ wink_sdk_travel_agent/models/contact_agent.py,sha256=JlmqYoDFIqUbXV4B8b-ks0pD3ev3W4RJvWYlwunrQXM,11010
46
+ wink_sdk_travel_agent/models/country_agent.py,sha256=bUHMBQhJikdVEnAGQN_TvzNncln-k7eqmqf3cZsyu2o,10736
47
+ wink_sdk_travel_agent/models/create_agent_booking400_response.py,sha256=8Yg7v58PeTSt4MNEPXEOemmrJ2stTxvL9WK2zVLT650,12909
48
+ wink_sdk_travel_agent/models/create_agent_booking_request_agent.py,sha256=6WLe9nuIRs04PL5iHPLbkASN3AxtEO1ubRMxlzZTOEc,11301
49
+ wink_sdk_travel_agent/models/custom_monetary_amount.py,sha256=UZ5GBH-uc0QA-xK1plUFUk6hUb9I3sS8xnNE6a9wGHc,9889
50
+ wink_sdk_travel_agent/models/daily_rate_agent.py,sha256=eE60hYdw4XoeKvJ5EcdXuzZ4Em1rRIqtAkq_LYf__EM,11874
51
+ wink_sdk_travel_agent/models/dow_pattern_group_agent.py,sha256=HQdhJKh_qcokR1O75egeQ9M0-xxc58LOSP1zF799ekU,10904
52
+ wink_sdk_travel_agent/models/engine_configuration_booking_report_agent.py,sha256=G4LN_42qvI497M-IWAZMKmWuR3LkJKc5pru6zPA2vXI,24749
53
+ wink_sdk_travel_agent/models/engine_configuration_theme_agent.py,sha256=UoWzv_kCcmh1_5df2vkgRvqqw0CEG8R220bvfMEkiu0,11814
54
+ wink_sdk_travel_agent/models/engine_configuration_theme_colors_agent.py,sha256=bBVZMY2iYoZ0Jw9Iaf_-H_5PlEcsZkWpBxyMFtqG8ew,11849
55
+ wink_sdk_travel_agent/models/extra_charge_agent.py,sha256=MkGBsQv4RlBTthDLa7314x_VcMfxfFeb0GtmG8YaP3I,11078
56
+ wink_sdk_travel_agent/models/extra_charges_agent.py,sha256=UOrdiR1KoRky5bvPWcqLDx0xTaeo1EPbm_UK0c_tu9I,11868
57
+ wink_sdk_travel_agent/models/fee_agent.py,sha256=rTk8qzRCMsDQjj2SzyjAGKf_aCCNAadp4mpx2ZbHSYw,10684
58
+ wink_sdk_travel_agent/models/filter_descriptor_agent.py,sha256=xv2GACKS7geSLCoaas0mCO4RDGdLWkxiiK3XAZYJ2UQ,10917
59
+ wink_sdk_travel_agent/models/general_manager_agent.py,sha256=9S6KYSO51g6x67Mu-P9ocvT4YUj0h4Yk5RFJ7j3aBKw,11015
60
+ wink_sdk_travel_agent/models/generic_error_message.py,sha256=h4DsA3O6GPK_A_CWvqcnxdJQFX8CZ140eqOpl-qpHiU,10157
61
+ wink_sdk_travel_agent/models/geo_json_point_agent.py,sha256=hXxE6ul9numXWdnXhZokGgI6hL0zxLm3dwAYikT4lJU,10174
62
+ wink_sdk_travel_agent/models/geo_name_agent.py,sha256=QRSx-WQvtNuRMKKKVKWyHkPcQETpQK0eki2M06ruphU,13164
63
+ wink_sdk_travel_agent/models/group_descriptor_agent.py,sha256=xG3vyCx6h7b4UZJD7qjYOVRsOuFBle87vl9RmJsn65o,11052
64
+ wink_sdk_travel_agent/models/guest_room_agent.py,sha256=rNSKSfpXvl7wh9UuVTYDVNqovPwiw4tshAl_K3I-7Ho,26959
65
+ wink_sdk_travel_agent/models/guest_room_lightweight_agent.py,sha256=Orxv2Eg3s_a8VuT3KDMiF0fbIRmZh-nXR7nPQ7ksCFo,27036
66
+ wink_sdk_travel_agent/models/guest_user_agent.py,sha256=6QIBXg3-F-zlmzU_O4z483Yq0_A7CaqgGKzkw9tjEgk,11008
67
+ wink_sdk_travel_agent/models/hotel_on_map_agent.py,sha256=bD_LPf1tJfrP4qrFqoHXQ9mGV7yo2ypiKF2BNT9NIP8,29569
68
+ wink_sdk_travel_agent/models/image_attribution_agent.py,sha256=KaeLONGJUsMk2qG4ySdqNS8pcTmeM2ihmpI1FUUf1P4,9959
69
+ wink_sdk_travel_agent/models/localized_description_agent.py,sha256=50Pn5u1FKnC7S0z6X7mY9zoJdyZg75ot5LZhB8hpEA4,10219
70
+ wink_sdk_travel_agent/models/localized_price_agent.py,sha256=JSJwGWY5Qh3zU3OtcI1Z-KcEDOK2DGGQRiGwpyLcJU4,18399
71
+ wink_sdk_travel_agent/models/managed_by_entity_agent.py,sha256=IbUUcMa8As9bFSeiHcXVp3juRDkGJYSEmxj7KxpvQz0,11026
72
+ wink_sdk_travel_agent/models/managed_by_entity_rules_agent.py,sha256=aQKA7zHzIdd6JZ57oZvSd1CA8cCKORrb0OuMJos-Sek,10612
73
+ wink_sdk_travel_agent/models/online_presence_agent.py,sha256=xIrafhW3GQ5QmKmyuulT2Qcf3wAg-2_B10DTMHWQL0Y,13189
74
+ wink_sdk_travel_agent/models/page_booking_view_agent.py,sha256=kXUy4v-UpKcYJ6TIVzm1d_s2FC1yvSDkauY0FBlI-lI,12028
75
+ wink_sdk_travel_agent/models/pageable_object_agent.py,sha256=C2jZQAKJDEDeebDt7dxMX0c-OQJqEaVKZEgvN5aAOFw,10635
76
+ wink_sdk_travel_agent/models/payout_agent.py,sha256=vtoDaFST6hSeOUaC4FYNm0dcufRtrLxh79x-BlwPuBU,14591
77
+ wink_sdk_travel_agent/models/payout_fee_agent.py,sha256=5FCz5tBmRAy4ByXB98IQ4HypLQyRu8pusnK4kd_JL7A,11112
78
+ wink_sdk_travel_agent/models/pending_refund_agent.py,sha256=5wg9n-0Kt7Uk9octzoXSvzeb5z-CO7tm2HS6_ur2Prk,11941
79
+ wink_sdk_travel_agent/models/perk_lightweight_agent.py,sha256=nsh-JCcfpRK9XMPyGbG6KQbLg2UVvxvE5zTNhDbtAnw,11158
80
+ wink_sdk_travel_agent/models/personal_agent.py,sha256=I5myu9f1WAiX46GCcsG0yRx9tt9GPpLelZOwRGlz8sk,14368
81
+ wink_sdk_travel_agent/models/pet_info_dto_agent.py,sha256=hpeiUoyjRUjg63kykGPXh0UDh_1oyIVUvaxxS4w0cHg,9874
82
+ wink_sdk_travel_agent/models/preferences_agent.py,sha256=vvwTcaRboAwvKeC0E7dP9WdUy9bVKZ4u_4IMkO4rS1k,14432
83
+ wink_sdk_travel_agent/models/profile_agent.py,sha256=W6cd6T-mZdiJAXlQAcfTTCCakSs96vECkiDUfh4C2TY,11400
84
+ wink_sdk_travel_agent/models/profile_user_agent.py,sha256=oYj5ZeLzZpTqFAxczyKe2u_Z7fCs3VHZZY25Qo2RMaA,10694
85
+ wink_sdk_travel_agent/models/property_policy_agent.py,sha256=hdBKuoPo8h5hSgXBj7RHVkbHyIYoKp-GJPbDJh80avM,14629
86
+ wink_sdk_travel_agent/models/quote_agent.py,sha256=k7pFl_vODqsu_uLhzsj-k3ewxiXz8apt1MA-yjUfAfg,10200
87
+ wink_sdk_travel_agent/models/rate_plan_agent.py,sha256=9zi6b7bdXwWSbph4Z2fm-uFIFEiUJmkWHhI_YBtiPWU,19126
88
+ wink_sdk_travel_agent/models/rate_plan_level_fee_agent.py,sha256=AiSkU0_K3XD2OqKBWXxpmfSWWdI0hiN48itdQzTtd6s,11411
89
+ wink_sdk_travel_agent/models/refund_agent.py,sha256=cQtFuWp2Q2bn3urMxLUH0SjCsBvwqm4w3uBqE_Y0nP4,15782
90
+ wink_sdk_travel_agent/models/reporting_ancillary_agent.py,sha256=kKoSqAncOuHhe6EqygbLj5sSPtPhif5O-GvkSP-gtng,11408
91
+ wink_sdk_travel_agent/models/reporting_daily_rate_agent.py,sha256=RCi7YjH5dfAOkIfXy58KiXshdqvL7_5g4FfTrQduDkY,11089
92
+ wink_sdk_travel_agent/models/reporting_extra_charge_agent.py,sha256=tCAbOowTmjHVVNqTmk3fx3lNMZH48NVg9nFzmALdo-Y,10591
93
+ wink_sdk_travel_agent/models/review_agent.py,sha256=Cy2h0owExmdQ8dmgb0hJE-kpAtSZxNkVEK5kQjEzZSk,14201
94
+ wink_sdk_travel_agent/models/review_answer_agent.py,sha256=iTwgtSp0nU-2bjOB4cTjCDkVgvyndj-CjjnXsKuzGXg,10668
95
+ wink_sdk_travel_agent/models/review_user_agent.py,sha256=bpoMj_5hdX6R6r22Z4GnHIIzmefWwCLFkJ6OQFouhe8,10635
96
+ wink_sdk_travel_agent/models/room_configuration_agent.py,sha256=JEdeDZ9U2oSaDvja8FTTUtuROiVfZmtJDMZunJeateg,10561
97
+ wink_sdk_travel_agent/models/room_configuration_price_rate_plan_agent.py,sha256=7seg49xAGVgSlQ7EgCS6xwVp69X2DNsDoC7y11aBfK4,12980
98
+ wink_sdk_travel_agent/models/room_stay_agent.py,sha256=zFycXqcoNJIxBjOsrlct17oTVf9EW39YTTiOyI0lwIE,17695
99
+ wink_sdk_travel_agent/models/simple_address_agent.py,sha256=5t72jEr3bBK2w_7unfdaMfjv4ztXtxqCZiadfU4ZZkQ,10902
100
+ wink_sdk_travel_agent/models/simple_date_time_itinerary_agent.py,sha256=97__g9pYYw5LWrzjNNxZVlqNgAsjjBsGPhql1T_xgb4,11203
101
+ wink_sdk_travel_agent/models/simple_description_agent.py,sha256=ttmSWqpoT6cq0tVcr1MXkP3lwxKCqNvfPz6Hs7EVIiU,10373
102
+ wink_sdk_travel_agent/models/simple_multimedia_agent.py,sha256=4GLBTjShxb-Blq0oqRRh6FzDDYBPOjGyTNUxLXMWDso,15646
103
+ wink_sdk_travel_agent/models/social_agent.py,sha256=6lFabmgwlwgQdVB5OolFjyW5pShikN-6LeI0f4jaxwA,10621
104
+ wink_sdk_travel_agent/models/sort_descriptor_agent.py,sha256=Adn7CdpA3hOmXk2hotc3kwGeD8f77jiEhkSaXEGywps,10339
105
+ wink_sdk_travel_agent/models/sort_object.py,sha256=YH73z113i-4q9TQ-MInYhlr-hpYbmkj2-2oTbavKijc,10308
106
+ wink_sdk_travel_agent/models/sort_object_agent.py,sha256=Fc6i5RZ6I_9wwnm3eURf7qIKYIc1TkSm--1kjg9yb_I,9952
107
+ wink_sdk_travel_agent/models/state_agent.py,sha256=693S5gvDTleRmYvLoVCLH5U53bRBADNV2sGCy88m9Hg,11898
108
+ wink_sdk_travel_agent/models/stay_rate_agent.py,sha256=_2a501iBeua6Q0TX_4Nn0W0zQRrLIE_-j-6ntDusig4,24468
109
+ wink_sdk_travel_agent/models/sub_country_agent.py,sha256=Sk4L2tU66kIgLHgoff7jo_zNk_2ggsw9_niAg9_P0v8,10202
110
+ wink_sdk_travel_agent/models/sub_sub_country_agent.py,sha256=O4XMlMcKQsajUzXv0yt7RbCuBzLhc6q6txfCNpmwPMg,10056
111
+ wink_sdk_travel_agent/models/supplier_contract_item_policy_agent.py,sha256=Xd-EbRRA2Ug4GTeqoR8cf1eO-BoTUQwo1Ji4xWOEWSM,17051
112
+ wink_sdk_travel_agent/models/travel_agent_agent.py,sha256=SiehMlQcrZx8pjHd8eKA8qO5JMrXdwDcS-YXMadb_kk,10120
113
+ wink_sdk_travel_agent/models/travel_inventory_recognition_agent.py,sha256=Ww3z2i6L8Emrz-XMFR9-tO6a4rcg_2ib9URNAscdX8Y,12403
114
+ wink_sdk_travel_agent/models/upsert_travel_agent_request_agent.py,sha256=E6F11vIyu0lPwEMfvWEsrRo_6QTVB-ngo4LBa1g-hAE,10133
115
+ wink_sdk_travel_agent-0.0.23.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
116
+ wink_sdk_travel_agent-0.0.23.dist-info/METADATA,sha256=jDowNe9khB5ViibbY5w1H_i1aB2Rj5x9asRtPDmuagQ,31061
117
+ wink_sdk_travel_agent-0.0.23.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
118
+ wink_sdk_travel_agent-0.0.23.dist-info/top_level.txt,sha256=r4wUq-aj0a5gUjGGjn0pA0NpDhSk11ci-Vrb-PonzIo,22
119
+ wink_sdk_travel_agent-0.0.23.dist-info/RECORD,,