objectiveai 1.1.4 → 1.1.5

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -170,6 +170,7 @@ export declare namespace Chat {
170
170
  }
171
171
  interface InputVideo {
172
172
  video_url: InputVideo.Definition;
173
+ type: "video_url";
173
174
  }
174
175
  namespace InputVideo {
175
176
  interface Definition {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "objectiveai",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "SDK for the ObjectiveAI API.",
5
5
  "main": "dist/index.js",
6
6
  "repository": {