@volant-autonomy/via-sdk 1.5128.1 → 1.5144.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.5128.1";
789
+ var version = "1.5144.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.5128.1";
787
+ var version = "1.5144.1";
788
788
 
789
789
  const querySerializer = createQuerySerializer();
790
790
  class Fetcher {
@@ -3229,7 +3229,7 @@ export interface components {
3229
3229
  * PopulationSource
3230
3230
  * @enum {string}
3231
3231
  */
3232
- PopulationSource: "GHS_2020_R2023_100" | "EUROSTAT_2021_R2024_1000" | "EIDC_residential_2011_R2017_1000" | "EIDC_workday_2011_R2017_1000" | "ONS_EW_2021_R2021_1000" | "ONS_EW_2021_R2021_200" | "ONS_EW_2021_R2021_100" | "ONS_EW_WORKDAY_2021_R2021_1000" | "ONS_EW_WORKDAY_2021_R2021_200" | "ONS_EW_WORKDAY_2021_R2021_100" | "ONS_EW_OT_2021_R2021_1000" | "ONS_EW_OT_2021_R2021_200" | "ONS_EW_OT_2021_R2021_100";
3232
+ PopulationSource: "GHS_2020_R2023_100" | "GHS_2020_R2023_1000" | "EUROSTAT_2021_R2024_1000" | "EIDC_residential_2011_R2017_1000" | "EIDC_workday_2011_R2017_1000" | "ONS_EW_2021_R2021_1000" | "ONS_EW_2021_R2021_200" | "ONS_EW_2021_R2021_100" | "ONS_EW_WORKDAY_2021_R2021_1000" | "ONS_EW_WORKDAY_2021_R2021_200" | "ONS_EW_WORKDAY_2021_R2021_100" | "ONS_EW_OT_2021_R2021_1000" | "ONS_EW_OT_2021_R2021_200" | "ONS_EW_OT_2021_R2021_100";
3233
3233
  /**
3234
3234
  * ProfileAttributes
3235
3235
  * @description Profile of specified data across the Flightplan.
@@ -5876,7 +5876,7 @@ export interface operations {
5876
5876
  [name: string]: unknown;
5877
5877
  };
5878
5878
  content: {
5879
- "application/json": components["schemas"]["JsonApiExceptionResponse"];
5879
+ "text/event-stream": components["schemas"]["JsonApiExceptionResponse"];
5880
5880
  };
5881
5881
  };
5882
5882
  /** @description Bearer access token was not provided in Authorization header, token could not be decoded, or token was invalid. */
@@ -5885,7 +5885,7 @@ export interface operations {
5885
5885
  [name: string]: unknown;
5886
5886
  };
5887
5887
  content: {
5888
- "application/json": components["schemas"]["JsonApiExceptionResponse"];
5888
+ "text/event-stream": components["schemas"]["JsonApiExceptionResponse"];
5889
5889
  };
5890
5890
  };
5891
5891
  /** @description Validation Error */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.5128.1",
3
+ "version": "1.5144.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",