@uug-ai/models 1.7.5 → 1.7.6

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/types.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -35294,7 +35294,7 @@ export interface components {
35294
35294
  weeklySchedule?: components["schemas"]["models.WeeklySchedule"][];
35295
35295
  };
35296
35296
  /** @enum {string} */
35297
- "models.WorkflowTriggerSurface": "case" | "media";
35297
+ "models.WorkflowTriggerSurface": "case" | "media" | "redaction";
35298
35298
  /** @enum {string} */
35299
35299
  "models.WorkflowTriggerType": "automatic" | "manual";
35300
35300
  "models.WorkflowUser": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uug-ai/models",
3
- "version": "1.7.5",
3
+ "version": "1.7.6",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",