@keystrokehq/simplesat 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.
Files changed (98) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/create-or-update-customer2.cjs +31 -0
  7. package/dist/actions/create-or-update-customer2.cjs.map +1 -0
  8. package/dist/actions/create-or-update-customer2.d.cts +9 -0
  9. package/dist/actions/create-or-update-customer2.d.cts.map +1 -0
  10. package/dist/actions/create-or-update-customer2.d.mts +9 -0
  11. package/dist/actions/create-or-update-customer2.d.mts.map +1 -0
  12. package/dist/actions/create-or-update-customer2.mjs +28 -0
  13. package/dist/actions/create-or-update-customer2.mjs.map +1 -0
  14. package/dist/actions/create-or-update-team-member.cjs +32 -0
  15. package/dist/actions/create-or-update-team-member.cjs.map +1 -0
  16. package/dist/actions/create-or-update-team-member.d.cts +9 -0
  17. package/dist/actions/create-or-update-team-member.d.cts.map +1 -0
  18. package/dist/actions/create-or-update-team-member.d.mts +9 -0
  19. package/dist/actions/create-or-update-team-member.d.mts.map +1 -0
  20. package/dist/actions/create-or-update-team-member.mjs +29 -0
  21. package/dist/actions/create-or-update-team-member.mjs.map +1 -0
  22. package/dist/actions/get-customer.cjs +24 -0
  23. package/dist/actions/get-customer.cjs.map +1 -0
  24. package/dist/actions/get-customer.d.cts +9 -0
  25. package/dist/actions/get-customer.d.cts.map +1 -0
  26. package/dist/actions/get-customer.d.mts +9 -0
  27. package/dist/actions/get-customer.d.mts.map +1 -0
  28. package/dist/actions/get-customer.mjs +21 -0
  29. package/dist/actions/get-customer.mjs.map +1 -0
  30. package/dist/actions/index.cjs +17 -0
  31. package/dist/actions/index.d.cts +9 -0
  32. package/dist/actions/index.d.mts +9 -0
  33. package/dist/actions/index.mjs +9 -0
  34. package/dist/actions/list-questions.cjs +55 -0
  35. package/dist/actions/list-questions.cjs.map +1 -0
  36. package/dist/actions/list-questions.d.cts +9 -0
  37. package/dist/actions/list-questions.d.cts.map +1 -0
  38. package/dist/actions/list-questions.d.mts +9 -0
  39. package/dist/actions/list-questions.d.mts.map +1 -0
  40. package/dist/actions/list-questions.mjs +54 -0
  41. package/dist/actions/list-questions.mjs.map +1 -0
  42. package/dist/actions/list-surveys.cjs +24 -0
  43. package/dist/actions/list-surveys.cjs.map +1 -0
  44. package/dist/actions/list-surveys.d.cts +9 -0
  45. package/dist/actions/list-surveys.d.cts.map +1 -0
  46. package/dist/actions/list-surveys.d.mts +9 -0
  47. package/dist/actions/list-surveys.d.mts.map +1 -0
  48. package/dist/actions/list-surveys.mjs +23 -0
  49. package/dist/actions/list-surveys.mjs.map +1 -0
  50. package/dist/actions/search-answers.cjs +90 -0
  51. package/dist/actions/search-answers.cjs.map +1 -0
  52. package/dist/actions/search-answers.d.cts +9 -0
  53. package/dist/actions/search-answers.d.cts.map +1 -0
  54. package/dist/actions/search-answers.d.mts +9 -0
  55. package/dist/actions/search-answers.d.mts.map +1 -0
  56. package/dist/actions/search-answers.mjs +89 -0
  57. package/dist/actions/search-answers.mjs.map +1 -0
  58. package/dist/actions/search-responses.cjs +59 -0
  59. package/dist/actions/search-responses.cjs.map +1 -0
  60. package/dist/actions/search-responses.d.cts +9 -0
  61. package/dist/actions/search-responses.d.cts.map +1 -0
  62. package/dist/actions/search-responses.d.mts +9 -0
  63. package/dist/actions/search-responses.d.mts.map +1 -0
  64. package/dist/actions/search-responses.mjs +58 -0
  65. package/dist/actions/search-responses.mjs.map +1 -0
  66. package/dist/actions/update-customer.cjs +32 -0
  67. package/dist/actions/update-customer.cjs.map +1 -0
  68. package/dist/actions/update-customer.d.cts +9 -0
  69. package/dist/actions/update-customer.d.cts.map +1 -0
  70. package/dist/actions/update-customer.d.mts +9 -0
  71. package/dist/actions/update-customer.d.mts.map +1 -0
  72. package/dist/actions/update-customer.mjs +29 -0
  73. package/dist/actions/update-customer.mjs.map +1 -0
  74. package/dist/app.cjs +9 -0
  75. package/dist/app.cjs.map +1 -0
  76. package/dist/app.d.cts +5 -0
  77. package/dist/app.d.cts.map +1 -0
  78. package/dist/app.d.mts +5 -0
  79. package/dist/app.d.mts.map +1 -0
  80. package/dist/app.mjs +10 -0
  81. package/dist/app.mjs.map +1 -0
  82. package/dist/catalog.cjs +15 -0
  83. package/dist/catalog.cjs.map +1 -0
  84. package/dist/catalog.d.cts +14 -0
  85. package/dist/catalog.d.cts.map +1 -0
  86. package/dist/catalog.d.mts +14 -0
  87. package/dist/catalog.d.mts.map +1 -0
  88. package/dist/catalog.mjs +15 -0
  89. package/dist/catalog.mjs.map +1 -0
  90. package/dist/execute.cjs +18 -0
  91. package/dist/execute.cjs.map +1 -0
  92. package/dist/execute.mjs +18 -0
  93. package/dist/execute.mjs.map +1 -0
  94. package/dist/index.cjs +22 -0
  95. package/dist/index.d.cts +11 -0
  96. package/dist/index.d.mts +11 -0
  97. package/dist/index.mjs +12 -0
  98. package/package.json +49 -0
