mayak-common-library 0.2.23 → 0.2.25

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/index.d.cts CHANGED
@@ -585,7 +585,11 @@ interface IVacancyContent {
585
585
  className?: string;
586
586
  phone?: string;
587
587
  email?: string;
588
- manager?: any;
588
+ manager?: {
589
+ name?: string;
590
+ position?: string;
591
+ photo?: string;
592
+ };
589
593
  href?: string;
590
594
  }
591
595
  declare function VacancyContent({ title, salary, date, description, location, slugs, className, children, phone, email, manager, href, formTitle, }: IVacancyContent & PropsWithChildren): react_jsx_runtime.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -585,7 +585,11 @@ interface IVacancyContent {
585
585
  className?: string;
586
586
  phone?: string;
587
587
  email?: string;
588
- manager?: any;
588
+ manager?: {
589
+ name?: string;
590
+ position?: string;
591
+ photo?: string;
592
+ };
589
593
  href?: string;
590
594
  }
591
595
  declare function VacancyContent({ title, salary, date, description, location, slugs, className, children, phone, email, manager, href, formTitle, }: IVacancyContent & PropsWithChildren): react_jsx_runtime.JSX.Element;