codemie-sdk-python 0.1.7__py3-none-any.whl → 0.1.9__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.

@@ -11,7 +11,7 @@ from .common import User
11
11
  from .integration import Integration
12
12
 
13
13
 
14
- class GitToolName(str, Enum):
14
+ class GitTool(str, Enum):
15
15
  """Enum for Git tool names."""
16
16
 
17
17
  LIST_BRANCHES_IN_REPO = "list_branches_in_repo"
@@ -26,8 +26,8 @@ class GitToolName(str, Enum):
26
26
  CREATE_PR_CHANGES_COMMENT = "create_pr_changes_comment"
27
27
 
28
28
 
29
- class CodeBaseToolName(str, Enum):
30
- """Enum for Git tool names."""
29
+ class CodeBaseTool(str, Enum):
30
+ """Enum for CodeBase tool names."""
31
31
 
32
32
  SONAR = "Sonar"
33
33
  SONAR_CLOUD = "Sonar"
@@ -38,15 +38,15 @@ class CodeBaseToolName(str, Enum):
38
38
  SEARCH_CODE_REPO_BY_PATH = "search_code_repo_by_path"
39
39
 
40
40
 
41
- class VcsToolName(str, Enum):
41
+ class VcsTool(str, Enum):
42
42
  """Enum for VCS tool names."""
43
43
 
44
44
  GITLAB = "gitlab"
45
45
  GITHUB = "github"
46
46
 
47
47
 
48
- class CloudToolName(str, Enum):
49
- """Enum for VCS tool names."""
48
+ class CloudTool(str, Enum):
49
+ """Enum for Cloud tool names."""
50
50
 
51
51
  AWS = "AWS"
52
52
  GCP = "GCP"
@@ -54,11 +54,72 @@ class CloudToolName(str, Enum):
54
54
 
55
55
 
56
56
  class PluginToolName(str, Enum):
57
- """Enum for VCS tool names."""
57
+ """Enum for Plugin tool names."""
58
58
 
59
59
  PLUGIN = "Plugin"
60
60
 
61
61
 
62
+ class AzureDevOpsWikiTool(str, Enum):
63
+ """Enum for Azure DevOps Wiki tool names."""
64
+
65
+ GET_WIKI = "get_wiki"
66
+ GET_WIKI_PAGE_BY_PATH = "get_wiki_page_by_path"
67
+ GET_WIKI_PAGE_BY_ID = "get_wiki_page_by_id"
68
+ DELETE_WIKI_PAGE_BY_PATH = "delete_page_by_path"
69
+ DELETE_WIKI_PAGE_BY_ID = "delete_page_by_id"
70
+ MODIFY_WIKI_PAGE = "modify_wiki_page"
71
+ RENAME_WIKI_PAGE = "rename_wiki_page"
72
+
73
+
74
+ class AzureDevOpsTestPlanTool(str, Enum):
75
+ """Enum for Azure DevOps Test Plan tool names."""
76
+
77
+ CREATE_TEST_PLAN = "create_test_plan"
78
+ DELETE_TEST_PLAN = "delete_test_plan"
79
+ GET_TEST_PLAN = "get_test_plan"
80
+ CREATE_TEST_SUITE = "create_test_suite"
81
+ DELETE_TEST_SUITE = "delete_test_suite"
82
+ GET_TEST_SUITE = "get_test_suite"
83
+ ADD_TEST_CASE = "add_test_case"
84
+ GET_TEST_CASE = "get_test_case"
85
+ GET_TEST_CASES = "get_test_cases"
86
+
87
+
88
+ class AzureDevOpsWorkItemTool(str, Enum):
89
+ """Enum for Azure DevOps Work Item tool names."""
90
+
91
+ GET_WORK_ITEM = "get_work_item"
92
+ GET_COMMENTS = "get_comments"
93
+ GET_RELATION_TYPES = "get_relation_types"
94
+ SEARCH_WORK_ITEMS = "search_work_items"
95
+ CREATE_WORK_ITEM = "create_work_item"
96
+ UPDATE_WORK_ITEM = "update_work_item"
97
+ LINK_WORK_ITEMS = "link_work_items"
98
+
99
+
100
+ class ResearchToolName(str, Enum):
101
+ """Enum for Research tool names."""
102
+
103
+ GOOGLE_SEARCH = "google_search_tool_json"
104
+ GOOGLE_PLACES = "google_places"
105
+ GOOGLE_PLACES_FIND_NEAR = "google_places_find_near"
106
+ WIKIPEDIA = "wikipedia"
107
+ TAVILY_SEARCH = "tavily_search_results_json"
108
+ WEB_SCRAPPER = "web_scrapper"
109
+
110
+
111
+ class NotificationTool(str, Enum):
112
+ """Enum for Notification tool names."""
113
+
114
+ EMAIL = "email"
115
+
116
+
117
+ class ProjectManagementTool(str, Enum):
118
+ """Enum for Project Management tool names."""
119
+
120
+ JIRA = "jira"
121
+
122
+
62
123
  class ToolDetails(BaseModel):
