wink-sdk-travel-agent 0.0.36__tar.gz → 0.0.38__tar.gz

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

Potentially problematic release.


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

Files changed (259) hide show
  1. {wink_sdk_travel_agent-0.0.36/wink_sdk_travel_agent.egg-info → wink_sdk_travel_agent-0.0.38}/PKG-INFO +9 -9
  2. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/README.md +8 -8
  3. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/pyproject.toml +2 -2
  4. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/setup.py +4 -4
  5. wink_sdk_travel_agent-0.0.38/test/test_media_author_attribution_agent.py +54 -0
  6. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/__init__.py +4 -4
  7. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/api/travel_agent_api.py +26 -20
  8. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/api_client.py +2 -2
  9. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/configuration.py +4 -4
  10. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/exceptions.py +2 -2
  11. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/__init__.py +3 -3
  12. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/address_agent.py +2 -2
  13. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/affiliate_account_agent.py +4 -4
  14. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/affiliate_account_user_agent.py +2 -2
  15. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/agent_booking_request_agent.py +2 -2
  16. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/aggregate_descriptor_agent.py +2 -2
  17. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/authenticated_user_agent.py +2 -2
  18. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/bed_agent.py +2 -2
  19. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/bedroom_agent.py +2 -2
  20. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/bedroom_configuration_agent.py +2 -2
  21. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/beneficiary_agent.py +2 -2
  22. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/beneficiary_charge_agent.py +2 -2
  23. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/booking_agent.py +12 -12
  24. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/booking_ancillary_agent.py +7 -7
  25. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/booking_confirmations_agent.py +2 -2
  26. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/booking_contract_agent.py +6 -6
  27. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/booking_contract_item_agent.py +6 -6
  28. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/booking_contract_payment_details_agent.py +2 -2
  29. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/booking_itinerary_agent.py +2 -2
  30. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/booking_itinerary_room_configuration_agent.py +2 -2
  31. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/booking_itinerary_room_configuration_child_agent.py +2 -2
  32. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/booking_user_agent.py +2 -2
  33. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/booking_user_request_agent.py +2 -2
  34. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/booking_user_session_agent.py +2 -2
  35. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/boolean_response_agent.py +2 -2
  36. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/cancellation_detail_agent.py +2 -2
  37. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/cancellation_policy_exception_agent.py +2 -2
  38. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/cancellation_policy_exceptions_agent.py +2 -2
  39. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/cancellation_policy_lightweight_agent.py +2 -2
  40. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/child_agent.py +2 -2
  41. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/commissionable_entry_agent.py +2 -2
  42. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/composite_filter_descriptor_agent.py +2 -2
  43. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/contact_agent.py +2 -2
  44. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/country_lightweight_agent.py +2 -2
  45. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/create_agent_booking400_response.py +2 -2
  46. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/create_agent_booking_request_agent.py +2 -2
  47. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/custom_monetary_amount.py +2 -2
  48. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/customization_lightweight_agent.py +6 -6
  49. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/customization_theme_colors_agent.py +2 -2
  50. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/extra_charge_agent.py +2 -2
  51. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/extra_charges_agent.py +2 -2
  52. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/filter_descriptor_agent.py +2 -2
  53. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/general_manager_agent.py +2 -2
  54. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/generic_error_message.py +2 -2
  55. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/geo_json_point_agent.py +2 -2
  56. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/geo_name_lightweight_agent.py +2 -2
  57. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/group_descriptor_agent.py +2 -2
  58. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/guest_room_lightweight_agent.py +2 -2
  59. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/guest_user_agent.py +2 -2
  60. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/localized_description_agent.py +2 -2
  61. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/localized_price_agent.py +5 -5
  62. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/managed_by_entity_agent.py +2 -2
  63. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/managed_by_entity_rules_agent.py +2 -2
  64. wink_sdk_travel_agent-0.0.38/wink_sdk_travel_agent/models/media_author_attribution_agent.py +91 -0
  65. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/page_booking_agent.py +7 -7
  66. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/pageable_object_agent.py +2 -2
  67. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/payout_agent.py +2 -2
  68. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/payout_fee_agent.py +2 -2
  69. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/perk_lightweight_agent.py +2 -2
  70. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/personal_agent.py +2 -2
  71. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/preferences_agent.py +2 -2
  72. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/profile_lightweight_agent.py +2 -2
  73. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/profile_user_agent.py +2 -2
  74. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/property_aggregate_lightweight_agent.py +2 -2
  75. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/property_policy_agent.py +2 -2
  76. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/quote_lightweight_agent.py +2 -2
  77. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/rate_plan_level_fee_agent.py +2 -2
  78. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/refund_agent.py +2 -2
  79. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/review_answer_agent.py +2 -2
  80. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/review_lightweight_agent.py +2 -2
  81. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/review_user_agent.py +2 -2
  82. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/room_configuration_agent.py +2 -2
  83. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/room_configuration_price_rate_plan_agent.py +2 -2
  84. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/room_stay_agent.py +5 -5
  85. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/simple_address_agent.py +2 -2
  86. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/simple_date_time_itinerary_agent.py +2 -2
  87. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/simple_description_agent.py +2 -2
  88. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/simple_multimedia_agent.py +5 -5
  89. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/social_agent.py +2 -2
  90. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/sort_descriptor_agent.py +2 -2
  91. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/sort_object_agent.py +2 -2
  92. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/state_agent.py +2 -2
  93. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/stay_rate_agent.py +2 -2
  94. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/sub_country_lightweight_agent.py +2 -2
  95. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/sub_sub_country_lightweight_agent.py +2 -2
  96. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/supplier_contract_item_policy_agent.py +2 -2
  97. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/travel_agent_agent.py +2 -2
  98. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/travel_inventory_recognition_agent.py +2 -2
  99. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/upsert_travel_agent_request_agent.py +2 -2
  100. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/rest.py +2 -2
  101. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38/wink_sdk_travel_agent.egg-info}/PKG-INFO +9 -9
  102. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent.egg-info/SOURCES.txt +2 -0
  103. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/LICENSE +0 -0
  104. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/setup.cfg +0 -0
  105. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_address_agent.py +0 -0
  106. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_affiliate_account_agent.py +0 -0
  107. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_affiliate_account_user_agent.py +0 -0
  108. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_agent_booking_request_agent.py +0 -0
  109. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_aggregate_descriptor_agent.py +0 -0
  110. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_ancillary_request_agent.py +0 -0
  111. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_authenticated_user_agent.py +0 -0
  112. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_bed_agent.py +0 -0
  113. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_bedroom_agent.py +0 -0
  114. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_bedroom_configuration_agent.py +0 -0
  115. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_beneficiary_agent.py +0 -0
  116. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_beneficiary_charge_agent.py +0 -0
  117. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_booking_agent.py +0 -0
  118. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_booking_ancillary_agent.py +0 -0
  119. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_booking_confirmations_agent.py +0 -0
  120. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_booking_contract_agent.py +0 -0
  121. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_booking_contract_item_agent.py +0 -0
  122. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_booking_contract_payment_details_agent.py +0 -0
  123. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_booking_itinerary_agent.py +0 -0
  124. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_booking_itinerary_room_configuration_agent.py +0 -0
  125. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_booking_itinerary_room_configuration_child_agent.py +0 -0
  126. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_booking_user_agent.py +0 -0
  127. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_booking_user_request_agent.py +0 -0
  128. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_booking_user_session_agent.py +0 -0
  129. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_booking_view_agent.py +0 -0
  130. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_boolean_response_agent.py +0 -0
  131. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_cancellation_detail_agent.py +0 -0
  132. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_cancellation_policy_agent.py +0 -0
  133. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_cancellation_policy_exception_agent.py +0 -0
  134. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_cancellation_policy_exceptions_agent.py +0 -0
  135. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_cancellation_policy_lightweight_agent.py +0 -0
  136. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_child_agent.py +0 -0
  137. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_commissionable_entry_agent.py +0 -0
  138. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_company_agent.py +0 -0
  139. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_company_user_agent.py +0 -0
  140. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_company_view_agent.py +0 -0
  141. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_composite_filter_descriptor_agent.py +0 -0
  142. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_contact_agent.py +0 -0
  143. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_country_agent.py +0 -0
  144. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_country_lightweight_agent.py +0 -0
  145. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_create_agent_booking400_response.py +0 -0
  146. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_create_agent_booking_request_agent.py +0 -0
  147. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_custom_monetary_amount.py +0 -0
  148. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_customization_lightweight_agent.py +0 -0
  149. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_customization_theme_colors_agent.py +0 -0
  150. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_daily_rate_agent.py +0 -0
  151. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_dow_pattern_group_agent.py +0 -0
  152. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_engine_configuration_booking_report_agent.py +0 -0
  153. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_engine_configuration_theme_agent.py +0 -0
  154. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_engine_configuration_theme_colors_agent.py +0 -0
  155. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_extra_charge_agent.py +0 -0
  156. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_extra_charges_agent.py +0 -0
  157. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_fee_agent.py +0 -0
  158. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_filter_descriptor_agent.py +0 -0
  159. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_general_manager_agent.py +0 -0
  160. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_generic_error_message.py +0 -0
  161. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_geo_json_point_agent.py +0 -0
  162. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_geo_name_agent.py +0 -0
  163. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_geo_name_lightweight_agent.py +0 -0
  164. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_group_descriptor_agent.py +0 -0
  165. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_guest_room_agent.py +0 -0
  166. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_guest_room_lightweight_agent.py +0 -0
  167. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_guest_user_agent.py +0 -0
  168. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_hotel_on_map_agent.py +0 -0
  169. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_image_attribution_agent.py +0 -0
  170. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_localized_description_agent.py +0 -0
  171. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_localized_price_agent.py +0 -0
  172. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_managed_by_entity_agent.py +0 -0
  173. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_managed_by_entity_rules_agent.py +0 -0
  174. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_online_presence_agent.py +0 -0
  175. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_page_booking_agent.py +0 -0
  176. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_page_booking_view_agent.py +0 -0
  177. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_pageable_object_agent.py +0 -0
  178. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_payout_agent.py +0 -0
  179. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_payout_fee_agent.py +0 -0
  180. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_pending_refund_agent.py +0 -0
  181. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_perk_lightweight_agent.py +0 -0
  182. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_personal_agent.py +0 -0
  183. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_pet_info_dto_agent.py +0 -0
  184. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_preferences_agent.py +0 -0
  185. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_profile_agent.py +0 -0
  186. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_profile_lightweight_agent.py +0 -0
  187. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_profile_user_agent.py +0 -0
  188. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_property_aggregate_lightweight_agent.py +0 -0
  189. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_property_policy_agent.py +0 -0
  190. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_quote_agent.py +0 -0
  191. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_quote_lightweight_agent.py +0 -0
  192. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_rate_plan_agent.py +0 -0
  193. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_rate_plan_level_fee_agent.py +0 -0
  194. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_refund_agent.py +0 -0
  195. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_reporting_ancillary_agent.py +0 -0
  196. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_reporting_daily_rate_agent.py +0 -0
  197. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_reporting_extra_charge_agent.py +0 -0
  198. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_review_agent.py +0 -0
  199. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_review_answer_agent.py +0 -0
  200. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_review_lightweight_agent.py +0 -0
  201. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_review_user_agent.py +0 -0
  202. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_room_configuration_agent.py +0 -0
  203. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_room_configuration_price_rate_plan_agent.py +0 -0
  204. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_room_stay_agent.py +0 -0
  205. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_simple_address_agent.py +0 -0
  206. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_simple_date_time_itinerary_agent.py +0 -0
  207. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_simple_description_agent.py +0 -0
  208. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_simple_multimedia_agent.py +0 -0
  209. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_social_agent.py +0 -0
  210. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_sort_descriptor_agent.py +0 -0
  211. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_sort_object.py +0 -0
  212. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_sort_object_agent.py +0 -0
  213. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_state_agent.py +0 -0
  214. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_stay_rate_agent.py +0 -0
  215. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_sub_country_agent.py +0 -0
  216. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_sub_country_lightweight_agent.py +0 -0
  217. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_sub_sub_country_agent.py +0 -0
  218. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_sub_sub_country_lightweight_agent.py +0 -0
  219. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_supplier_contract_item_policy_agent.py +0 -0
  220. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_travel_agent_agent.py +0 -0
  221. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_travel_agent_api.py +0 -0
  222. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_travel_inventory_recognition_agent.py +0 -0
  223. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/test/test_upsert_travel_agent_request_agent.py +0 -0
  224. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/api/__init__.py +0 -0
  225. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/api_response.py +0 -0
  226. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/ancillary_request_agent.py +0 -0
  227. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/booking_view_agent.py +0 -0
  228. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/cancellation_policy_agent.py +0 -0
  229. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/company_agent.py +0 -0
  230. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/company_user_agent.py +0 -0
  231. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/company_view_agent.py +0 -0
  232. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/country_agent.py +0 -0
  233. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/daily_rate_agent.py +0 -0
  234. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/dow_pattern_group_agent.py +0 -0
  235. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/engine_configuration_booking_report_agent.py +0 -0
  236. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/engine_configuration_theme_agent.py +0 -0
  237. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/engine_configuration_theme_colors_agent.py +0 -0
  238. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/fee_agent.py +0 -0
  239. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/geo_name_agent.py +0 -0
  240. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/guest_room_agent.py +0 -0
  241. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/hotel_on_map_agent.py +0 -0
  242. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/image_attribution_agent.py +0 -0
  243. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/online_presence_agent.py +0 -0
  244. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/page_booking_view_agent.py +0 -0
  245. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/pending_refund_agent.py +0 -0
  246. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/pet_info_dto_agent.py +0 -0
  247. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/profile_agent.py +0 -0
  248. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/quote_agent.py +0 -0
  249. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/rate_plan_agent.py +0 -0
  250. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/reporting_ancillary_agent.py +0 -0
  251. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/reporting_daily_rate_agent.py +0 -0
  252. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/reporting_extra_charge_agent.py +0 -0
  253. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/review_agent.py +0 -0
  254. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/sort_object.py +0 -0
  255. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/sub_country_agent.py +0 -0
  256. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/models/sub_sub_country_agent.py +0 -0
  257. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent/py.typed +0 -0
  258. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent.egg-info/dependency_links.txt +0 -0
  259. {wink_sdk_travel_agent-0.0.36 → wink_sdk_travel_agent-0.0.38}/wink_sdk_travel_agent.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wink_sdk_travel_agent
3
- Version: 0.0.36
3
+ Version: 0.0.38
4
4
  Summary: Wink API
5
5
  Home-page: https://github.com/wink-travel/wink-sdk-python.git
6
6
  Author: Bjorn Harvold
@@ -280,7 +280,7 @@ Consume endpoints are for developers who want to find existing travel inventory
280
280
  ### Taxonomy APIs
281
281
  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.
282
282
 
283
- - [Reference](/reactive): All APIs related to retrieving platform-supported taxonomies.
283
+ - [Reference](/reference): All APIs related to retrieving platform-supported taxonomies.
284
284
 
285
285
  ### Insight APIs
286
286
  Insight endpoints do exactly what the name implies - They offer platform-level insight into the activities of producers and consumers.
@@ -288,9 +288,9 @@ Consume endpoints are for developers who want to find existing travel inventory
288
288
  - [Analytics](/analytics): All APIs related to tracking metrics across a wide variety of data source segments including, more entertaining, leaderboard metrics.
289
289
 
290
290
  ### Payment APIs
291
- 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.
291
+ Payment endpoints are for developers who want to purchase travel inventory. This can be done via the API as a registered Travel Agent or using our API in conjunction with our PCI compliant payment widget for all other entities.
292
292
 
293
- - [TripPay](/reactive): All APIs related to TripPay account management, booking, mapping and integration features.
293
+ - [TripPay](/payment): All APIs related to TripPay account management, booking, mapping and integration features.
294
294
 
