@lssm/example.marketplace 0.0.0-canary-20251206181705 → 0.0.0-canary-20251207013726
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/contracts/index.d.ts +454 -454
- package/dist/entities/order.d.ts +78 -78
- package/dist/entities/payout.d.ts +65 -65
- package/dist/entities/product.d.ts +70 -70
- package/dist/entities/review.d.ts +56 -56
- package/dist/entities/store.d.ts +41 -41
- package/dist/events.d.ts +192 -192
- package/dist/index.d.ts +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
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
|
|
12
|
+
import * as _lssm_lib_schema294 from "@lssm/lib.schema";
|
|
13
13
|
|
|
14
14
|
//#region src/index.d.ts
|
|
15
15
|
|
|
@@ -26,7 +26,7 @@ import * as _lssm_lib_schema559 from "@lssm/lib.schema";
|
|
|
26
26
|
* - Usage metering for platform analytics
|
|
27
27
|
*/
|
|
28
28
|
declare const schemaComposition: {
|
|
29
|
-
modules:
|
|
29
|
+
modules: _lssm_lib_schema294.ModuleSchemaContribution[];
|
|
30
30
|
provider: "postgresql";
|
|
31
31
|
outputPath: string;
|
|
32
32
|
};
|