neurograph-core 1.202510101705__tar.gz → 1.202510232201__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.202510101705 → neurograph_core-1.202510232201}/PKG-INFO +1 -1
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/__init__.py +2 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/__init__.py +1 -0
- neurograph_core-1.202510232201/neurograph/v1/models/client_match_criteria_row_in_db.py +97 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_persona.py +11 -1
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_persona.py +11 -1
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/reporting_daily_metric.py +23 -7
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/reporting_query.py +4 -2
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph_core.egg-info/PKG-INFO +1 -1
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph_core.egg-info/SOURCES.txt +2 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/pyproject.toml +1 -1
- neurograph_core-1.202510232201/test/test_client_match_criteria_row_in_db.py +56 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_persona.py +9 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_personas_response.py +9 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_instances_response.py +9 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_persona.py +9 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_reporting_daily_metric.py +10 -2
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_reporting_daily_metrics_response.py +10 -2
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_reporting_query.py +4 -3
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/README.md +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/__init__.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/__init__.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/admin_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/authentication_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/client_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/client_metadata_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/dagster_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/knowledge_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/knowledge_extract_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/lookup_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/organization_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/organization_metadata_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/persona_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/reporting_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/system_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/user_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/workbench_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api_client.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/configuration.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/exceptions.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/admin_permission_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/admin_set_permission_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/admin_upsert_user_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/admin_upsert_user_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/admin_user.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/admin_user_detail_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/admin_users_get_many_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/admin_users_org_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/auth_service_token_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/auth_service_token_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/auth_test_service_token_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/auth_test_service_token_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/auth_test_token_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_client.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_delete_metadata_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_get_detail_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_get_many_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_info.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_kpi.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_metadata.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_metadata_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_metadata_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_organization_brand.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_organization_detail.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_persona_factor.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_persona_insight.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_persona_personality_trait.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_personas_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_probe.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_probe_todo_row.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_query.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_trigger_probe_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_upsert_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_upsert_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_url_row.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_url_snapshot_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_url_snapshot_row.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_url_upsert_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_url_upsert_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_urls_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/client_workbench_config.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/dagster_info.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/dagster_log_create_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/dagster_log_create_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/dagster_log_get_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/db_account_organization_brand.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/db_client_url.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/db_knowledge_customer.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/db_knowledge_order.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/db_knowledge_product.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/db_knowledge_store.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/db_my_client.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/db_my_org.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/db_persona_factor_create_params.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/db_user_client_role.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/db_user_in_db.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/db_user_org_role.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/db_user_role.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_assertion.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_assertion_create_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_assertion_list_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_assertion_query.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_assertion_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_customer_query.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_customer_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_enrichment_artifact.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_enrichment_artifact_create_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_enrichment_artifact_list_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_enrichment_artifact_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_enrichment_artifact_update_output_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_enrichment_artifact_update_status_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_enrichment_query.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_entity.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_entity_create_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_entity_create_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_entity_err_row.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_entity_extra.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_entity_get_many_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_entity_in_db.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_entity_relations.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_entity_schema.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_entity_schema_row.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_entity_schema_upsert_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_entity_schemas_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_entity_schemas_upsert_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_entity_type_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_entity_type_row.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_entity_type_upsert_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_entity_type_upsert_row.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_entity_upsert_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_entity_upsert_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_ingest_raw_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_ingest_raw_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_ingest_raw_row.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_kind_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_order_query.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_order_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_product.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_product_query.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_product_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_product_upsert_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_product_upsert_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_query.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_store_query.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/knowledge_store_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/lookup_env.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/lookup_language.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/lookup_language_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/lookup_lookup_environments_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/lookup_role.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/lookup_roles_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/lookup_state.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/lookup_state_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/lookup_states_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/lookup_uid.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/lookup_uids_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/me_my_profile_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/organizations_brand.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/organizations_brand_detail_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/organizations_brand_upsert_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/organizations_create_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/organizations_delete_metadata_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/organizations_delete_metadata_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/organizations_detail_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/organizations_get_many_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/organizations_metadata.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/organizations_metadata_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/organizations_metadata_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/organizations_organization.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/organizations_organization_set_workbench_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/organizations_organization_set_workbench_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/organizations_organization_update_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/organizations_workbench_config.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_factor_create_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_factor_create_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_factor_row.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_insight_create_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_insight_create_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_instance_create_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_instance_create_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_instance_delete_many_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_instance_delete_many_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_instances_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_kpi.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_kpi_create_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_kpi_create_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_kpi_req_row.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_kpi_row_in_db.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_match_criteria_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_match_criteria_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_match_criteria_row_in.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_match_criteria_row_in_db.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_persona_factor.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_persona_insight.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_persona_personality_trait.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_personality_trait_create_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_personality_trait_create_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_personality_trait_in_db.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_personality_trait_req.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_seed.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_seed_get_many_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_seed_upsert_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/personas_seeds_delete_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/pgtype_infinity_modifier.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/pgtype_int8.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/pgtype_text.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/pgtype_timestamp.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/reporting_daily_metrics_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/workbench_workbench_url_check_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/workbench_workbench_url_check_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/workbench_workbench_version.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/workbench_workbench_version_many_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/workbench_workbench_version_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/workbench_workbench_version_upsert_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/py.typed +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/rest.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph_core.egg-info/dependency_links.txt +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph_core.egg-info/requires.txt +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph_core.egg-info/top_level.txt +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/setup.cfg +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/setup.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_admin_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_admin_permission_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_admin_set_permission_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_admin_upsert_user_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_admin_upsert_user_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_admin_user.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_admin_user_detail_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_admin_users_get_many_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_admin_users_org_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_auth_service_token_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_auth_service_token_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_auth_test_service_token_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_auth_test_service_token_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_auth_test_token_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_authentication_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_client.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_delete_metadata_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_get_detail_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_get_many_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_info.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_kpi.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_metadata.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_metadata_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_metadata_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_metadata_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_organization_brand.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_organization_detail.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_persona_factor.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_persona_insight.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_persona_personality_trait.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_probe.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_probe_todo_row.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_query.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_trigger_probe_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_upsert_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_upsert_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_url_row.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_url_snapshot_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_url_snapshot_row.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_url_upsert_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_url_upsert_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_urls_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_workbench_config.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_dagster_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_dagster_info.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_dagster_log_create_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_dagster_log_create_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_dagster_log_get_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_db_account_organization_brand.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_db_client_url.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_db_knowledge_customer.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_db_knowledge_order.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_db_knowledge_product.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_db_knowledge_store.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_db_my_client.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_db_my_org.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_db_persona_factor_create_params.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_db_user_client_role.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_db_user_in_db.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_db_user_org_role.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_db_user_role.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_assertion.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_assertion_create_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_assertion_list_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_assertion_query.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_assertion_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_customer_query.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_customer_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_enrichment_artifact.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_enrichment_artifact_create_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_enrichment_artifact_list_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_enrichment_artifact_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_enrichment_artifact_update_output_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_enrichment_artifact_update_status_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_enrichment_query.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_entity.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_entity_create_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_entity_create_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_entity_err_row.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_entity_extra.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_entity_get_many_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_entity_in_db.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_entity_relations.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_entity_schema.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_entity_schema_row.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_entity_schema_upsert_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_entity_schemas_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_entity_schemas_upsert_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_entity_type_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_entity_type_row.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_entity_type_upsert_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_entity_type_upsert_row.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_entity_upsert_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_entity_upsert_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_extract_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_ingest_raw_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_ingest_raw_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_ingest_raw_row.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_kind_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_order_query.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_order_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_product.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_product_query.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_product_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_product_upsert_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_product_upsert_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_query.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_store_query.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_knowledge_store_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_lookup_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_lookup_env.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_lookup_language.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_lookup_language_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_lookup_lookup_environments_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_lookup_role.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_lookup_roles_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_lookup_state.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_lookup_state_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_lookup_states_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_lookup_uid.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_lookup_uids_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_me_my_profile_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_organization_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_organization_metadata_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_organizations_brand.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_organizations_brand_detail_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_organizations_brand_upsert_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_organizations_create_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_organizations_delete_metadata_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_organizations_delete_metadata_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_organizations_detail_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_organizations_get_many_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_organizations_metadata.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_organizations_metadata_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_organizations_metadata_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_organizations_organization.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_organizations_organization_set_workbench_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_organizations_organization_set_workbench_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_organizations_organization_update_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_organizations_workbench_config.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_persona_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_factor_create_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_factor_create_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_factor_row.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_insight_create_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_insight_create_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_instance_create_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_instance_create_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_instance_delete_many_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_instance_delete_many_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_kpi.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_kpi_create_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_kpi_create_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_kpi_req_row.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_kpi_row_in_db.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_match_criteria_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_match_criteria_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_match_criteria_row_in.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_match_criteria_row_in_db.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_persona_factor.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_persona_insight.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_persona_personality_trait.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_personality_trait_create_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_personality_trait_create_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_personality_trait_in_db.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_personality_trait_req.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_seed.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_seed_get_many_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_seed_upsert_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_seeds_delete_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_pgtype_infinity_modifier.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_pgtype_int8.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_pgtype_text.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_pgtype_timestamp.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_reporting_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_system_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_user_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_workbench_api.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_workbench_workbench_url_check_request.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_workbench_workbench_url_check_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_workbench_workbench_version.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_workbench_workbench_version_many_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_workbench_workbench_version_response.py +0 -0
- {neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_workbench_workbench_version_upsert_request.py +0 -0
|
@@ -61,6 +61,7 @@ __all__ = [
|
|
|
61
61
|
"ClientGetManyResponse",
|
|
62
62
|
"ClientInfo",
|
|
63
63
|
"ClientKpi",
|
|
64
|
+
"ClientMatchCriteriaRowInDb",
|
|
64
65
|
"ClientMetadata",
|
|
65
66
|
"ClientMetadataRequest",
|
|
66
67
|
"ClientMetadataResponse",
|
|
@@ -270,6 +271,7 @@ from neurograph.v1.models.client_get_detail_response import ClientGetDetailRespo
|
|
|
270
271
|
from neurograph.v1.models.client_get_many_response import ClientGetManyResponse as ClientGetManyResponse
|
|
271
272
|
from neurograph.v1.models.client_info import ClientInfo as ClientInfo
|
|
272
273
|
from neurograph.v1.models.client_kpi import ClientKpi as ClientKpi
|
|
274
|
+
from neurograph.v1.models.client_match_criteria_row_in_db import ClientMatchCriteriaRowInDb as ClientMatchCriteriaRowInDb
|
|
273
275
|
from neurograph.v1.models.client_metadata import ClientMetadata as ClientMetadata
|
|
274
276
|
from neurograph.v1.models.client_metadata_request import ClientMetadataRequest as ClientMetadataRequest
|
|
275
277
|
from neurograph.v1.models.client_metadata_response import ClientMetadataResponse as ClientMetadataResponse
|
{neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/__init__.py
RENAMED
|
@@ -32,6 +32,7 @@ from neurograph.v1.models.client_get_detail_response import ClientGetDetailRespo
|
|
|
32
32
|
from neurograph.v1.models.client_get_many_response import ClientGetManyResponse
|
|
33
33
|
from neurograph.v1.models.client_info import ClientInfo
|
|
34
34
|
from neurograph.v1.models.client_kpi import ClientKpi
|
|
35
|
+
from neurograph.v1.models.client_match_criteria_row_in_db import ClientMatchCriteriaRowInDb
|
|
35
36
|
from neurograph.v1.models.client_metadata import ClientMetadata
|
|
36
37
|
from neurograph.v1.models.client_metadata_request import ClientMetadataRequest
|
|
37
38
|
from neurograph.v1.models.client_metadata_response import ClientMetadataResponse
|
|
@@ -0,0 +1,97 @@
|
|
|
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
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import pprint
|
|
17
|
+
import re # noqa: F401
|
|
18
|
+
import json
|
|
19
|
+
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
|
|
21
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from typing import Optional, Set
|
|
23
|
+
from typing_extensions import Self
|
|
24
|
+
|
|
25
|
+
class ClientMatchCriteriaRowInDb(BaseModel):
|
|
26
|
+
"""
|
|
27
|
+
ClientMatchCriteriaRowInDb
|
|
28
|
+
""" # noqa: E501
|
|
29
|
+
concept: Optional[StrictStr] = None
|
|
30
|
+
detail: Optional[StrictStr] = None
|
|
31
|
+
display: Optional[StrictStr] = None
|
|
32
|
+
error: Optional[StrictStr] = None
|
|
33
|
+
id: Optional[StrictInt] = None
|
|
34
|
+
persona_instance_id: Optional[StrictStr] = None
|
|
35
|
+
__properties: ClassVar[List[str]] = ["concept", "detail", "display", "error", "id", "persona_instance_id"]
|
|
36
|
+
|
|
37
|
+
model_config = ConfigDict(
|
|
38
|
+
populate_by_name=True,
|
|
39
|
+
validate_assignment=True,
|
|
40
|
+
protected_namespaces=(),
|
|
41
|
+
)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
def to_str(self) -> str:
|
|
45
|
+
"""Returns the string representation of the model using alias"""
|
|
46
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
47
|
+
|
|
48
|
+
def to_json(self) -> str:
|
|
49
|
+
"""Returns the JSON representation of the model using alias"""
|
|
50
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
51
|
+
return json.dumps(self.to_dict())
|
|
52
|
+
|
|
53
|
+
@classmethod
|
|
54
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
55
|
+
"""Create an instance of ClientMatchCriteriaRowInDb from a JSON string"""
|
|
56
|
+
return cls.from_dict(json.loads(json_str))
|
|
57
|
+
|
|
58
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
59
|
+
"""Return the dictionary representation of the model using alias.
|
|
60
|
+
|
|
61
|
+
This has the following differences from calling pydantic's
|
|
62
|
+
`self.model_dump(by_alias=True)`:
|
|
63
|
+
|
|
64
|
+
* `None` is only added to the output dict for nullable fields that
|
|
65
|
+
were set at model initialization. Other fields with value `None`
|
|
66
|
+
are ignored.
|
|
67
|
+
"""
|
|
68
|
+
excluded_fields: Set[str] = set([
|
|
69
|
+
])
|
|
70
|
+
|
|
71
|
+
_dict = self.model_dump(
|
|
72
|
+
by_alias=True,
|
|
73
|
+
exclude=excluded_fields,
|
|
74
|
+
exclude_none=True,
|
|
75
|
+
)
|
|
76
|
+
return _dict
|
|
77
|
+
|
|
78
|
+
@classmethod
|
|
79
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
80
|
+
"""Create an instance of ClientMatchCriteriaRowInDb from a dict"""
|
|
81
|
+
if obj is None:
|
|
82
|
+
return None
|
|
83
|
+
|
|
84
|
+
if not isinstance(obj, dict):
|
|
85
|
+
return cls.model_validate(obj)
|
|
86
|
+
|
|
87
|
+
_obj = cls.model_validate({
|
|
88
|
+
"concept": obj.get("concept"),
|
|
89
|
+
"detail": obj.get("detail"),
|
|
90
|
+
"display": obj.get("display"),
|
|
91
|
+
"error": obj.get("error"),
|
|
92
|
+
"id": obj.get("id"),
|
|
93
|
+
"persona_instance_id": obj.get("persona_instance_id")
|
|
94
|
+
})
|
|
95
|
+
return _obj
|
|
96
|
+
|
|
97
|
+
|
|
@@ -20,6 +20,7 @@ import json
|
|
|
20
20
|
from pydantic import BaseModel, ConfigDict, StrictBool, StrictFloat, StrictInt, StrictStr
|
|
21
21
|
from typing import Any, ClassVar, Dict, List, Optional, Union
|
|
22
22
|
from neurograph.v1.models.client_kpi import ClientKpi
|
|
23
|
+
from neurograph.v1.models.client_match_criteria_row_in_db import ClientMatchCriteriaRowInDb
|
|
23
24
|
from neurograph.v1.models.client_persona_factor import ClientPersonaFactor
|
|
24
25
|
from neurograph.v1.models.client_persona_insight import ClientPersonaInsight
|
|
25
26
|
from neurograph.v1.models.client_persona_personality_trait import ClientPersonaPersonalityTrait
|
|
@@ -40,6 +41,7 @@ class ClientPersona(BaseModel):
|
|
|
40
41
|
is_active: Optional[StrictBool] = None
|
|
41
42
|
kpis: Optional[List[ClientKpi]] = None
|
|
42
43
|
male: Optional[Union[StrictFloat, StrictInt]] = None
|
|
44
|
+
match_criteria: Optional[List[ClientMatchCriteriaRowInDb]] = None
|
|
43
45
|
metadata: Optional[StrictStr] = None
|
|
44
46
|
name: Optional[StrictStr] = None
|
|
45
47
|
persona_seed_id: Optional[StrictStr] = None
|
|
@@ -58,7 +60,7 @@ class ClientPersona(BaseModel):
|
|
|
58
60
|
ts_created: Optional[StrictInt] = None
|
|
59
61
|
ts_updated: Optional[StrictInt] = None
|
|
60
62
|
value: Optional[StrictStr] = None
|
|
61
|
-
__properties: ClassVar[List[str]] = ["age", "description", "factors", "female", "id", "income", "insights", "is_active", "kpis", "male", "metadata", "name", "persona_seed_id", "personality_background", "personality_first_name", "personality_img_url", "personality_last_name", "personality_quote", "personality_traits", "personality_video_url", "positioning_statement", "seed_uid", "summary_detail", "summary_headline", "tag", "ts_created", "ts_updated", "value"]
|
|
63
|
+
__properties: ClassVar[List[str]] = ["age", "description", "factors", "female", "id", "income", "insights", "is_active", "kpis", "male", "match_criteria", "metadata", "name", "persona_seed_id", "personality_background", "personality_first_name", "personality_img_url", "personality_last_name", "personality_quote", "personality_traits", "personality_video_url", "positioning_statement", "seed_uid", "summary_detail", "summary_headline", "tag", "ts_created", "ts_updated", "value"]
|
|
62
64
|
|
|
63
65
|
model_config = ConfigDict(
|
|
64
66
|
populate_by_name=True,
|
|
@@ -120,6 +122,13 @@ class ClientPersona(BaseModel):
|
|
|
120
122
|
if _item_kpis:
|
|
121
123
|
_items.append(_item_kpis.to_dict())
|
|
122
124
|
_dict['kpis'] = _items
|
|
125
|
+
# override the default output from pydantic by calling `to_dict()` of each item in match_criteria (list)
|
|
126
|
+
_items = []
|
|
127
|
+
if self.match_criteria:
|
|
128
|
+
for _item_match_criteria in self.match_criteria:
|
|
129
|
+
if _item_match_criteria:
|
|
130
|
+
_items.append(_item_match_criteria.to_dict())
|
|
131
|
+
_dict['match_criteria'] = _items
|
|
123
132
|
# override the default output from pydantic by calling `to_dict()` of each item in personality_traits (list)
|
|
124
133
|
_items = []
|
|
125
134
|
if self.personality_traits:
|
|
@@ -149,6 +158,7 @@ class ClientPersona(BaseModel):
|
|
|
149
158
|
"is_active": obj.get("is_active"),
|
|
150
159
|
"kpis": [ClientKpi.from_dict(_item) for _item in obj["kpis"]] if obj.get("kpis") is not None else None,
|
|
151
160
|
"male": obj.get("male"),
|
|
161
|
+
"match_criteria": [ClientMatchCriteriaRowInDb.from_dict(_item) for _item in obj["match_criteria"]] if obj.get("match_criteria") is not None else None,
|
|
152
162
|
"metadata": obj.get("metadata"),
|
|
153
163
|
"name": obj.get("name"),
|
|
154
164
|
"persona_seed_id": obj.get("persona_seed_id"),
|
|
@@ -20,6 +20,7 @@ import json
|
|
|
20
20
|
from pydantic import BaseModel, ConfigDict, StrictFloat, StrictInt, StrictStr
|
|
21
21
|
from typing import Any, ClassVar, Dict, List, Optional, Union
|
|
22
22
|
from neurograph.v1.models.personas_kpi import PersonasKpi
|
|
23
|
+
from neurograph.v1.models.personas_match_criteria_row_in_db import PersonasMatchCriteriaRowInDb
|
|
23
24
|
from neurograph.v1.models.personas_persona_factor import PersonasPersonaFactor
|
|
24
25
|
from neurograph.v1.models.personas_persona_insight import PersonasPersonaInsight
|
|
25
26
|
from neurograph.v1.models.personas_persona_personality_trait import PersonasPersonaPersonalityTrait
|
|
@@ -39,6 +40,7 @@ class PersonasPersona(BaseModel):
|
|
|
39
40
|
insights: Optional[List[PersonasPersonaInsight]] = None
|
|
40
41
|
kpis: Optional[List[PersonasKpi]] = None
|
|
41
42
|
male: Optional[Union[StrictFloat, StrictInt]] = None
|
|
43
|
+
match_criteria: Optional[List[PersonasMatchCriteriaRowInDb]] = None
|
|
42
44
|
metadata: Optional[StrictStr] = None
|
|
43
45
|
name: Optional[StrictStr] = None
|
|
44
46
|
persona_seed_id: Optional[StrictStr] = None
|
|
@@ -57,7 +59,7 @@ class PersonasPersona(BaseModel):
|
|
|
57
59
|
ts_created: Optional[StrictInt] = None
|
|
58
60
|
ts_updated: Optional[StrictInt] = None
|
|
59
61
|
value: Optional[StrictStr] = None
|
|
60
|
-
__properties: ClassVar[List[str]] = ["age", "description", "factors", "female", "id", "income", "insights", "kpis", "male", "metadata", "name", "persona_seed_id", "personality_background", "personality_first_name", "personality_img_url", "personality_last_name", "personality_quote", "personality_traits", "personality_video_url", "positioning_statement", "seed_uid", "summary_detail", "summary_headline", "tag", "ts_created", "ts_updated", "value"]
|
|
62
|
+
__properties: ClassVar[List[str]] = ["age", "description", "factors", "female", "id", "income", "insights", "kpis", "male", "match_criteria", "metadata", "name", "persona_seed_id", "personality_background", "personality_first_name", "personality_img_url", "personality_last_name", "personality_quote", "personality_traits", "personality_video_url", "positioning_statement", "seed_uid", "summary_detail", "summary_headline", "tag", "ts_created", "ts_updated", "value"]
|
|
61
63
|
|
|
62
64
|
model_config = ConfigDict(
|
|
63
65
|
populate_by_name=True,
|
|
@@ -119,6 +121,13 @@ class PersonasPersona(BaseModel):
|
|
|
119
121
|
if _item_kpis:
|
|
120
122
|
_items.append(_item_kpis.to_dict())
|
|
121
123
|
_dict['kpis'] = _items
|
|
124
|
+
# override the default output from pydantic by calling `to_dict()` of each item in match_criteria (list)
|
|
125
|
+
_items = []
|
|
126
|
+
if self.match_criteria:
|
|
127
|
+
for _item_match_criteria in self.match_criteria:
|
|
128
|
+
if _item_match_criteria:
|
|
129
|
+
_items.append(_item_match_criteria.to_dict())
|
|
130
|
+
_dict['match_criteria'] = _items
|
|
122
131
|
# override the default output from pydantic by calling `to_dict()` of each item in personality_traits (list)
|
|
123
132
|
_items = []
|
|
124
133
|
if self.personality_traits:
|
|
@@ -147,6 +156,7 @@ class PersonasPersona(BaseModel):
|
|
|
147
156
|
"insights": [PersonasPersonaInsight.from_dict(_item) for _item in obj["insights"]] if obj.get("insights") is not None else None,
|
|
148
157
|
"kpis": [PersonasKpi.from_dict(_item) for _item in obj["kpis"]] if obj.get("kpis") is not None else None,
|
|
149
158
|
"male": obj.get("male"),
|
|
159
|
+
"match_criteria": [PersonasMatchCriteriaRowInDb.from_dict(_item) for _item in obj["match_criteria"]] if obj.get("match_criteria") is not None else None,
|
|
150
160
|
"metadata": obj.get("metadata"),
|
|
151
161
|
"name": obj.get("name"),
|
|
152
162
|
"persona_seed_id": obj.get("persona_seed_id"),
|
|
@@ -17,7 +17,7 @@ import pprint
|
|
|
17
17
|
import re # noqa: F401
|
|
18
18
|
import json
|
|
19
19
|
|
|
20
|
-
from pydantic import BaseModel, ConfigDict, StrictFloat, StrictInt, StrictStr
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt, StrictStr
|
|
21
21
|
from typing import Any, ClassVar, Dict, List, Optional, Union
|
|
22
22
|
from typing import Optional, Set
|
|
23
23
|
from typing_extensions import Self
|
|
@@ -26,12 +26,20 @@ class ReportingDailyMetric(BaseModel):
|
|
|
26
26
|
"""
|
|
27
27
|
ReportingDailyMetric
|
|
28
28
|
""" # noqa: E501
|
|
29
|
-
avg_lifetime_value: Optional[Union[StrictFloat, StrictInt]] = None
|
|
29
|
+
avg_lifetime_value: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="DEPRECATED: Use WinsorizedAvgLTV instead")
|
|
30
|
+
avg_ltv_original: Optional[Union[StrictFloat, StrictInt]] = None
|
|
31
|
+
customers_with_orders: Optional[StrictInt] = None
|
|
32
|
+
data_quality_flag: Optional[StrictStr] = None
|
|
33
|
+
iqr_avg_ltv: Optional[Union[StrictFloat, StrictInt]] = None
|
|
34
|
+
median_ltv: Optional[Union[StrictFloat, StrictInt]] = None
|
|
35
|
+
outlier_count: Optional[StrictInt] = None
|
|
36
|
+
p25_ltv: Optional[Union[StrictFloat, StrictInt]] = None
|
|
37
|
+
p75_ltv: Optional[Union[StrictFloat, StrictInt]] = None
|
|
30
38
|
persona_name: Optional[StrictStr] = None
|
|
31
39
|
total_customers: Optional[StrictInt] = None
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
__properties: ClassVar[List[str]] = ["avg_lifetime_value", "persona_name", "total_customers", "
|
|
40
|
+
trimmed_avg_ltv: Optional[Union[StrictFloat, StrictInt]] = None
|
|
41
|
+
winsorized_avg_ltv: Optional[Union[StrictFloat, StrictInt]] = None
|
|
42
|
+
__properties: ClassVar[List[str]] = ["avg_lifetime_value", "avg_ltv_original", "customers_with_orders", "data_quality_flag", "iqr_avg_ltv", "median_ltv", "outlier_count", "p25_ltv", "p75_ltv", "persona_name", "total_customers", "trimmed_avg_ltv", "winsorized_avg_ltv"]
|
|
35
43
|
|
|
36
44
|
model_config = ConfigDict(
|
|
37
45
|
populate_by_name=True,
|
|
@@ -85,10 +93,18 @@ class ReportingDailyMetric(BaseModel):
|
|
|
85
93
|
|
|
86
94
|
_obj = cls.model_validate({
|
|
87
95
|
"avg_lifetime_value": obj.get("avg_lifetime_value"),
|
|
96
|
+
"avg_ltv_original": obj.get("avg_ltv_original"),
|
|
97
|
+
"customers_with_orders": obj.get("customers_with_orders"),
|
|
98
|
+
"data_quality_flag": obj.get("data_quality_flag"),
|
|
99
|
+
"iqr_avg_ltv": obj.get("iqr_avg_ltv"),
|
|
100
|
+
"median_ltv": obj.get("median_ltv"),
|
|
101
|
+
"outlier_count": obj.get("outlier_count"),
|
|
102
|
+
"p25_ltv": obj.get("p25_ltv"),
|
|
103
|
+
"p75_ltv": obj.get("p75_ltv"),
|
|
88
104
|
"persona_name": obj.get("persona_name"),
|
|
89
105
|
"total_customers": obj.get("total_customers"),
|
|
90
|
-
"
|
|
91
|
-
"
|
|
106
|
+
"trimmed_avg_ltv": obj.get("trimmed_avg_ltv"),
|
|
107
|
+
"winsorized_avg_ltv": obj.get("winsorized_avg_ltv")
|
|
92
108
|
})
|
|
93
109
|
return _obj
|
|
94
110
|
|
|
@@ -17,7 +17,7 @@ import pprint
|
|
|
17
17
|
import re # noqa: F401
|
|
18
18
|
import json
|
|
19
19
|
|
|
20
|
-
from pydantic import BaseModel, ConfigDict, StrictStr
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
|
|
21
21
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
22
|
from typing import Optional, Set
|
|
23
23
|
from typing_extensions import Self
|
|
@@ -26,10 +26,11 @@ class ReportingQuery(BaseModel):
|
|
|
26
26
|
"""
|
|
27
27
|
ReportingQuery
|
|
28
28
|
""" # noqa: E501
|
|
29
|
+
activity_window_days: Optional[StrictInt] = None
|
|
29
30
|
client_uid: Optional[StrictStr] = None
|
|
30
31
|
end_date: Optional[StrictStr] = None
|
|
31
32
|
start_date: Optional[StrictStr] = None
|
|
32
|
-
__properties: ClassVar[List[str]] = ["client_uid", "end_date", "start_date"]
|
|
33
|
+
__properties: ClassVar[List[str]] = ["activity_window_days", "client_uid", "end_date", "start_date"]
|
|
33
34
|
|
|
34
35
|
model_config = ConfigDict(
|
|
35
36
|
populate_by_name=True,
|
|
@@ -82,6 +83,7 @@ class ReportingQuery(BaseModel):
|
|
|
82
83
|
return cls.model_validate(obj)
|
|
83
84
|
|
|
84
85
|
_obj = cls.model_validate({
|
|
86
|
+
"activity_window_days": obj.get("activity_window_days"),
|
|
85
87
|
"client_uid": obj.get("client_uid"),
|
|
86
88
|
"end_date": obj.get("end_date"),
|
|
87
89
|
"start_date": obj.get("start_date")
|
|
@@ -46,6 +46,7 @@ neurograph/v1/models/client_get_detail_response.py
|
|
|
46
46
|
neurograph/v1/models/client_get_many_response.py
|
|
47
47
|
neurograph/v1/models/client_info.py
|
|
48
48
|
neurograph/v1/models/client_kpi.py
|
|
49
|
+
neurograph/v1/models/client_match_criteria_row_in_db.py
|
|
49
50
|
neurograph/v1/models/client_metadata.py
|
|
50
51
|
neurograph/v1/models/client_metadata_request.py
|
|
51
52
|
neurograph/v1/models/client_metadata_response.py
|
|
@@ -232,6 +233,7 @@ test/test_client_get_detail_response.py
|
|
|
232
233
|
test/test_client_get_many_response.py
|
|
233
234
|
test/test_client_info.py
|
|
234
235
|
test/test_client_kpi.py
|
|
236
|
+
test/test_client_match_criteria_row_in_db.py
|
|
235
237
|
test/test_client_metadata.py
|
|
236
238
|
test/test_client_metadata_api.py
|
|
237
239
|
test/test_client_metadata_request.py
|
|
@@ -0,0 +1,56 @@
|
|
|
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
|
+
|
|
15
|
+
import unittest
|
|
16
|
+
|
|
17
|
+
from neurograph.v1.models.client_match_criteria_row_in_db import ClientMatchCriteriaRowInDb
|
|
18
|
+
|
|
19
|
+
class TestClientMatchCriteriaRowInDb(unittest.TestCase):
|
|
20
|
+
"""ClientMatchCriteriaRowInDb unit test stubs"""
|
|
21
|
+
|
|
22
|
+
def setUp(self):
|
|
23
|
+
pass
|
|
24
|
+
|
|
25
|
+
def tearDown(self):
|
|
26
|
+
pass
|
|
27
|
+
|
|
28
|
+
def make_instance(self, include_optional) -> ClientMatchCriteriaRowInDb:
|
|
29
|
+
"""Test ClientMatchCriteriaRowInDb
|
|
30
|
+
include_optional is a boolean, when False only required
|
|
31
|
+
params are included, when True both required and
|
|
32
|
+
optional params are included """
|
|
33
|
+
# uncomment below to create an instance of `ClientMatchCriteriaRowInDb`
|
|
34
|
+
"""
|
|
35
|
+
model = ClientMatchCriteriaRowInDb()
|
|
36
|
+
if include_optional:
|
|
37
|
+
return ClientMatchCriteriaRowInDb(
|
|
38
|
+
concept = '',
|
|
39
|
+
detail = '',
|
|
40
|
+
display = '',
|
|
41
|
+
error = '',
|
|
42
|
+
id = 56,
|
|
43
|
+
persona_instance_id = ''
|
|
44
|
+
)
|
|
45
|
+
else:
|
|
46
|
+
return ClientMatchCriteriaRowInDb(
|
|
47
|
+
)
|
|
48
|
+
"""
|
|
49
|
+
|
|
50
|
+
def testClientMatchCriteriaRowInDb(self):
|
|
51
|
+
"""Test ClientMatchCriteriaRowInDb"""
|
|
52
|
+
# inst_req_only = self.make_instance(include_optional=False)
|
|
53
|
+
# inst_req_and_optional = self.make_instance(include_optional=True)
|
|
54
|
+
|
|
55
|
+
if __name__ == '__main__':
|
|
56
|
+
unittest.main()
|
{neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_client_persona.py
RENAMED
|
@@ -66,6 +66,15 @@ class TestClientPersona(unittest.TestCase):
|
|
|
66
66
|
value = '', )
|
|
67
67
|
],
|
|
68
68
|
male = 1.337,
|
|
69
|
+
match_criteria = [
|
|
70
|
+
neurograph.v1.models.client/match_criteria_row_in_db.client.MatchCriteriaRowInDb(
|
|
71
|
+
concept = '',
|
|
72
|
+
detail = '',
|
|
73
|
+
display = '',
|
|
74
|
+
error = '',
|
|
75
|
+
id = 56,
|
|
76
|
+
persona_instance_id = '', )
|
|
77
|
+
],
|
|
69
78
|
metadata = '',
|
|
70
79
|
name = '',
|
|
71
80
|
persona_seed_id = '',
|
|
@@ -68,6 +68,15 @@ class TestClientPersonasResponse(unittest.TestCase):
|
|
|
68
68
|
value = '', )
|
|
69
69
|
],
|
|
70
70
|
male = 1.337,
|
|
71
|
+
match_criteria = [
|
|
72
|
+
neurograph.v1.models.client/match_criteria_row_in_db.client.MatchCriteriaRowInDb(
|
|
73
|
+
concept = '',
|
|
74
|
+
detail = '',
|
|
75
|
+
display = '',
|
|
76
|
+
error = '',
|
|
77
|
+
id = 56,
|
|
78
|
+
persona_instance_id = '', )
|
|
79
|
+
],
|
|
71
80
|
metadata = '',
|
|
72
81
|
name = '',
|
|
73
82
|
persona_seed_id = '',
|
|
@@ -67,6 +67,15 @@ class TestPersonasInstancesResponse(unittest.TestCase):
|
|
|
67
67
|
value = '', )
|
|
68
68
|
],
|
|
69
69
|
male = 1.337,
|
|
70
|
+
match_criteria = [
|
|
71
|
+
neurograph.v1.models.personas/match_criteria_row_in_db.personas.MatchCriteriaRowInDb(
|
|
72
|
+
concept = '',
|
|
73
|
+
detail = '',
|
|
74
|
+
display = '',
|
|
75
|
+
error = '',
|
|
76
|
+
id = 56,
|
|
77
|
+
persona_instance_id = '', )
|
|
78
|
+
],
|
|
70
79
|
metadata = '',
|
|
71
80
|
name = '',
|
|
72
81
|
persona_seed_id = '',
|
{neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_personas_persona.py
RENAMED
|
@@ -65,6 +65,15 @@ class TestPersonasPersona(unittest.TestCase):
|
|
|
65
65
|
value = '', )
|
|
66
66
|
],
|
|
67
67
|
male = 1.337,
|
|
68
|
+
match_criteria = [
|
|
69
|
+
neurograph.v1.models.personas/match_criteria_row_in_db.personas.MatchCriteriaRowInDb(
|
|
70
|
+
concept = '',
|
|
71
|
+
detail = '',
|
|
72
|
+
display = '',
|
|
73
|
+
error = '',
|
|
74
|
+
id = 56,
|
|
75
|
+
persona_instance_id = '', )
|
|
76
|
+
],
|
|
68
77
|
metadata = '',
|
|
69
78
|
name = '',
|
|
70
79
|
persona_seed_id = '',
|
|
@@ -36,10 +36,18 @@ class TestReportingDailyMetric(unittest.TestCase):
|
|
|
36
36
|
if include_optional:
|
|
37
37
|
return ReportingDailyMetric(
|
|
38
38
|
avg_lifetime_value = 1.337,
|
|
39
|
+
avg_ltv_original = 1.337,
|
|
40
|
+
customers_with_orders = 56,
|
|
41
|
+
data_quality_flag = '',
|
|
42
|
+
iqr_avg_ltv = 1.337,
|
|
43
|
+
median_ltv = 1.337,
|
|
44
|
+
outlier_count = 56,
|
|
45
|
+
p25_ltv = 1.337,
|
|
46
|
+
p75_ltv = 1.337,
|
|
39
47
|
persona_name = '',
|
|
40
48
|
total_customers = 56,
|
|
41
|
-
|
|
42
|
-
|
|
49
|
+
trimmed_avg_ltv = 1.337,
|
|
50
|
+
winsorized_avg_ltv = 1.337
|
|
43
51
|
)
|
|
44
52
|
else:
|
|
45
53
|
return ReportingDailyMetric(
|
|
@@ -38,10 +38,18 @@ class TestReportingDailyMetricsResponse(unittest.TestCase):
|
|
|
38
38
|
data = [
|
|
39
39
|
neurograph.v1.models.reporting/daily_metric.reporting.DailyMetric(
|
|
40
40
|
avg_lifetime_value = 1.337,
|
|
41
|
+
avg_ltv_original = 1.337,
|
|
42
|
+
customers_with_orders = 56,
|
|
43
|
+
data_quality_flag = '',
|
|
44
|
+
iqr_avg_ltv = 1.337,
|
|
45
|
+
median_ltv = 1.337,
|
|
46
|
+
outlier_count = 56,
|
|
47
|
+
p25_ltv = 1.337,
|
|
48
|
+
p75_ltv = 1.337,
|
|
41
49
|
persona_name = '',
|
|
42
50
|
total_customers = 56,
|
|
43
|
-
|
|
44
|
-
|
|
51
|
+
trimmed_avg_ltv = 1.337,
|
|
52
|
+
winsorized_avg_ltv = 1.337, )
|
|
45
53
|
],
|
|
46
54
|
error = ''
|
|
47
55
|
)
|
{neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/test/test_reporting_query.py
RENAMED
|
@@ -35,9 +35,10 @@ class TestReportingQuery(unittest.TestCase):
|
|
|
35
35
|
model = ReportingQuery()
|
|
36
36
|
if include_optional:
|
|
37
37
|
return ReportingQuery(
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
38
|
+
activity_window_days = 90,
|
|
39
|
+
client_uid = 'skoutorganic',
|
|
40
|
+
end_date = '2025-10-11',
|
|
41
|
+
start_date = '2025-09-11'
|
|
41
42
|
)
|
|
42
43
|
else:
|
|
43
44
|
return ReportingQuery(
|
|
File without changes
|
|
File without changes
|
{neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/__init__.py
RENAMED
|
File without changes
|
{neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/admin_api.py
RENAMED
|
File without changes
|
|
File without changes
|
{neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/client_api.py
RENAMED
|
File without changes
|
|
File without changes
|
{neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/dagster_api.py
RENAMED
|
File without changes
|
{neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/knowledge_api.py
RENAMED
|
File without changes
|
|
File without changes
|
{neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/lookup_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/persona_api.py
RENAMED
|
File without changes
|
{neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/reporting_api.py
RENAMED
|
File without changes
|
{neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/system_api.py
RENAMED
|
File without changes
|
{neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/user_api.py
RENAMED
|
File without changes
|
{neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api/workbench_api.py
RENAMED
|
File without changes
|
{neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api_client.py
RENAMED
|
File without changes
|
{neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/api_response.py
RENAMED
|
File without changes
|
{neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/configuration.py
RENAMED
|
File without changes
|
{neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/exceptions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{neurograph_core-1.202510101705 → neurograph_core-1.202510232201}/neurograph/v1/models/admin_user.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
|