profound 0.5.0__py3-none-any.whl → 0.6.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of profound might be problematic. Click here for more details.

profound/_version.py CHANGED
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "profound"
4
- __version__ = "0.5.0" # x-release-please-version
4
+ __version__ = "0.6.0" # x-release-please-version
@@ -216,7 +216,7 @@ class ReportsResource(SyncAPIResource):
216
216
  *,
217
217
  category_id: str,
218
218
  end_date: Union[str, datetime],
219
- metrics: List[Literal["share_of_voice", "mentions_count", "visibility_score"]],
219
+ metrics: List[Literal["share_of_voice", "mentions_count", "visibility_score", "executions"]],
220
220
  start_date: Union[str, datetime],
221
221
  date_interval: Literal["day", "week", "month", "year"] | Omit = omit,
222
222
  dimensions: List[Literal["date", "region", "topic", "model", "asset_name", "prompt", "tag"]] | Omit = omit,
@@ -481,7 +481,7 @@ class AsyncReportsResource(AsyncAPIResource):
481
481
  *,
482
482
  category_id: str,
483
483
  end_date: Union[str, datetime],
484
- metrics: List[Literal["share_of_voice", "mentions_count", "visibility_score"]],
484
+ metrics: List[Literal["share_of_voice", "mentions_count", "visibility_score", "executions"]],
485
485
  start_date: Union[str, datetime],
486
486
  date_interval: Literal["day", "week", "month", "year"] | Omit = omit,
487
487
  dimensions: List[Literal["date", "region", "topic", "model", "asset_name", "prompt", "tag"]] | Omit = omit,
@@ -22,7 +22,7 @@ class ReportVisibilityParams(TypedDict, total=False):
22
22
  Accepts formats: YYYY-MM-DD, YYYY-MM-DD HH:MM, or full ISO timestamp.
23
23
  """
24
24
 
25
- metrics: Required[List[Literal["share_of_voice", "mentions_count", "visibility_score"]]]
25
+ metrics: Required[List[Literal["share_of_voice", "mentions_count", "visibility_score", "executions"]]]
26
26
 
27
27
  start_date: Required[Annotated[Union[str, datetime], PropertyInfo(format="iso8601")]]
28
28
  """Start date for the report.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: profound
3
- Version: 0.5.0
3
+ Version: 0.6.0
4
4
  Summary: The official Python library for the profound API
5
5
  Project-URL: Homepage, https://github.com/cooper-square-technologies/profound-python-sdk
6
6
  Project-URL: Repository, https://github.com/cooper-square-technologies/profound-python-sdk
@@ -30,7 +30,7 @@ Requires-Dist: sniffio
30
30
  Requires-Dist: typing-extensions<5,>=4.10
31
31
  Provides-Extra: aiohttp
32
32
  Requires-Dist: aiohttp; extra == 'aiohttp'
33
- Requires-Dist: httpx-aiohttp>=0.1.8; extra == 'aiohttp'
33
+ Requires-Dist: httpx-aiohttp>=0.1.9; extra == 'aiohttp'
34
34
  Description-Content-Type: text/markdown
35
35
 
36
36
  # Profound Python API library
@@ -11,7 +11,7 @@ profound/_resource.py,sha256=YhL4zPjSsRL1L5E5naES_gV6TkUELjzC6kVxaY0PdHw,1112
11
11
  profound/_response.py,sha256=x5yzUWG_0y3G0zsq7LymfLwgqaQmwvOA5-JptD0VOyA,28800
12
12
  profound/_streaming.py,sha256=lmBTdPkE-WAfFtBQgTYup0lycgeOMOKKILPflxXzomg,10108
13
13
  profound/_types.py,sha256=lpu9B2IW_aKN4UH2Wy6tCjfci53t1MckP0ymxKwiWbY,7238
14
- profound/_version.py,sha256=J8J9RtZ8XynurmRwBhQDc2yKZHYY6qAIxoQDFPgtK3k,160
14
+ profound/_version.py,sha256=p4a8XSqCa5dMv6dUlVwRIIcgdynEltt_gQzFoOvaxbo,160
15
15
  profound/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
16
  profound/_utils/__init__.py,sha256=7fch0GT9zpNnErbciSpUNa-SjTxxjY6kxHxKMOM4AGs,2305
17
17
  profound/_utils/_compat.py,sha256=D8gtAvjJQrDWt9upS0XaG9Rr5l1QhiAx_I_1utT_tt0,1195
