@keystrokehq/paperform 0.1.2 → 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.
@@ -10,8 +10,8 @@ const PaperformGetSpaceForms_FormObjectSchema = zod.z.object({
10
10
  space_id: zod.z.string().describe("The unique identifier of the space containing this form").nullable().optional(),
11
11
  created_at: zod.z.string().describe("Timestamp of when the form was created").nullable().optional(),
12
12
  updated_at: zod.z.string().describe("Timestamp of the last update").nullable().optional()
13
- }).describe("Represents a form object within a space.");
14
- const PaperformGetSpaceForms_FormsResultsSchema = zod.z.object({ forms: zod.z.array(PaperformGetSpaceForms_FormObjectSchema).describe("List of form objects").nullable().optional() }).describe("Results container for forms list.");
13
+ }).passthrough().describe("Represents a form object within a space.");
14
+ const PaperformGetSpaceForms_FormsResultsSchema = zod.z.object({ forms: zod.z.array(PaperformGetSpaceForms_FormObjectSchema).describe("List of form objects").nullable().optional() }).passthrough().describe("Results container for forms list.");
15
15
  const PaperformGetSpaceFormsOutput = zod.z.object({
16
16
  skip: zod.z.number().int().describe("The number of results to skip").nullable().optional(),
17
17
  limit: zod.z.number().int().describe("The limit of results per page").nullable().optional(),
@@ -19,7 +19,7 @@ const PaperformGetSpaceFormsOutput = zod.z.object({
19
19
  status: zod.z.string().describe("The status of the request").nullable().optional(),
20
20
  results: PaperformGetSpaceForms_FormsResultsSchema.nullable(),
21
21
  has_more: zod.z.boolean().describe("Whether there are more results").nullable().optional()
22
- }).describe("Response model for getting forms in a space.");
22
+ }).passthrough().describe("Response model for getting forms in a space.");
23
23
  const paperformGetSpaceForms = require_action.action("PAPERFORM_GET_SPACE_FORMS", {
24
24
  slug: "paperform-get-space-forms",
25
25
  name: "Get Space Forms",
@@ -1 +1 @@
1
- {"version":3,"file":"get-space-forms.cjs","names":["z","action"],"sources":["../../src/actions/get-space-forms.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaperformGetSpaceFormsInput = z.object({\n id: z.string().describe(\"The unique identifier of the space to retrieve forms from.\"),\n}).describe(\"Request model for getting forms in a space.\");\nconst PaperformGetSpaceForms_FormObjectSchema = z.object({\n id: z.string().describe(\"The unique identifier of the form\").nullable().optional(),\n name: z.string().describe(\"The name of the form\").nullable().optional(),\n slug: z.string().describe(\"The URL slug of the form\").nullable().optional(),\n status: z.string().describe(\"The status of the form\").nullable().optional(),\n space_id: z.string().describe(\"The unique identifier of the space containing this form\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of when the form was created\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp of the last update\").nullable().optional(),\n}).describe(\"Represents a form object within a space.\");\nconst PaperformGetSpaceForms_FormsResultsSchema = z.object({\n forms: z.array(PaperformGetSpaceForms_FormObjectSchema).describe(\"List of form objects\").nullable().optional(),\n}).describe(\"Results container for forms list.\");\nexport const PaperformGetSpaceFormsOutput = z.object({\n skip: z.number().int().describe(\"The number of results to skip\").nullable().optional(),\n limit: z.number().int().describe(\"The limit of results per page\").nullable().optional(),\n total: z.number().int().describe(\"Total number of forms\").nullable().optional(),\n status: z.string().describe(\"The status of the request\").nullable().optional(),\n results: PaperformGetSpaceForms_FormsResultsSchema.nullable(),\n has_more: z.boolean().describe(\"Whether there are more results\").nullable().optional(),\n}).describe(\"Response model for getting forms in a space.\");\n\nexport const paperformGetSpaceForms = action(\"PAPERFORM_GET_SPACE_FORMS\", {\n slug: \"paperform-get-space-forms\",\n name: \"Get Space Forms\",\n description: \"Tool to retrieve forms in a space from Paperform. Use when you need to list all forms accessible by the authorized user within a specific space. This is a Business API only feature.\",\n input: PaperformGetSpaceFormsInput,\n output: PaperformGetSpaceFormsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,EAClD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,EACtF,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,0CAA0CA,IAAAA,EAAE,OAAO;CACvD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,4CAA4CA,IAAAA,EAAE,OAAO,EACzD,OAAOA,IAAAA,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC/G,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAa,+BAA+BA,IAAAA,EAAE,OAAO;CACnD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,SAAS,0CAA0C,SAAS;CAC5D,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-space-forms.cjs","names":["z","action"],"sources":["../../src/actions/get-space-forms.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaperformGetSpaceFormsInput = z.object({\n id: z.string().describe(\"The unique identifier of the space to retrieve forms from.\"),\n}).describe(\"Request model for getting forms in a space.\");\nconst PaperformGetSpaceForms_FormObjectSchema = z.object({\n id: z.string().describe(\"The unique identifier of the form\").nullable().optional(),\n name: z.string().describe(\"The name of the form\").nullable().optional(),\n slug: z.string().describe(\"The URL slug of the form\").nullable().optional(),\n status: z.string().describe(\"The status of the form\").nullable().optional(),\n space_id: z.string().describe(\"The unique identifier of the space containing this form\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of when the form was created\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp of the last update\").nullable().optional(),\n}).passthrough().describe(\"Represents a form object within a space.\");\nconst PaperformGetSpaceForms_FormsResultsSchema = z.object({\n forms: z.array(PaperformGetSpaceForms_FormObjectSchema).describe(\"List of form objects\").nullable().optional(),\n}).passthrough().describe(\"Results container for forms list.\");\nexport const PaperformGetSpaceFormsOutput = z.object({\n skip: z.number().int().describe(\"The number of results to skip\").nullable().optional(),\n limit: z.number().int().describe(\"The limit of results per page\").nullable().optional(),\n total: z.number().int().describe(\"Total number of forms\").nullable().optional(),\n status: z.string().describe(\"The status of the request\").nullable().optional(),\n results: PaperformGetSpaceForms_FormsResultsSchema.nullable(),\n has_more: z.boolean().describe(\"Whether there are more results\").nullable().optional(),\n}).passthrough().describe(\"Response model for getting forms in a space.\");\n\nexport const paperformGetSpaceForms = action(\"PAPERFORM_GET_SPACE_FORMS\", {\n slug: \"paperform-get-space-forms\",\n name: \"Get Space Forms\",\n description: \"Tool to retrieve forms in a space from Paperform. Use when you need to list all forms accessible by the authorized user within a specific space. This is a Business API only feature.\",\n input: PaperformGetSpaceFormsInput,\n output: PaperformGetSpaceFormsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,EAClD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,EACtF,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,0CAA0CA,IAAAA,EAAE,OAAO;CACvD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AACpE,MAAM,4CAA4CA,IAAAA,EAAE,OAAO,EACzD,OAAOA,IAAAA,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC/G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mCAAmC;AAC7D,MAAa,+BAA+BA,IAAAA,EAAE,OAAO;CACnD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,SAAS,0CAA0C,SAAS;CAC5D,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AAExE,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -18,10 +18,10 @@ declare const PaperformGetSpaceFormsOutput: z.ZodObject<{
18
18
  space_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
19
  created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
20
  updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
- }, z.core.$strip>>>>;
22
- }, z.core.$strip>>;
21
+ }, z.core.$loose>>>>;
22
+ }, z.core.$loose>>;
23
23
  has_more: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
24
- }, z.core.$strip>;
24
+ }, z.core.$loose>;
25
25
  declare const paperformGetSpaceForms: import("@keystrokehq/action").WorkflowActionDefinition<{
26
26
  id: string;
27
27
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -18,10 +18,10 @@ declare const PaperformGetSpaceFormsOutput: z.ZodObject<{
18
18
  space_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
19
  created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
20
  updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
- }, z.core.$strip>>>>;
22
- }, z.core.$strip>>;
21
+ }, z.core.$loose>>>>;
22
+ }, z.core.$loose>>;
23
23
  has_more: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
