@colijnit/transactionapi 1.1.123 → 1.1.125

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.
@@ -97,6 +97,7 @@ export declare class TransactionLineInfo extends BusinessObject {
97
97
  articleImageData: string;
98
98
  purchaseOrderId: number;
99
99
  locationNr: string;
100
+ batchNr: string;
100
101
  printerName: string;
101
102
  reportId: number;
102
103
  stickerAmount: number;
@@ -137,6 +137,10 @@ __decorate([
137
137
  no_db_field_decorator_1.NoDbField(),
138
138
  __metadata("design:type", String)
139
139
  ], TransactionLineInfo.prototype, "locationNr", void 0);
140
+ __decorate([
141
+ no_db_field_decorator_1.NoDbField(),
142
+ __metadata("design:type", String)
143
+ ], TransactionLineInfo.prototype, "batchNr", void 0);
140
144
  __decorate([
141
145
  no_db_field_decorator_1.NoDbField(),
142
146
  __metadata("design:type", String)
@@ -86,4 +86,5 @@ export declare class TransactionSearchViewRequest {
86
86
  rangeWorkflowStatusNames: string;
87
87
  rangeExpectedScoringDate: string;
88
88
  rangeScoringChance: string;
89
+ toBeOrdered: string;
89
90
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transactionapi",
3
- "version": "1.1.123",
3
+ "version": "1.1.125",
4
4
  "scripts": {
5
5
  "build": "grunt clean && tsc",
6
6
  "browserify": "browserify build/connector.js --s colijn -o dist/out-tsc/bundle.js",