@superdoc-dev/sdk 1.0.0-next.69 → 1.0.0-next.71

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.
@@ -276,6 +276,28 @@
276
276
  }
277
277
  }
278
278
  },
279
+ {
280
+ "type": "function",
281
+ "function": {
282
+ "name": "get_document_html",
283
+ "description": "Extract the document content as an HTML string.",
284
+ "parameters": {
285
+ "type": "object",
286
+ "properties": {
287
+ "doc": {
288
+ "type": "string"
289
+ },
290
+ "sessionId": {
291
+ "type": "string"
292
+ },
293
+ "unflattenLists": {
294
+ "type": "boolean"
295
+ }
296
+ },
297
+ "additionalProperties": false
298
+ }
299
+ }
300
+ },
279
301
  {
280
302
  "type": "function",
281
303
  "function": {
@@ -14852,6 +14874,28 @@
14852
14874
  }
14853
14875
  }
14854
14876
  },
14877
+ {
14878
+ "type": "function",
14879
+ "function": {
14880
+ "name": "doc_getHtml",
14881
+ "description": "Extract the document content as an HTML string.",
14882
+ "parameters": {
14883
+ "type": "object",
14884
+ "properties": {
14885
+ "doc": {
14886
+ "type": "string"
14887
+ },
14888
+ "sessionId": {
14889
+ "type": "string"
14890
+ },
14891
+ "unflattenLists": {
14892
+ "type": "boolean"
14893
+ }
14894
+ },
14895
+ "additionalProperties": false
14896
+ }
14897
+ }
14898
+ },
14855
14899
  {
14856
14900
  "type": "function",
14857
14901
  "function": {