@26lights/orcha 0.7.11 → 0.7.12

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,4 +1,4 @@
1
- import { type ActivityBase, type Milestone, type UpdateSubtaskFieldPayload, type AddSubtaskPayload, type User, type AddFilesPayload, type RemoveFilePayload, type UpdateActivityInput } from '../types/index';
1
+ import { type ActivityBase, type ActivityFeed, type Milestone, type UpdateSubtaskFieldPayload, type AddSubtaskPayload, type User, type AddFilesPayload, type RemoveFilePayload, type UpdateActivityInput, Activity } from '../types/index';
2
2
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
3
3
  activity: {
4
4
  type: import("vue").PropType<ActivityBase>;
@@ -15,7 +15,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
15
15
  type: import("vue").PropType<string>;
16
16
  };
17
17
  templateActivities: {
18
- type: import("vue").PropType<any[]>;
18
+ type: import("vue").PropType<(Activity | ActivityFeed<import('../types/index').ActivityFeedStatus>)[]>;
19
19
  required: true;
20
20
  };
21
21
  templateMilestones: {
@@ -50,7 +50,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
50
50
  type: import("vue").PropType<string>;
51
51
  };
52
52
  templateActivities: {
53
- type: import("vue").PropType<any[]>;
53
+ type: import("vue").PropType<(Activity | ActivityFeed<import('../types/index').ActivityFeedStatus>)[]>;
54
54
  required: true;
55
55
  };
56
56
  templateMilestones: {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "module",
5
5
  "license": "CC-BY-NC-ND-4.0",
6
6
  "author": "26lights <dev@26lights.com> (https://www.26lights.com)",
7
- "version": "0.7.11",
7
+ "version": "0.7.12",
8
8
  "workspaces": [
9
9
  "packages/*"
10
10
  ],