@keystrokehq/gagelist 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.
Files changed (127) hide show
  1. package/dist/actions/add-calibration-record.cjs +4 -4
  2. package/dist/actions/add-calibration-record.cjs.map +1 -1
  3. package/dist/actions/add-calibration-record.d.cts +7 -4
  4. package/dist/actions/add-calibration-record.d.mts +7 -4
  5. package/dist/actions/add-calibration-record.mjs +4 -4
  6. package/dist/actions/add-calibration-record.mjs.map +1 -1
  7. package/dist/actions/add-gage-record.cjs +3 -3
  8. package/dist/actions/add-gage-record.cjs.map +1 -1
  9. package/dist/actions/add-gage-record.d.cts +5 -3
  10. package/dist/actions/add-gage-record.d.mts +5 -3
  11. package/dist/actions/add-gage-record.mjs +3 -3
  12. package/dist/actions/add-gage-record.mjs.map +1 -1
  13. package/dist/actions/add-manufacturer.cjs +1 -1
  14. package/dist/actions/add-manufacturer.cjs.map +1 -1
  15. package/dist/actions/add-manufacturer.d.cts +1 -1
  16. package/dist/actions/add-manufacturer.d.mts +1 -1
  17. package/dist/actions/add-manufacturer.mjs +1 -1
  18. package/dist/actions/add-manufacturer.mjs.map +1 -1
  19. package/dist/actions/authenticate-with-gagelist.cjs +1 -1
  20. package/dist/actions/authenticate-with-gagelist.cjs.map +1 -1
  21. package/dist/actions/authenticate-with-gagelist.d.cts +1 -1
  22. package/dist/actions/authenticate-with-gagelist.d.mts +1 -1
  23. package/dist/actions/authenticate-with-gagelist.mjs +1 -1
  24. package/dist/actions/authenticate-with-gagelist.mjs.map +1 -1
  25. package/dist/actions/delete-calibration-record.cjs +1 -1
  26. package/dist/actions/delete-calibration-record.cjs.map +1 -1
  27. package/dist/actions/delete-calibration-record.d.cts +1 -1
  28. package/dist/actions/delete-calibration-record.d.mts +1 -1
  29. package/dist/actions/delete-calibration-record.mjs +1 -1
  30. package/dist/actions/delete-calibration-record.mjs.map +1 -1
  31. package/dist/actions/delete-gage-record.cjs +1 -1
  32. package/dist/actions/delete-gage-record.cjs.map +1 -1
  33. package/dist/actions/delete-gage-record.d.cts +1 -1
  34. package/dist/actions/delete-gage-record.d.mts +1 -1
  35. package/dist/actions/delete-gage-record.mjs +1 -1
  36. package/dist/actions/delete-gage-record.mjs.map +1 -1
  37. package/dist/actions/delete-manufacturer.cjs +1 -1
  38. package/dist/actions/delete-manufacturer.cjs.map +1 -1
  39. package/dist/actions/delete-manufacturer.d.cts +1 -1
  40. package/dist/actions/delete-manufacturer.d.mts +1 -1
  41. package/dist/actions/delete-manufacturer.mjs +1 -1
  42. package/dist/actions/delete-manufacturer.mjs.map +1 -1
  43. package/dist/actions/generate-calibration-certificate.cjs +2 -2
  44. package/dist/actions/generate-calibration-certificate.cjs.map +1 -1
  45. package/dist/actions/generate-calibration-certificate.d.cts +2 -2
  46. package/dist/actions/generate-calibration-certificate.d.mts +2 -2
  47. package/dist/actions/generate-calibration-certificate.mjs +2 -2
  48. package/dist/actions/generate-calibration-certificate.mjs.map +1 -1
  49. package/dist/actions/get-account-settings.cjs +2 -2
  50. package/dist/actions/get-account-settings.cjs.map +1 -1
  51. package/dist/actions/get-account-settings.d.cts +2 -2
  52. package/dist/actions/get-account-settings.d.mts +2 -2
  53. package/dist/actions/get-account-settings.mjs +2 -2
  54. package/dist/actions/get-account-settings.mjs.map +1 -1
  55. package/dist/actions/get-account-status.cjs +5 -5
  56. package/dist/actions/get-account-status.cjs.map +1 -1
  57. package/dist/actions/get-account-status.d.cts +6 -6
  58. package/dist/actions/get-account-status.d.mts +6 -6
  59. package/dist/actions/get-account-status.mjs +5 -5
  60. package/dist/actions/get-account-status.mjs.map +1 -1
  61. package/dist/actions/get-all-calibration-records.cjs +2 -2
  62. package/dist/actions/get-all-calibration-records.cjs.map +1 -1
  63. package/dist/actions/get-all-calibration-records.d.cts +2 -2
  64. package/dist/actions/get-all-calibration-records.d.mts +2 -2
  65. package/dist/actions/get-all-calibration-records.mjs +2 -2
  66. package/dist/actions/get-all-calibration-records.mjs.map +1 -1
  67. package/dist/actions/get-all-gage-records.cjs +2 -2
  68. package/dist/actions/get-all-gage-records.cjs.map +1 -1
  69. package/dist/actions/get-all-gage-records.d.cts +2 -2
  70. package/dist/actions/get-all-gage-records.d.mts +2 -2
  71. package/dist/actions/get-all-gage-records.mjs +2 -2
  72. package/dist/actions/get-all-gage-records.mjs.map +1 -1
  73. package/dist/actions/get-all-manufacturers.cjs +2 -2
  74. package/dist/actions/get-all-manufacturers.cjs.map +1 -1
  75. package/dist/actions/get-all-manufacturers.d.cts +2 -2
  76. package/dist/actions/get-all-manufacturers.d.mts +2 -2
  77. package/dist/actions/get-all-manufacturers.mjs +2 -2
  78. package/dist/actions/get-all-manufacturers.mjs.map +1 -1
  79. package/dist/actions/get-attachment.cjs +2 -2
  80. package/dist/actions/get-attachment.cjs.map +1 -1
  81. package/dist/actions/get-attachment.d.cts +2 -2
  82. package/dist/actions/get-attachment.d.mts +2 -2
  83. package/dist/actions/get-attachment.mjs +2 -2
  84. package/dist/actions/get-attachment.mjs.map +1 -1
  85. package/dist/actions/get-custom-fields.cjs +2 -2
  86. package/dist/actions/get-custom-fields.cjs.map +1 -1
  87. package/dist/actions/get-custom-fields.d.cts +2 -2
  88. package/dist/actions/get-custom-fields.d.mts +2 -2
  89. package/dist/actions/get-custom-fields.mjs +2 -2
  90. package/dist/actions/get-custom-fields.mjs.map +1 -1
  91. package/dist/actions/get-single-calibration-record.cjs +5 -5
  92. package/dist/actions/get-single-calibration-record.cjs.map +1 -1
  93. package/dist/actions/get-single-calibration-record.d.cts +5 -5
  94. package/dist/actions/get-single-calibration-record.d.mts +5 -5
  95. package/dist/actions/get-single-calibration-record.mjs +5 -5
  96. package/dist/actions/get-single-calibration-record.mjs.map +1 -1
  97. package/dist/actions/get-single-gage-record.cjs +4 -4
  98. package/dist/actions/get-single-gage-record.cjs.map +1 -1
  99. package/dist/actions/get-single-gage-record.d.cts +4 -4
  100. package/dist/actions/get-single-gage-record.d.mts +4 -4
  101. package/dist/actions/get-single-gage-record.mjs +4 -4
  102. package/dist/actions/get-single-gage-record.mjs.map +1 -1
  103. package/dist/actions/update-account-settings.cjs +1 -1
  104. package/dist/actions/update-account-settings.cjs.map +1 -1
  105. package/dist/actions/update-account-settings.d.cts +1 -1
  106. package/dist/actions/update-account-settings.d.mts +1 -1
  107. package/dist/actions/update-account-settings.mjs +1 -1
  108. package/dist/actions/update-account-settings.mjs.map +1 -1
  109. package/dist/actions/update-custom-field-values.cjs +2 -2
  110. package/dist/actions/update-custom-field-values.cjs.map +1 -1
  111. package/dist/actions/update-custom-field-values.d.cts +3 -2
  112. package/dist/actions/update-custom-field-values.d.mts +3 -2
  113. package/dist/actions/update-custom-field-values.mjs +2 -2
  114. package/dist/actions/update-custom-field-values.mjs.map +1 -1
  115. package/dist/actions/update-manufacturer.cjs +1 -1
  116. package/dist/actions/update-manufacturer.cjs.map +1 -1
  117. package/dist/actions/update-manufacturer.d.cts +1 -1
  118. package/dist/actions/update-manufacturer.d.mts +1 -1
  119. package/dist/actions/update-manufacturer.mjs +1 -1
  120. package/dist/actions/update-manufacturer.mjs.map +1 -1
  121. package/dist/actions/upload-attachment-to-gage-record.cjs +1 -1
  122. package/dist/actions/upload-attachment-to-gage-record.cjs.map +1 -1
  123. package/dist/actions/upload-attachment-to-gage-record.d.cts +1 -1
  124. package/dist/actions/upload-attachment-to-gage-record.d.mts +1 -1
  125. package/dist/actions/upload-attachment-to-gage-record.mjs +1 -1
  126. package/dist/actions/upload-attachment-to-gage-record.mjs.map +1 -1
  127. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"add-manufacturer.cjs","names":["z","action"],"sources":["../../src/actions/add-manufacturer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistAddManufacturerInput = z.object({\n Id: z.number().int().default(0).describe(\"Manufacturer identifier. Must be 0 (or omitted) when creating a new manufacturer so the system auto-generates a unique ID. Do not use existing IDs.\").optional(),\n Fax: z.string().describe(\"Fax number for the manufacturer (optional). Legacy field maintained for backwards compatibility.\").optional(),\n Name: z.string().describe(\"Name of the manufacturer company (required). This is the primary identifier displayed throughout the system.\"),\n Phone: z.string().describe(\"Primary contact phone number for the manufacturer (optional). Include country code and area code.\").optional(),\n Address: z.string().describe(\"Physical or mailing address of the manufacturer (optional). Include street, city, and state/country for complete records.\").optional(),\n Website: z.string().describe(\"Official website URL of the manufacturer (optional). Must include the protocol (http:// or https://).\").optional(),\n}).describe(\"Request model for creating a new manufacturer.\\nAccording to GageList API, when creating a manufacturer the Id should be 0\\n(or omitted) so the server assigns a new identifier. The API expects\\nPascalCase keys in JSON payload.\");\nexport const GagelistAddManufacturerOutput = z.object({\n data: z.number().int().describe(\"Unique identifier assigned to the newly created manufacturer. Use this ID for subsequent operations like updating or deleting the manufacturer.\").nullable().optional(),\n message: z.string().describe(\"Additional information from the API, such as error details if the operation failed.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the manufacturer was successfully created. True if created, False if there was an error.\").nullable(),\n}).describe(\"Response model for manufacturer creation containing the new manufacturer's ID and operation status.\");\n\nexport const gagelistAddManufacturer = action(\"GAGELIST_ADD_MANUFACTURER\", {\n slug: \"gagelist-add-manufacturer\",\n name: \"Add Manufacturer\",\n description: \"Creates a new manufacturer record in the GageList calibration management system. A manufacturer represents the company that produces gages and measurement instruments. Use this action when you need to add a new manufacturer to the system for tracking and managing calibration records for their equipment. Returns the unique identifier of the newly created manufacturer record.\",\n input: GagelistAddManufacturerInput,\n output: GagelistAddManufacturerOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO;CACnD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,qJAAqJ,CAAC,CAAC,SAAS;CACzM,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;CACtI,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G;CACxI,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS;CACzI,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;CACnK,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS;AACjJ,CAAC,CAAC,CAAC,SAAS,oOAAoO;AAChP,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iJAAiJ,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvM,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxI,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS;AACvJ,CAAC,CAAC,CAAC,SAAS,qGAAqG;AAEjH,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"add-manufacturer.cjs","names":["z","action"],"sources":["../../src/actions/add-manufacturer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistAddManufacturerInput = z.object({\n Id: z.number().int().default(0).describe(\"Manufacturer identifier. Must be 0 (or omitted) when creating a new manufacturer so the system auto-generates a unique ID. Do not use existing IDs.\").optional(),\n Fax: z.string().describe(\"Fax number for the manufacturer (optional). Legacy field maintained for backwards compatibility.\").optional(),\n Name: z.string().describe(\"Name of the manufacturer company (required). This is the primary identifier displayed throughout the system.\"),\n Phone: z.string().describe(\"Primary contact phone number for the manufacturer (optional). Include country code and area code.\").optional(),\n Address: z.string().describe(\"Physical or mailing address of the manufacturer (optional). Include street, city, and state/country for complete records.\").optional(),\n Website: z.string().describe(\"Official website URL of the manufacturer (optional). Must include the protocol (http:// or https://).\").optional(),\n}).describe(\"Request model for creating a new manufacturer.\\nAccording to GageList API, when creating a manufacturer the Id should be 0\\n(or omitted) so the server assigns a new identifier. The API expects\\nPascalCase keys in JSON payload.\");\nexport const GagelistAddManufacturerOutput = z.object({\n data: z.number().int().describe(\"Unique identifier assigned to the newly created manufacturer. Use this ID for subsequent operations like updating or deleting the manufacturer.\").nullable().optional(),\n message: z.string().describe(\"Additional information from the API, such as error details if the operation failed.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the manufacturer was successfully created. True if created, False if there was an error.\").nullable(),\n}).passthrough().describe(\"Response model for manufacturer creation containing the new manufacturer's ID and operation status.\");\n\nexport const gagelistAddManufacturer = action(\"GAGELIST_ADD_MANUFACTURER\", {\n slug: \"gagelist-add-manufacturer\",\n name: \"Add Manufacturer\",\n description: \"Creates a new manufacturer record in the GageList calibration management system. A manufacturer represents the company that produces gages and measurement instruments. Use this action when you need to add a new manufacturer to the system for tracking and managing calibration records for their equipment. Returns the unique identifier of the newly created manufacturer record.\",\n input: GagelistAddManufacturerInput,\n output: GagelistAddManufacturerOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO;CACnD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,qJAAqJ,CAAC,CAAC,SAAS;CACzM,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;CACtI,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G;CACxI,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS;CACzI,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;CACnK,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS;AACjJ,CAAC,CAAC,CAAC,SAAS,oOAAoO;AAChP,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iJAAiJ,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvM,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxI,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS;AACvJ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qGAAqG;AAE/H,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -13,7 +13,7 @@ declare const GagelistAddManufacturerOutput: z.ZodObject<{
13
13
  data: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
14
14
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
15
  success: z.ZodNullable<z.ZodBoolean>;
16
- }, z.core.$strip>;
16
+ }, z.core.$loose>;
17
17
  declare const gagelistAddManufacturer: import("@keystrokehq/action").WorkflowActionDefinition<{
18
18
  Name: string;
19
19
  Id?: number | undefined;
@@ -13,7 +13,7 @@ declare const GagelistAddManufacturerOutput: z.ZodObject<{
13
13
  data: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
14
14
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
15
  success: z.ZodNullable<z.ZodBoolean>;
16
- }, z.core.$strip>;
16
+ }, z.core.$loose>;
17
17
  declare const gagelistAddManufacturer: import("@keystrokehq/action").WorkflowActionDefinition<{
18
18
  Name: string;
19
19
  Id?: number | undefined;
@@ -16,7 +16,7 @@ const gagelistAddManufacturer = action("GAGELIST_ADD_MANUFACTURER", {
16
16
  data: z.number().int().describe("Unique identifier assigned to the newly created manufacturer. Use this ID for subsequent operations like updating or deleting the manufacturer.").nullable().optional(),
17
17
  message: z.string().describe("Additional information from the API, such as error details if the operation failed.").nullable().optional(),
18
18
  success: z.boolean().describe("Indicates whether the manufacturer was successfully created. True if created, False if there was an error.").nullable()
19
- }).describe("Response model for manufacturer creation containing the new manufacturer's ID and operation status.")
19
+ }).passthrough().describe("Response model for manufacturer creation containing the new manufacturer's ID and operation status.")
20
20
  });
