@ignos/api-client 20260320.86.1 → 20260320.87.1-alpha

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.
@@ -6654,6 +6654,7 @@ export interface MoveSubscriptionDto {
6654
6654
  enabledNotifications: boolean;
6655
6655
  zones: MoveSubscriptionZoneDto[];
6656
6656
  locations: MoveSubscriptionLocationDto[];
6657
+ transportKinds?: TransportKindDto[] | null;
6657
6658
  }
6658
6659
  export interface MoveSubscriptionZoneDto {
6659
6660
  zoneId: string;
@@ -6671,6 +6672,7 @@ export interface UpdateNotifications {
6671
6672
  enabledNotifications: boolean;
6672
6673
  zones: MoveSubscriptionZoneUpdateDto[];
6673
6674
  locations: MoveSubscriptionLocationUpdateDto[];
6675
+ transportKinds?: TransportKindDto[] | null;
6674
6676
  }
6675
6677
  export interface MoveSubscriptionZoneUpdateDto {
6676
6678
  zoneId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20260320.86.1",
3
+ "version": "20260320.87.1-alpha",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -32469,6 +32469,7 @@ export interface MoveSubscriptionDto {
32469
32469
  enabledNotifications: boolean;
32470
32470
  zones: MoveSubscriptionZoneDto[];
32471
32471
  locations: MoveSubscriptionLocationDto[];
32472
+ transportKinds?: TransportKindDto[] | null;
32472
32473
  }
32473
32474
 
32474
32475
  export interface MoveSubscriptionZoneDto {
@@ -32489,6 +32490,7 @@ export interface UpdateNotifications {
32489
32490
  enabledNotifications: boolean;
32490
32491
  zones: MoveSubscriptionZoneUpdateDto[];
32491
32492
  locations: MoveSubscriptionLocationUpdateDto[];
32493
+ transportKinds?: TransportKindDto[] | null;
32492
32494
  }
32493
32495
 
32494
32496
  export interface MoveSubscriptionZoneUpdateDto {