kalshi-python-async 3.1.0__tar.gz → 3.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (294) hide show
  1. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/PKG-INFO +3 -7
  2. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/README.md +2 -2
  3. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/__init__.py +2 -2
  4. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/api/api_keys_api.py +1 -1
  5. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/api/communications_api.py +1 -1
  6. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/api/events_api.py +1 -1
  7. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/api/exchange_api.py +1 -1
  8. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/api/fcm_api.py +1 -1
  9. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/api/incentive_programs_api.py +7 -7
  10. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/api/live_data_api.py +1 -1
  11. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/api/market_api.py +4 -4
  12. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/api/milestone_api.py +1 -1
  13. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/api/multivariate_api.py +4 -4
  14. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/api/order_groups_api.py +1 -1
  15. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/api/orders_api.py +1 -1
  16. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/api/portfolio_api.py +2 -19
  17. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/api/search_api.py +1 -1
  18. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/api/structured_targets_api.py +1 -1
  19. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/api_client.py +2 -2
  20. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/configuration.py +3 -3
  21. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/exceptions.py +1 -1
  22. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/__init__.py +1 -1
  23. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/accept_quote_request.py +1 -1
  24. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/amend_order_request.py +1 -1
  25. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/amend_order_response.py +1 -1
  26. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/announcement.py +1 -1
  27. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/api_key.py +5 -3
  28. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/associated_event.py +1 -1
  29. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/batch_cancel_orders_individual_response.py +1 -1
  30. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/batch_cancel_orders_request.py +1 -1
  31. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/batch_cancel_orders_response.py +1 -1
  32. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/batch_create_orders_individual_response.py +1 -1
  33. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/batch_create_orders_request.py +1 -1
  34. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/batch_create_orders_response.py +1 -1
  35. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/batch_get_market_candlesticks_response.py +1 -1
  36. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/bid_ask_distribution.py +1 -1
  37. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/cancel_order_response.py +1 -1
  38. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/create_api_key_request.py +6 -4
  39. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/create_api_key_response.py +1 -1
  40. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/create_market_in_multivariate_event_collection_request.py +1 -1
  41. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/create_market_in_multivariate_event_collection_response.py +1 -1
  42. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/create_order_group_request.py +1 -1
  43. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/create_order_group_response.py +1 -1
  44. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/create_order_request.py +1 -1
  45. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/create_order_response.py +1 -1
  46. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/create_quote_request.py +3 -3
  47. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/create_quote_response.py +1 -1
  48. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/create_rfq_request.py +1 -1
  49. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/create_rfq_response.py +1 -1
  50. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/daily_schedule.py +1 -1
  51. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/decrease_order_request.py +1 -1
  52. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/decrease_order_response.py +1 -1
  53. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/error_response.py +1 -1
  54. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/event_data.py +1 -1
  55. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/event_position.py +1 -1
  56. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/exchange_status.py +1 -1
  57. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/fill.py +1 -1
  58. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/forecast_percentiles_point.py +1 -1
  59. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/generate_api_key_request.py +6 -4
  60. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/generate_api_key_response.py +1 -1
  61. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_api_keys_response.py +1 -1
  62. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_balance_response.py +1 -1
  63. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_communications_id_response.py +1 -1
  64. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_event_candlesticks_response.py +1 -1
  65. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_event_forecast_percentiles_history_response.py +1 -1
  66. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_event_metadata_response.py +1 -1
  67. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_event_response.py +1 -1
  68. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_events_response.py +1 -1
  69. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_exchange_announcements_response.py +1 -1
  70. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_exchange_schedule_response.py +1 -1
  71. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_fills_response.py +1 -1
  72. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_filters_by_sports_response.py +1 -1
  73. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_incentive_programs_response.py +1 -1
  74. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_live_data_response.py +1 -1
  75. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_live_datas_response.py +1 -1
  76. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_market_candlesticks_response.py +1 -1
  77. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_market_orderbook_response.py +1 -1
  78. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_market_response.py +1 -1
  79. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_markets_response.py +1 -1
  80. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_milestone_response.py +1 -1
  81. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_milestones_response.py +1 -1
  82. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_multivariate_event_collection_lookup_history_response.py +1 -1
  83. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_multivariate_event_collection_response.py +1 -1
  84. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_multivariate_event_collections_response.py +1 -1
  85. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_multivariate_events_response.py +1 -1
  86. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_order_group_response.py +1 -1
  87. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_order_groups_response.py +1 -1
  88. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_order_queue_position_response.py +1 -1
  89. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_order_queue_positions_response.py +1 -1
  90. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_order_response.py +1 -1
  91. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_orders_response.py +1 -1
  92. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_portfolio_resting_order_total_value_response.py +1 -1
  93. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_positions_response.py +1 -1
  94. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_quote_response.py +1 -1
  95. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_quotes_response.py +1 -1
  96. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_rfq_response.py +1 -1
  97. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_rfqs_response.py +1 -1
  98. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_series_fee_changes_response.py +1 -1
  99. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_series_list_response.py +1 -1
  100. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_series_response.py +1 -1
  101. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_settlements_response.py +1 -1
  102. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_structured_target_response.py +1 -1
  103. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_structured_targets_response.py +1 -1
  104. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_tags_for_series_categories_response.py +1 -1
  105. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_trades_response.py +1 -1
  106. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_user_data_timestamp_response.py +1 -1
  107. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/incentive_program.py +1 -1
  108. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/live_data.py +1 -1
  109. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/lookup_point.py +1 -1
  110. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/lookup_tickers_for_market_in_multivariate_event_collection_request.py +1 -1
  111. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/lookup_tickers_for_market_in_multivariate_event_collection_response.py +1 -1
  112. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/maintenance_window.py +1 -1
  113. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/market.py +4 -4
  114. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/market_candlestick.py +1 -1
  115. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/market_candlesticks_response.py +1 -1
  116. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/market_metadata.py +1 -1
  117. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/market_position.py +1 -1
  118. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/milestone.py +1 -1
  119. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/multivariate_event_collection.py +1 -1
  120. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/mve_selected_leg.py +1 -1
  121. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/order.py +1 -1
  122. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/order_group.py +1 -1
  123. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/order_queue_position.py +1 -1
  124. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/order_status.py +1 -1
  125. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/orderbook.py +1 -1
  126. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/percentile_point.py +1 -1
  127. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/price_distribution.py +1 -1
  128. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/price_range.py +1 -1
  129. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/quote.py +1 -1
  130. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/rfq.py +1 -1
  131. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/schedule.py +1 -1
  132. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/scope_list.py +1 -1
  133. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/self_trade_prevention_type.py +1 -1
  134. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/series.py +1 -1
  135. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/series_fee_change.py +1 -1
  136. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/settlement.py +4 -2
  137. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/settlement_source.py +1 -1
  138. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/sport_filter_details.py +1 -1
  139. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/structured_target.py +1 -1
  140. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/ticker_pair.py +1 -1
  141. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/trade.py +1 -1
  142. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/weekly_schedule.py +1 -1
  143. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/rest.py +1 -1
  144. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async.egg-info/PKG-INFO +3 -7
  145. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async.egg-info/SOURCES.txt +0 -2
  146. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/pyproject.toml +1 -1
  147. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/setup.cfg +0 -3
  148. kalshi_python_async-3.1.0/setup.py +0 -52
  149. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/api/__init__.py +0 -0
  150. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/api_response.py +0 -0
  151. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/auth.py +0 -0
  152. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_events_candlesticks_response.py +0 -0
  153. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/models/get_events_candlesticks_response_events_inner.py +0 -0
  154. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async/py.typed +0 -0
  155. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async.egg-info/dependency_links.txt +0 -0
  156. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async.egg-info/requires.txt +0 -0
  157. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/kalshi_python_async.egg-info/top_level.txt +0 -0
  158. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_accept_quote_request.py +0 -0
  159. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_amend_order_request.py +0 -0
  160. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_amend_order_response.py +0 -0
  161. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_announcement.py +0 -0
  162. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_api_key.py +0 -0
  163. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_api_keys_api.py +0 -0
  164. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_associated_event.py +0 -0
  165. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_batch_cancel_orders_individual_response.py +0 -0
  166. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_batch_cancel_orders_request.py +0 -0
  167. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_batch_cancel_orders_response.py +0 -0
  168. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_batch_create_orders_individual_response.py +0 -0
  169. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_batch_create_orders_request.py +0 -0
  170. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_batch_create_orders_response.py +0 -0
  171. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_batch_get_market_candlesticks_response.py +0 -0
  172. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_bid_ask_distribution.py +0 -0
  173. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_cancel_order_response.py +0 -0
  174. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_communications_api.py +0 -0
  175. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_create_api_key_request.py +0 -0
  176. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_create_api_key_response.py +0 -0
  177. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_create_market_in_multivariate_event_collection_request.py +0 -0
  178. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_create_market_in_multivariate_event_collection_response.py +0 -0
  179. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_create_order_group_request.py +0 -0
  180. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_create_order_group_response.py +0 -0
  181. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_create_order_request.py +0 -0
  182. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_create_order_response.py +0 -0
  183. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_create_quote_request.py +0 -0
  184. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_create_quote_response.py +0 -0
  185. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_create_rfq_request.py +0 -0
  186. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_create_rfq_response.py +0 -0
  187. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_daily_schedule.py +0 -0
  188. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_decrease_order_request.py +0 -0
  189. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_decrease_order_response.py +0 -0
  190. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_error_response.py +0 -0
  191. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_event_data.py +0 -0
  192. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_event_position.py +0 -0
  193. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_events_api.py +0 -0
  194. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_exchange_api.py +0 -0
  195. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_exchange_status.py +0 -0
  196. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_fcm_api.py +0 -0
  197. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_fill.py +0 -0
  198. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_forecast_percentiles_point.py +0 -0
  199. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_generate_api_key_request.py +0 -0
  200. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_generate_api_key_response.py +0 -0
  201. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_api_keys_response.py +0 -0
  202. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_balance_response.py +0 -0
  203. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_communications_id_response.py +0 -0
  204. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_event_candlesticks_response.py +0 -0
  205. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_event_forecast_percentiles_history_response.py +0 -0
  206. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_event_metadata_response.py +0 -0
  207. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_event_response.py +0 -0
  208. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_events_candlesticks_response.py +0 -0
  209. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_events_candlesticks_response_events_inner.py +0 -0
  210. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_events_response.py +0 -0
  211. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_exchange_announcements_response.py +0 -0
  212. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_exchange_schedule_response.py +0 -0
  213. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_fills_response.py +0 -0
  214. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_filters_by_sports_response.py +0 -0
  215. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_incentive_programs_response.py +0 -0
  216. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_live_data_response.py +0 -0
  217. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_live_datas_response.py +0 -0
  218. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_market_candlesticks_response.py +0 -0
  219. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_market_orderbook_response.py +0 -0
  220. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_market_response.py +0 -0
  221. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_markets_response.py +0 -0
  222. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_milestone_response.py +0 -0
  223. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_milestones_response.py +0 -0
  224. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_multivariate_event_collection_lookup_history_response.py +0 -0
  225. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_multivariate_event_collection_response.py +0 -0
  226. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_multivariate_event_collections_response.py +0 -0
  227. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_multivariate_events_response.py +0 -0
  228. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_order_group_response.py +0 -0
  229. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_order_groups_response.py +0 -0
  230. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_order_queue_position_response.py +0 -0
  231. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_order_queue_positions_response.py +0 -0
  232. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_order_response.py +0 -0
  233. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_orders_response.py +0 -0
  234. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_portfolio_resting_order_total_value_response.py +0 -0
  235. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_positions_response.py +0 -0
  236. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_quote_response.py +0 -0
  237. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_quotes_response.py +0 -0
  238. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_rfq_response.py +0 -0
  239. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_rfqs_response.py +0 -0
  240. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_series_fee_changes_response.py +0 -0
  241. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_series_list_response.py +0 -0
  242. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_series_response.py +0 -0
  243. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_settlements_response.py +0 -0
  244. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_structured_target_response.py +0 -0
  245. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_structured_targets_response.py +0 -0
  246. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_tags_for_series_categories_response.py +0 -0
  247. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_trades_response.py +0 -0
  248. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_get_user_data_timestamp_response.py +0 -0
  249. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_incentive_program.py +0 -0
  250. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_incentive_programs_api.py +0 -0
  251. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_live_data.py +0 -0
  252. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_live_data_api.py +0 -0
  253. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_lookup_point.py +0 -0
  254. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_lookup_tickers_for_market_in_multivariate_event_collection_request.py +0 -0
  255. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_lookup_tickers_for_market_in_multivariate_event_collection_response.py +0 -0
  256. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_maintenance_window.py +0 -0
  257. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_market.py +0 -0
  258. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_market_api.py +0 -0
  259. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_market_candlestick.py +0 -0
  260. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_market_candlesticks_response.py +0 -0
  261. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_market_metadata.py +0 -0
  262. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_market_position.py +0 -0
  263. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_milestone.py +0 -0
  264. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_milestone_api.py +0 -0
  265. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_multivariate_api.py +0 -0
  266. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_multivariate_event_collection.py +0 -0
  267. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_mve_selected_leg.py +0 -0
  268. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_order.py +0 -0
  269. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_order_group.py +0 -0
  270. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_order_groups_api.py +0 -0
  271. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_order_queue_position.py +0 -0
  272. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_order_status.py +0 -0
  273. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_orderbook.py +0 -0
  274. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_orders_api.py +0 -0
  275. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_percentile_point.py +0 -0
  276. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_portfolio_api.py +0 -0
  277. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_price_distribution.py +0 -0
  278. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_price_range.py +0 -0
  279. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_quote.py +0 -0
  280. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_rfq.py +0 -0
  281. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_schedule.py +0 -0
  282. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_scope_list.py +0 -0
  283. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_search_api.py +0 -0
  284. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_self_trade_prevention_type.py +0 -0
  285. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_series.py +0 -0
  286. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_series_fee_change.py +0 -0
  287. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_settlement.py +0 -0
  288. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_settlement_source.py +0 -0
  289. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_sport_filter_details.py +0 -0
  290. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_structured_target.py +0 -0
  291. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_structured_targets_api.py +0 -0
  292. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_ticker_pair.py +0 -0
  293. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_trade.py +0 -0
  294. {kalshi_python_async-3.1.0 → kalshi_python_async-3.2.1}/test/test_weekly_schedule.py +0 -0
