Commit 93c834f
authored
feat(specs): add optional feedID to composition result set (#5991)
## 🧭 What and Why
I was reading through the multifeed design document for documentation updates and realized I missed adding `feedID` to the result set when updating the clients. 🙈
### Changes included:
- Add `feedID` to the `searchResultsItem` schema (currently only present when using the `multifeed` behavior)
## 🧪 Test
- `yarn cli generate javascript` generates a spec with `feedID` on `resultsCompositionsResponse`, which is used in `searchResultsItem`1 parent 6c6c701 commit 93c834f
File tree
1 file changed
+11
-3
lines changed- specs/composition/common/schemas/responses/runResponseComponents
1 file changed
+11
-3
lines changedLines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
90 | | - | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| 109 | + | |
| 110 | + | |
108 | 111 | | |
109 | 112 | | |
110 | | - | |
| 113 | + | |
111 | 114 | | |
112 | 115 | | |
113 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
114 | 122 | | |
115 | 123 | | |
116 | 124 | | |
| |||
146 | 154 | | |
147 | 155 | | |
148 | 156 | | |
149 | | - | |
| 157 | + | |
0 commit comments