@contractspec/example.marketplace 1.56.0 → 1.57.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.
Files changed (76) hide show
  1. package/dist/entities/index.d.ts.map +1 -1
  2. package/dist/entities/order.d.ts +78 -78
  3. package/dist/entities/order.d.ts.map +1 -1
  4. package/dist/entities/payout.d.ts +65 -65
  5. package/dist/entities/payout.d.ts.map +1 -1
  6. package/dist/entities/product.d.ts +70 -70
  7. package/dist/entities/product.d.ts.map +1 -1
  8. package/dist/entities/review.d.ts +56 -56
  9. package/dist/entities/review.d.ts.map +1 -1
  10. package/dist/entities/store.d.ts +41 -41
  11. package/dist/entities/store.d.ts.map +1 -1
  12. package/dist/example.d.ts.map +1 -1
  13. package/dist/example.js +1 -2
  14. package/dist/example.js.map +1 -1
  15. package/dist/handlers/marketplace.handlers.d.ts +0 -1
  16. package/dist/handlers/marketplace.handlers.d.ts.map +1 -1
  17. package/dist/marketplace.capability.d.ts.map +1 -1
  18. package/dist/marketplace.feature.d.ts +2 -3
  19. package/dist/marketplace.feature.d.ts.map +1 -1
  20. package/dist/order/order.enum.d.ts.map +1 -1
  21. package/dist/order/order.event.d.ts +39 -39
  22. package/dist/order/order.event.d.ts.map +1 -1
  23. package/dist/order/order.operations.d.ts +90 -90
  24. package/dist/order/order.operations.d.ts.map +1 -1
  25. package/dist/order/order.presentation.d.ts +4 -4
  26. package/dist/order/order.presentation.d.ts.map +1 -1
  27. package/dist/order/order.schema.d.ts +39 -39
  28. package/dist/order/order.schema.d.ts.map +1 -1
  29. package/dist/payout/payout.enum.d.ts +2 -2
  30. package/dist/payout/payout.enum.d.ts.map +1 -1
  31. package/dist/payout/payout.event.d.ts +17 -17
  32. package/dist/payout/payout.event.d.ts.map +1 -1
  33. package/dist/payout/payout.operations.d.ts +24 -24
  34. package/dist/payout/payout.operations.d.ts.map +1 -1
  35. package/dist/payout/payout.presentation.d.ts +3 -3
  36. package/dist/payout/payout.presentation.d.ts.map +1 -1
  37. package/dist/payout/payout.schema.d.ts +37 -37
  38. package/dist/payout/payout.schema.d.ts.map +1 -1
  39. package/dist/product/product.enum.d.ts +2 -2
  40. package/dist/product/product.enum.d.ts.map +1 -1
  41. package/dist/product/product.event.d.ts +20 -20
  42. package/dist/product/product.event.d.ts.map +1 -1
  43. package/dist/product/product.operations.d.ts +68 -68
  44. package/dist/product/product.operations.d.ts.map +1 -1
  45. package/dist/product/product.presentation.d.ts +4 -4
  46. package/dist/product/product.presentation.d.ts.map +1 -1
  47. package/dist/product/product.schema.d.ts +52 -52
  48. package/dist/product/product.schema.d.ts.map +1 -1
  49. package/dist/review/review.enum.d.ts +2 -2
  50. package/dist/review/review.enum.d.ts.map +1 -1
  51. package/dist/review/review.event.d.ts +15 -15
  52. package/dist/review/review.event.d.ts.map +1 -1
  53. package/dist/review/review.operations.d.ts +59 -59
  54. package/dist/review/review.operations.d.ts.map +1 -1
  55. package/dist/review/review.presentation.d.ts +3 -3
  56. package/dist/review/review.presentation.d.ts.map +1 -1
  57. package/dist/review/review.schema.d.ts +45 -45
  58. package/dist/review/review.schema.d.ts.map +1 -1
  59. package/dist/seeders/index.d.ts.map +1 -1
  60. package/dist/store/store.enum.d.ts +2 -2
  61. package/dist/store/store.enum.d.ts.map +1 -1
  62. package/dist/store/store.event.d.ts +14 -14
  63. package/dist/store/store.event.d.ts.map +1 -1
  64. package/dist/store/store.operations.d.ts +33 -33
  65. package/dist/store/store.operations.d.ts.map +1 -1
  66. package/dist/store/store.presentation.d.ts +3 -3
  67. package/dist/store/store.presentation.d.ts.map +1 -1
  68. package/dist/store/store.schema.d.ts +20 -20
  69. package/dist/store/store.schema.d.ts.map +1 -1
  70. package/dist/tests/operations.test-spec.d.ts +6 -6
  71. package/dist/tests/operations.test-spec.d.ts.map +1 -1
  72. package/dist/ui/MarketplaceDashboard.d.ts.map +1 -1
  73. package/dist/ui/hooks/useMarketplaceData.d.ts.map +1 -1
  74. package/dist/ui/renderers/marketplace.markdown.d.ts +0 -1
  75. package/dist/ui/renderers/marketplace.markdown.d.ts.map +1 -1
  76. package/package.json +9 -9
@@ -1,82 +1,82 @@
1
- import * as _contractspec_lib_schema542 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
2
2
 
3
3
  //#region src/entities/review.d.ts
4
4
  /**
5
5
  * Review status enum.
6
6
  */
7
- declare const ReviewStatusEnum: _contractspec_lib_schema542.EntityEnumDef;
7
+ declare const ReviewStatusEnum: _contractspec_lib_schema0.EntityEnumDef;
8
8
  /**
9
9
  * Review type enum.
10
10
  */
11
- declare const ReviewTypeEnum: _contractspec_lib_schema542.EntityEnumDef;
11
+ declare const ReviewTypeEnum: _contractspec_lib_schema0.EntityEnumDef;
12
12
  /**
13
13
  * Review entity - customer reviews and ratings.
14
14
  */
