kalshi-python-async 3.16.0__tar.gz → 3.18.0__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 (392) hide show
  1. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/PKG-INFO +3 -3
  2. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/README.md +2 -2
  3. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/__init__.py +2 -2
  4. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/api/account_api.py +1 -1
  5. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/api/api_keys_api.py +1 -1
  6. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/api/communications_api.py +1 -1
  7. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/api/events_api.py +6 -6
  8. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/api/exchange_api.py +1 -1
  9. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/api/fcm_api.py +1 -1
  10. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/api/historical_api.py +1 -1
  11. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/api/incentive_programs_api.py +1 -1
  12. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/api/live_data_api.py +1 -1
  13. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/api/market_api.py +1 -1
  14. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/api/milestone_api.py +1 -1
  15. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/api/multivariate_api.py +1 -1
  16. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/api/order_groups_api.py +69 -1
  17. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/api/orders_api.py +38 -4
  18. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/api/portfolio_api.py +1 -1
  19. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/api/search_api.py +1 -1
  20. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/api/structured_targets_api.py +3 -3
  21. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/api_client.py +2 -2
  22. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/configuration.py +3 -3
  23. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/exceptions.py +1 -1
  24. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/__init__.py +1 -1
  25. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/accept_quote_request.py +1 -1
  26. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/amend_order_request.py +6 -4
  27. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/amend_order_response.py +1 -1
  28. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/amend_order_v2_request.py +6 -4
  29. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/amend_order_v2_response.py +1 -1
  30. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/announcement.py +1 -1
  31. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/api_key.py +1 -1
  32. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/apply_subaccount_transfer_request.py +1 -1
  33. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/associated_event.py +1 -1
  34. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/batch_cancel_orders_individual_response.py +1 -1
  35. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/batch_cancel_orders_request.py +1 -1
  36. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/batch_cancel_orders_request_order.py +6 -4
  37. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/batch_cancel_orders_response.py +1 -1
  38. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/batch_cancel_orders_v2_request.py +1 -1
  39. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/batch_cancel_orders_v2_request_orders_inner.py +6 -4
  40. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/batch_cancel_orders_v2_response.py +1 -1
  41. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/batch_cancel_orders_v2_response_orders_inner.py +1 -1
  42. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/batch_create_orders_individual_response.py +1 -1
  43. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/batch_create_orders_request.py +1 -1
  44. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/batch_create_orders_response.py +1 -1
  45. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/batch_create_orders_v2_request.py +1 -1
  46. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/batch_create_orders_v2_response.py +1 -1
  47. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/batch_create_orders_v2_response_orders_inner.py +1 -1
  48. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/batch_get_market_candlesticks_response.py +1 -1
  49. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/bid_ask_distribution.py +1 -1
  50. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/bid_ask_distribution_historical.py +1 -1
  51. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/book_side.py +1 -1
  52. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/bucket_limit.py +1 -1
  53. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/cancel_order_response.py +1 -1
  54. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/cancel_order_v2_response.py +1 -1
  55. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/create_api_key_request.py +1 -1
  56. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/create_api_key_response.py +1 -1
  57. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/create_market_in_multivariate_event_collection_request.py +1 -1
  58. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/create_market_in_multivariate_event_collection_response.py +1 -1
  59. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/create_order_group_request.py +6 -4
  60. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/create_order_group_response.py +7 -5
  61. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/create_order_request.py +2 -2
  62. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/create_order_response.py +1 -1
  63. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/create_order_v2_request.py +2 -2
  64. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/create_order_v2_response.py +1 -1
  65. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/create_quote_request.py +1 -1
  66. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/create_quote_response.py +1 -1
  67. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/create_rfq_request.py +1 -1
  68. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/create_rfq_response.py +1 -1
  69. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/create_subaccount_response.py +1 -1
  70. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/daily_schedule.py +1 -1
  71. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/decrease_order_request.py +6 -4
  72. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/decrease_order_response.py +1 -1
  73. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/decrease_order_v2_request.py +10 -6
  74. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/decrease_order_v2_response.py +1 -1
  75. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/deposit.py +1 -1
  76. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/endpoint_token_cost.py +1 -1
  77. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/error_response.py +1 -1
  78. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/event_data.py +5 -3
  79. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/event_position.py +1 -1
  80. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/exchange_instance.py +1 -1
  81. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/exchange_status.py +1 -1
  82. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/fill.py +1 -1
  83. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/forecast_percentiles_point.py +1 -1
  84. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/generate_api_key_request.py +1 -1
  85. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/generate_api_key_response.py +1 -1
  86. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_account_api_limits_response.py +1 -1
  87. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_account_endpoint_costs_response.py +1 -1
  88. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_api_keys_response.py +1 -1
  89. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_balance_response.py +5 -3
  90. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_communications_id_response.py +1 -1
  91. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_deposits_response.py +1 -1
  92. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_event_candlesticks_response.py +1 -1
  93. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_event_forecast_percentiles_history_response.py +1 -1
  94. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_event_metadata_response.py +1 -1
  95. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_event_response.py +1 -1
  96. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_events_response.py +1 -1
  97. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_exchange_announcements_response.py +1 -1
  98. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_exchange_schedule_response.py +1 -1
  99. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_fills_response.py +1 -1
  100. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_filters_by_sports_response.py +1 -1
  101. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_game_stats_response.py +1 -1
  102. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_historical_cutoff_response.py +1 -1
  103. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_incentive_programs_response.py +1 -1
  104. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_live_data_response.py +1 -1
  105. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_live_datas_response.py +1 -1
  106. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_market_candlesticks_historical_response.py +1 -1
  107. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_market_candlesticks_response.py +1 -1
  108. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_market_orderbook_response.py +1 -1
  109. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_market_orderbooks_response.py +1 -1
  110. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_market_response.py +1 -1
  111. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_markets_response.py +1 -1
  112. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_milestone_response.py +1 -1
  113. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_milestones_response.py +1 -1
  114. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_multivariate_event_collection_lookup_history_response.py +1 -1
  115. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_multivariate_event_collection_response.py +1 -1
  116. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_multivariate_event_collections_response.py +1 -1
  117. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_multivariate_events_response.py +1 -1
  118. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_order_group_response.py +6 -4
  119. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_order_groups_response.py +1 -1
  120. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_order_queue_position_response.py +1 -1
  121. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_order_queue_positions_response.py +1 -1
  122. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_order_response.py +1 -1
  123. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_orders_response.py +1 -1
  124. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_portfolio_resting_order_total_value_response.py +1 -1
  125. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_positions_response.py +1 -1
  126. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_quote_response.py +1 -1
  127. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_quotes_response.py +1 -1
  128. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_rfq_response.py +1 -1
  129. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_rfqs_response.py +1 -1
  130. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_series_fee_changes_response.py +1 -1
  131. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_series_list_response.py +1 -1
  132. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_series_response.py +1 -1
  133. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_settlements_response.py +1 -1
  134. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_structured_target_response.py +1 -1
  135. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_structured_targets_response.py +1 -1
  136. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_subaccount_balances_response.py +1 -1
  137. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_subaccount_netting_response.py +1 -1
  138. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_subaccount_transfers_response.py +1 -1
  139. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_tags_for_series_categories_response.py +1 -1
  140. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_trades_response.py +1 -1
  141. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_user_data_timestamp_response.py +1 -1
  142. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/get_withdrawals_response.py +1 -1
  143. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/incentive_program.py +1 -1
  144. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/indexed_balance.py +2 -2
  145. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/intra_exchange_instance_transfer_request.py +1 -1
  146. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/intra_exchange_instance_transfer_response.py +1 -1
  147. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/live_data.py +1 -1
  148. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/lookup_point.py +1 -1
  149. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/lookup_tickers_for_market_in_multivariate_event_collection_request.py +1 -1
  150. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/lookup_tickers_for_market_in_multivariate_event_collection_response.py +1 -1
  151. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/maintenance_window.py +1 -1
  152. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/market.py +5 -3
  153. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/market_candlestick.py +1 -1
  154. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/market_candlestick_historical.py +1 -1
  155. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/market_candlesticks_response.py +1 -1
  156. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/market_metadata.py +1 -1
  157. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/market_orderbook_fp.py +1 -1
  158. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/market_position.py +1 -1
  159. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/milestone.py +1 -1
  160. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/multivariate_event_collection.py +1 -1
  161. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/mve_selected_leg.py +1 -1
  162. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/order.py +5 -3
  163. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/order_group.py +6 -4
  164. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/order_queue_position.py +1 -1
  165. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/order_status.py +1 -1
  166. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/orderbook_count_fp.py +1 -1
  167. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/percentile_point.py +2 -2
  168. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/play_by_play.py +1 -1
  169. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/play_by_play_periods_inner.py +1 -1
  170. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/price_distribution.py +1 -1
  171. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/price_distribution_historical.py +1 -1
  172. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/price_range.py +1 -1
  173. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/quote.py +1 -1
  174. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/rfq.py +1 -1
  175. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/schedule.py +1 -1
  176. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/scope_list.py +1 -1
  177. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/self_trade_prevention_type.py +1 -1
  178. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/series.py +1 -1
  179. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/series_fee_change.py +1 -1
  180. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/settlement.py +1 -1
  181. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/settlement_source.py +1 -1
  182. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/sport_filter_details.py +1 -1
  183. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/structured_target.py +1 -1
  184. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/subaccount_balance.py +1 -1
  185. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/subaccount_netting_config.py +1 -1
  186. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/subaccount_transfer.py +1 -1
  187. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/ticker_pair.py +1 -1
  188. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/trade.py +1 -1
  189. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/update_order_group_limit_request.py +1 -1
  190. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/update_subaccount_netting_request.py +1 -1
  191. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/user_filter.py +1 -1
  192. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/weekly_schedule.py +1 -1
  193. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/models/withdrawal.py +1 -1
  194. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/rest.py +1 -1
  195. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async.egg-info/PKG-INFO +3 -3
  196. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/pyproject.toml +1 -1
  197. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/setup.py +2 -2
  198. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_accept_quote_request.py +1 -1
  199. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_account_api.py +1 -1
  200. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_amend_order_request.py +3 -2
  201. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_amend_order_response.py +9 -5
  202. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_amend_order_v2_request.py +3 -2
  203. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_amend_order_v2_response.py +1 -1
  204. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_announcement.py +1 -1
  205. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_api_key.py +1 -1
  206. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_api_keys_api.py +1 -1
  207. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_apply_subaccount_transfer_request.py +1 -1
  208. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_associated_event.py +1 -1
  209. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_batch_cancel_orders_individual_response.py +3 -2
  210. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_batch_cancel_orders_request.py +3 -2
  211. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_batch_cancel_orders_request_order.py +3 -2
  212. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_batch_cancel_orders_response.py +1 -1
  213. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_batch_cancel_orders_v2_request.py +5 -3
  214. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_batch_cancel_orders_v2_request_orders_inner.py +3 -2
  215. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_batch_cancel_orders_v2_response.py +1 -1
  216. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_batch_cancel_orders_v2_response_orders_inner.py +1 -1
  217. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_batch_create_orders_individual_response.py +3 -2
  218. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_batch_create_orders_request.py +1 -1
  219. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_batch_create_orders_response.py +1 -1
  220. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_batch_create_orders_v2_request.py +1 -1
  221. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_batch_create_orders_v2_response.py +1 -1
  222. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_batch_create_orders_v2_response_orders_inner.py +1 -1
  223. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_batch_get_market_candlesticks_response.py +1 -1
  224. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_bid_ask_distribution.py +1 -1
  225. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_bid_ask_distribution_historical.py +1 -1
  226. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_book_side.py +1 -1
  227. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_bucket_limit.py +1 -1
  228. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_cancel_order_response.py +5 -3
  229. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_cancel_order_v2_response.py +1 -1
  230. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_communications_api.py +1 -1
  231. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_create_api_key_request.py +1 -1
  232. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_create_api_key_response.py +1 -1
  233. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_create_market_in_multivariate_event_collection_request.py +1 -1
  234. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_create_market_in_multivariate_event_collection_response.py +3 -2
  235. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_create_order_group_request.py +3 -2
  236. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_create_order_group_response.py +3 -2
  237. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_create_order_request.py +1 -1
  238. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_create_order_response.py +5 -3
  239. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_create_order_v2_request.py +1 -1
  240. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_create_order_v2_response.py +1 -1
  241. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_create_quote_request.py +1 -1
  242. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_create_quote_response.py +1 -1
  243. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_create_rfq_request.py +1 -1
  244. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_create_rfq_response.py +1 -1
  245. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_create_subaccount_response.py +1 -1
  246. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_daily_schedule.py +1 -1
  247. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_decrease_order_request.py +3 -2
  248. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_decrease_order_response.py +5 -3
  249. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_decrease_order_v2_request.py +4 -3
  250. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_decrease_order_v2_response.py +1 -1
  251. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_deposit.py +1 -1
  252. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_endpoint_token_cost.py +1 -1
  253. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_error_response.py +1 -1
  254. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_event_data.py +5 -3
  255. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_event_position.py +1 -1
  256. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_events_api.py +1 -1
  257. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_exchange_api.py +1 -1
  258. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_exchange_instance.py +1 -1
  259. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_exchange_status.py +1 -1
  260. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_fcm_api.py +1 -1
  261. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_fill.py +1 -1
  262. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_forecast_percentiles_point.py +1 -1
  263. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_generate_api_key_request.py +1 -1
  264. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_generate_api_key_response.py +1 -1
  265. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_account_api_limits_response.py +1 -1
  266. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_account_endpoint_costs_response.py +1 -1
  267. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_api_keys_response.py +1 -1
  268. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_balance_response.py +3 -1
  269. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_communications_id_response.py +1 -1
  270. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_deposits_response.py +1 -1
  271. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_event_candlesticks_response.py +1 -1
  272. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_event_forecast_percentiles_history_response.py +1 -1
  273. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_event_metadata_response.py +1 -1
  274. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_event_response.py +13 -7
  275. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_events_response.py +9 -5
  276. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_exchange_announcements_response.py +1 -1
  277. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_exchange_schedule_response.py +1 -1
  278. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_fills_response.py +1 -1
  279. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_filters_by_sports_response.py +1 -1
  280. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_game_stats_response.py +1 -1
  281. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_historical_cutoff_response.py +1 -1
  282. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_incentive_programs_response.py +1 -1
  283. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_live_data_response.py +1 -1
  284. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_live_datas_response.py +1 -1
  285. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_market_candlesticks_historical_response.py +1 -1
  286. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_market_candlesticks_response.py +1 -1
  287. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_market_orderbook_response.py +1 -1
  288. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_market_orderbooks_response.py +1 -1
  289. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_market_response.py +5 -3
  290. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_markets_response.py +5 -3
  291. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_milestone_response.py +1 -1
  292. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_milestones_response.py +1 -1
  293. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_multivariate_event_collection_lookup_history_response.py +1 -1
  294. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_multivariate_event_collection_response.py +1 -1
  295. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_multivariate_event_collections_response.py +1 -1
  296. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_multivariate_events_response.py +9 -5
  297. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_order_group_response.py +3 -2
  298. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_order_groups_response.py +3 -2
  299. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_order_queue_position_response.py +1 -1
  300. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_order_queue_positions_response.py +1 -1
  301. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_order_response.py +5 -3
  302. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_orders_response.py +5 -3
  303. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_portfolio_resting_order_total_value_response.py +1 -1
  304. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_positions_response.py +1 -1
  305. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_quote_response.py +1 -1
  306. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_quotes_response.py +1 -1
  307. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_rfq_response.py +1 -1
  308. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_rfqs_response.py +1 -1
  309. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_series_fee_changes_response.py +1 -1
  310. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_series_list_response.py +1 -1
  311. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_series_response.py +1 -1
  312. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_settlements_response.py +1 -1
  313. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_structured_target_response.py +1 -1
  314. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_structured_targets_response.py +1 -1
  315. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_subaccount_balances_response.py +1 -1
  316. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_subaccount_netting_response.py +1 -1
  317. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_subaccount_transfers_response.py +1 -1
  318. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_tags_for_series_categories_response.py +1 -1
  319. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_trades_response.py +1 -1
  320. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_user_data_timestamp_response.py +1 -1
  321. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_get_withdrawals_response.py +1 -1
  322. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_historical_api.py +1 -1
  323. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_incentive_program.py +1 -1
  324. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_incentive_programs_api.py +1 -1
  325. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_indexed_balance.py +1 -1
  326. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_intra_exchange_instance_transfer_request.py +1 -1
  327. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_intra_exchange_instance_transfer_response.py +1 -1
  328. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_live_data.py +1 -1
  329. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_live_data_api.py +1 -1
  330. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_lookup_point.py +1 -1
  331. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_lookup_tickers_for_market_in_multivariate_event_collection_request.py +1 -1
  332. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_lookup_tickers_for_market_in_multivariate_event_collection_response.py +1 -1
  333. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_maintenance_window.py +1 -1
  334. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_market.py +3 -2
  335. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_market_api.py +1 -1
  336. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_market_candlestick.py +1 -1
  337. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_market_candlestick_historical.py +1 -1
  338. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_market_candlesticks_response.py +1 -1
  339. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_market_metadata.py +1 -1
  340. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_market_orderbook_fp.py +1 -1
  341. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_market_position.py +1 -1
  342. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_milestone.py +1 -1
  343. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_milestone_api.py +1 -1
  344. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_multivariate_api.py +1 -1
  345. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_multivariate_event_collection.py +1 -1
  346. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_mve_selected_leg.py +1 -1
  347. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_order.py +3 -2
  348. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_order_group.py +3 -2
  349. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_order_groups_api.py +1 -1
  350. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_order_queue_position.py +1 -1
  351. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_order_status.py +1 -1
  352. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_orderbook_count_fp.py +1 -1
  353. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_orders_api.py +1 -1
  354. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_percentile_point.py +1 -1
  355. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_play_by_play.py +1 -1
  356. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_play_by_play_periods_inner.py +1 -1
  357. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_portfolio_api.py +1 -1
  358. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_price_distribution.py +1 -1
  359. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_price_distribution_historical.py +1 -1
  360. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_price_range.py +1 -1
  361. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_quote.py +1 -1
  362. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_rfq.py +1 -1
  363. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_schedule.py +1 -1
  364. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_scope_list.py +1 -1
  365. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_search_api.py +1 -1
  366. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_self_trade_prevention_type.py +1 -1
  367. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_series.py +1 -1
  368. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_series_fee_change.py +1 -1
  369. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_settlement.py +1 -1
  370. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_settlement_source.py +1 -1
  371. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_sport_filter_details.py +1 -1
  372. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_structured_target.py +1 -1
  373. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_structured_targets_api.py +1 -1
  374. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_subaccount_balance.py +1 -1
  375. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_subaccount_netting_config.py +1 -1
  376. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_subaccount_transfer.py +1 -1
  377. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_ticker_pair.py +1 -1
  378. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_trade.py +1 -1
  379. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_update_order_group_limit_request.py +1 -1
  380. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_update_subaccount_netting_request.py +1 -1
  381. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_user_filter.py +1 -1
  382. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_weekly_schedule.py +1 -1
  383. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/test/test_withdrawal.py +1 -1
  384. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/api/__init__.py +0 -0
  385. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/api_response.py +0 -0
  386. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/auth.py +0 -0
  387. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async/py.typed +0 -0
  388. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async.egg-info/SOURCES.txt +0 -0
  389. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async.egg-info/dependency_links.txt +0 -0
  390. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async.egg-info/requires.txt +0 -0
  391. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/kalshi_python_async.egg-info/top_level.txt +0 -0
  392. {kalshi_python_async-3.16.0 → kalshi_python_async-3.18.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kalshi_python_async
3
- Version: 3.16.0
3
+ Version: 3.18.0
4
4
  Summary: Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
5
5
  Home-page: https://github.com/Kalshi/exchange-infra
6
6
  Author: OpenAPI Generator community
@@ -29,8 +29,8 @@ Complete API for the Kalshi trading platform including all handlers for SDK gene
29
29
 
30
30
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
31
31
 
32
- - API version: 3.16.0
33
- - Package version: 3.16.0
32
+ - API version: 3.18.0
33
+ - Package version: 3.18.0
34
34
  - Generator version: 7.17.0
35
35
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
36
36
  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.16.0
7
- - Package version: 3.16.0
6
+ - API version: 3.18.0
7
+ - Package version: 3.18.0
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.16.0
10
+ The version of the OpenAPI document: 3.18.0
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.16.0"
16
+ __version__ = "3.18.0"
17
17
 
18
18
  # import apis into sdk package
19
19
  from kalshi_python_async.api.account_api import AccountApi
@@ -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.16.0
8
+ The version of the OpenAPI document: 3.18.0
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.16.0
8
+ The version of the OpenAPI document: 3.18.0
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.16.0
8
+ The version of the OpenAPI document: 3.18.0
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.16.0
8
+ The version of the OpenAPI document: 3.18.0
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -339,7 +339,7 @@ class EventsApi:
339
339
  :type ticker: str
340
340
  :param series_ticker: The series ticker (required)
341
341
  :type series_ticker: str
342
- :param percentiles: Array of percentile values to retrieve (0-10000, max 10 values) (required)
342
+ :param percentiles: Array of percentile values to retrieve (0-9999, max 10 values) (required)
343
343
  :type percentiles: List[int]
344
344
  :param start_ts: Start timestamp for the range (required)
345
345
  :type start_ts: int
@@ -405,7 +405,7 @@ class EventsApi:
405
405
  self,
406
406
  ticker: Annotated[StrictStr, Field(description="The event ticker")],
407
407
  series_ticker: Annotated[StrictStr, Field(description="The series ticker")],
408
- percentiles: Annotated[List[Annotated[int, Field(le=10000, strict=True, ge=0)]], Field(max_length=10, description="Array of percentile values to retrieve (0-10000, max 10 values)")],
408
+ percentiles: Annotated[List[Annotated[int, Field(le=9999, strict=True, ge=0)]], Field(max_length=10, description="Array of percentile values to retrieve (0-9999, max 10 values)")],
409
409
  start_ts: Annotated[StrictInt, Field(description="Start timestamp for the range")],
410
410
  end_ts: Annotated[StrictInt, Field(description="End timestamp for the range")],
411
411
  period_interval: Annotated[StrictInt, Field(description="Specifies the length of each forecast period, in minutes. 0 for 5-second intervals, or 1, 60, or 1440 for minute-based intervals.")],
@@ -430,7 +430,7 @@ class EventsApi:
430
430
  :type ticker: str
431
431
  :param series_ticker: The series ticker (required)
432
432
  :type series_ticker: str
433
- :param percentiles: Array of percentile values to retrieve (0-10000, max 10 values) (required)
433
+ :param percentiles: Array of percentile values to retrieve (0-9999, max 10 values) (required)
434
434
  :type percentiles: List[int]
435
435
  :param start_ts: Start timestamp for the range (required)
436
436
  :type start_ts: int
@@ -495,7 +495,7 @@ class EventsApi:
495
495
  self,
496
496
  ticker: Annotated[StrictStr, Field(description="The event ticker")],
497
497
  series_ticker: Annotated[StrictStr, Field(description="The series ticker")],
498
- percentiles: Annotated[List[Annotated[int, Field(le=10000, strict=True, ge=0)]], Field(max_length=10, description="Array of percentile values to retrieve (0-10000, max 10 values)")],
498
+ percentiles: Annotated[List[Annotated[int, Field(le=9999, strict=True, ge=0)]], Field(max_length=10, description="Array of percentile values to retrieve (0-9999, max 10 values)")],
499
499
  start_ts: Annotated[StrictInt, Field(description="Start timestamp for the range")],
500
500
  end_ts: Annotated[StrictInt, Field(description="End timestamp for the range")],
501
501
  period_interval: Annotated[StrictInt, Field(description="Specifies the length of each forecast period, in minutes. 0 for 5-second intervals, or 1, 60, or 1440 for minute-based intervals.")],
@@ -520,7 +520,7 @@ class EventsApi:
520
520
  :type ticker: str
521
521
  :param series_ticker: The series ticker (required)
522
522
  :type series_ticker: str
523
- :param percentiles: Array of percentile values to retrieve (0-10000, max 10 values) (required)
523
+ :param percentiles: Array of percentile values to retrieve (0-9999, max 10 values) (required)
524
524
  :type percentiles: List[int]
525
525
  :param start_ts: Start timestamp for the range (required)
526
526
  :type start_ts: 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.16.0
8
+ The version of the OpenAPI document: 3.18.0
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.16.0
8
+ The version of the OpenAPI document: 3.18.0
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.16.0
8
+ The version of the OpenAPI document: 3.18.0
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.16.0
8
+ The version of the OpenAPI document: 3.18.0
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.16.0
8
+ The version of the OpenAPI document: 3.18.0
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.16.0
8
+ The version of the OpenAPI document: 3.18.0
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.16.0
8
+ The version of the OpenAPI document: 3.18.0
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.16.0
8
+ The version of the OpenAPI document: 3.18.0
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.16.0
8
+ The version of the OpenAPI document: 3.18.0
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -324,6 +324,7 @@ class OrderGroupsApi:
324
324
  self,
325
325
  order_group_id: StrictStr,
326
326
  subaccount: Any = None,
327
+ exchange_index: Any = None,
327
328
  ) -> object:
328
329
  """Delete Order Group
329
330
 
@@ -333,6 +334,8 @@ class OrderGroupsApi:
333
334
  :type order_group_id: str
334
335
  :param subaccount: Subaccount number (0 for primary, 1-32 for subaccounts). Defaults to 0.
335
336
  :type subaccount: int
337
+ :param exchange_index:
338
+ :type exchange_index: int
336
339
  :param _request_timeout: timeout setting for this request. If one
337
340
  number provided, it will be total request
338
341
  timeout. It can also be a pair (tuple) of
@@ -359,6 +362,7 @@ class OrderGroupsApi:
359
362
  _param = self._delete_order_group_serialize(
360
363
  order_group_id=order_group_id,
361
364
  subaccount=subaccount,
365
+ exchange_index=exchange_index,
362
366
  _request_auth=None,
363
367
  _content_type=None,
364
368
  _headers=None,
@@ -387,6 +391,7 @@ class OrderGroupsApi:
387
391
  self,
388
392
  order_group_id: Annotated[StrictStr, Field(description="Order group ID")],
389
393
  subaccount: Annotated[Optional[StrictInt], Field(description="Subaccount number (0 for primary, 1-32 for subaccounts). Defaults to 0.")] = None,
394
+ exchange_index: Optional[StrictInt] = None,
390
395
  _request_timeout: Union[
391
396
  None,
392
397
  Annotated[StrictFloat, Field(gt=0)],
@@ -408,6 +413,8 @@ class OrderGroupsApi:
408
413
  :type order_group_id: str
409
414
  :param subaccount: Subaccount number (0 for primary, 1-32 for subaccounts). Defaults to 0.
410
415
  :type subaccount: int
416
+ :param exchange_index:
417
+ :type exchange_index: int
411
418
  :param _request_timeout: timeout setting for this request. If one
412
419
  number provided, it will be total request
413
420
  timeout. It can also be a pair (tuple) of
@@ -433,6 +440,7 @@ class OrderGroupsApi:
433
440
  _param = self._delete_order_group_serialize(
434
441
  order_group_id=order_group_id,
435
442
  subaccount=subaccount,
443
+ exchange_index=exchange_index,
436
444
  _request_auth=_request_auth,
437
445
  _content_type=_content_type,
438
446
  _headers=_headers,
@@ -461,6 +469,7 @@ class OrderGroupsApi:
461
469
  self,
462
470
  order_group_id: Annotated[StrictStr, Field(description="Order group ID")],
463
471
  subaccount: Annotated[Optional[StrictInt], Field(description="Subaccount number (0 for primary, 1-32 for subaccounts). Defaults to 0.")] = None,
472
+ exchange_index: Optional[StrictInt] = None,
464
473
  _request_timeout: Union[
465
474
  None,
466
475
  Annotated[StrictFloat, Field(gt=0)],
@@ -482,6 +491,8 @@ class OrderGroupsApi:
482
491
  :type order_group_id: str
483
492
  :param subaccount: Subaccount number (0 for primary, 1-32 for subaccounts). Defaults to 0.
484
493
  :type subaccount: int
494
+ :param exchange_index:
495
+ :type exchange_index: int
485
496
  :param _request_timeout: timeout setting for this request. If one
486
497
  number provided, it will be total request
487
498
  timeout. It can also be a pair (tuple) of
@@ -507,6 +518,7 @@ class OrderGroupsApi:
507
518
  _param = self._delete_order_group_serialize(
508
519
  order_group_id=order_group_id,
509
520
  subaccount=subaccount,
521
+ exchange_index=exchange_index,
510
522
  _request_auth=_request_auth,
511
523
  _content_type=_content_type,
512
524
  _headers=_headers,
@@ -530,6 +542,7 @@ class OrderGroupsApi:
530
542
  self,
531
543
  order_group_id,
532
544
  subaccount,
545
+ exchange_index,
533
546
  _request_auth,
534
547
  _content_type,
535
548
  _headers,
@@ -558,6 +571,10 @@ class OrderGroupsApi:
558
571
 
559
572
  _query_params.append(('subaccount', subaccount))
560
573
 
574
+ if exchange_index is not None:
575
+
576
+ _query_params.append(('exchange_index', exchange_index))
577
+
561
578
  # process the header parameters
562
579
  # process the form parameters
563
580
  # process the body parameter
@@ -1143,6 +1160,7 @@ class OrderGroupsApi:
1143
1160
  self,
1144
1161
  order_group_id: StrictStr,
1145
1162
  subaccount: Any = None,
1163
+ exchange_index: Any = None,
1146
1164
  body: Any = None,
1147
1165
  ) -> object:
1148
1166
  """Reset Order Group