@@ -1,9 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kalshi_python_async
3
- Version: 3.1.0
3
+ Version: 3.2.1
4
4
  Summary: Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
5
- Home-page: https://github.com/Kalshi/exchange-infra
6
- Author: OpenAPI Generator community
7
5
  Author-email: Kalshi <support@kalshi.com>
8
6
  License: LicenseRef-Proprietary
9
7
  Project-URL: Repository, https://github.com/Kalshi/exchange-infra
@@ -21,16 +19,14 @@ Provides-Extra: dev
21
19
  Requires-Dist: pytest>=7.2.1; extra == "dev"
22
20
  Requires-Dist: pytest-cov>=2.8.1; extra == "dev"
23
21
  Requires-Dist: mypy>=1.5; extra == "dev"
24
- Dynamic: author
25
- Dynamic: home-page
26
22
 
27
23
  # Kalshi Trading API
28
24
  Complete API for the Kalshi trading platform including all handlers for SDK generation
29
25
 
30
26
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
31
27
 
32
- - API version: 3.1.0
33
- - Package version: 3.1.0
28
+ - API version: 3.2.1
29
+ - Package version: 3.2.1
34
30
  - Generator version: 7.17.0
35
31
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
36
32
  For more information, please visit []()
@@ -3,8 +3,8 @@ Complete API for the Kalshi trading platform including all handlers for SDK gene
3
3
 
