@contractspec/example.team-hub 1.49.0 → 1.51.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.
- package/dist/announcement/announcement.operations.d.ts +16 -16
- package/dist/announcement/announcement.operations.d.ts.map +1 -1
- package/dist/announcement/announcement.schema.d.ts +15 -15
- package/dist/entities/index.d.ts +137 -137
- package/dist/presentations/team-hub.presentation.d.ts +7 -7
- package/dist/ritual/ritual.operations.d.ts +28 -28
- package/dist/ritual/ritual.operations.d.ts.map +1 -1
- package/dist/ritual/ritual.schema.d.ts +20 -20
- package/dist/space/space.operations.d.ts +13 -13
- package/dist/space/space.schema.d.ts +12 -12
- package/dist/task/task.operations.d.ts +60 -60
- package/dist/team-hub.capability.d.ts +4 -4
- package/dist/team-hub.feature.d.ts +2 -2
- package/package.json +5 -5
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_schema354 from "@contractspec/lib.schema";
|
|
2
|
+
import * as _contractspec_lib_contracts28 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:
|
|
8
|
+
declare const PostAnnouncementContract: _contractspec_lib_contracts28.OperationSpec<_contractspec_lib_schema354.SchemaModel<{
|
|
9
9
|
title: {
|
|
10
|
-
type:
|
|
10
|
+
type: _contractspec_lib_schema354.FieldType<string, string>;
|
|
11
11
|
isOptional: false;
|
|
12
12
|
};
|
|
13
13
|
body: {
|
|
14
|
-
type:
|
|
14
|
+
type: _contractspec_lib_schema354.FieldType<string, string>;
|
|
15
15
|
isOptional: false;
|
|
16
16
|
};
|
|
17
17
|
audience: {
|
|
18
|
-
type:
|
|
18
|
+
type: _contractspec_lib_schema354.FieldType<string, string>;
|
|
19
19
|
isOptional: false;
|
|
20
20
|
};
|
|
21
21
|
audienceRole: {
|
|
22
|
-
type:
|
|
22
|
+
type: _contractspec_lib_schema354.FieldType<string, string>;
|
|
23
23
|
isOptional: true;
|
|
24
24
|
};
|
|
25
25
|
spaceId: {
|
|
26
|
-
type:
|
|
26
|
+
type: _contractspec_lib_schema354.FieldType<string, string>;
|
|
27
27
|
isOptional: true;
|
|
28
28
|
};
|
|
29
29
|
expiresAt: {
|
|
30
|
-
type:
|
|
30
|
+
type: _contractspec_lib_schema354.FieldType<Date, string>;
|
|
31
31
|
isOptional: true;
|
|
32
32
|
};
|
|
33
|
-
}>,
|
|
33
|
+
}>, _contractspec_lib_schema354.SchemaModel<{
|
|
34
34
|
id: {
|
|
35
|
-
type:
|
|
35
|
+
type: _contractspec_lib_schema354.FieldType<string, string>;
|
|
36
36
|
isOptional: false;
|
|
37
37
|
};
|
|
38
38
|
title: {
|
|
39
|
-
type:
|
|
39
|
+
type: _contractspec_lib_schema354.FieldType<string, string>;
|
|
40
40
|
isOptional: false;
|
|
41
41
|
};
|
|
42
42
|
body: {
|
|
43
|
-
type:
|
|
43
|
+
type: _contractspec_lib_schema354.FieldType<string, string>;
|
|
44
44
|
isOptional: false;
|
|
45
45
|
};
|
|
46
46
|
audience: {
|
|
47
|
-
type:
|
|
47
|
+
type: _contractspec_lib_schema354.FieldType<string, string>;
|
|
48
48
|
isOptional: false;
|
|
49
49
|
};
|
|
50
50
|
audienceRole: {
|
|
51
|
-
type:
|
|
51
|
+
type: _contractspec_lib_schema354.FieldType<string, string>;
|
|
52
52
|
isOptional: true;
|
|
53
53
|
};
|
|
54
54
|
spaceId: {
|
|
55
|
-
type:
|
|
55
|
+
type: _contractspec_lib_schema354.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,wDAAwB,
|
|
1
|
+
{"version":3,"file":"announcement.operations.d.ts","names":[],"sources":["../../src/announcement/announcement.operations.ts"],"sourcesContent":[],"mappings":";;;;;;;cAWa,wDAAwB,0CAAA;EAAxB,KAAA,EAAA;IAqCX,IAAA,EAAA,2BAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;IArCmC,IAAA,uCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;IAAA,IAAA,uCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;;UAAA,2BAAA,CAAA"}
|
|
@@ -1,61 +1,61 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_schema368 from "@contractspec/lib.schema";
|
|
2
2
|
|
|
3
3
|
//#region src/announcement/announcement.schema.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* Announcement to spaces/org.
|
|
6
6
|
*/
|
|
7
|
-
declare const AnnouncementModel:
|
|
7
|
+
declare const AnnouncementModel: _contractspec_lib_schema368.SchemaModel<{
|
|
8
8
|
id: {
|
|
9
|
-
type:
|
|
9
|
+
type: _contractspec_lib_schema368.FieldType<string, string>;
|
|
10
10
|
isOptional: false;
|
|
11
11
|
};
|
|
12
12
|
title: {
|
|
13
|
-
type:
|
|
13
|
+
type: _contractspec_lib_schema368.FieldType<string, string>;
|
|
14
14
|
isOptional: false;
|
|
15
15
|
};
|
|
16
16
|
body: {
|
|
17
|
-
type:
|
|
17
|
+
type: _contractspec_lib_schema368.FieldType<string, string>;
|
|
18
18
|
isOptional: false;
|
|
19
19
|
};
|
|
20
20
|
audience: {
|
|
21
|
-
type:
|
|
21
|
+
type: _contractspec_lib_schema368.FieldType<string, string>;
|
|
22
22
|
isOptional: false;
|
|
23
23
|
};
|
|
24
24
|
audienceRole: {
|
|
25
|
-
type:
|
|
25
|
+
type: _contractspec_lib_schema368.FieldType<string, string>;
|
|
26
26
|
isOptional: true;
|
|
27
27
|
};
|
|
28
28
|
spaceId: {
|
|
29
|
-
type:
|
|
29
|
+
type: _contractspec_lib_schema368.FieldType<string, string>;
|
|
30
30
|
isOptional: true;
|
|
31
31
|
};
|
|
32
32
|
}>;
|
|
33
33
|
/**
|
|
34
34
|
* Input for posting an announcement.
|
|
35
35
|
*/
|
|
36
|
-
declare const PostAnnouncementInputModel:
|
|
36
|
+
declare const PostAnnouncementInputModel: _contractspec_lib_schema368.SchemaModel<{
|
|
37
37
|
title: {
|
|
38
|
-
type:
|
|
38
|
+
type: _contractspec_lib_schema368.FieldType<string, string>;
|
|
39
39
|
isOptional: false;
|
|
40
40
|
};
|
|
41
41
|
body: {
|
|
42
|
-
type:
|
|
42
|
+
type: _contractspec_lib_schema368.FieldType<string, string>;
|
|
43
43
|
isOptional: false;
|
|
44
44
|
};
|
|
45
45
|
audience: {
|
|
46
|
-
type:
|
|
46
|
+
type: _contractspec_lib_schema368.FieldType<string, string>;
|
|
47
47
|
isOptional: false;
|
|
48
48
|
};
|
|
49
49
|
audienceRole: {
|
|
50
|
-
type:
|
|
50
|
+
type: _contractspec_lib_schema368.FieldType<string, string>;
|
|
51
51
|
isOptional: true;
|
|
52
52
|
};
|
|
53
53
|
spaceId: {
|
|
54
|
-
type:
|
|
54
|
+
type: _contractspec_lib_schema368.FieldType<string, string>;
|
|
55
55
|
isOptional: true;
|
|
56
56
|
};
|
|
57
57
|
expiresAt: {
|
|
58
|
-
type:
|
|
58
|
+
type: _contractspec_lib_schema368.FieldType<Date, string>;
|
|
59
59
|
isOptional: true;
|
|
60
60
|
};
|
|
61
61
|
}>;
|
package/dist/entities/index.d.ts
CHANGED
|
@@ -1,148 +1,148 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_schema218 from "@contractspec/lib.schema";
|
|
2
2
|
import { ModuleSchemaContribution } from "@contractspec/lib.schema";
|
|
3
3
|
|
|
4
4
|
//#region src/entities/index.d.ts
|
|
5
|
-
declare const TaskStatusEnum:
|
|
6
|
-
declare const TaskPriorityEnum:
|
|
7
|
-
declare const RitualCadenceEnum:
|
|
8
|
-
declare const AnnouncementAudienceEnum:
|
|
9
|
-
declare const SpaceEntity:
|
|
10
|
-
id:
|
|
11
|
-
name:
|
|
12
|
-
description:
|
|
13
|
-
orgId:
|
|
14
|
-
ownerId:
|
|
15
|
-
members:
|
|
16
|
-
createdAt:
|
|
17
|
-
updatedAt:
|
|
18
|
-
tasks:
|
|
19
|
-
rituals:
|
|
20
|
-
announcements:
|
|
5
|
+
declare const TaskStatusEnum: _contractspec_lib_schema218.EntityEnumDef;
|
|
6
|
+
declare const TaskPriorityEnum: _contractspec_lib_schema218.EntityEnumDef;
|
|
7
|
+
declare const RitualCadenceEnum: _contractspec_lib_schema218.EntityEnumDef;
|
|
8
|
+
declare const AnnouncementAudienceEnum: _contractspec_lib_schema218.EntityEnumDef;
|
|
9
|
+
declare const SpaceEntity: _contractspec_lib_schema218.EntitySpec<{
|
|
10
|
+
id: _contractspec_lib_schema218.EntityScalarField;
|
|
11
|
+
name: _contractspec_lib_schema218.EntityScalarField;
|
|
12
|
+
description: _contractspec_lib_schema218.EntityScalarField;
|
|
13
|
+
orgId: _contractspec_lib_schema218.EntityScalarField;
|
|
14
|
+
ownerId: _contractspec_lib_schema218.EntityScalarField;
|
|
15
|
+
members: _contractspec_lib_schema218.EntityScalarField;
|
|
16
|
+
createdAt: _contractspec_lib_schema218.EntityScalarField;
|
|
17
|
+
updatedAt: _contractspec_lib_schema218.EntityScalarField;
|
|
18
|
+
tasks: _contractspec_lib_schema218.EntityRelationField;
|
|
19
|
+
rituals: _contractspec_lib_schema218.EntityRelationField;
|
|
20
|
+
announcements: _contractspec_lib_schema218.EntityRelationField;
|
|
21
21
|
}>;
|
|
22
|
-
declare const TaskEntity:
|
|
23
|
-
id:
|
|
24
|
-
spaceId:
|
|
25
|
-
title:
|
|
26
|
-
description:
|
|
27
|
-
status:
|
|
28
|
-
priority:
|
|
29
|
-
assigneeId:
|
|
30
|
-
dueDate:
|
|
31
|
-
tags:
|
|
32
|
-
orgId:
|
|
33
|
-
createdAt:
|
|
34
|
-
updatedAt:
|
|
35
|
-
space:
|
|
22
|
+
declare const TaskEntity: _contractspec_lib_schema218.EntitySpec<{
|
|
23
|
+
id: _contractspec_lib_schema218.EntityScalarField;
|
|
24
|
+
spaceId: _contractspec_lib_schema218.EntityScalarField;
|
|
25
|
+
title: _contractspec_lib_schema218.EntityScalarField;
|
|
26
|
+
description: _contractspec_lib_schema218.EntityScalarField;
|
|
27
|
+
status: _contractspec_lib_schema218.EntityEnumField;
|
|
28
|
+
priority: _contractspec_lib_schema218.EntityEnumField;
|
|
29
|
+
assigneeId: _contractspec_lib_schema218.EntityScalarField;
|
|
30
|
+
dueDate: _contractspec_lib_schema218.EntityScalarField;
|
|
31
|
+
tags: _contractspec_lib_schema218.EntityScalarField;
|
|
32
|
+
orgId: _contractspec_lib_schema218.EntityScalarField;
|
|
33
|
+
createdAt: _contractspec_lib_schema218.EntityScalarField;
|
|
34
|
+
updatedAt: _contractspec_lib_schema218.EntityScalarField;
|
|
35
|
+
space: _contractspec_lib_schema218.EntityRelationField;
|
|
36
36
|
}>;
|
|
37
|
-
declare const RitualEntity:
|
|
38
|
-
id:
|
|
39
|
-
spaceId:
|
|
40
|
-
title:
|
|
41
|
-
cadence:
|
|
42
|
-
dayOfWeek:
|
|
43
|
-
time:
|
|
44
|
-
facilitatorId:
|
|
45
|
-
participants:
|
|
46
|
-
location:
|
|
47
|
-
agendaTemplate:
|
|
48
|
-
orgId:
|
|
49
|
-
createdAt:
|
|
50
|
-
updatedAt:
|
|
51
|
-
occurrences:
|
|
52
|
-
space:
|
|
37
|
+
declare const RitualEntity: _contractspec_lib_schema218.EntitySpec<{
|
|
38
|
+
id: _contractspec_lib_schema218.EntityScalarField;
|
|
39
|
+
spaceId: _contractspec_lib_schema218.EntityScalarField;
|
|
40
|
+
title: _contractspec_lib_schema218.EntityScalarField;
|
|
41
|
+
cadence: _contractspec_lib_schema218.EntityEnumField;
|
|
42
|
+
dayOfWeek: _contractspec_lib_schema218.EntityScalarField;
|
|
43
|
+
time: _contractspec_lib_schema218.EntityScalarField;
|
|
44
|
+
facilitatorId: _contractspec_lib_schema218.EntityScalarField;
|
|
45
|
+
participants: _contractspec_lib_schema218.EntityScalarField;
|
|
46
|
+
location: _contractspec_lib_schema218.EntityScalarField;
|
|
47
|
+
agendaTemplate: _contractspec_lib_schema218.EntityScalarField;
|
|
48
|
+
orgId: _contractspec_lib_schema218.EntityScalarField;
|
|
49
|
+
createdAt: _contractspec_lib_schema218.EntityScalarField;
|
|
50
|
+
updatedAt: _contractspec_lib_schema218.EntityScalarField;
|
|
51
|
+
occurrences: _contractspec_lib_schema218.EntityRelationField;
|
|
52
|
+
space: _contractspec_lib_schema218.EntityRelationField;
|
|
53
53
|
}>;
|
|
54
|
-
declare const RitualOccurrenceEntity:
|
|
55
|
-
id:
|
|
56
|
-
ritualId:
|
|
57
|
-
scheduledFor:
|
|
58
|
-
status:
|
|
59
|
-
summary:
|
|
60
|
-
attendance:
|
|
61
|
-
recordingUrl:
|
|
62
|
-
orgId:
|
|
63
|
-
createdAt:
|
|
64
|
-
updatedAt:
|
|
65
|
-
ritual:
|
|
54
|
+
declare const RitualOccurrenceEntity: _contractspec_lib_schema218.EntitySpec<{
|
|
55
|
+
id: _contractspec_lib_schema218.EntityScalarField;
|
|
56
|
+
ritualId: _contractspec_lib_schema218.EntityScalarField;
|
|
57
|
+
scheduledFor: _contractspec_lib_schema218.EntityScalarField;
|
|
58
|
+
status: _contractspec_lib_schema218.EntityScalarField;
|
|
59
|
+
summary: _contractspec_lib_schema218.EntityScalarField;
|
|
60
|
+
attendance: _contractspec_lib_schema218.EntityScalarField;
|
|
61
|
+
recordingUrl: _contractspec_lib_schema218.EntityScalarField;
|
|
62
|
+
orgId: _contractspec_lib_schema218.EntityScalarField;
|
|
63
|
+
createdAt: _contractspec_lib_schema218.EntityScalarField;
|
|
64
|
+
updatedAt: _contractspec_lib_schema218.EntityScalarField;
|
|
65
|
+
ritual: _contractspec_lib_schema218.EntityRelationField;
|
|
66
66
|
}>;
|
|
67
|
-
declare const AnnouncementEntity:
|
|
68
|
-
id:
|
|
69
|
-
spaceId:
|
|
70
|
-
title:
|
|
71
|
-
body:
|
|
72
|
-
audience:
|
|
73
|
-
audienceRole:
|
|
74
|
-
pinnedUntil:
|
|
75
|
-
orgId:
|
|
76
|
-
createdBy:
|
|
77
|
-
createdAt:
|
|
78
|
-
expiresAt:
|
|
67
|
+
declare const AnnouncementEntity: _contractspec_lib_schema218.EntitySpec<{
|
|
68
|
+
id: _contractspec_lib_schema218.EntityScalarField;
|
|
69
|
+
spaceId: _contractspec_lib_schema218.EntityScalarField;
|
|
70
|
+
title: _contractspec_lib_schema218.EntityScalarField;
|
|
71
|
+
body: _contractspec_lib_schema218.EntityScalarField;
|
|
72
|
+
audience: _contractspec_lib_schema218.EntityEnumField;
|
|
73
|
+
audienceRole: _contractspec_lib_schema218.EntityScalarField;
|
|
74
|
+
pinnedUntil: _contractspec_lib_schema218.EntityScalarField;
|
|
75
|
+
orgId: _contractspec_lib_schema218.EntityScalarField;
|
|
76
|
+
createdBy: _contractspec_lib_schema218.EntityScalarField;
|
|
77
|
+
createdAt: _contractspec_lib_schema218.EntityScalarField;
|
|
78
|
+
expiresAt: _contractspec_lib_schema218.EntityScalarField;
|
|
79
79
|
}>;
|
|
80
|
-
declare const teamHubEntities: (
|
|
81
|
-
id:
|
|
82
|
-
name:
|
|
83
|
-
description:
|
|
84
|
-
orgId:
|
|
85
|
-
ownerId:
|
|
86
|
-
members:
|
|
87
|
-
createdAt:
|
|
88
|
-
updatedAt:
|
|
89
|
-
tasks:
|
|
90
|
-
rituals:
|
|
91
|
-
announcements:
|
|
92
|
-
}> |
|
|
93
|
-
id:
|
|
94
|
-
spaceId:
|
|
95
|
-
title:
|
|
96
|
-
description:
|
|
97
|
-
status:
|
|
98
|
-
priority:
|
|
99
|
-
assigneeId:
|
|
100
|
-
dueDate:
|
|
101
|
-
tags:
|
|
102
|
-
orgId:
|
|
103
|
-
createdAt:
|
|
104
|
-
updatedAt:
|
|
105
|
-
space:
|
|
106
|
-
}> |
|
|
107
|
-
id:
|
|
108
|
-
spaceId:
|
|
109
|
-
title:
|
|
110
|
-
cadence:
|
|
111
|
-
dayOfWeek:
|
|
112
|
-
time:
|
|
113
|
-
facilitatorId:
|
|
114
|
-
participants:
|
|
115
|
-
location:
|
|
116
|
-
agendaTemplate:
|
|
117
|
-
orgId:
|
|
118
|
-
createdAt:
|
|
119
|
-
updatedAt:
|
|
120
|
-
occurrences:
|
|
121
|
-
space:
|
|
122
|
-
}> |
|
|
123
|
-
id:
|
|
124
|
-
ritualId:
|
|
125
|
-
scheduledFor:
|
|
126
|
-
status:
|
|
127
|
-
summary:
|
|
128
|
-
attendance:
|
|
129
|
-
recordingUrl:
|
|
130
|
-
orgId:
|
|
131
|
-
createdAt:
|
|
132
|
-
updatedAt:
|
|
133
|
-
ritual:
|
|
134
|
-
}> |
|
|
135
|
-
id:
|
|
136
|
-
spaceId:
|
|
137
|
-
title:
|
|
138
|
-
body:
|
|
139
|
-
audience:
|
|
140
|
-
audienceRole:
|
|
141
|
-
pinnedUntil:
|
|
142
|
-
orgId:
|
|
143
|
-
createdBy:
|
|
144
|
-
createdAt:
|
|
145
|
-
expiresAt:
|
|
80
|
+
declare const teamHubEntities: (_contractspec_lib_schema218.EntitySpec<{
|
|
81
|
+
id: _contractspec_lib_schema218.EntityScalarField;
|
|
82
|
+
name: _contractspec_lib_schema218.EntityScalarField;
|
|
83
|
+
description: _contractspec_lib_schema218.EntityScalarField;
|
|
84
|
+
orgId: _contractspec_lib_schema218.EntityScalarField;
|
|
85
|
+
ownerId: _contractspec_lib_schema218.EntityScalarField;
|
|
86
|
+
members: _contractspec_lib_schema218.EntityScalarField;
|
|
87
|
+
createdAt: _contractspec_lib_schema218.EntityScalarField;
|
|
88
|
+
updatedAt: _contractspec_lib_schema218.EntityScalarField;
|
|
89
|
+
tasks: _contractspec_lib_schema218.EntityRelationField;
|
|
90
|
+
rituals: _contractspec_lib_schema218.EntityRelationField;
|
|
91
|
+
announcements: _contractspec_lib_schema218.EntityRelationField;
|
|
92
|
+
}> | _contractspec_lib_schema218.EntitySpec<{
|
|
93
|
+
id: _contractspec_lib_schema218.EntityScalarField;
|
|
94
|
+
spaceId: _contractspec_lib_schema218.EntityScalarField;
|
|
95
|
+
title: _contractspec_lib_schema218.EntityScalarField;
|
|
96
|
+
description: _contractspec_lib_schema218.EntityScalarField;
|
|
97
|
+
status: _contractspec_lib_schema218.EntityEnumField;
|
|
98
|
+
priority: _contractspec_lib_schema218.EntityEnumField;
|
|
99
|
+
assigneeId: _contractspec_lib_schema218.EntityScalarField;
|
|
100
|
+
dueDate: _contractspec_lib_schema218.EntityScalarField;
|
|
101
|
+
tags: _contractspec_lib_schema218.EntityScalarField;
|
|
102
|
+
orgId: _contractspec_lib_schema218.EntityScalarField;
|
|
103
|
+
createdAt: _contractspec_lib_schema218.EntityScalarField;
|
|
104
|
+
updatedAt: _contractspec_lib_schema218.EntityScalarField;
|
|
105
|
+
space: _contractspec_lib_schema218.EntityRelationField;
|
|
106
|
+
}> | _contractspec_lib_schema218.EntitySpec<{
|
|
107
|
+
id: _contractspec_lib_schema218.EntityScalarField;
|
|
108
|
+
spaceId: _contractspec_lib_schema218.EntityScalarField;
|
|
109
|
+
title: _contractspec_lib_schema218.EntityScalarField;
|
|
110
|
+
cadence: _contractspec_lib_schema218.EntityEnumField;
|
|
111
|
+
dayOfWeek: _contractspec_lib_schema218.EntityScalarField;
|
|
112
|
+
time: _contractspec_lib_schema218.EntityScalarField;
|
|
113
|
+
facilitatorId: _contractspec_lib_schema218.EntityScalarField;
|
|
114
|
+
participants: _contractspec_lib_schema218.EntityScalarField;
|
|
115
|
+
location: _contractspec_lib_schema218.EntityScalarField;
|
|
116
|
+
agendaTemplate: _contractspec_lib_schema218.EntityScalarField;
|
|
117
|
+
orgId: _contractspec_lib_schema218.EntityScalarField;
|
|
118
|
+
createdAt: _contractspec_lib_schema218.EntityScalarField;
|
|
119
|
+
updatedAt: _contractspec_lib_schema218.EntityScalarField;
|
|
120
|
+
occurrences: _contractspec_lib_schema218.EntityRelationField;
|
|
121
|
+
space: _contractspec_lib_schema218.EntityRelationField;
|
|
122
|
+
}> | _contractspec_lib_schema218.EntitySpec<{
|
|
123
|
+
id: _contractspec_lib_schema218.EntityScalarField;
|
|
124
|
+
ritualId: _contractspec_lib_schema218.EntityScalarField;
|
|
125
|
+
scheduledFor: _contractspec_lib_schema218.EntityScalarField;
|
|
126
|
+
status: _contractspec_lib_schema218.EntityScalarField;
|
|
127
|
+
summary: _contractspec_lib_schema218.EntityScalarField;
|
|
128
|
+
attendance: _contractspec_lib_schema218.EntityScalarField;
|
|
129
|
+
recordingUrl: _contractspec_lib_schema218.EntityScalarField;
|
|
130
|
+
orgId: _contractspec_lib_schema218.EntityScalarField;
|
|
131
|
+
createdAt: _contractspec_lib_schema218.EntityScalarField;
|
|
132
|
+
updatedAt: _contractspec_lib_schema218.EntityScalarField;
|
|
133
|
+
ritual: _contractspec_lib_schema218.EntityRelationField;
|
|
134
|
+
}> | _contractspec_lib_schema218.EntitySpec<{
|
|
135
|
+
id: _contractspec_lib_schema218.EntityScalarField;
|
|
136
|
+
spaceId: _contractspec_lib_schema218.EntityScalarField;
|
|
137
|
+
title: _contractspec_lib_schema218.EntityScalarField;
|
|
138
|
+
body: _contractspec_lib_schema218.EntityScalarField;
|
|
139
|
+
audience: _contractspec_lib_schema218.EntityEnumField;
|
|
140
|
+
audienceRole: _contractspec_lib_schema218.EntityScalarField;
|
|
141
|
+
pinnedUntil: _contractspec_lib_schema218.EntityScalarField;
|
|
142
|
+
orgId: _contractspec_lib_schema218.EntityScalarField;
|
|
143
|
+
createdBy: _contractspec_lib_schema218.EntityScalarField;
|
|
144
|
+
createdAt: _contractspec_lib_schema218.EntityScalarField;
|
|
145
|
+
expiresAt: _contractspec_lib_schema218.EntityScalarField;
|
|
146
146
|
}>)[];
|
|
147
147
|
declare const teamHubSchemaContribution: ModuleSchemaContribution;
|
|
148
148
|
//#endregion
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts12 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/presentations/team-hub.presentation.d.ts
|
|
4
|
-
declare const TeamDashboardPresentation:
|
|
5
|
-
declare const SpaceListPresentation:
|
|
6
|
-
declare const TaskBoardPresentation:
|
|
7
|
-
declare const TaskDetailPresentation:
|
|
8
|
-
declare const RitualCalendarPresentation:
|
|
9
|
-
declare const AnnouncementFeedPresentation:
|
|
4
|
+
declare const TeamDashboardPresentation: _contractspec_lib_contracts12.PresentationSpec;
|
|
5
|
+
declare const SpaceListPresentation: _contractspec_lib_contracts12.PresentationSpec;
|
|
6
|
+
declare const TaskBoardPresentation: _contractspec_lib_contracts12.PresentationSpec;
|
|
7
|
+
declare const TaskDetailPresentation: _contractspec_lib_contracts12.PresentationSpec;
|
|
8
|
+
declare const RitualCalendarPresentation: _contractspec_lib_contracts12.PresentationSpec;
|
|
9
|
+
declare const AnnouncementFeedPresentation: _contractspec_lib_contracts12.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
|
|
2
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_schema93 from "@contractspec/lib.schema";
|
|
2
|
+
import * as _contractspec_lib_contracts18 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:
|
|
8
|
+
declare const ScheduleRitualContract: _contractspec_lib_contracts18.OperationSpec<_contractspec_lib_schema93.SchemaModel<{
|
|
9
9
|
spaceId: {
|
|
10
|
-
type:
|
|
10
|
+
type: _contractspec_lib_schema93.FieldType<string, string>;
|
|
11
11
|
isOptional: false;
|
|
12
12
|
};
|
|
13
13
|
title: {
|
|
14
|
-
type:
|
|
14
|
+
type: _contractspec_lib_schema93.FieldType<string, string>;
|
|
15
15
|
isOptional: false;
|
|
16
16
|
};
|
|
17
17
|
cadence: {
|
|
18
|
-
type:
|
|
18
|
+
type: _contractspec_lib_schema93.FieldType<string, string>;
|
|
19
19
|
isOptional: false;
|
|
20
20
|
};
|
|
21
21
|
dayOfWeek: {
|
|
22
|
-
type:
|
|
22
|
+
type: _contractspec_lib_schema93.FieldType<string, string>;
|
|
23
23
|
isOptional: true;
|
|
24
24
|
};
|
|
25
25
|
time: {
|
|
26
|
-
type:
|
|
26
|
+
type: _contractspec_lib_schema93.FieldType<string, string>;
|
|
27
27
|
isOptional: true;
|
|
28
28
|
};
|
|
29
29
|
facilitatorId: {
|
|
30
|
-
type:
|
|
30
|
+
type: _contractspec_lib_schema93.FieldType<string, string>;
|
|
31
31
|
isOptional: true;
|
|
32
32
|
};
|
|
33
|
-
}>,
|
|
33
|
+
}>, _contractspec_lib_schema93.SchemaModel<{
|
|
34
34
|
id: {
|
|
35
|
-
type:
|
|
35
|
+
type: _contractspec_lib_schema93.FieldType<string, string>;
|
|
36
36
|
isOptional: false;
|
|
37
37
|
};
|
|
38
38
|
spaceId: {
|
|
39
|
-
type:
|
|
39
|
+
type: _contractspec_lib_schema93.FieldType<string, string>;
|
|
40
40
|
isOptional: false;
|
|
41
41
|
};
|
|
42
42
|
title: {
|
|
43
|
-
type:
|
|
43
|
+
type: _contractspec_lib_schema93.FieldType<string, string>;
|
|
44
44
|
isOptional: false;
|
|
45
45
|
};
|
|
46
46
|
cadence: {
|
|
47
|
-
type:
|
|
47
|
+
type: _contractspec_lib_schema93.FieldType<string, string>;
|
|
48
48
|
isOptional: false;
|
|
49
49
|
};
|
|
50
50
|
dayOfWeek: {
|
|
51
|
-
type:
|
|
51
|
+
type: _contractspec_lib_schema93.FieldType<string, string>;
|
|
52
52
|
isOptional: true;
|
|
53
53
|
};
|
|
54
54
|
time: {
|
|
55
|
-
type:
|
|
55
|
+
type: _contractspec_lib_schema93.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:
|
|
62
|
+
declare const LogRitualOccurrenceContract: _contractspec_lib_contracts18.OperationSpec<_contractspec_lib_schema93.SchemaModel<{
|
|
63
63
|
ritualId: {
|
|
64
|
-
type:
|
|
64
|
+
type: _contractspec_lib_schema93.FieldType<string, string>;
|
|
65
65
|
isOptional: false;
|
|
66
66
|
};
|
|
67
67
|
scheduledFor: {
|
|
68
|
-
type:
|
|
68
|
+
type: _contractspec_lib_schema93.FieldType<Date, string>;
|
|
69
69
|
isOptional: false;
|
|
70
70
|
};
|
|
71
71
|
status: {
|
|
72
|
-
type:
|
|
72
|
+
type: _contractspec_lib_schema93.FieldType<string, string>;
|
|
73
73
|
isOptional: false;
|
|
74
74
|
};
|
|
75
75
|
summary: {
|
|
76
|
-
type:
|
|
76
|
+
type: _contractspec_lib_schema93.FieldType<string, string>;
|
|
77
77
|
isOptional: true;
|
|
78
78
|
};
|
|
79
|
-
}>,
|
|
79
|
+
}>, _contractspec_lib_schema93.SchemaModel<{
|
|
80
80
|
id: {
|
|
81
|
-
type:
|
|
81
|
+
type: _contractspec_lib_schema93.FieldType<string, string>;
|
|
82
82
|
isOptional: false;
|
|
83
83
|
};
|
|
84
84
|
spaceId: {
|
|
85
|
-
type:
|
|
85
|
+
type: _contractspec_lib_schema93.FieldType<string, string>;
|
|
86
86
|
isOptional: false;
|
|
87
87
|
};
|
|
88
88
|
title: {
|
|
89
|
-
type:
|
|
89
|
+
type: _contractspec_lib_schema93.FieldType<string, string>;
|
|
90
90
|
isOptional: false;
|
|
91
91
|
};
|
|
92
92
|
cadence: {
|
|
93
|
-
type:
|
|
93
|
+
type: _contractspec_lib_schema93.FieldType<string, string>;
|
|
94
94
|
isOptional: false;
|
|
95
95
|
};
|
|
96
96
|
dayOfWeek: {
|
|
97
|
-
type:
|
|
97
|
+
type: _contractspec_lib_schema93.FieldType<string, string>;
|
|
98
98
|
isOptional: true;
|
|
99
99
|
};
|
|
100
100
|
time: {
|
|
101
|
-
type:
|
|
101
|
+
type: _contractspec_lib_schema93.FieldType<string, string>;
|
|
102
102
|
isOptional: true;
|
|
103
103
|
};
|
|
104
104
|
}>, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ritual.operations.d.ts","names":[],"sources":["../../src/ritual/ritual.operations.ts"],"sourcesContent":[],"mappings":";;;;;;;cAYa,sDAAsB,
|
|
1
|
+
{"version":3,"file":"ritual.operations.d.ts","names":[],"sources":["../../src/ritual/ritual.operations.ts"],"sourcesContent":[],"mappings":";;;;;;;cAYa,sDAAsB,yCAAA;EAAtB,OAAA,EAAA;IAsCX,IAAA,EAAA,0BAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;EAtCiC,OAAA,EAAA;;;;;;;;EAAA,IAAA,EAAA;IA2CtB,IAAA,sCAqCX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,IAAA;;;;;;CArCsC,CAAA,wCAAA,CAAA;;UA3CL,0BAAA,CAAA;;;;;;EA2CK,CAAA;;;;;;;;;;;;;;;;;;;;;cAA3B,2DAA2B,yCAAA;;UAqCtC,0BAAA,CAAA;;;;;;;;;;;;;;;;;UArCsC,0BAAA,CAAA"}
|
|
@@ -1,82 +1,82 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_schema119 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:
|
|
7
|
+
declare const RitualModel: _contractspec_lib_schema119.SchemaModel<{
|
|
8
8
|
id: {
|
|
9
|
-
type:
|
|
9
|
+
type: _contractspec_lib_schema119.FieldType<string, string>;
|
|
10
10
|
isOptional: false;
|
|
11
11
|
};
|
|
12
12
|
spaceId: {
|
|
13
|
-
type:
|
|
13
|
+
type: _contractspec_lib_schema119.FieldType<string, string>;
|
|
14
14
|
isOptional: false;
|
|
15
15
|
};
|
|
16
16
|
title: {
|
|
17
|
-
type:
|
|
17
|
+
type: _contractspec_lib_schema119.FieldType<string, string>;
|
|
18
18
|
isOptional: false;
|
|
19
19
|
};
|
|
20
20
|
cadence: {
|
|
21
|
-
type:
|
|
21
|
+
type: _contractspec_lib_schema119.FieldType<string, string>;
|
|
22
22
|
isOptional: false;
|
|
23
23
|
};
|
|
24
24
|
dayOfWeek: {
|
|
25
|
-
type:
|
|
25
|
+
type: _contractspec_lib_schema119.FieldType<string, string>;
|
|
26
26
|
isOptional: true;
|
|
27
27
|
};
|
|
28
28
|
time: {
|
|
29
|
-
type:
|
|
29
|
+
type: _contractspec_lib_schema119.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:
|
|
36
|
+
declare const ScheduleRitualInputModel: _contractspec_lib_schema119.SchemaModel<{
|
|
37
37
|
spaceId: {
|
|
38
|
-
type:
|
|
38
|
+
type: _contractspec_lib_schema119.FieldType<string, string>;
|
|
39
39
|
isOptional: false;
|
|
40
40
|
};
|
|
41
41
|
title: {
|
|
42
|
-
type:
|
|
42
|
+
type: _contractspec_lib_schema119.FieldType<string, string>;
|
|
43
43
|
isOptional: false;
|
|
44
44
|
};
|
|
45
45
|
cadence: {
|
|
46
|
-
type:
|
|
46
|
+
type: _contractspec_lib_schema119.FieldType<string, string>;
|
|
47
47
|
isOptional: false;
|
|
48
48
|
};
|
|
49
49
|
dayOfWeek: {
|
|
50
|
-
type:
|
|
50
|
+
type: _contractspec_lib_schema119.FieldType<string, string>;
|
|
51
51
|
isOptional: true;
|
|
52
52
|
};
|
|
53
53
|
time: {
|
|
54
|
-
type:
|
|
54
|
+
type: _contractspec_lib_schema119.FieldType<string, string>;
|
|
55
55
|
isOptional: true;
|
|
56
56
|
};
|
|
57
57
|
facilitatorId: {
|
|
58
|
-
type:
|
|
58
|
+
type: _contractspec_lib_schema119.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:
|
|
65
|
+
declare const LogRitualOccurrenceInputModel: _contractspec_lib_schema119.SchemaModel<{
|
|
66
66
|
ritualId: {
|
|
67
|
-
type:
|
|
67
|
+
type: _contractspec_lib_schema119.FieldType<string, string>;
|
|
68
68
|
isOptional: false;
|
|
69
69
|
};
|
|
70
70
|
scheduledFor: {
|
|
71
|
-
type:
|
|
71
|
+
type: _contractspec_lib_schema119.FieldType<Date, string>;
|
|
72
72
|
isOptional: false;
|
|
73
73
|
};
|
|
74
74
|
status: {
|
|
75
|
-
type:
|
|
75
|
+
type: _contractspec_lib_schema119.FieldType<string, string>;
|
|
76
76
|
isOptional: false;
|
|
77
77
|
};
|
|
78
78
|
summary: {
|
|
79
|
-
type:
|
|
79
|
+
type: _contractspec_lib_schema119.FieldType<string, string>;
|
|
80
80
|
isOptional: true;
|
|
81
81
|
};
|
|
82
82
|
}>;
|
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_schema138 from "@contractspec/lib.schema";
|
|
2
|
+
import * as _contractspec_lib_contracts20 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:
|
|
8
|
+
declare const CreateSpaceContract: _contractspec_lib_contracts20.OperationSpec<_contractspec_lib_schema138.SchemaModel<{
|
|
9
9
|
name: {
|
|
10
|
-
type:
|
|
10
|
+
type: _contractspec_lib_schema138.FieldType<string, string>;
|
|
11
11
|
isOptional: false;
|
|
12
12
|
};
|
|
13
13
|
description: {
|
|
14
|
-
type:
|
|
14
|
+
type: _contractspec_lib_schema138.FieldType<string, string>;
|
|
15
15
|
isOptional: true;
|
|
16
16
|
};
|
|
17
17
|
orgId: {
|
|
18
|
-
type:
|
|
18
|
+
type: _contractspec_lib_schema138.FieldType<string, string>;
|
|
19
19
|
isOptional: false;
|
|
20
20
|
};
|
|
21
21
|
ownerId: {
|
|
22
|
-
type:
|
|
22
|
+
type: _contractspec_lib_schema138.FieldType<string, string>;
|
|
23
23
|
isOptional: false;
|
|
24
24
|
};
|
|
25
|
-
}>,
|
|
25
|
+
}>, _contractspec_lib_schema138.SchemaModel<{
|
|
26
26
|
id: {
|
|
27
|
-
type:
|
|
27
|
+
type: _contractspec_lib_schema138.FieldType<string, string>;
|
|
28
28
|
isOptional: false;
|
|
29
29
|
};
|
|
30
30
|
name: {
|
|
31
|
-
type:
|
|
31
|
+
type: _contractspec_lib_schema138.FieldType<string, string>;
|
|
32
32
|
isOptional: false;
|
|
33
33
|
};
|
|
34
34
|
description: {
|
|
35
|
-
type:
|
|
35
|
+
type: _contractspec_lib_schema138.FieldType<string, string>;
|
|
36
36
|
isOptional: true;
|
|
37
37
|
};
|
|
38
38
|
orgId: {
|
|
39
|
-
type:
|
|
39
|
+
type: _contractspec_lib_schema138.FieldType<string, string>;
|
|
40
40
|
isOptional: false;
|
|
41
41
|
};
|
|
42
42
|
ownerId: {
|
|
43
|
-
type:
|
|
43
|
+
type: _contractspec_lib_schema138.FieldType<string, string>;
|
|
44
44
|
isOptional: false;
|
|
45
45
|
};
|
|
46
46
|
}>, undefined>;
|
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_schema149 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:
|
|
7
|
+
declare const SpaceModel: _contractspec_lib_schema149.SchemaModel<{
|
|
8
8
|
id: {
|
|
9
|
-
type:
|
|
9
|
+
type: _contractspec_lib_schema149.FieldType<string, string>;
|
|
10
10
|
isOptional: false;
|
|
11
11
|
};
|
|
12
12
|
name: {
|
|
13
|
-
type:
|
|
13
|
+
type: _contractspec_lib_schema149.FieldType<string, string>;
|
|
14
14
|
isOptional: false;
|
|
15
15
|
};
|
|
16
16
|
description: {
|
|
17
|
-
type:
|
|
17
|
+
type: _contractspec_lib_schema149.FieldType<string, string>;
|
|
18
18
|
isOptional: true;
|
|
19
19
|
};
|
|
20
20
|
orgId: {
|
|
21
|
-
type:
|
|
21
|
+
type: _contractspec_lib_schema149.FieldType<string, string>;
|
|
22
22
|
isOptional: false;
|
|
23
23
|
};
|
|
24
24
|
ownerId: {
|
|
25
|
-
type:
|
|
25
|
+
type: _contractspec_lib_schema149.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:
|
|
32
|
+
declare const CreateSpaceInputModel: _contractspec_lib_schema149.SchemaModel<{
|
|
33
33
|
name: {
|
|
34
|
-
type:
|
|
34
|
+
type: _contractspec_lib_schema149.FieldType<string, string>;
|
|
35
35
|
isOptional: false;
|
|
36
36
|
};
|
|
37
37
|
description: {
|
|
38
|
-
type:
|
|
38
|
+
type: _contractspec_lib_schema149.FieldType<string, string>;
|
|
39
39
|
isOptional: true;
|
|
40
40
|
};
|
|
41
41
|
orgId: {
|
|
42
|
-
type:
|
|
42
|
+
type: _contractspec_lib_schema149.FieldType<string, string>;
|
|
43
43
|
isOptional: false;
|
|
44
44
|
};
|
|
45
45
|
ownerId: {
|
|
46
|
-
type:
|
|
46
|
+
type: _contractspec_lib_schema149.FieldType<string, string>;
|
|
47
47
|
isOptional: false;
|
|
48
48
|
};
|
|
49
49
|
}>;
|
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_schema160 from "@contractspec/lib.schema";
|
|
2
|
+
import * as _contractspec_lib_contracts21 from "@contractspec/lib.contracts";
|
|
3
3
|
|
|
4
4
|
//#region src/task/task.operations.d.ts
|
|
5
|
-
declare const ListTasksInputModel:
|
|
5
|
+
declare const ListTasksInputModel: _contractspec_lib_schema160.SchemaModel<{
|
|
6
6
|
spaceId: {
|
|
7
|
-
type:
|
|
7
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
8
8
|
isOptional: true;
|
|
9
9
|
};
|
|
10
10
|
status: {
|
|
11
|
-
type:
|
|
11
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
12
12
|
isOptional: true;
|
|
13
13
|
};
|
|
14
14
|
assigneeId: {
|
|
15
|
-
type:
|
|
15
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
16
16
|
isOptional: true;
|
|
17
17
|
};
|
|
18
18
|
limit: {
|
|
19
|
-
type:
|
|
19
|
+
type: _contractspec_lib_schema160.FieldType<number, number>;
|
|
20
20
|
isOptional: true;
|
|
21
21
|
};
|
|
22
22
|
offset: {
|
|
23
|
-
type:
|
|
23
|
+
type: _contractspec_lib_schema160.FieldType<number, number>;
|
|
24
24
|
isOptional: true;
|
|
25
25
|
};
|
|
26
26
|
}>;
|
|
27
|
-
declare const ListTasksOutputModel:
|
|
27
|
+
declare const ListTasksOutputModel: _contractspec_lib_schema160.SchemaModel<{
|
|
28
28
|
tasks: {
|
|
29
|
-
type:
|
|
29
|
+
type: _contractspec_lib_schema160.SchemaModel<{
|
|
30
30
|
id: {
|
|
31
|
-
type:
|
|
31
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
32
32
|
isOptional: false;
|
|
33
33
|
};
|
|
34
34
|
spaceId: {
|
|
35
|
-
type:
|
|
35
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
36
36
|
isOptional: false;
|
|
37
37
|
};
|
|
38
38
|
title: {
|
|
39
|
-
type:
|
|
39
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
40
40
|
isOptional: false;
|
|
41
41
|
};
|
|
42
42
|
status: {
|
|
43
|
-
type:
|
|
43
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
44
44
|
isOptional: false;
|
|
45
45
|
};
|
|
46
46
|
priority: {
|
|
47
|
-
type:
|
|
47
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
48
48
|
isOptional: false;
|
|
49
49
|
};
|
|
50
50
|
assigneeId: {
|
|
51
|
-
type:
|
|
51
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
52
52
|
isOptional: true;
|
|
53
53
|
};
|
|
54
54
|
dueDate: {
|
|
55
|
-
type:
|
|
55
|
+
type: _contractspec_lib_schema160.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:
|
|
63
|
+
type: _contractspec_lib_schema160.FieldType<number, number>;
|
|
64
64
|
isOptional: false;
|
|
65
65
|
};
|
|
66
66
|
}>;
|
|
67
|
-
declare const ListTasksOperation:
|
|
67
|
+
declare const ListTasksOperation: _contractspec_lib_contracts21.OperationSpec<_contractspec_lib_schema160.SchemaModel<{
|
|
68
68
|
spaceId: {
|
|
69
|
-
type:
|
|
69
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
70
70
|
isOptional: true;
|
|
71
71
|
};
|
|
72
72
|
status: {
|
|
73
|
-
type:
|
|
73
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
74
74
|
isOptional: true;
|
|
75
75
|
};
|
|
76
76
|
assigneeId: {
|
|
77
|
-
type:
|
|
77
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
78
78
|
isOptional: true;
|
|
79
79
|
};
|
|
80
80
|
limit: {
|
|
81
|
-
type:
|
|
81
|
+
type: _contractspec_lib_schema160.FieldType<number, number>;
|
|
82
82
|
isOptional: true;
|
|
83
83
|
};
|
|
84
84
|
offset: {
|
|
85
|
-
type:
|
|
85
|
+
type: _contractspec_lib_schema160.FieldType<number, number>;
|
|
86
86
|
isOptional: true;
|
|
87
87
|
};
|
|
88
|
-
}>,
|
|
88
|
+
}>, _contractspec_lib_schema160.SchemaModel<{
|
|
89
89
|
tasks: {
|
|
90
|
-
type:
|
|
90
|
+
type: _contractspec_lib_schema160.SchemaModel<{
|
|
91
91
|
id: {
|
|
92
|
-
type:
|
|
92
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
93
93
|
isOptional: false;
|
|
94
94
|
};
|
|
95
95
|
spaceId: {
|
|
96
|
-
type:
|
|
96
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
97
97
|
isOptional: false;
|
|
98
98
|
};
|
|
99
99
|
title: {
|
|
100
|
-
type:
|
|
100
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
101
101
|
isOptional: false;
|
|
102
102
|
};
|
|
103
103
|
status: {
|
|
104
|
-
type:
|
|
104
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
105
105
|
isOptional: false;
|
|
106
106
|
};
|
|
107
107
|
priority: {
|
|
108
|
-
type:
|
|
108
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
109
109
|
isOptional: false;
|
|
110
110
|
};
|
|
111
111
|
assigneeId: {
|
|
112
|
-
type:
|
|
112
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
113
113
|
isOptional: true;
|
|
114
114
|
};
|
|
115
115
|
dueDate: {
|
|
116
|
-
type:
|
|
116
|
+
type: _contractspec_lib_schema160.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:
|
|
124
|
+
type: _contractspec_lib_schema160.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:
|
|
131
|
+
declare const CreateTaskContract: _contractspec_lib_contracts21.OperationSpec<_contractspec_lib_schema160.SchemaModel<{
|
|
132
132
|
spaceId: {
|
|
133
|
-
type:
|
|
133
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
134
134
|
isOptional: false;
|
|
135
135
|
};
|
|
136
136
|
title: {
|
|
137
|
-
type:
|
|
137
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
138
138
|
isOptional: false;
|
|
139
139
|
};
|
|
140
140
|
description: {
|
|
141
|
-
type:
|
|
141
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
142
142
|
isOptional: true;
|
|
143
143
|
};
|
|
144
144
|
priority: {
|
|
145
|
-
type:
|
|
145
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
146
146
|
isOptional: true;
|
|
147
147
|
};
|
|
148
148
|
assigneeId: {
|
|
149
|
-
type:
|
|
149
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
150
150
|
isOptional: true;
|
|
151
151
|
};
|
|
152
152
|
dueDate: {
|
|
153
|
-
type:
|
|
153
|
+
type: _contractspec_lib_schema160.FieldType<Date, string>;
|
|
154
154
|
isOptional: true;
|
|
155
155
|
};
|
|
156
|
-
}>,
|
|
156
|
+
}>, _contractspec_lib_schema160.SchemaModel<{
|
|
157
157
|
id: {
|
|
158
|
-
type:
|
|
158
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
159
159
|
isOptional: false;
|
|
160
160
|
};
|
|
161
161
|
spaceId: {
|
|
162
|
-
type:
|
|
162
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
163
163
|
isOptional: false;
|
|
164
164
|
};
|
|
165
165
|
title: {
|
|
166
|
-
type:
|
|
166
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
167
167
|
isOptional: false;
|
|
168
168
|
};
|
|
169
169
|
status: {
|
|
170
|
-
type:
|
|
170
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
171
171
|
isOptional: false;
|
|
172
172
|
};
|
|
173
173
|
priority: {
|
|
174
|
-
type:
|
|
174
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
175
175
|
isOptional: false;
|
|
176
176
|
};
|
|
177
177
|
assigneeId: {
|
|
178
|
-
type:
|
|
178
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
179
179
|
isOptional: true;
|
|
180
180
|
};
|
|
181
181
|
dueDate: {
|
|
182
|
-
type:
|
|
182
|
+
type: _contractspec_lib_schema160.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:
|
|
189
|
+
declare const UpdateTaskStatusContract: _contractspec_lib_contracts21.OperationSpec<_contractspec_lib_schema160.SchemaModel<{
|
|
190
190
|
taskId: {
|
|
191
|
-
type:
|
|
191
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
192
192
|
isOptional: false;
|
|
193
193
|
};
|
|
194
194
|
status: {
|
|
195
|
-
type:
|
|
195
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
196
196
|
isOptional: false;
|
|
197
197
|
};
|
|
198
|
-
}>,
|
|
198
|
+
}>, _contractspec_lib_schema160.SchemaModel<{
|
|
199
199
|
id: {
|
|
200
|
-
type:
|
|
200
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
201
201
|
isOptional: false;
|
|
202
202
|
};
|
|
203
203
|
spaceId: {
|
|
204
|
-
type:
|
|
204
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
205
205
|
isOptional: false;
|
|
206
206
|
};
|
|
207
207
|
title: {
|
|
208
|
-
type:
|
|
208
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
209
209
|
isOptional: false;
|
|
210
210
|
};
|
|
211
211
|
status: {
|
|
212
|
-
type:
|
|
212
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
213
213
|
isOptional: false;
|
|
214
214
|
};
|
|
215
215
|
priority: {
|
|
216
|
-
type:
|
|
216
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
217
217
|
isOptional: false;
|
|
218
218
|
};
|
|
219
219
|
assigneeId: {
|
|
220
|
-
type:
|
|
220
|
+
type: _contractspec_lib_schema160.FieldType<string, string>;
|
|
221
221
|
isOptional: true;
|
|
222
222
|
};
|
|
223
223
|
dueDate: {
|
|
224
|
-
type:
|
|
224
|
+
type: _contractspec_lib_schema160.FieldType<Date, string>;
|
|
225
225
|
isOptional: true;
|
|
226
226
|
};
|
|
227
227
|
}>, undefined>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts25 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/team-hub.capability.d.ts
|
|
4
|
-
declare const TasksCapability:
|
|
5
|
-
declare const RitualsCapability:
|
|
6
|
-
declare const AnnouncementsCapability:
|
|
4
|
+
declare const TasksCapability: _contractspec_lib_contracts25.CapabilitySpec;
|
|
5
|
+
declare const RitualsCapability: _contractspec_lib_contracts25.CapabilitySpec;
|
|
6
|
+
declare const AnnouncementsCapability: _contractspec_lib_contracts25.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
|
|
1
|
+
import * as _contractspec_lib_contracts24 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/team-hub.feature.d.ts
|
|
4
|
-
declare const TeamHubFeature:
|
|
4
|
+
declare const TeamHubFeature: _contractspec_lib_contracts24.FeatureModuleSpec;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { TeamHubFeature };
|
|
7
7
|
//# sourceMappingURL=team-hub.feature.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.team-hub",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.51.0",
|
|
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.
|
|
21
|
-
"@contractspec/lib.contracts": "1.
|
|
20
|
+
"@contractspec/lib.schema": "1.51.0",
|
|
21
|
+
"@contractspec/lib.contracts": "1.51.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@contractspec/tool.typescript": "1.
|
|
25
|
-
"@contractspec/tool.tsdown": "1.
|
|
24
|
+
"@contractspec/tool.typescript": "1.51.0",
|
|
25
|
+
"@contractspec/tool.tsdown": "1.51.0",
|
|
26
26
|
"typescript": "^5.9.3"
|
|
27
27
|
},
|
|
28
28
|
"exports": {
|