@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.
@@ -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-JUAGKQGN.js";
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,