@colijnit/transactionapi 257.1.9 → 257.1.10

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.
@@ -3054,7 +3054,7 @@ class TransactionAuth extends ione_api_transaction_1.IoneApiTransaction {
3054
3054
  moduleName: module_name_enum_1.ModuleName.Report,
3055
3055
  methodName: transaction_method_enum_1.TransactionMethod.GetStandardPrinter,
3056
3056
  refCursorAsArray: true,
3057
- parameterValues: { reportId: reportId, type: type }
3057
+ parameterValues: { layoutId: reportId, type: type }
3058
3058
  };
3059
3059
  return this._call(data_service_method_enum_1.DataServiceMethod.ExecuteMethod, data, backend_service_name_enum_1.BackendServiceName.DataService, showLoader);
3060
3060
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transactionapi",
3
- "version": "257.1.9",
3
+ "version": "257.1.10",
4
4
  "scripts": {
5
5
  "build": "grunt clean && tsc",
6
6
  "browserify": "browserify build/connector.js --s colijn -o dist/out-tsc/bundle.js",