@@ -28,7 +28,7 @@ profound/_utils/_utils.py,sha256=0dDqauUbVZEXV0NVl7Bwu904Wwo5eyFCZpQThhFNhyA,122
28
28
  profound/lib/.keep,sha256=wuNrz-5SXo3jJaJOJgz4vFHM41YH_g20F5cRQo0vLes,224
29
29
  profound/resources/__init__.py,sha256=W12BGTFhkNpAkkWMKyAXrUuOf0IYrxInKvM8PQtEFIs,1993
30
30
  profound/resources/prompts.py,sha256=XhERp4L4FVE4xTngslgmV7AVRh6SZzGcQzHO1lP02Hg,7525
31
- profound/resources/reports.py,sha256=XPgEBHNXHUrVb67KCVfxBWBQezUsABYGPU4bEYV8SQg,24523
31
+ profound/resources/reports.py,sha256=9f0aQTNJre0xQqe0CVYqPoUKzk2zlGlZm67wc9nehdc,24551
32
32
  profound/resources/logs/__init__.py,sha256=O6f6TO4gow2FymLgYAZIzT_thUVOIf0MNWKIoHbyo0Q,937
33
33
  profound/resources/logs/logs.py,sha256=5ZJXn0glWvBhgW6vzba0b-0g_bKGssW1Lo2spM-mz3s,3528
34
34
  profound/resources/logs/raw.py,sha256=Kt8qDBKXe8qvSi0pxPMOok72_7UQ1qczle8nka1aVWg,18950
@@ -47,7 +47,7 @@ profound/types/report_info.py,sha256=UCM4Ip1JQSjcO_0UfRivj1aLBSDbiynJxbZnp9UAc2k
47
47
  profound/types/report_response.py,sha256=a9ffmdhkvoBQ8RiyV76XJ7kxIofm1t2d6QhDPQofPf0,381
48
48
  profound/types/report_result.py,sha256=JOqZQb5keNw9wfaNF4YHGRgV3RTXgwfWhs1VM8Prqsk,257
49
49
  profound/types/report_sentiment_params.py,sha256=YdGw_Aa3rRJZPQkjpvQwMWDnPNOc5acDVk2Zj4eIjrQ,2527
50
- profound/types/report_visibility_params.py,sha256=LXqAUo8itg6z7xx0-FoIEE3RI35MkEeprpdKygmENxw,2553
50
+ profound/types/report_visibility_params.py,sha256=gdaXNw3xOSMlV1B_jGcdlv1r8973plWTM96JxZkI-yo,2567
51
51
  profound/types/logs/__init__.py,sha256=s00zfNR32tlguLjmtxhC_YcH8a1GVzhJEZOC6cYzr28,375
52
52
  profound/types/logs/raw_bots_params.py,sha256=ZDD82DcyNzbA4qlZsg9ApsfXKl0b2zsqXcYSpWAxwLo,2917
53
53
  profound/types/logs/raw_bots_response.py,sha256=7Qoh5rt6UTlJaz2I3EZHIDK8J_l1slc-Codl9AwULz4,885
@@ -63,7 +63,7 @@ profound/types/shared/__init__.py,sha256=Htv0wQd-4CHTwCC1FaroMpYcWIGFM2KdvXF8ay0
63
63
  profound/types/shared/pagination.py,sha256=JU0XsGFY16yro_-uEvzI9rP0uMO583Q475htFoFeHjQ,412
64
64
  profound/types/shared_params/__init__.py,sha256=Htv0wQd-4CHTwCC1FaroMpYcWIGFM2KdvXF8ay0nYuE,136
65
65
  profound/types/shared_params/pagination.py,sha256=F8KqTI_WcSmLpLaGg8Vp4wEuNifrOBPY5MZV-GNy11E,405
66
- profound-0.5.0.dist-info/METADATA,sha256=gJTkh7lzlQMKjpTXz45gDurK6eW5pWP5MDoB_t_rXkg,14203
67
- profound-0.5.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
68
- profound-0.5.0.dist-info/licenses/LICENSE,sha256=mQrIrzZE8kr7w7NuHiw98Xz-EopSKzbT0MKGCsSRuPI,11338
69
- profound-0.5.0.dist-info/RECORD,,
66
+ profound-0.6.0.dist-info/METADATA,sha256=RDIsyXXPBMGjS0l626Bkkrv9X16SBBRNY3KsK-SSXdE,14203
67
+ profound-0.6.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
68
+ profound-0.6.0.dist-info/licenses/LICENSE,sha256=mQrIrzZE8kr7w7NuHiw98Xz-EopSKzbT0MKGCsSRuPI,11338
69
+ profound-0.6.0.dist-info/RECORD,,