neurograph-core 1.202509191907__tar.gz → 1.202509220142__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.202509191907 → neurograph_core-1.202509220142}/PKG-INFO +1 -1
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/__init__.py +9 -6
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/api/lookup_api.py +268 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/api/persona_api.py +132 -136
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/__init__.py +6 -4
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_entity.py +3 -1
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_entity_in_db.py +5 -1
- neurograph_core-1.202509220142/neurograph/v1/models/lookup_uid.py +101 -0
- neurograph_core-1.202509220142/neurograph/v1/models/lookup_uids_response.py +97 -0
- neurograph_core-1.202509191907/neurograph/v1/models/personas_persona_seed_create_request.py → neurograph_core-1.202509220142/neurograph/v1/models/personas_persona_seed_update_request.py +4 -4
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_persona_seeds_delete_response.py +5 -5
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph_core.egg-info/PKG-INFO +1 -1
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph_core.egg-info/SOURCES.txt +6 -4
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/pyproject.toml +1 -1
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_entity.py +1 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_entity_create_request.py +1 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_entity_get_many_response.py +2 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_entity_in_db.py +2 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_lookup_api.py +7 -0
- neurograph_core-1.202509220142/test/test_lookup_uid.py +58 -0
- neurograph_core-1.202509220142/test/test_lookup_uids_response.py +62 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_persona_api.py +8 -8
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_persona_seed.py +2 -2
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_persona_seed_get_many_response.py +2 -2
- neurograph_core-1.202509191907/test/test_personas_persona_seed_create_request.py → neurograph_core-1.202509220142/test/test_personas_persona_seed_update_request.py +11 -11
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_persona_seeds_delete_response.py +2 -4
- neurograph_core-1.202509191907/neurograph/v1/models/personas_persona_seeds_delete_request.py +0 -87
- neurograph_core-1.202509191907/test/test_personas_persona_seeds_delete_request.py +0 -53
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/README.md +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/__init__.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/api/__init__.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/api/authentication_api.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/api/client_api.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/api/client_metadata_api.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/api/dagster_api.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/api/knowledge_api.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/api/knowledge_extract_api.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/api/organization_api.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/api/organization_metadata_api.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/api/system_api.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/api/workbench_api.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/api_client.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/api_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/configuration.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/exceptions.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/auth_service_token_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/auth_service_token_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/auth_test_service_token_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/auth_test_service_token_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/auth_test_token_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_client.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_client_get_detail_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_client_get_many_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_client_info.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_client_metadata_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_client_metadata_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_client_personas_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_client_upsert_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_client_upsert_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_client_url_row.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_client_url_snapshot_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_client_url_snapshot_row.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_client_url_upsert_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_client_url_upsert_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_client_urls_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_delete_metadata_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_kpi.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_metadata.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_organization_brand.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_organization_detail.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_persona.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_persona_factor.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_persona_insight.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_persona_personality_trait.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_probe.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_probe_todo_row.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_query.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_trigger_probe_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/client_workbench_config.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/dagster_dagster_info.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/dagster_dagster_log_create_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/dagster_dagster_log_create_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/dagster_dagster_log_get_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/db_client_url.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/db_knowledge_customer.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/db_knowledge_order.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/db_knowledge_product.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/db_knowledge_store.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/db_persona_factor_create_params.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_assertion.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_assertion_create_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_assertion_list_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_assertion_query.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_assertion_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_customer_query.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_customer_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_enrichment_artifact.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_enrichment_artifact_create_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_enrichment_artifact_list_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_enrichment_artifact_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_enrichment_artifact_update_output_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_enrichment_artifact_update_status_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_enrichment_query.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_entity_create_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_entity_create_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_entity_extra.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_entity_get_many_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_entity_relations.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_entity_schema.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_entity_schema_row.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_entity_schema_upsert_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_entity_schemas_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_entity_schemas_upsert_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_entity_type_row.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_entity_upsert_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_entity_upsert_row.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_err_entity_row.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_ingest_raw_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_ingest_raw_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_ingest_raw_row.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_kind_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_order_query.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_order_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_product_query.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_product_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_query.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_store_query.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_store_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/knowledge_type_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/lookup_language.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/lookup_lookup_language_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/lookup_lookup_state_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/lookup_state.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/lookup_state_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/organizations_brand_detail_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/organizations_brand_upsert_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/organizations_delete_metadata_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/organizations_delete_metadata_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/organizations_metadata.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/organizations_organization.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/organizations_organization_brand.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/organizations_organization_create_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/organizations_organization_detail_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/organizations_organization_get_many_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/organizations_organization_metadata_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/organizations_organization_metadata_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/organizations_organization_set_workbench_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/organizations_organization_set_workbench_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/organizations_organization_update_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/organizations_workbench_config.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_delete_many_persona_instances_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_kpi.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_match_criteria_row.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_match_criteria_row_in.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_persona.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_persona_factor.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_persona_factor_create_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_persona_factor_create_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_persona_factor_resp.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_persona_insight.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_persona_insight_create_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_persona_insight_create_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_persona_instance_create_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_persona_instance_create_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_persona_instances_delete_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_persona_instances_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_persona_kpi_create_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_persona_kpi_create_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_persona_kpi_req.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_persona_kpi_resp.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_persona_match_criteria_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_persona_match_criteria_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_persona_personality_trait.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_persona_seed.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_persona_seed_get_many_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_persona_trait_create_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_persona_trait_create_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_personality_trait_in.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/personas_personality_trait_out.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/pgtype_infinity_modifier.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/pgtype_int8.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/pgtype_text.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/pgtype_timestamp.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/workbench_workbench_url_check_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/workbench_workbench_url_check_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/workbench_workbench_version.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/workbench_workbench_version_many_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/workbench_workbench_version_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/models/workbench_workbench_version_upsert_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/py.typed +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/rest.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph_core.egg-info/dependency_links.txt +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph_core.egg-info/requires.txt +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph_core.egg-info/top_level.txt +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/setup.cfg +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/setup.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_auth_service_token_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_auth_service_token_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_auth_test_service_token_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_auth_test_service_token_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_auth_test_token_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_authentication_api.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_api.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_client.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_client_get_detail_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_client_get_many_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_client_info.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_client_metadata_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_client_metadata_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_client_personas_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_client_upsert_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_client_upsert_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_client_url_row.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_client_url_snapshot_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_client_url_snapshot_row.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_client_url_upsert_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_client_url_upsert_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_client_urls_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_delete_metadata_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_kpi.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_metadata.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_metadata_api.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_organization_brand.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_organization_detail.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_persona.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_persona_factor.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_persona_insight.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_persona_personality_trait.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_probe.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_probe_todo_row.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_query.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_trigger_probe_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_client_workbench_config.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_dagster_api.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_dagster_dagster_info.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_dagster_dagster_log_create_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_dagster_dagster_log_create_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_dagster_dagster_log_get_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_db_client_url.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_db_knowledge_customer.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_db_knowledge_order.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_db_knowledge_product.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_db_knowledge_store.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_db_persona_factor_create_params.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_api.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_assertion.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_assertion_create_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_assertion_list_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_assertion_query.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_assertion_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_customer_query.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_customer_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_enrichment_artifact.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_enrichment_artifact_create_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_enrichment_artifact_list_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_enrichment_artifact_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_enrichment_artifact_update_output_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_enrichment_artifact_update_status_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_enrichment_query.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_entity_create_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_entity_extra.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_entity_relations.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_entity_schema.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_entity_schema_row.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_entity_schema_upsert_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_entity_schemas_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_entity_schemas_upsert_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_entity_type_row.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_entity_upsert_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_entity_upsert_row.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_err_entity_row.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_extract_api.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_ingest_raw_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_ingest_raw_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_ingest_raw_row.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_kind_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_order_query.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_order_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_product_query.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_product_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_query.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_store_query.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_store_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_knowledge_type_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_lookup_language.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_lookup_lookup_language_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_lookup_lookup_state_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_lookup_state.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_lookup_state_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_organization_api.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_organization_metadata_api.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_organizations_brand_detail_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_organizations_brand_upsert_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_organizations_delete_metadata_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_organizations_delete_metadata_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_organizations_metadata.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_organizations_organization.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_organizations_organization_brand.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_organizations_organization_create_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_organizations_organization_detail_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_organizations_organization_get_many_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_organizations_organization_metadata_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_organizations_organization_metadata_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_organizations_organization_set_workbench_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_organizations_organization_set_workbench_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_organizations_organization_update_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_organizations_workbench_config.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_delete_many_persona_instances_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_kpi.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_match_criteria_row.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_match_criteria_row_in.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_persona.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_persona_factor.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_persona_factor_create_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_persona_factor_create_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_persona_factor_resp.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_persona_insight.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_persona_insight_create_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_persona_insight_create_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_persona_instance_create_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_persona_instance_create_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_persona_instances_delete_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_persona_instances_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_persona_kpi_create_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_persona_kpi_create_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_persona_kpi_req.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_persona_kpi_resp.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_persona_match_criteria_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_persona_match_criteria_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_persona_personality_trait.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_persona_trait_create_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_persona_trait_create_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_personality_trait_in.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_personas_personality_trait_out.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_pgtype_infinity_modifier.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_pgtype_int8.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_pgtype_text.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_pgtype_timestamp.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_system_api.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_workbench_api.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_workbench_workbench_url_check_request.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_workbench_workbench_url_check_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_workbench_workbench_version.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_workbench_workbench_version_many_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_workbench_workbench_version_response.py +0 -0
- {neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/test/test_workbench_workbench_version_upsert_request.py +0 -0
|
@@ -130,6 +130,8 @@ __all__ = [
|
|
|
130
130
|
"LookupLookupStateResponse",
|
|
131
131
|
"LookupState",
|
|
132
132
|
"LookupStateResponse",
|
|
133
|
+
"LookupUid",
|
|
134
|
+
"LookupUidsResponse",
|
|
133
135
|
"OrganizationsBrandDetailResponse",
|
|
134
136
|
"OrganizationsBrandUpsertRequest",
|
|
135
137
|
"OrganizationsDeleteMetadataRequest",
|
|
@@ -170,9 +172,8 @@ __all__ = [
|
|
|
170
172
|
"PersonasPersonaMatchCriteriaResponse",
|
|
171
173
|
"PersonasPersonaPersonalityTrait",
|
|
172
174
|
"PersonasPersonaSeed",
|
|
173
|
-
"PersonasPersonaSeedCreateRequest",
|
|
174
175
|
"PersonasPersonaSeedGetManyResponse",
|
|
175
|
-
"
|
|
176
|
+
"PersonasPersonaSeedUpdateRequest",
|
|
176
177
|
"PersonasPersonaSeedsDeleteResponse",
|
|
177
178
|
"PersonasPersonaTraitCreateRequest",
|
|
178
179
|
"PersonasPersonaTraitCreateResponse",
|
|
@@ -308,6 +309,8 @@ if __import__("typing").TYPE_CHECKING:
|
|
|
308
309
|
from neurograph.v1.models.lookup_lookup_state_response import LookupLookupStateResponse as LookupLookupStateResponse
|
|
309
310
|
from neurograph.v1.models.lookup_state import LookupState as LookupState
|
|
310
311
|
from neurograph.v1.models.lookup_state_response import LookupStateResponse as LookupStateResponse
|
|
312
|
+
from neurograph.v1.models.lookup_uid import LookupUid as LookupUid
|
|
313
|
+
from neurograph.v1.models.lookup_uids_response import LookupUidsResponse as LookupUidsResponse
|
|
311
314
|
from neurograph.v1.models.organizations_brand_detail_response import OrganizationsBrandDetailResponse as OrganizationsBrandDetailResponse
|
|
312
315
|
from neurograph.v1.models.organizations_brand_upsert_request import OrganizationsBrandUpsertRequest as OrganizationsBrandUpsertRequest
|
|
313
316
|
from neurograph.v1.models.organizations_delete_metadata_request import OrganizationsDeleteMetadataRequest as OrganizationsDeleteMetadataRequest
|
|
@@ -348,9 +351,8 @@ if __import__("typing").TYPE_CHECKING:
|
|
|
348
351
|
from neurograph.v1.models.personas_persona_match_criteria_response import PersonasPersonaMatchCriteriaResponse as PersonasPersonaMatchCriteriaResponse
|
|
349
352
|
from neurograph.v1.models.personas_persona_personality_trait import PersonasPersonaPersonalityTrait as PersonasPersonaPersonalityTrait
|
|
350
353
|
from neurograph.v1.models.personas_persona_seed import PersonasPersonaSeed as PersonasPersonaSeed
|
|
351
|
-
from neurograph.v1.models.personas_persona_seed_create_request import PersonasPersonaSeedCreateRequest as PersonasPersonaSeedCreateRequest
|
|
352
354
|
from neurograph.v1.models.personas_persona_seed_get_many_response import PersonasPersonaSeedGetManyResponse as PersonasPersonaSeedGetManyResponse
|
|
353
|
-
from neurograph.v1.models.
|
|
355
|
+
from neurograph.v1.models.personas_persona_seed_update_request import PersonasPersonaSeedUpdateRequest as PersonasPersonaSeedUpdateRequest
|
|
354
356
|
from neurograph.v1.models.personas_persona_seeds_delete_response import PersonasPersonaSeedsDeleteResponse as PersonasPersonaSeedsDeleteResponse
|
|
355
357
|
from neurograph.v1.models.personas_persona_trait_create_request import PersonasPersonaTraitCreateRequest as PersonasPersonaTraitCreateRequest
|
|
356
358
|
from neurograph.v1.models.personas_persona_trait_create_response import PersonasPersonaTraitCreateResponse as PersonasPersonaTraitCreateResponse
|
|
@@ -492,6 +494,8 @@ from neurograph.v1.models.lookup_lookup_language_response import LookupLookupLan
|
|
|
492
494
|
from neurograph.v1.models.lookup_lookup_state_response import LookupLookupStateResponse as LookupLookupStateResponse
|
|
493
495
|
from neurograph.v1.models.lookup_state import LookupState as LookupState
|
|
494
496
|
from neurograph.v1.models.lookup_state_response import LookupStateResponse as LookupStateResponse
|
|
497
|
+
from neurograph.v1.models.lookup_uid import LookupUid as LookupUid
|
|
498
|
+
from neurograph.v1.models.lookup_uids_response import LookupUidsResponse as LookupUidsResponse
|
|
495
499
|
from neurograph.v1.models.organizations_brand_detail_response import OrganizationsBrandDetailResponse as OrganizationsBrandDetailResponse
|
|
496
500
|
from neurograph.v1.models.organizations_brand_upsert_request import OrganizationsBrandUpsertRequest as OrganizationsBrandUpsertRequest
|
|
497
501
|
from neurograph.v1.models.organizations_delete_metadata_request import OrganizationsDeleteMetadataRequest as OrganizationsDeleteMetadataRequest
|
|
@@ -532,9 +536,8 @@ from neurograph.v1.models.personas_persona_match_criteria_request import Persona
|
|
|
532
536
|
from neurograph.v1.models.personas_persona_match_criteria_response import PersonasPersonaMatchCriteriaResponse as PersonasPersonaMatchCriteriaResponse
|
|
533
537
|
from neurograph.v1.models.personas_persona_personality_trait import PersonasPersonaPersonalityTrait as PersonasPersonaPersonalityTrait
|
|
534
538
|
from neurograph.v1.models.personas_persona_seed import PersonasPersonaSeed as PersonasPersonaSeed
|
|
535
|
-
from neurograph.v1.models.personas_persona_seed_create_request import PersonasPersonaSeedCreateRequest as PersonasPersonaSeedCreateRequest
|
|
536
539
|
from neurograph.v1.models.personas_persona_seed_get_many_response import PersonasPersonaSeedGetManyResponse as PersonasPersonaSeedGetManyResponse
|
|
537
|
-
from neurograph.v1.models.
|
|
540
|
+
from neurograph.v1.models.personas_persona_seed_update_request import PersonasPersonaSeedUpdateRequest as PersonasPersonaSeedUpdateRequest
|
|
538
541
|
from neurograph.v1.models.personas_persona_seeds_delete_response import PersonasPersonaSeedsDeleteResponse as PersonasPersonaSeedsDeleteResponse
|
|
539
542
|
from neurograph.v1.models.personas_persona_trait_create_request import PersonasPersonaTraitCreateRequest as PersonasPersonaTraitCreateRequest
|
|
540
543
|
from neurograph.v1.models.personas_persona_trait_create_response import PersonasPersonaTraitCreateResponse as PersonasPersonaTraitCreateResponse
|
{neurograph_core-1.202509191907 → neurograph_core-1.202509220142}/neurograph/v1/api/lookup_api.py
RENAMED
|
@@ -17,10 +17,12 @@ from typing import Any, Dict, List, Optional, Tuple, Union
|
|
|
17
17
|
from typing_extensions import Annotated
|
|
18
18
|
|
|
19
19
|
from pydantic import Field, StrictStr
|
|
20
|
+
from typing import Optional
|
|
20
21
|
from typing_extensions import Annotated
|
|
21
22
|
from neurograph.v1.models.lookup_lookup_language_response import LookupLookupLanguageResponse
|
|
22
23
|
from neurograph.v1.models.lookup_lookup_state_response import LookupLookupStateResponse
|
|
23
24
|
from neurograph.v1.models.lookup_state_response import LookupStateResponse
|
|
25
|
+
from neurograph.v1.models.lookup_uids_response import LookupUidsResponse
|
|
24
26
|
|
|
25
27
|
from neurograph.v1.api_client import ApiClient, RequestSerialized
|
|
26
28
|
from neurograph.v1.api_response import ApiResponse
|
|
@@ -1049,3 +1051,269 @@ class LookupApi:
|
|
|
1049
1051
|
)
|
|
1050
1052
|
|
|
1051
1053
|
|
|
1054
|
+
|
|
1055
|
+
|
|
1056
|
+
@validate_call
|
|
1057
|
+
def api_v1_lookup_uids_get(
|
|
1058
|
+
self,
|
|
1059
|
+
only_active: Annotated[Optional[StrictStr], Field(description="Filter to return only activ orgs and clients")] = None,
|
|
1060
|
+
_request_timeout: Union[
|
|
1061
|
+
None,
|
|
1062
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
1063
|
+
Tuple[
|
|
1064
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
1065
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
1066
|
+
]
|
|
1067
|
+
] = None,
|
|
1068
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
1069
|
+
_content_type: Optional[StrictStr] = None,
|
|
1070
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1071
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1072
|
+
) -> LookupUidsResponse:
|
|
1073
|
+
"""Get legacy uids for matching knowledge data
|
|
1074
|
+
|
|
1075
|
+
Get an array of uids for matching Clients and Orgs with legacy data
|
|
1076
|
+
|
|
1077
|
+
:param only_active: Filter to return only activ orgs and clients
|
|
1078
|
+
:type only_active: str
|
|
1079
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
1080
|
+
number provided, it will be total request
|
|
1081
|
+
timeout. It can also be a pair (tuple) of
|
|
1082
|
+
(connection, read) timeouts.
|
|
1083
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
1084
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
1085
|
+
request; this effectively ignores the
|
|
1086
|
+
authentication in the spec for a single request.
|
|
1087
|
+
:type _request_auth: dict, optional
|
|
1088
|
+
:param _content_type: force content-type for the request.
|
|
1089
|
+
:type _content_type: str, Optional
|
|
1090
|
+
:param _headers: set to override the headers for a single
|
|
1091
|
+
request; this effectively ignores the headers
|
|
1092
|
+
in the spec for a single request.
|
|
1093
|
+
:type _headers: dict, optional
|
|
1094
|
+
:param _host_index: set to override the host_index for a single
|
|
1095
|
+
request; this effectively ignores the host_index
|
|
1096
|
+
in the spec for a single request.
|
|
1097
|
+
:type _host_index: int, optional
|
|
1098
|
+
:return: Returns the result object.
|
|
1099
|
+
""" # noqa: E501
|
|
1100
|
+
|
|
1101
|
+
_param = self._api_v1_lookup_uids_get_serialize(
|
|
1102
|
+
only_active=only_active,
|
|
1103
|
+
_request_auth=_request_auth,
|
|
1104
|
+
_content_type=_content_type,
|
|
1105
|
+
_headers=_headers,
|
|
1106
|
+
_host_index=_host_index
|
|
1107
|
+
)
|
|
1108
|
+
|
|
1109
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
1110
|
+
'200': "LookupUidsResponse",
|
|
1111
|
+
'400': "LookupUidsResponse",
|
|
1112
|
+
}
|
|
1113
|
+
response_data = self.api_client.call_api(
|
|
1114
|
+
*_param,
|
|
1115
|
+
_request_timeout=_request_timeout
|
|
1116
|
+
)
|
|
1117
|
+
response_data.read()
|
|
1118
|
+
return self.api_client.response_deserialize(
|
|
1119
|
+
response_data=response_data,
|
|
1120
|
+
response_types_map=_response_types_map,
|
|
1121
|
+
).data
|
|
1122
|
+
|
|
1123
|
+
|
|
1124
|
+
@validate_call
|
|
1125
|
+
def api_v1_lookup_uids_get_with_http_info(
|
|
1126
|
+
self,
|
|
1127
|
+
only_active: Annotated[Optional[StrictStr], Field(description="Filter to return only activ orgs and clients")] = None,
|
|
1128
|
+
_request_timeout: Union[
|
|
1129
|
+
None,
|
|
1130
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
1131
|
+
Tuple[
|
|
1132
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
1133
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
1134
|
+
]
|
|
1135
|
+
] = None,
|
|
1136
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
1137
|
+
_content_type: Optional[StrictStr] = None,
|
|
1138
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1139
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1140
|
+
) -> ApiResponse[LookupUidsResponse]:
|
|
1141
|
+
"""Get legacy uids for matching knowledge data
|
|
1142
|
+
|
|
1143
|
+
Get an array of uids for matching Clients and Orgs with legacy data
|
|
1144
|
+
|
|
1145
|
+
:param only_active: Filter to return only activ orgs and clients
|
|
1146
|
+
:type only_active: str
|
|
1147
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
1148
|
+
number provided, it will be total request
|
|
1149
|
+
timeout. It can also be a pair (tuple) of
|
|
1150
|
+
(connection, read) timeouts.
|
|
1151
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
1152
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
1153
|
+
request; this effectively ignores the
|
|
1154
|
+
authentication in the spec for a single request.
|
|
1155
|
+
:type _request_auth: dict, optional
|
|
1156
|
+
:param _content_type: force content-type for the request.
|
|
1157
|
+
:type _content_type: str, Optional
|
|
1158
|
+
:param _headers: set to override the headers for a single
|
|
1159
|
+
request; this effectively ignores the headers
|
|
1160
|
+
in the spec for a single request.
|
|
1161
|
+
:type _headers: dict, optional
|
|
1162
|
+
:param _host_index: set to override the host_index for a single
|
|
1163
|
+
request; this effectively ignores the host_index
|
|
1164
|
+
in the spec for a single request.
|
|
1165
|
+
:type _host_index: int, optional
|
|
1166
|
+
:return: Returns the result object.
|
|
1167
|
+
""" # noqa: E501
|
|
1168
|
+
|
|
1169
|
+
_param = self._api_v1_lookup_uids_get_serialize(
|
|
1170
|
+
only_active=only_active,
|
|
1171
|
+
_request_auth=_request_auth,
|
|
1172
|
+
_content_type=_content_type,
|
|
1173
|
+
_headers=_headers,
|
|
1174
|
+
_host_index=_host_index
|
|
1175
|
+
)
|
|
1176
|
+
|
|
1177
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
1178
|
+
'200': "LookupUidsResponse",
|
|
1179
|
+
'400': "LookupUidsResponse",
|
|
1180
|
+
}
|
|
1181
|
+
response_data = self.api_client.call_api(
|
|
1182
|
+
*_param,
|
|
1183
|
+
_request_timeout=_request_timeout
|
|
1184
|
+
)
|
|
1185
|
+
response_data.read()
|
|
1186
|
+
return self.api_client.response_deserialize(
|
|
1187
|
+
response_data=response_data,
|
|
1188
|
+
response_types_map=_response_types_map,
|
|
1189
|
+
)
|
|
1190
|
+
|
|
1191
|
+
|
|
1192
|
+
@validate_call
|
|
1193
|
+
def api_v1_lookup_uids_get_without_preload_content(
|
|
1194
|
+
self,
|
|
1195
|
+
only_active: Annotated[Optional[StrictStr], Field(description="Filter to return only activ orgs and clients")] = None,
|
|
1196
|
+
_request_timeout: Union[
|
|
1197
|
+
None,
|
|
1198
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
1199
|
+
Tuple[
|
|
1200
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
1201
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
1202
|
+
]
|
|
1203
|
+
] = None,
|
|
1204
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
1205
|
+
_content_type: Optional[StrictStr] = None,
|
|
1206
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1207
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1208
|
+
) -> RESTResponseType:
|
|
1209
|
+
"""Get legacy uids for matching knowledge data
|
|
1210
|
+
|
|
1211
|
+
Get an array of uids for matching Clients and Orgs with legacy data
|
|
1212
|
+
|
|
1213
|
+
:param only_active: Filter to return only activ orgs and clients
|
|
1214
|
+
:type only_active: str
|
|
1215
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
1216
|
+
number provided, it will be total request
|
|
1217
|
+
timeout. It can also be a pair (tuple) of
|
|
1218
|
+
(connection, read) timeouts.
|
|
1219
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
1220
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
1221
|
+
request; this effectively ignores the
|
|
1222
|
+
authentication in the spec for a single request.
|
|
1223
|
+
:type _request_auth: dict, optional
|
|
1224
|
+
:param _content_type: force content-type for the request.
|
|
1225
|
+
:type _content_type: str, Optional
|
|
1226
|
+
:param _headers: set to override the headers for a single
|
|
1227
|
+
request; this effectively ignores the headers
|
|
1228
|
+
in the spec for a single request.
|
|
1229
|
+
:type _headers: dict, optional
|
|
1230
|
+
:param _host_index: set to override the host_index for a single
|
|
1231
|
+
request; this effectively ignores the host_index
|
|
1232
|
+
in the spec for a single request.
|
|
1233
|
+
:type _host_index: int, optional
|
|
1234
|
+
:return: Returns the result object.
|
|
1235
|
+
""" # noqa: E501
|
|
1236
|
+
|
|
1237
|
+
_param = self._api_v1_lookup_uids_get_serialize(
|
|
1238
|
+
only_active=only_active,
|
|
1239
|
+
_request_auth=_request_auth,
|
|
1240
|
+
_content_type=_content_type,
|
|
1241
|
+
_headers=_headers,
|
|
1242
|
+
_host_index=_host_index
|
|
1243
|
+
)
|
|
1244
|
+
|
|
1245
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
1246
|
+
'200': "LookupUidsResponse",
|
|
1247
|
+
'400': "LookupUidsResponse",
|
|
1248
|
+
}
|
|
1249
|
+
response_data = self.api_client.call_api(
|
|
1250
|
+
*_param,
|
|
1251
|
+
_request_timeout=_request_timeout
|
|
1252
|
+
)
|
|
1253
|
+
return response_data.response
|
|
1254
|
+
|
|
1255
|
+
|
|
1256
|
+
def _api_v1_lookup_uids_get_serialize(
|
|
1257
|
+
self,
|
|
1258
|
+
only_active,
|
|
1259
|
+
_request_auth,
|
|
1260
|
+
_content_type,
|
|
1261
|
+
_headers,
|
|
1262
|
+
_host_index,
|
|
1263
|
+
) -> RequestSerialized:
|
|
1264
|
+
|
|
1265
|
+
_host = None
|
|
1266
|
+
|
|
1267
|
+
_collection_formats: Dict[str, str] = {
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
_path_params: Dict[str, str] = {}
|
|
1271
|
+
_query_params: List[Tuple[str, str]] = []
|
|
1272
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
1273
|
+
_form_params: List[Tuple[str, str]] = []
|
|
1274
|
+
_files: Dict[
|
|
1275
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
|
1276
|
+
] = {}
|
|
1277
|
+
_body_params: Optional[bytes] = None
|
|
1278
|
+
|
|
1279
|
+
# process the path parameters
|
|
1280
|
+
# process the query parameters
|
|
1281
|
+
if only_active is not None:
|
|
1282
|
+
|
|
1283
|
+
_query_params.append(('onlyActive', only_active))
|
|
1284
|
+
|
|
1285
|
+
# process the header parameters
|
|
1286
|
+
# process the form parameters
|
|
1287
|
+
# process the body parameter
|
|
1288
|
+
|
|
1289
|
+
|
|
1290
|
+
# set the HTTP header `Accept`
|
|
1291
|
+
if 'Accept' not in _header_params:
|
|
1292
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
1293
|
+
[
|
|
1294
|
+
'application/json'
|
|
1295
|
+
]
|
|
1296
|
+
)
|
|
1297
|
+
|
|
1298
|
+
|
|
1299
|
+
# authentication setting
|
|
1300
|
+
_auth_settings: List[str] = [
|
|
1301
|
+
'TokenAuth'
|
|
1302
|
+
]
|
|
1303
|
+
|
|
1304
|
+
return self.api_client.param_serialize(
|
|
1305
|
+
method='GET',
|
|
1306
|
+
resource_path='/api/v1/lookup/uids',
|
|
1307
|
+
path_params=_path_params,
|
|
1308
|
+
query_params=_query_params,
|
|
1309
|
+
header_params=_header_params,
|
|
1310
|
+
body=_body_params,
|
|
1311
|
+
post_params=_form_params,
|
|
1312
|
+
files=_files,
|
|
1313
|
+
auth_settings=_auth_settings,
|
|
1314
|
+
collection_formats=_collection_formats,
|
|
1315
|
+
_host=_host,
|
|
1316
|
+
_request_auth=_request_auth
|
|
1317
|
+
)
|
|
1318
|
+
|
|
1319
|
+
|