Skip to content

Commit dd3dde5

Browse files
committed
Generate v4.10.1 code.
1 parent 19d8b35 commit dd3dde5

File tree

8 files changed

+447
-395
lines changed

8 files changed

+447
-395
lines changed

api/device.pb.go

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

api/multicast_group.pb.go

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

chirpstack

Submodule chirpstack updated 222 files

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
toolchain go1.21.4
66

77
require (
8-
github.com/chirpstack/chirpstack/api/go/v4 v4.9.0
8+
github.com/chirpstack/chirpstack/api/go/v4 v4.10.1
99
github.com/goreleaser/goreleaser v1.10.2
1010
github.com/goreleaser/nfpm/v2 v2.16.0
1111
github.com/gorilla/handlers v1.5.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ github.com/chirpstack/chirpstack/api/go/v4 v4.8.1 h1:SqbHUYtSMAhIKOb+yYlOrjB0NvE
251251
github.com/chirpstack/chirpstack/api/go/v4 v4.8.1/go.mod h1:NNVeEib9I7GGomK2bPiP5c5UstkoMfxYiJ1Z5wrYCh4=
252252
github.com/chirpstack/chirpstack/api/go/v4 v4.9.0 h1:yxErNDLvXKxs6ZfRYAUiBZHZerBDu281jPVUMWr4X7I=
253253
github.com/chirpstack/chirpstack/api/go/v4 v4.9.0/go.mod h1:NNVeEib9I7GGomK2bPiP5c5UstkoMfxYiJ1Z5wrYCh4=
254+
github.com/chirpstack/chirpstack/api/go/v4 v4.10.1 h1:Xu25+jUthhNuDGLJWVPHBm8ImT71t/iy1WaNqvs7/2Q=
255+
github.com/chirpstack/chirpstack/api/go/v4 v4.10.1/go.mod h1:NNVeEib9I7GGomK2bPiP5c5UstkoMfxYiJ1Z5wrYCh4=
254256
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
255257
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
256258
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=

openapiv2/api/device.swagger.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,11 @@
959959
"isEncrypted": {
960960
"type": "boolean",
961961
"description": "Is encrypted.\nThis must be set to true if the end-application has already encrypted\nthe data payload. In this case, the f_cnt_down field must be set to\nthe corresponding frame-counter which has been used during the encryption."
962+
},
963+
"expiresAt": {
964+
"type": "string",
965+
"format": "date-time",
966+
"description": "Expires at (optional).\nExpired queue-items will be automatically removed from the queue."
962967
}
963968
}
964969
}
@@ -1179,6 +1184,11 @@
11791184
"isEncrypted": {
11801185
"type": "boolean",
11811186
"description": "Is encrypted.\nThis must be set to true if the end-application has already encrypted\nthe data payload. In this case, the f_cnt_down field must be set to\nthe corresponding frame-counter which has been used during the encryption."
1187+
},
1188+
"expiresAt": {
1189+
"type": "string",
1190+
"format": "date-time",
1191+
"description": "Expires at (optional).\nExpired queue-items will be automatically removed from the queue."
11821192
}
11831193
}
11841194
},

openapiv2/api/multicast_group.swagger.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,11 @@
560560
"type": "string",
561561
"format": "byte",
562562
"description": "Payload."
563+
},
564+
"expiresAt": {
565+
"type": "string",
566+
"format": "date-time",
567+
"description": "Expires at (optional).\nExpired queue-items will be automatically removed from the queue."
563568
}
564569
},
565570
"description": "Multicast queue-item to enqueue.",
@@ -770,6 +775,11 @@
770775
"type": "string",
771776
"format": "byte",
772777
"description": "Payload."
778+
},
779+
"expiresAt": {
780+
"type": "string",
781+
"format": "date-time",
782+
"description": "Expires at (optional).\nExpired queue-items will be automatically removed from the queue."
773783
}
774784
}
775785
},

ui/api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)