neurograph-core 1.202510040107__py3-none-any.whl → 1.202510052316__py3-none-any.whl

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/v1/__init__.py CHANGED
@@ -211,8 +211,12 @@ __all__ = [
211
211
  "PgtypeInt8",
212
212
  "PgtypeText",
213
213
  "PgtypeTimestamp",
214
+ "ReportingAffinitiesResponse",
215
+ "ReportingCustomerActivityResponse",
214
216
  "ReportingDailyMetric",
215
217
  "ReportingDailyMetricsResponse",
218
+ "ReportingPersonaActivityResponse",
219
+ "ReportingPersonasResponse",
216
220
  "ReportingQuery",
217
221
  "WorkbenchWorkbenchUrlCheckRequest",
218
222
  "WorkbenchWorkbenchUrlCheckResponse",
@@ -420,8 +424,12 @@ from neurograph.v1.models.pgtype_infinity_modifier import PgtypeInfinityModifier
420
424
  from neurograph.v1.models.pgtype_int8 import PgtypeInt8 as PgtypeInt8
421
425
  from neurograph.v1.models.pgtype_text import PgtypeText as PgtypeText
422
426
  from neurograph.v1.models.pgtype_timestamp import PgtypeTimestamp as PgtypeTimestamp
427
+ from neurograph.v1.models.reporting_affinities_response import ReportingAffinitiesResponse as ReportingAffinitiesResponse
428
+ from neurograph.v1.models.reporting_customer_activity_response import ReportingCustomerActivityResponse as ReportingCustomerActivityResponse
423
429
  from neurograph.v1.models.reporting_daily_metric import ReportingDailyMetric as ReportingDailyMetric
424
430
  from neurograph.v1.models.reporting_daily_metrics_response import ReportingDailyMetricsResponse as ReportingDailyMetricsResponse
431
+ from neurograph.v1.models.reporting_persona_activity_response import ReportingPersonaActivityResponse as ReportingPersonaActivityResponse
432
+ from neurograph.v1.models.reporting_personas_response import ReportingPersonasResponse as ReportingPersonasResponse
425
433
  from neurograph.v1.models.reporting_query import ReportingQuery as ReportingQuery
426
434
  from neurograph.v1.models.workbench_workbench_url_check_request import WorkbenchWorkbenchUrlCheckRequest as WorkbenchWorkbenchUrlCheckRequest
427
435
  from neurograph.v1.models.workbench_workbench_url_check_response import WorkbenchWorkbenchUrlCheckResponse as WorkbenchWorkbenchUrlCheckResponse