@shipfox/api-integration-jira-dto 4.0.0
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 +2 -0
- package/.turbo/turbo-type$colon$emit.log +1 -0
- package/.turbo/turbo-type.log +1 -0
- package/CHANGELOG.md +7 -0
- package/LICENSE +21 -0
- package/dist/agent-tools/index.d.ts +27 -0
- package/dist/agent-tools/index.d.ts.map +1 -0
- package/dist/agent-tools/index.js +22 -0
- package/dist/agent-tools/index.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -0
- package/dist/schemas/index.d.ts +474 -0
- package/dist/schemas/index.d.ts.map +1 -0
- package/dist/schemas/index.js +120 -0
- package/dist/schemas/index.js.map +1 -0
- package/dist/tsconfig.test.tsbuildinfo +1 -0
- package/package.json +56 -0
- package/src/agent-tools/index.ts +28 -0
- package/src/index.ts +2 -0
- package/src/schemas/index.test.ts +162 -0
- package/src/schemas/index.ts +182 -0
- package/tsconfig.build.json +9 -0
- package/tsconfig.build.tsbuildinfo +1 -0
- package/tsconfig.json +3 -0
- package/tsconfig.test.json +9 -0
- package/vitest.config.ts +3 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ shipfox-tsc-emit
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ shipfox-tsc-check
|
package/CHANGELOG.md
ADDED
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Shipfox
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { AgentToolCatalogEntry } from '@shipfox/api-integration-core-dto';
|
|
2
|
+
import { z } from 'zod';
|
|
3
|
+
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
|
+
export declare const jiraAgentToolIdSchema: z.ZodEnum<{
|
|
5
|
+
get_issue: "get_issue";
|
|
6
|
+
search_issues: "search_issues";
|
|
7
|
+
get_issue_comments: "get_issue_comments";
|
|
8
|
+
get_issue_transitions: "get_issue_transitions";
|
|
9
|
+
get_project: "get_project";
|
|
10
|
+
get_user: "get_user";
|
|
11
|
+
create_issue: "create_issue";
|
|
12
|
+
update_issue: "update_issue";
|
|
13
|
+
add_comment: "add_comment";
|
|
14
|
+
transition_issue: "transition_issue";
|
|
15
|
+
assign_issue: "assign_issue";
|
|
16
|
+
}>;
|
|
17
|
+
export type JiraAgentToolId = z.infer<typeof jiraAgentToolIdSchema>;
|
|
18
|
+
export declare const jiraAgentToolRequiredScopes: readonly ["read", "write"];
|
|
19
|
+
export declare const jiraAgentToolRequiredScopeSchema: z.ZodEnum<{
|
|
20
|
+
read: "read";
|
|
21
|
+
write: "write";
|
|
22
|
+
}>;
|
|
23
|
+
export type JiraAgentToolRequiredScope = z.infer<typeof jiraAgentToolRequiredScopeSchema>;
|
|
24
|
+
export interface JiraAgentToolCatalogEntry extends AgentToolCatalogEntry<JiraAgentToolRequiredScope> {
|
|
25
|
+
id: JiraAgentToolId;
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/agent-tools/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,qBAAqB,EAAC,MAAM,mCAAmC,CAAC;AAC7E,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAC;AAEtB,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"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export const jiraAgentToolIds = [
|
|
3
|
+
'get_issue',
|
|
4
|
+
'search_issues',
|
|
5
|
+
'get_issue_comments',
|
|
6
|
+
'get_issue_transitions',
|
|
7
|
+
'get_project',
|
|
8
|
+
'get_user',
|
|
9
|
+
'create_issue',
|
|
10
|
+
'update_issue',
|
|
11
|
+
'add_comment',
|
|
12
|
+
'transition_issue',
|
|
13
|
+
'assign_issue'
|
|
14
|
+
];
|
|
15
|
+
export const jiraAgentToolIdSchema = z.enum(jiraAgentToolIds);
|
|
16
|
+
export const jiraAgentToolRequiredScopes = [
|
|
17
|
+
'read',
|
|
18
|
+
'write'
|
|
19
|
+
];
|
|
20
|
+
export const jiraAgentToolRequiredScopeSchema = z.enum(jiraAgentToolRequiredScopes);
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/agent-tools/index.ts"],"sourcesContent":["import type {AgentToolCatalogEntry} from '@shipfox/api-integration-core-dto';\nimport {z} from 'zod';\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":"AACA,SAAQA,CAAC,QAAO,MAAM;AAEtB,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"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC"}
|
package/dist/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './agent-tools/index.js';\nexport * from './schemas/index.js';\n"],"names":[],"mappings":"AAAA,cAAc,yBAAyB;AACvC,cAAc,qBAAqB"}
|
|
@@ -0,0 +1,474 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const JIRA_PROVIDER = "jira";
|
|
3
|
+
export type JiraProvider = typeof JIRA_PROVIDER;
|
|
4
|
+
export declare const jiraIssueWebhookEventNames: readonly ["jira:issue_created", "jira:issue_updated", "jira:issue_deleted"];
|
|
5
|
+
export declare const jiraCommentWebhookEventNames: readonly ["comment_created", "comment_updated", "comment_deleted"];
|
|
6
|
+
export declare const jiraWebhookEventNames: readonly ["jira:issue_created", "jira:issue_updated", "jira:issue_deleted", "comment_created", "comment_updated", "comment_deleted"];
|
|
7
|
+
export declare const jiraWebhookEventNameSchema: z.ZodEnum<{
|
|
8
|
+
"jira:issue_created": "jira:issue_created";
|
|
9
|
+
"jira:issue_updated": "jira:issue_updated";
|
|
10
|
+
"jira:issue_deleted": "jira:issue_deleted";
|
|
11
|
+
comment_created: "comment_created";
|
|
12
|
+
comment_updated: "comment_updated";
|
|
13
|
+
comment_deleted: "comment_deleted";
|
|
14
|
+
}>;
|
|
15
|
+
export type JiraIssueWebhookEventName = (typeof jiraIssueWebhookEventNames)[number];
|
|
16
|
+
export type JiraCommentWebhookEventName = (typeof jiraCommentWebhookEventNames)[number];
|
|
17
|
+
export type JiraWebhookEventName = z.infer<typeof jiraWebhookEventNameSchema>;
|
|
18
|
+
export declare const jiraWebhookUserSchema: z.ZodObject<{
|
|
19
|
+
accountId: z.ZodString;
|
|
20
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
21
|
+
}, z.core.$loose>;
|
|
22
|
+
export type JiraWebhookUserDto = z.infer<typeof jiraWebhookUserSchema>;
|
|
23
|
+
export declare const jiraWebhookIssueSchema: z.ZodObject<{
|
|
24
|
+
id: z.ZodString;
|
|
25
|
+
key: z.ZodString;
|
|
26
|
+
fields: z.ZodObject<{
|
|
27
|
+
summary: z.ZodOptional<z.ZodString>;
|
|
28
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
29
|
+
id: z.ZodOptional<z.ZodString>;
|
|
30
|
+
name: z.ZodOptional<z.ZodString>;
|
|
31
|
+
}, z.core.$loose>>>;
|
|
32
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
33
|
+
accountId: z.ZodString;
|
|
34
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
35
|
+
}, z.core.$loose>>>;
|
|
36
|
+
}, z.core.$loose>;
|
|
37
|
+
}, z.core.$loose>;
|
|
38
|
+
export type JiraWebhookIssueDto = z.infer<typeof jiraWebhookIssueSchema>;
|
|
39
|
+
export declare const jiraWebhookChangelogSchema: z.ZodObject<{
|
|
40
|
+
id: z.ZodOptional<z.ZodString>;
|
|
41
|
+
items: z.ZodArray<z.ZodObject<{
|
|
42
|
+
field: z.ZodString;
|
|
43
|
+
fieldtype: z.ZodOptional<z.ZodString>;
|
|
44
|
+
fieldId: z.ZodOptional<z.ZodString>;
|
|
45
|
+
from: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46
|
+
fromString: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47
|
+
to: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48
|
+
toString: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49
|
+
}, z.core.$loose>>;
|
|
50
|
+
}, z.core.$loose>;
|
|
51
|
+
export type JiraWebhookChangelogDto = z.infer<typeof jiraWebhookChangelogSchema>;
|
|
52
|
+
export declare const jiraWebhookCommentSchema: z.ZodObject<{
|
|
53
|
+
id: z.ZodString;
|
|
54
|
+
author: z.ZodObject<{
|
|
55
|
+
accountId: z.ZodString;
|
|
56
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
57
|
+
}, z.core.$loose>;
|
|
58
|
+
body: z.ZodUnknown;
|
|
59
|
+
}, z.core.$loose>;
|
|
60
|
+
export type JiraWebhookCommentDto = z.infer<typeof jiraWebhookCommentSchema>;
|
|
61
|
+
export declare const jiraWebhookBaseEnvelopeSchema: z.ZodObject<{
|
|
62
|
+
webhookEvent: z.ZodString;
|
|
63
|
+
timestamp: z.ZodNumber;
|
|
64
|
+
issue: z.ZodObject<{
|
|
65
|
+
id: z.ZodString;
|
|
66
|
+
key: z.ZodString;
|
|
67
|
+
fields: z.ZodObject<{
|
|
68
|
+
summary: z.ZodOptional<z.ZodString>;
|
|
69
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
70
|
+
id: z.ZodOptional<z.ZodString>;
|
|
71
|
+
name: z.ZodOptional<z.ZodString>;
|
|
72
|
+
}, z.core.$loose>>>;
|
|
73
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
74
|
+
accountId: z.ZodString;
|
|
75
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
76
|
+
}, z.core.$loose>>>;
|
|
77
|
+
}, z.core.$loose>;
|
|
78
|
+
}, z.core.$loose>;
|
|
79
|
+
user: z.ZodObject<{
|
|
80
|
+
accountId: z.ZodString;
|
|
81
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
82
|
+
}, z.core.$loose>;
|
|
83
|
+
matchedWebhookIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
84
|
+
}, z.core.$loose>;
|
|
85
|
+
export type JiraWebhookBaseEnvelopeDto = z.infer<typeof jiraWebhookBaseEnvelopeSchema>;
|
|
86
|
+
export declare const jiraIssueWebhookEnvelopeSchema: z.ZodObject<{
|
|
87
|
+
timestamp: z.ZodNumber;
|
|
88
|
+
issue: z.ZodObject<{
|
|
89
|
+
id: z.ZodString;
|
|
90
|
+
key: z.ZodString;
|
|
91
|
+
fields: z.ZodObject<{
|
|
92
|
+
summary: z.ZodOptional<z.ZodString>;
|
|
93
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
94
|
+
id: z.ZodOptional<z.ZodString>;
|
|
95
|
+
name: z.ZodOptional<z.ZodString>;
|
|
96
|
+
}, z.core.$loose>>>;
|
|
97
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
98
|
+
accountId: z.ZodString;
|
|
99
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
100
|
+
}, z.core.$loose>>>;
|
|
101
|
+
}, z.core.$loose>;
|
|
102
|
+
}, z.core.$loose>;
|
|
103
|
+
user: z.ZodObject<{
|
|
104
|
+
accountId: z.ZodString;
|
|
105
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
106
|
+
}, z.core.$loose>;
|
|
107
|
+
matchedWebhookIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
108
|
+
webhookEvent: z.ZodEnum<{
|
|
109
|
+
"jira:issue_created": "jira:issue_created";
|
|
110
|
+
"jira:issue_updated": "jira:issue_updated";
|
|
111
|
+
"jira:issue_deleted": "jira:issue_deleted";
|
|
112
|
+
}>;
|
|
113
|
+
issue_event_type_name: z.ZodString;
|
|
114
|
+
changelog: z.ZodOptional<z.ZodObject<{
|
|
115
|
+
id: z.ZodOptional<z.ZodString>;
|
|
116
|
+
items: z.ZodArray<z.ZodObject<{
|
|
117
|
+
field: z.ZodString;
|
|
118
|
+
fieldtype: z.ZodOptional<z.ZodString>;
|
|
119
|
+
fieldId: z.ZodOptional<z.ZodString>;
|
|
120
|
+
from: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
121
|
+
fromString: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
122
|
+
to: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
123
|
+
toString: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
124
|
+
}, z.core.$loose>>;
|
|
125
|
+
}, z.core.$loose>>;
|
|
126
|
+
}, z.core.$loose>;
|
|
127
|
+
export type JiraIssueWebhookEnvelopeDto = z.infer<typeof jiraIssueWebhookEnvelopeSchema>;
|
|
128
|
+
export declare const jiraCommentWebhookEnvelopeSchema: z.ZodObject<{
|
|
129
|
+
timestamp: z.ZodNumber;
|
|
130
|
+
issue: z.ZodObject<{
|
|
131
|
+
id: z.ZodString;
|
|
132
|
+
key: z.ZodString;
|
|
133
|
+
fields: z.ZodObject<{
|
|
134
|
+
summary: z.ZodOptional<z.ZodString>;
|
|
135
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
136
|
+
id: z.ZodOptional<z.ZodString>;
|
|
137
|
+
name: z.ZodOptional<z.ZodString>;
|
|
138
|
+
}, z.core.$loose>>>;
|
|
139
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
140
|
+
accountId: z.ZodString;
|
|
141
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
142
|
+
}, z.core.$loose>>>;
|
|
143
|
+
}, z.core.$loose>;
|
|
144
|
+
}, z.core.$loose>;
|
|
145
|
+
user: z.ZodObject<{
|
|
146
|
+
accountId: z.ZodString;
|
|
147
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
148
|
+
}, z.core.$loose>;
|
|
149
|
+
matchedWebhookIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
150
|
+
webhookEvent: z.ZodEnum<{
|
|
151
|
+
comment_created: "comment_created";
|
|
152
|
+
comment_updated: "comment_updated";
|
|
153
|
+
comment_deleted: "comment_deleted";
|
|
154
|
+
}>;
|
|
155
|
+
comment: z.ZodObject<{
|
|
156
|
+
id: z.ZodString;
|
|
157
|
+
author: z.ZodObject<{
|
|
158
|
+
accountId: z.ZodString;
|
|
159
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
160
|
+
}, z.core.$loose>;
|
|
161
|
+
body: z.ZodUnknown;
|
|
162
|
+
}, z.core.$loose>;
|
|
163
|
+
}, z.core.$loose>;
|
|
164
|
+
export type JiraCommentWebhookEnvelopeDto = z.infer<typeof jiraCommentWebhookEnvelopeSchema>;
|
|
165
|
+
export declare const jiraWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
166
|
+
timestamp: z.ZodNumber;
|
|
167
|
+
issue: z.ZodObject<{
|
|
168
|
+
id: z.ZodString;
|
|
169
|
+
key: z.ZodString;
|
|
170
|
+
fields: z.ZodObject<{
|
|
171
|
+
summary: z.ZodOptional<z.ZodString>;
|
|
172
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
173
|
+
id: z.ZodOptional<z.ZodString>;
|
|
174
|
+
name: z.ZodOptional<z.ZodString>;
|
|
175
|
+
}, z.core.$loose>>>;
|
|
176
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
177
|
+
accountId: z.ZodString;
|
|
178
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
179
|
+
}, z.core.$loose>>>;
|
|
180
|
+
}, z.core.$loose>;
|
|
181
|
+
}, z.core.$loose>;
|
|
182
|
+
user: z.ZodObject<{
|
|
183
|
+
accountId: z.ZodString;
|
|
184
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
185
|
+
}, z.core.$loose>;
|
|
186
|
+
matchedWebhookIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
187
|
+
webhookEvent: z.ZodEnum<{
|
|
188
|
+
"jira:issue_created": "jira:issue_created";
|
|
189
|
+
"jira:issue_updated": "jira:issue_updated";
|
|
190
|
+
"jira:issue_deleted": "jira:issue_deleted";
|
|
191
|
+
}>;
|
|
192
|
+
issue_event_type_name: z.ZodString;
|
|
193
|
+
changelog: z.ZodOptional<z.ZodObject<{
|
|
194
|
+
id: z.ZodOptional<z.ZodString>;
|
|
195
|
+
items: z.ZodArray<z.ZodObject<{
|
|
196
|
+
field: z.ZodString;
|
|
197
|
+
fieldtype: z.ZodOptional<z.ZodString>;
|
|
198
|
+
fieldId: z.ZodOptional<z.ZodString>;
|
|
199
|
+
from: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
200
|
+
fromString: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
201
|
+
to: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
202
|
+
toString: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
203
|
+
}, z.core.$loose>>;
|
|
204
|
+
}, z.core.$loose>>;
|
|
205
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
206
|
+
timestamp: z.ZodNumber;
|
|
207
|
+
issue: z.ZodObject<{
|
|
208
|
+
id: z.ZodString;
|
|
209
|
+
key: z.ZodString;
|
|
210
|
+
fields: z.ZodObject<{
|
|
211
|
+
summary: z.ZodOptional<z.ZodString>;
|
|
212
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
213
|
+
id: z.ZodOptional<z.ZodString>;
|
|
214
|
+
name: z.ZodOptional<z.ZodString>;
|
|
215
|
+
}, z.core.$loose>>>;
|
|
216
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
217
|
+
accountId: z.ZodString;
|
|
218
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
219
|
+
}, z.core.$loose>>>;
|
|
220
|
+
}, z.core.$loose>;
|
|
221
|
+
}, z.core.$loose>;
|
|
222
|
+
user: z.ZodObject<{
|
|
223
|
+
accountId: z.ZodString;
|
|
224
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
225
|
+
}, z.core.$loose>;
|
|
226
|
+
matchedWebhookIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
227
|
+
webhookEvent: z.ZodEnum<{
|
|
228
|
+
comment_created: "comment_created";
|
|
229
|
+
comment_updated: "comment_updated";
|
|
230
|
+
comment_deleted: "comment_deleted";
|
|
231
|
+
}>;
|
|
232
|
+
comment: z.ZodObject<{
|
|
233
|
+
id: z.ZodString;
|
|
234
|
+
author: z.ZodObject<{
|
|
235
|
+
accountId: z.ZodString;
|
|
236
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
237
|
+
}, z.core.$loose>;
|
|
238
|
+
body: z.ZodUnknown;
|
|
239
|
+
}, z.core.$loose>;
|
|
240
|
+
}, z.core.$loose>], "webhookEvent">;
|
|
241
|
+
export type JiraWebhookEnvelopeDto = z.infer<typeof jiraWebhookEnvelopeSchema>;
|
|
242
|
+
export declare const jiraIssueEventPayloadSchema: z.ZodObject<{
|
|
243
|
+
timestamp: z.ZodNumber;
|
|
244
|
+
issue: z.ZodObject<{
|
|
245
|
+
id: z.ZodString;
|
|
246
|
+
key: z.ZodString;
|
|
247
|
+
fields: z.ZodObject<{
|
|
248
|
+
summary: z.ZodOptional<z.ZodString>;
|
|
249
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
250
|
+
id: z.ZodOptional<z.ZodString>;
|
|
251
|
+
name: z.ZodOptional<z.ZodString>;
|
|
252
|
+
}, z.core.$loose>>>;
|
|
253
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
254
|
+
accountId: z.ZodString;
|
|
255
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
256
|
+
}, z.core.$loose>>>;
|
|
257
|
+
}, z.core.$loose>;
|
|
258
|
+
}, z.core.$loose>;
|
|
259
|
+
user: z.ZodObject<{
|
|
260
|
+
accountId: z.ZodString;
|
|
261
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
262
|
+
}, z.core.$loose>;
|
|
263
|
+
matchedWebhookIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
264
|
+
webhookEvent: z.ZodEnum<{
|
|
265
|
+
"jira:issue_created": "jira:issue_created";
|
|
266
|
+
"jira:issue_updated": "jira:issue_updated";
|
|
267
|
+
"jira:issue_deleted": "jira:issue_deleted";
|
|
268
|
+
}>;
|
|
269
|
+
issue_event_type_name: z.ZodString;
|
|
270
|
+
changelog: z.ZodOptional<z.ZodObject<{
|
|
271
|
+
id: z.ZodOptional<z.ZodString>;
|
|
272
|
+
items: z.ZodArray<z.ZodObject<{
|
|
273
|
+
field: z.ZodString;
|
|
274
|
+
fieldtype: z.ZodOptional<z.ZodString>;
|
|
275
|
+
fieldId: z.ZodOptional<z.ZodString>;
|
|
276
|
+
from: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
277
|
+
fromString: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
278
|
+
to: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
279
|
+
toString: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
280
|
+
}, z.core.$loose>>;
|
|
281
|
+
}, z.core.$loose>>;
|
|
282
|
+
cloudId: z.ZodString;
|
|
283
|
+
}, z.core.$loose>;
|
|
284
|
+
export type JiraIssueEventPayloadDto = z.infer<typeof jiraIssueEventPayloadSchema>;
|
|
285
|
+
export declare const jiraCommentEventPayloadSchema: z.ZodObject<{
|
|
286
|
+
timestamp: z.ZodNumber;
|
|
287
|
+
issue: z.ZodObject<{
|
|
288
|
+
id: z.ZodString;
|
|
289
|
+
key: z.ZodString;
|
|
290
|
+
fields: z.ZodObject<{
|
|
291
|
+
summary: z.ZodOptional<z.ZodString>;
|
|
292
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
293
|
+
id: z.ZodOptional<z.ZodString>;
|
|
294
|
+
name: z.ZodOptional<z.ZodString>;
|
|
295
|
+
}, z.core.$loose>>>;
|
|
296
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
297
|
+
accountId: z.ZodString;
|
|
298
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
299
|
+
}, z.core.$loose>>>;
|
|
300
|
+
}, z.core.$loose>;
|
|
301
|
+
}, z.core.$loose>;
|
|
302
|
+
user: z.ZodObject<{
|
|
303
|
+
accountId: z.ZodString;
|
|
304
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
305
|
+
}, z.core.$loose>;
|
|
306
|
+
matchedWebhookIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
307
|
+
webhookEvent: z.ZodEnum<{
|
|
308
|
+
comment_created: "comment_created";
|
|
309
|
+
comment_updated: "comment_updated";
|
|
310
|
+
comment_deleted: "comment_deleted";
|
|
311
|
+
}>;
|
|
312
|
+
comment: z.ZodObject<{
|
|
313
|
+
id: z.ZodString;
|
|
314
|
+
author: z.ZodObject<{
|
|
315
|
+
accountId: z.ZodString;
|
|
316
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
317
|
+
}, z.core.$loose>;
|
|
318
|
+
body: z.ZodUnknown;
|
|
319
|
+
}, z.core.$loose>;
|
|
320
|
+
cloudId: z.ZodString;
|
|
321
|
+
}, z.core.$loose>;
|
|
322
|
+
export type JiraCommentEventPayloadDto = z.infer<typeof jiraCommentEventPayloadSchema>;
|
|
323
|
+
export declare const jiraEventPayloadSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
324
|
+
timestamp: z.ZodNumber;
|
|
325
|
+
issue: z.ZodObject<{
|
|
326
|
+
id: z.ZodString;
|
|
327
|
+
key: z.ZodString;
|
|
328
|
+
fields: z.ZodObject<{
|
|
329
|
+
summary: z.ZodOptional<z.ZodString>;
|
|
330
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
331
|
+
id: z.ZodOptional<z.ZodString>;
|
|
332
|
+
name: z.ZodOptional<z.ZodString>;
|
|
333
|
+
}, z.core.$loose>>>;
|
|
334
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
335
|
+
accountId: z.ZodString;
|
|
336
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
337
|
+
}, z.core.$loose>>>;
|
|
338
|
+
}, z.core.$loose>;
|
|
339
|
+
}, z.core.$loose>;
|
|
340
|
+
user: z.ZodObject<{
|
|
341
|
+
accountId: z.ZodString;
|
|
342
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
343
|
+
}, z.core.$loose>;
|
|
344
|
+
matchedWebhookIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
345
|
+
webhookEvent: z.ZodEnum<{
|
|
346
|
+
"jira:issue_created": "jira:issue_created";
|
|
347
|
+
"jira:issue_updated": "jira:issue_updated";
|
|
348
|
+
"jira:issue_deleted": "jira:issue_deleted";
|
|
349
|
+
}>;
|
|
350
|
+
issue_event_type_name: z.ZodString;
|
|
351
|
+
changelog: z.ZodOptional<z.ZodObject<{
|
|
352
|
+
id: z.ZodOptional<z.ZodString>;
|
|
353
|
+
items: z.ZodArray<z.ZodObject<{
|
|
354
|
+
field: z.ZodString;
|
|
355
|
+
fieldtype: z.ZodOptional<z.ZodString>;
|
|
356
|
+
fieldId: z.ZodOptional<z.ZodString>;
|
|
357
|
+
from: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
358
|
+
fromString: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
359
|
+
to: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
360
|
+
toString: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
361
|
+
}, z.core.$loose>>;
|
|
362
|
+
}, z.core.$loose>>;
|
|
363
|
+
cloudId: z.ZodString;
|
|
364
|
+
}, z.core.$loose>, z.ZodObject<{
|
|
365
|
+
timestamp: z.ZodNumber;
|
|
366
|
+
issue: z.ZodObject<{
|
|
367
|
+
id: z.ZodString;
|
|
368
|
+
key: z.ZodString;
|
|
369
|
+
fields: z.ZodObject<{
|
|
370
|
+
summary: z.ZodOptional<z.ZodString>;
|
|
371
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
372
|
+
id: z.ZodOptional<z.ZodString>;
|
|
373
|
+
name: z.ZodOptional<z.ZodString>;
|
|
374
|
+
}, z.core.$loose>>>;
|
|
375
|
+
assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
376
|
+
accountId: z.ZodString;
|
|
377
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
378
|
+
}, z.core.$loose>>>;
|
|
379
|
+
}, z.core.$loose>;
|
|
380
|
+
}, z.core.$loose>;
|
|
381
|
+
user: z.ZodObject<{
|
|
382
|
+
accountId: z.ZodString;
|
|
383
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
384
|
+
}, z.core.$loose>;
|
|
385
|
+
matchedWebhookIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
386
|
+
webhookEvent: z.ZodEnum<{
|
|
387
|
+
comment_created: "comment_created";
|
|
388
|
+
comment_updated: "comment_updated";
|
|
389
|
+
comment_deleted: "comment_deleted";
|
|
390
|
+
}>;
|
|
391
|
+
comment: z.ZodObject<{
|
|
392
|
+
id: z.ZodString;
|
|
393
|
+
author: z.ZodObject<{
|
|
394
|
+
accountId: z.ZodString;
|
|
395
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
396
|
+
}, z.core.$loose>;
|
|
397
|
+
body: z.ZodUnknown;
|
|
398
|
+
}, z.core.$loose>;
|
|
399
|
+
cloudId: z.ZodString;
|
|
400
|
+
}, z.core.$loose>], "webhookEvent">;
|
|
401
|
+
export type JiraEventPayloadDto = z.infer<typeof jiraEventPayloadSchema>;
|
|
402
|
+
export declare const createJiraInstallBodySchema: z.ZodObject<{
|
|
403
|
+
workspace_id: z.ZodString;
|
|
404
|
+
}, z.core.$strip>;
|
|
405
|
+
export type CreateJiraInstallBodyDto = z.infer<typeof createJiraInstallBodySchema>;
|
|
406
|
+
export declare const createJiraInstallResponseSchema: z.ZodObject<{
|
|
407
|
+
install_url: z.ZodString;
|
|
408
|
+
}, z.core.$strip>;
|
|
409
|
+
export type CreateJiraInstallResponseDto = z.infer<typeof createJiraInstallResponseSchema>;
|
|
410
|
+
export declare const jiraCallbackQuerySchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
411
|
+
code: z.ZodString;
|
|
412
|
+
state: z.ZodString;
|
|
413
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
414
|
+
error: z.ZodString;
|
|
415
|
+
error_description: z.ZodOptional<z.ZodString>;
|
|
416
|
+
state: z.ZodString;
|
|
417
|
+
}, z.core.$strip>]>;
|
|
418
|
+
export type JiraCallbackQueryDto = z.infer<typeof jiraCallbackQuerySchema>;
|
|
419
|
+
export declare const jiraAccessibleResourceSchema: z.ZodObject<{
|
|
420
|
+
cloud_id: z.ZodString;
|
|
421
|
+
name: z.ZodString;
|
|
422
|
+
url: z.ZodString;
|
|
423
|
+
scopes: z.ZodArray<z.ZodString>;
|
|
424
|
+
}, z.core.$strip>;
|
|
425
|
+
export type JiraAccessibleResourceDto = z.infer<typeof jiraAccessibleResourceSchema>;
|
|
426
|
+
export declare const jiraAccessibleResourcesSchema: z.ZodArray<z.ZodObject<{
|
|
427
|
+
cloud_id: z.ZodString;
|
|
428
|
+
name: z.ZodString;
|
|
429
|
+
url: z.ZodString;
|
|
430
|
+
scopes: z.ZodArray<z.ZodString>;
|
|
431
|
+
}, z.core.$strip>>;
|
|
432
|
+
export type JiraAccessibleResourcesDto = z.infer<typeof jiraAccessibleResourcesSchema>;
|
|
433
|
+
export declare const jiraSiteSelectionResponseSchema: z.ZodObject<{
|
|
434
|
+
sites: z.ZodArray<z.ZodObject<{
|
|
435
|
+
cloud_id: z.ZodString;
|
|
436
|
+
name: z.ZodString;
|
|
437
|
+
url: z.ZodString;
|
|
438
|
+
scopes: z.ZodArray<z.ZodString>;
|
|
439
|
+
}, z.core.$strip>>;
|
|
440
|
+
}, z.core.$strip>;
|
|
441
|
+
export type JiraSiteSelectionResponseDto = z.infer<typeof jiraSiteSelectionResponseSchema>;
|
|
442
|
+
export declare const completeJiraSiteSelectionBodySchema: z.ZodObject<{
|
|
443
|
+
cloud_id: z.ZodString;
|
|
444
|
+
}, z.core.$strip>;
|
|
445
|
+
export type CompleteJiraSiteSelectionBodyDto = z.infer<typeof completeJiraSiteSelectionBodySchema>;
|
|
446
|
+
export declare const jiraCallbackResponseSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
447
|
+
id: z.ZodString;
|
|
448
|
+
workspace_id: z.ZodString;
|
|
449
|
+
provider: z.ZodString;
|
|
450
|
+
external_account_id: z.ZodString;
|
|
451
|
+
slug: z.ZodString;
|
|
452
|
+
display_name: z.ZodString;
|
|
453
|
+
lifecycle_status: z.ZodEnum<{
|
|
454
|
+
error: "error";
|
|
455
|
+
active: "active";
|
|
456
|
+
disabled: "disabled";
|
|
457
|
+
}>;
|
|
458
|
+
capabilities: z.ZodArray<z.ZodEnum<{
|
|
459
|
+
source_control: "source_control";
|
|
460
|
+
agent_tools: "agent_tools";
|
|
461
|
+
}>>;
|
|
462
|
+
external_url: z.ZodOptional<z.ZodString>;
|
|
463
|
+
created_at: z.ZodString;
|
|
464
|
+
updated_at: z.ZodString;
|
|
465
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
466
|
+
sites: z.ZodArray<z.ZodObject<{
|
|
467
|
+
cloud_id: z.ZodString;
|
|
468
|
+
name: z.ZodString;
|
|
469
|
+
url: z.ZodString;
|
|
470
|
+
scopes: z.ZodArray<z.ZodString>;
|
|
471
|
+
}, z.core.$strip>>;
|
|
472
|
+
}, z.core.$strip>]>;
|
|
473
|
+
export type JiraCallbackResponseDto = z.infer<typeof jiraCallbackResponseSchema>;
|
|
474
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/schemas/index.ts"],"names":[],"mappings":"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"}
|