24
- }, z.core.$strip>;
24
+ }, z.core.$loose>;
25
25
  declare const paperformGetSpaceForms: import("@keystrokehq/action").WorkflowActionDefinition<{
26
26
  id: string;
27
27
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -10,8 +10,8 @@ const PaperformGetSpaceForms_FormObjectSchema = z.object({
10
10
  space_id: z.string().describe("The unique identifier of the space containing this form").nullable().optional(),
11
11
  created_at: z.string().describe("Timestamp of when the form was created").nullable().optional(),
12
12
  updated_at: z.string().describe("Timestamp of the last update").nullable().optional()
13
- }).describe("Represents a form object within a space.");
14
- const PaperformGetSpaceForms_FormsResultsSchema = z.object({ forms: z.array(PaperformGetSpaceForms_FormObjectSchema).describe("List of form objects").nullable().optional() }).describe("Results container for forms list.");
13
+ }).passthrough().describe("Represents a form object within a space.");
14
+ const PaperformGetSpaceForms_FormsResultsSchema = z.object({ forms: z.array(PaperformGetSpaceForms_FormObjectSchema).describe("List of form objects").nullable().optional() }).passthrough().describe("Results container for forms list.");
15
15
  const paperformGetSpaceForms = action("PAPERFORM_GET_SPACE_FORMS", {
16
16
  slug: "paperform-get-space-forms",
17
17
  name: "Get Space Forms",
@@ -24,7 +24,7 @@ const paperformGetSpaceForms = action("PAPERFORM_GET_SPACE_FORMS", {
24
24
  status: z.string().describe("The status of the request").nullable().optional(),
25
25
  results: PaperformGetSpaceForms_FormsResultsSchema.nullable(),
26
26
  has_more: z.boolean().describe("Whether there are more results").nullable().optional()
27
- }).describe("Response model for getting forms in a space.")
27
+ }).passthrough().describe("Response model for getting forms in a space.")
28
28
  });
29
29
  //#endregion
30
30
  export { paperformGetSpaceForms };
@@ -1 +1 @@
1
- {"version":3,"file":"get-space-forms.mjs","names":[],"sources":["../../src/actions/get-space-forms.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaperformGetSpaceFormsInput = z.object({\n id: z.string().describe(\"The unique identifier of the space to retrieve forms from.\"),\n}).describe(\"Request model for getting forms in a space.\");\nconst PaperformGetSpaceForms_FormObjectSchema = z.object({\n id: z.string().describe(\"The unique identifier of the form\").nullable().optional(),\n name: z.string().describe(\"The name of the form\").nullable().optional(),\n slug: z.string().describe(\"The URL slug of the form\").nullable().optional(),\n status: z.string().describe(\"The status of the form\").nullable().optional(),\n space_id: z.string().describe(\"The unique identifier of the space containing this form\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of when the form was created\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp of the last update\").nullable().optional(),\n}).describe(\"Represents a form object within a space.\");\nconst PaperformGetSpaceForms_FormsResultsSchema = z.object({\n forms: z.array(PaperformGetSpaceForms_FormObjectSchema).describe(\"List of form objects\").nullable().optional(),\n}).describe(\"Results container for forms list.\");\nexport const PaperformGetSpaceFormsOutput = z.object({\n skip: z.number().int().describe(\"The number of results to skip\").nullable().optional(),\n limit: z.number().int().describe(\"The limit of results per page\").nullable().optional(),\n total: z.number().int().describe(\"Total number of forms\").nullable().optional(),\n status: z.string().describe(\"The status of the request\").nullable().optional(),\n results: PaperformGetSpaceForms_FormsResultsSchema.nullable(),\n has_more: z.boolean().describe(\"Whether there are more results\").nullable().optional(),\n}).describe(\"Response model for getting forms in a space.\");\n\nexport const paperformGetSpaceForms = action(\"PAPERFORM_GET_SPACE_FORMS\", {\n slug: \"paperform-get-space-forms\",\n name: \"Get Space Forms\",\n description: \"Tool to retrieve forms in a space from Paperform. Use when you need to list all forms accessible by the authorized user within a specific space. This is a Business API only feature.\",\n input: PaperformGetSpaceFormsInput,\n output: PaperformGetSpaceFormsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8B,EAAE,OAAO,EAClD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,EACtF,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,0CAA0C,EAAE,OAAO;CACvD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,4CAA4C,EAAE,OAAO,EACzD,OAAO,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC/G,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAU/C,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAd0C,EAAE,OAAO;EACnD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7E,SAAS,0CAA0C,SAAS;EAC5D,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-space-forms.mjs","names":[],"sources":["../../src/actions/get-space-forms.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaperformGetSpaceFormsInput = z.object({\n id: z.string().describe(\"The unique identifier of the space to retrieve forms from.\"),\n}).describe(\"Request model for getting forms in a space.\");\nconst PaperformGetSpaceForms_FormObjectSchema = z.object({\n id: z.string().describe(\"The unique identifier of the form\").nullable().optional(),\n name: z.string().describe(\"The name of the form\").nullable().optional(),\n slug: z.string().describe(\"The URL slug of the form\").nullable().optional(),\n status: z.string().describe(\"The status of the form\").nullable().optional(),\n space_id: z.string().describe(\"The unique identifier of the space containing this form\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of when the form was created\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp of the last update\").nullable().optional(),\n}).passthrough().describe(\"Represents a form object within a space.\");\nconst PaperformGetSpaceForms_FormsResultsSchema = z.object({\n forms: z.array(PaperformGetSpaceForms_FormObjectSchema).describe(\"List of form objects\").nullable().optional(),\n}).passthrough().describe(\"Results container for forms list.\");\nexport const PaperformGetSpaceFormsOutput = z.object({\n skip: z.number().int().describe(\"The number of results to skip\").nullable().optional(),\n limit: z.number().int().describe(\"The limit of results per page\").nullable().optional(),\n total: z.number().int().describe(\"Total number of forms\").nullable().optional(),\n status: z.string().describe(\"The status of the request\").nullable().optional(),\n results: PaperformGetSpaceForms_FormsResultsSchema.nullable(),\n has_more: z.boolean().describe(\"Whether there are more results\").nullable().optional(),\n}).passthrough().describe(\"Response model for getting forms in a space.\");\n\nexport const paperformGetSpaceForms = action(\"PAPERFORM_GET_SPACE_FORMS\", {\n slug: \"paperform-get-space-forms\",\n name: \"Get Space Forms\",\n description: \"Tool to retrieve forms in a space from Paperform. Use when you need to list all forms accessible by the authorized user within a specific space. This is a Business API only feature.\",\n input: PaperformGetSpaceFormsInput,\n output: PaperformGetSpaceFormsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8B,EAAE,OAAO,EAClD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,EACtF,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,0CAA0C,EAAE,OAAO;CACvD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AACpE,MAAM,4CAA4C,EAAE,OAAO,EACzD,OAAO,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC/G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mCAAmC;AAU7D,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAd0C,EAAE,OAAO;EACnD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7E,SAAS,0CAA0C,SAAS;EAC5D,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAOhB;AACV,CAAC"}
@@ -9,7 +9,7 @@ const PaperformGetSpaceOutput = zod.z.object({
9
9
  created_at: zod.z.string().describe("Timestamp of when the space was created").nullable(),
10
10
  updated_at: zod.z.string().describe("Timestamp of the last update").nullable(),
11
11
  description: zod.z.string().describe("Description of the space").nullable().optional()
12
- }).describe("Response model for getting a space by ID.");
12
+ }).passthrough().describe("Response model for getting a space by ID.");
13
13
  const paperformGetSpace = require_action.action("PAPERFORM_GET_SPACE", {
14
14
  slug: "paperform-get-space",
15
15
  name: "Get Space",
@@ -1 +1 @@
1
- {"version":3,"file":"get-space.cjs","names":["z","action"],"sources":["../../src/actions/get-space.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaperformGetSpaceInput = z.object({\n id: z.string().describe(\"The unique identifier of the space to retrieve.\"),\n}).describe(\"Request model for getting a space by ID.\");\nexport const PaperformGetSpaceOutput = z.object({\n id: z.union([z.string(), z.number().int()]),\n name: z.string().describe(\"The name of the space\").nullable(),\n owner_id: z.string().describe(\"The unique identifier of the space owner\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of when the space was created\").nullable(),\n updated_at: z.string().describe(\"Timestamp of the last update\").nullable(),\n description: z.string().describe(\"Description of the space\").nullable().optional(),\n}).describe(\"Response model for getting a space by ID.\");\n\nexport const paperformGetSpace = action(\"PAPERFORM_GET_SPACE\", {\n slug: \"paperform-get-space\",\n name: \"Get Space\",\n description: \"Tool to retrieve a space by ID from Paperform. Use when you need to get detailed information about a specific space.\",\n input: PaperformGetSpaceInput,\n output: PaperformGetSpaceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyBA,IAAAA,EAAE,OAAO,EAC7C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,EAC3E,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,0BAA0BA,IAAAA,EAAE,OAAO;CAC9C,IAAIA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC;CAC1C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC5D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACpF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACzE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnF,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-space.cjs","names":["z","action"],"sources":["../../src/actions/get-space.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaperformGetSpaceInput = z.object({\n id: z.string().describe(\"The unique identifier of the space to retrieve.\"),\n}).describe(\"Request model for getting a space by ID.\");\nexport const PaperformGetSpaceOutput = z.object({\n id: z.union([z.string(), z.number().int()]),\n name: z.string().describe(\"The name of the space\").nullable(),\n owner_id: z.string().describe(\"The unique identifier of the space owner\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of when the space was created\").nullable(),\n updated_at: z.string().describe(\"Timestamp of the last update\").nullable(),\n description: z.string().describe(\"Description of the space\").nullable().optional(),\n}).passthrough().describe(\"Response model for getting a space by ID.\");\n\nexport const paperformGetSpace = action(\"PAPERFORM_GET_SPACE\", {\n slug: \"paperform-get-space\",\n name: \"Get Space\",\n description: \"Tool to retrieve a space by ID from Paperform. Use when you need to get detailed information about a specific space.\",\n input: PaperformGetSpaceInput,\n output: PaperformGetSpaceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyBA,IAAAA,EAAE,OAAO,EAC7C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,EAC3E,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,0BAA0BA,IAAAA,EAAE,OAAO;CAC9C,IAAIA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC;CAC1C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC5D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACpF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACzE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAA2C;AAErE,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -11,7 +11,7 @@ declare const PaperformGetSpaceOutput: z.ZodObject<{
11
11
  created_at: z.ZodNullable<z.ZodString>;
12
12
  updated_at: z.ZodNullable<z.ZodString>;
13
13
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
- }, z.core.$strip>;
14
+ }, z.core.$loose>;
15
15
  declare const paperformGetSpace: import("@keystrokehq/action").WorkflowActionDefinition<{
16
16
  id: string;
17
17
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -11,7 +11,7 @@ declare const PaperformGetSpaceOutput: z.ZodObject<{
11
11
  created_at: z.ZodNullable<z.ZodString>;
12
12
  updated_at: z.ZodNullable<z.ZodString>;
13
13
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
- }, z.core.$strip>;
14
+ }, z.core.$loose>;
15
15
  declare const paperformGetSpace: import("@keystrokehq/action").WorkflowActionDefinition<{
16
16
  id: string;
17
17
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -12,7 +12,7 @@ const paperformGetSpace = action("PAPERFORM_GET_SPACE", {
12
12
  created_at: z.string().describe("Timestamp of when the space was created").nullable(),
13
13
  updated_at: z.string().describe("Timestamp of the last update").nullable(),
14
14
  description: z.string().describe("Description of the space").nullable().optional()
15
- }).describe("Response model for getting a space by ID.")
15
+ }).passthrough().describe("Response model for getting a space by ID.")
16
16
  });
