File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 645
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/gcore%2Fgcore-b863a34891380fa54c65538379c8ef13d6e87210af8fbcd5d70480090b867203 .yml
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/gcore%2Fgcore-afac9651736e871ab5942174b1c2b741d31f17c1f4ac61e78f0000f1b3fd8d09 .yml
33openapi_spec_hash : 9c57a763b4c6b82b581defdcaf5f52df
4- config_hash : 59388520da4ff5c0c55372621be2a8bb
4+ config_hash : 7552912a8ca7c67b43b97f51b67a5ae7
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ class Stores(BaseModel):
2828 id : int
2929 """The identifier of the store"""
3030
31- name : str
32- """The name of the store"""
33-
3431 comment : Optional [str ] = None
3532 """A description of the store"""
3633
34+ name : Optional [str ] = None
35+ """The name of the store"""
36+
3737
3838class App (BaseModel ):
3939 api_type : Optional [str ] = None
You can’t perform that action at this time.
0 commit comments