@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 +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/volant-schema.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/volant-schema.d.ts
CHANGED
|
@@ -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
|
-
"
|
|
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
|
-
"
|
|
5888
|
+
"text/event-stream": components["schemas"]["JsonApiExceptionResponse"];
|
|
5889
5889
|
};
|
|
5890
5890
|
};
|
|
5891
5891
|
/** @description Validation Error */
|