4
4
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
5
5
 
6
- - API version: 3.1.0
7
- - Package version: 3.1.0
6
+ - API version: 3.2.1
7
+ - Package version: 3.2.1
8
8
  - Generator version: 7.17.0
9
9
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
10
10
  For more information, please visit []()
@@ -7,13 +7,13 @@
7
7
 
8
8
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
9
9
 
10
- The version of the OpenAPI document: 3.1.0
10
+ The version of the OpenAPI document: 3.2.1
11
11
  Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12
 
13
13
  Do not edit the class manually.
14
14
  """ # noqa: E501
15
15
 
16
- __version__ = "3.1.0"
16
+ __version__ = "3.2.1"
17
17
 
18
18
  # import apis into sdk package
19
19
  from kalshi_python_async.api.api_keys_api import ApiKeysApi
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -46,9 +46,9 @@ class IncentiveProgramsApi:
46
46
  limit: Any = None,
47
47
  cursor: Any = None,
48
48
  ) -> GetIncentiveProgramsResponse:
49
- """Get Volume Incentives
49
+ """Get Incentives
50
50
 
51
- List volume incentives with optional filters. Volume incentives are rewards programs for trading activity on specific markets.
51
+ List incentives with optional filters. Incentives are rewards programs for trading activity on specific markets.
52
52
 
53
53
  :param status: Status filter. Can be \"all\", \"active\", \"upcoming\", \"closed\", or \"paid_out\". Default is \"all\".
54
54
  :type status: str
@@ -128,9 +128,9 @@ class IncentiveProgramsApi:
128
128
  _headers: Optional[Dict[StrictStr, Any]] = None,
129
129
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
130
130
  ) -> ApiResponse[GetIncentiveProgramsResponse]:
131
- """Get Volume Incentives
131
+ """Get Incentives
132
132
 
133
- List volume incentives with optional filters. Volume incentives are rewards programs for trading activity on specific markets.
133
+ List incentives with optional filters. Incentives are rewards programs for trading activity on specific markets.
134
134
 
135
135
  :param status: Status filter. Can be \"all\", \"active\", \"upcoming\", \"closed\", or \"paid_out\". Default is \"all\".
136
136
  :type status: str
@@ -209,9 +209,9 @@ class IncentiveProgramsApi:
209
209
  _headers: Optional[Dict[StrictStr, Any]] = None,
210
210
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
211
211
  ) -> RESTResponseType:
212
- """Get Volume Incentives
212
+ """Get Incentives
213
213
 
214
- List volume incentives with optional filters. Volume incentives are rewards programs for trading activity on specific markets.
214
+ List incentives with optional filters. Incentives are rewards programs for trading activity on specific markets.
215
215
 
216
216
  :param status: Status filter. Can be \"all\", \"active\", \"upcoming\", \"closed\", or \"paid_out\". Default is \"all\".
217
217
  :type status: str
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -1252,7 +1252,7 @@ class MarketApi:
1252
1252
  ) -> GetMarketsResponse:
1253
1253
  """Get Markets
