@credal/actions 0.2.177 → 0.2.179
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 +2 -9
- package/dist/actions/autogen/templates.d.ts +0 -3
- package/dist/actions/autogen/templates.js +33 -282
- package/dist/actions/autogen/types.d.ts +50 -330
- package/dist/actions/autogen/types.js +17 -93
- package/dist/actions/groups.js +1 -11
- package/dist/actions/providers/github/fetchFile.d.ts +3 -0
- package/dist/actions/providers/github/fetchFile.js +131 -0
- package/dist/actions/providers/github/getContents.d.ts +3 -0
- package/dist/actions/providers/github/getContents.js +41 -0
- package/dist/actions/providers/google-oauth/listCalendarEvents.js +7 -20
- package/package.json +1 -1
- package/dist/actions/providers/confluence/updatePage.d.ts +0 -3
- package/dist/actions/providers/confluence/updatePage.js +0 -47
- package/dist/actions/providers/credal/callCopilot.d.ts +0 -3
- package/dist/actions/providers/credal/callCopilot.js +0 -36
- package/dist/actions/providers/jamf/types.d.ts +0 -8
- package/dist/actions/providers/jamf/types.js +0 -7
- package/dist/actions/providers/math/index.d.ts +0 -1
- package/dist/actions/providers/math/index.js +0 -37
- package/dist/actions/providers/slack/index.d.ts +0 -1
- package/dist/actions/providers/slack/index.js +0 -37
- package/dist/actions/providers/slack/listConversations.d.ts +0 -3
- package/dist/actions/providers/slack/listConversations.js +0 -41
|
@@ -1400,116 +1400,6 @@ export declare const jiraCreateJiraTicketOutputSchema: z.ZodObject<{
|
|
|
1400
1400
|
}>;
|
|
1401
1401
|
export type jiraCreateJiraTicketOutputType = z.infer<typeof jiraCreateJiraTicketOutputSchema>;
|
|
1402
1402
|
export type jiraCreateJiraTicketFunction = ActionFunction<jiraCreateJiraTicketParamsType, AuthParamsType, jiraCreateJiraTicketOutputType>;
|
|
1403
|
-
export declare const jiraGetServiceDesksParamsSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
1404
|
-
export type jiraGetServiceDesksParamsType = z.infer<typeof jiraGetServiceDesksParamsSchema>;
|
|
1405
|
-
export declare const jiraGetServiceDesksOutputSchema: z.ZodObject<{
|
|
1406
|
-
success: z.ZodBoolean;
|
|
1407
|
-
error: z.ZodOptional<z.ZodString>;
|
|
1408
|
-
serviceDesks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1409
|
-
id: z.ZodOptional<z.ZodString>;
|
|
1410
|
-
projectId: z.ZodOptional<z.ZodString>;
|
|
1411
|
-
projectKey: z.ZodOptional<z.ZodString>;
|
|
1412
|
-
projectName: z.ZodOptional<z.ZodString>;
|
|
1413
|
-
requestTypes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1414
|
-
id: z.ZodOptional<z.ZodString>;
|
|
1415
|
-
name: z.ZodOptional<z.ZodString>;
|
|
1416
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1417
|
-
issueTypeId: z.ZodOptional<z.ZodString>;
|
|
1418
|
-
portalId: z.ZodOptional<z.ZodString>;
|
|
1419
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
1420
|
-
serviceDeskId: z.ZodOptional<z.ZodString>;
|
|
1421
|
-
canCreateRequest: z.ZodOptional<z.ZodBoolean>;
|
|
1422
|
-
}, "strip", z.ZodTypeAny, {
|
|
1423
|
-
description?: string | undefined;
|
|
1424
|
-
name?: string | undefined;
|
|
1425
|
-
id?: string | undefined;
|
|
1426
|
-
serviceDeskId?: string | undefined;
|
|
1427
|
-
issueTypeId?: string | undefined;
|
|
1428
|
-
portalId?: string | undefined;
|
|
1429
|
-
helpText?: string | undefined;
|
|
1430
|
-
canCreateRequest?: boolean | undefined;
|
|
1431
|
-
}, {
|
|
1432
|
-
description?: string | undefined;
|
|
1433
|
-
name?: string | undefined;
|
|
1434
|
-
id?: string | undefined;
|
|
1435
|
-
serviceDeskId?: string | undefined;
|
|
1436
|
-
issueTypeId?: string | undefined;
|
|
1437
|
-
portalId?: string | undefined;
|
|
1438
|
-
helpText?: string | undefined;
|
|
1439
|
-
canCreateRequest?: boolean | undefined;
|
|
1440
|
-
}>, "many">>;
|
|
1441
|
-
}, "strip", z.ZodTypeAny, {
|
|
1442
|
-
projectId?: string | undefined;
|
|
1443
|
-
id?: string | undefined;
|
|
1444
|
-
projectKey?: string | undefined;
|
|
1445
|
-
projectName?: string | undefined;
|
|
1446
|
-
requestTypes?: {
|
|
1447
|
-
description?: string | undefined;
|
|
1448
|
-
name?: string | undefined;
|
|
1449
|
-
id?: string | undefined;
|
|
1450
|
-
serviceDeskId?: string | undefined;
|
|
1451
|
-
issueTypeId?: string | undefined;
|
|
1452
|
-
portalId?: string | undefined;
|
|
1453
|
-
helpText?: string | undefined;
|
|
1454
|
-
canCreateRequest?: boolean | undefined;
|
|
1455
|
-
}[] | undefined;
|
|
1456
|
-
}, {
|
|
1457
|
-
projectId?: string | undefined;
|
|
1458
|
-
id?: string | undefined;
|
|
1459
|
-
projectKey?: string | undefined;
|
|
1460
|
-
projectName?: string | undefined;
|
|
1461
|
-
requestTypes?: {
|
|
1462
|
-
description?: string | undefined;
|
|
1463
|
-
name?: string | undefined;
|
|
1464
|
-
id?: string | undefined;
|
|
1465
|
-
serviceDeskId?: string | undefined;
|
|
1466
|
-
issueTypeId?: string | undefined;
|
|
1467
|
-
portalId?: string | undefined;
|
|
1468
|
-
helpText?: string | undefined;
|
|
1469
|
-
canCreateRequest?: boolean | undefined;
|
|
1470
|
-
}[] | undefined;
|
|
1471
|
-
}>, "many">>;
|
|
1472
|
-
}, "strip", z.ZodTypeAny, {
|
|
1473
|
-
success: boolean;
|
|
1474
|
-
error?: string | undefined;
|
|
1475
|
-
serviceDesks?: {
|
|
1476
|
-
projectId?: string | undefined;
|
|
1477
|
-
id?: string | undefined;
|
|
1478
|
-
projectKey?: string | undefined;
|
|
1479
|
-
projectName?: string | undefined;
|
|
1480
|
-
requestTypes?: {
|
|
1481
|
-
description?: string | undefined;
|
|
1482
|
-
name?: string | undefined;
|
|
1483
|
-
id?: string | undefined;
|
|
1484
|
-
serviceDeskId?: string | undefined;
|
|
1485
|
-
issueTypeId?: string | undefined;
|
|
1486
|
-
portalId?: string | undefined;
|
|
1487
|
-
helpText?: string | undefined;
|
|
1488
|
-
canCreateRequest?: boolean | undefined;
|
|
1489
|
-
}[] | undefined;
|
|
1490
|
-
}[] | undefined;
|
|
1491
|
-
}, {
|
|
1492
|
-
success: boolean;
|
|
1493
|
-
error?: string | undefined;
|
|
1494
|
-
serviceDesks?: {
|
|
1495
|
-
projectId?: string | undefined;
|
|
1496
|
-
id?: string | undefined;
|
|
1497
|
-
projectKey?: string | undefined;
|
|
1498
|
-
projectName?: string | undefined;
|
|
1499
|
-
requestTypes?: {
|
|
1500
|
-
description?: string | undefined;
|
|
1501
|
-
name?: string | undefined;
|
|
1502
|
-
id?: string | undefined;
|
|
1503
|
-
serviceDeskId?: string | undefined;
|
|
1504
|
-
issueTypeId?: string | undefined;
|
|
1505
|
-
portalId?: string | undefined;
|
|
1506
|
-
helpText?: string | undefined;
|
|
1507
|
-
canCreateRequest?: boolean | undefined;
|
|
1508
|
-
}[] | undefined;
|
|
1509
|
-
}[] | undefined;
|
|
1510
|
-
}>;
|
|
1511
|
-
export type jiraGetServiceDesksOutputType = z.infer<typeof jiraGetServiceDesksOutputSchema>;
|
|
1512
|
-
export type jiraGetServiceDesksFunction = ActionFunction<jiraGetServiceDesksParamsType, AuthParamsType, jiraGetServiceDesksOutputType>;
|
|
1513
1403
|
export declare const jiraCreateServiceDeskRequestParamsSchema: z.ZodObject<{
|
|
1514
1404
|
serviceDeskId: z.ZodString;
|
|
1515
1405
|
requestTypeId: z.ZodString;
|
|
@@ -2191,116 +2081,6 @@ export declare const jiraOrgCreateJiraTicketOutputSchema: z.ZodObject<{
|
|
|
2191
2081
|
}>;
|
|
2192
2082
|
export type jiraOrgCreateJiraTicketOutputType = z.infer<typeof jiraOrgCreateJiraTicketOutputSchema>;
|
|
2193
2083
|
export type jiraOrgCreateJiraTicketFunction = ActionFunction<jiraOrgCreateJiraTicketParamsType, AuthParamsType, jiraOrgCreateJiraTicketOutputType>;
|
|
2194
|
-
export declare const jiraOrgGetServiceDesksParamsSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
2195
|
-
export type jiraOrgGetServiceDesksParamsType = z.infer<typeof jiraOrgGetServiceDesksParamsSchema>;
|
|
2196
|
-
export declare const jiraOrgGetServiceDesksOutputSchema: z.ZodObject<{
|
|
2197
|
-
success: z.ZodBoolean;
|
|
2198
|
-
error: z.ZodOptional<z.ZodString>;
|
|
2199
|
-
serviceDesks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2200
|
-
id: z.ZodOptional<z.ZodString>;
|
|
2201
|
-
projectId: z.ZodOptional<z.ZodString>;
|
|
2202
|
-
projectKey: z.ZodOptional<z.ZodString>;
|
|
2203
|
-
projectName: z.ZodOptional<z.ZodString>;
|
|
2204
|
-
requestTypes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2205
|
-
id: z.ZodOptional<z.ZodString>;
|
|
2206
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2207
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2208
|
-
issueTypeId: z.ZodOptional<z.ZodString>;
|
|
2209
|
-
portalId: z.ZodOptional<z.ZodString>;
|
|
2210
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
2211
|
-
serviceDeskId: z.ZodOptional<z.ZodString>;
|
|
2212
|
-
canCreateRequest: z.ZodOptional<z.ZodBoolean>;
|
|
2213
|
-
}, "strip", z.ZodTypeAny, {
|
|
2214
|
-
description?: string | undefined;
|
|
2215
|
-
name?: string | undefined;
|
|
2216
|
-
id?: string | undefined;
|
|
2217
|
-
serviceDeskId?: string | undefined;
|
|
2218
|
-
issueTypeId?: string | undefined;
|
|
2219
|
-
portalId?: string | undefined;
|
|
2220
|
-
helpText?: string | undefined;
|
|
2221
|
-
canCreateRequest?: boolean | undefined;
|
|
2222
|
-
}, {
|
|
2223
|
-
description?: string | undefined;
|
|
2224
|
-
name?: string | undefined;
|
|
2225
|
-
id?: string | undefined;
|
|
2226
|
-
serviceDeskId?: string | undefined;
|
|
2227
|
-
issueTypeId?: string | undefined;
|
|
2228
|
-
portalId?: string | undefined;
|
|
2229
|
-
helpText?: string | undefined;
|
|
2230
|
-
canCreateRequest?: boolean | undefined;
|
|
2231
|
-
}>, "many">>;
|
|
2232
|
-
}, "strip", z.ZodTypeAny, {
|
|
2233
|
-
projectId?: string | undefined;
|
|
2234
|
-
id?: string | undefined;
|
|
2235
|
-
projectKey?: string | undefined;
|
|
2236
|
-
projectName?: string | undefined;
|
|
2237
|
-
requestTypes?: {
|
|
2238
|
-
description?: string | undefined;
|
|
2239
|
-
name?: string | undefined;
|
|
2240
|
-
id?: string | undefined;
|
|
2241
|
-
serviceDeskId?: string | undefined;
|
|
2242
|
-
issueTypeId?: string | undefined;
|
|
2243
|
-
portalId?: string | undefined;
|
|
2244
|
-
helpText?: string | undefined;
|
|
2245
|
-
canCreateRequest?: boolean | undefined;
|
|
2246
|
-
}[] | undefined;
|
|
2247
|
-
}, {
|
|
2248
|
-
projectId?: string | undefined;
|
|
2249
|
-
id?: string | undefined;
|
|
2250
|
-
projectKey?: string | undefined;
|
|
2251
|
-
projectName?: string | undefined;
|
|
2252
|
-
requestTypes?: {
|
|
2253
|
-
description?: string | undefined;
|
|
2254
|
-
name?: string | undefined;
|
|
2255
|
-
id?: string | undefined;
|
|
2256
|
-
serviceDeskId?: string | undefined;
|
|
2257
|
-
issueTypeId?: string | undefined;
|
|
2258
|
-
portalId?: string | undefined;
|
|
2259
|
-
helpText?: string | undefined;
|
|
2260
|
-
canCreateRequest?: boolean | undefined;
|
|
2261
|
-
}[] | undefined;
|
|
2262
|
-
}>, "many">>;
|
|
2263
|
-
}, "strip", z.ZodTypeAny, {
|
|
2264
|
-
success: boolean;
|
|
2265
|
-
error?: string | undefined;
|
|
2266
|
-
serviceDesks?: {
|
|
2267
|
-
projectId?: string | undefined;
|
|
2268
|
-
id?: string | undefined;
|
|
2269
|
-
projectKey?: string | undefined;
|
|
2270
|
-
projectName?: string | undefined;
|
|
2271
|
-
requestTypes?: {
|
|
2272
|
-
description?: string | undefined;
|
|
2273
|
-
name?: string | undefined;
|
|
2274
|
-
id?: string | undefined;
|
|
2275
|
-
serviceDeskId?: string | undefined;
|
|
2276
|
-
issueTypeId?: string | undefined;
|
|
2277
|
-
portalId?: string | undefined;
|
|
2278
|
-
helpText?: string | undefined;
|
|
2279
|
-
canCreateRequest?: boolean | undefined;
|
|
2280
|
-
}[] | undefined;
|
|
2281
|
-
}[] | undefined;
|
|
2282
|
-
}, {
|
|
2283
|
-
success: boolean;
|
|
2284
|
-
error?: string | undefined;
|
|
2285
|
-
serviceDesks?: {
|
|
2286
|
-
projectId?: string | undefined;
|
|
2287
|
-
id?: string | undefined;
|
|
2288
|
-
projectKey?: string | undefined;
|
|
2289
|
-
projectName?: string | undefined;
|
|
2290
|
-
requestTypes?: {
|
|
2291
|
-
description?: string | undefined;
|
|
2292
|
-
name?: string | undefined;
|
|
2293
|
-
id?: string | undefined;
|
|
2294
|
-
serviceDeskId?: string | undefined;
|
|
2295
|
-
issueTypeId?: string | undefined;
|
|
2296
|
-
portalId?: string | undefined;
|
|
2297
|
-
helpText?: string | undefined;
|
|
2298
|
-
canCreateRequest?: boolean | undefined;
|
|
2299
|
-
}[] | undefined;
|
|
2300
|
-
}[] | undefined;
|
|
2301
|
-
}>;
|
|
2302
|
-
export type jiraOrgGetServiceDesksOutputType = z.infer<typeof jiraOrgGetServiceDesksOutputSchema>;
|
|
2303
|
-
export type jiraOrgGetServiceDesksFunction = ActionFunction<jiraOrgGetServiceDesksParamsType, AuthParamsType, jiraOrgGetServiceDesksOutputType>;
|
|
2304
2084
|
export declare const jiraOrgCreateServiceDeskRequestParamsSchema: z.ZodObject<{
|
|
2305
2085
|
serviceDeskId: z.ZodString;
|
|
2306
2086
|
requestTypeId: z.ZodString;
|
|
@@ -2982,116 +2762,6 @@ export declare const jiraDataCenterCreateJiraTicketOutputSchema: z.ZodObject<{
|
|
|
2982
2762
|
}>;
|
|
2983
2763
|
export type jiraDataCenterCreateJiraTicketOutputType = z.infer<typeof jiraDataCenterCreateJiraTicketOutputSchema>;
|
|
2984
2764
|
export type jiraDataCenterCreateJiraTicketFunction = ActionFunction<jiraDataCenterCreateJiraTicketParamsType, AuthParamsType, jiraDataCenterCreateJiraTicketOutputType>;
|
|
2985
|
-
export declare const jiraDataCenterGetServiceDesksParamsSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
2986
|
-
export type jiraDataCenterGetServiceDesksParamsType = z.infer<typeof jiraDataCenterGetServiceDesksParamsSchema>;
|
|
2987
|
-
export declare const jiraDataCenterGetServiceDesksOutputSchema: z.ZodObject<{
|
|
2988
|
-
success: z.ZodBoolean;
|
|
2989
|
-
error: z.ZodOptional<z.ZodString>;
|
|
2990
|
-
serviceDesks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2991
|
-
id: z.ZodOptional<z.ZodString>;
|
|
2992
|
-
projectId: z.ZodOptional<z.ZodString>;
|
|
2993
|
-
projectKey: z.ZodOptional<z.ZodString>;
|
|
2994
|
-
projectName: z.ZodOptional<z.ZodString>;
|
|
2995
|
-
requestTypes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2996
|
-
id: z.ZodOptional<z.ZodString>;
|
|
2997
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2998
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2999
|
-
issueTypeId: z.ZodOptional<z.ZodString>;
|
|
3000
|
-
portalId: z.ZodOptional<z.ZodString>;
|
|
3001
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
3002
|
-
serviceDeskId: z.ZodOptional<z.ZodString>;
|
|
3003
|
-
canCreateRequest: z.ZodOptional<z.ZodBoolean>;
|
|
3004
|
-
}, "strip", z.ZodTypeAny, {
|
|
3005
|
-
description?: string | undefined;
|
|
3006
|
-
name?: string | undefined;
|
|
3007
|
-
id?: string | undefined;
|
|
3008
|
-
serviceDeskId?: string | undefined;
|
|
3009
|
-
issueTypeId?: string | undefined;
|
|
3010
|
-
portalId?: string | undefined;
|
|
3011
|
-
helpText?: string | undefined;
|
|
3012
|
-
canCreateRequest?: boolean | undefined;
|
|
3013
|
-
}, {
|
|
3014
|
-
description?: string | undefined;
|
|
3015
|
-
name?: string | undefined;
|
|
3016
|
-
id?: string | undefined;
|
|
3017
|
-
serviceDeskId?: string | undefined;
|
|
3018
|
-
issueTypeId?: string | undefined;
|
|
3019
|
-
portalId?: string | undefined;
|
|
3020
|
-
helpText?: string | undefined;
|
|
3021
|
-
canCreateRequest?: boolean | undefined;
|
|
3022
|
-
}>, "many">>;
|
|
3023
|
-
}, "strip", z.ZodTypeAny, {
|
|
3024
|
-
projectId?: string | undefined;
|
|
3025
|
-
id?: string | undefined;
|
|
3026
|
-
projectKey?: string | undefined;
|
|
3027
|
-
projectName?: string | undefined;
|
|
3028
|
-
requestTypes?: {
|
|
3029
|
-
description?: string | undefined;
|
|
3030
|
-
name?: string | undefined;
|
|
3031
|
-
id?: string | undefined;
|
|
3032
|
-
serviceDeskId?: string | undefined;
|
|
3033
|
-
issueTypeId?: string | undefined;
|
|
3034
|
-
portalId?: string | undefined;
|
|
3035
|
-
helpText?: string | undefined;
|
|
3036
|
-
canCreateRequest?: boolean | undefined;
|
|
3037
|
-
}[] | undefined;
|
|
3038
|
-
}, {
|
|
3039
|
-
projectId?: string | undefined;
|
|
3040
|
-
id?: string | undefined;
|
|
3041
|
-
projectKey?: string | undefined;
|
|
3042
|
-
projectName?: string | undefined;
|
|
3043
|
-
requestTypes?: {
|
|
3044
|
-
description?: string | undefined;
|
|
3045
|
-
name?: string | undefined;
|
|
3046
|
-
id?: string | undefined;
|
|
3047
|
-
serviceDeskId?: string | undefined;
|
|
3048
|
-
issueTypeId?: string | undefined;
|
|
3049
|
-
portalId?: string | undefined;
|
|
3050
|
-
helpText?: string | undefined;
|
|
3051
|
-
canCreateRequest?: boolean | undefined;
|
|
3052
|
-
}[] | undefined;
|
|
3053
|
-
}>, "many">>;
|
|
3054
|
-
}, "strip", z.ZodTypeAny, {
|
|
3055
|
-
success: boolean;
|
|
3056
|
-
error?: string | undefined;
|
|
3057
|
-
serviceDesks?: {
|
|
3058
|
-
projectId?: string | undefined;
|
|
3059
|
-
id?: string | undefined;
|
|
3060
|
-
projectKey?: string | undefined;
|
|
3061
|
-
projectName?: string | undefined;
|
|
3062
|
-
requestTypes?: {
|
|
3063
|
-
description?: string | undefined;
|
|
3064
|
-
name?: string | undefined;
|
|
3065
|
-
id?: string | undefined;
|
|
3066
|
-
serviceDeskId?: string | undefined;
|
|
3067
|
-
issueTypeId?: string | undefined;
|
|
3068
|
-
portalId?: string | undefined;
|
|
3069
|
-
helpText?: string | undefined;
|
|
3070
|
-
canCreateRequest?: boolean | undefined;
|
|
3071
|
-
}[] | undefined;
|
|
3072
|
-
}[] | undefined;
|
|
3073
|
-
}, {
|
|
3074
|
-
success: boolean;
|
|
3075
|
-
error?: string | undefined;
|
|
3076
|
-
serviceDesks?: {
|
|
3077
|
-
projectId?: string | undefined;
|
|
3078
|
-
id?: string | undefined;
|
|
3079
|
-
projectKey?: string | undefined;
|
|
3080
|
-
projectName?: string | undefined;
|
|
3081
|
-
requestTypes?: {
|
|
3082
|
-
description?: string | undefined;
|
|
3083
|
-
name?: string | undefined;
|
|
3084
|
-
id?: string | undefined;
|
|
3085
|
-
serviceDeskId?: string | undefined;
|
|
3086
|
-
issueTypeId?: string | undefined;
|
|
3087
|
-
portalId?: string | undefined;
|
|
3088
|
-
helpText?: string | undefined;
|
|
3089
|
-
canCreateRequest?: boolean | undefined;
|
|
3090
|
-
}[] | undefined;
|
|
3091
|
-
}[] | undefined;
|
|
3092
|
-
}>;
|
|
3093
|
-
export type jiraDataCenterGetServiceDesksOutputType = z.infer<typeof jiraDataCenterGetServiceDesksOutputSchema>;
|
|
3094
|
-
export type jiraDataCenterGetServiceDesksFunction = ActionFunction<jiraDataCenterGetServiceDesksParamsType, AuthParamsType, jiraDataCenterGetServiceDesksOutputType>;
|
|
3095
2765
|
export declare const jiraDataCenterCreateServiceDeskRequestParamsSchema: z.ZodObject<{
|
|
3096
2766
|
serviceDeskId: z.ZodString;
|
|
3097
2767
|
requestTypeId: z.ZodString;
|
|
@@ -4885,6 +4555,24 @@ export declare const googleOauthListCalendarEventsOutputSchema: z.ZodObject<{
|
|
|
4885
4555
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
4886
4556
|
created: z.ZodOptional<z.ZodString>;
|
|
4887
4557
|
updated: z.ZodOptional<z.ZodString>;
|
|
4558
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4559
|
+
fileId: z.ZodOptional<z.ZodString>;
|
|
4560
|
+
fileUrl: z.ZodOptional<z.ZodString>;
|
|
4561
|
+
title: z.ZodOptional<z.ZodString>;
|
|
4562
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
4563
|
+
}, "strip", z.ZodTypeAny, {
|
|
4564
|
+
title?: string | undefined;
|
|
4565
|
+
mimeType?: string | undefined;
|
|
4566
|
+
fileId?: string | undefined;
|
|
4567
|
+
fileUrl?: string | undefined;
|
|
4568
|
+
}, {
|
|
4569
|
+
title?: string | undefined;
|
|
4570
|
+
mimeType?: string | undefined;
|
|
4571
|
+
fileId?: string | undefined;
|
|
4572
|
+
fileUrl?: string | undefined;
|
|
4573
|
+
}>, "many">>;
|
|
4574
|
+
eventType: z.ZodOptional<z.ZodString>;
|
|
4575
|
+
transparency: z.ZodOptional<z.ZodString>;
|
|
4888
4576
|
}, "strip", z.ZodTypeAny, {
|
|
4889
4577
|
status?: string | undefined;
|
|
4890
4578
|
description?: string | undefined;
|
|
@@ -4908,6 +4596,14 @@ export declare const googleOauthListCalendarEventsOutputSchema: z.ZodObject<{
|
|
|
4908
4596
|
startDayOfWeek?: string | undefined;
|
|
4909
4597
|
endDayOfWeek?: string | undefined;
|
|
4910
4598
|
hangoutLink?: string | undefined;
|
|
4599
|
+
attachments?: {
|
|
4600
|
+
title?: string | undefined;
|
|
4601
|
+
mimeType?: string | undefined;
|
|
4602
|
+
fileId?: string | undefined;
|
|
4603
|
+
fileUrl?: string | undefined;
|
|
4604
|
+
}[] | undefined;
|
|
4605
|
+
eventType?: string | undefined;
|
|
4606
|
+
transparency?: string | undefined;
|
|
4911
4607
|
}, {
|
|
4912
4608
|
status?: string | undefined;
|
|
4913
4609
|
description?: string | undefined;
|
|
@@ -4931,6 +4627,14 @@ export declare const googleOauthListCalendarEventsOutputSchema: z.ZodObject<{
|
|
|
4931
4627
|
startDayOfWeek?: string | undefined;
|
|
4932
4628
|
endDayOfWeek?: string | undefined;
|
|
4933
4629
|
hangoutLink?: string | undefined;
|
|
4630
|
+
attachments?: {
|
|
4631
|
+
title?: string | undefined;
|
|
4632
|
+
mimeType?: string | undefined;
|
|
4633
|
+
fileId?: string | undefined;
|
|
4634
|
+
fileUrl?: string | undefined;
|
|
4635
|
+
}[] | undefined;
|
|
4636
|
+
eventType?: string | undefined;
|
|
4637
|
+
transparency?: string | undefined;
|
|
4934
4638
|
}>, "many">;
|
|
4935
4639
|
timezone: z.ZodOptional<z.ZodString>;
|
|
4936
4640
|
error: z.ZodOptional<z.ZodString>;
|
|
@@ -4959,6 +4663,14 @@ export declare const googleOauthListCalendarEventsOutputSchema: z.ZodObject<{
|
|
|
4959
4663
|
startDayOfWeek?: string | undefined;
|
|
4960
4664
|
endDayOfWeek?: string | undefined;
|
|
4961
4665
|
hangoutLink?: string | undefined;
|
|
4666
|
+
attachments?: {
|
|
4667
|
+
title?: string | undefined;
|
|
4668
|
+
mimeType?: string | undefined;
|
|
4669
|
+
fileId?: string | undefined;
|
|
4670
|
+
fileUrl?: string | undefined;
|
|
4671
|
+
}[] | undefined;
|
|
4672
|
+
eventType?: string | undefined;
|
|
4673
|
+
transparency?: string | undefined;
|
|
4962
4674
|
}[];
|
|
4963
4675
|
error?: string | undefined;
|
|
4964
4676
|
timezone?: string | undefined;
|
|
@@ -4987,6 +4699,14 @@ export declare const googleOauthListCalendarEventsOutputSchema: z.ZodObject<{
|
|
|
4987
4699
|
startDayOfWeek?: string | undefined;
|
|
4988
4700
|
endDayOfWeek?: string | undefined;
|
|
4989
4701
|
hangoutLink?: string | undefined;
|
|
4702
|
+
attachments?: {
|
|
4703
|
+
title?: string | undefined;
|
|
4704
|
+
mimeType?: string | undefined;
|
|
4705
|
+
fileId?: string | undefined;
|
|
4706
|
+
fileUrl?: string | undefined;
|
|
4707
|
+
}[] | undefined;
|
|
4708
|
+
eventType?: string | undefined;
|
|
4709
|
+
transparency?: string | undefined;
|
|
4990
4710
|
}[];
|
|
4991
4711
|
error?: string | undefined;
|
|
4992
4712
|
timezone?: string | undefined;
|
|
@@ -474,37 +474,6 @@ export const jiraCreateJiraTicketOutputSchema = z.object({
|
|
|
474
474
|
.describe("Error message if the ticket creation failed (only present if success is false)")
|
|
475
475
|
.optional(),
|
|
476
476
|
});
|
|
477
|
-
export const jiraGetServiceDesksParamsSchema = z.object({});
|
|
478
|
-
export const jiraGetServiceDesksOutputSchema = z.object({
|
|
479
|
-
success: z.boolean().describe("Whether the service desks were retrieved successfully"),
|
|
480
|
-
error: z.string().describe("The error that occurred if the service desks were not retrieved successfully").optional(),
|
|
481
|
-
serviceDesks: z
|
|
482
|
-
.array(z
|
|
483
|
-
.object({
|
|
484
|
-
id: z.string().describe("The ID of the service desk").optional(),
|
|
485
|
-
projectId: z.string().describe("The ID of the project").optional(),
|
|
486
|
-
projectKey: z.string().describe("The key of the project").optional(),
|
|
487
|
-
projectName: z.string().describe("The name of the service desk").optional(),
|
|
488
|
-
requestTypes: z
|
|
489
|
-
.array(z
|
|
490
|
-
.object({
|
|
491
|
-
id: z.string().describe("The ID of the request type").optional(),
|
|
492
|
-
name: z.string().describe("The name of the request type").optional(),
|
|
493
|
-
description: z.string().describe("The description of the request type").optional(),
|
|
494
|
-
issueTypeId: z.string().describe("The ID of the issue type").optional(),
|
|
495
|
-
portalId: z.string().describe("The ID of the customer portal").optional(),
|
|
496
|
-
helpText: z.string().describe("The help text for the request type").optional(),
|
|
497
|
-
serviceDeskId: z.string().describe("The ID of the service desk").optional(),
|
|
498
|
-
canCreateRequest: z.boolean().describe("Whether the request type can be created").optional(),
|
|
499
|
-
})
|
|
500
|
-
.describe("A request type"))
|
|
501
|
-
.describe("The list of request types")
|
|
502
|
-
.optional(),
|
|
503
|
-
})
|
|
504
|
-
.describe("A service desk"))
|
|
505
|
-
.describe("The list of service desks")
|
|
506
|
-
.optional(),
|
|
507
|
-
});
|
|
508
477
|
export const jiraCreateServiceDeskRequestParamsSchema = z.object({
|
|
509
478
|
serviceDeskId: z.string().describe("The ID of the service desk to create the request in"),
|
|
510
479
|
requestTypeId: z.string().describe("The ID of the request type to use for the new request"),
|
|
@@ -690,37 +659,6 @@ export const jiraOrgCreateJiraTicketOutputSchema = z.object({
|
|
|
690
659
|
.describe("Error message if the ticket creation failed (only present if success is false)")
|
|
691
660
|
.optional(),
|
|
692
661
|
});
|
|
693
|
-
export const jiraOrgGetServiceDesksParamsSchema = z.object({});
|
|
694
|
-
export const jiraOrgGetServiceDesksOutputSchema = z.object({
|
|
695
|
-
success: z.boolean().describe("Whether the service desks were retrieved successfully"),
|
|
696
|
-
error: z.string().describe("The error that occurred if the service desks were not retrieved successfully").optional(),
|
|
697
|
-
serviceDesks: z
|
|
698
|
-
.array(z
|
|
699
|
-
.object({
|
|
700
|
-
id: z.string().describe("The ID of the service desk").optional(),
|
|
701
|
-
projectId: z.string().describe("The ID of the project").optional(),
|
|
702
|
-
projectKey: z.string().describe("The key of the project").optional(),
|
|
703
|
-
projectName: z.string().describe("The name of the service desk").optional(),
|
|
704
|
-
requestTypes: z
|
|
705
|
-
.array(z
|
|
706
|
-
.object({
|
|
707
|
-
id: z.string().describe("The ID of the request type").optional(),
|
|
708
|
-
name: z.string().describe("The name of the request type").optional(),
|
|
709
|
-
description: z.string().describe("The description of the request type").optional(),
|
|
710
|
-
issueTypeId: z.string().describe("The ID of the issue type").optional(),
|
|
711
|
-
portalId: z.string().describe("The ID of the customer portal").optional(),
|
|
712
|
-
helpText: z.string().describe("The help text for the request type").optional(),
|
|
713
|
-
serviceDeskId: z.string().describe("The ID of the service desk").optional(),
|
|
714
|
-
canCreateRequest: z.boolean().describe("Whether the request type can be created").optional(),
|
|
715
|
-
})
|
|
716
|
-
.describe("A request type"))
|
|
717
|
-
.describe("The list of request types")
|
|
718
|
-
.optional(),
|
|
719
|
-
})
|
|
720
|
-
.describe("A service desk"))
|
|
721
|
-
.describe("The list of service desks")
|
|
722
|
-
.optional(),
|
|
723
|
-
});
|
|
724
662
|
export const jiraOrgCreateServiceDeskRequestParamsSchema = z.object({
|
|
725
663
|
serviceDeskId: z.string().describe("The ID of the service desk to create the request in"),
|
|
726
664
|
requestTypeId: z.string().describe("The ID of the request type to use for the new request"),
|
|
@@ -906,37 +844,6 @@ export const jiraDataCenterCreateJiraTicketOutputSchema = z.object({
|
|
|
906
844
|
.describe("Error message if the ticket creation failed (only present if success is false)")
|
|
907
845
|
.optional(),
|
|
908
846
|
});
|
|
909
|
-
export const jiraDataCenterGetServiceDesksParamsSchema = z.object({});
|
|
910
|
-
export const jiraDataCenterGetServiceDesksOutputSchema = z.object({
|
|
911
|
-
success: z.boolean().describe("Whether the service desks were retrieved successfully"),
|
|
912
|
-
error: z.string().describe("The error that occurred if the service desks were not retrieved successfully").optional(),
|
|
913
|
-
serviceDesks: z
|
|
914
|
-
.array(z
|
|
915
|
-
.object({
|
|
916
|
-
id: z.string().describe("The ID of the service desk").optional(),
|
|
917
|
-
projectId: z.string().describe("The ID of the project").optional(),
|
|
918
|
-
projectKey: z.string().describe("The key of the project").optional(),
|
|
919
|
-
projectName: z.string().describe("The name of the service desk").optional(),
|
|
920
|
-
requestTypes: z
|
|
921
|
-
.array(z
|
|
922
|
-
.object({
|
|
923
|
-
id: z.string().describe("The ID of the request type").optional(),
|
|
924
|
-
name: z.string().describe("The name of the request type").optional(),
|
|
925
|
-
description: z.string().describe("The description of the request type").optional(),
|
|
926
|
-
issueTypeId: z.string().describe("The ID of the issue type").optional(),
|
|
927
|
-
portalId: z.string().describe("The ID of the customer portal").optional(),
|
|
928
|
-
helpText: z.string().describe("The help text for the request type").optional(),
|
|
929
|
-
serviceDeskId: z.string().describe("The ID of the service desk").optional(),
|
|
930
|
-
canCreateRequest: z.boolean().describe("Whether the request type can be created").optional(),
|
|
931
|
-
})
|
|
932
|
-
.describe("A request type"))
|
|
933
|
-
.describe("The list of request types")
|
|
934
|
-
.optional(),
|
|
935
|
-
})
|
|
936
|
-
.describe("A service desk"))
|
|
937
|
-
.describe("The list of service desks")
|
|
938
|
-
.optional(),
|
|
939
|
-
});
|
|
940
847
|
export const jiraDataCenterCreateServiceDeskRequestParamsSchema = z.object({
|
|
941
848
|
serviceDeskId: z.string().describe("The ID of the service desk to create the request in"),
|
|
942
849
|
requestTypeId: z.string().describe("The ID of the request type to use for the new request"),
|
|
@@ -2062,6 +1969,23 @@ export const googleOauthListCalendarEventsOutputSchema = z.object({
|
|
|
2062
1969
|
hangoutLink: z.string().describe("Google Meet link for the event, if available").optional(),
|
|
2063
1970
|
created: z.string().describe("Creation time of the event (RFC3339 timestamp)").optional(),
|
|
2064
1971
|
updated: z.string().describe("Last modification time of the event (RFC3339 timestamp)").optional(),
|
|
1972
|
+
attachments: z
|
|
1973
|
+
.array(z.object({
|
|
1974
|
+
fileId: z.string().describe("ID of the attached file").optional(),
|
|
1975
|
+
fileUrl: z.string().describe("URL link to the attachment").optional(),
|
|
1976
|
+
title: z.string().describe("Attachment title").optional(),
|
|
1977
|
+
mimeType: z.string().describe("Internet media type (MIME type) of the attachment").optional(),
|
|
1978
|
+
}))
|
|
1979
|
+
.describe("List of file attachments for the event")
|
|
1980
|
+
.optional(),
|
|
1981
|
+
eventType: z
|
|
1982
|
+
.string()
|
|
1983
|
+
.describe('Differentiate "workingLocation" events, which simply specify a location, from real meetings')
|
|
1984
|
+
.optional(),
|
|
1985
|
+
transparency: z
|
|
1986
|
+
.string()
|
|
1987
|
+
.describe('Whether the event blocks time on the calendar and is considered a "busy" time. Populated when transparent.')
|
|
1988
|
+
.optional(),
|
|
2065
1989
|
})
|
|
2066
1990
|
.describe("A calendar event"))
|
|
2067
1991
|
.describe("List of events"),
|
package/dist/actions/groups.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { genericFillTemplateDefinition, confluenceOverwritePageDefinition, googlemapsValidateAddressDefinition, mathAddDefinition, mongoInsertMongoDocDefinition, slackSendMessageDefinition, slackGetChannelMessagesDefinition, slackCreateChannelDefinition, slackArchiveChannelDefinition, snowflakeGetRowByFieldValueDefinition, zendeskCreateZendeskTicketDefinition, zendeskListZendeskTicketsDefinition, zendeskGetTicketDetailsDefinition, zendeskUpdateTicketStatusDefinition, zendeskAddCommentToTicketDefinition, zendeskAssignTicketDefinition, openstreetmapGetLatitudeLongitudeFromLocationDefinition, nwsGetForecastForLocationDefinition, jiraAssignJiraTicketDefinition, jiraCommentJiraTicketDefinition, jiraCreateJiraTicketDefinition, jiraGetJiraTicketDetailsDefinition, jiraGetJiraTicketHistoryDefinition, jiraUpdateJiraTicketDetailsDefinition, jiraUpdateJiraTicketStatusDefinition, jiraGetServiceDesksDefinition, jiraCreateServiceDeskRequestDefinition, googlemapsNearbysearchRestaurantsDefinition, firecrawlScrapeUrlDefinition, resendSendEmailDefinition, linkedinCreateShareLinkedinPostUrlDefinition, googleOauthCreateNewGoogleDocDefinition, xCreateShareXPostUrlDefinition, firecrawlScrapeTweetDataWithNitterDefinition, finnhubSymbolLookupDefinition, finnhubGetBasicFinancialsDefinition, confluenceFetchPageContentDefinition, snowflakeRunSnowflakeQueryDefinition, lookerEnableUserByEmailDefinition, googleOauthUpdateDocDefinition, googleOauthScheduleCalendarMeetingDefinition, googleOauthListCalendarsDefinition, googleOauthListCalendarEventsDefinition, googleOauthUpdateCalendarEventDefinition, googleOauthDeleteCalendarEventDefinition, googleOauthCreateSpreadsheetDefinition, googleOauthUpdateSpreadsheetDefinition, googleOauthCreatePresentationDefinition, googleOauthUpdatePresentationDefinition, googleOauthSearchDriveByKeywordsDefinition, googlemailSearchGmailMessagesDefinition, googlemailListGmailThreadsDefinition, googleOauthListGroupsDefinition, googleOauthGetGroupDefinition, googleOauthListGroupMembersDefinition, googleOauthHasGroupMemberDefinition, googleOauthAddGroupMemberDefinition, googleOauthDeleteGroupMemberDefinition, salesforceUpdateRecordDefinition, salesforceCreateCaseDefinition, salesforceGenerateSalesReportDefinition, salesforceGetRecordDefinition, salesforceGetSalesforceRecordsByQueryDefinition, microsoftMessageTeamsChatDefinition, microsoftMessageTeamsChannelDefinition, asanaCommentTaskDefinition, asanaCreateTaskDefinition, asanaUpdateTaskDefinition, asanaSearchTasksDefinition, githubCreateOrUpdateFileDefinition, githubCreateBranchDefinition, githubCreatePullRequestDefinition, microsoftUpdateSpreadsheetDefinition, microsoftUpdateDocumentDefinition, microsoftCreateDocumentDefinition, microsoftGetDocumentDefinition, salesforceFetchSalesforceSchemaByObjectDefinition, firecrawlDeepResearchDefinition, jiraGetJiraIssuesByQueryDefinition, githubListPullRequestsDefinition, salesforceCreateRecordDefinition, ashbyCreateNoteDefinition, ashbyGetCandidateInfoDefinition, ashbyListCandidatesDefinition, ashbyListCandidateNotesDefinition, ashbySearchCandidatesDefinition, ashbyCreateCandidateDefinition, ashbyUpdateCandidateDefinition, ashbyAddCandidateToProjectDefinition, bingGetTopNSearchResultUrlsDefinition, gongGetGongTranscriptsDefinition, kandjiGetFVRecoveryKeyForDeviceDefinition, asanaListAsanaTasksByProjectDefinition, notionSearchByTitleDefinition, asanaGetTasksDetailsDefinition,
|
|
1
|
+
import { genericFillTemplateDefinition, confluenceOverwritePageDefinition, googlemapsValidateAddressDefinition, mathAddDefinition, mongoInsertMongoDocDefinition, slackSendMessageDefinition, slackGetChannelMessagesDefinition, slackCreateChannelDefinition, slackArchiveChannelDefinition, snowflakeGetRowByFieldValueDefinition, zendeskCreateZendeskTicketDefinition, zendeskListZendeskTicketsDefinition, zendeskGetTicketDetailsDefinition, zendeskUpdateTicketStatusDefinition, zendeskAddCommentToTicketDefinition, zendeskAssignTicketDefinition, openstreetmapGetLatitudeLongitudeFromLocationDefinition, nwsGetForecastForLocationDefinition, jiraAssignJiraTicketDefinition, jiraCommentJiraTicketDefinition, jiraCreateJiraTicketDefinition, jiraGetJiraTicketDetailsDefinition, jiraGetJiraTicketHistoryDefinition, jiraUpdateJiraTicketDetailsDefinition, jiraUpdateJiraTicketStatusDefinition, jiraGetServiceDesksDefinition, jiraCreateServiceDeskRequestDefinition, googlemapsNearbysearchRestaurantsDefinition, firecrawlScrapeUrlDefinition, resendSendEmailDefinition, linkedinCreateShareLinkedinPostUrlDefinition, googleOauthCreateNewGoogleDocDefinition, xCreateShareXPostUrlDefinition, firecrawlScrapeTweetDataWithNitterDefinition, finnhubSymbolLookupDefinition, finnhubGetBasicFinancialsDefinition, confluenceFetchPageContentDefinition, snowflakeRunSnowflakeQueryDefinition, lookerEnableUserByEmailDefinition, googleOauthUpdateDocDefinition, googleOauthScheduleCalendarMeetingDefinition, googleOauthListCalendarsDefinition, googleOauthListCalendarEventsDefinition, googleOauthUpdateCalendarEventDefinition, googleOauthDeleteCalendarEventDefinition, googleOauthCreateSpreadsheetDefinition, googleOauthUpdateSpreadsheetDefinition, googleOauthCreatePresentationDefinition, googleOauthUpdatePresentationDefinition, googleOauthSearchDriveByKeywordsDefinition, googlemailSearchGmailMessagesDefinition, googlemailListGmailThreadsDefinition, googleOauthListGroupsDefinition, googleOauthGetGroupDefinition, googleOauthListGroupMembersDefinition, googleOauthHasGroupMemberDefinition, googleOauthAddGroupMemberDefinition, googleOauthDeleteGroupMemberDefinition, salesforceUpdateRecordDefinition, salesforceCreateCaseDefinition, salesforceGenerateSalesReportDefinition, salesforceGetRecordDefinition, salesforceGetSalesforceRecordsByQueryDefinition, microsoftMessageTeamsChatDefinition, microsoftMessageTeamsChannelDefinition, asanaCommentTaskDefinition, asanaCreateTaskDefinition, asanaUpdateTaskDefinition, asanaSearchTasksDefinition, githubCreateOrUpdateFileDefinition, githubCreateBranchDefinition, githubCreatePullRequestDefinition, microsoftUpdateSpreadsheetDefinition, microsoftUpdateDocumentDefinition, microsoftCreateDocumentDefinition, microsoftGetDocumentDefinition, salesforceFetchSalesforceSchemaByObjectDefinition, firecrawlDeepResearchDefinition, jiraGetJiraIssuesByQueryDefinition, githubListPullRequestsDefinition, salesforceCreateRecordDefinition, ashbyCreateNoteDefinition, ashbyGetCandidateInfoDefinition, ashbyListCandidatesDefinition, ashbyListCandidateNotesDefinition, ashbySearchCandidatesDefinition, ashbyCreateCandidateDefinition, ashbyUpdateCandidateDefinition, ashbyAddCandidateToProjectDefinition, bingGetTopNSearchResultUrlsDefinition, gongGetGongTranscriptsDefinition, kandjiGetFVRecoveryKeyForDeviceDefinition, asanaListAsanaTasksByProjectDefinition, notionSearchByTitleDefinition, asanaGetTasksDetailsDefinition, jamfGetJamfComputerInventoryDefinition, jamfGetJamfFileVaultRecoveryKeyDefinition, oktaListOktaUsersDefinition, oktaGetOktaUserDefinition, oktaListOktaUserGroupsDefinition, oktaListOktaGroupsDefinition, oktaGetOktaGroupDefinition, oktaListOktaGroupMembersDefinition, oktaRemoveUserFromGroupDefinition, oktaAddUserToGroupDefinition, oktaResetPasswordDefinition, oktaResetMFADefinition, oktaListMFADefinition, jamfGetJamfUserComputerIdDefinition, jamfLockJamfComputerByIdDefinition, oktaTriggerOktaWorkflowDefinition, jiraOrgAssignJiraTicketDefinition, jiraOrgCreateJiraTicketDefinition, jiraOrgCommentJiraTicketDefinition, jiraOrgGetJiraTicketDetailsDefinition, jiraOrgGetJiraTicketHistoryDefinition, jiraOrgUpdateJiraTicketDetailsDefinition, jiraOrgUpdateJiraTicketStatusDefinition, jiraOrgGetJiraIssuesByQueryDefinition, googleOauthGetDriveFileContentByIdDefinition, googleOauthSearchDriveByQueryDefinition, googleOauthSearchDriveByQueryAndGetFileContentDefinition, githubGetFileContentDefinition, githubListDirectoryDefinition, } from "./autogen/templates.js";
|
|
2
2
|
export const ACTION_GROUPS = {
|
|
3
3
|
GENERIC: {
|
|
4
4
|
description: "Generic utility actions",
|
|
@@ -248,14 +248,4 @@ export const ACTION_GROUPS = {
|
|
|
248
248
|
oktaTriggerOktaWorkflowDefinition,
|
|
249
249
|
],
|
|
250
250
|
},
|
|
251
|
-
LINEAR: {
|
|
252
|
-
description: "Actions for interacting with Linear",
|
|
253
|
-
actions: [
|
|
254
|
-
linearGetIssueDetailsDefinition,
|
|
255
|
-
linearGetProjectsDefinition,
|
|
256
|
-
linearGetProjectDetailsDefinition,
|
|
257
|
-
linearGetTeamDetailsDefinition,
|
|
258
|
-
linearGetTeamsDefinition,
|
|
259
|
-
],
|
|
260
|
-
},
|
|
261
251
|
};
|