@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":"get-all-gage-records.mjs","names":[],"sources":["../../src/actions/get-all-gage-records.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAllGageRecordsInput = z.object({\n start: z.number().int().default(0).describe(\"Zero-based index to start listing records.\").optional(),\n record_number: z.number().int().describe(\"Number of records to retrieve.\"),\n}).describe(\"Request parameters for retrieving a paginated list of gage records.\");\nconst GagelistGetAllGageRecords_GageRecordSchema = z.object({\n Id: z.number().int().describe(\"Record ID\").nullable().optional(),\n Area: z.string().describe(\"Area of usage\").nullable().optional(),\n Days: z.number().int().describe(\"Days component of interval\").nullable().optional(),\n Type: z.string().describe(\"Gage type\").nullable().optional(),\n Model: z.string().describe(\"Model number\").nullable().optional(),\n Years: z.number().int().describe(\"Years component of interval\").nullable().optional(),\n Months: z.number().int().describe(\"Months component of interval\").nullable().optional(),\n Status: z.string().describe(\"Current status of the gage\").nullable().optional(),\n AssetNo: z.string().describe(\"Asset number\").nullable().optional(),\n Website: z.string().describe(\"Manufacturer website\").nullable().optional(),\n Interval: z.string().describe(\"Calibration interval\").nullable().optional(),\n Location: z.string().describe(\"Current location\").nullable().optional(),\n CreatedBy: z.string().describe(\"User who created record\").nullable().optional(),\n ImageName: z.string().describe(\"Image file name\").nullable().optional(),\n IsDeleted: z.boolean().describe(\"Deletion flag\").nullable().optional(),\n Tolerance: z.string().describe(\"Tolerance specification\").nullable().optional(),\n UpdatedBy: z.string().describe(\"User who last updated record\").nullable().optional(),\n NISTNumber: z.string().describe(\"NIST number\").nullable().optional(),\n Attachments: z.string().describe(\"Attachments info or URLs\").nullable().optional(),\n CreatedDate: z.string().describe(\"Creation date of record\").nullable().optional(),\n DateAquired: z.string().describe(\"Date acquired\").nullable().optional(),\n RangeOrSize: z.string().describe(\"Measurement range or size\").nullable().optional(),\n UpdatedDate: z.string().describe(\"Last update date\").nullable().optional(),\n Manufacturer: z.string().describe(\"Manufacturer name\").nullable().optional(),\n SerialNumber: z.string().describe(\"Serial number\").nullable().optional(),\n ControlNumber: z.string().describe(\"Control number assigned\").nullable().optional(),\n PurchasePrice: z.number().describe(\"Purchase price\").nullable().optional(),\n UnitOfMeasure: z.string().describe(\"Unit of measure\").nullable().optional(),\n MasterStandard: z.string().describe(\"Master standard used\").nullable().optional(),\n SourceOrVendor: z.string().describe(\"Source or vendor from which acquired\").nullable().optional(),\n ResponsibleUser: z.string().describe(\"User responsible\").nullable().optional(),\n CalibrationCount: z.number().int().describe(\"Number of calibrations performed\").nullable().optional(),\n ConditionAquired: z.string().describe(\"Condition when acquired\").nullable().optional(),\n IntervalCategory: z.string().describe(\"Interval category\").nullable().optional(),\n NotificationList: z.string().describe(\"List of notifications recipients\").nullable().optional(),\n OtherInformation: z.string().describe(\"Other information\").nullable().optional(),\n TypesMeasurement: z.string().describe(\"Measurement types\").nullable().optional(),\n CalibrationDueDate: z.string().describe(\"Next calibration due date\").nullable().optional(),\n CalibrationTestMode: z.string().describe(\"Test mode used\").nullable().optional(),\n LastCalibrationDate: z.string().describe(\"Last calibration date\").nullable().optional(),\n CalibrationEnvironment: z.string().describe(\"Environment details for calibration\").nullable().optional(),\n LastCalibrationDateStr: z.string().describe(\"Last calibration date (formatted string)\").nullable().optional(),\n CalibrationInstructions: z.string().describe(\"Calibration instructions\").nullable().optional(),\n});\nexport const GagelistGetAllGageRecordsOutput = z.object({\n data: z.array(GagelistGetAllGageRecords_GageRecordSchema).describe(\"Array of gage record objects\").nullable().optional(),\n count: z.number().int().describe(\"Number of records returned in this response\").nullable().optional(),\n total: z.number().int().describe(\"Total number of gage records available\").nullable().optional(),\n message: z.string().describe(\"Server-provided message or error details\").nullable().optional(),\n success: z.boolean().describe(\"True if API call succeeded\").nullable().optional(),\n});\n\nexport const gagelistGetAllGageRecords = action(\"GAGELIST_GET_ALL_GAGE_RECORDS\", {\n slug: \"gagelist-get-all-gage-records\",\n name: \"Get All Gage Records\",\n description: \"Tool to retrieve a paginated list of gage records. Use after confirming the access token.\",\n input: GagelistGetAllGageRecordsInput,\n output: GagelistGetAllGageRecordsOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"get-all-gage-records.mjs","names":[],"sources":["../../src/actions/get-all-gage-records.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAllGageRecordsInput = z.object({\n start: z.number().int().default(0).describe(\"Zero-based index to start listing records.\").optional(),\n record_number: z.number().int().describe(\"Number of records to retrieve.\"),\n}).describe(\"Request parameters for retrieving a paginated list of gage records.\");\nconst GagelistGetAllGageRecords_GageRecordSchema = z.object({\n Id: z.number().int().describe(\"Record ID\").nullable().optional(),\n Area: z.string().describe(\"Area of usage\").nullable().optional(),\n Days: z.number().int().describe(\"Days component of interval\").nullable().optional(),\n Type: z.string().describe(\"Gage type\").nullable().optional(),\n Model: z.string().describe(\"Model number\").nullable().optional(),\n Years: z.number().int().describe(\"Years component of interval\").nullable().optional(),\n Months: z.number().int().describe(\"Months component of interval\").nullable().optional(),\n Status: z.string().describe(\"Current status of the gage\").nullable().optional(),\n AssetNo: z.string().describe(\"Asset number\").nullable().optional(),\n Website: z.string().describe(\"Manufacturer website\").nullable().optional(),\n Interval: z.string().describe(\"Calibration interval\").nullable().optional(),\n Location: z.string().describe(\"Current location\").nullable().optional(),\n CreatedBy: z.string().describe(\"User who created record\").nullable().optional(),\n ImageName: z.string().describe(\"Image file name\").nullable().optional(),\n IsDeleted: z.boolean().describe(\"Deletion flag\").nullable().optional(),\n Tolerance: z.string().describe(\"Tolerance specification\").nullable().optional(),\n UpdatedBy: z.string().describe(\"User who last updated record\").nullable().optional(),\n NISTNumber: z.string().describe(\"NIST number\").nullable().optional(),\n Attachments: z.string().describe(\"Attachments info or URLs\").nullable().optional(),\n CreatedDate: z.string().describe(\"Creation date of record\").nullable().optional(),\n DateAquired: z.string().describe(\"Date acquired\").nullable().optional(),\n RangeOrSize: z.string().describe(\"Measurement range or size\").nullable().optional(),\n UpdatedDate: z.string().describe(\"Last update date\").nullable().optional(),\n Manufacturer: z.string().describe(\"Manufacturer name\").nullable().optional(),\n SerialNumber: z.string().describe(\"Serial number\").nullable().optional(),\n ControlNumber: z.string().describe(\"Control number assigned\").nullable().optional(),\n PurchasePrice: z.number().describe(\"Purchase price\").nullable().optional(),\n UnitOfMeasure: z.string().describe(\"Unit of measure\").nullable().optional(),\n MasterStandard: z.string().describe(\"Master standard used\").nullable().optional(),\n SourceOrVendor: z.string().describe(\"Source or vendor from which acquired\").nullable().optional(),\n ResponsibleUser: z.string().describe(\"User responsible\").nullable().optional(),\n CalibrationCount: z.number().int().describe(\"Number of calibrations performed\").nullable().optional(),\n ConditionAquired: z.string().describe(\"Condition when acquired\").nullable().optional(),\n IntervalCategory: z.string().describe(\"Interval category\").nullable().optional(),\n NotificationList: z.string().describe(\"List of notifications recipients\").nullable().optional(),\n OtherInformation: z.string().describe(\"Other information\").nullable().optional(),\n TypesMeasurement: z.string().describe(\"Measurement types\").nullable().optional(),\n CalibrationDueDate: z.string().describe(\"Next calibration due date\").nullable().optional(),\n CalibrationTestMode: z.string().describe(\"Test mode used\").nullable().optional(),\n LastCalibrationDate: z.string().describe(\"Last calibration date\").nullable().optional(),\n CalibrationEnvironment: z.string().describe(\"Environment details for calibration\").nullable().optional(),\n LastCalibrationDateStr: z.string().describe(\"Last calibration date (formatted string)\").nullable().optional(),\n CalibrationInstructions: z.string().describe(\"Calibration instructions\").nullable().optional(),\n}).passthrough();\nexport const GagelistGetAllGageRecordsOutput = z.object({\n data: z.array(GagelistGetAllGageRecords_GageRecordSchema).describe(\"Array of gage record objects\").nullable().optional(),\n count: z.number().int().describe(\"Number of records returned in this response\").nullable().optional(),\n total: z.number().int().describe(\"Total number of gage records available\").nullable().optional(),\n message: z.string().describe(\"Server-provided message or error details\").nullable().optional(),\n success: z.boolean().describe(\"True if API call succeeded\").nullable().optional(),\n}).passthrough();\n\nexport const gagelistGetAllGageRecords = action(\"GAGELIST_GET_ALL_GAGE_RECORDS\", {\n slug: \"gagelist-get-all-gage-records\",\n name: \"Get All Gage Records\",\n description: \"Tool to retrieve a paginated list of gage records. Use after confirming the access token.\",\n input: GagelistGetAllGageRecordsInput,\n output: GagelistGetAllGageRecordsOutput,\n});\n"],"mappings":"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"}
@@ -11,14 +11,14 @@ const GagelistGetAllManufacturers_ManufacturerSchema = zod.z.object({
11
11
  Website: zod.z.string().describe("Website URL of the manufacturer").nullable(),
12
12
  IsDeleted: zod.z.boolean().describe("Indicates if the manufacturer is deleted").nullable(),
13
13
  UpdatedDate: zod.z.string().describe("ISO 8601 datetime when the manufacturer was last updated").nullable()
14
- }).describe("Manufacturer object returned by GET_ALL_MANUFACTURERS.");
14
+ }).passthrough().describe("Manufacturer object returned by GET_ALL_MANUFACTURERS.");
15
15
  const GagelistGetAllManufacturersOutput = zod.z.object({
16
16
  data: zod.z.array(GagelistGetAllManufacturers_ManufacturerSchema).describe("Array of manufacturer objects"),
17
17
  count: zod.z.number().int().describe("Number of manufacturers returned").nullable(),
18
18
  total: zod.z.number().int().describe("Total number of manufacturers").nullable(),
19
19
  message: zod.z.string().describe("Informational message from the API").nullable().optional(),
20
20
  success: zod.z.boolean().describe("Indicates if the API call was successful").nullable()
21
- }).describe("Response model for GET_ALL_MANUFACTURERS.");
21
+ }).passthrough().describe("Response model for GET_ALL_MANUFACTURERS.");
22
22
  const gagelistGetAllManufacturers = require_action.action("GAGELIST_GET_ALL_MANUFACTURERS", {
23
23
  slug: "gagelist-get-all-manufacturers",
24
24
  name: "Get All Manufacturers",
@@ -1 +1 @@
1
- {"version":3,"file":"get-all-manufacturers.cjs","names":["z","action"],"sources":["../../src/actions/get-all-manufacturers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAllManufacturersInput = z.object({}).describe(\"Request model for GET_ALL_MANUFACTURERS. No parameters required.\");\nconst GagelistGetAllManufacturers_ManufacturerSchema = z.object({\n Id: z.number().int().describe(\"Unique identifier of the manufacturer\").nullable(),\n Fax: z.string().describe(\"Fax number of the manufacturer\").nullable(),\n Name: z.string().describe(\"Name of the manufacturer\").nullable(),\n Phone: z.string().describe(\"Phone number of the manufacturer\").nullable(),\n Address: z.string().describe(\"Address of the manufacturer\").nullable(),\n Website: z.string().describe(\"Website URL of the manufacturer\").nullable(),\n IsDeleted: z.boolean().describe(\"Indicates if the manufacturer is deleted\").nullable(),\n UpdatedDate: z.string().describe(\"ISO 8601 datetime when the manufacturer was last updated\").nullable(),\n}).describe(\"Manufacturer object returned by GET_ALL_MANUFACTURERS.\");\nexport const GagelistGetAllManufacturersOutput = z.object({\n data: z.array(GagelistGetAllManufacturers_ManufacturerSchema).describe(\"Array of manufacturer objects\"),\n count: z.number().int().describe(\"Number of manufacturers returned\").nullable(),\n total: z.number().int().describe(\"Total number of manufacturers\").nullable(),\n message: z.string().describe(\"Informational message from the API\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the API call was successful\").nullable(),\n}).describe(\"Response model for GET_ALL_MANUFACTURERS.\");\n\nexport const gagelistGetAllManufacturers = action(\"GAGELIST_GET_ALL_MANUFACTURERS\", {\n slug: \"gagelist-get-all-manufacturers\",\n name: \"Get All Manufacturers\",\n description: \"Tool to retrieve a list of all manufacturers. Use after obtaining a valid access token. Returns manufacturer details including ID, name, contact information, and timestamps.\",\n input: GagelistGetAllManufacturersInput,\n output: GagelistGetAllManufacturersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEAAkE;AACxI,MAAM,iDAAiDA,IAAAA,EAAE,OAAO;CAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAChF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACxE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACrE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACzE,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,oCAAoCA,IAAAA,EAAE,OAAO;CACxD,MAAMA,IAAAA,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,+BAA+B;CACtG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC9E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAC3E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-all-manufacturers.cjs","names":["z","action"],"sources":["../../src/actions/get-all-manufacturers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAllManufacturersInput = z.object({}).describe(\"Request model for GET_ALL_MANUFACTURERS. No parameters required.\");\nconst GagelistGetAllManufacturers_ManufacturerSchema = z.object({\n Id: z.number().int().describe(\"Unique identifier of the manufacturer\").nullable(),\n Fax: z.string().describe(\"Fax number of the manufacturer\").nullable(),\n Name: z.string().describe(\"Name of the manufacturer\").nullable(),\n Phone: z.string().describe(\"Phone number of the manufacturer\").nullable(),\n Address: z.string().describe(\"Address of the manufacturer\").nullable(),\n Website: z.string().describe(\"Website URL of the manufacturer\").nullable(),\n IsDeleted: z.boolean().describe(\"Indicates if the manufacturer is deleted\").nullable(),\n UpdatedDate: z.string().describe(\"ISO 8601 datetime when the manufacturer was last updated\").nullable(),\n}).passthrough().describe(\"Manufacturer object returned by GET_ALL_MANUFACTURERS.\");\nexport const GagelistGetAllManufacturersOutput = z.object({\n data: z.array(GagelistGetAllManufacturers_ManufacturerSchema).describe(\"Array of manufacturer objects\"),\n count: z.number().int().describe(\"Number of manufacturers returned\").nullable(),\n total: z.number().int().describe(\"Total number of manufacturers\").nullable(),\n message: z.string().describe(\"Informational message from the API\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the API call was successful\").nullable(),\n}).passthrough().describe(\"Response model for GET_ALL_MANUFACTURERS.\");\n\nexport const gagelistGetAllManufacturers = action(\"GAGELIST_GET_ALL_MANUFACTURERS\", {\n slug: \"gagelist-get-all-manufacturers\",\n name: \"Get All Manufacturers\",\n description: \"Tool to retrieve a list of all manufacturers. Use after obtaining a valid access token. Returns manufacturer details including ID, name, contact information, and timestamps.\",\n input: GagelistGetAllManufacturersInput,\n output: GagelistGetAllManufacturersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEAAkE;AACxI,MAAM,iDAAiDA,IAAAA,EAAE,OAAO;CAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAChF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACxE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACrE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACzE,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wDAAwD;AAClF,MAAa,oCAAoCA,IAAAA,EAAE,OAAO;CACxD,MAAMA,IAAAA,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,+BAA+B;CACtG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC9E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAC3E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAA2C;AAErE,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -12,12 +12,12 @@ declare const GagelistGetAllManufacturersOutput: z.ZodObject<{
12
12
  Website: z.ZodNullable<z.ZodString>;
13
13
  IsDeleted: z.ZodNullable<z.ZodBoolean>;
14
14
  UpdatedDate: z.ZodNullable<z.ZodString>;
15
- }, z.core.$strip>>;
15
+ }, z.core.$loose>>;
16
16
  count: z.ZodNullable<z.ZodNumber>;
17
17
  total: z.ZodNullable<z.ZodNumber>;
18
18
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
19
  success: z.ZodNullable<z.ZodBoolean>;
20
- }, z.core.$strip>;
20
+ }, z.core.$loose>;
21
21
  declare const gagelistGetAllManufacturers: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
22
22
  //#endregion
23
23
  export { gagelistGetAllManufacturers };
@@ -12,12 +12,12 @@ declare const GagelistGetAllManufacturersOutput: z.ZodObject<{
12
12
  Website: z.ZodNullable<z.ZodString>;
13
13
  IsDeleted: z.ZodNullable<z.ZodBoolean>;
14
14
  UpdatedDate: z.ZodNullable<z.ZodString>;
15
- }, z.core.$strip>>;
15
+ }, z.core.$loose>>;
16
16
  count: z.ZodNullable<z.ZodNumber>;
