@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
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # @keystrokehq/simplesat
2
+
3
+ Keystroke-managed integration.
4
+
5
+ **App:** `simplesat`
6
+ **Version:** `20260615_00`
7
+ **Actions:** 8
8
+
9
+ ```ts
10
+ import { defineAgent } from "@keystrokehq/keystroke/agent";
11
+ import { simplesatCreateOrUpdateCustomer2 } from "@keystrokehq/simplesat/actions";
12
+
13
+ export default defineAgent({
14
+ key: "simplesat-agent",
15
+ tools: [simplesatCreateOrUpdateCustomer2],
16
+ });
17
+ ```
@@ -0,0 +1,21 @@
1
+ const require_app = require("./app.cjs");
2
+ const require_execute = require("./execute.cjs");
3
+ require("zod");
4
+ //#region src/action.ts
5
+ /** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
6
+ function action(tool, def) {
7
+ return require_app.simplesat.action({
8
+ slug: def.slug,
9
+ name: def.name,
10
+ description: def.description,
11
+ input: def.input,
12
+ output: def.output,
13
+ async run(input) {
14
+ return def.output.parse(await require_execute.executeSimplesatTool(tool, input));
15
+ }
16
+ });
17
+ }
18
+ //#endregion
19
+ exports.action = action;
20
+
21
+ //# sourceMappingURL=action.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.cjs","names":["simplesat","executeSimplesatTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { simplesat } from \"./app\";\nimport { executeSimplesatTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return simplesat.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeSimplesatTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAOA,YAAAA,UAAU,OAAO;EACtB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAMC,gBAAAA,qBAAqB,MAAM,KAAgC,CAAC;EAC5F;CACF,CAAC;AACH"}
@@ -0,0 +1,21 @@
1
+ import { simplesat } from "./app.mjs";
2
+ import { executeSimplesatTool } from "./execute.mjs";
3
+ import "zod";
4
+ //#region src/action.ts
5
+ /** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
6
+ function action(tool, def) {
7
+ return simplesat.action({
8
+ slug: def.slug,
9
+ name: def.name,
10
+ description: def.description,
11
+ input: def.input,
12
+ output: def.output,
13
+ async run(input) {
14
+ return def.output.parse(await executeSimplesatTool(tool, input));
15
+ }
16
+ });
17
+ }
18
+ //#endregion
19
+ export { action };
20
+
21
+ //# sourceMappingURL=action.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { simplesat } from \"./app\";\nimport { executeSimplesatTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return simplesat.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeSimplesatTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAO,UAAU,OAAO;EACtB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAM,qBAAqB,MAAM,KAAgC,CAAC;EAC5F;CACF,CAAC;AACH"}
@@ -0,0 +1,31 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-or-update-customer2.ts
4
+ const SimplesatCreateOrUpdateCustomer2Input = zod.z.object({
5
+ name: zod.z.string().describe("Full name of the customer").optional(),
6
+ tags: zod.z.array(zod.z.string()).describe("Array of tag strings to associate with the customer").optional(),
7
+ email: zod.z.string().describe("Email address of the customer (used as unique identifier)"),
8
+ company: zod.z.string().describe("Company name of the customer").optional(),
9
+ external_id: zod.z.string().describe("External ID for the customer from your system for integrations with other systems").optional(),
10
+ custom_attributes: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Object with custom attribute key-value pairs. Any custom attribute fields that didn't previously exist will be created.").optional()
11
+ }).describe("Request model for creating or updating a customer.");
12
+ const SimplesatCreateOrUpdateCustomer2Output = zod.z.object({
13
+ id: zod.z.number().int().describe("Unique identifier of the customer in Simplesat"),
14
+ name: zod.z.string().describe("Full name of the customer").nullable().optional(),
15
+ tags: zod.z.array(zod.z.string()).describe("List of tags associated with the customer").nullable().optional(),
16
+ email: zod.z.string().describe("Email address of the customer"),
17
+ company: zod.z.string().describe("Company name of the customer").nullable().optional(),
18
+ external_id: zod.z.string().describe("External ID for integrations with other systems").nullable().optional(),
19
+ custom_attributes: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom attributes of the customer").nullable().optional()
20
+ }).describe("Response model for creating or updating a customer.");
21
+ const simplesatCreateOrUpdateCustomer2 = require_action.action("SIMPLESAT_CREATE_OR_UPDATE_CUSTOMER2", {
22
+ slug: "simplesat-create-or-update-customer2",
23
+ name: "Create or Update Customer V2",
24
+ description: "Tool to create a new customer or update an existing customer if one already exists with the same email. Use when you need to add or modify customer information including name, email, company, tags, external_id, and custom attributes.",
25
+ input: SimplesatCreateOrUpdateCustomer2Input,
26
+ output: SimplesatCreateOrUpdateCustomer2Output
27
+ });
28
+ //#endregion
29
+ exports.simplesatCreateOrUpdateCustomer2 = simplesatCreateOrUpdateCustomer2;
30
+
31
+ //# sourceMappingURL=create-or-update-customer2.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-or-update-customer2.cjs","names":["z","action"],"sources":["../../src/actions/create-or-update-customer2.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplesatCreateOrUpdateCustomer2Input: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Full name of the customer\").optional(),\n tags: z.array(z.string()).describe(\"Array of tag strings to associate with the customer\").optional(),\n email: z.string().describe(\"Email address of the customer (used as unique identifier)\"),\n company: z.string().describe(\"Company name of the customer\").optional(),\n external_id: z.string().describe(\"External ID for the customer from your system for integrations with other systems\").optional(),\n custom_attributes: z.record(z.string(), z.unknown()).describe(\"Object with custom attribute key-value pairs. Any custom attribute fields that didn't previously exist will be created.\").optional(),\n}).describe(\"Request model for creating or updating a customer.\");\nexport const SimplesatCreateOrUpdateCustomer2Output: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the customer in Simplesat\"),\n name: z.string().describe(\"Full name of the customer\").nullable().optional(),\n tags: z.array(z.string()).describe(\"List of tags associated with the customer\").nullable().optional(),\n email: z.string().describe(\"Email address of the customer\"),\n company: z.string().describe(\"Company name of the customer\").nullable().optional(),\n external_id: z.string().describe(\"External ID for integrations with other systems\").nullable().optional(),\n custom_attributes: z.record(z.string(), z.unknown()).describe(\"Custom attributes of the customer\").nullable().optional(),\n}).describe(\"Response model for creating or updating a customer.\");\n\nexport const simplesatCreateOrUpdateCustomer2 = action(\"SIMPLESAT_CREATE_OR_UPDATE_CUSTOMER2\", {\n slug: \"simplesat-create-or-update-customer2\",\n name: \"Create or Update Customer V2\",\n description: \"Tool to create a new customer or update an existing customer if one already exists with the same email. Use when you need to add or modify customer information including name, email, company, tags, external_id, and custom attributes.\",\n input: SimplesatCreateOrUpdateCustomer2Input,\n output: SimplesatCreateOrUpdateCustomer2Output,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAChE,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CACnG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CACtF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACtE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;CAC/H,mBAAmBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,yHAAyH,CAAC,CAAC,SAAS;AACpM,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,yCAAuDA,IAAAA,EAAE,OAAO;CAC3E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC1D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,mBAAmBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzH,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAEjE,MAAa,mCAAmCC,eAAAA,OAAO,wCAAwC;CAC7F,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/create-or-update-customer2.d.ts
4
+ declare const SimplesatCreateOrUpdateCustomer2Input: z.ZodTypeAny;
5
+ declare const SimplesatCreateOrUpdateCustomer2Output: z.ZodTypeAny;
6
+ declare const simplesatCreateOrUpdateCustomer2: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simplesatCreateOrUpdateCustomer2 };
9
+ //# sourceMappingURL=create-or-update-customer2.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-or-update-customer2.d.cts","names":[],"sources":["../../src/actions/create-or-update-customer2.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAOW;AAAA,cACpD,sCAAA,EAAwC,CAAA,CAAE,UAQW;AAAA,cAErD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-or-update-customer2.d.ts
4
+ declare const SimplesatCreateOrUpdateCustomer2Input: z.ZodTypeAny;
5
+ declare const SimplesatCreateOrUpdateCustomer2Output: z.ZodTypeAny;
6
+ declare const simplesatCreateOrUpdateCustomer2: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simplesatCreateOrUpdateCustomer2 };
9
+ //# sourceMappingURL=create-or-update-customer2.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-or-update-customer2.d.mts","names":[],"sources":["../../src/actions/create-or-update-customer2.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAOW;AAAA,cACpD,sCAAA,EAAwC,CAAA,CAAE,UAQW;AAAA,cAErD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,28 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const simplesatCreateOrUpdateCustomer2 = action("SIMPLESAT_CREATE_OR_UPDATE_CUSTOMER2", {
4
+ slug: "simplesat-create-or-update-customer2",
5
+ name: "Create or Update Customer V2",
6
+ description: "Tool to create a new customer or update an existing customer if one already exists with the same email. Use when you need to add or modify customer information including name, email, company, tags, external_id, and custom attributes.",
7
+ input: z.object({
8
+ name: z.string().describe("Full name of the customer").optional(),
9
+ tags: z.array(z.string()).describe("Array of tag strings to associate with the customer").optional(),
10
+ email: z.string().describe("Email address of the customer (used as unique identifier)"),
11
+ company: z.string().describe("Company name of the customer").optional(),
12
+ external_id: z.string().describe("External ID for the customer from your system for integrations with other systems").optional(),
13
+ custom_attributes: z.record(z.string(), z.unknown()).describe("Object with custom attribute key-value pairs. Any custom attribute fields that didn't previously exist will be created.").optional()
14
+ }).describe("Request model for creating or updating a customer."),
15
+ output: z.object({
16
+ id: z.number().int().describe("Unique identifier of the customer in Simplesat"),
17
+ name: z.string().describe("Full name of the customer").nullable().optional(),
18
+ tags: z.array(z.string()).describe("List of tags associated with the customer").nullable().optional(),
19
+ email: z.string().describe("Email address of the customer"),
20
+ company: z.string().describe("Company name of the customer").nullable().optional(),
21
+ external_id: z.string().describe("External ID for integrations with other systems").nullable().optional(),
22
+ custom_attributes: z.record(z.string(), z.unknown()).describe("Custom attributes of the customer").nullable().optional()
23
+ }).describe("Response model for creating or updating a customer.")
24
+ });
25
+ //#endregion
26
+ export { simplesatCreateOrUpdateCustomer2 };
27
+
28
+ //# sourceMappingURL=create-or-update-customer2.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-or-update-customer2.mjs","names":[],"sources":["../../src/actions/create-or-update-customer2.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplesatCreateOrUpdateCustomer2Input: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Full name of the customer\").optional(),\n tags: z.array(z.string()).describe(\"Array of tag strings to associate with the customer\").optional(),\n email: z.string().describe(\"Email address of the customer (used as unique identifier)\"),\n company: z.string().describe(\"Company name of the customer\").optional(),\n external_id: z.string().describe(\"External ID for the customer from your system for integrations with other systems\").optional(),\n custom_attributes: z.record(z.string(), z.unknown()).describe(\"Object with custom attribute key-value pairs. Any custom attribute fields that didn't previously exist will be created.\").optional(),\n}).describe(\"Request model for creating or updating a customer.\");\nexport const SimplesatCreateOrUpdateCustomer2Output: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the customer in Simplesat\"),\n name: z.string().describe(\"Full name of the customer\").nullable().optional(),\n tags: z.array(z.string()).describe(\"List of tags associated with the customer\").nullable().optional(),\n email: z.string().describe(\"Email address of the customer\"),\n company: z.string().describe(\"Company name of the customer\").nullable().optional(),\n external_id: z.string().describe(\"External ID for integrations with other systems\").nullable().optional(),\n custom_attributes: z.record(z.string(), z.unknown()).describe(\"Custom attributes of the customer\").nullable().optional(),\n}).describe(\"Response model for creating or updating a customer.\");\n\nexport const simplesatCreateOrUpdateCustomer2 = action(\"SIMPLESAT_CREATE_OR_UPDATE_CUSTOMER2\", {\n slug: \"simplesat-create-or-update-customer2\",\n name: \"Create or Update Customer V2\",\n description: \"Tool to create a new customer or update an existing customer if one already exists with the same email. Use when you need to add or modify customer information including name, email, company, tags, external_id, and custom attributes.\",\n input: SimplesatCreateOrUpdateCustomer2Input,\n output: SimplesatCreateOrUpdateCustomer2Output,\n});\n"],"mappings":";;AAsBA,MAAa,mCAAmC,OAAO,wCAAwC;CAC7F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAtBiE,EAAE,OAAO;EAC1E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EAChE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;EACnG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EACtF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;EACtE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;EAC/H,mBAAmB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,yHAAyH,CAAC,CAAC,SAAS;CACpM,CAAC,CAAC,CAAC,SAAS,oDAeH;CACP,QAfkE,EAAE,OAAO;EAC3E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;EAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3E,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EAC1D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,mBAAmB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,CAAC,CAAC,CAAC,SAAS,qDAOF;AACV,CAAC"}
@@ -0,0 +1,32 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-or-update-team-member.ts
4
+ const SimplesatCreateOrUpdateTeamMemberInput = zod.z.object({
5
+ email: zod.z.string().describe("Email address of the team member"),
6
+ phone: zod.z.string().describe("Phone number of the team member").optional(),
7
+ title: zod.z.string().describe("Job title of the team member").optional(),
8
+ last_name: zod.z.string().describe("Last name of the team member"),
9
+ first_name: zod.z.string().describe("First name of the team member")
10
+ }).describe("Request model for creating or updating a team member.");
11
+ const SimplesatCreateOrUpdateTeamMemberOutput = zod.z.object({
12
+ id: zod.z.string().describe("Unique identifier of the team member in Simplesat"),
13
+ name: zod.z.string().describe("Full name of the team member (may be auto-generated from first and last name)").nullable().optional(),
14
+ email: zod.z.string().describe("Email address of the team member"),
15
+ phone: zod.z.string().describe("Phone number of the team member").nullable().optional(),
16
+ title: zod.z.string().describe("Job title of the team member").nullable().optional(),
17
+ last_name: zod.z.string().describe("Last name of the team member"),
18
+ first_name: zod.z.string().describe("First name of the team member"),
19
+ external_id: zod.z.string().describe("External identifier for the team member from an integrated system").nullable().optional(),
20
+ custom_attributes: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom attributes associated with the team member").nullable().optional()
21
+ }).describe("Response model for creating or updating a team member.");
22
+ const simplesatCreateOrUpdateTeamMember = require_action.action("SIMPLESAT_CREATE_OR_UPDATE_TEAM_MEMBER", {
23
+ slug: "simplesat-create-or-update-team-member",
24
+ name: "Create or Update Team Member",
25
+ description: "This tool creates a new team member or updates an existing one if a team member with the same email address is found. It is an independent action that requires only basic team member information (email, first_name, last_name, and optionally title and phone) and does not depend on any other resource IDs.",
26
+ input: SimplesatCreateOrUpdateTeamMemberInput,
27
+ output: SimplesatCreateOrUpdateTeamMemberOutput
28
+ });
29
+ //#endregion
30
+ exports.simplesatCreateOrUpdateTeamMember = simplesatCreateOrUpdateTeamMember;
31
+
32
+ //# sourceMappingURL=create-or-update-team-member.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-or-update-team-member.cjs","names":["z","action"],"sources":["../../src/actions/create-or-update-team-member.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplesatCreateOrUpdateTeamMemberInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address of the team member\"),\n phone: z.string().describe(\"Phone number of the team member\").optional(),\n title: z.string().describe(\"Job title of the team member\").optional(),\n last_name: z.string().describe(\"Last name of the team member\"),\n first_name: z.string().describe(\"First name of the team member\"),\n}).describe(\"Request model for creating or updating a team member.\");\nexport const SimplesatCreateOrUpdateTeamMemberOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the team member in Simplesat\"),\n name: z.string().describe(\"Full name of the team member (may be auto-generated from first and last name)\").nullable().optional(),\n email: z.string().describe(\"Email address of the team member\"),\n phone: z.string().describe(\"Phone number of the team member\").nullable().optional(),\n title: z.string().describe(\"Job title of the team member\").nullable().optional(),\n last_name: z.string().describe(\"Last name of the team member\"),\n first_name: z.string().describe(\"First name of the team member\"),\n external_id: z.string().describe(\"External identifier for the team member from an integrated system\").nullable().optional(),\n custom_attributes: z.record(z.string(), z.unknown()).describe(\"Custom attributes associated with the team member\").nullable().optional(),\n}).describe(\"Response model for creating or updating a team member.\");\n\nexport const simplesatCreateOrUpdateTeamMember = action(\"SIMPLESAT_CREATE_OR_UPDATE_TEAM_MEMBER\", {\n slug: \"simplesat-create-or-update-team-member\",\n name: \"Create or Update Team Member\",\n description: \"This tool creates a new team member or updates an existing one if a team member with the same email address is found. It is an independent action that requires only basic team member information (email, first_name, last_name, and optionally title and phone) and does not depend on any other resource IDs.\",\n input: SimplesatCreateOrUpdateTeamMemberInput,\n output: SimplesatCreateOrUpdateTeamMemberOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAuDA,IAAAA,EAAE,OAAO;CAC3E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC7D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACvE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACpE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CAC7D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;AACjE,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAa,0CAAwDA,IAAAA,EAAE,OAAO;CAC5E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAC3E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/H,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC7D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CAC7D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC/D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,mBAAmBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzI,CAAC,CAAC,CAAC,SAAS,wDAAwD;AAEpE,MAAa,oCAAoCC,eAAAA,OAAO,0CAA0C;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/create-or-update-team-member.d.ts
4
+ declare const SimplesatCreateOrUpdateTeamMemberInput: z.ZodTypeAny;
5
+ declare const SimplesatCreateOrUpdateTeamMemberOutput: z.ZodTypeAny;
6
+ declare const simplesatCreateOrUpdateTeamMember: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simplesatCreateOrUpdateTeamMember };
9
+ //# sourceMappingURL=create-or-update-team-member.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-or-update-team-member.d.cts","names":[],"sources":["../../src/actions/create-or-update-team-member.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAMa;AAAA,cACvD,uCAAA,EAAyC,CAAA,CAAE,UAUa;AAAA,cAExD,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-or-update-team-member.d.ts
4
+ declare const SimplesatCreateOrUpdateTeamMemberInput: z.ZodTypeAny;
5
+ declare const SimplesatCreateOrUpdateTeamMemberOutput: z.ZodTypeAny;
6
+ declare const simplesatCreateOrUpdateTeamMember: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simplesatCreateOrUpdateTeamMember };
9
+ //# sourceMappingURL=create-or-update-team-member.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-or-update-team-member.d.mts","names":[],"sources":["../../src/actions/create-or-update-team-member.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAMa;AAAA,cACvD,uCAAA,EAAyC,CAAA,CAAE,UAUa;AAAA,cAExD,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,29 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const simplesatCreateOrUpdateTeamMember = action("SIMPLESAT_CREATE_OR_UPDATE_TEAM_MEMBER", {
4
+ slug: "simplesat-create-or-update-team-member",
5
+ name: "Create or Update Team Member",
6
+ description: "This tool creates a new team member or updates an existing one if a team member with the same email address is found. It is an independent action that requires only basic team member information (email, first_name, last_name, and optionally title and phone) and does not depend on any other resource IDs.",
7
+ input: z.object({
8
+ email: z.string().describe("Email address of the team member"),
9
+ phone: z.string().describe("Phone number of the team member").optional(),
10
+ title: z.string().describe("Job title of the team member").optional(),
11
+ last_name: z.string().describe("Last name of the team member"),
12
+ first_name: z.string().describe("First name of the team member")
13
+ }).describe("Request model for creating or updating a team member."),
14
+ output: z.object({
15
+ id: z.string().describe("Unique identifier of the team member in Simplesat"),
16
+ name: z.string().describe("Full name of the team member (may be auto-generated from first and last name)").nullable().optional(),
17
+ email: z.string().describe("Email address of the team member"),
18
+ phone: z.string().describe("Phone number of the team member").nullable().optional(),
19
+ title: z.string().describe("Job title of the team member").nullable().optional(),
20
+ last_name: z.string().describe("Last name of the team member"),
21
+ first_name: z.string().describe("First name of the team member"),
22
+ external_id: z.string().describe("External identifier for the team member from an integrated system").nullable().optional(),
23
+ custom_attributes: z.record(z.string(), z.unknown()).describe("Custom attributes associated with the team member").nullable().optional()
24
+ }).describe("Response model for creating or updating a team member.")
25
+ });
26
+ //#endregion
27
+ export { simplesatCreateOrUpdateTeamMember };
28
+
29
+ //# sourceMappingURL=create-or-update-team-member.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-or-update-team-member.mjs","names":[],"sources":["../../src/actions/create-or-update-team-member.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplesatCreateOrUpdateTeamMemberInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address of the team member\"),\n phone: z.string().describe(\"Phone number of the team member\").optional(),\n title: z.string().describe(\"Job title of the team member\").optional(),\n last_name: z.string().describe(\"Last name of the team member\"),\n first_name: z.string().describe(\"First name of the team member\"),\n}).describe(\"Request model for creating or updating a team member.\");\nexport const SimplesatCreateOrUpdateTeamMemberOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the team member in Simplesat\"),\n name: z.string().describe(\"Full name of the team member (may be auto-generated from first and last name)\").nullable().optional(),\n email: z.string().describe(\"Email address of the team member\"),\n phone: z.string().describe(\"Phone number of the team member\").nullable().optional(),\n title: z.string().describe(\"Job title of the team member\").nullable().optional(),\n last_name: z.string().describe(\"Last name of the team member\"),\n first_name: z.string().describe(\"First name of the team member\"),\n external_id: z.string().describe(\"External identifier for the team member from an integrated system\").nullable().optional(),\n custom_attributes: z.record(z.string(), z.unknown()).describe(\"Custom attributes associated with the team member\").nullable().optional(),\n}).describe(\"Response model for creating or updating a team member.\");\n\nexport const simplesatCreateOrUpdateTeamMember = action(\"SIMPLESAT_CREATE_OR_UPDATE_TEAM_MEMBER\", {\n slug: \"simplesat-create-or-update-team-member\",\n name: \"Create or Update Team Member\",\n description: \"This tool creates a new team member or updates an existing one if a team member with the same email address is found. It is an independent action that requires only basic team member information (email, first_name, last_name, and optionally title and phone) and does not depend on any other resource IDs.\",\n input: SimplesatCreateOrUpdateTeamMemberInput,\n output: SimplesatCreateOrUpdateTeamMemberOutput,\n});\n"],"mappings":";;AAuBA,MAAa,oCAAoC,OAAO,0CAA0C;CAChG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAvBkE,EAAE,OAAO;EAC3E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;EAC7D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;EACvE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;EACpE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;EAC7D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACjE,CAAC,CAAC,CAAC,SAAS,uDAiBH;CACP,QAjBmE,EAAE,OAAO;EAC5E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;EAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/H,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;EAC7D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;EAC7D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EAC/D,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1H,mBAAmB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,CAAC,CAAC,CAAC,SAAS,wDAOF;AACV,CAAC"}
@@ -0,0 +1,24 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-customer.ts
4
+ const SimplesatGetCustomerInput = zod.z.object({ id: zod.z.string().describe("Unique identifier of the customer in Simplesat") }).describe("Request model for getting a customer.");
5
+ const SimplesatGetCustomerOutput = zod.z.object({
6
+ id: zod.z.number().int().describe("Unique identifier of the customer in Simplesat"),
7
+ name: zod.z.string().describe("Full name of the customer").nullable().optional(),
8
+ tags: zod.z.array(zod.z.string()).describe("List of tags associated with the customer").nullable().optional(),
9
+ email: zod.z.string().describe("Email address of the customer").nullable().optional(),
10
+ company: zod.z.string().describe("Company name of the customer").nullable().optional(),
11
+ external_id: zod.z.record(zod.z.string(), zod.z.unknown()).describe("External identifier for integrations with other systems").nullable().optional(),
12
+ custom_attributes: zod.z.object({}).describe("Custom attributes of the customer").nullable().optional()
13
+ }).describe("Response model for getting a customer.");
14
+ const simplesatGetCustomer = require_action.action("SIMPLESAT_GET_CUSTOMER", {
15
+ slug: "simplesat-get-customer",
16
+ name: "Get Customer",
17
+ description: "Tool to retrieve a single customer by their Simplesat ID. Returns customer details including name, email, company, tags, and custom attributes.",
18
+ input: SimplesatGetCustomerInput,
19
+ output: SimplesatGetCustomerOutput
20
+ });
21
+ //#endregion
22
+ exports.simplesatGetCustomer = simplesatGetCustomer;
23
+
24
+ //# sourceMappingURL=get-customer.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-customer.cjs","names":["z","action"],"sources":["../../src/actions/get-customer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplesatGetCustomerInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the customer in Simplesat\"),\n}).describe(\"Request model for getting a customer.\");\nexport const SimplesatGetCustomerOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the customer in Simplesat\"),\n name: z.string().describe(\"Full name of the customer\").nullable().optional(),\n tags: z.array(z.string()).describe(\"List of tags associated with the customer\").nullable().optional(),\n email: z.string().describe(\"Email address of the customer\").nullable().optional(),\n company: z.string().describe(\"Company name of the customer\").nullable().optional(),\n external_id: z.record(z.string(), z.unknown()).describe(\"External identifier for integrations with other systems\").nullable().optional(),\n custom_attributes: z.object({}).describe(\"Custom attributes of the customer\").nullable().optional(),\n}).describe(\"Response model for getting a customer.\");\n\nexport const simplesatGetCustomer = action(\"SIMPLESAT_GET_CUSTOMER\", {\n slug: \"simplesat-get-customer\",\n name: \"Get Customer\",\n description: \"Tool to retrieve a single customer by their Simplesat ID. Returns customer details including name, email, company, tags, and custom attributes.\",\n input: SimplesatGetCustomerInput,\n output: SimplesatGetCustomerOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC1E,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,aAAaA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvI,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAEpD,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/get-customer.d.ts
4
+ declare const SimplesatGetCustomerInput: z.ZodTypeAny;
5
+ declare const SimplesatGetCustomerOutput: z.ZodTypeAny;
6
+ declare const simplesatGetCustomer: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simplesatGetCustomer };
9
+ //# sourceMappingURL=get-customer.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-customer.d.cts","names":[],"sources":["../../src/actions/get-customer.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEU;AAAA,cACvC,0BAAA,EAA4B,CAAA,CAAE,UAQU;AAAA,cAExC,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-customer.d.ts
4
+ declare const SimplesatGetCustomerInput: z.ZodTypeAny;
5
+ declare const SimplesatGetCustomerOutput: z.ZodTypeAny;
6
+ declare const simplesatGetCustomer: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simplesatGetCustomer };
9
+ //# sourceMappingURL=get-customer.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-customer.d.mts","names":[],"sources":["../../src/actions/get-customer.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEU;AAAA,cACvC,0BAAA,EAA4B,CAAA,CAAE,UAQU;AAAA,cAExC,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,21 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const simplesatGetCustomer = action("SIMPLESAT_GET_CUSTOMER", {
4
+ slug: "simplesat-get-customer",
5
+ name: "Get Customer",
6
+ description: "Tool to retrieve a single customer by their Simplesat ID. Returns customer details including name, email, company, tags, and custom attributes.",
7
+ input: z.object({ id: z.string().describe("Unique identifier of the customer in Simplesat") }).describe("Request model for getting a customer."),
8
+ output: z.object({
9
+ id: z.number().int().describe("Unique identifier of the customer in Simplesat"),
10
+ name: z.string().describe("Full name of the customer").nullable().optional(),
11
+ tags: z.array(z.string()).describe("List of tags associated with the customer").nullable().optional(),
12
+ email: z.string().describe("Email address of the customer").nullable().optional(),
13
+ company: z.string().describe("Company name of the customer").nullable().optional(),
14
+ external_id: z.record(z.string(), z.unknown()).describe("External identifier for integrations with other systems").nullable().optional(),
15
+ custom_attributes: z.object({}).describe("Custom attributes of the customer").nullable().optional()
16
+ }).describe("Response model for getting a customer.")
17
+ });
18
+ //#endregion
19
+ export { simplesatGetCustomer };
20
+
21
+ //# sourceMappingURL=get-customer.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-customer.mjs","names":[],"sources":["../../src/actions/get-customer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplesatGetCustomerInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the customer in Simplesat\"),\n}).describe(\"Request model for getting a customer.\");\nexport const SimplesatGetCustomerOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the customer in Simplesat\"),\n name: z.string().describe(\"Full name of the customer\").nullable().optional(),\n tags: z.array(z.string()).describe(\"List of tags associated with the customer\").nullable().optional(),\n email: z.string().describe(\"Email address of the customer\").nullable().optional(),\n company: z.string().describe(\"Company name of the customer\").nullable().optional(),\n external_id: z.record(z.string(), z.unknown()).describe(\"External identifier for integrations with other systems\").nullable().optional(),\n custom_attributes: z.object({}).describe(\"Custom attributes of the customer\").nullable().optional(),\n}).describe(\"Response model for getting a customer.\");\n\nexport const simplesatGetCustomer = action(\"SIMPLESAT_GET_CUSTOMER\", {\n slug: \"simplesat-get-customer\",\n name: \"Get Customer\",\n description: \"Tool to retrieve a single customer by their Simplesat ID. Returns customer details including name, email, company, tags, and custom attributes.\",\n input: SimplesatGetCustomerInput,\n output: SimplesatGetCustomerOutput,\n});\n"],"mappings":";;AAiBA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAjBqD,EAAE,OAAO,EAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC1E,CAAC,CAAC,CAAC,SAAS,uCAeH;CACP,QAfsD,EAAE,OAAO;EAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;EAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3E,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjF,aAAa,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvI,mBAAmB,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,CAAC,CAAC,CAAC,SAAS,wCAOF;AACV,CAAC"}
@@ -0,0 +1,17 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_create_or_update_customer2 = require("./create-or-update-customer2.cjs");
3
+ const require_create_or_update_team_member = require("./create-or-update-team-member.cjs");
4
+ const require_get_customer = require("./get-customer.cjs");
5
+ const require_list_questions = require("./list-questions.cjs");
6
+ const require_list_surveys = require("./list-surveys.cjs");
7
+ const require_search_answers = require("./search-answers.cjs");
8
+ const require_search_responses = require("./search-responses.cjs");
9
+ const require_update_customer = require("./update-customer.cjs");
10
+ exports.simplesatCreateOrUpdateCustomer2 = require_create_or_update_customer2.simplesatCreateOrUpdateCustomer2;
11
+ exports.simplesatCreateOrUpdateTeamMember = require_create_or_update_team_member.simplesatCreateOrUpdateTeamMember;
12
+ exports.simplesatGetCustomer = require_get_customer.simplesatGetCustomer;
13
+ exports.simplesatListQuestions = require_list_questions.simplesatListQuestions;
14
+ exports.simplesatListSurveys = require_list_surveys.simplesatListSurveys;
15
+ exports.simplesatSearchAnswers = require_search_answers.simplesatSearchAnswers;
16
+ exports.simplesatSearchResponses = require_search_responses.simplesatSearchResponses;
17
+ exports.simplesatUpdateCustomer = require_update_customer.simplesatUpdateCustomer;
@@ -0,0 +1,9 @@
1
+ import { simplesatCreateOrUpdateCustomer2 } from "./create-or-update-customer2.cjs";
2
+ import { simplesatCreateOrUpdateTeamMember } from "./create-or-update-team-member.cjs";
3
+ import { simplesatGetCustomer } from "./get-customer.cjs";
4
+ import { simplesatListQuestions } from "./list-questions.cjs";
5
+ import { simplesatListSurveys } from "./list-surveys.cjs";
6
+ import { simplesatSearchAnswers } from "./search-answers.cjs";
7
+ import { simplesatSearchResponses } from "./search-responses.cjs";
8
+ import { simplesatUpdateCustomer } from "./update-customer.cjs";
9
+ export { simplesatCreateOrUpdateCustomer2, simplesatCreateOrUpdateTeamMember, simplesatGetCustomer, simplesatListQuestions, simplesatListSurveys, simplesatSearchAnswers, simplesatSearchResponses, simplesatUpdateCustomer };
@@ -0,0 +1,9 @@
1
+ import { simplesatCreateOrUpdateCustomer2 } from "./create-or-update-customer2.mjs";
2
+ import { simplesatCreateOrUpdateTeamMember } from "./create-or-update-team-member.mjs";
3
+ import { simplesatGetCustomer } from "./get-customer.mjs";
4
+ import { simplesatListQuestions } from "./list-questions.mjs";
5
+ import { simplesatListSurveys } from "./list-surveys.mjs";
6
+ import { simplesatSearchAnswers } from "./search-answers.mjs";
7
+ import { simplesatSearchResponses } from "./search-responses.mjs";
8
+ import { simplesatUpdateCustomer } from "./update-customer.mjs";
9
+ export { simplesatCreateOrUpdateCustomer2, simplesatCreateOrUpdateTeamMember, simplesatGetCustomer, simplesatListQuestions, simplesatListSurveys, simplesatSearchAnswers, simplesatSearchResponses, simplesatUpdateCustomer };
@@ -0,0 +1,9 @@
1
+ import { simplesatCreateOrUpdateCustomer2 } from "./create-or-update-customer2.mjs";
2
+ import { simplesatCreateOrUpdateTeamMember } from "./create-or-update-team-member.mjs";
3
+ import { simplesatGetCustomer } from "./get-customer.mjs";
4
+ import { simplesatListQuestions } from "./list-questions.mjs";
5
+ import { simplesatListSurveys } from "./list-surveys.mjs";
6
+ import { simplesatSearchAnswers } from "./search-answers.mjs";
7
+ import { simplesatSearchResponses } from "./search-responses.mjs";
8
+ import { simplesatUpdateCustomer } from "./update-customer.mjs";
9
+ export { simplesatCreateOrUpdateCustomer2, simplesatCreateOrUpdateTeamMember, simplesatGetCustomer, simplesatListQuestions, simplesatListSurveys, simplesatSearchAnswers, simplesatSearchResponses, simplesatUpdateCustomer };
@@ -0,0 +1,55 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-questions.ts
4
+ const SimplesatListQuestionsInput = zod.z.object({
5
+ page: zod.z.number().int().describe("Page number for pagination (starts at 1)").optional(),
6
+ metric: zod.z.enum([
7
+ "csat",
8
+ "nps",
9
+ "ces"
10
+ ]).describe("Metric type enum for filtering questions.").optional(),
11
+ page_size: zod.z.number().int().describe("Number of records per page (default 100)").optional(),
12
+ survey_id: zod.z.number().int().describe("Filter questions by survey ID").optional()
13
+ }).describe("Request model for listing questions.");
14
+ const SimplesatListQuestions_QuestionRuleSchema = zod.z.object({
15
+ id: zod.z.number().int().describe("Rule ID").nullable().optional(),
16
+ action: zod.z.string().describe("Rule action").nullable().optional(),
17
+ condition: zod.z.string().describe("Rule condition").nullable().optional()
18
+ }).describe("Conditional rule for a question.");
19
+ const SimplesatListQuestions_QuestionSurveySchema = zod.z.object({
20
+ id: zod.z.number().int().describe("Survey ID").nullable().optional(),
21
+ name: zod.z.string().describe("Survey name").nullable().optional()
22
+ }).describe("Survey details within a question.");
23
+ const SimplesatListQuestions_QuestionChoiceSchema = zod.z.object({
24
+ id: zod.z.number().int().describe("Choice ID").nullable().optional(),
25
+ text: zod.z.string().describe("Choice text").nullable().optional(),
26
+ order: zod.z.number().int().describe("Order of the choice").nullable().optional()
27
+ }).describe("Choice option for a question.");
28
+ const SimplesatListQuestions_QuestionSchema = zod.z.object({
29
+ id: zod.z.number().int().describe("Question ID"),
30
+ text: zod.z.string().describe("Question text"),
31
+ order: zod.z.number().int().describe("Display order of the question").nullable().optional(),
32
+ rules: zod.z.array(SimplesatListQuestions_QuestionRuleSchema).describe("List of conditional rules for the question").nullable().optional(),
33
+ metric: zod.z.string().describe("Metric type (csat, nps, or ces)").nullable().optional(),
34
+ survey: SimplesatListQuestions_QuestionSurveySchema.nullable().optional(),
35
+ choices: zod.z.array(SimplesatListQuestions_QuestionChoiceSchema).describe("List of choice options for the question").nullable().optional(),
36
+ required: zod.z.boolean().describe("Whether the question is required").nullable().optional(),
37
+ rating_scale: zod.z.boolean().describe("Whether the question uses a rating scale").nullable().optional()
38
+ }).describe("Individual question details.");
39
+ const SimplesatListQuestionsOutput = zod.z.object({
40
+ next: zod.z.string().describe("URL for the next page of results").nullable().optional(),
41
+ count: zod.z.number().int().describe("Total count of questions"),
42
+ previous: zod.z.string().describe("URL for the previous page of results").nullable().optional(),
43
+ questions: zod.z.array(SimplesatListQuestions_QuestionSchema).describe("List of questions")
44
+ }).describe("Response model for listing questions.");
45
+ const simplesatListQuestions = require_action.action("SIMPLESAT_LIST_QUESTIONS", {
46
+ slug: "simplesat-list-questions",
47
+ name: "List Questions",
48
+ 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.",
49
+ input: SimplesatListQuestionsInput,
50
+ output: SimplesatListQuestionsOutput
51
+ });
52
+ //#endregion
53
+ exports.simplesatListQuestions = simplesatListQuestions;
54
+
55
+ //# sourceMappingURL=list-questions.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-questions.cjs","names":["z","action"],"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,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,QAAQA,IAAAA,EAAE,KAAK;EAAC;EAAQ;EAAO;CAAK,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACtG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAC1F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;AACjF,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,SAAS,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvE,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/D,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9E,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAC3C,MAAM,wCAAsDA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,aAAa;CAC3C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;CACzC,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,OAAOA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrI,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,QAAQ,4CAA4C,SAAS,CAAC,CAAC,SAAS;CACxE,SAASA,IAAAA,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtI,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,8BAA8B;AAC1C,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;CAC3D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,WAAWA,IAAAA,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,mBAAmB;AACxF,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAEnD,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,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-questions.d.ts
4
+ declare const SimplesatListQuestionsInput: z.ZodTypeAny;
5
+ declare const SimplesatListQuestionsOutput: z.ZodTypeAny;
6
+ declare const simplesatListQuestions: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simplesatListQuestions };
9
+ //# sourceMappingURL=list-questions.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-questions.d.cts","names":[],"sources":["../../src/actions/list-questions.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAKO;AAAA,cA0BtC,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/list-questions.d.ts
4
+ declare const SimplesatListQuestionsInput: z.ZodTypeAny;
5
+ declare const SimplesatListQuestionsOutput: z.ZodTypeAny;
6
+ declare const simplesatListQuestions: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simplesatListQuestions };
9
+ //# sourceMappingURL=list-questions.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-questions.d.mts","names":[],"sources":["../../src/actions/list-questions.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAKO;AAAA,cA0BtC,4BAAA,EAA8B,CAAA,CAAE,UAKO;AAAA,cAEvC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}