15
- declare const ReviewEntity: _contractspec_lib_schema542.EntitySpec<{
16
- id: _contractspec_lib_schema542.EntityScalarField;
17
- type: _contractspec_lib_schema542.EntityEnumField;
18
- productId: _contractspec_lib_schema542.EntityScalarField;
19
- storeId: _contractspec_lib_schema542.EntityScalarField;
20
- orderId: _contractspec_lib_schema542.EntityScalarField;
21
- orderItemId: _contractspec_lib_schema542.EntityScalarField;
22
- authorId: _contractspec_lib_schema542.EntityScalarField;
23
- rating: _contractspec_lib_schema542.EntityScalarField;
24
- title: _contractspec_lib_schema542.EntityScalarField;
25
- content: _contractspec_lib_schema542.EntityScalarField;
26
- isVerifiedPurchase: _contractspec_lib_schema542.EntityScalarField;
27
- status: _contractspec_lib_schema542.EntityEnumField;
28
- hasMedia: _contractspec_lib_schema542.EntityScalarField;
29
- helpfulCount: _contractspec_lib_schema542.EntityScalarField;
30
- notHelpfulCount: _contractspec_lib_schema542.EntityScalarField;
31
- moderatedBy: _contractspec_lib_schema542.EntityScalarField;
32
- moderatedAt: _contractspec_lib_schema542.EntityScalarField;
33
- moderationNote: _contractspec_lib_schema542.EntityScalarField;
34
- hasResponse: _contractspec_lib_schema542.EntityScalarField;
35
- createdAt: _contractspec_lib_schema542.EntityScalarField;
36
- updatedAt: _contractspec_lib_schema542.EntityScalarField;
37
- product: _contractspec_lib_schema542.EntityRelationField;
38
- store: _contractspec_lib_schema542.EntityRelationField;
39
- responses: _contractspec_lib_schema542.EntityRelationField;
40
- votes: _contractspec_lib_schema542.EntityRelationField;
15
+ declare const ReviewEntity: _contractspec_lib_schema0.EntitySpec<{
16
+ id: _contractspec_lib_schema0.EntityScalarField;
17
+ type: _contractspec_lib_schema0.EntityEnumField;
18
+ productId: _contractspec_lib_schema0.EntityScalarField;
19
+ storeId: _contractspec_lib_schema0.EntityScalarField;
20
+ orderId: _contractspec_lib_schema0.EntityScalarField;
21
+ orderItemId: _contractspec_lib_schema0.EntityScalarField;
22
+ authorId: _contractspec_lib_schema0.EntityScalarField;
23
+ rating: _contractspec_lib_schema0.EntityScalarField;
24
+ title: _contractspec_lib_schema0.EntityScalarField;
25
+ content: _contractspec_lib_schema0.EntityScalarField;
26
+ isVerifiedPurchase: _contractspec_lib_schema0.EntityScalarField;
27
+ status: _contractspec_lib_schema0.EntityEnumField;
28
+ hasMedia: _contractspec_lib_schema0.EntityScalarField;
29
+ helpfulCount: _contractspec_lib_schema0.EntityScalarField;
30
+ notHelpfulCount: _contractspec_lib_schema0.EntityScalarField;
31
+ moderatedBy: _contractspec_lib_schema0.EntityScalarField;
32
+ moderatedAt: _contractspec_lib_schema0.EntityScalarField;
33
+ moderationNote: _contractspec_lib_schema0.EntityScalarField;
34
+ hasResponse: _contractspec_lib_schema0.EntityScalarField;
35
+ createdAt: _contractspec_lib_schema0.EntityScalarField;
36
+ updatedAt: _contractspec_lib_schema0.EntityScalarField;
37
+ product: _contractspec_lib_schema0.EntityRelationField;
38
+ store: _contractspec_lib_schema0.EntityRelationField;
39
+ responses: _contractspec_lib_schema0.EntityRelationField;
40
+ votes: _contractspec_lib_schema0.EntityRelationField;
41
41
  }>;
42
42
  /**
43
43
  * Review response entity - seller responses to reviews.
44
44
  */
45
- declare const ReviewResponseEntity: _contractspec_lib_schema542.EntitySpec<{
46
- id: _contractspec_lib_schema542.EntityScalarField;
47
- reviewId: _contractspec_lib_schema542.EntityScalarField;
48
- authorId: _contractspec_lib_schema542.EntityScalarField;
49
- content: _contractspec_lib_schema542.EntityScalarField;
50
- createdAt: _contractspec_lib_schema542.EntityScalarField;
51
- updatedAt: _contractspec_lib_schema542.EntityScalarField;
52
- review: _contractspec_lib_schema542.EntityRelationField;
45
+ declare const ReviewResponseEntity: _contractspec_lib_schema0.EntitySpec<{
46
+ id: _contractspec_lib_schema0.EntityScalarField;
47
+ reviewId: _contractspec_lib_schema0.EntityScalarField;
48
+ authorId: _contractspec_lib_schema0.EntityScalarField;
49
+ content: _contractspec_lib_schema0.EntityScalarField;
50
+ createdAt: _contractspec_lib_schema0.EntityScalarField;
51
+ updatedAt: _contractspec_lib_schema0.EntityScalarField;
52
+ review: _contractspec_lib_schema0.EntityRelationField;
53
53
  }>;
54
54
  /**
55
55
  * Review vote entity - helpfulness votes.
56
56
  */
57
- declare const ReviewVoteEntity: _contractspec_lib_schema542.EntitySpec<{
58
- id: _contractspec_lib_schema542.EntityScalarField;
59
- reviewId: _contractspec_lib_schema542.EntityScalarField;
60
- userId: _contractspec_lib_schema542.EntityScalarField;
61
- isHelpful: _contractspec_lib_schema542.EntityScalarField;
62
- createdAt: _contractspec_lib_schema542.EntityScalarField;
63
- review: _contractspec_lib_schema542.EntityRelationField;
57
+ declare const ReviewVoteEntity: _contractspec_lib_schema0.EntitySpec<{
58
+ id: _contractspec_lib_schema0.EntityScalarField;
59
+ reviewId: _contractspec_lib_schema0.EntityScalarField;
60
+ userId: _contractspec_lib_schema0.EntityScalarField;
61
+ isHelpful: _contractspec_lib_schema0.EntityScalarField;
62
+ createdAt: _contractspec_lib_schema0.EntityScalarField;
63
+ review: _contractspec_lib_schema0.EntityRelationField;
64
64
  }>;
65
65
  /**
66
66
  * Review report entity - flagged reviews.
67
67
  */
68
- declare const ReviewReportEntity: _contractspec_lib_schema542.EntitySpec<{
69
- id: _contractspec_lib_schema542.EntityScalarField;
70
- reviewId: _contractspec_lib_schema542.EntityScalarField;
71
- reporterId: _contractspec_lib_schema542.EntityScalarField;
72
- reason: _contractspec_lib_schema542.EntityScalarField;
73
- details: _contractspec_lib_schema542.EntityScalarField;
74
- status: _contractspec_lib_schema542.EntityScalarField;
75
- resolvedBy: _contractspec_lib_schema542.EntityScalarField;
76
- resolvedAt: _contractspec_lib_schema542.EntityScalarField;
77
- resolution: _contractspec_lib_schema542.EntityScalarField;
78
- createdAt: _contractspec_lib_schema542.EntityScalarField;
79
- review: _contractspec_lib_schema542.EntityRelationField;
68
+ declare const ReviewReportEntity: _contractspec_lib_schema0.EntitySpec<{
69
+ id: _contractspec_lib_schema0.EntityScalarField;
70
+ reviewId: _contractspec_lib_schema0.EntityScalarField;
71
+ reporterId: _contractspec_lib_schema0.EntityScalarField;
72
+ reason: _contractspec_lib_schema0.EntityScalarField;
73
+ details: _contractspec_lib_schema0.EntityScalarField;
74
+ status: _contractspec_lib_schema0.EntityScalarField;
75
+ resolvedBy: _contractspec_lib_schema0.EntityScalarField;
76
+ resolvedAt: _contractspec_lib_schema0.EntityScalarField;
77
+ resolution: _contractspec_lib_schema0.EntityScalarField;
78
+ createdAt: _contractspec_lib_schema0.EntityScalarField;
79
+ review: _contractspec_lib_schema0.EntityRelationField;
80
80
  }>;
81
81
  //#endregion
82
82
  export { ReviewEntity, ReviewReportEntity, ReviewResponseEntity, ReviewStatusEnum, ReviewTypeEnum, ReviewVoteEntity };
@@ -1 +1 @@
1
- {"version":3,"file":"review.d.ts","names":[],"sources":["../../src/entities/review.ts"],"sourcesContent":[],"mappings":";;;;;;AAUa,cAAA,gBAKX,EAAA,2BAAA,CAL2B,aAK3B;AAKF;AAUA;;cAVa,gBAKX,2BAAA,CALyB;;;;cAUd,0CAAY;MAgEvB,2BAAA,CAAA;;;;;;;;;;;;;;;;;;;0DAhEuB;EAAA,SAAA,+CAAA;EAqEZ,OAAA,iDAyBX;EAAA,KAAA,iDAAA;;;;;;;cAzBW,oBAAoB,8BAAA,UAAA,CAAA;EAAA,EAAA,EAyB/B,2BAAA,CAAA,iBAzB+B;EA8BpB,QAAA,+CAoBX;EAAA,QAAA,+CAAA;;;;;;;;AAKF;AA6BE,cAtDW,gBAsDX,8BAtD2B,UAsD3B,CAAA;MAlCA,2BAAA,CAAA;;;;;;;;;;cAKW,kBAAkB,8BAAA,UAAA,CAAA;EAAA,EAAA,EA6B7B,2BAAA,CAAA,iBA7B6B"}
1
+ {"version":3,"file":"review.d.ts","names":[],"sources":["../../src/entities/review.ts"],"mappings":";;;;;;cAUa,gBAAA,EAKX,yBAAA,CAL2B,aAAA;;;;cAUhB,cAAA,EAKX,yBAAA,CALyB,aAAA;AAA3B;;;AAAA,cAUa,YAAA,4BAAY,UAAA;MAgEvB,yBAAA,CAAA,iBAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKW,oBAAA,4BAAoB,UAAA;MAyB/B,yBAAA,CAAA,iBAAA;;;;;;;;;;;cAKW,gBAAA,4BAAgB,UAAA;MAoB3B,yBAAA,CAAA,iBAAA;;;;;;;;;;cAKW,kBAAA,4BAAkB,UAAA;MA6B7B,yBAAA,CAAA,iBAAA"}
@@ -1,59 +1,59 @@
1
- import * as _contractspec_lib_schema685 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
2
2
 
3
3
  //#region src/entities/store.d.ts
4
4
  /**
5
5
  * Store status enum.
6
6
  */
7
- declare const StoreStatusEnum: _contractspec_lib_schema685.EntityEnumDef;
7
+ declare const StoreStatusEnum: _contractspec_lib_schema0.EntityEnumDef;
8
8
  /**
9
9
  * Store type enum.
10
10
  */
11
- declare const StoreTypeEnum: _contractspec_lib_schema685.EntityEnumDef;
11
+ declare const StoreTypeEnum: _contractspec_lib_schema0.EntityEnumDef;
12
12
  /**
13
13
  * Store entity - a seller's storefront on the marketplace.
14
14
  */
15
- declare const StoreEntity: _contractspec_lib_schema685.EntitySpec<{
16
- id: _contractspec_lib_schema685.EntityScalarField;
17
- name: _contractspec_lib_schema685.EntityScalarField;
18
- slug: _contractspec_lib_schema685.EntityScalarField;
19
- description: _contractspec_lib_schema685.EntityScalarField;
20
- status: _contractspec_lib_schema685.EntityEnumField;
21
- type: _contractspec_lib_schema685.EntityEnumField;
22
- ownerId: _contractspec_lib_schema685.EntityScalarField;
23
- organizationId: _contractspec_lib_schema685.EntityScalarField;
24
- logoFileId: _contractspec_lib_schema685.EntityScalarField;
25
- bannerFileId: _contractspec_lib_schema685.EntityScalarField;
26
- email: _contractspec_lib_schema685.EntityScalarField;
27
- phone: _contractspec_lib_schema685.EntityScalarField;
28
- website: _contractspec_lib_schema685.EntityScalarField;
29
- country: _contractspec_lib_schema685.EntityScalarField;
30
- currency: _contractspec_lib_schema685.EntityScalarField;
31
- timezone: _contractspec_lib_schema685.EntityScalarField;
32
- commissionRate: _contractspec_lib_schema685.EntityScalarField;
33
- isVerified: _contractspec_lib_schema685.EntityScalarField;
34
- verifiedAt: _contractspec_lib_schema685.EntityScalarField;
35
- settings: _contractspec_lib_schema685.EntityScalarField;
36
- metadata: _contractspec_lib_schema685.EntityScalarField;
37
- totalProducts: _contractspec_lib_schema685.EntityScalarField;
38
- totalOrders: _contractspec_lib_schema685.EntityScalarField;
39
- totalRevenue: _contractspec_lib_schema685.EntityScalarField;
40
- averageRating: _contractspec_lib_schema685.EntityScalarField;
41
- createdAt: _contractspec_lib_schema685.EntityScalarField;
42
- updatedAt: _contractspec_lib_schema685.EntityScalarField;
43
- products: _contractspec_lib_schema685.EntityRelationField;
44
- orders: _contractspec_lib_schema685.EntityRelationField;
45
- payouts: _contractspec_lib_schema685.EntityRelationField;
15
+ declare const StoreEntity: _contractspec_lib_schema0.EntitySpec<{
16
+ id: _contractspec_lib_schema0.EntityScalarField;
17
+ name: _contractspec_lib_schema0.EntityScalarField;
18
+ slug: _contractspec_lib_schema0.EntityScalarField;
19
+ description: _contractspec_lib_schema0.EntityScalarField;
20
+ status: _contractspec_lib_schema0.EntityEnumField;
21
+ type: _contractspec_lib_schema0.EntityEnumField;
22
+ ownerId: _contractspec_lib_schema0.EntityScalarField;
23
+ organizationId: _contractspec_lib_schema0.EntityScalarField;
24
+ logoFileId: _contractspec_lib_schema0.EntityScalarField;
25
+ bannerFileId: _contractspec_lib_schema0.EntityScalarField;
26
+ email: _contractspec_lib_schema0.EntityScalarField;
27
+ phone: _contractspec_lib_schema0.EntityScalarField;
28
+ website: _contractspec_lib_schema0.EntityScalarField;
29
+ country: _contractspec_lib_schema0.EntityScalarField;
30
+ currency: _contractspec_lib_schema0.EntityScalarField;
31
+ timezone: _contractspec_lib_schema0.EntityScalarField;
32
+ commissionRate: _contractspec_lib_schema0.EntityScalarField;
33
+ isVerified: _contractspec_lib_schema0.EntityScalarField;
34
+ verifiedAt: _contractspec_lib_schema0.EntityScalarField;
35
+ settings: _contractspec_lib_schema0.EntityScalarField;
36
+ metadata: _contractspec_lib_schema0.EntityScalarField;
37
+ totalProducts: _contractspec_lib_schema0.EntityScalarField;
38
+ totalOrders: _contractspec_lib_schema0.EntityScalarField;
39
+ totalRevenue: _contractspec_lib_schema0.EntityScalarField;
40
+ averageRating: _contractspec_lib_schema0.EntityScalarField;
41
+ createdAt: _contractspec_lib_schema0.EntityScalarField;
42
+ updatedAt: _contractspec_lib_schema0.EntityScalarField;
43
+ products: _contractspec_lib_schema0.EntityRelationField;
44
+ orders: _contractspec_lib_schema0.EntityRelationField;
45
+ payouts: _contractspec_lib_schema0.EntityRelationField;
46
46
  }>;
47
47
  /**
48
48
  * Store category entity - categorization for stores.
49
49
  */
50
- declare const StoreCategoryEntity: _contractspec_lib_schema685.EntitySpec<{
51
- id: _contractspec_lib_schema685.EntityScalarField;
52
- storeId: _contractspec_lib_schema685.EntityScalarField;
53
- categoryId: _contractspec_lib_schema685.EntityScalarField;
54
- isPrimary: _contractspec_lib_schema685.EntityScalarField;
55
- createdAt: _contractspec_lib_schema685.EntityScalarField;
56
- store: _contractspec_lib_schema685.EntityRelationField;
50
+ declare const StoreCategoryEntity: _contractspec_lib_schema0.EntitySpec<{
51
+ id: _contractspec_lib_schema0.EntityScalarField;
52
+ storeId: _contractspec_lib_schema0.EntityScalarField;
53
+ categoryId: _contractspec_lib_schema0.EntityScalarField;
54
+ isPrimary: _contractspec_lib_schema0.EntityScalarField;
55
+ createdAt: _contractspec_lib_schema0.EntityScalarField;
56
+ store: _contractspec_lib_schema0.EntityRelationField;
57
57
  }>;
58
58
  //#endregion
59
59
  export { StoreCategoryEntity, StoreEntity, StoreStatusEnum, StoreTypeEnum };
@@ -1 +1 @@
1
- {"version":3,"file":"store.d.ts","names":[],"sources":["../../src/entities/store.ts"],"sourcesContent":[],"mappings":";;;;;;AAUa,cAAA,eAKX,EAAA,2BAAA,CAL0B,aAK1B;AAKF;AAUA;;cAVa,eAKX,2BAAA,CALwB;;;;cAUb,yCAAW;MA8EtB,2BAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;8DA9EsB;EAAA,SAAA,+CAAA;EAmFX,SAAA,+CAkBX;EAAA,QAAA,iDAAA;;;;;;;AAlB8B,cAAnB,mBAAmB,8BAAA,UAAA,CAAA;MAkB9B,2BAAA,CAAA"}
1
+ {"version":3,"file":"store.d.ts","names":[],"sources":["../../src/entities/store.ts"],"mappings":";;;;;;cAUa,eAAA,EAKX,yBAAA,CAL0B,aAAA;;;;cAUf,aAAA,EAKX,yBAAA,CALwB,aAAA;AAA1B;;;AAAA,cAUa,WAAA,4BAAW,UAAA;MA8EtB,yBAAA,CAAA,iBAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKW,mBAAA,4BAAmB,UAAA;MAkB9B,yBAAA,CAAA,iBAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"example.d.ts","names":[],"sources":["../src/example.ts"],"sourcesContent":[],"mappings":";;;cAEM,SAoCJ,4BAAA,CApCW"}
1
+ {"version":3,"file":"example.d.ts","names":[],"sources":["../src/example.ts"],"mappings":";;;cAEM,OAAA,EAoCJ,4BAAA,CApCW,WAAA"}
package/dist/example.js CHANGED
@@ -51,8 +51,7 @@ const example = defineExample({
51
51
  mcp: { enabled: true }
52
52
  }
53
53
  });
54
- var example_default = example;
55
54
 
56
55
  //#endregion
57
- export { example_default as default };
56
+ export { example as default };
58
57
  //# sourceMappingURL=example.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"example.js","names":[],"sources":["../src/example.ts"],"sourcesContent":["import { defineExample } from '@contractspec/lib.contracts';\n\nconst example = defineExample({\n meta: {\n key: 'marketplace',\n version: '1.0.0',\n title: 'Marketplace (2-sided)',\n description:\n 'Two-sided marketplace with stores, products, orders, payouts, and reviews (multi-actor flows).',\n kind: 'template',\n visibility: 'public',\n stability: 'experimental',\n owners: ['@platform.core'],\n tags: ['marketplace', 'orders', 'payouts', 'reviews'],\n },\n docs: {\n rootDocId: 'docs.examples.marketplace',\n goalDocId: 'docs.examples.marketplace.goal',\n usageDocId: 'docs.examples.marketplace.usage',\n constraintsDocId: 'docs.examples.marketplace.constraints',\n },\n entrypoints: {\n packageName: '@contractspec/example.marketplace',\n feature: './feature',\n contracts: './contracts',\n presentations: './presentations',\n handlers: './handlers',\n docs: './docs',\n },\n surfaces: {\n templates: true,\n sandbox: {\n enabled: true,\n modes: ['playground', 'specs', 'builder', 'markdown', 'evolution'],\n },\n studio: { enabled: true, installable: true },\n mcp: { enabled: true },\n },\n});\n\nexport default example;\n"],"mappings":";;;AAEA,MAAM,UAAU,cAAc;CAC5B,MAAM;EACJ,KAAK;EACL,SAAS;EACT,OAAO;EACP,aACE;EACF,MAAM;EACN,YAAY;EACZ,WAAW;EACX,QAAQ,CAAC,iBAAiB;EAC1B,MAAM;GAAC;GAAe;GAAU;GAAW;GAAU;EACtD;CACD,MAAM;EACJ,WAAW;EACX,WAAW;EACX,YAAY;EACZ,kBAAkB;EACnB;CACD,aAAa;EACX,aAAa;EACb,SAAS;EACT,WAAW;EACX,eAAe;EACf,UAAU;EACV,MAAM;EACP;CACD,UAAU;EACR,WAAW;EACX,SAAS;GACP,SAAS;GACT,OAAO;IAAC;IAAc;IAAS;IAAW;IAAY;IAAY;GACnE;EACD,QAAQ;GAAE,SAAS;GAAM,aAAa;GAAM;EAC5C,KAAK,EAAE,SAAS,MAAM;EACvB;CACF,CAAC;AAEF,sBAAe"}
1
+ {"version":3,"file":"example.js","names":[],"sources":["../src/example.ts"],"sourcesContent":["import { defineExample } from '@contractspec/lib.contracts';\n\nconst example = defineExample({\n meta: {\n key: 'marketplace',\n version: '1.0.0',\n title: 'Marketplace (2-sided)',\n description:\n 'Two-sided marketplace with stores, products, orders, payouts, and reviews (multi-actor flows).',\n kind: 'template',\n visibility: 'public',\n stability: 'experimental',\n owners: ['@platform.core'],\n tags: ['marketplace', 'orders', 'payouts', 'reviews'],\n },\n docs: {\n rootDocId: 'docs.examples.marketplace',\n goalDocId: 'docs.examples.marketplace.goal',\n usageDocId: 'docs.examples.marketplace.usage',\n constraintsDocId: 'docs.examples.marketplace.constraints',\n },\n entrypoints: {\n packageName: '@contractspec/example.marketplace',\n feature: './feature',\n contracts: './contracts',\n presentations: './presentations',\n handlers: './handlers',\n docs: './docs',\n },\n surfaces: {\n templates: true,\n sandbox: {\n enabled: true,\n modes: ['playground', 'specs', 'builder', 'markdown', 'evolution'],\n },\n studio: { enabled: true, installable: true },\n mcp: { enabled: true },\n },\n});\n\nexport default example;\n"],"mappings":";;;AAEA,MAAM,UAAU,cAAc;CAC5B,MAAM;EACJ,KAAK;EACL,SAAS;EACT,OAAO;EACP,aACE;EACF,MAAM;EACN,YAAY;EACZ,WAAW;EACX,QAAQ,CAAC,iBAAiB;EAC1B,MAAM;GAAC;GAAe;GAAU;GAAW;GAAU;EACtD;CACD,MAAM;EACJ,WAAW;EACX,WAAW;EACX,YAAY;EACZ,kBAAkB;EACnB;CACD,aAAa;EACX,aAAa;EACb,SAAS;EACT,WAAW;EACX,eAAe;EACf,UAAU;EACV,MAAM;EACP;CACD,UAAU;EACR,WAAW;EACX,SAAS;GACP,SAAS;GACT,OAAO;IAAC;IAAc;IAAS;IAAW;IAAY;IAAY;GACnE;EACD,QAAQ;GAAE,SAAS;GAAM,aAAa;GAAM;EAC5C,KAAK,EAAE,SAAS,MAAM;EACvB;CACF,CAAC"}
@@ -1,7 +1,6 @@
1
1
  import { DatabasePort } from "@contractspec/lib.runtime-sandbox";
2
2
 
3
3
  //#region src/handlers/marketplace.handlers.d.ts
4
-
5
4
  interface Store {
6
5
  id: string;
7
6
  projectId: string;
@@ -1 +1 @@
1
- {"version":3,"file":"marketplace.handlers.d.ts","names":[],"sources":["../../src/handlers/marketplace.handlers.ts"],"sourcesContent":[],"mappings":";;;;AA2DiB,UA/CA,KAAA,CA+CS;EAST,EAAA,EAAA,MAAM;EAUN,SAAM,EAAA,MAAA;EAUN,cAAA,EAAA,MAAgB;EAKhB,IAAA,EAAA,MAAA;EAWA,WAAA,CAAA,EAAA,MAAe;EAMf,MAAA,EAAA,SAAA,GAAe,QAAA,GAAA,WAAA;EAQf,MAAA,EAAA,MAAA;EAKA,WAAA,EAAA,MAAA;EASA,SAAA,EA/GJ,IA+GI;EAKA,SAAA,EAnHJ,IAmHI;AAgBjB;AAkKgB,UAlSC,OAAA,CAkSD;EAA8B,EAAA,EAAA,MAAA;EAIX,OAAA,EAAA,MAAA;EAA0B,IAAA,EAAA,MAAA;EAAR,WAAA,CAAA,EAAA,MAAA;EAyC1C,KAAA,EAAA,MAAA;EAEE,QAAA,EAAA,MAAA;EAAR,MAAA,EAAA,OAAA,GAAA,QAAA,GAAA,cAAA,GAAA,UAAA;EAgCM,KAAA,EAAA,MAAA;EACE,QAAA,CAAA,EAAA,MAAA;EAAR,QAAA,CAAA,EAAA,MAAA;EAkD8B,SAAA,EAzZtB,IAyZsB;EAA0B,SAAA,EAxZhD,IAwZgD;;AAiC1B,UAtblB,KAAA,CAsbkB;EAA0B,EAAA,EAAA,MAAA;EAAR,SAAA,EAAA,MAAA;EA8D1C,OAAA,EAAA,MAAA;EAEE,UAAA,EAAA,MAAA;EAAR,MAAA,EAAA,SAAA,GAAA,WAAA,GAAA,YAAA,GAAA,SAAA,GAAA,WAAA,GAAA,WAAA;EA4EoD,KAAA,EAAA,MAAA;EAAR,QAAA,EAAA,MAAA;EAerC,eAAA,CAAA,EAAA,MAAA;EACC,SAAA,EAnkBA,IAmkBA;EAAR,SAAA,EAlkBQ,IAkkBR;;AAkB0C,UAjlB9B,SAAA,CAilB8B;EAcU,EAAA,EAAA,MAAA;EAAR,OAAA,EAAA,MAAA;EAoBnC,SAAA,EAAA,MAAA;EAAR,QAAA,EAAA,MAAA;EAAO,KAAA,EAAA,MAAA;EAyCD,SAAA,EAtpBC,IAspBD;;UAnpBK,MAAA;;;;;;gBAMD;aACH;;UAGI,MAAA;;;;;;;aAOJ;;UAGI,gBAAA;;;;UAKA,eAAA;;;;;;;;;;UAWA,eAAA;;;;;;;;UAMA,eAAA;;;;;;;UAQA,gBAAA;UACP;;;UAIO,iBAAA;;;;;;;;UASA,kBAAA;YACL;;;UAIK,eAAA;;;;;;;;UAgBA,gBAAA;UACP;;;;iBAiKM,yBAAA,KAA8B;sBAIX,oBAAkB,QAAQ;uBAyClD;;;QAEN,QAAQ;wBAgCF,sBACN,QAAQ;sBAkDsB,oBAAkB,QAAQ;sBAiC1B,oBAAkB,QAAQ;sBA8DlD;;;QAEN,QAAQ;sCA4EoC,QAAQ;+CAe7C,oBACP,QAAQ;oCAkBkC,QAAQ;sCAcN,QAAQ;;;;;;;QAoBnD,QAAQ;;KAyCF,mBAAA,GAAsB,kBAAkB"}
1
+ {"version":3,"file":"marketplace.handlers.d.ts","names":[],"sources":["../../src/handlers/marketplace.handlers.ts"],"mappings":";;;UAYiB,KAAA;EACf,EAAA;EACA,SAAA;EACA,cAAA;EACA,IAAA;EACA,WAAA;EACA,MAAA;EACA,MAAA;EACA,WAAA;EACA,SAAA,EAAW,IAAA;EACX,SAAA,EAAW,IAAA;AAAA;AAAA,UAGI,OAAA;EACf,EAAA;EACA,OAAA;EACA,IAAA;EACA,WAAA;EACA,KAAA;EACA,QAAA;EACA,MAAA;EACA,KAAA;EACA,QAAA;EACA,QAAA;EACA,SAAA,EAAW,IAAA;EACX,SAAA,EAAW,IAAA;AAAA;AAAA,UAGI,KAAA;EACf,EAAA;EACA,SAAA;EACA,OAAA;EACA,UAAA;EACA,MAAA;EAOA,KAAA;EACA,QAAA;EACA,eAAA;EACA,SAAA,EAAW,IAAA;EACX,SAAA,EAAW,IAAA;AAAA;AAAA,UAGI,SAAA;EACf,EAAA;EACA,OAAA;EACA,SAAA;EACA,QAAA;EACA,KAAA;EACA,SAAA,EAAW,IAAA;AAAA;AAAA,UAGI,MAAA;EACf,EAAA;EACA,OAAA;EACA,MAAA;EACA,QAAA;EACA,MAAA;EACA,WAAA,GAAc,IAAA;EACd,SAAA,EAAW,IAAA;AAAA;AAAA,UAGI,MAAA;EACf,EAAA;EACA,SAAA;EACA,UAAA;EACA,OAAA;EACA,MAAA;EACA,OAAA;EACA,SAAA,EAAW,IAAA;AAAA;AAAA,UAGI,gBAAA;EACf,IAAA;EACA,WAAA;AAAA;AAAA,UAGe,eAAA;EACf,OAAA;EACA,IAAA;EACA,WAAA;EACA,KAAA;EACA,QAAA;EACA,KAAA;EACA,QAAA;EACA,QAAA;AAAA;AAAA,UAGe,eAAA;EACf,OAAA;EACA,KAAA;IAAS,SAAA;IAAmB,QAAA;EAAA;EAC5B,eAAA;AAAA;AAAA,UAGe,eAAA;EACf,SAAA;EACA,MAAA;EACA,MAAA;EACA,KAAA;EACA,MAAA;AAAA;AAAA,UAGe,gBAAA;EACf,MAAA,EAAQ,KAAA;EACR,KAAA;AAAA;AAAA,UAGe,iBAAA;EACf,OAAA;EACA,MAAA;EACA,QAAA;EACA,MAAA;EACA,KAAA;EACA,MAAA;AAAA;AAAA,UAGe,kBAAA;EACf,QAAA,EAAU,OAAA;EACV,KAAA;AAAA;AAAA,UAGe,eAAA;EACf,SAAA;EACA,OAAA;EACA,UAAA;EACA,MAAA;EAQA,KAAA;EACA,MAAA;AAAA;AAAA,UAGe,gBAAA;EACf,MAAA,EAAQ,KAAA;EACR,KAAA;EACA,YAAA;AAAA;AAAA,iBA+Jc,yBAAA,CAA0B,EAAA,EAAI,YAAA;sBAIX,eAAA,KAAkB,OAAA,CAAQ,gBAAA;uBAyClD,gBAAA,EAAgB,OAAA;IACZ,SAAA;IAAmB,cAAA;EAAA,MAC7B,OAAA,CAAQ,KAAA;wBAgCF,iBAAA,KACN,OAAA,CAAQ,kBAAA;sBAkDsB,eAAA,KAAkB,OAAA,CAAQ,OAAA;sBAiC1B,eAAA,KAAkB,OAAA,CAAQ,gBAAA;sBA8DlD,eAAA,EAAe,OAAA;IACX,SAAA;IAAmB,UAAA;EAAA,MAC7B,OAAA,CAAQ,KAAA;sCA4EoC,OAAA,CAAQ,SAAA;uCActC,MAAA,EACP,KAAA,eACP,OAAA,CAAQ,KAAA;oCAkBkC,OAAA,CAAQ,MAAA;sCAcN,OAAA,CAAQ,MAAA;;IAerD,SAAA;IACA,UAAA;IACA,OAAA;IACA,MAAA;IACA,OAAA;EAAA,MACE,OAAA,CAAQ,MAAA;AAAA;AAAA,KAyCF,mBAAA,GAAsB,UAAA,QAAkB,yBAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"marketplace.capability.d.ts","names":[],"sources":["../src/marketplace.capability.ts"],"sourcesContent":[],"mappings":";;;cAEa,uBAUX,4BAAA,CAVgC;cAYrB,qBAUX,4BAAA,CAV8B;cAYnB,oBAUX,4BAAA,CAV6B"}
1
+ {"version":3,"file":"marketplace.capability.d.ts","names":[],"sources":["../src/marketplace.capability.ts"],"mappings":";;;cAEa,qBAAA,EAUX,4BAAA,CAVgC,cAAA;AAAA,cAYrB,mBAAA,EAUX,4BAAA,CAV8B,cAAA;AAAA,cAYnB,kBAAA,EAUX,4BAAA,CAV6B,cAAA"}
@@ -1,12 +1,11 @@
1
- import * as _contractspec_lib_contracts3 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/marketplace.feature.d.ts
4
-
5
4
  /**
6
5
  * Marketplace feature module that bundles multi-vendor marketplace
7
6
  * capabilities including stores, products, orders, payouts, and reviews.
8
7
  */
9
- declare const MarketplaceFeature: _contractspec_lib_contracts3.FeatureModuleSpec;
8
+ declare const MarketplaceFeature: _contractspec_lib_contracts0.FeatureModuleSpec;
10
9
  //#endregion
11
10
  export { MarketplaceFeature };
12
11
  //# sourceMappingURL=marketplace.feature.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"marketplace.feature.d.ts","names":[],"sources":["../src/marketplace.feature.ts"],"sourcesContent":[],"mappings":";;;;;;;AASA;cAAa,oBAqKX,4BAAA,CArK6B"}
1
+ {"version":3,"file":"marketplace.feature.d.ts","names":[],"sources":["../src/marketplace.feature.ts"],"mappings":";;;;;;AASA;cAAa,kBAAA,EAqKX,4BAAA,CArK6B,iBAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"order.enum.d.ts","names":[],"sources":["../../src/order/order.enum.ts"],"sourcesContent":[],"mappings":";;;;;;AAKa,cAAA,eAWX,EAAA,yBAAA,CAX0B,QAAA,CAAA,CAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,CAAA,CAAA"}
1
+ {"version":3,"file":"order.enum.d.ts","names":[],"sources":["../../src/order/order.enum.ts"],"mappings":";;;;;;cAKa,eAAA,EAWX,yBAAA,CAX0B,QAAA"}
@@ -1,142 +1,142 @@
1
- import * as _contractspec_lib_contracts4 from "@contractspec/lib.contracts";
2
- import * as _contractspec_lib_schema372 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
2
+ import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
3
3
 
4
4
  //#region src/order/order.event.d.ts
5
- declare const OrderCreatedEvent: _contractspec_lib_contracts4.EventSpec<_contractspec_lib_schema372.SchemaModel<{
5
+ declare const OrderCreatedEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
6
6
  orderId: {
7
- type: _contractspec_lib_schema372.FieldType<string, string>;
7
+ type: _contractspec_lib_schema0.FieldType<string, string>;
8
8
  isOptional: false;
9
9
  };
10
10
  orderNumber: {
11
- type: _contractspec_lib_schema372.FieldType<string, string>;
11
+ type: _contractspec_lib_schema0.FieldType<string, string>;
12
12
  isOptional: false;
13
13
  };
14
14
  buyerId: {
15
- type: _contractspec_lib_schema372.FieldType<string, string>;
15
+ type: _contractspec_lib_schema0.FieldType<string, string>;
16
16
  isOptional: false;
17
17
  };
18
18
  storeId: {
19
- type: _contractspec_lib_schema372.FieldType<string, string>;
19
+ type: _contractspec_lib_schema0.FieldType<string, string>;
20
20
  isOptional: false;
21
21
  };
22
22
  total: {
23
- type: _contractspec_lib_schema372.FieldType<number, number>;
23
+ type: _contractspec_lib_schema0.FieldType<number, number>;
24
24
  isOptional: false;
25
25
  };
26
26
  currency: {
27
- type: _contractspec_lib_schema372.FieldType<string, string>;
27
+ type: _contractspec_lib_schema0.FieldType<string, string>;
28
28
  isOptional: false;
29
29
  };
30
30
  itemCount: {
31
- type: _contractspec_lib_schema372.FieldType<number, number>;
31
+ type: _contractspec_lib_schema0.FieldType<number, number>;
32
32
  isOptional: false;
33
33
  };
34
34
  timestamp: {
35
- type: _contractspec_lib_schema372.FieldType<Date, string>;
35
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
36
36
  isOptional: false;
37
37
  };
38
38
  }>>;
39
- declare const OrderPaidEvent: _contractspec_lib_contracts4.EventSpec<_contractspec_lib_schema372.SchemaModel<{
39
+ declare const OrderPaidEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
40
40
  orderId: {
41
- type: _contractspec_lib_schema372.FieldType<string, string>;
41
+ type: _contractspec_lib_schema0.FieldType<string, string>;
42
42
  isOptional: false;
43
43
  };
44
44
  orderNumber: {
45
- type: _contractspec_lib_schema372.FieldType<string, string>;
45
+ type: _contractspec_lib_schema0.FieldType<string, string>;
46
46
  isOptional: false;
47
47
  };
48
48
  total: {
49
- type: _contractspec_lib_schema372.FieldType<number, number>;
49
+ type: _contractspec_lib_schema0.FieldType<number, number>;
50
50
  isOptional: false;
51
51
  };
52
52
  paymentMethod: {
53
- type: _contractspec_lib_schema372.FieldType<string, string>;
53
+ type: _contractspec_lib_schema0.FieldType<string, string>;
54
54
  isOptional: false;
55
55
  };
56
56
  timestamp: {
57
- type: _contractspec_lib_schema372.FieldType<Date, string>;
57
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
58
58
  isOptional: false;
59
59
  };
60
60
  }>>;
61
- declare const OrderStatusUpdatedEvent: _contractspec_lib_contracts4.EventSpec<_contractspec_lib_schema372.SchemaModel<{
61
+ declare const OrderStatusUpdatedEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
62
62
  orderId: {
63
- type: _contractspec_lib_schema372.FieldType<string, string>;
63
+ type: _contractspec_lib_schema0.FieldType<string, string>;
64
64
  isOptional: false;
65
65
  };
66
66
  orderNumber: {
67
- type: _contractspec_lib_schema372.FieldType<string, string>;
67
+ type: _contractspec_lib_schema0.FieldType<string, string>;
68
68
  isOptional: false;
69
69
  };
70
70
  previousStatus: {
71
- type: _contractspec_lib_schema372.FieldType<string, string>;
71
+ type: _contractspec_lib_schema0.FieldType<string, string>;
72
72
  isOptional: false;
73
73
  };
74
74
  newStatus: {
75
- type: _contractspec_lib_schema372.FieldType<string, string>;
75
+ type: _contractspec_lib_schema0.FieldType<string, string>;
76
76
  isOptional: false;
77
77
  };
78
78
  updatedBy: {
79
- type: _contractspec_lib_schema372.FieldType<string, string>;
79
+ type: _contractspec_lib_schema0.FieldType<string, string>;
80
80
  isOptional: false;
81
81
  };
82
82
  timestamp: {
83
- type: _contractspec_lib_schema372.FieldType<Date, string>;
83
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
84
84
  isOptional: false;
85
85
  };
86
86
  }>>;
87
- declare const OrderShippedEvent: _contractspec_lib_contracts4.EventSpec<_contractspec_lib_schema372.SchemaModel<{
87
+ declare const OrderShippedEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
88
88
  orderId: {
89
- type: _contractspec_lib_schema372.FieldType<string, string>;
89
+ type: _contractspec_lib_schema0.FieldType<string, string>;
90
90
  isOptional: false;
91
91
  };
92
92
  orderNumber: {
93
- type: _contractspec_lib_schema372.FieldType<string, string>;
93
+ type: _contractspec_lib_schema0.FieldType<string, string>;
94
94
  isOptional: false;
95
95
  };
96
96
  trackingNumber: {
97
- type: _contractspec_lib_schema372.FieldType<string, string>;
97
+ type: _contractspec_lib_schema0.FieldType<string, string>;
98
98
  isOptional: true;
99
99
  };
100
100
  trackingUrl: {
101
- type: _contractspec_lib_schema372.FieldType<string, string>;
101
+ type: _contractspec_lib_schema0.FieldType<string, string>;
102
102
  isOptional: true;
103
103
  };
104
104
  carrier: {
105
- type: _contractspec_lib_schema372.FieldType<string, string>;
105
+ type: _contractspec_lib_schema0.FieldType<string, string>;
106
106
  isOptional: true;
107
107
  };
108
108
  timestamp: {
109
- type: _contractspec_lib_schema372.FieldType<Date, string>;
109
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
110
110
  isOptional: false;
111
111
  };
112
112
  }>>;
113
- declare const OrderCompletedEvent: _contractspec_lib_contracts4.EventSpec<_contractspec_lib_schema372.SchemaModel<{
113
+ declare const OrderCompletedEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
114
114
  orderId: {
115
- type: _contractspec_lib_schema372.FieldType<string, string>;
115
+ type: _contractspec_lib_schema0.FieldType<string, string>;
116
116
  isOptional: false;
117
117
  };
118
118
  orderNumber: {
119
- type: _contractspec_lib_schema372.FieldType<string, string>;
119
+ type: _contractspec_lib_schema0.FieldType<string, string>;
120
120
  isOptional: false;
121
121
  };
122
122
  buyerId: {
123
- type: _contractspec_lib_schema372.FieldType<string, string>;
123
+ type: _contractspec_lib_schema0.FieldType<string, string>;
124
124
  isOptional: false;
125
125
  };
126
126
  storeId: {
127
- type: _contractspec_lib_schema372.FieldType<string, string>;
127
+ type: _contractspec_lib_schema0.FieldType<string, string>;
128
128
  isOptional: false;
129
129
  };
130
130
  total: {
131
- type: _contractspec_lib_schema372.FieldType<number, number>;
131
+ type: _contractspec_lib_schema0.FieldType<number, number>;
132
132
  isOptional: false;
133
133
  };
134
134
  sellerPayout: {
135
- type: _contractspec_lib_schema372.FieldType<number, number>;
135
+ type: _contractspec_lib_schema0.FieldType<number, number>;
136
136
  isOptional: false;
137
137
  };
138
138
  timestamp: {
139
- type: _contractspec_lib_schema372.FieldType<Date, string>;
139
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
140
140
  isOptional: false;
141
141
  };
142
142
  }>>;
@@ -1 +1 @@
1
- {"version":3,"file":"order.event.d.ts","names":[],"sources":["../../src/order/order.event.ts"],"sourcesContent":[],"mappings":";;;;cA0Ea,mBAAiB,4BAAA,CAAA,sCAAA;;UAU5B,2BAAA,CAAA;;EAVW,CAAA;EAUX,WAAA,EAAA;;;;;;;;;+CAV4B,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAAA,CAAA;EAYjB,KAAA,EAAA;IAUX,IAAA,uCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;EAVyB,SAAA,EAAA;IAAA,IAAA,uCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAYd,UAAA,EAAA,KAAA;EAUX,CAAA;;;;;;cAtBW,gBAAc,4BAAA,CAAA,sCAAA;;IAYS,IAAA,EAFlC,2BAAA,CAAA,SAEkC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAYvB,CAAA;EAUX,WAAA,EAAA;;;;;;;;EAV4B,aAAA,EAAA;IAAA,IAAA,uCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAYjB,UAAA,EAAA,KAAA;EAUX,CAAA;;;;;;cAlCW,yBAAuB,4BAAA,CAAA,sCAAA;;UAUlC,2BAAA,CAAA,SAc8B,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;cAZnB,mBAAiB,4BAAA,CAAA,sCAAA;;UAU5B,2BAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;cAEW,qBAAmB,4BAAA,CAAA,sCAAA;;UAU9B,2BAAA,CAAA"}
1
+ {"version":3,"file":"order.event.d.ts","names":[],"sources":["../../src/order/order.event.ts"],"mappings":";;;;cA0Ea,iBAAA,EAAiB,4BAAA,CAAA,SAAA,2BAAA,WAAA;;UAU5B,yBAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAEW,cAAA,EAAc,4BAAA,CAAA,SAAA,2BAAA,WAAA;;UAUzB,yBAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;cAEW,uBAAA,EAAuB,4BAAA,CAAA,SAAA,2BAAA,WAAA;;UAUlC,yBAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;cAEW,iBAAA,EAAiB,4BAAA,CAAA,SAAA,2BAAA,WAAA;;UAU5B,yBAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;cAEW,mBAAA,EAAmB,4BAAA,CAAA,SAAA,2BAAA,WAAA;;UAU9B,yBAAA,CAAA,SAAA"}