@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
|
@@ -14651,6 +14651,7 @@ export type Publisher = {
|
|
|
14651
14651
|
context?: Maybe<Scalars['JSON']['output']>;
|
|
14652
14652
|
country?: Maybe<Scalars['String']['output']>;
|
|
14653
14653
|
createdAt: Scalars['DateTime']['output'];
|
|
14654
|
+
developerOrganization?: Maybe<DeveloperOrganization>;
|
|
14654
14655
|
email: Scalars['String']['output'];
|
|
14655
14656
|
id: Scalars['ID']['output'];
|
|
14656
14657
|
isVerified: Scalars['Boolean']['output'];
|
|
@@ -14658,6 +14659,7 @@ export type Publisher = {
|
|
|
14658
14659
|
logoUrl?: Maybe<Scalars['String']['output']>;
|
|
14659
14660
|
metadata?: Maybe<Scalars['JSON']['output']>;
|
|
14660
14661
|
name: Scalars['String']['output'];
|
|
14662
|
+
organizationId?: Maybe<Scalars['ID']['output']>;
|
|
14661
14663
|
productCount: Scalars['Int']['output'];
|
|
14662
14664
|
products: Array<StoreProduct>;
|
|
14663
14665
|
rejectionReason?: Maybe<Scalars['String']['output']>;
|