21
21
  //#endregion
22
22
  export { gagelistAddManufacturer };
@@ -1 +1 @@
1
- {"version":3,"file":"add-manufacturer.mjs","names":[],"sources":["../../src/actions/add-manufacturer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistAddManufacturerInput = z.object({\n Id: z.number().int().default(0).describe(\"Manufacturer identifier. Must be 0 (or omitted) when creating a new manufacturer so the system auto-generates a unique ID. Do not use existing IDs.\").optional(),\n Fax: z.string().describe(\"Fax number for the manufacturer (optional). Legacy field maintained for backwards compatibility.\").optional(),\n Name: z.string().describe(\"Name of the manufacturer company (required). This is the primary identifier displayed throughout the system.\"),\n Phone: z.string().describe(\"Primary contact phone number for the manufacturer (optional). Include country code and area code.\").optional(),\n Address: z.string().describe(\"Physical or mailing address of the manufacturer (optional). Include street, city, and state/country for complete records.\").optional(),\n Website: z.string().describe(\"Official website URL of the manufacturer (optional). Must include the protocol (http:// or https://).\").optional(),\n}).describe(\"Request model for creating a new manufacturer.\\nAccording to GageList API, when creating a manufacturer the Id should be 0\\n(or omitted) so the server assigns a new identifier. The API expects\\nPascalCase keys in JSON payload.\");\nexport const GagelistAddManufacturerOutput = z.object({\n data: z.number().int().describe(\"Unique identifier assigned to the newly created manufacturer. Use this ID for subsequent operations like updating or deleting the manufacturer.\").nullable().optional(),\n message: z.string().describe(\"Additional information from the API, such as error details if the operation failed.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the manufacturer was successfully created. True if created, False if there was an error.\").nullable(),\n}).describe(\"Response model for manufacturer creation containing the new manufacturer's ID and operation status.\");\n\nexport const gagelistAddManufacturer = action(\"GAGELIST_ADD_MANUFACTURER\", {\n slug: \"gagelist-add-manufacturer\",\n name: \"Add Manufacturer\",\n description: \"Creates a new manufacturer record in the GageList calibration management system. A manufacturer represents the company that produces gages and measurement instruments. Use this action when you need to add a new manufacturer to the system for tracking and managing calibration records for their equipment. Returns the unique identifier of the newly created manufacturer record.\",\n input: GagelistAddManufacturerInput,\n output: GagelistAddManufacturerOutput,\n});\n"],"mappings":";;AAkBA,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlB0C,EAAE,OAAO;EACnD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,qJAAqJ,CAAC,CAAC,SAAS;EACzM,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;EACtI,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G;EACxI,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS;EACzI,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;EACnK,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS;CACjJ,CAAC,CAAC,CAAC,SAAS,oOAWH;CACP,QAX2C,EAAE,OAAO;EACpD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iJAAiJ,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvM,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxI,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS;CACvJ,CAAC,CAAC,CAAC,SAAS,qGAOF;AACV,CAAC"}
1
+ {"version":3,"file":"add-manufacturer.mjs","names":[],"sources":["../../src/actions/add-manufacturer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistAddManufacturerInput = z.object({\n Id: z.number().int().default(0).describe(\"Manufacturer identifier. Must be 0 (or omitted) when creating a new manufacturer so the system auto-generates a unique ID. Do not use existing IDs.\").optional(),\n Fax: z.string().describe(\"Fax number for the manufacturer (optional). Legacy field maintained for backwards compatibility.\").optional(),\n Name: z.string().describe(\"Name of the manufacturer company (required). This is the primary identifier displayed throughout the system.\"),\n Phone: z.string().describe(\"Primary contact phone number for the manufacturer (optional). Include country code and area code.\").optional(),\n Address: z.string().describe(\"Physical or mailing address of the manufacturer (optional). Include street, city, and state/country for complete records.\").optional(),\n Website: z.string().describe(\"Official website URL of the manufacturer (optional). Must include the protocol (http:// or https://).\").optional(),\n}).describe(\"Request model for creating a new manufacturer.\\nAccording to GageList API, when creating a manufacturer the Id should be 0\\n(or omitted) so the server assigns a new identifier. The API expects\\nPascalCase keys in JSON payload.\");\nexport const GagelistAddManufacturerOutput = z.object({\n data: z.number().int().describe(\"Unique identifier assigned to the newly created manufacturer. Use this ID for subsequent operations like updating or deleting the manufacturer.\").nullable().optional(),\n message: z.string().describe(\"Additional information from the API, such as error details if the operation failed.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the manufacturer was successfully created. True if created, False if there was an error.\").nullable(),\n}).passthrough().describe(\"Response model for manufacturer creation containing the new manufacturer's ID and operation status.\");\n\nexport const gagelistAddManufacturer = action(\"GAGELIST_ADD_MANUFACTURER\", {\n slug: \"gagelist-add-manufacturer\",\n name: \"Add Manufacturer\",\n description: \"Creates a new manufacturer record in the GageList calibration management system. A manufacturer represents the company that produces gages and measurement instruments. Use this action when you need to add a new manufacturer to the system for tracking and managing calibration records for their equipment. Returns the unique identifier of the newly created manufacturer record.\",\n input: GagelistAddManufacturerInput,\n output: GagelistAddManufacturerOutput,\n});\n"],"mappings":";;AAkBA,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlB0C,EAAE,OAAO;EACnD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,qJAAqJ,CAAC,CAAC,SAAS;EACzM,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;EACtI,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G;EACxI,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS;EACzI,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;EACnK,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS;CACjJ,CAAC,CAAC,CAAC,SAAS,oOAWH;CACP,QAX2C,EAAE,OAAO;EACpD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iJAAiJ,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvM,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxI,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS;CACvJ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qGAOhB;AACV,CAAC"}
@@ -15,7 +15,7 @@ const GagelistAuthenticateWithGagelistOutput = zod.z.object({
15
15
  token_type: zod.z.string().describe("Type of the token issued. Typically 'Bearer'").nullable(),
16
16
  access_token: zod.z.string().describe("Bearer token string to authenticate subsequent API calls").nullable(),
17
17
  refresh_token: zod.z.string().describe("Token used to renew the access token (if provided)").nullable().optional()
18
- }).describe("Response model for AUTHENTICATE_WITH_GAGELIST.");
18
+ }).passthrough().describe("Response model for AUTHENTICATE_WITH_GAGELIST.");
19
19
  const gagelistAuthenticateWithGagelist = require_action.action("GAGELIST_AUTHENTICATE_WITH_GAGELIST", {
20
20
  slug: "gagelist-authenticate-with-gagelist",
21
21
  name: "Authenticate with Gagelist",
@@ -1 +1 @@
1
- {"version":3,"file":"authenticate-with-gagelist.cjs","names":["z","action"],"sources":["../../src/actions/authenticate-with-gagelist.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistAuthenticateWithGagelistInput = z.object({\n client_id: z.string().describe(\"Gagelist client ID issued for OAuth2 authentication\"),\n client_secret: z.string().describe(\"Gagelist client secret issued alongside the client ID\"),\n}).describe(\"Request model for AUTHENTICATE_WITH_GAGELIST.\");\nexport const GagelistAuthenticateWithGagelistOutput = z.object({\n scope: z.string().describe(\"Scopes granted by the access token (e.g., 'openid email profile')\").nullable(),\n issued: z.string().describe(\"ISO 8601 timestamp when the token was issued\").nullable(),\n expires: z.string().describe(\"ISO 8601 timestamp when the token will expire\").nullable(),\n user_id: z.string().describe(\"Unique identifier of the authenticated user\").nullable(),\n client_id: z.string().describe(\"Client ID that was used for authentication\").nullable(),\n expires_in: z.number().int().describe(\"Number of seconds before the token expires\").nullable(),\n token_type: z.string().describe(\"Type of the token issued. Typically 'Bearer'\").nullable(),\n access_token: z.string().describe(\"Bearer token string to authenticate subsequent API calls\").nullable(),\n refresh_token: z.string().describe(\"Token used to renew the access token (if provided)\").nullable().optional(),\n}).describe(\"Response model for AUTHENTICATE_WITH_GAGELIST.\");\n\nexport const gagelistAuthenticateWithGagelist = action(\"GAGELIST_AUTHENTICATE_WITH_GAGELIST\", {\n slug: \"gagelist-authenticate-with-gagelist\",\n name: \"Authenticate with Gagelist\",\n description: \"Tool to obtain a Gagelist API access token. Use when you need to authenticate with Gagelist using client credentials. Returns OAuth2 tokens for subsequent requests.\",\n input: GagelistAuthenticateWithGagelistInput,\n output: GagelistAuthenticateWithGagelistOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAwCA,IAAAA,EAAE,OAAO;CAC5D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CACpF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;AAC5F,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAa,yCAAyCA,IAAAA,EAAE,OAAO;CAC7D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CACzG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACrF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CACvF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CACrF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACtF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CAC7F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACzF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CACvG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAE5D,MAAa,mCAAmCC,eAAAA,OAAO,uCAAuC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"authenticate-with-gagelist.cjs","names":["z","action"],"sources":["../../src/actions/authenticate-with-gagelist.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistAuthenticateWithGagelistInput = z.object({\n client_id: z.string().describe(\"Gagelist client ID issued for OAuth2 authentication\"),\n client_secret: z.string().describe(\"Gagelist client secret issued alongside the client ID\"),\n}).describe(\"Request model for AUTHENTICATE_WITH_GAGELIST.\");\nexport const GagelistAuthenticateWithGagelistOutput = z.object({\n scope: z.string().describe(\"Scopes granted by the access token (e.g., 'openid email profile')\").nullable(),\n issued: z.string().describe(\"ISO 8601 timestamp when the token was issued\").nullable(),\n expires: z.string().describe(\"ISO 8601 timestamp when the token will expire\").nullable(),\n user_id: z.string().describe(\"Unique identifier of the authenticated user\").nullable(),\n client_id: z.string().describe(\"Client ID that was used for authentication\").nullable(),\n expires_in: z.number().int().describe(\"Number of seconds before the token expires\").nullable(),\n token_type: z.string().describe(\"Type of the token issued. Typically 'Bearer'\").nullable(),\n access_token: z.string().describe(\"Bearer token string to authenticate subsequent API calls\").nullable(),\n refresh_token: z.string().describe(\"Token used to renew the access token (if provided)\").nullable().optional(),\n}).passthrough().describe(\"Response model for AUTHENTICATE_WITH_GAGELIST.\");\n\nexport const gagelistAuthenticateWithGagelist = action(\"GAGELIST_AUTHENTICATE_WITH_GAGELIST\", {\n slug: \"gagelist-authenticate-with-gagelist\",\n name: \"Authenticate with Gagelist\",\n description: \"Tool to obtain a Gagelist API access token. Use when you need to authenticate with Gagelist using client credentials. Returns OAuth2 tokens for subsequent requests.\",\n input: GagelistAuthenticateWithGagelistInput,\n output: GagelistAuthenticateWithGagelistOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAwCA,IAAAA,EAAE,OAAO;CAC5D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CACpF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;AAC5F,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAa,yCAAyCA,IAAAA,EAAE,OAAO;CAC7D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CACzG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACrF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CACvF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CACrF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACtF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CAC7F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACzF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CACvG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAAgD;AAE1E,MAAa,mCAAmCC,eAAAA,OAAO,uCAAuC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -15,7 +15,7 @@ declare const GagelistAuthenticateWithGagelistOutput: z.ZodObject<{
15
15
  token_type: z.ZodNullable<z.ZodString>;
16
16
  access_token: z.ZodNullable<z.ZodString>;
17
17
  refresh_token: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
- }, z.core.$strip>;
18
+ }, z.core.$loose>;
19
19
  declare const gagelistAuthenticateWithGagelist: import("@keystrokehq/action").WorkflowActionDefinition<{
20
20
  client_id: string;
21
21
  client_secret: string;
@@ -15,7 +15,7 @@ declare const GagelistAuthenticateWithGagelistOutput: z.ZodObject<{
15
15
  token_type: z.ZodNullable<z.ZodString>;
16
16
  access_token: z.ZodNullable<z.ZodString>;
17
17
  refresh_token: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
- }, z.core.$strip>;
18
+ }, z.core.$loose>;
19
19
  declare const gagelistAuthenticateWithGagelist: import("@keystrokehq/action").WorkflowActionDefinition<{
20
20
  client_id: string;
21
21
  client_secret: string;
@@ -18,7 +18,7 @@ const gagelistAuthenticateWithGagelist = action("GAGELIST_AUTHENTICATE_WITH_GAGE
18
18
  token_type: z.string().describe("Type of the token issued. Typically 'Bearer'").nullable(),
19
19
  access_token: z.string().describe("Bearer token string to authenticate subsequent API calls").nullable(),
20
20
  refresh_token: z.string().describe("Token used to renew the access token (if provided)").nullable().optional()
21
- }).describe("Response model for AUTHENTICATE_WITH_GAGELIST.")
21
+ }).passthrough().describe("Response model for AUTHENTICATE_WITH_GAGELIST.")
22
22
  });
23
23
  //#endregion
24
24
  export { gagelistAuthenticateWithGagelist };
@@ -1 +1 @@
1
- {"version":3,"file":"authenticate-with-gagelist.mjs","names":[],"sources":["../../src/actions/authenticate-with-gagelist.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistAuthenticateWithGagelistInput = z.object({\n client_id: z.string().describe(\"Gagelist client ID issued for OAuth2 authentication\"),\n client_secret: z.string().describe(\"Gagelist client secret issued alongside the client ID\"),\n}).describe(\"Request model for AUTHENTICATE_WITH_GAGELIST.\");\nexport const GagelistAuthenticateWithGagelistOutput = z.object({\n scope: z.string().describe(\"Scopes granted by the access token (e.g., 'openid email profile')\").nullable(),\n issued: z.string().describe(\"ISO 8601 timestamp when the token was issued\").nullable(),\n expires: z.string().describe(\"ISO 8601 timestamp when the token will expire\").nullable(),\n user_id: z.string().describe(\"Unique identifier of the authenticated user\").nullable(),\n client_id: z.string().describe(\"Client ID that was used for authentication\").nullable(),\n expires_in: z.number().int().describe(\"Number of seconds before the token expires\").nullable(),\n token_type: z.string().describe(\"Type of the token issued. Typically 'Bearer'\").nullable(),\n access_token: z.string().describe(\"Bearer token string to authenticate subsequent API calls\").nullable(),\n refresh_token: z.string().describe(\"Token used to renew the access token (if provided)\").nullable().optional(),\n}).describe(\"Response model for AUTHENTICATE_WITH_GAGELIST.\");\n\nexport const gagelistAuthenticateWithGagelist = action(\"GAGELIST_AUTHENTICATE_WITH_GAGELIST\", {\n slug: \"gagelist-authenticate-with-gagelist\",\n name: \"Authenticate with Gagelist\",\n description: \"Tool to obtain a Gagelist API access token. Use when you need to authenticate with Gagelist using client credentials. Returns OAuth2 tokens for subsequent requests.\",\n input: GagelistAuthenticateWithGagelistInput,\n output: GagelistAuthenticateWithGagelistOutput,\n});\n"],"mappings":";;AAoBA,MAAa,mCAAmC,OAAO,uCAAuC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApBmD,EAAE,OAAO;EAC5D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;EACpF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CAC5F,CAAC,CAAC,CAAC,SAAS,+CAiBH;CACP,QAjBoD,EAAE,OAAO;EAC7D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;EACzG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;EACrF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;EACvF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;EACrF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;EACtF,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;EAC7F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;EACzF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;EACvG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
1
+ {"version":3,"file":"authenticate-with-gagelist.mjs","names":[],"sources":["../../src/actions/authenticate-with-gagelist.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistAuthenticateWithGagelistInput = z.object({\n client_id: z.string().describe(\"Gagelist client ID issued for OAuth2 authentication\"),\n client_secret: z.string().describe(\"Gagelist client secret issued alongside the client ID\"),\n}).describe(\"Request model for AUTHENTICATE_WITH_GAGELIST.\");\nexport const GagelistAuthenticateWithGagelistOutput = z.object({\n scope: z.string().describe(\"Scopes granted by the access token (e.g., 'openid email profile')\").nullable(),\n issued: z.string().describe(\"ISO 8601 timestamp when the token was issued\").nullable(),\n expires: z.string().describe(\"ISO 8601 timestamp when the token will expire\").nullable(),\n user_id: z.string().describe(\"Unique identifier of the authenticated user\").nullable(),\n client_id: z.string().describe(\"Client ID that was used for authentication\").nullable(),\n expires_in: z.number().int().describe(\"Number of seconds before the token expires\").nullable(),\n token_type: z.string().describe(\"Type of the token issued. Typically 'Bearer'\").nullable(),\n access_token: z.string().describe(\"Bearer token string to authenticate subsequent API calls\").nullable(),\n refresh_token: z.string().describe(\"Token used to renew the access token (if provided)\").nullable().optional(),\n}).passthrough().describe(\"Response model for AUTHENTICATE_WITH_GAGELIST.\");\n\nexport const gagelistAuthenticateWithGagelist = action(\"GAGELIST_AUTHENTICATE_WITH_GAGELIST\", {\n slug: \"gagelist-authenticate-with-gagelist\",\n name: \"Authenticate with Gagelist\",\n description: \"Tool to obtain a Gagelist API access token. Use when you need to authenticate with Gagelist using client credentials. Returns OAuth2 tokens for subsequent requests.\",\n input: GagelistAuthenticateWithGagelistInput,\n output: GagelistAuthenticateWithGagelistOutput,\n});\n"],"mappings":";;AAoBA,MAAa,mCAAmC,OAAO,uCAAuC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApBmD,EAAE,OAAO;EAC5D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;EACpF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CAC5F,CAAC,CAAC,CAAC,SAAS,+CAiBH;CACP,QAjBoD,EAAE,OAAO;EAC7D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;EACzG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;EACrF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;EACvF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;EACrF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;EACtF,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;EAC7F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;EACzF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;EACvG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAOhB;AACV,CAAC"}
@@ -6,7 +6,7 @@ const GagelistDeleteCalibrationRecordOutput = zod.z.object({
6
6
  data: zod.z.number().int().describe("Numeric code returned by the API (typically 0 on success)").nullable(),
7
7
  message: zod.z.string().describe("Message returned by the API").nullable(),
8
8
  success: zod.z.boolean().describe("Indicates if the deletion was successful").nullable()
9
- }).describe("Response model after deleting a calibration record.");
9
+ }).passthrough().describe("Response model after deleting a calibration record.");
10
10
  const gagelistDeleteCalibrationRecord = require_action.action("GAGELIST_DELETE_CALIBRATION_RECORD", {
11
11
  slug: "gagelist-delete-calibration-record",
12
12
  name: "Delete Calibration Record",
@@ -1 +1 @@
1
- {"version":3,"file":"delete-calibration-record.cjs","names":["z","action"],"sources":["../../src/actions/delete-calibration-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistDeleteCalibrationRecordInput = z.object({\n id: z.number().int().describe(\"Calibration record ID to delete (must be a positive integer)\"),\n}).describe(\"Request model for deleting a calibration record.\");\nexport const GagelistDeleteCalibrationRecordOutput = z.object({\n data: z.number().int().describe(\"Numeric code returned by the API (typically 0 on success)\").nullable(),\n message: z.string().describe(\"Message returned by the API\").nullable(),\n success: z.boolean().describe(\"Indicates if the deletion was successful\").nullable(),\n}).describe(\"Response model after deleting a calibration record.\");\n\nexport const gagelistDeleteCalibrationRecord = action(\"GAGELIST_DELETE_CALIBRATION_RECORD\", {\n slug: \"gagelist-delete-calibration-record\",\n name: \"Delete Calibration Record\",\n description: \"Deletes a calibration record by its ID. This is a destructive operation that permanently removes the record. Verify the record exists before deletion.\",\n input: GagelistDeleteCalibrationRecordInput,\n output: GagelistDeleteCalibrationRecordOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAuCA,IAAAA,EAAE,OAAO,EAC3D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,EAC9F,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,wCAAwCA,IAAAA,EAAE,OAAO;CAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CACtG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACrE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAEjE,MAAa,kCAAkCC,eAAAA,OAAO,sCAAsC;CAC1F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-calibration-record.cjs","names":["z","action"],"sources":["../../src/actions/delete-calibration-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistDeleteCalibrationRecordInput = z.object({\n id: z.number().int().describe(\"Calibration record ID to delete (must be a positive integer)\"),\n}).describe(\"Request model for deleting a calibration record.\");\nexport const GagelistDeleteCalibrationRecordOutput = z.object({\n data: z.number().int().describe(\"Numeric code returned by the API (typically 0 on success)\").nullable(),\n message: z.string().describe(\"Message returned by the API\").nullable(),\n success: z.boolean().describe(\"Indicates if the deletion was successful\").nullable(),\n}).passthrough().describe(\"Response model after deleting a calibration record.\");\n\nexport const gagelistDeleteCalibrationRecord = action(\"GAGELIST_DELETE_CALIBRATION_RECORD\", {\n slug: \"gagelist-delete-calibration-record\",\n name: \"Delete Calibration Record\",\n description: \"Deletes a calibration record by its ID. This is a destructive operation that permanently removes the record. Verify the record exists before deletion.\",\n input: GagelistDeleteCalibrationRecordInput,\n output: GagelistDeleteCalibrationRecordOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAuCA,IAAAA,EAAE,OAAO,EAC3D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,EAC9F,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,wCAAwCA,IAAAA,EAAE,OAAO;CAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CACtG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACrE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qDAAqD;AAE/E,MAAa,kCAAkCC,eAAAA,OAAO,sCAAsC;CAC1F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -8,7 +8,7 @@ declare const GagelistDeleteCalibrationRecordOutput: z.ZodObject<{
8
8
  data: z.ZodNullable<z.ZodNumber>;
9
9
  message: z.ZodNullable<z.ZodString>;
10
10
  success: z.ZodNullable<z.ZodBoolean>;
11
- }, z.core.$strip>;
11
+ }, z.core.$loose>;
12
12
  declare const gagelistDeleteCalibrationRecord: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  id: number;
14
14
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -8,7 +8,7 @@ declare const GagelistDeleteCalibrationRecordOutput: z.ZodObject<{
8
8
  data: z.ZodNullable<z.ZodNumber>;
9
9
  message: z.ZodNullable<z.ZodString>;
10
10
  success: z.ZodNullable<z.ZodBoolean>;
11
- }, z.core.$strip>;
11
+ }, z.core.$loose>;
12
12
  declare const gagelistDeleteCalibrationRecord: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  id: number;
14
14
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -9,7 +9,7 @@ const gagelistDeleteCalibrationRecord = action("GAGELIST_DELETE_CALIBRATION_RECO
9
9
  data: z.number().int().describe("Numeric code returned by the API (typically 0 on success)").nullable(),
10
10
  message: z.string().describe("Message returned by the API").nullable(),
11
11
  success: z.boolean().describe("Indicates if the deletion was successful").nullable()
12
- }).describe("Response model after deleting a calibration record.")
12
+ }).passthrough().describe("Response model after deleting a calibration record.")
13
13
  });
