@uug-ai/models 1.2.2 → 1.2.4
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 +330 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -2811,6 +2811,162 @@ export interface paths {
|
|
|
2811
2811
|
patch?: never;
|
|
2812
2812
|
trace?: never;
|
|
2813
2813
|
};
|
|
2814
|
+
"/internal/gethealtherrorresponse": {
|
|
2815
|
+
parameters: {
|
|
2816
|
+
query?: never;
|
|
2817
|
+
header?: never;
|
|
2818
|
+
path?: never;
|
|
2819
|
+
cookie?: never;
|
|
2820
|
+
};
|
|
2821
|
+
/**
|
|
2822
|
+
* Get GetHealthErrorResponse (schema generation only)
|
|
2823
|
+
* @description Internal endpoint used only to ensure GetHealthErrorResponse schema is generated in OpenAPI spec
|
|
2824
|
+
*/
|
|
2825
|
+
get: {
|
|
2826
|
+
parameters: {
|
|
2827
|
+
query?: never;
|
|
2828
|
+
header?: never;
|
|
2829
|
+
path?: never;
|
|
2830
|
+
cookie?: never;
|
|
2831
|
+
};
|
|
2832
|
+
requestBody?: never;
|
|
2833
|
+
responses: {
|
|
2834
|
+
/** @description OK */
|
|
2835
|
+
200: {
|
|
2836
|
+
headers: {
|
|
2837
|
+
[name: string]: unknown;
|
|
2838
|
+
};
|
|
2839
|
+
content: {
|
|
2840
|
+
"application/json": components["schemas"]["api.GetHealthErrorResponse"];
|
|
2841
|
+
};
|
|
2842
|
+
};
|
|
2843
|
+
};
|
|
2844
|
+
};
|
|
2845
|
+
put?: never;
|
|
2846
|
+
post?: never;
|
|
2847
|
+
delete?: never;
|
|
2848
|
+
options?: never;
|
|
2849
|
+
head?: never;
|
|
2850
|
+
patch?: never;
|
|
2851
|
+
trace?: never;
|
|
2852
|
+
};
|
|
2853
|
+
"/internal/gethealthrequest": {
|
|
2854
|
+
parameters: {
|
|
2855
|
+
query?: never;
|
|
2856
|
+
header?: never;
|
|
2857
|
+
path?: never;
|
|
2858
|
+
cookie?: never;
|
|
2859
|
+
};
|
|
2860
|
+
/**
|
|
2861
|
+
* Get GetHealthRequest (schema generation only)
|
|
2862
|
+
* @description Internal endpoint used only to ensure GetHealthRequest schema is generated in OpenAPI spec
|
|
2863
|
+
*/
|
|
2864
|
+
get: {
|
|
2865
|
+
parameters: {
|
|
2866
|
+
query?: never;
|
|
2867
|
+
header?: never;
|
|
2868
|
+
path?: never;
|
|
2869
|
+
cookie?: never;
|
|
2870
|
+
};
|
|
2871
|
+
requestBody?: never;
|
|
2872
|
+
responses: {
|
|
2873
|
+
/** @description OK */
|
|
2874
|
+
200: {
|
|
2875
|
+
headers: {
|
|
2876
|
+
[name: string]: unknown;
|
|
2877
|
+
};
|
|
2878
|
+
content: {
|
|
2879
|
+
"application/json": components["schemas"]["api.GetHealthRequest"];
|
|
2880
|
+
};
|
|
2881
|
+
};
|
|
2882
|
+
};
|
|
2883
|
+
};
|
|
2884
|
+
put?: never;
|
|
2885
|
+
post?: never;
|
|
2886
|
+
delete?: never;
|
|
2887
|
+
options?: never;
|
|
2888
|
+
head?: never;
|
|
2889
|
+
patch?: never;
|
|
2890
|
+
trace?: never;
|
|
2891
|
+
};
|
|
2892
|
+
"/internal/gethealthresponse": {
|
|
2893
|
+
parameters: {
|
|
2894
|
+
query?: never;
|
|
2895
|
+
header?: never;
|
|
2896
|
+
path?: never;
|
|
2897
|
+
cookie?: never;
|
|
2898
|
+
};
|
|
2899
|
+
/**
|
|
2900
|
+
* Get GetHealthResponse (schema generation only)
|
|
2901
|
+
* @description Internal endpoint used only to ensure GetHealthResponse schema is generated in OpenAPI spec
|
|
2902
|
+
*/
|
|
2903
|
+
get: {
|
|
2904
|
+
parameters: {
|
|
2905
|
+
query?: never;
|
|
2906
|
+
header?: never;
|
|
2907
|
+
path?: never;
|
|
2908
|
+
cookie?: never;
|
|
2909
|
+
};
|
|
2910
|
+
requestBody?: never;
|
|
2911
|
+
responses: {
|
|
2912
|
+
/** @description OK */
|
|
2913
|
+
200: {
|
|
2914
|
+
headers: {
|
|
2915
|
+
[name: string]: unknown;
|
|
2916
|
+
};
|
|
2917
|
+
content: {
|
|
2918
|
+
"application/json": components["schemas"]["api.GetHealthResponse"];
|
|
2919
|
+
};
|
|
2920
|
+
};
|
|
2921
|
+
};
|
|
2922
|
+
};
|
|
2923
|
+
put?: never;
|
|
2924
|
+
post?: never;
|
|
2925
|
+
delete?: never;
|
|
2926
|
+
options?: never;
|
|
2927
|
+
head?: never;
|
|
2928
|
+
patch?: never;
|
|
2929
|
+
trace?: never;
|
|
2930
|
+
};
|
|
2931
|
+
"/internal/gethealthsuccessresponse": {
|
|
2932
|
+
parameters: {
|
|
2933
|
+
query?: never;
|
|
2934
|
+
header?: never;
|
|
2935
|
+
path?: never;
|
|
2936
|
+
cookie?: never;
|
|
2937
|
+
};
|
|
2938
|
+
/**
|
|
2939
|
+
* Get GetHealthSuccessResponse (schema generation only)
|
|
2940
|
+
* @description Internal endpoint used only to ensure GetHealthSuccessResponse schema is generated in OpenAPI spec
|
|
2941
|
+
*/
|
|
2942
|
+
get: {
|
|
2943
|
+
parameters: {
|
|
2944
|
+
query?: never;
|
|
2945
|
+
header?: never;
|
|
2946
|
+
path?: never;
|
|
2947
|
+
cookie?: never;
|
|
2948
|
+
};
|
|
2949
|
+
requestBody?: never;
|
|
2950
|
+
responses: {
|
|
2951
|
+
/** @description OK */
|
|
2952
|
+
200: {
|
|
2953
|
+
headers: {
|
|
2954
|
+
[name: string]: unknown;
|
|
2955
|
+
};
|
|
2956
|
+
content: {
|
|
2957
|
+
"application/json": components["schemas"]["api.GetHealthSuccessResponse"];
|
|
2958
|
+
};
|
|
2959
|
+
};
|
|
2960
|
+
};
|
|
2961
|
+
};
|
|
2962
|
+
put?: never;
|
|
2963
|
+
post?: never;
|
|
2964
|
+
delete?: never;
|
|
2965
|
+
options?: never;
|
|
2966
|
+
head?: never;
|
|
2967
|
+
patch?: never;
|
|
2968
|
+
trace?: never;
|
|
2969
|
+
};
|
|
2814
2970
|
"/internal/getmarkercategoryoptionserrorresponse": {
|
|
2815
2971
|
parameters: {
|
|
2816
2972
|
query?: never;
|
|
@@ -4371,6 +4527,123 @@ export interface paths {
|
|
|
4371
4527
|
patch?: never;
|
|
4372
4528
|
trace?: never;
|
|
4373
4529
|
};
|
|
4530
|
+
"/internal/health": {
|
|
4531
|
+
parameters: {
|
|
4532
|
+
query?: never;
|
|
4533
|
+
header?: never;
|
|
4534
|
+
path?: never;
|
|
4535
|
+
cookie?: never;
|
|
4536
|
+
};
|
|
4537
|
+
/**
|
|
4538
|
+
* Get Health (schema generation only)
|
|
4539
|
+
* @description Internal endpoint used only to ensure Health schema is generated in OpenAPI spec
|
|
4540
|
+
*/
|
|
4541
|
+
get: {
|
|
4542
|
+
parameters: {
|
|
4543
|
+
query?: never;
|
|
4544
|
+
header?: never;
|
|
4545
|
+
path?: never;
|
|
4546
|
+
cookie?: never;
|
|
4547
|
+
};
|
|
4548
|
+
requestBody?: never;
|
|
4549
|
+
responses: {
|
|
4550
|
+
/** @description OK */
|
|
4551
|
+
200: {
|
|
4552
|
+
headers: {
|
|
4553
|
+
[name: string]: unknown;
|
|
4554
|
+
};
|
|
4555
|
+
content: {
|
|
4556
|
+
"application/json": components["schemas"]["models.Health"];
|
|
4557
|
+
};
|
|
4558
|
+
};
|
|
4559
|
+
};
|
|
4560
|
+
};
|
|
4561
|
+
put?: never;
|
|
4562
|
+
post?: never;
|
|
4563
|
+
delete?: never;
|
|
4564
|
+
options?: never;
|
|
4565
|
+
head?: never;
|
|
4566
|
+
patch?: never;
|
|
4567
|
+
trace?: never;
|
|
4568
|
+
};
|
|
4569
|
+
"/internal/healthatruntimemetadata": {
|
|
4570
|
+
parameters: {
|
|
4571
|
+
query?: never;
|
|
4572
|
+
header?: never;
|
|
4573
|
+
path?: never;
|
|
4574
|
+
cookie?: never;
|
|
4575
|
+
};
|
|
4576
|
+
/**
|
|
4577
|
+
* Get HealthAtRuntimeMetadata (schema generation only)
|
|
4578
|
+
* @description Internal endpoint used only to ensure HealthAtRuntimeMetadata schema is generated in OpenAPI spec
|
|
4579
|
+
*/
|
|
4580
|
+
get: {
|
|
4581
|
+
parameters: {
|
|
4582
|
+
query?: never;
|
|
4583
|
+
header?: never;
|
|
4584
|
+
path?: never;
|
|
4585
|
+
cookie?: never;
|
|
4586
|
+
};
|
|
4587
|
+
requestBody?: never;
|
|
4588
|
+
responses: {
|
|
4589
|
+
/** @description OK */
|
|
4590
|
+
200: {
|
|
4591
|
+
headers: {
|
|
4592
|
+
[name: string]: unknown;
|
|
4593
|
+
};
|
|
4594
|
+
content: {
|
|
4595
|
+
"application/json": components["schemas"]["models.HealthAtRuntimeMetadata"];
|
|
4596
|
+
};
|
|
4597
|
+
};
|
|
4598
|
+
};
|
|
4599
|
+
};
|
|
4600
|
+
put?: never;
|
|
4601
|
+
post?: never;
|
|
4602
|
+
delete?: never;
|
|
4603
|
+
options?: never;
|
|
4604
|
+
head?: never;
|
|
4605
|
+
patch?: never;
|
|
4606
|
+
trace?: never;
|
|
4607
|
+
};
|
|
4608
|
+
"/internal/healthmetadata": {
|
|
4609
|
+
parameters: {
|
|
4610
|
+
query?: never;
|
|
4611
|
+
header?: never;
|
|
4612
|
+
path?: never;
|
|
4613
|
+
cookie?: never;
|
|
4614
|
+
};
|
|
4615
|
+
/**
|
|
4616
|
+
* Get HealthMetadata (schema generation only)
|
|
4617
|
+
* @description Internal endpoint used only to ensure HealthMetadata schema is generated in OpenAPI spec
|
|
4618
|
+
*/
|
|
4619
|
+
get: {
|
|
4620
|
+
parameters: {
|
|
4621
|
+
query?: never;
|
|
4622
|
+
header?: never;
|
|
4623
|
+
path?: never;
|
|
4624
|
+
cookie?: never;
|
|
4625
|
+
};
|
|
4626
|
+
requestBody?: never;
|
|
4627
|
+
responses: {
|
|
4628
|
+
/** @description OK */
|
|
4629
|
+
200: {
|
|
4630
|
+
headers: {
|
|
4631
|
+
[name: string]: unknown;
|
|
4632
|
+
};
|
|
4633
|
+
content: {
|
|
4634
|
+
"application/json": components["schemas"]["models.HealthMetadata"];
|
|
4635
|
+
};
|
|
4636
|
+
};
|
|
4637
|
+
};
|
|
4638
|
+
};
|
|
4639
|
+
put?: never;
|
|
4640
|
+
post?: never;
|
|
4641
|
+
delete?: never;
|
|
4642
|
+
options?: never;
|
|
4643
|
+
head?: never;
|
|
4644
|
+
patch?: never;
|
|
4645
|
+
trace?: never;
|
|
4646
|
+
};
|
|
4374
4647
|
"/internal/highupload": {
|
|
4375
4648
|
parameters: {
|
|
4376
4649
|
query?: never;
|
|
@@ -7950,6 +8223,35 @@ export interface components {
|
|
|
7950
8223
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
7951
8224
|
metadata?: components["schemas"]["api.Metadata"];
|
|
7952
8225
|
};
|
|
8226
|
+
"api.GetHealthErrorResponse": {
|
|
8227
|
+
/** @description Application-specific error code */
|
|
8228
|
+
applicationStatusCode?: string;
|
|
8229
|
+
/** @description Entity-specific error code */
|
|
8230
|
+
entityStatusCode?: string;
|
|
8231
|
+
/** @description HTTP status code for the error */
|
|
8232
|
+
httpStatusCode?: number;
|
|
8233
|
+
/** @description Error message describing the issue */
|
|
8234
|
+
message?: string;
|
|
8235
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
8236
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
8237
|
+
};
|
|
8238
|
+
"api.GetHealthRequest": Record<string, never>;
|
|
8239
|
+
"api.GetHealthResponse": {
|
|
8240
|
+
health?: components["schemas"]["models.Health"];
|
|
8241
|
+
};
|
|
8242
|
+
"api.GetHealthSuccessResponse": {
|
|
8243
|
+
/** @description Application-specific status code */
|
|
8244
|
+
applicationStatusCode?: string;
|
|
8245
|
+
data?: components["schemas"]["api.GetHealthResponse"];
|
|
8246
|
+
/** @description Entity-specific status code */
|
|
8247
|
+
entityStatusCode?: string;
|
|
8248
|
+
/** @description HTTP status code for the response */
|
|
8249
|
+
httpStatusCode?: number;
|
|
8250
|
+
/** @description Success message describing the operation */
|
|
8251
|
+
message?: string;
|
|
8252
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
8253
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
8254
|
+
};
|
|
7953
8255
|
"api.GetMarkerCategoryOptionsErrorResponse": {
|
|
7954
8256
|
/** @description Application-specific error code */
|
|
7955
8257
|
applicationStatusCode?: string;
|
|
@@ -8893,6 +9195,28 @@ export interface components {
|
|
|
8893
9195
|
text?: string;
|
|
8894
9196
|
value?: string;
|
|
8895
9197
|
};
|
|
9198
|
+
"models.Health": {
|
|
9199
|
+
/**
|
|
9200
|
+
* @description AtRuntimeMetadata contains metadata that is generated at runtime, which can include
|
|
9201
|
+
* more verbose information about the device's current state, capabilities, or configuration.
|
|
9202
|
+
* for example the linked sites details, etc.
|
|
9203
|
+
*/
|
|
9204
|
+
atRuntimeMetadata?: components["schemas"]["models.HealthAtRuntimeMetadata"];
|
|
9205
|
+
/** @description Audit information */
|
|
9206
|
+
audit?: components["schemas"]["models.Audit"];
|
|
9207
|
+
database?: string;
|
|
9208
|
+
description?: string;
|
|
9209
|
+
license?: string;
|
|
9210
|
+
/** @description Additional metadata */
|
|
9211
|
+
metadata?: components["schemas"]["models.HealthMetadata"];
|
|
9212
|
+
queue?: string;
|
|
9213
|
+
/** @description Synchronize */
|
|
9214
|
+
synchronize?: components["schemas"]["models.Synchronize"];
|
|
9215
|
+
};
|
|
9216
|
+
"models.HealthAtRuntimeMetadata": Record<string, never>;
|
|
9217
|
+
"models.HealthMetadata": {
|
|
9218
|
+
licenseExpiryDate?: string;
|
|
9219
|
+
};
|
|
8896
9220
|
"models.HighUpload": {
|
|
8897
9221
|
notification?: number;
|
|
8898
9222
|
requests?: number;
|
|
@@ -9216,6 +9540,7 @@ export interface components {
|
|
|
9216
9540
|
count?: number;
|
|
9217
9541
|
description?: string;
|
|
9218
9542
|
detections?: string[];
|
|
9543
|
+
deviceName?: string;
|
|
9219
9544
|
dominantColors?: string[];
|
|
9220
9545
|
embedding?: number[];
|
|
9221
9546
|
/** @description frames per second */
|
|
@@ -9714,6 +10039,8 @@ export declare namespace models {
|
|
|
9714
10039
|
type Group = components['schemas']['models.Group'];
|
|
9715
10040
|
type GroupMetadata = components['schemas']['models.GroupMetadata'];
|
|
9716
10041
|
type GroupOption = components['schemas']['models.GroupOption'];
|
|
10042
|
+
type Health = components['schemas']['models.Health'];
|
|
10043
|
+
type HealthMetadata = components['schemas']['models.HealthMetadata'];
|
|
9717
10044
|
type HighUpload = components['schemas']['models.HighUpload'];
|
|
9718
10045
|
type HourRange = components['schemas']['models.HourRange'];
|
|
9719
10046
|
type IO = components['schemas']['models.IO'];
|
|
@@ -9804,6 +10131,9 @@ export declare namespace api {
|
|
|
9804
10131
|
type GetGroupOptionsRequest = components['schemas']['api.GetGroupOptionsRequest'];
|
|
9805
10132
|
type GetGroupOptionsResponse = components['schemas']['api.GetGroupOptionsResponse'];
|
|
9806
10133
|
type GetGroupOptionsSuccessResponse = components['schemas']['api.GetGroupOptionsSuccessResponse'];
|
|
10134
|
+
type GetHealthErrorResponse = components['schemas']['api.GetHealthErrorResponse'];
|
|
10135
|
+
type GetHealthResponse = components['schemas']['api.GetHealthResponse'];
|
|
10136
|
+
type GetHealthSuccessResponse = components['schemas']['api.GetHealthSuccessResponse'];
|
|
9807
10137
|
type GetMarkerCategoryOptionsErrorResponse = components['schemas']['api.GetMarkerCategoryOptionsErrorResponse'];
|
|
9808
10138
|
type GetMarkerCategoryOptionsRequest = components['schemas']['api.GetMarkerCategoryOptionsRequest'];
|
|
9809
10139
|
type GetMarkerCategoryOptionsResponse = components['schemas']['api.GetMarkerCategoryOptionsResponse'];
|