@experteam-mx/ngx-services 20.1.14 → 20.1.15
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.
- package/index.d.ts +1 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -7059,8 +7059,7 @@ type ShipmentCancellationIn = {
|
|
|
7059
7059
|
reasonId: number;
|
|
7060
7060
|
};
|
|
7061
7061
|
type ShipmentCancellationOut = {
|
|
7062
|
-
|
|
7063
|
-
creditNoteDocument: Document | null;
|
|
7062
|
+
transactionId: string;
|
|
7064
7063
|
};
|
|
7065
7064
|
type ExportTypesOut = {
|
|
7066
7065
|
exportTypes: ExportType[];
|