14
14
  //#endregion
15
15
  export { gagelistDeleteCalibrationRecord };
@@ -1 +1 @@
1
- {"version":3,"file":"delete-calibration-record.mjs","names":[],"sources":["../../src/actions/delete-calibration-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistDeleteCalibrationRecordInput = z.object({\n id: z.number().int().describe(\"Calibration record ID to delete (must be a positive integer)\"),\n}).describe(\"Request model for deleting a calibration record.\");\nexport const GagelistDeleteCalibrationRecordOutput = z.object({\n data: z.number().int().describe(\"Numeric code returned by the API (typically 0 on success)\").nullable(),\n message: z.string().describe(\"Message returned by the API\").nullable(),\n success: z.boolean().describe(\"Indicates if the deletion was successful\").nullable(),\n}).describe(\"Response model after deleting a calibration record.\");\n\nexport const gagelistDeleteCalibrationRecord = action(\"GAGELIST_DELETE_CALIBRATION_RECORD\", {\n slug: \"gagelist-delete-calibration-record\",\n name: \"Delete Calibration Record\",\n description: \"Deletes a calibration record by its ID. This is a destructive operation that permanently removes the record. Verify the record exists before deletion.\",\n input: GagelistDeleteCalibrationRecordInput,\n output: GagelistDeleteCalibrationRecordOutput,\n});\n"],"mappings":";;AAaA,MAAa,kCAAkC,OAAO,sCAAsC;CAC1F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbkD,EAAE,OAAO,EAC3D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,EAC9F,CAAC,CAAC,CAAC,SAAS,kDAWH;CACP,QAXmD,EAAE,OAAO;EAC5D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;EACtG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;EACrE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,CAAC,CAAC,CAAC,SAAS,qDAOF;AACV,CAAC"}
1
+ {"version":3,"file":"delete-calibration-record.mjs","names":[],"sources":["../../src/actions/delete-calibration-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistDeleteCalibrationRecordInput = z.object({\n id: z.number().int().describe(\"Calibration record ID to delete (must be a positive integer)\"),\n}).describe(\"Request model for deleting a calibration record.\");\nexport const GagelistDeleteCalibrationRecordOutput = z.object({\n data: z.number().int().describe(\"Numeric code returned by the API (typically 0 on success)\").nullable(),\n message: z.string().describe(\"Message returned by the API\").nullable(),\n success: z.boolean().describe(\"Indicates if the deletion was successful\").nullable(),\n}).passthrough().describe(\"Response model after deleting a calibration record.\");\n\nexport const gagelistDeleteCalibrationRecord = action(\"GAGELIST_DELETE_CALIBRATION_RECORD\", {\n slug: \"gagelist-delete-calibration-record\",\n name: \"Delete Calibration Record\",\n description: \"Deletes a calibration record by its ID. This is a destructive operation that permanently removes the record. Verify the record exists before deletion.\",\n input: GagelistDeleteCalibrationRecordInput,\n output: GagelistDeleteCalibrationRecordOutput,\n});\n"],"mappings":";;AAaA,MAAa,kCAAkC,OAAO,sCAAsC;CAC1F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbkD,EAAE,OAAO,EAC3D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,EAC9F,CAAC,CAAC,CAAC,SAAS,kDAWH;CACP,QAXmD,EAAE,OAAO;EAC5D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;EACtG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;EACrE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qDAOhB;AACV,CAAC"}
@@ -6,7 +6,7 @@ const GagelistDeleteGageRecordOutput = zod.z.object({
6
6
  data: zod.z.number().int().describe("API data field (typically 0 on successful deletion)").nullable(),
7
7
  message: zod.z.string().describe("API informational message").nullable(),
8
8
  success: zod.z.boolean().describe("Whether the deletion was successful").nullable()
9
- }).describe("Response model for DELETE_GAGE_RECORD.\n\ndata: integer returned by API, typically 0 on success.\nsuccess: whether deletion succeeded.\nmessage: informational message from the API.");
9
+ }).passthrough().describe("Response model for DELETE_GAGE_RECORD.\n\ndata: integer returned by API, typically 0 on success.\nsuccess: whether deletion succeeded.\nmessage: informational message from the API.");
10
10
  const gagelistDeleteGageRecord = require_action.action("GAGELIST_DELETE_GAGE_RECORD", {
11
11
  slug: "gagelist-delete-gage-record",
12
12
  name: "Delete Gage Record",
@@ -1 +1 @@
1
- {"version":3,"file":"delete-gage-record.cjs","names":["z","action"],"sources":["../../src/actions/delete-gage-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistDeleteGageRecordInput = z.object({\n id: z.number().int().describe(\"ID of the gage record to delete. Must be a positive integer corresponding to an existing gage record in the system.\"),\n}).describe(\"Request model for DELETE_GAGE_RECORD.\\n\\nid: ID of the gage record to delete. Must be a positive integer.\");\nexport const GagelistDeleteGageRecordOutput = z.object({\n data: z.number().int().describe(\"API data field (typically 0 on successful deletion)\").nullable(),\n message: z.string().describe(\"API informational message\").nullable(),\n success: z.boolean().describe(\"Whether the deletion was successful\").nullable(),\n}).describe(\"Response model for DELETE_GAGE_RECORD.\\n\\ndata: integer returned by API, typically 0 on success.\\nsuccess: whether deletion succeeded.\\nmessage: informational message from the API.\");\n\nexport const gagelistDeleteGageRecord = action(\"GAGELIST_DELETE_GAGE_RECORD\", {\n slug: \"gagelist-delete-gage-record\",\n name: \"Delete Gage Record\",\n description: \"Deletes a gage record by its ID. The record must exist in the system to be deleted successfully. This operation is destructive and cannot be undone.\",\n input: GagelistDeleteGageRecordInput,\n output: GagelistDeleteGageRecordOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgCA,IAAAA,EAAE,OAAO,EACpD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qHAAqH,EACrJ,CAAC,CAAC,CAAC,SAAS,2GAA2G;AACvH,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAChG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACnE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;AAChF,CAAC,CAAC,CAAC,SAAS,sLAAsL;AAElM,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-gage-record.cjs","names":["z","action"],"sources":["../../src/actions/delete-gage-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistDeleteGageRecordInput = z.object({\n id: z.number().int().describe(\"ID of the gage record to delete. Must be a positive integer corresponding to an existing gage record in the system.\"),\n}).describe(\"Request model for DELETE_GAGE_RECORD.\\n\\nid: ID of the gage record to delete. Must be a positive integer.\");\nexport const GagelistDeleteGageRecordOutput = z.object({\n data: z.number().int().describe(\"API data field (typically 0 on successful deletion)\").nullable(),\n message: z.string().describe(\"API informational message\").nullable(),\n success: z.boolean().describe(\"Whether the deletion was successful\").nullable(),\n}).passthrough().describe(\"Response model for DELETE_GAGE_RECORD.\\n\\ndata: integer returned by API, typically 0 on success.\\nsuccess: whether deletion succeeded.\\nmessage: informational message from the API.\");\n\nexport const gagelistDeleteGageRecord = action(\"GAGELIST_DELETE_GAGE_RECORD\", {\n slug: \"gagelist-delete-gage-record\",\n name: \"Delete Gage Record\",\n description: \"Deletes a gage record by its ID. The record must exist in the system to be deleted successfully. This operation is destructive and cannot be undone.\",\n input: GagelistDeleteGageRecordInput,\n output: GagelistDeleteGageRecordOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgCA,IAAAA,EAAE,OAAO,EACpD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qHAAqH,EACrJ,CAAC,CAAC,CAAC,SAAS,2GAA2G;AACvH,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAChG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACnE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;AAChF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sLAAsL;AAEhN,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -8,7 +8,7 @@ declare const GagelistDeleteGageRecordOutput: z.ZodObject<{
8
8
  data: z.ZodNullable<z.ZodNumber>;
9
9
  message: z.ZodNullable<z.ZodString>;
10
10
  success: z.ZodNullable<z.ZodBoolean>;
11
- }, z.core.$strip>;
11
+ }, z.core.$loose>;
12
12
  declare const gagelistDeleteGageRecord: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  id: number;
14
14
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -8,7 +8,7 @@ declare const GagelistDeleteGageRecordOutput: z.ZodObject<{
8
8
  data: z.ZodNullable<z.ZodNumber>;
9
9
  message: z.ZodNullable<z.ZodString>;
10
10
  success: z.ZodNullable<z.ZodBoolean>;
11
- }, z.core.$strip>;
11
+ }, z.core.$loose>;
12
12
  declare const gagelistDeleteGageRecord: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  id: number;
14
14
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -9,7 +9,7 @@ const gagelistDeleteGageRecord = action("GAGELIST_DELETE_GAGE_RECORD", {
9
9
  data: z.number().int().describe("API data field (typically 0 on successful deletion)").nullable(),
10
10
  message: z.string().describe("API informational message").nullable(),
11
11
  success: z.boolean().describe("Whether the deletion was successful").nullable()
12
- }).describe("Response model for DELETE_GAGE_RECORD.\n\ndata: integer returned by API, typically 0 on success.\nsuccess: whether deletion succeeded.\nmessage: informational message from the API.")
12
+ }).passthrough().describe("Response model for DELETE_GAGE_RECORD.\n\ndata: integer returned by API, typically 0 on success.\nsuccess: whether deletion succeeded.\nmessage: informational message from the API.")
13
13
  });
