@roomstay/core 0.1.76-2 → 0.1.76-3

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.
@@ -35,6 +35,7 @@ export type IAdminGiftCardDTO = IGiftCardDTO & {
35
35
  recipientPhone?: string | null;
36
36
  notes?: string | null;
37
37
  deletedDate?: string | null;
38
+ paymentStatus?: EGiftCardPaymentStatus | null;
38
39
  };
39
40
  /**
40
41
  * Extended details of a gift card for the details view in admin.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomstay/core",
3
- "version": "0.1.76-2",
3
+ "version": "0.1.76-3",
4
4
  "description": "Details shared between Roomstay libraries. Anything from Currency, to Generic types",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [