@keystrokehq/gagelist 0.1.0 → 0.1.1
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.
- package/README.md +1 -1
- package/dist/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/add-calibration-record.cjs +3 -3
- package/dist/actions/add-calibration-record.cjs.map +1 -1
- package/dist/actions/add-calibration-record.d.cts +187 -3
- package/dist/actions/add-calibration-record.d.cts.map +1 -1
- package/dist/actions/add-calibration-record.d.mts +187 -3
- package/dist/actions/add-calibration-record.d.mts.map +1 -1
- package/dist/actions/add-calibration-record.mjs +3 -3
- package/dist/actions/add-calibration-record.mjs.map +1 -1
- package/dist/actions/add-gage-record.cjs +3 -3
- package/dist/actions/add-gage-record.cjs.map +1 -1
- package/dist/actions/add-gage-record.d.cts +119 -3
- package/dist/actions/add-gage-record.d.cts.map +1 -1
- package/dist/actions/add-gage-record.d.mts +119 -3
- package/dist/actions/add-gage-record.d.mts.map +1 -1
- package/dist/actions/add-gage-record.mjs +3 -3
- package/dist/actions/add-gage-record.mjs.map +1 -1
- package/dist/actions/add-manufacturer.cjs +3 -3
- package/dist/actions/add-manufacturer.cjs.map +1 -1
- package/dist/actions/add-manufacturer.d.cts +25 -3
- package/dist/actions/add-manufacturer.d.cts.map +1 -1
- package/dist/actions/add-manufacturer.d.mts +25 -3
- package/dist/actions/add-manufacturer.d.mts.map +1 -1
- package/dist/actions/add-manufacturer.mjs +3 -3
- package/dist/actions/add-manufacturer.mjs.map +1 -1
- package/dist/actions/authenticate-with-gagelist.cjs +9 -9
- package/dist/actions/authenticate-with-gagelist.cjs.map +1 -1
- package/dist/actions/authenticate-with-gagelist.d.cts +29 -3
- package/dist/actions/authenticate-with-gagelist.d.cts.map +1 -1
- package/dist/actions/authenticate-with-gagelist.d.mts +29 -3
- package/dist/actions/authenticate-with-gagelist.d.mts.map +1 -1
- package/dist/actions/authenticate-with-gagelist.mjs +9 -9
- package/dist/actions/authenticate-with-gagelist.mjs.map +1 -1
- package/dist/actions/delete-calibration-record.cjs +3 -3
- package/dist/actions/delete-calibration-record.cjs.map +1 -1
- package/dist/actions/delete-calibration-record.d.cts +15 -3
- package/dist/actions/delete-calibration-record.d.cts.map +1 -1
- package/dist/actions/delete-calibration-record.d.mts +15 -3
- package/dist/actions/delete-calibration-record.d.mts.map +1 -1
- package/dist/actions/delete-calibration-record.mjs +3 -3
- package/dist/actions/delete-calibration-record.mjs.map +1 -1
- package/dist/actions/delete-gage-record.cjs +3 -3
- package/dist/actions/delete-gage-record.cjs.map +1 -1
- package/dist/actions/delete-gage-record.d.cts +15 -3
- package/dist/actions/delete-gage-record.d.cts.map +1 -1
- package/dist/actions/delete-gage-record.d.mts +15 -3
- package/dist/actions/delete-gage-record.d.mts.map +1 -1
- package/dist/actions/delete-gage-record.mjs +3 -3
- package/dist/actions/delete-gage-record.mjs.map +1 -1
- package/dist/actions/delete-manufacturer.cjs +3 -3
- package/dist/actions/delete-manufacturer.cjs.map +1 -1
- package/dist/actions/delete-manufacturer.d.cts +15 -3
- package/dist/actions/delete-manufacturer.d.cts.map +1 -1
- package/dist/actions/delete-manufacturer.d.mts +15 -3
- package/dist/actions/delete-manufacturer.d.mts.map +1 -1
- package/dist/actions/delete-manufacturer.mjs +3 -3
- package/dist/actions/delete-manufacturer.mjs.map +1 -1
- package/dist/actions/generate-calibration-certificate.cjs +3 -3
- package/dist/actions/generate-calibration-certificate.cjs.map +1 -1
- package/dist/actions/generate-calibration-certificate.d.cts +19 -3
- package/dist/actions/generate-calibration-certificate.d.cts.map +1 -1
- package/dist/actions/generate-calibration-certificate.d.mts +19 -3
- package/dist/actions/generate-calibration-certificate.d.mts.map +1 -1
- package/dist/actions/generate-calibration-certificate.mjs +3 -3
- package/dist/actions/generate-calibration-certificate.mjs.map +1 -1
- package/dist/actions/get-account-settings.cjs +16 -16
- package/dist/actions/get-account-settings.cjs.map +1 -1
- package/dist/actions/get-account-settings.d.cts +75 -3
- package/dist/actions/get-account-settings.d.cts.map +1 -1
- package/dist/actions/get-account-settings.d.mts +75 -3
- package/dist/actions/get-account-settings.d.mts.map +1 -1
- package/dist/actions/get-account-settings.mjs +16 -16
- package/dist/actions/get-account-settings.mjs.map +1 -1
- package/dist/actions/get-account-status.cjs +51 -51
- package/dist/actions/get-account-status.cjs.map +1 -1
- package/dist/actions/get-account-status.d.cts +145 -3
- package/dist/actions/get-account-status.d.cts.map +1 -1
- package/dist/actions/get-account-status.d.mts +145 -3
- package/dist/actions/get-account-status.d.mts.map +1 -1
- package/dist/actions/get-account-status.mjs +51 -51
- package/dist/actions/get-account-status.mjs.map +1 -1
- package/dist/actions/get-all-calibration-records.cjs +69 -69
- package/dist/actions/get-all-calibration-records.cjs.map +1 -1
- package/dist/actions/get-all-calibration-records.d.cts +151 -3
- package/dist/actions/get-all-calibration-records.d.cts.map +1 -1
- package/dist/actions/get-all-calibration-records.d.mts +151 -3
- package/dist/actions/get-all-calibration-records.d.mts.map +1 -1
- package/dist/actions/get-all-calibration-records.mjs +69 -69
- package/dist/actions/get-all-calibration-records.mjs.map +1 -1
- package/dist/actions/get-all-gage-records.cjs +48 -48
- package/dist/actions/get-all-gage-records.cjs.map +1 -1
- package/dist/actions/get-all-gage-records.d.cts +109 -3
- package/dist/actions/get-all-gage-records.d.cts.map +1 -1
- package/dist/actions/get-all-gage-records.d.mts +109 -3
- package/dist/actions/get-all-gage-records.d.mts.map +1 -1
- package/dist/actions/get-all-gage-records.mjs +48 -48
- package/dist/actions/get-all-gage-records.mjs.map +1 -1
- package/dist/actions/get-all-manufacturers.cjs +12 -12
- package/dist/actions/get-all-manufacturers.cjs.map +1 -1
- package/dist/actions/get-all-manufacturers.d.cts +33 -3
- package/dist/actions/get-all-manufacturers.d.cts.map +1 -1
- package/dist/actions/get-all-manufacturers.d.mts +33 -3
- package/dist/actions/get-all-manufacturers.d.mts.map +1 -1
- package/dist/actions/get-all-manufacturers.mjs +12 -12
- package/dist/actions/get-all-manufacturers.mjs.map +1 -1
- package/dist/actions/get-attachment.cjs +3 -3
- package/dist/actions/get-attachment.cjs.map +1 -1
- package/dist/actions/get-attachment.d.cts +19 -3
- package/dist/actions/get-attachment.d.cts.map +1 -1
- package/dist/actions/get-attachment.d.mts +19 -3
- package/dist/actions/get-attachment.d.mts.map +1 -1
- package/dist/actions/get-attachment.mjs +3 -3
- package/dist/actions/get-attachment.mjs.map +1 -1
- package/dist/actions/get-custom-fields.cjs +21 -21
- package/dist/actions/get-custom-fields.cjs.map +1 -1
- package/dist/actions/get-custom-fields.d.cts +51 -3
- package/dist/actions/get-custom-fields.d.cts.map +1 -1
- package/dist/actions/get-custom-fields.d.mts +51 -3
- package/dist/actions/get-custom-fields.d.mts.map +1 -1
- package/dist/actions/get-custom-fields.mjs +21 -21
- package/dist/actions/get-custom-fields.mjs.map +1 -1
- package/dist/actions/get-single-calibration-record.cjs +88 -88
- package/dist/actions/get-single-calibration-record.cjs.map +1 -1
- package/dist/actions/get-single-calibration-record.d.cts +195 -3
- package/dist/actions/get-single-calibration-record.d.cts.map +1 -1
- package/dist/actions/get-single-calibration-record.d.mts +195 -3
- package/dist/actions/get-single-calibration-record.d.mts.map +1 -1
- package/dist/actions/get-single-calibration-record.mjs +88 -88
- package/dist/actions/get-single-calibration-record.mjs.map +1 -1
- package/dist/actions/get-single-gage-record.cjs +54 -54
- package/dist/actions/get-single-gage-record.cjs.map +1 -1
- package/dist/actions/get-single-gage-record.d.cts +123 -3
- package/dist/actions/get-single-gage-record.d.cts.map +1 -1
- package/dist/actions/get-single-gage-record.d.mts +123 -3
- package/dist/actions/get-single-gage-record.d.mts.map +1 -1
- package/dist/actions/get-single-gage-record.mjs +54 -54
- package/dist/actions/get-single-gage-record.mjs.map +1 -1
- package/dist/actions/update-account-settings.cjs +2 -2
- package/dist/actions/update-account-settings.cjs.map +1 -1
- package/dist/actions/update-account-settings.d.cts +73 -3
- package/dist/actions/update-account-settings.d.cts.map +1 -1
- package/dist/actions/update-account-settings.d.mts +73 -3
- package/dist/actions/update-account-settings.d.mts.map +1 -1
- package/dist/actions/update-account-settings.mjs +2 -2
- package/dist/actions/update-account-settings.mjs.map +1 -1
- package/dist/actions/update-custom-field-values.cjs +2 -2
- package/dist/actions/update-custom-field-values.cjs.map +1 -1
- package/dist/actions/update-custom-field-values.d.cts +29 -3
- package/dist/actions/update-custom-field-values.d.cts.map +1 -1
- package/dist/actions/update-custom-field-values.d.mts +29 -3
- package/dist/actions/update-custom-field-values.d.mts.map +1 -1
- package/dist/actions/update-custom-field-values.mjs +2 -2
- package/dist/actions/update-custom-field-values.mjs.map +1 -1
- package/dist/actions/update-manufacturer.cjs +3 -3
- package/dist/actions/update-manufacturer.cjs.map +1 -1
- package/dist/actions/update-manufacturer.d.cts +25 -3
- package/dist/actions/update-manufacturer.d.cts.map +1 -1
- package/dist/actions/update-manufacturer.d.mts +25 -3
- package/dist/actions/update-manufacturer.d.mts.map +1 -1
- package/dist/actions/update-manufacturer.mjs +3 -3
- package/dist/actions/update-manufacturer.mjs.map +1 -1
- package/dist/actions/upload-attachment-to-gage-record.cjs +3 -3
- package/dist/actions/upload-attachment-to-gage-record.cjs.map +1 -1
- package/dist/actions/upload-attachment-to-gage-record.d.cts +25 -3
- package/dist/actions/upload-attachment-to-gage-record.d.cts.map +1 -1
- package/dist/actions/upload-attachment-to-gage-record.d.mts +25 -3
- package/dist/actions/upload-attachment-to-gage-record.d.mts.map +1 -1
- package/dist/actions/upload-attachment-to-gage-record.mjs +3 -3
- package/dist/actions/upload-attachment-to-gage-record.mjs.map +1 -1
- package/dist/execute.cjs +1 -1
- package/dist/execute.cjs.map +1 -1
- package/dist/execute.mjs +1 -1
- package/dist/execute.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,9 +1,151 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-account-status.d.ts
|
|
4
|
-
declare const GagelistGetAccountStatusInput: z.
|
|
5
|
-
declare const GagelistGetAccountStatusOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const GagelistGetAccountStatusInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const GagelistGetAccountStatusOutput: z.ZodObject<{
|
|
6
|
+
data: z.ZodNullable<z.ZodObject<{
|
|
7
|
+
Roles: z.ZodArray<z.ZodString>;
|
|
8
|
+
CanAdd: z.ZodNullable<z.ZodBoolean>;
|
|
9
|
+
CanEdit: z.ZodNullable<z.ZodBoolean>;
|
|
10
|
+
MaxGages: z.ZodNullable<z.ZodNumber>;
|
|
11
|
+
MaxUsers: z.ZodNullable<z.ZodNumber>;
|
|
12
|
+
MaxRecords: z.ZodNullable<z.ZodNumber>;
|
|
13
|
+
TotalGages: z.ZodNullable<z.ZodNumber>;
|
|
14
|
+
ActiveGages: z.ZodNullable<z.ZodNumber>;
|
|
15
|
+
UpdatedDate: z.ZodNullable<z.ZodString>;
|
|
16
|
+
AllowSigning: z.ZodNullable<z.ZodBoolean>;
|
|
17
|
+
GagesPastDue: z.ZodNullable<z.ZodNumber>;
|
|
18
|
+
TotalRecords: z.ZodNullable<z.ZodNumber>;
|
|
19
|
+
AllowBranding: z.ZodNullable<z.ZodBoolean>;
|
|
20
|
+
AssignedUsers: z.ZodNullable<z.ZodNumber>;
|
|
21
|
+
CurrentSiteId: z.ZodNullable<z.ZodNumber>;
|
|
22
|
+
InactiveGages: z.ZodNullable<z.ZodNumber>;
|
|
23
|
+
MaxDatabaseMB: z.ZodNullable<z.ZodNumber>;
|
|
24
|
+
RequestedSite: z.ZodNullable<z.ZodObject<{
|
|
25
|
+
Guid: z.ZodNullable<z.ZodString>;
|
|
26
|
+
Name: z.ZodNullable<z.ZodString>;
|
|
27
|
+
LogoUrl: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
28
|
+
EnterpriseId: z.ZodNullable<z.ZodNumber>;
|
|
29
|
+
AllowChangePlan: z.ZodNullable<z.ZodBoolean>;
|
|
30
|
+
IsEnterpriseSite: z.ZodNullable<z.ZodBoolean>;
|
|
31
|
+
AllowUserManagement: z.ZodNullable<z.ZodBoolean>;
|
|
32
|
+
SiteOwnerCustomerId: z.ZodNullable<z.ZodNumber>;
|
|
33
|
+
}, z.core.$strip>>;
|
|
34
|
+
AllowUnsigning: z.ZodNullable<z.ZodBoolean>;
|
|
35
|
+
EnterpriseInfo: z.ZodNullable<z.ZodObject<{
|
|
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>>;
|
|
40
|
+
GagesDue30Days: z.ZodNullable<z.ZodNumber>;
|
|
41
|
+
GagesDue60Days: z.ZodNullable<z.ZodNumber>;
|
|
42
|
+
GagesDue90Days: z.ZodNullable<z.ZodNumber>;
|
|
43
|
+
ScheduledGages: z.ZodNullable<z.ZodNumber>;
|
|
44
|
+
UsedDatabaseMB: z.ZodNullable<z.ZodNumber>;
|
|
45
|
+
AccessibleSites: z.ZodArray<z.ZodObject<{
|
|
46
|
+
Guid: z.ZodNullable<z.ZodString>;
|
|
47
|
+
Name: z.ZodNullable<z.ZodString>;
|
|
48
|
+
LogoUrl: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
49
|
+
EnterpriseId: z.ZodNullable<z.ZodNumber>;
|
|
50
|
+
AllowChangePlan: z.ZodNullable<z.ZodBoolean>;
|
|
51
|
+
IsEnterpriseSite: z.ZodNullable<z.ZodBoolean>;
|
|
52
|
+
AllowUserManagement: z.ZodNullable<z.ZodBoolean>;
|
|
53
|
+
SiteOwnerCustomerId: z.ZodNullable<z.ZodNumber>;
|
|
54
|
+
}, z.core.$strip>>;
|
|
55
|
+
AllowPrintLabel: z.ZodNullable<z.ZodBoolean>;
|
|
56
|
+
UnlimitedReader: z.ZodNullable<z.ZodBoolean>;
|
|
57
|
+
AllowAttachments: z.ZodNullable<z.ZodBoolean>;
|
|
58
|
+
UnscheduledGages: z.ZodNullable<z.ZodNumber>;
|
|
59
|
+
AllowCustomFields: z.ZodNullable<z.ZodBoolean>;
|
|
60
|
+
GagesDueThisMonth: z.ZodNullable<z.ZodNumber>;
|
|
61
|
+
CanEditCalibration: z.ZodNullable<z.ZodBoolean>;
|
|
62
|
+
MobileAppTrialDays: z.ZodNullable<z.ZodNumber>;
|
|
63
|
+
LocalizationFieldLabels: z.ZodNullable<z.ZodBoolean>;
|
|
64
|
+
MobileAppFirstLoginDate: z.ZodNullable<z.ZodString>;
|
|
65
|
+
DigitalSignatureSettings: z.ZodNullable<z.ZodObject<{
|
|
66
|
+
AllowUnsign: z.ZodNullable<z.ZodBoolean>;
|
|
67
|
+
AllowAdminUnsign: z.ZodNullable<z.ZodBoolean>;
|
|
68
|
+
SignatureStatement: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
69
|
+
ShowBannerForSignedRecord: z.ZodNullable<z.ZodBoolean>;
|
|
70
|
+
BannerContentForSignedRecord: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
71
|
+
}, z.core.$strip>>;
|
|
72
|
+
DigitialSignatureEnabled: z.ZodNullable<z.ZodBoolean>;
|
|
73
|
+
}, z.core.$strip>>;
|
|
74
|
+
message: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
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]>;
|
|
7
149
|
//#endregion
|
|
8
150
|
export { gagelistGetAccountStatus };
|
|
9
151
|
//# sourceMappingURL=get-account-status.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-account-status.d.cts","names":[],"sources":["../../src/actions/get-account-status.ts"],"mappings":";;;cAIa,6BAAA,
|
|
1
|
+
{"version":3,"file":"get-account-status.d.cts","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,9 +1,151 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-account-status.d.ts
|
|
4
|
-
declare const GagelistGetAccountStatusInput: z.
|
|
5
|
-
declare const GagelistGetAccountStatusOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const GagelistGetAccountStatusInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const GagelistGetAccountStatusOutput: z.ZodObject<{
|
|
6
|
+
data: z.ZodNullable<z.ZodObject<{
|
|
7
|
+
Roles: z.ZodArray<z.ZodString>;
|
|
8
|
+
CanAdd: z.ZodNullable<z.ZodBoolean>;
|
|
9
|
+
CanEdit: z.ZodNullable<z.ZodBoolean>;
|
|
10
|
+
MaxGages: z.ZodNullable<z.ZodNumber>;
|
|
11
|
+
MaxUsers: z.ZodNullable<z.ZodNumber>;
|
|
12
|
+
MaxRecords: z.ZodNullable<z.ZodNumber>;
|
|
13
|
+
TotalGages: z.ZodNullable<z.ZodNumber>;
|
|
14
|
+
ActiveGages: z.ZodNullable<z.ZodNumber>;
|
|
15
|
+
UpdatedDate: z.ZodNullable<z.ZodString>;
|
|
16
|
+
AllowSigning: z.ZodNullable<z.ZodBoolean>;
|
|
17
|
+
GagesPastDue: z.ZodNullable<z.ZodNumber>;
|
|
18
|
+
TotalRecords: z.ZodNullable<z.ZodNumber>;
|
|
19
|
+
AllowBranding: z.ZodNullable<z.ZodBoolean>;
|
|
20
|
+
AssignedUsers: z.ZodNullable<z.ZodNumber>;
|
|
21
|
+
CurrentSiteId: z.ZodNullable<z.ZodNumber>;
|
|
22
|
+
InactiveGages: z.ZodNullable<z.ZodNumber>;
|
|
23
|
+
MaxDatabaseMB: z.ZodNullable<z.ZodNumber>;
|
|
24
|
+
RequestedSite: z.ZodNullable<z.ZodObject<{
|
|
25
|
+
Guid: z.ZodNullable<z.ZodString>;
|
|
26
|
+
Name: z.ZodNullable<z.ZodString>;
|
|
27
|
+
LogoUrl: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
28
|
+
EnterpriseId: z.ZodNullable<z.ZodNumber>;
|
|
29
|
+
AllowChangePlan: z.ZodNullable<z.ZodBoolean>;
|
|
30
|
+
IsEnterpriseSite: z.ZodNullable<z.ZodBoolean>;
|
|
31
|
+
AllowUserManagement: z.ZodNullable<z.ZodBoolean>;
|
|
32
|
+
SiteOwnerCustomerId: z.ZodNullable<z.ZodNumber>;
|
|
33
|
+
}, z.core.$strip>>;
|
|
34
|
+
AllowUnsigning: z.ZodNullable<z.ZodBoolean>;
|
|
35
|
+
EnterpriseInfo: z.ZodNullable<z.ZodObject<{
|
|
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>>;
|
|
40
|
+
GagesDue30Days: z.ZodNullable<z.ZodNumber>;
|
|
41
|
+
GagesDue60Days: z.ZodNullable<z.ZodNumber>;
|
|
42
|
+
GagesDue90Days: z.ZodNullable<z.ZodNumber>;
|
|
43
|
+
ScheduledGages: z.ZodNullable<z.ZodNumber>;
|
|
44
|
+
UsedDatabaseMB: z.ZodNullable<z.ZodNumber>;
|
|
45
|
+
AccessibleSites: z.ZodArray<z.ZodObject<{
|
|
46
|
+
Guid: z.ZodNullable<z.ZodString>;
|
|
47
|
+
Name: z.ZodNullable<z.ZodString>;
|
|
48
|
+
LogoUrl: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
49
|
+
EnterpriseId: z.ZodNullable<z.ZodNumber>;
|
|
50
|
+
AllowChangePlan: z.ZodNullable<z.ZodBoolean>;
|
|
51
|
+
IsEnterpriseSite: z.ZodNullable<z.ZodBoolean>;
|
|
52
|
+
AllowUserManagement: z.ZodNullable<z.ZodBoolean>;
|
|
53
|
+
SiteOwnerCustomerId: z.ZodNullable<z.ZodNumber>;
|
|
54
|
+
}, z.core.$strip>>;
|
|
55
|
+
AllowPrintLabel: z.ZodNullable<z.ZodBoolean>;
|
|
56
|
+
UnlimitedReader: z.ZodNullable<z.ZodBoolean>;
|
|
57
|
+
AllowAttachments: z.ZodNullable<z.ZodBoolean>;
|
|
58
|
+
UnscheduledGages: z.ZodNullable<z.ZodNumber>;
|
|
59
|
+
AllowCustomFields: z.ZodNullable<z.ZodBoolean>;
|
|
60
|
+
GagesDueThisMonth: z.ZodNullable<z.ZodNumber>;
|
|
61
|
+
CanEditCalibration: z.ZodNullable<z.ZodBoolean>;
|
|
62
|
+
MobileAppTrialDays: z.ZodNullable<z.ZodNumber>;
|
|
63
|
+
LocalizationFieldLabels: z.ZodNullable<z.ZodBoolean>;
|
|
64
|
+
MobileAppFirstLoginDate: z.ZodNullable<z.ZodString>;
|
|
65
|
+
DigitalSignatureSettings: z.ZodNullable<z.ZodObject<{
|
|
66
|
+
AllowUnsign: z.ZodNullable<z.ZodBoolean>;
|
|
67
|
+
AllowAdminUnsign: z.ZodNullable<z.ZodBoolean>;
|
|
68
|
+
SignatureStatement: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
69
|
+
ShowBannerForSignedRecord: z.ZodNullable<z.ZodBoolean>;
|
|
70
|
+
BannerContentForSignedRecord: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
71
|
+
}, z.core.$strip>>;
|
|
72
|
+
DigitialSignatureEnabled: z.ZodNullable<z.ZodBoolean>;
|
|
73
|
+
}, z.core.$strip>>;
|
|
74
|
+
message: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
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]>;
|
|
7
149
|
//#endregion
|
|
8
150
|
export { gagelistGetAccountStatus };
|
|
9
151
|
//# 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,
|
|
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"}
|
|
@@ -3,66 +3,66 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/get-account-status.ts
|
|
4
4
|
const GagelistGetAccountStatusInput = z.object({}).describe("Request model for GET_ACCOUNT_STATUS. No parameters required.");
|
|
5
5
|
const GagelistGetAccountStatus_AccessibleSiteSchema = z.object({
|
|
6
|
-
Guid: z.string().describe("Site GUID"),
|
|
7
|
-
Name: z.string().describe("Site name"),
|
|
8
|
-
LogoUrl: z.string().describe("URL to this site's logo").
|
|
9
|
-
EnterpriseId: z.number().int().describe("ID of the parent enterprise"),
|
|
10
|
-
AllowChangePlan: z.boolean().describe("Whether the user may change site plan"),
|
|
11
|
-
IsEnterpriseSite: z.boolean().describe("If this site belongs to an enterprise"),
|
|
12
|
-
AllowUserManagement: z.boolean().describe("Whether the user may manage other users"),
|
|
13
|
-
SiteOwnerCustomerId: z.number().int().describe("Customer ID of the site owner")
|
|
6
|
+
Guid: z.string().describe("Site GUID").nullable(),
|
|
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()),
|
|
9
|
+
EnterpriseId: z.number().int().describe("ID of the parent enterprise").nullable(),
|
|
10
|
+
AllowChangePlan: z.boolean().describe("Whether the user may change site plan").nullable(),
|
|
11
|
+
IsEnterpriseSite: z.boolean().describe("If this site belongs to an enterprise").nullable(),
|
|
12
|
+
AllowUserManagement: z.boolean().describe("Whether the user may manage other users").nullable(),
|
|
13
|
+
SiteOwnerCustomerId: z.number().int().describe("Customer ID of the site owner").nullable()
|
|
14
14
|
});
|
|
15
15
|
const GagelistGetAccountStatus_EnterpriseInfoSchema = z.object({
|
|
16
|
-
Name: z.string().describe("Enterprise name"),
|
|
17
|
-
LogoUrl: z.string().describe("URL to enterprise logo").
|
|
18
|
-
FooterText: z.string().describe("Footer text for enterprise").
|
|
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
19
|
});
|
|
20
20
|
const GagelistGetAccountStatus_DigitalSignatureSettingsSchema = z.object({
|
|
21
|
-
AllowUnsign: z.boolean().describe("Whether users may unsign records"),
|
|
22
|
-
AllowAdminUnsign: z.boolean().describe("Whether admins may unsign records"),
|
|
23
|
-
SignatureStatement: z.string().describe("Statement shown on signature").
|
|
24
|
-
ShowBannerForSignedRecord: z.boolean().describe("Show a banner when viewing signed records"),
|
|
25
|
-
BannerContentForSignedRecord: z.string().describe("Custom banner text for signed records").
|
|
21
|
+
AllowUnsign: z.boolean().describe("Whether users may unsign records").nullable(),
|
|
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()),
|
|
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
26
|
});
|
|
27
27
|
const GagelistGetAccountStatus_AccountStatusDataSchema = z.object({
|
|
28
28
|
Roles: z.array(z.string()).describe("List of user roles"),
|
|
29
|
-
CanAdd: z.boolean().describe("Whether the user may add records"),
|
|
30
|
-
CanEdit: z.boolean().describe("Whether the user may edit records"),
|
|
31
|
-
MaxGages: z.number().int().describe("Maximum number of gages"),
|
|
32
|
-
MaxUsers: z.number().int().describe("Maximum allowed users"),
|
|
33
|
-
MaxRecords: z.number().int().describe("Maximum number of records"),
|
|
34
|
-
TotalGages: z.number().int().describe("Total gages in the system"),
|
|
35
|
-
ActiveGages: z.number().int().describe("Number of active gages"),
|
|
36
|
-
UpdatedDate: z.string().describe("Last update timestamp (ISO 8601)"),
|
|
37
|
-
AllowSigning: z.boolean().describe("If signing records is allowed"),
|
|
38
|
-
GagesPastDue: z.number().int().describe("Gages past due"),
|
|
39
|
-
TotalRecords: z.number().int().describe("Total records in the system"),
|
|
40
|
-
AllowBranding: z.boolean().describe("Whether custom branding is allowed"),
|
|
41
|
-
AssignedUsers: z.number().int().describe("Current number of assigned users"),
|
|
42
|
-
CurrentSiteId: z.number().int().describe("ID of the currently selected site"),
|
|
43
|
-
InactiveGages: z.number().int().describe("Number of inactive gages"),
|
|
44
|
-
MaxDatabaseMB: z.number().int().describe("Maximum database size in MB"),
|
|
29
|
+
CanAdd: z.boolean().describe("Whether the user may add records").nullable(),
|
|
30
|
+
CanEdit: z.boolean().describe("Whether the user may edit records").nullable(),
|
|
31
|
+
MaxGages: z.number().int().describe("Maximum number of gages").nullable(),
|
|
32
|
+
MaxUsers: z.number().int().describe("Maximum allowed users").nullable(),
|
|
33
|
+
MaxRecords: z.number().int().describe("Maximum number of records").nullable(),
|
|
34
|
+
TotalGages: z.number().int().describe("Total gages in the system").nullable(),
|
|
35
|
+
ActiveGages: z.number().int().describe("Number of active gages").nullable(),
|
|
36
|
+
UpdatedDate: z.string().describe("Last update timestamp (ISO 8601)").nullable(),
|
|
37
|
+
AllowSigning: z.boolean().describe("If signing records is allowed").nullable(),
|
|
38
|
+
GagesPastDue: z.number().int().describe("Gages past due").nullable(),
|
|
39
|
+
TotalRecords: z.number().int().describe("Total records in the system").nullable(),
|
|
40
|
+
AllowBranding: z.boolean().describe("Whether custom branding is allowed").nullable(),
|
|
41
|
+
AssignedUsers: z.number().int().describe("Current number of assigned users").nullable(),
|
|
42
|
+
CurrentSiteId: z.number().int().describe("ID of the currently selected site").nullable(),
|
|
43
|
+
InactiveGages: z.number().int().describe("Number of inactive gages").nullable(),
|
|
44
|
+
MaxDatabaseMB: z.number().int().describe("Maximum database size in MB").nullable(),
|
|
45
45
|
RequestedSite: GagelistGetAccountStatus_AccessibleSiteSchema.nullable(),
|
|
46
|
-
AllowUnsigning: z.boolean().describe("If unsigning records is allowed"),
|
|
46
|
+
AllowUnsigning: z.boolean().describe("If unsigning records is allowed").nullable(),
|
|
47
47
|
EnterpriseInfo: GagelistGetAccountStatus_EnterpriseInfoSchema.nullable(),
|
|
48
|
-
GagesDue30Days: z.number().int().describe("Gages due in the next 30 days"),
|
|
49
|
-
GagesDue60Days: z.number().int().describe("Gages due in the next 60 days"),
|
|
50
|
-
GagesDue90Days: z.number().int().describe("Gages due in the next 90 days"),
|
|
51
|
-
ScheduledGages: z.number().int().describe("Number of scheduled gages"),
|
|
52
|
-
UsedDatabaseMB: z.number().int().describe("Current database usage in MB"),
|
|
48
|
+
GagesDue30Days: z.number().int().describe("Gages due in the next 30 days").nullable(),
|
|
49
|
+
GagesDue60Days: z.number().int().describe("Gages due in the next 60 days").nullable(),
|
|
50
|
+
GagesDue90Days: z.number().int().describe("Gages due in the next 90 days").nullable(),
|
|
51
|
+
ScheduledGages: z.number().int().describe("Number of scheduled gages").nullable(),
|
|
52
|
+
UsedDatabaseMB: z.number().int().describe("Current database usage in MB").nullable(),
|
|
53
53
|
AccessibleSites: z.array(GagelistGetAccountStatus_AccessibleSiteSchema),
|
|
54
|
-
AllowPrintLabel: z.boolean().describe("Whether printing labels is allowed"),
|
|
55
|
-
UnlimitedReader: z.boolean().describe("Whether unlimited read-only users are allowed"),
|
|
56
|
-
AllowAttachments: z.boolean().describe("Whether attachments are allowed"),
|
|
57
|
-
UnscheduledGages: z.number().int().describe("Number of unscheduled gages"),
|
|
58
|
-
AllowCustomFields: z.boolean().describe("Whether custom fields are allowed"),
|
|
59
|
-
GagesDueThisMonth: z.number().int().describe("Gages due this month"),
|
|
60
|
-
CanEditCalibration: z.boolean().describe("Whether the user may edit calibration records"),
|
|
61
|
-
MobileAppTrialDays: z.number().int().describe("Remaining trial days for mobile app"),
|
|
62
|
-
LocalizationFieldLabels: z.boolean().describe("Whether localization of labels is enabled"),
|
|
63
|
-
MobileAppFirstLoginDate: z.string().describe("First mobile app login date (ISO 8601)"),
|
|
54
|
+
AllowPrintLabel: z.boolean().describe("Whether printing labels is allowed").nullable(),
|
|
55
|
+
UnlimitedReader: z.boolean().describe("Whether unlimited read-only users are allowed").nullable(),
|
|
56
|
+
AllowAttachments: z.boolean().describe("Whether attachments are allowed").nullable(),
|
|
57
|
+
UnscheduledGages: z.number().int().describe("Number of unscheduled gages").nullable(),
|
|
58
|
+
AllowCustomFields: z.boolean().describe("Whether custom fields are allowed").nullable(),
|
|
59
|
+
GagesDueThisMonth: z.number().int().describe("Gages due this month").nullable(),
|
|
60
|
+
CanEditCalibration: z.boolean().describe("Whether the user may edit calibration records").nullable(),
|
|
61
|
+
MobileAppTrialDays: z.number().int().describe("Remaining trial days for mobile app").nullable(),
|
|
62
|
+
LocalizationFieldLabels: z.boolean().describe("Whether localization of labels is enabled").nullable(),
|
|
63
|
+
MobileAppFirstLoginDate: z.string().describe("First mobile app login date (ISO 8601)").nullable(),
|
|
64
64
|
DigitalSignatureSettings: GagelistGetAccountStatus_DigitalSignatureSettingsSchema.nullable(),
|
|
65
|
-
DigitialSignatureEnabled: z.boolean().describe("If digital signatures are enabled")
|
|
65
|
+
DigitialSignatureEnabled: z.boolean().describe("If digital signatures are enabled").nullable()
|
|
66
66
|
});
|
|
67
67
|
const gagelistGetAccountStatus = action("GAGELIST_GET_ACCOUNT_STATUS", {
|
|
68
68
|
slug: "gagelist-get-account-status",
|
|
@@ -71,8 +71,8 @@ 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.string().describe("Additional message from API").
|
|
75
|
-
success: z.boolean().describe("Indicates if the request succeeded")
|
|
74
|
+
message: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Additional message from API").optional()),
|
|
75
|
+
success: z.boolean().describe("Indicates if the request succeeded").nullable()
|
|
76
76
|
})
|
|
77
77
|
});
|
|
78
78
|
//#endregion
|
|
@@ -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.ZodTypeAny = z.object({}).describe(\"Request model for GET_ACCOUNT_STATUS. No parameters required.\");\nconst GagelistGetAccountStatus_AccessibleSiteSchema: z.ZodTypeAny = z.object({\n Guid: z.string().describe(\"Site GUID\"),\n Name: z.string().describe(\"Site name\"),\n LogoUrl: z.string().describe(\"URL to this site's logo\").nullable().optional(),\n EnterpriseId: z.number().int().describe(\"ID of the parent enterprise\"),\n AllowChangePlan: z.boolean().describe(\"Whether the user may change site plan\"),\n IsEnterpriseSite: z.boolean().describe(\"If this site belongs to an enterprise\"),\n AllowUserManagement: z.boolean().describe(\"Whether the user may manage other users\"),\n SiteOwnerCustomerId: z.number().int().describe(\"Customer ID of the site owner\"),\n});\nconst GagelistGetAccountStatus_EnterpriseInfoSchema: z.ZodTypeAny = z.object({\n Name: z.string().describe(\"Enterprise name\"),\n LogoUrl: z.string().describe(\"URL to enterprise logo\").nullable().optional(),\n FooterText: z.string().describe(\"Footer text for enterprise\").nullable().optional(),\n});\nconst GagelistGetAccountStatus_DigitalSignatureSettingsSchema: z.ZodTypeAny = z.object({\n AllowUnsign: z.boolean().describe(\"Whether users may unsign records\"),\n AllowAdminUnsign: z.boolean().describe(\"Whether admins may unsign records\"),\n SignatureStatement: z.string().describe(\"Statement shown on signature\").nullable().optional(),\n ShowBannerForSignedRecord: z.boolean().describe(\"Show a banner when viewing signed records\"),\n BannerContentForSignedRecord: z.string().describe(\"Custom banner text for signed records\").nullable().optional(),\n});\nconst GagelistGetAccountStatus_AccountStatusDataSchema: z.ZodTypeAny = z.object({\n Roles: z.array(z.string()).describe(\"List of user roles\"),\n CanAdd: z.boolean().describe(\"Whether the user may add records\"),\n CanEdit: z.boolean().describe(\"Whether the user may edit records\"),\n MaxGages: z.number().int().describe(\"Maximum number of gages\"),\n MaxUsers: z.number().int().describe(\"Maximum allowed users\"),\n MaxRecords: z.number().int().describe(\"Maximum number of records\"),\n TotalGages: z.number().int().describe(\"Total gages in the system\"),\n ActiveGages: z.number().int().describe(\"Number of active gages\"),\n UpdatedDate: z.string().describe(\"Last update timestamp (ISO 8601)\"),\n AllowSigning: z.boolean().describe(\"If signing records is allowed\"),\n GagesPastDue: z.number().int().describe(\"Gages past due\"),\n TotalRecords: z.number().int().describe(\"Total records in the system\"),\n AllowBranding: z.boolean().describe(\"Whether custom branding is allowed\"),\n AssignedUsers: z.number().int().describe(\"Current number of assigned users\"),\n CurrentSiteId: z.number().int().describe(\"ID of the currently selected site\"),\n InactiveGages: z.number().int().describe(\"Number of inactive gages\"),\n MaxDatabaseMB: z.number().int().describe(\"Maximum database size in MB\"),\n RequestedSite: GagelistGetAccountStatus_AccessibleSiteSchema.nullable(),\n AllowUnsigning: z.boolean().describe(\"If unsigning records is allowed\"),\n EnterpriseInfo: GagelistGetAccountStatus_EnterpriseInfoSchema.nullable(),\n GagesDue30Days: z.number().int().describe(\"Gages due in the next 30 days\"),\n GagesDue60Days: z.number().int().describe(\"Gages due in the next 60 days\"),\n GagesDue90Days: z.number().int().describe(\"Gages due in the next 90 days\"),\n ScheduledGages: z.number().int().describe(\"Number of scheduled gages\"),\n UsedDatabaseMB: z.number().int().describe(\"Current database usage in MB\"),\n AccessibleSites: z.array(GagelistGetAccountStatus_AccessibleSiteSchema),\n AllowPrintLabel: z.boolean().describe(\"Whether printing labels is allowed\"),\n UnlimitedReader: z.boolean().describe(\"Whether unlimited read-only users are allowed\"),\n AllowAttachments: z.boolean().describe(\"Whether attachments are allowed\"),\n UnscheduledGages: z.number().int().describe(\"Number of unscheduled gages\"),\n AllowCustomFields: z.boolean().describe(\"Whether custom fields are allowed\"),\n GagesDueThisMonth: z.number().int().describe(\"Gages due this month\"),\n CanEditCalibration: z.boolean().describe(\"Whether the user may edit calibration records\"),\n MobileAppTrialDays: z.number().int().describe(\"Remaining trial days for mobile app\"),\n LocalizationFieldLabels: z.boolean().describe(\"Whether localization of labels is enabled\"),\n MobileAppFirstLoginDate: z.string().describe(\"First mobile app login date (ISO 8601)\"),\n DigitalSignatureSettings: GagelistGetAccountStatus_DigitalSignatureSettingsSchema.nullable(),\n DigitialSignatureEnabled: z.boolean().describe(\"If digital signatures are enabled\"),\n});\nexport const GagelistGetAccountStatusOutput: z.ZodTypeAny = 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\"),\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.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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"}
|