File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
apps/web/src/interface/document Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 11import { z } from 'zod' ;
2- import { FilingType } from '@repo/shared' ;
32import { BudgetSchema } from './document-type-zero-zod' ;
43
54export const DocumentTypeTwoSchema = z . object ( {
6- projectCode : z . string ( ) ,
7- projectNameTH : z . string ( ) ,
85 projectNameEN : z . string ( ) ,
9- filingType : z . nativeEnum ( FilingType ) ,
10- filingCode : z . string ( ) ,
11- filingName : z . string ( ) ,
126 department : z . string ( ) . nullable ( ) ,
137 startDate : z . string ( ) ,
148 endDate : z . string ( ) . optional ( ) ,
Original file line number Diff line number Diff line change 33 ObjectiveType ,
44 ActivityType ,
55 GraduateAttributeType ,
6- FilingType ,
76 ManagementRole ,
87 TQFType ,
98 SDGType ,
@@ -134,12 +133,7 @@ export const TQFSchema = z.object({
134133} ) ;
135134
136135export const DocumentTypeZeroSchema = z . object ( {
137- projectCode : z . string ( ) ,
138- projectNameTH : z . string ( ) ,
139136 projectNameEN : z . string ( ) ,
140- filingType : z . nativeEnum ( FilingType ) ,
141- filingCode : z . string ( ) ,
142- filingName : z . string ( ) ,
143137 department : z . string ( ) . nullable ( ) ,
144138 startDate : z . string ( ) ,
145139 endDate : z . string ( ) . optional ( ) ,
You can’t perform that action at this time.
0 commit comments