17
17
  total: z.ZodNullable<z.ZodNumber>;
18
18
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
19
  success: z.ZodNullable<z.ZodBoolean>;
20
- }, z.core.$strip>;
20
+ }, z.core.$loose>;
21
21
  declare const gagelistGetAllManufacturers: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
22
22
  //#endregion
23
23
  export { gagelistGetAllManufacturers };
@@ -11,7 +11,7 @@ const GagelistGetAllManufacturers_ManufacturerSchema = z.object({
11
11
  Website: z.string().describe("Website URL of the manufacturer").nullable(),
12
12
  IsDeleted: z.boolean().describe("Indicates if the manufacturer is deleted").nullable(),
13
13
  UpdatedDate: z.string().describe("ISO 8601 datetime when the manufacturer was last updated").nullable()
14
- }).describe("Manufacturer object returned by GET_ALL_MANUFACTURERS.");
14
+ }).passthrough().describe("Manufacturer object returned by GET_ALL_MANUFACTURERS.");
15
15
  const gagelistGetAllManufacturers = action("GAGELIST_GET_ALL_MANUFACTURERS", {
16
16
  slug: "gagelist-get-all-manufacturers",
17
17
  name: "Get All Manufacturers",
@@ -23,7 +23,7 @@ const gagelistGetAllManufacturers = action("GAGELIST_GET_ALL_MANUFACTURERS", {
23
23
  total: z.number().int().describe("Total number of manufacturers").nullable(),
24
24
  message: z.string().describe("Informational message from the API").nullable().optional(),
25
25
  success: z.boolean().describe("Indicates if the API call was successful").nullable()
26
- }).describe("Response model for GET_ALL_MANUFACTURERS.")
26
+ }).passthrough().describe("Response model for GET_ALL_MANUFACTURERS.")
27
27
  });