1254
1254
 
1255
- Filter by market status. Possible values: `unopened`, `open`, `closed`, `settled`. Leave empty to return markets with any status. - Only one `status` filter may be supplied at a time. - Timestamp filters will be mutually exclusive from other timestamp filters and certain status filters. | Compatible Timestamp Filters | Additional Status Filters| |------------------------------|--------------------------| | min_created_ts, max_created_ts | `unopened`, `open`, *empty* | | min_close_ts, max_close_ts | `closed`, *empty* | | min_settled_ts, max_settled_ts | `settled`, *empty* |
1255
+ Filter by market status. Possible values: `unopened`, `open`, `closed`, `settled`. Leave empty to return markets with any status. - Only one `status` filter may be supplied at a time. - Timestamp filters will be mutually exclusive from other timestamp filters and certain status filters. | Compatible Timestamp Filters | Additional Status Filters| |------------------------------|--------------------------| | min_created_ts, max_created_ts | `unopened`, `open`, *empty* | | min_close_ts, max_close_ts | `closed`, *empty* | | min_settled_ts, max_settled_ts | `settled`, *empty* |
1256
1256
 
1257
1257
  :param limit: Number of results per page. Defaults to 100. Maximum value is 1000.
1258
1258
  :type limit: int
@@ -1371,7 +1371,7 @@ class MarketApi:
1371
1371
  ) -> ApiResponse[GetMarketsResponse]:
