@credal/actions 0.1.84 → 0.1.87
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.d.ts +1 -2
- package/dist/actions/actionMapper.js +66 -65
- package/dist/actions/autogen/templates.js +76 -76
- package/dist/actions/autogen/types.d.ts +85 -87
- package/dist/actions/autogen/types.js +1 -108
- package/dist/actions/invoke.d.ts +2 -3
- package/dist/actions/invoke.js +2 -6
- package/dist/actions/parse.d.ts +14 -17
- package/dist/actions/parse.js +2 -28
- package/dist/actions/providers/gong/getGongTranscripts.js +8 -3
- package/package.json +1 -1
@@ -23,6 +23,7 @@ export declare const AuthParamsSchema: z.ZodObject<{
|
|
23
23
|
refreshToken: z.ZodOptional<z.ZodString>;
|
24
24
|
redirectUri: z.ZodOptional<z.ZodString>;
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
26
|
+
subdomain?: string | undefined;
|
26
27
|
authToken?: string | undefined;
|
27
28
|
baseUrl?: string | undefined;
|
28
29
|
apiKey?: string | undefined;
|
@@ -32,7 +33,6 @@ export declare const AuthParamsSchema: z.ZodObject<{
|
|
32
33
|
emailReplyTo?: string | undefined;
|
33
34
|
emailBcc?: string | undefined;
|
34
35
|
cloudId?: string | undefined;
|
35
|
-
subdomain?: string | undefined;
|
36
36
|
password?: string | undefined;
|
37
37
|
awsAccessKeyId?: string | undefined;
|
38
38
|
awsSecretAccessKey?: string | undefined;
|
@@ -42,6 +42,7 @@ export declare const AuthParamsSchema: z.ZodObject<{
|
|
42
42
|
refreshToken?: string | undefined;
|
43
43
|
redirectUri?: string | undefined;
|
44
44
|
}, {
|
45
|
+
subdomain?: string | undefined;
|
45
46
|
authToken?: string | undefined;
|
46
47
|
baseUrl?: string | undefined;
|
47
48
|
apiKey?: string | undefined;
|
@@ -51,7 +52,6 @@ export declare const AuthParamsSchema: z.ZodObject<{
|
|
51
52
|
emailReplyTo?: string | undefined;
|
52
53
|
emailBcc?: string | undefined;
|
53
54
|
cloudId?: string | undefined;
|
54
|
-
subdomain?: string | undefined;
|
55
55
|
password?: string | undefined;
|
56
56
|
awsAccessKeyId?: string | undefined;
|
57
57
|
awsSecretAccessKey?: string | undefined;
|
@@ -142,10 +142,10 @@ export declare const asanaListAsanaTasksByProjectOutputSchema: z.ZodObject<{
|
|
142
142
|
num_subtasks: z.ZodOptional<z.ZodNumber>;
|
143
143
|
}, "strip", z.ZodTypeAny, {
|
144
144
|
name?: string | undefined;
|
145
|
-
resource_type?: string | undefined;
|
146
145
|
completed?: boolean | undefined;
|
147
|
-
modified_at?: string | undefined;
|
148
146
|
notes?: string | undefined;
|
147
|
+
resource_type?: string | undefined;
|
148
|
+
modified_at?: string | undefined;
|
149
149
|
custom_fields?: {
|
150
150
|
name?: string | undefined;
|
151
151
|
gid?: string | undefined;
|
@@ -154,10 +154,10 @@ export declare const asanaListAsanaTasksByProjectOutputSchema: z.ZodObject<{
|
|
154
154
|
num_subtasks?: number | undefined;
|
155
155
|
}, {
|
156
156
|
name?: string | undefined;
|
157
|
-
resource_type?: string | undefined;
|
158
157
|
completed?: boolean | undefined;
|
159
|
-
modified_at?: string | undefined;
|
160
158
|
notes?: string | undefined;
|
159
|
+
resource_type?: string | undefined;
|
160
|
+
modified_at?: string | undefined;
|
161
161
|
custom_fields?: {
|
162
162
|
name?: string | undefined;
|
163
163
|
gid?: string | undefined;
|
@@ -188,30 +188,30 @@ export declare const asanaListAsanaTasksByProjectOutputSchema: z.ZodObject<{
|
|
188
188
|
num_subtasks: z.ZodOptional<z.ZodNumber>;
|
189
189
|
}, "strip", z.ZodTypeAny, {
|
190
190
|
name?: string | undefined;
|
191
|
-
|
191
|
+
assignee?: string | undefined;
|
192
192
|
completed?: boolean | undefined;
|
193
|
-
modified_at?: string | undefined;
|
194
193
|
notes?: string | undefined;
|
194
|
+
resource_type?: string | undefined;
|
195
|
+
modified_at?: string | undefined;
|
195
196
|
custom_fields?: {
|
196
197
|
name?: string | undefined;
|
197
198
|
gid?: string | undefined;
|
198
199
|
display_value?: string | null | undefined;
|
199
200
|
}[] | null | undefined;
|
200
201
|
num_subtasks?: number | undefined;
|
201
|
-
assignee?: string | undefined;
|
202
202
|
}, {
|
203
203
|
name?: string | undefined;
|
204
|
-
|
204
|
+
assignee?: string | undefined;
|
205
205
|
completed?: boolean | undefined;
|
206
|
-
modified_at?: string | undefined;
|
207
206
|
notes?: string | undefined;
|
207
|
+
resource_type?: string | undefined;
|
208
|
+
modified_at?: string | undefined;
|
208
209
|
custom_fields?: {
|
209
210
|
name?: string | undefined;
|
210
211
|
gid?: string | undefined;
|
211
212
|
display_value?: string | null | undefined;
|
212
213
|
}[] | null | undefined;
|
213
214
|
num_subtasks?: number | undefined;
|
214
|
-
assignee?: string | undefined;
|
215
215
|
}>, "many">>>;
|
216
216
|
taskStories: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
217
217
|
gid: z.ZodOptional<z.ZodString>;
|
@@ -232,20 +232,20 @@ export declare const asanaListAsanaTasksByProjectOutputSchema: z.ZodObject<{
|
|
232
232
|
gid?: string | undefined;
|
233
233
|
}>>;
|
234
234
|
}, "strip", z.ZodTypeAny, {
|
235
|
+
text?: string | undefined;
|
235
236
|
resource_type?: string | undefined;
|
236
237
|
gid?: string | undefined;
|
237
238
|
created_at?: string | undefined;
|
238
|
-
text?: string | undefined;
|
239
239
|
created_by?: {
|
240
240
|
name?: string | undefined;
|
241
241
|
resource_type?: string | undefined;
|
242
242
|
gid?: string | undefined;
|
243
243
|
} | undefined;
|
244
244
|
}, {
|
245
|
+
text?: string | undefined;
|
245
246
|
resource_type?: string | undefined;
|
246
247
|
gid?: string | undefined;
|
247
248
|
created_at?: string | undefined;
|
248
|
-
text?: string | undefined;
|
249
249
|
created_by?: {
|
250
250
|
name?: string | undefined;
|
251
251
|
resource_type?: string | undefined;
|
@@ -255,10 +255,10 @@ export declare const asanaListAsanaTasksByProjectOutputSchema: z.ZodObject<{
|
|
255
255
|
}, "strip", z.ZodTypeAny, {
|
256
256
|
task: {
|
257
257
|
name?: string | undefined;
|
258
|
-
resource_type?: string | undefined;
|
259
258
|
completed?: boolean | undefined;
|
260
|
-
modified_at?: string | undefined;
|
261
259
|
notes?: string | undefined;
|
260
|
+
resource_type?: string | undefined;
|
261
|
+
modified_at?: string | undefined;
|
262
262
|
custom_fields?: {
|
263
263
|
name?: string | undefined;
|
264
264
|
gid?: string | undefined;
|
@@ -268,23 +268,23 @@ export declare const asanaListAsanaTasksByProjectOutputSchema: z.ZodObject<{
|
|
268
268
|
};
|
269
269
|
subtasks?: {
|
270
270
|
name?: string | undefined;
|
271
|
-
|
271
|
+
assignee?: string | undefined;
|
272
272
|
completed?: boolean | undefined;
|
273
|
-
modified_at?: string | undefined;
|
274
273
|
notes?: string | undefined;
|
274
|
+
resource_type?: string | undefined;
|
275
|
+
modified_at?: string | undefined;
|
275
276
|
custom_fields?: {
|
276
277
|
name?: string | undefined;
|
277
278
|
gid?: string | undefined;
|
278
279
|
display_value?: string | null | undefined;
|
279
280
|
}[] | null | undefined;
|
280
281
|
num_subtasks?: number | undefined;
|
281
|
-
assignee?: string | undefined;
|
282
282
|
}[] | null | undefined;
|
283
283
|
taskStories?: {
|
284
|
+
text?: string | undefined;
|
284
285
|
resource_type?: string | undefined;
|
285
286
|
gid?: string | undefined;
|
286
287
|
created_at?: string | undefined;
|
287
|
-
text?: string | undefined;
|
288
288
|
created_by?: {
|
289
289
|
name?: string | undefined;
|
290
290
|
resource_type?: string | undefined;
|
@@ -294,10 +294,10 @@ export declare const asanaListAsanaTasksByProjectOutputSchema: z.ZodObject<{
|
|
294
294
|
}, {
|
295
295
|
task: {
|
296
296
|
name?: string | undefined;
|
297
|
-
resource_type?: string | undefined;
|
298
297
|
completed?: boolean | undefined;
|
299
|
-
modified_at?: string | undefined;
|
300
298
|
notes?: string | undefined;
|
299
|
+
resource_type?: string | undefined;
|
300
|
+
modified_at?: string | undefined;
|
301
301
|
custom_fields?: {
|
302
302
|
name?: string | undefined;
|
303
303
|
gid?: string | undefined;
|
@@ -307,23 +307,23 @@ export declare const asanaListAsanaTasksByProjectOutputSchema: z.ZodObject<{
|
|
307
307
|
};
|
308
308
|
subtasks?: {
|
309
309
|
name?: string | undefined;
|
310
|
-
|
310
|
+
assignee?: string | undefined;
|
311
311
|
completed?: boolean | undefined;
|
312
|
-
modified_at?: string | undefined;
|
313
312
|
notes?: string | undefined;
|
313
|
+
resource_type?: string | undefined;
|
314
|
+
modified_at?: string | undefined;
|
314
315
|
custom_fields?: {
|
315
316
|
name?: string | undefined;
|
316
317
|
gid?: string | undefined;
|
317
318
|
display_value?: string | null | undefined;
|
318
319
|
}[] | null | undefined;
|
319
320
|
num_subtasks?: number | undefined;
|
320
|
-
assignee?: string | undefined;
|
321
321
|
}[] | null | undefined;
|
322
322
|
taskStories?: {
|
323
|
+
text?: string | undefined;
|
323
324
|
resource_type?: string | undefined;
|
324
325
|
gid?: string | undefined;
|
325
326
|
created_at?: string | undefined;
|
326
|
-
text?: string | undefined;
|
327
327
|
created_by?: {
|
328
328
|
name?: string | undefined;
|
329
329
|
resource_type?: string | undefined;
|
@@ -337,10 +337,10 @@ export declare const asanaListAsanaTasksByProjectOutputSchema: z.ZodObject<{
|
|
337
337
|
tasks?: {
|
338
338
|
task: {
|
339
339
|
name?: string | undefined;
|
340
|
-
resource_type?: string | undefined;
|
341
340
|
completed?: boolean | undefined;
|
342
|
-
modified_at?: string | undefined;
|
343
341
|
notes?: string | undefined;
|
342
|
+
resource_type?: string | undefined;
|
343
|
+
modified_at?: string | undefined;
|
344
344
|
custom_fields?: {
|
345
345
|
name?: string | undefined;
|
346
346
|
gid?: string | undefined;
|
@@ -350,23 +350,23 @@ export declare const asanaListAsanaTasksByProjectOutputSchema: z.ZodObject<{
|
|
350
350
|
};
|
351
351
|
subtasks?: {
|
352
352
|
name?: string | undefined;
|
353
|
-
|
353
|
+
assignee?: string | undefined;
|
354
354
|
completed?: boolean | undefined;
|
355
|
-
modified_at?: string | undefined;
|
356
355
|
notes?: string | undefined;
|
356
|
+
resource_type?: string | undefined;
|
357
|
+
modified_at?: string | undefined;
|
357
358
|
custom_fields?: {
|
358
359
|
name?: string | undefined;
|
359
360
|
gid?: string | undefined;
|
360
361
|
display_value?: string | null | undefined;
|
361
362
|
}[] | null | undefined;
|
362
363
|
num_subtasks?: number | undefined;
|
363
|
-
assignee?: string | undefined;
|
364
364
|
}[] | null | undefined;
|
365
365
|
taskStories?: {
|
366
|
+
text?: string | undefined;
|
366
367
|
resource_type?: string | undefined;
|
367
368
|
gid?: string | undefined;
|
368
369
|
created_at?: string | undefined;
|
369
|
-
text?: string | undefined;
|
370
370
|
created_by?: {
|
371
371
|
name?: string | undefined;
|
372
372
|
resource_type?: string | undefined;
|
@@ -380,10 +380,10 @@ export declare const asanaListAsanaTasksByProjectOutputSchema: z.ZodObject<{
|
|
380
380
|
tasks?: {
|
381
381
|
task: {
|
382
382
|
name?: string | undefined;
|
383
|
-
resource_type?: string | undefined;
|
384
383
|
completed?: boolean | undefined;
|
385
|
-
modified_at?: string | undefined;
|
386
384
|
notes?: string | undefined;
|
385
|
+
resource_type?: string | undefined;
|
386
|
+
modified_at?: string | undefined;
|
387
387
|
custom_fields?: {
|
388
388
|
name?: string | undefined;
|
389
389
|
gid?: string | undefined;
|
@@ -393,23 +393,23 @@ export declare const asanaListAsanaTasksByProjectOutputSchema: z.ZodObject<{
|
|
393
393
|
};
|
394
394
|
subtasks?: {
|
395
395
|
name?: string | undefined;
|
396
|
-
|
396
|
+
assignee?: string | undefined;
|
397
397
|
completed?: boolean | undefined;
|
398
|
-
modified_at?: string | undefined;
|
399
398
|
notes?: string | undefined;
|
399
|
+
resource_type?: string | undefined;
|
400
|
+
modified_at?: string | undefined;
|
400
401
|
custom_fields?: {
|
401
402
|
name?: string | undefined;
|
402
403
|
gid?: string | undefined;
|
403
404
|
display_value?: string | null | undefined;
|
404
405
|
}[] | null | undefined;
|
405
406
|
num_subtasks?: number | undefined;
|
406
|
-
assignee?: string | undefined;
|
407
407
|
}[] | null | undefined;
|
408
408
|
taskStories?: {
|
409
|
+
text?: string | undefined;
|
409
410
|
resource_type?: string | undefined;
|
410
411
|
gid?: string | undefined;
|
411
412
|
created_at?: string | undefined;
|
412
|
-
text?: string | undefined;
|
413
413
|
created_by?: {
|
414
414
|
name?: string | undefined;
|
415
415
|
resource_type?: string | undefined;
|
@@ -430,21 +430,21 @@ export declare const asanaCreateTaskParamsSchema: z.ZodObject<{
|
|
430
430
|
taskTemplate: z.ZodOptional<z.ZodString>;
|
431
431
|
customFields: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodAny, z.objectOutputType<{}, z.ZodAny, "strip">, z.objectInputType<{}, z.ZodAny, "strip">>>;
|
432
432
|
}, "strip", z.ZodTypeAny, {
|
433
|
-
projectId: string;
|
434
433
|
name: string;
|
435
|
-
|
436
|
-
approvalStatus?: string | undefined;
|
434
|
+
projectId: string;
|
437
435
|
description?: string | undefined;
|
436
|
+
approvalStatus?: string | undefined;
|
438
437
|
dueAt?: string | undefined;
|
438
|
+
assignee?: string | undefined;
|
439
439
|
taskTemplate?: string | undefined;
|
440
440
|
customFields?: z.objectOutputType<{}, z.ZodAny, "strip"> | undefined;
|
441
441
|
}, {
|
442
|
-
projectId: string;
|
443
442
|
name: string;
|
444
|
-
|
445
|
-
approvalStatus?: string | undefined;
|
443
|
+
projectId: string;
|
446
444
|
description?: string | undefined;
|
445
|
+
approvalStatus?: string | undefined;
|
447
446
|
dueAt?: string | undefined;
|
447
|
+
assignee?: string | undefined;
|
448
448
|
taskTemplate?: string | undefined;
|
449
449
|
customFields?: z.objectInputType<{}, z.ZodAny, "strip"> | undefined;
|
450
450
|
}>;
|
@@ -475,22 +475,22 @@ export declare const asanaUpdateTaskParamsSchema: z.ZodObject<{
|
|
475
475
|
customFields: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodAny, z.objectOutputType<{}, z.ZodAny, "strip">, z.objectInputType<{}, z.ZodAny, "strip">>>;
|
476
476
|
}, "strip", z.ZodTypeAny, {
|
477
477
|
taskId: string;
|
478
|
+
description?: string | undefined;
|
478
479
|
name?: string | undefined;
|
479
|
-
completed?: boolean | undefined;
|
480
|
-
assignee?: string | undefined;
|
481
480
|
approvalStatus?: string | undefined;
|
482
|
-
description?: string | undefined;
|
483
481
|
dueAt?: string | undefined;
|
482
|
+
assignee?: string | undefined;
|
484
483
|
customFields?: z.objectOutputType<{}, z.ZodAny, "strip"> | undefined;
|
484
|
+
completed?: boolean | undefined;
|
485
485
|
}, {
|
486
486
|
taskId: string;
|
487
|
+
description?: string | undefined;
|
487
488
|
name?: string | undefined;
|
488
|
-
completed?: boolean | undefined;
|
489
|
-
assignee?: string | undefined;
|
490
489
|
approvalStatus?: string | undefined;
|
491
|
-
description?: string | undefined;
|
492
490
|
dueAt?: string | undefined;
|
491
|
+
assignee?: string | undefined;
|
493
492
|
customFields?: z.objectInputType<{}, z.ZodAny, "strip"> | undefined;
|
493
|
+
completed?: boolean | undefined;
|
494
494
|
}>;
|
495
495
|
export type asanaUpdateTaskParamsType = z.infer<typeof asanaUpdateTaskParamsSchema>;
|
496
496
|
export declare const asanaUpdateTaskOutputSchema: z.ZodObject<{
|
@@ -548,24 +548,24 @@ export declare const slackGetChannelMessagesOutputSchema: z.ZodObject<{
|
|
548
548
|
text: z.ZodString;
|
549
549
|
ts: z.ZodString;
|
550
550
|
}, "strip", z.ZodTypeAny, {
|
551
|
-
text: string;
|
552
551
|
user: string;
|
552
|
+
text: string;
|
553
553
|
ts: string;
|
554
554
|
}, {
|
555
|
-
text: string;
|
556
555
|
user: string;
|
556
|
+
text: string;
|
557
557
|
ts: string;
|
558
558
|
}>, "many">;
|
559
559
|
}, "strip", z.ZodTypeAny, {
|
560
560
|
messages: {
|
561
|
-
text: string;
|
562
561
|
user: string;
|
562
|
+
text: string;
|
563
563
|
ts: string;
|
564
564
|
}[];
|
565
565
|
}, {
|
566
566
|
messages: {
|
567
|
-
text: string;
|
568
567
|
user: string;
|
568
|
+
text: string;
|
569
569
|
ts: string;
|
570
570
|
}[];
|
571
571
|
}>;
|
@@ -867,11 +867,11 @@ export declare const kandjiGetFVRecoveryKeyForDeviceParamsSchema: z.ZodObject<{
|
|
867
867
|
serialNumber: z.ZodString;
|
868
868
|
subdomain: z.ZodString;
|
869
869
|
}, "strip", z.ZodTypeAny, {
|
870
|
-
subdomain: string;
|
871
870
|
serialNumber: string;
|
872
|
-
}, {
|
873
871
|
subdomain: string;
|
872
|
+
}, {
|
874
873
|
serialNumber: string;
|
874
|
+
subdomain: string;
|
875
875
|
}>;
|
876
876
|
export type kandjiGetFVRecoveryKeyForDeviceParamsType = z.infer<typeof kandjiGetFVRecoveryKeyForDeviceParamsSchema>;
|
877
877
|
export declare const kandjiGetFVRecoveryKeyForDeviceOutputSchema: z.ZodObject<{
|
@@ -899,15 +899,15 @@ export declare const googlemapsValidateAddressParamsSchema: z.ZodObject<{
|
|
899
899
|
}, "strip", z.ZodTypeAny, {
|
900
900
|
regionCode: string;
|
901
901
|
locality: string;
|
902
|
-
postalCode: string;
|
903
902
|
addressLines: string[];
|
903
|
+
postalCode: string;
|
904
904
|
addressType?: "residential" | "business" | "poBox" | undefined;
|
905
905
|
allowFuzzyMatches?: boolean | undefined;
|
906
906
|
}, {
|
907
907
|
regionCode: string;
|
908
908
|
locality: string;
|
909
|
-
postalCode: string;
|
910
909
|
addressLines: string[];
|
910
|
+
postalCode: string;
|
911
911
|
addressType?: "residential" | "business" | "poBox" | undefined;
|
912
912
|
allowFuzzyMatches?: boolean | undefined;
|
913
913
|
}>;
|
@@ -1436,12 +1436,12 @@ export declare const zendeskUpdateTicketStatusParamsSchema: z.ZodObject<{
|
|
1436
1436
|
subdomain: z.ZodString;
|
1437
1437
|
status: z.ZodString;
|
1438
1438
|
}, "strip", z.ZodTypeAny, {
|
1439
|
-
subdomain: string;
|
1440
1439
|
status: string;
|
1440
|
+
subdomain: string;
|
1441
1441
|
ticketId: string;
|
1442
1442
|
}, {
|
1443
|
-
subdomain: string;
|
1444
1443
|
status: string;
|
1444
|
+
subdomain: string;
|
1445
1445
|
ticketId: string;
|
1446
1446
|
}>;
|
1447
1447
|
export type zendeskUpdateTicketStatusParamsType = z.infer<typeof zendeskUpdateTicketStatusParamsSchema>;
|
@@ -1462,18 +1462,18 @@ export declare const zendeskAddCommentToTicketParamsSchema: z.ZodObject<{
|
|
1462
1462
|
public?: boolean | undefined;
|
1463
1463
|
}>;
|
1464
1464
|
}, "strip", z.ZodTypeAny, {
|
1465
|
-
subdomain: string;
|
1466
1465
|
comment: {
|
1467
1466
|
body: string;
|
1468
1467
|
public?: boolean | undefined;
|
1469
1468
|
};
|
1469
|
+
subdomain: string;
|
1470
1470
|
ticketId: string;
|
1471
1471
|
}, {
|
1472
|
-
subdomain: string;
|
1473
1472
|
comment: {
|
1474
1473
|
body: string;
|
1475
1474
|
public?: boolean | undefined;
|
1476
1475
|
};
|
1476
|
+
subdomain: string;
|
1477
1477
|
ticketId: string;
|
1478
1478
|
}>;
|
1479
1479
|
export type zendeskAddCommentToTicketParamsType = z.infer<typeof zendeskAddCommentToTicketParamsSchema>;
|
@@ -2004,6 +2004,11 @@ export declare const googleOauthCreateSpreadsheetParamsSchema: z.ZodObject<{
|
|
2004
2004
|
}>>;
|
2005
2005
|
}, "strip", z.ZodTypeAny, {
|
2006
2006
|
title: string;
|
2007
|
+
properties?: {
|
2008
|
+
locale?: string | undefined;
|
2009
|
+
timeZone?: string | undefined;
|
2010
|
+
autoRecalc?: "ON_CHANGE" | "MINUTE" | "HOUR" | undefined;
|
2011
|
+
} | undefined;
|
2007
2012
|
sheets?: {
|
2008
2013
|
title?: string | undefined;
|
2009
2014
|
gridProperties?: {
|
@@ -2013,13 +2018,13 @@ export declare const googleOauthCreateSpreadsheetParamsSchema: z.ZodObject<{
|
|
2013
2018
|
frozenColumnCount?: number | undefined;
|
2014
2019
|
} | undefined;
|
2015
2020
|
}[] | undefined;
|
2021
|
+
}, {
|
2022
|
+
title: string;
|
2016
2023
|
properties?: {
|
2017
2024
|
locale?: string | undefined;
|
2018
2025
|
timeZone?: string | undefined;
|
2019
2026
|
autoRecalc?: "ON_CHANGE" | "MINUTE" | "HOUR" | undefined;
|
2020
2027
|
} | undefined;
|
2021
|
-
}, {
|
2022
|
-
title: string;
|
2023
2028
|
sheets?: {
|
2024
2029
|
title?: string | undefined;
|
2025
2030
|
gridProperties?: {
|
@@ -2029,11 +2034,6 @@ export declare const googleOauthCreateSpreadsheetParamsSchema: z.ZodObject<{
|
|
2029
2034
|
frozenColumnCount?: number | undefined;
|
2030
2035
|
} | undefined;
|
2031
2036
|
}[] | undefined;
|
2032
|
-
properties?: {
|
2033
|
-
locale?: string | undefined;
|
2034
|
-
timeZone?: string | undefined;
|
2035
|
-
autoRecalc?: "ON_CHANGE" | "MINUTE" | "HOUR" | undefined;
|
2036
|
-
} | undefined;
|
2037
2037
|
}>;
|
2038
2038
|
export type googleOauthCreateSpreadsheetParamsType = z.infer<typeof googleOauthCreateSpreadsheetParamsSchema>;
|
2039
2039
|
export declare const googleOauthCreateSpreadsheetOutputSchema: z.ZodObject<{
|
@@ -2046,12 +2046,12 @@ export declare const googleOauthCreateSpreadsheetOutputSchema: z.ZodObject<{
|
|
2046
2046
|
index: z.ZodOptional<z.ZodNumber>;
|
2047
2047
|
}, "strip", z.ZodTypeAny, {
|
2048
2048
|
title?: string | undefined;
|
2049
|
-
sheetId?: number | undefined;
|
2050
2049
|
index?: number | undefined;
|
2050
|
+
sheetId?: number | undefined;
|
2051
2051
|
}, {
|
2052
2052
|
title?: string | undefined;
|
2053
|
-
sheetId?: number | undefined;
|
2054
2053
|
index?: number | undefined;
|
2054
|
+
sheetId?: number | undefined;
|
2055
2055
|
}>, "many">>;
|
2056
2056
|
error: z.ZodOptional<z.ZodString>;
|
2057
2057
|
}, "strip", z.ZodTypeAny, {
|
@@ -2059,8 +2059,8 @@ export declare const googleOauthCreateSpreadsheetOutputSchema: z.ZodObject<{
|
|
2059
2059
|
error?: string | undefined;
|
2060
2060
|
sheets?: {
|
2061
2061
|
title?: string | undefined;
|
2062
|
-
sheetId?: number | undefined;
|
2063
2062
|
index?: number | undefined;
|
2063
|
+
sheetId?: number | undefined;
|
2064
2064
|
}[] | undefined;
|
2065
2065
|
spreadsheetId?: string | undefined;
|
2066
2066
|
spreadsheetUrl?: string | undefined;
|
@@ -2069,8 +2069,8 @@ export declare const googleOauthCreateSpreadsheetOutputSchema: z.ZodObject<{
|
|
2069
2069
|
error?: string | undefined;
|
2070
2070
|
sheets?: {
|
2071
2071
|
title?: string | undefined;
|
2072
|
-
sheetId?: number | undefined;
|
2073
2072
|
index?: number | undefined;
|
2073
|
+
sheetId?: number | undefined;
|
2074
2074
|
}[] | undefined;
|
2075
2075
|
spreadsheetId?: string | undefined;
|
2076
2076
|
spreadsheetUrl?: string | undefined;
|
@@ -2099,40 +2099,40 @@ export declare const googleOauthUpdateSpreadsheetOutputSchema: z.ZodObject<{
|
|
2099
2099
|
index: z.ZodOptional<z.ZodNumber>;
|
2100
2100
|
}, "strip", z.ZodTypeAny, {
|
2101
2101
|
title?: string | undefined;
|
2102
|
-
sheetId?: number | undefined;
|
2103
2102
|
index?: number | undefined;
|
2103
|
+
sheetId?: number | undefined;
|
2104
2104
|
}, {
|
2105
2105
|
title?: string | undefined;
|
2106
|
-
sheetId?: number | undefined;
|
2107
2106
|
index?: number | undefined;
|
2107
|
+
sheetId?: number | undefined;
|
2108
2108
|
}>>;
|
2109
2109
|
}, "strip", z.ZodTypeAny, {
|
2110
2110
|
properties?: {
|
2111
2111
|
title?: string | undefined;
|
2112
|
-
sheetId?: number | undefined;
|
2113
2112
|
index?: number | undefined;
|
2113
|
+
sheetId?: number | undefined;
|
2114
2114
|
} | undefined;
|
2115
2115
|
}, {
|
2116
2116
|
properties?: {
|
2117
2117
|
title?: string | undefined;
|
2118
|
-
sheetId?: number | undefined;
|
2119
2118
|
index?: number | undefined;
|
2119
|
+
sheetId?: number | undefined;
|
2120
2120
|
} | undefined;
|
2121
2121
|
}>>;
|
2122
2122
|
}, "strip", z.ZodTypeAny, {
|
2123
2123
|
addSheet?: {
|
2124
2124
|
properties?: {
|
2125
2125
|
title?: string | undefined;
|
2126
|
-
sheetId?: number | undefined;
|
2127
2126
|
index?: number | undefined;
|
2127
|
+
sheetId?: number | undefined;
|
2128
2128
|
} | undefined;
|
2129
2129
|
} | undefined;
|
2130
2130
|
}, {
|
2131
2131
|
addSheet?: {
|
2132
2132
|
properties?: {
|
2133
2133
|
title?: string | undefined;
|
2134
|
-
sheetId?: number | undefined;
|
2135
2134
|
index?: number | undefined;
|
2135
|
+
sheetId?: number | undefined;
|
2136
2136
|
} | undefined;
|
2137
2137
|
} | undefined;
|
2138
2138
|
}>>, "many">>;
|
@@ -2147,8 +2147,8 @@ export declare const googleOauthUpdateSpreadsheetOutputSchema: z.ZodObject<{
|
|
2147
2147
|
addSheet?: {
|
2148
2148
|
properties?: {
|
2149
2149
|
title?: string | undefined;
|
2150
|
-
sheetId?: number | undefined;
|
2151
2150
|
index?: number | undefined;
|
2151
|
+
sheetId?: number | undefined;
|
2152
2152
|
} | undefined;
|
2153
2153
|
} | undefined;
|
2154
2154
|
})[] | undefined;
|
@@ -2162,8 +2162,8 @@ export declare const googleOauthUpdateSpreadsheetOutputSchema: z.ZodObject<{
|
|
2162
2162
|
addSheet?: {
|
2163
2163
|
properties?: {
|
2164
2164
|
title?: string | undefined;
|
2165
|
-
sheetId?: number | undefined;
|
2166
2165
|
index?: number | undefined;
|
2166
|
+
sheetId?: number | undefined;
|
2167
2167
|
} | undefined;
|
2168
2168
|
} | undefined;
|
2169
2169
|
})[] | undefined;
|
@@ -3119,13 +3119,13 @@ export declare const microsoftUpdateSpreadsheetParamsSchema: z.ZodObject<{
|
|
3119
3119
|
siteId: z.ZodOptional<z.ZodString>;
|
3120
3120
|
}, "strip", z.ZodTypeAny, {
|
3121
3121
|
values: string[][];
|
3122
|
-
spreadsheetId: string;
|
3123
3122
|
range: string;
|
3123
|
+
spreadsheetId: string;
|
3124
3124
|
siteId?: string | undefined;
|
3125
3125
|
}, {
|
3126
3126
|
values: string[][];
|
3127
|
-
spreadsheetId: string;
|
3128
3127
|
range: string;
|
3128
|
+
spreadsheetId: string;
|
3129
3129
|
siteId?: string | undefined;
|
3130
3130
|
}>;
|
3131
3131
|
export type microsoftUpdateSpreadsheetParamsType = z.infer<typeof microsoftUpdateSpreadsheetParamsSchema>;
|
@@ -3259,13 +3259,13 @@ export declare const githubCreateOrUpdateFileOutputSchema: z.ZodObject<{
|
|
3259
3259
|
}, "strip", z.ZodTypeAny, {
|
3260
3260
|
success: boolean;
|
3261
3261
|
error?: string | undefined;
|
3262
|
-
newCommitSha?: string | undefined;
|
3263
3262
|
operation?: "created" | "updated" | undefined;
|
3263
|
+
newCommitSha?: string | undefined;
|
3264
3264
|
}, {
|
3265
3265
|
success: boolean;
|
3266
3266
|
error?: string | undefined;
|
3267
|
-
newCommitSha?: string | undefined;
|
3268
3267
|
operation?: "created" | "updated" | undefined;
|
3268
|
+
newCommitSha?: string | undefined;
|
3269
3269
|
}>;
|
3270
3270
|
export type githubCreateOrUpdateFileOutputType = z.infer<typeof githubCreateOrUpdateFileOutputSchema>;
|
3271
3271
|
export type githubCreateOrUpdateFileFunction = ActionFunction<githubCreateOrUpdateFileParamsType, AuthParamsType, githubCreateOrUpdateFileOutputType>;
|
@@ -3421,5 +3421,3 @@ export declare const githubListPullRequestsOutputSchema: z.ZodObject<{
|
|
3421
3421
|
}>;
|
3422
3422
|
export type githubListPullRequestsOutputType = z.infer<typeof githubListPullRequestsOutputSchema>;
|
3423
3423
|
export type githubListPullRequestsFunction = ActionFunction<githubListPullRequestsParamsType, AuthParamsType, githubListPullRequestsOutputType>;
|
3424
|
-
export declare const ActionProviderNames: readonly ["generic", "asana", "slack", "math", "confluence", "jira", "kandji", "googlemaps", "bing", "credal", "zendesk", "linkedin", "x", "mongo", "snowflake", "openstreetmap", "nws", "firecrawl", "resend", "googleOauth", "gong", "finnhub", "looker", "ashby", "salesforce", "microsoft", "github"];
|
3425
|
-
export declare const ActionNames: readonly ["fillTemplate", "commentTask", "listAsanaTasksByProject", "createTask", "updateTask", "sendMessage", "getChannelMessages", "add", "overwritePage", "fetchPageContent", "assignJiraTicket", "commentJiraTicket", "createJiraTicket", "getJiraTicketDetails", "getJiraTicketHistory", "updateJiraTicketDetails", "updateJiraTicketStatus", "getJiraIssuesByQuery", "getFVRecoveryKeyForDevice", "validateAddress", "nearbysearchRestaurants", "getTopNSearchResultUrls", "callCopilot", "createZendeskTicket", "listZendeskTickets", "getTicketDetails", "updateTicketStatus", "addCommentToTicket", "assignTicket", "createShareLinkedinPostUrl", "createShareXPostUrl", "insertMongoDoc", "getRowByFieldValue", "runSnowflakeQuery", "getLatitudeLongitudeFromLocation", "getForecastForLocation", "deepResearch", "scrapeUrl", "scrapeTweetDataWithNitter", "sendEmail", "createNewGoogleDoc", "updateDoc", "scheduleCalendarMeeting", "createSpreadsheet", "updateSpreadsheet", "createPresentation", "updatePresentation", "getGongTranscripts", "symbolLookup", "getBasicFinancials", "enableUserByEmail", "createNote", "getCandidateInfo", "addCandidateToProject", "listCandidates", "searchCandidates", "listCandidateNotes", "createCandidate", "updateCandidate", "updateRecord", "createRecord", "createCase", "generateSalesReport", "getSalesforceRecordsByQuery", "getRecord", "fetchSalesforceSchemaByObject", "createDocument", "updateDocument", "updateSpreadsheet", "messageTeamsChat", "messageTeamsChannel", "getDocument", "createOrUpdateFile", "createBranch", "createPullRequest", "listPullRequests"];
|