corsair 0.1.9 → 0.1.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.
- package/dist/plugins/github/endpoints/index.d.ts +578 -578
- package/dist/plugins/github/endpoints/index.d.ts.map +1 -1
- package/dist/plugins/github/endpoints/types.d.ts +1933 -1352
- package/dist/plugins/github/endpoints/types.d.ts.map +1 -1
- package/dist/plugins/github/endpoints/types.js +249 -0
- package/dist/plugins/github/index.d.ts +46 -392
- package/dist/plugins/github/index.d.ts.map +1 -1
- package/dist/plugins/github/schema/database.d.ts +87 -87
- package/dist/plugins/github/schema/index.d.ts +87 -87
- package/dist/plugins/gmail/client.d.ts.map +1 -1
- package/dist/plugins/gmail/client.js +2 -7
- package/dist/plugins/gmail/endpoints/index.d.ts +73 -73
- package/dist/plugins/gmail/endpoints/index.d.ts.map +1 -1
- package/dist/plugins/gmail/endpoints/types.d.ts +659 -156
- package/dist/plugins/gmail/endpoints/types.d.ts.map +1 -1
- package/dist/plugins/gmail/endpoints/types.js +213 -1
- package/dist/plugins/gmail/index.d.ts +61 -324
- package/dist/plugins/gmail/index.d.ts.map +1 -1
- package/dist/plugins/gmail/index.js +19 -7
- package/dist/plugins/gmail/schema/database.d.ts +4 -4
- package/dist/plugins/gmail/schema/index.d.ts +4 -4
- package/dist/plugins/gmail/webhooks/index.d.ts +2 -10
- package/dist/plugins/gmail/webhooks/index.d.ts.map +1 -1
- package/dist/plugins/gmail/webhooks/index.js +2 -4
- package/dist/plugins/gmail/webhooks/messages.d.ts +1 -3
- package/dist/plugins/gmail/webhooks/messages.d.ts.map +1 -1
- package/dist/plugins/gmail/webhooks/messages.js +229 -338
- package/dist/plugins/gmail/webhooks/types.d.ts +6 -8
- package/dist/plugins/gmail/webhooks/types.d.ts.map +1 -1
- package/dist/plugins/googlecalendar/client.d.ts.map +1 -1
- package/dist/plugins/googlecalendar/client.js +2 -7
- package/dist/plugins/googlecalendar/endpoints/events.d.ts.map +1 -1
- package/dist/plugins/googlecalendar/endpoints/events.js +1 -14
- package/dist/plugins/googlecalendar/endpoints/index.d.ts +38 -38
- package/dist/plugins/googlecalendar/endpoints/types.d.ts +279 -114
- package/dist/plugins/googlecalendar/endpoints/types.d.ts.map +1 -1
- package/dist/plugins/googlecalendar/endpoints/types.js +66 -0
- package/dist/plugins/googlecalendar/index.d.ts +22 -131
- package/dist/plugins/googlecalendar/index.d.ts.map +1 -1
- package/dist/plugins/googlecalendar/index.js +19 -8
- package/dist/plugins/googlecalendar/schema/database.d.ts +24 -24
- package/dist/plugins/googlecalendar/schema/index.d.ts +24 -24
- package/dist/plugins/googlecalendar/webhooks/events.d.ts +1 -5
- package/dist/plugins/googlecalendar/webhooks/events.d.ts.map +1 -1
- package/dist/plugins/googlecalendar/webhooks/events.js +95 -269
- package/dist/plugins/googlecalendar/webhooks/index.d.ts +2 -18
- package/dist/plugins/googlecalendar/webhooks/index.d.ts.map +1 -1
- package/dist/plugins/googlecalendar/webhooks/index.js +2 -6
- package/dist/plugins/googlecalendar/webhooks/types.d.ts +7 -26
- package/dist/plugins/googlecalendar/webhooks/types.d.ts.map +1 -1
- package/dist/plugins/googlecalendar/webhooks/types.js +3 -18
- package/dist/plugins/googledrive/client.d.ts.map +1 -1
- package/dist/plugins/googledrive/client.js +2 -7
- package/dist/plugins/googledrive/endpoints/files.d.ts.map +1 -1
- package/dist/plugins/googledrive/endpoints/files.js +5 -40
- package/dist/plugins/googledrive/endpoints/index.d.ts +120 -120
- package/dist/plugins/googledrive/endpoints/index.d.ts.map +1 -1
- package/dist/plugins/googledrive/endpoints/types.d.ts +610 -78
- package/dist/plugins/googledrive/endpoints/types.d.ts.map +1 -1
- package/dist/plugins/googledrive/endpoints/types.js +229 -1
- package/dist/plugins/googledrive/index.d.ts +52 -378
- package/dist/plugins/googledrive/index.d.ts.map +1 -1
- package/dist/plugins/googledrive/index.js +19 -5
- package/dist/plugins/googledrive/schema/database.d.ts +20 -14
- package/dist/plugins/googledrive/schema/database.d.ts.map +1 -1
- package/dist/plugins/googledrive/schema/database.js +2 -0
- package/dist/plugins/googledrive/schema/index.d.ts +20 -14
- package/dist/plugins/googledrive/schema/index.d.ts.map +1 -1
- package/dist/plugins/googledrive/webhooks/changes.d.ts +1 -2
- package/dist/plugins/googledrive/webhooks/changes.d.ts.map +1 -1
- package/dist/plugins/googledrive/webhooks/changes.js +212 -170
- package/dist/plugins/googledrive/webhooks/index.d.ts +2 -6
- package/dist/plugins/googledrive/webhooks/index.d.ts.map +1 -1
- package/dist/plugins/googledrive/webhooks/index.js +2 -3
- package/dist/plugins/googledrive/webhooks/types.d.ts +27 -19
- package/dist/plugins/googledrive/webhooks/types.d.ts.map +1 -1
- package/dist/plugins/googlesheets/client.d.ts.map +1 -1
- package/dist/plugins/googlesheets/client.js +2 -7
- package/dist/plugins/googlesheets/endpoints/index.d.ts +30 -30
- package/dist/plugins/googlesheets/endpoints/index.d.ts.map +1 -1
- package/dist/plugins/googlesheets/endpoints/sheets.d.ts.map +1 -1
- package/dist/plugins/googlesheets/endpoints/sheets.js +157 -0
- package/dist/plugins/googlesheets/endpoints/types.d.ts +179 -0
- package/dist/plugins/googlesheets/endpoints/types.d.ts.map +1 -1
- package/dist/plugins/googlesheets/endpoints/types.js +86 -0
- package/dist/plugins/googlesheets/index.d.ts +30 -138
- package/dist/plugins/googlesheets/index.d.ts.map +1 -1
- package/dist/plugins/googlesheets/index.js +8 -8
- package/dist/plugins/googlesheets/schema/database.d.ts +2 -2
- package/dist/plugins/googlesheets/schema/index.d.ts +2 -2
- package/dist/plugins/googlesheets/webhooks/index.d.ts +2 -10
- package/dist/plugins/googlesheets/webhooks/index.d.ts.map +1 -1
- package/dist/plugins/googlesheets/webhooks/index.js +2 -4
- package/dist/plugins/googlesheets/webhooks/rows.d.ts +1 -3
- package/dist/plugins/googlesheets/webhooks/rows.d.ts.map +1 -1
- package/dist/plugins/googlesheets/webhooks/rows.js +7 -92
- package/dist/plugins/googlesheets/webhooks/types.d.ts +11 -30
- package/dist/plugins/googlesheets/webhooks/types.d.ts.map +1 -1
- package/dist/plugins/googlesheets/webhooks/types.js +1 -2
- package/dist/plugins/hubspot/endpoints/index.d.ts +1388 -167
- package/dist/plugins/hubspot/endpoints/index.d.ts.map +1 -1
- package/dist/plugins/hubspot/endpoints/types.d.ts +4603 -165
- package/dist/plugins/hubspot/endpoints/types.d.ts.map +1 -1
- package/dist/plugins/hubspot/endpoints/types.js +302 -5
- package/dist/plugins/hubspot/index.d.ts +75 -447
- package/dist/plugins/hubspot/index.d.ts.map +1 -1
- package/dist/plugins/hubspot/schema/database.d.ts +2 -2
- package/dist/plugins/hubspot/schema/index.d.ts +2 -2
- package/dist/plugins/hubspot/webhooks/index.d.ts +12 -12
- package/dist/plugins/hubspot/webhooks/types.d.ts +2 -1
- package/dist/plugins/hubspot/webhooks/types.d.ts.map +1 -1
- package/dist/plugins/linear/endpoints/comments.d.ts.map +1 -1
- package/dist/plugins/linear/endpoints/index.d.ts +135 -135
- package/dist/plugins/linear/endpoints/index.d.ts.map +1 -1
- package/dist/plugins/linear/endpoints/projects.d.ts.map +1 -1
- package/dist/plugins/linear/endpoints/types.d.ts +530 -187
- package/dist/plugins/linear/endpoints/types.d.ts.map +1 -1
- package/dist/plugins/linear/endpoints/types.js +135 -7
- package/dist/plugins/linear/index.d.ts +57 -237
- package/dist/plugins/linear/index.d.ts.map +1 -1
- package/dist/plugins/linear/schema/database.d.ts +4 -4
- package/dist/plugins/linear/schema/index.d.ts +4 -4
- package/dist/plugins/linear/webhooks/index.d.ts +9 -9
- package/dist/plugins/linear/webhooks/types.d.ts +1 -0
- package/dist/plugins/linear/webhooks/types.d.ts.map +1 -1
- package/dist/plugins/posthog/endpoints/index.d.ts +12 -12
- package/dist/plugins/posthog/endpoints/types.d.ts +82 -0
- package/dist/plugins/posthog/endpoints/types.d.ts.map +1 -1
- package/dist/plugins/posthog/endpoints/types.js +36 -0
- package/dist/plugins/posthog/index.d.ts +14 -62
- package/dist/plugins/posthog/index.d.ts.map +1 -1
- package/dist/plugins/resend/endpoints/index.d.ts +18 -18
- package/dist/plugins/resend/endpoints/index.d.ts.map +1 -1
- package/dist/plugins/resend/endpoints/types.d.ts +135 -0
- package/dist/plugins/resend/endpoints/types.d.ts.map +1 -1
- package/dist/plugins/resend/endpoints/types.js +62 -0
- package/dist/plugins/resend/index.d.ts +20 -92
- package/dist/plugins/resend/index.d.ts.map +1 -1
- package/dist/plugins/slack/endpoints/index.d.ts +194 -200
- package/dist/plugins/slack/endpoints/index.d.ts.map +1 -1
- package/dist/plugins/slack/endpoints/types.d.ts +847 -380
- package/dist/plugins/slack/endpoints/types.d.ts.map +1 -1
- package/dist/plugins/slack/endpoints/types.js +323 -0
- package/dist/plugins/slack/index.d.ts +89 -551
- package/dist/plugins/slack/index.d.ts.map +1 -1
- package/dist/plugins/slack/schema/database.d.ts +48 -48
- package/dist/plugins/slack/schema/index.d.ts +48 -48
- package/dist/templates/plugin/generate.js +1 -1
- package/dist/webhooks/index.d.ts.map +1 -1
- package/dist/webhooks/index.js +29 -1
- package/package.json +1 -1
|
@@ -1,36 +1,25 @@
|
|
|
1
1
|
export declare const IssuesEndpoints: {
|
|
2
2
|
list: (ctx: import("..").GithubContext, args: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
direction?: "asc" | "desc";
|
|
13
|
-
since?: string;
|
|
14
|
-
perPage?: number;
|
|
15
|
-
page?: number;
|
|
3
|
+
sort?: "created" | "updated" | "comments" | undefined;
|
|
4
|
+
owner?: string | undefined;
|
|
5
|
+
repo?: string | undefined;
|
|
6
|
+
milestone?: string | undefined;
|
|
7
|
+
state?: "open" | "closed" | "all" | undefined;
|
|
8
|
+
assignee?: string | undefined;
|
|
9
|
+
creator?: string | undefined;
|
|
10
|
+
mentioned?: string | undefined;
|
|
11
|
+
labels?: string | undefined;
|
|
12
|
+
direction?: "asc" | "desc" | undefined;
|
|
13
|
+
since?: string | undefined;
|
|
14
|
+
perPage?: number | undefined;
|
|
15
|
+
page?: number | undefined;
|
|
16
16
|
}) => Promise<{
|
|
17
17
|
number: number;
|
|
18
18
|
id: number;
|
|
19
19
|
state: string;
|
|
20
20
|
title: string;
|
|
21
21
|
body?: string | null | undefined;
|
|
22
|
-
|
|
23
|
-
url?: string | undefined;
|
|
24
|
-
htmlUrl?: string | undefined;
|
|
25
|
-
eventsUrl?: string | undefined;
|
|
26
|
-
labelsUrl?: string | undefined;
|
|
27
|
-
createdAt?: Date | null | undefined;
|
|
28
|
-
updatedAt?: Date | null | undefined;
|
|
29
|
-
closedAt?: Date | null | undefined;
|
|
30
|
-
repositoryUrl?: string | undefined;
|
|
31
|
-
commentsUrl?: string | undefined;
|
|
32
|
-
stateReason?: "completed" | "reopened" | "not_planned" | "duplicate" | null | undefined;
|
|
33
|
-
user?: {
|
|
22
|
+
assignee?: {
|
|
34
23
|
id: number;
|
|
35
24
|
login: string;
|
|
36
25
|
name?: string | null | undefined;
|
|
@@ -57,12 +46,13 @@ export declare const IssuesEndpoints: {
|
|
|
57
46
|
id?: number | undefined;
|
|
58
47
|
name?: string | undefined;
|
|
59
48
|
default?: boolean | undefined;
|
|
60
|
-
nodeId?: string | undefined;
|
|
61
|
-
url?: string | undefined;
|
|
62
49
|
description?: string | null | undefined;
|
|
63
50
|
color?: string | null | undefined;
|
|
51
|
+
nodeId?: string | undefined;
|
|
52
|
+
url?: string | undefined;
|
|
64
53
|
})[] | undefined;
|
|
65
|
-
|
|
54
|
+
comments?: number | undefined;
|
|
55
|
+
assignees?: {
|
|
66
56
|
id: number;
|
|
67
57
|
login: string;
|
|
68
58
|
name?: string | null | undefined;
|
|
@@ -84,8 +74,19 @@ export declare const IssuesEndpoints: {
|
|
|
84
74
|
receivedEventsUrl?: string | undefined;
|
|
85
75
|
siteAdmin?: boolean | undefined;
|
|
86
76
|
starredAt?: Date | null | undefined;
|
|
87
|
-
} | null | undefined;
|
|
88
|
-
|
|
77
|
+
}[] | null | undefined;
|
|
78
|
+
stateReason?: "completed" | "not_planned" | "duplicate" | "reopened" | null | undefined;
|
|
79
|
+
nodeId?: string | undefined;
|
|
80
|
+
url?: string | undefined;
|
|
81
|
+
htmlUrl?: string | undefined;
|
|
82
|
+
eventsUrl?: string | undefined;
|
|
83
|
+
labelsUrl?: string | undefined;
|
|
84
|
+
createdAt?: Date | null | undefined;
|
|
85
|
+
updatedAt?: Date | null | undefined;
|
|
86
|
+
closedAt?: Date | null | undefined;
|
|
87
|
+
repositoryUrl?: string | undefined;
|
|
88
|
+
commentsUrl?: string | undefined;
|
|
89
|
+
user?: {
|
|
89
90
|
id: number;
|
|
90
91
|
login: string;
|
|
91
92
|
name?: string | null | undefined;
|
|
@@ -107,9 +108,8 @@ export declare const IssuesEndpoints: {
|
|
|
107
108
|
receivedEventsUrl?: string | undefined;
|
|
108
109
|
siteAdmin?: boolean | undefined;
|
|
109
110
|
starredAt?: Date | null | undefined;
|
|
110
|
-
}
|
|
111
|
+
} | null | undefined;
|
|
111
112
|
locked?: boolean | undefined;
|
|
112
|
-
comments?: number | undefined;
|
|
113
113
|
}[]>;
|
|
114
114
|
get: (ctx: import("..").GithubContext, args: {
|
|
115
115
|
owner: string;
|
|
@@ -121,18 +121,7 @@ export declare const IssuesEndpoints: {
|
|
|
121
121
|
state: string;
|
|
122
122
|
title: string;
|
|
123
123
|
body?: string | null | undefined;
|
|
124
|
-
|
|
125
|
-
url?: string | undefined;
|
|
126
|
-
htmlUrl?: string | undefined;
|
|
127
|
-
eventsUrl?: string | undefined;
|
|
128
|
-
labelsUrl?: string | undefined;
|
|
129
|
-
createdAt?: Date | null | undefined;
|
|
130
|
-
updatedAt?: Date | null | undefined;
|
|
131
|
-
closedAt?: Date | null | undefined;
|
|
132
|
-
repositoryUrl?: string | undefined;
|
|
133
|
-
commentsUrl?: string | undefined;
|
|
134
|
-
stateReason?: "completed" | "reopened" | "not_planned" | "duplicate" | null | undefined;
|
|
135
|
-
user?: {
|
|
124
|
+
assignee?: {
|
|
136
125
|
id: number;
|
|
137
126
|
login: string;
|
|
138
127
|
name?: string | null | undefined;
|
|
@@ -159,12 +148,13 @@ export declare const IssuesEndpoints: {
|
|
|
159
148
|
id?: number | undefined;
|
|
160
149
|
name?: string | undefined;
|
|
161
150
|
default?: boolean | undefined;
|
|
162
|
-
nodeId?: string | undefined;
|
|
163
|
-
url?: string | undefined;
|
|
164
151
|
description?: string | null | undefined;
|
|
165
152
|
color?: string | null | undefined;
|
|
153
|
+
nodeId?: string | undefined;
|
|
154
|
+
url?: string | undefined;
|
|
166
155
|
})[] | undefined;
|
|
167
|
-
|
|
156
|
+
comments?: number | undefined;
|
|
157
|
+
assignees?: {
|
|
168
158
|
id: number;
|
|
169
159
|
login: string;
|
|
170
160
|
name?: string | null | undefined;
|
|
@@ -186,8 +176,19 @@ export declare const IssuesEndpoints: {
|
|
|
186
176
|
receivedEventsUrl?: string | undefined;
|
|
187
177
|
siteAdmin?: boolean | undefined;
|
|
188
178
|
starredAt?: Date | null | undefined;
|
|
189
|
-
} | null | undefined;
|
|
190
|
-
|
|
179
|
+
}[] | null | undefined;
|
|
180
|
+
stateReason?: "completed" | "not_planned" | "duplicate" | "reopened" | null | undefined;
|
|
181
|
+
nodeId?: string | undefined;
|
|
182
|
+
url?: string | undefined;
|
|
183
|
+
htmlUrl?: string | undefined;
|
|
184
|
+
eventsUrl?: string | undefined;
|
|
185
|
+
labelsUrl?: string | undefined;
|
|
186
|
+
createdAt?: Date | null | undefined;
|
|
187
|
+
updatedAt?: Date | null | undefined;
|
|
188
|
+
closedAt?: Date | null | undefined;
|
|
189
|
+
repositoryUrl?: string | undefined;
|
|
190
|
+
commentsUrl?: string | undefined;
|
|
191
|
+
user?: {
|
|
191
192
|
id: number;
|
|
192
193
|
login: string;
|
|
193
194
|
name?: string | null | undefined;
|
|
@@ -209,42 +210,30 @@ export declare const IssuesEndpoints: {
|
|
|
209
210
|
receivedEventsUrl?: string | undefined;
|
|
210
211
|
siteAdmin?: boolean | undefined;
|
|
211
212
|
starredAt?: Date | null | undefined;
|
|
212
|
-
}
|
|
213
|
+
} | null | undefined;
|
|
213
214
|
locked?: boolean | undefined;
|
|
214
|
-
comments?: number | undefined;
|
|
215
215
|
}>;
|
|
216
216
|
create: (ctx: import("..").GithubContext, args: {
|
|
217
217
|
owner: string;
|
|
218
218
|
repo: string;
|
|
219
219
|
title: string | number;
|
|
220
|
-
body?: string;
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
labels?:
|
|
224
|
-
id?: number;
|
|
225
|
-
name?: string;
|
|
226
|
-
description?: string | null;
|
|
227
|
-
color?: string | null;
|
|
228
|
-
}
|
|
229
|
-
assignees?:
|
|
220
|
+
body?: string | undefined;
|
|
221
|
+
milestone?: string | number | null | undefined;
|
|
222
|
+
assignee?: string | null | undefined;
|
|
223
|
+
labels?: (string | {
|
|
224
|
+
id?: number | undefined;
|
|
225
|
+
name?: string | undefined;
|
|
226
|
+
description?: string | null | undefined;
|
|
227
|
+
color?: string | null | undefined;
|
|
228
|
+
})[] | undefined;
|
|
229
|
+
assignees?: string[] | undefined;
|
|
230
230
|
}) => Promise<{
|
|
231
231
|
number: number;
|
|
232
232
|
id: number;
|
|
233
233
|
state: string;
|
|
234
234
|
title: string;
|
|
235
235
|
body?: string | null | undefined;
|
|
236
|
-
|
|
237
|
-
url?: string | undefined;
|
|
238
|
-
htmlUrl?: string | undefined;
|
|
239
|
-
eventsUrl?: string | undefined;
|
|
240
|
-
labelsUrl?: string | undefined;
|
|
241
|
-
createdAt?: Date | null | undefined;
|
|
242
|
-
updatedAt?: Date | null | undefined;
|
|
243
|
-
closedAt?: Date | null | undefined;
|
|
244
|
-
repositoryUrl?: string | undefined;
|
|
245
|
-
commentsUrl?: string | undefined;
|
|
246
|
-
stateReason?: "completed" | "reopened" | "not_planned" | "duplicate" | null | undefined;
|
|
247
|
-
user?: {
|
|
236
|
+
assignee?: {
|
|
248
237
|
id: number;
|
|
249
238
|
login: string;
|
|
250
239
|
name?: string | null | undefined;
|
|
@@ -271,12 +260,13 @@ export declare const IssuesEndpoints: {
|
|
|
271
260
|
id?: number | undefined;
|
|
272
261
|
name?: string | undefined;
|
|
273
262
|
default?: boolean | undefined;
|
|
274
|
-
nodeId?: string | undefined;
|
|
275
|
-
url?: string | undefined;
|
|
276
263
|
description?: string | null | undefined;
|
|
277
264
|
color?: string | null | undefined;
|
|
265
|
+
nodeId?: string | undefined;
|
|
266
|
+
url?: string | undefined;
|
|
278
267
|
})[] | undefined;
|
|
279
|
-
|
|
268
|
+
comments?: number | undefined;
|
|
269
|
+
assignees?: {
|
|
280
270
|
id: number;
|
|
281
271
|
login: string;
|
|
282
272
|
name?: string | null | undefined;
|
|
@@ -298,8 +288,19 @@ export declare const IssuesEndpoints: {
|
|
|
298
288
|
receivedEventsUrl?: string | undefined;
|
|
299
289
|
siteAdmin?: boolean | undefined;
|
|
300
290
|
starredAt?: Date | null | undefined;
|
|
301
|
-
} | null | undefined;
|
|
302
|
-
|
|
291
|
+
}[] | null | undefined;
|
|
292
|
+
stateReason?: "completed" | "not_planned" | "duplicate" | "reopened" | null | undefined;
|
|
293
|
+
nodeId?: string | undefined;
|
|
294
|
+
url?: string | undefined;
|
|
295
|
+
htmlUrl?: string | undefined;
|
|
296
|
+
eventsUrl?: string | undefined;
|
|
297
|
+
labelsUrl?: string | undefined;
|
|
298
|
+
createdAt?: Date | null | undefined;
|
|
299
|
+
updatedAt?: Date | null | undefined;
|
|
300
|
+
closedAt?: Date | null | undefined;
|
|
301
|
+
repositoryUrl?: string | undefined;
|
|
302
|
+
commentsUrl?: string | undefined;
|
|
303
|
+
user?: {
|
|
303
304
|
id: number;
|
|
304
305
|
login: string;
|
|
305
306
|
name?: string | null | undefined;
|
|
@@ -321,45 +322,33 @@ export declare const IssuesEndpoints: {
|
|
|
321
322
|
receivedEventsUrl?: string | undefined;
|
|
322
323
|
siteAdmin?: boolean | undefined;
|
|
323
324
|
starredAt?: Date | null | undefined;
|
|
324
|
-
}
|
|
325
|
+
} | null | undefined;
|
|
325
326
|
locked?: boolean | undefined;
|
|
326
|
-
comments?: number | undefined;
|
|
327
327
|
}>;
|
|
328
328
|
update: (ctx: import("..").GithubContext, args: {
|
|
329
329
|
owner: string;
|
|
330
330
|
repo: string;
|
|
331
331
|
issueNumber: number;
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
332
|
+
body?: string | null | undefined;
|
|
333
|
+
milestone?: string | number | null | undefined;
|
|
334
|
+
state?: "open" | "closed" | undefined;
|
|
335
|
+
assignee?: string | null | undefined;
|
|
336
|
+
labels?: (string | {
|
|
337
|
+
id?: number | undefined;
|
|
338
|
+
name?: string | undefined;
|
|
339
|
+
description?: string | null | undefined;
|
|
340
|
+
color?: string | null | undefined;
|
|
341
|
+
})[] | undefined;
|
|
342
|
+
title?: string | number | null | undefined;
|
|
343
|
+
assignees?: string[] | undefined;
|
|
344
|
+
stateReason?: "completed" | "not_planned" | "duplicate" | "reopened" | null | undefined;
|
|
345
345
|
}) => Promise<{
|
|
346
346
|
number: number;
|
|
347
347
|
id: number;
|
|
348
348
|
state: string;
|
|
349
349
|
title: string;
|
|
350
350
|
body?: string | null | undefined;
|
|
351
|
-
|
|
352
|
-
url?: string | undefined;
|
|
353
|
-
htmlUrl?: string | undefined;
|
|
354
|
-
eventsUrl?: string | undefined;
|
|
355
|
-
labelsUrl?: string | undefined;
|
|
356
|
-
createdAt?: Date | null | undefined;
|
|
357
|
-
updatedAt?: Date | null | undefined;
|
|
358
|
-
closedAt?: Date | null | undefined;
|
|
359
|
-
repositoryUrl?: string | undefined;
|
|
360
|
-
commentsUrl?: string | undefined;
|
|
361
|
-
stateReason?: "completed" | "reopened" | "not_planned" | "duplicate" | null | undefined;
|
|
362
|
-
user?: {
|
|
351
|
+
assignee?: {
|
|
363
352
|
id: number;
|
|
364
353
|
login: string;
|
|
365
354
|
name?: string | null | undefined;
|
|
@@ -386,12 +375,13 @@ export declare const IssuesEndpoints: {
|
|
|
386
375
|
id?: number | undefined;
|
|
387
376
|
name?: string | undefined;
|
|
388
377
|
default?: boolean | undefined;
|
|
389
|
-
nodeId?: string | undefined;
|
|
390
|
-
url?: string | undefined;
|
|
391
378
|
description?: string | null | undefined;
|
|
392
379
|
color?: string | null | undefined;
|
|
380
|
+
nodeId?: string | undefined;
|
|
381
|
+
url?: string | undefined;
|
|
393
382
|
})[] | undefined;
|
|
394
|
-
|
|
383
|
+
comments?: number | undefined;
|
|
384
|
+
assignees?: {
|
|
395
385
|
id: number;
|
|
396
386
|
login: string;
|
|
397
387
|
name?: string | null | undefined;
|
|
@@ -413,8 +403,19 @@ export declare const IssuesEndpoints: {
|
|
|
413
403
|
receivedEventsUrl?: string | undefined;
|
|
414
404
|
siteAdmin?: boolean | undefined;
|
|
415
405
|
starredAt?: Date | null | undefined;
|
|
416
|
-
} | null | undefined;
|
|
417
|
-
|
|
406
|
+
}[] | null | undefined;
|
|
407
|
+
stateReason?: "completed" | "not_planned" | "duplicate" | "reopened" | null | undefined;
|
|
408
|
+
nodeId?: string | undefined;
|
|
409
|
+
url?: string | undefined;
|
|
410
|
+
htmlUrl?: string | undefined;
|
|
411
|
+
eventsUrl?: string | undefined;
|
|
412
|
+
labelsUrl?: string | undefined;
|
|
413
|
+
createdAt?: Date | null | undefined;
|
|
414
|
+
updatedAt?: Date | null | undefined;
|
|
415
|
+
closedAt?: Date | null | undefined;
|
|
416
|
+
repositoryUrl?: string | undefined;
|
|
417
|
+
commentsUrl?: string | undefined;
|
|
418
|
+
user?: {
|
|
418
419
|
id: number;
|
|
419
420
|
login: string;
|
|
420
421
|
name?: string | null | undefined;
|
|
@@ -436,15 +437,14 @@ export declare const IssuesEndpoints: {
|
|
|
436
437
|
receivedEventsUrl?: string | undefined;
|
|
437
438
|
siteAdmin?: boolean | undefined;
|
|
438
439
|
starredAt?: Date | null | undefined;
|
|
439
|
-
}
|
|
440
|
+
} | null | undefined;
|
|
440
441
|
locked?: boolean | undefined;
|
|
441
|
-
comments?: number | undefined;
|
|
442
442
|
}>;
|
|
443
443
|
createComment: (ctx: import("..").GithubContext, args: {
|
|
444
|
+
body: string;
|
|
444
445
|
owner: string;
|
|
445
446
|
repo: string;
|
|
446
447
|
issueNumber: number;
|
|
447
|
-
body: string;
|
|
448
448
|
}) => Promise<{
|
|
449
449
|
id: number;
|
|
450
450
|
body?: string | undefined;
|
|
@@ -468,27 +468,61 @@ export declare const PullRequestsEndpoints: {
|
|
|
468
468
|
list: (ctx: import("..").GithubContext, args: {
|
|
469
469
|
owner: string;
|
|
470
470
|
repo: string;
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
471
|
+
sort?: "created" | "updated" | "popularity" | "long-running" | undefined;
|
|
472
|
+
state?: "open" | "closed" | "all" | undefined;
|
|
473
|
+
direction?: "asc" | "desc" | undefined;
|
|
474
|
+
perPage?: number | undefined;
|
|
475
|
+
page?: number | undefined;
|
|
476
|
+
head?: string | undefined;
|
|
477
|
+
base?: string | undefined;
|
|
478
478
|
}) => Promise<{
|
|
479
479
|
number: number;
|
|
480
480
|
id: number;
|
|
481
|
-
url: string;
|
|
482
481
|
state: "open" | "closed";
|
|
483
482
|
title: string;
|
|
483
|
+
url: string;
|
|
484
484
|
body?: string | null | undefined;
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
485
|
+
milestone?: {
|
|
486
|
+
number?: number | undefined;
|
|
487
|
+
id?: number | undefined;
|
|
488
|
+
state?: "open" | "closed" | undefined;
|
|
489
|
+
creator?: {
|
|
490
|
+
id: number;
|
|
491
|
+
login: string;
|
|
492
|
+
name?: string | null | undefined;
|
|
493
|
+
type?: string | undefined;
|
|
494
|
+
email?: string | null | undefined;
|
|
495
|
+
nodeId?: string | undefined;
|
|
496
|
+
avatarUrl?: string | undefined;
|
|
497
|
+
gravatarId?: string | null | undefined;
|
|
498
|
+
url?: string | undefined;
|
|
499
|
+
htmlUrl?: string | undefined;
|
|
500
|
+
followersUrl?: string | undefined;
|
|
501
|
+
followingUrl?: string | undefined;
|
|
502
|
+
gistsUrl?: string | undefined;
|
|
503
|
+
starredUrl?: string | undefined;
|
|
504
|
+
subscriptionsUrl?: string | undefined;
|
|
505
|
+
organizationsUrl?: string | undefined;
|
|
506
|
+
reposUrl?: string | undefined;
|
|
507
|
+
eventsUrl?: string | undefined;
|
|
508
|
+
receivedEventsUrl?: string | undefined;
|
|
509
|
+
siteAdmin?: boolean | undefined;
|
|
510
|
+
starredAt?: Date | null | undefined;
|
|
511
|
+
} | undefined;
|
|
512
|
+
title?: string | undefined;
|
|
513
|
+
description?: string | null | undefined;
|
|
514
|
+
nodeId?: string | undefined;
|
|
515
|
+
url?: string | undefined;
|
|
516
|
+
htmlUrl?: string | undefined;
|
|
517
|
+
labelsUrl?: string | undefined;
|
|
518
|
+
openIssues?: number | undefined;
|
|
519
|
+
closedIssues?: number | undefined;
|
|
520
|
+
createdAt?: Date | null | undefined;
|
|
521
|
+
updatedAt?: Date | null | undefined;
|
|
522
|
+
closedAt?: Date | null | undefined;
|
|
523
|
+
dueOn?: Date | null | undefined;
|
|
524
|
+
} | null | undefined;
|
|
525
|
+
assignee?: {
|
|
492
526
|
id: number;
|
|
493
527
|
login: string;
|
|
494
528
|
name?: string | null | undefined;
|
|
@@ -510,39 +544,17 @@ export declare const PullRequestsEndpoints: {
|
|
|
510
544
|
receivedEventsUrl?: string | undefined;
|
|
511
545
|
siteAdmin?: boolean | undefined;
|
|
512
546
|
starredAt?: Date | null | undefined;
|
|
513
|
-
} | undefined;
|
|
547
|
+
} | null | undefined;
|
|
514
548
|
labels?: {
|
|
515
549
|
id?: number | undefined;
|
|
516
550
|
name?: string | undefined;
|
|
517
551
|
default?: boolean | undefined;
|
|
518
|
-
nodeId?: string | undefined;
|
|
519
|
-
url?: string | undefined;
|
|
520
552
|
description?: string | null | undefined;
|
|
521
553
|
color?: string | null | undefined;
|
|
522
|
-
}[] | undefined;
|
|
523
|
-
assignee?: {
|
|
524
|
-
id: number;
|
|
525
|
-
login: string;
|
|
526
|
-
name?: string | null | undefined;
|
|
527
|
-
type?: string | undefined;
|
|
528
|
-
email?: string | null | undefined;
|
|
529
554
|
nodeId?: string | undefined;
|
|
530
|
-
avatarUrl?: string | undefined;
|
|
531
|
-
gravatarId?: string | null | undefined;
|
|
532
555
|
url?: string | undefined;
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
followingUrl?: string | undefined;
|
|
536
|
-
gistsUrl?: string | undefined;
|
|
537
|
-
starredUrl?: string | undefined;
|
|
538
|
-
subscriptionsUrl?: string | undefined;
|
|
539
|
-
organizationsUrl?: string | undefined;
|
|
540
|
-
reposUrl?: string | undefined;
|
|
541
|
-
eventsUrl?: string | undefined;
|
|
542
|
-
receivedEventsUrl?: string | undefined;
|
|
543
|
-
siteAdmin?: boolean | undefined;
|
|
544
|
-
starredAt?: Date | null | undefined;
|
|
545
|
-
} | null | undefined;
|
|
556
|
+
}[] | undefined;
|
|
557
|
+
comments?: number | undefined;
|
|
546
558
|
assignees?: {
|
|
547
559
|
id: number;
|
|
548
560
|
login: string;
|
|
@@ -566,105 +578,10 @@ export declare const PullRequestsEndpoints: {
|
|
|
566
578
|
siteAdmin?: boolean | undefined;
|
|
567
579
|
starredAt?: Date | null | undefined;
|
|
568
580
|
}[] | null | undefined;
|
|
569
|
-
locked?: boolean | undefined;
|
|
570
|
-
comments?: number | undefined;
|
|
571
|
-
diffUrl?: string | undefined;
|
|
572
|
-
patchUrl?: string | undefined;
|
|
573
|
-
issueUrl?: string | undefined;
|
|
574
|
-
mergedAt?: Date | null | undefined;
|
|
575
|
-
mergeCommitSha?: string | null | undefined;
|
|
576
|
-
milestone?: {
|
|
577
|
-
number?: number | undefined;
|
|
578
|
-
id?: number | undefined;
|
|
579
|
-
nodeId?: string | undefined;
|
|
580
|
-
url?: string | undefined;
|
|
581
|
-
htmlUrl?: string | undefined;
|
|
582
|
-
description?: string | null | undefined;
|
|
583
|
-
labelsUrl?: string | undefined;
|
|
584
|
-
state?: "open" | "closed" | undefined;
|
|
585
|
-
title?: string | undefined;
|
|
586
|
-
creator?: {
|
|
587
|
-
id: number;
|
|
588
|
-
login: string;
|
|
589
|
-
name?: string | null | undefined;
|
|
590
|
-
type?: string | undefined;
|
|
591
|
-
email?: string | null | undefined;
|
|
592
|
-
nodeId?: string | undefined;
|
|
593
|
-
avatarUrl?: string | undefined;
|
|
594
|
-
gravatarId?: string | null | undefined;
|
|
595
|
-
url?: string | undefined;
|
|
596
|
-
htmlUrl?: string | undefined;
|
|
597
|
-
followersUrl?: string | undefined;
|
|
598
|
-
followingUrl?: string | undefined;
|
|
599
|
-
gistsUrl?: string | undefined;
|
|
600
|
-
starredUrl?: string | undefined;
|
|
601
|
-
subscriptionsUrl?: string | undefined;
|
|
602
|
-
organizationsUrl?: string | undefined;
|
|
603
|
-
reposUrl?: string | undefined;
|
|
604
|
-
eventsUrl?: string | undefined;
|
|
605
|
-
receivedEventsUrl?: string | undefined;
|
|
606
|
-
siteAdmin?: boolean | undefined;
|
|
607
|
-
starredAt?: Date | null | undefined;
|
|
608
|
-
} | undefined;
|
|
609
|
-
openIssues?: number | undefined;
|
|
610
|
-
closedIssues?: number | undefined;
|
|
611
|
-
createdAt?: Date | null | undefined;
|
|
612
|
-
updatedAt?: Date | null | undefined;
|
|
613
|
-
closedAt?: Date | null | undefined;
|
|
614
|
-
dueOn?: Date | null | undefined;
|
|
615
|
-
} | null | undefined;
|
|
616
|
-
commitsUrl?: string | undefined;
|
|
617
|
-
reviewCommentsUrl?: string | undefined;
|
|
618
|
-
reviewCommentUrl?: string | undefined;
|
|
619
|
-
statusesUrl?: string | undefined;
|
|
620
581
|
head?: {
|
|
621
|
-
user?: {
|
|
622
|
-
id: number;
|
|
623
|
-
login: string;
|
|
624
|
-
name?: string | null | undefined;
|
|
625
|
-
type?: string | undefined;
|
|
626
|
-
email?: string | null | undefined;
|
|
627
|
-
nodeId?: string | undefined;
|
|
628
|
-
avatarUrl?: string | undefined;
|
|
629
|
-
gravatarId?: string | null | undefined;
|
|
630
|
-
url?: string | undefined;
|
|
631
|
-
htmlUrl?: string | undefined;
|
|
632
|
-
followersUrl?: string | undefined;
|
|
633
|
-
followingUrl?: string | undefined;
|
|
634
|
-
gistsUrl?: string | undefined;
|
|
635
|
-
starredUrl?: string | undefined;
|
|
636
|
-
subscriptionsUrl?: string | undefined;
|
|
637
|
-
organizationsUrl?: string | undefined;
|
|
638
|
-
reposUrl?: string | undefined;
|
|
639
|
-
eventsUrl?: string | undefined;
|
|
640
|
-
receivedEventsUrl?: string | undefined;
|
|
641
|
-
siteAdmin?: boolean | undefined;
|
|
642
|
-
starredAt?: Date | null | undefined;
|
|
643
|
-
} | undefined;
|
|
644
|
-
label?: string | undefined;
|
|
645
|
-
ref?: string | undefined;
|
|
646
|
-
sha?: string | undefined;
|
|
647
582
|
repo?: {
|
|
648
583
|
id: number;
|
|
649
584
|
name: string;
|
|
650
|
-
nodeId?: string | undefined;
|
|
651
|
-
url?: string | undefined;
|
|
652
|
-
htmlUrl?: string | undefined;
|
|
653
|
-
description?: string | null | undefined;
|
|
654
|
-
createdAt?: Date | null | undefined;
|
|
655
|
-
updatedAt?: Date | null | undefined;
|
|
656
|
-
fullName?: string | undefined;
|
|
657
|
-
private?: boolean | undefined;
|
|
658
|
-
fork?: boolean | undefined;
|
|
659
|
-
pushedAt?: Date | null | undefined;
|
|
660
|
-
defaultBranch?: string | undefined;
|
|
661
|
-
language?: string | null | undefined;
|
|
662
|
-
stargazersCount?: number | undefined;
|
|
663
|
-
watchersCount?: number | undefined;
|
|
664
|
-
forksCount?: number | undefined;
|
|
665
|
-
openIssuesCount?: number | undefined;
|
|
666
|
-
archived?: boolean | undefined;
|
|
667
|
-
disabled?: boolean | undefined;
|
|
668
585
|
owner?: {
|
|
669
586
|
id: number;
|
|
670
587
|
login: string;
|
|
@@ -688,9 +605,27 @@ export declare const PullRequestsEndpoints: {
|
|
|
688
605
|
siteAdmin?: boolean | undefined;
|
|
689
606
|
starredAt?: Date | null | undefined;
|
|
690
607
|
} | undefined;
|
|
608
|
+
description?: string | null | undefined;
|
|
609
|
+
private?: boolean | undefined;
|
|
610
|
+
nodeId?: string | undefined;
|
|
611
|
+
url?: string | undefined;
|
|
612
|
+
htmlUrl?: string | undefined;
|
|
613
|
+
createdAt?: Date | null | undefined;
|
|
614
|
+
updatedAt?: Date | null | undefined;
|
|
615
|
+
fullName?: string | undefined;
|
|
616
|
+
fork?: boolean | undefined;
|
|
617
|
+
pushedAt?: Date | null | undefined;
|
|
618
|
+
defaultBranch?: string | undefined;
|
|
619
|
+
language?: string | null | undefined;
|
|
620
|
+
stargazersCount?: number | undefined;
|
|
621
|
+
watchersCount?: number | undefined;
|
|
622
|
+
forksCount?: number | undefined;
|
|
623
|
+
openIssuesCount?: number | undefined;
|
|
624
|
+
archived?: boolean | undefined;
|
|
625
|
+
disabled?: boolean | undefined;
|
|
691
626
|
} | null | undefined;
|
|
692
|
-
|
|
693
|
-
|
|
627
|
+
sha?: string | undefined;
|
|
628
|
+
ref?: string | undefined;
|
|
694
629
|
user?: {
|
|
695
630
|
id: number;
|
|
696
631
|
login: string;
|
|
@@ -715,29 +650,11 @@ export declare const PullRequestsEndpoints: {
|
|
|
715
650
|
starredAt?: Date | null | undefined;
|
|
716
651
|
} | undefined;
|
|
717
652
|
label?: string | undefined;
|
|
718
|
-
|
|
719
|
-
|
|
653
|
+
} | undefined;
|
|
654
|
+
base?: {
|
|
720
655
|
repo?: {
|
|
721
656
|
id: number;
|
|
722
657
|
name: string;
|
|
723
|
-
nodeId?: string | undefined;
|
|
724
|
-
url?: string | undefined;
|
|
725
|
-
htmlUrl?: string | undefined;
|
|
726
|
-
description?: string | null | undefined;
|
|
727
|
-
createdAt?: Date | null | undefined;
|
|
728
|
-
updatedAt?: Date | null | undefined;
|
|
729
|
-
fullName?: string | undefined;
|
|
730
|
-
private?: boolean | undefined;
|
|
731
|
-
fork?: boolean | undefined;
|
|
732
|
-
pushedAt?: Date | null | undefined;
|
|
733
|
-
defaultBranch?: string | undefined;
|
|
734
|
-
language?: string | null | undefined;
|
|
735
|
-
stargazersCount?: number | undefined;
|
|
736
|
-
watchersCount?: number | undefined;
|
|
737
|
-
forksCount?: number | undefined;
|
|
738
|
-
openIssuesCount?: number | undefined;
|
|
739
|
-
archived?: boolean | undefined;
|
|
740
|
-
disabled?: boolean | undefined;
|
|
741
658
|
owner?: {
|
|
742
659
|
id: number;
|
|
743
660
|
login: string;
|
|
@@ -761,29 +678,53 @@ export declare const PullRequestsEndpoints: {
|
|
|
761
678
|
siteAdmin?: boolean | undefined;
|
|
762
679
|
starredAt?: Date | null | undefined;
|
|
763
680
|
} | undefined;
|
|
681
|
+
description?: string | null | undefined;
|
|
682
|
+
private?: boolean | undefined;
|
|
683
|
+
nodeId?: string | undefined;
|
|
684
|
+
url?: string | undefined;
|
|
685
|
+
htmlUrl?: string | undefined;
|
|
686
|
+
createdAt?: Date | null | undefined;
|
|
687
|
+
updatedAt?: Date | null | undefined;
|
|
688
|
+
fullName?: string | undefined;
|
|
689
|
+
fork?: boolean | undefined;
|
|
690
|
+
pushedAt?: Date | null | undefined;
|
|
691
|
+
defaultBranch?: string | undefined;
|
|
692
|
+
language?: string | null | undefined;
|
|
693
|
+
stargazersCount?: number | undefined;
|
|
694
|
+
watchersCount?: number | undefined;
|
|
695
|
+
forksCount?: number | undefined;
|
|
696
|
+
openIssuesCount?: number | undefined;
|
|
697
|
+
archived?: boolean | undefined;
|
|
698
|
+
disabled?: boolean | undefined;
|
|
699
|
+
} | undefined;
|
|
700
|
+
sha?: string | undefined;
|
|
701
|
+
ref?: string | undefined;
|
|
702
|
+
user?: {
|
|
703
|
+
id: number;
|
|
704
|
+
login: string;
|
|
705
|
+
name?: string | null | undefined;
|
|
706
|
+
type?: string | undefined;
|
|
707
|
+
email?: string | null | undefined;
|
|
708
|
+
nodeId?: string | undefined;
|
|
709
|
+
avatarUrl?: string | undefined;
|
|
710
|
+
gravatarId?: string | null | undefined;
|
|
711
|
+
url?: string | undefined;
|
|
712
|
+
htmlUrl?: string | undefined;
|
|
713
|
+
followersUrl?: string | undefined;
|
|
714
|
+
followingUrl?: string | undefined;
|
|
715
|
+
gistsUrl?: string | undefined;
|
|
716
|
+
starredUrl?: string | undefined;
|
|
717
|
+
subscriptionsUrl?: string | undefined;
|
|
718
|
+
organizationsUrl?: string | undefined;
|
|
719
|
+
reposUrl?: string | undefined;
|
|
720
|
+
eventsUrl?: string | undefined;
|
|
721
|
+
receivedEventsUrl?: string | undefined;
|
|
722
|
+
siteAdmin?: boolean | undefined;
|
|
723
|
+
starredAt?: Date | null | undefined;
|
|
764
724
|
} | undefined;
|
|
725
|
+
label?: string | undefined;
|
|
765
726
|
} | undefined;
|
|
766
|
-
authorAssociation?: string | undefined;
|
|
767
727
|
draft?: boolean | undefined;
|
|
768
|
-
merged?: boolean | undefined;
|
|
769
|
-
mergeable?: boolean | null | undefined;
|
|
770
|
-
reviewComments?: number | undefined;
|
|
771
|
-
commits?: number | undefined;
|
|
772
|
-
additions?: number | undefined;
|
|
773
|
-
deletions?: number | undefined;
|
|
774
|
-
changedFiles?: number | undefined;
|
|
775
|
-
}[]>;
|
|
776
|
-
get: (ctx: import("..").GithubContext, args: {
|
|
777
|
-
owner: string;
|
|
778
|
-
repo: string;
|
|
779
|
-
pullNumber: number;
|
|
780
|
-
}) => Promise<{
|
|
781
|
-
number: number;
|
|
782
|
-
id: number;
|
|
783
|
-
url: string;
|
|
784
|
-
state: "open" | "closed";
|
|
785
|
-
title: string;
|
|
786
|
-
body?: string | null | undefined;
|
|
787
728
|
nodeId?: string | undefined;
|
|
788
729
|
htmlUrl?: string | undefined;
|
|
789
730
|
createdAt?: Date | null | undefined;
|
|
@@ -813,15 +754,76 @@ export declare const PullRequestsEndpoints: {
|
|
|
813
754
|
siteAdmin?: boolean | undefined;
|
|
814
755
|
starredAt?: Date | null | undefined;
|
|
815
756
|
} | undefined;
|
|
816
|
-
|
|
757
|
+
locked?: boolean | undefined;
|
|
758
|
+
diffUrl?: string | undefined;
|
|
759
|
+
patchUrl?: string | undefined;
|
|
760
|
+
issueUrl?: string | undefined;
|
|
761
|
+
mergedAt?: Date | null | undefined;
|
|
762
|
+
mergeCommitSha?: string | null | undefined;
|
|
763
|
+
commitsUrl?: string | undefined;
|
|
764
|
+
reviewCommentsUrl?: string | undefined;
|
|
765
|
+
reviewCommentUrl?: string | undefined;
|
|
766
|
+
statusesUrl?: string | undefined;
|
|
767
|
+
authorAssociation?: string | undefined;
|
|
768
|
+
merged?: boolean | undefined;
|
|
769
|
+
mergeable?: boolean | null | undefined;
|
|
770
|
+
reviewComments?: number | undefined;
|
|
771
|
+
commits?: number | undefined;
|
|
772
|
+
additions?: number | undefined;
|
|
773
|
+
deletions?: number | undefined;
|
|
774
|
+
changedFiles?: number | undefined;
|
|
775
|
+
}[]>;
|
|
776
|
+
get: (ctx: import("..").GithubContext, args: {
|
|
777
|
+
owner: string;
|
|
778
|
+
repo: string;
|
|
779
|
+
pullNumber: number;
|
|
780
|
+
}) => Promise<{
|
|
781
|
+
number: number;
|
|
782
|
+
id: number;
|
|
783
|
+
state: "open" | "closed";
|
|
784
|
+
title: string;
|
|
785
|
+
url: string;
|
|
786
|
+
body?: string | null | undefined;
|
|
787
|
+
milestone?: {
|
|
788
|
+
number?: number | undefined;
|
|
817
789
|
id?: number | undefined;
|
|
818
|
-
|
|
819
|
-
|
|
790
|
+
state?: "open" | "closed" | undefined;
|
|
791
|
+
creator?: {
|
|
792
|
+
id: number;
|
|
793
|
+
login: string;
|
|
794
|
+
name?: string | null | undefined;
|
|
795
|
+
type?: string | undefined;
|
|
796
|
+
email?: string | null | undefined;
|
|
797
|
+
nodeId?: string | undefined;
|
|
798
|
+
avatarUrl?: string | undefined;
|
|
799
|
+
gravatarId?: string | null | undefined;
|
|
800
|
+
url?: string | undefined;
|
|
801
|
+
htmlUrl?: string | undefined;
|
|
802
|
+
followersUrl?: string | undefined;
|
|
803
|
+
followingUrl?: string | undefined;
|
|
804
|
+
gistsUrl?: string | undefined;
|
|
805
|
+
starredUrl?: string | undefined;
|
|
806
|
+
subscriptionsUrl?: string | undefined;
|
|
807
|
+
organizationsUrl?: string | undefined;
|
|
808
|
+
reposUrl?: string | undefined;
|
|
809
|
+
eventsUrl?: string | undefined;
|
|
810
|
+
receivedEventsUrl?: string | undefined;
|
|
811
|
+
siteAdmin?: boolean | undefined;
|
|
812
|
+
starredAt?: Date | null | undefined;
|
|
813
|
+
} | undefined;
|
|
814
|
+
title?: string | undefined;
|
|
815
|
+
description?: string | null | undefined;
|
|
820
816
|
nodeId?: string | undefined;
|
|
821
817
|
url?: string | undefined;
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
818
|
+
htmlUrl?: string | undefined;
|
|
819
|
+
labelsUrl?: string | undefined;
|
|
820
|
+
openIssues?: number | undefined;
|
|
821
|
+
closedIssues?: number | undefined;
|
|
822
|
+
createdAt?: Date | null | undefined;
|
|
823
|
+
updatedAt?: Date | null | undefined;
|
|
824
|
+
closedAt?: Date | null | undefined;
|
|
825
|
+
dueOn?: Date | null | undefined;
|
|
826
|
+
} | null | undefined;
|
|
825
827
|
assignee?: {
|
|
826
828
|
id: number;
|
|
827
829
|
login: string;
|
|
@@ -845,6 +847,16 @@ export declare const PullRequestsEndpoints: {
|
|
|
845
847
|
siteAdmin?: boolean | undefined;
|
|
846
848
|
starredAt?: Date | null | undefined;
|
|
847
849
|
} | null | undefined;
|
|
850
|
+
labels?: {
|
|
851
|
+
id?: number | undefined;
|
|
852
|
+
name?: string | undefined;
|
|
853
|
+
default?: boolean | undefined;
|
|
854
|
+
description?: string | null | undefined;
|
|
855
|
+
color?: string | null | undefined;
|
|
856
|
+
nodeId?: string | undefined;
|
|
857
|
+
url?: string | undefined;
|
|
858
|
+
}[] | undefined;
|
|
859
|
+
comments?: number | undefined;
|
|
848
860
|
assignees?: {
|
|
849
861
|
id: number;
|
|
850
862
|
login: string;
|
|
@@ -868,105 +880,10 @@ export declare const PullRequestsEndpoints: {
|
|
|
868
880
|
siteAdmin?: boolean | undefined;
|
|
869
881
|
starredAt?: Date | null | undefined;
|
|
870
882
|
}[] | null | undefined;
|
|
871
|
-
locked?: boolean | undefined;
|
|
872
|
-
comments?: number | undefined;
|
|
873
|
-
diffUrl?: string | undefined;
|
|
874
|
-
patchUrl?: string | undefined;
|
|
875
|
-
issueUrl?: string | undefined;
|
|
876
|
-
mergedAt?: Date | null | undefined;
|
|
877
|
-
mergeCommitSha?: string | null | undefined;
|
|
878
|
-
milestone?: {
|
|
879
|
-
number?: number | undefined;
|
|
880
|
-
id?: number | undefined;
|
|
881
|
-
nodeId?: string | undefined;
|
|
882
|
-
url?: string | undefined;
|
|
883
|
-
htmlUrl?: string | undefined;
|
|
884
|
-
description?: string | null | undefined;
|
|
885
|
-
labelsUrl?: string | undefined;
|
|
886
|
-
state?: "open" | "closed" | undefined;
|
|
887
|
-
title?: string | undefined;
|
|
888
|
-
creator?: {
|
|
889
|
-
id: number;
|
|
890
|
-
login: string;
|
|
891
|
-
name?: string | null | undefined;
|
|
892
|
-
type?: string | undefined;
|
|
893
|
-
email?: string | null | undefined;
|
|
894
|
-
nodeId?: string | undefined;
|
|
895
|
-
avatarUrl?: string | undefined;
|
|
896
|
-
gravatarId?: string | null | undefined;
|
|
897
|
-
url?: string | undefined;
|
|
898
|
-
htmlUrl?: string | undefined;
|
|
899
|
-
followersUrl?: string | undefined;
|
|
900
|
-
followingUrl?: string | undefined;
|
|
901
|
-
gistsUrl?: string | undefined;
|
|
902
|
-
starredUrl?: string | undefined;
|
|
903
|
-
subscriptionsUrl?: string | undefined;
|
|
904
|
-
organizationsUrl?: string | undefined;
|
|
905
|
-
reposUrl?: string | undefined;
|
|
906
|
-
eventsUrl?: string | undefined;
|
|
907
|
-
receivedEventsUrl?: string | undefined;
|
|
908
|
-
siteAdmin?: boolean | undefined;
|
|
909
|
-
starredAt?: Date | null | undefined;
|
|
910
|
-
} | undefined;
|
|
911
|
-
openIssues?: number | undefined;
|
|
912
|
-
closedIssues?: number | undefined;
|
|
913
|
-
createdAt?: Date | null | undefined;
|
|
914
|
-
updatedAt?: Date | null | undefined;
|
|
915
|
-
closedAt?: Date | null | undefined;
|
|
916
|
-
dueOn?: Date | null | undefined;
|
|
917
|
-
} | null | undefined;
|
|
918
|
-
commitsUrl?: string | undefined;
|
|
919
|
-
reviewCommentsUrl?: string | undefined;
|
|
920
|
-
reviewCommentUrl?: string | undefined;
|
|
921
|
-
statusesUrl?: string | undefined;
|
|
922
883
|
head?: {
|
|
923
|
-
user?: {
|
|
924
|
-
id: number;
|
|
925
|
-
login: string;
|
|
926
|
-
name?: string | null | undefined;
|
|
927
|
-
type?: string | undefined;
|
|
928
|
-
email?: string | null | undefined;
|
|
929
|
-
nodeId?: string | undefined;
|
|
930
|
-
avatarUrl?: string | undefined;
|
|
931
|
-
gravatarId?: string | null | undefined;
|
|
932
|
-
url?: string | undefined;
|
|
933
|
-
htmlUrl?: string | undefined;
|
|
934
|
-
followersUrl?: string | undefined;
|
|
935
|
-
followingUrl?: string | undefined;
|
|
936
|
-
gistsUrl?: string | undefined;
|
|
937
|
-
starredUrl?: string | undefined;
|
|
938
|
-
subscriptionsUrl?: string | undefined;
|
|
939
|
-
organizationsUrl?: string | undefined;
|
|
940
|
-
reposUrl?: string | undefined;
|
|
941
|
-
eventsUrl?: string | undefined;
|
|
942
|
-
receivedEventsUrl?: string | undefined;
|
|
943
|
-
siteAdmin?: boolean | undefined;
|
|
944
|
-
starredAt?: Date | null | undefined;
|
|
945
|
-
} | undefined;
|
|
946
|
-
label?: string | undefined;
|
|
947
|
-
ref?: string | undefined;
|
|
948
|
-
sha?: string | undefined;
|
|
949
884
|
repo?: {
|
|
950
885
|
id: number;
|
|
951
886
|
name: string;
|
|
952
|
-
nodeId?: string | undefined;
|
|
953
|
-
url?: string | undefined;
|
|
954
|
-
htmlUrl?: string | undefined;
|
|
955
|
-
description?: string | null | undefined;
|
|
956
|
-
createdAt?: Date | null | undefined;
|
|
957
|
-
updatedAt?: Date | null | undefined;
|
|
958
|
-
fullName?: string | undefined;
|
|
959
|
-
private?: boolean | undefined;
|
|
960
|
-
fork?: boolean | undefined;
|
|
961
|
-
pushedAt?: Date | null | undefined;
|
|
962
|
-
defaultBranch?: string | undefined;
|
|
963
|
-
language?: string | null | undefined;
|
|
964
|
-
stargazersCount?: number | undefined;
|
|
965
|
-
watchersCount?: number | undefined;
|
|
966
|
-
forksCount?: number | undefined;
|
|
967
|
-
openIssuesCount?: number | undefined;
|
|
968
|
-
archived?: boolean | undefined;
|
|
969
|
-
disabled?: boolean | undefined;
|
|
970
887
|
owner?: {
|
|
971
888
|
id: number;
|
|
972
889
|
login: string;
|
|
@@ -990,9 +907,27 @@ export declare const PullRequestsEndpoints: {
|
|
|
990
907
|
siteAdmin?: boolean | undefined;
|
|
991
908
|
starredAt?: Date | null | undefined;
|
|
992
909
|
} | undefined;
|
|
910
|
+
description?: string | null | undefined;
|
|
911
|
+
private?: boolean | undefined;
|
|
912
|
+
nodeId?: string | undefined;
|
|
913
|
+
url?: string | undefined;
|
|
914
|
+
htmlUrl?: string | undefined;
|
|
915
|
+
createdAt?: Date | null | undefined;
|
|
916
|
+
updatedAt?: Date | null | undefined;
|
|
917
|
+
fullName?: string | undefined;
|
|
918
|
+
fork?: boolean | undefined;
|
|
919
|
+
pushedAt?: Date | null | undefined;
|
|
920
|
+
defaultBranch?: string | undefined;
|
|
921
|
+
language?: string | null | undefined;
|
|
922
|
+
stargazersCount?: number | undefined;
|
|
923
|
+
watchersCount?: number | undefined;
|
|
924
|
+
forksCount?: number | undefined;
|
|
925
|
+
openIssuesCount?: number | undefined;
|
|
926
|
+
archived?: boolean | undefined;
|
|
927
|
+
disabled?: boolean | undefined;
|
|
993
928
|
} | null | undefined;
|
|
994
|
-
|
|
995
|
-
|
|
929
|
+
sha?: string | undefined;
|
|
930
|
+
ref?: string | undefined;
|
|
996
931
|
user?: {
|
|
997
932
|
id: number;
|
|
998
933
|
login: string;
|
|
@@ -1017,29 +952,11 @@ export declare const PullRequestsEndpoints: {
|
|
|
1017
952
|
starredAt?: Date | null | undefined;
|
|
1018
953
|
} | undefined;
|
|
1019
954
|
label?: string | undefined;
|
|
1020
|
-
|
|
1021
|
-
|
|
955
|
+
} | undefined;
|
|
956
|
+
base?: {
|
|
1022
957
|
repo?: {
|
|
1023
958
|
id: number;
|
|
1024
959
|
name: string;
|
|
1025
|
-
nodeId?: string | undefined;
|
|
1026
|
-
url?: string | undefined;
|
|
1027
|
-
htmlUrl?: string | undefined;
|
|
1028
|
-
description?: string | null | undefined;
|
|
1029
|
-
createdAt?: Date | null | undefined;
|
|
1030
|
-
updatedAt?: Date | null | undefined;
|
|
1031
|
-
fullName?: string | undefined;
|
|
1032
|
-
private?: boolean | undefined;
|
|
1033
|
-
fork?: boolean | undefined;
|
|
1034
|
-
pushedAt?: Date | null | undefined;
|
|
1035
|
-
defaultBranch?: string | undefined;
|
|
1036
|
-
language?: string | null | undefined;
|
|
1037
|
-
stargazersCount?: number | undefined;
|
|
1038
|
-
watchersCount?: number | undefined;
|
|
1039
|
-
forksCount?: number | undefined;
|
|
1040
|
-
openIssuesCount?: number | undefined;
|
|
1041
|
-
archived?: boolean | undefined;
|
|
1042
|
-
disabled?: boolean | undefined;
|
|
1043
960
|
owner?: {
|
|
1044
961
|
id: number;
|
|
1045
962
|
login: string;
|
|
@@ -1063,10 +980,93 @@ export declare const PullRequestsEndpoints: {
|
|
|
1063
980
|
siteAdmin?: boolean | undefined;
|
|
1064
981
|
starredAt?: Date | null | undefined;
|
|
1065
982
|
} | undefined;
|
|
983
|
+
description?: string | null | undefined;
|
|
984
|
+
private?: boolean | undefined;
|
|
985
|
+
nodeId?: string | undefined;
|
|
986
|
+
url?: string | undefined;
|
|
987
|
+
htmlUrl?: string | undefined;
|
|
988
|
+
createdAt?: Date | null | undefined;
|
|
989
|
+
updatedAt?: Date | null | undefined;
|
|
990
|
+
fullName?: string | undefined;
|
|
991
|
+
fork?: boolean | undefined;
|
|
992
|
+
pushedAt?: Date | null | undefined;
|
|
993
|
+
defaultBranch?: string | undefined;
|
|
994
|
+
language?: string | null | undefined;
|
|
995
|
+
stargazersCount?: number | undefined;
|
|
996
|
+
watchersCount?: number | undefined;
|
|
997
|
+
forksCount?: number | undefined;
|
|
998
|
+
openIssuesCount?: number | undefined;
|
|
999
|
+
archived?: boolean | undefined;
|
|
1000
|
+
disabled?: boolean | undefined;
|
|
1066
1001
|
} | undefined;
|
|
1002
|
+
sha?: string | undefined;
|
|
1003
|
+
ref?: string | undefined;
|
|
1004
|
+
user?: {
|
|
1005
|
+
id: number;
|
|
1006
|
+
login: string;
|
|
1007
|
+
name?: string | null | undefined;
|
|
1008
|
+
type?: string | undefined;
|
|
1009
|
+
email?: string | null | undefined;
|
|
1010
|
+
nodeId?: string | undefined;
|
|
1011
|
+
avatarUrl?: string | undefined;
|
|
1012
|
+
gravatarId?: string | null | undefined;
|
|
1013
|
+
url?: string | undefined;
|
|
1014
|
+
htmlUrl?: string | undefined;
|
|
1015
|
+
followersUrl?: string | undefined;
|
|
1016
|
+
followingUrl?: string | undefined;
|
|
1017
|
+
gistsUrl?: string | undefined;
|
|
1018
|
+
starredUrl?: string | undefined;
|
|
1019
|
+
subscriptionsUrl?: string | undefined;
|
|
1020
|
+
organizationsUrl?: string | undefined;
|
|
1021
|
+
reposUrl?: string | undefined;
|
|
1022
|
+
eventsUrl?: string | undefined;
|
|
1023
|
+
receivedEventsUrl?: string | undefined;
|
|
1024
|
+
siteAdmin?: boolean | undefined;
|
|
1025
|
+
starredAt?: Date | null | undefined;
|
|
1026
|
+
} | undefined;
|
|
1027
|
+
label?: string | undefined;
|
|
1028
|
+
} | undefined;
|
|
1029
|
+
draft?: boolean | undefined;
|
|
1030
|
+
nodeId?: string | undefined;
|
|
1031
|
+
htmlUrl?: string | undefined;
|
|
1032
|
+
createdAt?: Date | null | undefined;
|
|
1033
|
+
updatedAt?: Date | null | undefined;
|
|
1034
|
+
closedAt?: Date | null | undefined;
|
|
1035
|
+
commentsUrl?: string | undefined;
|
|
1036
|
+
user?: {
|
|
1037
|
+
id: number;
|
|
1038
|
+
login: string;
|
|
1039
|
+
name?: string | null | undefined;
|
|
1040
|
+
type?: string | undefined;
|
|
1041
|
+
email?: string | null | undefined;
|
|
1042
|
+
nodeId?: string | undefined;
|
|
1043
|
+
avatarUrl?: string | undefined;
|
|
1044
|
+
gravatarId?: string | null | undefined;
|
|
1045
|
+
url?: string | undefined;
|
|
1046
|
+
htmlUrl?: string | undefined;
|
|
1047
|
+
followersUrl?: string | undefined;
|
|
1048
|
+
followingUrl?: string | undefined;
|
|
1049
|
+
gistsUrl?: string | undefined;
|
|
1050
|
+
starredUrl?: string | undefined;
|
|
1051
|
+
subscriptionsUrl?: string | undefined;
|
|
1052
|
+
organizationsUrl?: string | undefined;
|
|
1053
|
+
reposUrl?: string | undefined;
|
|
1054
|
+
eventsUrl?: string | undefined;
|
|
1055
|
+
receivedEventsUrl?: string | undefined;
|
|
1056
|
+
siteAdmin?: boolean | undefined;
|
|
1057
|
+
starredAt?: Date | null | undefined;
|
|
1067
1058
|
} | undefined;
|
|
1059
|
+
locked?: boolean | undefined;
|
|
1060
|
+
diffUrl?: string | undefined;
|
|
1061
|
+
patchUrl?: string | undefined;
|
|
1062
|
+
issueUrl?: string | undefined;
|
|
1063
|
+
mergedAt?: Date | null | undefined;
|
|
1064
|
+
mergeCommitSha?: string | null | undefined;
|
|
1065
|
+
commitsUrl?: string | undefined;
|
|
1066
|
+
reviewCommentsUrl?: string | undefined;
|
|
1067
|
+
reviewCommentUrl?: string | undefined;
|
|
1068
|
+
statusesUrl?: string | undefined;
|
|
1068
1069
|
authorAssociation?: string | undefined;
|
|
1069
|
-
draft?: boolean | undefined;
|
|
1070
1070
|
merged?: boolean | undefined;
|
|
1071
1071
|
mergeable?: boolean | null | undefined;
|
|
1072
1072
|
reviewComments?: number | undefined;
|
|
@@ -1079,82 +1079,64 @@ export declare const PullRequestsEndpoints: {
|
|
|
1079
1079
|
owner: string;
|
|
1080
1080
|
repo: string;
|
|
1081
1081
|
pullNumber: number;
|
|
1082
|
-
perPage?: number;
|
|
1083
|
-
page?: number;
|
|
1082
|
+
perPage?: number | undefined;
|
|
1083
|
+
page?: number | undefined;
|
|
1084
1084
|
}) => Promise<{
|
|
1085
1085
|
id: number;
|
|
1086
1086
|
body?: string | undefined;
|
|
1087
|
+
state?: string | undefined;
|
|
1088
|
+
commitId?: string | null | undefined;
|
|
1087
1089
|
nodeId?: string | undefined;
|
|
1088
1090
|
htmlUrl?: string | undefined;
|
|
1089
|
-
state?: string | undefined;
|
|
1090
1091
|
user?: {
|
|
1091
1092
|
id: number;
|
|
1092
1093
|
login: string;
|
|
1093
1094
|
} | undefined;
|
|
1094
1095
|
pullRequestUrl?: string | undefined;
|
|
1095
1096
|
submittedAt?: Date | null | undefined;
|
|
1096
|
-
commitId?: string | null | undefined;
|
|
1097
1097
|
}[]>;
|
|
1098
1098
|
createReview: (ctx: import("..").GithubContext, args: {
|
|
1099
1099
|
owner: string;
|
|
1100
1100
|
repo: string;
|
|
1101
1101
|
pullNumber: number;
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
event?: "APPROVE" | "REQUEST_CHANGES" | "COMMENT";
|
|
1105
|
-
comments?: Array<{
|
|
1102
|
+
body?: string | undefined;
|
|
1103
|
+
comments?: {
|
|
1106
1104
|
path: string;
|
|
1107
|
-
position?: number;
|
|
1108
1105
|
body: string;
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1106
|
+
position?: number | undefined;
|
|
1107
|
+
line?: number | undefined;
|
|
1108
|
+
side?: string | undefined;
|
|
1109
|
+
startLine?: number | undefined;
|
|
1110
|
+
startSide?: string | undefined;
|
|
1111
|
+
}[] | undefined;
|
|
1112
|
+
commitId?: string | undefined;
|
|
1113
|
+
event?: "APPROVE" | "REQUEST_CHANGES" | "COMMENT" | undefined;
|
|
1114
1114
|
}) => Promise<{
|
|
1115
1115
|
id: number;
|
|
1116
1116
|
body?: string | undefined;
|
|
1117
|
+
state?: string | undefined;
|
|
1118
|
+
commitId?: string | null | undefined;
|
|
1117
1119
|
nodeId?: string | undefined;
|
|
1118
1120
|
htmlUrl?: string | undefined;
|
|
1119
|
-
state?: string | undefined;
|
|
1120
1121
|
user?: {
|
|
1121
1122
|
id: number;
|
|
1122
1123
|
login: string;
|
|
1123
1124
|
} | undefined;
|
|
1124
1125
|
pullRequestUrl?: string | undefined;
|
|
1125
1126
|
submittedAt?: Date | null | undefined;
|
|
1126
|
-
commitId?: string | null | undefined;
|
|
1127
1127
|
}>;
|
|
1128
1128
|
};
|
|
1129
1129
|
export declare const RepositoriesEndpoints: {
|
|
1130
1130
|
list: (ctx: import("..").GithubContext, args: {
|
|
1131
|
-
|
|
1132
|
-
type?: "
|
|
1133
|
-
|
|
1134
|
-
direction?: "asc" | "desc";
|
|
1135
|
-
perPage?: number;
|
|
1136
|
-
page?: number;
|
|
1131
|
+
sort?: "created" | "updated" | "pushed" | "full_name" | undefined;
|
|
1132
|
+
type?: "owner" | "all" | "public" | "private" | "member" | undefined;
|
|
1133
|
+
owner?: string | undefined;
|
|
1134
|
+
direction?: "asc" | "desc" | undefined;
|
|
1135
|
+
perPage?: number | undefined;
|
|
1136
|
+
page?: number | undefined;
|
|
1137
1137
|
}) => Promise<{
|
|
1138
1138
|
id: number;
|
|
1139
1139
|
name: string;
|
|
1140
|
-
nodeId?: string | undefined;
|
|
1141
|
-
url?: string | undefined;
|
|
1142
|
-
htmlUrl?: string | undefined;
|
|
1143
|
-
description?: string | null | undefined;
|
|
1144
|
-
createdAt?: Date | null | undefined;
|
|
1145
|
-
updatedAt?: Date | null | undefined;
|
|
1146
|
-
fullName?: string | undefined;
|
|
1147
|
-
private?: boolean | undefined;
|
|
1148
|
-
fork?: boolean | undefined;
|
|
1149
|
-
pushedAt?: Date | null | undefined;
|
|
1150
|
-
defaultBranch?: string | undefined;
|
|
1151
|
-
language?: string | null | undefined;
|
|
1152
|
-
stargazersCount?: number | undefined;
|
|
1153
|
-
watchersCount?: number | undefined;
|
|
1154
|
-
forksCount?: number | undefined;
|
|
1155
|
-
openIssuesCount?: number | undefined;
|
|
1156
|
-
archived?: boolean | undefined;
|
|
1157
|
-
disabled?: boolean | undefined;
|
|
1158
1140
|
owner?: {
|
|
1159
1141
|
id: number;
|
|
1160
1142
|
login: string;
|
|
@@ -1178,21 +1160,14 @@ export declare const RepositoriesEndpoints: {
|
|
|
1178
1160
|
siteAdmin?: boolean | undefined;
|
|
1179
1161
|
starredAt?: Date | null | undefined;
|
|
1180
1162
|
} | undefined;
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
owner: string;
|
|
1184
|
-
repo: string;
|
|
1185
|
-
}) => Promise<{
|
|
1186
|
-
id: number;
|
|
1187
|
-
name: string;
|
|
1163
|
+
description?: string | null | undefined;
|
|
1164
|
+
private?: boolean | undefined;
|
|
1188
1165
|
nodeId?: string | undefined;
|
|
1189
1166
|
url?: string | undefined;
|
|
1190
1167
|
htmlUrl?: string | undefined;
|
|
1191
|
-
description?: string | null | undefined;
|
|
1192
1168
|
createdAt?: Date | null | undefined;
|
|
1193
1169
|
updatedAt?: Date | null | undefined;
|
|
1194
1170
|
fullName?: string | undefined;
|
|
1195
|
-
private?: boolean | undefined;
|
|
1196
1171
|
fork?: boolean | undefined;
|
|
1197
1172
|
pushedAt?: Date | null | undefined;
|
|
1198
1173
|
defaultBranch?: string | undefined;
|
|
@@ -1203,6 +1178,13 @@ export declare const RepositoriesEndpoints: {
|
|
|
1203
1178
|
openIssuesCount?: number | undefined;
|
|
1204
1179
|
archived?: boolean | undefined;
|
|
1205
1180
|
disabled?: boolean | undefined;
|
|
1181
|
+
}[]>;
|
|
1182
|
+
get: (ctx: import("..").GithubContext, args: {
|
|
1183
|
+
owner: string;
|
|
1184
|
+
repo: string;
|
|
1185
|
+
}) => Promise<{
|
|
1186
|
+
id: number;
|
|
1187
|
+
name: string;
|
|
1206
1188
|
owner?: {
|
|
1207
1189
|
id: number;
|
|
1208
1190
|
login: string;
|
|
@@ -1226,32 +1208,50 @@ export declare const RepositoriesEndpoints: {
|
|
|
1226
1208
|
siteAdmin?: boolean | undefined;
|
|
1227
1209
|
starredAt?: Date | null | undefined;
|
|
1228
1210
|
} | undefined;
|
|
1211
|
+
description?: string | null | undefined;
|
|
1212
|
+
private?: boolean | undefined;
|
|
1213
|
+
nodeId?: string | undefined;
|
|
1214
|
+
url?: string | undefined;
|
|
1215
|
+
htmlUrl?: string | undefined;
|
|
1216
|
+
createdAt?: Date | null | undefined;
|
|
1217
|
+
updatedAt?: Date | null | undefined;
|
|
1218
|
+
fullName?: string | undefined;
|
|
1219
|
+
fork?: boolean | undefined;
|
|
1220
|
+
pushedAt?: Date | null | undefined;
|
|
1221
|
+
defaultBranch?: string | undefined;
|
|
1222
|
+
language?: string | null | undefined;
|
|
1223
|
+
stargazersCount?: number | undefined;
|
|
1224
|
+
watchersCount?: number | undefined;
|
|
1225
|
+
forksCount?: number | undefined;
|
|
1226
|
+
openIssuesCount?: number | undefined;
|
|
1227
|
+
archived?: boolean | undefined;
|
|
1228
|
+
disabled?: boolean | undefined;
|
|
1229
1229
|
}>;
|
|
1230
1230
|
listBranches: (ctx: import("..").GithubContext, args: {
|
|
1231
1231
|
owner: string;
|
|
1232
1232
|
repo: string;
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1233
|
+
perPage?: number | undefined;
|
|
1234
|
+
page?: number | undefined;
|
|
1235
|
+
protected?: boolean | undefined;
|
|
1236
1236
|
}) => Promise<{
|
|
1237
1237
|
name: string;
|
|
1238
|
+
protected: boolean;
|
|
1238
1239
|
commit: {
|
|
1239
|
-
url: string;
|
|
1240
1240
|
sha: string;
|
|
1241
|
+
url: string;
|
|
1241
1242
|
};
|
|
1242
|
-
protected: boolean;
|
|
1243
1243
|
}[]>;
|
|
1244
1244
|
listCommits: (ctx: import("..").GithubContext, args: {
|
|
1245
1245
|
owner: string;
|
|
1246
1246
|
repo: string;
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1247
|
+
path?: string | undefined;
|
|
1248
|
+
since?: string | undefined;
|
|
1249
|
+
perPage?: number | undefined;
|
|
1250
|
+
page?: number | undefined;
|
|
1251
|
+
sha?: string | undefined;
|
|
1252
|
+
author?: string | undefined;
|
|
1253
|
+
committer?: string | undefined;
|
|
1254
|
+
until?: string | undefined;
|
|
1255
1255
|
}) => Promise<{
|
|
1256
1256
|
sha: string;
|
|
1257
1257
|
commit: {
|
|
@@ -1260,7 +1260,6 @@ export declare const RepositoriesEndpoints: {
|
|
|
1260
1260
|
sha: string;
|
|
1261
1261
|
url?: string | undefined;
|
|
1262
1262
|
} | undefined;
|
|
1263
|
-
url?: string | undefined;
|
|
1264
1263
|
author?: {
|
|
1265
1264
|
name: string;
|
|
1266
1265
|
email: string;
|
|
@@ -1271,12 +1270,9 @@ export declare const RepositoriesEndpoints: {
|
|
|
1271
1270
|
email: string;
|
|
1272
1271
|
date?: Date | null | undefined;
|
|
1273
1272
|
} | null | undefined;
|
|
1273
|
+
url?: string | undefined;
|
|
1274
1274
|
commentCount?: number | undefined;
|
|
1275
1275
|
};
|
|
1276
|
-
nodeId?: string | undefined;
|
|
1277
|
-
url?: string | undefined;
|
|
1278
|
-
htmlUrl?: string | undefined;
|
|
1279
|
-
commentsUrl?: string | undefined;
|
|
1280
1276
|
author?: {
|
|
1281
1277
|
id: number;
|
|
1282
1278
|
login: string;
|
|
@@ -1285,6 +1281,10 @@ export declare const RepositoriesEndpoints: {
|
|
|
1285
1281
|
id: number;
|
|
1286
1282
|
login: string;
|
|
1287
1283
|
} | null | undefined;
|
|
1284
|
+
nodeId?: string | undefined;
|
|
1285
|
+
url?: string | undefined;
|
|
1286
|
+
htmlUrl?: string | undefined;
|
|
1287
|
+
commentsUrl?: string | undefined;
|
|
1288
1288
|
parents?: {
|
|
1289
1289
|
sha: string;
|
|
1290
1290
|
url?: string | undefined;
|
|
@@ -1292,10 +1292,10 @@ export declare const RepositoriesEndpoints: {
|
|
|
1292
1292
|
}[] | undefined;
|
|
1293
1293
|
}[]>;
|
|
1294
1294
|
getContent: (ctx: import("..").GithubContext, args: {
|
|
1295
|
+
path: string;
|
|
1295
1296
|
owner: string;
|
|
1296
1297
|
repo: string;
|
|
1297
|
-
|
|
1298
|
-
ref?: string;
|
|
1298
|
+
ref?: string | undefined;
|
|
1299
1299
|
}) => Promise<{
|
|
1300
1300
|
name: string;
|
|
1301
1301
|
type: "file";
|
|
@@ -1334,25 +1334,12 @@ export declare const ReleasesEndpoints: {
|
|
|
1334
1334
|
list: (ctx: import("..").GithubContext, args: {
|
|
1335
1335
|
owner: string;
|
|
1336
1336
|
repo: string;
|
|
1337
|
-
perPage?: number;
|
|
1338
|
-
page?: number;
|
|
1337
|
+
perPage?: number | undefined;
|
|
1338
|
+
page?: number | undefined;
|
|
1339
1339
|
}) => Promise<{
|
|
1340
1340
|
id: number;
|
|
1341
1341
|
name?: string | null | undefined;
|
|
1342
1342
|
body?: string | null | undefined;
|
|
1343
|
-
nodeId?: string | undefined;
|
|
1344
|
-
url?: string | undefined;
|
|
1345
|
-
htmlUrl?: string | undefined;
|
|
1346
|
-
createdAt?: Date | null | undefined;
|
|
1347
|
-
draft?: boolean | undefined;
|
|
1348
|
-
assetsUrl?: string | undefined;
|
|
1349
|
-
uploadUrl?: string | undefined;
|
|
1350
|
-
tarballUrl?: string | null | undefined;
|
|
1351
|
-
zipballUrl?: string | null | undefined;
|
|
1352
|
-
tagName?: string | undefined;
|
|
1353
|
-
targetCommitish?: string | undefined;
|
|
1354
|
-
prerelease?: boolean | undefined;
|
|
1355
|
-
publishedAt?: Date | null | undefined;
|
|
1356
1343
|
author?: {
|
|
1357
1344
|
id: number;
|
|
1358
1345
|
login: string;
|
|
@@ -1376,12 +1363,25 @@ export declare const ReleasesEndpoints: {
|
|
|
1376
1363
|
siteAdmin?: boolean | undefined;
|
|
1377
1364
|
starredAt?: Date | null | undefined;
|
|
1378
1365
|
} | undefined;
|
|
1366
|
+
tagName?: string | undefined;
|
|
1367
|
+
targetCommitish?: string | undefined;
|
|
1368
|
+
draft?: boolean | undefined;
|
|
1369
|
+
prerelease?: boolean | undefined;
|
|
1370
|
+
nodeId?: string | undefined;
|
|
1371
|
+
url?: string | undefined;
|
|
1372
|
+
htmlUrl?: string | undefined;
|
|
1373
|
+
createdAt?: Date | null | undefined;
|
|
1374
|
+
assetsUrl?: string | undefined;
|
|
1375
|
+
uploadUrl?: string | undefined;
|
|
1376
|
+
tarballUrl?: string | null | undefined;
|
|
1377
|
+
zipballUrl?: string | null | undefined;
|
|
1378
|
+
publishedAt?: Date | null | undefined;
|
|
1379
1379
|
assets?: {
|
|
1380
1380
|
id: number;
|
|
1381
1381
|
name: string;
|
|
1382
|
+
state: "open" | "uploaded";
|
|
1382
1383
|
nodeId: string;
|
|
1383
1384
|
url: string;
|
|
1384
|
-
state: "open" | "uploaded";
|
|
1385
1385
|
label: string | null;
|
|
1386
1386
|
browserDownloadUrl: string;
|
|
1387
1387
|
contentType: string;
|
|
@@ -1399,19 +1399,6 @@ export declare const ReleasesEndpoints: {
|
|
|
1399
1399
|
id: number;
|
|
1400
1400
|
name?: string | null | undefined;
|
|
1401
1401
|
body?: string | null | undefined;
|
|
1402
|
-
nodeId?: string | undefined;
|
|
1403
|
-
url?: string | undefined;
|
|
1404
|
-
htmlUrl?: string | undefined;
|
|
1405
|
-
createdAt?: Date | null | undefined;
|
|
1406
|
-
draft?: boolean | undefined;
|
|
1407
|
-
assetsUrl?: string | undefined;
|
|
1408
|
-
uploadUrl?: string | undefined;
|
|
1409
|
-
tarballUrl?: string | null | undefined;
|
|
1410
|
-
zipballUrl?: string | null | undefined;
|
|
1411
|
-
tagName?: string | undefined;
|
|
1412
|
-
targetCommitish?: string | undefined;
|
|
1413
|
-
prerelease?: boolean | undefined;
|
|
1414
|
-
publishedAt?: Date | null | undefined;
|
|
1415
1402
|
author?: {
|
|
1416
1403
|
id: number;
|
|
1417
1404
|
login: string;
|
|
@@ -1435,12 +1422,25 @@ export declare const ReleasesEndpoints: {
|
|
|
1435
1422
|
siteAdmin?: boolean | undefined;
|
|
1436
1423
|
starredAt?: Date | null | undefined;
|
|
1437
1424
|
} | undefined;
|
|
1425
|
+
tagName?: string | undefined;
|
|
1426
|
+
targetCommitish?: string | undefined;
|
|
1427
|
+
draft?: boolean | undefined;
|
|
1428
|
+
prerelease?: boolean | undefined;
|
|
1429
|
+
nodeId?: string | undefined;
|
|
1430
|
+
url?: string | undefined;
|
|
1431
|
+
htmlUrl?: string | undefined;
|
|
1432
|
+
createdAt?: Date | null | undefined;
|
|
1433
|
+
assetsUrl?: string | undefined;
|
|
1434
|
+
uploadUrl?: string | undefined;
|
|
1435
|
+
tarballUrl?: string | null | undefined;
|
|
1436
|
+
zipballUrl?: string | null | undefined;
|
|
1437
|
+
publishedAt?: Date | null | undefined;
|
|
1438
1438
|
assets?: {
|
|
1439
1439
|
id: number;
|
|
1440
1440
|
name: string;
|
|
1441
|
+
state: "open" | "uploaded";
|
|
1441
1442
|
nodeId: string;
|
|
1442
1443
|
url: string;
|
|
1443
|
-
state: "open" | "uploaded";
|
|
1444
1444
|
label: string | null;
|
|
1445
1445
|
browserDownloadUrl: string;
|
|
1446
1446
|
contentType: string;
|
|
@@ -1454,29 +1454,16 @@ export declare const ReleasesEndpoints: {
|
|
|
1454
1454
|
owner: string;
|
|
1455
1455
|
repo: string;
|
|
1456
1456
|
tagName: string;
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
draft?: boolean;
|
|
1461
|
-
prerelease?: boolean;
|
|
1462
|
-
generateReleaseNotes?: boolean;
|
|
1457
|
+
name?: string | undefined;
|
|
1458
|
+
body?: string | undefined;
|
|
1459
|
+
targetCommitish?: string | undefined;
|
|
1460
|
+
draft?: boolean | undefined;
|
|
1461
|
+
prerelease?: boolean | undefined;
|
|
1462
|
+
generateReleaseNotes?: boolean | undefined;
|
|
1463
1463
|
}) => Promise<{
|
|
1464
1464
|
id: number;
|
|
1465
1465
|
name?: string | null | undefined;
|
|
1466
1466
|
body?: string | null | undefined;
|
|
1467
|
-
nodeId?: string | undefined;
|
|
1468
|
-
url?: string | undefined;
|
|
1469
|
-
htmlUrl?: string | undefined;
|
|
1470
|
-
createdAt?: Date | null | undefined;
|
|
1471
|
-
draft?: boolean | undefined;
|
|
1472
|
-
assetsUrl?: string | undefined;
|
|
1473
|
-
uploadUrl?: string | undefined;
|
|
1474
|
-
tarballUrl?: string | null | undefined;
|
|
1475
|
-
zipballUrl?: string | null | undefined;
|
|
1476
|
-
tagName?: string | undefined;
|
|
1477
|
-
targetCommitish?: string | undefined;
|
|
1478
|
-
prerelease?: boolean | undefined;
|
|
1479
|
-
publishedAt?: Date | null | undefined;
|
|
1480
1467
|
author?: {
|
|
1481
1468
|
id: number;
|
|
1482
1469
|
login: string;
|
|
@@ -1500,12 +1487,25 @@ export declare const ReleasesEndpoints: {
|
|
|
1500
1487
|
siteAdmin?: boolean | undefined;
|
|
1501
1488
|
starredAt?: Date | null | undefined;
|
|
1502
1489
|
} | undefined;
|
|
1490
|
+
tagName?: string | undefined;
|
|
1491
|
+
targetCommitish?: string | undefined;
|
|
1492
|
+
draft?: boolean | undefined;
|
|
1493
|
+
prerelease?: boolean | undefined;
|
|
1494
|
+
nodeId?: string | undefined;
|
|
1495
|
+
url?: string | undefined;
|
|
1496
|
+
htmlUrl?: string | undefined;
|
|
1497
|
+
createdAt?: Date | null | undefined;
|
|
1498
|
+
assetsUrl?: string | undefined;
|
|
1499
|
+
uploadUrl?: string | undefined;
|
|
1500
|
+
tarballUrl?: string | null | undefined;
|
|
1501
|
+
zipballUrl?: string | null | undefined;
|
|
1502
|
+
publishedAt?: Date | null | undefined;
|
|
1503
1503
|
assets?: {
|
|
1504
1504
|
id: number;
|
|
1505
1505
|
name: string;
|
|
1506
|
+
state: "open" | "uploaded";
|
|
1506
1507
|
nodeId: string;
|
|
1507
1508
|
url: string;
|
|
1508
|
-
state: "open" | "uploaded";
|
|
1509
1509
|
label: string | null;
|
|
1510
1510
|
browserDownloadUrl: string;
|
|
1511
1511
|
contentType: string;
|
|
@@ -1519,29 +1519,16 @@ export declare const ReleasesEndpoints: {
|
|
|
1519
1519
|
owner: string;
|
|
1520
1520
|
repo: string;
|
|
1521
1521
|
releaseId: number;
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
draft?: boolean;
|
|
1527
|
-
prerelease?: boolean;
|
|
1522
|
+
name?: string | undefined;
|
|
1523
|
+
body?: string | undefined;
|
|
1524
|
+
tagName?: string | undefined;
|
|
1525
|
+
targetCommitish?: string | undefined;
|
|
1526
|
+
draft?: boolean | undefined;
|
|
1527
|
+
prerelease?: boolean | undefined;
|
|
1528
1528
|
}) => Promise<{
|
|
1529
1529
|
id: number;
|
|
1530
1530
|
name?: string | null | undefined;
|
|
1531
1531
|
body?: string | null | undefined;
|
|
1532
|
-
nodeId?: string | undefined;
|
|
1533
|
-
url?: string | undefined;
|
|
1534
|
-
htmlUrl?: string | undefined;
|
|
1535
|
-
createdAt?: Date | null | undefined;
|
|
1536
|
-
draft?: boolean | undefined;
|
|
1537
|
-
assetsUrl?: string | undefined;
|
|
1538
|
-
uploadUrl?: string | undefined;
|
|
1539
|
-
tarballUrl?: string | null | undefined;
|
|
1540
|
-
zipballUrl?: string | null | undefined;
|
|
1541
|
-
tagName?: string | undefined;
|
|
1542
|
-
targetCommitish?: string | undefined;
|
|
1543
|
-
prerelease?: boolean | undefined;
|
|
1544
|
-
publishedAt?: Date | null | undefined;
|
|
1545
1532
|
author?: {
|
|
1546
1533
|
id: number;
|
|
1547
1534
|
login: string;
|
|
@@ -1565,12 +1552,25 @@ export declare const ReleasesEndpoints: {
|
|
|
1565
1552
|
siteAdmin?: boolean | undefined;
|
|
1566
1553
|
starredAt?: Date | null | undefined;
|
|
1567
1554
|
} | undefined;
|
|
1555
|
+
tagName?: string | undefined;
|
|
1556
|
+
targetCommitish?: string | undefined;
|
|
1557
|
+
draft?: boolean | undefined;
|
|
1558
|
+
prerelease?: boolean | undefined;
|
|
1559
|
+
nodeId?: string | undefined;
|
|
1560
|
+
url?: string | undefined;
|
|
1561
|
+
htmlUrl?: string | undefined;
|
|
1562
|
+
createdAt?: Date | null | undefined;
|
|
1563
|
+
assetsUrl?: string | undefined;
|
|
1564
|
+
uploadUrl?: string | undefined;
|
|
1565
|
+
tarballUrl?: string | null | undefined;
|
|
1566
|
+
zipballUrl?: string | null | undefined;
|
|
1567
|
+
publishedAt?: Date | null | undefined;
|
|
1568
1568
|
assets?: {
|
|
1569
1569
|
id: number;
|
|
1570
1570
|
name: string;
|
|
1571
|
+
state: "open" | "uploaded";
|
|
1571
1572
|
nodeId: string;
|
|
1572
1573
|
url: string;
|
|
1573
|
-
state: "open" | "uploaded";
|
|
1574
1574
|
label: string | null;
|
|
1575
1575
|
browserDownloadUrl: string;
|
|
1576
1576
|
contentType: string;
|
|
@@ -1585,8 +1585,8 @@ export declare const WorkflowsEndpoints: {
|
|
|
1585
1585
|
list: (ctx: import("..").GithubContext, args: {
|
|
1586
1586
|
owner: string;
|
|
1587
1587
|
repo: string;
|
|
1588
|
-
perPage?: number;
|
|
1589
|
-
page?: number;
|
|
1588
|
+
perPage?: number | undefined;
|
|
1589
|
+
page?: number | undefined;
|
|
1590
1590
|
}) => Promise<import("zod").objectOutputType<{
|
|
1591
1591
|
totalCount: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1592
1592
|
total_count: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -1631,7 +1631,7 @@ export declare const WorkflowsEndpoints: {
|
|
|
1631
1631
|
get: (ctx: import("..").GithubContext, args: {
|
|
1632
1632
|
owner: string;
|
|
1633
1633
|
repo: string;
|
|
1634
|
-
workflowId:
|
|
1634
|
+
workflowId: string | number;
|
|
1635
1635
|
}) => Promise<{
|
|
1636
1636
|
id: number;
|
|
1637
1637
|
name: string;
|
|
@@ -1648,16 +1648,16 @@ export declare const WorkflowsEndpoints: {
|
|
|
1648
1648
|
listRuns: (ctx: import("..").GithubContext, args: {
|
|
1649
1649
|
owner: string;
|
|
1650
1650
|
repo: string;
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
excludePullRequests?: boolean;
|
|
1659
|
-
checkSuiteId?: number;
|
|
1660
|
-
headSha?: string;
|
|
1651
|
+
status?: "pending" | "completed" | "success" | "action_required" | "cancelled" | "failure" | "neutral" | "skipped" | "stale" | "timed_out" | "in_progress" | "queued" | "requested" | "waiting" | undefined;
|
|
1652
|
+
created?: string | undefined;
|
|
1653
|
+
perPage?: number | undefined;
|
|
1654
|
+
page?: number | undefined;
|
|
1655
|
+
event?: string | undefined;
|
|
1656
|
+
actor?: string | undefined;
|
|
1657
|
+
branch?: string | undefined;
|
|
1658
|
+
excludePullRequests?: boolean | undefined;
|
|
1659
|
+
checkSuiteId?: number | undefined;
|
|
1660
|
+
headSha?: string | undefined;
|
|
1661
1661
|
}) => Promise<import("zod").objectOutputType<{
|
|
1662
1662
|
totalCount: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1663
1663
|
total_count: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -1684,36 +1684,36 @@ export declare const WorkflowsEndpoints: {
|
|
|
1684
1684
|
name?: string | null | undefined;
|
|
1685
1685
|
path?: string | undefined;
|
|
1686
1686
|
status?: string | null | undefined;
|
|
1687
|
+
event?: string | undefined;
|
|
1688
|
+
workflowId?: number | undefined;
|
|
1689
|
+
headSha?: string | undefined;
|
|
1687
1690
|
nodeId?: string | undefined;
|
|
1688
1691
|
url?: string | undefined;
|
|
1689
1692
|
htmlUrl?: string | undefined;
|
|
1690
1693
|
createdAt?: Date | null | undefined;
|
|
1691
1694
|
updatedAt?: Date | null | undefined;
|
|
1692
1695
|
headBranch?: string | null | undefined;
|
|
1693
|
-
headSha?: string | undefined;
|
|
1694
1696
|
runNumber?: number | undefined;
|
|
1695
1697
|
runAttempt?: number | undefined;
|
|
1696
|
-
event?: string | undefined;
|
|
1697
1698
|
conclusion?: string | null | undefined;
|
|
1698
|
-
workflowId?: number | undefined;
|
|
1699
1699
|
displayTitle?: string | undefined;
|
|
1700
1700
|
}, {
|
|
1701
1701
|
id: number;
|
|
1702
1702
|
name?: string | null | undefined;
|
|
1703
1703
|
path?: string | undefined;
|
|
1704
1704
|
status?: string | null | undefined;
|
|
1705
|
+
event?: string | undefined;
|
|
1706
|
+
workflowId?: number | undefined;
|
|
1707
|
+
headSha?: string | undefined;
|
|
1705
1708
|
nodeId?: string | undefined;
|
|
1706
1709
|
url?: string | undefined;
|
|
1707
1710
|
htmlUrl?: string | undefined;
|
|
1708
1711
|
createdAt?: Date | null | undefined;
|
|
1709
1712
|
updatedAt?: Date | null | undefined;
|
|
1710
1713
|
headBranch?: string | null | undefined;
|
|
1711
|
-
headSha?: string | undefined;
|
|
1712
1714
|
runNumber?: number | undefined;
|
|
1713
1715
|
runAttempt?: number | undefined;
|
|
1714
|
-
event?: string | undefined;
|
|
1715
1716
|
conclusion?: string | null | undefined;
|
|
1716
|
-
workflowId?: number | undefined;
|
|
1717
1717
|
displayTitle?: string | undefined;
|
|
1718
1718
|
}>, "many">>;
|
|
1719
1719
|
workflow_runs: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -1739,36 +1739,36 @@ export declare const WorkflowsEndpoints: {
|
|
|
1739
1739
|
name?: string | null | undefined;
|
|
1740
1740
|
path?: string | undefined;
|
|
1741
1741
|
status?: string | null | undefined;
|
|
1742
|
+
event?: string | undefined;
|
|
1743
|
+
workflowId?: number | undefined;
|
|
1744
|
+
headSha?: string | undefined;
|
|
1742
1745
|
nodeId?: string | undefined;
|
|
1743
1746
|
url?: string | undefined;
|
|
1744
1747
|
htmlUrl?: string | undefined;
|
|
1745
1748
|
createdAt?: Date | null | undefined;
|
|
1746
1749
|
updatedAt?: Date | null | undefined;
|
|
1747
1750
|
headBranch?: string | null | undefined;
|
|
1748
|
-
headSha?: string | undefined;
|
|
1749
1751
|
runNumber?: number | undefined;
|
|
1750
1752
|
runAttempt?: number | undefined;
|
|
1751
|
-
event?: string | undefined;
|
|
1752
1753
|
conclusion?: string | null | undefined;
|
|
1753
|
-
workflowId?: number | undefined;
|
|
1754
1754
|
displayTitle?: string | undefined;
|
|
1755
1755
|
}, {
|
|
1756
1756
|
id: number;
|
|
1757
1757
|
name?: string | null | undefined;
|
|
1758
1758
|
path?: string | undefined;
|
|
1759
1759
|
status?: string | null | undefined;
|
|
1760
|
+
event?: string | undefined;
|
|
1761
|
+
workflowId?: number | undefined;
|
|
1762
|
+
headSha?: string | undefined;
|
|
1760
1763
|
nodeId?: string | undefined;
|
|
1761
1764
|
url?: string | undefined;
|
|
1762
1765
|
htmlUrl?: string | undefined;
|
|
1763
1766
|
createdAt?: Date | null | undefined;
|
|
1764
1767
|
updatedAt?: Date | null | undefined;
|
|
1765
1768
|
headBranch?: string | null | undefined;
|
|
1766
|
-
headSha?: string | undefined;
|
|
1767
1769
|
runNumber?: number | undefined;
|
|
1768
1770
|
runAttempt?: number | undefined;
|
|
1769
|
-
event?: string | undefined;
|
|
1770
1771
|
conclusion?: string | null | undefined;
|
|
1771
|
-
workflowId?: number | undefined;
|
|
1772
1772
|
displayTitle?: string | undefined;
|
|
1773
1773
|
}>, "many">>;
|
|
1774
1774
|
}, import("zod").ZodTypeAny, "passthrough">>;
|