studyfetch-sdk 0.1.0a10__tar.gz → 0.1.0a11__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.
- studyfetch_sdk-0.1.0a11/.release-please-manifest.json +3 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/CHANGELOG.md +8 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/PKG-INFO +1 -1
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/api.md +1 -1
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/pyproject.toml +1 -1
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/_version.py +1 -1
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/scenarios/component.py +8 -16
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/scenarios/scenarios.py +0 -8
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/usage.py +2 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/scenario_update_params.py +0 -3
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/scenarios/component_update_params.py +0 -3
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/usage_list_events_params.py +1 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/scenarios/test_component.py +12 -22
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/test_scenarios.py +0 -10
- studyfetch_sdk-0.1.0a10/.release-please-manifest.json +0 -3
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/.gitignore +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/CONTRIBUTING.md +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/LICENSE +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/README.md +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/SECURITY.md +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/bin/check-release-environment +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/bin/publish-pypi +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/examples/.keep +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/mypy.ini +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/noxfile.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/release-please-config.json +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/requirements-dev.lock +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/requirements.lock +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/_base_client.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/_client.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/_compat.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/_constants.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/_exceptions.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/_files.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/_models.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/_qs.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/_resource.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/_response.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/_streaming.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/_types.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/_utils/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/_utils/_logs.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/_utils/_proxy.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/_utils/_reflection.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/_utils/_resources_proxy.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/_utils/_streams.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/_utils/_sync.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/_utils/_transform.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/_utils/_typing.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/_utils/_utils.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/lib/.keep +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/py.typed +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/audio_recaps/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/audio_recaps/audio_recaps.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/audio_recaps/sections.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/chat/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/chat/chat.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/chat/sessions.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/chat/test.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/components.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/embed/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/embed/component.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/embed/embed.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/explainers.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/flashcards.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/folders.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/materials/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/materials/bulk.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/materials/materials.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/materials/test.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/materials/upload.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/scenarios/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/scenarios/sessions.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/scenarios/submissions/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/scenarios/submissions/submissions.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/scenarios/submissions/user.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/tests/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/tests/component.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/tests/tests.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/upload/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/upload/component.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/upload/upload.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/v1.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/audio_recaps/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/chat/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/chat/session_retrieve_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/chat_get_session_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/chat_send_message_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/chat_stream_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/component.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/component_create_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/component_generate_embed_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/component_generate_embed_response.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/component_list_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/component_list_response.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/component_update_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/embed/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/embed/component_interact_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/embed/component_retrieve_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/embed_get_theme_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/embed_verify_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/explainer_create_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/explainer_handle_webhook_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/flashcard_batch_process_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/flashcard_batch_process_response.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/flashcard_get_algorithm_response.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/flashcard_get_all_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/flashcard_get_due_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/flashcard_get_stats_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/flashcard_get_types_response.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/flashcard_rate_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/folder_create_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/folder_list_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/folder_update_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/material.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/material_create_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/material_get_download_url_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/material_list_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/material_list_response.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/materials/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/materials/upload_upload_file_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/materials/upload_upload_from_url_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/scenario_create_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/scenario_submit_answer_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/scenarios/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/scenarios/submissions/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/test_create_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/test_retake_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/test_submit_answer_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/test_submit_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/tests/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/upload/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/usage_get_stats_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/usage_get_summary_params.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/audio_recaps/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/audio_recaps/test_sections.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/chat/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/chat/test_sessions.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/chat/test_test.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/embed/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/embed/test_component.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/materials/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/materials/test_bulk.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/materials/test_test.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/materials/test_upload.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/scenarios/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/scenarios/submissions/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/scenarios/submissions/test_user.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/scenarios/test_sessions.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/test_audio_recaps.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/test_chat.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/test_components.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/test_embed.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/test_explainers.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/test_flashcards.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/test_folders.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/test_materials.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/test_tests.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/test_usage.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/tests/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/tests/test_component.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/upload/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/upload/test_component.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/conftest.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/sample_file.txt +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/test_client.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/test_deepcopy.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/test_extract_files.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/test_files.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/test_models.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/test_qs.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/test_required_args.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/test_response.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/test_streaming.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/test_transform.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/test_utils/test_proxy.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/test_utils/test_typing.py +0 -0
- {studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/utils.py +0 -0
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 0.1.0-alpha.11 (2025-07-20)
|
4
|
+
|
5
|
+
Full Changelog: [v0.1.0-alpha.10...v0.1.0-alpha.11](https://github.com/GoStudyFetchGo/studyfetch-sdk-python/compare/v0.1.0-alpha.10...v0.1.0-alpha.11)
|
6
|
+
|
7
|
+
### Features
|
8
|
+
|
9
|
+
* **api:** api update ([4b90304](https://github.com/GoStudyFetchGo/studyfetch-sdk-python/commit/4b90304c6ec3cc38305f3cd6bbccefc990d32c86))
|
10
|
+
|
3
11
|
## 0.1.0-alpha.10 (2025-07-20)
|
4
12
|
|
5
13
|
Full Changelog: [v0.1.0-alpha.9...v0.1.0-alpha.10](https://github.com/GoStudyFetchGo/studyfetch-sdk-python/compare/v0.1.0-alpha.9...v0.1.0-alpha.10)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: studyfetch_sdk
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.0a11
|
4
4
|
Summary: The official Python library for the studyfetch-sdk API
|
5
5
|
Project-URL: Homepage, https://github.com/GoStudyFetchGo/studyfetch-sdk-python
|
6
6
|
Project-URL: Repository, https://github.com/GoStudyFetchGo/studyfetch-sdk-python
|
@@ -203,7 +203,7 @@ Methods:
|
|
203
203
|
Methods:
|
204
204
|
|
205
205
|
- <code title="get /api/v1/scenarios/component/{componentId}">client.v1.scenarios.component.<a href="./src/studyfetch_sdk/resources/v1/scenarios/component.py">retrieve</a>(component_id) -> None</code>
|
206
|
-
- <code title="put /api/v1/scenarios/component/{componentId}">client.v1.scenarios.component.<a href="./src/studyfetch_sdk/resources/v1/scenarios/component.py">update</a>(
|
206
|
+
- <code title="put /api/v1/scenarios/component/{componentId}">client.v1.scenarios.component.<a href="./src/studyfetch_sdk/resources/v1/scenarios/component.py">update</a>(component_id, \*\*<a href="src/studyfetch_sdk/types/v1/scenarios/component_update_params.py">params</a>) -> None</code>
|
207
207
|
- <code title="delete /api/v1/scenarios/component/{componentId}">client.v1.scenarios.component.<a href="./src/studyfetch_sdk/resources/v1/scenarios/component.py">delete</a>(component_id) -> None</code>
|
208
208
|
|
209
209
|
### Sessions
|
@@ -78,9 +78,8 @@ class ComponentResource(SyncAPIResource):
|
|
78
78
|
|
79
79
|
def update(
|
80
80
|
self,
|
81
|
-
|
81
|
+
component_id: str,
|
82
82
|
*,
|
83
|
-
body_component_id: str,
|
84
83
|
name: str,
|
85
84
|
characters: Iterable[object] | NotGiven = NOT_GIVEN,
|
86
85
|
context: str | NotGiven = NOT_GIVEN,
|
@@ -103,8 +102,6 @@ class ComponentResource(SyncAPIResource):
|
|
103
102
|
Update scenario by component ID
|
104
103
|
|
105
104
|
Args:
|
106
|
-
body_component_id: Associated component ID
|
107
|
-
|
108
105
|
name: Scenario name
|
109
106
|
|
110
107
|
characters: Scenario characters
|
@@ -135,14 +132,13 @@ class ComponentResource(SyncAPIResource):
|
|
135
132
|
|
136
133
|
timeout: Override the client-level default timeout for this request, in seconds
|
137
134
|
"""
|
138
|
-
if not
|
139
|
-
raise ValueError(f"Expected a non-empty value for `
|
135
|
+
if not component_id:
|
136
|
+
raise ValueError(f"Expected a non-empty value for `component_id` but received {component_id!r}")
|
140
137
|
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
141
138
|
return self._put(
|
142
|
-
f"/api/v1/scenarios/component/{
|
139
|
+
f"/api/v1/scenarios/component/{component_id}",
|
143
140
|
body=maybe_transform(
|
144
141
|
{
|
145
|
-
"body_component_id": body_component_id,
|
146
142
|
"name": name,
|
147
143
|
"characters": characters,
|
148
144
|
"context": context,
|
@@ -254,9 +250,8 @@ class AsyncComponentResource(AsyncAPIResource):
|
|
254
250
|
|
255
251
|
async def update(
|
256
252
|
self,
|
257
|
-
|
253
|
+
component_id: str,
|
258
254
|
*,
|
259
|
-
body_component_id: str,
|
260
255
|
name: str,
|
261
256
|
characters: Iterable[object] | NotGiven = NOT_GIVEN,
|
262
257
|
context: str | NotGiven = NOT_GIVEN,
|
@@ -279,8 +274,6 @@ class AsyncComponentResource(AsyncAPIResource):
|
|
279
274
|
Update scenario by component ID
|
280
275
|
|
281
276
|
Args:
|
282
|
-
body_component_id: Associated component ID
|
283
|
-
|
284
277
|
name: Scenario name
|
285
278
|
|
286
279
|
characters: Scenario characters
|
@@ -311,14 +304,13 @@ class AsyncComponentResource(AsyncAPIResource):
|
|
311
304
|
|
312
305
|
timeout: Override the client-level default timeout for this request, in seconds
|
313
306
|
"""
|
314
|
-
if not
|
315
|
-
raise ValueError(f"Expected a non-empty value for `
|
307
|
+
if not component_id:
|
308
|
+
raise ValueError(f"Expected a non-empty value for `component_id` but received {component_id!r}")
|
316
309
|
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
317
310
|
return await self._put(
|
318
|
-
f"/api/v1/scenarios/component/{
|
311
|
+
f"/api/v1/scenarios/component/{component_id}",
|
319
312
|
body=await async_maybe_transform(
|
320
313
|
{
|
321
|
-
"body_component_id": body_component_id,
|
322
314
|
"name": name,
|
323
315
|
"characters": characters,
|
324
316
|
"context": context,
|
@@ -200,7 +200,6 @@ class ScenariosResource(SyncAPIResource):
|
|
200
200
|
self,
|
201
201
|
id: str,
|
202
202
|
*,
|
203
|
-
component_id: str,
|
204
203
|
name: str,
|
205
204
|
characters: Iterable[object] | NotGiven = NOT_GIVEN,
|
206
205
|
context: str | NotGiven = NOT_GIVEN,
|
@@ -223,8 +222,6 @@ class ScenariosResource(SyncAPIResource):
|
|
223
222
|
Update scenario
|
224
223
|
|
225
224
|
Args:
|
226
|
-
component_id: Associated component ID
|
227
|
-
|
228
225
|
name: Scenario name
|
229
226
|
|
230
227
|
characters: Scenario characters
|
@@ -262,7 +259,6 @@ class ScenariosResource(SyncAPIResource):
|
|
262
259
|
f"/api/v1/scenarios/{id}",
|
263
260
|
body=maybe_transform(
|
264
261
|
{
|
265
|
-
"component_id": component_id,
|
266
262
|
"name": name,
|
267
263
|
"characters": characters,
|
268
264
|
"context": context,
|
@@ -571,7 +567,6 @@ class AsyncScenariosResource(AsyncAPIResource):
|
|
571
567
|
self,
|
572
568
|
id: str,
|
573
569
|
*,
|
574
|
-
component_id: str,
|
575
570
|
name: str,
|
576
571
|
characters: Iterable[object] | NotGiven = NOT_GIVEN,
|
577
572
|
context: str | NotGiven = NOT_GIVEN,
|
@@ -594,8 +589,6 @@ class AsyncScenariosResource(AsyncAPIResource):
|
|
594
589
|
Update scenario
|
595
590
|
|
596
591
|
Args:
|
597
|
-
component_id: Associated component ID
|
598
|
-
|
599
592
|
name: Scenario name
|
600
593
|
|
601
594
|
characters: Scenario characters
|
@@ -633,7 +626,6 @@ class AsyncScenariosResource(AsyncAPIResource):
|
|
633
626
|
f"/api/v1/scenarios/{id}",
|
634
627
|
body=await async_maybe_transform(
|
635
628
|
{
|
636
|
-
"component_id": component_id,
|
637
629
|
"name": name,
|
638
630
|
"characters": characters,
|
639
631
|
"context": context,
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/usage.py
RENAMED
@@ -174,6 +174,7 @@ class UsageResource(SyncAPIResource):
|
|
174
174
|
"test_question_answered",
|
175
175
|
"test_retaken",
|
176
176
|
"audio_recap_create",
|
177
|
+
"assignment_grader_create",
|
177
178
|
"api_call",
|
178
179
|
"cache_hit",
|
179
180
|
"sso_login",
|
@@ -400,6 +401,7 @@ class AsyncUsageResource(AsyncAPIResource):
|
|
400
401
|
"test_question_answered",
|
401
402
|
"test_retaken",
|
402
403
|
"audio_recap_create",
|
404
|
+
"assignment_grader_create",
|
403
405
|
"api_call",
|
404
406
|
"cache_hit",
|
405
407
|
"sso_login",
|
@@ -11,9 +11,6 @@ __all__ = ["ComponentUpdateParams"]
|
|
11
11
|
|
12
12
|
|
13
13
|
class ComponentUpdateParams(TypedDict, total=False):
|
14
|
-
body_component_id: Required[Annotated[str, PropertyInfo(alias="componentId")]]
|
15
|
-
"""Associated component ID"""
|
16
|
-
|
17
14
|
name: Required[str]
|
18
15
|
"""Scenario name"""
|
19
16
|
|
@@ -61,8 +61,7 @@ class TestComponent:
|
|
61
61
|
@parametrize
|
62
62
|
def test_method_update(self, client: StudyfetchSDK) -> None:
|
63
63
|
component = client.v1.scenarios.component.update(
|
64
|
-
|
65
|
-
body_component_id="componentId",
|
64
|
+
component_id="componentId",
|
66
65
|
name="name",
|
67
66
|
)
|
68
67
|
assert component is None
|
@@ -71,8 +70,7 @@ class TestComponent:
|
|
71
70
|
@parametrize
|
72
71
|
def test_method_update_with_all_params(self, client: StudyfetchSDK) -> None:
|
73
72
|
component = client.v1.scenarios.component.update(
|
74
|
-
|
75
|
-
body_component_id="componentId",
|
73
|
+
component_id="componentId",
|
76
74
|
name="name",
|
77
75
|
characters=[{}],
|
78
76
|
context="context",
|
@@ -91,8 +89,7 @@ class TestComponent:
|
|
91
89
|
@parametrize
|
92
90
|
def test_raw_response_update(self, client: StudyfetchSDK) -> None:
|
93
91
|
response = client.v1.scenarios.component.with_raw_response.update(
|
94
|
-
|
95
|
-
body_component_id="componentId",
|
92
|
+
component_id="componentId",
|
96
93
|
name="name",
|
97
94
|
)
|
98
95
|
|
@@ -105,8 +102,7 @@ class TestComponent:
|
|
105
102
|
@parametrize
|
106
103
|
def test_streaming_response_update(self, client: StudyfetchSDK) -> None:
|
107
104
|
with client.v1.scenarios.component.with_streaming_response.update(
|
108
|
-
|
109
|
-
body_component_id="componentId",
|
105
|
+
component_id="componentId",
|
110
106
|
name="name",
|
111
107
|
) as response:
|
112
108
|
assert not response.is_closed
|
@@ -120,10 +116,9 @@ class TestComponent:
|
|
120
116
|
@pytest.mark.skip()
|
121
117
|
@parametrize
|
122
118
|
def test_path_params_update(self, client: StudyfetchSDK) -> None:
|
123
|
-
with pytest.raises(ValueError, match=r"Expected a non-empty value for `
|
119
|
+
with pytest.raises(ValueError, match=r"Expected a non-empty value for `component_id` but received ''"):
|
124
120
|
client.v1.scenarios.component.with_raw_response.update(
|
125
|
-
|
126
|
-
body_component_id="componentId",
|
121
|
+
component_id="",
|
127
122
|
name="name",
|
128
123
|
)
|
129
124
|
|
@@ -221,8 +216,7 @@ class TestAsyncComponent:
|
|
221
216
|
@parametrize
|
222
217
|
async def test_method_update(self, async_client: AsyncStudyfetchSDK) -> None:
|
223
218
|
component = await async_client.v1.scenarios.component.update(
|
224
|
-
|
225
|
-
body_component_id="componentId",
|
219
|
+
component_id="componentId",
|
226
220
|
name="name",
|
227
221
|
)
|
228
222
|
assert component is None
|
@@ -231,8 +225,7 @@ class TestAsyncComponent:
|
|
231
225
|
@parametrize
|
232
226
|
async def test_method_update_with_all_params(self, async_client: AsyncStudyfetchSDK) -> None:
|
233
227
|
component = await async_client.v1.scenarios.component.update(
|
234
|
-
|
235
|
-
body_component_id="componentId",
|
228
|
+
component_id="componentId",
|
236
229
|
name="name",
|
237
230
|
characters=[{}],
|
238
231
|
context="context",
|
@@ -251,8 +244,7 @@ class TestAsyncComponent:
|
|
251
244
|
@parametrize
|
252
245
|
async def test_raw_response_update(self, async_client: AsyncStudyfetchSDK) -> None:
|
253
246
|
response = await async_client.v1.scenarios.component.with_raw_response.update(
|
254
|
-
|
255
|
-
body_component_id="componentId",
|
247
|
+
component_id="componentId",
|
256
248
|
name="name",
|
257
249
|
)
|
258
250
|
|
@@ -265,8 +257,7 @@ class TestAsyncComponent:
|
|
265
257
|
@parametrize
|
266
258
|
async def test_streaming_response_update(self, async_client: AsyncStudyfetchSDK) -> None:
|
267
259
|
async with async_client.v1.scenarios.component.with_streaming_response.update(
|
268
|
-
|
269
|
-
body_component_id="componentId",
|
260
|
+
component_id="componentId",
|
270
261
|
name="name",
|
271
262
|
) as response:
|
272
263
|
assert not response.is_closed
|
@@ -280,10 +271,9 @@ class TestAsyncComponent:
|
|
280
271
|
@pytest.mark.skip()
|
281
272
|
@parametrize
|
282
273
|
async def test_path_params_update(self, async_client: AsyncStudyfetchSDK) -> None:
|
283
|
-
with pytest.raises(ValueError, match=r"Expected a non-empty value for `
|
274
|
+
with pytest.raises(ValueError, match=r"Expected a non-empty value for `component_id` but received ''"):
|
284
275
|
await async_client.v1.scenarios.component.with_raw_response.update(
|
285
|
-
|
286
|
-
body_component_id="componentId",
|
276
|
+
component_id="",
|
287
277
|
name="name",
|
288
278
|
)
|
289
279
|
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/test_scenarios.py
RENAMED
@@ -118,7 +118,6 @@ class TestScenarios:
|
|
118
118
|
def test_method_update(self, client: StudyfetchSDK) -> None:
|
119
119
|
scenario = client.v1.scenarios.update(
|
120
120
|
id="id",
|
121
|
-
component_id="componentId",
|
122
121
|
name="name",
|
123
122
|
)
|
124
123
|
assert scenario is None
|
@@ -128,7 +127,6 @@ class TestScenarios:
|
|
128
127
|
def test_method_update_with_all_params(self, client: StudyfetchSDK) -> None:
|
129
128
|
scenario = client.v1.scenarios.update(
|
130
129
|
id="id",
|
131
|
-
component_id="componentId",
|
132
130
|
name="name",
|
133
131
|
characters=[{}],
|
134
132
|
context="context",
|
@@ -148,7 +146,6 @@ class TestScenarios:
|
|
148
146
|
def test_raw_response_update(self, client: StudyfetchSDK) -> None:
|
149
147
|
response = client.v1.scenarios.with_raw_response.update(
|
150
148
|
id="id",
|
151
|
-
component_id="componentId",
|
152
149
|
name="name",
|
153
150
|
)
|
154
151
|
|
@@ -162,7 +159,6 @@ class TestScenarios:
|
|
162
159
|
def test_streaming_response_update(self, client: StudyfetchSDK) -> None:
|
163
160
|
with client.v1.scenarios.with_streaming_response.update(
|
164
161
|
id="id",
|
165
|
-
component_id="componentId",
|
166
162
|
name="name",
|
167
163
|
) as response:
|
168
164
|
assert not response.is_closed
|
@@ -179,7 +175,6 @@ class TestScenarios:
|
|
179
175
|
with pytest.raises(ValueError, match=r"Expected a non-empty value for `id` but received ''"):
|
180
176
|
client.v1.scenarios.with_raw_response.update(
|
181
177
|
id="",
|
182
|
-
component_id="componentId",
|
183
178
|
name="name",
|
184
179
|
)
|
185
180
|
|
@@ -460,7 +455,6 @@ class TestAsyncScenarios:
|
|
460
455
|
async def test_method_update(self, async_client: AsyncStudyfetchSDK) -> None:
|
461
456
|
scenario = await async_client.v1.scenarios.update(
|
462
457
|
id="id",
|
463
|
-
component_id="componentId",
|
464
458
|
name="name",
|
465
459
|
)
|
466
460
|
assert scenario is None
|
@@ -470,7 +464,6 @@ class TestAsyncScenarios:
|
|
470
464
|
async def test_method_update_with_all_params(self, async_client: AsyncStudyfetchSDK) -> None:
|
471
465
|
scenario = await async_client.v1.scenarios.update(
|
472
466
|
id="id",
|
473
|
-
component_id="componentId",
|
474
467
|
name="name",
|
475
468
|
characters=[{}],
|
476
469
|
context="context",
|
@@ -490,7 +483,6 @@ class TestAsyncScenarios:
|
|
490
483
|
async def test_raw_response_update(self, async_client: AsyncStudyfetchSDK) -> None:
|
491
484
|
response = await async_client.v1.scenarios.with_raw_response.update(
|
492
485
|
id="id",
|
493
|
-
component_id="componentId",
|
494
486
|
name="name",
|
495
487
|
)
|
496
488
|
|
@@ -504,7 +496,6 @@ class TestAsyncScenarios:
|
|
504
496
|
async def test_streaming_response_update(self, async_client: AsyncStudyfetchSDK) -> None:
|
505
497
|
async with async_client.v1.scenarios.with_streaming_response.update(
|
506
498
|
id="id",
|
507
|
-
component_id="componentId",
|
508
499
|
name="name",
|
509
500
|
) as response:
|
510
501
|
assert not response.is_closed
|
@@ -521,7 +512,6 @@ class TestAsyncScenarios:
|
|
521
512
|
with pytest.raises(ValueError, match=r"Expected a non-empty value for `id` but received ''"):
|
522
513
|
await async_client.v1.scenarios.with_raw_response.update(
|
523
514
|
id="",
|
524
|
-
component_id="componentId",
|
525
515
|
name="name",
|
526
516
|
)
|
527
517
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/_utils/_reflection.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/_utils/_resources_proxy.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/__init__.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/chat/__init__.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/chat/chat.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/chat/sessions.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/chat/test.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/components.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/embed/embed.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/explainers.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/flashcards.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/folders.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/tests/tests.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/resources/v1/upload/upload.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/chat/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/component.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/embed/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/tests/__init__.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/src/studyfetch_sdk/types/v1/upload/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/audio_recaps/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/chat/test_sessions.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/chat/test_test.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/embed/__init__.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/embed/test_component.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/materials/__init__.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/materials/test_bulk.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/materials/test_test.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/materials/test_upload.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/scenarios/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/test_audio_recaps.py
RENAMED
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/test_components.py
RENAMED
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/test_explainers.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/test_flashcards.py
RENAMED
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/test_materials.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/tests/__init__.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/tests/test_component.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/upload/__init__.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a10 → studyfetch_sdk-0.1.0a11}/tests/api_resources/v1/upload/test_component.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|