File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -2878,6 +2878,10 @@ export interface Plan {
2878
2878
* price in cents per unit of plan
2879
2879
*/
2880
2880
cents ?: number
2881
+ /**
2882
+ * price is negotiated in a contract outside of monthly add-on billing
2883
+ */
2884
+ contract ?: boolean
2881
2885
/**
2882
2886
* unit of price for plan
2883
2887
*/
Original file line number Diff line number Diff line change 1890
1890
"cents" : {
1891
1891
"$ref" : " #/definitions/plan/definitions/cents"
1892
1892
},
1893
+ "contract" : {
1894
+ "$ref" : " #/definitions/plan/definitions/contract"
1895
+ },
1893
1896
"unit" : {
1894
1897
"$ref" : " #/definitions/plan/definitions/unit"
1895
1898
}
9871
9874
"description" : " Provides the necessary information to establish an AWS VPC Peering with your private space." ,
9872
9875
"href" : " /spaces/{(%23%2Fdefinitions%2Fspace%2Fdefinitions%2Fidentity)}/peering-info" ,
9873
9876
"method" : " GET" ,
9874
- "rel" : {
9875
- "$ref" : " #/definitions/peering-info"
9876
- },
9877
+ "rel" : " self" ,
9877
9878
"targetSchema" : {
9878
9879
"$ref" : " #/definitions/peering-info"
9879
9880
},
10890
10891
" integer"
10891
10892
]
10892
10893
},
10894
+ "contract" : {
10895
+ "description" : " price is negotiated in a contract outside of monthly add-on billing" ,
10896
+ "example" : false ,
10897
+ "readOnly" : true ,
10898
+ "type" : [
10899
+ " boolean"
10900
+ ]
10901
+ },
10893
10902
"unit" : {
10894
10903
"description" : " unit of price for plan" ,
10895
10904
"example" : " month" ,
11018
11027
"cents" : {
11019
11028
"$ref" : " #/definitions/plan/definitions/cents"
11020
11029
},
11030
+ "contract" : {
11031
+ "$ref" : " #/definitions/plan/definitions/contract"
11032
+ },
11021
11033
"unit" : {
11022
11034
"$ref" : " #/definitions/plan/definitions/unit"
11023
11035
}
You can’t perform that action at this time.
0 commit comments