17
17
  //#endregion
18
18
  export { paperformGetSpace };
@@ -1 +1 @@
1
- {"version":3,"file":"get-space.mjs","names":[],"sources":["../../src/actions/get-space.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaperformGetSpaceInput = z.object({\n id: z.string().describe(\"The unique identifier of the space to retrieve.\"),\n}).describe(\"Request model for getting a space by ID.\");\nexport const PaperformGetSpaceOutput = z.object({\n id: z.union([z.string(), z.number().int()]),\n name: z.string().describe(\"The name of the space\").nullable(),\n owner_id: z.string().describe(\"The unique identifier of the space owner\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of when the space was created\").nullable(),\n updated_at: z.string().describe(\"Timestamp of the last update\").nullable(),\n description: z.string().describe(\"Description of the space\").nullable().optional(),\n}).describe(\"Response model for getting a space by ID.\");\n\nexport const paperformGetSpace = action(\"PAPERFORM_GET_SPACE\", {\n slug: \"paperform-get-space\",\n name: \"Get Space\",\n description: \"Tool to retrieve a space by ID from Paperform. Use when you need to get detailed information about a specific space.\",\n input: PaperformGetSpaceInput,\n output: PaperformGetSpaceOutput,\n});\n"],"mappings":";;AAgBA,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhBoC,EAAE,OAAO,EAC7C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,EAC3E,CAAC,CAAC,CAAC,SAAS,0CAcH;CACP,QAdqC,EAAE,OAAO;EAC9C,IAAI,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC;EAC1C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;EAC5D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;EACpF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;EACzE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-space.mjs","names":[],"sources":["../../src/actions/get-space.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaperformGetSpaceInput = z.object({\n id: z.string().describe(\"The unique identifier of the space to retrieve.\"),\n}).describe(\"Request model for getting a space by ID.\");\nexport const PaperformGetSpaceOutput = z.object({\n id: z.union([z.string(), z.number().int()]),\n name: z.string().describe(\"The name of the space\").nullable(),\n owner_id: z.string().describe(\"The unique identifier of the space owner\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of when the space was created\").nullable(),\n updated_at: z.string().describe(\"Timestamp of the last update\").nullable(),\n description: z.string().describe(\"Description of the space\").nullable().optional(),\n}).passthrough().describe(\"Response model for getting a space by ID.\");\n\nexport const paperformGetSpace = action(\"PAPERFORM_GET_SPACE\", {\n slug: \"paperform-get-space\",\n name: \"Get Space\",\n description: \"Tool to retrieve a space by ID from Paperform. Use when you need to get detailed information about a specific space.\",\n input: PaperformGetSpaceInput,\n output: PaperformGetSpaceOutput,\n});\n"],"mappings":";;AAgBA,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhBoC,EAAE,OAAO,EAC7C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,EAC3E,CAAC,CAAC,CAAC,SAAS,0CAcH;CACP,QAdqC,EAAE,OAAO;EAC9C,IAAI,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC;EAC1C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;EAC5D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;EACpF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;EACzE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAOhB;AACV,CAAC"}
@@ -13,8 +13,8 @@ const PaperformListForms_FormSchema = zod.z.object({
13
13
  space_id: zod.z.string().describe("The unique identifier of the space containing this form").nullable().optional(),
14
14
  created_at: zod.z.string().describe("Timestamp of when the form was created").nullable().optional(),
15
15
  updated_at: zod.z.string().describe("Timestamp of the last update").nullable().optional()
16
- }).describe("Model representing a single form.");
17
- const PaperformListForms_FormsResultsSchema = zod.z.object({ forms: zod.z.array(PaperformListForms_FormSchema).describe("List of form objects accessible to the authorized user").nullable().optional() }).describe("Model containing the forms list.");
16
+ }).passthrough().describe("Model representing a single form.");
17
+ const PaperformListForms_FormsResultsSchema = zod.z.object({ forms: zod.z.array(PaperformListForms_FormSchema).describe("List of form objects accessible to the authorized user").nullable().optional() }).passthrough().describe("Model containing the forms list.");
18
18
  const PaperformListFormsOutput = zod.z.object({
19
19
  skip: zod.z.number().int().describe("Number of forms skipped").nullable().optional(),
20
20
  limit: zod.z.number().int().describe("Limit of forms returned per request").nullable().optional(),
@@ -22,7 +22,7 @@ const PaperformListFormsOutput = zod.z.object({
22
22
  status: zod.z.string().describe("Status of the API response").nullable().optional(),
23
23
  results: PaperformListForms_FormsResultsSchema.nullable(),
24
24
  has_more: zod.z.boolean().describe("Whether there are more forms available").nullable().optional()
25
- }).describe("Response model for listing forms.");
25
+ }).passthrough().describe("Response model for listing forms.");
26
26
  const paperformListForms = require_action.action("PAPERFORM_LIST_FORMS", {
27
27
  slug: "paperform-list-forms",
28
28
  name: "List Forms",
@@ -1 +1 @@
1
- {"version":3,"file":"list-forms.cjs","names":["z","action"],"sources":["../../src/actions/list-forms.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaperformListFormsInput = z.object({\n skip: z.number().int().describe(\"Number of forms to skip for pagination (default: 0)\").optional(),\n limit: z.number().int().describe(\"Maximum number of forms to return per request (default: 20)\").optional(),\n}).describe(\"Request model for listing forms. All parameters are optional.\");\nconst PaperformListForms_FormSchema = z.object({\n id: z.string().describe(\"The unique identifier of the form\").nullable().optional(),\n slug: z.string().describe(\"The URL slug of the form (subdomain portion, e.g., 'newsletter' from newsletter.paperform.co). Note that custom slugs can change.\").nullable().optional(),\n title: z.string().describe(\"The title/name of the form\").nullable().optional(),\n status: z.string().describe(\"The status of the form\").nullable().optional(),\n space_id: z.string().describe(\"The unique identifier of the space containing this form\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of when the form was created\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp of the last update\").nullable().optional(),\n}).describe(\"Model representing a single form.\");\nconst PaperformListForms_FormsResultsSchema = z.object({\n forms: z.array(PaperformListForms_FormSchema).describe(\"List of form objects accessible to the authorized user\").nullable().optional(),\n}).describe(\"Model containing the forms list.\");\nexport const PaperformListFormsOutput = z.object({\n skip: z.number().int().describe(\"Number of forms skipped\").nullable().optional(),\n limit: z.number().int().describe(\"Limit of forms returned per request\").nullable().optional(),\n total: z.number().int().describe(\"Total number of forms\").nullable().optional(),\n status: z.string().describe(\"Status of the API response\").nullable().optional(),\n results: PaperformListForms_FormsResultsSchema.nullable(),\n has_more: z.boolean().describe(\"Whether there are more forms available\").nullable().optional(),\n}).describe(\"Response model for listing forms.\");\n\nexport const paperformListForms = action(\"PAPERFORM_LIST_FORMS\", {\n slug: \"paperform-list-forms\",\n name: \"List Forms\",\n description: \"Tool to list all forms accessible by the authorized user. Use when you need to retrieve available forms from Paperform.\",\n input: PaperformListFormsInput,\n output: PaperformListFormsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAA0BA,IAAAA,EAAE,OAAO;CAC9C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAChG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,gCAAgCA,IAAAA,EAAE,OAAO;CAC7C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mIAAmI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnL,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAM,wCAAwCA,IAAAA,EAAE,OAAO,EACrD,OAAOA,IAAAA,EAAE,MAAM,6BAA6B,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACvI,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,SAAS,sCAAsC,SAAS;CACxD,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/F,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAE/C,MAAa,qBAAqBC,eAAAA,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"list-forms.cjs","names":["z","action"],"sources":["../../src/actions/list-forms.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaperformListFormsInput = z.object({\n skip: z.number().int().describe(\"Number of forms to skip for pagination (default: 0)\").optional(),\n limit: z.number().int().describe(\"Maximum number of forms to return per request (default: 20)\").optional(),\n}).describe(\"Request model for listing forms. All parameters are optional.\");\nconst PaperformListForms_FormSchema = z.object({\n id: z.string().describe(\"The unique identifier of the form\").nullable().optional(),\n slug: z.string().describe(\"The URL slug of the form (subdomain portion, e.g., 'newsletter' from newsletter.paperform.co). Note that custom slugs can change.\").nullable().optional(),\n title: z.string().describe(\"The title/name of the form\").nullable().optional(),\n status: z.string().describe(\"The status of the form\").nullable().optional(),\n space_id: z.string().describe(\"The unique identifier of the space containing this form\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of when the form was created\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp of the last update\").nullable().optional(),\n}).passthrough().describe(\"Model representing a single form.\");\nconst PaperformListForms_FormsResultsSchema = z.object({\n forms: z.array(PaperformListForms_FormSchema).describe(\"List of form objects accessible to the authorized user\").nullable().optional(),\n}).passthrough().describe(\"Model containing the forms list.\");\nexport const PaperformListFormsOutput = z.object({\n skip: z.number().int().describe(\"Number of forms skipped\").nullable().optional(),\n limit: z.number().int().describe(\"Limit of forms returned per request\").nullable().optional(),\n total: z.number().int().describe(\"Total number of forms\").nullable().optional(),\n status: z.string().describe(\"Status of the API response\").nullable().optional(),\n results: PaperformListForms_FormsResultsSchema.nullable(),\n has_more: z.boolean().describe(\"Whether there are more forms available\").nullable().optional(),\n}).passthrough().describe(\"Response model for listing forms.\");\n\nexport const paperformListForms = action(\"PAPERFORM_LIST_FORMS\", {\n slug: \"paperform-list-forms\",\n name: \"List Forms\",\n description: \"Tool to list all forms accessible by the authorized user. Use when you need to retrieve available forms from Paperform.\",\n input: PaperformListFormsInput,\n output: PaperformListFormsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAA0BA,IAAAA,EAAE,OAAO;CAC9C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAChG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,gCAAgCA,IAAAA,EAAE,OAAO;CAC7C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mIAAmI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnL,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mCAAmC;AAC7D,MAAM,wCAAwCA,IAAAA,EAAE,OAAO,EACrD,OAAOA,IAAAA,EAAE,MAAM,6BAA6B,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACvI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kCAAkC;AAC5D,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,SAAS,sCAAsC,SAAS;CACxD,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mCAAmC;AAE7D,MAAa,qBAAqBC,eAAAA,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -19,10 +19,10 @@ declare const PaperformListFormsOutput: z.ZodObject<{
19
19
  space_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
20
  created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
21
  updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22
- }, z.core.$strip>>>>;
23
- }, z.core.$strip>>;
22
+ }, z.core.$loose>>>>;
23
+ }, z.core.$loose>>;
24
24
  has_more: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
25
- }, z.core.$strip>;
25
+ }, z.core.$loose>;
26
26
  declare const paperformListForms: import("@keystrokehq/action").WorkflowActionDefinition<{
27
27
  skip?: number | undefined;
28
28
  limit?: number | undefined;
@@ -19,10 +19,10 @@ declare const PaperformListFormsOutput: z.ZodObject<{
19
19
  space_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
20
  created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
21
  updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22
- }, z.core.$strip>>>>;
23
- }, z.core.$strip>>;
22
+ }, z.core.$loose>>>>;
23
+ }, z.core.$loose>>;
24
24
  has_more: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
