@uug-ai/models 1.6.10 → 1.6.12

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 +509 -2
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -15174,6 +15174,123 @@ export interface paths {
15174
15174
  patch?: never;
15175
15175
  trace?: never;
15176
15176
  };
15177
+ "/internal/getworkflowrunserrorresponse": {
15178
+ parameters: {
15179
+ query?: never;
15180
+ header?: never;
15181
+ path?: never;
15182
+ cookie?: never;
15183
+ };
15184
+ /**
15185
+ * Get GetWorkflowRunsErrorResponse (schema generation only)
15186
+ * @description Internal endpoint used only to ensure GetWorkflowRunsErrorResponse schema is generated in OpenAPI spec
15187
+ */
15188
+ get: {
15189
+ parameters: {
15190
+ query?: never;
15191
+ header?: never;
15192
+ path?: never;
15193
+ cookie?: never;
15194
+ };
15195
+ requestBody?: never;
15196
+ responses: {
15197
+ /** @description OK */
15198
+ 200: {
15199
+ headers: {
15200
+ [name: string]: unknown;
15201
+ };
15202
+ content: {
15203
+ "application/json": components["schemas"]["api.GetWorkflowRunsErrorResponse"];
15204
+ };
15205
+ };
15206
+ };
15207
+ };
15208
+ put?: never;
15209
+ post?: never;
15210
+ delete?: never;
15211
+ options?: never;
15212
+ head?: never;
15213
+ patch?: never;
15214
+ trace?: never;
15215
+ };
15216
+ "/internal/getworkflowrunsresponse": {
15217
+ parameters: {
15218
+ query?: never;
15219
+ header?: never;
15220
+ path?: never;
15221
+ cookie?: never;
15222
+ };
15223
+ /**
15224
+ * Get GetWorkflowRunsResponse (schema generation only)
15225
+ * @description Internal endpoint used only to ensure GetWorkflowRunsResponse schema is generated in OpenAPI spec
15226
+ */
15227
+ get: {
15228
+ parameters: {
15229
+ query?: never;
15230
+ header?: never;
15231
+ path?: never;
15232
+ cookie?: never;
15233
+ };
15234
+ requestBody?: never;
15235
+ responses: {
15236
+ /** @description OK */
15237
+ 200: {
15238
+ headers: {
15239
+ [name: string]: unknown;
15240
+ };
15241
+ content: {
15242
+ "application/json": components["schemas"]["api.GetWorkflowRunsResponse"];
15243
+ };
15244
+ };
15245
+ };
15246
+ };
15247
+ put?: never;
15248
+ post?: never;
15249
+ delete?: never;
15250
+ options?: never;
15251
+ head?: never;
15252
+ patch?: never;
15253
+ trace?: never;
15254
+ };
15255
+ "/internal/getworkflowrunssuccessresponse": {
15256
+ parameters: {
15257
+ query?: never;
15258
+ header?: never;
15259
+ path?: never;
15260
+ cookie?: never;
15261
+ };
15262
+ /**
15263
+ * Get GetWorkflowRunsSuccessResponse (schema generation only)
15264
+ * @description Internal endpoint used only to ensure GetWorkflowRunsSuccessResponse schema is generated in OpenAPI spec
15265
+ */
15266
+ get: {
15267
+ parameters: {
15268
+ query?: never;
15269
+ header?: never;
15270
+ path?: never;
15271
+ cookie?: never;
15272
+ };
15273
+ requestBody?: never;
15274
+ responses: {
15275
+ /** @description OK */
15276
+ 200: {
15277
+ headers: {
15278
+ [name: string]: unknown;
15279
+ };
15280
+ content: {
15281
+ "application/json": components["schemas"]["api.GetWorkflowRunsSuccessResponse"];
15282
+ };
15283
+ };
15284
+ };
15285
+ };
15286
+ put?: never;
15287
+ post?: never;
15288
+ delete?: never;
15289
+ options?: never;
15290
+ head?: never;
15291
+ patch?: never;
15292
+ trace?: never;
15293
+ };
15177
15294
  "/internal/getworkflowserrorresponse": {
15178
15295
  parameters: {
15179
15296
  query?: never;
@@ -20049,6 +20166,162 @@ export interface paths {
20049
20166
  patch?: never;
20050
20167
  trace?: never;
20051
20168
  };
20169
+ "/internal/runworkflowerrorresponse": {
20170
+ parameters: {
20171
+ query?: never;
20172
+ header?: never;
20173
+ path?: never;
20174
+ cookie?: never;
20175
+ };
20176
+ /**
20177
+ * Get RunWorkflowErrorResponse (schema generation only)
20178
+ * @description Internal endpoint used only to ensure RunWorkflowErrorResponse schema is generated in OpenAPI spec
20179
+ */
20180
+ get: {
20181
+ parameters: {
20182
+ query?: never;
20183
+ header?: never;
20184
+ path?: never;
20185
+ cookie?: never;
20186
+ };
20187
+ requestBody?: never;
20188
+ responses: {
20189
+ /** @description OK */
20190
+ 200: {
20191
+ headers: {
20192
+ [name: string]: unknown;
20193
+ };
20194
+ content: {
20195
+ "application/json": components["schemas"]["api.RunWorkflowErrorResponse"];
20196
+ };
20197
+ };
20198
+ };
20199
+ };
20200
+ put?: never;
20201
+ post?: never;
20202
+ delete?: never;
20203
+ options?: never;
20204
+ head?: never;
20205
+ patch?: never;
20206
+ trace?: never;
20207
+ };
20208
+ "/internal/runworkflowrequest": {
20209
+ parameters: {
20210
+ query?: never;
20211
+ header?: never;
20212
+ path?: never;
20213
+ cookie?: never;
20214
+ };
20215
+ /**
20216
+ * Get RunWorkflowRequest (schema generation only)
20217
+ * @description Internal endpoint used only to ensure RunWorkflowRequest schema is generated in OpenAPI spec
20218
+ */
20219
+ get: {
20220
+ parameters: {
20221
+ query?: never;
20222
+ header?: never;
20223
+ path?: never;
20224
+ cookie?: never;
20225
+ };
20226
+ requestBody?: never;
20227
+ responses: {
20228
+ /** @description OK */
20229
+ 200: {
20230
+ headers: {
20231
+ [name: string]: unknown;
20232
+ };
20233
+ content: {
20234
+ "application/json": components["schemas"]["api.RunWorkflowRequest"];
20235
+ };
20236
+ };
20237
+ };
20238
+ };
20239
+ put?: never;
20240
+ post?: never;
20241
+ delete?: never;
20242
+ options?: never;
20243
+ head?: never;
20244
+ patch?: never;
20245
+ trace?: never;
20246
+ };
20247
+ "/internal/runworkflowresponse": {
20248
+ parameters: {
20249
+ query?: never;
20250
+ header?: never;
20251
+ path?: never;
20252
+ cookie?: never;
20253
+ };
20254
+ /**
20255
+ * Get RunWorkflowResponse (schema generation only)
20256
+ * @description Internal endpoint used only to ensure RunWorkflowResponse schema is generated in OpenAPI spec
20257
+ */
20258
+ get: {
20259
+ parameters: {
20260
+ query?: never;
20261
+ header?: never;
20262
+ path?: never;
20263
+ cookie?: never;
20264
+ };
20265
+ requestBody?: never;
20266
+ responses: {
20267
+ /** @description OK */
20268
+ 200: {
20269
+ headers: {
20270
+ [name: string]: unknown;
20271
+ };
20272
+ content: {
20273
+ "application/json": components["schemas"]["api.RunWorkflowResponse"];
20274
+ };
20275
+ };
20276
+ };
20277
+ };
20278
+ put?: never;
20279
+ post?: never;
20280
+ delete?: never;
20281
+ options?: never;
20282
+ head?: never;
20283
+ patch?: never;
20284
+ trace?: never;
20285
+ };
20286
+ "/internal/runworkflowsuccessresponse": {
20287
+ parameters: {
20288
+ query?: never;
20289
+ header?: never;
20290
+ path?: never;
20291
+ cookie?: never;
20292
+ };
20293
+ /**
20294
+ * Get RunWorkflowSuccessResponse (schema generation only)
20295
+ * @description Internal endpoint used only to ensure RunWorkflowSuccessResponse schema is generated in OpenAPI spec
20296
+ */
20297
+ get: {
20298
+ parameters: {
20299
+ query?: never;
20300
+ header?: never;
20301
+ path?: never;
20302
+ cookie?: never;
20303
+ };
20304
+ requestBody?: never;
20305
+ responses: {
20306
+ /** @description OK */
20307
+ 200: {
20308
+ headers: {
20309
+ [name: string]: unknown;
20310
+ };
20311
+ content: {
20312
+ "application/json": components["schemas"]["api.RunWorkflowSuccessResponse"];
20313
+ };
20314
+ };
20315
+ };
20316
+ };
20317
+ put?: never;
20318
+ post?: never;
20319
+ delete?: never;
20320
+ options?: never;
20321
+ head?: never;
20322
+ patch?: never;
20323
+ trace?: never;
20324
+ };
20052
20325
  "/internal/savefaceredactionerrorresponse": {
20053
20326
  parameters: {
20054
20327
  query?: never;
@@ -25665,6 +25938,84 @@ export interface paths {
25665
25938
  patch?: never;
25666
25939
  trace?: never;
25667
25940
  };
25941
+ "/internal/workflowrunstatus": {
25942
+ parameters: {
25943
+ query?: never;
25944
+ header?: never;
25945
+ path?: never;
25946
+ cookie?: never;
25947
+ };
25948
+ /**
25949
+ * Get WorkflowRunStatus (schema generation only)
25950
+ * @description Internal endpoint used only to ensure WorkflowRunStatus schema is generated in OpenAPI spec
25951
+ */
25952
+ get: {
25953
+ parameters: {
25954
+ query?: never;
25955
+ header?: never;
25956
+ path?: never;
25957
+ cookie?: never;
25958
+ };
25959
+ requestBody?: never;
25960
+ responses: {
25961
+ /** @description OK */
25962
+ 200: {
25963
+ headers: {
25964
+ [name: string]: unknown;
25965
+ };
25966
+ content: {
25967
+ "application/json": components["schemas"]["api.WorkflowRunStatus"];
25968
+ };
25969
+ };
25970
+ };
25971
+ };
25972
+ put?: never;
25973
+ post?: never;
25974
+ delete?: never;
25975
+ options?: never;
25976
+ head?: never;
25977
+ patch?: never;
25978
+ trace?: never;
25979
+ };
25980
+ "/internal/workflowrunstatussummary": {
25981
+ parameters: {
25982
+ query?: never;
25983
+ header?: never;
25984
+ path?: never;
25985
+ cookie?: never;
25986
+ };
25987
+ /**
25988
+ * Get WorkflowRunStatusSummary (schema generation only)
25989
+ * @description Internal endpoint used only to ensure WorkflowRunStatusSummary schema is generated in OpenAPI spec
25990
+ */
25991
+ get: {
25992
+ parameters: {
25993
+ query?: never;
25994
+ header?: never;
25995
+ path?: never;
25996
+ cookie?: never;
25997
+ };
25998
+ requestBody?: never;
25999
+ responses: {
26000
+ /** @description OK */
26001
+ 200: {
26002
+ headers: {
26003
+ [name: string]: unknown;
26004
+ };
26005
+ content: {
26006
+ "application/json": components["schemas"]["api.WorkflowRunStatusSummary"];
26007
+ };
26008
+ };
26009
+ };
26010
+ };
26011
+ put?: never;
26012
+ post?: never;
26013
+ delete?: never;
26014
+ options?: never;
26015
+ head?: never;
26016
+ patch?: never;
26017
+ trace?: never;
26018
+ };
25668
26019
  "/internal/workflowstage": {
25669
26020
  parameters: {
25670
26021
  query?: never;
@@ -26361,6 +26712,15 @@ export interface components {
26361
26712
  params?: {
26362
26713
  [key: string]: unknown;
26363
26714
  };
26715
+ /**
26716
+ * @description SourceAttachmentId points at a video CaseAttachment by its id.
26717
+ * When both SourceCaseMediaId and SourceVideoFile are empty the API
26718
+ * materialises (idempotently — reuses the attachment's linked row
26719
+ * when present) a Role=source CaseMedia from the attachment's stored
26720
+ * video and applies the edit to that row, so an attached video can
26721
+ * be redacted with the same flow as a device recording.
26722
+ */
26723
+ sourceAttachmentId?: string;
26364
26724
  sourceCaseMediaId?: string;
26365
26725
  /**
26366
26726
  * @description SourceVideoFile points at a legacy task.export_files entry by its
@@ -28429,6 +28789,35 @@ export interface components {
28429
28789
  "api.GetWorkflowResponse": {
28430
28790
  workflow?: components["schemas"]["models.Workflow"];
28431
28791
  };
28792
+ "api.GetWorkflowRunsErrorResponse": {
28793
+ /** @description Application-specific error code */
28794
+ applicationStatusCode?: string;
28795
+ /** @description Entity-specific error code */
28796
+ entityStatusCode?: string;
28797
+ /** @description HTTP status code for the error */
28798
+ httpStatusCode?: number;
28799
+ /** @description Error message describing the issue */
28800
+ message?: string;
28801
+ /** @description Additional metadata about the error, such as timestamps and request IDs */
28802
+ metadata?: components["schemas"]["api.Metadata"];
28803
+ };
28804
+ "api.GetWorkflowRunsResponse": {
28805
+ runs?: components["schemas"]["api.WorkflowRunStatus"][];
28806
+ summary?: components["schemas"]["api.WorkflowRunStatusSummary"];
28807
+ };
28808
+ "api.GetWorkflowRunsSuccessResponse": {
28809
+ /** @description Application-specific status code */
28810
+ applicationStatusCode?: string;
28811
+ data?: components["schemas"]["api.GetWorkflowRunsResponse"];
28812
+ /** @description Entity-specific status code */
28813
+ entityStatusCode?: string;
28814
+ /** @description HTTP status code for the response */
28815
+ httpStatusCode?: number;
28816
+ /** @description Success message describing the operation */
28817
+ message?: string;
28818
+ /** @description Additional metadata about the response, such as timestamps and request IDs */
28819
+ metadata?: components["schemas"]["api.Metadata"];
28820
+ };
28432
28821
  "api.GetWorkflowSuccessResponse": {
28433
28822
  /** @description Application-specific status code */
28434
28823
  applicationStatusCode?: string;
@@ -28876,6 +29265,40 @@ export interface components {
28876
29265
  /** @description Additional metadata about the response, such as timestamps and request IDs */
28877
29266
  metadata?: components["schemas"]["api.Metadata"];
28878
29267
  };
29268
+ "api.RunWorkflowErrorResponse": {
29269
+ /** @description Application-specific error code */
29270
+ applicationStatusCode?: string;
29271
+ /** @description Entity-specific error code */
29272
+ entityStatusCode?: string;
29273
+ /** @description HTTP status code for the error */
29274
+ httpStatusCode?: number;
29275
+ /** @description Error message describing the issue */
29276
+ message?: string;
29277
+ /** @description Additional metadata about the error, such as timestamps and request IDs */
29278
+ metadata?: components["schemas"]["api.Metadata"];
29279
+ };
29280
+ "api.RunWorkflowRequest": {
29281
+ attachmentIds?: string[];
29282
+ mediaIds?: string[];
29283
+ workflowId?: string;
29284
+ };
29285
+ "api.RunWorkflowResponse": {
29286
+ count?: number;
29287
+ runIds?: string[];
29288
+ };
29289
+ "api.RunWorkflowSuccessResponse": {
29290
+ /** @description Application-specific status code */
29291
+ applicationStatusCode?: string;
29292
+ data?: components["schemas"]["api.RunWorkflowResponse"];
29293
+ /** @description Entity-specific status code */
29294
+ entityStatusCode?: string;
29295
+ /** @description HTTP status code for the response */
29296
+ httpStatusCode?: number;
29297
+ /** @description Success message describing the operation */
29298
+ message?: string;
29299
+ /** @description Additional metadata about the response, such as timestamps and request IDs */
29300
+ metadata?: components["schemas"]["api.Metadata"];
29301
+ };
28879
29302
  "api.SaveFaceRedactionErrorResponse": {
28880
29303
  /** @description Application-specific error code */
28881
29304
  applicationStatusCode?: string;
@@ -29549,6 +29972,36 @@ export interface components {
29549
29972
  surface?: components["schemas"]["models.WorkflowTriggerSurface"];
29550
29973
  triggerType?: components["schemas"]["models.WorkflowTriggerType"];
29551
29974
  };
29975
+ "api.WorkflowRunStatus": {
29976
+ /**
29977
+ * @description Dispatched / Resolved are the sizes of the run's dispatched and resolved
29978
+ * operation sets, exposed as a coarse progress hint.
29979
+ */
29980
+ dispatched?: number;
29981
+ end?: number;
29982
+ /** @description HasResults is true when the run accumulated any stage output. */
29983
+ hasResults?: boolean;
29984
+ key?: string;
29985
+ origin?: string;
29986
+ resolved?: number;
29987
+ runId?: string;
29988
+ sourceRef?: string;
29989
+ /** @description Start / End are unix seconds; End is 0 while the run is still open. */
29990
+ start?: number;
29991
+ /**
29992
+ * @description State is the derived lifecycle: running | completed | noResult
29993
+ * (models.WorkflowRunState).
29994
+ */
29995
+ state?: string;
29996
+ workflowId?: string;
29997
+ workflowName?: string;
29998
+ };
29999
+ "api.WorkflowRunStatusSummary": {
30000
+ completed?: number;
30001
+ noResult?: number;
30002
+ running?: number;
30003
+ total?: number;
30004
+ };
29552
30005
  /** @enum {integer} */
29553
30006
  "models.AccessLevel": 0 | 1 | 2 | 3;
29554
30007
  "models.AccessToken": {
@@ -29994,6 +30447,18 @@ export interface components {
29994
30447
  */
29995
30448
  media?: components["schemas"]["models.Media"];
29996
30449
  organisationId?: string;
30450
+ /**
30451
+ * @description OriginAttachmentId marks a Role=source row that was materialised
30452
+ * from a video CaseAttachment (see the case_attachments collection)
30453
+ * so a case's attached videos can flow through the same
30454
+ * workflow-run and redaction machinery as device recordings. It
30455
+ * back-links to the CaseAttachment.Id. Rows carrying it are kept
30456
+ * out of the normal media playlist and default to
30457
+ * IncludeInExport=false / IncludeInShare=false at insert time (the
30458
+ * owning attachment carries its own export/share curation). Only
30459
+ * meaningful on Role = "source".
30460
+ */
30461
+ originAttachmentId?: string;
29997
30462
  /**
29998
30463
  * @description Params carries kind-specific parameters used to produce the edit.
29999
30464
  * For Action = "composite" it is expected to contain an
@@ -30237,7 +30702,7 @@ export interface components {
30237
30702
  website?: string;
30238
30703
  };
30239
30704
  /** @enum {string} */
30240
- "models.ConditionOp": "eq" | "ne" | "contains" | "in" | "exists" | "gt" | "gte" | "lt" | "lte";
30705
+ "models.ConditionOp": "eq" | "ne" | "contains" | "in" | "exists" | "matches" | "gt" | "gte" | "lt" | "lte";
30241
30706
  "models.Contact": {
30242
30707
  email?: string;
30243
30708
  name?: string;
@@ -32838,6 +33303,8 @@ export interface components {
32838
33303
  deviceName?: string;
32839
33304
  /** @description media VideoProvider: where the media is served from */
32840
33305
  provider?: string;
33306
+ /** @description site ids the device is linked to (Device.SiteIds); a gate value, matchable with contains/in/exists/matches */
33307
+ siteIds?: string[];
32841
33308
  /** @description media StorageSolution: where the media is stored */
32842
33309
  storageSolution?: string;
32843
33310
  };
@@ -33020,6 +33487,20 @@ export interface components {
33020
33487
  * (a case id today; a temporal device-series id is a forward-looking twin).
33021
33488
  */
33022
33489
  sourceRef?: string;
33490
+ /**
33491
+ * @description Stages is the run's self-describing routing: the compiled stage set of the
33492
+ * workflow this run executes (the output of Workflow.CompileStages) embedded
33493
+ * on the hand-off so the engine can dispatch a workflow it does not hold in
33494
+ * its boot-loaded config registry — a user/DB workflow launched manually.
33495
+ * Only routing fields are meaningful here (Operation, Dispatch, Needs,
33496
+ * NeedsMode; Queue when the source workflow set one); the engine compiles
33497
+ * these into the same validated registry a config workflow gets. Empty is the
33498
+ * legacy/config path: the engine falls back to the config registry keyed by
33499
+ * WorkflowId, so config workflows and older hand-offs are unchanged. It is
33500
+ * persisted so the return path — a stage result reopening the run on any
33501
+ * replica — resolves the same routing without re-fetching the definition.
33502
+ */
33503
+ stages?: components["schemas"]["models.WorkflowStage"][];
33023
33504
  /**
33024
33505
  * @description Storage carries the credentials a dispatched stage worker needs to fetch
33025
33506
  * the media (global Kerberos Storage plus any resolved per-recording vault
@@ -33161,10 +33642,26 @@ export interface components {
33161
33642
  vaultOverrideUri?: string;
33162
33643
  };
33163
33644
  "models.WorkflowTrigger": {
33645
+ /**
33646
+ * @description Conditions further scopes the automatic trigger with the same structured
33647
+ * (path, op, value) predicates a stage uses, evaluated against the pre-run
33648
+ * envelope (device.*, user.*, and the identity scalars known when a recording
33649
+ * arrives). All conditions must hold (AND) and they combine with the compiled
33650
+ * Devices shorthand, so `matches`, `in`, `eq`, … apply to device matching the
33651
+ * way they do to stages. An empty list adds no constraint. See
33652
+ * CompiledConditions and StageCondition.
33653
+ */
33654
+ conditions?: components["schemas"]["models.StageCondition"][];
33164
33655
  /**
33165
33656
  * @description Devices restricts the automatic trigger to recordings from the listed
33166
33657
  * devices, matched by DeviceKey.Key. An empty list means every device is
33167
33658
  * eligible. Mirrors the alert device selection (see CustomAlert.DevicesList).
33659
+ *
33660
+ * It is a convenience shorthand: a non-empty list compiles (see
33661
+ * CompiledConditions) into a single StageCondition — device.deviceKey `in`
33662
+ * [keys…] — evaluated by the same operator engine stage conditions use, so
33663
+ * device scoping and stage matching stay consistent. Author richer scoping
33664
+ * (a device-name pattern, an organisation check, …) with Conditions.
33168
33665
  */
33169
33666
  devices?: components["schemas"]["models.DeviceKey"][];
33170
33667
  /**
@@ -33183,7 +33680,8 @@ export interface components {
33183
33680
  * each with its own day, time segments and IANA Timezone. An empty schedule
33184
33681
  * means any time is eligible. Reuses the alert weekly-schedule shape so the
33185
33682
  * same editor and evaluation semantics apply. The Timezone on each entry is
33186
- * the user's timezone captured when the schedule was authored.
33683
+ * the user's timezone captured when the schedule was authored. Time is not
33684
+ * path-expressible, so it stays a dedicated field rather than a condition.
33187
33685
  */
33188
33686
  weeklySchedule?: components["schemas"]["models.WeeklySchedule"][];
33189
33687
  };
@@ -33725,6 +34223,9 @@ export declare namespace api {
33725
34223
  type GetVideowallsSuccessResponse = components['schemas']['api.GetVideowallsSuccessResponse'];
33726
34224
  type GetWorkflowErrorResponse = components['schemas']['api.GetWorkflowErrorResponse'];
33727
34225
  type GetWorkflowResponse = components['schemas']['api.GetWorkflowResponse'];
34226
+ type GetWorkflowRunsErrorResponse = components['schemas']['api.GetWorkflowRunsErrorResponse'];
34227
+ type GetWorkflowRunsResponse = components['schemas']['api.GetWorkflowRunsResponse'];
34228
+ type GetWorkflowRunsSuccessResponse = components['schemas']['api.GetWorkflowRunsSuccessResponse'];
33728
34229
  type GetWorkflowSuccessResponse = components['schemas']['api.GetWorkflowSuccessResponse'];
33729
34230
  type GetWorkflowsErrorResponse = components['schemas']['api.GetWorkflowsErrorResponse'];
33730
34231
  type GetWorkflowsRequest = components['schemas']['api.GetWorkflowsRequest'];
@@ -33767,6 +34268,10 @@ export declare namespace api {
33767
34268
  type RequestTaskExportErrorResponse = components['schemas']['api.RequestTaskExportErrorResponse'];
33768
34269
  type RequestTaskExportResponse = components['schemas']['api.RequestTaskExportResponse'];
33769
34270
  type RequestTaskExportSuccessResponse = components['schemas']['api.RequestTaskExportSuccessResponse'];
34271
+ type RunWorkflowErrorResponse = components['schemas']['api.RunWorkflowErrorResponse'];
34272
+ type RunWorkflowRequest = components['schemas']['api.RunWorkflowRequest'];
34273
+ type RunWorkflowResponse = components['schemas']['api.RunWorkflowResponse'];
34274
+ type RunWorkflowSuccessResponse = components['schemas']['api.RunWorkflowSuccessResponse'];
33770
34275
  type SaveFaceRedactionErrorResponse = components['schemas']['api.SaveFaceRedactionErrorResponse'];
33771
34276
  type SaveFaceRedactionRequest = components['schemas']['api.SaveFaceRedactionRequest'];
33772
34277
  type SaveFaceRedactionResponse = components['schemas']['api.SaveFaceRedactionResponse'];
@@ -33843,4 +34348,6 @@ export declare namespace api {
33843
34348
  type UpsertStateSuccessResponse = components['schemas']['api.UpsertStateSuccessResponse'];
33844
34349
  type WarningResponse = components['schemas']['api.WarningResponse'];
33845
34350
  type WorkflowFilter = components['schemas']['api.WorkflowFilter'];
34351
+ type WorkflowRunStatus = components['schemas']['api.WorkflowRunStatus'];
34352
+ type WorkflowRunStatusSummary = components['schemas']['api.WorkflowRunStatusSummary'];
33846
34353
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uug-ai/models",
3
- "version": "1.6.10",
3
+ "version": "1.6.12",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",