1372
1372
  """Get Markets
1373
1373
 
1374
- Filter by market status. Possible values: `unopened`, `open`, `closed`, `settled`. Leave empty to return markets with any status. - Only one `status` filter may be supplied at a time. - Timestamp filters will be mutually exclusive from other timestamp filters and certain status filters. | Compatible Timestamp Filters | Additional Status Filters| |------------------------------|--------------------------| | min_created_ts, max_created_ts | `unopened`, `open`, *empty* | | min_close_ts, max_close_ts | `closed`, *empty* | | min_settled_ts, max_settled_ts | `settled`, *empty* |
1374
+ Filter by market status. Possible values: `unopened`, `open`, `closed`, `settled`. Leave empty to return markets with any status. - Only one `status` filter may be supplied at a time. - Timestamp filters will be mutually exclusive from other timestamp filters and certain status filters. | Compatible Timestamp Filters | Additional Status Filters| |------------------------------|--------------------------| | min_created_ts, max_created_ts | `unopened`, `open`, *empty* | | min_close_ts, max_close_ts | `closed`, *empty* | | min_settled_ts, max_settled_ts | `settled`, *empty* |
1375
1375
 
1376
1376
  :param limit: Number of results per page. Defaults to 100. Maximum value is 1000.
1377
1377
  :type limit: int
@@ -1489,7 +1489,7 @@ class MarketApi:
1489
1489
  ) -> RESTResponseType:
1490
1490
  """Get Markets
