@keystrokehq/gagelist 0.1.0 → 0.1.2

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 (172) hide show
  1. package/README.md +1 -1
  2. package/dist/action.cjs.map +1 -1
  3. package/dist/action.mjs.map +1 -1
  4. package/dist/actions/add-calibration-record.cjs +1 -1
  5. package/dist/actions/add-calibration-record.cjs.map +1 -1
  6. package/dist/actions/add-calibration-record.d.cts +183 -3
  7. package/dist/actions/add-calibration-record.d.cts.map +1 -1
  8. package/dist/actions/add-calibration-record.d.mts +183 -3
  9. package/dist/actions/add-calibration-record.d.mts.map +1 -1
  10. package/dist/actions/add-calibration-record.mjs +1 -1
  11. package/dist/actions/add-calibration-record.mjs.map +1 -1
  12. package/dist/actions/add-gage-record.cjs +2 -2
  13. package/dist/actions/add-gage-record.cjs.map +1 -1
  14. package/dist/actions/add-gage-record.d.cts +115 -3
  15. package/dist/actions/add-gage-record.d.cts.map +1 -1
  16. package/dist/actions/add-gage-record.d.mts +115 -3
  17. package/dist/actions/add-gage-record.d.mts.map +1 -1
  18. package/dist/actions/add-gage-record.mjs +2 -2
  19. package/dist/actions/add-gage-record.mjs.map +1 -1
  20. package/dist/actions/add-manufacturer.cjs +1 -1
  21. package/dist/actions/add-manufacturer.cjs.map +1 -1
  22. package/dist/actions/add-manufacturer.d.cts +21 -3
  23. package/dist/actions/add-manufacturer.d.cts.map +1 -1
  24. package/dist/actions/add-manufacturer.d.mts +21 -3
  25. package/dist/actions/add-manufacturer.d.mts.map +1 -1
  26. package/dist/actions/add-manufacturer.mjs +1 -1
  27. package/dist/actions/add-manufacturer.mjs.map +1 -1
  28. package/dist/actions/authenticate-with-gagelist.cjs +8 -8
  29. package/dist/actions/authenticate-with-gagelist.cjs.map +1 -1
  30. package/dist/actions/authenticate-with-gagelist.d.cts +19 -3
  31. package/dist/actions/authenticate-with-gagelist.d.cts.map +1 -1
  32. package/dist/actions/authenticate-with-gagelist.d.mts +19 -3
  33. package/dist/actions/authenticate-with-gagelist.d.mts.map +1 -1
  34. package/dist/actions/authenticate-with-gagelist.mjs +8 -8
  35. package/dist/actions/authenticate-with-gagelist.mjs.map +1 -1
  36. package/dist/actions/delete-calibration-record.cjs +3 -3
  37. package/dist/actions/delete-calibration-record.cjs.map +1 -1
  38. package/dist/actions/delete-calibration-record.d.cts +11 -3
  39. package/dist/actions/delete-calibration-record.d.cts.map +1 -1
  40. package/dist/actions/delete-calibration-record.d.mts +11 -3
  41. package/dist/actions/delete-calibration-record.d.mts.map +1 -1
  42. package/dist/actions/delete-calibration-record.mjs +3 -3
  43. package/dist/actions/delete-calibration-record.mjs.map +1 -1
  44. package/dist/actions/delete-gage-record.cjs +3 -3
  45. package/dist/actions/delete-gage-record.cjs.map +1 -1
  46. package/dist/actions/delete-gage-record.d.cts +11 -3
  47. package/dist/actions/delete-gage-record.d.cts.map +1 -1
  48. package/dist/actions/delete-gage-record.d.mts +11 -3
  49. package/dist/actions/delete-gage-record.d.mts.map +1 -1
  50. package/dist/actions/delete-gage-record.mjs +3 -3
  51. package/dist/actions/delete-gage-record.mjs.map +1 -1
  52. package/dist/actions/delete-manufacturer.cjs +3 -3
  53. package/dist/actions/delete-manufacturer.cjs.map +1 -1
  54. package/dist/actions/delete-manufacturer.d.cts +11 -3
  55. package/dist/actions/delete-manufacturer.d.cts.map +1 -1
  56. package/dist/actions/delete-manufacturer.d.mts +11 -3
  57. package/dist/actions/delete-manufacturer.d.mts.map +1 -1
  58. package/dist/actions/delete-manufacturer.mjs +3 -3
  59. package/dist/actions/delete-manufacturer.mjs.map +1 -1
  60. package/dist/actions/generate-calibration-certificate.cjs +3 -3
  61. package/dist/actions/generate-calibration-certificate.cjs.map +1 -1
  62. package/dist/actions/generate-calibration-certificate.d.cts +13 -3
  63. package/dist/actions/generate-calibration-certificate.d.cts.map +1 -1
  64. package/dist/actions/generate-calibration-certificate.d.mts +13 -3
  65. package/dist/actions/generate-calibration-certificate.d.mts.map +1 -1
  66. package/dist/actions/generate-calibration-certificate.mjs +3 -3
  67. package/dist/actions/generate-calibration-certificate.mjs.map +1 -1
  68. package/dist/actions/get-account-settings.cjs +15 -15
  69. package/dist/actions/get-account-settings.cjs.map +1 -1
  70. package/dist/actions/get-account-settings.d.cts +39 -3
  71. package/dist/actions/get-account-settings.d.cts.map +1 -1
  72. package/dist/actions/get-account-settings.d.mts +39 -3
  73. package/dist/actions/get-account-settings.d.mts.map +1 -1
  74. package/dist/actions/get-account-settings.mjs +15 -15
  75. package/dist/actions/get-account-settings.mjs.map +1 -1
  76. package/dist/actions/get-account-status.cjs +45 -45
  77. package/dist/actions/get-account-status.cjs.map +1 -1
  78. package/dist/actions/get-account-status.d.cts +74 -3
  79. package/dist/actions/get-account-status.d.cts.map +1 -1
  80. package/dist/actions/get-account-status.d.mts +74 -3
  81. package/dist/actions/get-account-status.d.mts.map +1 -1
  82. package/dist/actions/get-account-status.mjs +45 -45
  83. package/dist/actions/get-account-status.mjs.map +1 -1
  84. package/dist/actions/get-all-calibration-records.cjs.map +1 -1
  85. package/dist/actions/get-all-calibration-records.d.cts +80 -3
  86. package/dist/actions/get-all-calibration-records.d.cts.map +1 -1
  87. package/dist/actions/get-all-calibration-records.d.mts +80 -3
  88. package/dist/actions/get-all-calibration-records.d.mts.map +1 -1
  89. package/dist/actions/get-all-calibration-records.mjs.map +1 -1
  90. package/dist/actions/get-all-gage-records.cjs.map +1 -1
  91. package/dist/actions/get-all-gage-records.d.cts +59 -3
  92. package/dist/actions/get-all-gage-records.d.cts.map +1 -1
  93. package/dist/actions/get-all-gage-records.d.mts +59 -3
  94. package/dist/actions/get-all-gage-records.d.mts.map +1 -1
  95. package/dist/actions/get-all-gage-records.mjs.map +1 -1
  96. package/dist/actions/get-all-manufacturers.cjs +11 -11
  97. package/dist/actions/get-all-manufacturers.cjs.map +1 -1
  98. package/dist/actions/get-all-manufacturers.d.cts +18 -3
  99. package/dist/actions/get-all-manufacturers.d.cts.map +1 -1
  100. package/dist/actions/get-all-manufacturers.d.mts +18 -3
  101. package/dist/actions/get-all-manufacturers.d.mts.map +1 -1
  102. package/dist/actions/get-all-manufacturers.mjs +11 -11
  103. package/dist/actions/get-all-manufacturers.mjs.map +1 -1
  104. package/dist/actions/get-attachment.cjs +3 -3
  105. package/dist/actions/get-attachment.cjs.map +1 -1
  106. package/dist/actions/get-attachment.d.cts +13 -3
  107. package/dist/actions/get-attachment.d.cts.map +1 -1
  108. package/dist/actions/get-attachment.d.mts +13 -3
  109. package/dist/actions/get-attachment.d.mts.map +1 -1
  110. package/dist/actions/get-attachment.mjs +3 -3
  111. package/dist/actions/get-attachment.mjs.map +1 -1
  112. package/dist/actions/get-custom-fields.cjs +20 -20
  113. package/dist/actions/get-custom-fields.cjs.map +1 -1
  114. package/dist/actions/get-custom-fields.d.cts +27 -3
  115. package/dist/actions/get-custom-fields.d.cts.map +1 -1
  116. package/dist/actions/get-custom-fields.d.mts +27 -3
  117. package/dist/actions/get-custom-fields.d.mts.map +1 -1
  118. package/dist/actions/get-custom-fields.mjs +20 -20
  119. package/dist/actions/get-custom-fields.mjs.map +1 -1
  120. package/dist/actions/get-single-calibration-record.cjs +85 -85
  121. package/dist/actions/get-single-calibration-record.cjs.map +1 -1
  122. package/dist/actions/get-single-calibration-record.d.cts +101 -3
  123. package/dist/actions/get-single-calibration-record.d.cts.map +1 -1
  124. package/dist/actions/get-single-calibration-record.d.mts +101 -3
  125. package/dist/actions/get-single-calibration-record.d.mts.map +1 -1
  126. package/dist/actions/get-single-calibration-record.mjs +85 -85
  127. package/dist/actions/get-single-calibration-record.mjs.map +1 -1
  128. package/dist/actions/get-single-gage-record.cjs +2 -2
  129. package/dist/actions/get-single-gage-record.cjs.map +1 -1
  130. package/dist/actions/get-single-gage-record.d.cts +65 -3
  131. package/dist/actions/get-single-gage-record.d.cts.map +1 -1
  132. package/dist/actions/get-single-gage-record.d.mts +65 -3
  133. package/dist/actions/get-single-gage-record.d.mts.map +1 -1
  134. package/dist/actions/get-single-gage-record.mjs +2 -2
  135. package/dist/actions/get-single-gage-record.mjs.map +1 -1
  136. package/dist/actions/update-account-settings.cjs +2 -2
  137. package/dist/actions/update-account-settings.cjs.map +1 -1
  138. package/dist/actions/update-account-settings.d.cts +70 -3
  139. package/dist/actions/update-account-settings.d.cts.map +1 -1
  140. package/dist/actions/update-account-settings.d.mts +70 -3
  141. package/dist/actions/update-account-settings.d.mts.map +1 -1
  142. package/dist/actions/update-account-settings.mjs +2 -2
  143. package/dist/actions/update-account-settings.mjs.map +1 -1
  144. package/dist/actions/update-custom-field-values.cjs +1 -1
  145. package/dist/actions/update-custom-field-values.cjs.map +1 -1
  146. package/dist/actions/update-custom-field-values.d.cts +25 -3
  147. package/dist/actions/update-custom-field-values.d.cts.map +1 -1
  148. package/dist/actions/update-custom-field-values.d.mts +25 -3
  149. package/dist/actions/update-custom-field-values.d.mts.map +1 -1
  150. package/dist/actions/update-custom-field-values.mjs +1 -1
  151. package/dist/actions/update-custom-field-values.mjs.map +1 -1
  152. package/dist/actions/update-manufacturer.cjs +3 -3
  153. package/dist/actions/update-manufacturer.cjs.map +1 -1
  154. package/dist/actions/update-manufacturer.d.cts +21 -3
  155. package/dist/actions/update-manufacturer.d.cts.map +1 -1
  156. package/dist/actions/update-manufacturer.d.mts +21 -3
  157. package/dist/actions/update-manufacturer.d.mts.map +1 -1
  158. package/dist/actions/update-manufacturer.mjs +3 -3
  159. package/dist/actions/update-manufacturer.mjs.map +1 -1
  160. package/dist/actions/upload-attachment-to-gage-record.cjs +2 -2
  161. package/dist/actions/upload-attachment-to-gage-record.cjs.map +1 -1
  162. package/dist/actions/upload-attachment-to-gage-record.d.cts +21 -3
  163. package/dist/actions/upload-attachment-to-gage-record.d.cts.map +1 -1
  164. package/dist/actions/upload-attachment-to-gage-record.d.mts +21 -3
  165. package/dist/actions/upload-attachment-to-gage-record.d.mts.map +1 -1
  166. package/dist/actions/upload-attachment-to-gage-record.mjs +2 -2
  167. package/dist/actions/upload-attachment-to-gage-record.mjs.map +1 -1
  168. package/dist/execute.cjs +1 -1
  169. package/dist/execute.cjs.map +1 -1
  170. package/dist/execute.mjs +1 -1
  171. package/dist/execute.mjs.map +1 -1
  172. package/package.json +2 -2
