@roomstay/core 0.1.67-0 → 0.1.67-1

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.
@@ -202,5 +202,8 @@ export type IAdminGiftCardLogDTO = {
202
202
  url?: string | null;
203
203
  username?: string | null;
204
204
  userId?: string | null;
205
- additionalData?: any;
205
+ changedFields?: Record<string, {
206
+ old: string;
207
+ new: string;
208
+ }> | null;
206
209
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomstay/core",
3
- "version": "0.1.67-0",
3
+ "version": "0.1.67-1",
4
4
  "description": "Details shared between Roomstay libraries. Anything from Currency, to Generic types",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [