Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@alwatr/type

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alwatr/type - npm Package Compare versions

Comparing version 0.32.0 to 1.0.0

11

CHANGELOG.md

@@ -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 @@

5

customer-order-management.d.ts

@@ -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;

2

customer-order-management.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc