@uug-ai/models 1.4.27 → 1.4.29
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 +209 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -4176,6 +4176,45 @@ export interface paths {
|
|
|
4176
4176
|
patch?: never;
|
|
4177
4177
|
trace?: never;
|
|
4178
4178
|
};
|
|
4179
|
+
"/internal/getdeviceerrorresponse": {
|
|
4180
|
+
parameters: {
|
|
4181
|
+
query?: never;
|
|
4182
|
+
header?: never;
|
|
4183
|
+
path?: never;
|
|
4184
|
+
cookie?: never;
|
|
4185
|
+
};
|
|
4186
|
+
/**
|
|
4187
|
+
* Get GetDeviceErrorResponse (schema generation only)
|
|
4188
|
+
* @description Internal endpoint used only to ensure GetDeviceErrorResponse schema is generated in OpenAPI spec
|
|
4189
|
+
*/
|
|
4190
|
+
get: {
|
|
4191
|
+
parameters: {
|
|
4192
|
+
query?: never;
|
|
4193
|
+
header?: never;
|
|
4194
|
+
path?: never;
|
|
4195
|
+
cookie?: never;
|
|
4196
|
+
};
|
|
4197
|
+
requestBody?: never;
|
|
4198
|
+
responses: {
|
|
4199
|
+
/** @description OK */
|
|
4200
|
+
200: {
|
|
4201
|
+
headers: {
|
|
4202
|
+
[name: string]: unknown;
|
|
4203
|
+
};
|
|
4204
|
+
content: {
|
|
4205
|
+
"application/json": components["schemas"]["api.GetDeviceErrorResponse"];
|
|
4206
|
+
};
|
|
4207
|
+
};
|
|
4208
|
+
};
|
|
4209
|
+
};
|
|
4210
|
+
put?: never;
|
|
4211
|
+
post?: never;
|
|
4212
|
+
delete?: never;
|
|
4213
|
+
options?: never;
|
|
4214
|
+
head?: never;
|
|
4215
|
+
patch?: never;
|
|
4216
|
+
trace?: never;
|
|
4217
|
+
};
|
|
4179
4218
|
"/internal/getdevicemediaerrorresponse": {
|
|
4180
4219
|
parameters: {
|
|
4181
4220
|
query?: never;
|
|
@@ -4449,6 +4488,45 @@ export interface paths {
|
|
|
4449
4488
|
patch?: never;
|
|
4450
4489
|
trace?: never;
|
|
4451
4490
|
};
|
|
4491
|
+
"/internal/getdeviceresponse": {
|
|
4492
|
+
parameters: {
|
|
4493
|
+
query?: never;
|
|
4494
|
+
header?: never;
|
|
4495
|
+
path?: never;
|
|
4496
|
+
cookie?: never;
|
|
4497
|
+
};
|
|
4498
|
+
/**
|
|
4499
|
+
* Get GetDeviceResponse (schema generation only)
|
|
4500
|
+
* @description Internal endpoint used only to ensure GetDeviceResponse schema is generated in OpenAPI spec
|
|
4501
|
+
*/
|
|
4502
|
+
get: {
|
|
4503
|
+
parameters: {
|
|
4504
|
+
query?: never;
|
|
4505
|
+
header?: never;
|
|
4506
|
+
path?: never;
|
|
4507
|
+
cookie?: never;
|
|
4508
|
+
};
|
|
4509
|
+
requestBody?: never;
|
|
4510
|
+
responses: {
|
|
4511
|
+
/** @description OK */
|
|
4512
|
+
200: {
|
|
4513
|
+
headers: {
|
|
4514
|
+
[name: string]: unknown;
|
|
4515
|
+
};
|
|
4516
|
+
content: {
|
|
4517
|
+
"application/json": components["schemas"]["api.GetDeviceResponse"];
|
|
4518
|
+
};
|
|
4519
|
+
};
|
|
4520
|
+
};
|
|
4521
|
+
};
|
|
4522
|
+
put?: never;
|
|
4523
|
+
post?: never;
|
|
4524
|
+
delete?: never;
|
|
4525
|
+
options?: never;
|
|
4526
|
+
head?: never;
|
|
4527
|
+
patch?: never;
|
|
4528
|
+
trace?: never;
|
|
4529
|
+
};
|
|
4452
4530
|
"/internal/getdeviceserrorresponse": {
|
|
4453
4531
|
parameters: {
|
|
4454
4532
|
query?: never;
|
|
@@ -4566,6 +4644,45 @@ export interface paths {
|
|
|
4566
4644
|
patch?: never;
|
|
4567
4645
|
trace?: never;
|
|
4568
4646
|
};
|
|
4647
|
+
"/internal/getdevicesuccessresponse": {
|
|
4648
|
+
parameters: {
|
|
4649
|
+
query?: never;
|
|
4650
|
+
header?: never;
|
|
4651
|
+
path?: never;
|
|
4652
|
+
cookie?: never;
|
|
4653
|
+
};
|
|
4654
|
+
/**
|
|
4655
|
+
* Get GetDeviceSuccessResponse (schema generation only)
|
|
4656
|
+
* @description Internal endpoint used only to ensure GetDeviceSuccessResponse schema is generated in OpenAPI spec
|
|
4657
|
+
*/
|
|
4658
|
+
get: {
|
|
4659
|
+
parameters: {
|
|
4660
|
+
query?: never;
|
|
4661
|
+
header?: never;
|
|
4662
|
+
path?: never;
|
|
4663
|
+
cookie?: never;
|
|
4664
|
+
};
|
|
4665
|
+
requestBody?: never;
|
|
4666
|
+
responses: {
|
|
4667
|
+
/** @description OK */
|
|
4668
|
+
200: {
|
|
4669
|
+
headers: {
|
|
4670
|
+
[name: string]: unknown;
|
|
4671
|
+
};
|
|
4672
|
+
content: {
|
|
4673
|
+
"application/json": components["schemas"]["api.GetDeviceSuccessResponse"];
|
|
4674
|
+
};
|
|
4675
|
+
};
|
|
4676
|
+
};
|
|
4677
|
+
};
|
|
4678
|
+
put?: never;
|
|
4679
|
+
post?: never;
|
|
4680
|
+
delete?: never;
|
|
4681
|
+
options?: never;
|
|
4682
|
+
head?: never;
|
|
4683
|
+
patch?: never;
|
|
4684
|
+
trace?: never;
|
|
4685
|
+
};
|
|
4569
4686
|
"/internal/getgroupoptionserrorresponse": {
|
|
4570
4687
|
parameters: {
|
|
4571
4688
|
query?: never;
|
|
@@ -13614,6 +13731,45 @@ export interface paths {
|
|
|
13614
13731
|
patch?: never;
|
|
13615
13732
|
trace?: never;
|
|
13616
13733
|
};
|
|
13734
|
+
"/internal/videowall": {
|
|
13735
|
+
parameters: {
|
|
13736
|
+
query?: never;
|
|
13737
|
+
header?: never;
|
|
13738
|
+
path?: never;
|
|
13739
|
+
cookie?: never;
|
|
13740
|
+
};
|
|
13741
|
+
/**
|
|
13742
|
+
* Get Videowall (schema generation only)
|
|
13743
|
+
* @description Internal endpoint used only to ensure Videowall schema is generated in OpenAPI spec
|
|
13744
|
+
*/
|
|
13745
|
+
get: {
|
|
13746
|
+
parameters: {
|
|
13747
|
+
query?: never;
|
|
13748
|
+
header?: never;
|
|
13749
|
+
path?: never;
|
|
13750
|
+
cookie?: never;
|
|
13751
|
+
};
|
|
13752
|
+
requestBody?: never;
|
|
13753
|
+
responses: {
|
|
13754
|
+
/** @description OK */
|
|
13755
|
+
200: {
|
|
13756
|
+
headers: {
|
|
13757
|
+
[name: string]: unknown;
|
|
13758
|
+
};
|
|
13759
|
+
content: {
|
|
13760
|
+
"application/json": components["schemas"]["models.Videowall"];
|
|
13761
|
+
};
|
|
13762
|
+
};
|
|
13763
|
+
};
|
|
13764
|
+
};
|
|
13765
|
+
put?: never;
|
|
13766
|
+
post?: never;
|
|
13767
|
+
delete?: never;
|
|
13768
|
+
options?: never;
|
|
13769
|
+
head?: never;
|
|
13770
|
+
patch?: never;
|
|
13771
|
+
trace?: never;
|
|
13772
|
+
};
|
|
13617
13773
|
"/internal/warningresponse": {
|
|
13618
13774
|
parameters: {
|
|
13619
13775
|
query?: never;
|
|
@@ -14146,6 +14302,18 @@ export interface components {
|
|
|
14146
14302
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
14147
14303
|
metadata?: components["schemas"]["api.Metadata"];
|
|
14148
14304
|
};
|
|
14305
|
+
"api.GetDeviceErrorResponse": {
|
|
14306
|
+
/** @description Application-specific error code */
|
|
14307
|
+
applicationStatusCode?: string;
|
|
14308
|
+
/** @description Entity-specific error code */
|
|
14309
|
+
entityStatusCode?: string;
|
|
14310
|
+
/** @description HTTP status code for the error */
|
|
14311
|
+
httpStatusCode?: number;
|
|
14312
|
+
/** @description Error message describing the issue */
|
|
14313
|
+
message?: string;
|
|
14314
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
14315
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
14316
|
+
};
|
|
14149
14317
|
"api.GetDeviceMediaErrorResponse": {
|
|
14150
14318
|
/** @description Application-specific error code */
|
|
14151
14319
|
applicationStatusCode?: string;
|
|
@@ -14206,6 +14374,22 @@ export interface components {
|
|
|
14206
14374
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
14207
14375
|
metadata?: components["schemas"]["api.Metadata"];
|
|
14208
14376
|
};
|
|
14377
|
+
"api.GetDeviceResponse": {
|
|
14378
|
+
device?: components["schemas"]["models.Device"];
|
|
14379
|
+
};
|
|
14380
|
+
"api.GetDeviceSuccessResponse": {
|
|
14381
|
+
/** @description Application-specific status code */
|
|
14382
|
+
applicationStatusCode?: string;
|
|
14383
|
+
data?: components["schemas"]["api.GetDeviceResponse"];
|
|
14384
|
+
/** @description Entity-specific status code */
|
|
14385
|
+
entityStatusCode?: string;
|
|
14386
|
+
/** @description HTTP status code for the response */
|
|
14387
|
+
httpStatusCode?: number;
|
|
14388
|
+
/** @description Success message describing the operation */
|
|
14389
|
+
message?: string;
|
|
14390
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
14391
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
14392
|
+
};
|
|
14209
14393
|
"api.GetDevicesErrorResponse": {
|
|
14210
14394
|
/** @description Application-specific error code */
|
|
14211
14395
|
applicationStatusCode?: string;
|
|
@@ -17553,6 +17737,27 @@ export interface components {
|
|
|
17553
17737
|
is_fragmented?: boolean;
|
|
17554
17738
|
timescale?: number;
|
|
17555
17739
|
};
|
|
17740
|
+
"models.Videowall": {
|
|
17741
|
+
assigned_users?: string[];
|
|
17742
|
+
cameras?: string[];
|
|
17743
|
+
description?: string;
|
|
17744
|
+
expiration?: number;
|
|
17745
|
+
fingerprint?: string;
|
|
17746
|
+
groups?: string[];
|
|
17747
|
+
header?: number;
|
|
17748
|
+
id?: string;
|
|
17749
|
+
io?: number;
|
|
17750
|
+
isActive?: number;
|
|
17751
|
+
liveview?: number;
|
|
17752
|
+
master_user_id?: string;
|
|
17753
|
+
name?: string;
|
|
17754
|
+
pass_code?: string;
|
|
17755
|
+
/** @description ForceMFA int `json:"force_mfa" bson:"force_mfa"` */
|
|
17756
|
+
ptz?: number;
|
|
17757
|
+
short_link?: string;
|
|
17758
|
+
sites?: string[];
|
|
17759
|
+
user_id?: string;
|
|
17760
|
+
};
|
|
17556
17761
|
"models.Webhook": {
|
|
17557
17762
|
enabled?: boolean;
|
|
17558
17763
|
url?: string;
|
|
@@ -17755,6 +17960,7 @@ export declare namespace models {
|
|
|
17755
17960
|
type VaultMediaEvent = components['schemas']['models.VaultMediaEvent'];
|
|
17756
17961
|
type VaultMediaFragmentCollection = components['schemas']['models.VaultMediaFragmentCollection'];
|
|
17757
17962
|
type VaultMediaMetadata = components['schemas']['models.VaultMediaMetadata'];
|
|
17963
|
+
type Videowall = components['schemas']['models.Videowall'];
|
|
17758
17964
|
type Webhook = components['schemas']['models.Webhook'];
|
|
17759
17965
|
type WeeklySchedule = components['schemas']['models.WeeklySchedule'];
|
|
17760
17966
|
}
|
|
@@ -17792,6 +17998,7 @@ export declare namespace api {
|
|
|
17792
17998
|
type GetCustomAlertsErrorResponse = components['schemas']['api.GetCustomAlertsErrorResponse'];
|
|
17793
17999
|
type GetCustomAlertsResponse = components['schemas']['api.GetCustomAlertsResponse'];
|
|
17794
18000
|
type GetCustomAlertsSuccessResponse = components['schemas']['api.GetCustomAlertsSuccessResponse'];
|
|
18001
|
+
type GetDeviceErrorResponse = components['schemas']['api.GetDeviceErrorResponse'];
|
|
17795
18002
|
type GetDeviceMediaErrorResponse = components['schemas']['api.GetDeviceMediaErrorResponse'];
|
|
17796
18003
|
type GetDeviceMediaResponse = components['schemas']['api.GetDeviceMediaResponse'];
|
|
17797
18004
|
type GetDeviceMediaSuccessResponse = components['schemas']['api.GetDeviceMediaSuccessResponse'];
|
|
@@ -17799,6 +18006,8 @@ export declare namespace api {
|
|
|
17799
18006
|
type GetDeviceOptionsRequest = components['schemas']['api.GetDeviceOptionsRequest'];
|
|
17800
18007
|
type GetDeviceOptionsResponse = components['schemas']['api.GetDeviceOptionsResponse'];
|
|
17801
18008
|
type GetDeviceOptionsSuccessResponse = components['schemas']['api.GetDeviceOptionsSuccessResponse'];
|
|
18009
|
+
type GetDeviceResponse = components['schemas']['api.GetDeviceResponse'];
|
|
18010
|
+
type GetDeviceSuccessResponse = components['schemas']['api.GetDeviceSuccessResponse'];
|
|
17802
18011
|
type GetDevicesErrorResponse = components['schemas']['api.GetDevicesErrorResponse'];
|
|
17803
18012
|
type GetDevicesResponse = components['schemas']['api.GetDevicesResponse'];
|
|
17804
18013
|
type GetDevicesSuccessResponse = components['schemas']['api.GetDevicesSuccessResponse'];
|