@updraft-solutions/mcrit-sdk 0.4.0 → 0.6.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-EE4YY3AU.js +2620 -0
- package/dist/chunk-H4CJ2YEQ.cjs +2620 -0
- package/dist/courses/index.d.cts +2 -2
- package/dist/courses/index.d.ts +2 -2
- package/dist/index.cjs +201 -5
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +207 -11
- 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/training-C9rIBUeV.d.cts +101685 -0
- package/dist/training-C9rIBUeV.d.ts +101685 -0
- package/dist/types/index.cjs +1 -1
- package/dist/types/index.d.cts +278 -6
- package/dist/types/index.d.ts +278 -6
- package/dist/types/index.js +1 -1
- package/package.json +1 -1
- package/src/courses/index.ts +2 -2
- package/src/index.ts +42 -0
- package/src/schemas/common.ts +69 -5
- package/src/schemas/course-milestone.ts +78 -0
- package/src/schemas/equipment.ts +27 -0
- package/src/schemas/form-template.ts +416 -0
- package/src/schemas/index.ts +7 -1
- package/src/schemas/location-map.ts +175 -0
- package/src/schemas/models.ts +201 -100
- 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 +46 -3
- package/src/types/roles.ts +26 -0
- package/dist/chunk-RC2BBT6H.cjs +0 -1384
- package/dist/chunk-WQLDSZNN.js +0 -1384
- package/dist/models-Bc5BKYuI.d.cts +0 -36898
- package/dist/models-Bc5BKYuI.d.ts +0 -36898
- 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,8 +64,33 @@ 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,
|
|
91
|
+
activitySchema,
|
|
21
92
|
addressSchema,
|
|
93
|
+
aircraftPositionSchema,
|
|
22
94
|
aircraftRatingSchema,
|
|
23
95
|
airplaneIssueSchema,
|
|
24
96
|
airplaneIssueSeverityEnum,
|
|
@@ -35,13 +107,17 @@ import {
|
|
|
35
107
|
bookingSchema,
|
|
36
108
|
bookingWaypointSchema,
|
|
37
109
|
commentSchema,
|
|
110
|
+
companyAudienceInclude,
|
|
38
111
|
companySchema,
|
|
39
112
|
contactAttributeSchema,
|
|
40
113
|
courseCheckSyllabusSchema,
|
|
41
114
|
courseEnrollmentMetricsSchema,
|
|
115
|
+
courseEnrollmentMilestoneSchema,
|
|
42
116
|
courseEnrollmentSchema,
|
|
43
117
|
courseFeeSchema,
|
|
118
|
+
courseMilestoneSchema,
|
|
44
119
|
courseSchema,
|
|
120
|
+
createSyllabusFromTemplateResultSchema,
|
|
45
121
|
documentComplianceStatus,
|
|
46
122
|
documentRequirement,
|
|
47
123
|
documentRequirementGroup,
|
|
@@ -49,12 +125,20 @@ import {
|
|
|
49
125
|
documentSchema,
|
|
50
126
|
documentShareSchema,
|
|
51
127
|
documentType,
|
|
128
|
+
enrollmentTrainingElementSchema,
|
|
129
|
+
equipmentSchema,
|
|
52
130
|
eventSchema,
|
|
53
131
|
expenseItemSchema,
|
|
54
132
|
expenseSchema,
|
|
55
133
|
extendedAirplaneSchema,
|
|
134
|
+
feeCategoryOptionsSchema,
|
|
56
135
|
feeSchema,
|
|
57
136
|
flightLogSchema,
|
|
137
|
+
gradeHistoryItemSchema,
|
|
138
|
+
gradingScalePointSchema,
|
|
139
|
+
gradingScaleSchema,
|
|
140
|
+
impersonationParticipantSchema,
|
|
141
|
+
impersonationStateSchema,
|
|
58
142
|
invoiceSchema,
|
|
59
143
|
landingFeeSchema,
|
|
60
144
|
landingSchema,
|
|
@@ -64,6 +148,7 @@ import {
|
|
|
64
148
|
mediaCollection,
|
|
65
149
|
mediaSchema,
|
|
66
150
|
membershipSchema,
|
|
151
|
+
membershipSignupSchema,
|
|
67
152
|
postSchema,
|
|
68
153
|
prePaidPackageSchema,
|
|
69
154
|
priceSchema,
|
|
@@ -74,8 +159,21 @@ import {
|
|
|
74
159
|
scheduledFlightSchema,
|
|
75
160
|
settingSchema,
|
|
76
161
|
specialFlightSchema,
|
|
162
|
+
syllabusElementMutationResultSchema,
|
|
163
|
+
syllabusElementSchema,
|
|
164
|
+
syllabusRolloutResultItemSchema,
|
|
165
|
+
syllabusRolloutResultSchema,
|
|
166
|
+
syllabusRolloutSkippedItemSchema,
|
|
167
|
+
syllabusSchema,
|
|
77
168
|
tagSchema,
|
|
78
169
|
ticketSchema,
|
|
170
|
+
trainingElementSchema,
|
|
171
|
+
trainingRecordEntryInputSchema,
|
|
172
|
+
trainingRecordEntrySchema,
|
|
173
|
+
trainingRecordSchema,
|
|
174
|
+
trainingSignatureSchema,
|
|
175
|
+
trainingTemplatePackSchema,
|
|
176
|
+
usedByCourseSchema,
|
|
79
177
|
userAircraftRatingSchema,
|
|
80
178
|
userQualificationSchema,
|
|
81
179
|
userSchema,
|
|
@@ -84,14 +182,61 @@ import {
|
|
|
84
182
|
zNetGross,
|
|
85
183
|
zNullableBool,
|
|
86
184
|
zPhpMoneyObject
|
|
87
|
-
} from "../chunk-
|
|
185
|
+
} from "../chunk-EE4YY3AU.js";
|
|
88
186
|
export {
|
|
187
|
+
ALLOWED_GEOMETRY_TYPES,
|
|
188
|
+
ALLOWED_NEWSLETTER_VARIABLES,
|
|
189
|
+
AllUsersBucketSchema,
|
|
190
|
+
AttachSyllabusElementFormSchema,
|
|
191
|
+
AudienceBucketSchema,
|
|
192
|
+
AudienceBucketType,
|
|
89
193
|
BaseModel,
|
|
194
|
+
ButtonBlockSchema,
|
|
195
|
+
CompanyUsersBucketSchema,
|
|
196
|
+
CourseMilestoneFormSchema,
|
|
197
|
+
CourseMilestoneKindEnum,
|
|
198
|
+
CreateLocationMapFeatureSchema,
|
|
199
|
+
CreateLocationMapSchema,
|
|
200
|
+
CreateNewsletterCampaignInputSchema,
|
|
201
|
+
CreateNewsletterTemplateInputSchema,
|
|
202
|
+
CreateSyllabusFromTemplateFormSchema,
|
|
203
|
+
DividerBlockSchema,
|
|
204
|
+
EnrollmentTrainingStatusEnum,
|
|
90
205
|
FaqSchema,
|
|
91
206
|
FaqStatus,
|
|
92
|
-
|
|
93
|
-
|
|
207
|
+
FieldLabelSchema,
|
|
208
|
+
FormFieldType,
|
|
209
|
+
FormSubmissionSchema,
|
|
210
|
+
FormSubmissionShareBaseSchema,
|
|
211
|
+
FormSubmissionShareSchema,
|
|
212
|
+
FormSubmissionSource,
|
|
213
|
+
FormSubmissionStatus,
|
|
214
|
+
FormTemplateAssignmentSchema,
|
|
215
|
+
FormTemplateSchema,
|
|
216
|
+
GeometrySchema,
|
|
217
|
+
GradingScaleFormSchema,
|
|
218
|
+
HeadingBlockSchema,
|
|
219
|
+
ImportFeaturesSchema,
|
|
220
|
+
LocationFeatureVisibility,
|
|
221
|
+
LocationMapKind,
|
|
222
|
+
NewsletterAudienceSchema,
|
|
223
|
+
NewsletterBlockSchema,
|
|
224
|
+
NewsletterBlockType,
|
|
225
|
+
NewsletterCampaignRecipientSchema,
|
|
226
|
+
NewsletterCampaignSchema,
|
|
227
|
+
NewsletterCampaignStatus,
|
|
228
|
+
NewsletterCategorySchema,
|
|
229
|
+
NewsletterPreferenceRowSchema,
|
|
230
|
+
NewsletterRecipientStatus,
|
|
231
|
+
NewsletterTemplateSchema,
|
|
232
|
+
NewsletterTemplateSchemaSchema,
|
|
233
|
+
ParagraphBlockSchema,
|
|
234
|
+
ReorderSyllabusElementItemSchema,
|
|
235
|
+
RequiredFormSchema,
|
|
236
|
+
RequiredFormViaCrewSchema,
|
|
237
|
+
RequiredFormViaSchema,
|
|
94
238
|
ReviewFaqSchema,
|
|
239
|
+
RoleMembersBucketSchema,
|
|
95
240
|
SAFETY_REPORT_STATUS_COLORS,
|
|
96
241
|
SAFETY_REPORT_STATUS_LABELS,
|
|
97
242
|
SafetyReportCategoryFormSchema,
|
|
@@ -104,8 +249,33 @@ export {
|
|
|
104
249
|
SafetyReportStatusEnum,
|
|
105
250
|
SafetyReportSubmissionResponseSchema,
|
|
106
251
|
SafetyReportUpdateSchema,
|
|
252
|
+
SchemaFieldSchema,
|
|
253
|
+
SchemaSectionSchema,
|
|
254
|
+
ShowWhenSchema,
|
|
255
|
+
SignOffTrainingElementFormSchema,
|
|
256
|
+
SignatureSchema,
|
|
257
|
+
StoreSyllabusFormSchema,
|
|
258
|
+
SubmissionFileSchema,
|
|
107
259
|
SubmitFaqQuestionSchema,
|
|
260
|
+
SyllabusKindEnum,
|
|
261
|
+
TemplateSchemaSchema,
|
|
262
|
+
TipTapNodeSchema,
|
|
263
|
+
TodoActionSchema,
|
|
264
|
+
TodoKey,
|
|
265
|
+
TodoSchema,
|
|
266
|
+
TrainingElementFormSchema,
|
|
267
|
+
TrainingElementKindEnum,
|
|
268
|
+
TrainingRecordResultEnum,
|
|
269
|
+
TrainingRecordStatusEnum,
|
|
270
|
+
UpdateLocationMapFeatureSchema,
|
|
271
|
+
UpdateLocationMapSchema,
|
|
272
|
+
UpdateSyllabusElementFormSchema,
|
|
273
|
+
UpdateSyllabusFormSchema,
|
|
274
|
+
UpsertTrainingRecordFormSchema,
|
|
275
|
+
ViewportSchema,
|
|
276
|
+
activitySchema,
|
|
108
277
|
addressSchema,
|
|
278
|
+
aircraftPositionSchema,
|
|
109
279
|
aircraftRatingSchema,
|
|
110
280
|
airplaneIssueSchema,
|
|
111
281
|
airplaneIssueSeverityEnum,
|
|
@@ -122,13 +292,17 @@ export {
|
|
|
122
292
|
bookingSchema,
|
|
123
293
|
bookingWaypointSchema,
|
|
124
294
|
commentSchema,
|
|
295
|
+
companyAudienceInclude,
|
|
125
296
|
companySchema,
|
|
126
297
|
contactAttributeSchema,
|
|
127
298
|
courseCheckSyllabusSchema,
|
|
128
299
|
courseEnrollmentMetricsSchema,
|
|
300
|
+
courseEnrollmentMilestoneSchema,
|
|
129
301
|
courseEnrollmentSchema,
|
|
130
302
|
courseFeeSchema,
|
|
303
|
+
courseMilestoneSchema,
|
|
131
304
|
courseSchema,
|
|
305
|
+
createSyllabusFromTemplateResultSchema,
|
|
132
306
|
documentComplianceStatus,
|
|
133
307
|
documentRequirement,
|
|
134
308
|
documentRequirementGroup,
|
|
@@ -136,12 +310,20 @@ export {
|
|
|
136
310
|
documentSchema,
|
|
137
311
|
documentShareSchema,
|
|
138
312
|
documentType,
|
|
313
|
+
enrollmentTrainingElementSchema,
|
|
314
|
+
equipmentSchema,
|
|
139
315
|
eventSchema,
|
|
140
316
|
expenseItemSchema,
|
|
141
317
|
expenseSchema,
|
|
142
318
|
extendedAirplaneSchema,
|
|
319
|
+
feeCategoryOptionsSchema,
|
|
143
320
|
feeSchema,
|
|
144
321
|
flightLogSchema,
|
|
322
|
+
gradeHistoryItemSchema,
|
|
323
|
+
gradingScalePointSchema,
|
|
324
|
+
gradingScaleSchema,
|
|
325
|
+
impersonationParticipantSchema,
|
|
326
|
+
impersonationStateSchema,
|
|
145
327
|
invoiceSchema,
|
|
146
328
|
landingFeeSchema,
|
|
147
329
|
landingSchema,
|
|
@@ -151,6 +333,7 @@ export {
|
|
|
151
333
|
mediaCollection,
|
|
152
334
|
mediaSchema,
|
|
153
335
|
membershipSchema,
|
|
336
|
+
membershipSignupSchema,
|
|
154
337
|
postSchema,
|
|
155
338
|
prePaidPackageSchema,
|
|
156
339
|
priceSchema,
|
|
@@ -161,8 +344,21 @@ export {
|
|
|
161
344
|
scheduledFlightSchema,
|
|
162
345
|
settingSchema,
|
|
163
346
|
specialFlightSchema,
|
|
347
|
+
syllabusElementMutationResultSchema,
|
|
348
|
+
syllabusElementSchema,
|
|
349
|
+
syllabusRolloutResultItemSchema,
|
|
350
|
+
syllabusRolloutResultSchema,
|
|
351
|
+
syllabusRolloutSkippedItemSchema,
|
|
352
|
+
syllabusSchema,
|
|
164
353
|
tagSchema,
|
|
165
354
|
ticketSchema,
|
|
355
|
+
trainingElementSchema,
|
|
356
|
+
trainingRecordEntryInputSchema,
|
|
357
|
+
trainingRecordEntrySchema,
|
|
358
|
+
trainingRecordSchema,
|
|
359
|
+
trainingSignatureSchema,
|
|
360
|
+
trainingTemplatePackSchema,
|
|
361
|
+
usedByCourseSchema,
|
|
166
362
|
userAircraftRatingSchema,
|
|
167
363
|
userQualificationSchema,
|
|
168
364
|
userSchema,
|