neurograph-core 1.202510092220__tar.gz → 1.202510101705__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.
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/PKG-INFO +1 -1
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/__init__.py +0 -34
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/api/admin_api.py +8 -8
- neurograph_core-1.202510101705/neurograph/v1/api/reporting_api.py +300 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/__init__.py +0 -17
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/admin_user_detail_response.py +11 -4
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/db_user_client_role.py +6 -2
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/db_user_in_db.py +11 -4
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/db_user_org_role.py +6 -2
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/db_user_role.py +6 -2
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_enrichment_artifact_create_request.py +3 -1
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph_core.egg-info/PKG-INFO +1 -1
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph_core.egg-info/SOURCES.txt +0 -34
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/pyproject.toml +1 -1
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_admin_api.py +2 -2
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_admin_user_detail_response.py +16 -4
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_admin_users_get_many_response.py +10 -7
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_db_my_client.py +4 -1
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_db_my_org.py +4 -1
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_db_user_client_role.py +4 -1
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_db_user_in_db.py +20 -5
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_db_user_org_role.py +4 -1
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_db_user_role.py +4 -1
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_enrichment_artifact_create_request.py +1 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_me_my_profile_response.py +8 -2
- neurograph_core-1.202510101705/test/test_reporting_api.py +38 -0
- neurograph_core-1.202510092220/neurograph/v1/api/reporting_api.py +0 -1739
- neurograph_core-1.202510092220/neurograph/v1/models/reporting_affinities_response.py +0 -89
- neurograph_core-1.202510092220/neurograph/v1/models/reporting_chart_data.py +0 -97
- neurograph_core-1.202510092220/neurograph/v1/models/reporting_chart_dataset.py +0 -93
- neurograph_core-1.202510092220/neurograph/v1/models/reporting_chart_defaults.py +0 -91
- neurograph_core-1.202510092220/neurograph/v1/models/reporting_chart_options.py +0 -93
- neurograph_core-1.202510092220/neurograph/v1/models/reporting_content_config.py +0 -113
- neurograph_core-1.202510092220/neurograph/v1/models/reporting_customer_activity_response.py +0 -89
- neurograph_core-1.202510092220/neurograph/v1/models/reporting_data_range.py +0 -89
- neurograph_core-1.202510092220/neurograph/v1/models/reporting_exploration_topic.py +0 -91
- neurograph_core-1.202510092220/neurograph/v1/models/reporting_header_config.py +0 -89
- neurograph_core-1.202510092220/neurograph/v1/models/reporting_meta_config.py +0 -99
- neurograph_core-1.202510092220/neurograph/v1/models/reporting_persona_activity_response.py +0 -89
- neurograph_core-1.202510092220/neurograph/v1/models/reporting_personas_response.py +0 -89
- neurograph_core-1.202510092220/neurograph/v1/models/reporting_primary_analysis.py +0 -99
- neurograph_core-1.202510092220/neurograph/v1/models/reporting_rich_insights_config.py +0 -97
- neurograph_core-1.202510092220/neurograph/v1/models/reporting_visualization.py +0 -103
- neurograph_core-1.202510092220/neurograph/v1/models/reporting_visualization_insights.py +0 -91
- neurograph_core-1.202510092220/test/test_reporting_affinities_response.py +0 -52
- neurograph_core-1.202510092220/test/test_reporting_api.py +0 -73
- neurograph_core-1.202510092220/test/test_reporting_chart_data.py +0 -62
- neurograph_core-1.202510092220/test/test_reporting_chart_dataset.py +0 -56
- neurograph_core-1.202510092220/test/test_reporting_chart_defaults.py +0 -59
- neurograph_core-1.202510092220/test/test_reporting_chart_options.py +0 -58
- neurograph_core-1.202510092220/test/test_reporting_content_config.py +0 -98
- neurograph_core-1.202510092220/test/test_reporting_customer_activity_response.py +0 -52
- neurograph_core-1.202510092220/test/test_reporting_data_range.py +0 -52
- neurograph_core-1.202510092220/test/test_reporting_exploration_topic.py +0 -55
- neurograph_core-1.202510092220/test/test_reporting_header_config.py +0 -52
- neurograph_core-1.202510092220/test/test_reporting_meta_config.py +0 -57
- neurograph_core-1.202510092220/test/test_reporting_persona_activity_response.py +0 -52
- neurograph_core-1.202510092220/test/test_reporting_personas_response.py +0 -52
- neurograph_core-1.202510092220/test/test_reporting_primary_analysis.py +0 -62
- neurograph_core-1.202510092220/test/test_reporting_rich_insights_config.py +0 -107
- neurograph_core-1.202510092220/test/test_reporting_visualization.py +0 -69
- neurograph_core-1.202510092220/test/test_reporting_visualization_insights.py +0 -55
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/README.md +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/__init__.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/api/__init__.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/api/authentication_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/api/client_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/api/client_metadata_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/api/dagster_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/api/knowledge_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/api/knowledge_extract_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/api/lookup_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/api/organization_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/api/organization_metadata_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/api/persona_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/api/system_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/api/user_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/api/workbench_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/api_client.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/api_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/configuration.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/exceptions.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/admin_permission_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/admin_set_permission_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/admin_upsert_user_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/admin_upsert_user_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/admin_user.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/admin_users_get_many_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/admin_users_org_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/auth_service_token_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/auth_service_token_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/auth_test_service_token_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/auth_test_service_token_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/auth_test_token_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_client.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_delete_metadata_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_get_detail_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_get_many_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_info.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_kpi.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_metadata.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_metadata_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_metadata_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_organization_brand.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_organization_detail.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_persona.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_persona_factor.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_persona_insight.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_persona_personality_trait.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_personas_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_probe.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_probe_todo_row.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_query.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_trigger_probe_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_upsert_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_upsert_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_url_row.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_url_snapshot_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_url_snapshot_row.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_url_upsert_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_url_upsert_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_urls_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/client_workbench_config.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/dagster_info.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/dagster_log_create_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/dagster_log_create_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/dagster_log_get_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/db_account_organization_brand.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/db_client_url.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/db_knowledge_customer.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/db_knowledge_order.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/db_knowledge_product.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/db_knowledge_store.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/db_my_client.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/db_my_org.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/db_persona_factor_create_params.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_assertion.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_assertion_create_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_assertion_list_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_assertion_query.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_assertion_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_customer_query.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_customer_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_enrichment_artifact.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_enrichment_artifact_list_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_enrichment_artifact_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_enrichment_artifact_update_output_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_enrichment_artifact_update_status_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_enrichment_query.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_entity.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_entity_create_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_entity_create_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_entity_err_row.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_entity_extra.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_entity_get_many_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_entity_in_db.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_entity_relations.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_entity_schema.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_entity_schema_row.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_entity_schema_upsert_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_entity_schemas_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_entity_schemas_upsert_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_entity_type_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_entity_type_row.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_entity_type_upsert_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_entity_type_upsert_row.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_entity_upsert_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_entity_upsert_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_ingest_raw_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_ingest_raw_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_ingest_raw_row.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_kind_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_order_query.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_order_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_product.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_product_query.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_product_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_product_upsert_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_product_upsert_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_query.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_store_query.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/knowledge_store_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/lookup_env.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/lookup_language.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/lookup_language_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/lookup_lookup_environments_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/lookup_role.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/lookup_roles_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/lookup_state.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/lookup_state_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/lookup_states_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/lookup_uid.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/lookup_uids_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/me_my_profile_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/organizations_brand.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/organizations_brand_detail_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/organizations_brand_upsert_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/organizations_create_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/organizations_delete_metadata_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/organizations_delete_metadata_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/organizations_detail_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/organizations_get_many_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/organizations_metadata.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/organizations_metadata_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/organizations_metadata_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/organizations_organization.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/organizations_organization_set_workbench_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/organizations_organization_set_workbench_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/organizations_organization_update_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/organizations_workbench_config.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_factor_create_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_factor_create_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_factor_row.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_insight_create_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_insight_create_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_instance_create_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_instance_create_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_instance_delete_many_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_instance_delete_many_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_instances_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_kpi.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_kpi_create_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_kpi_create_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_kpi_req_row.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_kpi_row_in_db.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_match_criteria_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_match_criteria_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_match_criteria_row_in.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_match_criteria_row_in_db.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_persona.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_persona_factor.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_persona_insight.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_persona_personality_trait.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_personality_trait_create_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_personality_trait_create_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_personality_trait_in_db.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_personality_trait_req.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_seed.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_seed_get_many_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_seed_upsert_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/personas_seeds_delete_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/pgtype_infinity_modifier.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/pgtype_int8.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/pgtype_text.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/pgtype_timestamp.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/reporting_daily_metric.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/reporting_daily_metrics_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/reporting_query.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/workbench_workbench_url_check_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/workbench_workbench_url_check_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/workbench_workbench_version.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/workbench_workbench_version_many_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/workbench_workbench_version_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/workbench_workbench_version_upsert_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/py.typed +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/rest.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph_core.egg-info/dependency_links.txt +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph_core.egg-info/requires.txt +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph_core.egg-info/top_level.txt +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/setup.cfg +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/setup.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_admin_permission_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_admin_set_permission_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_admin_upsert_user_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_admin_upsert_user_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_admin_user.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_admin_users_org_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_auth_service_token_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_auth_service_token_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_auth_test_service_token_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_auth_test_service_token_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_auth_test_token_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_authentication_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_client.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_delete_metadata_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_get_detail_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_get_many_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_info.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_kpi.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_metadata.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_metadata_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_metadata_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_metadata_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_organization_brand.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_organization_detail.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_persona.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_persona_factor.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_persona_insight.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_persona_personality_trait.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_personas_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_probe.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_probe_todo_row.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_query.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_trigger_probe_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_upsert_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_upsert_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_url_row.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_url_snapshot_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_url_snapshot_row.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_url_upsert_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_url_upsert_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_urls_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_client_workbench_config.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_dagster_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_dagster_info.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_dagster_log_create_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_dagster_log_create_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_dagster_log_get_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_db_account_organization_brand.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_db_client_url.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_db_knowledge_customer.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_db_knowledge_order.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_db_knowledge_product.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_db_knowledge_store.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_db_persona_factor_create_params.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_assertion.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_assertion_create_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_assertion_list_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_assertion_query.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_assertion_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_customer_query.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_customer_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_enrichment_artifact.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_enrichment_artifact_list_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_enrichment_artifact_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_enrichment_artifact_update_output_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_enrichment_artifact_update_status_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_enrichment_query.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_entity.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_entity_create_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_entity_create_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_entity_err_row.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_entity_extra.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_entity_get_many_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_entity_in_db.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_entity_relations.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_entity_schema.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_entity_schema_row.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_entity_schema_upsert_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_entity_schemas_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_entity_schemas_upsert_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_entity_type_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_entity_type_row.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_entity_type_upsert_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_entity_type_upsert_row.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_entity_upsert_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_entity_upsert_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_extract_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_ingest_raw_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_ingest_raw_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_ingest_raw_row.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_kind_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_order_query.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_order_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_product.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_product_query.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_product_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_product_upsert_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_product_upsert_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_query.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_store_query.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_knowledge_store_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_lookup_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_lookup_env.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_lookup_language.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_lookup_language_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_lookup_lookup_environments_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_lookup_role.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_lookup_roles_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_lookup_state.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_lookup_state_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_lookup_states_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_lookup_uid.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_lookup_uids_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_organization_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_organization_metadata_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_organizations_brand.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_organizations_brand_detail_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_organizations_brand_upsert_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_organizations_create_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_organizations_delete_metadata_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_organizations_delete_metadata_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_organizations_detail_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_organizations_get_many_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_organizations_metadata.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_organizations_metadata_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_organizations_metadata_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_organizations_organization.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_organizations_organization_set_workbench_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_organizations_organization_set_workbench_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_organizations_organization_update_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_organizations_workbench_config.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_persona_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_factor_create_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_factor_create_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_factor_row.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_insight_create_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_insight_create_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_instance_create_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_instance_create_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_instance_delete_many_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_instance_delete_many_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_instances_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_kpi.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_kpi_create_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_kpi_create_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_kpi_req_row.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_kpi_row_in_db.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_match_criteria_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_match_criteria_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_match_criteria_row_in.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_match_criteria_row_in_db.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_persona.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_persona_factor.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_persona_insight.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_persona_personality_trait.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_personality_trait_create_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_personality_trait_create_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_personality_trait_in_db.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_personality_trait_req.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_seed.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_seed_get_many_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_seed_upsert_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_personas_seeds_delete_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_pgtype_infinity_modifier.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_pgtype_int8.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_pgtype_text.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_pgtype_timestamp.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_reporting_daily_metric.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_reporting_daily_metrics_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_reporting_query.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_system_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_user_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_workbench_api.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_workbench_workbench_url_check_request.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_workbench_workbench_url_check_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_workbench_workbench_version.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_workbench_workbench_version_many_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_workbench_workbench_version_response.py +0 -0
- {neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/test/test_workbench_workbench_version_upsert_request.py +0 -0
|
@@ -211,26 +211,9 @@ __all__ = [
|
|
|
211
211
|
"PgtypeInt8",
|
|
212
212
|
"PgtypeText",
|
|
213
213
|
"PgtypeTimestamp",
|
|
214
|
-
"ReportingAffinitiesResponse",
|
|
215
|
-
"ReportingChartData",
|
|
216
|
-
"ReportingChartDataset",
|
|
217
|
-
"ReportingChartDefaults",
|
|
218
|
-
"ReportingChartOptions",
|
|
219
|
-
"ReportingContentConfig",
|
|
220
|
-
"ReportingCustomerActivityResponse",
|
|
221
214
|
"ReportingDailyMetric",
|
|
222
215
|
"ReportingDailyMetricsResponse",
|
|
223
|
-
"ReportingDataRange",
|
|
224
|
-
"ReportingExplorationTopic",
|
|
225
|
-
"ReportingHeaderConfig",
|
|
226
|
-
"ReportingMetaConfig",
|
|
227
|
-
"ReportingPersonaActivityResponse",
|
|
228
|
-
"ReportingPersonasResponse",
|
|
229
|
-
"ReportingPrimaryAnalysis",
|
|
230
216
|
"ReportingQuery",
|
|
231
|
-
"ReportingRichInsightsConfig",
|
|
232
|
-
"ReportingVisualization",
|
|
233
|
-
"ReportingVisualizationInsights",
|
|
234
217
|
"WorkbenchWorkbenchUrlCheckRequest",
|
|
235
218
|
"WorkbenchWorkbenchUrlCheckResponse",
|
|
236
219
|
"WorkbenchWorkbenchVersion",
|
|
@@ -437,26 +420,9 @@ from neurograph.v1.models.pgtype_infinity_modifier import PgtypeInfinityModifier
|
|
|
437
420
|
from neurograph.v1.models.pgtype_int8 import PgtypeInt8 as PgtypeInt8
|
|
438
421
|
from neurograph.v1.models.pgtype_text import PgtypeText as PgtypeText
|
|
439
422
|
from neurograph.v1.models.pgtype_timestamp import PgtypeTimestamp as PgtypeTimestamp
|
|
440
|
-
from neurograph.v1.models.reporting_affinities_response import ReportingAffinitiesResponse as ReportingAffinitiesResponse
|
|
441
|
-
from neurograph.v1.models.reporting_chart_data import ReportingChartData as ReportingChartData
|
|
442
|
-
from neurograph.v1.models.reporting_chart_dataset import ReportingChartDataset as ReportingChartDataset
|
|
443
|
-
from neurograph.v1.models.reporting_chart_defaults import ReportingChartDefaults as ReportingChartDefaults
|
|
444
|
-
from neurograph.v1.models.reporting_chart_options import ReportingChartOptions as ReportingChartOptions
|
|
445
|
-
from neurograph.v1.models.reporting_content_config import ReportingContentConfig as ReportingContentConfig
|
|
446
|
-
from neurograph.v1.models.reporting_customer_activity_response import ReportingCustomerActivityResponse as ReportingCustomerActivityResponse
|
|
447
423
|
from neurograph.v1.models.reporting_daily_metric import ReportingDailyMetric as ReportingDailyMetric
|
|
448
424
|
from neurograph.v1.models.reporting_daily_metrics_response import ReportingDailyMetricsResponse as ReportingDailyMetricsResponse
|
|
449
|
-
from neurograph.v1.models.reporting_data_range import ReportingDataRange as ReportingDataRange
|
|
450
|
-
from neurograph.v1.models.reporting_exploration_topic import ReportingExplorationTopic as ReportingExplorationTopic
|
|
451
|
-
from neurograph.v1.models.reporting_header_config import ReportingHeaderConfig as ReportingHeaderConfig
|
|
452
|
-
from neurograph.v1.models.reporting_meta_config import ReportingMetaConfig as ReportingMetaConfig
|
|
453
|
-
from neurograph.v1.models.reporting_persona_activity_response import ReportingPersonaActivityResponse as ReportingPersonaActivityResponse
|
|
454
|
-
from neurograph.v1.models.reporting_personas_response import ReportingPersonasResponse as ReportingPersonasResponse
|
|
455
|
-
from neurograph.v1.models.reporting_primary_analysis import ReportingPrimaryAnalysis as ReportingPrimaryAnalysis
|
|
456
425
|
from neurograph.v1.models.reporting_query import ReportingQuery as ReportingQuery
|
|
457
|
-
from neurograph.v1.models.reporting_rich_insights_config import ReportingRichInsightsConfig as ReportingRichInsightsConfig
|
|
458
|
-
from neurograph.v1.models.reporting_visualization import ReportingVisualization as ReportingVisualization
|
|
459
|
-
from neurograph.v1.models.reporting_visualization_insights import ReportingVisualizationInsights as ReportingVisualizationInsights
|
|
460
426
|
from neurograph.v1.models.workbench_workbench_url_check_request import WorkbenchWorkbenchUrlCheckRequest as WorkbenchWorkbenchUrlCheckRequest
|
|
461
427
|
from neurograph.v1.models.workbench_workbench_url_check_response import WorkbenchWorkbenchUrlCheckResponse as WorkbenchWorkbenchUrlCheckResponse
|
|
462
428
|
from neurograph.v1.models.workbench_workbench_version import WorkbenchWorkbenchVersion as WorkbenchWorkbenchVersion
|
{neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/api/admin_api.py
RENAMED
|
@@ -840,7 +840,7 @@ class AdminApi:
|
|
|
840
840
|
|
|
841
841
|
|
|
842
842
|
@validate_call
|
|
843
|
-
def
|
|
843
|
+
def api_v1_admin_users_post(
|
|
844
844
|
self,
|
|
845
845
|
request: Annotated[AdminUpsertUserRequest, Field(description="Upsert user request payload")],
|
|
846
846
|
_request_timeout: Union[
|
|
@@ -884,7 +884,7 @@ class AdminApi:
|
|
|
884
884
|
:return: Returns the result object.
|
|
885
885
|
""" # noqa: E501
|
|
886
886
|
|
|
887
|
-
_param = self.
|
|
887
|
+
_param = self._api_v1_admin_users_post_serialize(
|
|
888
888
|
request=request,
|
|
889
889
|
_request_auth=_request_auth,
|
|
890
890
|
_content_type=_content_type,
|
|
@@ -910,7 +910,7 @@ class AdminApi:
|
|
|
910
910
|
|
|
911
911
|
|
|
912
912
|
@validate_call
|
|
913
|
-
def
|
|
913
|
+
def api_v1_admin_users_post_with_http_info(
|
|
914
914
|
self,
|
|
915
915
|
request: Annotated[AdminUpsertUserRequest, Field(description="Upsert user request payload")],
|
|
916
916
|
_request_timeout: Union[
|
|
@@ -954,7 +954,7 @@ class AdminApi:
|
|
|
954
954
|
:return: Returns the result object.
|
|
955
955
|
""" # noqa: E501
|
|
956
956
|
|
|
957
|
-
_param = self.
|
|
957
|
+
_param = self._api_v1_admin_users_post_serialize(
|
|
958
958
|
request=request,
|
|
959
959
|
_request_auth=_request_auth,
|
|
960
960
|
_content_type=_content_type,
|
|
@@ -980,7 +980,7 @@ class AdminApi:
|
|
|
980
980
|
|
|
981
981
|
|
|
982
982
|
@validate_call
|
|
983
|
-
def
|
|
983
|
+
def api_v1_admin_users_post_without_preload_content(
|
|
984
984
|
self,
|
|
985
985
|
request: Annotated[AdminUpsertUserRequest, Field(description="Upsert user request payload")],
|
|
986
986
|
_request_timeout: Union[
|
|
@@ -1024,7 +1024,7 @@ class AdminApi:
|
|
|
1024
1024
|
:return: Returns the result object.
|
|
1025
1025
|
""" # noqa: E501
|
|
1026
1026
|
|
|
1027
|
-
_param = self.
|
|
1027
|
+
_param = self._api_v1_admin_users_post_serialize(
|
|
1028
1028
|
request=request,
|
|
1029
1029
|
_request_auth=_request_auth,
|
|
1030
1030
|
_content_type=_content_type,
|
|
@@ -1045,7 +1045,7 @@ class AdminApi:
|
|
|
1045
1045
|
return response_data.response
|
|
1046
1046
|
|
|
1047
1047
|
|
|
1048
|
-
def
|
|
1048
|
+
def _api_v1_admin_users_post_serialize(
|
|
1049
1049
|
self,
|
|
1050
1050
|
request,
|
|
1051
1051
|
_request_auth,
|
|
@@ -1107,7 +1107,7 @@ class AdminApi:
|
|
|
1107
1107
|
|
|
1108
1108
|
return self.api_client.param_serialize(
|
|
1109
1109
|
method='POST',
|
|
1110
|
-
resource_path='/api/v1/users',
|
|
1110
|
+
resource_path='/api/v1/admin/users/',
|
|
1111
1111
|
path_params=_path_params,
|
|
1112
1112
|
query_params=_query_params,
|
|
1113
1113
|
header_params=_header_params,
|
|
@@ -0,0 +1,300 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Neurograph Core
|
|
5
|
+
|
|
6
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
import warnings
|
|
15
|
+
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
|
|
16
|
+
from typing import Any, Dict, List, Optional, Tuple, Union
|
|
17
|
+
from typing_extensions import Annotated
|
|
18
|
+
|
|
19
|
+
from pydantic import Field
|
|
20
|
+
from typing_extensions import Annotated
|
|
21
|
+
from neurograph.v1.models.reporting_daily_metrics_response import ReportingDailyMetricsResponse
|
|
22
|
+
from neurograph.v1.models.reporting_query import ReportingQuery
|
|
23
|
+
|
|
24
|
+
from neurograph.v1.api_client import ApiClient, RequestSerialized
|
|
25
|
+
from neurograph.v1.api_response import ApiResponse
|
|
26
|
+
from neurograph.v1.rest import RESTResponseType
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
class ReportingApi:
|
|
30
|
+
"""NOTE: This class is auto generated by OpenAPI Generator
|
|
31
|
+
Ref: https://openapi-generator.tech
|
|
32
|
+
|
|
33
|
+
Do not edit the class manually.
|
|
34
|
+
"""
|
|
35
|
+
|
|
36
|
+
def __init__(self, api_client=None) -> None:
|
|
37
|
+
if api_client is None:
|
|
38
|
+
api_client = ApiClient.get_default()
|
|
39
|
+
self.api_client = api_client
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
@validate_call
|
|
43
|
+
def api_v1_reporting_daily_rollup_post(
|
|
44
|
+
self,
|
|
45
|
+
request: Annotated[ReportingQuery, Field(description="Body")],
|
|
46
|
+
_request_timeout: Union[
|
|
47
|
+
None,
|
|
48
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
49
|
+
Tuple[
|
|
50
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
51
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
52
|
+
]
|
|
53
|
+
] = None,
|
|
54
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
55
|
+
_content_type: Optional[StrictStr] = None,
|
|
56
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
57
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
58
|
+
) -> ReportingDailyMetricsResponse:
|
|
59
|
+
"""Get Daily Metrics for Client by Persona from BigQuery
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
:param request: Body (required)
|
|
63
|
+
:type request: ReportingQuery
|
|
64
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
65
|
+
number provided, it will be total request
|
|
66
|
+
timeout. It can also be a pair (tuple) of
|
|
67
|
+
(connection, read) timeouts.
|
|
68
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
69
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
70
|
+
request; this effectively ignores the
|
|
71
|
+
authentication in the spec for a single request.
|
|
72
|
+
:type _request_auth: dict, optional
|
|
73
|
+
:param _content_type: force content-type for the request.
|
|
74
|
+
:type _content_type: str, Optional
|
|
75
|
+
:param _headers: set to override the headers for a single
|
|
76
|
+
request; this effectively ignores the headers
|
|
77
|
+
in the spec for a single request.
|
|
78
|
+
:type _headers: dict, optional
|
|
79
|
+
:param _host_index: set to override the host_index for a single
|
|
80
|
+
request; this effectively ignores the host_index
|
|
81
|
+
in the spec for a single request.
|
|
82
|
+
:type _host_index: int, optional
|
|
83
|
+
:return: Returns the result object.
|
|
84
|
+
""" # noqa: E501
|
|
85
|
+
|
|
86
|
+
_param = self._api_v1_reporting_daily_rollup_post_serialize(
|
|
87
|
+
request=request,
|
|
88
|
+
_request_auth=_request_auth,
|
|
89
|
+
_content_type=_content_type,
|
|
90
|
+
_headers=_headers,
|
|
91
|
+
_host_index=_host_index
|
|
92
|
+
)
|
|
93
|
+
|
|
94
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
95
|
+
'200': "ReportingDailyMetricsResponse",
|
|
96
|
+
'400': "ReportingDailyMetricsResponse",
|
|
97
|
+
}
|
|
98
|
+
response_data = self.api_client.call_api(
|
|
99
|
+
*_param,
|
|
100
|
+
_request_timeout=_request_timeout
|
|
101
|
+
)
|
|
102
|
+
response_data.read()
|
|
103
|
+
return self.api_client.response_deserialize(
|
|
104
|
+
response_data=response_data,
|
|
105
|
+
response_types_map=_response_types_map,
|
|
106
|
+
).data
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
@validate_call
|
|
110
|
+
def api_v1_reporting_daily_rollup_post_with_http_info(
|
|
111
|
+
self,
|
|
112
|
+
request: Annotated[ReportingQuery, Field(description="Body")],
|
|
113
|
+
_request_timeout: Union[
|
|
114
|
+
None,
|
|
115
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
116
|
+
Tuple[
|
|
117
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
118
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
119
|
+
]
|
|
120
|
+
] = None,
|
|
121
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
122
|
+
_content_type: Optional[StrictStr] = None,
|
|
123
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
124
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
125
|
+
) -> ApiResponse[ReportingDailyMetricsResponse]:
|
|
126
|
+
"""Get Daily Metrics for Client by Persona from BigQuery
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
:param request: Body (required)
|
|
130
|
+
:type request: ReportingQuery
|
|
131
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
132
|
+
number provided, it will be total request
|
|
133
|
+
timeout. It can also be a pair (tuple) of
|
|
134
|
+
(connection, read) timeouts.
|
|
135
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
136
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
137
|
+
request; this effectively ignores the
|
|
138
|
+
authentication in the spec for a single request.
|
|
139
|
+
:type _request_auth: dict, optional
|
|
140
|
+
:param _content_type: force content-type for the request.
|
|
141
|
+
:type _content_type: str, Optional
|
|
142
|
+
:param _headers: set to override the headers for a single
|
|
143
|
+
request; this effectively ignores the headers
|
|
144
|
+
in the spec for a single request.
|
|
145
|
+
:type _headers: dict, optional
|
|
146
|
+
:param _host_index: set to override the host_index for a single
|
|
147
|
+
request; this effectively ignores the host_index
|
|
148
|
+
in the spec for a single request.
|
|
149
|
+
:type _host_index: int, optional
|
|
150
|
+
:return: Returns the result object.
|
|
151
|
+
""" # noqa: E501
|
|
152
|
+
|
|
153
|
+
_param = self._api_v1_reporting_daily_rollup_post_serialize(
|
|
154
|
+
request=request,
|
|
155
|
+
_request_auth=_request_auth,
|
|
156
|
+
_content_type=_content_type,
|
|
157
|
+
_headers=_headers,
|
|
158
|
+
_host_index=_host_index
|
|
159
|
+
)
|
|
160
|
+
|
|
161
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
162
|
+
'200': "ReportingDailyMetricsResponse",
|
|
163
|
+
'400': "ReportingDailyMetricsResponse",
|
|
164
|
+
}
|
|
165
|
+
response_data = self.api_client.call_api(
|
|
166
|
+
*_param,
|
|
167
|
+
_request_timeout=_request_timeout
|
|
168
|
+
)
|
|
169
|
+
response_data.read()
|
|
170
|
+
return self.api_client.response_deserialize(
|
|
171
|
+
response_data=response_data,
|
|
172
|
+
response_types_map=_response_types_map,
|
|
173
|
+
)
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
@validate_call
|
|
177
|
+
def api_v1_reporting_daily_rollup_post_without_preload_content(
|
|
178
|
+
self,
|
|
179
|
+
request: Annotated[ReportingQuery, Field(description="Body")],
|
|
180
|
+
_request_timeout: Union[
|
|
181
|
+
None,
|
|
182
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
183
|
+
Tuple[
|
|
184
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
185
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
186
|
+
]
|
|
187
|
+
] = None,
|
|
188
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
189
|
+
_content_type: Optional[StrictStr] = None,
|
|
190
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
191
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
192
|
+
) -> RESTResponseType:
|
|
193
|
+
"""Get Daily Metrics for Client by Persona from BigQuery
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
:param request: Body (required)
|
|
197
|
+
:type request: ReportingQuery
|
|
198
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
199
|
+
number provided, it will be total request
|
|
200
|
+
timeout. It can also be a pair (tuple) of
|
|
201
|
+
(connection, read) timeouts.
|
|
202
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
203
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
204
|
+
request; this effectively ignores the
|
|
205
|
+
authentication in the spec for a single request.
|
|
206
|
+
:type _request_auth: dict, optional
|
|
207
|
+
:param _content_type: force content-type for the request.
|
|
208
|
+
:type _content_type: str, Optional
|
|
209
|
+
:param _headers: set to override the headers for a single
|
|
210
|
+
request; this effectively ignores the headers
|
|
211
|
+
in the spec for a single request.
|
|
212
|
+
:type _headers: dict, optional
|
|
213
|
+
:param _host_index: set to override the host_index for a single
|
|
214
|
+
request; this effectively ignores the host_index
|
|
215
|
+
in the spec for a single request.
|
|
216
|
+
:type _host_index: int, optional
|
|
217
|
+
:return: Returns the result object.
|
|
218
|
+
""" # noqa: E501
|
|
219
|
+
|
|
220
|
+
_param = self._api_v1_reporting_daily_rollup_post_serialize(
|
|
221
|
+
request=request,
|
|
222
|
+
_request_auth=_request_auth,
|
|
223
|
+
_content_type=_content_type,
|
|
224
|
+
_headers=_headers,
|
|
225
|
+
_host_index=_host_index
|
|
226
|
+
)
|
|
227
|
+
|
|
228
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
229
|
+
'200': "ReportingDailyMetricsResponse",
|
|
230
|
+
'400': "ReportingDailyMetricsResponse",
|
|
231
|
+
}
|
|
232
|
+
response_data = self.api_client.call_api(
|
|
233
|
+
*_param,
|
|
234
|
+
_request_timeout=_request_timeout
|
|
235
|
+
)
|
|
236
|
+
return response_data.response
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
def _api_v1_reporting_daily_rollup_post_serialize(
|
|
240
|
+
self,
|
|
241
|
+
request,
|
|
242
|
+
_request_auth,
|
|
243
|
+
_content_type,
|
|
244
|
+
_headers,
|
|
245
|
+
_host_index,
|
|
246
|
+
) -> RequestSerialized:
|
|
247
|
+
|
|
248
|
+
_host = None
|
|
249
|
+
|
|
250
|
+
_collection_formats: Dict[str, str] = {
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
_path_params: Dict[str, str] = {}
|
|
254
|
+
_query_params: List[Tuple[str, str]] = []
|
|
255
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
256
|
+
_form_params: List[Tuple[str, str]] = []
|
|
257
|
+
_files: Dict[
|
|
258
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
|
259
|
+
] = {}
|
|
260
|
+
_body_params: Optional[bytes] = None
|
|
261
|
+
|
|
262
|
+
# process the path parameters
|
|
263
|
+
# process the query parameters
|
|
264
|
+
# process the header parameters
|
|
265
|
+
# process the form parameters
|
|
266
|
+
# process the body parameter
|
|
267
|
+
if request is not None:
|
|
268
|
+
_body_params = request
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
# set the HTTP header `Accept`
|
|
272
|
+
if 'Accept' not in _header_params:
|
|
273
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
274
|
+
[
|
|
275
|
+
'application/json'
|
|
276
|
+
]
|
|
277
|
+
)
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
# authentication setting
|
|
281
|
+
_auth_settings: List[str] = [
|
|
282
|
+
'ApiKeyAuth'
|
|
283
|
+
]
|
|
284
|
+
|
|
285
|
+
return self.api_client.param_serialize(
|
|
286
|
+
method='POST',
|
|
287
|
+
resource_path='/api/v1/reporting/daily-rollup/',
|
|
288
|
+
path_params=_path_params,
|
|
289
|
+
query_params=_query_params,
|
|
290
|
+
header_params=_header_params,
|
|
291
|
+
body=_body_params,
|
|
292
|
+
post_params=_form_params,
|
|
293
|
+
files=_files,
|
|
294
|
+
auth_settings=_auth_settings,
|
|
295
|
+
collection_formats=_collection_formats,
|
|
296
|
+
_host=_host,
|
|
297
|
+
_request_auth=_request_auth
|
|
298
|
+
)
|
|
299
|
+
|
|
300
|
+
|
{neurograph_core-1.202510092220 → neurograph_core-1.202510101705}/neurograph/v1/models/__init__.py
RENAMED
|
@@ -182,26 +182,9 @@ from neurograph.v1.models.pgtype_infinity_modifier import PgtypeInfinityModifier
|
|
|
182
182
|
from neurograph.v1.models.pgtype_int8 import PgtypeInt8
|
|
183
183
|
from neurograph.v1.models.pgtype_text import PgtypeText
|
|
184
184
|
from neurograph.v1.models.pgtype_timestamp import PgtypeTimestamp
|
|
185
|
-
from neurograph.v1.models.reporting_affinities_response import ReportingAffinitiesResponse
|
|
186
|
-
from neurograph.v1.models.reporting_chart_data import ReportingChartData
|
|
187
|
-
from neurograph.v1.models.reporting_chart_dataset import ReportingChartDataset
|
|
188
|
-
from neurograph.v1.models.reporting_chart_defaults import ReportingChartDefaults
|
|
189
|
-
from neurograph.v1.models.reporting_chart_options import ReportingChartOptions
|
|
190
|
-
from neurograph.v1.models.reporting_content_config import ReportingContentConfig
|
|
191
|
-
from neurograph.v1.models.reporting_customer_activity_response import ReportingCustomerActivityResponse
|
|
192
185
|
from neurograph.v1.models.reporting_daily_metric import ReportingDailyMetric
|
|
193
186
|
from neurograph.v1.models.reporting_daily_metrics_response import ReportingDailyMetricsResponse
|
|
194
|
-
from neurograph.v1.models.reporting_data_range import ReportingDataRange
|
|
195
|
-
from neurograph.v1.models.reporting_exploration_topic import ReportingExplorationTopic
|
|
196
|
-
from neurograph.v1.models.reporting_header_config import ReportingHeaderConfig
|
|
197
|
-
from neurograph.v1.models.reporting_meta_config import ReportingMetaConfig
|
|
198
|
-
from neurograph.v1.models.reporting_persona_activity_response import ReportingPersonaActivityResponse
|
|
199
|
-
from neurograph.v1.models.reporting_personas_response import ReportingPersonasResponse
|
|
200
|
-
from neurograph.v1.models.reporting_primary_analysis import ReportingPrimaryAnalysis
|
|
201
187
|
from neurograph.v1.models.reporting_query import ReportingQuery
|
|
202
|
-
from neurograph.v1.models.reporting_rich_insights_config import ReportingRichInsightsConfig
|
|
203
|
-
from neurograph.v1.models.reporting_visualization import ReportingVisualization
|
|
204
|
-
from neurograph.v1.models.reporting_visualization_insights import ReportingVisualizationInsights
|
|
205
188
|
from neurograph.v1.models.workbench_workbench_url_check_request import WorkbenchWorkbenchUrlCheckRequest
|
|
206
189
|
from neurograph.v1.models.workbench_workbench_url_check_response import WorkbenchWorkbenchUrlCheckResponse
|
|
207
190
|
from neurograph.v1.models.workbench_workbench_version import WorkbenchWorkbenchVersion
|
|
@@ -21,6 +21,7 @@ from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
|
|
|
21
21
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
22
|
from neurograph.v1.models.db_my_client import DbMyClient
|
|
23
23
|
from neurograph.v1.models.db_my_org import DbMyOrg
|
|
24
|
+
from neurograph.v1.models.pgtype_timestamp import PgtypeTimestamp
|
|
24
25
|
from typing import Optional, Set
|
|
25
26
|
from typing_extensions import Self
|
|
26
27
|
|
|
@@ -36,8 +37,8 @@ class AdminUserDetailResponse(BaseModel):
|
|
|
36
37
|
id: Optional[StrictInt] = None
|
|
37
38
|
ng_roles: Optional[List[StrictStr]] = None
|
|
38
39
|
orgs: Optional[List[DbMyOrg]] = None
|
|
39
|
-
ts_created: Optional[
|
|
40
|
-
ts_updated: Optional[
|
|
40
|
+
ts_created: Optional[PgtypeTimestamp] = None
|
|
41
|
+
ts_updated: Optional[PgtypeTimestamp] = None
|
|
41
42
|
__properties: ClassVar[List[str]] = ["clients", "display_name", "email", "error", "firebase_uid", "id", "ng_roles", "orgs", "ts_created", "ts_updated"]
|
|
42
43
|
|
|
43
44
|
model_config = ConfigDict(
|
|
@@ -93,6 +94,12 @@ class AdminUserDetailResponse(BaseModel):
|
|
|
93
94
|
if _item_orgs:
|
|
94
95
|
_items.append(_item_orgs.to_dict())
|
|
95
96
|
_dict['orgs'] = _items
|
|
97
|
+
# override the default output from pydantic by calling `to_dict()` of ts_created
|
|
98
|
+
if self.ts_created:
|
|
99
|
+
_dict['ts_created'] = self.ts_created.to_dict()
|
|
100
|
+
# override the default output from pydantic by calling `to_dict()` of ts_updated
|
|
101
|
+
if self.ts_updated:
|
|
102
|
+
_dict['ts_updated'] = self.ts_updated.to_dict()
|
|
96
103
|
return _dict
|
|
97
104
|
|
|
98
105
|
@classmethod
|
|
@@ -113,8 +120,8 @@ class AdminUserDetailResponse(BaseModel):
|
|
|
113
120
|
"id": obj.get("id"),
|
|
114
121
|
"ng_roles": obj.get("ng_roles"),
|
|
115
122
|
"orgs": [DbMyOrg.from_dict(_item) for _item in obj["orgs"]] if obj.get("orgs") is not None else None,
|
|
116
|
-
"ts_created": obj.get("ts_created"),
|
|
117
|
-
"ts_updated": obj.get("ts_updated")
|
|
123
|
+
"ts_created": PgtypeTimestamp.from_dict(obj["ts_created"]) if obj.get("ts_created") is not None else None,
|
|
124
|
+
"ts_updated": PgtypeTimestamp.from_dict(obj["ts_updated"]) if obj.get("ts_updated") is not None else None
|
|
118
125
|
})
|
|
119
126
|
return _obj
|
|
120
127
|
|
|
@@ -19,6 +19,7 @@ import json
|
|
|
19
19
|
|
|
20
20
|
from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
|
|
21
21
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from neurograph.v1.models.pgtype_timestamp import PgtypeTimestamp
|
|
22
23
|
from typing import Optional, Set
|
|
23
24
|
from typing_extensions import Self
|
|
24
25
|
|
|
@@ -29,7 +30,7 @@ class DbUserClientRole(BaseModel):
|
|
|
29
30
|
client_id: Optional[StrictStr] = None
|
|
30
31
|
id: Optional[StrictInt] = None
|
|
31
32
|
role_name: Optional[StrictStr] = None
|
|
32
|
-
ts_created: Optional[
|
|
33
|
+
ts_created: Optional[PgtypeTimestamp] = None
|
|
33
34
|
__properties: ClassVar[List[str]] = ["client_id", "id", "role_name", "ts_created"]
|
|
34
35
|
|
|
35
36
|
model_config = ConfigDict(
|
|
@@ -71,6 +72,9 @@ class DbUserClientRole(BaseModel):
|
|
|
71
72
|
exclude=excluded_fields,
|
|
72
73
|
exclude_none=True,
|
|
73
74
|
)
|
|
75
|
+
# override the default output from pydantic by calling `to_dict()` of ts_created
|
|
76
|
+
if self.ts_created:
|
|
77
|
+
_dict['ts_created'] = self.ts_created.to_dict()
|
|
74
78
|
return _dict
|
|
75
79
|
|
|
76
80
|
@classmethod
|
|
@@ -86,7 +90,7 @@ class DbUserClientRole(BaseModel):
|
|
|
86
90
|
"client_id": obj.get("client_id"),
|
|
87
91
|
"id": obj.get("id"),
|
|
88
92
|
"role_name": obj.get("role_name"),
|
|
89
|
-
"ts_created": obj.get("ts_created")
|
|
93
|
+
"ts_created": PgtypeTimestamp.from_dict(obj["ts_created"]) if obj.get("ts_created") is not None else None
|
|
90
94
|
})
|
|
91
95
|
return _obj
|
|
92
96
|
|
|
@@ -22,6 +22,7 @@ from typing import Any, ClassVar, Dict, List, Optional
|
|
|
22
22
|
from neurograph.v1.models.db_user_client_role import DbUserClientRole
|
|
23
23
|
from neurograph.v1.models.db_user_org_role import DbUserOrgRole
|
|
24
24
|
from neurograph.v1.models.db_user_role import DbUserRole
|
|
25
|
+
from neurograph.v1.models.pgtype_timestamp import PgtypeTimestamp
|
|
25
26
|
from typing import Optional, Set
|
|
26
27
|
from typing_extensions import Self
|
|
27
28
|
|
|
@@ -36,8 +37,8 @@ class DbUserInDb(BaseModel):
|
|
|
36
37
|
id: Optional[StrictInt] = None
|
|
37
38
|
org_roles: Optional[List[DbUserOrgRole]] = None
|
|
38
39
|
roles: Optional[List[DbUserRole]] = None
|
|
39
|
-
ts_created: Optional[
|
|
40
|
-
ts_updated: Optional[
|
|
40
|
+
ts_created: Optional[PgtypeTimestamp] = None
|
|
41
|
+
ts_updated: Optional[PgtypeTimestamp] = None
|
|
41
42
|
__properties: ClassVar[List[str]] = ["client_roles", "display_name", "email", "firebase_uid", "id", "org_roles", "roles", "ts_created", "ts_updated"]
|
|
42
43
|
|
|
43
44
|
model_config = ConfigDict(
|
|
@@ -100,6 +101,12 @@ class DbUserInDb(BaseModel):
|
|
|
100
101
|
if _item_roles:
|
|
101
102
|
_items.append(_item_roles.to_dict())
|
|
102
103
|
_dict['roles'] = _items
|
|
104
|
+
# override the default output from pydantic by calling `to_dict()` of ts_created
|
|
105
|
+
if self.ts_created:
|
|
106
|
+
_dict['ts_created'] = self.ts_created.to_dict()
|
|
107
|
+
# override the default output from pydantic by calling `to_dict()` of ts_updated
|
|
108
|
+
if self.ts_updated:
|
|
109
|
+
_dict['ts_updated'] = self.ts_updated.to_dict()
|
|
103
110
|
return _dict
|
|
104
111
|
|
|
105
112
|
@classmethod
|
|
@@ -119,8 +126,8 @@ class DbUserInDb(BaseModel):
|
|
|
119
126
|
"id": obj.get("id"),
|
|
120
127
|
"org_roles": [DbUserOrgRole.from_dict(_item) for _item in obj["org_roles"]] if obj.get("org_roles") is not None else None,
|
|
121
128
|
"roles": [DbUserRole.from_dict(_item) for _item in obj["roles"]] if obj.get("roles") is not None else None,
|
|
122
|
-
"ts_created": obj.get("ts_created"),
|
|
123
|
-
"ts_updated": obj.get("ts_updated")
|
|
129
|
+
"ts_created": PgtypeTimestamp.from_dict(obj["ts_created"]) if obj.get("ts_created") is not None else None,
|
|
130
|
+
"ts_updated": PgtypeTimestamp.from_dict(obj["ts_updated"]) if obj.get("ts_updated") is not None else None
|
|
124
131
|
})
|
|
125
132
|
return _obj
|
|
126
133
|
|
|
@@ -19,6 +19,7 @@ import json
|
|
|
19
19
|
|
|
20
20
|
from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
|
|
21
21
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from neurograph.v1.models.pgtype_timestamp import PgtypeTimestamp
|
|
22
23
|
from typing import Optional, Set
|
|
23
24
|
from typing_extensions import Self
|
|
24
25
|
|
|
@@ -29,7 +30,7 @@ class DbUserOrgRole(BaseModel):
|
|
|
29
30
|
id: Optional[StrictInt] = None
|
|
30
31
|
org_id: Optional[StrictStr] = None
|
|
31
32
|
role_name: Optional[StrictStr] = None
|
|
32
|
-
ts_created: Optional[
|
|
33
|
+
ts_created: Optional[PgtypeTimestamp] = None
|
|
33
34
|
__properties: ClassVar[List[str]] = ["id", "org_id", "role_name", "ts_created"]
|
|
34
35
|
|
|
35
36
|
model_config = ConfigDict(
|
|
@@ -71,6 +72,9 @@ class DbUserOrgRole(BaseModel):
|
|
|
71
72
|
exclude=excluded_fields,
|
|
72
73
|
exclude_none=True,
|
|
73
74
|
)
|
|
75
|
+
# override the default output from pydantic by calling `to_dict()` of ts_created
|
|
76
|
+
if self.ts_created:
|
|
77
|
+
_dict['ts_created'] = self.ts_created.to_dict()
|
|
74
78
|
return _dict
|
|
75
79
|
|
|
76
80
|
@classmethod
|
|
@@ -86,7 +90,7 @@ class DbUserOrgRole(BaseModel):
|
|
|
86
90
|
"id": obj.get("id"),
|
|
87
91
|
"org_id": obj.get("org_id"),
|
|
88
92
|
"role_name": obj.get("role_name"),
|
|
89
|
-
"ts_created": obj.get("ts_created")
|
|
93
|
+
"ts_created": PgtypeTimestamp.from_dict(obj["ts_created"]) if obj.get("ts_created") is not None else None
|
|
90
94
|
})
|
|
91
95
|
return _obj
|
|
92
96
|
|
|
@@ -19,6 +19,7 @@ import json
|
|
|
19
19
|
|
|
20
20
|
from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
|
|
21
21
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from neurograph.v1.models.pgtype_timestamp import PgtypeTimestamp
|
|
22
23
|
from typing import Optional, Set
|
|
23
24
|
from typing_extensions import Self
|
|
24
25
|
|
|
@@ -28,7 +29,7 @@ class DbUserRole(BaseModel):
|
|
|
28
29
|
""" # noqa: E501
|
|
29
30
|
id: Optional[StrictInt] = None
|
|
30
31
|
role_name: Optional[StrictStr] = None
|
|
31
|
-
ts_created: Optional[
|
|
32
|
+
ts_created: Optional[PgtypeTimestamp] = None
|
|
32
33
|
__properties: ClassVar[List[str]] = ["id", "role_name", "ts_created"]
|
|
33
34
|
|
|
34
35
|
model_config = ConfigDict(
|
|
@@ -70,6 +71,9 @@ class DbUserRole(BaseModel):
|
|
|
70
71
|
exclude=excluded_fields,
|
|
71
72
|
exclude_none=True,
|
|
72
73
|
)
|
|
74
|
+
# override the default output from pydantic by calling `to_dict()` of ts_created
|
|
75
|
+
if self.ts_created:
|
|
76
|
+
_dict['ts_created'] = self.ts_created.to_dict()
|
|
73
77
|
return _dict
|
|
74
78
|
|
|
75
79
|
@classmethod
|
|
@@ -84,7 +88,7 @@ class DbUserRole(BaseModel):
|
|
|
84
88
|
_obj = cls.model_validate({
|
|
85
89
|
"id": obj.get("id"),
|
|
86
90
|
"role_name": obj.get("role_name"),
|
|
87
|
-
"ts_created": obj.get("ts_created")
|
|
91
|
+
"ts_created": PgtypeTimestamp.from_dict(obj["ts_created"]) if obj.get("ts_created") is not None else None
|
|
88
92
|
})
|
|
89
93
|
return _obj
|
|
90
94
|
|