@@ -1,9 +1,65 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-all-gage-records.d.ts
4
- declare const GagelistGetAllGageRecordsInput: z.ZodTypeAny;
5
- declare const GagelistGetAllGageRecordsOutput: z.ZodTypeAny;
6
- declare const gagelistGetAllGageRecords: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const GagelistGetAllGageRecordsInput: z.ZodObject<{
5
+ start: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
6
+ record_number: z.ZodNumber;
7
+ }, z.core.$strip>;
8
+ declare const GagelistGetAllGageRecordsOutput: z.ZodObject<{
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.$strip>>>>;
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.$strip>;
59
+ declare const gagelistGetAllGageRecords: import("@keystrokehq/action").WorkflowActionDefinition<{
60
+ record_number: number;
61
+ start?: number | undefined;
62
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
63
  //#endregion
8
64
  export { gagelistGetAllGageRecords };
9
65
  //# sourceMappingURL=get-all-gage-records.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-all-gage-records.d.cts","names":[],"sources":["../../src/actions/get-all-gage-records.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGmC;AAAA,cA8CrE,+BAAA,EAAiC,CAAA,CAAE,UAM9C;AAAA,cAEW,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-all-gage-records.d.cts","names":[],"sources":["../../src/actions/get-all-gage-records.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;cAiD9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAQ/B,yBAAA,gCAAyB,wBAAA"}
@@ -1,9 +1,65 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-all-gage-records.d.ts
4
- declare const GagelistGetAllGageRecordsInput: z.ZodTypeAny;
5
- declare const GagelistGetAllGageRecordsOutput: z.ZodTypeAny;
6
- declare const gagelistGetAllGageRecords: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const GagelistGetAllGageRecordsInput: z.ZodObject<{
5
+ start: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
6
+ record_number: z.ZodNumber;
7
+ }, z.core.$strip>;
8
+ declare const GagelistGetAllGageRecordsOutput: z.ZodObject<{
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.$strip>>>>;
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.$strip>;
59
+ declare const gagelistGetAllGageRecords: import("@keystrokehq/action").WorkflowActionDefinition<{
60
+ record_number: number;
61
+ start?: number | undefined;
62
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
63
  //#endregion
8
64
  export { gagelistGetAllGageRecords };
9
65
  //# sourceMappingURL=get-all-gage-records.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-all-gage-records.d.mts","names":[],"sources":["../../src/actions/get-all-gage-records.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGmC;AAAA,cA8CrE,+BAAA,EAAiC,CAAA,CAAE,UAM9C;AAAA,cAEW,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-all-gage-records.d.mts","names":[],"sources":["../../src/actions/get-all-gage-records.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;cAiD9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAQ/B,yBAAA,gCAAyB,wBAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"get-all-gage-records.mjs","names":[],"sources":["../../src/actions/get-all-gage-records.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAllGageRecordsInput: z.ZodTypeAny = 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.ZodTypeAny = z.object({\n Id: z.number().int().describe(\"Record ID\").nullable().optional(),\n Area: z.string().describe(\"Area of usage\").nullable().optional(),\n Days: z.number().int().describe(\"Days component of interval\").nullable().optional(),\n Type: z.string().describe(\"Gage type\").nullable().optional(),\n Model: z.string().describe(\"Model number\").nullable().optional(),\n Years: z.number().int().describe(\"Years component of interval\").nullable().optional(),\n Months: z.number().int().describe(\"Months component of interval\").nullable().optional(),\n Status: z.string().describe(\"Current status of the gage\").nullable().optional(),\n AssetNo: z.string().describe(\"Asset number\").nullable().optional(),\n Website: z.string().describe(\"Manufacturer website\").nullable().optional(),\n Interval: z.string().describe(\"Calibration interval\").nullable().optional(),\n Location: z.string().describe(\"Current location\").nullable().optional(),\n CreatedBy: z.string().describe(\"User who created record\").nullable().optional(),\n ImageName: z.string().describe(\"Image file name\").nullable().optional(),\n IsDeleted: z.boolean().describe(\"Deletion flag\").nullable().optional(),\n Tolerance: z.string().describe(\"Tolerance specification\").nullable().optional(),\n UpdatedBy: z.string().describe(\"User who last updated record\").nullable().optional(),\n NISTNumber: z.string().describe(\"NIST number\").nullable().optional(),\n Attachments: z.string().describe(\"Attachments info or URLs\").nullable().optional(),\n CreatedDate: z.string().describe(\"Creation date of record\").nullable().optional(),\n DateAquired: z.string().describe(\"Date acquired\").nullable().optional(),\n RangeOrSize: z.string().describe(\"Measurement range or size\").nullable().optional(),\n UpdatedDate: z.string().describe(\"Last update date\").nullable().optional(),\n Manufacturer: z.string().describe(\"Manufacturer name\").nullable().optional(),\n SerialNumber: z.string().describe(\"Serial number\").nullable().optional(),\n ControlNumber: z.string().describe(\"Control number assigned\").nullable().optional(),\n PurchasePrice: z.number().describe(\"Purchase price\").nullable().optional(),\n UnitOfMeasure: z.string().describe(\"Unit of measure\").nullable().optional(),\n MasterStandard: z.string().describe(\"Master standard used\").nullable().optional(),\n SourceOrVendor: z.string().describe(\"Source or vendor from which acquired\").nullable().optional(),\n ResponsibleUser: z.string().describe(\"User responsible\").nullable().optional(),\n CalibrationCount: z.number().int().describe(\"Number of calibrations performed\").nullable().optional(),\n ConditionAquired: z.string().describe(\"Condition when acquired\").nullable().optional(),\n IntervalCategory: z.string().describe(\"Interval category\").nullable().optional(),\n NotificationList: z.string().describe(\"List of notifications recipients\").nullable().optional(),\n OtherInformation: z.string().describe(\"Other information\").nullable().optional(),\n TypesMeasurement: z.string().describe(\"Measurement types\").nullable().optional(),\n CalibrationDueDate: z.string().describe(\"Next calibration due date\").nullable().optional(),\n CalibrationTestMode: z.string().describe(\"Test mode used\").nullable().optional(),\n LastCalibrationDate: z.string().describe(\"Last calibration date\").nullable().optional(),\n CalibrationEnvironment: z.string().describe(\"Environment details for calibration\").nullable().optional(),\n LastCalibrationDateStr: z.string().describe(\"Last calibration date (formatted string)\").nullable().optional(),\n CalibrationInstructions: z.string().describe(\"Calibration instructions\").nullable().optional(),\n});\nexport const GagelistGetAllGageRecordsOutput: z.ZodTypeAny = z.object({\n data: z.array(GagelistGetAllGageRecords_GageRecordSchema).describe(\"Array of gage record objects\").nullable().optional(),\n count: z.number().int().describe(\"Number of records returned in this response\").nullable().optional(),\n total: z.number().int().describe(\"Total number of gage records available\").nullable().optional(),\n message: z.string().describe(\"Server-provided message or error details\").nullable().optional(),\n success: z.boolean().describe(\"True if API call succeeded\").nullable().optional(),\n});\n\nexport const gagelistGetAllGageRecords = action(\"GAGELIST_GET_ALL_GAGE_RECORDS\", {\n slug: \"gagelist-get-all-gage-records\",\n name: \"Get All Gage Records\",\n description: \"Tool to retrieve a paginated list of gage records. Use after confirming the access token.\",\n input: GagelistGetAllGageRecordsInput,\n output: GagelistGetAllGageRecordsOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"get-all-gage-records.mjs","names":[],"sources":["../../src/actions/get-all-gage-records.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAllGageRecordsInput = z.object({\n start: z.number().int().default(0).describe(\"Zero-based index to start listing records.\").optional(),\n record_number: z.number().int().describe(\"Number of records to retrieve.\"),\n}).describe(\"Request parameters for retrieving a paginated list of gage records.\");\nconst GagelistGetAllGageRecords_GageRecordSchema = z.object({\n Id: z.number().int().describe(\"Record ID\").nullable().optional(),\n Area: z.string().describe(\"Area of usage\").nullable().optional(),\n Days: z.number().int().describe(\"Days component of interval\").nullable().optional(),\n Type: z.string().describe(\"Gage type\").nullable().optional(),\n Model: z.string().describe(\"Model number\").nullable().optional(),\n Years: z.number().int().describe(\"Years component of interval\").nullable().optional(),\n Months: z.number().int().describe(\"Months component of interval\").nullable().optional(),\n Status: z.string().describe(\"Current status of the gage\").nullable().optional(),\n AssetNo: z.string().describe(\"Asset number\").nullable().optional(),\n Website: z.string().describe(\"Manufacturer website\").nullable().optional(),\n Interval: z.string().describe(\"Calibration interval\").nullable().optional(),\n Location: z.string().describe(\"Current location\").nullable().optional(),\n CreatedBy: z.string().describe(\"User who created record\").nullable().optional(),\n ImageName: z.string().describe(\"Image file name\").nullable().optional(),\n IsDeleted: z.boolean().describe(\"Deletion flag\").nullable().optional(),\n Tolerance: z.string().describe(\"Tolerance specification\").nullable().optional(),\n UpdatedBy: z.string().describe(\"User who last updated record\").nullable().optional(),\n NISTNumber: z.string().describe(\"NIST number\").nullable().optional(),\n Attachments: z.string().describe(\"Attachments info or URLs\").nullable().optional(),\n CreatedDate: z.string().describe(\"Creation date of record\").nullable().optional(),\n DateAquired: z.string().describe(\"Date acquired\").nullable().optional(),\n RangeOrSize: z.string().describe(\"Measurement range or size\").nullable().optional(),\n UpdatedDate: z.string().describe(\"Last update date\").nullable().optional(),\n Manufacturer: z.string().describe(\"Manufacturer name\").nullable().optional(),\n SerialNumber: z.string().describe(\"Serial number\").nullable().optional(),\n ControlNumber: z.string().describe(\"Control number assigned\").nullable().optional(),\n PurchasePrice: z.number().describe(\"Purchase price\").nullable().optional(),\n UnitOfMeasure: z.string().describe(\"Unit of measure\").nullable().optional(),\n MasterStandard: z.string().describe(\"Master standard used\").nullable().optional(),\n SourceOrVendor: z.string().describe(\"Source or vendor from which acquired\").nullable().optional(),\n ResponsibleUser: z.string().describe(\"User responsible\").nullable().optional(),\n CalibrationCount: z.number().int().describe(\"Number of calibrations performed\").nullable().optional(),\n ConditionAquired: z.string().describe(\"Condition when acquired\").nullable().optional(),\n IntervalCategory: z.string().describe(\"Interval category\").nullable().optional(),\n NotificationList: z.string().describe(\"List of notifications recipients\").nullable().optional(),\n OtherInformation: z.string().describe(\"Other information\").nullable().optional(),\n TypesMeasurement: z.string().describe(\"Measurement types\").nullable().optional(),\n CalibrationDueDate: z.string().describe(\"Next calibration due date\").nullable().optional(),\n CalibrationTestMode: z.string().describe(\"Test mode used\").nullable().optional(),\n LastCalibrationDate: z.string().describe(\"Last calibration date\").nullable().optional(),\n CalibrationEnvironment: z.string().describe(\"Environment details for calibration\").nullable().optional(),\n LastCalibrationDateStr: z.string().describe(\"Last calibration date (formatted string)\").nullable().optional(),\n CalibrationInstructions: z.string().describe(\"Calibration instructions\").nullable().optional(),\n});\nexport const GagelistGetAllGageRecordsOutput = z.object({\n data: z.array(GagelistGetAllGageRecords_GageRecordSchema).describe(\"Array of gage record objects\").nullable().optional(),\n count: z.number().int().describe(\"Number of records returned in this response\").nullable().optional(),\n total: z.number().int().describe(\"Total number of gage records available\").nullable().optional(),\n message: z.string().describe(\"Server-provided message or error details\").nullable().optional(),\n success: z.boolean().describe(\"True if API call succeeded\").nullable().optional(),\n});\n\nexport const gagelistGetAllGageRecords = action(\"GAGELIST_GET_ALL_GAGE_RECORDS\", {\n slug: \"gagelist-get-all-gage-records\",\n name: \"Get All Gage Records\",\n description: \"Tool to retrieve a paginated list of gage records. Use after confirming the access token.\",\n input: GagelistGetAllGageRecordsInput,\n output: GagelistGetAllGageRecordsOutput,\n});\n"],"mappings":"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"}
@@ -3,21 +3,21 @@ let zod = require("zod");
3
3
  //#region src/actions/get-all-manufacturers.ts
4
4
  const GagelistGetAllManufacturersInput = zod.z.object({}).describe("Request model for GET_ALL_MANUFACTURERS. No parameters required.");
5
5
  const GagelistGetAllManufacturers_ManufacturerSchema = zod.z.object({
6
- Id: zod.z.number().int().describe("Unique identifier of the manufacturer"),
7
- Fax: zod.z.string().describe("Fax number of the manufacturer"),
8
- Name: zod.z.string().describe("Name of the manufacturer"),
9
- Phone: zod.z.string().describe("Phone number of the manufacturer"),
10
- Address: zod.z.string().describe("Address of the manufacturer"),
11
- Website: zod.z.string().describe("Website URL of the manufacturer"),
12
- IsDeleted: zod.z.boolean().describe("Indicates if the manufacturer is deleted"),
13
- UpdatedDate: zod.z.string().describe("ISO 8601 datetime when the manufacturer was last updated")
6
+ Id: zod.z.number().int().describe("Unique identifier of the manufacturer").nullable(),
7
+ Fax: zod.z.string().describe("Fax number of the manufacturer").nullable(),
8
+ Name: zod.z.string().describe("Name of the manufacturer").nullable(),
9
+ Phone: zod.z.string().describe("Phone number of the manufacturer").nullable(),
10
+ Address: zod.z.string().describe("Address of the manufacturer").nullable(),
11
+ Website: zod.z.string().describe("Website URL of the manufacturer").nullable(),
12
+ IsDeleted: zod.z.boolean().describe("Indicates if the manufacturer is deleted").nullable(),
13
+ UpdatedDate: zod.z.string().describe("ISO 8601 datetime when the manufacturer was last updated").nullable()
14
14
  }).describe("Manufacturer object returned by GET_ALL_MANUFACTURERS.");
15
15
  const GagelistGetAllManufacturersOutput = zod.z.object({
16
16
  data: zod.z.array(GagelistGetAllManufacturers_ManufacturerSchema).describe("Array of manufacturer objects"),
17
- count: zod.z.number().int().describe("Number of manufacturers returned"),
18
- total: zod.z.number().int().describe("Total number of manufacturers"),
17
+ count: zod.z.number().int().describe("Number of manufacturers returned").nullable(),
18
+ total: zod.z.number().int().describe("Total number of manufacturers").nullable(),
19
19
  message: zod.z.string().describe("Informational message from the API").nullable().optional(),
20
- success: zod.z.boolean().describe("Indicates if the API call was successful")
20
+ success: zod.z.boolean().describe("Indicates if the API call was successful").nullable()
21
21
  }).describe("Response model for GET_ALL_MANUFACTURERS.");
22
22
  const gagelistGetAllManufacturers = require_action.action("GAGELIST_GET_ALL_MANUFACTURERS", {
23
23
  slug: "gagelist-get-all-manufacturers",
@@ -1 +1 @@
1
- {"version":3,"file":"get-all-manufacturers.cjs","names":["z","action"],"sources":["../../src/actions/get-all-manufacturers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAllManufacturersInput: z.ZodTypeAny = z.object({}).describe(\"Request model for GET_ALL_MANUFACTURERS. No parameters required.\");\nconst GagelistGetAllManufacturers_ManufacturerSchema: z.ZodTypeAny = z.object({\n Id: z.number().int().describe(\"Unique identifier of the manufacturer\"),\n Fax: z.string().describe(\"Fax number of the manufacturer\"),\n Name: z.string().describe(\"Name of the manufacturer\"),\n Phone: z.string().describe(\"Phone number of the manufacturer\"),\n Address: z.string().describe(\"Address of the manufacturer\"),\n Website: z.string().describe(\"Website URL of the manufacturer\"),\n IsDeleted: z.boolean().describe(\"Indicates if the manufacturer is deleted\"),\n UpdatedDate: z.string().describe(\"ISO 8601 datetime when the manufacturer was last updated\"),\n}).describe(\"Manufacturer object returned by GET_ALL_MANUFACTURERS.\");\nexport const GagelistGetAllManufacturersOutput: z.ZodTypeAny = z.object({\n data: z.array(GagelistGetAllManufacturers_ManufacturerSchema).describe(\"Array of manufacturer objects\"),\n count: z.number().int().describe(\"Number of manufacturers returned\"),\n total: z.number().int().describe(\"Total number of manufacturers\"),\n message: z.string().describe(\"Informational message from the API\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the API call was successful\"),\n}).describe(\"Response model for GET_ALL_MANUFACTURERS.\");\n\nexport const gagelistGetAllManufacturers = action(\"GAGELIST_GET_ALL_MANUFACTURERS\", {\n slug: \"gagelist-get-all-manufacturers\",\n name: \"Get All Manufacturers\",\n description: \"Tool to retrieve a list of all manufacturers. Use after obtaining a valid access token. Returns manufacturer details including ID, name, contact information, and timestamps.\",\n input: GagelistGetAllManufacturersInput,\n output: GagelistGetAllManufacturersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEAAkE;AACtJ,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC;CACrE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACzD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CACpD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC7D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC1D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC9D,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C;CAC1E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;AAC7F,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,MAAMA,IAAAA,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,+BAA+B;CACtG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACnE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B;CAChE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C;AAC1E,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-all-manufacturers.cjs","names":["z","action"],"sources":["../../src/actions/get-all-manufacturers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAllManufacturersInput = z.object({}).describe(\"Request model for GET_ALL_MANUFACTURERS. No parameters required.\");\nconst GagelistGetAllManufacturers_ManufacturerSchema = z.object({\n Id: z.number().int().describe(\"Unique identifier of the manufacturer\").nullable(),\n Fax: z.string().describe(\"Fax number of the manufacturer\").nullable(),\n Name: z.string().describe(\"Name of the manufacturer\").nullable(),\n Phone: z.string().describe(\"Phone number of the manufacturer\").nullable(),\n Address: z.string().describe(\"Address of the manufacturer\").nullable(),\n Website: z.string().describe(\"Website URL of the manufacturer\").nullable(),\n IsDeleted: z.boolean().describe(\"Indicates if the manufacturer is deleted\").nullable(),\n UpdatedDate: z.string().describe(\"ISO 8601 datetime when the manufacturer was last updated\").nullable(),\n}).describe(\"Manufacturer object returned by GET_ALL_MANUFACTURERS.\");\nexport const GagelistGetAllManufacturersOutput = z.object({\n data: z.array(GagelistGetAllManufacturers_ManufacturerSchema).describe(\"Array of manufacturer objects\"),\n count: z.number().int().describe(\"Number of manufacturers returned\").nullable(),\n total: z.number().int().describe(\"Total number of manufacturers\").nullable(),\n message: z.string().describe(\"Informational message from the API\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the API call was successful\").nullable(),\n}).describe(\"Response model for GET_ALL_MANUFACTURERS.\");\n\nexport const gagelistGetAllManufacturers = action(\"GAGELIST_GET_ALL_MANUFACTURERS\", {\n slug: \"gagelist-get-all-manufacturers\",\n name: \"Get All Manufacturers\",\n description: \"Tool to retrieve a list of all manufacturers. Use after obtaining a valid access token. Returns manufacturer details including ID, name, contact information, and timestamps.\",\n input: GagelistGetAllManufacturersInput,\n output: GagelistGetAllManufacturersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEAAkE;AACxI,MAAM,iDAAiDA,IAAAA,EAAE,OAAO;CAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAChF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACxE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACrE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACzE,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,oCAAoCA,IAAAA,EAAE,OAAO;CACxD,MAAMA,IAAAA,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,+BAA+B;CACtG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC9E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAC3E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,24 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-all-manufacturers.d.ts
4
- declare const GagelistGetAllManufacturersInput: z.ZodTypeAny;
5
- declare const GagelistGetAllManufacturersOutput: z.ZodTypeAny;
6
- declare const gagelistGetAllManufacturers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const GagelistGetAllManufacturersInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const GagelistGetAllManufacturersOutput: z.ZodObject<{
6
+ data: z.ZodArray<z.ZodObject<{
7
+ Id: z.ZodNullable<z.ZodNumber>;
8
+ Fax: z.ZodNullable<z.ZodString>;
9
+ Name: z.ZodNullable<z.ZodString>;
10
+ Phone: z.ZodNullable<z.ZodString>;
11
+ Address: z.ZodNullable<z.ZodString>;
12
+ Website: z.ZodNullable<z.ZodString>;
13
+ IsDeleted: z.ZodNullable<z.ZodBoolean>;
14
+ UpdatedDate: z.ZodNullable<z.ZodString>;
15
+ }, z.core.$strip>>;
16
+ count: z.ZodNullable<z.ZodNumber>;
17
+ total: z.ZodNullable<z.ZodNumber>;
18
+ message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
+ success: z.ZodNullable<z.ZodBoolean>;
20
+ }, z.core.$strip>;
21
+ declare const gagelistGetAllManufacturers: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
22
  //#endregion
8
23
  export { gagelistGetAllManufacturers };
9
24
  //# sourceMappingURL=get-all-manufacturers.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-all-manufacturers.d.cts","names":[],"sources":["../../src/actions/get-all-manufacturers.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAAsG;AAAA,cAW1I,iCAAA,EAAmC,CAAA,CAAE,UAMM;AAAA,cAE3C,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-all-manufacturers.d.cts","names":[],"sources":["../../src/actions/get-all-manufacturers.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAWhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;cAQjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -1,9 +1,24 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-all-manufacturers.d.ts
4
- declare const GagelistGetAllManufacturersInput: z.ZodTypeAny;
5
- declare const GagelistGetAllManufacturersOutput: z.ZodTypeAny;
6
- declare const gagelistGetAllManufacturers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const GagelistGetAllManufacturersInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const GagelistGetAllManufacturersOutput: z.ZodObject<{
6
+ data: z.ZodArray<z.ZodObject<{
7
+ Id: z.ZodNullable<z.ZodNumber>;
8
+ Fax: z.ZodNullable<z.ZodString>;
9
+ Name: z.ZodNullable<z.ZodString>;
10
+ Phone: z.ZodNullable<z.ZodString>;
11
+ Address: z.ZodNullable<z.ZodString>;
12
+ Website: z.ZodNullable<z.ZodString>;
13
+ IsDeleted: z.ZodNullable<z.ZodBoolean>;
14
+ UpdatedDate: z.ZodNullable<z.ZodString>;
15
+ }, z.core.$strip>>;
16
+ count: z.ZodNullable<z.ZodNumber>;
17
+ total: z.ZodNullable<z.ZodNumber>;
18
+ message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
+ success: z.ZodNullable<z.ZodBoolean>;
20
+ }, z.core.$strip>;
21
+ declare const gagelistGetAllManufacturers: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
22
  //#endregion
8
23
  export { gagelistGetAllManufacturers };
9
24
  //# sourceMappingURL=get-all-manufacturers.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-all-manufacturers.d.mts","names":[],"sources":["../../src/actions/get-all-manufacturers.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAAsG;AAAA,cAW1I,iCAAA,EAAmC,CAAA,CAAE,UAMM;AAAA,cAE3C,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-all-manufacturers.d.mts","names":[],"sources":["../../src/actions/get-all-manufacturers.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAWhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;cAQjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -3,14 +3,14 @@ import { z } from "zod";
3
3
  //#region src/actions/get-all-manufacturers.ts
4
4
  const GagelistGetAllManufacturersInput = z.object({}).describe("Request model for GET_ALL_MANUFACTURERS. No parameters required.");
5
5
  const GagelistGetAllManufacturers_ManufacturerSchema = z.object({
6
- Id: z.number().int().describe("Unique identifier of the manufacturer"),
7
- Fax: z.string().describe("Fax number of the manufacturer"),
8
- Name: z.string().describe("Name of the manufacturer"),
9
- Phone: z.string().describe("Phone number of the manufacturer"),
10
- Address: z.string().describe("Address of the manufacturer"),
11
- Website: z.string().describe("Website URL of the manufacturer"),
12
- IsDeleted: z.boolean().describe("Indicates if the manufacturer is deleted"),
13
- UpdatedDate: z.string().describe("ISO 8601 datetime when the manufacturer was last updated")
6
+ Id: z.number().int().describe("Unique identifier of the manufacturer").nullable(),
7
+ Fax: z.string().describe("Fax number of the manufacturer").nullable(),
8
+ Name: z.string().describe("Name of the manufacturer").nullable(),
9
+ Phone: z.string().describe("Phone number of the manufacturer").nullable(),
10
+ Address: z.string().describe("Address of the manufacturer").nullable(),
11
+ Website: z.string().describe("Website URL of the manufacturer").nullable(),
12
+ IsDeleted: z.boolean().describe("Indicates if the manufacturer is deleted").nullable(),
13
+ UpdatedDate: z.string().describe("ISO 8601 datetime when the manufacturer was last updated").nullable()
14
14
  }).describe("Manufacturer object returned by GET_ALL_MANUFACTURERS.");
15
15
  const gagelistGetAllManufacturers = action("GAGELIST_GET_ALL_MANUFACTURERS", {
16
16
  slug: "gagelist-get-all-manufacturers",
@@ -19,10 +19,10 @@ const gagelistGetAllManufacturers = action("GAGELIST_GET_ALL_MANUFACTURERS", {
19
19
  input: GagelistGetAllManufacturersInput,
20
20
  output: z.object({
21
21
  data: z.array(GagelistGetAllManufacturers_ManufacturerSchema).describe("Array of manufacturer objects"),
22
- count: z.number().int().describe("Number of manufacturers returned"),
23
- total: z.number().int().describe("Total number of manufacturers"),
22
+ count: z.number().int().describe("Number of manufacturers returned").nullable(),
23
+ total: z.number().int().describe("Total number of manufacturers").nullable(),
24
24
  message: z.string().describe("Informational message from the API").nullable().optional(),
25
- success: z.boolean().describe("Indicates if the API call was successful")
25
+ success: z.boolean().describe("Indicates if the API call was successful").nullable()
26
26
  }).describe("Response model for GET_ALL_MANUFACTURERS.")
27
27
  });
28
28
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"get-all-manufacturers.mjs","names":[],"sources":["../../src/actions/get-all-manufacturers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAllManufacturersInput: z.ZodTypeAny = z.object({}).describe(\"Request model for GET_ALL_MANUFACTURERS. No parameters required.\");\nconst GagelistGetAllManufacturers_ManufacturerSchema: z.ZodTypeAny = z.object({\n Id: z.number().int().describe(\"Unique identifier of the manufacturer\"),\n Fax: z.string().describe(\"Fax number of the manufacturer\"),\n Name: z.string().describe(\"Name of the manufacturer\"),\n Phone: z.string().describe(\"Phone number of the manufacturer\"),\n Address: z.string().describe(\"Address of the manufacturer\"),\n Website: z.string().describe(\"Website URL of the manufacturer\"),\n IsDeleted: z.boolean().describe(\"Indicates if the manufacturer is deleted\"),\n UpdatedDate: z.string().describe(\"ISO 8601 datetime when the manufacturer was last updated\"),\n}).describe(\"Manufacturer object returned by GET_ALL_MANUFACTURERS.\");\nexport const GagelistGetAllManufacturersOutput: z.ZodTypeAny = z.object({\n data: z.array(GagelistGetAllManufacturers_ManufacturerSchema).describe(\"Array of manufacturer objects\"),\n count: z.number().int().describe(\"Number of manufacturers returned\"),\n total: z.number().int().describe(\"Total number of manufacturers\"),\n message: z.string().describe(\"Informational message from the API\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the API call was successful\"),\n}).describe(\"Response model for GET_ALL_MANUFACTURERS.\");\n\nexport const gagelistGetAllManufacturers = action(\"GAGELIST_GET_ALL_MANUFACTURERS\", {\n slug: \"gagelist-get-all-manufacturers\",\n name: \"Get All Manufacturers\",\n description: \"Tool to retrieve a list of all manufacturers. Use after obtaining a valid access token. Returns manufacturer details including ID, name, contact information, and timestamps.\",\n input: GagelistGetAllManufacturersInput,\n output: GagelistGetAllManufacturersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEAAkE;AACtJ,MAAM,iDAA+D,EAAE,OAAO;CAC5E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC;CACrE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CACpD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC7D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC1D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC9D,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C;CAC1E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;AAC7F,CAAC,CAAC,CAAC,SAAS,wDAAwD;AASpE,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAb6D,EAAE,OAAO;EACtE,MAAM,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,+BAA+B;EACtG,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;EACnE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B;EAChE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C;CAC1E,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-all-manufacturers.mjs","names":[],"sources":["../../src/actions/get-all-manufacturers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAllManufacturersInput = z.object({}).describe(\"Request model for GET_ALL_MANUFACTURERS. No parameters required.\");\nconst GagelistGetAllManufacturers_ManufacturerSchema = z.object({\n Id: z.number().int().describe(\"Unique identifier of the manufacturer\").nullable(),\n Fax: z.string().describe(\"Fax number of the manufacturer\").nullable(),\n Name: z.string().describe(\"Name of the manufacturer\").nullable(),\n Phone: z.string().describe(\"Phone number of the manufacturer\").nullable(),\n Address: z.string().describe(\"Address of the manufacturer\").nullable(),\n Website: z.string().describe(\"Website URL of the manufacturer\").nullable(),\n IsDeleted: z.boolean().describe(\"Indicates if the manufacturer is deleted\").nullable(),\n UpdatedDate: z.string().describe(\"ISO 8601 datetime when the manufacturer was last updated\").nullable(),\n}).describe(\"Manufacturer object returned by GET_ALL_MANUFACTURERS.\");\nexport const GagelistGetAllManufacturersOutput = z.object({\n data: z.array(GagelistGetAllManufacturers_ManufacturerSchema).describe(\"Array of manufacturer objects\"),\n count: z.number().int().describe(\"Number of manufacturers returned\").nullable(),\n total: z.number().int().describe(\"Total number of manufacturers\").nullable(),\n message: z.string().describe(\"Informational message from the API\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the API call was successful\").nullable(),\n}).describe(\"Response model for GET_ALL_MANUFACTURERS.\");\n\nexport const gagelistGetAllManufacturers = action(\"GAGELIST_GET_ALL_MANUFACTURERS\", {\n slug: \"gagelist-get-all-manufacturers\",\n name: \"Get All Manufacturers\",\n description: \"Tool to retrieve a list of all manufacturers. Use after obtaining a valid access token. Returns manufacturer details including ID, name, contact information, and timestamps.\",\n input: GagelistGetAllManufacturersInput,\n output: GagelistGetAllManufacturersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEAAkE;AACxI,MAAM,iDAAiD,EAAE,OAAO;CAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAChF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACxE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACrE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACzE,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,SAAS,wDAAwD;AASpE,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAb+C,EAAE,OAAO;EACxD,MAAM,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,+BAA+B;EACtG,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EAC9E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;EAC3E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
@@ -3,9 +3,9 @@ let zod = require("zod");
3
3
  //#region src/actions/get-attachment.ts
4
4
  const GagelistGetAttachmentInput = zod.z.object({ id: zod.z.number().int().describe("Identifier of the attachment to retrieve") }).describe("Request model for retrieving an attachment by its ID.");
5
5
  const GagelistGetAttachment_FileDownloadableSchema = zod.z.object({
6
- name: zod.z.string().describe("Name of the file"),
7
- s3url: zod.z.string().describe("S3 URL of the downloaded file."),
8
- mimetype: zod.z.string().describe("Mime type of the file.")
6
+ name: zod.z.string().describe("Name of the file").nullable(),
7
+ s3url: zod.z.string().describe("S3 URL of the downloaded file.").nullable(),
8
+ mimetype: zod.z.string().describe("Mime type of the file.").nullable()
9
9
  });
10
10
  const GagelistGetAttachmentOutput = zod.z.object({ content: GagelistGetAttachment_FileDownloadableSchema.nullable() }).describe("Response model for retrieving an attachment.");
11
11
  const gagelistGetAttachment = require_action.action("GAGELIST_GET_ATTACHMENT", {
@@ -1 +1 @@
1
- {"version":3,"file":"get-attachment.cjs","names":["z","action"],"sources":["../../src/actions/get-attachment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAttachmentInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Identifier of the attachment to retrieve\"),\n}).describe(\"Request model for retrieving an attachment by its ID.\");\nconst GagelistGetAttachment_FileDownloadableSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the file\"),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\"),\n mimetype: z.string().describe(\"Mime type of the file.\"),\n});\nexport const GagelistGetAttachmentOutput: z.ZodTypeAny = z.object({\n content: GagelistGetAttachment_FileDownloadableSchema.nullable(),\n}).describe(\"Response model for retrieving an attachment.\");\n\nexport const gagelistGetAttachment = action(\"GAGELIST_GET_ATTACHMENT\", {\n slug: \"gagelist-get-attachment\",\n name: \"Get Attachment\",\n description: \"Tool to retrieve an attachment by its ID. Use when you need to download file attachments from the system.\",\n input: GagelistGetAttachmentInput,\n output: GagelistGetAttachmentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,EAC1E,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAM,+CAA6DA,IAAAA,EAAE,OAAO;CAC1E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC3D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;AACxD,CAAC;AACD,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,SAAS,6CAA6C,SAAS,EACjE,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-attachment.cjs","names":["z","action"],"sources":["../../src/actions/get-attachment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAttachmentInput = z.object({\n id: z.number().int().describe(\"Identifier of the attachment to retrieve\"),\n}).describe(\"Request model for retrieving an attachment by its ID.\");\nconst GagelistGetAttachment_FileDownloadableSchema = z.object({\n name: z.string().describe(\"Name of the file\").nullable(),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\").nullable(),\n mimetype: z.string().describe(\"Mime type of the file.\").nullable(),\n});\nexport const GagelistGetAttachmentOutput = z.object({\n content: GagelistGetAttachment_FileDownloadableSchema.nullable(),\n}).describe(\"Response model for retrieving an attachment.\");\n\nexport const gagelistGetAttachment = action(\"GAGELIST_GET_ATTACHMENT\", {\n slug: \"gagelist-get-attachment\",\n name: \"Get Attachment\",\n description: \"Tool to retrieve an attachment by its ID. Use when you need to download file attachments from the system.\",\n input: GagelistGetAttachmentInput,\n output: GagelistGetAttachmentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO,EACjD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,EAC1E,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAM,+CAA+CA,IAAAA,EAAE,OAAO;CAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACvD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACtE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;AACnE,CAAC;AACD,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,EAClD,SAAS,6CAA6C,SAAS,EACjE,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,19 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-attachment.d.ts
4
- declare const GagelistGetAttachmentInput: z.ZodTypeAny;
5
- declare const GagelistGetAttachmentOutput: z.ZodTypeAny;
6
- declare const gagelistGetAttachment: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const GagelistGetAttachmentInput: z.ZodObject<{
5
+ id: z.ZodNumber;
6
+ }, z.core.$strip>;
7
+ declare const GagelistGetAttachmentOutput: z.ZodObject<{
8
+ content: z.ZodNullable<z.ZodObject<{
9
+ name: z.ZodNullable<z.ZodString>;
10
+ s3url: z.ZodNullable<z.ZodString>;
11
+ mimetype: z.ZodNullable<z.ZodString>;
12
+ }, z.core.$strip>>;
13
+ }, z.core.$strip>;
14
+ declare const gagelistGetAttachment: import("@keystrokehq/action").WorkflowActionDefinition<{
15
+ id: number;
16
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
17
  //#endregion
8
18
  export { gagelistGetAttachment };
9
19
  //# sourceMappingURL=get-attachment.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-attachment.d.cts","names":[],"sources":["../../src/actions/get-attachment.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEyB;AAAA,cAMvD,2BAAA,EAA6B,CAAA,CAAE,UAEe;AAAA,cAE9C,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-attachment.d.cts","names":[],"sources":["../../src/actions/get-attachment.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;cAQ1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;cAI3B,qBAAA,gCAAqB,wBAAA"}
@@ -1,9 +1,19 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-attachment.d.ts
4
- declare const GagelistGetAttachmentInput: z.ZodTypeAny;
5
- declare const GagelistGetAttachmentOutput: z.ZodTypeAny;
6
- declare const gagelistGetAttachment: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const GagelistGetAttachmentInput: z.ZodObject<{
5
+ id: z.ZodNumber;
6
+ }, z.core.$strip>;
7
+ declare const GagelistGetAttachmentOutput: z.ZodObject<{
8
+ content: z.ZodNullable<z.ZodObject<{
9
+ name: z.ZodNullable<z.ZodString>;
10
+ s3url: z.ZodNullable<z.ZodString>;
11
+ mimetype: z.ZodNullable<z.ZodString>;
12
+ }, z.core.$strip>>;
13
+ }, z.core.$strip>;
14
+ declare const gagelistGetAttachment: import("@keystrokehq/action").WorkflowActionDefinition<{
15
+ id: number;
16
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
17
  //#endregion
8
18
  export { gagelistGetAttachment };
9
19
  //# sourceMappingURL=get-attachment.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-attachment.d.mts","names":[],"sources":["../../src/actions/get-attachment.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEyB;AAAA,cAMvD,2BAAA,EAA6B,CAAA,CAAE,UAEe;AAAA,cAE9C,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-attachment.d.mts","names":[],"sources":["../../src/actions/get-attachment.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;cAQ1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;cAI3B,qBAAA,gCAAqB,wBAAA"}
@@ -3,9 +3,9 @@ import { z } from "zod";
3
3
  //#region src/actions/get-attachment.ts
4
4
  const GagelistGetAttachmentInput = z.object({ id: z.number().int().describe("Identifier of the attachment to retrieve") }).describe("Request model for retrieving an attachment by its ID.");
5
5
  const GagelistGetAttachment_FileDownloadableSchema = z.object({
6
- name: z.string().describe("Name of the file"),
7
- s3url: z.string().describe("S3 URL of the downloaded file."),
8
- mimetype: z.string().describe("Mime type of the file.")
6
+ name: z.string().describe("Name of the file").nullable(),
7
+ s3url: z.string().describe("S3 URL of the downloaded file.").nullable(),
8
+ mimetype: z.string().describe("Mime type of the file.").nullable()
9
9
  });
10
10
  const gagelistGetAttachment = action("GAGELIST_GET_ATTACHMENT", {
11
11
  slug: "gagelist-get-attachment",
@@ -1 +1 @@
1
- {"version":3,"file":"get-attachment.mjs","names":[],"sources":["../../src/actions/get-attachment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAttachmentInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Identifier of the attachment to retrieve\"),\n}).describe(\"Request model for retrieving an attachment by its ID.\");\nconst GagelistGetAttachment_FileDownloadableSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the file\"),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\"),\n mimetype: z.string().describe(\"Mime type of the file.\"),\n});\nexport const GagelistGetAttachmentOutput: z.ZodTypeAny = z.object({\n content: GagelistGetAttachment_FileDownloadableSchema.nullable(),\n}).describe(\"Response model for retrieving an attachment.\");\n\nexport const gagelistGetAttachment = action(\"GAGELIST_GET_ATTACHMENT\", {\n slug: \"gagelist-get-attachment\",\n name: \"Get Attachment\",\n description: \"Tool to retrieve an attachment by its ID. Use when you need to download file attachments from the system.\",\n input: GagelistGetAttachmentInput,\n output: GagelistGetAttachmentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO,EAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,EAC1E,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAM,+CAA6D,EAAE,OAAO;CAC1E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC3D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;AACxD,CAAC;AAKD,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATuD,EAAE,OAAO,EAChE,SAAS,6CAA6C,SAAS,EACjE,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-attachment.mjs","names":[],"sources":["../../src/actions/get-attachment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAttachmentInput = z.object({\n id: z.number().int().describe(\"Identifier of the attachment to retrieve\"),\n}).describe(\"Request model for retrieving an attachment by its ID.\");\nconst GagelistGetAttachment_FileDownloadableSchema = z.object({\n name: z.string().describe(\"Name of the file\").nullable(),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\").nullable(),\n mimetype: z.string().describe(\"Mime type of the file.\").nullable(),\n});\nexport const GagelistGetAttachmentOutput = z.object({\n content: GagelistGetAttachment_FileDownloadableSchema.nullable(),\n}).describe(\"Response model for retrieving an attachment.\");\n\nexport const gagelistGetAttachment = action(\"GAGELIST_GET_ATTACHMENT\", {\n slug: \"gagelist-get-attachment\",\n name: \"Get Attachment\",\n description: \"Tool to retrieve an attachment by its ID. Use when you need to download file attachments from the system.\",\n input: GagelistGetAttachmentInput,\n output: GagelistGetAttachmentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6B,EAAE,OAAO,EACjD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,EAC1E,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAM,+CAA+C,EAAE,OAAO;CAC5D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACvD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACtE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;AACnE,CAAC;AAKD,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATyC,EAAE,OAAO,EAClD,SAAS,6CAA6C,SAAS,EACjE,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
@@ -3,30 +3,30 @@ let zod = require("zod");
3
3
  //#region src/actions/get-custom-fields.ts
4
4
  const GagelistGetCustomFieldsInput = zod.z.object({}).describe("Request model for retrieving custom field definitions. No parameters required.");
5
5
  const GagelistGetCustomFields_CustomFieldSchema = zod.z.object({
6
- Id: zod.z.number().int().describe("Unique identifier of the custom field"),
7
- Status: zod.z.string().describe("Current status of the custom field (e.g., Active/Inactive)"),
8
- ForType: zod.z.string().describe("Context this field applies to (e.g., 'Gage' or 'Calibration')"),
9
- FieldName: zod.z.string().describe("Name of the custom field"),
10
- FieldType: zod.z.string().describe("Data type of the custom field"),
11
- UpdatedDate: zod.z.string().describe("Timestamp when this field was last updated (ISO 8601 format)"),
12
- DisplayOrder: zod.z.number().int().describe("Overall ordering index for this custom field"),
13
- FieldOptions: zod.z.string().describe("Comma-separated options for choice fields, if any"),
14
- GageRequired: zod.z.number().int().describe("Whether required for gage (0 = no, 1 = yes)"),
15
- VisibleOnCert: zod.z.number().int().describe("Whether to show this field on the certificate (0 = no, 1 = yes)"),
16
- GagePermission: zod.z.string().describe("Permission level for gage context"),
17
- GageDefaultValue: zod.z.string().describe("Default value in gage context"),
18
- GageDisplaySection: zod.z.number().int().describe("Section ordering index for display under gage records"),
19
- CalibrationRequired: zod.z.number().int().describe("Whether required for calibration (0 = no, 1 = yes)"),
20
- CalibrationPermission: zod.z.string().describe("Permission level for calibration context"),
21
- CalibrationDefaultValue: zod.z.string().describe("Default value in calibration context"),
22
- CalibrationDisplaySection: zod.z.number().int().describe("Section ordering index for display under calibration records")
6
+ Id: zod.z.number().int().describe("Unique identifier of the custom field").nullable(),
7
+ Status: zod.z.string().describe("Current status of the custom field (e.g., Active/Inactive)").nullable(),
8
+ ForType: zod.z.string().describe("Context this field applies to (e.g., 'Gage' or 'Calibration')").nullable(),
9
+ FieldName: zod.z.string().describe("Name of the custom field").nullable(),
10
+ FieldType: zod.z.string().describe("Data type of the custom field").nullable(),
11
+ UpdatedDate: zod.z.string().describe("Timestamp when this field was last updated (ISO 8601 format)").nullable(),
12
+ DisplayOrder: zod.z.number().int().describe("Overall ordering index for this custom field").nullable(),
13
+ FieldOptions: zod.z.string().describe("Comma-separated options for choice fields, if any").nullable(),
14
+ GageRequired: zod.z.number().int().describe("Whether required for gage (0 = no, 1 = yes)").nullable(),
15
+ VisibleOnCert: zod.z.number().int().describe("Whether to show this field on the certificate (0 = no, 1 = yes)").nullable(),
16
+ GagePermission: zod.z.string().describe("Permission level for gage context").nullable(),
17
+ GageDefaultValue: zod.z.string().describe("Default value in gage context").nullable(),
18
+ GageDisplaySection: zod.z.number().int().describe("Section ordering index for display under gage records").nullable(),
19
+ CalibrationRequired: zod.z.number().int().describe("Whether required for calibration (0 = no, 1 = yes)").nullable(),
20
+ CalibrationPermission: zod.z.string().describe("Permission level for calibration context").nullable(),
21
+ CalibrationDefaultValue: zod.z.string().describe("Default value in calibration context").nullable(),
22
+ CalibrationDisplaySection: zod.z.number().int().describe("Section ordering index for display under calibration records").nullable()
23
23
  }).describe("Definition of a single custom field in GageList.");
24
24
  const GagelistGetCustomFieldsOutput = zod.z.object({
25
25
  data: zod.z.array(GagelistGetCustomFields_CustomFieldSchema).describe("List of custom field definitions"),
26
- count: zod.z.number().int().describe("Count of items in this response"),
27
- total: zod.z.number().int().describe("Total number of custom fields returned"),
26
+ count: zod.z.number().int().describe("Count of items in this response").nullable(),
27
+ total: zod.z.number().int().describe("Total number of custom fields returned").nullable(),
28
28
  message: zod.z.string().describe("Additional message from the API").nullable().optional(),
29
- success: zod.z.boolean().describe("Indicates whether the call succeeded")
29
+ success: zod.z.boolean().describe("Indicates whether the call succeeded").nullable()
30
30
  }).describe("Response model for GET_CUSTOM_FIELDS action.");
31
31
  const gagelistGetCustomFields = require_action.action("GAGELIST_GET_CUSTOM_FIELDS", {
32
32
  slug: "gagelist-get-custom-fields",
@@ -1 +1 @@
1
- {"version":3,"file":"get-custom-fields.cjs","names":["z","action"],"sources":["../../src/actions/get-custom-fields.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetCustomFieldsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving custom field definitions. No parameters required.\");\nconst GagelistGetCustomFields_CustomFieldSchema: z.ZodTypeAny = z.object({\n Id: z.number().int().describe(\"Unique identifier of the custom field\"),\n Status: z.string().describe(\"Current status of the custom field (e.g., Active/Inactive)\"),\n ForType: z.string().describe(\"Context this field applies to (e.g., 'Gage' or 'Calibration')\"),\n FieldName: z.string().describe(\"Name of the custom field\"),\n FieldType: z.string().describe(\"Data type of the custom field\"),\n UpdatedDate: z.string().describe(\"Timestamp when this field was last updated (ISO 8601 format)\"),\n DisplayOrder: z.number().int().describe(\"Overall ordering index for this custom field\"),\n FieldOptions: z.string().describe(\"Comma-separated options for choice fields, if any\"),\n GageRequired: z.number().int().describe(\"Whether required for gage (0 = no, 1 = yes)\"),\n VisibleOnCert: z.number().int().describe(\"Whether to show this field on the certificate (0 = no, 1 = yes)\"),\n GagePermission: z.string().describe(\"Permission level for gage context\"),\n GageDefaultValue: z.string().describe(\"Default value in gage context\"),\n GageDisplaySection: z.number().int().describe(\"Section ordering index for display under gage records\"),\n CalibrationRequired: z.number().int().describe(\"Whether required for calibration (0 = no, 1 = yes)\"),\n CalibrationPermission: z.string().describe(\"Permission level for calibration context\"),\n CalibrationDefaultValue: z.string().describe(\"Default value in calibration context\"),\n CalibrationDisplaySection: z.number().int().describe(\"Section ordering index for display under calibration records\"),\n}).describe(\"Definition of a single custom field in GageList.\");\nexport const GagelistGetCustomFieldsOutput: z.ZodTypeAny = z.object({\n data: z.array(GagelistGetCustomFields_CustomFieldSchema).describe(\"List of custom field definitions\"),\n count: z.number().int().describe(\"Count of items in this response\"),\n total: z.number().int().describe(\"Total number of custom fields returned\"),\n message: z.string().describe(\"Additional message from the API\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the call succeeded\"),\n}).describe(\"Response model for GET_CUSTOM_FIELDS action.\");\n\nexport const gagelistGetCustomFields = action(\"GAGELIST_GET_CUSTOM_FIELDS\", {\n slug: \"gagelist-get-custom-fields\",\n name: \"Get Custom Fields\",\n description: \"Tool to retrieve custom field definitions. Use when you need to list all custom fields configured for both gage and calibration items after authentication.\",\n input: GagelistGetCustomFieldsInput,\n output: GagelistGetCustomFieldsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gFAAgF;AAChK,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC;CACrE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACxF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CAC5F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CACzD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC9D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAC/F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C;CACtF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CACrF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C;CACrF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iEAAiE;CAC1G,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CACvE,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACrE,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD;CACrG,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD;CACnG,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACrF,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACnF,2BAA2BA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D;AACrH,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,kCAAkC;CACpG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;CAClE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC;CACzE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC;AACtE,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-custom-fields.cjs","names":["z","action"],"sources":["../../src/actions/get-custom-fields.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetCustomFieldsInput = z.object({}).describe(\"Request model for retrieving custom field definitions. No parameters required.\");\nconst GagelistGetCustomFields_CustomFieldSchema = z.object({\n Id: z.number().int().describe(\"Unique identifier of the custom field\").nullable(),\n Status: z.string().describe(\"Current status of the custom field (e.g., Active/Inactive)\").nullable(),\n ForType: z.string().describe(\"Context this field applies to (e.g., 'Gage' or 'Calibration')\").nullable(),\n FieldName: z.string().describe(\"Name of the custom field\").nullable(),\n FieldType: z.string().describe(\"Data type of the custom field\").nullable(),\n UpdatedDate: z.string().describe(\"Timestamp when this field was last updated (ISO 8601 format)\").nullable(),\n DisplayOrder: z.number().int().describe(\"Overall ordering index for this custom field\").nullable(),\n FieldOptions: z.string().describe(\"Comma-separated options for choice fields, if any\").nullable(),\n GageRequired: z.number().int().describe(\"Whether required for gage (0 = no, 1 = yes)\").nullable(),\n VisibleOnCert: z.number().int().describe(\"Whether to show this field on the certificate (0 = no, 1 = yes)\").nullable(),\n GagePermission: z.string().describe(\"Permission level for gage context\").nullable(),\n GageDefaultValue: z.string().describe(\"Default value in gage context\").nullable(),\n GageDisplaySection: z.number().int().describe(\"Section ordering index for display under gage records\").nullable(),\n CalibrationRequired: z.number().int().describe(\"Whether required for calibration (0 = no, 1 = yes)\").nullable(),\n CalibrationPermission: z.string().describe(\"Permission level for calibration context\").nullable(),\n CalibrationDefaultValue: z.string().describe(\"Default value in calibration context\").nullable(),\n CalibrationDisplaySection: z.number().int().describe(\"Section ordering index for display under calibration records\").nullable(),\n}).describe(\"Definition of a single custom field in GageList.\");\nexport const GagelistGetCustomFieldsOutput = z.object({\n data: z.array(GagelistGetCustomFields_CustomFieldSchema).describe(\"List of custom field definitions\"),\n count: z.number().int().describe(\"Count of items in this response\").nullable(),\n total: z.number().int().describe(\"Total number of custom fields returned\").nullable(),\n message: z.string().describe(\"Additional message from the API\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the call succeeded\").nullable(),\n}).describe(\"Response model for GET_CUSTOM_FIELDS action.\");\n\nexport const gagelistGetCustomFields = action(\"GAGELIST_GET_CUSTOM_FIELDS\", {\n slug: \"gagelist-get-custom-fields\",\n name: \"Get Custom Fields\",\n description: \"Tool to retrieve custom field definitions. Use when you need to list all custom fields configured for both gage and calibration items after authentication.\",\n input: GagelistGetCustomFieldsInput,\n output: GagelistGetCustomFieldsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gFAAgF;AAClJ,MAAM,4CAA4CA,IAAAA,EAAE,OAAO;CACzD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAChF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACnG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;CACvG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACpE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACzE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CAC1G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACjG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CAChG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAChG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;CACrH,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAClF,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAChF,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CAChH,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CAC9G,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAChG,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CAC9F,2BAA2BA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;AAChI,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,MAAMA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,kCAAkC;CACpG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAC7E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACpF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;AACjF,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}