@jsdev_ninja/core 0.14.9 → 0.15.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/core.es.js CHANGED
@@ -3102,7 +3102,10 @@ const ne = s.object({
3102
3102
  lastActivityDate: s.number(),
3103
3103
  //todo
3104
3104
  paymentType: Ie.optional(),
3105
- organizationId: s.string().optional().nullable()
3105
+ /** @deprecated Use organizationIds instead */
3106
+ organizationId: s.string().optional().nullable(),
3107
+ /** Array of organization IDs this user belongs to */
3108
+ organizationIds: s.array(s.string()).optional()
3106
3109
  }), et = s.object({
3107
3110
  _COMMENT: s.string().optional(),
3108
3111
  transaction_id: s.string(),