graphlit-client 1.0.20240424002 → 1.0.20240426001

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1159,6 +1159,8 @@ var TextRoles;
1159
1159
  TextRoles["Heading3"] = "HEADING3";
1160
1160
  /** Heading 4 */
1161
1161
  TextRoles["Heading4"] = "HEADING4";
1162
+ /** Heading 5 */
1163
+ TextRoles["Heading5"] = "HEADING5";
1162
1164
  /** List Item */
1163
1165
  TextRoles["ListItem"] = "LIST_ITEM";
1164
1166
  /** Page Footer */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20240424002",
3
+ "version": "1.0.20240426001",
4
4
  "description": "Graphlit API TypeScript Client",
5
5
  "main": "dist/client.js",
6
6
  "types": "dist/client.d.ts",