Commit d3a1a5e
committed
refactor: Drop pointers from remaining ProjectV2View required fields
Per the OpenAPI schema, creator, created_at, updated_at, visible_fields,
sort_by, group_by and vertical_group_by are required on the project view
response, so they should be non-pointer values without omitempty (matching
the convention that only optional fields are pointers). The scalar fields
were already converted; this does the same for the object, timestamp and
slice fields. Filter stays a pointer as it is optional.
Accessors are regenerated accordingly.1 parent 72e176b commit d3a1a5e
3 files changed
Lines changed: 17 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
885 | 885 | | |
886 | 886 | | |
887 | 887 | | |
888 | | - | |
| 888 | + | |
889 | 889 | | |
890 | | - | |
891 | | - | |
892 | | - | |
893 | | - | |
894 | | - | |
895 | | - | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
896 | 896 | | |
897 | 897 | | |
898 | 898 | | |
| |||
0 commit comments