@ignos/api-client 20260319.81.1 → 20260319.82.1

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.
@@ -6834,7 +6834,7 @@ export interface AddMesLink {
6834
6834
  uri?: string;
6835
6835
  name?: string;
6836
6836
  type?: MesLinkTypeDto;
6837
- openInNewTab?: boolean | null;
6837
+ openInNewTab?: boolean;
6838
6838
  description?: string | null;
6839
6839
  }
6840
6840
  export type MesLinkTypeDto = "Static" | "Operation" | "WorkOrder";
@@ -6851,7 +6851,7 @@ export interface UpdateMesLink {
6851
6851
  uri?: string;
6852
6852
  name?: string;
6853
6853
  type?: MesLinkTypeDto;
6854
- openInNewTab?: boolean | null;
6854
+ openInNewTab?: boolean;
6855
6855
  description?: string | null;
6856
6856
  displayBeforeId?: string | null;
6857
6857
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20260319.81.1",
3
+ "version": "20260319.82.1",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -32676,7 +32676,7 @@ export interface AddMesLink {
32676
32676
  uri?: string;
32677
32677
  name?: string;
32678
32678
  type?: MesLinkTypeDto;
32679
- openInNewTab?: boolean | null;
32679
+ openInNewTab?: boolean;
32680
32680
  description?: string | null;
32681
32681
  }
32682
32682
 
@@ -32696,7 +32696,7 @@ export interface UpdateMesLink {
32696
32696
  uri?: string;
32697
32697
  name?: string;
32698
32698
  type?: MesLinkTypeDto;
32699
- openInNewTab?: boolean | null;
32699
+ openInNewTab?: boolean;
32700
32700
  description?: string | null;
32701
32701
  displayBeforeId?: string | null;
32702
32702
  }