Skip to content

Commit a3e8c17

Browse files
committed
litrpc: run make rpc
1 parent d1e7695 commit a3e8c17

12 files changed

+24
-7
lines changed

litrpc/firewall.pb.gw.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

litrpc/firewall.swagger.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@
211211
"actions": {
212212
"type": "array",
213213
"items": {
214+
"type": "object",
214215
"$ref": "#/definitions/litrpcAction"
215216
},
216217
"description": "A list of actions performed by the autopilot server."
@@ -281,6 +282,7 @@
281282
"details": {
282283
"type": "array",
283284
"items": {
285+
"type": "object",
284286
"$ref": "#/definitions/protobufAny"
285287
}
286288
}

litrpc/lit-accounts.pb.gw.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.

litrpc/lit-accounts.swagger.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,15 @@
196196
"invoices": {
197197
"type": "array",
198198
"items": {
199+
"type": "object",
199200
"$ref": "#/definitions/litrpcAccountInvoice"
200201
},
201202
"description": "The list of invoices created by the account. An invoice created by an\naccount will credit the account balance if it is settled."
202203
},
203204
"payments": {
204205
"type": "array",
205206
"items": {
207+
"type": "object",
206208
"$ref": "#/definitions/litrpcAccountPayment"
207209
},
208210
"description": "The list of payments made by the account. A payment made by an account will\ndebit the account balance if it is settled."
@@ -281,6 +283,7 @@
281283
"accounts": {
282284
"type": "array",
283285
"items": {
286+
"type": "object",
284287
"$ref": "#/definitions/litrpcAccount"
285288
},
286289
"description": "All accounts in the account database."
@@ -312,6 +315,7 @@
312315
"details": {
313316
"type": "array",
314317
"items": {
318+
"type": "object",
315319
"$ref": "#/definitions/protobufAny"
316320
}
317321
}

litrpc/lit-autopilot.pb.gw.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

litrpc/lit-autopilot.swagger.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@
295295
"permissions_list": {
296296
"type": "array",
297297
"items": {
298+
"type": "object",
298299
"$ref": "#/definitions/litrpcPermissions"
299300
},
300301
"description": "A list of URI permissions required by the feature."
@@ -361,6 +362,7 @@
361362
"sessions": {
362363
"type": "array",
363364
"items": {
365+
"type": "object",
364366
"$ref": "#/definitions/litrpcSession"
365367
},
366368
"description": "A list of the Autopilot sessions."
@@ -386,6 +388,7 @@
386388
"permissions": {
387389
"type": "array",
388390
"items": {
391+
"type": "object",
389392
"$ref": "#/definitions/litrpcMacaroonPermission"
390393
},
391394
"description": "A list of permissions that should be included in the macaroon."
@@ -451,6 +454,7 @@
451454
"operations": {
452455
"type": "array",
453456
"items": {
457+
"type": "object",
454458
"$ref": "#/definitions/litrpcMacaroonPermission"
455459
},
456460
"description": "A list of the permissions required for this method."
@@ -696,6 +700,7 @@
696700
"details": {
697701
"type": "array",
698702
"items": {
703+
"type": "object",
699704
"$ref": "#/definitions/protobufAny"
700705
}
701706
}

litrpc/lit-sessions.pb.gw.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

litrpc/lit-sessions.swagger.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
"macaroon_custom_permissions": {
133133
"type": "array",
134134
"items": {
135+
"type": "object",
135136
"$ref": "#/definitions/litrpcMacaroonPermission"
136137
},
137138
"description": "Any custom permissions to add the session's macaroon."
@@ -258,6 +259,7 @@
258259
"sessions": {
259260
"type": "array",
260261
"items": {
262+
"type": "object",
261263
"$ref": "#/definitions/litrpcSession"
262264
},
263265
"description": "A list of sessions."
@@ -283,6 +285,7 @@
283285
"permissions": {
284286
"type": "array",
285287
"items": {
288+
"type": "object",
286289
"$ref": "#/definitions/litrpcMacaroonPermission"
287290
},
288291
"description": "A list of permissions that should be included in the macaroon."
@@ -556,6 +559,7 @@
556559
"details": {
557560
"type": "array",
558561
"items": {
562+
"type": "object",
559563
"$ref": "#/definitions/protobufAny"
560564
}
561565
}

litrpc/lit-status.pb.gw.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

litrpc/lit-status.swagger.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"details": {
9696
"type": "array",
9797
"items": {
98+
"type": "object",
9899
"$ref": "#/definitions/protobufAny"
99100
}
100101
}

0 commit comments

Comments
 (0)