28
28
  //#endregion
29
29
  export { gagelistGetAllManufacturers };
@@ -1 +1 @@
1
- {"version":3,"file":"get-all-manufacturers.mjs","names":[],"sources":["../../src/actions/get-all-manufacturers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAllManufacturersInput = z.object({}).describe(\"Request model for GET_ALL_MANUFACTURERS. No parameters required.\");\nconst GagelistGetAllManufacturers_ManufacturerSchema = z.object({\n Id: z.number().int().describe(\"Unique identifier of the manufacturer\").nullable(),\n Fax: z.string().describe(\"Fax number of the manufacturer\").nullable(),\n Name: z.string().describe(\"Name of the manufacturer\").nullable(),\n Phone: z.string().describe(\"Phone number of the manufacturer\").nullable(),\n Address: z.string().describe(\"Address of the manufacturer\").nullable(),\n Website: z.string().describe(\"Website URL of the manufacturer\").nullable(),\n IsDeleted: z.boolean().describe(\"Indicates if the manufacturer is deleted\").nullable(),\n UpdatedDate: z.string().describe(\"ISO 8601 datetime when the manufacturer was last updated\").nullable(),\n}).describe(\"Manufacturer object returned by GET_ALL_MANUFACTURERS.\");\nexport const GagelistGetAllManufacturersOutput = z.object({\n data: z.array(GagelistGetAllManufacturers_ManufacturerSchema).describe(\"Array of manufacturer objects\"),\n count: z.number().int().describe(\"Number of manufacturers returned\").nullable(),\n total: z.number().int().describe(\"Total number of manufacturers\").nullable(),\n message: z.string().describe(\"Informational message from the API\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the API call was successful\").nullable(),\n}).describe(\"Response model for GET_ALL_MANUFACTURERS.\");\n\nexport const gagelistGetAllManufacturers = action(\"GAGELIST_GET_ALL_MANUFACTURERS\", {\n slug: \"gagelist-get-all-manufacturers\",\n name: \"Get All Manufacturers\",\n description: \"Tool to retrieve a list of all manufacturers. Use after obtaining a valid access token. Returns manufacturer details including ID, name, contact information, and timestamps.\",\n input: GagelistGetAllManufacturersInput,\n output: GagelistGetAllManufacturersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEAAkE;AACxI,MAAM,iDAAiD,EAAE,OAAO;CAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAChF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACxE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACrE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACzE,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,SAAS,wDAAwD;AASpE,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAb+C,EAAE,OAAO;EACxD,MAAM,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,+BAA+B;EACtG,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EAC9E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;EAC3E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-all-manufacturers.mjs","names":[],"sources":["../../src/actions/get-all-manufacturers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAllManufacturersInput = z.object({}).describe(\"Request model for GET_ALL_MANUFACTURERS. No parameters required.\");\nconst GagelistGetAllManufacturers_ManufacturerSchema = z.object({\n Id: z.number().int().describe(\"Unique identifier of the manufacturer\").nullable(),\n Fax: z.string().describe(\"Fax number of the manufacturer\").nullable(),\n Name: z.string().describe(\"Name of the manufacturer\").nullable(),\n Phone: z.string().describe(\"Phone number of the manufacturer\").nullable(),\n Address: z.string().describe(\"Address of the manufacturer\").nullable(),\n Website: z.string().describe(\"Website URL of the manufacturer\").nullable(),\n IsDeleted: z.boolean().describe(\"Indicates if the manufacturer is deleted\").nullable(),\n UpdatedDate: z.string().describe(\"ISO 8601 datetime when the manufacturer was last updated\").nullable(),\n}).passthrough().describe(\"Manufacturer object returned by GET_ALL_MANUFACTURERS.\");\nexport const GagelistGetAllManufacturersOutput = z.object({\n data: z.array(GagelistGetAllManufacturers_ManufacturerSchema).describe(\"Array of manufacturer objects\"),\n count: z.number().int().describe(\"Number of manufacturers returned\").nullable(),\n total: z.number().int().describe(\"Total number of manufacturers\").nullable(),\n message: z.string().describe(\"Informational message from the API\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the API call was successful\").nullable(),\n}).passthrough().describe(\"Response model for GET_ALL_MANUFACTURERS.\");\n\nexport const gagelistGetAllManufacturers = action(\"GAGELIST_GET_ALL_MANUFACTURERS\", {\n slug: \"gagelist-get-all-manufacturers\",\n name: \"Get All Manufacturers\",\n description: \"Tool to retrieve a list of all manufacturers. Use after obtaining a valid access token. Returns manufacturer details including ID, name, contact information, and timestamps.\",\n input: GagelistGetAllManufacturersInput,\n output: GagelistGetAllManufacturersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEAAkE;AACxI,MAAM,iDAAiD,EAAE,OAAO;CAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAChF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACxE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACrE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACzE,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wDAAwD;AASlF,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAb+C,EAAE,OAAO;EACxD,MAAM,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,+BAA+B;EACtG,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EAC9E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;EAC3E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAOhB;AACV,CAAC"}
@@ -6,8 +6,8 @@ const GagelistGetAttachment_FileDownloadableSchema = zod.z.object({
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 GagelistGetAttachmentOutput = zod.z.object({ content: GagelistGetAttachment_FileDownloadableSchema.nullable() }).describe("Response model for retrieving an attachment.");
9
+ }).passthrough();
10
+ const GagelistGetAttachmentOutput = zod.z.object({ content: GagelistGetAttachment_FileDownloadableSchema.nullable() }).passthrough().describe("Response model for retrieving an attachment.");
11
11
  const gagelistGetAttachment = require_action.action("GAGELIST_GET_ATTACHMENT", {
12
12
  slug: "gagelist-get-attachment",
13
13
  name: "Get Attachment",
@@ -1 +1 @@
1
- {"version":3,"file":"get-attachment.cjs","names":["z","action"],"sources":["../../src/actions/get-attachment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAttachmentInput = z.object({\n id: z.number().int().describe(\"Identifier of the attachment to retrieve\"),\n}).describe(\"Request model for retrieving an attachment by its ID.\");\nconst GagelistGetAttachment_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 GagelistGetAttachmentOutput = z.object({\n content: GagelistGetAttachment_FileDownloadableSchema.nullable(),\n}).describe(\"Response model for retrieving an attachment.\");\n\nexport const gagelistGetAttachment = action(\"GAGELIST_GET_ATTACHMENT\", {\n slug: \"gagelist-get-attachment\",\n name: \"Get Attachment\",\n description: \"Tool to retrieve an attachment by its ID. Use when you need to download file attachments from the system.\",\n input: GagelistGetAttachmentInput,\n output: GagelistGetAttachmentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO,EACjD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,EAC1E,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAM,+CAA+CA,IAAAA,EAAE,OAAO;CAC5D,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,8BAA8BA,IAAAA,EAAE,OAAO,EAClD,SAAS,6CAA6C,SAAS,EACjE,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-attachment.cjs","names":["z","action"],"sources":["../../src/actions/get-attachment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAttachmentInput = z.object({\n id: z.number().int().describe(\"Identifier of the attachment to retrieve\"),\n}).describe(\"Request model for retrieving an attachment by its ID.\");\nconst GagelistGetAttachment_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 GagelistGetAttachmentOutput = z.object({\n content: GagelistGetAttachment_FileDownloadableSchema.nullable(),\n}).passthrough().describe(\"Response model for retrieving an attachment.\");\n\nexport const gagelistGetAttachment = action(\"GAGELIST_GET_ATTACHMENT\", {\n slug: \"gagelist-get-attachment\",\n name: \"Get Attachment\",\n description: \"Tool to retrieve an attachment by its ID. Use when you need to download file attachments from the system.\",\n input: GagelistGetAttachmentInput,\n output: GagelistGetAttachmentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO,EACjD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,EAC1E,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAM,+CAA+CA,IAAAA,EAAE,OAAO;CAC5D,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,8BAA8BA,IAAAA,EAAE,OAAO,EAClD,SAAS,6CAA6C,SAAS,EACjE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AAExE,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -9,8 +9,8 @@ declare const GagelistGetAttachmentOutput: 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 gagelistGetAttachment: 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 GagelistGetAttachmentOutput: 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 gagelistGetAttachment: 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 GagelistGetAttachment_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 gagelistGetAttachment = action("GAGELIST_GET_ATTACHMENT", {
11
11
  slug: "gagelist-get-attachment",
12
12
  name: "Get Attachment",
13
13
  description: "Tool to retrieve an attachment by its ID. Use when you need to download file attachments from the system.",
14
14
  input: GagelistGetAttachmentInput,
15
- output: z.object({ content: GagelistGetAttachment_FileDownloadableSchema.nullable() }).describe("Response model for retrieving an attachment.")
15
+ output: z.object({ content: GagelistGetAttachment_FileDownloadableSchema.nullable() }).passthrough().describe("Response model for retrieving an attachment.")
16
16
  });
17
17
  //#endregion
18
18
  export { gagelistGetAttachment };
@@ -1 +1 @@
1
- {"version":3,"file":"get-attachment.mjs","names":[],"sources":["../../src/actions/get-attachment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAttachmentInput = z.object({\n id: z.number().int().describe(\"Identifier of the attachment to retrieve\"),\n}).describe(\"Request model for retrieving an attachment by its ID.\");\nconst GagelistGetAttachment_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 GagelistGetAttachmentOutput = z.object({\n content: GagelistGetAttachment_FileDownloadableSchema.nullable(),\n}).describe(\"Response model for retrieving an attachment.\");\n\nexport const gagelistGetAttachment = action(\"GAGELIST_GET_ATTACHMENT\", {\n slug: \"gagelist-get-attachment\",\n name: \"Get Attachment\",\n description: \"Tool to retrieve an attachment by its ID. Use when you need to download file attachments from the system.\",\n input: GagelistGetAttachmentInput,\n output: GagelistGetAttachmentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6B,EAAE,OAAO,EACjD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,EAC1E,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAM,+CAA+C,EAAE,OAAO;CAC5D,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,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATyC,EAAE,OAAO,EAClD,SAAS,6CAA6C,SAAS,EACjE,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-attachment.mjs","names":[],"sources":["../../src/actions/get-attachment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAttachmentInput = z.object({\n id: z.number().int().describe(\"Identifier of the attachment to retrieve\"),\n}).describe(\"Request model for retrieving an attachment by its ID.\");\nconst GagelistGetAttachment_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 GagelistGetAttachmentOutput = z.object({\n content: GagelistGetAttachment_FileDownloadableSchema.nullable(),\n}).passthrough().describe(\"Response model for retrieving an attachment.\");\n\nexport const gagelistGetAttachment = action(\"GAGELIST_GET_ATTACHMENT\", {\n slug: \"gagelist-get-attachment\",\n name: \"Get Attachment\",\n description: \"Tool to retrieve an attachment by its ID. Use when you need to download file attachments from the system.\",\n input: GagelistGetAttachmentInput,\n output: GagelistGetAttachmentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6B,EAAE,OAAO,EACjD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,EAC1E,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAM,+CAA+C,EAAE,OAAO;CAC5D,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,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATyC,EAAE,OAAO,EAClD,SAAS,6CAA6C,SAAS,EACjE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAOhB;AACV,CAAC"}
@@ -20,14 +20,14 @@ const GagelistGetCustomFields_CustomFieldSchema = zod.z.object({
20
20
  CalibrationPermission: zod.z.string().describe("Permission level for calibration context").nullable(),
21
21
  CalibrationDefaultValue: zod.z.string().describe("Default value in calibration context").nullable(),
22
22
  CalibrationDisplaySection: zod.z.number().int().describe("Section ordering index for display under calibration records").nullable()
23
- }).describe("Definition of a single custom field in GageList.");
23
+ }).passthrough().describe("Definition of a single custom field in GageList.");
24
24
  const GagelistGetCustomFieldsOutput = zod.z.object({
25
25
  data: zod.z.array(GagelistGetCustomFields_CustomFieldSchema).describe("List of custom field definitions"),
26
26
  count: zod.z.number().int().describe("Count of items in this response").nullable(),
27
27
  total: zod.z.number().int().describe("Total number of custom fields returned").nullable(),
28
28
  message: zod.z.string().describe("Additional message from the API").nullable().optional(),
29
29
  success: zod.z.boolean().describe("Indicates whether the call succeeded").nullable()
30
- }).describe("Response model for GET_CUSTOM_FIELDS action.");
30
+ }).passthrough().describe("Response model for GET_CUSTOM_FIELDS action.");
31
31
  const gagelistGetCustomFields = require_action.action("GAGELIST_GET_CUSTOM_FIELDS", {
32
32
  slug: "gagelist-get-custom-fields",
33
33
  name: "Get Custom Fields",
@@ -1 +1 @@
1
- {"version":3,"file":"get-custom-fields.cjs","names":["z","action"],"sources":["../../src/actions/get-custom-fields.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetCustomFieldsInput = z.object({}).describe(\"Request model for retrieving custom field definitions. No parameters required.\");\nconst GagelistGetCustomFields_CustomFieldSchema = z.object({\n Id: z.number().int().describe(\"Unique identifier of the custom field\").nullable(),\n Status: z.string().describe(\"Current status of the custom field (e.g., Active/Inactive)\").nullable(),\n ForType: z.string().describe(\"Context this field applies to (e.g., 'Gage' or 'Calibration')\").nullable(),\n FieldName: z.string().describe(\"Name of the custom field\").nullable(),\n FieldType: z.string().describe(\"Data type of the custom field\").nullable(),\n UpdatedDate: z.string().describe(\"Timestamp when this field was last updated (ISO 8601 format)\").nullable(),\n DisplayOrder: z.number().int().describe(\"Overall ordering index for this custom field\").nullable(),\n FieldOptions: z.string().describe(\"Comma-separated options for choice fields, if any\").nullable(),\n GageRequired: z.number().int().describe(\"Whether required for gage (0 = no, 1 = yes)\").nullable(),\n VisibleOnCert: z.number().int().describe(\"Whether to show this field on the certificate (0 = no, 1 = yes)\").nullable(),\n GagePermission: z.string().describe(\"Permission level for gage context\").nullable(),\n GageDefaultValue: z.string().describe(\"Default value in gage context\").nullable(),\n GageDisplaySection: z.number().int().describe(\"Section ordering index for display under gage records\").nullable(),\n CalibrationRequired: z.number().int().describe(\"Whether required for calibration (0 = no, 1 = yes)\").nullable(),\n CalibrationPermission: z.string().describe(\"Permission level for calibration context\").nullable(),\n CalibrationDefaultValue: z.string().describe(\"Default value in calibration context\").nullable(),\n CalibrationDisplaySection: z.number().int().describe(\"Section ordering index for display under calibration records\").nullable(),\n}).describe(\"Definition of a single custom field in GageList.\");\nexport const GagelistGetCustomFieldsOutput = z.object({\n data: z.array(GagelistGetCustomFields_CustomFieldSchema).describe(\"List of custom field definitions\"),\n count: z.number().int().describe(\"Count of items in this response\").nullable(),\n total: z.number().int().describe(\"Total number of custom fields returned\").nullable(),\n message: z.string().describe(\"Additional message from the API\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the call succeeded\").nullable(),\n}).describe(\"Response model for GET_CUSTOM_FIELDS action.\");\n\nexport const gagelistGetCustomFields = action(\"GAGELIST_GET_CUSTOM_FIELDS\", {\n slug: \"gagelist-get-custom-fields\",\n name: \"Get Custom Fields\",\n description: \"Tool to retrieve custom field definitions. Use when you need to list all custom fields configured for both gage and calibration items after authentication.\",\n input: GagelistGetCustomFieldsInput,\n output: GagelistGetCustomFieldsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gFAAgF;AAClJ,MAAM,4CAA4CA,IAAAA,EAAE,OAAO;CACzD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAChF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACnG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;CACvG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACpE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACzE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CAC1G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACjG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CAChG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAChG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;CACrH,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAClF,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAChF,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CAChH,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CAC9G,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAChG,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CAC9F,2BAA2BA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;AAChI,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,MAAMA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,kCAAkC;CACpG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAC7E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACpF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;AACjF,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-custom-fields.cjs","names":["z","action"],"sources":["../../src/actions/get-custom-fields.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetCustomFieldsInput = z.object({}).describe(\"Request model for retrieving custom field definitions. No parameters required.\");\nconst GagelistGetCustomFields_CustomFieldSchema = z.object({\n Id: z.number().int().describe(\"Unique identifier of the custom field\").nullable(),\n Status: z.string().describe(\"Current status of the custom field (e.g., Active/Inactive)\").nullable(),\n ForType: z.string().describe(\"Context this field applies to (e.g., 'Gage' or 'Calibration')\").nullable(),\n FieldName: z.string().describe(\"Name of the custom field\").nullable(),\n FieldType: z.string().describe(\"Data type of the custom field\").nullable(),\n UpdatedDate: z.string().describe(\"Timestamp when this field was last updated (ISO 8601 format)\").nullable(),\n DisplayOrder: z.number().int().describe(\"Overall ordering index for this custom field\").nullable(),\n FieldOptions: z.string().describe(\"Comma-separated options for choice fields, if any\").nullable(),\n GageRequired: z.number().int().describe(\"Whether required for gage (0 = no, 1 = yes)\").nullable(),\n VisibleOnCert: z.number().int().describe(\"Whether to show this field on the certificate (0 = no, 1 = yes)\").nullable(),\n GagePermission: z.string().describe(\"Permission level for gage context\").nullable(),\n GageDefaultValue: z.string().describe(\"Default value in gage context\").nullable(),\n GageDisplaySection: z.number().int().describe(\"Section ordering index for display under gage records\").nullable(),\n CalibrationRequired: z.number().int().describe(\"Whether required for calibration (0 = no, 1 = yes)\").nullable(),\n CalibrationPermission: z.string().describe(\"Permission level for calibration context\").nullable(),\n CalibrationDefaultValue: z.string().describe(\"Default value in calibration context\").nullable(),\n CalibrationDisplaySection: z.number().int().describe(\"Section ordering index for display under calibration records\").nullable(),\n}).passthrough().describe(\"Definition of a single custom field in GageList.\");\nexport const GagelistGetCustomFieldsOutput = z.object({\n data: z.array(GagelistGetCustomFields_CustomFieldSchema).describe(\"List of custom field definitions\"),\n count: z.number().int().describe(\"Count of items in this response\").nullable(),\n total: z.number().int().describe(\"Total number of custom fields returned\").nullable(),\n message: z.string().describe(\"Additional message from the API\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the call succeeded\").nullable(),\n}).passthrough().describe(\"Response model for GET_CUSTOM_FIELDS action.\");\n\nexport const gagelistGetCustomFields = action(\"GAGELIST_GET_CUSTOM_FIELDS\", {\n slug: \"gagelist-get-custom-fields\",\n name: \"Get Custom Fields\",\n description: \"Tool to retrieve custom field definitions. Use when you need to list all custom fields configured for both gage and calibration items after authentication.\",\n input: GagelistGetCustomFieldsInput,\n output: GagelistGetCustomFieldsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gFAAgF;AAClJ,MAAM,4CAA4CA,IAAAA,EAAE,OAAO;CACzD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAChF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACnG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;CACvG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACpE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACzE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CAC1G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACjG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CAChG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAChG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;CACrH,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAClF,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAChF,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CAChH,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CAC9G,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAChG,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CAC9F,2BAA2BA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;AAChI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kDAAkD;AAC5E,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,MAAMA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,kCAAkC;CACpG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAC7E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACpF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;AACjF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AAExE,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -21,12 +21,12 @@ declare const GagelistGetCustomFieldsOutput: z.ZodObject<{
21
21
  CalibrationPermission: z.ZodNullable<z.ZodString>;
22
22
  CalibrationDefaultValue: z.ZodNullable<z.ZodString>;
23
23
  CalibrationDisplaySection: z.ZodNullable<z.ZodNumber>;
24
- }, z.core.$strip>>;
24
+ }, z.core.$loose>>;
25
25
  count: z.ZodNullable<z.ZodNumber>;
26
26
  total: z.ZodNullable<z.ZodNumber>;
27
27
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28
28
  success: z.ZodNullable<z.ZodBoolean>;
29
- }, z.core.$strip>;
29
+ }, z.core.$loose>;
30
30
  declare const gagelistGetCustomFields: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
31
31
  //#endregion
32
32
  export { gagelistGetCustomFields };
@@ -21,12 +21,12 @@ declare const GagelistGetCustomFieldsOutput: z.ZodObject<{
21
21
  CalibrationPermission: z.ZodNullable<z.ZodString>;
22
22
  CalibrationDefaultValue: z.ZodNullable<z.ZodString>;
23
23
  CalibrationDisplaySection: z.ZodNullable<z.ZodNumber>;
24
- }, z.core.$strip>>;
24
+ }, z.core.$loose>>;
25
25
  count: z.ZodNullable<z.ZodNumber>;
26
26
  total: z.ZodNullable<z.ZodNumber>;
27
27
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28
28
  success: z.ZodNullable<z.ZodBoolean>;
29
- }, z.core.$strip>;
29
+ }, z.core.$loose>;
30
30
  declare const gagelistGetCustomFields: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
31
31
  //#endregion
32
32
  export { gagelistGetCustomFields };
@@ -20,7 +20,7 @@ const GagelistGetCustomFields_CustomFieldSchema = z.object({
20
20
  CalibrationPermission: z.string().describe("Permission level for calibration context").nullable(),
21
21
  CalibrationDefaultValue: z.string().describe("Default value in calibration context").nullable(),
22
22
  CalibrationDisplaySection: z.number().int().describe("Section ordering index for display under calibration records").nullable()
23
- }).describe("Definition of a single custom field in GageList.");
23
+ }).passthrough().describe("Definition of a single custom field in GageList.");
24
24
  const gagelistGetCustomFields = action("GAGELIST_GET_CUSTOM_FIELDS", {
25
25
  slug: "gagelist-get-custom-fields",
26
26
  name: "Get Custom Fields",
@@ -32,7 +32,7 @@ const gagelistGetCustomFields = action("GAGELIST_GET_CUSTOM_FIELDS", {
32
32
  total: z.number().int().describe("Total number of custom fields returned").nullable(),
33
33
  message: z.string().describe("Additional message from the API").nullable().optional(),
34
34
  success: z.boolean().describe("Indicates whether the call succeeded").nullable()
35
- }).describe("Response model for GET_CUSTOM_FIELDS action.")
35
+ }).passthrough().describe("Response model for GET_CUSTOM_FIELDS action.")
36
36
  });
