@mcp-consultant-tools/azure-devops 27.0.0 → 28.0.0-beta.10

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.
Files changed (153) hide show
  1. package/build/azure-devops-client.d.ts +42 -0
  2. package/build/azure-devops-client.d.ts.map +1 -0
  3. package/build/azure-devops-client.js +144 -0
  4. package/build/azure-devops-client.js.map +1 -0
  5. package/build/cli/commands/build-commands.d.ts +7 -0
  6. package/build/cli/commands/build-commands.d.ts.map +1 -0
  7. package/build/cli/commands/build-commands.js +59 -0
  8. package/build/cli/commands/build-commands.js.map +1 -0
  9. package/build/cli/commands/configuration-commands.d.ts +7 -0
  10. package/build/cli/commands/configuration-commands.d.ts.map +1 -0
  11. package/build/cli/commands/configuration-commands.js +24 -0
  12. package/build/cli/commands/configuration-commands.js.map +1 -0
  13. package/build/cli/commands/index.d.ts +14 -0
  14. package/build/cli/commands/index.d.ts.map +1 -0
  15. package/build/cli/commands/index.js +27 -0
  16. package/build/cli/commands/index.js.map +1 -0
  17. package/build/cli/commands/pull-request-commands.d.ts +7 -0
  18. package/build/cli/commands/pull-request-commands.d.ts.map +1 -0
  19. package/build/cli/commands/pull-request-commands.js +234 -0
  20. package/build/cli/commands/pull-request-commands.js.map +1 -0
  21. package/build/cli/commands/sync-commands.d.ts +7 -0
  22. package/build/cli/commands/sync-commands.d.ts.map +1 -0
  23. package/build/cli/commands/sync-commands.js +148 -0
  24. package/build/cli/commands/sync-commands.js.map +1 -0
  25. package/build/cli/commands/variable-group-commands.d.ts +7 -0
  26. package/build/cli/commands/variable-group-commands.d.ts.map +1 -0
  27. package/build/cli/commands/variable-group-commands.js +36 -0
  28. package/build/cli/commands/variable-group-commands.js.map +1 -0
  29. package/build/cli/commands/wiki-commands.d.ts +7 -0
  30. package/build/cli/commands/wiki-commands.d.ts.map +1 -0
  31. package/build/cli/commands/wiki-commands.js +152 -0
  32. package/build/cli/commands/wiki-commands.js.map +1 -0
  33. package/build/cli/commands/work-item-commands.d.ts +7 -0
  34. package/build/cli/commands/work-item-commands.d.ts.map +1 -0
  35. package/build/cli/commands/work-item-commands.js +169 -0
  36. package/build/cli/commands/work-item-commands.js.map +1 -0
  37. package/build/cli/output.d.ts +11 -0
  38. package/build/cli/output.d.ts.map +1 -0
  39. package/build/cli/output.js +10 -0
  40. package/build/cli/output.js.map +1 -0
  41. package/build/cli.d.ts +9 -0
  42. package/build/cli.d.ts.map +1 -0
  43. package/build/cli.js +27 -0
  44. package/build/cli.js.map +1 -0
  45. package/build/context-factory.d.ts +10 -0
  46. package/build/context-factory.d.ts.map +1 -0
  47. package/build/context-factory.js +61 -0
  48. package/build/context-factory.js.map +1 -0
  49. package/build/index.d.ts +9 -11
  50. package/build/index.d.ts.map +1 -1
  51. package/build/index.js +14 -1906
  52. package/build/index.js.map +1 -1
  53. package/build/models/api-types.d.ts +159 -0
  54. package/build/models/api-types.d.ts.map +1 -0
  55. package/build/models/api-types.js +5 -0
  56. package/build/models/api-types.js.map +1 -0
  57. package/build/models/index.d.ts +5 -0
  58. package/build/models/index.d.ts.map +1 -0
  59. package/build/models/index.js +5 -0
  60. package/build/models/index.js.map +1 -0
  61. package/build/prompts/index.d.ts +3 -0
  62. package/build/prompts/index.d.ts.map +1 -0
  63. package/build/prompts/index.js +83 -0
  64. package/build/prompts/index.js.map +1 -0
  65. package/build/prompts/templates.d.ts +8 -0
  66. package/build/prompts/templates.d.ts.map +1 -0
  67. package/build/prompts/templates.js +126 -0
  68. package/build/prompts/templates.js.map +1 -0
  69. package/build/services/build-service.d.ts +16 -0
  70. package/build/services/build-service.d.ts.map +1 -0
  71. package/build/services/build-service.js +195 -0
  72. package/build/services/build-service.js.map +1 -0
  73. package/build/services/configuration-service.d.ts +7 -0
  74. package/build/services/configuration-service.d.ts.map +1 -0
  75. package/build/services/configuration-service.js +24 -0
  76. package/build/services/configuration-service.js.map +1 -0
  77. package/build/services/index.d.ts +11 -0
  78. package/build/services/index.d.ts.map +1 -0
  79. package/build/services/index.js +11 -0
  80. package/build/services/index.js.map +1 -0
  81. package/build/services/pull-request-service.d.ts +29 -0
  82. package/build/services/pull-request-service.d.ts.map +1 -0
  83. package/build/services/pull-request-service.js +390 -0
  84. package/build/services/pull-request-service.js.map +1 -0
  85. package/build/services/sync-service.d.ts +19 -0
  86. package/build/services/sync-service.d.ts.map +1 -0
  87. package/build/services/sync-service.js +463 -0
  88. package/build/services/sync-service.js.map +1 -0
  89. package/build/services/variable-group-service.d.ts +11 -0
  90. package/build/services/variable-group-service.d.ts.map +1 -0
  91. package/build/services/variable-group-service.js +62 -0
  92. package/build/services/variable-group-service.js.map +1 -0
  93. package/build/services/wiki-service.d.ts +41 -0
  94. package/build/services/wiki-service.d.ts.map +1 -0
  95. package/build/services/wiki-service.js +346 -0
  96. package/build/services/wiki-service.js.map +1 -0
  97. package/build/services/work-item-service.d.ts +22 -0
  98. package/build/services/work-item-service.d.ts.map +1 -0
  99. package/build/services/work-item-service.js +285 -0
  100. package/build/services/work-item-service.js.map +1 -0
  101. package/build/sync/file-utils.d.ts +7 -5
  102. package/build/sync/file-utils.d.ts.map +1 -1
  103. package/build/sync/file-utils.js +17 -8
  104. package/build/sync/file-utils.js.map +1 -1
  105. package/build/sync/markdown-serializer.d.ts +19 -4
  106. package/build/sync/markdown-serializer.d.ts.map +1 -1
  107. package/build/sync/markdown-serializer.js +48 -31
  108. package/build/sync/markdown-serializer.js.map +1 -1
  109. package/build/tool-examples.d.ts +9 -8
  110. package/build/tool-examples.d.ts.map +1 -1
  111. package/build/tool-examples.js +29 -12
  112. package/build/tool-examples.js.map +1 -1
  113. package/build/tools/build-tools.d.ts +3 -0
  114. package/build/tools/build-tools.d.ts.map +1 -0
  115. package/build/tools/build-tools.js +56 -0
  116. package/build/tools/build-tools.js.map +1 -0
  117. package/build/tools/configuration-tools.d.ts +6 -0
  118. package/build/tools/configuration-tools.d.ts.map +1 -0
  119. package/build/tools/configuration-tools.js +30 -0
  120. package/build/tools/configuration-tools.js.map +1 -0
  121. package/build/tools/index.d.ts +13 -0
  122. package/build/tools/index.d.ts.map +1 -0
  123. package/build/tools/index.js +30 -0
  124. package/build/tools/index.js.map +1 -0
  125. package/build/tools/pull-request-tools.d.ts +5 -0
  126. package/build/tools/pull-request-tools.d.ts.map +1 -0
  127. package/build/tools/pull-request-tools.js +227 -0
  128. package/build/tools/pull-request-tools.js.map +1 -0
  129. package/build/tools/sync-tools.d.ts +3 -0
  130. package/build/tools/sync-tools.d.ts.map +1 -0
  131. package/build/tools/sync-tools.js +146 -0
  132. package/build/tools/sync-tools.js.map +1 -0
  133. package/build/tools/variable-group-tools.d.ts +3 -0
  134. package/build/tools/variable-group-tools.d.ts.map +1 -0
  135. package/build/tools/variable-group-tools.js +32 -0
  136. package/build/tools/variable-group-tools.js.map +1 -0
  137. package/build/tools/wiki-tools.d.ts +3 -0
  138. package/build/tools/wiki-tools.d.ts.map +1 -0
  139. package/build/tools/wiki-tools.js +151 -0
  140. package/build/tools/wiki-tools.js.map +1 -0
  141. package/build/tools/work-item-tools.d.ts +3 -0
  142. package/build/tools/work-item-tools.d.ts.map +1 -0
  143. package/build/tools/work-item-tools.js +188 -0
  144. package/build/tools/work-item-tools.js.map +1 -0
  145. package/build/types.d.ts +23 -0
  146. package/build/types.d.ts.map +1 -0
  147. package/build/types.js +2 -0
  148. package/build/types.js.map +1 -0
  149. package/package.json +5 -3
  150. package/build/AzureDevOpsService.d.ts +0 -489
  151. package/build/AzureDevOpsService.d.ts.map +0 -1
  152. package/build/AzureDevOpsService.js +0 -1558
  153. package/build/AzureDevOpsService.js.map +0 -1
