@jsdev_ninja/core 0.13.51 → 0.13.53
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.cjs +1 -1
- package/dist/core.cjs.map +1 -1
- package/dist/core.es.js +2 -2
- package/dist/core.es.js.map +1 -1
- package/dist/core.umd.js +1 -1
- package/dist/core.umd.js.map +1 -1
- package/dist/lib/entities/Order.d.ts +5 -5
- package/dist/lib/entities/Order.js +1 -1
- package/dist/lib/entities/Profile.d.ts +3 -3
- package/dist/lib/entities/Profile.js +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +1 -1
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(),
|
|
@@ -3214,7 +3214,7 @@ const re = a.object({
|
|
|
3214
3214
|
"draft",
|
|
3215
3215
|
// before payment
|
|
3216
3216
|
"pending",
|
|
3217
|
-
// after payment
|
|
3217
|
+
// after payment or external payment
|
|
3218
3218
|
"processing",
|
|
3219
3219
|
// after admin approve
|
|
3220
3220
|
"in_delivery",
|