better-notion 1.9.3__tar.gz → 1.9.5__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.
- {better_notion-1.9.3 → better_notion-1.9.5}/PKG-INFO +1 -1
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/plugins/official/agents_sdk/managers.py +23 -27
- {better_notion-1.9.3 → better_notion-1.9.5}/pyproject.toml +1 -1
- {better_notion-1.9.3 → better_notion-1.9.5}/.gitignore +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/LICENSE +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/README.md +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/client.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/collections/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/collections/blocks.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/collections/comments.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/collections/databases.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/collections/pages.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/collections/users.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/entities/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/entities/block.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/entities/comment.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/entities/database.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/entities/page.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/entities/user.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/errors.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/oauth.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/properties/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/properties/base.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/properties/checkbox.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/properties/date.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/properties/email.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/properties/number.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/properties/phone.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/properties/relation.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/properties/rich_text.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/properties/select.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/properties/title.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/properties/url.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/utils/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_api/utils/pagination.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_cli/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_cli/async_typer.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_cli/commands/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_cli/commands/auth.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_cli/commands/blocks.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_cli/commands/comments.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_cli/commands/config.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_cli/commands/databases.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_cli/commands/pages.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_cli/commands/plugins.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_cli/commands/search.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_cli/commands/update.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_cli/commands/users.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_cli/commands/workspace.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_cli/config.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_cli/display.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_cli/docs/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_cli/docs/base.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_cli/docs/formatters.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_cli/docs/registry.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_cli/errors.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_cli/main.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_cli/markdown.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_cli/response.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_cli/utils/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/base/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/base/entity.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/cache/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/cache/cache.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/client.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/managers/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/managers/block_manager.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/managers/comment_manager.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/managers/database_manager.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/managers/page_manager.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/managers/user_manager.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/block.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/audio.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/bookmark.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/breadcrumb.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/bullet.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/callout.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/code.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/column.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/column_list.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/divider.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/embed.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/equation.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/file.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/heading.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/image.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/numbered.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/paragraph.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/pdf.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/quote.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/synced_block.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/table.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/table_row.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/template.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/todo.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/toggle.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/video.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/comment.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/database.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/page.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/user.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/parents/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/plugins.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/properties/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/properties/formula.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/properties/parsers.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/properties/relation.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/query/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/query/database_query.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/query/filter_translator.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/plugins/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/plugins/base.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/plugins/loader.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/plugins/official/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/plugins/official/agents.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/plugins/official/agents_cli.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/plugins/official/agents_schema.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/plugins/official/agents_sdk/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/plugins/official/agents_sdk/models.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/plugins/official/agents_sdk/plugin.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/plugins/official/productivity.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/plugins/state.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/utils/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/utils/agents/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/utils/agents/auth.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/utils/agents/dependency_resolver.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/utils/agents/metadata.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/utils/agents/project_context.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/utils/agents/rbac.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/utils/agents/schemas.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/utils/agents/state_machine.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/utils/agents/workspace.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/utils/helpers.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/utils/retry.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/better_notion/utils/validators.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/_sdk/base/test_entity.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/_sdk/cache/test_cache.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/_sdk/models/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/_sdk/models/blocks/test_advanced_blocks.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/_sdk/models/test_block.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/_sdk/models/test_database.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/_sdk/models/test_database_bug.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/_sdk/models/test_page.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/_sdk/models/test_user.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/_sdk/properties/test_formula.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/_sdk/properties/test_parsers.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/_sdk/properties/test_relation.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/_sdk/query/test_database_query.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/_sdk/query/test_filter_translator.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/_sdk/test_client.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/_sdk/test_comment.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/agents/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/agents/test_auth.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/agents/test_dependency_resolver.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/agents/test_plugin.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/agents/test_project_context.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/agents/test_rbac.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/agents/test_schemas.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/agents/test_state_machine.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/agents/test_workspace.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/cli/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/cli/test_async_typer.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/cli/test_config.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/cli/test_display.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/cli/test_errors.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/cli/test_main.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/cli/test_pages_commands.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/cli/test_response.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/cli/test_update.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/conftest.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/integration/conftest.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/integration/test_blocks.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/integration/test_databases.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/integration/test_pages.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/integration/test_search.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/integration/test_users.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/plugins/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/plugins/test_agents_cli.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/plugins/test_agents_sdk_integration.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/plugins/test_agents_sdk_managers.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/plugins/test_agents_sdk_models.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/plugins/test_base.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/plugins/test_loader.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/plugins/test_marketplace.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/plugins/test_plugin_commands_state.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/plugins/test_productivity_plugin.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/plugins/test_state.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/sdk/__init__.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/sdk/test_plugin_system.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/test_metadata.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/test_schema_command.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/unit/test_client.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/unit/test_collections.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/unit/test_entities.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/unit/test_errors.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/unit/test_helpers.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/unit/test_properties.py +0 -0
- {better_notion-1.9.3 → better_notion-1.9.5}/tests/utils/test_retry.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: better-notion
|
|
3
|
-
Version: 1.9.
|
|
3
|
+
Version: 1.9.5
|
|
4
4
|
Summary: A high-level Python SDK for the Notion API with developer experience in mind.
|
|
5
5
|
Project-URL: Homepage, https://github.com/nesalia-inc/better-notion
|
|
6
6
|
Project-URL: Documentation, https://github.com/nesalia-inc/better-notion#readme
|
{better_notion-1.9.3 → better_notion-1.9.5}/better_notion/plugins/official/agents_sdk/managers.py
RENAMED
|
@@ -572,25 +572,25 @@ class IdeaManager:
|
|
|
572
572
|
|
|
573
573
|
if project_id:
|
|
574
574
|
filters.append({
|
|
575
|
-
"property": "
|
|
575
|
+
"property": "Project",
|
|
576
576
|
"relation": {"contains": project_id}
|
|
577
577
|
})
|
|
578
578
|
|
|
579
579
|
if category:
|
|
580
580
|
filters.append({
|
|
581
|
-
"property": "
|
|
581
|
+
"property": "Category",
|
|
582
582
|
"select": {"equals": category}
|
|
583
583
|
})
|
|
584
584
|
|
|
585
585
|
if status:
|
|
586
586
|
filters.append({
|
|
587
|
-
"property": "
|
|
587
|
+
"property": "Status",
|
|
588
588
|
"select": {"equals": status}
|
|
589
589
|
})
|
|
590
590
|
|
|
591
591
|
if effort_estimate:
|
|
592
592
|
filters.append({
|
|
593
|
-
"property": "
|
|
593
|
+
"property": "Effort Estimate",
|
|
594
594
|
"select": {"equals": effort_estimate}
|
|
595
595
|
})
|
|
596
596
|
|
|
@@ -605,15 +605,15 @@ class IdeaManager:
|
|
|
605
605
|
}
|
|
606
606
|
|
|
607
607
|
response = await self._client._api._request(
|
|
608
|
-
|
|
609
|
-
|
|
608
|
+
"POST",
|
|
609
|
+
f"databases/{database_id}/query",
|
|
610
610
|
json=query,
|
|
611
611
|
)
|
|
612
612
|
|
|
613
613
|
# Create Idea instances
|
|
614
614
|
ideas = []
|
|
615
615
|
for page_data in response.get("results", []):
|
|
616
|
-
idea = Idea(
|
|
616
|
+
idea = Idea(self._client, page_data)
|
|
617
617
|
ideas.append(idea)
|
|
618
618
|
|
|
619
619
|
return ideas
|
|
@@ -695,31 +695,31 @@ class WorkIssueManager:
|
|
|
695
695
|
|
|
696
696
|
if project_id:
|
|
697
697
|
filters.append({
|
|
698
|
-
"property": "
|
|
698
|
+
"property": "Project",
|
|
699
699
|
"relation": {"contains": project_id}
|
|
700
700
|
})
|
|
701
701
|
|
|
702
702
|
if task_id:
|
|
703
703
|
filters.append({
|
|
704
|
-
"property": "
|
|
704
|
+
"property": "Task",
|
|
705
705
|
"relation": {"contains": task_id}
|
|
706
706
|
})
|
|
707
707
|
|
|
708
708
|
if type_:
|
|
709
709
|
filters.append({
|
|
710
|
-
"property": "
|
|
710
|
+
"property": "Type",
|
|
711
711
|
"select": {"equals": type_}
|
|
712
712
|
})
|
|
713
713
|
|
|
714
714
|
if severity:
|
|
715
715
|
filters.append({
|
|
716
|
-
"property": "
|
|
716
|
+
"property": "Severity",
|
|
717
717
|
"select": {"equals": severity}
|
|
718
718
|
})
|
|
719
719
|
|
|
720
720
|
if status:
|
|
721
721
|
filters.append({
|
|
722
|
-
"property": "
|
|
722
|
+
"property": "Status",
|
|
723
723
|
"select": {"equals": status}
|
|
724
724
|
})
|
|
725
725
|
|
|
@@ -734,15 +734,15 @@ class WorkIssueManager:
|
|
|
734
734
|
}
|
|
735
735
|
|
|
736
736
|
response = await self._client._api._request(
|
|
737
|
-
|
|
738
|
-
|
|
737
|
+
"POST",
|
|
738
|
+
f"databases/{database_id}/query",
|
|
739
739
|
json=query,
|
|
740
740
|
)
|
|
741
741
|
|
|
742
742
|
# Create WorkIssue instances
|
|
743
743
|
issues = []
|
|
744
744
|
for page_data in response.get("results", []):
|
|
745
|
-
issue = WorkIssue(
|
|
745
|
+
issue = WorkIssue(self._client, page_data)
|
|
746
746
|
issues.append(issue)
|
|
747
747
|
|
|
748
748
|
return issues
|
|
@@ -822,11 +822,7 @@ class WorkIssueManager:
|
|
|
822
822
|
)
|
|
823
823
|
|
|
824
824
|
# Create WorkIssue instance
|
|
825
|
-
issue = WorkIssue(
|
|
826
|
-
data=response,
|
|
827
|
-
client=self._client,
|
|
828
|
-
cache=self._client._plugin_caches.get("work_issues"),
|
|
829
|
-
)
|
|
825
|
+
issue = WorkIssue(self._client, response)
|
|
830
826
|
|
|
831
827
|
return issue
|
|
832
828
|
|
|
@@ -877,25 +873,25 @@ class IncidentManager:
|
|
|
877
873
|
|
|
878
874
|
if project_id:
|
|
879
875
|
filters.append({
|
|
880
|
-
"property": "
|
|
876
|
+
"property": "Project",
|
|
881
877
|
"relation": {"contains": project_id}
|
|
882
878
|
})
|
|
883
879
|
|
|
884
880
|
if version_id:
|
|
885
881
|
filters.append({
|
|
886
|
-
"property": "
|
|
882
|
+
"property": "Affected Version",
|
|
887
883
|
"relation": {"contains": version_id}
|
|
888
884
|
})
|
|
889
885
|
|
|
890
886
|
if severity:
|
|
891
887
|
filters.append({
|
|
892
|
-
"property": "
|
|
888
|
+
"property": "Severity",
|
|
893
889
|
"select": {"equals": severity}
|
|
894
890
|
})
|
|
895
891
|
|
|
896
892
|
if status:
|
|
897
893
|
filters.append({
|
|
898
|
-
"property": "
|
|
894
|
+
"property": "Status",
|
|
899
895
|
"select": {"equals": status}
|
|
900
896
|
})
|
|
901
897
|
|
|
@@ -910,15 +906,15 @@ class IncidentManager:
|
|
|
910
906
|
}
|
|
911
907
|
|
|
912
908
|
response = await self._client._api._request(
|
|
913
|
-
|
|
914
|
-
|
|
909
|
+
"POST",
|
|
910
|
+
f"databases/{database_id}/query",
|
|
915
911
|
json=query,
|
|
916
912
|
)
|
|
917
913
|
|
|
918
914
|
# Create Incident instances
|
|
919
915
|
incidents = []
|
|
920
916
|
for page_data in response.get("results", []):
|
|
921
|
-
incident = Incident(
|
|
917
|
+
incident = Incident(self._client, page_data)
|
|
922
918
|
incidents.append(incident)
|
|
923
919
|
|
|
924
920
|
return incidents
|
|
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
|
|
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
|
|
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
|
{better_notion-1.9.3 → better_notion-1.9.5}/better_notion/_sdk/models/blocks/synced_block.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
|
{better_notion-1.9.3 → better_notion-1.9.5}/better_notion/plugins/official/agents_sdk/__init__.py
RENAMED
|
File without changes
|
{better_notion-1.9.3 → better_notion-1.9.5}/better_notion/plugins/official/agents_sdk/models.py
RENAMED
|
File without changes
|
{better_notion-1.9.3 → better_notion-1.9.5}/better_notion/plugins/official/agents_sdk/plugin.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{better_notion-1.9.3 → better_notion-1.9.5}/better_notion/utils/agents/dependency_resolver.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
|
{better_notion-1.9.3 → better_notion-1.9.5}/tests/_sdk/models/blocks/test_advanced_blocks.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
|
|
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
|