@uug-ai/models 1.7.7 → 1.7.9
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 +483 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1446,6 +1446,45 @@ export interface paths {
|
|
|
1446
1446
|
patch?: never;
|
|
1447
1447
|
trace?: never;
|
|
1448
1448
|
};
|
|
1449
|
+
"/internal/analyticscount": {
|
|
1450
|
+
parameters: {
|
|
1451
|
+
query?: never;
|
|
1452
|
+
header?: never;
|
|
1453
|
+
path?: never;
|
|
1454
|
+
cookie?: never;
|
|
1455
|
+
};
|
|
1456
|
+
/**
|
|
1457
|
+
* Get AnalyticsCount (schema generation only)
|
|
1458
|
+
* @description Internal endpoint used only to ensure AnalyticsCount schema is generated in OpenAPI spec
|
|
1459
|
+
*/
|
|
1460
|
+
get: {
|
|
1461
|
+
parameters: {
|
|
1462
|
+
query?: never;
|
|
1463
|
+
header?: never;
|
|
1464
|
+
path?: never;
|
|
1465
|
+
cookie?: never;
|
|
1466
|
+
};
|
|
1467
|
+
requestBody?: never;
|
|
1468
|
+
responses: {
|
|
1469
|
+
/** @description OK */
|
|
1470
|
+
200: {
|
|
1471
|
+
headers: {
|
|
1472
|
+
[name: string]: unknown;
|
|
1473
|
+
};
|
|
1474
|
+
content: {
|
|
1475
|
+
"application/json": components["schemas"]["models.AnalyticsCount"];
|
|
1476
|
+
};
|
|
1477
|
+
};
|
|
1478
|
+
};
|
|
1479
|
+
};
|
|
1480
|
+
put?: never;
|
|
1481
|
+
post?: never;
|
|
1482
|
+
delete?: never;
|
|
1483
|
+
options?: never;
|
|
1484
|
+
head?: never;
|
|
1485
|
+
patch?: never;
|
|
1486
|
+
trace?: never;
|
|
1487
|
+
};
|
|
1449
1488
|
"/internal/analyticsdashboard": {
|
|
1450
1489
|
parameters: {
|
|
1451
1490
|
query?: never;
|
|
@@ -16734,6 +16773,45 @@ export interface paths {
|
|
|
16734
16773
|
patch?: never;
|
|
16735
16774
|
trace?: never;
|
|
16736
16775
|
};
|
|
16776
|
+
"/internal/heatmap": {
|
|
16777
|
+
parameters: {
|
|
16778
|
+
query?: never;
|
|
16779
|
+
header?: never;
|
|
16780
|
+
path?: never;
|
|
16781
|
+
cookie?: never;
|
|
16782
|
+
};
|
|
16783
|
+
/**
|
|
16784
|
+
* Get Heatmap (schema generation only)
|
|
16785
|
+
* @description Internal endpoint used only to ensure Heatmap schema is generated in OpenAPI spec
|
|
16786
|
+
*/
|
|
16787
|
+
get: {
|
|
16788
|
+
parameters: {
|
|
16789
|
+
query?: never;
|
|
16790
|
+
header?: never;
|
|
16791
|
+
path?: never;
|
|
16792
|
+
cookie?: never;
|
|
16793
|
+
};
|
|
16794
|
+
requestBody?: never;
|
|
16795
|
+
responses: {
|
|
16796
|
+
/** @description OK */
|
|
16797
|
+
200: {
|
|
16798
|
+
headers: {
|
|
16799
|
+
[name: string]: unknown;
|
|
16800
|
+
};
|
|
16801
|
+
content: {
|
|
16802
|
+
"application/json": components["schemas"]["models.Heatmap"];
|
|
16803
|
+
};
|
|
16804
|
+
};
|
|
16805
|
+
};
|
|
16806
|
+
};
|
|
16807
|
+
put?: never;
|
|
16808
|
+
post?: never;
|
|
16809
|
+
delete?: never;
|
|
16810
|
+
options?: never;
|
|
16811
|
+
head?: never;
|
|
16812
|
+
patch?: never;
|
|
16813
|
+
trace?: never;
|
|
16814
|
+
};
|
|
16737
16815
|
"/internal/highupload": {
|
|
16738
16816
|
parameters: {
|
|
16739
16817
|
query?: never;
|
|
@@ -17163,6 +17241,84 @@ export interface paths {
|
|
|
17163
17241
|
patch?: never;
|
|
17164
17242
|
trace?: never;
|
|
17165
17243
|
};
|
|
17244
|
+
"/internal/label": {
|
|
17245
|
+
parameters: {
|
|
17246
|
+
query?: never;
|
|
17247
|
+
header?: never;
|
|
17248
|
+
path?: never;
|
|
17249
|
+
cookie?: never;
|
|
17250
|
+
};
|
|
17251
|
+
/**
|
|
17252
|
+
* Get Label (schema generation only)
|
|
17253
|
+
* @description Internal endpoint used only to ensure Label schema is generated in OpenAPI spec
|
|
17254
|
+
*/
|
|
17255
|
+
get: {
|
|
17256
|
+
parameters: {
|
|
17257
|
+
query?: never;
|
|
17258
|
+
header?: never;
|
|
17259
|
+
path?: never;
|
|
17260
|
+
cookie?: never;
|
|
17261
|
+
};
|
|
17262
|
+
requestBody?: never;
|
|
17263
|
+
responses: {
|
|
17264
|
+
/** @description OK */
|
|
17265
|
+
200: {
|
|
17266
|
+
headers: {
|
|
17267
|
+
[name: string]: unknown;
|
|
17268
|
+
};
|
|
17269
|
+
content: {
|
|
17270
|
+
"application/json": components["schemas"]["models.Label"];
|
|
17271
|
+
};
|
|
17272
|
+
};
|
|
17273
|
+
};
|
|
17274
|
+
};
|
|
17275
|
+
put?: never;
|
|
17276
|
+
post?: never;
|
|
17277
|
+
delete?: never;
|
|
17278
|
+
options?: never;
|
|
17279
|
+
head?: never;
|
|
17280
|
+
patch?: never;
|
|
17281
|
+
trace?: never;
|
|
17282
|
+
};
|
|
17283
|
+
"/internal/labelwrapper": {
|
|
17284
|
+
parameters: {
|
|
17285
|
+
query?: never;
|
|
17286
|
+
header?: never;
|
|
17287
|
+
path?: never;
|
|
17288
|
+
cookie?: never;
|
|
17289
|
+
};
|
|
17290
|
+
/**
|
|
17291
|
+
* Get LabelWrapper (schema generation only)
|
|
17292
|
+
* @description Internal endpoint used only to ensure LabelWrapper schema is generated in OpenAPI spec
|
|
17293
|
+
*/
|
|
17294
|
+
get: {
|
|
17295
|
+
parameters: {
|
|
17296
|
+
query?: never;
|
|
17297
|
+
header?: never;
|
|
17298
|
+
path?: never;
|
|
17299
|
+
cookie?: never;
|
|
17300
|
+
};
|
|
17301
|
+
requestBody?: never;
|
|
17302
|
+
responses: {
|
|
17303
|
+
/** @description OK */
|
|
17304
|
+
200: {
|
|
17305
|
+
headers: {
|
|
17306
|
+
[name: string]: unknown;
|
|
17307
|
+
};
|
|
17308
|
+
content: {
|
|
17309
|
+
"application/json": components["schemas"]["models.LabelWrapper"];
|
|
17310
|
+
};
|
|
17311
|
+
};
|
|
17312
|
+
};
|
|
17313
|
+
};
|
|
17314
|
+
put?: never;
|
|
17315
|
+
post?: never;
|
|
17316
|
+
delete?: never;
|
|
17317
|
+
options?: never;
|
|
17318
|
+
head?: never;
|
|
17319
|
+
patch?: never;
|
|
17320
|
+
trace?: never;
|
|
17321
|
+
};
|
|
17166
17322
|
"/internal/lightsensormetadata": {
|
|
17167
17323
|
parameters: {
|
|
17168
17324
|
query?: never;
|
|
@@ -18918,6 +19074,45 @@ export interface paths {
|
|
|
18918
19074
|
patch?: never;
|
|
18919
19075
|
trace?: never;
|
|
18920
19076
|
};
|
|
19077
|
+
"/internal/notificationevent": {
|
|
19078
|
+
parameters: {
|
|
19079
|
+
query?: never;
|
|
19080
|
+
header?: never;
|
|
19081
|
+
path?: never;
|
|
19082
|
+
cookie?: never;
|
|
19083
|
+
};
|
|
19084
|
+
/**
|
|
19085
|
+
* Get NotificationEvent (schema generation only)
|
|
19086
|
+
* @description Internal endpoint used only to ensure NotificationEvent schema is generated in OpenAPI spec
|
|
19087
|
+
*/
|
|
19088
|
+
get: {
|
|
19089
|
+
parameters: {
|
|
19090
|
+
query?: never;
|
|
19091
|
+
header?: never;
|
|
19092
|
+
path?: never;
|
|
19093
|
+
cookie?: never;
|
|
19094
|
+
};
|
|
19095
|
+
requestBody?: never;
|
|
19096
|
+
responses: {
|
|
19097
|
+
/** @description OK */
|
|
19098
|
+
200: {
|
|
19099
|
+
headers: {
|
|
19100
|
+
[name: string]: unknown;
|
|
19101
|
+
};
|
|
19102
|
+
content: {
|
|
19103
|
+
"application/json": components["schemas"]["models.NotificationEvent"];
|
|
19104
|
+
};
|
|
19105
|
+
};
|
|
19106
|
+
};
|
|
19107
|
+
};
|
|
19108
|
+
put?: never;
|
|
19109
|
+
post?: never;
|
|
19110
|
+
delete?: never;
|
|
19111
|
+
options?: never;
|
|
19112
|
+
head?: never;
|
|
19113
|
+
patch?: never;
|
|
19114
|
+
trace?: never;
|
|
19115
|
+
};
|
|
18921
19116
|
"/internal/notificationsettings": {
|
|
18922
19117
|
parameters: {
|
|
18923
19118
|
query?: never;
|
|
@@ -19113,6 +19308,45 @@ export interface paths {
|
|
|
19113
19308
|
patch?: never;
|
|
19114
19309
|
trace?: never;
|
|
19115
19310
|
};
|
|
19311
|
+
"/internal/organisationchannels": {
|
|
19312
|
+
parameters: {
|
|
19313
|
+
query?: never;
|
|
19314
|
+
header?: never;
|
|
19315
|
+
path?: never;
|
|
19316
|
+
cookie?: never;
|
|
19317
|
+
};
|
|
19318
|
+
/**
|
|
19319
|
+
* Get OrganisationChannels (schema generation only)
|
|
19320
|
+
* @description Internal endpoint used only to ensure OrganisationChannels schema is generated in OpenAPI spec
|
|
19321
|
+
*/
|
|
19322
|
+
get: {
|
|
19323
|
+
parameters: {
|
|
19324
|
+
query?: never;
|
|
19325
|
+
header?: never;
|
|
19326
|
+
path?: never;
|
|
19327
|
+
cookie?: never;
|
|
19328
|
+
};
|
|
19329
|
+
requestBody?: never;
|
|
19330
|
+
responses: {
|
|
19331
|
+
/** @description OK */
|
|
19332
|
+
200: {
|
|
19333
|
+
headers: {
|
|
19334
|
+
[name: string]: unknown;
|
|
19335
|
+
};
|
|
19336
|
+
content: {
|
|
19337
|
+
"application/json": components["schemas"]["models.OrganisationChannels"];
|
|
19338
|
+
};
|
|
19339
|
+
};
|
|
19340
|
+
};
|
|
19341
|
+
};
|
|
19342
|
+
put?: never;
|
|
19343
|
+
post?: never;
|
|
19344
|
+
delete?: never;
|
|
19345
|
+
options?: never;
|
|
19346
|
+
head?: never;
|
|
19347
|
+
patch?: never;
|
|
19348
|
+
trace?: never;
|
|
19349
|
+
};
|
|
19116
19350
|
"/internal/organisationinvitation": {
|
|
19117
19351
|
parameters: {
|
|
19118
19352
|
query?: never;
|
|
@@ -20088,6 +20322,84 @@ export interface paths {
|
|
|
20088
20322
|
patch?: never;
|
|
20089
20323
|
trace?: never;
|
|
20090
20324
|
};
|
|
20325
|
+
"/internal/project": {
|
|
20326
|
+
parameters: {
|
|
20327
|
+
query?: never;
|
|
20328
|
+
header?: never;
|
|
20329
|
+
path?: never;
|
|
20330
|
+
cookie?: never;
|
|
20331
|
+
};
|
|
20332
|
+
/**
|
|
20333
|
+
* Get Project (schema generation only)
|
|
20334
|
+
* @description Internal endpoint used only to ensure Project schema is generated in OpenAPI spec
|
|
20335
|
+
*/
|
|
20336
|
+
get: {
|
|
20337
|
+
parameters: {
|
|
20338
|
+
query?: never;
|
|
20339
|
+
header?: never;
|
|
20340
|
+
path?: never;
|
|
20341
|
+
cookie?: never;
|
|
20342
|
+
};
|
|
20343
|
+
requestBody?: never;
|
|
20344
|
+
responses: {
|
|
20345
|
+
/** @description OK */
|
|
20346
|
+
200: {
|
|
20347
|
+
headers: {
|
|
20348
|
+
[name: string]: unknown;
|
|
20349
|
+
};
|
|
20350
|
+
content: {
|
|
20351
|
+
"application/json": components["schemas"]["models.Project"];
|
|
20352
|
+
};
|
|
20353
|
+
};
|
|
20354
|
+
};
|
|
20355
|
+
};
|
|
20356
|
+
put?: never;
|
|
20357
|
+
post?: never;
|
|
20358
|
+
delete?: never;
|
|
20359
|
+
options?: never;
|
|
20360
|
+
head?: never;
|
|
20361
|
+
patch?: never;
|
|
20362
|
+
trace?: never;
|
|
20363
|
+
};
|
|
20364
|
+
"/internal/projectresourcescope": {
|
|
20365
|
+
parameters: {
|
|
20366
|
+
query?: never;
|
|
20367
|
+
header?: never;
|
|
20368
|
+
path?: never;
|
|
20369
|
+
cookie?: never;
|
|
20370
|
+
};
|
|
20371
|
+
/**
|
|
20372
|
+
* Get ProjectResourceScope (schema generation only)
|
|
20373
|
+
* @description Internal endpoint used only to ensure ProjectResourceScope schema is generated in OpenAPI spec
|
|
20374
|
+
*/
|
|
20375
|
+
get: {
|
|
20376
|
+
parameters: {
|
|
20377
|
+
query?: never;
|
|
20378
|
+
header?: never;
|
|
20379
|
+
path?: never;
|
|
20380
|
+
cookie?: never;
|
|
20381
|
+
};
|
|
20382
|
+
requestBody?: never;
|
|
20383
|
+
responses: {
|
|
20384
|
+
/** @description OK */
|
|
20385
|
+
200: {
|
|
20386
|
+
headers: {
|
|
20387
|
+
[name: string]: unknown;
|
|
20388
|
+
};
|
|
20389
|
+
content: {
|
|
20390
|
+
"application/json": components["schemas"]["models.ProjectResourceScope"];
|
|
20391
|
+
};
|
|
20392
|
+
};
|
|
20393
|
+
};
|
|
20394
|
+
};
|
|
20395
|
+
put?: never;
|
|
20396
|
+
post?: never;
|
|
20397
|
+
delete?: never;
|
|
20398
|
+
options?: never;
|
|
20399
|
+
head?: never;
|
|
20400
|
+
patch?: never;
|
|
20401
|
+
trace?: never;
|
|
20402
|
+
};
|
|
20091
20403
|
"/internal/publishfileerrorresponse": {
|
|
20092
20404
|
parameters: {
|
|
20093
20405
|
query?: never;
|
|
@@ -26328,6 +26640,45 @@ export interface paths {
|
|
|
26328
26640
|
patch?: never;
|
|
26329
26641
|
trace?: never;
|
|
26330
26642
|
};
|
|
26643
|
+
"/internal/usernotificationmailbox": {
|
|
26644
|
+
parameters: {
|
|
26645
|
+
query?: never;
|
|
26646
|
+
header?: never;
|
|
26647
|
+
path?: never;
|
|
26648
|
+
cookie?: never;
|
|
26649
|
+
};
|
|
26650
|
+
/**
|
|
26651
|
+
* Get UserNotificationMailbox (schema generation only)
|
|
26652
|
+
* @description Internal endpoint used only to ensure UserNotificationMailbox schema is generated in OpenAPI spec
|
|
26653
|
+
*/
|
|
26654
|
+
get: {
|
|
26655
|
+
parameters: {
|
|
26656
|
+
query?: never;
|
|
26657
|
+
header?: never;
|
|
26658
|
+
path?: never;
|
|
26659
|
+
cookie?: never;
|
|
26660
|
+
};
|
|
26661
|
+
requestBody?: never;
|
|
26662
|
+
responses: {
|
|
26663
|
+
/** @description OK */
|
|
26664
|
+
200: {
|
|
26665
|
+
headers: {
|
|
26666
|
+
[name: string]: unknown;
|
|
26667
|
+
};
|
|
26668
|
+
content: {
|
|
26669
|
+
"application/json": components["schemas"]["models.UserNotificationMailbox"];
|
|
26670
|
+
};
|
|
26671
|
+
};
|
|
26672
|
+
};
|
|
26673
|
+
};
|
|
26674
|
+
put?: never;
|
|
26675
|
+
post?: never;
|
|
26676
|
+
delete?: never;
|
|
26677
|
+
options?: never;
|
|
26678
|
+
head?: never;
|
|
26679
|
+
patch?: never;
|
|
26680
|
+
trace?: never;
|
|
26681
|
+
};
|
|
26331
26682
|
"/internal/userprofile": {
|
|
26332
26683
|
parameters: {
|
|
26333
26684
|
query?: never;
|
|
@@ -27790,6 +28141,7 @@ export interface components {
|
|
|
27790
28141
|
notes?: string;
|
|
27791
28142
|
notes_short?: string;
|
|
27792
28143
|
notify_assignees?: boolean;
|
|
28144
|
+
organisationId?: string;
|
|
27793
28145
|
reporter_email?: string;
|
|
27794
28146
|
reporter_id?: string;
|
|
27795
28147
|
reporter_profile?: string;
|
|
@@ -30722,7 +31074,9 @@ export interface components {
|
|
|
30722
31074
|
organisationId?: string;
|
|
30723
31075
|
};
|
|
30724
31076
|
"api.SetCurrentOrganisationResponse": {
|
|
31077
|
+
expire?: string;
|
|
30725
31078
|
organisation?: components["schemas"]["models.Organisation"];
|
|
31079
|
+
token?: string;
|
|
30726
31080
|
};
|
|
30727
31081
|
"api.SetCurrentOrganisationSuccessResponse": {
|
|
30728
31082
|
/** @description Application-specific status code */
|
|
@@ -31605,6 +31959,7 @@ export interface components {
|
|
|
31605
31959
|
id?: string;
|
|
31606
31960
|
in_process?: number;
|
|
31607
31961
|
key?: string;
|
|
31962
|
+
organisationId?: string;
|
|
31608
31963
|
provider?: string;
|
|
31609
31964
|
requiredOperations?: string[];
|
|
31610
31965
|
resolvedOperations?: string[];
|
|
@@ -31631,6 +31986,24 @@ export interface components {
|
|
|
31631
31986
|
recordingsPerHour?: components["schemas"]["models.TimeSeriesChart"];
|
|
31632
31987
|
regionDurationPerHourAlert?: components["schemas"]["models.TimeSeriesChart"];
|
|
31633
31988
|
};
|
|
31989
|
+
"models.AnalyticsCount": {
|
|
31990
|
+
alert_id?: string;
|
|
31991
|
+
alert_name?: string;
|
|
31992
|
+
count?: number;
|
|
31993
|
+
device_id?: string;
|
|
31994
|
+
duration?: number;
|
|
31995
|
+
id?: string;
|
|
31996
|
+
key?: string;
|
|
31997
|
+
object_id?: string;
|
|
31998
|
+
object_name?: string;
|
|
31999
|
+
organisationId?: string;
|
|
32000
|
+
segment_id?: string;
|
|
32001
|
+
sequence_id?: string;
|
|
32002
|
+
timestamp?: number;
|
|
32003
|
+
type?: string;
|
|
32004
|
+
user_id?: string;
|
|
32005
|
+
username?: string;
|
|
32006
|
+
};
|
|
31634
32007
|
"models.AnalyticsDashboard": {
|
|
31635
32008
|
alerts?: components["schemas"]["models.AnalyticsAlertSummary"][];
|
|
31636
32009
|
charts?: components["schemas"]["models.AnalyticsCharts"];
|
|
@@ -32788,6 +33161,8 @@ export interface components {
|
|
|
32788
33161
|
/** @description 0=none, 1=read, 2=write, 3=admin */
|
|
32789
33162
|
playback?: components["schemas"]["models.AccessLevel"];
|
|
32790
33163
|
/** @description 0=none, 1=read, 2=write, 3=admin */
|
|
33164
|
+
projects?: components["schemas"]["models.AccessLevel"];
|
|
33165
|
+
/** @description 0=none, 1=read, 2=write, 3=admin */
|
|
32791
33166
|
ptz?: components["schemas"]["models.AccessLevel"];
|
|
32792
33167
|
/** @description 0=none, 1=read, 2=write, 3=admin */
|
|
32793
33168
|
remoteConfig?: components["schemas"]["models.AccessLevel"];
|
|
@@ -32981,6 +33356,17 @@ export interface components {
|
|
|
32981
33356
|
"models.HealthMetadata": {
|
|
32982
33357
|
licenseExpiryDate?: string;
|
|
32983
33358
|
};
|
|
33359
|
+
"models.Heatmap": {
|
|
33360
|
+
coordinates?: number[][];
|
|
33361
|
+
device_id?: string;
|
|
33362
|
+
frame_height?: number;
|
|
33363
|
+
frame_width?: number;
|
|
33364
|
+
id?: string;
|
|
33365
|
+
key?: string;
|
|
33366
|
+
organisationId?: string;
|
|
33367
|
+
timestamp?: number;
|
|
33368
|
+
user_id?: string;
|
|
33369
|
+
};
|
|
32984
33370
|
"models.HighUpload": {
|
|
32985
33371
|
notification?: number;
|
|
32986
33372
|
requests?: number;
|
|
@@ -33027,6 +33413,7 @@ export interface components {
|
|
|
33027
33413
|
key?: string;
|
|
33028
33414
|
/** @description last time the IO was seen */
|
|
33029
33415
|
lastSeenTimestamp?: number;
|
|
33416
|
+
organisationId?: string;
|
|
33030
33417
|
/** @description input or output */
|
|
33031
33418
|
type?: string;
|
|
33032
33419
|
value?: string;
|
|
@@ -33042,6 +33429,22 @@ export interface components {
|
|
|
33042
33429
|
amazon_access_key_id?: string;
|
|
33043
33430
|
amazon_secret_access_key?: string;
|
|
33044
33431
|
};
|
|
33432
|
+
"models.Label": {
|
|
33433
|
+
audit?: components["schemas"]["models.Audit"];
|
|
33434
|
+
color?: string;
|
|
33435
|
+
created_at?: number;
|
|
33436
|
+
description?: string;
|
|
33437
|
+
id?: string;
|
|
33438
|
+
is_private?: boolean;
|
|
33439
|
+
name?: string;
|
|
33440
|
+
organisationId?: string;
|
|
33441
|
+
owner_id?: string;
|
|
33442
|
+
type?: string[];
|
|
33443
|
+
user_id?: string;
|
|
33444
|
+
};
|
|
33445
|
+
"models.LabelWrapper": {
|
|
33446
|
+
label?: components["schemas"]["models.Label"];
|
|
33447
|
+
};
|
|
33045
33448
|
"models.LightSensorMetadata": {
|
|
33046
33449
|
/** @description CurrentLux is the latest measured light level in lux */
|
|
33047
33450
|
currentLux?: number;
|
|
@@ -33580,6 +33983,7 @@ export interface components {
|
|
|
33580
33983
|
/** @description generic, counting, region */
|
|
33581
33984
|
notification_type?: string;
|
|
33582
33985
|
number_of_media?: string;
|
|
33986
|
+
organisationId?: string;
|
|
33583
33987
|
sequence_id?: string;
|
|
33584
33988
|
sites?: components["schemas"]["models.Site"][];
|
|
33585
33989
|
spriteFile?: string;
|
|
@@ -33643,6 +34047,46 @@ export interface components {
|
|
|
33643
34047
|
};
|
|
33644
34048
|
/** @enum {string} */
|
|
33645
34049
|
"models.NeedsMode": "any" | "all";
|
|
34050
|
+
"models.NotificationEvent": {
|
|
34051
|
+
alert_id?: string;
|
|
34052
|
+
alert_master_user?: string;
|
|
34053
|
+
alert_name?: string;
|
|
34054
|
+
alert_user?: string;
|
|
34055
|
+
body?: string;
|
|
34056
|
+
classifications?: string[];
|
|
34057
|
+
data?: {
|
|
34058
|
+
[key: string]: string;
|
|
34059
|
+
};
|
|
34060
|
+
data_usage?: string;
|
|
34061
|
+
device_id?: string;
|
|
34062
|
+
device_name?: string;
|
|
34063
|
+
email?: string;
|
|
34064
|
+
groups?: components["schemas"]["models.Group"][];
|
|
34065
|
+
id?: string;
|
|
34066
|
+
media?: components["schemas"]["models.Media"][];
|
|
34067
|
+
media_key?: string;
|
|
34068
|
+
media_provider?: string;
|
|
34069
|
+
media_source?: string;
|
|
34070
|
+
/** @description generic, counting, region */
|
|
34071
|
+
notification_type?: string;
|
|
34072
|
+
number_of_media?: string;
|
|
34073
|
+
organisationId?: string;
|
|
34074
|
+
sequence_id?: string;
|
|
34075
|
+
sites?: components["schemas"]["models.Site"][];
|
|
34076
|
+
spriteFile?: string;
|
|
34077
|
+
spriteInterval?: number;
|
|
34078
|
+
spriteProvider?: string;
|
|
34079
|
+
thumbnail?: string;
|
|
34080
|
+
thumbnailFile?: string;
|
|
34081
|
+
thumbnailProvider?: string;
|
|
34082
|
+
timestamp?: number;
|
|
34083
|
+
timezone?: string;
|
|
34084
|
+
title?: string;
|
|
34085
|
+
type?: string;
|
|
34086
|
+
unread?: boolean;
|
|
34087
|
+
user?: string;
|
|
34088
|
+
userid?: string;
|
|
34089
|
+
};
|
|
33646
34090
|
"models.NotificationSettings": {
|
|
33647
34091
|
detections?: components["schemas"]["models.Detections"];
|
|
33648
34092
|
devices?: components["schemas"]["models.Devices"];
|
|
@@ -33682,6 +34126,12 @@ export interface components {
|
|
|
33682
34126
|
/** @description Billing & Subscription */
|
|
33683
34127
|
subscription?: components["schemas"]["models.Subscription"];
|
|
33684
34128
|
};
|
|
34129
|
+
"models.OrganisationChannels": {
|
|
34130
|
+
audit?: components["schemas"]["models.Audit"];
|
|
34131
|
+
channels?: components["schemas"]["models.Channels"];
|
|
34132
|
+
id?: string;
|
|
34133
|
+
organisationId?: string;
|
|
34134
|
+
};
|
|
33685
34135
|
"models.OrganisationInvitation": {
|
|
33686
34136
|
audit?: components["schemas"]["models.Audit"];
|
|
33687
34137
|
email?: string;
|
|
@@ -33878,6 +34328,19 @@ export interface components {
|
|
|
33878
34328
|
"models.ProfileSettings": {
|
|
33879
34329
|
defaultFloorPlanLabelsHidden?: boolean;
|
|
33880
34330
|
};
|
|
34331
|
+
"models.Project": {
|
|
34332
|
+
audit?: components["schemas"]["models.Audit"];
|
|
34333
|
+
description?: string;
|
|
34334
|
+
id?: string;
|
|
34335
|
+
isActive?: boolean;
|
|
34336
|
+
name?: string;
|
|
34337
|
+
organisationId?: string;
|
|
34338
|
+
slug?: string;
|
|
34339
|
+
};
|
|
34340
|
+
"models.ProjectResourceScope": {
|
|
34341
|
+
projectId?: string;
|
|
34342
|
+
sharedWithProjectIds?: string[];
|
|
34343
|
+
};
|
|
33881
34344
|
"models.Pushbullet": {
|
|
33882
34345
|
apikey?: string;
|
|
33883
34346
|
enabled?: boolean;
|
|
@@ -33961,6 +34424,8 @@ export interface components {
|
|
|
33961
34424
|
deviceIds?: string[];
|
|
33962
34425
|
/** @description Restrict to these groups (empty = all groups) */
|
|
33963
34426
|
groupIds?: string[];
|
|
34427
|
+
/** @description Restrict to these projects (empty = all projects and organisation-wide resources) */
|
|
34428
|
+
projectIds?: string[];
|
|
33964
34429
|
/** @description Restrict to these sites (empty = all sites) */
|
|
33965
34430
|
siteIds?: string[];
|
|
33966
34431
|
};
|
|
@@ -33979,6 +34444,7 @@ export interface components {
|
|
|
33979
34444
|
id?: string;
|
|
33980
34445
|
images?: components["schemas"]["models.Media"][];
|
|
33981
34446
|
notified?: boolean;
|
|
34447
|
+
organisationId?: string;
|
|
33982
34448
|
start?: number;
|
|
33983
34449
|
user_id?: string;
|
|
33984
34450
|
};
|
|
@@ -34320,6 +34786,7 @@ export interface components {
|
|
|
34320
34786
|
notes?: string;
|
|
34321
34787
|
notes_short?: string;
|
|
34322
34788
|
notify_assignees?: boolean;
|
|
34789
|
+
organisationId?: string;
|
|
34323
34790
|
reporter_email?: string;
|
|
34324
34791
|
reporter_id?: string;
|
|
34325
34792
|
reporter_profile?: string;
|
|
@@ -34641,7 +35108,7 @@ export interface components {
|
|
|
34641
35108
|
oauth_client_id?: string;
|
|
34642
35109
|
oauth_client_name?: string;
|
|
34643
35110
|
oauth_client_secret?: string;
|
|
34644
|
-
|
|
35111
|
+
organisationId?: string;
|
|
34645
35112
|
password?: string;
|
|
34646
35113
|
permissions?: components["schemas"]["models.Permissions"];
|
|
34647
35114
|
/** @description Subscription - Credentials */
|
|
@@ -34670,6 +35137,11 @@ export interface components {
|
|
|
34670
35137
|
user_id?: string;
|
|
34671
35138
|
username?: string;
|
|
34672
35139
|
};
|
|
35140
|
+
"models.UserNotificationMailbox": {
|
|
35141
|
+
data?: components["schemas"]["models.Message"][];
|
|
35142
|
+
id?: string;
|
|
35143
|
+
user_id?: string;
|
|
35144
|
+
};
|
|
34673
35145
|
"models.UserProfile": {
|
|
34674
35146
|
card?: components["schemas"]["models.Card"];
|
|
34675
35147
|
user?: components["schemas"]["models.User"];
|
|
@@ -34825,6 +35297,7 @@ export interface components {
|
|
|
34825
35297
|
liveview?: number;
|
|
34826
35298
|
master_user_id?: string;
|
|
34827
35299
|
name?: string;
|
|
35300
|
+
organisationId?: string;
|
|
34828
35301
|
pass_code?: string;
|
|
34829
35302
|
/** @description ForceMFA int `json:"force_mfa" bson:"force_mfa"` */
|
|
34830
35303
|
ptz?: number;
|
|
@@ -35326,6 +35799,7 @@ export declare namespace models {
|
|
|
35326
35799
|
type AnalysisWrapper = components['schemas']['models.AnalysisWrapper'];
|
|
35327
35800
|
type AnalyticsAlertSummary = components['schemas']['models.AnalyticsAlertSummary'];
|
|
35328
35801
|
type AnalyticsCharts = components['schemas']['models.AnalyticsCharts'];
|
|
35802
|
+
type AnalyticsCount = components['schemas']['models.AnalyticsCount'];
|
|
35329
35803
|
type AnalyticsDashboard = components['schemas']['models.AnalyticsDashboard'];
|
|
35330
35804
|
type AnalyticsEvent = components['schemas']['models.AnalyticsEvent'];
|
|
35331
35805
|
type AnalyticsFilter = components['schemas']['models.AnalyticsFilter'];
|
|
@@ -35439,6 +35913,7 @@ export declare namespace models {
|
|
|
35439
35913
|
type GroupOption = components['schemas']['models.GroupOption'];
|
|
35440
35914
|
type Health = components['schemas']['models.Health'];
|
|
35441
35915
|
type HealthMetadata = components['schemas']['models.HealthMetadata'];
|
|
35916
|
+
type Heatmap = components['schemas']['models.Heatmap'];
|
|
35442
35917
|
type HighUpload = components['schemas']['models.HighUpload'];
|
|
35443
35918
|
type Highupload = components['schemas']['models.Highupload'];
|
|
35444
35919
|
type HourRange = components['schemas']['models.HourRange'];
|
|
@@ -35447,6 +35922,8 @@ export declare namespace models {
|
|
|
35447
35922
|
type IO = components['schemas']['models.IO'];
|
|
35448
35923
|
type Ifttt = components['schemas']['models.Ifttt'];
|
|
35449
35924
|
type KeyPair = components['schemas']['models.KeyPair'];
|
|
35925
|
+
type Label = components['schemas']['models.Label'];
|
|
35926
|
+
type LabelWrapper = components['schemas']['models.LabelWrapper'];
|
|
35450
35927
|
type LightSensorMetadata = components['schemas']['models.LightSensorMetadata'];
|
|
35451
35928
|
type Livestream = components['schemas']['models.Livestream'];
|
|
35452
35929
|
type Location = components['schemas']['models.Location'];
|
|
@@ -35479,11 +35956,13 @@ export declare namespace models {
|
|
|
35479
35956
|
type Model = components['schemas']['models.Model'];
|
|
35480
35957
|
type ModelOption = components['schemas']['models.ModelOption'];
|
|
35481
35958
|
type MonitorStage = components['schemas']['models.MonitorStage'];
|
|
35959
|
+
type NotificationEvent = components['schemas']['models.NotificationEvent'];
|
|
35482
35960
|
type NotificationSettings = components['schemas']['models.NotificationSettings'];
|
|
35483
35961
|
type NotificationStage = components['schemas']['models.NotificationStage'];
|
|
35484
35962
|
type NotificationUpdate = components['schemas']['models.NotificationUpdate'];
|
|
35485
35963
|
type NotificationUpdatePayload = components['schemas']['models.NotificationUpdatePayload'];
|
|
35486
35964
|
type Organisation = components['schemas']['models.Organisation'];
|
|
35965
|
+
type OrganisationChannels = components['schemas']['models.OrganisationChannels'];
|
|
35487
35966
|
type OrganisationInvitation = components['schemas']['models.OrganisationInvitation'];
|
|
35488
35967
|
type OrganisationMember = components['schemas']['models.OrganisationMember'];
|
|
35489
35968
|
type OrganisationSettings = components['schemas']['models.OrganisationSettings'];
|
|
@@ -35500,6 +35979,8 @@ export declare namespace models {
|
|
|
35500
35979
|
type Plan = components['schemas']['models.Plan'];
|
|
35501
35980
|
type Point = components['schemas']['models.Point'];
|
|
35502
35981
|
type ProfileSettings = components['schemas']['models.ProfileSettings'];
|
|
35982
|
+
type Project = components['schemas']['models.Project'];
|
|
35983
|
+
type ProjectResourceScope = components['schemas']['models.ProjectResourceScope'];
|
|
35503
35984
|
type Pushbullet = components['schemas']['models.Pushbullet'];
|
|
35504
35985
|
type Pushover = components['schemas']['models.Pushover'];
|
|
35505
35986
|
type Region = components['schemas']['models.Region'];
|
|
@@ -35558,6 +36039,7 @@ export declare namespace models {
|
|
|
35558
36039
|
type UpdateWorkflowStageInput = components['schemas']['models.UpdateWorkflowStageInput'];
|
|
35559
36040
|
type UpdateWorkflowStageOutput = components['schemas']['models.UpdateWorkflowStageOutput'];
|
|
35560
36041
|
type User = components['schemas']['models.User'];
|
|
36042
|
+
type UserNotificationMailbox = components['schemas']['models.UserNotificationMailbox'];
|
|
35561
36043
|
type UserProfile = components['schemas']['models.UserProfile'];
|
|
35562
36044
|
type UserProfileSettings = components['schemas']['models.UserProfileSettings'];
|
|
35563
36045
|
type UserRoleAssignments = components['schemas']['models.UserRoleAssignments'];
|