@contractspec/example.marketplace 1.56.0 → 1.56.1

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.
@@ -1,48 +1,48 @@
1
- import * as _contractspec_lib_contracts27 from "@contractspec/lib.contracts";
2
- import * as _contractspec_lib_schema973 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_contracts33 from "@contractspec/lib.contracts";
2
+ import * as _contractspec_lib_schema1089 from "@contractspec/lib.schema";
3
3
 
4
4
  //#region src/store/store.event.d.ts
5
- declare const StoreCreatedEvent: _contractspec_lib_contracts27.EventSpec<_contractspec_lib_schema973.SchemaModel<{
5
+ declare const StoreCreatedEvent: _contractspec_lib_contracts33.EventSpec<_contractspec_lib_schema1089.SchemaModel<{
6
6
  storeId: {
7
- type: _contractspec_lib_schema973.FieldType<string, string>;
7
+ type: _contractspec_lib_schema1089.FieldType<string, string>;
8
8
  isOptional: false;
9
9
  };
10
10
  name: {
11
- type: _contractspec_lib_schema973.FieldType<string, string>;
11
+ type: _contractspec_lib_schema1089.FieldType<string, string>;
12
12
  isOptional: false;
13
13
  };
14
14
  slug: {
15
- type: _contractspec_lib_schema973.FieldType<string, string>;
15
+ type: _contractspec_lib_schema1089.FieldType<string, string>;
16
16
  isOptional: false;
17
17
  };
18
18
  ownerId: {
19
- type: _contractspec_lib_schema973.FieldType<string, string>;
19
+ type: _contractspec_lib_schema1089.FieldType<string, string>;
20
20
  isOptional: false;
21
21
  };
22
22
  timestamp: {
23
- type: _contractspec_lib_schema973.FieldType<Date, string>;
23
+ type: _contractspec_lib_schema1089.FieldType<Date, string>;
24
24
  isOptional: false;
25
25
  };
26
26
  }>>;
27
- declare const StoreStatusChangedEvent: _contractspec_lib_contracts27.EventSpec<_contractspec_lib_schema973.SchemaModel<{
27
+ declare const StoreStatusChangedEvent: _contractspec_lib_contracts33.EventSpec<_contractspec_lib_schema1089.SchemaModel<{
28
28
  storeId: {
29
- type: _contractspec_lib_schema973.FieldType<string, string>;
29
+ type: _contractspec_lib_schema1089.FieldType<string, string>;
30
30
  isOptional: false;
31
31
  };
32
32
  previousStatus: {
33
- type: _contractspec_lib_schema973.FieldType<string, string>;
33
+ type: _contractspec_lib_schema1089.FieldType<string, string>;
34
34
  isOptional: false;
35
35
  };
36
36
  newStatus: {
37
- type: _contractspec_lib_schema973.FieldType<string, string>;
37
+ type: _contractspec_lib_schema1089.FieldType<string, string>;
38
38
  isOptional: false;
39
39
  };
40
40
  reason: {
41
- type: _contractspec_lib_schema973.FieldType<string, string>;
41
+ type: _contractspec_lib_schema1089.FieldType<string, string>;
42
42
  isOptional: true;
43
43
  };
44
44
  timestamp: {
45
- type: _contractspec_lib_schema973.FieldType<Date, string>;
45
+ type: _contractspec_lib_schema1089.FieldType<Date, string>;
46
46
  isOptional: false;
47
47
  };
48
48
  }>>;
@@ -1 +1 @@
1
- {"version":3,"file":"store.event.d.ts","names":[],"sources":["../../src/store/store.event.ts"],"sourcesContent":[],"mappings":";;;;cA4Ba,mBAAiB,6BAAA,CAAA,sCAAA;;UAU5B,2BAAA,CAAA;;EAVW,CAAA;EAUX,IAAA,EAAA;;;;;;;EAV4B,CAAA;EAAA,OAAA,EAAA;IAYjB,IAAA,uCAUX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;AAVkC,cAAvB,uBAAuB,EAAA,6BAAA,CAAA,SAAA,6BAAA,WAAA,CAAA;EAAA,OAAA,EAAA;UAUlC,2BAAA,CAAA"}
1
+ {"version":3,"file":"store.event.d.ts","names":[],"sources":["../../src/store/store.event.ts"],"sourcesContent":[],"mappings":";;;;cA4Ba,mBAAiB,6BAAA,CAAA,uCAAA;;UAU5B,4BAAA,CAAA;;EAVW,CAAA;EAUX,IAAA,EAAA;;;;;;;EAV4B,CAAA;EAAA,OAAA,EAAA;IAYjB,IAAA,wCAUX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;AAVkC,cAAvB,uBAAuB,EAAA,6BAAA,CAAA,SAAA,8BAAA,WAAA,CAAA;EAAA,OAAA,EAAA;UAUlC,4BAAA,CAAA"}
@@ -1,8 +1,8 @@
1
- import * as _contractspec_lib_contracts36 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts41 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/store/store.presentation.d.ts
4
- declare const StoreProfilePresentation: _contractspec_lib_contracts36.PresentationSpec;
5
- declare const SellerDashboardPresentation: _contractspec_lib_contracts36.PresentationSpec;
4
+ declare const StoreProfilePresentation: _contractspec_lib_contracts41.PresentationSpec;
5
+ declare const SellerDashboardPresentation: _contractspec_lib_contracts41.PresentationSpec;
6
6
  //#endregion
7
7
  export { SellerDashboardPresentation, StoreProfilePresentation };
8
8
  //# sourceMappingURL=store.presentation.d.ts.map
@@ -1,11 +1,11 @@
1
- import * as _contractspec_lib_contracts38 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts36 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/tests/operations.test-spec.d.ts
4
- declare const ProductListTest: _contractspec_lib_contracts38.TestSpec;
5
- declare const OrderCreateTest: _contractspec_lib_contracts38.TestSpec;
6
- declare const PayoutListTest: _contractspec_lib_contracts38.TestSpec;
7
- declare const ReviewListTest: _contractspec_lib_contracts38.TestSpec;
8
- declare const ReviewCreateTest: _contractspec_lib_contracts38.TestSpec;
4
+ declare const ProductListTest: _contractspec_lib_contracts36.TestSpec;
5
+ declare const OrderCreateTest: _contractspec_lib_contracts36.TestSpec;
6
+ declare const PayoutListTest: _contractspec_lib_contracts36.TestSpec;
7
+ declare const ReviewListTest: _contractspec_lib_contracts36.TestSpec;
8
+ declare const ReviewCreateTest: _contractspec_lib_contracts36.TestSpec;
9
9
  //#endregion
10
10
  export { OrderCreateTest, PayoutListTest, ProductListTest, ReviewCreateTest, ReviewListTest };
11
11
  //# sourceMappingURL=operations.test-spec.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.marketplace",
3
- "version": "1.56.0",
3
+ "version": "1.56.1",
4
4
  "description": "Marketplace example with orders, payouts, and reviews for ContractSpec",
5
5
  "types": "./dist/index.d.ts",
6
6
  "type": "module",
@@ -17,17 +17,17 @@
17
17
  "lint:check": "eslint src"
18
18
  },
19
19
  "dependencies": {
20
- "@contractspec/lib.schema": "1.56.0",
21
- "@contractspec/lib.contracts": "1.56.0",
22
- "@contractspec/lib.example-shared-ui": "1.10.0",
23
- "@contractspec/lib.design-system": "1.56.0",
24
- "@contractspec/lib.runtime-sandbox": "0.11.0",
20
+ "@contractspec/lib.schema": "1.56.1",
21
+ "@contractspec/lib.contracts": "1.56.1",
22
+ "@contractspec/lib.example-shared-ui": "1.10.1",
23
+ "@contractspec/lib.design-system": "1.56.1",
24
+ "@contractspec/lib.runtime-sandbox": "0.11.1",
25
25
  "react": "19.2.4",
26
26
  "react-dom": "19.2.4"
27
27
  },
28
28
  "devDependencies": {
29
- "@contractspec/tool.typescript": "1.56.0",
30
- "@contractspec/tool.tsdown": "1.56.0",
29
+ "@contractspec/tool.typescript": "1.56.1",
30
+ "@contractspec/tool.tsdown": "1.56.1",
31
31
  "typescript": "^5.9.3",
32
32
  "@types/react": "^19.2.8",
33
33
  "@types/react-dom": "^19.2.2"