Commit a002c71
fix(dataEvents): widen event metadata typing beyond string
Event metadata accepts string, number, date, link, rich link, and monetary
amount values (per public docs and server-side handling in
Events::MetadataFormatter), but the preview OpenAPI schema restricts it to
additionalProperties.type: string, generating metadata as Record<string, string>
in intercom-node's unstable resources. Widen to additionalProperties: true so
generated SDKs type it as Record<string, unknown>.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 194be75 commit a002c71
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
117 | 127 | | |
118 | 128 | | |
119 | 129 | | |
| |||
0 commit comments