codemie-sdk-python 0.1.82__py3-none-any.whl → 0.1.83__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 codemie-sdk-python might be problematic. Click here for more details.

@@ -78,16 +78,16 @@ class Integration(BaseModel):
78
78
  return dt.isoformat()
79
79
 
80
80
 
81
- class TestIntegrationRequest(BaseModel):
82
- """Model for test integration request."""
81
+ class IntegrationTestRequest(BaseModel):
82
+ """Model for integration test request."""
83
83
 
84
84
  credential_type: str
85
85
  credential_values: Optional[List[CredentialValues]] = None
86
86
  setting_id: Optional[str] = None
87
87
 
88
88
 
89
- class TestIntegrationResponse(BaseModel):
90
- """Model for test integration response."""
89
+ class IntegrationTestResponse(BaseModel):
90
+ """Model for integration test response."""
91
91
 
92
92
  def __getitem__(self, key):
93
93
  return getattr(self, key)
@@ -8,7 +8,7 @@ from ..models.common import PaginationParams
8
8
  from ..models.integration import (
9
9
  Integration,
10
10
  IntegrationType,
11
- TestIntegrationRequest,
11
+ IntegrationTestRequest,
12
12
  )
13
13
  from ..utils import ApiRequestHandler
14
14
 
@@ -155,11 +155,11 @@ class IntegrationService:
155
155
  f"{self._get_base_path(setting_type)}/{setting_id}", dict
156
156
  )
157
157
 
158
- def test(self, integration: TestIntegrationRequest, response_type: Any) -> Any:
158
+ def test(self, integration: IntegrationTestRequest, response_type: Any) -> Any:
159
159
  """Test an integration.
160
160
 
161
161
  Args:
162
- integration: TestIntegrationRequest - integration to test
162
+ integration: IntegrationTestRequest - integration to test
163
163
  response_type: Type of response expected
164
164
 
165
165
  Returns:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: codemie-sdk-python
3
- Version: 0.1.82
3
+ Version: 0.1.83
4
4
  Summary: CodeMie SDK for Python
5
5
  Author: Vadym Vlasenko
6
6
  Author-email: vadym_vlasenko@epam.com
@@ -8,7 +8,7 @@ codemie_sdk/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
8
8
  codemie_sdk/models/assistant.py,sha256=qIRJgM0cR_xjFbDLQ8yPypRXD-tJUqt2Ny47WffrXOo,8852
9
9
  codemie_sdk/models/common.py,sha256=gmZ-ps8TbaieNKr0kUKoQEjhVrHD2CAYomOpZQRatH8,1195
10
10
  codemie_sdk/models/datasource.py,sha256=u6X1xXZ3ZR9CWH0B0bSw3IjC7KyEwtRKHIc6ZuhJwsg,10813
11
- codemie_sdk/models/integration.py,sha256=rbeoM7BfZ3JnB9PHfDJYk73j4nReLtGt5biNJ3vsFH8,2268
11
+ codemie_sdk/models/integration.py,sha256=uXUf4-_l5Qmn63R2bOoyEv6Lc-x0LSY4Hz8NR5eU1g4,2268
12
12
  codemie_sdk/models/llm.py,sha256=ppb9-1dx1UFhRuJpSR3ij7H6Pfhe9nO4C4BEOIbToy4,1192
13
13
  codemie_sdk/models/task.py,sha256=J4ZFRY3s8qBGrqB5NLQF0rMbInLh4s7OEZ0ZfmnW0Ho,1476
14
14
  codemie_sdk/models/user.py,sha256=Q0rjimZh-IbeaPfq6b6fk6ZaCtwLqWHEIlU863suCS4,1777
@@ -16,7 +16,7 @@ codemie_sdk/models/workflow.py,sha256=h3ZM-2bBucRd9CzZUYDTU0rGR1ihEN7cxkHgQmJfJV
16
16
  codemie_sdk/models/workflow_state.py,sha256=CMYFQZ7sy4QxmnWmc83TFfqP7TG_3rW5MdH5fxsS9kY,1251
17
17
  codemie_sdk/services/assistant.py,sha256=4El_J_fPsj5OR4bN7EnmsNY9n02TLxt4uSw8s4b7J_s,7660
18
18
  codemie_sdk/services/datasource.py,sha256=gIP9D-sq4733x9f0mWL87bMI1pWYxIsv5eYXkAs0O6Q,7150
19
- codemie_sdk/services/integration.py,sha256=CrUfO-4_JwtCt8Qig3RP2uTi1uaTkedyTaPdkFY509g,5410
19
+ codemie_sdk/services/integration.py,sha256=SdwFwR3hCPyJYilzzlkpKPLNbO89nfqmIXXoT7bDEBI,5410
20
20
  codemie_sdk/services/llm.py,sha256=0-e4_7RvLHs2giCyoQ5U4KDTh6p5VXgPKNxnDP9ZDFU,1100
21
21
  codemie_sdk/services/task.py,sha256=3e9t8_LMkR4xfeMBwMCo7ZF87PxPS-ZbzDg85ilda2M,1031
22
22
  codemie_sdk/services/user.py,sha256=7B-Qw451qKPD5Io6qLda-kbFDaPRQ3TamJamiGwCQu4,1013
@@ -25,6 +25,6 @@ codemie_sdk/services/workflow_execution.py,sha256=aGoT3rdTmh5-doAsrmBBjLEuOfvL5a
25
25
  codemie_sdk/services/workflow_execution_state.py,sha256=tXoaa8yT09xgYEUNiHhVULe76TwGwVgZupMIUyyLxdo,2070
26
26
  codemie_sdk/utils/__init__.py,sha256=BXAJJfAzO89-kMYvWWo9wSNhSbGgF3vB1In9sePFhMM,109
27
27
  codemie_sdk/utils/http.py,sha256=YzE53y1r7PBUKcEQt-gGYduRY06I8xzqVRzlj9f_voA,10084
28
- codemie_sdk_python-0.1.82.dist-info/METADATA,sha256=haRhZyGilkejapdT7eL4YRu6pYzxwk3LFbUmfvqnYcQ,23146
29
- codemie_sdk_python-0.1.82.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
30
- codemie_sdk_python-0.1.82.dist-info/RECORD,,
28
+ codemie_sdk_python-0.1.83.dist-info/METADATA,sha256=-tXsyStPNMABrYuSCrVI4-omAtiufs4h5bXMaN60xE4,23146
29
+ codemie_sdk_python-0.1.83.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
30
+ codemie_sdk_python-0.1.83.dist-info/RECORD,,