wink-sdk-travel-agent 0.0.33__py3-none-any.whl → 0.0.34__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 (101) hide show
  1. wink_sdk_travel_agent/__init__.py +2 -2
  2. wink_sdk_travel_agent/api/travel_agent_api.py +31 -31
  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/affiliate_account_agent.py +1 -1
  9. wink_sdk_travel_agent/models/affiliate_account_user_agent.py +1 -1
  10. wink_sdk_travel_agent/models/agent_booking_request_agent.py +1 -1
  11. wink_sdk_travel_agent/models/aggregate_descriptor_agent.py +1 -1
  12. wink_sdk_travel_agent/models/authenticated_user_agent.py +1 -1
  13. wink_sdk_travel_agent/models/bed_agent.py +1 -1
  14. wink_sdk_travel_agent/models/bedroom_agent.py +1 -1
  15. wink_sdk_travel_agent/models/bedroom_configuration_agent.py +1 -1
  16. wink_sdk_travel_agent/models/beneficiary_agent.py +1 -1
  17. wink_sdk_travel_agent/models/beneficiary_charge_agent.py +1 -1
  18. wink_sdk_travel_agent/models/booking_agent.py +47 -47
  19. wink_sdk_travel_agent/models/booking_ancillary_agent.py +1 -1
  20. wink_sdk_travel_agent/models/booking_confirmations_agent.py +1 -1
  21. wink_sdk_travel_agent/models/booking_contract_agent.py +9 -9
  22. wink_sdk_travel_agent/models/booking_contract_item_agent.py +4 -4
  23. wink_sdk_travel_agent/models/booking_contract_payment_details_agent.py +1 -1
  24. wink_sdk_travel_agent/models/booking_itinerary_agent.py +5 -5
  25. wink_sdk_travel_agent/models/booking_itinerary_room_configuration_agent.py +1 -1
  26. wink_sdk_travel_agent/models/booking_itinerary_room_configuration_child_agent.py +1 -1
  27. wink_sdk_travel_agent/models/booking_user_agent.py +1 -1
  28. wink_sdk_travel_agent/models/booking_user_request_agent.py +1 -1
  29. wink_sdk_travel_agent/models/booking_user_session_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_exception_agent.py +1 -1
  33. wink_sdk_travel_agent/models/cancellation_policy_exceptions_agent.py +1 -1
  34. wink_sdk_travel_agent/models/cancellation_policy_lightweight_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/composite_filter_descriptor_agent.py +1 -1
  38. wink_sdk_travel_agent/models/contact_agent.py +1 -1
  39. wink_sdk_travel_agent/models/country_lightweight_agent.py +1 -1
  40. wink_sdk_travel_agent/models/create_agent_booking400_response.py +1 -1
  41. wink_sdk_travel_agent/models/create_agent_booking_request_agent.py +1 -1
  42. wink_sdk_travel_agent/models/custom_monetary_amount.py +1 -1
  43. wink_sdk_travel_agent/models/customization_lightweight_agent.py +1 -1
  44. wink_sdk_travel_agent/models/customization_theme_colors_agent.py +1 -1
  45. wink_sdk_travel_agent/models/extra_charge_agent.py +1 -1
  46. wink_sdk_travel_agent/models/extra_charges_agent.py +1 -1
  47. wink_sdk_travel_agent/models/filter_descriptor_agent.py +1 -1
  48. wink_sdk_travel_agent/models/general_manager_agent.py +1 -1
  49. wink_sdk_travel_agent/models/generic_error_message.py +1 -1
  50. wink_sdk_travel_agent/models/geo_json_point_agent.py +1 -1
  51. wink_sdk_travel_agent/models/geo_name_lightweight_agent.py +1 -1
  52. wink_sdk_travel_agent/models/group_descriptor_agent.py +1 -1
  53. wink_sdk_travel_agent/models/guest_room_lightweight_agent.py +1 -1
  54. wink_sdk_travel_agent/models/guest_user_agent.py +1 -1
  55. wink_sdk_travel_agent/models/image_attribution_agent.py +1 -1
  56. wink_sdk_travel_agent/models/localized_description_agent.py +1 -1
  57. wink_sdk_travel_agent/models/localized_price_agent.py +8 -8
  58. wink_sdk_travel_agent/models/managed_by_entity_agent.py +1 -1
  59. wink_sdk_travel_agent/models/managed_by_entity_rules_agent.py +1 -1
  60. wink_sdk_travel_agent/models/page_booking_agent.py +1 -1
  61. wink_sdk_travel_agent/models/pageable_object_agent.py +1 -1
  62. wink_sdk_travel_agent/models/payout_agent.py +1 -1
  63. wink_sdk_travel_agent/models/payout_fee_agent.py +1 -1
  64. wink_sdk_travel_agent/models/perk_lightweight_agent.py +1 -1
  65. wink_sdk_travel_agent/models/personal_agent.py +1 -1
  66. wink_sdk_travel_agent/models/preferences_agent.py +1 -1
  67. wink_sdk_travel_agent/models/profile_lightweight_agent.py +1 -1
  68. wink_sdk_travel_agent/models/profile_user_agent.py +1 -1
  69. wink_sdk_travel_agent/models/property_aggregate_lightweight_agent.py +1 -1
  70. wink_sdk_travel_agent/models/property_policy_agent.py +1 -1
  71. wink_sdk_travel_agent/models/quote_lightweight_agent.py +1 -1
  72. wink_sdk_travel_agent/models/rate_plan_level_fee_agent.py +1 -1
  73. wink_sdk_travel_agent/models/refund_agent.py +1 -1
  74. wink_sdk_travel_agent/models/review_answer_agent.py +1 -1
  75. wink_sdk_travel_agent/models/review_lightweight_agent.py +1 -1
  76. wink_sdk_travel_agent/models/review_user_agent.py +1 -1
  77. wink_sdk_travel_agent/models/room_configuration_agent.py +1 -1
  78. wink_sdk_travel_agent/models/room_configuration_price_rate_plan_agent.py +1 -1
  79. wink_sdk_travel_agent/models/room_stay_agent.py +10 -10
  80. wink_sdk_travel_agent/models/simple_address_agent.py +1 -1
  81. wink_sdk_travel_agent/models/simple_date_time_itinerary_agent.py +1 -1
  82. wink_sdk_travel_agent/models/simple_description_agent.py +1 -1
  83. wink_sdk_travel_agent/models/simple_multimedia_agent.py +1 -1
  84. wink_sdk_travel_agent/models/social_agent.py +1 -1
  85. wink_sdk_travel_agent/models/sort_descriptor_agent.py +1 -1
  86. wink_sdk_travel_agent/models/sort_object_agent.py +1 -1
  87. wink_sdk_travel_agent/models/state_agent.py +1 -1
  88. wink_sdk_travel_agent/models/stay_rate_agent.py +9 -9
  89. wink_sdk_travel_agent/models/sub_country_lightweight_agent.py +1 -1
  90. wink_sdk_travel_agent/models/sub_sub_country_lightweight_agent.py +1 -1
  91. wink_sdk_travel_agent/models/supplier_contract_item_policy_agent.py +1 -1
  92. wink_sdk_travel_agent/models/travel_agent_agent.py +1 -1
  93. wink_sdk_travel_agent/models/travel_inventory_recognition_agent.py +1 -1
  94. wink_sdk_travel_agent/models/upsert_travel_agent_request_agent.py +1 -1
  95. wink_sdk_travel_agent/rest.py +1 -1
  96. {wink_sdk_travel_agent-0.0.33.dist-info → wink_sdk_travel_agent-0.0.34.dist-info}/METADATA +5 -5
  97. wink_sdk_travel_agent-0.0.34.dist-info/RECORD +133 -0
  98. wink_sdk_travel_agent-0.0.33.dist-info/RECORD +0 -133
  99. {wink_sdk_travel_agent-0.0.33.dist-info → wink_sdk_travel_agent-0.0.34.dist-info}/WHEEL +0 -0
  100. {wink_sdk_travel_agent-0.0.33.dist-info → wink_sdk_travel_agent-0.0.34.dist-info}/licenses/LICENSE +0 -0
  101. {wink_sdk_travel_agent-0.0.33.dist-info → wink_sdk_travel_agent-0.0.34.dist-info}/top_level.txt +0 -0
@@ -5,7 +5,7 @@
5
5
 
