@updraft-solutions/mcrit-sdk 0.6.0 → 0.8.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-EE4YY3AU.js → chunk-QG44Y5LO.js} +20 -1
- package/dist/{chunk-H4CJ2YEQ.cjs → chunk-TDONQRKU.cjs} +21 -2
- package/dist/index.cjs +7 -5
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +7 -5
- package/dist/schemas/index.cjs +4 -2
- package/dist/schemas/index.d.cts +123 -123
- package/dist/schemas/index.d.ts +123 -123
- package/dist/schemas/index.js +3 -1
- package/dist/{training-C9rIBUeV.d.cts → training-BibD4HsC.d.cts} +17392 -15997
- package/dist/{training-C9rIBUeV.d.ts → training-BibD4HsC.d.ts} +17392 -15997
- package/dist/types/index.d.cts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/schemas/todo.ts +1 -0
- package/src/schemas/training.ts +30 -0
package/dist/schemas/index.js
CHANGED
|
@@ -139,6 +139,7 @@ import {
|
|
|
139
139
|
gradingScaleSchema,
|
|
140
140
|
impersonationParticipantSchema,
|
|
141
141
|
impersonationStateSchema,
|
|
142
|
+
invalidateTrainingRecordResponseSchema,
|
|
142
143
|
invoiceSchema,
|
|
143
144
|
landingFeeSchema,
|
|
144
145
|
landingSchema,
|
|
@@ -182,7 +183,7 @@ import {
|
|
|
182
183
|
zNetGross,
|
|
183
184
|
zNullableBool,
|
|
184
185
|
zPhpMoneyObject
|
|
185
|
-
} from "../chunk-
|
|
186
|
+
} from "../chunk-QG44Y5LO.js";
|
|
186
187
|
export {
|
|
187
188
|
ALLOWED_GEOMETRY_TYPES,
|
|
188
189
|
ALLOWED_NEWSLETTER_VARIABLES,
|
|
@@ -324,6 +325,7 @@ export {
|
|
|
324
325
|
gradingScaleSchema,
|
|
325
326
|
impersonationParticipantSchema,
|
|
326
327
|
impersonationStateSchema,
|
|
328
|
+
invalidateTrainingRecordResponseSchema,
|
|
327
329
|
invoiceSchema,
|
|
328
330
|
landingFeeSchema,
|
|
329
331
|
landingSchema,
|