14
14
  //#endregion
15
15
  export { gagelistDeleteGageRecord };
@@ -1 +1 @@
1
- {"version":3,"file":"delete-gage-record.mjs","names":[],"sources":["../../src/actions/delete-gage-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistDeleteGageRecordInput = z.object({\n id: z.number().int().describe(\"ID of the gage record to delete. Must be a positive integer corresponding to an existing gage record in the system.\"),\n}).describe(\"Request model for DELETE_GAGE_RECORD.\\n\\nid: ID of the gage record to delete. Must be a positive integer.\");\nexport const GagelistDeleteGageRecordOutput = z.object({\n data: z.number().int().describe(\"API data field (typically 0 on successful deletion)\").nullable(),\n message: z.string().describe(\"API informational message\").nullable(),\n success: z.boolean().describe(\"Whether the deletion was successful\").nullable(),\n}).describe(\"Response model for DELETE_GAGE_RECORD.\\n\\ndata: integer returned by API, typically 0 on success.\\nsuccess: whether deletion succeeded.\\nmessage: informational message from the API.\");\n\nexport const gagelistDeleteGageRecord = action(\"GAGELIST_DELETE_GAGE_RECORD\", {\n slug: \"gagelist-delete-gage-record\",\n name: \"Delete Gage Record\",\n description: \"Deletes a gage record by its ID. The record must exist in the system to be deleted successfully. This operation is destructive and cannot be undone.\",\n input: GagelistDeleteGageRecordInput,\n output: GagelistDeleteGageRecordOutput,\n});\n"],"mappings":";;AAaA,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb2C,EAAE,OAAO,EACpD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qHAAqH,EACrJ,CAAC,CAAC,CAAC,SAAS,2GAWH;CACP,QAX4C,EAAE,OAAO;EACrD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;EAChG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EACnE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAChF,CAAC,CAAC,CAAC,SAAS,sLAOF;AACV,CAAC"}
1
+ {"version":3,"file":"delete-gage-record.mjs","names":[],"sources":["../../src/actions/delete-gage-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistDeleteGageRecordInput = z.object({\n id: z.number().int().describe(\"ID of the gage record to delete. Must be a positive integer corresponding to an existing gage record in the system.\"),\n}).describe(\"Request model for DELETE_GAGE_RECORD.\\n\\nid: ID of the gage record to delete. Must be a positive integer.\");\nexport const GagelistDeleteGageRecordOutput = z.object({\n data: z.number().int().describe(\"API data field (typically 0 on successful deletion)\").nullable(),\n message: z.string().describe(\"API informational message\").nullable(),\n success: z.boolean().describe(\"Whether the deletion was successful\").nullable(),\n}).passthrough().describe(\"Response model for DELETE_GAGE_RECORD.\\n\\ndata: integer returned by API, typically 0 on success.\\nsuccess: whether deletion succeeded.\\nmessage: informational message from the API.\");\n\nexport const gagelistDeleteGageRecord = action(\"GAGELIST_DELETE_GAGE_RECORD\", {\n slug: \"gagelist-delete-gage-record\",\n name: \"Delete Gage Record\",\n description: \"Deletes a gage record by its ID. The record must exist in the system to be deleted successfully. This operation is destructive and cannot be undone.\",\n input: GagelistDeleteGageRecordInput,\n output: GagelistDeleteGageRecordOutput,\n});\n"],"mappings":";;AAaA,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb2C,EAAE,OAAO,EACpD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qHAAqH,EACrJ,CAAC,CAAC,CAAC,SAAS,2GAWH;CACP,QAX4C,EAAE,OAAO;EACrD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;EAChG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EACnE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAChF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sLAOhB;AACV,CAAC"}
@@ -6,7 +6,7 @@ const GagelistDeleteManufacturerOutput = zod.z.object({
6
6
  data: zod.z.number().int().describe("API-specific return code (often 0 on success)").nullable(),
7
7
  message: zod.z.string().describe("Informational message from the API").nullable(),
8
8
  success: zod.z.boolean().describe("Indicates whether the deletion succeeded").nullable()
9
- }).describe("Response model for delete manufacturer action.");
9
+ }).passthrough().describe("Response model for delete manufacturer action.");
10
10
  const gagelistDeleteManufacturer = require_action.action("GAGELIST_DELETE_MANUFACTURER", {
11
11
  slug: "gagelist-delete-manufacturer",
12
12
  name: "Delete Manufacturer",
@@ -1 +1 @@
1
- {"version":3,"file":"delete-manufacturer.cjs","names":["z","action"],"sources":["../../src/actions/delete-manufacturer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistDeleteManufacturerInput = z.object({\n id: z.number().int().describe(\"ID of the manufacturer to delete (must be a positive integer)\"),\n}).describe(\"Request model for deleting a manufacturer.\");\nexport const GagelistDeleteManufacturerOutput = z.object({\n data: z.number().int().describe(\"API-specific return code (often 0 on success)\").nullable(),\n message: z.string().describe(\"Informational message from the API\").nullable(),\n success: z.boolean().describe(\"Indicates whether the deletion succeeded\").nullable(),\n}).describe(\"Response model for delete manufacturer action.\");\n\nexport const gagelistDeleteManufacturer = action(\"GAGELIST_DELETE_MANUFACTURER\", {\n slug: \"gagelist-delete-manufacturer\",\n name: \"Delete Manufacturer\",\n description: \"Tool to delete a manufacturer by its ID. Use after confirming the manufacturer exists.\",\n input: GagelistDeleteManufacturerInput,\n output: GagelistDeleteManufacturerOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkCA,IAAAA,EAAE,OAAO,EACtD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,EAC/F,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,mCAAmCA,IAAAA,EAAE,OAAO;CACvD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC1F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC5E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAE5D,MAAa,6BAA6BC,eAAAA,OAAO,gCAAgC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-manufacturer.cjs","names":["z","action"],"sources":["../../src/actions/delete-manufacturer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistDeleteManufacturerInput = z.object({\n id: z.number().int().describe(\"ID of the manufacturer to delete (must be a positive integer)\"),\n}).describe(\"Request model for deleting a manufacturer.\");\nexport const GagelistDeleteManufacturerOutput = z.object({\n data: z.number().int().describe(\"API-specific return code (often 0 on success)\").nullable(),\n message: z.string().describe(\"Informational message from the API\").nullable(),\n success: z.boolean().describe(\"Indicates whether the deletion succeeded\").nullable(),\n}).passthrough().describe(\"Response model for delete manufacturer action.\");\n\nexport const gagelistDeleteManufacturer = action(\"GAGELIST_DELETE_MANUFACTURER\", {\n slug: \"gagelist-delete-manufacturer\",\n name: \"Delete Manufacturer\",\n description: \"Tool to delete a manufacturer by its ID. Use after confirming the manufacturer exists.\",\n input: GagelistDeleteManufacturerInput,\n output: GagelistDeleteManufacturerOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkCA,IAAAA,EAAE,OAAO,EACtD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,EAC/F,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,mCAAmCA,IAAAA,EAAE,OAAO;CACvD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC1F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC5E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAAgD;AAE1E,MAAa,6BAA6BC,eAAAA,OAAO,gCAAgC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -8,7 +8,7 @@ declare const GagelistDeleteManufacturerOutput: z.ZodObject<{
8
8
  data: z.ZodNullable<z.ZodNumber>;
9
9
  message: z.ZodNullable<z.ZodString>;
10
10
  success: z.ZodNullable<z.ZodBoolean>;
11
- }, z.core.$strip>;
11
+ }, z.core.$loose>;
12
12
  declare const gagelistDeleteManufacturer: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  id: number;
14
14
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -8,7 +8,7 @@ declare const GagelistDeleteManufacturerOutput: z.ZodObject<{
8
8
  data: z.ZodNullable<z.ZodNumber>;
9
9
  message: z.ZodNullable<z.ZodString>;
10
10
  success: z.ZodNullable<z.ZodBoolean>;
11
- }, z.core.$strip>;
11
+ }, z.core.$loose>;
12
12
  declare const gagelistDeleteManufacturer: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  id: number;
14
14
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -9,7 +9,7 @@ const gagelistDeleteManufacturer = action("GAGELIST_DELETE_MANUFACTURER", {
9
9
  data: z.number().int().describe("API-specific return code (often 0 on success)").nullable(),
10
10
  message: z.string().describe("Informational message from the API").nullable(),
11
11
  success: z.boolean().describe("Indicates whether the deletion succeeded").nullable()
12
- }).describe("Response model for delete manufacturer action.")
12
+ }).passthrough().describe("Response model for delete manufacturer action.")
13
13
  });
