@updraft-solutions/mcrit-sdk 0.3.0 → 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-S632QB2N.cjs → chunk-RC2BBT6H.cjs} +88 -14
- package/dist/{chunk-4A2CDUAO.js → chunk-WQLDSZNN.js} +87 -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 +9 -3
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +8 -2
- package/dist/{models-DOcMz5Pd.d.cts → models-Bc5BKYuI.d.cts} +6826 -5789
- package/dist/{models-DOcMz5Pd.d.ts → models-Bc5BKYuI.d.ts} +6826 -5789
- 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 +2 -1
- package/src/format/index.ts +51 -5
- package/src/schemas/common.ts +4 -0
- package/src/schemas/models.ts +96 -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,7 +84,7 @@ 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
|
|
@@ -112,7 +115,7 @@ import {
|
|
|
112
115
|
timeString,
|
|
113
116
|
timeUntil,
|
|
114
117
|
yearString
|
|
115
|
-
} from "./chunk-
|
|
118
|
+
} from "./chunk-KIMCBEY7.js";
|
|
116
119
|
import {
|
|
117
120
|
AvatarConversion,
|
|
118
121
|
DocumentConversion,
|
|
@@ -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,
|