@keystrokehq/freshservice 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/bulk-update-tickets.cjs +27 -0
- package/dist/actions/bulk-update-tickets.cjs.map +1 -0
- package/dist/actions/bulk-update-tickets.d.cts +9 -0
- package/dist/actions/bulk-update-tickets.d.cts.map +1 -0
- package/dist/actions/bulk-update-tickets.d.mts +9 -0
- package/dist/actions/bulk-update-tickets.d.mts.map +1 -0
- package/dist/actions/bulk-update-tickets.mjs +26 -0
- package/dist/actions/bulk-update-tickets.mjs.map +1 -0
- package/dist/actions/create-service-request.cjs +91 -0
- package/dist/actions/create-service-request.cjs.map +1 -0
- package/dist/actions/create-service-request.d.cts +9 -0
- package/dist/actions/create-service-request.d.cts.map +1 -0
- package/dist/actions/create-service-request.d.mts +9 -0
- package/dist/actions/create-service-request.d.mts.map +1 -0
- package/dist/actions/create-service-request.mjs +90 -0
- package/dist/actions/create-service-request.mjs.map +1 -0
- package/dist/actions/create-ticket.cjs +127 -0
- package/dist/actions/create-ticket.cjs.map +1 -0
- package/dist/actions/create-ticket.d.cts +9 -0
- package/dist/actions/create-ticket.d.cts.map +1 -0
- package/dist/actions/create-ticket.d.mts +9 -0
- package/dist/actions/create-ticket.d.mts.map +1 -0
- package/dist/actions/create-ticket.mjs +126 -0
- package/dist/actions/create-ticket.mjs.map +1 -0
- package/dist/actions/delete-release.cjs +16 -0
- package/dist/actions/delete-release.cjs.map +1 -0
- package/dist/actions/delete-release.d.cts +9 -0
- package/dist/actions/delete-release.d.cts.map +1 -0
- package/dist/actions/delete-release.d.mts +9 -0
- package/dist/actions/delete-release.d.mts.map +1 -0
- package/dist/actions/delete-release.mjs +13 -0
- package/dist/actions/delete-release.mjs.map +1 -0
- package/dist/actions/delete-solution-article.cjs +19 -0
- package/dist/actions/delete-solution-article.cjs.map +1 -0
- package/dist/actions/delete-solution-article.d.cts +9 -0
- package/dist/actions/delete-solution-article.d.cts.map +1 -0
- package/dist/actions/delete-solution-article.d.mts +9 -0
- package/dist/actions/delete-solution-article.d.mts.map +1 -0
- package/dist/actions/delete-solution-article.mjs +16 -0
- package/dist/actions/delete-solution-article.mjs.map +1 -0
- package/dist/actions/delete-solution-category.cjs +19 -0
- package/dist/actions/delete-solution-category.cjs.map +1 -0
- package/dist/actions/delete-solution-category.d.cts +9 -0
- package/dist/actions/delete-solution-category.d.cts.map +1 -0
- package/dist/actions/delete-solution-category.d.mts +9 -0
- package/dist/actions/delete-solution-category.d.mts.map +1 -0
- package/dist/actions/delete-solution-category.mjs +16 -0
- package/dist/actions/delete-solution-category.mjs.map +1 -0
- package/dist/actions/get-problem-form-fields-by-workspace.cjs +39 -0
- package/dist/actions/get-problem-form-fields-by-workspace.cjs.map +1 -0
- package/dist/actions/get-problem-form-fields-by-workspace.d.cts +9 -0
- package/dist/actions/get-problem-form-fields-by-workspace.d.cts.map +1 -0
- package/dist/actions/get-problem-form-fields-by-workspace.d.mts +9 -0
- package/dist/actions/get-problem-form-fields-by-workspace.d.mts.map +1 -0
- package/dist/actions/get-problem-form-fields-by-workspace.mjs +38 -0
- package/dist/actions/get-problem-form-fields-by-workspace.mjs.map +1 -0
- package/dist/actions/get-release-form-fields.cjs +32 -0
- package/dist/actions/get-release-form-fields.cjs.map +1 -0
- package/dist/actions/get-release-form-fields.d.cts +9 -0
- package/dist/actions/get-release-form-fields.d.cts.map +1 -0
- package/dist/actions/get-release-form-fields.d.mts +9 -0
- package/dist/actions/get-release-form-fields.d.mts.map +1 -0
- package/dist/actions/get-release-form-fields.mjs +31 -0
- package/dist/actions/get-release-form-fields.mjs.map +1 -0
- package/dist/actions/get-ticket.cjs +90 -0
- package/dist/actions/get-ticket.cjs.map +1 -0
- package/dist/actions/get-ticket.d.cts +9 -0
- package/dist/actions/get-ticket.d.cts.map +1 -0
- package/dist/actions/get-ticket.d.mts +9 -0
- package/dist/actions/get-ticket.d.mts.map +1 -0
- package/dist/actions/get-ticket.mjs +89 -0
- package/dist/actions/get-ticket.mjs.map +1 -0
- package/dist/actions/index.cjs +25 -0
- package/dist/actions/index.d.cts +13 -0
- package/dist/actions/index.d.mts +13 -0
- package/dist/actions/index.mjs +13 -0
- package/dist/actions/list-locations.cjs +39 -0
- package/dist/actions/list-locations.cjs.map +1 -0
- package/dist/actions/list-locations.d.cts +9 -0
- package/dist/actions/list-locations.d.cts.map +1 -0
- package/dist/actions/list-locations.d.mts +9 -0
- package/dist/actions/list-locations.d.mts.map +1 -0
- package/dist/actions/list-locations.mjs +38 -0
- package/dist/actions/list-locations.mjs.map +1 -0
- package/dist/actions/list-service-catalog-items.cjs +37 -0
- package/dist/actions/list-service-catalog-items.cjs.map +1 -0
- package/dist/actions/list-service-catalog-items.d.cts +9 -0
- package/dist/actions/list-service-catalog-items.d.cts.map +1 -0
- package/dist/actions/list-service-catalog-items.d.mts +9 -0
- package/dist/actions/list-service-catalog-items.d.mts.map +1 -0
- package/dist/actions/list-service-catalog-items.mjs +36 -0
- package/dist/actions/list-service-catalog-items.mjs.map +1 -0
- package/dist/actions/list-tickets.cjs +100 -0
- package/dist/actions/list-tickets.cjs.map +1 -0
- package/dist/actions/list-tickets.d.cts +9 -0
- package/dist/actions/list-tickets.d.cts.map +1 -0
- package/dist/actions/list-tickets.d.mts +9 -0
- package/dist/actions/list-tickets.d.mts.map +1 -0
- package/dist/actions/list-tickets.mjs +99 -0
- package/dist/actions/list-tickets.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +30 -0
- package/dist/index.d.cts +15 -0
- package/dist/index.d.mts +15 -0
- package/dist/index.mjs +16 -0
- package/package.json +49 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-ticket.d.ts
|
|
4
|
+
declare const FreshserviceCreateTicketInput: z.ZodTypeAny;
|
|
5
|
+
declare const FreshserviceCreateTicketOutput: z.ZodTypeAny;
|
|
6
|
+
declare const freshserviceCreateTicket: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { freshserviceCreateTicket };
|
|
9
|
+
//# sourceMappingURL=create-ticket.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-ticket.d.mts","names":[],"sources":["../../src/actions/create-ticket.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAcqB;AAAA,cA8CtD,8BAAA,EAAgC,CAAA,CAAE,UAEG;AAAA,cAErC,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/create-ticket.ts
|
|
4
|
+
const FreshserviceCreateTicketInput = z.object({
|
|
5
|
+
name: z.string().describe("Name of the requester (creates new contact if not found)").optional(),
|
|
6
|
+
type: z.enum(["Incident", "Service Request"]).describe("Enum for Freshservice ticket type values.").optional(),
|
|
7
|
+
email: z.string().describe("Email address of the requester. Provide either requester_id or email").optional(),
|
|
8
|
+
impact: z.enum([
|
|
9
|
+
"low",
|
|
10
|
+
"medium",
|
|
11
|
+
"high"
|
|
12
|
+
]).describe("Enum for Freshservice ticket impact values.").optional(),
|
|
13
|
+
source: z.enum([
|
|
14
|
+
"email",
|
|
15
|
+
"portal",
|
|
16
|
+
"phone",
|
|
17
|
+
"chat",
|
|
18
|
+
"twitter",
|
|
19
|
+
"facebook"
|
|
20
|
+
]).describe("Enum for Freshservice ticket source values.").optional(),
|
|
21
|
+
status: z.enum([
|
|
22
|
+
"open",
|
|
23
|
+
"pending",
|
|
24
|
+
"resolved",
|
|
25
|
+
"closed"
|
|
26
|
+
]).describe("Status of the ticket."),
|
|
27
|
+
subject: z.string().describe("Subject of the ticket"),
|
|
28
|
+
urgency: z.enum([
|
|
29
|
+
"low",
|
|
30
|
+
"medium",
|
|
31
|
+
"high",
|
|
32
|
+
"critical"
|
|
33
|
+
]).describe("Enum for Freshservice ticket urgency values.").optional(),
|
|
34
|
+
priority: z.enum([
|
|
35
|
+
"low",
|
|
36
|
+
"medium",
|
|
37
|
+
"high",
|
|
38
|
+
"urgent"
|
|
39
|
+
]).describe("Priority of the ticket."),
|
|
40
|
+
cc_emails: z.array(z.string()).describe("CC email addresses for outbound email tickets").optional(),
|
|
41
|
+
description: z.string().describe("HTML description of the ticket"),
|
|
42
|
+
requester_id: z.number().int().describe("User ID of the requester. Provide either requester_id or email").optional(),
|
|
43
|
+
email_config_id: z.number().int().describe("Email config ID for outbound email ticket creation").optional()
|
|
44
|
+
}).describe("Request model for creating a ticket in Freshservice.");
|
|
45
|
+
const FreshserviceCreateTicket_TicketTypeSchema = z.enum(["Incident", "Service Request"]).describe("Enum for Freshservice ticket type values.");
|
|
46
|
+
const FreshserviceCreateTicket_TicketImpactSchema = z.enum([
|
|
47
|
+
"low",
|
|
48
|
+
"medium",
|
|
49
|
+
"high"
|
|
50
|
+
]).describe("Enum for Freshservice ticket impact values.");
|
|
51
|
+
const FreshserviceCreateTicket_TicketSourceSchema = z.enum([
|
|
52
|
+
"email",
|
|
53
|
+
"portal",
|
|
54
|
+
"phone",
|
|
55
|
+
"chat",
|
|
56
|
+
"twitter",
|
|
57
|
+
"facebook"
|
|
58
|
+
]).describe("Enum for Freshservice ticket source values.");
|
|
59
|
+
const FreshserviceCreateTicket_TicketStatusSchema = z.enum([
|
|
60
|
+
"open",
|
|
61
|
+
"pending",
|
|
62
|
+
"resolved",
|
|
63
|
+
"closed"
|
|
64
|
+
]).describe("Enum for Freshservice ticket status values.");
|
|
65
|
+
const FreshserviceCreateTicket_TicketUrgencySchema = z.enum([
|
|
66
|
+
"low",
|
|
67
|
+
"medium",
|
|
68
|
+
"high",
|
|
69
|
+
"critical"
|
|
70
|
+
]).describe("Enum for Freshservice ticket urgency values.");
|
|
71
|
+
const FreshserviceCreateTicket_TicketPrioritySchema = z.enum([
|
|
72
|
+
"low",
|
|
73
|
+
"medium",
|
|
74
|
+
"high",
|
|
75
|
+
"urgent"
|
|
76
|
+
]).describe("Enum for Freshservice ticket priority values.");
|
|
77
|
+
const FreshserviceCreateTicket_TicketSchema = z.object({
|
|
78
|
+
id: z.number().int().describe("Unique ticket ID"),
|
|
79
|
+
spam: z.boolean().describe("Whether the ticket is marked as spam"),
|
|
80
|
+
tags: z.array(z.string()).describe("Tags on the ticket").nullable().optional(),
|
|
81
|
+
type: FreshserviceCreateTicket_TicketTypeSchema.nullable().optional(),
|
|
82
|
+
due_by: z.string().describe("Due-by timestamp").nullable().optional(),
|
|
83
|
+
impact: FreshserviceCreateTicket_TicketImpactSchema.nullable().optional(),
|
|
84
|
+
source: FreshserviceCreateTicket_TicketSourceSchema.nullable(),
|
|
85
|
+
status: FreshserviceCreateTicket_TicketStatusSchema.nullable(),
|
|
86
|
+
subject: z.string().describe("Subject of the ticket"),
|
|
87
|
+
urgency: FreshserviceCreateTicket_TicketUrgencySchema.nullable().optional(),
|
|
88
|
+
group_id: z.number().int().describe("ID of the support group").nullable().optional(),
|
|
89
|
+
priority: FreshserviceCreateTicket_TicketPrioritySchema.nullable(),
|
|
90
|
+
fr_due_by: z.string().describe("SLA due-by timestamp").nullable().optional(),
|
|
91
|
+
to_emails: z.array(z.string()).describe("Email addresses the ticket was sent to").nullable().optional(),
|
|
92
|
+
created_at: z.string().describe("Ticket creation timestamp"),
|
|
93
|
+
display_id: z.number().int().describe("Display ID of the ticket"),
|
|
94
|
+
group_name: z.string().describe("Name of the support group").nullable().optional(),
|
|
95
|
+
updated_at: z.string().describe("Last updated timestamp"),
|
|
96
|
+
description: z.string().describe("HTML description of the ticket"),
|
|
97
|
+
impact_name: z.string().describe("Impact name").nullable().optional(),
|
|
98
|
+
source_name: z.string().describe("Source name").nullable().optional(),
|
|
99
|
+
status_name: z.string().describe("Status name").nullable().optional(),
|
|
100
|
+
is_escalated: z.boolean().describe("Whether the ticket was escalated"),
|
|
101
|
+
requester_id: z.number().int().describe("User ID of the requester"),
|
|
102
|
+
responder_id: z.number().int().describe("User ID of the assigned agent").nullable().optional(),
|
|
103
|
+
urgency_name: z.string().describe("Urgency name").nullable().optional(),
|
|
104
|
+
custom_fields: z.record(z.string(), z.unknown()).describe("Custom fields of the ticket").nullable().optional(),
|
|
105
|
+
department_id: z.number().int().describe("ID of the department").nullable().optional(),
|
|
106
|
+
priority_name: z.string().describe("Priority name").nullable().optional(),
|
|
107
|
+
assoc_asset_id: z.number().int().describe("Associated asset ID").nullable().optional(),
|
|
108
|
+
requester_name: z.string().describe("Name of the requester").nullable().optional(),
|
|
109
|
+
responder_name: z.string().describe("Name of the assigned agent").nullable().optional(),
|
|
110
|
+
assoc_change_id: z.number().int().describe("Associated change ID").nullable().optional(),
|
|
111
|
+
department_name: z.string().describe("Name of the department").nullable().optional(),
|
|
112
|
+
assoc_problem_id: z.number().int().describe("Associated problem ID").nullable().optional(),
|
|
113
|
+
description_text: z.string().describe("Plain text description of the ticket"),
|
|
114
|
+
assoc_change_cause_id: z.number().int().describe("Associated change cause ID").nullable().optional()
|
|
115
|
+
}).describe("Model representing a Freshservice ticket.");
|
|
116
|
+
const freshserviceCreateTicket = action("FRESHSERVICE_CREATE_TICKET", {
|
|
117
|
+
slug: "freshservice-create-ticket",
|
|
118
|
+
name: "Create Ticket",
|
|
119
|
+
description: "Tool to create a new ticket. Use when you need to log an incident or service request.",
|
|
120
|
+
input: FreshserviceCreateTicketInput,
|
|
121
|
+
output: z.object({ ticket: FreshserviceCreateTicket_TicketSchema.nullable() }).describe("Response model for ticket creation.")
|
|
122
|
+
});
|
|
123
|
+
//#endregion
|
|
124
|
+
export { freshserviceCreateTicket };
|
|
125
|
+
|
|
126
|
+
//# sourceMappingURL=create-ticket.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-ticket.mjs","names":[],"sources":["../../src/actions/create-ticket.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshserviceCreateTicketInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the requester (creates new contact if not found)\").optional(),\n type: z.enum([\"Incident\", \"Service Request\"]).describe(\"Enum for Freshservice ticket type values.\").optional(),\n email: z.string().describe(\"Email address of the requester. Provide either requester_id or email\").optional(),\n impact: z.enum([\"low\", \"medium\", \"high\"]).describe(\"Enum for Freshservice ticket impact values.\").optional(),\n source: z.enum([\"email\", \"portal\", \"phone\", \"chat\", \"twitter\", \"facebook\"]).describe(\"Enum for Freshservice ticket source values.\").optional(),\n status: z.enum([\"open\", \"pending\", \"resolved\", \"closed\"]).describe(\"Status of the ticket.\"),\n subject: z.string().describe(\"Subject of the ticket\"),\n urgency: z.enum([\"low\", \"medium\", \"high\", \"critical\"]).describe(\"Enum for Freshservice ticket urgency values.\").optional(),\n priority: z.enum([\"low\", \"medium\", \"high\", \"urgent\"]).describe(\"Priority of the ticket.\"),\n cc_emails: z.array(z.string()).describe(\"CC email addresses for outbound email tickets\").optional(),\n description: z.string().describe(\"HTML description of the ticket\"),\n requester_id: z.number().int().describe(\"User ID of the requester. Provide either requester_id or email\").optional(),\n email_config_id: z.number().int().describe(\"Email config ID for outbound email ticket creation\").optional(),\n}).describe(\"Request model for creating a ticket in Freshservice.\");\nconst FreshserviceCreateTicket_TicketTypeSchema: z.ZodTypeAny = z.enum([\"Incident\", \"Service Request\"]).describe(\"Enum for Freshservice ticket type values.\");\nconst FreshserviceCreateTicket_TicketImpactSchema: z.ZodTypeAny = z.enum([\"low\", \"medium\", \"high\"]).describe(\"Enum for Freshservice ticket impact values.\");\nconst FreshserviceCreateTicket_TicketSourceSchema: z.ZodTypeAny = z.enum([\"email\", \"portal\", \"phone\", \"chat\", \"twitter\", \"facebook\"]).describe(\"Enum for Freshservice ticket source values.\");\nconst FreshserviceCreateTicket_TicketStatusSchema: z.ZodTypeAny = z.enum([\"open\", \"pending\", \"resolved\", \"closed\"]).describe(\"Enum for Freshservice ticket status values.\");\nconst FreshserviceCreateTicket_TicketUrgencySchema: z.ZodTypeAny = z.enum([\"low\", \"medium\", \"high\", \"critical\"]).describe(\"Enum for Freshservice ticket urgency values.\");\nconst FreshserviceCreateTicket_TicketPrioritySchema: z.ZodTypeAny = z.enum([\"low\", \"medium\", \"high\", \"urgent\"]).describe(\"Enum for Freshservice ticket priority values.\");\nconst FreshserviceCreateTicket_TicketSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique ticket ID\"),\n spam: z.boolean().describe(\"Whether the ticket is marked as spam\"),\n tags: z.array(z.string()).describe(\"Tags on the ticket\").nullable().optional(),\n type: FreshserviceCreateTicket_TicketTypeSchema.nullable().optional(),\n due_by: z.string().describe(\"Due-by timestamp\").nullable().optional(),\n impact: FreshserviceCreateTicket_TicketImpactSchema.nullable().optional(),\n source: FreshserviceCreateTicket_TicketSourceSchema.nullable(),\n status: FreshserviceCreateTicket_TicketStatusSchema.nullable(),\n subject: z.string().describe(\"Subject of the ticket\"),\n urgency: FreshserviceCreateTicket_TicketUrgencySchema.nullable().optional(),\n group_id: z.number().int().describe(\"ID of the support group\").nullable().optional(),\n priority: FreshserviceCreateTicket_TicketPrioritySchema.nullable(),\n fr_due_by: z.string().describe(\"SLA due-by timestamp\").nullable().optional(),\n to_emails: z.array(z.string()).describe(\"Email addresses the ticket was sent to\").nullable().optional(),\n created_at: z.string().describe(\"Ticket creation timestamp\"),\n display_id: z.number().int().describe(\"Display ID of the ticket\"),\n group_name: z.string().describe(\"Name of the support group\").nullable().optional(),\n updated_at: z.string().describe(\"Last updated timestamp\"),\n description: z.string().describe(\"HTML description of the ticket\"),\n impact_name: z.string().describe(\"Impact name\").nullable().optional(),\n source_name: z.string().describe(\"Source name\").nullable().optional(),\n status_name: z.string().describe(\"Status name\").nullable().optional(),\n is_escalated: z.boolean().describe(\"Whether the ticket was escalated\"),\n requester_id: z.number().int().describe(\"User ID of the requester\"),\n responder_id: z.number().int().describe(\"User ID of the assigned agent\").nullable().optional(),\n urgency_name: z.string().describe(\"Urgency name\").nullable().optional(),\n custom_fields: z.record(z.string(), z.unknown()).describe(\"Custom fields of the ticket\").nullable().optional(),\n department_id: z.number().int().describe(\"ID of the department\").nullable().optional(),\n priority_name: z.string().describe(\"Priority name\").nullable().optional(),\n assoc_asset_id: z.number().int().describe(\"Associated asset ID\").nullable().optional(),\n requester_name: z.string().describe(\"Name of the requester\").nullable().optional(),\n responder_name: z.string().describe(\"Name of the assigned agent\").nullable().optional(),\n assoc_change_id: z.number().int().describe(\"Associated change ID\").nullable().optional(),\n department_name: z.string().describe(\"Name of the department\").nullable().optional(),\n assoc_problem_id: z.number().int().describe(\"Associated problem ID\").nullable().optional(),\n description_text: z.string().describe(\"Plain text description of the ticket\"),\n assoc_change_cause_id: z.number().int().describe(\"Associated change cause ID\").nullable().optional(),\n}).describe(\"Model representing a Freshservice ticket.\");\nexport const FreshserviceCreateTicketOutput: z.ZodTypeAny = z.object({\n ticket: FreshserviceCreateTicket_TicketSchema.nullable(),\n}).describe(\"Response model for ticket creation.\");\n\nexport const freshserviceCreateTicket = action(\"FRESHSERVICE_CREATE_TICKET\", {\n slug: \"freshservice-create-ticket\",\n name: \"Create Ticket\",\n description: \"Tool to create a new ticket. Use when you need to log an incident or service request.\",\n input: FreshserviceCreateTicketInput,\n output: FreshserviceCreateTicketOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/delete-release.ts
|
|
4
|
+
const FreshserviceDeleteReleaseInput = zod.z.object({ release_id: zod.z.number().int().describe("The unique ID of the release to delete") }).describe("Request model for deleting a release from Freshservice.");
|
|
5
|
+
const FreshserviceDeleteReleaseOutput = zod.z.object({ success: zod.z.boolean().describe("Indicates whether the release deletion was successful") }).describe("Response model for release deletion.");
|
|
6
|
+
const freshserviceDeleteRelease = require_action.action("FRESHSERVICE_DELETE_RELEASE", {
|
|
7
|
+
slug: "freshservice-delete-release",
|
|
8
|
+
name: "Delete Release",
|
|
9
|
+
description: "Tool to delete a release from Freshservice. Use when you need to permanently remove a release from the system. This action is irreversible — the release cannot be recovered once deleted.",
|
|
10
|
+
input: FreshserviceDeleteReleaseInput,
|
|
11
|
+
output: FreshserviceDeleteReleaseOutput
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.freshserviceDeleteRelease = freshserviceDeleteRelease;
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=delete-release.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-release.cjs","names":["z","action"],"sources":["../../src/actions/delete-release.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshserviceDeleteReleaseInput: z.ZodTypeAny = z.object({\n release_id: z.number().int().describe(\"The unique ID of the release to delete\"),\n}).describe(\"Request model for deleting a release from Freshservice.\");\nexport const FreshserviceDeleteReleaseOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates whether the release deletion was successful\"),\n}).describe(\"Response model for release deletion.\");\n\nexport const freshserviceDeleteRelease = action(\"FRESHSERVICE_DELETE_RELEASE\", {\n slug: \"freshservice-delete-release\",\n name: \"Delete Release\",\n description: \"Tool to delete a release from Freshservice. Use when you need to permanently remove a release from the system. This action is irreversible — the release cannot be recovered once deleted.\",\n input: FreshserviceDeleteReleaseInput,\n output: FreshserviceDeleteReleaseOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,EAChF,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD,EACvF,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAElD,MAAa,4BAA4BC,eAAAA,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-release.d.ts
|
|
4
|
+
declare const FreshserviceDeleteReleaseInput: z.ZodTypeAny;
|
|
5
|
+
declare const FreshserviceDeleteReleaseOutput: z.ZodTypeAny;
|
|
6
|
+
declare const freshserviceDeleteRelease: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { freshserviceDeleteRelease };
|
|
9
|
+
//# sourceMappingURL=delete-release.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-release.d.cts","names":[],"sources":["../../src/actions/delete-release.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAEuB;AAAA,cACzD,+BAAA,EAAiC,CAAA,CAAE,UAEG;AAAA,cAEtC,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-release.d.ts
|
|
4
|
+
declare const FreshserviceDeleteReleaseInput: z.ZodTypeAny;
|
|
5
|
+
declare const FreshserviceDeleteReleaseOutput: z.ZodTypeAny;
|
|
6
|
+
declare const freshserviceDeleteRelease: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { freshserviceDeleteRelease };
|
|
9
|
+
//# sourceMappingURL=delete-release.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-release.d.mts","names":[],"sources":["../../src/actions/delete-release.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAEuB;AAAA,cACzD,+BAAA,EAAiC,CAAA,CAAE,UAEG;AAAA,cAEtC,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const freshserviceDeleteRelease = action("FRESHSERVICE_DELETE_RELEASE", {
|
|
4
|
+
slug: "freshservice-delete-release",
|
|
5
|
+
name: "Delete Release",
|
|
6
|
+
description: "Tool to delete a release from Freshservice. Use when you need to permanently remove a release from the system. This action is irreversible — the release cannot be recovered once deleted.",
|
|
7
|
+
input: z.object({ release_id: z.number().int().describe("The unique ID of the release to delete") }).describe("Request model for deleting a release from Freshservice."),
|
|
8
|
+
output: z.object({ success: z.boolean().describe("Indicates whether the release deletion was successful") }).describe("Response model for release deletion.")
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { freshserviceDeleteRelease };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=delete-release.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-release.mjs","names":[],"sources":["../../src/actions/delete-release.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshserviceDeleteReleaseInput: z.ZodTypeAny = z.object({\n release_id: z.number().int().describe(\"The unique ID of the release to delete\"),\n}).describe(\"Request model for deleting a release from Freshservice.\");\nexport const FreshserviceDeleteReleaseOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates whether the release deletion was successful\"),\n}).describe(\"Response model for release deletion.\");\n\nexport const freshserviceDeleteRelease = action(\"FRESHSERVICE_DELETE_RELEASE\", {\n slug: \"freshservice-delete-release\",\n name: \"Delete Release\",\n description: \"Tool to delete a release from Freshservice. Use when you need to permanently remove a release from the system. This action is irreversible — the release cannot be recovered once deleted.\",\n input: FreshserviceDeleteReleaseInput,\n output: FreshserviceDeleteReleaseOutput,\n});\n"],"mappings":";;AAWA,MAAa,4BAA4B,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAX0D,EAAE,OAAO,EACnE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,EAChF,CAAC,CAAC,CAAC,SAAS,yDASH;CACP,QAT2D,EAAE,OAAO,EACpE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD,EACvF,CAAC,CAAC,CAAC,SAAS,sCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/delete-solution-article.ts
|
|
4
|
+
const FreshserviceDeleteSolutionArticleInput = zod.z.object({ article_id: zod.z.number().int().describe("ID of the solution article to delete") }).describe("Request model for deleting a solution article in Freshservice.");
|
|
5
|
+
const FreshserviceDeleteSolutionArticleOutput = zod.z.object({
|
|
6
|
+
message: zod.z.string().describe("Human-readable message describing the result of the delete operation"),
|
|
7
|
+
success: zod.z.boolean().describe("Indicates whether the delete operation completed successfully")
|
|
8
|
+
}).describe("Response model for solution article deletion.");
|
|
9
|
+
const freshserviceDeleteSolutionArticle = require_action.action("FRESHSERVICE_DELETE_SOLUTION_ARTICLE", {
|
|
10
|
+
slug: "freshservice-delete-solution-article",
|
|
11
|
+
name: "Delete Solution Article",
|
|
12
|
+
description: "Tool to delete a solution article from the knowledge base by its ID. This action is irreversible — the article cannot be recovered once deleted. Use this action when you need to permanently remove a solution article from Freshservice.",
|
|
13
|
+
input: FreshserviceDeleteSolutionArticleInput,
|
|
14
|
+
output: FreshserviceDeleteSolutionArticleOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.freshserviceDeleteSolutionArticle = freshserviceDeleteSolutionArticle;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=delete-solution-article.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-solution-article.cjs","names":["z","action"],"sources":["../../src/actions/delete-solution-article.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshserviceDeleteSolutionArticleInput: z.ZodTypeAny = z.object({\n article_id: z.number().int().describe(\"ID of the solution article to delete\"),\n}).describe(\"Request model for deleting a solution article in Freshservice.\");\nexport const FreshserviceDeleteSolutionArticleOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Human-readable message describing the result of the delete operation\"),\n success: z.boolean().describe(\"Indicates whether the delete operation completed successfully\"),\n}).describe(\"Response model for solution article deletion.\");\n\nexport const freshserviceDeleteSolutionArticle = action(\"FRESHSERVICE_DELETE_SOLUTION_ARTICLE\", {\n slug: \"freshservice-delete-solution-article\",\n name: \"Delete Solution Article\",\n description: \"Tool to delete a solution article from the knowledge base by its ID. This action is irreversible — the article cannot be recovered once deleted. Use this action when you need to permanently remove a solution article from Freshservice.\",\n input: FreshserviceDeleteSolutionArticleInput,\n output: FreshserviceDeleteSolutionArticleOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAuDA,IAAAA,EAAE,OAAO,EAC3E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,EAC9E,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAa,0CAAwDA,IAAAA,EAAE,OAAO;CAC5E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;CACnG,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+DAA+D;AAC/F,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAE3D,MAAa,oCAAoCC,eAAAA,OAAO,wCAAwC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-solution-article.d.ts
|
|
4
|
+
declare const FreshserviceDeleteSolutionArticleInput: z.ZodTypeAny;
|
|
5
|
+
declare const FreshserviceDeleteSolutionArticleOutput: z.ZodTypeAny;
|
|
6
|
+
declare const freshserviceDeleteSolutionArticle: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { freshserviceDeleteSolutionArticle };
|
|
9
|
+
//# sourceMappingURL=delete-solution-article.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-solution-article.d.cts","names":[],"sources":["../../src/actions/delete-solution-article.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAEsB;AAAA,cAChE,uCAAA,EAAyC,CAAA,CAAE,UAGI;AAAA,cAE/C,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-solution-article.d.ts
|
|
4
|
+
declare const FreshserviceDeleteSolutionArticleInput: z.ZodTypeAny;
|
|
5
|
+
declare const FreshserviceDeleteSolutionArticleOutput: z.ZodTypeAny;
|
|
6
|
+
declare const freshserviceDeleteSolutionArticle: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { freshserviceDeleteSolutionArticle };
|
|
9
|
+
//# sourceMappingURL=delete-solution-article.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-solution-article.d.mts","names":[],"sources":["../../src/actions/delete-solution-article.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAEsB;AAAA,cAChE,uCAAA,EAAyC,CAAA,CAAE,UAGI;AAAA,cAE/C,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const freshserviceDeleteSolutionArticle = action("FRESHSERVICE_DELETE_SOLUTION_ARTICLE", {
|
|
4
|
+
slug: "freshservice-delete-solution-article",
|
|
5
|
+
name: "Delete Solution Article",
|
|
6
|
+
description: "Tool to delete a solution article from the knowledge base by its ID. This action is irreversible — the article cannot be recovered once deleted. Use this action when you need to permanently remove a solution article from Freshservice.",
|
|
7
|
+
input: z.object({ article_id: z.number().int().describe("ID of the solution article to delete") }).describe("Request model for deleting a solution article in Freshservice."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
message: z.string().describe("Human-readable message describing the result of the delete operation"),
|
|
10
|
+
success: z.boolean().describe("Indicates whether the delete operation completed successfully")
|
|
11
|
+
}).describe("Response model for solution article deletion.")
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { freshserviceDeleteSolutionArticle };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=delete-solution-article.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-solution-article.mjs","names":[],"sources":["../../src/actions/delete-solution-article.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshserviceDeleteSolutionArticleInput: z.ZodTypeAny = z.object({\n article_id: z.number().int().describe(\"ID of the solution article to delete\"),\n}).describe(\"Request model for deleting a solution article in Freshservice.\");\nexport const FreshserviceDeleteSolutionArticleOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Human-readable message describing the result of the delete operation\"),\n success: z.boolean().describe(\"Indicates whether the delete operation completed successfully\"),\n}).describe(\"Response model for solution article deletion.\");\n\nexport const freshserviceDeleteSolutionArticle = action(\"FRESHSERVICE_DELETE_SOLUTION_ARTICLE\", {\n slug: \"freshservice-delete-solution-article\",\n name: \"Delete Solution Article\",\n description: \"Tool to delete a solution article from the knowledge base by its ID. This action is irreversible — the article cannot be recovered once deleted. Use this action when you need to permanently remove a solution article from Freshservice.\",\n input: FreshserviceDeleteSolutionArticleInput,\n output: FreshserviceDeleteSolutionArticleOutput,\n});\n"],"mappings":";;AAYA,MAAa,oCAAoC,OAAO,wCAAwC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZkE,EAAE,OAAO,EAC3E,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,EAC9E,CAAC,CAAC,CAAC,SAAS,gEAUH;CACP,QAVmE,EAAE,OAAO;EAC5E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;EACnG,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,+DAA+D;CAC/F,CAAC,CAAC,CAAC,SAAS,+CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/delete-solution-category.ts
|
|
4
|
+
const FreshserviceDeleteSolutionCategoryInput = zod.z.object({ category_id: zod.z.number().int().describe("The unique ID of the solution category to delete") }).describe("Request model for deleting a solution category in Freshservice.");
|
|
5
|
+
const FreshserviceDeleteSolutionCategoryOutput = zod.z.object({
|
|
6
|
+
status: zod.z.string().describe("Status of the deletion operation").nullable().optional(),
|
|
7
|
+
message: zod.z.string().describe("Message describing the deletion result").nullable().optional()
|
|
8
|
+
}).describe("Response model for solution category deletion.");
|
|
9
|
+
const freshserviceDeleteSolutionCategory = require_action.action("FRESHSERVICE_DELETE_SOLUTION_CATEGORY", {
|
|
10
|
+
slug: "freshservice-delete-solution-category",
|
|
11
|
+
name: "Delete Solution Category",
|
|
12
|
+
description: "Tool to delete a solution category in Freshservice. Use this action when you need to remove a solution category that is no longer needed. This action is irreversible — the category cannot be recovered once deleted.",
|
|
13
|
+
input: FreshserviceDeleteSolutionCategoryInput,
|
|
14
|
+
output: FreshserviceDeleteSolutionCategoryOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.freshserviceDeleteSolutionCategory = freshserviceDeleteSolutionCategory;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=delete-solution-category.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-solution-category.cjs","names":["z","action"],"sources":["../../src/actions/delete-solution-category.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshserviceDeleteSolutionCategoryInput: z.ZodTypeAny = z.object({\n category_id: z.number().int().describe(\"The unique ID of the solution category to delete\"),\n}).describe(\"Request model for deleting a solution category in Freshservice.\");\nexport const FreshserviceDeleteSolutionCategoryOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Status of the deletion operation\").nullable().optional(),\n message: z.string().describe(\"Message describing the deletion result\").nullable().optional(),\n}).describe(\"Response model for solution category deletion.\");\n\nexport const freshserviceDeleteSolutionCategory = action(\"FRESHSERVICE_DELETE_SOLUTION_CATEGORY\", {\n slug: \"freshservice-delete-solution-category\",\n name: \"Delete Solution Category\",\n description: \"Tool to delete a solution category in Freshservice. Use this action when you need to remove a solution category that is no longer needed. This action is irreversible — the category cannot be recovered once deleted.\",\n input: FreshserviceDeleteSolutionCategoryInput,\n output: FreshserviceDeleteSolutionCategoryOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAAwDA,IAAAA,EAAE,OAAO,EAC5E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,EAC3F,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAa,2CAAyDA,IAAAA,EAAE,OAAO;CAC7E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAE5D,MAAa,qCAAqCC,eAAAA,OAAO,yCAAyC;CAChG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-solution-category.d.ts
|
|
4
|
+
declare const FreshserviceDeleteSolutionCategoryInput: z.ZodTypeAny;
|
|
5
|
+
declare const FreshserviceDeleteSolutionCategoryOutput: z.ZodTypeAny;
|
|
6
|
+
declare const freshserviceDeleteSolutionCategory: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { freshserviceDeleteSolutionCategory };
|
|
9
|
+
//# sourceMappingURL=delete-solution-category.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-solution-category.d.cts","names":[],"sources":["../../src/actions/delete-solution-category.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAEsB;AAAA,cACjE,wCAAA,EAA0C,CAAA,CAAE,UAGI;AAAA,cAEhD,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-solution-category.d.ts
|
|
4
|
+
declare const FreshserviceDeleteSolutionCategoryInput: z.ZodTypeAny;
|
|
5
|
+
declare const FreshserviceDeleteSolutionCategoryOutput: z.ZodTypeAny;
|
|
6
|
+
declare const freshserviceDeleteSolutionCategory: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { freshserviceDeleteSolutionCategory };
|
|
9
|
+
//# sourceMappingURL=delete-solution-category.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-solution-category.d.mts","names":[],"sources":["../../src/actions/delete-solution-category.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAEsB;AAAA,cACjE,wCAAA,EAA0C,CAAA,CAAE,UAGI;AAAA,cAEhD,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const freshserviceDeleteSolutionCategory = action("FRESHSERVICE_DELETE_SOLUTION_CATEGORY", {
|
|
4
|
+
slug: "freshservice-delete-solution-category",
|
|
5
|
+
name: "Delete Solution Category",
|
|
6
|
+
description: "Tool to delete a solution category in Freshservice. Use this action when you need to remove a solution category that is no longer needed. This action is irreversible — the category cannot be recovered once deleted.",
|
|
7
|
+
input: z.object({ category_id: z.number().int().describe("The unique ID of the solution category to delete") }).describe("Request model for deleting a solution category in Freshservice."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
status: z.string().describe("Status of the deletion operation").nullable().optional(),
|
|
10
|
+
message: z.string().describe("Message describing the deletion result").nullable().optional()
|
|
11
|
+
}).describe("Response model for solution category deletion.")
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { freshserviceDeleteSolutionCategory };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=delete-solution-category.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-solution-category.mjs","names":[],"sources":["../../src/actions/delete-solution-category.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshserviceDeleteSolutionCategoryInput: z.ZodTypeAny = z.object({\n category_id: z.number().int().describe(\"The unique ID of the solution category to delete\"),\n}).describe(\"Request model for deleting a solution category in Freshservice.\");\nexport const FreshserviceDeleteSolutionCategoryOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Status of the deletion operation\").nullable().optional(),\n message: z.string().describe(\"Message describing the deletion result\").nullable().optional(),\n}).describe(\"Response model for solution category deletion.\");\n\nexport const freshserviceDeleteSolutionCategory = action(\"FRESHSERVICE_DELETE_SOLUTION_CATEGORY\", {\n slug: \"freshservice-delete-solution-category\",\n name: \"Delete Solution Category\",\n description: \"Tool to delete a solution category in Freshservice. Use this action when you need to remove a solution category that is no longer needed. This action is irreversible — the category cannot be recovered once deleted.\",\n input: FreshserviceDeleteSolutionCategoryInput,\n output: FreshserviceDeleteSolutionCategoryOutput,\n});\n"],"mappings":";;AAYA,MAAa,qCAAqC,OAAO,yCAAyC;CAChG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZmE,EAAE,OAAO,EAC5E,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,EAC3F,CAAC,CAAC,CAAC,SAAS,iEAUH;CACP,QAVoE,EAAE,OAAO;EAC7E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-problem-form-fields-by-workspace.ts
|
|
4
|
+
const FreshserviceGetProblemFormFieldsByWorkspaceInput = zod.z.object({ workspace_id: zod.z.number().int().describe("ID of the workspace to list problem form fields for. If omitted, returns global and primary workspace fields.").optional() }).describe("Request model for listing problem form fields by workspace.");
|
|
5
|
+
const FreshserviceGetProblemFormFieldsByWorkspace_ProblemFieldChoiceSchema = zod.z.object({ value: zod.z.string().describe("Allowed value for the choice field") }).describe("Choice option for a choice-type problem field.");
|
|
6
|
+
const FreshserviceGetProblemFormFieldsByWorkspace_NestedFieldSchema = zod.z.object({
|
|
7
|
+
id: zod.z.number().int().describe("Unique ID of the nested field"),
|
|
8
|
+
name: zod.z.string().describe("Internal name of the nested field"),
|
|
9
|
+
label: zod.z.string().describe("Display label of the nested field"),
|
|
10
|
+
required: zod.z.boolean().describe("Whether the nested field is mandatory"),
|
|
11
|
+
field_type: zod.z.string().describe("Type of the nested field, e.g., checkbox, text, etc.")
|
|
12
|
+
}).describe("Nested field within a problem field.");
|
|
13
|
+
const FreshserviceGetProblemFormFieldsByWorkspace_ProblemFieldSchema = zod.z.object({
|
|
14
|
+
id: zod.z.number().int().describe("Unique ID of the field"),
|
|
15
|
+
name: zod.z.string().describe("Internal name of the field"),
|
|
16
|
+
label: zod.z.string().describe("Display label of the field"),
|
|
17
|
+
choices: zod.z.array(FreshserviceGetProblemFormFieldsByWorkspace_ProblemFieldChoiceSchema).describe("Allowed values for choice-type fields").nullable().optional(),
|
|
18
|
+
required: zod.z.boolean().describe("Whether the field is mandatory"),
|
|
19
|
+
created_at: zod.z.string().describe("Timestamp when the field was created (ISO 8601)"),
|
|
20
|
+
field_type: zod.z.string().describe("Type of the field, e.g., checkbox, dropdown, text"),
|
|
21
|
+
updated_at: zod.z.string().describe("Timestamp when the field was last updated (ISO 8601)"),
|
|
22
|
+
description: zod.z.string().describe("Description of the field").nullable().optional(),
|
|
23
|
+
workspace_id: zod.z.number().int().describe("Workspace to which the field belongs"),
|
|
24
|
+
default_field: zod.z.boolean().describe("Whether the field is a default field (true) or custom (false)"),
|
|
25
|
+
nested_fields: zod.z.array(FreshserviceGetProblemFormFieldsByWorkspace_NestedFieldSchema).describe("Nested fields within this field, if applicable").nullable().optional(),
|
|
26
|
+
required_for_closure: zod.z.boolean().describe("Whether the field is mandatory for problem closure")
|
|
27
|
+
}).describe("Model representing a Freshservice problem form field.");
|
|
28
|
+
const FreshserviceGetProblemFormFieldsByWorkspaceOutput = zod.z.object({ problem_fields: zod.z.array(FreshserviceGetProblemFormFieldsByWorkspace_ProblemFieldSchema).describe("List of problem form field definitions for the workspace") }).describe("Response model for listing problem form fields by workspace.");
|
|
29
|
+
const freshserviceGetProblemFormFieldsByWorkspace = require_action.action("FRESHSERVICE_GET_PROBLEM_FORM_FIELDS_BY_WORKSPACE", {
|
|
30
|
+
slug: "freshservice-get-problem-form-fields-by-workspace",
|
|
31
|
+
name: "Get Problem Form Fields by Workspace",
|
|
32
|
+
description: "Tool to list problem form fields. Use when you need to retrieve the form fields available for problems in a specific workspace.",
|
|
33
|
+
input: FreshserviceGetProblemFormFieldsByWorkspaceInput,
|
|
34
|
+
output: FreshserviceGetProblemFormFieldsByWorkspaceOutput
|
|
35
|
+
});
|
|
36
|
+
//#endregion
|
|
37
|
+
exports.freshserviceGetProblemFormFieldsByWorkspace = freshserviceGetProblemFormFieldsByWorkspace;
|
|
38
|
+
|
|
39
|
+
//# sourceMappingURL=get-problem-form-fields-by-workspace.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-problem-form-fields-by-workspace.cjs","names":["z","action"],"sources":["../../src/actions/get-problem-form-fields-by-workspace.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshserviceGetProblemFormFieldsByWorkspaceInput: z.ZodTypeAny = z.object({\n workspace_id: z.number().int().describe(\"ID of the workspace to list problem form fields for. If omitted, returns global and primary workspace fields.\").optional(),\n}).describe(\"Request model for listing problem form fields by workspace.\");\nconst FreshserviceGetProblemFormFieldsByWorkspace_ProblemFieldChoiceSchema: z.ZodTypeAny = z.object({\n value: z.string().describe(\"Allowed value for the choice field\"),\n}).describe(\"Choice option for a choice-type problem field.\");\nconst FreshserviceGetProblemFormFieldsByWorkspace_NestedFieldSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique ID of the nested field\"),\n name: z.string().describe(\"Internal name of the nested field\"),\n label: z.string().describe(\"Display label of the nested field\"),\n required: z.boolean().describe(\"Whether the nested field is mandatory\"),\n field_type: z.string().describe(\"Type of the nested field, e.g., checkbox, text, etc.\"),\n}).describe(\"Nested field within a problem field.\");\nconst FreshserviceGetProblemFormFieldsByWorkspace_ProblemFieldSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique ID of the field\"),\n name: z.string().describe(\"Internal name of the field\"),\n label: z.string().describe(\"Display label of the field\"),\n choices: z.array(FreshserviceGetProblemFormFieldsByWorkspace_ProblemFieldChoiceSchema).describe(\"Allowed values for choice-type fields\").nullable().optional(),\n required: z.boolean().describe(\"Whether the field is mandatory\"),\n created_at: z.string().describe(\"Timestamp when the field was created (ISO 8601)\"),\n field_type: z.string().describe(\"Type of the field, e.g., checkbox, dropdown, text\"),\n updated_at: z.string().describe(\"Timestamp when the field was last updated (ISO 8601)\"),\n description: z.string().describe(\"Description of the field\").nullable().optional(),\n workspace_id: z.number().int().describe(\"Workspace to which the field belongs\"),\n default_field: z.boolean().describe(\"Whether the field is a default field (true) or custom (false)\"),\n nested_fields: z.array(FreshserviceGetProblemFormFieldsByWorkspace_NestedFieldSchema).describe(\"Nested fields within this field, if applicable\").nullable().optional(),\n required_for_closure: z.boolean().describe(\"Whether the field is mandatory for problem closure\"),\n}).describe(\"Model representing a Freshservice problem form field.\");\nexport const FreshserviceGetProblemFormFieldsByWorkspaceOutput: z.ZodTypeAny = z.object({\n problem_fields: z.array(FreshserviceGetProblemFormFieldsByWorkspace_ProblemFieldSchema).describe(\"List of problem form field definitions for the workspace\"),\n}).describe(\"Response model for listing problem form fields by workspace.\");\n\nexport const freshserviceGetProblemFormFieldsByWorkspace = action(\"FRESHSERVICE_GET_PROBLEM_FORM_FIELDS_BY_WORKSPACE\", {\n slug: \"freshservice-get-problem-form-fields-by-workspace\",\n name: \"Get Problem Form Fields by Workspace\",\n description: \"Tool to list problem form fields. Use when you need to retrieve the form fields available for problems in a specific workspace.\",\n input: FreshserviceGetProblemFormFieldsByWorkspaceInput,\n output: FreshserviceGetProblemFormFieldsByWorkspaceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mDAAiEA,IAAAA,EAAE,OAAO,EACrF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+GAA+G,CAAC,CAAC,SAAS,EACpK,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,uEAAqFA,IAAAA,EAAE,OAAO,EAClG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,EACjE,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAM,gEAA8EA,IAAAA,EAAE,OAAO;CAC3F,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC7D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC9D,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uCAAuC;CACtE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;AACxF,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAM,iEAA+EA,IAAAA,EAAE,OAAO;CAC5F,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB;CACtD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACtD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACvD,SAASA,IAAAA,EAAE,MAAM,oEAAoE,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7J,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC;CAC/D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CACjF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CACnF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACtF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;CAC9E,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+DAA+D;CACnG,eAAeA,IAAAA,EAAE,MAAM,6DAA6D,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrK,sBAAsBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD;AACjG,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAa,oDAAkEA,IAAAA,EAAE,OAAO,EACtF,gBAAgBA,IAAAA,EAAE,MAAM,8DAA8D,CAAC,CAAC,SAAS,0DAA0D,EAC7J,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAE1E,MAAa,8CAA8CC,eAAAA,OAAO,qDAAqD;CACrH,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-problem-form-fields-by-workspace.d.ts
|
|
4
|
+
declare const FreshserviceGetProblemFormFieldsByWorkspaceInput: z.ZodTypeAny;
|
|
5
|
+
declare const FreshserviceGetProblemFormFieldsByWorkspaceOutput: z.ZodTypeAny;
|
|
6
|
+
declare const freshserviceGetProblemFormFieldsByWorkspace: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { freshserviceGetProblemFormFieldsByWorkspace };
|
|
9
|
+
//# sourceMappingURL=get-problem-form-fields-by-workspace.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-problem-form-fields-by-workspace.d.cts","names":[],"sources":["../../src/actions/get-problem-form-fields-by-workspace.ts"],"mappings":";;;cAIa,gDAAA,EAAkD,CAAA,CAAE,UAES;AAAA,cA0B7D,iDAAA,EAAmD,CAAA,CAAE,UAES;AAAA,cAE9D,2CAAA,gCAA2C,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-problem-form-fields-by-workspace.d.ts
|
|
4
|
+
declare const FreshserviceGetProblemFormFieldsByWorkspaceInput: z.ZodTypeAny;
|
|
5
|
+
declare const FreshserviceGetProblemFormFieldsByWorkspaceOutput: z.ZodTypeAny;
|
|
6
|
+
declare const freshserviceGetProblemFormFieldsByWorkspace: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { freshserviceGetProblemFormFieldsByWorkspace };
|
|
9
|
+
//# sourceMappingURL=get-problem-form-fields-by-workspace.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-problem-form-fields-by-workspace.d.mts","names":[],"sources":["../../src/actions/get-problem-form-fields-by-workspace.ts"],"mappings":";;;cAIa,gDAAA,EAAkD,CAAA,CAAE,UAES;AAAA,cA0B7D,iDAAA,EAAmD,CAAA,CAAE,UAES;AAAA,cAE9D,2CAAA,gCAA2C,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-problem-form-fields-by-workspace.ts
|
|
4
|
+
const FreshserviceGetProblemFormFieldsByWorkspaceInput = z.object({ workspace_id: z.number().int().describe("ID of the workspace to list problem form fields for. If omitted, returns global and primary workspace fields.").optional() }).describe("Request model for listing problem form fields by workspace.");
|
|
5
|
+
const FreshserviceGetProblemFormFieldsByWorkspace_ProblemFieldChoiceSchema = z.object({ value: z.string().describe("Allowed value for the choice field") }).describe("Choice option for a choice-type problem field.");
|
|
6
|
+
const FreshserviceGetProblemFormFieldsByWorkspace_NestedFieldSchema = z.object({
|
|
7
|
+
id: z.number().int().describe("Unique ID of the nested field"),
|
|
8
|
+
name: z.string().describe("Internal name of the nested field"),
|
|
9
|
+
label: z.string().describe("Display label of the nested field"),
|
|
10
|
+
required: z.boolean().describe("Whether the nested field is mandatory"),
|
|
11
|
+
field_type: z.string().describe("Type of the nested field, e.g., checkbox, text, etc.")
|
|
12
|
+
}).describe("Nested field within a problem field.");
|
|
13
|
+
const FreshserviceGetProblemFormFieldsByWorkspace_ProblemFieldSchema = z.object({
|
|
14
|
+
id: z.number().int().describe("Unique ID of the field"),
|
|
15
|
+
name: z.string().describe("Internal name of the field"),
|
|
16
|
+
label: z.string().describe("Display label of the field"),
|
|
17
|
+
choices: z.array(FreshserviceGetProblemFormFieldsByWorkspace_ProblemFieldChoiceSchema).describe("Allowed values for choice-type fields").nullable().optional(),
|
|
18
|
+
required: z.boolean().describe("Whether the field is mandatory"),
|
|
19
|
+
created_at: z.string().describe("Timestamp when the field was created (ISO 8601)"),
|
|
20
|
+
field_type: z.string().describe("Type of the field, e.g., checkbox, dropdown, text"),
|
|
21
|
+
updated_at: z.string().describe("Timestamp when the field was last updated (ISO 8601)"),
|
|
22
|
+
description: z.string().describe("Description of the field").nullable().optional(),
|
|
23
|
+
workspace_id: z.number().int().describe("Workspace to which the field belongs"),
|
|
24
|
+
default_field: z.boolean().describe("Whether the field is a default field (true) or custom (false)"),
|
|
25
|
+
nested_fields: z.array(FreshserviceGetProblemFormFieldsByWorkspace_NestedFieldSchema).describe("Nested fields within this field, if applicable").nullable().optional(),
|
|
26
|
+
required_for_closure: z.boolean().describe("Whether the field is mandatory for problem closure")
|
|
27
|
+
}).describe("Model representing a Freshservice problem form field.");
|
|
28
|
+
const freshserviceGetProblemFormFieldsByWorkspace = action("FRESHSERVICE_GET_PROBLEM_FORM_FIELDS_BY_WORKSPACE", {
|
|
29
|
+
slug: "freshservice-get-problem-form-fields-by-workspace",
|
|
30
|
+
name: "Get Problem Form Fields by Workspace",
|
|
31
|
+
description: "Tool to list problem form fields. Use when you need to retrieve the form fields available for problems in a specific workspace.",
|
|
32
|
+
input: FreshserviceGetProblemFormFieldsByWorkspaceInput,
|
|
33
|
+
output: z.object({ problem_fields: z.array(FreshserviceGetProblemFormFieldsByWorkspace_ProblemFieldSchema).describe("List of problem form field definitions for the workspace") }).describe("Response model for listing problem form fields by workspace.")
|
|
34
|
+
});
|
|
35
|
+
//#endregion
|
|
36
|
+
export { freshserviceGetProblemFormFieldsByWorkspace };
|
|
37
|
+
|
|
38
|
+
//# sourceMappingURL=get-problem-form-fields-by-workspace.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-problem-form-fields-by-workspace.mjs","names":[],"sources":["../../src/actions/get-problem-form-fields-by-workspace.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshserviceGetProblemFormFieldsByWorkspaceInput: z.ZodTypeAny = z.object({\n workspace_id: z.number().int().describe(\"ID of the workspace to list problem form fields for. If omitted, returns global and primary workspace fields.\").optional(),\n}).describe(\"Request model for listing problem form fields by workspace.\");\nconst FreshserviceGetProblemFormFieldsByWorkspace_ProblemFieldChoiceSchema: z.ZodTypeAny = z.object({\n value: z.string().describe(\"Allowed value for the choice field\"),\n}).describe(\"Choice option for a choice-type problem field.\");\nconst FreshserviceGetProblemFormFieldsByWorkspace_NestedFieldSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique ID of the nested field\"),\n name: z.string().describe(\"Internal name of the nested field\"),\n label: z.string().describe(\"Display label of the nested field\"),\n required: z.boolean().describe(\"Whether the nested field is mandatory\"),\n field_type: z.string().describe(\"Type of the nested field, e.g., checkbox, text, etc.\"),\n}).describe(\"Nested field within a problem field.\");\nconst FreshserviceGetProblemFormFieldsByWorkspace_ProblemFieldSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique ID of the field\"),\n name: z.string().describe(\"Internal name of the field\"),\n label: z.string().describe(\"Display label of the field\"),\n choices: z.array(FreshserviceGetProblemFormFieldsByWorkspace_ProblemFieldChoiceSchema).describe(\"Allowed values for choice-type fields\").nullable().optional(),\n required: z.boolean().describe(\"Whether the field is mandatory\"),\n created_at: z.string().describe(\"Timestamp when the field was created (ISO 8601)\"),\n field_type: z.string().describe(\"Type of the field, e.g., checkbox, dropdown, text\"),\n updated_at: z.string().describe(\"Timestamp when the field was last updated (ISO 8601)\"),\n description: z.string().describe(\"Description of the field\").nullable().optional(),\n workspace_id: z.number().int().describe(\"Workspace to which the field belongs\"),\n default_field: z.boolean().describe(\"Whether the field is a default field (true) or custom (false)\"),\n nested_fields: z.array(FreshserviceGetProblemFormFieldsByWorkspace_NestedFieldSchema).describe(\"Nested fields within this field, if applicable\").nullable().optional(),\n required_for_closure: z.boolean().describe(\"Whether the field is mandatory for problem closure\"),\n}).describe(\"Model representing a Freshservice problem form field.\");\nexport const FreshserviceGetProblemFormFieldsByWorkspaceOutput: z.ZodTypeAny = z.object({\n problem_fields: z.array(FreshserviceGetProblemFormFieldsByWorkspace_ProblemFieldSchema).describe(\"List of problem form field definitions for the workspace\"),\n}).describe(\"Response model for listing problem form fields by workspace.\");\n\nexport const freshserviceGetProblemFormFieldsByWorkspace = action(\"FRESHSERVICE_GET_PROBLEM_FORM_FIELDS_BY_WORKSPACE\", {\n slug: \"freshservice-get-problem-form-fields-by-workspace\",\n name: \"Get Problem Form Fields by Workspace\",\n description: \"Tool to list problem form fields. Use when you need to retrieve the form fields available for problems in a specific workspace.\",\n input: FreshserviceGetProblemFormFieldsByWorkspaceInput,\n output: FreshserviceGetProblemFormFieldsByWorkspaceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mDAAiE,EAAE,OAAO,EACrF,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+GAA+G,CAAC,CAAC,SAAS,EACpK,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,uEAAqF,EAAE,OAAO,EAClG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,EACjE,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAM,gEAA8E,EAAE,OAAO;CAC3F,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B;CAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC7D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC9D,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,uCAAuC;CACtE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;AACxF,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAM,iEAA+E,EAAE,OAAO;CAC5F,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB;CACtD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACtD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACvD,SAAS,EAAE,MAAM,oEAAoE,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7J,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC;CAC/D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CACjF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CACnF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACtF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;CAC9E,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,+DAA+D;CACnG,eAAe,EAAE,MAAM,6DAA6D,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrK,sBAAsB,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD;AACjG,CAAC,CAAC,CAAC,SAAS,uDAAuD;AAKnE,MAAa,8CAA8C,OAAO,qDAAqD;CACrH,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT6E,EAAE,OAAO,EACtF,gBAAgB,EAAE,MAAM,8DAA8D,CAAC,CAAC,SAAS,0DAA0D,EAC7J,CAAC,CAAC,CAAC,SAAS,8DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-release-form-fields.ts
|
|
4
|
+
const FreshserviceGetReleaseFormFieldsInput = zod.z.object({ workspace_id: zod.z.number().int().describe("Filter fields for a specific workspace. By default only global fields and primary workspace fields are returned in Employee Support Mode.").optional() }).describe("Request model for listing release form fields metadata.");
|
|
5
|
+
const FreshserviceGetReleaseFormFields_ReleaseFieldSchema = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("Unique ID of the field"),
|
|
7
|
+
name: zod.z.string().describe("API name of the field"),
|
|
8
|
+
label: zod.z.string().describe("Display label of the field"),
|
|
9
|
+
choices: zod.z.array(zod.z.string()).describe("List of allowed values (for choice fields)").nullable().optional(),
|
|
10
|
+
position: zod.z.number().int().describe("Display order of the field").nullable().optional(),
|
|
11
|
+
required: zod.z.boolean().describe("True if the field is mandatory"),
|
|
12
|
+
created_at: zod.z.string().describe("Timestamp when the field was added"),
|
|
13
|
+
field_type: zod.z.string().describe("Field type (e.g., default_subject, custom types)"),
|
|
14
|
+
updated_at: zod.z.string().describe("Timestamp when the field was last modified"),
|
|
15
|
+
description: zod.z.string().describe("Description of the field").nullable().optional(),
|
|
16
|
+
workspace_id: zod.z.number().int().describe("ID of the workspace this field belongs to (Employee Support Mode only)").nullable().optional(),
|
|
17
|
+
default_field: zod.z.boolean().describe("True if the field is a default system field"),
|
|
18
|
+
nested_fields: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("Details of nested fields (if any)").nullable().optional(),
|
|
19
|
+
required_for_closure: zod.z.boolean().describe("True if the field is mandatory while closing the item")
|
|
20
|
+
}).describe("Metadata for a single release form field.");
|
|
21
|
+
const FreshserviceGetReleaseFormFieldsOutput = zod.z.object({ release_fields: zod.z.array(FreshserviceGetReleaseFormFields_ReleaseFieldSchema).describe("Array of release form field definitions") }).describe("Response model for listing release form fields metadata.");
|
|
22
|
+
const freshserviceGetReleaseFormFields = require_action.action("FRESHSERVICE_GET_RELEASE_FORM_FIELDS", {
|
|
23
|
+
slug: "freshservice-get-release-form-fields",
|
|
24
|
+
name: "List Release Form Fields",
|
|
25
|
+
description: "Tool to list release form fields metadata. Use when you need to fetch release field definitions before building or validating release forms.",
|
|
26
|
+
input: FreshserviceGetReleaseFormFieldsInput,
|
|
27
|
+
output: FreshserviceGetReleaseFormFieldsOutput
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
exports.freshserviceGetReleaseFormFields = freshserviceGetReleaseFormFields;
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=get-release-form-fields.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-release-form-fields.cjs","names":["z","action"],"sources":["../../src/actions/get-release-form-fields.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshserviceGetReleaseFormFieldsInput: z.ZodTypeAny = z.object({\n workspace_id: z.number().int().describe(\"Filter fields for a specific workspace. By default only global fields and primary workspace fields are returned in Employee Support Mode.\").optional(),\n}).describe(\"Request model for listing release form fields metadata.\");\nconst FreshserviceGetReleaseFormFields_ReleaseFieldSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique ID of the field\"),\n name: z.string().describe(\"API name of the field\"),\n label: z.string().describe(\"Display label of the field\"),\n choices: z.array(z.string()).describe(\"List of allowed values (for choice fields)\").nullable().optional(),\n position: z.number().int().describe(\"Display order of the field\").nullable().optional(),\n required: z.boolean().describe(\"True if the field is mandatory\"),\n created_at: z.string().describe(\"Timestamp when the field was added\"),\n field_type: z.string().describe(\"Field type (e.g., default_subject, custom types)\"),\n updated_at: z.string().describe(\"Timestamp when the field was last modified\"),\n description: z.string().describe(\"Description of the field\").nullable().optional(),\n workspace_id: z.number().int().describe(\"ID of the workspace this field belongs to (Employee Support Mode only)\").nullable().optional(),\n default_field: z.boolean().describe(\"True if the field is a default system field\"),\n nested_fields: z.array(z.record(z.string(), z.unknown())).describe(\"Details of nested fields (if any)\").nullable().optional(),\n required_for_closure: z.boolean().describe(\"True if the field is mandatory while closing the item\"),\n}).describe(\"Metadata for a single release form field.\");\nexport const FreshserviceGetReleaseFormFieldsOutput: z.ZodTypeAny = z.object({\n release_fields: z.array(FreshserviceGetReleaseFormFields_ReleaseFieldSchema).describe(\"Array of release form field definitions\"),\n}).describe(\"Response model for listing release form fields metadata.\");\n\nexport const freshserviceGetReleaseFormFields = action(\"FRESHSERVICE_GET_RELEASE_FORM_FIELDS\", {\n slug: \"freshservice-get-release-form-fields\",\n name: \"List Release Form Fields\",\n description: \"Tool to list release form fields metadata. Use when you need to fetch release field definitions before building or validating release forms.\",\n input: FreshserviceGetReleaseFormFieldsInput,\n output: FreshserviceGetReleaseFormFieldsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO,EAC1E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2IAA2I,CAAC,CAAC,SAAS,EAChM,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,sDAAoEA,IAAAA,EAAE,OAAO;CACjF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB;CACtD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACvD,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC;CAC/D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACpE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAClF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CAC5E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtI,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C;CACjF,eAAeA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,sBAAsBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD;AACpG,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAa,yCAAuDA,IAAAA,EAAE,OAAO,EAC3E,gBAAgBA,IAAAA,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,yCAAyC,EACjI,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAEtE,MAAa,mCAAmCC,eAAAA,OAAO,wCAAwC;CAC7F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|