File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -279,11 +279,11 @@ class FileRunningTotals(esdsl.InnerDoc):
279279
280280class NodeRunningTotals (esdsl .InnerDoc ):
281281 total : int
282- total_excluding_spam : int
282+ total_excluding_spam : int | None
283283 public : int
284284 private : int
285285 total_daily : int
286- total_daily_excluding_spam : int
286+ total_daily_excluding_spam : int | None
287287 public_daily : int
288288 private_daily : int
289289
@@ -293,12 +293,12 @@ class RegistrationRunningTotals(esdsl.InnerDoc):
293293 public : int
294294 embargoed : int
295295 embargoed_v2 : int
296- withdrawn : int
296+ withdrawn : int | None
297297 total_daily : int
298298 public_daily : int
299299 embargoed_daily : int
300300 embargoed_v2_daily : int
301- withdrawn_daily : int
301+ withdrawn_daily : int | None
302302
303303
304304class UsageByStorageAddon (esdsl .InnerDoc ):
You can’t perform that action at this time.
0 commit comments