@lssm/example.marketplace 0.0.0-canary-20251206160926 → 0.0.0-canary-20251207012602

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.ts CHANGED
@@ -9,7 +9,7 @@ import { InventoryUpdatedEvent, MarketplaceEvents, OrderCompletedEvent, OrderCre
9
9
  import { MarketplaceFeature } from "./feature.js";
10
10
  import { CommissionResult, MarketplaceHandlerContext, MockOrder, MockOrderItem, MockPayout, MockProduct, MockReview, MockStore, RatingStats, calculateCommission, calculateRatingStats, generateOrderNumber, generatePayoutNumber, handleCreateOrder, handleCreateProduct, handleCreateReview, handleCreateStore, mockMarketplaceStore } from "./handlers/index.js";
11
11
  import { CheckoutPresentation, MarketplacePresentations, OrderDetailPresentation, OrderListPresentation, PayoutDetailPresentation, PayoutListPresentation, ProductCatalogPresentation, ProductDetailPresentation, ProductEditorPresentation, ReviewFormPresentation, ReviewListPresentation, SellerDashboardPresentation, StoreProfilePresentation } from "./presentations/index.js";
12
- import * as _lssm_lib_schema1068 from "@lssm/lib.schema";
12
+ import * as _lssm_lib_schema435 from "@lssm/lib.schema";
13
13
 
14
14
  //#region src/index.d.ts
15
15
 
@@ -26,7 +26,7 @@ import * as _lssm_lib_schema1068 from "@lssm/lib.schema";
26
26
  * - Usage metering for platform analytics
27
27
  */
28
28
  declare const schemaComposition: {
29
- modules: _lssm_lib_schema1068.ModuleSchemaContribution[];
29
+ modules: _lssm_lib_schema435.ModuleSchemaContribution[];
30
30
  provider: "postgresql";
31
31
  outputPath: string;
32
32
  };