Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
continue to support level 0 widget type names
Browse files Browse the repository at this point in the history
SHORTCUTLIST --> SHORTCUT
SHORTCUTICON --> SHORTCUT
SHEETSUMMARY --> METRIC
  • Loading branch information
timwellswa committed Aug 16, 2019
1 parent 912e468 commit 22df882
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion main/Smartsheet/Api/Models/WidgetType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,19 @@ public enum WidgetType
/// <summary>
/// WebContent object
/// </summary>
WEBCONTENT
WEBCONTENT,

/// NOTE: These are level=0 widget types that should be supported for now

/// <summary>
/// SHORTCUTLIST, SHORTCUTICON (both now SHORTCUT) decode to ShortcutWidgetContent object
/// </summary>
SHORTCUTLIST,
SHORTCUTICON,

/// <summary>
/// SHEETSUMMARY (is now METRIC) decodes to CellLinkWidgetContent object
/// </summary>
SHEETSUMMARY
}
}

0 comments on commit 22df882

Please sign in to comment.