Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4a38d40

Browse files
committed
Fix: format
1 parent a46e7c8 commit 4a38d40

File tree

3 files changed

+31
-5
lines changed

3 files changed

+31
-5
lines changed

coderd/apidoc/docs.go

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4134,16 +4134,22 @@ const docTemplate = `{
41344134
1000000000,
41354135
60000000000,
41364136
3600000000000,
4137+
-9223372036854775808,
4138+
9223372036854775807,
41374139
1,
41384140
1000,
41394141
1000000,
41404142
1000000000,
41414143
60000000000,
4144+
3600000000000,
4145+
-9223372036854775808,
4146+
9223372036854775807,
41424147
1,
41434148
1000,
41444149
1000000,
41454150
1000000000,
4146-
60000000000
4151+
60000000000,
4152+
3600000000000
41474153
],
41484154
"x-enum-varnames": [
41494155
"minDuration",
@@ -4170,16 +4176,22 @@ const docTemplate = `{
41704176
"Second",
41714177
"Minute",
41724178
"Hour",
4179+
"minDuration",
4180+
"maxDuration",
41734181
"Nanosecond",
41744182
"Microsecond",
41754183
"Millisecond",
41764184
"Second",
41774185
"Minute",
4186+
"Hour",
4187+
"minDuration",
4188+
"maxDuration",
41784189
"Nanosecond",
41794190
"Microsecond",
41804191
"Millisecond",
41814192
"Second",
4182-
"Minute"
4193+
"Minute",
4194+
"Hour"
41834195
]
41844196
}
41854197
},

coderd/apidoc/swagger.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3734,8 +3734,10 @@
37343734
60000000000, 3600000000000, -9223372036854775808, 9223372036854775807,
37353735
1, 1000, 1000000, 1000000000, 60000000000, 3600000000000,
37363736
-9223372036854775808, 9223372036854775807, 1, 1000, 1000000, 1000000000,
3737-
60000000000, 3600000000000, 1, 1000, 1000000, 1000000000, 60000000000,
3738-
1, 1000, 1000000, 1000000000, 60000000000
3737+
60000000000, 3600000000000, -9223372036854775808, 9223372036854775807,
3738+
1, 1000, 1000000, 1000000000, 60000000000, 3600000000000,
3739+
-9223372036854775808, 9223372036854775807, 1, 1000, 1000000, 1000000000,
3740+
60000000000, 3600000000000
37393741
],
37403742
"x-enum-varnames": [
37413743
"minDuration",
@@ -3762,16 +3764,22 @@
37623764
"Second",
37633765
"Minute",
37643766
"Hour",
3767+
"minDuration",
3768+
"maxDuration",
37653769
"Nanosecond",
37663770
"Microsecond",
37673771
"Millisecond",
37683772
"Second",
37693773
"Minute",
3774+
"Hour",
3775+
"minDuration",
3776+
"maxDuration",
37703777
"Nanosecond",
37713778
"Microsecond",
37723779
"Millisecond",
37733780
"Second",
3774-
"Minute"
3781+
"Minute",
3782+
"Hour"
37753783
]
37763784
}
37773785
},

docs/api/schemas.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4418,13 +4418,19 @@ RegionIDs in range 900-999 are reserved for end users to run their own DERP node
44184418
| `*anonymous*` | `1000000000` |
44194419
| `*anonymous*` | `60000000000` |
44204420
| `*anonymous*` | `3600000000000` |
4421+
| `*anonymous*` | `-9223372036854776000` |
4422+
| `*anonymous*` | `9223372036854776000` |
44214423
| `*anonymous*` | `1` |
44224424
| `*anonymous*` | `1000` |
44234425
| `*anonymous*` | `1000000` |
44244426
| `*anonymous*` | `1000000000` |
44254427
| `*anonymous*` | `60000000000` |
4428+
| `*anonymous*` | `3600000000000` |
4429+
| `*anonymous*` | `-9223372036854776000` |
4430+
| `*anonymous*` | `9223372036854776000` |
44264431
| `*anonymous*` | `1` |
44274432
| `*anonymous*` | `1000` |
44284433
| `*anonymous*` | `1000000` |
44294434
| `*anonymous*` | `1000000000` |
44304435
| `*anonymous*` | `60000000000` |
4436+
| `*anonymous*` | `3600000000000` |

0 commit comments

Comments
 (0)