@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
@@ -24,19 +24,19 @@ declare const GagelistGetAccountStatusOutput: z.ZodObject<{
24
24
  RequestedSite: z.ZodNullable<z.ZodObject<{
25
25
  Guid: z.ZodNullable<z.ZodString>;
26
26
  Name: z.ZodNullable<z.ZodString>;
27
- LogoUrl: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
27
+ LogoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28
28
  EnterpriseId: z.ZodNullable<z.ZodNumber>;
29
29
  AllowChangePlan: z.ZodNullable<z.ZodBoolean>;
30
30
  IsEnterpriseSite: z.ZodNullable<z.ZodBoolean>;
31
31
  AllowUserManagement: z.ZodNullable<z.ZodBoolean>;
32
32
  SiteOwnerCustomerId: z.ZodNullable<z.ZodNumber>;
33
- }, z.core.$strip>>;
33
+ }, z.core.$loose>>;
34
34
  AllowUnsigning: z.ZodNullable<z.ZodBoolean>;
35
35
  EnterpriseInfo: z.ZodNullable<z.ZodObject<{
36
36
  Name: z.ZodNullable<z.ZodString>;
37
- LogoUrl: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
38
- FooterText: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
39
- }, z.core.$strip>>;
37
+ LogoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
38
+ FooterText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
39
+ }, z.core.$loose>>;
40
40
  GagesDue30Days: z.ZodNullable<z.ZodNumber>;
41
41
  GagesDue60Days: z.ZodNullable<z.ZodNumber>;
42
42
  GagesDue90Days: z.ZodNullable<z.ZodNumber>;
@@ -45,13 +45,13 @@ declare const GagelistGetAccountStatusOutput: z.ZodObject<{
45
45
  AccessibleSites: z.ZodArray<z.ZodObject<{
46
46
  Guid: z.ZodNullable<z.ZodString>;
47
47
  Name: z.ZodNullable<z.ZodString>;
48
- LogoUrl: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
48
+ LogoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
49
49
  EnterpriseId: z.ZodNullable<z.ZodNumber>;
50
50
  AllowChangePlan: z.ZodNullable<z.ZodBoolean>;
51
51
  IsEnterpriseSite: z.ZodNullable<z.ZodBoolean>;
52
52
  AllowUserManagement: z.ZodNullable<z.ZodBoolean>;
53
53
  SiteOwnerCustomerId: z.ZodNullable<z.ZodNumber>;
54
- }, z.core.$strip>>;
54
+ }, z.core.$loose>>;
55
55
  AllowPrintLabel: z.ZodNullable<z.ZodBoolean>;
56
56
  UnlimitedReader: z.ZodNullable<z.ZodBoolean>;
57
57
  AllowAttachments: z.ZodNullable<z.ZodBoolean>;
@@ -65,87 +65,16 @@ declare const GagelistGetAccountStatusOutput: z.ZodObject<{
65
65
  DigitalSignatureSettings: z.ZodNullable<z.ZodObject<{
66
66
  AllowUnsign: z.ZodNullable<z.ZodBoolean>;
67
67
  AllowAdminUnsign: z.ZodNullable<z.ZodBoolean>;
68
- SignatureStatement: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
68
+ SignatureStatement: z.ZodOptional<z.ZodNullable<z.ZodString>>;
69
69
  ShowBannerForSignedRecord: z.ZodNullable<z.ZodBoolean>;
70
- BannerContentForSignedRecord: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
71
- }, z.core.$strip>>;
70
+ BannerContentForSignedRecord: z.ZodOptional<z.ZodNullable<z.ZodString>>;
71
+ }, z.core.$loose>>;
72
72
  DigitialSignatureEnabled: z.ZodNullable<z.ZodBoolean>;
73
- }, z.core.$strip>>;
74
- message: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
73
+ }, z.core.$loose>>;
74
+ message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
75
75
  success: z.ZodNullable<z.ZodBoolean>;
76
- }, z.core.$strip>;
77
- declare const gagelistGetAccountStatus: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, {
78
- data: {
79
- Roles: string[];
80
- CanAdd: boolean | null;
81
- CanEdit: boolean | null;
82
- MaxGages: number | null;
83
- MaxUsers: number | null;
84
- MaxRecords: number | null;
85
- TotalGages: number | null;
86
- ActiveGages: number | null;
87
- UpdatedDate: string | null;
88
- AllowSigning: boolean | null;
89
- GagesPastDue: number | null;
90
- TotalRecords: number | null;
91
- AllowBranding: boolean | null;
92
- AssignedUsers: number | null;
93
- CurrentSiteId: number | null;
94
- InactiveGages: number | null;
95
- MaxDatabaseMB: number | null;
96
- RequestedSite: {
97
- Guid: string | null;
98
- Name: string | null;
99
- EnterpriseId: number | null;
100
- AllowChangePlan: boolean | null;
101
- IsEnterpriseSite: boolean | null;
102
- AllowUserManagement: boolean | null;
103
- SiteOwnerCustomerId: number | null;
104
- LogoUrl?: string | undefined;
105
- } | null;
106
- AllowUnsigning: boolean | null;
107
- EnterpriseInfo: {
108
- Name: string | null;
109
- LogoUrl?: string | undefined;
110
- FooterText?: string | undefined;
111
- } | null;
112
- GagesDue30Days: number | null;
113
- GagesDue60Days: number | null;
114
- GagesDue90Days: number | null;
115
- ScheduledGages: number | null;
116
- UsedDatabaseMB: number | null;
117
- AccessibleSites: {
118
- Guid: string | null;
119
- Name: string | null;
120
- EnterpriseId: number | null;
121
- AllowChangePlan: boolean | null;
122
- IsEnterpriseSite: boolean | null;
123
- AllowUserManagement: boolean | null;
124
- SiteOwnerCustomerId: number | null;
125
- LogoUrl?: string | undefined;
126
- }[];
127
- AllowPrintLabel: boolean | null;
128
- UnlimitedReader: boolean | null;
129
- AllowAttachments: boolean | null;
130
- UnscheduledGages: number | null;
131
- AllowCustomFields: boolean | null;
132
- GagesDueThisMonth: number | null;
133
- CanEditCalibration: boolean | null;
134
- MobileAppTrialDays: number | null;
135
- LocalizationFieldLabels: boolean | null;
136
- MobileAppFirstLoginDate: string | null;
137
- DigitalSignatureSettings: {
138
- AllowUnsign: boolean | null;
139
- AllowAdminUnsign: boolean | null;
140
- ShowBannerForSignedRecord: boolean | null;
141
- SignatureStatement?: string | undefined;
142
- BannerContentForSignedRecord?: string | undefined;
143
- } | null;
144
- DigitialSignatureEnabled: boolean | null;
145
- } | null;
146
- success: boolean | null;
147
- message?: string | undefined;
148
- }, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
76
+ }, z.core.$loose>;
77
+ declare const gagelistGetAccountStatus: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
149
78
  //#endregion
