@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.
|
@@ -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"] = "
|
|
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: {
|
|
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
|
}
|