@jsdev_ninja/core 0.13.50 → 0.13.52

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/core.es.js CHANGED
@@ -3095,7 +3095,7 @@ const re = a.object({
3095
3095
  isAnonymous: a.boolean(),
3096
3096
  createdDate: a.number(),
3097
3097
  lastActivityDate: a.number(),
3098
- paymentType: Ne,
3098
+ paymentType: Ne.optional(),
3099
3099
  organizationId: a.string().optional().nullable()
3100
3100
  }), tt = a.object({
3101
3101
  _COMMENT: a.string().optional(),