1491
1491
 
1492
- Filter by market status. Possible values: `unopened`, `open`, `closed`, `settled`. Leave empty to return markets with any status. - Only one `status` filter may be supplied at a time. - Timestamp filters will be mutually exclusive from other timestamp filters and certain status filters. | Compatible Timestamp Filters | Additional Status Filters| |------------------------------|--------------------------| | min_created_ts, max_created_ts | `unopened`, `open`, *empty* | | min_close_ts, max_close_ts | `closed`, *empty* | | min_settled_ts, max_settled_ts | `settled`, *empty* |
1492
+ Filter by market status. Possible values: `unopened`, `open`, `closed`, `settled`. Leave empty to return markets with any status. - Only one `status` filter may be supplied at a time. - Timestamp filters will be mutually exclusive from other timestamp filters and certain status filters. | Compatible Timestamp Filters | Additional Status Filters| |------------------------------|--------------------------| | min_created_ts, max_created_ts | `unopened`, `open`, *empty* | | min_close_ts, max_close_ts | `closed`, *empty* | | min_settled_ts, max_settled_ts | `settled`, *empty* |
1493
1493
 
1494
1494
  :param limit: Number of results per page. Defaults to 100. Maximum value is 1000.
1495
1495
  :type limit: int
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -53,7 +53,7 @@ class MultivariateApi:
53
53
  ) -> CreateMarketInMultivariateEventCollectionResponse:
54
54
  """Create Market In Multivariate Event Collection
55
55
 
56
- Endpoint for looking up an individual market in a multivariate event collection. This endpoint must be hit at least once before trading or looking up a market.
56
+ Endpoint for creating an individual market in a multivariate event collection. This endpoint must be hit at least once before trading or looking up a market.
57
57
 
58
58
  :param collection_ticker: Collection ticker (required)
59
59
  :type collection_ticker: str
@@ -130,7 +130,7 @@ class MultivariateApi:
130
130
  ) -> ApiResponse[CreateMarketInMultivariateEventCollectionResponse]:
131
131
  """Create Market In Multivariate Event Collection
132
132
 
133
- Endpoint for looking up an individual market in a multivariate event collection. This endpoint must be hit at least once before trading or looking up a market.
133
+ Endpoint for creating an individual market in a multivariate event collection. This endpoint must be hit at least once before trading or looking up a market.
134
134
 
135
135
  :param collection_ticker: Collection ticker (required)
136
136
  :type collection_ticker: str
@@ -204,7 +204,7 @@ class MultivariateApi:
204
204
  ) -> RESTResponseType:
205
205
  """Create Market In Multivariate Event Collection
206
206
 
207
- Endpoint for looking up an individual market in a multivariate event collection. This endpoint must be hit at least once before trading or looking up a market.
207
+ Endpoint for creating an individual market in a multivariate event collection. This endpoint must be hit at least once before trading or looking up a market.
208
208
 
209
209
  :param collection_ticker: Collection ticker (required)
210
210
  :type collection_ticker: str
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -15,7 +15,7 @@ from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt, St
15
15
  from typing import Any, Dict, List, Optional, Tuple, Union
16
16
  from typing_extensions import Annotated
17
17
 
18
- from pydantic import Field, StrictInt, StrictStr, field_validator
18
+ from pydantic import Field, StrictInt, StrictStr
19
19
  from typing import Optional
20
20
  from typing_extensions import Annotated
21
21
  from kalshi_python_async.models.get_balance_response import GetBalanceResponse
@@ -882,7 +882,6 @@ class PortfolioApi:
882
882
  cursor: Any = None,
883
883
  limit: Any = None,
884
884
  count_filter: Any = None,
885
- settlement_status: Any = None,
886
885
  ticker: Any = None,
887
886
  event_ticker: Any = None,
888
887
  ) -> GetPositionsResponse:
@@ -896,8 +895,6 @@ class PortfolioApi:
896
895
  :type limit: int
897
896
  :param count_filter: Restricts the positions to those with any of following fields with non-zero values, as a comma separated list. The following values are accepted - position, total_traded
898
897
  :type count_filter: str
899
- :param settlement_status: Settlement status of the markets to return. Defaults to unsettled.
900
- :type settlement_status: str
901
898
  :param ticker: Filter by market ticker
902
899
  :type ticker: str
903
900
  :param event_ticker: Event ticker of desired positions. Multiple event tickers can be provided as a comma-separated list (maximum 10).
@@ -929,7 +926,6 @@ class PortfolioApi:
929
926
  cursor=cursor,
930
927
  limit=limit,
931
928
  count_filter=count_filter,
932
- settlement_status=settlement_status,
933
929
  ticker=ticker,
934
930
  event_ticker=event_ticker,
935
931
  _request_auth=None,
@@ -961,7 +957,6 @@ class PortfolioApi:
961
957
  cursor: Annotated[Optional[StrictStr], Field(description="The Cursor represents a pointer to the next page of records in the pagination. Use the value returned from the previous response to get the next page.")] = None,
962
958
  limit: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="Parameter to specify the number of results per page. Defaults to 100.")] = None,
963
959
  count_filter: Annotated[Optional[StrictStr], Field(description="Restricts the positions to those with any of following fields with non-zero values, as a comma separated list. The following values are accepted - position, total_traded")] = None,
964
- settlement_status: Annotated[Optional[StrictStr], Field(description="Settlement status of the markets to return. Defaults to unsettled.")] = None,
965
960
  ticker: Annotated[Optional[StrictStr], Field(description="Filter by market ticker")] = None,
966
961
  event_ticker: Annotated[Optional[StrictStr], Field(description="Event ticker of desired positions. Multiple event tickers can be provided as a comma-separated list (maximum 10).")] = None,
967
962
  _request_timeout: Union[
@@ -987,8 +982,6 @@ class PortfolioApi:
987
982
  :type limit: int
988
983
  :param count_filter: Restricts the positions to those with any of following fields with non-zero values, as a comma separated list. The following values are accepted - position, total_traded
989
984
  :type count_filter: str
990
- :param settlement_status: Settlement status of the markets to return. Defaults to unsettled.
991
- :type settlement_status: str
992
985
  :param ticker: Filter by market ticker
993
986
  :type ticker: str
994
987
  :param event_ticker: Event ticker of desired positions. Multiple event tickers can be provided as a comma-separated list (maximum 10).
@@ -1019,7 +1012,6 @@ class PortfolioApi:
1019
1012
  cursor=cursor,
1020
1013
  limit=limit,
1021
1014
  count_filter=count_filter,
1022
- settlement_status=settlement_status,
1023
1015
  ticker=ticker,
1024
1016
  event_ticker=event_ticker,
1025
1017
  _request_auth=_request_auth,
@@ -1051,7 +1043,6 @@ class PortfolioApi:
1051
1043
  cursor: Annotated[Optional[StrictStr], Field(description="The Cursor represents a pointer to the next page of records in the pagination. Use the value returned from the previous response to get the next page.")] = None,
1052
1044
  limit: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="Parameter to specify the number of results per page. Defaults to 100.")] = None,
1053
1045
  count_filter: Annotated[Optional[StrictStr], Field(description="Restricts the positions to those with any of following fields with non-zero values, as a comma separated list. The following values are accepted - position, total_traded")] = None,
1054
- settlement_status: Annotated[Optional[StrictStr], Field(description="Settlement status of the markets to return. Defaults to unsettled.")] = None,
1055
1046
  ticker: Annotated[Optional[StrictStr], Field(description="Filter by market ticker")] = None,
1056
1047
  event_ticker: Annotated[Optional[StrictStr], Field(description="Event ticker of desired positions. Multiple event tickers can be provided as a comma-separated list (maximum 10).")] = None,
1057
1048
  _request_timeout: Union[
@@ -1077,8 +1068,6 @@ class PortfolioApi:
1077
1068
  :type limit: int
1078
1069
  :param count_filter: Restricts the positions to those with any of following fields with non-zero values, as a comma separated list. The following values are accepted - position, total_traded
1079
1070
  :type count_filter: str
1080
- :param settlement_status: Settlement status of the markets to return. Defaults to unsettled.
1081
- :type settlement_status: str
1082
1071
  :param ticker: Filter by market ticker
1083
1072
  :type ticker: str
1084
1073
  :param event_ticker: Event ticker of desired positions. Multiple event tickers can be provided as a comma-separated list (maximum 10).
@@ -1109,7 +1098,6 @@ class PortfolioApi:
1109
1098
  cursor=cursor,
1110
1099
  limit=limit,
1111
1100
  count_filter=count_filter,
1112
- settlement_status=settlement_status,
1113
1101
  ticker=ticker,
1114
1102
  event_ticker=event_ticker,
1115
1103
  _request_auth=_request_auth,
@@ -1136,7 +1124,6 @@ class PortfolioApi:
1136
1124
  cursor,
1137
1125
  limit,
1138
1126
  count_filter,
1139
- settlement_status,
1140
1127
  ticker,
1141
1128
  event_ticker,
1142
1129
  _request_auth,
@@ -1173,10 +1160,6 @@ class PortfolioApi:
1173
1160
 
1174
1161
  _query_params.append(('count_filter', count_filter))
1175
1162
 
1176
- if settlement_status is not None:
1177
-
1178
- _query_params.append(('settlement_status', settlement_status))
1179
-
1180
1163
  if ticker is not None:
1181
1164
 
1182
1165
  _query_params.append(('ticker', ticker))
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -92,7 +92,7 @@ class ApiClient:
92
92
  self.default_headers[header_name] = header_value
93
93
  self.cookie = cookie
94
94
  # Set default User-Agent.
95
- self.user_agent = 'OpenAPI-Generator/3.1.0/python'
95
+ self.user_agent = 'OpenAPI-Generator/3.2.1/python'
96
96
  self.client_side_validation = configuration.client_side_validation
97
97
 
98
98
  # Kalshi authentication
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -550,8 +550,8 @@ conf = kalshi_python_async.Configuration(
550
550
  return "Python SDK Debug Report:\n"\
551
551
  "OS: {env}\n"\
552
552
  "Python Version: {pyversion}\n"\
553
- "Version of the API: 3.1.0\n"\
554
- "SDK Package Version: 3.1.0".\
553
+ "Version of the API: 3.2.1\n"\
554
+ "SDK Package Version: 3.2.1".\
555
555
  format(env=sys.platform, pyversion=sys.version)
556
556
 
557
557
  def get_host_settings(self) -> List[HostSetting]:
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
 
7
7
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
8
8
 
9
- The version of the OpenAPI document: 3.1.0
9
+ The version of the OpenAPI document: 3.2.1
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -28,7 +28,8 @@ class ApiKey(BaseModel):
28
28
  """ # noqa: E501
29
29
  api_key_id: StrictStr = Field(description="Unique identifier for the API key")
30
30
  name: StrictStr = Field(description="User-provided name for the API key")
31
- __properties: ClassVar[List[str]] = ["api_key_id", "name"]
31
+ scopes: List[StrictStr] = Field(description="List of scopes granted to this API key. Valid values are 'read' and 'write'.")
32
+ __properties: ClassVar[List[str]] = ["api_key_id", "name", "scopes"]
32
33
 
33
34
  model_config = ConfigDict(
34
35
  populate_by_name=True,
@@ -82,7 +83,8 @@ class ApiKey(BaseModel):
82
83
 
83
84
  _obj = cls.model_validate({
84
85
  "api_key_id": obj.get("api_key_id"),
85
- "name": obj.get("name")
86
+ "name": obj.get("name"),
87
+ "scopes": obj.get("scopes")
86
88
  })
87
89
  return _obj
88
90
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
7
7
 
8
- The version of the OpenAPI document: 3.1.0
8
+ The version of the OpenAPI document: 3.2.1
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.