@retaila/shared-types 1.1.97 → 1.1.103

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/index.d.mts CHANGED
@@ -2250,4 +2250,380 @@ interface UpdateStoreTemplateDTO {
2250
2250
  isActive?: boolean;
2251
2251
  }
2252
2252
 
2253
- export { type Account, type AccountAiCreditTransaction, type AccountAiCredits, type AccountBranch, type AccountBranchSchedule, AccountBranchScheduleDay, AccountBranchScheduleStatus, AccountBranchStatus, type AccountCurrencyConfig, type AccountDeliveryOption, type AccountDeliveryOptionCalculatedCost, AccountDeliveryOptionPriceLogic, AccountDeliveryOptionStatus, type AccountDeliveryOptionZone, AccountDeliveryOptionZoneStatus, type AccountDomain, AccountDomainStatus, type AccountExchangeRate, type AccountExchangeRateListResponse, type AccountExchangeRateMetadata, type AccountExchangeRateQueryDto, type AccountExchangeRateResponse, AccountExchangeRateType, type AccountExchangeRateWithEffectiveRate, type AccountIntegration, type AccountIntegrationConfigDTO, AccountIntegrationConnectionStatus, AccountIntegrationEnvironment, AccountIntegrationStatus, type AccountPaymentMethod, AccountPaymentMethodStatus, AccountStatus, type Address, type AdminOrderStatusChangeDto, AiCreditSource, AiCreditTransactionReason, AiCreditType, type AiCreditsBalance, type BaseEntity, type BaseEntityWithAccount, type BaseEntityWithAccountAndUser, type BaseEntityWithUser, type ButtonStyle, type Campaign, type CampaignBudget, CampaignBudgetType, type CampaignBudgetUsage, CampaignStatus, type Cart, type CartConfirmDto, type CartDeliveryMethod, type CartDeliveryMethodAdjustment, type CartDeliveryMethodCreateData, type CartDeliveryMethodCreateDto, type CartDeliveryMethodFindParams, type CartDeliveryMethodResponse, type CartDeliveryMethodUpdateData, type CartDeliveryMethodUpdateDto, CartDeliveryType, type CartItem, type CartItemAddDto, type CartItemAttributeDetail, CartItemErrorCode, type CartItemRemoveDto, type CartItemUpdateDto, type CartItemValidation, type CartLineItemAdjustment, type CartPromotion, CartSource, CartStatus, type CartUpdateDto, type CreateAccountDeliveryOptionDTO, type CreateAccountExchangeRateDto, type CreateDeliveryOptionDto, type CreateExchangeRateDto, type CreateFulfillmentDto, type CreateFulfillmentItemDto, type CreatePromotionDTO, type CreateStoreTemplateDTO, Currency, type CurrencyConversion, type Customer, CustomerStatus, type CustomerUpsertDto, DayOfWeek, DeliveryType, type DeliveryZoneInput, type EffectiveExchangeRate, type ExchangeRate, type ExchangeRateListResponse, type ExchangeRateMetadata, type ExchangeRateQueryDto, type ExchangeRateResponse, type Fulfillment, type FulfillmentDeliveryOption, type FulfillmentItem, type FulfillmentLabel, type FulfillmentLabelCreateData, type FulfillmentLabelUpdateData, type FulfillmentProviderAdapter, type FulfillmentProviderContext, type FulfillmentProviderCreateInput, type FulfillmentProviderCreateOutput, type FulfillmentProviderKey, type FulfillmentProviderProcessWebhookInput, type FulfillmentProviderProcessWebhookOutput, type FulfillmentRecollectionCapabilities, type FulfillmentRecollectionConfig, type FulfillmentRecollectionMode, type FulfillmentRecollectionSchedule, FulfillmentStatus, type GeoZone, type GeoZoneInput, GeoZoneStatus, type Integration, IntegrationCategory, type IntegrationDeliveryZone, IntegrationDeliveryZoneStatus, IntegrationStatus, type MapPosition, type Media, MediaType, type NextStatusAction, type Order, type OrderCreateFromCartDto, type OrderDeliveryMethod, type OrderDeliveryMethodAdjustment, type OrderDeliveryMethodCreateData, type OrderDeliveryMethodUpdateData, OrderDeliveryType, type OrderItem, type OrderItemSnapshot, type OrderLineItemAdjustment, OrderPaymentStatus, type OrderPromotion, OrderSource, OrderStatus, type Payment, type PaymentCardBrand, PaymentCardBrandKey, type PaymentConversion, PaymentMethodType, type PaymentProviderAdapter, type PaymentProviderCaptureInput, type PaymentProviderCaptureOutput, type PaymentProviderContext, type PaymentProviderInitInput, type PaymentProviderInitOutput, type PaymentProviderKey, type PaymentProviderRefundInput, type PaymentProviderRefundOutput, type PaymentProviderWebhookResult, PaymentStatus, type Phone, type PickupLocation, type Product, type ProductAttribute, type ProductAttributeOption, ProductAttributeStatus, ProductAttributeType, type ProductCategory, ProductCategoryStatus, ProductStatus, ProductType, type ProductVariant, ProductVariantStatus, type Promotion, type PromotionApplicationMethod, type PromotionApplicationMethodInput, type PromotionApplicationMethodPromotionRule, PromotionApplicationType, type PromotionListFilters, type PromotionPromotionRule, type PromotionRule, type PromotionRuleInput, PromotionRuleOperator, type PromotionRuleValue, PromotionStatus, PromotionTargetType, PromotionType, PubSubTopics, type RoundingConfig, RoundingMethod, RoundingRule, type StandardCategory, StandardCategoryStatus, type StatusChangeHistory, type StatusFlow, type StoreBanner, StoreBannerStatus, type StoreCustomization, type StoreCustomizationComponentSettings, type StoreCustomizationLayoutComponent, type StoreCustomizationPage, type StoreCustomizationPageComponent, type StoreCustomizationSeo, type StoreCustomizationThemeButtons, type StoreCustomizationThemeColors, type StoreCustomizationThemeTypography, type StorePage, StorePageStatus, StorePageType, type StoreSettings, type StoreTemplate, type StoreTemplateMocks, type SupportConversation, SupportConversationChannel, type SupportConversationMessage, SupportConversationMessageAiAnalysisStatus, SupportConversationMessageDeliveryStatus, SupportConversationMessageDirection, SupportConversationMessageSenderType, SupportConversationPriority, SupportConversationStatus, SupportConversationVisibility, type ThemeConfig, type UpdateAccountDeliveryOptionDTO, type UpdateAccountExchangeRateAllDto, type UpdateAccountExchangeRateDto, type UpdateExchangeRateDto, type UpdateFulfillmentDto, type UpdatePromotionDTO, type UpdateStoreTemplateDTO, type Webhook, type WebhookPayload, getAccountPaymentMethodStatusInfo, getCurrencySymbol, getFulfillmentStatusInfo, getIntegrationCategoryName, getOrderPaymentStatusInfo, getOrderStatusInfo, getPaymentCardBrand, getPaymentStatusInfo, getProductStatusInfo, parsePriceFormatPattern };
2253
+ /**
2254
+ * Traffic source types
2255
+ */
2256
+ declare enum TrafficSource {
2257
+ DIRECT = "direct",
2258
+ ORGANIC = "organic",
2259
+ PAID = "paid",
2260
+ REFERRAL = "referral",
2261
+ SOCIAL = "social",
2262
+ EMAIL = "email",
2263
+ OTHER = "other"
2264
+ }
2265
+ /**
2266
+ * Device types
2267
+ */
2268
+ declare enum DeviceType {
2269
+ DESKTOP = "desktop",
2270
+ MOBILE = "mobile",
2271
+ TABLET = "tablet"
2272
+ }
2273
+ /**
2274
+ * Page types for categorization
2275
+ */
2276
+ declare enum PageType {
2277
+ HOME = "home",
2278
+ CATALOG = "catalog",
2279
+ PRODUCT = "product",
2280
+ CART = "cart",
2281
+ CHECKOUT = "checkout",
2282
+ ORDER_CONFIRMATION = "order_confirmation",
2283
+ PAGE = "page",
2284
+ SEARCH = "search",
2285
+ OTHER = "other"
2286
+ }
2287
+ /**
2288
+ * Event types for analytics tracking
2289
+ */
2290
+ declare enum AnalyticsEventType {
2291
+ SESSION_START = "session_start",
2292
+ SESSION_END = "session_end",
2293
+ PAGE_VIEW = "page_view",
2294
+ PRODUCT_VIEW = "product_view",
2295
+ PRODUCT_LIST_VIEW = "product_list_view",
2296
+ PRODUCT_SEARCH = "product_search",
2297
+ ADD_TO_CART = "add_to_cart",
2298
+ REMOVE_FROM_CART = "remove_from_cart",
2299
+ UPDATE_CART_QUANTITY = "update_cart_quantity",
2300
+ CHECKOUT_START = "checkout_start",
2301
+ CHECKOUT_STEP = "checkout_step",
2302
+ CHECKOUT_COMPLETE = "checkout_complete",
2303
+ PURCHASE = "purchase",
2304
+ CLICK = "click",
2305
+ SCROLL = "scroll"
2306
+ }
2307
+ /**
2308
+ * Funnel steps for sales funnel analysis
2309
+ */
2310
+ declare enum FunnelStep {
2311
+ VISIT = "visit",
2312
+ PRODUCT_VIEW = "product_view",
2313
+ ADD_TO_CART = "add_to_cart",
2314
+ CHECKOUT_START = "checkout_start",
2315
+ CHECKOUT_COMPLETE = "checkout_complete",
2316
+ PURCHASE = "purchase"
2317
+ }
2318
+ /**
2319
+ * Analytics Session - Tracks a user visit session
2320
+ */
2321
+ interface AnalyticsSession extends BaseEntityWithAccount {
2322
+ visitorId: string;
2323
+ cartId?: string;
2324
+ customerId?: string;
2325
+ startedAt: Date;
2326
+ endedAt?: Date;
2327
+ duration?: number;
2328
+ lastActivityAt: Date;
2329
+ source: TrafficSource;
2330
+ medium?: string;
2331
+ campaign?: string;
2332
+ content?: string;
2333
+ term?: string;
2334
+ referrer?: string;
2335
+ referrerDomain?: string;
2336
+ landingPage: string;
2337
+ exitPage?: string;
2338
+ pageviews: number;
2339
+ events: number;
2340
+ device: DeviceType;
2341
+ browser?: string;
2342
+ browserVersion?: string;
2343
+ os?: string;
2344
+ osVersion?: string;
2345
+ screenWidth?: number;
2346
+ screenHeight?: number;
2347
+ country?: string;
2348
+ region?: string;
2349
+ city?: string;
2350
+ isConverted: boolean;
2351
+ conversionValue: number;
2352
+ orderId?: string;
2353
+ }
2354
+ /**
2355
+ * Analytics Event - Individual user action
2356
+ */
2357
+ interface AnalyticsEvent extends BaseEntityWithAccount {
2358
+ sessionId: string;
2359
+ visitorId: string;
2360
+ eventType: AnalyticsEventType;
2361
+ eventData?: Record<string, any>;
2362
+ pageUrl: string;
2363
+ pageTitle?: string;
2364
+ pageType?: PageType;
2365
+ productId?: string;
2366
+ productVariantId?: string;
2367
+ productSku?: string;
2368
+ categoryId?: string;
2369
+ cartId?: string;
2370
+ orderId?: string;
2371
+ value?: number;
2372
+ currency?: string;
2373
+ timestamp: Date;
2374
+ }
2375
+ /**
2376
+ * Analytics Pageview - Page view tracking
2377
+ */
2378
+ interface AnalyticsPageview extends BaseEntityWithAccount {
2379
+ sessionId: string;
2380
+ visitorId: string;
2381
+ pageUrl: string;
2382
+ pageTitle?: string;
2383
+ pageType: PageType;
2384
+ referrerUrl?: string;
2385
+ timeOnPage?: number;
2386
+ scrollDepth?: number;
2387
+ timestamp: Date;
2388
+ }
2389
+ /**
2390
+ * Analytics Funnel Step - Aggregated funnel data
2391
+ */
2392
+ interface AnalyticsFunnelStep extends BaseEntityWithAccount {
2393
+ date: Date;
2394
+ step: FunnelStep;
2395
+ count: number;
2396
+ uniqueVisitors: number;
2397
+ conversionFromPrevious?: number;
2398
+ }
2399
+ /**
2400
+ * DTO for creating/updating a session
2401
+ */
2402
+ interface CreateAnalyticsSessionDto {
2403
+ visitorId: string;
2404
+ cartId?: string;
2405
+ customerId?: string;
2406
+ landingPage: string;
2407
+ source: TrafficSource;
2408
+ medium?: string;
2409
+ campaign?: string;
2410
+ content?: string;
2411
+ term?: string;
2412
+ referrer?: string;
2413
+ referrerDomain?: string;
2414
+ device: DeviceType;
2415
+ browser?: string;
2416
+ browserVersion?: string;
2417
+ os?: string;
2418
+ osVersion?: string;
2419
+ screenWidth?: number;
2420
+ screenHeight?: number;
2421
+ }
2422
+ /**
2423
+ * DTO for tracking an event
2424
+ */
2425
+ interface TrackEventDto {
2426
+ sessionId: string;
2427
+ visitorId: string;
2428
+ eventType: AnalyticsEventType;
2429
+ eventData?: Record<string, any>;
2430
+ pageUrl: string;
2431
+ pageTitle?: string;
2432
+ pageType?: PageType;
2433
+ productId?: string;
2434
+ productVariantId?: string;
2435
+ productSku?: string;
2436
+ categoryId?: string;
2437
+ cartId?: string;
2438
+ orderId?: string;
2439
+ value?: number;
2440
+ currency?: string;
2441
+ }
2442
+ /**
2443
+ * DTO for tracking a pageview
2444
+ */
2445
+ interface TrackPageviewDto {
2446
+ sessionId: string;
2447
+ visitorId: string;
2448
+ pageUrl: string;
2449
+ pageTitle?: string;
2450
+ pageType: PageType;
2451
+ referrerUrl?: string;
2452
+ }
2453
+ /**
2454
+ * DTO for session heartbeat (keep alive)
2455
+ */
2456
+ interface SessionHeartbeatDto {
2457
+ sessionId: string;
2458
+ visitorId: string;
2459
+ currentPage?: string;
2460
+ scrollDepth?: number;
2461
+ timeOnPage?: number;
2462
+ pageviewId?: string;
2463
+ }
2464
+ /**
2465
+ * Real-time analytics data
2466
+ */
2467
+ interface RealtimeAnalytics {
2468
+ activeVisitors: number;
2469
+ activeSessions: ActiveSession[];
2470
+ recentEvents: RecentEvent[];
2471
+ pageviewsLastHour: number;
2472
+ conversionsLastHour: number;
2473
+ revenueLastHour: number;
2474
+ }
2475
+ interface ActiveSession {
2476
+ sessionId: string;
2477
+ visitorId: string;
2478
+ currentPage: string;
2479
+ pageType: PageType;
2480
+ device: DeviceType;
2481
+ source: TrafficSource;
2482
+ startedAt: Date;
2483
+ pageviews: number;
2484
+ }
2485
+ interface RecentEvent {
2486
+ eventType: AnalyticsEventType;
2487
+ pageUrl: string;
2488
+ productName?: string;
2489
+ value?: number;
2490
+ timestamp: Date;
2491
+ }
2492
+ /**
2493
+ * Overview analytics for a period
2494
+ */
2495
+ interface AnalyticsOverview {
2496
+ totalVisits: number;
2497
+ uniqueVisitors: number;
2498
+ newVisitors: number;
2499
+ returningVisitors: number;
2500
+ totalPageviews: number;
2501
+ avgSessionDuration: number;
2502
+ avgPagesPerSession: number;
2503
+ bounceRate: number;
2504
+ totalConversions: number;
2505
+ conversionRate: number;
2506
+ totalRevenue: number;
2507
+ avgOrderValue: number;
2508
+ visitsPop?: number;
2509
+ conversionsPop?: number;
2510
+ revenuePop?: number;
2511
+ }
2512
+ /**
2513
+ * Traffic sources breakdown
2514
+ */
2515
+ interface TrafficSourcesData {
2516
+ sources: TrafficSourceItem[];
2517
+ total: number;
2518
+ }
2519
+ interface TrafficSourceItem {
2520
+ source: TrafficSource;
2521
+ visits: number;
2522
+ uniqueVisitors: number;
2523
+ conversions: number;
2524
+ conversionRate: number;
2525
+ revenue: number;
2526
+ percentage: number;
2527
+ }
2528
+ /**
2529
+ * Sales funnel data
2530
+ */
2531
+ interface FunnelData {
2532
+ steps: FunnelStepData[];
2533
+ overallConversionRate: number;
2534
+ }
2535
+ interface FunnelStepData {
2536
+ step: FunnelStep;
2537
+ label: string;
2538
+ count: number;
2539
+ uniqueVisitors: number;
2540
+ conversionRate: number;
2541
+ dropoffRate: number;
2542
+ }
2543
+ /**
2544
+ * Campaign performance
2545
+ */
2546
+ interface CampaignPerformance {
2547
+ campaigns: CampaignData[];
2548
+ total: {
2549
+ visits: number;
2550
+ conversions: number;
2551
+ revenue: number;
2552
+ };
2553
+ }
2554
+ interface CampaignData {
2555
+ campaign: string;
2556
+ source: string;
2557
+ medium: string;
2558
+ visits: number;
2559
+ uniqueVisitors: number;
2560
+ conversions: number;
2561
+ conversionRate: number;
2562
+ revenue: number;
2563
+ avgOrderValue: number;
2564
+ }
2565
+ /**
2566
+ * Top pages data
2567
+ */
2568
+ interface TopPagesData {
2569
+ pages: PageData[];
2570
+ }
2571
+ interface PageData {
2572
+ pageUrl: string;
2573
+ pageTitle: string;
2574
+ pageType: PageType;
2575
+ views: number;
2576
+ uniqueViews: number;
2577
+ avgTimeOnPage: number;
2578
+ bounceRate: number;
2579
+ exitRate: number;
2580
+ }
2581
+ /**
2582
+ * Product analytics
2583
+ */
2584
+ interface ProductAnalyticsData {
2585
+ products: ProductAnalyticsItem[];
2586
+ }
2587
+ interface ProductAnalyticsItem {
2588
+ productId: string;
2589
+ productName: string;
2590
+ sku: string;
2591
+ views: number;
2592
+ addToCarts: number;
2593
+ purchases: number;
2594
+ viewToCartRate: number;
2595
+ cartToPurchaseRate: number;
2596
+ revenue: number;
2597
+ }
2598
+ /**
2599
+ * Historical data point for charts
2600
+ */
2601
+ interface HistoricalDataPoint {
2602
+ date: string;
2603
+ visits: number;
2604
+ uniqueVisitors: number;
2605
+ pageviews: number;
2606
+ conversions: number;
2607
+ revenue: number;
2608
+ }
2609
+ /**
2610
+ * Query parameters for analytics endpoints
2611
+ */
2612
+ interface AnalyticsQueryParams {
2613
+ startDate: string;
2614
+ endDate: string;
2615
+ compareWithPrevious?: boolean;
2616
+ source?: TrafficSource;
2617
+ device?: DeviceType;
2618
+ campaign?: string;
2619
+ }
2620
+ /**
2621
+ * Pagination for analytics lists
2622
+ */
2623
+ interface AnalyticsPagination {
2624
+ page: number;
2625
+ limit: number;
2626
+ total: number;
2627
+ }
2628
+
2629
+ export { type Account, type AccountAiCreditTransaction, type AccountAiCredits, type AccountBranch, type AccountBranchSchedule, AccountBranchScheduleDay, AccountBranchScheduleStatus, AccountBranchStatus, type AccountCurrencyConfig, type AccountDeliveryOption, type AccountDeliveryOptionCalculatedCost, AccountDeliveryOptionPriceLogic, AccountDeliveryOptionStatus, type AccountDeliveryOptionZone, AccountDeliveryOptionZoneStatus, type AccountDomain, AccountDomainStatus, type AccountExchangeRate, type AccountExchangeRateListResponse, type AccountExchangeRateMetadata, type AccountExchangeRateQueryDto, type AccountExchangeRateResponse, AccountExchangeRateType, type AccountExchangeRateWithEffectiveRate, type AccountIntegration, type AccountIntegrationConfigDTO, AccountIntegrationConnectionStatus, AccountIntegrationEnvironment, AccountIntegrationStatus, type AccountPaymentMethod, AccountPaymentMethodStatus, AccountStatus, type ActiveSession, type Address, type AdminOrderStatusChangeDto, AiCreditSource, AiCreditTransactionReason, AiCreditType, type AiCreditsBalance, type AnalyticsEvent, AnalyticsEventType, type AnalyticsFunnelStep, type AnalyticsOverview, type AnalyticsPageview, type AnalyticsPagination, type AnalyticsQueryParams, type AnalyticsSession, type BaseEntity, type BaseEntityWithAccount, type BaseEntityWithAccountAndUser, type BaseEntityWithUser, type ButtonStyle, type Campaign, type CampaignBudget, CampaignBudgetType, type CampaignBudgetUsage, type CampaignData, type CampaignPerformance, CampaignStatus, type Cart, type CartConfirmDto, type CartDeliveryMethod, type CartDeliveryMethodAdjustment, type CartDeliveryMethodCreateData, type CartDeliveryMethodCreateDto, type CartDeliveryMethodFindParams, type CartDeliveryMethodResponse, type CartDeliveryMethodUpdateData, type CartDeliveryMethodUpdateDto, CartDeliveryType, type CartItem, type CartItemAddDto, type CartItemAttributeDetail, CartItemErrorCode, type CartItemRemoveDto, type CartItemUpdateDto, type CartItemValidation, type CartLineItemAdjustment, type CartPromotion, CartSource, CartStatus, type CartUpdateDto, type CreateAccountDeliveryOptionDTO, type CreateAccountExchangeRateDto, type CreateAnalyticsSessionDto, type CreateDeliveryOptionDto, type CreateExchangeRateDto, type CreateFulfillmentDto, type CreateFulfillmentItemDto, type CreatePromotionDTO, type CreateStoreTemplateDTO, Currency, type CurrencyConversion, type Customer, CustomerStatus, type CustomerUpsertDto, DayOfWeek, DeliveryType, type DeliveryZoneInput, DeviceType, type EffectiveExchangeRate, type ExchangeRate, type ExchangeRateListResponse, type ExchangeRateMetadata, type ExchangeRateQueryDto, type ExchangeRateResponse, type Fulfillment, type FulfillmentDeliveryOption, type FulfillmentItem, type FulfillmentLabel, type FulfillmentLabelCreateData, type FulfillmentLabelUpdateData, type FulfillmentProviderAdapter, type FulfillmentProviderContext, type FulfillmentProviderCreateInput, type FulfillmentProviderCreateOutput, type FulfillmentProviderKey, type FulfillmentProviderProcessWebhookInput, type FulfillmentProviderProcessWebhookOutput, type FulfillmentRecollectionCapabilities, type FulfillmentRecollectionConfig, type FulfillmentRecollectionMode, type FulfillmentRecollectionSchedule, FulfillmentStatus, type FunnelData, FunnelStep, type FunnelStepData, type GeoZone, type GeoZoneInput, GeoZoneStatus, type HistoricalDataPoint, type Integration, IntegrationCategory, type IntegrationDeliveryZone, IntegrationDeliveryZoneStatus, IntegrationStatus, type MapPosition, type Media, MediaType, type NextStatusAction, type Order, type OrderCreateFromCartDto, type OrderDeliveryMethod, type OrderDeliveryMethodAdjustment, type OrderDeliveryMethodCreateData, type OrderDeliveryMethodUpdateData, OrderDeliveryType, type OrderItem, type OrderItemSnapshot, type OrderLineItemAdjustment, OrderPaymentStatus, type OrderPromotion, OrderSource, OrderStatus, type PageData, PageType, type Payment, type PaymentCardBrand, PaymentCardBrandKey, type PaymentConversion, PaymentMethodType, type PaymentProviderAdapter, type PaymentProviderCaptureInput, type PaymentProviderCaptureOutput, type PaymentProviderContext, type PaymentProviderInitInput, type PaymentProviderInitOutput, type PaymentProviderKey, type PaymentProviderRefundInput, type PaymentProviderRefundOutput, type PaymentProviderWebhookResult, PaymentStatus, type Phone, type PickupLocation, type Product, type ProductAnalyticsData, type ProductAnalyticsItem, type ProductAttribute, type ProductAttributeOption, ProductAttributeStatus, ProductAttributeType, type ProductCategory, ProductCategoryStatus, ProductStatus, ProductType, type ProductVariant, ProductVariantStatus, type Promotion, type PromotionApplicationMethod, type PromotionApplicationMethodInput, type PromotionApplicationMethodPromotionRule, PromotionApplicationType, type PromotionListFilters, type PromotionPromotionRule, type PromotionRule, type PromotionRuleInput, PromotionRuleOperator, type PromotionRuleValue, PromotionStatus, PromotionTargetType, PromotionType, PubSubTopics, type RealtimeAnalytics, type RecentEvent, type RoundingConfig, RoundingMethod, RoundingRule, type SessionHeartbeatDto, type StandardCategory, StandardCategoryStatus, type StatusChangeHistory, type StatusFlow, type StoreBanner, StoreBannerStatus, type StoreCustomization, type StoreCustomizationComponentSettings, type StoreCustomizationLayoutComponent, type StoreCustomizationPage, type StoreCustomizationPageComponent, type StoreCustomizationSeo, type StoreCustomizationThemeButtons, type StoreCustomizationThemeColors, type StoreCustomizationThemeTypography, type StorePage, StorePageStatus, StorePageType, type StoreSettings, type StoreTemplate, type StoreTemplateMocks, type SupportConversation, SupportConversationChannel, type SupportConversationMessage, SupportConversationMessageAiAnalysisStatus, SupportConversationMessageDeliveryStatus, SupportConversationMessageDirection, SupportConversationMessageSenderType, SupportConversationPriority, SupportConversationStatus, SupportConversationVisibility, type ThemeConfig, type TopPagesData, type TrackEventDto, type TrackPageviewDto, TrafficSource, type TrafficSourceItem, type TrafficSourcesData, type UpdateAccountDeliveryOptionDTO, type UpdateAccountExchangeRateAllDto, type UpdateAccountExchangeRateDto, type UpdateExchangeRateDto, type UpdateFulfillmentDto, type UpdatePromotionDTO, type UpdateStoreTemplateDTO, type Webhook, type WebhookPayload, getAccountPaymentMethodStatusInfo, getCurrencySymbol, getFulfillmentStatusInfo, getIntegrationCategoryName, getOrderPaymentStatusInfo, getOrderStatusInfo, getPaymentCardBrand, getPaymentStatusInfo, getProductStatusInfo, parsePriceFormatPattern };