25
- }, z.core.$strip>;
25
+ }, z.core.$loose>;
26
26
  declare const paperformListForms: import("@keystrokehq/action").WorkflowActionDefinition<{
27
27
  skip?: number | undefined;
28
28
  limit?: number | undefined;
@@ -13,8 +13,8 @@ const PaperformListForms_FormSchema = z.object({
13
13
  space_id: z.string().describe("The unique identifier of the space containing this form").nullable().optional(),
14
14
  created_at: z.string().describe("Timestamp of when the form was created").nullable().optional(),
15
15
  updated_at: z.string().describe("Timestamp of the last update").nullable().optional()
16
- }).describe("Model representing a single form.");
17
- const PaperformListForms_FormsResultsSchema = z.object({ forms: z.array(PaperformListForms_FormSchema).describe("List of form objects accessible to the authorized user").nullable().optional() }).describe("Model containing the forms list.");
16
+ }).passthrough().describe("Model representing a single form.");
17
+ const PaperformListForms_FormsResultsSchema = z.object({ forms: z.array(PaperformListForms_FormSchema).describe("List of form objects accessible to the authorized user").nullable().optional() }).passthrough().describe("Model containing the forms list.");
18
18
  const paperformListForms = action("PAPERFORM_LIST_FORMS", {
19
19
  slug: "paperform-list-forms",
20
20
  name: "List Forms",
@@ -27,7 +27,7 @@ const paperformListForms = action("PAPERFORM_LIST_FORMS", {
27
27
  status: z.string().describe("Status of the API response").nullable().optional(),
28
28
  results: PaperformListForms_FormsResultsSchema.nullable(),
29
29
  has_more: z.boolean().describe("Whether there are more forms available").nullable().optional()
30
- }).describe("Response model for listing forms.")
30
+ }).passthrough().describe("Response model for listing forms.")
31
31
  });
32
32
  //#endregion
33
33
  export { paperformListForms };
