@uug-ai/models 1.5.9 → 1.6.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.
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
@@ -32461,9 +32461,9 @@ export interface components {
32461
32461
  edges?: components["schemas"]["models.WorkflowEdge"][];
32462
32462
  enabled?: boolean;
32463
32463
  id?: string;
32464
- master_user_id?: string;
32465
32464
  name?: string;
32466
32465
  nodes?: components["schemas"]["models.WorkflowNode"][];
32466
+ organisation_id?: string;
32467
32467
  trigger?: components["schemas"]["models.WorkflowTrigger"];
32468
32468
  updated_at?: number;
32469
32469
  user_id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uug-ai/models",
3
- "version": "1.5.9",
3
+ "version": "1.6.1",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",