mayak-common-library 0.0.293 → 0.0.295

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
@@ -769,6 +769,11 @@ interface ObjectInfoBlockProps {
769
769
  declare const ObjectInfoBlock: FC<ObjectInfoBlockProps>;
770
770
 
771
771
  interface PaymentPlanBlockProps {
772
+ data: PresentBlockProps[];
773
+ }
774
+ interface PresentBlockProps {
775
+ present: string;
776
+ description: string;
772
777
  }
773
778
  declare const PaymentPlanBlock: FC<PaymentPlanBlockProps>;
774
779
 
package/dist/index.d.ts CHANGED
@@ -769,6 +769,11 @@ interface ObjectInfoBlockProps {
769
769
  declare const ObjectInfoBlock: FC<ObjectInfoBlockProps>;
770
770
 
771
771
  interface PaymentPlanBlockProps {
772
+ data: PresentBlockProps[];
773
+ }
774
+ interface PresentBlockProps {
775
+ present: string;
776
+ description: string;
772
777
  }
773
778
  declare const PaymentPlanBlock: FC<PaymentPlanBlockProps>;
774
779