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