@26lights/orcha 0.2.8 → 0.2.9

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.
@@ -147,10 +147,12 @@ export interface AddItemPayload {
147
147
  export interface AddPhasePayload {
148
148
  name: string;
149
149
  rank: string;
150
+ templateId: string;
150
151
  }
151
152
  export interface AddMilestonePayload {
152
153
  name: string;
153
154
  rank: string;
155
+ phaseId: string;
154
156
  }
155
157
  export interface UpdateMilestonePayload {
156
158
  id: Id;
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.2.8",
7
+ "version": "0.2.9",
8
8
  "workspaces": [
9
9
  "packages/*"
10
10
  ],