Commit 45e6a55
fix(examples): explicitly pass valid_actions for pending_creatives status
MEDIA_BUY_STATE_MACHINE on main lacks the pending_creatives key (it lands with
PR #296). Without explicit valid_actions, media_buy_response() and
update_media_buy_response() return valid_actions=[] for pending_creatives buys,
blocking the storyboard from discovering that sync_creatives is available.
Pass the expected actions list explicitly until #296 merges.
https://claude.ai/code/session_01HAP5upax2a7FrcrmgVwTX21 parent 0e88d90 commit 45e6a55
1 file changed
Lines changed: 14 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
241 | 246 | | |
242 | 247 | | |
243 | 248 | | |
| |||
296 | 301 | | |
297 | 302 | | |
298 | 303 | | |
299 | | - | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
300 | 312 | | |
301 | 313 | | |
302 | 314 | | |
| |||
0 commit comments