14
14
  //#endregion
15
15
  export { gagelistDeleteManufacturer };
@@ -1 +1 @@
1
- {"version":3,"file":"delete-manufacturer.mjs","names":[],"sources":["../../src/actions/delete-manufacturer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistDeleteManufacturerInput = z.object({\n id: z.number().int().describe(\"ID of the manufacturer to delete (must be a positive integer)\"),\n}).describe(\"Request model for deleting a manufacturer.\");\nexport const GagelistDeleteManufacturerOutput = z.object({\n data: z.number().int().describe(\"API-specific return code (often 0 on success)\").nullable(),\n message: z.string().describe(\"Informational message from the API\").nullable(),\n success: z.boolean().describe(\"Indicates whether the deletion succeeded\").nullable(),\n}).describe(\"Response model for delete manufacturer action.\");\n\nexport const gagelistDeleteManufacturer = action(\"GAGELIST_DELETE_MANUFACTURER\", {\n slug: \"gagelist-delete-manufacturer\",\n name: \"Delete Manufacturer\",\n description: \"Tool to delete a manufacturer by its ID. Use after confirming the manufacturer exists.\",\n input: GagelistDeleteManufacturerInput,\n output: GagelistDeleteManufacturerOutput,\n});\n"],"mappings":";;AAaA,MAAa,6BAA6B,OAAO,gCAAgC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb6C,EAAE,OAAO,EACtD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,EAC/F,CAAC,CAAC,CAAC,SAAS,4CAWH;CACP,QAX8C,EAAE,OAAO;EACvD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;EAC1F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;EAC5E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
1
+ {"version":3,"file":"delete-manufacturer.mjs","names":[],"sources":["../../src/actions/delete-manufacturer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistDeleteManufacturerInput = z.object({\n id: z.number().int().describe(\"ID of the manufacturer to delete (must be a positive integer)\"),\n}).describe(\"Request model for deleting a manufacturer.\");\nexport const GagelistDeleteManufacturerOutput = z.object({\n data: z.number().int().describe(\"API-specific return code (often 0 on success)\").nullable(),\n message: z.string().describe(\"Informational message from the API\").nullable(),\n success: z.boolean().describe(\"Indicates whether the deletion succeeded\").nullable(),\n}).passthrough().describe(\"Response model for delete manufacturer action.\");\n\nexport const gagelistDeleteManufacturer = action(\"GAGELIST_DELETE_MANUFACTURER\", {\n slug: \"gagelist-delete-manufacturer\",\n name: \"Delete Manufacturer\",\n description: \"Tool to delete a manufacturer by its ID. Use after confirming the manufacturer exists.\",\n input: GagelistDeleteManufacturerInput,\n output: GagelistDeleteManufacturerOutput,\n});\n"],"mappings":";;AAaA,MAAa,6BAA6B,OAAO,gCAAgC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb6C,EAAE,OAAO,EACtD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,EAC/F,CAAC,CAAC,CAAC,SAAS,4CAWH;CACP,QAX8C,EAAE,OAAO;EACvD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;EAC1F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;EAC5E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAOhB;AACV,CAAC"}
@@ -6,8 +6,8 @@ const GagelistGenerateCalibrationCertificate_FileDownloadableSchema = zod.z.obje
6
6
  name: zod.z.string().describe("Name of the file").nullable(),
7
7
  s3url: zod.z.string().describe("S3 URL of the downloaded file.").nullable(),
8
8
  mimetype: zod.z.string().describe("Mime type of the file.").nullable()
9
- });
10
- const GagelistGenerateCalibrationCertificateOutput = zod.z.object({ content: GagelistGenerateCalibrationCertificate_FileDownloadableSchema.nullable() }).describe("Response schema for GENERATE_CALIBRATION_CERTIFICATE action.");
9
+ }).passthrough();
10
+ const GagelistGenerateCalibrationCertificateOutput = zod.z.object({ content: GagelistGenerateCalibrationCertificate_FileDownloadableSchema.nullable() }).passthrough().describe("Response schema for GENERATE_CALIBRATION_CERTIFICATE action.");
11
11
  const gagelistGenerateCalibrationCertificate = require_action.action("GAGELIST_GENERATE_CALIBRATION_CERTIFICATE", {
12
12
  slug: "gagelist-generate-calibration-certificate",
13
13
  name: "Generate Calibration Certificate",
@@ -1 +1 @@
1
- {"version":3,"file":"generate-calibration-certificate.cjs","names":["z","action"],"sources":["../../src/actions/generate-calibration-certificate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGenerateCalibrationCertificateInput = z.object({\n id: z.number().int().describe(\"ID of the calibration record to generate the certificate for\"),\n}).describe(\"Request schema for GENERATE_CALIBRATION_CERTIFICATE action.\");\nconst GagelistGenerateCalibrationCertificate_FileDownloadableSchema = z.object({\n name: z.string().describe(\"Name of the file\").nullable(),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\").nullable(),\n mimetype: z.string().describe(\"Mime type of the file.\").nullable(),\n});\nexport const GagelistGenerateCalibrationCertificateOutput = z.object({\n content: GagelistGenerateCalibrationCertificate_FileDownloadableSchema.nullable(),\n}).describe(\"Response schema for GENERATE_CALIBRATION_CERTIFICATE action.\");\n\nexport const gagelistGenerateCalibrationCertificate = action(\"GAGELIST_GENERATE_CALIBRATION_CERTIFICATE\", {\n slug: \"gagelist-generate-calibration-certificate\",\n name: \"Generate Calibration Certificate\",\n description: \"Tool to generate a PDF certificate from a calibration record. Use after ensuring record ID and authentication.\",\n input: GagelistGenerateCalibrationCertificateInput,\n output: GagelistGenerateCalibrationCertificateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA8CA,IAAAA,EAAE,OAAO,EAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,EAC9F,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,gEAAgEA,IAAAA,EAAE,OAAO;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACvD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACtE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;AACnE,CAAC;AACD,MAAa,+CAA+CA,IAAAA,EAAE,OAAO,EACnE,SAAS,8DAA8D,SAAS,EAClF,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAE1E,MAAa,yCAAyCC,eAAAA,OAAO,6CAA6C;CACxG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"generate-calibration-certificate.cjs","names":["z","action"],"sources":["../../src/actions/generate-calibration-certificate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGenerateCalibrationCertificateInput = z.object({\n id: z.number().int().describe(\"ID of the calibration record to generate the certificate for\"),\n}).describe(\"Request schema for GENERATE_CALIBRATION_CERTIFICATE action.\");\nconst GagelistGenerateCalibrationCertificate_FileDownloadableSchema = z.object({\n name: z.string().describe(\"Name of the file\").nullable(),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\").nullable(),\n mimetype: z.string().describe(\"Mime type of the file.\").nullable(),\n}).passthrough();\nexport const GagelistGenerateCalibrationCertificateOutput = z.object({\n content: GagelistGenerateCalibrationCertificate_FileDownloadableSchema.nullable(),\n}).passthrough().describe(\"Response schema for GENERATE_CALIBRATION_CERTIFICATE action.\");\n\nexport const gagelistGenerateCalibrationCertificate = action(\"GAGELIST_GENERATE_CALIBRATION_CERTIFICATE\", {\n slug: \"gagelist-generate-calibration-certificate\",\n name: \"Generate Calibration Certificate\",\n description: \"Tool to generate a PDF certificate from a calibration record. Use after ensuring record ID and authentication.\",\n input: GagelistGenerateCalibrationCertificateInput,\n output: GagelistGenerateCalibrationCertificateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA8CA,IAAAA,EAAE,OAAO,EAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,EAC9F,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,gEAAgEA,IAAAA,EAAE,OAAO;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACvD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACtE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;AACnE,CAAC,CAAC,CAAC,YAAY;AACf,MAAa,+CAA+CA,IAAAA,EAAE,OAAO,EACnE,SAAS,8DAA8D,SAAS,EAClF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8DAA8D;AAExF,MAAa,yCAAyCC,eAAAA,OAAO,6CAA6C;CACxG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -9,8 +9,8 @@ declare const GagelistGenerateCalibrationCertificateOutput: z.ZodObject<{
9
9
  name: z.ZodNullable<z.ZodString>;
10
10
  s3url: z.ZodNullable<z.ZodString>;
11
11
  mimetype: z.ZodNullable<z.ZodString>;
12
- }, z.core.$strip>>;
13
- }, z.core.$strip>;
12
+ }, z.core.$loose>>;
13
+ }, z.core.$loose>;
14
14
  declare const gagelistGenerateCalibrationCertificate: import("@keystrokehq/action").WorkflowActionDefinition<{
15
15
  id: number;
16
16
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -9,8 +9,8 @@ declare const GagelistGenerateCalibrationCertificateOutput: z.ZodObject<{
9
9
  name: z.ZodNullable<z.ZodString>;
10
10
  s3url: z.ZodNullable<z.ZodString>;
11
11
  mimetype: z.ZodNullable<z.ZodString>;
12
- }, z.core.$strip>>;
13
- }, z.core.$strip>;
12
+ }, z.core.$loose>>;
13
+ }, z.core.$loose>;
14
14
  declare const gagelistGenerateCalibrationCertificate: import("@keystrokehq/action").WorkflowActionDefinition<{
15
15
  id: number;
16
16
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -6,13 +6,13 @@ const GagelistGenerateCalibrationCertificate_FileDownloadableSchema = z.object({
6
6
  name: z.string().describe("Name of the file").nullable(),
7
7
  s3url: z.string().describe("S3 URL of the downloaded file.").nullable(),
8
8
  mimetype: z.string().describe("Mime type of the file.").nullable()
9
- });
9
+ }).passthrough();
10
10
  const gagelistGenerateCalibrationCertificate = action("GAGELIST_GENERATE_CALIBRATION_CERTIFICATE", {
11
11
  slug: "gagelist-generate-calibration-certificate",
12
12
  name: "Generate Calibration Certificate",
13
13
  description: "Tool to generate a PDF certificate from a calibration record. Use after ensuring record ID and authentication.",
14
14
  input: GagelistGenerateCalibrationCertificateInput,
15
- output: z.object({ content: GagelistGenerateCalibrationCertificate_FileDownloadableSchema.nullable() }).describe("Response schema for GENERATE_CALIBRATION_CERTIFICATE action.")
15
+ output: z.object({ content: GagelistGenerateCalibrationCertificate_FileDownloadableSchema.nullable() }).passthrough().describe("Response schema for GENERATE_CALIBRATION_CERTIFICATE action.")
16
16
  });
