@shipfox/api-integration-jira-dto 8.0.0 → 9.0.2
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +24 -0
- package/dist/agent-tools/index.d.ts +10 -1
- package/dist/agent-tools/index.d.ts.map +1 -1
- package/dist/agent-tools/index.js.map +1 -1
- package/dist/tsconfig.test.tsbuildinfo +1 -1
- package/package.json +13 -6
- package/src/agent-tools/index.ts +10 -1
- package/tsconfig.build.tsbuildinfo +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
$ shipfox-swc
|
|
2
|
-
Successfully compiled: 3 files with swc (
|
|
2
|
+
Successfully compiled: 3 files with swc (433.79ms)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @shipfox/api-integration-jira-dto
|
|
2
2
|
|
|
3
|
+
## 9.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4b85404: Adds versioned architecture identity to participating package artifacts during publication.
|
|
8
|
+
- Updated dependencies [4b85404]
|
|
9
|
+
- @shipfox/api-integration-core-dto@9.0.2
|
|
10
|
+
|
|
11
|
+
## 9.0.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 475ce59: Republishes all public packages after restoring release authorization.
|
|
16
|
+
- Updated dependencies [475ce59]
|
|
17
|
+
- @shipfox/api-integration-core-dto@9.0.1
|
|
18
|
+
|
|
19
|
+
## 9.0.0
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [02974d6]
|
|
24
|
+
- Updated dependencies [4a6d124]
|
|
25
|
+
- @shipfox/api-integration-core-dto@9.0.0
|
|
26
|
+
|
|
3
27
|
## 8.0.0
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
|
@@ -1,5 +1,13 @@
|
|
|
1
|
-
import type { AgentToolCatalogEntry } from '@shipfox/api-integration-core-dto';
|
|
2
1
|
import { z } from 'zod';
|
|
2
|
+
interface AgentToolCatalogEntry<RequiredScope = unknown> {
|
|
3
|
+
id: string;
|
|
4
|
+
description: string;
|
|
5
|
+
sensitivity: 'read' | 'write';
|
|
6
|
+
sensitive: boolean;
|
|
7
|
+
requiredScope: RequiredScope;
|
|
8
|
+
inputSchema: Record<string, unknown>;
|
|
9
|
+
outputSchema?: Record<string, unknown> | undefined;
|
|
10
|
+
}
|
|
3
11
|
export declare const jiraAgentToolIds: readonly ["get_issue", "search_issues", "get_issue_comments", "get_issue_transitions", "get_project", "get_user", "create_issue", "update_issue", "add_comment", "transition_issue", "assign_issue"];
|
|
4
12
|
export declare const jiraAgentToolIdSchema: z.ZodEnum<{
|
|
5
13
|
get_issue: "get_issue";
|
|
@@ -24,4 +32,5 @@ export type JiraAgentToolRequiredScope = z.infer<typeof jiraAgentToolRequiredSco
|
|
|
24
32
|
export interface JiraAgentToolCatalogEntry extends AgentToolCatalogEntry<JiraAgentToolRequiredScope> {
|
|
25
33
|
id: JiraAgentToolId;
|
|
26
34
|
}
|
|
35
|
+
export {};
|
|
27
36
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/agent-tools/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/agent-tools/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAC;AAEtB,UAAU,qBAAqB,CAAC,aAAa,GAAG,OAAO;IACrD,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC;IAC9B,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,aAAa,CAAC;IAC7B,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrC,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,CAAC;CACpD;AAED,eAAO,MAAM,gBAAgB,sMAYnB,CAAC;AAEX,eAAO,MAAM,qBAAqB;;;;;;;;;;;;EAA2B,CAAC;AAC9D,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAEpE,eAAO,MAAM,2BAA2B,4BAA6B,CAAC;AACtE,eAAO,MAAM,gCAAgC;;;EAAsC,CAAC;AACpF,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAC;AAE1F,MAAM,WAAW,yBACf,SAAQ,qBAAqB,CAAC,0BAA0B,CAAC;IACzD,EAAE,EAAE,eAAe,CAAC;CACrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/agent-tools/index.ts"],"sourcesContent":["import
|
|
1
|
+
{"version":3,"sources":["../../src/agent-tools/index.ts"],"sourcesContent":["import {z} from 'zod';\n\ninterface AgentToolCatalogEntry<RequiredScope = unknown> {\n id: string;\n description: string;\n sensitivity: 'read' | 'write';\n sensitive: boolean;\n requiredScope: RequiredScope;\n inputSchema: Record<string, unknown>;\n outputSchema?: Record<string, unknown> | undefined;\n}\n\nexport const jiraAgentToolIds = [\n 'get_issue',\n 'search_issues',\n 'get_issue_comments',\n 'get_issue_transitions',\n 'get_project',\n 'get_user',\n 'create_issue',\n 'update_issue',\n 'add_comment',\n 'transition_issue',\n 'assign_issue',\n] as const;\n\nexport const jiraAgentToolIdSchema = z.enum(jiraAgentToolIds);\nexport type JiraAgentToolId = z.infer<typeof jiraAgentToolIdSchema>;\n\nexport const jiraAgentToolRequiredScopes = ['read', 'write'] as const;\nexport const jiraAgentToolRequiredScopeSchema = z.enum(jiraAgentToolRequiredScopes);\nexport type JiraAgentToolRequiredScope = z.infer<typeof jiraAgentToolRequiredScopeSchema>;\n\nexport interface JiraAgentToolCatalogEntry\n extends AgentToolCatalogEntry<JiraAgentToolRequiredScope> {\n id: JiraAgentToolId;\n}\n"],"names":["z","jiraAgentToolIds","jiraAgentToolIdSchema","enum","jiraAgentToolRequiredScopes","jiraAgentToolRequiredScopeSchema"],"mappings":"AAAA,SAAQA,CAAC,QAAO,MAAM;AAYtB,OAAO,MAAMC,mBAAmB;IAC9B;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;CACD,CAAU;AAEX,OAAO,MAAMC,wBAAwBF,EAAEG,IAAI,CAACF,kBAAkB;AAG9D,OAAO,MAAMG,8BAA8B;IAAC;IAAQ;CAAQ,CAAU;AACtE,OAAO,MAAMC,mCAAmCL,EAAEG,IAAI,CAACC,6BAA6B"}
|