@keystrokehq/gagelist 0.1.1 → 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 (137) hide show
  1. package/dist/action.cjs.map +1 -1
  2. package/dist/action.mjs.map +1 -1
  3. package/dist/actions/add-calibration-record.cjs +6 -6
  4. package/dist/actions/add-calibration-record.cjs.map +1 -1
  5. package/dist/actions/add-calibration-record.d.cts +10 -11
  6. package/dist/actions/add-calibration-record.d.mts +10 -11
  7. package/dist/actions/add-calibration-record.mjs +6 -6
  8. package/dist/actions/add-calibration-record.mjs.map +1 -1
  9. package/dist/actions/add-gage-record.cjs +4 -4
  10. package/dist/actions/add-gage-record.cjs.map +1 -1
  11. package/dist/actions/add-gage-record.d.cts +7 -9
  12. package/dist/actions/add-gage-record.d.mts +7 -9
  13. package/dist/actions/add-gage-record.mjs +4 -4
  14. package/dist/actions/add-gage-record.mjs.map +1 -1
  15. package/dist/actions/add-manufacturer.cjs +3 -3
  16. package/dist/actions/add-manufacturer.cjs.map +1 -1
  17. package/dist/actions/add-manufacturer.d.cts +4 -8
  18. package/dist/actions/add-manufacturer.d.mts +4 -8
  19. package/dist/actions/add-manufacturer.mjs +3 -3
  20. package/dist/actions/add-manufacturer.mjs.map +1 -1
  21. package/dist/actions/authenticate-with-gagelist.cjs +2 -2
  22. package/dist/actions/authenticate-with-gagelist.cjs.map +1 -1
  23. package/dist/actions/authenticate-with-gagelist.d.cts +3 -13
  24. package/dist/actions/authenticate-with-gagelist.d.mts +3 -13
  25. package/dist/actions/authenticate-with-gagelist.mjs +2 -2
  26. package/dist/actions/authenticate-with-gagelist.mjs.map +1 -1
  27. package/dist/actions/delete-calibration-record.cjs +1 -1
  28. package/dist/actions/delete-calibration-record.cjs.map +1 -1
  29. package/dist/actions/delete-calibration-record.d.cts +2 -6
  30. package/dist/actions/delete-calibration-record.d.mts +2 -6
  31. package/dist/actions/delete-calibration-record.mjs +1 -1
  32. package/dist/actions/delete-calibration-record.mjs.map +1 -1
  33. package/dist/actions/delete-gage-record.cjs +1 -1
  34. package/dist/actions/delete-gage-record.cjs.map +1 -1
  35. package/dist/actions/delete-gage-record.d.cts +2 -6
  36. package/dist/actions/delete-gage-record.d.mts +2 -6
  37. package/dist/actions/delete-gage-record.mjs +1 -1
  38. package/dist/actions/delete-gage-record.mjs.map +1 -1
  39. package/dist/actions/delete-manufacturer.cjs +1 -1
  40. package/dist/actions/delete-manufacturer.cjs.map +1 -1
  41. package/dist/actions/delete-manufacturer.d.cts +2 -6
  42. package/dist/actions/delete-manufacturer.d.mts +2 -6
  43. package/dist/actions/delete-manufacturer.mjs +1 -1
  44. package/dist/actions/delete-manufacturer.mjs.map +1 -1
  45. package/dist/actions/generate-calibration-certificate.cjs +2 -2
  46. package/dist/actions/generate-calibration-certificate.cjs.map +1 -1
  47. package/dist/actions/generate-calibration-certificate.d.cts +3 -9
  48. package/dist/actions/generate-calibration-certificate.d.mts +3 -9
  49. package/dist/actions/generate-calibration-certificate.mjs +2 -2
  50. package/dist/actions/generate-calibration-certificate.mjs.map +1 -1
  51. package/dist/actions/get-account-settings.cjs +3 -3
  52. package/dist/actions/get-account-settings.cjs.map +1 -1
  53. package/dist/actions/get-account-settings.d.cts +4 -40
  54. package/dist/actions/get-account-settings.d.cts.map +1 -1
  55. package/dist/actions/get-account-settings.d.mts +4 -40
  56. package/dist/actions/get-account-settings.d.mts.map +1 -1
  57. package/dist/actions/get-account-settings.mjs +3 -3
  58. package/dist/actions/get-account-settings.mjs.map +1 -1
  59. package/dist/actions/get-account-status.cjs +11 -11
  60. package/dist/actions/get-account-status.cjs.map +1 -1
  61. package/dist/actions/get-account-status.d.cts +14 -85
  62. package/dist/actions/get-account-status.d.cts.map +1 -1
  63. package/dist/actions/get-account-status.d.mts +14 -85
  64. package/dist/actions/get-account-status.d.mts.map +1 -1
  65. package/dist/actions/get-account-status.mjs +11 -11
  66. package/dist/actions/get-account-status.mjs.map +1 -1
  67. package/dist/actions/get-all-calibration-records.cjs +71 -71
  68. package/dist/actions/get-all-calibration-records.cjs.map +1 -1
  69. package/dist/actions/get-all-calibration-records.d.cts +72 -143
  70. package/dist/actions/get-all-calibration-records.d.mts +72 -143
  71. package/dist/actions/get-all-calibration-records.mjs +71 -71
  72. package/dist/actions/get-all-calibration-records.mjs.map +1 -1
  73. package/dist/actions/get-all-gage-records.cjs +50 -50
  74. package/dist/actions/get-all-gage-records.cjs.map +1 -1
  75. package/dist/actions/get-all-gage-records.d.cts +51 -101
  76. package/dist/actions/get-all-gage-records.d.mts +51 -101
  77. package/dist/actions/get-all-gage-records.mjs +50 -50
  78. package/dist/actions/get-all-gage-records.mjs.map +1 -1
  79. package/dist/actions/get-all-manufacturers.cjs +3 -3
  80. package/dist/actions/get-all-manufacturers.cjs.map +1 -1
  81. package/dist/actions/get-all-manufacturers.d.cts +4 -19
  82. package/dist/actions/get-all-manufacturers.d.cts.map +1 -1
  83. package/dist/actions/get-all-manufacturers.d.mts +4 -19
  84. package/dist/actions/get-all-manufacturers.d.mts.map +1 -1
  85. package/dist/actions/get-all-manufacturers.mjs +3 -3
  86. package/dist/actions/get-all-manufacturers.mjs.map +1 -1
  87. package/dist/actions/get-attachment.cjs +2 -2
  88. package/dist/actions/get-attachment.cjs.map +1 -1
  89. package/dist/actions/get-attachment.d.cts +3 -9
  90. package/dist/actions/get-attachment.d.mts +3 -9
  91. package/dist/actions/get-attachment.mjs +2 -2
  92. package/dist/actions/get-attachment.mjs.map +1 -1
  93. package/dist/actions/get-custom-fields.cjs +3 -3
  94. package/dist/actions/get-custom-fields.cjs.map +1 -1
  95. package/dist/actions/get-custom-fields.d.cts +4 -28
  96. package/dist/actions/get-custom-fields.d.cts.map +1 -1
  97. package/dist/actions/get-custom-fields.d.mts +4 -28
  98. package/dist/actions/get-custom-fields.d.mts.map +1 -1
  99. package/dist/actions/get-custom-fields.mjs +3 -3
  100. package/dist/actions/get-custom-fields.mjs.map +1 -1
  101. package/dist/actions/get-single-calibration-record.cjs +8 -8
  102. package/dist/actions/get-single-calibration-record.cjs.map +1 -1
  103. package/dist/actions/get-single-calibration-record.d.cts +9 -103
  104. package/dist/actions/get-single-calibration-record.d.mts +9 -103
  105. package/dist/actions/get-single-calibration-record.mjs +8 -8
  106. package/dist/actions/get-single-calibration-record.mjs.map +1 -1
  107. package/dist/actions/get-single-gage-record.cjs +56 -56
  108. package/dist/actions/get-single-gage-record.cjs.map +1 -1
  109. package/dist/actions/get-single-gage-record.d.cts +57 -115
  110. package/dist/actions/get-single-gage-record.d.mts +57 -115
  111. package/dist/actions/get-single-gage-record.mjs +56 -56
  112. package/dist/actions/get-single-gage-record.mjs.map +1 -1
  113. package/dist/actions/update-account-settings.cjs +1 -1
  114. package/dist/actions/update-account-settings.cjs.map +1 -1
  115. package/dist/actions/update-account-settings.d.cts +2 -5
  116. package/dist/actions/update-account-settings.d.mts +2 -5
  117. package/dist/actions/update-account-settings.mjs +1 -1
  118. package/dist/actions/update-account-settings.mjs.map +1 -1
  119. package/dist/actions/update-custom-field-values.cjs +3 -3
  120. package/dist/actions/update-custom-field-values.cjs.map +1 -1
  121. package/dist/actions/update-custom-field-values.d.cts +5 -8
  122. package/dist/actions/update-custom-field-values.d.mts +5 -8
  123. package/dist/actions/update-custom-field-values.mjs +3 -3
  124. package/dist/actions/update-custom-field-values.mjs.map +1 -1
  125. package/dist/actions/update-manufacturer.cjs +1 -1
  126. package/dist/actions/update-manufacturer.cjs.map +1 -1
  127. package/dist/actions/update-manufacturer.d.cts +2 -6
  128. package/dist/actions/update-manufacturer.d.mts +2 -6
  129. package/dist/actions/update-manufacturer.mjs +1 -1
  130. package/dist/actions/update-manufacturer.mjs.map +1 -1
  131. package/dist/actions/upload-attachment-to-gage-record.cjs +2 -2
  132. package/dist/actions/upload-attachment-to-gage-record.cjs.map +1 -1
  133. package/dist/actions/upload-attachment-to-gage-record.d.cts +3 -7
  134. package/dist/actions/upload-attachment-to-gage-record.d.mts +3 -7
  135. package/dist/actions/upload-attachment-to-gage-record.mjs +2 -2
  136. package/dist/actions/upload-attachment-to-gage-record.mjs.map +1 -1
  137. package/package.json +1 -1
