@uug-ai/models 1.2.11 → 1.2.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.
- package/dist/types.d.ts +260 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1173,6 +1173,45 @@ export interface paths {
|
|
|
1173
1173
|
patch?: never;
|
|
1174
1174
|
trace?: never;
|
|
1175
1175
|
};
|
|
1176
|
+
"/internal/debugresponse": {
|
|
1177
|
+
parameters: {
|
|
1178
|
+
query?: never;
|
|
1179
|
+
header?: never;
|
|
1180
|
+
path?: never;
|
|
1181
|
+
cookie?: never;
|
|
1182
|
+
};
|
|
1183
|
+
/**
|
|
1184
|
+
* Get DebugResponse (schema generation only)
|
|
1185
|
+
* @description Internal endpoint used only to ensure DebugResponse schema is generated in OpenAPI spec
|
|
1186
|
+
*/
|
|
1187
|
+
get: {
|
|
1188
|
+
parameters: {
|
|
1189
|
+
query?: never;
|
|
1190
|
+
header?: never;
|
|
1191
|
+
path?: never;
|
|
1192
|
+
cookie?: never;
|
|
1193
|
+
};
|
|
1194
|
+
requestBody?: never;
|
|
1195
|
+
responses: {
|
|
1196
|
+
/** @description OK */
|
|
1197
|
+
200: {
|
|
1198
|
+
headers: {
|
|
1199
|
+
[name: string]: unknown;
|
|
1200
|
+
};
|
|
1201
|
+
content: {
|
|
1202
|
+
"application/json": components["schemas"]["api.DebugResponse"];
|
|
1203
|
+
};
|
|
1204
|
+
};
|
|
1205
|
+
};
|
|
1206
|
+
};
|
|
1207
|
+
put?: never;
|
|
1208
|
+
post?: never;
|
|
1209
|
+
delete?: never;
|
|
1210
|
+
options?: never;
|
|
1211
|
+
head?: never;
|
|
1212
|
+
patch?: never;
|
|
1213
|
+
trace?: never;
|
|
1214
|
+
};
|
|
1176
1215
|
"/internal/deleteaccesstokenerrorresponse": {
|
|
1177
1216
|
parameters: {
|
|
1178
1217
|
query?: never;
|
|
@@ -2070,6 +2109,45 @@ export interface paths {
|
|
|
2070
2109
|
patch?: never;
|
|
2071
2110
|
trace?: never;
|
|
2072
2111
|
};
|
|
2112
|
+
"/internal/fatalresponse": {
|
|
2113
|
+
parameters: {
|
|
2114
|
+
query?: never;
|
|
2115
|
+
header?: never;
|
|
2116
|
+
path?: never;
|
|
2117
|
+
cookie?: never;
|
|
2118
|
+
};
|
|
2119
|
+
/**
|
|
2120
|
+
* Get FatalResponse (schema generation only)
|
|
2121
|
+
* @description Internal endpoint used only to ensure FatalResponse schema is generated in OpenAPI spec
|
|
2122
|
+
*/
|
|
2123
|
+
get: {
|
|
2124
|
+
parameters: {
|
|
2125
|
+
query?: never;
|
|
2126
|
+
header?: never;
|
|
2127
|
+
path?: never;
|
|
2128
|
+
cookie?: never;
|
|
2129
|
+
};
|
|
2130
|
+
requestBody?: never;
|
|
2131
|
+
responses: {
|
|
2132
|
+
/** @description OK */
|
|
2133
|
+
200: {
|
|
2134
|
+
headers: {
|
|
2135
|
+
[name: string]: unknown;
|
|
2136
|
+
};
|
|
2137
|
+
content: {
|
|
2138
|
+
"application/json": components["schemas"]["api.FatalResponse"];
|
|
2139
|
+
};
|
|
2140
|
+
};
|
|
2141
|
+
};
|
|
2142
|
+
};
|
|
2143
|
+
put?: never;
|
|
2144
|
+
post?: never;
|
|
2145
|
+
delete?: never;
|
|
2146
|
+
options?: never;
|
|
2147
|
+
head?: never;
|
|
2148
|
+
patch?: never;
|
|
2149
|
+
trace?: never;
|
|
2150
|
+
};
|
|
2073
2151
|
"/internal/featurepermissions": {
|
|
2074
2152
|
parameters: {
|
|
2075
2153
|
query?: never;
|
|
@@ -6321,6 +6399,45 @@ export interface paths {
|
|
|
6321
6399
|
patch?: never;
|
|
6322
6400
|
trace?: never;
|
|
6323
6401
|
};
|
|
6402
|
+
"/internal/panicresponse": {
|
|
6403
|
+
parameters: {
|
|
6404
|
+
query?: never;
|
|
6405
|
+
header?: never;
|
|
6406
|
+
path?: never;
|
|
6407
|
+
cookie?: never;
|
|
6408
|
+
};
|
|
6409
|
+
/**
|
|
6410
|
+
* Get PanicResponse (schema generation only)
|
|
6411
|
+
* @description Internal endpoint used only to ensure PanicResponse schema is generated in OpenAPI spec
|
|
6412
|
+
*/
|
|
6413
|
+
get: {
|
|
6414
|
+
parameters: {
|
|
6415
|
+
query?: never;
|
|
6416
|
+
header?: never;
|
|
6417
|
+
path?: never;
|
|
6418
|
+
cookie?: never;
|
|
6419
|
+
};
|
|
6420
|
+
requestBody?: never;
|
|
6421
|
+
responses: {
|
|
6422
|
+
/** @description OK */
|
|
6423
|
+
200: {
|
|
6424
|
+
headers: {
|
|
6425
|
+
[name: string]: unknown;
|
|
6426
|
+
};
|
|
6427
|
+
content: {
|
|
6428
|
+
"application/json": components["schemas"]["api.PanicResponse"];
|
|
6429
|
+
};
|
|
6430
|
+
};
|
|
6431
|
+
};
|
|
6432
|
+
};
|
|
6433
|
+
put?: never;
|
|
6434
|
+
post?: never;
|
|
6435
|
+
delete?: never;
|
|
6436
|
+
options?: never;
|
|
6437
|
+
head?: never;
|
|
6438
|
+
patch?: never;
|
|
6439
|
+
trace?: never;
|
|
6440
|
+
};
|
|
6324
6441
|
"/internal/pipelineevent": {
|
|
6325
6442
|
parameters: {
|
|
6326
6443
|
query?: never;
|
|
@@ -7725,6 +7842,45 @@ export interface paths {
|
|
|
7725
7842
|
patch?: never;
|
|
7726
7843
|
trace?: never;
|
|
7727
7844
|
};
|
|
7845
|
+
"/internal/traceresponse": {
|
|
7846
|
+
parameters: {
|
|
7847
|
+
query?: never;
|
|
7848
|
+
header?: never;
|
|
7849
|
+
path?: never;
|
|
7850
|
+
cookie?: never;
|
|
7851
|
+
};
|
|
7852
|
+
/**
|
|
7853
|
+
* Get TraceResponse (schema generation only)
|
|
7854
|
+
* @description Internal endpoint used only to ensure TraceResponse schema is generated in OpenAPI spec
|
|
7855
|
+
*/
|
|
7856
|
+
get: {
|
|
7857
|
+
parameters: {
|
|
7858
|
+
query?: never;
|
|
7859
|
+
header?: never;
|
|
7860
|
+
path?: never;
|
|
7861
|
+
cookie?: never;
|
|
7862
|
+
};
|
|
7863
|
+
requestBody?: never;
|
|
7864
|
+
responses: {
|
|
7865
|
+
/** @description OK */
|
|
7866
|
+
200: {
|
|
7867
|
+
headers: {
|
|
7868
|
+
[name: string]: unknown;
|
|
7869
|
+
};
|
|
7870
|
+
content: {
|
|
7871
|
+
"application/json": components["schemas"]["api.TraceResponse"];
|
|
7872
|
+
};
|
|
7873
|
+
};
|
|
7874
|
+
};
|
|
7875
|
+
};
|
|
7876
|
+
put?: never;
|
|
7877
|
+
post?: never;
|
|
7878
|
+
delete?: never;
|
|
7879
|
+
options?: never;
|
|
7880
|
+
head?: never;
|
|
7881
|
+
patch?: never;
|
|
7882
|
+
trace?: never;
|
|
7883
|
+
};
|
|
7728
7884
|
"/internal/trackbox": {
|
|
7729
7885
|
parameters: {
|
|
7730
7886
|
query?: never;
|
|
@@ -8271,6 +8427,45 @@ export interface paths {
|
|
|
8271
8427
|
patch?: never;
|
|
8272
8428
|
trace?: never;
|
|
8273
8429
|
};
|
|
8430
|
+
"/internal/warningresponse": {
|
|
8431
|
+
parameters: {
|
|
8432
|
+
query?: never;
|
|
8433
|
+
header?: never;
|
|
8434
|
+
path?: never;
|
|
8435
|
+
cookie?: never;
|
|
8436
|
+
};
|
|
8437
|
+
/**
|
|
8438
|
+
* Get WarningResponse (schema generation only)
|
|
8439
|
+
* @description Internal endpoint used only to ensure WarningResponse schema is generated in OpenAPI spec
|
|
8440
|
+
*/
|
|
8441
|
+
get: {
|
|
8442
|
+
parameters: {
|
|
8443
|
+
query?: never;
|
|
8444
|
+
header?: never;
|
|
8445
|
+
path?: never;
|
|
8446
|
+
cookie?: never;
|
|
8447
|
+
};
|
|
8448
|
+
requestBody?: never;
|
|
8449
|
+
responses: {
|
|
8450
|
+
/** @description OK */
|
|
8451
|
+
200: {
|
|
8452
|
+
headers: {
|
|
8453
|
+
[name: string]: unknown;
|
|
8454
|
+
};
|
|
8455
|
+
content: {
|
|
8456
|
+
"application/json": components["schemas"]["api.WarningResponse"];
|
|
8457
|
+
};
|
|
8458
|
+
};
|
|
8459
|
+
};
|
|
8460
|
+
};
|
|
8461
|
+
put?: never;
|
|
8462
|
+
post?: never;
|
|
8463
|
+
delete?: never;
|
|
8464
|
+
options?: never;
|
|
8465
|
+
head?: never;
|
|
8466
|
+
patch?: never;
|
|
8467
|
+
trace?: never;
|
|
8468
|
+
};
|
|
8274
8469
|
"/media": {
|
|
8275
8470
|
parameters: {
|
|
8276
8471
|
query?: never;
|
|
@@ -8487,6 +8682,18 @@ export interface components {
|
|
|
8487
8682
|
prevCursor?: string;
|
|
8488
8683
|
total?: number;
|
|
8489
8684
|
};
|
|
8685
|
+
"api.DebugResponse": {
|
|
8686
|
+
/** @description Application-specific error code */
|
|
8687
|
+
applicationStatusCode?: string;
|
|
8688
|
+
/** @description Entity-specific error code */
|
|
8689
|
+
entityStatusCode?: string;
|
|
8690
|
+
/** @description HTTP status code for the error */
|
|
8691
|
+
httpStatusCode?: number;
|
|
8692
|
+
/** @description Error message describing the issue */
|
|
8693
|
+
message?: string;
|
|
8694
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
8695
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
8696
|
+
};
|
|
8490
8697
|
"api.DeleteAccessTokenErrorResponse": {
|
|
8491
8698
|
/** @description Application-specific error code */
|
|
8492
8699
|
applicationStatusCode?: string;
|
|
@@ -8567,6 +8774,18 @@ export interface components {
|
|
|
8567
8774
|
events?: string[];
|
|
8568
8775
|
user?: components["schemas"]["models.User"];
|
|
8569
8776
|
};
|
|
8777
|
+
"api.FatalResponse": {
|
|
8778
|
+
/** @description Application-specific error code */
|
|
8779
|
+
applicationStatusCode?: string;
|
|
8780
|
+
/** @description Entity-specific error code */
|
|
8781
|
+
entityStatusCode?: string;
|
|
8782
|
+
/** @description HTTP status code for the error */
|
|
8783
|
+
httpStatusCode?: number;
|
|
8784
|
+
/** @description Error message describing the issue */
|
|
8785
|
+
message?: string;
|
|
8786
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
8787
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
8788
|
+
};
|
|
8570
8789
|
"api.GetAccessTokensErrorResponse": {
|
|
8571
8790
|
/** @description Application-specific error code */
|
|
8572
8791
|
applicationStatusCode?: string;
|
|
@@ -9189,6 +9408,18 @@ export interface components {
|
|
|
9189
9408
|
/** @description User ID of the user making the request */
|
|
9190
9409
|
userId?: string;
|
|
9191
9410
|
};
|
|
9411
|
+
"api.PanicResponse": {
|
|
9412
|
+
/** @description Application-specific error code */
|
|
9413
|
+
applicationStatusCode?: string;
|
|
9414
|
+
/** @description Entity-specific error code */
|
|
9415
|
+
entityStatusCode?: string;
|
|
9416
|
+
/** @description HTTP status code for the error */
|
|
9417
|
+
httpStatusCode?: number;
|
|
9418
|
+
/** @description Error message describing the issue */
|
|
9419
|
+
message?: string;
|
|
9420
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
9421
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
9422
|
+
};
|
|
9192
9423
|
"api.RedactionEvent": {
|
|
9193
9424
|
allFrameCoordinates?: {
|
|
9194
9425
|
[key: string]: components["schemas"]["models.TrackBox"][];
|
|
@@ -9282,6 +9513,18 @@ export interface components {
|
|
|
9282
9513
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
9283
9514
|
metadata?: components["schemas"]["api.Metadata"];
|
|
9284
9515
|
};
|
|
9516
|
+
"api.TraceResponse": {
|
|
9517
|
+
/** @description Application-specific error code */
|
|
9518
|
+
applicationStatusCode?: string;
|
|
9519
|
+
/** @description Entity-specific error code */
|
|
9520
|
+
entityStatusCode?: string;
|
|
9521
|
+
/** @description HTTP status code for the error */
|
|
9522
|
+
httpStatusCode?: number;
|
|
9523
|
+
/** @description Error message describing the issue */
|
|
9524
|
+
message?: string;
|
|
9525
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
9526
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
9527
|
+
};
|
|
9285
9528
|
"api.UpdateAccessTokenErrorResponse": {
|
|
9286
9529
|
/** @description Application-specific error code */
|
|
9287
9530
|
applicationStatusCode?: string;
|
|
@@ -9344,6 +9587,18 @@ export interface components {
|
|
|
9344
9587
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
9345
9588
|
metadata?: components["schemas"]["api.Metadata"];
|
|
9346
9589
|
};
|
|
9590
|
+
"api.WarningResponse": {
|
|
9591
|
+
/** @description Application-specific error code */
|
|
9592
|
+
applicationStatusCode?: string;
|
|
9593
|
+
/** @description Entity-specific error code */
|
|
9594
|
+
entityStatusCode?: string;
|
|
9595
|
+
/** @description HTTP status code for the error */
|
|
9596
|
+
httpStatusCode?: number;
|
|
9597
|
+
/** @description Error message describing the issue */
|
|
9598
|
+
message?: string;
|
|
9599
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
9600
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
9601
|
+
};
|
|
9347
9602
|
"models.AccessToken": {
|
|
9348
9603
|
/** @description Audit information */
|
|
9349
9604
|
audit?: components["schemas"]["models.Audit"];
|
|
@@ -10690,6 +10945,7 @@ export declare namespace api {
|
|
|
10690
10945
|
type AddStrategyResponse = components['schemas']['api.AddStrategyResponse'];
|
|
10691
10946
|
type AddStrategySuccessResponse = components['schemas']['api.AddStrategySuccessResponse'];
|
|
10692
10947
|
type CursorPagination = components['schemas']['api.CursorPagination'];
|
|
10948
|
+
type DebugResponse = components['schemas']['api.DebugResponse'];
|
|
10693
10949
|
type DeleteAccessTokenErrorResponse = components['schemas']['api.DeleteAccessTokenErrorResponse'];
|
|
10694
10950
|
type DeleteAccessTokenSuccessResponse = components['schemas']['api.DeleteAccessTokenSuccessResponse'];
|
|
10695
10951
|
type DeleteStrategyErrorResponse = components['schemas']['api.DeleteStrategyErrorResponse'];
|
|
@@ -10697,6 +10953,7 @@ export declare namespace api {
|
|
|
10697
10953
|
type DeviceFilter = components['schemas']['api.DeviceFilter'];
|
|
10698
10954
|
type ErrorResponse = components['schemas']['api.ErrorResponse'];
|
|
10699
10955
|
type FaceRedactionMessage = components['schemas']['api.FaceRedactionMessage'];
|
|
10956
|
+
type FatalResponse = components['schemas']['api.FatalResponse'];
|
|
10700
10957
|
type GetAccessTokensErrorResponse = components['schemas']['api.GetAccessTokensErrorResponse'];
|
|
10701
10958
|
type GetAccessTokensResponse = components['schemas']['api.GetAccessTokensResponse'];
|
|
10702
10959
|
type GetAccessTokensSuccessResponse = components['schemas']['api.GetAccessTokensSuccessResponse'];
|
|
@@ -10770,6 +11027,7 @@ export declare namespace api {
|
|
|
10770
11027
|
type MediaFilter = components['schemas']['api.MediaFilter'];
|
|
10771
11028
|
type MediaGroup = components['schemas']['api.MediaGroup'];
|
|
10772
11029
|
type Metadata = components['schemas']['api.Metadata'];
|
|
11030
|
+
type PanicResponse = components['schemas']['api.PanicResponse'];
|
|
10773
11031
|
type RedactionEvent = components['schemas']['api.RedactionEvent'];
|
|
10774
11032
|
type SaveFaceRedactionErrorResponse = components['schemas']['api.SaveFaceRedactionErrorResponse'];
|
|
10775
11033
|
type SaveFaceRedactionRequest = components['schemas']['api.SaveFaceRedactionRequest'];
|
|
@@ -10781,6 +11039,7 @@ export declare namespace api {
|
|
|
10781
11039
|
type SubmitFaceRedactionResponse = components['schemas']['api.SubmitFaceRedactionResponse'];
|
|
10782
11040
|
type SubmitFaceRedactionSuccessResponse = components['schemas']['api.SubmitFaceRedactionSuccessResponse'];
|
|
10783
11041
|
type SuccessResponse = components['schemas']['api.SuccessResponse'];
|
|
11042
|
+
type TraceResponse = components['schemas']['api.TraceResponse'];
|
|
10784
11043
|
type UpdateAccessTokenErrorResponse = components['schemas']['api.UpdateAccessTokenErrorResponse'];
|
|
10785
11044
|
type UpdateAccessTokenRequest = components['schemas']['api.UpdateAccessTokenRequest'];
|
|
10786
11045
|
type UpdateAccessTokenResponse = components['schemas']['api.UpdateAccessTokenResponse'];
|
|
@@ -10789,4 +11048,5 @@ export declare namespace api {
|
|
|
10789
11048
|
type UpdateStrategyRequest = components['schemas']['api.UpdateStrategyRequest'];
|
|
10790
11049
|
type UpdateStrategyResponse = components['schemas']['api.UpdateStrategyResponse'];
|
|
10791
11050
|
type UpdateStrategySuccessResponse = components['schemas']['api.UpdateStrategySuccessResponse'];
|
|
11051
|
+
type WarningResponse = components['schemas']['api.WarningResponse'];
|
|
10792
11052
|
}
|