@contractspec/example.team-hub 1.61.0 → 2.0.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 +1 -2
- package/dist/announcement/announcement.operations.js +1 -1
- package/dist/announcement/announcement.schema.d.ts +0 -1
- package/dist/announcement/index.d.ts +0 -1
- package/dist/announcement/index.js +1 -1
- package/dist/browser/announcement/announcement.operations.js +1 -1
- package/dist/browser/announcement/index.js +1 -1
- package/dist/browser/docs/index.js +1 -1
- package/dist/browser/docs/team-hub.docblock.js +1 -1
- package/dist/browser/events.js +1 -1
- package/dist/browser/example.js +1 -1
- package/dist/browser/index.js +6 -6
- package/dist/browser/presentations/index.js +4 -1
- package/dist/browser/presentations/team-hub.presentation.js +4 -1
- package/dist/browser/presentations.js +1 -1
- package/dist/browser/ritual/index.js +1 -1
- package/dist/browser/ritual/ritual.operations.js +1 -1
- package/dist/browser/space/index.js +1 -1
- package/dist/browser/space/space.operations.js +1 -1
- package/dist/browser/task/index.js +1 -1
- package/dist/browser/task/task.operations.js +1 -1
- package/dist/browser/team-hub.capability.js +4 -1
- package/dist/browser/team-hub.feature.js +1 -1
- package/dist/docs/index.d.ts +0 -1
- package/dist/docs/index.js +1 -1
- package/dist/docs/team-hub.docblock.d.ts +0 -1
- package/dist/docs/team-hub.docblock.js +1 -1
- package/dist/entities/index.d.ts +0 -1
- package/dist/events.d.ts +12 -13
- package/dist/events.js +1 -1
- package/dist/example.d.ts +1 -2
- package/dist/example.js +1 -1
- package/dist/handlers/index.d.ts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +6 -6
- package/dist/node/announcement/announcement.operations.js +1 -1
- package/dist/node/announcement/index.js +1 -1
- package/dist/node/docs/index.js +1 -1
- package/dist/node/docs/team-hub.docblock.js +1 -1
- package/dist/node/events.js +1 -1
- package/dist/node/example.js +1 -1
- package/dist/node/index.js +6 -6
- package/dist/node/presentations/index.js +4 -1
- package/dist/node/presentations/team-hub.presentation.js +4 -1
- package/dist/node/presentations.js +1 -1
- package/dist/node/ritual/index.js +1 -1
- package/dist/node/ritual/ritual.operations.js +1 -1
- package/dist/node/space/index.js +1 -1
- package/dist/node/space/space.operations.js +1 -1
- package/dist/node/task/index.js +1 -1
- package/dist/node/task/task.operations.js +1 -1
- package/dist/node/team-hub.capability.js +4 -1
- package/dist/node/team-hub.feature.js +1 -1
- package/dist/presentations/index.d.ts +0 -1
- package/dist/presentations/index.js +4 -1
- package/dist/presentations/team-hub.presentation.d.ts +6 -7
- package/dist/presentations/team-hub.presentation.js +4 -1
- package/dist/presentations.d.ts +1 -2
- package/dist/presentations.js +1 -1
- package/dist/ritual/index.d.ts +0 -1
- package/dist/ritual/index.js +1 -1
- package/dist/ritual/ritual.operations.d.ts +2 -3
- package/dist/ritual/ritual.operations.js +1 -1
- package/dist/ritual/ritual.schema.d.ts +0 -1
- package/dist/space/index.d.ts +0 -1
- package/dist/space/index.js +1 -1
- package/dist/space/space.operations.d.ts +1 -2
- package/dist/space/space.operations.js +1 -1
- package/dist/space/space.schema.d.ts +0 -1
- package/dist/task/index.d.ts +0 -1
- package/dist/task/index.js +1 -1
- package/dist/task/task.operations.d.ts +3 -4
- package/dist/task/task.operations.js +1 -1
- package/dist/task/task.schema.d.ts +0 -1
- package/dist/team-hub.capability.d.ts +3 -4
- package/dist/team-hub.capability.js +4 -1
- package/dist/team-hub.feature.d.ts +1 -2
- package/dist/team-hub.feature.js +1 -1
- package/package.json +5 -5
- package/dist/announcement/announcement.operations.d.ts.map +0 -1
- package/dist/announcement/announcement.schema.d.ts.map +0 -1
- package/dist/announcement/index.d.ts.map +0 -1
- package/dist/docs/index.d.ts.map +0 -1
- package/dist/docs/team-hub.docblock.d.ts.map +0 -1
- package/dist/entities/index.d.ts.map +0 -1
- package/dist/events.d.ts.map +0 -1
- package/dist/example.d.ts.map +0 -1
- package/dist/handlers/index.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/presentations/index.d.ts.map +0 -1
- package/dist/presentations/team-hub.presentation.d.ts.map +0 -1
- package/dist/presentations.d.ts.map +0 -1
- package/dist/ritual/index.d.ts.map +0 -1
- package/dist/ritual/ritual.operations.d.ts.map +0 -1
- package/dist/ritual/ritual.schema.d.ts.map +0 -1
- package/dist/space/index.d.ts.map +0 -1
- package/dist/space/space.operations.d.ts.map +0 -1
- package/dist/space/space.schema.d.ts.map +0 -1
- package/dist/task/index.d.ts.map +0 -1
- package/dist/task/task.operations.d.ts.map +0 -1
- package/dist/task/task.schema.d.ts.map +0 -1
- package/dist/team-hub.capability.d.ts.map +0 -1
- package/dist/team-hub.feature.d.ts.map +0 -1
|
@@ -36,7 +36,7 @@ var LogRitualOccurrenceInputModel = defineSchemaModel({
|
|
|
36
36
|
});
|
|
37
37
|
|
|
38
38
|
// src/ritual/ritual.operations.ts
|
|
39
|
-
import { defineCommand } from "@contractspec/lib.contracts";
|
|
39
|
+
import { defineCommand } from "@contractspec/lib.contracts-spec";
|
|
40
40
|
var OWNERS = ["@examples.team-hub"];
|
|
41
41
|
var ScheduleRitualContract = defineCommand({
|
|
42
42
|
meta: {
|
|
@@ -36,7 +36,7 @@ var LogRitualOccurrenceInputModel = defineSchemaModel({
|
|
|
36
36
|
});
|
|
37
37
|
|
|
38
38
|
// src/ritual/ritual.operations.ts
|
|
39
|
-
import { defineCommand } from "@contractspec/lib.contracts";
|
|
39
|
+
import { defineCommand } from "@contractspec/lib.contracts-spec";
|
|
40
40
|
var OWNERS = ["@examples.team-hub"];
|
|
41
41
|
var ScheduleRitualContract = defineCommand({
|
|
42
42
|
meta: {
|
package/dist/node/space/index.js
CHANGED
|
@@ -23,7 +23,7 @@ var CreateSpaceInputModel = defineSchemaModel({
|
|
|
23
23
|
});
|
|
24
24
|
|
|
25
25
|
// src/space/space.operations.ts
|
|
26
|
-
import { defineCommand } from "@contractspec/lib.contracts";
|
|
26
|
+
import { defineCommand } from "@contractspec/lib.contracts-spec";
|
|
27
27
|
var OWNERS = ["@examples.team-hub"];
|
|
28
28
|
var CreateSpaceContract = defineCommand({
|
|
29
29
|
meta: {
|
|
@@ -23,7 +23,7 @@ var CreateSpaceInputModel = defineSchemaModel({
|
|
|
23
23
|
});
|
|
24
24
|
|
|
25
25
|
// src/space/space.operations.ts
|
|
26
|
-
import { defineCommand } from "@contractspec/lib.contracts";
|
|
26
|
+
import { defineCommand } from "@contractspec/lib.contracts-spec";
|
|
27
27
|
var OWNERS = ["@examples.team-hub"];
|
|
28
28
|
var CreateSpaceContract = defineCommand({
|
|
29
29
|
meta: {
|
package/dist/node/task/index.js
CHANGED
|
@@ -35,7 +35,7 @@ var UpdateTaskStatusInputModel = defineSchemaModel({
|
|
|
35
35
|
});
|
|
36
36
|
|
|
37
37
|
// src/task/task.operations.ts
|
|
38
|
-
import { defineCommand, defineQuery } from "@contractspec/lib.contracts";
|
|
38
|
+
import { defineCommand, defineQuery } from "@contractspec/lib.contracts-spec";
|
|
39
39
|
import { defineSchemaModel as defineSchemaModel2, ScalarTypeEnum as ScalarTypeEnum2 } from "@contractspec/lib.schema";
|
|
40
40
|
var OWNERS = ["@examples.team-hub"];
|
|
41
41
|
var ListTasksInputModel = defineSchemaModel2({
|
|
@@ -35,7 +35,7 @@ var UpdateTaskStatusInputModel = defineSchemaModel({
|
|
|
35
35
|
});
|
|
36
36
|
|
|
37
37
|
// src/task/task.operations.ts
|
|
38
|
-
import { defineCommand, defineQuery } from "@contractspec/lib.contracts";
|
|
38
|
+
import { defineCommand, defineQuery } from "@contractspec/lib.contracts-spec";
|
|
39
39
|
import { defineSchemaModel as defineSchemaModel2, ScalarTypeEnum as ScalarTypeEnum2 } from "@contractspec/lib.schema";
|
|
40
40
|
var OWNERS = ["@examples.team-hub"];
|
|
41
41
|
var ListTasksInputModel = defineSchemaModel2({
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
// src/team-hub.capability.ts
|
|
2
|
-
import {
|
|
2
|
+
import {
|
|
3
|
+
defineCapability,
|
|
4
|
+
StabilityEnum
|
|
5
|
+
} from "@contractspec/lib.contracts-spec";
|
|
3
6
|
var TasksCapability = defineCapability({
|
|
4
7
|
meta: {
|
|
5
8
|
key: "tasks",
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/presentations/team-hub.presentation.ts
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
definePresentation,
|
|
5
|
+
StabilityEnum
|
|
6
|
+
} from "@contractspec/lib.contracts-spec";
|
|
4
7
|
var OWNERS = ["@team-hub"];
|
|
5
8
|
var TeamDashboardPresentation = definePresentation({
|
|
6
9
|
meta: {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
export declare const TeamDashboardPresentation: import("@contractspec/lib.contracts").PresentationSpec;
|
|
2
|
-
export declare const SpaceListPresentation: import("@contractspec/lib.contracts").PresentationSpec;
|
|
3
|
-
export declare const TaskBoardPresentation: import("@contractspec/lib.contracts").PresentationSpec;
|
|
4
|
-
export declare const TaskDetailPresentation: import("@contractspec/lib.contracts").PresentationSpec;
|
|
5
|
-
export declare const RitualCalendarPresentation: import("@contractspec/lib.contracts").PresentationSpec;
|
|
6
|
-
export declare const AnnouncementFeedPresentation: import("@contractspec/lib.contracts").PresentationSpec;
|
|
7
|
-
//# sourceMappingURL=team-hub.presentation.d.ts.map
|
|
1
|
+
export declare const TeamDashboardPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
|
|
2
|
+
export declare const SpaceListPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
|
|
3
|
+
export declare const TaskBoardPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
|
|
4
|
+
export declare const TaskDetailPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
|
|
5
|
+
export declare const RitualCalendarPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
|
|
6
|
+
export declare const AnnouncementFeedPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/presentations/team-hub.presentation.ts
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
definePresentation,
|
|
5
|
+
StabilityEnum
|
|
6
|
+
} from "@contractspec/lib.contracts-spec";
|
|
4
7
|
var OWNERS = ["@team-hub"];
|
|
5
8
|
var TeamDashboardPresentation = definePresentation({
|
|
6
9
|
meta: {
|
package/dist/presentations.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import type { PresentationSpec } from '@contractspec/lib.contracts';
|
|
1
|
+
import type { PresentationSpec } from '@contractspec/lib.contracts-spec';
|
|
2
2
|
export declare const TeamDashboardPresentation: PresentationSpec;
|
|
3
3
|
export declare const SpaceListPresentation: PresentationSpec;
|
|
4
4
|
export declare const TaskBoardPresentation: PresentationSpec;
|
|
5
5
|
export declare const TaskDetailPresentation: PresentationSpec;
|
|
6
6
|
export declare const RitualCalendarPresentation: PresentationSpec;
|
|
7
7
|
export declare const AnnouncementFeedPresentation: PresentationSpec;
|
|
8
|
-
//# sourceMappingURL=presentations.d.ts.map
|
package/dist/presentations.js
CHANGED
package/dist/ritual/index.d.ts
CHANGED
package/dist/ritual/index.js
CHANGED
|
@@ -37,7 +37,7 @@ var LogRitualOccurrenceInputModel = defineSchemaModel({
|
|
|
37
37
|
});
|
|
38
38
|
|
|
39
39
|
// src/ritual/ritual.operations.ts
|
|
40
|
-
import { defineCommand } from "@contractspec/lib.contracts";
|
|
40
|
+
import { defineCommand } from "@contractspec/lib.contracts-spec";
|
|
41
41
|
var OWNERS = ["@examples.team-hub"];
|
|
42
42
|
var ScheduleRitualContract = defineCommand({
|
|
43
43
|
meta: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Schedule a ritual.
|
|
3
3
|
*/
|
|
4
|
-
export declare const ScheduleRitualContract: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
4
|
+
export declare const ScheduleRitualContract: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
5
5
|
spaceId: {
|
|
6
6
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
7
7
|
isOptional: false;
|
|
@@ -55,7 +55,7 @@ export declare const ScheduleRitualContract: import("@contractspec/lib.contracts
|
|
|
55
55
|
/**
|
|
56
56
|
* Log ritual occurrence.
|
|
57
57
|
*/
|
|
58
|
-
export declare const LogRitualOccurrenceContract: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
58
|
+
export declare const LogRitualOccurrenceContract: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
59
59
|
ritualId: {
|
|
60
60
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
61
61
|
isOptional: false;
|
|
@@ -98,4 +98,3 @@ export declare const LogRitualOccurrenceContract: import("@contractspec/lib.cont
|
|
|
98
98
|
isOptional: true;
|
|
99
99
|
};
|
|
100
100
|
}>, undefined>;
|
|
101
|
-
//# sourceMappingURL=ritual.operations.d.ts.map
|
|
@@ -37,7 +37,7 @@ var LogRitualOccurrenceInputModel = defineSchemaModel({
|
|
|
37
37
|
});
|
|
38
38
|
|
|
39
39
|
// src/ritual/ritual.operations.ts
|
|
40
|
-
import { defineCommand } from "@contractspec/lib.contracts";
|
|
40
|
+
import { defineCommand } from "@contractspec/lib.contracts-spec";
|
|
41
41
|
var OWNERS = ["@examples.team-hub"];
|
|
42
42
|
var ScheduleRitualContract = defineCommand({
|
|
43
43
|
meta: {
|
package/dist/space/index.d.ts
CHANGED
package/dist/space/index.js
CHANGED
|
@@ -24,7 +24,7 @@ var CreateSpaceInputModel = defineSchemaModel({
|
|
|
24
24
|
});
|
|
25
25
|
|
|
26
26
|
// src/space/space.operations.ts
|
|
27
|
-
import { defineCommand } from "@contractspec/lib.contracts";
|
|
27
|
+
import { defineCommand } from "@contractspec/lib.contracts-spec";
|
|
28
28
|
var OWNERS = ["@examples.team-hub"];
|
|
29
29
|
var CreateSpaceContract = defineCommand({
|
|
30
30
|
meta: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Create a new team space.
|
|
3
3
|
*/
|
|
4
|
-
export declare const CreateSpaceContract: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
4
|
+
export declare const CreateSpaceContract: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
5
5
|
name: {
|
|
6
6
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
7
7
|
isOptional: false;
|
|
@@ -40,4 +40,3 @@ export declare const CreateSpaceContract: import("@contractspec/lib.contracts").
|
|
|
40
40
|
isOptional: false;
|
|
41
41
|
};
|
|
42
42
|
}>, undefined>;
|
|
43
|
-
//# sourceMappingURL=space.operations.d.ts.map
|
|
@@ -24,7 +24,7 @@ var CreateSpaceInputModel = defineSchemaModel({
|
|
|
24
24
|
});
|
|
25
25
|
|
|
26
26
|
// src/space/space.operations.ts
|
|
27
|
-
import { defineCommand } from "@contractspec/lib.contracts";
|
|
27
|
+
import { defineCommand } from "@contractspec/lib.contracts-spec";
|
|
28
28
|
var OWNERS = ["@examples.team-hub"];
|
|
29
29
|
var CreateSpaceContract = defineCommand({
|
|
30
30
|
meta: {
|
package/dist/task/index.d.ts
CHANGED
|
@@ -3,4 +3,3 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export { TaskModel, CreateTaskInputModel, UpdateTaskStatusInputModel, } from './task.schema';
|
|
5
5
|
export { CreateTaskContract, UpdateTaskStatusContract, ListTasksOperation, ListTasksInputModel, ListTasksOutputModel, } from './task.operations';
|
|
6
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/task/index.js
CHANGED
|
@@ -36,7 +36,7 @@ var UpdateTaskStatusInputModel = defineSchemaModel({
|
|
|
36
36
|
});
|
|
37
37
|
|
|
38
38
|
// src/task/task.operations.ts
|
|
39
|
-
import { defineCommand, defineQuery } from "@contractspec/lib.contracts";
|
|
39
|
+
import { defineCommand, defineQuery } from "@contractspec/lib.contracts-spec";
|
|
40
40
|
import { defineSchemaModel as defineSchemaModel2, ScalarTypeEnum as ScalarTypeEnum2 } from "@contractspec/lib.schema";
|
|
41
41
|
var OWNERS = ["@examples.team-hub"];
|
|
42
42
|
var ListTasksInputModel = defineSchemaModel2({
|
|
@@ -60,7 +60,7 @@ export declare const ListTasksOutputModel: import("@contractspec/lib.schema").Sc
|
|
|
60
60
|
isOptional: false;
|
|
61
61
|
};
|
|
62
62
|
}>;
|
|
63
|
-
export declare const ListTasksOperation: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
63
|
+
export declare const ListTasksOperation: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
64
64
|
spaceId: {
|
|
65
65
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
66
66
|
isOptional: true;
|
|
@@ -124,7 +124,7 @@ export declare const ListTasksOperation: import("@contractspec/lib.contracts").O
|
|
|
124
124
|
/**
|
|
125
125
|
* Create a task.
|
|
126
126
|
*/
|
|
127
|
-
export declare const CreateTaskContract: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
127
|
+
export declare const CreateTaskContract: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
128
128
|
spaceId: {
|
|
129
129
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
130
130
|
isOptional: false;
|
|
@@ -182,7 +182,7 @@ export declare const CreateTaskContract: import("@contractspec/lib.contracts").O
|
|
|
182
182
|
/**
|
|
183
183
|
* Update task status.
|
|
184
184
|
*/
|
|
185
|
-
export declare const UpdateTaskStatusContract: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
185
|
+
export declare const UpdateTaskStatusContract: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
186
186
|
taskId: {
|
|
187
187
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
188
188
|
isOptional: false;
|
|
@@ -221,4 +221,3 @@ export declare const UpdateTaskStatusContract: import("@contractspec/lib.contrac
|
|
|
221
221
|
isOptional: true;
|
|
222
222
|
};
|
|
223
223
|
}>, undefined>;
|
|
224
|
-
//# sourceMappingURL=task.operations.d.ts.map
|
|
@@ -36,7 +36,7 @@ var UpdateTaskStatusInputModel = defineSchemaModel({
|
|
|
36
36
|
});
|
|
37
37
|
|
|
38
38
|
// src/task/task.operations.ts
|
|
39
|
-
import { defineCommand, defineQuery } from "@contractspec/lib.contracts";
|
|
39
|
+
import { defineCommand, defineQuery } from "@contractspec/lib.contracts-spec";
|
|
40
40
|
import { defineSchemaModel as defineSchemaModel2, ScalarTypeEnum as ScalarTypeEnum2 } from "@contractspec/lib.schema";
|
|
41
41
|
var OWNERS = ["@examples.team-hub"];
|
|
42
42
|
var ListTasksInputModel = defineSchemaModel2({
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export declare const TasksCapability: import("@contractspec/lib.contracts").CapabilitySpec;
|
|
2
|
-
export declare const RitualsCapability: import("@contractspec/lib.contracts").CapabilitySpec;
|
|
3
|
-
export declare const AnnouncementsCapability: import("@contractspec/lib.contracts").CapabilitySpec;
|
|
4
|
-
//# sourceMappingURL=team-hub.capability.d.ts.map
|
|
1
|
+
export declare const TasksCapability: import("@contractspec/lib.contracts-spec").CapabilitySpec;
|
|
2
|
+
export declare const RitualsCapability: import("@contractspec/lib.contracts-spec").CapabilitySpec;
|
|
3
|
+
export declare const AnnouncementsCapability: import("@contractspec/lib.contracts-spec").CapabilitySpec;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/team-hub.capability.ts
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
defineCapability,
|
|
5
|
+
StabilityEnum
|
|
6
|
+
} from "@contractspec/lib.contracts-spec";
|
|
4
7
|
var TasksCapability = defineCapability({
|
|
5
8
|
meta: {
|
|
6
9
|
key: "tasks",
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export declare const TeamHubFeature: import("@contractspec/lib.contracts").FeatureModuleSpec;
|
|
2
|
-
//# sourceMappingURL=team-hub.feature.d.ts.map
|
|
1
|
+
export declare const TeamHubFeature: import("@contractspec/lib.contracts-spec").FeatureModuleSpec;
|
package/dist/team-hub.feature.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.team-hub",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Team Hub example with spaces, tasks, rituals, and announcements",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"typecheck": "tsc --noEmit"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@contractspec/lib.schema": "
|
|
23
|
-
"@contractspec/lib.contracts": "
|
|
22
|
+
"@contractspec/lib.schema": "2.0.0",
|
|
23
|
+
"@contractspec/lib.contracts-spec": "2.0.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@contractspec/tool.typescript": "
|
|
26
|
+
"@contractspec/tool.typescript": "2.0.0",
|
|
27
27
|
"typescript": "^5.9.3",
|
|
28
|
-
"@contractspec/tool.bun": "
|
|
28
|
+
"@contractspec/tool.bun": "2.0.0"
|
|
29
29
|
},
|
|
30
30
|
"exports": {
|
|
31
31
|
".": {
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"announcement.operations.d.ts","sourceRoot":"","sources":["../../src/announcement/announcement.operations.ts"],"names":[],"mappings":"AAQA;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqCnC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"announcement.schema.d.ts","sourceRoot":"","sources":["../../src/announcement/announcement.schema.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;EAW5B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;EAWrC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/announcement/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EACL,iBAAiB,EACjB,0BAA0B,GAC3B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,wBAAwB,EAAE,MAAM,2BAA2B,CAAC"}
|
package/dist/docs/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/docs/index.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"team-hub.docblock.d.ts","sourceRoot":"","sources":["../../src/docs/team-hub.docblock.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/entities/index.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AAIzE,eAAO,MAAM,cAAc,kDAKzB,CAAC;AAEH,eAAO,MAAM,gBAAgB,kDAK3B,CAAC;AAEH,eAAO,MAAM,iBAAiB,kDAK5B,CAAC;AAEH,eAAO,MAAM,wBAAwB,kDAKnC,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;EAsBtB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;EAyCrB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;EAmCvB,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;EAkCjC,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;EAgC7B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAM3B,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,wBAUvC,CAAC"}
|
package/dist/events.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../src/events.ts"],"names":[],"mappings":"AAuDA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;GAU5B,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;GAU3B,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;GAUjC,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;GAU/B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;GAU9B,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;GAUlC,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOzB,CAAC"}
|
package/dist/example.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"example.d.ts","sourceRoot":"","sources":["../src/example.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,OAAO,mDAoCX,CAAC;AAEH,eAAe,OAAO,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/handlers/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,wBAAgB,uBAAuB,SAEtC"}
|
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAE/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/presentations/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"team-hub.presentation.d.ts","sourceRoot":"","sources":["../../src/presentations/team-hub.presentation.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,yBAAyB,wDAmBpC,CAAC;AAEH,eAAO,MAAM,qBAAqB,wDAmBhC,CAAC;AAEH,eAAO,MAAM,qBAAqB,wDAmBhC,CAAC;AAEH,eAAO,MAAM,sBAAsB,wDAmBjC,CAAC;AAEH,eAAO,MAAM,0BAA0B,wDAmBrC,CAAC;AAEH,eAAO,MAAM,4BAA4B,wDAmBvC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"presentations.d.ts","sourceRoot":"","sources":["../src/presentations.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAGpE,eAAO,MAAM,yBAAyB,EAAE,gBAsBvC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,gBAsBnC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,gBAsBnC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,gBAsBpC,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,gBAsBxC,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,gBAsB1C,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ritual/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EACL,WAAW,EACX,wBAAwB,EACxB,6BAA6B,GAC9B,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,sBAAsB,EACtB,2BAA2B,GAC5B,MAAM,qBAAqB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ritual.operations.d.ts","sourceRoot":"","sources":["../../src/ritual/ritual.operations.ts"],"names":[],"mappings":"AASA;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAsCjC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqCtC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ritual.schema.d.ts","sourceRoot":"","sources":["../../src/ritual/ritual.schema.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;EAWtB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;EAWnC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;EASxC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/space/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,UAAU,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AACnE,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"space.operations.d.ts","sourceRoot":"","sources":["../../src/space/space.operations.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAiC9B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"space.schema.d.ts","sourceRoot":"","sources":["../../src/space/space.schema.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;EAUrB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;EAShC,CAAC"}
|
package/dist/task/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/task/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EACL,SAAS,EACT,oBAAoB,EACpB,0BAA0B,GAC3B,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,kBAAkB,EAClB,wBAAwB,EACxB,kBAAkB,EAClB,mBAAmB,EACnB,oBAAoB,GACrB,MAAM,mBAAmB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"task.operations.d.ts","sourceRoot":"","sources":["../../src/task/task.operations.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;EAU9B,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAO/B,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAiC7B,CAAC;AAIH;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAiC7B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAiCnC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"task.schema.d.ts","sourceRoot":"","sources":["../../src/task/task.schema.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYpB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;EAW/B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;EAOrC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"team-hub.capability.d.ts","sourceRoot":"","sources":["../src/team-hub.capability.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,sDAU1B,CAAC;AAEH,eAAO,MAAM,iBAAiB,sDAU5B,CAAC;AAEH,eAAO,MAAM,uBAAuB,sDAUlC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"team-hub.feature.d.ts","sourceRoot":"","sources":["../src/team-hub.feature.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,yDAgEzB,CAAC"}
|