@contractspec/example.team-hub 1.55.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,58 +1,58 @@
1
- import * as _contractspec_lib_schema17 from "@contractspec/lib.schema";
2
- import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_schema93 from "@contractspec/lib.schema";
2
+ import * as _contractspec_lib_contracts16 from "@contractspec/lib.contracts";
3
3
 
4
4
  //#region src/announcement/announcement.operations.d.ts
5
5
  /**
6
6
  * Post an announcement.
7
7
  */
8
- declare const PostAnnouncementContract: _contractspec_lib_contracts0.OperationSpec<_contractspec_lib_schema17.SchemaModel<{
8
+ declare const PostAnnouncementContract: _contractspec_lib_contracts16.OperationSpec<_contractspec_lib_schema93.SchemaModel<{
9
9
  title: {
10
- type: _contractspec_lib_schema17.FieldType<string, string>;
10
+ type: _contractspec_lib_schema93.FieldType<string, string>;
11
11
  isOptional: false;
12
12
  };
13
13
  body: {
14
- type: _contractspec_lib_schema17.FieldType<string, string>;
14
+ type: _contractspec_lib_schema93.FieldType<string, string>;
15
15
  isOptional: false;
16
16
  };
17
17
  audience: {
18
- type: _contractspec_lib_schema17.FieldType<string, string>;
18
+ type: _contractspec_lib_schema93.FieldType<string, string>;
19
19
  isOptional: false;
20
20
  };
21
21
  audienceRole: {
22
- type: _contractspec_lib_schema17.FieldType<string, string>;
22
+ type: _contractspec_lib_schema93.FieldType<string, string>;
23
23
  isOptional: true;
24
24
  };
25
25
  spaceId: {
26
- type: _contractspec_lib_schema17.FieldType<string, string>;
26
+ type: _contractspec_lib_schema93.FieldType<string, string>;
27
27
  isOptional: true;
28
28
  };
29
29
  expiresAt: {
30
- type: _contractspec_lib_schema17.FieldType<Date, string>;
30
+ type: _contractspec_lib_schema93.FieldType<Date, string>;
31
31
  isOptional: true;
32
32
  };
33
- }>, _contractspec_lib_schema17.SchemaModel<{
33
+ }>, _contractspec_lib_schema93.SchemaModel<{
34
34
  id: {
35
- type: _contractspec_lib_schema17.FieldType<string, string>;
35
+ type: _contractspec_lib_schema93.FieldType<string, string>;
36
36
  isOptional: false;
37
37
  };
38
38
  title: {
39
- type: _contractspec_lib_schema17.FieldType<string, string>;
39
+ type: _contractspec_lib_schema93.FieldType<string, string>;
40
40
  isOptional: false;
41
41
  };
42
42
  body: {
43
- type: _contractspec_lib_schema17.FieldType<string, string>;
43
+ type: _contractspec_lib_schema93.FieldType<string, string>;
44
44
  isOptional: false;
45
45
  };
46
46
  audience: {
47
- type: _contractspec_lib_schema17.FieldType<string, string>;
47
+ type: _contractspec_lib_schema93.FieldType<string, string>;
48
48
  isOptional: false;
49
49
  };
50
50
  audienceRole: {
51
- type: _contractspec_lib_schema17.FieldType<string, string>;
51
+ type: _contractspec_lib_schema93.FieldType<string, string>;
52
52
  isOptional: true;
53
53
  };
54
54
  spaceId: {
55
- type: _contractspec_lib_schema17.FieldType<string, string>;
55
+ type: _contractspec_lib_schema93.FieldType<string, string>;
56
56
  isOptional: true;
57
57
  };
58
58
  }>, undefined>;
@@ -1 +1 @@
1
- {"version":3,"file":"announcement.operations.d.ts","names":[],"sources":["../../src/announcement/announcement.operations.ts"],"sourcesContent":[],"mappings":";;;;;;;cAWa,uDAAwB,yCAAA;EAAxB,KAAA,EAAA;IAqCX,IAAA,EAAA,0BAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;IArCmC,IAAA,sCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;IAAA,IAAA,sCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;;UAAA,0BAAA,CAAA"}
1
+ {"version":3,"file":"announcement.operations.d.ts","names":[],"sources":["../../src/announcement/announcement.operations.ts"],"sourcesContent":[],"mappings":";;;;;;;cAWa,wDAAwB,yCAAA;EAAxB,KAAA,EAAA;IAqCX,IAAA,EAAA,0BAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;IArCmC,IAAA,sCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;IAAA,IAAA,sCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;;UAAA,0BAAA,CAAA"}
package/dist/events.d.ts CHANGED
@@ -1,285 +1,285 @@
1
- import * as _contractspec_lib_schema31 from "@contractspec/lib.schema";
2
- import * as _contractspec_lib_contracts1 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
2
+ import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
3
3
 
4
4
  //#region src/events.d.ts
5
- declare const SpaceCreatedEvent: _contractspec_lib_contracts1.EventSpec<_contractspec_lib_schema31.SchemaModel<{
5
+ declare const SpaceCreatedEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
6
6
  spaceId: {
7
- type: _contractspec_lib_schema31.FieldType<string, string>;
7
+ type: _contractspec_lib_schema0.FieldType<string, string>;
8
8
  isOptional: false;
9
9
  };
10
10
  orgId: {
11
- type: _contractspec_lib_schema31.FieldType<string, string>;
11
+ type: _contractspec_lib_schema0.FieldType<string, string>;
12
12
  isOptional: false;
13
13
  };
14
14
  ownerId: {
15
- type: _contractspec_lib_schema31.FieldType<string, string>;
15
+ type: _contractspec_lib_schema0.FieldType<string, string>;
16
16
  isOptional: false;
17
17
  };
18
18
  timestamp: {
19
- type: _contractspec_lib_schema31.FieldType<Date, string>;
19
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
20
20
  isOptional: false;
21
21
  };
22
22
  }>>;
23
- declare const TaskCreatedEvent: _contractspec_lib_contracts1.EventSpec<_contractspec_lib_schema31.SchemaModel<{
23
+ declare const TaskCreatedEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
24
24
  taskId: {
25
- type: _contractspec_lib_schema31.FieldType<string, string>;
25
+ type: _contractspec_lib_schema0.FieldType<string, string>;
26
26
  isOptional: false;
27
27
  };
28
28
  spaceId: {
29
- type: _contractspec_lib_schema31.FieldType<string, string>;
29
+ type: _contractspec_lib_schema0.FieldType<string, string>;
30
30
  isOptional: false;
31
31
  };
32
32
  status: {
33
- type: _contractspec_lib_schema31.FieldType<string, string>;
33
+ type: _contractspec_lib_schema0.FieldType<string, string>;
34
34
  isOptional: false;
35
35
  };
36
36
  assigneeId: {
37
- type: _contractspec_lib_schema31.FieldType<string, string>;
37
+ type: _contractspec_lib_schema0.FieldType<string, string>;
38
38
  isOptional: true;
39
39
  };
40
40
  orgId: {
41
- type: _contractspec_lib_schema31.FieldType<string, string>;
41
+ type: _contractspec_lib_schema0.FieldType<string, string>;
42
42
  isOptional: false;
43
43
  };
44
44
  timestamp: {
45
- type: _contractspec_lib_schema31.FieldType<Date, string>;
45
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
46
46
  isOptional: false;
47
47
  };
48
48
  }>>;
49
- declare const TaskStatusChangedEvent: _contractspec_lib_contracts1.EventSpec<_contractspec_lib_schema31.SchemaModel<{
49
+ declare const TaskStatusChangedEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
50
50
  taskId: {
51
- type: _contractspec_lib_schema31.FieldType<string, string>;
51
+ type: _contractspec_lib_schema0.FieldType<string, string>;
52
52
  isOptional: false;
53
53
  };
54
54
  spaceId: {
55
- type: _contractspec_lib_schema31.FieldType<string, string>;
55
+ type: _contractspec_lib_schema0.FieldType<string, string>;
56
56
  isOptional: false;
57
57
  };
58
58
  status: {
59
- type: _contractspec_lib_schema31.FieldType<string, string>;
59
+ type: _contractspec_lib_schema0.FieldType<string, string>;
60
60
  isOptional: false;
61
61
  };
62
62
  assigneeId: {
63
- type: _contractspec_lib_schema31.FieldType<string, string>;
63
+ type: _contractspec_lib_schema0.FieldType<string, string>;
64
64
  isOptional: true;
65
65
  };
66
66
  orgId: {
67
- type: _contractspec_lib_schema31.FieldType<string, string>;
67
+ type: _contractspec_lib_schema0.FieldType<string, string>;
68
68
  isOptional: false;
69
69
  };
70
70
  timestamp: {
71
- type: _contractspec_lib_schema31.FieldType<Date, string>;
71
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
72
72
  isOptional: false;
73
73
  };
74
74
  }>>;
75
- declare const RitualScheduledEvent: _contractspec_lib_contracts1.EventSpec<_contractspec_lib_schema31.SchemaModel<{
75
+ declare const RitualScheduledEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
76
76
  ritualId: {
77
- type: _contractspec_lib_schema31.FieldType<string, string>;
77
+ type: _contractspec_lib_schema0.FieldType<string, string>;
78
78
  isOptional: false;
79
79
  };
80
80
  spaceId: {
81
- type: _contractspec_lib_schema31.FieldType<string, string>;
81
+ type: _contractspec_lib_schema0.FieldType<string, string>;
82
82
  isOptional: false;
83
83
  };
84
84
  scheduledFor: {
85
- type: _contractspec_lib_schema31.FieldType<Date, string>;
85
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
86
86
  isOptional: false;
87
87
  };
88
88
  status: {
89
- type: _contractspec_lib_schema31.FieldType<string, string>;
89
+ type: _contractspec_lib_schema0.FieldType<string, string>;
90
90
  isOptional: false;
91
91
  };
92
92
  orgId: {
93
- type: _contractspec_lib_schema31.FieldType<string, string>;
93
+ type: _contractspec_lib_schema0.FieldType<string, string>;
94
94
  isOptional: false;
95
95
  };
96
96
  }>>;
97
- declare const RitualOccurredEvent: _contractspec_lib_contracts1.EventSpec<_contractspec_lib_schema31.SchemaModel<{
97
+ declare const RitualOccurredEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
98
98
  ritualId: {
99
- type: _contractspec_lib_schema31.FieldType<string, string>;
99
+ type: _contractspec_lib_schema0.FieldType<string, string>;
100
100
  isOptional: false;
101
101
  };
102
102
  spaceId: {
103
- type: _contractspec_lib_schema31.FieldType<string, string>;
103
+ type: _contractspec_lib_schema0.FieldType<string, string>;
104
104
  isOptional: false;
105
105
  };
106
106
  scheduledFor: {
107
- type: _contractspec_lib_schema31.FieldType<Date, string>;
107
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
108
108
  isOptional: false;
109
109
  };
110
110
  status: {
111
- type: _contractspec_lib_schema31.FieldType<string, string>;
111
+ type: _contractspec_lib_schema0.FieldType<string, string>;
112
112
  isOptional: false;
113
113
  };
114
114
  orgId: {
115
- type: _contractspec_lib_schema31.FieldType<string, string>;
115
+ type: _contractspec_lib_schema0.FieldType<string, string>;
116
116
  isOptional: false;
117
117
  };
118
118
  }>>;
119
- declare const AnnouncementPostedEvent: _contractspec_lib_contracts1.EventSpec<_contractspec_lib_schema31.SchemaModel<{
119
+ declare const AnnouncementPostedEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
120
120
  announcementId: {
121
- type: _contractspec_lib_schema31.FieldType<string, string>;
121
+ type: _contractspec_lib_schema0.FieldType<string, string>;
122
122
  isOptional: false;
123
123
  };
124
124
  spaceId: {
125
- type: _contractspec_lib_schema31.FieldType<string, string>;
125
+ type: _contractspec_lib_schema0.FieldType<string, string>;
126
126
  isOptional: true;
127
127
  };
128
128
  audience: {
129
- type: _contractspec_lib_schema31.FieldType<string, string>;
129
+ type: _contractspec_lib_schema0.FieldType<string, string>;
130
130
  isOptional: false;
131
131
  };
132
132
  orgId: {
133
- type: _contractspec_lib_schema31.FieldType<string, string>;
133
+ type: _contractspec_lib_schema0.FieldType<string, string>;
134
134
  isOptional: false;
135
135
  };
136
136
  createdBy: {
137
- type: _contractspec_lib_schema31.FieldType<string, string>;
137
+ type: _contractspec_lib_schema0.FieldType<string, string>;
138
138
  isOptional: false;
139
139
  };
140
140
  createdAt: {
141
- type: _contractspec_lib_schema31.FieldType<Date, string>;
141
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
142
142
  isOptional: false;
143
143
  };
144
144
  }>>;
145
145
  declare const TeamHubEvents: {
146
- SpaceCreatedEvent: _contractspec_lib_contracts1.EventSpec<_contractspec_lib_schema31.SchemaModel<{
146
+ SpaceCreatedEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
147
147
  spaceId: {
148
- type: _contractspec_lib_schema31.FieldType<string, string>;
148
+ type: _contractspec_lib_schema0.FieldType<string, string>;
149
149
  isOptional: false;
150
150
  };
151
151
  orgId: {
152
- type: _contractspec_lib_schema31.FieldType<string, string>;
152
+ type: _contractspec_lib_schema0.FieldType<string, string>;
153
153
  isOptional: false;
154
154
  };
155
155
  ownerId: {
156
- type: _contractspec_lib_schema31.FieldType<string, string>;
156
+ type: _contractspec_lib_schema0.FieldType<string, string>;
157
157
  isOptional: false;
158
158
  };
159
159
  timestamp: {
160
- type: _contractspec_lib_schema31.FieldType<Date, string>;
160
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
161
161
  isOptional: false;
162
162
  };
163
163
  }>>;
164
- TaskCreatedEvent: _contractspec_lib_contracts1.EventSpec<_contractspec_lib_schema31.SchemaModel<{
164
+ TaskCreatedEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
165
165
  taskId: {
166
- type: _contractspec_lib_schema31.FieldType<string, string>;
166
+ type: _contractspec_lib_schema0.FieldType<string, string>;
167
167
  isOptional: false;
168
168
  };
169
169
  spaceId: {
170
- type: _contractspec_lib_schema31.FieldType<string, string>;
170
+ type: _contractspec_lib_schema0.FieldType<string, string>;
171
171
  isOptional: false;
172
172
  };
173
173
  status: {
174
- type: _contractspec_lib_schema31.FieldType<string, string>;
174
+ type: _contractspec_lib_schema0.FieldType<string, string>;
175
175
  isOptional: false;
176
176
  };
177
177
  assigneeId: {
178
- type: _contractspec_lib_schema31.FieldType<string, string>;
178
+ type: _contractspec_lib_schema0.FieldType<string, string>;
179
179
  isOptional: true;
180
180
  };
181
181
  orgId: {
182
- type: _contractspec_lib_schema31.FieldType<string, string>;
182
+ type: _contractspec_lib_schema0.FieldType<string, string>;
183
183
  isOptional: false;
184
184
  };
185
185
  timestamp: {
186
- type: _contractspec_lib_schema31.FieldType<Date, string>;
186
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
187
187
  isOptional: false;
188
188
  };
189
189
  }>>;
190
- TaskStatusChangedEvent: _contractspec_lib_contracts1.EventSpec<_contractspec_lib_schema31.SchemaModel<{
190
+ TaskStatusChangedEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
191
191
  taskId: {
192
- type: _contractspec_lib_schema31.FieldType<string, string>;
192
+ type: _contractspec_lib_schema0.FieldType<string, string>;
193
193
  isOptional: false;
194
194
  };
195
195
  spaceId: {
196
- type: _contractspec_lib_schema31.FieldType<string, string>;
196
+ type: _contractspec_lib_schema0.FieldType<string, string>;
197
197
  isOptional: false;
198
198
  };
199
199
  status: {
200
- type: _contractspec_lib_schema31.FieldType<string, string>;
200
+ type: _contractspec_lib_schema0.FieldType<string, string>;
201
201
  isOptional: false;
202
202
  };
203
203
  assigneeId: {
204
- type: _contractspec_lib_schema31.FieldType<string, string>;
204
+ type: _contractspec_lib_schema0.FieldType<string, string>;
205
205
  isOptional: true;
206
206
  };
207
207
  orgId: {
208
- type: _contractspec_lib_schema31.FieldType<string, string>;
208
+ type: _contractspec_lib_schema0.FieldType<string, string>;
209
209
  isOptional: false;
210
210
  };
211
211
  timestamp: {
212
- type: _contractspec_lib_schema31.FieldType<Date, string>;
212
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
213
213
  isOptional: false;
214
214
  };
215
215
  }>>;
216
- RitualScheduledEvent: _contractspec_lib_contracts1.EventSpec<_contractspec_lib_schema31.SchemaModel<{
216
+ RitualScheduledEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
217
217
  ritualId: {
218
- type: _contractspec_lib_schema31.FieldType<string, string>;
218
+ type: _contractspec_lib_schema0.FieldType<string, string>;
219
219
  isOptional: false;
220
220
  };
221
221
  spaceId: {
222
- type: _contractspec_lib_schema31.FieldType<string, string>;
222
+ type: _contractspec_lib_schema0.FieldType<string, string>;
223
223
  isOptional: false;
224
224
  };
225
225
  scheduledFor: {
226
- type: _contractspec_lib_schema31.FieldType<Date, string>;
226
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
227
227
  isOptional: false;
228
228
  };
229
229
  status: {
230
- type: _contractspec_lib_schema31.FieldType<string, string>;
230
+ type: _contractspec_lib_schema0.FieldType<string, string>;
231
231
  isOptional: false;
232
232
  };
233
233
  orgId: {
234
- type: _contractspec_lib_schema31.FieldType<string, string>;
234
+ type: _contractspec_lib_schema0.FieldType<string, string>;
235
235
  isOptional: false;
236
236
  };
237
237
  }>>;
238
- RitualOccurredEvent: _contractspec_lib_contracts1.EventSpec<_contractspec_lib_schema31.SchemaModel<{
238
+ RitualOccurredEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
239
239
  ritualId: {
240
- type: _contractspec_lib_schema31.FieldType<string, string>;
240
+ type: _contractspec_lib_schema0.FieldType<string, string>;
241
241
  isOptional: false;
242
242
  };
243
243
  spaceId: {
244
- type: _contractspec_lib_schema31.FieldType<string, string>;
244
+ type: _contractspec_lib_schema0.FieldType<string, string>;
245
245
  isOptional: false;
246
246
  };
247
247
  scheduledFor: {
248
- type: _contractspec_lib_schema31.FieldType<Date, string>;
248
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
249
249
  isOptional: false;
250
250
  };
251
251
  status: {
252
- type: _contractspec_lib_schema31.FieldType<string, string>;
252
+ type: _contractspec_lib_schema0.FieldType<string, string>;
253
253
  isOptional: false;
254
254
  };
255
255
  orgId: {
256
- type: _contractspec_lib_schema31.FieldType<string, string>;
256
+ type: _contractspec_lib_schema0.FieldType<string, string>;
257
257
  isOptional: false;
258
258
  };
259
259
  }>>;
260
- AnnouncementPostedEvent: _contractspec_lib_contracts1.EventSpec<_contractspec_lib_schema31.SchemaModel<{
260
+ AnnouncementPostedEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema0.SchemaModel<{
261
261
  announcementId: {
262
- type: _contractspec_lib_schema31.FieldType<string, string>;
262
+ type: _contractspec_lib_schema0.FieldType<string, string>;
263
263
  isOptional: false;
264
264
  };
265
265
  spaceId: {
266
- type: _contractspec_lib_schema31.FieldType<string, string>;
266
+ type: _contractspec_lib_schema0.FieldType<string, string>;
267
267
  isOptional: true;
268
268
  };
269
269
  audience: {
270
- type: _contractspec_lib_schema31.FieldType<string, string>;
270
+ type: _contractspec_lib_schema0.FieldType<string, string>;
271
271
  isOptional: false;
272
272
  };
273
273
  orgId: {
274
- type: _contractspec_lib_schema31.FieldType<string, string>;
274
+ type: _contractspec_lib_schema0.FieldType<string, string>;
275
275
  isOptional: false;
276
276
  };
277
277
  createdBy: {
278
- type: _contractspec_lib_schema31.FieldType<string, string>;
278
+ type: _contractspec_lib_schema0.FieldType<string, string>;
279
279
  isOptional: false;
280
280
  };
281
281
  createdAt: {
282
- type: _contractspec_lib_schema31.FieldType<Date, string>;
282
+ type: _contractspec_lib_schema0.FieldType<Date, string>;
283
283
  isOptional: false;
284
284
  };
285
285
  }>>;
@@ -1 +1 @@
1
- {"version":3,"file":"events.d.ts","names":[],"sources":["../src/events.ts"],"sourcesContent":[],"mappings":";;;;cAuDa,mBAAiB,4BAAA,CAAA,qCAAA;;UAU5B,0BAAA,CAAA;;EAVW,CAAA;EAUX,KAAA,EAAA;;;;;8CAV4B,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAAA,CAAA;EAYjB,SAAA,EAAA;IAUX,IAAA,sCAAA,KAAA,EAAA,MAAA,CAAA;;;;cAVW,kBAAgB,4BAAA,CAAA,qCAAA;;UAU3B,0BAAA,CAAA;;EAV2B,CAAA;EAAA,OAAA,EAAA;IAYhB,IAAA,sCAUX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;8CAViC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,IAAA;EAAA,CAAA;EAYtB,KAAA,EAAA;IAUX,IAAA,sCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;CAV+B,CAAA,CAAA;AAAA,cAZpB,sBAYoB,EAZE,4BAAA,CAAA,SAYF,4BAZE,WAYF,CAAA;EAYpB,MAAA,EAAA;IAUX,IAAA,EAxBA,0BAAA,CAAA,SAwBA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;EAV8B,MAAA,EAAA;IAAA,IAAA,sCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAYnB,UAAA,EAAA,KAAA;EAUX,CAAA;;;;;;;;EAVkC,CAAA;EAAA,SAAA,EAAA;IAYvB,IAAA,sCAOZ,KAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;cA3CY,sBAAoB,4BAAA,CAAA,qCAAA;;UAU/B,0BAAA,CAAA;;;;;;;;;;;;;;;;;;;;cAEW,qBAAmB,4BAAA,CAAA,qCAAA;;UAU9B,0BAAA,CAAA;;;;;;;;;;;;;;;;;;;;cAEW,yBAAuB,4BAAA,CAAA,qCAAA;;UAUlC,0BAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;cAEW;;;YAOZ,0BAAA,CAAA"}
1
+ {"version":3,"file":"events.d.ts","names":[],"sources":["../src/events.ts"],"sourcesContent":[],"mappings":";;;;cAuDa,mBAAiB,4BAAA,CAAA,oCAAA;;UAU5B,yBAAA,CAAA;;EAVW,CAAA;EAUX,KAAA,EAAA;;;;;6CAV4B,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAAA,CAAA;EAYjB,SAAA,EAAA;IAUX,IAAA,qCAAA,KAAA,EAAA,MAAA,CAAA;;;;cAVW,kBAAgB,4BAAA,CAAA,oCAAA;;UAU3B,yBAAA,CAAA;;EAV2B,CAAA;EAAA,OAAA,EAAA;IAYhB,IAAA,qCAUX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;6CAViC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,IAAA;EAAA,CAAA;EAYtB,KAAA,EAAA;IAUX,IAAA,qCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;CAV+B,CAAA,CAAA;AAAA,cAZpB,sBAYoB,EAZE,4BAAA,CAAA,SAYF,2BAZE,WAYF,CAAA;EAYpB,MAAA,EAAA;IAUX,IAAA,EAxBA,yBAAA,CAAA,SAwBA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;EAV8B,MAAA,EAAA;IAAA,IAAA,qCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAYnB,UAAA,EAAA,KAAA;EAUX,CAAA;;;;;;;;EAVkC,CAAA;EAAA,SAAA,EAAA;IAYvB,IAAA,qCAOZ,KAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;cA3CY,sBAAoB,4BAAA,CAAA,oCAAA;;UAU/B,yBAAA,CAAA;;;;;;;;;;;;;;;;;;;;cAEW,qBAAmB,4BAAA,CAAA,oCAAA;;UAU9B,yBAAA,CAAA;;;;;;;;;;;;;;;;;;;;cAEW,yBAAuB,4BAAA,CAAA,oCAAA;;UAUlC,yBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;cAEW;;;YAOZ,yBAAA,CAAA"}
package/dist/example.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import * as _contractspec_lib_contracts13 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts11 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/example.d.ts
4
- declare const example: _contractspec_lib_contracts13.ExampleSpec;
4
+ declare const example: _contractspec_lib_contracts11.ExampleSpec;
5
5
  //#endregion
6
6
  export { example as default };
7
7
  //# sourceMappingURL=example.d.ts.map
@@ -1,12 +1,12 @@
1
- import * as _contractspec_lib_contracts17 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts23 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/presentations/team-hub.presentation.d.ts
4
- declare const TeamDashboardPresentation: _contractspec_lib_contracts17.PresentationSpec;
5
- declare const SpaceListPresentation: _contractspec_lib_contracts17.PresentationSpec;
6
- declare const TaskBoardPresentation: _contractspec_lib_contracts17.PresentationSpec;
7
- declare const TaskDetailPresentation: _contractspec_lib_contracts17.PresentationSpec;
8
- declare const RitualCalendarPresentation: _contractspec_lib_contracts17.PresentationSpec;
9
- declare const AnnouncementFeedPresentation: _contractspec_lib_contracts17.PresentationSpec;
4
+ declare const TeamDashboardPresentation: _contractspec_lib_contracts23.PresentationSpec;
5
+ declare const SpaceListPresentation: _contractspec_lib_contracts23.PresentationSpec;
6
+ declare const TaskBoardPresentation: _contractspec_lib_contracts23.PresentationSpec;
7
+ declare const TaskDetailPresentation: _contractspec_lib_contracts23.PresentationSpec;
8
+ declare const RitualCalendarPresentation: _contractspec_lib_contracts23.PresentationSpec;
9
+ declare const AnnouncementFeedPresentation: _contractspec_lib_contracts23.PresentationSpec;
10
10
  //#endregion
11
11
  export { AnnouncementFeedPresentation, RitualCalendarPresentation, SpaceListPresentation, TaskBoardPresentation, TaskDetailPresentation, TeamDashboardPresentation };
12
12
  //# sourceMappingURL=team-hub.presentation.d.ts.map
@@ -1,104 +1,104 @@
1
- import * as _contractspec_lib_schema287 from "@contractspec/lib.schema";
2
- import * as _contractspec_lib_contracts24 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_schema337 from "@contractspec/lib.schema";
2
+ import * as _contractspec_lib_contracts21 from "@contractspec/lib.contracts";
3
3
 
4
4
  //#region src/ritual/ritual.operations.d.ts
5
5
  /**
6
6
  * Schedule a ritual.
7
7
  */
8
- declare const ScheduleRitualContract: _contractspec_lib_contracts24.OperationSpec<_contractspec_lib_schema287.SchemaModel<{
8
+ declare const ScheduleRitualContract: _contractspec_lib_contracts21.OperationSpec<_contractspec_lib_schema337.SchemaModel<{
9
9
  spaceId: {
10
- type: _contractspec_lib_schema287.FieldType<string, string>;
10
+ type: _contractspec_lib_schema337.FieldType<string, string>;
11
11
  isOptional: false;
12
12
  };
13
13
  title: {
14
- type: _contractspec_lib_schema287.FieldType<string, string>;
14
+ type: _contractspec_lib_schema337.FieldType<string, string>;
15
15
  isOptional: false;
16
16
  };
17
17
  cadence: {
18
- type: _contractspec_lib_schema287.FieldType<string, string>;
18
+ type: _contractspec_lib_schema337.FieldType<string, string>;
19
19
  isOptional: false;
20
20
  };
21
21
  dayOfWeek: {
22
- type: _contractspec_lib_schema287.FieldType<string, string>;
22
+ type: _contractspec_lib_schema337.FieldType<string, string>;
23
23
  isOptional: true;
24
24
  };
25
25
  time: {
26
- type: _contractspec_lib_schema287.FieldType<string, string>;
26
+ type: _contractspec_lib_schema337.FieldType<string, string>;
27
27
  isOptional: true;
28
28
  };
29
29
  facilitatorId: {
30
- type: _contractspec_lib_schema287.FieldType<string, string>;
30
+ type: _contractspec_lib_schema337.FieldType<string, string>;
31
31
  isOptional: true;
32
32
  };
33
- }>, _contractspec_lib_schema287.SchemaModel<{
33
+ }>, _contractspec_lib_schema337.SchemaModel<{
34
34
  id: {
35
- type: _contractspec_lib_schema287.FieldType<string, string>;
35
+ type: _contractspec_lib_schema337.FieldType<string, string>;
36
36
  isOptional: false;
37
37
  };
38
38
  spaceId: {
39
- type: _contractspec_lib_schema287.FieldType<string, string>;
39
+ type: _contractspec_lib_schema337.FieldType<string, string>;
40
40
  isOptional: false;
41
41
  };
42
42
  title: {
43
- type: _contractspec_lib_schema287.FieldType<string, string>;
43
+ type: _contractspec_lib_schema337.FieldType<string, string>;
44
44
  isOptional: false;
45
45
  };
46
46
  cadence: {
47
- type: _contractspec_lib_schema287.FieldType<string, string>;
47
+ type: _contractspec_lib_schema337.FieldType<string, string>;
48
48
  isOptional: false;
49
49
  };
50
50
  dayOfWeek: {
51
- type: _contractspec_lib_schema287.FieldType<string, string>;
51
+ type: _contractspec_lib_schema337.FieldType<string, string>;
52
52
  isOptional: true;
53
53
  };
54
54
  time: {
55
- type: _contractspec_lib_schema287.FieldType<string, string>;
55
+ type: _contractspec_lib_schema337.FieldType<string, string>;
56
56
  isOptional: true;
57
57
  };
58
58
  }>, undefined>;
59
59
  /**
60
60
  * Log ritual occurrence.
61
61
  */
62
- declare const LogRitualOccurrenceContract: _contractspec_lib_contracts24.OperationSpec<_contractspec_lib_schema287.SchemaModel<{
62
+ declare const LogRitualOccurrenceContract: _contractspec_lib_contracts21.OperationSpec<_contractspec_lib_schema337.SchemaModel<{
63
63
  ritualId: {
64
- type: _contractspec_lib_schema287.FieldType<string, string>;
64
+ type: _contractspec_lib_schema337.FieldType<string, string>;
65
65
  isOptional: false;
66
66
  };
67
67
  scheduledFor: {
68
- type: _contractspec_lib_schema287.FieldType<Date, string>;
68
+ type: _contractspec_lib_schema337.FieldType<Date, string>;
69
69
  isOptional: false;
70
70
  };
71
71
  status: {
72
- type: _contractspec_lib_schema287.FieldType<string, string>;
72
+ type: _contractspec_lib_schema337.FieldType<string, string>;
73
73
  isOptional: false;
74
74
  };
75
75
  summary: {
76
- type: _contractspec_lib_schema287.FieldType<string, string>;
76
+ type: _contractspec_lib_schema337.FieldType<string, string>;
77
77
  isOptional: true;
78
78
  };
79
- }>, _contractspec_lib_schema287.SchemaModel<{
79
+ }>, _contractspec_lib_schema337.SchemaModel<{
80
80
  id: {
81
- type: _contractspec_lib_schema287.FieldType<string, string>;
81
+ type: _contractspec_lib_schema337.FieldType<string, string>;
82
82
  isOptional: false;
83
83
  };
84
84
  spaceId: {
85
- type: _contractspec_lib_schema287.FieldType<string, string>;
85
+ type: _contractspec_lib_schema337.FieldType<string, string>;
86
86
  isOptional: false;
87
87
  };
88
88
  title: {
89
- type: _contractspec_lib_schema287.FieldType<string, string>;
89
+ type: _contractspec_lib_schema337.FieldType<string, string>;
90
90
  isOptional: false;
91
91
  };
92
92
  cadence: {
93
- type: _contractspec_lib_schema287.FieldType<string, string>;
93
+ type: _contractspec_lib_schema337.FieldType<string, string>;
94
94
  isOptional: false;
95
95
  };
96
96
  dayOfWeek: {
97
- type: _contractspec_lib_schema287.FieldType<string, string>;
97
+ type: _contractspec_lib_schema337.FieldType<string, string>;
98
98
  isOptional: true;
99
99
  };
100
100
  time: {
101
- type: _contractspec_lib_schema287.FieldType<string, string>;
101
+ type: _contractspec_lib_schema337.FieldType<string, string>;
102
102
  isOptional: true;
103
103
  };
104
104
  }>, undefined>;
@@ -1,82 +1,82 @@
1
- import * as _contractspec_lib_schema257 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema363 from "@contractspec/lib.schema";
2
2
 
3
3
  //#region src/ritual/ritual.schema.d.ts
4
4
  /**
5
5
  * Recurring ritual.
6
6
  */
7
- declare const RitualModel: _contractspec_lib_schema257.SchemaModel<{
7
+ declare const RitualModel: _contractspec_lib_schema363.SchemaModel<{
8
8
  id: {
9
- type: _contractspec_lib_schema257.FieldType<string, string>;
9
+ type: _contractspec_lib_schema363.FieldType<string, string>;
10
10
  isOptional: false;
11
11
  };
12
12
  spaceId: {
13
- type: _contractspec_lib_schema257.FieldType<string, string>;
13
+ type: _contractspec_lib_schema363.FieldType<string, string>;
14
14
  isOptional: false;
15
15
  };
16
16
  title: {
17
- type: _contractspec_lib_schema257.FieldType<string, string>;
17
+ type: _contractspec_lib_schema363.FieldType<string, string>;
18
18
  isOptional: false;
19
19
  };
20
20
  cadence: {
21
- type: _contractspec_lib_schema257.FieldType<string, string>;
21
+ type: _contractspec_lib_schema363.FieldType<string, string>;
22
22
  isOptional: false;
23
23
  };
24
24
  dayOfWeek: {
25
- type: _contractspec_lib_schema257.FieldType<string, string>;
25
+ type: _contractspec_lib_schema363.FieldType<string, string>;
26
26
  isOptional: true;
27
27
  };
28
28
  time: {
29
- type: _contractspec_lib_schema257.FieldType<string, string>;
29
+ type: _contractspec_lib_schema363.FieldType<string, string>;
30
30
  isOptional: true;
31
31
  };
32
32
  }>;
33
33
  /**
34
34
  * Input for scheduling a ritual.
35
35
  */
36
- declare const ScheduleRitualInputModel: _contractspec_lib_schema257.SchemaModel<{
36
+ declare const ScheduleRitualInputModel: _contractspec_lib_schema363.SchemaModel<{
37
37
  spaceId: {
38
- type: _contractspec_lib_schema257.FieldType<string, string>;
38
+ type: _contractspec_lib_schema363.FieldType<string, string>;
39
39
  isOptional: false;
40
40
  };
41
41
  title: {
42
- type: _contractspec_lib_schema257.FieldType<string, string>;
42
+ type: _contractspec_lib_schema363.FieldType<string, string>;
43
43
  isOptional: false;
44
44
  };
45
45
  cadence: {
46
- type: _contractspec_lib_schema257.FieldType<string, string>;
46
+ type: _contractspec_lib_schema363.FieldType<string, string>;
47
47
  isOptional: false;
48
48
  };
49
49
  dayOfWeek: {
50
- type: _contractspec_lib_schema257.FieldType<string, string>;
50
+ type: _contractspec_lib_schema363.FieldType<string, string>;
51
51
  isOptional: true;
52
52
  };
53
53
  time: {
54
- type: _contractspec_lib_schema257.FieldType<string, string>;
54
+ type: _contractspec_lib_schema363.FieldType<string, string>;
55
55
  isOptional: true;
56
56
  };
57
57
  facilitatorId: {
58
- type: _contractspec_lib_schema257.FieldType<string, string>;
58
+ type: _contractspec_lib_schema363.FieldType<string, string>;
59
59
  isOptional: true;
60
60
  };
61
61
  }>;
62
62
  /**
63
63
  * Input for logging ritual occurrence.
64
64
  */
65
- declare const LogRitualOccurrenceInputModel: _contractspec_lib_schema257.SchemaModel<{
65
+ declare const LogRitualOccurrenceInputModel: _contractspec_lib_schema363.SchemaModel<{
66
66
  ritualId: {
67
- type: _contractspec_lib_schema257.FieldType<string, string>;
67
+ type: _contractspec_lib_schema363.FieldType<string, string>;
68
68
  isOptional: false;
69
69
  };
70
70
  scheduledFor: {
71
- type: _contractspec_lib_schema257.FieldType<Date, string>;
71
+ type: _contractspec_lib_schema363.FieldType<Date, string>;
72
72
  isOptional: false;
73
73
  };
74
74
  status: {
75
- type: _contractspec_lib_schema257.FieldType<string, string>;
75
+ type: _contractspec_lib_schema363.FieldType<string, string>;
76
76
  isOptional: false;
77
77
  };
78
78
  summary: {
79
- type: _contractspec_lib_schema257.FieldType<string, string>;
79
+ type: _contractspec_lib_schema363.FieldType<string, string>;
80
80
  isOptional: true;
81
81
  };
82
82
  }>;
@@ -1,46 +1,46 @@
1
- import * as _contractspec_lib_schema276 from "@contractspec/lib.schema";
2
- import * as _contractspec_lib_contracts23 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_schema257 from "@contractspec/lib.schema";
2
+ import * as _contractspec_lib_contracts17 from "@contractspec/lib.contracts";
3
3
 
4
4
  //#region src/space/space.operations.d.ts
5
5
  /**
6
6
  * Create a new team space.
7
7
  */
8
- declare const CreateSpaceContract: _contractspec_lib_contracts23.OperationSpec<_contractspec_lib_schema276.SchemaModel<{
8
+ declare const CreateSpaceContract: _contractspec_lib_contracts17.OperationSpec<_contractspec_lib_schema257.SchemaModel<{
9
9
  name: {
10
- type: _contractspec_lib_schema276.FieldType<string, string>;
10
+ type: _contractspec_lib_schema257.FieldType<string, string>;
11
11
  isOptional: false;
12
12
  };
13
13
  description: {
14
- type: _contractspec_lib_schema276.FieldType<string, string>;
14
+ type: _contractspec_lib_schema257.FieldType<string, string>;
15
15
  isOptional: true;
16
16
  };
17
17
  orgId: {
18
- type: _contractspec_lib_schema276.FieldType<string, string>;
18
+ type: _contractspec_lib_schema257.FieldType<string, string>;
19
19
  isOptional: false;
20
20
  };
21
21
  ownerId: {
22
- type: _contractspec_lib_schema276.FieldType<string, string>;
22
+ type: _contractspec_lib_schema257.FieldType<string, string>;
23
23
  isOptional: false;
24
24
  };
25
- }>, _contractspec_lib_schema276.SchemaModel<{
25
+ }>, _contractspec_lib_schema257.SchemaModel<{
26
26
  id: {
27
- type: _contractspec_lib_schema276.FieldType<string, string>;
27
+ type: _contractspec_lib_schema257.FieldType<string, string>;
28
28
  isOptional: false;
29
29
  };
30
30
  name: {
31
- type: _contractspec_lib_schema276.FieldType<string, string>;
31
+ type: _contractspec_lib_schema257.FieldType<string, string>;
32
32
  isOptional: false;
33
33
  };
34
34
  description: {
35
- type: _contractspec_lib_schema276.FieldType<string, string>;
35
+ type: _contractspec_lib_schema257.FieldType<string, string>;
36
36
  isOptional: true;
37
37
  };
38
38
  orgId: {
39
- type: _contractspec_lib_schema276.FieldType<string, string>;
39
+ type: _contractspec_lib_schema257.FieldType<string, string>;
40
40
  isOptional: false;
41
41
  };
42
42
  ownerId: {
43
- type: _contractspec_lib_schema276.FieldType<string, string>;
43
+ type: _contractspec_lib_schema257.FieldType<string, string>;
44
44
  isOptional: false;
45
45
  };
46
46
  }>, undefined>;
@@ -1,49 +1,49 @@
1
- import * as _contractspec_lib_schema313 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema268 from "@contractspec/lib.schema";
2
2
 
3
3
  //#region src/space/space.schema.d.ts
4
4
  /**
5
5
  * Team space/project.
6
6
  */
7
- declare const SpaceModel: _contractspec_lib_schema313.SchemaModel<{
7
+ declare const SpaceModel: _contractspec_lib_schema268.SchemaModel<{
8
8
  id: {
9
- type: _contractspec_lib_schema313.FieldType<string, string>;
9
+ type: _contractspec_lib_schema268.FieldType<string, string>;
10
10
  isOptional: false;
11
11
  };
12
12
  name: {
13
- type: _contractspec_lib_schema313.FieldType<string, string>;
13
+ type: _contractspec_lib_schema268.FieldType<string, string>;
14
14
  isOptional: false;
15
15
  };
16
16
  description: {
17
- type: _contractspec_lib_schema313.FieldType<string, string>;
17
+ type: _contractspec_lib_schema268.FieldType<string, string>;
18
18
  isOptional: true;
19
19
  };
20
20
  orgId: {
21
- type: _contractspec_lib_schema313.FieldType<string, string>;
21
+ type: _contractspec_lib_schema268.FieldType<string, string>;
22
22
  isOptional: false;
23
23
  };
24
24
  ownerId: {
25
- type: _contractspec_lib_schema313.FieldType<string, string>;
25
+ type: _contractspec_lib_schema268.FieldType<string, string>;
26
26
  isOptional: false;
27
27
  };
28
28
  }>;
29
29
  /**
30
30
  * Input for creating a space.
31
31
  */
32
- declare const CreateSpaceInputModel: _contractspec_lib_schema313.SchemaModel<{
32
+ declare const CreateSpaceInputModel: _contractspec_lib_schema268.SchemaModel<{
33
33
  name: {
34
- type: _contractspec_lib_schema313.FieldType<string, string>;
34
+ type: _contractspec_lib_schema268.FieldType<string, string>;
35
35
  isOptional: false;
36
36
  };
37
37
  description: {
38
- type: _contractspec_lib_schema313.FieldType<string, string>;
38
+ type: _contractspec_lib_schema268.FieldType<string, string>;
39
39
  isOptional: true;
40
40
  };
41
41
  orgId: {
42
- type: _contractspec_lib_schema313.FieldType<string, string>;
42
+ type: _contractspec_lib_schema268.FieldType<string, string>;
43
43
  isOptional: false;
44
44
  };
45
45
  ownerId: {
46
- type: _contractspec_lib_schema313.FieldType<string, string>;
46
+ type: _contractspec_lib_schema268.FieldType<string, string>;
47
47
  isOptional: false;
48
48
  };
49
49
  }>;
@@ -1,58 +1,58 @@
1
- import * as _contractspec_lib_schema324 from "@contractspec/lib.schema";
2
- import * as _contractspec_lib_contracts26 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_schema279 from "@contractspec/lib.schema";
2
+ import * as _contractspec_lib_contracts18 from "@contractspec/lib.contracts";
3
3
 
4
4
  //#region src/task/task.operations.d.ts
5
- declare const ListTasksInputModel: _contractspec_lib_schema324.SchemaModel<{
5
+ declare const ListTasksInputModel: _contractspec_lib_schema279.SchemaModel<{
6
6
  spaceId: {
7
- type: _contractspec_lib_schema324.FieldType<string, string>;
7
+ type: _contractspec_lib_schema279.FieldType<string, string>;
8
8
  isOptional: true;
9
9
  };
10
10
  status: {
11
- type: _contractspec_lib_schema324.FieldType<string, string>;
11
+ type: _contractspec_lib_schema279.FieldType<string, string>;
12
12
  isOptional: true;
13
13
  };
14
14
  assigneeId: {
15
- type: _contractspec_lib_schema324.FieldType<string, string>;
15
+ type: _contractspec_lib_schema279.FieldType<string, string>;
16
16
  isOptional: true;
17
17
  };
18
18
  limit: {
19
- type: _contractspec_lib_schema324.FieldType<number, number>;
19
+ type: _contractspec_lib_schema279.FieldType<number, number>;
20
20
  isOptional: true;
21
21
  };
22
22
  offset: {
23
- type: _contractspec_lib_schema324.FieldType<number, number>;
23
+ type: _contractspec_lib_schema279.FieldType<number, number>;
24
24
  isOptional: true;
25
25
  };
26
26
  }>;
27
- declare const ListTasksOutputModel: _contractspec_lib_schema324.SchemaModel<{
27
+ declare const ListTasksOutputModel: _contractspec_lib_schema279.SchemaModel<{
28
28
  tasks: {
29
- type: _contractspec_lib_schema324.SchemaModel<{
29
+ type: _contractspec_lib_schema279.SchemaModel<{
30
30
  id: {
31
- type: _contractspec_lib_schema324.FieldType<string, string>;
31
+ type: _contractspec_lib_schema279.FieldType<string, string>;
32
32
  isOptional: false;
33
33
  };
34
34
  spaceId: {
35
- type: _contractspec_lib_schema324.FieldType<string, string>;
35
+ type: _contractspec_lib_schema279.FieldType<string, string>;
36
36
  isOptional: false;
37
37
  };
38
38
  title: {
39
- type: _contractspec_lib_schema324.FieldType<string, string>;
39
+ type: _contractspec_lib_schema279.FieldType<string, string>;
40
40
  isOptional: false;
41
41
  };
42
42
  status: {
43
- type: _contractspec_lib_schema324.FieldType<string, string>;
43
+ type: _contractspec_lib_schema279.FieldType<string, string>;
44
44
  isOptional: false;
45
45
  };
46
46
  priority: {
47
- type: _contractspec_lib_schema324.FieldType<string, string>;
47
+ type: _contractspec_lib_schema279.FieldType<string, string>;
48
48
  isOptional: false;
49
49
  };
50
50
  assigneeId: {
51
- type: _contractspec_lib_schema324.FieldType<string, string>;
51
+ type: _contractspec_lib_schema279.FieldType<string, string>;
52
52
  isOptional: true;
53
53
  };
54
54
  dueDate: {
55
- type: _contractspec_lib_schema324.FieldType<Date, string>;
55
+ type: _contractspec_lib_schema279.FieldType<Date, string>;
56
56
  isOptional: true;
57
57
  };
58
58
  }>;
@@ -60,60 +60,60 @@ declare const ListTasksOutputModel: _contractspec_lib_schema324.SchemaModel<{
60
60
  isList: boolean;
61
61
  };
62
62
  total: {
63
- type: _contractspec_lib_schema324.FieldType<number, number>;
63
+ type: _contractspec_lib_schema279.FieldType<number, number>;
64
64
  isOptional: false;
65
65
  };
66
66
  }>;
67
- declare const ListTasksOperation: _contractspec_lib_contracts26.OperationSpec<_contractspec_lib_schema324.SchemaModel<{
67
+ declare const ListTasksOperation: _contractspec_lib_contracts18.OperationSpec<_contractspec_lib_schema279.SchemaModel<{
68
68
  spaceId: {
69
- type: _contractspec_lib_schema324.FieldType<string, string>;
69
+ type: _contractspec_lib_schema279.FieldType<string, string>;
70
70
  isOptional: true;
71
71
  };
72
72
  status: {
73
- type: _contractspec_lib_schema324.FieldType<string, string>;
73
+ type: _contractspec_lib_schema279.FieldType<string, string>;
74
74
  isOptional: true;
75
75
  };
76
76
  assigneeId: {
77
- type: _contractspec_lib_schema324.FieldType<string, string>;
77
+ type: _contractspec_lib_schema279.FieldType<string, string>;
78
78
  isOptional: true;
79
79
  };
80
80
  limit: {
81
- type: _contractspec_lib_schema324.FieldType<number, number>;
81
+ type: _contractspec_lib_schema279.FieldType<number, number>;
82
82
  isOptional: true;
83
83
  };
84
84
  offset: {
85
- type: _contractspec_lib_schema324.FieldType<number, number>;
85
+ type: _contractspec_lib_schema279.FieldType<number, number>;
86
86
  isOptional: true;
87
87
  };
88
- }>, _contractspec_lib_schema324.SchemaModel<{
88
+ }>, _contractspec_lib_schema279.SchemaModel<{
89
89
  tasks: {
90
- type: _contractspec_lib_schema324.SchemaModel<{
90
+ type: _contractspec_lib_schema279.SchemaModel<{
91
91
  id: {
92
- type: _contractspec_lib_schema324.FieldType<string, string>;
92
+ type: _contractspec_lib_schema279.FieldType<string, string>;
93
93
  isOptional: false;
94
94
  };
95
95
  spaceId: {
96
- type: _contractspec_lib_schema324.FieldType<string, string>;
96
+ type: _contractspec_lib_schema279.FieldType<string, string>;
97
97
  isOptional: false;
98
98
  };
99
99
  title: {
100
- type: _contractspec_lib_schema324.FieldType<string, string>;
100
+ type: _contractspec_lib_schema279.FieldType<string, string>;
101
101
  isOptional: false;
102
102
  };
103
103
  status: {
104
- type: _contractspec_lib_schema324.FieldType<string, string>;
104
+ type: _contractspec_lib_schema279.FieldType<string, string>;
105
105
  isOptional: false;
106
106
  };
107
107
  priority: {
108
- type: _contractspec_lib_schema324.FieldType<string, string>;
108
+ type: _contractspec_lib_schema279.FieldType<string, string>;
109
109
  isOptional: false;
110
110
  };
111
111
  assigneeId: {
112
- type: _contractspec_lib_schema324.FieldType<string, string>;
112
+ type: _contractspec_lib_schema279.FieldType<string, string>;
113
113
  isOptional: true;
114
114
  };
115
115
  dueDate: {
116
- type: _contractspec_lib_schema324.FieldType<Date, string>;
116
+ type: _contractspec_lib_schema279.FieldType<Date, string>;
117
117
  isOptional: true;
118
118
  };
119
119
  }>;
@@ -121,107 +121,107 @@ declare const ListTasksOperation: _contractspec_lib_contracts26.OperationSpec<_c
121
121
  isList: boolean;
122
122
  };
123
123
  total: {
124
- type: _contractspec_lib_schema324.FieldType<number, number>;
124
+ type: _contractspec_lib_schema279.FieldType<number, number>;
125
125
  isOptional: false;
126
126
  };
127
127
  }>, undefined>;
128
128
  /**
129
129
  * Create a task.
130
130
  */
131
- declare const CreateTaskContract: _contractspec_lib_contracts26.OperationSpec<_contractspec_lib_schema324.SchemaModel<{
131
+ declare const CreateTaskContract: _contractspec_lib_contracts18.OperationSpec<_contractspec_lib_schema279.SchemaModel<{
132
132
  spaceId: {
133
- type: _contractspec_lib_schema324.FieldType<string, string>;
133
+ type: _contractspec_lib_schema279.FieldType<string, string>;
134
134
  isOptional: false;
135
135
  };
136
136
  title: {
137
- type: _contractspec_lib_schema324.FieldType<string, string>;
137
+ type: _contractspec_lib_schema279.FieldType<string, string>;
138
138
  isOptional: false;
139
139
  };
140
140
  description: {
141
- type: _contractspec_lib_schema324.FieldType<string, string>;
141
+ type: _contractspec_lib_schema279.FieldType<string, string>;
142
142
  isOptional: true;
143
143
  };
144
144
  priority: {
145
- type: _contractspec_lib_schema324.FieldType<string, string>;
145
+ type: _contractspec_lib_schema279.FieldType<string, string>;
146
146
  isOptional: true;
147
147
  };
148
148
  assigneeId: {
149
- type: _contractspec_lib_schema324.FieldType<string, string>;
149
+ type: _contractspec_lib_schema279.FieldType<string, string>;
150
150
  isOptional: true;
151
151
  };
152
152
  dueDate: {
153
- type: _contractspec_lib_schema324.FieldType<Date, string>;
153
+ type: _contractspec_lib_schema279.FieldType<Date, string>;
154
154
  isOptional: true;
155
155
  };
156
- }>, _contractspec_lib_schema324.SchemaModel<{
156
+ }>, _contractspec_lib_schema279.SchemaModel<{
157
157
  id: {
158
- type: _contractspec_lib_schema324.FieldType<string, string>;
158
+ type: _contractspec_lib_schema279.FieldType<string, string>;
159
159
  isOptional: false;
160
160
  };
161
161
  spaceId: {
162
- type: _contractspec_lib_schema324.FieldType<string, string>;
162
+ type: _contractspec_lib_schema279.FieldType<string, string>;
163
163
  isOptional: false;
164
164
  };
165
165
  title: {
166
- type: _contractspec_lib_schema324.FieldType<string, string>;
166
+ type: _contractspec_lib_schema279.FieldType<string, string>;
167
167
  isOptional: false;
168
168
  };
169
169
  status: {
170
- type: _contractspec_lib_schema324.FieldType<string, string>;
170
+ type: _contractspec_lib_schema279.FieldType<string, string>;
171
171
  isOptional: false;
172
172
  };
173
173
  priority: {
174
- type: _contractspec_lib_schema324.FieldType<string, string>;
174
+ type: _contractspec_lib_schema279.FieldType<string, string>;
175
175
  isOptional: false;
176
176
  };
177
177
  assigneeId: {
178
- type: _contractspec_lib_schema324.FieldType<string, string>;
178
+ type: _contractspec_lib_schema279.FieldType<string, string>;
179
179
  isOptional: true;
180
180
  };
181
181
  dueDate: {
182
- type: _contractspec_lib_schema324.FieldType<Date, string>;
182
+ type: _contractspec_lib_schema279.FieldType<Date, string>;
183
183
  isOptional: true;
184
184
  };
185
185
  }>, undefined>;
186
186
  /**
187
187
  * Update task status.
188
188
  */
189
- declare const UpdateTaskStatusContract: _contractspec_lib_contracts26.OperationSpec<_contractspec_lib_schema324.SchemaModel<{
189
+ declare const UpdateTaskStatusContract: _contractspec_lib_contracts18.OperationSpec<_contractspec_lib_schema279.SchemaModel<{
190
190
  taskId: {
191
- type: _contractspec_lib_schema324.FieldType<string, string>;
191
+ type: _contractspec_lib_schema279.FieldType<string, string>;
192
192
  isOptional: false;
193
193
  };
194
194
  status: {
195
- type: _contractspec_lib_schema324.FieldType<string, string>;
195
+ type: _contractspec_lib_schema279.FieldType<string, string>;
196
196
  isOptional: false;
197
197
  };
198
- }>, _contractspec_lib_schema324.SchemaModel<{
198
+ }>, _contractspec_lib_schema279.SchemaModel<{
199
199
  id: {
200
- type: _contractspec_lib_schema324.FieldType<string, string>;
200
+ type: _contractspec_lib_schema279.FieldType<string, string>;
201
201
  isOptional: false;
202
202
  };
203
203
  spaceId: {
204
- type: _contractspec_lib_schema324.FieldType<string, string>;
204
+ type: _contractspec_lib_schema279.FieldType<string, string>;
205
205
  isOptional: false;
206
206
  };
207
207
  title: {
208
- type: _contractspec_lib_schema324.FieldType<string, string>;
208
+ type: _contractspec_lib_schema279.FieldType<string, string>;
209
209
  isOptional: false;
210
210
  };
211
211
  status: {
212
- type: _contractspec_lib_schema324.FieldType<string, string>;
212
+ type: _contractspec_lib_schema279.FieldType<string, string>;
213
213
  isOptional: false;
214
214
  };
215
215
  priority: {
216
- type: _contractspec_lib_schema324.FieldType<string, string>;
216
+ type: _contractspec_lib_schema279.FieldType<string, string>;
217
217
  isOptional: false;
218
218
  };
219
219
  assigneeId: {
220
- type: _contractspec_lib_schema324.FieldType<string, string>;
220
+ type: _contractspec_lib_schema279.FieldType<string, string>;
221
221
  isOptional: true;
222
222
  };
223
223
  dueDate: {
224
- type: _contractspec_lib_schema324.FieldType<Date, string>;
224
+ type: _contractspec_lib_schema279.FieldType<Date, string>;
225
225
  isOptional: true;
226
226
  };
227
227
  }>, undefined>;
@@ -1,78 +1,78 @@
1
- import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema75 from "@contractspec/lib.schema";
2
2
 
3
3
  //#region src/task/task.schema.d.ts
4
4
  /**
5
5
  * Task in a space.
6
6
  */
7
- declare const TaskModel: _contractspec_lib_schema0.SchemaModel<{
7
+ declare const TaskModel: _contractspec_lib_schema75.SchemaModel<{
8
8
  id: {
9
- type: _contractspec_lib_schema0.FieldType<string, string>;
9
+ type: _contractspec_lib_schema75.FieldType<string, string>;
10
10
  isOptional: false;
11
11
  };
12
12
  spaceId: {
13
- type: _contractspec_lib_schema0.FieldType<string, string>;
13
+ type: _contractspec_lib_schema75.FieldType<string, string>;
14
14
  isOptional: false;
15
15
  };
16
16
  title: {
17
- type: _contractspec_lib_schema0.FieldType<string, string>;
17
+ type: _contractspec_lib_schema75.FieldType<string, string>;
18
18
  isOptional: false;
19
19
  };
20
20
  status: {
21
- type: _contractspec_lib_schema0.FieldType<string, string>;
21
+ type: _contractspec_lib_schema75.FieldType<string, string>;
22
22
  isOptional: false;
23
23
  };
24
24
  priority: {
25
- type: _contractspec_lib_schema0.FieldType<string, string>;
25
+ type: _contractspec_lib_schema75.FieldType<string, string>;
26
26
  isOptional: false;
27
27
  };
28
28
  assigneeId: {
29
- type: _contractspec_lib_schema0.FieldType<string, string>;
29
+ type: _contractspec_lib_schema75.FieldType<string, string>;
30
30
  isOptional: true;
31
31
  };
32
32
  dueDate: {
33
- type: _contractspec_lib_schema0.FieldType<Date, string>;
33
+ type: _contractspec_lib_schema75.FieldType<Date, string>;
34
34
  isOptional: true;
35
35
  };
36
36
  }>;
37
37
  /**
38
38
  * Input for creating a task.
39
39
  */
40
- declare const CreateTaskInputModel: _contractspec_lib_schema0.SchemaModel<{
40
+ declare const CreateTaskInputModel: _contractspec_lib_schema75.SchemaModel<{
41
41
  spaceId: {
42
- type: _contractspec_lib_schema0.FieldType<string, string>;
42
+ type: _contractspec_lib_schema75.FieldType<string, string>;
43
43
  isOptional: false;
44
44
  };
45
45
  title: {
46
- type: _contractspec_lib_schema0.FieldType<string, string>;
46
+ type: _contractspec_lib_schema75.FieldType<string, string>;
47
47
  isOptional: false;
48
48
  };
49
49
  description: {
50
- type: _contractspec_lib_schema0.FieldType<string, string>;
50
+ type: _contractspec_lib_schema75.FieldType<string, string>;
51
51
  isOptional: true;
52
52
  };
53
53
  priority: {
54
- type: _contractspec_lib_schema0.FieldType<string, string>;
54
+ type: _contractspec_lib_schema75.FieldType<string, string>;
55
55
  isOptional: true;
56
56
  };
57
57
  assigneeId: {
58
- type: _contractspec_lib_schema0.FieldType<string, string>;
58
+ type: _contractspec_lib_schema75.FieldType<string, string>;
59
59
  isOptional: true;
60
60
  };
61
61
  dueDate: {
62
- type: _contractspec_lib_schema0.FieldType<Date, string>;
62
+ type: _contractspec_lib_schema75.FieldType<Date, string>;
63
63
  isOptional: true;
64
64
  };
65
65
  }>;
66
66
  /**
67
67
  * Input for updating task status.
68
68
  */
69
- declare const UpdateTaskStatusInputModel: _contractspec_lib_schema0.SchemaModel<{
69
+ declare const UpdateTaskStatusInputModel: _contractspec_lib_schema75.SchemaModel<{
70
70
  taskId: {
71
- type: _contractspec_lib_schema0.FieldType<string, string>;
71
+ type: _contractspec_lib_schema75.FieldType<string, string>;
72
72
  isOptional: false;
73
73
  };
74
74
  status: {
75
- type: _contractspec_lib_schema0.FieldType<string, string>;
75
+ type: _contractspec_lib_schema75.FieldType<string, string>;
76
76
  isOptional: false;
77
77
  };
78
78
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"task.schema.d.ts","names":[],"sources":["../../src/task/task.schema.ts"],"sourcesContent":[],"mappings":";;;;;;AAKa,cAAA,SAYX,4BAZoB,WAYpB,CAAA;EAAA,EAAA,EAAA;UAAA,yBAAA,CAAA;;;;;;;;IAZoB,IAAA,qCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAiBT,UAAA,EAAA,KAAA;EAWX,CAAA;;;;;;;;EAX+B,CAAA;EAgBpB,UAAA,EAAA;IAOX,IAAA,qCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;EAPqC,OAAA,EAAA;;;;;;;;cAhB1B,gDAAoB;;UAW/B,yBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKW,sDAA0B;;UAOrC,yBAAA,CAAA"}
1
+ {"version":3,"file":"task.schema.d.ts","names":[],"sources":["../../src/task/task.schema.ts"],"sourcesContent":[],"mappings":";;;;;;AAKa,cAAA,SAYX,6BAZoB,WAYpB,CAAA;EAAA,EAAA,EAAA;UAAA,0BAAA,CAAA;;;;;;;;IAZoB,IAAA,sCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAiBT,UAAA,EAAA,KAAA;EAWX,CAAA;;;;;;;;EAX+B,CAAA;EAgBpB,UAAA,EAAA;IAOX,IAAA,sCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;EAPqC,OAAA,EAAA;;;;;;;;cAhB1B,iDAAoB;;UAW/B,0BAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKW,uDAA0B;;UAOrC,0BAAA,CAAA"}
@@ -1,9 +1,9 @@
1
- import * as _contractspec_lib_contracts14 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts12 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/team-hub.capability.d.ts
4
- declare const TasksCapability: _contractspec_lib_contracts14.CapabilitySpec;
5
- declare const RitualsCapability: _contractspec_lib_contracts14.CapabilitySpec;
6
- declare const AnnouncementsCapability: _contractspec_lib_contracts14.CapabilitySpec;
4
+ declare const TasksCapability: _contractspec_lib_contracts12.CapabilitySpec;
5
+ declare const RitualsCapability: _contractspec_lib_contracts12.CapabilitySpec;
6
+ declare const AnnouncementsCapability: _contractspec_lib_contracts12.CapabilitySpec;
7
7
  //#endregion
8
8
  export { AnnouncementsCapability, RitualsCapability, TasksCapability };
9
9
  //# sourceMappingURL=team-hub.capability.d.ts.map
@@ -1,7 +1,7 @@
1
- import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts15 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/team-hub.feature.d.ts
4
- declare const TeamHubFeature: _contractspec_lib_contracts0.FeatureModuleSpec;
4
+ declare const TeamHubFeature: _contractspec_lib_contracts15.FeatureModuleSpec;
5
5
  //#endregion
6
6
  export { TeamHubFeature };
7
7
  //# sourceMappingURL=team-hub.feature.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"team-hub.feature.d.ts","names":[],"sources":["../src/team-hub.feature.ts"],"sourcesContent":[],"mappings":";;;cAEa,gBAgEX,4BAAA,CAhEyB"}
1
+ {"version":3,"file":"team-hub.feature.d.ts","names":[],"sources":["../src/team-hub.feature.ts"],"sourcesContent":[],"mappings":";;;cAEa,gBAgEX,6BAAA,CAhEyB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.team-hub",
3
- "version": "1.55.0",
3
+ "version": "1.56.1",
4
4
  "description": "Team Hub example with spaces, tasks, rituals, and announcements",
5
5
  "types": "./dist/index.d.ts",
6
6
  "type": "module",
@@ -17,12 +17,12 @@
17
17
  "lint:check": "eslint src"
18
18
  },
19
19
  "dependencies": {
20
- "@contractspec/lib.schema": "1.55.0",
21
- "@contractspec/lib.contracts": "1.55.0"
20
+ "@contractspec/lib.schema": "1.56.1",
21
+ "@contractspec/lib.contracts": "1.56.1"
22
22
  },
23
23
  "devDependencies": {
24
- "@contractspec/tool.typescript": "1.55.0",
25
- "@contractspec/tool.tsdown": "1.55.0",
24
+ "@contractspec/tool.typescript": "1.56.1",
25
+ "@contractspec/tool.tsdown": "1.56.1",
26
26
  "typescript": "^5.9.3"
27
27
  },
28
28
  "exports": {