kalshi-python-async 3.15.0__tar.gz → 3.16.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.
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/PKG-INFO +3 -3
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/README.md +2 -2
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/__init__.py +3 -2
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/account_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/api_keys_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/communications_api.py +23 -6
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/events_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/exchange_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/fcm_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/historical_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/incentive_programs_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/live_data_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/market_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/milestone_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/multivariate_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/order_groups_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/orders_api.py +4 -4
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/portfolio_api.py +4 -4
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/search_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/structured_targets_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api_client.py +2 -2
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/configuration.py +3 -3
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/exceptions.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/__init__.py +2 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/accept_quote_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/amend_order_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/amend_order_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/amend_order_v2_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/amend_order_v2_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/announcement.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/api_key.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/apply_subaccount_transfer_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/associated_event.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_cancel_orders_individual_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_cancel_orders_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_cancel_orders_request_order.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_cancel_orders_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_cancel_orders_v2_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_cancel_orders_v2_request_orders_inner.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_cancel_orders_v2_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_cancel_orders_v2_response_orders_inner.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_create_orders_individual_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_create_orders_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_create_orders_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_create_orders_v2_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_create_orders_v2_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_create_orders_v2_response_orders_inner.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/batch_get_market_candlesticks_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/bid_ask_distribution.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/bid_ask_distribution_historical.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/book_side.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/bucket_limit.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/cancel_order_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/cancel_order_v2_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_api_key_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_api_key_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_market_in_multivariate_event_collection_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_market_in_multivariate_event_collection_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_order_group_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_order_group_response.py +6 -3
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_order_request.py +7 -5
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_order_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_order_v2_request.py +7 -5
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_order_v2_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_quote_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_quote_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_rfq_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_rfq_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/create_subaccount_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/daily_schedule.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/decrease_order_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/decrease_order_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/decrease_order_v2_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/decrease_order_v2_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/deposit.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/endpoint_token_cost.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/error_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/event_data.py +19 -5
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/event_position.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/exchange_instance.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/exchange_status.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/fill.py +16 -4
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/forecast_percentiles_point.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/generate_api_key_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/generate_api_key_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_account_api_limits_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_account_endpoint_costs_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_api_keys_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_balance_response.py +14 -4
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_communications_id_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_deposits_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_event_candlesticks_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_event_forecast_percentiles_history_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_event_metadata_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_event_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_events_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_exchange_announcements_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_exchange_schedule_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_fills_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_filters_by_sports_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_game_stats_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_historical_cutoff_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_incentive_programs_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_live_data_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_live_datas_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_market_candlesticks_historical_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_market_candlesticks_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_market_orderbook_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_market_orderbooks_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_market_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_markets_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_milestone_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_milestones_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_multivariate_event_collection_lookup_history_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_multivariate_event_collection_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_multivariate_event_collections_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_multivariate_events_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_order_group_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_order_groups_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_order_queue_position_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_order_queue_positions_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_order_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_orders_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_portfolio_resting_order_total_value_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_positions_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_quote_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_quotes_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_rfq_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_rfqs_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_series_fee_changes_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_series_list_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_series_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_settlements_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_structured_target_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_structured_targets_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_subaccount_balances_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_subaccount_netting_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_subaccount_transfers_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_tags_for_series_categories_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_trades_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_user_data_timestamp_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/get_withdrawals_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/incentive_program.py +1 -1
- kalshi_python_async-3.16.0/kalshi_python_async/models/indexed_balance.py +89 -0
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/intra_exchange_instance_transfer_request.py +8 -4
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/intra_exchange_instance_transfer_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/live_data.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/lookup_point.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/lookup_tickers_for_market_in_multivariate_event_collection_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/lookup_tickers_for_market_in_multivariate_event_collection_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/maintenance_window.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/market.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/market_candlestick.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/market_candlestick_historical.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/market_candlesticks_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/market_metadata.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/market_orderbook_fp.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/market_position.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/milestone.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/multivariate_event_collection.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/mve_selected_leg.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/order.py +16 -4
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/order_group.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/order_queue_position.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/order_status.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/orderbook_count_fp.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/percentile_point.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/play_by_play.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/play_by_play_periods_inner.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/price_distribution.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/price_distribution_historical.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/price_range.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/quote.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/rfq.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/schedule.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/scope_list.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/self_trade_prevention_type.py +2 -2
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/series.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/series_fee_change.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/settlement.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/settlement_source.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/sport_filter_details.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/structured_target.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/subaccount_balance.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/subaccount_netting_config.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/subaccount_transfer.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/ticker_pair.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/trade.py +15 -3
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/update_order_group_limit_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/update_subaccount_netting_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/user_filter.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/weekly_schedule.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/withdrawal.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/rest.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async.egg-info/PKG-INFO +3 -3
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async.egg-info/SOURCES.txt +2 -0
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/pyproject.toml +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/setup.py +2 -2
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_accept_quote_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_account_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_amend_order_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_amend_order_response.py +9 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_amend_order_v2_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_amend_order_v2_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_announcement.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_api_key.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_api_keys_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_apply_subaccount_transfer_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_associated_event.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_batch_cancel_orders_individual_response.py +3 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_batch_cancel_orders_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_batch_cancel_orders_request_order.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_batch_cancel_orders_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_batch_cancel_orders_v2_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_batch_cancel_orders_v2_request_orders_inner.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_batch_cancel_orders_v2_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_batch_cancel_orders_v2_response_orders_inner.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_batch_create_orders_individual_response.py +3 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_batch_create_orders_request.py +5 -3
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_batch_create_orders_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_batch_create_orders_v2_request.py +5 -3
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_batch_create_orders_v2_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_batch_create_orders_v2_response_orders_inner.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_batch_get_market_candlesticks_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_bid_ask_distribution.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_bid_ask_distribution_historical.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_book_side.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_bucket_limit.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_cancel_order_response.py +5 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_cancel_order_v2_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_communications_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_create_api_key_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_create_api_key_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_create_market_in_multivariate_event_collection_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_create_market_in_multivariate_event_collection_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_create_order_group_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_create_order_group_response.py +4 -2
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_create_order_request.py +3 -2
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_create_order_response.py +5 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_create_order_v2_request.py +3 -2
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_create_order_v2_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_create_quote_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_create_quote_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_create_rfq_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_create_rfq_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_create_subaccount_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_daily_schedule.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_decrease_order_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_decrease_order_response.py +5 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_decrease_order_v2_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_decrease_order_v2_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_deposit.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_endpoint_token_cost.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_error_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_event_data.py +4 -2
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_event_position.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_events_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_exchange_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_exchange_instance.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_exchange_status.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_fcm_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_fill.py +5 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_forecast_percentiles_point.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_generate_api_key_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_generate_api_key_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_account_api_limits_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_account_endpoint_costs_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_api_keys_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_balance_response.py +7 -2
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_communications_id_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_deposits_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_event_candlesticks_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_event_forecast_percentiles_history_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_event_metadata_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_event_response.py +7 -3
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_events_response.py +7 -3
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_exchange_announcements_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_exchange_schedule_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_fills_response.py +5 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_filters_by_sports_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_game_stats_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_historical_cutoff_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_incentive_programs_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_live_data_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_live_datas_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_market_candlesticks_historical_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_market_candlesticks_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_market_orderbook_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_market_orderbooks_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_market_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_markets_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_milestone_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_milestones_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_multivariate_event_collection_lookup_history_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_multivariate_event_collection_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_multivariate_event_collections_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_multivariate_events_response.py +7 -3
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_order_group_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_order_groups_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_order_queue_position_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_order_queue_positions_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_order_response.py +5 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_orders_response.py +5 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_portfolio_resting_order_total_value_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_positions_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_quote_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_quotes_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_rfq_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_rfqs_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_series_fee_changes_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_series_list_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_series_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_settlements_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_structured_target_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_structured_targets_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_subaccount_balances_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_subaccount_netting_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_subaccount_transfers_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_tags_for_series_categories_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_trades_response.py +5 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_user_data_timestamp_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_get_withdrawals_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_historical_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_incentive_program.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_incentive_programs_api.py +1 -1
- kalshi_python_async-3.16.0/test/test_indexed_balance.py +54 -0
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_intra_exchange_instance_transfer_request.py +4 -2
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_intra_exchange_instance_transfer_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_live_data.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_live_data_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_lookup_point.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_lookup_tickers_for_market_in_multivariate_event_collection_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_lookup_tickers_for_market_in_multivariate_event_collection_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_maintenance_window.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_market.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_market_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_market_candlestick.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_market_candlestick_historical.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_market_candlesticks_response.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_market_metadata.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_market_orderbook_fp.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_market_position.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_milestone.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_milestone_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_multivariate_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_multivariate_event_collection.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_mve_selected_leg.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_order.py +5 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_order_group.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_order_groups_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_order_queue_position.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_order_status.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_orderbook_count_fp.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_orders_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_percentile_point.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_play_by_play.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_play_by_play_periods_inner.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_portfolio_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_price_distribution.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_price_distribution_historical.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_price_range.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_quote.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_rfq.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_schedule.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_scope_list.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_search_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_self_trade_prevention_type.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_series.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_series_fee_change.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_settlement.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_settlement_source.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_sport_filter_details.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_structured_target.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_structured_targets_api.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_subaccount_balance.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_subaccount_netting_config.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_subaccount_transfer.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_ticker_pair.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_trade.py +5 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_update_order_group_limit_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_update_subaccount_netting_request.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_user_filter.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_weekly_schedule.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/test/test_withdrawal.py +1 -1
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/__init__.py +0 -0
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api_response.py +0 -0
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/auth.py +0 -0
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/py.typed +0 -0
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async.egg-info/dependency_links.txt +0 -0
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async.egg-info/requires.txt +0 -0
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async.egg-info/top_level.txt +0 -0
- {kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kalshi_python_async
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.16.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.
|
|
33
|
-
- Package version: 3.
|
|
32
|
+
- API version: 3.16.0
|
|
33
|
+
- Package version: 3.16.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.
|
|
7
|
-
- Package version: 3.
|
|
6
|
+
- API version: 3.16.0
|
|
7
|
+
- Package version: 3.16.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.
|
|
10
|
+
The version of the OpenAPI document: 3.16.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
|
+
__version__ = "3.16.0"
|
|
17
17
|
|
|
18
18
|
# import apis into sdk package
|
|
19
19
|
from kalshi_python_async.api.account_api import AccountApi
|
|
@@ -180,6 +180,7 @@ from kalshi_python_async.models.get_trades_response import GetTradesResponse
|
|
|
180
180
|
from kalshi_python_async.models.get_user_data_timestamp_response import GetUserDataTimestampResponse
|
|
181
181
|
from kalshi_python_async.models.get_withdrawals_response import GetWithdrawalsResponse
|
|
182
182
|
from kalshi_python_async.models.incentive_program import IncentiveProgram
|
|
183
|
+
from kalshi_python_async.models.indexed_balance import IndexedBalance
|
|
183
184
|
from kalshi_python_async.models.intra_exchange_instance_transfer_request import IntraExchangeInstanceTransferRequest
|
|
184
185
|
from kalshi_python_async.models.intra_exchange_instance_transfer_response import IntraExchangeInstanceTransferResponse
|
|
185
186
|
from kalshi_python_async.models.live_data import LiveData
|
{kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/account_api.py
RENAMED
|
@@ -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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/api_keys_api.py
RENAMED
|
@@ -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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -2225,6 +2225,7 @@ class CommunicationsApi:
|
|
|
2225
2225
|
status: Any = None,
|
|
2226
2226
|
quote_creator_user_id: Any = None,
|
|
2227
2227
|
user_filter: Any = None,
|
|
2228
|
+
rfq_user_filter: Any = None,
|
|
2228
2229
|
rfq_creator_user_id: Any = None,
|
|
2229
2230
|
rfq_creator_subtrader_id: Any = None,
|
|
2230
2231
|
rfq_id: Any = None,
|
|
@@ -2245,8 +2246,10 @@ class CommunicationsApi:
|
|
|
2245
2246
|
:type status: str
|
|
2246
2247
|
:param quote_creator_user_id: Filter quotes by quote creator user ID
|
|
2247
2248
|
:type quote_creator_user_id: str
|
|
2248
|
-
:param user_filter:
|
|
2249
|
+
:param user_filter: Filter for quotes created by the authenticated user.
|
|
2249
2250
|
:type user_filter: UserFilter
|
|
2251
|
+
:param rfq_user_filter: Filter for quotes responding to RFQs created by the authenticated user.
|
|
2252
|
+
:type rfq_user_filter: UserFilter
|
|
2250
2253
|
:param rfq_creator_user_id: Filter quotes by RFQ creator user ID
|
|
2251
2254
|
:type rfq_creator_user_id: str
|
|
2252
2255
|
:param rfq_creator_subtrader_id: Filter quotes by RFQ creator subtrader ID (FCM members only)
|
|
@@ -2284,6 +2287,7 @@ class CommunicationsApi:
|
|
|
2284
2287
|
status=status,
|
|
2285
2288
|
quote_creator_user_id=quote_creator_user_id,
|
|
2286
2289
|
user_filter=user_filter,
|
|
2290
|
+
rfq_user_filter=rfq_user_filter,
|
|
2287
2291
|
rfq_creator_user_id=rfq_creator_user_id,
|
|
2288
2292
|
rfq_creator_subtrader_id=rfq_creator_subtrader_id,
|
|
2289
2293
|
rfq_id=rfq_id,
|
|
@@ -2318,7 +2322,8 @@ class CommunicationsApi:
|
|
|
2318
2322
|
limit: Annotated[Optional[Annotated[int, Field(le=500, strict=True, ge=1)]], Field(description="Parameter to specify the number of results per page. Defaults to 500.")] = None,
|
|
2319
2323
|
status: Annotated[Optional[StrictStr], Field(description="Filter quotes by status")] = None,
|
|
2320
2324
|
quote_creator_user_id: Annotated[Optional[StrictStr], Field(description="Filter quotes by quote creator user ID")] = None,
|
|
2321
|
-
user_filter: Optional[UserFilter] = None,
|
|
2325
|
+
user_filter: Annotated[Optional[UserFilter], Field(description="Filter for quotes created by the authenticated user.")] = None,
|
|
2326
|
+
rfq_user_filter: Annotated[Optional[UserFilter], Field(description="Filter for quotes responding to RFQs created by the authenticated user.")] = None,
|
|
2322
2327
|
rfq_creator_user_id: Annotated[Optional[StrictStr], Field(description="Filter quotes by RFQ creator user ID")] = None,
|
|
2323
2328
|
rfq_creator_subtrader_id: Annotated[Optional[StrictStr], Field(description="Filter quotes by RFQ creator subtrader ID (FCM members only)")] = None,
|
|
2324
2329
|
rfq_id: Annotated[Optional[StrictStr], Field(description="Filter quotes by RFQ ID")] = None,
|
|
@@ -2351,8 +2356,10 @@ class CommunicationsApi:
|
|
|
2351
2356
|
:type status: str
|
|
2352
2357
|
:param quote_creator_user_id: Filter quotes by quote creator user ID
|
|
2353
2358
|
:type quote_creator_user_id: str
|
|
2354
|
-
:param user_filter:
|
|
2359
|
+
:param user_filter: Filter for quotes created by the authenticated user.
|
|
2355
2360
|
:type user_filter: UserFilter
|
|
2361
|
+
:param rfq_user_filter: Filter for quotes responding to RFQs created by the authenticated user.
|
|
2362
|
+
:type rfq_user_filter: UserFilter
|
|
2356
2363
|
:param rfq_creator_user_id: Filter quotes by RFQ creator user ID
|
|
2357
2364
|
:type rfq_creator_user_id: str
|
|
2358
2365
|
:param rfq_creator_subtrader_id: Filter quotes by RFQ creator subtrader ID (FCM members only)
|
|
@@ -2389,6 +2396,7 @@ class CommunicationsApi:
|
|
|
2389
2396
|
status=status,
|
|
2390
2397
|
quote_creator_user_id=quote_creator_user_id,
|
|
2391
2398
|
user_filter=user_filter,
|
|
2399
|
+
rfq_user_filter=rfq_user_filter,
|
|
2392
2400
|
rfq_creator_user_id=rfq_creator_user_id,
|
|
2393
2401
|
rfq_creator_subtrader_id=rfq_creator_subtrader_id,
|
|
2394
2402
|
rfq_id=rfq_id,
|
|
@@ -2423,7 +2431,8 @@ class CommunicationsApi:
|
|
|
2423
2431
|
limit: Annotated[Optional[Annotated[int, Field(le=500, strict=True, ge=1)]], Field(description="Parameter to specify the number of results per page. Defaults to 500.")] = None,
|
|
2424
2432
|
status: Annotated[Optional[StrictStr], Field(description="Filter quotes by status")] = None,
|
|
2425
2433
|
quote_creator_user_id: Annotated[Optional[StrictStr], Field(description="Filter quotes by quote creator user ID")] = None,
|
|
2426
|
-
user_filter: Optional[UserFilter] = None,
|
|
2434
|
+
user_filter: Annotated[Optional[UserFilter], Field(description="Filter for quotes created by the authenticated user.")] = None,
|
|
2435
|
+
rfq_user_filter: Annotated[Optional[UserFilter], Field(description="Filter for quotes responding to RFQs created by the authenticated user.")] = None,
|
|
2427
2436
|
rfq_creator_user_id: Annotated[Optional[StrictStr], Field(description="Filter quotes by RFQ creator user ID")] = None,
|
|
2428
2437
|
rfq_creator_subtrader_id: Annotated[Optional[StrictStr], Field(description="Filter quotes by RFQ creator subtrader ID (FCM members only)")] = None,
|
|
2429
2438
|
rfq_id: Annotated[Optional[StrictStr], Field(description="Filter quotes by RFQ ID")] = None,
|
|
@@ -2456,8 +2465,10 @@ class CommunicationsApi:
|
|
|
2456
2465
|
:type status: str
|
|
2457
2466
|
:param quote_creator_user_id: Filter quotes by quote creator user ID
|
|
2458
2467
|
:type quote_creator_user_id: str
|
|
2459
|
-
:param user_filter:
|
|
2468
|
+
:param user_filter: Filter for quotes created by the authenticated user.
|
|
2460
2469
|
:type user_filter: UserFilter
|
|
2470
|
+
:param rfq_user_filter: Filter for quotes responding to RFQs created by the authenticated user.
|
|
2471
|
+
:type rfq_user_filter: UserFilter
|
|
2461
2472
|
:param rfq_creator_user_id: Filter quotes by RFQ creator user ID
|
|
2462
2473
|
:type rfq_creator_user_id: str
|
|
2463
2474
|
:param rfq_creator_subtrader_id: Filter quotes by RFQ creator subtrader ID (FCM members only)
|
|
@@ -2494,6 +2505,7 @@ class CommunicationsApi:
|
|
|
2494
2505
|
status=status,
|
|
2495
2506
|
quote_creator_user_id=quote_creator_user_id,
|
|
2496
2507
|
user_filter=user_filter,
|
|
2508
|
+
rfq_user_filter=rfq_user_filter,
|
|
2497
2509
|
rfq_creator_user_id=rfq_creator_user_id,
|
|
2498
2510
|
rfq_creator_subtrader_id=rfq_creator_subtrader_id,
|
|
2499
2511
|
rfq_id=rfq_id,
|
|
@@ -2524,6 +2536,7 @@ class CommunicationsApi:
|
|
|
2524
2536
|
status,
|
|
2525
2537
|
quote_creator_user_id,
|
|
2526
2538
|
user_filter,
|
|
2539
|
+
rfq_user_filter,
|
|
2527
2540
|
rfq_creator_user_id,
|
|
2528
2541
|
rfq_creator_subtrader_id,
|
|
2529
2542
|
rfq_id,
|
|
@@ -2577,6 +2590,10 @@ class CommunicationsApi:
|
|
|
2577
2590
|
|
|
2578
2591
|
_query_params.append(('user_filter', user_filter.value))
|
|
2579
2592
|
|
|
2593
|
+
if rfq_user_filter is not None:
|
|
2594
|
+
|
|
2595
|
+
_query_params.append(('rfq_user_filter', rfq_user_filter.value))
|
|
2596
|
+
|
|
2580
2597
|
if rfq_creator_user_id is not None:
|
|
2581
2598
|
|
|
2582
2599
|
_query_params.append(('rfq_creator_user_id', rfq_creator_user_id))
|
{kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/events_api.py
RENAMED
|
@@ -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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/exchange_api.py
RENAMED
|
@@ -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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/fcm_api.py
RENAMED
|
@@ -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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/historical_api.py
RENAMED
|
@@ -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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/live_data_api.py
RENAMED
|
@@ -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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/market_api.py
RENAMED
|
@@ -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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/milestone_api.py
RENAMED
|
@@ -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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/orders_api.py
RENAMED
|
@@ -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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -368,7 +368,7 @@ class OrdersApi:
|
|
|
368
368
|
) -> AmendOrderV2Response:
|
|
369
369
|
"""Amend Order (V2)
|
|
370
370
|
|
|
371
|
-
Endpoint for amending the price and/or
|
|
371
|
+
Endpoint for amending the price and/or max fillable count of an existing event-market order using the V2 request/response shape. The request `count` is the updated total/max fillable count, equal to already filled count plus desired resting remaining count. This behavior matches the v1 amend endpoints; only the request/response shape differs.
|
|
372
372
|
|
|
373
373
|
:param order_id: Order ID (required)
|
|
374
374
|
:type order_id: str
|
|
@@ -450,7 +450,7 @@ class OrdersApi:
|
|
|
450
450
|
) -> ApiResponse[AmendOrderV2Response]:
|
|
451
451
|
"""Amend Order (V2)
|
|
452
452
|
|
|
453
|
-
Endpoint for amending the price and/or
|
|
453
|
+
Endpoint for amending the price and/or max fillable count of an existing event-market order using the V2 request/response shape. The request `count` is the updated total/max fillable count, equal to already filled count plus desired resting remaining count. This behavior matches the v1 amend endpoints; only the request/response shape differs.
|
|
454
454
|
|
|
455
455
|
:param order_id: Order ID (required)
|
|
456
456
|
:type order_id: str
|
|
@@ -529,7 +529,7 @@ class OrdersApi:
|
|
|
529
529
|
) -> RESTResponseType:
|
|
530
530
|
"""Amend Order (V2)
|
|
531
531
|
|
|
532
|
-
Endpoint for amending the price and/or
|
|
532
|
+
Endpoint for amending the price and/or max fillable count of an existing event-market order using the V2 request/response shape. The request `count` is the updated total/max fillable count, equal to already filled count plus desired resting remaining count. This behavior matches the v1 amend endpoints; only the request/response shape differs.
|
|
533
533
|
|
|
534
534
|
:param order_id: Order ID (required)
|
|
535
535
|
:type order_id: str
|
{kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/portfolio_api.py
RENAMED
|
@@ -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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -333,7 +333,7 @@ class PortfolioApi:
|
|
|
333
333
|
) -> CreateSubaccountResponse:
|
|
334
334
|
"""Create Subaccount
|
|
335
335
|
|
|
336
|
-
Creates a new subaccount for the authenticated user. Subaccounts are numbered sequentially starting from 1. Maximum 32 subaccounts per user.
|
|
336
|
+
Creates a new subaccount for the authenticated user. This endpoint is currently only available to institutions and market makers. Subaccounts are numbered sequentially starting from 1. Maximum 32 subaccounts per user.
|
|
337
337
|
|
|
338
338
|
:param _request_timeout: timeout setting for this request. If one
|
|
339
339
|
number provided, it will be total request
|
|
@@ -400,7 +400,7 @@ class PortfolioApi:
|
|
|
400
400
|
) -> ApiResponse[CreateSubaccountResponse]:
|
|
401
401
|
"""Create Subaccount
|
|
402
402
|
|
|
403
|
-
Creates a new subaccount for the authenticated user. Subaccounts are numbered sequentially starting from 1. Maximum 32 subaccounts per user.
|
|
403
|
+
Creates a new subaccount for the authenticated user. This endpoint is currently only available to institutions and market makers. Subaccounts are numbered sequentially starting from 1. Maximum 32 subaccounts per user.
|
|
404
404
|
|
|
405
405
|
:param _request_timeout: timeout setting for this request. If one
|
|
406
406
|
number provided, it will be total request
|
|
@@ -466,7 +466,7 @@ class PortfolioApi:
|
|
|
466
466
|
) -> RESTResponseType:
|
|
467
467
|
"""Create Subaccount
|
|
468
468
|
|
|
469
|
-
Creates a new subaccount for the authenticated user. Subaccounts are numbered sequentially starting from 1. Maximum 32 subaccounts per user.
|
|
469
|
+
Creates a new subaccount for the authenticated user. This endpoint is currently only available to institutions and market makers. Subaccounts are numbered sequentially starting from 1. Maximum 32 subaccounts per user.
|
|
470
470
|
|
|
471
471
|
:param _request_timeout: timeout setting for this request. If one
|
|
472
472
|
number provided, it will be total request
|
{kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/api/search_api.py
RENAMED
|
@@ -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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -93,7 +93,7 @@ class ApiClient:
|
|
|
93
93
|
self.default_headers[header_name] = header_value
|
|
94
94
|
self.cookie = cookie
|
|
95
95
|
# Set default User-Agent.
|
|
96
|
-
self.user_agent = 'OpenAPI-Generator/3.
|
|
96
|
+
self.user_agent = 'OpenAPI-Generator/3.16.0/python'
|
|
97
97
|
self.client_side_validation = configuration.client_side_validation
|
|
98
98
|
|
|
99
99
|
# Kalshi authentication
|
{kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/configuration.py
RENAMED
|
@@ -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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.0
|
|
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.
|
|
554
|
-
"SDK Package Version: 3.
|
|
553
|
+
"Version of the API: 3.16.0\n"\
|
|
554
|
+
"SDK Package Version: 3.16.0".\
|
|
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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/__init__.py
RENAMED
|
@@ -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.
|
|
9
|
+
The version of the OpenAPI document: 3.16.0
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
12
12
|
Do not edit the class manually.
|
|
@@ -132,6 +132,7 @@ from kalshi_python_async.models.get_trades_response import GetTradesResponse
|
|
|
132
132
|
from kalshi_python_async.models.get_user_data_timestamp_response import GetUserDataTimestampResponse
|
|
133
133
|
from kalshi_python_async.models.get_withdrawals_response import GetWithdrawalsResponse
|
|
134
134
|
from kalshi_python_async.models.incentive_program import IncentiveProgram
|
|
135
|
+
from kalshi_python_async.models.indexed_balance import IndexedBalance
|
|
135
136
|
from kalshi_python_async.models.intra_exchange_instance_transfer_request import IntraExchangeInstanceTransferRequest
|
|
136
137
|
from kalshi_python_async.models.intra_exchange_instance_transfer_response import IntraExchangeInstanceTransferResponse
|
|
137
138
|
from kalshi_python_async.models.live_data import LiveData
|
|
@@ -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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/announcement.py
RENAMED
|
@@ -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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_async-3.15.0 → kalshi_python_async-3.16.0}/kalshi_python_async/models/api_key.py
RENAMED
|
@@ -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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.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.
|
|
8
|
+
The version of the OpenAPI document: 3.16.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|