6
6
  # Introduction Welcome to the Wink API - A programmer-friendly way to manage, sell and book travel inventory on the Wink platform. The API gives you all the tools you need to ready your properties and inventory for sale across 1000s of our native sales channels. Integrators, affiliates, travel agents and content creators have the ability search for your travel inventory and promote / sell it in a wide variety of ways. # Integrations We have already integrated with the most well-known channel managers so you don't have to. To see our current integrations, please go to https://extranet.wink.travel and scroll to Connectivity section. Once your properties are set up, you can finish the setup by mapping your property to Wink using your channel manager partner portal. If your properties don't have a channel manager, you can easily manage rates and availability with this API. # Intended Audience Programmers are [most likely] a requirement to start integrating with Wink. Companies and organizations that would most benefit from integrating with us are new and existing travel companies that have relationships with suppliers and that need an advanced system from which to manage their travel inventory and get that same inventory out to as many eyeballs as possible at the lowest price possible. - Hotel chains - Hotel brands - Travel tech companies - Destination sites - Integrators - Aggregators - Destination management companies - Travel agencies - OTAs ## APIs Not every integrator needs every API. For that reason, we have separated APIs into context. ### Test API - [Ping](/ping): The Ping API is a quick test endpoint to verify that your credentials work Wink. ### Common APIs - [Notifications](/notifications): The Notifications API is a way for us to stay in touch with your user, property or affiliate account. - [User Settings](/user-settings): The User Settings API exposes endpoints to allow 3rd party integrators to communicate with Wink. ### Consume APIs Consume endpoints are for developers who want to find existing travel inventory and either book it or use it to advertise through one of their Wink affiliate accounts. - [Configuration](/customization-client): A single endpoint to retrieve whitelabel + customization information for the booking customization. - [Lookup](/lookup): All APIs related to locating inventory by region, locale and property flags. - [Inventory](/inventory): All APIs related to retrieve known travel inventory as it was found using the Lookup API.. - [Booking](/booking): All APIs related to creating bookings on the platform. - [Travel Agent](/travel-agent): The Travel Agent API exposes endpoints to manage agent-facilitated bookings. ### Produce APIs Produce endpoints are for developers who want to create and manage travel inventory. #### Property - [Property registration](/extranet/property/register): As a producer, this is, oftentimes, where you start your journey. These endpoints let you create properties on Wink. - [Property](/extranet/property): This collection of property endpoints are mostly management endpoints that let you display, change status and similar for your existing properties. - [Facilities](/extranet/facilities): This collection of endpoints let you manage facilities; such as room types. - [Experiences](/extranet/experiences): This collection of endpoints let you manage experiences, such as activities. - [Monetize](/extranet/monetize): The Monetize API exposes endpoints for managing cancellation polies, rate plans, promotions and more on Wink. - [Distribution](/extranet/distribution): The Distribution API exposes endpoints for sales channels, connecting with affiliates, managing rates and inventory calendars and more on Wink. - [Property Booking](/extranet/booking): The Property Booking API exposes endpoints for managing bookings and reviews at the property-level. #### Affiliate - [Affiliate](/affiliate): This collection of affiliate endpoints are mostly management endpoints that let you display, change status and similar for your existing accounts. - [Browse](/affiliate/browse): The Browse API exposes endpoints for affiliates to find suppliers and inventory to sell. - [Inventory](/affiliate/inventory): The Inventory API exposes endpoints for affiliates to manage the inventory they want to sell and how they want to sell it. - [Sales Channel](/affiliate/sales-channel): The Sales Channel API exposes endpoints for affiliates to manage existing sales channels as well as find new ones. - [WinkLinks](/affiliate/winklinks): The WinkLinks API exposes endpoints for affiliates to manage their WinkLinks page. #### Rate provider - [Channel manager](/channel-manager): The Channel Manager API enables external channel manager partners to map, exchange rate / availability information with us as well as be informed of bookings that occur on the Wink platform for one of their properties. ### Taxonomy APIs Taxonomy endpoints are for developers who want to consume and produce travel inventory and need taxonomies of standard and non-standard codes for inventory types, classes, statuses etc. - [Reference](/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.17.9
8
+ The version of the OpenAPI document: 30.17.10
9
9
  Contact: bjorn@wink.travel
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  # Introduction Welcome to the Wink API - A programmer-friendly way to manage, sell and book travel inventory on the Wink platform. The API gives you all the tools you need to ready your properties and inventory for sale across 1000s of our native sales channels. Integrators, affiliates, travel agents and content creators have the ability search for your travel inventory and promote / sell it in a wide variety of ways. # Integrations We have already integrated with the most well-known channel managers so you don't have to. To see our current integrations, please go to https://extranet.wink.travel and scroll to Connectivity section. Once your properties are set up, you can finish the setup by mapping your property to Wink using your channel manager partner portal. If your properties don't have a channel manager, you can easily manage rates and availability with this API. # Intended Audience Programmers are [most likely] a requirement to start integrating with Wink. Companies and organizations that would most benefit from integrating with us are new and existing travel companies that have relationships with suppliers and that need an advanced system from which to manage their travel inventory and get that same inventory out to as many eyeballs as possible at the lowest price possible. - Hotel chains - Hotel brands - Travel tech companies - Destination sites - Integrators - Aggregators - Destination management companies - Travel agencies - OTAs ## APIs Not every integrator needs every API. For that reason, we have separated APIs into context. ### Test API - [Ping](/ping): The Ping API is a quick test endpoint to verify that your credentials work Wink. ### Common APIs - [Notifications](/notifications): The Notifications API is a way for us to stay in touch with your user, property or affiliate account. - [User Settings](/user-settings): The User Settings API exposes endpoints to allow 3rd party integrators to communicate with Wink. ### Consume APIs Consume endpoints are for developers who want to find existing travel inventory and either book it or use it to advertise through one of their Wink affiliate accounts. - [Configuration](/customization-client): A single endpoint to retrieve whitelabel + customization information for the booking customization. - [Lookup](/lookup): All APIs related to locating inventory by region, locale and property flags. - [Inventory](/inventory): All APIs related to retrieve known travel inventory as it was found using the Lookup API.. - [Booking](/booking): All APIs related to creating bookings on the platform. - [Travel Agent](/travel-agent): The Travel Agent API exposes endpoints to manage agent-facilitated bookings. ### Produce APIs Produce endpoints are for developers who want to create and manage travel inventory. #### Property - [Property registration](/extranet/property/register): As a producer, this is, oftentimes, where you start your journey. These endpoints let you create properties on Wink. - [Property](/extranet/property): This collection of property endpoints are mostly management endpoints that let you display, change status and similar for your existing properties. - [Facilities](/extranet/facilities): This collection of endpoints let you manage facilities; such as room types. - [Experiences](/extranet/experiences): This collection of endpoints let you manage experiences, such as activities. - [Monetize](/extranet/monetize): The Monetize API exposes endpoints for managing cancellation polies, rate plans, promotions and more on Wink. - [Distribution](/extranet/distribution): The Distribution API exposes endpoints for sales channels, connecting with affiliates, managing rates and inventory calendars and more on Wink. - [Property Booking](/extranet/booking): The Property Booking API exposes endpoints for managing bookings and reviews at the property-level. #### Affiliate - [Affiliate](/affiliate): This collection of affiliate endpoints are mostly management endpoints that let you display, change status and similar for your existing accounts. - [Browse](/affiliate/browse): The Browse API exposes endpoints for affiliates to find suppliers and inventory to sell. - [Inventory](/affiliate/inventory): The Inventory API exposes endpoints for affiliates to manage the inventory they want to sell and how they want to sell it. - [Sales Channel](/affiliate/sales-channel): The Sales Channel API exposes endpoints for affiliates to manage existing sales channels as well as find new ones. - [WinkLinks](/affiliate/winklinks): The WinkLinks API exposes endpoints for affiliates to manage their WinkLinks page. #### Rate provider - [Channel manager](/channel-manager): The Channel Manager API enables external channel manager partners to map, exchange rate / availability information with us as well as be informed of bookings that occur on the Wink platform for one of their properties. ### Taxonomy APIs Taxonomy endpoints are for developers who want to consume and produce travel inventory and need taxonomies of standard and non-standard codes for inventory types, classes, statuses etc. - [Reference](/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.17.9
8
+ The version of the OpenAPI document: 30.17.10
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, description="User-defined currency final price.", alias="userSpecifiedCurrencyTotal")
67
67
  source_total: Optional[CustomMonetaryAmount] = Field(default=None, description="Source currency final price.", alias="sourceTotal")
68
68
  internal_total: Optional[CustomMonetaryAmount] = Field(default=None, description="Internal currency final price.", alias="internalTotal")
69
- source_average_price_per_night: Optional[CustomMonetaryAmount] = Field(default=None, alias="sourceAveragePricePerNight")
69
+ total_discount_percent: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, alias="totalDiscountPercent")
70
70
  user_specified_currency_average_price_per_night: Optional[CustomMonetaryAmount] = Field(default=None, alias="userSpecifiedCurrencyAveragePricePerNight")
71
71
  internal_average_price_per_night: Optional[CustomMonetaryAmount] = Field(default=None, alias="internalAveragePricePerNight")
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", "sourceAveragePricePerNight", "userSpecifiedCurrencyAveragePricePerNight", "internalAveragePricePerNight", "totalDiscountPercent"]
72
+ source_average_price_per_night: Optional[CustomMonetaryAmount] = Field(default=None, alias="sourceAveragePricePerNight")
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", "totalDiscountPercent", "userSpecifiedCurrencyAveragePricePerNight", "internalAveragePricePerNight", "sourceAveragePricePerNight"]
74
74
 
75
75
  model_config = ConfigDict(
76
76
  populate_by_name=True,
@@ -142,15 +142,15 @@ 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 source_average_price_per_night
146
- if self.source_average_price_per_night:
147
- _dict['sourceAveragePricePerNight'] = self.source_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()
151
148
  # override the default output from pydantic by calling `to_dict()` of internal_average_price_per_night
152
149
  if self.internal_average_price_per_night:
153
150
  _dict['internalAveragePricePerNight'] = self.internal_average_price_per_night.to_dict()
151
+ # override the default output from pydantic by calling `to_dict()` of source_average_price_per_night
152
+ if self.source_average_price_per_night:
153
+ _dict['sourceAveragePricePerNight'] = self.source_average_price_per_night.to_dict()
154
154
  return _dict
155
155
 
156
156
  @classmethod
@@ -199,10 +199,10 @@ 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
- "sourceAveragePricePerNight": CustomMonetaryAmount.from_dict(obj["sourceAveragePricePerNight"]) if obj.get("sourceAveragePricePerNight") is not None else None,
202
+ "totalDiscountPercent": obj.get("totalDiscountPercent"),
203
203
  "userSpecifiedCurrencyAveragePricePerNight": CustomMonetaryAmount.from_dict(obj["userSpecifiedCurrencyAveragePricePerNight"]) if obj.get("userSpecifiedCurrencyAveragePricePerNight") is not None else None,
204
204
  "internalAveragePricePerNight": CustomMonetaryAmount.from_dict(obj["internalAveragePricePerNight"]) if obj.get("internalAveragePricePerNight") is not None else None,
205
- "totalDiscountPercent": obj.get("totalDiscountPercent")
205
+ "sourceAveragePricePerNight": CustomMonetaryAmount.from_dict(obj["sourceAveragePricePerNight"]) if obj.get("sourceAveragePricePerNight") is not None else None
206
206
  })
207
207
  return _obj
208
208
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  # Introduction Welcome to the Wink API - A programmer-friendly way to manage, sell and book travel inventory on the Wink platform. The API gives you all the tools you need to ready your properties and inventory for sale across 1000s of our native sales channels. Integrators, affiliates, travel agents and content creators have the ability search for your travel inventory and promote / sell it in a wide variety of ways. # Integrations We have already integrated with the most well-known channel managers so you don't have to. To see our current integrations, please go to https://extranet.wink.travel and scroll to Connectivity section. Once your properties are set up, you can finish the setup by mapping your property to Wink using your channel manager partner portal. If your properties don't have a channel manager, you can easily manage rates and availability with this API. # Intended Audience Programmers are [most likely] a requirement to start integrating with Wink. Companies and organizations that would most benefit from integrating with us are new and existing travel companies that have relationships with suppliers and that need an advanced system from which to manage their travel inventory and get that same inventory out to as many eyeballs as possible at the lowest price possible. - Hotel chains - Hotel brands - Travel tech companies - Destination sites - Integrators - Aggregators - Destination management companies - Travel agencies - OTAs ## APIs Not every integrator needs every API. For that reason, we have separated APIs into context. ### Test API - [Ping](/ping): The Ping API is a quick test endpoint to verify that your credentials work Wink. ### Common APIs - [Notifications](/notifications): The Notifications API is a way for us to stay in touch with your user, property or affiliate account. - [User Settings](/user-settings): The User Settings API exposes endpoints to allow 3rd party integrators to communicate with Wink. ### Consume APIs Consume endpoints are for developers who want to find existing travel inventory and either book it or use it to advertise through one of their Wink affiliate accounts. - [Configuration](/customization-client): A single endpoint to retrieve whitelabel + customization information for the booking customization. - [Lookup](/lookup): All APIs related to locating inventory by region, locale and property flags. - [Inventory](/inventory): All APIs related to retrieve known travel inventory as it was found using the Lookup API.. - [Booking](/booking): All APIs related to creating bookings on the platform. - [Travel Agent](/travel-agent): The Travel Agent API exposes endpoints to manage agent-facilitated bookings. ### Produce APIs Produce endpoints are for developers who want to create and manage travel inventory. #### Property - [Property registration](/extranet/property/register): As a producer, this is, oftentimes, where you start your journey. These endpoints let you create properties on Wink. - [Property](/extranet/property): This collection of property endpoints are mostly management endpoints that let you display, change status and similar for your existing properties. - [Facilities](/extranet/facilities): This collection of endpoints let you manage facilities; such as room types. - [Experiences](/extranet/experiences): This collection of endpoints let you manage experiences, such as activities. - [Monetize](/extranet/monetize): The Monetize API exposes endpoints for managing cancellation polies, rate plans, promotions and more on Wink. - [Distribution](/extranet/distribution): The Distribution API exposes endpoints for sales channels, connecting with affiliates, managing rates and inventory calendars and more on Wink. - [Property Booking](/extranet/booking): The Property Booking API exposes endpoints for managing bookings and reviews at the property-level. #### Affiliate - [Affiliate](/affiliate): This collection of affiliate endpoints are mostly management endpoints that let you display, change status and similar for your existing accounts. - [Browse](/affiliate/browse): The Browse API exposes endpoints for affiliates to find suppliers and inventory to sell. - [Inventory](/affiliate/inventory): The Inventory API exposes endpoints for affiliates to manage the inventory they want to sell and how they want to sell it. - [Sales Channel](/affiliate/sales-channel): The Sales Channel API exposes endpoints for affiliates to manage existing sales channels as well as find new ones. - [WinkLinks](/affiliate/winklinks): The WinkLinks API exposes endpoints for affiliates to manage their WinkLinks page. #### Rate provider - [Channel manager](/channel-manager): The Channel Manager API enables external channel manager partners to map, exchange rate / availability information with us as well as be informed of bookings that occur on the Wink platform for one of their properties. ### Taxonomy APIs Taxonomy endpoints are for developers who want to consume and produce travel inventory and need taxonomies of standard and non-standard codes for inventory types, classes, statuses etc. - [Reference](/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.17.9
8
+ The version of the OpenAPI document: 30.17.10
9
9
  Contact: bjorn@wink.travel
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  # Introduction Welcome to the Wink API - A programmer-friendly way to manage, sell and book travel inventory on the Wink platform. The API gives you all the tools you need to ready your properties and inventory for sale across 1000s of our native sales channels. Integrators, affiliates, travel agents and content creators have the ability search for your travel inventory and promote / sell it in a wide variety of ways. # Integrations We have already integrated with the most well-known channel managers so you don't have to. To see our current integrations, please go to https://extranet.wink.travel and scroll to Connectivity section. Once your properties are set up, you can finish the setup by mapping your property to Wink using your channel manager partner portal. If your properties don't have a channel manager, you can easily manage rates and availability with this API. # Intended Audience Programmers are [most likely] a requirement to start integrating with Wink. Companies and organizations that would most benefit from integrating with us are new and existing travel companies that have relationships with suppliers and that need an advanced system from which to manage their travel inventory and get that same inventory out to as many eyeballs as possible at the lowest price possible. - Hotel chains - Hotel brands - Travel tech companies - Destination sites - Integrators - Aggregators - Destination management companies - Travel agencies - OTAs ## APIs Not every integrator needs every API. For that reason, we have separated APIs into context. ### Test API - [Ping](/ping): The Ping API is a quick test endpoint to verify that your credentials work Wink. ### Common APIs - [Notifications](/notifications): The Notifications API is a way for us to stay in touch with your user, property or affiliate account. - [User Settings](/user-settings): The User Settings API exposes endpoints to allow 3rd party integrators to communicate with Wink. ### Consume APIs Consume endpoints are for developers who want to find existing travel inventory and either book it or use it to advertise through one of their Wink affiliate accounts. - [Configuration](/customization-client): A single endpoint to retrieve whitelabel + customization information for the booking customization. - [Lookup](/lookup): All APIs related to locating inventory by region, locale and property flags. - [Inventory](/inventory): All APIs related to retrieve known travel inventory as it was found using the Lookup API.. - [Booking](/booking): All APIs related to creating bookings on the platform. - [Travel Agent](/travel-agent): The Travel Agent API exposes endpoints to manage agent-facilitated bookings. ### Produce APIs Produce endpoints are for developers who want to create and manage travel inventory. #### Property - [Property registration](/extranet/property/register): As a producer, this is, oftentimes, where you start your journey. These endpoints let you create properties on Wink. - [Property](/extranet/property): This collection of property endpoints are mostly management endpoints that let you display, change status and similar for your existing properties. - [Facilities](/extranet/facilities): This collection of endpoints let you manage facilities; such as room types. - [Experiences](/extranet/experiences): This collection of endpoints let you manage experiences, such as activities. - [Monetize](/extranet/monetize): The Monetize API exposes endpoints for managing cancellation polies, rate plans, promotions and more on Wink. - [Distribution](/extranet/distribution): The Distribution API exposes endpoints for sales channels, connecting with affiliates, managing rates and inventory calendars and more on Wink. - [Property Booking](/extranet/booking): The Property Booking API exposes endpoints for managing bookings and reviews at the property-level. #### Affiliate - [Affiliate](/affiliate): This collection of affiliate endpoints are mostly management endpoints that let you display, change status and similar for your existing accounts. - [Browse](/affiliate/browse): The Browse API exposes endpoints for affiliates to find suppliers and inventory to sell. - [Inventory](/affiliate/inventory): The Inventory API exposes endpoints for affiliates to manage the inventory they want to sell and how they want to sell it. - [Sales Channel](/affiliate/sales-channel): The Sales Channel API exposes endpoints for affiliates to manage existing sales channels as well as find new ones. - [WinkLinks](/affiliate/winklinks): The WinkLinks API exposes endpoints for affiliates to manage their WinkLinks page. #### Rate provider - [Channel manager](/channel-manager): The Channel Manager API enables external channel manager partners to map, exchange rate / availability information with us as well as be informed of bookings that occur on the Wink platform for one of their properties. ### Taxonomy APIs Taxonomy endpoints are for developers who want to consume and produce travel inventory and need taxonomies of standard and non-standard codes for inventory types, classes, statuses etc. - [Reference](/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.17.9
8
+ The version of the OpenAPI document: 30.17.10
9
9
  Contact: bjorn@wink.travel
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  # Introduction Welcome to the Wink API - A programmer-friendly way to manage, sell and book travel inventory on the Wink platform. The API gives you all the tools you need to ready your properties and inventory for sale across 1000s of our native sales channels. Integrators, affiliates, travel agents and content creators have the ability search for your travel inventory and promote / sell it in a wide variety of ways. # Integrations We have already integrated with the most well-known channel managers so you don't have to. To see our current integrations, please go to https://extranet.wink.travel and scroll to Connectivity section. Once your properties are set up, you can finish the setup by mapping your property to Wink using your channel manager partner portal. If your properties don't have a channel manager, you can easily manage rates and availability with this API. # Intended Audience Programmers are [most likely] a requirement to start integrating with Wink. Companies and organizations that would most benefit from integrating with us are new and existing travel companies that have relationships with suppliers and that need an advanced system from which to manage their travel inventory and get that same inventory out to as many eyeballs as possible at the lowest price possible. - Hotel chains - Hotel brands - Travel tech companies - Destination sites - Integrators - Aggregators - Destination management companies - Travel agencies - OTAs ## APIs Not every integrator needs every API. For that reason, we have separated APIs into context. ### Test API - [Ping](/ping): The Ping API is a quick test endpoint to verify that your credentials work Wink. ### Common APIs - [Notifications](/notifications): The Notifications API is a way for us to stay in touch with your user, property or affiliate account. - [User Settings](/user-settings): The User Settings API exposes endpoints to allow 3rd party integrators to communicate with Wink. ### Consume APIs Consume endpoints are for developers who want to find existing travel inventory and either book it or use it to advertise through one of their Wink affiliate accounts. - [Configuration](/customization-client): A single endpoint to retrieve whitelabel + customization information for the booking customization. - [Lookup](/lookup): All APIs related to locating inventory by region, locale and property flags. - [Inventory](/inventory): All APIs related to retrieve known travel inventory as it was found using the Lookup API.. - [Booking](/booking): All APIs related to creating bookings on the platform. - [Travel Agent](/travel-agent): The Travel Agent API exposes endpoints to manage agent-facilitated bookings. ### Produce APIs Produce endpoints are for developers who want to create and manage travel inventory. #### Property - [Property registration](/extranet/property/register): As a producer, this is, oftentimes, where you start your journey. These endpoints let you create properties on Wink. - [Property](/extranet/property): This collection of property endpoints are mostly management endpoints that let you display, change status and similar for your existing properties. - [Facilities](/extranet/facilities): This collection of endpoints let you manage facilities; such as room types. - [Experiences](/extranet/experiences): This collection of endpoints let you manage experiences, such as activities. - [Monetize](/extranet/monetize): The Monetize API exposes endpoints for managing cancellation polies, rate plans, promotions and more on Wink. - [Distribution](/extranet/distribution): The Distribution API exposes endpoints for sales channels, connecting with affiliates, managing rates and inventory calendars and more on Wink. - [Property Booking](/extranet/booking): The Property Booking API exposes endpoints for managing bookings and reviews at the property-level. #### Affiliate - [Affiliate](/affiliate): This collection of affiliate endpoints are mostly management endpoints that let you display, change status and similar for your existing accounts. - [Browse](/affiliate/browse): The Browse API exposes endpoints for affiliates to find suppliers and inventory to sell. - [Inventory](/affiliate/inventory): The Inventory API exposes endpoints for affiliates to manage the inventory they want to sell and how they want to sell it. - [Sales Channel](/affiliate/sales-channel): The Sales Channel API exposes endpoints for affiliates to manage existing sales channels as well as find new ones. - [WinkLinks](/affiliate/winklinks): The WinkLinks API exposes endpoints for affiliates to manage their WinkLinks page. #### Rate provider - [Channel manager](/channel-manager): The Channel Manager API enables external channel manager partners to map, exchange rate / availability information with us as well as be informed of bookings that occur on the Wink platform for one of their properties. ### Taxonomy APIs Taxonomy endpoints are for developers who want to consume and produce travel inventory and need taxonomies of standard and non-standard codes for inventory types, classes, statuses etc. - [Reference](/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.17.9
8
+ The version of the OpenAPI document: 30.17.10
9
9
  Contact: bjorn@wink.travel
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  # Introduction Welcome to the Wink API - A programmer-friendly way to manage, sell and book travel inventory on the Wink platform. The API gives you all the tools you need to ready your properties and inventory for sale across 1000s of our native sales channels. Integrators, affiliates, travel agents and content creators have the ability search for your travel inventory and promote / sell it in a wide variety of ways. # Integrations We have already integrated with the most well-known channel managers so you don't have to. To see our current integrations, please go to https://extranet.wink.travel and scroll to Connectivity section. Once your properties are set up, you can finish the setup by mapping your property to Wink using your channel manager partner portal. If your properties don't have a channel manager, you can easily manage rates and availability with this API. # Intended Audience Programmers are [most likely] a requirement to start integrating with Wink. Companies and organizations that would most benefit from integrating with us are new and existing travel companies that have relationships with suppliers and that need an advanced system from which to manage their travel inventory and get that same inventory out to as many eyeballs as possible at the lowest price possible. - Hotel chains - Hotel brands - Travel tech companies - Destination sites - Integrators - Aggregators - Destination management companies - Travel agencies - OTAs ## APIs Not every integrator needs every API. For that reason, we have separated APIs into context. ### Test API - [Ping](/ping): The Ping API is a quick test endpoint to verify that your credentials work Wink. ### Common APIs - [Notifications](/notifications): The Notifications API is a way for us to stay in touch with your user, property or affiliate account. - [User Settings](/user-settings): The User Settings API exposes endpoints to allow 3rd party integrators to communicate with Wink. ### Consume APIs Consume endpoints are for developers who want to find existing travel inventory and either book it or use it to advertise through one of their Wink affiliate accounts. - [Configuration](/customization-client): A single endpoint to retrieve whitelabel + customization information for the booking customization. - [Lookup](/lookup): All APIs related to locating inventory by region, locale and property flags. - [Inventory](/inventory): All APIs related to retrieve known travel inventory as it was found using the Lookup API.. - [Booking](/booking): All APIs related to creating bookings on the platform. - [Travel Agent](/travel-agent): The Travel Agent API exposes endpoints to manage agent-facilitated bookings. ### Produce APIs Produce endpoints are for developers who want to create and manage travel inventory. #### Property - [Property registration](/extranet/property/register): As a producer, this is, oftentimes, where you start your journey. These endpoints let you create properties on Wink. - [Property](/extranet/property): This collection of property endpoints are mostly management endpoints that let you display, change status and similar for your existing properties. - [Facilities](/extranet/facilities): This collection of endpoints let you manage facilities; such as room types. - [Experiences](/extranet/experiences): This collection of endpoints let you manage experiences, such as activities. - [Monetize](/extranet/monetize): The Monetize API exposes endpoints for managing cancellation polies, rate plans, promotions and more on Wink. - [Distribution](/extranet/distribution): The Distribution API exposes endpoints for sales channels, connecting with affiliates, managing rates and inventory calendars and more on Wink. - [Property Booking](/extranet/booking): The Property Booking API exposes endpoints for managing bookings and reviews at the property-level. #### Affiliate - [Affiliate](/affiliate): This collection of affiliate endpoints are mostly management endpoints that let you display, change status and similar for your existing accounts. - [Browse](/affiliate/browse): The Browse API exposes endpoints for affiliates to find suppliers and inventory to sell. - [Inventory](/affiliate/inventory): The Inventory API exposes endpoints for affiliates to manage the inventory they want to sell and how they want to sell it. - [Sales Channel](/affiliate/sales-channel): The Sales Channel API exposes endpoints for affiliates to manage existing sales channels as well as find new ones. - [WinkLinks](/affiliate/winklinks): The WinkLinks API exposes endpoints for affiliates to manage their WinkLinks page. #### Rate provider - [Channel manager](/channel-manager): The Channel Manager API enables external channel manager partners to map, exchange rate / availability information with us as well as be informed of bookings that occur on the Wink platform for one of their properties. ### Taxonomy APIs Taxonomy endpoints are for developers who want to consume and produce travel inventory and need taxonomies of standard and non-standard codes for inventory types, classes, statuses etc. - [Reference](/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.17.9
8
+ The version of the OpenAPI document: 30.17.10
9
9
  Contact: bjorn@wink.travel
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  # Introduction Welcome to the Wink API - A programmer-friendly way to manage, sell and book travel inventory on the Wink platform. The API gives you all the tools you need to ready your properties and inventory for sale across 1000s of our native sales channels. Integrators, affiliates, travel agents and content creators have the ability search for your travel inventory and promote / sell it in a wide variety of ways. # Integrations We have already integrated with the most well-known channel managers so you don't have to. To see our current integrations, please go to https://extranet.wink.travel and scroll to Connectivity section. Once your properties are set up, you can finish the setup by mapping your property to Wink using your channel manager partner portal. If your properties don't have a channel manager, you can easily manage rates and availability with this API. # Intended Audience Programmers are [most likely] a requirement to start integrating with Wink. Companies and organizations that would most benefit from integrating with us are new and existing travel companies that have relationships with suppliers and that need an advanced system from which to manage their travel inventory and get that same inventory out to as many eyeballs as possible at the lowest price possible. - Hotel chains - Hotel brands - Travel tech companies - Destination sites - Integrators - Aggregators - Destination management companies - Travel agencies - OTAs ## APIs Not every integrator needs every API. For that reason, we have separated APIs into context. ### Test API - [Ping](/ping): The Ping API is a quick test endpoint to verify that your credentials work Wink. ### Common APIs - [Notifications](/notifications): The Notifications API is a way for us to stay in touch with your user, property or affiliate account. - [User Settings](/user-settings): The User Settings API exposes endpoints to allow 3rd party integrators to communicate with Wink. ### Consume APIs Consume endpoints are for developers who want to find existing travel inventory and either book it or use it to advertise through one of their Wink affiliate accounts. - [Configuration](/customization-client): A single endpoint to retrieve whitelabel + customization information for the booking customization. - [Lookup](/lookup): All APIs related to locating inventory by region, locale and property flags. - [Inventory](/inventory): All APIs related to retrieve known travel inventory as it was found using the Lookup API.. - [Booking](/booking): All APIs related to creating bookings on the platform. - [Travel Agent](/travel-agent): The Travel Agent API exposes endpoints to manage agent-facilitated bookings. ### Produce APIs Produce endpoints are for developers who want to create and manage travel inventory. #### Property - [Property registration](/extranet/property/register): As a producer, this is, oftentimes, where you start your journey. These endpoints let you create properties on Wink. - [Property](/extranet/property): This collection of property endpoints are mostly management endpoints that let you display, change status and similar for your existing properties. - [Facilities](/extranet/facilities): This collection of endpoints let you manage facilities; such as room types. - [Experiences](/extranet/experiences): This collection of endpoints let you manage experiences, such as activities. - [Monetize](/extranet/monetize): The Monetize API exposes endpoints for managing cancellation polies, rate plans, promotions and more on Wink. - [Distribution](/extranet/distribution): The Distribution API exposes endpoints for sales channels, connecting with affiliates, managing rates and inventory calendars and more on Wink. - [Property Booking](/extranet/booking): The Property Booking API exposes endpoints for managing bookings and reviews at the property-level. #### Affiliate - [Affiliate](/affiliate): This collection of affiliate endpoints are mostly management endpoints that let you display, change status and similar for your existing accounts. - [Browse](/affiliate/browse): The Browse API exposes endpoints for affiliates to find suppliers and inventory to sell. - [Inventory](/affiliate/inventory): The Inventory API exposes endpoints for affiliates to manage the inventory they want to sell and how they want to sell it. - [Sales Channel](/affiliate/sales-channel): The Sales Channel API exposes endpoints for affiliates to manage existing sales channels as well as find new ones. - [WinkLinks](/affiliate/winklinks): The WinkLinks API exposes endpoints for affiliates to manage their WinkLinks page. #### Rate provider - [Channel manager](/channel-manager): The Channel Manager API enables external channel manager partners to map, exchange rate / availability information with us as well as be informed of bookings that occur on the Wink platform for one of their properties. ### Taxonomy APIs Taxonomy endpoints are for developers who want to consume and produce travel inventory and need taxonomies of standard and non-standard codes for inventory types, classes, statuses etc. - [Reference](/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.17.9
8
+ The version of the OpenAPI document: 30.17.10
9
9
  Contact: bjorn@wink.travel
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  # Introduction Welcome to the Wink API - A programmer-friendly way to manage, sell and book travel inventory on the Wink platform. The API gives you all the tools you need to ready your properties and inventory for sale across 1000s of our native sales channels. Integrators, affiliates, travel agents and content creators have the ability search for your travel inventory and promote / sell it in a wide variety of ways. # Integrations We have already integrated with the most well-known channel managers so you don't have to. To see our current integrations, please go to https://extranet.wink.travel and scroll to Connectivity section. Once your properties are set up, you can finish the setup by mapping your property to Wink using your channel manager partner portal. If your properties don't have a channel manager, you can easily manage rates and availability with this API. # Intended Audience Programmers are [most likely] a requirement to start integrating with Wink. Companies and organizations that would most benefit from integrating with us are new and existing travel companies that have relationships with suppliers and that need an advanced system from which to manage their travel inventory and get that same inventory out to as many eyeballs as possible at the lowest price possible. - Hotel chains - Hotel brands - Travel tech companies - Destination sites - Integrators - Aggregators - Destination management companies - Travel agencies - OTAs ## APIs Not every integrator needs every API. For that reason, we have separated APIs into context. ### Test API - [Ping](/ping): The Ping API is a quick test endpoint to verify that your credentials work Wink. ### Common APIs - [Notifications](/notifications): The Notifications API is a way for us to stay in touch with your user, property or affiliate account. - [User Settings](/user-settings): The User Settings API exposes endpoints to allow 3rd party integrators to communicate with Wink. ### Consume APIs Consume endpoints are for developers who want to find existing travel inventory and either book it or use it to advertise through one of their Wink affiliate accounts. - [Configuration](/customization-client): A single endpoint to retrieve whitelabel + customization information for the booking customization. - [Lookup](/lookup): All APIs related to locating inventory by region, locale and property flags. - [Inventory](/inventory): All APIs related to retrieve known travel inventory as it was found using the Lookup API.. - [Booking](/booking): All APIs related to creating bookings on the platform. - [Travel Agent](/travel-agent): The Travel Agent API exposes endpoints to manage agent-facilitated bookings. ### Produce APIs Produce endpoints are for developers who want to create and manage travel inventory. #### Property - [Property registration](/extranet/property/register): As a producer, this is, oftentimes, where you start your journey. These endpoints let you create properties on Wink. - [Property](/extranet/property): This collection of property endpoints are mostly management endpoints that let you display, change status and similar for your existing properties. - [Facilities](/extranet/facilities): This collection of endpoints let you manage facilities; such as room types. - [Experiences](/extranet/experiences): This collection of endpoints let you manage experiences, such as activities. - [Monetize](/extranet/monetize): The Monetize API exposes endpoints for managing cancellation polies, rate plans, promotions and more on Wink. - [Distribution](/extranet/distribution): The Distribution API exposes endpoints for sales channels, connecting with affiliates, managing rates and inventory calendars and more on Wink. - [Property Booking](/extranet/booking): The Property Booking API exposes endpoints for managing bookings and reviews at the property-level. #### Affiliate - [Affiliate](/affiliate): This collection of affiliate endpoints are mostly management endpoints that let you display, change status and similar for your existing accounts. - [Browse](/affiliate/browse): The Browse API exposes endpoints for affiliates to find suppliers and inventory to sell. - [Inventory](/affiliate/inventory): The Inventory API exposes endpoints for affiliates to manage the inventory they want to sell and how they want to sell it. - [Sales Channel](/affiliate/sales-channel): The Sales Channel API exposes endpoints for affiliates to manage existing sales channels as well as find new ones. - [WinkLinks](/affiliate/winklinks): The WinkLinks API exposes endpoints for affiliates to manage their WinkLinks page. #### Rate provider - [Channel manager](/channel-manager): The Channel Manager API enables external channel manager partners to map, exchange rate / availability information with us as well as be informed of bookings that occur on the Wink platform for one of their properties. ### Taxonomy APIs Taxonomy endpoints are for developers who want to consume and produce travel inventory and need taxonomies of standard and non-standard codes for inventory types, classes, statuses etc. - [Reference](/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.17.9
8
+ The version of the OpenAPI document: 30.17.10
9
9
  Contact: bjorn@wink.travel
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  # Introduction Welcome to the Wink API - A programmer-friendly way to manage, sell and book travel inventory on the Wink platform. The API gives you all the tools you need to ready your properties and inventory for sale across 1000s of our native sales channels. Integrators, affiliates, travel agents and content creators have the ability search for your travel inventory and promote / sell it in a wide variety of ways. # Integrations We have already integrated with the most well-known channel managers so you don't have to. To see our current integrations, please go to https://extranet.wink.travel and scroll to Connectivity section. Once your properties are set up, you can finish the setup by mapping your property to Wink using your channel manager partner portal. If your properties don't have a channel manager, you can easily manage rates and availability with this API. # Intended Audience Programmers are [most likely] a requirement to start integrating with Wink. Companies and organizations that would most benefit from integrating with us are new and existing travel companies that have relationships with suppliers and that need an advanced system from which to manage their travel inventory and get that same inventory out to as many eyeballs as possible at the lowest price possible. - Hotel chains - Hotel brands - Travel tech companies - Destination sites - Integrators - Aggregators - Destination management companies - Travel agencies - OTAs ## APIs Not every integrator needs every API. For that reason, we have separated APIs into context. ### Test API - [Ping](/ping): The Ping API is a quick test endpoint to verify that your credentials work Wink. ### Common APIs - [Notifications](/notifications): The Notifications API is a way for us to stay in touch with your user, property or affiliate account. - [User Settings](/user-settings): The User Settings API exposes endpoints to allow 3rd party integrators to communicate with Wink. ### Consume APIs Consume endpoints are for developers who want to find existing travel inventory and either book it or use it to advertise through one of their Wink affiliate accounts. - [Configuration](/customization-client): A single endpoint to retrieve whitelabel + customization information for the booking customization. - [Lookup](/lookup): All APIs related to locating inventory by region, locale and property flags. - [Inventory](/inventory): All APIs related to retrieve known travel inventory as it was found using the Lookup API.. - [Booking](/booking): All APIs related to creating bookings on the platform. - [Travel Agent](/travel-agent): The Travel Agent API exposes endpoints to manage agent-facilitated bookings. ### Produce APIs Produce endpoints are for developers who want to create and manage travel inventory. #### Property - [Property registration](/extranet/property/register): As a producer, this is, oftentimes, where you start your journey. These endpoints let you create properties on Wink. - [Property](/extranet/property): This collection of property endpoints are mostly management endpoints that let you display, change status and similar for your existing properties. - [Facilities](/extranet/facilities): This collection of endpoints let you manage facilities; such as room types. - [Experiences](/extranet/experiences): This collection of endpoints let you manage experiences, such as activities. - [Monetize](/extranet/monetize): The Monetize API exposes endpoints for managing cancellation polies, rate plans, promotions and more on Wink. - [Distribution](/extranet/distribution): The Distribution API exposes endpoints for sales channels, connecting with affiliates, managing rates and inventory calendars and more on Wink. - [Property Booking](/extranet/booking): The Property Booking API exposes endpoints for managing bookings and reviews at the property-level. #### Affiliate - [Affiliate](/affiliate): This collection of affiliate endpoints are mostly management endpoints that let you display, change status and similar for your existing accounts. - [Browse](/affiliate/browse): The Browse API exposes endpoints for affiliates to find suppliers and inventory to sell. - [Inventory](/affiliate/inventory): The Inventory API exposes endpoints for affiliates to manage the inventory they want to sell and how they want to sell it. - [Sales Channel](/affiliate/sales-channel): The Sales Channel API exposes endpoints for affiliates to manage existing sales channels as well as find new ones. - [WinkLinks](/affiliate/winklinks): The WinkLinks API exposes endpoints for affiliates to manage their WinkLinks page. #### Rate provider - [Channel manager](/channel-manager): The Channel Manager API enables external channel manager partners to map, exchange rate / availability information with us as well as be informed of bookings that occur on the Wink platform for one of their properties. ### Taxonomy APIs Taxonomy endpoints are for developers who want to consume and produce travel inventory and need taxonomies of standard and non-standard codes for inventory types, classes, statuses etc. - [Reference](/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.17.9
8
+ The version of the OpenAPI document: 30.17.10
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.33
3
+ Version: 0.0.34
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.17.9
324
- - Package version: 0.0.33
323
+ - API version: 30.17.10
324
+ - Package version: 0.0.34
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.33#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.34#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.33#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.34#egg=wink_sdk_travel_agent&subdirectory=wink_sdk_travel_agent`)
345
345
 