@@ -6,83 +6,83 @@ const GagelistGetAllCalibrationRecordsInput = z.object({
6
6
  record_number: z.number().int().describe("Number of records to return per page")
7
7
  });
8
8
  const GagelistGetAllCalibrationRecords_CalibrationRecordSchema = z.object({
9
- Id: z.preprocess((value) => value === null ? void 0 : value, z.number().int().describe("Unique calibration record ID").optional()),
10
- Area: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Operational area").optional()),
11
- Days: z.preprocess((value) => value === null ? void 0 : value, z.number().int().describe("Interval days component").optional()),
12
- Type: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Type of equipment").optional()),
13
- Model: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Equipment model").optional()),
14
- Years: z.preprocess((value) => value === null ? void 0 : value, z.number().int().describe("Interval years component").optional()),
15
- Months: z.preprocess((value) => value === null ? void 0 : value, z.number().int().describe("Interval months component").optional()),
16
- AssetNo: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Asset number").optional()),
17
- Website: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Manufacturer's website").optional()),
18
- DaysLate: z.preprocess((value) => value === null ? void 0 : value, z.number().int().describe("Days past due calibration").optional()),
19
- Interval: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Calibration interval description").optional()),
20
- Location: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Location of calibration").optional()),
21
- TestCost: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Cost of test").optional()),
22
- TestTime: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Duration of test").optional()),
23
- CreatedBy: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("User who created this record").optional()),
24
- IsDeleted: z.preprocess((value) => value === null ? void 0 : value, z.boolean().describe("Flag indicating deletion status").optional()),
25
- Tolerance: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Tolerance").optional()),
26
- UpdatedBy: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("User who last updated this record").optional()),
27
- NISTNumber: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("NIST standard reference").optional()),
28
- CreatedDate: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Creation timestamp (ISO 8601)").optional()),
29
- DateAquired: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Acquisition date (ISO 8601)").optional()),
30
- RangeOrSize: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Measurement range or size").optional()),
31
- Uncertainty: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Measurement uncertainty").optional()),
32
- UpdatedDate: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Last update timestamp (ISO 8601)").optional()),
33
- Manufacturer: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Equipment manufacturer").optional()),
34
- RecordNumber: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Record number").optional()),
35
- SerialNumber: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Equipment serial number").optional()),
36
- ControlNumber: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Control number").optional()),
37
- RefStandardID: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Reference standard ID").optional()),
38
- UnitOfMeasure: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Unit of measure").optional()),
39
- ActionRequired: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Actions required post-calibration").optional()),
40
- DateCalibrated: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Date calibrated (ISO 8601)").optional()),
41
- EquipmentRefId: z.preprocess((value) => value === null ? void 0 : value, z.number().int().describe("Equipment reference ID").optional()),
42
- MasterStandard: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Master standard used").optional()),
43
- SourceOrVendor: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Source or vendor").optional()),
44
- CalibrationDate: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Calibration date (ISO 8601)").optional()),
45
- CalibrationTest: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Test performed during calibration").optional()),
46
- EquipmentAsLeft: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Condition of equipment as left").optional()),
47
- ProductRecalled: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("If product was recalled").optional()),
48
- RepairsRequired: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Repairs required").optional()),
49
- ResponsibleUser: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("User responsible for calibration").optional()),
50
- ConditionAquired: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Condition when acquired").optional()),
51
- DescribedRepairs: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Description of any repairs").optional()),
52
- EquipmentAsFound: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Condition of equipment as found").optional()),
53
- ToleranceComment: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Comments on tolerance").optional()),
54
- TypesMeasurement: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Types of measurements").optional()),
55
- ConditionReceived: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Condition when equipment was received").optional()),
56
- AdditionalComments: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Extra comments").optional()),
57
- CalibrationDateStr: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Calibration date as string").optional()),
58
- CalibrationDueDate: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Next due calibration date (ISO 8601)").optional()),
59
- FitIntendedPurpose: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Fit for the intended purpose").optional()),
60
- NextCalibrationDue: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Next calibration due (ISO 8601)").optional()),
61
- TestEquipmentFalls: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Test equipment falls").optional()),
62
- ToleranceCondition: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Condition relative to tolerance").optional()),
63
- AdjustmentsRequired: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Adjustments required").optional()),
64
- AppropriateNotified: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Who was notified").optional()),
65
- CalibrationTestMode: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Mode of calibration test").optional()),
66
- LastCalibrationDate: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Last calibration date (ISO 8601)").optional()),
67
- CalibrationEnvironment: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Environment during calibration").optional()),
68
- CalibrationTechinician: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Technician who performed calibration").optional()),
69
- CalibrationInstructions: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Instructions for calibration").optional()),
70
- ExernalCalibrationRecord: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("External record reference").optional()),
71
- TestEquipmentAvailability: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Availability of test equipment").optional()),
72
- TestEquipmentFallsAsFound: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Equipment falls as found").optional())
73
- }).describe("Calibration record object as returned by GageList API.");
9
+ Id: z.number().int().describe("Unique calibration record ID").nullable().optional(),
10
+ Area: z.string().describe("Operational area").nullable().optional(),
11
+ Days: z.number().int().describe("Interval days component").nullable().optional(),
12
+ Type: z.string().describe("Type of equipment").nullable().optional(),
13
+ Model: z.string().describe("Equipment model").nullable().optional(),
14
+ Years: z.number().int().describe("Interval years component").nullable().optional(),
15
+ Months: z.number().int().describe("Interval months component").nullable().optional(),
16
+ AssetNo: z.string().describe("Asset number").nullable().optional(),
17
+ Website: z.string().describe("Manufacturer's website").nullable().optional(),
18
+ DaysLate: z.number().int().describe("Days past due calibration").nullable().optional(),
19
+ Interval: z.string().describe("Calibration interval description").nullable().optional(),
20
+ Location: z.string().describe("Location of calibration").nullable().optional(),
21
+ TestCost: z.string().describe("Cost of test").nullable().optional(),
22
+ TestTime: z.string().describe("Duration of test").nullable().optional(),
23
+ CreatedBy: z.string().describe("User who created this record").nullable().optional(),
24
+ IsDeleted: z.boolean().describe("Flag indicating deletion status").nullable().optional(),
25
+ Tolerance: z.string().describe("Tolerance").nullable().optional(),
26
+ UpdatedBy: z.string().describe("User who last updated this record").nullable().optional(),
27
+ NISTNumber: z.string().describe("NIST standard reference").nullable().optional(),
28
+ CreatedDate: z.string().describe("Creation timestamp (ISO 8601)").nullable().optional(),
29
+ DateAquired: z.string().describe("Acquisition date (ISO 8601)").nullable().optional(),
30
+ RangeOrSize: z.string().describe("Measurement range or size").nullable().optional(),
31
+ Uncertainty: z.string().describe("Measurement uncertainty").nullable().optional(),
32
+ UpdatedDate: z.string().describe("Last update timestamp (ISO 8601)").nullable().optional(),
33
+ Manufacturer: z.string().describe("Equipment manufacturer").nullable().optional(),
34
+ RecordNumber: z.string().describe("Record number").nullable().optional(),
35
+ SerialNumber: z.string().describe("Equipment serial number").nullable().optional(),
36
+ ControlNumber: z.string().describe("Control number").nullable().optional(),
37
+ RefStandardID: z.string().describe("Reference standard ID").nullable().optional(),
38
+ UnitOfMeasure: z.string().describe("Unit of measure").nullable().optional(),
39
+ ActionRequired: z.string().describe("Actions required post-calibration").nullable().optional(),
40
+ DateCalibrated: z.string().describe("Date calibrated (ISO 8601)").nullable().optional(),
41
+ EquipmentRefId: z.number().int().describe("Equipment reference ID").nullable().optional(),
42
+ MasterStandard: z.string().describe("Master standard used").nullable().optional(),
43
+ SourceOrVendor: z.string().describe("Source or vendor").nullable().optional(),
44
+ CalibrationDate: z.string().describe("Calibration date (ISO 8601)").nullable().optional(),
45
+ CalibrationTest: z.string().describe("Test performed during calibration").nullable().optional(),
46
+ EquipmentAsLeft: z.string().describe("Condition of equipment as left").nullable().optional(),
47
+ ProductRecalled: z.string().describe("If product was recalled").nullable().optional(),
48
+ RepairsRequired: z.string().describe("Repairs required").nullable().optional(),
49
+ ResponsibleUser: z.string().describe("User responsible for calibration").nullable().optional(),
50
+ ConditionAquired: z.string().describe("Condition when acquired").nullable().optional(),
51
+ DescribedRepairs: z.string().describe("Description of any repairs").nullable().optional(),
52
+ EquipmentAsFound: z.string().describe("Condition of equipment as found").nullable().optional(),
53
+ ToleranceComment: z.string().describe("Comments on tolerance").nullable().optional(),
54
+ TypesMeasurement: z.string().describe("Types of measurements").nullable().optional(),
55
+ ConditionReceived: z.string().describe("Condition when equipment was received").nullable().optional(),
56
+ AdditionalComments: z.string().describe("Extra comments").nullable().optional(),
57
+ CalibrationDateStr: z.string().describe("Calibration date as string").nullable().optional(),
58
+ CalibrationDueDate: z.string().describe("Next due calibration date (ISO 8601)").nullable().optional(),
59
+ FitIntendedPurpose: z.string().describe("Fit for the intended purpose").nullable().optional(),
60
+ NextCalibrationDue: z.string().describe("Next calibration due (ISO 8601)").nullable().optional(),
61
+ TestEquipmentFalls: z.string().describe("Test equipment falls").nullable().optional(),
62
+ ToleranceCondition: z.string().describe("Condition relative to tolerance").nullable().optional(),
63
+ AdjustmentsRequired: z.string().describe("Adjustments required").nullable().optional(),
64
+ AppropriateNotified: z.string().describe("Who was notified").nullable().optional(),
65
+ CalibrationTestMode: z.string().describe("Mode of calibration test").nullable().optional(),
66
+ LastCalibrationDate: z.string().describe("Last calibration date (ISO 8601)").nullable().optional(),
67
+ CalibrationEnvironment: z.string().describe("Environment during calibration").nullable().optional(),
68
+ CalibrationTechinician: z.string().describe("Technician who performed calibration").nullable().optional(),
69
+ CalibrationInstructions: z.string().describe("Instructions for calibration").nullable().optional(),
70
+ ExernalCalibrationRecord: z.string().describe("External record reference").nullable().optional(),
71
+ TestEquipmentAvailability: z.string().describe("Availability of test equipment").nullable().optional(),
72
+ TestEquipmentFallsAsFound: z.string().describe("Equipment falls as found").nullable().optional()
73
+ }).passthrough().describe("Calibration record object as returned by GageList API.");
74
74
  const gagelistGetAllCalibrationRecords = action("GAGELIST_GET_ALL_CALIBRATION_RECORDS", {
75
75
  slug: "gagelist-get-all-calibration-records",
76
76
  name: "Get all calibration records",
77
77
  description: "Tool to retrieve a paginated list of calibration records. Use after obtaining a valid access token.",
78
78
  input: GagelistGetAllCalibrationRecordsInput,
79
79
  output: z.object({
80
- data: z.preprocess((value) => value === null ? void 0 : value, z.array(GagelistGetAllCalibrationRecords_CalibrationRecordSchema).describe("Array of calibration record objects").optional()),
81
- count: z.preprocess((value) => value === null ? void 0 : value, z.number().int().describe("Number of records returned in this page").optional()),
82
- total: z.preprocess((value) => value === null ? void 0 : value, z.number().int().describe("Total number of matching records").optional()),
83
- message: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Optional informational or error message").optional()),
84
- success: z.preprocess((value) => value === null ? void 0 : value, z.boolean().describe("Indicates if the operation was successful").optional())
85
- })
80
+ data: z.array(GagelistGetAllCalibrationRecords_CalibrationRecordSchema).describe("Array of calibration record objects").nullable().optional(),
81
+ count: z.number().int().describe("Number of records returned in this page").nullable().optional(),
82
+ total: z.number().int().describe("Total number of matching records").nullable().optional(),
83
+ message: z.string().describe("Optional informational or error message").nullable().optional(),
84
+ success: z.boolean().describe("Indicates if the operation was successful").nullable().optional()
85
+ }).passthrough()
86
86
  });
