@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/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-4A2CDUAO.js";
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-D5DUVW34.js";
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,