@colijnit/transactionapi 262.1.3 → 262.1.4

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.
@@ -18,4 +18,5 @@ export declare class InterBranchFilters {
18
18
  transactionDefinitive: string;
19
19
  manualCommand: string;
20
20
  targetWarehouses: number[];
21
+ onlyDirectlyAvailable: string;
21
22
  }
@@ -62,6 +62,7 @@ export declare class TransactionLineInfo extends BusinessObject {
62
62
  directSell: boolean;
63
63
  warehouseNumber: number;
64
64
  warehouseDescription: string;
65
+ targetWarehouseDescription: string;
65
66
  preReceive: boolean;
66
67
  commissionCode: string;
67
68
  commissionDescription: string;
@@ -93,6 +93,10 @@ __decorate([
93
93
  (0, no_db_field_decorator_1.NoDbField)(),
94
94
  __metadata("design:type", String)
95
95
  ], TransactionLineInfo.prototype, "warehouseDescription", void 0);
96
+ __decorate([
97
+ (0, no_db_field_decorator_1.NoDbField)(),
98
+ __metadata("design:type", String)
99
+ ], TransactionLineInfo.prototype, "targetWarehouseDescription", void 0);
96
100
  __decorate([
97
101
  (0, no_db_field_decorator_1.NoDbField)(),
98
102
  __metadata("design:type", Boolean)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transactionapi",
3
- "version": "262.1.3",
3
+ "version": "262.1.4",
4
4
 
5
5
 
6
6
  "scripts": {