@colijnit/transactionapi 256.1.24 → 256.1.26

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,4 +1,4 @@
1
1
  export declare enum PurchasePortal {
2
- PurchaseOrderLine = "PurchaseOrderLine",
2
+ PurchaseOrderLine = "PurchaseOrderLineDto",
3
3
  PurchaseOrderConfirmation = "purchaseOrderConfirmation"
4
4
  }
@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PurchasePortal = void 0;
4
4
  var PurchasePortal;
5
5
  (function (PurchasePortal) {
6
- PurchasePortal["PurchaseOrderLine"] = "PurchaseOrderLine";
6
+ PurchasePortal["PurchaseOrderLine"] = "PurchaseOrderLineDto";
7
7
  PurchasePortal["PurchaseOrderConfirmation"] = "purchaseOrderConfirmation";
8
8
  })(PurchasePortal = exports.PurchasePortal || (exports.PurchasePortal = {}));
@@ -3056,7 +3056,7 @@ class TransactionAuth extends ione_api_transaction_1.IoneApiTransaction {
3056
3056
  moduleName: module_name_enum_1.ModuleName.Report,
3057
3057
  methodName: transaction_method_enum_1.TransactionMethod.GetStandardPrinter,
3058
3058
  refCursorAsArray: true,
3059
- parameterValues: { reportId: reportId, type: type }
3059
+ parameterValues: { layoutId: reportId, type: type }
3060
3060
  };
3061
3061
  return this._call(data_service_method_enum_1.DataServiceMethod.ExecuteMethod, data, backend_service_name_enum_1.BackendServiceName.DataService, showLoader);
3062
3062
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transactionapi",
3
- "version": "256.1.24",
3
+ "version": "256.1.26",
4
4
  "scripts": {
5
5
  "build": "grunt clean && tsc",
6
6
  "browserify": "browserify build/connector.js --s colijn -o dist/out-tsc/bundle.js",