@colijnit/transactionapi 1.1.55 → 1.1.56

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.
@@ -1,3 +1,3 @@
1
- export declare enum ArticleStockMethod {
1
+ export declare enum AvailableStockMethod {
2
2
  GetAvailableStockGroupedByWLBSByTransIdLineNr = "getAvailableStockGroupedByWLBSByTransIdLineNr"
3
3
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- var ArticleStockMethod;
4
- (function (ArticleStockMethod) {
5
- ArticleStockMethod["GetAvailableStockGroupedByWLBSByTransIdLineNr"] = "getAvailableStockGroupedByWLBSByTransIdLineNr";
6
- })(ArticleStockMethod = exports.ArticleStockMethod || (exports.ArticleStockMethod = {}));
3
+ var AvailableStockMethod;
4
+ (function (AvailableStockMethod) {
5
+ AvailableStockMethod["GetAvailableStockGroupedByWLBSByTransIdLineNr"] = "getAvailableStockGroupedByWLBSByTransIdLineNr";
6
+ })(AvailableStockMethod = exports.AvailableStockMethod || (exports.AvailableStockMethod = {}));
@@ -1224,7 +1224,7 @@ class TransactionAuth extends ione_api_transaction_1.IoneApiTransaction {
1224
1224
  lineNr: lineNr
1225
1225
  };
1226
1226
  const data = {
1227
- methodName: article_stock_method_enum_1.ArticleStockMethod.GetAvailableStockGroupedByWLBSByTransIdLineNr,
1227
+ methodName: article_stock_method_enum_1.AvailableStockMethod.GetAvailableStockGroupedByWLBSByTransIdLineNr,
1228
1228
  moduleName: module_name_enum_1.ModuleName.Stock,
1229
1229
  refCursorAsArray: true,
1230
1230
  parameterValues: parameterValues
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transactionapi",
3
- "version": "1.1.55",
3
+ "version": "1.1.56",
4
4
  "scripts": {
5
5
  "build": "grunt clean && tsc",
6
6
  "browserify": "browserify build/connector.js --s colijn -o dist/out-tsc/bundle.js",