kalshi-python-async 3.11.0__tar.gz → 3.13.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.11.0 → kalshi_python_async-3.13.0}/PKG-INFO +3 -3
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/README.md +2 -2
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/__init__.py +2 -2
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/api/account_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/api/api_keys_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/api/communications_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/api/events_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/api/exchange_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/api/fcm_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/api/historical_api.py +28 -11
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/api/incentive_programs_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/api/live_data_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/api/market_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/api/milestone_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/api/multivariate_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/api/order_groups_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/api/orders_api.py +6 -6
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/api/portfolio_api.py +16 -16
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/api/search_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/api/structured_targets_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/api_client.py +2 -2
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/configuration.py +3 -3
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/exceptions.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/__init__.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/accept_quote_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/amend_order_request.py +2 -2
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/amend_order_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/announcement.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/api_key.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/apply_subaccount_transfer_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/associated_event.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/batch_cancel_orders_individual_response.py +2 -2
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/batch_cancel_orders_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/batch_cancel_orders_request_order.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/batch_cancel_orders_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/batch_create_orders_individual_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/batch_create_orders_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/batch_create_orders_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/batch_get_market_candlesticks_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/bid_ask_distribution.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/bid_ask_distribution_historical.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/cancel_order_response.py +2 -2
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/create_api_key_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/create_api_key_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/create_market_in_multivariate_event_collection_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/create_market_in_multivariate_event_collection_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/create_order_group_request.py +2 -2
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/create_order_group_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/create_order_request.py +2 -2
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/create_order_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/create_quote_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/create_quote_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/create_rfq_request.py +2 -2
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/create_rfq_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/create_subaccount_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/daily_schedule.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/decrease_order_request.py +3 -3
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/decrease_order_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/error_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/event_data.py +7 -2
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/event_position.py +2 -2
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/exchange_instance.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/exchange_status.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/fill.py +2 -2
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/forecast_percentiles_point.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/generate_api_key_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/generate_api_key_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_account_api_limits_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_api_keys_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_balance_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_communications_id_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_event_candlesticks_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_event_forecast_percentiles_history_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_event_metadata_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_event_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_events_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_exchange_announcements_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_exchange_schedule_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_fills_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_filters_by_sports_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_game_stats_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_historical_cutoff_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_incentive_programs_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_live_data_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_live_datas_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_market_candlesticks_historical_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_market_candlesticks_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_market_orderbook_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_market_orderbooks_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_market_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_markets_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_milestone_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_milestones_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_multivariate_event_collection_lookup_history_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_multivariate_event_collection_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_multivariate_event_collections_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_multivariate_events_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_order_group_response.py +2 -2
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_order_groups_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_order_queue_position_response.py +2 -2
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_order_queue_positions_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_order_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_orders_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_portfolio_resting_order_total_value_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_positions_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_quote_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_quotes_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_rfq_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_rfqs_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_series_fee_changes_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_series_list_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_series_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_settlements_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_structured_target_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_structured_targets_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_subaccount_balances_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_subaccount_netting_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_subaccount_transfers_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_tags_for_series_categories_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_trades_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/get_user_data_timestamp_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/incentive_program.py +2 -2
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/intra_exchange_instance_transfer_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/intra_exchange_instance_transfer_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/live_data.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/lookup_point.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/lookup_tickers_for_market_in_multivariate_event_collection_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/lookup_tickers_for_market_in_multivariate_event_collection_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/maintenance_window.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/market.py +6 -6
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/market_candlestick.py +3 -3
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/market_candlestick_historical.py +3 -3
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/market_candlesticks_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/market_metadata.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/market_orderbook_fp.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/market_position.py +2 -2
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/milestone.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/multivariate_event_collection.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/mve_selected_leg.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/order.py +4 -4
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/order_group.py +2 -2
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/order_queue_position.py +2 -2
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/order_status.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/orderbook_count_fp.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/percentile_point.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/play_by_play.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/play_by_play_periods_inner.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/price_distribution.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/price_distribution_historical.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/price_range.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/quote.py +4 -4
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/rfq.py +2 -2
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/schedule.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/scope_list.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/self_trade_prevention_type.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/series.py +2 -2
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/series_fee_change.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/settlement.py +3 -3
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/settlement_source.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/sport_filter_details.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/structured_target.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/subaccount_balance.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/subaccount_netting_config.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/subaccount_transfer.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/ticker_pair.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/trade.py +2 -2
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/update_order_group_limit_request.py +2 -2
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/update_subaccount_netting_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/models/weekly_schedule.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/rest.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async.egg-info/PKG-INFO +3 -3
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/pyproject.toml +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/setup.py +2 -2
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_accept_quote_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_account_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_amend_order_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_amend_order_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_announcement.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_api_key.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_api_keys_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_apply_subaccount_transfer_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_associated_event.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_batch_cancel_orders_individual_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_batch_cancel_orders_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_batch_cancel_orders_request_order.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_batch_cancel_orders_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_batch_create_orders_individual_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_batch_create_orders_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_batch_create_orders_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_batch_get_market_candlesticks_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_bid_ask_distribution.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_bid_ask_distribution_historical.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_cancel_order_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_communications_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_create_api_key_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_create_api_key_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_create_market_in_multivariate_event_collection_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_create_market_in_multivariate_event_collection_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_create_order_group_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_create_order_group_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_create_order_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_create_order_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_create_quote_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_create_quote_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_create_rfq_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_create_rfq_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_create_subaccount_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_daily_schedule.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_decrease_order_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_decrease_order_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_error_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_event_data.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_event_position.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_events_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_exchange_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_exchange_instance.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_exchange_status.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_fcm_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_fill.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_forecast_percentiles_point.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_generate_api_key_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_generate_api_key_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_account_api_limits_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_api_keys_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_balance_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_communications_id_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_event_candlesticks_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_event_forecast_percentiles_history_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_event_metadata_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_event_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_events_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_exchange_announcements_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_exchange_schedule_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_fills_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_filters_by_sports_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_game_stats_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_historical_cutoff_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_incentive_programs_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_live_data_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_live_datas_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_market_candlesticks_historical_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_market_candlesticks_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_market_orderbook_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_market_orderbooks_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_market_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_markets_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_milestone_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_milestones_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_multivariate_event_collection_lookup_history_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_multivariate_event_collection_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_multivariate_event_collections_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_multivariate_events_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_order_group_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_order_groups_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_order_queue_position_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_order_queue_positions_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_order_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_orders_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_portfolio_resting_order_total_value_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_positions_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_quote_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_quotes_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_rfq_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_rfqs_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_series_fee_changes_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_series_list_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_series_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_settlements_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_structured_target_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_structured_targets_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_subaccount_balances_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_subaccount_netting_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_subaccount_transfers_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_tags_for_series_categories_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_trades_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_get_user_data_timestamp_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_historical_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_incentive_program.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_incentive_programs_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_intra_exchange_instance_transfer_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_intra_exchange_instance_transfer_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_live_data.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_live_data_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_lookup_point.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_lookup_tickers_for_market_in_multivariate_event_collection_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_lookup_tickers_for_market_in_multivariate_event_collection_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_maintenance_window.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_market.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_market_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_market_candlestick.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_market_candlestick_historical.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_market_candlesticks_response.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_market_metadata.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_market_orderbook_fp.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_market_position.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_milestone.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_milestone_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_multivariate_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_multivariate_event_collection.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_mve_selected_leg.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_order.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_order_group.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_order_groups_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_order_queue_position.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_order_status.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_orderbook_count_fp.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_orders_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_percentile_point.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_play_by_play.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_play_by_play_periods_inner.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_portfolio_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_price_distribution.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_price_distribution_historical.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_price_range.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_quote.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_rfq.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_schedule.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_scope_list.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_search_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_self_trade_prevention_type.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_series.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_series_fee_change.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_settlement.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_settlement_source.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_sport_filter_details.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_structured_target.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_structured_targets_api.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_subaccount_balance.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_subaccount_netting_config.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_subaccount_transfer.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_ticker_pair.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_trade.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_update_order_group_limit_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_update_subaccount_netting_request.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/test/test_weekly_schedule.py +1 -1
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/api/__init__.py +0 -0
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/api_response.py +0 -0
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/auth.py +0 -0
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async/py.typed +0 -0
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async.egg-info/SOURCES.txt +0 -0
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async.egg-info/dependency_links.txt +0 -0
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async.egg-info/requires.txt +0 -0
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.0}/kalshi_python_async.egg-info/top_level.txt +0 -0
- {kalshi_python_async-3.11.0 → kalshi_python_async-3.13.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.13.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.13.0
|
|
33
|
+
- Package version: 3.13.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.13.0
|
|
7
|
+
- Package version: 3.13.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.13.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.13.0"
|
|
17
17
|
|
|
18
18
|
# import apis into sdk package
|
|
19
19
|
from kalshi_python_async.api.account_api import AccountApi
|
{kalshi_python_async-3.11.0 → kalshi_python_async-3.13.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.13.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.11.0 → kalshi_python_async-3.13.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.13.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.13.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.11.0 → kalshi_python_async-3.13.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.13.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.11.0 → kalshi_python_async-3.13.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.13.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.11.0 → kalshi_python_async-3.13.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.13.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.11.0 → kalshi_python_async-3.13.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.13.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -60,7 +60,7 @@ class HistoricalApi:
|
|
|
60
60
|
:type ticker: str
|
|
61
61
|
:param max_ts: Filter items before this Unix timestamp
|
|
62
62
|
:type max_ts: int
|
|
63
|
-
:param limit: Number of results per page. Defaults to 100.
|
|
63
|
+
:param limit: Number of results per page. Defaults to 100.
|
|
64
64
|
:type limit: int
|
|
65
65
|
:param cursor: Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
|
|
66
66
|
:type cursor: str
|
|
@@ -121,7 +121,7 @@ class HistoricalApi:
|
|
|
121
121
|
self,
|
|
122
122
|
ticker: Annotated[Optional[StrictStr], Field(description="Filter by market ticker")] = None,
|
|
123
123
|
max_ts: Annotated[Optional[StrictInt], Field(description="Filter items before this Unix timestamp")] = None,
|
|
124
|
-
limit: Annotated[Optional[Annotated[int, Field(le=
|
|
124
|
+
limit: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="Number of results per page. Defaults to 100.")] = None,
|
|
125
125
|
cursor: Annotated[Optional[StrictStr], Field(description="Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.")] = None,
|
|
126
126
|
_request_timeout: Union[
|
|
127
127
|
None,
|
|
@@ -144,7 +144,7 @@ class HistoricalApi:
|
|
|
144
144
|
:type ticker: str
|
|
145
145
|
:param max_ts: Filter items before this Unix timestamp
|
|
146
146
|
:type max_ts: int
|
|
147
|
-
:param limit: Number of results per page. Defaults to 100.
|
|
147
|
+
:param limit: Number of results per page. Defaults to 100.
|
|
148
148
|
:type limit: int
|
|
149
149
|
:param cursor: Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
|
|
150
150
|
:type cursor: str
|
|
@@ -204,7 +204,7 @@ class HistoricalApi:
|
|
|
204
204
|
self,
|
|
205
205
|
ticker: Annotated[Optional[StrictStr], Field(description="Filter by market ticker")] = None,
|
|
206
206
|
max_ts: Annotated[Optional[StrictInt], Field(description="Filter items before this Unix timestamp")] = None,
|
|
207
|
-
limit: Annotated[Optional[Annotated[int, Field(le=
|
|
207
|
+
limit: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="Number of results per page. Defaults to 100.")] = None,
|
|
208
208
|
cursor: Annotated[Optional[StrictStr], Field(description="Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.")] = None,
|
|
209
209
|
_request_timeout: Union[
|
|
210
210
|
None,
|
|
@@ -227,7 +227,7 @@ class HistoricalApi:
|
|
|
227
227
|
:type ticker: str
|
|
228
228
|
:param max_ts: Filter items before this Unix timestamp
|
|
229
229
|
:type max_ts: int
|
|
230
|
-
:param limit: Number of results per page. Defaults to 100.
|
|
230
|
+
:param limit: Number of results per page. Defaults to 100.
|
|
231
231
|
:type limit: int
|
|
232
232
|
:param cursor: Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
|
|
233
233
|
:type cursor: str
|
|
@@ -860,6 +860,7 @@ class HistoricalApi:
|
|
|
860
860
|
cursor: Any = None,
|
|
861
861
|
tickers: Any = None,
|
|
862
862
|
event_ticker: Any = None,
|
|
863
|
+
series_ticker: Any = None,
|
|
863
864
|
mve_filter: Any = None,
|
|
864
865
|
) -> GetMarketsResponse:
|
|
865
866
|
"""Get Historical Markets
|
|
@@ -874,6 +875,8 @@ class HistoricalApi:
|
|
|
874
875
|
:type tickers: str
|
|
875
876
|
:param event_ticker: Event ticker to filter by. Only a single event ticker is supported.
|
|
876
877
|
:type event_ticker: str
|
|
878
|
+
:param series_ticker: Filter by series ticker
|
|
879
|
+
:type series_ticker: str
|
|
877
880
|
:param mve_filter: Filter by multivariate events (combos). By default, MVE markets are included.
|
|
878
881
|
:type mve_filter: str
|
|
879
882
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -904,6 +907,7 @@ class HistoricalApi:
|
|
|
904
907
|
cursor=cursor,
|
|
905
908
|
tickers=tickers,
|
|
906
909
|
event_ticker=event_ticker,
|
|
910
|
+
series_ticker=series_ticker,
|
|
907
911
|
mve_filter=mve_filter,
|
|
908
912
|
_request_auth=None,
|
|
909
913
|
_content_type=None,
|
|
@@ -934,6 +938,7 @@ class HistoricalApi:
|
|
|
934
938
|
cursor: Annotated[Optional[StrictStr], Field(description="Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.")] = None,
|
|
935
939
|
tickers: Annotated[Optional[StrictStr], Field(description="Filter by specific market tickers. Comma-separated list of market tickers to retrieve.")] = None,
|
|
936
940
|
event_ticker: Annotated[Optional[StrictStr], Field(description="Event ticker to filter by. Only a single event ticker is supported.")] = None,
|
|
941
|
+
series_ticker: Annotated[Optional[StrictStr], Field(description="Filter by series ticker")] = None,
|
|
937
942
|
mve_filter: Annotated[Optional[StrictStr], Field(description="Filter by multivariate events (combos). By default, MVE markets are included.")] = None,
|
|
938
943
|
_request_timeout: Union[
|
|
939
944
|
None,
|
|
@@ -960,6 +965,8 @@ class HistoricalApi:
|
|
|
960
965
|
:type tickers: str
|
|
961
966
|
:param event_ticker: Event ticker to filter by. Only a single event ticker is supported.
|
|
962
967
|
:type event_ticker: str
|
|
968
|
+
:param series_ticker: Filter by series ticker
|
|
969
|
+
:type series_ticker: str
|
|
963
970
|
:param mve_filter: Filter by multivariate events (combos). By default, MVE markets are included.
|
|
964
971
|
:type mve_filter: str
|
|
965
972
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -989,6 +996,7 @@ class HistoricalApi:
|
|
|
989
996
|
cursor=cursor,
|
|
990
997
|
tickers=tickers,
|
|
991
998
|
event_ticker=event_ticker,
|
|
999
|
+
series_ticker=series_ticker,
|
|
992
1000
|
mve_filter=mve_filter,
|
|
993
1001
|
_request_auth=_request_auth,
|
|
994
1002
|
_content_type=_content_type,
|
|
@@ -1019,6 +1027,7 @@ class HistoricalApi:
|
|
|
1019
1027
|
cursor: Annotated[Optional[StrictStr], Field(description="Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.")] = None,
|
|
1020
1028
|
tickers: Annotated[Optional[StrictStr], Field(description="Filter by specific market tickers. Comma-separated list of market tickers to retrieve.")] = None,
|
|
1021
1029
|
event_ticker: Annotated[Optional[StrictStr], Field(description="Event ticker to filter by. Only a single event ticker is supported.")] = None,
|
|
1030
|
+
series_ticker: Annotated[Optional[StrictStr], Field(description="Filter by series ticker")] = None,
|
|
1022
1031
|
mve_filter: Annotated[Optional[StrictStr], Field(description="Filter by multivariate events (combos). By default, MVE markets are included.")] = None,
|
|
1023
1032
|
_request_timeout: Union[
|
|
1024
1033
|
None,
|
|
@@ -1045,6 +1054,8 @@ class HistoricalApi:
|
|
|
1045
1054
|
:type tickers: str
|
|
1046
1055
|
:param event_ticker: Event ticker to filter by. Only a single event ticker is supported.
|
|
1047
1056
|
:type event_ticker: str
|
|
1057
|
+
:param series_ticker: Filter by series ticker
|
|
1058
|
+
:type series_ticker: str
|
|
1048
1059
|
:param mve_filter: Filter by multivariate events (combos). By default, MVE markets are included.
|
|
1049
1060
|
:type mve_filter: str
|
|
1050
1061
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -1074,6 +1085,7 @@ class HistoricalApi:
|
|
|
1074
1085
|
cursor=cursor,
|
|
1075
1086
|
tickers=tickers,
|
|
1076
1087
|
event_ticker=event_ticker,
|
|
1088
|
+
series_ticker=series_ticker,
|
|
1077
1089
|
mve_filter=mve_filter,
|
|
1078
1090
|
_request_auth=_request_auth,
|
|
1079
1091
|
_content_type=_content_type,
|
|
@@ -1099,6 +1111,7 @@ class HistoricalApi:
|
|
|
1099
1111
|
cursor,
|
|
1100
1112
|
tickers,
|
|
1101
1113
|
event_ticker,
|
|
1114
|
+
series_ticker,
|
|
1102
1115
|
mve_filter,
|
|
1103
1116
|
_request_auth,
|
|
1104
1117
|
_content_type,
|
|
@@ -1138,6 +1151,10 @@ class HistoricalApi:
|
|
|
1138
1151
|
|
|
1139
1152
|
_query_params.append(('event_ticker', event_ticker))
|
|
1140
1153
|
|
|
1154
|
+
if series_ticker is not None:
|
|
1155
|
+
|
|
1156
|
+
_query_params.append(('series_ticker', series_ticker))
|
|
1157
|
+
|
|
1141
1158
|
if mve_filter is not None:
|
|
1142
1159
|
|
|
1143
1160
|
_query_params.append(('mve_filter', mve_filter))
|
|
@@ -1194,7 +1211,7 @@ class HistoricalApi:
|
|
|
1194
1211
|
:type ticker: str
|
|
1195
1212
|
:param max_ts: Filter items before this Unix timestamp
|
|
1196
1213
|
:type max_ts: int
|
|
1197
|
-
:param limit: Number of results per page. Defaults to 100.
|
|
1214
|
+
:param limit: Number of results per page. Defaults to 100.
|
|
1198
1215
|
:type limit: int
|
|
1199
1216
|
:param cursor: Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
|
|
1200
1217
|
:type cursor: str
|
|
@@ -1254,7 +1271,7 @@ class HistoricalApi:
|
|
|
1254
1271
|
self,
|
|
1255
1272
|
ticker: Annotated[Optional[StrictStr], Field(description="Filter by market ticker")] = None,
|
|
1256
1273
|
max_ts: Annotated[Optional[StrictInt], Field(description="Filter items before this Unix timestamp")] = None,
|
|
1257
|
-
limit: Annotated[Optional[Annotated[int, Field(le=
|
|
1274
|
+
limit: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="Number of results per page. Defaults to 100.")] = None,
|
|
1258
1275
|
cursor: Annotated[Optional[StrictStr], Field(description="Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.")] = None,
|
|
1259
1276
|
_request_timeout: Union[
|
|
1260
1277
|
None,
|
|
@@ -1277,7 +1294,7 @@ class HistoricalApi:
|
|
|
1277
1294
|
:type ticker: str
|
|
1278
1295
|
:param max_ts: Filter items before this Unix timestamp
|
|
1279
1296
|
:type max_ts: int
|
|
1280
|
-
:param limit: Number of results per page. Defaults to 100.
|
|
1297
|
+
:param limit: Number of results per page. Defaults to 100.
|
|
1281
1298
|
:type limit: int
|
|
1282
1299
|
:param cursor: Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
|
|
1283
1300
|
:type cursor: str
|
|
@@ -1336,7 +1353,7 @@ class HistoricalApi:
|
|
|
1336
1353
|
self,
|
|
1337
1354
|
ticker: Annotated[Optional[StrictStr], Field(description="Filter by market ticker")] = None,
|
|
1338
1355
|
max_ts: Annotated[Optional[StrictInt], Field(description="Filter items before this Unix timestamp")] = None,
|
|
1339
|
-
limit: Annotated[Optional[Annotated[int, Field(le=
|
|
1356
|
+
limit: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="Number of results per page. Defaults to 100.")] = None,
|
|
1340
1357
|
cursor: Annotated[Optional[StrictStr], Field(description="Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.")] = None,
|
|
1341
1358
|
_request_timeout: Union[
|
|
1342
1359
|
None,
|
|
@@ -1359,7 +1376,7 @@ class HistoricalApi:
|
|
|
1359
1376
|
:type ticker: str
|
|
1360
1377
|
:param max_ts: Filter items before this Unix timestamp
|
|
1361
1378
|
:type max_ts: int
|
|
1362
|
-
:param limit: Number of results per page. Defaults to 100.
|
|
1379
|
+
:param limit: Number of results per page. Defaults to 100.
|
|
1363
1380
|
:type limit: int
|
|
1364
1381
|
:param cursor: Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
|
|
1365
1382
|
:type cursor: str
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 3.
|
|
8
|
+
The version of the OpenAPI document: 3.13.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.11.0 → kalshi_python_async-3.13.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.13.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.11.0 → kalshi_python_async-3.13.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.13.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.11.0 → kalshi_python_async-3.13.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.13.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.13.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.13.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.11.0 → kalshi_python_async-3.13.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.13.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -2608,7 +2608,7 @@ class OrdersApi:
|
|
|
2608
2608
|
:type max_ts: int
|
|
2609
2609
|
:param status: Filter by status. Possible values depend on the endpoint.
|
|
2610
2610
|
:type status: str
|
|
2611
|
-
:param limit: Number of results per page. Defaults to 100.
|
|
2611
|
+
:param limit: Number of results per page. Defaults to 100.
|
|
2612
2612
|
:type limit: int
|
|
2613
2613
|
:param cursor: Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
|
|
2614
2614
|
:type cursor: str
|
|
@@ -2677,7 +2677,7 @@ class OrdersApi:
|
|
|
2677
2677
|
min_ts: Annotated[Optional[StrictInt], Field(description="Filter items after this Unix timestamp")] = None,
|
|
2678
2678
|
max_ts: Annotated[Optional[StrictInt], Field(description="Filter items before this Unix timestamp")] = None,
|
|
2679
2679
|
status: Annotated[Optional[StrictStr], Field(description="Filter by status. Possible values depend on the endpoint.")] = None,
|
|
2680
|
-
limit: Annotated[Optional[Annotated[int, Field(le=
|
|
2680
|
+
limit: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="Number of results per page. Defaults to 100.")] = None,
|
|
2681
2681
|
cursor: Annotated[Optional[StrictStr], Field(description="Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.")] = None,
|
|
2682
2682
|
subaccount: Annotated[Optional[StrictInt], Field(description="Subaccount number (0 for primary, 1-32 for subaccounts). If omitted, defaults to all subaccounts.")] = None,
|
|
2683
2683
|
_request_timeout: Union[
|
|
@@ -2707,7 +2707,7 @@ class OrdersApi:
|
|
|
2707
2707
|
:type max_ts: int
|
|
2708
2708
|
:param status: Filter by status. Possible values depend on the endpoint.
|
|
2709
2709
|
:type status: str
|
|
2710
|
-
:param limit: Number of results per page. Defaults to 100.
|
|
2710
|
+
:param limit: Number of results per page. Defaults to 100.
|
|
2711
2711
|
:type limit: int
|
|
2712
2712
|
:param cursor: Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
|
|
2713
2713
|
:type cursor: str
|
|
@@ -2775,7 +2775,7 @@ class OrdersApi:
|
|
|
2775
2775
|
min_ts: Annotated[Optional[StrictInt], Field(description="Filter items after this Unix timestamp")] = None,
|
|
2776
2776
|
max_ts: Annotated[Optional[StrictInt], Field(description="Filter items before this Unix timestamp")] = None,
|
|
2777
2777
|
status: Annotated[Optional[StrictStr], Field(description="Filter by status. Possible values depend on the endpoint.")] = None,
|
|
2778
|
-
limit: Annotated[Optional[Annotated[int, Field(le=
|
|
2778
|
+
limit: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="Number of results per page. Defaults to 100.")] = None,
|
|
2779
2779
|
cursor: Annotated[Optional[StrictStr], Field(description="Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.")] = None,
|
|
2780
2780
|
subaccount: Annotated[Optional[StrictInt], Field(description="Subaccount number (0 for primary, 1-32 for subaccounts). If omitted, defaults to all subaccounts.")] = None,
|
|
2781
2781
|
_request_timeout: Union[
|
|
@@ -2805,7 +2805,7 @@ class OrdersApi:
|
|
|
2805
2805
|
:type max_ts: int
|
|
2806
2806
|
:param status: Filter by status. Possible values depend on the endpoint.
|
|
2807
2807
|
:type status: str
|
|
2808
|
-
:param limit: Number of results per page. Defaults to 100.
|
|
2808
|
+
:param limit: Number of results per page. Defaults to 100.
|
|
2809
2809
|
:type limit: int
|
|
2810
2810
|
:param cursor: Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
|
|
2811
2811
|
:type cursor: str
|
{kalshi_python_async-3.11.0 → kalshi_python_async-3.13.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.13.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -854,7 +854,7 @@ class PortfolioApi:
|
|
|
854
854
|
:type min_ts: int
|
|
855
855
|
:param max_ts: Filter items before this Unix timestamp
|
|
856
856
|
:type max_ts: int
|
|
857
|
-
:param limit: Number of results per page. Defaults to 100.
|
|
857
|
+
:param limit: Number of results per page. Defaults to 100.
|
|
858
858
|
:type limit: int
|
|
859
859
|
:param cursor: Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
|
|
860
860
|
:type cursor: str
|
|
@@ -921,7 +921,7 @@ class PortfolioApi:
|
|
|
921
921
|
order_id: Annotated[Optional[StrictStr], Field(description="Filter by order ID")] = None,
|
|
922
922
|
min_ts: Annotated[Optional[StrictInt], Field(description="Filter items after this Unix timestamp")] = None,
|
|
923
923
|
max_ts: Annotated[Optional[StrictInt], Field(description="Filter items before this Unix timestamp")] = None,
|
|
924
|
-
limit: Annotated[Optional[Annotated[int, Field(le=
|
|
924
|
+
limit: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="Number of results per page. Defaults to 100.")] = None,
|
|
925
925
|
cursor: Annotated[Optional[StrictStr], Field(description="Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.")] = None,
|
|
926
926
|
subaccount: Annotated[Optional[StrictInt], Field(description="Subaccount number (0 for primary, 1-32 for subaccounts). If omitted, defaults to all subaccounts.")] = None,
|
|
927
927
|
_request_timeout: Union[
|
|
@@ -949,7 +949,7 @@ class PortfolioApi:
|
|
|
949
949
|
:type min_ts: int
|
|
950
950
|
:param max_ts: Filter items before this Unix timestamp
|
|
951
951
|
:type max_ts: int
|
|
952
|
-
:param limit: Number of results per page. Defaults to 100.
|
|
952
|
+
:param limit: Number of results per page. Defaults to 100.
|
|
953
953
|
:type limit: int
|
|
954
954
|
:param cursor: Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
|
|
955
955
|
:type cursor: str
|
|
@@ -1015,7 +1015,7 @@ class PortfolioApi:
|
|
|
1015
1015
|
order_id: Annotated[Optional[StrictStr], Field(description="Filter by order ID")] = None,
|
|
1016
1016
|
min_ts: Annotated[Optional[StrictInt], Field(description="Filter items after this Unix timestamp")] = None,
|
|
1017
1017
|
max_ts: Annotated[Optional[StrictInt], Field(description="Filter items before this Unix timestamp")] = None,
|
|
1018
|
-
limit: Annotated[Optional[Annotated[int, Field(le=
|
|
1018
|
+
limit: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="Number of results per page. Defaults to 100.")] = None,
|
|
1019
1019
|
cursor: Annotated[Optional[StrictStr], Field(description="Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.")] = None,
|
|
1020
1020
|
subaccount: Annotated[Optional[StrictInt], Field(description="Subaccount number (0 for primary, 1-32 for subaccounts). If omitted, defaults to all subaccounts.")] = None,
|
|
1021
1021
|
_request_timeout: Union[
|
|
@@ -1043,7 +1043,7 @@ class PortfolioApi:
|
|
|
1043
1043
|
:type min_ts: int
|
|
1044
1044
|
:param max_ts: Filter items before this Unix timestamp
|
|
1045
1045
|
:type max_ts: int
|
|
1046
|
-
:param limit: Number of results per page. Defaults to 100.
|
|
1046
|
+
:param limit: Number of results per page. Defaults to 100.
|
|
1047
1047
|
:type limit: int
|
|
1048
1048
|
:param cursor: Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
|
|
1049
1049
|
:type cursor: str
|
|
@@ -1802,7 +1802,7 @@ class PortfolioApi:
|
|
|
1802
1802
|
|
|
1803
1803
|
Endpoint for getting the member's settlements historical track.
|
|
1804
1804
|
|
|
1805
|
-
:param limit: Number of results per page. Defaults to 100.
|
|
1805
|
+
:param limit: Number of results per page. Defaults to 100.
|
|
1806
1806
|
:type limit: int
|
|
1807
1807
|
:param cursor: Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
|
|
1808
1808
|
:type cursor: str
|
|
@@ -1873,7 +1873,7 @@ class PortfolioApi:
|
|
|
1873
1873
|
@validate_call
|
|
1874
1874
|
async def get_settlements_with_http_info(
|
|
1875
1875
|
self,
|
|
1876
|
-
limit: Annotated[Optional[Annotated[int, Field(le=
|
|
1876
|
+
limit: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="Number of results per page. Defaults to 100.")] = None,
|
|
1877
1877
|
cursor: Annotated[Optional[StrictStr], Field(description="Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.")] = None,
|
|
1878
1878
|
ticker: Annotated[Optional[StrictStr], Field(description="Filter by market ticker")] = None,
|
|
1879
1879
|
event_ticker: Annotated[Optional[StrictStr], Field(description="Event ticker to filter by. Only a single event ticker is supported.")] = None,
|
|
@@ -1897,7 +1897,7 @@ class PortfolioApi:
|
|
|
1897
1897
|
|
|
1898
1898
|
Endpoint for getting the member's settlements historical track.
|
|
1899
1899
|
|
|
1900
|
-
:param limit: Number of results per page. Defaults to 100.
|
|
1900
|
+
:param limit: Number of results per page. Defaults to 100.
|
|
1901
1901
|
:type limit: int
|
|
1902
1902
|
:param cursor: Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
|
|
1903
1903
|
:type cursor: str
|
|
@@ -1967,7 +1967,7 @@ class PortfolioApi:
|
|
|
1967
1967
|
@validate_call
|
|
1968
1968
|
async def get_settlements_without_preload_content(
|
|
1969
1969
|
self,
|
|
1970
|
-
limit: Annotated[Optional[Annotated[int, Field(le=
|
|
1970
|
+
limit: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="Number of results per page. Defaults to 100.")] = None,
|
|
1971
1971
|
cursor: Annotated[Optional[StrictStr], Field(description="Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.")] = None,
|
|
1972
1972
|
ticker: Annotated[Optional[StrictStr], Field(description="Filter by market ticker")] = None,
|
|
1973
1973
|
event_ticker: Annotated[Optional[StrictStr], Field(description="Event ticker to filter by. Only a single event ticker is supported.")] = None,
|
|
@@ -1991,7 +1991,7 @@ class PortfolioApi:
|
|
|
1991
1991
|
|
|
1992
1992
|
Endpoint for getting the member's settlements historical track.
|
|
1993
1993
|
|
|
1994
|
-
:param limit: Number of results per page. Defaults to 100.
|
|
1994
|
+
:param limit: Number of results per page. Defaults to 100.
|
|
1995
1995
|
:type limit: int
|
|
1996
1996
|
:param cursor: Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
|
|
1997
1997
|
:type cursor: str
|
|
@@ -2648,7 +2648,7 @@ class PortfolioApi:
|
|
|
2648
2648
|
|
|
2649
2649
|
Gets a paginated list of all transfers between subaccounts for the authenticated user.
|
|
2650
2650
|
|
|
2651
|
-
:param limit: Number of results per page. Defaults to 100.
|
|
2651
|
+
:param limit: Number of results per page. Defaults to 100.
|
|
2652
2652
|
:type limit: int
|
|
2653
2653
|
:param cursor: Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
|
|
2654
2654
|
:type cursor: str
|
|
@@ -2703,7 +2703,7 @@ class PortfolioApi:
|
|
|
2703
2703
|
@validate_call
|
|
2704
2704
|
async def get_subaccount_transfers_with_http_info(
|
|
2705
2705
|
self,
|
|
2706
|
-
limit: Annotated[Optional[Annotated[int, Field(le=
|
|
2706
|
+
limit: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="Number of results per page. Defaults to 100.")] = None,
|
|
2707
2707
|
cursor: Annotated[Optional[StrictStr], Field(description="Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.")] = None,
|
|
2708
2708
|
_request_timeout: Union[
|
|
2709
2709
|
None,
|
|
@@ -2722,7 +2722,7 @@ class PortfolioApi:
|
|
|
2722
2722
|
|
|
2723
2723
|
Gets a paginated list of all transfers between subaccounts for the authenticated user.
|
|
2724
2724
|
|
|
2725
|
-
:param limit: Number of results per page. Defaults to 100.
|
|
2725
|
+
:param limit: Number of results per page. Defaults to 100.
|
|
2726
2726
|
:type limit: int
|
|
2727
2727
|
:param cursor: Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
|
|
2728
2728
|
:type cursor: str
|
|
@@ -2776,7 +2776,7 @@ class PortfolioApi:
|
|
|
2776
2776
|
@validate_call
|
|
2777
2777
|
async def get_subaccount_transfers_without_preload_content(
|
|
2778
2778
|
self,
|
|
2779
|
-
limit: Annotated[Optional[Annotated[int, Field(le=
|
|
2779
|
+
limit: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="Number of results per page. Defaults to 100.")] = None,
|
|
2780
2780
|
cursor: Annotated[Optional[StrictStr], Field(description="Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.")] = None,
|
|
2781
2781
|
_request_timeout: Union[
|
|
2782
2782
|
None,
|
|
@@ -2795,7 +2795,7 @@ class PortfolioApi:
|
|
|
2795
2795
|
|
|
2796
2796
|
Gets a paginated list of all transfers between subaccounts for the authenticated user.
|
|
2797
2797
|
|
|
2798
|
-
:param limit: Number of results per page. Defaults to 100.
|
|
2798
|
+
:param limit: Number of results per page. Defaults to 100.
|
|
2799
2799
|
:type limit: int
|
|
2800
2800
|
:param cursor: Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
|
|
2801
2801
|
:type cursor: str
|
{kalshi_python_async-3.11.0 → kalshi_python_async-3.13.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.13.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.13.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.13.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.13.0/python'
|
|
97
97
|
self.client_side_validation = configuration.client_side_validation
|
|
98
98
|
|
|
99
99
|
# Kalshi authentication
|
{kalshi_python_async-3.11.0 → kalshi_python_async-3.13.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.13.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.13.0\n"\
|
|
554
|
+
"SDK Package Version: 3.13.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.13.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.11.0 → kalshi_python_async-3.13.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.13.0
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
12
12
|
Do not edit the class manually.
|