63
124
  """Model for tool details."""
64
125
 
@@ -79,6 +140,12 @@ class Toolkit(str, Enum):
79
140
  CODEBASE_TOOLS = "Codebase Tools"
80
141
  CLOUD = "Cloud"
81
142
  PLUGIN = "Plugin"
143
+ RESEARCH = "Research"
144
+ AZURE_DEVOPS_TEST_PLAN = "Azure DevOps Test Plan"
145
+ AZURE_DEVOPS_WORK_ITEM = "Azure DevOps Work Item"
146
+ AZURE_DEVOPS_WIKI = "Azure DevOps Wiki"
147
+ NOTIFICATION = "Notification"
148
+ PROJECT_MANAGEMENT = "Project Management"
82
149
 
83
150
 
84
151
  class ToolKitDetails(BaseModel):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: codemie-sdk-python
3
- Version: 0.1.7
3
+ Version: 0.1.9
4
4
  Summary: CodeMie SDK for Python
5
5
  Author: Vadym Vlasenko
6
6
  Author-email: vadym_vlasenko@epam.com
@@ -4,7 +4,7 @@ codemie_sdk/auth/credentials.py,sha256=u2eLNsD8fELTgreQghVb0g0kk82zchUkux0M5lzq-
4
4
  codemie_sdk/client/__init__.py,sha256=yf6C39MmrJ6gK9ZHMhBeynKwUUYVSUTQbKxU8-4qpKg,101
5
5
  codemie_sdk/client/client.py,sha256=dVcWqd-ruWd8GOZ3_33C3LnHgUyyxIoCKxKYPYbBPq8,4373
6
6
  codemie_sdk/exceptions.py,sha256=XoVPyognx-JmyVxLHkZPAcX1CMi1OoT1diBFJLU54so,1183
7
- codemie_sdk/models/assistant.py,sha256=_JZNgelOwKde1iiP-6s5e4yH91zVos7VrnFaAtwmh_o,6996
7
+ codemie_sdk/models/assistant.py,sha256=yYJMEj7InpM3Wt321qhQ-m8PLBwayIhp6rZqS3HHmyA,9028
8
8
  codemie_sdk/models/common.py,sha256=V4sJCzwFTF8BPlrd2OKI44Em5HmPmn2Nm8fQNsnBZ_Q,1128
9
9
  codemie_sdk/models/datasource.py,sha256=Iun6O76o4m-_jbyyumMndpyr4OiN0lwqKb8u5AOTHdM,10037
10
10
  codemie_sdk/models/integration.py,sha256=F1YBdCK1w5W_jKK8prEsg7A00NghkEBvJgkkr8KpC6w,1764
@@ -24,6 +24,6 @@ codemie_sdk/services/workflow_execution.py,sha256=aGoT3rdTmh5-doAsrmBBjLEuOfvL5a
24
24
  codemie_sdk/services/workflow_execution_state.py,sha256=tXoaa8yT09xgYEUNiHhVULe76TwGwVgZupMIUyyLxdo,2070
25
25
  codemie_sdk/utils/__init__.py,sha256=BXAJJfAzO89-kMYvWWo9wSNhSbGgF3vB1In9sePFhMM,109
26
26
  codemie_sdk/utils/http.py,sha256=JfyX4gP-grQUI795QL0DJ72aBkiqNd1fs31fUqtSnYE,7757
27
- codemie_sdk_python-0.1.7.dist-info/METADATA,sha256=2EM8DWA6x6EFBg5RI3oPzgMzjqti8a3pDUEkW6VOgp8,21439
28
- codemie_sdk_python-0.1.7.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
29
- codemie_sdk_python-0.1.7.dist-info/RECORD,,
27
+ codemie_sdk_python-0.1.9.dist-info/METADATA,sha256=IwehNMQwsXjKgb1jOzr-fGvxVAu4_IFsucRvzHABSJ8,21439
28
+ codemie_sdk_python-0.1.9.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
29
+ codemie_sdk_python-0.1.9.dist-info/RECORD,,