17
17
  //#endregion
18
18
  export { gagelistGenerateCalibrationCertificate };
@@ -1 +1 @@
1
- {"version":3,"file":"generate-calibration-certificate.mjs","names":[],"sources":["../../src/actions/generate-calibration-certificate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGenerateCalibrationCertificateInput = z.object({\n id: z.number().int().describe(\"ID of the calibration record to generate the certificate for\"),\n}).describe(\"Request schema for GENERATE_CALIBRATION_CERTIFICATE action.\");\nconst GagelistGenerateCalibrationCertificate_FileDownloadableSchema = z.object({\n name: z.string().describe(\"Name of the file\").nullable(),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\").nullable(),\n mimetype: z.string().describe(\"Mime type of the file.\").nullable(),\n});\nexport const GagelistGenerateCalibrationCertificateOutput = z.object({\n content: GagelistGenerateCalibrationCertificate_FileDownloadableSchema.nullable(),\n}).describe(\"Response schema for GENERATE_CALIBRATION_CERTIFICATE action.\");\n\nexport const gagelistGenerateCalibrationCertificate = action(\"GAGELIST_GENERATE_CALIBRATION_CERTIFICATE\", {\n slug: \"gagelist-generate-calibration-certificate\",\n name: \"Generate Calibration Certificate\",\n description: \"Tool to generate a PDF certificate from a calibration record. Use after ensuring record ID and authentication.\",\n input: GagelistGenerateCalibrationCertificateInput,\n output: GagelistGenerateCalibrationCertificateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA8C,EAAE,OAAO,EAClE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,EAC9F,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,gEAAgE,EAAE,OAAO;CAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACvD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACtE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;AACnE,CAAC;AAKD,MAAa,yCAAyC,OAAO,6CAA6C;CACxG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT0D,EAAE,OAAO,EACnE,SAAS,8DAA8D,SAAS,EAClF,CAAC,CAAC,CAAC,SAAS,8DAOF;AACV,CAAC"}
1
+ {"version":3,"file":"generate-calibration-certificate.mjs","names":[],"sources":["../../src/actions/generate-calibration-certificate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGenerateCalibrationCertificateInput = z.object({\n id: z.number().int().describe(\"ID of the calibration record to generate the certificate for\"),\n}).describe(\"Request schema for GENERATE_CALIBRATION_CERTIFICATE action.\");\nconst GagelistGenerateCalibrationCertificate_FileDownloadableSchema = z.object({\n name: z.string().describe(\"Name of the file\").nullable(),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\").nullable(),\n mimetype: z.string().describe(\"Mime type of the file.\").nullable(),\n}).passthrough();\nexport const GagelistGenerateCalibrationCertificateOutput = z.object({\n content: GagelistGenerateCalibrationCertificate_FileDownloadableSchema.nullable(),\n}).passthrough().describe(\"Response schema for GENERATE_CALIBRATION_CERTIFICATE action.\");\n\nexport const gagelistGenerateCalibrationCertificate = action(\"GAGELIST_GENERATE_CALIBRATION_CERTIFICATE\", {\n slug: \"gagelist-generate-calibration-certificate\",\n name: \"Generate Calibration Certificate\",\n description: \"Tool to generate a PDF certificate from a calibration record. Use after ensuring record ID and authentication.\",\n input: GagelistGenerateCalibrationCertificateInput,\n output: GagelistGenerateCalibrationCertificateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA8C,EAAE,OAAO,EAClE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,EAC9F,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,gEAAgE,EAAE,OAAO;CAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACvD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACtE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;AACnE,CAAC,CAAC,CAAC,YAAY;AAKf,MAAa,yCAAyC,OAAO,6CAA6C;CACxG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT0D,EAAE,OAAO,EACnE,SAAS,8DAA8D,SAAS,EAClF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8DAOhB;AACV,CAAC"}
@@ -34,12 +34,12 @@ const GagelistGetAccountSettings_AccountSettingsDataSchema = zod.z.object({
34
34
  AllCalibrationEnvironment: zod.z.array(zod.z.string()).describe("All possible calibration environments"),
35
35
  AllCalibrationInstructions: zod.z.array(zod.z.string()).describe("All calibration instructions templates"),
36
36
  CalibrationCertificatePDFSize: zod.z.string().describe("Default PDF size for calibration certificates").nullable()
37
- });
37
+ }).passthrough();
38
38
  const GagelistGetAccountSettingsOutput = zod.z.object({
39
39
  data: GagelistGetAccountSettings_AccountSettingsDataSchema.nullable(),
40
40
  message: zod.z.string().describe("A human-readable message from the API").nullable().optional(),
41
41
  success: zod.z.boolean().describe("Indicates if the API call was successful").nullable()
42
- });
42
+ }).passthrough();
43
43
  const gagelistGetAccountSettings = require_action.action("GAGELIST_GET_ACCOUNT_SETTINGS", {
44
44
  slug: "gagelist-get-account-settings",
45
45
  name: "Get Account Settings",
@@ -1 +1 @@
1
- {"version":3,"file":"get-account-settings.cjs","names":["z","action"],"sources":["../../src/actions/get-account-settings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAccountSettingsInput = z.object({}).describe(\"Request model for GET_ACCOUNT_SETTINGS. No parameters required.\\nExtra fields (if provided) will be ignored to allow flexible testing.\");\nconst GagelistGetAccountSettings_AccountSettingsDataSchema = z.object({\n AllArea: z.array(z.string()).describe(\"All work areas\"),\n AllType: z.array(z.string()).describe(\"All gage types available\"),\n Statement: z.string().describe(\"Default statement text\").nullable(),\n DateFormat: z.string().describe(\"Preferred date format\").nullable(),\n MyTimeZone: z.string().describe(\"User's time zone\").nullable(),\n AllInterval: z.array(z.string()).describe(\"All calibration intervals\"),\n AllLocation: z.array(z.string()).describe(\"All gage locations\"),\n AllStatuses: z.array(z.string()).describe(\"All possible status values\"),\n UpdatedDate: z.string().describe(\"Timestamp of last settings update\").nullable(),\n AllAssignees: z.array(z.string()).describe(\"All users who can be assigned\"),\n EmailSubject: z.string().describe(\"Default email subject line\").nullable(),\n DisplayFields: z.record(z.string(), z.unknown()).describe(\"Fields configured for display in the UI\"),\n Distributions: z.array(z.string()).describe(\"Default distribution list\"),\n IncludeOverdue: z.string().describe(\"Flag controlling inclusion of overdue items\").nullable(),\n RequiredFields: z.record(z.string(), z.unknown()).describe(\"Fields that are marked required\"),\n ReportToInclude: z.string().describe(\"Which report to include by default\").nullable(),\n AllLocalizations: z.record(z.string(), z.unknown()).describe(\"Localization mappings for UI elements\"),\n AllUnitOfMeasure: z.array(z.string()).describe(\"All available units of measure\"),\n IntroductionText: z.string().describe(\"Default introduction text in emails\").nullable(),\n NotificationDays: z.array(z.string()).describe(\"Default days for sending notifications\"),\n NotificationType: z.string().describe(\"Default notification method\").nullable(),\n ViewExportFormat: z.string().describe(\"Default format for exporting views\").nullable(),\n AllActiveStatuses: z.array(z.string()).describe(\"All active status values\"),\n UploadImageEnabled: z.boolean().describe(\"Flag indicating if image uploads are enabled\").nullable(),\n AllConditionAquired: z.array(z.string()).describe(\"All acquisition conditions\"),\n AllTypesMeasurement: z.array(z.string()).describe(\"All measurement types\"),\n EditableCalibratedBy: z.string().describe(\"Controls if 'calibrated by' field is editable\").nullable(),\n IncludeGageAssignees: z.string().describe(\"Flag controlling inclusion of gage assignees\").nullable(),\n AllCalibrationEnvironment: z.array(z.string()).describe(\"All possible calibration environments\"),\n AllCalibrationInstructions: z.array(z.string()).describe(\"All calibration instructions templates\"),\n CalibrationCertificatePDFSize: z.string().describe(\"Default PDF size for calibration certificates\").nullable(),\n});\nexport const GagelistGetAccountSettingsOutput = z.object({\n data: GagelistGetAccountSettings_AccountSettingsDataSchema.nullable(),\n message: z.string().describe(\"A human-readable message from the API\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the API call was successful\").nullable(),\n});\n\nexport const gagelistGetAccountSettings = action(\"GAGELIST_GET_ACCOUNT_SETTINGS\", {\n slug: \"gagelist-get-account-settings\",\n name: \"Get Account Settings\",\n description: \"Tool to get account settings. Use after successful authentication to retrieve user-specific settings.\",\n input: GagelistGetAccountSettingsInput,\n output: GagelistGetAccountSettingsOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"get-account-settings.cjs","names":["z","action"],"sources":["../../src/actions/get-account-settings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAccountSettingsInput = z.object({}).describe(\"Request model for GET_ACCOUNT_SETTINGS. No parameters required.\\nExtra fields (if provided) will be ignored to allow flexible testing.\");\nconst GagelistGetAccountSettings_AccountSettingsDataSchema = z.object({\n AllArea: z.array(z.string()).describe(\"All work areas\"),\n AllType: z.array(z.string()).describe(\"All gage types available\"),\n Statement: z.string().describe(\"Default statement text\").nullable(),\n DateFormat: z.string().describe(\"Preferred date format\").nullable(),\n MyTimeZone: z.string().describe(\"User's time zone\").nullable(),\n AllInterval: z.array(z.string()).describe(\"All calibration intervals\"),\n AllLocation: z.array(z.string()).describe(\"All gage locations\"),\n AllStatuses: z.array(z.string()).describe(\"All possible status values\"),\n UpdatedDate: z.string().describe(\"Timestamp of last settings update\").nullable(),\n AllAssignees: z.array(z.string()).describe(\"All users who can be assigned\"),\n EmailSubject: z.string().describe(\"Default email subject line\").nullable(),\n DisplayFields: z.record(z.string(), z.unknown()).describe(\"Fields configured for display in the UI\"),\n Distributions: z.array(z.string()).describe(\"Default distribution list\"),\n IncludeOverdue: z.string().describe(\"Flag controlling inclusion of overdue items\").nullable(),\n RequiredFields: z.record(z.string(), z.unknown()).describe(\"Fields that are marked required\"),\n ReportToInclude: z.string().describe(\"Which report to include by default\").nullable(),\n AllLocalizations: z.record(z.string(), z.unknown()).describe(\"Localization mappings for UI elements\"),\n AllUnitOfMeasure: z.array(z.string()).describe(\"All available units of measure\"),\n IntroductionText: z.string().describe(\"Default introduction text in emails\").nullable(),\n NotificationDays: z.array(z.string()).describe(\"Default days for sending notifications\"),\n NotificationType: z.string().describe(\"Default notification method\").nullable(),\n ViewExportFormat: z.string().describe(\"Default format for exporting views\").nullable(),\n AllActiveStatuses: z.array(z.string()).describe(\"All active status values\"),\n UploadImageEnabled: z.boolean().describe(\"Flag indicating if image uploads are enabled\").nullable(),\n AllConditionAquired: z.array(z.string()).describe(\"All acquisition conditions\"),\n AllTypesMeasurement: z.array(z.string()).describe(\"All measurement types\"),\n EditableCalibratedBy: z.string().describe(\"Controls if 'calibrated by' field is editable\").nullable(),\n IncludeGageAssignees: z.string().describe(\"Flag controlling inclusion of gage assignees\").nullable(),\n AllCalibrationEnvironment: z.array(z.string()).describe(\"All possible calibration environments\"),\n AllCalibrationInstructions: z.array(z.string()).describe(\"All calibration instructions templates\"),\n CalibrationCertificatePDFSize: z.string().describe(\"Default PDF size for calibration certificates\").nullable(),\n}).passthrough();\nexport const GagelistGetAccountSettingsOutput = z.object({\n data: GagelistGetAccountSettings_AccountSettingsDataSchema.nullable(),\n message: z.string().describe(\"A human-readable message from the API\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the API call was successful\").nullable(),\n}).passthrough();\n\nexport const gagelistGetAccountSettings = action(\"GAGELIST_GET_ACCOUNT_SETTINGS\", {\n slug: \"gagelist-get-account-settings\",\n name: \"Get Account Settings\",\n description: \"Tool to get account settings. Use after successful authentication to retrieve user-specific settings.\",\n input: GagelistGetAccountSettingsInput,\n output: GagelistGetAccountSettingsOutput,\n});\n"],"mappings":"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"}
@@ -35,10 +35,10 @@ declare const GagelistGetAccountSettingsOutput: z.ZodObject<{
35
35
  AllCalibrationEnvironment: z.ZodArray<z.ZodString>;
36
36
  AllCalibrationInstructions: z.ZodArray<z.ZodString>;
37
37
  CalibrationCertificatePDFSize: z.ZodNullable<z.ZodString>;
38
- }, z.core.$strip>>;
38
+ }, z.core.$loose>>;
39
39
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
40
40
  success: z.ZodNullable<z.ZodBoolean>;
41
- }, z.core.$strip>;
41
+ }, z.core.$loose>;
42
42
  declare const gagelistGetAccountSettings: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