87
87
  //#endregion
88
88
  export { gagelistGetAllCalibrationRecords };
@@ -1 +1 @@
1
- {"version":3,"file":"get-all-calibration-records.mjs","names":[],"sources":["../../src/actions/get-all-calibration-records.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAllCalibrationRecordsInput = z.object({\n start: z.number().int().describe(\"Zero-based index of the first record to return\"),\n record_number: z.number().int().describe(\"Number of records to return per page\"),\n});\nconst GagelistGetAllCalibrationRecords_CalibrationRecordSchema = z.object({\n Id: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Unique calibration record ID\").optional()),\n Area: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Operational area\").optional()),\n Days: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Interval days component\").optional()),\n Type: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Type of equipment\").optional()),\n Model: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Equipment model\").optional()),\n Years: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Interval years component\").optional()),\n Months: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Interval months component\").optional()),\n AssetNo: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Asset number\").optional()),\n Website: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Manufacturer's website\").optional()),\n DaysLate: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Days past due calibration\").optional()),\n Interval: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Calibration interval description\").optional()),\n Location: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Location of calibration\").optional()),\n TestCost: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Cost of test\").optional()),\n TestTime: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Duration of test\").optional()),\n CreatedBy: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"User who created this record\").optional()),\n IsDeleted: z.preprocess((value) => (value === null ? undefined : value), z.boolean().describe(\"Flag indicating deletion status\").optional()),\n Tolerance: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Tolerance\").optional()),\n UpdatedBy: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"User who last updated this record\").optional()),\n NISTNumber: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"NIST standard reference\").optional()),\n CreatedDate: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Creation timestamp (ISO 8601)\").optional()),\n DateAquired: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Acquisition date (ISO 8601)\").optional()),\n RangeOrSize: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Measurement range or size\").optional()),\n Uncertainty: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Measurement uncertainty\").optional()),\n UpdatedDate: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Last update timestamp (ISO 8601)\").optional()),\n Manufacturer: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Equipment manufacturer\").optional()),\n RecordNumber: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Record number\").optional()),\n SerialNumber: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Equipment serial number\").optional()),\n ControlNumber: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Control number\").optional()),\n RefStandardID: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Reference standard ID\").optional()),\n UnitOfMeasure: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Unit of measure\").optional()),\n ActionRequired: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Actions required post-calibration\").optional()),\n DateCalibrated: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Date calibrated (ISO 8601)\").optional()),\n EquipmentRefId: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Equipment reference ID\").optional()),\n MasterStandard: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Master standard used\").optional()),\n SourceOrVendor: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Source or vendor\").optional()),\n CalibrationDate: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Calibration date (ISO 8601)\").optional()),\n CalibrationTest: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Test performed during calibration\").optional()),\n EquipmentAsLeft: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Condition of equipment as left\").optional()),\n ProductRecalled: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"If product was recalled\").optional()),\n RepairsRequired: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Repairs required\").optional()),\n ResponsibleUser: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"User responsible for calibration\").optional()),\n ConditionAquired: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Condition when acquired\").optional()),\n DescribedRepairs: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Description of any repairs\").optional()),\n EquipmentAsFound: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Condition of equipment as found\").optional()),\n ToleranceComment: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Comments on tolerance\").optional()),\n TypesMeasurement: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Types of measurements\").optional()),\n ConditionReceived: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Condition when equipment was received\").optional()),\n AdditionalComments: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Extra comments\").optional()),\n CalibrationDateStr: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Calibration date as string\").optional()),\n CalibrationDueDate: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Next due calibration date (ISO 8601)\").optional()),\n FitIntendedPurpose: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Fit for the intended purpose\").optional()),\n NextCalibrationDue: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Next calibration due (ISO 8601)\").optional()),\n TestEquipmentFalls: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Test equipment falls\").optional()),\n ToleranceCondition: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Condition relative to tolerance\").optional()),\n AdjustmentsRequired: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Adjustments required\").optional()),\n AppropriateNotified: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Who was notified\").optional()),\n CalibrationTestMode: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Mode of calibration test\").optional()),\n LastCalibrationDate: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Last calibration date (ISO 8601)\").optional()),\n CalibrationEnvironment: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Environment during calibration\").optional()),\n CalibrationTechinician: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Technician who performed calibration\").optional()),\n CalibrationInstructions: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Instructions for calibration\").optional()),\n ExernalCalibrationRecord: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"External record reference\").optional()),\n TestEquipmentAvailability: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Availability of test equipment\").optional()),\n TestEquipmentFallsAsFound: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Equipment falls as found\").optional()),\n}).describe(\"Calibration record object as returned by GageList API.\");\nexport const GagelistGetAllCalibrationRecordsOutput = z.object({\n data: z.preprocess((value) => (value === null ? undefined : value), z.array(GagelistGetAllCalibrationRecords_CalibrationRecordSchema).describe(\"Array of calibration record objects\").optional()),\n count: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Number of records returned in this page\").optional()),\n total: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Total number of matching records\").optional()),\n message: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Optional informational or error message\").optional()),\n success: z.preprocess((value) => (value === null ? undefined : value), z.boolean().describe(\"Indicates if the operation was successful\").optional()),\n});\n\nexport const gagelistGetAllCalibrationRecords = action(\"GAGELIST_GET_ALL_CALIBRATION_RECORDS\", {\n slug: \"gagelist-get-all-calibration-records\",\n name: \"Get all calibration records\",\n description: \"Tool to retrieve a paginated list of calibration records. Use after obtaining a valid access token.\",\n input: GagelistGetAllCalibrationRecordsInput,\n output: GagelistGetAllCalibrationRecordsOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"get-all-calibration-records.mjs","names":[],"sources":["../../src/actions/get-all-calibration-records.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAllCalibrationRecordsInput = z.object({\n start: z.number().int().describe(\"Zero-based index of the first record to return\"),\n record_number: z.number().int().describe(\"Number of records to return per page\"),\n});\nconst GagelistGetAllCalibrationRecords_CalibrationRecordSchema = z.object({\n Id: z.number().int().describe(\"Unique calibration record ID\").nullable().optional(),\n Area: z.string().describe(\"Operational area\").nullable().optional(),\n Days: z.number().int().describe(\"Interval days component\").nullable().optional(),\n Type: z.string().describe(\"Type of equipment\").nullable().optional(),\n Model: z.string().describe(\"Equipment model\").nullable().optional(),\n Years: z.number().int().describe(\"Interval years component\").nullable().optional(),\n Months: z.number().int().describe(\"Interval months component\").nullable().optional(),\n AssetNo: z.string().describe(\"Asset number\").nullable().optional(),\n Website: z.string().describe(\"Manufacturer's website\").nullable().optional(),\n DaysLate: z.number().int().describe(\"Days past due calibration\").nullable().optional(),\n Interval: z.string().describe(\"Calibration interval description\").nullable().optional(),\n Location: z.string().describe(\"Location of calibration\").nullable().optional(),\n TestCost: z.string().describe(\"Cost of test\").nullable().optional(),\n TestTime: z.string().describe(\"Duration of test\").nullable().optional(),\n CreatedBy: z.string().describe(\"User who created this record\").nullable().optional(),\n IsDeleted: z.boolean().describe(\"Flag indicating deletion status\").nullable().optional(),\n Tolerance: z.string().describe(\"Tolerance\").nullable().optional(),\n UpdatedBy: z.string().describe(\"User who last updated this record\").nullable().optional(),\n NISTNumber: z.string().describe(\"NIST standard reference\").nullable().optional(),\n CreatedDate: z.string().describe(\"Creation timestamp (ISO 8601)\").nullable().optional(),\n DateAquired: z.string().describe(\"Acquisition date (ISO 8601)\").nullable().optional(),\n RangeOrSize: z.string().describe(\"Measurement range or size\").nullable().optional(),\n Uncertainty: z.string().describe(\"Measurement uncertainty\").nullable().optional(),\n UpdatedDate: z.string().describe(\"Last update timestamp (ISO 8601)\").nullable().optional(),\n Manufacturer: z.string().describe(\"Equipment manufacturer\").nullable().optional(),\n RecordNumber: z.string().describe(\"Record number\").nullable().optional(),\n SerialNumber: z.string().describe(\"Equipment serial number\").nullable().optional(),\n ControlNumber: z.string().describe(\"Control number\").nullable().optional(),\n RefStandardID: z.string().describe(\"Reference standard ID\").nullable().optional(),\n UnitOfMeasure: z.string().describe(\"Unit of measure\").nullable().optional(),\n ActionRequired: z.string().describe(\"Actions required post-calibration\").nullable().optional(),\n DateCalibrated: z.string().describe(\"Date calibrated (ISO 8601)\").nullable().optional(),\n EquipmentRefId: z.number().int().describe(\"Equipment reference ID\").nullable().optional(),\n MasterStandard: z.string().describe(\"Master standard used\").nullable().optional(),\n SourceOrVendor: z.string().describe(\"Source or vendor\").nullable().optional(),\n CalibrationDate: z.string().describe(\"Calibration date (ISO 8601)\").nullable().optional(),\n CalibrationTest: z.string().describe(\"Test performed during calibration\").nullable().optional(),\n EquipmentAsLeft: z.string().describe(\"Condition of equipment as left\").nullable().optional(),\n ProductRecalled: z.string().describe(\"If product was recalled\").nullable().optional(),\n RepairsRequired: z.string().describe(\"Repairs required\").nullable().optional(),\n ResponsibleUser: z.string().describe(\"User responsible for calibration\").nullable().optional(),\n ConditionAquired: z.string().describe(\"Condition when acquired\").nullable().optional(),\n DescribedRepairs: z.string().describe(\"Description of any repairs\").nullable().optional(),\n EquipmentAsFound: z.string().describe(\"Condition of equipment as found\").nullable().optional(),\n ToleranceComment: z.string().describe(\"Comments on tolerance\").nullable().optional(),\n TypesMeasurement: z.string().describe(\"Types of measurements\").nullable().optional(),\n ConditionReceived: z.string().describe(\"Condition when equipment was received\").nullable().optional(),\n AdditionalComments: z.string().describe(\"Extra comments\").nullable().optional(),\n CalibrationDateStr: z.string().describe(\"Calibration date as string\").nullable().optional(),\n CalibrationDueDate: z.string().describe(\"Next due calibration date (ISO 8601)\").nullable().optional(),\n FitIntendedPurpose: z.string().describe(\"Fit for the intended purpose\").nullable().optional(),\n NextCalibrationDue: z.string().describe(\"Next calibration due (ISO 8601)\").nullable().optional(),\n TestEquipmentFalls: z.string().describe(\"Test equipment falls\").nullable().optional(),\n ToleranceCondition: z.string().describe(\"Condition relative to tolerance\").nullable().optional(),\n AdjustmentsRequired: z.string().describe(\"Adjustments required\").nullable().optional(),\n AppropriateNotified: z.string().describe(\"Who was notified\").nullable().optional(),\n CalibrationTestMode: z.string().describe(\"Mode of calibration test\").nullable().optional(),\n LastCalibrationDate: z.string().describe(\"Last calibration date (ISO 8601)\").nullable().optional(),\n CalibrationEnvironment: z.string().describe(\"Environment during calibration\").nullable().optional(),\n CalibrationTechinician: z.string().describe(\"Technician who performed calibration\").nullable().optional(),\n CalibrationInstructions: z.string().describe(\"Instructions for calibration\").nullable().optional(),\n ExernalCalibrationRecord: z.string().describe(\"External record reference\").nullable().optional(),\n TestEquipmentAvailability: z.string().describe(\"Availability of test equipment\").nullable().optional(),\n TestEquipmentFallsAsFound: z.string().describe(\"Equipment falls as found\").nullable().optional(),\n}).passthrough().describe(\"Calibration record object as returned by GageList API.\");\nexport const GagelistGetAllCalibrationRecordsOutput = z.object({\n data: z.array(GagelistGetAllCalibrationRecords_CalibrationRecordSchema).describe(\"Array of calibration record objects\").nullable().optional(),\n count: z.number().int().describe(\"Number of records returned in this page\").nullable().optional(),\n total: z.number().int().describe(\"Total number of matching records\").nullable().optional(),\n message: z.string().describe(\"Optional informational or error message\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the operation was successful\").nullable().optional(),\n}).passthrough();\n\nexport const gagelistGetAllCalibrationRecords = action(\"GAGELIST_GET_ALL_CALIBRATION_RECORDS\", {\n slug: \"gagelist-get-all-calibration-records\",\n name: \"Get all calibration records\",\n description: \"Tool to retrieve a paginated list of calibration records. Use after obtaining a valid access token.\",\n input: GagelistGetAllCalibrationRecordsInput,\n output: GagelistGetAllCalibrationRecordsOutput,\n});\n"],"mappings":"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"}
@@ -6,57 +6,57 @@ const GagelistGetAllGageRecordsInput = zod.z.object({
6
6
  record_number: zod.z.number().int().describe("Number of records to retrieve.")
7
7
  }).describe("Request parameters for retrieving a paginated list of gage records.");
8
8
  const GagelistGetAllGageRecords_GageRecordSchema = zod.z.object({
9
- Id: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Record ID").optional()),
10
- Area: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Area of usage").optional()),
11
- Days: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Days component of interval").optional()),
12
- Type: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Gage type").optional()),
13
- Model: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Model number").optional()),
14
- Years: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Years component of interval").optional()),
15
- Months: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Months component of interval").optional()),
16
- Status: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Current status of the gage").optional()),
17
- AssetNo: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Asset number").optional()),
18
- Website: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Manufacturer website").optional()),
19
- Interval: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Calibration interval").optional()),
20
- Location: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Current location").optional()),
21
- CreatedBy: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("User who created record").optional()),
22
- ImageName: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Image file name").optional()),
23
- IsDeleted: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.boolean().describe("Deletion flag").optional()),
24
- Tolerance: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Tolerance specification").optional()),
25
- UpdatedBy: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("User who last updated record").optional()),
26
- NISTNumber: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("NIST number").optional()),
27
- Attachments: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Attachments info or URLs").optional()),
28
- CreatedDate: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Creation date of record").optional()),
29
- DateAquired: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Date acquired").optional()),
30
- RangeOrSize: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Measurement range or size").optional()),
31
- UpdatedDate: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Last update date").optional()),
32
- Manufacturer: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Manufacturer name").optional()),
33
- SerialNumber: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Serial number").optional()),
34
- ControlNumber: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Control number assigned").optional()),
35
- PurchasePrice: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().describe("Purchase price").optional()),
36
- UnitOfMeasure: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Unit of measure").optional()),
37
- MasterStandard: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Master standard used").optional()),
38
- SourceOrVendor: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Source or vendor from which acquired").optional()),
39
- ResponsibleUser: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("User responsible").optional()),
40
- CalibrationCount: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Number of calibrations performed").optional()),
41
- ConditionAquired: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Condition when acquired").optional()),
42
- IntervalCategory: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Interval category").optional()),
43
- NotificationList: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("List of notifications recipients").optional()),
44
- OtherInformation: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Other information").optional()),
45
- TypesMeasurement: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Measurement types").optional()),
46
- CalibrationDueDate: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Next calibration due date").optional()),
47
- CalibrationTestMode: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Test mode used").optional()),
48
- LastCalibrationDate: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Last calibration date").optional()),
49
- CalibrationEnvironment: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Environment details for calibration").optional()),
50
- LastCalibrationDateStr: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Last calibration date (formatted string)").optional()),
51
- CalibrationInstructions: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Calibration instructions").optional())
52
- });
9
+ Id: zod.z.number().int().describe("Record ID").nullable().optional(),
10
+ Area: zod.z.string().describe("Area of usage").nullable().optional(),
11
+ Days: zod.z.number().int().describe("Days component of interval").nullable().optional(),
12
+ Type: zod.z.string().describe("Gage type").nullable().optional(),
13
+ Model: zod.z.string().describe("Model number").nullable().optional(),
14
+ Years: zod.z.number().int().describe("Years component of interval").nullable().optional(),
15
+ Months: zod.z.number().int().describe("Months component of interval").nullable().optional(),
16
+ Status: zod.z.string().describe("Current status of the gage").nullable().optional(),
17
+ AssetNo: zod.z.string().describe("Asset number").nullable().optional(),
18
+ Website: zod.z.string().describe("Manufacturer website").nullable().optional(),
19
+ Interval: zod.z.string().describe("Calibration interval").nullable().optional(),
20
+ Location: zod.z.string().describe("Current location").nullable().optional(),
21
+ CreatedBy: zod.z.string().describe("User who created record").nullable().optional(),
22
+ ImageName: zod.z.string().describe("Image file name").nullable().optional(),
23
+ IsDeleted: zod.z.boolean().describe("Deletion flag").nullable().optional(),
24
+ Tolerance: zod.z.string().describe("Tolerance specification").nullable().optional(),
25
+ UpdatedBy: zod.z.string().describe("User who last updated record").nullable().optional(),
26
+ NISTNumber: zod.z.string().describe("NIST number").nullable().optional(),
27
+ Attachments: zod.z.string().describe("Attachments info or URLs").nullable().optional(),
28
+ CreatedDate: zod.z.string().describe("Creation date of record").nullable().optional(),
29
+ DateAquired: zod.z.string().describe("Date acquired").nullable().optional(),
30
+ RangeOrSize: zod.z.string().describe("Measurement range or size").nullable().optional(),
31
+ UpdatedDate: zod.z.string().describe("Last update date").nullable().optional(),
32
+ Manufacturer: zod.z.string().describe("Manufacturer name").nullable().optional(),
33
+ SerialNumber: zod.z.string().describe("Serial number").nullable().optional(),
34
+ ControlNumber: zod.z.string().describe("Control number assigned").nullable().optional(),
35
+ PurchasePrice: zod.z.number().describe("Purchase price").nullable().optional(),
36
+ UnitOfMeasure: zod.z.string().describe("Unit of measure").nullable().optional(),
37
+ MasterStandard: zod.z.string().describe("Master standard used").nullable().optional(),
38
+ SourceOrVendor: zod.z.string().describe("Source or vendor from which acquired").nullable().optional(),
39
+ ResponsibleUser: zod.z.string().describe("User responsible").nullable().optional(),
40
+ CalibrationCount: zod.z.number().int().describe("Number of calibrations performed").nullable().optional(),
41
+ ConditionAquired: zod.z.string().describe("Condition when acquired").nullable().optional(),
42
+ IntervalCategory: zod.z.string().describe("Interval category").nullable().optional(),
43
+ NotificationList: zod.z.string().describe("List of notifications recipients").nullable().optional(),
44
+ OtherInformation: zod.z.string().describe("Other information").nullable().optional(),
45
+ TypesMeasurement: zod.z.string().describe("Measurement types").nullable().optional(),
46
+ CalibrationDueDate: zod.z.string().describe("Next calibration due date").nullable().optional(),
47
+ CalibrationTestMode: zod.z.string().describe("Test mode used").nullable().optional(),
48
+ LastCalibrationDate: zod.z.string().describe("Last calibration date").nullable().optional(),
49
+ CalibrationEnvironment: zod.z.string().describe("Environment details for calibration").nullable().optional(),
50
+ LastCalibrationDateStr: zod.z.string().describe("Last calibration date (formatted string)").nullable().optional(),
51
+ CalibrationInstructions: zod.z.string().describe("Calibration instructions").nullable().optional()
52
+ }).passthrough();
53
53
  const GagelistGetAllGageRecordsOutput = zod.z.object({
54
- data: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.array(GagelistGetAllGageRecords_GageRecordSchema).describe("Array of gage record objects").optional()),
55
- count: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Number of records returned in this response").optional()),
56
- total: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Total number of gage records available").optional()),
57
- message: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Server-provided message or error details").optional()),
58
- success: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.boolean().describe("True if API call succeeded").optional())
59
- });
54
+ data: zod.z.array(GagelistGetAllGageRecords_GageRecordSchema).describe("Array of gage record objects").nullable().optional(),
55
+ count: zod.z.number().int().describe("Number of records returned in this response").nullable().optional(),
56
+ total: zod.z.number().int().describe("Total number of gage records available").nullable().optional(),
57
+ message: zod.z.string().describe("Server-provided message or error details").nullable().optional(),
58
+ success: zod.z.boolean().describe("True if API call succeeded").nullable().optional()
59
+ }).passthrough();
60
60
  const gagelistGetAllGageRecords = require_action.action("GAGELIST_GET_ALL_GAGE_RECORDS", {
61
61
  slug: "gagelist-get-all-gage-records",
62
62
  name: "Get All Gage Records",
@@ -1 +1 @@
1
- {"version":3,"file":"get-all-gage-records.cjs","names":["z","action"],"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.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Record ID\").optional()),\n Area: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Area of usage\").optional()),\n Days: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Days component of interval\").optional()),\n Type: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Gage type\").optional()),\n Model: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Model number\").optional()),\n Years: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Years component of interval\").optional()),\n Months: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Months component of interval\").optional()),\n Status: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Current status of the gage\").optional()),\n AssetNo: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Asset number\").optional()),\n Website: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Manufacturer website\").optional()),\n Interval: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Calibration interval\").optional()),\n Location: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Current location\").optional()),\n CreatedBy: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"User who created record\").optional()),\n ImageName: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Image file name\").optional()),\n IsDeleted: z.preprocess((value) => (value === null ? undefined : value), z.boolean().describe(\"Deletion flag\").optional()),\n Tolerance: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Tolerance specification\").optional()),\n UpdatedBy: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"User who last updated record\").optional()),\n NISTNumber: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"NIST number\").optional()),\n Attachments: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Attachments info or URLs\").optional()),\n CreatedDate: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Creation date of record\").optional()),\n DateAquired: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Date acquired\").optional()),\n RangeOrSize: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Measurement range or size\").optional()),\n UpdatedDate: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Last update date\").optional()),\n Manufacturer: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Manufacturer name\").optional()),\n SerialNumber: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Serial number\").optional()),\n ControlNumber: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Control number assigned\").optional()),\n PurchasePrice: z.preprocess((value) => (value === null ? undefined : value), z.number().describe(\"Purchase price\").optional()),\n UnitOfMeasure: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Unit of measure\").optional()),\n MasterStandard: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Master standard used\").optional()),\n SourceOrVendor: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Source or vendor from which acquired\").optional()),\n ResponsibleUser: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"User responsible\").optional()),\n CalibrationCount: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Number of calibrations performed\").optional()),\n ConditionAquired: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Condition when acquired\").optional()),\n IntervalCategory: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Interval category\").optional()),\n NotificationList: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"List of notifications recipients\").optional()),\n OtherInformation: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Other information\").optional()),\n TypesMeasurement: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Measurement types\").optional()),\n CalibrationDueDate: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Next calibration due date\").optional()),\n CalibrationTestMode: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Test mode used\").optional()),\n LastCalibrationDate: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Last calibration date\").optional()),\n CalibrationEnvironment: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Environment details for calibration\").optional()),\n LastCalibrationDateStr: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Last calibration date (formatted string)\").optional()),\n CalibrationInstructions: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Calibration instructions\").optional()),\n});\nexport const GagelistGetAllGageRecordsOutput = z.object({\n data: z.preprocess((value) => (value === null ? undefined : value), z.array(GagelistGetAllGageRecords_GageRecordSchema).describe(\"Array of gage record objects\").optional()),\n count: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Number of records returned in this response\").optional()),\n total: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Total number of gage records available\").optional()),\n message: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Server-provided message or error details\").optional()),\n success: z.preprocess((value) => (value === null ? undefined : value), z.boolean().describe(\"True if API call succeeded\").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.cjs","names":["z","action"],"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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"}
@@ -6,110 +6,60 @@ declare const GagelistGetAllGageRecordsInput: z.ZodObject<{
6
6
  record_number: z.ZodNumber;
7
7
  }, z.core.$strip>;
8
8
  declare const GagelistGetAllGageRecordsOutput: z.ZodObject<{
9
- data: z.ZodPreprocess<z.ZodOptional<z.ZodArray<z.ZodObject<{
10
- Id: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
11
- Area: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
12
- Days: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
13
- Type: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
14
- Model: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
15
- Years: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
16
- Months: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
17
- Status: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
18
- AssetNo: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
19
- Website: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
20
- Interval: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
21
- Location: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
22
- CreatedBy: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
23
- ImageName: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
24
- IsDeleted: z.ZodPreprocess<z.ZodOptional<z.ZodBoolean>>;
25
- Tolerance: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
26
- UpdatedBy: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
27
- NISTNumber: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
28
- Attachments: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
29
- CreatedDate: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
30
- DateAquired: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
31
- RangeOrSize: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
32
- UpdatedDate: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
33
- Manufacturer: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
34
- SerialNumber: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
35
- ControlNumber: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
36
- PurchasePrice: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
37
- UnitOfMeasure: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
38
- MasterStandard: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
39
- SourceOrVendor: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
40
- ResponsibleUser: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
41
- CalibrationCount: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
42
- ConditionAquired: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
43
- IntervalCategory: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
44
- NotificationList: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
45
- OtherInformation: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
46
- TypesMeasurement: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
47
- CalibrationDueDate: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
48
- CalibrationTestMode: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
49
- LastCalibrationDate: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
50
- CalibrationEnvironment: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
51
- LastCalibrationDateStr: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
52
- CalibrationInstructions: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
53
- }, z.core.$strip>>>>;
54
- count: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
55
- total: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
56
- message: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
57
- success: z.ZodPreprocess<z.ZodOptional<z.ZodBoolean>>;
58
- }, z.core.$strip>;
9
+ data: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
10
+ Id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
11
+ Area: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ Days: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
13
+ Type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ Model: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ Years: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
16
+ Months: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
17
+ Status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
+ AssetNo: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
+ Website: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
+ Interval: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
+ Location: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22
+ CreatedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
+ ImageName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
+ IsDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
25
+ Tolerance: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26
+ UpdatedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
27
+ NISTNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28
+ Attachments: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29
+ CreatedDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30
+ DateAquired: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31
+ RangeOrSize: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32
+ UpdatedDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33
+ Manufacturer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34
+ SerialNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35
+ ControlNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36
+ PurchasePrice: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
37
+ UnitOfMeasure: z.ZodOptional<z.ZodNullable<z.ZodString>>;
38
+ MasterStandard: z.ZodOptional<z.ZodNullable<z.ZodString>>;
39
+ SourceOrVendor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
40
+ ResponsibleUser: z.ZodOptional<z.ZodNullable<z.ZodString>>;
41
+ CalibrationCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
42
+ ConditionAquired: z.ZodOptional<z.ZodNullable<z.ZodString>>;
43
+ IntervalCategory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
44
+ NotificationList: z.ZodOptional<z.ZodNullable<z.ZodString>>;
45
+ OtherInformation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
46
+ TypesMeasurement: z.ZodOptional<z.ZodNullable<z.ZodString>>;
47
+ CalibrationDueDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
48
+ CalibrationTestMode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
49
+ LastCalibrationDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50
+ CalibrationEnvironment: z.ZodOptional<z.ZodNullable<z.ZodString>>;
51
+ LastCalibrationDateStr: z.ZodOptional<z.ZodNullable<z.ZodString>>;
52
+ CalibrationInstructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53
+ }, z.core.$loose>>>>;
54
+ count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
55
+ total: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
56
+ message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
57
+ success: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
58
+ }, z.core.$loose>;
59
59
  declare const gagelistGetAllGageRecords: import("@keystrokehq/action").WorkflowActionDefinition<{
60
60
  record_number: number;
61
61
  start?: number | undefined;
62
- }, {
63
- data?: {
64
- Id?: number | undefined;
65
- Area?: string | undefined;
66
- Days?: number | undefined;
67
- Type?: string | undefined;
68
- Model?: string | undefined;
69
- Years?: number | undefined;
70
- Months?: number | undefined;
71
- Status?: string | undefined;
72
- AssetNo?: string | undefined;
73
- Website?: string | undefined;
74
- Interval?: string | undefined;
75
- Location?: string | undefined;
76
- CreatedBy?: string | undefined;
77
- ImageName?: string | undefined;
78
- IsDeleted?: boolean | undefined;
79
- Tolerance?: string | undefined;
80
- UpdatedBy?: string | undefined;
81
- NISTNumber?: string | undefined;
82
- Attachments?: string | undefined;
83
- CreatedDate?: string | undefined;
84
- DateAquired?: string | undefined;
85
- RangeOrSize?: string | undefined;
86
- UpdatedDate?: string | undefined;
87
- Manufacturer?: string | undefined;
88
- SerialNumber?: string | undefined;
89
- ControlNumber?: string | undefined;
90
- PurchasePrice?: number | undefined;
91
- UnitOfMeasure?: string | undefined;
92
- MasterStandard?: string | undefined;
93
- SourceOrVendor?: string | undefined;
94
- ResponsibleUser?: string | undefined;
95
- CalibrationCount?: number | undefined;
96
- ConditionAquired?: string | undefined;
97
- IntervalCategory?: string | undefined;
98
- NotificationList?: string | undefined;
99
- OtherInformation?: string | undefined;
100
- TypesMeasurement?: string | undefined;
101
- CalibrationDueDate?: string | undefined;
102
- CalibrationTestMode?: string | undefined;
103
- LastCalibrationDate?: string | undefined;
104
- CalibrationEnvironment?: string | undefined;
105
- LastCalibrationDateStr?: string | undefined;
106
- CalibrationInstructions?: string | undefined;
107
- }[] | undefined;
108
- count?: number | undefined;
109
- total?: number | undefined;
110
- message?: string | undefined;
111
- success?: boolean | undefined;
112
- }, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
62
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
113
63
  //#endregion
114
64
  export { gagelistGetAllGageRecords };
115
65
  //# sourceMappingURL=get-all-gage-records.d.cts.map