@mtnmanager/sdk 0.0.4 → 0.0.7
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/README.md +17 -15
- package/dist/apis/ReportApi.d.ts +146 -0
- package/dist/apis/{PublicApi.js → ReportApi.js} +35 -52
- package/dist/apis/index.d.ts +1 -1
- package/dist/apis/index.js +1 -1
- package/dist/esm/apis/ReportApi.d.ts +146 -0
- package/dist/esm/apis/{PublicApi.js → ReportApi.js} +34 -51
- package/dist/esm/apis/index.d.ts +1 -1
- package/dist/esm/apis/index.js +1 -1
- package/dist/esm/models/CurrentWeather.d.ts +6 -6
- package/dist/esm/models/CurrentWeather.js +3 -3
- package/dist/esm/models/DailyForecast.d.ts +5 -5
- package/dist/esm/models/DailyForecast.js +5 -5
- package/dist/esm/models/DailyForecastImperial.d.ts +1 -1
- package/dist/esm/models/DailyForecastImperial.js +1 -1
- package/dist/esm/models/DailyForecastMetric.d.ts +1 -1
- package/dist/esm/models/DailyForecastMetric.js +1 -1
- package/dist/esm/models/DayHours.d.ts +1 -1
- package/dist/esm/models/DayHours.js +1 -1
- package/dist/esm/models/HourlyForecast.d.ts +3 -3
- package/dist/esm/models/HourlyForecast.js +3 -3
- package/dist/esm/models/HourlyForecastImperial.d.ts +1 -1
- package/dist/esm/models/HourlyForecastImperial.js +1 -1
- package/dist/esm/models/HourlyForecastMetric.d.ts +1 -1
- package/dist/esm/models/HourlyForecastMetric.js +1 -1
- package/dist/esm/models/ImperialUnits.d.ts +1 -1
- package/dist/esm/models/ImperialUnits.js +1 -1
- package/dist/esm/models/LiftStatus.d.ts +1 -1
- package/dist/esm/models/LiftStatus.js +1 -1
- package/dist/esm/models/LiftType.d.ts +1 -1
- package/dist/esm/models/LiftType.js +1 -1
- package/dist/esm/models/MetricUnits.d.ts +1 -1
- package/dist/esm/models/MetricUnits.js +1 -1
- package/dist/esm/models/OperatingHoursResponse.d.ts +1 -1
- package/dist/esm/models/OperatingHoursResponse.js +1 -1
- package/dist/esm/models/PathSlug.d.ts +32 -0
- package/dist/esm/models/PathSlug.js +43 -0
- package/dist/esm/models/PublicLift.d.ts +1 -1
- package/dist/esm/models/PublicLift.js +1 -1
- package/dist/esm/models/PublicResortInfo.d.ts +1 -1
- package/dist/esm/models/PublicResortInfo.js +1 -1
- package/dist/esm/models/PublicResortResponse.d.ts +4 -4
- package/dist/esm/models/PublicResortResponse.js +13 -7
- package/dist/esm/models/PublicResortStatus.d.ts +11 -4
- package/dist/esm/models/PublicResortStatus.js +11 -4
- package/dist/esm/models/PublicRun.d.ts +4 -4
- package/dist/esm/models/PublicRun.js +6 -4
- package/dist/esm/models/PublicSnowReport.d.ts +4 -4
- package/dist/esm/models/PublicSnowReport.js +6 -4
- package/dist/esm/models/PublicSnowResponse.d.ts +1 -1
- package/dist/esm/models/PublicSnowResponse.js +1 -1
- package/dist/esm/models/RecurrencePattern.d.ts +1 -1
- package/dist/esm/models/RecurrencePattern.js +1 -1
- package/dist/esm/models/RecurrencePatternOneOf.d.ts +1 -1
- package/dist/esm/models/RecurrencePatternOneOf.js +1 -1
- package/dist/esm/models/RecurrencePatternOneOf1.d.ts +1 -1
- package/dist/esm/models/RecurrencePatternOneOf1.js +1 -1
- package/dist/esm/models/RecurrencePatternOneOf2.d.ts +5 -5
- package/dist/esm/models/RecurrencePatternOneOf2.js +5 -5
- package/dist/esm/models/ResortStatusType.d.ts +1 -2
- package/dist/esm/models/ResortStatusType.js +2 -3
- package/dist/esm/models/RunDifficulty.d.ts +1 -1
- package/dist/esm/models/RunDifficulty.js +1 -1
- package/dist/esm/models/RunStatus.d.ts +1 -1
- package/dist/esm/models/RunStatus.js +1 -1
- package/dist/esm/models/Schedule.d.ts +1 -1
- package/dist/esm/models/Schedule.js +1 -1
- package/dist/esm/models/SeasonType.d.ts +26 -0
- package/dist/esm/models/SeasonType.js +44 -0
- package/dist/esm/models/SnowMetrics.d.ts +1 -1
- package/dist/esm/models/SnowMetrics.js +1 -1
- package/dist/esm/models/SurfaceCondition.d.ts +1 -1
- package/dist/esm/models/SurfaceCondition.js +1 -1
- package/dist/esm/models/UnitPreference.d.ts +1 -1
- package/dist/esm/models/UnitPreference.js +1 -1
- package/dist/esm/models/WeatherData.d.ts +3 -3
- package/dist/esm/models/WeatherData.js +3 -3
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.js +2 -0
- package/dist/esm/runtime.d.ts +1 -1
- package/dist/esm/runtime.js +1 -1
- package/dist/models/CurrentWeather.d.ts +6 -6
- package/dist/models/CurrentWeather.js +3 -3
- package/dist/models/DailyForecast.d.ts +5 -5
- package/dist/models/DailyForecast.js +5 -5
- package/dist/models/DailyForecastImperial.d.ts +1 -1
- package/dist/models/DailyForecastImperial.js +1 -1
- package/dist/models/DailyForecastMetric.d.ts +1 -1
- package/dist/models/DailyForecastMetric.js +1 -1
- package/dist/models/DayHours.d.ts +1 -1
- package/dist/models/DayHours.js +1 -1
- package/dist/models/HourlyForecast.d.ts +3 -3
- package/dist/models/HourlyForecast.js +3 -3
- package/dist/models/HourlyForecastImperial.d.ts +1 -1
- package/dist/models/HourlyForecastImperial.js +1 -1
- package/dist/models/HourlyForecastMetric.d.ts +1 -1
- package/dist/models/HourlyForecastMetric.js +1 -1
- package/dist/models/ImperialUnits.d.ts +1 -1
- package/dist/models/ImperialUnits.js +1 -1
- package/dist/models/LiftStatus.d.ts +1 -1
- package/dist/models/LiftStatus.js +1 -1
- package/dist/models/LiftType.d.ts +1 -1
- package/dist/models/LiftType.js +1 -1
- package/dist/models/MetricUnits.d.ts +1 -1
- package/dist/models/MetricUnits.js +1 -1
- package/dist/models/OperatingHoursResponse.d.ts +1 -1
- package/dist/models/OperatingHoursResponse.js +1 -1
- package/dist/models/PathSlug.d.ts +32 -0
- package/dist/models/PathSlug.js +50 -0
- package/dist/models/PublicLift.d.ts +1 -1
- package/dist/models/PublicLift.js +1 -1
- package/dist/models/PublicResortInfo.d.ts +1 -1
- package/dist/models/PublicResortInfo.js +1 -1
- package/dist/models/PublicResortResponse.d.ts +4 -4
- package/dist/models/PublicResortResponse.js +13 -7
- package/dist/models/PublicResortStatus.d.ts +11 -4
- package/dist/models/PublicResortStatus.js +11 -4
- package/dist/models/PublicRun.d.ts +4 -4
- package/dist/models/PublicRun.js +6 -4
- package/dist/models/PublicSnowReport.d.ts +4 -4
- package/dist/models/PublicSnowReport.js +6 -4
- package/dist/models/PublicSnowResponse.d.ts +1 -1
- package/dist/models/PublicSnowResponse.js +1 -1
- package/dist/models/RecurrencePattern.d.ts +1 -1
- package/dist/models/RecurrencePattern.js +1 -1
- package/dist/models/RecurrencePatternOneOf.d.ts +1 -1
- package/dist/models/RecurrencePatternOneOf.js +1 -1
- package/dist/models/RecurrencePatternOneOf1.d.ts +1 -1
- package/dist/models/RecurrencePatternOneOf1.js +1 -1
- package/dist/models/RecurrencePatternOneOf2.d.ts +5 -5
- package/dist/models/RecurrencePatternOneOf2.js +5 -5
- package/dist/models/ResortStatusType.d.ts +1 -2
- package/dist/models/ResortStatusType.js +2 -3
- package/dist/models/RunDifficulty.d.ts +1 -1
- package/dist/models/RunDifficulty.js +1 -1
- package/dist/models/RunStatus.d.ts +1 -1
- package/dist/models/RunStatus.js +1 -1
- package/dist/models/Schedule.d.ts +1 -1
- package/dist/models/Schedule.js +1 -1
- package/dist/models/SeasonType.d.ts +26 -0
- package/dist/models/SeasonType.js +52 -0
- package/dist/models/SnowMetrics.d.ts +1 -1
- package/dist/models/SnowMetrics.js +1 -1
- package/dist/models/SurfaceCondition.d.ts +1 -1
- package/dist/models/SurfaceCondition.js +1 -1
- package/dist/models/UnitPreference.d.ts +1 -1
- package/dist/models/UnitPreference.js +1 -1
- package/dist/models/WeatherData.d.ts +3 -3
- package/dist/models/WeatherData.js +3 -3
- package/dist/models/index.d.ts +2 -0
- package/dist/models/index.js +2 -0
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/package.json +1 -1
- package/dist/apis/PublicApi.d.ts +0 -174
- package/dist/esm/apis/PublicApi.d.ts +0 -174
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* MtnManager API
|
|
3
3
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* MtnManager API
|
|
6
6
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* MtnManager API
|
|
3
3
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/RunStatus.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* MtnManager API
|
|
6
6
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* MtnManager API
|
|
3
3
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Schedule.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* MtnManager API
|
|
6
6
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MtnManager API
|
|
3
|
+
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export declare const SeasonType: {
|
|
17
|
+
readonly Winter: "winter";
|
|
18
|
+
readonly Summer: "summer";
|
|
19
|
+
readonly Closed: "closed";
|
|
20
|
+
};
|
|
21
|
+
export type SeasonType = typeof SeasonType[keyof typeof SeasonType];
|
|
22
|
+
export declare function instanceOfSeasonType(value: any): boolean;
|
|
23
|
+
export declare function SeasonTypeFromJSON(json: any): SeasonType;
|
|
24
|
+
export declare function SeasonTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): SeasonType;
|
|
25
|
+
export declare function SeasonTypeToJSON(value?: SeasonType | null): any;
|
|
26
|
+
export declare function SeasonTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): SeasonType;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* MtnManager API
|
|
6
|
+
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.SeasonType = void 0;
|
|
17
|
+
exports.instanceOfSeasonType = instanceOfSeasonType;
|
|
18
|
+
exports.SeasonTypeFromJSON = SeasonTypeFromJSON;
|
|
19
|
+
exports.SeasonTypeFromJSONTyped = SeasonTypeFromJSONTyped;
|
|
20
|
+
exports.SeasonTypeToJSON = SeasonTypeToJSON;
|
|
21
|
+
exports.SeasonTypeToJSONTyped = SeasonTypeToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.SeasonType = {
|
|
27
|
+
Winter: 'winter',
|
|
28
|
+
Summer: 'summer',
|
|
29
|
+
Closed: 'closed'
|
|
30
|
+
};
|
|
31
|
+
function instanceOfSeasonType(value) {
|
|
32
|
+
for (const key in exports.SeasonType) {
|
|
33
|
+
if (Object.prototype.hasOwnProperty.call(exports.SeasonType, key)) {
|
|
34
|
+
if (exports.SeasonType[key] === value) {
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
return false;
|
|
40
|
+
}
|
|
41
|
+
function SeasonTypeFromJSON(json) {
|
|
42
|
+
return SeasonTypeFromJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function SeasonTypeFromJSONTyped(json, ignoreDiscriminator) {
|
|
45
|
+
return json;
|
|
46
|
+
}
|
|
47
|
+
function SeasonTypeToJSON(value) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
function SeasonTypeToJSONTyped(value, ignoreDiscriminator) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* MtnManager API
|
|
3
3
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* MtnManager API
|
|
6
6
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* MtnManager API
|
|
3
3
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* MtnManager API
|
|
6
6
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* MtnManager API
|
|
3
3
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* MtnManager API
|
|
6
6
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* MtnManager API
|
|
3
3
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -44,10 +44,10 @@ export interface WeatherData {
|
|
|
44
44
|
hourlyForecast: Array<HourlyForecast>;
|
|
45
45
|
/**
|
|
46
46
|
* When this data was last updated
|
|
47
|
-
* @type {
|
|
47
|
+
* @type {string}
|
|
48
48
|
* @memberof WeatherData
|
|
49
49
|
*/
|
|
50
|
-
lastUpdated:
|
|
50
|
+
lastUpdated: string;
|
|
51
51
|
}
|
|
52
52
|
/**
|
|
53
53
|
* Check if a given object implements the WeatherData interface.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* MtnManager API
|
|
6
6
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -49,7 +49,7 @@ function WeatherDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
49
49
|
'current': (0, CurrentWeather_1.CurrentWeatherFromJSON)(json['current']),
|
|
50
50
|
'dailyForecast': (json['daily_forecast'].map(DailyForecast_1.DailyForecastFromJSON)),
|
|
51
51
|
'hourlyForecast': (json['hourly_forecast'].map(HourlyForecast_1.HourlyForecastFromJSON)),
|
|
52
|
-
'lastUpdated':
|
|
52
|
+
'lastUpdated': json['last_updated'],
|
|
53
53
|
};
|
|
54
54
|
}
|
|
55
55
|
function WeatherDataToJSON(json) {
|
|
@@ -64,6 +64,6 @@ function WeatherDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
64
64
|
'current': (0, CurrentWeather_1.CurrentWeatherToJSON)(value['current']),
|
|
65
65
|
'daily_forecast': (value['dailyForecast'].map(DailyForecast_1.DailyForecastToJSON)),
|
|
66
66
|
'hourly_forecast': (value['hourlyForecast'].map(HourlyForecast_1.HourlyForecastToJSON)),
|
|
67
|
-
'last_updated': value['lastUpdated']
|
|
67
|
+
'last_updated': value['lastUpdated'],
|
|
68
68
|
};
|
|
69
69
|
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export * from './LiftStatus';
|
|
|
11
11
|
export * from './LiftType';
|
|
12
12
|
export * from './MetricUnits';
|
|
13
13
|
export * from './OperatingHoursResponse';
|
|
14
|
+
export * from './PathSlug';
|
|
14
15
|
export * from './PublicLift';
|
|
15
16
|
export * from './PublicResortInfo';
|
|
16
17
|
export * from './PublicResortResponse';
|
|
@@ -26,6 +27,7 @@ export * from './ResortStatusType';
|
|
|
26
27
|
export * from './RunDifficulty';
|
|
27
28
|
export * from './RunStatus';
|
|
28
29
|
export * from './Schedule';
|
|
30
|
+
export * from './SeasonType';
|
|
29
31
|
export * from './SnowMetrics';
|
|
30
32
|
export * from './SurfaceCondition';
|
|
31
33
|
export * from './UnitPreference';
|
package/dist/models/index.js
CHANGED
|
@@ -29,6 +29,7 @@ __exportStar(require("./LiftStatus"), exports);
|
|
|
29
29
|
__exportStar(require("./LiftType"), exports);
|
|
30
30
|
__exportStar(require("./MetricUnits"), exports);
|
|
31
31
|
__exportStar(require("./OperatingHoursResponse"), exports);
|
|
32
|
+
__exportStar(require("./PathSlug"), exports);
|
|
32
33
|
__exportStar(require("./PublicLift"), exports);
|
|
33
34
|
__exportStar(require("./PublicResortInfo"), exports);
|
|
34
35
|
__exportStar(require("./PublicResortResponse"), exports);
|
|
@@ -44,6 +45,7 @@ __exportStar(require("./ResortStatusType"), exports);
|
|
|
44
45
|
__exportStar(require("./RunDifficulty"), exports);
|
|
45
46
|
__exportStar(require("./RunStatus"), exports);
|
|
46
47
|
__exportStar(require("./Schedule"), exports);
|
|
48
|
+
__exportStar(require("./SeasonType"), exports);
|
|
47
49
|
__exportStar(require("./SnowMetrics"), exports);
|
|
48
50
|
__exportStar(require("./SurfaceCondition"), exports);
|
|
49
51
|
__exportStar(require("./UnitPreference"), exports);
|
package/dist/runtime.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* MtnManager API
|
|
3
3
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/runtime.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* MtnManager API
|
|
6
6
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/package.json
CHANGED
package/dist/apis/PublicApi.d.ts
DELETED
|
@@ -1,174 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* MtnManager API
|
|
3
|
-
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 0.1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import * as runtime from '../runtime';
|
|
13
|
-
import type { PublicLift, PublicResortResponse, PublicResortStatus, PublicRun, PublicSnowResponse } from '../models/index';
|
|
14
|
-
export interface GetHoursPublicRequest {
|
|
15
|
-
slug: string;
|
|
16
|
-
}
|
|
17
|
-
export interface GetLiftsPublicRequest {
|
|
18
|
-
slug: string;
|
|
19
|
-
status?: string;
|
|
20
|
-
}
|
|
21
|
-
export interface GetResortPublicRequest {
|
|
22
|
-
slug: string;
|
|
23
|
-
}
|
|
24
|
-
export interface GetRunsPublicRequest {
|
|
25
|
-
slug: string;
|
|
26
|
-
status?: string;
|
|
27
|
-
}
|
|
28
|
-
export interface GetSnowPublicRequest {
|
|
29
|
-
slug: string;
|
|
30
|
-
}
|
|
31
|
-
export interface GetStatusPublicRequest {
|
|
32
|
-
slug: string;
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* PublicApi - interface
|
|
36
|
-
*
|
|
37
|
-
* @export
|
|
38
|
-
* @interface PublicApiInterface
|
|
39
|
-
*/
|
|
40
|
-
export interface PublicApiInterface {
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
* @summary GET /report/v1/:slug/hours Get operating hours (calculated for today + 3 months)
|
|
44
|
-
* @param {string} slug Resort slug
|
|
45
|
-
* @param {*} [options] Override http request option.
|
|
46
|
-
* @throws {RequiredError}
|
|
47
|
-
* @memberof PublicApiInterface
|
|
48
|
-
*/
|
|
49
|
-
getHoursPublicRaw(requestParameters: GetHoursPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
50
|
-
/**
|
|
51
|
-
* GET /report/v1/:slug/hours Get operating hours (calculated for today + 3 months)
|
|
52
|
-
*/
|
|
53
|
-
getHoursPublic(requestParameters: GetHoursPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
54
|
-
/**
|
|
55
|
-
*
|
|
56
|
-
* @summary GET /report/v1/:slug/lifts Get all lifts with optional status filter
|
|
57
|
-
* @param {string} slug Resort slug
|
|
58
|
-
* @param {string} [status] Filter by status
|
|
59
|
-
* @param {*} [options] Override http request option.
|
|
60
|
-
* @throws {RequiredError}
|
|
61
|
-
* @memberof PublicApiInterface
|
|
62
|
-
*/
|
|
63
|
-
getLiftsPublicRaw(requestParameters: GetLiftsPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<PublicLift>>>;
|
|
64
|
-
/**
|
|
65
|
-
* GET /report/v1/:slug/lifts Get all lifts with optional status filter
|
|
66
|
-
*/
|
|
67
|
-
getLiftsPublic(requestParameters: GetLiftsPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<PublicLift>>;
|
|
68
|
-
/**
|
|
69
|
-
*
|
|
70
|
-
* @summary GET /report/v1/:slug Get complete resort information for public display
|
|
71
|
-
* @param {string} slug Resort slug
|
|
72
|
-
* @param {*} [options] Override http request option.
|
|
73
|
-
* @throws {RequiredError}
|
|
74
|
-
* @memberof PublicApiInterface
|
|
75
|
-
*/
|
|
76
|
-
getResortPublicRaw(requestParameters: GetResortPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PublicResortResponse>>;
|
|
77
|
-
/**
|
|
78
|
-
* GET /report/v1/:slug Get complete resort information for public display
|
|
79
|
-
*/
|
|
80
|
-
getResortPublic(requestParameters: GetResortPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PublicResortResponse>;
|
|
81
|
-
/**
|
|
82
|
-
*
|
|
83
|
-
* @summary GET /report/v1/:slug/runs Get all runs with optional status filter
|
|
84
|
-
* @param {string} slug Resort slug
|
|
85
|
-
* @param {string} [status] Filter by status
|
|
86
|
-
* @param {*} [options] Override http request option.
|
|
87
|
-
* @throws {RequiredError}
|
|
88
|
-
* @memberof PublicApiInterface
|
|
89
|
-
*/
|
|
90
|
-
getRunsPublicRaw(requestParameters: GetRunsPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<PublicRun>>>;
|
|
91
|
-
/**
|
|
92
|
-
* GET /report/v1/:slug/runs Get all runs with optional status filter
|
|
93
|
-
*/
|
|
94
|
-
getRunsPublic(requestParameters: GetRunsPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<PublicRun>>;
|
|
95
|
-
/**
|
|
96
|
-
*
|
|
97
|
-
* @summary GET /report/v1/:slug/snow Get current snow conditions and reports with metrics
|
|
98
|
-
* @param {string} slug Resort slug
|
|
99
|
-
* @param {*} [options] Override http request option.
|
|
100
|
-
* @throws {RequiredError}
|
|
101
|
-
* @memberof PublicApiInterface
|
|
102
|
-
*/
|
|
103
|
-
getSnowPublicRaw(requestParameters: GetSnowPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PublicSnowResponse>>;
|
|
104
|
-
/**
|
|
105
|
-
* GET /report/v1/:slug/snow Get current snow conditions and reports with metrics
|
|
106
|
-
*/
|
|
107
|
-
getSnowPublic(requestParameters: GetSnowPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PublicSnowResponse>;
|
|
108
|
-
/**
|
|
109
|
-
*
|
|
110
|
-
* @summary GET /report/v1/:slug/status Get just the resort status
|
|
111
|
-
* @param {string} slug Resort slug
|
|
112
|
-
* @param {*} [options] Override http request option.
|
|
113
|
-
* @throws {RequiredError}
|
|
114
|
-
* @memberof PublicApiInterface
|
|
115
|
-
*/
|
|
116
|
-
getStatusPublicRaw(requestParameters: GetStatusPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PublicResortStatus>>;
|
|
117
|
-
/**
|
|
118
|
-
* GET /report/v1/:slug/status Get just the resort status
|
|
119
|
-
*/
|
|
120
|
-
getStatusPublic(requestParameters: GetStatusPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PublicResortStatus>;
|
|
121
|
-
}
|
|
122
|
-
/**
|
|
123
|
-
*
|
|
124
|
-
*/
|
|
125
|
-
export declare class PublicApi extends runtime.BaseAPI implements PublicApiInterface {
|
|
126
|
-
/**
|
|
127
|
-
* GET /report/v1/:slug/hours Get operating hours (calculated for today + 3 months)
|
|
128
|
-
*/
|
|
129
|
-
getHoursPublicRaw(requestParameters: GetHoursPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
130
|
-
/**
|
|
131
|
-
* GET /report/v1/:slug/hours Get operating hours (calculated for today + 3 months)
|
|
132
|
-
*/
|
|
133
|
-
getHoursPublic(requestParameters: GetHoursPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
134
|
-
/**
|
|
135
|
-
* GET /report/v1/:slug/lifts Get all lifts with optional status filter
|
|
136
|
-
*/
|
|
137
|
-
getLiftsPublicRaw(requestParameters: GetLiftsPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<PublicLift>>>;
|
|
138
|
-
/**
|
|
139
|
-
* GET /report/v1/:slug/lifts Get all lifts with optional status filter
|
|
140
|
-
*/
|
|
141
|
-
getLiftsPublic(requestParameters: GetLiftsPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<PublicLift>>;
|
|
142
|
-
/**
|
|
143
|
-
* GET /report/v1/:slug Get complete resort information for public display
|
|
144
|
-
*/
|
|
145
|
-
getResortPublicRaw(requestParameters: GetResortPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PublicResortResponse>>;
|
|
146
|
-
/**
|
|
147
|
-
* GET /report/v1/:slug Get complete resort information for public display
|
|
148
|
-
*/
|
|
149
|
-
getResortPublic(requestParameters: GetResortPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PublicResortResponse>;
|
|
150
|
-
/**
|
|
151
|
-
* GET /report/v1/:slug/runs Get all runs with optional status filter
|
|
152
|
-
*/
|
|
153
|
-
getRunsPublicRaw(requestParameters: GetRunsPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<PublicRun>>>;
|
|
154
|
-
/**
|
|
155
|
-
* GET /report/v1/:slug/runs Get all runs with optional status filter
|
|
156
|
-
*/
|
|
157
|
-
getRunsPublic(requestParameters: GetRunsPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<PublicRun>>;
|
|
158
|
-
/**
|
|
159
|
-
* GET /report/v1/:slug/snow Get current snow conditions and reports with metrics
|
|
160
|
-
*/
|
|
161
|
-
getSnowPublicRaw(requestParameters: GetSnowPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PublicSnowResponse>>;
|
|
162
|
-
/**
|
|
163
|
-
* GET /report/v1/:slug/snow Get current snow conditions and reports with metrics
|
|
164
|
-
*/
|
|
165
|
-
getSnowPublic(requestParameters: GetSnowPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PublicSnowResponse>;
|
|
166
|
-
/**
|
|
167
|
-
* GET /report/v1/:slug/status Get just the resort status
|
|
168
|
-
*/
|
|
169
|
-
getStatusPublicRaw(requestParameters: GetStatusPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PublicResortStatus>>;
|
|
170
|
-
/**
|
|
171
|
-
* GET /report/v1/:slug/status Get just the resort status
|
|
172
|
-
*/
|
|
173
|
-
getStatusPublic(requestParameters: GetStatusPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PublicResortStatus>;
|
|
174
|
-
}
|
|
@@ -1,174 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* MtnManager API
|
|
3
|
-
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 0.1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import * as runtime from '../runtime';
|
|
13
|
-
import type { PublicLift, PublicResortResponse, PublicResortStatus, PublicRun, PublicSnowResponse } from '../models/index';
|
|
14
|
-
export interface GetHoursPublicRequest {
|
|
15
|
-
slug: string;
|
|
16
|
-
}
|
|
17
|
-
export interface GetLiftsPublicRequest {
|
|
18
|
-
slug: string;
|
|
19
|
-
status?: string;
|
|
20
|
-
}
|
|
21
|
-
export interface GetResortPublicRequest {
|
|
22
|
-
slug: string;
|
|
23
|
-
}
|
|
24
|
-
export interface GetRunsPublicRequest {
|
|
25
|
-
slug: string;
|
|
26
|
-
status?: string;
|
|
27
|
-
}
|
|
28
|
-
export interface GetSnowPublicRequest {
|
|
29
|
-
slug: string;
|
|
30
|
-
}
|
|
31
|
-
export interface GetStatusPublicRequest {
|
|
32
|
-
slug: string;
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* PublicApi - interface
|
|
36
|
-
*
|
|
37
|
-
* @export
|
|
38
|
-
* @interface PublicApiInterface
|
|
39
|
-
*/
|
|
40
|
-
export interface PublicApiInterface {
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
* @summary GET /report/v1/:slug/hours Get operating hours (calculated for today + 3 months)
|
|
44
|
-
* @param {string} slug Resort slug
|
|
45
|
-
* @param {*} [options] Override http request option.
|
|
46
|
-
* @throws {RequiredError}
|
|
47
|
-
* @memberof PublicApiInterface
|
|
48
|
-
*/
|
|
49
|
-
getHoursPublicRaw(requestParameters: GetHoursPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
50
|
-
/**
|
|
51
|
-
* GET /report/v1/:slug/hours Get operating hours (calculated for today + 3 months)
|
|
52
|
-
*/
|
|
53
|
-
getHoursPublic(requestParameters: GetHoursPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
54
|
-
/**
|
|
55
|
-
*
|
|
56
|
-
* @summary GET /report/v1/:slug/lifts Get all lifts with optional status filter
|
|
57
|
-
* @param {string} slug Resort slug
|
|
58
|
-
* @param {string} [status] Filter by status
|
|
59
|
-
* @param {*} [options] Override http request option.
|
|
60
|
-
* @throws {RequiredError}
|
|
61
|
-
* @memberof PublicApiInterface
|
|
62
|
-
*/
|
|
63
|
-
getLiftsPublicRaw(requestParameters: GetLiftsPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<PublicLift>>>;
|
|
64
|
-
/**
|
|
65
|
-
* GET /report/v1/:slug/lifts Get all lifts with optional status filter
|
|
66
|
-
*/
|
|
67
|
-
getLiftsPublic(requestParameters: GetLiftsPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<PublicLift>>;
|
|
68
|
-
/**
|
|
69
|
-
*
|
|
70
|
-
* @summary GET /report/v1/:slug Get complete resort information for public display
|
|
71
|
-
* @param {string} slug Resort slug
|
|
72
|
-
* @param {*} [options] Override http request option.
|
|
73
|
-
* @throws {RequiredError}
|
|
74
|
-
* @memberof PublicApiInterface
|
|
75
|
-
*/
|
|
76
|
-
getResortPublicRaw(requestParameters: GetResortPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PublicResortResponse>>;
|
|
77
|
-
/**
|
|
78
|
-
* GET /report/v1/:slug Get complete resort information for public display
|
|
79
|
-
*/
|
|
80
|
-
getResortPublic(requestParameters: GetResortPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PublicResortResponse>;
|
|
81
|
-
/**
|
|
82
|
-
*
|
|
83
|
-
* @summary GET /report/v1/:slug/runs Get all runs with optional status filter
|
|
84
|
-
* @param {string} slug Resort slug
|
|
85
|
-
* @param {string} [status] Filter by status
|
|
86
|
-
* @param {*} [options] Override http request option.
|
|
87
|
-
* @throws {RequiredError}
|
|
88
|
-
* @memberof PublicApiInterface
|
|
89
|
-
*/
|
|
90
|
-
getRunsPublicRaw(requestParameters: GetRunsPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<PublicRun>>>;
|
|
91
|
-
/**
|
|
92
|
-
* GET /report/v1/:slug/runs Get all runs with optional status filter
|
|
93
|
-
*/
|
|
94
|
-
getRunsPublic(requestParameters: GetRunsPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<PublicRun>>;
|
|
95
|
-
/**
|
|
96
|
-
*
|
|
97
|
-
* @summary GET /report/v1/:slug/snow Get current snow conditions and reports with metrics
|
|
98
|
-
* @param {string} slug Resort slug
|
|
99
|
-
* @param {*} [options] Override http request option.
|
|
100
|
-
* @throws {RequiredError}
|
|
101
|
-
* @memberof PublicApiInterface
|
|
102
|
-
*/
|
|
103
|
-
getSnowPublicRaw(requestParameters: GetSnowPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PublicSnowResponse>>;
|
|
104
|
-
/**
|
|
105
|
-
* GET /report/v1/:slug/snow Get current snow conditions and reports with metrics
|
|
106
|
-
*/
|
|
107
|
-
getSnowPublic(requestParameters: GetSnowPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PublicSnowResponse>;
|
|
108
|
-
/**
|
|
109
|
-
*
|
|
110
|
-
* @summary GET /report/v1/:slug/status Get just the resort status
|
|
111
|
-
* @param {string} slug Resort slug
|
|
112
|
-
* @param {*} [options] Override http request option.
|
|
113
|
-
* @throws {RequiredError}
|
|
114
|
-
* @memberof PublicApiInterface
|
|
115
|
-
*/
|
|
116
|
-
getStatusPublicRaw(requestParameters: GetStatusPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PublicResortStatus>>;
|
|
117
|
-
/**
|
|
118
|
-
* GET /report/v1/:slug/status Get just the resort status
|
|
119
|
-
*/
|
|
120
|
-
getStatusPublic(requestParameters: GetStatusPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PublicResortStatus>;
|
|
121
|
-
}
|
|
122
|
-
/**
|
|
123
|
-
*
|
|
124
|
-
*/
|
|
125
|
-
export declare class PublicApi extends runtime.BaseAPI implements PublicApiInterface {
|
|
126
|
-
/**
|
|
127
|
-
* GET /report/v1/:slug/hours Get operating hours (calculated for today + 3 months)
|
|
128
|
-
*/
|
|
129
|
-
getHoursPublicRaw(requestParameters: GetHoursPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
130
|
-
/**
|
|
131
|
-
* GET /report/v1/:slug/hours Get operating hours (calculated for today + 3 months)
|
|
132
|
-
*/
|
|
133
|
-
getHoursPublic(requestParameters: GetHoursPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
134
|
-
/**
|
|
135
|
-
* GET /report/v1/:slug/lifts Get all lifts with optional status filter
|
|
136
|
-
*/
|
|
137
|
-
getLiftsPublicRaw(requestParameters: GetLiftsPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<PublicLift>>>;
|
|
138
|
-
/**
|
|
139
|
-
* GET /report/v1/:slug/lifts Get all lifts with optional status filter
|
|
140
|
-
*/
|
|
141
|
-
getLiftsPublic(requestParameters: GetLiftsPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<PublicLift>>;
|
|
142
|
-
/**
|
|
143
|
-
* GET /report/v1/:slug Get complete resort information for public display
|
|
144
|
-
*/
|
|
145
|
-
getResortPublicRaw(requestParameters: GetResortPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PublicResortResponse>>;
|
|
146
|
-
/**
|
|
147
|
-
* GET /report/v1/:slug Get complete resort information for public display
|
|
148
|
-
*/
|
|
149
|
-
getResortPublic(requestParameters: GetResortPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PublicResortResponse>;
|
|
150
|
-
/**
|
|
151
|
-
* GET /report/v1/:slug/runs Get all runs with optional status filter
|
|
152
|
-
*/
|
|
153
|
-
getRunsPublicRaw(requestParameters: GetRunsPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<PublicRun>>>;
|
|
154
|
-
/**
|
|
155
|
-
* GET /report/v1/:slug/runs Get all runs with optional status filter
|
|
156
|
-
*/
|
|
157
|
-
getRunsPublic(requestParameters: GetRunsPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<PublicRun>>;
|
|
158
|
-
/**
|
|
159
|
-
* GET /report/v1/:slug/snow Get current snow conditions and reports with metrics
|
|
160
|
-
*/
|
|
161
|
-
getSnowPublicRaw(requestParameters: GetSnowPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PublicSnowResponse>>;
|
|
162
|
-
/**
|
|
163
|
-
* GET /report/v1/:slug/snow Get current snow conditions and reports with metrics
|
|
164
|
-
*/
|
|
165
|
-
getSnowPublic(requestParameters: GetSnowPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PublicSnowResponse>;
|
|
166
|
-
/**
|
|
167
|
-
* GET /report/v1/:slug/status Get just the resort status
|
|
168
|
-
*/
|
|
169
|
-
getStatusPublicRaw(requestParameters: GetStatusPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PublicResortStatus>>;
|
|
170
|
-
/**
|
|
171
|
-
* GET /report/v1/:slug/status Get just the resort status
|
|
172
|
-
*/
|
|
173
|
-
getStatusPublic(requestParameters: GetStatusPublicRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PublicResortStatus>;
|
|
174
|
-
}
|