@@ -1,489 +0,0 @@
1
- export interface AzureDevOpsConfig {
2
- organization: string;
3
- pat: string;
4
- projects: string[];
5
- apiVersion?: string;
6
- enableWorkItemWrite?: boolean;
7
- enableWorkItemDelete?: boolean;
8
- enableWikiWrite?: boolean;
9
- enableWikiDelete?: boolean;
10
- /**
11
- * Comment format for work item comments.
12
- * - 'markdown' (default): Send comments as Markdown (for orgs with Markdown preview enabled)
13
- * - 'html': Convert Markdown to HTML before sending (for legacy orgs without Markdown preview)
14
- */
15
- commentFormat?: 'markdown' | 'html';
16
- enablePullRequestWrite?: boolean;
17
- }
18
- export interface AdoApiCollectionResponse<T> {
19
- value: T[];
20
- count?: number;
21
- [key: string]: any;
22
- }
23
- export interface Repository {
24
- id: string;
25
- name: string;
26
- url: string;
27
- project: {
28
- id: string;
29
- name: string;
30
- };
31
- defaultBranch?: string;
32
- size?: number;
33
- remoteUrl?: string;
34
- sshUrl?: string;
35
- webUrl?: string;
36
- }
37
- export interface PullRequest {
38
- pullRequestId: number;
39
- title: string;
40
- description?: string;
41
- status: 'active' | 'completed' | 'abandoned' | 'all';
42
- createdBy: {
43
- displayName: string;
44
- id: string;
45
- uniqueName: string;
46
- };
47
- creationDate: string;
48
- closedDate?: string;
49
- sourceRefName: string;
50
- targetRefName: string;
51
- mergeStatus?: string;
52
- isDraft?: boolean;
53
- reviewers?: PullRequestReviewer[];
54
- labels?: {
55
- id: string;
56
- name: string;
57
- }[];
58
- autoCompleteSetBy?: {
59
- displayName: string;
60
- id: string;
61
- };
62
- completionOptions?: any;
63
- repository: {
64
- id: string;
65
- name: string;
66
- };
67
- supportsIterations?: boolean;
68
- _links?: Record<string, {
69
- href: string;
70
- }>;
71
- }
72
- export interface PullRequestReviewer {
73
- id: string;
74
- displayName: string;
75
- uniqueName: string;
76
- vote: number;
77
- isRequired?: boolean;
78
- hasDeclined?: boolean;
79
- isFlagged?: boolean;
80
- }
81
- export interface PullRequestThread {
82
- id: number;
83
- publishedDate: string;
84
- lastUpdatedDate: string;
85
- status: 'unknown' | 'active' | 'fixed' | 'wontFix' | 'closed' | 'byDesign' | 'pending';
86
- threadContext?: {
87
- filePath?: string;
88
- leftFileStart?: {
89
- line: number;
90
- offset: number;
91
- };
92
- leftFileEnd?: {
93
- line: number;
94
- offset: number;
95
- };
96
- rightFileStart?: {
97
- line: number;
98
- offset: number;
99
- };
100
- rightFileEnd?: {
101
- line: number;
102
- offset: number;
103
- };
104
- };
105
- comments: PullRequestComment[];
106
- properties?: Record<string, any>;
107
- isDeleted?: boolean;
108
- }
109
- export interface PullRequestComment {
110
- id: number;
111
- parentCommentId?: number;
112
- author: {
113
- displayName: string;
114
- id: string;
115
- };
116
- content: string;
117
- publishedDate: string;
118
- lastUpdatedDate?: string;
119
- lastContentUpdatedDate?: string;
120
- commentType: 'unknown' | 'text' | 'codeChange' | 'system';
121
- usersLiked?: any[];
122
- }
123
- export interface PullRequestIteration {
124
- id: number;
125
- description?: string;
126
- author: {
127
- displayName: string;
128
- id: string;
129
- };
130
- createdDate: string;
131
- updatedDate?: string;
132
- sourceRefCommit: {
133
- commitId: string;
134
- };
135
- targetRefCommit: {
136
- commitId: string;
137
- };
138
- commonRefCommit?: {
139
- commitId: string;
140
- };
141
- hasMoreCommits?: boolean;
142
- reason?: string;
143
- }
144
- export interface PullRequestChange {
145
- changeId: number;
146
- changeType: string;
147
- item: {
148
- objectId: string;
149
- originalObjectId?: string;
150
- gitObjectType: string;
151
- commitId?: string;
152
- path: string;
153
- url?: string;
154
- };
155
- }
156
- export declare class AzureDevOpsService {
157
- private config;
158
- private baseUrl;
159
- private searchUrl;
160
- private authHeader;
161
- private apiVersion;
162
- constructor(config: AzureDevOpsConfig);
163
- /**
164
- * Validate that a project is in the allowed list
165
- */
166
- private validateProject;
167
- /**
168
- * Make an authenticated request to the Azure DevOps API
169
- */
170
- private makeRequest;
171
- /**
172
- * Convert a git path (returned by search) to a wiki path (used by get-page API)
173
- * Git paths use dashes and .md extensions: /Release-Notes/Page-Name.md
174
- * Wiki paths use spaces and no extensions: /Release Notes/Page Name
175
- * @param gitPath The git path from search results
176
- * @returns The wiki path for use with get-page API
177
- */
178
- private convertGitPathToWikiPath;
179
- /**
180
- * Count occurrences of a string in content
181
- * @param content The content to search in
182
- * @param searchStr The string to search for
183
- * @returns Number of occurrences
184
- */
185
- private countOccurrences;
186
- /**
187
- * Get locations where a string appears in content
188
- * @param content The content to search in
189
- * @param searchStr The string to search for
190
- * @returns Formatted string showing line numbers and context
191
- */
192
- private getMatchLocations;
193
- /**
194
- * Generate a unified diff showing changes
195
- * @param oldContent Original content
196
- * @param newContent Updated content
197
- * @param oldStr The string that was replaced
198
- * @param newStr The replacement string
199
- * @returns Formatted diff output
200
- */
201
- private generateUnifiedDiff;
202
- /**
203
- * Escape special regex characters
204
- * @param str String to escape
205
- * @returns Escaped string safe for use in regex
206
- */
207
- private escapeRegExp;
208
- /**
209
- * Truncate a string for display
210
- * @param str String to truncate
211
- * @param maxLen Maximum length
212
- * @returns Truncated string with ellipsis if needed
213
- */
214
- private truncate;
215
- /**
216
- * Get all wikis in a project
217
- * @param project The project name
218
- * @returns List of wikis in the project
219
- */
220
- getWikis(project: string): Promise<any>;
221
- /**
222
- * Search wiki pages across projects
223
- * @param searchText The text to search for
224
- * @param project Optional project filter
225
- * @param maxResults Maximum number of results (default: 25)
226
- * @returns Search results with highlighted content
227
- */
228
- searchWikiPages(searchText: string, project?: string, maxResults?: number): Promise<any>;
229
- /**
230
- * Get a specific wiki page with content
231
- * @param project The project name
232
- * @param wikiId The wiki identifier (ID or name)
233
- * @param pagePath The path to the page (e.g., "/Setup/Authentication")
234
- * Accepts both wiki paths (with spaces) and git paths (with dashes and .md)
235
- * @param includeContent Include page content (default: true)
236
- * @returns Wiki page with content and metadata
237
- */
238
- getWikiPage(project: string, wikiId: string, pagePath: string, includeContent?: boolean): Promise<any>;
239
- /**
240
- * Create a new wiki page
241
- * @param project The project name
242
- * @param wikiId The wiki identifier
243
- * @param pagePath The path for the new page (will be normalized to wiki format)
244
- * @param content The markdown content
245
- * @returns Created page information
246
- */
247
- createWikiPage(project: string, wikiId: string, pagePath: string, content: string): Promise<any>;
248
- /**
249
- * Update an existing wiki page
250
- * @param project The project name
251
- * @param wikiId The wiki identifier
252
- * @param pagePath The path to the page (will be normalized to wiki format)
253
- * @param content The updated markdown content
254
- * @param version The ETag/version for optimistic concurrency. If not provided, will be auto-fetched from current page.
255
- * @returns Updated page information
256
- */
257
- updateWikiPage(project: string, wikiId: string, pagePath: string, content: string, version?: string): Promise<any>;
258
- /**
259
- * Replace a specific string in a wiki page without rewriting entire content
260
- * @param project The project name
261
- * @param wikiId The wiki identifier
262
- * @param pagePath The path to the page (will be normalized to wiki format)
263
- * @param oldStr The exact string to replace
264
- * @param newStr The replacement string
265
- * @param replaceAll If true, replace all occurrences; if false, old_str must be unique
266
- * @param description Optional description of the change for audit logging
267
- * @returns Result with diff, occurrence count, version, and message
268
- */
269
- strReplaceWikiPage(project: string, wikiId: string, pagePath: string, oldStr: string, newStr: string, replaceAll?: boolean, description?: string): Promise<any>;
270
- /**
271
- * Delete a wiki page permanently
272
- * @param project The project name
273
- * @param wikiId The wiki identifier
274
- * @param pagePath The path to the page (used as-is, no conversion applied)
275
- * @returns Deletion confirmation
276
- */
277
- deleteWikiPage(project: string, wikiId: string, pagePath: string): Promise<any>;
278
- /**
279
- * Get a work item by ID with full details
280
- * @param project The project name
281
- * @param workItemId The work item ID
282
- * @returns Complete work item details
283
- */
284
- getWorkItem(project: string, workItemId: number): Promise<any>;
285
- /**
286
- * Query work items using WIQL (Work Item Query Language)
287
- * @param project The project name
288
- * @param wiql The WIQL query string
289
- * @param maxResults Maximum number of results (default: 200)
290
- * @returns Work items matching the query
291
- */
292
- queryWorkItems(project: string, wiql: string, maxResults?: number): Promise<any>;
293
- private static readonly SUMMARY_FIELDS;
294
- runSavedQuery(project: string, queryId: string, maxResults?: number, detail?: 'summary' | 'full', fields?: string[], groupBy?: string): Promise<any>;
295
- getSavedQuery(project: string, queryId: string): Promise<any>;
296
- /**
297
- * Get comments/discussion for a work item
298
- * @param project The project name
299
- * @param workItemId The work item ID
300
- * @returns List of comments
301
- */
302
- getWorkItemComments(project: string, workItemId: number): Promise<any>;
303
- /**
304
- * Add a comment to a work item
305
- * @param project The project name
306
- * @param workItemId The work item ID
307
- * @param commentText The comment text (supports markdown)
308
- * @returns Created comment information
309
- */
310
- addWorkItemComment(project: string, workItemId: number, commentText: string): Promise<any>;
311
- /**
312
- * Update a work item using JSON Patch operations
313
- * @param project The project name
314
- * @param workItemId The work item ID
315
- * @param patchOperations Array of JSON Patch operations
316
- * @returns Updated work item
317
- */
318
- updateWorkItem(project: string, workItemId: number, patchOperations: any[]): Promise<any>;
319
- /**
320
- * Set work item field(s) to markdown format.
321
- * This is IRREVERSIBLE - once set to markdown, cannot revert to HTML.
322
- *
323
- * @param project - Project name
324
- * @param workItemId - Work item ID
325
- * @param fields - Array of field names to set to markdown format (e.g., ['System.Description'])
326
- */
327
- setFieldsToMarkdownFormat(project: string, workItemId: number, fields: string[]): Promise<void>;
328
- /**
329
- * Create a new work item
330
- * @param project The project name
331
- * @param workItemType The work item type (e.g., "Bug", "Task", "User Story")
332
- * @param fields Object with field values (e.g., { "System.Title": "Bug title" })
333
- * @param parentId Optional parent work item ID (for creating child items)
334
- * @param relations Optional array of work item relationships
335
- * @returns Created work item
336
- */
337
- createWorkItem(project: string, workItemType: string, fields: any, parentId?: number, relations?: Array<{
338
- rel: string;
339
- url: string;
340
- attributes?: Record<string, any>;
341
- }>): Promise<any>;
342
- /**
343
- * Delete a work item
344
- * @param project The project name
345
- * @param workItemId The work item ID
346
- * @returns Deletion confirmation
347
- */
348
- deleteWorkItem(project: string, workItemId: number): Promise<any>;
349
- /**
350
- * Get all variable groups in a project
351
- * @param project The project name
352
- * @returns List of variable groups with their variables
353
- */
354
- getVariableGroups(project: string): Promise<any>;
355
- /**
356
- * Get a specific variable group by ID
357
- * @param project The project name
358
- * @param groupId The variable group ID
359
- * @returns Variable group details with variables
360
- */
361
- getVariableGroup(project: string, groupId: number): Promise<any>;
362
- /**
363
- * Get build status with optional timeline and logs
364
- * @param project The project name
365
- * @param buildId The build ID
366
- * @param detail Level of detail: 'summary', 'timeline', or 'full'
367
- * @param timelineScope Scope for timeline: 'stages', 'jobs', 'all', 'problems'
368
- * @param maxIssues Maximum issues per record
369
- */
370
- getBuildStatus(project: string, buildId: number, detail?: string, timelineScope?: 'stages' | 'jobs' | 'all' | 'problems', maxIssues?: number): Promise<any>;
371
- /**
372
- * Get build timeline with step-by-step breakdown
373
- * @param project The project name
374
- * @param buildId The build ID
375
- * @param scope Filter scope: 'stages', 'jobs', 'all', 'problems'
376
- * @param maxIssues Maximum issues per record
377
- */
378
- getBuildTimeline(project: string, buildId: number, scope?: 'stages' | 'jobs' | 'all' | 'problems', maxIssues?: number): Promise<any>;
379
- /**
380
- * Filter log content to reduce noise from progress indicators
381
- * @param content Raw log content string
382
- * @param mode Filter mode: 'summary' removes progress, 'errors' shows only errors, 'full' returns everything
383
- */
384
- private filterLogContent;
385
- /**
386
- * Get build logs (list or specific log content)
387
- * @param project The project name
388
- * @param buildId The build ID
389
- * @param logId Optional specific log ID to retrieve content
390
- * @param mode Filter mode: 'summary' (default) removes progress indicators, 'full' returns everything, 'errors' shows only errors/warnings
391
- */
392
- getBuildLogs(project: string, buildId: number, logId?: number, mode?: 'summary' | 'full' | 'errors'): Promise<any>;
393
- /**
394
- * List all Git repositories in a project
395
- * @param project The project name
396
- * @returns List of repositories with their IDs
397
- */
398
- listRepositories(project: string): Promise<any>;
399
- /**
400
- * List pull requests in a repository
401
- * @param project The project name
402
- * @param repositoryId Repository ID (GUID) or name
403
- * @param status Filter by status: active, completed, abandoned, all (default: active)
404
- * @param top Maximum results (default: 25)
405
- * @param creatorId Filter by creator ID
406
- * @param reviewerId Filter by reviewer ID
407
- * @returns List of pull requests
408
- */
409
- listPullRequests(project: string, repositoryId: string, status?: 'active' | 'completed' | 'abandoned' | 'all', top?: number, creatorId?: string, reviewerId?: string): Promise<any>;
410
- /**
411
- * Get details of a specific pull request
412
- * @param project The project name
413
- * @param repositoryId Repository ID (GUID) or name
414
- * @param pullRequestId The PR ID
415
- * @returns Pull request details with reviewers
416
- */
417
- getPullRequest(project: string, repositoryId: string, pullRequestId: number): Promise<any>;
418
- /**
419
- * Convert numeric vote to label
420
- */
421
- private getVoteLabel;
422
- /**
423
- * Get commits in a pull request
424
- * @param project The project name
425
- * @param repositoryId Repository ID (GUID) or name
426
- * @param pullRequestId The PR ID
427
- * @returns List of commits
428
- */
429
- getPullRequestCommits(project: string, repositoryId: string, pullRequestId: number): Promise<any>;
430
- /**
431
- * Get threads/comments on a pull request
432
- * @param project The project name
433
- * @param repositoryId Repository ID (GUID) or name
434
- * @param pullRequestId The PR ID
435
- * @returns List of discussion threads
436
- */
437
- getPullRequestThreads(project: string, repositoryId: string, pullRequestId: number): Promise<any>;
438
- /**
439
- * Get file changes in a pull request
440
- * @param project The project name
441
- * @param repositoryId Repository ID (GUID) or name
442
- * @param pullRequestId The PR ID
443
- * @param iterationId Iteration ID (default: latest)
444
- * @returns List of changed files
445
- */
446
- getPullRequestChanges(project: string, repositoryId: string, pullRequestId: number, iterationId?: number): Promise<any>;
447
- /**
448
- * Add a comment thread to a pull request
449
- * @param project The project name
450
- * @param repositoryId Repository ID (GUID) or name
451
- * @param pullRequestId The PR ID
452
- * @param content Comment content (markdown supported)
453
- * @param filePath Optional file path for inline comment
454
- * @param lineNumber Optional line number (right side) for inline comment
455
- * @param status Thread status: active, fixed, wontFix, closed, byDesign, pending (default: active)
456
- * @returns Created thread
457
- */
458
- addPullRequestThread(project: string, repositoryId: string, pullRequestId: number, content: string, filePath?: string, lineNumber?: number, status?: 'active' | 'fixed' | 'wontFix' | 'closed' | 'byDesign' | 'pending'): Promise<any>;
459
- /**
460
- * Create a new pull request
461
- */
462
- createPullRequest(project: string, repositoryId: string, sourceRefName: string, targetRefName: string, title: string, description?: string, reviewerIds?: string[], isDraft?: boolean): Promise<any>;
463
- /**
464
- * Update an existing pull request (title, description, status, draft)
465
- */
466
- updatePullRequest(project: string, repositoryId: string, pullRequestId: number, updates: {
467
- title?: string;
468
- description?: string;
469
- status?: 'abandoned' | 'active';
470
- isDraft?: boolean;
471
- }): Promise<any>;
472
- /**
473
- * Complete (merge) a pull request
474
- */
475
- completePullRequest(project: string, repositoryId: string, pullRequestId: number, mergeStrategy?: 'squash' | 'noFastForward' | 'rebase' | 'rebaseMerge', deleteSourceBranch?: boolean, transitionWorkItems?: boolean, mergeCommitMessage?: string): Promise<any>;
476
- /**
477
- * Add or remove a reviewer from a pull request
478
- */
479
- addOrRemovePrReviewer(project: string, repositoryId: string, pullRequestId: number, reviewerId: string, isRequired?: boolean, remove?: boolean): Promise<any>;
480
- /**
481
- * Submit a vote on a pull request
482
- */
483
- votePullRequest(project: string, repositoryId: string, pullRequestId: number, vote: 'approve' | 'approveWithSuggestions' | 'noResponse' | 'waitForAuthor' | 'reject', reviewerId?: string): Promise<any>;
484
- /**
485
- * Reply to a PR thread and optionally update thread status
486
- */
487
- replyToPrThread(project: string, repositoryId: string, pullRequestId: number, threadId: number, content?: string, status?: 'active' | 'fixed' | 'wontFix' | 'closed' | 'byDesign' | 'pending'): Promise<any>;
488
- }
489
- //# sourceMappingURL=AzureDevOpsService.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AzureDevOpsService.d.ts","sourceRoot":"","sources":["../src/AzureDevOpsService.ts"],"names":[],"mappings":"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"}