Skip to content

Commit cfa2b69

Browse files
Update api spec (#224)
* YOYO NEW API SPEC! * I have generated the latest API! --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 28d6cee commit cfa2b69

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ require (
2727
github.com/tidwall/match v1.1.1 // indirect
2828
github.com/tidwall/pretty v1.2.1 // indirect
2929
github.com/tidwall/sjson v1.2.5 // indirect
30-
golang.org/x/sys v0.33.0 // indirect
30+
golang.org/x/sys v0.34.0 // indirect
3131
gopkg.in/yaml.v3 v3.0.1 // indirect
3232
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ github.com/ugorji/go/codec v1.2.7/go.mod h1:WGN1fab3R1fzQlVQTkfxVtIBhWDRqOviHU95
7373
github.com/wI2L/jsondiff v0.6.1 h1:ISZb9oNWbP64LHnu4AUhsMF5W0FIj5Ok3Krip9Shqpw=
7474
github.com/wI2L/jsondiff v0.6.1/go.mod h1:KAEIojdQq66oJiHhDyQez2x+sRit0vIzC9KeK0yizxM=
7575
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
76-
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
77-
golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
76+
golang.org/x/sys v0.34.0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA=
77+
golang.org/x/sys v0.34.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
7878
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
7979
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
8080
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=

spec.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24329,9 +24329,8 @@
2432924329
"annual_discount": {
2433024330
"nullable": true,
2433124331
"description": "Annual discount. The percentage off the monthly price if the user pays annually.",
24332-
"type": "integer",
24333-
"format": "uint",
24334-
"minimum": 0
24332+
"type": "number",
24333+
"format": "double"
2433524334
},
2433624335
"description": {
2433724336
"description": "A description of the tier.",
@@ -37608,9 +37607,8 @@
3760837607
"annual_discount": {
3760937608
"nullable": true,
3761037609
"description": "Annual discount. The percentage off the monthly price if the user pays annually.",
37611-
"type": "integer",
37612-
"format": "uint",
37613-
"minimum": 0
37610+
"type": "number",
37611+
"format": "double"
3761437612
},
3761537613
"description": {
3761637614
"description": "A description of the tier.",

types.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)