@@ -0,0 +1,54 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-questions.ts
4
+ const SimplesatListQuestionsInput = z.object({
5
+ page: z.number().int().describe("Page number for pagination (starts at 1)").optional(),
6
+ metric: z.enum([
7
+ "csat",
8
+ "nps",
9
+ "ces"
10
+ ]).describe("Metric type enum for filtering questions.").optional(),
11
+ page_size: z.number().int().describe("Number of records per page (default 100)").optional(),
12
+ survey_id: z.number().int().describe("Filter questions by survey ID").optional()
13
+ }).describe("Request model for listing questions.");
14
+ const SimplesatListQuestions_QuestionRuleSchema = z.object({
15
+ id: z.number().int().describe("Rule ID").nullable().optional(),
16
+ action: z.string().describe("Rule action").nullable().optional(),
17
+ condition: z.string().describe("Rule condition").nullable().optional()
18
+ }).describe("Conditional rule for a question.");
19
+ const SimplesatListQuestions_QuestionSurveySchema = z.object({
20
+ id: z.number().int().describe("Survey ID").nullable().optional(),
21
+ name: z.string().describe("Survey name").nullable().optional()
22
+ }).describe("Survey details within a question.");
23
+ const SimplesatListQuestions_QuestionChoiceSchema = z.object({
24
+ id: z.number().int().describe("Choice ID").nullable().optional(),
25
+ text: z.string().describe("Choice text").nullable().optional(),
26
+ order: z.number().int().describe("Order of the choice").nullable().optional()
27
+ }).describe("Choice option for a question.");
28
+ const SimplesatListQuestions_QuestionSchema = z.object({
29
+ id: z.number().int().describe("Question ID"),
30
+ text: z.string().describe("Question text"),
31
+ order: z.number().int().describe("Display order of the question").nullable().optional(),
32
+ rules: z.array(SimplesatListQuestions_QuestionRuleSchema).describe("List of conditional rules for the question").nullable().optional(),
33
+ metric: z.string().describe("Metric type (csat, nps, or ces)").nullable().optional(),
34
+ survey: SimplesatListQuestions_QuestionSurveySchema.nullable().optional(),
35
+ choices: z.array(SimplesatListQuestions_QuestionChoiceSchema).describe("List of choice options for the question").nullable().optional(),
36
+ required: z.boolean().describe("Whether the question is required").nullable().optional(),
37
+ rating_scale: z.boolean().describe("Whether the question uses a rating scale").nullable().optional()
38
+ }).describe("Individual question details.");
39
+ const simplesatListQuestions = action("SIMPLESAT_LIST_QUESTIONS", {
40
+ slug: "simplesat-list-questions",
41
+ name: "List Questions",
42
+ description: "Tool to retrieve a paginated list of all questions in Simplesat. Use when you need to fetch question details including order, metric type, text, rating scale, choices, and conditional rules. Supports filtering by metric (csat, nps, ces) and survey_id.",
43
+ input: SimplesatListQuestionsInput,
44
+ output: z.object({
45
+ next: z.string().describe("URL for the next page of results").nullable().optional(),
46
+ count: z.number().int().describe("Total count of questions"),
47
+ previous: z.string().describe("URL for the previous page of results").nullable().optional(),
48
+ questions: z.array(SimplesatListQuestions_QuestionSchema).describe("List of questions")
49
+ }).describe("Response model for listing questions.")
50
+ });
51
+ //#endregion
52
+ export { simplesatListQuestions };
53
+
54
+ //# sourceMappingURL=list-questions.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-questions.mjs","names":[],"sources":["../../src/actions/list-questions.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplesatListQuestionsInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination (starts at 1)\").optional(),\n metric: z.enum([\"csat\", \"nps\", \"ces\"]).describe(\"Metric type enum for filtering questions.\").optional(),\n page_size: z.number().int().describe(\"Number of records per page (default 100)\").optional(),\n survey_id: z.number().int().describe(\"Filter questions by survey ID\").optional(),\n}).describe(\"Request model for listing questions.\");\nconst SimplesatListQuestions_QuestionRuleSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Rule ID\").nullable().optional(),\n action: z.string().describe(\"Rule action\").nullable().optional(),\n condition: z.string().describe(\"Rule condition\").nullable().optional(),\n}).describe(\"Conditional rule for a question.\");\nconst SimplesatListQuestions_QuestionSurveySchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Survey ID\").nullable().optional(),\n name: z.string().describe(\"Survey name\").nullable().optional(),\n}).describe(\"Survey details within a question.\");\nconst SimplesatListQuestions_QuestionChoiceSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Choice ID\").nullable().optional(),\n text: z.string().describe(\"Choice text\").nullable().optional(),\n order: z.number().int().describe(\"Order of the choice\").nullable().optional(),\n}).describe(\"Choice option for a question.\");\nconst SimplesatListQuestions_QuestionSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Question ID\"),\n text: z.string().describe(\"Question text\"),\n order: z.number().int().describe(\"Display order of the question\").nullable().optional(),\n rules: z.array(SimplesatListQuestions_QuestionRuleSchema).describe(\"List of conditional rules for the question\").nullable().optional(),\n metric: z.string().describe(\"Metric type (csat, nps, or ces)\").nullable().optional(),\n survey: SimplesatListQuestions_QuestionSurveySchema.nullable().optional(),\n choices: z.array(SimplesatListQuestions_QuestionChoiceSchema).describe(\"List of choice options for the question\").nullable().optional(),\n required: z.boolean().describe(\"Whether the question is required\").nullable().optional(),\n rating_scale: z.boolean().describe(\"Whether the question uses a rating scale\").nullable().optional(),\n}).describe(\"Individual question details.\");\nexport const SimplesatListQuestionsOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results\").nullable().optional(),\n count: z.number().int().describe(\"Total count of questions\"),\n previous: z.string().describe(\"URL for the previous page of results\").nullable().optional(),\n questions: z.array(SimplesatListQuestions_QuestionSchema).describe(\"List of questions\"),\n}).describe(\"Response model for listing questions.\");\n\nexport const simplesatListQuestions = action(\"SIMPLESAT_LIST_QUESTIONS\", {\n slug: \"simplesat-list-questions\",\n name: \"List Questions\",\n description: \"Tool to retrieve a paginated list of all questions in Simplesat. Use when you need to fetch question details including order, metric type, text, rating scale, choices, and conditional rules. Supports filtering by metric (csat, nps, ces) and survey_id.\",\n input: SimplesatListQuestionsInput,\n output: SimplesatListQuestionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,QAAQ,EAAE,KAAK;EAAC;EAAQ;EAAO;CAAK,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACtG,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAC1F,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;AACjF,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAM,4CAA0D,EAAE,OAAO;CACvE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,SAAS,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvE,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAM,8CAA4D,EAAE,OAAO;CACzE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/D,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAM,8CAA4D,EAAE,OAAO;CACzE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7D,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9E,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAC3C,MAAM,wCAAsD,EAAE,OAAO;CACnE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,aAAa;CAC3C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;CACzC,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,OAAO,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrI,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,QAAQ,4CAA4C,SAAS,CAAC,CAAC,SAAS;CACxE,SAAS,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtI,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,8BAA8B;AAQ1C,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZwD,EAAE,OAAO;EACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;EAC3D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,WAAW,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,mBAAmB;CACxF,CAAC,CAAC,CAAC,SAAS,uCAOF;AACV,CAAC"}
@@ -0,0 +1,24 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-surveys.ts
4
+ const SimplesatListSurveysInput = zod.z.object({
5
+ page: zod.z.number().int().describe("Page number for pagination (must be positive integer)").optional(),
6
+ page_size: zod.z.number().int().describe("Number of records per page (default 100, max 100)").optional()
7
+ });
8
+ const SimplesatListSurveys_SurveySchema = zod.z.object({
9
+ id: zod.z.number().int().describe("Unique identifier of the survey"),
10
+ name: zod.z.string().describe("Name of the survey"),
11
+ metric: zod.z.string().describe("Type of metric used by the survey (e.g., CSAT, NPS, CES)")
12
+ });
13
+ const SimplesatListSurveysOutput = zod.z.object({ surveys: zod.z.array(SimplesatListSurveys_SurveySchema).describe("List of surveys in the account") });
14
+ const simplesatListSurveys = require_action.action("SIMPLESAT_LIST_SURVEYS", {
15
+ slug: "simplesat-list-surveys",
16
+ name: "List Surveys",
17
+ description: "Tool to list all surveys in the Simplesat account. Returns survey details including id, name, and metric type (CSAT, NPS, CES). Use when you need to retrieve available surveys or find a specific survey by name or metric type.",
18
+ input: SimplesatListSurveysInput,
19
+ output: SimplesatListSurveysOutput
20
+ });
21
+ //#endregion
22
+ exports.simplesatListSurveys = simplesatListSurveys;
23
+
24
+ //# sourceMappingURL=list-surveys.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-surveys.cjs","names":["z","action"],"sources":["../../src/actions/list-surveys.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplesatListSurveysInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination (must be positive integer)\").optional(),\n page_size: z.number().int().describe(\"Number of records per page (default 100, max 100)\").optional(),\n});\nconst SimplesatListSurveys_SurveySchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the survey\"),\n name: z.string().describe(\"Name of the survey\"),\n metric: z.string().describe(\"Type of metric used by the survey (e.g., CSAT, NPS, CES)\"),\n});\nexport const SimplesatListSurveysOutput: z.ZodTypeAny = z.object({\n surveys: z.array(SimplesatListSurveys_SurveySchema).describe(\"List of surveys in the account\"),\n});\n\nexport const simplesatListSurveys = action(\"SIMPLESAT_LIST_SURVEYS\", {\n slug: \"simplesat-list-surveys\",\n name: \"List Surveys\",\n description: \"Tool to list all surveys in the Simplesat account. Returns survey details including id, name, and metric type (CSAT, NPS, CES). Use when you need to retrieve available surveys or find a specific survey by name or metric type.\",\n input: SimplesatListSurveysInput,\n output: SimplesatListSurveysOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CAClG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;AACrG,CAAC;AACD,MAAM,oCAAkDA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC9C,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;AACxF,CAAC;AACD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,SAASA,IAAAA,EAAE,MAAM,iCAAiC,CAAC,CAAC,SAAS,gCAAgC,EAC/F,CAAC;AAED,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,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/list-surveys.d.ts
4
+ declare const SimplesatListSurveysInput: z.ZodTypeAny;
5
+ declare const SimplesatListSurveysOutput: z.ZodTypeAny;
6
+ declare const simplesatListSurveys: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simplesatListSurveys };
9
+ //# sourceMappingURL=list-surveys.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-surveys.d.cts","names":[],"sources":["../../src/actions/list-surveys.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAGxC;AAAA,cAMW,0BAAA,EAA4B,CAAA,CAAE,UAEzC;AAAA,cAEW,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-surveys.d.ts
4
+ declare const SimplesatListSurveysInput: z.ZodTypeAny;
5
+ declare const SimplesatListSurveysOutput: z.ZodTypeAny;
6
+ declare const simplesatListSurveys: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simplesatListSurveys };
9
+ //# sourceMappingURL=list-surveys.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-surveys.d.mts","names":[],"sources":["../../src/actions/list-surveys.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAGxC;AAAA,cAMW,0BAAA,EAA4B,CAAA,CAAE,UAEzC;AAAA,cAEW,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,23 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-surveys.ts
4
+ const SimplesatListSurveysInput = z.object({
5
+ page: z.number().int().describe("Page number for pagination (must be positive integer)").optional(),
6
+ page_size: z.number().int().describe("Number of records per page (default 100, max 100)").optional()
7
+ });
8
+ const SimplesatListSurveys_SurveySchema = z.object({
9
+ id: z.number().int().describe("Unique identifier of the survey"),
10
+ name: z.string().describe("Name of the survey"),
11
+ metric: z.string().describe("Type of metric used by the survey (e.g., CSAT, NPS, CES)")
12
+ });
13
+ const simplesatListSurveys = action("SIMPLESAT_LIST_SURVEYS", {
14
+ slug: "simplesat-list-surveys",
15
+ name: "List Surveys",
16
+ description: "Tool to list all surveys in the Simplesat account. Returns survey details including id, name, and metric type (CSAT, NPS, CES). Use when you need to retrieve available surveys or find a specific survey by name or metric type.",
17
+ input: SimplesatListSurveysInput,
18
+ output: z.object({ surveys: z.array(SimplesatListSurveys_SurveySchema).describe("List of surveys in the account") })
19
+ });
20
+ //#endregion
21
+ export { simplesatListSurveys };
22
+
23
+ //# sourceMappingURL=list-surveys.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-surveys.mjs","names":[],"sources":["../../src/actions/list-surveys.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplesatListSurveysInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination (must be positive integer)\").optional(),\n page_size: z.number().int().describe(\"Number of records per page (default 100, max 100)\").optional(),\n});\nconst SimplesatListSurveys_SurveySchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the survey\"),\n name: z.string().describe(\"Name of the survey\"),\n metric: z.string().describe(\"Type of metric used by the survey (e.g., CSAT, NPS, CES)\"),\n});\nexport const SimplesatListSurveysOutput: z.ZodTypeAny = z.object({\n surveys: z.array(SimplesatListSurveys_SurveySchema).describe(\"List of surveys in the account\"),\n});\n\nexport const simplesatListSurveys = action(\"SIMPLESAT_LIST_SURVEYS\", {\n slug: \"simplesat-list-surveys\",\n name: \"List Surveys\",\n description: \"Tool to list all surveys in the Simplesat account. Returns survey details including id, name, and metric type (CSAT, NPS, CES). Use when you need to retrieve available surveys or find a specific survey by name or metric type.\",\n input: SimplesatListSurveysInput,\n output: SimplesatListSurveysOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO;CAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CAClG,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;AACrG,CAAC;AACD,MAAM,oCAAkD,EAAE,OAAO;CAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;CAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC9C,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;AACxF,CAAC;AAKD,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATsD,EAAE,OAAO,EAC/D,SAAS,EAAE,MAAM,iCAAiC,CAAC,CAAC,SAAS,gCAAgC,EAC/F,CAOU;AACV,CAAC"}
@@ -0,0 +1,90 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/search-answers.ts
4
+ const SimplesatSearchAnswersInput = zod.z.object({
5
+ page: zod.z.number().int().describe("Page number for pagination (starts at 1)").optional(),
6
+ filters: zod.z.array(zod.z.object({
7
+ key: zod.z.string().describe("Filter key (e.g., 'choice_value', 'collaborator', 'company', 'comment', 'customer', 'sentiment', 'metric', 'survey', 'tag', 'team_member', or custom attributes)"),
8
+ values: zod.z.array(zod.z.string()).describe("List of values to filter by"),
9
+ comparison: zod.z.enum([
10
+ "eq",
11
+ "ne",
12
+ "contains",
13
+ "not_contains",
14
+ "gt",
15
+ "gte",
16
+ "lt",
17
+ "lte"
18
+ ]).describe("Comparison operator for filter values.").optional()
19
+ }).describe("Individual filter object for searching answers.")).describe("Array of filter objects to apply. Each filter has a key (field to filter), values (array of values to match), and comparison operator. Supports filtering by choice_value, collaborator, company, comment, customer, sentiment, metric, survey, tag, team_member, and custom attributes.").optional(),
20
+ end_date: zod.z.string().describe("End date and time in ISO 8601 format to filter answers (e.g., '2024-12-31T23:59:59Z'). If not specified, defaults to current date.").optional(),
21
+ operator: zod.z.enum(["and", "or"]).describe("Operator to apply between multiple filters.").optional(),
22
+ page_size: zod.z.number().int().describe("Number of records per page (default 100)").optional(),
23
+ start_date: zod.z.string().describe("Start date and time in ISO 8601 format to filter answers (e.g., '2024-01-01T00:00:00Z'). If not specified, defaults to 30 days ago.").optional()
24
+ }).describe("Request model for searching answers.");
25
+ const SimplesatSearchAnswers_AnswerChoiceSchema = zod.z.object({
26
+ id: zod.z.number().int().describe("Unique identifier of the choice").nullable().optional(),
27
+ label: zod.z.string().describe("Label of the choice").nullable().optional(),
28
+ value: zod.z.string().describe("Value of the choice").nullable().optional()
29
+ }).describe("Choice information in an answer.");
30
+ const SimplesatSearchAnswers_AnswerSurveySchema = zod.z.object({
31
+ id: zod.z.number().int().describe("Unique identifier of the survey").nullable().optional(),
32
+ name: zod.z.string().describe("Name of the survey").nullable().optional(),
33
+ type: zod.z.string().describe("Type of the survey").nullable().optional()
34
+ }).describe("Survey information in an answer.");
35
+ const SimplesatSearchAnswers_AnswerQuestionSchema = zod.z.object({
36
+ id: zod.z.number().int().describe("Unique identifier of the question").nullable().optional(),
37
+ text: zod.z.string().describe("Text of the question").nullable().optional(),
38
+ type: zod.z.string().describe("Type of the question").nullable().optional(),
39
+ scale: zod.z.string().describe("Scale of the question").nullable().optional()
40
+ }).describe("Question information in an answer.");
41
+ const SimplesatSearchAnswers_AnswerSentimentSchema = zod.z.object({
42
+ label: zod.z.string().describe("Sentiment label").nullable().optional(),
43
+ value: zod.z.string().describe("Sentiment value (e.g., 'positive', 'neutral', 'negative')").nullable().optional()
44
+ }).describe("Sentiment information in an answer.");
45
+ const SimplesatSearchAnswers_FollowUpAnswerChoiceSchema = zod.z.object({
46
+ id: zod.z.number().int().describe("Unique identifier of the choice").nullable().optional(),
47
+ label: zod.z.string().describe("Label of the choice").nullable().optional(),
48
+ value: zod.z.string().describe("Value of the choice").nullable().optional()
49
+ }).describe("Follow-up answer choice information.");
50
+ const SimplesatSearchAnswers_FollowUpAnswerSchema = zod.z.object({
51
+ id: zod.z.number().int().describe("Unique identifier of the follow-up answer").nullable().optional(),
52
+ choice: SimplesatSearchAnswers_FollowUpAnswerChoiceSchema.nullable().optional(),
53
+ rating: zod.z.number().int().describe("Rating given in follow-up").nullable().optional(),
54
+ comment: zod.z.string().describe("Comment in follow-up").nullable().optional(),
55
+ created: zod.z.string().describe("Creation timestamp").nullable().optional()
56
+ }).describe("Follow-up answer information.");
57
+ const SimplesatSearchAnswers_AnswerSchema = zod.z.object({
58
+ id: zod.z.number().int().describe("Unique identifier of the answer"),
59
+ choice: SimplesatSearchAnswers_AnswerChoiceSchema.nullable().optional(),
60
+ survey: SimplesatSearchAnswers_AnswerSurveySchema.nullable().optional(),
61
+ choices: zod.z.array(SimplesatSearchAnswers_AnswerChoiceSchema).describe("List of choices if multiple choices were available").nullable().optional(),
62
+ comment: zod.z.string().describe("Comment text provided by the customer").nullable().optional(),
63
+ created: zod.z.string().describe("Timestamp when the answer was created (ISO 8601 format)").nullable().optional(),
64
+ modified: zod.z.string().describe("Timestamp when the answer was last modified (ISO 8601 format)").nullable().optional(),
65
+ question: SimplesatSearchAnswers_AnswerQuestionSchema.nullable().optional(),
66
+ sentiment: SimplesatSearchAnswers_AnswerSentimentSchema.nullable().optional(),
67
+ response_id: zod.z.number().int().describe("Unique identifier of the response").nullable().optional(),
68
+ choice_label: zod.z.string().describe("Label for the choice").nullable().optional(),
69
+ follow_up_answer: SimplesatSearchAnswers_FollowUpAnswerSchema.nullable().optional(),
70
+ follow_up_answer_choice: SimplesatSearchAnswers_FollowUpAnswerChoiceSchema.nullable().optional(),
71
+ follow_up_answer_choices: zod.z.array(SimplesatSearchAnswers_FollowUpAnswerChoiceSchema).describe("List of follow-up answer choices if multiple were available").nullable().optional(),
72
+ published_as_testimonial: zod.z.boolean().describe("Whether this answer is published as a testimonial").nullable().optional()
73
+ }).describe("Individual answer object.");
74
+ const SimplesatSearchAnswersOutput = zod.z.object({
75
+ next: zod.z.string().describe("URL to the next page of results, null if no more pages").nullable().optional(),
76
+ count: zod.z.number().int().describe("Total number of answers matching the query"),
77
+ answers: zod.z.array(SimplesatSearchAnswers_AnswerSchema).describe("List of answer objects with detailed information"),
78
+ previous: zod.z.string().describe("URL to the previous page of results, null if on first page").nullable().optional()
79
+ }).describe("Response model for searching answers.");
80
+ const simplesatSearchAnswers = require_action.action("SIMPLESAT_SEARCH_ANSWERS", {
81
+ slug: "simplesat-search-answers",
82
+ name: "Search Answers",
83
+ description: "Tool to search and retrieve answers from Simplesat with advanced filtering. Use when you need to find specific answers based on filters like date range, choice value, sentiment, survey, customer, or custom attributes. If no filters are provided, returns all answers from the last 30 days by default.",
84
+ input: SimplesatSearchAnswersInput,
85
+ output: SimplesatSearchAnswersOutput
86
+ });
87
+ //#endregion
88
+ exports.simplesatSearchAnswers = simplesatSearchAnswers;
89
+
90
+ //# sourceMappingURL=search-answers.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-answers.cjs","names":["z","action"],"sources":["../../src/actions/search-answers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplesatSearchAnswersInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination (starts at 1)\").optional(),\n filters: z.array(z.object({\n key: z.string().describe(\"Filter key (e.g., 'choice_value', 'collaborator', 'company', 'comment', 'customer', 'sentiment', 'metric', 'survey', 'tag', 'team_member', or custom attributes)\"),\n values: z.array(z.string()).describe(\"List of values to filter by\"),\n comparison: z.enum([\"eq\", \"ne\", \"contains\", \"not_contains\", \"gt\", \"gte\", \"lt\", \"lte\"]).describe(\"Comparison operator for filter values.\").optional(),\n}).describe(\"Individual filter object for searching answers.\")).describe(\"Array of filter objects to apply. Each filter has a key (field to filter), values (array of values to match), and comparison operator. Supports filtering by choice_value, collaborator, company, comment, customer, sentiment, metric, survey, tag, team_member, and custom attributes.\").optional(),\n end_date: z.string().describe(\"End date and time in ISO 8601 format to filter answers (e.g., '2024-12-31T23:59:59Z'). If not specified, defaults to current date.\").optional(),\n operator: z.enum([\"and\", \"or\"]).describe(\"Operator to apply between multiple filters.\").optional(),\n page_size: z.number().int().describe(\"Number of records per page (default 100)\").optional(),\n start_date: z.string().describe(\"Start date and time in ISO 8601 format to filter answers (e.g., '2024-01-01T00:00:00Z'). If not specified, defaults to 30 days ago.\").optional(),\n}).describe(\"Request model for searching answers.\");\nconst SimplesatSearchAnswers_AnswerChoiceSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the choice\").nullable().optional(),\n label: z.string().describe(\"Label of the choice\").nullable().optional(),\n value: z.string().describe(\"Value of the choice\").nullable().optional(),\n}).describe(\"Choice information in an answer.\");\nconst SimplesatSearchAnswers_AnswerSurveySchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the survey\").nullable().optional(),\n name: z.string().describe(\"Name of the survey\").nullable().optional(),\n type: z.string().describe(\"Type of the survey\").nullable().optional(),\n}).describe(\"Survey information in an answer.\");\nconst SimplesatSearchAnswers_AnswerQuestionSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the question\").nullable().optional(),\n text: z.string().describe(\"Text of the question\").nullable().optional(),\n type: z.string().describe(\"Type of the question\").nullable().optional(),\n scale: z.string().describe(\"Scale of the question\").nullable().optional(),\n}).describe(\"Question information in an answer.\");\nconst SimplesatSearchAnswers_AnswerSentimentSchema: z.ZodTypeAny = z.object({\n label: z.string().describe(\"Sentiment label\").nullable().optional(),\n value: z.string().describe(\"Sentiment value (e.g., 'positive', 'neutral', 'negative')\").nullable().optional(),\n}).describe(\"Sentiment information in an answer.\");\nconst SimplesatSearchAnswers_FollowUpAnswerChoiceSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the choice\").nullable().optional(),\n label: z.string().describe(\"Label of the choice\").nullable().optional(),\n value: z.string().describe(\"Value of the choice\").nullable().optional(),\n}).describe(\"Follow-up answer choice information.\");\nconst SimplesatSearchAnswers_FollowUpAnswerSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the follow-up answer\").nullable().optional(),\n choice: SimplesatSearchAnswers_FollowUpAnswerChoiceSchema.nullable().optional(),\n rating: z.number().int().describe(\"Rating given in follow-up\").nullable().optional(),\n comment: z.string().describe(\"Comment in follow-up\").nullable().optional(),\n created: z.string().describe(\"Creation timestamp\").nullable().optional(),\n}).describe(\"Follow-up answer information.\");\nconst SimplesatSearchAnswers_AnswerSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the answer\"),\n choice: SimplesatSearchAnswers_AnswerChoiceSchema.nullable().optional(),\n survey: SimplesatSearchAnswers_AnswerSurveySchema.nullable().optional(),\n choices: z.array(SimplesatSearchAnswers_AnswerChoiceSchema).describe(\"List of choices if multiple choices were available\").nullable().optional(),\n comment: z.string().describe(\"Comment text provided by the customer\").nullable().optional(),\n created: z.string().describe(\"Timestamp when the answer was created (ISO 8601 format)\").nullable().optional(),\n modified: z.string().describe(\"Timestamp when the answer was last modified (ISO 8601 format)\").nullable().optional(),\n question: SimplesatSearchAnswers_AnswerQuestionSchema.nullable().optional(),\n sentiment: SimplesatSearchAnswers_AnswerSentimentSchema.nullable().optional(),\n response_id: z.number().int().describe(\"Unique identifier of the response\").nullable().optional(),\n choice_label: z.string().describe(\"Label for the choice\").nullable().optional(),\n follow_up_answer: SimplesatSearchAnswers_FollowUpAnswerSchema.nullable().optional(),\n follow_up_answer_choice: SimplesatSearchAnswers_FollowUpAnswerChoiceSchema.nullable().optional(),\n follow_up_answer_choices: z.array(SimplesatSearchAnswers_FollowUpAnswerChoiceSchema).describe(\"List of follow-up answer choices if multiple were available\").nullable().optional(),\n published_as_testimonial: z.boolean().describe(\"Whether this answer is published as a testimonial\").nullable().optional(),\n}).describe(\"Individual answer object.\");\nexport const SimplesatSearchAnswersOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL to the next page of results, null if no more pages\").nullable().optional(),\n count: z.number().int().describe(\"Total number of answers matching the query\"),\n answers: z.array(SimplesatSearchAnswers_AnswerSchema).describe(\"List of answer objects with detailed information\"),\n previous: z.string().describe(\"URL to the previous page of results, null if on first page\").nullable().optional(),\n}).describe(\"Response model for searching answers.\");\n\nexport const simplesatSearchAnswers = action(\"SIMPLESAT_SEARCH_ANSWERS\", {\n slug: \"simplesat-search-answers\",\n name: \"Search Answers\",\n description: \"Tool to search and retrieve answers from Simplesat with advanced filtering. Use when you need to find specific answers based on filters like date range, choice value, sentiment, survey, customer, or custom attributes. If no filters are provided, returns all answers from the last 30 days by default.\",\n input: SimplesatSearchAnswersInput,\n output: SimplesatSearchAnswersOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/search-answers.d.ts
4
+ declare const SimplesatSearchAnswersInput: z.ZodTypeAny;
5
+ declare const SimplesatSearchAnswersOutput: z.ZodTypeAny;
6
+ declare const simplesatSearchAnswers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simplesatSearchAnswers };
9
+ //# sourceMappingURL=search-answers.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-answers.d.cts","names":[],"sources":["../../src/actions/search-answers.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAWO;AAAA,cAkDtC,4BAAA,EAA8B,CAAA,CAAE,UAKO;AAAA,cAEvC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/search-answers.d.ts
4
+ declare const SimplesatSearchAnswersInput: z.ZodTypeAny;
5
+ declare const SimplesatSearchAnswersOutput: z.ZodTypeAny;
6
+ declare const simplesatSearchAnswers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simplesatSearchAnswers };
9
+ //# sourceMappingURL=search-answers.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-answers.d.mts","names":[],"sources":["../../src/actions/search-answers.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAWO;AAAA,cAkDtC,4BAAA,EAA8B,CAAA,CAAE,UAKO;AAAA,cAEvC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,89 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/search-answers.ts
4
+ const SimplesatSearchAnswersInput = z.object({
5
+ page: z.number().int().describe("Page number for pagination (starts at 1)").optional(),
6
+ filters: z.array(z.object({
7
+ key: z.string().describe("Filter key (e.g., 'choice_value', 'collaborator', 'company', 'comment', 'customer', 'sentiment', 'metric', 'survey', 'tag', 'team_member', or custom attributes)"),
8
+ values: z.array(z.string()).describe("List of values to filter by"),
9
+ comparison: z.enum([
10
+ "eq",
11
+ "ne",
12
+ "contains",
13
+ "not_contains",
14
+ "gt",
15
+ "gte",
16
+ "lt",
17
+ "lte"
18
+ ]).describe("Comparison operator for filter values.").optional()
19
+ }).describe("Individual filter object for searching answers.")).describe("Array of filter objects to apply. Each filter has a key (field to filter), values (array of values to match), and comparison operator. Supports filtering by choice_value, collaborator, company, comment, customer, sentiment, metric, survey, tag, team_member, and custom attributes.").optional(),
20
+ end_date: z.string().describe("End date and time in ISO 8601 format to filter answers (e.g., '2024-12-31T23:59:59Z'). If not specified, defaults to current date.").optional(),
21
+ operator: z.enum(["and", "or"]).describe("Operator to apply between multiple filters.").optional(),
22
+ page_size: z.number().int().describe("Number of records per page (default 100)").optional(),
23
+ start_date: z.string().describe("Start date and time in ISO 8601 format to filter answers (e.g., '2024-01-01T00:00:00Z'). If not specified, defaults to 30 days ago.").optional()
24
+ }).describe("Request model for searching answers.");
25
+ const SimplesatSearchAnswers_AnswerChoiceSchema = z.object({
26
+ id: z.number().int().describe("Unique identifier of the choice").nullable().optional(),
27
+ label: z.string().describe("Label of the choice").nullable().optional(),
28
+ value: z.string().describe("Value of the choice").nullable().optional()
29
+ }).describe("Choice information in an answer.");
30
+ const SimplesatSearchAnswers_AnswerSurveySchema = z.object({
31
+ id: z.number().int().describe("Unique identifier of the survey").nullable().optional(),
32
+ name: z.string().describe("Name of the survey").nullable().optional(),
33
+ type: z.string().describe("Type of the survey").nullable().optional()
34
+ }).describe("Survey information in an answer.");
35
+ const SimplesatSearchAnswers_AnswerQuestionSchema = z.object({
36
+ id: z.number().int().describe("Unique identifier of the question").nullable().optional(),
37
+ text: z.string().describe("Text of the question").nullable().optional(),
38
+ type: z.string().describe("Type of the question").nullable().optional(),
39
+ scale: z.string().describe("Scale of the question").nullable().optional()
40
+ }).describe("Question information in an answer.");
41
+ const SimplesatSearchAnswers_AnswerSentimentSchema = z.object({
42
+ label: z.string().describe("Sentiment label").nullable().optional(),
43
+ value: z.string().describe("Sentiment value (e.g., 'positive', 'neutral', 'negative')").nullable().optional()
44
+ }).describe("Sentiment information in an answer.");
45
+ const SimplesatSearchAnswers_FollowUpAnswerChoiceSchema = z.object({
46
+ id: z.number().int().describe("Unique identifier of the choice").nullable().optional(),
47
+ label: z.string().describe("Label of the choice").nullable().optional(),
48
+ value: z.string().describe("Value of the choice").nullable().optional()
49
+ }).describe("Follow-up answer choice information.");
50
+ const SimplesatSearchAnswers_FollowUpAnswerSchema = z.object({
51
+ id: z.number().int().describe("Unique identifier of the follow-up answer").nullable().optional(),
52
+ choice: SimplesatSearchAnswers_FollowUpAnswerChoiceSchema.nullable().optional(),
53
+ rating: z.number().int().describe("Rating given in follow-up").nullable().optional(),
54
+ comment: z.string().describe("Comment in follow-up").nullable().optional(),
55
+ created: z.string().describe("Creation timestamp").nullable().optional()
56
+ }).describe("Follow-up answer information.");
57
+ const SimplesatSearchAnswers_AnswerSchema = z.object({
58
+ id: z.number().int().describe("Unique identifier of the answer"),
59
+ choice: SimplesatSearchAnswers_AnswerChoiceSchema.nullable().optional(),
60
+ survey: SimplesatSearchAnswers_AnswerSurveySchema.nullable().optional(),
61
+ choices: z.array(SimplesatSearchAnswers_AnswerChoiceSchema).describe("List of choices if multiple choices were available").nullable().optional(),
62
+ comment: z.string().describe("Comment text provided by the customer").nullable().optional(),
63
+ created: z.string().describe("Timestamp when the answer was created (ISO 8601 format)").nullable().optional(),
64
+ modified: z.string().describe("Timestamp when the answer was last modified (ISO 8601 format)").nullable().optional(),
65
+ question: SimplesatSearchAnswers_AnswerQuestionSchema.nullable().optional(),
66
+ sentiment: SimplesatSearchAnswers_AnswerSentimentSchema.nullable().optional(),
67
+ response_id: z.number().int().describe("Unique identifier of the response").nullable().optional(),
68
+ choice_label: z.string().describe("Label for the choice").nullable().optional(),
69
+ follow_up_answer: SimplesatSearchAnswers_FollowUpAnswerSchema.nullable().optional(),
70
+ follow_up_answer_choice: SimplesatSearchAnswers_FollowUpAnswerChoiceSchema.nullable().optional(),
71
+ follow_up_answer_choices: z.array(SimplesatSearchAnswers_FollowUpAnswerChoiceSchema).describe("List of follow-up answer choices if multiple were available").nullable().optional(),
72
+ published_as_testimonial: z.boolean().describe("Whether this answer is published as a testimonial").nullable().optional()
73
+ }).describe("Individual answer object.");
74
+ const simplesatSearchAnswers = action("SIMPLESAT_SEARCH_ANSWERS", {
75
+ slug: "simplesat-search-answers",
76
+ name: "Search Answers",
77
+ description: "Tool to search and retrieve answers from Simplesat with advanced filtering. Use when you need to find specific answers based on filters like date range, choice value, sentiment, survey, customer, or custom attributes. If no filters are provided, returns all answers from the last 30 days by default.",
78
+ input: SimplesatSearchAnswersInput,
79
+ output: z.object({
80
+ next: z.string().describe("URL to the next page of results, null if no more pages").nullable().optional(),
81
+ count: z.number().int().describe("Total number of answers matching the query"),
82
+ answers: z.array(SimplesatSearchAnswers_AnswerSchema).describe("List of answer objects with detailed information"),
83
+ previous: z.string().describe("URL to the previous page of results, null if on first page").nullable().optional()
84
+ }).describe("Response model for searching answers.")
85
+ });
86
+ //#endregion
87
+ export { simplesatSearchAnswers };
88
+
89
+ //# sourceMappingURL=search-answers.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-answers.mjs","names":[],"sources":["../../src/actions/search-answers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplesatSearchAnswersInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination (starts at 1)\").optional(),\n filters: z.array(z.object({\n key: z.string().describe(\"Filter key (e.g., 'choice_value', 'collaborator', 'company', 'comment', 'customer', 'sentiment', 'metric', 'survey', 'tag', 'team_member', or custom attributes)\"),\n values: z.array(z.string()).describe(\"List of values to filter by\"),\n comparison: z.enum([\"eq\", \"ne\", \"contains\", \"not_contains\", \"gt\", \"gte\", \"lt\", \"lte\"]).describe(\"Comparison operator for filter values.\").optional(),\n}).describe(\"Individual filter object for searching answers.\")).describe(\"Array of filter objects to apply. Each filter has a key (field to filter), values (array of values to match), and comparison operator. Supports filtering by choice_value, collaborator, company, comment, customer, sentiment, metric, survey, tag, team_member, and custom attributes.\").optional(),\n end_date: z.string().describe(\"End date and time in ISO 8601 format to filter answers (e.g., '2024-12-31T23:59:59Z'). If not specified, defaults to current date.\").optional(),\n operator: z.enum([\"and\", \"or\"]).describe(\"Operator to apply between multiple filters.\").optional(),\n page_size: z.number().int().describe(\"Number of records per page (default 100)\").optional(),\n start_date: z.string().describe(\"Start date and time in ISO 8601 format to filter answers (e.g., '2024-01-01T00:00:00Z'). If not specified, defaults to 30 days ago.\").optional(),\n}).describe(\"Request model for searching answers.\");\nconst SimplesatSearchAnswers_AnswerChoiceSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the choice\").nullable().optional(),\n label: z.string().describe(\"Label of the choice\").nullable().optional(),\n value: z.string().describe(\"Value of the choice\").nullable().optional(),\n}).describe(\"Choice information in an answer.\");\nconst SimplesatSearchAnswers_AnswerSurveySchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the survey\").nullable().optional(),\n name: z.string().describe(\"Name of the survey\").nullable().optional(),\n type: z.string().describe(\"Type of the survey\").nullable().optional(),\n}).describe(\"Survey information in an answer.\");\nconst SimplesatSearchAnswers_AnswerQuestionSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the question\").nullable().optional(),\n text: z.string().describe(\"Text of the question\").nullable().optional(),\n type: z.string().describe(\"Type of the question\").nullable().optional(),\n scale: z.string().describe(\"Scale of the question\").nullable().optional(),\n}).describe(\"Question information in an answer.\");\nconst SimplesatSearchAnswers_AnswerSentimentSchema: z.ZodTypeAny = z.object({\n label: z.string().describe(\"Sentiment label\").nullable().optional(),\n value: z.string().describe(\"Sentiment value (e.g., 'positive', 'neutral', 'negative')\").nullable().optional(),\n}).describe(\"Sentiment information in an answer.\");\nconst SimplesatSearchAnswers_FollowUpAnswerChoiceSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the choice\").nullable().optional(),\n label: z.string().describe(\"Label of the choice\").nullable().optional(),\n value: z.string().describe(\"Value of the choice\").nullable().optional(),\n}).describe(\"Follow-up answer choice information.\");\nconst SimplesatSearchAnswers_FollowUpAnswerSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the follow-up answer\").nullable().optional(),\n choice: SimplesatSearchAnswers_FollowUpAnswerChoiceSchema.nullable().optional(),\n rating: z.number().int().describe(\"Rating given in follow-up\").nullable().optional(),\n comment: z.string().describe(\"Comment in follow-up\").nullable().optional(),\n created: z.string().describe(\"Creation timestamp\").nullable().optional(),\n}).describe(\"Follow-up answer information.\");\nconst SimplesatSearchAnswers_AnswerSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the answer\"),\n choice: SimplesatSearchAnswers_AnswerChoiceSchema.nullable().optional(),\n survey: SimplesatSearchAnswers_AnswerSurveySchema.nullable().optional(),\n choices: z.array(SimplesatSearchAnswers_AnswerChoiceSchema).describe(\"List of choices if multiple choices were available\").nullable().optional(),\n comment: z.string().describe(\"Comment text provided by the customer\").nullable().optional(),\n created: z.string().describe(\"Timestamp when the answer was created (ISO 8601 format)\").nullable().optional(),\n modified: z.string().describe(\"Timestamp when the answer was last modified (ISO 8601 format)\").nullable().optional(),\n question: SimplesatSearchAnswers_AnswerQuestionSchema.nullable().optional(),\n sentiment: SimplesatSearchAnswers_AnswerSentimentSchema.nullable().optional(),\n response_id: z.number().int().describe(\"Unique identifier of the response\").nullable().optional(),\n choice_label: z.string().describe(\"Label for the choice\").nullable().optional(),\n follow_up_answer: SimplesatSearchAnswers_FollowUpAnswerSchema.nullable().optional(),\n follow_up_answer_choice: SimplesatSearchAnswers_FollowUpAnswerChoiceSchema.nullable().optional(),\n follow_up_answer_choices: z.array(SimplesatSearchAnswers_FollowUpAnswerChoiceSchema).describe(\"List of follow-up answer choices if multiple were available\").nullable().optional(),\n published_as_testimonial: z.boolean().describe(\"Whether this answer is published as a testimonial\").nullable().optional(),\n}).describe(\"Individual answer object.\");\nexport const SimplesatSearchAnswersOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL to the next page of results, null if no more pages\").nullable().optional(),\n count: z.number().int().describe(\"Total number of answers matching the query\"),\n answers: z.array(SimplesatSearchAnswers_AnswerSchema).describe(\"List of answer objects with detailed information\"),\n previous: z.string().describe(\"URL to the previous page of results, null if on first page\").nullable().optional(),\n}).describe(\"Response model for searching answers.\");\n\nexport const simplesatSearchAnswers = action(\"SIMPLESAT_SEARCH_ANSWERS\", {\n slug: \"simplesat-search-answers\",\n name: \"Search Answers\",\n description: \"Tool to search and retrieve answers from Simplesat with advanced filtering. Use when you need to find specific answers based on filters like date range, choice value, sentiment, survey, customer, or custom attributes. If no filters are provided, returns all answers from the last 30 days by default.\",\n input: SimplesatSearchAnswersInput,\n output: SimplesatSearchAnswersOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,59 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/search-responses.ts
4
+ const SimplesatSearchResponsesInput = zod.z.object({
5
+ page: zod.z.number().int().describe("Page number for pagination. Starts at 1.").optional(),
6
+ filters: zod.z.array(zod.z.object({
7
+ key: zod.z.enum([
8
+ "choice_value",
9
+ "collaborator",
10
+ "company",
11
+ "comment",
12
+ "customer",
13
+ "sentiment",
14
+ "metric",
15
+ "survey",
16
+ "tag",
17
+ "team_member",
18
+ "ticket_id"
19
+ ]).describe("The field to filter on (e.g., choice_value, collaborator, company, comment, customer, sentiment, metric, survey, tag, team_member, ticket_id, or custom attributes)"),
20
+ values: zod.z.array(zod.z.string()).describe("List of values to filter by for the specified key"),
21
+ comparison: zod.z.enum(["is", "is_not"]).describe("Comparison operator for the filter. 'is' checks if the field matches any of the values, 'is_not' checks if the field does not match any of the values.")
22
+ }).describe("Filter object for searching responses.")).describe("Array of filter objects to narrow down responses by specific criteria such as sentiment, customer, team member, survey, etc.").optional(),
23
+ end_date: zod.z.string().describe("The date and time in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ) to end displaying responses. If not specified, defaults to current date/time.").optional(),
24
+ operator: zod.z.enum(["and", "or"]).describe("Operator to combine multiple filters.").optional(),
25
+ page_size: zod.z.number().int().describe("Number of records per page. Default is 100, maximum is 100.").optional(),
26
+ start_date: zod.z.string().describe("The date and time in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ) to start displaying responses. If not specified, defaults to 30 days ago.").optional()
27
+ }).describe("Request model for searching responses.");
28
+ const SimplesatSearchResponses_ResponseDataSchema = zod.z.object({
29
+ id: zod.z.string().describe("Unique identifier of the response").nullable().optional(),
30
+ tags: zod.z.array(zod.z.string()).describe("Tags associated with the response").nullable().optional(),
31
+ metric: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Metric information associated with the response").nullable().optional(),
32
+ survey: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Survey information associated with the response").nullable().optional(),
33
+ comment: zod.z.string().describe("Text comment provided with the response").nullable().optional(),
34
+ customer: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Customer information associated with the response").nullable().optional(),
35
+ sentiment: zod.z.string().describe("Sentiment of the response (positive, neutral, negative)").nullable().optional(),
36
+ ticket_id: zod.z.string().describe("Associated ticket ID if available").nullable().optional(),
37
+ created_at: zod.z.string().describe("Timestamp when the response was created").nullable().optional(),
38
+ team_member: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Team member information associated with the response").nullable().optional(),
39
+ choice_value: zod.z.string().describe("The choice/rating value of the response").nullable().optional(),
40
+ custom_attributes: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom attributes associated with the response").nullable().optional()
41
+ }).describe("Individual response data.");
42
+ const SimplesatSearchResponsesOutput = zod.z.object({
43
+ page: zod.z.number().int().describe("Current page number").nullable().optional(),
44
+ total: zod.z.number().int().describe("Total number of responses matching the criteria").nullable().optional(),
45
+ page_size: zod.z.number().int().describe("Number of records per page").nullable().optional(),
46
+ responses: zod.z.array(SimplesatSearchResponses_ResponseDataSchema).describe("List of response objects matching the search criteria").nullable().optional(),
47
+ total_pages: zod.z.number().int().describe("Total number of pages").nullable().optional()
48
+ }).describe("Response model for searching responses.");
49
+ const simplesatSearchResponses = require_action.action("SIMPLESAT_SEARCH_RESPONSES", {
50
+ slug: "simplesat-search-responses",
51
+ name: "Search Responses",
52
+ description: "Tool to search and retrieve responses from Simplesat by applying specific filters. Returns all responses from the last 30 days by default if no date range is specified. Supports filtering by date range, choice value, collaborator, company, comment, customer, sentiment, metric, survey, tag, team member, ticket_id, and custom attributes. Use this when you need to find specific responses based on criteria like sentiment, customer, or time period.",
53
+ input: SimplesatSearchResponsesInput,
54
+ output: SimplesatSearchResponsesOutput
55
+ });
56
+ //#endregion
57
+ exports.simplesatSearchResponses = simplesatSearchResponses;
58
+
59
+ //# sourceMappingURL=search-responses.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-responses.cjs","names":["z","action"],"sources":["../../src/actions/search-responses.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplesatSearchResponsesInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination. Starts at 1.\").optional(),\n filters: z.array(z.object({\n key: z.enum([\"choice_value\", \"collaborator\", \"company\", \"comment\", \"customer\", \"sentiment\", \"metric\", \"survey\", \"tag\", \"team_member\", \"ticket_id\"]).describe(\"The field to filter on (e.g., choice_value, collaborator, company, comment, customer, sentiment, metric, survey, tag, team_member, ticket_id, or custom attributes)\"),\n values: z.array(z.string()).describe(\"List of values to filter by for the specified key\"),\n comparison: z.enum([\"is\", \"is_not\"]).describe(\"Comparison operator for the filter. 'is' checks if the field matches any of the values, 'is_not' checks if the field does not match any of the values.\"),\n}).describe(\"Filter object for searching responses.\")).describe(\"Array of filter objects to narrow down responses by specific criteria such as sentiment, customer, team member, survey, etc.\").optional(),\n end_date: z.string().describe(\"The date and time in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ) to end displaying responses. If not specified, defaults to current date/time.\").optional(),\n operator: z.enum([\"and\", \"or\"]).describe(\"Operator to combine multiple filters.\").optional(),\n page_size: z.number().int().describe(\"Number of records per page. Default is 100, maximum is 100.\").optional(),\n start_date: z.string().describe(\"The date and time in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ) to start displaying responses. If not specified, defaults to 30 days ago.\").optional(),\n}).describe(\"Request model for searching responses.\");\nconst SimplesatSearchResponses_ResponseDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the response\").nullable().optional(),\n tags: z.array(z.string()).describe(\"Tags associated with the response\").nullable().optional(),\n metric: z.record(z.string(), z.unknown()).describe(\"Metric information associated with the response\").nullable().optional(),\n survey: z.record(z.string(), z.unknown()).describe(\"Survey information associated with the response\").nullable().optional(),\n comment: z.string().describe(\"Text comment provided with the response\").nullable().optional(),\n customer: z.record(z.string(), z.unknown()).describe(\"Customer information associated with the response\").nullable().optional(),\n sentiment: z.string().describe(\"Sentiment of the response (positive, neutral, negative)\").nullable().optional(),\n ticket_id: z.string().describe(\"Associated ticket ID if available\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the response was created\").nullable().optional(),\n team_member: z.record(z.string(), z.unknown()).describe(\"Team member information associated with the response\").nullable().optional(),\n choice_value: z.string().describe(\"The choice/rating value of the response\").nullable().optional(),\n custom_attributes: z.record(z.string(), z.unknown()).describe(\"Custom attributes associated with the response\").nullable().optional(),\n}).describe(\"Individual response data.\");\nexport const SimplesatSearchResponsesOutput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Current page number\").nullable().optional(),\n total: z.number().int().describe(\"Total number of responses matching the criteria\").nullable().optional(),\n page_size: z.number().int().describe(\"Number of records per page\").nullable().optional(),\n responses: z.array(SimplesatSearchResponses_ResponseDataSchema).describe(\"List of response objects matching the search criteria\").nullable().optional(),\n total_pages: z.number().int().describe(\"Total number of pages\").nullable().optional(),\n}).describe(\"Response model for searching responses.\");\n\nexport const simplesatSearchResponses = action(\"SIMPLESAT_SEARCH_RESPONSES\", {\n slug: \"simplesat-search-responses\",\n name: \"Search Responses\",\n description: \"Tool to search and retrieve responses from Simplesat by applying specific filters. Returns all responses from the last 30 days by default if no date range is specified. Supports filtering by date range, choice value, collaborator, company, comment, customer, sentiment, metric, survey, tag, team member, ticket_id, and custom attributes. Use this when you need to find specific responses based on criteria like sentiment, customer, or time period.\",\n input: SimplesatSearchResponsesInput,\n output: SimplesatSearchResponsesOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/search-responses.d.ts
4
+ declare const SimplesatSearchResponsesInput: z.ZodTypeAny;
5
+ declare const SimplesatSearchResponsesOutput: z.ZodTypeAny;
6
+ declare const simplesatSearchResponses: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simplesatSearchResponses };
9
+ //# sourceMappingURL=search-responses.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-responses.d.cts","names":[],"sources":["../../src/actions/search-responses.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAWO;AAAA,cAexC,8BAAA,EAAgC,CAAA,CAAE,UAMO;AAAA,cAEzC,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/search-responses.d.ts
4
+ declare const SimplesatSearchResponsesInput: z.ZodTypeAny;
5
+ declare const SimplesatSearchResponsesOutput: z.ZodTypeAny;
6
+ declare const simplesatSearchResponses: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simplesatSearchResponses };
9
+ //# sourceMappingURL=search-responses.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-responses.d.mts","names":[],"sources":["../../src/actions/search-responses.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAWO;AAAA,cAexC,8BAAA,EAAgC,CAAA,CAAE,UAMO;AAAA,cAEzC,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}