@uug-ai/models 1.4.23 → 1.4.25

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 +107 -105
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -9480,6 +9480,84 @@ export interface paths {
9480
9480
  patch?: never;
9481
9481
  trace?: never;
9482
9482
  };
9483
+ "/internal/organisationuser": {
9484
+ parameters: {
9485
+ query?: never;
9486
+ header?: never;
9487
+ path?: never;
9488
+ cookie?: never;
9489
+ };
9490
+ /**
9491
+ * Get OrganisationUser (schema generation only)
9492
+ * @description Internal endpoint used only to ensure OrganisationUser schema is generated in OpenAPI spec
9493
+ */
9494
+ get: {
9495
+ parameters: {
9496
+ query?: never;
9497
+ header?: never;
9498
+ path?: never;
9499
+ cookie?: never;
9500
+ };
9501
+ requestBody?: never;
9502
+ responses: {
9503
+ /** @description OK */
9504
+ 200: {
9505
+ headers: {
9506
+ [name: string]: unknown;
9507
+ };
9508
+ content: {
9509
+ "application/json": components["schemas"]["models.OrganisationUser"];
9510
+ };
9511
+ };
9512
+ };
9513
+ };
9514
+ put?: never;
9515
+ post?: never;
9516
+ delete?: never;
9517
+ options?: never;
9518
+ head?: never;
9519
+ patch?: never;
9520
+ trace?: never;
9521
+ };
9522
+ "/internal/organisationuserdetails": {
9523
+ parameters: {
9524
+ query?: never;
9525
+ header?: never;
9526
+ path?: never;
9527
+ cookie?: never;
9528
+ };
9529
+ /**
9530
+ * Get OrganisationUserDetails (schema generation only)
9531
+ * @description Internal endpoint used only to ensure OrganisationUserDetails schema is generated in OpenAPI spec
9532
+ */
9533
+ get: {
9534
+ parameters: {
9535
+ query?: never;
9536
+ header?: never;
9537
+ path?: never;
9538
+ cookie?: never;
9539
+ };
9540
+ requestBody?: never;
9541
+ responses: {
9542
+ /** @description OK */
9543
+ 200: {
9544
+ headers: {
9545
+ [name: string]: unknown;
9546
+ };
9547
+ content: {
9548
+ "application/json": components["schemas"]["models.OrganisationUserDetails"];
9549
+ };
9550
+ };
9551
+ };
9552
+ };
9553
+ put?: never;
9554
+ post?: never;
9555
+ delete?: never;
9556
+ options?: never;
9557
+ head?: never;
9558
+ patch?: never;
9559
+ trace?: never;
9560
+ };
9483
9561
  "/internal/panicresponse": {
9484
9562
  parameters: {
9485
9563
  query?: never;
@@ -12873,84 +12951,6 @@ export interface paths {
12873
12951
  patch?: never;
12874
12952
  trace?: never;
12875
12953
  };
12876
- "/internal/userorganisation": {
12877
- parameters: {
12878
- query?: never;
12879
- header?: never;
12880
- path?: never;
12881
- cookie?: never;
12882
- };
12883
- /**
12884
- * Get UserOrganisation (schema generation only)
12885
- * @description Internal endpoint used only to ensure UserOrganisation schema is generated in OpenAPI spec
12886
- */
12887
- get: {
12888
- parameters: {
12889
- query?: never;
12890
- header?: never;
12891
- path?: never;
12892
- cookie?: never;
12893
- };
12894
- requestBody?: never;
12895
- responses: {
12896
- /** @description OK */
12897
- 200: {
12898
- headers: {
12899
- [name: string]: unknown;
12900
- };
12901
- content: {
12902
- "application/json": components["schemas"]["models.UserOrganisation"];
12903
- };
12904
- };
12905
- };
12906
- };
12907
- put?: never;
12908
- post?: never;
12909
- delete?: never;
12910
- options?: never;
12911
- head?: never;
12912
- patch?: never;
12913
- trace?: never;
12914
- };
12915
- "/internal/userorganisationdetails": {
12916
- parameters: {
12917
- query?: never;
12918
- header?: never;
12919
- path?: never;
12920
- cookie?: never;
12921
- };
12922
- /**
12923
- * Get UserOrganisationDetails (schema generation only)
12924
- * @description Internal endpoint used only to ensure UserOrganisationDetails schema is generated in OpenAPI spec
12925
- */
12926
- get: {
12927
- parameters: {
12928
- query?: never;
12929
- header?: never;
12930
- path?: never;
12931
- cookie?: never;
12932
- };
12933
- requestBody?: never;
12934
- responses: {
12935
- /** @description OK */
12936
- 200: {
12937
- headers: {
12938
- [name: string]: unknown;
12939
- };
12940
- content: {
12941
- "application/json": components["schemas"]["models.UserOrganisationDetails"];
12942
- };
12943
- };
12944
- };
12945
- };
12946
- put?: never;
12947
- post?: never;
12948
- delete?: never;
12949
- options?: never;
12950
- head?: never;
12951
- patch?: never;
12952
- trace?: never;
12953
- };
12954
12954
  "/internal/userorgpermissions": {
12955
12955
  parameters: {
12956
12956
  query?: never;
@@ -15013,6 +15013,7 @@ export interface components {
15013
15013
  };
15014
15014
  "models.AlertFeatures": {
15015
15015
  createMarker?: boolean;
15016
+ createWatchlistItem?: boolean;
15016
15017
  };
15017
15018
  "models.AlertPatch": {
15018
15019
  alexa_token?: string;
@@ -15029,6 +15030,7 @@ export interface components {
15029
15030
  devicesList?: components["schemas"]["models.DeviceKey"][];
15030
15031
  email_email?: string;
15031
15032
  enabled?: boolean;
15033
+ features?: components["schemas"]["models.AlertFeatures"];
15032
15034
  ifttt_token?: string;
15033
15035
  inputList?: string[];
15034
15036
  inputsAND?: boolean;
@@ -16450,7 +16452,7 @@ export interface components {
16450
16452
  token?: string;
16451
16453
  };
16452
16454
  "models.OrganisationMember": {
16453
- membership?: components["schemas"]["models.UserOrganisation"];
16455
+ membership?: components["schemas"]["models.OrganisationUser"];
16454
16456
  organisation_id?: string;
16455
16457
  /** @description Member's role assignments */
16456
16458
  role_assignments?: components["schemas"]["models.RoleAssignment"][];
@@ -16473,6 +16475,30 @@ export interface components {
16473
16475
  /** @description Technical/support contact */
16474
16476
  technical_contact?: components["schemas"]["models.Contact"];
16475
16477
  };
16478
+ "models.OrganisationUser": {
16479
+ audit?: components["schemas"]["models.Audit"];
16480
+ /** @description Optional expiration for temporary access */
16481
+ expires_at?: string;
16482
+ id?: string;
16483
+ invited_at?: string;
16484
+ invited_by?: string;
16485
+ joined_at?: string;
16486
+ organisation_id?: string;
16487
+ /** @description Additional permissions specific to this membership */
16488
+ permissions?: components["schemas"]["models.UserOrgPermissions"];
16489
+ /** @description "pending", "active", "suspended", "revoked" */
16490
+ status?: string;
16491
+ user_id?: string;
16492
+ };
16493
+ "models.OrganisationUserDetails": {
16494
+ membership?: components["schemas"]["models.OrganisationUser"];
16495
+ organisation?: components["schemas"]["models.Organisation"];
16496
+ /** @description User's role assignments in this organisation */
16497
+ role_assignments?: components["schemas"]["models.RoleAssignment"][];
16498
+ /** @description Populated role details */
16499
+ roles?: components["schemas"]["models.Role"][];
16500
+ user_id?: string;
16501
+ };
16476
16502
  /** @enum {integer} */
16477
16503
  "models.PermissionLevel": 1 | 2 | 3 | 4 | 2 | 3 | 4 | 5 | 2 | 3 | 2 | 2 | 3 | 2 | 3 | 4;
16478
16504
  "models.Permissions": {
@@ -17147,30 +17173,6 @@ export interface components {
17147
17173
  /** @description Specific sites user has access to */
17148
17174
  site_ids?: string[];
17149
17175
  };
17150
- "models.UserOrganisation": {
17151
- audit?: components["schemas"]["models.Audit"];
17152
- /** @description Optional expiration for temporary access */
17153
- expires_at?: string;
17154
- id?: string;
17155
- invited_at?: string;
17156
- invited_by?: string;
17157
- joined_at?: string;
17158
- organisation_id?: string;
17159
- /** @description Additional permissions specific to this membership */
17160
- permissions?: components["schemas"]["models.UserOrgPermissions"];
17161
- /** @description "pending", "active", "suspended", "revoked" */
17162
- status?: string;
17163
- user_id?: string;
17164
- };
17165
- "models.UserOrganisationDetails": {
17166
- membership?: components["schemas"]["models.UserOrganisation"];
17167
- organisation?: components["schemas"]["models.Organisation"];
17168
- /** @description User's role assignments in this organisation */
17169
- role_assignments?: components["schemas"]["models.RoleAssignment"][];
17170
- /** @description Populated role details */
17171
- roles?: components["schemas"]["models.Role"][];
17172
- user_id?: string;
17173
- };
17174
17176
  "models.UserProfile": {
17175
17177
  card?: components["schemas"]["models.Card"];
17176
17178
  user?: components["schemas"]["models.User"];
@@ -17428,6 +17430,8 @@ export declare namespace models {
17428
17430
  type OrganisationInvitation = components['schemas']['models.OrganisationInvitation'];
17429
17431
  type OrganisationMember = components['schemas']['models.OrganisationMember'];
17430
17432
  type OrganisationSettings = components['schemas']['models.OrganisationSettings'];
17433
+ type OrganisationUser = components['schemas']['models.OrganisationUser'];
17434
+ type OrganisationUserDetails = components['schemas']['models.OrganisationUserDetails'];
17431
17435
  type Permissions = components['schemas']['models.Permissions'];
17432
17436
  type PipelineEvent = components['schemas']['models.PipelineEvent'];
17433
17437
  type PipelineMetadata = components['schemas']['models.PipelineMetadata'];
@@ -17474,8 +17478,6 @@ export declare namespace models {
17474
17478
  type UpdateAlertOutput = components['schemas']['models.UpdateAlertOutput'];
17475
17479
  type User = components['schemas']['models.User'];
17476
17480
  type UserOrgPermissions = components['schemas']['models.UserOrgPermissions'];
17477
- type UserOrganisation = components['schemas']['models.UserOrganisation'];
17478
- type UserOrganisationDetails = components['schemas']['models.UserOrganisationDetails'];
17479
17481
  type UserProfile = components['schemas']['models.UserProfile'];
17480
17482
  type UserProfileSettings = components['schemas']['models.UserProfileSettings'];
17481
17483
  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.4.23",
3
+ "version": "1.4.25",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",