File tree Expand file tree Collapse file tree 5 files changed +19
-5
lines changed
Expand file tree Collapse file tree 5 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 6060 " 2022-11-28"
6161 ]
6262 },
63- "sha" : " 3237c14f59c9a78adfe2ecbc6da9ab4949721348 "
63+ "sha" : " f1f9d97af3c33740f4b1d49a7e969b5116eacf9d "
6464}
Original file line number Diff line number Diff line change @@ -178067,6 +178067,10 @@
178067178067 "has_next_page": {
178068178068 "type": "boolean",
178069178069 "description": "Indicates if there are more pages of results available (maps to hasNextPage from billing platform)"
178070+ },
178071+ "total_count": {
178072+ "type": "integer",
178073+ "description": "Total number of budgets matching the query"
178070178074 }
178071178075 },
178072178076 "required": [
@@ -493873,7 +493877,10 @@
493873493877 "type": "object",
493874493878 "properties": {
493875493879 "bundle": {
493876- "type": "object",
493880+ "type": [
493881+ "object",
493882+ "null"
493883+ ],
493877493884 "properties": {
493878493885 "mediaType": {
493879493886 "type": "string"
Original file line number Diff line number Diff line change @@ -190262,6 +190262,10 @@
190262190262 "has_next_page": {
190263190263 "type": "boolean",
190264190264 "description": "Indicates if there are more pages of results available (maps to hasNextPage from billing platform)"
190265+ },
190266+ "total_count": {
190267+ "type": "integer",
190268+ "description": "Total number of budgets matching the query"
190265190269 }
190266190270 },
190267190271 "required": [
@@ -541222,7 +541226,10 @@
541222541226 "type": "object",
541223541227 "properties": {
541224541228 "bundle": {
541225- "type": "object",
541229+ "type": [
541230+ "object",
541231+ "null"
541232+ ],
541226541233 "properties": {
541227541234 "mediaType": {
541228541235 "type": "string"
Original file line number Diff line number Diff line change 5050 ]
5151 }
5252 },
53- "sha" : " 3237c14f59c9a78adfe2ecbc6da9ab4949721348 "
53+ "sha" : " f1f9d97af3c33740f4b1d49a7e969b5116eacf9d "
5454}
Original file line number Diff line number Diff line change 11{
2- "sha" : " 3237c14f59c9a78adfe2ecbc6da9ab4949721348 "
2+ "sha" : " f1f9d97af3c33740f4b1d49a7e969b5116eacf9d "
33}
You can’t perform that action at this time.
0 commit comments