File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 36783678 " teamId" ,
36793679 " deploymentName" ,
36803680 " prodUrl" ,
3681- " projectsRemaining"
3681+ " projectsRemaining" ,
3682+ " deploymentsRemaining"
36823683 ],
36833684 "properties" : {
36843685 "adminKey" : {
36943695 "deploymentName" : {
36953696 "type" : " string"
36963697 },
3698+ "deploymentsRemaining" : {
3699+ "type" : " integer" ,
3700+ "format" : " int64" ,
3701+ "minimum" : 0
3702+ },
36973703 "prodUrl" : {
36983704 "type" : " string"
36993705 },
Original file line number Diff line number Diff line change @@ -1877,6 +1877,8 @@ export interface components {
18771877 CreateProjectResponse : {
18781878 adminKey ?: null | components [ "schemas" ] [ "AdminKey" ] ;
18791879 deploymentName : string ;
1880+ /** Format: int64 */
1881+ deploymentsRemaining : number ;
18801882 prodUrl : string ;
18811883 projectId : components [ "schemas" ] [ "ProjectId" ] ;
18821884 projectSlug : components [ "schemas" ] [ "ProjectSlug" ] ;
You can’t perform that action at this time.
0 commit comments