37
37
  //#endregion
38
38
  export { gagelistGetCustomFields };
@@ -1 +1 @@
1
- {"version":3,"file":"get-custom-fields.mjs","names":[],"sources":["../../src/actions/get-custom-fields.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetCustomFieldsInput = z.object({}).describe(\"Request model for retrieving custom field definitions. No parameters required.\");\nconst GagelistGetCustomFields_CustomFieldSchema = z.object({\n Id: z.number().int().describe(\"Unique identifier of the custom field\").nullable(),\n Status: z.string().describe(\"Current status of the custom field (e.g., Active/Inactive)\").nullable(),\n ForType: z.string().describe(\"Context this field applies to (e.g., 'Gage' or 'Calibration')\").nullable(),\n FieldName: z.string().describe(\"Name of the custom field\").nullable(),\n FieldType: z.string().describe(\"Data type of the custom field\").nullable(),\n UpdatedDate: z.string().describe(\"Timestamp when this field was last updated (ISO 8601 format)\").nullable(),\n DisplayOrder: z.number().int().describe(\"Overall ordering index for this custom field\").nullable(),\n FieldOptions: z.string().describe(\"Comma-separated options for choice fields, if any\").nullable(),\n GageRequired: z.number().int().describe(\"Whether required for gage (0 = no, 1 = yes)\").nullable(),\n VisibleOnCert: z.number().int().describe(\"Whether to show this field on the certificate (0 = no, 1 = yes)\").nullable(),\n GagePermission: z.string().describe(\"Permission level for gage context\").nullable(),\n GageDefaultValue: z.string().describe(\"Default value in gage context\").nullable(),\n GageDisplaySection: z.number().int().describe(\"Section ordering index for display under gage records\").nullable(),\n CalibrationRequired: z.number().int().describe(\"Whether required for calibration (0 = no, 1 = yes)\").nullable(),\n CalibrationPermission: z.string().describe(\"Permission level for calibration context\").nullable(),\n CalibrationDefaultValue: z.string().describe(\"Default value in calibration context\").nullable(),\n CalibrationDisplaySection: z.number().int().describe(\"Section ordering index for display under calibration records\").nullable(),\n}).describe(\"Definition of a single custom field in GageList.\");\nexport const GagelistGetCustomFieldsOutput = z.object({\n data: z.array(GagelistGetCustomFields_CustomFieldSchema).describe(\"List of custom field definitions\"),\n count: z.number().int().describe(\"Count of items in this response\").nullable(),\n total: z.number().int().describe(\"Total number of custom fields returned\").nullable(),\n message: z.string().describe(\"Additional message from the API\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the call succeeded\").nullable(),\n}).describe(\"Response model for GET_CUSTOM_FIELDS action.\");\n\nexport const gagelistGetCustomFields = action(\"GAGELIST_GET_CUSTOM_FIELDS\", {\n slug: \"gagelist-get-custom-fields\",\n name: \"Get Custom Fields\",\n description: \"Tool to retrieve custom field definitions. Use when you need to list all custom fields configured for both gage and calibration items after authentication.\",\n input: GagelistGetCustomFieldsInput,\n output: GagelistGetCustomFieldsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+B,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gFAAgF;AAClJ,MAAM,4CAA4C,EAAE,OAAO;CACzD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAChF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACnG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;CACvG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACpE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACzE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CAC1G,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACjG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CAChG,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAChG,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;CACrH,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAClF,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAChF,oBAAoB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CAChH,qBAAqB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CAC9G,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAChG,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CAC9F,2BAA2B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;AAChI,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAS9D,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAb2C,EAAE,OAAO;EACpD,MAAM,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,kCAAkC;EACpG,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;EAC7E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;EACpF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACjF,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-custom-fields.mjs","names":[],"sources":["../../src/actions/get-custom-fields.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetCustomFieldsInput = z.object({}).describe(\"Request model for retrieving custom field definitions. No parameters required.\");\nconst GagelistGetCustomFields_CustomFieldSchema = z.object({\n Id: z.number().int().describe(\"Unique identifier of the custom field\").nullable(),\n Status: z.string().describe(\"Current status of the custom field (e.g., Active/Inactive)\").nullable(),\n ForType: z.string().describe(\"Context this field applies to (e.g., 'Gage' or 'Calibration')\").nullable(),\n FieldName: z.string().describe(\"Name of the custom field\").nullable(),\n FieldType: z.string().describe(\"Data type of the custom field\").nullable(),\n UpdatedDate: z.string().describe(\"Timestamp when this field was last updated (ISO 8601 format)\").nullable(),\n DisplayOrder: z.number().int().describe(\"Overall ordering index for this custom field\").nullable(),\n FieldOptions: z.string().describe(\"Comma-separated options for choice fields, if any\").nullable(),\n GageRequired: z.number().int().describe(\"Whether required for gage (0 = no, 1 = yes)\").nullable(),\n VisibleOnCert: z.number().int().describe(\"Whether to show this field on the certificate (0 = no, 1 = yes)\").nullable(),\n GagePermission: z.string().describe(\"Permission level for gage context\").nullable(),\n GageDefaultValue: z.string().describe(\"Default value in gage context\").nullable(),\n GageDisplaySection: z.number().int().describe(\"Section ordering index for display under gage records\").nullable(),\n CalibrationRequired: z.number().int().describe(\"Whether required for calibration (0 = no, 1 = yes)\").nullable(),\n CalibrationPermission: z.string().describe(\"Permission level for calibration context\").nullable(),\n CalibrationDefaultValue: z.string().describe(\"Default value in calibration context\").nullable(),\n CalibrationDisplaySection: z.number().int().describe(\"Section ordering index for display under calibration records\").nullable(),\n}).passthrough().describe(\"Definition of a single custom field in GageList.\");\nexport const GagelistGetCustomFieldsOutput = z.object({\n data: z.array(GagelistGetCustomFields_CustomFieldSchema).describe(\"List of custom field definitions\"),\n count: z.number().int().describe(\"Count of items in this response\").nullable(),\n total: z.number().int().describe(\"Total number of custom fields returned\").nullable(),\n message: z.string().describe(\"Additional message from the API\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the call succeeded\").nullable(),\n}).passthrough().describe(\"Response model for GET_CUSTOM_FIELDS action.\");\n\nexport const gagelistGetCustomFields = action(\"GAGELIST_GET_CUSTOM_FIELDS\", {\n slug: \"gagelist-get-custom-fields\",\n name: \"Get Custom Fields\",\n description: \"Tool to retrieve custom field definitions. Use when you need to list all custom fields configured for both gage and calibration items after authentication.\",\n input: GagelistGetCustomFieldsInput,\n output: GagelistGetCustomFieldsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+B,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gFAAgF;AAClJ,MAAM,4CAA4C,EAAE,OAAO;CACzD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAChF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACnG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;CACvG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACpE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACzE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CAC1G,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACjG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CAChG,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAChG,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;CACrH,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAClF,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAChF,oBAAoB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CAChH,qBAAqB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CAC9G,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAChG,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CAC9F,2BAA2B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;AAChI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kDAAkD;AAS5E,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAb2C,EAAE,OAAO;EACpD,MAAM,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,kCAAkC;EACpG,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;EAC7E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;EACpF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACjF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAOhB;AACV,CAAC"}
@@ -9,7 +9,7 @@ const GagelistGetSingleCalibrationRecord_AttachmentItemSchema = zod.z.object({
9
9
  FileType: zod.z.string().describe("MIME type or extension").nullable(),
10
10
  RecordId: zod.z.number().int().describe("Parent record ID").nullable(),
11
11
  RecordType: zod.z.string().describe("Type of record this attachment belongs to").nullable()
12
- });
12
+ }).passthrough();
13
13
  const GagelistGetSingleCalibrationRecord_CounterValueItemSchema = zod.z.object({
14
14
  Id: zod.z.number().int().describe("Counter value unique identifier").nullable(),
15
15
  RefID: zod.z.number().int().describe("Reference record ID").nullable(),
@@ -17,7 +17,7 @@ const GagelistGetSingleCalibrationRecord_CounterValueItemSchema = zod.z.object({
17
17
  RefType: zod.z.number().int().describe("Reference record type").nullable(),
18
18
  FieldValue: zod.z.string().describe("Stored field value").nullable(),
19
19
  UpdatedDate: zod.z.string().describe("Timestamp when the value was last updated").nullable()
20
- });
20
+ }).passthrough();
21
21
  const GagelistGetSingleCalibrationRecord_CalibrationTestItemSchema = zod.z.object({
22
22
  Id: zod.z.number().int().describe("Test record unique identifier").nullable(),
23
23
  AsLeft: zod.z.string().describe("Value after adjustment").nullable(),
@@ -29,7 +29,7 @@ const GagelistGetSingleCalibrationRecord_CalibrationTestItemSchema = zod.z.objec
29
29
  RefStandardID: zod.z.string().describe("Reference standard identifier").nullable(),
30
30
  ExpectedResult: zod.z.string().describe("Expected outcome/value").nullable(),
31
31
  CalibrationRefId: zod.z.number().int().describe("Reference to parent calibration record").nullable()
32
- });
32
+ }).passthrough();
33
33
  const GagelistGetSingleCalibrationRecord_CalibrationRecordSchema = zod.z.object({
34
34
  Id: zod.z.number().int().describe("Calibration record identifier").nullable(),
35
35
  Days: zod.z.number().int().describe("Days component of interval").nullable(),
@@ -95,12 +95,12 @@ const GagelistGetSingleCalibrationRecord_CalibrationRecordSchema = zod.z.object(
95
95
  ExernalCalibrationRecord: zod.z.string().describe("External calibration record reference").nullable(),
96
96
  TestEquipmentAvailability: zod.z.string().describe("Test equipment availability").nullable(),
97
97
  TestEquipmentFallsAsFound: zod.z.string().describe("Test equipment falls as found").nullable()
98
- });
98
+ }).passthrough();
99
99
  const GagelistGetSingleCalibrationRecordOutput = zod.z.object({
100
100
  data: GagelistGetSingleCalibrationRecord_CalibrationRecordSchema.nullable(),
101
101
  message: zod.z.string().describe("API-returned message").nullable(),
102
102
  success: zod.z.boolean().describe("Indicates if the operation was successful").nullable()
103
- }).describe("Response schema for GET_SINGLE_CALIBRATION_RECORD action.");
103
+ }).passthrough().describe("Response schema for GET_SINGLE_CALIBRATION_RECORD action.");
104
104
  const gagelistGetSingleCalibrationRecord = require_action.action("GAGELIST_GET_SINGLE_CALIBRATION_RECORD", {
105
105
  slug: "gagelist-get-single-calibration-record",
106
106
  name: "Get Single Calibration Record",
@@ -1 +1 @@
1
- {"version":3,"file":"get-single-calibration-record.cjs","names":["z","action"],"sources":["../../src/actions/get-single-calibration-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetSingleCalibrationRecordInput = z.object({\n id: z.number().int().describe(\"Calibration record identifier, must be a positive integer\"),\n}).describe(\"Request schema for GET_SINGLE_CALIBRATION_RECORD action.\");\nconst GagelistGetSingleCalibrationRecord_AttachmentItemSchema = z.object({\n Id: z.number().int().describe(\"Attachment unique identifier\").nullable(),\n FileName: z.string().describe(\"Original file name\").nullable(),\n FileSize: z.number().int().describe(\"Size in bytes\").nullable(),\n FileType: z.string().describe(\"MIME type or extension\").nullable(),\n RecordId: z.number().int().describe(\"Parent record ID\").nullable(),\n RecordType: z.string().describe(\"Type of record this attachment belongs to\").nullable(),\n});\nconst GagelistGetSingleCalibrationRecord_CounterValueItemSchema = z.object({\n Id: z.number().int().describe(\"Counter value unique identifier\").nullable(),\n RefID: z.number().int().describe(\"Reference record ID\").nullable(),\n FieldId: z.number().int().describe(\"Field definition identifier\").nullable(),\n RefType: z.number().int().describe(\"Reference record type\").nullable(),\n FieldValue: z.string().describe(\"Stored field value\").nullable(),\n UpdatedDate: z.string().describe(\"Timestamp when the value was last updated\").nullable(),\n});\nconst GagelistGetSingleCalibrationRecord_CalibrationTestItemSchema = z.object({\n Id: z.number().int().describe(\"Test record unique identifier\").nullable(),\n AsLeft: z.string().describe(\"Value after adjustment\").nullable(),\n AsFound: z.string().describe(\"Value found before adjustment\").nullable(),\n PassFail: z.string().describe(\"Pass or Fail result\").nullable(),\n ChkAsLeft: z.string().describe(\"Check value after adjustment\").nullable(),\n Parameter: z.string().describe(\"Parameter under test\").nullable(),\n TestNumber: z.string().describe(\"Sequential test number\").nullable(),\n RefStandardID: z.string().describe(\"Reference standard identifier\").nullable(),\n ExpectedResult: z.string().describe(\"Expected outcome/value\").nullable(),\n CalibrationRefId: z.number().int().describe(\"Reference to parent calibration record\").nullable(),\n});\nconst GagelistGetSingleCalibrationRecord_CalibrationRecordSchema = z.object({\n Id: z.number().int().describe(\"Calibration record identifier\").nullable(),\n Days: z.number().int().describe(\"Days component of interval\").nullable(),\n Type: z.string().describe(\"Type of calibration\").nullable(),\n Model: z.string().describe(\"Model number\").nullable(),\n Years: z.number().int().describe(\"Years component of interval\").nullable(),\n Months: z.number().int().describe(\"Months component of interval\").nullable(),\n AssetNo: z.string().describe(\"Asset number\").nullable(),\n Website: z.string().describe(\"Manufacturer website\").nullable(),\n Interval: z.string().describe(\"Calibration interval description\").nullable(),\n IsSigned: z.boolean().describe(\"Flag indicating if record is signed\").nullable(),\n Location: z.string().describe(\"Location of the equipment\").nullable(),\n SignedBy: z.string().describe(\"User who signed the record\").nullable(),\n TestCost: z.string().describe(\"Test cost\").nullable(),\n TestTime: z.string().describe(\"Test time\").nullable(),\n CreatedBy: z.string().describe(\"User who created the record\").nullable(),\n IsDeleted: z.boolean().describe(\"Flag indicating if record is deleted\").nullable(),\n SignedPDF: z.string().describe(\"Signed PDF document URL or data\").nullable(),\n Tolerance: z.string().describe(\"Tolerance specification\").nullable(),\n UpdatedBy: z.string().describe(\"User who last updated the record\").nullable(),\n SignedDate: z.string().describe(\"Date record was signed (ISO 8601)\").nullable(),\n Attachments: z.array(GagelistGetSingleCalibrationRecord_AttachmentItemSchema).default([]).describe(\"List of file attachments\").nullable().optional(),\n RangeOrSize: z.string().describe(\"Range or size of measurement\").nullable(),\n Uncertainty: z.string().describe(\"Measurement uncertainty\").nullable(),\n UpdatedDate: z.string().describe(\"Date when record was last updated (ISO 8601)\").nullable(),\n Manufacturer: z.string().describe(\"Manufacturer name\").nullable(),\n RecordNumber: z.string().describe(\"Record number assigned\").nullable(),\n SerialNumber: z.string().describe(\"Serial number\").nullable(),\n ControlNumber: z.string().describe(\"Control number\").nullable(),\n CounterValues: z.array(GagelistGetSingleCalibrationRecord_CounterValueItemSchema).default([]).describe(\"List of counter values\").nullable().optional(),\n SignatureData: z.string().describe(\"Signature data\").nullable(),\n UnitOfMeasure: z.string().describe(\"Unit of measure\").nullable(),\n ActionRequired: z.string().describe(\"Action required post calibration\").nullable(),\n DateCalibrated: z.string().describe(\"Date calibrated (ISO 8601)\").nullable(),\n EquipmentRefId: z.number().int().describe(\"Equipment reference ID\").nullable(),\n MasterStandard: z.string().describe(\"Master standard used\").nullable(),\n CalibrationDate: z.string().describe(\"Date of calibration (ISO 8601)\").nullable(),\n CalibrationTest: z.string().describe(\"Calibration test procedures\").nullable(),\n EquipmentAsLeft: z.string().describe(\"Equipment reading as left\").nullable(),\n ProductRecalled: z.string().describe(\"Product recall status\").nullable(),\n RepairsRequired: z.string().describe(\"Repairs required\").nullable(),\n ResponsibleUser: z.string().describe(\"User responsible for calibration\").nullable(),\n CalibrationTests: z.array(GagelistGetSingleCalibrationRecord_CalibrationTestItemSchema).default([]).describe(\"List of individual test details\").nullable().optional(),\n DescribedRepairs: z.string().describe(\"Description of repairs performed\").nullable(),\n EquipmentAsFound: z.string().describe(\"Equipment reading as found\").nullable(),\n ToleranceComment: z.string().describe(\"Comments on tolerance\").nullable(),\n TypesMeasurement: z.string().describe(\"Types of measurement\").nullable(),\n ConditionReceived: z.string().describe(\"Equipment condition when received\").nullable(),\n AdditionalComments: z.string().describe(\"Additional comments\").nullable(),\n CalibrationDueDate: z.string().describe(\"Calibration due date (ISO 8601)\").nullable(),\n FitIntendedPurpose: z.string().describe(\"Fit intended purpose\").nullable(),\n NextCalibrationDue: z.string().describe(\"Next calibration due (ISO 8601)\").nullable(),\n SignaturePublicKey: z.string().describe(\"Public key used for signature\").nullable(),\n TestEquipmentFalls: z.string().describe(\"Test equipment falls\").nullable(),\n ToleranceCondition: z.string().describe(\"Tolerance condition\").nullable(),\n AdjustmentsRequired: z.string().describe(\"Adjustments required for calibration\").nullable(),\n AppropriateNotified: z.string().describe(\"Appropriate parties notified\").nullable(),\n CalibrationTestMode: z.string().describe(\"Calibration test mode\").nullable(),\n LastCalibrationDate: z.string().describe(\"Last calibration date (ISO 8601)\").nullable(),\n CalibrationEnvironment: z.string().describe(\"Calibration environment\").nullable(),\n CalibrationTechinician: z.string().describe(\"Calibration technician name\").nullable(),\n CalibrationInstructions: z.string().describe(\"Calibration instructions\").nullable(),\n ExernalCalibrationRecord: z.string().describe(\"External calibration record reference\").nullable(),\n TestEquipmentAvailability: z.string().describe(\"Test equipment availability\").nullable(),\n TestEquipmentFallsAsFound: z.string().describe(\"Test equipment falls as found\").nullable(),\n});\nexport const GagelistGetSingleCalibrationRecordOutput = z.object({\n data: GagelistGetSingleCalibrationRecord_CalibrationRecordSchema.nullable(),\n message: z.string().describe(\"API-returned message\").nullable(),\n success: z.boolean().describe(\"Indicates if the operation was successful\").nullable(),\n}).describe(\"Response schema for GET_SINGLE_CALIBRATION_RECORD action.\");\n\nexport const gagelistGetSingleCalibrationRecord = action(\"GAGELIST_GET_SINGLE_CALIBRATION_RECORD\", {\n slug: \"gagelist-get-single-calibration-record\",\n name: \"Get Single Calibration Record\",\n description: \"Tool to retrieve details of a single calibration record. Use when you need a specific record's detailed data. Ensure a valid Bearer token is set.\",\n input: GagelistGetSingleCalibrationRecordInput,\n output: GagelistGetSingleCalibrationRecordOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"get-single-calibration-record.cjs","names":["z","action"],"sources":["../../src/actions/get-single-calibration-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetSingleCalibrationRecordInput = z.object({\n id: z.number().int().describe(\"Calibration record identifier, must be a positive integer\"),\n}).describe(\"Request schema for GET_SINGLE_CALIBRATION_RECORD action.\");\nconst GagelistGetSingleCalibrationRecord_AttachmentItemSchema = z.object({\n Id: z.number().int().describe(\"Attachment unique identifier\").nullable(),\n FileName: z.string().describe(\"Original file name\").nullable(),\n FileSize: z.number().int().describe(\"Size in bytes\").nullable(),\n FileType: z.string().describe(\"MIME type or extension\").nullable(),\n RecordId: z.number().int().describe(\"Parent record ID\").nullable(),\n RecordType: z.string().describe(\"Type of record this attachment belongs to\").nullable(),\n}).passthrough();\nconst GagelistGetSingleCalibrationRecord_CounterValueItemSchema = z.object({\n Id: z.number().int().describe(\"Counter value unique identifier\").nullable(),\n RefID: z.number().int().describe(\"Reference record ID\").nullable(),\n FieldId: z.number().int().describe(\"Field definition identifier\").nullable(),\n RefType: z.number().int().describe(\"Reference record type\").nullable(),\n FieldValue: z.string().describe(\"Stored field value\").nullable(),\n UpdatedDate: z.string().describe(\"Timestamp when the value was last updated\").nullable(),\n}).passthrough();\nconst GagelistGetSingleCalibrationRecord_CalibrationTestItemSchema = z.object({\n Id: z.number().int().describe(\"Test record unique identifier\").nullable(),\n AsLeft: z.string().describe(\"Value after adjustment\").nullable(),\n AsFound: z.string().describe(\"Value found before adjustment\").nullable(),\n PassFail: z.string().describe(\"Pass or Fail result\").nullable(),\n ChkAsLeft: z.string().describe(\"Check value after adjustment\").nullable(),\n Parameter: z.string().describe(\"Parameter under test\").nullable(),\n TestNumber: z.string().describe(\"Sequential test number\").nullable(),\n RefStandardID: z.string().describe(\"Reference standard identifier\").nullable(),\n ExpectedResult: z.string().describe(\"Expected outcome/value\").nullable(),\n CalibrationRefId: z.number().int().describe(\"Reference to parent calibration record\").nullable(),\n}).passthrough();\nconst GagelistGetSingleCalibrationRecord_CalibrationRecordSchema = z.object({\n Id: z.number().int().describe(\"Calibration record identifier\").nullable(),\n Days: z.number().int().describe(\"Days component of interval\").nullable(),\n Type: z.string().describe(\"Type of calibration\").nullable(),\n Model: z.string().describe(\"Model number\").nullable(),\n Years: z.number().int().describe(\"Years component of interval\").nullable(),\n Months: z.number().int().describe(\"Months component of interval\").nullable(),\n AssetNo: z.string().describe(\"Asset number\").nullable(),\n Website: z.string().describe(\"Manufacturer website\").nullable(),\n Interval: z.string().describe(\"Calibration interval description\").nullable(),\n IsSigned: z.boolean().describe(\"Flag indicating if record is signed\").nullable(),\n Location: z.string().describe(\"Location of the equipment\").nullable(),\n SignedBy: z.string().describe(\"User who signed the record\").nullable(),\n TestCost: z.string().describe(\"Test cost\").nullable(),\n TestTime: z.string().describe(\"Test time\").nullable(),\n CreatedBy: z.string().describe(\"User who created the record\").nullable(),\n IsDeleted: z.boolean().describe(\"Flag indicating if record is deleted\").nullable(),\n SignedPDF: z.string().describe(\"Signed PDF document URL or data\").nullable(),\n Tolerance: z.string().describe(\"Tolerance specification\").nullable(),\n UpdatedBy: z.string().describe(\"User who last updated the record\").nullable(),\n SignedDate: z.string().describe(\"Date record was signed (ISO 8601)\").nullable(),\n Attachments: z.array(GagelistGetSingleCalibrationRecord_AttachmentItemSchema).default([]).describe(\"List of file attachments\").nullable().optional(),\n RangeOrSize: z.string().describe(\"Range or size of measurement\").nullable(),\n Uncertainty: z.string().describe(\"Measurement uncertainty\").nullable(),\n UpdatedDate: z.string().describe(\"Date when record was last updated (ISO 8601)\").nullable(),\n Manufacturer: z.string().describe(\"Manufacturer name\").nullable(),\n RecordNumber: z.string().describe(\"Record number assigned\").nullable(),\n SerialNumber: z.string().describe(\"Serial number\").nullable(),\n ControlNumber: z.string().describe(\"Control number\").nullable(),\n CounterValues: z.array(GagelistGetSingleCalibrationRecord_CounterValueItemSchema).default([]).describe(\"List of counter values\").nullable().optional(),\n SignatureData: z.string().describe(\"Signature data\").nullable(),\n UnitOfMeasure: z.string().describe(\"Unit of measure\").nullable(),\n ActionRequired: z.string().describe(\"Action required post calibration\").nullable(),\n DateCalibrated: z.string().describe(\"Date calibrated (ISO 8601)\").nullable(),\n EquipmentRefId: z.number().int().describe(\"Equipment reference ID\").nullable(),\n MasterStandard: z.string().describe(\"Master standard used\").nullable(),\n CalibrationDate: z.string().describe(\"Date of calibration (ISO 8601)\").nullable(),\n CalibrationTest: z.string().describe(\"Calibration test procedures\").nullable(),\n EquipmentAsLeft: z.string().describe(\"Equipment reading as left\").nullable(),\n ProductRecalled: z.string().describe(\"Product recall status\").nullable(),\n RepairsRequired: z.string().describe(\"Repairs required\").nullable(),\n ResponsibleUser: z.string().describe(\"User responsible for calibration\").nullable(),\n CalibrationTests: z.array(GagelistGetSingleCalibrationRecord_CalibrationTestItemSchema).default([]).describe(\"List of individual test details\").nullable().optional(),\n DescribedRepairs: z.string().describe(\"Description of repairs performed\").nullable(),\n EquipmentAsFound: z.string().describe(\"Equipment reading as found\").nullable(),\n ToleranceComment: z.string().describe(\"Comments on tolerance\").nullable(),\n TypesMeasurement: z.string().describe(\"Types of measurement\").nullable(),\n ConditionReceived: z.string().describe(\"Equipment condition when received\").nullable(),\n AdditionalComments: z.string().describe(\"Additional comments\").nullable(),\n CalibrationDueDate: z.string().describe(\"Calibration due date (ISO 8601)\").nullable(),\n FitIntendedPurpose: z.string().describe(\"Fit intended purpose\").nullable(),\n NextCalibrationDue: z.string().describe(\"Next calibration due (ISO 8601)\").nullable(),\n SignaturePublicKey: z.string().describe(\"Public key used for signature\").nullable(),\n TestEquipmentFalls: z.string().describe(\"Test equipment falls\").nullable(),\n ToleranceCondition: z.string().describe(\"Tolerance condition\").nullable(),\n AdjustmentsRequired: z.string().describe(\"Adjustments required for calibration\").nullable(),\n AppropriateNotified: z.string().describe(\"Appropriate parties notified\").nullable(),\n CalibrationTestMode: z.string().describe(\"Calibration test mode\").nullable(),\n LastCalibrationDate: z.string().describe(\"Last calibration date (ISO 8601)\").nullable(),\n CalibrationEnvironment: z.string().describe(\"Calibration environment\").nullable(),\n CalibrationTechinician: z.string().describe(\"Calibration technician name\").nullable(),\n CalibrationInstructions: z.string().describe(\"Calibration instructions\").nullable(),\n ExernalCalibrationRecord: z.string().describe(\"External calibration record reference\").nullable(),\n TestEquipmentAvailability: z.string().describe(\"Test equipment availability\").nullable(),\n TestEquipmentFallsAsFound: z.string().describe(\"Test equipment falls as found\").nullable(),\n}).passthrough();\nexport const GagelistGetSingleCalibrationRecordOutput = z.object({\n data: GagelistGetSingleCalibrationRecord_CalibrationRecordSchema.nullable(),\n message: z.string().describe(\"API-returned message\").nullable(),\n success: z.boolean().describe(\"Indicates if the operation was successful\").nullable(),\n}).passthrough().describe(\"Response schema for GET_SINGLE_CALIBRATION_RECORD action.\");\n\nexport const gagelistGetSingleCalibrationRecord = action(\"GAGELIST_GET_SINGLE_CALIBRATION_RECORD\", {\n slug: \"gagelist-get-single-calibration-record\",\n name: \"Get Single Calibration Record\",\n description: \"Tool to retrieve details of a single calibration record. Use when you need a specific record's detailed data. Ensure a valid Bearer token is set.\",\n input: GagelistGetSingleCalibrationRecordInput,\n output: GagelistGetSingleCalibrationRecordOutput,\n});\n"],"mappings":"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"}
@@ -33,7 +33,7 @@ declare const GagelistGetSingleCalibrationRecordOutput: z.ZodObject<{
33
33
  FileType: z.ZodNullable<z.ZodString>;
34
34
  RecordId: z.ZodNullable<z.ZodNumber>;
35
35
  RecordType: z.ZodNullable<z.ZodString>;
36
- }, z.core.$strip>>>>>;
36
+ }, z.core.$loose>>>>>;
37
37
  RangeOrSize: z.ZodNullable<z.ZodString>;
38
38
  Uncertainty: z.ZodNullable<z.ZodString>;
39
39
  UpdatedDate: z.ZodNullable<z.ZodString>;
@@ -48,7 +48,7 @@ declare const GagelistGetSingleCalibrationRecordOutput: z.ZodObject<{
48
48
  RefType: z.ZodNullable<z.ZodNumber>;
49
49
  FieldValue: z.ZodNullable<z.ZodString>;
50
50
  UpdatedDate: z.ZodNullable<z.ZodString>;
51
- }, z.core.$strip>>>>>;
51
+ }, z.core.$loose>>>>>;
52
52
  SignatureData: z.ZodNullable<z.ZodString>;
53
53
  UnitOfMeasure: z.ZodNullable<z.ZodString>;
54
54
  ActionRequired: z.ZodNullable<z.ZodString>;
@@ -72,7 +72,7 @@ declare const GagelistGetSingleCalibrationRecordOutput: z.ZodObject<{
72
72
  RefStandardID: z.ZodNullable<z.ZodString>;
73
73
  ExpectedResult: z.ZodNullable<z.ZodString>;
74
74
  CalibrationRefId: z.ZodNullable<z.ZodNumber>;
75
- }, z.core.$strip>>>>>;
75
+ }, z.core.$loose>>>>>;
76
76
  DescribedRepairs: z.ZodNullable<z.ZodString>;
77
77
  EquipmentAsFound: z.ZodNullable<z.ZodString>;
78
78
  ToleranceComment: z.ZodNullable<z.ZodString>;
@@ -95,10 +95,10 @@ declare const GagelistGetSingleCalibrationRecordOutput: z.ZodObject<{
95
95
  ExernalCalibrationRecord: z.ZodNullable<z.ZodString>;
96
96
  TestEquipmentAvailability: z.ZodNullable<z.ZodString>;
97
97
  TestEquipmentFallsAsFound: z.ZodNullable<z.ZodString>;
98
- }, z.core.$strip>>;
98
+ }, z.core.$loose>>;
99
99
  message: z.ZodNullable<z.ZodString>;
100
100
  success: z.ZodNullable<z.ZodBoolean>;
101
- }, z.core.$strip>;
101
+ }, z.core.$loose>;
102
102
  declare const gagelistGetSingleCalibrationRecord: import("@keystrokehq/action").WorkflowActionDefinition<{
103
103
  id: number;
104
104
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -33,7 +33,7 @@ declare const GagelistGetSingleCalibrationRecordOutput: z.ZodObject<{
33
33
  FileType: z.ZodNullable<z.ZodString>;
34
34
  RecordId: z.ZodNullable<z.ZodNumber>;
35
35
  RecordType: z.ZodNullable<z.ZodString>;
36
- }, z.core.$strip>>>>>;
36
+ }, z.core.$loose>>>>>;
37
37
  RangeOrSize: z.ZodNullable<z.ZodString>;
