@burdenoff/microfe-store 2026.720.4 → 2026.728.1
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 +18 -0
- package/dist/generated/global-operations.js +16 -0
- package/dist/generated/global-operations.js.map +1 -1
- package/dist/generated/global-types.d.ts +2 -0
- package/dist/generated/global-types.js.map +1 -1
- package/dist/pages/MarketplaceHomePage.js.map +1 -1
- package/dist/pages/ProductDetailPage.js +479 -447
- package/dist/pages/ProductDetailPage.js.map +1 -1
- package/dist/utils/index.js +4 -1
- package/dist/utils/index.js.map +1 -1
- package/package.json +2 -1
|
@@ -943,6 +943,15 @@ export type StoreProductDetailsQuery = {
|
|
|
943
943
|
websiteUrl?: string | null;
|
|
944
944
|
bio?: string | null;
|
|
945
945
|
email: string;
|
|
946
|
+
organizationId?: string | null;
|
|
947
|
+
developerOrganization?: {
|
|
948
|
+
__typename?: 'DeveloperOrganization';
|
|
949
|
+
id: string;
|
|
950
|
+
name: string;
|
|
951
|
+
logoUrl?: string | null;
|
|
952
|
+
isVerified: boolean;
|
|
953
|
+
description?: string | null;
|
|
954
|
+
} | null;
|
|
946
955
|
} | null;
|
|
947
956
|
};
|
|
948
957
|
publisher?: {
|
|
@@ -954,6 +963,15 @@ export type StoreProductDetailsQuery = {
|
|
|
954
963
|
websiteUrl?: string | null;
|
|
955
964
|
bio?: string | null;
|
|
956
965
|
email: string;
|
|
966
|
+
organizationId?: string | null;
|
|
967
|
+
developerOrganization?: {
|
|
968
|
+
__typename?: 'DeveloperOrganization';
|
|
969
|
+
id: string;
|
|
970
|
+
name: string;
|
|
971
|
+
logoUrl?: string | null;
|
|
972
|
+
isVerified: boolean;
|
|
973
|
+
description?: string | null;
|
|
974
|
+
} | null;
|
|
957
975
|
} | null;
|
|
958
976
|
relatedProducts: Array<{
|
|
959
977
|
__typename?: 'StoreProduct';
|
|
@@ -1286,6 +1286,14 @@ var Y = t`
|
|
|
1286
1286
|
websiteUrl
|
|
1287
1287
|
bio
|
|
1288
1288
|
email
|
|
1289
|
+
organizationId
|
|
1290
|
+
developerOrganization {
|
|
1291
|
+
id
|
|
1292
|
+
name
|
|
1293
|
+
logoUrl
|
|
1294
|
+
isVerified
|
|
1295
|
+
description
|
|
1296
|
+
}
|
|
1289
1297
|
}
|
|
1290
1298
|
}
|
|
1291
1299
|
publisher {
|
|
@@ -1296,6 +1304,14 @@ var Y = t`
|
|
|
1296
1304
|
websiteUrl
|
|
1297
1305
|
bio
|
|
1298
1306
|
email
|
|
1307
|
+
organizationId
|
|
1308
|
+
developerOrganization {
|
|
1309
|
+
id
|
|
1310
|
+
name
|
|
1311
|
+
logoUrl
|
|
1312
|
+
isVerified
|
|
1313
|
+
description
|
|
1314
|
+
}
|
|
1299
1315
|
}
|
|
1300
1316
|
relatedProducts {
|
|
1301
1317
|
id
|