@uug-ai/models 1.7.50 → 1.7.51
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/types.d.ts +190 -2
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -11040,6 +11040,162 @@ export interface paths {
|
|
|
11040
11040
|
patch?: never;
|
|
11041
11041
|
trace?: never;
|
|
11042
11042
|
};
|
|
11043
|
+
"/internal/getdayserrorresponse": {
|
|
11044
|
+
parameters: {
|
|
11045
|
+
query?: never;
|
|
11046
|
+
header?: never;
|
|
11047
|
+
path?: never;
|
|
11048
|
+
cookie?: never;
|
|
11049
|
+
};
|
|
11050
|
+
/**
|
|
11051
|
+
* Get GetDaysErrorResponse (schema generation only)
|
|
11052
|
+
* @description Internal endpoint used only to ensure GetDaysErrorResponse schema is generated in OpenAPI spec
|
|
11053
|
+
*/
|
|
11054
|
+
get: {
|
|
11055
|
+
parameters: {
|
|
11056
|
+
query?: never;
|
|
11057
|
+
header?: never;
|
|
11058
|
+
path?: never;
|
|
11059
|
+
cookie?: never;
|
|
11060
|
+
};
|
|
11061
|
+
requestBody?: never;
|
|
11062
|
+
responses: {
|
|
11063
|
+
/** @description OK */
|
|
11064
|
+
200: {
|
|
11065
|
+
headers: {
|
|
11066
|
+
[name: string]: unknown;
|
|
11067
|
+
};
|
|
11068
|
+
content: {
|
|
11069
|
+
"application/json": components["schemas"]["api.GetDaysErrorResponse"];
|
|
11070
|
+
};
|
|
11071
|
+
};
|
|
11072
|
+
};
|
|
11073
|
+
};
|
|
11074
|
+
put?: never;
|
|
11075
|
+
post?: never;
|
|
11076
|
+
delete?: never;
|
|
11077
|
+
options?: never;
|
|
11078
|
+
head?: never;
|
|
11079
|
+
patch?: never;
|
|
11080
|
+
trace?: never;
|
|
11081
|
+
};
|
|
11082
|
+
"/internal/getdaysrequest": {
|
|
11083
|
+
parameters: {
|
|
11084
|
+
query?: never;
|
|
11085
|
+
header?: never;
|
|
11086
|
+
path?: never;
|
|
11087
|
+
cookie?: never;
|
|
11088
|
+
};
|
|
11089
|
+
/**
|
|
11090
|
+
* Get GetDaysRequest (schema generation only)
|
|
11091
|
+
* @description Internal endpoint used only to ensure GetDaysRequest schema is generated in OpenAPI spec
|
|
11092
|
+
*/
|
|
11093
|
+
get: {
|
|
11094
|
+
parameters: {
|
|
11095
|
+
query?: never;
|
|
11096
|
+
header?: never;
|
|
11097
|
+
path?: never;
|
|
11098
|
+
cookie?: never;
|
|
11099
|
+
};
|
|
11100
|
+
requestBody?: never;
|
|
11101
|
+
responses: {
|
|
11102
|
+
/** @description OK */
|
|
11103
|
+
200: {
|
|
11104
|
+
headers: {
|
|
11105
|
+
[name: string]: unknown;
|
|
11106
|
+
};
|
|
11107
|
+
content: {
|
|
11108
|
+
"application/json": components["schemas"]["api.GetDaysRequest"];
|
|
11109
|
+
};
|
|
11110
|
+
};
|
|
11111
|
+
};
|
|
11112
|
+
};
|
|
11113
|
+
put?: never;
|
|
11114
|
+
post?: never;
|
|
11115
|
+
delete?: never;
|
|
11116
|
+
options?: never;
|
|
11117
|
+
head?: never;
|
|
11118
|
+
patch?: never;
|
|
11119
|
+
trace?: never;
|
|
11120
|
+
};
|
|
11121
|
+
"/internal/getdaysresponse": {
|
|
11122
|
+
parameters: {
|
|
11123
|
+
query?: never;
|
|
11124
|
+
header?: never;
|
|
11125
|
+
path?: never;
|
|
11126
|
+
cookie?: never;
|
|
11127
|
+
};
|
|
11128
|
+
/**
|
|
11129
|
+
* Get GetDaysResponse (schema generation only)
|
|
11130
|
+
* @description Internal endpoint used only to ensure GetDaysResponse schema is generated in OpenAPI spec
|
|
11131
|
+
*/
|
|
11132
|
+
get: {
|
|
11133
|
+
parameters: {
|
|
11134
|
+
query?: never;
|
|
11135
|
+
header?: never;
|
|
11136
|
+
path?: never;
|
|
11137
|
+
cookie?: never;
|
|
11138
|
+
};
|
|
11139
|
+
requestBody?: never;
|
|
11140
|
+
responses: {
|
|
11141
|
+
/** @description OK */
|
|
11142
|
+
200: {
|
|
11143
|
+
headers: {
|
|
11144
|
+
[name: string]: unknown;
|
|
11145
|
+
};
|
|
11146
|
+
content: {
|
|
11147
|
+
"application/json": components["schemas"]["api.GetDaysResponse"];
|
|
11148
|
+
};
|
|
11149
|
+
};
|
|
11150
|
+
};
|
|
11151
|
+
};
|
|
11152
|
+
put?: never;
|
|
11153
|
+
post?: never;
|
|
11154
|
+
delete?: never;
|
|
11155
|
+
options?: never;
|
|
11156
|
+
head?: never;
|
|
11157
|
+
patch?: never;
|
|
11158
|
+
trace?: never;
|
|
11159
|
+
};
|
|
11160
|
+
"/internal/getdayssuccessresponse": {
|
|
11161
|
+
parameters: {
|
|
11162
|
+
query?: never;
|
|
11163
|
+
header?: never;
|
|
11164
|
+
path?: never;
|
|
11165
|
+
cookie?: never;
|
|
11166
|
+
};
|
|
11167
|
+
/**
|
|
11168
|
+
* Get GetDaysSuccessResponse (schema generation only)
|
|
11169
|
+
* @description Internal endpoint used only to ensure GetDaysSuccessResponse schema is generated in OpenAPI spec
|
|
11170
|
+
*/
|
|
11171
|
+
get: {
|
|
11172
|
+
parameters: {
|
|
11173
|
+
query?: never;
|
|
11174
|
+
header?: never;
|
|
11175
|
+
path?: never;
|
|
11176
|
+
cookie?: never;
|
|
11177
|
+
};
|
|
11178
|
+
requestBody?: never;
|
|
11179
|
+
responses: {
|
|
11180
|
+
/** @description OK */
|
|
11181
|
+
200: {
|
|
11182
|
+
headers: {
|
|
11183
|
+
[name: string]: unknown;
|
|
11184
|
+
};
|
|
11185
|
+
content: {
|
|
11186
|
+
"application/json": components["schemas"]["api.GetDaysSuccessResponse"];
|
|
11187
|
+
};
|
|
11188
|
+
};
|
|
11189
|
+
};
|
|
11190
|
+
};
|
|
11191
|
+
put?: never;
|
|
11192
|
+
post?: never;
|
|
11193
|
+
delete?: never;
|
|
11194
|
+
options?: never;
|
|
11195
|
+
head?: never;
|
|
11196
|
+
patch?: never;
|
|
11197
|
+
trace?: never;
|
|
11198
|
+
};
|
|
11043
11199
|
"/internal/getdetectionrunerrorresponse": {
|
|
11044
11200
|
parameters: {
|
|
11045
11201
|
query?: never;
|
|
@@ -31492,6 +31648,35 @@ export interface components {
|
|
|
31492
31648
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
31493
31649
|
metadata?: components["schemas"]["api.Metadata"];
|
|
31494
31650
|
};
|
|
31651
|
+
"api.GetDaysErrorResponse": {
|
|
31652
|
+
/** @description Application-specific error code */
|
|
31653
|
+
applicationStatusCode?: string;
|
|
31654
|
+
/** @description Entity-specific error code */
|
|
31655
|
+
entityStatusCode?: string;
|
|
31656
|
+
/** @description HTTP status code for the error */
|
|
31657
|
+
httpStatusCode?: number;
|
|
31658
|
+
/** @description Error message describing the issue */
|
|
31659
|
+
message?: string;
|
|
31660
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
31661
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
31662
|
+
};
|
|
31663
|
+
"api.GetDaysRequest": Record<string, never>;
|
|
31664
|
+
"api.GetDaysResponse": {
|
|
31665
|
+
days?: string[];
|
|
31666
|
+
};
|
|
31667
|
+
"api.GetDaysSuccessResponse": {
|
|
31668
|
+
/** @description Application-specific status code */
|
|
31669
|
+
applicationStatusCode?: string;
|
|
31670
|
+
data?: components["schemas"]["api.GetDaysResponse"];
|
|
31671
|
+
/** @description Entity-specific status code */
|
|
31672
|
+
entityStatusCode?: string;
|
|
31673
|
+
/** @description HTTP status code for the response */
|
|
31674
|
+
httpStatusCode?: number;
|
|
31675
|
+
/** @description Success message describing the operation */
|
|
31676
|
+
message?: string;
|
|
31677
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
31678
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
31679
|
+
};
|
|
31495
31680
|
"api.GetDetectionRunErrorResponse": {
|
|
31496
31681
|
/** @description Application-specific error code */
|
|
31497
31682
|
applicationStatusCode?: string;
|
|
@@ -34050,7 +34235,7 @@ export interface components {
|
|
|
34050
34235
|
userId?: string;
|
|
34051
34236
|
};
|
|
34052
34237
|
/** @enum {string} */
|
|
34053
|
-
"models.AccessTokenScope": "media.read" | "media.update" | "media.export" | "media.share" | "media.redact" | "media.delete" | "
|
|
34238
|
+
"models.AccessTokenScope": "markers.read" | "markers.write" | "markers.all" | "days.read" | "media.read" | "media.update" | "media.export" | "media.share" | "media.redact" | "media.delete" | "workflows.read" | "workflows.create" | "workflows.update" | "workflows.delete" | "workflow-runs.create" | "workflow-runs.update" | "cases.read" | "cases.create" | "cases.update" | "cases.share" | "cases.export" | "cases.runWorkflow" | "cases.delete" | "application";
|
|
34054
34239
|
"models.Account": {
|
|
34055
34240
|
account?: components["schemas"]["models.AccountBody"];
|
|
34056
34241
|
};
|
|
@@ -36488,7 +36673,7 @@ export interface components {
|
|
|
36488
36673
|
videowall?: components["schemas"]["models.Videowall"];
|
|
36489
36674
|
};
|
|
36490
36675
|
/** @enum {string} */
|
|
36491
|
-
"models.Permission": "media.read" | "media.update" | "media.export" | "media.share" | "media.redact" | "media.delete" | "
|
|
36676
|
+
"models.Permission": "markers.read" | "markers.write" | "markers.all" | "days.read" | "media.read" | "media.update" | "media.export" | "media.share" | "media.redact" | "media.delete" | "workflows.read" | "workflows.create" | "workflows.update" | "workflows.delete" | "workflow-runs.create" | "workflow-runs.update" | "cases.read" | "cases.create" | "cases.update" | "cases.share" | "cases.export" | "cases.runWorkflow" | "cases.delete" | "application";
|
|
36492
36677
|
/** @enum {integer} */
|
|
36493
36678
|
"models.PermissionLevel": 1 | 2 | 3 | 4 | 2 | 3 | 4 | 5 | 2 | 3 | 2 | 2 | 3 | 2 | 3 | 4;
|
|
36494
36679
|
"models.Permissions": {
|
|
@@ -38505,6 +38690,9 @@ export declare namespace api {
|
|
|
38505
38690
|
type GetCustomAlertsErrorResponse = components['schemas']['api.GetCustomAlertsErrorResponse'];
|
|
38506
38691
|
type GetCustomAlertsResponse = components['schemas']['api.GetCustomAlertsResponse'];
|
|
38507
38692
|
type GetCustomAlertsSuccessResponse = components['schemas']['api.GetCustomAlertsSuccessResponse'];
|
|
38693
|
+
type GetDaysErrorResponse = components['schemas']['api.GetDaysErrorResponse'];
|
|
38694
|
+
type GetDaysResponse = components['schemas']['api.GetDaysResponse'];
|
|
38695
|
+
type GetDaysSuccessResponse = components['schemas']['api.GetDaysSuccessResponse'];
|
|
38508
38696
|
type GetDetectionRunErrorResponse = components['schemas']['api.GetDetectionRunErrorResponse'];
|
|
38509
38697
|
type GetDetectionRunSuccessResponse = components['schemas']['api.GetDetectionRunSuccessResponse'];
|
|
38510
38698
|
type GetDetectionsErrorResponse = components['schemas']['api.GetDetectionsErrorResponse'];
|