@@ -1 +1 @@
1
- {"version":3,"file":"list-forms.mjs","names":[],"sources":["../../src/actions/list-forms.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaperformListFormsInput = z.object({\n skip: z.number().int().describe(\"Number of forms to skip for pagination (default: 0)\").optional(),\n limit: z.number().int().describe(\"Maximum number of forms to return per request (default: 20)\").optional(),\n}).describe(\"Request model for listing forms. All parameters are optional.\");\nconst PaperformListForms_FormSchema = z.object({\n id: z.string().describe(\"The unique identifier of the form\").nullable().optional(),\n slug: z.string().describe(\"The URL slug of the form (subdomain portion, e.g., 'newsletter' from newsletter.paperform.co). Note that custom slugs can change.\").nullable().optional(),\n title: z.string().describe(\"The title/name of the form\").nullable().optional(),\n status: z.string().describe(\"The status of the form\").nullable().optional(),\n space_id: z.string().describe(\"The unique identifier of the space containing this form\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of when the form was created\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp of the last update\").nullable().optional(),\n}).describe(\"Model representing a single form.\");\nconst PaperformListForms_FormsResultsSchema = z.object({\n forms: z.array(PaperformListForms_FormSchema).describe(\"List of form objects accessible to the authorized user\").nullable().optional(),\n}).describe(\"Model containing the forms list.\");\nexport const PaperformListFormsOutput = z.object({\n skip: z.number().int().describe(\"Number of forms skipped\").nullable().optional(),\n limit: z.number().int().describe(\"Limit of forms returned per request\").nullable().optional(),\n total: z.number().int().describe(\"Total number of forms\").nullable().optional(),\n status: z.string().describe(\"Status of the API response\").nullable().optional(),\n results: PaperformListForms_FormsResultsSchema.nullable(),\n has_more: z.boolean().describe(\"Whether there are more forms available\").nullable().optional(),\n}).describe(\"Response model for listing forms.\");\n\nexport const paperformListForms = action(\"PAPERFORM_LIST_FORMS\", {\n slug: \"paperform-list-forms\",\n name: \"List Forms\",\n description: \"Tool to list all forms accessible by the authorized user. Use when you need to retrieve available forms from Paperform.\",\n input: PaperformListFormsInput,\n output: PaperformListFormsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAA0B,EAAE,OAAO;CAC9C,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAChG,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,gCAAgC,EAAE,OAAO;CAC7C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mIAAmI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnL,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAM,wCAAwC,EAAE,OAAO,EACrD,OAAO,EAAE,MAAM,6BAA6B,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACvI,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAU9C,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAdsC,EAAE,OAAO;EAC/C,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,SAAS,sCAAsC,SAAS;EACxD,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,CAAC,CAAC,CAAC,SAAS,mCAOF;AACV,CAAC"}
1
+ {"version":3,"file":"list-forms.mjs","names":[],"sources":["../../src/actions/list-forms.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaperformListFormsInput = z.object({\n skip: z.number().int().describe(\"Number of forms to skip for pagination (default: 0)\").optional(),\n limit: z.number().int().describe(\"Maximum number of forms to return per request (default: 20)\").optional(),\n}).describe(\"Request model for listing forms. All parameters are optional.\");\nconst PaperformListForms_FormSchema = z.object({\n id: z.string().describe(\"The unique identifier of the form\").nullable().optional(),\n slug: z.string().describe(\"The URL slug of the form (subdomain portion, e.g., 'newsletter' from newsletter.paperform.co). Note that custom slugs can change.\").nullable().optional(),\n title: z.string().describe(\"The title/name of the form\").nullable().optional(),\n status: z.string().describe(\"The status of the form\").nullable().optional(),\n space_id: z.string().describe(\"The unique identifier of the space containing this form\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of when the form was created\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp of the last update\").nullable().optional(),\n}).passthrough().describe(\"Model representing a single form.\");\nconst PaperformListForms_FormsResultsSchema = z.object({\n forms: z.array(PaperformListForms_FormSchema).describe(\"List of form objects accessible to the authorized user\").nullable().optional(),\n}).passthrough().describe(\"Model containing the forms list.\");\nexport const PaperformListFormsOutput = z.object({\n skip: z.number().int().describe(\"Number of forms skipped\").nullable().optional(),\n limit: z.number().int().describe(\"Limit of forms returned per request\").nullable().optional(),\n total: z.number().int().describe(\"Total number of forms\").nullable().optional(),\n status: z.string().describe(\"Status of the API response\").nullable().optional(),\n results: PaperformListForms_FormsResultsSchema.nullable(),\n has_more: z.boolean().describe(\"Whether there are more forms available\").nullable().optional(),\n}).passthrough().describe(\"Response model for listing forms.\");\n\nexport const paperformListForms = action(\"PAPERFORM_LIST_FORMS\", {\n slug: \"paperform-list-forms\",\n name: \"List Forms\",\n description: \"Tool to list all forms accessible by the authorized user. Use when you need to retrieve available forms from Paperform.\",\n input: PaperformListFormsInput,\n output: PaperformListFormsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAA0B,EAAE,OAAO;CAC9C,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAChG,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,gCAAgC,EAAE,OAAO;CAC7C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mIAAmI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnL,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mCAAmC;AAC7D,MAAM,wCAAwC,EAAE,OAAO,EACrD,OAAO,EAAE,MAAM,6BAA6B,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACvI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kCAAkC;AAU5D,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAdsC,EAAE,OAAO;EAC/C,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,SAAS,sCAAsC,SAAS;EACxD,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mCAOhB;AACV,CAAC"}
@@ -13,8 +13,8 @@ const PaperformListSpaces_SpaceSchema = zod.z.object({
13
13
  created_at_utc: zod.z.string().describe("UTC timestamp of when the space was created").nullable().optional(),
14
14
  updated_at_utc: zod.z.string().describe("UTC timestamp of the last update").nullable().optional(),
15
15
  account_timezone: zod.z.string().describe("The timezone of the account").nullable().optional()
16
- }).describe("Model representing a single space.");
17
- const PaperformListSpaces_SpacesResultsSchema = zod.z.object({ spaces: zod.z.array(PaperformListSpaces_SpaceSchema).describe("List of space objects") }).describe("Nested model for spaces results.");
16
+ }).passthrough().describe("Model representing a single space.");
17
+ const PaperformListSpaces_SpacesResultsSchema = zod.z.object({ spaces: zod.z.array(PaperformListSpaces_SpaceSchema).describe("List of space objects") }).passthrough().describe("Nested model for spaces results.");
18
18
  const PaperformListSpacesOutput = zod.z.object({
19
19
  skip: zod.z.number().int().describe("Number of spaces skipped").nullable(),
20
20
  limit: zod.z.number().int().describe("The limit of spaces returned").nullable(),
@@ -22,7 +22,7 @@ const PaperformListSpacesOutput = zod.z.object({
22
22
  status: zod.z.string().describe("The status of the request").nullable(),
23
23
  results: PaperformListSpaces_SpacesResultsSchema.nullable(),
24
24
  has_more: zod.z.boolean().describe("Whether there are more spaces to fetch").nullable()
25
- }).describe("Response model for listing spaces.");
25
+ }).passthrough().describe("Response model for listing spaces.");
26
26
  const paperformListSpaces = require_action.action("PAPERFORM_LIST_SPACES", {
27
27
  slug: "paperform-list-spaces",
28
28
  name: "List Spaces",
@@ -1 +1 @@
1
- {"version":3,"file":"list-spaces.cjs","names":["z","action"],"sources":["../../src/actions/list-spaces.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaperformListSpacesInput = z.object({\n skip: z.number().int().describe(\"Number of results to skip. Default: 0.\").optional(),\n limit: z.number().int().describe(\"Maximum number of results to return. Default: 20, max: 100.\").optional(),\n}).describe(\"Request model for listing spaces.\");\nconst PaperformListSpaces_SpaceSchema = z.object({\n id: z.number().int().describe(\"The unique identifier of the space\").nullable(),\n name: z.string().describe(\"The name of the space\").nullable(),\n created_at: z.string().describe(\"Timestamp of when the space was created\").nullable(),\n updated_at: z.string().describe(\"Timestamp of the last update\").nullable(),\n created_at_utc: z.string().describe(\"UTC timestamp of when the space was created\").nullable().optional(),\n updated_at_utc: z.string().describe(\"UTC timestamp of the last update\").nullable().optional(),\n account_timezone: z.string().describe(\"The timezone of the account\").nullable().optional(),\n}).describe(\"Model representing a single space.\");\nconst PaperformListSpaces_SpacesResultsSchema = z.object({\n spaces: z.array(PaperformListSpaces_SpaceSchema).describe(\"List of space objects\"),\n}).describe(\"Nested model for spaces results.\");\nexport const PaperformListSpacesOutput = z.object({\n skip: z.number().int().describe(\"Number of spaces skipped\").nullable(),\n limit: z.number().int().describe(\"The limit of spaces returned\").nullable(),\n total: z.number().int().describe(\"Total number of spaces\").nullable(),\n status: z.string().describe(\"The status of the request\").nullable(),\n results: PaperformListSpaces_SpacesResultsSchema.nullable(),\n has_more: z.boolean().describe(\"Whether there are more spaces to fetch\").nullable(),\n}).describe(\"Response model for listing spaces.\");\n\nexport const paperformListSpaces = action(\"PAPERFORM_LIST_SPACES\", {\n slug: \"paperform-list-spaces\",\n name: \"List Spaces\",\n description: \"Tool to list all spaces accessible by the authorized user. Use when you need to retrieve available spaces from Paperform.\",\n input: PaperformListSpacesInput,\n output: PaperformListSpacesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACnF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAM,kCAAkCA,IAAAA,EAAE,OAAO;CAC/C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC5D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACpF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACzE,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAM,0CAA0CA,IAAAA,EAAE,OAAO,EACvD,QAAQA,IAAAA,EAAE,MAAM,+BAA+B,CAAC,CAAC,SAAS,uBAAuB,EACnF,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACrE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CAC1E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CACpE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAClE,SAAS,wCAAwC,SAAS;CAC1D,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAEhD,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"list-spaces.cjs","names":["z","action"],"sources":["../../src/actions/list-spaces.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaperformListSpacesInput = z.object({\n skip: z.number().int().describe(\"Number of results to skip. Default: 0.\").optional(),\n limit: z.number().int().describe(\"Maximum number of results to return. Default: 20, max: 100.\").optional(),\n}).describe(\"Request model for listing spaces.\");\nconst PaperformListSpaces_SpaceSchema = z.object({\n id: z.number().int().describe(\"The unique identifier of the space\").nullable(),\n name: z.string().describe(\"The name of the space\").nullable(),\n created_at: z.string().describe(\"Timestamp of when the space was created\").nullable(),\n updated_at: z.string().describe(\"Timestamp of the last update\").nullable(),\n created_at_utc: z.string().describe(\"UTC timestamp of when the space was created\").nullable().optional(),\n updated_at_utc: z.string().describe(\"UTC timestamp of the last update\").nullable().optional(),\n account_timezone: z.string().describe(\"The timezone of the account\").nullable().optional(),\n}).passthrough().describe(\"Model representing a single space.\");\nconst PaperformListSpaces_SpacesResultsSchema = z.object({\n spaces: z.array(PaperformListSpaces_SpaceSchema).describe(\"List of space objects\"),\n}).passthrough().describe(\"Nested model for spaces results.\");\nexport const PaperformListSpacesOutput = z.object({\n skip: z.number().int().describe(\"Number of spaces skipped\").nullable(),\n limit: z.number().int().describe(\"The limit of spaces returned\").nullable(),\n total: z.number().int().describe(\"Total number of spaces\").nullable(),\n status: z.string().describe(\"The status of the request\").nullable(),\n results: PaperformListSpaces_SpacesResultsSchema.nullable(),\n has_more: z.boolean().describe(\"Whether there are more spaces to fetch\").nullable(),\n}).passthrough().describe(\"Response model for listing spaces.\");\n\nexport const paperformListSpaces = action(\"PAPERFORM_LIST_SPACES\", {\n slug: \"paperform-list-spaces\",\n name: \"List Spaces\",\n description: \"Tool to list all spaces accessible by the authorized user. Use when you need to retrieve available spaces from Paperform.\",\n input: PaperformListSpacesInput,\n output: PaperformListSpacesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACnF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAM,kCAAkCA,IAAAA,EAAE,OAAO;CAC/C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC5D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACpF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACzE,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oCAAoC;AAC9D,MAAM,0CAA0CA,IAAAA,EAAE,OAAO,EACvD,QAAQA,IAAAA,EAAE,MAAM,+BAA+B,CAAC,CAAC,SAAS,uBAAuB,EACnF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kCAAkC;AAC5D,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACrE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CAC1E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CACpE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAClE,SAAS,wCAAwC,SAAS;CAC1D,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oCAAoC;AAE9D,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -19,10 +19,10 @@ declare const PaperformListSpacesOutput: z.ZodObject<{
19
19
  created_at_utc: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
20
  updated_at_utc: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
21
  account_timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22
- }, z.core.$strip>>;
23
- }, z.core.$strip>>;
22
+ }, z.core.$loose>>;
23
+ }, z.core.$loose>>;
24
24
  has_more: z.ZodNullable<z.ZodBoolean>;
25
- }, z.core.$strip>;
25
+ }, z.core.$loose>;
26
26
  declare const paperformListSpaces: import("@keystrokehq/action").WorkflowActionDefinition<{
27
27
  skip?: number | undefined;
28
28
  limit?: number | undefined;
@@ -19,10 +19,10 @@ declare const PaperformListSpacesOutput: z.ZodObject<{
19
19
  created_at_utc: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
20
  updated_at_utc: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
21
  account_timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22
- }, z.core.$strip>>;
23
- }, z.core.$strip>>;
22
+ }, z.core.$loose>>;
23
+ }, z.core.$loose>>;
24
24
  has_more: z.ZodNullable<z.ZodBoolean>;