@@ -1153,6 +1171,8 @@ class OrderGroupsApi:
1153
1171
  :type order_group_id: str
1154
1172
  :param subaccount: Subaccount number (0 for primary, 1-32 for subaccounts). Defaults to 0.
1155
1173
  :type subaccount: int
1174
+ :param exchange_index:
1175
+ :type exchange_index: int
1156
1176
  :param body:
1157
1177
  :type body: object
1158
1178
  :param _request_timeout: timeout setting for this request. If one
@@ -1181,6 +1201,7 @@ class OrderGroupsApi:
1181
1201
  _param = self._reset_order_group_serialize(
1182
1202
  order_group_id=order_group_id,
1183
1203
  subaccount=subaccount,
1204
+ exchange_index=exchange_index,
1184
1205
  body=body,
1185
1206
  _request_auth=None,
1186
1207
  _content_type=None,
@@ -1210,6 +1231,7 @@ class OrderGroupsApi:
1210
1231
  self,
1211
1232
  order_group_id: Annotated[StrictStr, Field(description="Order group ID")],
1212
1233
  subaccount: Annotated[Optional[StrictInt], Field(description="Subaccount number (0 for primary, 1-32 for subaccounts). Defaults to 0.")] = None,
1234
+ exchange_index: Optional[StrictInt] = None,
1213
1235
  body: Optional[Dict[str, Any]] = None,
1214
1236
  _request_timeout: Union[
1215
1237
  None,
@@ -1232,6 +1254,8 @@ class OrderGroupsApi:
1232
1254
  :type order_group_id: str
1233
1255
  :param subaccount: Subaccount number (0 for primary, 1-32 for subaccounts). Defaults to 0.
1234
1256
  :type subaccount: int
1257
+ :param exchange_index:
1258
+ :type exchange_index: int
1235
1259
  :param body:
1236
1260
  :type body: object
1237
1261
  :param _request_timeout: timeout setting for this request. If one
@@ -1259,6 +1283,7 @@ class OrderGroupsApi:
1259
1283
  _param = self._reset_order_group_serialize(
1260
1284
  order_group_id=order_group_id,
1261
1285
  subaccount=subaccount,
1286
+ exchange_index=exchange_index,
1262
1287
  body=body,
1263
1288
  _request_auth=_request_auth,
1264
1289
  _content_type=_content_type,
@@ -1288,6 +1313,7 @@ class OrderGroupsApi:
1288
1313
  self,
1289
1314
  order_group_id: Annotated[StrictStr, Field(description="Order group ID")],
1290
1315
  subaccount: Annotated[Optional[StrictInt], Field(description="Subaccount number (0 for primary, 1-32 for subaccounts). Defaults to 0.")] = None,
1316
+ exchange_index: Optional[StrictInt] = None,
1291
1317
  body: Optional[Dict[str, Any]] = None,
1292
1318
  _request_timeout: Union[
1293
1319
  None,
@@ -1310,6 +1336,8 @@ class OrderGroupsApi:
1310
1336
  :type order_group_id: str
1311
1337
  :param subaccount: Subaccount number (0 for primary, 1-32 for subaccounts). Defaults to 0.
1312
1338
  :type subaccount: int
1339
+ :param exchange_index:
1340
+ :type exchange_index: int
1313
1341
  :param body:
1314
1342
  :type body: object
1315
1343
  :param _request_timeout: timeout setting for this request. If one
@@ -1337,6 +1365,7 @@ class OrderGroupsApi:
1337
1365
  _param = self._reset_order_group_serialize(
1338
1366
  order_group_id=order_group_id,
1339
1367
  subaccount=subaccount,
1368
+ exchange_index=exchange_index,
1340
1369
  body=body,
1341
1370
  _request_auth=_request_auth,
1342
1371
  _content_type=_content_type,
@@ -1361,6 +1390,7 @@ class OrderGroupsApi:
1361
1390
  self,
1362
1391
  order_group_id,
1363
1392
  subaccount,
1393
+ exchange_index,
1364
1394
  body,
1365
1395
  _request_auth,
1366
1396
  _content_type,
@@ -1390,6 +1420,10 @@ class OrderGroupsApi:
1390
1420
 
1391
1421
  _query_params.append(('subaccount', subaccount))
1392
1422
 
1423
+ if exchange_index is not None:
1424
+
1425
+ _query_params.append(('exchange_index', exchange_index))
1426
+
1393
1427
  # process the header parameters
1394
1428
  # process the form parameters
1395
1429
  # process the body parameter
@@ -1449,6 +1483,7 @@ class OrderGroupsApi:
1449
1483
  self,
1450
1484
  order_group_id: StrictStr,
1451
1485
  subaccount: Any = None,
1486
+ exchange_index: Any = None,
1452
1487
  body: Any = None,
1453
1488
  ) -> object:
1454
1489
  """Trigger Order Group
@@ -1459,6 +1494,8 @@ class OrderGroupsApi:
1459
1494
  :type order_group_id: str
1460
1495
  :param subaccount: Subaccount number (0 for primary, 1-32 for subaccounts). Defaults to 0.
1461
1496
  :type subaccount: int
1497
+ :param exchange_index:
1498
+ :type exchange_index: int
1462
1499
  :param body:
1463
1500
  :type body: object
1464
1501
  :param _request_timeout: timeout setting for this request. If one
@@ -1487,6 +1524,7 @@ class OrderGroupsApi:
1487
1524
  _param = self._trigger_order_group_serialize(
1488
1525
  order_group_id=order_group_id,
1489
1526
  subaccount=subaccount,
1527
+ exchange_index=exchange_index,
1490
1528
  body=body,
1491
1529
  _request_auth=None,
1492
1530
  _content_type=None,
@@ -1516,6 +1554,7 @@ class OrderGroupsApi:
1516
1554
  self,
1517
1555
  order_group_id: Annotated[StrictStr, Field(description="Order group ID")],
1518
1556
  subaccount: Annotated[Optional[StrictInt], Field(description="Subaccount number (0 for primary, 1-32 for subaccounts). Defaults to 0.")] = None,
1557
+ exchange_index: Optional[StrictInt] = None,
1519
1558
  body: Optional[Dict[str, Any]] = None,
1520
1559
  _request_timeout: Union[
1521
1560
  None,
@@ -1538,6 +1577,8 @@ class OrderGroupsApi:
1538
1577
  :type order_group_id: str
1539
1578
  :param subaccount: Subaccount number (0 for primary, 1-32 for subaccounts). Defaults to 0.
1540
1579
  :type subaccount: int
1580
+ :param exchange_index:
1581
+ :type exchange_index: int
1541
1582
  :param body:
1542
1583
  :type body: object
1543
1584
  :param _request_timeout: timeout setting for this request. If one
@@ -1565,6 +1606,7 @@ class OrderGroupsApi:
1565
1606
  _param = self._trigger_order_group_serialize(
1566
1607
  order_group_id=order_group_id,
1567
1608
  subaccount=subaccount,
1609
+ exchange_index=exchange_index,
1568
1610
  body=body,
1569
1611
  _request_auth=_request_auth,
1570
1612
  _content_type=_content_type,
@@ -1594,6 +1636,7 @@ class OrderGroupsApi:
1594
1636
  self,
1595
1637
  order_group_id: Annotated[StrictStr, Field(description="Order group ID")],
1596
1638
  subaccount: Annotated[Optional[StrictInt], Field(description="Subaccount number (0 for primary, 1-32 for subaccounts). Defaults to 0.")] = None,
1639
+ exchange_index: Optional[StrictInt] = None,
1597
1640
  body: Optional[Dict[str, Any]] = None,
1598
1641
  _request_timeout: Union[
1599
1642
  None,
@@ -1616,6 +1659,8 @@ class OrderGroupsApi:
1616
1659
  :type order_group_id: str
1617
1660
  :param subaccount: Subaccount number (0 for primary, 1-32 for subaccounts). Defaults to 0.
1618
1661
  :type subaccount: int
1662
+ :param exchange_index:
1663
+ :type exchange_index: int
1619
1664
  :param body:
1620
1665
  :type body: object
1621
1666
  :param _request_timeout: timeout setting for this request. If one
@@ -1643,6 +1688,7 @@ class OrderGroupsApi:
1643
1688
  _param = self._trigger_order_group_serialize(
1644
1689
  order_group_id=order_group_id,
1645
1690
  subaccount=subaccount,
1691
+ exchange_index=exchange_index,
1646
1692
  body=body,
1647
1693
  _request_auth=_request_auth,
1648
1694
  _content_type=_content_type,
@@ -1667,6 +1713,7 @@ class OrderGroupsApi:
1667
1713
  self,
1668
1714
  order_group_id,
1669
1715
  subaccount,
1716
+ exchange_index,
1670
1717
  body,
1671
1718
  _request_auth,
1672
1719
  _content_type,
@@ -1696,6 +1743,10 @@ class OrderGroupsApi:
1696
1743
 
1697
1744
  _query_params.append(('subaccount', subaccount))
1698
1745
 
1746
+ if exchange_index is not None:
1747
+
1748
+ _query_params.append(('exchange_index', exchange_index))
1749
+
1699
1750
  # process the header parameters
1700
1751
  # process the form parameters
1701
1752
  # process the body parameter
@@ -1754,6 +1805,7 @@ class OrderGroupsApi:
1754
1805
  async def update_order_group_limit(
1755
1806
  self,
1756
1807
  order_group_id: StrictStr,
1808
+ exchange_index: Any = None,
1757
1809
  # Request body parameters as keyword arguments
1758
1810
  **kwargs: Any,
1759
1811
  ) -> object:
@@ -1765,6 +1817,8 @@ class OrderGroupsApi:
1765
1817
  :type order_group_id: str
1766
1818
  :param update_order_group_limit_request: (required)
1767
1819
  :type update_order_group_limit_request: UpdateOrderGroupLimitRequest
1820
+ :param exchange_index:
1821
+ :type exchange_index: int
1768
1822
  :param _request_timeout: timeout setting for this request. If one
1769
1823
  number provided, it will be total request
1770
1824
  timeout. It can also be a pair (tuple) of
@@ -1793,6 +1847,7 @@ class OrderGroupsApi:
1793
1847
  _param = self._update_order_group_limit_serialize(
1794
1848
  order_group_id=order_group_id,
1795
1849
  update_order_group_limit_request=update_order_group_limit_request,
1850
+ exchange_index=exchange_index,
1796
1851
  _request_auth=kwargs.get('_request_auth'),
1797
1852
  _content_type=kwargs.get('_content_type'),
1798
1853
  _headers=kwargs.get('_headers'),
@@ -1822,6 +1877,7 @@ class OrderGroupsApi:
1822
1877
  self,
1823
1878
  order_group_id: Annotated[StrictStr, Field(description="Order group ID")],
1824
1879
  update_order_group_limit_request: UpdateOrderGroupLimitRequest,
1880
+ exchange_index: Optional[StrictInt] = None,
1825
1881
  _request_timeout: Union[
1826
1882
  None,
1827
1883
  Annotated[StrictFloat, Field(gt=0)],
@@ -1843,6 +1899,8 @@ class OrderGroupsApi:
1843
1899
  :type order_group_id: str
1844
1900
  :param update_order_group_limit_request: (required)
1845
1901
  :type update_order_group_limit_request: UpdateOrderGroupLimitRequest
1902
+ :param exchange_index:
1903
+ :type exchange_index: int
1846
1904
  :param _request_timeout: timeout setting for this request. If one
1847
1905
  number provided, it will be total request
1848
1906
  timeout. It can also be a pair (tuple) of
@@ -1868,6 +1926,7 @@ class OrderGroupsApi:
1868
1926
  _param = self._update_order_group_limit_serialize(
1869
1927
  order_group_id=order_group_id,
1870
1928
  update_order_group_limit_request=update_order_group_limit_request,
1929
+ exchange_index=exchange_index,
1871
1930
  _request_auth=_request_auth,
1872
1931
  _content_type=_content_type,
1873
1932
  _headers=_headers,
@@ -1897,6 +1956,7 @@ class OrderGroupsApi:
1897
1956
  self,
1898
1957
  order_group_id: Annotated[StrictStr, Field(description="Order group ID")],
1899
1958
  update_order_group_limit_request: UpdateOrderGroupLimitRequest,
1959
+ exchange_index: Optional[StrictInt] = None,
1900
1960
  _request_timeout: Union[
1901
1961
  None,
1902
1962
  Annotated[StrictFloat, Field(gt=0)],
@@ -1918,6 +1978,8 @@ class OrderGroupsApi:
1918
1978
  :type order_group_id: str
1919
1979
  :param update_order_group_limit_request: (required)
1920
1980
  :type update_order_group_limit_request: UpdateOrderGroupLimitRequest
1981
+ :param exchange_index:
1982
+ :type exchange_index: int
1921
1983
  :param _request_timeout: timeout setting for this request. If one
1922
1984
  number provided, it will be total request
1923
1985
  timeout. It can also be a pair (tuple) of
@@ -1943,6 +2005,7 @@ class OrderGroupsApi:
1943
2005
  _param = self._update_order_group_limit_serialize(
1944
2006
  order_group_id=order_group_id,
1945
2007
  update_order_group_limit_request=update_order_group_limit_request,
2008
+ exchange_index=exchange_index,
1946
2009
  _request_auth=_request_auth,
1947
2010
  _content_type=_content_type,
1948
2011
  _headers=_headers,
@@ -1967,6 +2030,7 @@ class OrderGroupsApi:
1967
2030
  self,
1968
2031
  order_group_id,
1969
2032
  update_order_group_limit_request,
2033
+ exchange_index,
1970
2034
  _request_auth,
1971
2035
  _content_type,
1972
2036
  _headers,
@@ -1991,6 +2055,10 @@ class OrderGroupsApi:
1991
2055
  if order_group_id is not None:
1992
2056
  _path_params['order_group_id'] = order_group_id
1993
2057
  # process the query parameters
2058
+ if exchange_index is not None:
2059
+
2060
+ _query_params.append(('exchange_index', exchange_index))
2061
+
1994
2062
  # process the header parameters
1995
2063
  # process the form parameters
1996
2064
  # process the body parameter