@updraft-solutions/mcrit-sdk 0.3.1 → 0.4.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-MF7G76QS.cjs → chunk-IVMOR5SW.cjs} +26 -1
- package/dist/{chunk-D5DUVW34.js → chunk-KIMCBEY7.js} +26 -1
- package/dist/{chunk-7QF3OJ45.cjs → chunk-RC2BBT6H.cjs} +73 -14
- package/dist/{chunk-FS5I4MBG.js → chunk-WQLDSZNN.js} +72 -13
- 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 +11 -5
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +13 -7
- package/dist/{models-BWmpcfR8.d.cts → models-Bc5BKYuI.d.cts} +6389 -5667
- package/dist/{models-BWmpcfR8.d.ts → models-Bc5BKYuI.d.ts} +6389 -5667
- package/dist/schemas/index.cjs +8 -2
- package/dist/schemas/index.d.cts +55 -55
- package/dist/schemas/index.d.ts +55 -55
- package/dist/schemas/index.js +7 -1
- package/dist/types/index.d.cts +4 -2
- package/dist/types/index.d.ts +4 -2
- package/package.json +1 -1
- package/src/format/index.ts +51 -5
- package/src/schemas/common.ts +4 -0
- package/src/schemas/models.ts +81 -17
- package/src/types/models.ts +4 -0
package/dist/index.js
CHANGED
|
@@ -33,9 +33,11 @@ import {
|
|
|
33
33
|
availSchema,
|
|
34
34
|
baseMembershipSchema,
|
|
35
35
|
bookingSchema,
|
|
36
|
+
bookingWaypointSchema,
|
|
36
37
|
commentSchema,
|
|
37
38
|
companySchema,
|
|
38
39
|
contactAttributeSchema,
|
|
40
|
+
courseCheckSyllabusSchema,
|
|
39
41
|
courseEnrollmentMetricsSchema,
|
|
40
42
|
courseEnrollmentSchema,
|
|
41
43
|
courseFeeSchema,
|
|
@@ -72,6 +74,7 @@ import {
|
|
|
72
74
|
scheduledFlightSchema,
|
|
73
75
|
settingSchema,
|
|
74
76
|
specialFlightSchema,
|
|
77
|
+
tagSchema,
|
|
75
78
|
ticketSchema,
|
|
76
79
|
userAircraftRatingSchema,
|
|
77
80
|
userQualificationSchema,
|
|
@@ -81,11 +84,16 @@ import {
|
|
|
81
84
|
zNetGross,
|
|
82
85
|
zNullableBool,
|
|
83
86
|
zPhpMoneyObject
|
|
84
|
-
} from "./chunk-
|
|
87
|
+
} from "./chunk-WQLDSZNN.js";
|
|
85
88
|
import "./chunk-LXNCAKJZ.js";
|
|
86
89
|
import {
|
|
87
90
|
parseCourse
|
|
88
91
|
} from "./chunk-TJXWL42D.js";
|
|
92
|
+
import {
|
|
93
|
+
createCrewValidator,
|
|
94
|
+
defaultCrewRoleForMembership,
|
|
95
|
+
hasMembershipRole
|
|
96
|
+
} from "./chunk-2M32EOYI.js";
|
|
89
97
|
import {
|
|
90
98
|
DATE_FORMATS,
|
|
91
99
|
TIME_FORMATS,
|
|
@@ -107,7 +115,7 @@ import {
|
|
|
107
115
|
timeString,
|
|
108
116
|
timeUntil,
|
|
109
117
|
yearString
|
|
110
|
-
} from "./chunk-
|
|
118
|
+
} from "./chunk-KIMCBEY7.js";
|
|
111
119
|
import {
|
|
112
120
|
AvatarConversion,
|
|
113
121
|
DocumentConversion,
|
|
@@ -135,11 +143,6 @@ import {
|
|
|
135
143
|
import {
|
|
136
144
|
paginationMeta
|
|
137
145
|
} from "./chunk-NQV2D3FJ.js";
|
|
138
|
-
import {
|
|
139
|
-
createCrewValidator,
|
|
140
|
-
defaultCrewRoleForMembership,
|
|
141
|
-
hasMembershipRole
|
|
142
|
-
} from "./chunk-2M32EOYI.js";
|
|
143
146
|
export {
|
|
144
147
|
AvatarConversion,
|
|
145
148
|
BaseModel,
|
|
@@ -185,11 +188,13 @@ export {
|
|
|
185
188
|
baseMembershipSchema,
|
|
186
189
|
bookingDuration,
|
|
187
190
|
bookingSchema,
|
|
191
|
+
bookingWaypointSchema,
|
|
188
192
|
bytesToHuman,
|
|
189
193
|
canPreview,
|
|
190
194
|
commentSchema,
|
|
191
195
|
companySchema,
|
|
192
196
|
contactAttributeSchema,
|
|
197
|
+
courseCheckSyllabusSchema,
|
|
193
198
|
courseEnrollmentMetricsSchema,
|
|
194
199
|
courseEnrollmentSchema,
|
|
195
200
|
courseFeeSchema,
|
|
@@ -255,6 +260,7 @@ export {
|
|
|
255
260
|
scheduledFlightSchema,
|
|
256
261
|
settingSchema,
|
|
257
262
|
specialFlightSchema,
|
|
263
|
+
tagSchema,
|
|
258
264
|
ticketSchema,
|
|
259
265
|
timeDiffInDays,
|
|
260
266
|
timeString,
|