@contractspec/example.marketplace 1.45.0 → 1.45.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_schema1031 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema1108 from "@contractspec/lib.schema";
2
2
  import * as _contractspec_lib_contracts18 from "@contractspec/lib.contracts";
3
3
 
4
4
  //#region src/store/store.event.d.ts
5
- declare const StoreCreatedEvent: _contractspec_lib_contracts18.EventSpec<_contractspec_lib_schema1031.SchemaModel<{
5
+ declare const StoreCreatedEvent: _contractspec_lib_contracts18.EventSpec<_contractspec_lib_schema1108.SchemaModel<{
6
6
  storeId: {
7
- type: _contractspec_lib_schema1031.FieldType<string, string>;
7
+ type: _contractspec_lib_schema1108.FieldType<string, string>;
8
8
  isOptional: false;
9
9
  };
10
10
  name: {
11
- type: _contractspec_lib_schema1031.FieldType<string, string>;
11
+ type: _contractspec_lib_schema1108.FieldType<string, string>;
12
12
  isOptional: false;
13
13
  };
14
14
  slug: {
15
- type: _contractspec_lib_schema1031.FieldType<string, string>;
15
+ type: _contractspec_lib_schema1108.FieldType<string, string>;
16
16
  isOptional: false;
17
17
  };
18
18
  ownerId: {
19
- type: _contractspec_lib_schema1031.FieldType<string, string>;
19
+ type: _contractspec_lib_schema1108.FieldType<string, string>;
20
20
  isOptional: false;
21
21
  };
22
22
  timestamp: {
23
- type: _contractspec_lib_schema1031.FieldType<Date, string>;
23
+ type: _contractspec_lib_schema1108.FieldType<Date, string>;
24
24
  isOptional: false;
25
25
  };
26
26
  }>>;
27
- declare const StoreStatusChangedEvent: _contractspec_lib_contracts18.EventSpec<_contractspec_lib_schema1031.SchemaModel<{
27
+ declare const StoreStatusChangedEvent: _contractspec_lib_contracts18.EventSpec<_contractspec_lib_schema1108.SchemaModel<{
28
28
  storeId: {
29
- type: _contractspec_lib_schema1031.FieldType<string, string>;
29
+ type: _contractspec_lib_schema1108.FieldType<string, string>;
30
30
  isOptional: false;
31
31
  };
32
32
  previousStatus: {
33
- type: _contractspec_lib_schema1031.FieldType<string, string>;
33
+ type: _contractspec_lib_schema1108.FieldType<string, string>;
34
34
  isOptional: false;
35
35
  };
36
36
  newStatus: {
37
- type: _contractspec_lib_schema1031.FieldType<string, string>;
37
+ type: _contractspec_lib_schema1108.FieldType<string, string>;
38
38
  isOptional: false;
39
39
  };
40
40
  reason: {
41
- type: _contractspec_lib_schema1031.FieldType<string, string>;
41
+ type: _contractspec_lib_schema1108.FieldType<string, string>;
42
42
  isOptional: true;
43
43
  };
44
44
  timestamp: {
45
- type: _contractspec_lib_schema1031.FieldType<Date, string>;
45
+ type: _contractspec_lib_schema1108.FieldType<Date, string>;
46
46
  isOptional: false;
47
47
  };
48
48
  }>>;
@@ -1,127 +1,127 @@
1
- import * as _contractspec_lib_schema1043 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema1120 from "@contractspec/lib.schema";
2
2
  import * as _contractspec_lib_contracts20 from "@contractspec/lib.contracts";
3
3
 
4
4
  //#region src/store/store.operations.d.ts
5
5
  /**
6
6
  * Create a new seller store.
7
7
  */
8
- declare const CreateStoreContract: _contractspec_lib_contracts20.OperationSpec<_contractspec_lib_schema1043.SchemaModel<{
8
+ declare const CreateStoreContract: _contractspec_lib_contracts20.OperationSpec<_contractspec_lib_schema1120.SchemaModel<{
9
9
  name: {
10
- type: _contractspec_lib_schema1043.FieldType<string, string>;
10
+ type: _contractspec_lib_schema1120.FieldType<string, string>;
11
11
  isOptional: false;
12
12
  };
13
13
  slug: {
14
- type: _contractspec_lib_schema1043.FieldType<string, string>;
14
+ type: _contractspec_lib_schema1120.FieldType<string, string>;
15
15
  isOptional: false;
16
16
  };
17
17
  description: {
18
- type: _contractspec_lib_schema1043.FieldType<string, string>;
18
+ type: _contractspec_lib_schema1120.FieldType<string, string>;
19
19
  isOptional: true;
20
20
  };
21
21
  email: {
22
- type: _contractspec_lib_schema1043.FieldType<string, string>;
22
+ type: _contractspec_lib_schema1120.FieldType<string, string>;
23
23
  isOptional: true;
24
24
  };
25
25
  country: {
26
- type: _contractspec_lib_schema1043.FieldType<string, string>;
26
+ type: _contractspec_lib_schema1120.FieldType<string, string>;
27
27
  isOptional: true;
28
28
  };
29
29
  currency: {
30
- type: _contractspec_lib_schema1043.FieldType<string, string>;
30
+ type: _contractspec_lib_schema1120.FieldType<string, string>;
31
31
  isOptional: true;
32
32
  };
33
- }>, _contractspec_lib_schema1043.SchemaModel<{
33
+ }>, _contractspec_lib_schema1120.SchemaModel<{
34
34
  id: {
35
- type: _contractspec_lib_schema1043.FieldType<string, string>;
35
+ type: _contractspec_lib_schema1120.FieldType<string, string>;
36
36
  isOptional: false;
37
37
  };
38
38
  name: {
39
- type: _contractspec_lib_schema1043.FieldType<string, string>;
39
+ type: _contractspec_lib_schema1120.FieldType<string, string>;
40
40
  isOptional: false;
41
41
  };
42
42
  slug: {
43
- type: _contractspec_lib_schema1043.FieldType<string, string>;
43
+ type: _contractspec_lib_schema1120.FieldType<string, string>;
44
44
  isOptional: false;
45
45
  };
46
46
  description: {
47
- type: _contractspec_lib_schema1043.FieldType<string, string>;
47
+ type: _contractspec_lib_schema1120.FieldType<string, string>;
48
48
  isOptional: true;
49
49
  };
50
50
  status: {
51
- type: _contractspec_lib_schema1043.EnumType<[string, string, string, string]>;
51
+ type: _contractspec_lib_schema1120.EnumType<[string, string, string, string]>;
52
52
  isOptional: false;
53
53
  };
54
54
  ownerId: {
55
- type: _contractspec_lib_schema1043.FieldType<string, string>;
55
+ type: _contractspec_lib_schema1120.FieldType<string, string>;
56
56
  isOptional: false;
57
57
  };
58
58
  logoFileId: {
59
- type: _contractspec_lib_schema1043.FieldType<string, string>;
59
+ type: _contractspec_lib_schema1120.FieldType<string, string>;
60
60
  isOptional: true;
61
61
  };
62
62
  isVerified: {
63
- type: _contractspec_lib_schema1043.FieldType<boolean, boolean>;
63
+ type: _contractspec_lib_schema1120.FieldType<boolean, boolean>;
64
64
  isOptional: false;
65
65
  };
66
66
  totalProducts: {
67
- type: _contractspec_lib_schema1043.FieldType<number, number>;
67
+ type: _contractspec_lib_schema1120.FieldType<number, number>;
68
68
  isOptional: false;
69
69
  };
70
70
  averageRating: {
71
- type: _contractspec_lib_schema1043.FieldType<number, number>;
71
+ type: _contractspec_lib_schema1120.FieldType<number, number>;
72
72
  isOptional: false;
73
73
  };
74
74
  createdAt: {
75
- type: _contractspec_lib_schema1043.FieldType<Date, string>;
75
+ type: _contractspec_lib_schema1120.FieldType<Date, string>;
76
76
  isOptional: false;
77
77
  };
78
78
  }>, {
79
79
  key: string;
80
80
  version: string;
81
81
  when: string;
82
- payload: _contractspec_lib_schema1043.SchemaModel<{
82
+ payload: _contractspec_lib_schema1120.SchemaModel<{
83
83
  id: {
84
- type: _contractspec_lib_schema1043.FieldType<string, string>;
84
+ type: _contractspec_lib_schema1120.FieldType<string, string>;
85
85
  isOptional: false;
86
86
  };
87
87
  name: {
88
- type: _contractspec_lib_schema1043.FieldType<string, string>;
88
+ type: _contractspec_lib_schema1120.FieldType<string, string>;
89
89
  isOptional: false;
90
90
  };
91
91
  slug: {
92
- type: _contractspec_lib_schema1043.FieldType<string, string>;
92
+ type: _contractspec_lib_schema1120.FieldType<string, string>;
93
93
  isOptional: false;
94
94
  };
95
95
  description: {
96
- type: _contractspec_lib_schema1043.FieldType<string, string>;
96
+ type: _contractspec_lib_schema1120.FieldType<string, string>;
97
97
  isOptional: true;
98
98
  };
99
99
  status: {
100
- type: _contractspec_lib_schema1043.EnumType<[string, string, string, string]>;
100
+ type: _contractspec_lib_schema1120.EnumType<[string, string, string, string]>;
101
101
  isOptional: false;
102
102
  };
103
103
  ownerId: {
104
- type: _contractspec_lib_schema1043.FieldType<string, string>;
104
+ type: _contractspec_lib_schema1120.FieldType<string, string>;
105
105
  isOptional: false;
106
106
  };
107
107
  logoFileId: {
108
- type: _contractspec_lib_schema1043.FieldType<string, string>;
108
+ type: _contractspec_lib_schema1120.FieldType<string, string>;
109
109
  isOptional: true;
110
110
  };
111
111
  isVerified: {
112
- type: _contractspec_lib_schema1043.FieldType<boolean, boolean>;
112
+ type: _contractspec_lib_schema1120.FieldType<boolean, boolean>;
113
113
  isOptional: false;
114
114
  };
115
115
  totalProducts: {
116
- type: _contractspec_lib_schema1043.FieldType<number, number>;
116
+ type: _contractspec_lib_schema1120.FieldType<number, number>;
117
117
  isOptional: false;
118
118
  };
119
119
  averageRating: {
120
- type: _contractspec_lib_schema1043.FieldType<number, number>;
120
+ type: _contractspec_lib_schema1120.FieldType<number, number>;
121
121
  isOptional: false;
122
122
  };
123
123
  createdAt: {
124
- type: _contractspec_lib_schema1043.FieldType<Date, string>;
124
+ type: _contractspec_lib_schema1120.FieldType<Date, string>;
125
125
  isOptional: false;
126
126
  };
127
127
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.marketplace",
3
- "version": "1.45.0",
3
+ "version": "1.45.1",
4
4
  "description": "Marketplace example with orders, payouts, and reviews for ContractSpec",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -18,20 +18,20 @@
18
18
  "lint:check": "eslint src"
19
19
  },
20
20
  "dependencies": {
21
- "@contractspec/lib.schema": "1.45.0",
22
- "@contractspec/lib.contracts": "1.45.0",
23
- "@contractspec/lib.bus": "1.45.0",
24
- "@contractspec/lib.identity-rbac": "1.45.0",
25
- "@contractspec/lib.files": "1.45.0",
26
- "@contractspec/lib.metering": "1.45.0",
27
- "@contractspec/lib.jobs": "1.45.0",
28
- "@contractspec/module.audit-trail": "1.45.0",
29
- "@contractspec/module.notifications": "1.45.0",
21
+ "@contractspec/lib.schema": "1.45.1",
22
+ "@contractspec/lib.contracts": "1.45.1",
23
+ "@contractspec/lib.bus": "1.45.1",
24
+ "@contractspec/lib.identity-rbac": "1.45.1",
25
+ "@contractspec/lib.files": "1.45.1",
26
+ "@contractspec/lib.metering": "1.45.1",
27
+ "@contractspec/lib.jobs": "1.45.1",
28
+ "@contractspec/module.audit-trail": "1.45.1",
29
+ "@contractspec/module.notifications": "1.45.1",
30
30
  "zod": "^4.1.13"
31
31
  },
32
32
  "devDependencies": {
33
- "@contractspec/tool.typescript": "1.45.0",
34
- "@contractspec/tool.tsdown": "1.45.0",
33
+ "@contractspec/tool.typescript": "1.45.1",
34
+ "@contractspec/tool.tsdown": "1.45.1",
35
35
  "typescript": "^5.9.3"
36
36
  },
37
37
  "exports": {