@burdenoff/microfe-store 2026.831.2 → 2026.912.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 +7 -0
- package/dist/generated/global-operations.js +6 -0
- package/dist/generated/global-operations.js.map +1 -1
- package/dist/hooks/useOrders.d.ts +16 -0
- package/dist/hooks/useOrders.js.map +1 -1
- package/dist/pages/OrdersPage.js +213 -201
- package/dist/pages/OrdersPage.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"global-operations.js","names":[],"sources":["../../src/generated/global-operations.ts"],"sourcesContent":["// @ts-nocheck\nimport * as Types from './global-types';\n\nimport { gql } from '@apollo/client';\nimport * as Apollo from '@apollo/client';\nimport * as ApolloReactHooks from '@apollo/client/react';\nconst defaultOptions = {} as const;\nexport type SellerSourcingOfferFieldsFragment = { __typename?: 'SourcingOffer', id: string, requestId: string, storeProductId?: string | null, status: Types.SourcingOfferStatus, quantity: number, unit: Types.SourcingUnit, unitPrice: string, currency: string, deliveryDate: string, message?: string | null, updatedAt: string, request?: { __typename?: 'SourcingOpportunity', id: string, productName: string, category: string, summary?: string | null, quantity: number, unit: Types.SourcingUnit, deliveryWindowStart: string, deliveryWindowEnd: string, deliveryCountry: string, deliveryRegion?: string | null, deliveryCity?: string | null, targetUnitPrice?: string | null, targetCurrency?: string | null } | null, order?: { __typename?: 'SourcingOrderSummary', id: string, status: Types.OrderStatus, total: string, currency: string, fulfillment?: { __typename?: 'OrderFulfillment', status: Types.FulfillmentStatus } | null } | null };\n\nexport type SourcingOpportunityFieldsFragment = { __typename?: 'SourcingOpportunity', id: string, productName: string, category: string, summary?: string | null, quantity: number, unit: Types.SourcingUnit, deliveryWindowStart: string, deliveryWindowEnd: string, deliveryCountry: string, deliveryRegion?: string | null, deliveryCity?: string | null, targetUnitPrice?: string | null, targetCurrency?: string | null };\n\nexport type SourcingOrderSummaryFieldsFragment = { __typename?: 'SourcingOrderSummary', id: string, status: Types.OrderStatus, total: string, currency: string, fulfillment?: { __typename?: 'OrderFulfillment', status: Types.FulfillmentStatus } | null };\n\nexport type AcceptSourcingOfferMutationVariables = Types.Exact<{\n offerId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type AcceptSourcingOfferMutation = { __typename?: 'Mutation', acceptSourcingOffer: { __typename?: 'SourcingOrderSummary', id: string, status: Types.OrderStatus, total: string, currency: string, fulfillment?: { __typename?: 'OrderFulfillment', status: Types.FulfillmentStatus } | null } };\n\nexport type CancelSourcingRequestMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type CancelSourcingRequestMutation = { __typename?: 'Mutation', cancelSourcingRequest: { __typename?: 'SourcingRequest', id: string, status: Types.SourcingRequestStatus, canceledAt?: string | null, updatedAt: string } };\n\nexport type CreateReviewMutationVariables = Types.Exact<{\n input: Types.CreateReviewInput;\n}>;\n\n\nexport type CreateReviewMutation = { __typename?: 'Mutation', createReview: { __typename?: 'ProductReview', id: string, rating: number } };\n\nexport type CreateSourcingRequestMutationVariables = Types.Exact<{\n input: Types.CreateSourcingRequestInput;\n}>;\n\n\nexport type CreateSourcingRequestMutation = { __typename?: 'Mutation', createSourcingRequest: { __typename?: 'SourcingRequest', id: string, status: Types.SourcingRequestStatus, productName: string, category: string, quantity: number, unit: Types.SourcingUnit, deliveryWindowStart: string, deliveryWindowEnd: string, deliveryCountry: string, deliveryRegion?: string | null, deliveryCity?: string | null, targetUnitPrice?: string | null, targetCurrency?: string | null, createdAt: string, updatedAt: string } };\n\nexport type DeleteReviewMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteReviewMutation = { __typename?: 'Mutation', deleteReview: boolean };\n\nexport type MarkReviewHelpfulMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type MarkReviewHelpfulMutation = { __typename?: 'Mutation', markReviewHelpful: { __typename?: 'ProductReview', id: string, helpful: number } };\n\nexport type UpdateReviewMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateReviewInput;\n}>;\n\n\nexport type UpdateReviewMutation = { __typename?: 'Mutation', updateReview: { __typename?: 'ProductReview', id: string, rating: number } };\n\nexport type UpsertSourcingOfferMutationVariables = Types.Exact<{\n input: Types.UpsertSourcingOfferInput;\n}>;\n\n\nexport type UpsertSourcingOfferMutation = { __typename?: 'Mutation', upsertSourcingOffer: { __typename?: 'SourcingOffer', id: string, requestId: string, storeProductId?: string | null, status: Types.SourcingOfferStatus, quantity: number, unit: Types.SourcingUnit, unitPrice: string, currency: string, deliveryDate: string, message?: string | null, updatedAt: string, request?: { __typename?: 'SourcingOpportunity', id: string, productName: string, category: string, summary?: string | null, quantity: number, unit: Types.SourcingUnit, deliveryWindowStart: string, deliveryWindowEnd: string, deliveryCountry: string, deliveryRegion?: string | null, deliveryCity?: string | null, targetUnitPrice?: string | null, targetCurrency?: string | null } | null, order?: { __typename?: 'SourcingOrderSummary', id: string, status: Types.OrderStatus, total: string, currency: string, fulfillment?: { __typename?: 'OrderFulfillment', status: Types.FulfillmentStatus } | null } | null } };\n\nexport type AddToCartMutationVariables = Types.Exact<{\n input: Types.AddToCartInput;\n}>;\n\n\nexport type AddToCartMutation = { __typename?: 'Mutation', addToCart: { __typename?: 'CartItemPayload', cartItem?: { __typename?: 'CartItem', id: string, productId: string, productName: string, quantity: number, unitPrice: number, subtotal: number } | null, cart?: { __typename?: 'Cart', id: string, subtotal: number, total: number, itemCount: number, items: Array<{ __typename?: 'CartItem', id: string, productId: string, productName: string, productIcon?: string | null, variantId?: string | null, quantity: number, unitPrice: number, subtotal: number, itemType: Types.CartItemType }> } | null, errors?: Array<{ __typename?: 'CartError', field?: string | null, message: string, code: string }> | null } };\n\nexport type CheckoutMutationVariables = Types.Exact<{\n input: Types.CheckoutInput;\n}>;\n\n\nexport type CheckoutMutation = { __typename?: 'Mutation', checkout: { __typename?: 'CheckoutPayload', success: boolean, order?: { __typename?: 'StoreOrder', id: string, status: Types.OrderStatus, total: number, createdAt: string } | null, errors?: Array<{ __typename?: 'CartError', field?: string | null, message: string, code: string }> | null } };\n\nexport type ClearCartMutationVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type ClearCartMutation = { __typename?: 'Mutation', clearCart: { __typename?: 'CartPayload', cart?: { __typename?: 'Cart', id: string, subtotal: number, total: number, itemCount: number, items: Array<{ __typename?: 'CartItem', id: string }> } | null, errors?: Array<{ __typename?: 'CartError', field?: string | null, message: string, code: string }> | null } };\n\nexport type CreateProductForPublisherMutationVariables = Types.Exact<{\n input: Types.CreateProductInput;\n}>;\n\n\nexport type CreateProductForPublisherMutation = { __typename?: 'Mutation', createProduct: { __typename?: 'StoreProduct', id: string, name: string, slug: string, status: Types.ProductStatus, manifestVersion?: string | null, subType?: string | null } };\n\nexport type CreateStoreOrderMutationVariables = Types.Exact<{\n input: Types.CreateStoreOrderInput;\n}>;\n\n\nexport type CreateStoreOrderMutation = { __typename?: 'Mutation', createStoreOrder: { __typename?: 'StoreOrder', id: string, status: Types.OrderStatus, total: number, lineItems: Record<string, unknown>, createdAt: string } };\n\nexport type RemoveFromCartMutationVariables = Types.Exact<{\n cartItemId: Types.Scalars['String']['input'];\n}>;\n\n\nexport type RemoveFromCartMutation = { __typename?: 'Mutation', removeFromCart: { __typename?: 'CartPayload', cart?: { __typename?: 'Cart', id: string, subtotal: number, total: number, itemCount: number, items: Array<{ __typename?: 'CartItem', id: string, productId: string, productName: string, productIcon?: string | null, variantId?: string | null, quantity: number, unitPrice: number, subtotal: number, itemType: Types.CartItemType }> } | null, errors?: Array<{ __typename?: 'CartError', field?: string | null, message: string, code: string }> | null } };\n\nexport type RecordAppUninstallationMutationVariables = Types.Exact<{\n workspaceId: Types.Scalars['String']['input'];\n productId: Types.Scalars['String']['input'];\n}>;\n\n\nexport type RecordAppUninstallationMutation = { __typename?: 'Mutation', recordAppUninstallation: { __typename?: 'StoreAppInstallation', id: string, status: Types.StoreInstallationStatus, uninstalledAt?: string | null } };\n\nexport type UpdateCartItemMutationVariables = Types.Exact<{\n input: Types.UpdateCartItemInput;\n}>;\n\n\nexport type UpdateCartItemMutation = { __typename?: 'Mutation', updateCartItem: { __typename?: 'CartItemPayload', cartItem?: { __typename?: 'CartItem', id: string, productId: string, productName: string, quantity: number, unitPrice: number, subtotal: number } | null, cart?: { __typename?: 'Cart', id: string, subtotal: number, total: number, itemCount: number, items: Array<{ __typename?: 'CartItem', id: string, productId: string, productName: string, productIcon?: string | null, variantId?: string | null, quantity: number, unitPrice: number, subtotal: number, itemType: Types.CartItemType }> } | null, errors?: Array<{ __typename?: 'CartError', field?: string | null, message: string, code: string }> | null } };\n\nexport type BuyerSourcingRequestQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type BuyerSourcingRequestQuery = { __typename?: 'Query', mySourcingRequest?: { __typename?: 'SourcingRequest', id: string, status: Types.SourcingRequestStatus, productName: string, category: string, summary?: string | null, quantity: number, unit: Types.SourcingUnit, deliveryWindowStart: string, deliveryWindowEnd: string, deliveryCountry: string, deliveryRegion?: string | null, deliveryCity?: string | null, targetUnitPrice?: string | null, targetCurrency?: string | null, matchedAt?: string | null, canceledAt?: string | null, createdAt: string, updatedAt: string, offers: Array<{ __typename?: 'SourcingOffer', id: string, status: Types.SourcingOfferStatus, quantity: number, unit: Types.SourcingUnit, unitPrice: string, currency: string, deliveryDate: string, message?: string | null, createdAt: string, publisher?: { __typename?: 'SourcingPublisherSummary', name: string, logoUrl?: string | null, isVerified: boolean } | null, order?: { __typename?: 'SourcingOrderSummary', id: string, status: Types.OrderStatus, total: string, currency: string, fulfillment?: { __typename?: 'OrderFulfillment', status: Types.FulfillmentStatus } | null } | null }>, acceptedOrder?: { __typename?: 'SourcingOrderSummary', id: string, status: Types.OrderStatus, total: string, currency: string, fulfillment?: { __typename?: 'OrderFulfillment', status: Types.FulfillmentStatus } | null } | null } | null };\n\nexport type BuyerSourcingRequestsQueryVariables = Types.Exact<{\n status?: Types.InputMaybe<Types.SourcingRequestStatus>;\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n offset?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type BuyerSourcingRequestsQuery = { __typename?: 'Query', mySourcingRequests: Array<{ __typename?: 'SourcingRequest', id: string, status: Types.SourcingRequestStatus, productName: string, category: string, quantity: number, unit: Types.SourcingUnit, deliveryWindowStart: string, deliveryWindowEnd: string, deliveryCountry: string, deliveryRegion?: string | null, deliveryCity?: string | null, targetUnitPrice?: string | null, targetCurrency?: string | null, offers: Array<{ __typename?: 'SourcingOffer', status: Types.SourcingOfferStatus }> }> };\n\nexport type CategoriesQueryVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type CategoriesQuery = { __typename?: 'Query', categories: Array<{ __typename?: 'ProductCategory', id: string, name: string, slug: string, description?: string | null }> };\n\nexport type CheckEntitlementQueryVariables = Types.Exact<{\n productId: Types.Scalars['String']['input'];\n}>;\n\n\nexport type CheckEntitlementQuery = { __typename?: 'Query', checkEntitlement?: { __typename?: 'ProductEntitlement', id: string, productId: string, status: Types.EntitlementStatus, licenseKey?: string | null, expiresAt?: string | null } | null };\n\nexport type DeveloperEarningsQueryVariables = Types.Exact<{\n input?: Types.InputMaybe<Types.DeveloperEarningsInput>;\n}>;\n\n\nexport type DeveloperEarningsQuery = { __typename?: 'Query', developerEarnings: { __typename?: 'DeveloperEarnings', totalEarnings: number, monthlyEarnings: number, totalOrders: number, monthlyOrders: number, currency: string } };\n\nexport type FeaturedProductsQueryVariables = Types.Exact<{\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type FeaturedProductsQuery = { __typename?: 'Query', featuredProducts: Array<{ __typename?: 'StoreProduct', id: string, name: string, slug: string }> };\n\nexport type FilterOptionsQueryVariables = Types.Exact<{\n type?: Types.InputMaybe<Types.ProductType>;\n}>;\n\n\nexport type FilterOptionsQuery = { __typename?: 'Query', filterOptions: { __typename?: 'FilterOptionsResult', categories: Array<{ __typename?: 'FacetCount', value: string, count: number }>, subTypes: Array<{ __typename?: 'FacetCount', value: string, count: number }>, tags: Array<{ __typename?: 'FacetCount', value: string, count: number }>, licenses: Array<{ __typename?: 'FacetCount', value: string, count: number }>, compatibleProducts: Array<{ __typename?: 'FacetCount', value: string, count: number }> } };\n\nexport type MyEntitlementsQueryVariables = Types.Exact<{\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n offset?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type MyEntitlementsQuery = { __typename?: 'Query', myEntitlements: Array<{ __typename?: 'ProductEntitlement', id: string, productId: string, status: Types.EntitlementStatus, licenseKey?: string | null, expiresAt?: string | null }> };\n\nexport type MyPublishedProductsQueryVariables = Types.Exact<{\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n offset?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type MyPublishedProductsQuery = { __typename?: 'Query', publishedProducts: Array<{ __typename?: 'StoreProduct', id: string, name: string, status: Types.ProductStatus, reviewCount: number }> };\n\nexport type ProductReviewsQueryVariables = Types.Exact<{\n productId: Types.Scalars['String']['input'];\n status?: Types.InputMaybe<Types.ReviewStatus>;\n}>;\n\n\nexport type ProductReviewsQuery = { __typename?: 'Query', productReviews: Array<{ __typename?: 'ProductReview', id: string, rating: number, title?: string | null, comment?: string | null, helpful: number, createdAt: string }> };\n\nexport type PublisherSourcingAccessQueryVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type PublisherSourcingAccessQuery = { __typename?: 'Query', myPublisher?: { __typename?: 'Publisher', id: string, name: string, isVerified: boolean, verificationStatus: Types.PublisherVerificationStatus } | null };\n\nexport type PublisherSourcingProductsQueryVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type PublisherSourcingProductsQuery = { __typename?: 'Query', myPublisher?: { __typename?: 'Publisher', id: string, products: Array<{ __typename?: 'StoreProduct', id: string, name: string, status: Types.ProductStatus }> } | null };\n\nexport type SearchSuggestionsQueryVariables = Types.Exact<{\n query: Types.Scalars['String']['input'];\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type SearchSuggestionsQuery = { __typename?: 'Query', searchSuggestions: Array<{ __typename?: 'SearchSuggestion', term: string, type: string, count: number }> };\n\nexport type SellerSourcingOffersQueryVariables = Types.Exact<{\n status?: Types.InputMaybe<Types.SourcingOfferStatus>;\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n offset?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type SellerSourcingOffersQuery = { __typename?: 'Query', mySourcingOffers: Array<{ __typename?: 'SourcingOffer', id: string, requestId: string, storeProductId?: string | null, status: Types.SourcingOfferStatus, quantity: number, unit: Types.SourcingUnit, unitPrice: string, currency: string, deliveryDate: string, message?: string | null, updatedAt: string, request?: { __typename?: 'SourcingOpportunity', id: string, productName: string, category: string, summary?: string | null, quantity: number, unit: Types.SourcingUnit, deliveryWindowStart: string, deliveryWindowEnd: string, deliveryCountry: string, deliveryRegion?: string | null, deliveryCity?: string | null, targetUnitPrice?: string | null, targetCurrency?: string | null } | null, order?: { __typename?: 'SourcingOrderSummary', id: string, status: Types.OrderStatus, total: string, currency: string, fulfillment?: { __typename?: 'OrderFulfillment', status: Types.FulfillmentStatus } | null } | null }> };\n\nexport type SellerSourcingOpportunitiesQueryVariables = Types.Exact<{\n category?: Types.InputMaybe<Types.Scalars['String']['input']>;\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n offset?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type SellerSourcingOpportunitiesQuery = { __typename?: 'Query', openSourcingRequests: Array<{ __typename?: 'SourcingOpportunity', id: string, productName: string, category: string, summary?: string | null, quantity: number, unit: Types.SourcingUnit, deliveryWindowStart: string, deliveryWindowEnd: string, deliveryCountry: string, deliveryRegion?: string | null, deliveryCity?: string | null, targetUnitPrice?: string | null, targetCurrency?: string | null }> };\n\nexport type SellerSourcingOpportunityQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type SellerSourcingOpportunityQuery = { __typename?: 'Query', sourcingOpportunity?: { __typename?: 'SourcingOpportunity', id: string, productName: string, category: string, summary?: string | null, quantity: number, unit: Types.SourcingUnit, deliveryWindowStart: string, deliveryWindowEnd: string, deliveryCountry: string, deliveryRegion?: string | null, deliveryCity?: string | null, targetUnitPrice?: string | null, targetCurrency?: string | null } | null, mySourcingOffer?: { __typename?: 'SourcingOffer', id: string, requestId: string, storeProductId?: string | null, status: Types.SourcingOfferStatus, quantity: number, unit: Types.SourcingUnit, unitPrice: string, currency: string, deliveryDate: string, message?: string | null, updatedAt: string, request?: { __typename?: 'SourcingOpportunity', id: string, productName: string, category: string, summary?: string | null, quantity: number, unit: Types.SourcingUnit, deliveryWindowStart: string, deliveryWindowEnd: string, deliveryCountry: string, deliveryRegion?: string | null, deliveryCity?: string | null, targetUnitPrice?: string | null, targetCurrency?: string | null } | null, order?: { __typename?: 'SourcingOrderSummary', id: string, status: Types.OrderStatus, total: string, currency: string, fulfillment?: { __typename?: 'OrderFulfillment', status: Types.FulfillmentStatus } | null } | null } | null };\n\nexport type TrendingSearchesQueryVariables = Types.Exact<{\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type TrendingSearchesQuery = { __typename?: 'Query', trendingSearches: Array<string> };\n\nexport type UserReviewForProductQueryVariables = Types.Exact<{\n productId: Types.Scalars['String']['input'];\n}>;\n\n\nexport type UserReviewForProductQuery = { __typename?: 'Query', userReviewForProduct?: { __typename?: 'ProductReview', id: string, rating: number, title?: string | null, comment?: string | null } | null };\n\nexport type WorkspaceStoreOrdersQueryVariables = Types.Exact<{\n billingAccountId: Types.Scalars['ID']['input'];\n page: Types.Scalars['Int']['input'];\n limit: Types.Scalars['Int']['input'];\n}>;\n\n\nexport type WorkspaceStoreOrdersQuery = { __typename?: 'Query', workspaceStoreOrders: { __typename?: 'StoreOrdersResult', total: number, orders: Array<{ __typename?: 'StoreOrder', id: string, status: Types.OrderStatus, createdAt: string }> } };\n\nexport type BrowseStoreQueryVariables = Types.Exact<{\n input: Types.BrowseStoreInput;\n}>;\n\n\nexport type BrowseStoreQuery = { __typename?: 'Query', browseStore: { __typename?: 'BrowseStoreResult', totalCount: number, hasMore: boolean, nextCursor?: string | null, products: Array<{ __typename?: 'StoreProduct', id: string, name: string, slug: string, type: Types.ProductType, nature: Types.ProductNature, status: Types.ProductStatus, description?: string | null, pricingModel: Types.PricingModel, price: number, currency: string, icon?: string | null, screenshots: Array<string>, rating?: number | null, reviewCount: number, downloads: number, featured: boolean, category?: string | null, tags: Array<string>, publishedAt?: string | null, publisher?: { __typename?: 'Publisher', id: string, name: string, isVerified: boolean, logoUrl?: string | null } | null }>, facets?: { __typename?: 'StoreFacets', types: Array<{ __typename?: 'FacetCount', value: string, count: number }>, subTypes: Array<{ __typename?: 'FacetCount', value: string, count: number }>, categories: Array<{ __typename?: 'FacetCount', value: string, count: number }>, pricingModels: Array<{ __typename?: 'FacetCount', value: string, count: number }>, licenses: Array<{ __typename?: 'FacetCount', value: string, count: number }>, priceRange?: { __typename?: 'PriceRange', min: number, max: number } | null } | null } };\n\nexport type GetCartQueryVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type GetCartQuery = { __typename?: 'Query', myCart?: { __typename?: 'Cart', id: string, userId?: string | null, status: Types.CartStatus, currency: string, subtotal: number, total: number, itemCount: number, createdAt: string, updatedAt: string, items: Array<{ __typename?: 'CartItem', id: string, productId: string, productName: string, productIcon?: string | null, variantId?: string | null, variantName?: string | null, quantity: number, unitPrice: number, subtotal: number, itemType: Types.CartItemType, product?: { __typename?: 'StoreProduct', id: string, name: string, slug: string, icon?: string | null, price: number, pricingModel: Types.PricingModel } | null, variant?: { __typename?: 'ProductVariant', id: string, name: string, price?: number | null } | null }> } | null };\n\nexport type GetMyStoreInstallationsQueryVariables = Types.Exact<{\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n offset?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n filter?: Types.InputMaybe<Types.InstallationFilterInput>;\n}>;\n\n\nexport type GetMyStoreInstallationsQuery = { __typename?: 'Query', myStoreAppInstallations: { __typename?: 'StoreAppInstallationConnection', total: number, hasMore: boolean, items: Array<{ __typename?: 'StoreAppInstallation', id: string, productId: string, workspaceId: string, organizationId?: string | null, status: Types.StoreInstallationStatus, installedAt: string, version?: string | null, updatedAt: string, workspaceName?: string | null, workspaceType?: string | null, installedById: string, manifest?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, grantedPermissions?: Record<string, unknown> | null, productName?: string | null, productIcon?: string | null, productStatus?: string | null }> } };\n\nexport type GetMyOrdersQueryVariables = Types.Exact<{\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n offset?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n status?: Types.InputMaybe<Types.OrderStatus>;\n}>;\n\n\nexport type GetMyOrdersQuery = { __typename?: 'Query', myOrders: Array<{ __typename?: 'StoreOrder', id: string, status: Types.OrderStatus, total: number, currency: string, lineItems: Record<string, unknown>, createdAt: string, updatedAt: string, fulfillment?: { __typename?: 'OrderFulfillment', status: Types.FulfillmentStatus, trackingNumber?: string | null, trackingUrl?: string | null, carrier?: string | null, estimatedDeliveryDate?: string | null } | null }> };\n\nexport type GetProductQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetProductQuery = { __typename?: 'Query', product?: { __typename?: 'StoreProduct', id: string, publisherId: string, name: string, slug: string, description?: string | null, longDescription?: string | null, icon?: string | null, screenshots: Array<string>, videoUrls: Array<string>, subType?: string | null, type: Types.ProductType, manifest?: Record<string, unknown> | null, manifestVersion?: string | null, requiredPermissions: Array<string>, compatibleProducts: Array<string>, category?: string | null, tags: Array<string>, pricingModel: Types.PricingModel, price: number, currency: string, status: Types.ProductStatus, featured: boolean, documentationUrl?: string | null, repositoryUrl?: string | null, downloads: number, viewCount: number, rating?: number | null, reviewCount: number, createdAt: string, updatedAt: string, publishedAt?: string | null, variants: Array<{ __typename?: 'ProductVariant', id: string, name: string, sku?: string | null, price?: number | null, compareAtPrice?: number | null, isActive: boolean, stockQuantity: number, options: Record<string, unknown>, imageUrls: Array<string>, displayOrder: number, weight?: number | null, weightUnit?: Types.WeightUnit | null }>, publisher?: { __typename?: 'Publisher', id: string, name: string, websiteUrl?: string | null, isVerified: boolean, email: string, bio?: string | null, logoUrl?: string | null, totalSales: number, totalEarnings: number, products: Array<{ __typename?: 'StoreProduct', id: string }> } | null, reviews: Array<{ __typename?: 'ProductReview', id: string, userId: string, rating: number, comment?: string | null, status: Types.ReviewStatus, helpful: number, createdAt: string }> } | null };\n\nexport type GetProductsQueryVariables = Types.Exact<{\n filter?: Types.InputMaybe<Types.ProductFilterInput>;\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n offset?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type GetProductsQuery = { __typename?: 'Query', products: Array<{ __typename?: 'StoreProduct', id: string, name: string, slug: string, description?: string | null, icon?: string | null, screenshots: Array<string>, subType?: string | null, type: Types.ProductType, pricingModel: Types.PricingModel, price: number, currency: string, status: Types.ProductStatus, featured: boolean, downloads: number, viewCount: number, rating?: number | null, reviewCount: number, category?: string | null, tags: Array<string>, createdAt: string, publishedAt?: string | null, publisher?: { __typename?: 'Publisher', id: string, name: string, isVerified: boolean } | null }> };\n\nexport type GetStoreAppInstallationQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetStoreAppInstallationQuery = { __typename?: 'Query', storeAppInstallation?: { __typename?: 'StoreAppInstallation', id: string, productId: string, workspaceId: string, workspaceName?: string | null, workspaceType?: string | null, organizationId?: string | null, installedById: string, status: Types.StoreInstallationStatus, version?: string | null, manifest?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, grantedPermissions?: Record<string, unknown> | null, installedAt: string, updatedAt: string, uninstalledAt?: string | null, uninstalledById?: string | null } | null };\n\nexport type HomeGroupedProductsQueryVariables = Types.Exact<{\n compatibleWith?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type HomeGroupedProductsQuery = { __typename?: 'Query', homeGroupedProducts: { __typename?: 'GroupedStoreProducts', featured: Array<{ __typename?: 'StoreProduct', id: string, name: string, slug: string, type: Types.ProductType, nature: Types.ProductNature, status: Types.ProductStatus, description?: string | null, pricingModel: Types.PricingModel, price: number, currency: string, icon?: string | null, screenshots: Array<string>, rating?: number | null, reviewCount: number, downloads: number, featured: boolean, category?: string | null, tags: Array<string>, publishedAt?: string | null, publisher?: { __typename?: 'Publisher', id: string, name: string, isVerified: boolean, logoUrl?: string | null } | null }>, mostDownloaded: Array<{ __typename?: 'StoreProduct', id: string, name: string, slug: string, type: Types.ProductType, nature: Types.ProductNature, status: Types.ProductStatus, description?: string | null, pricingModel: Types.PricingModel, price: number, currency: string, icon?: string | null, screenshots: Array<string>, rating?: number | null, reviewCount: number, downloads: number, featured: boolean, category?: string | null, tags: Array<string>, publishedAt?: string | null, publisher?: { __typename?: 'Publisher', id: string, name: string, isVerified: boolean, logoUrl?: string | null } | null }>, recentlyAdded: Array<{ __typename?: 'StoreProduct', id: string, name: string, slug: string, type: Types.ProductType, nature: Types.ProductNature, status: Types.ProductStatus, description?: string | null, pricingModel: Types.PricingModel, price: number, currency: string, icon?: string | null, screenshots: Array<string>, rating?: number | null, reviewCount: number, downloads: number, featured: boolean, category?: string | null, tags: Array<string>, publishedAt?: string | null, publisher?: { __typename?: 'Publisher', id: string, name: string, isVerified: boolean, logoUrl?: string | null } | null }>, freeItems: Array<{ __typename?: 'StoreProduct', id: string, name: string, slug: string, type: Types.ProductType, nature: Types.ProductNature, status: Types.ProductStatus, description?: string | null, pricingModel: Types.PricingModel, price: number, currency: string, icon?: string | null, screenshots: Array<string>, rating?: number | null, reviewCount: number, downloads: number, featured: boolean, category?: string | null, tags: Array<string>, publishedAt?: string | null, publisher?: { __typename?: 'Publisher', id: string, name: string, isVerified: boolean, logoUrl?: string | null } | null }> } };\n\nexport type StoreProductDetailsQueryVariables = Types.Exact<{\n input: Types.StoreProductDetailsInput;\n}>;\n\n\nexport type StoreProductDetailsQuery = { __typename?: 'Query', storeProductDetails: { __typename?: 'StoreProductDetailsResult', reviewsCount: number, isPurchased: boolean, product: { __typename?: 'StoreProduct', id: string, name: string, slug: string, type: Types.ProductType, nature: Types.ProductNature, status: Types.ProductStatus, description?: string | null, longDescription?: string | null, pricingModel: Types.PricingModel, price: number, currency: string, icon?: string | null, bannerUrl?: string | null, screenshots: Array<string>, videoUrls: Array<string>, documentationUrl?: string | null, repositoryUrl?: string | null, rating?: number | null, reviewCount: number, downloads: number, viewCount: number, featured: boolean, category?: string | null, tags: Array<string>, publishedAt?: string | null, createdAt: string, updatedAt: string, subType?: string | null, manifestVersion?: string | null, authorName?: string | null, productId?: string | null, license?: string | null, minPlatformVersion?: string | null, compatibleProducts: Array<string>, requiredPermissions: Array<string>, integrationDeps: Array<string>, manifest?: Record<string, unknown> | null, publisher?: { __typename?: 'Publisher', id: string, name: string, isVerified: boolean, logoUrl?: string | null, websiteUrl?: string | null, bio?: string | null, email: string, organizationId?: string | null, developerOrganization?: { __typename?: 'DeveloperOrganization', id: string, name: string, logoUrl?: string | null, isVerified: boolean, description?: string | null } | null } | null }, publisher?: { __typename?: 'Publisher', id: string, name: string, isVerified: boolean, logoUrl?: string | null, websiteUrl?: string | null, bio?: string | null, email: string, organizationId?: string | null, developerOrganization?: { __typename?: 'DeveloperOrganization', id: string, name: string, logoUrl?: string | null, isVerified: boolean, description?: string | null } | null } | null, relatedProducts: Array<{ __typename?: 'StoreProduct', id: string, name: string, slug: string, type: Types.ProductType, nature: Types.ProductNature, status: Types.ProductStatus, description?: string | null, icon?: string | null, rating?: number | null, reviewCount: number, downloads: number, price: number, pricingModel: Types.PricingModel, currency: string, screenshots: Array<string>, featured: boolean, category?: string | null, tags: Array<string>, publishedAt?: string | null, publisher?: { __typename?: 'Publisher', id: string, name: string, isVerified: boolean, logoUrl?: string | null } | null }>, reviews: Array<{ __typename?: 'ProductReview', id: string, userId: string, rating: number, title?: string | null, comment?: string | null, status: Types.ReviewStatus, helpful: number, createdAt: string, updatedAt: string }>, userReview?: { __typename?: 'ProductReview', id: string, userId: string, rating: number, title?: string | null, comment?: string | null, status: Types.ReviewStatus, helpful: number, createdAt: string, updatedAt: string } | null, userEntitlement?: { __typename?: 'ProductEntitlement', id: string, status: Types.EntitlementStatus, licenseKey?: string | null, expiresAt?: string | null } | null, ratingDistribution?: { __typename?: 'ProductRatingDistribution', fiveStars: number, fourStars: number, threeStars: number, twoStars: number, oneStar: number } | null } };\n\nexport type InstallationStatusUpdatedSubscriptionVariables = Types.Exact<{\n workspaceId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type InstallationStatusUpdatedSubscription = { __typename?: 'Subscription', installationStatusUpdated?: { __typename?: 'InstallationStatusUpdatedEvent', installationId: string, productId: string, workspaceId: string, status: string, updatedAt: string } | null };\n\nexport type LicenseStatusUpdatedSubscriptionVariables = Types.Exact<{\n workspaceId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n}>;\n\n\nexport type LicenseStatusUpdatedSubscription = { __typename?: 'Subscription', licenseStatusUpdated?: { __typename?: 'LicenseStatusUpdatedEvent', entitlementId: string, productId: string, status: string, updatedAt: string } | null };\n\nexport type OrderStatusUpdatedSubscriptionVariables = Types.Exact<{\n orderId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n workspaceId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n}>;\n\n\nexport type OrderStatusUpdatedSubscription = { __typename?: 'Subscription', orderStatusUpdated?: { __typename?: 'OrderStatusUpdatedEvent', orderId: string, workspaceId?: string | null, status: string, updatedAt: string } | null };\n\nexport type SubmissionStatusUpdatedSubscriptionVariables = Types.Exact<{\n publisherId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type SubmissionStatusUpdatedSubscription = { __typename?: 'Subscription', submissionStatusUpdated?: { __typename?: 'SubmissionStatusUpdatedEvent', submissionId: string, productId: string, publisherId: string, status: string, updatedAt: string } | null };\n\nexport const SourcingOpportunityFieldsFragmentDoc = gql`\n fragment SourcingOpportunityFields on SourcingOpportunity {\n id\n productName\n category\n summary\n quantity\n unit\n deliveryWindowStart\n deliveryWindowEnd\n deliveryCountry\n deliveryRegion\n deliveryCity\n targetUnitPrice\n targetCurrency\n}\n `;\nexport const SourcingOrderSummaryFieldsFragmentDoc = gql`\n fragment SourcingOrderSummaryFields on SourcingOrderSummary {\n id\n status\n total\n currency\n fulfillment {\n status\n }\n}\n `;\nexport const SellerSourcingOfferFieldsFragmentDoc = gql`\n fragment SellerSourcingOfferFields on SourcingOffer {\n id\n requestId\n storeProductId\n status\n quantity\n unit\n unitPrice\n currency\n deliveryDate\n message\n updatedAt\n request {\n ...SourcingOpportunityFields\n }\n order {\n ...SourcingOrderSummaryFields\n }\n}\n ${SourcingOpportunityFieldsFragmentDoc}\n${SourcingOrderSummaryFieldsFragmentDoc}`;\nexport const AcceptSourcingOfferDocument = gql`\n mutation AcceptSourcingOffer($offerId: ID!) {\n acceptSourcingOffer(offerId: $offerId) {\n ...SourcingOrderSummaryFields\n }\n}\n ${SourcingOrderSummaryFieldsFragmentDoc}`;\nexport type AcceptSourcingOfferMutationFn = Apollo.MutationFunction<Types.AcceptSourcingOfferMutation, Types.AcceptSourcingOfferMutationVariables>;\n\n/**\n * __useAcceptSourcingOfferMutation__\n *\n * To run a mutation, you first call `useAcceptSourcingOfferMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useAcceptSourcingOfferMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [acceptSourcingOfferMutation, { data, loading, error }] = useAcceptSourcingOfferMutation({\n * variables: {\n * offerId: // value for 'offerId'\n * },\n * });\n */\nexport function useAcceptSourcingOfferMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.AcceptSourcingOfferMutation, Types.AcceptSourcingOfferMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.AcceptSourcingOfferMutation, Types.AcceptSourcingOfferMutationVariables>(AcceptSourcingOfferDocument, options);\n }\nexport type AcceptSourcingOfferMutationHookResult = ReturnType<typeof useAcceptSourcingOfferMutation>;\nexport type AcceptSourcingOfferMutationResult = Apollo.MutationResult<Types.AcceptSourcingOfferMutation>;\nexport type AcceptSourcingOfferMutationOptions = Apollo.BaseMutationOptions<Types.AcceptSourcingOfferMutation, Types.AcceptSourcingOfferMutationVariables>;\nexport const CancelSourcingRequestDocument = gql`\n mutation CancelSourcingRequest($id: ID!) {\n cancelSourcingRequest(id: $id) {\n id\n status\n canceledAt\n updatedAt\n }\n}\n `;\nexport type CancelSourcingRequestMutationFn = Apollo.MutationFunction<Types.CancelSourcingRequestMutation, Types.CancelSourcingRequestMutationVariables>;\n\n/**\n * __useCancelSourcingRequestMutation__\n *\n * To run a mutation, you first call `useCancelSourcingRequestMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCancelSourcingRequestMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [cancelSourcingRequestMutation, { data, loading, error }] = useCancelSourcingRequestMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useCancelSourcingRequestMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CancelSourcingRequestMutation, Types.CancelSourcingRequestMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CancelSourcingRequestMutation, Types.CancelSourcingRequestMutationVariables>(CancelSourcingRequestDocument, options);\n }\nexport type CancelSourcingRequestMutationHookResult = ReturnType<typeof useCancelSourcingRequestMutation>;\nexport type CancelSourcingRequestMutationResult = Apollo.MutationResult<Types.CancelSourcingRequestMutation>;\nexport type CancelSourcingRequestMutationOptions = Apollo.BaseMutationOptions<Types.CancelSourcingRequestMutation, Types.CancelSourcingRequestMutationVariables>;\nexport const CreateReviewDocument = gql`\n mutation CreateReview($input: CreateReviewInput!) {\n createReview(input: $input) {\n id\n rating\n }\n}\n `;\nexport type CreateReviewMutationFn = Apollo.MutationFunction<Types.CreateReviewMutation, Types.CreateReviewMutationVariables>;\n\n/**\n * __useCreateReviewMutation__\n *\n * To run a mutation, you first call `useCreateReviewMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateReviewMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createReviewMutation, { data, loading, error }] = useCreateReviewMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateReviewMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateReviewMutation, Types.CreateReviewMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateReviewMutation, Types.CreateReviewMutationVariables>(CreateReviewDocument, options);\n }\nexport type CreateReviewMutationHookResult = ReturnType<typeof useCreateReviewMutation>;\nexport type CreateReviewMutationResult = Apollo.MutationResult<Types.CreateReviewMutation>;\nexport type CreateReviewMutationOptions = Apollo.BaseMutationOptions<Types.CreateReviewMutation, Types.CreateReviewMutationVariables>;\nexport const CreateSourcingRequestDocument = gql`\n mutation CreateSourcingRequest($input: CreateSourcingRequestInput!) {\n createSourcingRequest(input: $input) {\n id\n status\n productName\n category\n quantity\n unit\n deliveryWindowStart\n deliveryWindowEnd\n deliveryCountry\n deliveryRegion\n deliveryCity\n targetUnitPrice\n targetCurrency\n createdAt\n updatedAt\n }\n}\n `;\nexport type CreateSourcingRequestMutationFn = Apollo.MutationFunction<Types.CreateSourcingRequestMutation, Types.CreateSourcingRequestMutationVariables>;\n\n/**\n * __useCreateSourcingRequestMutation__\n *\n * To run a mutation, you first call `useCreateSourcingRequestMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateSourcingRequestMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createSourcingRequestMutation, { data, loading, error }] = useCreateSourcingRequestMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateSourcingRequestMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateSourcingRequestMutation, Types.CreateSourcingRequestMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateSourcingRequestMutation, Types.CreateSourcingRequestMutationVariables>(CreateSourcingRequestDocument, options);\n }\nexport type CreateSourcingRequestMutationHookResult = ReturnType<typeof useCreateSourcingRequestMutation>;\nexport type CreateSourcingRequestMutationResult = Apollo.MutationResult<Types.CreateSourcingRequestMutation>;\nexport type CreateSourcingRequestMutationOptions = Apollo.BaseMutationOptions<Types.CreateSourcingRequestMutation, Types.CreateSourcingRequestMutationVariables>;\nexport const DeleteReviewDocument = gql`\n mutation DeleteReview($id: ID!) {\n deleteReview(id: $id)\n}\n `;\nexport type DeleteReviewMutationFn = Apollo.MutationFunction<Types.DeleteReviewMutation, Types.DeleteReviewMutationVariables>;\n\n/**\n * __useDeleteReviewMutation__\n *\n * To run a mutation, you first call `useDeleteReviewMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteReviewMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteReviewMutation, { data, loading, error }] = useDeleteReviewMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteReviewMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteReviewMutation, Types.DeleteReviewMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteReviewMutation, Types.DeleteReviewMutationVariables>(DeleteReviewDocument, options);\n }\nexport type DeleteReviewMutationHookResult = ReturnType<typeof useDeleteReviewMutation>;\nexport type DeleteReviewMutationResult = Apollo.MutationResult<Types.DeleteReviewMutation>;\nexport type DeleteReviewMutationOptions = Apollo.BaseMutationOptions<Types.DeleteReviewMutation, Types.DeleteReviewMutationVariables>;\nexport const MarkReviewHelpfulDocument = gql`\n mutation MarkReviewHelpful($id: ID!) {\n markReviewHelpful(id: $id) {\n id\n helpful\n }\n}\n `;\nexport type MarkReviewHelpfulMutationFn = Apollo.MutationFunction<Types.MarkReviewHelpfulMutation, Types.MarkReviewHelpfulMutationVariables>;\n\n/**\n * __useMarkReviewHelpfulMutation__\n *\n * To run a mutation, you first call `useMarkReviewHelpfulMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useMarkReviewHelpfulMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [markReviewHelpfulMutation, { data, loading, error }] = useMarkReviewHelpfulMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useMarkReviewHelpfulMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.MarkReviewHelpfulMutation, Types.MarkReviewHelpfulMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.MarkReviewHelpfulMutation, Types.MarkReviewHelpfulMutationVariables>(MarkReviewHelpfulDocument, options);\n }\nexport type MarkReviewHelpfulMutationHookResult = ReturnType<typeof useMarkReviewHelpfulMutation>;\nexport type MarkReviewHelpfulMutationResult = Apollo.MutationResult<Types.MarkReviewHelpfulMutation>;\nexport type MarkReviewHelpfulMutationOptions = Apollo.BaseMutationOptions<Types.MarkReviewHelpfulMutation, Types.MarkReviewHelpfulMutationVariables>;\nexport const UpdateReviewDocument = gql`\n mutation UpdateReview($id: ID!, $input: UpdateReviewInput!) {\n updateReview(id: $id, input: $input) {\n id\n rating\n }\n}\n `;\nexport type UpdateReviewMutationFn = Apollo.MutationFunction<Types.UpdateReviewMutation, Types.UpdateReviewMutationVariables>;\n\n/**\n * __useUpdateReviewMutation__\n *\n * To run a mutation, you first call `useUpdateReviewMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateReviewMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateReviewMutation, { data, loading, error }] = useUpdateReviewMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateReviewMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateReviewMutation, Types.UpdateReviewMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateReviewMutation, Types.UpdateReviewMutationVariables>(UpdateReviewDocument, options);\n }\nexport type UpdateReviewMutationHookResult = ReturnType<typeof useUpdateReviewMutation>;\nexport type UpdateReviewMutationResult = Apollo.MutationResult<Types.UpdateReviewMutation>;\nexport type UpdateReviewMutationOptions = Apollo.BaseMutationOptions<Types.UpdateReviewMutation, Types.UpdateReviewMutationVariables>;\nexport const UpsertSourcingOfferDocument = gql`\n mutation UpsertSourcingOffer($input: UpsertSourcingOfferInput!) {\n upsertSourcingOffer(input: $input) {\n ...SellerSourcingOfferFields\n }\n}\n ${SellerSourcingOfferFieldsFragmentDoc}`;\nexport type UpsertSourcingOfferMutationFn = Apollo.MutationFunction<Types.UpsertSourcingOfferMutation, Types.UpsertSourcingOfferMutationVariables>;\n\n/**\n * __useUpsertSourcingOfferMutation__\n *\n * To run a mutation, you first call `useUpsertSourcingOfferMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpsertSourcingOfferMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [upsertSourcingOfferMutation, { data, loading, error }] = useUpsertSourcingOfferMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpsertSourcingOfferMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpsertSourcingOfferMutation, Types.UpsertSourcingOfferMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpsertSourcingOfferMutation, Types.UpsertSourcingOfferMutationVariables>(UpsertSourcingOfferDocument, options);\n }\nexport type UpsertSourcingOfferMutationHookResult = ReturnType<typeof useUpsertSourcingOfferMutation>;\nexport type UpsertSourcingOfferMutationResult = Apollo.MutationResult<Types.UpsertSourcingOfferMutation>;\nexport type UpsertSourcingOfferMutationOptions = Apollo.BaseMutationOptions<Types.UpsertSourcingOfferMutation, Types.UpsertSourcingOfferMutationVariables>;\nexport const AddToCartDocument = gql`\n mutation AddToCart($input: AddToCartInput!) {\n addToCart(input: $input) {\n cartItem {\n id\n productId\n productName\n quantity\n unitPrice\n subtotal\n }\n cart {\n id\n items {\n id\n productId\n productName\n productIcon\n variantId\n quantity\n unitPrice\n subtotal\n itemType\n }\n subtotal\n total\n itemCount\n }\n errors {\n field\n message\n code\n }\n }\n}\n `;\nexport type AddToCartMutationFn = Apollo.MutationFunction<Types.AddToCartMutation, Types.AddToCartMutationVariables>;\n\n/**\n * __useAddToCartMutation__\n *\n * To run a mutation, you first call `useAddToCartMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useAddToCartMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [addToCartMutation, { data, loading, error }] = useAddToCartMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useAddToCartMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.AddToCartMutation, Types.AddToCartMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.AddToCartMutation, Types.AddToCartMutationVariables>(AddToCartDocument, options);\n }\nexport type AddToCartMutationHookResult = ReturnType<typeof useAddToCartMutation>;\nexport type AddToCartMutationResult = Apollo.MutationResult<Types.AddToCartMutation>;\nexport type AddToCartMutationOptions = Apollo.BaseMutationOptions<Types.AddToCartMutation, Types.AddToCartMutationVariables>;\nexport const CheckoutDocument = gql`\n mutation Checkout($input: CheckoutInput!) {\n checkout(input: $input) {\n success\n order {\n id\n status\n total\n createdAt\n }\n errors {\n field\n message\n code\n }\n }\n}\n `;\nexport type CheckoutMutationFn = Apollo.MutationFunction<Types.CheckoutMutation, Types.CheckoutMutationVariables>;\n\n/**\n * __useCheckoutMutation__\n *\n * To run a mutation, you first call `useCheckoutMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCheckoutMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [checkoutMutation, { data, loading, error }] = useCheckoutMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCheckoutMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CheckoutMutation, Types.CheckoutMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CheckoutMutation, Types.CheckoutMutationVariables>(CheckoutDocument, options);\n }\nexport type CheckoutMutationHookResult = ReturnType<typeof useCheckoutMutation>;\nexport type CheckoutMutationResult = Apollo.MutationResult<Types.CheckoutMutation>;\nexport type CheckoutMutationOptions = Apollo.BaseMutationOptions<Types.CheckoutMutation, Types.CheckoutMutationVariables>;\nexport const ClearCartDocument = gql`\n mutation ClearCart {\n clearCart {\n cart {\n id\n items {\n id\n }\n subtotal\n total\n itemCount\n }\n errors {\n field\n message\n code\n }\n }\n}\n `;\nexport type ClearCartMutationFn = Apollo.MutationFunction<Types.ClearCartMutation, Types.ClearCartMutationVariables>;\n\n/**\n * __useClearCartMutation__\n *\n * To run a mutation, you first call `useClearCartMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useClearCartMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [clearCartMutation, { data, loading, error }] = useClearCartMutation({\n * variables: {\n * },\n * });\n */\nexport function useClearCartMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ClearCartMutation, Types.ClearCartMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ClearCartMutation, Types.ClearCartMutationVariables>(ClearCartDocument, options);\n }\nexport type ClearCartMutationHookResult = ReturnType<typeof useClearCartMutation>;\nexport type ClearCartMutationResult = Apollo.MutationResult<Types.ClearCartMutation>;\nexport type ClearCartMutationOptions = Apollo.BaseMutationOptions<Types.ClearCartMutation, Types.ClearCartMutationVariables>;\nexport const CreateProductForPublisherDocument = gql`\n mutation CreateProductForPublisher($input: CreateProductInput!) {\n createProduct(input: $input) {\n id\n name\n slug\n status\n manifestVersion\n subType\n }\n}\n `;\nexport type CreateProductForPublisherMutationFn = Apollo.MutationFunction<Types.CreateProductForPublisherMutation, Types.CreateProductForPublisherMutationVariables>;\n\n/**\n * __useCreateProductForPublisherMutation__\n *\n * To run a mutation, you first call `useCreateProductForPublisherMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateProductForPublisherMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createProductForPublisherMutation, { data, loading, error }] = useCreateProductForPublisherMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateProductForPublisherMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateProductForPublisherMutation, Types.CreateProductForPublisherMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateProductForPublisherMutation, Types.CreateProductForPublisherMutationVariables>(CreateProductForPublisherDocument, options);\n }\nexport type CreateProductForPublisherMutationHookResult = ReturnType<typeof useCreateProductForPublisherMutation>;\nexport type CreateProductForPublisherMutationResult = Apollo.MutationResult<Types.CreateProductForPublisherMutation>;\nexport type CreateProductForPublisherMutationOptions = Apollo.BaseMutationOptions<Types.CreateProductForPublisherMutation, Types.CreateProductForPublisherMutationVariables>;\nexport const CreateStoreOrderDocument = gql`\n mutation CreateStoreOrder($input: CreateStoreOrderInput!) {\n createStoreOrder(input: $input) {\n id\n status\n total\n lineItems\n createdAt\n }\n}\n `;\nexport type CreateStoreOrderMutationFn = Apollo.MutationFunction<Types.CreateStoreOrderMutation, Types.CreateStoreOrderMutationVariables>;\n\n/**\n * __useCreateStoreOrderMutation__\n *\n * To run a mutation, you first call `useCreateStoreOrderMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateStoreOrderMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createStoreOrderMutation, { data, loading, error }] = useCreateStoreOrderMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateStoreOrderMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateStoreOrderMutation, Types.CreateStoreOrderMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateStoreOrderMutation, Types.CreateStoreOrderMutationVariables>(CreateStoreOrderDocument, options);\n }\nexport type CreateStoreOrderMutationHookResult = ReturnType<typeof useCreateStoreOrderMutation>;\nexport type CreateStoreOrderMutationResult = Apollo.MutationResult<Types.CreateStoreOrderMutation>;\nexport type CreateStoreOrderMutationOptions = Apollo.BaseMutationOptions<Types.CreateStoreOrderMutation, Types.CreateStoreOrderMutationVariables>;\nexport const RemoveFromCartDocument = gql`\n mutation RemoveFromCart($cartItemId: String!) {\n removeFromCart(cartItemId: $cartItemId) {\n cart {\n id\n items {\n id\n productId\n productName\n productIcon\n variantId\n quantity\n unitPrice\n subtotal\n itemType\n }\n subtotal\n total\n itemCount\n }\n errors {\n field\n message\n code\n }\n }\n}\n `;\nexport type RemoveFromCartMutationFn = Apollo.MutationFunction<Types.RemoveFromCartMutation, Types.RemoveFromCartMutationVariables>;\n\n/**\n * __useRemoveFromCartMutation__\n *\n * To run a mutation, you first call `useRemoveFromCartMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRemoveFromCartMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [removeFromCartMutation, { data, loading, error }] = useRemoveFromCartMutation({\n * variables: {\n * cartItemId: // value for 'cartItemId'\n * },\n * });\n */\nexport function useRemoveFromCartMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RemoveFromCartMutation, Types.RemoveFromCartMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RemoveFromCartMutation, Types.RemoveFromCartMutationVariables>(RemoveFromCartDocument, options);\n }\nexport type RemoveFromCartMutationHookResult = ReturnType<typeof useRemoveFromCartMutation>;\nexport type RemoveFromCartMutationResult = Apollo.MutationResult<Types.RemoveFromCartMutation>;\nexport type RemoveFromCartMutationOptions = Apollo.BaseMutationOptions<Types.RemoveFromCartMutation, Types.RemoveFromCartMutationVariables>;\nexport const RecordAppUninstallationDocument = gql`\n mutation RecordAppUninstallation($workspaceId: String!, $productId: String!) {\n recordAppUninstallation(workspaceId: $workspaceId, productId: $productId) {\n id\n status\n uninstalledAt\n }\n}\n `;\nexport type RecordAppUninstallationMutationFn = Apollo.MutationFunction<Types.RecordAppUninstallationMutation, Types.RecordAppUninstallationMutationVariables>;\n\n/**\n * __useRecordAppUninstallationMutation__\n *\n * To run a mutation, you first call `useRecordAppUninstallationMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRecordAppUninstallationMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [recordAppUninstallationMutation, { data, loading, error }] = useRecordAppUninstallationMutation({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * productId: // value for 'productId'\n * },\n * });\n */\nexport function useRecordAppUninstallationMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RecordAppUninstallationMutation, Types.RecordAppUninstallationMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RecordAppUninstallationMutation, Types.RecordAppUninstallationMutationVariables>(RecordAppUninstallationDocument, options);\n }\nexport type RecordAppUninstallationMutationHookResult = ReturnType<typeof useRecordAppUninstallationMutation>;\nexport type RecordAppUninstallationMutationResult = Apollo.MutationResult<Types.RecordAppUninstallationMutation>;\nexport type RecordAppUninstallationMutationOptions = Apollo.BaseMutationOptions<Types.RecordAppUninstallationMutation, Types.RecordAppUninstallationMutationVariables>;\nexport const UpdateCartItemDocument = gql`\n mutation UpdateCartItem($input: UpdateCartItemInput!) {\n updateCartItem(input: $input) {\n cartItem {\n id\n productId\n productName\n quantity\n unitPrice\n subtotal\n }\n cart {\n id\n items {\n id\n productId\n productName\n productIcon\n variantId\n quantity\n unitPrice\n subtotal\n itemType\n }\n subtotal\n total\n itemCount\n }\n errors {\n field\n message\n code\n }\n }\n}\n `;\nexport type UpdateCartItemMutationFn = Apollo.MutationFunction<Types.UpdateCartItemMutation, Types.UpdateCartItemMutationVariables>;\n\n/**\n * __useUpdateCartItemMutation__\n *\n * To run a mutation, you first call `useUpdateCartItemMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateCartItemMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateCartItemMutation, { data, loading, error }] = useUpdateCartItemMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateCartItemMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateCartItemMutation, Types.UpdateCartItemMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateCartItemMutation, Types.UpdateCartItemMutationVariables>(UpdateCartItemDocument, options);\n }\nexport type UpdateCartItemMutationHookResult = ReturnType<typeof useUpdateCartItemMutation>;\nexport type UpdateCartItemMutationResult = Apollo.MutationResult<Types.UpdateCartItemMutation>;\nexport type UpdateCartItemMutationOptions = Apollo.BaseMutationOptions<Types.UpdateCartItemMutation, Types.UpdateCartItemMutationVariables>;\nexport const BuyerSourcingRequestDocument = gql`\n query BuyerSourcingRequest($id: ID!) {\n mySourcingRequest(id: $id) {\n id\n status\n productName\n category\n summary\n quantity\n unit\n deliveryWindowStart\n deliveryWindowEnd\n deliveryCountry\n deliveryRegion\n deliveryCity\n targetUnitPrice\n targetCurrency\n matchedAt\n canceledAt\n createdAt\n updatedAt\n offers {\n id\n status\n quantity\n unit\n unitPrice\n currency\n deliveryDate\n message\n createdAt\n publisher {\n name\n logoUrl\n isVerified\n }\n order {\n ...SourcingOrderSummaryFields\n }\n }\n acceptedOrder {\n ...SourcingOrderSummaryFields\n }\n }\n}\n ${SourcingOrderSummaryFieldsFragmentDoc}`;\n\n/**\n * __useBuyerSourcingRequestQuery__\n *\n * To run a query within a React component, call `useBuyerSourcingRequestQuery` and pass it any options that fit your needs.\n * When your component renders, `useBuyerSourcingRequestQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useBuyerSourcingRequestQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useBuyerSourcingRequestQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.BuyerSourcingRequestQuery, Types.BuyerSourcingRequestQueryVariables> & ({ variables: Types.BuyerSourcingRequestQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.BuyerSourcingRequestQuery, Types.BuyerSourcingRequestQueryVariables>(BuyerSourcingRequestDocument, options);\n }\nexport function useBuyerSourcingRequestLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.BuyerSourcingRequestQuery, Types.BuyerSourcingRequestQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.BuyerSourcingRequestQuery, Types.BuyerSourcingRequestQueryVariables>(BuyerSourcingRequestDocument, options);\n }\n// @ts-ignore\nexport function useBuyerSourcingRequestSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.BuyerSourcingRequestQuery, Types.BuyerSourcingRequestQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.BuyerSourcingRequestQuery, Types.BuyerSourcingRequestQueryVariables>;\nexport function useBuyerSourcingRequestSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.BuyerSourcingRequestQuery, Types.BuyerSourcingRequestQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.BuyerSourcingRequestQuery | undefined, Types.BuyerSourcingRequestQueryVariables>;\nexport function useBuyerSourcingRequestSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.BuyerSourcingRequestQuery, Types.BuyerSourcingRequestQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.BuyerSourcingRequestQuery, Types.BuyerSourcingRequestQueryVariables>(BuyerSourcingRequestDocument, options);\n }\nexport type BuyerSourcingRequestQueryHookResult = ReturnType<typeof useBuyerSourcingRequestQuery>;\nexport type BuyerSourcingRequestLazyQueryHookResult = ReturnType<typeof useBuyerSourcingRequestLazyQuery>;\nexport type BuyerSourcingRequestSuspenseQueryHookResult = ReturnType<typeof useBuyerSourcingRequestSuspenseQuery>;\nexport type BuyerSourcingRequestQueryResult = Apollo.QueryResult<Types.BuyerSourcingRequestQuery, Types.BuyerSourcingRequestQueryVariables>;\nexport const BuyerSourcingRequestsDocument = gql`\n query BuyerSourcingRequests($status: SourcingRequestStatus, $limit: Int, $offset: Int) {\n mySourcingRequests(status: $status, limit: $limit, offset: $offset) {\n id\n status\n productName\n category\n quantity\n unit\n deliveryWindowStart\n deliveryWindowEnd\n deliveryCountry\n deliveryRegion\n deliveryCity\n targetUnitPrice\n targetCurrency\n offers {\n status\n }\n }\n}\n `;\n\n/**\n * __useBuyerSourcingRequestsQuery__\n *\n * To run a query within a React component, call `useBuyerSourcingRequestsQuery` and pass it any options that fit your needs.\n * When your component renders, `useBuyerSourcingRequestsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useBuyerSourcingRequestsQuery({\n * variables: {\n * status: // value for 'status'\n * limit: // value for 'limit'\n * offset: // value for 'offset'\n * },\n * });\n */\nexport function useBuyerSourcingRequestsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.BuyerSourcingRequestsQuery, Types.BuyerSourcingRequestsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.BuyerSourcingRequestsQuery, Types.BuyerSourcingRequestsQueryVariables>(BuyerSourcingRequestsDocument, options);\n }\nexport function useBuyerSourcingRequestsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.BuyerSourcingRequestsQuery, Types.BuyerSourcingRequestsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.BuyerSourcingRequestsQuery, Types.BuyerSourcingRequestsQueryVariables>(BuyerSourcingRequestsDocument, options);\n }\n// @ts-ignore\nexport function useBuyerSourcingRequestsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.BuyerSourcingRequestsQuery, Types.BuyerSourcingRequestsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.BuyerSourcingRequestsQuery, Types.BuyerSourcingRequestsQueryVariables>;\nexport function useBuyerSourcingRequestsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.BuyerSourcingRequestsQuery, Types.BuyerSourcingRequestsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.BuyerSourcingRequestsQuery | undefined, Types.BuyerSourcingRequestsQueryVariables>;\nexport function useBuyerSourcingRequestsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.BuyerSourcingRequestsQuery, Types.BuyerSourcingRequestsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.BuyerSourcingRequestsQuery, Types.BuyerSourcingRequestsQueryVariables>(BuyerSourcingRequestsDocument, options);\n }\nexport type BuyerSourcingRequestsQueryHookResult = ReturnType<typeof useBuyerSourcingRequestsQuery>;\nexport type BuyerSourcingRequestsLazyQueryHookResult = ReturnType<typeof useBuyerSourcingRequestsLazyQuery>;\nexport type BuyerSourcingRequestsSuspenseQueryHookResult = ReturnType<typeof useBuyerSourcingRequestsSuspenseQuery>;\nexport type BuyerSourcingRequestsQueryResult = Apollo.QueryResult<Types.BuyerSourcingRequestsQuery, Types.BuyerSourcingRequestsQueryVariables>;\nexport const CategoriesDocument = gql`\n query Categories {\n categories {\n id\n name\n slug\n description\n }\n}\n `;\n\n/**\n * __useCategoriesQuery__\n *\n * To run a query within a React component, call `useCategoriesQuery` and pass it any options that fit your needs.\n * When your component renders, `useCategoriesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useCategoriesQuery({\n * variables: {\n * },\n * });\n */\nexport function useCategoriesQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.CategoriesQuery, Types.CategoriesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.CategoriesQuery, Types.CategoriesQueryVariables>(CategoriesDocument, options);\n }\nexport function useCategoriesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.CategoriesQuery, Types.CategoriesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.CategoriesQuery, Types.CategoriesQueryVariables>(CategoriesDocument, options);\n }\n// @ts-ignore\nexport function useCategoriesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.CategoriesQuery, Types.CategoriesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.CategoriesQuery, Types.CategoriesQueryVariables>;\nexport function useCategoriesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.CategoriesQuery, Types.CategoriesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.CategoriesQuery | undefined, Types.CategoriesQueryVariables>;\nexport function useCategoriesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.CategoriesQuery, Types.CategoriesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.CategoriesQuery, Types.CategoriesQueryVariables>(CategoriesDocument, options);\n }\nexport type CategoriesQueryHookResult = ReturnType<typeof useCategoriesQuery>;\nexport type CategoriesLazyQueryHookResult = ReturnType<typeof useCategoriesLazyQuery>;\nexport type CategoriesSuspenseQueryHookResult = ReturnType<typeof useCategoriesSuspenseQuery>;\nexport type CategoriesQueryResult = Apollo.QueryResult<Types.CategoriesQuery, Types.CategoriesQueryVariables>;\nexport const CheckEntitlementDocument = gql`\n query CheckEntitlement($productId: String!) {\n checkEntitlement(productId: $productId) {\n id\n productId\n status\n licenseKey\n expiresAt\n }\n}\n `;\n\n/**\n * __useCheckEntitlementQuery__\n *\n * To run a query within a React component, call `useCheckEntitlementQuery` and pass it any options that fit your needs.\n * When your component renders, `useCheckEntitlementQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useCheckEntitlementQuery({\n * variables: {\n * productId: // value for 'productId'\n * },\n * });\n */\nexport function useCheckEntitlementQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.CheckEntitlementQuery, Types.CheckEntitlementQueryVariables> & ({ variables: Types.CheckEntitlementQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.CheckEntitlementQuery, Types.CheckEntitlementQueryVariables>(CheckEntitlementDocument, options);\n }\nexport function useCheckEntitlementLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.CheckEntitlementQuery, Types.CheckEntitlementQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.CheckEntitlementQuery, Types.CheckEntitlementQueryVariables>(CheckEntitlementDocument, options);\n }\n// @ts-ignore\nexport function useCheckEntitlementSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.CheckEntitlementQuery, Types.CheckEntitlementQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.CheckEntitlementQuery, Types.CheckEntitlementQueryVariables>;\nexport function useCheckEntitlementSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.CheckEntitlementQuery, Types.CheckEntitlementQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.CheckEntitlementQuery | undefined, Types.CheckEntitlementQueryVariables>;\nexport function useCheckEntitlementSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.CheckEntitlementQuery, Types.CheckEntitlementQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.CheckEntitlementQuery, Types.CheckEntitlementQueryVariables>(CheckEntitlementDocument, options);\n }\nexport type CheckEntitlementQueryHookResult = ReturnType<typeof useCheckEntitlementQuery>;\nexport type CheckEntitlementLazyQueryHookResult = ReturnType<typeof useCheckEntitlementLazyQuery>;\nexport type CheckEntitlementSuspenseQueryHookResult = ReturnType<typeof useCheckEntitlementSuspenseQuery>;\nexport type CheckEntitlementQueryResult = Apollo.QueryResult<Types.CheckEntitlementQuery, Types.CheckEntitlementQueryVariables>;\nexport const DeveloperEarningsDocument = gql`\n query DeveloperEarnings($input: DeveloperEarningsInput) {\n developerEarnings(input: $input) {\n totalEarnings\n monthlyEarnings\n totalOrders\n monthlyOrders\n currency\n }\n}\n `;\n\n/**\n * __useDeveloperEarningsQuery__\n *\n * To run a query within a React component, call `useDeveloperEarningsQuery` and pass it any options that fit your needs.\n * When your component renders, `useDeveloperEarningsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useDeveloperEarningsQuery({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useDeveloperEarningsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.DeveloperEarningsQuery, Types.DeveloperEarningsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.DeveloperEarningsQuery, Types.DeveloperEarningsQueryVariables>(DeveloperEarningsDocument, options);\n }\nexport function useDeveloperEarningsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.DeveloperEarningsQuery, Types.DeveloperEarningsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.DeveloperEarningsQuery, Types.DeveloperEarningsQueryVariables>(DeveloperEarningsDocument, options);\n }\n// @ts-ignore\nexport function useDeveloperEarningsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.DeveloperEarningsQuery, Types.DeveloperEarningsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.DeveloperEarningsQuery, Types.DeveloperEarningsQueryVariables>;\nexport function useDeveloperEarningsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.DeveloperEarningsQuery, Types.DeveloperEarningsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.DeveloperEarningsQuery | undefined, Types.DeveloperEarningsQueryVariables>;\nexport function useDeveloperEarningsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.DeveloperEarningsQuery, Types.DeveloperEarningsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.DeveloperEarningsQuery, Types.DeveloperEarningsQueryVariables>(DeveloperEarningsDocument, options);\n }\nexport type DeveloperEarningsQueryHookResult = ReturnType<typeof useDeveloperEarningsQuery>;\nexport type DeveloperEarningsLazyQueryHookResult = ReturnType<typeof useDeveloperEarningsLazyQuery>;\nexport type DeveloperEarningsSuspenseQueryHookResult = ReturnType<typeof useDeveloperEarningsSuspenseQuery>;\nexport type DeveloperEarningsQueryResult = Apollo.QueryResult<Types.DeveloperEarningsQuery, Types.DeveloperEarningsQueryVariables>;\nexport const FeaturedProductsDocument = gql`\n query FeaturedProducts($limit: Int) {\n featuredProducts(limit: $limit) {\n id\n name\n slug\n }\n}\n `;\n\n/**\n * __useFeaturedProductsQuery__\n *\n * To run a query within a React component, call `useFeaturedProductsQuery` and pass it any options that fit your needs.\n * When your component renders, `useFeaturedProductsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useFeaturedProductsQuery({\n * variables: {\n * limit: // value for 'limit'\n * },\n * });\n */\nexport function useFeaturedProductsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.FeaturedProductsQuery, Types.FeaturedProductsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.FeaturedProductsQuery, Types.FeaturedProductsQueryVariables>(FeaturedProductsDocument, options);\n }\nexport function useFeaturedProductsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.FeaturedProductsQuery, Types.FeaturedProductsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.FeaturedProductsQuery, Types.FeaturedProductsQueryVariables>(FeaturedProductsDocument, options);\n }\n// @ts-ignore\nexport function useFeaturedProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.FeaturedProductsQuery, Types.FeaturedProductsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.FeaturedProductsQuery, Types.FeaturedProductsQueryVariables>;\nexport function useFeaturedProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.FeaturedProductsQuery, Types.FeaturedProductsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.FeaturedProductsQuery | undefined, Types.FeaturedProductsQueryVariables>;\nexport function useFeaturedProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.FeaturedProductsQuery, Types.FeaturedProductsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.FeaturedProductsQuery, Types.FeaturedProductsQueryVariables>(FeaturedProductsDocument, options);\n }\nexport type FeaturedProductsQueryHookResult = ReturnType<typeof useFeaturedProductsQuery>;\nexport type FeaturedProductsLazyQueryHookResult = ReturnType<typeof useFeaturedProductsLazyQuery>;\nexport type FeaturedProductsSuspenseQueryHookResult = ReturnType<typeof useFeaturedProductsSuspenseQuery>;\nexport type FeaturedProductsQueryResult = Apollo.QueryResult<Types.FeaturedProductsQuery, Types.FeaturedProductsQueryVariables>;\nexport const FilterOptionsDocument = gql`\n query FilterOptions($type: ProductType) {\n filterOptions(type: $type) {\n categories {\n value\n count\n }\n subTypes {\n value\n count\n }\n tags {\n value\n count\n }\n licenses {\n value\n count\n }\n compatibleProducts {\n value\n count\n }\n }\n}\n `;\n\n/**\n * __useFilterOptionsQuery__\n *\n * To run a query within a React component, call `useFilterOptionsQuery` and pass it any options that fit your needs.\n * When your component renders, `useFilterOptionsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useFilterOptionsQuery({\n * variables: {\n * type: // value for 'type'\n * },\n * });\n */\nexport function useFilterOptionsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.FilterOptionsQuery, Types.FilterOptionsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.FilterOptionsQuery, Types.FilterOptionsQueryVariables>(FilterOptionsDocument, options);\n }\nexport function useFilterOptionsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.FilterOptionsQuery, Types.FilterOptionsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.FilterOptionsQuery, Types.FilterOptionsQueryVariables>(FilterOptionsDocument, options);\n }\n// @ts-ignore\nexport function useFilterOptionsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.FilterOptionsQuery, Types.FilterOptionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.FilterOptionsQuery, Types.FilterOptionsQueryVariables>;\nexport function useFilterOptionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.FilterOptionsQuery, Types.FilterOptionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.FilterOptionsQuery | undefined, Types.FilterOptionsQueryVariables>;\nexport function useFilterOptionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.FilterOptionsQuery, Types.FilterOptionsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.FilterOptionsQuery, Types.FilterOptionsQueryVariables>(FilterOptionsDocument, options);\n }\nexport type FilterOptionsQueryHookResult = ReturnType<typeof useFilterOptionsQuery>;\nexport type FilterOptionsLazyQueryHookResult = ReturnType<typeof useFilterOptionsLazyQuery>;\nexport type FilterOptionsSuspenseQueryHookResult = ReturnType<typeof useFilterOptionsSuspenseQuery>;\nexport type FilterOptionsQueryResult = Apollo.QueryResult<Types.FilterOptionsQuery, Types.FilterOptionsQueryVariables>;\nexport const MyEntitlementsDocument = gql`\n query MyEntitlements($limit: Int, $offset: Int) {\n myEntitlements(limit: $limit, offset: $offset) {\n id\n productId\n status\n licenseKey\n expiresAt\n }\n}\n `;\n\n/**\n * __useMyEntitlementsQuery__\n *\n * To run a query within a React component, call `useMyEntitlementsQuery` and pass it any options that fit your needs.\n * When your component renders, `useMyEntitlementsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useMyEntitlementsQuery({\n * variables: {\n * limit: // value for 'limit'\n * offset: // value for 'offset'\n * },\n * });\n */\nexport function useMyEntitlementsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.MyEntitlementsQuery, Types.MyEntitlementsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.MyEntitlementsQuery, Types.MyEntitlementsQueryVariables>(MyEntitlementsDocument, options);\n }\nexport function useMyEntitlementsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.MyEntitlementsQuery, Types.MyEntitlementsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.MyEntitlementsQuery, Types.MyEntitlementsQueryVariables>(MyEntitlementsDocument, options);\n }\n// @ts-ignore\nexport function useMyEntitlementsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.MyEntitlementsQuery, Types.MyEntitlementsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.MyEntitlementsQuery, Types.MyEntitlementsQueryVariables>;\nexport function useMyEntitlementsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.MyEntitlementsQuery, Types.MyEntitlementsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.MyEntitlementsQuery | undefined, Types.MyEntitlementsQueryVariables>;\nexport function useMyEntitlementsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.MyEntitlementsQuery, Types.MyEntitlementsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.MyEntitlementsQuery, Types.MyEntitlementsQueryVariables>(MyEntitlementsDocument, options);\n }\nexport type MyEntitlementsQueryHookResult = ReturnType<typeof useMyEntitlementsQuery>;\nexport type MyEntitlementsLazyQueryHookResult = ReturnType<typeof useMyEntitlementsLazyQuery>;\nexport type MyEntitlementsSuspenseQueryHookResult = ReturnType<typeof useMyEntitlementsSuspenseQuery>;\nexport type MyEntitlementsQueryResult = Apollo.QueryResult<Types.MyEntitlementsQuery, Types.MyEntitlementsQueryVariables>;\nexport const MyPublishedProductsDocument = gql`\n query MyPublishedProducts($limit: Int, $offset: Int) {\n publishedProducts(limit: $limit, offset: $offset) {\n id\n name\n status\n reviewCount\n }\n}\n `;\n\n/**\n * __useMyPublishedProductsQuery__\n *\n * To run a query within a React component, call `useMyPublishedProductsQuery` and pass it any options that fit your needs.\n * When your component renders, `useMyPublishedProductsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useMyPublishedProductsQuery({\n * variables: {\n * limit: // value for 'limit'\n * offset: // value for 'offset'\n * },\n * });\n */\nexport function useMyPublishedProductsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.MyPublishedProductsQuery, Types.MyPublishedProductsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.MyPublishedProductsQuery, Types.MyPublishedProductsQueryVariables>(MyPublishedProductsDocument, options);\n }\nexport function useMyPublishedProductsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.MyPublishedProductsQuery, Types.MyPublishedProductsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.MyPublishedProductsQuery, Types.MyPublishedProductsQueryVariables>(MyPublishedProductsDocument, options);\n }\n// @ts-ignore\nexport function useMyPublishedProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.MyPublishedProductsQuery, Types.MyPublishedProductsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.MyPublishedProductsQuery, Types.MyPublishedProductsQueryVariables>;\nexport function useMyPublishedProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.MyPublishedProductsQuery, Types.MyPublishedProductsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.MyPublishedProductsQuery | undefined, Types.MyPublishedProductsQueryVariables>;\nexport function useMyPublishedProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.MyPublishedProductsQuery, Types.MyPublishedProductsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.MyPublishedProductsQuery, Types.MyPublishedProductsQueryVariables>(MyPublishedProductsDocument, options);\n }\nexport type MyPublishedProductsQueryHookResult = ReturnType<typeof useMyPublishedProductsQuery>;\nexport type MyPublishedProductsLazyQueryHookResult = ReturnType<typeof useMyPublishedProductsLazyQuery>;\nexport type MyPublishedProductsSuspenseQueryHookResult = ReturnType<typeof useMyPublishedProductsSuspenseQuery>;\nexport type MyPublishedProductsQueryResult = Apollo.QueryResult<Types.MyPublishedProductsQuery, Types.MyPublishedProductsQueryVariables>;\nexport const ProductReviewsDocument = gql`\n query ProductReviews($productId: String!, $status: ReviewStatus) {\n productReviews(productId: $productId, status: $status) {\n id\n rating\n title\n comment\n helpful\n createdAt\n }\n}\n `;\n\n/**\n * __useProductReviewsQuery__\n *\n * To run a query within a React component, call `useProductReviewsQuery` and pass it any options that fit your needs.\n * When your component renders, `useProductReviewsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useProductReviewsQuery({\n * variables: {\n * productId: // value for 'productId'\n * status: // value for 'status'\n * },\n * });\n */\nexport function useProductReviewsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ProductReviewsQuery, Types.ProductReviewsQueryVariables> & ({ variables: Types.ProductReviewsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ProductReviewsQuery, Types.ProductReviewsQueryVariables>(ProductReviewsDocument, options);\n }\nexport function useProductReviewsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ProductReviewsQuery, Types.ProductReviewsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ProductReviewsQuery, Types.ProductReviewsQueryVariables>(ProductReviewsDocument, options);\n }\n// @ts-ignore\nexport function useProductReviewsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ProductReviewsQuery, Types.ProductReviewsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ProductReviewsQuery, Types.ProductReviewsQueryVariables>;\nexport function useProductReviewsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ProductReviewsQuery, Types.ProductReviewsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ProductReviewsQuery | undefined, Types.ProductReviewsQueryVariables>;\nexport function useProductReviewsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ProductReviewsQuery, Types.ProductReviewsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ProductReviewsQuery, Types.ProductReviewsQueryVariables>(ProductReviewsDocument, options);\n }\nexport type ProductReviewsQueryHookResult = ReturnType<typeof useProductReviewsQuery>;\nexport type ProductReviewsLazyQueryHookResult = ReturnType<typeof useProductReviewsLazyQuery>;\nexport type ProductReviewsSuspenseQueryHookResult = ReturnType<typeof useProductReviewsSuspenseQuery>;\nexport type ProductReviewsQueryResult = Apollo.QueryResult<Types.ProductReviewsQuery, Types.ProductReviewsQueryVariables>;\nexport const PublisherSourcingAccessDocument = gql`\n query PublisherSourcingAccess {\n myPublisher {\n id\n name\n isVerified\n verificationStatus\n }\n}\n `;\n\n/**\n * __usePublisherSourcingAccessQuery__\n *\n * To run a query within a React component, call `usePublisherSourcingAccessQuery` and pass it any options that fit your needs.\n * When your component renders, `usePublisherSourcingAccessQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = usePublisherSourcingAccessQuery({\n * variables: {\n * },\n * });\n */\nexport function usePublisherSourcingAccessQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.PublisherSourcingAccessQuery, Types.PublisherSourcingAccessQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.PublisherSourcingAccessQuery, Types.PublisherSourcingAccessQueryVariables>(PublisherSourcingAccessDocument, options);\n }\nexport function usePublisherSourcingAccessLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.PublisherSourcingAccessQuery, Types.PublisherSourcingAccessQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.PublisherSourcingAccessQuery, Types.PublisherSourcingAccessQueryVariables>(PublisherSourcingAccessDocument, options);\n }\n// @ts-ignore\nexport function usePublisherSourcingAccessSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.PublisherSourcingAccessQuery, Types.PublisherSourcingAccessQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.PublisherSourcingAccessQuery, Types.PublisherSourcingAccessQueryVariables>;\nexport function usePublisherSourcingAccessSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.PublisherSourcingAccessQuery, Types.PublisherSourcingAccessQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.PublisherSourcingAccessQuery | undefined, Types.PublisherSourcingAccessQueryVariables>;\nexport function usePublisherSourcingAccessSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.PublisherSourcingAccessQuery, Types.PublisherSourcingAccessQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.PublisherSourcingAccessQuery, Types.PublisherSourcingAccessQueryVariables>(PublisherSourcingAccessDocument, options);\n }\nexport type PublisherSourcingAccessQueryHookResult = ReturnType<typeof usePublisherSourcingAccessQuery>;\nexport type PublisherSourcingAccessLazyQueryHookResult = ReturnType<typeof usePublisherSourcingAccessLazyQuery>;\nexport type PublisherSourcingAccessSuspenseQueryHookResult = ReturnType<typeof usePublisherSourcingAccessSuspenseQuery>;\nexport type PublisherSourcingAccessQueryResult = Apollo.QueryResult<Types.PublisherSourcingAccessQuery, Types.PublisherSourcingAccessQueryVariables>;\nexport const PublisherSourcingProductsDocument = gql`\n query PublisherSourcingProducts {\n myPublisher {\n id\n products {\n id\n name\n status\n }\n }\n}\n `;\n\n/**\n * __usePublisherSourcingProductsQuery__\n *\n * To run a query within a React component, call `usePublisherSourcingProductsQuery` and pass it any options that fit your needs.\n * When your component renders, `usePublisherSourcingProductsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = usePublisherSourcingProductsQuery({\n * variables: {\n * },\n * });\n */\nexport function usePublisherSourcingProductsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.PublisherSourcingProductsQuery, Types.PublisherSourcingProductsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.PublisherSourcingProductsQuery, Types.PublisherSourcingProductsQueryVariables>(PublisherSourcingProductsDocument, options);\n }\nexport function usePublisherSourcingProductsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.PublisherSourcingProductsQuery, Types.PublisherSourcingProductsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.PublisherSourcingProductsQuery, Types.PublisherSourcingProductsQueryVariables>(PublisherSourcingProductsDocument, options);\n }\n// @ts-ignore\nexport function usePublisherSourcingProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.PublisherSourcingProductsQuery, Types.PublisherSourcingProductsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.PublisherSourcingProductsQuery, Types.PublisherSourcingProductsQueryVariables>;\nexport function usePublisherSourcingProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.PublisherSourcingProductsQuery, Types.PublisherSourcingProductsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.PublisherSourcingProductsQuery | undefined, Types.PublisherSourcingProductsQueryVariables>;\nexport function usePublisherSourcingProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.PublisherSourcingProductsQuery, Types.PublisherSourcingProductsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.PublisherSourcingProductsQuery, Types.PublisherSourcingProductsQueryVariables>(PublisherSourcingProductsDocument, options);\n }\nexport type PublisherSourcingProductsQueryHookResult = ReturnType<typeof usePublisherSourcingProductsQuery>;\nexport type PublisherSourcingProductsLazyQueryHookResult = ReturnType<typeof usePublisherSourcingProductsLazyQuery>;\nexport type PublisherSourcingProductsSuspenseQueryHookResult = ReturnType<typeof usePublisherSourcingProductsSuspenseQuery>;\nexport type PublisherSourcingProductsQueryResult = Apollo.QueryResult<Types.PublisherSourcingProductsQuery, Types.PublisherSourcingProductsQueryVariables>;\nexport const SearchSuggestionsDocument = gql`\n query SearchSuggestions($query: String!, $limit: Int) {\n searchSuggestions(query: $query, limit: $limit) {\n term\n type\n count\n }\n}\n `;\n\n/**\n * __useSearchSuggestionsQuery__\n *\n * To run a query within a React component, call `useSearchSuggestionsQuery` and pass it any options that fit your needs.\n * When your component renders, `useSearchSuggestionsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useSearchSuggestionsQuery({\n * variables: {\n * query: // value for 'query'\n * limit: // value for 'limit'\n * },\n * });\n */\nexport function useSearchSuggestionsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.SearchSuggestionsQuery, Types.SearchSuggestionsQueryVariables> & ({ variables: Types.SearchSuggestionsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.SearchSuggestionsQuery, Types.SearchSuggestionsQueryVariables>(SearchSuggestionsDocument, options);\n }\nexport function useSearchSuggestionsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.SearchSuggestionsQuery, Types.SearchSuggestionsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.SearchSuggestionsQuery, Types.SearchSuggestionsQueryVariables>(SearchSuggestionsDocument, options);\n }\n// @ts-ignore\nexport function useSearchSuggestionsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.SearchSuggestionsQuery, Types.SearchSuggestionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.SearchSuggestionsQuery, Types.SearchSuggestionsQueryVariables>;\nexport function useSearchSuggestionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.SearchSuggestionsQuery, Types.SearchSuggestionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.SearchSuggestionsQuery | undefined, Types.SearchSuggestionsQueryVariables>;\nexport function useSearchSuggestionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.SearchSuggestionsQuery, Types.SearchSuggestionsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.SearchSuggestionsQuery, Types.SearchSuggestionsQueryVariables>(SearchSuggestionsDocument, options);\n }\nexport type SearchSuggestionsQueryHookResult = ReturnType<typeof useSearchSuggestionsQuery>;\nexport type SearchSuggestionsLazyQueryHookResult = ReturnType<typeof useSearchSuggestionsLazyQuery>;\nexport type SearchSuggestionsSuspenseQueryHookResult = ReturnType<typeof useSearchSuggestionsSuspenseQuery>;\nexport type SearchSuggestionsQueryResult = Apollo.QueryResult<Types.SearchSuggestionsQuery, Types.SearchSuggestionsQueryVariables>;\nexport const SellerSourcingOffersDocument = gql`\n query SellerSourcingOffers($status: SourcingOfferStatus, $limit: Int, $offset: Int) {\n mySourcingOffers(status: $status, limit: $limit, offset: $offset) {\n ...SellerSourcingOfferFields\n }\n}\n ${SellerSourcingOfferFieldsFragmentDoc}`;\n\n/**\n * __useSellerSourcingOffersQuery__\n *\n * To run a query within a React component, call `useSellerSourcingOffersQuery` and pass it any options that fit your needs.\n * When your component renders, `useSellerSourcingOffersQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useSellerSourcingOffersQuery({\n * variables: {\n * status: // value for 'status'\n * limit: // value for 'limit'\n * offset: // value for 'offset'\n * },\n * });\n */\nexport function useSellerSourcingOffersQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.SellerSourcingOffersQuery, Types.SellerSourcingOffersQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.SellerSourcingOffersQuery, Types.SellerSourcingOffersQueryVariables>(SellerSourcingOffersDocument, options);\n }\nexport function useSellerSourcingOffersLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.SellerSourcingOffersQuery, Types.SellerSourcingOffersQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.SellerSourcingOffersQuery, Types.SellerSourcingOffersQueryVariables>(SellerSourcingOffersDocument, options);\n }\n// @ts-ignore\nexport function useSellerSourcingOffersSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.SellerSourcingOffersQuery, Types.SellerSourcingOffersQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.SellerSourcingOffersQuery, Types.SellerSourcingOffersQueryVariables>;\nexport function useSellerSourcingOffersSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.SellerSourcingOffersQuery, Types.SellerSourcingOffersQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.SellerSourcingOffersQuery | undefined, Types.SellerSourcingOffersQueryVariables>;\nexport function useSellerSourcingOffersSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.SellerSourcingOffersQuery, Types.SellerSourcingOffersQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.SellerSourcingOffersQuery, Types.SellerSourcingOffersQueryVariables>(SellerSourcingOffersDocument, options);\n }\nexport type SellerSourcingOffersQueryHookResult = ReturnType<typeof useSellerSourcingOffersQuery>;\nexport type SellerSourcingOffersLazyQueryHookResult = ReturnType<typeof useSellerSourcingOffersLazyQuery>;\nexport type SellerSourcingOffersSuspenseQueryHookResult = ReturnType<typeof useSellerSourcingOffersSuspenseQuery>;\nexport type SellerSourcingOffersQueryResult = Apollo.QueryResult<Types.SellerSourcingOffersQuery, Types.SellerSourcingOffersQueryVariables>;\nexport const SellerSourcingOpportunitiesDocument = gql`\n query SellerSourcingOpportunities($category: String, $limit: Int, $offset: Int) {\n openSourcingRequests(category: $category, limit: $limit, offset: $offset) {\n ...SourcingOpportunityFields\n }\n}\n ${SourcingOpportunityFieldsFragmentDoc}`;\n\n/**\n * __useSellerSourcingOpportunitiesQuery__\n *\n * To run a query within a React component, call `useSellerSourcingOpportunitiesQuery` and pass it any options that fit your needs.\n * When your component renders, `useSellerSourcingOpportunitiesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useSellerSourcingOpportunitiesQuery({\n * variables: {\n * category: // value for 'category'\n * limit: // value for 'limit'\n * offset: // value for 'offset'\n * },\n * });\n */\nexport function useSellerSourcingOpportunitiesQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.SellerSourcingOpportunitiesQuery, Types.SellerSourcingOpportunitiesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.SellerSourcingOpportunitiesQuery, Types.SellerSourcingOpportunitiesQueryVariables>(SellerSourcingOpportunitiesDocument, options);\n }\nexport function useSellerSourcingOpportunitiesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.SellerSourcingOpportunitiesQuery, Types.SellerSourcingOpportunitiesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.SellerSourcingOpportunitiesQuery, Types.SellerSourcingOpportunitiesQueryVariables>(SellerSourcingOpportunitiesDocument, options);\n }\n// @ts-ignore\nexport function useSellerSourcingOpportunitiesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.SellerSourcingOpportunitiesQuery, Types.SellerSourcingOpportunitiesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.SellerSourcingOpportunitiesQuery, Types.SellerSourcingOpportunitiesQueryVariables>;\nexport function useSellerSourcingOpportunitiesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.SellerSourcingOpportunitiesQuery, Types.SellerSourcingOpportunitiesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.SellerSourcingOpportunitiesQuery | undefined, Types.SellerSourcingOpportunitiesQueryVariables>;\nexport function useSellerSourcingOpportunitiesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.SellerSourcingOpportunitiesQuery, Types.SellerSourcingOpportunitiesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.SellerSourcingOpportunitiesQuery, Types.SellerSourcingOpportunitiesQueryVariables>(SellerSourcingOpportunitiesDocument, options);\n }\nexport type SellerSourcingOpportunitiesQueryHookResult = ReturnType<typeof useSellerSourcingOpportunitiesQuery>;\nexport type SellerSourcingOpportunitiesLazyQueryHookResult = ReturnType<typeof useSellerSourcingOpportunitiesLazyQuery>;\nexport type SellerSourcingOpportunitiesSuspenseQueryHookResult = ReturnType<typeof useSellerSourcingOpportunitiesSuspenseQuery>;\nexport type SellerSourcingOpportunitiesQueryResult = Apollo.QueryResult<Types.SellerSourcingOpportunitiesQuery, Types.SellerSourcingOpportunitiesQueryVariables>;\nexport const SellerSourcingOpportunityDocument = gql`\n query SellerSourcingOpportunity($id: ID!) {\n sourcingOpportunity(id: $id) {\n ...SourcingOpportunityFields\n }\n mySourcingOffer(requestId: $id) {\n ...SellerSourcingOfferFields\n }\n}\n ${SourcingOpportunityFieldsFragmentDoc}\n${SellerSourcingOfferFieldsFragmentDoc}`;\n\n/**\n * __useSellerSourcingOpportunityQuery__\n *\n * To run a query within a React component, call `useSellerSourcingOpportunityQuery` and pass it any options that fit your needs.\n * When your component renders, `useSellerSourcingOpportunityQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useSellerSourcingOpportunityQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useSellerSourcingOpportunityQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.SellerSourcingOpportunityQuery, Types.SellerSourcingOpportunityQueryVariables> & ({ variables: Types.SellerSourcingOpportunityQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.SellerSourcingOpportunityQuery, Types.SellerSourcingOpportunityQueryVariables>(SellerSourcingOpportunityDocument, options);\n }\nexport function useSellerSourcingOpportunityLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.SellerSourcingOpportunityQuery, Types.SellerSourcingOpportunityQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.SellerSourcingOpportunityQuery, Types.SellerSourcingOpportunityQueryVariables>(SellerSourcingOpportunityDocument, options);\n }\n// @ts-ignore\nexport function useSellerSourcingOpportunitySuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.SellerSourcingOpportunityQuery, Types.SellerSourcingOpportunityQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.SellerSourcingOpportunityQuery, Types.SellerSourcingOpportunityQueryVariables>;\nexport function useSellerSourcingOpportunitySuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.SellerSourcingOpportunityQuery, Types.SellerSourcingOpportunityQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.SellerSourcingOpportunityQuery | undefined, Types.SellerSourcingOpportunityQueryVariables>;\nexport function useSellerSourcingOpportunitySuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.SellerSourcingOpportunityQuery, Types.SellerSourcingOpportunityQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.SellerSourcingOpportunityQuery, Types.SellerSourcingOpportunityQueryVariables>(SellerSourcingOpportunityDocument, options);\n }\nexport type SellerSourcingOpportunityQueryHookResult = ReturnType<typeof useSellerSourcingOpportunityQuery>;\nexport type SellerSourcingOpportunityLazyQueryHookResult = ReturnType<typeof useSellerSourcingOpportunityLazyQuery>;\nexport type SellerSourcingOpportunitySuspenseQueryHookResult = ReturnType<typeof useSellerSourcingOpportunitySuspenseQuery>;\nexport type SellerSourcingOpportunityQueryResult = Apollo.QueryResult<Types.SellerSourcingOpportunityQuery, Types.SellerSourcingOpportunityQueryVariables>;\nexport const TrendingSearchesDocument = gql`\n query TrendingSearches($limit: Int) {\n trendingSearches(limit: $limit)\n}\n `;\n\n/**\n * __useTrendingSearchesQuery__\n *\n * To run a query within a React component, call `useTrendingSearchesQuery` and pass it any options that fit your needs.\n * When your component renders, `useTrendingSearchesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useTrendingSearchesQuery({\n * variables: {\n * limit: // value for 'limit'\n * },\n * });\n */\nexport function useTrendingSearchesQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.TrendingSearchesQuery, Types.TrendingSearchesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.TrendingSearchesQuery, Types.TrendingSearchesQueryVariables>(TrendingSearchesDocument, options);\n }\nexport function useTrendingSearchesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.TrendingSearchesQuery, Types.TrendingSearchesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.TrendingSearchesQuery, Types.TrendingSearchesQueryVariables>(TrendingSearchesDocument, options);\n }\n// @ts-ignore\nexport function useTrendingSearchesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.TrendingSearchesQuery, Types.TrendingSearchesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.TrendingSearchesQuery, Types.TrendingSearchesQueryVariables>;\nexport function useTrendingSearchesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.TrendingSearchesQuery, Types.TrendingSearchesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.TrendingSearchesQuery | undefined, Types.TrendingSearchesQueryVariables>;\nexport function useTrendingSearchesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.TrendingSearchesQuery, Types.TrendingSearchesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.TrendingSearchesQuery, Types.TrendingSearchesQueryVariables>(TrendingSearchesDocument, options);\n }\nexport type TrendingSearchesQueryHookResult = ReturnType<typeof useTrendingSearchesQuery>;\nexport type TrendingSearchesLazyQueryHookResult = ReturnType<typeof useTrendingSearchesLazyQuery>;\nexport type TrendingSearchesSuspenseQueryHookResult = ReturnType<typeof useTrendingSearchesSuspenseQuery>;\nexport type TrendingSearchesQueryResult = Apollo.QueryResult<Types.TrendingSearchesQuery, Types.TrendingSearchesQueryVariables>;\nexport const UserReviewForProductDocument = gql`\n query UserReviewForProduct($productId: String!) {\n userReviewForProduct(productId: $productId) {\n id\n rating\n title\n comment\n }\n}\n `;\n\n/**\n * __useUserReviewForProductQuery__\n *\n * To run a query within a React component, call `useUserReviewForProductQuery` and pass it any options that fit your needs.\n * When your component renders, `useUserReviewForProductQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useUserReviewForProductQuery({\n * variables: {\n * productId: // value for 'productId'\n * },\n * });\n */\nexport function useUserReviewForProductQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.UserReviewForProductQuery, Types.UserReviewForProductQueryVariables> & ({ variables: Types.UserReviewForProductQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.UserReviewForProductQuery, Types.UserReviewForProductQueryVariables>(UserReviewForProductDocument, options);\n }\nexport function useUserReviewForProductLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.UserReviewForProductQuery, Types.UserReviewForProductQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.UserReviewForProductQuery, Types.UserReviewForProductQueryVariables>(UserReviewForProductDocument, options);\n }\n// @ts-ignore\nexport function useUserReviewForProductSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.UserReviewForProductQuery, Types.UserReviewForProductQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.UserReviewForProductQuery, Types.UserReviewForProductQueryVariables>;\nexport function useUserReviewForProductSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.UserReviewForProductQuery, Types.UserReviewForProductQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.UserReviewForProductQuery | undefined, Types.UserReviewForProductQueryVariables>;\nexport function useUserReviewForProductSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.UserReviewForProductQuery, Types.UserReviewForProductQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.UserReviewForProductQuery, Types.UserReviewForProductQueryVariables>(UserReviewForProductDocument, options);\n }\nexport type UserReviewForProductQueryHookResult = ReturnType<typeof useUserReviewForProductQuery>;\nexport type UserReviewForProductLazyQueryHookResult = ReturnType<typeof useUserReviewForProductLazyQuery>;\nexport type UserReviewForProductSuspenseQueryHookResult = ReturnType<typeof useUserReviewForProductSuspenseQuery>;\nexport type UserReviewForProductQueryResult = Apollo.QueryResult<Types.UserReviewForProductQuery, Types.UserReviewForProductQueryVariables>;\nexport const WorkspaceStoreOrdersDocument = gql`\n query WorkspaceStoreOrders($billingAccountId: ID!, $page: Int!, $limit: Int!) {\n workspaceStoreOrders(\n billingAccountId: $billingAccountId\n page: $page\n limit: $limit\n ) {\n total\n orders {\n id\n status\n createdAt\n }\n }\n}\n `;\n\n/**\n * __useWorkspaceStoreOrdersQuery__\n *\n * To run a query within a React component, call `useWorkspaceStoreOrdersQuery` and pass it any options that fit your needs.\n * When your component renders, `useWorkspaceStoreOrdersQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useWorkspaceStoreOrdersQuery({\n * variables: {\n * billingAccountId: // value for 'billingAccountId'\n * page: // value for 'page'\n * limit: // value for 'limit'\n * },\n * });\n */\nexport function useWorkspaceStoreOrdersQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.WorkspaceStoreOrdersQuery, Types.WorkspaceStoreOrdersQueryVariables> & ({ variables: Types.WorkspaceStoreOrdersQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.WorkspaceStoreOrdersQuery, Types.WorkspaceStoreOrdersQueryVariables>(WorkspaceStoreOrdersDocument, options);\n }\nexport function useWorkspaceStoreOrdersLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.WorkspaceStoreOrdersQuery, Types.WorkspaceStoreOrdersQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.WorkspaceStoreOrdersQuery, Types.WorkspaceStoreOrdersQueryVariables>(WorkspaceStoreOrdersDocument, options);\n }\n// @ts-ignore\nexport function useWorkspaceStoreOrdersSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.WorkspaceStoreOrdersQuery, Types.WorkspaceStoreOrdersQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.WorkspaceStoreOrdersQuery, Types.WorkspaceStoreOrdersQueryVariables>;\nexport function useWorkspaceStoreOrdersSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.WorkspaceStoreOrdersQuery, Types.WorkspaceStoreOrdersQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.WorkspaceStoreOrdersQuery | undefined, Types.WorkspaceStoreOrdersQueryVariables>;\nexport function useWorkspaceStoreOrdersSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.WorkspaceStoreOrdersQuery, Types.WorkspaceStoreOrdersQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.WorkspaceStoreOrdersQuery, Types.WorkspaceStoreOrdersQueryVariables>(WorkspaceStoreOrdersDocument, options);\n }\nexport type WorkspaceStoreOrdersQueryHookResult = ReturnType<typeof useWorkspaceStoreOrdersQuery>;\nexport type WorkspaceStoreOrdersLazyQueryHookResult = ReturnType<typeof useWorkspaceStoreOrdersLazyQuery>;\nexport type WorkspaceStoreOrdersSuspenseQueryHookResult = ReturnType<typeof useWorkspaceStoreOrdersSuspenseQuery>;\nexport type WorkspaceStoreOrdersQueryResult = Apollo.QueryResult<Types.WorkspaceStoreOrdersQuery, Types.WorkspaceStoreOrdersQueryVariables>;\nexport const BrowseStoreDocument = gql`\n query BrowseStore($input: BrowseStoreInput!) {\n browseStore(input: $input) {\n products {\n id\n name\n slug\n type\n nature\n status\n description\n pricingModel\n price\n currency\n icon\n screenshots\n rating\n reviewCount\n downloads\n featured\n category\n tags\n publishedAt\n publisher {\n id\n name\n isVerified\n logoUrl\n }\n }\n totalCount\n hasMore\n nextCursor\n facets {\n types {\n value\n count\n }\n subTypes {\n value\n count\n }\n categories {\n value\n count\n }\n pricingModels {\n value\n count\n }\n licenses {\n value\n count\n }\n priceRange {\n min\n max\n }\n }\n }\n}\n `;\n\n/**\n * __useBrowseStoreQuery__\n *\n * To run a query within a React component, call `useBrowseStoreQuery` and pass it any options that fit your needs.\n * When your component renders, `useBrowseStoreQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useBrowseStoreQuery({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useBrowseStoreQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.BrowseStoreQuery, Types.BrowseStoreQueryVariables> & ({ variables: Types.BrowseStoreQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.BrowseStoreQuery, Types.BrowseStoreQueryVariables>(BrowseStoreDocument, options);\n }\nexport function useBrowseStoreLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.BrowseStoreQuery, Types.BrowseStoreQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.BrowseStoreQuery, Types.BrowseStoreQueryVariables>(BrowseStoreDocument, options);\n }\n// @ts-ignore\nexport function useBrowseStoreSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.BrowseStoreQuery, Types.BrowseStoreQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.BrowseStoreQuery, Types.BrowseStoreQueryVariables>;\nexport function useBrowseStoreSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.BrowseStoreQuery, Types.BrowseStoreQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.BrowseStoreQuery | undefined, Types.BrowseStoreQueryVariables>;\nexport function useBrowseStoreSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.BrowseStoreQuery, Types.BrowseStoreQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.BrowseStoreQuery, Types.BrowseStoreQueryVariables>(BrowseStoreDocument, options);\n }\nexport type BrowseStoreQueryHookResult = ReturnType<typeof useBrowseStoreQuery>;\nexport type BrowseStoreLazyQueryHookResult = ReturnType<typeof useBrowseStoreLazyQuery>;\nexport type BrowseStoreSuspenseQueryHookResult = ReturnType<typeof useBrowseStoreSuspenseQuery>;\nexport type BrowseStoreQueryResult = Apollo.QueryResult<Types.BrowseStoreQuery, Types.BrowseStoreQueryVariables>;\nexport const GetCartDocument = gql`\n query GetCart {\n myCart {\n id\n userId\n status\n currency\n items {\n id\n productId\n productName\n productIcon\n product {\n id\n name\n slug\n icon\n price\n pricingModel\n }\n variantId\n variantName\n variant {\n id\n name\n price\n }\n quantity\n unitPrice\n subtotal\n itemType\n }\n subtotal\n total\n itemCount\n createdAt\n updatedAt\n }\n}\n `;\n\n/**\n * __useGetCartQuery__\n *\n * To run a query within a React component, call `useGetCartQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetCartQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetCartQuery({\n * variables: {\n * },\n * });\n */\nexport function useGetCartQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetCartQuery, Types.GetCartQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetCartQuery, Types.GetCartQueryVariables>(GetCartDocument, options);\n }\nexport function useGetCartLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetCartQuery, Types.GetCartQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetCartQuery, Types.GetCartQueryVariables>(GetCartDocument, options);\n }\n// @ts-ignore\nexport function useGetCartSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetCartQuery, Types.GetCartQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetCartQuery, Types.GetCartQueryVariables>;\nexport function useGetCartSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetCartQuery, Types.GetCartQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetCartQuery | undefined, Types.GetCartQueryVariables>;\nexport function useGetCartSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetCartQuery, Types.GetCartQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetCartQuery, Types.GetCartQueryVariables>(GetCartDocument, options);\n }\nexport type GetCartQueryHookResult = ReturnType<typeof useGetCartQuery>;\nexport type GetCartLazyQueryHookResult = ReturnType<typeof useGetCartLazyQuery>;\nexport type GetCartSuspenseQueryHookResult = ReturnType<typeof useGetCartSuspenseQuery>;\nexport type GetCartQueryResult = Apollo.QueryResult<Types.GetCartQuery, Types.GetCartQueryVariables>;\nexport const GetMyStoreInstallationsDocument = gql`\n query GetMyStoreInstallations($limit: Int = 50, $offset: Int = 0, $filter: InstallationFilterInput) {\n myStoreAppInstallations(limit: $limit, offset: $offset, filter: $filter) {\n total\n hasMore\n items {\n id\n productId\n workspaceId\n organizationId\n status\n installedAt\n version\n updatedAt\n workspaceName\n workspaceType\n installedById\n manifest\n metadata\n context\n grantedPermissions\n productName\n productIcon\n productStatus\n }\n }\n}\n `;\n\n/**\n * __useGetMyStoreInstallationsQuery__\n *\n * To run a query within a React component, call `useGetMyStoreInstallationsQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetMyStoreInstallationsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetMyStoreInstallationsQuery({\n * variables: {\n * limit: // value for 'limit'\n * offset: // value for 'offset'\n * filter: // value for 'filter'\n * },\n * });\n */\nexport function useGetMyStoreInstallationsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetMyStoreInstallationsQuery, Types.GetMyStoreInstallationsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetMyStoreInstallationsQuery, Types.GetMyStoreInstallationsQueryVariables>(GetMyStoreInstallationsDocument, options);\n }\nexport function useGetMyStoreInstallationsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetMyStoreInstallationsQuery, Types.GetMyStoreInstallationsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetMyStoreInstallationsQuery, Types.GetMyStoreInstallationsQueryVariables>(GetMyStoreInstallationsDocument, options);\n }\n// @ts-ignore\nexport function useGetMyStoreInstallationsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetMyStoreInstallationsQuery, Types.GetMyStoreInstallationsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetMyStoreInstallationsQuery, Types.GetMyStoreInstallationsQueryVariables>;\nexport function useGetMyStoreInstallationsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetMyStoreInstallationsQuery, Types.GetMyStoreInstallationsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetMyStoreInstallationsQuery | undefined, Types.GetMyStoreInstallationsQueryVariables>;\nexport function useGetMyStoreInstallationsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetMyStoreInstallationsQuery, Types.GetMyStoreInstallationsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetMyStoreInstallationsQuery, Types.GetMyStoreInstallationsQueryVariables>(GetMyStoreInstallationsDocument, options);\n }\nexport type GetMyStoreInstallationsQueryHookResult = ReturnType<typeof useGetMyStoreInstallationsQuery>;\nexport type GetMyStoreInstallationsLazyQueryHookResult = ReturnType<typeof useGetMyStoreInstallationsLazyQuery>;\nexport type GetMyStoreInstallationsSuspenseQueryHookResult = ReturnType<typeof useGetMyStoreInstallationsSuspenseQuery>;\nexport type GetMyStoreInstallationsQueryResult = Apollo.QueryResult<Types.GetMyStoreInstallationsQuery, Types.GetMyStoreInstallationsQueryVariables>;\nexport const GetMyOrdersDocument = gql`\n query GetMyOrders($limit: Int, $offset: Int, $status: OrderStatus) {\n myOrders(limit: $limit, offset: $offset, status: $status) {\n id\n status\n total\n currency\n lineItems\n fulfillment {\n status\n trackingNumber\n trackingUrl\n carrier\n estimatedDeliveryDate\n }\n createdAt\n updatedAt\n }\n}\n `;\n\n/**\n * __useGetMyOrdersQuery__\n *\n * To run a query within a React component, call `useGetMyOrdersQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetMyOrdersQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetMyOrdersQuery({\n * variables: {\n * limit: // value for 'limit'\n * offset: // value for 'offset'\n * status: // value for 'status'\n * },\n * });\n */\nexport function useGetMyOrdersQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetMyOrdersQuery, Types.GetMyOrdersQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetMyOrdersQuery, Types.GetMyOrdersQueryVariables>(GetMyOrdersDocument, options);\n }\nexport function useGetMyOrdersLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetMyOrdersQuery, Types.GetMyOrdersQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetMyOrdersQuery, Types.GetMyOrdersQueryVariables>(GetMyOrdersDocument, options);\n }\n// @ts-ignore\nexport function useGetMyOrdersSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetMyOrdersQuery, Types.GetMyOrdersQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetMyOrdersQuery, Types.GetMyOrdersQueryVariables>;\nexport function useGetMyOrdersSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetMyOrdersQuery, Types.GetMyOrdersQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetMyOrdersQuery | undefined, Types.GetMyOrdersQueryVariables>;\nexport function useGetMyOrdersSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetMyOrdersQuery, Types.GetMyOrdersQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetMyOrdersQuery, Types.GetMyOrdersQueryVariables>(GetMyOrdersDocument, options);\n }\nexport type GetMyOrdersQueryHookResult = ReturnType<typeof useGetMyOrdersQuery>;\nexport type GetMyOrdersLazyQueryHookResult = ReturnType<typeof useGetMyOrdersLazyQuery>;\nexport type GetMyOrdersSuspenseQueryHookResult = ReturnType<typeof useGetMyOrdersSuspenseQuery>;\nexport type GetMyOrdersQueryResult = Apollo.QueryResult<Types.GetMyOrdersQuery, Types.GetMyOrdersQueryVariables>;\nexport const GetProductDocument = gql`\n query GetProduct($id: ID!) {\n product(id: $id) {\n id\n publisherId\n name\n slug\n description\n longDescription\n icon\n screenshots\n videoUrls\n subType\n type\n manifest\n manifestVersion\n requiredPermissions\n compatibleProducts\n category\n tags\n pricingModel\n price\n currency\n variants {\n id\n name\n sku\n price\n compareAtPrice\n isActive\n stockQuantity\n options\n imageUrls\n displayOrder\n weight\n weightUnit\n }\n status\n featured\n documentationUrl\n repositoryUrl\n downloads\n viewCount\n rating\n reviewCount\n publisher {\n id\n name\n websiteUrl\n isVerified\n email\n bio\n logoUrl\n products {\n id\n }\n totalSales\n totalEarnings\n }\n reviews {\n id\n userId\n rating\n comment\n status\n helpful\n createdAt\n }\n createdAt\n updatedAt\n publishedAt\n }\n}\n `;\n\n/**\n * __useGetProductQuery__\n *\n * To run a query within a React component, call `useGetProductQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetProductQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetProductQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetProductQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetProductQuery, Types.GetProductQueryVariables> & ({ variables: Types.GetProductQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetProductQuery, Types.GetProductQueryVariables>(GetProductDocument, options);\n }\nexport function useGetProductLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetProductQuery, Types.GetProductQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetProductQuery, Types.GetProductQueryVariables>(GetProductDocument, options);\n }\n// @ts-ignore\nexport function useGetProductSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetProductQuery, Types.GetProductQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetProductQuery, Types.GetProductQueryVariables>;\nexport function useGetProductSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetProductQuery, Types.GetProductQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetProductQuery | undefined, Types.GetProductQueryVariables>;\nexport function useGetProductSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetProductQuery, Types.GetProductQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetProductQuery, Types.GetProductQueryVariables>(GetProductDocument, options);\n }\nexport type GetProductQueryHookResult = ReturnType<typeof useGetProductQuery>;\nexport type GetProductLazyQueryHookResult = ReturnType<typeof useGetProductLazyQuery>;\nexport type GetProductSuspenseQueryHookResult = ReturnType<typeof useGetProductSuspenseQuery>;\nexport type GetProductQueryResult = Apollo.QueryResult<Types.GetProductQuery, Types.GetProductQueryVariables>;\nexport const GetProductsDocument = gql`\n query GetProducts($filter: ProductFilterInput, $limit: Int = 20, $offset: Int = 0) {\n products(filter: $filter, limit: $limit, offset: $offset) {\n id\n name\n slug\n description\n icon\n screenshots\n subType\n type\n pricingModel\n price\n currency\n status\n featured\n downloads\n viewCount\n rating\n reviewCount\n publisher {\n id\n name\n isVerified\n }\n category\n tags\n createdAt\n publishedAt\n }\n}\n `;\n\n/**\n * __useGetProductsQuery__\n *\n * To run a query within a React component, call `useGetProductsQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetProductsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetProductsQuery({\n * variables: {\n * filter: // value for 'filter'\n * limit: // value for 'limit'\n * offset: // value for 'offset'\n * },\n * });\n */\nexport function useGetProductsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetProductsQuery, Types.GetProductsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetProductsQuery, Types.GetProductsQueryVariables>(GetProductsDocument, options);\n }\nexport function useGetProductsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetProductsQuery, Types.GetProductsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetProductsQuery, Types.GetProductsQueryVariables>(GetProductsDocument, options);\n }\n// @ts-ignore\nexport function useGetProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetProductsQuery, Types.GetProductsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetProductsQuery, Types.GetProductsQueryVariables>;\nexport function useGetProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetProductsQuery, Types.GetProductsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetProductsQuery | undefined, Types.GetProductsQueryVariables>;\nexport function useGetProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetProductsQuery, Types.GetProductsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetProductsQuery, Types.GetProductsQueryVariables>(GetProductsDocument, options);\n }\nexport type GetProductsQueryHookResult = ReturnType<typeof useGetProductsQuery>;\nexport type GetProductsLazyQueryHookResult = ReturnType<typeof useGetProductsLazyQuery>;\nexport type GetProductsSuspenseQueryHookResult = ReturnType<typeof useGetProductsSuspenseQuery>;\nexport type GetProductsQueryResult = Apollo.QueryResult<Types.GetProductsQuery, Types.GetProductsQueryVariables>;\nexport const GetStoreAppInstallationDocument = gql`\n query GetStoreAppInstallation($id: ID!) {\n storeAppInstallation(id: $id) {\n id\n productId\n workspaceId\n workspaceName\n workspaceType\n organizationId\n installedById\n status\n version\n manifest\n metadata\n context\n grantedPermissions\n installedAt\n updatedAt\n uninstalledAt\n uninstalledById\n }\n}\n `;\n\n/**\n * __useGetStoreAppInstallationQuery__\n *\n * To run a query within a React component, call `useGetStoreAppInstallationQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetStoreAppInstallationQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetStoreAppInstallationQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetStoreAppInstallationQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetStoreAppInstallationQuery, Types.GetStoreAppInstallationQueryVariables> & ({ variables: Types.GetStoreAppInstallationQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetStoreAppInstallationQuery, Types.GetStoreAppInstallationQueryVariables>(GetStoreAppInstallationDocument, options);\n }\nexport function useGetStoreAppInstallationLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetStoreAppInstallationQuery, Types.GetStoreAppInstallationQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetStoreAppInstallationQuery, Types.GetStoreAppInstallationQueryVariables>(GetStoreAppInstallationDocument, options);\n }\n// @ts-ignore\nexport function useGetStoreAppInstallationSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetStoreAppInstallationQuery, Types.GetStoreAppInstallationQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetStoreAppInstallationQuery, Types.GetStoreAppInstallationQueryVariables>;\nexport function useGetStoreAppInstallationSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetStoreAppInstallationQuery, Types.GetStoreAppInstallationQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetStoreAppInstallationQuery | undefined, Types.GetStoreAppInstallationQueryVariables>;\nexport function useGetStoreAppInstallationSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetStoreAppInstallationQuery, Types.GetStoreAppInstallationQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetStoreAppInstallationQuery, Types.GetStoreAppInstallationQueryVariables>(GetStoreAppInstallationDocument, options);\n }\nexport type GetStoreAppInstallationQueryHookResult = ReturnType<typeof useGetStoreAppInstallationQuery>;\nexport type GetStoreAppInstallationLazyQueryHookResult = ReturnType<typeof useGetStoreAppInstallationLazyQuery>;\nexport type GetStoreAppInstallationSuspenseQueryHookResult = ReturnType<typeof useGetStoreAppInstallationSuspenseQuery>;\nexport type GetStoreAppInstallationQueryResult = Apollo.QueryResult<Types.GetStoreAppInstallationQuery, Types.GetStoreAppInstallationQueryVariables>;\nexport const HomeGroupedProductsDocument = gql`\n query HomeGroupedProducts($compatibleWith: String) {\n homeGroupedProducts(compatibleWith: $compatibleWith) {\n featured {\n id\n name\n slug\n type\n nature\n status\n description\n pricingModel\n price\n currency\n icon\n screenshots\n rating\n reviewCount\n downloads\n featured\n category\n tags\n publishedAt\n publisher {\n id\n name\n isVerified\n logoUrl\n }\n }\n mostDownloaded {\n id\n name\n slug\n type\n nature\n status\n description\n pricingModel\n price\n currency\n icon\n screenshots\n rating\n reviewCount\n downloads\n featured\n category\n tags\n publishedAt\n publisher {\n id\n name\n isVerified\n logoUrl\n }\n }\n recentlyAdded {\n id\n name\n slug\n type\n nature\n status\n description\n pricingModel\n price\n currency\n icon\n screenshots\n rating\n reviewCount\n downloads\n featured\n category\n tags\n publishedAt\n publisher {\n id\n name\n isVerified\n logoUrl\n }\n }\n freeItems {\n id\n name\n slug\n type\n nature\n status\n description\n pricingModel\n price\n currency\n icon\n screenshots\n rating\n reviewCount\n downloads\n featured\n category\n tags\n publishedAt\n publisher {\n id\n name\n isVerified\n logoUrl\n }\n }\n }\n}\n `;\n\n/**\n * __useHomeGroupedProductsQuery__\n *\n * To run a query within a React component, call `useHomeGroupedProductsQuery` and pass it any options that fit your needs.\n * When your component renders, `useHomeGroupedProductsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useHomeGroupedProductsQuery({\n * variables: {\n * compatibleWith: // value for 'compatibleWith'\n * },\n * });\n */\nexport function useHomeGroupedProductsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.HomeGroupedProductsQuery, Types.HomeGroupedProductsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.HomeGroupedProductsQuery, Types.HomeGroupedProductsQueryVariables>(HomeGroupedProductsDocument, options);\n }\nexport function useHomeGroupedProductsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.HomeGroupedProductsQuery, Types.HomeGroupedProductsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.HomeGroupedProductsQuery, Types.HomeGroupedProductsQueryVariables>(HomeGroupedProductsDocument, options);\n }\n// @ts-ignore\nexport function useHomeGroupedProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.HomeGroupedProductsQuery, Types.HomeGroupedProductsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.HomeGroupedProductsQuery, Types.HomeGroupedProductsQueryVariables>;\nexport function useHomeGroupedProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.HomeGroupedProductsQuery, Types.HomeGroupedProductsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.HomeGroupedProductsQuery | undefined, Types.HomeGroupedProductsQueryVariables>;\nexport function useHomeGroupedProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.HomeGroupedProductsQuery, Types.HomeGroupedProductsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.HomeGroupedProductsQuery, Types.HomeGroupedProductsQueryVariables>(HomeGroupedProductsDocument, options);\n }\nexport type HomeGroupedProductsQueryHookResult = ReturnType<typeof useHomeGroupedProductsQuery>;\nexport type HomeGroupedProductsLazyQueryHookResult = ReturnType<typeof useHomeGroupedProductsLazyQuery>;\nexport type HomeGroupedProductsSuspenseQueryHookResult = ReturnType<typeof useHomeGroupedProductsSuspenseQuery>;\nexport type HomeGroupedProductsQueryResult = Apollo.QueryResult<Types.HomeGroupedProductsQuery, Types.HomeGroupedProductsQueryVariables>;\nexport const StoreProductDetailsDocument = gql`\n query StoreProductDetails($input: StoreProductDetailsInput!) {\n storeProductDetails(input: $input) {\n product {\n id\n name\n slug\n type\n nature\n status\n description\n longDescription\n pricingModel\n price\n currency\n icon\n bannerUrl\n screenshots\n videoUrls\n documentationUrl\n repositoryUrl\n rating\n reviewCount\n downloads\n viewCount\n featured\n category\n tags\n publishedAt\n createdAt\n updatedAt\n subType\n manifestVersion\n authorName\n productId\n license\n minPlatformVersion\n compatibleProducts\n requiredPermissions\n integrationDeps\n manifest\n publisher {\n id\n name\n isVerified\n logoUrl\n websiteUrl\n bio\n email\n organizationId\n developerOrganization {\n id\n name\n logoUrl\n isVerified\n description\n }\n }\n }\n publisher {\n id\n name\n isVerified\n logoUrl\n websiteUrl\n bio\n email\n organizationId\n developerOrganization {\n id\n name\n logoUrl\n isVerified\n description\n }\n }\n relatedProducts {\n id\n name\n slug\n type\n nature\n status\n description\n icon\n rating\n reviewCount\n downloads\n price\n pricingModel\n currency\n screenshots\n featured\n category\n tags\n publishedAt\n publisher {\n id\n name\n isVerified\n logoUrl\n }\n }\n reviews {\n id\n userId\n rating\n title\n comment\n status\n helpful\n createdAt\n updatedAt\n }\n reviewsCount\n userReview {\n id\n userId\n rating\n title\n comment\n status\n helpful\n createdAt\n updatedAt\n }\n isPurchased\n userEntitlement {\n id\n status\n licenseKey\n expiresAt\n }\n ratingDistribution {\n fiveStars\n fourStars\n threeStars\n twoStars\n oneStar\n }\n }\n}\n `;\n\n/**\n * __useStoreProductDetailsQuery__\n *\n * To run a query within a React component, call `useStoreProductDetailsQuery` and pass it any options that fit your needs.\n * When your component renders, `useStoreProductDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useStoreProductDetailsQuery({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useStoreProductDetailsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.StoreProductDetailsQuery, Types.StoreProductDetailsQueryVariables> & ({ variables: Types.StoreProductDetailsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.StoreProductDetailsQuery, Types.StoreProductDetailsQueryVariables>(StoreProductDetailsDocument, options);\n }\nexport function useStoreProductDetailsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.StoreProductDetailsQuery, Types.StoreProductDetailsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.StoreProductDetailsQuery, Types.StoreProductDetailsQueryVariables>(StoreProductDetailsDocument, options);\n }\n// @ts-ignore\nexport function useStoreProductDetailsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.StoreProductDetailsQuery, Types.StoreProductDetailsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.StoreProductDetailsQuery, Types.StoreProductDetailsQueryVariables>;\nexport function useStoreProductDetailsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.StoreProductDetailsQuery, Types.StoreProductDetailsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.StoreProductDetailsQuery | undefined, Types.StoreProductDetailsQueryVariables>;\nexport function useStoreProductDetailsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.StoreProductDetailsQuery, Types.StoreProductDetailsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.StoreProductDetailsQuery, Types.StoreProductDetailsQueryVariables>(StoreProductDetailsDocument, options);\n }\nexport type StoreProductDetailsQueryHookResult = ReturnType<typeof useStoreProductDetailsQuery>;\nexport type StoreProductDetailsLazyQueryHookResult = ReturnType<typeof useStoreProductDetailsLazyQuery>;\nexport type StoreProductDetailsSuspenseQueryHookResult = ReturnType<typeof useStoreProductDetailsSuspenseQuery>;\nexport type StoreProductDetailsQueryResult = Apollo.QueryResult<Types.StoreProductDetailsQuery, Types.StoreProductDetailsQueryVariables>;\nexport const InstallationStatusUpdatedDocument = gql`\n subscription InstallationStatusUpdated($workspaceId: ID!) {\n installationStatusUpdated(workspaceId: $workspaceId) {\n installationId\n productId\n workspaceId\n status\n updatedAt\n }\n}\n `;\n\n/**\n * __useInstallationStatusUpdatedSubscription__\n *\n * To run a query within a React component, call `useInstallationStatusUpdatedSubscription` and pass it any options that fit your needs.\n * When your component renders, `useInstallationStatusUpdatedSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useInstallationStatusUpdatedSubscription({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * },\n * });\n */\nexport function useInstallationStatusUpdatedSubscription(baseOptions: ApolloReactHooks.SubscriptionHookOptions<Types.InstallationStatusUpdatedSubscription, Types.InstallationStatusUpdatedSubscriptionVariables> & ({ variables: Types.InstallationStatusUpdatedSubscriptionVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.InstallationStatusUpdatedSubscription, Types.InstallationStatusUpdatedSubscriptionVariables>(InstallationStatusUpdatedDocument, options);\n }\nexport type InstallationStatusUpdatedSubscriptionHookResult = ReturnType<typeof useInstallationStatusUpdatedSubscription>;\nexport type InstallationStatusUpdatedSubscriptionResult = Apollo.SubscriptionResult<Types.InstallationStatusUpdatedSubscription>;\nexport const LicenseStatusUpdatedDocument = gql`\n subscription LicenseStatusUpdated($workspaceId: ID) {\n licenseStatusUpdated(workspaceId: $workspaceId) {\n entitlementId\n productId\n status\n updatedAt\n }\n}\n `;\n\n/**\n * __useLicenseStatusUpdatedSubscription__\n *\n * To run a query within a React component, call `useLicenseStatusUpdatedSubscription` and pass it any options that fit your needs.\n * When your component renders, `useLicenseStatusUpdatedSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useLicenseStatusUpdatedSubscription({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * },\n * });\n */\nexport function useLicenseStatusUpdatedSubscription(baseOptions?: ApolloReactHooks.SubscriptionHookOptions<Types.LicenseStatusUpdatedSubscription, Types.LicenseStatusUpdatedSubscriptionVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.LicenseStatusUpdatedSubscription, Types.LicenseStatusUpdatedSubscriptionVariables>(LicenseStatusUpdatedDocument, options);\n }\nexport type LicenseStatusUpdatedSubscriptionHookResult = ReturnType<typeof useLicenseStatusUpdatedSubscription>;\nexport type LicenseStatusUpdatedSubscriptionResult = Apollo.SubscriptionResult<Types.LicenseStatusUpdatedSubscription>;\nexport const OrderStatusUpdatedDocument = gql`\n subscription OrderStatusUpdated($orderId: ID, $workspaceId: ID) {\n orderStatusUpdated(orderId: $orderId, workspaceId: $workspaceId) {\n orderId\n workspaceId\n status\n updatedAt\n }\n}\n `;\n\n/**\n * __useOrderStatusUpdatedSubscription__\n *\n * To run a query within a React component, call `useOrderStatusUpdatedSubscription` and pass it any options that fit your needs.\n * When your component renders, `useOrderStatusUpdatedSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useOrderStatusUpdatedSubscription({\n * variables: {\n * orderId: // value for 'orderId'\n * workspaceId: // value for 'workspaceId'\n * },\n * });\n */\nexport function useOrderStatusUpdatedSubscription(baseOptions?: ApolloReactHooks.SubscriptionHookOptions<Types.OrderStatusUpdatedSubscription, Types.OrderStatusUpdatedSubscriptionVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.OrderStatusUpdatedSubscription, Types.OrderStatusUpdatedSubscriptionVariables>(OrderStatusUpdatedDocument, options);\n }\nexport type OrderStatusUpdatedSubscriptionHookResult = ReturnType<typeof useOrderStatusUpdatedSubscription>;\nexport type OrderStatusUpdatedSubscriptionResult = Apollo.SubscriptionResult<Types.OrderStatusUpdatedSubscription>;\nexport const SubmissionStatusUpdatedDocument = gql`\n subscription SubmissionStatusUpdated($publisherId: ID!) {\n submissionStatusUpdated(publisherId: $publisherId) {\n submissionId\n productId\n publisherId\n status\n updatedAt\n }\n}\n `;\n\n/**\n * __useSubmissionStatusUpdatedSubscription__\n *\n * To run a query within a React component, call `useSubmissionStatusUpdatedSubscription` and pass it any options that fit your needs.\n * When your component renders, `useSubmissionStatusUpdatedSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useSubmissionStatusUpdatedSubscription({\n * variables: {\n * publisherId: // value for 'publisherId'\n * },\n * });\n */\nexport function useSubmissionStatusUpdatedSubscription(baseOptions: ApolloReactHooks.SubscriptionHookOptions<Types.SubmissionStatusUpdatedSubscription, Types.SubmissionStatusUpdatedSubscriptionVariables> & ({ variables: Types.SubmissionStatusUpdatedSubscriptionVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.SubmissionStatusUpdatedSubscription, Types.SubmissionStatusUpdatedSubscriptionVariables>(SubmissionStatusUpdatedDocument, options);\n }\nexport type SubmissionStatusUpdatedSubscriptionHookResult = ReturnType<typeof useSubmissionStatusUpdatedSubscription>;\nexport type SubmissionStatusUpdatedSubscriptionResult = Apollo.SubscriptionResult<Types.SubmissionStatusUpdatedSubscription>;"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"global-operations.js","names":[],"sources":["../../src/generated/global-operations.ts"],"sourcesContent":["// @ts-nocheck\nimport * as Types from './global-types';\n\nimport { gql } from '@apollo/client';\nimport * as Apollo from '@apollo/client';\nimport * as ApolloReactHooks from '@apollo/client/react';\nconst defaultOptions = {} as const;\nexport type SellerSourcingOfferFieldsFragment = { __typename?: 'SourcingOffer', id: string, requestId: string, storeProductId?: string | null, status: Types.SourcingOfferStatus, quantity: number, unit: Types.SourcingUnit, unitPrice: string, currency: string, deliveryDate: string, message?: string | null, updatedAt: string, request?: { __typename?: 'SourcingOpportunity', id: string, productName: string, category: string, summary?: string | null, quantity: number, unit: Types.SourcingUnit, deliveryWindowStart: string, deliveryWindowEnd: string, deliveryCountry: string, deliveryRegion?: string | null, deliveryCity?: string | null, targetUnitPrice?: string | null, targetCurrency?: string | null } | null, order?: { __typename?: 'SourcingOrderSummary', id: string, status: Types.OrderStatus, total: string, currency: string, fulfillment?: { __typename?: 'OrderFulfillment', status: Types.FulfillmentStatus } | null } | null };\n\nexport type SourcingOpportunityFieldsFragment = { __typename?: 'SourcingOpportunity', id: string, productName: string, category: string, summary?: string | null, quantity: number, unit: Types.SourcingUnit, deliveryWindowStart: string, deliveryWindowEnd: string, deliveryCountry: string, deliveryRegion?: string | null, deliveryCity?: string | null, targetUnitPrice?: string | null, targetCurrency?: string | null };\n\nexport type SourcingOrderSummaryFieldsFragment = { __typename?: 'SourcingOrderSummary', id: string, status: Types.OrderStatus, total: string, currency: string, fulfillment?: { __typename?: 'OrderFulfillment', status: Types.FulfillmentStatus } | null };\n\nexport type AcceptSourcingOfferMutationVariables = Types.Exact<{\n offerId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type AcceptSourcingOfferMutation = { __typename?: 'Mutation', acceptSourcingOffer: { __typename?: 'SourcingOrderSummary', id: string, status: Types.OrderStatus, total: string, currency: string, fulfillment?: { __typename?: 'OrderFulfillment', status: Types.FulfillmentStatus } | null } };\n\nexport type CancelSourcingRequestMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type CancelSourcingRequestMutation = { __typename?: 'Mutation', cancelSourcingRequest: { __typename?: 'SourcingRequest', id: string, status: Types.SourcingRequestStatus, canceledAt?: string | null, updatedAt: string } };\n\nexport type CreateReviewMutationVariables = Types.Exact<{\n input: Types.CreateReviewInput;\n}>;\n\n\nexport type CreateReviewMutation = { __typename?: 'Mutation', createReview: { __typename?: 'ProductReview', id: string, rating: number } };\n\nexport type CreateSourcingRequestMutationVariables = Types.Exact<{\n input: Types.CreateSourcingRequestInput;\n}>;\n\n\nexport type CreateSourcingRequestMutation = { __typename?: 'Mutation', createSourcingRequest: { __typename?: 'SourcingRequest', id: string, status: Types.SourcingRequestStatus, productName: string, category: string, quantity: number, unit: Types.SourcingUnit, deliveryWindowStart: string, deliveryWindowEnd: string, deliveryCountry: string, deliveryRegion?: string | null, deliveryCity?: string | null, targetUnitPrice?: string | null, targetCurrency?: string | null, createdAt: string, updatedAt: string } };\n\nexport type DeleteReviewMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type DeleteReviewMutation = { __typename?: 'Mutation', deleteReview: boolean };\n\nexport type MarkReviewHelpfulMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type MarkReviewHelpfulMutation = { __typename?: 'Mutation', markReviewHelpful: { __typename?: 'ProductReview', id: string, helpful: number } };\n\nexport type UpdateReviewMutationVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n input: Types.UpdateReviewInput;\n}>;\n\n\nexport type UpdateReviewMutation = { __typename?: 'Mutation', updateReview: { __typename?: 'ProductReview', id: string, rating: number } };\n\nexport type UpsertSourcingOfferMutationVariables = Types.Exact<{\n input: Types.UpsertSourcingOfferInput;\n}>;\n\n\nexport type UpsertSourcingOfferMutation = { __typename?: 'Mutation', upsertSourcingOffer: { __typename?: 'SourcingOffer', id: string, requestId: string, storeProductId?: string | null, status: Types.SourcingOfferStatus, quantity: number, unit: Types.SourcingUnit, unitPrice: string, currency: string, deliveryDate: string, message?: string | null, updatedAt: string, request?: { __typename?: 'SourcingOpportunity', id: string, productName: string, category: string, summary?: string | null, quantity: number, unit: Types.SourcingUnit, deliveryWindowStart: string, deliveryWindowEnd: string, deliveryCountry: string, deliveryRegion?: string | null, deliveryCity?: string | null, targetUnitPrice?: string | null, targetCurrency?: string | null } | null, order?: { __typename?: 'SourcingOrderSummary', id: string, status: Types.OrderStatus, total: string, currency: string, fulfillment?: { __typename?: 'OrderFulfillment', status: Types.FulfillmentStatus } | null } | null } };\n\nexport type AddToCartMutationVariables = Types.Exact<{\n input: Types.AddToCartInput;\n}>;\n\n\nexport type AddToCartMutation = { __typename?: 'Mutation', addToCart: { __typename?: 'CartItemPayload', cartItem?: { __typename?: 'CartItem', id: string, productId: string, productName: string, quantity: number, unitPrice: number, subtotal: number } | null, cart?: { __typename?: 'Cart', id: string, subtotal: number, total: number, itemCount: number, items: Array<{ __typename?: 'CartItem', id: string, productId: string, productName: string, productIcon?: string | null, variantId?: string | null, quantity: number, unitPrice: number, subtotal: number, itemType: Types.CartItemType }> } | null, errors?: Array<{ __typename?: 'CartError', field?: string | null, message: string, code: string }> | null } };\n\nexport type CheckoutMutationVariables = Types.Exact<{\n input: Types.CheckoutInput;\n}>;\n\n\nexport type CheckoutMutation = { __typename?: 'Mutation', checkout: { __typename?: 'CheckoutPayload', success: boolean, order?: { __typename?: 'StoreOrder', id: string, status: Types.OrderStatus, total: number, createdAt: string } | null, errors?: Array<{ __typename?: 'CartError', field?: string | null, message: string, code: string }> | null } };\n\nexport type ClearCartMutationVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type ClearCartMutation = { __typename?: 'Mutation', clearCart: { __typename?: 'CartPayload', cart?: { __typename?: 'Cart', id: string, subtotal: number, total: number, itemCount: number, items: Array<{ __typename?: 'CartItem', id: string }> } | null, errors?: Array<{ __typename?: 'CartError', field?: string | null, message: string, code: string }> | null } };\n\nexport type CreateProductForPublisherMutationVariables = Types.Exact<{\n input: Types.CreateProductInput;\n}>;\n\n\nexport type CreateProductForPublisherMutation = { __typename?: 'Mutation', createProduct: { __typename?: 'StoreProduct', id: string, name: string, slug: string, status: Types.ProductStatus, manifestVersion?: string | null, subType?: string | null } };\n\nexport type CreateStoreOrderMutationVariables = Types.Exact<{\n input: Types.CreateStoreOrderInput;\n}>;\n\n\nexport type CreateStoreOrderMutation = { __typename?: 'Mutation', createStoreOrder: { __typename?: 'StoreOrder', id: string, status: Types.OrderStatus, total: number, lineItems: Record<string, unknown>, createdAt: string } };\n\nexport type RemoveFromCartMutationVariables = Types.Exact<{\n cartItemId: Types.Scalars['String']['input'];\n}>;\n\n\nexport type RemoveFromCartMutation = { __typename?: 'Mutation', removeFromCart: { __typename?: 'CartPayload', cart?: { __typename?: 'Cart', id: string, subtotal: number, total: number, itemCount: number, items: Array<{ __typename?: 'CartItem', id: string, productId: string, productName: string, productIcon?: string | null, variantId?: string | null, quantity: number, unitPrice: number, subtotal: number, itemType: Types.CartItemType }> } | null, errors?: Array<{ __typename?: 'CartError', field?: string | null, message: string, code: string }> | null } };\n\nexport type RecordAppUninstallationMutationVariables = Types.Exact<{\n workspaceId: Types.Scalars['String']['input'];\n productId: Types.Scalars['String']['input'];\n}>;\n\n\nexport type RecordAppUninstallationMutation = { __typename?: 'Mutation', recordAppUninstallation: { __typename?: 'StoreAppInstallation', id: string, status: Types.StoreInstallationStatus, uninstalledAt?: string | null } };\n\nexport type UpdateCartItemMutationVariables = Types.Exact<{\n input: Types.UpdateCartItemInput;\n}>;\n\n\nexport type UpdateCartItemMutation = { __typename?: 'Mutation', updateCartItem: { __typename?: 'CartItemPayload', cartItem?: { __typename?: 'CartItem', id: string, productId: string, productName: string, quantity: number, unitPrice: number, subtotal: number } | null, cart?: { __typename?: 'Cart', id: string, subtotal: number, total: number, itemCount: number, items: Array<{ __typename?: 'CartItem', id: string, productId: string, productName: string, productIcon?: string | null, variantId?: string | null, quantity: number, unitPrice: number, subtotal: number, itemType: Types.CartItemType }> } | null, errors?: Array<{ __typename?: 'CartError', field?: string | null, message: string, code: string }> | null } };\n\nexport type BuyerSourcingRequestQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type BuyerSourcingRequestQuery = { __typename?: 'Query', mySourcingRequest?: { __typename?: 'SourcingRequest', id: string, status: Types.SourcingRequestStatus, productName: string, category: string, summary?: string | null, quantity: number, unit: Types.SourcingUnit, deliveryWindowStart: string, deliveryWindowEnd: string, deliveryCountry: string, deliveryRegion?: string | null, deliveryCity?: string | null, targetUnitPrice?: string | null, targetCurrency?: string | null, matchedAt?: string | null, canceledAt?: string | null, createdAt: string, updatedAt: string, offers: Array<{ __typename?: 'SourcingOffer', id: string, status: Types.SourcingOfferStatus, quantity: number, unit: Types.SourcingUnit, unitPrice: string, currency: string, deliveryDate: string, message?: string | null, createdAt: string, publisher?: { __typename?: 'SourcingPublisherSummary', name: string, logoUrl?: string | null, isVerified: boolean } | null, order?: { __typename?: 'SourcingOrderSummary', id: string, status: Types.OrderStatus, total: string, currency: string, fulfillment?: { __typename?: 'OrderFulfillment', status: Types.FulfillmentStatus } | null } | null }>, acceptedOrder?: { __typename?: 'SourcingOrderSummary', id: string, status: Types.OrderStatus, total: string, currency: string, fulfillment?: { __typename?: 'OrderFulfillment', status: Types.FulfillmentStatus } | null } | null } | null };\n\nexport type BuyerSourcingRequestsQueryVariables = Types.Exact<{\n status?: Types.InputMaybe<Types.SourcingRequestStatus>;\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n offset?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type BuyerSourcingRequestsQuery = { __typename?: 'Query', mySourcingRequests: Array<{ __typename?: 'SourcingRequest', id: string, status: Types.SourcingRequestStatus, productName: string, category: string, quantity: number, unit: Types.SourcingUnit, deliveryWindowStart: string, deliveryWindowEnd: string, deliveryCountry: string, deliveryRegion?: string | null, deliveryCity?: string | null, targetUnitPrice?: string | null, targetCurrency?: string | null, offers: Array<{ __typename?: 'SourcingOffer', status: Types.SourcingOfferStatus }> }> };\n\nexport type CategoriesQueryVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type CategoriesQuery = { __typename?: 'Query', categories: Array<{ __typename?: 'ProductCategory', id: string, name: string, slug: string, description?: string | null }> };\n\nexport type CheckEntitlementQueryVariables = Types.Exact<{\n productId: Types.Scalars['String']['input'];\n}>;\n\n\nexport type CheckEntitlementQuery = { __typename?: 'Query', checkEntitlement?: { __typename?: 'ProductEntitlement', id: string, productId: string, status: Types.EntitlementStatus, licenseKey?: string | null, expiresAt?: string | null } | null };\n\nexport type DeveloperEarningsQueryVariables = Types.Exact<{\n input?: Types.InputMaybe<Types.DeveloperEarningsInput>;\n}>;\n\n\nexport type DeveloperEarningsQuery = { __typename?: 'Query', developerEarnings: { __typename?: 'DeveloperEarnings', totalEarnings: number, monthlyEarnings: number, totalOrders: number, monthlyOrders: number, currency: string } };\n\nexport type FeaturedProductsQueryVariables = Types.Exact<{\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type FeaturedProductsQuery = { __typename?: 'Query', featuredProducts: Array<{ __typename?: 'StoreProduct', id: string, name: string, slug: string }> };\n\nexport type FilterOptionsQueryVariables = Types.Exact<{\n type?: Types.InputMaybe<Types.ProductType>;\n}>;\n\n\nexport type FilterOptionsQuery = { __typename?: 'Query', filterOptions: { __typename?: 'FilterOptionsResult', categories: Array<{ __typename?: 'FacetCount', value: string, count: number }>, subTypes: Array<{ __typename?: 'FacetCount', value: string, count: number }>, tags: Array<{ __typename?: 'FacetCount', value: string, count: number }>, licenses: Array<{ __typename?: 'FacetCount', value: string, count: number }>, compatibleProducts: Array<{ __typename?: 'FacetCount', value: string, count: number }> } };\n\nexport type MyEntitlementsQueryVariables = Types.Exact<{\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n offset?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type MyEntitlementsQuery = { __typename?: 'Query', myEntitlements: Array<{ __typename?: 'ProductEntitlement', id: string, productId: string, status: Types.EntitlementStatus, licenseKey?: string | null, expiresAt?: string | null }> };\n\nexport type MyPublishedProductsQueryVariables = Types.Exact<{\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n offset?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type MyPublishedProductsQuery = { __typename?: 'Query', publishedProducts: Array<{ __typename?: 'StoreProduct', id: string, name: string, status: Types.ProductStatus, reviewCount: number }> };\n\nexport type ProductReviewsQueryVariables = Types.Exact<{\n productId: Types.Scalars['String']['input'];\n status?: Types.InputMaybe<Types.ReviewStatus>;\n}>;\n\n\nexport type ProductReviewsQuery = { __typename?: 'Query', productReviews: Array<{ __typename?: 'ProductReview', id: string, rating: number, title?: string | null, comment?: string | null, helpful: number, createdAt: string }> };\n\nexport type PublisherSourcingAccessQueryVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type PublisherSourcingAccessQuery = { __typename?: 'Query', myPublisher?: { __typename?: 'Publisher', id: string, name: string, isVerified: boolean, verificationStatus: Types.PublisherVerificationStatus } | null };\n\nexport type PublisherSourcingProductsQueryVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type PublisherSourcingProductsQuery = { __typename?: 'Query', myPublisher?: { __typename?: 'Publisher', id: string, products: Array<{ __typename?: 'StoreProduct', id: string, name: string, status: Types.ProductStatus }> } | null };\n\nexport type SearchSuggestionsQueryVariables = Types.Exact<{\n query: Types.Scalars['String']['input'];\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type SearchSuggestionsQuery = { __typename?: 'Query', searchSuggestions: Array<{ __typename?: 'SearchSuggestion', term: string, type: string, count: number }> };\n\nexport type SellerSourcingOffersQueryVariables = Types.Exact<{\n status?: Types.InputMaybe<Types.SourcingOfferStatus>;\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n offset?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type SellerSourcingOffersQuery = { __typename?: 'Query', mySourcingOffers: Array<{ __typename?: 'SourcingOffer', id: string, requestId: string, storeProductId?: string | null, status: Types.SourcingOfferStatus, quantity: number, unit: Types.SourcingUnit, unitPrice: string, currency: string, deliveryDate: string, message?: string | null, updatedAt: string, request?: { __typename?: 'SourcingOpportunity', id: string, productName: string, category: string, summary?: string | null, quantity: number, unit: Types.SourcingUnit, deliveryWindowStart: string, deliveryWindowEnd: string, deliveryCountry: string, deliveryRegion?: string | null, deliveryCity?: string | null, targetUnitPrice?: string | null, targetCurrency?: string | null } | null, order?: { __typename?: 'SourcingOrderSummary', id: string, status: Types.OrderStatus, total: string, currency: string, fulfillment?: { __typename?: 'OrderFulfillment', status: Types.FulfillmentStatus } | null } | null }> };\n\nexport type SellerSourcingOpportunitiesQueryVariables = Types.Exact<{\n category?: Types.InputMaybe<Types.Scalars['String']['input']>;\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n offset?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type SellerSourcingOpportunitiesQuery = { __typename?: 'Query', openSourcingRequests: Array<{ __typename?: 'SourcingOpportunity', id: string, productName: string, category: string, summary?: string | null, quantity: number, unit: Types.SourcingUnit, deliveryWindowStart: string, deliveryWindowEnd: string, deliveryCountry: string, deliveryRegion?: string | null, deliveryCity?: string | null, targetUnitPrice?: string | null, targetCurrency?: string | null }> };\n\nexport type SellerSourcingOpportunityQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type SellerSourcingOpportunityQuery = { __typename?: 'Query', sourcingOpportunity?: { __typename?: 'SourcingOpportunity', id: string, productName: string, category: string, summary?: string | null, quantity: number, unit: Types.SourcingUnit, deliveryWindowStart: string, deliveryWindowEnd: string, deliveryCountry: string, deliveryRegion?: string | null, deliveryCity?: string | null, targetUnitPrice?: string | null, targetCurrency?: string | null } | null, mySourcingOffer?: { __typename?: 'SourcingOffer', id: string, requestId: string, storeProductId?: string | null, status: Types.SourcingOfferStatus, quantity: number, unit: Types.SourcingUnit, unitPrice: string, currency: string, deliveryDate: string, message?: string | null, updatedAt: string, request?: { __typename?: 'SourcingOpportunity', id: string, productName: string, category: string, summary?: string | null, quantity: number, unit: Types.SourcingUnit, deliveryWindowStart: string, deliveryWindowEnd: string, deliveryCountry: string, deliveryRegion?: string | null, deliveryCity?: string | null, targetUnitPrice?: string | null, targetCurrency?: string | null } | null, order?: { __typename?: 'SourcingOrderSummary', id: string, status: Types.OrderStatus, total: string, currency: string, fulfillment?: { __typename?: 'OrderFulfillment', status: Types.FulfillmentStatus } | null } | null } | null };\n\nexport type TrendingSearchesQueryVariables = Types.Exact<{\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type TrendingSearchesQuery = { __typename?: 'Query', trendingSearches: Array<string> };\n\nexport type UserReviewForProductQueryVariables = Types.Exact<{\n productId: Types.Scalars['String']['input'];\n}>;\n\n\nexport type UserReviewForProductQuery = { __typename?: 'Query', userReviewForProduct?: { __typename?: 'ProductReview', id: string, rating: number, title?: string | null, comment?: string | null } | null };\n\nexport type WorkspaceStoreOrdersQueryVariables = Types.Exact<{\n billingAccountId: Types.Scalars['ID']['input'];\n page: Types.Scalars['Int']['input'];\n limit: Types.Scalars['Int']['input'];\n}>;\n\n\nexport type WorkspaceStoreOrdersQuery = { __typename?: 'Query', workspaceStoreOrders: { __typename?: 'StoreOrdersResult', total: number, orders: Array<{ __typename?: 'StoreOrder', id: string, status: Types.OrderStatus, createdAt: string }> } };\n\nexport type BrowseStoreQueryVariables = Types.Exact<{\n input: Types.BrowseStoreInput;\n}>;\n\n\nexport type BrowseStoreQuery = { __typename?: 'Query', browseStore: { __typename?: 'BrowseStoreResult', totalCount: number, hasMore: boolean, nextCursor?: string | null, products: Array<{ __typename?: 'StoreProduct', id: string, name: string, slug: string, type: Types.ProductType, nature: Types.ProductNature, status: Types.ProductStatus, description?: string | null, pricingModel: Types.PricingModel, price: number, currency: string, icon?: string | null, screenshots: Array<string>, rating?: number | null, reviewCount: number, downloads: number, featured: boolean, category?: string | null, tags: Array<string>, publishedAt?: string | null, publisher?: { __typename?: 'Publisher', id: string, name: string, isVerified: boolean, logoUrl?: string | null } | null }>, facets?: { __typename?: 'StoreFacets', types: Array<{ __typename?: 'FacetCount', value: string, count: number }>, subTypes: Array<{ __typename?: 'FacetCount', value: string, count: number }>, categories: Array<{ __typename?: 'FacetCount', value: string, count: number }>, pricingModels: Array<{ __typename?: 'FacetCount', value: string, count: number }>, licenses: Array<{ __typename?: 'FacetCount', value: string, count: number }>, priceRange?: { __typename?: 'PriceRange', min: number, max: number } | null } | null } };\n\nexport type GetCartQueryVariables = Types.Exact<{ [key: string]: never; }>;\n\n\nexport type GetCartQuery = { __typename?: 'Query', myCart?: { __typename?: 'Cart', id: string, userId?: string | null, status: Types.CartStatus, currency: string, subtotal: number, total: number, itemCount: number, createdAt: string, updatedAt: string, items: Array<{ __typename?: 'CartItem', id: string, productId: string, productName: string, productIcon?: string | null, variantId?: string | null, variantName?: string | null, quantity: number, unitPrice: number, subtotal: number, itemType: Types.CartItemType, product?: { __typename?: 'StoreProduct', id: string, name: string, slug: string, icon?: string | null, price: number, pricingModel: Types.PricingModel } | null, variant?: { __typename?: 'ProductVariant', id: string, name: string, price?: number | null } | null }> } | null };\n\nexport type GetMyStoreInstallationsQueryVariables = Types.Exact<{\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n offset?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n filter?: Types.InputMaybe<Types.InstallationFilterInput>;\n}>;\n\n\nexport type GetMyStoreInstallationsQuery = { __typename?: 'Query', myStoreAppInstallations: { __typename?: 'StoreAppInstallationConnection', total: number, hasMore: boolean, items: Array<{ __typename?: 'StoreAppInstallation', id: string, productId: string, workspaceId: string, organizationId?: string | null, status: Types.StoreInstallationStatus, installedAt: string, version?: string | null, updatedAt: string, workspaceName?: string | null, workspaceType?: string | null, installedById: string, manifest?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, grantedPermissions?: Record<string, unknown> | null, productName?: string | null, productIcon?: string | null, productStatus?: string | null }> } };\n\nexport type GetMyOrdersQueryVariables = Types.Exact<{\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n offset?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n status?: Types.InputMaybe<Types.OrderStatus>;\n}>;\n\n\nexport type GetMyOrdersQuery = { __typename?: 'Query', myOrders: Array<{ __typename?: 'StoreOrder', id: string, status: Types.OrderStatus, total: number, currency: string, lineItems: Record<string, unknown>, createdAt: string, updatedAt: string, transaction?: { __typename?: 'Transaction', id: string, currency: string, amount: number, metadata?: Record<string, unknown> | null } | null, fulfillment?: { __typename?: 'OrderFulfillment', status: Types.FulfillmentStatus, trackingNumber?: string | null, trackingUrl?: string | null, carrier?: string | null, estimatedDeliveryDate?: string | null } | null }> };\n\nexport type GetProductQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetProductQuery = { __typename?: 'Query', product?: { __typename?: 'StoreProduct', id: string, publisherId: string, name: string, slug: string, description?: string | null, longDescription?: string | null, icon?: string | null, screenshots: Array<string>, videoUrls: Array<string>, subType?: string | null, type: Types.ProductType, manifest?: Record<string, unknown> | null, manifestVersion?: string | null, requiredPermissions: Array<string>, compatibleProducts: Array<string>, category?: string | null, tags: Array<string>, pricingModel: Types.PricingModel, price: number, currency: string, status: Types.ProductStatus, featured: boolean, documentationUrl?: string | null, repositoryUrl?: string | null, downloads: number, viewCount: number, rating?: number | null, reviewCount: number, createdAt: string, updatedAt: string, publishedAt?: string | null, variants: Array<{ __typename?: 'ProductVariant', id: string, name: string, sku?: string | null, price?: number | null, compareAtPrice?: number | null, isActive: boolean, stockQuantity: number, options: Record<string, unknown>, imageUrls: Array<string>, displayOrder: number, weight?: number | null, weightUnit?: Types.WeightUnit | null }>, publisher?: { __typename?: 'Publisher', id: string, name: string, websiteUrl?: string | null, isVerified: boolean, email: string, bio?: string | null, logoUrl?: string | null, totalSales: number, totalEarnings: number, products: Array<{ __typename?: 'StoreProduct', id: string }> } | null, reviews: Array<{ __typename?: 'ProductReview', id: string, userId: string, rating: number, comment?: string | null, status: Types.ReviewStatus, helpful: number, createdAt: string }> } | null };\n\nexport type GetProductsQueryVariables = Types.Exact<{\n filter?: Types.InputMaybe<Types.ProductFilterInput>;\n limit?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n offset?: Types.InputMaybe<Types.Scalars['Int']['input']>;\n}>;\n\n\nexport type GetProductsQuery = { __typename?: 'Query', products: Array<{ __typename?: 'StoreProduct', id: string, name: string, slug: string, description?: string | null, icon?: string | null, screenshots: Array<string>, subType?: string | null, type: Types.ProductType, pricingModel: Types.PricingModel, price: number, currency: string, status: Types.ProductStatus, featured: boolean, downloads: number, viewCount: number, rating?: number | null, reviewCount: number, category?: string | null, tags: Array<string>, createdAt: string, publishedAt?: string | null, publisher?: { __typename?: 'Publisher', id: string, name: string, isVerified: boolean } | null }> };\n\nexport type GetStoreAppInstallationQueryVariables = Types.Exact<{\n id: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type GetStoreAppInstallationQuery = { __typename?: 'Query', storeAppInstallation?: { __typename?: 'StoreAppInstallation', id: string, productId: string, workspaceId: string, workspaceName?: string | null, workspaceType?: string | null, organizationId?: string | null, installedById: string, status: Types.StoreInstallationStatus, version?: string | null, manifest?: Record<string, unknown> | null, metadata?: Record<string, unknown> | null, context?: Record<string, unknown> | null, grantedPermissions?: Record<string, unknown> | null, installedAt: string, updatedAt: string, uninstalledAt?: string | null, uninstalledById?: string | null } | null };\n\nexport type HomeGroupedProductsQueryVariables = Types.Exact<{\n compatibleWith?: Types.InputMaybe<Types.Scalars['String']['input']>;\n}>;\n\n\nexport type HomeGroupedProductsQuery = { __typename?: 'Query', homeGroupedProducts: { __typename?: 'GroupedStoreProducts', featured: Array<{ __typename?: 'StoreProduct', id: string, name: string, slug: string, type: Types.ProductType, nature: Types.ProductNature, status: Types.ProductStatus, description?: string | null, pricingModel: Types.PricingModel, price: number, currency: string, icon?: string | null, screenshots: Array<string>, rating?: number | null, reviewCount: number, downloads: number, featured: boolean, category?: string | null, tags: Array<string>, publishedAt?: string | null, publisher?: { __typename?: 'Publisher', id: string, name: string, isVerified: boolean, logoUrl?: string | null } | null }>, mostDownloaded: Array<{ __typename?: 'StoreProduct', id: string, name: string, slug: string, type: Types.ProductType, nature: Types.ProductNature, status: Types.ProductStatus, description?: string | null, pricingModel: Types.PricingModel, price: number, currency: string, icon?: string | null, screenshots: Array<string>, rating?: number | null, reviewCount: number, downloads: number, featured: boolean, category?: string | null, tags: Array<string>, publishedAt?: string | null, publisher?: { __typename?: 'Publisher', id: string, name: string, isVerified: boolean, logoUrl?: string | null } | null }>, recentlyAdded: Array<{ __typename?: 'StoreProduct', id: string, name: string, slug: string, type: Types.ProductType, nature: Types.ProductNature, status: Types.ProductStatus, description?: string | null, pricingModel: Types.PricingModel, price: number, currency: string, icon?: string | null, screenshots: Array<string>, rating?: number | null, reviewCount: number, downloads: number, featured: boolean, category?: string | null, tags: Array<string>, publishedAt?: string | null, publisher?: { __typename?: 'Publisher', id: string, name: string, isVerified: boolean, logoUrl?: string | null } | null }>, freeItems: Array<{ __typename?: 'StoreProduct', id: string, name: string, slug: string, type: Types.ProductType, nature: Types.ProductNature, status: Types.ProductStatus, description?: string | null, pricingModel: Types.PricingModel, price: number, currency: string, icon?: string | null, screenshots: Array<string>, rating?: number | null, reviewCount: number, downloads: number, featured: boolean, category?: string | null, tags: Array<string>, publishedAt?: string | null, publisher?: { __typename?: 'Publisher', id: string, name: string, isVerified: boolean, logoUrl?: string | null } | null }> } };\n\nexport type StoreProductDetailsQueryVariables = Types.Exact<{\n input: Types.StoreProductDetailsInput;\n}>;\n\n\nexport type StoreProductDetailsQuery = { __typename?: 'Query', storeProductDetails: { __typename?: 'StoreProductDetailsResult', reviewsCount: number, isPurchased: boolean, product: { __typename?: 'StoreProduct', id: string, name: string, slug: string, type: Types.ProductType, nature: Types.ProductNature, status: Types.ProductStatus, description?: string | null, longDescription?: string | null, pricingModel: Types.PricingModel, price: number, currency: string, icon?: string | null, bannerUrl?: string | null, screenshots: Array<string>, videoUrls: Array<string>, documentationUrl?: string | null, repositoryUrl?: string | null, rating?: number | null, reviewCount: number, downloads: number, viewCount: number, featured: boolean, category?: string | null, tags: Array<string>, publishedAt?: string | null, createdAt: string, updatedAt: string, subType?: string | null, manifestVersion?: string | null, authorName?: string | null, productId?: string | null, license?: string | null, minPlatformVersion?: string | null, compatibleProducts: Array<string>, requiredPermissions: Array<string>, integrationDeps: Array<string>, manifest?: Record<string, unknown> | null, publisher?: { __typename?: 'Publisher', id: string, name: string, isVerified: boolean, logoUrl?: string | null, websiteUrl?: string | null, bio?: string | null, email: string, organizationId?: string | null, developerOrganization?: { __typename?: 'DeveloperOrganization', id: string, name: string, logoUrl?: string | null, isVerified: boolean, description?: string | null } | null } | null }, publisher?: { __typename?: 'Publisher', id: string, name: string, isVerified: boolean, logoUrl?: string | null, websiteUrl?: string | null, bio?: string | null, email: string, organizationId?: string | null, developerOrganization?: { __typename?: 'DeveloperOrganization', id: string, name: string, logoUrl?: string | null, isVerified: boolean, description?: string | null } | null } | null, relatedProducts: Array<{ __typename?: 'StoreProduct', id: string, name: string, slug: string, type: Types.ProductType, nature: Types.ProductNature, status: Types.ProductStatus, description?: string | null, icon?: string | null, rating?: number | null, reviewCount: number, downloads: number, price: number, pricingModel: Types.PricingModel, currency: string, screenshots: Array<string>, featured: boolean, category?: string | null, tags: Array<string>, publishedAt?: string | null, publisher?: { __typename?: 'Publisher', id: string, name: string, isVerified: boolean, logoUrl?: string | null } | null }>, reviews: Array<{ __typename?: 'ProductReview', id: string, userId: string, rating: number, title?: string | null, comment?: string | null, status: Types.ReviewStatus, helpful: number, createdAt: string, updatedAt: string }>, userReview?: { __typename?: 'ProductReview', id: string, userId: string, rating: number, title?: string | null, comment?: string | null, status: Types.ReviewStatus, helpful: number, createdAt: string, updatedAt: string } | null, userEntitlement?: { __typename?: 'ProductEntitlement', id: string, status: Types.EntitlementStatus, licenseKey?: string | null, expiresAt?: string | null } | null, ratingDistribution?: { __typename?: 'ProductRatingDistribution', fiveStars: number, fourStars: number, threeStars: number, twoStars: number, oneStar: number } | null } };\n\nexport type InstallationStatusUpdatedSubscriptionVariables = Types.Exact<{\n workspaceId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type InstallationStatusUpdatedSubscription = { __typename?: 'Subscription', installationStatusUpdated?: { __typename?: 'InstallationStatusUpdatedEvent', installationId: string, productId: string, workspaceId: string, status: string, updatedAt: string } | null };\n\nexport type LicenseStatusUpdatedSubscriptionVariables = Types.Exact<{\n workspaceId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n}>;\n\n\nexport type LicenseStatusUpdatedSubscription = { __typename?: 'Subscription', licenseStatusUpdated?: { __typename?: 'LicenseStatusUpdatedEvent', entitlementId: string, productId: string, status: string, updatedAt: string } | null };\n\nexport type OrderStatusUpdatedSubscriptionVariables = Types.Exact<{\n orderId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n workspaceId?: Types.InputMaybe<Types.Scalars['ID']['input']>;\n}>;\n\n\nexport type OrderStatusUpdatedSubscription = { __typename?: 'Subscription', orderStatusUpdated?: { __typename?: 'OrderStatusUpdatedEvent', orderId: string, workspaceId?: string | null, status: string, updatedAt: string } | null };\n\nexport type SubmissionStatusUpdatedSubscriptionVariables = Types.Exact<{\n publisherId: Types.Scalars['ID']['input'];\n}>;\n\n\nexport type SubmissionStatusUpdatedSubscription = { __typename?: 'Subscription', submissionStatusUpdated?: { __typename?: 'SubmissionStatusUpdatedEvent', submissionId: string, productId: string, publisherId: string, status: string, updatedAt: string } | null };\n\nexport const SourcingOpportunityFieldsFragmentDoc = gql`\n fragment SourcingOpportunityFields on SourcingOpportunity {\n id\n productName\n category\n summary\n quantity\n unit\n deliveryWindowStart\n deliveryWindowEnd\n deliveryCountry\n deliveryRegion\n deliveryCity\n targetUnitPrice\n targetCurrency\n}\n `;\nexport const SourcingOrderSummaryFieldsFragmentDoc = gql`\n fragment SourcingOrderSummaryFields on SourcingOrderSummary {\n id\n status\n total\n currency\n fulfillment {\n status\n }\n}\n `;\nexport const SellerSourcingOfferFieldsFragmentDoc = gql`\n fragment SellerSourcingOfferFields on SourcingOffer {\n id\n requestId\n storeProductId\n status\n quantity\n unit\n unitPrice\n currency\n deliveryDate\n message\n updatedAt\n request {\n ...SourcingOpportunityFields\n }\n order {\n ...SourcingOrderSummaryFields\n }\n}\n ${SourcingOpportunityFieldsFragmentDoc}\n${SourcingOrderSummaryFieldsFragmentDoc}`;\nexport const AcceptSourcingOfferDocument = gql`\n mutation AcceptSourcingOffer($offerId: ID!) {\n acceptSourcingOffer(offerId: $offerId) {\n ...SourcingOrderSummaryFields\n }\n}\n ${SourcingOrderSummaryFieldsFragmentDoc}`;\nexport type AcceptSourcingOfferMutationFn = Apollo.MutationFunction<Types.AcceptSourcingOfferMutation, Types.AcceptSourcingOfferMutationVariables>;\n\n/**\n * __useAcceptSourcingOfferMutation__\n *\n * To run a mutation, you first call `useAcceptSourcingOfferMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useAcceptSourcingOfferMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [acceptSourcingOfferMutation, { data, loading, error }] = useAcceptSourcingOfferMutation({\n * variables: {\n * offerId: // value for 'offerId'\n * },\n * });\n */\nexport function useAcceptSourcingOfferMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.AcceptSourcingOfferMutation, Types.AcceptSourcingOfferMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.AcceptSourcingOfferMutation, Types.AcceptSourcingOfferMutationVariables>(AcceptSourcingOfferDocument, options);\n }\nexport type AcceptSourcingOfferMutationHookResult = ReturnType<typeof useAcceptSourcingOfferMutation>;\nexport type AcceptSourcingOfferMutationResult = Apollo.MutationResult<Types.AcceptSourcingOfferMutation>;\nexport type AcceptSourcingOfferMutationOptions = Apollo.BaseMutationOptions<Types.AcceptSourcingOfferMutation, Types.AcceptSourcingOfferMutationVariables>;\nexport const CancelSourcingRequestDocument = gql`\n mutation CancelSourcingRequest($id: ID!) {\n cancelSourcingRequest(id: $id) {\n id\n status\n canceledAt\n updatedAt\n }\n}\n `;\nexport type CancelSourcingRequestMutationFn = Apollo.MutationFunction<Types.CancelSourcingRequestMutation, Types.CancelSourcingRequestMutationVariables>;\n\n/**\n * __useCancelSourcingRequestMutation__\n *\n * To run a mutation, you first call `useCancelSourcingRequestMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCancelSourcingRequestMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [cancelSourcingRequestMutation, { data, loading, error }] = useCancelSourcingRequestMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useCancelSourcingRequestMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CancelSourcingRequestMutation, Types.CancelSourcingRequestMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CancelSourcingRequestMutation, Types.CancelSourcingRequestMutationVariables>(CancelSourcingRequestDocument, options);\n }\nexport type CancelSourcingRequestMutationHookResult = ReturnType<typeof useCancelSourcingRequestMutation>;\nexport type CancelSourcingRequestMutationResult = Apollo.MutationResult<Types.CancelSourcingRequestMutation>;\nexport type CancelSourcingRequestMutationOptions = Apollo.BaseMutationOptions<Types.CancelSourcingRequestMutation, Types.CancelSourcingRequestMutationVariables>;\nexport const CreateReviewDocument = gql`\n mutation CreateReview($input: CreateReviewInput!) {\n createReview(input: $input) {\n id\n rating\n }\n}\n `;\nexport type CreateReviewMutationFn = Apollo.MutationFunction<Types.CreateReviewMutation, Types.CreateReviewMutationVariables>;\n\n/**\n * __useCreateReviewMutation__\n *\n * To run a mutation, you first call `useCreateReviewMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateReviewMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createReviewMutation, { data, loading, error }] = useCreateReviewMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateReviewMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateReviewMutation, Types.CreateReviewMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateReviewMutation, Types.CreateReviewMutationVariables>(CreateReviewDocument, options);\n }\nexport type CreateReviewMutationHookResult = ReturnType<typeof useCreateReviewMutation>;\nexport type CreateReviewMutationResult = Apollo.MutationResult<Types.CreateReviewMutation>;\nexport type CreateReviewMutationOptions = Apollo.BaseMutationOptions<Types.CreateReviewMutation, Types.CreateReviewMutationVariables>;\nexport const CreateSourcingRequestDocument = gql`\n mutation CreateSourcingRequest($input: CreateSourcingRequestInput!) {\n createSourcingRequest(input: $input) {\n id\n status\n productName\n category\n quantity\n unit\n deliveryWindowStart\n deliveryWindowEnd\n deliveryCountry\n deliveryRegion\n deliveryCity\n targetUnitPrice\n targetCurrency\n createdAt\n updatedAt\n }\n}\n `;\nexport type CreateSourcingRequestMutationFn = Apollo.MutationFunction<Types.CreateSourcingRequestMutation, Types.CreateSourcingRequestMutationVariables>;\n\n/**\n * __useCreateSourcingRequestMutation__\n *\n * To run a mutation, you first call `useCreateSourcingRequestMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateSourcingRequestMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createSourcingRequestMutation, { data, loading, error }] = useCreateSourcingRequestMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateSourcingRequestMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateSourcingRequestMutation, Types.CreateSourcingRequestMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateSourcingRequestMutation, Types.CreateSourcingRequestMutationVariables>(CreateSourcingRequestDocument, options);\n }\nexport type CreateSourcingRequestMutationHookResult = ReturnType<typeof useCreateSourcingRequestMutation>;\nexport type CreateSourcingRequestMutationResult = Apollo.MutationResult<Types.CreateSourcingRequestMutation>;\nexport type CreateSourcingRequestMutationOptions = Apollo.BaseMutationOptions<Types.CreateSourcingRequestMutation, Types.CreateSourcingRequestMutationVariables>;\nexport const DeleteReviewDocument = gql`\n mutation DeleteReview($id: ID!) {\n deleteReview(id: $id)\n}\n `;\nexport type DeleteReviewMutationFn = Apollo.MutationFunction<Types.DeleteReviewMutation, Types.DeleteReviewMutationVariables>;\n\n/**\n * __useDeleteReviewMutation__\n *\n * To run a mutation, you first call `useDeleteReviewMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useDeleteReviewMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [deleteReviewMutation, { data, loading, error }] = useDeleteReviewMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useDeleteReviewMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.DeleteReviewMutation, Types.DeleteReviewMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.DeleteReviewMutation, Types.DeleteReviewMutationVariables>(DeleteReviewDocument, options);\n }\nexport type DeleteReviewMutationHookResult = ReturnType<typeof useDeleteReviewMutation>;\nexport type DeleteReviewMutationResult = Apollo.MutationResult<Types.DeleteReviewMutation>;\nexport type DeleteReviewMutationOptions = Apollo.BaseMutationOptions<Types.DeleteReviewMutation, Types.DeleteReviewMutationVariables>;\nexport const MarkReviewHelpfulDocument = gql`\n mutation MarkReviewHelpful($id: ID!) {\n markReviewHelpful(id: $id) {\n id\n helpful\n }\n}\n `;\nexport type MarkReviewHelpfulMutationFn = Apollo.MutationFunction<Types.MarkReviewHelpfulMutation, Types.MarkReviewHelpfulMutationVariables>;\n\n/**\n * __useMarkReviewHelpfulMutation__\n *\n * To run a mutation, you first call `useMarkReviewHelpfulMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useMarkReviewHelpfulMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [markReviewHelpfulMutation, { data, loading, error }] = useMarkReviewHelpfulMutation({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useMarkReviewHelpfulMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.MarkReviewHelpfulMutation, Types.MarkReviewHelpfulMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.MarkReviewHelpfulMutation, Types.MarkReviewHelpfulMutationVariables>(MarkReviewHelpfulDocument, options);\n }\nexport type MarkReviewHelpfulMutationHookResult = ReturnType<typeof useMarkReviewHelpfulMutation>;\nexport type MarkReviewHelpfulMutationResult = Apollo.MutationResult<Types.MarkReviewHelpfulMutation>;\nexport type MarkReviewHelpfulMutationOptions = Apollo.BaseMutationOptions<Types.MarkReviewHelpfulMutation, Types.MarkReviewHelpfulMutationVariables>;\nexport const UpdateReviewDocument = gql`\n mutation UpdateReview($id: ID!, $input: UpdateReviewInput!) {\n updateReview(id: $id, input: $input) {\n id\n rating\n }\n}\n `;\nexport type UpdateReviewMutationFn = Apollo.MutationFunction<Types.UpdateReviewMutation, Types.UpdateReviewMutationVariables>;\n\n/**\n * __useUpdateReviewMutation__\n *\n * To run a mutation, you first call `useUpdateReviewMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateReviewMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateReviewMutation, { data, loading, error }] = useUpdateReviewMutation({\n * variables: {\n * id: // value for 'id'\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateReviewMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateReviewMutation, Types.UpdateReviewMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateReviewMutation, Types.UpdateReviewMutationVariables>(UpdateReviewDocument, options);\n }\nexport type UpdateReviewMutationHookResult = ReturnType<typeof useUpdateReviewMutation>;\nexport type UpdateReviewMutationResult = Apollo.MutationResult<Types.UpdateReviewMutation>;\nexport type UpdateReviewMutationOptions = Apollo.BaseMutationOptions<Types.UpdateReviewMutation, Types.UpdateReviewMutationVariables>;\nexport const UpsertSourcingOfferDocument = gql`\n mutation UpsertSourcingOffer($input: UpsertSourcingOfferInput!) {\n upsertSourcingOffer(input: $input) {\n ...SellerSourcingOfferFields\n }\n}\n ${SellerSourcingOfferFieldsFragmentDoc}`;\nexport type UpsertSourcingOfferMutationFn = Apollo.MutationFunction<Types.UpsertSourcingOfferMutation, Types.UpsertSourcingOfferMutationVariables>;\n\n/**\n * __useUpsertSourcingOfferMutation__\n *\n * To run a mutation, you first call `useUpsertSourcingOfferMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpsertSourcingOfferMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [upsertSourcingOfferMutation, { data, loading, error }] = useUpsertSourcingOfferMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpsertSourcingOfferMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpsertSourcingOfferMutation, Types.UpsertSourcingOfferMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpsertSourcingOfferMutation, Types.UpsertSourcingOfferMutationVariables>(UpsertSourcingOfferDocument, options);\n }\nexport type UpsertSourcingOfferMutationHookResult = ReturnType<typeof useUpsertSourcingOfferMutation>;\nexport type UpsertSourcingOfferMutationResult = Apollo.MutationResult<Types.UpsertSourcingOfferMutation>;\nexport type UpsertSourcingOfferMutationOptions = Apollo.BaseMutationOptions<Types.UpsertSourcingOfferMutation, Types.UpsertSourcingOfferMutationVariables>;\nexport const AddToCartDocument = gql`\n mutation AddToCart($input: AddToCartInput!) {\n addToCart(input: $input) {\n cartItem {\n id\n productId\n productName\n quantity\n unitPrice\n subtotal\n }\n cart {\n id\n items {\n id\n productId\n productName\n productIcon\n variantId\n quantity\n unitPrice\n subtotal\n itemType\n }\n subtotal\n total\n itemCount\n }\n errors {\n field\n message\n code\n }\n }\n}\n `;\nexport type AddToCartMutationFn = Apollo.MutationFunction<Types.AddToCartMutation, Types.AddToCartMutationVariables>;\n\n/**\n * __useAddToCartMutation__\n *\n * To run a mutation, you first call `useAddToCartMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useAddToCartMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [addToCartMutation, { data, loading, error }] = useAddToCartMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useAddToCartMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.AddToCartMutation, Types.AddToCartMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.AddToCartMutation, Types.AddToCartMutationVariables>(AddToCartDocument, options);\n }\nexport type AddToCartMutationHookResult = ReturnType<typeof useAddToCartMutation>;\nexport type AddToCartMutationResult = Apollo.MutationResult<Types.AddToCartMutation>;\nexport type AddToCartMutationOptions = Apollo.BaseMutationOptions<Types.AddToCartMutation, Types.AddToCartMutationVariables>;\nexport const CheckoutDocument = gql`\n mutation Checkout($input: CheckoutInput!) {\n checkout(input: $input) {\n success\n order {\n id\n status\n total\n createdAt\n }\n errors {\n field\n message\n code\n }\n }\n}\n `;\nexport type CheckoutMutationFn = Apollo.MutationFunction<Types.CheckoutMutation, Types.CheckoutMutationVariables>;\n\n/**\n * __useCheckoutMutation__\n *\n * To run a mutation, you first call `useCheckoutMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCheckoutMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [checkoutMutation, { data, loading, error }] = useCheckoutMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCheckoutMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CheckoutMutation, Types.CheckoutMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CheckoutMutation, Types.CheckoutMutationVariables>(CheckoutDocument, options);\n }\nexport type CheckoutMutationHookResult = ReturnType<typeof useCheckoutMutation>;\nexport type CheckoutMutationResult = Apollo.MutationResult<Types.CheckoutMutation>;\nexport type CheckoutMutationOptions = Apollo.BaseMutationOptions<Types.CheckoutMutation, Types.CheckoutMutationVariables>;\nexport const ClearCartDocument = gql`\n mutation ClearCart {\n clearCart {\n cart {\n id\n items {\n id\n }\n subtotal\n total\n itemCount\n }\n errors {\n field\n message\n code\n }\n }\n}\n `;\nexport type ClearCartMutationFn = Apollo.MutationFunction<Types.ClearCartMutation, Types.ClearCartMutationVariables>;\n\n/**\n * __useClearCartMutation__\n *\n * To run a mutation, you first call `useClearCartMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useClearCartMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [clearCartMutation, { data, loading, error }] = useClearCartMutation({\n * variables: {\n * },\n * });\n */\nexport function useClearCartMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.ClearCartMutation, Types.ClearCartMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.ClearCartMutation, Types.ClearCartMutationVariables>(ClearCartDocument, options);\n }\nexport type ClearCartMutationHookResult = ReturnType<typeof useClearCartMutation>;\nexport type ClearCartMutationResult = Apollo.MutationResult<Types.ClearCartMutation>;\nexport type ClearCartMutationOptions = Apollo.BaseMutationOptions<Types.ClearCartMutation, Types.ClearCartMutationVariables>;\nexport const CreateProductForPublisherDocument = gql`\n mutation CreateProductForPublisher($input: CreateProductInput!) {\n createProduct(input: $input) {\n id\n name\n slug\n status\n manifestVersion\n subType\n }\n}\n `;\nexport type CreateProductForPublisherMutationFn = Apollo.MutationFunction<Types.CreateProductForPublisherMutation, Types.CreateProductForPublisherMutationVariables>;\n\n/**\n * __useCreateProductForPublisherMutation__\n *\n * To run a mutation, you first call `useCreateProductForPublisherMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateProductForPublisherMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createProductForPublisherMutation, { data, loading, error }] = useCreateProductForPublisherMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateProductForPublisherMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateProductForPublisherMutation, Types.CreateProductForPublisherMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateProductForPublisherMutation, Types.CreateProductForPublisherMutationVariables>(CreateProductForPublisherDocument, options);\n }\nexport type CreateProductForPublisherMutationHookResult = ReturnType<typeof useCreateProductForPublisherMutation>;\nexport type CreateProductForPublisherMutationResult = Apollo.MutationResult<Types.CreateProductForPublisherMutation>;\nexport type CreateProductForPublisherMutationOptions = Apollo.BaseMutationOptions<Types.CreateProductForPublisherMutation, Types.CreateProductForPublisherMutationVariables>;\nexport const CreateStoreOrderDocument = gql`\n mutation CreateStoreOrder($input: CreateStoreOrderInput!) {\n createStoreOrder(input: $input) {\n id\n status\n total\n lineItems\n createdAt\n }\n}\n `;\nexport type CreateStoreOrderMutationFn = Apollo.MutationFunction<Types.CreateStoreOrderMutation, Types.CreateStoreOrderMutationVariables>;\n\n/**\n * __useCreateStoreOrderMutation__\n *\n * To run a mutation, you first call `useCreateStoreOrderMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useCreateStoreOrderMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [createStoreOrderMutation, { data, loading, error }] = useCreateStoreOrderMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useCreateStoreOrderMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.CreateStoreOrderMutation, Types.CreateStoreOrderMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.CreateStoreOrderMutation, Types.CreateStoreOrderMutationVariables>(CreateStoreOrderDocument, options);\n }\nexport type CreateStoreOrderMutationHookResult = ReturnType<typeof useCreateStoreOrderMutation>;\nexport type CreateStoreOrderMutationResult = Apollo.MutationResult<Types.CreateStoreOrderMutation>;\nexport type CreateStoreOrderMutationOptions = Apollo.BaseMutationOptions<Types.CreateStoreOrderMutation, Types.CreateStoreOrderMutationVariables>;\nexport const RemoveFromCartDocument = gql`\n mutation RemoveFromCart($cartItemId: String!) {\n removeFromCart(cartItemId: $cartItemId) {\n cart {\n id\n items {\n id\n productId\n productName\n productIcon\n variantId\n quantity\n unitPrice\n subtotal\n itemType\n }\n subtotal\n total\n itemCount\n }\n errors {\n field\n message\n code\n }\n }\n}\n `;\nexport type RemoveFromCartMutationFn = Apollo.MutationFunction<Types.RemoveFromCartMutation, Types.RemoveFromCartMutationVariables>;\n\n/**\n * __useRemoveFromCartMutation__\n *\n * To run a mutation, you first call `useRemoveFromCartMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRemoveFromCartMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [removeFromCartMutation, { data, loading, error }] = useRemoveFromCartMutation({\n * variables: {\n * cartItemId: // value for 'cartItemId'\n * },\n * });\n */\nexport function useRemoveFromCartMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RemoveFromCartMutation, Types.RemoveFromCartMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RemoveFromCartMutation, Types.RemoveFromCartMutationVariables>(RemoveFromCartDocument, options);\n }\nexport type RemoveFromCartMutationHookResult = ReturnType<typeof useRemoveFromCartMutation>;\nexport type RemoveFromCartMutationResult = Apollo.MutationResult<Types.RemoveFromCartMutation>;\nexport type RemoveFromCartMutationOptions = Apollo.BaseMutationOptions<Types.RemoveFromCartMutation, Types.RemoveFromCartMutationVariables>;\nexport const RecordAppUninstallationDocument = gql`\n mutation RecordAppUninstallation($workspaceId: String!, $productId: String!) {\n recordAppUninstallation(workspaceId: $workspaceId, productId: $productId) {\n id\n status\n uninstalledAt\n }\n}\n `;\nexport type RecordAppUninstallationMutationFn = Apollo.MutationFunction<Types.RecordAppUninstallationMutation, Types.RecordAppUninstallationMutationVariables>;\n\n/**\n * __useRecordAppUninstallationMutation__\n *\n * To run a mutation, you first call `useRecordAppUninstallationMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useRecordAppUninstallationMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [recordAppUninstallationMutation, { data, loading, error }] = useRecordAppUninstallationMutation({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * productId: // value for 'productId'\n * },\n * });\n */\nexport function useRecordAppUninstallationMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.RecordAppUninstallationMutation, Types.RecordAppUninstallationMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.RecordAppUninstallationMutation, Types.RecordAppUninstallationMutationVariables>(RecordAppUninstallationDocument, options);\n }\nexport type RecordAppUninstallationMutationHookResult = ReturnType<typeof useRecordAppUninstallationMutation>;\nexport type RecordAppUninstallationMutationResult = Apollo.MutationResult<Types.RecordAppUninstallationMutation>;\nexport type RecordAppUninstallationMutationOptions = Apollo.BaseMutationOptions<Types.RecordAppUninstallationMutation, Types.RecordAppUninstallationMutationVariables>;\nexport const UpdateCartItemDocument = gql`\n mutation UpdateCartItem($input: UpdateCartItemInput!) {\n updateCartItem(input: $input) {\n cartItem {\n id\n productId\n productName\n quantity\n unitPrice\n subtotal\n }\n cart {\n id\n items {\n id\n productId\n productName\n productIcon\n variantId\n quantity\n unitPrice\n subtotal\n itemType\n }\n subtotal\n total\n itemCount\n }\n errors {\n field\n message\n code\n }\n }\n}\n `;\nexport type UpdateCartItemMutationFn = Apollo.MutationFunction<Types.UpdateCartItemMutation, Types.UpdateCartItemMutationVariables>;\n\n/**\n * __useUpdateCartItemMutation__\n *\n * To run a mutation, you first call `useUpdateCartItemMutation` within a React component and pass it any options that fit your needs.\n * When your component renders, `useUpdateCartItemMutation` returns a tuple that includes:\n * - A mutate function that you can call at any time to execute the mutation\n * - An object with fields that represent the current status of the mutation's execution\n *\n * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;\n *\n * @example\n * const [updateCartItemMutation, { data, loading, error }] = useUpdateCartItemMutation({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useUpdateCartItemMutation(baseOptions?: ApolloReactHooks.MutationHookOptions<Types.UpdateCartItemMutation, Types.UpdateCartItemMutationVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useMutation<Types.UpdateCartItemMutation, Types.UpdateCartItemMutationVariables>(UpdateCartItemDocument, options);\n }\nexport type UpdateCartItemMutationHookResult = ReturnType<typeof useUpdateCartItemMutation>;\nexport type UpdateCartItemMutationResult = Apollo.MutationResult<Types.UpdateCartItemMutation>;\nexport type UpdateCartItemMutationOptions = Apollo.BaseMutationOptions<Types.UpdateCartItemMutation, Types.UpdateCartItemMutationVariables>;\nexport const BuyerSourcingRequestDocument = gql`\n query BuyerSourcingRequest($id: ID!) {\n mySourcingRequest(id: $id) {\n id\n status\n productName\n category\n summary\n quantity\n unit\n deliveryWindowStart\n deliveryWindowEnd\n deliveryCountry\n deliveryRegion\n deliveryCity\n targetUnitPrice\n targetCurrency\n matchedAt\n canceledAt\n createdAt\n updatedAt\n offers {\n id\n status\n quantity\n unit\n unitPrice\n currency\n deliveryDate\n message\n createdAt\n publisher {\n name\n logoUrl\n isVerified\n }\n order {\n ...SourcingOrderSummaryFields\n }\n }\n acceptedOrder {\n ...SourcingOrderSummaryFields\n }\n }\n}\n ${SourcingOrderSummaryFieldsFragmentDoc}`;\n\n/**\n * __useBuyerSourcingRequestQuery__\n *\n * To run a query within a React component, call `useBuyerSourcingRequestQuery` and pass it any options that fit your needs.\n * When your component renders, `useBuyerSourcingRequestQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useBuyerSourcingRequestQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useBuyerSourcingRequestQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.BuyerSourcingRequestQuery, Types.BuyerSourcingRequestQueryVariables> & ({ variables: Types.BuyerSourcingRequestQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.BuyerSourcingRequestQuery, Types.BuyerSourcingRequestQueryVariables>(BuyerSourcingRequestDocument, options);\n }\nexport function useBuyerSourcingRequestLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.BuyerSourcingRequestQuery, Types.BuyerSourcingRequestQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.BuyerSourcingRequestQuery, Types.BuyerSourcingRequestQueryVariables>(BuyerSourcingRequestDocument, options);\n }\n// @ts-ignore\nexport function useBuyerSourcingRequestSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.BuyerSourcingRequestQuery, Types.BuyerSourcingRequestQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.BuyerSourcingRequestQuery, Types.BuyerSourcingRequestQueryVariables>;\nexport function useBuyerSourcingRequestSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.BuyerSourcingRequestQuery, Types.BuyerSourcingRequestQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.BuyerSourcingRequestQuery | undefined, Types.BuyerSourcingRequestQueryVariables>;\nexport function useBuyerSourcingRequestSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.BuyerSourcingRequestQuery, Types.BuyerSourcingRequestQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.BuyerSourcingRequestQuery, Types.BuyerSourcingRequestQueryVariables>(BuyerSourcingRequestDocument, options);\n }\nexport type BuyerSourcingRequestQueryHookResult = ReturnType<typeof useBuyerSourcingRequestQuery>;\nexport type BuyerSourcingRequestLazyQueryHookResult = ReturnType<typeof useBuyerSourcingRequestLazyQuery>;\nexport type BuyerSourcingRequestSuspenseQueryHookResult = ReturnType<typeof useBuyerSourcingRequestSuspenseQuery>;\nexport type BuyerSourcingRequestQueryResult = Apollo.QueryResult<Types.BuyerSourcingRequestQuery, Types.BuyerSourcingRequestQueryVariables>;\nexport const BuyerSourcingRequestsDocument = gql`\n query BuyerSourcingRequests($status: SourcingRequestStatus, $limit: Int, $offset: Int) {\n mySourcingRequests(status: $status, limit: $limit, offset: $offset) {\n id\n status\n productName\n category\n quantity\n unit\n deliveryWindowStart\n deliveryWindowEnd\n deliveryCountry\n deliveryRegion\n deliveryCity\n targetUnitPrice\n targetCurrency\n offers {\n status\n }\n }\n}\n `;\n\n/**\n * __useBuyerSourcingRequestsQuery__\n *\n * To run a query within a React component, call `useBuyerSourcingRequestsQuery` and pass it any options that fit your needs.\n * When your component renders, `useBuyerSourcingRequestsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useBuyerSourcingRequestsQuery({\n * variables: {\n * status: // value for 'status'\n * limit: // value for 'limit'\n * offset: // value for 'offset'\n * },\n * });\n */\nexport function useBuyerSourcingRequestsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.BuyerSourcingRequestsQuery, Types.BuyerSourcingRequestsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.BuyerSourcingRequestsQuery, Types.BuyerSourcingRequestsQueryVariables>(BuyerSourcingRequestsDocument, options);\n }\nexport function useBuyerSourcingRequestsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.BuyerSourcingRequestsQuery, Types.BuyerSourcingRequestsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.BuyerSourcingRequestsQuery, Types.BuyerSourcingRequestsQueryVariables>(BuyerSourcingRequestsDocument, options);\n }\n// @ts-ignore\nexport function useBuyerSourcingRequestsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.BuyerSourcingRequestsQuery, Types.BuyerSourcingRequestsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.BuyerSourcingRequestsQuery, Types.BuyerSourcingRequestsQueryVariables>;\nexport function useBuyerSourcingRequestsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.BuyerSourcingRequestsQuery, Types.BuyerSourcingRequestsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.BuyerSourcingRequestsQuery | undefined, Types.BuyerSourcingRequestsQueryVariables>;\nexport function useBuyerSourcingRequestsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.BuyerSourcingRequestsQuery, Types.BuyerSourcingRequestsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.BuyerSourcingRequestsQuery, Types.BuyerSourcingRequestsQueryVariables>(BuyerSourcingRequestsDocument, options);\n }\nexport type BuyerSourcingRequestsQueryHookResult = ReturnType<typeof useBuyerSourcingRequestsQuery>;\nexport type BuyerSourcingRequestsLazyQueryHookResult = ReturnType<typeof useBuyerSourcingRequestsLazyQuery>;\nexport type BuyerSourcingRequestsSuspenseQueryHookResult = ReturnType<typeof useBuyerSourcingRequestsSuspenseQuery>;\nexport type BuyerSourcingRequestsQueryResult = Apollo.QueryResult<Types.BuyerSourcingRequestsQuery, Types.BuyerSourcingRequestsQueryVariables>;\nexport const CategoriesDocument = gql`\n query Categories {\n categories {\n id\n name\n slug\n description\n }\n}\n `;\n\n/**\n * __useCategoriesQuery__\n *\n * To run a query within a React component, call `useCategoriesQuery` and pass it any options that fit your needs.\n * When your component renders, `useCategoriesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useCategoriesQuery({\n * variables: {\n * },\n * });\n */\nexport function useCategoriesQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.CategoriesQuery, Types.CategoriesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.CategoriesQuery, Types.CategoriesQueryVariables>(CategoriesDocument, options);\n }\nexport function useCategoriesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.CategoriesQuery, Types.CategoriesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.CategoriesQuery, Types.CategoriesQueryVariables>(CategoriesDocument, options);\n }\n// @ts-ignore\nexport function useCategoriesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.CategoriesQuery, Types.CategoriesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.CategoriesQuery, Types.CategoriesQueryVariables>;\nexport function useCategoriesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.CategoriesQuery, Types.CategoriesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.CategoriesQuery | undefined, Types.CategoriesQueryVariables>;\nexport function useCategoriesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.CategoriesQuery, Types.CategoriesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.CategoriesQuery, Types.CategoriesQueryVariables>(CategoriesDocument, options);\n }\nexport type CategoriesQueryHookResult = ReturnType<typeof useCategoriesQuery>;\nexport type CategoriesLazyQueryHookResult = ReturnType<typeof useCategoriesLazyQuery>;\nexport type CategoriesSuspenseQueryHookResult = ReturnType<typeof useCategoriesSuspenseQuery>;\nexport type CategoriesQueryResult = Apollo.QueryResult<Types.CategoriesQuery, Types.CategoriesQueryVariables>;\nexport const CheckEntitlementDocument = gql`\n query CheckEntitlement($productId: String!) {\n checkEntitlement(productId: $productId) {\n id\n productId\n status\n licenseKey\n expiresAt\n }\n}\n `;\n\n/**\n * __useCheckEntitlementQuery__\n *\n * To run a query within a React component, call `useCheckEntitlementQuery` and pass it any options that fit your needs.\n * When your component renders, `useCheckEntitlementQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useCheckEntitlementQuery({\n * variables: {\n * productId: // value for 'productId'\n * },\n * });\n */\nexport function useCheckEntitlementQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.CheckEntitlementQuery, Types.CheckEntitlementQueryVariables> & ({ variables: Types.CheckEntitlementQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.CheckEntitlementQuery, Types.CheckEntitlementQueryVariables>(CheckEntitlementDocument, options);\n }\nexport function useCheckEntitlementLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.CheckEntitlementQuery, Types.CheckEntitlementQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.CheckEntitlementQuery, Types.CheckEntitlementQueryVariables>(CheckEntitlementDocument, options);\n }\n// @ts-ignore\nexport function useCheckEntitlementSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.CheckEntitlementQuery, Types.CheckEntitlementQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.CheckEntitlementQuery, Types.CheckEntitlementQueryVariables>;\nexport function useCheckEntitlementSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.CheckEntitlementQuery, Types.CheckEntitlementQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.CheckEntitlementQuery | undefined, Types.CheckEntitlementQueryVariables>;\nexport function useCheckEntitlementSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.CheckEntitlementQuery, Types.CheckEntitlementQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.CheckEntitlementQuery, Types.CheckEntitlementQueryVariables>(CheckEntitlementDocument, options);\n }\nexport type CheckEntitlementQueryHookResult = ReturnType<typeof useCheckEntitlementQuery>;\nexport type CheckEntitlementLazyQueryHookResult = ReturnType<typeof useCheckEntitlementLazyQuery>;\nexport type CheckEntitlementSuspenseQueryHookResult = ReturnType<typeof useCheckEntitlementSuspenseQuery>;\nexport type CheckEntitlementQueryResult = Apollo.QueryResult<Types.CheckEntitlementQuery, Types.CheckEntitlementQueryVariables>;\nexport const DeveloperEarningsDocument = gql`\n query DeveloperEarnings($input: DeveloperEarningsInput) {\n developerEarnings(input: $input) {\n totalEarnings\n monthlyEarnings\n totalOrders\n monthlyOrders\n currency\n }\n}\n `;\n\n/**\n * __useDeveloperEarningsQuery__\n *\n * To run a query within a React component, call `useDeveloperEarningsQuery` and pass it any options that fit your needs.\n * When your component renders, `useDeveloperEarningsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useDeveloperEarningsQuery({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useDeveloperEarningsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.DeveloperEarningsQuery, Types.DeveloperEarningsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.DeveloperEarningsQuery, Types.DeveloperEarningsQueryVariables>(DeveloperEarningsDocument, options);\n }\nexport function useDeveloperEarningsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.DeveloperEarningsQuery, Types.DeveloperEarningsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.DeveloperEarningsQuery, Types.DeveloperEarningsQueryVariables>(DeveloperEarningsDocument, options);\n }\n// @ts-ignore\nexport function useDeveloperEarningsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.DeveloperEarningsQuery, Types.DeveloperEarningsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.DeveloperEarningsQuery, Types.DeveloperEarningsQueryVariables>;\nexport function useDeveloperEarningsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.DeveloperEarningsQuery, Types.DeveloperEarningsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.DeveloperEarningsQuery | undefined, Types.DeveloperEarningsQueryVariables>;\nexport function useDeveloperEarningsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.DeveloperEarningsQuery, Types.DeveloperEarningsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.DeveloperEarningsQuery, Types.DeveloperEarningsQueryVariables>(DeveloperEarningsDocument, options);\n }\nexport type DeveloperEarningsQueryHookResult = ReturnType<typeof useDeveloperEarningsQuery>;\nexport type DeveloperEarningsLazyQueryHookResult = ReturnType<typeof useDeveloperEarningsLazyQuery>;\nexport type DeveloperEarningsSuspenseQueryHookResult = ReturnType<typeof useDeveloperEarningsSuspenseQuery>;\nexport type DeveloperEarningsQueryResult = Apollo.QueryResult<Types.DeveloperEarningsQuery, Types.DeveloperEarningsQueryVariables>;\nexport const FeaturedProductsDocument = gql`\n query FeaturedProducts($limit: Int) {\n featuredProducts(limit: $limit) {\n id\n name\n slug\n }\n}\n `;\n\n/**\n * __useFeaturedProductsQuery__\n *\n * To run a query within a React component, call `useFeaturedProductsQuery` and pass it any options that fit your needs.\n * When your component renders, `useFeaturedProductsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useFeaturedProductsQuery({\n * variables: {\n * limit: // value for 'limit'\n * },\n * });\n */\nexport function useFeaturedProductsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.FeaturedProductsQuery, Types.FeaturedProductsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.FeaturedProductsQuery, Types.FeaturedProductsQueryVariables>(FeaturedProductsDocument, options);\n }\nexport function useFeaturedProductsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.FeaturedProductsQuery, Types.FeaturedProductsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.FeaturedProductsQuery, Types.FeaturedProductsQueryVariables>(FeaturedProductsDocument, options);\n }\n// @ts-ignore\nexport function useFeaturedProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.FeaturedProductsQuery, Types.FeaturedProductsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.FeaturedProductsQuery, Types.FeaturedProductsQueryVariables>;\nexport function useFeaturedProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.FeaturedProductsQuery, Types.FeaturedProductsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.FeaturedProductsQuery | undefined, Types.FeaturedProductsQueryVariables>;\nexport function useFeaturedProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.FeaturedProductsQuery, Types.FeaturedProductsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.FeaturedProductsQuery, Types.FeaturedProductsQueryVariables>(FeaturedProductsDocument, options);\n }\nexport type FeaturedProductsQueryHookResult = ReturnType<typeof useFeaturedProductsQuery>;\nexport type FeaturedProductsLazyQueryHookResult = ReturnType<typeof useFeaturedProductsLazyQuery>;\nexport type FeaturedProductsSuspenseQueryHookResult = ReturnType<typeof useFeaturedProductsSuspenseQuery>;\nexport type FeaturedProductsQueryResult = Apollo.QueryResult<Types.FeaturedProductsQuery, Types.FeaturedProductsQueryVariables>;\nexport const FilterOptionsDocument = gql`\n query FilterOptions($type: ProductType) {\n filterOptions(type: $type) {\n categories {\n value\n count\n }\n subTypes {\n value\n count\n }\n tags {\n value\n count\n }\n licenses {\n value\n count\n }\n compatibleProducts {\n value\n count\n }\n }\n}\n `;\n\n/**\n * __useFilterOptionsQuery__\n *\n * To run a query within a React component, call `useFilterOptionsQuery` and pass it any options that fit your needs.\n * When your component renders, `useFilterOptionsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useFilterOptionsQuery({\n * variables: {\n * type: // value for 'type'\n * },\n * });\n */\nexport function useFilterOptionsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.FilterOptionsQuery, Types.FilterOptionsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.FilterOptionsQuery, Types.FilterOptionsQueryVariables>(FilterOptionsDocument, options);\n }\nexport function useFilterOptionsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.FilterOptionsQuery, Types.FilterOptionsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.FilterOptionsQuery, Types.FilterOptionsQueryVariables>(FilterOptionsDocument, options);\n }\n// @ts-ignore\nexport function useFilterOptionsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.FilterOptionsQuery, Types.FilterOptionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.FilterOptionsQuery, Types.FilterOptionsQueryVariables>;\nexport function useFilterOptionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.FilterOptionsQuery, Types.FilterOptionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.FilterOptionsQuery | undefined, Types.FilterOptionsQueryVariables>;\nexport function useFilterOptionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.FilterOptionsQuery, Types.FilterOptionsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.FilterOptionsQuery, Types.FilterOptionsQueryVariables>(FilterOptionsDocument, options);\n }\nexport type FilterOptionsQueryHookResult = ReturnType<typeof useFilterOptionsQuery>;\nexport type FilterOptionsLazyQueryHookResult = ReturnType<typeof useFilterOptionsLazyQuery>;\nexport type FilterOptionsSuspenseQueryHookResult = ReturnType<typeof useFilterOptionsSuspenseQuery>;\nexport type FilterOptionsQueryResult = Apollo.QueryResult<Types.FilterOptionsQuery, Types.FilterOptionsQueryVariables>;\nexport const MyEntitlementsDocument = gql`\n query MyEntitlements($limit: Int, $offset: Int) {\n myEntitlements(limit: $limit, offset: $offset) {\n id\n productId\n status\n licenseKey\n expiresAt\n }\n}\n `;\n\n/**\n * __useMyEntitlementsQuery__\n *\n * To run a query within a React component, call `useMyEntitlementsQuery` and pass it any options that fit your needs.\n * When your component renders, `useMyEntitlementsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useMyEntitlementsQuery({\n * variables: {\n * limit: // value for 'limit'\n * offset: // value for 'offset'\n * },\n * });\n */\nexport function useMyEntitlementsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.MyEntitlementsQuery, Types.MyEntitlementsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.MyEntitlementsQuery, Types.MyEntitlementsQueryVariables>(MyEntitlementsDocument, options);\n }\nexport function useMyEntitlementsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.MyEntitlementsQuery, Types.MyEntitlementsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.MyEntitlementsQuery, Types.MyEntitlementsQueryVariables>(MyEntitlementsDocument, options);\n }\n// @ts-ignore\nexport function useMyEntitlementsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.MyEntitlementsQuery, Types.MyEntitlementsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.MyEntitlementsQuery, Types.MyEntitlementsQueryVariables>;\nexport function useMyEntitlementsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.MyEntitlementsQuery, Types.MyEntitlementsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.MyEntitlementsQuery | undefined, Types.MyEntitlementsQueryVariables>;\nexport function useMyEntitlementsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.MyEntitlementsQuery, Types.MyEntitlementsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.MyEntitlementsQuery, Types.MyEntitlementsQueryVariables>(MyEntitlementsDocument, options);\n }\nexport type MyEntitlementsQueryHookResult = ReturnType<typeof useMyEntitlementsQuery>;\nexport type MyEntitlementsLazyQueryHookResult = ReturnType<typeof useMyEntitlementsLazyQuery>;\nexport type MyEntitlementsSuspenseQueryHookResult = ReturnType<typeof useMyEntitlementsSuspenseQuery>;\nexport type MyEntitlementsQueryResult = Apollo.QueryResult<Types.MyEntitlementsQuery, Types.MyEntitlementsQueryVariables>;\nexport const MyPublishedProductsDocument = gql`\n query MyPublishedProducts($limit: Int, $offset: Int) {\n publishedProducts(limit: $limit, offset: $offset) {\n id\n name\n status\n reviewCount\n }\n}\n `;\n\n/**\n * __useMyPublishedProductsQuery__\n *\n * To run a query within a React component, call `useMyPublishedProductsQuery` and pass it any options that fit your needs.\n * When your component renders, `useMyPublishedProductsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useMyPublishedProductsQuery({\n * variables: {\n * limit: // value for 'limit'\n * offset: // value for 'offset'\n * },\n * });\n */\nexport function useMyPublishedProductsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.MyPublishedProductsQuery, Types.MyPublishedProductsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.MyPublishedProductsQuery, Types.MyPublishedProductsQueryVariables>(MyPublishedProductsDocument, options);\n }\nexport function useMyPublishedProductsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.MyPublishedProductsQuery, Types.MyPublishedProductsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.MyPublishedProductsQuery, Types.MyPublishedProductsQueryVariables>(MyPublishedProductsDocument, options);\n }\n// @ts-ignore\nexport function useMyPublishedProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.MyPublishedProductsQuery, Types.MyPublishedProductsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.MyPublishedProductsQuery, Types.MyPublishedProductsQueryVariables>;\nexport function useMyPublishedProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.MyPublishedProductsQuery, Types.MyPublishedProductsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.MyPublishedProductsQuery | undefined, Types.MyPublishedProductsQueryVariables>;\nexport function useMyPublishedProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.MyPublishedProductsQuery, Types.MyPublishedProductsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.MyPublishedProductsQuery, Types.MyPublishedProductsQueryVariables>(MyPublishedProductsDocument, options);\n }\nexport type MyPublishedProductsQueryHookResult = ReturnType<typeof useMyPublishedProductsQuery>;\nexport type MyPublishedProductsLazyQueryHookResult = ReturnType<typeof useMyPublishedProductsLazyQuery>;\nexport type MyPublishedProductsSuspenseQueryHookResult = ReturnType<typeof useMyPublishedProductsSuspenseQuery>;\nexport type MyPublishedProductsQueryResult = Apollo.QueryResult<Types.MyPublishedProductsQuery, Types.MyPublishedProductsQueryVariables>;\nexport const ProductReviewsDocument = gql`\n query ProductReviews($productId: String!, $status: ReviewStatus) {\n productReviews(productId: $productId, status: $status) {\n id\n rating\n title\n comment\n helpful\n createdAt\n }\n}\n `;\n\n/**\n * __useProductReviewsQuery__\n *\n * To run a query within a React component, call `useProductReviewsQuery` and pass it any options that fit your needs.\n * When your component renders, `useProductReviewsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useProductReviewsQuery({\n * variables: {\n * productId: // value for 'productId'\n * status: // value for 'status'\n * },\n * });\n */\nexport function useProductReviewsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.ProductReviewsQuery, Types.ProductReviewsQueryVariables> & ({ variables: Types.ProductReviewsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.ProductReviewsQuery, Types.ProductReviewsQueryVariables>(ProductReviewsDocument, options);\n }\nexport function useProductReviewsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.ProductReviewsQuery, Types.ProductReviewsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.ProductReviewsQuery, Types.ProductReviewsQueryVariables>(ProductReviewsDocument, options);\n }\n// @ts-ignore\nexport function useProductReviewsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.ProductReviewsQuery, Types.ProductReviewsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ProductReviewsQuery, Types.ProductReviewsQueryVariables>;\nexport function useProductReviewsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ProductReviewsQuery, Types.ProductReviewsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.ProductReviewsQuery | undefined, Types.ProductReviewsQueryVariables>;\nexport function useProductReviewsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.ProductReviewsQuery, Types.ProductReviewsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.ProductReviewsQuery, Types.ProductReviewsQueryVariables>(ProductReviewsDocument, options);\n }\nexport type ProductReviewsQueryHookResult = ReturnType<typeof useProductReviewsQuery>;\nexport type ProductReviewsLazyQueryHookResult = ReturnType<typeof useProductReviewsLazyQuery>;\nexport type ProductReviewsSuspenseQueryHookResult = ReturnType<typeof useProductReviewsSuspenseQuery>;\nexport type ProductReviewsQueryResult = Apollo.QueryResult<Types.ProductReviewsQuery, Types.ProductReviewsQueryVariables>;\nexport const PublisherSourcingAccessDocument = gql`\n query PublisherSourcingAccess {\n myPublisher {\n id\n name\n isVerified\n verificationStatus\n }\n}\n `;\n\n/**\n * __usePublisherSourcingAccessQuery__\n *\n * To run a query within a React component, call `usePublisherSourcingAccessQuery` and pass it any options that fit your needs.\n * When your component renders, `usePublisherSourcingAccessQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = usePublisherSourcingAccessQuery({\n * variables: {\n * },\n * });\n */\nexport function usePublisherSourcingAccessQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.PublisherSourcingAccessQuery, Types.PublisherSourcingAccessQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.PublisherSourcingAccessQuery, Types.PublisherSourcingAccessQueryVariables>(PublisherSourcingAccessDocument, options);\n }\nexport function usePublisherSourcingAccessLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.PublisherSourcingAccessQuery, Types.PublisherSourcingAccessQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.PublisherSourcingAccessQuery, Types.PublisherSourcingAccessQueryVariables>(PublisherSourcingAccessDocument, options);\n }\n// @ts-ignore\nexport function usePublisherSourcingAccessSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.PublisherSourcingAccessQuery, Types.PublisherSourcingAccessQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.PublisherSourcingAccessQuery, Types.PublisherSourcingAccessQueryVariables>;\nexport function usePublisherSourcingAccessSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.PublisherSourcingAccessQuery, Types.PublisherSourcingAccessQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.PublisherSourcingAccessQuery | undefined, Types.PublisherSourcingAccessQueryVariables>;\nexport function usePublisherSourcingAccessSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.PublisherSourcingAccessQuery, Types.PublisherSourcingAccessQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.PublisherSourcingAccessQuery, Types.PublisherSourcingAccessQueryVariables>(PublisherSourcingAccessDocument, options);\n }\nexport type PublisherSourcingAccessQueryHookResult = ReturnType<typeof usePublisherSourcingAccessQuery>;\nexport type PublisherSourcingAccessLazyQueryHookResult = ReturnType<typeof usePublisherSourcingAccessLazyQuery>;\nexport type PublisherSourcingAccessSuspenseQueryHookResult = ReturnType<typeof usePublisherSourcingAccessSuspenseQuery>;\nexport type PublisherSourcingAccessQueryResult = Apollo.QueryResult<Types.PublisherSourcingAccessQuery, Types.PublisherSourcingAccessQueryVariables>;\nexport const PublisherSourcingProductsDocument = gql`\n query PublisherSourcingProducts {\n myPublisher {\n id\n products {\n id\n name\n status\n }\n }\n}\n `;\n\n/**\n * __usePublisherSourcingProductsQuery__\n *\n * To run a query within a React component, call `usePublisherSourcingProductsQuery` and pass it any options that fit your needs.\n * When your component renders, `usePublisherSourcingProductsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = usePublisherSourcingProductsQuery({\n * variables: {\n * },\n * });\n */\nexport function usePublisherSourcingProductsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.PublisherSourcingProductsQuery, Types.PublisherSourcingProductsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.PublisherSourcingProductsQuery, Types.PublisherSourcingProductsQueryVariables>(PublisherSourcingProductsDocument, options);\n }\nexport function usePublisherSourcingProductsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.PublisherSourcingProductsQuery, Types.PublisherSourcingProductsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.PublisherSourcingProductsQuery, Types.PublisherSourcingProductsQueryVariables>(PublisherSourcingProductsDocument, options);\n }\n// @ts-ignore\nexport function usePublisherSourcingProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.PublisherSourcingProductsQuery, Types.PublisherSourcingProductsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.PublisherSourcingProductsQuery, Types.PublisherSourcingProductsQueryVariables>;\nexport function usePublisherSourcingProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.PublisherSourcingProductsQuery, Types.PublisherSourcingProductsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.PublisherSourcingProductsQuery | undefined, Types.PublisherSourcingProductsQueryVariables>;\nexport function usePublisherSourcingProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.PublisherSourcingProductsQuery, Types.PublisherSourcingProductsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.PublisherSourcingProductsQuery, Types.PublisherSourcingProductsQueryVariables>(PublisherSourcingProductsDocument, options);\n }\nexport type PublisherSourcingProductsQueryHookResult = ReturnType<typeof usePublisherSourcingProductsQuery>;\nexport type PublisherSourcingProductsLazyQueryHookResult = ReturnType<typeof usePublisherSourcingProductsLazyQuery>;\nexport type PublisherSourcingProductsSuspenseQueryHookResult = ReturnType<typeof usePublisherSourcingProductsSuspenseQuery>;\nexport type PublisherSourcingProductsQueryResult = Apollo.QueryResult<Types.PublisherSourcingProductsQuery, Types.PublisherSourcingProductsQueryVariables>;\nexport const SearchSuggestionsDocument = gql`\n query SearchSuggestions($query: String!, $limit: Int) {\n searchSuggestions(query: $query, limit: $limit) {\n term\n type\n count\n }\n}\n `;\n\n/**\n * __useSearchSuggestionsQuery__\n *\n * To run a query within a React component, call `useSearchSuggestionsQuery` and pass it any options that fit your needs.\n * When your component renders, `useSearchSuggestionsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useSearchSuggestionsQuery({\n * variables: {\n * query: // value for 'query'\n * limit: // value for 'limit'\n * },\n * });\n */\nexport function useSearchSuggestionsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.SearchSuggestionsQuery, Types.SearchSuggestionsQueryVariables> & ({ variables: Types.SearchSuggestionsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.SearchSuggestionsQuery, Types.SearchSuggestionsQueryVariables>(SearchSuggestionsDocument, options);\n }\nexport function useSearchSuggestionsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.SearchSuggestionsQuery, Types.SearchSuggestionsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.SearchSuggestionsQuery, Types.SearchSuggestionsQueryVariables>(SearchSuggestionsDocument, options);\n }\n// @ts-ignore\nexport function useSearchSuggestionsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.SearchSuggestionsQuery, Types.SearchSuggestionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.SearchSuggestionsQuery, Types.SearchSuggestionsQueryVariables>;\nexport function useSearchSuggestionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.SearchSuggestionsQuery, Types.SearchSuggestionsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.SearchSuggestionsQuery | undefined, Types.SearchSuggestionsQueryVariables>;\nexport function useSearchSuggestionsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.SearchSuggestionsQuery, Types.SearchSuggestionsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.SearchSuggestionsQuery, Types.SearchSuggestionsQueryVariables>(SearchSuggestionsDocument, options);\n }\nexport type SearchSuggestionsQueryHookResult = ReturnType<typeof useSearchSuggestionsQuery>;\nexport type SearchSuggestionsLazyQueryHookResult = ReturnType<typeof useSearchSuggestionsLazyQuery>;\nexport type SearchSuggestionsSuspenseQueryHookResult = ReturnType<typeof useSearchSuggestionsSuspenseQuery>;\nexport type SearchSuggestionsQueryResult = Apollo.QueryResult<Types.SearchSuggestionsQuery, Types.SearchSuggestionsQueryVariables>;\nexport const SellerSourcingOffersDocument = gql`\n query SellerSourcingOffers($status: SourcingOfferStatus, $limit: Int, $offset: Int) {\n mySourcingOffers(status: $status, limit: $limit, offset: $offset) {\n ...SellerSourcingOfferFields\n }\n}\n ${SellerSourcingOfferFieldsFragmentDoc}`;\n\n/**\n * __useSellerSourcingOffersQuery__\n *\n * To run a query within a React component, call `useSellerSourcingOffersQuery` and pass it any options that fit your needs.\n * When your component renders, `useSellerSourcingOffersQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useSellerSourcingOffersQuery({\n * variables: {\n * status: // value for 'status'\n * limit: // value for 'limit'\n * offset: // value for 'offset'\n * },\n * });\n */\nexport function useSellerSourcingOffersQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.SellerSourcingOffersQuery, Types.SellerSourcingOffersQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.SellerSourcingOffersQuery, Types.SellerSourcingOffersQueryVariables>(SellerSourcingOffersDocument, options);\n }\nexport function useSellerSourcingOffersLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.SellerSourcingOffersQuery, Types.SellerSourcingOffersQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.SellerSourcingOffersQuery, Types.SellerSourcingOffersQueryVariables>(SellerSourcingOffersDocument, options);\n }\n// @ts-ignore\nexport function useSellerSourcingOffersSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.SellerSourcingOffersQuery, Types.SellerSourcingOffersQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.SellerSourcingOffersQuery, Types.SellerSourcingOffersQueryVariables>;\nexport function useSellerSourcingOffersSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.SellerSourcingOffersQuery, Types.SellerSourcingOffersQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.SellerSourcingOffersQuery | undefined, Types.SellerSourcingOffersQueryVariables>;\nexport function useSellerSourcingOffersSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.SellerSourcingOffersQuery, Types.SellerSourcingOffersQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.SellerSourcingOffersQuery, Types.SellerSourcingOffersQueryVariables>(SellerSourcingOffersDocument, options);\n }\nexport type SellerSourcingOffersQueryHookResult = ReturnType<typeof useSellerSourcingOffersQuery>;\nexport type SellerSourcingOffersLazyQueryHookResult = ReturnType<typeof useSellerSourcingOffersLazyQuery>;\nexport type SellerSourcingOffersSuspenseQueryHookResult = ReturnType<typeof useSellerSourcingOffersSuspenseQuery>;\nexport type SellerSourcingOffersQueryResult = Apollo.QueryResult<Types.SellerSourcingOffersQuery, Types.SellerSourcingOffersQueryVariables>;\nexport const SellerSourcingOpportunitiesDocument = gql`\n query SellerSourcingOpportunities($category: String, $limit: Int, $offset: Int) {\n openSourcingRequests(category: $category, limit: $limit, offset: $offset) {\n ...SourcingOpportunityFields\n }\n}\n ${SourcingOpportunityFieldsFragmentDoc}`;\n\n/**\n * __useSellerSourcingOpportunitiesQuery__\n *\n * To run a query within a React component, call `useSellerSourcingOpportunitiesQuery` and pass it any options that fit your needs.\n * When your component renders, `useSellerSourcingOpportunitiesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useSellerSourcingOpportunitiesQuery({\n * variables: {\n * category: // value for 'category'\n * limit: // value for 'limit'\n * offset: // value for 'offset'\n * },\n * });\n */\nexport function useSellerSourcingOpportunitiesQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.SellerSourcingOpportunitiesQuery, Types.SellerSourcingOpportunitiesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.SellerSourcingOpportunitiesQuery, Types.SellerSourcingOpportunitiesQueryVariables>(SellerSourcingOpportunitiesDocument, options);\n }\nexport function useSellerSourcingOpportunitiesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.SellerSourcingOpportunitiesQuery, Types.SellerSourcingOpportunitiesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.SellerSourcingOpportunitiesQuery, Types.SellerSourcingOpportunitiesQueryVariables>(SellerSourcingOpportunitiesDocument, options);\n }\n// @ts-ignore\nexport function useSellerSourcingOpportunitiesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.SellerSourcingOpportunitiesQuery, Types.SellerSourcingOpportunitiesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.SellerSourcingOpportunitiesQuery, Types.SellerSourcingOpportunitiesQueryVariables>;\nexport function useSellerSourcingOpportunitiesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.SellerSourcingOpportunitiesQuery, Types.SellerSourcingOpportunitiesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.SellerSourcingOpportunitiesQuery | undefined, Types.SellerSourcingOpportunitiesQueryVariables>;\nexport function useSellerSourcingOpportunitiesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.SellerSourcingOpportunitiesQuery, Types.SellerSourcingOpportunitiesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.SellerSourcingOpportunitiesQuery, Types.SellerSourcingOpportunitiesQueryVariables>(SellerSourcingOpportunitiesDocument, options);\n }\nexport type SellerSourcingOpportunitiesQueryHookResult = ReturnType<typeof useSellerSourcingOpportunitiesQuery>;\nexport type SellerSourcingOpportunitiesLazyQueryHookResult = ReturnType<typeof useSellerSourcingOpportunitiesLazyQuery>;\nexport type SellerSourcingOpportunitiesSuspenseQueryHookResult = ReturnType<typeof useSellerSourcingOpportunitiesSuspenseQuery>;\nexport type SellerSourcingOpportunitiesQueryResult = Apollo.QueryResult<Types.SellerSourcingOpportunitiesQuery, Types.SellerSourcingOpportunitiesQueryVariables>;\nexport const SellerSourcingOpportunityDocument = gql`\n query SellerSourcingOpportunity($id: ID!) {\n sourcingOpportunity(id: $id) {\n ...SourcingOpportunityFields\n }\n mySourcingOffer(requestId: $id) {\n ...SellerSourcingOfferFields\n }\n}\n ${SourcingOpportunityFieldsFragmentDoc}\n${SellerSourcingOfferFieldsFragmentDoc}`;\n\n/**\n * __useSellerSourcingOpportunityQuery__\n *\n * To run a query within a React component, call `useSellerSourcingOpportunityQuery` and pass it any options that fit your needs.\n * When your component renders, `useSellerSourcingOpportunityQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useSellerSourcingOpportunityQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useSellerSourcingOpportunityQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.SellerSourcingOpportunityQuery, Types.SellerSourcingOpportunityQueryVariables> & ({ variables: Types.SellerSourcingOpportunityQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.SellerSourcingOpportunityQuery, Types.SellerSourcingOpportunityQueryVariables>(SellerSourcingOpportunityDocument, options);\n }\nexport function useSellerSourcingOpportunityLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.SellerSourcingOpportunityQuery, Types.SellerSourcingOpportunityQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.SellerSourcingOpportunityQuery, Types.SellerSourcingOpportunityQueryVariables>(SellerSourcingOpportunityDocument, options);\n }\n// @ts-ignore\nexport function useSellerSourcingOpportunitySuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.SellerSourcingOpportunityQuery, Types.SellerSourcingOpportunityQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.SellerSourcingOpportunityQuery, Types.SellerSourcingOpportunityQueryVariables>;\nexport function useSellerSourcingOpportunitySuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.SellerSourcingOpportunityQuery, Types.SellerSourcingOpportunityQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.SellerSourcingOpportunityQuery | undefined, Types.SellerSourcingOpportunityQueryVariables>;\nexport function useSellerSourcingOpportunitySuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.SellerSourcingOpportunityQuery, Types.SellerSourcingOpportunityQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.SellerSourcingOpportunityQuery, Types.SellerSourcingOpportunityQueryVariables>(SellerSourcingOpportunityDocument, options);\n }\nexport type SellerSourcingOpportunityQueryHookResult = ReturnType<typeof useSellerSourcingOpportunityQuery>;\nexport type SellerSourcingOpportunityLazyQueryHookResult = ReturnType<typeof useSellerSourcingOpportunityLazyQuery>;\nexport type SellerSourcingOpportunitySuspenseQueryHookResult = ReturnType<typeof useSellerSourcingOpportunitySuspenseQuery>;\nexport type SellerSourcingOpportunityQueryResult = Apollo.QueryResult<Types.SellerSourcingOpportunityQuery, Types.SellerSourcingOpportunityQueryVariables>;\nexport const TrendingSearchesDocument = gql`\n query TrendingSearches($limit: Int) {\n trendingSearches(limit: $limit)\n}\n `;\n\n/**\n * __useTrendingSearchesQuery__\n *\n * To run a query within a React component, call `useTrendingSearchesQuery` and pass it any options that fit your needs.\n * When your component renders, `useTrendingSearchesQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useTrendingSearchesQuery({\n * variables: {\n * limit: // value for 'limit'\n * },\n * });\n */\nexport function useTrendingSearchesQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.TrendingSearchesQuery, Types.TrendingSearchesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.TrendingSearchesQuery, Types.TrendingSearchesQueryVariables>(TrendingSearchesDocument, options);\n }\nexport function useTrendingSearchesLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.TrendingSearchesQuery, Types.TrendingSearchesQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.TrendingSearchesQuery, Types.TrendingSearchesQueryVariables>(TrendingSearchesDocument, options);\n }\n// @ts-ignore\nexport function useTrendingSearchesSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.TrendingSearchesQuery, Types.TrendingSearchesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.TrendingSearchesQuery, Types.TrendingSearchesQueryVariables>;\nexport function useTrendingSearchesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.TrendingSearchesQuery, Types.TrendingSearchesQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.TrendingSearchesQuery | undefined, Types.TrendingSearchesQueryVariables>;\nexport function useTrendingSearchesSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.TrendingSearchesQuery, Types.TrendingSearchesQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.TrendingSearchesQuery, Types.TrendingSearchesQueryVariables>(TrendingSearchesDocument, options);\n }\nexport type TrendingSearchesQueryHookResult = ReturnType<typeof useTrendingSearchesQuery>;\nexport type TrendingSearchesLazyQueryHookResult = ReturnType<typeof useTrendingSearchesLazyQuery>;\nexport type TrendingSearchesSuspenseQueryHookResult = ReturnType<typeof useTrendingSearchesSuspenseQuery>;\nexport type TrendingSearchesQueryResult = Apollo.QueryResult<Types.TrendingSearchesQuery, Types.TrendingSearchesQueryVariables>;\nexport const UserReviewForProductDocument = gql`\n query UserReviewForProduct($productId: String!) {\n userReviewForProduct(productId: $productId) {\n id\n rating\n title\n comment\n }\n}\n `;\n\n/**\n * __useUserReviewForProductQuery__\n *\n * To run a query within a React component, call `useUserReviewForProductQuery` and pass it any options that fit your needs.\n * When your component renders, `useUserReviewForProductQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useUserReviewForProductQuery({\n * variables: {\n * productId: // value for 'productId'\n * },\n * });\n */\nexport function useUserReviewForProductQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.UserReviewForProductQuery, Types.UserReviewForProductQueryVariables> & ({ variables: Types.UserReviewForProductQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.UserReviewForProductQuery, Types.UserReviewForProductQueryVariables>(UserReviewForProductDocument, options);\n }\nexport function useUserReviewForProductLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.UserReviewForProductQuery, Types.UserReviewForProductQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.UserReviewForProductQuery, Types.UserReviewForProductQueryVariables>(UserReviewForProductDocument, options);\n }\n// @ts-ignore\nexport function useUserReviewForProductSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.UserReviewForProductQuery, Types.UserReviewForProductQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.UserReviewForProductQuery, Types.UserReviewForProductQueryVariables>;\nexport function useUserReviewForProductSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.UserReviewForProductQuery, Types.UserReviewForProductQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.UserReviewForProductQuery | undefined, Types.UserReviewForProductQueryVariables>;\nexport function useUserReviewForProductSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.UserReviewForProductQuery, Types.UserReviewForProductQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.UserReviewForProductQuery, Types.UserReviewForProductQueryVariables>(UserReviewForProductDocument, options);\n }\nexport type UserReviewForProductQueryHookResult = ReturnType<typeof useUserReviewForProductQuery>;\nexport type UserReviewForProductLazyQueryHookResult = ReturnType<typeof useUserReviewForProductLazyQuery>;\nexport type UserReviewForProductSuspenseQueryHookResult = ReturnType<typeof useUserReviewForProductSuspenseQuery>;\nexport type UserReviewForProductQueryResult = Apollo.QueryResult<Types.UserReviewForProductQuery, Types.UserReviewForProductQueryVariables>;\nexport const WorkspaceStoreOrdersDocument = gql`\n query WorkspaceStoreOrders($billingAccountId: ID!, $page: Int!, $limit: Int!) {\n workspaceStoreOrders(\n billingAccountId: $billingAccountId\n page: $page\n limit: $limit\n ) {\n total\n orders {\n id\n status\n createdAt\n }\n }\n}\n `;\n\n/**\n * __useWorkspaceStoreOrdersQuery__\n *\n * To run a query within a React component, call `useWorkspaceStoreOrdersQuery` and pass it any options that fit your needs.\n * When your component renders, `useWorkspaceStoreOrdersQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useWorkspaceStoreOrdersQuery({\n * variables: {\n * billingAccountId: // value for 'billingAccountId'\n * page: // value for 'page'\n * limit: // value for 'limit'\n * },\n * });\n */\nexport function useWorkspaceStoreOrdersQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.WorkspaceStoreOrdersQuery, Types.WorkspaceStoreOrdersQueryVariables> & ({ variables: Types.WorkspaceStoreOrdersQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.WorkspaceStoreOrdersQuery, Types.WorkspaceStoreOrdersQueryVariables>(WorkspaceStoreOrdersDocument, options);\n }\nexport function useWorkspaceStoreOrdersLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.WorkspaceStoreOrdersQuery, Types.WorkspaceStoreOrdersQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.WorkspaceStoreOrdersQuery, Types.WorkspaceStoreOrdersQueryVariables>(WorkspaceStoreOrdersDocument, options);\n }\n// @ts-ignore\nexport function useWorkspaceStoreOrdersSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.WorkspaceStoreOrdersQuery, Types.WorkspaceStoreOrdersQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.WorkspaceStoreOrdersQuery, Types.WorkspaceStoreOrdersQueryVariables>;\nexport function useWorkspaceStoreOrdersSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.WorkspaceStoreOrdersQuery, Types.WorkspaceStoreOrdersQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.WorkspaceStoreOrdersQuery | undefined, Types.WorkspaceStoreOrdersQueryVariables>;\nexport function useWorkspaceStoreOrdersSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.WorkspaceStoreOrdersQuery, Types.WorkspaceStoreOrdersQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.WorkspaceStoreOrdersQuery, Types.WorkspaceStoreOrdersQueryVariables>(WorkspaceStoreOrdersDocument, options);\n }\nexport type WorkspaceStoreOrdersQueryHookResult = ReturnType<typeof useWorkspaceStoreOrdersQuery>;\nexport type WorkspaceStoreOrdersLazyQueryHookResult = ReturnType<typeof useWorkspaceStoreOrdersLazyQuery>;\nexport type WorkspaceStoreOrdersSuspenseQueryHookResult = ReturnType<typeof useWorkspaceStoreOrdersSuspenseQuery>;\nexport type WorkspaceStoreOrdersQueryResult = Apollo.QueryResult<Types.WorkspaceStoreOrdersQuery, Types.WorkspaceStoreOrdersQueryVariables>;\nexport const BrowseStoreDocument = gql`\n query BrowseStore($input: BrowseStoreInput!) {\n browseStore(input: $input) {\n products {\n id\n name\n slug\n type\n nature\n status\n description\n pricingModel\n price\n currency\n icon\n screenshots\n rating\n reviewCount\n downloads\n featured\n category\n tags\n publishedAt\n publisher {\n id\n name\n isVerified\n logoUrl\n }\n }\n totalCount\n hasMore\n nextCursor\n facets {\n types {\n value\n count\n }\n subTypes {\n value\n count\n }\n categories {\n value\n count\n }\n pricingModels {\n value\n count\n }\n licenses {\n value\n count\n }\n priceRange {\n min\n max\n }\n }\n }\n}\n `;\n\n/**\n * __useBrowseStoreQuery__\n *\n * To run a query within a React component, call `useBrowseStoreQuery` and pass it any options that fit your needs.\n * When your component renders, `useBrowseStoreQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useBrowseStoreQuery({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useBrowseStoreQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.BrowseStoreQuery, Types.BrowseStoreQueryVariables> & ({ variables: Types.BrowseStoreQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.BrowseStoreQuery, Types.BrowseStoreQueryVariables>(BrowseStoreDocument, options);\n }\nexport function useBrowseStoreLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.BrowseStoreQuery, Types.BrowseStoreQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.BrowseStoreQuery, Types.BrowseStoreQueryVariables>(BrowseStoreDocument, options);\n }\n// @ts-ignore\nexport function useBrowseStoreSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.BrowseStoreQuery, Types.BrowseStoreQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.BrowseStoreQuery, Types.BrowseStoreQueryVariables>;\nexport function useBrowseStoreSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.BrowseStoreQuery, Types.BrowseStoreQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.BrowseStoreQuery | undefined, Types.BrowseStoreQueryVariables>;\nexport function useBrowseStoreSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.BrowseStoreQuery, Types.BrowseStoreQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.BrowseStoreQuery, Types.BrowseStoreQueryVariables>(BrowseStoreDocument, options);\n }\nexport type BrowseStoreQueryHookResult = ReturnType<typeof useBrowseStoreQuery>;\nexport type BrowseStoreLazyQueryHookResult = ReturnType<typeof useBrowseStoreLazyQuery>;\nexport type BrowseStoreSuspenseQueryHookResult = ReturnType<typeof useBrowseStoreSuspenseQuery>;\nexport type BrowseStoreQueryResult = Apollo.QueryResult<Types.BrowseStoreQuery, Types.BrowseStoreQueryVariables>;\nexport const GetCartDocument = gql`\n query GetCart {\n myCart {\n id\n userId\n status\n currency\n items {\n id\n productId\n productName\n productIcon\n product {\n id\n name\n slug\n icon\n price\n pricingModel\n }\n variantId\n variantName\n variant {\n id\n name\n price\n }\n quantity\n unitPrice\n subtotal\n itemType\n }\n subtotal\n total\n itemCount\n createdAt\n updatedAt\n }\n}\n `;\n\n/**\n * __useGetCartQuery__\n *\n * To run a query within a React component, call `useGetCartQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetCartQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetCartQuery({\n * variables: {\n * },\n * });\n */\nexport function useGetCartQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetCartQuery, Types.GetCartQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetCartQuery, Types.GetCartQueryVariables>(GetCartDocument, options);\n }\nexport function useGetCartLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetCartQuery, Types.GetCartQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetCartQuery, Types.GetCartQueryVariables>(GetCartDocument, options);\n }\n// @ts-ignore\nexport function useGetCartSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetCartQuery, Types.GetCartQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetCartQuery, Types.GetCartQueryVariables>;\nexport function useGetCartSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetCartQuery, Types.GetCartQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetCartQuery | undefined, Types.GetCartQueryVariables>;\nexport function useGetCartSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetCartQuery, Types.GetCartQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetCartQuery, Types.GetCartQueryVariables>(GetCartDocument, options);\n }\nexport type GetCartQueryHookResult = ReturnType<typeof useGetCartQuery>;\nexport type GetCartLazyQueryHookResult = ReturnType<typeof useGetCartLazyQuery>;\nexport type GetCartSuspenseQueryHookResult = ReturnType<typeof useGetCartSuspenseQuery>;\nexport type GetCartQueryResult = Apollo.QueryResult<Types.GetCartQuery, Types.GetCartQueryVariables>;\nexport const GetMyStoreInstallationsDocument = gql`\n query GetMyStoreInstallations($limit: Int = 50, $offset: Int = 0, $filter: InstallationFilterInput) {\n myStoreAppInstallations(limit: $limit, offset: $offset, filter: $filter) {\n total\n hasMore\n items {\n id\n productId\n workspaceId\n organizationId\n status\n installedAt\n version\n updatedAt\n workspaceName\n workspaceType\n installedById\n manifest\n metadata\n context\n grantedPermissions\n productName\n productIcon\n productStatus\n }\n }\n}\n `;\n\n/**\n * __useGetMyStoreInstallationsQuery__\n *\n * To run a query within a React component, call `useGetMyStoreInstallationsQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetMyStoreInstallationsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetMyStoreInstallationsQuery({\n * variables: {\n * limit: // value for 'limit'\n * offset: // value for 'offset'\n * filter: // value for 'filter'\n * },\n * });\n */\nexport function useGetMyStoreInstallationsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetMyStoreInstallationsQuery, Types.GetMyStoreInstallationsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetMyStoreInstallationsQuery, Types.GetMyStoreInstallationsQueryVariables>(GetMyStoreInstallationsDocument, options);\n }\nexport function useGetMyStoreInstallationsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetMyStoreInstallationsQuery, Types.GetMyStoreInstallationsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetMyStoreInstallationsQuery, Types.GetMyStoreInstallationsQueryVariables>(GetMyStoreInstallationsDocument, options);\n }\n// @ts-ignore\nexport function useGetMyStoreInstallationsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetMyStoreInstallationsQuery, Types.GetMyStoreInstallationsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetMyStoreInstallationsQuery, Types.GetMyStoreInstallationsQueryVariables>;\nexport function useGetMyStoreInstallationsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetMyStoreInstallationsQuery, Types.GetMyStoreInstallationsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetMyStoreInstallationsQuery | undefined, Types.GetMyStoreInstallationsQueryVariables>;\nexport function useGetMyStoreInstallationsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetMyStoreInstallationsQuery, Types.GetMyStoreInstallationsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetMyStoreInstallationsQuery, Types.GetMyStoreInstallationsQueryVariables>(GetMyStoreInstallationsDocument, options);\n }\nexport type GetMyStoreInstallationsQueryHookResult = ReturnType<typeof useGetMyStoreInstallationsQuery>;\nexport type GetMyStoreInstallationsLazyQueryHookResult = ReturnType<typeof useGetMyStoreInstallationsLazyQuery>;\nexport type GetMyStoreInstallationsSuspenseQueryHookResult = ReturnType<typeof useGetMyStoreInstallationsSuspenseQuery>;\nexport type GetMyStoreInstallationsQueryResult = Apollo.QueryResult<Types.GetMyStoreInstallationsQuery, Types.GetMyStoreInstallationsQueryVariables>;\nexport const GetMyOrdersDocument = gql`\n query GetMyOrders($limit: Int, $offset: Int, $status: OrderStatus) {\n myOrders(limit: $limit, offset: $offset, status: $status) {\n id\n status\n total\n currency\n lineItems\n transaction {\n id\n currency\n amount\n metadata\n }\n fulfillment {\n status\n trackingNumber\n trackingUrl\n carrier\n estimatedDeliveryDate\n }\n createdAt\n updatedAt\n }\n}\n `;\n\n/**\n * __useGetMyOrdersQuery__\n *\n * To run a query within a React component, call `useGetMyOrdersQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetMyOrdersQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetMyOrdersQuery({\n * variables: {\n * limit: // value for 'limit'\n * offset: // value for 'offset'\n * status: // value for 'status'\n * },\n * });\n */\nexport function useGetMyOrdersQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetMyOrdersQuery, Types.GetMyOrdersQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetMyOrdersQuery, Types.GetMyOrdersQueryVariables>(GetMyOrdersDocument, options);\n }\nexport function useGetMyOrdersLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetMyOrdersQuery, Types.GetMyOrdersQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetMyOrdersQuery, Types.GetMyOrdersQueryVariables>(GetMyOrdersDocument, options);\n }\n// @ts-ignore\nexport function useGetMyOrdersSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetMyOrdersQuery, Types.GetMyOrdersQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetMyOrdersQuery, Types.GetMyOrdersQueryVariables>;\nexport function useGetMyOrdersSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetMyOrdersQuery, Types.GetMyOrdersQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetMyOrdersQuery | undefined, Types.GetMyOrdersQueryVariables>;\nexport function useGetMyOrdersSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetMyOrdersQuery, Types.GetMyOrdersQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetMyOrdersQuery, Types.GetMyOrdersQueryVariables>(GetMyOrdersDocument, options);\n }\nexport type GetMyOrdersQueryHookResult = ReturnType<typeof useGetMyOrdersQuery>;\nexport type GetMyOrdersLazyQueryHookResult = ReturnType<typeof useGetMyOrdersLazyQuery>;\nexport type GetMyOrdersSuspenseQueryHookResult = ReturnType<typeof useGetMyOrdersSuspenseQuery>;\nexport type GetMyOrdersQueryResult = Apollo.QueryResult<Types.GetMyOrdersQuery, Types.GetMyOrdersQueryVariables>;\nexport const GetProductDocument = gql`\n query GetProduct($id: ID!) {\n product(id: $id) {\n id\n publisherId\n name\n slug\n description\n longDescription\n icon\n screenshots\n videoUrls\n subType\n type\n manifest\n manifestVersion\n requiredPermissions\n compatibleProducts\n category\n tags\n pricingModel\n price\n currency\n variants {\n id\n name\n sku\n price\n compareAtPrice\n isActive\n stockQuantity\n options\n imageUrls\n displayOrder\n weight\n weightUnit\n }\n status\n featured\n documentationUrl\n repositoryUrl\n downloads\n viewCount\n rating\n reviewCount\n publisher {\n id\n name\n websiteUrl\n isVerified\n email\n bio\n logoUrl\n products {\n id\n }\n totalSales\n totalEarnings\n }\n reviews {\n id\n userId\n rating\n comment\n status\n helpful\n createdAt\n }\n createdAt\n updatedAt\n publishedAt\n }\n}\n `;\n\n/**\n * __useGetProductQuery__\n *\n * To run a query within a React component, call `useGetProductQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetProductQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetProductQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetProductQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetProductQuery, Types.GetProductQueryVariables> & ({ variables: Types.GetProductQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetProductQuery, Types.GetProductQueryVariables>(GetProductDocument, options);\n }\nexport function useGetProductLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetProductQuery, Types.GetProductQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetProductQuery, Types.GetProductQueryVariables>(GetProductDocument, options);\n }\n// @ts-ignore\nexport function useGetProductSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetProductQuery, Types.GetProductQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetProductQuery, Types.GetProductQueryVariables>;\nexport function useGetProductSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetProductQuery, Types.GetProductQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetProductQuery | undefined, Types.GetProductQueryVariables>;\nexport function useGetProductSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetProductQuery, Types.GetProductQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetProductQuery, Types.GetProductQueryVariables>(GetProductDocument, options);\n }\nexport type GetProductQueryHookResult = ReturnType<typeof useGetProductQuery>;\nexport type GetProductLazyQueryHookResult = ReturnType<typeof useGetProductLazyQuery>;\nexport type GetProductSuspenseQueryHookResult = ReturnType<typeof useGetProductSuspenseQuery>;\nexport type GetProductQueryResult = Apollo.QueryResult<Types.GetProductQuery, Types.GetProductQueryVariables>;\nexport const GetProductsDocument = gql`\n query GetProducts($filter: ProductFilterInput, $limit: Int = 20, $offset: Int = 0) {\n products(filter: $filter, limit: $limit, offset: $offset) {\n id\n name\n slug\n description\n icon\n screenshots\n subType\n type\n pricingModel\n price\n currency\n status\n featured\n downloads\n viewCount\n rating\n reviewCount\n publisher {\n id\n name\n isVerified\n }\n category\n tags\n createdAt\n publishedAt\n }\n}\n `;\n\n/**\n * __useGetProductsQuery__\n *\n * To run a query within a React component, call `useGetProductsQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetProductsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetProductsQuery({\n * variables: {\n * filter: // value for 'filter'\n * limit: // value for 'limit'\n * offset: // value for 'offset'\n * },\n * });\n */\nexport function useGetProductsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.GetProductsQuery, Types.GetProductsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetProductsQuery, Types.GetProductsQueryVariables>(GetProductsDocument, options);\n }\nexport function useGetProductsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetProductsQuery, Types.GetProductsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetProductsQuery, Types.GetProductsQueryVariables>(GetProductsDocument, options);\n }\n// @ts-ignore\nexport function useGetProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetProductsQuery, Types.GetProductsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetProductsQuery, Types.GetProductsQueryVariables>;\nexport function useGetProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetProductsQuery, Types.GetProductsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetProductsQuery | undefined, Types.GetProductsQueryVariables>;\nexport function useGetProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetProductsQuery, Types.GetProductsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetProductsQuery, Types.GetProductsQueryVariables>(GetProductsDocument, options);\n }\nexport type GetProductsQueryHookResult = ReturnType<typeof useGetProductsQuery>;\nexport type GetProductsLazyQueryHookResult = ReturnType<typeof useGetProductsLazyQuery>;\nexport type GetProductsSuspenseQueryHookResult = ReturnType<typeof useGetProductsSuspenseQuery>;\nexport type GetProductsQueryResult = Apollo.QueryResult<Types.GetProductsQuery, Types.GetProductsQueryVariables>;\nexport const GetStoreAppInstallationDocument = gql`\n query GetStoreAppInstallation($id: ID!) {\n storeAppInstallation(id: $id) {\n id\n productId\n workspaceId\n workspaceName\n workspaceType\n organizationId\n installedById\n status\n version\n manifest\n metadata\n context\n grantedPermissions\n installedAt\n updatedAt\n uninstalledAt\n uninstalledById\n }\n}\n `;\n\n/**\n * __useGetStoreAppInstallationQuery__\n *\n * To run a query within a React component, call `useGetStoreAppInstallationQuery` and pass it any options that fit your needs.\n * When your component renders, `useGetStoreAppInstallationQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useGetStoreAppInstallationQuery({\n * variables: {\n * id: // value for 'id'\n * },\n * });\n */\nexport function useGetStoreAppInstallationQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.GetStoreAppInstallationQuery, Types.GetStoreAppInstallationQueryVariables> & ({ variables: Types.GetStoreAppInstallationQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.GetStoreAppInstallationQuery, Types.GetStoreAppInstallationQueryVariables>(GetStoreAppInstallationDocument, options);\n }\nexport function useGetStoreAppInstallationLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.GetStoreAppInstallationQuery, Types.GetStoreAppInstallationQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.GetStoreAppInstallationQuery, Types.GetStoreAppInstallationQueryVariables>(GetStoreAppInstallationDocument, options);\n }\n// @ts-ignore\nexport function useGetStoreAppInstallationSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.GetStoreAppInstallationQuery, Types.GetStoreAppInstallationQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetStoreAppInstallationQuery, Types.GetStoreAppInstallationQueryVariables>;\nexport function useGetStoreAppInstallationSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetStoreAppInstallationQuery, Types.GetStoreAppInstallationQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.GetStoreAppInstallationQuery | undefined, Types.GetStoreAppInstallationQueryVariables>;\nexport function useGetStoreAppInstallationSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.GetStoreAppInstallationQuery, Types.GetStoreAppInstallationQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.GetStoreAppInstallationQuery, Types.GetStoreAppInstallationQueryVariables>(GetStoreAppInstallationDocument, options);\n }\nexport type GetStoreAppInstallationQueryHookResult = ReturnType<typeof useGetStoreAppInstallationQuery>;\nexport type GetStoreAppInstallationLazyQueryHookResult = ReturnType<typeof useGetStoreAppInstallationLazyQuery>;\nexport type GetStoreAppInstallationSuspenseQueryHookResult = ReturnType<typeof useGetStoreAppInstallationSuspenseQuery>;\nexport type GetStoreAppInstallationQueryResult = Apollo.QueryResult<Types.GetStoreAppInstallationQuery, Types.GetStoreAppInstallationQueryVariables>;\nexport const HomeGroupedProductsDocument = gql`\n query HomeGroupedProducts($compatibleWith: String) {\n homeGroupedProducts(compatibleWith: $compatibleWith) {\n featured {\n id\n name\n slug\n type\n nature\n status\n description\n pricingModel\n price\n currency\n icon\n screenshots\n rating\n reviewCount\n downloads\n featured\n category\n tags\n publishedAt\n publisher {\n id\n name\n isVerified\n logoUrl\n }\n }\n mostDownloaded {\n id\n name\n slug\n type\n nature\n status\n description\n pricingModel\n price\n currency\n icon\n screenshots\n rating\n reviewCount\n downloads\n featured\n category\n tags\n publishedAt\n publisher {\n id\n name\n isVerified\n logoUrl\n }\n }\n recentlyAdded {\n id\n name\n slug\n type\n nature\n status\n description\n pricingModel\n price\n currency\n icon\n screenshots\n rating\n reviewCount\n downloads\n featured\n category\n tags\n publishedAt\n publisher {\n id\n name\n isVerified\n logoUrl\n }\n }\n freeItems {\n id\n name\n slug\n type\n nature\n status\n description\n pricingModel\n price\n currency\n icon\n screenshots\n rating\n reviewCount\n downloads\n featured\n category\n tags\n publishedAt\n publisher {\n id\n name\n isVerified\n logoUrl\n }\n }\n }\n}\n `;\n\n/**\n * __useHomeGroupedProductsQuery__\n *\n * To run a query within a React component, call `useHomeGroupedProductsQuery` and pass it any options that fit your needs.\n * When your component renders, `useHomeGroupedProductsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useHomeGroupedProductsQuery({\n * variables: {\n * compatibleWith: // value for 'compatibleWith'\n * },\n * });\n */\nexport function useHomeGroupedProductsQuery(baseOptions?: ApolloReactHooks.QueryHookOptions<Types.HomeGroupedProductsQuery, Types.HomeGroupedProductsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.HomeGroupedProductsQuery, Types.HomeGroupedProductsQueryVariables>(HomeGroupedProductsDocument, options);\n }\nexport function useHomeGroupedProductsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.HomeGroupedProductsQuery, Types.HomeGroupedProductsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.HomeGroupedProductsQuery, Types.HomeGroupedProductsQueryVariables>(HomeGroupedProductsDocument, options);\n }\n// @ts-ignore\nexport function useHomeGroupedProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.HomeGroupedProductsQuery, Types.HomeGroupedProductsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.HomeGroupedProductsQuery, Types.HomeGroupedProductsQueryVariables>;\nexport function useHomeGroupedProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.HomeGroupedProductsQuery, Types.HomeGroupedProductsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.HomeGroupedProductsQuery | undefined, Types.HomeGroupedProductsQueryVariables>;\nexport function useHomeGroupedProductsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.HomeGroupedProductsQuery, Types.HomeGroupedProductsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.HomeGroupedProductsQuery, Types.HomeGroupedProductsQueryVariables>(HomeGroupedProductsDocument, options);\n }\nexport type HomeGroupedProductsQueryHookResult = ReturnType<typeof useHomeGroupedProductsQuery>;\nexport type HomeGroupedProductsLazyQueryHookResult = ReturnType<typeof useHomeGroupedProductsLazyQuery>;\nexport type HomeGroupedProductsSuspenseQueryHookResult = ReturnType<typeof useHomeGroupedProductsSuspenseQuery>;\nexport type HomeGroupedProductsQueryResult = Apollo.QueryResult<Types.HomeGroupedProductsQuery, Types.HomeGroupedProductsQueryVariables>;\nexport const StoreProductDetailsDocument = gql`\n query StoreProductDetails($input: StoreProductDetailsInput!) {\n storeProductDetails(input: $input) {\n product {\n id\n name\n slug\n type\n nature\n status\n description\n longDescription\n pricingModel\n price\n currency\n icon\n bannerUrl\n screenshots\n videoUrls\n documentationUrl\n repositoryUrl\n rating\n reviewCount\n downloads\n viewCount\n featured\n category\n tags\n publishedAt\n createdAt\n updatedAt\n subType\n manifestVersion\n authorName\n productId\n license\n minPlatformVersion\n compatibleProducts\n requiredPermissions\n integrationDeps\n manifest\n publisher {\n id\n name\n isVerified\n logoUrl\n websiteUrl\n bio\n email\n organizationId\n developerOrganization {\n id\n name\n logoUrl\n isVerified\n description\n }\n }\n }\n publisher {\n id\n name\n isVerified\n logoUrl\n websiteUrl\n bio\n email\n organizationId\n developerOrganization {\n id\n name\n logoUrl\n isVerified\n description\n }\n }\n relatedProducts {\n id\n name\n slug\n type\n nature\n status\n description\n icon\n rating\n reviewCount\n downloads\n price\n pricingModel\n currency\n screenshots\n featured\n category\n tags\n publishedAt\n publisher {\n id\n name\n isVerified\n logoUrl\n }\n }\n reviews {\n id\n userId\n rating\n title\n comment\n status\n helpful\n createdAt\n updatedAt\n }\n reviewsCount\n userReview {\n id\n userId\n rating\n title\n comment\n status\n helpful\n createdAt\n updatedAt\n }\n isPurchased\n userEntitlement {\n id\n status\n licenseKey\n expiresAt\n }\n ratingDistribution {\n fiveStars\n fourStars\n threeStars\n twoStars\n oneStar\n }\n }\n}\n `;\n\n/**\n * __useStoreProductDetailsQuery__\n *\n * To run a query within a React component, call `useStoreProductDetailsQuery` and pass it any options that fit your needs.\n * When your component renders, `useStoreProductDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useStoreProductDetailsQuery({\n * variables: {\n * input: // value for 'input'\n * },\n * });\n */\nexport function useStoreProductDetailsQuery(baseOptions: ApolloReactHooks.QueryHookOptions<Types.StoreProductDetailsQuery, Types.StoreProductDetailsQueryVariables> & ({ variables: Types.StoreProductDetailsQueryVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useQuery<Types.StoreProductDetailsQuery, Types.StoreProductDetailsQueryVariables>(StoreProductDetailsDocument, options);\n }\nexport function useStoreProductDetailsLazyQuery(baseOptions?: ApolloReactHooks.LazyQueryHookOptions<Types.StoreProductDetailsQuery, Types.StoreProductDetailsQueryVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useLazyQuery<Types.StoreProductDetailsQuery, Types.StoreProductDetailsQueryVariables>(StoreProductDetailsDocument, options);\n }\n// @ts-ignore\nexport function useStoreProductDetailsSuspenseQuery(baseOptions?: ApolloReactHooks.SuspenseQueryHookOptions<Types.StoreProductDetailsQuery, Types.StoreProductDetailsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.StoreProductDetailsQuery, Types.StoreProductDetailsQueryVariables>;\nexport function useStoreProductDetailsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.StoreProductDetailsQuery, Types.StoreProductDetailsQueryVariables>): ApolloReactHooks.UseSuspenseQueryResult<Types.StoreProductDetailsQuery | undefined, Types.StoreProductDetailsQueryVariables>;\nexport function useStoreProductDetailsSuspenseQuery(baseOptions?: ApolloReactHooks.SkipToken | ApolloReactHooks.SuspenseQueryHookOptions<Types.StoreProductDetailsQuery, Types.StoreProductDetailsQueryVariables>) {\n const options = baseOptions === ApolloReactHooks.skipToken ? baseOptions : {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSuspenseQuery<Types.StoreProductDetailsQuery, Types.StoreProductDetailsQueryVariables>(StoreProductDetailsDocument, options);\n }\nexport type StoreProductDetailsQueryHookResult = ReturnType<typeof useStoreProductDetailsQuery>;\nexport type StoreProductDetailsLazyQueryHookResult = ReturnType<typeof useStoreProductDetailsLazyQuery>;\nexport type StoreProductDetailsSuspenseQueryHookResult = ReturnType<typeof useStoreProductDetailsSuspenseQuery>;\nexport type StoreProductDetailsQueryResult = Apollo.QueryResult<Types.StoreProductDetailsQuery, Types.StoreProductDetailsQueryVariables>;\nexport const InstallationStatusUpdatedDocument = gql`\n subscription InstallationStatusUpdated($workspaceId: ID!) {\n installationStatusUpdated(workspaceId: $workspaceId) {\n installationId\n productId\n workspaceId\n status\n updatedAt\n }\n}\n `;\n\n/**\n * __useInstallationStatusUpdatedSubscription__\n *\n * To run a query within a React component, call `useInstallationStatusUpdatedSubscription` and pass it any options that fit your needs.\n * When your component renders, `useInstallationStatusUpdatedSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useInstallationStatusUpdatedSubscription({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * },\n * });\n */\nexport function useInstallationStatusUpdatedSubscription(baseOptions: ApolloReactHooks.SubscriptionHookOptions<Types.InstallationStatusUpdatedSubscription, Types.InstallationStatusUpdatedSubscriptionVariables> & ({ variables: Types.InstallationStatusUpdatedSubscriptionVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.InstallationStatusUpdatedSubscription, Types.InstallationStatusUpdatedSubscriptionVariables>(InstallationStatusUpdatedDocument, options);\n }\nexport type InstallationStatusUpdatedSubscriptionHookResult = ReturnType<typeof useInstallationStatusUpdatedSubscription>;\nexport type InstallationStatusUpdatedSubscriptionResult = Apollo.SubscriptionResult<Types.InstallationStatusUpdatedSubscription>;\nexport const LicenseStatusUpdatedDocument = gql`\n subscription LicenseStatusUpdated($workspaceId: ID) {\n licenseStatusUpdated(workspaceId: $workspaceId) {\n entitlementId\n productId\n status\n updatedAt\n }\n}\n `;\n\n/**\n * __useLicenseStatusUpdatedSubscription__\n *\n * To run a query within a React component, call `useLicenseStatusUpdatedSubscription` and pass it any options that fit your needs.\n * When your component renders, `useLicenseStatusUpdatedSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useLicenseStatusUpdatedSubscription({\n * variables: {\n * workspaceId: // value for 'workspaceId'\n * },\n * });\n */\nexport function useLicenseStatusUpdatedSubscription(baseOptions?: ApolloReactHooks.SubscriptionHookOptions<Types.LicenseStatusUpdatedSubscription, Types.LicenseStatusUpdatedSubscriptionVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.LicenseStatusUpdatedSubscription, Types.LicenseStatusUpdatedSubscriptionVariables>(LicenseStatusUpdatedDocument, options);\n }\nexport type LicenseStatusUpdatedSubscriptionHookResult = ReturnType<typeof useLicenseStatusUpdatedSubscription>;\nexport type LicenseStatusUpdatedSubscriptionResult = Apollo.SubscriptionResult<Types.LicenseStatusUpdatedSubscription>;\nexport const OrderStatusUpdatedDocument = gql`\n subscription OrderStatusUpdated($orderId: ID, $workspaceId: ID) {\n orderStatusUpdated(orderId: $orderId, workspaceId: $workspaceId) {\n orderId\n workspaceId\n status\n updatedAt\n }\n}\n `;\n\n/**\n * __useOrderStatusUpdatedSubscription__\n *\n * To run a query within a React component, call `useOrderStatusUpdatedSubscription` and pass it any options that fit your needs.\n * When your component renders, `useOrderStatusUpdatedSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useOrderStatusUpdatedSubscription({\n * variables: {\n * orderId: // value for 'orderId'\n * workspaceId: // value for 'workspaceId'\n * },\n * });\n */\nexport function useOrderStatusUpdatedSubscription(baseOptions?: ApolloReactHooks.SubscriptionHookOptions<Types.OrderStatusUpdatedSubscription, Types.OrderStatusUpdatedSubscriptionVariables>) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.OrderStatusUpdatedSubscription, Types.OrderStatusUpdatedSubscriptionVariables>(OrderStatusUpdatedDocument, options);\n }\nexport type OrderStatusUpdatedSubscriptionHookResult = ReturnType<typeof useOrderStatusUpdatedSubscription>;\nexport type OrderStatusUpdatedSubscriptionResult = Apollo.SubscriptionResult<Types.OrderStatusUpdatedSubscription>;\nexport const SubmissionStatusUpdatedDocument = gql`\n subscription SubmissionStatusUpdated($publisherId: ID!) {\n submissionStatusUpdated(publisherId: $publisherId) {\n submissionId\n productId\n publisherId\n status\n updatedAt\n }\n}\n `;\n\n/**\n * __useSubmissionStatusUpdatedSubscription__\n *\n * To run a query within a React component, call `useSubmissionStatusUpdatedSubscription` and pass it any options that fit your needs.\n * When your component renders, `useSubmissionStatusUpdatedSubscription` returns an object from Apollo Client that contains loading, error, and data properties\n * you can use to render your UI.\n *\n * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;\n *\n * @example\n * const { data, loading, error } = useSubmissionStatusUpdatedSubscription({\n * variables: {\n * publisherId: // value for 'publisherId'\n * },\n * });\n */\nexport function useSubmissionStatusUpdatedSubscription(baseOptions: ApolloReactHooks.SubscriptionHookOptions<Types.SubmissionStatusUpdatedSubscription, Types.SubmissionStatusUpdatedSubscriptionVariables> & ({ variables: Types.SubmissionStatusUpdatedSubscriptionVariables; skip?: boolean; } | { skip: boolean; }) ) {\n const options = {...defaultOptions, ...baseOptions}\n return ApolloReactHooks.useSubscription<Types.SubmissionStatusUpdatedSubscription, Types.SubmissionStatusUpdatedSubscriptionVariables>(SubmissionStatusUpdatedDocument, options);\n }\nexport type SubmissionStatusUpdatedSubscriptionHookResult = ReturnType<typeof useSubmissionStatusUpdatedSubscription>;\nexport type SubmissionStatusUpdatedSubscriptionResult = Apollo.SubscriptionResult<Types.SubmissionStatusUpdatedSubscription>;"],"mappings":"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"}
|