@uug-ai/models 1.1.1 → 1.1.3
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 +25 -26
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -4840,7 +4840,7 @@ export interface components {
|
|
|
4840
4840
|
/** @description Error message describing the issue */
|
|
4841
4841
|
message?: string;
|
|
4842
4842
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
4843
|
-
|
|
4843
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4844
4844
|
};
|
|
4845
4845
|
"api.AddAccessTokenRequest": {
|
|
4846
4846
|
token?: components["schemas"]["models.AccessToken"];
|
|
@@ -4859,7 +4859,7 @@ export interface components {
|
|
|
4859
4859
|
/** @description Success message describing the operation */
|
|
4860
4860
|
message?: string;
|
|
4861
4861
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
4862
|
-
|
|
4862
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4863
4863
|
};
|
|
4864
4864
|
"api.AddMarkerErrorResponse": {
|
|
4865
4865
|
/** @description Application-specific error code */
|
|
@@ -4871,7 +4871,7 @@ export interface components {
|
|
|
4871
4871
|
/** @description Error message describing the issue */
|
|
4872
4872
|
message?: string;
|
|
4873
4873
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
4874
|
-
|
|
4874
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4875
4875
|
};
|
|
4876
4876
|
"api.AddMarkerRequest": {
|
|
4877
4877
|
marker?: components["schemas"]["models.Marker"];
|
|
@@ -4890,7 +4890,7 @@ export interface components {
|
|
|
4890
4890
|
/** @description Success message describing the operation */
|
|
4891
4891
|
message?: string;
|
|
4892
4892
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
4893
|
-
|
|
4893
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4894
4894
|
};
|
|
4895
4895
|
/** @enum {string} */
|
|
4896
4896
|
"api.AnalysisStatus": "analysis_face_redaction_binding_failed" | "analysis_save_redaction_success" | "analysis_save_redaction_failed" | "analysis_submit_redaction_success" | "analysis_submit_redaction_failed" | "analysis_file_name_missing" | "analysis_signed_url_missing" | "analysis_all_frame_coordinates_missing" | "analysis_not_found" | "analysis_found" | "analysisId_missing";
|
|
@@ -4904,7 +4904,7 @@ export interface components {
|
|
|
4904
4904
|
/** @description Error message describing the issue */
|
|
4905
4905
|
message?: string;
|
|
4906
4906
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
4907
|
-
|
|
4907
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4908
4908
|
};
|
|
4909
4909
|
"api.DeleteAccessTokenRequest": Record<string, never>;
|
|
4910
4910
|
"api.DeleteAccessTokenResponse": Record<string, never>;
|
|
@@ -4919,7 +4919,7 @@ export interface components {
|
|
|
4919
4919
|
/** @description Success message describing the operation */
|
|
4920
4920
|
message?: string;
|
|
4921
4921
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
4922
|
-
|
|
4922
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4923
4923
|
};
|
|
4924
4924
|
"api.ErrorResponse": {
|
|
4925
4925
|
/** @description Application-specific error code */
|
|
@@ -4931,7 +4931,7 @@ export interface components {
|
|
|
4931
4931
|
/** @description Error message describing the issue */
|
|
4932
4932
|
message?: string;
|
|
4933
4933
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
4934
|
-
|
|
4934
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4935
4935
|
};
|
|
4936
4936
|
"api.FaceRedactionMessage": {
|
|
4937
4937
|
data?: {
|
|
@@ -4950,7 +4950,7 @@ export interface components {
|
|
|
4950
4950
|
/** @description Error message describing the issue */
|
|
4951
4951
|
message?: string;
|
|
4952
4952
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
4953
|
-
|
|
4953
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4954
4954
|
};
|
|
4955
4955
|
"api.GetAccessTokensRequest": Record<string, never>;
|
|
4956
4956
|
"api.GetAccessTokensResponse": {
|
|
@@ -4967,7 +4967,7 @@ export interface components {
|
|
|
4967
4967
|
/** @description Success message describing the operation */
|
|
4968
4968
|
message?: string;
|
|
4969
4969
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
4970
|
-
|
|
4970
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4971
4971
|
};
|
|
4972
4972
|
"api.GetAnalysisErrorResponse": {
|
|
4973
4973
|
/** @description Application-specific error code */
|
|
@@ -4979,7 +4979,7 @@ export interface components {
|
|
|
4979
4979
|
/** @description Error message describing the issue */
|
|
4980
4980
|
message?: string;
|
|
4981
4981
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
4982
|
-
|
|
4982
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4983
4983
|
};
|
|
4984
4984
|
"api.GetAnalysisRequest": {
|
|
4985
4985
|
analysisId?: string;
|
|
@@ -4998,7 +4998,7 @@ export interface components {
|
|
|
4998
4998
|
/** @description Success message describing the operation */
|
|
4999
4999
|
message?: string;
|
|
5000
5000
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
5001
|
-
|
|
5001
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
5002
5002
|
};
|
|
5003
5003
|
"api.GetMarkersErrorResponse": {
|
|
5004
5004
|
/** @description Application-specific error code */
|
|
@@ -5010,7 +5010,7 @@ export interface components {
|
|
|
5010
5010
|
/** @description Error message describing the issue */
|
|
5011
5011
|
message?: string;
|
|
5012
5012
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
5013
|
-
|
|
5013
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
5014
5014
|
};
|
|
5015
5015
|
"api.GetMarkersRequest": Record<string, never>;
|
|
5016
5016
|
"api.GetMarkersResponse": {
|
|
@@ -5027,7 +5027,7 @@ export interface components {
|
|
|
5027
5027
|
/** @description Success message describing the operation */
|
|
5028
5028
|
message?: string;
|
|
5029
5029
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
5030
|
-
|
|
5030
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
5031
5031
|
};
|
|
5032
5032
|
"api.GetMediaErrorResponse": {
|
|
5033
5033
|
/** @description Application-specific error code */
|
|
@@ -5039,7 +5039,7 @@ export interface components {
|
|
|
5039
5039
|
/** @description Error message describing the issue */
|
|
5040
5040
|
message?: string;
|
|
5041
5041
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
5042
|
-
|
|
5042
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
5043
5043
|
};
|
|
5044
5044
|
"api.GetMediaRequest": {
|
|
5045
5045
|
filter?: components["schemas"]["api.MediaFilter"];
|
|
@@ -5058,7 +5058,7 @@ export interface components {
|
|
|
5058
5058
|
/** @description Success message describing the operation */
|
|
5059
5059
|
message?: string;
|
|
5060
5060
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
5061
|
-
|
|
5061
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
5062
5062
|
};
|
|
5063
5063
|
"api.GetTimelineErrorResponse": {
|
|
5064
5064
|
/** @description Application-specific error code */
|
|
@@ -5070,7 +5070,7 @@ export interface components {
|
|
|
5070
5070
|
/** @description Error message describing the issue */
|
|
5071
5071
|
message?: string;
|
|
5072
5072
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
5073
|
-
|
|
5073
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
5074
5074
|
};
|
|
5075
5075
|
"api.GetTimelineRequest": {
|
|
5076
5076
|
filter?: components["schemas"]["api.MediaFilter"];
|
|
@@ -5090,7 +5090,7 @@ export interface components {
|
|
|
5090
5090
|
/** @description Success message describing the operation */
|
|
5091
5091
|
message?: string;
|
|
5092
5092
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
5093
|
-
|
|
5093
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
5094
5094
|
};
|
|
5095
5095
|
"api.MarkerOptions": {
|
|
5096
5096
|
names?: string[];
|
|
@@ -5122,7 +5122,6 @@ export interface components {
|
|
|
5122
5122
|
startTimestamp?: number;
|
|
5123
5123
|
};
|
|
5124
5124
|
"api.Metadata": {
|
|
5125
|
-
/** @description Additional data relevant to the request or response, this can be free-format */
|
|
5126
5125
|
data?: {
|
|
5127
5126
|
[key: string]: unknown;
|
|
5128
5127
|
};
|
|
@@ -5160,7 +5159,7 @@ export interface components {
|
|
|
5160
5159
|
/** @description Error message describing the issue */
|
|
5161
5160
|
message?: string;
|
|
5162
5161
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
5163
|
-
|
|
5162
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
5164
5163
|
};
|
|
5165
5164
|
"api.SaveFaceRedactionRequest": {
|
|
5166
5165
|
analysisId?: string;
|
|
@@ -5181,7 +5180,7 @@ export interface components {
|
|
|
5181
5180
|
/** @description Success message describing the operation */
|
|
5182
5181
|
message?: string;
|
|
5183
5182
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
5184
|
-
|
|
5183
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
5185
5184
|
};
|
|
5186
5185
|
"api.SubmitFaceRedactionErrorResponse": {
|
|
5187
5186
|
/** @description Application-specific error code */
|
|
@@ -5193,7 +5192,7 @@ export interface components {
|
|
|
5193
5192
|
/** @description Error message describing the issue */
|
|
5194
5193
|
message?: string;
|
|
5195
5194
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
5196
|
-
|
|
5195
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
5197
5196
|
};
|
|
5198
5197
|
"api.SubmitFaceRedactionRequest": {
|
|
5199
5198
|
allFrameCoordinates?: {
|
|
@@ -5220,7 +5219,7 @@ export interface components {
|
|
|
5220
5219
|
/** @description Success message describing the operation */
|
|
5221
5220
|
message?: string;
|
|
5222
5221
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
5223
|
-
|
|
5222
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
5224
5223
|
};
|
|
5225
5224
|
"api.SuccessResponse": {
|
|
5226
5225
|
/** @description Application-specific status code */
|
|
@@ -5232,7 +5231,7 @@ export interface components {
|
|
|
5232
5231
|
/** @description Success message describing the operation */
|
|
5233
5232
|
message?: string;
|
|
5234
5233
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
5235
|
-
|
|
5234
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
5236
5235
|
};
|
|
5237
5236
|
"api.UpdateAccessTokenErrorResponse": {
|
|
5238
5237
|
/** @description Application-specific error code */
|
|
@@ -5244,7 +5243,7 @@ export interface components {
|
|
|
5244
5243
|
/** @description Error message describing the issue */
|
|
5245
5244
|
message?: string;
|
|
5246
5245
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
5247
|
-
|
|
5246
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
5248
5247
|
};
|
|
5249
5248
|
"api.UpdateAccessTokenRequest": {
|
|
5250
5249
|
token?: components["schemas"]["models.AccessToken"];
|
|
@@ -5263,7 +5262,7 @@ export interface components {
|
|
|
5263
5262
|
/** @description Success message describing the operation */
|
|
5264
5263
|
message?: string;
|
|
5265
5264
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
5266
|
-
|
|
5265
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
5267
5266
|
};
|
|
5268
5267
|
"models.AccessToken": {
|
|
5269
5268
|
/** @description Audit information */
|
|
@@ -5717,7 +5716,7 @@ export interface components {
|
|
|
5717
5716
|
*/
|
|
5718
5717
|
mediaIds?: string[];
|
|
5719
5718
|
/** @description Additional metadata */
|
|
5720
|
-
|
|
5719
|
+
metadata?: components["schemas"]["models.MarkerMetadata"];
|
|
5721
5720
|
/**
|
|
5722
5721
|
* @description Name or identifier for the marker e.g., "a license plate (2-HCP-007), an unique identifier (transaction_id, point of sale), etc."
|
|
5723
5722
|
* @example 2-HCP-007
|