kalshi-python-async 3.19.0__tar.gz → 3.20.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.19.0 → kalshi_python_async-3.20.0}/PKG-INFO +3 -3
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/README.md +2 -2
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/__init__.py +2 -2
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/api/account_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/api/api_keys_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/api/communications_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/api/events_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/api/exchange_api.py +4 -4
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/api/fcm_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/api/historical_api.py +22 -5
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/api/incentive_programs_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/api/live_data_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/api/market_api.py +21 -4
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/api/milestone_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/api/multivariate_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/api/order_groups_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/api/orders_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/api/portfolio_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/api/search_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/api/structured_targets_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/api_client.py +2 -2
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/configuration.py +3 -3
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/exceptions.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/__init__.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/accept_quote_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/amend_order_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/amend_order_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/amend_order_v2_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/amend_order_v2_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/announcement.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/api_key.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/apply_subaccount_transfer_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/associated_event.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/batch_cancel_orders_individual_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/batch_cancel_orders_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/batch_cancel_orders_request_order.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/batch_cancel_orders_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/batch_cancel_orders_v2_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/batch_cancel_orders_v2_request_orders_inner.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/batch_cancel_orders_v2_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/batch_cancel_orders_v2_response_orders_inner.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/batch_create_orders_individual_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/batch_create_orders_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/batch_create_orders_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/batch_create_orders_v2_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/batch_create_orders_v2_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/batch_create_orders_v2_response_orders_inner.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/batch_get_market_candlesticks_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/bid_ask_distribution.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/bid_ask_distribution_historical.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/book_side.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/bucket_limit.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/cancel_order_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/cancel_order_v2_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/create_api_key_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/create_api_key_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/create_market_in_multivariate_event_collection_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/create_market_in_multivariate_event_collection_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/create_order_group_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/create_order_group_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/create_order_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/create_order_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/create_order_v2_request.py +2 -2
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/create_order_v2_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/create_quote_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/create_quote_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/create_rfq_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/create_rfq_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/create_subaccount_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/daily_schedule.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/decrease_order_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/decrease_order_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/decrease_order_v2_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/decrease_order_v2_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/deposit.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/endpoint_token_cost.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/error_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/event_data.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/event_fee_change.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/event_position.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/exchange_instance.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/exchange_status.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/fee_type.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/fill.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/forecast_percentiles_point.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/generate_api_key_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/generate_api_key_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_account_api_limits_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_account_endpoint_costs_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_api_keys_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_balance_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_communications_id_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_deposits_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_event_candlesticks_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_event_fee_changes_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_event_forecast_percentiles_history_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_event_metadata_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_event_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_events_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_exchange_announcements_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_exchange_schedule_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_fills_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_filters_by_sports_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_game_stats_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_historical_cutoff_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_incentive_programs_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_live_data_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_live_datas_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_market_candlesticks_historical_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_market_candlesticks_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_market_orderbook_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_market_orderbooks_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_market_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_markets_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_milestone_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_milestones_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_multivariate_event_collection_lookup_history_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_multivariate_event_collection_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_multivariate_event_collections_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_multivariate_events_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_order_group_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_order_groups_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_order_queue_position_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_order_queue_positions_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_order_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_orders_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_portfolio_resting_order_total_value_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_positions_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_quote_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_quotes_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_rfq_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_rfqs_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_series_fee_changes_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_series_list_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_series_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_settlements_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_structured_target_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_structured_targets_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_subaccount_balances_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_subaccount_netting_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_subaccount_transfers_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_tags_for_series_categories_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_trades_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_user_data_timestamp_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/get_withdrawals_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/incentive_program.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/indexed_balance.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/intra_exchange_instance_transfer_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/intra_exchange_instance_transfer_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/live_data.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/lookup_point.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/lookup_tickers_for_market_in_multivariate_event_collection_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/lookup_tickers_for_market_in_multivariate_event_collection_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/maintenance_window.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/market.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/market_candlestick.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/market_candlestick_historical.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/market_candlesticks_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/market_metadata.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/market_orderbook_fp.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/market_position.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/milestone.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/multivariate_event_collection.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/mve_selected_leg.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/order.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/order_group.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/order_queue_position.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/order_status.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/orderbook_count_fp.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/percentile_point.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/play_by_play.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/play_by_play_periods_inner.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/price_distribution.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/price_distribution_historical.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/price_range.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/quote.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/rfq.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/schedule.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/scope_list.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/self_trade_prevention_type.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/series.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/series_fee_change.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/settlement.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/settlement_source.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/sport_filter_details.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/structured_target.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/subaccount_balance.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/subaccount_netting_config.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/subaccount_transfer.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/ticker_pair.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/trade.py +6 -4
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/update_order_group_limit_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/update_subaccount_netting_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/user_filter.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/weekly_schedule.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/models/withdrawal.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/rest.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async.egg-info/PKG-INFO +3 -3
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/pyproject.toml +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/setup.py +2 -2
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_accept_quote_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_account_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_amend_order_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_amend_order_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_amend_order_v2_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_amend_order_v2_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_announcement.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_api_key.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_api_keys_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_apply_subaccount_transfer_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_associated_event.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_batch_cancel_orders_individual_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_batch_cancel_orders_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_batch_cancel_orders_request_order.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_batch_cancel_orders_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_batch_cancel_orders_v2_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_batch_cancel_orders_v2_request_orders_inner.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_batch_cancel_orders_v2_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_batch_cancel_orders_v2_response_orders_inner.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_batch_create_orders_individual_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_batch_create_orders_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_batch_create_orders_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_batch_create_orders_v2_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_batch_create_orders_v2_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_batch_create_orders_v2_response_orders_inner.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_batch_get_market_candlesticks_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_bid_ask_distribution.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_bid_ask_distribution_historical.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_book_side.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_bucket_limit.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_cancel_order_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_cancel_order_v2_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_communications_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_create_api_key_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_create_api_key_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_create_market_in_multivariate_event_collection_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_create_market_in_multivariate_event_collection_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_create_order_group_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_create_order_group_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_create_order_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_create_order_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_create_order_v2_request.py +1 -2
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_create_order_v2_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_create_quote_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_create_quote_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_create_rfq_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_create_rfq_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_create_subaccount_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_daily_schedule.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_decrease_order_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_decrease_order_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_decrease_order_v2_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_decrease_order_v2_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_deposit.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_endpoint_token_cost.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_error_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_event_data.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_event_fee_change.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_event_position.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_events_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_exchange_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_exchange_instance.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_exchange_status.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_fcm_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_fee_type.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_fill.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_forecast_percentiles_point.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_generate_api_key_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_generate_api_key_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_account_api_limits_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_account_endpoint_costs_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_api_keys_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_balance_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_communications_id_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_deposits_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_event_candlesticks_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_event_fee_changes_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_event_forecast_percentiles_history_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_event_metadata_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_event_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_events_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_exchange_announcements_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_exchange_schedule_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_fills_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_filters_by_sports_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_game_stats_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_historical_cutoff_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_incentive_programs_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_live_data_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_live_datas_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_market_candlesticks_historical_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_market_candlesticks_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_market_orderbook_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_market_orderbooks_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_market_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_markets_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_milestone_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_milestones_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_multivariate_event_collection_lookup_history_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_multivariate_event_collection_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_multivariate_event_collections_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_multivariate_events_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_order_group_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_order_groups_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_order_queue_position_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_order_queue_positions_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_order_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_orders_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_portfolio_resting_order_total_value_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_positions_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_quote_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_quotes_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_rfq_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_rfqs_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_series_fee_changes_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_series_list_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_series_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_settlements_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_structured_target_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_structured_targets_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_subaccount_balances_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_subaccount_netting_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_subaccount_transfers_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_tags_for_series_categories_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_trades_response.py +5 -3
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_user_data_timestamp_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_get_withdrawals_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_historical_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_incentive_program.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_incentive_programs_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_indexed_balance.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_intra_exchange_instance_transfer_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_intra_exchange_instance_transfer_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_live_data.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_live_data_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_lookup_point.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_lookup_tickers_for_market_in_multivariate_event_collection_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_lookup_tickers_for_market_in_multivariate_event_collection_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_maintenance_window.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_market.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_market_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_market_candlestick.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_market_candlestick_historical.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_market_candlesticks_response.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_market_metadata.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_market_orderbook_fp.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_market_position.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_milestone.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_milestone_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_multivariate_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_multivariate_event_collection.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_mve_selected_leg.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_order.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_order_group.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_order_groups_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_order_queue_position.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_order_status.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_orderbook_count_fp.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_orders_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_percentile_point.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_play_by_play.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_play_by_play_periods_inner.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_portfolio_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_price_distribution.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_price_distribution_historical.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_price_range.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_quote.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_rfq.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_schedule.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_scope_list.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_search_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_self_trade_prevention_type.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_series.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_series_fee_change.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_settlement.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_settlement_source.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_sport_filter_details.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_structured_target.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_structured_targets_api.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_subaccount_balance.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_subaccount_netting_config.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_subaccount_transfer.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_ticker_pair.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_trade.py +4 -2
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_update_order_group_limit_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_update_subaccount_netting_request.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_user_filter.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_weekly_schedule.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/test/test_withdrawal.py +1 -1
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/api/__init__.py +0 -0
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/api_response.py +0 -0
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/auth.py +0 -0
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async/py.typed +0 -0
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async.egg-info/SOURCES.txt +0 -0
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async.egg-info/dependency_links.txt +0 -0
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async.egg-info/requires.txt +0 -0
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.0}/kalshi_python_async.egg-info/top_level.txt +0 -0
- {kalshi_python_async-3.19.0 → kalshi_python_async-3.20.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.20.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.20.0
|
|
33
|
+
- Package version: 3.20.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.20.0
|
|
7
|
+
- Package version: 3.20.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.20.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.20.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.19.0 → kalshi_python_async-3.20.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.20.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.19.0 → kalshi_python_async-3.20.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.20.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.20.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.19.0 → kalshi_python_async-3.20.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.20.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.19.0 → kalshi_python_async-3.20.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.20.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -1032,7 +1032,7 @@ class ExchangeApi:
|
|
|
1032
1032
|
) -> GetUserDataTimestampResponse:
|
|
1033
1033
|
"""Get User Data Timestamp
|
|
1034
1034
|
|
|
1035
|
-
There is typically a short delay before exchange events are reflected in the API endpoints. Whenever possible, combine API responses to PUT/POST/DELETE requests with
|
|
1035
|
+
There is typically a short delay before exchange events are reflected in the API endpoints. Whenever possible, combine API responses to PUT/POST/DELETE requests with WebSocket data to obtain the most accurate view of the exchange state. This endpoint provides an approximate indication of when the data from the following endpoints was last validated: GetBalance, GetOrder(s), GetFills, GetPositions
|
|
1036
1036
|
|
|
1037
1037
|
:param _request_timeout: timeout setting for this request. If one
|
|
1038
1038
|
number provided, it will be total request
|
|
@@ -1097,7 +1097,7 @@ class ExchangeApi:
|
|
|
1097
1097
|
) -> ApiResponse[GetUserDataTimestampResponse]:
|
|
1098
1098
|
"""Get User Data Timestamp
|
|
1099
1099
|
|
|
1100
|
-
There is typically a short delay before exchange events are reflected in the API endpoints. Whenever possible, combine API responses to PUT/POST/DELETE requests with
|
|
1100
|
+
There is typically a short delay before exchange events are reflected in the API endpoints. Whenever possible, combine API responses to PUT/POST/DELETE requests with WebSocket data to obtain the most accurate view of the exchange state. This endpoint provides an approximate indication of when the data from the following endpoints was last validated: GetBalance, GetOrder(s), GetFills, GetPositions
|
|
1101
1101
|
|
|
1102
1102
|
:param _request_timeout: timeout setting for this request. If one
|
|
1103
1103
|
number provided, it will be total request
|
|
@@ -1161,7 +1161,7 @@ class ExchangeApi:
|
|
|
1161
1161
|
) -> RESTResponseType:
|
|
1162
1162
|
"""Get User Data Timestamp
|
|
1163
1163
|
|
|
1164
|
-
There is typically a short delay before exchange events are reflected in the API endpoints. Whenever possible, combine API responses to PUT/POST/DELETE requests with
|
|
1164
|
+
There is typically a short delay before exchange events are reflected in the API endpoints. Whenever possible, combine API responses to PUT/POST/DELETE requests with WebSocket data to obtain the most accurate view of the exchange state. This endpoint provides an approximate indication of when the data from the following endpoints was last validated: GetBalance, GetOrder(s), GetFills, GetPositions
|
|
1165
1165
|
|
|
1166
1166
|
:param _request_timeout: timeout setting for this request. If one
|
|
1167
1167
|
number provided, it will be total request
|
{kalshi_python_async-3.19.0 → kalshi_python_async-3.20.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.20.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.19.0 → kalshi_python_async-3.20.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.20.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -15,7 +15,7 @@ from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt, St
|
|
|
15
15
|
from typing import Any, Dict, List, Optional, Tuple, Union
|
|
16
16
|
from typing_extensions import Annotated
|
|
17
17
|
|
|
18
|
-
from pydantic import Field, StrictInt, StrictStr, field_validator
|
|
18
|
+
from pydantic import Field, StrictBool, StrictInt, StrictStr, field_validator
|
|
19
19
|
from typing import Optional
|
|
20
20
|
from typing_extensions import Annotated
|
|
21
21
|
from kalshi_python_async.models.get_fills_response import GetFillsResponse
|
|
@@ -1826,10 +1826,11 @@ class HistoricalApi:
|
|
|
1826
1826
|
max_ts: Any = None,
|
|
1827
1827
|
limit: Any = None,
|
|
1828
1828
|
cursor: Any = None,
|
|
1829
|
+
is_block_trade: Any = None,
|
|
1829
1830
|
) -> GetTradesResponse:
|
|
1830
1831
|
"""Get Historical Trades
|
|
1831
1832
|
|
|
1832
|
-
Endpoint for getting all historical trades for all markets. Trades that were filled before the historical cutoff are available via this endpoint. See [Historical Data](https://docs.kalshi.com/getting_started/historical_data) for details.
|
|
1833
|
+
Endpoint for getting all historical trades for all markets. Trades that were filled before the historical cutoff are available via this endpoint. Block trades are included by default and identified by the `is_block_trade` field; use the `is_block_trade` query parameter to filter by block / non-block. See [Historical Data](https://docs.kalshi.com/getting_started/historical_data) for details.
|
|
1833
1834
|
|
|
1834
1835
|
:param ticker: Filter by market ticker
|
|
1835
1836
|
:type ticker: str
|
|
@@ -1841,6 +1842,8 @@ class HistoricalApi:
|
|
|
1841
1842
|
:type limit: int
|
|
1842
1843
|
: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.
|
|
1843
1844
|
:type cursor: str
|
|
1845
|
+
:param is_block_trade: Filter trades by whether they are block trades. Omit to return all trades. Set to `true` to return only block trades. Set to `false` to return only non-block trades.
|
|
1846
|
+
:type is_block_trade: bool
|
|
1844
1847
|
:param _request_timeout: timeout setting for this request. If one
|
|
1845
1848
|
number provided, it will be total request
|
|
1846
1849
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1870,6 +1873,7 @@ class HistoricalApi:
|
|
|
1870
1873
|
max_ts=max_ts,
|
|
1871
1874
|
limit=limit,
|
|
1872
1875
|
cursor=cursor,
|
|
1876
|
+
is_block_trade=is_block_trade,
|
|
1873
1877
|
_request_auth=None,
|
|
1874
1878
|
_content_type=None,
|
|
1875
1879
|
_headers=None,
|
|
@@ -1901,6 +1905,7 @@ class HistoricalApi:
|
|
|
1901
1905
|
max_ts: Annotated[Optional[StrictInt], Field(description="Filter items before this Unix timestamp")] = None,
|
|
1902
1906
|
limit: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=0)]], Field(description="Number of results per page. Defaults to 100. Maximum value is 1000.")] = None,
|
|
1903
1907
|
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,
|
|
1908
|
+
is_block_trade: Annotated[Optional[StrictBool], Field(description="Filter trades by whether they are block trades. Omit to return all trades. Set to `true` to return only block trades. Set to `false` to return only non-block trades. ")] = None,
|
|
1904
1909
|
_request_timeout: Union[
|
|
1905
1910
|
None,
|
|
1906
1911
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1916,7 +1921,7 @@ class HistoricalApi:
|
|
|
1916
1921
|
) -> ApiResponse[GetTradesResponse]:
|
|
1917
1922
|
"""Get Historical Trades
|
|
1918
1923
|
|
|
1919
|
-
Endpoint for getting all historical trades for all markets. Trades that were filled before the historical cutoff are available via this endpoint. See [Historical Data](https://docs.kalshi.com/getting_started/historical_data) for details.
|
|
1924
|
+
Endpoint for getting all historical trades for all markets. Trades that were filled before the historical cutoff are available via this endpoint. Block trades are included by default and identified by the `is_block_trade` field; use the `is_block_trade` query parameter to filter by block / non-block. See [Historical Data](https://docs.kalshi.com/getting_started/historical_data) for details.
|
|
1920
1925
|
|
|
1921
1926
|
:param ticker: Filter by market ticker
|
|
1922
1927
|
:type ticker: str
|
|
@@ -1928,6 +1933,8 @@ class HistoricalApi:
|
|
|
1928
1933
|
:type limit: int
|
|
1929
1934
|
: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.
|
|
1930
1935
|
:type cursor: str
|
|
1936
|
+
:param is_block_trade: Filter trades by whether they are block trades. Omit to return all trades. Set to `true` to return only block trades. Set to `false` to return only non-block trades.
|
|
1937
|
+
:type is_block_trade: bool
|
|
1931
1938
|
:param _request_timeout: timeout setting for this request. If one
|
|
1932
1939
|
number provided, it will be total request
|
|
1933
1940
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1956,6 +1963,7 @@ class HistoricalApi:
|
|
|
1956
1963
|
max_ts=max_ts,
|
|
1957
1964
|
limit=limit,
|
|
1958
1965
|
cursor=cursor,
|
|
1966
|
+
is_block_trade=is_block_trade,
|
|
1959
1967
|
_request_auth=_request_auth,
|
|
1960
1968
|
_content_type=_content_type,
|
|
1961
1969
|
_headers=_headers,
|
|
@@ -1987,6 +1995,7 @@ class HistoricalApi:
|
|
|
1987
1995
|
max_ts: Annotated[Optional[StrictInt], Field(description="Filter items before this Unix timestamp")] = None,
|
|
1988
1996
|
limit: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=0)]], Field(description="Number of results per page. Defaults to 100. Maximum value is 1000.")] = None,
|
|
1989
1997
|
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,
|
|
1998
|
+
is_block_trade: Annotated[Optional[StrictBool], Field(description="Filter trades by whether they are block trades. Omit to return all trades. Set to `true` to return only block trades. Set to `false` to return only non-block trades. ")] = None,
|
|
1990
1999
|
_request_timeout: Union[
|
|
1991
2000
|
None,
|
|
1992
2001
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -2002,7 +2011,7 @@ class HistoricalApi:
|
|
|
2002
2011
|
) -> RESTResponseType:
|
|
2003
2012
|
"""Get Historical Trades
|
|
2004
2013
|
|
|
2005
|
-
Endpoint for getting all historical trades for all markets. Trades that were filled before the historical cutoff are available via this endpoint. See [Historical Data](https://docs.kalshi.com/getting_started/historical_data) for details.
|
|
2014
|
+
Endpoint for getting all historical trades for all markets. Trades that were filled before the historical cutoff are available via this endpoint. Block trades are included by default and identified by the `is_block_trade` field; use the `is_block_trade` query parameter to filter by block / non-block. See [Historical Data](https://docs.kalshi.com/getting_started/historical_data) for details.
|
|
2006
2015
|
|
|
2007
2016
|
:param ticker: Filter by market ticker
|
|
2008
2017
|
:type ticker: str
|
|
@@ -2014,6 +2023,8 @@ class HistoricalApi:
|
|
|
2014
2023
|
:type limit: int
|
|
2015
2024
|
: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.
|
|
2016
2025
|
:type cursor: str
|
|
2026
|
+
:param is_block_trade: Filter trades by whether they are block trades. Omit to return all trades. Set to `true` to return only block trades. Set to `false` to return only non-block trades.
|
|
2027
|
+
:type is_block_trade: bool
|
|
2017
2028
|
:param _request_timeout: timeout setting for this request. If one
|
|
2018
2029
|
number provided, it will be total request
|
|
2019
2030
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2042,6 +2053,7 @@ class HistoricalApi:
|
|
|
2042
2053
|
max_ts=max_ts,
|
|
2043
2054
|
limit=limit,
|
|
2044
2055
|
cursor=cursor,
|
|
2056
|
+
is_block_trade=is_block_trade,
|
|
2045
2057
|
_request_auth=_request_auth,
|
|
2046
2058
|
_content_type=_content_type,
|
|
2047
2059
|
_headers=_headers,
|
|
@@ -2068,6 +2080,7 @@ class HistoricalApi:
|
|
|
2068
2080
|
max_ts,
|
|
2069
2081
|
limit,
|
|
2070
2082
|
cursor,
|
|
2083
|
+
is_block_trade,
|
|
2071
2084
|
_request_auth,
|
|
2072
2085
|
_content_type,
|
|
2073
2086
|
_headers,
|
|
@@ -2110,6 +2123,10 @@ class HistoricalApi:
|
|
|
2110
2123
|
|
|
2111
2124
|
_query_params.append(('cursor', cursor))
|
|
2112
2125
|
|
|
2126
|
+
if is_block_trade is not None:
|
|
2127
|
+
|
|
2128
|
+
_query_params.append(('is_block_trade', is_block_trade))
|
|
2129
|
+
|
|
2113
2130
|
# process the header parameters
|
|
2114
2131
|
# process the form parameters
|
|
2115
2132
|
# process the body parameter
|
|
@@ -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.20.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.19.0 → kalshi_python_async-3.20.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.20.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.19.0 → kalshi_python_async-3.20.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.20.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -2601,10 +2601,11 @@ class MarketApi:
|
|
|
2601
2601
|
ticker: Any = None,
|
|
2602
2602
|
min_ts: Any = None,
|
|
2603
2603
|
max_ts: Any = None,
|
|
2604
|
+
is_block_trade: Any = None,
|
|
2604
2605
|
) -> GetTradesResponse:
|
|
2605
2606
|
"""Get Trades
|
|
2606
2607
|
|
|
2607
|
-
Endpoint for getting all trades for all markets. A trade represents a completed transaction between two users on a specific market. Each trade includes the market ticker, price, quantity, and timestamp information. This endpoint returns a paginated response. Use the 'limit' parameter to control page size (1-1000, defaults to 100). The response includes a 'cursor' field - pass this value in the 'cursor' parameter of your next request to get the next page. An empty cursor indicates no more pages are available.
|
|
2608
|
+
Endpoint for getting all trades for all markets. A trade represents a completed transaction between two users on a specific market. Each trade includes the market ticker, price, quantity, and timestamp information. Block trades are included in the response by default and identified by the `is_block_trade` field; use the `is_block_trade` query parameter to filter by block / non-block. This endpoint returns a paginated response. Use the 'limit' parameter to control page size (1-1000, defaults to 100). The response includes a 'cursor' field - pass this value in the 'cursor' parameter of your next request to get the next page. An empty cursor indicates no more pages are available.
|
|
2608
2609
|
|
|
2609
2610
|
:param limit: Number of results per page. Defaults to 100. Maximum value is 1000.
|
|
2610
2611
|
:type limit: int
|
|
@@ -2616,6 +2617,8 @@ class MarketApi:
|
|
|
2616
2617
|
:type min_ts: int
|
|
2617
2618
|
:param max_ts: Filter items before this Unix timestamp
|
|
2618
2619
|
:type max_ts: int
|
|
2620
|
+
:param is_block_trade: Filter trades by whether they are block trades. Omit to return all trades. Set to `true` to return only block trades. Set to `false` to return only non-block trades.
|
|
2621
|
+
:type is_block_trade: bool
|
|
2619
2622
|
:param _request_timeout: timeout setting for this request. If one
|
|
2620
2623
|
number provided, it will be total request
|
|
2621
2624
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2645,6 +2648,7 @@ class MarketApi:
|
|
|
2645
2648
|
ticker=ticker,
|
|
2646
2649
|
min_ts=min_ts,
|
|
2647
2650
|
max_ts=max_ts,
|
|
2651
|
+
is_block_trade=is_block_trade,
|
|
2648
2652
|
_request_auth=None,
|
|
2649
2653
|
_content_type=None,
|
|
2650
2654
|
_headers=None,
|
|
@@ -2675,6 +2679,7 @@ class MarketApi:
|
|
|
2675
2679
|
ticker: Annotated[Optional[StrictStr], Field(description="Filter by market ticker")] = None,
|
|
2676
2680
|
min_ts: Annotated[Optional[StrictInt], Field(description="Filter items after this Unix timestamp")] = None,
|
|
2677
2681
|
max_ts: Annotated[Optional[StrictInt], Field(description="Filter items before this Unix timestamp")] = None,
|
|
2682
|
+
is_block_trade: Annotated[Optional[StrictBool], Field(description="Filter trades by whether they are block trades. Omit to return all trades. Set to `true` to return only block trades. Set to `false` to return only non-block trades. ")] = None,
|
|
2678
2683
|
_request_timeout: Union[
|
|
2679
2684
|
None,
|
|
2680
2685
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -2690,7 +2695,7 @@ class MarketApi:
|
|
|
2690
2695
|
) -> ApiResponse[GetTradesResponse]:
|
|
2691
2696
|
"""Get Trades
|
|
2692
2697
|
|
|
2693
|
-
Endpoint for getting all trades for all markets. A trade represents a completed transaction between two users on a specific market. Each trade includes the market ticker, price, quantity, and timestamp information. This endpoint returns a paginated response. Use the 'limit' parameter to control page size (1-1000, defaults to 100). The response includes a 'cursor' field - pass this value in the 'cursor' parameter of your next request to get the next page. An empty cursor indicates no more pages are available.
|
|
2698
|
+
Endpoint for getting all trades for all markets. A trade represents a completed transaction between two users on a specific market. Each trade includes the market ticker, price, quantity, and timestamp information. Block trades are included in the response by default and identified by the `is_block_trade` field; use the `is_block_trade` query parameter to filter by block / non-block. This endpoint returns a paginated response. Use the 'limit' parameter to control page size (1-1000, defaults to 100). The response includes a 'cursor' field - pass this value in the 'cursor' parameter of your next request to get the next page. An empty cursor indicates no more pages are available.
|
|
2694
2699
|
|
|
2695
2700
|
:param limit: Number of results per page. Defaults to 100. Maximum value is 1000.
|
|
2696
2701
|
:type limit: int
|
|
@@ -2702,6 +2707,8 @@ class MarketApi:
|
|
|
2702
2707
|
:type min_ts: int
|
|
2703
2708
|
:param max_ts: Filter items before this Unix timestamp
|
|
2704
2709
|
:type max_ts: int
|
|
2710
|
+
:param is_block_trade: Filter trades by whether they are block trades. Omit to return all trades. Set to `true` to return only block trades. Set to `false` to return only non-block trades.
|
|
2711
|
+
:type is_block_trade: bool
|
|
2705
2712
|
:param _request_timeout: timeout setting for this request. If one
|
|
2706
2713
|
number provided, it will be total request
|
|
2707
2714
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2730,6 +2737,7 @@ class MarketApi:
|
|
|
2730
2737
|
ticker=ticker,
|
|
2731
2738
|
min_ts=min_ts,
|
|
2732
2739
|
max_ts=max_ts,
|
|
2740
|
+
is_block_trade=is_block_trade,
|
|
2733
2741
|
_request_auth=_request_auth,
|
|
2734
2742
|
_content_type=_content_type,
|
|
2735
2743
|
_headers=_headers,
|
|
@@ -2760,6 +2768,7 @@ class MarketApi:
|
|
|
2760
2768
|
ticker: Annotated[Optional[StrictStr], Field(description="Filter by market ticker")] = None,
|
|
2761
2769
|
min_ts: Annotated[Optional[StrictInt], Field(description="Filter items after this Unix timestamp")] = None,
|
|
2762
2770
|
max_ts: Annotated[Optional[StrictInt], Field(description="Filter items before this Unix timestamp")] = None,
|
|
2771
|
+
is_block_trade: Annotated[Optional[StrictBool], Field(description="Filter trades by whether they are block trades. Omit to return all trades. Set to `true` to return only block trades. Set to `false` to return only non-block trades. ")] = None,
|
|
2763
2772
|
_request_timeout: Union[
|
|
2764
2773
|
None,
|
|
2765
2774
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -2775,7 +2784,7 @@ class MarketApi:
|
|
|
2775
2784
|
) -> RESTResponseType:
|
|
2776
2785
|
"""Get Trades
|
|
2777
2786
|
|
|
2778
|
-
Endpoint for getting all trades for all markets. A trade represents a completed transaction between two users on a specific market. Each trade includes the market ticker, price, quantity, and timestamp information. This endpoint returns a paginated response. Use the 'limit' parameter to control page size (1-1000, defaults to 100). The response includes a 'cursor' field - pass this value in the 'cursor' parameter of your next request to get the next page. An empty cursor indicates no more pages are available.
|
|
2787
|
+
Endpoint for getting all trades for all markets. A trade represents a completed transaction between two users on a specific market. Each trade includes the market ticker, price, quantity, and timestamp information. Block trades are included in the response by default and identified by the `is_block_trade` field; use the `is_block_trade` query parameter to filter by block / non-block. This endpoint returns a paginated response. Use the 'limit' parameter to control page size (1-1000, defaults to 100). The response includes a 'cursor' field - pass this value in the 'cursor' parameter of your next request to get the next page. An empty cursor indicates no more pages are available.
|
|
2779
2788
|
|
|
2780
2789
|
:param limit: Number of results per page. Defaults to 100. Maximum value is 1000.
|
|
2781
2790
|
:type limit: int
|
|
@@ -2787,6 +2796,8 @@ class MarketApi:
|
|
|
2787
2796
|
:type min_ts: int
|
|
2788
2797
|
:param max_ts: Filter items before this Unix timestamp
|
|
2789
2798
|
:type max_ts: int
|
|
2799
|
+
:param is_block_trade: Filter trades by whether they are block trades. Omit to return all trades. Set to `true` to return only block trades. Set to `false` to return only non-block trades.
|
|
2800
|
+
:type is_block_trade: bool
|
|
2790
2801
|
:param _request_timeout: timeout setting for this request. If one
|
|
2791
2802
|
number provided, it will be total request
|
|
2792
2803
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2815,6 +2826,7 @@ class MarketApi:
|
|
|
2815
2826
|
ticker=ticker,
|
|
2816
2827
|
min_ts=min_ts,
|
|
2817
2828
|
max_ts=max_ts,
|
|
2829
|
+
is_block_trade=is_block_trade,
|
|
2818
2830
|
_request_auth=_request_auth,
|
|
2819
2831
|
_content_type=_content_type,
|
|
2820
2832
|
_headers=_headers,
|
|
@@ -2840,6 +2852,7 @@ class MarketApi:
|
|
|
2840
2852
|
ticker,
|
|
2841
2853
|
min_ts,
|
|
2842
2854
|
max_ts,
|
|
2855
|
+
is_block_trade,
|
|
2843
2856
|
_request_auth,
|
|
2844
2857
|
_content_type,
|
|
2845
2858
|
_headers,
|
|
@@ -2882,6 +2895,10 @@ class MarketApi:
|
|
|
2882
2895
|
|
|
2883
2896
|
_query_params.append(('max_ts', max_ts))
|
|
2884
2897
|
|
|
2898
|
+
if is_block_trade is not None:
|
|
2899
|
+
|
|
2900
|
+
_query_params.append(('is_block_trade', is_block_trade))
|
|
2901
|
+
|
|
2885
2902
|
# process the header parameters
|
|
2886
2903
|
# process the form parameters
|
|
2887
2904
|
# process the body parameter
|
{kalshi_python_async-3.19.0 → kalshi_python_async-3.20.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.20.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.20.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.20.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.19.0 → kalshi_python_async-3.20.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.20.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.19.0 → kalshi_python_async-3.20.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.20.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.19.0 → kalshi_python_async-3.20.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.20.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.20.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.20.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.20.0/python'
|
|
97
97
|
self.client_side_validation = configuration.client_side_validation
|
|
98
98
|
|
|
99
99
|
# Kalshi authentication
|
{kalshi_python_async-3.19.0 → kalshi_python_async-3.20.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.20.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.20.0\n"\
|
|
554
|
+
"SDK Package Version: 3.20.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.20.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.19.0 → kalshi_python_async-3.20.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.20.0
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
12
12
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 3.
|
|
8
|
+
The version of the OpenAPI document: 3.20.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.20.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.20.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.20.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.20.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.19.0 → kalshi_python_async-3.20.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.20.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.19.0 → kalshi_python_async-3.20.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.20.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.20.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.20.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|