@superdoc-dev/sdk 1.17.0 → 1.19.0

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.
@@ -149,6 +149,8 @@ def dispatch_intent_tool(
149
149
  return execute('doc.tables.insertRow', rest)
150
150
  elif action == 'delete_row':
151
151
  return execute('doc.tables.deleteRow', rest)
152
+ elif action == 'move_row':
153
+ return execute('doc.tables.moveRow', rest)
152
154
  elif action == 'set_row':
153
155
  return execute('doc.tables.setRowHeight', rest)
154
156
  elif action == 'set_row_options':
@@ -43,5 +43,5 @@
43
43
  "mutates": true
44
44
  }
45
45
  ],
46
- "contractHash": "5f31d1ac0480544e8ad1f950d39e28617d39a163f56f4e1bb7bbdcaf1a77abef"
46
+ "contractHash": "a870119c850007e1b994fcaa36fcc58302b9e340657fe3634f589a83daf309fb"
47
47
  }