150
79
  export { gagelistGetAccountStatus };
151
80
  //# sourceMappingURL=get-account-status.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-account-status.d.mts","names":[],"sources":["../../src/actions/get-account-status.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cA+D7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAM9B,wBAAA,gCAAwB,wBAAA,CAAA,MAAA"}
1
+ {"version":3,"file":"get-account-status.d.mts","names":[],"sources":["../../src/actions/get-account-status.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cA+D7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAM9B,wBAAA,gCAAwB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -5,25 +5,25 @@ const GagelistGetAccountStatusInput = z.object({}).describe("Request model for G
5
5
  const GagelistGetAccountStatus_AccessibleSiteSchema = z.object({
6
6
  Guid: z.string().describe("Site GUID").nullable(),
7
7
  Name: z.string().describe("Site name").nullable(),
8
- LogoUrl: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("URL to this site's logo").optional()),
8
+ LogoUrl: z.string().describe("URL to this site's logo").nullable().optional(),
9
9
  EnterpriseId: z.number().int().describe("ID of the parent enterprise").nullable(),
10
10
  AllowChangePlan: z.boolean().describe("Whether the user may change site plan").nullable(),
11
11
  IsEnterpriseSite: z.boolean().describe("If this site belongs to an enterprise").nullable(),
12
12
  AllowUserManagement: z.boolean().describe("Whether the user may manage other users").nullable(),
13
13
  SiteOwnerCustomerId: z.number().int().describe("Customer ID of the site owner").nullable()
14
- });
14
+ }).passthrough();
15
15
  const GagelistGetAccountStatus_EnterpriseInfoSchema = z.object({
16
16
  Name: z.string().describe("Enterprise name").nullable(),
17
- LogoUrl: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("URL to enterprise logo").optional()),
18
- FooterText: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Footer text for enterprise").optional())
19
- });
17
+ LogoUrl: z.string().describe("URL to enterprise logo").nullable().optional(),
18
+ FooterText: z.string().describe("Footer text for enterprise").nullable().optional()
19
+ }).passthrough();
20
20
  const GagelistGetAccountStatus_DigitalSignatureSettingsSchema = z.object({
21
21
  AllowUnsign: z.boolean().describe("Whether users may unsign records").nullable(),
22
22
  AllowAdminUnsign: z.boolean().describe("Whether admins may unsign records").nullable(),
23
- SignatureStatement: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Statement shown on signature").optional()),
23
+ SignatureStatement: z.string().describe("Statement shown on signature").nullable().optional(),
24
24
  ShowBannerForSignedRecord: z.boolean().describe("Show a banner when viewing signed records").nullable(),
25
- BannerContentForSignedRecord: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Custom banner text for signed records").optional())
26
- });
25
+ BannerContentForSignedRecord: z.string().describe("Custom banner text for signed records").nullable().optional()
26
+ }).passthrough();
27
27
  const GagelistGetAccountStatus_AccountStatusDataSchema = z.object({
28
28
  Roles: z.array(z.string()).describe("List of user roles"),
29
29
  CanAdd: z.boolean().describe("Whether the user may add records").nullable(),
@@ -63,7 +63,7 @@ const GagelistGetAccountStatus_AccountStatusDataSchema = z.object({
63
63
  MobileAppFirstLoginDate: z.string().describe("First mobile app login date (ISO 8601)").nullable(),
64
64
  DigitalSignatureSettings: GagelistGetAccountStatus_DigitalSignatureSettingsSchema.nullable(),
65
65
  DigitialSignatureEnabled: z.boolean().describe("If digital signatures are enabled").nullable()
66
- });
66
+ }).passthrough();
67
67
  const gagelistGetAccountStatus = action("GAGELIST_GET_ACCOUNT_STATUS", {
68
68
  slug: "gagelist-get-account-status",
69
69
  name: "Get account status",
@@ -71,9 +71,9 @@ const gagelistGetAccountStatus = action("GAGELIST_GET_ACCOUNT_STATUS", {
71
71
  input: GagelistGetAccountStatusInput,
72
72
  output: z.object({
73
73
  data: GagelistGetAccountStatus_AccountStatusDataSchema.nullable(),
74
- message: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Additional message from API").optional()),
74
+ message: z.string().describe("Additional message from API").nullable().optional(),
75
75
  success: z.boolean().describe("Indicates if the request succeeded").nullable()
76
- })
76
+ }).passthrough()
77
77
  });
78
78
  //#endregion
79
79
  export { gagelistGetAccountStatus };
