@updraft-solutions/mcrit-sdk 0.3.1 → 0.5.0
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/dist/chunk-AKLFMP7G.cjs +2525 -0
- package/dist/{chunk-MF7G76QS.cjs → chunk-IVMOR5SW.cjs} +26 -1
- package/dist/{chunk-D5DUVW34.js → chunk-KIMCBEY7.js} +26 -1
- package/dist/chunk-YCIXOVEC.js +2525 -0
- package/dist/format/index.cjs +2 -2
- package/dist/format/index.d.cts +13 -4
- package/dist/format/index.d.ts +13 -4
- package/dist/format/index.js +1 -1
- package/dist/index.cjs +201 -5
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +208 -12
- package/dist/schemas/index.cjs +198 -2
- package/dist/schemas/index.d.cts +3157 -128
- package/dist/schemas/index.d.ts +3157 -128
- package/dist/schemas/index.js +201 -5
- package/dist/{models-BWmpcfR8.d.cts → training-Der1DPU-.d.cts} +23757 -6528
- package/dist/{models-BWmpcfR8.d.ts → training-Der1DPU-.d.ts} +23757 -6528
- package/dist/types/index.cjs +1 -1
- package/dist/types/index.d.cts +277 -6
- package/dist/types/index.d.ts +277 -6
- package/dist/types/index.js +1 -1
- package/package.json +1 -1
- package/src/format/index.ts +51 -5
- package/src/index.ts +39 -0
- package/src/schemas/common.ts +37 -0
- package/src/schemas/course-milestone.ts +78 -0
- package/src/schemas/equipment.ts +27 -0
- package/src/schemas/form-template.ts +413 -0
- package/src/schemas/index.ts +7 -1
- package/src/schemas/location-map.ts +175 -0
- package/src/schemas/models.ts +110 -28
- package/src/schemas/newsletter.ts +362 -0
- package/src/schemas/todo.ts +46 -0
- package/src/schemas/training.ts +500 -0
- package/src/types/ai.ts +85 -0
- package/src/types/aircraft-block.ts +23 -0
- package/src/types/api.ts +3 -1
- package/src/types/background-task.ts +28 -0
- package/src/types/compliance.ts +27 -3
- package/src/types/index.ts +5 -0
- package/src/types/landing-fee.ts +92 -0
- package/src/types/models.ts +44 -0
- package/src/types/roles.ts +26 -0
- package/dist/chunk-7QF3OJ45.cjs +0 -1325
- package/dist/chunk-FS5I4MBG.js +0 -1325
- package/src/schemas/fee.ts +0 -37
- /package/dist/{chunk-LXNCAKJZ.js → chunk-2WJHTRIE.js} +0 -0
- /package/dist/{chunk-MOOGM3DW.cjs → chunk-DCEOET63.cjs} +0 -0
package/dist/schemas/index.js
CHANGED
|
@@ -1,10 +1,57 @@
|
|
|
1
1
|
import {
|
|
2
|
+
ALLOWED_GEOMETRY_TYPES,
|
|
3
|
+
ALLOWED_NEWSLETTER_VARIABLES,
|
|
4
|
+
AllUsersBucketSchema,
|
|
5
|
+
AttachSyllabusElementFormSchema,
|
|
6
|
+
AudienceBucketSchema,
|
|
7
|
+
AudienceBucketType,
|
|
2
8
|
BaseModel,
|
|
9
|
+
ButtonBlockSchema,
|
|
10
|
+
CompanyUsersBucketSchema,
|
|
11
|
+
CourseMilestoneFormSchema,
|
|
12
|
+
CourseMilestoneKindEnum,
|
|
13
|
+
CreateLocationMapFeatureSchema,
|
|
14
|
+
CreateLocationMapSchema,
|
|
15
|
+
CreateNewsletterCampaignInputSchema,
|
|
16
|
+
CreateNewsletterTemplateInputSchema,
|
|
17
|
+
CreateSyllabusFromTemplateFormSchema,
|
|
18
|
+
DividerBlockSchema,
|
|
19
|
+
EnrollmentTrainingStatusEnum,
|
|
3
20
|
FaqSchema,
|
|
4
21
|
FaqStatus,
|
|
5
|
-
|
|
6
|
-
|
|
22
|
+
FieldLabelSchema,
|
|
23
|
+
FormFieldType,
|
|
24
|
+
FormSubmissionSchema,
|
|
25
|
+
FormSubmissionShareBaseSchema,
|
|
26
|
+
FormSubmissionShareSchema,
|
|
27
|
+
FormSubmissionSource,
|
|
28
|
+
FormSubmissionStatus,
|
|
29
|
+
FormTemplateAssignmentSchema,
|
|
30
|
+
FormTemplateSchema,
|
|
31
|
+
GeometrySchema,
|
|
32
|
+
GradingScaleFormSchema,
|
|
33
|
+
HeadingBlockSchema,
|
|
34
|
+
ImportFeaturesSchema,
|
|
35
|
+
LocationFeatureVisibility,
|
|
36
|
+
LocationMapKind,
|
|
37
|
+
NewsletterAudienceSchema,
|
|
38
|
+
NewsletterBlockSchema,
|
|
39
|
+
NewsletterBlockType,
|
|
40
|
+
NewsletterCampaignRecipientSchema,
|
|
41
|
+
NewsletterCampaignSchema,
|
|
42
|
+
NewsletterCampaignStatus,
|
|
43
|
+
NewsletterCategorySchema,
|
|
44
|
+
NewsletterPreferenceRowSchema,
|
|
45
|
+
NewsletterRecipientStatus,
|
|
46
|
+
NewsletterTemplateSchema,
|
|
47
|
+
NewsletterTemplateSchemaSchema,
|
|
48
|
+
ParagraphBlockSchema,
|
|
49
|
+
ReorderSyllabusElementItemSchema,
|
|
50
|
+
RequiredFormSchema,
|
|
51
|
+
RequiredFormViaCrewSchema,
|
|
52
|
+
RequiredFormViaSchema,
|
|
7
53
|
ReviewFaqSchema,
|
|
54
|
+
RoleMembersBucketSchema,
|
|
8
55
|
SAFETY_REPORT_STATUS_COLORS,
|
|
9
56
|
SAFETY_REPORT_STATUS_LABELS,
|
|
10
57
|
SafetyReportCategoryFormSchema,
|
|
@@ -17,7 +64,30 @@ import {
|
|
|
17
64
|
SafetyReportStatusEnum,
|
|
18
65
|
SafetyReportSubmissionResponseSchema,
|
|
19
66
|
SafetyReportUpdateSchema,
|
|
67
|
+
SchemaFieldSchema,
|
|
68
|
+
SchemaSectionSchema,
|
|
69
|
+
ShowWhenSchema,
|
|
70
|
+
SignOffTrainingElementFormSchema,
|
|
71
|
+
SignatureSchema,
|
|
72
|
+
StoreSyllabusFormSchema,
|
|
73
|
+
SubmissionFileSchema,
|
|
20
74
|
SubmitFaqQuestionSchema,
|
|
75
|
+
SyllabusKindEnum,
|
|
76
|
+
TemplateSchemaSchema,
|
|
77
|
+
TipTapNodeSchema,
|
|
78
|
+
TodoActionSchema,
|
|
79
|
+
TodoKey,
|
|
80
|
+
TodoSchema,
|
|
81
|
+
TrainingElementFormSchema,
|
|
82
|
+
TrainingElementKindEnum,
|
|
83
|
+
TrainingRecordResultEnum,
|
|
84
|
+
TrainingRecordStatusEnum,
|
|
85
|
+
UpdateLocationMapFeatureSchema,
|
|
86
|
+
UpdateLocationMapSchema,
|
|
87
|
+
UpdateSyllabusElementFormSchema,
|
|
88
|
+
UpdateSyllabusFormSchema,
|
|
89
|
+
UpsertTrainingRecordFormSchema,
|
|
90
|
+
ViewportSchema,
|
|
21
91
|
addressSchema,
|
|
22
92
|
aircraftRatingSchema,
|
|
23
93
|
airplaneIssueSchema,
|
|
@@ -33,13 +103,19 @@ import {
|
|
|
33
103
|
availSchema,
|
|
34
104
|
baseMembershipSchema,
|
|
35
105
|
bookingSchema,
|
|
106
|
+
bookingWaypointSchema,
|
|
36
107
|
commentSchema,
|
|
108
|
+
companyAudienceInclude,
|
|
37
109
|
companySchema,
|
|
38
110
|
contactAttributeSchema,
|
|
111
|
+
courseCheckSyllabusSchema,
|
|
39
112
|
courseEnrollmentMetricsSchema,
|
|
113
|
+
courseEnrollmentMilestoneSchema,
|
|
40
114
|
courseEnrollmentSchema,
|
|
41
115
|
courseFeeSchema,
|
|
116
|
+
courseMilestoneSchema,
|
|
42
117
|
courseSchema,
|
|
118
|
+
createSyllabusFromTemplateResultSchema,
|
|
43
119
|
documentComplianceStatus,
|
|
44
120
|
documentRequirement,
|
|
45
121
|
documentRequirementGroup,
|
|
@@ -47,12 +123,20 @@ import {
|
|
|
47
123
|
documentSchema,
|
|
48
124
|
documentShareSchema,
|
|
49
125
|
documentType,
|
|
126
|
+
enrollmentTrainingElementSchema,
|
|
127
|
+
equipmentSchema,
|
|
50
128
|
eventSchema,
|
|
51
129
|
expenseItemSchema,
|
|
52
130
|
expenseSchema,
|
|
53
131
|
extendedAirplaneSchema,
|
|
132
|
+
feeCategoryOptionsSchema,
|
|
54
133
|
feeSchema,
|
|
55
134
|
flightLogSchema,
|
|
135
|
+
gradeHistoryItemSchema,
|
|
136
|
+
gradingScalePointSchema,
|
|
137
|
+
gradingScaleSchema,
|
|
138
|
+
impersonationParticipantSchema,
|
|
139
|
+
impersonationStateSchema,
|
|
56
140
|
invoiceSchema,
|
|
57
141
|
landingFeeSchema,
|
|
58
142
|
landingSchema,
|
|
@@ -72,7 +156,21 @@ import {
|
|
|
72
156
|
scheduledFlightSchema,
|
|
73
157
|
settingSchema,
|
|
74
158
|
specialFlightSchema,
|
|
159
|
+
syllabusElementMutationResultSchema,
|
|
160
|
+
syllabusElementSchema,
|
|
161
|
+
syllabusRolloutResultItemSchema,
|
|
162
|
+
syllabusRolloutResultSchema,
|
|
163
|
+
syllabusRolloutSkippedItemSchema,
|
|
164
|
+
syllabusSchema,
|
|
165
|
+
tagSchema,
|
|
75
166
|
ticketSchema,
|
|
167
|
+
trainingElementSchema,
|
|
168
|
+
trainingRecordEntryInputSchema,
|
|
169
|
+
trainingRecordEntrySchema,
|
|
170
|
+
trainingRecordSchema,
|
|
171
|
+
trainingSignatureSchema,
|
|
172
|
+
trainingTemplatePackSchema,
|
|
173
|
+
usedByCourseSchema,
|
|
76
174
|
userAircraftRatingSchema,
|
|
77
175
|
userQualificationSchema,
|
|
78
176
|
userSchema,
|
|
@@ -81,14 +179,61 @@ import {
|
|
|
81
179
|
zNetGross,
|
|
82
180
|
zNullableBool,
|
|
83
181
|
zPhpMoneyObject
|
|
84
|
-
} from "../chunk-
|
|
182
|
+
} from "../chunk-YCIXOVEC.js";
|
|
85
183
|
export {
|
|
184
|
+
ALLOWED_GEOMETRY_TYPES,
|
|
185
|
+
ALLOWED_NEWSLETTER_VARIABLES,
|
|
186
|
+
AllUsersBucketSchema,
|
|
187
|
+
AttachSyllabusElementFormSchema,
|
|
188
|
+
AudienceBucketSchema,
|
|
189
|
+
AudienceBucketType,
|
|
86
190
|
BaseModel,
|
|
191
|
+
ButtonBlockSchema,
|
|
192
|
+
CompanyUsersBucketSchema,
|
|
193
|
+
CourseMilestoneFormSchema,
|
|
194
|
+
CourseMilestoneKindEnum,
|
|
195
|
+
CreateLocationMapFeatureSchema,
|
|
196
|
+
CreateLocationMapSchema,
|
|
197
|
+
CreateNewsletterCampaignInputSchema,
|
|
198
|
+
CreateNewsletterTemplateInputSchema,
|
|
199
|
+
CreateSyllabusFromTemplateFormSchema,
|
|
200
|
+
DividerBlockSchema,
|
|
201
|
+
EnrollmentTrainingStatusEnum,
|
|
87
202
|
FaqSchema,
|
|
88
203
|
FaqStatus,
|
|
89
|
-
|
|
90
|
-
|
|
204
|
+
FieldLabelSchema,
|
|
205
|
+
FormFieldType,
|
|
206
|
+
FormSubmissionSchema,
|
|
207
|
+
FormSubmissionShareBaseSchema,
|
|
208
|
+
FormSubmissionShareSchema,
|
|
209
|
+
FormSubmissionSource,
|
|
210
|
+
FormSubmissionStatus,
|
|
211
|
+
FormTemplateAssignmentSchema,
|
|
212
|
+
FormTemplateSchema,
|
|
213
|
+
GeometrySchema,
|
|
214
|
+
GradingScaleFormSchema,
|
|
215
|
+
HeadingBlockSchema,
|
|
216
|
+
ImportFeaturesSchema,
|
|
217
|
+
LocationFeatureVisibility,
|
|
218
|
+
LocationMapKind,
|
|
219
|
+
NewsletterAudienceSchema,
|
|
220
|
+
NewsletterBlockSchema,
|
|
221
|
+
NewsletterBlockType,
|
|
222
|
+
NewsletterCampaignRecipientSchema,
|
|
223
|
+
NewsletterCampaignSchema,
|
|
224
|
+
NewsletterCampaignStatus,
|
|
225
|
+
NewsletterCategorySchema,
|
|
226
|
+
NewsletterPreferenceRowSchema,
|
|
227
|
+
NewsletterRecipientStatus,
|
|
228
|
+
NewsletterTemplateSchema,
|
|
229
|
+
NewsletterTemplateSchemaSchema,
|
|
230
|
+
ParagraphBlockSchema,
|
|
231
|
+
ReorderSyllabusElementItemSchema,
|
|
232
|
+
RequiredFormSchema,
|
|
233
|
+
RequiredFormViaCrewSchema,
|
|
234
|
+
RequiredFormViaSchema,
|
|
91
235
|
ReviewFaqSchema,
|
|
236
|
+
RoleMembersBucketSchema,
|
|
92
237
|
SAFETY_REPORT_STATUS_COLORS,
|
|
93
238
|
SAFETY_REPORT_STATUS_LABELS,
|
|
94
239
|
SafetyReportCategoryFormSchema,
|
|
@@ -101,7 +246,30 @@ export {
|
|
|
101
246
|
SafetyReportStatusEnum,
|
|
102
247
|
SafetyReportSubmissionResponseSchema,
|
|
103
248
|
SafetyReportUpdateSchema,
|
|
249
|
+
SchemaFieldSchema,
|
|
250
|
+
SchemaSectionSchema,
|
|
251
|
+
ShowWhenSchema,
|
|
252
|
+
SignOffTrainingElementFormSchema,
|
|
253
|
+
SignatureSchema,
|
|
254
|
+
StoreSyllabusFormSchema,
|
|
255
|
+
SubmissionFileSchema,
|
|
104
256
|
SubmitFaqQuestionSchema,
|
|
257
|
+
SyllabusKindEnum,
|
|
258
|
+
TemplateSchemaSchema,
|
|
259
|
+
TipTapNodeSchema,
|
|
260
|
+
TodoActionSchema,
|
|
261
|
+
TodoKey,
|
|
262
|
+
TodoSchema,
|
|
263
|
+
TrainingElementFormSchema,
|
|
264
|
+
TrainingElementKindEnum,
|
|
265
|
+
TrainingRecordResultEnum,
|
|
266
|
+
TrainingRecordStatusEnum,
|
|
267
|
+
UpdateLocationMapFeatureSchema,
|
|
268
|
+
UpdateLocationMapSchema,
|
|
269
|
+
UpdateSyllabusElementFormSchema,
|
|
270
|
+
UpdateSyllabusFormSchema,
|
|
271
|
+
UpsertTrainingRecordFormSchema,
|
|
272
|
+
ViewportSchema,
|
|
105
273
|
addressSchema,
|
|
106
274
|
aircraftRatingSchema,
|
|
107
275
|
airplaneIssueSchema,
|
|
@@ -117,13 +285,19 @@ export {
|
|
|
117
285
|
availSchema,
|
|
118
286
|
baseMembershipSchema,
|
|
119
287
|
bookingSchema,
|
|
288
|
+
bookingWaypointSchema,
|
|
120
289
|
commentSchema,
|
|
290
|
+
companyAudienceInclude,
|
|
121
291
|
companySchema,
|
|
122
292
|
contactAttributeSchema,
|
|
293
|
+
courseCheckSyllabusSchema,
|
|
123
294
|
courseEnrollmentMetricsSchema,
|
|
295
|
+
courseEnrollmentMilestoneSchema,
|
|
124
296
|
courseEnrollmentSchema,
|
|
125
297
|
courseFeeSchema,
|
|
298
|
+
courseMilestoneSchema,
|
|
126
299
|
courseSchema,
|
|
300
|
+
createSyllabusFromTemplateResultSchema,
|
|
127
301
|
documentComplianceStatus,
|
|
128
302
|
documentRequirement,
|
|
129
303
|
documentRequirementGroup,
|
|
@@ -131,12 +305,20 @@ export {
|
|
|
131
305
|
documentSchema,
|
|
132
306
|
documentShareSchema,
|
|
133
307
|
documentType,
|
|
308
|
+
enrollmentTrainingElementSchema,
|
|
309
|
+
equipmentSchema,
|
|
134
310
|
eventSchema,
|
|
135
311
|
expenseItemSchema,
|
|
136
312
|
expenseSchema,
|
|
137
313
|
extendedAirplaneSchema,
|
|
314
|
+
feeCategoryOptionsSchema,
|
|
138
315
|
feeSchema,
|
|
139
316
|
flightLogSchema,
|
|
317
|
+
gradeHistoryItemSchema,
|
|
318
|
+
gradingScalePointSchema,
|
|
319
|
+
gradingScaleSchema,
|
|
320
|
+
impersonationParticipantSchema,
|
|
321
|
+
impersonationStateSchema,
|
|
140
322
|
invoiceSchema,
|
|
141
323
|
landingFeeSchema,
|
|
142
324
|
landingSchema,
|
|
@@ -156,7 +338,21 @@ export {
|
|
|
156
338
|
scheduledFlightSchema,
|
|
157
339
|
settingSchema,
|
|
158
340
|
specialFlightSchema,
|
|
341
|
+
syllabusElementMutationResultSchema,
|
|
342
|
+
syllabusElementSchema,
|
|
343
|
+
syllabusRolloutResultItemSchema,
|
|
344
|
+
syllabusRolloutResultSchema,
|
|
345
|
+
syllabusRolloutSkippedItemSchema,
|
|
346
|
+
syllabusSchema,
|
|
347
|
+
tagSchema,
|
|
159
348
|
ticketSchema,
|
|
349
|
+
trainingElementSchema,
|
|
350
|
+
trainingRecordEntryInputSchema,
|
|
351
|
+
trainingRecordEntrySchema,
|
|
352
|
+
trainingRecordSchema,
|
|
353
|
+
trainingSignatureSchema,
|
|
354
|
+
trainingTemplatePackSchema,
|
|
355
|
+
usedByCourseSchema,
|
|
160
356
|
userAircraftRatingSchema,
|
|
161
357
|
userQualificationSchema,
|
|
162
358
|
userSchema,
|