@exclusive-website/types 2.3.2 → 2.3.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.
- package/dist/types.d.ts +3 -3
- package/package.json +1 -1
- package/src/types.ts +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -220,10 +220,10 @@ export interface ModelAdminDetailReadDto {
|
|
|
220
220
|
variableSymbol: string;
|
|
221
221
|
nickname: string;
|
|
222
222
|
age: number;
|
|
223
|
+
publishActiveUntil: Date;
|
|
224
|
+
topHomeActiveUntil: Date;
|
|
225
|
+
topGlobalActiveUntil: Date;
|
|
223
226
|
location: LocationDto;
|
|
224
|
-
isNew: boolean;
|
|
225
|
-
isTopped: boolean;
|
|
226
|
-
isAvailable: boolean;
|
|
227
227
|
featuredImage: MediaDto;
|
|
228
228
|
photos: MediaDto[];
|
|
229
229
|
video: MediaDto[];
|
package/package.json
CHANGED
package/src/types.ts
CHANGED
|
@@ -267,10 +267,10 @@ export interface ModelAdminDetailReadDto {
|
|
|
267
267
|
variableSymbol: string;
|
|
268
268
|
nickname: string;
|
|
269
269
|
age: number;
|
|
270
|
+
publishActiveUntil: Date;
|
|
271
|
+
topHomeActiveUntil: Date;
|
|
272
|
+
topGlobalActiveUntil: Date;
|
|
270
273
|
location: LocationDto;
|
|
271
|
-
isNew: boolean;
|
|
272
|
-
isTopped: boolean;
|
|
273
|
-
isAvailable: boolean;
|
|
274
274
|
featuredImage: MediaDto;
|
|
275
275
|
photos: MediaDto[];
|
|
276
276
|
video: MediaDto[];
|