346
346
  Then import the package:
347
347
  ```python
@@ -0,0 +1,133 @@
1
+ wink_sdk_travel_agent/__init__.py,sha256=H-hqw0cIXQoZ1aISZNcxIlS0l42SdsB6TvnVBY_Xp00,16075
2
+ wink_sdk_travel_agent/api_client.py,sha256=tZCEMKgnKiTcpJp_ccdS1nHaoq3Wyc6TGqFHTMb62A0,34769
3
+ wink_sdk_travel_agent/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
+ wink_sdk_travel_agent/configuration.py,sha256=Zqo_bJ-jPWUSXMH3YNzFk4RYEqkb_ZTIkzFl9cBTeBI,25545
5
+ wink_sdk_travel_agent/exceptions.py,sha256=DVA1RWl8pzEdC3NI_C4-7ZmADazYn-M7NCJVXEGR7tw,13739
6
+ wink_sdk_travel_agent/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ wink_sdk_travel_agent/rest.py,sha256=0KRobeD7iM4lE3hMkpEc3k8kk-KM2S4bfzBVMkr1QX0,16743
8
+ wink_sdk_travel_agent/api/__init__.py,sha256=GLKKEYGrVabqh2a0gUTFW9tC7YV5p1B3Z4V_tnEOleQ,118
9
+ wink_sdk_travel_agent/api/travel_agent_api.py,sha256=ocmutFDZVyrXpfAizva8xskBH9UFkaRF_uaE6CBBxCc,88481
10
+ wink_sdk_travel_agent/models/__init__.py,sha256=vF9v_7heOzazf6x62MGZuMexLGaI5Ricilez0Wena6I,15397
11
+ wink_sdk_travel_agent/models/address_agent.py,sha256=0XzlMlFwlEjO4cqcxi_R1PUZROW384wjgScNNR2jGiI,11460
12
+ wink_sdk_travel_agent/models/affiliate_account_agent.py,sha256=-A-JKZZE2er5vTqWfKakoC5EtgWmJKAJaPeP8Ps8oGM,17616
13
+ wink_sdk_travel_agent/models/affiliate_account_user_agent.py,sha256=5DXHTD9AfZG4TlzdziwROJwl9mjBSy_a02GOZk__N3I,11640
14
+ wink_sdk_travel_agent/models/agent_booking_request_agent.py,sha256=2kd-fEkrg7whft1OvHO1HypydiAmYLhHdyd_9OgqUJw,14283
15
+ wink_sdk_travel_agent/models/aggregate_descriptor_agent.py,sha256=6E8hdIYMPJMnLcsCILRNLQK0PKY80TWKC7WyJtw7ZbI,10429
16
+ wink_sdk_travel_agent/models/ancillary_request_agent.py,sha256=orCP8nkplUqQy1C7egpOmqZl8UVfeEFsCxBv_nDWteY,11821
17
+ wink_sdk_travel_agent/models/authenticated_user_agent.py,sha256=M1C7FG5VSJqdI8DRhmYc1LSA6OvC2-v35Sp4YgDWvKo,10676
18
+ wink_sdk_travel_agent/models/bed_agent.py,sha256=DxzcnQNCZ3AdKsoWLYTHhJ3wDH0lwgrjl-6OBH5121c,10242
19
+ wink_sdk_travel_agent/models/bedroom_agent.py,sha256=4GjxWbhH8ZfNRhQHoAejU4wieLjHwDI01CogvfLodCk,11012
20
+ wink_sdk_travel_agent/models/bedroom_configuration_agent.py,sha256=9QzjKSCKJbLSTooYJCKvADNh7c1IKRWHTrMU3SgQ3yg,10750
21
+ wink_sdk_travel_agent/models/beneficiary_agent.py,sha256=roCVtYdRDO_vOKN_3dKwy2NoQ7UvAbOjcPJsU_Ksf6A,18098
22
+ wink_sdk_travel_agent/models/beneficiary_charge_agent.py,sha256=lKL8LABWyTTInD9rcUbB72Fa9C1GyN0oes-ucW3igrA,10402
23
+ wink_sdk_travel_agent/models/booking_agent.py,sha256=18vxPMlgtJMSBVlRO9kY_f2O-YXj77WMGQX15OtC3eI,32806
24
+ wink_sdk_travel_agent/models/booking_ancillary_agent.py,sha256=YTljX8yGd_ASR1hNkprYI5eEezGVBpL8ar2841pxycc,15509
25
+ wink_sdk_travel_agent/models/booking_confirmations_agent.py,sha256=ex7Z5omHLvEEJzwd4K3qwE6zGho_tMxVECJZ7o5pW9k,11326
26
+ wink_sdk_travel_agent/models/booking_contract_agent.py,sha256=nmODPUYP5XH6s5eB-5cWYQRV3JiEOYeppXoLHo0Wx9Y,89809
27
+ wink_sdk_travel_agent/models/booking_contract_item_agent.py,sha256=yl0rE94_aYYAcseOxY2mUFvaX-ks1jwkUCjUoDi87Jg,22675
28
+ wink_sdk_travel_agent/models/booking_contract_payment_details_agent.py,sha256=1qdHM5Q-D9GaPARFvTbkj8b6wVBaWjKhIev2UJ_O--8,12929
29
+ wink_sdk_travel_agent/models/booking_itinerary_agent.py,sha256=dEj_NwDgNrVnEhyga8U0-tAKVDB22SJtMCbTPZOb3v8,11874
30
+ wink_sdk_travel_agent/models/booking_itinerary_room_configuration_agent.py,sha256=ijzwHm1K0NNmfwf6A4gIpyssG9NqYcycjjiyxcCG2U4,10646
31
+ wink_sdk_travel_agent/models/booking_itinerary_room_configuration_child_agent.py,sha256=E0U0rwjU6017vmv399waV-KzQf6cyXtBpd6H1v-bDes,9997
32
+ wink_sdk_travel_agent/models/booking_user_agent.py,sha256=ocAAD9fYW7mSL5YgXT18E9J6cWw4ghhRBQHixvI32D4,10794
33
+ wink_sdk_travel_agent/models/booking_user_request_agent.py,sha256=mc6qsKSpcfIB2miL9Zr4P1L2t_1Wau0Ro_pSMmjFsnI,10339
34
+ wink_sdk_travel_agent/models/booking_user_session_agent.py,sha256=rUklaYoqB5GTGD0rbrQcgiZvEdbRY3n_RmWWlde3eJc,12554
35
+ wink_sdk_travel_agent/models/booking_view_agent.py,sha256=R5YzS1WHT2Om7NPxphAWBZxDaxHilfWbGiUEyL2DVEI,11002
36
+ wink_sdk_travel_agent/models/boolean_response_agent.py,sha256=tCdiEa7rOKunwofAyK70w0KlLNO_pvicMI2EOKMBuxo,10108
37
+ wink_sdk_travel_agent/models/cancellation_detail_agent.py,sha256=SUrUOGJmLVbV6UOKNBRt0AaU1lDt7jNz879vIzMpmxE,10536
38
+ wink_sdk_travel_agent/models/cancellation_policy_agent.py,sha256=efhkvDZRfgfvb7Bdu8JDE-BkNEWLQ0wjszO7hcwFbwM,16926
39
+ wink_sdk_travel_agent/models/cancellation_policy_exception_agent.py,sha256=DzsaaRmNd-_6qpzuYjaWvwDbXcF3H017AyWsppxK4cM,11170
40
+ wink_sdk_travel_agent/models/cancellation_policy_exceptions_agent.py,sha256=5xy3mNoPpBlURLKaiGgkEw5DPANFk8RyacyQGIpZEP4,10433
41
+ wink_sdk_travel_agent/models/cancellation_policy_lightweight_agent.py,sha256=p73dLYHui9WwFGq89z7NiasisNeUWE_fSjIS1QyrJTo,16855
42
+ wink_sdk_travel_agent/models/child_agent.py,sha256=d_E1SJe4M9-zSzfSteB39egwaDr6nFL_Qqlw4oyUFTY,10022
43
+ wink_sdk_travel_agent/models/commissionable_entry_agent.py,sha256=e-Np7qflrH9d-Q_I-Dt05Slsmeq6mBiDcjwrvD9hQH8,10687
44
+ wink_sdk_travel_agent/models/company_agent.py,sha256=EZpDs5dGujbGOLjlCVjGW3JSSpu0WRGFcXeYMISpUsA,16563
45
+ wink_sdk_travel_agent/models/company_user_agent.py,sha256=va5moJJIWNR5xqO-w6LFy-wvw7uJFLiHOBLmVTbex4E,11510
46
+ wink_sdk_travel_agent/models/company_view_agent.py,sha256=Ll9UMBrfG4SxNw9syzn44LoaepIe0bhfLxlKZM0ylKE,10962
47
+ wink_sdk_travel_agent/models/composite_filter_descriptor_agent.py,sha256=_pefZOxSy9M85VIuZsFvRA8-RuC2DUj4SpYpRZ6Znjc,10927
48
+ wink_sdk_travel_agent/models/contact_agent.py,sha256=jKnWurnGgNkRbly_6_frX4JigPzzYs6FhMxC08FRGu0,10982
49
+ wink_sdk_travel_agent/models/country_agent.py,sha256=8iwTPElm4bYsFwDrYmhyY6acmfPlLYbqn8L-9Rj9cAQ,10736
50
+ wink_sdk_travel_agent/models/country_lightweight_agent.py,sha256=ttjEumns7ji484LnV-FrDjKCpIVdwbO_fIrroIZ5RT0,10784
51
+ wink_sdk_travel_agent/models/create_agent_booking400_response.py,sha256=J6yY1j8wejR8Kh5QsOD-QgKXYCLm5MZR_esw1GQGHdI,12913
52
+ wink_sdk_travel_agent/models/create_agent_booking_request_agent.py,sha256=KY0AgBdLLbnFXrtGUt-eCgNRtqO17Rj0O3nmFJPv_Sc,11505
53
+ wink_sdk_travel_agent/models/custom_monetary_amount.py,sha256=gULcxTnyEj_aeIps_Xven-b4uIgUGkVnPwtpyrPN4iM,9979
54
+ wink_sdk_travel_agent/models/customization_lightweight_agent.py,sha256=2J5pftcKQ2Zfq6SwD-8l8R0hqGKu6AHcAun34nb8M9E,24897
55
+ wink_sdk_travel_agent/models/customization_theme_colors_agent.py,sha256=_IAk0tBhIYq_zJmqajkcOityJI93IupKhdD22HAAQ8w,11780
56
+ wink_sdk_travel_agent/models/daily_rate_agent.py,sha256=C6RwBSYciMi836dvm0MUeu6BURBSAjaW4YtGFzb3Dxw,11874
57
+ wink_sdk_travel_agent/models/dow_pattern_group_agent.py,sha256=HQdhJKh_qcokR1O75egeQ9M0-xxc58LOSP1zF799ekU,10904
58
+ wink_sdk_travel_agent/models/engine_configuration_booking_report_agent.py,sha256=853TA4_zkheaDARd9PCHbns7o_SeMrEUcpFdiBieXis,24749
59
+ wink_sdk_travel_agent/models/engine_configuration_theme_agent.py,sha256=UoWzv_kCcmh1_5df2vkgRvqqw0CEG8R220bvfMEkiu0,11814
60
+ wink_sdk_travel_agent/models/engine_configuration_theme_colors_agent.py,sha256=pdFDOLp7rIX9-6iy3jEe9q8KkGg_EOEXO6z6qJmlpAU,11849
61
+ wink_sdk_travel_agent/models/extra_charge_agent.py,sha256=Ae2ZFSq3zMirFVfmqnfx_GAygdbkqegLRQcn8_dsVWE,11237
62
+ wink_sdk_travel_agent/models/extra_charges_agent.py,sha256=GTLi4CJWhCnK_bgtQx4JftrsxlKgtu8j08sl4aGfUPw,11871
63
+ wink_sdk_travel_agent/models/fee_agent.py,sha256=axcnKIFR5R9732WznnnBtcDQEWqf4SNQ-FQJPTy7RME,10684
64
+ wink_sdk_travel_agent/models/filter_descriptor_agent.py,sha256=FRwcIe60iRkWCig9kXabonAWUg_z8R17p7JKxdZAYq4,11134
65
+ wink_sdk_travel_agent/models/general_manager_agent.py,sha256=8bWN34vxHAWytvs3Dz1jWZgrvMzjfCBzok_JnKAdq3E,11062
66
+ wink_sdk_travel_agent/models/generic_error_message.py,sha256=KpExmwVQoCfpk6L1mQYzIs-866_N9Qxv-HR72lbqz08,10172
67
+ wink_sdk_travel_agent/models/geo_json_point_agent.py,sha256=yA5kipDvNgOIV8aG5RvyNS7TwPRjjAZqgJ1FAIc2iZA,10126
68
+ wink_sdk_travel_agent/models/geo_name_agent.py,sha256=binLC1UEIX_UhwSGEY4Iz8how_8qYzxB75NujdPKon8,13164
69
+ wink_sdk_travel_agent/models/geo_name_lightweight_agent.py,sha256=kJzF4IkFiZIaX03SJqTcGuXqbLUsA6HGIbS01gf3whg,13532
70
+ wink_sdk_travel_agent/models/group_descriptor_agent.py,sha256=fRb3VaIevlPD04oJpqnWGUiZde_9ABuROxsFpWqF6K8,11051
71
+ wink_sdk_travel_agent/models/guest_room_agent.py,sha256=rNSKSfpXvl7wh9UuVTYDVNqovPwiw4tshAl_K3I-7Ho,26959
72
+ wink_sdk_travel_agent/models/guest_room_lightweight_agent.py,sha256=DTHujsYXeybBJ4j0Eu-NODBQwF1hWJ4paoK9g9Uk15k,26951
73
+ wink_sdk_travel_agent/models/guest_user_agent.py,sha256=FRQi8Ir0v1IRDcATpy6SVmznk-vJU5lZ3DkF1dpXaY8,11279
74
+ wink_sdk_travel_agent/models/hotel_on_map_agent.py,sha256=4vU1w7qxLKyNIL05n3XZngR0OxPldG7np8UEU0z6V14,29569
75
+ wink_sdk_travel_agent/models/image_attribution_agent.py,sha256=U13T97YQX81dwWz160jW0CM-PQfAQytY31Z0yk62mjU,10034
76
+ wink_sdk_travel_agent/models/localized_description_agent.py,sha256=SzP6DMZKkziQDpmHaaO94ldnMV7LiuE9n1PWCRvAyRY,11249
77
+ wink_sdk_travel_agent/models/localized_price_agent.py,sha256=P3FRrtYsgjKisETs6cmy79EBu5WAmnPpDitKGjJMQHA,18710
78
+ wink_sdk_travel_agent/models/managed_by_entity_agent.py,sha256=NV9QY6kKPqOrRYR_ht8Indamc_ficXqvMqyarl8w5vk,11101
79
+ wink_sdk_travel_agent/models/managed_by_entity_rules_agent.py,sha256=bN4C9uX641W8QVbGT-MtuirzXheqdL0KI82WfhS1ACg,10567
80
+ wink_sdk_travel_agent/models/online_presence_agent.py,sha256=6Mwg7GQsH4voW_9Du9TrGINMSZToQR2aAduwpsEf5UU,13189
81
+ wink_sdk_travel_agent/models/page_booking_agent.py,sha256=r5PQjAeNmlS9fL_StIAj57uiwlwPldVcKClTcZfGSu4,12010
82
+ wink_sdk_travel_agent/models/page_booking_view_agent.py,sha256=_BwChdfUVjKQwLo6G0JSeNi1CZEF9B7AEW5cB9MFFmI,12028
83
+ wink_sdk_travel_agent/models/pageable_object_agent.py,sha256=VA0N9ThfnmtXHOpa-aS-CkeMAos94GqPAjnq6gno6wc,10650
84
+ wink_sdk_travel_agent/models/payout_agent.py,sha256=6_BbrsAWKYsEf-KlwaB9KmeCit1ekxxO41IF22qyFZU,14905
85
+ wink_sdk_travel_agent/models/payout_fee_agent.py,sha256=__Fn2BDYd2jseHwZcJAjSPETX6UfKiJnLMbZXE_XRlk,11252
86
+ wink_sdk_travel_agent/models/pending_refund_agent.py,sha256=1sItYONPKjIRA0aNTfzRcuEKCAAYbb_vFPoiJsxKKhg,11941
87
+ wink_sdk_travel_agent/models/perk_lightweight_agent.py,sha256=F3qByXi1HsZ4URqoFLQqhL9nCPKWoeoDQnqM3EiU6ew,11249
88
+ wink_sdk_travel_agent/models/personal_agent.py,sha256=OsO76qMVxJg44p7ynWanpw4MBDSMhyx2URElDqbQtC8,13288
89
+ wink_sdk_travel_agent/models/pet_info_dto_agent.py,sha256=ROniMQzpfBM7xLmOYhnddV3WSKhRfwl8SplfLEmkyuo,9874
90
+ wink_sdk_travel_agent/models/preferences_agent.py,sha256=i2f986TFEQI02KoaQy3tVzVP2AkHukikpaLSsKz3A6g,13852
91
+ wink_sdk_travel_agent/models/profile_agent.py,sha256=bAL87pdQuMuHAJwHZVADuP3qfuE6FGy0CVEJgW9JXMo,11400
92
+ wink_sdk_travel_agent/models/profile_lightweight_agent.py,sha256=y9s-EfJ_o_lGZ4iIdDdFAI5ZWBq7bxFPl0kvuM58orA,11705
93
+ wink_sdk_travel_agent/models/profile_user_agent.py,sha256=EBTZmOdKyy_fxWf_rTbGtXPgsLME8LnyVjwmQuIoXBo,10713
94
+ wink_sdk_travel_agent/models/property_aggregate_lightweight_agent.py,sha256=Y29nYZgxrjmxl-tmkcFfiMBTLtxswFjI2OJ9MMr3264,26251
95
+ wink_sdk_travel_agent/models/property_policy_agent.py,sha256=UN4tApZCFcIVCmUt5nHFZRF7gr_mASS017uxRaD-6y4,14871
96
+ wink_sdk_travel_agent/models/quote_agent.py,sha256=wfzu2XK3YilAnB5kdAmZrGv-N_RnaD4OkW5KO0AfdoQ,10200
97
+ wink_sdk_travel_agent/models/quote_lightweight_agent.py,sha256=bkU09x5k9Q7C_KZtX-X8U1OO0x_CAaWCo-s5LJxU58o,10349
98
+ wink_sdk_travel_agent/models/rate_plan_agent.py,sha256=9zi6b7bdXwWSbph4Z2fm-uFIFEiUJmkWHhI_YBtiPWU,19126
99
+ wink_sdk_travel_agent/models/rate_plan_level_fee_agent.py,sha256=55Lc-6gT8NXTaqIZIvxNqZjxIwrCe_cY2ZCr8bqcIyU,11554
100
+ wink_sdk_travel_agent/models/refund_agent.py,sha256=dAnQ51LwnDfCZQxJsAOoNiPNRVp8Ncqa8QxxMlm5c7c,15958
101
+ wink_sdk_travel_agent/models/reporting_ancillary_agent.py,sha256=1yhjVPdofYGPPwzV24HV4A2n4_VjnRcl39eAdQ0yw_8,11408
102
+ wink_sdk_travel_agent/models/reporting_daily_rate_agent.py,sha256=6zrNWUj05ciSK42vKOghcSUylJP9Gs0QzYhF4LOpF_Q,11089
103
+ wink_sdk_travel_agent/models/reporting_extra_charge_agent.py,sha256=ZownYSusvwj2LcV8-amgigHraKuCA070DIU02Q48RZA,10591
104
+ wink_sdk_travel_agent/models/review_agent.py,sha256=pWTo1B0FFVNwSWwOqqvWJ8f5h-6MllyrfWIy0A_b0tc,14201
105
+ wink_sdk_travel_agent/models/review_answer_agent.py,sha256=j_8UNBQo2iezaLNVSGv-tv4K5AR2SQpqZen4PNlgBJ0,10762
106
+ wink_sdk_travel_agent/models/review_lightweight_agent.py,sha256=ohUk8_2j_kLOI7WSUn2a8wkyxVa01y6CjwYvbHC87L0,14128
107
+ wink_sdk_travel_agent/models/review_user_agent.py,sha256=ZXAm_0kb58BUapYNcRINFinkTCgK-OLHORcyrs9f-g4,10630
108
+ wink_sdk_travel_agent/models/room_configuration_agent.py,sha256=lx30nR5Ssvx2-Il0kZEh2b4DjpMCucdEzoNguZmVcAs,10522
109
+ wink_sdk_travel_agent/models/room_configuration_price_rate_plan_agent.py,sha256=6aP6T_NxzEMkTUSa6v7sx4gmzQwvI65xqbB_OBQQHB8,13825
110
+ wink_sdk_travel_agent/models/room_stay_agent.py,sha256=KGjDtAl0SkQf0ig8eZK4B3aGvuALLb3ocotyrd7WsH4,18267
111
+ wink_sdk_travel_agent/models/simple_address_agent.py,sha256=XsJO73iMGtgGu5KZFUNDMZWwUe8nOG66RJ5ygovjY-U,11318
112
+ wink_sdk_travel_agent/models/simple_date_time_itinerary_agent.py,sha256=LwOK7waa32hhYrKF71QgaOHwfq4WBWABbCLxMXmdwCU,11218
113
+ wink_sdk_travel_agent/models/simple_description_agent.py,sha256=uGrOdXBKbSZ5S4XsyWe_lDawT_EzQvRjJo43eSGnLrw,11364
114
+ wink_sdk_travel_agent/models/simple_multimedia_agent.py,sha256=JT-MTUPqdL946H50mN31BIbi7r7PS6bRWy60jGDNdVo,15716
115
+ wink_sdk_travel_agent/models/social_agent.py,sha256=Mp3_0Gr5SorEGGkb-swQ4hrrtbp52sjxEj-qx_imAGk,10636
116
+ wink_sdk_travel_agent/models/sort_descriptor_agent.py,sha256=vQT9YIUl_o0cfKd8cL2HSVISmdlZ8EQN8Jk723uqhz0,10333
117
+ wink_sdk_travel_agent/models/sort_object.py,sha256=YH73z113i-4q9TQ-MInYhlr-hpYbmkj2-2oTbavKijc,10308
118
+ wink_sdk_travel_agent/models/sort_object_agent.py,sha256=KLUsxLj0eRik2KIFguXcWPo2G2ydSTts_LfAm06_iV8,9967
119
+ wink_sdk_travel_agent/models/state_agent.py,sha256=bkXC8eXR3TUGBx03vl1-aJE2A1tOa9Zl9ttENMe7yvQ,11985
120
+ wink_sdk_travel_agent/models/stay_rate_agent.py,sha256=smWTWpOIOfTgeIcQBjQk9KwhEzVHRhD484kLjo4FEAY,24862
121
+ wink_sdk_travel_agent/models/sub_country_agent.py,sha256=tQ5tuRkdv-FtFe_IrOwOCqrvcXugBOiAoAQSJQS58DI,10202
122
+ wink_sdk_travel_agent/models/sub_country_lightweight_agent.py,sha256=kMXCBrPZfDsBBJO4yxuSQA7H-b7hE1vzMblbQVGT774,10250
123
+ wink_sdk_travel_agent/models/sub_sub_country_agent.py,sha256=6qRvsTbseB-EqZX-91FfyYEj1Xqg8j9_Kh8pvXe_Lr4,10056
124
+ wink_sdk_travel_agent/models/sub_sub_country_lightweight_agent.py,sha256=obLYmCPZzj5VMvbnzQIgSxEL3jPlYRck1VgUbT-djiU,10109
125
+ wink_sdk_travel_agent/models/supplier_contract_item_policy_agent.py,sha256=FmIwAgSQgO6_h-fPQeuSZYpCvwaRScIF91u61NUvu2A,17066
126
+ wink_sdk_travel_agent/models/travel_agent_agent.py,sha256=NVC6AtLpARUF3v0PXfZ9-JcVFkjGX8-STZvpfIf0_50,10096
127
+ wink_sdk_travel_agent/models/travel_inventory_recognition_agent.py,sha256=elaI-ST6RoISvT--olIb96jh9ebs5mZ7bMYSy1pmGoA,12496
128
+ wink_sdk_travel_agent/models/upsert_travel_agent_request_agent.py,sha256=96PgTI44LXW1FP8SqGoKI4ETJIgmSIEdnWJFCO330Kg,10148
129
+ wink_sdk_travel_agent-0.0.34.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
130
+ wink_sdk_travel_agent-0.0.34.dist-info/METADATA,sha256=vpGOBTWSG43Y58O2ra5bQfq0wW1m4IlGg-QQ9EB0iN4,30716
131
+ wink_sdk_travel_agent-0.0.34.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
132
+ wink_sdk_travel_agent-0.0.34.dist-info/top_level.txt,sha256=r4wUq-aj0a5gUjGGjn0pA0NpDhSk11ci-Vrb-PonzIo,22
133
+ wink_sdk_travel_agent-0.0.34.dist-info/RECORD,,