@keystrokehq/slite 0.1.0 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/ask-question.cjs +7 -7
- package/dist/actions/ask-question.cjs.map +1 -1
- package/dist/actions/ask-question.d.cts +20 -3
- package/dist/actions/ask-question.d.cts.map +1 -1
- package/dist/actions/ask-question.d.mts +20 -3
- package/dist/actions/ask-question.d.mts.map +1 -1
- package/dist/actions/ask-question.mjs +7 -7
- package/dist/actions/ask-question.mjs.map +1 -1
- package/dist/actions/create-note.cjs +5 -5
- package/dist/actions/create-note.cjs.map +1 -1
- package/dist/actions/create-note.d.cts +24 -3
- package/dist/actions/create-note.d.cts.map +1 -1
- package/dist/actions/create-note.d.mts +24 -3
- package/dist/actions/create-note.d.mts.map +1 -1
- package/dist/actions/create-note.mjs +5 -5
- package/dist/actions/create-note.mjs.map +1 -1
- package/dist/actions/delete-note-by-id.cjs +2 -2
- package/dist/actions/delete-note-by-id.cjs.map +1 -1
- package/dist/actions/delete-note-by-id.d.cts +10 -3
- package/dist/actions/delete-note-by-id.d.cts.map +1 -1
- package/dist/actions/delete-note-by-id.d.mts +10 -3
- package/dist/actions/delete-note-by-id.d.mts.map +1 -1
- package/dist/actions/delete-note-by-id.mjs +2 -2
- package/dist/actions/delete-note-by-id.mjs.map +1 -1
- package/dist/actions/flag-note-as-outdated.cjs +6 -6
- package/dist/actions/flag-note-as-outdated.cjs.map +1 -1
- package/dist/actions/flag-note-as-outdated.d.cts +17 -3
- package/dist/actions/flag-note-as-outdated.d.cts.map +1 -1
- package/dist/actions/flag-note-as-outdated.d.mts +17 -3
- package/dist/actions/flag-note-as-outdated.d.mts.map +1 -1
- package/dist/actions/flag-note-as-outdated.mjs +6 -6
- package/dist/actions/flag-note-as-outdated.mjs.map +1 -1
- package/dist/actions/get-authenticated-user.cjs +5 -5
- package/dist/actions/get-authenticated-user.cjs.map +1 -1
- package/dist/actions/get-authenticated-user.d.cts +8 -3
- package/dist/actions/get-authenticated-user.d.cts.map +1 -1
- package/dist/actions/get-authenticated-user.d.mts +8 -3
- package/dist/actions/get-authenticated-user.d.mts.map +1 -1
- package/dist/actions/get-authenticated-user.mjs +5 -5
- package/dist/actions/get-authenticated-user.mjs.map +1 -1
- package/dist/actions/get-note-by-id.cjs +6 -6
- package/dist/actions/get-note-by-id.cjs.map +1 -1
- package/dist/actions/get-note-by-id.d.cts +27 -3
- package/dist/actions/get-note-by-id.d.cts.map +1 -1
- package/dist/actions/get-note-by-id.d.mts +27 -3
- package/dist/actions/get-note-by-id.d.mts.map +1 -1
- package/dist/actions/get-note-by-id.mjs +6 -6
- package/dist/actions/get-note-by-id.mjs.map +1 -1
- package/dist/actions/get-note-children.cjs +9 -9
- package/dist/actions/get-note-children.cjs.map +1 -1
- package/dist/actions/get-note-children.d.cts +24 -3
- package/dist/actions/get-note-children.d.cts.map +1 -1
- package/dist/actions/get-note-children.d.mts +24 -3
- package/dist/actions/get-note-children.d.mts.map +1 -1
- package/dist/actions/get-note-children.mjs +9 -9
- package/dist/actions/get-note-children.mjs.map +1 -1
- package/dist/actions/list-notes.cjs +8 -8
- package/dist/actions/list-notes.cjs.map +1 -1
- package/dist/actions/list-notes.d.cts +21 -3
- package/dist/actions/list-notes.d.cts.map +1 -1
- package/dist/actions/list-notes.d.mts +21 -3
- package/dist/actions/list-notes.d.mts.map +1 -1
- package/dist/actions/list-notes.mjs +8 -8
- package/dist/actions/list-notes.mjs.map +1 -1
- package/dist/actions/search-groups.cjs +7 -7
- package/dist/actions/search-groups.cjs.map +1 -1
- package/dist/actions/search-groups.d.cts +18 -3
- package/dist/actions/search-groups.d.cts.map +1 -1
- package/dist/actions/search-groups.d.mts +18 -3
- package/dist/actions/search-groups.d.mts.map +1 -1
- package/dist/actions/search-groups.mjs +7 -7
- package/dist/actions/search-groups.mjs.map +1 -1
- package/dist/actions/search-notes.cjs +13 -13
- package/dist/actions/search-notes.cjs.map +1 -1
- package/dist/actions/search-notes.d.cts +54 -3
- package/dist/actions/search-notes.d.cts.map +1 -1
- package/dist/actions/search-notes.d.mts +54 -3
- package/dist/actions/search-notes.d.mts.map +1 -1
- package/dist/actions/search-notes.mjs +13 -13
- package/dist/actions/search-notes.mjs.map +1 -1
- package/dist/actions/search-users.cjs +7 -7
- package/dist/actions/search-users.cjs.map +1 -1
- package/dist/actions/search-users.d.cts +23 -3
- package/dist/actions/search-users.d.cts.map +1 -1
- package/dist/actions/search-users.d.mts +23 -3
- package/dist/actions/search-users.d.mts.map +1 -1
- package/dist/actions/search-users.mjs +7 -7
- package/dist/actions/search-users.mjs.map +1 -1
- package/dist/actions/update-note-archived-state.cjs +5 -5
- package/dist/actions/update-note-archived-state.cjs.map +1 -1
- package/dist/actions/update-note-archived-state.d.cts +16 -3
- package/dist/actions/update-note-archived-state.d.cts.map +1 -1
- package/dist/actions/update-note-archived-state.d.mts +16 -3
- package/dist/actions/update-note-archived-state.d.mts.map +1 -1
- package/dist/actions/update-note-archived-state.mjs +5 -5
- package/dist/actions/update-note-archived-state.mjs.map +1 -1
- package/dist/actions/update-note-owner.cjs +5 -5
- package/dist/actions/update-note-owner.cjs.map +1 -1
- package/dist/actions/update-note-owner.d.cts +18 -3
- package/dist/actions/update-note-owner.d.cts.map +1 -1
- package/dist/actions/update-note-owner.d.mts +18 -3
- package/dist/actions/update-note-owner.d.mts.map +1 -1
- package/dist/actions/update-note-owner.mjs +5 -5
- package/dist/actions/update-note-owner.mjs.map +1 -1
- package/dist/actions/update-note.cjs +5 -5
- package/dist/actions/update-note.cjs.map +1 -1
- package/dist/actions/update-note.d.cts +25 -3
- package/dist/actions/update-note.d.cts.map +1 -1
- package/dist/actions/update-note.d.mts +25 -3
- package/dist/actions/update-note.d.mts.map +1 -1
- package/dist/actions/update-note.mjs +5 -5
- package/dist/actions/update-note.mjs.map +1 -1
- package/dist/actions/update-tile.cjs +1 -1
- package/dist/actions/update-tile.cjs.map +1 -1
- package/dist/actions/update-tile.d.cts +27 -3
- package/dist/actions/update-tile.d.cts.map +1 -1
- package/dist/actions/update-tile.d.mts +27 -3
- package/dist/actions/update-tile.d.mts.map +1 -1
- package/dist/actions/update-tile.mjs +1 -1
- package/dist/actions/update-tile.mjs.map +1 -1
- package/dist/actions/verify-note.cjs +5 -5
- package/dist/actions/verify-note.cjs.map +1 -1
- package/dist/actions/verify-note.d.cts +19 -3
- package/dist/actions/verify-note.d.cts.map +1 -1
- package/dist/actions/verify-note.d.mts +19 -3
- package/dist/actions/verify-note.d.mts.map +1 -1
- package/dist/actions/verify-note.mjs +5 -5
- package/dist/actions/verify-note.mjs.map +1 -1
- package/dist/catalog.cjs +7 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +8 -0
- package/dist/catalog.d.mts +8 -0
- package/dist/catalog.mjs +7 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-tile.cjs","names":["z","action"],"sources":["../../src/actions/update-tile.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SliteUpdateTileInput
|
|
1
|
+
{"version":3,"file":"update-tile.cjs","names":["z","action"],"sources":["../../src/actions/update-tile.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SliteUpdateTileInput = z.object({\n url: z.string().describe(\"The tile can be linked to an external URL\").optional(),\n title: z.string().describe(\"Title of the tile\").optional(),\n noteId: z.string().describe(\"Note id containing the tile id\"),\n status: z.object({\n label: z.string().describe(\"Content of the status\"),\n colorHex: z.string().describe(\"Hex color code for the status (e.g., #FF5733)\").optional(),\n}).describe(\"Status object for the tile.\").optional(),\n tileId: z.string().describe(\"Tile id to update\"),\n content: z.string().describe(\"The content of the tile. Can be in markdown format.\").optional(),\n iconURL: z.string().describe(\"Icon URL to show in the tile\").optional(),\n}).describe(\"Request model for updating a tile in a Slite note.\");\nexport const SliteUpdateTileOutput = z.object({\n url: z.string().describe(\"Direct url of the tile in the note\").nullable(),\n}).passthrough().describe(\"Response model for update tile action.\");\n\nexport const sliteUpdateTile = action(\"SLITE_UPDATE_TILE\", {\n slug: \"slite-update-tile\",\n name: \"Update Tile in Note\",\n description: \"Tool to update or create a tile within a Slite note with structured header and markdown content. Use when you need to update tile information including title, status, content, icon, or external URL.\",\n input: SliteUpdateTileInput,\n output: SliteUpdateTileOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAuBA,IAAAA,EAAE,OAAO;CAC3C,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CAC/E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;CACzD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC5D,QAAQA,IAAAA,EAAE,OAAO;EACjB,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;EAClD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC1F,CAAC,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CAClD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;CAC/C,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAC7F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;AACxE,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,wBAAwBA,IAAAA,EAAE,OAAO,EAC5C,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,EAC1E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAAwC;AAElE,MAAa,kBAAkBC,eAAAA,OAAO,qBAAqB;CACzD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,33 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/update-tile.d.ts
|
|
4
|
-
declare const SliteUpdateTileInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SliteUpdateTileInput: z.ZodObject<{
|
|
5
|
+
url: z.ZodOptional<z.ZodString>;
|
|
6
|
+
title: z.ZodOptional<z.ZodString>;
|
|
7
|
+
noteId: z.ZodString;
|
|
8
|
+
status: z.ZodOptional<z.ZodObject<{
|
|
9
|
+
label: z.ZodString;
|
|
10
|
+
colorHex: z.ZodOptional<z.ZodString>;
|
|
11
|
+
}, z.core.$strip>>;
|
|
12
|
+
tileId: z.ZodString;
|
|
13
|
+
content: z.ZodOptional<z.ZodString>;
|
|
14
|
+
iconURL: z.ZodOptional<z.ZodString>;
|
|
15
|
+
}, z.core.$strip>;
|
|
16
|
+
declare const SliteUpdateTileOutput: z.ZodObject<{
|
|
17
|
+
url: z.ZodNullable<z.ZodString>;
|
|
18
|
+
}, z.core.$loose>;
|
|
19
|
+
declare const sliteUpdateTile: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
20
|
+
noteId: string;
|
|
21
|
+
tileId: string;
|
|
22
|
+
url?: string | undefined;
|
|
23
|
+
title?: string | undefined;
|
|
24
|
+
status?: {
|
|
25
|
+
label: string;
|
|
26
|
+
colorHex?: string | undefined;
|
|
27
|
+
} | undefined;
|
|
28
|
+
content?: string | undefined;
|
|
29
|
+
iconURL?: string | undefined;
|
|
30
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
31
|
//#endregion
|
|
8
32
|
export { sliteUpdateTile };
|
|
9
33
|
//# sourceMappingURL=update-tile.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-tile.d.cts","names":[],"sources":["../../src/actions/update-tile.ts"],"mappings":";;;cAIa,oBAAA,
|
|
1
|
+
{"version":3,"file":"update-tile.d.cts","names":[],"sources":["../../src/actions/update-tile.ts"],"mappings":";;;cAIa,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;;;;;;;;;cAYpB,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;cAIrB,eAAA,gCAAe,wBAAA"}
|
|
@@ -1,9 +1,33 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/update-tile.d.ts
|
|
4
|
-
declare const SliteUpdateTileInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SliteUpdateTileInput: z.ZodObject<{
|
|
5
|
+
url: z.ZodOptional<z.ZodString>;
|
|
6
|
+
title: z.ZodOptional<z.ZodString>;
|
|
7
|
+
noteId: z.ZodString;
|
|
8
|
+
status: z.ZodOptional<z.ZodObject<{
|
|
9
|
+
label: z.ZodString;
|
|
10
|
+
colorHex: z.ZodOptional<z.ZodString>;
|
|
11
|
+
}, z.core.$strip>>;
|
|
12
|
+
tileId: z.ZodString;
|
|
13
|
+
content: z.ZodOptional<z.ZodString>;
|
|
14
|
+
iconURL: z.ZodOptional<z.ZodString>;
|
|
15
|
+
}, z.core.$strip>;
|
|
16
|
+
declare const SliteUpdateTileOutput: z.ZodObject<{
|
|
17
|
+
url: z.ZodNullable<z.ZodString>;
|
|
18
|
+
}, z.core.$loose>;
|
|
19
|
+
declare const sliteUpdateTile: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
20
|
+
noteId: string;
|
|
21
|
+
tileId: string;
|
|
22
|
+
url?: string | undefined;
|
|
23
|
+
title?: string | undefined;
|
|
24
|
+
status?: {
|
|
25
|
+
label: string;
|
|
26
|
+
colorHex?: string | undefined;
|
|
27
|
+
} | undefined;
|
|
28
|
+
content?: string | undefined;
|
|
29
|
+
iconURL?: string | undefined;
|
|
30
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
31
|
//#endregion
|
|
8
32
|
export { sliteUpdateTile };
|
|
9
33
|
//# sourceMappingURL=update-tile.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-tile.d.mts","names":[],"sources":["../../src/actions/update-tile.ts"],"mappings":";;;cAIa,oBAAA,
|
|
1
|
+
{"version":3,"file":"update-tile.d.mts","names":[],"sources":["../../src/actions/update-tile.ts"],"mappings":";;;cAIa,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;;;;;;;;;cAYpB,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;cAIrB,eAAA,gCAAe,wBAAA"}
|
|
@@ -16,7 +16,7 @@ const sliteUpdateTile = action("SLITE_UPDATE_TILE", {
|
|
|
16
16
|
content: z.string().describe("The content of the tile. Can be in markdown format.").optional(),
|
|
17
17
|
iconURL: z.string().describe("Icon URL to show in the tile").optional()
|
|
18
18
|
}).describe("Request model for updating a tile in a Slite note."),
|
|
19
|
-
output: z.object({ url: z.string().describe("Direct url of the tile in the note") }).describe("Response model for update tile action.")
|
|
19
|
+
output: z.object({ url: z.string().describe("Direct url of the tile in the note").nullable() }).passthrough().describe("Response model for update tile action.")
|
|
20
20
|
});
|
|
21
21
|
//#endregion
|
|
22
22
|
export { sliteUpdateTile };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-tile.mjs","names":[],"sources":["../../src/actions/update-tile.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SliteUpdateTileInput
|
|
1
|
+
{"version":3,"file":"update-tile.mjs","names":[],"sources":["../../src/actions/update-tile.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SliteUpdateTileInput = z.object({\n url: z.string().describe(\"The tile can be linked to an external URL\").optional(),\n title: z.string().describe(\"Title of the tile\").optional(),\n noteId: z.string().describe(\"Note id containing the tile id\"),\n status: z.object({\n label: z.string().describe(\"Content of the status\"),\n colorHex: z.string().describe(\"Hex color code for the status (e.g., #FF5733)\").optional(),\n}).describe(\"Status object for the tile.\").optional(),\n tileId: z.string().describe(\"Tile id to update\"),\n content: z.string().describe(\"The content of the tile. Can be in markdown format.\").optional(),\n iconURL: z.string().describe(\"Icon URL to show in the tile\").optional(),\n}).describe(\"Request model for updating a tile in a Slite note.\");\nexport const SliteUpdateTileOutput = z.object({\n url: z.string().describe(\"Direct url of the tile in the note\").nullable(),\n}).passthrough().describe(\"Response model for update tile action.\");\n\nexport const sliteUpdateTile = action(\"SLITE_UPDATE_TILE\", {\n slug: \"slite-update-tile\",\n name: \"Update Tile in Note\",\n description: \"Tool to update or create a tile within a Slite note with structured header and markdown content. Use when you need to update tile information including title, status, content, icon, or external URL.\",\n input: SliteUpdateTileInput,\n output: SliteUpdateTileOutput,\n});\n"],"mappings":";;AAoBA,MAAa,kBAAkB,OAAO,qBAAqB;CACzD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApBkC,EAAE,OAAO;EAC3C,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;EAC/E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;EACzD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;EAC5D,QAAQ,EAAE,OAAO;GACjB,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;GAClD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;EAC1F,CAAC,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;EAClD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;EAC/C,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;EAC7F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACxE,CAAC,CAAC,CAAC,SAAS,oDASH;CACP,QATmC,EAAE,OAAO,EAC5C,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,EAC1E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAOhB;AACV,CAAC"}
|
|
@@ -6,16 +6,16 @@ const SliteVerifyNoteInput = zod.z.object({
|
|
|
6
6
|
noteId: zod.z.string().describe("Note id to update")
|
|
7
7
|
}).describe("Request model for verifying a note with optional expiration.");
|
|
8
8
|
const SliteVerifyNoteOutput = zod.z.object({
|
|
9
|
-
id: zod.z.string().describe("Id of the note"),
|
|
10
|
-
url: zod.z.string().describe("Url to the note"),
|
|
11
|
-
title: zod.z.string().describe("Title of the note"),
|
|
9
|
+
id: zod.z.string().describe("Id of the note").nullable(),
|
|
10
|
+
url: zod.z.string().describe("Url to the note").nullable(),
|
|
11
|
+
title: zod.z.string().describe("Title of the note").nullable(),
|
|
12
12
|
columns: zod.z.array(zod.z.string()).describe("If note is in a collection, it will contain its column names").nullable().optional(),
|
|
13
|
-
updatedAt: zod.z.string().describe("Date of the last update of the note"),
|
|
13
|
+
updatedAt: zod.z.string().describe("Date of the last update of the note").nullable(),
|
|
14
14
|
archivedAt: zod.z.string().describe("Date of the archiving of the note (null if not archived)").nullable().optional(),
|
|
15
15
|
attributes: zod.z.array(zod.z.string()).describe("If note is in a collection, it will contain its attributes ordered by column").nullable().optional(),
|
|
16
16
|
reviewState: zod.z.string().describe("Review state of the note - Verified, Outdated or VerificationRequested").nullable().optional(),
|
|
17
17
|
parentNoteId: zod.z.string().describe("Parent note id of the current note. It can be null if it's a root note.").nullable().optional()
|
|
18
|
-
}).describe("Response model for a verified note containing note details.");
|
|
18
|
+
}).passthrough().describe("Response model for a verified note containing note details.");
|
|
19
19
|
const sliteVerifyNote = require_action.action("SLITE_VERIFY_NOTE", {
|
|
20
20
|
slug: "slite-verify-note",
|
|
21
21
|
name: "Verify Note",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"verify-note.cjs","names":["z","action"],"sources":["../../src/actions/verify-note.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SliteVerifyNoteInput
|
|
1
|
+
{"version":3,"file":"verify-note.cjs","names":["z","action"],"sources":["../../src/actions/verify-note.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SliteVerifyNoteInput = z.object({\n until: z.string().describe(\"Expiration of the verification status as ISO 8601 date-time string. Set to null for no expiration.\").optional(),\n noteId: z.string().describe(\"Note id to update\"),\n}).describe(\"Request model for verifying a note with optional expiration.\");\nexport const SliteVerifyNoteOutput = z.object({\n id: z.string().describe(\"Id of the note\").nullable(),\n url: z.string().describe(\"Url to the note\").nullable(),\n title: z.string().describe(\"Title of the note\").nullable(),\n columns: z.array(z.string()).describe(\"If note is in a collection, it will contain its column names\").nullable().optional(),\n updatedAt: z.string().describe(\"Date of the last update of the note\").nullable(),\n archivedAt: z.string().describe(\"Date of the archiving of the note (null if not archived)\").nullable().optional(),\n attributes: z.array(z.string()).describe(\"If note is in a collection, it will contain its attributes ordered by column\").nullable().optional(),\n reviewState: z.string().describe(\"Review state of the note - Verified, Outdated or VerificationRequested\").nullable().optional(),\n parentNoteId: z.string().describe(\"Parent note id of the current note. It can be null if it's a root note.\").nullable().optional(),\n}).passthrough().describe(\"Response model for a verified note containing note details.\");\n\nexport const sliteVerifyNote = action(\"SLITE_VERIFY_NOTE\", {\n slug: \"slite-verify-note\",\n name: \"Verify Note\",\n description: \"Tool to set a note's verification status to Verified with optional expiration. Use when you need to mark a note as verified or update its verification expiration date.\",\n input: SliteVerifyNoteInput,\n output: SliteVerifyNoteOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAuBA,IAAAA,EAAE,OAAO;CAC3C,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;CAC1I,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;AACjD,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAa,wBAAwBA,IAAAA,EAAE,OAAO;CAC5C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS;CACnD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS;CACrD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;CACzD,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAC/E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7I,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/H,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6DAA6D;AAEvF,MAAa,kBAAkBC,eAAAA,OAAO,qBAAqB;CACzD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,25 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/verify-note.d.ts
|
|
4
|
-
declare const SliteVerifyNoteInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SliteVerifyNoteInput: z.ZodObject<{
|
|
5
|
+
until: z.ZodOptional<z.ZodString>;
|
|
6
|
+
noteId: z.ZodString;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
declare const SliteVerifyNoteOutput: z.ZodObject<{
|
|
9
|
+
id: z.ZodNullable<z.ZodString>;
|
|
10
|
+
url: z.ZodNullable<z.ZodString>;
|
|
11
|
+
title: z.ZodNullable<z.ZodString>;
|
|
12
|
+
columns: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
13
|
+
updatedAt: z.ZodNullable<z.ZodString>;
|
|
14
|
+
archivedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
+
attributes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
16
|
+
reviewState: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
|
+
parentNoteId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
}, z.core.$loose>;
|
|
19
|
+
declare const sliteVerifyNote: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
20
|
+
noteId: string;
|
|
21
|
+
until?: string | undefined;
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
23
|
//#endregion
|
|
8
24
|
export { sliteVerifyNote };
|
|
9
25
|
//# sourceMappingURL=verify-note.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"verify-note.d.cts","names":[],"sources":["../../src/actions/verify-note.ts"],"mappings":";;;cAIa,oBAAA,
|
|
1
|
+
{"version":3,"file":"verify-note.d.cts","names":[],"sources":["../../src/actions/verify-note.ts"],"mappings":";;;cAIa,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;cAIpB,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;;;;;;;;;cAYrB,eAAA,gCAAe,wBAAA"}
|
|
@@ -1,9 +1,25 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/verify-note.d.ts
|
|
4
|
-
declare const SliteVerifyNoteInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SliteVerifyNoteInput: z.ZodObject<{
|
|
5
|
+
until: z.ZodOptional<z.ZodString>;
|
|
6
|
+
noteId: z.ZodString;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
declare const SliteVerifyNoteOutput: z.ZodObject<{
|
|
9
|
+
id: z.ZodNullable<z.ZodString>;
|
|
10
|
+
url: z.ZodNullable<z.ZodString>;
|
|
11
|
+
title: z.ZodNullable<z.ZodString>;
|
|
12
|
+
columns: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
13
|
+
updatedAt: z.ZodNullable<z.ZodString>;
|
|
14
|
+
archivedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
+
attributes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
16
|
+
reviewState: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
|
+
parentNoteId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
}, z.core.$loose>;
|
|
19
|
+
declare const sliteVerifyNote: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
20
|
+
noteId: string;
|
|
21
|
+
until?: string | undefined;
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
23
|
//#endregion
|
|
8
24
|
export { sliteVerifyNote };
|
|
9
25
|
//# sourceMappingURL=verify-note.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"verify-note.d.mts","names":[],"sources":["../../src/actions/verify-note.ts"],"mappings":";;;cAIa,oBAAA,
|
|
1
|
+
{"version":3,"file":"verify-note.d.mts","names":[],"sources":["../../src/actions/verify-note.ts"],"mappings":";;;cAIa,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;cAIpB,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;;;;;;;;;cAYrB,eAAA,gCAAe,wBAAA"}
|
|
@@ -9,16 +9,16 @@ const sliteVerifyNote = action("SLITE_VERIFY_NOTE", {
|
|
|
9
9
|
noteId: z.string().describe("Note id to update")
|
|
10
10
|
}).describe("Request model for verifying a note with optional expiration."),
|
|
11
11
|
output: z.object({
|
|
12
|
-
id: z.string().describe("Id of the note"),
|
|
13
|
-
url: z.string().describe("Url to the note"),
|
|
14
|
-
title: z.string().describe("Title of the note"),
|
|
12
|
+
id: z.string().describe("Id of the note").nullable(),
|
|
13
|
+
url: z.string().describe("Url to the note").nullable(),
|
|
14
|
+
title: z.string().describe("Title of the note").nullable(),
|
|
15
15
|
columns: z.array(z.string()).describe("If note is in a collection, it will contain its column names").nullable().optional(),
|
|
16
|
-
updatedAt: z.string().describe("Date of the last update of the note"),
|
|
16
|
+
updatedAt: z.string().describe("Date of the last update of the note").nullable(),
|
|
17
17
|
archivedAt: z.string().describe("Date of the archiving of the note (null if not archived)").nullable().optional(),
|
|
18
18
|
attributes: z.array(z.string()).describe("If note is in a collection, it will contain its attributes ordered by column").nullable().optional(),
|
|
19
19
|
reviewState: z.string().describe("Review state of the note - Verified, Outdated or VerificationRequested").nullable().optional(),
|
|
20
20
|
parentNoteId: z.string().describe("Parent note id of the current note. It can be null if it's a root note.").nullable().optional()
|
|
21
|
-
}).describe("Response model for a verified note containing note details.")
|
|
21
|
+
}).passthrough().describe("Response model for a verified note containing note details.")
|
|
22
22
|
});
|
|
23
23
|
//#endregion
|
|
24
24
|
export { sliteVerifyNote };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"verify-note.mjs","names":[],"sources":["../../src/actions/verify-note.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SliteVerifyNoteInput
|
|
1
|
+
{"version":3,"file":"verify-note.mjs","names":[],"sources":["../../src/actions/verify-note.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SliteVerifyNoteInput = z.object({\n until: z.string().describe(\"Expiration of the verification status as ISO 8601 date-time string. Set to null for no expiration.\").optional(),\n noteId: z.string().describe(\"Note id to update\"),\n}).describe(\"Request model for verifying a note with optional expiration.\");\nexport const SliteVerifyNoteOutput = z.object({\n id: z.string().describe(\"Id of the note\").nullable(),\n url: z.string().describe(\"Url to the note\").nullable(),\n title: z.string().describe(\"Title of the note\").nullable(),\n columns: z.array(z.string()).describe(\"If note is in a collection, it will contain its column names\").nullable().optional(),\n updatedAt: z.string().describe(\"Date of the last update of the note\").nullable(),\n archivedAt: z.string().describe(\"Date of the archiving of the note (null if not archived)\").nullable().optional(),\n attributes: z.array(z.string()).describe(\"If note is in a collection, it will contain its attributes ordered by column\").nullable().optional(),\n reviewState: z.string().describe(\"Review state of the note - Verified, Outdated or VerificationRequested\").nullable().optional(),\n parentNoteId: z.string().describe(\"Parent note id of the current note. It can be null if it's a root note.\").nullable().optional(),\n}).passthrough().describe(\"Response model for a verified note containing note details.\");\n\nexport const sliteVerifyNote = action(\"SLITE_VERIFY_NOTE\", {\n slug: \"slite-verify-note\",\n name: \"Verify Note\",\n description: \"Tool to set a note's verification status to Verified with optional expiration. Use when you need to mark a note as verified or update its verification expiration date.\",\n input: SliteVerifyNoteInput,\n output: SliteVerifyNoteOutput,\n});\n"],"mappings":";;AAoBA,MAAa,kBAAkB,OAAO,qBAAqB;CACzD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApBkC,EAAE,OAAO;EAC3C,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;EAC1I,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;CACjD,CAAC,CAAC,CAAC,SAAS,8DAiBH;CACP,QAjBmC,EAAE,OAAO;EAC5C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS;EACnD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS;EACrD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;EACzD,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1H,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;EAC/E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChH,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7I,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/H,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6DAOhB;AACV,CAAC"}
|
package/dist/catalog.cjs
CHANGED
|
@@ -7,7 +7,13 @@ const sliteCatalog = {
|
|
|
7
7
|
"category": "Documents",
|
|
8
8
|
"logo": "https://logos.composio.dev/api/slite",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
|
-
"oauthScopes": []
|
|
10
|
+
"oauthScopes": [],
|
|
11
|
+
"credentialFields": { "api_key": {
|
|
12
|
+
"label": "API Key",
|
|
13
|
+
"secret": true,
|
|
14
|
+
"description": "Sign in to your Slite account and open your account menu on the top left, then go to Settings > API. Click \"Create a new key\" and save it immediately as it will only be displayed once."
|
|
15
|
+
} },
|
|
16
|
+
"credentialScheme": "API_KEY"
|
|
11
17
|
};
|
|
12
18
|
//#endregion
|
|
13
19
|
exports.sliteCatalog = sliteCatalog;
|
package/dist/catalog.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const sliteCatalog = {\n \"slug\": \"slite\",\n \"name\": \"Slite\",\n \"description\": \"Your company knowledge base, on autopilot\",\n \"category\": \"Documents\",\n \"logo\": \"https://logos.composio.dev/api/slite\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,eAAe;CAC1B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const sliteCatalog = {\n \"slug\": \"slite\",\n \"name\": \"Slite\",\n \"description\": \"Your company knowledge base, on autopilot\",\n \"category\": \"Documents\",\n \"logo\": \"https://logos.composio.dev/api/slite\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Sign in to your Slite account and open your account menu on the top left, then go to Settings > API. Click \\\"Create a new key\\\" and save it immediately as it will only be displayed once.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,eAAe;CAC1B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|
package/dist/catalog.d.cts
CHANGED
|
@@ -8,6 +8,14 @@ declare const sliteCatalog: {
|
|
|
8
8
|
readonly logo: "https://logos.composio.dev/api/slite";
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
|
+
readonly credentialFields: {
|
|
12
|
+
readonly api_key: {
|
|
13
|
+
readonly label: "API Key";
|
|
14
|
+
readonly secret: true;
|
|
15
|
+
readonly description: "Sign in to your Slite account and open your account menu on the top left, then go to Settings > API. Click \"Create a new key\" and save it immediately as it will only be displayed once.";
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
readonly credentialScheme: "API_KEY";
|
|
11
19
|
};
|
|
12
20
|
//#endregion
|
|
13
21
|
export { sliteCatalog };
|
package/dist/catalog.d.mts
CHANGED
|
@@ -8,6 +8,14 @@ declare const sliteCatalog: {
|
|
|
8
8
|
readonly logo: "https://logos.composio.dev/api/slite";
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
|
+
readonly credentialFields: {
|
|
12
|
+
readonly api_key: {
|
|
13
|
+
readonly label: "API Key";
|
|
14
|
+
readonly secret: true;
|
|
15
|
+
readonly description: "Sign in to your Slite account and open your account menu on the top left, then go to Settings > API. Click \"Create a new key\" and save it immediately as it will only be displayed once.";
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
readonly credentialScheme: "API_KEY";
|
|
11
19
|
};
|
|
12
20
|
//#endregion
|
|
13
21
|
export { sliteCatalog };
|
package/dist/catalog.mjs
CHANGED
|
@@ -7,7 +7,13 @@ const sliteCatalog = {
|
|
|
7
7
|
"category": "Documents",
|
|
8
8
|
"logo": "https://logos.composio.dev/api/slite",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
|
-
"oauthScopes": []
|
|
10
|
+
"oauthScopes": [],
|
|
11
|
+
"credentialFields": { "api_key": {
|
|
12
|
+
"label": "API Key",
|
|
13
|
+
"secret": true,
|
|
14
|
+
"description": "Sign in to your Slite account and open your account menu on the top left, then go to Settings > API. Click \"Create a new key\" and save it immediately as it will only be displayed once."
|
|
15
|
+
} },
|
|
16
|
+
"credentialScheme": "API_KEY"
|
|
11
17
|
};
|
|
12
18
|
//#endregion
|
|
13
19
|
export { sliteCatalog };
|
package/dist/catalog.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const sliteCatalog = {\n \"slug\": \"slite\",\n \"name\": \"Slite\",\n \"description\": \"Your company knowledge base, on autopilot\",\n \"category\": \"Documents\",\n \"logo\": \"https://logos.composio.dev/api/slite\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,eAAe;CAC1B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const sliteCatalog = {\n \"slug\": \"slite\",\n \"name\": \"Slite\",\n \"description\": \"Your company knowledge base, on autopilot\",\n \"category\": \"Documents\",\n \"logo\": \"https://logos.composio.dev/api/slite\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Sign in to your Slite account and open your account menu on the top left, then go to Settings > API. Click \\\"Create a new key\\\" and save it immediately as it will only be displayed once.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,eAAe;CAC1B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keystrokehq/slite",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@keystrokehq/keystroke": "
|
|
34
|
+
"@keystrokehq/keystroke": ">=0.1.4",
|
|
35
35
|
"zod": "^4.4.3"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|