43
43
  //#endregion
44
44
  export { gagelistGetAccountSettings };
@@ -35,10 +35,10 @@ declare const GagelistGetAccountSettingsOutput: z.ZodObject<{
35
35
  AllCalibrationEnvironment: z.ZodArray<z.ZodString>;
36
36
  AllCalibrationInstructions: z.ZodArray<z.ZodString>;
37
37
  CalibrationCertificatePDFSize: z.ZodNullable<z.ZodString>;
38
- }, z.core.$strip>>;
38
+ }, z.core.$loose>>;
39
39
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
40
40
  success: z.ZodNullable<z.ZodBoolean>;
41
- }, z.core.$strip>;
41
+ }, z.core.$loose>;
42
42
  declare const gagelistGetAccountSettings: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
43
43
  //#endregion
44
44
  export { gagelistGetAccountSettings };
@@ -34,7 +34,7 @@ const GagelistGetAccountSettings_AccountSettingsDataSchema = z.object({
34
34
  AllCalibrationEnvironment: z.array(z.string()).describe("All possible calibration environments"),
35
35
  AllCalibrationInstructions: z.array(z.string()).describe("All calibration instructions templates"),
36
36
  CalibrationCertificatePDFSize: z.string().describe("Default PDF size for calibration certificates").nullable()
37
- });
37
+ }).passthrough();
38
38
  const gagelistGetAccountSettings = action("GAGELIST_GET_ACCOUNT_SETTINGS", {
39
39
  slug: "gagelist-get-account-settings",
40
40
  name: "Get Account Settings",
@@ -44,7 +44,7 @@ const gagelistGetAccountSettings = action("GAGELIST_GET_ACCOUNT_SETTINGS", {
44
44
  data: GagelistGetAccountSettings_AccountSettingsDataSchema.nullable(),
45
45
  message: z.string().describe("A human-readable message from the API").nullable().optional(),
46
46
  success: z.boolean().describe("Indicates if the API call was successful").nullable()
47
- })
47
+ }).passthrough()
48
48
  });
