@uug-ai/models 1.7.7 → 1.7.8

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +481 -1
  2. 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;
@@ -31605,6 +31957,7 @@ export interface components {
31605
31957
  id?: string;
31606
31958
  in_process?: number;
31607
31959
  key?: string;
31960
+ organisationId?: string;
31608
31961
  provider?: string;
31609
31962
  requiredOperations?: string[];
31610
31963
  resolvedOperations?: string[];
@@ -31631,6 +31984,24 @@ export interface components {
31631
31984
  recordingsPerHour?: components["schemas"]["models.TimeSeriesChart"];
31632
31985
  regionDurationPerHourAlert?: components["schemas"]["models.TimeSeriesChart"];
31633
31986
  };
31987
+ "models.AnalyticsCount": {
31988
+ alert_id?: string;
31989
+ alert_name?: string;
31990
+ count?: number;
31991
+ device_id?: string;
31992
+ duration?: number;
31993
+ id?: string;
31994
+ key?: string;
31995
+ object_id?: string;
31996
+ object_name?: string;
31997
+ organisationId?: string;
31998
+ segment_id?: string;
31999
+ sequence_id?: string;
32000
+ timestamp?: number;
32001
+ type?: string;
32002
+ user_id?: string;
32003
+ username?: string;
32004
+ };
31634
32005
  "models.AnalyticsDashboard": {
31635
32006
  alerts?: components["schemas"]["models.AnalyticsAlertSummary"][];
31636
32007
  charts?: components["schemas"]["models.AnalyticsCharts"];
@@ -32788,6 +33159,8 @@ export interface components {
32788
33159
  /** @description 0=none, 1=read, 2=write, 3=admin */
32789
33160
  playback?: components["schemas"]["models.AccessLevel"];
32790
33161
  /** @description 0=none, 1=read, 2=write, 3=admin */
33162
+ projects?: components["schemas"]["models.AccessLevel"];
33163
+ /** @description 0=none, 1=read, 2=write, 3=admin */
32791
33164
  ptz?: components["schemas"]["models.AccessLevel"];
32792
33165
  /** @description 0=none, 1=read, 2=write, 3=admin */
32793
33166
  remoteConfig?: components["schemas"]["models.AccessLevel"];
@@ -32981,6 +33354,17 @@ export interface components {
32981
33354
  "models.HealthMetadata": {
32982
33355
  licenseExpiryDate?: string;
32983
33356
  };
33357
+ "models.Heatmap": {
33358
+ coordinates?: number[][];
33359
+ device_id?: string;
33360
+ frame_height?: number;
33361
+ frame_width?: number;
33362
+ id?: string;
33363
+ key?: string;
33364
+ organisationId?: string;
33365
+ timestamp?: number;
33366
+ user_id?: string;
33367
+ };
32984
33368
  "models.HighUpload": {
32985
33369
  notification?: number;
32986
33370
  requests?: number;
@@ -33027,6 +33411,7 @@ export interface components {
33027
33411
  key?: string;
33028
33412
  /** @description last time the IO was seen */
33029
33413
  lastSeenTimestamp?: number;
33414
+ organisationId?: string;
33030
33415
  /** @description input or output */
33031
33416
  type?: string;
33032
33417
  value?: string;
@@ -33042,6 +33427,22 @@ export interface components {
33042
33427
  amazon_access_key_id?: string;
33043
33428
  amazon_secret_access_key?: string;
33044
33429
  };
33430
+ "models.Label": {
33431
+ audit?: components["schemas"]["models.Audit"];
33432
+ color?: string;
33433
+ created_at?: number;
33434
+ description?: string;
33435
+ id?: string;
33436
+ is_private?: boolean;
33437
+ name?: string;
33438
+ organisationId?: string;
33439
+ owner_id?: string;
33440
+ type?: string[];
33441
+ user_id?: string;
33442
+ };
33443
+ "models.LabelWrapper": {
33444
+ label?: components["schemas"]["models.Label"];
33445
+ };
33045
33446
  "models.LightSensorMetadata": {
33046
33447
  /** @description CurrentLux is the latest measured light level in lux */
33047
33448
  currentLux?: number;
@@ -33580,6 +33981,7 @@ export interface components {
33580
33981
  /** @description generic, counting, region */
33581
33982
  notification_type?: string;
33582
33983
  number_of_media?: string;
33984
+ organisationId?: string;
33583
33985
  sequence_id?: string;
33584
33986
  sites?: components["schemas"]["models.Site"][];
33585
33987
  spriteFile?: string;
@@ -33643,6 +34045,46 @@ export interface components {
33643
34045
  };
33644
34046
  /** @enum {string} */
33645
34047
  "models.NeedsMode": "any" | "all";
34048
+ "models.NotificationEvent": {
34049
+ alert_id?: string;
34050
+ alert_master_user?: string;
34051
+ alert_name?: string;
34052
+ alert_user?: string;
34053
+ body?: string;
34054
+ classifications?: string[];
34055
+ data?: {
34056
+ [key: string]: string;
34057
+ };
34058
+ data_usage?: string;
34059
+ device_id?: string;
34060
+ device_name?: string;
34061
+ email?: string;
34062
+ groups?: components["schemas"]["models.Group"][];
34063
+ id?: string;
34064
+ media?: components["schemas"]["models.Media"][];
34065
+ media_key?: string;
34066
+ media_provider?: string;
34067
+ media_source?: string;
34068
+ /** @description generic, counting, region */
34069
+ notification_type?: string;
34070
+ number_of_media?: string;
34071
+ organisationId?: string;
34072
+ sequence_id?: string;
34073
+ sites?: components["schemas"]["models.Site"][];
34074
+ spriteFile?: string;
34075
+ spriteInterval?: number;
34076
+ spriteProvider?: string;
34077
+ thumbnail?: string;
34078
+ thumbnailFile?: string;
34079
+ thumbnailProvider?: string;
34080
+ timestamp?: number;
34081
+ timezone?: string;
34082
+ title?: string;
34083
+ type?: string;
34084
+ unread?: boolean;
34085
+ user?: string;
34086
+ userid?: string;
34087
+ };
33646
34088
  "models.NotificationSettings": {
33647
34089
  detections?: components["schemas"]["models.Detections"];
33648
34090
  devices?: components["schemas"]["models.Devices"];
@@ -33682,6 +34124,12 @@ export interface components {
33682
34124
  /** @description Billing & Subscription */
33683
34125
  subscription?: components["schemas"]["models.Subscription"];
33684
34126
  };
34127
+ "models.OrganisationChannels": {
34128
+ audit?: components["schemas"]["models.Audit"];
34129
+ channels?: components["schemas"]["models.Channels"];
34130
+ id?: string;
34131
+ organisationId?: string;
34132
+ };
33685
34133
  "models.OrganisationInvitation": {
33686
34134
  audit?: components["schemas"]["models.Audit"];
33687
34135
  email?: string;
@@ -33878,6 +34326,19 @@ export interface components {
33878
34326
  "models.ProfileSettings": {
33879
34327
  defaultFloorPlanLabelsHidden?: boolean;
33880
34328
  };
34329
+ "models.Project": {
34330
+ audit?: components["schemas"]["models.Audit"];
34331
+ description?: string;
34332
+ id?: string;
34333
+ isActive?: boolean;
34334
+ name?: string;
34335
+ organisationId?: string;
34336
+ slug?: string;
34337
+ };
34338
+ "models.ProjectResourceScope": {
34339
+ projectId?: string;
34340
+ sharedWithProjectIds?: string[];
34341
+ };
33881
34342
  "models.Pushbullet": {
33882
34343
  apikey?: string;
33883
34344
  enabled?: boolean;
@@ -33961,6 +34422,8 @@ export interface components {
33961
34422
  deviceIds?: string[];
33962
34423
  /** @description Restrict to these groups (empty = all groups) */
33963
34424
  groupIds?: string[];
34425
+ /** @description Restrict to these projects (empty = all projects and organisation-wide resources) */
34426
+ projectIds?: string[];
33964
34427
  /** @description Restrict to these sites (empty = all sites) */
33965
34428
  siteIds?: string[];
33966
34429
  };
@@ -33979,6 +34442,7 @@ export interface components {
33979
34442
  id?: string;
33980
34443
  images?: components["schemas"]["models.Media"][];
33981
34444
  notified?: boolean;
34445
+ organisationId?: string;
33982
34446
  start?: number;
33983
34447
  user_id?: string;
33984
34448
  };
@@ -34320,6 +34784,7 @@ export interface components {
34320
34784
  notes?: string;
34321
34785
  notes_short?: string;
34322
34786
  notify_assignees?: boolean;
34787
+ organisationId?: string;
34323
34788
  reporter_email?: string;
34324
34789
  reporter_id?: string;
34325
34790
  reporter_profile?: string;
@@ -34641,7 +35106,7 @@ export interface components {
34641
35106
  oauth_client_id?: string;
34642
35107
  oauth_client_name?: string;
34643
35108
  oauth_client_secret?: string;
34644
- organisation_id?: string;
35109
+ organisationId?: string;
34645
35110
  password?: string;
34646
35111
  permissions?: components["schemas"]["models.Permissions"];
34647
35112
  /** @description Subscription - Credentials */
@@ -34670,6 +35135,11 @@ export interface components {
34670
35135
  user_id?: string;
34671
35136
  username?: string;
34672
35137
  };
35138
+ "models.UserNotificationMailbox": {
35139
+ data?: components["schemas"]["models.Message"][];
35140
+ id?: string;
35141
+ user_id?: string;
35142
+ };
34673
35143
  "models.UserProfile": {
34674
35144
  card?: components["schemas"]["models.Card"];
34675
35145
  user?: components["schemas"]["models.User"];
@@ -34825,6 +35295,7 @@ export interface components {
34825
35295
  liveview?: number;
34826
35296
  master_user_id?: string;
34827
35297
  name?: string;
35298
+ organisationId?: string;
34828
35299
  pass_code?: string;
34829
35300
  /** @description ForceMFA int `json:"force_mfa" bson:"force_mfa"` */
34830
35301
  ptz?: number;
@@ -35326,6 +35797,7 @@ export declare namespace models {
35326
35797
  type AnalysisWrapper = components['schemas']['models.AnalysisWrapper'];
35327
35798
  type AnalyticsAlertSummary = components['schemas']['models.AnalyticsAlertSummary'];
35328
35799
  type AnalyticsCharts = components['schemas']['models.AnalyticsCharts'];
35800
+ type AnalyticsCount = components['schemas']['models.AnalyticsCount'];
35329
35801
  type AnalyticsDashboard = components['schemas']['models.AnalyticsDashboard'];
35330
35802
  type AnalyticsEvent = components['schemas']['models.AnalyticsEvent'];
35331
35803
  type AnalyticsFilter = components['schemas']['models.AnalyticsFilter'];
@@ -35439,6 +35911,7 @@ export declare namespace models {
35439
35911
  type GroupOption = components['schemas']['models.GroupOption'];
35440
35912
  type Health = components['schemas']['models.Health'];
35441
35913
  type HealthMetadata = components['schemas']['models.HealthMetadata'];
35914
+ type Heatmap = components['schemas']['models.Heatmap'];
35442
35915
  type HighUpload = components['schemas']['models.HighUpload'];
35443
35916
  type Highupload = components['schemas']['models.Highupload'];
35444
35917
  type HourRange = components['schemas']['models.HourRange'];
@@ -35447,6 +35920,8 @@ export declare namespace models {
35447
35920
  type IO = components['schemas']['models.IO'];
35448
35921
  type Ifttt = components['schemas']['models.Ifttt'];
35449
35922
  type KeyPair = components['schemas']['models.KeyPair'];
35923
+ type Label = components['schemas']['models.Label'];
35924
+ type LabelWrapper = components['schemas']['models.LabelWrapper'];
35450
35925
  type LightSensorMetadata = components['schemas']['models.LightSensorMetadata'];
35451
35926
  type Livestream = components['schemas']['models.Livestream'];
35452
35927
  type Location = components['schemas']['models.Location'];
@@ -35479,11 +35954,13 @@ export declare namespace models {
35479
35954
  type Model = components['schemas']['models.Model'];
35480
35955
  type ModelOption = components['schemas']['models.ModelOption'];
35481
35956
  type MonitorStage = components['schemas']['models.MonitorStage'];
35957
+ type NotificationEvent = components['schemas']['models.NotificationEvent'];
35482
35958
  type NotificationSettings = components['schemas']['models.NotificationSettings'];
35483
35959
  type NotificationStage = components['schemas']['models.NotificationStage'];
35484
35960
  type NotificationUpdate = components['schemas']['models.NotificationUpdate'];
35485
35961
  type NotificationUpdatePayload = components['schemas']['models.NotificationUpdatePayload'];
35486
35962
  type Organisation = components['schemas']['models.Organisation'];
35963
+ type OrganisationChannels = components['schemas']['models.OrganisationChannels'];
35487
35964
  type OrganisationInvitation = components['schemas']['models.OrganisationInvitation'];
35488
35965
  type OrganisationMember = components['schemas']['models.OrganisationMember'];
35489
35966
  type OrganisationSettings = components['schemas']['models.OrganisationSettings'];
@@ -35500,6 +35977,8 @@ export declare namespace models {
35500
35977
  type Plan = components['schemas']['models.Plan'];
35501
35978
  type Point = components['schemas']['models.Point'];
35502
35979
  type ProfileSettings = components['schemas']['models.ProfileSettings'];
35980
+ type Project = components['schemas']['models.Project'];
35981
+ type ProjectResourceScope = components['schemas']['models.ProjectResourceScope'];
35503
35982
  type Pushbullet = components['schemas']['models.Pushbullet'];
35504
35983
  type Pushover = components['schemas']['models.Pushover'];
35505
35984
  type Region = components['schemas']['models.Region'];
@@ -35558,6 +36037,7 @@ export declare namespace models {
35558
36037
  type UpdateWorkflowStageInput = components['schemas']['models.UpdateWorkflowStageInput'];
35559
36038
  type UpdateWorkflowStageOutput = components['schemas']['models.UpdateWorkflowStageOutput'];
35560
36039
  type User = components['schemas']['models.User'];
36040
+ type UserNotificationMailbox = components['schemas']['models.UserNotificationMailbox'];
35561
36041
  type UserProfile = components['schemas']['models.UserProfile'];
35562
36042
  type UserProfileSettings = components['schemas']['models.UserProfileSettings'];
35563
36043
  type UserRoleAssignments = components['schemas']['models.UserRoleAssignments'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uug-ai/models",
3
- "version": "1.7.7",
3
+ "version": "1.7.8",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",