@credal/actions 0.1.31 → 0.1.34
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/actions/actionMapper.js +238 -0
- package/dist/actions/autogen/definitions.d.ts +5 -0
- package/dist/actions/autogen/definitions.js +132 -0
- package/dist/actions/autogen/templates.d.ts +38 -0
- package/dist/actions/autogen/templates.js +4570 -178
- package/dist/actions/autogen/types.d.ts +1414 -33
- package/dist/actions/autogen/types.js +1812 -1
- package/dist/actions/definitions.js +35 -0
- package/dist/actions/groups.js +44 -4
- package/dist/actions/invoke.js +3 -0
- package/dist/actions/invokeMapper.d.ts +9 -0
- package/dist/actions/invokeMapper.js +33 -0
- package/dist/actions/parse.js +3 -0
- package/dist/actions/providers/asana/commentAsanaTask.d.ts +3 -0
- package/dist/actions/providers/asana/commentAsanaTask.js +44 -0
- package/dist/actions/providers/asana/createAsanaTask.d.ts +3 -0
- package/dist/actions/providers/asana/createAsanaTask.js +93 -0
- package/dist/actions/providers/asana/updateAsanaTask.d.ts +3 -0
- package/dist/actions/providers/asana/updateAsanaTask.js +50 -0
- package/dist/actions/providers/asana/utils.d.ts +6 -0
- package/dist/actions/providers/asana/utils.js +73 -0
- package/dist/actions/providers/ashby/addCandidateToProject.d.ts +3 -0
- package/dist/actions/providers/ashby/addCandidateToProject.js +32 -0
- package/dist/actions/providers/ashby/createCandidate.d.ts +3 -0
- package/dist/actions/providers/ashby/createCandidate.js +42 -0
- package/dist/actions/providers/ashby/createNote.d.ts +3 -0
- package/dist/actions/providers/ashby/createNote.js +32 -0
- package/dist/actions/providers/ashby/getCandidateInfo.d.ts +3 -0
- package/dist/actions/providers/ashby/getCandidateInfo.js +34 -0
- package/dist/actions/providers/ashby/listCandidateNotes.d.ts +3 -0
- package/dist/actions/providers/ashby/listCandidateNotes.js +34 -0
- package/dist/actions/providers/ashby/listCandidates.d.ts +3 -0
- package/dist/actions/providers/ashby/listCandidates.js +31 -0
- package/dist/actions/providers/ashby/searchCandidates.d.ts +3 -0
- package/dist/actions/providers/ashby/searchCandidates.js +35 -0
- package/dist/actions/providers/ashby/updateCandidate.d.ts +3 -0
- package/dist/actions/providers/ashby/updateCandidate.js +60 -0
- package/dist/actions/providers/confluence/updatePage.js +2 -5
- package/dist/actions/providers/github/createBranch.d.ts +6 -0
- package/dist/actions/providers/github/createBranch.js +68 -0
- package/dist/actions/providers/github/createOrUpdateFile.d.ts +6 -0
- package/dist/actions/providers/github/createOrUpdateFile.js +75 -0
- package/dist/actions/providers/github/createPullRequest.d.ts +6 -0
- package/dist/actions/providers/github/createPullRequest.js +48 -0
- package/dist/actions/providers/google-oauth/createPresentation.d.ts +6 -0
- package/dist/actions/providers/google-oauth/createPresentation.js +52 -0
- package/dist/actions/providers/google-oauth/createSpreadsheet.d.ts +6 -0
- package/dist/actions/providers/google-oauth/createSpreadsheet.js +62 -0
- package/dist/actions/providers/google-oauth/scheduleCalendarMeeting.d.ts +6 -0
- package/dist/actions/providers/google-oauth/scheduleCalendarMeeting.js +74 -0
- package/dist/actions/providers/google-oauth/updateDoc.d.ts +7 -0
- package/dist/actions/providers/google-oauth/updateDoc.js +69 -0
- package/dist/actions/providers/google-oauth/updatePresentation.d.ts +7 -0
- package/dist/actions/providers/google-oauth/updatePresentation.js +64 -0
- package/dist/actions/providers/google-oauth/updateSpreadsheet.d.ts +7 -0
- package/dist/actions/providers/google-oauth/updateSpreadsheet.js +51 -0
- package/dist/actions/providers/googlemaps/nearbysearch.js +31 -31
- package/dist/actions/providers/jira/assignJiraTicket.d.ts +3 -0
- package/dist/actions/providers/jira/assignJiraTicket.js +52 -0
- package/dist/actions/providers/jira/commentJiraTicket.d.ts +3 -0
- package/dist/actions/providers/jira/commentJiraTicket.js +56 -0
- package/dist/actions/providers/jira/createJiraTicket.js +3 -24
- package/dist/actions/providers/jira/createTicket.d.ts +3 -0
- package/dist/actions/providers/jira/createTicket.js +34 -0
- package/dist/actions/providers/jira/getJiraTicketDetails.d.ts +3 -0
- package/dist/actions/providers/jira/getJiraTicketDetails.js +40 -0
- package/dist/actions/providers/jira/getJiraTicketHistory.d.ts +3 -0
- package/dist/actions/providers/jira/getJiraTicketHistory.js +41 -0
- package/dist/actions/providers/jira/updateJiraTicketDetails.d.ts +3 -0
- package/dist/actions/providers/jira/updateJiraTicketDetails.js +56 -0
- package/dist/actions/providers/jira/updateJiraTicketStatus.d.ts +3 -0
- package/dist/actions/providers/jira/updateJiraTicketStatus.js +57 -0
- package/dist/actions/providers/jira/utils.d.ts +1 -0
- package/dist/actions/providers/jira/utils.js +34 -0
- package/dist/actions/providers/microsoft/messageTeamsChannel.d.ts +3 -0
- package/dist/actions/providers/microsoft/messageTeamsChannel.js +45 -0
- package/dist/actions/providers/microsoft/messageTeamsChat.d.ts +3 -0
- package/dist/actions/providers/microsoft/messageTeamsChat.js +42 -0
- package/dist/actions/providers/microsoft/utils.d.ts +4 -0
- package/dist/actions/providers/microsoft/utils.js +55 -0
- package/dist/actions/providers/salesforce/createCase.d.ts +3 -0
- package/dist/actions/providers/salesforce/createCase.js +44 -0
- package/dist/actions/providers/salesforce/generateSalesReport.d.ts +3 -0
- package/dist/actions/providers/salesforce/generateSalesReport.js +52 -0
- package/dist/actions/providers/salesforce/getRecord.d.ts +3 -0
- package/dist/actions/providers/salesforce/getRecord.js +42 -0
- package/dist/actions/providers/salesforce/getSalesforceRecordByQuery.d.ts +3 -0
- package/dist/actions/providers/salesforce/getSalesforceRecordByQuery.js +43 -0
- package/dist/actions/providers/salesforce/updateRecord.d.ts +3 -0
- package/dist/actions/providers/salesforce/updateRecord.js +42 -0
- package/dist/actions/providers/slack/getChannelMessages.d.ts +3 -0
- package/dist/actions/providers/slack/getChannelMessages.js +33 -0
- package/dist/actions/providers/slack/list_conversations.d.ts +3 -0
- package/dist/actions/providers/slack/list_conversations.js +60 -0
- package/dist/actions/providers/slack/summarizeChannel.d.ts +3 -0
- package/dist/actions/providers/slack/summarizeChannel.js +51 -0
- package/dist/actions/providers/zendesk/addCommentToTicket.d.ts +3 -0
- package/dist/actions/providers/zendesk/addCommentToTicket.js +37 -0
- package/dist/actions/providers/zendesk/assignTicket.d.ts +3 -0
- package/dist/actions/providers/zendesk/assignTicket.js +37 -0
- package/dist/actions/providers/zendesk/getTicketDetails.d.ts +3 -0
- package/dist/actions/providers/zendesk/getTicketDetails.js +35 -0
- package/dist/actions/providers/zendesk/updateTicketStatus.d.ts +3 -0
- package/dist/actions/providers/zendesk/updateTicketStatus.js +37 -0
- package/dist/actions/schema.js +6 -0
- package/dist/actions/types.js +2 -0
- package/dist/main.js +11 -0
- package/package.json +7 -1
- package/dist/actions/providers/snowflake/runSnowflakeQueryWriteResultsToS3.d.ts +0 -3
- package/dist/actions/providers/snowflake/runSnowflakeQueryWriteResultsToS3.js +0 -154
- package/dist/actions/providers/x/scrapeTweetDataWithNitter.d.ts +0 -3
- package/dist/actions/providers/x/scrapeTweetDataWithNitter.js +0 -45
@@ -19,6 +19,9 @@ export declare const AuthParamsSchema: z.ZodObject<{
|
|
19
19
|
awsSecretAccessKey: z.ZodOptional<z.ZodString>;
|
20
20
|
clientId: z.ZodOptional<z.ZodString>;
|
21
21
|
clientSecret: z.ZodOptional<z.ZodString>;
|
22
|
+
tenantId: z.ZodOptional<z.ZodString>;
|
23
|
+
refreshToken: z.ZodOptional<z.ZodString>;
|
24
|
+
redirectUri: z.ZodOptional<z.ZodString>;
|
22
25
|
}, "strip", z.ZodTypeAny, {
|
23
26
|
subdomain?: string | undefined;
|
24
27
|
authToken?: string | undefined;
|
@@ -35,6 +38,9 @@ export declare const AuthParamsSchema: z.ZodObject<{
|
|
35
38
|
awsSecretAccessKey?: string | undefined;
|
36
39
|
clientId?: string | undefined;
|
37
40
|
clientSecret?: string | undefined;
|
41
|
+
tenantId?: string | undefined;
|
42
|
+
refreshToken?: string | undefined;
|
43
|
+
redirectUri?: string | undefined;
|
38
44
|
}, {
|
39
45
|
subdomain?: string | undefined;
|
40
46
|
authToken?: string | undefined;
|
@@ -51,8 +57,128 @@ export declare const AuthParamsSchema: z.ZodObject<{
|
|
51
57
|
awsSecretAccessKey?: string | undefined;
|
52
58
|
clientId?: string | undefined;
|
53
59
|
clientSecret?: string | undefined;
|
60
|
+
tenantId?: string | undefined;
|
61
|
+
refreshToken?: string | undefined;
|
62
|
+
redirectUri?: string | undefined;
|
54
63
|
}>;
|
55
64
|
export type AuthParamsType = z.infer<typeof AuthParamsSchema>;
|
65
|
+
export declare const asanaCommentTaskParamsSchema: z.ZodObject<{
|
66
|
+
taskId: z.ZodString;
|
67
|
+
commentText: z.ZodString;
|
68
|
+
isPinned: z.ZodOptional<z.ZodBoolean>;
|
69
|
+
}, "strip", z.ZodTypeAny, {
|
70
|
+
taskId: string;
|
71
|
+
commentText: string;
|
72
|
+
isPinned?: boolean | undefined;
|
73
|
+
}, {
|
74
|
+
taskId: string;
|
75
|
+
commentText: string;
|
76
|
+
isPinned?: boolean | undefined;
|
77
|
+
}>;
|
78
|
+
export type asanaCommentTaskParamsType = z.infer<typeof asanaCommentTaskParamsSchema>;
|
79
|
+
export declare const asanaCommentTaskOutputSchema: z.ZodObject<{
|
80
|
+
error: z.ZodOptional<z.ZodString>;
|
81
|
+
success: z.ZodBoolean;
|
82
|
+
commentUrl: z.ZodOptional<z.ZodString>;
|
83
|
+
}, "strip", z.ZodTypeAny, {
|
84
|
+
success: boolean;
|
85
|
+
error?: string | undefined;
|
86
|
+
commentUrl?: string | undefined;
|
87
|
+
}, {
|
88
|
+
success: boolean;
|
89
|
+
error?: string | undefined;
|
90
|
+
commentUrl?: string | undefined;
|
91
|
+
}>;
|
92
|
+
export type asanaCommentTaskOutputType = z.infer<typeof asanaCommentTaskOutputSchema>;
|
93
|
+
export type asanaCommentTaskFunction = ActionFunction<asanaCommentTaskParamsType, AuthParamsType, asanaCommentTaskOutputType>;
|
94
|
+
export declare const asanaCreateTaskParamsSchema: z.ZodObject<{
|
95
|
+
projectId: z.ZodString;
|
96
|
+
name: z.ZodString;
|
97
|
+
approvalStatus: z.ZodOptional<z.ZodString>;
|
98
|
+
description: z.ZodOptional<z.ZodString>;
|
99
|
+
dueAt: z.ZodOptional<z.ZodString>;
|
100
|
+
assignee: z.ZodOptional<z.ZodString>;
|
101
|
+
taskTemplate: z.ZodOptional<z.ZodString>;
|
102
|
+
customFields: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodAny, z.objectOutputType<{}, z.ZodAny, "strip">, z.objectInputType<{}, z.ZodAny, "strip">>>;
|
103
|
+
}, "strip", z.ZodTypeAny, {
|
104
|
+
name: string;
|
105
|
+
projectId: string;
|
106
|
+
description?: string | undefined;
|
107
|
+
approvalStatus?: string | undefined;
|
108
|
+
dueAt?: string | undefined;
|
109
|
+
assignee?: string | undefined;
|
110
|
+
taskTemplate?: string | undefined;
|
111
|
+
customFields?: z.objectOutputType<{}, z.ZodAny, "strip"> | undefined;
|
112
|
+
}, {
|
113
|
+
name: string;
|
114
|
+
projectId: string;
|
115
|
+
description?: string | undefined;
|
116
|
+
approvalStatus?: string | undefined;
|
117
|
+
dueAt?: string | undefined;
|
118
|
+
assignee?: string | undefined;
|
119
|
+
taskTemplate?: string | undefined;
|
120
|
+
customFields?: z.objectInputType<{}, z.ZodAny, "strip"> | undefined;
|
121
|
+
}>;
|
122
|
+
export type asanaCreateTaskParamsType = z.infer<typeof asanaCreateTaskParamsSchema>;
|
123
|
+
export declare const asanaCreateTaskOutputSchema: z.ZodObject<{
|
124
|
+
error: z.ZodOptional<z.ZodString>;
|
125
|
+
success: z.ZodBoolean;
|
126
|
+
taskUrl: z.ZodOptional<z.ZodString>;
|
127
|
+
}, "strip", z.ZodTypeAny, {
|
128
|
+
success: boolean;
|
129
|
+
error?: string | undefined;
|
130
|
+
taskUrl?: string | undefined;
|
131
|
+
}, {
|
132
|
+
success: boolean;
|
133
|
+
error?: string | undefined;
|
134
|
+
taskUrl?: string | undefined;
|
135
|
+
}>;
|
136
|
+
export type asanaCreateTaskOutputType = z.infer<typeof asanaCreateTaskOutputSchema>;
|
137
|
+
export type asanaCreateTaskFunction = ActionFunction<asanaCreateTaskParamsType, AuthParamsType, asanaCreateTaskOutputType>;
|
138
|
+
export declare const asanaUpdateTaskParamsSchema: z.ZodObject<{
|
139
|
+
taskId: z.ZodString;
|
140
|
+
name: z.ZodOptional<z.ZodString>;
|
141
|
+
approvalStatus: z.ZodOptional<z.ZodString>;
|
142
|
+
description: z.ZodOptional<z.ZodString>;
|
143
|
+
dueAt: z.ZodOptional<z.ZodString>;
|
144
|
+
assignee: z.ZodOptional<z.ZodString>;
|
145
|
+
completed: z.ZodOptional<z.ZodBoolean>;
|
146
|
+
customFields: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodAny, z.objectOutputType<{}, z.ZodAny, "strip">, z.objectInputType<{}, z.ZodAny, "strip">>>;
|
147
|
+
}, "strip", z.ZodTypeAny, {
|
148
|
+
taskId: string;
|
149
|
+
description?: string | undefined;
|
150
|
+
name?: string | undefined;
|
151
|
+
approvalStatus?: string | undefined;
|
152
|
+
dueAt?: string | undefined;
|
153
|
+
assignee?: string | undefined;
|
154
|
+
customFields?: z.objectOutputType<{}, z.ZodAny, "strip"> | undefined;
|
155
|
+
completed?: boolean | undefined;
|
156
|
+
}, {
|
157
|
+
taskId: string;
|
158
|
+
description?: string | undefined;
|
159
|
+
name?: string | undefined;
|
160
|
+
approvalStatus?: string | undefined;
|
161
|
+
dueAt?: string | undefined;
|
162
|
+
assignee?: string | undefined;
|
163
|
+
customFields?: z.objectInputType<{}, z.ZodAny, "strip"> | undefined;
|
164
|
+
completed?: boolean | undefined;
|
165
|
+
}>;
|
166
|
+
export type asanaUpdateTaskParamsType = z.infer<typeof asanaUpdateTaskParamsSchema>;
|
167
|
+
export declare const asanaUpdateTaskOutputSchema: z.ZodObject<{
|
168
|
+
error: z.ZodOptional<z.ZodString>;
|
169
|
+
success: z.ZodBoolean;
|
170
|
+
taskUrl: z.ZodOptional<z.ZodString>;
|
171
|
+
}, "strip", z.ZodTypeAny, {
|
172
|
+
success: boolean;
|
173
|
+
error?: string | undefined;
|
174
|
+
taskUrl?: string | undefined;
|
175
|
+
}, {
|
176
|
+
success: boolean;
|
177
|
+
error?: string | undefined;
|
178
|
+
taskUrl?: string | undefined;
|
179
|
+
}>;
|
180
|
+
export type asanaUpdateTaskOutputType = z.infer<typeof asanaUpdateTaskOutputSchema>;
|
181
|
+
export type asanaUpdateTaskFunction = ActionFunction<asanaUpdateTaskParamsType, AuthParamsType, asanaUpdateTaskOutputType>;
|
56
182
|
export declare const slackSendMessageParamsSchema: z.ZodObject<{
|
57
183
|
channelName: z.ZodString;
|
58
184
|
message: z.ZodString;
|
@@ -103,6 +229,46 @@ export declare const slackListConversationsOutputSchema: z.ZodObject<{
|
|
103
229
|
}>;
|
104
230
|
export type slackListConversationsOutputType = z.infer<typeof slackListConversationsOutputSchema>;
|
105
231
|
export type slackListConversationsFunction = ActionFunction<slackListConversationsParamsType, AuthParamsType, slackListConversationsOutputType>;
|
232
|
+
export declare const slackGetChannelMessagesParamsSchema: z.ZodObject<{
|
233
|
+
channelName: z.ZodString;
|
234
|
+
oldest: z.ZodString;
|
235
|
+
}, "strip", z.ZodTypeAny, {
|
236
|
+
channelName: string;
|
237
|
+
oldest: string;
|
238
|
+
}, {
|
239
|
+
channelName: string;
|
240
|
+
oldest: string;
|
241
|
+
}>;
|
242
|
+
export type slackGetChannelMessagesParamsType = z.infer<typeof slackGetChannelMessagesParamsSchema>;
|
243
|
+
export declare const slackGetChannelMessagesOutputSchema: z.ZodObject<{
|
244
|
+
messages: z.ZodArray<z.ZodObject<{
|
245
|
+
user: z.ZodString;
|
246
|
+
text: z.ZodString;
|
247
|
+
ts: z.ZodString;
|
248
|
+
}, "strip", z.ZodTypeAny, {
|
249
|
+
user: string;
|
250
|
+
text: string;
|
251
|
+
ts: string;
|
252
|
+
}, {
|
253
|
+
user: string;
|
254
|
+
text: string;
|
255
|
+
ts: string;
|
256
|
+
}>, "many">;
|
257
|
+
}, "strip", z.ZodTypeAny, {
|
258
|
+
messages: {
|
259
|
+
user: string;
|
260
|
+
text: string;
|
261
|
+
ts: string;
|
262
|
+
}[];
|
263
|
+
}, {
|
264
|
+
messages: {
|
265
|
+
user: string;
|
266
|
+
text: string;
|
267
|
+
ts: string;
|
268
|
+
}[];
|
269
|
+
}>;
|
270
|
+
export type slackGetChannelMessagesOutputType = z.infer<typeof slackGetChannelMessagesOutputSchema>;
|
271
|
+
export type slackGetChannelMessagesFunction = ActionFunction<slackGetChannelMessagesParamsType, AuthParamsType, slackGetChannelMessagesOutputType>;
|
106
272
|
export declare const mathAddParamsSchema: z.ZodObject<{
|
107
273
|
a: z.ZodNumber;
|
108
274
|
b: z.ZodNumber;
|
@@ -163,6 +329,64 @@ export declare const confluenceFetchPageContentOutputSchema: z.ZodObject<{
|
|
163
329
|
}>;
|
164
330
|
export type confluenceFetchPageContentOutputType = z.infer<typeof confluenceFetchPageContentOutputSchema>;
|
165
331
|
export type confluenceFetchPageContentFunction = ActionFunction<confluenceFetchPageContentParamsType, AuthParamsType, confluenceFetchPageContentOutputType>;
|
332
|
+
export declare const jiraAssignJiraTicketParamsSchema: z.ZodObject<{
|
333
|
+
projectKey: z.ZodString;
|
334
|
+
assignee: z.ZodString;
|
335
|
+
issueId: z.ZodString;
|
336
|
+
}, "strip", z.ZodTypeAny, {
|
337
|
+
assignee: string;
|
338
|
+
projectKey: string;
|
339
|
+
issueId: string;
|
340
|
+
}, {
|
341
|
+
assignee: string;
|
342
|
+
projectKey: string;
|
343
|
+
issueId: string;
|
344
|
+
}>;
|
345
|
+
export type jiraAssignJiraTicketParamsType = z.infer<typeof jiraAssignJiraTicketParamsSchema>;
|
346
|
+
export declare const jiraAssignJiraTicketOutputSchema: z.ZodObject<{
|
347
|
+
success: z.ZodBoolean;
|
348
|
+
error: z.ZodOptional<z.ZodString>;
|
349
|
+
ticketUrl: z.ZodOptional<z.ZodString>;
|
350
|
+
}, "strip", z.ZodTypeAny, {
|
351
|
+
success: boolean;
|
352
|
+
error?: string | undefined;
|
353
|
+
ticketUrl?: string | undefined;
|
354
|
+
}, {
|
355
|
+
success: boolean;
|
356
|
+
error?: string | undefined;
|
357
|
+
ticketUrl?: string | undefined;
|
358
|
+
}>;
|
359
|
+
export type jiraAssignJiraTicketOutputType = z.infer<typeof jiraAssignJiraTicketOutputSchema>;
|
360
|
+
export type jiraAssignJiraTicketFunction = ActionFunction<jiraAssignJiraTicketParamsType, AuthParamsType, jiraAssignJiraTicketOutputType>;
|
361
|
+
export declare const jiraCommentJiraTicketParamsSchema: z.ZodObject<{
|
362
|
+
projectKey: z.ZodString;
|
363
|
+
issueId: z.ZodString;
|
364
|
+
comment: z.ZodString;
|
365
|
+
}, "strip", z.ZodTypeAny, {
|
366
|
+
projectKey: string;
|
367
|
+
issueId: string;
|
368
|
+
comment: string;
|
369
|
+
}, {
|
370
|
+
projectKey: string;
|
371
|
+
issueId: string;
|
372
|
+
comment: string;
|
373
|
+
}>;
|
374
|
+
export type jiraCommentJiraTicketParamsType = z.infer<typeof jiraCommentJiraTicketParamsSchema>;
|
375
|
+
export declare const jiraCommentJiraTicketOutputSchema: z.ZodObject<{
|
376
|
+
success: z.ZodBoolean;
|
377
|
+
error: z.ZodOptional<z.ZodString>;
|
378
|
+
commentUrl: z.ZodOptional<z.ZodString>;
|
379
|
+
}, "strip", z.ZodTypeAny, {
|
380
|
+
success: boolean;
|
381
|
+
error?: string | undefined;
|
382
|
+
commentUrl?: string | undefined;
|
383
|
+
}, {
|
384
|
+
success: boolean;
|
385
|
+
error?: string | undefined;
|
386
|
+
commentUrl?: string | undefined;
|
387
|
+
}>;
|
388
|
+
export type jiraCommentJiraTicketOutputType = z.infer<typeof jiraCommentJiraTicketOutputSchema>;
|
389
|
+
export type jiraCommentJiraTicketFunction = ActionFunction<jiraCommentJiraTicketParamsType, AuthParamsType, jiraCommentJiraTicketOutputType>;
|
166
390
|
export declare const jiraCreateJiraTicketParamsSchema: z.ZodObject<{
|
167
391
|
projectKey: z.ZodString;
|
168
392
|
summary: z.ZodString;
|
@@ -176,17 +400,17 @@ export declare const jiraCreateJiraTicketParamsSchema: z.ZodObject<{
|
|
176
400
|
projectKey: string;
|
177
401
|
summary: string;
|
178
402
|
issueType: string;
|
179
|
-
reporter?: string | undefined;
|
180
403
|
assignee?: string | undefined;
|
181
404
|
customFields?: z.objectOutputType<{}, z.ZodAny, "strip"> | undefined;
|
405
|
+
reporter?: string | undefined;
|
182
406
|
}, {
|
183
407
|
description: string;
|
184
408
|
projectKey: string;
|
185
409
|
summary: string;
|
186
410
|
issueType: string;
|
187
|
-
reporter?: string | undefined;
|
188
411
|
assignee?: string | undefined;
|
189
412
|
customFields?: z.objectInputType<{}, z.ZodAny, "strip"> | undefined;
|
413
|
+
reporter?: string | undefined;
|
190
414
|
}>;
|
191
415
|
export type jiraCreateJiraTicketParamsType = z.infer<typeof jiraCreateJiraTicketParamsSchema>;
|
192
416
|
export declare const jiraCreateJiraTicketOutputSchema: z.ZodObject<{
|
@@ -198,6 +422,119 @@ export declare const jiraCreateJiraTicketOutputSchema: z.ZodObject<{
|
|
198
422
|
}>;
|
199
423
|
export type jiraCreateJiraTicketOutputType = z.infer<typeof jiraCreateJiraTicketOutputSchema>;
|
200
424
|
export type jiraCreateJiraTicketFunction = ActionFunction<jiraCreateJiraTicketParamsType, AuthParamsType, jiraCreateJiraTicketOutputType>;
|
425
|
+
export declare const jiraGetJiraTicketDetailsParamsSchema: z.ZodObject<{
|
426
|
+
projectKey: z.ZodString;
|
427
|
+
issueId: z.ZodString;
|
428
|
+
}, "strip", z.ZodTypeAny, {
|
429
|
+
projectKey: string;
|
430
|
+
issueId: string;
|
431
|
+
}, {
|
432
|
+
projectKey: string;
|
433
|
+
issueId: string;
|
434
|
+
}>;
|
435
|
+
export type jiraGetJiraTicketDetailsParamsType = z.infer<typeof jiraGetJiraTicketDetailsParamsSchema>;
|
436
|
+
export declare const jiraGetJiraTicketDetailsOutputSchema: z.ZodObject<{
|
437
|
+
success: z.ZodBoolean;
|
438
|
+
error: z.ZodOptional<z.ZodString>;
|
439
|
+
data: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodAny, z.objectOutputType<{}, z.ZodAny, "strip">, z.objectInputType<{}, z.ZodAny, "strip">>>;
|
440
|
+
}, "strip", z.ZodTypeAny, {
|
441
|
+
success: boolean;
|
442
|
+
error?: string | undefined;
|
443
|
+
data?: z.objectOutputType<{}, z.ZodAny, "strip"> | undefined;
|
444
|
+
}, {
|
445
|
+
success: boolean;
|
446
|
+
error?: string | undefined;
|
447
|
+
data?: z.objectInputType<{}, z.ZodAny, "strip"> | undefined;
|
448
|
+
}>;
|
449
|
+
export type jiraGetJiraTicketDetailsOutputType = z.infer<typeof jiraGetJiraTicketDetailsOutputSchema>;
|
450
|
+
export type jiraGetJiraTicketDetailsFunction = ActionFunction<jiraGetJiraTicketDetailsParamsType, AuthParamsType, jiraGetJiraTicketDetailsOutputType>;
|
451
|
+
export declare const jiraGetJiraTicketHistoryParamsSchema: z.ZodObject<{
|
452
|
+
projectKey: z.ZodString;
|
453
|
+
issueId: z.ZodString;
|
454
|
+
}, "strip", z.ZodTypeAny, {
|
455
|
+
projectKey: string;
|
456
|
+
issueId: string;
|
457
|
+
}, {
|
458
|
+
projectKey: string;
|
459
|
+
issueId: string;
|
460
|
+
}>;
|
461
|
+
export type jiraGetJiraTicketHistoryParamsType = z.infer<typeof jiraGetJiraTicketHistoryParamsSchema>;
|
462
|
+
export declare const jiraGetJiraTicketHistoryOutputSchema: z.ZodObject<{
|
463
|
+
success: z.ZodBoolean;
|
464
|
+
error: z.ZodOptional<z.ZodString>;
|
465
|
+
history: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
466
|
+
}, "strip", z.ZodTypeAny, {
|
467
|
+
success: boolean;
|
468
|
+
error?: string | undefined;
|
469
|
+
history?: any[] | undefined;
|
470
|
+
}, {
|
471
|
+
success: boolean;
|
472
|
+
error?: string | undefined;
|
473
|
+
history?: any[] | undefined;
|
474
|
+
}>;
|
475
|
+
export type jiraGetJiraTicketHistoryOutputType = z.infer<typeof jiraGetJiraTicketHistoryOutputSchema>;
|
476
|
+
export type jiraGetJiraTicketHistoryFunction = ActionFunction<jiraGetJiraTicketHistoryParamsType, AuthParamsType, jiraGetJiraTicketHistoryOutputType>;
|
477
|
+
export declare const jiraUpdateJiraTicketDetailsParamsSchema: z.ZodObject<{
|
478
|
+
projectKey: z.ZodString;
|
479
|
+
issueId: z.ZodString;
|
480
|
+
summary: z.ZodOptional<z.ZodString>;
|
481
|
+
description: z.ZodOptional<z.ZodString>;
|
482
|
+
issueType: z.ZodOptional<z.ZodString>;
|
483
|
+
customFields: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodAny, z.objectOutputType<{}, z.ZodAny, "strip">, z.objectInputType<{}, z.ZodAny, "strip">>>;
|
484
|
+
}, "strip", z.ZodTypeAny, {
|
485
|
+
projectKey: string;
|
486
|
+
issueId: string;
|
487
|
+
description?: string | undefined;
|
488
|
+
customFields?: z.objectOutputType<{}, z.ZodAny, "strip"> | undefined;
|
489
|
+
summary?: string | undefined;
|
490
|
+
issueType?: string | undefined;
|
491
|
+
}, {
|
492
|
+
projectKey: string;
|
493
|
+
issueId: string;
|
494
|
+
description?: string | undefined;
|
495
|
+
customFields?: z.objectInputType<{}, z.ZodAny, "strip"> | undefined;
|
496
|
+
summary?: string | undefined;
|
497
|
+
issueType?: string | undefined;
|
498
|
+
}>;
|
499
|
+
export type jiraUpdateJiraTicketDetailsParamsType = z.infer<typeof jiraUpdateJiraTicketDetailsParamsSchema>;
|
500
|
+
export declare const jiraUpdateJiraTicketDetailsOutputSchema: z.ZodObject<{
|
501
|
+
ticketUrl: z.ZodString;
|
502
|
+
}, "strip", z.ZodTypeAny, {
|
503
|
+
ticketUrl: string;
|
504
|
+
}, {
|
505
|
+
ticketUrl: string;
|
506
|
+
}>;
|
507
|
+
export type jiraUpdateJiraTicketDetailsOutputType = z.infer<typeof jiraUpdateJiraTicketDetailsOutputSchema>;
|
508
|
+
export type jiraUpdateJiraTicketDetailsFunction = ActionFunction<jiraUpdateJiraTicketDetailsParamsType, AuthParamsType, jiraUpdateJiraTicketDetailsOutputType>;
|
509
|
+
export declare const jiraUpdateJiraTicketStatusParamsSchema: z.ZodObject<{
|
510
|
+
projectKey: z.ZodString;
|
511
|
+
issueId: z.ZodString;
|
512
|
+
status: z.ZodString;
|
513
|
+
}, "strip", z.ZodTypeAny, {
|
514
|
+
status: string;
|
515
|
+
projectKey: string;
|
516
|
+
issueId: string;
|
517
|
+
}, {
|
518
|
+
status: string;
|
519
|
+
projectKey: string;
|
520
|
+
issueId: string;
|
521
|
+
}>;
|
522
|
+
export type jiraUpdateJiraTicketStatusParamsType = z.infer<typeof jiraUpdateJiraTicketStatusParamsSchema>;
|
523
|
+
export declare const jiraUpdateJiraTicketStatusOutputSchema: z.ZodObject<{
|
524
|
+
success: z.ZodBoolean;
|
525
|
+
error: z.ZodOptional<z.ZodString>;
|
526
|
+
ticketUrl: z.ZodOptional<z.ZodString>;
|
527
|
+
}, "strip", z.ZodTypeAny, {
|
528
|
+
success: boolean;
|
529
|
+
error?: string | undefined;
|
530
|
+
ticketUrl?: string | undefined;
|
531
|
+
}, {
|
532
|
+
success: boolean;
|
533
|
+
error?: string | undefined;
|
534
|
+
ticketUrl?: string | undefined;
|
535
|
+
}>;
|
536
|
+
export type jiraUpdateJiraTicketStatusOutputType = z.infer<typeof jiraUpdateJiraTicketStatusOutputSchema>;
|
537
|
+
export type jiraUpdateJiraTicketStatusFunction = ActionFunction<jiraUpdateJiraTicketStatusParamsType, AuthParamsType, jiraUpdateJiraTicketStatusOutputType>;
|
201
538
|
export declare const googlemapsValidateAddressParamsSchema: z.ZodObject<{
|
202
539
|
regionCode: z.ZodString;
|
203
540
|
locality: z.ZodString;
|
@@ -655,15 +992,105 @@ export declare const zendeskCreateZendeskTicketOutputSchema: z.ZodObject<{
|
|
655
992
|
}>;
|
656
993
|
export type zendeskCreateZendeskTicketOutputType = z.infer<typeof zendeskCreateZendeskTicketOutputSchema>;
|
657
994
|
export type zendeskCreateZendeskTicketFunction = ActionFunction<zendeskCreateZendeskTicketParamsType, AuthParamsType, zendeskCreateZendeskTicketOutputType>;
|
995
|
+
export declare const zendeskGetTicketDetailsParamsSchema: z.ZodObject<{
|
996
|
+
ticketId: z.ZodString;
|
997
|
+
subdomain: z.ZodString;
|
998
|
+
}, "strip", z.ZodTypeAny, {
|
999
|
+
subdomain: string;
|
1000
|
+
ticketId: string;
|
1001
|
+
}, {
|
1002
|
+
subdomain: string;
|
1003
|
+
ticketId: string;
|
1004
|
+
}>;
|
1005
|
+
export type zendeskGetTicketDetailsParamsType = z.infer<typeof zendeskGetTicketDetailsParamsSchema>;
|
1006
|
+
export declare const zendeskGetTicketDetailsOutputSchema: z.ZodObject<{
|
1007
|
+
ticket: z.ZodObject<{}, "strip", z.ZodAny, z.objectOutputType<{}, z.ZodAny, "strip">, z.objectInputType<{}, z.ZodAny, "strip">>;
|
1008
|
+
}, "strip", z.ZodTypeAny, {
|
1009
|
+
ticket: {} & {
|
1010
|
+
[k: string]: any;
|
1011
|
+
};
|
1012
|
+
}, {
|
1013
|
+
ticket: {} & {
|
1014
|
+
[k: string]: any;
|
1015
|
+
};
|
1016
|
+
}>;
|
1017
|
+
export type zendeskGetTicketDetailsOutputType = z.infer<typeof zendeskGetTicketDetailsOutputSchema>;
|
1018
|
+
export type zendeskGetTicketDetailsFunction = ActionFunction<zendeskGetTicketDetailsParamsType, AuthParamsType, zendeskGetTicketDetailsOutputType>;
|
1019
|
+
export declare const zendeskUpdateTicketStatusParamsSchema: z.ZodObject<{
|
1020
|
+
ticketId: z.ZodString;
|
1021
|
+
subdomain: z.ZodString;
|
1022
|
+
status: z.ZodString;
|
1023
|
+
}, "strip", z.ZodTypeAny, {
|
1024
|
+
status: string;
|
1025
|
+
subdomain: string;
|
1026
|
+
ticketId: string;
|
1027
|
+
}, {
|
1028
|
+
status: string;
|
1029
|
+
subdomain: string;
|
1030
|
+
ticketId: string;
|
1031
|
+
}>;
|
1032
|
+
export type zendeskUpdateTicketStatusParamsType = z.infer<typeof zendeskUpdateTicketStatusParamsSchema>;
|
1033
|
+
export declare const zendeskUpdateTicketStatusOutputSchema: z.ZodVoid;
|
1034
|
+
export type zendeskUpdateTicketStatusOutputType = z.infer<typeof zendeskUpdateTicketStatusOutputSchema>;
|
1035
|
+
export type zendeskUpdateTicketStatusFunction = ActionFunction<zendeskUpdateTicketStatusParamsType, AuthParamsType, zendeskUpdateTicketStatusOutputType>;
|
1036
|
+
export declare const zendeskAddCommentToTicketParamsSchema: z.ZodObject<{
|
1037
|
+
ticketId: z.ZodString;
|
1038
|
+
subdomain: z.ZodString;
|
1039
|
+
comment: z.ZodObject<{
|
1040
|
+
body: z.ZodString;
|
1041
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
1042
|
+
}, "strip", z.ZodTypeAny, {
|
1043
|
+
body: string;
|
1044
|
+
public?: boolean | undefined;
|
1045
|
+
}, {
|
1046
|
+
body: string;
|
1047
|
+
public?: boolean | undefined;
|
1048
|
+
}>;
|
1049
|
+
}, "strip", z.ZodTypeAny, {
|
1050
|
+
comment: {
|
1051
|
+
body: string;
|
1052
|
+
public?: boolean | undefined;
|
1053
|
+
};
|
1054
|
+
subdomain: string;
|
1055
|
+
ticketId: string;
|
1056
|
+
}, {
|
1057
|
+
comment: {
|
1058
|
+
body: string;
|
1059
|
+
public?: boolean | undefined;
|
1060
|
+
};
|
1061
|
+
subdomain: string;
|
1062
|
+
ticketId: string;
|
1063
|
+
}>;
|
1064
|
+
export type zendeskAddCommentToTicketParamsType = z.infer<typeof zendeskAddCommentToTicketParamsSchema>;
|
1065
|
+
export declare const zendeskAddCommentToTicketOutputSchema: z.ZodVoid;
|
1066
|
+
export type zendeskAddCommentToTicketOutputType = z.infer<typeof zendeskAddCommentToTicketOutputSchema>;
|
1067
|
+
export type zendeskAddCommentToTicketFunction = ActionFunction<zendeskAddCommentToTicketParamsType, AuthParamsType, zendeskAddCommentToTicketOutputType>;
|
1068
|
+
export declare const zendeskAssignTicketParamsSchema: z.ZodObject<{
|
1069
|
+
ticketId: z.ZodString;
|
1070
|
+
subdomain: z.ZodString;
|
1071
|
+
assigneeEmail: z.ZodString;
|
1072
|
+
}, "strip", z.ZodTypeAny, {
|
1073
|
+
subdomain: string;
|
1074
|
+
ticketId: string;
|
1075
|
+
assigneeEmail: string;
|
1076
|
+
}, {
|
1077
|
+
subdomain: string;
|
1078
|
+
ticketId: string;
|
1079
|
+
assigneeEmail: string;
|
1080
|
+
}>;
|
1081
|
+
export type zendeskAssignTicketParamsType = z.infer<typeof zendeskAssignTicketParamsSchema>;
|
1082
|
+
export declare const zendeskAssignTicketOutputSchema: z.ZodVoid;
|
1083
|
+
export type zendeskAssignTicketOutputType = z.infer<typeof zendeskAssignTicketOutputSchema>;
|
1084
|
+
export type zendeskAssignTicketFunction = ActionFunction<zendeskAssignTicketParamsType, AuthParamsType, zendeskAssignTicketOutputType>;
|
658
1085
|
export declare const linkedinCreateShareLinkedinPostUrlParamsSchema: z.ZodObject<{
|
659
1086
|
text: z.ZodOptional<z.ZodString>;
|
660
1087
|
url: z.ZodOptional<z.ZodString>;
|
661
1088
|
}, "strip", z.ZodTypeAny, {
|
662
|
-
url?: string | undefined;
|
663
1089
|
text?: string | undefined;
|
664
|
-
}, {
|
665
1090
|
url?: string | undefined;
|
1091
|
+
}, {
|
666
1092
|
text?: string | undefined;
|
1093
|
+
url?: string | undefined;
|
667
1094
|
}>;
|
668
1095
|
export type linkedinCreateShareLinkedinPostUrlParamsType = z.infer<typeof linkedinCreateShareLinkedinPostUrlParamsSchema>;
|
669
1096
|
export declare const linkedinCreateShareLinkedinPostUrlOutputSchema: z.ZodObject<{
|
@@ -743,17 +1170,17 @@ export declare const snowflakeGetRowByFieldValueParamsSchema: z.ZodObject<{
|
|
743
1170
|
tableName: string;
|
744
1171
|
fieldName: string;
|
745
1172
|
fieldValue: string;
|
1173
|
+
user?: string | undefined;
|
746
1174
|
databaseName?: string | undefined;
|
747
1175
|
accountName?: string | undefined;
|
748
|
-
user?: string | undefined;
|
749
1176
|
warehouse?: string | undefined;
|
750
1177
|
}, {
|
751
1178
|
tableName: string;
|
752
1179
|
fieldName: string;
|
753
1180
|
fieldValue: string;
|
1181
|
+
user?: string | undefined;
|
754
1182
|
databaseName?: string | undefined;
|
755
1183
|
accountName?: string | undefined;
|
756
|
-
user?: string | undefined;
|
757
1184
|
warehouse?: string | undefined;
|
758
1185
|
}>;
|
759
1186
|
export type snowflakeGetRowByFieldValueParamsType = z.infer<typeof snowflakeGetRowByFieldValueParamsSchema>;
|
@@ -789,17 +1216,17 @@ export declare const snowflakeRunSnowflakeQueryParamsSchema: z.ZodObject<{
|
|
789
1216
|
accountName: z.ZodString;
|
790
1217
|
outputFormat: z.ZodOptional<z.ZodEnum<["json", "csv"]>>;
|
791
1218
|
}, "strip", z.ZodTypeAny, {
|
1219
|
+
user: string;
|
792
1220
|
query: string;
|
793
1221
|
databaseName: string;
|
794
1222
|
accountName: string;
|
795
|
-
user: string;
|
796
1223
|
warehouse: string;
|
797
1224
|
outputFormat?: "json" | "csv" | undefined;
|
798
1225
|
}, {
|
1226
|
+
user: string;
|
799
1227
|
query: string;
|
800
1228
|
databaseName: string;
|
801
1229
|
accountName: string;
|
802
|
-
user: string;
|
803
1230
|
warehouse: string;
|
804
1231
|
outputFormat?: "json" | "csv" | undefined;
|
805
1232
|
}>;
|
@@ -982,36 +1409,439 @@ export declare const googleOauthCreateNewGoogleDocOutputSchema: z.ZodObject<{
|
|
982
1409
|
}>;
|
983
1410
|
export type googleOauthCreateNewGoogleDocOutputType = z.infer<typeof googleOauthCreateNewGoogleDocOutputSchema>;
|
984
1411
|
export type googleOauthCreateNewGoogleDocFunction = ActionFunction<googleOauthCreateNewGoogleDocParamsType, AuthParamsType, googleOauthCreateNewGoogleDocOutputType>;
|
985
|
-
export declare const
|
986
|
-
|
1412
|
+
export declare const googleOauthUpdateDocParamsSchema: z.ZodObject<{
|
1413
|
+
documentId: z.ZodString;
|
1414
|
+
requests: z.ZodOptional<z.ZodArray<z.ZodIntersection<z.ZodObject<{}, "strip", z.ZodAny, z.objectOutputType<{}, z.ZodAny, "strip">, z.objectInputType<{}, z.ZodAny, "strip">>, z.ZodEffects<z.ZodAny, any, any>>, "many">>;
|
987
1415
|
}, "strip", z.ZodTypeAny, {
|
988
|
-
|
1416
|
+
documentId: string;
|
1417
|
+
requests?: any[] | undefined;
|
989
1418
|
}, {
|
990
|
-
|
1419
|
+
documentId: string;
|
1420
|
+
requests?: any[] | undefined;
|
991
1421
|
}>;
|
992
|
-
export type
|
993
|
-
export declare const
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
symbol?: string | undefined;
|
999
|
-
description?: string | undefined;
|
1000
|
-
}, {
|
1001
|
-
symbol?: string | undefined;
|
1002
|
-
description?: string | undefined;
|
1003
|
-
}>, "many">;
|
1422
|
+
export type googleOauthUpdateDocParamsType = z.infer<typeof googleOauthUpdateDocParamsSchema>;
|
1423
|
+
export declare const googleOauthUpdateDocOutputSchema: z.ZodObject<{
|
1424
|
+
success: z.ZodBoolean;
|
1425
|
+
documentId: z.ZodOptional<z.ZodString>;
|
1426
|
+
documentUrl: z.ZodOptional<z.ZodString>;
|
1427
|
+
error: z.ZodOptional<z.ZodString>;
|
1004
1428
|
}, "strip", z.ZodTypeAny, {
|
1005
|
-
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1429
|
+
success: boolean;
|
1430
|
+
error?: string | undefined;
|
1431
|
+
documentId?: string | undefined;
|
1432
|
+
documentUrl?: string | undefined;
|
1009
1433
|
}, {
|
1010
|
-
|
1011
|
-
|
1012
|
-
|
1013
|
-
|
1014
|
-
}>;
|
1434
|
+
success: boolean;
|
1435
|
+
error?: string | undefined;
|
1436
|
+
documentId?: string | undefined;
|
1437
|
+
documentUrl?: string | undefined;
|
1438
|
+
}>;
|
1439
|
+
export type googleOauthUpdateDocOutputType = z.infer<typeof googleOauthUpdateDocOutputSchema>;
|
1440
|
+
export type googleOauthUpdateDocFunction = ActionFunction<googleOauthUpdateDocParamsType, AuthParamsType, googleOauthUpdateDocOutputType>;
|
1441
|
+
export declare const googleOauthScheduleCalendarMeetingParamsSchema: z.ZodObject<{
|
1442
|
+
calendarId: z.ZodString;
|
1443
|
+
name: z.ZodString;
|
1444
|
+
start: z.ZodString;
|
1445
|
+
end: z.ZodString;
|
1446
|
+
description: z.ZodOptional<z.ZodString>;
|
1447
|
+
attendees: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
1448
|
+
useGoogleMeet: z.ZodOptional<z.ZodBoolean>;
|
1449
|
+
}, "strip", z.ZodTypeAny, {
|
1450
|
+
name: string;
|
1451
|
+
calendarId: string;
|
1452
|
+
start: string;
|
1453
|
+
end: string;
|
1454
|
+
description?: string | undefined;
|
1455
|
+
attendees?: string[] | undefined;
|
1456
|
+
useGoogleMeet?: boolean | undefined;
|
1457
|
+
}, {
|
1458
|
+
name: string;
|
1459
|
+
calendarId: string;
|
1460
|
+
start: string;
|
1461
|
+
end: string;
|
1462
|
+
description?: string | undefined;
|
1463
|
+
attendees?: string[] | undefined;
|
1464
|
+
useGoogleMeet?: boolean | undefined;
|
1465
|
+
}>;
|
1466
|
+
export type googleOauthScheduleCalendarMeetingParamsType = z.infer<typeof googleOauthScheduleCalendarMeetingParamsSchema>;
|
1467
|
+
export declare const googleOauthScheduleCalendarMeetingOutputSchema: z.ZodObject<{
|
1468
|
+
success: z.ZodBoolean;
|
1469
|
+
eventId: z.ZodOptional<z.ZodString>;
|
1470
|
+
eventUrl: z.ZodOptional<z.ZodString>;
|
1471
|
+
error: z.ZodOptional<z.ZodString>;
|
1472
|
+
}, "strip", z.ZodTypeAny, {
|
1473
|
+
success: boolean;
|
1474
|
+
error?: string | undefined;
|
1475
|
+
eventId?: string | undefined;
|
1476
|
+
eventUrl?: string | undefined;
|
1477
|
+
}, {
|
1478
|
+
success: boolean;
|
1479
|
+
error?: string | undefined;
|
1480
|
+
eventId?: string | undefined;
|
1481
|
+
eventUrl?: string | undefined;
|
1482
|
+
}>;
|
1483
|
+
export type googleOauthScheduleCalendarMeetingOutputType = z.infer<typeof googleOauthScheduleCalendarMeetingOutputSchema>;
|
1484
|
+
export type googleOauthScheduleCalendarMeetingFunction = ActionFunction<googleOauthScheduleCalendarMeetingParamsType, AuthParamsType, googleOauthScheduleCalendarMeetingOutputType>;
|
1485
|
+
export declare const googleOauthCreateSpreadsheetParamsSchema: z.ZodObject<{
|
1486
|
+
title: z.ZodString;
|
1487
|
+
sheets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
1488
|
+
title: z.ZodOptional<z.ZodString>;
|
1489
|
+
gridProperties: z.ZodOptional<z.ZodObject<{
|
1490
|
+
rowCount: z.ZodOptional<z.ZodNumber>;
|
1491
|
+
columnCount: z.ZodOptional<z.ZodNumber>;
|
1492
|
+
frozenRowCount: z.ZodOptional<z.ZodNumber>;
|
1493
|
+
frozenColumnCount: z.ZodOptional<z.ZodNumber>;
|
1494
|
+
}, "strip", z.ZodTypeAny, {
|
1495
|
+
rowCount?: number | undefined;
|
1496
|
+
columnCount?: number | undefined;
|
1497
|
+
frozenRowCount?: number | undefined;
|
1498
|
+
frozenColumnCount?: number | undefined;
|
1499
|
+
}, {
|
1500
|
+
rowCount?: number | undefined;
|
1501
|
+
columnCount?: number | undefined;
|
1502
|
+
frozenRowCount?: number | undefined;
|
1503
|
+
frozenColumnCount?: number | undefined;
|
1504
|
+
}>>;
|
1505
|
+
}, "strip", z.ZodTypeAny, {
|
1506
|
+
title?: string | undefined;
|
1507
|
+
gridProperties?: {
|
1508
|
+
rowCount?: number | undefined;
|
1509
|
+
columnCount?: number | undefined;
|
1510
|
+
frozenRowCount?: number | undefined;
|
1511
|
+
frozenColumnCount?: number | undefined;
|
1512
|
+
} | undefined;
|
1513
|
+
}, {
|
1514
|
+
title?: string | undefined;
|
1515
|
+
gridProperties?: {
|
1516
|
+
rowCount?: number | undefined;
|
1517
|
+
columnCount?: number | undefined;
|
1518
|
+
frozenRowCount?: number | undefined;
|
1519
|
+
frozenColumnCount?: number | undefined;
|
1520
|
+
} | undefined;
|
1521
|
+
}>, "many">>;
|
1522
|
+
properties: z.ZodOptional<z.ZodObject<{
|
1523
|
+
locale: z.ZodOptional<z.ZodString>;
|
1524
|
+
timeZone: z.ZodOptional<z.ZodString>;
|
1525
|
+
autoRecalc: z.ZodOptional<z.ZodEnum<["ON_CHANGE", "MINUTE", "HOUR"]>>;
|
1526
|
+
}, "strip", z.ZodTypeAny, {
|
1527
|
+
locale?: string | undefined;
|
1528
|
+
timeZone?: string | undefined;
|
1529
|
+
autoRecalc?: "ON_CHANGE" | "MINUTE" | "HOUR" | undefined;
|
1530
|
+
}, {
|
1531
|
+
locale?: string | undefined;
|
1532
|
+
timeZone?: string | undefined;
|
1533
|
+
autoRecalc?: "ON_CHANGE" | "MINUTE" | "HOUR" | undefined;
|
1534
|
+
}>>;
|
1535
|
+
}, "strip", z.ZodTypeAny, {
|
1536
|
+
title: string;
|
1537
|
+
properties?: {
|
1538
|
+
locale?: string | undefined;
|
1539
|
+
timeZone?: string | undefined;
|
1540
|
+
autoRecalc?: "ON_CHANGE" | "MINUTE" | "HOUR" | undefined;
|
1541
|
+
} | undefined;
|
1542
|
+
sheets?: {
|
1543
|
+
title?: string | undefined;
|
1544
|
+
gridProperties?: {
|
1545
|
+
rowCount?: number | undefined;
|
1546
|
+
columnCount?: number | undefined;
|
1547
|
+
frozenRowCount?: number | undefined;
|
1548
|
+
frozenColumnCount?: number | undefined;
|
1549
|
+
} | undefined;
|
1550
|
+
}[] | undefined;
|
1551
|
+
}, {
|
1552
|
+
title: string;
|
1553
|
+
properties?: {
|
1554
|
+
locale?: string | undefined;
|
1555
|
+
timeZone?: string | undefined;
|
1556
|
+
autoRecalc?: "ON_CHANGE" | "MINUTE" | "HOUR" | undefined;
|
1557
|
+
} | undefined;
|
1558
|
+
sheets?: {
|
1559
|
+
title?: string | undefined;
|
1560
|
+
gridProperties?: {
|
1561
|
+
rowCount?: number | undefined;
|
1562
|
+
columnCount?: number | undefined;
|
1563
|
+
frozenRowCount?: number | undefined;
|
1564
|
+
frozenColumnCount?: number | undefined;
|
1565
|
+
} | undefined;
|
1566
|
+
}[] | undefined;
|
1567
|
+
}>;
|
1568
|
+
export type googleOauthCreateSpreadsheetParamsType = z.infer<typeof googleOauthCreateSpreadsheetParamsSchema>;
|
1569
|
+
export declare const googleOauthCreateSpreadsheetOutputSchema: z.ZodObject<{
|
1570
|
+
success: z.ZodBoolean;
|
1571
|
+
spreadsheetId: z.ZodOptional<z.ZodString>;
|
1572
|
+
spreadsheetUrl: z.ZodOptional<z.ZodString>;
|
1573
|
+
sheets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
1574
|
+
sheetId: z.ZodOptional<z.ZodNumber>;
|
1575
|
+
title: z.ZodOptional<z.ZodString>;
|
1576
|
+
index: z.ZodOptional<z.ZodNumber>;
|
1577
|
+
}, "strip", z.ZodTypeAny, {
|
1578
|
+
title?: string | undefined;
|
1579
|
+
index?: number | undefined;
|
1580
|
+
sheetId?: number | undefined;
|
1581
|
+
}, {
|
1582
|
+
title?: string | undefined;
|
1583
|
+
index?: number | undefined;
|
1584
|
+
sheetId?: number | undefined;
|
1585
|
+
}>, "many">>;
|
1586
|
+
error: z.ZodOptional<z.ZodString>;
|
1587
|
+
}, "strip", z.ZodTypeAny, {
|
1588
|
+
success: boolean;
|
1589
|
+
error?: string | undefined;
|
1590
|
+
sheets?: {
|
1591
|
+
title?: string | undefined;
|
1592
|
+
index?: number | undefined;
|
1593
|
+
sheetId?: number | undefined;
|
1594
|
+
}[] | undefined;
|
1595
|
+
spreadsheetId?: string | undefined;
|
1596
|
+
spreadsheetUrl?: string | undefined;
|
1597
|
+
}, {
|
1598
|
+
success: boolean;
|
1599
|
+
error?: string | undefined;
|
1600
|
+
sheets?: {
|
1601
|
+
title?: string | undefined;
|
1602
|
+
index?: number | undefined;
|
1603
|
+
sheetId?: number | undefined;
|
1604
|
+
}[] | undefined;
|
1605
|
+
spreadsheetId?: string | undefined;
|
1606
|
+
spreadsheetUrl?: string | undefined;
|
1607
|
+
}>;
|
1608
|
+
export type googleOauthCreateSpreadsheetOutputType = z.infer<typeof googleOauthCreateSpreadsheetOutputSchema>;
|
1609
|
+
export type googleOauthCreateSpreadsheetFunction = ActionFunction<googleOauthCreateSpreadsheetParamsType, AuthParamsType, googleOauthCreateSpreadsheetOutputType>;
|
1610
|
+
export declare const googleOauthUpdateSpreadsheetParamsSchema: z.ZodObject<{
|
1611
|
+
spreadsheetId: z.ZodString;
|
1612
|
+
requests: z.ZodArray<z.ZodIntersection<z.ZodObject<{}, "strip", z.ZodAny, z.objectOutputType<{}, z.ZodAny, "strip">, z.objectInputType<{}, z.ZodAny, "strip">>, z.ZodEffects<z.ZodAny, any, any>>, "many">;
|
1613
|
+
}, "strip", z.ZodTypeAny, {
|
1614
|
+
requests: any[];
|
1615
|
+
spreadsheetId: string;
|
1616
|
+
}, {
|
1617
|
+
requests: any[];
|
1618
|
+
spreadsheetId: string;
|
1619
|
+
}>;
|
1620
|
+
export type googleOauthUpdateSpreadsheetParamsType = z.infer<typeof googleOauthUpdateSpreadsheetParamsSchema>;
|
1621
|
+
export declare const googleOauthUpdateSpreadsheetOutputSchema: z.ZodObject<{
|
1622
|
+
success: z.ZodBoolean;
|
1623
|
+
spreadsheetUrl: z.ZodOptional<z.ZodString>;
|
1624
|
+
replies: z.ZodOptional<z.ZodArray<z.ZodIntersection<z.ZodObject<{}, "strip", z.ZodAny, z.objectOutputType<{}, z.ZodAny, "strip">, z.objectInputType<{}, z.ZodAny, "strip">>, z.ZodObject<{
|
1625
|
+
addSheet: z.ZodOptional<z.ZodObject<{
|
1626
|
+
properties: z.ZodOptional<z.ZodObject<{
|
1627
|
+
sheetId: z.ZodOptional<z.ZodNumber>;
|
1628
|
+
title: z.ZodOptional<z.ZodString>;
|
1629
|
+
index: z.ZodOptional<z.ZodNumber>;
|
1630
|
+
}, "strip", z.ZodTypeAny, {
|
1631
|
+
title?: string | undefined;
|
1632
|
+
index?: number | undefined;
|
1633
|
+
sheetId?: number | undefined;
|
1634
|
+
}, {
|
1635
|
+
title?: string | undefined;
|
1636
|
+
index?: number | undefined;
|
1637
|
+
sheetId?: number | undefined;
|
1638
|
+
}>>;
|
1639
|
+
}, "strip", z.ZodTypeAny, {
|
1640
|
+
properties?: {
|
1641
|
+
title?: string | undefined;
|
1642
|
+
index?: number | undefined;
|
1643
|
+
sheetId?: number | undefined;
|
1644
|
+
} | undefined;
|
1645
|
+
}, {
|
1646
|
+
properties?: {
|
1647
|
+
title?: string | undefined;
|
1648
|
+
index?: number | undefined;
|
1649
|
+
sheetId?: number | undefined;
|
1650
|
+
} | undefined;
|
1651
|
+
}>>;
|
1652
|
+
}, "strip", z.ZodTypeAny, {
|
1653
|
+
addSheet?: {
|
1654
|
+
properties?: {
|
1655
|
+
title?: string | undefined;
|
1656
|
+
index?: number | undefined;
|
1657
|
+
sheetId?: number | undefined;
|
1658
|
+
} | undefined;
|
1659
|
+
} | undefined;
|
1660
|
+
}, {
|
1661
|
+
addSheet?: {
|
1662
|
+
properties?: {
|
1663
|
+
title?: string | undefined;
|
1664
|
+
index?: number | undefined;
|
1665
|
+
sheetId?: number | undefined;
|
1666
|
+
} | undefined;
|
1667
|
+
} | undefined;
|
1668
|
+
}>>, "many">>;
|
1669
|
+
error: z.ZodOptional<z.ZodString>;
|
1670
|
+
}, "strip", z.ZodTypeAny, {
|
1671
|
+
success: boolean;
|
1672
|
+
error?: string | undefined;
|
1673
|
+
spreadsheetUrl?: string | undefined;
|
1674
|
+
replies?: ({} & {
|
1675
|
+
[k: string]: any;
|
1676
|
+
} & {
|
1677
|
+
addSheet?: {
|
1678
|
+
properties?: {
|
1679
|
+
title?: string | undefined;
|
1680
|
+
index?: number | undefined;
|
1681
|
+
sheetId?: number | undefined;
|
1682
|
+
} | undefined;
|
1683
|
+
} | undefined;
|
1684
|
+
})[] | undefined;
|
1685
|
+
}, {
|
1686
|
+
success: boolean;
|
1687
|
+
error?: string | undefined;
|
1688
|
+
spreadsheetUrl?: string | undefined;
|
1689
|
+
replies?: ({} & {
|
1690
|
+
[k: string]: any;
|
1691
|
+
} & {
|
1692
|
+
addSheet?: {
|
1693
|
+
properties?: {
|
1694
|
+
title?: string | undefined;
|
1695
|
+
index?: number | undefined;
|
1696
|
+
sheetId?: number | undefined;
|
1697
|
+
} | undefined;
|
1698
|
+
} | undefined;
|
1699
|
+
})[] | undefined;
|
1700
|
+
}>;
|
1701
|
+
export type googleOauthUpdateSpreadsheetOutputType = z.infer<typeof googleOauthUpdateSpreadsheetOutputSchema>;
|
1702
|
+
export type googleOauthUpdateSpreadsheetFunction = ActionFunction<googleOauthUpdateSpreadsheetParamsType, AuthParamsType, googleOauthUpdateSpreadsheetOutputType>;
|
1703
|
+
export declare const googleOauthCreatePresentationParamsSchema: z.ZodObject<{
|
1704
|
+
title: z.ZodString;
|
1705
|
+
pageSize: z.ZodOptional<z.ZodObject<{
|
1706
|
+
width: z.ZodOptional<z.ZodObject<{
|
1707
|
+
unit: z.ZodOptional<z.ZodEnum<["EMU", "PT"]>>;
|
1708
|
+
magnitude: z.ZodOptional<z.ZodNumber>;
|
1709
|
+
}, "strip", z.ZodTypeAny, {
|
1710
|
+
unit?: "EMU" | "PT" | undefined;
|
1711
|
+
magnitude?: number | undefined;
|
1712
|
+
}, {
|
1713
|
+
unit?: "EMU" | "PT" | undefined;
|
1714
|
+
magnitude?: number | undefined;
|
1715
|
+
}>>;
|
1716
|
+
height: z.ZodOptional<z.ZodObject<{
|
1717
|
+
unit: z.ZodOptional<z.ZodEnum<["EMU", "PT"]>>;
|
1718
|
+
magnitude: z.ZodOptional<z.ZodNumber>;
|
1719
|
+
}, "strip", z.ZodTypeAny, {
|
1720
|
+
unit?: "EMU" | "PT" | undefined;
|
1721
|
+
magnitude?: number | undefined;
|
1722
|
+
}, {
|
1723
|
+
unit?: "EMU" | "PT" | undefined;
|
1724
|
+
magnitude?: number | undefined;
|
1725
|
+
}>>;
|
1726
|
+
}, "strip", z.ZodTypeAny, {
|
1727
|
+
width?: {
|
1728
|
+
unit?: "EMU" | "PT" | undefined;
|
1729
|
+
magnitude?: number | undefined;
|
1730
|
+
} | undefined;
|
1731
|
+
height?: {
|
1732
|
+
unit?: "EMU" | "PT" | undefined;
|
1733
|
+
magnitude?: number | undefined;
|
1734
|
+
} | undefined;
|
1735
|
+
}, {
|
1736
|
+
width?: {
|
1737
|
+
unit?: "EMU" | "PT" | undefined;
|
1738
|
+
magnitude?: number | undefined;
|
1739
|
+
} | undefined;
|
1740
|
+
height?: {
|
1741
|
+
unit?: "EMU" | "PT" | undefined;
|
1742
|
+
magnitude?: number | undefined;
|
1743
|
+
} | undefined;
|
1744
|
+
}>>;
|
1745
|
+
}, "strip", z.ZodTypeAny, {
|
1746
|
+
title: string;
|
1747
|
+
pageSize?: {
|
1748
|
+
width?: {
|
1749
|
+
unit?: "EMU" | "PT" | undefined;
|
1750
|
+
magnitude?: number | undefined;
|
1751
|
+
} | undefined;
|
1752
|
+
height?: {
|
1753
|
+
unit?: "EMU" | "PT" | undefined;
|
1754
|
+
magnitude?: number | undefined;
|
1755
|
+
} | undefined;
|
1756
|
+
} | undefined;
|
1757
|
+
}, {
|
1758
|
+
title: string;
|
1759
|
+
pageSize?: {
|
1760
|
+
width?: {
|
1761
|
+
unit?: "EMU" | "PT" | undefined;
|
1762
|
+
magnitude?: number | undefined;
|
1763
|
+
} | undefined;
|
1764
|
+
height?: {
|
1765
|
+
unit?: "EMU" | "PT" | undefined;
|
1766
|
+
magnitude?: number | undefined;
|
1767
|
+
} | undefined;
|
1768
|
+
} | undefined;
|
1769
|
+
}>;
|
1770
|
+
export type googleOauthCreatePresentationParamsType = z.infer<typeof googleOauthCreatePresentationParamsSchema>;
|
1771
|
+
export declare const googleOauthCreatePresentationOutputSchema: z.ZodObject<{
|
1772
|
+
success: z.ZodBoolean;
|
1773
|
+
error: z.ZodOptional<z.ZodString>;
|
1774
|
+
presentationId: z.ZodOptional<z.ZodString>;
|
1775
|
+
presentationUrl: z.ZodOptional<z.ZodString>;
|
1776
|
+
}, "strip", z.ZodTypeAny, {
|
1777
|
+
success: boolean;
|
1778
|
+
error?: string | undefined;
|
1779
|
+
presentationId?: string | undefined;
|
1780
|
+
presentationUrl?: string | undefined;
|
1781
|
+
}, {
|
1782
|
+
success: boolean;
|
1783
|
+
error?: string | undefined;
|
1784
|
+
presentationId?: string | undefined;
|
1785
|
+
presentationUrl?: string | undefined;
|
1786
|
+
}>;
|
1787
|
+
export type googleOauthCreatePresentationOutputType = z.infer<typeof googleOauthCreatePresentationOutputSchema>;
|
1788
|
+
export type googleOauthCreatePresentationFunction = ActionFunction<googleOauthCreatePresentationParamsType, AuthParamsType, googleOauthCreatePresentationOutputType>;
|
1789
|
+
export declare const googleOauthUpdatePresentationParamsSchema: z.ZodObject<{
|
1790
|
+
presentationId: z.ZodString;
|
1791
|
+
requests: z.ZodArray<z.ZodIntersection<z.ZodObject<{}, "strip", z.ZodAny, z.objectOutputType<{}, z.ZodAny, "strip">, z.objectInputType<{}, z.ZodAny, "strip">>, z.ZodEffects<z.ZodAny, any, any>>, "many">;
|
1792
|
+
}, "strip", z.ZodTypeAny, {
|
1793
|
+
requests: any[];
|
1794
|
+
presentationId: string;
|
1795
|
+
}, {
|
1796
|
+
requests: any[];
|
1797
|
+
presentationId: string;
|
1798
|
+
}>;
|
1799
|
+
export type googleOauthUpdatePresentationParamsType = z.infer<typeof googleOauthUpdatePresentationParamsSchema>;
|
1800
|
+
export declare const googleOauthUpdatePresentationOutputSchema: z.ZodObject<{
|
1801
|
+
success: z.ZodBoolean;
|
1802
|
+
error: z.ZodOptional<z.ZodString>;
|
1803
|
+
presentationUrl: z.ZodOptional<z.ZodString>;
|
1804
|
+
}, "strip", z.ZodTypeAny, {
|
1805
|
+
success: boolean;
|
1806
|
+
error?: string | undefined;
|
1807
|
+
presentationUrl?: string | undefined;
|
1808
|
+
}, {
|
1809
|
+
success: boolean;
|
1810
|
+
error?: string | undefined;
|
1811
|
+
presentationUrl?: string | undefined;
|
1812
|
+
}>;
|
1813
|
+
export type googleOauthUpdatePresentationOutputType = z.infer<typeof googleOauthUpdatePresentationOutputSchema>;
|
1814
|
+
export type googleOauthUpdatePresentationFunction = ActionFunction<googleOauthUpdatePresentationParamsType, AuthParamsType, googleOauthUpdatePresentationOutputType>;
|
1815
|
+
export declare const finnhubSymbolLookupParamsSchema: z.ZodObject<{
|
1816
|
+
query: z.ZodString;
|
1817
|
+
}, "strip", z.ZodTypeAny, {
|
1818
|
+
query: string;
|
1819
|
+
}, {
|
1820
|
+
query: string;
|
1821
|
+
}>;
|
1822
|
+
export type finnhubSymbolLookupParamsType = z.infer<typeof finnhubSymbolLookupParamsSchema>;
|
1823
|
+
export declare const finnhubSymbolLookupOutputSchema: z.ZodObject<{
|
1824
|
+
result: z.ZodArray<z.ZodObject<{
|
1825
|
+
symbol: z.ZodOptional<z.ZodString>;
|
1826
|
+
description: z.ZodOptional<z.ZodString>;
|
1827
|
+
}, "strip", z.ZodTypeAny, {
|
1828
|
+
symbol?: string | undefined;
|
1829
|
+
description?: string | undefined;
|
1830
|
+
}, {
|
1831
|
+
symbol?: string | undefined;
|
1832
|
+
description?: string | undefined;
|
1833
|
+
}>, "many">;
|
1834
|
+
}, "strip", z.ZodTypeAny, {
|
1835
|
+
result: {
|
1836
|
+
symbol?: string | undefined;
|
1837
|
+
description?: string | undefined;
|
1838
|
+
}[];
|
1839
|
+
}, {
|
1840
|
+
result: {
|
1841
|
+
symbol?: string | undefined;
|
1842
|
+
description?: string | undefined;
|
1843
|
+
}[];
|
1844
|
+
}>;
|
1015
1845
|
export type finnhubSymbolLookupOutputType = z.infer<typeof finnhubSymbolLookupOutputSchema>;
|
1016
1846
|
export type finnhubSymbolLookupFunction = ActionFunction<finnhubSymbolLookupParamsType, AuthParamsType, finnhubSymbolLookupOutputType>;
|
1017
1847
|
export declare const finnhubGetBasicFinancialsParamsSchema: z.ZodObject<{
|
@@ -1198,3 +2028,554 @@ export declare const lookerEnableUserByEmailOutputSchema: z.ZodObject<{
|
|
1198
2028
|
}>;
|
1199
2029
|
export type lookerEnableUserByEmailOutputType = z.infer<typeof lookerEnableUserByEmailOutputSchema>;
|
1200
2030
|
export type lookerEnableUserByEmailFunction = ActionFunction<lookerEnableUserByEmailParamsType, AuthParamsType, lookerEnableUserByEmailOutputType>;
|
2031
|
+
export declare const ashbyCreateNoteParamsSchema: z.ZodObject<{
|
2032
|
+
candidateId: z.ZodString;
|
2033
|
+
note: z.ZodString;
|
2034
|
+
}, "strip", z.ZodTypeAny, {
|
2035
|
+
candidateId: string;
|
2036
|
+
note: string;
|
2037
|
+
}, {
|
2038
|
+
candidateId: string;
|
2039
|
+
note: string;
|
2040
|
+
}>;
|
2041
|
+
export type ashbyCreateNoteParamsType = z.infer<typeof ashbyCreateNoteParamsSchema>;
|
2042
|
+
export declare const ashbyCreateNoteOutputSchema: z.ZodVoid;
|
2043
|
+
export type ashbyCreateNoteOutputType = z.infer<typeof ashbyCreateNoteOutputSchema>;
|
2044
|
+
export type ashbyCreateNoteFunction = ActionFunction<ashbyCreateNoteParamsType, AuthParamsType, ashbyCreateNoteOutputType>;
|
2045
|
+
export declare const ashbyGetCandidateInfoParamsSchema: z.ZodObject<{
|
2046
|
+
candidateId: z.ZodString;
|
2047
|
+
}, "strip", z.ZodTypeAny, {
|
2048
|
+
candidateId: string;
|
2049
|
+
}, {
|
2050
|
+
candidateId: string;
|
2051
|
+
}>;
|
2052
|
+
export type ashbyGetCandidateInfoParamsType = z.infer<typeof ashbyGetCandidateInfoParamsSchema>;
|
2053
|
+
export declare const ashbyGetCandidateInfoOutputSchema: z.ZodObject<{
|
2054
|
+
candidate: z.ZodObject<{}, "strip", z.ZodAny, z.objectOutputType<{}, z.ZodAny, "strip">, z.objectInputType<{}, z.ZodAny, "strip">>;
|
2055
|
+
}, "strip", z.ZodTypeAny, {
|
2056
|
+
candidate: {} & {
|
2057
|
+
[k: string]: any;
|
2058
|
+
};
|
2059
|
+
}, {
|
2060
|
+
candidate: {} & {
|
2061
|
+
[k: string]: any;
|
2062
|
+
};
|
2063
|
+
}>;
|
2064
|
+
export type ashbyGetCandidateInfoOutputType = z.infer<typeof ashbyGetCandidateInfoOutputSchema>;
|
2065
|
+
export type ashbyGetCandidateInfoFunction = ActionFunction<ashbyGetCandidateInfoParamsType, AuthParamsType, ashbyGetCandidateInfoOutputType>;
|
2066
|
+
export declare const ashbyAddCandidateToProjectParamsSchema: z.ZodObject<{
|
2067
|
+
candidateId: z.ZodString;
|
2068
|
+
projectId: z.ZodString;
|
2069
|
+
}, "strip", z.ZodTypeAny, {
|
2070
|
+
projectId: string;
|
2071
|
+
candidateId: string;
|
2072
|
+
}, {
|
2073
|
+
projectId: string;
|
2074
|
+
candidateId: string;
|
2075
|
+
}>;
|
2076
|
+
export type ashbyAddCandidateToProjectParamsType = z.infer<typeof ashbyAddCandidateToProjectParamsSchema>;
|
2077
|
+
export declare const ashbyAddCandidateToProjectOutputSchema: z.ZodVoid;
|
2078
|
+
export type ashbyAddCandidateToProjectOutputType = z.infer<typeof ashbyAddCandidateToProjectOutputSchema>;
|
2079
|
+
export type ashbyAddCandidateToProjectFunction = ActionFunction<ashbyAddCandidateToProjectParamsType, AuthParamsType, ashbyAddCandidateToProjectOutputType>;
|
2080
|
+
export declare const ashbyListCandidatesParamsSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
2081
|
+
export type ashbyListCandidatesParamsType = z.infer<typeof ashbyListCandidatesParamsSchema>;
|
2082
|
+
export declare const ashbyListCandidatesOutputSchema: z.ZodObject<{
|
2083
|
+
candidates: z.ZodArray<z.ZodAny, "many">;
|
2084
|
+
}, "strip", z.ZodTypeAny, {
|
2085
|
+
candidates: any[];
|
2086
|
+
}, {
|
2087
|
+
candidates: any[];
|
2088
|
+
}>;
|
2089
|
+
export type ashbyListCandidatesOutputType = z.infer<typeof ashbyListCandidatesOutputSchema>;
|
2090
|
+
export type ashbyListCandidatesFunction = ActionFunction<ashbyListCandidatesParamsType, AuthParamsType, ashbyListCandidatesOutputType>;
|
2091
|
+
export declare const ashbySearchCandidatesParamsSchema: z.ZodObject<{
|
2092
|
+
email: z.ZodOptional<z.ZodString>;
|
2093
|
+
name: z.ZodOptional<z.ZodString>;
|
2094
|
+
}, "strip", z.ZodTypeAny, {
|
2095
|
+
name?: string | undefined;
|
2096
|
+
email?: string | undefined;
|
2097
|
+
}, {
|
2098
|
+
name?: string | undefined;
|
2099
|
+
email?: string | undefined;
|
2100
|
+
}>;
|
2101
|
+
export type ashbySearchCandidatesParamsType = z.infer<typeof ashbySearchCandidatesParamsSchema>;
|
2102
|
+
export declare const ashbySearchCandidatesOutputSchema: z.ZodObject<{
|
2103
|
+
candidates: z.ZodArray<z.ZodAny, "many">;
|
2104
|
+
}, "strip", z.ZodTypeAny, {
|
2105
|
+
candidates: any[];
|
2106
|
+
}, {
|
2107
|
+
candidates: any[];
|
2108
|
+
}>;
|
2109
|
+
export type ashbySearchCandidatesOutputType = z.infer<typeof ashbySearchCandidatesOutputSchema>;
|
2110
|
+
export type ashbySearchCandidatesFunction = ActionFunction<ashbySearchCandidatesParamsType, AuthParamsType, ashbySearchCandidatesOutputType>;
|
2111
|
+
export declare const ashbyListCandidateNotesParamsSchema: z.ZodObject<{
|
2112
|
+
candidateId: z.ZodString;
|
2113
|
+
}, "strip", z.ZodTypeAny, {
|
2114
|
+
candidateId: string;
|
2115
|
+
}, {
|
2116
|
+
candidateId: string;
|
2117
|
+
}>;
|
2118
|
+
export type ashbyListCandidateNotesParamsType = z.infer<typeof ashbyListCandidateNotesParamsSchema>;
|
2119
|
+
export declare const ashbyListCandidateNotesOutputSchema: z.ZodObject<{
|
2120
|
+
notes: z.ZodArray<z.ZodAny, "many">;
|
2121
|
+
}, "strip", z.ZodTypeAny, {
|
2122
|
+
notes: any[];
|
2123
|
+
}, {
|
2124
|
+
notes: any[];
|
2125
|
+
}>;
|
2126
|
+
export type ashbyListCandidateNotesOutputType = z.infer<typeof ashbyListCandidateNotesOutputSchema>;
|
2127
|
+
export type ashbyListCandidateNotesFunction = ActionFunction<ashbyListCandidateNotesParamsType, AuthParamsType, ashbyListCandidateNotesOutputType>;
|
2128
|
+
export declare const ashbyCreateCandidateParamsSchema: z.ZodObject<{
|
2129
|
+
name: z.ZodString;
|
2130
|
+
email: z.ZodOptional<z.ZodString>;
|
2131
|
+
phoneNumber: z.ZodOptional<z.ZodString>;
|
2132
|
+
linkedInUrl: z.ZodOptional<z.ZodString>;
|
2133
|
+
githubUrl: z.ZodOptional<z.ZodString>;
|
2134
|
+
website: z.ZodOptional<z.ZodString>;
|
2135
|
+
alternateEmailAddresses: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
2136
|
+
sourceId: z.ZodOptional<z.ZodString>;
|
2137
|
+
creditedToUserId: z.ZodOptional<z.ZodString>;
|
2138
|
+
location: z.ZodOptional<z.ZodObject<{
|
2139
|
+
city: z.ZodOptional<z.ZodString>;
|
2140
|
+
region: z.ZodOptional<z.ZodString>;
|
2141
|
+
country: z.ZodOptional<z.ZodString>;
|
2142
|
+
}, "strip", z.ZodTypeAny, {
|
2143
|
+
city?: string | undefined;
|
2144
|
+
region?: string | undefined;
|
2145
|
+
country?: string | undefined;
|
2146
|
+
}, {
|
2147
|
+
city?: string | undefined;
|
2148
|
+
region?: string | undefined;
|
2149
|
+
country?: string | undefined;
|
2150
|
+
}>>;
|
2151
|
+
}, "strip", z.ZodTypeAny, {
|
2152
|
+
name: string;
|
2153
|
+
location?: {
|
2154
|
+
city?: string | undefined;
|
2155
|
+
region?: string | undefined;
|
2156
|
+
country?: string | undefined;
|
2157
|
+
} | undefined;
|
2158
|
+
email?: string | undefined;
|
2159
|
+
phoneNumber?: string | undefined;
|
2160
|
+
linkedInUrl?: string | undefined;
|
2161
|
+
githubUrl?: string | undefined;
|
2162
|
+
website?: string | undefined;
|
2163
|
+
alternateEmailAddresses?: string[] | undefined;
|
2164
|
+
sourceId?: string | undefined;
|
2165
|
+
creditedToUserId?: string | undefined;
|
2166
|
+
}, {
|
2167
|
+
name: string;
|
2168
|
+
location?: {
|
2169
|
+
city?: string | undefined;
|
2170
|
+
region?: string | undefined;
|
2171
|
+
country?: string | undefined;
|
2172
|
+
} | undefined;
|
2173
|
+
email?: string | undefined;
|
2174
|
+
phoneNumber?: string | undefined;
|
2175
|
+
linkedInUrl?: string | undefined;
|
2176
|
+
githubUrl?: string | undefined;
|
2177
|
+
website?: string | undefined;
|
2178
|
+
alternateEmailAddresses?: string[] | undefined;
|
2179
|
+
sourceId?: string | undefined;
|
2180
|
+
creditedToUserId?: string | undefined;
|
2181
|
+
}>;
|
2182
|
+
export type ashbyCreateCandidateParamsType = z.infer<typeof ashbyCreateCandidateParamsSchema>;
|
2183
|
+
export declare const ashbyCreateCandidateOutputSchema: z.ZodVoid;
|
2184
|
+
export type ashbyCreateCandidateOutputType = z.infer<typeof ashbyCreateCandidateOutputSchema>;
|
2185
|
+
export type ashbyCreateCandidateFunction = ActionFunction<ashbyCreateCandidateParamsType, AuthParamsType, ashbyCreateCandidateOutputType>;
|
2186
|
+
export declare const ashbyUpdateCandidateParamsSchema: z.ZodObject<{
|
2187
|
+
candidateId: z.ZodString;
|
2188
|
+
name: z.ZodOptional<z.ZodString>;
|
2189
|
+
email: z.ZodOptional<z.ZodString>;
|
2190
|
+
phoneNumber: z.ZodOptional<z.ZodString>;
|
2191
|
+
linkedInUrl: z.ZodOptional<z.ZodString>;
|
2192
|
+
githubUrl: z.ZodOptional<z.ZodString>;
|
2193
|
+
websiteUrl: z.ZodOptional<z.ZodString>;
|
2194
|
+
alternateEmail: z.ZodOptional<z.ZodString>;
|
2195
|
+
socialLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
2196
|
+
type: z.ZodOptional<z.ZodString>;
|
2197
|
+
url: z.ZodOptional<z.ZodString>;
|
2198
|
+
}, "strip", z.ZodTypeAny, {
|
2199
|
+
type?: string | undefined;
|
2200
|
+
url?: string | undefined;
|
2201
|
+
}, {
|
2202
|
+
type?: string | undefined;
|
2203
|
+
url?: string | undefined;
|
2204
|
+
}>, "many">>;
|
2205
|
+
sourceId: z.ZodOptional<z.ZodString>;
|
2206
|
+
creditedToUserId: z.ZodOptional<z.ZodString>;
|
2207
|
+
location: z.ZodOptional<z.ZodObject<{
|
2208
|
+
city: z.ZodOptional<z.ZodString>;
|
2209
|
+
region: z.ZodOptional<z.ZodString>;
|
2210
|
+
country: z.ZodOptional<z.ZodString>;
|
2211
|
+
}, "strip", z.ZodTypeAny, {
|
2212
|
+
city?: string | undefined;
|
2213
|
+
region?: string | undefined;
|
2214
|
+
country?: string | undefined;
|
2215
|
+
}, {
|
2216
|
+
city?: string | undefined;
|
2217
|
+
region?: string | undefined;
|
2218
|
+
country?: string | undefined;
|
2219
|
+
}>>;
|
2220
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
2221
|
+
sendNotifications: z.ZodOptional<z.ZodBoolean>;
|
2222
|
+
}, "strip", z.ZodTypeAny, {
|
2223
|
+
candidateId: string;
|
2224
|
+
name?: string | undefined;
|
2225
|
+
location?: {
|
2226
|
+
city?: string | undefined;
|
2227
|
+
region?: string | undefined;
|
2228
|
+
country?: string | undefined;
|
2229
|
+
} | undefined;
|
2230
|
+
email?: string | undefined;
|
2231
|
+
phoneNumber?: string | undefined;
|
2232
|
+
linkedInUrl?: string | undefined;
|
2233
|
+
githubUrl?: string | undefined;
|
2234
|
+
sourceId?: string | undefined;
|
2235
|
+
creditedToUserId?: string | undefined;
|
2236
|
+
websiteUrl?: string | undefined;
|
2237
|
+
alternateEmail?: string | undefined;
|
2238
|
+
socialLinks?: {
|
2239
|
+
type?: string | undefined;
|
2240
|
+
url?: string | undefined;
|
2241
|
+
}[] | undefined;
|
2242
|
+
createdAt?: string | undefined;
|
2243
|
+
sendNotifications?: boolean | undefined;
|
2244
|
+
}, {
|
2245
|
+
candidateId: string;
|
2246
|
+
name?: string | undefined;
|
2247
|
+
location?: {
|
2248
|
+
city?: string | undefined;
|
2249
|
+
region?: string | undefined;
|
2250
|
+
country?: string | undefined;
|
2251
|
+
} | undefined;
|
2252
|
+
email?: string | undefined;
|
2253
|
+
phoneNumber?: string | undefined;
|
2254
|
+
linkedInUrl?: string | undefined;
|
2255
|
+
githubUrl?: string | undefined;
|
2256
|
+
sourceId?: string | undefined;
|
2257
|
+
creditedToUserId?: string | undefined;
|
2258
|
+
websiteUrl?: string | undefined;
|
2259
|
+
alternateEmail?: string | undefined;
|
2260
|
+
socialLinks?: {
|
2261
|
+
type?: string | undefined;
|
2262
|
+
url?: string | undefined;
|
2263
|
+
}[] | undefined;
|
2264
|
+
createdAt?: string | undefined;
|
2265
|
+
sendNotifications?: boolean | undefined;
|
2266
|
+
}>;
|
2267
|
+
export type ashbyUpdateCandidateParamsType = z.infer<typeof ashbyUpdateCandidateParamsSchema>;
|
2268
|
+
export declare const ashbyUpdateCandidateOutputSchema: z.ZodVoid;
|
2269
|
+
export type ashbyUpdateCandidateOutputType = z.infer<typeof ashbyUpdateCandidateOutputSchema>;
|
2270
|
+
export type ashbyUpdateCandidateFunction = ActionFunction<ashbyUpdateCandidateParamsType, AuthParamsType, ashbyUpdateCandidateOutputType>;
|
2271
|
+
export declare const salesforceUpdateRecordParamsSchema: z.ZodObject<{
|
2272
|
+
objectType: z.ZodString;
|
2273
|
+
recordId: z.ZodString;
|
2274
|
+
fieldsToUpdate: z.ZodRecord<z.ZodString, z.ZodString>;
|
2275
|
+
}, "strip", z.ZodTypeAny, {
|
2276
|
+
objectType: string;
|
2277
|
+
recordId: string;
|
2278
|
+
fieldsToUpdate: Record<string, string>;
|
2279
|
+
}, {
|
2280
|
+
objectType: string;
|
2281
|
+
recordId: string;
|
2282
|
+
fieldsToUpdate: Record<string, string>;
|
2283
|
+
}>;
|
2284
|
+
export type salesforceUpdateRecordParamsType = z.infer<typeof salesforceUpdateRecordParamsSchema>;
|
2285
|
+
export declare const salesforceUpdateRecordOutputSchema: z.ZodObject<{
|
2286
|
+
success: z.ZodBoolean;
|
2287
|
+
error: z.ZodOptional<z.ZodString>;
|
2288
|
+
}, "strip", z.ZodTypeAny, {
|
2289
|
+
success: boolean;
|
2290
|
+
error?: string | undefined;
|
2291
|
+
}, {
|
2292
|
+
success: boolean;
|
2293
|
+
error?: string | undefined;
|
2294
|
+
}>;
|
2295
|
+
export type salesforceUpdateRecordOutputType = z.infer<typeof salesforceUpdateRecordOutputSchema>;
|
2296
|
+
export type salesforceUpdateRecordFunction = ActionFunction<salesforceUpdateRecordParamsType, AuthParamsType, salesforceUpdateRecordOutputType>;
|
2297
|
+
export declare const salesforceCreateCaseParamsSchema: z.ZodObject<{
|
2298
|
+
subject: z.ZodString;
|
2299
|
+
description: z.ZodString;
|
2300
|
+
priority: z.ZodString;
|
2301
|
+
origin: z.ZodString;
|
2302
|
+
customFields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
2303
|
+
}, "strip", z.ZodTypeAny, {
|
2304
|
+
description: string;
|
2305
|
+
subject: string;
|
2306
|
+
priority: string;
|
2307
|
+
origin: string;
|
2308
|
+
customFields?: Record<string, string> | undefined;
|
2309
|
+
}, {
|
2310
|
+
description: string;
|
2311
|
+
subject: string;
|
2312
|
+
priority: string;
|
2313
|
+
origin: string;
|
2314
|
+
customFields?: Record<string, string> | undefined;
|
2315
|
+
}>;
|
2316
|
+
export type salesforceCreateCaseParamsType = z.infer<typeof salesforceCreateCaseParamsSchema>;
|
2317
|
+
export declare const salesforceCreateCaseOutputSchema: z.ZodObject<{
|
2318
|
+
success: z.ZodBoolean;
|
2319
|
+
caseId: z.ZodOptional<z.ZodString>;
|
2320
|
+
error: z.ZodOptional<z.ZodString>;
|
2321
|
+
}, "strip", z.ZodTypeAny, {
|
2322
|
+
success: boolean;
|
2323
|
+
error?: string | undefined;
|
2324
|
+
caseId?: string | undefined;
|
2325
|
+
}, {
|
2326
|
+
success: boolean;
|
2327
|
+
error?: string | undefined;
|
2328
|
+
caseId?: string | undefined;
|
2329
|
+
}>;
|
2330
|
+
export type salesforceCreateCaseOutputType = z.infer<typeof salesforceCreateCaseOutputSchema>;
|
2331
|
+
export type salesforceCreateCaseFunction = ActionFunction<salesforceCreateCaseParamsType, AuthParamsType, salesforceCreateCaseOutputType>;
|
2332
|
+
export declare const salesforceGenerateSalesReportParamsSchema: z.ZodObject<{
|
2333
|
+
startDate: z.ZodString;
|
2334
|
+
endDate: z.ZodString;
|
2335
|
+
filters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
2336
|
+
}, "strip", z.ZodTypeAny, {
|
2337
|
+
startDate: string;
|
2338
|
+
endDate: string;
|
2339
|
+
filters?: Record<string, string> | undefined;
|
2340
|
+
}, {
|
2341
|
+
startDate: string;
|
2342
|
+
endDate: string;
|
2343
|
+
filters?: Record<string, string> | undefined;
|
2344
|
+
}>;
|
2345
|
+
export type salesforceGenerateSalesReportParamsType = z.infer<typeof salesforceGenerateSalesReportParamsSchema>;
|
2346
|
+
export declare const salesforceGenerateSalesReportOutputSchema: z.ZodObject<{
|
2347
|
+
success: z.ZodBoolean;
|
2348
|
+
reportData: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodString>, "many">>;
|
2349
|
+
error: z.ZodOptional<z.ZodString>;
|
2350
|
+
}, "strip", z.ZodTypeAny, {
|
2351
|
+
success: boolean;
|
2352
|
+
error?: string | undefined;
|
2353
|
+
reportData?: Record<string, string>[] | undefined;
|
2354
|
+
}, {
|
2355
|
+
success: boolean;
|
2356
|
+
error?: string | undefined;
|
2357
|
+
reportData?: Record<string, string>[] | undefined;
|
2358
|
+
}>;
|
2359
|
+
export type salesforceGenerateSalesReportOutputType = z.infer<typeof salesforceGenerateSalesReportOutputSchema>;
|
2360
|
+
export type salesforceGenerateSalesReportFunction = ActionFunction<salesforceGenerateSalesReportParamsType, AuthParamsType, salesforceGenerateSalesReportOutputType>;
|
2361
|
+
export declare const salesforceGetSalesforceRecordsByQueryParamsSchema: z.ZodObject<{
|
2362
|
+
query: z.ZodString;
|
2363
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
2364
|
+
}, "strip", z.ZodTypeAny, {
|
2365
|
+
query: string;
|
2366
|
+
limit?: number | undefined;
|
2367
|
+
}, {
|
2368
|
+
query: string;
|
2369
|
+
limit?: number | undefined;
|
2370
|
+
}>;
|
2371
|
+
export type salesforceGetSalesforceRecordsByQueryParamsType = z.infer<typeof salesforceGetSalesforceRecordsByQueryParamsSchema>;
|
2372
|
+
export declare const salesforceGetSalesforceRecordsByQueryOutputSchema: z.ZodObject<{
|
2373
|
+
success: z.ZodBoolean;
|
2374
|
+
records: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodString>, "many">>;
|
2375
|
+
error: z.ZodOptional<z.ZodString>;
|
2376
|
+
}, "strip", z.ZodTypeAny, {
|
2377
|
+
success: boolean;
|
2378
|
+
error?: string | undefined;
|
2379
|
+
records?: Record<string, string>[] | undefined;
|
2380
|
+
}, {
|
2381
|
+
success: boolean;
|
2382
|
+
error?: string | undefined;
|
2383
|
+
records?: Record<string, string>[] | undefined;
|
2384
|
+
}>;
|
2385
|
+
export type salesforceGetSalesforceRecordsByQueryOutputType = z.infer<typeof salesforceGetSalesforceRecordsByQueryOutputSchema>;
|
2386
|
+
export type salesforceGetSalesforceRecordsByQueryFunction = ActionFunction<salesforceGetSalesforceRecordsByQueryParamsType, AuthParamsType, salesforceGetSalesforceRecordsByQueryOutputType>;
|
2387
|
+
export declare const salesforceGetRecordParamsSchema: z.ZodObject<{
|
2388
|
+
objectType: z.ZodString;
|
2389
|
+
recordId: z.ZodString;
|
2390
|
+
}, "strip", z.ZodTypeAny, {
|
2391
|
+
objectType: string;
|
2392
|
+
recordId: string;
|
2393
|
+
}, {
|
2394
|
+
objectType: string;
|
2395
|
+
recordId: string;
|
2396
|
+
}>;
|
2397
|
+
export type salesforceGetRecordParamsType = z.infer<typeof salesforceGetRecordParamsSchema>;
|
2398
|
+
export declare const salesforceGetRecordOutputSchema: z.ZodObject<{
|
2399
|
+
success: z.ZodBoolean;
|
2400
|
+
record: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
2401
|
+
error: z.ZodOptional<z.ZodString>;
|
2402
|
+
}, "strip", z.ZodTypeAny, {
|
2403
|
+
success: boolean;
|
2404
|
+
error?: string | undefined;
|
2405
|
+
record?: Record<string, string> | undefined;
|
2406
|
+
}, {
|
2407
|
+
success: boolean;
|
2408
|
+
error?: string | undefined;
|
2409
|
+
record?: Record<string, string> | undefined;
|
2410
|
+
}>;
|
2411
|
+
export type salesforceGetRecordOutputType = z.infer<typeof salesforceGetRecordOutputSchema>;
|
2412
|
+
export type salesforceGetRecordFunction = ActionFunction<salesforceGetRecordParamsType, AuthParamsType, salesforceGetRecordOutputType>;
|
2413
|
+
export declare const microsoftMessageTeamsChatParamsSchema: z.ZodObject<{
|
2414
|
+
chatId: z.ZodString;
|
2415
|
+
message: z.ZodString;
|
2416
|
+
}, "strip", z.ZodTypeAny, {
|
2417
|
+
message: string;
|
2418
|
+
chatId: string;
|
2419
|
+
}, {
|
2420
|
+
message: string;
|
2421
|
+
chatId: string;
|
2422
|
+
}>;
|
2423
|
+
export type microsoftMessageTeamsChatParamsType = z.infer<typeof microsoftMessageTeamsChatParamsSchema>;
|
2424
|
+
export declare const microsoftMessageTeamsChatOutputSchema: z.ZodObject<{
|
2425
|
+
success: z.ZodBoolean;
|
2426
|
+
error: z.ZodOptional<z.ZodString>;
|
2427
|
+
messageId: z.ZodOptional<z.ZodString>;
|
2428
|
+
}, "strip", z.ZodTypeAny, {
|
2429
|
+
success: boolean;
|
2430
|
+
error?: string | undefined;
|
2431
|
+
messageId?: string | undefined;
|
2432
|
+
}, {
|
2433
|
+
success: boolean;
|
2434
|
+
error?: string | undefined;
|
2435
|
+
messageId?: string | undefined;
|
2436
|
+
}>;
|
2437
|
+
export type microsoftMessageTeamsChatOutputType = z.infer<typeof microsoftMessageTeamsChatOutputSchema>;
|
2438
|
+
export type microsoftMessageTeamsChatFunction = ActionFunction<microsoftMessageTeamsChatParamsType, AuthParamsType, microsoftMessageTeamsChatOutputType>;
|
2439
|
+
export declare const microsoftMessageTeamsChannelParamsSchema: z.ZodObject<{
|
2440
|
+
teamId: z.ZodString;
|
2441
|
+
channelId: z.ZodString;
|
2442
|
+
message: z.ZodString;
|
2443
|
+
}, "strip", z.ZodTypeAny, {
|
2444
|
+
message: string;
|
2445
|
+
teamId: string;
|
2446
|
+
channelId: string;
|
2447
|
+
}, {
|
2448
|
+
message: string;
|
2449
|
+
teamId: string;
|
2450
|
+
channelId: string;
|
2451
|
+
}>;
|
2452
|
+
export type microsoftMessageTeamsChannelParamsType = z.infer<typeof microsoftMessageTeamsChannelParamsSchema>;
|
2453
|
+
export declare const microsoftMessageTeamsChannelOutputSchema: z.ZodObject<{
|
2454
|
+
success: z.ZodBoolean;
|
2455
|
+
error: z.ZodOptional<z.ZodString>;
|
2456
|
+
messageId: z.ZodOptional<z.ZodString>;
|
2457
|
+
}, "strip", z.ZodTypeAny, {
|
2458
|
+
success: boolean;
|
2459
|
+
error?: string | undefined;
|
2460
|
+
messageId?: string | undefined;
|
2461
|
+
}, {
|
2462
|
+
success: boolean;
|
2463
|
+
error?: string | undefined;
|
2464
|
+
messageId?: string | undefined;
|
2465
|
+
}>;
|
2466
|
+
export type microsoftMessageTeamsChannelOutputType = z.infer<typeof microsoftMessageTeamsChannelOutputSchema>;
|
2467
|
+
export type microsoftMessageTeamsChannelFunction = ActionFunction<microsoftMessageTeamsChannelParamsType, AuthParamsType, microsoftMessageTeamsChannelOutputType>;
|
2468
|
+
export declare const githubCreateOrUpdateFileParamsSchema: z.ZodObject<{
|
2469
|
+
repositoryOwner: z.ZodString;
|
2470
|
+
repositoryName: z.ZodString;
|
2471
|
+
filePath: z.ZodString;
|
2472
|
+
branch: z.ZodString;
|
2473
|
+
fileContent: z.ZodString;
|
2474
|
+
commitMessage: z.ZodString;
|
2475
|
+
noOverwrite: z.ZodOptional<z.ZodBoolean>;
|
2476
|
+
}, "strip", z.ZodTypeAny, {
|
2477
|
+
repositoryOwner: string;
|
2478
|
+
repositoryName: string;
|
2479
|
+
filePath: string;
|
2480
|
+
branch: string;
|
2481
|
+
fileContent: string;
|
2482
|
+
commitMessage: string;
|
2483
|
+
noOverwrite?: boolean | undefined;
|
2484
|
+
}, {
|
2485
|
+
repositoryOwner: string;
|
2486
|
+
repositoryName: string;
|
2487
|
+
filePath: string;
|
2488
|
+
branch: string;
|
2489
|
+
fileContent: string;
|
2490
|
+
commitMessage: string;
|
2491
|
+
noOverwrite?: boolean | undefined;
|
2492
|
+
}>;
|
2493
|
+
export type githubCreateOrUpdateFileParamsType = z.infer<typeof githubCreateOrUpdateFileParamsSchema>;
|
2494
|
+
export declare const githubCreateOrUpdateFileOutputSchema: z.ZodObject<{
|
2495
|
+
success: z.ZodBoolean;
|
2496
|
+
error: z.ZodOptional<z.ZodString>;
|
2497
|
+
newCommitSha: z.ZodOptional<z.ZodString>;
|
2498
|
+
operation: z.ZodOptional<z.ZodEnum<["created", "updated"]>>;
|
2499
|
+
}, "strip", z.ZodTypeAny, {
|
2500
|
+
success: boolean;
|
2501
|
+
error?: string | undefined;
|
2502
|
+
operation?: "created" | "updated" | undefined;
|
2503
|
+
newCommitSha?: string | undefined;
|
2504
|
+
}, {
|
2505
|
+
success: boolean;
|
2506
|
+
error?: string | undefined;
|
2507
|
+
operation?: "created" | "updated" | undefined;
|
2508
|
+
newCommitSha?: string | undefined;
|
2509
|
+
}>;
|
2510
|
+
export type githubCreateOrUpdateFileOutputType = z.infer<typeof githubCreateOrUpdateFileOutputSchema>;
|
2511
|
+
export type githubCreateOrUpdateFileFunction = ActionFunction<githubCreateOrUpdateFileParamsType, AuthParamsType, githubCreateOrUpdateFileOutputType>;
|
2512
|
+
export declare const githubCreateBranchParamsSchema: z.ZodObject<{
|
2513
|
+
repositoryOwner: z.ZodString;
|
2514
|
+
repositoryName: z.ZodString;
|
2515
|
+
branchName: z.ZodString;
|
2516
|
+
baseRefOrHash: z.ZodString;
|
2517
|
+
}, "strip", z.ZodTypeAny, {
|
2518
|
+
repositoryOwner: string;
|
2519
|
+
repositoryName: string;
|
2520
|
+
branchName: string;
|
2521
|
+
baseRefOrHash: string;
|
2522
|
+
}, {
|
2523
|
+
repositoryOwner: string;
|
2524
|
+
repositoryName: string;
|
2525
|
+
branchName: string;
|
2526
|
+
baseRefOrHash: string;
|
2527
|
+
}>;
|
2528
|
+
export type githubCreateBranchParamsType = z.infer<typeof githubCreateBranchParamsSchema>;
|
2529
|
+
export declare const githubCreateBranchOutputSchema: z.ZodObject<{
|
2530
|
+
success: z.ZodBoolean;
|
2531
|
+
error: z.ZodOptional<z.ZodString>;
|
2532
|
+
}, "strip", z.ZodTypeAny, {
|
2533
|
+
success: boolean;
|
2534
|
+
error?: string | undefined;
|
2535
|
+
}, {
|
2536
|
+
success: boolean;
|
2537
|
+
error?: string | undefined;
|
2538
|
+
}>;
|
2539
|
+
export type githubCreateBranchOutputType = z.infer<typeof githubCreateBranchOutputSchema>;
|
2540
|
+
export type githubCreateBranchFunction = ActionFunction<githubCreateBranchParamsType, AuthParamsType, githubCreateBranchOutputType>;
|
2541
|
+
export declare const githubCreatePullRequestParamsSchema: z.ZodObject<{
|
2542
|
+
repositoryOwner: z.ZodString;
|
2543
|
+
repositoryName: z.ZodString;
|
2544
|
+
head: z.ZodString;
|
2545
|
+
base: z.ZodString;
|
2546
|
+
title: z.ZodString;
|
2547
|
+
description: z.ZodOptional<z.ZodString>;
|
2548
|
+
}, "strip", z.ZodTypeAny, {
|
2549
|
+
title: string;
|
2550
|
+
repositoryOwner: string;
|
2551
|
+
repositoryName: string;
|
2552
|
+
head: string;
|
2553
|
+
base: string;
|
2554
|
+
description?: string | undefined;
|
2555
|
+
}, {
|
2556
|
+
title: string;
|
2557
|
+
repositoryOwner: string;
|
2558
|
+
repositoryName: string;
|
2559
|
+
head: string;
|
2560
|
+
base: string;
|
2561
|
+
description?: string | undefined;
|
2562
|
+
}>;
|
2563
|
+
export type githubCreatePullRequestParamsType = z.infer<typeof githubCreatePullRequestParamsSchema>;
|
2564
|
+
export declare const githubCreatePullRequestOutputSchema: z.ZodObject<{
|
2565
|
+
success: z.ZodBoolean;
|
2566
|
+
error: z.ZodOptional<z.ZodString>;
|
2567
|
+
pullRequestUrl: z.ZodOptional<z.ZodString>;
|
2568
|
+
pullRequestNumber: z.ZodOptional<z.ZodNumber>;
|
2569
|
+
}, "strip", z.ZodTypeAny, {
|
2570
|
+
success: boolean;
|
2571
|
+
error?: string | undefined;
|
2572
|
+
pullRequestUrl?: string | undefined;
|
2573
|
+
pullRequestNumber?: number | undefined;
|
2574
|
+
}, {
|
2575
|
+
success: boolean;
|
2576
|
+
error?: string | undefined;
|
2577
|
+
pullRequestUrl?: string | undefined;
|
2578
|
+
pullRequestNumber?: number | undefined;
|
2579
|
+
}>;
|
2580
|
+
export type githubCreatePullRequestOutputType = z.infer<typeof githubCreatePullRequestOutputSchema>;
|
2581
|
+
export type githubCreatePullRequestFunction = ActionFunction<githubCreatePullRequestParamsType, AuthParamsType, githubCreatePullRequestOutputType>;
|