From 5e1eeeed2f1f1312a4e5dee3c6e1d175d8019769 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 18:47:02 +0000 Subject: [PATCH 01/49] codegen metadata --- .stats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stats.yml b/.stats.yml index d5363d7..dec8494 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da -config_hash: eaa7172120921916d2d8b73035eb3ca9 +config_hash: 11b70afac9f185420b3d1e6b109a9125 From de79298406cfd90fdb7aa385a67a72f97dacb6e8 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:20:05 +0000 Subject: [PATCH 02/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++++++++--- .../types/report_get_referrals_report_params.py | 11 ++++++++--- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/.stats.yml b/.stats.yml index dec8494..e02bc4e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml -openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml +openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index f01da47..08fc9f2 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 8230635..0433ec2 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index fe5be37..6874665 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", + "FilterPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterAppModelsAnswerEngineInsightsFiltersPathFilter, + FilterPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index d31fc41..a695a40 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,7 +10,13 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] +__all__ = [ + "ReportGetBotsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterBotNameFilter", + "FilterBotProviderFilter", +] class ReportGetBotsReportParams(TypedDict, total=False): @@ -58,7 +64,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -232,4 +238,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index b1e548a..3dcdaec 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,7 +10,12 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] +__all__ = [ + "ReportGetReferralsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterReferralSourceFilter", +] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -58,7 +63,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -133,4 +138,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] From 1ea527dbff047d8a9b910978bbfd85c6c30210d6 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 23:19:57 +0000 Subject: [PATCH 03/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++--------- .../types/report_get_referrals_report_params.py | 11 +++-------- 6 files changed, 17 insertions(+), 28 deletions(-) diff --git a/.stats.yml b/.stats.yml index e02bc4e..dec8494 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml -openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml +openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index 08fc9f2..f01da47 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 0433ec2..8230635 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index 6874665..fe5be37 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterPathFilter", + "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterPathFilter, + FilterAppModelsAnswerEngineInsightsFiltersPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index a695a40..d31fc41 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,13 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetBotsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterBotNameFilter", - "FilterBotProviderFilter", -] +__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] class ReportGetBotsReportParams(TypedDict, total=False): @@ -64,7 +58,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -238,4 +232,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index 3dcdaec..b1e548a 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,12 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetReferralsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterReferralSourceFilter", -] +__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -63,7 +58,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -138,4 +133,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] From 582c55460fd6ac3008df284efced6275aeaa4deb Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 01:20:07 +0000 Subject: [PATCH 04/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++++++++--- .../types/report_get_referrals_report_params.py | 11 ++++++++--- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/.stats.yml b/.stats.yml index dec8494..e02bc4e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml -openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml +openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index f01da47..08fc9f2 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 8230635..0433ec2 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index fe5be37..6874665 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", + "FilterPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterAppModelsAnswerEngineInsightsFiltersPathFilter, + FilterPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index d31fc41..a695a40 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,7 +10,13 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] +__all__ = [ + "ReportGetBotsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterBotNameFilter", + "FilterBotProviderFilter", +] class ReportGetBotsReportParams(TypedDict, total=False): @@ -58,7 +64,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -232,4 +238,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index b1e548a..3dcdaec 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,7 +10,12 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] +__all__ = [ + "ReportGetReferralsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterReferralSourceFilter", +] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -58,7 +63,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -133,4 +138,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] From 22de244adb8ed326b964e071249896d3ae9c0337 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 02:19:58 +0000 Subject: [PATCH 05/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++--------- .../types/report_get_referrals_report_params.py | 11 +++-------- 6 files changed, 17 insertions(+), 28 deletions(-) diff --git a/.stats.yml b/.stats.yml index e02bc4e..dec8494 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml -openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml +openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index 08fc9f2..f01da47 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 0433ec2..8230635 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index 6874665..fe5be37 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterPathFilter", + "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterPathFilter, + FilterAppModelsAnswerEngineInsightsFiltersPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index a695a40..d31fc41 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,13 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetBotsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterBotNameFilter", - "FilterBotProviderFilter", -] +__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] class ReportGetBotsReportParams(TypedDict, total=False): @@ -64,7 +58,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -238,4 +232,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index 3dcdaec..b1e548a 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,12 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetReferralsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterReferralSourceFilter", -] +__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -63,7 +58,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -138,4 +133,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] From d338c82c0533dbd85ad99f3e07a5f916d9addc2b Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 04:19:58 +0000 Subject: [PATCH 06/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++++++++--- .../types/report_get_referrals_report_params.py | 11 ++++++++--- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/.stats.yml b/.stats.yml index dec8494..e02bc4e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml -openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml +openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index f01da47..08fc9f2 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 8230635..0433ec2 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index fe5be37..6874665 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", + "FilterPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterAppModelsAnswerEngineInsightsFiltersPathFilter, + FilterPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index d31fc41..a695a40 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,7 +10,13 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] +__all__ = [ + "ReportGetBotsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterBotNameFilter", + "FilterBotProviderFilter", +] class ReportGetBotsReportParams(TypedDict, total=False): @@ -58,7 +64,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -232,4 +238,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index b1e548a..3dcdaec 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,7 +10,12 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] +__all__ = [ + "ReportGetReferralsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterReferralSourceFilter", +] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -58,7 +63,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -133,4 +138,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] From c52cb46c511e500b9a4b1bf4eb9d7a1c267d7c6c Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 05:19:57 +0000 Subject: [PATCH 07/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++--------- .../types/report_get_referrals_report_params.py | 11 +++-------- 6 files changed, 17 insertions(+), 28 deletions(-) diff --git a/.stats.yml b/.stats.yml index e02bc4e..dec8494 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml -openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml +openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index 08fc9f2..f01da47 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 0433ec2..8230635 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index 6874665..fe5be37 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterPathFilter", + "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterPathFilter, + FilterAppModelsAnswerEngineInsightsFiltersPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index a695a40..d31fc41 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,13 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetBotsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterBotNameFilter", - "FilterBotProviderFilter", -] +__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] class ReportGetBotsReportParams(TypedDict, total=False): @@ -64,7 +58,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -238,4 +232,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index 3dcdaec..b1e548a 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,12 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetReferralsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterReferralSourceFilter", -] +__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -63,7 +58,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -138,4 +133,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] From 2f44dacc527f3863d964aeff30470873eabebb77 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 06:19:56 +0000 Subject: [PATCH 08/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++++++++--- .../types/report_get_referrals_report_params.py | 11 ++++++++--- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/.stats.yml b/.stats.yml index dec8494..e02bc4e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml -openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml +openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index f01da47..08fc9f2 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 8230635..0433ec2 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index fe5be37..6874665 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", + "FilterPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterAppModelsAnswerEngineInsightsFiltersPathFilter, + FilterPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index d31fc41..a695a40 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,7 +10,13 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] +__all__ = [ + "ReportGetBotsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterBotNameFilter", + "FilterBotProviderFilter", +] class ReportGetBotsReportParams(TypedDict, total=False): @@ -58,7 +64,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -232,4 +238,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index b1e548a..3dcdaec 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,7 +10,12 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] +__all__ = [ + "ReportGetReferralsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterReferralSourceFilter", +] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -58,7 +63,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -133,4 +138,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] From 16ad7d29488aeb49d897ed553acf87f0c19c8446 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 08:19:57 +0000 Subject: [PATCH 09/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++--------- .../types/report_get_referrals_report_params.py | 11 +++-------- 6 files changed, 17 insertions(+), 28 deletions(-) diff --git a/.stats.yml b/.stats.yml index e02bc4e..dec8494 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml -openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml +openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index 08fc9f2..f01da47 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 0433ec2..8230635 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index 6874665..fe5be37 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterPathFilter", + "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterPathFilter, + FilterAppModelsAnswerEngineInsightsFiltersPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index a695a40..d31fc41 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,13 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetBotsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterBotNameFilter", - "FilterBotProviderFilter", -] +__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] class ReportGetBotsReportParams(TypedDict, total=False): @@ -64,7 +58,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -238,4 +232,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index 3dcdaec..b1e548a 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,12 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetReferralsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterReferralSourceFilter", -] +__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -63,7 +58,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -138,4 +133,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] From d66e6b6d3fd0b4481150b92a18046e7459f18e0e Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 11:20:06 +0000 Subject: [PATCH 10/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++++++++--- .../types/report_get_referrals_report_params.py | 11 ++++++++--- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/.stats.yml b/.stats.yml index dec8494..e02bc4e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml -openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml +openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index f01da47..08fc9f2 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 8230635..0433ec2 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index fe5be37..6874665 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", + "FilterPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterAppModelsAnswerEngineInsightsFiltersPathFilter, + FilterPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index d31fc41..a695a40 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,7 +10,13 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] +__all__ = [ + "ReportGetBotsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterBotNameFilter", + "FilterBotProviderFilter", +] class ReportGetBotsReportParams(TypedDict, total=False): @@ -58,7 +64,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -232,4 +238,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index b1e548a..3dcdaec 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,7 +10,12 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] +__all__ = [ + "ReportGetReferralsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterReferralSourceFilter", +] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -58,7 +63,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -133,4 +138,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] From 048daae8b79aa71f5c4b836722c70fb9b314fbe4 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 13:20:08 +0000 Subject: [PATCH 11/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++--------- .../types/report_get_referrals_report_params.py | 11 +++-------- 6 files changed, 17 insertions(+), 28 deletions(-) diff --git a/.stats.yml b/.stats.yml index e02bc4e..dec8494 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml -openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml +openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index 08fc9f2..f01da47 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 0433ec2..8230635 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index 6874665..fe5be37 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterPathFilter", + "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterPathFilter, + FilterAppModelsAnswerEngineInsightsFiltersPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index a695a40..d31fc41 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,13 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetBotsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterBotNameFilter", - "FilterBotProviderFilter", -] +__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] class ReportGetBotsReportParams(TypedDict, total=False): @@ -64,7 +58,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -238,4 +232,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index 3dcdaec..b1e548a 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,12 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetReferralsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterReferralSourceFilter", -] +__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -63,7 +58,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -138,4 +133,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] From e3f9524d3e8b99f74f8e8791ca1f9a8f67d62aa6 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 14:19:57 +0000 Subject: [PATCH 12/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++++++++--- .../types/report_get_referrals_report_params.py | 11 ++++++++--- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/.stats.yml b/.stats.yml index dec8494..e02bc4e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml -openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml +openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index f01da47..08fc9f2 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 8230635..0433ec2 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index fe5be37..6874665 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", + "FilterPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterAppModelsAnswerEngineInsightsFiltersPathFilter, + FilterPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index d31fc41..a695a40 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,7 +10,13 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] +__all__ = [ + "ReportGetBotsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterBotNameFilter", + "FilterBotProviderFilter", +] class ReportGetBotsReportParams(TypedDict, total=False): @@ -58,7 +64,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -232,4 +238,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index b1e548a..3dcdaec 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,7 +10,12 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] +__all__ = [ + "ReportGetReferralsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterReferralSourceFilter", +] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -58,7 +63,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -133,4 +138,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] From a6884d47ab38f9ca39ffb7ccb6a7087f588085fe Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 16:19:58 +0000 Subject: [PATCH 13/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++--------- .../types/report_get_referrals_report_params.py | 11 +++-------- 6 files changed, 17 insertions(+), 28 deletions(-) diff --git a/.stats.yml b/.stats.yml index e02bc4e..dec8494 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml -openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml +openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index 08fc9f2..f01da47 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 0433ec2..8230635 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index 6874665..fe5be37 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterPathFilter", + "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterPathFilter, + FilterAppModelsAnswerEngineInsightsFiltersPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index a695a40..d31fc41 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,13 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetBotsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterBotNameFilter", - "FilterBotProviderFilter", -] +__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] class ReportGetBotsReportParams(TypedDict, total=False): @@ -64,7 +58,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -238,4 +232,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index 3dcdaec..b1e548a 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,12 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetReferralsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterReferralSourceFilter", -] +__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -63,7 +58,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -138,4 +133,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] From bfaa67892d4cffb99493d550494ca3ac05516400 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 18:19:53 +0000 Subject: [PATCH 14/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++++++++--- .../types/report_get_referrals_report_params.py | 11 ++++++++--- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/.stats.yml b/.stats.yml index dec8494..e02bc4e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml -openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml +openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index f01da47..08fc9f2 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 8230635..0433ec2 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index fe5be37..6874665 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", + "FilterPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterAppModelsAnswerEngineInsightsFiltersPathFilter, + FilterPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index d31fc41..a695a40 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,7 +10,13 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] +__all__ = [ + "ReportGetBotsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterBotNameFilter", + "FilterBotProviderFilter", +] class ReportGetBotsReportParams(TypedDict, total=False): @@ -58,7 +64,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -232,4 +238,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index b1e548a..3dcdaec 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,7 +10,12 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] +__all__ = [ + "ReportGetReferralsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterReferralSourceFilter", +] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -58,7 +63,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -133,4 +138,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] From d3a82da3d994551ffb01e64af88e35dd9cca9945 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 19:20:21 +0000 Subject: [PATCH 15/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++--------- .../types/report_get_referrals_report_params.py | 11 +++-------- 6 files changed, 17 insertions(+), 28 deletions(-) diff --git a/.stats.yml b/.stats.yml index e02bc4e..dec8494 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml -openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml +openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index 08fc9f2..f01da47 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 0433ec2..8230635 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index 6874665..fe5be37 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterPathFilter", + "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterPathFilter, + FilterAppModelsAnswerEngineInsightsFiltersPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index a695a40..d31fc41 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,13 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetBotsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterBotNameFilter", - "FilterBotProviderFilter", -] +__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] class ReportGetBotsReportParams(TypedDict, total=False): @@ -64,7 +58,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -238,4 +232,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index 3dcdaec..b1e548a 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,12 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetReferralsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterReferralSourceFilter", -] +__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -63,7 +58,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -138,4 +133,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] From e58a063e2039ef10f8e921680f5cac3996c1a246 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 23:20:05 +0000 Subject: [PATCH 16/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++++++++--- .../types/report_get_referrals_report_params.py | 11 ++++++++--- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/.stats.yml b/.stats.yml index dec8494..e02bc4e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml -openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml +openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index f01da47..08fc9f2 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 8230635..0433ec2 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index fe5be37..6874665 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", + "FilterPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterAppModelsAnswerEngineInsightsFiltersPathFilter, + FilterPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index d31fc41..a695a40 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,7 +10,13 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] +__all__ = [ + "ReportGetBotsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterBotNameFilter", + "FilterBotProviderFilter", +] class ReportGetBotsReportParams(TypedDict, total=False): @@ -58,7 +64,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -232,4 +238,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index b1e548a..3dcdaec 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,7 +10,12 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] +__all__ = [ + "ReportGetReferralsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterReferralSourceFilter", +] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -58,7 +63,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -133,4 +138,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] From 6f238fceedc36dff597a76d187f5b5d341b5a0f1 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 02:20:03 +0000 Subject: [PATCH 17/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++--------- .../types/report_get_referrals_report_params.py | 11 +++-------- 6 files changed, 17 insertions(+), 28 deletions(-) diff --git a/.stats.yml b/.stats.yml index e02bc4e..dec8494 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml -openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml +openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index 08fc9f2..f01da47 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 0433ec2..8230635 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index 6874665..fe5be37 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterPathFilter", + "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterPathFilter, + FilterAppModelsAnswerEngineInsightsFiltersPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index a695a40..d31fc41 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,13 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetBotsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterBotNameFilter", - "FilterBotProviderFilter", -] +__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] class ReportGetBotsReportParams(TypedDict, total=False): @@ -64,7 +58,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -238,4 +232,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index 3dcdaec..b1e548a 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,12 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetReferralsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterReferralSourceFilter", -] +__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -63,7 +58,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -138,4 +133,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] From 0e6f937750f19be2def2857a7fd5d7b2d6c96f35 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 05:19:56 +0000 Subject: [PATCH 18/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++++++++--- .../types/report_get_referrals_report_params.py | 11 ++++++++--- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/.stats.yml b/.stats.yml index dec8494..e02bc4e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml -openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml +openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index f01da47..08fc9f2 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 8230635..0433ec2 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index fe5be37..6874665 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", + "FilterPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterAppModelsAnswerEngineInsightsFiltersPathFilter, + FilterPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index d31fc41..a695a40 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,7 +10,13 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] +__all__ = [ + "ReportGetBotsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterBotNameFilter", + "FilterBotProviderFilter", +] class ReportGetBotsReportParams(TypedDict, total=False): @@ -58,7 +64,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -232,4 +238,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index b1e548a..3dcdaec 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,7 +10,12 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] +__all__ = [ + "ReportGetReferralsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterReferralSourceFilter", +] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -58,7 +63,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -133,4 +138,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] From 675a7a992912bd8c950f512f0718943d8746d996 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 07:19:50 +0000 Subject: [PATCH 19/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++--------- .../types/report_get_referrals_report_params.py | 11 +++-------- 6 files changed, 17 insertions(+), 28 deletions(-) diff --git a/.stats.yml b/.stats.yml index e02bc4e..dec8494 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml -openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml +openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index 08fc9f2..f01da47 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 0433ec2..8230635 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index 6874665..fe5be37 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterPathFilter", + "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterPathFilter, + FilterAppModelsAnswerEngineInsightsFiltersPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index a695a40..d31fc41 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,13 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetBotsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterBotNameFilter", - "FilterBotProviderFilter", -] +__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] class ReportGetBotsReportParams(TypedDict, total=False): @@ -64,7 +58,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -238,4 +232,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index 3dcdaec..b1e548a 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,12 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetReferralsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterReferralSourceFilter", -] +__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -63,7 +58,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -138,4 +133,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] From f92ef8bcddd737ab30b89991aa33e6a3e0b8e9b3 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 08:20:00 +0000 Subject: [PATCH 20/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++++++++--- .../types/report_get_referrals_report_params.py | 11 ++++++++--- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/.stats.yml b/.stats.yml index dec8494..e02bc4e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml -openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml +openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index f01da47..08fc9f2 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 8230635..0433ec2 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index fe5be37..6874665 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", + "FilterPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterAppModelsAnswerEngineInsightsFiltersPathFilter, + FilterPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index d31fc41..a695a40 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,7 +10,13 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] +__all__ = [ + "ReportGetBotsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterBotNameFilter", + "FilterBotProviderFilter", +] class ReportGetBotsReportParams(TypedDict, total=False): @@ -58,7 +64,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -232,4 +238,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index b1e548a..3dcdaec 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,7 +10,12 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] +__all__ = [ + "ReportGetReferralsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterReferralSourceFilter", +] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -58,7 +63,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -133,4 +138,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] From 326d6fee5e49c6e3bfa935cec0d7fb7758b3e345 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 09:20:01 +0000 Subject: [PATCH 21/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++--------- .../types/report_get_referrals_report_params.py | 11 +++-------- 6 files changed, 17 insertions(+), 28 deletions(-) diff --git a/.stats.yml b/.stats.yml index e02bc4e..dec8494 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml -openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml +openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index 08fc9f2..f01da47 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 0433ec2..8230635 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index 6874665..fe5be37 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterPathFilter", + "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterPathFilter, + FilterAppModelsAnswerEngineInsightsFiltersPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index a695a40..d31fc41 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,13 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetBotsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterBotNameFilter", - "FilterBotProviderFilter", -] +__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] class ReportGetBotsReportParams(TypedDict, total=False): @@ -64,7 +58,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -238,4 +232,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index 3dcdaec..b1e548a 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,12 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetReferralsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterReferralSourceFilter", -] +__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -63,7 +58,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -138,4 +133,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] From 2512f3eeff0cf16aac5b4ac72a06cec97b53d837 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 11:20:00 +0000 Subject: [PATCH 22/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++++++++--- .../types/report_get_referrals_report_params.py | 11 ++++++++--- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/.stats.yml b/.stats.yml index dec8494..e02bc4e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml -openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml +openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index f01da47..08fc9f2 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 8230635..0433ec2 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index fe5be37..6874665 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", + "FilterPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterAppModelsAnswerEngineInsightsFiltersPathFilter, + FilterPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index d31fc41..a695a40 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,7 +10,13 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] +__all__ = [ + "ReportGetBotsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterBotNameFilter", + "FilterBotProviderFilter", +] class ReportGetBotsReportParams(TypedDict, total=False): @@ -58,7 +64,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -232,4 +238,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index b1e548a..3dcdaec 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,7 +10,12 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] +__all__ = [ + "ReportGetReferralsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterReferralSourceFilter", +] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -58,7 +63,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -133,4 +138,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] From 06cebbad0292b4e421f6a4e4291059f9402267f4 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 13:20:00 +0000 Subject: [PATCH 23/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++--------- .../types/report_get_referrals_report_params.py | 11 +++-------- 6 files changed, 17 insertions(+), 28 deletions(-) diff --git a/.stats.yml b/.stats.yml index e02bc4e..dec8494 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml -openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml +openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index 08fc9f2..f01da47 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 0433ec2..8230635 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index 6874665..fe5be37 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterPathFilter", + "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterPathFilter, + FilterAppModelsAnswerEngineInsightsFiltersPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index a695a40..d31fc41 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,13 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetBotsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterBotNameFilter", - "FilterBotProviderFilter", -] +__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] class ReportGetBotsReportParams(TypedDict, total=False): @@ -64,7 +58,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -238,4 +232,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index 3dcdaec..b1e548a 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,12 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetReferralsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterReferralSourceFilter", -] +__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -63,7 +58,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -138,4 +133,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] From 14799ab24e025bbb6563cc707819d619acfe9c63 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:20:03 +0000 Subject: [PATCH 24/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++++++++--- .../types/report_get_referrals_report_params.py | 11 ++++++++--- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/.stats.yml b/.stats.yml index dec8494..e02bc4e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml -openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml +openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index f01da47..08fc9f2 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 8230635..0433ec2 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index fe5be37..6874665 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", + "FilterPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterAppModelsAnswerEngineInsightsFiltersPathFilter, + FilterPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index d31fc41..a695a40 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,7 +10,13 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] +__all__ = [ + "ReportGetBotsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterBotNameFilter", + "FilterBotProviderFilter", +] class ReportGetBotsReportParams(TypedDict, total=False): @@ -58,7 +64,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -232,4 +238,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index b1e548a..3dcdaec 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,7 +10,12 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] +__all__ = [ + "ReportGetReferralsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterReferralSourceFilter", +] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -58,7 +63,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -133,4 +138,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] From f6c5b1782137e8302a83fc9822b5fd4f68300337 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 20:19:51 +0000 Subject: [PATCH 25/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++--------- .../types/report_get_referrals_report_params.py | 11 +++-------- 6 files changed, 17 insertions(+), 28 deletions(-) diff --git a/.stats.yml b/.stats.yml index e02bc4e..dec8494 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml -openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml +openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index 08fc9f2..f01da47 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 0433ec2..8230635 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index 6874665..fe5be37 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterPathFilter", + "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterPathFilter, + FilterAppModelsAnswerEngineInsightsFiltersPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index a695a40..d31fc41 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,13 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetBotsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterBotNameFilter", - "FilterBotProviderFilter", -] +__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] class ReportGetBotsReportParams(TypedDict, total=False): @@ -64,7 +58,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -238,4 +232,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index 3dcdaec..b1e548a 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,12 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetReferralsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterReferralSourceFilter", -] +__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -63,7 +58,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -138,4 +133,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] From 1a8ad138ba2f1a2506cb97fe33dbf9505b5f6b99 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 23:19:45 +0000 Subject: [PATCH 26/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++++++++--- .../types/report_get_referrals_report_params.py | 11 ++++++++--- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/.stats.yml b/.stats.yml index dec8494..e02bc4e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml -openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml +openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index f01da47..08fc9f2 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 8230635..0433ec2 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index fe5be37..6874665 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", + "FilterPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterAppModelsAnswerEngineInsightsFiltersPathFilter, + FilterPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index d31fc41..a695a40 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,7 +10,13 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] +__all__ = [ + "ReportGetBotsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterBotNameFilter", + "FilterBotProviderFilter", +] class ReportGetBotsReportParams(TypedDict, total=False): @@ -58,7 +64,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -232,4 +238,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index b1e548a..3dcdaec 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,7 +10,12 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] +__all__ = [ + "ReportGetReferralsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterReferralSourceFilter", +] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -58,7 +63,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -133,4 +138,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] From b6876a5bbaa36c2eb53dd91591f777c7957d0b5d Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 00:19:55 +0000 Subject: [PATCH 27/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++--------- .../types/report_get_referrals_report_params.py | 11 +++-------- 6 files changed, 17 insertions(+), 28 deletions(-) diff --git a/.stats.yml b/.stats.yml index e02bc4e..dec8494 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml -openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml +openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index 08fc9f2..f01da47 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 0433ec2..8230635 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index 6874665..fe5be37 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterPathFilter", + "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterPathFilter, + FilterAppModelsAnswerEngineInsightsFiltersPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index a695a40..d31fc41 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,13 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetBotsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterBotNameFilter", - "FilterBotProviderFilter", -] +__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] class ReportGetBotsReportParams(TypedDict, total=False): @@ -64,7 +58,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -238,4 +232,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index 3dcdaec..b1e548a 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,12 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetReferralsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterReferralSourceFilter", -] +__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -63,7 +58,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -138,4 +133,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] From 6376a56704acc0ecf3eeb5db6fdb4bddd8d73651 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 08:19:55 +0000 Subject: [PATCH 28/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++++++++--- .../types/report_get_referrals_report_params.py | 11 ++++++++--- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/.stats.yml b/.stats.yml index dec8494..e02bc4e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml -openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml +openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index f01da47..08fc9f2 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 8230635..0433ec2 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index fe5be37..6874665 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", + "FilterPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterAppModelsAnswerEngineInsightsFiltersPathFilter, + FilterPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index d31fc41..a695a40 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,7 +10,13 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] +__all__ = [ + "ReportGetBotsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterBotNameFilter", + "FilterBotProviderFilter", +] class ReportGetBotsReportParams(TypedDict, total=False): @@ -58,7 +64,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -232,4 +238,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index b1e548a..3dcdaec 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,7 +10,12 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] +__all__ = [ + "ReportGetReferralsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterReferralSourceFilter", +] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -58,7 +63,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -133,4 +138,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] From 24800696c24967fdc116575928d8531f16981db9 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 09:19:57 +0000 Subject: [PATCH 29/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++--------- .../types/report_get_referrals_report_params.py | 11 +++-------- 6 files changed, 17 insertions(+), 28 deletions(-) diff --git a/.stats.yml b/.stats.yml index e02bc4e..dec8494 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml -openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml +openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index 08fc9f2..f01da47 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 0433ec2..8230635 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index 6874665..fe5be37 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterPathFilter", + "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterPathFilter, + FilterAppModelsAnswerEngineInsightsFiltersPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index a695a40..d31fc41 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,13 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetBotsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterBotNameFilter", - "FilterBotProviderFilter", -] +__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] class ReportGetBotsReportParams(TypedDict, total=False): @@ -64,7 +58,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -238,4 +232,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index 3dcdaec..b1e548a 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,12 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetReferralsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterReferralSourceFilter", -] +__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -63,7 +58,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -138,4 +133,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] From 4f499cd0629ade0494167ade4bbeacfe81224727 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 13:19:56 +0000 Subject: [PATCH 30/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++++++++--- .../types/report_get_referrals_report_params.py | 11 ++++++++--- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/.stats.yml b/.stats.yml index dec8494..e02bc4e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml -openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml +openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index f01da47..08fc9f2 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 8230635..0433ec2 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index fe5be37..6874665 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", + "FilterPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterAppModelsAnswerEngineInsightsFiltersPathFilter, + FilterPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index d31fc41..a695a40 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,7 +10,13 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] +__all__ = [ + "ReportGetBotsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterBotNameFilter", + "FilterBotProviderFilter", +] class ReportGetBotsReportParams(TypedDict, total=False): @@ -58,7 +64,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -232,4 +238,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index b1e548a..3dcdaec 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,7 +10,12 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] +__all__ = [ + "ReportGetReferralsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterReferralSourceFilter", +] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -58,7 +63,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -133,4 +138,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] From ee2045477c56385af9508e20111b1911f12f8f19 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 14:21:05 +0000 Subject: [PATCH 31/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++--------- .../types/report_get_referrals_report_params.py | 11 +++-------- 6 files changed, 17 insertions(+), 28 deletions(-) diff --git a/.stats.yml b/.stats.yml index e02bc4e..dec8494 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml -openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml +openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index 08fc9f2..f01da47 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 0433ec2..8230635 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index 6874665..fe5be37 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterPathFilter", + "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterPathFilter, + FilterAppModelsAnswerEngineInsightsFiltersPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index a695a40..d31fc41 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,13 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetBotsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterBotNameFilter", - "FilterBotProviderFilter", -] +__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] class ReportGetBotsReportParams(TypedDict, total=False): @@ -64,7 +58,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -238,4 +232,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index 3dcdaec..b1e548a 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,12 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetReferralsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterReferralSourceFilter", -] +__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -63,7 +58,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -138,4 +133,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] From 72a92c0920dddf0b81e18dfda80326bc251fa02a Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:19:47 +0000 Subject: [PATCH 32/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++++++++--- .../types/report_get_referrals_report_params.py | 11 ++++++++--- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/.stats.yml b/.stats.yml index dec8494..e02bc4e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml -openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml +openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index f01da47..08fc9f2 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 8230635..0433ec2 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index fe5be37..6874665 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", + "FilterPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterAppModelsAnswerEngineInsightsFiltersPathFilter, + FilterPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index d31fc41..a695a40 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,7 +10,13 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] +__all__ = [ + "ReportGetBotsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterBotNameFilter", + "FilterBotProviderFilter", +] class ReportGetBotsReportParams(TypedDict, total=False): @@ -58,7 +64,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -232,4 +238,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index b1e548a..3dcdaec 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,7 +10,12 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] +__all__ = [ + "ReportGetReferralsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterReferralSourceFilter", +] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -58,7 +63,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -133,4 +138,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] From 3033112450668184d8c9c4a5f123bc1843bb7ccf Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 16:19:45 +0000 Subject: [PATCH 33/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++--------- .../types/report_get_referrals_report_params.py | 11 +++-------- 6 files changed, 17 insertions(+), 28 deletions(-) diff --git a/.stats.yml b/.stats.yml index e02bc4e..dec8494 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml -openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml +openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index 08fc9f2..f01da47 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 0433ec2..8230635 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index 6874665..fe5be37 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterPathFilter", + "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterPathFilter, + FilterAppModelsAnswerEngineInsightsFiltersPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index a695a40..d31fc41 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,13 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetBotsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterBotNameFilter", - "FilterBotProviderFilter", -] +__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] class ReportGetBotsReportParams(TypedDict, total=False): @@ -64,7 +58,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -238,4 +232,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index 3dcdaec..b1e548a 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,12 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetReferralsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterReferralSourceFilter", -] +__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -63,7 +58,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -138,4 +133,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] From a7534517bbd09810881e8544aa81089e5de88892 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:19:54 +0000 Subject: [PATCH 34/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++++++++--- .../types/report_get_referrals_report_params.py | 11 ++++++++--- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/.stats.yml b/.stats.yml index dec8494..e02bc4e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml -openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml +openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index f01da47..08fc9f2 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 8230635..0433ec2 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index fe5be37..6874665 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", + "FilterPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterAppModelsAnswerEngineInsightsFiltersPathFilter, + FilterPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index d31fc41..a695a40 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,7 +10,13 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] +__all__ = [ + "ReportGetBotsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterBotNameFilter", + "FilterBotProviderFilter", +] class ReportGetBotsReportParams(TypedDict, total=False): @@ -58,7 +64,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -232,4 +238,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index b1e548a..3dcdaec 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,7 +10,12 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] +__all__ = [ + "ReportGetReferralsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterReferralSourceFilter", +] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -58,7 +63,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -133,4 +138,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] From 4df112c87bee62090e00e931f6bc63163a30bb52 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 20:20:06 +0000 Subject: [PATCH 35/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++--------- .../types/report_get_referrals_report_params.py | 11 +++-------- 6 files changed, 17 insertions(+), 28 deletions(-) diff --git a/.stats.yml b/.stats.yml index e02bc4e..dec8494 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml -openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml +openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index 08fc9f2..f01da47 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 0433ec2..8230635 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index 6874665..fe5be37 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterPathFilter", + "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterPathFilter, + FilterAppModelsAnswerEngineInsightsFiltersPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index a695a40..d31fc41 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,13 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetBotsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterBotNameFilter", - "FilterBotProviderFilter", -] +__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] class ReportGetBotsReportParams(TypedDict, total=False): @@ -64,7 +58,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -238,4 +232,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index 3dcdaec..b1e548a 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,12 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetReferralsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterReferralSourceFilter", -] +__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -63,7 +58,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -138,4 +133,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] From ed0a463d1b8d7dc97ac0f77c18e87b1f9891862d Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 21:19:54 +0000 Subject: [PATCH 36/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++++++++--- .../types/report_get_referrals_report_params.py | 11 ++++++++--- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/.stats.yml b/.stats.yml index dec8494..e02bc4e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml -openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml +openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index f01da47..08fc9f2 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 8230635..0433ec2 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index fe5be37..6874665 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", + "FilterPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterAppModelsAnswerEngineInsightsFiltersPathFilter, + FilterPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index d31fc41..a695a40 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,7 +10,13 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] +__all__ = [ + "ReportGetBotsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterBotNameFilter", + "FilterBotProviderFilter", +] class ReportGetBotsReportParams(TypedDict, total=False): @@ -58,7 +64,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -232,4 +238,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index b1e548a..3dcdaec 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,7 +10,12 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] +__all__ = [ + "ReportGetReferralsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterReferralSourceFilter", +] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -58,7 +63,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -133,4 +138,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] From 0559b7dcea182b99d25a9ab73c10448c3bc567a1 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 23:19:59 +0000 Subject: [PATCH 37/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++--------- .../types/report_get_referrals_report_params.py | 11 +++-------- 6 files changed, 17 insertions(+), 28 deletions(-) diff --git a/.stats.yml b/.stats.yml index e02bc4e..dec8494 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml -openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml +openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index 08fc9f2..f01da47 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 0433ec2..8230635 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index 6874665..fe5be37 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterPathFilter", + "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterPathFilter, + FilterAppModelsAnswerEngineInsightsFiltersPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index a695a40..d31fc41 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,13 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetBotsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterBotNameFilter", - "FilterBotProviderFilter", -] +__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] class ReportGetBotsReportParams(TypedDict, total=False): @@ -64,7 +58,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -238,4 +232,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index 3dcdaec..b1e548a 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,12 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetReferralsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterReferralSourceFilter", -] +__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -63,7 +58,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -138,4 +133,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] From 3dd8cb745635fe5b1306015c68c0dd7d414f02e9 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 03:19:45 +0000 Subject: [PATCH 38/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++++++++--- .../types/report_get_referrals_report_params.py | 11 ++++++++--- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/.stats.yml b/.stats.yml index dec8494..e02bc4e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml -openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml +openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index f01da47..08fc9f2 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 8230635..0433ec2 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index fe5be37..6874665 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", + "FilterPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterAppModelsAnswerEngineInsightsFiltersPathFilter, + FilterPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index d31fc41..a695a40 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,7 +10,13 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] +__all__ = [ + "ReportGetBotsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterBotNameFilter", + "FilterBotProviderFilter", +] class ReportGetBotsReportParams(TypedDict, total=False): @@ -58,7 +64,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -232,4 +238,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index b1e548a..3dcdaec 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,7 +10,12 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] +__all__ = [ + "ReportGetReferralsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterReferralSourceFilter", +] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -58,7 +63,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -133,4 +138,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] From 92ba8f0f9d7f29f09f0beabe329a69d2e0f3b5b6 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 04:19:44 +0000 Subject: [PATCH 39/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++--------- .../types/report_get_referrals_report_params.py | 11 +++-------- 6 files changed, 17 insertions(+), 28 deletions(-) diff --git a/.stats.yml b/.stats.yml index e02bc4e..dec8494 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml -openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml +openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index 08fc9f2..f01da47 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 0433ec2..8230635 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index 6874665..fe5be37 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterPathFilter", + "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterPathFilter, + FilterAppModelsAnswerEngineInsightsFiltersPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index a695a40..d31fc41 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,13 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetBotsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterBotNameFilter", - "FilterBotProviderFilter", -] +__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] class ReportGetBotsReportParams(TypedDict, total=False): @@ -64,7 +58,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -238,4 +232,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index 3dcdaec..b1e548a 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,12 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetReferralsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterReferralSourceFilter", -] +__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -63,7 +58,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -138,4 +133,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] From 7fbd513f2620662c80ed1c2245522c46a9db3d00 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 05:19:59 +0000 Subject: [PATCH 40/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++++++++--- .../types/report_get_referrals_report_params.py | 11 ++++++++--- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/.stats.yml b/.stats.yml index dec8494..e02bc4e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml -openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml +openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index f01da47..08fc9f2 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 8230635..0433ec2 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index fe5be37..6874665 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", + "FilterPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterAppModelsAnswerEngineInsightsFiltersPathFilter, + FilterPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index d31fc41..a695a40 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,7 +10,13 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] +__all__ = [ + "ReportGetBotsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterBotNameFilter", + "FilterBotProviderFilter", +] class ReportGetBotsReportParams(TypedDict, total=False): @@ -58,7 +64,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -232,4 +238,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index b1e548a..3dcdaec 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,7 +10,12 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] +__all__ = [ + "ReportGetReferralsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterReferralSourceFilter", +] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -58,7 +63,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -133,4 +138,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] From 70610486270044629d8322aff490be80298cd1e4 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 06:19:54 +0000 Subject: [PATCH 41/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++--------- .../types/report_get_referrals_report_params.py | 11 +++-------- 6 files changed, 17 insertions(+), 28 deletions(-) diff --git a/.stats.yml b/.stats.yml index e02bc4e..dec8494 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml -openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml +openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index 08fc9f2..f01da47 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 0433ec2..8230635 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index 6874665..fe5be37 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterPathFilter", + "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterPathFilter, + FilterAppModelsAnswerEngineInsightsFiltersPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index a695a40..d31fc41 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,13 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetBotsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterBotNameFilter", - "FilterBotProviderFilter", -] +__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] class ReportGetBotsReportParams(TypedDict, total=False): @@ -64,7 +58,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -238,4 +232,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index 3dcdaec..b1e548a 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,12 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetReferralsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterReferralSourceFilter", -] +__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -63,7 +58,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -138,4 +133,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] From 4e32ecf37ae1cc540101dcdb2ea5f2165b223e45 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 08:19:54 +0000 Subject: [PATCH 42/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++++++++--- .../types/report_get_referrals_report_params.py | 11 ++++++++--- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/.stats.yml b/.stats.yml index dec8494..e02bc4e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml -openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml +openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index f01da47..08fc9f2 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 8230635..0433ec2 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index fe5be37..6874665 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", + "FilterPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterAppModelsAnswerEngineInsightsFiltersPathFilter, + FilterPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index d31fc41..a695a40 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,7 +10,13 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] +__all__ = [ + "ReportGetBotsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterBotNameFilter", + "FilterBotProviderFilter", +] class ReportGetBotsReportParams(TypedDict, total=False): @@ -58,7 +64,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -232,4 +238,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index b1e548a..3dcdaec 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,7 +10,12 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] +__all__ = [ + "ReportGetReferralsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterReferralSourceFilter", +] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -58,7 +63,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -133,4 +138,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] From 1638edb61ac2691374618c5372310a99b56d92e4 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 09:19:52 +0000 Subject: [PATCH 43/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++--------- .../types/report_get_referrals_report_params.py | 11 +++-------- 6 files changed, 17 insertions(+), 28 deletions(-) diff --git a/.stats.yml b/.stats.yml index e02bc4e..dec8494 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml -openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml +openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index 08fc9f2..f01da47 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 0433ec2..8230635 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index 6874665..fe5be37 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterPathFilter", + "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterPathFilter, + FilterAppModelsAnswerEngineInsightsFiltersPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index a695a40..d31fc41 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,13 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetBotsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterBotNameFilter", - "FilterBotProviderFilter", -] +__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] class ReportGetBotsReportParams(TypedDict, total=False): @@ -64,7 +58,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -238,4 +232,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index 3dcdaec..b1e548a 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,12 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetReferralsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterReferralSourceFilter", -] +__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -63,7 +58,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -138,4 +133,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] From 5720469ebc66284b6af15772b25351ae9c7828c1 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 14:19:54 +0000 Subject: [PATCH 44/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++++++++--- .../types/report_get_referrals_report_params.py | 11 ++++++++--- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/.stats.yml b/.stats.yml index dec8494..e02bc4e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml -openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml +openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index f01da47..08fc9f2 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 8230635..0433ec2 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index fe5be37..6874665 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", + "FilterPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterAppModelsAnswerEngineInsightsFiltersPathFilter, + FilterPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index d31fc41..a695a40 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,7 +10,13 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] +__all__ = [ + "ReportGetBotsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterBotNameFilter", + "FilterBotProviderFilter", +] class ReportGetBotsReportParams(TypedDict, total=False): @@ -58,7 +64,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -232,4 +238,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index b1e548a..3dcdaec 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,7 +10,12 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] +__all__ = [ + "ReportGetReferralsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterReferralSourceFilter", +] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -58,7 +63,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -133,4 +138,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] From c067eebed06afc48d5a8e27662cc04352f6701fc Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 15:19:45 +0000 Subject: [PATCH 45/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++--------- .../types/report_get_referrals_report_params.py | 11 +++-------- 6 files changed, 17 insertions(+), 28 deletions(-) diff --git a/.stats.yml b/.stats.yml index e02bc4e..dec8494 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml -openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml +openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index 08fc9f2..f01da47 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 0433ec2..8230635 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index 6874665..fe5be37 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterPathFilter", + "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterPathFilter, + FilterAppModelsAnswerEngineInsightsFiltersPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index a695a40..d31fc41 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,13 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetBotsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterBotNameFilter", - "FilterBotProviderFilter", -] +__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] class ReportGetBotsReportParams(TypedDict, total=False): @@ -64,7 +58,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -238,4 +232,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index 3dcdaec..b1e548a 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,12 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetReferralsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterReferralSourceFilter", -] +__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -63,7 +58,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -138,4 +133,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] From 23807320f9b4d8c47bf6dd60739295ece81dd97c Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:56:40 +0000 Subject: [PATCH 46/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++++++++--- .../types/report_get_referrals_report_params.py | 11 ++++++++--- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/.stats.yml b/.stats.yml index dec8494..e02bc4e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml -openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml +openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index f01da47..08fc9f2 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 8230635..0433ec2 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index fe5be37..6874665 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", + "FilterPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterAppModelsAnswerEngineInsightsFiltersPathFilter, + FilterPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index d31fc41..a695a40 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,7 +10,13 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] +__all__ = [ + "ReportGetBotsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterBotNameFilter", + "FilterBotProviderFilter", +] class ReportGetBotsReportParams(TypedDict, total=False): @@ -58,7 +64,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -232,4 +238,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index b1e548a..3dcdaec 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,7 +10,12 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] +__all__ = [ + "ReportGetReferralsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterReferralSourceFilter", +] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -58,7 +63,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -133,4 +138,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] From a7a83447a1ad303309c976d2a347caf46fc49aa5 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 18:19:58 +0000 Subject: [PATCH 47/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++--------- .../types/report_get_referrals_report_params.py | 11 +++-------- 6 files changed, 17 insertions(+), 28 deletions(-) diff --git a/.stats.yml b/.stats.yml index e02bc4e..dec8494 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml -openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml +openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index 08fc9f2..f01da47 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 0433ec2..8230635 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterAppModelsAgentAnalyticsFiltersPathFilter, + FilterPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index 6874665..fe5be37 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterPathFilter", + "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterPathFilter, + FilterAppModelsAnswerEngineInsightsFiltersPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index a695a40..d31fc41 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,13 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetBotsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterBotNameFilter", - "FilterBotProviderFilter", -] +__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] class ReportGetBotsReportParams(TypedDict, total=False): @@ -64,7 +58,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -238,4 +232,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index 3dcdaec..b1e548a 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,12 +10,7 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = [ - "ReportGetReferralsReportParams", - "Filter", - "FilterAppModelsAgentAnalyticsFiltersPathFilter", - "FilterReferralSourceFilter", -] +__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -63,7 +58,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -138,4 +133,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] From 6effa88ab228ad3e9f4b944ae0e412a4fea502fc Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 00:19:48 +0000 Subject: [PATCH 48/49] feat(api): api update --- .stats.yml | 4 ++-- src/profound/types/logs/raw_bots_params.py | 6 +++--- src/profound/types/logs/raw_logs_params.py | 6 +++--- src/profound/types/report_citations_params.py | 6 +++--- src/profound/types/report_get_bots_report_params.py | 12 +++++++++--- .../types/report_get_referrals_report_params.py | 11 ++++++++--- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/.stats.yml b/.stats.yml index dec8494..e02bc4e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-309040e0ff5b59301e0fd199cccab71bec71ac1031daa5765cd09791383a6bb6.yml -openapi_spec_hash: ffbb0c77d6baeca8d4fbf82f3c1775da +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-65a07ac7fa191e60cd3d61ff3848e49c700877ffe5b4ce9f3ba6e038da655f16.yml +openapi_spec_hash: 1ec957b1449bc4ae24a81bcc3a139ddb config_hash: 11b70afac9f185420b3d1e6b109a9125 diff --git a/src/profound/types/logs/raw_bots_params.py b/src/profound/types/logs/raw_bots_params.py index f01da47..08fc9f2 100644 --- a/src/profound/types/logs/raw_bots_params.py +++ b/src/profound/types/logs/raw_bots_params.py @@ -17,7 +17,7 @@ "FilterBotProviderFilter", "FilterBotTypesFilter", "FilterMethodFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -286,7 +286,7 @@ class FilterMethodFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -411,7 +411,7 @@ class FilterQueryParamsFilter(TypedDict, total=False): FilterBotProviderFilter, FilterBotTypesFilter, FilterMethodFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/logs/raw_logs_params.py b/src/profound/types/logs/raw_logs_params.py index 8230635..0433ec2 100644 --- a/src/profound/types/logs/raw_logs_params.py +++ b/src/profound/types/logs/raw_logs_params.py @@ -15,7 +15,7 @@ "Filter", "FilterMethodFilter", "FilterHostFilter", - "FilterPathFilter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", "FilterStatusCodeFilter", "FilterIPFilter", "FilterUserAgentFilter", @@ -130,7 +130,7 @@ class FilterHostFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -295,7 +295,7 @@ class FilterDurationMsFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterMethodFilter, FilterHostFilter, - FilterPathFilter, + FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterStatusCodeFilter, FilterIPFilter, FilterUserAgentFilter, diff --git a/src/profound/types/report_citations_params.py b/src/profound/types/report_citations_params.py index fe5be37..6874665 100644 --- a/src/profound/types/report_citations_params.py +++ b/src/profound/types/report_citations_params.py @@ -14,7 +14,7 @@ "ReportCitationsParams", "Filter", "FilterHostnameFilter", - "FilterAppModelsAnswerEngineInsightsFiltersPathFilter", + "FilterPathFilter", "FilterRegionIDFilter", "FilterTopicIDFilter", "FilterModelIDFilter", @@ -104,7 +104,7 @@ class FilterHostnameFilter(TypedDict, total=False): value: Required[Union[str, SequenceNotStr[str]]] -class FilterAppModelsAnswerEngineInsightsFiltersPathFilter(TypedDict, total=False): +class FilterPathFilter(TypedDict, total=False): """Filter by URL path""" field: Required[Literal["path"]] @@ -260,7 +260,7 @@ class FilterCitationCategoryFilter(TypedDict, total=False): Filter: TypeAlias = Union[ FilterHostnameFilter, - FilterAppModelsAnswerEngineInsightsFiltersPathFilter, + FilterPathFilter, FilterRegionIDFilter, FilterTopicIDFilter, FilterModelIDFilter, diff --git a/src/profound/types/report_get_bots_report_params.py b/src/profound/types/report_get_bots_report_params.py index d31fc41..a695a40 100644 --- a/src/profound/types/report_get_bots_report_params.py +++ b/src/profound/types/report_get_bots_report_params.py @@ -10,7 +10,13 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetBotsReportParams", "Filter", "FilterPathFilter", "FilterBotNameFilter", "FilterBotProviderFilter"] +__all__ = [ + "ReportGetBotsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterBotNameFilter", + "FilterBotProviderFilter", +] class ReportGetBotsReportParams(TypedDict, total=False): @@ -58,7 +64,7 @@ class ReportGetBotsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -232,4 +238,4 @@ class FilterBotProviderFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterBotNameFilter, FilterBotProviderFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterBotNameFilter, FilterBotProviderFilter] diff --git a/src/profound/types/report_get_referrals_report_params.py b/src/profound/types/report_get_referrals_report_params.py index b1e548a..3dcdaec 100644 --- a/src/profound/types/report_get_referrals_report_params.py +++ b/src/profound/types/report_get_referrals_report_params.py @@ -10,7 +10,12 @@ from .._utils import PropertyInfo from .shared_params.pagination import Pagination -__all__ = ["ReportGetReferralsReportParams", "Filter", "FilterPathFilter", "FilterReferralSourceFilter"] +__all__ = [ + "ReportGetReferralsReportParams", + "Filter", + "FilterAppModelsAgentAnalyticsFiltersPathFilter", + "FilterReferralSourceFilter", +] class ReportGetReferralsReportParams(TypedDict, total=False): @@ -58,7 +63,7 @@ class ReportGetReferralsReportParams(TypedDict, total=False): """Pagination settings for the report results.""" -class FilterPathFilter(TypedDict, total=False): +class FilterAppModelsAgentAnalyticsFiltersPathFilter(TypedDict, total=False): """Filter by request path""" field: Required[Literal["path"]] @@ -133,4 +138,4 @@ class FilterReferralSourceFilter(TypedDict, total=False): ] -Filter: TypeAlias = Union[FilterPathFilter, FilterReferralSourceFilter] +Filter: TypeAlias = Union[FilterAppModelsAgentAnalyticsFiltersPathFilter, FilterReferralSourceFilter] From 305f55b613201b58adb851bea84451b945ced66e Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 00:20:12 +0000 Subject: [PATCH 49/49] release: 0.20.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 54 +++++++++++++++++++++++++++++++++++ pyproject.toml | 2 +- src/profound/_version.py | 2 +- 4 files changed, 57 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e756293..0c2ecec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.19.0" + ".": "0.20.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc7038..c831712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,59 @@ # Changelog +## 0.20.0 (2026-01-24) + +Full Changelog: [v0.19.0...v0.20.0](https://github.com/cooper-square-technologies/profound-python-sdk/compare/v0.19.0...v0.20.0) + +### Features + +* **api:** api update ([6effa88](https://github.com/cooper-square-technologies/profound-python-sdk/commit/6effa88ab228ad3e9f4b944ae0e412a4fea502fc)) +* **api:** api update ([a7a8344](https://github.com/cooper-square-technologies/profound-python-sdk/commit/a7a83447a1ad303309c976d2a347caf46fc49aa5)) +* **api:** api update ([2380732](https://github.com/cooper-square-technologies/profound-python-sdk/commit/23807320f9b4d8c47bf6dd60739295ece81dd97c)) +* **api:** api update ([c067eeb](https://github.com/cooper-square-technologies/profound-python-sdk/commit/c067eebed06afc48d5a8e27662cc04352f6701fc)) +* **api:** api update ([5720469](https://github.com/cooper-square-technologies/profound-python-sdk/commit/5720469ebc66284b6af15772b25351ae9c7828c1)) +* **api:** api update ([1638edb](https://github.com/cooper-square-technologies/profound-python-sdk/commit/1638edb61ac2691374618c5372310a99b56d92e4)) +* **api:** api update ([4e32ecf](https://github.com/cooper-square-technologies/profound-python-sdk/commit/4e32ecf37ae1cc540101dcdb2ea5f2165b223e45)) +* **api:** api update ([7061048](https://github.com/cooper-square-technologies/profound-python-sdk/commit/70610486270044629d8322aff490be80298cd1e4)) +* **api:** api update ([7fbd513](https://github.com/cooper-square-technologies/profound-python-sdk/commit/7fbd513f2620662c80ed1c2245522c46a9db3d00)) +* **api:** api update ([92ba8f0](https://github.com/cooper-square-technologies/profound-python-sdk/commit/92ba8f0f9d7f29f09f0beabe329a69d2e0f3b5b6)) +* **api:** api update ([3dd8cb7](https://github.com/cooper-square-technologies/profound-python-sdk/commit/3dd8cb745635fe5b1306015c68c0dd7d414f02e9)) +* **api:** api update ([0559b7d](https://github.com/cooper-square-technologies/profound-python-sdk/commit/0559b7dcea182b99d25a9ab73c10448c3bc567a1)) +* **api:** api update ([ed0a463](https://github.com/cooper-square-technologies/profound-python-sdk/commit/ed0a463d1b8d7dc97ac0f77c18e87b1f9891862d)) +* **api:** api update ([4df112c](https://github.com/cooper-square-technologies/profound-python-sdk/commit/4df112c87bee62090e00e931f6bc63163a30bb52)) +* **api:** api update ([a753451](https://github.com/cooper-square-technologies/profound-python-sdk/commit/a7534517bbd09810881e8544aa81089e5de88892)) +* **api:** api update ([3033112](https://github.com/cooper-square-technologies/profound-python-sdk/commit/3033112450668184d8c9c4a5f123bc1843bb7ccf)) +* **api:** api update ([72a92c0](https://github.com/cooper-square-technologies/profound-python-sdk/commit/72a92c0920dddf0b81e18dfda80326bc251fa02a)) +* **api:** api update ([ee20454](https://github.com/cooper-square-technologies/profound-python-sdk/commit/ee2045477c56385af9508e20111b1911f12f8f19)) +* **api:** api update ([4f499cd](https://github.com/cooper-square-technologies/profound-python-sdk/commit/4f499cd0629ade0494167ade4bbeacfe81224727)) +* **api:** api update ([2480069](https://github.com/cooper-square-technologies/profound-python-sdk/commit/24800696c24967fdc116575928d8531f16981db9)) +* **api:** api update ([6376a56](https://github.com/cooper-square-technologies/profound-python-sdk/commit/6376a56704acc0ecf3eeb5db6fdb4bddd8d73651)) +* **api:** api update ([b6876a5](https://github.com/cooper-square-technologies/profound-python-sdk/commit/b6876a5bbaa36c2eb53dd91591f777c7957d0b5d)) +* **api:** api update ([1a8ad13](https://github.com/cooper-square-technologies/profound-python-sdk/commit/1a8ad138ba2f1a2506cb97fe33dbf9505b5f6b99)) +* **api:** api update ([f6c5b17](https://github.com/cooper-square-technologies/profound-python-sdk/commit/f6c5b1782137e8302a83fc9822b5fd4f68300337)) +* **api:** api update ([14799ab](https://github.com/cooper-square-technologies/profound-python-sdk/commit/14799ab24e025bbb6563cc707819d619acfe9c63)) +* **api:** api update ([06cebba](https://github.com/cooper-square-technologies/profound-python-sdk/commit/06cebbad0292b4e421f6a4e4291059f9402267f4)) +* **api:** api update ([2512f3e](https://github.com/cooper-square-technologies/profound-python-sdk/commit/2512f3eeff0cf16aac5b4ac72a06cec97b53d837)) +* **api:** api update ([326d6fe](https://github.com/cooper-square-technologies/profound-python-sdk/commit/326d6fee5e49c6e3bfa935cec0d7fb7758b3e345)) +* **api:** api update ([f92ef8b](https://github.com/cooper-square-technologies/profound-python-sdk/commit/f92ef8bcddd737ab30b89991aa33e6a3e0b8e9b3)) +* **api:** api update ([675a7a9](https://github.com/cooper-square-technologies/profound-python-sdk/commit/675a7a992912bd8c950f512f0718943d8746d996)) +* **api:** api update ([0e6f937](https://github.com/cooper-square-technologies/profound-python-sdk/commit/0e6f937750f19be2def2857a7fd5d7b2d6c96f35)) +* **api:** api update ([6f238fc](https://github.com/cooper-square-technologies/profound-python-sdk/commit/6f238fceedc36dff597a76d187f5b5d341b5a0f1)) +* **api:** api update ([e58a063](https://github.com/cooper-square-technologies/profound-python-sdk/commit/e58a063e2039ef10f8e921680f5cac3996c1a246)) +* **api:** api update ([d3a82da](https://github.com/cooper-square-technologies/profound-python-sdk/commit/d3a82da3d994551ffb01e64af88e35dd9cca9945)) +* **api:** api update ([bfaa678](https://github.com/cooper-square-technologies/profound-python-sdk/commit/bfaa67892d4cffb99493d550494ca3ac05516400)) +* **api:** api update ([a6884d4](https://github.com/cooper-square-technologies/profound-python-sdk/commit/a6884d47ab38f9ca39ffb7ccb6a7087f588085fe)) +* **api:** api update ([e3f9524](https://github.com/cooper-square-technologies/profound-python-sdk/commit/e3f9524d3e8b99f74f8e8791ca1f9a8f67d62aa6)) +* **api:** api update ([048daae](https://github.com/cooper-square-technologies/profound-python-sdk/commit/048daae8b79aa71f5c4b836722c70fb9b314fbe4)) +* **api:** api update ([d66e6b6](https://github.com/cooper-square-technologies/profound-python-sdk/commit/d66e6b6d3fd0b4481150b92a18046e7459f18e0e)) +* **api:** api update ([16ad7d2](https://github.com/cooper-square-technologies/profound-python-sdk/commit/16ad7d29488aeb49d897ed553acf87f0c19c8446)) +* **api:** api update ([2f44dac](https://github.com/cooper-square-technologies/profound-python-sdk/commit/2f44dacc527f3863d964aeff30470873eabebb77)) +* **api:** api update ([c52cb46](https://github.com/cooper-square-technologies/profound-python-sdk/commit/c52cb46c511e500b9a4b1bf4eb9d7a1c267d7c6c)) +* **api:** api update ([d338c82](https://github.com/cooper-square-technologies/profound-python-sdk/commit/d338c82c0533dbd85ad99f3e07a5f916d9addc2b)) +* **api:** api update ([22de244](https://github.com/cooper-square-technologies/profound-python-sdk/commit/22de244adb8ed326b964e071249896d3ae9c0337)) +* **api:** api update ([582c554](https://github.com/cooper-square-technologies/profound-python-sdk/commit/582c55460fd6ac3008df284efced6275aeaa4deb)) +* **api:** api update ([1ea527d](https://github.com/cooper-square-technologies/profound-python-sdk/commit/1ea527dbff047d8a9b910978bbfd85c6c30210d6)) +* **api:** api update ([de79298](https://github.com/cooper-square-technologies/profound-python-sdk/commit/de79298406cfd90fdb7aa385a67a72f97dacb6e8)) + ## 0.19.0 (2026-01-19) Full Changelog: [v0.18.1...v0.19.0](https://github.com/cooper-square-technologies/profound-python-sdk/compare/v0.18.1...v0.19.0) diff --git a/pyproject.toml b/pyproject.toml index 4e02f67..a973cf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "profound" -version = "0.19.0" +version = "0.20.0" description = "The official Python library for the profound API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/profound/_version.py b/src/profound/_version.py index 35f9753..f18b371 100644 --- a/src/profound/_version.py +++ b/src/profound/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "profound" -__version__ = "0.19.0" # x-release-please-version +__version__ = "0.20.0" # x-release-please-version