@jsdev_ninja/core 0.13.54 → 0.13.55
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
|
@@ -3086,6 +3086,7 @@ const re = a.object({
|
|
|
3086
3086
|
companyId: M,
|
|
3087
3087
|
storeId: M,
|
|
3088
3088
|
tenantId: M,
|
|
3089
|
+
// @deprecated
|
|
3089
3090
|
clientType: a.enum(["user", "company"]),
|
|
3090
3091
|
companyName: a.string().optional(),
|
|
3091
3092
|
displayName: M,
|
|
@@ -3095,6 +3096,7 @@ const re = a.object({
|
|
|
3095
3096
|
isAnonymous: a.boolean(),
|
|
3096
3097
|
createdDate: a.number(),
|
|
3097
3098
|
lastActivityDate: a.number(),
|
|
3099
|
+
//todo
|
|
3098
3100
|
paymentType: Ne.optional(),
|
|
3099
3101
|
organizationId: a.string().optional().nullable()
|
|
3100
3102
|
}), tt = a.object({
|