25
- }, z.core.$strip>;
25
+ }, z.core.$loose>;
26
26
  declare const paperformListSpaces: import("@keystrokehq/action").WorkflowActionDefinition<{
27
27
  skip?: number | undefined;
28
28
  limit?: number | undefined;
@@ -13,8 +13,8 @@ const PaperformListSpaces_SpaceSchema = z.object({
13
13
  created_at_utc: z.string().describe("UTC timestamp of when the space was created").nullable().optional(),
14
14
  updated_at_utc: z.string().describe("UTC timestamp of the last update").nullable().optional(),
15
15
  account_timezone: z.string().describe("The timezone of the account").nullable().optional()
16
- }).describe("Model representing a single space.");
17
- const PaperformListSpaces_SpacesResultsSchema = z.object({ spaces: z.array(PaperformListSpaces_SpaceSchema).describe("List of space objects") }).describe("Nested model for spaces results.");
16
+ }).passthrough().describe("Model representing a single space.");
17
+ const PaperformListSpaces_SpacesResultsSchema = z.object({ spaces: z.array(PaperformListSpaces_SpaceSchema).describe("List of space objects") }).passthrough().describe("Nested model for spaces results.");
18
18
  const paperformListSpaces = action("PAPERFORM_LIST_SPACES", {
19
19
  slug: "paperform-list-spaces",
20
20
  name: "List Spaces",
@@ -27,7 +27,7 @@ const paperformListSpaces = action("PAPERFORM_LIST_SPACES", {
27
27
  status: z.string().describe("The status of the request").nullable(),
28
28
  results: PaperformListSpaces_SpacesResultsSchema.nullable(),
29
29
  has_more: z.boolean().describe("Whether there are more spaces to fetch").nullable()
30
- }).describe("Response model for listing spaces.")
30
+ }).passthrough().describe("Response model for listing spaces.")
31
31
  });
32
32
  //#endregion
33
33
  export { paperformListSpaces };