@@ -1 +1 @@
1
- {"version":3,"file":"get-account-status.mjs","names":[],"sources":["../../src/actions/get-account-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAccountStatusInput = z.object({}).describe(\"Request model for GET_ACCOUNT_STATUS. No parameters required.\");\nconst GagelistGetAccountStatus_AccessibleSiteSchema = z.object({\n Guid: z.string().describe(\"Site GUID\").nullable(),\n Name: z.string().describe(\"Site name\").nullable(),\n LogoUrl: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"URL to this site's logo\").optional()),\n EnterpriseId: z.number().int().describe(\"ID of the parent enterprise\").nullable(),\n AllowChangePlan: z.boolean().describe(\"Whether the user may change site plan\").nullable(),\n IsEnterpriseSite: z.boolean().describe(\"If this site belongs to an enterprise\").nullable(),\n AllowUserManagement: z.boolean().describe(\"Whether the user may manage other users\").nullable(),\n SiteOwnerCustomerId: z.number().int().describe(\"Customer ID of the site owner\").nullable(),\n});\nconst GagelistGetAccountStatus_EnterpriseInfoSchema = z.object({\n Name: z.string().describe(\"Enterprise name\").nullable(),\n LogoUrl: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"URL to enterprise logo\").optional()),\n FooterText: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Footer text for enterprise\").optional()),\n});\nconst GagelistGetAccountStatus_DigitalSignatureSettingsSchema = z.object({\n AllowUnsign: z.boolean().describe(\"Whether users may unsign records\").nullable(),\n AllowAdminUnsign: z.boolean().describe(\"Whether admins may unsign records\").nullable(),\n SignatureStatement: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Statement shown on signature\").optional()),\n ShowBannerForSignedRecord: z.boolean().describe(\"Show a banner when viewing signed records\").nullable(),\n BannerContentForSignedRecord: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Custom banner text for signed records\").optional()),\n});\nconst GagelistGetAccountStatus_AccountStatusDataSchema = z.object({\n Roles: z.array(z.string()).describe(\"List of user roles\"),\n CanAdd: z.boolean().describe(\"Whether the user may add records\").nullable(),\n CanEdit: z.boolean().describe(\"Whether the user may edit records\").nullable(),\n MaxGages: z.number().int().describe(\"Maximum number of gages\").nullable(),\n MaxUsers: z.number().int().describe(\"Maximum allowed users\").nullable(),\n MaxRecords: z.number().int().describe(\"Maximum number of records\").nullable(),\n TotalGages: z.number().int().describe(\"Total gages in the system\").nullable(),\n ActiveGages: z.number().int().describe(\"Number of active gages\").nullable(),\n UpdatedDate: z.string().describe(\"Last update timestamp (ISO 8601)\").nullable(),\n AllowSigning: z.boolean().describe(\"If signing records is allowed\").nullable(),\n GagesPastDue: z.number().int().describe(\"Gages past due\").nullable(),\n TotalRecords: z.number().int().describe(\"Total records in the system\").nullable(),\n AllowBranding: z.boolean().describe(\"Whether custom branding is allowed\").nullable(),\n AssignedUsers: z.number().int().describe(\"Current number of assigned users\").nullable(),\n CurrentSiteId: z.number().int().describe(\"ID of the currently selected site\").nullable(),\n InactiveGages: z.number().int().describe(\"Number of inactive gages\").nullable(),\n MaxDatabaseMB: z.number().int().describe(\"Maximum database size in MB\").nullable(),\n RequestedSite: GagelistGetAccountStatus_AccessibleSiteSchema.nullable(),\n AllowUnsigning: z.boolean().describe(\"If unsigning records is allowed\").nullable(),\n EnterpriseInfo: GagelistGetAccountStatus_EnterpriseInfoSchema.nullable(),\n GagesDue30Days: z.number().int().describe(\"Gages due in the next 30 days\").nullable(),\n GagesDue60Days: z.number().int().describe(\"Gages due in the next 60 days\").nullable(),\n GagesDue90Days: z.number().int().describe(\"Gages due in the next 90 days\").nullable(),\n ScheduledGages: z.number().int().describe(\"Number of scheduled gages\").nullable(),\n UsedDatabaseMB: z.number().int().describe(\"Current database usage in MB\").nullable(),\n AccessibleSites: z.array(GagelistGetAccountStatus_AccessibleSiteSchema),\n AllowPrintLabel: z.boolean().describe(\"Whether printing labels is allowed\").nullable(),\n UnlimitedReader: z.boolean().describe(\"Whether unlimited read-only users are allowed\").nullable(),\n AllowAttachments: z.boolean().describe(\"Whether attachments are allowed\").nullable(),\n UnscheduledGages: z.number().int().describe(\"Number of unscheduled gages\").nullable(),\n AllowCustomFields: z.boolean().describe(\"Whether custom fields are allowed\").nullable(),\n GagesDueThisMonth: z.number().int().describe(\"Gages due this month\").nullable(),\n CanEditCalibration: z.boolean().describe(\"Whether the user may edit calibration records\").nullable(),\n MobileAppTrialDays: z.number().int().describe(\"Remaining trial days for mobile app\").nullable(),\n LocalizationFieldLabels: z.boolean().describe(\"Whether localization of labels is enabled\").nullable(),\n MobileAppFirstLoginDate: z.string().describe(\"First mobile app login date (ISO 8601)\").nullable(),\n DigitalSignatureSettings: GagelistGetAccountStatus_DigitalSignatureSettingsSchema.nullable(),\n DigitialSignatureEnabled: z.boolean().describe(\"If digital signatures are enabled\").nullable(),\n});\nexport const GagelistGetAccountStatusOutput = z.object({\n data: GagelistGetAccountStatus_AccountStatusDataSchema.nullable(),\n message: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Additional message from API\").optional()),\n success: z.boolean().describe(\"Indicates if the request succeeded\").nullable(),\n});\n\nexport const gagelistGetAccountStatus = action(\"GAGELIST_GET_ACCOUNT_STATUS\", {\n slug: \"gagelist-get-account-status\",\n name: \"Get account status\",\n description: \"Tool to retrieve account status. Use after authenticating with Gagelist.\",\n input: GagelistGetAccountStatusInput,\n output: GagelistGetAccountStatusOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"get-account-status.mjs","names":[],"sources":["../../src/actions/get-account-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAccountStatusInput = z.object({}).describe(\"Request model for GET_ACCOUNT_STATUS. No parameters required.\");\nconst GagelistGetAccountStatus_AccessibleSiteSchema = z.object({\n Guid: z.string().describe(\"Site GUID\").nullable(),\n Name: z.string().describe(\"Site name\").nullable(),\n LogoUrl: z.string().describe(\"URL to this site's logo\").nullable().optional(),\n EnterpriseId: z.number().int().describe(\"ID of the parent enterprise\").nullable(),\n AllowChangePlan: z.boolean().describe(\"Whether the user may change site plan\").nullable(),\n IsEnterpriseSite: z.boolean().describe(\"If this site belongs to an enterprise\").nullable(),\n AllowUserManagement: z.boolean().describe(\"Whether the user may manage other users\").nullable(),\n SiteOwnerCustomerId: z.number().int().describe(\"Customer ID of the site owner\").nullable(),\n}).passthrough();\nconst GagelistGetAccountStatus_EnterpriseInfoSchema = z.object({\n Name: z.string().describe(\"Enterprise name\").nullable(),\n LogoUrl: z.string().describe(\"URL to enterprise logo\").nullable().optional(),\n FooterText: z.string().describe(\"Footer text for enterprise\").nullable().optional(),\n}).passthrough();\nconst GagelistGetAccountStatus_DigitalSignatureSettingsSchema = z.object({\n AllowUnsign: z.boolean().describe(\"Whether users may unsign records\").nullable(),\n AllowAdminUnsign: z.boolean().describe(\"Whether admins may unsign records\").nullable(),\n SignatureStatement: z.string().describe(\"Statement shown on signature\").nullable().optional(),\n ShowBannerForSignedRecord: z.boolean().describe(\"Show a banner when viewing signed records\").nullable(),\n BannerContentForSignedRecord: z.string().describe(\"Custom banner text for signed records\").nullable().optional(),\n}).passthrough();\nconst GagelistGetAccountStatus_AccountStatusDataSchema = z.object({\n Roles: z.array(z.string()).describe(\"List of user roles\"),\n CanAdd: z.boolean().describe(\"Whether the user may add records\").nullable(),\n CanEdit: z.boolean().describe(\"Whether the user may edit records\").nullable(),\n MaxGages: z.number().int().describe(\"Maximum number of gages\").nullable(),\n MaxUsers: z.number().int().describe(\"Maximum allowed users\").nullable(),\n MaxRecords: z.number().int().describe(\"Maximum number of records\").nullable(),\n TotalGages: z.number().int().describe(\"Total gages in the system\").nullable(),\n ActiveGages: z.number().int().describe(\"Number of active gages\").nullable(),\n UpdatedDate: z.string().describe(\"Last update timestamp (ISO 8601)\").nullable(),\n AllowSigning: z.boolean().describe(\"If signing records is allowed\").nullable(),\n GagesPastDue: z.number().int().describe(\"Gages past due\").nullable(),\n TotalRecords: z.number().int().describe(\"Total records in the system\").nullable(),\n AllowBranding: z.boolean().describe(\"Whether custom branding is allowed\").nullable(),\n AssignedUsers: z.number().int().describe(\"Current number of assigned users\").nullable(),\n CurrentSiteId: z.number().int().describe(\"ID of the currently selected site\").nullable(),\n InactiveGages: z.number().int().describe(\"Number of inactive gages\").nullable(),\n MaxDatabaseMB: z.number().int().describe(\"Maximum database size in MB\").nullable(),\n RequestedSite: GagelistGetAccountStatus_AccessibleSiteSchema.nullable(),\n AllowUnsigning: z.boolean().describe(\"If unsigning records is allowed\").nullable(),\n EnterpriseInfo: GagelistGetAccountStatus_EnterpriseInfoSchema.nullable(),\n GagesDue30Days: z.number().int().describe(\"Gages due in the next 30 days\").nullable(),\n GagesDue60Days: z.number().int().describe(\"Gages due in the next 60 days\").nullable(),\n GagesDue90Days: z.number().int().describe(\"Gages due in the next 90 days\").nullable(),\n ScheduledGages: z.number().int().describe(\"Number of scheduled gages\").nullable(),\n UsedDatabaseMB: z.number().int().describe(\"Current database usage in MB\").nullable(),\n AccessibleSites: z.array(GagelistGetAccountStatus_AccessibleSiteSchema),\n AllowPrintLabel: z.boolean().describe(\"Whether printing labels is allowed\").nullable(),\n UnlimitedReader: z.boolean().describe(\"Whether unlimited read-only users are allowed\").nullable(),\n AllowAttachments: z.boolean().describe(\"Whether attachments are allowed\").nullable(),\n UnscheduledGages: z.number().int().describe(\"Number of unscheduled gages\").nullable(),\n AllowCustomFields: z.boolean().describe(\"Whether custom fields are allowed\").nullable(),\n GagesDueThisMonth: z.number().int().describe(\"Gages due this month\").nullable(),\n CanEditCalibration: z.boolean().describe(\"Whether the user may edit calibration records\").nullable(),\n MobileAppTrialDays: z.number().int().describe(\"Remaining trial days for mobile app\").nullable(),\n LocalizationFieldLabels: z.boolean().describe(\"Whether localization of labels is enabled\").nullable(),\n MobileAppFirstLoginDate: z.string().describe(\"First mobile app login date (ISO 8601)\").nullable(),\n DigitalSignatureSettings: GagelistGetAccountStatus_DigitalSignatureSettingsSchema.nullable(),\n DigitialSignatureEnabled: z.boolean().describe(\"If digital signatures are enabled\").nullable(),\n}).passthrough();\nexport const GagelistGetAccountStatusOutput = z.object({\n data: GagelistGetAccountStatus_AccountStatusDataSchema.nullable(),\n message: z.string().describe(\"Additional message from API\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the request succeeded\").nullable(),\n}).passthrough();\n\nexport const gagelistGetAccountStatus = action(\"GAGELIST_GET_ACCOUNT_STATUS\", {\n slug: \"gagelist-get-account-status\",\n name: \"Get account status\",\n description: \"Tool to retrieve account status. Use after authenticating with Gagelist.\",\n input: GagelistGetAccountStatusInput,\n output: GagelistGetAccountStatusOutput,\n});\n"],"mappings":"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"}
@@ -6,78 +6,78 @@ const GagelistGetAllCalibrationRecordsInput = zod.z.object({
6
6
  record_number: zod.z.number().int().describe("Number of records to return per page")
7
7
  });
