@colijnit/relation 257.1.1 → 257.1.2

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.
@@ -4589,6 +4589,7 @@ export declare class Dictionaries {
4589
4589
  MUTATION_USER: string;
4590
4590
  MY_CLIENTDATA: string;
4591
4591
  MY_EMPLOYERS: string;
4592
+ MY_PLANNING: string;
4592
4593
  MY_ORDERS: string;
4593
4594
  MY_SERVICES: string;
4594
4595
  MY_SERVICE_REQUESTS: string;
@@ -14840,6 +14841,7 @@ export declare class Dictionaries {
14840
14841
  LOCATIONS: string;
14841
14842
  LOCATION_ADVICE: string;
14842
14843
  LOCATION_FROM: string;
14844
+ LOCATION_INVENTORY: string;
14843
14845
  LOCATION_IS_NOT_VALID_WITHIN_WAREHOUSE: string;
14844
14846
  LOCATION_NOT_EDITABLE: string;
14845
14847
  LOCATION_NOT_SAME_AS_ROW: string;
@@ -15396,6 +15398,7 @@ export declare class Dictionaries {
15396
15398
  MY_ABSENCEFILES: string;
15397
15399
  MY_CLIENTDATA: string;
15398
15400
  MY_EMPLOYERS: string;
15401
+ MY_PLANNING: string;
15399
15402
  MY_ORDERS: string;
15400
15403
  MY_SERVICES: string;
15401
15404
  MY_SERVICE_REQUESTS: string;
@@ -16867,6 +16870,8 @@ export declare class Dictionaries {
16867
16870
  RECALCULATE_ALL_PRICES: string;
16868
16871
  RECALCULATE_DELIVERYDATE_FOR_ALL_LINES: string;
16869
16872
  RECALCULATE_DEPOSIT_AMOUNT: string;
16873
+ RECALCULATE_FOR_ALL_LOCATIONS: string;
16874
+ RECALCULATE_FOR_SINGLE_LOCATION: string;
16870
16875
  RECALCULATE_TO_PAY_DOWN: string;
16871
16876
  RECEIPT: string;
16872
16877
  RECEIPT_DETAILS: string;
@@ -18534,6 +18539,7 @@ export declare class Dictionaries {
18534
18539
  UPDATE_ARTICLE_PRICE: string;
18535
18540
  UPDATE_CONTAINER: string;
18536
18541
  UPDATE_DATE: string;
18542
+ UPDATE_LOCATION_INVENTORY: string;
18537
18543
  UPDATE_SEARCH_INDEXES: string;
18538
18544
  UPDATE_SINGLE_SEARCH_INDEX: string;
18539
18545
  UPDATE_STOCK: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/relation",
3
- "version": "257.1.1",
3
+ "version": "257.1.2",
4
4
  "description": "Colijn IT relation module for Angular 12",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",