Skip to content

Commit 57b41f3

Browse files
feat(api): update via SDK Studio
1 parent 8e817cc commit 57b41f3

File tree

5 files changed

+4
-50
lines changed

5 files changed

+4
-50
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
configured_endpoints: 7
1+
configured_endpoints: 6
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-v0-76dbc699edc35f7b97378d746e3e72be3e849c60373fdb27054c61f4d1df3490.yml
33
openapi_spec_hash: 1645053eb0d0cb91d4c799680e860293
4-
config_hash: 22e652ea2aa66a0548bce363076baba6
4+
config_hash: 0b2291e1e771c118b76e3388717cb494

completions.fish

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
set -l subcommands openapi.retrieve projects.config.create_branch projects.config.create_commit projects.config.merge builds.retrieve builds.target.retrieve builds.target.artifacts.retrieve_source
1+
set -l subcommands projects.config.create_branch projects.config.create_commit projects.config.merge builds.retrieve builds.target.retrieve builds.target.artifacts.retrieve_source
22
complete -c stainless-v0-cli --no-files \
33
-n "not __fish_seen_subcommand_from $subcommands" \
44
-a "$subcommands"
55

6-
complete -c stainless-v0-cli --no-files \
7-
-n "__fish_seen_subcommand_from openapi.retrieve" \
8-
-a ""
96
complete -c stainless-v0-cli --no-files \
107
-n "__fish_seen_subcommand_from projects.config.create_branch" \
118
-a "--project-name --branch --branch-from"

completions.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ _main()
55
{
66
COMPREPLY=()
77

8-
local subcommands="openapi.retrieve projects.config.create_branch projects.config.create_commit projects.config.merge builds.retrieve builds.target.retrieve builds.target.artifacts.retrieve_source"
8+
local subcommands="projects.config.create_branch projects.config.create_commit projects.config.merge builds.retrieve builds.target.retrieve builds.target.artifacts.retrieve_source"
99

1010
if [[ "$COMP_CWORD" -eq 1 ]]
1111
then
@@ -17,9 +17,6 @@ _main()
1717
local subcommand="${COMP_WORDS[1]}"
1818
local flags
1919
case "$subcommand" in
20-
openapi.retrieve)
21-
flags=""
22-
;;
2320
projects.config.create_branch)
2421
flags="--project-name --branch --branch-from"
2522
;;

main.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ func init() {
3434
initialBody = []byte("{}")
3535
}
3636

37-
var openAPIRetrieveSubcommand = createOpenAPIRetrieveSubcommand()
38-
subcommands[openAPIRetrieveSubcommand.flagSet.Name()] = &openAPIRetrieveSubcommand
39-
4037
var projectsConfigCreateBranchSubcommand = createProjectsConfigCreateBranchSubcommand(initialBody)
4138
subcommands[projectsConfigCreateBranchSubcommand.flagSet.Name()] = &projectsConfigCreateBranchSubcommand
4239

openapi.go

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)