mayak-common-library-payload 0.1.19 → 0.1.21

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.mts CHANGED
@@ -44,9 +44,7 @@ type Site = (typeof SITE)[keyof typeof SITE];
44
44
 
45
45
  interface IWorker$2 {
46
46
  imageUrl?: string | null;
47
- description?: string | null;
48
- firstName?: string | null;
49
- lastName?: string | null;
47
+ description?: ReactNode | null;
50
48
  fullName?: string | null;
51
49
  position?: string | null;
52
50
  instagram?: string | null;
@@ -55,7 +53,7 @@ interface IWorker$2 {
55
53
  linkedIn?: string | null;
56
54
  phone?: string | null;
57
55
  email?: string | null;
58
- bgImageSrc?: string | null;
56
+ bgImage?: string | null;
59
57
  }
60
58
  interface INumberText {
61
59
  number?: number | null;
package/dist/index.d.ts CHANGED
@@ -44,9 +44,7 @@ type Site = (typeof SITE)[keyof typeof SITE];
44
44
 
45
45
  interface IWorker$2 {
46
46
  imageUrl?: string | null;
47
- description?: string | null;
48
- firstName?: string | null;
49
- lastName?: string | null;
47
+ description?: ReactNode | null;
50
48
  fullName?: string | null;
51
49
  position?: string | null;
52
50
  instagram?: string | null;
@@ -55,7 +53,7 @@ interface IWorker$2 {
55
53
  linkedIn?: string | null;
56
54
  phone?: string | null;
57
55
  email?: string | null;
58
- bgImageSrc?: string | null;
56
+ bgImage?: string | null;
59
57
  }
60
58
  interface INumberText {
61
59
  number?: number | null;