@volant-autonomy/via-sdk 1.3926.1 → 1.3934.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.
package/dist/index.cjs.js CHANGED
@@ -786,7 +786,7 @@ function defaultPathSerializer(pathname, pathParams) {
786
786
  return nextURL;
787
787
  }
788
788
 
789
- var version = "1.3926.1";
789
+ var version = "1.3934.1";
790
790
 
791
791
  const querySerializer = createQuerySerializer();
792
792
  class Fetcher {
package/dist/index.esm.js CHANGED
@@ -784,7 +784,7 @@ function defaultPathSerializer(pathname, pathParams) {
784
784
  return nextURL;
785
785
  }
786
786
 
787
- var version = "1.3926.1";
787
+ var version = "1.3934.1";
788
788
 
789
789
  const querySerializer = createQuerySerializer();
790
790
  class Fetcher {
@@ -1666,6 +1666,11 @@ export interface components {
1666
1666
  type: "FeatureCollection";
1667
1667
  /** Features */
1668
1668
  features: components["schemas"]["GeoJsonPolygonFeature_GeocageProperties_"][];
1669
+ /**
1670
+ * Geocage name
1671
+ * @description User set name for a Geocage, it can have a maximum of 255 characters, as well as contain symbols and spacing
1672
+ */
1673
+ viaName?: string | null;
1669
1674
  };
1670
1675
  /**
1671
1676
  * Geocage
@@ -1680,6 +1685,11 @@ export interface components {
1680
1685
  type: "FeatureCollection";
1681
1686
  /** Features */
1682
1687
  features: components["schemas"]["GeoJsonPolygonFeature_GeocageProperties_"][];
1688
+ /**
1689
+ * Geocage name
1690
+ * @description User set name for a Geocage, it can have a maximum of 255 characters, as well as contain symbols and spacing
1691
+ */
1692
+ viaName?: string | null;
1683
1693
  };
1684
1694
  /** GeocageProperties */
1685
1695
  GeocageProperties: Record<string, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.3926.1",
3
+ "version": "1.3934.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",