@lssm/example.marketplace 0.0.0-canary-20251217083314 → 1.41.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 (205) hide show
  1. package/dist/docs/index.js +1 -1
  2. package/dist/docs/marketplace.docblock.js +5 -61
  3. package/dist/entities/index.js +1 -45
  4. package/dist/entities/order.js +1 -173
  5. package/dist/entities/payout.js +1 -162
  6. package/dist/entities/product.js +1 -161
  7. package/dist/entities/review.js +1 -152
  8. package/dist/entities/store.js +1 -110
  9. package/dist/example.js +1 -50
  10. package/dist/index.js +1 -27
  11. package/dist/marketplace.feature.js +1 -308
  12. package/dist/order/index.js +1 -6
  13. package/dist/order/order.contracts.js +1 -74
  14. package/dist/order/order.enum.js +1 -22
  15. package/dist/order/order.event.js +1 -193
  16. package/dist/order/order.presentation.js +1 -72
  17. package/dist/order/order.schema.js +1 -156
  18. package/dist/payout/index.js +1 -6
  19. package/dist/payout/payout.contracts.js +1 -32
  20. package/dist/payout/payout.enum.js +1 -17
  21. package/dist/payout/payout.event.js +1 -84
  22. package/dist/payout/payout.presentation.js +1 -50
  23. package/dist/payout/payout.schema.js +1 -117
  24. package/dist/product/index.js +1 -6
  25. package/dist/product/product.contracts.js +1 -65
  26. package/dist/product/product.enum.js +1 -18
  27. package/dist/product/product.event.js +1 -103
  28. package/dist/product/product.presentation.js +1 -72
  29. package/dist/product/product.schema.js +1 -177
  30. package/dist/review/index.js +1 -6
  31. package/dist/review/review.contracts.js +1 -65
  32. package/dist/review/review.enum.js +1 -16
  33. package/dist/review/review.event.js +1 -76
  34. package/dist/review/review.presentation.js +1 -50
  35. package/dist/review/review.schema.js +1 -157
  36. package/dist/store/index.js +1 -6
  37. package/dist/store/store.contracts.js +1 -41
  38. package/dist/store/store.enum.js +1 -16
  39. package/dist/store/store.event.js +1 -72
  40. package/dist/store/store.presentation.js +1 -50
  41. package/dist/store/store.schema.js +1 -94
  42. package/dist/tsconfig.tsbuildinfo +1 -0
  43. package/package.json +53 -54
  44. package/dist/docs/index.d.ts +0 -1
  45. package/dist/docs/marketplace.docblock.d.ts +0 -1
  46. package/dist/entities/index.d.ts +0 -308
  47. package/dist/entities/order.d.ts +0 -104
  48. package/dist/entities/payout.d.ts +0 -91
  49. package/dist/entities/product.d.ts +0 -92
  50. package/dist/entities/review.d.ts +0 -82
  51. package/dist/entities/store.d.ts +0 -59
  52. package/dist/example.d.ts +0 -39
  53. package/dist/index.d.ts +0 -21
  54. package/dist/libs/contracts/dist/capabilities/openbanking.js +0 -88
  55. package/dist/libs/contracts/dist/client/index.js +0 -5
  56. package/dist/libs/contracts/dist/client/react/feature-render.js +0 -2
  57. package/dist/libs/contracts/dist/client/react/form-render.js +0 -4
  58. package/dist/libs/contracts/dist/client/react/index.js +0 -4
  59. package/dist/libs/contracts/dist/contract-registry/index.js +0 -1
  60. package/dist/libs/contracts/dist/contract-registry/schemas.js +0 -60
  61. package/dist/libs/contracts/dist/docs/PUBLISHING.docblock.js +0 -16
  62. package/dist/libs/contracts/dist/docs/accessibility_wcag_compliance_specs.docblock.js +0 -16
  63. package/dist/libs/contracts/dist/docs/index.js +0 -29
  64. package/dist/libs/contracts/dist/docs/presentations.js +0 -71
  65. package/dist/libs/contracts/dist/docs/registry.js +0 -44
  66. package/dist/libs/contracts/dist/docs/tech/PHASE_1_QUICKSTART.docblock.js +0 -16
  67. package/dist/libs/contracts/dist/docs/tech/PHASE_2_AI_NATIVE_OPERATIONS.docblock.js +0 -16
  68. package/dist/libs/contracts/dist/docs/tech/PHASE_3_AUTO_EVOLUTION.docblock.js +0 -16
  69. package/dist/libs/contracts/dist/docs/tech/PHASE_4_PERSONALIZATION_ENGINE.docblock.js +0 -16
  70. package/dist/libs/contracts/dist/docs/tech/PHASE_5_ZERO_TOUCH_OPERATIONS.docblock.js +0 -16
  71. package/dist/libs/contracts/dist/docs/tech/auth/better-auth-nextjs.docblock.js +0 -80
  72. package/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +0 -57
  73. package/dist/libs/contracts/dist/docs/tech/lifecycle-stage-system.docblock.js +0 -16
  74. package/dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js +0 -357
  75. package/dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js +0 -37
  76. package/dist/libs/contracts/dist/docs/tech/presentation-runtime.docblock.js +0 -16
  77. package/dist/libs/contracts/dist/docs/tech/schema/README.docblock.js +0 -20
  78. package/dist/libs/contracts/dist/docs/tech/studio/learning-events.docblock.js +0 -48
  79. package/dist/libs/contracts/dist/docs/tech/studio/learning-journeys.docblock.js +0 -79
  80. package/dist/libs/contracts/dist/docs/tech/studio/platform-admin-panel.docblock.js +0 -84
  81. package/dist/libs/contracts/dist/docs/tech/studio/project-access-teams.docblock.js +0 -45
  82. package/dist/libs/contracts/dist/docs/tech/studio/project-routing.docblock.js +0 -67
  83. package/dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js +0 -40
  84. package/dist/libs/contracts/dist/docs/tech/studio/team-invitations.docblock.js +0 -69
  85. package/dist/libs/contracts/dist/docs/tech/studio/workspace-ops.docblock.js +0 -47
  86. package/dist/libs/contracts/dist/docs/tech/studio/workspaces.docblock.js +0 -62
  87. package/dist/libs/contracts/dist/docs/tech/telemetry-ingest.docblock.js +0 -155
  88. package/dist/libs/contracts/dist/docs/tech/templates/runtime.docblock.js +0 -20
  89. package/dist/libs/contracts/dist/docs/tech/vscode-extension.docblock.js +0 -101
  90. package/dist/libs/contracts/dist/docs/tech/workflows/overview.docblock.js +0 -20
  91. package/dist/libs/contracts/dist/events.js +0 -10
  92. package/dist/libs/contracts/dist/experiments/evaluator.js +0 -1
  93. package/dist/libs/contracts/dist/index.js +0 -71
  94. package/dist/libs/contracts/dist/install.js +0 -2
  95. package/dist/libs/contracts/dist/integrations/contracts.js +0 -377
  96. package/dist/libs/contracts/dist/integrations/index.js +0 -18
  97. package/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js +0 -228
  98. package/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js +0 -159
  99. package/dist/libs/contracts/dist/integrations/openbanking/contracts/index.js +0 -3
  100. package/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js +0 -210
  101. package/dist/libs/contracts/dist/integrations/openbanking/models.js +0 -242
  102. package/dist/libs/contracts/dist/integrations/openbanking/telemetry.js +0 -13
  103. package/dist/libs/contracts/dist/integrations/providers/elevenlabs.js +0 -52
  104. package/dist/libs/contracts/dist/integrations/providers/gcs-storage.js +0 -75
  105. package/dist/libs/contracts/dist/integrations/providers/gmail.js +0 -87
  106. package/dist/libs/contracts/dist/integrations/providers/google-calendar.js +0 -66
  107. package/dist/libs/contracts/dist/integrations/providers/index.js +0 -11
  108. package/dist/libs/contracts/dist/integrations/providers/mistral.js +0 -68
  109. package/dist/libs/contracts/dist/integrations/providers/postmark.js +0 -68
  110. package/dist/libs/contracts/dist/integrations/providers/powens.js +0 -116
  111. package/dist/libs/contracts/dist/integrations/providers/qdrant.js +0 -73
  112. package/dist/libs/contracts/dist/integrations/providers/registry.js +0 -10
  113. package/dist/libs/contracts/dist/integrations/providers/stripe.js +0 -83
  114. package/dist/libs/contracts/dist/integrations/providers/twilio-sms.js +0 -61
  115. package/dist/libs/contracts/dist/jsonschema.js +0 -1
  116. package/dist/libs/contracts/dist/knowledge/contracts.js +0 -306
  117. package/dist/libs/contracts/dist/knowledge/index.js +0 -7
  118. package/dist/libs/contracts/dist/knowledge/spaces/email-threads.js +0 -34
  119. package/dist/libs/contracts/dist/knowledge/spaces/financial-docs.js +0 -34
  120. package/dist/libs/contracts/dist/knowledge/spaces/financial-overview.js +0 -38
  121. package/dist/libs/contracts/dist/knowledge/spaces/index.js +0 -6
  122. package/dist/libs/contracts/dist/knowledge/spaces/product-canon.js +0 -34
  123. package/dist/libs/contracts/dist/knowledge/spaces/support-faq.js +0 -37
  124. package/dist/libs/contracts/dist/knowledge/spaces/uploaded-docs.js +0 -34
  125. package/dist/libs/contracts/dist/llm/exporters.js +0 -19
  126. package/dist/libs/contracts/dist/llm/index.js +0 -2
  127. package/dist/libs/contracts/dist/llm/prompts.js +0 -1
  128. package/dist/libs/contracts/dist/onboarding-base.js +0 -196
  129. package/dist/libs/contracts/dist/openapi.js +0 -1
  130. package/dist/libs/contracts/dist/ownership.js +0 -21
  131. package/dist/libs/contracts/dist/presentations.js +0 -1
  132. package/dist/libs/contracts/dist/presentations.v2.js +0 -11
  133. package/dist/libs/contracts/dist/prompt.js +0 -1
  134. package/dist/libs/contracts/dist/promptRegistry.js +0 -1
  135. package/dist/libs/contracts/dist/regenerator/index.js +0 -1
  136. package/dist/libs/contracts/dist/regenerator/service.js +0 -6
  137. package/dist/libs/contracts/dist/registry.js +0 -2
  138. package/dist/libs/contracts/dist/resources.js +0 -1
  139. package/dist/libs/contracts/dist/schema/dist/EnumType.js +0 -2
  140. package/dist/libs/contracts/dist/schema/dist/FieldType.js +0 -49
  141. package/dist/libs/contracts/dist/schema/dist/ScalarTypeEnum.js +0 -236
  142. package/dist/libs/contracts/dist/schema/dist/SchemaModel.js +0 -34
  143. package/dist/libs/contracts/dist/schema/dist/entity/defineEntity.js +0 -1
  144. package/dist/libs/contracts/dist/schema/dist/entity/index.js +0 -2
  145. package/dist/libs/contracts/dist/schema/dist/entity/types.js +0 -1
  146. package/dist/libs/contracts/dist/schema/dist/index.js +0 -6
  147. package/dist/libs/contracts/dist/server/graphql-pothos.js +0 -6
  148. package/dist/libs/contracts/dist/server/index.js +0 -8
  149. package/dist/libs/contracts/dist/server/mcp/createMcpServer.js +0 -4
  150. package/dist/libs/contracts/dist/server/mcp/registerPresentations.js +0 -2
  151. package/dist/libs/contracts/dist/server/mcp/registerPrompts.js +0 -1
  152. package/dist/libs/contracts/dist/server/mcp/registerResources.js +0 -2
  153. package/dist/libs/contracts/dist/server/mcp/registerTools.js +0 -1
  154. package/dist/libs/contracts/dist/server/provider-mcp.js +0 -1
  155. package/dist/libs/contracts/dist/server/rest-elysia.js +0 -1
  156. package/dist/libs/contracts/dist/server/rest-express.js +0 -1
  157. package/dist/libs/contracts/dist/server/rest-generic.js +0 -1
  158. package/dist/libs/contracts/dist/server/rest-next-app.js +0 -1
  159. package/dist/libs/contracts/dist/server/rest-next-pages.js +0 -1
  160. package/dist/libs/contracts/dist/spec.js +0 -34
  161. package/dist/libs/contracts/dist/telemetry/index.js +0 -1
  162. package/dist/libs/contracts/dist/telemetry/tracker.js +0 -1
  163. package/dist/libs/contracts/dist/tests/index.js +0 -1
  164. package/dist/libs/contracts/dist/tests/runner.js +0 -2
  165. package/dist/libs/contracts/dist/workflow/index.js +0 -1
  166. package/dist/libs/contracts/dist/workflow/runner.js +0 -1
  167. package/dist/libs/schema/dist/EnumType.js +0 -56
  168. package/dist/libs/schema/dist/FieldType.js +0 -49
  169. package/dist/libs/schema/dist/ScalarTypeEnum.js +0 -236
  170. package/dist/libs/schema/dist/SchemaModel.js +0 -39
  171. package/dist/libs/schema/dist/entity/defineEntity.js +0 -236
  172. package/dist/libs/schema/dist/entity/index.js +0 -2
  173. package/dist/libs/schema/dist/entity/types.js +0 -1
  174. package/dist/libs/schema/dist/index.js +0 -6
  175. package/dist/marketplace.feature.d.ts +0 -11
  176. package/dist/order/index.d.ts +0 -5
  177. package/dist/order/order.contracts.d.ts +0 -367
  178. package/dist/order/order.enum.d.ts +0 -9
  179. package/dist/order/order.event.d.ts +0 -144
  180. package/dist/order/order.presentation.d.ts +0 -8
  181. package/dist/order/order.schema.d.ts +0 -164
  182. package/dist/payout/index.d.ts +0 -5
  183. package/dist/payout/payout.contracts.d.ts +0 -96
  184. package/dist/payout/payout.enum.d.ts +0 -9
  185. package/dist/payout/payout.event.d.ts +0 -62
  186. package/dist/payout/payout.presentation.d.ts +0 -7
  187. package/dist/payout/payout.schema.d.ts +0 -156
  188. package/dist/product/index.d.ts +0 -5
  189. package/dist/product/product.contracts.d.ts +0 -272
  190. package/dist/product/product.enum.d.ts +0 -9
  191. package/dist/product/product.event.d.ts +0 -72
  192. package/dist/product/product.presentation.d.ts +0 -8
  193. package/dist/product/product.schema.d.ts +0 -217
  194. package/dist/review/index.d.ts +0 -5
  195. package/dist/review/review.contracts.d.ts +0 -236
  196. package/dist/review/review.enum.d.ts +0 -9
  197. package/dist/review/review.event.d.ts +0 -54
  198. package/dist/review/review.presentation.d.ts +0 -7
  199. package/dist/review/review.schema.d.ts +0 -189
  200. package/dist/store/index.d.ts +0 -5
  201. package/dist/store/store.contracts.d.ts +0 -130
  202. package/dist/store/store.enum.d.ts +0 -9
  203. package/dist/store/store.event.d.ts +0 -50
  204. package/dist/store/store.presentation.d.ts +0 -7
  205. package/dist/store/store.schema.d.ts +0 -83
