Skip to content

Commit d504fac

Browse files
committed
feat: remove view, update package json for sdk build
1 parent 3f405fb commit d504fac

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

apps/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@postiz/node",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "The ultimate social media scheduling tool",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

libraries/nestjs-libraries/src/dtos/posts/get.posts.dto.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
import { Type } from 'class-transformer';
21
import {
3-
IsDefined,
4-
IsIn,
52
IsOptional,
63
IsString,
74
IsDateString,
@@ -14,10 +11,6 @@ export class GetPostsDto {
1411
@IsDateString()
1512
endDate: string;
1613

17-
@IsDefined()
18-
@IsIn(['day', 'week', 'month'])
19-
display: 'day' | 'week' | 'month';
20-
2114
@IsOptional()
2215
@IsString()
2316
customer: string;

0 commit comments

Comments
 (0)