@@ -136,29 +136,29 @@ def __init__(
136136 )
137137
138138 @cached_property
139- def pages (self ) -> PagesResource :
140- from .resources .pages import PagesResource
139+ def project (self ) -> ProjectResource :
140+ from .resources .project import ProjectResource
141141
142- return PagesResource (self )
142+ return ProjectResource (self )
143143
144144 @cached_property
145145 def emails (self ) -> EmailsResource :
146146 from .resources .emails import EmailsResource
147147
148148 return EmailsResource (self )
149149
150- @cached_property
151- def project (self ) -> ProjectResource :
152- from .resources .project import ProjectResource
153-
154- return ProjectResource (self )
155-
156150 @cached_property
157151 def documents (self ) -> DocumentsResource :
158152 from .resources .documents import DocumentsResource
159153
160154 return DocumentsResource (self )
161155
156+ @cached_property
157+ def pages (self ) -> PagesResource :
158+ from .resources .pages import PagesResource
159+
160+ return PagesResource (self )
161+
162162 @cached_property
163163 def with_raw_response (self ) -> UnlayerWithRawResponse :
164164 return UnlayerWithRawResponse (self )
@@ -354,29 +354,29 @@ def __init__(
354354 )
355355
356356 @cached_property
357- def pages (self ) -> AsyncPagesResource :
358- from .resources .pages import AsyncPagesResource
357+ def project (self ) -> AsyncProjectResource :
358+ from .resources .project import AsyncProjectResource
359359
360- return AsyncPagesResource (self )
360+ return AsyncProjectResource (self )
361361
362362 @cached_property
363363 def emails (self ) -> AsyncEmailsResource :
364364 from .resources .emails import AsyncEmailsResource
365365
366366 return AsyncEmailsResource (self )
367367
368- @cached_property
369- def project (self ) -> AsyncProjectResource :
370- from .resources .project import AsyncProjectResource
371-
372- return AsyncProjectResource (self )
373-
374368 @cached_property
375369 def documents (self ) -> AsyncDocumentsResource :
376370 from .resources .documents import AsyncDocumentsResource
377371
378372 return AsyncDocumentsResource (self )
379373
374+ @cached_property
375+ def pages (self ) -> AsyncPagesResource :
376+ from .resources .pages import AsyncPagesResource
377+
378+ return AsyncPagesResource (self )
379+
380380 @cached_property
381381 def with_raw_response (self ) -> AsyncUnlayerWithRawResponse :
382382 return AsyncUnlayerWithRawResponse (self )
@@ -499,29 +499,29 @@ def __init__(self, client: Unlayer) -> None:
499499 self ._client = client
500500
501501 @cached_property
502- def pages (self ) -> pages . PagesResourceWithRawResponse :
503- from .resources .pages import PagesResourceWithRawResponse
502+ def project (self ) -> project . ProjectResourceWithRawResponse :
503+ from .resources .project import ProjectResourceWithRawResponse
504504
505- return PagesResourceWithRawResponse (self ._client .pages )
505+ return ProjectResourceWithRawResponse (self ._client .project )
506506
507507 @cached_property
508508 def emails (self ) -> emails .EmailsResourceWithRawResponse :
509509 from .resources .emails import EmailsResourceWithRawResponse
510510
511511 return EmailsResourceWithRawResponse (self ._client .emails )
512512
513- @cached_property
514- def project (self ) -> project .ProjectResourceWithRawResponse :
515- from .resources .project import ProjectResourceWithRawResponse
516-
517- return ProjectResourceWithRawResponse (self ._client .project )
518-
519513 @cached_property
520514 def documents (self ) -> documents .DocumentsResourceWithRawResponse :
521515 from .resources .documents import DocumentsResourceWithRawResponse
522516
523517 return DocumentsResourceWithRawResponse (self ._client .documents )
524518
519+ @cached_property
520+ def pages (self ) -> pages .PagesResourceWithRawResponse :
521+ from .resources .pages import PagesResourceWithRawResponse
522+
523+ return PagesResourceWithRawResponse (self ._client .pages )
524+
525525
526526class AsyncUnlayerWithRawResponse :
527527 _client : AsyncUnlayer
@@ -530,29 +530,29 @@ def __init__(self, client: AsyncUnlayer) -> None:
530530 self ._client = client
531531
532532 @cached_property
533- def pages (self ) -> pages . AsyncPagesResourceWithRawResponse :
534- from .resources .pages import AsyncPagesResourceWithRawResponse
533+ def project (self ) -> project . AsyncProjectResourceWithRawResponse :
534+ from .resources .project import AsyncProjectResourceWithRawResponse
535535
536- return AsyncPagesResourceWithRawResponse (self ._client .pages )
536+ return AsyncProjectResourceWithRawResponse (self ._client .project )
537537
538538 @cached_property
539539 def emails (self ) -> emails .AsyncEmailsResourceWithRawResponse :
540540 from .resources .emails import AsyncEmailsResourceWithRawResponse
541541
542542 return AsyncEmailsResourceWithRawResponse (self ._client .emails )
543543
544- @cached_property
545- def project (self ) -> project .AsyncProjectResourceWithRawResponse :
546- from .resources .project import AsyncProjectResourceWithRawResponse
547-
548- return AsyncProjectResourceWithRawResponse (self ._client .project )
549-
550544 @cached_property
551545 def documents (self ) -> documents .AsyncDocumentsResourceWithRawResponse :
552546 from .resources .documents import AsyncDocumentsResourceWithRawResponse
553547
554548 return AsyncDocumentsResourceWithRawResponse (self ._client .documents )
555549
550+ @cached_property
551+ def pages (self ) -> pages .AsyncPagesResourceWithRawResponse :
552+ from .resources .pages import AsyncPagesResourceWithRawResponse
553+
554+ return AsyncPagesResourceWithRawResponse (self ._client .pages )
555+
556556
557557class UnlayerWithStreamedResponse :
558558 _client : Unlayer
@@ -561,29 +561,29 @@ def __init__(self, client: Unlayer) -> None:
561561 self ._client = client
562562
563563 @cached_property
564- def pages (self ) -> pages . PagesResourceWithStreamingResponse :
565- from .resources .pages import PagesResourceWithStreamingResponse
564+ def project (self ) -> project . ProjectResourceWithStreamingResponse :
565+ from .resources .project import ProjectResourceWithStreamingResponse
566566
567- return PagesResourceWithStreamingResponse (self ._client .pages )
567+ return ProjectResourceWithStreamingResponse (self ._client .project )
568568
569569 @cached_property
570570 def emails (self ) -> emails .EmailsResourceWithStreamingResponse :
571571 from .resources .emails import EmailsResourceWithStreamingResponse
572572
573573 return EmailsResourceWithStreamingResponse (self ._client .emails )
574574
575- @cached_property
576- def project (self ) -> project .ProjectResourceWithStreamingResponse :
577- from .resources .project import ProjectResourceWithStreamingResponse
578-
579- return ProjectResourceWithStreamingResponse (self ._client .project )
580-
581575 @cached_property
582576 def documents (self ) -> documents .DocumentsResourceWithStreamingResponse :
583577 from .resources .documents import DocumentsResourceWithStreamingResponse
584578
585579 return DocumentsResourceWithStreamingResponse (self ._client .documents )
586580
581+ @cached_property
582+ def pages (self ) -> pages .PagesResourceWithStreamingResponse :
583+ from .resources .pages import PagesResourceWithStreamingResponse
584+
585+ return PagesResourceWithStreamingResponse (self ._client .pages )
586+
587587
588588class AsyncUnlayerWithStreamedResponse :
589589 _client : AsyncUnlayer
@@ -592,29 +592,29 @@ def __init__(self, client: AsyncUnlayer) -> None:
592592 self ._client = client
593593
594594 @cached_property
595- def pages (self ) -> pages . AsyncPagesResourceWithStreamingResponse :
596- from .resources .pages import AsyncPagesResourceWithStreamingResponse
595+ def project (self ) -> project . AsyncProjectResourceWithStreamingResponse :
596+ from .resources .project import AsyncProjectResourceWithStreamingResponse
597597
598- return AsyncPagesResourceWithStreamingResponse (self ._client .pages )
598+ return AsyncProjectResourceWithStreamingResponse (self ._client .project )
599599
600600 @cached_property
601601 def emails (self ) -> emails .AsyncEmailsResourceWithStreamingResponse :
602602 from .resources .emails import AsyncEmailsResourceWithStreamingResponse
603603
604604 return AsyncEmailsResourceWithStreamingResponse (self ._client .emails )
605605
606- @cached_property
607- def project (self ) -> project .AsyncProjectResourceWithStreamingResponse :
608- from .resources .project import AsyncProjectResourceWithStreamingResponse
609-
610- return AsyncProjectResourceWithStreamingResponse (self ._client .project )
611-
612606 @cached_property
613607 def documents (self ) -> documents .AsyncDocumentsResourceWithStreamingResponse :
614608 from .resources .documents import AsyncDocumentsResourceWithStreamingResponse
615609
616610 return AsyncDocumentsResourceWithStreamingResponse (self ._client .documents )
617611
612+ @cached_property
613+ def pages (self ) -> pages .AsyncPagesResourceWithStreamingResponse :
614+ from .resources .pages import AsyncPagesResourceWithStreamingResponse
615+
616+ return AsyncPagesResourceWithStreamingResponse (self ._client .pages )
617+
618618
619619Client = Unlayer
620620
0 commit comments