@@ -1,189 +0,0 @@
1
- import * as _lssm_lib_schema1106 from "@lssm/lib.schema";
2
-
3
- //#region src/review/review.schema.d.ts
4
- /**
5
- * A customer review.
6
- */
7
- declare const ReviewModel: _lssm_lib_schema1106.SchemaModel<{
8
- id: {
9
- type: _lssm_lib_schema1106.FieldType<string, string>;
10
- isOptional: false;
11
- };
12
- productId: {
13
- type: _lssm_lib_schema1106.FieldType<string, string>;
14
- isOptional: true;
15
- };
16
- storeId: {
17
- type: _lssm_lib_schema1106.FieldType<string, string>;
18
- isOptional: true;
19
- };
20
- authorId: {
21
- type: _lssm_lib_schema1106.FieldType<string, string>;
22
- isOptional: false;
23
- };
24
- rating: {
25
- type: _lssm_lib_schema1106.FieldType<number, number>;
26
- isOptional: false;
27
- };
28
- title: {
29
- type: _lssm_lib_schema1106.FieldType<string, string>;
30
- isOptional: true;
31
- };
32
- content: {
33
- type: _lssm_lib_schema1106.FieldType<string, string>;
34
- isOptional: true;
35
- };
36
- status: {
37
- type: _lssm_lib_schema1106.EnumType<[string, string, string, string]>;
38
- isOptional: false;
39
- };
40
- isVerifiedPurchase: {
41
- type: _lssm_lib_schema1106.FieldType<boolean, boolean>;
42
- isOptional: false;
43
- };
44
- helpfulCount: {
45
- type: _lssm_lib_schema1106.FieldType<number, number>;
46
- isOptional: false;
47
- };
48
- hasResponse: {
49
- type: _lssm_lib_schema1106.FieldType<boolean, boolean>;
50
- isOptional: false;
51
- };
52
- createdAt: {
53
- type: _lssm_lib_schema1106.FieldType<Date, string>;
54
- isOptional: false;
55
- };
56
- }>;
57
- /**
58
- * Input for creating a review.
59
- */
60
- declare const CreateReviewInputModel: _lssm_lib_schema1106.SchemaModel<{
61
- productId: {
62
- type: _lssm_lib_schema1106.FieldType<string, string>;
63
- isOptional: true;
64
- };
65
- storeId: {
66
- type: _lssm_lib_schema1106.FieldType<string, string>;
67
- isOptional: true;
68
- };
69
- orderId: {
70
- type: _lssm_lib_schema1106.FieldType<string, string>;
71
- isOptional: true;
72
- };
73
- rating: {
74
- type: _lssm_lib_schema1106.FieldType<number, number>;
75
- isOptional: false;
76
- };
77
- title: {
78
- type: _lssm_lib_schema1106.FieldType<string, string>;
79
- isOptional: true;
80
- };
81
- content: {
82
- type: _lssm_lib_schema1106.FieldType<string, string>;
83
- isOptional: true;
84
- };
85
- }>;
86
- /**
87
- * Input for listing reviews.
88
- */
89
- declare const ListReviewsInputModel: _lssm_lib_schema1106.SchemaModel<{
90
- productId: {
91
- type: _lssm_lib_schema1106.FieldType<string, string>;
92
- isOptional: true;
93
- };
94
- storeId: {
95
- type: _lssm_lib_schema1106.FieldType<string, string>;
96
- isOptional: true;
97
- };
98
- status: {
99
- type: _lssm_lib_schema1106.EnumType<[string, string, string, string]>;
100
- isOptional: true;
101
- };
102
- minRating: {
103
- type: _lssm_lib_schema1106.FieldType<number, number>;
104
- isOptional: true;
105
- };
106
- limit: {
107
- type: _lssm_lib_schema1106.FieldType<number, number>;
108
- isOptional: true;
109
- defaultValue: number;
110
- };
111
- offset: {
112
- type: _lssm_lib_schema1106.FieldType<number, number>;
113
- isOptional: true;
114
- defaultValue: number;
115
- };
116
- }>;
117
- /**
118
- * Output for listing reviews.
119
- */
120
- declare const ListReviewsOutputModel: _lssm_lib_schema1106.SchemaModel<{
121
- reviews: {
122
- type: _lssm_lib_schema1106.SchemaModel<{
123
- id: {
124
- type: _lssm_lib_schema1106.FieldType<string, string>;
125
- isOptional: false;
126
- };
127
- productId: {
128
- type: _lssm_lib_schema1106.FieldType<string, string>;
129
- isOptional: true;
130
- };
131
- storeId: {
132
- type: _lssm_lib_schema1106.FieldType<string, string>;
133
- isOptional: true;
134
- };
135
- authorId: {
136
- type: _lssm_lib_schema1106.FieldType<string, string>;
137
- isOptional: false;
138
- };
139
- rating: {
140
- type: _lssm_lib_schema1106.FieldType<number, number>;
141
- isOptional: false;
142
- };
143
- title: {
144
- type: _lssm_lib_schema1106.FieldType<string, string>;
145
- isOptional: true;
146
- };
147
- content: {
148
- type: _lssm_lib_schema1106.FieldType<string, string>;
149
- isOptional: true;
150
- };
151
- status: {
152
- type: _lssm_lib_schema1106.EnumType<[string, string, string, string]>;
153
- isOptional: false;
154
- };
155
- isVerifiedPurchase: {
156
- type: _lssm_lib_schema1106.FieldType<boolean, boolean>;
157
- isOptional: false;
158
- };
159
- helpfulCount: {
160
- type: _lssm_lib_schema1106.FieldType<number, number>;
161
- isOptional: false;
162
- };
163
- hasResponse: {
164
- type: _lssm_lib_schema1106.FieldType<boolean, boolean>;
165
- isOptional: false;
166
- };
167
- createdAt: {
168
- type: _lssm_lib_schema1106.FieldType<Date, string>;
169
- isOptional: false;
170
- };
171
- }>;
172
- isArray: true;
173
- isOptional: false;
174
- };
175
- total: {
176
- type: _lssm_lib_schema1106.FieldType<number, number>;
177
- isOptional: false;
178
- };
179
- averageRating: {
180
- type: _lssm_lib_schema1106.FieldType<number, number>;
181
- isOptional: false;
182
- };
183
- ratingDistribution: {
184
- type: _lssm_lib_schema1106.FieldType<unknown, unknown>;
185
- isOptional: false;
186
- };
187
- }>;
188
- //#endregion
189
- export { CreateReviewInputModel, ListReviewsInputModel, ListReviewsOutputModel, ReviewModel };
@@ -1,5 +0,0 @@
1
- import { StoreStatusEnum } from "./store.enum.js";
2
- import { CreateStoreInputModel, StoreModel } from "./store.schema.js";
3
- import { CreateStoreContract } from "./store.contracts.js";
4
- import { StoreCreatedEvent, StoreStatusChangedEvent } from "./store.event.js";
5
- export { CreateStoreContract, CreateStoreInputModel, StoreCreatedEvent, StoreModel, StoreStatusChangedEvent, StoreStatusEnum };
@@ -1,130 +0,0 @@
1
- import * as _lssm_lib_schema967 from "@lssm/lib.schema";
2
- import * as _lssm_lib_contracts18 from "@lssm/lib.contracts";
3
-
4
- //#region src/store/store.contracts.d.ts
5
- /**
6
- * Create a new seller store.
7
- */
8
- declare const CreateStoreContract: _lssm_lib_contracts18.ContractSpec<_lssm_lib_schema967.SchemaModel<{
9
- name: {
10
- type: _lssm_lib_schema967.FieldType<string, string>;
11
- isOptional: false;
12
- };
13
- slug: {
14
- type: _lssm_lib_schema967.FieldType<string, string>;
15
- isOptional: false;
16
- };
17
- description: {
18
- type: _lssm_lib_schema967.FieldType<string, string>;
19
- isOptional: true;
20
- };
21
- email: {
22
- type: _lssm_lib_schema967.FieldType<string, string>;
23
- isOptional: true;
24
- };
25
- country: {
26
- type: _lssm_lib_schema967.FieldType<string, string>;
27
- isOptional: true;
28
- };
29
- currency: {
30
- type: _lssm_lib_schema967.FieldType<string, string>;
31
- isOptional: true;
32
- };
33
- }>, _lssm_lib_schema967.SchemaModel<{
34
- id: {
35
- type: _lssm_lib_schema967.FieldType<string, string>;
36
- isOptional: false;
37
- };
38
- name: {
39
- type: _lssm_lib_schema967.FieldType<string, string>;
40
- isOptional: false;
41
- };
42
- slug: {
43
- type: _lssm_lib_schema967.FieldType<string, string>;
44
- isOptional: false;
45
- };
46
- description: {
47
- type: _lssm_lib_schema967.FieldType<string, string>;
48
- isOptional: true;
49
- };
50
- status: {
51
- type: _lssm_lib_schema967.EnumType<[string, string, string, string]>;
52
- isOptional: false;
53
- };
54
- ownerId: {
55
- type: _lssm_lib_schema967.FieldType<string, string>;
56
- isOptional: false;
57
- };
58
- logoFileId: {
59
- type: _lssm_lib_schema967.FieldType<string, string>;
60
- isOptional: true;
61
- };
62
- isVerified: {
63
- type: _lssm_lib_schema967.FieldType<boolean, boolean>;
64
- isOptional: false;
65
- };
66
- totalProducts: {
67
- type: _lssm_lib_schema967.FieldType<number, number>;
68
- isOptional: false;
69
- };
70
- averageRating: {
71
- type: _lssm_lib_schema967.FieldType<number, number>;
72
- isOptional: false;
73
- };
74
- createdAt: {
75
- type: _lssm_lib_schema967.FieldType<Date, string>;
76
- isOptional: false;
77
- };
78
- }>, {
79
- name: string;
80
- version: number;
81
- when: string;
82
- payload: _lssm_lib_schema967.SchemaModel<{
83
- id: {
84
- type: _lssm_lib_schema967.FieldType<string, string>;
85
- isOptional: false;
86
- };
87
- name: {
88
- type: _lssm_lib_schema967.FieldType<string, string>;
89
- isOptional: false;
90
- };
91
- slug: {
92
- type: _lssm_lib_schema967.FieldType<string, string>;
93
- isOptional: false;
94
- };
95
- description: {
96
- type: _lssm_lib_schema967.FieldType<string, string>;
97
- isOptional: true;
98
- };
99
- status: {
100
- type: _lssm_lib_schema967.EnumType<[string, string, string, string]>;
101
- isOptional: false;
102
- };
103
- ownerId: {
104
- type: _lssm_lib_schema967.FieldType<string, string>;
105
- isOptional: false;
106
- };
107
- logoFileId: {
108
- type: _lssm_lib_schema967.FieldType<string, string>;
109
- isOptional: true;
110
- };
111
- isVerified: {
112
- type: _lssm_lib_schema967.FieldType<boolean, boolean>;
113
- isOptional: false;
114
- };
115
- totalProducts: {
116
- type: _lssm_lib_schema967.FieldType<number, number>;
117
- isOptional: false;
118
- };
119
- averageRating: {
120
- type: _lssm_lib_schema967.FieldType<number, number>;
121
- isOptional: false;
122
- };
123
- createdAt: {
124
- type: _lssm_lib_schema967.FieldType<Date, string>;
125
- isOptional: false;
126
- };
127
- }>;
128
- }[]>;
129
- //#endregion
130
- export { CreateStoreContract };
@@ -1,9 +0,0 @@
1
- import * as _lssm_lib_schema1150 from "@lssm/lib.schema";
2
-
3
- //#region src/store/store.enum.d.ts
4
- /**
5
- * Store status enum.
6
- */
7
- declare const StoreStatusEnum: _lssm_lib_schema1150.EnumType<[string, string, string, string]>;
8
- //#endregion
9
- export { StoreStatusEnum };
@@ -1,50 +0,0 @@
1
- import * as _lssm_lib_schema660 from "@lssm/lib.schema";
2
- import * as _lssm_lib_contracts6 from "@lssm/lib.contracts";
3
-
4
- //#region src/store/store.event.d.ts
5
- declare const StoreCreatedEvent: _lssm_lib_contracts6.EventSpec<_lssm_lib_schema660.SchemaModel<{
6
- storeId: {
7
- type: _lssm_lib_schema660.FieldType<string, string>;
8
- isOptional: false;
9
- };
10
- name: {
11
- type: _lssm_lib_schema660.FieldType<string, string>;
12
- isOptional: false;
13
- };
14
- slug: {
15
- type: _lssm_lib_schema660.FieldType<string, string>;
16
- isOptional: false;
17
- };
18
- ownerId: {
19
- type: _lssm_lib_schema660.FieldType<string, string>;
20
- isOptional: false;
21
- };
22
- timestamp: {
23
- type: _lssm_lib_schema660.FieldType<Date, string>;
24
- isOptional: false;
25
- };
26
- }>>;
27
- declare const StoreStatusChangedEvent: _lssm_lib_contracts6.EventSpec<_lssm_lib_schema660.SchemaModel<{
28
- storeId: {
29
- type: _lssm_lib_schema660.FieldType<string, string>;
30
- isOptional: false;
31
- };
32
- previousStatus: {
33
- type: _lssm_lib_schema660.FieldType<string, string>;
34
- isOptional: false;
35
- };
36
- newStatus: {
37
- type: _lssm_lib_schema660.FieldType<string, string>;
38
- isOptional: false;
39
- };
40
- reason: {
41
- type: _lssm_lib_schema660.FieldType<string, string>;
42
- isOptional: true;
43
- };
44
- timestamp: {
45
- type: _lssm_lib_schema660.FieldType<Date, string>;
46
- isOptional: false;
47
- };
48
- }>>;
49
- //#endregion
50
- export { StoreCreatedEvent, StoreStatusChangedEvent };
@@ -1,7 +0,0 @@
1
- import { PresentationDescriptorV2 } from "@lssm/lib.contracts";
2
-
3
- //#region src/store/store.presentation.d.ts
4
- declare const StoreProfilePresentation: PresentationDescriptorV2;
5
- declare const SellerDashboardPresentation: PresentationDescriptorV2;
6
- //#endregion
7
- export { SellerDashboardPresentation, StoreProfilePresentation };
@@ -1,83 +0,0 @@
1
- import * as _lssm_lib_schema1047 from "@lssm/lib.schema";
2
-
3
- //#region src/store/store.schema.d.ts
4
- /**
5
- * A seller store.
6
- */
7
- declare const StoreModel: _lssm_lib_schema1047.SchemaModel<{
8
- id: {
9
- type: _lssm_lib_schema1047.FieldType<string, string>;
10
- isOptional: false;
11
- };
12
- name: {
13
- type: _lssm_lib_schema1047.FieldType<string, string>;
14
- isOptional: false;
15
- };
16
- slug: {
17
- type: _lssm_lib_schema1047.FieldType<string, string>;
18
- isOptional: false;
19
- };
20
- description: {
21
- type: _lssm_lib_schema1047.FieldType<string, string>;
22
- isOptional: true;
23
- };
24
- status: {
25
- type: _lssm_lib_schema1047.EnumType<[string, string, string, string]>;
26
- isOptional: false;
27
- };
28
- ownerId: {
29
- type: _lssm_lib_schema1047.FieldType<string, string>;
30
- isOptional: false;
31
- };
32
- logoFileId: {
33
- type: _lssm_lib_schema1047.FieldType<string, string>;
34
- isOptional: true;
35
- };
36
- isVerified: {
37
- type: _lssm_lib_schema1047.FieldType<boolean, boolean>;
38
- isOptional: false;
39
- };
40
- totalProducts: {
41
- type: _lssm_lib_schema1047.FieldType<number, number>;
42
- isOptional: false;
43
- };
44
- averageRating: {
45
- type: _lssm_lib_schema1047.FieldType<number, number>;
46
- isOptional: false;
47
- };
48
- createdAt: {
49
- type: _lssm_lib_schema1047.FieldType<Date, string>;
50
- isOptional: false;
51
- };
52
- }>;
53
- /**
54
- * Input for creating a store.
55
- */
56
- declare const CreateStoreInputModel: _lssm_lib_schema1047.SchemaModel<{
57
- name: {
58
- type: _lssm_lib_schema1047.FieldType<string, string>;
59
- isOptional: false;
60
- };
61
- slug: {
62
- type: _lssm_lib_schema1047.FieldType<string, string>;
63
- isOptional: false;
64
- };
65
- description: {
66
- type: _lssm_lib_schema1047.FieldType<string, string>;
67
- isOptional: true;
68
- };
69
- email: {
70
- type: _lssm_lib_schema1047.FieldType<string, string>;
71
- isOptional: true;
72
- };
73
- country: {
74
- type: _lssm_lib_schema1047.FieldType<string, string>;
75
- isOptional: true;
76
- };
77
- currency: {
78
- type: _lssm_lib_schema1047.FieldType<string, string>;
79
- isOptional: true;
80
- };
81
- }>;
82
- //#endregion
83
- export { CreateStoreInputModel, StoreModel };