@alwatr/type
Advanced tools
Comparing version 0.32.0 to 1.0.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.0.0](https://github.com/AliMD/alwatr/compare/v0.32.0...v1.0.0) (2023-06-14) | ||
### Bug Fixes | ||
- **com-api:** user-list-inc-order permission ([91beb27](https://github.com/AliMD/alwatr/commit/91beb27cbe372e6b66c99928e26fa4679b751c23)) | ||
- **type/photo:** make meta optional ([5cea716](https://github.com/AliMD/alwatr/commit/5cea716d77bfe4db57c8f25307c4ee18862bb716)) | ||
### Features | ||
- **type/com:** ComUserIncOrder ([8ddf5bf](https://github.com/AliMD/alwatr/commit/8ddf5bf0b75b601582751f017f293a26c74b1815)) | ||
# [0.32.0](https://github.com/AliMD/alwatr/compare/v0.31.0...v0.32.0) (2023-05-27) | ||
@@ -8,0 +19,0 @@ |
@@ -16,3 +16,3 @@ import type { MultiLangStringObj } from './i18n.js'; | ||
export type OrderStatus = (typeof orderStatusCS)[number]; | ||
export declare const userPermissionsCS: readonly ["user/patch", "price/patch", "product/patch", "user-list/read"]; | ||
export declare const userPermissionsCS: readonly ["user/patch", "price/patch", "product/patch", "user-list-inc-order/read"]; | ||
export type UserPermission = (typeof userPermissionsCS)[number]; | ||
@@ -123,2 +123,5 @@ export interface Product extends AlwatrDocumentObject { | ||
} | ||
export interface ComUserIncOrder extends ComUser { | ||
orderList: Record<string, Order>; | ||
} | ||
export declare const orderInfoSchema: { | ||
@@ -125,0 +128,0 @@ id: StringConstructor; |
@@ -27,3 +27,3 @@ // -- Const value -- | ||
]; | ||
export const userPermissionsCS = ['user/patch', 'price/patch', 'product/patch', 'user-list/read']; | ||
export const userPermissionsCS = ['user/patch', 'price/patch', 'product/patch', 'user-list-inc-order/read']; | ||
// -- Schema -- | ||
@@ -30,0 +30,0 @@ export const orderInfoSchema = { |
{ | ||
"name": "@alwatr/type", | ||
"version": "0.32.0", | ||
"version": "1.0.0", | ||
"description": "Alwatr projects common entities types", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "b20d2574ec144e3d10f5ad9645ab30b58d1d2d77" | ||
"gitHead": "bfeaaac8fb74b666a2ae46d6d3a026c7d0b67bfb" | ||
} |
@@ -12,4 +12,4 @@ import { AlwatrDocumentObject } from './storage.js'; | ||
*/ | ||
meta: Record<string, string | number>; | ||
meta?: Record<string, string | number>; | ||
}; | ||
//# sourceMappingURL=photo.d.ts.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
50781
461
1