@contractspec/example.marketplace 1.61.0 → 2.0.0
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/browser/docs/index.js +1 -1
- package/dist/browser/docs/marketplace.docblock.js +1 -1
- package/dist/browser/example.js +1 -1
- package/dist/browser/index.js +10 -10
- package/dist/browser/marketplace.capability.js +4 -1
- package/dist/browser/marketplace.feature.js +1 -1
- package/dist/browser/order/index.js +2 -2
- package/dist/browser/order/order.event.js +1 -1
- package/dist/browser/order/order.operations.js +1 -1
- package/dist/browser/order/order.presentation.js +4 -1
- package/dist/browser/payout/index.js +2 -2
- package/dist/browser/payout/payout.event.js +1 -1
- package/dist/browser/payout/payout.operations.js +1 -1
- package/dist/browser/payout/payout.presentation.js +4 -1
- package/dist/browser/product/index.js +2 -2
- package/dist/browser/product/product.event.js +1 -1
- package/dist/browser/product/product.operations.js +1 -1
- package/dist/browser/product/product.presentation.js +4 -1
- package/dist/browser/review/index.js +2 -2
- package/dist/browser/review/review.event.js +1 -1
- package/dist/browser/review/review.operations.js +1 -1
- package/dist/browser/review/review.presentation.js +4 -1
- package/dist/browser/store/index.js +2 -2
- package/dist/browser/store/store.event.js +1 -1
- package/dist/browser/store/store.operations.js +1 -1
- package/dist/browser/store/store.presentation.js +4 -1
- package/dist/browser/tests/operations.test-spec.js +1 -1
- package/dist/docs/index.d.ts +0 -1
- package/dist/docs/index.js +1 -1
- package/dist/docs/marketplace.docblock.d.ts +0 -1
- package/dist/docs/marketplace.docblock.js +1 -1
- package/dist/entities/index.d.ts +0 -1
- package/dist/entities/order.d.ts +0 -1
- package/dist/entities/payout.d.ts +0 -1
- package/dist/entities/product.d.ts +0 -1
- package/dist/entities/review.d.ts +0 -1
- package/dist/entities/store.d.ts +0 -1
- package/dist/example.d.ts +1 -2
- package/dist/example.js +1 -1
- package/dist/handlers/index.d.ts +0 -1
- package/dist/handlers/marketplace.handlers.d.ts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +10 -10
- package/dist/marketplace.capability.d.ts +3 -4
- package/dist/marketplace.capability.js +4 -1
- package/dist/marketplace.feature.d.ts +1 -2
- package/dist/marketplace.feature.js +1 -1
- package/dist/node/docs/index.js +1 -1
- package/dist/node/docs/marketplace.docblock.js +1 -1
- package/dist/node/example.js +1 -1
- package/dist/node/index.js +10 -10
- package/dist/node/marketplace.capability.js +4 -1
- package/dist/node/marketplace.feature.js +1 -1
- package/dist/node/order/index.js +2 -2
- package/dist/node/order/order.event.js +1 -1
- package/dist/node/order/order.operations.js +1 -1
- package/dist/node/order/order.presentation.js +4 -1
- package/dist/node/payout/index.js +2 -2
- package/dist/node/payout/payout.event.js +1 -1
- package/dist/node/payout/payout.operations.js +1 -1
- package/dist/node/payout/payout.presentation.js +4 -1
- package/dist/node/product/index.js +2 -2
- package/dist/node/product/product.event.js +1 -1
- package/dist/node/product/product.operations.js +1 -1
- package/dist/node/product/product.presentation.js +4 -1
- package/dist/node/review/index.js +2 -2
- package/dist/node/review/review.event.js +1 -1
- package/dist/node/review/review.operations.js +1 -1
- package/dist/node/review/review.presentation.js +4 -1
- package/dist/node/store/index.js +2 -2
- package/dist/node/store/store.event.js +1 -1
- package/dist/node/store/store.operations.js +1 -1
- package/dist/node/store/store.presentation.js +4 -1
- package/dist/node/tests/operations.test-spec.js +1 -1
- package/dist/order/index.d.ts +0 -1
- package/dist/order/index.js +2 -2
- package/dist/order/order.enum.d.ts +0 -1
- package/dist/order/order.event.d.ts +5 -6
- package/dist/order/order.event.js +1 -1
- package/dist/order/order.operations.d.ts +2 -3
- package/dist/order/order.operations.js +1 -1
- package/dist/order/order.presentation.d.ts +3 -4
- package/dist/order/order.presentation.js +4 -1
- package/dist/order/order.schema.d.ts +0 -1
- package/dist/payout/index.d.ts +0 -1
- package/dist/payout/index.js +2 -2
- package/dist/payout/payout.enum.d.ts +0 -1
- package/dist/payout/payout.event.d.ts +2 -3
- package/dist/payout/payout.event.js +1 -1
- package/dist/payout/payout.operations.d.ts +1 -2
- package/dist/payout/payout.operations.js +1 -1
- package/dist/payout/payout.presentation.d.ts +2 -3
- package/dist/payout/payout.presentation.js +4 -1
- package/dist/payout/payout.schema.d.ts +0 -1
- package/dist/product/index.d.ts +0 -1
- package/dist/product/index.js +2 -2
- package/dist/product/product.enum.d.ts +0 -1
- package/dist/product/product.event.d.ts +3 -4
- package/dist/product/product.event.js +1 -1
- package/dist/product/product.operations.d.ts +2 -3
- package/dist/product/product.operations.js +1 -1
- package/dist/product/product.presentation.d.ts +3 -4
- package/dist/product/product.presentation.js +4 -1
- package/dist/product/product.schema.d.ts +0 -1
- package/dist/review/index.d.ts +0 -1
- package/dist/review/index.js +2 -2
- package/dist/review/review.enum.d.ts +0 -1
- package/dist/review/review.event.d.ts +2 -3
- package/dist/review/review.event.js +1 -1
- package/dist/review/review.operations.d.ts +2 -3
- package/dist/review/review.operations.js +1 -1
- package/dist/review/review.presentation.d.ts +2 -3
- package/dist/review/review.presentation.js +4 -1
- package/dist/review/review.schema.d.ts +0 -1
- package/dist/seeders/index.d.ts +0 -1
- package/dist/store/index.d.ts +0 -1
- package/dist/store/index.js +2 -2
- package/dist/store/store.enum.d.ts +0 -1
- package/dist/store/store.event.d.ts +2 -3
- package/dist/store/store.event.js +1 -1
- package/dist/store/store.operations.d.ts +1 -2
- package/dist/store/store.operations.js +1 -1
- package/dist/store/store.presentation.d.ts +2 -3
- package/dist/store/store.presentation.js +4 -1
- package/dist/store/store.schema.d.ts +0 -1
- package/dist/tests/operations.test-spec.d.ts +5 -6
- package/dist/tests/operations.test-spec.js +1 -1
- package/dist/ui/MarketplaceDashboard.d.ts +0 -1
- package/dist/ui/hooks/index.d.ts +0 -1
- package/dist/ui/hooks/useMarketplaceData.d.ts +0 -1
- package/dist/ui/index.d.ts +0 -1
- package/dist/ui/renderers/index.d.ts +0 -1
- package/dist/ui/renderers/marketplace.markdown.d.ts +1 -2
- package/package.json +9 -9
- package/dist/docs/index.d.ts.map +0 -1
- package/dist/docs/marketplace.docblock.d.ts.map +0 -1
- package/dist/entities/index.d.ts.map +0 -1
- package/dist/entities/order.d.ts.map +0 -1
- package/dist/entities/payout.d.ts.map +0 -1
- package/dist/entities/product.d.ts.map +0 -1
- package/dist/entities/review.d.ts.map +0 -1
- package/dist/entities/store.d.ts.map +0 -1
- package/dist/example.d.ts.map +0 -1
- package/dist/handlers/index.d.ts.map +0 -1
- package/dist/handlers/marketplace.handlers.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/marketplace.capability.d.ts.map +0 -1
- package/dist/marketplace.feature.d.ts.map +0 -1
- package/dist/order/index.d.ts.map +0 -1
- package/dist/order/order.enum.d.ts.map +0 -1
- package/dist/order/order.event.d.ts.map +0 -1
- package/dist/order/order.operations.d.ts.map +0 -1
- package/dist/order/order.presentation.d.ts.map +0 -1
- package/dist/order/order.schema.d.ts.map +0 -1
- package/dist/payout/index.d.ts.map +0 -1
- package/dist/payout/payout.enum.d.ts.map +0 -1
- package/dist/payout/payout.event.d.ts.map +0 -1
- package/dist/payout/payout.operations.d.ts.map +0 -1
- package/dist/payout/payout.presentation.d.ts.map +0 -1
- package/dist/payout/payout.schema.d.ts.map +0 -1
- package/dist/product/index.d.ts.map +0 -1
- package/dist/product/product.enum.d.ts.map +0 -1
- package/dist/product/product.event.d.ts.map +0 -1
- package/dist/product/product.operations.d.ts.map +0 -1
- package/dist/product/product.presentation.d.ts.map +0 -1
- package/dist/product/product.schema.d.ts.map +0 -1
- package/dist/review/index.d.ts.map +0 -1
- package/dist/review/review.enum.d.ts.map +0 -1
- package/dist/review/review.event.d.ts.map +0 -1
- package/dist/review/review.operations.d.ts.map +0 -1
- package/dist/review/review.presentation.d.ts.map +0 -1
- package/dist/review/review.schema.d.ts.map +0 -1
- package/dist/seeders/index.d.ts.map +0 -1
- package/dist/store/index.d.ts.map +0 -1
- package/dist/store/store.enum.d.ts.map +0 -1
- package/dist/store/store.event.d.ts.map +0 -1
- package/dist/store/store.operations.d.ts.map +0 -1
- package/dist/store/store.presentation.d.ts.map +0 -1
- package/dist/store/store.schema.d.ts.map +0 -1
- package/dist/tests/operations.test-spec.d.ts.map +0 -1
- package/dist/ui/MarketplaceDashboard.d.ts.map +0 -1
- package/dist/ui/hooks/index.d.ts.map +0 -1
- package/dist/ui/hooks/useMarketplaceData.d.ts.map +0 -1
- package/dist/ui/index.d.ts.map +0 -1
- package/dist/ui/renderers/index.d.ts.map +0 -1
- package/dist/ui/renderers/marketplace.markdown.d.ts.map +0 -1
|
@@ -57,7 +57,10 @@ var ListPayoutsOutputModel = defineSchemaModel({
|
|
|
57
57
|
});
|
|
58
58
|
|
|
59
59
|
// src/payout/payout.presentation.ts
|
|
60
|
-
import {
|
|
60
|
+
import {
|
|
61
|
+
definePresentation,
|
|
62
|
+
StabilityEnum
|
|
63
|
+
} from "@contractspec/lib.contracts-spec";
|
|
61
64
|
var PayoutListPresentation = definePresentation({
|
|
62
65
|
meta: {
|
|
63
66
|
key: "marketplace.payout.viewList",
|
package/dist/product/index.d.ts
CHANGED
|
@@ -5,4 +5,3 @@ export { ProductStatusEnum } from './product.enum';
|
|
|
5
5
|
export { ProductModel, CreateProductInputModel, ListProductsInputModel, ListProductsOutputModel, } from './product.schema';
|
|
6
6
|
export { CreateProductContract, ListProductsContract, } from './product.operations';
|
|
7
7
|
export { ProductCreatedEvent, ProductPublishedEvent, InventoryUpdatedEvent, } from './product.event';
|
|
8
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/product/index.js
CHANGED
|
@@ -82,7 +82,7 @@ var ListProductsOutputModel = defineSchemaModel({
|
|
|
82
82
|
import {
|
|
83
83
|
defineCommand,
|
|
84
84
|
defineQuery
|
|
85
|
-
} from "@contractspec/lib.contracts/operations";
|
|
85
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
86
86
|
var OWNERS = ["@example.marketplace"];
|
|
87
87
|
var CreateProductContract = defineCommand({
|
|
88
88
|
meta: {
|
|
@@ -169,7 +169,7 @@ var ListProductsContract = defineQuery({
|
|
|
169
169
|
|
|
170
170
|
// src/product/product.event.ts
|
|
171
171
|
import { ScalarTypeEnum as ScalarTypeEnum2, defineSchemaModel as defineSchemaModel2 } from "@contractspec/lib.schema";
|
|
172
|
-
import { defineEvent } from "@contractspec/lib.contracts";
|
|
172
|
+
import { defineEvent } from "@contractspec/lib.contracts-spec";
|
|
173
173
|
var ProductCreatedPayload = defineSchemaModel2({
|
|
174
174
|
name: "ProductCreatedEventPayload",
|
|
175
175
|
fields: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const ProductCreatedEvent: import("@contractspec/lib.contracts").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
1
|
+
export declare const ProductCreatedEvent: import("@contractspec/lib.contracts-spec").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
2
2
|
productId: {
|
|
3
3
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
4
4
|
isOptional: false;
|
|
@@ -24,7 +24,7 @@ export declare const ProductCreatedEvent: import("@contractspec/lib.contracts").
|
|
|
24
24
|
isOptional: false;
|
|
25
25
|
};
|
|
26
26
|
}>>;
|
|
27
|
-
export declare const ProductPublishedEvent: import("@contractspec/lib.contracts").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
27
|
+
export declare const ProductPublishedEvent: import("@contractspec/lib.contracts-spec").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
28
28
|
productId: {
|
|
29
29
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
30
30
|
isOptional: false;
|
|
@@ -38,7 +38,7 @@ export declare const ProductPublishedEvent: import("@contractspec/lib.contracts"
|
|
|
38
38
|
isOptional: false;
|
|
39
39
|
};
|
|
40
40
|
}>>;
|
|
41
|
-
export declare const InventoryUpdatedEvent: import("@contractspec/lib.contracts").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
41
|
+
export declare const InventoryUpdatedEvent: import("@contractspec/lib.contracts-spec").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
42
42
|
productId: {
|
|
43
43
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
44
44
|
isOptional: false;
|
|
@@ -64,4 +64,3 @@ export declare const InventoryUpdatedEvent: import("@contractspec/lib.contracts"
|
|
|
64
64
|
isOptional: false;
|
|
65
65
|
};
|
|
66
66
|
}>>;
|
|
67
|
-
//# sourceMappingURL=product.event.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/product/product.event.ts
|
|
3
3
|
import { ScalarTypeEnum, defineSchemaModel } from "@contractspec/lib.schema";
|
|
4
|
-
import { defineEvent } from "@contractspec/lib.contracts";
|
|
4
|
+
import { defineEvent } from "@contractspec/lib.contracts-spec";
|
|
5
5
|
var ProductCreatedPayload = defineSchemaModel({
|
|
6
6
|
name: "ProductCreatedEventPayload",
|
|
7
7
|
fields: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Create a new product listing.
|
|
3
3
|
*/
|
|
4
|
-
export declare const CreateProductContract: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
4
|
+
export declare const CreateProductContract: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
5
5
|
storeId: {
|
|
6
6
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
7
7
|
isOptional: false;
|
|
@@ -161,7 +161,7 @@ export declare const CreateProductContract: import("@contractspec/lib.contracts"
|
|
|
161
161
|
/**
|
|
162
162
|
* List products with filters.
|
|
163
163
|
*/
|
|
164
|
-
export declare const ListProductsContract: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
164
|
+
export declare const ListProductsContract: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
165
165
|
storeId: {
|
|
166
166
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
167
167
|
isOptional: true;
|
|
@@ -264,4 +264,3 @@ export declare const ListProductsContract: import("@contractspec/lib.contracts")
|
|
|
264
264
|
isOptional: false;
|
|
265
265
|
};
|
|
266
266
|
}>, undefined>;
|
|
267
|
-
//# sourceMappingURL=product.operations.d.ts.map
|
|
@@ -82,7 +82,7 @@ var ListProductsOutputModel = defineSchemaModel({
|
|
|
82
82
|
import {
|
|
83
83
|
defineCommand,
|
|
84
84
|
defineQuery
|
|
85
|
-
} from "@contractspec/lib.contracts/operations";
|
|
85
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
86
86
|
var OWNERS = ["@example.marketplace"];
|
|
87
87
|
var CreateProductContract = defineCommand({
|
|
88
88
|
meta: {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export declare const ProductCatalogPresentation: import("@contractspec/lib.contracts").PresentationSpec;
|
|
2
|
-
export declare const ProductDetailPresentation: import("@contractspec/lib.contracts").PresentationSpec;
|
|
3
|
-
export declare const ProductEditorPresentation: import("@contractspec/lib.contracts").PresentationSpec;
|
|
4
|
-
//# sourceMappingURL=product.presentation.d.ts.map
|
|
1
|
+
export declare const ProductCatalogPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
|
|
2
|
+
export declare const ProductDetailPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
|
|
3
|
+
export declare const ProductEditorPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
|
|
@@ -79,7 +79,10 @@ var ListProductsOutputModel = defineSchemaModel({
|
|
|
79
79
|
});
|
|
80
80
|
|
|
81
81
|
// src/product/product.presentation.ts
|
|
82
|
-
import {
|
|
82
|
+
import {
|
|
83
|
+
definePresentation,
|
|
84
|
+
StabilityEnum
|
|
85
|
+
} from "@contractspec/lib.contracts-spec";
|
|
83
86
|
var ProductCatalogPresentation = definePresentation({
|
|
84
87
|
meta: {
|
|
85
88
|
key: "marketplace.product.catalog",
|
package/dist/review/index.d.ts
CHANGED
|
@@ -5,4 +5,3 @@ export { ReviewStatusEnum } from './review.enum';
|
|
|
5
5
|
export { ReviewModel, CreateReviewInputModel, ListReviewsInputModel, ListReviewsOutputModel, } from './review.schema';
|
|
6
6
|
export { CreateReviewContract, ListReviewsContract } from './review.operations';
|
|
7
7
|
export { ReviewCreatedEvent, ReviewRespondedEvent } from './review.event';
|
|
8
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/review/index.js
CHANGED
|
@@ -72,7 +72,7 @@ var ListReviewsOutputModel = defineSchemaModel({
|
|
|
72
72
|
import {
|
|
73
73
|
defineCommand,
|
|
74
74
|
defineQuery
|
|
75
|
-
} from "@contractspec/lib.contracts/operations";
|
|
75
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
76
76
|
var OWNERS = ["@example.marketplace"];
|
|
77
77
|
var CreateReviewContract = defineCommand({
|
|
78
78
|
meta: {
|
|
@@ -150,7 +150,7 @@ var ListReviewsContract = defineQuery({
|
|
|
150
150
|
|
|
151
151
|
// src/review/review.event.ts
|
|
152
152
|
import { ScalarTypeEnum as ScalarTypeEnum2, defineSchemaModel as defineSchemaModel2 } from "@contractspec/lib.schema";
|
|
153
|
-
import { defineEvent } from "@contractspec/lib.contracts";
|
|
153
|
+
import { defineEvent } from "@contractspec/lib.contracts-spec";
|
|
154
154
|
var ReviewCreatedPayload = defineSchemaModel2({
|
|
155
155
|
name: "ReviewCreatedEventPayload",
|
|
156
156
|
fields: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const ReviewCreatedEvent: import("@contractspec/lib.contracts").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
1
|
+
export declare const ReviewCreatedEvent: import("@contractspec/lib.contracts-spec").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
2
2
|
reviewId: {
|
|
3
3
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
4
4
|
isOptional: false;
|
|
@@ -28,7 +28,7 @@ export declare const ReviewCreatedEvent: import("@contractspec/lib.contracts").E
|
|
|
28
28
|
isOptional: false;
|
|
29
29
|
};
|
|
30
30
|
}>>;
|
|
31
|
-
export declare const ReviewRespondedEvent: import("@contractspec/lib.contracts").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
31
|
+
export declare const ReviewRespondedEvent: import("@contractspec/lib.contracts-spec").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
32
32
|
reviewId: {
|
|
33
33
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
34
34
|
isOptional: false;
|
|
@@ -46,4 +46,3 @@ export declare const ReviewRespondedEvent: import("@contractspec/lib.contracts")
|
|
|
46
46
|
isOptional: false;
|
|
47
47
|
};
|
|
48
48
|
}>>;
|
|
49
|
-
//# sourceMappingURL=review.event.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/review/review.event.ts
|
|
3
3
|
import { ScalarTypeEnum, defineSchemaModel } from "@contractspec/lib.schema";
|
|
4
|
-
import { defineEvent } from "@contractspec/lib.contracts";
|
|
4
|
+
import { defineEvent } from "@contractspec/lib.contracts-spec";
|
|
5
5
|
var ReviewCreatedPayload = defineSchemaModel({
|
|
6
6
|
name: "ReviewCreatedEventPayload",
|
|
7
7
|
fields: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Create a product/store review.
|
|
3
3
|
*/
|
|
4
|
-
export declare const CreateReviewContract: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
4
|
+
export declare const CreateReviewContract: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
5
5
|
productId: {
|
|
6
6
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
7
7
|
isOptional: true;
|
|
@@ -133,7 +133,7 @@ export declare const CreateReviewContract: import("@contractspec/lib.contracts")
|
|
|
133
133
|
/**
|
|
134
134
|
* List reviews with filters.
|
|
135
135
|
*/
|
|
136
|
-
export declare const ListReviewsContract: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
136
|
+
export declare const ListReviewsContract: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
137
137
|
productId: {
|
|
138
138
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
139
139
|
isOptional: true;
|
|
@@ -228,4 +228,3 @@ export declare const ListReviewsContract: import("@contractspec/lib.contracts").
|
|
|
228
228
|
isOptional: false;
|
|
229
229
|
};
|
|
230
230
|
}>, undefined>;
|
|
231
|
-
//# sourceMappingURL=review.operations.d.ts.map
|
|
@@ -72,7 +72,7 @@ var ListReviewsOutputModel = defineSchemaModel({
|
|
|
72
72
|
import {
|
|
73
73
|
defineCommand,
|
|
74
74
|
defineQuery
|
|
75
|
-
} from "@contractspec/lib.contracts/operations";
|
|
75
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
76
76
|
var OWNERS = ["@example.marketplace"];
|
|
77
77
|
var CreateReviewContract = defineCommand({
|
|
78
78
|
meta: {
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
export declare const ReviewListPresentation: import("@contractspec/lib.contracts").PresentationSpec;
|
|
2
|
-
export declare const ReviewFormPresentation: import("@contractspec/lib.contracts").PresentationSpec;
|
|
3
|
-
//# sourceMappingURL=review.presentation.d.ts.map
|
|
1
|
+
export declare const ReviewListPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
|
|
2
|
+
export declare const ReviewFormPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
|
|
@@ -69,7 +69,10 @@ var ListReviewsOutputModel = defineSchemaModel({
|
|
|
69
69
|
});
|
|
70
70
|
|
|
71
71
|
// src/review/review.presentation.ts
|
|
72
|
-
import {
|
|
72
|
+
import {
|
|
73
|
+
definePresentation,
|
|
74
|
+
StabilityEnum
|
|
75
|
+
} from "@contractspec/lib.contracts-spec";
|
|
73
76
|
var ReviewListPresentation = definePresentation({
|
|
74
77
|
meta: {
|
|
75
78
|
key: "marketplace.review.viewList",
|
package/dist/seeders/index.d.ts
CHANGED
package/dist/store/index.d.ts
CHANGED
|
@@ -5,4 +5,3 @@ export { StoreStatusEnum } from './store.enum';
|
|
|
5
5
|
export { StoreModel, CreateStoreInputModel } from './store.schema';
|
|
6
6
|
export { CreateStoreContract } from './store.operations';
|
|
7
7
|
export { StoreCreatedEvent, StoreStatusChangedEvent } from './store.event';
|
|
8
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/store/index.js
CHANGED
|
@@ -40,7 +40,7 @@ var CreateStoreInputModel = defineSchemaModel({
|
|
|
40
40
|
});
|
|
41
41
|
|
|
42
42
|
// src/store/store.operations.ts
|
|
43
|
-
import { defineCommand } from "@contractspec/lib.contracts/operations";
|
|
43
|
+
import { defineCommand } from "@contractspec/lib.contracts-spec/operations";
|
|
44
44
|
var OWNERS = ["@example.marketplace"];
|
|
45
45
|
var CreateStoreContract = defineCommand({
|
|
46
46
|
meta: {
|
|
@@ -87,7 +87,7 @@ var CreateStoreContract = defineCommand({
|
|
|
87
87
|
|
|
88
88
|
// src/store/store.event.ts
|
|
89
89
|
import { ScalarTypeEnum as ScalarTypeEnum2, defineSchemaModel as defineSchemaModel2 } from "@contractspec/lib.schema";
|
|
90
|
-
import { defineEvent } from "@contractspec/lib.contracts";
|
|
90
|
+
import { defineEvent } from "@contractspec/lib.contracts-spec";
|
|
91
91
|
var StoreCreatedPayload = defineSchemaModel2({
|
|
92
92
|
name: "StoreCreatedEventPayload",
|
|
93
93
|
fields: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const StoreCreatedEvent: import("@contractspec/lib.contracts").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
1
|
+
export declare const StoreCreatedEvent: import("@contractspec/lib.contracts-spec").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
2
2
|
storeId: {
|
|
3
3
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
4
4
|
isOptional: false;
|
|
@@ -20,7 +20,7 @@ export declare const StoreCreatedEvent: import("@contractspec/lib.contracts").Ev
|
|
|
20
20
|
isOptional: false;
|
|
21
21
|
};
|
|
22
22
|
}>>;
|
|
23
|
-
export declare const StoreStatusChangedEvent: import("@contractspec/lib.contracts").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
23
|
+
export declare const StoreStatusChangedEvent: import("@contractspec/lib.contracts-spec").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
24
24
|
storeId: {
|
|
25
25
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
26
26
|
isOptional: false;
|
|
@@ -42,4 +42,3 @@ export declare const StoreStatusChangedEvent: import("@contractspec/lib.contract
|
|
|
42
42
|
isOptional: false;
|
|
43
43
|
};
|
|
44
44
|
}>>;
|
|
45
|
-
//# sourceMappingURL=store.event.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/store/store.event.ts
|
|
3
3
|
import { ScalarTypeEnum, defineSchemaModel } from "@contractspec/lib.schema";
|
|
4
|
-
import { defineEvent } from "@contractspec/lib.contracts";
|
|
4
|
+
import { defineEvent } from "@contractspec/lib.contracts-spec";
|
|
5
5
|
var StoreCreatedPayload = defineSchemaModel({
|
|
6
6
|
name: "StoreCreatedEventPayload",
|
|
7
7
|
fields: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Create a new seller store.
|
|
3
3
|
*/
|
|
4
|
-
export declare const CreateStoreContract: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
4
|
+
export declare const CreateStoreContract: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
5
5
|
name: {
|
|
6
6
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
7
7
|
isOptional: false;
|
|
@@ -122,4 +122,3 @@ export declare const CreateStoreContract: import("@contractspec/lib.contracts").
|
|
|
122
122
|
};
|
|
123
123
|
}>;
|
|
124
124
|
}[]>;
|
|
125
|
-
//# sourceMappingURL=store.operations.d.ts.map
|
|
@@ -40,7 +40,7 @@ var CreateStoreInputModel = defineSchemaModel({
|
|
|
40
40
|
});
|
|
41
41
|
|
|
42
42
|
// src/store/store.operations.ts
|
|
43
|
-
import { defineCommand } from "@contractspec/lib.contracts/operations";
|
|
43
|
+
import { defineCommand } from "@contractspec/lib.contracts-spec/operations";
|
|
44
44
|
var OWNERS = ["@example.marketplace"];
|
|
45
45
|
var CreateStoreContract = defineCommand({
|
|
46
46
|
meta: {
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
export declare const StoreProfilePresentation: import("@contractspec/lib.contracts").PresentationSpec;
|
|
2
|
-
export declare const SellerDashboardPresentation: import("@contractspec/lib.contracts").PresentationSpec;
|
|
3
|
-
//# sourceMappingURL=store.presentation.d.ts.map
|
|
1
|
+
export declare const StoreProfilePresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
|
|
2
|
+
export declare const SellerDashboardPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
|
|
@@ -40,7 +40,10 @@ var CreateStoreInputModel = defineSchemaModel({
|
|
|
40
40
|
});
|
|
41
41
|
|
|
42
42
|
// src/store/store.presentation.ts
|
|
43
|
-
import {
|
|
43
|
+
import {
|
|
44
|
+
definePresentation,
|
|
45
|
+
StabilityEnum
|
|
46
|
+
} from "@contractspec/lib.contracts-spec";
|
|
44
47
|
var StoreProfilePresentation = definePresentation({
|
|
45
48
|
meta: {
|
|
46
49
|
key: "marketplace.store.profile",
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
export declare const ProductListTest: import("@contractspec/lib.contracts").TestSpec;
|
|
2
|
-
export declare const OrderCreateTest: import("@contractspec/lib.contracts").TestSpec;
|
|
3
|
-
export declare const PayoutListTest: import("@contractspec/lib.contracts").TestSpec;
|
|
4
|
-
export declare const ReviewListTest: import("@contractspec/lib.contracts").TestSpec;
|
|
5
|
-
export declare const ReviewCreateTest: import("@contractspec/lib.contracts").TestSpec;
|
|
6
|
-
//# sourceMappingURL=operations.test-spec.d.ts.map
|
|
1
|
+
export declare const ProductListTest: import("@contractspec/lib.contracts-spec/tests").TestSpec;
|
|
2
|
+
export declare const OrderCreateTest: import("@contractspec/lib.contracts-spec/tests").TestSpec;
|
|
3
|
+
export declare const PayoutListTest: import("@contractspec/lib.contracts-spec/tests").TestSpec;
|
|
4
|
+
export declare const ReviewListTest: import("@contractspec/lib.contracts-spec/tests").TestSpec;
|
|
5
|
+
export declare const ReviewCreateTest: import("@contractspec/lib.contracts-spec/tests").TestSpec;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/tests/operations.test-spec.ts
|
|
3
|
-
import { defineTestSpec } from "@contractspec/lib.contracts";
|
|
3
|
+
import { defineTestSpec } from "@contractspec/lib.contracts-spec/tests";
|
|
4
4
|
var ProductListTest = defineTestSpec({
|
|
5
5
|
meta: {
|
|
6
6
|
key: "marketplace.product.list.test",
|
package/dist/ui/hooks/index.d.ts
CHANGED
package/dist/ui/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Markdown renderers for Marketplace presentations
|
|
3
3
|
*/
|
|
4
|
-
import type { PresentationRenderer } from '@contractspec/lib.contracts';
|
|
4
|
+
import type { PresentationRenderer } from '@contractspec/lib.contracts-spec/presentations/transform-engine';
|
|
5
5
|
/**
|
|
6
6
|
* Markdown renderer for Marketplace Dashboard
|
|
7
7
|
*/
|
|
@@ -23,4 +23,3 @@ export declare const orderListMarkdownRenderer: PresentationRenderer<{
|
|
|
23
23
|
mimeType: string;
|
|
24
24
|
body: string;
|
|
25
25
|
}>;
|
|
26
|
-
//# sourceMappingURL=marketplace.markdown.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.marketplace",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Marketplace example with orders, payouts, and reviews for ContractSpec",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -19,20 +19,20 @@
|
|
|
19
19
|
"typecheck": "tsc --noEmit"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@contractspec/lib.schema": "
|
|
23
|
-
"@contractspec/lib.contracts": "
|
|
24
|
-
"@contractspec/lib.example-shared-ui": "
|
|
25
|
-
"@contractspec/lib.design-system": "
|
|
26
|
-
"@contractspec/lib.runtime-sandbox": "0.
|
|
22
|
+
"@contractspec/lib.schema": "2.0.0",
|
|
23
|
+
"@contractspec/lib.contracts-spec": "2.0.0",
|
|
24
|
+
"@contractspec/lib.example-shared-ui": "2.0.0",
|
|
25
|
+
"@contractspec/lib.design-system": "2.0.0",
|
|
26
|
+
"@contractspec/lib.runtime-sandbox": "1.0.0",
|
|
27
27
|
"react": "19.2.4",
|
|
28
28
|
"react-dom": "19.2.4"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@contractspec/tool.typescript": "
|
|
31
|
+
"@contractspec/tool.typescript": "2.0.0",
|
|
32
32
|
"typescript": "^5.9.3",
|
|
33
|
-
"@types/react": "^19.2.
|
|
33
|
+
"@types/react": "^19.2.14",
|
|
34
34
|
"@types/react-dom": "^19.2.2",
|
|
35
|
-
"@contractspec/tool.bun": "
|
|
35
|
+
"@contractspec/tool.bun": "2.0.0"
|
|
36
36
|
},
|
|
37
37
|
"exports": {
|
|
38
38
|
".": {
|
package/dist/docs/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/docs/index.ts"],"names":[],"mappings":"AAAA,OAAO,wBAAwB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"marketplace.docblock.d.ts","sourceRoot":"","sources":["../../src/docs/marketplace.docblock.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/entities/index.ts"],"names":[],"mappings":"AACA,OAAO,EACL,eAAe,EACf,aAAa,EACb,WAAW,EACX,mBAAmB,GACpB,MAAM,SAAS,CAAC;AAGjB,OAAO,EACL,iBAAiB,EACjB,eAAe,EACf,aAAa,EACb,oBAAoB,EACpB,cAAc,GACf,MAAM,WAAW,CAAC;AAGnB,OAAO,EACL,eAAe,EACf,iBAAiB,EACjB,WAAW,EACX,eAAe,EACf,YAAY,EACZ,gBAAgB,GACjB,MAAM,SAAS,CAAC;AAGjB,OAAO,EACL,gBAAgB,EAChB,kBAAkB,EAClB,YAAY,EACZ,gBAAgB,EAChB,iBAAiB,EACjB,oBAAoB,GACrB,MAAM,UAAU,CAAC;AAGlB,OAAO,EACL,gBAAgB,EAChB,cAAc,EACd,YAAY,EACZ,oBAAoB,EACpB,gBAAgB,EAChB,kBAAkB,GACnB,MAAM,UAAU,CAAC;AAwClB,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AAEzE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA2B/B,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,wBAe3C,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"order.d.ts","sourceRoot":"","sources":["../../src/entities/order.ts"],"names":[],"mappings":"AAOA;;GAEG;AACH,eAAO,MAAM,eAAe,kDAgB1B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,iBAAiB,kDAY5B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsEtB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;EAoC1B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;EAsCvB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;EAsB3B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"payout.d.ts","sourceRoot":"","sources":["../../src/entities/payout.ts"],"names":[],"mappings":"AAOA;;GAEG;AACH,eAAO,MAAM,gBAAgB,kDAK3B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,kBAAkB,kDAK7B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;EA6DvB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;EAwB3B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;EAqC5B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;EAsC/B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"product.d.ts","sourceRoot":"","sources":["../../src/entities/product.ts"],"names":[],"mappings":"AAOA;;GAEG;AACH,eAAO,MAAM,iBAAiB,kDAY5B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,eAAe,kDAK1B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsFxB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;EAiD/B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;EAsCzB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"review.d.ts","sourceRoot":"","sources":["../../src/entities/review.ts"],"names":[],"mappings":"AAOA;;GAEG;AACH,eAAO,MAAM,gBAAgB,kDAK3B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,cAAc,kDAKzB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;EAgEvB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;EAyB/B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,gBAAgB;;;;;;;EAoB3B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;EA6B7B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../src/entities/store.ts"],"names":[],"mappings":"AAOA;;GAEG;AACH,eAAO,MAAM,eAAe,kDAK1B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,aAAa,kDAKxB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8EtB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;EAkB9B,CAAC"}
|
package/dist/example.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"example.d.ts","sourceRoot":"","sources":["../src/example.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,OAAO,mDAoCX,CAAC;AAEH,eAAe,OAAO,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/handlers/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"marketplace.handlers.d.ts","sourceRoot":"","sources":["../../src/handlers/marketplace.handlers.ts"],"names":[],"mappings":"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"}
|
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,iCAAiC,CAAC;AAChD,cAAc,MAAM,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"marketplace.capability.d.ts","sourceRoot":"","sources":["../src/marketplace.capability.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB,sDAUhC,CAAC;AAEH,eAAO,MAAM,mBAAmB,sDAU9B,CAAC;AAEH,eAAO,MAAM,kBAAkB,sDAU7B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"marketplace.feature.d.ts","sourceRoot":"","sources":["../src/marketplace.feature.ts"],"names":[],"mappings":"AAKA;;;GAGG;AACH,eAAO,MAAM,kBAAkB,yDAqK7B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/order/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,EACL,cAAc,EACd,UAAU,EACV,qBAAqB,EACrB,2BAA2B,GAC5B,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,mBAAmB,EACnB,yBAAyB,GAC1B,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,iBAAiB,EACjB,cAAc,EACd,uBAAuB,EACvB,iBAAiB,EACjB,mBAAmB,GACpB,MAAM,eAAe,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"order.enum.d.ts","sourceRoot":"","sources":["../../src/order/order.enum.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,eAAe,+HAW1B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"order.event.d.ts","sourceRoot":"","sources":["../../src/order/order.event.ts"],"names":[],"mappings":"AA0EA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAU5B,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;GAUzB,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;GAUlC,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;GAU5B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAU9B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"order.operations.d.ts","sourceRoot":"","sources":["../../src/order/order.operations.ts"],"names":[],"mappings":"AASA;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA4C9B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA6CpC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"order.presentation.d.ts","sourceRoot":"","sources":["../../src/order/order.presentation.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,qBAAqB,wDAuBhC,CAAC;AAEH,eAAO,MAAM,uBAAuB,wDAwBlC,CAAC;AAEH,eAAO,MAAM,oBAAoB,wDAuB/B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"order.schema.d.ts","sourceRoot":"","sources":["../../src/order/order.schema.ts"],"names":[],"mappings":"AAGA;;GAEG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;EAUzB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiBrB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;EAahC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;EAYtC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/payout/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EACL,WAAW,EACX,qBAAqB,EACrB,sBAAsB,GACvB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"payout.enum.d.ts","sourceRoot":"","sources":["../../src/payout/payout.enum.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,gBAAgB,uFAM3B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"payout.event.d.ts","sourceRoot":"","sources":["../../src/payout/payout.event.ts"],"names":[],"mappings":"AA+BA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAU7B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;GAU1B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"payout.operations.d.ts","sourceRoot":"","sources":["../../src/payout/payout.operations.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA8B9B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"payout.presentation.d.ts","sourceRoot":"","sources":["../../src/payout/payout.presentation.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,sBAAsB,wDAuBjC,CAAC;AAEH,eAAO,MAAM,wBAAwB,wDAuBnC,CAAC"}
|