amigo_sdk 0.21.0__py3-none-any.whl → 0.23.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 amigo_sdk might be problematic. Click here for more details.
- amigo_sdk/__init__.py +1 -1
- amigo_sdk/generated/model.py +12 -12
- {amigo_sdk-0.21.0.dist-info → amigo_sdk-0.23.0.dist-info}/METADATA +1 -1
- {amigo_sdk-0.21.0.dist-info → amigo_sdk-0.23.0.dist-info}/RECORD +7 -7
- {amigo_sdk-0.21.0.dist-info → amigo_sdk-0.23.0.dist-info}/WHEEL +0 -0
- {amigo_sdk-0.21.0.dist-info → amigo_sdk-0.23.0.dist-info}/entry_points.txt +0 -0
- {amigo_sdk-0.21.0.dist-info → amigo_sdk-0.23.0.dist-info}/licenses/LICENSE +0 -0
amigo_sdk/__init__.py
CHANGED
amigo_sdk/generated/model.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# generated by datamodel-codegen:
|
|
2
2
|
# filename: <stdin>
|
|
3
|
-
# timestamp: 2025-09-
|
|
3
|
+
# timestamp: 2025-09-10T17:58:10+00:00
|
|
4
4
|
|
|
5
5
|
from __future__ import annotations
|
|
6
6
|
|
|
@@ -11559,16 +11559,16 @@ class CreateConversationParametersQuery(BaseModel):
|
|
|
11559
11559
|
description='The format of the response that will be sent to the user.',
|
|
11560
11560
|
title='Response Format',
|
|
11561
11561
|
)
|
|
11562
|
+
current_agent_action_type: Optional[str] = Field(
|
|
11563
|
+
'^.*$',
|
|
11564
|
+
description="A regex for filtering the type of the current agent action to return. By default, all are returned. If you don't want to receive any events, set this to a regex that matches nothing, for instance `^$`.",
|
|
11565
|
+
title='Current Agent Action Type',
|
|
11566
|
+
)
|
|
11562
11567
|
audio_format: Optional[CreateConversationParametersQueryAudioFormat] = Field(
|
|
11563
11568
|
None,
|
|
11564
11569
|
description='The format of the audio response, if `response_format` is set to `voice`.',
|
|
11565
11570
|
title='Audio Format',
|
|
11566
11571
|
)
|
|
11567
|
-
current_agent_action_type: Optional[str] = Field(
|
|
11568
|
-
None,
|
|
11569
|
-
description="A regex for filtering the type of the current agent action to return. By default, all are returned. If you don't want to receive any events, set this to a regex that matches nothing, for instance `^$`.",
|
|
11570
|
-
title='Current Agent Action Type',
|
|
11571
|
-
)
|
|
11572
11572
|
|
|
11573
11573
|
|
|
11574
11574
|
class GetConversationsParametersQueryServiceIdItem(
|
|
@@ -11636,7 +11636,7 @@ class GetConversationMessagesParametersQuery(BaseModel):
|
|
|
11636
11636
|
[], description='The IDs of the messages to retrieve.', title='Id'
|
|
11637
11637
|
)
|
|
11638
11638
|
message_type: Optional[List[MessageType]] = Field(
|
|
11639
|
-
['
|
|
11639
|
+
['agent-message', 'user-message', 'external-event'],
|
|
11640
11640
|
description='The type of messages to retrieve.',
|
|
11641
11641
|
title='Message Type',
|
|
11642
11642
|
)
|
|
@@ -11677,6 +11677,11 @@ class InteractWithConversationParametersQuery(BaseModel):
|
|
|
11677
11677
|
description='The format of the response that will be sent to the user.',
|
|
11678
11678
|
title='Response Format',
|
|
11679
11679
|
)
|
|
11680
|
+
current_agent_action_type: Optional[str] = Field(
|
|
11681
|
+
'^.*$',
|
|
11682
|
+
description="A regex for filtering the type of the current agent action to return. By default, all are returned. If you don't want to receive any events, set this to a regex that matches nothing, for instance `^$`.",
|
|
11683
|
+
title='Current Agent Action Type',
|
|
11684
|
+
)
|
|
11680
11685
|
request_audio_config: Optional[
|
|
11681
11686
|
Union[MP3UserMessageAudioConfig, PCMUserMessageAudioConfig]
|
|
11682
11687
|
] = Field(
|
|
@@ -11689,11 +11694,6 @@ class InteractWithConversationParametersQuery(BaseModel):
|
|
|
11689
11694
|
description='The format of the audio response, if `response_format` is set to `voice`.',
|
|
11690
11695
|
title='Audio Format',
|
|
11691
11696
|
)
|
|
11692
|
-
current_agent_action_type: Optional[str] = Field(
|
|
11693
|
-
None,
|
|
11694
|
-
description="An RE2 style regex pattern for filtering the type of the current agent action to return. By default, all are returned. If you don't want to receive any events, set this to a regex that matches nothing, for instance `^$`.",
|
|
11695
|
-
title='Current Agent Action Type',
|
|
11696
|
-
)
|
|
11697
11697
|
|
|
11698
11698
|
|
|
11699
11699
|
class GetUsersParametersQuery(BaseModel):
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
amigo_sdk/__init__.py,sha256=
|
|
1
|
+
amigo_sdk/__init__.py,sha256=L-_IQ7MidjJAGYtjI17oFwGcD_OHpiEJWNPFB4wVH8M,139
|
|
2
2
|
amigo_sdk/_retry_utils.py,sha256=kFjw9Wqye6MB5-B4rjLxsbSNcfYBIztcollIoncd1hY,2142
|
|
3
3
|
amigo_sdk/auth.py,sha256=WaM9PcEcnaC6CzNsgRKueHkdSAxNbRylzpR_3Q6guQ0,1765
|
|
4
4
|
amigo_sdk/config.py,sha256=0eZIo-hcJ8ODftKAr-mwB-FGJxGO5PT5T4dRpyWPqAg,1491
|
|
@@ -6,13 +6,13 @@ amigo_sdk/errors.py,sha256=RkRyF5eAASd8fIOS6YvL9rLDvLAYWqHfpHSCR7jqvl4,4840
|
|
|
6
6
|
amigo_sdk/http_client.py,sha256=v25UoUbXcMeHTnfJMcrl8RSSwCVkKUL1Jv-0HoXP1B4,13507
|
|
7
7
|
amigo_sdk/models.py,sha256=V-G6iL43_ZNOPDcatCJCSszGWGz-nzp_RSyGNm-rBAc,45
|
|
8
8
|
amigo_sdk/sdk_client.py,sha256=Kr9M9o66pOLu0T2VDvqdYMmPZzgKJyTELu7BSPgGrYQ,6152
|
|
9
|
-
amigo_sdk/generated/model.py,sha256=
|
|
9
|
+
amigo_sdk/generated/model.py,sha256=l_EjnZC7v-GXVl627rshL72HHhJyJSgLmbfhYVlUabw,422191
|
|
10
10
|
amigo_sdk/resources/conversation.py,sha256=5PkJOvLKqnriSS9K9hKw2VRPxRLTuABEbCyPy1fz1r0,14817
|
|
11
11
|
amigo_sdk/resources/organization.py,sha256=yX4UlOHNegRzFW4gCJrCxjiLCAGnGegasjviR1yad_Q,1211
|
|
12
12
|
amigo_sdk/resources/service.py,sha256=SiwEHXCQk4r1b_tGv47M08VuB7RALDHJQzWlpuD937g,1571
|
|
13
13
|
amigo_sdk/resources/user.py,sha256=i4t5aVzBI37KwAtLKSDWTMwf4D4KQdSDoUiblFe1u7o,3529
|
|
14
|
-
amigo_sdk-0.
|
|
15
|
-
amigo_sdk-0.
|
|
16
|
-
amigo_sdk-0.
|
|
17
|
-
amigo_sdk-0.
|
|
18
|
-
amigo_sdk-0.
|
|
14
|
+
amigo_sdk-0.23.0.dist-info/METADATA,sha256=VCfmzc6ZCWSOTPDSogEIUACqYNAxI8oa0YkFY3uXovo,8350
|
|
15
|
+
amigo_sdk-0.23.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
16
|
+
amigo_sdk-0.23.0.dist-info/entry_points.txt,sha256=ivKZ8S9W6SH796zUDHeM-qHodrwmkmUItophi-jJWK0,82
|
|
17
|
+
amigo_sdk-0.23.0.dist-info/licenses/LICENSE,sha256=tx3FiTVbGxwBUOxQbNh05AAQlC2jd5hGvNpIkSfVbCo,1062
|
|
18
|
+
amigo_sdk-0.23.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|