@superinterface/react 2.9.3 → 2.10.1

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.
package/dist/index.cjs CHANGED
@@ -1677,7 +1677,7 @@ var data = function(param) {
1677
1677
  run_id: null,
1678
1678
  assistant_id: null,
1679
1679
  thread_id: null,
1680
- file_ids: [],
1680
+ attachments: [],
1681
1681
  metadata: {},
1682
1682
  runSteps: []
1683
1683
  };
@@ -1944,7 +1944,7 @@ var threadRunCreated = function(param) {
1944
1944
  assistant_id: value.data.assistant_id,
1945
1945
  content: [],
1946
1946
  created_at: value.data.created_at,
1947
- file_ids: [],
1947
+ attachments: [],
1948
1948
  metadata: {},
1949
1949
  status: "in_progress",
1950
1950
  role: "assistant",