airweave-sdk 0.8.36__tar.gz → 0.8.47__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.
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/PKG-INFO +1 -1
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/pyproject.toml +1 -1
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/__init__.py +36 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/core/client_wrapper.py +2 -2
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/__init__.py +38 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/admin_sync_info.py +1 -3
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/authentication_method.py +1 -1
- airweave_sdk-0.8.47/src/airweave/types/body_resync_with_execution_config_admin_resync_sync_id_post.py +28 -0
- airweave_sdk-0.8.47/src/airweave/types/create_subscription_request.py +26 -0
- airweave_sdk-0.8.47/src/airweave/types/endpoint_out.py +35 -0
- airweave_sdk-0.8.47/src/airweave/types/endpoint_secret_out.py +19 -0
- airweave_sdk-0.8.47/src/airweave/types/event_type.py +7 -0
- airweave_sdk-0.8.47/src/airweave/types/feature_flag.py +15 -0
- airweave_sdk-0.8.47/src/airweave/types/message_attempt_out.py +37 -0
- airweave_sdk-0.8.47/src/airweave/types/message_attempt_trigger_type.py +3 -0
- airweave_sdk-0.8.47/src/airweave/types/message_out.py +29 -0
- airweave_sdk-0.8.47/src/airweave/types/message_status.py +3 -0
- airweave_sdk-0.8.47/src/airweave/types/message_status_text.py +5 -0
- airweave_sdk-0.8.47/src/airweave/types/patch_subscription_request.py +25 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/search_request.py +1 -1
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/source.py +10 -0
- airweave_sdk-0.8.47/src/airweave/types/subscription_with_attempts_out.py +26 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/sync_job.py +1 -0
- airweave_sdk-0.8.36/src/airweave/types/feature_flag.py +0 -8
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/README.md +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/client.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/collections/__init__.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/collections/client.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/collections/raw_client.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/collections/types/__init__.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/collections/types/search_collections_readable_id_search_post_request.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/collections/types/search_collections_readable_id_search_post_response.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/core/__init__.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/core/api_error.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/core/datetime_utils.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/core/file.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/core/force_multipart.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/core/http_client.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/core/http_response.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/core/jsonable_encoder.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/core/pydantic_utilities.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/core/query_encoder.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/core/remove_none_from_dict.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/core/request_options.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/core/serialization.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/environment.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/errors/__init__.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/errors/unprocessable_entity_error.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/py.typed +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/source_connections/__init__.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/source_connections/client.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/source_connections/raw_client.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/source_connections/types/__init__.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/source_connections/types/authentication.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/sources/__init__.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/sources/client.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/sources/raw_client.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/action_check_request.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/action_check_response.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/admin_search_destination.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/any.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/api_key.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/api_key_create.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/auth_provider.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/auth_provider_authentication.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/auth_provider_connection.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/auth_provider_connection_create.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/auth_provider_connection_update.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/authentication_details.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/behavior_config.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/billing_period.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/billing_period_status.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/billing_period_usage.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/billing_plan.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/billing_status.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/billing_transition.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/body_connect_slack_with_token_connections_direct_token_slack_post.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/checkout_session_request.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/checkout_session_response.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/collection.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/collection_status.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/collection_update.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/config_field.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/config_values.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/connection.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/connection_status.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/cursor_config.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/customer_portal_request.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/customer_portal_response.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/datetime_range.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/destination.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/destination_config.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/destination_with_authentication_fields.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/direct_authentication.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/embedding_model.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/embedding_model_with_authentication_fields.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/entity_count.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/entity_count_with_definition.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/entity_definition.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/entity_definition_create.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/entity_definition_create_entity_schema.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/entity_definition_entity_schema.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/entity_summary.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/entity_type.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/entity_type_stats.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/except_.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/field_condition.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/fields.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/filter.py +4 -4
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/filter_must_item.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/filter_must_not.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/filter_must_not_item.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/filter_should_item.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/geo_bounding_box.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/geo_line_string.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/geo_point.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/geo_polygon.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/geo_radius.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/gt.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/gte.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/handler_config.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/has_id_condition.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/has_id_condition_has_id_item.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/has_vector_condition.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/http_validation_error.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/integration_credential_in_db.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/integration_credential_raw_create.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/integration_type.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/invitation_create.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/invitation_response.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/is_empty_condition.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/is_null_condition.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/legacy_search_request.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/legacy_search_request_search_method.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/legacy_search_response.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/lt.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/lte.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/match.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/match_any.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/match_except.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/match_phrase.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/match_text.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/match_value.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/member_response.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/message_response.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/min_should.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/min_should_conditions_item.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/minute_level_schedule_config.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/must.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/nested.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/nested_condition.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/o_auth_browser_authentication.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/o_auth_token_authentication.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/o_auth_type.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/organization.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/organization_billing.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/organization_create.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/organization_metrics.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/organization_with_role.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/payload_field.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/query_expansion_strategy.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/range.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/response_type.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/retrieval_strategy.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/s_3_config_request.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/s_3_config_response.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/schedule_config.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/schedule_details.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/schedule_response.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/search_response.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/search_status.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/should.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/single_action_check_response.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/single_action_check_response_reason.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/source_connection.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/source_connection_job.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/source_connection_list_item.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/source_connection_status.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/source_rate_limit.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/source_rate_limit_response.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/source_rate_limit_update_request.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/subscription_info.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/sync.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/sync_config.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/sync_create.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/sync_details.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/sync_job_details.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/sync_job_status.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/sync_status.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/sync_update.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/transformer.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/transformer_create.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/transformer_update.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/update_plan_request.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/usage_dashboard.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/usage_snapshot.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/usage_trend.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/user.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/user_create.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/user_organization.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/validation_error.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/validation_error_loc_item.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/value.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/types/values_count.py +0 -0
- {airweave_sdk-0.8.36 → airweave_sdk-0.8.47}/src/airweave/version.py +0 -0
|
@@ -29,6 +29,7 @@ if typing.TYPE_CHECKING:
|
|
|
29
29
|
BillingStatus,
|
|
30
30
|
BillingTransition,
|
|
31
31
|
BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost,
|
|
32
|
+
BodyResyncWithExecutionConfigAdminResyncSyncIdPost,
|
|
32
33
|
CheckoutSessionRequest,
|
|
33
34
|
CheckoutSessionResponse,
|
|
34
35
|
Collection,
|
|
@@ -38,6 +39,7 @@ if typing.TYPE_CHECKING:
|
|
|
38
39
|
ConfigValues,
|
|
39
40
|
Connection,
|
|
40
41
|
ConnectionStatus,
|
|
42
|
+
CreateSubscriptionRequest,
|
|
41
43
|
CursorConfig,
|
|
42
44
|
CustomerPortalRequest,
|
|
43
45
|
CustomerPortalResponse,
|
|
@@ -48,6 +50,8 @@ if typing.TYPE_CHECKING:
|
|
|
48
50
|
DirectAuthentication,
|
|
49
51
|
EmbeddingModel,
|
|
50
52
|
EmbeddingModelWithAuthenticationFields,
|
|
53
|
+
EndpointOut,
|
|
54
|
+
EndpointSecretOut,
|
|
51
55
|
EntityCount,
|
|
52
56
|
EntityCountWithDefinition,
|
|
53
57
|
EntityDefinition,
|
|
@@ -57,6 +61,7 @@ if typing.TYPE_CHECKING:
|
|
|
57
61
|
EntitySummary,
|
|
58
62
|
EntityType,
|
|
59
63
|
EntityTypeStats,
|
|
64
|
+
EventType,
|
|
60
65
|
Except,
|
|
61
66
|
FeatureFlag,
|
|
62
67
|
FieldCondition,
|
|
@@ -97,7 +102,12 @@ if typing.TYPE_CHECKING:
|
|
|
97
102
|
MatchText,
|
|
98
103
|
MatchValue,
|
|
99
104
|
MemberResponse,
|
|
105
|
+
MessageAttemptOut,
|
|
106
|
+
MessageAttemptTriggerType,
|
|
107
|
+
MessageOut,
|
|
100
108
|
MessageResponse,
|
|
109
|
+
MessageStatus,
|
|
110
|
+
MessageStatusText,
|
|
101
111
|
MinShould,
|
|
102
112
|
MinShouldConditionsItem,
|
|
103
113
|
MinuteLevelScheduleConfig,
|
|
@@ -112,6 +122,7 @@ if typing.TYPE_CHECKING:
|
|
|
112
122
|
OrganizationCreate,
|
|
113
123
|
OrganizationMetrics,
|
|
114
124
|
OrganizationWithRole,
|
|
125
|
+
PatchSubscriptionRequest,
|
|
115
126
|
PayloadField,
|
|
116
127
|
QueryExpansionStrategy,
|
|
117
128
|
Range,
|
|
@@ -137,6 +148,7 @@ if typing.TYPE_CHECKING:
|
|
|
137
148
|
SourceRateLimitResponse,
|
|
138
149
|
SourceRateLimitUpdateRequest,
|
|
139
150
|
SubscriptionInfo,
|
|
151
|
+
SubscriptionWithAttemptsOut,
|
|
140
152
|
Sync,
|
|
141
153
|
SyncConfig,
|
|
142
154
|
SyncCreate,
|
|
@@ -195,6 +207,7 @@ _dynamic_imports: typing.Dict[str, str] = {
|
|
|
195
207
|
"BillingStatus": ".types",
|
|
196
208
|
"BillingTransition": ".types",
|
|
197
209
|
"BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost": ".types",
|
|
210
|
+
"BodyResyncWithExecutionConfigAdminResyncSyncIdPost": ".types",
|
|
198
211
|
"CheckoutSessionRequest": ".types",
|
|
199
212
|
"CheckoutSessionResponse": ".types",
|
|
200
213
|
"Collection": ".types",
|
|
@@ -204,6 +217,7 @@ _dynamic_imports: typing.Dict[str, str] = {
|
|
|
204
217
|
"ConfigValues": ".types",
|
|
205
218
|
"Connection": ".types",
|
|
206
219
|
"ConnectionStatus": ".types",
|
|
220
|
+
"CreateSubscriptionRequest": ".types",
|
|
207
221
|
"CursorConfig": ".types",
|
|
208
222
|
"CustomerPortalRequest": ".types",
|
|
209
223
|
"CustomerPortalResponse": ".types",
|
|
@@ -214,6 +228,8 @@ _dynamic_imports: typing.Dict[str, str] = {
|
|
|
214
228
|
"DirectAuthentication": ".types",
|
|
215
229
|
"EmbeddingModel": ".types",
|
|
216
230
|
"EmbeddingModelWithAuthenticationFields": ".types",
|
|
231
|
+
"EndpointOut": ".types",
|
|
232
|
+
"EndpointSecretOut": ".types",
|
|
217
233
|
"EntityCount": ".types",
|
|
218
234
|
"EntityCountWithDefinition": ".types",
|
|
219
235
|
"EntityDefinition": ".types",
|
|
@@ -223,6 +239,7 @@ _dynamic_imports: typing.Dict[str, str] = {
|
|
|
223
239
|
"EntitySummary": ".types",
|
|
224
240
|
"EntityType": ".types",
|
|
225
241
|
"EntityTypeStats": ".types",
|
|
242
|
+
"EventType": ".types",
|
|
226
243
|
"Except": ".types",
|
|
227
244
|
"FeatureFlag": ".types",
|
|
228
245
|
"FieldCondition": ".types",
|
|
@@ -263,7 +280,12 @@ _dynamic_imports: typing.Dict[str, str] = {
|
|
|
263
280
|
"MatchText": ".types",
|
|
264
281
|
"MatchValue": ".types",
|
|
265
282
|
"MemberResponse": ".types",
|
|
283
|
+
"MessageAttemptOut": ".types",
|
|
284
|
+
"MessageAttemptTriggerType": ".types",
|
|
285
|
+
"MessageOut": ".types",
|
|
266
286
|
"MessageResponse": ".types",
|
|
287
|
+
"MessageStatus": ".types",
|
|
288
|
+
"MessageStatusText": ".types",
|
|
267
289
|
"MinShould": ".types",
|
|
268
290
|
"MinShouldConditionsItem": ".types",
|
|
269
291
|
"MinuteLevelScheduleConfig": ".types",
|
|
@@ -278,6 +300,7 @@ _dynamic_imports: typing.Dict[str, str] = {
|
|
|
278
300
|
"OrganizationCreate": ".types",
|
|
279
301
|
"OrganizationMetrics": ".types",
|
|
280
302
|
"OrganizationWithRole": ".types",
|
|
303
|
+
"PatchSubscriptionRequest": ".types",
|
|
281
304
|
"PayloadField": ".types",
|
|
282
305
|
"QueryExpansionStrategy": ".types",
|
|
283
306
|
"Range": ".types",
|
|
@@ -305,6 +328,7 @@ _dynamic_imports: typing.Dict[str, str] = {
|
|
|
305
328
|
"SourceRateLimitResponse": ".types",
|
|
306
329
|
"SourceRateLimitUpdateRequest": ".types",
|
|
307
330
|
"SubscriptionInfo": ".types",
|
|
331
|
+
"SubscriptionWithAttemptsOut": ".types",
|
|
308
332
|
"Sync": ".types",
|
|
309
333
|
"SyncConfig": ".types",
|
|
310
334
|
"SyncCreate": ".types",
|
|
@@ -384,6 +408,7 @@ __all__ = [
|
|
|
384
408
|
"BillingStatus",
|
|
385
409
|
"BillingTransition",
|
|
386
410
|
"BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost",
|
|
411
|
+
"BodyResyncWithExecutionConfigAdminResyncSyncIdPost",
|
|
387
412
|
"CheckoutSessionRequest",
|
|
388
413
|
"CheckoutSessionResponse",
|
|
389
414
|
"Collection",
|
|
@@ -393,6 +418,7 @@ __all__ = [
|
|
|
393
418
|
"ConfigValues",
|
|
394
419
|
"Connection",
|
|
395
420
|
"ConnectionStatus",
|
|
421
|
+
"CreateSubscriptionRequest",
|
|
396
422
|
"CursorConfig",
|
|
397
423
|
"CustomerPortalRequest",
|
|
398
424
|
"CustomerPortalResponse",
|
|
@@ -403,6 +429,8 @@ __all__ = [
|
|
|
403
429
|
"DirectAuthentication",
|
|
404
430
|
"EmbeddingModel",
|
|
405
431
|
"EmbeddingModelWithAuthenticationFields",
|
|
432
|
+
"EndpointOut",
|
|
433
|
+
"EndpointSecretOut",
|
|
406
434
|
"EntityCount",
|
|
407
435
|
"EntityCountWithDefinition",
|
|
408
436
|
"EntityDefinition",
|
|
@@ -412,6 +440,7 @@ __all__ = [
|
|
|
412
440
|
"EntitySummary",
|
|
413
441
|
"EntityType",
|
|
414
442
|
"EntityTypeStats",
|
|
443
|
+
"EventType",
|
|
415
444
|
"Except",
|
|
416
445
|
"FeatureFlag",
|
|
417
446
|
"FieldCondition",
|
|
@@ -452,7 +481,12 @@ __all__ = [
|
|
|
452
481
|
"MatchText",
|
|
453
482
|
"MatchValue",
|
|
454
483
|
"MemberResponse",
|
|
484
|
+
"MessageAttemptOut",
|
|
485
|
+
"MessageAttemptTriggerType",
|
|
486
|
+
"MessageOut",
|
|
455
487
|
"MessageResponse",
|
|
488
|
+
"MessageStatus",
|
|
489
|
+
"MessageStatusText",
|
|
456
490
|
"MinShould",
|
|
457
491
|
"MinShouldConditionsItem",
|
|
458
492
|
"MinuteLevelScheduleConfig",
|
|
@@ -467,6 +501,7 @@ __all__ = [
|
|
|
467
501
|
"OrganizationCreate",
|
|
468
502
|
"OrganizationMetrics",
|
|
469
503
|
"OrganizationWithRole",
|
|
504
|
+
"PatchSubscriptionRequest",
|
|
470
505
|
"PayloadField",
|
|
471
506
|
"QueryExpansionStrategy",
|
|
472
507
|
"Range",
|
|
@@ -494,6 +529,7 @@ __all__ = [
|
|
|
494
529
|
"SourceRateLimitResponse",
|
|
495
530
|
"SourceRateLimitUpdateRequest",
|
|
496
531
|
"SubscriptionInfo",
|
|
532
|
+
"SubscriptionWithAttemptsOut",
|
|
497
533
|
"Sync",
|
|
498
534
|
"SyncConfig",
|
|
499
535
|
"SyncCreate",
|
|
@@ -26,10 +26,10 @@ class BaseClientWrapper:
|
|
|
26
26
|
|
|
27
27
|
def get_headers(self) -> typing.Dict[str, str]:
|
|
28
28
|
headers: typing.Dict[str, str] = {
|
|
29
|
-
"User-Agent": "airweave-sdk/v0.8.
|
|
29
|
+
"User-Agent": "airweave-sdk/v0.8.47",
|
|
30
30
|
"X-Fern-Language": "Python",
|
|
31
31
|
"X-Fern-SDK-Name": "airweave-sdk",
|
|
32
|
-
"X-Fern-SDK-Version": "v0.8.
|
|
32
|
+
"X-Fern-SDK-Version": "v0.8.47",
|
|
33
33
|
**(self.get_custom_headers() or {}),
|
|
34
34
|
}
|
|
35
35
|
if self._framework_name is not None:
|
|
@@ -30,6 +30,9 @@ if typing.TYPE_CHECKING:
|
|
|
30
30
|
from .body_connect_slack_with_token_connections_direct_token_slack_post import (
|
|
31
31
|
BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost,
|
|
32
32
|
)
|
|
33
|
+
from .body_resync_with_execution_config_admin_resync_sync_id_post import (
|
|
34
|
+
BodyResyncWithExecutionConfigAdminResyncSyncIdPost,
|
|
35
|
+
)
|
|
33
36
|
from .checkout_session_request import CheckoutSessionRequest
|
|
34
37
|
from .checkout_session_response import CheckoutSessionResponse
|
|
35
38
|
from .collection import Collection
|
|
@@ -39,6 +42,7 @@ if typing.TYPE_CHECKING:
|
|
|
39
42
|
from .config_values import ConfigValues
|
|
40
43
|
from .connection import Connection
|
|
41
44
|
from .connection_status import ConnectionStatus
|
|
45
|
+
from .create_subscription_request import CreateSubscriptionRequest
|
|
42
46
|
from .cursor_config import CursorConfig
|
|
43
47
|
from .customer_portal_request import CustomerPortalRequest
|
|
44
48
|
from .customer_portal_response import CustomerPortalResponse
|
|
@@ -49,6 +53,8 @@ if typing.TYPE_CHECKING:
|
|
|
49
53
|
from .direct_authentication import DirectAuthentication
|
|
50
54
|
from .embedding_model import EmbeddingModel
|
|
51
55
|
from .embedding_model_with_authentication_fields import EmbeddingModelWithAuthenticationFields
|
|
56
|
+
from .endpoint_out import EndpointOut
|
|
57
|
+
from .endpoint_secret_out import EndpointSecretOut
|
|
52
58
|
from .entity_count import EntityCount
|
|
53
59
|
from .entity_count_with_definition import EntityCountWithDefinition
|
|
54
60
|
from .entity_definition import EntityDefinition
|
|
@@ -58,6 +64,7 @@ if typing.TYPE_CHECKING:
|
|
|
58
64
|
from .entity_summary import EntitySummary
|
|
59
65
|
from .entity_type import EntityType
|
|
60
66
|
from .entity_type_stats import EntityTypeStats
|
|
67
|
+
from .event_type import EventType
|
|
61
68
|
from .except_ import Except
|
|
62
69
|
from .feature_flag import FeatureFlag
|
|
63
70
|
from .field_condition import FieldCondition
|
|
@@ -98,7 +105,12 @@ if typing.TYPE_CHECKING:
|
|
|
98
105
|
from .match_text import MatchText
|
|
99
106
|
from .match_value import MatchValue
|
|
100
107
|
from .member_response import MemberResponse
|
|
108
|
+
from .message_attempt_out import MessageAttemptOut
|
|
109
|
+
from .message_attempt_trigger_type import MessageAttemptTriggerType
|
|
110
|
+
from .message_out import MessageOut
|
|
101
111
|
from .message_response import MessageResponse
|
|
112
|
+
from .message_status import MessageStatus
|
|
113
|
+
from .message_status_text import MessageStatusText
|
|
102
114
|
from .min_should import MinShould
|
|
103
115
|
from .min_should_conditions_item import MinShouldConditionsItem
|
|
104
116
|
from .minute_level_schedule_config import MinuteLevelScheduleConfig
|
|
@@ -113,6 +125,7 @@ if typing.TYPE_CHECKING:
|
|
|
113
125
|
from .organization_create import OrganizationCreate
|
|
114
126
|
from .organization_metrics import OrganizationMetrics
|
|
115
127
|
from .organization_with_role import OrganizationWithRole
|
|
128
|
+
from .patch_subscription_request import PatchSubscriptionRequest
|
|
116
129
|
from .payload_field import PayloadField
|
|
117
130
|
from .query_expansion_strategy import QueryExpansionStrategy
|
|
118
131
|
from .range import Range
|
|
@@ -138,6 +151,7 @@ if typing.TYPE_CHECKING:
|
|
|
138
151
|
from .source_rate_limit_response import SourceRateLimitResponse
|
|
139
152
|
from .source_rate_limit_update_request import SourceRateLimitUpdateRequest
|
|
140
153
|
from .subscription_info import SubscriptionInfo
|
|
154
|
+
from .subscription_with_attempts_out import SubscriptionWithAttemptsOut
|
|
141
155
|
from .sync import Sync
|
|
142
156
|
from .sync_config import SyncConfig
|
|
143
157
|
from .sync_create import SyncCreate
|
|
@@ -184,6 +198,7 @@ _dynamic_imports: typing.Dict[str, str] = {
|
|
|
184
198
|
"BillingStatus": ".billing_status",
|
|
185
199
|
"BillingTransition": ".billing_transition",
|
|
186
200
|
"BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost": ".body_connect_slack_with_token_connections_direct_token_slack_post",
|
|
201
|
+
"BodyResyncWithExecutionConfigAdminResyncSyncIdPost": ".body_resync_with_execution_config_admin_resync_sync_id_post",
|
|
187
202
|
"CheckoutSessionRequest": ".checkout_session_request",
|
|
188
203
|
"CheckoutSessionResponse": ".checkout_session_response",
|
|
189
204
|
"Collection": ".collection",
|
|
@@ -193,6 +208,7 @@ _dynamic_imports: typing.Dict[str, str] = {
|
|
|
193
208
|
"ConfigValues": ".config_values",
|
|
194
209
|
"Connection": ".connection",
|
|
195
210
|
"ConnectionStatus": ".connection_status",
|
|
211
|
+
"CreateSubscriptionRequest": ".create_subscription_request",
|
|
196
212
|
"CursorConfig": ".cursor_config",
|
|
197
213
|
"CustomerPortalRequest": ".customer_portal_request",
|
|
198
214
|
"CustomerPortalResponse": ".customer_portal_response",
|
|
@@ -203,6 +219,8 @@ _dynamic_imports: typing.Dict[str, str] = {
|
|
|
203
219
|
"DirectAuthentication": ".direct_authentication",
|
|
204
220
|
"EmbeddingModel": ".embedding_model",
|
|
205
221
|
"EmbeddingModelWithAuthenticationFields": ".embedding_model_with_authentication_fields",
|
|
222
|
+
"EndpointOut": ".endpoint_out",
|
|
223
|
+
"EndpointSecretOut": ".endpoint_secret_out",
|
|
206
224
|
"EntityCount": ".entity_count",
|
|
207
225
|
"EntityCountWithDefinition": ".entity_count_with_definition",
|
|
208
226
|
"EntityDefinition": ".entity_definition",
|
|
@@ -212,6 +230,7 @@ _dynamic_imports: typing.Dict[str, str] = {
|
|
|
212
230
|
"EntitySummary": ".entity_summary",
|
|
213
231
|
"EntityType": ".entity_type",
|
|
214
232
|
"EntityTypeStats": ".entity_type_stats",
|
|
233
|
+
"EventType": ".event_type",
|
|
215
234
|
"Except": ".except_",
|
|
216
235
|
"FeatureFlag": ".feature_flag",
|
|
217
236
|
"FieldCondition": ".field_condition",
|
|
@@ -252,7 +271,12 @@ _dynamic_imports: typing.Dict[str, str] = {
|
|
|
252
271
|
"MatchText": ".match_text",
|
|
253
272
|
"MatchValue": ".match_value",
|
|
254
273
|
"MemberResponse": ".member_response",
|
|
274
|
+
"MessageAttemptOut": ".message_attempt_out",
|
|
275
|
+
"MessageAttemptTriggerType": ".message_attempt_trigger_type",
|
|
276
|
+
"MessageOut": ".message_out",
|
|
255
277
|
"MessageResponse": ".message_response",
|
|
278
|
+
"MessageStatus": ".message_status",
|
|
279
|
+
"MessageStatusText": ".message_status_text",
|
|
256
280
|
"MinShould": ".min_should",
|
|
257
281
|
"MinShouldConditionsItem": ".min_should_conditions_item",
|
|
258
282
|
"MinuteLevelScheduleConfig": ".minute_level_schedule_config",
|
|
@@ -267,6 +291,7 @@ _dynamic_imports: typing.Dict[str, str] = {
|
|
|
267
291
|
"OrganizationCreate": ".organization_create",
|
|
268
292
|
"OrganizationMetrics": ".organization_metrics",
|
|
269
293
|
"OrganizationWithRole": ".organization_with_role",
|
|
294
|
+
"PatchSubscriptionRequest": ".patch_subscription_request",
|
|
270
295
|
"PayloadField": ".payload_field",
|
|
271
296
|
"QueryExpansionStrategy": ".query_expansion_strategy",
|
|
272
297
|
"Range": ".range",
|
|
@@ -292,6 +317,7 @@ _dynamic_imports: typing.Dict[str, str] = {
|
|
|
292
317
|
"SourceRateLimitResponse": ".source_rate_limit_response",
|
|
293
318
|
"SourceRateLimitUpdateRequest": ".source_rate_limit_update_request",
|
|
294
319
|
"SubscriptionInfo": ".subscription_info",
|
|
320
|
+
"SubscriptionWithAttemptsOut": ".subscription_with_attempts_out",
|
|
295
321
|
"Sync": ".sync",
|
|
296
322
|
"SyncConfig": ".sync_config",
|
|
297
323
|
"SyncCreate": ".sync_create",
|
|
@@ -362,6 +388,7 @@ __all__ = [
|
|
|
362
388
|
"BillingStatus",
|
|
363
389
|
"BillingTransition",
|
|
364
390
|
"BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost",
|
|
391
|
+
"BodyResyncWithExecutionConfigAdminResyncSyncIdPost",
|
|
365
392
|
"CheckoutSessionRequest",
|
|
366
393
|
"CheckoutSessionResponse",
|
|
367
394
|
"Collection",
|
|
@@ -371,6 +398,7 @@ __all__ = [
|
|
|
371
398
|
"ConfigValues",
|
|
372
399
|
"Connection",
|
|
373
400
|
"ConnectionStatus",
|
|
401
|
+
"CreateSubscriptionRequest",
|
|
374
402
|
"CursorConfig",
|
|
375
403
|
"CustomerPortalRequest",
|
|
376
404
|
"CustomerPortalResponse",
|
|
@@ -381,6 +409,8 @@ __all__ = [
|
|
|
381
409
|
"DirectAuthentication",
|
|
382
410
|
"EmbeddingModel",
|
|
383
411
|
"EmbeddingModelWithAuthenticationFields",
|
|
412
|
+
"EndpointOut",
|
|
413
|
+
"EndpointSecretOut",
|
|
384
414
|
"EntityCount",
|
|
385
415
|
"EntityCountWithDefinition",
|
|
386
416
|
"EntityDefinition",
|
|
@@ -390,6 +420,7 @@ __all__ = [
|
|
|
390
420
|
"EntitySummary",
|
|
391
421
|
"EntityType",
|
|
392
422
|
"EntityTypeStats",
|
|
423
|
+
"EventType",
|
|
393
424
|
"Except",
|
|
394
425
|
"FeatureFlag",
|
|
395
426
|
"FieldCondition",
|
|
@@ -430,7 +461,12 @@ __all__ = [
|
|
|
430
461
|
"MatchText",
|
|
431
462
|
"MatchValue",
|
|
432
463
|
"MemberResponse",
|
|
464
|
+
"MessageAttemptOut",
|
|
465
|
+
"MessageAttemptTriggerType",
|
|
466
|
+
"MessageOut",
|
|
433
467
|
"MessageResponse",
|
|
468
|
+
"MessageStatus",
|
|
469
|
+
"MessageStatusText",
|
|
434
470
|
"MinShould",
|
|
435
471
|
"MinShouldConditionsItem",
|
|
436
472
|
"MinuteLevelScheduleConfig",
|
|
@@ -445,6 +481,7 @@ __all__ = [
|
|
|
445
481
|
"OrganizationCreate",
|
|
446
482
|
"OrganizationMetrics",
|
|
447
483
|
"OrganizationWithRole",
|
|
484
|
+
"PatchSubscriptionRequest",
|
|
448
485
|
"PayloadField",
|
|
449
486
|
"QueryExpansionStrategy",
|
|
450
487
|
"Range",
|
|
@@ -470,6 +507,7 @@ __all__ = [
|
|
|
470
507
|
"SourceRateLimitResponse",
|
|
471
508
|
"SourceRateLimitUpdateRequest",
|
|
472
509
|
"SubscriptionInfo",
|
|
510
|
+
"SubscriptionWithAttemptsOut",
|
|
473
511
|
"Sync",
|
|
474
512
|
"SyncConfig",
|
|
475
513
|
"SyncCreate",
|
|
@@ -38,12 +38,10 @@ class AdminSyncInfo(UniversalBaseModel):
|
|
|
38
38
|
last_job_status: typing.Optional[str] = None
|
|
39
39
|
last_job_at: typing.Optional[dt.datetime] = None
|
|
40
40
|
last_job_error: typing.Optional[str] = None
|
|
41
|
+
all_tags: typing.Optional[typing.List[str]] = None
|
|
41
42
|
source_short_name: typing.Optional[str] = None
|
|
42
43
|
source_is_authenticated: typing.Optional[bool] = None
|
|
43
44
|
readable_collection_id: typing.Optional[str] = None
|
|
44
|
-
last_vespa_job_id: typing.Optional[str] = None
|
|
45
|
-
last_vespa_job_status: typing.Optional[str] = None
|
|
46
|
-
last_vespa_job_at: typing.Optional[dt.datetime] = None
|
|
47
45
|
|
|
48
46
|
if IS_PYDANTIC_V2:
|
|
49
47
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
AuthenticationMethod = typing.Union[
|
|
6
|
-
typing.Literal["direct", "oauth_browser", "oauth_token", "oauth_byoc", "auth_provider"
|
|
6
|
+
typing.Literal["direct", "oauth_browser", "oauth_token", "oauth_byoc", "auth_provider"], typing.Any
|
|
7
7
|
]
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
import pydantic
|
|
6
|
+
from ..core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
7
|
+
from .sync_config import SyncConfig
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class BodyResyncWithExecutionConfigAdminResyncSyncIdPost(UniversalBaseModel):
|
|
11
|
+
execution_config: typing.Optional[SyncConfig] = pydantic.Field(default=None)
|
|
12
|
+
"""
|
|
13
|
+
Optional nested SyncConfig for sync behavior (destinations, handlers, cursor, behavior)
|
|
14
|
+
"""
|
|
15
|
+
|
|
16
|
+
tags: typing.Optional[typing.List[str]] = pydantic.Field(default=None)
|
|
17
|
+
"""
|
|
18
|
+
Optional tags for filtering and organizing sync jobs (e.g., ['vespa-backfill-01-22-2026', 'manual'])
|
|
19
|
+
"""
|
|
20
|
+
|
|
21
|
+
if IS_PYDANTIC_V2:
|
|
22
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
23
|
+
else:
|
|
24
|
+
|
|
25
|
+
class Config:
|
|
26
|
+
frozen = True
|
|
27
|
+
smart_union = True
|
|
28
|
+
extra = pydantic.Extra.allow
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
import pydantic
|
|
6
|
+
from ..core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
7
|
+
from .event_type import EventType
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class CreateSubscriptionRequest(UniversalBaseModel):
|
|
11
|
+
"""
|
|
12
|
+
Request model for creating a new webhook subscription.
|
|
13
|
+
"""
|
|
14
|
+
|
|
15
|
+
url: str
|
|
16
|
+
event_types: typing.List[EventType]
|
|
17
|
+
secret: typing.Optional[str] = None
|
|
18
|
+
|
|
19
|
+
if IS_PYDANTIC_V2:
|
|
20
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
21
|
+
else:
|
|
22
|
+
|
|
23
|
+
class Config:
|
|
24
|
+
frozen = True
|
|
25
|
+
smart_union = True
|
|
26
|
+
extra = pydantic.Extra.allow
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import datetime as dt
|
|
4
|
+
import typing
|
|
5
|
+
|
|
6
|
+
import pydantic
|
|
7
|
+
import typing_extensions
|
|
8
|
+
from ..core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
9
|
+
from ..core.serialization import FieldMetadata
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class EndpointOut(UniversalBaseModel):
|
|
13
|
+
channels: typing.Optional[typing.List[str]] = None
|
|
14
|
+
created_at: typing_extensions.Annotated[dt.datetime, FieldMetadata(alias="createdAt")]
|
|
15
|
+
description: str
|
|
16
|
+
disabled: typing.Optional[bool] = None
|
|
17
|
+
filter_types: typing_extensions.Annotated[typing.Optional[typing.List[str]], FieldMetadata(alias="filterTypes")] = (
|
|
18
|
+
None
|
|
19
|
+
)
|
|
20
|
+
id: str
|
|
21
|
+
metadata: typing.Dict[str, str]
|
|
22
|
+
rate_limit: typing_extensions.Annotated[typing.Optional[int], FieldMetadata(alias="rateLimit")] = None
|
|
23
|
+
uid: typing.Optional[str] = None
|
|
24
|
+
updated_at: typing_extensions.Annotated[dt.datetime, FieldMetadata(alias="updatedAt")]
|
|
25
|
+
url: str
|
|
26
|
+
version: int
|
|
27
|
+
|
|
28
|
+
if IS_PYDANTIC_V2:
|
|
29
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
30
|
+
else:
|
|
31
|
+
|
|
32
|
+
class Config:
|
|
33
|
+
frozen = True
|
|
34
|
+
smart_union = True
|
|
35
|
+
extra = pydantic.Extra.allow
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
import pydantic
|
|
6
|
+
from ..core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class EndpointSecretOut(UniversalBaseModel):
|
|
10
|
+
key: str
|
|
11
|
+
|
|
12
|
+
if IS_PYDANTIC_V2:
|
|
13
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
14
|
+
else:
|
|
15
|
+
|
|
16
|
+
class Config:
|
|
17
|
+
frozen = True
|
|
18
|
+
smart_union = True
|
|
19
|
+
extra = pydantic.Extra.allow
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
FeatureFlag = typing.Union[
|
|
6
|
+
typing.Literal[
|
|
7
|
+
"s3_destination",
|
|
8
|
+
"priority_support",
|
|
9
|
+
"source_rate_limiting",
|
|
10
|
+
"zephyr_scale",
|
|
11
|
+
"sharepoint_2019_v2",
|
|
12
|
+
"api_key_admin_sync",
|
|
13
|
+
],
|
|
14
|
+
typing.Any,
|
|
15
|
+
]
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import datetime as dt
|
|
4
|
+
import typing
|
|
5
|
+
|
|
6
|
+
import pydantic
|
|
7
|
+
import typing_extensions
|
|
8
|
+
from ..core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
9
|
+
from ..core.serialization import FieldMetadata
|
|
10
|
+
from .message_attempt_trigger_type import MessageAttemptTriggerType
|
|
11
|
+
from .message_out import MessageOut
|
|
12
|
+
from .message_status import MessageStatus
|
|
13
|
+
from .message_status_text import MessageStatusText
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class MessageAttemptOut(UniversalBaseModel):
|
|
17
|
+
endpoint_id: typing_extensions.Annotated[str, FieldMetadata(alias="endpointId")]
|
|
18
|
+
id: str
|
|
19
|
+
msg: typing.Optional[MessageOut] = None
|
|
20
|
+
msg_id: typing_extensions.Annotated[str, FieldMetadata(alias="msgId")]
|
|
21
|
+
response: str
|
|
22
|
+
response_duration_ms: typing_extensions.Annotated[int, FieldMetadata(alias="responseDurationMs")]
|
|
23
|
+
response_status_code: typing_extensions.Annotated[int, FieldMetadata(alias="responseStatusCode")]
|
|
24
|
+
status: MessageStatus
|
|
25
|
+
status_text: typing_extensions.Annotated[MessageStatusText, FieldMetadata(alias="statusText")]
|
|
26
|
+
timestamp: dt.datetime
|
|
27
|
+
trigger_type: typing_extensions.Annotated[MessageAttemptTriggerType, FieldMetadata(alias="triggerType")]
|
|
28
|
+
url: str
|
|
29
|
+
|
|
30
|
+
if IS_PYDANTIC_V2:
|
|
31
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
32
|
+
else:
|
|
33
|
+
|
|
34
|
+
class Config:
|
|
35
|
+
frozen = True
|
|
36
|
+
smart_union = True
|
|
37
|
+
extra = pydantic.Extra.allow
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import datetime as dt
|
|
4
|
+
import typing
|
|
5
|
+
|
|
6
|
+
import pydantic
|
|
7
|
+
import typing_extensions
|
|
8
|
+
from ..core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
9
|
+
from ..core.serialization import FieldMetadata
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class MessageOut(UniversalBaseModel):
|
|
13
|
+
channels: typing.Optional[typing.List[str]] = None
|
|
14
|
+
deliver_at: typing_extensions.Annotated[typing.Optional[dt.datetime], FieldMetadata(alias="deliverAt")] = None
|
|
15
|
+
event_id: typing_extensions.Annotated[typing.Optional[str], FieldMetadata(alias="eventId")] = None
|
|
16
|
+
event_type: typing_extensions.Annotated[str, FieldMetadata(alias="eventType")]
|
|
17
|
+
id: str
|
|
18
|
+
payload: typing.Dict[str, typing.Optional[typing.Any]]
|
|
19
|
+
tags: typing.Optional[typing.List[str]] = None
|
|
20
|
+
timestamp: dt.datetime
|
|
21
|
+
|
|
22
|
+
if IS_PYDANTIC_V2:
|
|
23
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
24
|
+
else:
|
|
25
|
+
|
|
26
|
+
class Config:
|
|
27
|
+
frozen = True
|
|
28
|
+
smart_union = True
|
|
29
|
+
extra = pydantic.Extra.allow
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
import pydantic
|
|
6
|
+
from ..core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
7
|
+
from .event_type import EventType
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class PatchSubscriptionRequest(UniversalBaseModel):
|
|
11
|
+
"""
|
|
12
|
+
Request model for updating an existing webhook subscription.
|
|
13
|
+
"""
|
|
14
|
+
|
|
15
|
+
url: typing.Optional[str] = None
|
|
16
|
+
event_types: typing.Optional[typing.List[EventType]] = None
|
|
17
|
+
|
|
18
|
+
if IS_PYDANTIC_V2:
|
|
19
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
20
|
+
else:
|
|
21
|
+
|
|
22
|
+
class Config:
|
|
23
|
+
frozen = True
|
|
24
|
+
smart_union = True
|
|
25
|
+
extra = pydantic.Extra.allow
|