fountain-life-service-clients 3.35.2__py3-none-any.whl → 3.35.3__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.
@@ -202,7 +202,7 @@ class AgentsApiServiceClient(BaseClient):
202
202
  async def invoke_action_plan(self, body: InvokeActionPlanRequest):
203
203
  """Invoke the action plan agent"""
204
204
  res = await self.client.request(
205
- path="/v1/private/agents-v2/action-plan/invoke",
205
+ path="/v1/agents-v2/action-plan/invoke",
206
206
  method="POST",
207
207
  body=cast(dict, body),
208
208
  )
@@ -211,9 +211,7 @@ class AgentsApiServiceClient(BaseClient):
211
211
  async def invoke_template(self, body: InvokeTemplateRequest):
212
212
  """Invoke the template agent"""
213
213
  res = await self.client.request(
214
- path="/v1/private/agents-v2/template/invoke",
215
- method="POST",
216
- body=cast(dict, body),
214
+ path="/v1/agents-v2/template/invoke", method="POST", body=cast(dict, body)
217
215
  )
218
216
  return cast(AlphaResponse[InvokeTemplateResponse], res)
219
217
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fountain-life-service-clients
3
- Version: 3.35.2
3
+ Version: 3.35.3
4
4
  Summary:
5
5
  License: UNLICENSED
6
6
  Author: Fountain Life
@@ -2,7 +2,7 @@ fountain_life_service_clients/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
2
2
  fountain_life_service_clients/_base_client.py,sha256=19AeJmz3H0d4tRdJ-fBcIXhw78hPniyGDfclfr4LC9g,781
3
3
  fountain_life_service_clients/account_service.py,sha256=LI1w20YRz19JpC-8CEdoCpix4zKWSVl6iJ15k0Xc5Vo,3665
4
4
  fountain_life_service_clients/account_service_policy_attributes.py,sha256=yq8JyDtFVhP5QzYvnAyIZGBhRK9Ds8SrMcG6EazPjxs,1523
5
- fountain_life_service_clients/agents_api_service.py,sha256=qOaDGrBGngN7yrRF5TVWu82l6qiC--hKU2HauEMzhsY,6894
5
+ fountain_life_service_clients/agents_api_service.py,sha256=fStlmMoh5wNOG00YBFd9DyvqcjDXB3AbWYaiJ5ZfVs4,6853
6
6
  fountain_life_service_clients/ai_template_service.py,sha256=-yIi1B6C7klUu-r2OxuSamVVi8L_-YQ6M_FAaemfmmM,10667
7
7
  fountain_life_service_clients/claimed_domains_service.py,sha256=qW-7jCdDcB7qz6u5sv9_TESwYPbjWYwSGNnqfcrvyeM,1659
8
8
  fountain_life_service_clients/cohorts_service.py,sha256=B0atrAnVGFG2TWMMORyNlJK0ffKUfI084mISFXZjAtI,4633
@@ -26,6 +26,6 @@ fountain_life_service_clients/rules_service.py,sha256=VxPYboYQmw--6Kn78RKu6_9as1
26
26
  fountain_life_service_clients/scheduler_service.py,sha256=IkwRns_QHh6fx1IZWEXZ35DeRiW7OHaROM5wjWubZm4,4440
27
27
  fountain_life_service_clients/survey_service.py,sha256=hxOl3gBDxEdjrsKcMCoPl9RxumQzRT-e4zTbEAA0Iq4,13343
28
28
  fountain_life_service_clients/user_service.py,sha256=rM9xcF-VzdLp9aDOhg1UbecX2VPPMxH9PlgpNpGdC18,4253
29
- fountain_life_service_clients-3.35.2.dist-info/METADATA,sha256=dBnVsW27Fe5XGBeHL-KT7Fr0QZ07wu-kqWUNi2hf6kk,1405
30
- fountain_life_service_clients-3.35.2.dist-info/WHEEL,sha256=M5asmiAlL6HEcOq52Yi5mmk9KmTVjY2RDPtO4p9DMrc,88
31
- fountain_life_service_clients-3.35.2.dist-info/RECORD,,
29
+ fountain_life_service_clients-3.35.3.dist-info/METADATA,sha256=wxsq1KMc7niYBebI0pWXRS9BajNgHITC0kmcUUB5Dns,1405
30
+ fountain_life_service_clients-3.35.3.dist-info/WHEEL,sha256=M5asmiAlL6HEcOq52Yi5mmk9KmTVjY2RDPtO4p9DMrc,88
31
+ fountain_life_service_clients-3.35.3.dist-info/RECORD,,