@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.
@@ -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']>;