@keystrokehq/tisane 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 (138) 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/analyze-text.cjs +29 -0
  7. package/dist/actions/analyze-text.cjs.map +1 -0
  8. package/dist/actions/analyze-text.d.cts +9 -0
  9. package/dist/actions/analyze-text.d.cts.map +1 -0
  10. package/dist/actions/analyze-text.d.mts +9 -0
  11. package/dist/actions/analyze-text.d.mts.map +1 -0
  12. package/dist/actions/analyze-text.mjs +26 -0
  13. package/dist/actions/analyze-text.mjs.map +1 -0
  14. package/dist/actions/calculate-similarity.cjs +22 -0
  15. package/dist/actions/calculate-similarity.cjs.map +1 -0
  16. package/dist/actions/calculate-similarity.d.cts +9 -0
  17. package/dist/actions/calculate-similarity.d.cts.map +1 -0
  18. package/dist/actions/calculate-similarity.d.mts +9 -0
  19. package/dist/actions/calculate-similarity.d.mts.map +1 -0
  20. package/dist/actions/calculate-similarity.mjs +19 -0
  21. package/dist/actions/calculate-similarity.mjs.map +1 -0
  22. package/dist/actions/compare-entities.cjs +30 -0
  23. package/dist/actions/compare-entities.cjs.map +1 -0
  24. package/dist/actions/compare-entities.d.cts +9 -0
  25. package/dist/actions/compare-entities.d.cts.map +1 -0
  26. package/dist/actions/compare-entities.d.mts +9 -0
  27. package/dist/actions/compare-entities.d.mts.map +1 -0
  28. package/dist/actions/compare-entities.mjs +29 -0
  29. package/dist/actions/compare-entities.mjs.map +1 -0
  30. package/dist/actions/detect-language.cjs +19 -0
  31. package/dist/actions/detect-language.cjs.map +1 -0
  32. package/dist/actions/detect-language.d.cts +9 -0
  33. package/dist/actions/detect-language.d.cts.map +1 -0
  34. package/dist/actions/detect-language.d.mts +9 -0
  35. package/dist/actions/detect-language.d.mts.map +1 -0
  36. package/dist/actions/detect-language.mjs +16 -0
  37. package/dist/actions/detect-language.mjs.map +1 -0
  38. package/dist/actions/extract-text.cjs +16 -0
  39. package/dist/actions/extract-text.cjs.map +1 -0
  40. package/dist/actions/extract-text.d.cts +9 -0
  41. package/dist/actions/extract-text.d.cts.map +1 -0
  42. package/dist/actions/extract-text.d.mts +9 -0
  43. package/dist/actions/extract-text.d.mts.map +1 -0
  44. package/dist/actions/extract-text.mjs +13 -0
  45. package/dist/actions/extract-text.mjs.map +1 -0
  46. package/dist/actions/get-family-details.cjs +24 -0
  47. package/dist/actions/get-family-details.cjs.map +1 -0
  48. package/dist/actions/get-family-details.d.cts +9 -0
  49. package/dist/actions/get-family-details.d.cts.map +1 -0
  50. package/dist/actions/get-family-details.d.mts +9 -0
  51. package/dist/actions/get-family-details.d.mts.map +1 -0
  52. package/dist/actions/get-family-details.mjs +21 -0
  53. package/dist/actions/get-family-details.mjs.map +1 -0
  54. package/dist/actions/get-supported-languages.cjs +25 -0
  55. package/dist/actions/get-supported-languages.cjs.map +1 -0
  56. package/dist/actions/get-supported-languages.d.cts +9 -0
  57. package/dist/actions/get-supported-languages.d.cts.map +1 -0
  58. package/dist/actions/get-supported-languages.d.mts +9 -0
  59. package/dist/actions/get-supported-languages.d.mts.map +1 -0
  60. package/dist/actions/get-supported-languages.mjs +24 -0
  61. package/dist/actions/get-supported-languages.mjs.map +1 -0
  62. package/dist/actions/index.cjs +27 -0
  63. package/dist/actions/index.d.cts +14 -0
  64. package/dist/actions/index.d.mts +14 -0
  65. package/dist/actions/index.mjs +14 -0
  66. package/dist/actions/list-feature-values.cjs +24 -0
  67. package/dist/actions/list-feature-values.cjs.map +1 -0
  68. package/dist/actions/list-feature-values.d.cts +9 -0
  69. package/dist/actions/list-feature-values.d.cts.map +1 -0
  70. package/dist/actions/list-feature-values.d.mts +9 -0
  71. package/dist/actions/list-feature-values.d.mts.map +1 -0
  72. package/dist/actions/list-feature-values.mjs +21 -0
  73. package/dist/actions/list-feature-values.mjs.map +1 -0
  74. package/dist/actions/list-hypernyms.cjs +24 -0
  75. package/dist/actions/list-hypernyms.cjs.map +1 -0
  76. package/dist/actions/list-hypernyms.d.cts +9 -0
  77. package/dist/actions/list-hypernyms.d.cts.map +1 -0
  78. package/dist/actions/list-hypernyms.d.mts +9 -0
  79. package/dist/actions/list-hypernyms.d.mts.map +1 -0
  80. package/dist/actions/list-hypernyms.mjs +23 -0
  81. package/dist/actions/list-hypernyms.mjs.map +1 -0
  82. package/dist/actions/list-hyponyms.cjs +24 -0
  83. package/dist/actions/list-hyponyms.cjs.map +1 -0
  84. package/dist/actions/list-hyponyms.d.cts +9 -0
  85. package/dist/actions/list-hyponyms.d.cts.map +1 -0
  86. package/dist/actions/list-hyponyms.d.mts +9 -0
  87. package/dist/actions/list-hyponyms.d.mts.map +1 -0
  88. package/dist/actions/list-hyponyms.mjs +23 -0
  89. package/dist/actions/list-hyponyms.mjs.map +1 -0
  90. package/dist/actions/list-inflections.cjs +29 -0
  91. package/dist/actions/list-inflections.cjs.map +1 -0
  92. package/dist/actions/list-inflections.d.cts +9 -0
  93. package/dist/actions/list-inflections.d.cts.map +1 -0
  94. package/dist/actions/list-inflections.d.mts +9 -0
  95. package/dist/actions/list-inflections.d.mts.map +1 -0
  96. package/dist/actions/list-inflections.mjs +28 -0
  97. package/dist/actions/list-inflections.mjs.map +1 -0
  98. package/dist/actions/list-word-senses.cjs +42 -0
  99. package/dist/actions/list-word-senses.cjs.map +1 -0
  100. package/dist/actions/list-word-senses.d.cts +9 -0
  101. package/dist/actions/list-word-senses.d.cts.map +1 -0
  102. package/dist/actions/list-word-senses.d.mts +9 -0
  103. package/dist/actions/list-word-senses.d.mts.map +1 -0
  104. package/dist/actions/list-word-senses.mjs +41 -0
  105. package/dist/actions/list-word-senses.mjs.map +1 -0
  106. package/dist/actions/transform-text.cjs +21 -0
  107. package/dist/actions/transform-text.cjs.map +1 -0
  108. package/dist/actions/transform-text.d.cts +9 -0
  109. package/dist/actions/transform-text.d.cts.map +1 -0
  110. package/dist/actions/transform-text.d.mts +9 -0
  111. package/dist/actions/transform-text.d.mts.map +1 -0
  112. package/dist/actions/transform-text.mjs +18 -0
  113. package/dist/actions/transform-text.mjs.map +1 -0
  114. package/dist/app.cjs +9 -0
  115. package/dist/app.cjs.map +1 -0
  116. package/dist/app.d.cts +5 -0
  117. package/dist/app.d.cts.map +1 -0
  118. package/dist/app.d.mts +5 -0
  119. package/dist/app.d.mts.map +1 -0
  120. package/dist/app.mjs +10 -0
  121. package/dist/app.mjs.map +1 -0
  122. package/dist/catalog.cjs +15 -0
  123. package/dist/catalog.cjs.map +1 -0
  124. package/dist/catalog.d.cts +14 -0
  125. package/dist/catalog.d.cts.map +1 -0
  126. package/dist/catalog.d.mts +14 -0
  127. package/dist/catalog.d.mts.map +1 -0
  128. package/dist/catalog.mjs +15 -0
  129. package/dist/catalog.mjs.map +1 -0
  130. package/dist/execute.cjs +18 -0
  131. package/dist/execute.cjs.map +1 -0
  132. package/dist/execute.mjs +18 -0
  133. package/dist/execute.mjs.map +1 -0
  134. package/dist/index.cjs +32 -0
  135. package/dist/index.d.cts +16 -0
  136. package/dist/index.d.mts +16 -0
  137. package/dist/index.mjs +17 -0
  138. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-inflections.mjs","names":[],"sources":["../../src/actions/list-inflections.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TisaneListInflectionsInput: z.ZodTypeAny = z.object({\n family: z.string().describe(\"The family identifier to inspect (numeric ID as string)\"),\n lexeme: z.string().describe(\"The lexeme identifier to inspect (numeric ID as string)\"),\n language: z.string().describe(\"The language code (IETF BCP-47 format, e.g., 'en', 'ru')\"),\n}).describe(\"Request model for retrieving inflected forms of a lexeme.\");\nconst TisaneListInflections_InflectionFeatureSchema: z.ZodTypeAny = z.object({\n index: z.number().int().describe(\"Feature index identifier\"),\n value: z.string().describe(\"Feature value (e.g., 'NOM', 'GEN', 'DAT', '3')\"),\n}).describe(\"Model representing a grammatical feature of an inflected form.\");\nconst TisaneListInflections_InflectedFormSchema: z.ZodTypeAny = z.object({\n text: z.string().describe(\"The inflected text form\"),\n isLemma: z.boolean().describe(\"Whether this form is the lemma (base form)\").nullable().optional(),\n features: z.array(TisaneListInflections_InflectionFeatureSchema).describe(\"List of grammatical features for this inflected form\").nullable().optional(),\n}).describe(\"Model representing a single inflected form with its features.\");\nexport const TisaneListInflectionsOutput: z.ZodTypeAny = z.object({\n inflections: z.array(TisaneListInflections_InflectedFormSchema).describe(\"List of inflected forms with their grammatical features\"),\n}).describe(\"Response model: list of inflected forms for the specified lexeme.\");\n\nexport const tisaneListInflections = action(\"TISANE_LIST_INFLECTIONS\", {\n slug: \"tisane-list-inflections\",\n name: \"List Inflections\",\n description: \"Tool to retrieve inflected forms of a specified lexeme within a given language family. Use when you need to get all grammatical variants of a word.\",\n input: TisaneListInflectionsInput,\n output: TisaneListInflectionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO;CAC/D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACrF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACrF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;AAC1F,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,gDAA8D,EAAE,OAAO;CAC3E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;CAC3D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;AAC7E,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAM,4CAA0D,EAAE,OAAO;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACnD,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,UAAU,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxJ,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAK3E,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATuD,EAAE,OAAO,EAChE,aAAa,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,yDAAyD,EACpI,CAAC,CAAC,CAAC,SAAS,mEAOF;AACV,CAAC"}
@@ -0,0 +1,42 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-word-senses.ts
4
+ const TisaneListWordSensesInput = zod.z.object({
5
+ word: zod.z.string().describe("The word to inspect and retrieve senses for"),
6
+ language: zod.z.string().describe("Standard culture code (ISO-639 language code with optional country extension, e.g., 'en', 'fr', 'es')")
7
+ }).describe("Request model for listing word senses.");
8
+ const TisaneListWordSenses_FamilySchema = zod.z.object({
9
+ Key: zod.z.number().int().describe("Family key identifier").nullable().optional(),
10
+ Value: zod.z.object({}).describe("Additional family metadata (can contain strings, integers, or lists of integers)").nullable().optional(),
11
+ definition: zod.z.string().describe("Definition of the word sense in this family").nullable().optional()
12
+ }).describe("Model representing a word family with definition.");
13
+ const TisaneListWordSenses_FeatureSchema = zod.z.object({
14
+ type: zod.z.string().describe("Type of feature (e.g., 'Semantics', 'Style')").nullable().optional(),
15
+ index: zod.z.number().int().describe("Feature index identifier"),
16
+ value: zod.z.union([
17
+ zod.z.string(),
18
+ zod.z.number().int(),
19
+ zod.z.boolean()
20
+ ])
21
+ }).describe("Model representing a linguistic feature.");
22
+ const TisaneListWordSenses_WordSenseSchema = zod.z.object({
23
+ lemma: zod.z.string().describe("The lemma (base form) of the word").nullable().optional(),
24
+ isLemma: zod.z.boolean().describe("Whether this is the lemma (base form) of the word").nullable().optional(),
25
+ families: zod.z.array(TisaneListWordSenses_FamilySchema).describe("List of word families with definitions").nullable().optional(),
26
+ features: zod.z.array(TisaneListWordSenses_FeatureSchema).describe("List of linguistic features for this sense").nullable().optional(),
27
+ lexemeId: zod.z.number().int().describe("Lexeme identifier").nullable().optional(),
28
+ frequency: zod.z.number().int().describe("Frequency of this word sense").nullable().optional(),
29
+ legacyMapId: zod.z.number().int().describe("Legacy mapping identifier").nullable().optional()
30
+ }).describe("Model representing a single word sense with all its properties.");
31
+ const TisaneListWordSensesOutput = zod.z.object({ senses: zod.z.array(TisaneListWordSenses_WordSenseSchema).describe("List of word senses with families, features, and lemma information") }).describe("Response model containing list of word senses.");
32
+ const tisaneListWordSenses = require_action.action("TISANE_LIST_WORD_SENSES", {
33
+ slug: "tisane-list-word-senses",
34
+ name: "List Word Senses",
35
+ description: "Tool to fetch all senses (meanings) related to a word. Use when you need to explore word definitions, families, features, and lemma information for linguistic analysis.",
36
+ input: TisaneListWordSensesInput,
37
+ output: TisaneListWordSensesOutput
38
+ });
39
+ //#endregion
40
+ exports.tisaneListWordSenses = tisaneListWordSenses;
41
+
42
+ //# sourceMappingURL=list-word-senses.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-word-senses.cjs","names":["z","action"],"sources":["../../src/actions/list-word-senses.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TisaneListWordSensesInput: z.ZodTypeAny = z.object({\n word: z.string().describe(\"The word to inspect and retrieve senses for\"),\n language: z.string().describe(\"Standard culture code (ISO-639 language code with optional country extension, e.g., 'en', 'fr', 'es')\"),\n}).describe(\"Request model for listing word senses.\");\nconst TisaneListWordSenses_FamilySchema: z.ZodTypeAny = z.object({\n Key: z.number().int().describe(\"Family key identifier\").nullable().optional(),\n Value: z.object({}).describe(\"Additional family metadata (can contain strings, integers, or lists of integers)\").nullable().optional(),\n definition: z.string().describe(\"Definition of the word sense in this family\").nullable().optional(),\n}).describe(\"Model representing a word family with definition.\");\nconst TisaneListWordSenses_FeatureSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Type of feature (e.g., 'Semantics', 'Style')\").nullable().optional(),\n index: z.number().int().describe(\"Feature index identifier\"),\n value: z.union([z.string(), z.number().int(), z.boolean()]),\n}).describe(\"Model representing a linguistic feature.\");\nconst TisaneListWordSenses_WordSenseSchema: z.ZodTypeAny = z.object({\n lemma: z.string().describe(\"The lemma (base form) of the word\").nullable().optional(),\n isLemma: z.boolean().describe(\"Whether this is the lemma (base form) of the word\").nullable().optional(),\n families: z.array(TisaneListWordSenses_FamilySchema).describe(\"List of word families with definitions\").nullable().optional(),\n features: z.array(TisaneListWordSenses_FeatureSchema).describe(\"List of linguistic features for this sense\").nullable().optional(),\n lexemeId: z.number().int().describe(\"Lexeme identifier\").nullable().optional(),\n frequency: z.number().int().describe(\"Frequency of this word sense\").nullable().optional(),\n legacyMapId: z.number().int().describe(\"Legacy mapping identifier\").nullable().optional(),\n}).describe(\"Model representing a single word sense with all its properties.\");\nexport const TisaneListWordSensesOutput: z.ZodTypeAny = z.object({\n senses: z.array(TisaneListWordSenses_WordSenseSchema).describe(\"List of word senses with families, features, and lemma information\"),\n}).describe(\"Response model containing list of word senses.\");\n\nexport const tisaneListWordSenses = action(\"TISANE_LIST_WORD_SENSES\", {\n slug: \"tisane-list-word-senses\",\n name: \"List Word Senses\",\n description: \"Tool to fetch all senses (meanings) related to a word. Use when you need to explore word definitions, families, features, and lemma information for linguistic analysis.\",\n input: TisaneListWordSensesInput,\n output: TisaneListWordSensesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACvE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG;AACvI,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,oCAAkDA,IAAAA,EAAE,OAAO;CAC/D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,qCAAmDA,IAAAA,EAAE,OAAO;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;CAC3D,OAAOA,IAAAA,EAAE,MAAM;EAACA,IAAAA,EAAE,OAAO;EAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI;EAAGA,IAAAA,EAAE,QAAQ;CAAC,CAAC;AAC5D,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,uCAAqDA,IAAAA,EAAE,OAAO;CAClE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,UAAUA,IAAAA,EAAE,MAAM,iCAAiC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,UAAUA,IAAAA,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjI,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,QAAQA,IAAAA,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,oEAAoE,EACrI,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAE5D,MAAa,uBAAuBC,eAAAA,OAAO,2BAA2B;CACpE,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-word-senses.d.ts
4
+ declare const TisaneListWordSensesInput: z.ZodTypeAny;
5
+ declare const TisaneListWordSensesOutput: z.ZodTypeAny;
6
+ declare const tisaneListWordSenses: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { tisaneListWordSenses };
9
+ //# sourceMappingURL=list-word-senses.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-word-senses.d.cts","names":[],"sources":["../../src/actions/list-word-senses.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAGW;AAAA,cAoBxC,0BAAA,EAA4B,CAAA,CAAE,UAEkB;AAAA,cAEhD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-word-senses.d.ts
4
+ declare const TisaneListWordSensesInput: z.ZodTypeAny;
5
+ declare const TisaneListWordSensesOutput: z.ZodTypeAny;
6
+ declare const tisaneListWordSenses: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { tisaneListWordSenses };
9
+ //# sourceMappingURL=list-word-senses.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-word-senses.d.mts","names":[],"sources":["../../src/actions/list-word-senses.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAGW;AAAA,cAoBxC,0BAAA,EAA4B,CAAA,CAAE,UAEkB;AAAA,cAEhD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,41 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-word-senses.ts
4
+ const TisaneListWordSensesInput = z.object({
5
+ word: z.string().describe("The word to inspect and retrieve senses for"),
6
+ language: z.string().describe("Standard culture code (ISO-639 language code with optional country extension, e.g., 'en', 'fr', 'es')")
7
+ }).describe("Request model for listing word senses.");
8
+ const TisaneListWordSenses_FamilySchema = z.object({
9
+ Key: z.number().int().describe("Family key identifier").nullable().optional(),
10
+ Value: z.object({}).describe("Additional family metadata (can contain strings, integers, or lists of integers)").nullable().optional(),
11
+ definition: z.string().describe("Definition of the word sense in this family").nullable().optional()
12
+ }).describe("Model representing a word family with definition.");
13
+ const TisaneListWordSenses_FeatureSchema = z.object({
14
+ type: z.string().describe("Type of feature (e.g., 'Semantics', 'Style')").nullable().optional(),
15
+ index: z.number().int().describe("Feature index identifier"),
16
+ value: z.union([
17
+ z.string(),
18
+ z.number().int(),
19
+ z.boolean()
20
+ ])
21
+ }).describe("Model representing a linguistic feature.");
22
+ const TisaneListWordSenses_WordSenseSchema = z.object({
23
+ lemma: z.string().describe("The lemma (base form) of the word").nullable().optional(),
24
+ isLemma: z.boolean().describe("Whether this is the lemma (base form) of the word").nullable().optional(),
25
+ families: z.array(TisaneListWordSenses_FamilySchema).describe("List of word families with definitions").nullable().optional(),
26
+ features: z.array(TisaneListWordSenses_FeatureSchema).describe("List of linguistic features for this sense").nullable().optional(),
27
+ lexemeId: z.number().int().describe("Lexeme identifier").nullable().optional(),
28
+ frequency: z.number().int().describe("Frequency of this word sense").nullable().optional(),
29
+ legacyMapId: z.number().int().describe("Legacy mapping identifier").nullable().optional()
30
+ }).describe("Model representing a single word sense with all its properties.");
31
+ const tisaneListWordSenses = action("TISANE_LIST_WORD_SENSES", {
32
+ slug: "tisane-list-word-senses",
33
+ name: "List Word Senses",
34
+ description: "Tool to fetch all senses (meanings) related to a word. Use when you need to explore word definitions, families, features, and lemma information for linguistic analysis.",
35
+ input: TisaneListWordSensesInput,
36
+ output: z.object({ senses: z.array(TisaneListWordSenses_WordSenseSchema).describe("List of word senses with families, features, and lemma information") }).describe("Response model containing list of word senses.")
37
+ });
38
+ //#endregion
39
+ export { tisaneListWordSenses };
40
+
41
+ //# sourceMappingURL=list-word-senses.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-word-senses.mjs","names":[],"sources":["../../src/actions/list-word-senses.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TisaneListWordSensesInput: z.ZodTypeAny = z.object({\n word: z.string().describe(\"The word to inspect and retrieve senses for\"),\n language: z.string().describe(\"Standard culture code (ISO-639 language code with optional country extension, e.g., 'en', 'fr', 'es')\"),\n}).describe(\"Request model for listing word senses.\");\nconst TisaneListWordSenses_FamilySchema: z.ZodTypeAny = z.object({\n Key: z.number().int().describe(\"Family key identifier\").nullable().optional(),\n Value: z.object({}).describe(\"Additional family metadata (can contain strings, integers, or lists of integers)\").nullable().optional(),\n definition: z.string().describe(\"Definition of the word sense in this family\").nullable().optional(),\n}).describe(\"Model representing a word family with definition.\");\nconst TisaneListWordSenses_FeatureSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Type of feature (e.g., 'Semantics', 'Style')\").nullable().optional(),\n index: z.number().int().describe(\"Feature index identifier\"),\n value: z.union([z.string(), z.number().int(), z.boolean()]),\n}).describe(\"Model representing a linguistic feature.\");\nconst TisaneListWordSenses_WordSenseSchema: z.ZodTypeAny = z.object({\n lemma: z.string().describe(\"The lemma (base form) of the word\").nullable().optional(),\n isLemma: z.boolean().describe(\"Whether this is the lemma (base form) of the word\").nullable().optional(),\n families: z.array(TisaneListWordSenses_FamilySchema).describe(\"List of word families with definitions\").nullable().optional(),\n features: z.array(TisaneListWordSenses_FeatureSchema).describe(\"List of linguistic features for this sense\").nullable().optional(),\n lexemeId: z.number().int().describe(\"Lexeme identifier\").nullable().optional(),\n frequency: z.number().int().describe(\"Frequency of this word sense\").nullable().optional(),\n legacyMapId: z.number().int().describe(\"Legacy mapping identifier\").nullable().optional(),\n}).describe(\"Model representing a single word sense with all its properties.\");\nexport const TisaneListWordSensesOutput: z.ZodTypeAny = z.object({\n senses: z.array(TisaneListWordSenses_WordSenseSchema).describe(\"List of word senses with families, features, and lemma information\"),\n}).describe(\"Response model containing list of word senses.\");\n\nexport const tisaneListWordSenses = action(\"TISANE_LIST_WORD_SENSES\", {\n slug: \"tisane-list-word-senses\",\n name: \"List Word Senses\",\n description: \"Tool to fetch all senses (meanings) related to a word. Use when you need to explore word definitions, families, features, and lemma information for linguistic analysis.\",\n input: TisaneListWordSensesInput,\n output: TisaneListWordSensesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO;CAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACvE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG;AACvI,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,oCAAkD,EAAE,OAAO;CAC/D,KAAK,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,qCAAmD,EAAE,OAAO;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;CAC3D,OAAO,EAAE,MAAM;EAAC,EAAE,OAAO;EAAG,EAAE,OAAO,CAAC,CAAC,IAAI;EAAG,EAAE,QAAQ;CAAC,CAAC;AAC5D,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,uCAAqD,EAAE,OAAO;CAClE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,UAAU,EAAE,MAAM,iCAAiC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,UAAU,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjI,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAK7E,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATsD,EAAE,OAAO,EAC/D,QAAQ,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,oEAAoE,EACrI,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
@@ -0,0 +1,21 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/transform-text.ts
4
+ const TisaneTransformTextInput = zod.z.object({
5
+ to: zod.z.string().describe("Target language IETF tag. If same as source, text will be paraphrased."),
6
+ from: zod.z.string().describe("Source language IETF tag. Use '*' or 'lang1|lang2' to auto-detect."),
7
+ content: zod.z.string().describe("Text content to transform (UTF-8)."),
8
+ settings: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Optional translation settings (see Tisane API Configuration).").optional()
9
+ }).describe("Request parameters for Tisane `/transform` endpoint:\n- from (alias): Source language IETF tag. Use '*' or 'lang1|lang2' to auto-detect.\n- to (alias): Target language IETF tag. If same as source, text will be paraphrased.\n- content: UTF-8 text to translate or paraphrase.\n- settings: Optional configuration settings for translation.");
10
+ const TisaneTransformTextOutput = zod.z.object({ text: zod.z.string().describe("Transformed text (translated or paraphrased).") }).describe("Response model for Tisane `/transform` endpoint.");
11
+ const tisaneTransformText = require_action.action("TISANE_TRANSFORM_TEXT", {
12
+ slug: "tisane-transform-text",
13
+ name: "Transform Text",
14
+ description: "Tool to translate or paraphrase text. Use when you need to convert content between languages or paraphrase within the same language.",
15
+ input: TisaneTransformTextInput,
16
+ output: TisaneTransformTextOutput
17
+ });
18
+ //#endregion
19
+ exports.tisaneTransformText = tisaneTransformText;
20
+
21
+ //# sourceMappingURL=transform-text.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transform-text.cjs","names":["z","action"],"sources":["../../src/actions/transform-text.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TisaneTransformTextInput: z.ZodTypeAny = z.object({\n to: z.string().describe(\"Target language IETF tag. If same as source, text will be paraphrased.\"),\n from: z.string().describe(\"Source language IETF tag. Use '*' or 'lang1|lang2' to auto-detect.\"),\n content: z.string().describe(\"Text content to transform (UTF-8).\"),\n settings: z.record(z.string(), z.unknown()).describe(\"Optional translation settings (see Tisane API Configuration).\").optional(),\n}).describe(\"Request parameters for Tisane `/transform` endpoint:\\n- from (alias): Source language IETF tag. Use '*' or 'lang1|lang2' to auto-detect.\\n- to (alias): Target language IETF tag. If same as source, text will be paraphrased.\\n- content: UTF-8 text to translate or paraphrase.\\n- settings: Optional configuration settings for translation.\");\nexport const TisaneTransformTextOutput: z.ZodTypeAny = z.object({\n text: z.string().describe(\"Transformed text (translated or paraphrased).\"),\n}).describe(\"Response model for Tisane `/transform` endpoint.\");\n\nexport const tisaneTransformText = action(\"TISANE_TRANSFORM_TEXT\", {\n slug: \"tisane-transform-text\",\n name: \"Transform Text\",\n description: \"Tool to translate or paraphrase text. Use when you need to convert content between languages or paraphrase within the same language.\",\n input: TisaneTransformTextInput,\n output: TisaneTransformTextOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;CAChG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CAC9F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACjE,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;AACjI,CAAC,CAAC,CAAC,SAAS,iVAAiV;AAC7V,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,EAC3E,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAE9D,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,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/transform-text.d.ts
4
+ declare const TisaneTransformTextInput: z.ZodTypeAny;
5
+ declare const TisaneTransformTextOutput: z.ZodTypeAny;
6
+ declare const tisaneTransformText: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { tisaneTransformText };
9
+ //# sourceMappingURL=transform-text.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transform-text.d.cts","names":[],"sources":["../../src/actions/transform-text.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAKqT;AAAA,cACjV,yBAAA,EAA2B,CAAA,CAAE,UAEqB;AAAA,cAElD,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/transform-text.d.ts
4
+ declare const TisaneTransformTextInput: z.ZodTypeAny;
5
+ declare const TisaneTransformTextOutput: z.ZodTypeAny;
6
+ declare const tisaneTransformText: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { tisaneTransformText };
9
+ //# sourceMappingURL=transform-text.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transform-text.d.mts","names":[],"sources":["../../src/actions/transform-text.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAKqT;AAAA,cACjV,yBAAA,EAA2B,CAAA,CAAE,UAEqB;AAAA,cAElD,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,18 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const tisaneTransformText = action("TISANE_TRANSFORM_TEXT", {
4
+ slug: "tisane-transform-text",
5
+ name: "Transform Text",
6
+ description: "Tool to translate or paraphrase text. Use when you need to convert content between languages or paraphrase within the same language.",
7
+ input: z.object({
8
+ to: z.string().describe("Target language IETF tag. If same as source, text will be paraphrased."),
9
+ from: z.string().describe("Source language IETF tag. Use '*' or 'lang1|lang2' to auto-detect."),
10
+ content: z.string().describe("Text content to transform (UTF-8)."),
11
+ settings: z.record(z.string(), z.unknown()).describe("Optional translation settings (see Tisane API Configuration).").optional()
12
+ }).describe("Request parameters for Tisane `/transform` endpoint:\n- from (alias): Source language IETF tag. Use '*' or 'lang1|lang2' to auto-detect.\n- to (alias): Target language IETF tag. If same as source, text will be paraphrased.\n- content: UTF-8 text to translate or paraphrase.\n- settings: Optional configuration settings for translation."),
13
+ output: z.object({ text: z.string().describe("Transformed text (translated or paraphrased).") }).describe("Response model for Tisane `/transform` endpoint.")
14
+ });
15
+ //#endregion
16
+ export { tisaneTransformText };
17
+
18
+ //# sourceMappingURL=transform-text.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transform-text.mjs","names":[],"sources":["../../src/actions/transform-text.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TisaneTransformTextInput: z.ZodTypeAny = z.object({\n to: z.string().describe(\"Target language IETF tag. If same as source, text will be paraphrased.\"),\n from: z.string().describe(\"Source language IETF tag. Use '*' or 'lang1|lang2' to auto-detect.\"),\n content: z.string().describe(\"Text content to transform (UTF-8).\"),\n settings: z.record(z.string(), z.unknown()).describe(\"Optional translation settings (see Tisane API Configuration).\").optional(),\n}).describe(\"Request parameters for Tisane `/transform` endpoint:\\n- from (alias): Source language IETF tag. Use '*' or 'lang1|lang2' to auto-detect.\\n- to (alias): Target language IETF tag. If same as source, text will be paraphrased.\\n- content: UTF-8 text to translate or paraphrase.\\n- settings: Optional configuration settings for translation.\");\nexport const TisaneTransformTextOutput: z.ZodTypeAny = z.object({\n text: z.string().describe(\"Transformed text (translated or paraphrased).\"),\n}).describe(\"Response model for Tisane `/transform` endpoint.\");\n\nexport const tisaneTransformText = action(\"TISANE_TRANSFORM_TEXT\", {\n slug: \"tisane-transform-text\",\n name: \"Transform Text\",\n description: \"Tool to translate or paraphrase text. Use when you need to convert content between languages or paraphrase within the same language.\",\n input: TisaneTransformTextInput,\n output: TisaneTransformTextOutput,\n});\n"],"mappings":";;AAcA,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdoD,EAAE,OAAO;EAC7D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;EAChG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;EAC9F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;EACjE,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;CACjI,CAAC,CAAC,CAAC,SAAS,iVASH;CACP,QATqD,EAAE,OAAO,EAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,EAC3E,CAAC,CAAC,CAAC,SAAS,kDAOF;AACV,CAAC"}
package/dist/app.cjs ADDED
@@ -0,0 +1,9 @@
1
+ //#region src/app.ts
2
+ const tisane = (0, require("@keystrokehq/keystroke/app").defineApp)({
3
+ slug: "tisane",
4
+ auth: "keystroke"
5
+ });
6
+ //#endregion
7
+ exports.tisane = tisane;
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 tisane = defineApp({\n slug: \"tisane\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,UAAA,uCAAA,CAAA,CAAA,UAAA,CAAmB;CAC9B,MAAM;CACN,MAAM;AACR,CAAC"}
package/dist/app.d.cts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const tisane: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { tisane };
5
+ //# sourceMappingURL=app.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,MAAA,6BAAM,GAAA,+BAAA,UAAA"}
package/dist/app.d.mts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const tisane: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { tisane };
5
+ //# sourceMappingURL=app.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,MAAA,6BAAM,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 tisane = defineApp({
4
+ slug: "tisane",
5
+ auth: "keystroke"
6
+ });
7
+ //#endregion
8
+ export { tisane };
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 tisane = defineApp({\n slug: \"tisane\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,SAAS,UAAU;CAC9B,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 tisaneCatalog = {
4
+ "slug": "tisane",
5
+ "name": "Tisane",
6
+ "description": "Tisane API is a natural language processing tool that detects problematic content, extracts topics, and performs aspect-based sentiment analysis across 27 languages.",
7
+ "category": "Artificial Intelligence",
8
+ "logo": "https://logos.composio.dev/api/tisane",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ exports.tisaneCatalog = tisaneCatalog;
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 tisaneCatalog = {\n \"slug\": \"tisane\",\n \"name\": \"Tisane\",\n \"description\": \"Tisane API is a natural language processing tool that detects problematic content, extracts topics, and performs aspect-based sentiment analysis across 27 languages.\",\n \"category\": \"Artificial Intelligence\",\n \"logo\": \"https://logos.composio.dev/api/tisane\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,gBAAgB;CAC3B,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 tisaneCatalog: {
4
+ readonly slug: "tisane";
5
+ readonly name: "Tisane";
6
+ readonly description: "Tisane API is a natural language processing tool that detects problematic content, extracts topics, and performs aspect-based sentiment analysis across 27 languages.";
7
+ readonly category: "Artificial Intelligence";
8
+ readonly logo: "https://logos.composio.dev/api/tisane";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { tisaneCatalog };
14
+ //# sourceMappingURL=catalog.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,aAAA;EAAA"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const tisaneCatalog: {
4
+ readonly slug: "tisane";
5
+ readonly name: "Tisane";
6
+ readonly description: "Tisane API is a natural language processing tool that detects problematic content, extracts topics, and performs aspect-based sentiment analysis across 27 languages.";
7
+ readonly category: "Artificial Intelligence";
8
+ readonly logo: "https://logos.composio.dev/api/tisane";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { tisaneCatalog };
14
+ //# sourceMappingURL=catalog.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,aAAA;EAAA"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const tisaneCatalog = {
4
+ "slug": "tisane",
5
+ "name": "Tisane",
6
+ "description": "Tisane API is a natural language processing tool that detects problematic content, extracts topics, and performs aspect-based sentiment analysis across 27 languages.",
7
+ "category": "Artificial Intelligence",
8
+ "logo": "https://logos.composio.dev/api/tisane",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ export { tisaneCatalog };
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 tisaneCatalog = {\n \"slug\": \"tisane\",\n \"name\": \"Tisane\",\n \"description\": \"Tisane API is a natural language processing tool that detects problematic content, extracts topics, and performs aspect-based sentiment analysis across 27 languages.\",\n \"category\": \"Artificial Intelligence\",\n \"logo\": \"https://logos.composio.dev/api/tisane\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,gBAAgB;CAC3B,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 = "tisane";
4
+ /** Pinned app version — updated on regeneration. */
5
+ const APP_VERSION = "20260615_00";
6
+ async function executeTisaneTool(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.executeTisaneTool = executeTisaneTool;
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 = \"tisane\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeTisaneTool(\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,kBACpB,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 = "tisane";
4
+ /** Pinned app version — updated on regeneration. */
5
+ const APP_VERSION = "20260615_00";
6
+ async function executeTisaneTool(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 { executeTisaneTool };
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 = \"tisane\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeTisaneTool(\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,kBACpB,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,32 @@
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_analyze_text = require("./actions/analyze-text.cjs");
5
+ const require_calculate_similarity = require("./actions/calculate-similarity.cjs");
6
+ const require_compare_entities = require("./actions/compare-entities.cjs");
7
+ const require_detect_language = require("./actions/detect-language.cjs");
8
+ const require_extract_text = require("./actions/extract-text.cjs");
9
+ const require_get_family_details = require("./actions/get-family-details.cjs");
10
+ const require_get_supported_languages = require("./actions/get-supported-languages.cjs");
11
+ const require_list_feature_values = require("./actions/list-feature-values.cjs");
12
+ const require_list_hypernyms = require("./actions/list-hypernyms.cjs");
13
+ const require_list_hyponyms = require("./actions/list-hyponyms.cjs");
14
+ const require_list_inflections = require("./actions/list-inflections.cjs");
15
+ const require_list_word_senses = require("./actions/list-word-senses.cjs");
16
+ const require_transform_text = require("./actions/transform-text.cjs");
17
+ require("./actions/index.cjs");
18
+ exports.tisane = require_app.tisane;
19
+ exports.tisaneAnalyzeText = require_analyze_text.tisaneAnalyzeText;
20
+ exports.tisaneCalculateSimilarity = require_calculate_similarity.tisaneCalculateSimilarity;
21
+ exports.tisaneCatalog = require_catalog.tisaneCatalog;
22
+ exports.tisaneCompareEntities = require_compare_entities.tisaneCompareEntities;
23
+ exports.tisaneDetectLanguage = require_detect_language.tisaneDetectLanguage;
24
+ exports.tisaneExtractText = require_extract_text.tisaneExtractText;
25
+ exports.tisaneGetFamilyDetails = require_get_family_details.tisaneGetFamilyDetails;
26
+ exports.tisaneGetSupportedLanguages = require_get_supported_languages.tisaneGetSupportedLanguages;
27
+ exports.tisaneListFeatureValues = require_list_feature_values.tisaneListFeatureValues;
28
+ exports.tisaneListHypernyms = require_list_hypernyms.tisaneListHypernyms;
29
+ exports.tisaneListHyponyms = require_list_hyponyms.tisaneListHyponyms;
30
+ exports.tisaneListInflections = require_list_inflections.tisaneListInflections;
31
+ exports.tisaneListWordSenses = require_list_word_senses.tisaneListWordSenses;
32
+ exports.tisaneTransformText = require_transform_text.tisaneTransformText;
@@ -0,0 +1,16 @@
1
+ import { tisaneAnalyzeText } from "./actions/analyze-text.cjs";
2
+ import { tisaneCalculateSimilarity } from "./actions/calculate-similarity.cjs";
3
+ import { tisaneCompareEntities } from "./actions/compare-entities.cjs";
4
+ import { tisaneDetectLanguage } from "./actions/detect-language.cjs";
5
+ import { tisaneExtractText } from "./actions/extract-text.cjs";
6
+ import { tisaneGetFamilyDetails } from "./actions/get-family-details.cjs";
7
+ import { tisaneGetSupportedLanguages } from "./actions/get-supported-languages.cjs";
8
+ import { tisaneListFeatureValues } from "./actions/list-feature-values.cjs";
9
+ import { tisaneListHypernyms } from "./actions/list-hypernyms.cjs";
10
+ import { tisaneListHyponyms } from "./actions/list-hyponyms.cjs";
11
+ import { tisaneListInflections } from "./actions/list-inflections.cjs";
12
+ import { tisaneListWordSenses } from "./actions/list-word-senses.cjs";
13
+ import { tisaneTransformText } from "./actions/transform-text.cjs";
14
+ import { tisane } from "./app.cjs";
15
+ import { tisaneCatalog } from "./catalog.cjs";
16
+ export { tisane, tisaneAnalyzeText, tisaneCalculateSimilarity, tisaneCatalog, tisaneCompareEntities, tisaneDetectLanguage, tisaneExtractText, tisaneGetFamilyDetails, tisaneGetSupportedLanguages, tisaneListFeatureValues, tisaneListHypernyms, tisaneListHyponyms, tisaneListInflections, tisaneListWordSenses, tisaneTransformText };
@@ -0,0 +1,16 @@
1
+ import { tisaneAnalyzeText } from "./actions/analyze-text.mjs";
2
+ import { tisaneCalculateSimilarity } from "./actions/calculate-similarity.mjs";
3
+ import { tisaneCompareEntities } from "./actions/compare-entities.mjs";
4
+ import { tisaneDetectLanguage } from "./actions/detect-language.mjs";
5
+ import { tisaneExtractText } from "./actions/extract-text.mjs";
6
+ import { tisaneGetFamilyDetails } from "./actions/get-family-details.mjs";
7
+ import { tisaneGetSupportedLanguages } from "./actions/get-supported-languages.mjs";
8
+ import { tisaneListFeatureValues } from "./actions/list-feature-values.mjs";
9
+ import { tisaneListHypernyms } from "./actions/list-hypernyms.mjs";
10
+ import { tisaneListHyponyms } from "./actions/list-hyponyms.mjs";
11
+ import { tisaneListInflections } from "./actions/list-inflections.mjs";
12
+ import { tisaneListWordSenses } from "./actions/list-word-senses.mjs";
13
+ import { tisaneTransformText } from "./actions/transform-text.mjs";
14
+ import { tisane } from "./app.mjs";
15
+ import { tisaneCatalog } from "./catalog.mjs";
16
+ export { tisane, tisaneAnalyzeText, tisaneCalculateSimilarity, tisaneCatalog, tisaneCompareEntities, tisaneDetectLanguage, tisaneExtractText, tisaneGetFamilyDetails, tisaneGetSupportedLanguages, tisaneListFeatureValues, tisaneListHypernyms, tisaneListHyponyms, tisaneListInflections, tisaneListWordSenses, tisaneTransformText };
package/dist/index.mjs ADDED
@@ -0,0 +1,17 @@
1
+ import { tisane } from "./app.mjs";
2
+ import { tisaneCatalog } from "./catalog.mjs";
3
+ import { tisaneAnalyzeText } from "./actions/analyze-text.mjs";
4
+ import { tisaneCalculateSimilarity } from "./actions/calculate-similarity.mjs";
5
+ import { tisaneCompareEntities } from "./actions/compare-entities.mjs";
6
+ import { tisaneDetectLanguage } from "./actions/detect-language.mjs";
7
+ import { tisaneExtractText } from "./actions/extract-text.mjs";
8
+ import { tisaneGetFamilyDetails } from "./actions/get-family-details.mjs";
9
+ import { tisaneGetSupportedLanguages } from "./actions/get-supported-languages.mjs";
10
+ import { tisaneListFeatureValues } from "./actions/list-feature-values.mjs";
11
+ import { tisaneListHypernyms } from "./actions/list-hypernyms.mjs";
12
+ import { tisaneListHyponyms } from "./actions/list-hyponyms.mjs";
13
+ import { tisaneListInflections } from "./actions/list-inflections.mjs";
14
+ import { tisaneListWordSenses } from "./actions/list-word-senses.mjs";
15
+ import { tisaneTransformText } from "./actions/transform-text.mjs";
16
+ import "./actions/index.mjs";
17
+ export { tisane, tisaneAnalyzeText, tisaneCalculateSimilarity, tisaneCatalog, tisaneCompareEntities, tisaneDetectLanguage, tisaneExtractText, tisaneGetFamilyDetails, tisaneGetSupportedLanguages, tisaneListFeatureValues, tisaneListHypernyms, tisaneListHyponyms, tisaneListInflections, tisaneListWordSenses, tisaneTransformText };
package/package.json ADDED
@@ -0,0 +1,49 @@
1
+ {
2
+ "name": "@keystrokehq/tisane",
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/tisane"
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
+ }