@@ -1 +1 @@
1
- {"version":3,"file":"list-spaces.mjs","names":[],"sources":["../../src/actions/list-spaces.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaperformListSpacesInput = z.object({\n skip: z.number().int().describe(\"Number of results to skip. Default: 0.\").optional(),\n limit: z.number().int().describe(\"Maximum number of results to return. Default: 20, max: 100.\").optional(),\n}).describe(\"Request model for listing spaces.\");\nconst PaperformListSpaces_SpaceSchema = z.object({\n id: z.number().int().describe(\"The unique identifier of the space\").nullable(),\n name: z.string().describe(\"The name of the space\").nullable(),\n created_at: z.string().describe(\"Timestamp of when the space was created\").nullable(),\n updated_at: z.string().describe(\"Timestamp of the last update\").nullable(),\n created_at_utc: z.string().describe(\"UTC timestamp of when the space was created\").nullable().optional(),\n updated_at_utc: z.string().describe(\"UTC timestamp of the last update\").nullable().optional(),\n account_timezone: z.string().describe(\"The timezone of the account\").nullable().optional(),\n}).describe(\"Model representing a single space.\");\nconst PaperformListSpaces_SpacesResultsSchema = z.object({\n spaces: z.array(PaperformListSpaces_SpaceSchema).describe(\"List of space objects\"),\n}).describe(\"Nested model for spaces results.\");\nexport const PaperformListSpacesOutput = z.object({\n skip: z.number().int().describe(\"Number of spaces skipped\").nullable(),\n limit: z.number().int().describe(\"The limit of spaces returned\").nullable(),\n total: z.number().int().describe(\"Total number of spaces\").nullable(),\n status: z.string().describe(\"The status of the request\").nullable(),\n results: PaperformListSpaces_SpacesResultsSchema.nullable(),\n has_more: z.boolean().describe(\"Whether there are more spaces to fetch\").nullable(),\n}).describe(\"Response model for listing spaces.\");\n\nexport const paperformListSpaces = action(\"PAPERFORM_LIST_SPACES\", {\n slug: \"paperform-list-spaces\",\n name: \"List Spaces\",\n description: \"Tool to list all spaces accessible by the authorized user. Use when you need to retrieve available spaces from Paperform.\",\n input: PaperformListSpacesInput,\n output: PaperformListSpacesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2B,EAAE,OAAO;CAC/C,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACnF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAM,kCAAkC,EAAE,OAAO;CAC/C,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC5D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACpF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACzE,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAM,0CAA0C,EAAE,OAAO,EACvD,QAAQ,EAAE,MAAM,+BAA+B,CAAC,CAAC,SAAS,uBAAuB,EACnF,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAU9C,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAduC,EAAE,OAAO;EAChD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;EACrE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;EAC1E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;EACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EAClE,SAAS,wCAAwC,SAAS;EAC1D,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACpF,CAAC,CAAC,CAAC,SAAS,oCAOF;AACV,CAAC"}
1
+ {"version":3,"file":"list-spaces.mjs","names":[],"sources":["../../src/actions/list-spaces.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaperformListSpacesInput = z.object({\n skip: z.number().int().describe(\"Number of results to skip. Default: 0.\").optional(),\n limit: z.number().int().describe(\"Maximum number of results to return. Default: 20, max: 100.\").optional(),\n}).describe(\"Request model for listing spaces.\");\nconst PaperformListSpaces_SpaceSchema = z.object({\n id: z.number().int().describe(\"The unique identifier of the space\").nullable(),\n name: z.string().describe(\"The name of the space\").nullable(),\n created_at: z.string().describe(\"Timestamp of when the space was created\").nullable(),\n updated_at: z.string().describe(\"Timestamp of the last update\").nullable(),\n created_at_utc: z.string().describe(\"UTC timestamp of when the space was created\").nullable().optional(),\n updated_at_utc: z.string().describe(\"UTC timestamp of the last update\").nullable().optional(),\n account_timezone: z.string().describe(\"The timezone of the account\").nullable().optional(),\n}).passthrough().describe(\"Model representing a single space.\");\nconst PaperformListSpaces_SpacesResultsSchema = z.object({\n spaces: z.array(PaperformListSpaces_SpaceSchema).describe(\"List of space objects\"),\n}).passthrough().describe(\"Nested model for spaces results.\");\nexport const PaperformListSpacesOutput = z.object({\n skip: z.number().int().describe(\"Number of spaces skipped\").nullable(),\n limit: z.number().int().describe(\"The limit of spaces returned\").nullable(),\n total: z.number().int().describe(\"Total number of spaces\").nullable(),\n status: z.string().describe(\"The status of the request\").nullable(),\n results: PaperformListSpaces_SpacesResultsSchema.nullable(),\n has_more: z.boolean().describe(\"Whether there are more spaces to fetch\").nullable(),\n}).passthrough().describe(\"Response model for listing spaces.\");\n\nexport const paperformListSpaces = action(\"PAPERFORM_LIST_SPACES\", {\n slug: \"paperform-list-spaces\",\n name: \"List Spaces\",\n description: \"Tool to list all spaces accessible by the authorized user. Use when you need to retrieve available spaces from Paperform.\",\n input: PaperformListSpacesInput,\n output: PaperformListSpacesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2B,EAAE,OAAO;CAC/C,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACnF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAM,kCAAkC,EAAE,OAAO;CAC/C,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC5D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACpF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACzE,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oCAAoC;AAC9D,MAAM,0CAA0C,EAAE,OAAO,EACvD,QAAQ,EAAE,MAAM,+BAA+B,CAAC,CAAC,SAAS,uBAAuB,EACnF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kCAAkC;AAU5D,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAduC,EAAE,OAAO;EAChD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;EACrE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;EAC1E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;EACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EAClE,SAAS,wCAAwC,SAAS;EAC1D,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACpF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oCAOhB;AACV,CAAC"}
@@ -5,7 +5,7 @@ const PaperformListTranslationsInput = zod.z.object({
5
5
  skip: zod.z.number().int().describe("Number of results to skip. Default: 0.").optional(),
6
6
  limit: zod.z.number().int().describe("Maximum number of results to return. Default: 20, max: 100.").optional()
7
7
  }).describe("Request model for listing translations.");
8
- const PaperformListTranslations_TranslationResultsSchema = zod.z.object({ translations: zod.z.array(zod.z.object({})).default([]).describe("List of translation objects accessible to the authorized user.").nullable().optional() }).describe("Model for translation results container.");
8
+ const PaperformListTranslations_TranslationResultsSchema = zod.z.object({ translations: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).default([]).describe("List of translation objects accessible to the authorized user.").nullable().optional() }).passthrough().describe("Model for translation results container.");
9
9
  const PaperformListTranslationsOutput = zod.z.object({
10
10
  skip: zod.z.number().int().default(0).describe("Number of results skipped.").nullable().optional(),
11
11
  limit: zod.z.number().int().default(20).describe("Number of results per page.").nullable().optional(),
@@ -13,7 +13,7 @@ const PaperformListTranslationsOutput = zod.z.object({
13
13
  status: zod.z.string().default("ok").describe("Status of the response.").nullable().optional(),
14
14
  results: PaperformListTranslations_TranslationResultsSchema.nullable(),
15
15
  has_more: zod.z.boolean().default(false).describe("Whether there are more results available.").nullable().optional()
16
- }).describe("Response model for listing translations.");
16
+ }).passthrough().describe("Response model for listing translations.");
17
17
  const paperformListTranslations = require_action.action("PAPERFORM_LIST_TRANSLATIONS", {
18
18
  slug: "paperform-list-translations",
19
19
  name: "List Translations",
@@ -1 +1 @@
1
- {"version":3,"file":"list-translations.cjs","names":["z","action"],"sources":["../../src/actions/list-translations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaperformListTranslationsInput = z.object({\n skip: z.number().int().describe(\"Number of results to skip. Default: 0.\").optional(),\n limit: z.number().int().describe(\"Maximum number of results to return. Default: 20, max: 100.\").optional(),\n}).describe(\"Request model for listing translations.\");\nconst PaperformListTranslations_TranslationResultsSchema = z.object({\n translations: z.array(z.object({})).default([]).describe(\"List of translation objects accessible to the authorized user.\").nullable().optional(),\n}).describe(\"Model for translation results container.\");\nexport const PaperformListTranslationsOutput = z.object({\n skip: z.number().int().default(0).describe(\"Number of results skipped.\").nullable().optional(),\n limit: z.number().int().default(20).describe(\"Number of results per page.\").nullable().optional(),\n total: z.number().int().default(0).describe(\"Total number of translations.\").nullable().optional(),\n status: z.string().default(\"ok\").describe(\"Status of the response.\").nullable().optional(),\n results: PaperformListTranslations_TranslationResultsSchema.nullable(),\n has_more: z.boolean().default(false).describe(\"Whether there are more results available.\").nullable().optional(),\n}).describe(\"Response model for listing translations.\");\n\nexport const paperformListTranslations = action(\"PAPERFORM_LIST_TRANSLATIONS\", {\n slug: \"paperform-list-translations\",\n name: \"List Translations\",\n description: \"Tool to list all translations accessible by the authorized user. Use when you need to retrieve available translations from Paperform.\",\n input: PaperformListTranslationsInput,\n output: PaperformListTranslationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACnF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAM,qDAAqDA,IAAAA,EAAE,OAAO,EAClE,cAAcA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACjJ,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,kCAAkCA,IAAAA,EAAE,OAAO;CACtD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,SAAS,mDAAmD,SAAS;CACrE,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAEtD,MAAa,4BAA4BC,eAAAA,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"list-translations.cjs","names":["z","action"],"sources":["../../src/actions/list-translations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaperformListTranslationsInput = z.object({\n skip: z.number().int().describe(\"Number of results to skip. Default: 0.\").optional(),\n limit: z.number().int().describe(\"Maximum number of results to return. Default: 20, max: 100.\").optional(),\n}).describe(\"Request model for listing translations.\");\nconst PaperformListTranslations_TranslationResultsSchema = z.object({\n translations: z.array(z.record(z.string(), z.unknown())).default([]).describe(\"List of translation objects accessible to the authorized user.\").nullable().optional(),\n}).passthrough().describe(\"Model for translation results container.\");\nexport const PaperformListTranslationsOutput = z.object({\n skip: z.number().int().default(0).describe(\"Number of results skipped.\").nullable().optional(),\n limit: z.number().int().default(20).describe(\"Number of results per page.\").nullable().optional(),\n total: z.number().int().default(0).describe(\"Total number of translations.\").nullable().optional(),\n status: z.string().default(\"ok\").describe(\"Status of the response.\").nullable().optional(),\n results: PaperformListTranslations_TranslationResultsSchema.nullable(),\n has_more: z.boolean().default(false).describe(\"Whether there are more results available.\").nullable().optional(),\n}).passthrough().describe(\"Response model for listing translations.\");\n\nexport const paperformListTranslations = action(\"PAPERFORM_LIST_TRANSLATIONS\", {\n slug: \"paperform-list-translations\",\n name: \"List Translations\",\n description: \"Tool to list all translations accessible by the authorized user. Use when you need to retrieve available translations from Paperform.\",\n input: PaperformListTranslationsInput,\n output: PaperformListTranslationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACnF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAM,qDAAqDA,IAAAA,EAAE,OAAO,EAClE,cAAcA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACtK,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AACpE,MAAa,kCAAkCA,IAAAA,EAAE,OAAO;CACtD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,SAAS,mDAAmD,SAAS;CACrE,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AAEpE,MAAa,4BAA4BC,eAAAA,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -11,10 +11,10 @@ declare const PaperformListTranslationsOutput: z.ZodObject<{
11
11
  total: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
12
12
  status: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>;
13
13
  results: z.ZodNullable<z.ZodObject<{
14
- translations: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodArray<z.ZodObject<{}, z.core.$strip>>>>>;
15
- }, z.core.$strip>>;
14
+ translations: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>>>;
15
+ }, z.core.$loose>>;
16
16
  has_more: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
17
- }, z.core.$strip>;
17
+ }, z.core.$loose>;
18
18
  declare const paperformListTranslations: import("@keystrokehq/action").WorkflowActionDefinition<{
19
19
  skip?: number | undefined;
20
20
  limit?: number | undefined;
@@ -11,10 +11,10 @@ declare const PaperformListTranslationsOutput: z.ZodObject<{
11
11
  total: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
12
12
  status: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>;
13
13
  results: z.ZodNullable<z.ZodObject<{
14
- translations: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodArray<z.ZodObject<{}, z.core.$strip>>>>>;
15
- }, z.core.$strip>>;
14
+ translations: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>>>;
15
+ }, z.core.$loose>>;
16
16
  has_more: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
17
- }, z.core.$strip>;
17
+ }, z.core.$loose>;
18
18
  declare const paperformListTranslations: import("@keystrokehq/action").WorkflowActionDefinition<{
19
19
  skip?: number | undefined;
20
20
  limit?: number | undefined;
@@ -5,7 +5,7 @@ const PaperformListTranslationsInput = z.object({
5
5
  skip: z.number().int().describe("Number of results to skip. Default: 0.").optional(),
6
6
  limit: z.number().int().describe("Maximum number of results to return. Default: 20, max: 100.").optional()
7
7
  }).describe("Request model for listing translations.");
8
- const PaperformListTranslations_TranslationResultsSchema = z.object({ translations: z.array(z.object({})).default([]).describe("List of translation objects accessible to the authorized user.").nullable().optional() }).describe("Model for translation results container.");
8
+ const PaperformListTranslations_TranslationResultsSchema = z.object({ translations: z.array(z.record(z.string(), z.unknown())).default([]).describe("List of translation objects accessible to the authorized user.").nullable().optional() }).passthrough().describe("Model for translation results container.");
9
9
  const paperformListTranslations = action("PAPERFORM_LIST_TRANSLATIONS", {
10
10
  slug: "paperform-list-translations",
11
11
  name: "List Translations",
@@ -18,7 +18,7 @@ const paperformListTranslations = action("PAPERFORM_LIST_TRANSLATIONS", {
18
18
  status: z.string().default("ok").describe("Status of the response.").nullable().optional(),
19
19
  results: PaperformListTranslations_TranslationResultsSchema.nullable(),
20
20
  has_more: z.boolean().default(false).describe("Whether there are more results available.").nullable().optional()
21
- }).describe("Response model for listing translations.")
21
+ }).passthrough().describe("Response model for listing translations.")
22
22
  });
23
23
  //#endregion
24
24
  export { paperformListTranslations };
@@ -1 +1 @@
1
- {"version":3,"file":"list-translations.mjs","names":[],"sources":["../../src/actions/list-translations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaperformListTranslationsInput = z.object({\n skip: z.number().int().describe(\"Number of results to skip. Default: 0.\").optional(),\n limit: z.number().int().describe(\"Maximum number of results to return. Default: 20, max: 100.\").optional(),\n}).describe(\"Request model for listing translations.\");\nconst PaperformListTranslations_TranslationResultsSchema = z.object({\n translations: z.array(z.object({})).default([]).describe(\"List of translation objects accessible to the authorized user.\").nullable().optional(),\n}).describe(\"Model for translation results container.\");\nexport const PaperformListTranslationsOutput = z.object({\n skip: z.number().int().default(0).describe(\"Number of results skipped.\").nullable().optional(),\n limit: z.number().int().default(20).describe(\"Number of results per page.\").nullable().optional(),\n total: z.number().int().default(0).describe(\"Total number of translations.\").nullable().optional(),\n status: z.string().default(\"ok\").describe(\"Status of the response.\").nullable().optional(),\n results: PaperformListTranslations_TranslationResultsSchema.nullable(),\n has_more: z.boolean().default(false).describe(\"Whether there are more results available.\").nullable().optional(),\n}).describe(\"Response model for listing translations.\");\n\nexport const paperformListTranslations = action(\"PAPERFORM_LIST_TRANSLATIONS\", {\n slug: \"paperform-list-translations\",\n name: \"List Translations\",\n description: \"Tool to list all translations accessible by the authorized user. Use when you need to retrieve available translations from Paperform.\",\n input: PaperformListTranslationsInput,\n output: PaperformListTranslationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAAiC,EAAE,OAAO;CACrD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACnF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAM,qDAAqD,EAAE,OAAO,EAClE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACjJ,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAUtD,MAAa,4BAA4B,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAd6C,EAAE,OAAO;EACtD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,QAAQ,EAAE,OAAO,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,SAAS,mDAAmD,SAAS;EACrE,UAAU,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
1
+ {"version":3,"file":"list-translations.mjs","names":[],"sources":["../../src/actions/list-translations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaperformListTranslationsInput = z.object({\n skip: z.number().int().describe(\"Number of results to skip. Default: 0.\").optional(),\n limit: z.number().int().describe(\"Maximum number of results to return. Default: 20, max: 100.\").optional(),\n}).describe(\"Request model for listing translations.\");\nconst PaperformListTranslations_TranslationResultsSchema = z.object({\n translations: z.array(z.record(z.string(), z.unknown())).default([]).describe(\"List of translation objects accessible to the authorized user.\").nullable().optional(),\n}).passthrough().describe(\"Model for translation results container.\");\nexport const PaperformListTranslationsOutput = z.object({\n skip: z.number().int().default(0).describe(\"Number of results skipped.\").nullable().optional(),\n limit: z.number().int().default(20).describe(\"Number of results per page.\").nullable().optional(),\n total: z.number().int().default(0).describe(\"Total number of translations.\").nullable().optional(),\n status: z.string().default(\"ok\").describe(\"Status of the response.\").nullable().optional(),\n results: PaperformListTranslations_TranslationResultsSchema.nullable(),\n has_more: z.boolean().default(false).describe(\"Whether there are more results available.\").nullable().optional(),\n}).passthrough().describe(\"Response model for listing translations.\");\n\nexport const paperformListTranslations = action(\"PAPERFORM_LIST_TRANSLATIONS\", {\n slug: \"paperform-list-translations\",\n name: \"List Translations\",\n description: \"Tool to list all translations accessible by the authorized user. Use when you need to retrieve available translations from Paperform.\",\n input: PaperformListTranslationsInput,\n output: PaperformListTranslationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAAiC,EAAE,OAAO;CACrD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACnF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAM,qDAAqD,EAAE,OAAO,EAClE,cAAc,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACtK,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AAUpE,MAAa,4BAA4B,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAd6C,EAAE,OAAO;EACtD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,QAAQ,EAAE,OAAO,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,SAAS,mDAAmD,SAAS;EACrE,UAAU,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAOhB;AACV,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/paperform",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"