@burdenoff/microfe-store 2026.720.1 → 2026.720.3

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.
@@ -20311,6 +20311,7 @@ export type StoreAppInstallation = {
20311
20311
  productIcon?: Maybe<Scalars['String']['output']>;
20312
20312
  productId: Scalars['String']['output'];
20313
20313
  productName?: Maybe<Scalars['String']['output']>;
20314
+ productStatus?: Maybe<Scalars['String']['output']>;
20314
20315
  productType?: Maybe<Scalars['String']['output']>;
20315
20316
  status: StoreInstallationStatus;
20316
20317
  uninstalledAt?: Maybe<Scalars['DateTime']['output']>;