File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 36783678 " teamId" ,
36793679 " deploymentName" ,
36803680 " prodUrl" ,
3681- " projectsRemaining" ,
3682- " deploymentsRemaining"
3681+ " projectsRemaining"
36833682 ],
36843683 "properties" : {
36853684 "adminKey" : {
36953694 "deploymentName" : {
36963695 "type" : " string"
36973696 },
3698- "deploymentsRemaining" : {
3699- "type" : " integer" ,
3700- "format" : " int64" ,
3701- "minimum" : 0
3702- },
37033697 "prodUrl" : {
37043698 "type" : " string"
37053699 },
Original file line number Diff line number Diff line change @@ -1877,8 +1877,6 @@ export interface components {
18771877 CreateProjectResponse : {
18781878 adminKey ?: null | components [ "schemas" ] [ "AdminKey" ] ;
18791879 deploymentName : string ;
1880- /** Format: int64 */
1881- deploymentsRemaining : number ;
18821880 prodUrl : string ;
18831881 projectId : components [ "schemas" ] [ "ProjectId" ] ;
18841882 projectSlug : components [ "schemas" ] [ "ProjectSlug" ] ;
You can’t perform that action at this time.
0 commit comments