nextemos 5.8.12 → 5.8.13

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.
@@ -114,7 +114,7 @@ export interface IInvoice {
114
114
  isGiftBoxRequested: boolean;
115
115
  giftBoxNote: string;
116
116
  gainPoint: number;
117
- flags: "None";
117
+ flags: "None" | "ShipmentFee" | "PaymentFee" | "Customization";
118
118
  shipments: {
119
119
  waybillNo: string;
120
120
  trackingUrl: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "5.8.12",
3
+ "version": "5.8.13",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",