@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
@@ -26,14 +26,14 @@ declare const GagelistGetSingleCalibrationRecordOutput: z.ZodObject<{
26
26
  Tolerance: z.ZodNullable<z.ZodString>;
27
27
  UpdatedBy: z.ZodNullable<z.ZodString>;
28
28
  SignedDate: z.ZodNullable<z.ZodString>;
29
- Attachments: z.ZodPreprocess<z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodObject<{
29
+ Attachments: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodArray<z.ZodObject<{
30
30
  Id: z.ZodNullable<z.ZodNumber>;
31
31
  FileName: z.ZodNullable<z.ZodString>;
32
32
  FileSize: z.ZodNullable<z.ZodNumber>;
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>;
@@ -41,14 +41,14 @@ declare const GagelistGetSingleCalibrationRecordOutput: z.ZodObject<{
41
41
  RecordNumber: z.ZodNullable<z.ZodString>;
42
42
  SerialNumber: z.ZodNullable<z.ZodString>;
43
43
  ControlNumber: z.ZodNullable<z.ZodString>;
44
- CounterValues: z.ZodPreprocess<z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodObject<{
44
+ CounterValues: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodArray<z.ZodObject<{
45
45
  Id: z.ZodNullable<z.ZodNumber>;
46
46
  RefID: z.ZodNullable<z.ZodNumber>;
47
47
  FieldId: z.ZodNullable<z.ZodNumber>;
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>;
@@ -61,7 +61,7 @@ declare const GagelistGetSingleCalibrationRecordOutput: z.ZodObject<{
61
61
  ProductRecalled: z.ZodNullable<z.ZodString>;
62
62
  RepairsRequired: z.ZodNullable<z.ZodString>;
63
63
  ResponsibleUser: z.ZodNullable<z.ZodString>;
64
- CalibrationTests: z.ZodPreprocess<z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodObject<{
64
+ CalibrationTests: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodArray<z.ZodObject<{
65
65
  Id: z.ZodNullable<z.ZodNumber>;
66
66
  AsLeft: z.ZodNullable<z.ZodString>;
67
67
  AsFound: 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,107 +95,13 @@ 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
- }, {
105
- data: {
106
- Id: number | null;
107
- Days: number | null;
108
- Type: string | null;
109
- Model: string | null;
110
- Years: number | null;
111
- Months: number | null;
112
- AssetNo: string | null;
113
- Website: string | null;
114
- Interval: string | null;
115
- IsSigned: boolean | null;
116
- Location: string | null;
117
- SignedBy: string | null;
118
- TestCost: string | null;
119
- TestTime: string | null;
120
- CreatedBy: string | null;
121
- IsDeleted: boolean | null;
122
- SignedPDF: string | null;
123
- Tolerance: string | null;
124
- UpdatedBy: string | null;
125
- SignedDate: string | null;
126
- RangeOrSize: string | null;
127
- Uncertainty: string | null;
128
- UpdatedDate: string | null;
129
- Manufacturer: string | null;
130
- RecordNumber: string | null;
131
- SerialNumber: string | null;
132
- ControlNumber: string | null;
133
- SignatureData: string | null;
134
- UnitOfMeasure: string | null;
135
- ActionRequired: string | null;
136
- DateCalibrated: string | null;
137
- EquipmentRefId: number | null;
138
- MasterStandard: string | null;
139
- CalibrationDate: string | null;
140
- CalibrationTest: string | null;
141
- EquipmentAsLeft: string | null;
142
- ProductRecalled: string | null;
143
- RepairsRequired: string | null;
144
- ResponsibleUser: string | null;
145
- DescribedRepairs: string | null;
146
- EquipmentAsFound: string | null;
147
- ToleranceComment: string | null;
148
- TypesMeasurement: string | null;
149
- ConditionReceived: string | null;
150
- AdditionalComments: string | null;
151
- CalibrationDueDate: string | null;
152
- FitIntendedPurpose: string | null;
153
- NextCalibrationDue: string | null;
154
- SignaturePublicKey: string | null;
155
- TestEquipmentFalls: string | null;
156
- ToleranceCondition: string | null;
157
- AdjustmentsRequired: string | null;
158
- AppropriateNotified: string | null;
159
- CalibrationTestMode: string | null;
160
- LastCalibrationDate: string | null;
161
- CalibrationEnvironment: string | null;
162
- CalibrationTechinician: string | null;
163
- CalibrationInstructions: string | null;
164
- ExernalCalibrationRecord: string | null;
165
- TestEquipmentAvailability: string | null;
166
- TestEquipmentFallsAsFound: string | null;
167
- Attachments?: {
168
- Id: number | null;
169
- FileName: string | null;
170
- FileSize: number | null;
171
- FileType: string | null;
172
- RecordId: number | null;
173
- RecordType: string | null;
174
- }[] | undefined;
175
- CounterValues?: {
176
- Id: number | null;
177
- RefID: number | null;
178
- FieldId: number | null;
179
- RefType: number | null;
180
- FieldValue: string | null;
181
- UpdatedDate: string | null;
182
- }[] | undefined;
183
- CalibrationTests?: {
184
- Id: number | null;
185
- AsLeft: string | null;
186
- AsFound: string | null;
187
- PassFail: string | null;
188
- ChkAsLeft: string | null;
189
- Parameter: string | null;
190
- TestNumber: string | null;
191
- RefStandardID: string | null;
192
- ExpectedResult: string | null;
193
- CalibrationRefId: number | null;
194
- }[] | undefined;
195
- } | null;
196
- message: string | null;
197
- success: boolean | null;
198
- }, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
104
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
199
105
  //#endregion
200
106
  export { gagelistGetSingleCalibrationRecord };
201
107
  //# sourceMappingURL=get-single-calibration-record.d.mts.map
@@ -9,7 +9,7 @@ const GagelistGetSingleCalibrationRecord_AttachmentItemSchema = z.object({
9
9
  FileType: z.string().describe("MIME type or extension").nullable(),
10
10
  RecordId: z.number().int().describe("Parent record ID").nullable(),
11
11
  RecordType: z.string().describe("Type of record this attachment belongs to").nullable()
12
- });
12
+ }).passthrough();
13
13
  const GagelistGetSingleCalibrationRecord_CounterValueItemSchema = z.object({
14
14
  Id: z.number().int().describe("Counter value unique identifier").nullable(),
15
15
  RefID: z.number().int().describe("Reference record ID").nullable(),
@@ -17,7 +17,7 @@ const GagelistGetSingleCalibrationRecord_CounterValueItemSchema = z.object({
17
17
  RefType: z.number().int().describe("Reference record type").nullable(),
18
18
  FieldValue: z.string().describe("Stored field value").nullable(),
19
19
  UpdatedDate: z.string().describe("Timestamp when the value was last updated").nullable()
20
- });
20
+ }).passthrough();
21
21
  const GagelistGetSingleCalibrationRecord_CalibrationTestItemSchema = z.object({
22
22
  Id: z.number().int().describe("Test record unique identifier").nullable(),
23
23
  AsLeft: z.string().describe("Value after adjustment").nullable(),
@@ -29,7 +29,7 @@ const GagelistGetSingleCalibrationRecord_CalibrationTestItemSchema = z.object({
29
29
  RefStandardID: z.string().describe("Reference standard identifier").nullable(),
30
30
  ExpectedResult: z.string().describe("Expected outcome/value").nullable(),
31
31
  CalibrationRefId: z.number().int().describe("Reference to parent calibration record").nullable()
32
- });
32
+ }).passthrough();
33
33
  const GagelistGetSingleCalibrationRecord_CalibrationRecordSchema = z.object({
34
34
  Id: z.number().int().describe("Calibration record identifier").nullable(),
35
35
  Days: z.number().int().describe("Days component of interval").nullable(),
@@ -51,7 +51,7 @@ const GagelistGetSingleCalibrationRecord_CalibrationRecordSchema = z.object({
51
51
  Tolerance: z.string().describe("Tolerance specification").nullable(),
52
52
  UpdatedBy: z.string().describe("User who last updated the record").nullable(),
53
53
  SignedDate: z.string().describe("Date record was signed (ISO 8601)").nullable(),
54
- Attachments: z.preprocess((value) => value === null ? void 0 : value, z.array(GagelistGetSingleCalibrationRecord_AttachmentItemSchema).default([]).describe("List of file attachments").optional()),
54
+ Attachments: z.array(GagelistGetSingleCalibrationRecord_AttachmentItemSchema).default([]).describe("List of file attachments").nullable().optional(),
55
55
  RangeOrSize: z.string().describe("Range or size of measurement").nullable(),
56
56
  Uncertainty: z.string().describe("Measurement uncertainty").nullable(),
57
57
  UpdatedDate: z.string().describe("Date when record was last updated (ISO 8601)").nullable(),
@@ -59,7 +59,7 @@ const GagelistGetSingleCalibrationRecord_CalibrationRecordSchema = z.object({
59
59
  RecordNumber: z.string().describe("Record number assigned").nullable(),
60
60
  SerialNumber: z.string().describe("Serial number").nullable(),
61
61
  ControlNumber: z.string().describe("Control number").nullable(),
62
- CounterValues: z.preprocess((value) => value === null ? void 0 : value, z.array(GagelistGetSingleCalibrationRecord_CounterValueItemSchema).default([]).describe("List of counter values").optional()),
62
+ CounterValues: z.array(GagelistGetSingleCalibrationRecord_CounterValueItemSchema).default([]).describe("List of counter values").nullable().optional(),
63
63
  SignatureData: z.string().describe("Signature data").nullable(),
64
64
  UnitOfMeasure: z.string().describe("Unit of measure").nullable(),
65
65
  ActionRequired: z.string().describe("Action required post calibration").nullable(),
@@ -72,7 +72,7 @@ const GagelistGetSingleCalibrationRecord_CalibrationRecordSchema = z.object({
72
72
  ProductRecalled: z.string().describe("Product recall status").nullable(),
73
73
  RepairsRequired: z.string().describe("Repairs required").nullable(),
74
74
  ResponsibleUser: z.string().describe("User responsible for calibration").nullable(),
75
- CalibrationTests: z.preprocess((value) => value === null ? void 0 : value, z.array(GagelistGetSingleCalibrationRecord_CalibrationTestItemSchema).default([]).describe("List of individual test details").optional()),
75
+ CalibrationTests: z.array(GagelistGetSingleCalibrationRecord_CalibrationTestItemSchema).default([]).describe("List of individual test details").nullable().optional(),
76
76
  DescribedRepairs: z.string().describe("Description of repairs performed").nullable(),
77
77
  EquipmentAsFound: z.string().describe("Equipment reading as found").nullable(),
78
78
  ToleranceComment: z.string().describe("Comments on tolerance").nullable(),
@@ -95,7 +95,7 @@ const GagelistGetSingleCalibrationRecord_CalibrationRecordSchema = z.object({
95
95
  ExernalCalibrationRecord: z.string().describe("External calibration record reference").nullable(),
96
96
  TestEquipmentAvailability: z.string().describe("Test equipment availability").nullable(),
97
97
  TestEquipmentFallsAsFound: z.string().describe("Test equipment falls as found").nullable()
98
- });
98
+ }).passthrough();
99
99
  const gagelistGetSingleCalibrationRecord = action("GAGELIST_GET_SINGLE_CALIBRATION_RECORD", {
100
100
  slug: "gagelist-get-single-calibration-record",
101
101
  name: "Get Single Calibration Record",
@@ -105,7 +105,7 @@ const gagelistGetSingleCalibrationRecord = action("GAGELIST_GET_SINGLE_CALIBRATI
105
105
  data: GagelistGetSingleCalibrationRecord_CalibrationRecordSchema.nullable(),
106
106
  message: z.string().describe("API-returned message").nullable(),
107
107
  success: z.boolean().describe("Indicates if the operation was successful").nullable()
108
- }).describe("Response schema for GET_SINGLE_CALIBRATION_RECORD action.")
108
+ }).passthrough().describe("Response schema for GET_SINGLE_CALIBRATION_RECORD action.")
109
109
  });
110
110
  //#endregion
111
111
  export { gagelistGetSingleCalibrationRecord };
@@ -1 +1 @@
1
- {"version":3,"file":"get-single-calibration-record.mjs","names":[],"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.preprocess((value) => (value === null ? undefined : value), z.array(GagelistGetSingleCalibrationRecord_AttachmentItemSchema).default([]).describe(\"List of file attachments\").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.preprocess((value) => (value === null ? undefined : value), z.array(GagelistGetSingleCalibrationRecord_CounterValueItemSchema).default([]).describe(\"List of counter values\").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.preprocess((value) => (value === null ? undefined : value), z.array(GagelistGetSingleCalibrationRecord_CalibrationTestItemSchema).default([]).describe(\"List of individual test details\").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.mjs","names":[],"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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"}
@@ -3,67 +3,67 @@ let zod = require("zod");
3
3
  //#region src/actions/get-single-gage-record.ts
4
4
  const GagelistGetSingleGageRecordInput = zod.z.object({ id: zod.z.number().int().describe("The unique integer ID of the gage record to retrieve. Use GAGELIST_GET_ALL_GAGE_RECORDS to list available gage IDs, or use the ID returned from GAGELIST_ADD_GAGE_RECORD after creating a new gage.") }).describe("Request parameters for retrieving a single gage record by its ID.");
5
5
  const GagelistGetSingleGageRecord_AttachmentSchema = zod.z.object({
6
- Id: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Attachment identifier").optional()),
7
- FileName: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Name of the attached file").optional()),
8
- FileSize: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Size of the file in bytes").optional()),
9
- FileType: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("MIME type of the file (e.g., 'application/pdf', 'image/jpeg')").optional()),
10
- RecordId: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("ID of the record this attachment is linked to").optional()),
11
- RecordType: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Type of record (e.g., 'Gage', 'Calibration')").optional())
12
- });
6
+ Id: zod.z.number().int().describe("Attachment identifier").nullable().optional(),
7
+ FileName: zod.z.string().describe("Name of the attached file").nullable().optional(),
8
+ FileSize: zod.z.number().int().describe("Size of the file in bytes").nullable().optional(),
9
+ FileType: zod.z.string().describe("MIME type of the file (e.g., 'application/pdf', 'image/jpeg')").nullable().optional(),
10
+ RecordId: zod.z.number().int().describe("ID of the record this attachment is linked to").nullable().optional(),
11
+ RecordType: zod.z.string().describe("Type of record (e.g., 'Gage', 'Calibration')").nullable().optional()
12
+ }).passthrough();
13
13
  const GagelistGetSingleGageRecord_TestTemplateSchema = zod.z.object({
14
- Id: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Test template identifier").optional()),
15
- Parameter: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Parameter under test").optional()),
16
- TestNumber: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Number of the test").optional()),
17
- RefStandardID: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Reference standard identifier").optional()),
18
- EquipmentRefId: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Reference ID of the associated equipment").optional()),
19
- ExpectedResult: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Expected result of the test").optional())
20
- });
14
+ Id: zod.z.number().int().describe("Test template identifier").nullable().optional(),
15
+ Parameter: zod.z.string().describe("Parameter under test").nullable().optional(),
16
+ TestNumber: zod.z.string().describe("Number of the test").nullable().optional(),
17
+ RefStandardID: zod.z.string().describe("Reference standard identifier").nullable().optional(),
18
+ EquipmentRefId: zod.z.number().int().describe("Reference ID of the associated equipment").nullable().optional(),
19
+ ExpectedResult: zod.z.string().describe("Expected result of the test").nullable().optional()
20
+ }).passthrough();
21
21
  const GagelistGetSingleGageRecord_GageRecordDetailSchema = zod.z.object({
22
22
  Id: zod.z.number().int().describe("Gage record ID").nullable(),
23
- Area: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Area or department using the gage").optional()),
24
- Days: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Days component of the interval").optional()),
25
- Type: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Type of gage (e.g., 'micrometer', 'caliper', 'gauge block')").optional()),
26
- Model: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Model number of the gage").optional()),
27
- Years: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Years component of the interval").optional()),
28
- Months: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Months component of the interval").optional()),
29
- Status: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Current status of the gage (e.g., 'Active', 'Retired', 'In Calibration')").optional()),
30
- AssetNo: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Asset number assigned to the gage").optional()),
31
- Website: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Manufacturer website URL").optional()),
32
- Interval: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Calibration interval description").optional()),
33
- Location: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Current storage or usage location").optional()),
34
- CreatedBy: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("User who created the record").optional()),
35
- IsDeleted: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.boolean().describe("Flag indicating if the record is deleted").optional()),
36
- Tolerance: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Tolerance specification").optional()),
37
- UpdatedBy: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("User who last updated the record").optional()),
38
- NISTNumber: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("NIST traceability number").optional()),
39
- Attachments: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.array(GagelistGetSingleGageRecord_AttachmentSchema).describe("List of associated attachments").optional()),
40
- DateAquired: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("ISO 8601 datetime when acquired").optional()),
41
- RangeOrSize: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Range or size specification").optional()),
42
- UpdatedDate: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("ISO 8601 datetime of last update").optional()),
43
- Manufacturer: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Manufacturer of the gage").optional()),
44
- SerialNumber: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Serial number of the gage").optional()),
45
- ControlNumber: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Control number of the gage").optional()),
46
- PurchasePrice: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().describe("Purchase price of the gage").optional()),
47
- TestTemplates: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.array(GagelistGetSingleGageRecord_TestTemplateSchema).describe("List of associated test templates").optional()),
48
- UnitOfMeasure: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Unit of measure used (e.g., 'inches', 'millimeters')").optional()),
49
- MasterStandard: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Master standard used in calibration").optional()),
50
- SourceOrVendor: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Vendor or source from which acquired").optional()),
51
- ResponsibleUser: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("User responsible for the gage").optional()),
52
- ConditionAquired: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Condition at acquisition").optional()),
53
- NotificationList: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Comma-separated list of users to notify").optional()),
54
- OtherInformation: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Additional information").optional()),
55
- TypesMeasurement: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Measurement types supported").optional()),
56
- CalibrationDueDate: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("ISO 8601 datetime when calibration is due").optional()),
57
- CalibrationTestMode: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Test mode used in calibration").optional()),
58
- LastCalibrationDate: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("ISO 8601 datetime of last calibration").optional()),
59
- CalibrationEnvironment: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Environment details for calibration").optional()),
60
- CalibrationInstructions: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Instructions for calibration").optional())
61
- });
23
+ Area: zod.z.string().describe("Area or department using the gage").nullable().optional(),
24
+ Days: zod.z.number().int().describe("Days component of the interval").nullable().optional(),
25
+ Type: zod.z.string().describe("Type of gage (e.g., 'micrometer', 'caliper', 'gauge block')").nullable().optional(),
26
+ Model: zod.z.string().describe("Model number of the gage").nullable().optional(),
27
+ Years: zod.z.number().int().describe("Years component of the interval").nullable().optional(),
28
+ Months: zod.z.number().int().describe("Months component of the interval").nullable().optional(),
29
+ Status: zod.z.string().describe("Current status of the gage (e.g., 'Active', 'Retired', 'In Calibration')").nullable().optional(),
30
+ AssetNo: zod.z.string().describe("Asset number assigned to the gage").nullable().optional(),
31
+ Website: zod.z.string().describe("Manufacturer website URL").nullable().optional(),
32
+ Interval: zod.z.string().describe("Calibration interval description").nullable().optional(),
33
+ Location: zod.z.string().describe("Current storage or usage location").nullable().optional(),
34
+ CreatedBy: zod.z.string().describe("User who created the record").nullable().optional(),
35
+ IsDeleted: zod.z.boolean().describe("Flag indicating if the record is deleted").nullable().optional(),
36
+ Tolerance: zod.z.string().describe("Tolerance specification").nullable().optional(),
37
+ UpdatedBy: zod.z.string().describe("User who last updated the record").nullable().optional(),
38
+ NISTNumber: zod.z.string().describe("NIST traceability number").nullable().optional(),
39
+ Attachments: zod.z.array(GagelistGetSingleGageRecord_AttachmentSchema).describe("List of associated attachments").nullable().optional(),
40
+ DateAquired: zod.z.string().describe("ISO 8601 datetime when acquired").nullable().optional(),
41
+ RangeOrSize: zod.z.string().describe("Range or size specification").nullable().optional(),
42
+ UpdatedDate: zod.z.string().describe("ISO 8601 datetime of last update").nullable().optional(),
43
+ Manufacturer: zod.z.string().describe("Manufacturer of the gage").nullable().optional(),
44
+ SerialNumber: zod.z.string().describe("Serial number of the gage").nullable().optional(),
45
+ ControlNumber: zod.z.string().describe("Control number of the gage").nullable().optional(),
46
+ PurchasePrice: zod.z.number().describe("Purchase price of the gage").nullable().optional(),
47
+ TestTemplates: zod.z.array(GagelistGetSingleGageRecord_TestTemplateSchema).describe("List of associated test templates").nullable().optional(),
48
+ UnitOfMeasure: zod.z.string().describe("Unit of measure used (e.g., 'inches', 'millimeters')").nullable().optional(),
49
+ MasterStandard: zod.z.string().describe("Master standard used in calibration").nullable().optional(),
50
+ SourceOrVendor: zod.z.string().describe("Vendor or source from which acquired").nullable().optional(),
51
+ ResponsibleUser: zod.z.string().describe("User responsible for the gage").nullable().optional(),
52
+ ConditionAquired: zod.z.string().describe("Condition at acquisition").nullable().optional(),
53
+ NotificationList: zod.z.string().describe("Comma-separated list of users to notify").nullable().optional(),
54
+ OtherInformation: zod.z.string().describe("Additional information").nullable().optional(),
55
+ TypesMeasurement: zod.z.string().describe("Measurement types supported").nullable().optional(),
56
+ CalibrationDueDate: zod.z.string().describe("ISO 8601 datetime when calibration is due").nullable().optional(),
57
+ CalibrationTestMode: zod.z.string().describe("Test mode used in calibration").nullable().optional(),
58
+ LastCalibrationDate: zod.z.string().describe("ISO 8601 datetime of last calibration").nullable().optional(),
59
+ CalibrationEnvironment: zod.z.string().describe("Environment details for calibration").nullable().optional(),
60
+ CalibrationInstructions: zod.z.string().describe("Instructions for calibration").nullable().optional()
61
+ }).passthrough();
62
62
  const GagelistGetSingleGageRecordOutput = zod.z.object({
63
- data: zod.z.preprocess((value) => value === null ? void 0 : value, GagelistGetSingleGageRecord_GageRecordDetailSchema.optional()),
64
- message: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("API response message or error details").optional()),
63
+ data: GagelistGetSingleGageRecord_GageRecordDetailSchema.nullable().optional(),
64
+ message: zod.z.string().describe("API response message or error details").nullable().optional(),
65
65
  success: zod.z.boolean().describe("Indicates if the request was successful").nullable()
66
- });
66
+ }).passthrough();
67
67
  const gagelistGetSingleGageRecord = require_action.action("GAGELIST_GET_SINGLE_GAGE_RECORD", {
68
68
  slug: "gagelist-get-single-gage-record",
69
69
  name: "Get Single Gage Record",
@@ -1 +1 @@
1
- {"version":3,"file":"get-single-gage-record.cjs","names":["z","action"],"sources":["../../src/actions/get-single-gage-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetSingleGageRecordInput = z.object({\n id: z.number().int().describe(\"The unique integer ID of the gage record to retrieve. Use GAGELIST_GET_ALL_GAGE_RECORDS to list available gage IDs, or use the ID returned from GAGELIST_ADD_GAGE_RECORD after creating a new gage.\"),\n}).describe(\"Request parameters for retrieving a single gage record by its ID.\");\nconst GagelistGetSingleGageRecord_AttachmentSchema = z.object({\n Id: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Attachment identifier\").optional()),\n FileName: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Name of the attached file\").optional()),\n FileSize: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Size of the file in bytes\").optional()),\n FileType: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"MIME type of the file (e.g., 'application/pdf', 'image/jpeg')\").optional()),\n RecordId: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"ID of the record this attachment is linked to\").optional()),\n RecordType: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Type of record (e.g., 'Gage', 'Calibration')\").optional()),\n});\nconst GagelistGetSingleGageRecord_TestTemplateSchema = z.object({\n Id: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Test template identifier\").optional()),\n Parameter: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Parameter under test\").optional()),\n TestNumber: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Number of the test\").optional()),\n RefStandardID: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Reference standard identifier\").optional()),\n EquipmentRefId: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Reference ID of the associated equipment\").optional()),\n ExpectedResult: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Expected result of the test\").optional()),\n});\nconst GagelistGetSingleGageRecord_GageRecordDetailSchema = z.object({\n Id: z.number().int().describe(\"Gage record ID\").nullable(),\n Area: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Area or department using the gage\").optional()),\n Days: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Days component of the interval\").optional()),\n Type: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Type of gage (e.g., 'micrometer', 'caliper', 'gauge block')\").optional()),\n Model: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Model number of the gage\").optional()),\n Years: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Years component of the interval\").optional()),\n Months: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Months component of the interval\").optional()),\n Status: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Current status of the gage (e.g., 'Active', 'Retired', 'In Calibration')\").optional()),\n AssetNo: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Asset number assigned to the gage\").optional()),\n Website: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Manufacturer website URL\").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(\"Current storage or usage location\").optional()),\n CreatedBy: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"User who created the record\").optional()),\n IsDeleted: z.preprocess((value) => (value === null ? undefined : value), z.boolean().describe(\"Flag indicating if the record is deleted\").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 the record\").optional()),\n NISTNumber: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"NIST traceability number\").optional()),\n Attachments: z.preprocess((value) => (value === null ? undefined : value), z.array(GagelistGetSingleGageRecord_AttachmentSchema).describe(\"List of associated attachments\").optional()),\n DateAquired: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"ISO 8601 datetime when acquired\").optional()),\n RangeOrSize: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Range or size specification\").optional()),\n UpdatedDate: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"ISO 8601 datetime of last update\").optional()),\n Manufacturer: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Manufacturer of the gage\").optional()),\n SerialNumber: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Serial number of the gage\").optional()),\n ControlNumber: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Control number of the gage\").optional()),\n PurchasePrice: z.preprocess((value) => (value === null ? undefined : value), z.number().describe(\"Purchase price of the gage\").optional()),\n TestTemplates: z.preprocess((value) => (value === null ? undefined : value), z.array(GagelistGetSingleGageRecord_TestTemplateSchema).describe(\"List of associated test templates\").optional()),\n UnitOfMeasure: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Unit of measure used (e.g., 'inches', 'millimeters')\").optional()),\n MasterStandard: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Master standard used in calibration\").optional()),\n SourceOrVendor: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Vendor or source from which acquired\").optional()),\n ResponsibleUser: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"User responsible for the gage\").optional()),\n ConditionAquired: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Condition at acquisition\").optional()),\n NotificationList: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Comma-separated list of users to notify\").optional()),\n OtherInformation: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Additional information\").optional()),\n TypesMeasurement: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Measurement types supported\").optional()),\n CalibrationDueDate: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"ISO 8601 datetime when calibration is due\").optional()),\n CalibrationTestMode: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Test mode used in calibration\").optional()),\n LastCalibrationDate: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"ISO 8601 datetime of last calibration\").optional()),\n CalibrationEnvironment: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Environment details for calibration\").optional()),\n CalibrationInstructions: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Instructions for calibration\").optional()),\n});\nexport const GagelistGetSingleGageRecordOutput = z.object({\n data: z.preprocess((value) => (value === null ? undefined : value), GagelistGetSingleGageRecord_GageRecordDetailSchema.optional()),\n message: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"API response message or error details\").optional()),\n success: z.boolean().describe(\"Indicates if the request was successful\").nullable(),\n});\n\nexport const gagelistGetSingleGageRecord = action(\"GAGELIST_GET_SINGLE_GAGE_RECORD\", {\n slug: \"gagelist-get-single-gage-record\",\n name: \"Get Single Gage Record\",\n description: \"Retrieves comprehensive details of a single gage/gauge record from GageList by its unique ID. Returns complete gage information including: serial number, control number, manufacturer details, calibration dates and intervals, measurement specifications (range, tolerance, unit of measure), location, responsible user, test templates, and attached files. Use this after obtaining a valid gage ID from GAGELIST_GET_ALL_GAGE_RECORDS or GAGELIST_ADD_GAGE_RECORD. Example: GetSingleGageRecord(id=123)\",\n input: GagelistGetSingleGageRecordInput,\n output: GagelistGetSingleGageRecordOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"get-single-gage-record.cjs","names":["z","action"],"sources":["../../src/actions/get-single-gage-record.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetSingleGageRecordInput = z.object({\n id: z.number().int().describe(\"The unique integer ID of the gage record to retrieve. Use GAGELIST_GET_ALL_GAGE_RECORDS to list available gage IDs, or use the ID returned from GAGELIST_ADD_GAGE_RECORD after creating a new gage.\"),\n}).describe(\"Request parameters for retrieving a single gage record by its ID.\");\nconst GagelistGetSingleGageRecord_AttachmentSchema = z.object({\n Id: z.number().int().describe(\"Attachment identifier\").nullable().optional(),\n FileName: z.string().describe(\"Name of the attached file\").nullable().optional(),\n FileSize: z.number().int().describe(\"Size of the file in bytes\").nullable().optional(),\n FileType: z.string().describe(\"MIME type of the file (e.g., 'application/pdf', 'image/jpeg')\").nullable().optional(),\n RecordId: z.number().int().describe(\"ID of the record this attachment is linked to\").nullable().optional(),\n RecordType: z.string().describe(\"Type of record (e.g., 'Gage', 'Calibration')\").nullable().optional(),\n}).passthrough();\nconst GagelistGetSingleGageRecord_TestTemplateSchema = z.object({\n Id: z.number().int().describe(\"Test template identifier\").nullable().optional(),\n Parameter: z.string().describe(\"Parameter under test\").nullable().optional(),\n TestNumber: z.string().describe(\"Number of the test\").nullable().optional(),\n RefStandardID: z.string().describe(\"Reference standard identifier\").nullable().optional(),\n EquipmentRefId: z.number().int().describe(\"Reference ID of the associated equipment\").nullable().optional(),\n ExpectedResult: z.string().describe(\"Expected result of the test\").nullable().optional(),\n}).passthrough();\nconst GagelistGetSingleGageRecord_GageRecordDetailSchema = z.object({\n Id: z.number().int().describe(\"Gage record ID\").nullable(),\n Area: z.string().describe(\"Area or department using the gage\").nullable().optional(),\n Days: z.number().int().describe(\"Days component of the interval\").nullable().optional(),\n Type: z.string().describe(\"Type of gage (e.g., 'micrometer', 'caliper', 'gauge block')\").nullable().optional(),\n Model: z.string().describe(\"Model number of the gage\").nullable().optional(),\n Years: z.number().int().describe(\"Years component of the interval\").nullable().optional(),\n Months: z.number().int().describe(\"Months component of the interval\").nullable().optional(),\n Status: z.string().describe(\"Current status of the gage (e.g., 'Active', 'Retired', 'In Calibration')\").nullable().optional(),\n AssetNo: z.string().describe(\"Asset number assigned to the gage\").nullable().optional(),\n Website: z.string().describe(\"Manufacturer website URL\").nullable().optional(),\n Interval: z.string().describe(\"Calibration interval description\").nullable().optional(),\n Location: z.string().describe(\"Current storage or usage location\").nullable().optional(),\n CreatedBy: z.string().describe(\"User who created the record\").nullable().optional(),\n IsDeleted: z.boolean().describe(\"Flag indicating if the record is deleted\").nullable().optional(),\n Tolerance: z.string().describe(\"Tolerance specification\").nullable().optional(),\n UpdatedBy: z.string().describe(\"User who last updated the record\").nullable().optional(),\n NISTNumber: z.string().describe(\"NIST traceability number\").nullable().optional(),\n Attachments: z.array(GagelistGetSingleGageRecord_AttachmentSchema).describe(\"List of associated attachments\").nullable().optional(),\n DateAquired: z.string().describe(\"ISO 8601 datetime when acquired\").nullable().optional(),\n RangeOrSize: z.string().describe(\"Range or size specification\").nullable().optional(),\n UpdatedDate: z.string().describe(\"ISO 8601 datetime of last update\").nullable().optional(),\n Manufacturer: z.string().describe(\"Manufacturer of the gage\").nullable().optional(),\n SerialNumber: z.string().describe(\"Serial number of the gage\").nullable().optional(),\n ControlNumber: z.string().describe(\"Control number of the gage\").nullable().optional(),\n PurchasePrice: z.number().describe(\"Purchase price of the gage\").nullable().optional(),\n TestTemplates: z.array(GagelistGetSingleGageRecord_TestTemplateSchema).describe(\"List of associated test templates\").nullable().optional(),\n UnitOfMeasure: z.string().describe(\"Unit of measure used (e.g., 'inches', 'millimeters')\").nullable().optional(),\n MasterStandard: z.string().describe(\"Master standard used in calibration\").nullable().optional(),\n SourceOrVendor: z.string().describe(\"Vendor or source from which acquired\").nullable().optional(),\n ResponsibleUser: z.string().describe(\"User responsible for the gage\").nullable().optional(),\n ConditionAquired: z.string().describe(\"Condition at acquisition\").nullable().optional(),\n NotificationList: z.string().describe(\"Comma-separated list of users to notify\").nullable().optional(),\n OtherInformation: z.string().describe(\"Additional information\").nullable().optional(),\n TypesMeasurement: z.string().describe(\"Measurement types supported\").nullable().optional(),\n CalibrationDueDate: z.string().describe(\"ISO 8601 datetime when calibration is due\").nullable().optional(),\n CalibrationTestMode: z.string().describe(\"Test mode used in calibration\").nullable().optional(),\n LastCalibrationDate: z.string().describe(\"ISO 8601 datetime of last calibration\").nullable().optional(),\n CalibrationEnvironment: z.string().describe(\"Environment details for calibration\").nullable().optional(),\n CalibrationInstructions: z.string().describe(\"Instructions for calibration\").nullable().optional(),\n}).passthrough();\nexport const GagelistGetSingleGageRecordOutput = z.object({\n data: GagelistGetSingleGageRecord_GageRecordDetailSchema.nullable().optional(),\n message: z.string().describe(\"API response message or error details\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the request was successful\").nullable(),\n}).passthrough();\n\nexport const gagelistGetSingleGageRecord = action(\"GAGELIST_GET_SINGLE_GAGE_RECORD\", {\n slug: \"gagelist-get-single-gage-record\",\n name: \"Get Single Gage Record\",\n description: \"Retrieves comprehensive details of a single gage/gauge record from GageList by its unique ID. Returns complete gage information including: serial number, control number, manufacturer details, calibration dates and intervals, measurement specifications (range, tolerance, unit of measure), location, responsible user, test templates, and attached files. Use this after obtaining a valid gage ID from GAGELIST_GET_ALL_GAGE_RECORDS or GAGELIST_ADD_GAGE_RECORD. Example: GetSingleGageRecord(id=123)\",\n input: GagelistGetSingleGageRecordInput,\n output: GagelistGetSingleGageRecordOutput,\n});\n"],"mappings":"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"}