295
295
  ## SDKs
296
296
  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).
@@ -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.14
324
- - Package version: 0.0.36
323
+ - API version: 30.18.1
324
+ - Package version: 0.0.38
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.36#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.38#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.36#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.38#egg=wink_sdk_travel_agent&subdirectory=wink_sdk_travel_agent`)
345
345
 
346
346
  Then import the package:
347
347
  ```python
@@ -473,11 +473,11 @@ Class | Method | HTTP request | Description
473
473
  - [GroupDescriptorAgent](docs/GroupDescriptorAgent.md)
474
474
  - [GuestRoomLightweightAgent](docs/GuestRoomLightweightAgent.md)
475
475
  - [GuestUserAgent](docs/GuestUserAgent.md)
476
- - [ImageAttributionAgent](docs/ImageAttributionAgent.md)
477
476
  - [LocalizedDescriptionAgent](docs/LocalizedDescriptionAgent.md)
478
477
  - [LocalizedPriceAgent](docs/LocalizedPriceAgent.md)
479
478
  - [ManagedByEntityAgent](docs/ManagedByEntityAgent.md)
480
479
  - [ManagedByEntityRulesAgent](docs/ManagedByEntityRulesAgent.md)
480
+ - [MediaAuthorAttributionAgent](docs/MediaAuthorAttributionAgent.md)
481
481
  - [PageBookingAgent](docs/PageBookingAgent.md)
482
482
  - [PageableObjectAgent](docs/PageableObjectAgent.md)
483
483
  - [PayoutAgent](docs/PayoutAgent.md)
@@ -64,7 +64,7 @@ Consume endpoints are for developers who want to find existing travel inventory
64
64
  ### Taxonomy APIs
65
65
  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.
66
66
 
67
- - [Reference](/reactive): All APIs related to retrieving platform-supported taxonomies.
67
+ - [Reference](/reference): All APIs related to retrieving platform-supported taxonomies.
68
68
 
69
69
  ### Insight APIs
70
70
  Insight endpoints do exactly what the name implies - They offer platform-level insight into the activities of producers and consumers.
@@ -72,9 +72,9 @@ Consume endpoints are for developers who want to find existing travel inventory
72
72
  - [Analytics](/analytics): All APIs related to tracking metrics across a wide variety of data source segments including, more entertaining, leaderboard metrics.
73
73
 
74
74
  ### Payment APIs
75
- 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.
75
+ Payment endpoints are for developers who want to purchase travel inventory. This can be done via the API as a registered Travel Agent or using our API in conjunction with our PCI compliant payment widget for all other entities.
76
76
 
77
- - [TripPay](/reactive): All APIs related to TripPay account management, booking, mapping and integration features.
77
+ - [TripPay](/payment): All APIs related to TripPay account management, booking, mapping and integration features.
78
78
 
79
79
  ## SDKs
80
80
  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).
@@ -104,8 +104,8 @@ Browse the endpoints in the left navigation bar to get started.
104
104
 
105
105
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
106
106
 
107
- - API version: 30.17.14
108
- - Package version: 0.0.36
107
+ - API version: 30.18.1
108
+ - Package version: 0.0.38
109
109
  - Generator version: 7.12.0
110
110
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
111
111
 
@@ -123,9 +123,9 @@ pip install wink_sdk_travel_agent
123
123
 
124
124
  Or you can install it directly from the repository using:
125
125
  ```sh
126
- pip install git+https://github.com/wink-travel/wink-sdk-python.git@v0.0.36#egg=wink_sdk_travel_agent&subdirectory=wink-sdk-travel-agent
126
+ pip install git+https://github.com/wink-travel/wink-sdk-python.git@v0.0.38#egg=wink_sdk_travel_agent&subdirectory=wink-sdk-travel-agent
127
127
  ```
128
- (you may need to run `pip` with root permission: `sudo pip install git+https://github.com/wink-travel/wink-sdk-python.git@v0.0.36#egg=wink_sdk_travel_agent&subdirectory=wink_sdk_travel_agent`)
128
+ (you may need to run `pip` with root permission: `sudo pip install git+https://github.com/wink-travel/wink-sdk-python.git@v0.0.38#egg=wink_sdk_travel_agent&subdirectory=wink_sdk_travel_agent`)
129
129
 
130
130
  Then import the package:
