@burdenoff/microfe-store 2026.720.1 → 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.
- package/dist/generated/global-operations.d.ts +3 -0
- package/dist/generated/global-operations.js +3 -0
- package/dist/generated/global-operations.js.map +1 -1
- package/dist/generated/global-types.d.ts +1 -0
- package/dist/generated/global-types.js.map +1 -1
- package/dist/hooks/useInstallations.d.ts +3 -0
- package/dist/hooks/useInstallations.js.map +1 -1
- package/dist/pages/AdminSubmissionsQueuePage.js.map +1 -1
- package/dist/pages/InstalledAppsPage.js +11 -3
- package/dist/pages/InstalledAppsPage.js.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
};
|