kalshi-python-sync 3.0.0__tar.gz → 3.2.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.0.0 → kalshi_python_sync-3.2.0}/PKG-INFO +4 -8
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/README.md +2 -2
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/__init__.py +2 -2
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/api/api_keys_api.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/api/communications_api.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/api/events_api.py +4 -4
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/api/exchange_api.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/api/fcm_api.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/api/incentive_programs_api.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/api/live_data_api.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/api/market_api.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/api/milestone_api.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/api/multivariate_api.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/api/order_groups_api.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/api/orders_api.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/api/portfolio_api.py +2 -19
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/api/search_api.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/api/structured_targets_api.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/api_client.py +2 -2
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/configuration.py +3 -3
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/exceptions.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/__init__.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/accept_quote_request.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/amend_order_request.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/amend_order_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/announcement.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/api_key.py +5 -3
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/associated_event.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/batch_cancel_orders_individual_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/batch_cancel_orders_request.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/batch_cancel_orders_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/batch_create_orders_individual_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/batch_create_orders_request.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/batch_create_orders_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/batch_get_market_candlesticks_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/bid_ask_distribution.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/cancel_order_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/create_api_key_request.py +6 -4
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/create_api_key_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/create_market_in_multivariate_event_collection_request.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/create_market_in_multivariate_event_collection_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/create_order_group_request.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/create_order_group_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/create_order_request.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/create_order_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/create_quote_request.py +3 -3
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/create_quote_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/create_rfq_request.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/create_rfq_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/daily_schedule.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/decrease_order_request.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/decrease_order_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/error_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/event_data.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/event_position.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/exchange_status.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/fill.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/forecast_percentiles_point.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/generate_api_key_request.py +6 -4
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/generate_api_key_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_api_keys_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_balance_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_communications_id_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_event_candlesticks_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_event_forecast_percentiles_history_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_event_metadata_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_event_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_events_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_exchange_announcements_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_exchange_schedule_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_fills_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_filters_by_sports_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_incentive_programs_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_live_data_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_live_datas_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_market_candlesticks_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_market_orderbook_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_market_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_markets_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_milestone_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_milestones_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_multivariate_event_collection_lookup_history_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_multivariate_event_collection_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_multivariate_event_collections_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_multivariate_events_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_order_group_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_order_groups_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_order_queue_position_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_order_queue_positions_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_order_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_orders_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_portfolio_resting_order_total_value_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_positions_response.py +3 -3
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_quote_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_quotes_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_rfq_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_rfqs_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_series_fee_changes_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_series_list_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_series_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_settlements_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_structured_target_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_structured_targets_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_tags_for_series_categories_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_trades_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/get_user_data_timestamp_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/incentive_program.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/live_data.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/lookup_point.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/lookup_tickers_for_market_in_multivariate_event_collection_request.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/lookup_tickers_for_market_in_multivariate_event_collection_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/maintenance_window.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/market.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/market_candlestick.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/market_candlesticks_response.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/market_metadata.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/market_position.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/milestone.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/multivariate_event_collection.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/mve_selected_leg.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/order.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/order_group.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/order_queue_position.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/order_status.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/orderbook.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/percentile_point.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/price_distribution.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/price_range.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/quote.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/rfq.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/schedule.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/scope_list.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/self_trade_prevention_type.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/series.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/series_fee_change.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/settlement.py +4 -2
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/settlement_source.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/sport_filter_details.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/structured_target.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/ticker_pair.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/trade.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/models/weekly_schedule.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/rest.py +1 -1
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync.egg-info/PKG-INFO +4 -8
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync.egg-info/SOURCES.txt +0 -2
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/pyproject.toml +2 -2
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/setup.cfg +0 -3
- kalshi_python_sync-3.0.0/setup.py +0 -50
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/api/__init__.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/api_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/auth.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync/py.typed +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync.egg-info/dependency_links.txt +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync.egg-info/requires.txt +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/kalshi_python_sync.egg-info/top_level.txt +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_accept_quote_request.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_amend_order_request.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_amend_order_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_announcement.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_api_key.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_api_keys_api.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_associated_event.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_batch_cancel_orders_individual_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_batch_cancel_orders_request.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_batch_cancel_orders_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_batch_create_orders_individual_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_batch_create_orders_request.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_batch_create_orders_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_batch_get_market_candlesticks_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_bid_ask_distribution.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_cancel_order_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_communications_api.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_create_api_key_request.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_create_api_key_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_create_market_in_multivariate_event_collection_request.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_create_market_in_multivariate_event_collection_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_create_order_group_request.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_create_order_group_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_create_order_request.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_create_order_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_create_quote_request.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_create_quote_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_create_rfq_request.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_create_rfq_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_daily_schedule.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_decrease_order_request.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_decrease_order_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_error_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_event_data.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_event_position.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_events_api.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_exchange_api.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_exchange_status.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_fcm_api.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_fill.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_forecast_percentiles_point.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_generate_api_key_request.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_generate_api_key_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_api_keys_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_balance_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_communications_id_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_event_candlesticks_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_event_forecast_percentiles_history_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_event_metadata_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_event_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_events_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_exchange_announcements_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_exchange_schedule_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_fills_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_filters_by_sports_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_incentive_programs_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_live_data_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_live_datas_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_market_candlesticks_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_market_orderbook_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_market_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_markets_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_milestone_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_milestones_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_multivariate_event_collection_lookup_history_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_multivariate_event_collection_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_multivariate_event_collections_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_multivariate_events_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_order_group_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_order_groups_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_order_queue_position_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_order_queue_positions_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_order_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_orders_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_portfolio_resting_order_total_value_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_positions_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_quote_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_quotes_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_rfq_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_rfqs_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_series_fee_changes_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_series_list_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_series_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_settlements_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_structured_target_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_structured_targets_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_tags_for_series_categories_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_trades_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_get_user_data_timestamp_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_incentive_program.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_incentive_programs_api.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_live_data.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_live_data_api.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_lookup_point.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_lookup_tickers_for_market_in_multivariate_event_collection_request.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_lookup_tickers_for_market_in_multivariate_event_collection_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_maintenance_window.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_market.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_market_api.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_market_candlestick.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_market_candlesticks_response.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_market_metadata.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_market_position.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_milestone.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_milestone_api.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_multivariate_api.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_multivariate_event_collection.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_mve_selected_leg.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_order.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_order_group.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_order_groups_api.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_order_queue_position.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_order_status.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_orderbook.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_orders_api.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_percentile_point.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_portfolio_api.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_price_distribution.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_price_range.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_quote.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_rfq.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_schedule.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_scope_list.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_search_api.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_self_trade_prevention_type.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_series.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_series_fee_change.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_settlement.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_settlement_source.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_sport_filter_details.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_structured_target.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_structured_targets_api.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_ticker_pair.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_trade.py +0 -0
- {kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.0}/test/test_weekly_schedule.py +0 -0
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kalshi_python_sync
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.2.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
|
|
7
5
|
Author-email: Kalshi <support@kalshi.com>
|
|
8
6
|
License: LicenseRef-Proprietary
|
|
9
7
|
Project-URL: Repository, https://github.com/Kalshi/exchange-infra
|
|
10
8
|
Keywords: OpenAPI,OpenAPI-Generator,Kalshi Trading API
|
|
11
|
-
Requires-Python: >=3.
|
|
9
|
+
Requires-Python: >=3.9
|
|
12
10
|
Description-Content-Type: text/markdown
|
|
13
11
|
Requires-Dist: urllib3<3.0.0,>=2.1.0
|
|
14
12
|
Requires-Dist: python-dateutil>=2.8.2
|
|
@@ -20,16 +18,14 @@ Provides-Extra: dev
|
|
|
20
18
|
Requires-Dist: pytest>=7.2.1; extra == "dev"
|
|
21
19
|
Requires-Dist: pytest-cov>=2.8.1; extra == "dev"
|
|
22
20
|
Requires-Dist: mypy>=1.5; extra == "dev"
|
|
23
|
-
Dynamic: author
|
|
24
|
-
Dynamic: home-page
|
|
25
21
|
|
|
26
22
|
# Kalshi Trading API
|
|
27
23
|
Complete API for the Kalshi trading platform including all handlers for SDK generation
|
|
28
24
|
|
|
29
25
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
30
26
|
|
|
31
|
-
- API version: 3.
|
|
32
|
-
- Package version: 3.
|
|
27
|
+
- API version: 3.2.0
|
|
28
|
+
- Package version: 3.2.0
|
|
33
29
|
- Generator version: 7.17.0
|
|
34
30
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
35
31
|
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.2.0
|
|
7
|
+
- Package version: 3.2.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.2.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.2.0"
|
|
17
17
|
|
|
18
18
|
# import apis into sdk package
|
|
19
19
|
from kalshi_python_sync.api.api_keys_api import ApiKeysApi
|
{kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.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.2.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.0.0 → kalshi_python_sync-3.2.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.2.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.2.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -940,7 +940,7 @@ class EventsApi:
|
|
|
940
940
|
) -> GetEventsResponse:
|
|
941
941
|
"""Get Events
|
|
942
942
|
|
|
943
|
-
|
|
943
|
+
Get all events. This endpoint excludes multivariate events. To retrieve multivariate events, use the GET /events/multivariate endpoint.
|
|
944
944
|
|
|
945
945
|
:param limit: Parameter to specify the number of results per page. Defaults to 200. Maximum value is 200.
|
|
946
946
|
:type limit: int
|
|
@@ -1035,7 +1035,7 @@ class EventsApi:
|
|
|
1035
1035
|
) -> ApiResponse[GetEventsResponse]:
|
|
1036
1036
|
"""Get Events
|
|
1037
1037
|
|
|
1038
|
-
|
|
1038
|
+
Get all events. This endpoint excludes multivariate events. To retrieve multivariate events, use the GET /events/multivariate endpoint.
|
|
1039
1039
|
|
|
1040
1040
|
:param limit: Parameter to specify the number of results per page. Defaults to 200. Maximum value is 200.
|
|
1041
1041
|
:type limit: int
|
|
@@ -1129,7 +1129,7 @@ class EventsApi:
|
|
|
1129
1129
|
) -> RESTResponseType:
|
|
1130
1130
|
"""Get Events
|
|
1131
1131
|
|
|
1132
|
-
|
|
1132
|
+
Get all events. This endpoint excludes multivariate events. To retrieve multivariate events, use the GET /events/multivariate endpoint.
|
|
1133
1133
|
|
|
1134
1134
|
:param limit: Parameter to specify the number of results per page. Defaults to 200. Maximum value is 200.
|
|
1135
1135
|
:type limit: int
|
{kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.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.2.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.2.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.2.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.0.0 → kalshi_python_sync-3.2.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.2.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.2.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.0.0 → kalshi_python_sync-3.2.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.2.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.0.0 → kalshi_python_sync-3.2.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.2.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.0.0 → kalshi_python_sync-3.2.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.2.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.2.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.0.0 → kalshi_python_sync-3.2.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.2.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
|
|
18
|
+
from pydantic import Field, StrictInt, StrictStr
|
|
19
19
|
from typing import Optional
|
|
20
20
|
from typing_extensions import Annotated
|
|
21
21
|
from kalshi_python_sync.models.get_balance_response import GetBalanceResponse
|
|
@@ -882,7 +882,6 @@ class PortfolioApi:
|
|
|
882
882
|
cursor: Any = None,
|
|
883
883
|
limit: Any = None,
|
|
884
884
|
count_filter: Any = None,
|
|
885
|
-
settlement_status: Any = None,
|
|
886
885
|
ticker: Any = None,
|
|
887
886
|
event_ticker: Any = None,
|
|
888
887
|
) -> GetPositionsResponse:
|
|
@@ -896,8 +895,6 @@ class PortfolioApi:
|
|
|
896
895
|
:type limit: int
|
|
897
896
|
:param count_filter: Restricts the positions to those with any of following fields with non-zero values, as a comma separated list. The following values are accepted - position, total_traded
|
|
898
897
|
:type count_filter: str
|
|
899
|
-
:param settlement_status: Settlement status of the markets to return. Defaults to unsettled.
|
|
900
|
-
:type settlement_status: str
|
|
901
898
|
:param ticker: Filter by market ticker
|
|
902
899
|
:type ticker: str
|
|
903
900
|
:param event_ticker: Event ticker of desired positions. Multiple event tickers can be provided as a comma-separated list (maximum 10).
|
|
@@ -929,7 +926,6 @@ class PortfolioApi:
|
|
|
929
926
|
cursor=cursor,
|
|
930
927
|
limit=limit,
|
|
931
928
|
count_filter=count_filter,
|
|
932
|
-
settlement_status=settlement_status,
|
|
933
929
|
ticker=ticker,
|
|
934
930
|
event_ticker=event_ticker,
|
|
935
931
|
_request_auth=None,
|
|
@@ -961,7 +957,6 @@ class PortfolioApi:
|
|
|
961
957
|
cursor: Annotated[Optional[StrictStr], Field(description="The Cursor represents a pointer to the next page of records in the pagination. Use the value returned from the previous response to get the next page.")] = None,
|
|
962
958
|
limit: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="Parameter to specify the number of results per page. Defaults to 100.")] = None,
|
|
963
959
|
count_filter: Annotated[Optional[StrictStr], Field(description="Restricts the positions to those with any of following fields with non-zero values, as a comma separated list. The following values are accepted - position, total_traded")] = None,
|
|
964
|
-
settlement_status: Annotated[Optional[StrictStr], Field(description="Settlement status of the markets to return. Defaults to unsettled.")] = None,
|
|
965
960
|
ticker: Annotated[Optional[StrictStr], Field(description="Filter by market ticker")] = None,
|
|
966
961
|
event_ticker: Annotated[Optional[StrictStr], Field(description="Event ticker of desired positions. Multiple event tickers can be provided as a comma-separated list (maximum 10).")] = None,
|
|
967
962
|
_request_timeout: Union[
|
|
@@ -987,8 +982,6 @@ class PortfolioApi:
|
|
|
987
982
|
:type limit: int
|
|
988
983
|
:param count_filter: Restricts the positions to those with any of following fields with non-zero values, as a comma separated list. The following values are accepted - position, total_traded
|
|
989
984
|
:type count_filter: str
|
|
990
|
-
:param settlement_status: Settlement status of the markets to return. Defaults to unsettled.
|
|
991
|
-
:type settlement_status: str
|
|
992
985
|
:param ticker: Filter by market ticker
|
|
993
986
|
:type ticker: str
|
|
994
987
|
:param event_ticker: Event ticker of desired positions. Multiple event tickers can be provided as a comma-separated list (maximum 10).
|
|
@@ -1019,7 +1012,6 @@ class PortfolioApi:
|
|
|
1019
1012
|
cursor=cursor,
|
|
1020
1013
|
limit=limit,
|
|
1021
1014
|
count_filter=count_filter,
|
|
1022
|
-
settlement_status=settlement_status,
|
|
1023
1015
|
ticker=ticker,
|
|
1024
1016
|
event_ticker=event_ticker,
|
|
1025
1017
|
_request_auth=_request_auth,
|
|
@@ -1051,7 +1043,6 @@ class PortfolioApi:
|
|
|
1051
1043
|
cursor: Annotated[Optional[StrictStr], Field(description="The Cursor represents a pointer to the next page of records in the pagination. Use the value returned from the previous response to get the next page.")] = None,
|
|
1052
1044
|
limit: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="Parameter to specify the number of results per page. Defaults to 100.")] = None,
|
|
1053
1045
|
count_filter: Annotated[Optional[StrictStr], Field(description="Restricts the positions to those with any of following fields with non-zero values, as a comma separated list. The following values are accepted - position, total_traded")] = None,
|
|
1054
|
-
settlement_status: Annotated[Optional[StrictStr], Field(description="Settlement status of the markets to return. Defaults to unsettled.")] = None,
|
|
1055
1046
|
ticker: Annotated[Optional[StrictStr], Field(description="Filter by market ticker")] = None,
|
|
1056
1047
|
event_ticker: Annotated[Optional[StrictStr], Field(description="Event ticker of desired positions. Multiple event tickers can be provided as a comma-separated list (maximum 10).")] = None,
|
|
1057
1048
|
_request_timeout: Union[
|
|
@@ -1077,8 +1068,6 @@ class PortfolioApi:
|
|
|
1077
1068
|
:type limit: int
|
|
1078
1069
|
:param count_filter: Restricts the positions to those with any of following fields with non-zero values, as a comma separated list. The following values are accepted - position, total_traded
|
|
1079
1070
|
:type count_filter: str
|
|
1080
|
-
:param settlement_status: Settlement status of the markets to return. Defaults to unsettled.
|
|
1081
|
-
:type settlement_status: str
|
|
1082
1071
|
:param ticker: Filter by market ticker
|
|
1083
1072
|
:type ticker: str
|
|
1084
1073
|
:param event_ticker: Event ticker of desired positions. Multiple event tickers can be provided as a comma-separated list (maximum 10).
|
|
@@ -1109,7 +1098,6 @@ class PortfolioApi:
|
|
|
1109
1098
|
cursor=cursor,
|
|
1110
1099
|
limit=limit,
|
|
1111
1100
|
count_filter=count_filter,
|
|
1112
|
-
settlement_status=settlement_status,
|
|
1113
1101
|
ticker=ticker,
|
|
1114
1102
|
event_ticker=event_ticker,
|
|
1115
1103
|
_request_auth=_request_auth,
|
|
@@ -1136,7 +1124,6 @@ class PortfolioApi:
|
|
|
1136
1124
|
cursor,
|
|
1137
1125
|
limit,
|
|
1138
1126
|
count_filter,
|
|
1139
|
-
settlement_status,
|
|
1140
1127
|
ticker,
|
|
1141
1128
|
event_ticker,
|
|
1142
1129
|
_request_auth,
|
|
@@ -1173,10 +1160,6 @@ class PortfolioApi:
|
|
|
1173
1160
|
|
|
1174
1161
|
_query_params.append(('count_filter', count_filter))
|
|
1175
1162
|
|
|
1176
|
-
if settlement_status is not None:
|
|
1177
|
-
|
|
1178
|
-
_query_params.append(('settlement_status', settlement_status))
|
|
1179
|
-
|
|
1180
1163
|
if ticker is not None:
|
|
1181
1164
|
|
|
1182
1165
|
_query_params.append(('ticker', ticker))
|
|
@@ -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.2.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.2.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.2.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.2.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.2.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.2.0\n"\
|
|
558
|
+
"SDK Package Version: 3.2.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.2.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.2.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.2.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.2.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.2.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.0.0 → kalshi_python_sync-3.2.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.2.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.2.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -28,7 +28,8 @@ class ApiKey(BaseModel):
|
|
|
28
28
|
""" # noqa: E501
|
|
29
29
|
api_key_id: StrictStr = Field(description="Unique identifier for the API key")
|
|
30
30
|
name: StrictStr = Field(description="User-provided name for the API key")
|
|
31
|
-
|
|
31
|
+
scopes: List[StrictStr] = Field(description="List of scopes granted to this API key. Valid values are 'read' and 'write'.")
|
|
32
|
+
__properties: ClassVar[List[str]] = ["api_key_id", "name", "scopes"]
|
|
32
33
|
|
|
33
34
|
model_config = ConfigDict(
|
|
34
35
|
populate_by_name=True,
|
|
@@ -82,7 +83,8 @@ class ApiKey(BaseModel):
|
|
|
82
83
|
|
|
83
84
|
_obj = cls.model_validate({
|
|
84
85
|
"api_key_id": obj.get("api_key_id"),
|
|
85
|
-
"name": obj.get("name")
|
|
86
|
+
"name": obj.get("name"),
|
|
87
|
+
"scopes": obj.get("scopes")
|
|
86
88
|
})
|
|
87
89
|
return _obj
|
|
88
90
|
|
{kalshi_python_sync-3.0.0 → kalshi_python_sync-3.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -18,7 +18,7 @@ import re # noqa: F401
|
|
|
18
18
|
import json
|
|
19
19
|
|
|
20
20
|
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
21
|
-
from typing import Any, ClassVar, Dict, List
|
|
21
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
22
|
from typing import Optional, Set
|
|
23
23
|
from typing_extensions import Self
|
|
24
24
|
|
|
@@ -28,7 +28,8 @@ class CreateApiKeyRequest(BaseModel):
|
|
|
28
28
|
""" # noqa: E501
|
|
29
29
|
name: StrictStr = Field(description="Name for the API key. This helps identify the key's purpose")
|
|
30
30
|
public_key: StrictStr = Field(description="RSA public key in PEM format. This will be used to verify signatures on API requests")
|
|
31
|
-
|
|
31
|
+
scopes: Optional[List[StrictStr]] = Field(default=None, description="List of scopes to grant to the API key. Valid values are 'read' and 'write'. If 'write' is included, 'read' must also be included. Defaults to full access (['read', 'write']) if not provided.")
|
|
32
|
+
__properties: ClassVar[List[str]] = ["name", "public_key", "scopes"]
|
|
32
33
|
|
|
33
34
|
model_config = ConfigDict(
|
|
34
35
|
populate_by_name=True,
|
|
@@ -82,7 +83,8 @@ class CreateApiKeyRequest(BaseModel):
|
|
|
82
83
|
|
|
83
84
|
_obj = cls.model_validate({
|
|
84
85
|
"name": obj.get("name"),
|
|
85
|
-
"public_key": obj.get("public_key")
|
|
86
|
+
"public_key": obj.get("public_key"),
|
|
87
|
+
"scopes": obj.get("scopes")
|
|
86
88
|
})
|
|
87
89
|
return _obj
|
|
88
90
|
|
|
@@ -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.2.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.2.0
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|