49
49
  //#endregion
50
50
  export { gagelistGetAccountSettings };
@@ -1 +1 @@
1
- {"version":3,"file":"get-account-settings.mjs","names":[],"sources":["../../src/actions/get-account-settings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAccountSettingsInput = z.object({}).describe(\"Request model for GET_ACCOUNT_SETTINGS. No parameters required.\\nExtra fields (if provided) will be ignored to allow flexible testing.\");\nconst GagelistGetAccountSettings_AccountSettingsDataSchema = z.object({\n AllArea: z.array(z.string()).describe(\"All work areas\"),\n AllType: z.array(z.string()).describe(\"All gage types available\"),\n Statement: z.string().describe(\"Default statement text\").nullable(),\n DateFormat: z.string().describe(\"Preferred date format\").nullable(),\n MyTimeZone: z.string().describe(\"User's time zone\").nullable(),\n AllInterval: z.array(z.string()).describe(\"All calibration intervals\"),\n AllLocation: z.array(z.string()).describe(\"All gage locations\"),\n AllStatuses: z.array(z.string()).describe(\"All possible status values\"),\n UpdatedDate: z.string().describe(\"Timestamp of last settings update\").nullable(),\n AllAssignees: z.array(z.string()).describe(\"All users who can be assigned\"),\n EmailSubject: z.string().describe(\"Default email subject line\").nullable(),\n DisplayFields: z.record(z.string(), z.unknown()).describe(\"Fields configured for display in the UI\"),\n Distributions: z.array(z.string()).describe(\"Default distribution list\"),\n IncludeOverdue: z.string().describe(\"Flag controlling inclusion of overdue items\").nullable(),\n RequiredFields: z.record(z.string(), z.unknown()).describe(\"Fields that are marked required\"),\n ReportToInclude: z.string().describe(\"Which report to include by default\").nullable(),\n AllLocalizations: z.record(z.string(), z.unknown()).describe(\"Localization mappings for UI elements\"),\n AllUnitOfMeasure: z.array(z.string()).describe(\"All available units of measure\"),\n IntroductionText: z.string().describe(\"Default introduction text in emails\").nullable(),\n NotificationDays: z.array(z.string()).describe(\"Default days for sending notifications\"),\n NotificationType: z.string().describe(\"Default notification method\").nullable(),\n ViewExportFormat: z.string().describe(\"Default format for exporting views\").nullable(),\n AllActiveStatuses: z.array(z.string()).describe(\"All active status values\"),\n UploadImageEnabled: z.boolean().describe(\"Flag indicating if image uploads are enabled\").nullable(),\n AllConditionAquired: z.array(z.string()).describe(\"All acquisition conditions\"),\n AllTypesMeasurement: z.array(z.string()).describe(\"All measurement types\"),\n EditableCalibratedBy: z.string().describe(\"Controls if 'calibrated by' field is editable\").nullable(),\n IncludeGageAssignees: z.string().describe(\"Flag controlling inclusion of gage assignees\").nullable(),\n AllCalibrationEnvironment: z.array(z.string()).describe(\"All possible calibration environments\"),\n AllCalibrationInstructions: z.array(z.string()).describe(\"All calibration instructions templates\"),\n CalibrationCertificatePDFSize: z.string().describe(\"Default PDF size for calibration certificates\").nullable(),\n});\nexport const GagelistGetAccountSettingsOutput = z.object({\n data: GagelistGetAccountSettings_AccountSettingsDataSchema.nullable(),\n message: z.string().describe(\"A human-readable message from the API\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the API call was successful\").nullable(),\n});\n\nexport const gagelistGetAccountSettings = action(\"GAGELIST_GET_ACCOUNT_SETTINGS\", {\n slug: \"gagelist-get-account-settings\",\n name: \"Get Account Settings\",\n description: \"Tool to get account settings. Use after successful authentication to retrieve user-specific settings.\",\n input: GagelistGetAccountSettingsInput,\n output: GagelistGetAccountSettingsOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"get-account-settings.mjs","names":[],"sources":["../../src/actions/get-account-settings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAccountSettingsInput = z.object({}).describe(\"Request model for GET_ACCOUNT_SETTINGS. No parameters required.\\nExtra fields (if provided) will be ignored to allow flexible testing.\");\nconst GagelistGetAccountSettings_AccountSettingsDataSchema = z.object({\n AllArea: z.array(z.string()).describe(\"All work areas\"),\n AllType: z.array(z.string()).describe(\"All gage types available\"),\n Statement: z.string().describe(\"Default statement text\").nullable(),\n DateFormat: z.string().describe(\"Preferred date format\").nullable(),\n MyTimeZone: z.string().describe(\"User's time zone\").nullable(),\n AllInterval: z.array(z.string()).describe(\"All calibration intervals\"),\n AllLocation: z.array(z.string()).describe(\"All gage locations\"),\n AllStatuses: z.array(z.string()).describe(\"All possible status values\"),\n UpdatedDate: z.string().describe(\"Timestamp of last settings update\").nullable(),\n AllAssignees: z.array(z.string()).describe(\"All users who can be assigned\"),\n EmailSubject: z.string().describe(\"Default email subject line\").nullable(),\n DisplayFields: z.record(z.string(), z.unknown()).describe(\"Fields configured for display in the UI\"),\n Distributions: z.array(z.string()).describe(\"Default distribution list\"),\n IncludeOverdue: z.string().describe(\"Flag controlling inclusion of overdue items\").nullable(),\n RequiredFields: z.record(z.string(), z.unknown()).describe(\"Fields that are marked required\"),\n ReportToInclude: z.string().describe(\"Which report to include by default\").nullable(),\n AllLocalizations: z.record(z.string(), z.unknown()).describe(\"Localization mappings for UI elements\"),\n AllUnitOfMeasure: z.array(z.string()).describe(\"All available units of measure\"),\n IntroductionText: z.string().describe(\"Default introduction text in emails\").nullable(),\n NotificationDays: z.array(z.string()).describe(\"Default days for sending notifications\"),\n NotificationType: z.string().describe(\"Default notification method\").nullable(),\n ViewExportFormat: z.string().describe(\"Default format for exporting views\").nullable(),\n AllActiveStatuses: z.array(z.string()).describe(\"All active status values\"),\n UploadImageEnabled: z.boolean().describe(\"Flag indicating if image uploads are enabled\").nullable(),\n AllConditionAquired: z.array(z.string()).describe(\"All acquisition conditions\"),\n AllTypesMeasurement: z.array(z.string()).describe(\"All measurement types\"),\n EditableCalibratedBy: z.string().describe(\"Controls if 'calibrated by' field is editable\").nullable(),\n IncludeGageAssignees: z.string().describe(\"Flag controlling inclusion of gage assignees\").nullable(),\n AllCalibrationEnvironment: z.array(z.string()).describe(\"All possible calibration environments\"),\n AllCalibrationInstructions: z.array(z.string()).describe(\"All calibration instructions templates\"),\n CalibrationCertificatePDFSize: z.string().describe(\"Default PDF size for calibration certificates\").nullable(),\n}).passthrough();\nexport const GagelistGetAccountSettingsOutput = z.object({\n data: GagelistGetAccountSettings_AccountSettingsDataSchema.nullable(),\n message: z.string().describe(\"A human-readable message from the API\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the API call was successful\").nullable(),\n}).passthrough();\n\nexport const gagelistGetAccountSettings = action(\"GAGELIST_GET_ACCOUNT_SETTINGS\", {\n slug: \"gagelist-get-account-settings\",\n name: \"Get Account Settings\",\n description: \"Tool to get account settings. Use after successful authentication to retrieve user-specific settings.\",\n input: GagelistGetAccountSettingsInput,\n output: GagelistGetAccountSettingsOutput,\n});\n"],"mappings":"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"}