Skip to content

Commit 3e8e533

Browse files
authored
fix: Generate CloudQuery Go API Client from spec.json (#107)
This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
1 parent b11aad3 commit 3e8e533

File tree

1 file changed

+20
-57
lines changed

1 file changed

+20
-57
lines changed

spec.json

Lines changed: 20 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
"operationId": "UploadImage",
8383
"parameters": [],
8484
"tags": [
85-
"uploads",
8685
"images"
8786
],
8887
"responses": {
@@ -499,7 +498,6 @@
499498
"delete": {
500499
"description": "Delete plugin by team and plugin name",
501500
"operationId": "DeletePluginByTeamAndPluginName",
502-
"x-internal": true,
503501
"parameters": [
504502
{
505503
"$ref": "#/components/parameters/team_name"
@@ -532,7 +530,6 @@
532530
}
533531
},
534532
"tags": [
535-
"teams",
536533
"plugins"
537534
]
538535
}
@@ -2315,8 +2312,7 @@
23152312
}
23162313
},
23172314
"tags": [
2318-
"teams",
2319-
"users"
2315+
"teams"
23202316
]
23212317
},
23222318
"post": {
@@ -2582,9 +2578,7 @@
25822578
}
25832579
},
25842580
"tags": [
2585-
"teams",
2586-
"plugins",
2587-
"addons"
2581+
"teams"
25882582
]
25892583
}
25902584
},
@@ -2698,8 +2692,7 @@
26982692
}
26992693
},
27002694
"tags": [
2701-
"teams",
2702-
"plugins"
2695+
"teams"
27032696
]
27042697
}
27052698
},
@@ -2812,7 +2805,6 @@
28122805
}
28132806
},
28142807
"tags": [
2815-
"teams",
28162808
"addons"
28172809
]
28182810
}
@@ -3031,8 +3023,7 @@
30313023
}
30323024
},
30333025
"tags": [
3034-
"teams",
3035-
"users"
3026+
"teams"
30363027
]
30373028
}
30383029
},
@@ -3069,8 +3060,7 @@
30693060
}
30703061
},
30713062
"tags": [
3072-
"teams",
3073-
"users"
3063+
"teams"
30743064
]
30753065
}
30763066
},
@@ -3128,9 +3118,7 @@
31283118
}
31293119
},
31303120
"tags": [
3131-
"teams",
3132-
"plugins",
3133-
"limits"
3121+
"teams"
31343122
]
31353123
},
31363124
"post": {
@@ -3178,9 +3166,7 @@
31783166
}
31793167
},
31803168
"tags": [
3181-
"teams",
3182-
"plugins",
3183-
"limits"
3169+
"teams"
31843170
]
31853171
}
31863172
},
@@ -3227,9 +3213,7 @@
32273213
}
32283214
},
32293215
"tags": [
3230-
"teams",
3231-
"plugins",
3232-
"limits"
3216+
"teams"
32333217
]
32343218
},
32353219
"put": {
@@ -3286,9 +3270,7 @@
32863270
}
32873271
},
32883272
"tags": [
3289-
"teams",
3290-
"plugins",
3291-
"limits"
3273+
"teams"
32923274
]
32933275
},
32943276
"delete": {
@@ -3326,9 +3308,7 @@
33263308
}
33273309
},
33283310
"tags": [
3329-
"teams",
3330-
"plugins",
3331-
"limits"
3311+
"teams"
33323312
]
33333313
}
33343314
},
@@ -3444,9 +3424,7 @@
34443424
}
34453425
},
34463426
"tags": [
3447-
"teams",
3448-
"plugins",
3449-
"usage"
3427+
"teams"
34503428
]
34513429
},
34523430
"post": {
@@ -3490,9 +3468,7 @@
34903468
}
34913469
},
34923470
"tags": [
3493-
"teams",
3494-
"plugins",
3495-
"usage"
3471+
"teams"
34963472
]
34973473
}
34983474
},
@@ -3539,9 +3515,7 @@
35393515
}
35403516
},
35413517
"tags": [
3542-
"teams",
3543-
"plugins",
3544-
"usage"
3518+
"teams"
35453519
]
35463520
}
35473521
},
@@ -3612,9 +3586,7 @@
36123586
}
36133587
},
36143588
"tags": [
3615-
"teams",
3616-
"plugins",
3617-
"usage"
3589+
"plugins"
36183590
]
36193591
}
36203592
},
@@ -3685,9 +3657,7 @@
36853657
}
36863658
},
36873659
"tags": [
3688-
"teams",
3689-
"addons",
3690-
"usage"
3660+
"addons"
36913661
]
36923662
}
36933663
},
@@ -3696,8 +3666,7 @@
36963666
"operationId": "ListTeamInvitations",
36973667
"description": "List of open invitations to the team",
36983668
"tags": [
3699-
"teams",
3700-
"users"
3669+
"teams"
37013670
],
37023671
"parameters": [
37033672
{
@@ -3747,8 +3716,7 @@
37473716
"operationId": "EmailTeamInvitation",
37483717
"description": "Invite a user to join a team with their email address",
37493718
"tags": [
3750-
"teams",
3751-
"users"
3719+
"teams"
37523720
],
37533721
"parameters": [
37543722
{
@@ -3812,8 +3780,7 @@
38123780
"operationId": "AcceptTeamInvitation",
38133781
"description": "Accept an invitation to the team, creating a user membership",
38143782
"tags": [
3815-
"teams",
3816-
"users"
3783+
"teams"
38173784
],
38183785
"parameters": [
38193786
{
@@ -3874,8 +3841,7 @@
38743841
"operationId": "CancelTeamInvitation",
38753842
"description": "Cancel an invitation to the team, preventing the user becoming a team member",
38763843
"tags": [
3877-
"teams",
3878-
"users"
3844+
"teams"
38793845
],
38803846
"parameters": [
38813847
{
@@ -4115,8 +4081,7 @@
41154081
}
41164082
},
41174083
"tags": [
4118-
"teams",
4119-
"users"
4084+
"teams"
41204085
]
41214086
}
41224087
},
@@ -4209,7 +4174,6 @@
42094174
"operationId": "ListCurrentUserInvitations",
42104175
"description": "List of the current user's unaccepted invitations",
42114176
"tags": [
4212-
"teams",
42134177
"users"
42144178
],
42154179
"parameters": [
@@ -4309,7 +4273,6 @@
43094273
}
43104274
},
43114275
"tags": [
4312-
"teams",
43134276
"users"
43144277
]
43154278
}

0 commit comments

Comments
 (0)