Skip to content

Commit 1c5984d

Browse files
committed
chore: typescript to accept null golang maps
Golang can encode maps as `null`. The `Record` type is therefore not sufficient to fully describe the data.
1 parent 2e5cd29 commit 1c5984d

File tree

3 files changed

+38
-38
lines changed

3 files changed

+38
-38
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ require (
9797
github.com/chromedp/chromedp v0.13.3
9898
github.com/cli/safeexec v1.0.1
9999
github.com/coder/flog v1.1.0
100-
github.com/coder/guts v1.1.0
100+
github.com/coder/guts v1.2.0
101101
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0
102102
github.com/coder/quartz v0.1.2
103103
github.com/coder/retry v1.5.1

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -901,8 +901,8 @@ github.com/coder/go-httpstat v0.0.0-20230801153223-321c88088322 h1:m0lPZjlQ7vdVp
901901
github.com/coder/go-httpstat v0.0.0-20230801153223-321c88088322/go.mod h1:rOLFDDVKVFiDqZFXoteXc97YXx7kFi9kYqR+2ETPkLQ=
902902
github.com/coder/go-scim/pkg/v2 v2.0.0-20230221055123-1d63c1222136 h1:0RgB61LcNs24WOxc3PBvygSNTQurm0PYPujJjLLOzs0=
903903
github.com/coder/go-scim/pkg/v2 v2.0.0-20230221055123-1d63c1222136/go.mod h1:VkD1P761nykiq75dz+4iFqIQIZka189tx1BQLOp0Skc=
904-
github.com/coder/guts v1.1.0 h1:EACEds9o4nwFjynDWsw1mvls0Xg91e74vBrqwz8BcGY=
905-
github.com/coder/guts v1.1.0/go.mod h1:31NO4z6MVTOD4WaCLqE/hUAHGgNok9sRbuMc/LZFopI=
904+
github.com/coder/guts v1.2.0 h1:7bAJW2Hgbsv9DTFWWBnwTrznHc2RWbZVKiRqPTtL438=
905+
github.com/coder/guts v1.2.0/go.mod h1:31NO4z6MVTOD4WaCLqE/hUAHGgNok9sRbuMc/LZFopI=
906906
github.com/coder/pq v1.10.5-0.20240813183442-0c420cb5a048 h1:3jzYUlGH7ZELIH4XggXhnTnP05FCYiAFeQpoN+gNR5I=
907907
github.com/coder/pq v1.10.5-0.20240813183442-0c420cb5a048/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
908908
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 h1:3A0ES21Ke+FxEM8CXx9n47SZOKOpgSE1bbJzlE4qPVs=

site/src/api/typesGenerated.ts

+35-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)