@burdenoff/microfe-store 2026.716.2 → 2026.720.2

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.
@@ -584,6 +584,9 @@ export type GetMyStoreInstallationsQuery = {
584
584
  metadata?: Record<string, unknown> | null;
585
585
  context?: Record<string, unknown> | null;
586
586
  grantedPermissions?: Record<string, unknown> | null;
587
+ productName?: string | null;
588
+ productIcon?: string | null;
589
+ productStatus?: string | null;
587
590
  }>;
588
591
  };
589
592
  };
@@ -841,6 +841,9 @@ var H = t`
841
841
  metadata
842
842
  context
843
843
  grantedPermissions
844
+ productName
845
+ productIcon
846
+ productStatus
844
847
  }
845
848
  }
846
849
  }