8
8
  const GagelistGetAllCalibrationRecords_CalibrationRecordSchema = zod.z.object({
9
- Id: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Unique calibration record ID").optional()),
10
- Area: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Operational area").optional()),
11
- Days: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Interval days component").optional()),
12
- Type: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Type of equipment").optional()),
13
- Model: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Equipment model").optional()),
14
- Years: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Interval years component").optional()),
15
- Months: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Interval months component").optional()),
16
- AssetNo: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Asset number").optional()),
17
- Website: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Manufacturer's website").optional()),
18
- DaysLate: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Days past due calibration").optional()),
19
- Interval: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Calibration interval description").optional()),
20
- Location: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Location of calibration").optional()),
21
- TestCost: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Cost of test").optional()),
22
- TestTime: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Duration of test").optional()),
23
- CreatedBy: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("User who created this record").optional()),
24
- IsDeleted: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.boolean().describe("Flag indicating deletion status").optional()),
25
- Tolerance: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Tolerance").optional()),
26
- UpdatedBy: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("User who last updated this record").optional()),
27
- NISTNumber: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("NIST standard reference").optional()),
28
- CreatedDate: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Creation timestamp (ISO 8601)").optional()),
29
- DateAquired: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Acquisition date (ISO 8601)").optional()),
30
- RangeOrSize: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Measurement range or size").optional()),
31
- Uncertainty: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Measurement uncertainty").optional()),
32
- UpdatedDate: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Last update timestamp (ISO 8601)").optional()),
33
- Manufacturer: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Equipment manufacturer").optional()),
34
- RecordNumber: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Record number").optional()),
35
- SerialNumber: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Equipment serial number").optional()),
36
- ControlNumber: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Control number").optional()),
37
- RefStandardID: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Reference standard ID").optional()),
38
- UnitOfMeasure: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Unit of measure").optional()),
39
- ActionRequired: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Actions required post-calibration").optional()),
40
- DateCalibrated: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Date calibrated (ISO 8601)").optional()),
41
- EquipmentRefId: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Equipment reference ID").optional()),
42
- MasterStandard: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Master standard used").optional()),
43
- SourceOrVendor: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Source or vendor").optional()),
44
- CalibrationDate: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Calibration date (ISO 8601)").optional()),
45
- CalibrationTest: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Test performed during calibration").optional()),
46
- EquipmentAsLeft: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Condition of equipment as left").optional()),
47
- ProductRecalled: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("If product was recalled").optional()),
48
- RepairsRequired: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Repairs required").optional()),
49
- ResponsibleUser: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("User responsible for calibration").optional()),
50
- ConditionAquired: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Condition when acquired").optional()),
51
- DescribedRepairs: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Description of any repairs").optional()),
52
- EquipmentAsFound: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Condition of equipment as found").optional()),
53
- ToleranceComment: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Comments on tolerance").optional()),
54
- TypesMeasurement: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Types of measurements").optional()),
55
- ConditionReceived: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Condition when equipment was received").optional()),
56
- AdditionalComments: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Extra comments").optional()),
57
- CalibrationDateStr: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Calibration date as string").optional()),
58
- CalibrationDueDate: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Next due calibration date (ISO 8601)").optional()),
59
- FitIntendedPurpose: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Fit for the intended purpose").optional()),
60
- NextCalibrationDue: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Next calibration due (ISO 8601)").optional()),
61
- TestEquipmentFalls: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Test equipment falls").optional()),
62
- ToleranceCondition: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Condition relative to tolerance").optional()),
63
- AdjustmentsRequired: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Adjustments required").optional()),
64
- AppropriateNotified: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Who was notified").optional()),
65
- CalibrationTestMode: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Mode of calibration test").optional()),
66
- LastCalibrationDate: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Last calibration date (ISO 8601)").optional()),
67
- CalibrationEnvironment: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Environment during calibration").optional()),
68
- CalibrationTechinician: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Technician who performed calibration").optional()),
69
- CalibrationInstructions: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Instructions for calibration").optional()),
70
- ExernalCalibrationRecord: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("External record reference").optional()),
71
- TestEquipmentAvailability: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Availability of test equipment").optional()),
72
- TestEquipmentFallsAsFound: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Equipment falls as found").optional())
73
- }).describe("Calibration record object as returned by GageList API.");
9
+ Id: zod.z.number().int().describe("Unique calibration record ID").nullable().optional(),
10
+ Area: zod.z.string().describe("Operational area").nullable().optional(),
11
+ Days: zod.z.number().int().describe("Interval days component").nullable().optional(),
12
+ Type: zod.z.string().describe("Type of equipment").nullable().optional(),
13
+ Model: zod.z.string().describe("Equipment model").nullable().optional(),
14
+ Years: zod.z.number().int().describe("Interval years component").nullable().optional(),
15
+ Months: zod.z.number().int().describe("Interval months component").nullable().optional(),
16
+ AssetNo: zod.z.string().describe("Asset number").nullable().optional(),
17
+ Website: zod.z.string().describe("Manufacturer's website").nullable().optional(),
18
+ DaysLate: zod.z.number().int().describe("Days past due calibration").nullable().optional(),
19
+ Interval: zod.z.string().describe("Calibration interval description").nullable().optional(),
20
+ Location: zod.z.string().describe("Location of calibration").nullable().optional(),
21
+ TestCost: zod.z.string().describe("Cost of test").nullable().optional(),
22
+ TestTime: zod.z.string().describe("Duration of test").nullable().optional(),
23
+ CreatedBy: zod.z.string().describe("User who created this record").nullable().optional(),
24
+ IsDeleted: zod.z.boolean().describe("Flag indicating deletion status").nullable().optional(),
25
+ Tolerance: zod.z.string().describe("Tolerance").nullable().optional(),
26
+ UpdatedBy: zod.z.string().describe("User who last updated this record").nullable().optional(),
27
+ NISTNumber: zod.z.string().describe("NIST standard reference").nullable().optional(),
28
+ CreatedDate: zod.z.string().describe("Creation timestamp (ISO 8601)").nullable().optional(),
29
+ DateAquired: zod.z.string().describe("Acquisition date (ISO 8601)").nullable().optional(),
30
+ RangeOrSize: zod.z.string().describe("Measurement range or size").nullable().optional(),
31
+ Uncertainty: zod.z.string().describe("Measurement uncertainty").nullable().optional(),
32
+ UpdatedDate: zod.z.string().describe("Last update timestamp (ISO 8601)").nullable().optional(),
33
+ Manufacturer: zod.z.string().describe("Equipment manufacturer").nullable().optional(),
34
+ RecordNumber: zod.z.string().describe("Record number").nullable().optional(),
35
+ SerialNumber: zod.z.string().describe("Equipment serial number").nullable().optional(),
36
+ ControlNumber: zod.z.string().describe("Control number").nullable().optional(),
37
+ RefStandardID: zod.z.string().describe("Reference standard ID").nullable().optional(),
38
+ UnitOfMeasure: zod.z.string().describe("Unit of measure").nullable().optional(),
39
+ ActionRequired: zod.z.string().describe("Actions required post-calibration").nullable().optional(),
40
+ DateCalibrated: zod.z.string().describe("Date calibrated (ISO 8601)").nullable().optional(),
41
+ EquipmentRefId: zod.z.number().int().describe("Equipment reference ID").nullable().optional(),
42
+ MasterStandard: zod.z.string().describe("Master standard used").nullable().optional(),
43
+ SourceOrVendor: zod.z.string().describe("Source or vendor").nullable().optional(),
44
+ CalibrationDate: zod.z.string().describe("Calibration date (ISO 8601)").nullable().optional(),
45
+ CalibrationTest: zod.z.string().describe("Test performed during calibration").nullable().optional(),
46
+ EquipmentAsLeft: zod.z.string().describe("Condition of equipment as left").nullable().optional(),
47
+ ProductRecalled: zod.z.string().describe("If product was recalled").nullable().optional(),
48
+ RepairsRequired: zod.z.string().describe("Repairs required").nullable().optional(),
49
+ ResponsibleUser: zod.z.string().describe("User responsible for calibration").nullable().optional(),
50
+ ConditionAquired: zod.z.string().describe("Condition when acquired").nullable().optional(),
51
+ DescribedRepairs: zod.z.string().describe("Description of any repairs").nullable().optional(),
52
+ EquipmentAsFound: zod.z.string().describe("Condition of equipment as found").nullable().optional(),
53
+ ToleranceComment: zod.z.string().describe("Comments on tolerance").nullable().optional(),
54
+ TypesMeasurement: zod.z.string().describe("Types of measurements").nullable().optional(),
55
+ ConditionReceived: zod.z.string().describe("Condition when equipment was received").nullable().optional(),
56
+ AdditionalComments: zod.z.string().describe("Extra comments").nullable().optional(),
57
+ CalibrationDateStr: zod.z.string().describe("Calibration date as string").nullable().optional(),
58
+ CalibrationDueDate: zod.z.string().describe("Next due calibration date (ISO 8601)").nullable().optional(),
59
+ FitIntendedPurpose: zod.z.string().describe("Fit for the intended purpose").nullable().optional(),
60
+ NextCalibrationDue: zod.z.string().describe("Next calibration due (ISO 8601)").nullable().optional(),
61
+ TestEquipmentFalls: zod.z.string().describe("Test equipment falls").nullable().optional(),
62
+ ToleranceCondition: zod.z.string().describe("Condition relative to tolerance").nullable().optional(),
63
+ AdjustmentsRequired: zod.z.string().describe("Adjustments required").nullable().optional(),
64
+ AppropriateNotified: zod.z.string().describe("Who was notified").nullable().optional(),
65
+ CalibrationTestMode: zod.z.string().describe("Mode of calibration test").nullable().optional(),
66
+ LastCalibrationDate: zod.z.string().describe("Last calibration date (ISO 8601)").nullable().optional(),
67
+ CalibrationEnvironment: zod.z.string().describe("Environment during calibration").nullable().optional(),
68
+ CalibrationTechinician: zod.z.string().describe("Technician who performed calibration").nullable().optional(),
69
+ CalibrationInstructions: zod.z.string().describe("Instructions for calibration").nullable().optional(),
70
+ ExernalCalibrationRecord: zod.z.string().describe("External record reference").nullable().optional(),
71
+ TestEquipmentAvailability: zod.z.string().describe("Availability of test equipment").nullable().optional(),
72
+ TestEquipmentFallsAsFound: zod.z.string().describe("Equipment falls as found").nullable().optional()
73
+ }).passthrough().describe("Calibration record object as returned by GageList API.");
74
74
  const GagelistGetAllCalibrationRecordsOutput = zod.z.object({
75
- data: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.array(GagelistGetAllCalibrationRecords_CalibrationRecordSchema).describe("Array of calibration record objects").optional()),
76
- count: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Number of records returned in this page").optional()),
77
- total: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Total number of matching records").optional()),
78
- message: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Optional informational or error message").optional()),
79
- success: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.boolean().describe("Indicates if the operation was successful").optional())
80
- });
75
+ data: zod.z.array(GagelistGetAllCalibrationRecords_CalibrationRecordSchema).describe("Array of calibration record objects").nullable().optional(),
76
+ count: zod.z.number().int().describe("Number of records returned in this page").nullable().optional(),
77
+ total: zod.z.number().int().describe("Total number of matching records").nullable().optional(),
78
+ message: zod.z.string().describe("Optional informational or error message").nullable().optional(),
79
+ success: zod.z.boolean().describe("Indicates if the operation was successful").nullable().optional()
80
+ }).passthrough();
81
81
  const gagelistGetAllCalibrationRecords = require_action.action("GAGELIST_GET_ALL_CALIBRATION_RECORDS", {
82
82
  slug: "gagelist-get-all-calibration-records",
83
83
  name: "Get all calibration records",
@@ -1 +1 @@
1
- {"version":3,"file":"get-all-calibration-records.cjs","names":["z","action"],"sources":["../../src/actions/get-all-calibration-records.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAllCalibrationRecordsInput = z.object({\n start: z.number().int().describe(\"Zero-based index of the first record to return\"),\n record_number: z.number().int().describe(\"Number of records to return per page\"),\n});\nconst GagelistGetAllCalibrationRecords_CalibrationRecordSchema = z.object({\n Id: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Unique calibration record ID\").optional()),\n Area: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Operational area\").optional()),\n Days: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Interval days component\").optional()),\n Type: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Type of equipment\").optional()),\n Model: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Equipment model\").optional()),\n Years: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Interval years component\").optional()),\n Months: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Interval months component\").optional()),\n AssetNo: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Asset number\").optional()),\n Website: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Manufacturer's website\").optional()),\n DaysLate: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Days past due calibration\").optional()),\n Interval: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Calibration interval description\").optional()),\n Location: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Location of calibration\").optional()),\n TestCost: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Cost of test\").optional()),\n TestTime: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Duration of test\").optional()),\n CreatedBy: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"User who created this record\").optional()),\n IsDeleted: z.preprocess((value) => (value === null ? undefined : value), z.boolean().describe(\"Flag indicating deletion status\").optional()),\n Tolerance: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Tolerance\").optional()),\n UpdatedBy: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"User who last updated this record\").optional()),\n NISTNumber: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"NIST standard reference\").optional()),\n CreatedDate: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Creation timestamp (ISO 8601)\").optional()),\n DateAquired: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Acquisition date (ISO 8601)\").optional()),\n RangeOrSize: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Measurement range or size\").optional()),\n Uncertainty: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Measurement uncertainty\").optional()),\n UpdatedDate: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Last update timestamp (ISO 8601)\").optional()),\n Manufacturer: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Equipment manufacturer\").optional()),\n RecordNumber: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Record number\").optional()),\n SerialNumber: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Equipment serial number\").optional()),\n ControlNumber: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Control number\").optional()),\n RefStandardID: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Reference standard ID\").optional()),\n UnitOfMeasure: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Unit of measure\").optional()),\n ActionRequired: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Actions required post-calibration\").optional()),\n DateCalibrated: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Date calibrated (ISO 8601)\").optional()),\n EquipmentRefId: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Equipment reference ID\").optional()),\n MasterStandard: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Master standard used\").optional()),\n SourceOrVendor: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Source or vendor\").optional()),\n CalibrationDate: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Calibration date (ISO 8601)\").optional()),\n CalibrationTest: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Test performed during calibration\").optional()),\n EquipmentAsLeft: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Condition of equipment as left\").optional()),\n ProductRecalled: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"If product was recalled\").optional()),\n RepairsRequired: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Repairs required\").optional()),\n ResponsibleUser: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"User responsible for calibration\").optional()),\n ConditionAquired: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Condition when acquired\").optional()),\n DescribedRepairs: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Description of any repairs\").optional()),\n EquipmentAsFound: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Condition of equipment as found\").optional()),\n ToleranceComment: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Comments on tolerance\").optional()),\n TypesMeasurement: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Types of measurements\").optional()),\n ConditionReceived: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Condition when equipment was received\").optional()),\n AdditionalComments: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Extra comments\").optional()),\n CalibrationDateStr: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Calibration date as string\").optional()),\n CalibrationDueDate: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Next due calibration date (ISO 8601)\").optional()),\n FitIntendedPurpose: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Fit for the intended purpose\").optional()),\n NextCalibrationDue: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Next calibration due (ISO 8601)\").optional()),\n TestEquipmentFalls: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Test equipment falls\").optional()),\n ToleranceCondition: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Condition relative to tolerance\").optional()),\n AdjustmentsRequired: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Adjustments required\").optional()),\n AppropriateNotified: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Who was notified\").optional()),\n CalibrationTestMode: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Mode of calibration test\").optional()),\n LastCalibrationDate: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Last calibration date (ISO 8601)\").optional()),\n CalibrationEnvironment: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Environment during calibration\").optional()),\n CalibrationTechinician: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Technician who performed calibration\").optional()),\n CalibrationInstructions: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Instructions for calibration\").optional()),\n ExernalCalibrationRecord: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"External record reference\").optional()),\n TestEquipmentAvailability: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Availability of test equipment\").optional()),\n TestEquipmentFallsAsFound: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Equipment falls as found\").optional()),\n}).describe(\"Calibration record object as returned by GageList API.\");\nexport const GagelistGetAllCalibrationRecordsOutput = z.object({\n data: z.preprocess((value) => (value === null ? undefined : value), z.array(GagelistGetAllCalibrationRecords_CalibrationRecordSchema).describe(\"Array of calibration record objects\").optional()),\n count: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Number of records returned in this page\").optional()),\n total: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Total number of matching records\").optional()),\n message: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Optional informational or error message\").optional()),\n success: z.preprocess((value) => (value === null ? undefined : value), z.boolean().describe(\"Indicates if the operation was successful\").optional()),\n});\n\nexport const gagelistGetAllCalibrationRecords = action(\"GAGELIST_GET_ALL_CALIBRATION_RECORDS\", {\n slug: \"gagelist-get-all-calibration-records\",\n name: \"Get all calibration records\",\n description: \"Tool to retrieve a paginated list of calibration records. Use after obtaining a valid access token.\",\n input: GagelistGetAllCalibrationRecordsInput,\n output: GagelistGetAllCalibrationRecordsOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"get-all-calibration-records.cjs","names":["z","action"],"sources":["../../src/actions/get-all-calibration-records.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const GagelistGetAllCalibrationRecordsInput = z.object({\n start: z.number().int().describe(\"Zero-based index of the first record to return\"),\n record_number: z.number().int().describe(\"Number of records to return per page\"),\n});\nconst GagelistGetAllCalibrationRecords_CalibrationRecordSchema = z.object({\n Id: z.number().int().describe(\"Unique calibration record ID\").nullable().optional(),\n Area: z.string().describe(\"Operational area\").nullable().optional(),\n Days: z.number().int().describe(\"Interval days component\").nullable().optional(),\n Type: z.string().describe(\"Type of equipment\").nullable().optional(),\n Model: z.string().describe(\"Equipment model\").nullable().optional(),\n Years: z.number().int().describe(\"Interval years component\").nullable().optional(),\n Months: z.number().int().describe(\"Interval months component\").nullable().optional(),\n AssetNo: z.string().describe(\"Asset number\").nullable().optional(),\n Website: z.string().describe(\"Manufacturer's website\").nullable().optional(),\n DaysLate: z.number().int().describe(\"Days past due calibration\").nullable().optional(),\n Interval: z.string().describe(\"Calibration interval description\").nullable().optional(),\n Location: z.string().describe(\"Location of calibration\").nullable().optional(),\n TestCost: z.string().describe(\"Cost of test\").nullable().optional(),\n TestTime: z.string().describe(\"Duration of test\").nullable().optional(),\n CreatedBy: z.string().describe(\"User who created this record\").nullable().optional(),\n IsDeleted: z.boolean().describe(\"Flag indicating deletion status\").nullable().optional(),\n Tolerance: z.string().describe(\"Tolerance\").nullable().optional(),\n UpdatedBy: z.string().describe(\"User who last updated this record\").nullable().optional(),\n NISTNumber: z.string().describe(\"NIST standard reference\").nullable().optional(),\n CreatedDate: z.string().describe(\"Creation timestamp (ISO 8601)\").nullable().optional(),\n DateAquired: z.string().describe(\"Acquisition date (ISO 8601)\").nullable().optional(),\n RangeOrSize: z.string().describe(\"Measurement range or size\").nullable().optional(),\n Uncertainty: z.string().describe(\"Measurement uncertainty\").nullable().optional(),\n UpdatedDate: z.string().describe(\"Last update timestamp (ISO 8601)\").nullable().optional(),\n Manufacturer: z.string().describe(\"Equipment manufacturer\").nullable().optional(),\n RecordNumber: z.string().describe(\"Record number\").nullable().optional(),\n SerialNumber: z.string().describe(\"Equipment serial number\").nullable().optional(),\n ControlNumber: z.string().describe(\"Control number\").nullable().optional(),\n RefStandardID: z.string().describe(\"Reference standard ID\").nullable().optional(),\n UnitOfMeasure: z.string().describe(\"Unit of measure\").nullable().optional(),\n ActionRequired: z.string().describe(\"Actions required post-calibration\").nullable().optional(),\n DateCalibrated: z.string().describe(\"Date calibrated (ISO 8601)\").nullable().optional(),\n EquipmentRefId: z.number().int().describe(\"Equipment reference ID\").nullable().optional(),\n MasterStandard: z.string().describe(\"Master standard used\").nullable().optional(),\n SourceOrVendor: z.string().describe(\"Source or vendor\").nullable().optional(),\n CalibrationDate: z.string().describe(\"Calibration date (ISO 8601)\").nullable().optional(),\n CalibrationTest: z.string().describe(\"Test performed during calibration\").nullable().optional(),\n EquipmentAsLeft: z.string().describe(\"Condition of equipment as left\").nullable().optional(),\n ProductRecalled: z.string().describe(\"If product was recalled\").nullable().optional(),\n RepairsRequired: z.string().describe(\"Repairs required\").nullable().optional(),\n ResponsibleUser: z.string().describe(\"User responsible for calibration\").nullable().optional(),\n ConditionAquired: z.string().describe(\"Condition when acquired\").nullable().optional(),\n DescribedRepairs: z.string().describe(\"Description of any repairs\").nullable().optional(),\n EquipmentAsFound: z.string().describe(\"Condition of equipment as found\").nullable().optional(),\n ToleranceComment: z.string().describe(\"Comments on tolerance\").nullable().optional(),\n TypesMeasurement: z.string().describe(\"Types of measurements\").nullable().optional(),\n ConditionReceived: z.string().describe(\"Condition when equipment was received\").nullable().optional(),\n AdditionalComments: z.string().describe(\"Extra comments\").nullable().optional(),\n CalibrationDateStr: z.string().describe(\"Calibration date as string\").nullable().optional(),\n CalibrationDueDate: z.string().describe(\"Next due calibration date (ISO 8601)\").nullable().optional(),\n FitIntendedPurpose: z.string().describe(\"Fit for the intended purpose\").nullable().optional(),\n NextCalibrationDue: z.string().describe(\"Next calibration due (ISO 8601)\").nullable().optional(),\n TestEquipmentFalls: z.string().describe(\"Test equipment falls\").nullable().optional(),\n ToleranceCondition: z.string().describe(\"Condition relative to tolerance\").nullable().optional(),\n AdjustmentsRequired: z.string().describe(\"Adjustments required\").nullable().optional(),\n AppropriateNotified: z.string().describe(\"Who was notified\").nullable().optional(),\n CalibrationTestMode: z.string().describe(\"Mode of calibration test\").nullable().optional(),\n LastCalibrationDate: z.string().describe(\"Last calibration date (ISO 8601)\").nullable().optional(),\n CalibrationEnvironment: z.string().describe(\"Environment during calibration\").nullable().optional(),\n CalibrationTechinician: z.string().describe(\"Technician who performed calibration\").nullable().optional(),\n CalibrationInstructions: z.string().describe(\"Instructions for calibration\").nullable().optional(),\n ExernalCalibrationRecord: z.string().describe(\"External record reference\").nullable().optional(),\n TestEquipmentAvailability: z.string().describe(\"Availability of test equipment\").nullable().optional(),\n TestEquipmentFallsAsFound: z.string().describe(\"Equipment falls as found\").nullable().optional(),\n}).passthrough().describe(\"Calibration record object as returned by GageList API.\");\nexport const GagelistGetAllCalibrationRecordsOutput = z.object({\n data: z.array(GagelistGetAllCalibrationRecords_CalibrationRecordSchema).describe(\"Array of calibration record objects\").nullable().optional(),\n count: z.number().int().describe(\"Number of records returned in this page\").nullable().optional(),\n total: z.number().int().describe(\"Total number of matching records\").nullable().optional(),\n message: z.string().describe(\"Optional informational or error message\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the operation was successful\").nullable().optional(),\n}).passthrough();\n\nexport const gagelistGetAllCalibrationRecords = action(\"GAGELIST_GET_ALL_CALIBRATION_RECORDS\", {\n slug: \"gagelist-get-all-calibration-records\",\n name: \"Get all calibration records\",\n description: \"Tool to retrieve a paginated list of calibration records. Use after obtaining a valid access token.\",\n input: GagelistGetAllCalibrationRecordsInput,\n output: GagelistGetAllCalibrationRecordsOutput,\n});\n"],"mappings":"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"}