@vini-wine/admin-core-models 1.1.56 → 1.1.57

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/dist/index.d.mts CHANGED
@@ -222,6 +222,7 @@ interface UserAccountModel extends UUID {
222
222
  defaultDateTimeFormat: DateTimeFormatEnum;
223
223
  createdAt: Date;
224
224
  updatedAt: Date;
225
+ tourSkippedAt: Date | null;
225
226
  }
226
227
 
227
228
  interface B2bMarketPriceUploadModel extends UUID {
package/dist/index.d.ts CHANGED
@@ -222,6 +222,7 @@ interface UserAccountModel extends UUID {
222
222
  defaultDateTimeFormat: DateTimeFormatEnum;
223
223
  createdAt: Date;
224
224
  updatedAt: Date;
225
+ tourSkippedAt: Date | null;
225
226
  }
226
227
 
227
228
  interface B2bMarketPriceUploadModel extends UUID {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vini-wine/admin-core-models",
3
- "version": "1.1.56",
3
+ "version": "1.1.57",
4
4
  "description": "Core package for Vini models related to the admin API.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",