@updraft-solutions/mcrit-sdk 0.11.0 → 0.11.1
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-RN7XMRGC.cjs → chunk-HHQ7PFX2.cjs} +6 -4
- package/dist/{chunk-XEKAC57V.js → chunk-VFCUI2TH.js} +5 -3
- package/dist/index.cjs +6 -4
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +18 -16
- package/dist/schemas/index.cjs +4 -2
- package/dist/schemas/index.d.cts +135 -135
- package/dist/schemas/index.d.ts +135 -135
- package/dist/schemas/index.js +3 -1
- package/dist/{training-CuiDqGAo.d.cts → training-BNAGw2Te.d.cts} +18515 -18556
- package/dist/{training-CuiDqGAo.d.ts → training-BNAGw2Te.d.ts} +18515 -18556
- package/dist/types/index.d.cts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/schemas/models.ts +7 -3
package/dist/schemas/index.js
CHANGED
|
@@ -135,6 +135,7 @@ import {
|
|
|
135
135
|
feeCategoryOptionsSchema,
|
|
136
136
|
feeSchema,
|
|
137
137
|
flightLogSchema,
|
|
138
|
+
fuelUnitSchema,
|
|
138
139
|
gradeHistoryItemSchema,
|
|
139
140
|
gradingScalePointSchema,
|
|
140
141
|
gradingScaleSchema,
|
|
@@ -186,7 +187,7 @@ import {
|
|
|
186
187
|
zMoneyObject,
|
|
187
188
|
zNetGross,
|
|
188
189
|
zNullableBool
|
|
189
|
-
} from "../chunk-
|
|
190
|
+
} from "../chunk-VFCUI2TH.js";
|
|
190
191
|
export {
|
|
191
192
|
ALLOWED_GEOMETRY_TYPES,
|
|
192
193
|
ALLOWED_NEWSLETTER_VARIABLES,
|
|
@@ -324,6 +325,7 @@ export {
|
|
|
324
325
|
feeCategoryOptionsSchema,
|
|
325
326
|
feeSchema,
|
|
326
327
|
flightLogSchema,
|
|
328
|
+
fuelUnitSchema,
|
|
327
329
|
gradeHistoryItemSchema,
|
|
328
330
|
gradingScalePointSchema,
|
|
329
331
|
gradingScaleSchema,
|