@messaia/cdk 17.0.6 → 17.0.7

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.
@@ -20,7 +20,7 @@ export declare class OrderPipe implements PipeTransform {
20
20
  * @param a
21
21
  * @param b
22
22
  */
23
- static defaultCompare(a: any, b: any): 0 | 1 | -1;
23
+ static defaultCompare(a: any, b: any): 1 | 0 | -1;
24
24
  /**
25
25
  * Parse expression, split into items
26
26
  * @param expression
@@ -10,6 +10,10 @@ export declare class MenuClient {
10
10
  * @property
11
11
  */
12
12
  clientId?: number;
13
+ /**
14
+ * @property
15
+ */
16
+ client?: any;
13
17
  /**
14
18
  * @property
15
19
  */
@@ -10,6 +10,10 @@ export declare class MenuDepartment {
10
10
  * @property
11
11
  */
12
12
  departmentId?: number;
13
+ /**
14
+ * @property
15
+ */
16
+ department?: any;
13
17
  /**
14
18
  * @property
15
19
  */
@@ -10,6 +10,10 @@ export declare class MenuItemClient {
10
10
  * @property
11
11
  */
12
12
  clientId?: number;
13
+ /**
14
+ * @property
15
+ */
16
+ client?: any;
13
17
  /**
14
18
  * @property
15
19
  */
@@ -10,6 +10,10 @@ export declare class MenuItemDepartment {
10
10
  * @property
11
11
  */
12
12
  departmentId?: number;
13
+ /**
14
+ * @property
15
+ */
16
+ department?: any;
13
17
  /**
14
18
  * @property
15
19
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@messaia/cdk",
3
- "version": "17.0.6",
3
+ "version": "17.0.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.0.8",
6
6
  "@angular/core": "^17.0.8"