import type { ApiClient } from "@promobase/sdk-runtime"; import { Cursor } from "@promobase/sdk-runtime"; import type { AssignedUserFields } from "./assigned-user.ts"; import type { AutomotiveModelFields } from "./automotive-model.ts"; import type { BusinessFields } from "./business.ts"; import type { CPASLsbImageBankFields } from "./cpas-lsb-image-bank.ts"; import type { CatalogContentVersionConfigFields } from "./catalog-content-version-config.ts"; import type { CheckBatchRequestStatusFields } from "./check-batch-request-status.ts"; import type { CollaborativeAdsShareSettingsFields } from "./collaborative-ads-share-settings.ts"; import type { CommerceMerchantSettingsFields } from "./commerce-merchant-settings.ts"; import type { CreatorAssetCreativeFields } from "./creator-asset-creative.ts"; import type { DestinationFields } from "./destination.ts"; import type { ExternalEventSourceFields } from "./external-event-source.ts"; import type { FlightFields } from "./flight.ts"; import type { HomeListingFields } from "./home-listing.ts"; import type { HotelFields } from "./hotel.ts"; import type { ProductCatalogCategoryFields } from "./product-catalog-category.ts"; import type { ProductCatalogCheckMarketplacePartnerDealsStatusFields } from "./product-catalog-check-marketplace-partner-deals-status.ts"; import type { ProductCatalogCheckMarketplacePartnerSellersStatusFields } from "./product-catalog-check-marketplace-partner-sellers-status.ts"; import type { ProductCatalogDataSourceFields } from "./product-catalog-data-source.ts"; import type { ProductCatalogDiagnosticGroupFields } from "./product-catalog-diagnostic-group.ts"; import type { ProductCatalogHotelRoomsBatchFields } from "./product-catalog-hotel-rooms-batch.ts"; import type { ProductCatalogImageSettingsFields } from "./product-catalog-image-settings.ts"; import type { ProductCatalogPricingVariablesBatchFields } from "./product-catalog-pricing-variables-batch.ts"; import type { ProductCatalogProductSetsBatchFields } from "./product-catalog-product-sets-batch.ts"; import type { ProductEventStatFields } from "./product-event-stat.ts"; import type { ProductFeedFields } from "./product-feed.ts"; import type { ProductGroupFields } from "./product-group.ts"; import type { ProductItemFields } from "./product-item.ts"; import type { ProductSetFields } from "./product-set.ts"; import type { StoreCatalogSettingsFields } from "./store-catalog-settings.ts"; import type { UserFields } from "./user.ts"; import type { VehicleFields } from "./vehicle.ts"; import type { VehicleOfferFields } from "./vehicle-offer.ts"; export interface ProductCatalogFields { ad_account_to_collaborative_ads_share_settings: CollaborativeAdsShareSettingsFields; agency_collaborative_ads_share_settings: CollaborativeAdsShareSettingsFields; business: BusinessFields; catalog_store: StoreCatalogSettingsFields; commerce_merchant_settings: CommerceMerchantSettingsFields; creator_user: UserFields; da_display_settings: ProductCatalogImageSettingsFields; default_image_url: string; fallback_image_url: string[]; feed_count: number; id: string; is_catalog_segment: boolean; is_local_catalog: boolean; name: string; owner_business: BusinessFields; product_count: number; store_catalog_settings: StoreCatalogSettingsFields; user_access_expire_time: string; vertical: string; } export interface ProductCatalogDeleteAgenciesParams { business: string; [key: string]: unknown; } export interface ProductCatalogCreateAgenciesParams { business: string; enabled_collab_terms?: string[]; permitted_roles?: string[]; permitted_tasks?: string[]; skip_defaults?: boolean; utm_settings?: Record; [key: string]: unknown; } export interface ProductCatalogDeleteAssignedUsersParams { user: number; [key: string]: unknown; } export interface ProductCatalogListAssignedUsersParams { business: string; [key: string]: unknown; } export interface ProductCatalogCreateAssignedUsersParams { tasks: string[]; user: number; [key: string]: unknown; } export interface ProductCatalogListAutomotiveModelsParams { bulk_pagination?: boolean; filter?: Record; [key: string]: unknown; } export interface ProductCatalogCreateBatchParams { allow_upsert?: boolean; fbe_external_business_id?: string; requests: Record[]; version?: number; [key: string]: unknown; } export interface ProductCatalogCreateCatalogStoreParams { page: string; [key: string]: unknown; } export interface ProductCatalogListCategoriesParams { categorization_criteria: string; filter?: Record; [key: string]: unknown; } export interface ProductCatalogCreateCategoriesParams { data: Record[]; [key: string]: unknown; } export interface ProductCatalogListCheckBatchRequestStatusParams { error_priority?: string; handle: string; load_ids_of_invalid_requests?: boolean; [key: string]: unknown; } export interface ProductCatalogListCheckMarketplacePartnerDealsStatusParams { session_id: string; [key: string]: unknown; } export interface ProductCatalogListCheckMarketplacePartnerSellersStatusParams { session_id: string; [key: string]: unknown; } export interface ProductCatalogCreateCpasLsbImageBankParams { ad_group_id?: number; agency_business_id?: number; backup_image_urls: string[]; [key: string]: unknown; } export interface ProductCatalogListCreatorAssetCreativesParams { moderation_status?: string; [key: string]: unknown; } export interface ProductCatalogListDataSourcesParams { ingestion_source_type?: string; [key: string]: unknown; } export interface ProductCatalogListDestinationsParams { bulk_pagination?: boolean; filter?: Record; [key: string]: unknown; } export interface ProductCatalogListDiagnosticsParams { affected_channels?: string[]; affected_entities?: string[]; affected_features?: string[]; severities?: string[]; types?: string[]; [key: string]: unknown; } export interface ProductCatalogListEventStatsParams { breakdowns?: string[]; [key: string]: unknown; } export interface ProductCatalogDeleteExternalEventSourcesParams { external_event_sources?: Record; [key: string]: unknown; } export interface ProductCatalogCreateExternalEventSourcesParams { external_event_sources?: Record; [key: string]: unknown; } export interface ProductCatalogListFlightsParams { bulk_pagination?: boolean; filter?: Record; [key: string]: unknown; } export interface ProductCatalogCreateGeolocatedItemsBatchParams { allow_upsert?: boolean; item_type: string; requests: Record; [key: string]: unknown; } export interface ProductCatalogListHomeListingsParams { bulk_pagination?: boolean; filter?: Record; [key: string]: unknown; } export interface ProductCatalogCreateHomeListingsParams { address: Record; availability: string; currency: string; description?: string; home_listing_id: string; images: Record[]; listing_type?: string; name: string; num_baths?: number; num_beds?: number; num_units?: number; price: number; property_type?: string; url: string; year_built: number; [key: string]: unknown; } export interface ProductCatalogListHotelRoomsBatchParams { handle: string; [key: string]: unknown; } export interface ProductCatalogCreateHotelRoomsBatchParams { file?: File | Blob | ReadableStream; password?: string; standard: string; update_only?: boolean; url?: string; username?: string; [key: string]: unknown; } export interface ProductCatalogListHotelsParams { bulk_pagination?: boolean; filter?: Record; [key: string]: unknown; } export interface ProductCatalogCreateHotelsParams { address: Record; applinks?: Record; base_price?: number; brand?: string; currency?: string; description: string; guest_ratings?: Record[]; hotel_id?: string; images: Record[]; name: string; phone?: string; star_rating?: number; url: string; [key: string]: unknown; } export interface ProductCatalogCreateItemsBatchParams { allow_upsert?: boolean; item_sub_type?: string; item_type: string; requests: Record; version?: number; [key: string]: unknown; } export interface ProductCatalogCreateLocalizedItemsBatchParams { allow_upsert?: boolean; item_type: string; requests: Record; version?: number; [key: string]: unknown; } export interface ProductCatalogCreateMarketplacePartnerDealsDetailsParams { requests: Record; [key: string]: unknown; } export interface ProductCatalogCreateMarketplacePartnerSellersDetailsParams { requests: Record; [key: string]: unknown; } export interface ProductCatalogCreateMarketplacePartnerSignalsParams { conversion_type?: string; event_id?: string; event_name: string; event_source_url?: string; event_time: string; offer_data?: Record; order_data?: Record; user_data: Record; [key: string]: unknown; } export interface ProductCatalogCreateMediaTitlesParams { additional_image_urls?: string[]; android_app_name?: string; android_class?: string; android_package?: string; android_url?: string; awards?: string[]; cast?: string[]; category?: string; currency?: string; description?: string; director?: string[]; fb_product_category?: string; genre?: string[]; image_url: string; ios_app_name?: string; ios_app_store_id?: number; ios_url?: string; ipad_app_name?: string; ipad_app_store_id?: number; ipad_url?: string; iphone_app_name?: string; iphone_app_store_id?: number; iphone_url?: string; media_category?: string; name: string; price?: number; rating?: string; release_date?: string; retailer_id: string; url?: string; windows_phone_app_id?: string; windows_phone_app_name?: string; windows_phone_url?: string; [key: string]: unknown; } export interface ProductCatalogListPricingVariablesBatchParams { handle: string; [key: string]: unknown; } export interface ProductCatalogCreatePricingVariablesBatchParams { file?: File | Blob | ReadableStream; password?: string; standard: string; update_only?: boolean; url?: string; username?: string; [key: string]: unknown; } export interface ProductCatalogCreateProductFeedsParams { country?: string; default_currency?: string; deletion_enabled?: boolean; delimiter?: string; encoding?: string; feed_type?: string; file_name?: string; ingestion_source_type?: string; item_sub_type?: string; migrated_from_feed_id?: string; name?: string; override_type?: string; override_value?: string; primary_feed_ids?: string[]; quoted_fields_mode?: string; rules?: string[]; schedule?: string; selected_override_fields?: string[]; update_schedule?: string; use_case?: string; [key: string]: unknown; } export interface ProductCatalogCreateProductGroupsParams { retailer_id?: string; variants?: Record[]; [key: string]: unknown; } export interface ProductCatalogListProductSetsParams { ancestor_id?: string; has_children?: boolean; parent_id?: string; retailer_id?: string; [key: string]: unknown; } export interface ProductCatalogCreateProductSetsParams { filter?: Record; metadata?: Record; name: string; ordering_info?: number[]; publish_to_shops?: Record[]; retailer_id?: string; [key: string]: unknown; } export interface ProductCatalogListProductSetsBatchParams { handle: string; [key: string]: unknown; } export interface ProductCatalogListProductsParams { bulk_pagination?: boolean; error_priority?: string; error_type?: string; filter?: Record; return_only_approved_products?: boolean; [key: string]: unknown; } export interface ProductCatalogCreateProductsParams { additional_image_urls?: string[]; additional_variant_attributes?: Record; age_group?: string; allow_upsert?: boolean; android_app_name?: string; android_class?: string; android_package?: string; android_url?: string; availability?: string; brand?: string; category?: string; category_specific_fields?: Record; checkout_url?: string; color?: string; commerce_tax_category?: string; condition?: string; currency: string; custom_data?: Record; custom_label_0?: string; custom_label_1?: string; custom_label_2?: string; custom_label_3?: string; custom_label_4?: string; custom_number_0?: number; custom_number_1?: number; custom_number_2?: number; custom_number_3?: number; custom_number_4?: number; description?: string; expiration_date?: string; fb_product_category?: string; gender?: string; gtin?: string; image_url?: string; importer_address?: Record; importer_name?: string; inventory?: number; ios_app_name?: string; ios_app_store_id?: number; ios_url?: string; ipad_app_name?: string; ipad_app_store_id?: number; ipad_url?: string; iphone_app_name?: string; iphone_app_store_id?: number; iphone_url?: string; launch_date?: string; live_special_price?: string; manufacturer_info?: string; manufacturer_part_number?: string; marked_for_product_launch?: string; material?: string; mobile_link?: string; name: string; ordering_index?: number; origin_country?: string; pattern?: string; price: number; product_priority_0?: number; product_priority_1?: number; product_priority_2?: number; product_priority_3?: number; product_priority_4?: number; product_type?: string; quantity_to_sell_on_facebook?: number; retailer_id?: string; retailer_product_group_id?: string; return_policy_days?: number; rich_text_description?: string; sale_price?: number; sale_price_end_date?: string; sale_price_start_date?: string; short_description?: string; size?: string; start_date?: string; url?: string; visibility?: string; wa_compliance_category?: string; windows_phone_app_id?: string; windows_phone_app_name?: string; windows_phone_url?: string; [key: string]: unknown; } export interface ProductCatalogCreateUpdateGeneratedImageConfigParams { data: Record[]; [key: string]: unknown; } export interface ProductCatalogListVehicleOffersParams { bulk_pagination?: boolean; filter?: Record; [key: string]: unknown; } export interface ProductCatalogListVehiclesParams { bulk_pagination?: boolean; filter?: Record; [key: string]: unknown; } export interface ProductCatalogCreateVehiclesParams { address: Record; applinks?: Record; availability?: string; body_style: string; condition?: string; currency: string; date_first_on_lot?: string; dealer_id?: string; dealer_name?: string; dealer_phone?: string; description: string; drivetrain?: string; exterior_color: string; fb_page_id?: string; fuel_type?: string; images: Record[]; interior_color?: string; make: string; mileage: Record; model: string; price: number; state_of_vehicle: string; title: string; transmission?: string; trim?: string; url: string; vehicle_id: string; vehicle_type?: string; vin: string; year: number; [key: string]: unknown; } export interface ProductCatalogCreateVersionItemsBatchParams { allow_upsert?: boolean; item_type: string; item_version: string; requests: Record; version?: number; [key: string]: unknown; } export interface ProductCatalogUpdateParams { additional_vertical_option?: string; da_display_settings?: Record; default_image_url?: string; destination_catalog_settings?: Record; fallback_image_url?: string; flight_catalog_settings?: Record; name?: string; partner_integration?: Record; store_catalog_settings?: Record; [key: string]: unknown; } export declare function productCatalogNode(client: ApiClient, id: string): { __path: string; __brand: ProductCatalogFields; get: (opts: { fields: F; params?: Record; }) => Promise>; update: (params: ProductCatalogUpdateParams) => Promise; delete: () => Promise; agencies: { __path: string; __brand: BusinessFields; list: (opts: { fields: F; params?: Record; }) => Cursor>; create: (params: ProductCatalogCreateAgenciesParams) => Promise; delete: (params: ProductCatalogDeleteAgenciesParams) => Promise; }; assignedUsers: { __path: string; __brand: AssignedUserFields; list: (opts: { fields: F; params?: ProductCatalogListAssignedUsersParams; }) => Cursor>; create: (params: ProductCatalogCreateAssignedUsersParams) => Promise; delete: (params: ProductCatalogDeleteAssignedUsersParams) => Promise; }; automotiveModels: (opts: { fields: F; params?: ProductCatalogListAutomotiveModelsParams; }) => Cursor>; createBatch: (params: ProductCatalogCreateBatchParams) => Promise; createCatalogStore: (params: ProductCatalogCreateCatalogStoreParams) => Promise; categories: { __path: string; __brand: ProductCatalogCategoryFields; list: (opts: { fields: F; params?: ProductCatalogListCategoriesParams; }) => Cursor>; create: (params: ProductCatalogCreateCategoriesParams) => Promise; }; checkBatchRequestStatus: (opts: { fields: F; params?: ProductCatalogListCheckBatchRequestStatusParams; }) => Cursor>; checkMarketplacePartnerDealsStatus: (opts: { fields: F; params?: ProductCatalogListCheckMarketplacePartnerDealsStatusParams; }) => Cursor>; checkMarketplacePartnerSellersStatus: (opts: { fields: F; params?: ProductCatalogListCheckMarketplacePartnerSellersStatusParams; }) => Cursor>; collaborativeAdsLsbImageBank: (opts: { fields: F; params?: Record; }) => Cursor>; collaborativeAdsShareSettings: (opts: { fields: F; params?: Record; }) => Cursor>; createCpasLsbImageBank: (params: ProductCatalogCreateCpasLsbImageBankParams) => Promise; creatorAssetCreatives: (opts: { fields: F; params?: ProductCatalogListCreatorAssetCreativesParams; }) => Cursor>; dataSources: (opts: { fields: F; params?: ProductCatalogListDataSourcesParams; }) => Cursor>; destinations: (opts: { fields: F; params?: ProductCatalogListDestinationsParams; }) => Cursor>; diagnostics: (opts: { fields: F; params?: ProductCatalogListDiagnosticsParams; }) => Cursor>; eventStats: (opts: { fields: F; params?: ProductCatalogListEventStatsParams; }) => Cursor>; externalEventSources: { __path: string; __brand: ExternalEventSourceFields; list: (opts: { fields: F; params?: Record; }) => Cursor>; create: (params: ProductCatalogCreateExternalEventSourcesParams) => Promise; delete: (params: ProductCatalogDeleteExternalEventSourcesParams) => Promise; }; flights: (opts: { fields: F; params?: ProductCatalogListFlightsParams; }) => Cursor>; createGeolocatedItemsBatch: (params: ProductCatalogCreateGeolocatedItemsBatchParams) => Promise; homeListings: { __path: string; __brand: HomeListingFields; list: (opts: { fields: F; params?: ProductCatalogListHomeListingsParams; }) => Cursor>; create: (params: ProductCatalogCreateHomeListingsParams) => Promise; }; hotelRoomsBatch: { __path: string; __brand: ProductCatalogHotelRoomsBatchFields; list: (opts: { fields: F; params?: ProductCatalogListHotelRoomsBatchParams; }) => Cursor>; create: (params: ProductCatalogCreateHotelRoomsBatchParams) => Promise; }; hotels: { __path: string; __brand: HotelFields; list: (opts: { fields: F; params?: ProductCatalogListHotelsParams; }) => Cursor>; create: (params: ProductCatalogCreateHotelsParams) => Promise; }; createItemsBatch: (params: ProductCatalogCreateItemsBatchParams) => Promise; createLocalizedItemsBatch: (params: ProductCatalogCreateLocalizedItemsBatchParams) => Promise; createMarketplacePartnerDealsDetail: (params: ProductCatalogCreateMarketplacePartnerDealsDetailsParams) => Promise; createMarketplacePartnerSellersDetail: (params: ProductCatalogCreateMarketplacePartnerSellersDetailsParams) => Promise; createMarketplacePartnerSignal: (params: ProductCatalogCreateMarketplacePartnerSignalsParams) => Promise; createMediaTitle: (params: ProductCatalogCreateMediaTitlesParams) => Promise>; pricingVariablesBatch: { __path: string; __brand: ProductCatalogPricingVariablesBatchFields; list: (opts: { fields: F; params?: ProductCatalogListPricingVariablesBatchParams; }) => Cursor>; create: (params: ProductCatalogCreatePricingVariablesBatchParams) => Promise; }; productFeeds: { __path: string; __brand: ProductFeedFields; list: (opts: { fields: F; params?: Record; }) => Cursor>; create: (params: ProductCatalogCreateProductFeedsParams) => Promise; }; productGroups: { __path: string; __brand: ProductGroupFields; list: (opts: { fields: F; params?: Record; }) => Cursor>; create: (params: ProductCatalogCreateProductGroupsParams) => Promise; }; productSets: { __path: string; __brand: ProductSetFields; list: (opts: { fields: F; params?: ProductCatalogListProductSetsParams; }) => Cursor>; create: (params: ProductCatalogCreateProductSetsParams) => Promise; }; productSetsBatch: (opts: { fields: F; params?: ProductCatalogListProductSetsBatchParams; }) => Cursor>; products: { __path: string; __brand: ProductItemFields; list: (opts: { fields: F; params?: ProductCatalogListProductsParams; }) => Cursor>; create: (params: ProductCatalogCreateProductsParams) => Promise; }; createUpdateGeneratedImageConfig: (params: ProductCatalogCreateUpdateGeneratedImageConfigParams) => Promise; vehicleOffers: (opts: { fields: F; params?: ProductCatalogListVehicleOffersParams; }) => Cursor>; vehicles: { __path: string; __brand: VehicleFields; list: (opts: { fields: F; params?: ProductCatalogListVehiclesParams; }) => Cursor>; create: (params: ProductCatalogCreateVehiclesParams) => Promise; }; versionConfigs: (opts: { fields: F; params?: Record; }) => Cursor>; createVersionItemsBatch: (params: ProductCatalogCreateVersionItemsBatchParams) => Promise; }; //# sourceMappingURL=product-catalog.d.ts.map