@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,58 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/search-responses.ts
4
+ const SimplesatSearchResponsesInput = 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.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: z.array(z.string()).describe("List of values to filter by for the specified key"),
21
+ 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.")
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: 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: z.enum(["and", "or"]).describe("Operator to combine multiple filters.").optional(),
25
+ page_size: z.number().int().describe("Number of records per page. Default is 100, maximum is 100.").optional(),
26
+ 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()
27
+ }).describe("Request model for searching responses.");
28
+ const SimplesatSearchResponses_ResponseDataSchema = z.object({
29
+ id: z.string().describe("Unique identifier of the response").nullable().optional(),
30
+ tags: z.array(z.string()).describe("Tags associated with the response").nullable().optional(),
31
+ metric: z.record(z.string(), z.unknown()).describe("Metric information associated with the response").nullable().optional(),
32
+ survey: z.record(z.string(), z.unknown()).describe("Survey information associated with the response").nullable().optional(),
33
+ comment: z.string().describe("Text comment provided with the response").nullable().optional(),
34
+ customer: z.record(z.string(), z.unknown()).describe("Customer information associated with the response").nullable().optional(),
35
+ sentiment: z.string().describe("Sentiment of the response (positive, neutral, negative)").nullable().optional(),
36
+ ticket_id: z.string().describe("Associated ticket ID if available").nullable().optional(),
37
+ created_at: z.string().describe("Timestamp when the response was created").nullable().optional(),
38
+ team_member: z.record(z.string(), z.unknown()).describe("Team member information associated with the response").nullable().optional(),
39
+ choice_value: z.string().describe("The choice/rating value of the response").nullable().optional(),
40
+ custom_attributes: z.record(z.string(), z.unknown()).describe("Custom attributes associated with the response").nullable().optional()
41
+ }).describe("Individual response data.");
42
+ const simplesatSearchResponses = action("SIMPLESAT_SEARCH_RESPONSES", {
43
+ slug: "simplesat-search-responses",
44
+ name: "Search Responses",
45
+ 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.",
46
+ input: SimplesatSearchResponsesInput,
47
+ output: z.object({
48
+ page: z.number().int().describe("Current page number").nullable().optional(),
49
+ total: z.number().int().describe("Total number of responses matching the criteria").nullable().optional(),
50
+ page_size: z.number().int().describe("Number of records per page").nullable().optional(),
51
+ responses: z.array(SimplesatSearchResponses_ResponseDataSchema).describe("List of response objects matching the search criteria").nullable().optional(),
52
+ total_pages: z.number().int().describe("Total number of pages").nullable().optional()
53
+ }).describe("Response model for searching responses.")
54
+ });
55
+ //#endregion
56
+ export { simplesatSearchResponses };
57
+
58
+ //# sourceMappingURL=search-responses.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-responses.mjs","names":[],"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":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO;CAClE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,SAAS,EAAE,MAAM,EAAE,OAAO;EAC1B,KAAK,EAAE,KAAK;GAAC;GAAgB;GAAgB;GAAW;GAAW;GAAY;GAAa;GAAU;GAAU;GAAO;GAAe;EAAW,CAAC,CAAC,CAAC,SAAS,qKAAqK;EAClU,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mDAAmD;EACxF,YAAY,EAAE,KAAK,CAAC,MAAM,QAAQ,CAAC,CAAC,CAAC,SAAS,wJAAwJ;CACxM,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,CAAC,SAAS,8HAA8H,CAAC,CAAC,SAAS;CACvM,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2IAA2I,CAAC,CAAC,SAAS;CACpL,UAAU,EAAE,KAAK,CAAC,OAAO,IAAI,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC3F,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;CAC7G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uIAAuI,CAAC,CAAC,SAAS;AACpL,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,8CAA4D,EAAE,OAAO;CACzE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,aAAa,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,mBAAmB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtI,CAAC,CAAC,CAAC,SAAS,2BAA2B;AASvC,MAAa,2BAA2B,OAAO,8BAA8B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAb0D,EAAE,OAAO;EACnE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,WAAW,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtJ,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,CAAC,CAAC,CAAC,SAAS,yCAOF;AACV,CAAC"}
@@ -0,0 +1,32 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-customer.ts
4
+ const SimplesatUpdateCustomerInput = zod.z.object({
5
+ id: zod.z.string().describe("The unique identifier of the customer to update"),
6
+ name: zod.z.string().describe("Full name of the customer").optional(),
7
+ tags: zod.z.array(zod.z.string()).describe("Array of tags associated with the customer").optional(),
8
+ email: zod.z.string().describe("Email address of the customer").optional(),
9
+ company: zod.z.string().describe("Company name of the customer").optional(),
10
+ external_id: zod.z.number().int().describe("External identifier for the customer").optional(),
11
+ custom_attributes: zod.z.object({}).describe("Custom attributes as key-value pairs. Any custom attribute fields that didn't previously exist will be created.").optional()
12
+ });
13
+ const SimplesatUpdateCustomerOutput = zod.z.object({
14
+ id: zod.z.number().int().describe("Unique identifier of the customer"),
15
+ name: zod.z.string().describe("Full name of the customer").nullable().optional(),
16
+ tags: zod.z.array(zod.z.string()).describe("List of tags associated with the customer").nullable().optional(),
17
+ email: zod.z.string().describe("Email address of the customer").nullable().optional(),
18
+ company: zod.z.string().describe("Company name of the customer").nullable().optional(),
19
+ external_id: zod.z.number().int().describe("External identifier for the customer").nullable().optional(),
20
+ custom_attributes: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom attributes of the customer").nullable().optional()
21
+ });
22
+ const simplesatUpdateCustomer = require_action.action("SIMPLESAT_UPDATE_CUSTOMER", {
23
+ slug: "simplesat-update-customer",
24
+ name: "Update Customer",
25
+ description: "Tool to update an existing customer by their Simplesat ID. Use when you need to modify customer information such as name, email, company, external ID, tags, or custom attributes.",
26
+ input: SimplesatUpdateCustomerInput,
27
+ output: SimplesatUpdateCustomerOutput
28
+ });
29
+ //#endregion
30
+ exports.simplesatUpdateCustomer = simplesatUpdateCustomer;
31
+
32
+ //# sourceMappingURL=update-customer.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-customer.cjs","names":["z","action"],"sources":["../../src/actions/update-customer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplesatUpdateCustomerInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the customer to update\"),\n name: z.string().describe(\"Full name of the customer\").optional(),\n tags: z.array(z.string()).describe(\"Array of tags associated with the customer\").optional(),\n email: z.string().describe(\"Email address of the customer\").optional(),\n company: z.string().describe(\"Company name of the customer\").optional(),\n external_id: z.number().int().describe(\"External identifier for the customer\").optional(),\n custom_attributes: z.object({}).describe(\"Custom attributes as key-value pairs. Any custom attribute fields that didn't previously exist will be created.\").optional(),\n});\nexport const SimplesatUpdateCustomerOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the customer\"),\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.number().int().describe(\"External identifier for the customer\").nullable().optional(),\n custom_attributes: z.record(z.string(), z.unknown()).describe(\"Custom attributes of the customer\").nullable().optional(),\n});\n\nexport const simplesatUpdateCustomer = action(\"SIMPLESAT_UPDATE_CUSTOMER\", {\n slug: \"simplesat-update-customer\",\n name: \"Update Customer\",\n description: \"Tool to update an existing customer by their Simplesat ID. Use when you need to modify customer information such as name, email, company, external ID, tags, or custom attributes.\",\n input: SimplesatUpdateCustomerInput,\n output: SimplesatUpdateCustomerOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CACzE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAChE,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CAC1F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACrE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACtE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACxF,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iHAAiH,CAAC,CAAC,SAAS;AACvK,CAAC;AACD,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CACjE,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,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,mBAAmBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzH,CAAC;AAED,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,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/update-customer.d.ts
4
+ declare const SimplesatUpdateCustomerInput: z.ZodTypeAny;
5
+ declare const SimplesatUpdateCustomerOutput: z.ZodTypeAny;
6
+ declare const simplesatUpdateCustomer: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simplesatUpdateCustomer };
9
+ //# sourceMappingURL=update-customer.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-customer.d.cts","names":[],"sources":["../../src/actions/update-customer.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAQ3C;AAAA,cACW,6BAAA,EAA+B,CAAA,CAAE,UAQ5C;AAAA,cAEW,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-customer.d.ts
4
+ declare const SimplesatUpdateCustomerInput: z.ZodTypeAny;
5
+ declare const SimplesatUpdateCustomerOutput: z.ZodTypeAny;
6
+ declare const simplesatUpdateCustomer: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { simplesatUpdateCustomer };
9
+ //# sourceMappingURL=update-customer.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-customer.d.mts","names":[],"sources":["../../src/actions/update-customer.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAQ3C;AAAA,cACW,6BAAA,EAA+B,CAAA,CAAE,UAQ5C;AAAA,cAEW,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,29 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const simplesatUpdateCustomer = action("SIMPLESAT_UPDATE_CUSTOMER", {
4
+ slug: "simplesat-update-customer",
5
+ name: "Update Customer",
6
+ description: "Tool to update an existing customer by their Simplesat ID. Use when you need to modify customer information such as name, email, company, external ID, tags, or custom attributes.",
7
+ input: z.object({
8
+ id: z.string().describe("The unique identifier of the customer to update"),
9
+ name: z.string().describe("Full name of the customer").optional(),
10
+ tags: z.array(z.string()).describe("Array of tags associated with the customer").optional(),
11
+ email: z.string().describe("Email address of the customer").optional(),
12
+ company: z.string().describe("Company name of the customer").optional(),
13
+ external_id: z.number().int().describe("External identifier for the customer").optional(),
14
+ custom_attributes: z.object({}).describe("Custom attributes as key-value pairs. Any custom attribute fields that didn't previously exist will be created.").optional()
15
+ }),
16
+ output: z.object({
17
+ id: z.number().int().describe("Unique identifier of the customer"),
18
+ name: z.string().describe("Full name of the customer").nullable().optional(),
19
+ tags: z.array(z.string()).describe("List of tags associated with the customer").nullable().optional(),
20
+ email: z.string().describe("Email address of the customer").nullable().optional(),
21
+ company: z.string().describe("Company name of the customer").nullable().optional(),
22
+ external_id: z.number().int().describe("External identifier for the customer").nullable().optional(),
23
+ custom_attributes: z.record(z.string(), z.unknown()).describe("Custom attributes of the customer").nullable().optional()
24
+ })
25
+ });
26
+ //#endregion
27
+ export { simplesatUpdateCustomer };
28
+
29
+ //# sourceMappingURL=update-customer.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-customer.mjs","names":[],"sources":["../../src/actions/update-customer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplesatUpdateCustomerInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the customer to update\"),\n name: z.string().describe(\"Full name of the customer\").optional(),\n tags: z.array(z.string()).describe(\"Array of tags associated with the customer\").optional(),\n email: z.string().describe(\"Email address of the customer\").optional(),\n company: z.string().describe(\"Company name of the customer\").optional(),\n external_id: z.number().int().describe(\"External identifier for the customer\").optional(),\n custom_attributes: z.object({}).describe(\"Custom attributes as key-value pairs. Any custom attribute fields that didn't previously exist will be created.\").optional(),\n});\nexport const SimplesatUpdateCustomerOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the customer\"),\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.number().int().describe(\"External identifier for the customer\").nullable().optional(),\n custom_attributes: z.record(z.string(), z.unknown()).describe(\"Custom attributes of the customer\").nullable().optional(),\n});\n\nexport const simplesatUpdateCustomer = action(\"SIMPLESAT_UPDATE_CUSTOMER\", {\n slug: \"simplesat-update-customer\",\n name: \"Update Customer\",\n description: \"Tool to update an existing customer by their Simplesat ID. Use when you need to modify customer information such as name, email, company, external ID, tags, or custom attributes.\",\n input: SimplesatUpdateCustomerInput,\n output: SimplesatUpdateCustomerOutput,\n});\n"],"mappings":";;AAuBA,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAvBwD,EAAE,OAAO;EACjE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;EACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EAChE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;EAC1F,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;EACrE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;EACtE,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;EACxF,mBAAmB,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iHAAiH,CAAC,CAAC,SAAS;CACvK,CAeS;CACP,QAfyD,EAAE,OAAO;EAClE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;EACjE,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,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnG,mBAAmB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,CAOU;AACV,CAAC"}
package/dist/app.cjs ADDED
@@ -0,0 +1,9 @@
1
+ //#region src/app.ts
2
+ const simplesat = (0, require("@keystrokehq/keystroke/app").defineApp)({
3
+ slug: "simplesat",
4
+ auth: "keystroke"
5
+ });
6
+ //#endregion
7
+ exports.simplesat = simplesat;
8
+
9
+ //# sourceMappingURL=app.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const simplesat = defineApp({\n slug: \"simplesat\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,aAAA,uCAAA,CAAA,CAAA,UAAA,CAAsB;CACjC,MAAM;CACN,MAAM;AACR,CAAC"}
package/dist/app.d.cts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const simplesat: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { simplesat };
5
+ //# sourceMappingURL=app.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,SAAA,6BAAS,GAAA,+BAAA,UAAA"}
package/dist/app.d.mts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const simplesat: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { simplesat };
5
+ //# sourceMappingURL=app.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,SAAA,6BAAS,GAAA,+BAAA,UAAA"}
package/dist/app.mjs ADDED
@@ -0,0 +1,10 @@
1
+ import { defineApp } from "@keystrokehq/keystroke/app";
2
+ //#region src/app.ts
3
+ const simplesat = defineApp({
4
+ slug: "simplesat",
5
+ auth: "keystroke"
6
+ });
7
+ //#endregion
8
+ export { simplesat };
9
+
10
+ //# sourceMappingURL=app.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const simplesat = defineApp({\n slug: \"simplesat\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,YAAY,UAAU;CACjC,MAAM;CACN,MAAM;AACR,CAAC"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const simplesatCatalog = {
4
+ "slug": "simplesat",
5
+ "name": "Simplesat",
6
+ "description": "Simplesat captures customer feedback and CSAT scores through surveys, integrating directly with helpdesk systems for real-time performance insights",
7
+ "category": "CRM",
8
+ "logo": "https://logos.composio.dev/api/simplesat",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ exports.simplesatCatalog = simplesatCatalog;
14
+
15
+ //# sourceMappingURL=catalog.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const simplesatCatalog = {\n \"slug\": \"simplesat\",\n \"name\": \"Simplesat\",\n \"description\": \"Simplesat captures customer feedback and CSAT scores through surveys, integrating directly with helpdesk systems for real-time performance insights\",\n \"category\": \"CRM\",\n \"logo\": \"https://logos.composio.dev/api/simplesat\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const simplesatCatalog: {
4
+ readonly slug: "simplesat";
5
+ readonly name: "Simplesat";
6
+ readonly description: "Simplesat captures customer feedback and CSAT scores through surveys, integrating directly with helpdesk systems for real-time performance insights";
7
+ readonly category: "CRM";
8
+ readonly logo: "https://logos.composio.dev/api/simplesat";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { simplesatCatalog };
14
+ //# sourceMappingURL=catalog.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,gBAAA;EAAA"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const simplesatCatalog: {
4
+ readonly slug: "simplesat";
5
+ readonly name: "Simplesat";
6
+ readonly description: "Simplesat captures customer feedback and CSAT scores through surveys, integrating directly with helpdesk systems for real-time performance insights";
7
+ readonly category: "CRM";
8
+ readonly logo: "https://logos.composio.dev/api/simplesat";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { simplesatCatalog };
14
+ //# sourceMappingURL=catalog.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,gBAAA;EAAA"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const simplesatCatalog = {
4
+ "slug": "simplesat",
5
+ "name": "Simplesat",
6
+ "description": "Simplesat captures customer feedback and CSAT scores through surveys, integrating directly with helpdesk systems for real-time performance insights",
7
+ "category": "CRM",
8
+ "logo": "https://logos.composio.dev/api/simplesat",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ export { simplesatCatalog };
14
+
15
+ //# sourceMappingURL=catalog.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const simplesatCatalog = {\n \"slug\": \"simplesat\",\n \"name\": \"Simplesat\",\n \"description\": \"Simplesat captures customer feedback and CSAT scores through surveys, integrating directly with helpdesk systems for real-time performance insights\",\n \"category\": \"CRM\",\n \"logo\": \"https://logos.composio.dev/api/simplesat\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
@@ -0,0 +1,18 @@
1
+ let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
2
+ //#region src/execute.ts
3
+ const APP_SLUG = "simplesat";
4
+ /** Pinned app version — updated on regeneration. */
5
+ const APP_VERSION = "20260615_00";
6
+ async function executeSimplesatTool(tool, args) {
7
+ const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
8
+ app: APP_SLUG,
9
+ tool,
10
+ arguments: args,
11
+ version: APP_VERSION
12
+ });
13
+ return result;
14
+ }
15
+ //#endregion
16
+ exports.executeSimplesatTool = executeSimplesatTool;
17
+
18
+ //# sourceMappingURL=execute.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"simplesat\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeSimplesatTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,qBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
@@ -0,0 +1,18 @@
1
+ import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
2
+ //#region src/execute.ts
3
+ const APP_SLUG = "simplesat";
4
+ /** Pinned app version — updated on regeneration. */
5
+ const APP_VERSION = "20260615_00";
6
+ async function executeSimplesatTool(tool, args) {
7
+ const { result } = await createKeystrokeClient().tools.execute({
8
+ app: APP_SLUG,
9
+ tool,
10
+ arguments: args,
11
+ version: APP_VERSION
12
+ });
13
+ return result;
14
+ }
15
+ //#endregion
16
+ export { executeSimplesatTool };
17
+
18
+ //# sourceMappingURL=execute.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"simplesat\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeSimplesatTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,qBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
package/dist/index.cjs ADDED
@@ -0,0 +1,22 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_app = require("./app.cjs");
3
+ const require_catalog = require("./catalog.cjs");
4
+ const require_create_or_update_customer2 = require("./actions/create-or-update-customer2.cjs");
5
+ const require_create_or_update_team_member = require("./actions/create-or-update-team-member.cjs");
6
+ const require_get_customer = require("./actions/get-customer.cjs");
7
+ const require_list_questions = require("./actions/list-questions.cjs");
8
+ const require_list_surveys = require("./actions/list-surveys.cjs");
9
+ const require_search_answers = require("./actions/search-answers.cjs");
10
+ const require_search_responses = require("./actions/search-responses.cjs");
11
+ const require_update_customer = require("./actions/update-customer.cjs");
12
+ require("./actions/index.cjs");
13
+ exports.simplesat = require_app.simplesat;
14
+ exports.simplesatCatalog = require_catalog.simplesatCatalog;
15
+ exports.simplesatCreateOrUpdateCustomer2 = require_create_or_update_customer2.simplesatCreateOrUpdateCustomer2;
16
+ exports.simplesatCreateOrUpdateTeamMember = require_create_or_update_team_member.simplesatCreateOrUpdateTeamMember;
17
+ exports.simplesatGetCustomer = require_get_customer.simplesatGetCustomer;
18
+ exports.simplesatListQuestions = require_list_questions.simplesatListQuestions;
19
+ exports.simplesatListSurveys = require_list_surveys.simplesatListSurveys;
20
+ exports.simplesatSearchAnswers = require_search_answers.simplesatSearchAnswers;
21
+ exports.simplesatSearchResponses = require_search_responses.simplesatSearchResponses;
22
+ exports.simplesatUpdateCustomer = require_update_customer.simplesatUpdateCustomer;
@@ -0,0 +1,11 @@
1
+ import { simplesatCreateOrUpdateCustomer2 } from "./actions/create-or-update-customer2.cjs";
2
+ import { simplesatCreateOrUpdateTeamMember } from "./actions/create-or-update-team-member.cjs";
3
+ import { simplesatGetCustomer } from "./actions/get-customer.cjs";
4
+ import { simplesatListQuestions } from "./actions/list-questions.cjs";
5
+ import { simplesatListSurveys } from "./actions/list-surveys.cjs";
6
+ import { simplesatSearchAnswers } from "./actions/search-answers.cjs";
7
+ import { simplesatSearchResponses } from "./actions/search-responses.cjs";
8
+ import { simplesatUpdateCustomer } from "./actions/update-customer.cjs";
9
+ import { simplesat } from "./app.cjs";
10
+ import { simplesatCatalog } from "./catalog.cjs";
11
+ export { simplesat, simplesatCatalog, simplesatCreateOrUpdateCustomer2, simplesatCreateOrUpdateTeamMember, simplesatGetCustomer, simplesatListQuestions, simplesatListSurveys, simplesatSearchAnswers, simplesatSearchResponses, simplesatUpdateCustomer };
@@ -0,0 +1,11 @@
1
+ import { simplesatCreateOrUpdateCustomer2 } from "./actions/create-or-update-customer2.mjs";
2
+ import { simplesatCreateOrUpdateTeamMember } from "./actions/create-or-update-team-member.mjs";
3
+ import { simplesatGetCustomer } from "./actions/get-customer.mjs";
4
+ import { simplesatListQuestions } from "./actions/list-questions.mjs";
5
+ import { simplesatListSurveys } from "./actions/list-surveys.mjs";
6
+ import { simplesatSearchAnswers } from "./actions/search-answers.mjs";
7
+ import { simplesatSearchResponses } from "./actions/search-responses.mjs";
8
+ import { simplesatUpdateCustomer } from "./actions/update-customer.mjs";
9
+ import { simplesat } from "./app.mjs";
10
+ import { simplesatCatalog } from "./catalog.mjs";
11
+ export { simplesat, simplesatCatalog, simplesatCreateOrUpdateCustomer2, simplesatCreateOrUpdateTeamMember, simplesatGetCustomer, simplesatListQuestions, simplesatListSurveys, simplesatSearchAnswers, simplesatSearchResponses, simplesatUpdateCustomer };
package/dist/index.mjs ADDED
@@ -0,0 +1,12 @@
1
+ import { simplesat } from "./app.mjs";
2
+ import { simplesatCatalog } from "./catalog.mjs";
3
+ import { simplesatCreateOrUpdateCustomer2 } from "./actions/create-or-update-customer2.mjs";
4
+ import { simplesatCreateOrUpdateTeamMember } from "./actions/create-or-update-team-member.mjs";
5
+ import { simplesatGetCustomer } from "./actions/get-customer.mjs";
6
+ import { simplesatListQuestions } from "./actions/list-questions.mjs";
7
+ import { simplesatListSurveys } from "./actions/list-surveys.mjs";
8
+ import { simplesatSearchAnswers } from "./actions/search-answers.mjs";
9
+ import { simplesatSearchResponses } from "./actions/search-responses.mjs";
10
+ import { simplesatUpdateCustomer } from "./actions/update-customer.mjs";
11
+ import "./actions/index.mjs";
12
+ export { simplesat, simplesatCatalog, simplesatCreateOrUpdateCustomer2, simplesatCreateOrUpdateTeamMember, simplesatGetCustomer, simplesatListQuestions, simplesatListSurveys, simplesatSearchAnswers, simplesatSearchResponses, simplesatUpdateCustomer };
package/package.json ADDED
@@ -0,0 +1,49 @@
1
+ {
2
+ "name": "@keystrokehq/simplesat",
3
+ "version": "0.1.0",
4
+ "publishConfig": {
5
+ "access": "public",
6
+ "registry": "https://registry.npmjs.org"
7
+ },
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/keystrokehq/keystroke.git",
11
+ "directory": "packages/integrations/simplesat"
12
+ },
13
+ "files": [
14
+ "dist"
15
+ ],
16
+ "sideEffects": false,
17
+ "type": "module",
18
+ "main": "./dist/index.cjs",
19
+ "module": "./dist/index.mjs",
20
+ "types": "./dist/index.d.mts",
21
+ "exports": {
22
+ ".": {
23
+ "types": "./dist/index.d.mts",
24
+ "import": "./dist/index.mjs",
25
+ "require": "./dist/index.cjs"
26
+ },
27
+ "./actions": {
28
+ "types": "./dist/actions/index.d.mts",
29
+ "import": "./dist/actions/index.mjs",
30
+ "require": "./dist/actions/index.cjs"
31
+ }
32
+ },
33
+ "peerDependencies": {
34
+ "@keystrokehq/keystroke": "^0.1.4",
35
+ "zod": "^4.4.3"
36
+ },
37
+ "devDependencies": {
38
+ "@keystrokehq/keystroke": "link:../../keystroke",
39
+ "@types/node": "^25.9.1",
40
+ "tsdown": "^0.22.0",
41
+ "typescript": "^6.0.3",
42
+ "zod": "^4.4.3"
43
+ },
44
+ "scripts": {
45
+ "build": "tsdown",
46
+ "dev": "tsdown --watch --no-clean",
47
+ "typecheck": "tsc --noEmit"
48
+ }
49
+ }