@rallycry/conveyor-mcp 4.3.12 → 4.3.13
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.
- package/dist/{chunk-64PP4HVL.js → chunk-VYVL3S45.js} +8 -1
- package/dist/{chunk-64PP4HVL.js.map → chunk-VYVL3S45.js.map} +1 -1
- package/dist/cli.js +13 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/tunnel-cli.js +1 -1
- package/dist/tunnel.d.ts +5 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
package/dist/tunnel-cli.js
CHANGED
package/dist/tunnel.d.ts
CHANGED
|
@@ -541,6 +541,11 @@ declare class ConveyorConnection {
|
|
|
541
541
|
taskId: string;
|
|
542
542
|
version: string;
|
|
543
543
|
}>;
|
|
544
|
+
addTasksToRelease(taskIds: string[], projectId?: string): Promise<{
|
|
545
|
+
releaseTaskId: string;
|
|
546
|
+
added: number;
|
|
547
|
+
releaseBranchUpdated: boolean;
|
|
548
|
+
}>;
|
|
544
549
|
createPullRequest(params: {
|
|
545
550
|
projectId?: string;
|
|
546
551
|
taskId: string;
|