You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .generator/schemas/v1/openapi.yaml
+43Lines changed: 43 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27920,6 +27920,42 @@ components:
27920
27920
WidgetBackgroundColor:
27921
27921
description: "Background color of the widget. Supported values are `white`, `blue`, `purple`, `pink`, `orange`, `yellow`, `green`, `gray`, `vivid_blue`, `vivid_purple`, `vivid_pink`, `vivid_orange`, `vivid_yellow`, `vivid_green`, and `transparent`."
27922
27922
type: string
27923
+
WidgetCalendarAlignedSpan:
27924
+
description: Used for calendar-aligned time spans, such as the current month or previous year.
27925
+
properties:
27926
+
hide_incomplete_cost_data:
27927
+
description: Whether to hide incomplete cost data in the widget.
27928
+
type: boolean
27929
+
offset:
27930
+
description: Number of completed periods before the current period. 0 represents the current period.
27931
+
example: 1
27932
+
format: int64
27933
+
minimum: 0
27934
+
type: integer
27935
+
timezone:
27936
+
description: Time zone used to align the calendar period.
0 commit comments