@updraft-solutions/mcrit-sdk 0.11.2 → 0.12.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-JUAGKQGN.js → chunk-Q73PQFAM.js} +45 -11
- package/dist/{chunk-5AUKIEY3.cjs → chunk-T7J6XEV7.cjs} +46 -12
- package/dist/index.cjs +10 -4
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +16 -10
- package/dist/schemas/index.cjs +8 -2
- package/dist/schemas/index.d.cts +135 -135
- package/dist/schemas/index.d.ts +135 -135
- package/dist/schemas/index.js +7 -1
- package/dist/{training-D3dneyB8.d.cts → training-B5bsRTKy.d.cts} +19929 -26019
- package/dist/{training-D3dneyB8.d.ts → training-B5bsRTKy.d.ts} +19929 -26019
- package/dist/types/index.d.cts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/schemas/common.ts +23 -0
- package/src/schemas/models.ts +43 -10
package/dist/schemas/index.js
CHANGED
|
@@ -109,6 +109,7 @@ import {
|
|
|
109
109
|
bookingWaypointSchema,
|
|
110
110
|
commentSchema,
|
|
111
111
|
companyAudienceInclude,
|
|
112
|
+
companyIdentitySchema,
|
|
112
113
|
companySchema,
|
|
113
114
|
contactAttributeSchema,
|
|
114
115
|
courseCheckSyllabusSchema,
|
|
@@ -150,8 +151,10 @@ import {
|
|
|
150
151
|
maintenanceStatusSchema,
|
|
151
152
|
mediaCollection,
|
|
152
153
|
mediaSchema,
|
|
154
|
+
membershipIdentitySchema,
|
|
153
155
|
membershipSchema,
|
|
154
156
|
membershipSignupSchema,
|
|
157
|
+
nestedMembershipSchema,
|
|
155
158
|
postSchema,
|
|
156
159
|
postSubjectSchema,
|
|
157
160
|
prePaidPackageAssignmentSchema,
|
|
@@ -187,7 +190,7 @@ import {
|
|
|
187
190
|
zMoneyObject,
|
|
188
191
|
zNetGross,
|
|
189
192
|
zNullableBool
|
|
190
|
-
} from "../chunk-
|
|
193
|
+
} from "../chunk-Q73PQFAM.js";
|
|
191
194
|
export {
|
|
192
195
|
ALLOWED_GEOMETRY_TYPES,
|
|
193
196
|
ALLOWED_NEWSLETTER_VARIABLES,
|
|
@@ -299,6 +302,7 @@ export {
|
|
|
299
302
|
bookingWaypointSchema,
|
|
300
303
|
commentSchema,
|
|
301
304
|
companyAudienceInclude,
|
|
305
|
+
companyIdentitySchema,
|
|
302
306
|
companySchema,
|
|
303
307
|
contactAttributeSchema,
|
|
304
308
|
courseCheckSyllabusSchema,
|
|
@@ -340,8 +344,10 @@ export {
|
|
|
340
344
|
maintenanceStatusSchema,
|
|
341
345
|
mediaCollection,
|
|
342
346
|
mediaSchema,
|
|
347
|
+
membershipIdentitySchema,
|
|
343
348
|
membershipSchema,
|
|
344
349
|
membershipSignupSchema,
|
|
350
|
+
nestedMembershipSchema,
|
|
345
351
|
postSchema,
|
|
346
352
|
postSubjectSchema,
|
|
347
353
|
prePaidPackageAssignmentSchema,
|