kalshi-python-sync 3.2.0__tar.gz → 3.3.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_sync-3.2.0 → kalshi_python_sync-3.3.0}/PKG-INFO +8 -4
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/README.md +2 -2
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/__init__.py +5 -2
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/api/api_keys_api.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/api/communications_api.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/api/events_api.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/api/exchange_api.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/api/fcm_api.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/api/incentive_programs_api.py +7 -7
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/api/live_data_api.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/api/market_api.py +9 -9
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/api/milestone_api.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/api/multivariate_api.py +4 -4
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/api/order_groups_api.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/api/orders_api.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/api/portfolio_api.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/api/search_api.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/api/structured_targets_api.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/api_client.py +2 -2
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/configuration.py +3 -3
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/exceptions.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/__init__.py +4 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/accept_quote_request.py +3 -3
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/amend_order_request.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/amend_order_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/announcement.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/api_key.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/associated_event.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/batch_cancel_orders_individual_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/batch_cancel_orders_request.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/batch_cancel_orders_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/batch_create_orders_individual_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/batch_create_orders_request.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/batch_create_orders_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/batch_get_market_candlesticks_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/bid_ask_distribution.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/cancel_order_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/create_api_key_request.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/create_api_key_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/create_market_in_multivariate_event_collection_request.py +7 -5
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/create_market_in_multivariate_event_collection_response.py +10 -4
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/create_order_group_request.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/create_order_group_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/create_order_request.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/create_order_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/create_quote_request.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/create_quote_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/create_rfq_request.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/create_rfq_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/daily_schedule.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/decrease_order_request.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/decrease_order_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/error_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/event_data.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/event_position.py +1 -1
- kalshi_python_sync-3.3.0/kalshi_python_sync/models/exchange_instance.py +37 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/exchange_status.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/fill.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/forecast_percentiles_point.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/generate_api_key_request.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/generate_api_key_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_api_keys_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_balance_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_communications_id_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_event_candlesticks_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_event_forecast_percentiles_history_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_event_metadata_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_event_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_events_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_exchange_announcements_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_exchange_schedule_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_fills_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_filters_by_sports_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_incentive_programs_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_live_data_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_live_datas_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_market_candlesticks_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_market_orderbook_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_market_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_markets_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_milestone_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_milestones_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_multivariate_event_collection_lookup_history_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_multivariate_event_collection_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_multivariate_event_collections_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_multivariate_events_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_order_group_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_order_groups_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_order_queue_position_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_order_queue_positions_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_order_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_orders_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_portfolio_resting_order_total_value_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_positions_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_quote_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_quotes_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_rfq_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_rfqs_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_series_fee_changes_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_series_list_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_series_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_settlements_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_structured_target_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_structured_targets_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_tags_for_series_categories_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_trades_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/get_user_data_timestamp_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/incentive_program.py +1 -1
- kalshi_python_sync-3.3.0/kalshi_python_sync/models/intra_exchange_instance_transfer_request.py +92 -0
- kalshi_python_sync-3.3.0/kalshi_python_sync/models/intra_exchange_instance_transfer_response.py +87 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/live_data.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/lookup_point.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/lookup_tickers_for_market_in_multivariate_event_collection_request.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/lookup_tickers_for_market_in_multivariate_event_collection_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/maintenance_window.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/market.py +12 -5
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/market_candlestick.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/market_candlesticks_response.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/market_metadata.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/market_position.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/milestone.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/multivariate_event_collection.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/mve_selected_leg.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/order.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/order_group.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/order_queue_position.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/order_status.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/orderbook.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/percentile_point.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/price_distribution.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/price_range.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/quote.py +3 -3
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/rfq.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/schedule.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/scope_list.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/self_trade_prevention_type.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/series.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/series_fee_change.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/settlement.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/settlement_source.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/sport_filter_details.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/structured_target.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/ticker_pair.py +3 -3
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/trade.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/weekly_schedule.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/rest.py +1 -1
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync.egg-info/PKG-INFO +8 -4
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync.egg-info/SOURCES.txt +8 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/pyproject.toml +2 -2
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/setup.cfg +3 -0
- kalshi_python_sync-3.3.0/setup.py +50 -0
- kalshi_python_sync-3.3.0/test/test_exchange_instance.py +33 -0
- kalshi_python_sync-3.3.0/test/test_intra_exchange_instance_transfer_request.py +56 -0
- kalshi_python_sync-3.3.0/test/test_intra_exchange_instance_transfer_response.py +52 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/api/__init__.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/api_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/auth.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/py.typed +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync.egg-info/dependency_links.txt +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync.egg-info/requires.txt +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync.egg-info/top_level.txt +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_accept_quote_request.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_amend_order_request.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_amend_order_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_announcement.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_api_key.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_api_keys_api.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_associated_event.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_batch_cancel_orders_individual_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_batch_cancel_orders_request.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_batch_cancel_orders_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_batch_create_orders_individual_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_batch_create_orders_request.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_batch_create_orders_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_batch_get_market_candlesticks_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_bid_ask_distribution.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_cancel_order_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_communications_api.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_create_api_key_request.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_create_api_key_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_create_market_in_multivariate_event_collection_request.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_create_market_in_multivariate_event_collection_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_create_order_group_request.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_create_order_group_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_create_order_request.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_create_order_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_create_quote_request.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_create_quote_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_create_rfq_request.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_create_rfq_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_daily_schedule.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_decrease_order_request.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_decrease_order_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_error_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_event_data.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_event_position.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_events_api.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_exchange_api.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_exchange_status.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_fcm_api.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_fill.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_forecast_percentiles_point.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_generate_api_key_request.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_generate_api_key_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_api_keys_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_balance_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_communications_id_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_event_candlesticks_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_event_forecast_percentiles_history_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_event_metadata_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_event_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_events_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_exchange_announcements_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_exchange_schedule_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_fills_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_filters_by_sports_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_incentive_programs_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_live_data_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_live_datas_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_market_candlesticks_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_market_orderbook_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_market_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_markets_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_milestone_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_milestones_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_multivariate_event_collection_lookup_history_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_multivariate_event_collection_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_multivariate_event_collections_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_multivariate_events_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_order_group_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_order_groups_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_order_queue_position_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_order_queue_positions_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_order_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_orders_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_portfolio_resting_order_total_value_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_positions_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_quote_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_quotes_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_rfq_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_rfqs_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_series_fee_changes_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_series_list_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_series_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_settlements_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_structured_target_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_structured_targets_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_tags_for_series_categories_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_trades_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_get_user_data_timestamp_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_incentive_program.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_incentive_programs_api.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_live_data.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_live_data_api.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_lookup_point.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_lookup_tickers_for_market_in_multivariate_event_collection_request.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_lookup_tickers_for_market_in_multivariate_event_collection_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_maintenance_window.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_market.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_market_api.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_market_candlestick.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_market_candlesticks_response.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_market_metadata.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_market_position.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_milestone.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_milestone_api.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_multivariate_api.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_multivariate_event_collection.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_mve_selected_leg.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_order.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_order_group.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_order_groups_api.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_order_queue_position.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_order_status.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_orderbook.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_orders_api.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_percentile_point.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_portfolio_api.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_price_distribution.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_price_range.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_quote.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_rfq.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_schedule.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_scope_list.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_search_api.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_self_trade_prevention_type.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_series.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_series_fee_change.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_settlement.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_settlement_source.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_sport_filter_details.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_structured_target.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_structured_targets_api.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_ticker_pair.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_trade.py +0 -0
- {kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/test/test_weekly_schedule.py +0 -0
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kalshi_python_sync
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.3.0
|
|
4
4
|
Summary: Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
|
|
5
|
+
Home-page: https://github.com/Kalshi/exchange-infra
|
|
6
|
+
Author: OpenAPI Generator community
|
|
5
7
|
Author-email: Kalshi <support@kalshi.com>
|
|
6
8
|
License: LicenseRef-Proprietary
|
|
7
9
|
Project-URL: Repository, https://github.com/Kalshi/exchange-infra
|
|
8
10
|
Keywords: OpenAPI,OpenAPI-Generator,Kalshi Trading API
|
|
9
|
-
Requires-Python: >=3.
|
|
11
|
+
Requires-Python: >=3.13
|
|
10
12
|
Description-Content-Type: text/markdown
|
|
11
13
|
Requires-Dist: urllib3<3.0.0,>=2.1.0
|
|
12
14
|
Requires-Dist: python-dateutil>=2.8.2
|
|
@@ -18,14 +20,16 @@ Provides-Extra: dev
|
|
|
18
20
|
Requires-Dist: pytest>=7.2.1; extra == "dev"
|
|
19
21
|
Requires-Dist: pytest-cov>=2.8.1; extra == "dev"
|
|
20
22
|
Requires-Dist: mypy>=1.5; extra == "dev"
|
|
23
|
+
Dynamic: author
|
|
24
|
+
Dynamic: home-page
|
|
21
25
|
|
|
22
26
|
# Kalshi Trading API
|
|
23
27
|
Complete API for the Kalshi trading platform including all handlers for SDK generation
|
|
24
28
|
|
|
25
29
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
26
30
|
|
|
27
|
-
- API version: 3.
|
|
28
|
-
- Package version: 3.
|
|
31
|
+
- API version: 3.3.0
|
|
32
|
+
- Package version: 3.3.0
|
|
29
33
|
- Generator version: 7.17.0
|
|
30
34
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
31
35
|
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.3.0
|
|
7
|
+
- Package version: 3.3.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.3.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.3.0"
|
|
17
17
|
|
|
18
18
|
# import apis into sdk package
|
|
19
19
|
from kalshi_python_sync.api.api_keys_api import ApiKeysApi
|
|
@@ -92,6 +92,7 @@ from kalshi_python_sync.models.decrease_order_response import DecreaseOrderRespo
|
|
|
92
92
|
from kalshi_python_sync.models.error_response import ErrorResponse
|
|
93
93
|
from kalshi_python_sync.models.event_data import EventData
|
|
94
94
|
from kalshi_python_sync.models.event_position import EventPosition
|
|
95
|
+
from kalshi_python_sync.models.exchange_instance import ExchangeInstance
|
|
95
96
|
from kalshi_python_sync.models.exchange_status import ExchangeStatus
|
|
96
97
|
from kalshi_python_sync.models.fill import Fill
|
|
97
98
|
from kalshi_python_sync.models.forecast_percentiles_point import ForecastPercentilesPoint
|
|
@@ -144,6 +145,8 @@ from kalshi_python_sync.models.get_tags_for_series_categories_response import Ge
|
|
|
144
145
|
from kalshi_python_sync.models.get_trades_response import GetTradesResponse
|
|
145
146
|
from kalshi_python_sync.models.get_user_data_timestamp_response import GetUserDataTimestampResponse
|
|
146
147
|
from kalshi_python_sync.models.incentive_program import IncentiveProgram
|
|
148
|
+
from kalshi_python_sync.models.intra_exchange_instance_transfer_request import IntraExchangeInstanceTransferRequest
|
|
149
|
+
from kalshi_python_sync.models.intra_exchange_instance_transfer_response import IntraExchangeInstanceTransferResponse
|
|
147
150
|
from kalshi_python_sync.models.live_data import LiveData
|
|
148
151
|
from kalshi_python_sync.models.lookup_point import LookupPoint
|
|
149
152
|
from kalshi_python_sync.models.lookup_tickers_for_market_in_multivariate_event_collection_request import LookupTickersForMarketInMultivariateEventCollectionRequest
|
{kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/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.3.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/api/communications_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.3.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.3.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/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.3.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.3.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.3.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -46,9 +46,9 @@ class IncentiveProgramsApi:
|
|
|
46
46
|
limit: Any = None,
|
|
47
47
|
cursor: Any = None,
|
|
48
48
|
) -> GetIncentiveProgramsResponse:
|
|
49
|
-
"""Get
|
|
49
|
+
"""Get Incentives
|
|
50
50
|
|
|
51
|
-
List
|
|
51
|
+
List incentives with optional filters. Incentives are rewards programs for trading activity on specific markets.
|
|
52
52
|
|
|
53
53
|
:param status: Status filter. Can be \"all\", \"active\", \"upcoming\", \"closed\", or \"paid_out\". Default is \"all\".
|
|
54
54
|
:type status: str
|
|
@@ -128,9 +128,9 @@ class IncentiveProgramsApi:
|
|
|
128
128
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
129
129
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
130
130
|
) -> ApiResponse[GetIncentiveProgramsResponse]:
|
|
131
|
-
"""Get
|
|
131
|
+
"""Get Incentives
|
|
132
132
|
|
|
133
|
-
List
|
|
133
|
+
List incentives with optional filters. Incentives are rewards programs for trading activity on specific markets.
|
|
134
134
|
|
|
135
135
|
:param status: Status filter. Can be \"all\", \"active\", \"upcoming\", \"closed\", or \"paid_out\". Default is \"all\".
|
|
136
136
|
:type status: str
|
|
@@ -209,9 +209,9 @@ class IncentiveProgramsApi:
|
|
|
209
209
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
210
210
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
211
211
|
) -> RESTResponseType:
|
|
212
|
-
"""Get
|
|
212
|
+
"""Get Incentives
|
|
213
213
|
|
|
214
|
-
List
|
|
214
|
+
List incentives with optional filters. Incentives are rewards programs for trading activity on specific markets.
|
|
215
215
|
|
|
216
216
|
:param status: Status filter. Can be \"all\", \"active\", \"upcoming\", \"closed\", or \"paid_out\". Default is \"all\".
|
|
217
217
|
:type status: str
|
{kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/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.3.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.3.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -1252,7 +1252,7 @@ class MarketApi:
|
|
|
1252
1252
|
) -> GetMarketsResponse:
|
|
1253
1253
|
"""Get Markets
|
|
1254
1254
|
|
|
1255
|
-
Filter by market status. Possible values: `unopened`, `open`, `closed`, `settled`. Leave empty to return markets with any status. - Only one `status` filter may be supplied at a time.
|
|
1255
|
+
Filter by market status. Possible values: `unopened`, `open`, `closed`, `settled`. Leave empty to return markets with any status. - Only one `status` filter may be supplied at a time. - Timestamp filters will be mutually exclusive from other timestamp filters and certain status filters. | Compatible Timestamp Filters | Additional Status Filters| |------------------------------|--------------------------| | min_created_ts, max_created_ts | `unopened`, `open`, *empty* | | min_close_ts, max_close_ts | `closed`, *empty* | | min_settled_ts, max_settled_ts | `settled`, *empty* |
|
|
1256
1256
|
|
|
1257
1257
|
:param limit: Number of results per page. Defaults to 100. Maximum value is 1000.
|
|
1258
1258
|
:type limit: int
|
|
@@ -1274,7 +1274,7 @@ class MarketApi:
|
|
|
1274
1274
|
:type min_settled_ts: int
|
|
1275
1275
|
:param max_settled_ts: Filter items that settled before this Unix timestamp
|
|
1276
1276
|
:type max_settled_ts: int
|
|
1277
|
-
:param status: Filter by market status.
|
|
1277
|
+
:param status: Filter by market status. Leave empty to return markets with any status.
|
|
1278
1278
|
:type status: str
|
|
1279
1279
|
:param tickers: Filter by specific market tickers. Comma-separated list of market tickers to retrieve.
|
|
1280
1280
|
:type tickers: str
|
|
@@ -1353,7 +1353,7 @@ class MarketApi:
|
|
|
1353
1353
|
min_close_ts: Annotated[Optional[StrictInt], Field(description="Filter items that close after this Unix timestamp")] = None,
|
|
1354
1354
|
min_settled_ts: Annotated[Optional[StrictInt], Field(description="Filter items that settled after this Unix timestamp")] = None,
|
|
1355
1355
|
max_settled_ts: Annotated[Optional[StrictInt], Field(description="Filter items that settled before this Unix timestamp")] = None,
|
|
1356
|
-
status: Annotated[Optional[StrictStr], Field(description="Filter by market status.
|
|
1356
|
+
status: Annotated[Optional[StrictStr], Field(description="Filter by market status. Leave empty to return markets with any status.")] = None,
|
|
1357
1357
|
tickers: Annotated[Optional[StrictStr], Field(description="Filter by specific market tickers. Comma-separated list of market tickers to retrieve.")] = None,
|
|
1358
1358
|
mve_filter: Annotated[Optional[StrictStr], Field(description="Filter by multivariate events (combos). 'only' returns only multivariate events, 'exclude' excludes multivariate events.")] = None,
|
|
1359
1359
|
_request_timeout: Union[
|
|
@@ -1371,7 +1371,7 @@ class MarketApi:
|
|
|
1371
1371
|
) -> ApiResponse[GetMarketsResponse]:
|
|
1372
1372
|
"""Get Markets
|
|
1373
1373
|
|
|
1374
|
-
Filter by market status. Possible values: `unopened`, `open`, `closed`, `settled`. Leave empty to return markets with any status. - Only one `status` filter may be supplied at a time.
|
|
1374
|
+
Filter by market status. Possible values: `unopened`, `open`, `closed`, `settled`. Leave empty to return markets with any status. - Only one `status` filter may be supplied at a time. - Timestamp filters will be mutually exclusive from other timestamp filters and certain status filters. | Compatible Timestamp Filters | Additional Status Filters| |------------------------------|--------------------------| | min_created_ts, max_created_ts | `unopened`, `open`, *empty* | | min_close_ts, max_close_ts | `closed`, *empty* | | min_settled_ts, max_settled_ts | `settled`, *empty* |
|
|
1375
1375
|
|
|
1376
1376
|
:param limit: Number of results per page. Defaults to 100. Maximum value is 1000.
|
|
1377
1377
|
:type limit: int
|
|
@@ -1393,7 +1393,7 @@ class MarketApi:
|
|
|
1393
1393
|
:type min_settled_ts: int
|
|
1394
1394
|
:param max_settled_ts: Filter items that settled before this Unix timestamp
|
|
1395
1395
|
:type max_settled_ts: int
|
|
1396
|
-
:param status: Filter by market status.
|
|
1396
|
+
:param status: Filter by market status. Leave empty to return markets with any status.
|
|
1397
1397
|
:type status: str
|
|
1398
1398
|
:param tickers: Filter by specific market tickers. Comma-separated list of market tickers to retrieve.
|
|
1399
1399
|
:type tickers: str
|
|
@@ -1471,7 +1471,7 @@ class MarketApi:
|
|
|
1471
1471
|
min_close_ts: Annotated[Optional[StrictInt], Field(description="Filter items that close after this Unix timestamp")] = None,
|
|
1472
1472
|
min_settled_ts: Annotated[Optional[StrictInt], Field(description="Filter items that settled after this Unix timestamp")] = None,
|
|
1473
1473
|
max_settled_ts: Annotated[Optional[StrictInt], Field(description="Filter items that settled before this Unix timestamp")] = None,
|
|
1474
|
-
status: Annotated[Optional[StrictStr], Field(description="Filter by market status.
|
|
1474
|
+
status: Annotated[Optional[StrictStr], Field(description="Filter by market status. Leave empty to return markets with any status.")] = None,
|
|
1475
1475
|
tickers: Annotated[Optional[StrictStr], Field(description="Filter by specific market tickers. Comma-separated list of market tickers to retrieve.")] = None,
|
|
1476
1476
|
mve_filter: Annotated[Optional[StrictStr], Field(description="Filter by multivariate events (combos). 'only' returns only multivariate events, 'exclude' excludes multivariate events.")] = None,
|
|
1477
1477
|
_request_timeout: Union[
|
|
@@ -1489,7 +1489,7 @@ class MarketApi:
|
|
|
1489
1489
|
) -> RESTResponseType:
|
|
1490
1490
|
"""Get Markets
|
|
1491
1491
|
|
|
1492
|
-
Filter by market status. Possible values: `unopened`, `open`, `closed`, `settled`. Leave empty to return markets with any status. - Only one `status` filter may be supplied at a time.
|
|
1492
|
+
Filter by market status. Possible values: `unopened`, `open`, `closed`, `settled`. Leave empty to return markets with any status. - Only one `status` filter may be supplied at a time. - Timestamp filters will be mutually exclusive from other timestamp filters and certain status filters. | Compatible Timestamp Filters | Additional Status Filters| |------------------------------|--------------------------| | min_created_ts, max_created_ts | `unopened`, `open`, *empty* | | min_close_ts, max_close_ts | `closed`, *empty* | | min_settled_ts, max_settled_ts | `settled`, *empty* |
|
|
1493
1493
|
|
|
1494
1494
|
:param limit: Number of results per page. Defaults to 100. Maximum value is 1000.
|
|
1495
1495
|
:type limit: int
|
|
@@ -1511,7 +1511,7 @@ class MarketApi:
|
|
|
1511
1511
|
:type min_settled_ts: int
|
|
1512
1512
|
:param max_settled_ts: Filter items that settled before this Unix timestamp
|
|
1513
1513
|
:type max_settled_ts: int
|
|
1514
|
-
:param status: Filter by market status.
|
|
1514
|
+
:param status: Filter by market status. Leave empty to return markets with any status.
|
|
1515
1515
|
:type status: str
|
|
1516
1516
|
:param tickers: Filter by specific market tickers. Comma-separated list of market tickers to retrieve.
|
|
1517
1517
|
:type tickers: str
|
{kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/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.3.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/api/multivariate_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.3.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -53,7 +53,7 @@ class MultivariateApi:
|
|
|
53
53
|
) -> CreateMarketInMultivariateEventCollectionResponse:
|
|
54
54
|
"""Create Market In Multivariate Event Collection
|
|
55
55
|
|
|
56
|
-
Endpoint for
|
|
56
|
+
Endpoint for creating an individual market in a multivariate event collection. This endpoint must be hit at least once before trading or looking up a market.
|
|
57
57
|
|
|
58
58
|
:param collection_ticker: Collection ticker (required)
|
|
59
59
|
:type collection_ticker: str
|
|
@@ -130,7 +130,7 @@ class MultivariateApi:
|
|
|
130
130
|
) -> ApiResponse[CreateMarketInMultivariateEventCollectionResponse]:
|
|
131
131
|
"""Create Market In Multivariate Event Collection
|
|
132
132
|
|
|
133
|
-
Endpoint for
|
|
133
|
+
Endpoint for creating an individual market in a multivariate event collection. This endpoint must be hit at least once before trading or looking up a market.
|
|
134
134
|
|
|
135
135
|
:param collection_ticker: Collection ticker (required)
|
|
136
136
|
:type collection_ticker: str
|
|
@@ -204,7 +204,7 @@ class MultivariateApi:
|
|
|
204
204
|
) -> RESTResponseType:
|
|
205
205
|
"""Create Market In Multivariate Event Collection
|
|
206
206
|
|
|
207
|
-
Endpoint for
|
|
207
|
+
Endpoint for creating an individual market in a multivariate event collection. This endpoint must be hit at least once before trading or looking up a market.
|
|
208
208
|
|
|
209
209
|
:param collection_ticker: Collection ticker (required)
|
|
210
210
|
:type collection_ticker: str
|
{kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/api/order_groups_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.3.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.3.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/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.3.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.3.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.3.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.3.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -92,7 +92,7 @@ class ApiClient:
|
|
|
92
92
|
self.default_headers[header_name] = header_value
|
|
93
93
|
self.cookie = cookie
|
|
94
94
|
# Set default User-Agent.
|
|
95
|
-
self.user_agent = 'OpenAPI-Generator/3.
|
|
95
|
+
self.user_agent = 'OpenAPI-Generator/3.3.0/python'
|
|
96
96
|
self.client_side_validation = configuration.client_side_validation
|
|
97
97
|
|
|
98
98
|
# Kalshi authentication
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 3.
|
|
8
|
+
The version of the OpenAPI document: 3.3.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -554,8 +554,8 @@ conf = kalshi_python_sync.Configuration(
|
|
|
554
554
|
return "Python SDK Debug Report:\n"\
|
|
555
555
|
"OS: {env}\n"\
|
|
556
556
|
"Python Version: {pyversion}\n"\
|
|
557
|
-
"Version of the API: 3.
|
|
558
|
-
"SDK Package Version: 3.
|
|
557
|
+
"Version of the API: 3.3.0\n"\
|
|
558
|
+
"SDK Package Version: 3.3.0".\
|
|
559
559
|
format(env=sys.platform, pyversion=sys.version)
|
|
560
560
|
|
|
561
561
|
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.3.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
Manually defined OpenAPI spec for endpoints being migrated to spec-first approach
|
|
8
8
|
|
|
9
|
-
The version of the OpenAPI document: 3.
|
|
9
|
+
The version of the OpenAPI document: 3.3.0
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
12
12
|
Do not edit the class manually.
|
|
@@ -46,6 +46,7 @@ from kalshi_python_sync.models.decrease_order_response import DecreaseOrderRespo
|
|
|
46
46
|
from kalshi_python_sync.models.error_response import ErrorResponse
|
|
47
47
|
from kalshi_python_sync.models.event_data import EventData
|
|
48
48
|
from kalshi_python_sync.models.event_position import EventPosition
|
|
49
|
+
from kalshi_python_sync.models.exchange_instance import ExchangeInstance
|
|
49
50
|
from kalshi_python_sync.models.exchange_status import ExchangeStatus
|
|
50
51
|
from kalshi_python_sync.models.fill import Fill
|
|
51
52
|
from kalshi_python_sync.models.forecast_percentiles_point import ForecastPercentilesPoint
|
|
@@ -98,6 +99,8 @@ from kalshi_python_sync.models.get_tags_for_series_categories_response import Ge
|
|
|
98
99
|
from kalshi_python_sync.models.get_trades_response import GetTradesResponse
|
|
99
100
|
from kalshi_python_sync.models.get_user_data_timestamp_response import GetUserDataTimestampResponse
|
|
100
101
|
from kalshi_python_sync.models.incentive_program import IncentiveProgram
|
|
102
|
+
from kalshi_python_sync.models.intra_exchange_instance_transfer_request import IntraExchangeInstanceTransferRequest
|
|
103
|
+
from kalshi_python_sync.models.intra_exchange_instance_transfer_response import IntraExchangeInstanceTransferResponse
|
|
101
104
|
from kalshi_python_sync.models.live_data import LiveData
|
|
102
105
|
from kalshi_python_sync.models.lookup_point import LookupPoint
|
|
103
106
|
from kalshi_python_sync.models.lookup_tickers_for_market_in_multivariate_event_collection_request import LookupTickersForMarketInMultivariateEventCollectionRequest
|
|
@@ -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.3.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -32,8 +32,8 @@ class AcceptQuoteRequest(BaseModel):
|
|
|
32
32
|
@field_validator('accepted_side')
|
|
33
33
|
def accepted_side_validate_enum(cls, value):
|
|
34
34
|
"""Validates the enum"""
|
|
35
|
-
if value not in set(['
|
|
36
|
-
raise ValueError("must be one of enum values ('
|
|
35
|
+
if value not in set(['yes', 'no']):
|
|
36
|
+
raise ValueError("must be one of enum values ('yes', 'no')")
|
|
37
37
|
return value
|
|
38
38
|
|
|
39
39
|
model_config = ConfigDict(
|
|
@@ -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.3.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.3.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/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.3.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.3.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
{kalshi_python_sync-3.2.0 → kalshi_python_sync-3.3.0}/kalshi_python_sync/models/associated_event.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|