@keystrokehq/pdfless 0.1.5 → 0.1.6
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/get-workspace.cjs +1 -0
- package/dist/actions/get-workspace.cjs.map +1 -1
- package/dist/actions/get-workspace.d.cts +3 -13
- package/dist/actions/get-workspace.d.cts.map +1 -1
- package/dist/actions/get-workspace.d.mts +3 -13
- package/dist/actions/get-workspace.d.mts.map +1 -1
- package/dist/actions/get-workspace.mjs +1 -0
- package/dist/actions/get-workspace.mjs.map +1 -1
- package/dist/actions/list-document-templates.cjs +1 -0
- package/dist/actions/list-document-templates.cjs.map +1 -1
- package/dist/actions/list-document-templates.d.cts +3 -16
- package/dist/actions/list-document-templates.d.cts.map +1 -1
- package/dist/actions/list-document-templates.d.mts +3 -16
- package/dist/actions/list-document-templates.d.mts.map +1 -1
- package/dist/actions/list-document-templates.mjs +1 -0
- package/dist/actions/list-document-templates.mjs.map +1 -1
- package/dist/app.cjs +2 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +4 -6
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +4 -6
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +0 -1
- package/dist/app.mjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/package.json +2 -2
package/dist/action.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action.cjs","names":["pdfless","executePdflessTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { pdfless } from \"./app\";\nimport { executePdflessTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action<TInput extends z.ZodType>(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: TInput;\n output:
|
|
1
|
+
{"version":3,"file":"action.cjs","names":["pdfless","executePdflessTool"],"sources":["../src/action.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { pdfless } from \"./app\";\nimport { executePdflessTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action<TInput extends z.ZodType, TOutput extends z.ZodType>(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: TInput;\n output: TOutput;\n },\n): AppAction<TInput, TOutput, typeof pdfless.credential> {\n return pdfless.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executePdflessTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAOA,SAAgB,OACd,MACA,KAOuD;CACvD,OAAOA,YAAAA,QAAQ,OAAO;EACpB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAMC,gBAAAA,mBAAmB,MAAM,KAAgC,CAAC;EAC1F;CACF,CAAC;AACH"}
|
package/dist/action.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { pdfless } from \"./app\";\nimport { executePdflessTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action<TInput extends z.ZodType>(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: TInput;\n output:
|
|
1
|
+
{"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { pdfless } from \"./app\";\nimport { executePdflessTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action<TInput extends z.ZodType, TOutput extends z.ZodType>(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: TInput;\n output: TOutput;\n },\n): AppAction<TInput, TOutput, typeof pdfless.credential> {\n return pdfless.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executePdflessTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAOA,SAAgB,OACd,MACA,KAOuD;CACvD,OAAO,QAAQ,OAAO;EACpB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAM,mBAAmB,MAAM,KAAgC,CAAC;EAC1F;CACF,CAAC;AACH"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-workspace.cjs","names":["z","action"],"sources":["../../src/actions/get-workspace.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PdflessGetWorkspaceInput = z.object({}).describe(\"Request model for getting workspace details.\");\nexport const PdflessGetWorkspaceOutput = z.object({\n name: z.string().describe(\"Name of the workspace. Can be null if no name has been set.\").nullable().optional(),\n quota: z.number().int().describe(\"Total quota available for the workspace. Represents the maximum number of API operations allowed.\").nullable().optional(),\n active: z.boolean().describe(\"Active status of the workspace. Indicates if the workspace is currently active.\").nullable(),\n created: z.string().describe(\"Creation date of the workspace in ISO 8601 format (date-time).\").nullable(),\n modified: z.string().describe(\"Last modification date of the workspace in ISO 8601 format (date-time). Null if never modified.\").nullable().optional(),\n remainingQuota: z.number().int().describe(\"Remaining quota available for the workspace. Represents how many API operations are still available.\").nullable().optional(),\n}).passthrough().describe(\"Response model containing workspace details.\");\n\nexport const pdflessGetWorkspace = action(\"PDFLESS_GET_WORKSPACE\", {\n slug: \"pdfless-get-workspace\",\n name: \"Get Workspace\",\n description: \"Get workspace details and information. Use this to check if a workspace exists or is available based on the API key. Retrieves metadata about the current workspace including its active status, creation date, and name.\",\n input: PdflessGetWorkspaceInput,\n output: PdflessGetWorkspaceOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-workspace.cjs","names":["z","action"],"sources":["../../src/actions/get-workspace.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { pdfless } from \"../app\";\n\nexport const PdflessGetWorkspaceInput = z.object({}).describe(\"Request model for getting workspace details.\");\nexport const PdflessGetWorkspaceOutput = z.object({\n name: z.string().describe(\"Name of the workspace. Can be null if no name has been set.\").nullable().optional(),\n quota: z.number().int().describe(\"Total quota available for the workspace. Represents the maximum number of API operations allowed.\").nullable().optional(),\n active: z.boolean().describe(\"Active status of the workspace. Indicates if the workspace is currently active.\").nullable(),\n created: z.string().describe(\"Creation date of the workspace in ISO 8601 format (date-time).\").nullable(),\n modified: z.string().describe(\"Last modification date of the workspace in ISO 8601 format (date-time). Null if never modified.\").nullable().optional(),\n remainingQuota: z.number().int().describe(\"Remaining quota available for the workspace. Represents how many API operations are still available.\").nullable().optional(),\n}).passthrough().describe(\"Response model containing workspace details.\");\n\nexport const pdflessGetWorkspace: AppAction<\n typeof PdflessGetWorkspaceInput,\n typeof PdflessGetWorkspaceOutput,\n typeof pdfless.credential\n> = action(\"PDFLESS_GET_WORKSPACE\", {\n slug: \"pdfless-get-workspace\",\n name: \"Get Workspace\",\n description: \"Get workspace details and information. Use this to check if a workspace exists or is available based on the API key. Retrieves metadata about the current workspace including its active status, creation date, and name.\",\n input: PdflessGetWorkspaceInput,\n output: PdflessGetWorkspaceOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC5G,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1J,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS;CACzH,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CACxG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrJ,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxK,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AAExE,MAAa,sBAITC,eAAAA,OAAO,yBAAyB;CAClC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { pdfless } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/get-workspace.d.ts
|
|
@@ -10,19 +12,7 @@ declare const PdflessGetWorkspaceOutput: z.ZodObject<{
|
|
|
10
12
|
modified: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
13
|
remainingQuota: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
12
14
|
}, z.core.$loose>;
|
|
13
|
-
declare const pdflessGetWorkspace:
|
|
14
|
-
connectionId: z.ZodString;
|
|
15
|
-
entityId: z.ZodString;
|
|
16
|
-
instanceId: z.ZodString;
|
|
17
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
-
generic_api_key: z.ZodString;
|
|
19
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfless", z.ZodObject<{
|
|
20
|
-
connectionId: z.ZodString;
|
|
21
|
-
entityId: z.ZodString;
|
|
22
|
-
instanceId: z.ZodString;
|
|
23
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
-
generic_api_key: z.ZodString;
|
|
25
|
-
}, z.core.$strip>>]>;
|
|
15
|
+
declare const pdflessGetWorkspace: AppAction<typeof PdflessGetWorkspaceInput, typeof PdflessGetWorkspaceOutput, typeof pdfless.credential>;
|
|
26
16
|
//#endregion
|
|
27
17
|
export { pdflessGetWorkspace };
|
|
28
18
|
//# sourceMappingURL=get-workspace.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-workspace.d.cts","names":[],"sources":["../../src/actions/get-workspace.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-workspace.d.cts","names":[],"sources":["../../src/actions/get-workspace.ts"],"mappings":";;;;;cAMa,wBAAA,EAAwB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;cASzB,mBAAA,EAAqB,SAAA,QACzB,wBAAA,SACA,yBAAA,SACA,OAAA,CAAQ,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { pdfless } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/get-workspace.d.ts
|
|
@@ -10,19 +12,7 @@ declare const PdflessGetWorkspaceOutput: z.ZodObject<{
|
|
|
10
12
|
modified: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
13
|
remainingQuota: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
12
14
|
}, z.core.$loose>;
|
|
13
|
-
declare const pdflessGetWorkspace:
|
|
14
|
-
connectionId: z.ZodString;
|
|
15
|
-
entityId: z.ZodString;
|
|
16
|
-
instanceId: z.ZodString;
|
|
17
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
-
generic_api_key: z.ZodString;
|
|
19
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfless", z.ZodObject<{
|
|
20
|
-
connectionId: z.ZodString;
|
|
21
|
-
entityId: z.ZodString;
|
|
22
|
-
instanceId: z.ZodString;
|
|
23
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
-
generic_api_key: z.ZodString;
|
|
25
|
-
}, z.core.$strip>>]>;
|
|
15
|
+
declare const pdflessGetWorkspace: AppAction<typeof PdflessGetWorkspaceInput, typeof PdflessGetWorkspaceOutput, typeof pdfless.credential>;
|
|
26
16
|
//#endregion
|
|
27
17
|
export { pdflessGetWorkspace };
|
|
28
18
|
//# sourceMappingURL=get-workspace.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-workspace.d.mts","names":[],"sources":["../../src/actions/get-workspace.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-workspace.d.mts","names":[],"sources":["../../src/actions/get-workspace.ts"],"mappings":";;;;;cAMa,wBAAA,EAAwB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;cASzB,mBAAA,EAAqB,SAAA,QACzB,wBAAA,SACA,yBAAA,SACA,OAAA,CAAQ,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-workspace.mjs","names":[],"sources":["../../src/actions/get-workspace.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PdflessGetWorkspaceInput = z.object({}).describe(\"Request model for getting workspace details.\");\nexport const PdflessGetWorkspaceOutput = z.object({\n name: z.string().describe(\"Name of the workspace. Can be null if no name has been set.\").nullable().optional(),\n quota: z.number().int().describe(\"Total quota available for the workspace. Represents the maximum number of API operations allowed.\").nullable().optional(),\n active: z.boolean().describe(\"Active status of the workspace. Indicates if the workspace is currently active.\").nullable(),\n created: z.string().describe(\"Creation date of the workspace in ISO 8601 format (date-time).\").nullable(),\n modified: z.string().describe(\"Last modification date of the workspace in ISO 8601 format (date-time). Null if never modified.\").nullable().optional(),\n remainingQuota: z.number().int().describe(\"Remaining quota available for the workspace. Represents how many API operations are still available.\").nullable().optional(),\n}).passthrough().describe(\"Response model containing workspace details.\");\n\nexport const pdflessGetWorkspace = action(\"PDFLESS_GET_WORKSPACE\", {\n slug: \"pdfless-get-workspace\",\n name: \"Get Workspace\",\n description: \"Get workspace details and information. Use this to check if a workspace exists or is available based on the API key. Retrieves metadata about the current workspace including its active status, creation date, and name.\",\n input: PdflessGetWorkspaceInput,\n output: PdflessGetWorkspaceOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-workspace.mjs","names":[],"sources":["../../src/actions/get-workspace.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { pdfless } from \"../app\";\n\nexport const PdflessGetWorkspaceInput = z.object({}).describe(\"Request model for getting workspace details.\");\nexport const PdflessGetWorkspaceOutput = z.object({\n name: z.string().describe(\"Name of the workspace. Can be null if no name has been set.\").nullable().optional(),\n quota: z.number().int().describe(\"Total quota available for the workspace. Represents the maximum number of API operations allowed.\").nullable().optional(),\n active: z.boolean().describe(\"Active status of the workspace. Indicates if the workspace is currently active.\").nullable(),\n created: z.string().describe(\"Creation date of the workspace in ISO 8601 format (date-time).\").nullable(),\n modified: z.string().describe(\"Last modification date of the workspace in ISO 8601 format (date-time). Null if never modified.\").nullable().optional(),\n remainingQuota: z.number().int().describe(\"Remaining quota available for the workspace. Represents how many API operations are still available.\").nullable().optional(),\n}).passthrough().describe(\"Response model containing workspace details.\");\n\nexport const pdflessGetWorkspace: AppAction<\n typeof PdflessGetWorkspaceInput,\n typeof PdflessGetWorkspaceOutput,\n typeof pdfless.credential\n> = action(\"PDFLESS_GET_WORKSPACE\", {\n slug: \"pdfless-get-workspace\",\n name: \"Get Workspace\",\n description: \"Get workspace details and information. Use this to check if a workspace exists or is available based on the API key. Retrieves metadata about the current workspace including its active status, creation date, and name.\",\n input: PdflessGetWorkspaceInput,\n output: PdflessGetWorkspaceOutput,\n});\n"],"mappings":";;;AAgBA,MAAa,sBAIT,OAAO,yBAAyB;CAClC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlBsC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8CAkBrD;CACP,QAlBuC,EAAE,OAAO;EAChD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7G,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1J,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS;EACzH,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;EACxG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrJ,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxK,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAWhB;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-document-templates.cjs","names":["z","action"],"sources":["../../src/actions/list-document-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PdflessListDocumentTemplatesInput = z.object({\n page: z.number().int().default(1).describe(\"Page number for pagination. Default is 1.\").optional(),\n pageSize: z.number().int().describe(\"Number of items per page. If not specified, the API will return all templates on the requested page.\").optional(),\n}).describe(\"Request model for listing document templates with pagination.\");\nconst PdflessListDocumentTemplates_DocumentTemplateSchema = z.object({\n id: z.string().describe(\"Unique identifier of the document template.\").nullable(),\n name: z.string().describe(\"Name of the document template.\").nullable(),\n created_at: z.string().describe(\"Timestamp when the template was created.\").nullable(),\n updated_at: z.string().describe(\"Timestamp when the template was last updated.\").nullable(),\n}).passthrough().describe(\"A single document template entry.\");\nconst PdflessListDocumentTemplates_PaginationSchema = z.object({\n page: z.number().int().describe(\"Current page number.\").nullable(),\n pageSize: z.number().int().describe(\"Number of items per page.\").nullable(),\n totalItems: z.number().int().describe(\"Total number of document templates.\").nullable(),\n totalPages: z.number().int().describe(\"Total number of pages.\").nullable(),\n}).passthrough().describe(\"Pagination details for listing endpoints.\");\nexport const PdflessListDocumentTemplatesOutput = z.object({\n data: z.array(PdflessListDocumentTemplates_DocumentTemplateSchema).describe(\"An array of document templates.\"),\n pagination: PdflessListDocumentTemplates_PaginationSchema.nullable(),\n}).passthrough().describe(\"Response model for listing document templates.\");\n\nexport const pdflessListDocumentTemplates = action(\"PDFLESS_LIST_DOCUMENT_TEMPLATES\", {\n slug: \"pdfless-list-document-templates\",\n name: \"List Document Templates\",\n description: \"List all document templates in your PDFLess workspace with pagination support. Use this action to discover available templates before generating PDFs. Templates must be created in the PDFLess dashboard before they appear in this list. The response includes template IDs which are required for PDF generation operations.\",\n input: PdflessListDocumentTemplatesInput,\n output: PdflessListDocumentTemplatesOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-document-templates.cjs","names":["z","action"],"sources":["../../src/actions/list-document-templates.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { pdfless } from \"../app\";\n\nexport const PdflessListDocumentTemplatesInput = z.object({\n page: z.number().int().default(1).describe(\"Page number for pagination. Default is 1.\").optional(),\n pageSize: z.number().int().describe(\"Number of items per page. If not specified, the API will return all templates on the requested page.\").optional(),\n}).describe(\"Request model for listing document templates with pagination.\");\nconst PdflessListDocumentTemplates_DocumentTemplateSchema = z.object({\n id: z.string().describe(\"Unique identifier of the document template.\").nullable(),\n name: z.string().describe(\"Name of the document template.\").nullable(),\n created_at: z.string().describe(\"Timestamp when the template was created.\").nullable(),\n updated_at: z.string().describe(\"Timestamp when the template was last updated.\").nullable(),\n}).passthrough().describe(\"A single document template entry.\");\nconst PdflessListDocumentTemplates_PaginationSchema = z.object({\n page: z.number().int().describe(\"Current page number.\").nullable(),\n pageSize: z.number().int().describe(\"Number of items per page.\").nullable(),\n totalItems: z.number().int().describe(\"Total number of document templates.\").nullable(),\n totalPages: z.number().int().describe(\"Total number of pages.\").nullable(),\n}).passthrough().describe(\"Pagination details for listing endpoints.\");\nexport const PdflessListDocumentTemplatesOutput = z.object({\n data: z.array(PdflessListDocumentTemplates_DocumentTemplateSchema).describe(\"An array of document templates.\"),\n pagination: PdflessListDocumentTemplates_PaginationSchema.nullable(),\n}).passthrough().describe(\"Response model for listing document templates.\");\n\nexport const pdflessListDocumentTemplates: AppAction<\n typeof PdflessListDocumentTemplatesInput,\n typeof PdflessListDocumentTemplatesOutput,\n typeof pdfless.credential\n> = action(\"PDFLESS_LIST_DOCUMENT_TEMPLATES\", {\n slug: \"pdfless-list-document-templates\",\n name: \"List Document Templates\",\n description: \"List all document templates in your PDFLess workspace with pagination support. Use this action to discover available templates before generating PDFs. Templates must be created in the PDFLess dashboard before they appear in this list. The response includes template IDs which are required for PDF generation operations.\",\n input: PdflessListDocumentTemplatesInput,\n output: PdflessListDocumentTemplatesOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,oCAAoCA,IAAAA,EAAE,OAAO;CACxD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACjG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;AACvJ,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,sDAAsDA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAChF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACrE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mCAAmC;AAC7D,MAAM,gDAAgDA,IAAAA,EAAE,OAAO;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CACjE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAC1E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACtF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;AAC3E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAA2C;AACrE,MAAa,qCAAqCA,IAAAA,EAAE,OAAO;CACzD,MAAMA,IAAAA,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,iCAAiC;CAC7G,YAAY,8CAA8C,SAAS;AACrE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAAgD;AAE1E,MAAa,+BAITC,eAAAA,OAAO,mCAAmC;CAC5C,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { pdfless } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/list-document-templates.d.ts
|
|
@@ -19,22 +21,7 @@ declare const PdflessListDocumentTemplatesOutput: z.ZodObject<{
|
|
|
19
21
|
totalPages: z.ZodNullable<z.ZodNumber>;
|
|
20
22
|
}, z.core.$loose>>;
|
|
21
23
|
}, z.core.$loose>;
|
|
22
|
-
declare const pdflessListDocumentTemplates:
|
|
23
|
-
page?: number | undefined;
|
|
24
|
-
pageSize?: number | undefined;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfless", z.ZodObject<{
|
|
26
|
-
connectionId: z.ZodString;
|
|
27
|
-
entityId: z.ZodString;
|
|
28
|
-
instanceId: z.ZodString;
|
|
29
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
-
generic_api_key: z.ZodString;
|
|
31
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfless", z.ZodObject<{
|
|
32
|
-
connectionId: z.ZodString;
|
|
33
|
-
entityId: z.ZodString;
|
|
34
|
-
instanceId: z.ZodString;
|
|
35
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
-
generic_api_key: z.ZodString;
|
|
37
|
-
}, z.core.$strip>>]>;
|
|
24
|
+
declare const pdflessListDocumentTemplates: AppAction<typeof PdflessListDocumentTemplatesInput, typeof PdflessListDocumentTemplatesOutput, typeof pdfless.credential>;
|
|
38
25
|
//#endregion
|
|
39
26
|
export { pdflessListDocumentTemplates };
|
|
40
27
|
//# sourceMappingURL=list-document-templates.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-document-templates.d.cts","names":[],"sources":["../../src/actions/list-document-templates.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-document-templates.d.cts","names":[],"sources":["../../src/actions/list-document-templates.ts"],"mappings":";;;;;cAMa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;cAgBjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAKlC,4BAAA,EAA8B,SAAA,QAClC,iCAAA,SACA,kCAAA,SACA,OAAA,CAAQ,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { pdfless } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/list-document-templates.d.ts
|
|
@@ -19,22 +21,7 @@ declare const PdflessListDocumentTemplatesOutput: z.ZodObject<{
|
|
|
19
21
|
totalPages: z.ZodNullable<z.ZodNumber>;
|
|
20
22
|
}, z.core.$loose>>;
|
|
21
23
|
}, z.core.$loose>;
|
|
22
|
-
declare const pdflessListDocumentTemplates:
|
|
23
|
-
page?: number | undefined;
|
|
24
|
-
pageSize?: number | undefined;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfless", z.ZodObject<{
|
|
26
|
-
connectionId: z.ZodString;
|
|
27
|
-
entityId: z.ZodString;
|
|
28
|
-
instanceId: z.ZodString;
|
|
29
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
-
generic_api_key: z.ZodString;
|
|
31
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfless", z.ZodObject<{
|
|
32
|
-
connectionId: z.ZodString;
|
|
33
|
-
entityId: z.ZodString;
|
|
34
|
-
instanceId: z.ZodString;
|
|
35
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
-
generic_api_key: z.ZodString;
|
|
37
|
-
}, z.core.$strip>>]>;
|
|
24
|
+
declare const pdflessListDocumentTemplates: AppAction<typeof PdflessListDocumentTemplatesInput, typeof PdflessListDocumentTemplatesOutput, typeof pdfless.credential>;
|
|
38
25
|
//#endregion
|
|
39
26
|
export { pdflessListDocumentTemplates };
|
|
40
27
|
//# sourceMappingURL=list-document-templates.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-document-templates.d.mts","names":[],"sources":["../../src/actions/list-document-templates.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-document-templates.d.mts","names":[],"sources":["../../src/actions/list-document-templates.ts"],"mappings":";;;;;cAMa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;cAgBjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAKlC,4BAAA,EAA8B,SAAA,QAClC,iCAAA,SACA,kCAAA,SACA,OAAA,CAAQ,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-document-templates.mjs","names":[],"sources":["../../src/actions/list-document-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PdflessListDocumentTemplatesInput = z.object({\n page: z.number().int().default(1).describe(\"Page number for pagination. Default is 1.\").optional(),\n pageSize: z.number().int().describe(\"Number of items per page. If not specified, the API will return all templates on the requested page.\").optional(),\n}).describe(\"Request model for listing document templates with pagination.\");\nconst PdflessListDocumentTemplates_DocumentTemplateSchema = z.object({\n id: z.string().describe(\"Unique identifier of the document template.\").nullable(),\n name: z.string().describe(\"Name of the document template.\").nullable(),\n created_at: z.string().describe(\"Timestamp when the template was created.\").nullable(),\n updated_at: z.string().describe(\"Timestamp when the template was last updated.\").nullable(),\n}).passthrough().describe(\"A single document template entry.\");\nconst PdflessListDocumentTemplates_PaginationSchema = z.object({\n page: z.number().int().describe(\"Current page number.\").nullable(),\n pageSize: z.number().int().describe(\"Number of items per page.\").nullable(),\n totalItems: z.number().int().describe(\"Total number of document templates.\").nullable(),\n totalPages: z.number().int().describe(\"Total number of pages.\").nullable(),\n}).passthrough().describe(\"Pagination details for listing endpoints.\");\nexport const PdflessListDocumentTemplatesOutput = z.object({\n data: z.array(PdflessListDocumentTemplates_DocumentTemplateSchema).describe(\"An array of document templates.\"),\n pagination: PdflessListDocumentTemplates_PaginationSchema.nullable(),\n}).passthrough().describe(\"Response model for listing document templates.\");\n\nexport const pdflessListDocumentTemplates = action(\"PDFLESS_LIST_DOCUMENT_TEMPLATES\", {\n slug: \"pdfless-list-document-templates\",\n name: \"List Document Templates\",\n description: \"List all document templates in your PDFLess workspace with pagination support. Use this action to discover available templates before generating PDFs. Templates must be created in the PDFLess dashboard before they appear in this list. The response includes template IDs which are required for PDF generation operations.\",\n input: PdflessListDocumentTemplatesInput,\n output: PdflessListDocumentTemplatesOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-document-templates.mjs","names":[],"sources":["../../src/actions/list-document-templates.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { pdfless } from \"../app\";\n\nexport const PdflessListDocumentTemplatesInput = z.object({\n page: z.number().int().default(1).describe(\"Page number for pagination. Default is 1.\").optional(),\n pageSize: z.number().int().describe(\"Number of items per page. If not specified, the API will return all templates on the requested page.\").optional(),\n}).describe(\"Request model for listing document templates with pagination.\");\nconst PdflessListDocumentTemplates_DocumentTemplateSchema = z.object({\n id: z.string().describe(\"Unique identifier of the document template.\").nullable(),\n name: z.string().describe(\"Name of the document template.\").nullable(),\n created_at: z.string().describe(\"Timestamp when the template was created.\").nullable(),\n updated_at: z.string().describe(\"Timestamp when the template was last updated.\").nullable(),\n}).passthrough().describe(\"A single document template entry.\");\nconst PdflessListDocumentTemplates_PaginationSchema = z.object({\n page: z.number().int().describe(\"Current page number.\").nullable(),\n pageSize: z.number().int().describe(\"Number of items per page.\").nullable(),\n totalItems: z.number().int().describe(\"Total number of document templates.\").nullable(),\n totalPages: z.number().int().describe(\"Total number of pages.\").nullable(),\n}).passthrough().describe(\"Pagination details for listing endpoints.\");\nexport const PdflessListDocumentTemplatesOutput = z.object({\n data: z.array(PdflessListDocumentTemplates_DocumentTemplateSchema).describe(\"An array of document templates.\"),\n pagination: PdflessListDocumentTemplates_PaginationSchema.nullable(),\n}).passthrough().describe(\"Response model for listing document templates.\");\n\nexport const pdflessListDocumentTemplates: AppAction<\n typeof PdflessListDocumentTemplatesInput,\n typeof PdflessListDocumentTemplatesOutput,\n typeof pdfless.credential\n> = action(\"PDFLESS_LIST_DOCUMENT_TEMPLATES\", {\n slug: \"pdfless-list-document-templates\",\n name: \"List Document Templates\",\n description: \"List all document templates in your PDFLess workspace with pagination support. Use this action to discover available templates before generating PDFs. Templates must be created in the PDFLess dashboard before they appear in this list. The response includes template IDs which are required for PDF generation operations.\",\n input: PdflessListDocumentTemplatesInput,\n output: PdflessListDocumentTemplatesOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,oCAAoC,EAAE,OAAO;CACxD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACjG,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;AACvJ,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,sDAAsD,EAAE,OAAO;CACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAChF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACrE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mCAAmC;AAC7D,MAAM,gDAAgD,EAAE,OAAO;CAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CACjE,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAC1E,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACtF,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;AAC3E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAA2C;AAMrE,MAAa,+BAIT,OAAO,mCAAmC;CAC5C,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAdgD,EAAE,OAAO;EACzD,MAAM,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,iCAAiC;EAC7G,YAAY,8CAA8C,SAAS;CACrE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAWhB;AACV,CAAC"}
|
package/dist/app.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
|
|
2
|
-
let zod = require("zod");
|
|
3
2
|
//#region src/app.ts
|
|
3
|
+
const credential = { generic_api_key: require("zod").z.string() };
|
|
4
4
|
const pdfless = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
5
5
|
slug: "pdfless",
|
|
6
6
|
auth: "keystroke",
|
|
7
|
-
credential
|
|
7
|
+
credential
|
|
8
8
|
});
|
|
9
9
|
//#endregion
|
|
10
10
|
exports.pdfless = pdfless;
|
package/dist/app.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const pdfless = defineApp({\n slug: \"pdfless\",\n auth: \"keystroke\",\n credential
|
|
1
|
+
{"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp, type KeystrokeApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nconst credential = {\n generic_api_key: z.string(),\n};\n\nexport const pdfless: KeystrokeApp<\"pdfless\", typeof credential> = defineApp({\n slug: \"pdfless\",\n auth: \"keystroke\",\n credential,\n});\n"],"mappings":";;AAGA,MAAM,aAAa,EACjB,8BAAiBA,CAAAA,CAAAA,EAAE,OAAO,EAC5B;AAEA,MAAa,WAAA,GAAA,2BAAA,UAAA,CAAgE;CAC3E,MAAM;CACN,MAAM;CACN;AACF,CAAC"}
|
package/dist/app.d.cts
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
|
+
import { KeystrokeApp } from "@keystrokehq/keystroke/app";
|
|
1
2
|
import { z } from "zod";
|
|
2
3
|
|
|
3
4
|
//#region src/app.d.ts
|
|
4
|
-
declare const
|
|
5
|
-
connectionId: z.ZodString;
|
|
6
|
-
entityId: z.ZodString;
|
|
7
|
-
instanceId: z.ZodString;
|
|
8
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
5
|
+
declare const credential: {
|
|
9
6
|
generic_api_key: z.ZodString;
|
|
10
|
-
}
|
|
7
|
+
};
|
|
8
|
+
declare const pdfless: KeystrokeApp<"pdfless", typeof credential>;
|
|
11
9
|
//#endregion
|
|
12
10
|
export { pdfless };
|
|
13
11
|
//# sourceMappingURL=app.d.cts.map
|
package/dist/app.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;;cAGM,UAAA;mBAEL,CAAA,CAAA,SAAA;AAAA;AAAA,cAEY,OAAA,EAAS,YAAY,mBAAmB,UAAA"}
|
package/dist/app.d.mts
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
|
+
import { KeystrokeApp } from "@keystrokehq/keystroke/app";
|
|
1
2
|
import { z } from "zod";
|
|
2
3
|
|
|
3
4
|
//#region src/app.d.ts
|
|
4
|
-
declare const
|
|
5
|
-
connectionId: z.ZodString;
|
|
6
|
-
entityId: z.ZodString;
|
|
7
|
-
instanceId: z.ZodString;
|
|
8
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
5
|
+
declare const credential: {
|
|
9
6
|
generic_api_key: z.ZodString;
|
|
10
|
-
}
|
|
7
|
+
};
|
|
8
|
+
declare const pdfless: KeystrokeApp<"pdfless", typeof credential>;
|
|
11
9
|
//#endregion
|
|
12
10
|
export { pdfless };
|
|
13
11
|
//# sourceMappingURL=app.d.mts.map
|
package/dist/app.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;;cAGM,UAAA;mBAEL,CAAA,CAAA,SAAA;AAAA;AAAA,cAEY,OAAA,EAAS,YAAY,mBAAmB,UAAA"}
|
package/dist/app.mjs
CHANGED
package/dist/app.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const pdfless = defineApp({\n slug: \"pdfless\",\n auth: \"keystroke\",\n credential
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp, type KeystrokeApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nconst credential = {\n generic_api_key: z.string(),\n};\n\nexport const pdfless: KeystrokeApp<\"pdfless\", typeof credential> = defineApp({\n slug: \"pdfless\",\n auth: \"keystroke\",\n credential,\n});\n"],"mappings":";;AAOA,MAAa,UAAsD,UAAU;CAC3E,MAAM;CACN,MAAM;CACN,cANA,iBAAiB,EAAE,OAAO,EAM1B;AACF,CAAC"}
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { pdfless } from "./app.cjs";
|
|
1
2
|
import { pdflessGetWorkspace } from "./actions/get-workspace.cjs";
|
|
2
3
|
import { pdflessListDocumentTemplates } from "./actions/list-document-templates.cjs";
|
|
3
|
-
import { pdfless } from "./app.cjs";
|
|
4
4
|
import { pdflessCatalog } from "./catalog.cjs";
|
|
5
5
|
export { pdfless, pdflessCatalog, pdflessGetWorkspace, pdflessListDocumentTemplates };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { pdfless } from "./app.mjs";
|
|
1
2
|
import { pdflessGetWorkspace } from "./actions/get-workspace.mjs";
|
|
2
3
|
import { pdflessListDocumentTemplates } from "./actions/list-document-templates.mjs";
|
|
3
|
-
import { pdfless } from "./app.mjs";
|
|
4
4
|
import { pdflessCatalog } from "./catalog.mjs";
|
|
5
5
|
export { pdfless, pdflessCatalog, pdflessGetWorkspace, pdflessListDocumentTemplates };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keystrokehq/pdfless",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
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": ">=0.1.
|
|
34
|
+
"@keystrokehq/keystroke": ">=0.1.104",
|
|
35
35
|
"zod": "^4.4.3"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|