amigo_sdk 0.14.0__py3-none-any.whl → 0.16.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.
amigo_sdk/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- __version__ = "0.14.0"
1
+ __version__ = "0.16.0"
2
2
  from .sdk_client import AmigoClient, AsyncAmigoClient
3
3
 
4
4
  __all__ = ["__version__", "AmigoClient", "AsyncAmigoClient"]
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: <stdin>
3
- # timestamp: 2025-08-28T19:05:22+00:00
3
+ # timestamp: 2025-09-02T19:35:21+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -9437,13 +9437,7 @@ class AmigoLibPydanticBaseModelStrippedNonemptyString1(RootModel[str]):
9437
9437
  root: str = Field(..., min_length=1)
9438
9438
 
9439
9439
 
9440
- class AmigoLibPydanticBaseModelStrippedNonemptyString2(
9441
- AmigoLibPydanticBaseModelStrippedNonemptyString1
9442
- ):
9443
- pass
9444
-
9445
-
9446
- class AmigoLibPydanticBaseModelStrippedNonemptyString4(RootModel[str]):
9440
+ class AmigoLibPydanticBaseModelStrippedNonemptyString3(RootModel[str]):
9447
9441
  root: str = Field(..., max_length=3, min_length=1)
9448
9442
 
9449
9443
 
@@ -11262,6 +11256,11 @@ class UserUpdateUserInfoRequest(BaseModel):
11262
11256
  description='A list of additional context to update. If `null`, the context is not modified.',
11263
11257
  title='Additional Context',
11264
11258
  )
11259
+ enable_azure_devops_access: Optional[bool] = Field(
11260
+ None,
11261
+ description='Whether to enable Azure DevOps access for this user to enable tool development. If `null`, it is not modified.',
11262
+ title='Enable Azure Devops Access',
11263
+ )
11265
11264
 
11266
11265
 
11267
11266
  class WebhookDestinationCreateWebhookDestinationRequest(BaseModel):
@@ -11632,7 +11631,7 @@ class GetConversationMessagesParametersQuery(BaseModel):
11632
11631
  [], description='The IDs of the messages to retrieve.', title='Id'
11633
11632
  )
11634
11633
  message_type: Optional[List[MessageType]] = Field(
11635
- ['agent-message', 'external-event', 'user-message'],
11634
+ ['user-message', 'external-event', 'agent-message'],
11636
11635
  description='The type of messages to retrieve.',
11637
11636
  title='Message Type',
11638
11637
  )
@@ -14011,7 +14010,9 @@ class OrganizationCreateOrganizationRequest(BaseModel):
14011
14010
  azure_devops_team_name: str = Field(
14012
14011
  ...,
14013
14012
  description="The name of the Azure DevOps team to create (if it doesn't exist) for this organization. All orgs with the same Azure DevOps team name will share access to the same Azure DevOps resources, namely\nthe source code for tools.",
14013
+ max_length=20,
14014
14014
  min_length=1,
14015
+ pattern='^[a-z-]+$',
14015
14016
  )
14016
14017
 
14017
14018
 
@@ -15070,7 +15071,7 @@ class MetricSearchMetricsResponse(BaseModel):
15070
15071
 
15071
15072
 
15072
15073
  class OrganizationCreateAgentVersionRequest(BaseModel):
15073
- initials: Optional[AmigoLibPydanticBaseModelStrippedNonemptyString4] = Field(
15074
+ initials: Optional[AmigoLibPydanticBaseModelStrippedNonemptyString3] = Field(
15074
15075
  None, description="The agent's initials."
15075
15076
  )
15076
15077
  identity: Optional[IdentityInput] = Field(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: amigo_sdk
3
- Version: 0.14.0
3
+ Version: 0.16.0
4
4
  Summary: Amigo AI Python SDK
5
5
  Author: Amigo AI
6
6
  License-File: LICENSE
@@ -1,4 +1,4 @@
1
- amigo_sdk/__init__.py,sha256=csq6q3ASIxfC_oaAF0gkHHt_ew8j8gKfPJklqQPYvZ8,139
1
+ amigo_sdk/__init__.py,sha256=PsxTs_kK3SKbF4F1Noz8JSCNV9iirRwogkXeUzNNVmw,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=YvggOxFwL4UBbXuPVf8FY-k407ab0tzjK3li3_1I6es,421774
9
+ amigo_sdk/generated/model.py,sha256=8E2ubK09IVQV-xG_8WTZb8r-Ro35tZCYmzGpuexevkg,421957
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.14.0.dist-info/METADATA,sha256=4QsJ3E6BxOuX9_gxOIA2K7-I_C6Ck18Xi9Svrvm7rnI,8350
15
- amigo_sdk-0.14.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
16
- amigo_sdk-0.14.0.dist-info/entry_points.txt,sha256=ivKZ8S9W6SH796zUDHeM-qHodrwmkmUItophi-jJWK0,82
17
- amigo_sdk-0.14.0.dist-info/licenses/LICENSE,sha256=tx3FiTVbGxwBUOxQbNh05AAQlC2jd5hGvNpIkSfVbCo,1062
18
- amigo_sdk-0.14.0.dist-info/RECORD,,
14
+ amigo_sdk-0.16.0.dist-info/METADATA,sha256=zLSMPzK-FrW5FaoVDUH42L6XLv5sUynAazkV4VdUtTw,8350
15
+ amigo_sdk-0.16.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
16
+ amigo_sdk-0.16.0.dist-info/entry_points.txt,sha256=ivKZ8S9W6SH796zUDHeM-qHodrwmkmUItophi-jJWK0,82
17
+ amigo_sdk-0.16.0.dist-info/licenses/LICENSE,sha256=tx3FiTVbGxwBUOxQbNh05AAQlC2jd5hGvNpIkSfVbCo,1062
18
+ amigo_sdk-0.16.0.dist-info/RECORD,,