38
38
  Uncertainty: z.ZodNullable<z.ZodString>;
39
39
  UpdatedDate: z.ZodNullable<z.ZodString>;
@@ -48,7 +48,7 @@ declare const GagelistGetSingleCalibrationRecordOutput: z.ZodObject<{
48
48
  RefType: z.ZodNullable<z.ZodNumber>;
49
49
  FieldValue: z.ZodNullable<z.ZodString>;
50
50
  UpdatedDate: z.ZodNullable<z.ZodString>;
51
- }, z.core.$strip>>>>>;
51
+ }, z.core.$loose>>>>>;
52
52
  SignatureData: z.ZodNullable<z.ZodString>;
53
53
  UnitOfMeasure: z.ZodNullable<z.ZodString>;
54
54
  ActionRequired: z.ZodNullable<z.ZodString>;
@@ -72,7 +72,7 @@ declare const GagelistGetSingleCalibrationRecordOutput: z.ZodObject<{
72
72
  RefStandardID: z.ZodNullable<z.ZodString>;
73
73
  ExpectedResult: z.ZodNullable<z.ZodString>;
74
74
  CalibrationRefId: z.ZodNullable<z.ZodNumber>;
75
- }, z.core.$strip>>>>>;
75
+ }, z.core.$loose>>>>>;
76
76
  DescribedRepairs: z.ZodNullable<z.ZodString>;
77
77
  EquipmentAsFound: z.ZodNullable<z.ZodString>;
78
78
  ToleranceComment: z.ZodNullable<z.ZodString>;
@@ -95,10 +95,10 @@ declare const GagelistGetSingleCalibrationRecordOutput: z.ZodObject<{
95
95
  ExernalCalibrationRecord: z.ZodNullable<z.ZodString>;
96
96
  TestEquipmentAvailability: z.ZodNullable<z.ZodString>;
97
97
  TestEquipmentFallsAsFound: z.ZodNullable<z.ZodString>;
98
- }, z.core.$strip>>;
98
+ }, z.core.$loose>>;
99
99
  message: z.ZodNullable<z.ZodString>;
100
100
  success: z.ZodNullable<z.ZodBoolean>;
101
- }, z.core.$strip>;
101
+ }, z.core.$loose>;
102
102
  declare const gagelistGetSingleCalibrationRecord: import("@keystrokehq/action").WorkflowActionDefinition<{
103
103
  id: number;
104
104
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;