131
131
  ```python
@@ -257,11 +257,11 @@ Class | Method | HTTP request | Description
257
257
  - [GroupDescriptorAgent](docs/GroupDescriptorAgent.md)
258
258
  - [GuestRoomLightweightAgent](docs/GuestRoomLightweightAgent.md)
259
259
  - [GuestUserAgent](docs/GuestUserAgent.md)
260
- - [ImageAttributionAgent](docs/ImageAttributionAgent.md)
261
260
  - [LocalizedDescriptionAgent](docs/LocalizedDescriptionAgent.md)
262
261
  - [LocalizedPriceAgent](docs/LocalizedPriceAgent.md)
263
262
  - [ManagedByEntityAgent](docs/ManagedByEntityAgent.md)
264
263
  - [ManagedByEntityRulesAgent](docs/ManagedByEntityRulesAgent.md)
264
+ - [MediaAuthorAttributionAgent](docs/MediaAuthorAttributionAgent.md)
265
265
  - [PageBookingAgent](docs/PageBookingAgent.md)
266
266
  - [PageableObjectAgent](docs/PageableObjectAgent.md)
267
267
  - [PayoutAgent](docs/PayoutAgent.md)
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name= "wink_sdk_travel_agent"
3
- version= "0.0.36"
3
+ version= "0.0.38"
4
4
  description= "Wink API"
5
5
  authors = [{ name = "Bjorn Harvold", email = "bjorn@wink.travel" }]
6
6
  license = { file = "LICENSE" }
@@ -9,7 +9,7 @@ keywords = ["OpenAPI", "OpenAPI-Generator", "Wink API"]
9
9
 
10
10
  [tool.poetry]
11
11
  name = "wink_sdk_travel_agent"
12
- version = "0.0.36"
12
+ version = "0.0.38"
13
13
  description = "Wink API"
14
14
  authors = ["Bjorn Harvold <bjorn@wink.travel>"]
15
15
  license = "Apache License Version 2.0"
@@ -3,9 +3,9 @@
3
3
  """
4
4
  Wink API
5
5
 
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.
6
+ # Introduction Welcome to the Wink API - A programmer-friendly way to manage, sell and book travel inventory on the Wink platform. The API gives you all the tools you need to ready your properties and inventory for sale across 1000s of our native sales channels. Integrators, affiliates, travel agents and content creators have the ability search for your travel inventory and promote / sell it in a wide variety of ways. # Integrations We have already integrated with the most well-known channel managers so you don't have to. To see our current integrations, please go to https://extranet.wink.travel and scroll to Connectivity section. Once your properties are set up, you can finish the setup by mapping your property to Wink using your channel manager partner portal. If your properties don't have a channel manager, you can easily manage rates and availability with this API. # Intended Audience Programmers are [most likely] a requirement to start integrating with Wink. Companies and organizations that would most benefit from integrating with us are new and existing travel companies that have relationships with suppliers and that need an advanced system from which to manage their travel inventory and get that same inventory out to as many eyeballs as possible at the lowest price possible. - Hotel chains - Hotel brands - Travel tech companies - Destination sites - Integrators - Aggregators - Destination management companies - Travel agencies - OTAs ## APIs Not every integrator needs every API. For that reason, we have separated APIs into context. ### Test API - [Ping](/ping): The Ping API is a quick test endpoint to verify that your credentials work Wink. ### Common APIs - [Notifications](/notifications): The Notifications API is a way for us to stay in touch with your user, property or affiliate account. - [User Settings](/user-settings): The User Settings API exposes endpoints to allow 3rd party integrators to communicate with Wink. ### Consume APIs Consume endpoints are for developers who want to find existing travel inventory and either book it or use it to advertise through one of their Wink affiliate accounts. - [Configuration](/customization-client): A single endpoint to retrieve whitelabel + customization information for the booking customization. - [Lookup](/lookup): All APIs related to locating inventory by region, locale and property flags. - [Inventory](/inventory): All APIs related to retrieve known travel inventory as it was found using the Lookup API.. - [Booking](/booking): All APIs related to creating bookings on the platform. - [Travel Agent](/travel-agent): The Travel Agent API exposes endpoints to manage agent-facilitated bookings. ### Produce APIs Produce endpoints are for developers who want to create and manage travel inventory. #### Property - [Property registration](/extranet/property/register): As a producer, this is, oftentimes, where you start your journey. These endpoints let you create properties on Wink. - [Property](/extranet/property): This collection of property endpoints are mostly management endpoints that let you display, change status and similar for your existing properties. - [Facilities](/extranet/facilities): This collection of endpoints let you manage facilities; such as room types. - [Experiences](/extranet/experiences): This collection of endpoints let you manage experiences, such as activities. - [Monetize](/extranet/monetize): The Monetize API exposes endpoints for managing cancellation polies, rate plans, promotions and more on Wink. - [Distribution](/extranet/distribution): The Distribution API exposes endpoints for sales channels, connecting with affiliates, managing rates and inventory calendars and more on Wink. - [Property Booking](/extranet/booking): The Property Booking API exposes endpoints for managing bookings and reviews at the property-level. #### Affiliate - [Affiliate](/affiliate): This collection of affiliate endpoints are mostly management endpoints that let you display, change status and similar for your existing accounts. - [Browse](/affiliate/browse): The Browse API exposes endpoints for affiliates to find suppliers and inventory to sell. - [Inventory](/affiliate/inventory): The Inventory API exposes endpoints for affiliates to manage the inventory they want to sell and how they want to sell it. - [Sales Channel](/affiliate/sales-channel): The Sales Channel API exposes endpoints for affiliates to manage existing sales channels as well as find new ones. - [WinkLinks](/affiliate/winklinks): The WinkLinks API exposes endpoints for affiliates to manage their WinkLinks page. #### Rate provider - [Channel manager](/channel-manager): The Channel Manager API enables external channel manager partners to map, exchange rate / availability information with us as well as be informed of bookings that occur on the Wink platform for one of their properties. ### Taxonomy APIs Taxonomy endpoints are for developers who want to consume and produce travel inventory and need taxonomies of standard and non-standard codes for inventory types, classes, statuses etc. - [Reference](/reference): All APIs related to retrieving platform-supported taxonomies. ### Insight APIs Insight endpoints do exactly what the name implies - They offer platform-level insight into the activities of producers and consumers. - [Analytics](/analytics): All APIs related to tracking metrics across a wide variety of data source segments including, more entertaining, leaderboard metrics. ### Payment APIs Payment endpoints are for developers who want to purchase travel inventory. This can be done via the API as a registered Travel Agent or using our API in conjunction with our PCI compliant payment widget for all other entities. - [TripPay](/payment): All APIs related to TripPay account management, booking, mapping and integration features. ## SDKs We are actively working on supporting the most used languages out there. If you don't see your language here, reach out to us with a request to officially add your language. In the meantime, if you want to roll your own SDK, you can do so by downloading the OpenAPI spec and using one of the many available OpenAPI generators available: [https://openapi-generator.tech/docs/generators](https://openapi-generator.tech/docs/generators). - Java SDK [https://github.com/wink-travel/wink-sdk-java](https://github.com/wink-travel/wink-sdk-java) ## Usage These features are made available to you via a [REST API](https://en.wikipedia.org/wiki/Representational_state_transfer). This API is language agnostic. ## Versioning We chose to version our endpoints in a way that we hope affects your integration minimally. You request the version of our API you wish to work with via the `Wink-Version` header. When it's time for you to upgrade, you only have to change the version number to get access to our updated endpoints. ## Release history - Follow updates on Github: https://github.com/wink-travel/wink-sdk-java/blob/master/CHANGELOG.md # Travel Agent API The Travel Agent API exposes endpoints to manage agent-facilitated bookings. This API lets you: 1. Travel Agent: Manage agent entity. 2. Booking: Create / Manage bookings Browse the endpoints in the left navigation bar to get started.
7
7
 
8
- The version of the OpenAPI document: 30.17.14
8
+ The version of the OpenAPI document: 30.18.1
9
9
  Contact: bjorn@wink.travel
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages # noqa: H301
22
22
  # prerequisite: setuptools
23
23
  # http://pypi.python.org/pypi/setuptools
24
24
  NAME = "wink-sdk-travel-agent"
25
- VERSION = "0.0.36"
25
+ VERSION = "0.0.38"
26
26
  PYTHON_REQUIRES = ">= 3.8"
27
27
  REQUIRES = [
28
28
  "urllib3 >= 1.25.3, < 3.0.0",
@@ -44,7 +44,7 @@ setup(
44
44
  include_package_data=True,
45
45
  long_description_content_type='text/markdown',
46
46
  long_description="""\
47
- # 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&#39;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&#39;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&#39;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 &#x60;Wink-Version&#x60; header. When it&#39;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.
47
+ # 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&#39;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&#39;t have a channel manager, you can easily manage rates and availability with this API. # Intended Audience Programmers are [most likely] a requirement to start integrating with Wink. Companies and organizations that would most benefit from integrating with us are new and existing travel companies that have relationships with suppliers and that need an advanced system from which to manage their travel inventory and get that same inventory out to as many eyeballs as possible at the lowest price possible. - Hotel chains - Hotel brands - Travel tech companies - Destination sites - Integrators - Aggregators - Destination management companies - Travel agencies - OTAs ## APIs Not every integrator needs every API. For that reason, we have separated APIs into context. ### Test API - [Ping](/ping): The Ping API is a quick test endpoint to verify that your credentials work Wink. ### Common APIs - [Notifications](/notifications): The Notifications API is a way for us to stay in touch with your user, property or affiliate account. - [User Settings](/user-settings): The User Settings API exposes endpoints to allow 3rd party integrators to communicate with Wink. ### Consume APIs Consume endpoints are for developers who want to find existing travel inventory and either book it or use it to advertise through one of their Wink affiliate accounts. - [Configuration](/customization-client): A single endpoint to retrieve whitelabel + customization information for the booking customization. - [Lookup](/lookup): All APIs related to locating inventory by region, locale and property flags. - [Inventory](/inventory): All APIs related to retrieve known travel inventory as it was found using the Lookup API.. - [Booking](/booking): All APIs related to creating bookings on the platform. - [Travel Agent](/travel-agent): The Travel Agent API exposes endpoints to manage agent-facilitated bookings. ### Produce APIs Produce endpoints are for developers who want to create and manage travel inventory. #### Property - [Property registration](/extranet/property/register): As a producer, this is, oftentimes, where you start your journey. These endpoints let you create properties on Wink. - [Property](/extranet/property): This collection of property endpoints are mostly management endpoints that let you display, change status and similar for your existing properties. - [Facilities](/extranet/facilities): This collection of endpoints let you manage facilities; such as room types. - [Experiences](/extranet/experiences): This collection of endpoints let you manage experiences, such as activities. - [Monetize](/extranet/monetize): The Monetize API exposes endpoints for managing cancellation polies, rate plans, promotions and more on Wink. - [Distribution](/extranet/distribution): The Distribution API exposes endpoints for sales channels, connecting with affiliates, managing rates and inventory calendars and more on Wink. - [Property Booking](/extranet/booking): The Property Booking API exposes endpoints for managing bookings and reviews at the property-level. #### Affiliate - [Affiliate](/affiliate): This collection of affiliate endpoints are mostly management endpoints that let you display, change status and similar for your existing accounts. - [Browse](/affiliate/browse): The Browse API exposes endpoints for affiliates to find suppliers and inventory to sell. - [Inventory](/affiliate/inventory): The Inventory API exposes endpoints for affiliates to manage the inventory they want to sell and how they want to sell it. - [Sales Channel](/affiliate/sales-channel): The Sales Channel API exposes endpoints for affiliates to manage existing sales channels as well as find new ones. - [WinkLinks](/affiliate/winklinks): The WinkLinks API exposes endpoints for affiliates to manage their WinkLinks page. #### Rate provider - [Channel manager](/channel-manager): The Channel Manager API enables external channel manager partners to map, exchange rate / availability information with us as well as be informed of bookings that occur on the Wink platform for one of their properties. ### Taxonomy APIs Taxonomy endpoints are for developers who want to consume and produce travel inventory and need taxonomies of standard and non-standard codes for inventory types, classes, statuses etc. - [Reference](/reference): All APIs related to retrieving platform-supported taxonomies. ### Insight APIs Insight endpoints do exactly what the name implies - They offer platform-level insight into the activities of producers and consumers. - [Analytics](/analytics): All APIs related to tracking metrics across a wide variety of data source segments including, more entertaining, leaderboard metrics. ### Payment APIs Payment endpoints are for developers who want to purchase travel inventory. This can be done via the API as a registered Travel Agent or using our API in conjunction with our PCI compliant payment widget for all other entities. - [TripPay](/payment): All APIs related to TripPay account management, booking, mapping and integration features. ## SDKs We are actively working on supporting the most used languages out there. If you don&#39;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 &#x60;Wink-Version&#x60; header. When it&#39;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.
48
48
  """, # noqa: E501
49
49
  package_data={"wink_sdk_travel_agent": ["py.typed"]},
50
50
  )
@@ -0,0 +1,54 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Wink API
5
+
6
+ # Introduction Welcome to the Wink API - A programmer-friendly way to manage, sell and book travel inventory on the Wink platform. The API gives you all the tools you need to ready your properties and inventory for sale across 1000s of our native sales channels. Integrators, affiliates, travel agents and content creators have the ability search for your travel inventory and promote / sell it in a wide variety of ways. # Integrations We have already integrated with the most well-known channel managers so you don't have to. To see our current integrations, please go to https://extranet.wink.travel and scroll to Connectivity section. Once your properties are set up, you can finish the setup by mapping your property to Wink using your channel manager partner portal. If your properties don't have a channel manager, you can easily manage rates and availability with this API. # Intended Audience Programmers are [most likely] a requirement to start integrating with Wink. Companies and organizations that would most benefit from integrating with us are new and existing travel companies that have relationships with suppliers and that need an advanced system from which to manage their travel inventory and get that same inventory out to as many eyeballs as possible at the lowest price possible. - Hotel chains - Hotel brands - Travel tech companies - Destination sites - Integrators - Aggregators - Destination management companies - Travel agencies - OTAs ## APIs Not every integrator needs every API. For that reason, we have separated APIs into context. ### Test API - [Ping](/ping): The Ping API is a quick test endpoint to verify that your credentials work Wink. ### Common APIs - [Notifications](/notifications): The Notifications API is a way for us to stay in touch with your user, property or affiliate account. - [User Settings](/user-settings): The User Settings API exposes endpoints to allow 3rd party integrators to communicate with Wink. ### Consume APIs Consume endpoints are for developers who want to find existing travel inventory and either book it or use it to advertise through one of their Wink affiliate accounts. - [Configuration](/customization-client): A single endpoint to retrieve whitelabel + customization information for the booking customization. - [Lookup](/lookup): All APIs related to locating inventory by region, locale and property flags. - [Inventory](/inventory): All APIs related to retrieve known travel inventory as it was found using the Lookup API.. - [Booking](/booking): All APIs related to creating bookings on the platform. - [Travel Agent](/travel-agent): The Travel Agent API exposes endpoints to manage agent-facilitated bookings. ### Produce APIs Produce endpoints are for developers who want to create and manage travel inventory. #### Property - [Property registration](/extranet/property/register): As a producer, this is, oftentimes, where you start your journey. These endpoints let you create properties on Wink. - [Property](/extranet/property): This collection of property endpoints are mostly management endpoints that let you display, change status and similar for your existing properties. - [Facilities](/extranet/facilities): This collection of endpoints let you manage facilities; such as room types. - [Experiences](/extranet/experiences): This collection of endpoints let you manage experiences, such as activities. - [Monetize](/extranet/monetize): The Monetize API exposes endpoints for managing cancellation polies, rate plans, promotions and more on Wink. - [Distribution](/extranet/distribution): The Distribution API exposes endpoints for sales channels, connecting with affiliates, managing rates and inventory calendars and more on Wink. - [Property Booking](/extranet/booking): The Property Booking API exposes endpoints for managing bookings and reviews at the property-level. #### Affiliate - [Affiliate](/affiliate): This collection of affiliate endpoints are mostly management endpoints that let you display, change status and similar for your existing accounts. - [Browse](/affiliate/browse): The Browse API exposes endpoints for affiliates to find suppliers and inventory to sell. - [Inventory](/affiliate/inventory): The Inventory API exposes endpoints for affiliates to manage the inventory they want to sell and how they want to sell it. - [Sales Channel](/affiliate/sales-channel): The Sales Channel API exposes endpoints for affiliates to manage existing sales channels as well as find new ones. - [WinkLinks](/affiliate/winklinks): The WinkLinks API exposes endpoints for affiliates to manage their WinkLinks page. #### Rate provider - [Channel manager](/channel-manager): The Channel Manager API enables external channel manager partners to map, exchange rate / availability information with us as well as be informed of bookings that occur on the Wink platform for one of their properties. ### Taxonomy APIs Taxonomy endpoints are for developers who want to consume and produce travel inventory and need taxonomies of standard and non-standard codes for inventory types, classes, statuses etc. - [Reference](/reference): All APIs related to retrieving platform-supported taxonomies. ### Insight APIs Insight endpoints do exactly what the name implies - They offer platform-level insight into the activities of producers and consumers. - [Analytics](/analytics): All APIs related to tracking metrics across a wide variety of data source segments including, more entertaining, leaderboard metrics. ### Payment APIs Payment endpoints are for developers who want to purchase travel inventory. This can be done via the API as a registered Travel Agent or using our API in conjunction with our PCI compliant payment widget for all other entities. - [TripPay](/payment): All APIs related to TripPay account management, booking, mapping and integration features. ## SDKs We are actively working on supporting the most used languages out there. If you don't see your language here, reach out to us with a request to officially add your language. In the meantime, if you want to roll your own SDK, you can do so by downloading the OpenAPI spec and using one of the many available OpenAPI generators available: [https://openapi-generator.tech/docs/generators](https://openapi-generator.tech/docs/generators). - Java SDK [https://github.com/wink-travel/wink-sdk-java](https://github.com/wink-travel/wink-sdk-java) ## Usage These features are made available to you via a [REST API](https://en.wikipedia.org/wiki/Representational_state_transfer). This API is language agnostic. ## Versioning We chose to version our endpoints in a way that we hope affects your integration minimally. You request the version of our API you wish to work with via the `Wink-Version` header. When it's time for you to upgrade, you only have to change the version number to get access to our updated endpoints. ## Release history - Follow updates on Github: https://github.com/wink-travel/wink-sdk-java/blob/master/CHANGELOG.md # Travel Agent API The Travel Agent API exposes endpoints to manage agent-facilitated bookings. This API lets you: 1. Travel Agent: Manage agent entity. 2. Booking: Create / Manage bookings Browse the endpoints in the left navigation bar to get started.
7
+
8
+ The version of the OpenAPI document: 30.18.0
9
+ Contact: bjorn@wink.travel
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
+
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
14
+
15
+
16
+ import unittest
17
+
18
+ from wink_sdk_travel_agent.models.media_author_attribution_agent import MediaAuthorAttributionAgent
19
+
20
+ class TestMediaAuthorAttributionAgent(unittest.TestCase):
21
+ """MediaAuthorAttributionAgent unit test stubs"""
22
+
23
+ def setUp(self):
24
+ pass
25
+
26
+ def tearDown(self):
27
+ pass
28
+
29
+ def make_instance(self, include_optional) -> MediaAuthorAttributionAgent:
30
+ """Test MediaAuthorAttributionAgent
31
+ include_optional is a boolean, when False only required
32
+ params are included, when True both required and
33
+ optional params are included """
34
+ # uncomment below to create an instance of `MediaAuthorAttributionAgent`
35
+ """
36
+ model = MediaAuthorAttributionAgent()
37
+ if include_optional:
38
+ return MediaAuthorAttributionAgent(
39
+ url = 'https://maps.google.com/maps/contrib/111628493169070103594',
40
+ name = 'Samuel Adams'
41
+ )
42
+ else:
43
+ return MediaAuthorAttributionAgent(
44
+ name = 'Samuel Adams',
45
+ )
46
+ """
47
+
48
+ def testMediaAuthorAttributionAgent(self):
49
+ """Test MediaAuthorAttributionAgent"""
50
+ # inst_req_only = self.make_instance(include_optional=False)
51
+ # inst_req_and_optional = self.make_instance(include_optional=True)
52
+
53
+ if __name__ == '__main__':
54
+ unittest.main()
@@ -5,9 +5,9 @@
5
5
  """
6
6
  Wink API
7
7
 
8
- # 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.
8
+ # Introduction Welcome to the Wink API - A programmer-friendly way to manage, sell and book travel inventory on the Wink platform. The API gives you all the tools you need to ready your properties and inventory for sale across 1000s of our native sales channels. Integrators, affiliates, travel agents and content creators have the ability search for your travel inventory and promote / sell it in a wide variety of ways. # Integrations We have already integrated with the most well-known channel managers so you don't have to. To see our current integrations, please go to https://extranet.wink.travel and scroll to Connectivity section. Once your properties are set up, you can finish the setup by mapping your property to Wink using your channel manager partner portal. If your properties don't have a channel manager, you can easily manage rates and availability with this API. # Intended Audience Programmers are [most likely] a requirement to start integrating with Wink. Companies and organizations that would most benefit from integrating with us are new and existing travel companies that have relationships with suppliers and that need an advanced system from which to manage their travel inventory and get that same inventory out to as many eyeballs as possible at the lowest price possible. - Hotel chains - Hotel brands - Travel tech companies - Destination sites - Integrators - Aggregators - Destination management companies - Travel agencies - OTAs ## APIs Not every integrator needs every API. For that reason, we have separated APIs into context. ### Test API - [Ping](/ping): The Ping API is a quick test endpoint to verify that your credentials work Wink. ### Common APIs - [Notifications](/notifications): The Notifications API is a way for us to stay in touch with your user, property or affiliate account. - [User Settings](/user-settings): The User Settings API exposes endpoints to allow 3rd party integrators to communicate with Wink. ### Consume APIs Consume endpoints are for developers who want to find existing travel inventory and either book it or use it to advertise through one of their Wink affiliate accounts. - [Configuration](/customization-client): A single endpoint to retrieve whitelabel + customization information for the booking customization. - [Lookup](/lookup): All APIs related to locating inventory by region, locale and property flags. - [Inventory](/inventory): All APIs related to retrieve known travel inventory as it was found using the Lookup API.. - [Booking](/booking): All APIs related to creating bookings on the platform. - [Travel Agent](/travel-agent): The Travel Agent API exposes endpoints to manage agent-facilitated bookings. ### Produce APIs Produce endpoints are for developers who want to create and manage travel inventory. #### Property - [Property registration](/extranet/property/register): As a producer, this is, oftentimes, where you start your journey. These endpoints let you create properties on Wink. - [Property](/extranet/property): This collection of property endpoints are mostly management endpoints that let you display, change status and similar for your existing properties. - [Facilities](/extranet/facilities): This collection of endpoints let you manage facilities; such as room types. - [Experiences](/extranet/experiences): This collection of endpoints let you manage experiences, such as activities. - [Monetize](/extranet/monetize): The Monetize API exposes endpoints for managing cancellation polies, rate plans, promotions and more on Wink. - [Distribution](/extranet/distribution): The Distribution API exposes endpoints for sales channels, connecting with affiliates, managing rates and inventory calendars and more on Wink. - [Property Booking](/extranet/booking): The Property Booking API exposes endpoints for managing bookings and reviews at the property-level. #### Affiliate - [Affiliate](/affiliate): This collection of affiliate endpoints are mostly management endpoints that let you display, change status and similar for your existing accounts. - [Browse](/affiliate/browse): The Browse API exposes endpoints for affiliates to find suppliers and inventory to sell. - [Inventory](/affiliate/inventory): The Inventory API exposes endpoints for affiliates to manage the inventory they want to sell and how they want to sell it. - [Sales Channel](/affiliate/sales-channel): The Sales Channel API exposes endpoints for affiliates to manage existing sales channels as well as find new ones. - [WinkLinks](/affiliate/winklinks): The WinkLinks API exposes endpoints for affiliates to manage their WinkLinks page. #### Rate provider - [Channel manager](/channel-manager): The Channel Manager API enables external channel manager partners to map, exchange rate / availability information with us as well as be informed of bookings that occur on the Wink platform for one of their properties. ### Taxonomy APIs Taxonomy endpoints are for developers who want to consume and produce travel inventory and need taxonomies of standard and non-standard codes for inventory types, classes, statuses etc. - [Reference](/reference): All APIs related to retrieving platform-supported taxonomies. ### Insight APIs Insight endpoints do exactly what the name implies - They offer platform-level insight into the activities of producers and consumers. - [Analytics](/analytics): All APIs related to tracking metrics across a wide variety of data source segments including, more entertaining, leaderboard metrics. ### Payment APIs Payment endpoints are for developers who want to purchase travel inventory. This can be done via the API as a registered Travel Agent or using our API in conjunction with our PCI compliant payment widget for all other entities. - [TripPay](/payment): All APIs related to TripPay account management, booking, mapping and integration features. ## SDKs We are actively working on supporting the most used languages out there. If you don't see your language here, reach out to us with a request to officially add your language. In the meantime, if you want to roll your own SDK, you can do so by downloading the OpenAPI spec and using one of the many available OpenAPI generators available: [https://openapi-generator.tech/docs/generators](https://openapi-generator.tech/docs/generators). - Java SDK [https://github.com/wink-travel/wink-sdk-java](https://github.com/wink-travel/wink-sdk-java) ## Usage These features are made available to you via a [REST API](https://en.wikipedia.org/wiki/Representational_state_transfer). This API is language agnostic. ## Versioning We chose to version our endpoints in a way that we hope affects your integration minimally. You request the version of our API you wish to work with via the `Wink-Version` header. When it's time for you to upgrade, you only have to change the version number to get access to our updated endpoints. ## Release history - Follow updates on Github: https://github.com/wink-travel/wink-sdk-java/blob/master/CHANGELOG.md # Travel Agent API The Travel Agent API exposes endpoints to manage agent-facilitated bookings. This API lets you: 1. Travel Agent: Manage agent entity. 2. Booking: Create / Manage bookings Browse the endpoints in the left navigation bar to get started.
9
9
 
10
- The version of the OpenAPI document: 30.17.14
10
+ The version of the OpenAPI document: 30.18.1
11
11
  Contact: bjorn@wink.travel
12
12
  Generated by OpenAPI Generator (https://openapi-generator.tech)
13
13
 
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "0.0.36"
18
+ __version__ = "0.0.38"
19
19
 
20
20
  # import apis into sdk package
21
21
  from wink_sdk_travel_agent.api.travel_agent_api import TravelAgentApi
@@ -80,11 +80,11 @@ from wink_sdk_travel_agent.models.geo_name_lightweight_agent import GeoNameLight
80
80
  from wink_sdk_travel_agent.models.group_descriptor_agent import GroupDescriptorAgent
81
81
  from wink_sdk_travel_agent.models.guest_room_lightweight_agent import GuestRoomLightweightAgent
82
82
  from wink_sdk_travel_agent.models.guest_user_agent import GuestUserAgent
83
- from wink_sdk_travel_agent.models.image_attribution_agent import ImageAttributionAgent
84
83
  from wink_sdk_travel_agent.models.localized_description_agent import LocalizedDescriptionAgent
85
84
  from wink_sdk_travel_agent.models.localized_price_agent import LocalizedPriceAgent
86
85
  from wink_sdk_travel_agent.models.managed_by_entity_agent import ManagedByEntityAgent
87
86
  from wink_sdk_travel_agent.models.managed_by_entity_rules_agent import ManagedByEntityRulesAgent
87
+ from wink_sdk_travel_agent.models.media_author_attribution_agent import MediaAuthorAttributionAgent
88
88
  from wink_sdk_travel_agent.models.page_booking_agent import PageBookingAgent
89
89
  from wink_sdk_travel_agent.models.pageable_object_agent import PageableObjectAgent
90
90
  from wink_sdk_travel_agent.models.payout_agent import PayoutAgent
@@ -3,9 +3,9 @@
3
3
  """
4
4
  Wink API
5
5
 
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.
6
+ # Introduction Welcome to the Wink API - A programmer-friendly way to manage, sell and book travel inventory on the Wink platform. The API gives you all the tools you need to ready your properties and inventory for sale across 1000s of our native sales channels. Integrators, affiliates, travel agents and content creators have the ability search for your travel inventory and promote / sell it in a wide variety of ways. # Integrations We have already integrated with the most well-known channel managers so you don't have to. To see our current integrations, please go to https://extranet.wink.travel and scroll to Connectivity section. Once your properties are set up, you can finish the setup by mapping your property to Wink using your channel manager partner portal. If your properties don't have a channel manager, you can easily manage rates and availability with this API. # Intended Audience Programmers are [most likely] a requirement to start integrating with Wink. Companies and organizations that would most benefit from integrating with us are new and existing travel companies that have relationships with suppliers and that need an advanced system from which to manage their travel inventory and get that same inventory out to as many eyeballs as possible at the lowest price possible. - Hotel chains - Hotel brands - Travel tech companies - Destination sites - Integrators - Aggregators - Destination management companies - Travel agencies - OTAs ## APIs Not every integrator needs every API. For that reason, we have separated APIs into context. ### Test API - [Ping](/ping): The Ping API is a quick test endpoint to verify that your credentials work Wink. ### Common APIs - [Notifications](/notifications): The Notifications API is a way for us to stay in touch with your user, property or affiliate account. - [User Settings](/user-settings): The User Settings API exposes endpoints to allow 3rd party integrators to communicate with Wink. ### Consume APIs Consume endpoints are for developers who want to find existing travel inventory and either book it or use it to advertise through one of their Wink affiliate accounts. - [Configuration](/customization-client): A single endpoint to retrieve whitelabel + customization information for the booking customization. - [Lookup](/lookup): All APIs related to locating inventory by region, locale and property flags. - [Inventory](/inventory): All APIs related to retrieve known travel inventory as it was found using the Lookup API.. - [Booking](/booking): All APIs related to creating bookings on the platform. - [Travel Agent](/travel-agent): The Travel Agent API exposes endpoints to manage agent-facilitated bookings. ### Produce APIs Produce endpoints are for developers who want to create and manage travel inventory. #### Property - [Property registration](/extranet/property/register): As a producer, this is, oftentimes, where you start your journey. These endpoints let you create properties on Wink. - [Property](/extranet/property): This collection of property endpoints are mostly management endpoints that let you display, change status and similar for your existing properties. - [Facilities](/extranet/facilities): This collection of endpoints let you manage facilities; such as room types. - [Experiences](/extranet/experiences): This collection of endpoints let you manage experiences, such as activities. - [Monetize](/extranet/monetize): The Monetize API exposes endpoints for managing cancellation polies, rate plans, promotions and more on Wink. - [Distribution](/extranet/distribution): The Distribution API exposes endpoints for sales channels, connecting with affiliates, managing rates and inventory calendars and more on Wink. - [Property Booking](/extranet/booking): The Property Booking API exposes endpoints for managing bookings and reviews at the property-level. #### Affiliate - [Affiliate](/affiliate): This collection of affiliate endpoints are mostly management endpoints that let you display, change status and similar for your existing accounts. - [Browse](/affiliate/browse): The Browse API exposes endpoints for affiliates to find suppliers and inventory to sell. - [Inventory](/affiliate/inventory): The Inventory API exposes endpoints for affiliates to manage the inventory they want to sell and how they want to sell it. - [Sales Channel](/affiliate/sales-channel): The Sales Channel API exposes endpoints for affiliates to manage existing sales channels as well as find new ones. - [WinkLinks](/affiliate/winklinks): The WinkLinks API exposes endpoints for affiliates to manage their WinkLinks page. #### Rate provider - [Channel manager](/channel-manager): The Channel Manager API enables external channel manager partners to map, exchange rate / availability information with us as well as be informed of bookings that occur on the Wink platform for one of their properties. ### Taxonomy APIs Taxonomy endpoints are for developers who want to consume and produce travel inventory and need taxonomies of standard and non-standard codes for inventory types, classes, statuses etc. - [Reference](/reference): All APIs related to retrieving platform-supported taxonomies. ### Insight APIs Insight endpoints do exactly what the name implies - They offer platform-level insight into the activities of producers and consumers. - [Analytics](/analytics): All APIs related to tracking metrics across a wide variety of data source segments including, more entertaining, leaderboard metrics. ### Payment APIs Payment endpoints are for developers who want to purchase travel inventory. This can be done via the API as a registered Travel Agent or using our API in conjunction with our PCI compliant payment widget for all other entities. - [TripPay](/payment): All APIs related to TripPay account management, booking, mapping and integration features. ## SDKs We are actively working on supporting the most used languages out there. If you don't see your language here, reach out to us with a request to officially add your language. In the meantime, if you want to roll your own SDK, you can do so by downloading the OpenAPI spec and using one of the many available OpenAPI generators available: [https://openapi-generator.tech/docs/generators](https://openapi-generator.tech/docs/generators). - Java SDK [https://github.com/wink-travel/wink-sdk-java](https://github.com/wink-travel/wink-sdk-java) ## Usage These features are made available to you via a [REST API](https://en.wikipedia.org/wiki/Representational_state_transfer). This API is language agnostic. ## Versioning We chose to version our endpoints in a way that we hope affects your integration minimally. You request the version of our API you wish to work with via the `Wink-Version` header. When it's time for you to upgrade, you only have to change the version number to get access to our updated endpoints. ## Release history - Follow updates on Github: https://github.com/wink-travel/wink-sdk-java/blob/master/CHANGELOG.md # Travel Agent API The Travel Agent API exposes endpoints to manage agent-facilitated bookings. This API lets you: 1. Travel Agent: Manage agent entity. 2. Booking: Create / Manage bookings Browse the endpoints in the left navigation bar to get started.
7
7
 
8
- The version of the OpenAPI document: 30.17.14
8
+ The version of the OpenAPI document: 30.18.1
9
9
  Contact: bjorn@wink.travel
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -114,7 +114,7 @@ class TravelAgentApi:
114
114
  )
115
115
 
116
116
  _response_types_map: Dict[str, Optional[str]] = {
117
- '500': "GenericErrorMessage",
117
+ '500': "object",
118
118
  '403': "GenericErrorMessage",
119
119
  '401': "GenericErrorMessage",
120
120
  '400': "CreateAgentBooking400Response",
@@ -197,7 +197,7 @@ class TravelAgentApi:
197
197
  )
198
198
 
199
199
  _response_types_map: Dict[str, Optional[str]] = {
200
- '500': "GenericErrorMessage",
200
+ '500': "object",
201
201
  '403': "GenericErrorMessage",
202
202
  '401': "GenericErrorMessage",
203
203
  '400': "CreateAgentBooking400Response",
@@ -280,7 +280,7 @@ class TravelAgentApi:
280
280
  )
281
281
 
282
282
  _response_types_map: Dict[str, Optional[str]] = {
283
- '500': "GenericErrorMessage",
283
+ '500': "object",
284
284
  '403': "GenericErrorMessage",
285
285
  '401': "GenericErrorMessage",
286
286
  '400': "CreateAgentBooking400Response",
@@ -341,6 +341,7 @@ class TravelAgentApi:
341
341
  'application/json',
342
342
  'application/xml',
343
343
  'text/xml',
344
+ 'text/html',
344
345
  'text/plain',
345
346
  '*/*'
346
347
  ]
@@ -441,7 +442,7 @@ class TravelAgentApi:
441
442
  )
442
443
 
443
444
  _response_types_map: Dict[str, Optional[str]] = {
444
- '500': "GenericErrorMessage",
445
+ '500': "object",
445
446
  '403': "GenericErrorMessage",
446
447
  '401': "GenericErrorMessage",
447
448
  '400': "CreateAgentBooking400Response",
@@ -516,7 +517,7 @@ class TravelAgentApi:
516
517
  )
517
518
 
518
519
  _response_types_map: Dict[str, Optional[str]] = {
519
- '500': "GenericErrorMessage",
520
+ '500': "object",
520
521
  '403': "GenericErrorMessage",
521
522
  '401': "GenericErrorMessage",
522
523
  '400': "CreateAgentBooking400Response",
@@ -591,7 +592,7 @@ class TravelAgentApi:
591
592
  )
592
593
 
593
594
  _response_types_map: Dict[str, Optional[str]] = {
594
- '500': "GenericErrorMessage",
595
+ '500': "object",
595
596
  '403': "GenericErrorMessage",
596
597
  '401': "GenericErrorMessage",
597
598
  '400': "CreateAgentBooking400Response",
@@ -646,6 +647,7 @@ class TravelAgentApi:
646
647
  'application/json',
647
648
  'application/xml',
648
649
  'text/xml',
650
+ 'text/html',
649
651
  'text/plain',
650
652
  '*/*'
651
653
  ]
@@ -754,7 +756,7 @@ class TravelAgentApi:
754
756
  )
755
757
 
756
758
  _response_types_map: Dict[str, Optional[str]] = {
757
- '500': "GenericErrorMessage",
759
+ '500': "object",
758
760
  '403': "GenericErrorMessage",
759
761
  '401': "GenericErrorMessage",
760
762
  '400': "CreateAgentBooking400Response",
@@ -837,7 +839,7 @@ class TravelAgentApi:
837
839
  )
838
840
 
839
841
  _response_types_map: Dict[str, Optional[str]] = {
840
- '500': "GenericErrorMessage",
842
+ '500': "object",
841
843
  '403': "GenericErrorMessage",
842
844
  '401': "GenericErrorMessage",
843
845
  '400': "CreateAgentBooking400Response",
@@ -920,7 +922,7 @@ class TravelAgentApi:
920
922
  )
921
923
 
922
924
  _response_types_map: Dict[str, Optional[str]] = {
923
- '500': "GenericErrorMessage",
925
+ '500': "object",
924
926
  '403': "GenericErrorMessage",
925
927
  '401': "GenericErrorMessage",
926
928
  '400': "CreateAgentBooking400Response",
@@ -981,6 +983,7 @@ class TravelAgentApi:
981
983
  'application/json',
982
984
  'application/xml',
983
985
  'text/xml',
986
+ 'text/html',
984
987
  'text/plain',
985
988
  '*/*'
986
989
  ]
@@ -1089,7 +1092,7 @@ class TravelAgentApi:
1089
1092
  )
1090
1093
 
1091
1094
  _response_types_map: Dict[str, Optional[str]] = {
1092
- '500': "GenericErrorMessage",
1095
+ '500': "object",
1093
1096
  '403': "GenericErrorMessage",
1094
1097
  '401': "GenericErrorMessage",
1095
1098
  '400': "CreateAgentBooking400Response",
@@ -1172,7 +1175,7 @@ class TravelAgentApi:
1172
1175
  )
1173
1176
 
1174
1177
  _response_types_map: Dict[str, Optional[str]] = {
1175
- '500': "GenericErrorMessage",
1178
+ '500': "object",
1176
1179
  '403': "GenericErrorMessage",
1177
1180
  '401': "GenericErrorMessage",
1178
1181
  '400': "CreateAgentBooking400Response",
@@ -1255,7 +1258,7 @@ class TravelAgentApi:
1255
1258
  )
1256
1259
 
1257
1260
  _response_types_map: Dict[str, Optional[str]] = {
1258
- '500': "GenericErrorMessage",
1261
+ '500': "object",
1259
1262
  '403': "GenericErrorMessage",
1260
1263
  '401': "GenericErrorMessage",
1261
1264
  '400': "CreateAgentBooking400Response",
@@ -1316,6 +1319,7 @@ class TravelAgentApi:
1316
1319
  'application/json',
1317
1320
  'application/xml',
1318
1321
  'text/xml',
1322
+ 'text/html',
1319
1323
  'text/plain',
1320
1324
  '*/*'
1321
1325
  ]
@@ -1407,7 +1411,7 @@ class TravelAgentApi:
1407
1411
  )
1408
1412
 
1409
1413
  _response_types_map: Dict[str, Optional[str]] = {
1410
- '500': "GenericErrorMessage",
1414
+ '500': "object",
1411
1415
  '403': "GenericErrorMessage",
1412
1416
  '401': "GenericErrorMessage",
1413
1417
  '400': "CreateAgentBooking400Response",
@@ -1486,7 +1490,7 @@ class TravelAgentApi:
1486
1490
  )
1487
1491
 
1488
1492
  _response_types_map: Dict[str, Optional[str]] = {
1489
- '500': "GenericErrorMessage",
1493
+ '500': "object",
1490
1494
  '403': "GenericErrorMessage",
1491
1495
  '401': "GenericErrorMessage",
1492
1496
  '400': "CreateAgentBooking400Response",
@@ -1565,7 +1569,7 @@ class TravelAgentApi:
1565
1569
  )
1566
1570
 
1567
1571
  _response_types_map: Dict[str, Optional[str]] = {
1568
- '500': "GenericErrorMessage",
1572
+ '500': "object",
1569
1573
  '403': "GenericErrorMessage",
1570
1574
  '401': "GenericErrorMessage",
1571
1575
  '400': "CreateAgentBooking400Response",
@@ -1623,6 +1627,7 @@ class TravelAgentApi:
1623
1627
  'application/json',
1624
1628
  'application/xml',
1625
1629
  'text/xml',
1630
+ 'text/html',
1626
1631
  'text/plain',
1627
1632
  '*/*'
1628
1633
  ]
@@ -1727,7 +1732,7 @@ class TravelAgentApi:
1727
1732
  )
1728
1733
 
1729
1734
  _response_types_map: Dict[str, Optional[str]] = {
1730
- '500': "GenericErrorMessage",
1735
+ '500': "object",
1731
1736
  '403': "GenericErrorMessage",
1732
1737
  '401': "GenericErrorMessage",
1733
1738
  '400': "CreateAgentBooking400Response",
@@ -1806,7 +1811,7 @@ class TravelAgentApi:
1806
1811
  )
1807
1812
 
1808
1813
  _response_types_map: Dict[str, Optional[str]] = {
1809
- '500': "GenericErrorMessage",
1814
+ '500': "object",
1810
1815
  '403': "GenericErrorMessage",
1811
1816
  '401': "GenericErrorMessage",
1812
1817
  '400': "CreateAgentBooking400Response",
@@ -1885,7 +1890,7 @@ class TravelAgentApi:
1885
1890
  )
1886
1891
 
1887
1892
  _response_types_map: Dict[str, Optional[str]] = {
1888
- '500': "GenericErrorMessage",
1893
+ '500': "object",
1889
1894
  '403': "GenericErrorMessage",
1890
1895
  '401': "GenericErrorMessage",
1891
1896
  '400': "CreateAgentBooking400Response",
@@ -1943,6 +1948,7 @@ class TravelAgentApi:
1943
1948
  'application/json',
1944
1949
  'application/xml',
1945
1950
  'text/xml',
1951
+ 'text/html',
1946
1952
  'text/plain',
1947
1953
  '*/*'
1948
1954
  ]