@sassoftware/vi-api 1.55.1 → 1.56.3

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.
@@ -1,6 +1,6 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
- // Generated using typescript-generator version 2.15.527 on 2025-10-03 08:29:02.
3
+ // Generated using typescript-generator version 2.15.527 on 2026-05-28 08:51:16.
4
4
 
5
5
  export interface ApplicationSetting extends ResponsesErrorResponse {
6
6
  name?: string;
@@ -611,7 +611,9 @@ export interface PathsRepresentation extends QueryRepresentation {
611
611
  type?: string;
612
612
  id?: string;
613
613
  filter?: AbstractFilterUnion;
614
+ mustMatchAllBranches?: boolean;
614
615
  nextLevel?: PathLevelRepresentation;
616
+ nextLevels?: PathLevelRepresentation[];
615
617
  }
616
618
 
617
619
  export interface PathLevelRepresentation {
@@ -620,6 +622,7 @@ export interface PathLevelRepresentation {
620
622
  vertexFilter?: AbstractFilterUnion;
621
623
  edgeFilter?: AbstractFilterUnion;
622
624
  nextLevel?: PathLevelRepresentation;
625
+ nextLevels?: PathLevelRepresentation[];
623
626
  }
624
627
 
625
628
  export interface QueryRepresentation {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@types/svi-sand",
3
- "version": "19.4.2",
3
+ "version": "20.1.7",
4
4
  "types": "index.d.ts"
5
5
  }