@uug-ai/models 1.1.0 → 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 +249 -72
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -627,6 +627,84 @@ export interface paths {
|
|
|
627
627
|
patch?: never;
|
|
628
628
|
trace?: never;
|
|
629
629
|
};
|
|
630
|
+
"/internal/auditcreate": {
|
|
631
|
+
parameters: {
|
|
632
|
+
query?: never;
|
|
633
|
+
header?: never;
|
|
634
|
+
path?: never;
|
|
635
|
+
cookie?: never;
|
|
636
|
+
};
|
|
637
|
+
/**
|
|
638
|
+
* Get AuditCreate (schema generation only)
|
|
639
|
+
* @description Internal endpoint used only to ensure AuditCreate schema is generated in OpenAPI spec
|
|
640
|
+
*/
|
|
641
|
+
get: {
|
|
642
|
+
parameters: {
|
|
643
|
+
query?: never;
|
|
644
|
+
header?: never;
|
|
645
|
+
path?: never;
|
|
646
|
+
cookie?: never;
|
|
647
|
+
};
|
|
648
|
+
requestBody?: never;
|
|
649
|
+
responses: {
|
|
650
|
+
/** @description OK */
|
|
651
|
+
200: {
|
|
652
|
+
headers: {
|
|
653
|
+
[name: string]: unknown;
|
|
654
|
+
};
|
|
655
|
+
content: {
|
|
656
|
+
"application/json": components["schemas"]["models.AuditCreate"];
|
|
657
|
+
};
|
|
658
|
+
};
|
|
659
|
+
};
|
|
660
|
+
};
|
|
661
|
+
put?: never;
|
|
662
|
+
post?: never;
|
|
663
|
+
delete?: never;
|
|
664
|
+
options?: never;
|
|
665
|
+
head?: never;
|
|
666
|
+
patch?: never;
|
|
667
|
+
trace?: never;
|
|
668
|
+
};
|
|
669
|
+
"/internal/auditupdate": {
|
|
670
|
+
parameters: {
|
|
671
|
+
query?: never;
|
|
672
|
+
header?: never;
|
|
673
|
+
path?: never;
|
|
674
|
+
cookie?: never;
|
|
675
|
+
};
|
|
676
|
+
/**
|
|
677
|
+
* Get AuditUpdate (schema generation only)
|
|
678
|
+
* @description Internal endpoint used only to ensure AuditUpdate schema is generated in OpenAPI spec
|
|
679
|
+
*/
|
|
680
|
+
get: {
|
|
681
|
+
parameters: {
|
|
682
|
+
query?: never;
|
|
683
|
+
header?: never;
|
|
684
|
+
path?: never;
|
|
685
|
+
cookie?: never;
|
|
686
|
+
};
|
|
687
|
+
requestBody?: never;
|
|
688
|
+
responses: {
|
|
689
|
+
/** @description OK */
|
|
690
|
+
200: {
|
|
691
|
+
headers: {
|
|
692
|
+
[name: string]: unknown;
|
|
693
|
+
};
|
|
694
|
+
content: {
|
|
695
|
+
"application/json": components["schemas"]["models.AuditUpdate"];
|
|
696
|
+
};
|
|
697
|
+
};
|
|
698
|
+
};
|
|
699
|
+
};
|
|
700
|
+
put?: never;
|
|
701
|
+
post?: never;
|
|
702
|
+
delete?: never;
|
|
703
|
+
options?: never;
|
|
704
|
+
head?: never;
|
|
705
|
+
patch?: never;
|
|
706
|
+
trace?: never;
|
|
707
|
+
};
|
|
630
708
|
"/internal/classify": {
|
|
631
709
|
parameters: {
|
|
632
710
|
query?: never;
|
|
@@ -2655,6 +2733,45 @@ export interface paths {
|
|
|
2655
2733
|
patch?: never;
|
|
2656
2734
|
trace?: never;
|
|
2657
2735
|
};
|
|
2736
|
+
"/internal/markerevent": {
|
|
2737
|
+
parameters: {
|
|
2738
|
+
query?: never;
|
|
2739
|
+
header?: never;
|
|
2740
|
+
path?: never;
|
|
2741
|
+
cookie?: never;
|
|
2742
|
+
};
|
|
2743
|
+
/**
|
|
2744
|
+
* Get MarkerEvent (schema generation only)
|
|
2745
|
+
* @description Internal endpoint used only to ensure MarkerEvent schema is generated in OpenAPI spec
|
|
2746
|
+
*/
|
|
2747
|
+
get: {
|
|
2748
|
+
parameters: {
|
|
2749
|
+
query?: never;
|
|
2750
|
+
header?: never;
|
|
2751
|
+
path?: never;
|
|
2752
|
+
cookie?: never;
|
|
2753
|
+
};
|
|
2754
|
+
requestBody?: never;
|
|
2755
|
+
responses: {
|
|
2756
|
+
/** @description OK */
|
|
2757
|
+
200: {
|
|
2758
|
+
headers: {
|
|
2759
|
+
[name: string]: unknown;
|
|
2760
|
+
};
|
|
2761
|
+
content: {
|
|
2762
|
+
"application/json": components["schemas"]["models.MarkerEvent"];
|
|
2763
|
+
};
|
|
2764
|
+
};
|
|
2765
|
+
};
|
|
2766
|
+
};
|
|
2767
|
+
put?: never;
|
|
2768
|
+
post?: never;
|
|
2769
|
+
delete?: never;
|
|
2770
|
+
options?: never;
|
|
2771
|
+
head?: never;
|
|
2772
|
+
patch?: never;
|
|
2773
|
+
trace?: never;
|
|
2774
|
+
};
|
|
2658
2775
|
"/internal/markermetadata": {
|
|
2659
2776
|
parameters: {
|
|
2660
2777
|
query?: never;
|
|
@@ -2928,6 +3045,45 @@ export interface paths {
|
|
|
2928
3045
|
patch?: never;
|
|
2929
3046
|
trace?: never;
|
|
2930
3047
|
};
|
|
3048
|
+
"/internal/model": {
|
|
3049
|
+
parameters: {
|
|
3050
|
+
query?: never;
|
|
3051
|
+
header?: never;
|
|
3052
|
+
path?: never;
|
|
3053
|
+
cookie?: never;
|
|
3054
|
+
};
|
|
3055
|
+
/**
|
|
3056
|
+
* Get Model (schema generation only)
|
|
3057
|
+
* @description Internal endpoint used only to ensure Model schema is generated in OpenAPI spec
|
|
3058
|
+
*/
|
|
3059
|
+
get: {
|
|
3060
|
+
parameters: {
|
|
3061
|
+
query?: never;
|
|
3062
|
+
header?: never;
|
|
3063
|
+
path?: never;
|
|
3064
|
+
cookie?: never;
|
|
3065
|
+
};
|
|
3066
|
+
requestBody?: never;
|
|
3067
|
+
responses: {
|
|
3068
|
+
/** @description OK */
|
|
3069
|
+
200: {
|
|
3070
|
+
headers: {
|
|
3071
|
+
[name: string]: unknown;
|
|
3072
|
+
};
|
|
3073
|
+
content: {
|
|
3074
|
+
"application/json": components["schemas"]["models.Model"];
|
|
3075
|
+
};
|
|
3076
|
+
};
|
|
3077
|
+
};
|
|
3078
|
+
};
|
|
3079
|
+
put?: never;
|
|
3080
|
+
post?: never;
|
|
3081
|
+
delete?: never;
|
|
3082
|
+
options?: never;
|
|
3083
|
+
head?: never;
|
|
3084
|
+
patch?: never;
|
|
3085
|
+
trace?: never;
|
|
3086
|
+
};
|
|
2931
3087
|
"/internal/monitorstage": {
|
|
2932
3088
|
parameters: {
|
|
2933
3089
|
query?: never;
|
|
@@ -3552,45 +3708,6 @@ export interface paths {
|
|
|
3552
3708
|
patch?: never;
|
|
3553
3709
|
trace?: never;
|
|
3554
3710
|
};
|
|
3555
|
-
"/internal/sitelocationmetadata": {
|
|
3556
|
-
parameters: {
|
|
3557
|
-
query?: never;
|
|
3558
|
-
header?: never;
|
|
3559
|
-
path?: never;
|
|
3560
|
-
cookie?: never;
|
|
3561
|
-
};
|
|
3562
|
-
/**
|
|
3563
|
-
* Get SiteLocationMetadata (schema generation only)
|
|
3564
|
-
* @description Internal endpoint used only to ensure SiteLocationMetadata schema is generated in OpenAPI spec
|
|
3565
|
-
*/
|
|
3566
|
-
get: {
|
|
3567
|
-
parameters: {
|
|
3568
|
-
query?: never;
|
|
3569
|
-
header?: never;
|
|
3570
|
-
path?: never;
|
|
3571
|
-
cookie?: never;
|
|
3572
|
-
};
|
|
3573
|
-
requestBody?: never;
|
|
3574
|
-
responses: {
|
|
3575
|
-
/** @description OK */
|
|
3576
|
-
200: {
|
|
3577
|
-
headers: {
|
|
3578
|
-
[name: string]: unknown;
|
|
3579
|
-
};
|
|
3580
|
-
content: {
|
|
3581
|
-
"application/json": components["schemas"]["models.SiteLocationMetadata"];
|
|
3582
|
-
};
|
|
3583
|
-
};
|
|
3584
|
-
};
|
|
3585
|
-
};
|
|
3586
|
-
put?: never;
|
|
3587
|
-
post?: never;
|
|
3588
|
-
delete?: never;
|
|
3589
|
-
options?: never;
|
|
3590
|
-
head?: never;
|
|
3591
|
-
patch?: never;
|
|
3592
|
-
trace?: never;
|
|
3593
|
-
};
|
|
3594
3711
|
"/internal/sitemetadata": {
|
|
3595
3712
|
parameters: {
|
|
3596
3713
|
query?: never;
|
|
@@ -4723,7 +4840,7 @@ export interface components {
|
|
|
4723
4840
|
/** @description Error message describing the issue */
|
|
4724
4841
|
message?: string;
|
|
4725
4842
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
4726
|
-
|
|
4843
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4727
4844
|
};
|
|
4728
4845
|
"api.AddAccessTokenRequest": {
|
|
4729
4846
|
token?: components["schemas"]["models.AccessToken"];
|
|
@@ -4742,7 +4859,7 @@ export interface components {
|
|
|
4742
4859
|
/** @description Success message describing the operation */
|
|
4743
4860
|
message?: string;
|
|
4744
4861
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
4745
|
-
|
|
4862
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4746
4863
|
};
|
|
4747
4864
|
"api.AddMarkerErrorResponse": {
|
|
4748
4865
|
/** @description Application-specific error code */
|
|
@@ -4754,7 +4871,7 @@ export interface components {
|
|
|
4754
4871
|
/** @description Error message describing the issue */
|
|
4755
4872
|
message?: string;
|
|
4756
4873
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
4757
|
-
|
|
4874
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4758
4875
|
};
|
|
4759
4876
|
"api.AddMarkerRequest": {
|
|
4760
4877
|
marker?: components["schemas"]["models.Marker"];
|
|
@@ -4773,7 +4890,7 @@ export interface components {
|
|
|
4773
4890
|
/** @description Success message describing the operation */
|
|
4774
4891
|
message?: string;
|
|
4775
4892
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
4776
|
-
|
|
4893
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4777
4894
|
};
|
|
4778
4895
|
/** @enum {string} */
|
|
4779
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";
|
|
@@ -4787,7 +4904,7 @@ export interface components {
|
|
|
4787
4904
|
/** @description Error message describing the issue */
|
|
4788
4905
|
message?: string;
|
|
4789
4906
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
4790
|
-
|
|
4907
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4791
4908
|
};
|
|
4792
4909
|
"api.DeleteAccessTokenRequest": Record<string, never>;
|
|
4793
4910
|
"api.DeleteAccessTokenResponse": Record<string, never>;
|
|
@@ -4802,7 +4919,7 @@ export interface components {
|
|
|
4802
4919
|
/** @description Success message describing the operation */
|
|
4803
4920
|
message?: string;
|
|
4804
4921
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
4805
|
-
|
|
4922
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4806
4923
|
};
|
|
4807
4924
|
"api.ErrorResponse": {
|
|
4808
4925
|
/** @description Application-specific error code */
|
|
@@ -4814,7 +4931,7 @@ export interface components {
|
|
|
4814
4931
|
/** @description Error message describing the issue */
|
|
4815
4932
|
message?: string;
|
|
4816
4933
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
4817
|
-
|
|
4934
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4818
4935
|
};
|
|
4819
4936
|
"api.FaceRedactionMessage": {
|
|
4820
4937
|
data?: {
|
|
@@ -4833,7 +4950,7 @@ export interface components {
|
|
|
4833
4950
|
/** @description Error message describing the issue */
|
|
4834
4951
|
message?: string;
|
|
4835
4952
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
4836
|
-
|
|
4953
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4837
4954
|
};
|
|
4838
4955
|
"api.GetAccessTokensRequest": Record<string, never>;
|
|
4839
4956
|
"api.GetAccessTokensResponse": {
|
|
@@ -4850,7 +4967,7 @@ export interface components {
|
|
|
4850
4967
|
/** @description Success message describing the operation */
|
|
4851
4968
|
message?: string;
|
|
4852
4969
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
4853
|
-
|
|
4970
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4854
4971
|
};
|
|
4855
4972
|
"api.GetAnalysisErrorResponse": {
|
|
4856
4973
|
/** @description Application-specific error code */
|
|
@@ -4862,7 +4979,7 @@ export interface components {
|
|
|
4862
4979
|
/** @description Error message describing the issue */
|
|
4863
4980
|
message?: string;
|
|
4864
4981
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
4865
|
-
|
|
4982
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4866
4983
|
};
|
|
4867
4984
|
"api.GetAnalysisRequest": {
|
|
4868
4985
|
analysisId?: string;
|
|
@@ -4881,7 +4998,7 @@ export interface components {
|
|
|
4881
4998
|
/** @description Success message describing the operation */
|
|
4882
4999
|
message?: string;
|
|
4883
5000
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
4884
|
-
|
|
5001
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4885
5002
|
};
|
|
4886
5003
|
"api.GetMarkersErrorResponse": {
|
|
4887
5004
|
/** @description Application-specific error code */
|
|
@@ -4893,7 +5010,7 @@ export interface components {
|
|
|
4893
5010
|
/** @description Error message describing the issue */
|
|
4894
5011
|
message?: string;
|
|
4895
5012
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
4896
|
-
|
|
5013
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4897
5014
|
};
|
|
4898
5015
|
"api.GetMarkersRequest": Record<string, never>;
|
|
4899
5016
|
"api.GetMarkersResponse": {
|
|
@@ -4910,7 +5027,7 @@ export interface components {
|
|
|
4910
5027
|
/** @description Success message describing the operation */
|
|
4911
5028
|
message?: string;
|
|
4912
5029
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
4913
|
-
|
|
5030
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4914
5031
|
};
|
|
4915
5032
|
"api.GetMediaErrorResponse": {
|
|
4916
5033
|
/** @description Application-specific error code */
|
|
@@ -4922,7 +5039,7 @@ export interface components {
|
|
|
4922
5039
|
/** @description Error message describing the issue */
|
|
4923
5040
|
message?: string;
|
|
4924
5041
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
4925
|
-
|
|
5042
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4926
5043
|
};
|
|
4927
5044
|
"api.GetMediaRequest": {
|
|
4928
5045
|
filter?: components["schemas"]["api.MediaFilter"];
|
|
@@ -4941,7 +5058,7 @@ export interface components {
|
|
|
4941
5058
|
/** @description Success message describing the operation */
|
|
4942
5059
|
message?: string;
|
|
4943
5060
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
4944
|
-
|
|
5061
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4945
5062
|
};
|
|
4946
5063
|
"api.GetTimelineErrorResponse": {
|
|
4947
5064
|
/** @description Application-specific error code */
|
|
@@ -4953,7 +5070,7 @@ export interface components {
|
|
|
4953
5070
|
/** @description Error message describing the issue */
|
|
4954
5071
|
message?: string;
|
|
4955
5072
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
4956
|
-
|
|
5073
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4957
5074
|
};
|
|
4958
5075
|
"api.GetTimelineRequest": {
|
|
4959
5076
|
filter?: components["schemas"]["api.MediaFilter"];
|
|
@@ -4973,7 +5090,7 @@ export interface components {
|
|
|
4973
5090
|
/** @description Success message describing the operation */
|
|
4974
5091
|
message?: string;
|
|
4975
5092
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
4976
|
-
|
|
5093
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
4977
5094
|
};
|
|
4978
5095
|
"api.MarkerOptions": {
|
|
4979
5096
|
names?: string[];
|
|
@@ -5005,7 +5122,6 @@ export interface components {
|
|
|
5005
5122
|
startTimestamp?: number;
|
|
5006
5123
|
};
|
|
5007
5124
|
"api.Metadata": {
|
|
5008
|
-
/** @description Additional data relevant to the request or response, this can be free-format */
|
|
5009
5125
|
data?: {
|
|
5010
5126
|
[key: string]: unknown;
|
|
5011
5127
|
};
|
|
@@ -5043,7 +5159,7 @@ export interface components {
|
|
|
5043
5159
|
/** @description Error message describing the issue */
|
|
5044
5160
|
message?: string;
|
|
5045
5161
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
5046
|
-
|
|
5162
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
5047
5163
|
};
|
|
5048
5164
|
"api.SaveFaceRedactionRequest": {
|
|
5049
5165
|
analysisId?: string;
|
|
@@ -5064,7 +5180,7 @@ export interface components {
|
|
|
5064
5180
|
/** @description Success message describing the operation */
|
|
5065
5181
|
message?: string;
|
|
5066
5182
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
5067
|
-
|
|
5183
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
5068
5184
|
};
|
|
5069
5185
|
"api.SubmitFaceRedactionErrorResponse": {
|
|
5070
5186
|
/** @description Application-specific error code */
|
|
@@ -5076,7 +5192,7 @@ export interface components {
|
|
|
5076
5192
|
/** @description Error message describing the issue */
|
|
5077
5193
|
message?: string;
|
|
5078
5194
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
5079
|
-
|
|
5195
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
5080
5196
|
};
|
|
5081
5197
|
"api.SubmitFaceRedactionRequest": {
|
|
5082
5198
|
allFrameCoordinates?: {
|
|
@@ -5103,7 +5219,7 @@ export interface components {
|
|
|
5103
5219
|
/** @description Success message describing the operation */
|
|
5104
5220
|
message?: string;
|
|
5105
5221
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
5106
|
-
|
|
5222
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
5107
5223
|
};
|
|
5108
5224
|
"api.SuccessResponse": {
|
|
5109
5225
|
/** @description Application-specific status code */
|
|
@@ -5115,7 +5231,7 @@ export interface components {
|
|
|
5115
5231
|
/** @description Success message describing the operation */
|
|
5116
5232
|
message?: string;
|
|
5117
5233
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
5118
|
-
|
|
5234
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
5119
5235
|
};
|
|
5120
5236
|
"api.UpdateAccessTokenErrorResponse": {
|
|
5121
5237
|
/** @description Application-specific error code */
|
|
@@ -5127,7 +5243,7 @@ export interface components {
|
|
|
5127
5243
|
/** @description Error message describing the issue */
|
|
5128
5244
|
message?: string;
|
|
5129
5245
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
5130
|
-
|
|
5246
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
5131
5247
|
};
|
|
5132
5248
|
"api.UpdateAccessTokenRequest": {
|
|
5133
5249
|
token?: components["schemas"]["models.AccessToken"];
|
|
@@ -5146,7 +5262,7 @@ export interface components {
|
|
|
5146
5262
|
/** @description Success message describing the operation */
|
|
5147
5263
|
message?: string;
|
|
5148
5264
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
5149
|
-
|
|
5265
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
5150
5266
|
};
|
|
5151
5267
|
"models.AccessToken": {
|
|
5152
5268
|
/** @description Audit information */
|
|
@@ -5233,8 +5349,15 @@ export interface components {
|
|
|
5233
5349
|
user_id?: string;
|
|
5234
5350
|
};
|
|
5235
5351
|
"models.Audit": {
|
|
5352
|
+
create?: components["schemas"]["models.AuditCreate"];
|
|
5353
|
+
/** @description UpdateHistory is a chronological list of updates, ordered by UpdatedAt. */
|
|
5354
|
+
updateHistory?: components["schemas"]["models.AuditUpdate"][];
|
|
5355
|
+
};
|
|
5356
|
+
"models.AuditCreate": {
|
|
5236
5357
|
createdAt?: number;
|
|
5237
5358
|
createdBy?: string;
|
|
5359
|
+
};
|
|
5360
|
+
"models.AuditUpdate": {
|
|
5238
5361
|
updatedAt?: number;
|
|
5239
5362
|
updatedBy?: string;
|
|
5240
5363
|
};
|
|
@@ -5572,6 +5695,8 @@ export interface components {
|
|
|
5572
5695
|
* @example 1752482079
|
|
5573
5696
|
*/
|
|
5574
5697
|
endTimestamp?: number;
|
|
5698
|
+
/** @description Events associated with the marker, such as motion detected, sound detected, etc. */
|
|
5699
|
+
events?: components["schemas"]["models.MarkerEvent"][];
|
|
5575
5700
|
/**
|
|
5576
5701
|
* @description GroupId is used to identify the group of markers
|
|
5577
5702
|
* @example 686a906345c1df594pmt41w4
|
|
@@ -5591,7 +5716,7 @@ export interface components {
|
|
|
5591
5716
|
*/
|
|
5592
5717
|
mediaIds?: string[];
|
|
5593
5718
|
/** @description Additional metadata */
|
|
5594
|
-
|
|
5719
|
+
metadata?: components["schemas"]["models.MarkerMetadata"];
|
|
5595
5720
|
/**
|
|
5596
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."
|
|
5597
5722
|
* @example 2-HCP-007
|
|
@@ -5620,6 +5745,31 @@ export interface components {
|
|
|
5620
5745
|
*/
|
|
5621
5746
|
type?: string;
|
|
5622
5747
|
};
|
|
5748
|
+
"models.MarkerEvent": {
|
|
5749
|
+
/**
|
|
5750
|
+
* @description Description of the event
|
|
5751
|
+
* @example Motion detected in the lobby area
|
|
5752
|
+
*/
|
|
5753
|
+
description?: string;
|
|
5754
|
+
/**
|
|
5755
|
+
* @description Name or identifier for the event e.g., "Motion Detected", "Sound Detected", etc.
|
|
5756
|
+
* @example Motion Detected
|
|
5757
|
+
*/
|
|
5758
|
+
name?: string;
|
|
5759
|
+
/**
|
|
5760
|
+
* @description Tags associated with the event for categorization
|
|
5761
|
+
* @example [
|
|
5762
|
+
* "[\"urgent\"",
|
|
5763
|
+
* "\"review-needed\"]"
|
|
5764
|
+
* ]
|
|
5765
|
+
*/
|
|
5766
|
+
tags?: string[];
|
|
5767
|
+
/**
|
|
5768
|
+
* @description Timestamp of the event in seconds since epoch
|
|
5769
|
+
* @example 1752482070
|
|
5770
|
+
*/
|
|
5771
|
+
timestamp?: number;
|
|
5772
|
+
};
|
|
5623
5773
|
"models.MarkerMetadata": {
|
|
5624
5774
|
/** @description Additional comments or description of the marker */
|
|
5625
5775
|
comments?: components["schemas"]["models.Comment"];
|
|
@@ -5671,7 +5821,7 @@ export interface components {
|
|
|
5671
5821
|
};
|
|
5672
5822
|
"models.MediaAtRuntimeMetadata": {
|
|
5673
5823
|
/** @description Timestamp when the runtime metadata was cached. */
|
|
5674
|
-
|
|
5824
|
+
cachedTimestamp?: number;
|
|
5675
5825
|
redactionUrl?: string;
|
|
5676
5826
|
spriteUrl?: string;
|
|
5677
5827
|
thumbnailUrl?: string;
|
|
@@ -5701,6 +5851,34 @@ export interface components {
|
|
|
5701
5851
|
/** @description Tags associated to give some context about the media file */
|
|
5702
5852
|
tags?: string[];
|
|
5703
5853
|
};
|
|
5854
|
+
"models.Model": {
|
|
5855
|
+
/**
|
|
5856
|
+
* @description AtRuntimeMetadata are computed or dynamic information about the model that is relevant during its usage or processing.
|
|
5857
|
+
* This information is generated at run time and is not stored into the database. All other information of the model is persisted into the database.
|
|
5858
|
+
* and is not altered during runtime.
|
|
5859
|
+
* e.g.
|
|
5860
|
+
* Media model -> signed URLS for accessing the media, processing status, etc.
|
|
5861
|
+
* Device model -> current status (active, inactive), etc.
|
|
5862
|
+
*/
|
|
5863
|
+
atRuntimeMetadata?: components["schemas"]["models.MediaAtRuntimeMetadata"];
|
|
5864
|
+
/**
|
|
5865
|
+
* @description Audit information: every model should have audit information to track its creation and modification history.
|
|
5866
|
+
* This is important for maintaining data integrity and accountability.
|
|
5867
|
+
*/
|
|
5868
|
+
audit?: components["schemas"]["models.Audit"];
|
|
5869
|
+
/** @description Unique identifier for the model, this is used to retrieve the model from the database by its unique ID. */
|
|
5870
|
+
id?: string;
|
|
5871
|
+
/**
|
|
5872
|
+
* @description Metadata is additional information about the model that is not critical for its primary function,
|
|
5873
|
+
* but can provide useful context or details.
|
|
5874
|
+
* e.g.
|
|
5875
|
+
* User model -> profile information, preferences, etc.
|
|
5876
|
+
* Device model -> location, installation date, etc.
|
|
5877
|
+
* Media model -> tags, description, etc.
|
|
5878
|
+
* Marker model -> comments, tags, etc.
|
|
5879
|
+
*/
|
|
5880
|
+
metadata?: components["schemas"]["models.MediaMetadata"];
|
|
5881
|
+
};
|
|
5704
5882
|
"models.MonitorStage": {
|
|
5705
5883
|
activity?: components["schemas"]["models.Activity"];
|
|
5706
5884
|
highUpload?: components["schemas"]["models.HighUpload"];
|
|
@@ -5818,8 +5996,6 @@ export interface components {
|
|
|
5818
5996
|
devices?: string[];
|
|
5819
5997
|
groups?: string[];
|
|
5820
5998
|
id?: string;
|
|
5821
|
-
/** @description Location metadata */
|
|
5822
|
-
locationMetadata?: components["schemas"]["models.SiteLocationMetadata"];
|
|
5823
5999
|
/** @description Metadata */
|
|
5824
6000
|
metadata?: components["schemas"]["models.SiteMetadata"];
|
|
5825
6001
|
name?: string;
|
|
@@ -5834,14 +6010,12 @@ export interface components {
|
|
|
5834
6010
|
vaultSecretKey?: string;
|
|
5835
6011
|
vaultUri?: string;
|
|
5836
6012
|
};
|
|
5837
|
-
"models.SiteLocationMetadata": {
|
|
5838
|
-
location?: components["schemas"]["models.Location"];
|
|
5839
|
-
};
|
|
5840
6013
|
"models.SiteMetadata": {
|
|
5841
6014
|
color?: string;
|
|
5842
6015
|
/** @description List of floor plans associated with the site */
|
|
5843
6016
|
floorPlans?: components["schemas"]["models.FloorPlan"][];
|
|
5844
6017
|
initials?: string;
|
|
6018
|
+
location?: components["schemas"]["models.Location"];
|
|
5845
6019
|
numberOfFloorPlans?: number;
|
|
5846
6020
|
};
|
|
5847
6021
|
"models.Sprite": {
|
|
@@ -6055,6 +6229,8 @@ export declare namespace models {
|
|
|
6055
6229
|
type AnalysisStage = components['schemas']['models.AnalysisStage'];
|
|
6056
6230
|
type AnalysisWrapper = components['schemas']['models.AnalysisWrapper'];
|
|
6057
6231
|
type Audit = components['schemas']['models.Audit'];
|
|
6232
|
+
type AuditCreate = components['schemas']['models.AuditCreate'];
|
|
6233
|
+
type AuditUpdate = components['schemas']['models.AuditUpdate'];
|
|
6058
6234
|
type Classify = components['schemas']['models.Classify'];
|
|
6059
6235
|
type ClassifyDetails = components['schemas']['models.ClassifyDetails'];
|
|
6060
6236
|
type Color = components['schemas']['models.Color'];
|
|
@@ -6080,10 +6256,12 @@ export declare namespace models {
|
|
|
6080
6256
|
type IO = components['schemas']['models.IO'];
|
|
6081
6257
|
type Location = components['schemas']['models.Location'];
|
|
6082
6258
|
type Marker = components['schemas']['models.Marker'];
|
|
6259
|
+
type MarkerEvent = components['schemas']['models.MarkerEvent'];
|
|
6083
6260
|
type MarkerMetadata = components['schemas']['models.MarkerMetadata'];
|
|
6084
6261
|
type Media = components['schemas']['models.Media'];
|
|
6085
6262
|
type MediaAtRuntimeMetadata = components['schemas']['models.MediaAtRuntimeMetadata'];
|
|
6086
6263
|
type MediaMetadata = components['schemas']['models.MediaMetadata'];
|
|
6264
|
+
type Model = components['schemas']['models.Model'];
|
|
6087
6265
|
type MonitorStage = components['schemas']['models.MonitorStage'];
|
|
6088
6266
|
type NotificationStage = components['schemas']['models.NotificationStage'];
|
|
6089
6267
|
type PipelineEvent = components['schemas']['models.PipelineEvent'];
|
|
@@ -6095,7 +6273,6 @@ export declare namespace models {
|
|
|
6095
6273
|
type Role = components['schemas']['models.Role'];
|
|
6096
6274
|
type SequenceStage = components['schemas']['models.SequenceStage'];
|
|
6097
6275
|
type Site = components['schemas']['models.Site'];
|
|
6098
|
-
type SiteLocationMetadata = components['schemas']['models.SiteLocationMetadata'];
|
|
6099
6276
|
type SiteMetadata = components['schemas']['models.SiteMetadata'];
|
|
6100
6277
|
type Sprite = components['schemas']['models.Sprite'];
|
|
6101
6278
|
type Storage = components['schemas']['models.Storage'];
|