@@ -332,10 +332,10 @@ export declare const components: {
332332 }
333333 | {
334334 data : {
335- createdAt ?: null | number ;
335+ createdAt : number ;
336336 expiresAt : number ;
337337 identifier : string ;
338- updatedAt ?: null | number ;
338+ updatedAt : number ;
339339 value : string ;
340340 } ;
341341 model : "verification" ;
@@ -425,6 +425,23 @@ export declare const components: {
425425 } ;
426426 model : "oauthConsent" ;
427427 }
428+ | {
429+ data : {
430+ createdAt : number ;
431+ name : string ;
432+ organizationId : string ;
433+ updatedAt ?: null | number ;
434+ } ;
435+ model : "team" ;
436+ }
437+ | {
438+ data : {
439+ createdAt ?: null | number ;
440+ teamId : string ;
441+ userId : string ;
442+ } ;
443+ model : "teamMember" ;
444+ }
428445 | {
429446 data : {
430447 createdAt : number ;
@@ -456,23 +473,6 @@ export declare const components: {
456473 } ;
457474 model : "invitation" ;
458475 }
459- | {
460- data : {
461- createdAt : number ;
462- name : string ;
463- organizationId : string ;
464- updatedAt ?: null | number ;
465- } ;
466- model : "team" ;
467- }
468- | {
469- data : {
470- createdAt ?: null | number ;
471- teamId : string ;
472- userId : string ;
473- } ;
474- model : "teamMember" ;
475- }
476476 | {
477477 data : {
478478 domain : string ;
@@ -504,6 +504,8 @@ export declare const components: {
504504 status ?: null | string ;
505505 stripeCustomerId ?: null | string ;
506506 stripeSubscriptionId ?: null | string ;
507+ trialEnd ?: null | number ;
508+ trialStart ?: null | number ;
507509 } ;
508510 model : "subscription" ;
509511 }
@@ -867,10 +869,10 @@ export declare const components: {
867869 sortBy ?: { direction : "asc" | "desc" ; field : string } ;
868870 unique ?: boolean ;
869871 update : {
870- createdAt ?: null | number ;
872+ createdAt ?: number ;
871873 expiresAt ?: number ;
872874 identifier ?: string ;
873- updatedAt ?: null | number ;
875+ updatedAt ?: number ;
874876 value ?: string ;
875877 } ;
876878 where ?: Array < {
@@ -1197,7 +1199,7 @@ export declare const components: {
11971199 }
11981200 | {
11991201 limit ?: number ;
1200- model : "organization " ;
1202+ model : "team " ;
12011203 offset ?: number ;
12021204 paginationOpts : {
12031205 cursor : string | null ;
@@ -1212,10 +1214,9 @@ export declare const components: {
12121214 unique ?: boolean ;
12131215 update : {
12141216 createdAt ?: number ;
1215- logo ?: null | string ;
1216- metadata ?: null | string ;
12171217 name ?: string ;
1218- slug ?: null | string ;
1218+ organizationId ?: string ;
1219+ updatedAt ?: null | number ;
12191220 } ;
12201221 where ?: Array < {
12211222 connector ?: "AND" | "OR" ;
@@ -1242,7 +1243,7 @@ export declare const components: {
12421243 }
12431244 | {
12441245 limit ?: number ;
1245- model : "member " ;
1246+ model : "teamMember " ;
12461247 offset ?: number ;
12471248 paginationOpts : {
12481249 cursor : string | null ;
@@ -1256,9 +1257,8 @@ export declare const components: {
12561257 sortBy ?: { direction : "asc" | "desc" ; field : string } ;
12571258 unique ?: boolean ;
12581259 update : {
1259- createdAt ?: number ;
1260- organizationId ?: string ;
1261- role ?: string ;
1260+ createdAt ?: null | number ;
1261+ teamId ?: string ;
12621262 userId ?: string ;
12631263 } ;
12641264 where ?: Array < {
@@ -1286,7 +1286,7 @@ export declare const components: {
12861286 }
12871287 | {
12881288 limit ?: number ;
1289- model : "invitation " ;
1289+ model : "organization " ;
12901290 offset ?: number ;
12911291 paginationOpts : {
12921292 cursor : string | null ;
@@ -1300,13 +1300,11 @@ export declare const components: {
13001300 sortBy ?: { direction : "asc" | "desc" ; field : string } ;
13011301 unique ?: boolean ;
13021302 update : {
1303- email ?: string ;
1304- expiresAt ?: number ;
1305- inviterId ?: string ;
1306- organizationId ?: string ;
1307- role ?: null | string ;
1308- status ?: string ;
1309- teamId ?: null | string ;
1303+ createdAt ?: number ;
1304+ logo ?: null | string ;
1305+ metadata ?: null | string ;
1306+ name ?: string ;
1307+ slug ?: null | string ;
13101308 } ;
13111309 where ?: Array < {
13121310 connector ?: "AND" | "OR" ;
@@ -1333,7 +1331,7 @@ export declare const components: {
13331331 }
13341332 | {
13351333 limit ?: number ;
1336- model : "team " ;
1334+ model : "member " ;
13371335 offset ?: number ;
13381336 paginationOpts : {
13391337 cursor : string | null ;
@@ -1348,9 +1346,9 @@ export declare const components: {
13481346 unique ?: boolean ;
13491347 update : {
13501348 createdAt ?: number ;
1351- name ?: string ;
13521349 organizationId ?: string ;
1353- updatedAt ?: null | number ;
1350+ role ?: string ;
1351+ userId ?: string ;
13541352 } ;
13551353 where ?: Array < {
13561354 connector ?: "AND" | "OR" ;
@@ -1377,7 +1375,7 @@ export declare const components: {
13771375 }
13781376 | {
13791377 limit ?: number ;
1380- model : "teamMember " ;
1378+ model : "invitation " ;
13811379 offset ?: number ;
13821380 paginationOpts : {
13831381 cursor : string | null ;
@@ -1391,9 +1389,13 @@ export declare const components: {
13911389 sortBy ?: { direction : "asc" | "desc" ; field : string } ;
13921390 unique ?: boolean ;
13931391 update : {
1394- createdAt ?: null | number ;
1395- teamId ?: string ;
1396- userId ?: string ;
1392+ email ?: string ;
1393+ expiresAt ?: number ;
1394+ inviterId ?: string ;
1395+ organizationId ?: string ;
1396+ role ?: null | string ;
1397+ status ?: string ;
1398+ teamId ?: null | string ;
13971399 } ;
13981400 where ?: Array < {
13991401 connector ?: "AND" | "OR" ;
@@ -1533,6 +1535,8 @@ export declare const components: {
15331535 status ?: null | string ;
15341536 stripeCustomerId ?: null | string ;
15351537 stripeSubscriptionId ?: null | string ;
1538+ trialEnd ?: null | number ;
1539+ trialStart ?: null | number ;
15361540 } ;
15371541 where ?: Array < {
15381542 connector ?: "AND" | "OR" ;
@@ -1778,10 +1782,10 @@ export declare const components: {
17781782 | {
17791783 model : "verification" ;
17801784 update : {
1781- createdAt ?: null | number ;
1785+ createdAt ?: number ;
17821786 expiresAt ?: number ;
17831787 identifier ?: string ;
1784- updatedAt ?: null | number ;
1788+ updatedAt ?: number ;
17851789 value ?: string ;
17861790 } ;
17871791 where ?: Array < {
@@ -2029,13 +2033,12 @@ export declare const components: {
20292033 } > ;
20302034 }
20312035 | {
2032- model : "organization " ;
2036+ model : "team " ;
20332037 update : {
20342038 createdAt ?: number ;
2035- logo ?: null | string ;
2036- metadata ?: null | string ;
20372039 name ?: string ;
2038- slug ?: null | string ;
2040+ organizationId ?: string ;
2041+ updatedAt ?: null | number ;
20392042 } ;
20402043 where ?: Array < {
20412044 connector ?: "AND" | "OR" ;
@@ -2061,11 +2064,10 @@ export declare const components: {
20612064 } > ;
20622065 }
20632066 | {
2064- model : "member " ;
2067+ model : "teamMember " ;
20652068 update : {
2066- createdAt ?: number ;
2067- organizationId ?: string ;
2068- role ?: string ;
2069+ createdAt ?: null | number ;
2070+ teamId ?: string ;
20692071 userId ?: string ;
20702072 } ;
20712073 where ?: Array < {
@@ -2092,15 +2094,13 @@ export declare const components: {
20922094 } > ;
20932095 }
20942096 | {
2095- model : "invitation " ;
2097+ model : "organization " ;
20962098 update : {
2097- email ?: string ;
2098- expiresAt ?: number ;
2099- inviterId ?: string ;
2100- organizationId ?: string ;
2101- role ?: null | string ;
2102- status ?: string ;
2103- teamId ?: null | string ;
2099+ createdAt ?: number ;
2100+ logo ?: null | string ;
2101+ metadata ?: null | string ;
2102+ name ?: string ;
2103+ slug ?: null | string ;
21042104 } ;
21052105 where ?: Array < {
21062106 connector ?: "AND" | "OR" ;
@@ -2126,12 +2126,12 @@ export declare const components: {
21262126 } > ;
21272127 }
21282128 | {
2129- model : "team " ;
2129+ model : "member " ;
21302130 update : {
21312131 createdAt ?: number ;
2132- name ?: string ;
21332132 organizationId ?: string ;
2134- updatedAt ?: null | number ;
2133+ role ?: string ;
2134+ userId ?: string ;
21352135 } ;
21362136 where ?: Array < {
21372137 connector ?: "AND" | "OR" ;
@@ -2157,11 +2157,15 @@ export declare const components: {
21572157 } > ;
21582158 }
21592159 | {
2160- model : "teamMember " ;
2160+ model : "invitation " ;
21612161 update : {
2162- createdAt ?: null | number ;
2163- teamId ?: string ;
2164- userId ?: string ;
2162+ email ?: string ;
2163+ expiresAt ?: number ;
2164+ inviterId ?: string ;
2165+ organizationId ?: string ;
2166+ role ?: null | string ;
2167+ status ?: string ;
2168+ teamId ?: null | string ;
21652169 } ;
21662170 where ?: Array < {
21672171 connector ?: "AND" | "OR" ;
@@ -2262,6 +2266,8 @@ export declare const components: {
22622266 status ?: null | string ;
22632267 stripeCustomerId ?: null | string ;
22642268 stripeSubscriptionId ?: null | string ;
2269+ trialEnd ?: null | number ;
2270+ trialStart ?: null | number ;
22652271 } ;
22662272 where ?: Array < {
22672273 connector ?: "AND" | "OR" ;
0 commit comments