@mtnmanager/sdk 0.0.26 → 0.0.28
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 +14 -16
- package/dist/apis/ReportApi.d.ts +186 -0
- package/dist/apis/ReportApi.js +241 -0
- package/dist/apis/index.d.ts +1 -6
- package/dist/apis/index.js +1 -6
- package/dist/esm/apis/ReportApi.d.ts +186 -0
- package/dist/esm/apis/ReportApi.js +237 -0
- package/dist/esm/apis/index.d.ts +1 -6
- package/dist/esm/apis/index.js +1 -6
- package/dist/esm/models/ClosureReason.d.ts +1 -1
- package/dist/esm/models/ClosureReason.js +1 -1
- package/dist/esm/models/CurrentWeather.d.ts +3 -3
- package/dist/esm/models/CurrentWeather.js +3 -3
- package/dist/esm/models/DailyForecast.d.ts +7 -7
- package/dist/esm/models/DailyForecast.js +7 -7
- 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 +11 -5
- package/dist/esm/models/LiftStatus.js +26 -36
- package/dist/esm/models/LiftType.d.ts +20 -5
- package/dist/esm/models/LiftType.js +35 -90
- 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/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 +1 -1
- package/dist/esm/models/PublicResortResponse.js +1 -1
- package/dist/esm/models/PublicResortStatus.d.ts +1 -1
- package/dist/esm/models/PublicResortStatus.js +1 -1
- package/dist/esm/models/PublicRun.d.ts +1 -1
- package/dist/esm/models/PublicRun.js +1 -1
- package/dist/esm/models/PublicSnowReport.d.ts +1 -1
- package/dist/esm/models/PublicSnowReport.js +1 -1
- package/dist/esm/models/PublicSnowResponse.d.ts +1 -1
- package/dist/esm/models/PublicSnowResponse.js +1 -1
- package/dist/esm/models/PublicSummerTrail.d.ts +1 -1
- package/dist/esm/models/PublicSummerTrail.js +1 -1
- package/dist/esm/models/ResortStatusType.d.ts +9 -5
- package/dist/esm/models/ResortStatusType.js +27 -24
- package/dist/esm/models/RunDifficulty.d.ts +12 -5
- package/dist/esm/models/RunDifficulty.js +29 -42
- package/dist/esm/models/RunStatus.d.ts +10 -5
- package/dist/esm/models/RunStatus.js +25 -30
- package/dist/esm/models/Schedule.d.ts +5 -5
- package/dist/esm/models/Schedule.js +3 -4
- package/dist/esm/models/SeasonType.d.ts +10 -5
- package/dist/esm/models/SeasonType.js +25 -30
- package/dist/esm/models/SnowMetrics.d.ts +1 -1
- package/dist/esm/models/SnowMetrics.js +1 -1
- package/dist/esm/models/SummerTrailDifficulty.d.ts +12 -5
- package/dist/esm/models/SummerTrailDifficulty.js +27 -42
- package/dist/esm/models/SummerTrailStatus.d.ts +10 -5
- package/dist/esm/models/SummerTrailStatus.js +25 -30
- package/dist/esm/models/SummerTrailType.d.ts +9 -5
- package/dist/esm/models/SummerTrailType.js +24 -24
- package/dist/esm/models/SurfaceCondition.d.ts +22 -5
- package/dist/esm/models/SurfaceCondition.js +40 -102
- package/dist/esm/models/UnitPreference.d.ts +1 -1
- package/dist/esm/models/UnitPreference.js +1 -1
- package/dist/esm/models/WeatherConditionCode.d.ts +48 -5
- package/dist/esm/models/WeatherConditionCode.js +64 -24
- package/dist/esm/models/WeatherData.d.ts +3 -3
- package/dist/esm/models/WeatherData.js +4 -4
- package/dist/esm/models/index.d.ts +0 -3
- package/dist/esm/models/index.js +0 -3
- package/dist/esm/runtime.d.ts +1 -1
- package/dist/esm/runtime.js +1 -1
- package/dist/models/ClosureReason.d.ts +1 -1
- package/dist/models/ClosureReason.js +1 -1
- package/dist/models/CurrentWeather.d.ts +3 -3
- package/dist/models/CurrentWeather.js +3 -3
- package/dist/models/DailyForecast.d.ts +7 -7
- package/dist/models/DailyForecast.js +7 -7
- 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 +11 -5
- package/dist/models/LiftStatus.js +28 -36
- package/dist/models/LiftType.d.ts +20 -5
- package/dist/models/LiftType.js +37 -90
- 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/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 +1 -1
- package/dist/models/PublicResortResponse.js +1 -1
- package/dist/models/PublicResortStatus.d.ts +1 -1
- package/dist/models/PublicResortStatus.js +1 -1
- package/dist/models/PublicRun.d.ts +1 -1
- package/dist/models/PublicRun.js +1 -1
- package/dist/models/PublicSnowReport.d.ts +1 -1
- package/dist/models/PublicSnowReport.js +1 -1
- package/dist/models/PublicSnowResponse.d.ts +1 -1
- package/dist/models/PublicSnowResponse.js +1 -1
- package/dist/models/PublicSummerTrail.d.ts +1 -1
- package/dist/models/PublicSummerTrail.js +1 -1
- package/dist/models/ResortStatusType.d.ts +9 -5
- package/dist/models/ResortStatusType.js +29 -24
- package/dist/models/RunDifficulty.d.ts +12 -5
- package/dist/models/RunDifficulty.js +31 -42
- package/dist/models/RunStatus.d.ts +10 -5
- package/dist/models/RunStatus.js +27 -30
- package/dist/models/Schedule.d.ts +5 -5
- package/dist/models/Schedule.js +3 -4
- package/dist/models/SeasonType.d.ts +10 -5
- package/dist/models/SeasonType.js +27 -30
- package/dist/models/SnowMetrics.d.ts +1 -1
- package/dist/models/SnowMetrics.js +1 -1
- package/dist/models/SummerTrailDifficulty.d.ts +12 -5
- package/dist/models/SummerTrailDifficulty.js +29 -42
- package/dist/models/SummerTrailStatus.d.ts +10 -5
- package/dist/models/SummerTrailStatus.js +27 -30
- package/dist/models/SummerTrailType.d.ts +9 -5
- package/dist/models/SummerTrailType.js +26 -24
- package/dist/models/SurfaceCondition.d.ts +22 -5
- package/dist/models/SurfaceCondition.js +42 -102
- package/dist/models/UnitPreference.d.ts +1 -1
- package/dist/models/UnitPreference.js +1 -1
- package/dist/models/WeatherConditionCode.d.ts +48 -5
- package/dist/models/WeatherConditionCode.js +66 -24
- package/dist/models/WeatherData.d.ts +3 -3
- package/dist/models/WeatherData.js +4 -4
- package/dist/models/index.d.ts +0 -3
- package/dist/models/index.js +0 -3
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/package.json +1 -1
- package/dist/apis/HoursApi.d.ts +0 -46
- package/dist/apis/HoursApi.js +0 -59
- package/dist/apis/LiftsApi.d.ts +0 -46
- package/dist/apis/LiftsApi.js +0 -59
- package/dist/apis/ResortApi.d.ts +0 -66
- package/dist/apis/ResortApi.js +0 -85
- package/dist/apis/RunsApi.d.ts +0 -46
- package/dist/apis/RunsApi.js +0 -59
- package/dist/apis/SnowApi.d.ts +0 -46
- package/dist/apis/SnowApi.js +0 -59
- package/dist/apis/SummerTrailsApi.d.ts +0 -46
- package/dist/apis/SummerTrailsApi.js +0 -59
- package/dist/esm/apis/HoursApi.d.ts +0 -46
- package/dist/esm/apis/HoursApi.js +0 -55
- package/dist/esm/apis/LiftsApi.d.ts +0 -46
- package/dist/esm/apis/LiftsApi.js +0 -55
- package/dist/esm/apis/ResortApi.d.ts +0 -66
- package/dist/esm/apis/ResortApi.js +0 -81
- package/dist/esm/apis/RunsApi.d.ts +0 -46
- package/dist/esm/apis/RunsApi.js +0 -55
- package/dist/esm/apis/SnowApi.d.ts +0 -46
- package/dist/esm/apis/SnowApi.js +0 -55
- package/dist/esm/apis/SummerTrailsApi.d.ts +0 -46
- package/dist/esm/apis/SummerTrailsApi.js +0 -55
- package/dist/esm/models/RecurrencePattern.d.ts +0 -23
- package/dist/esm/models/RecurrencePattern.js +0 -51
- package/dist/esm/models/RecurrencePatternOneOf.d.ts +0 -39
- package/dist/esm/models/RecurrencePatternOneOf.js +0 -51
- package/dist/esm/models/RecurrencePatternOneOf1.d.ts +0 -45
- package/dist/esm/models/RecurrencePatternOneOf1.js +0 -55
- package/dist/models/RecurrencePattern.d.ts +0 -23
- package/dist/models/RecurrencePattern.js +0 -57
- package/dist/models/RecurrencePatternOneOf.d.ts +0 -39
- package/dist/models/RecurrencePatternOneOf.js +0 -59
- package/dist/models/RecurrencePatternOneOf1.d.ts +0 -45
- package/dist/models/RecurrencePatternOneOf1.js +0 -63
|
@@ -5,45 +5,40 @@
|
|
|
5
5
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0.0
|
|
8
|
-
* Contact:
|
|
8
|
+
* Contact: support@mtnmanager.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
+
/**
|
|
15
|
+
* Operational status of a summer trail.
|
|
16
|
+
* @export
|
|
17
|
+
*/
|
|
18
|
+
export const SummerTrailStatus = {
|
|
19
|
+
Open: 'open',
|
|
20
|
+
Closed: 'closed',
|
|
21
|
+
Unknown: 'unknown'
|
|
22
|
+
};
|
|
23
|
+
export function instanceOfSummerTrailStatus(value) {
|
|
24
|
+
for (const key in SummerTrailStatus) {
|
|
25
|
+
if (Object.prototype.hasOwnProperty.call(SummerTrailStatus, key)) {
|
|
26
|
+
if (SummerTrailStatus[key] === value) {
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
return false;
|
|
32
|
+
}
|
|
14
33
|
export function SummerTrailStatusFromJSON(json) {
|
|
15
34
|
return SummerTrailStatusFromJSONTyped(json, false);
|
|
16
35
|
}
|
|
17
36
|
export function SummerTrailStatusFromJSONTyped(json, ignoreDiscriminator) {
|
|
18
|
-
|
|
19
|
-
return json;
|
|
20
|
-
}
|
|
21
|
-
if (typeof json === 'string' && (json === 'unknown')) {
|
|
22
|
-
return json;
|
|
23
|
-
}
|
|
24
|
-
if (typeof json === 'string' && (json === 'open')) {
|
|
25
|
-
return json;
|
|
26
|
-
}
|
|
27
|
-
if (typeof json === 'string' && (json === 'closed')) {
|
|
28
|
-
return json;
|
|
29
|
-
}
|
|
30
|
-
return {};
|
|
37
|
+
return json;
|
|
31
38
|
}
|
|
32
|
-
export function SummerTrailStatusToJSON(
|
|
33
|
-
return
|
|
39
|
+
export function SummerTrailStatusToJSON(value) {
|
|
40
|
+
return value;
|
|
34
41
|
}
|
|
35
|
-
export function SummerTrailStatusToJSONTyped(value, ignoreDiscriminator
|
|
36
|
-
|
|
37
|
-
return value;
|
|
38
|
-
}
|
|
39
|
-
if (typeof value === 'string' && (value === 'unknown')) {
|
|
40
|
-
return value;
|
|
41
|
-
}
|
|
42
|
-
if (typeof value === 'string' && (value === 'open')) {
|
|
43
|
-
return value;
|
|
44
|
-
}
|
|
45
|
-
if (typeof value === 'string' && (value === 'closed')) {
|
|
46
|
-
return value;
|
|
47
|
-
}
|
|
48
|
-
return {};
|
|
42
|
+
export function SummerTrailStatusToJSONTyped(value, ignoreDiscriminator) {
|
|
43
|
+
return value;
|
|
49
44
|
}
|
|
@@ -3,19 +3,23 @@
|
|
|
3
3
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
* Contact:
|
|
6
|
+
* Contact: support@mtnmanager.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
* @type SummerTrailType
|
|
14
13
|
* Type of summer trail activity.
|
|
15
14
|
* @export
|
|
16
15
|
*/
|
|
17
|
-
export
|
|
16
|
+
export declare const SummerTrailType: {
|
|
17
|
+
readonly Hiking: "hiking";
|
|
18
|
+
readonly MountainBiking: "mountain_biking";
|
|
19
|
+
};
|
|
20
|
+
export type SummerTrailType = typeof SummerTrailType[keyof typeof SummerTrailType];
|
|
21
|
+
export declare function instanceOfSummerTrailType(value: any): boolean;
|
|
18
22
|
export declare function SummerTrailTypeFromJSON(json: any): SummerTrailType;
|
|
19
23
|
export declare function SummerTrailTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): SummerTrailType;
|
|
20
|
-
export declare function SummerTrailTypeToJSON(
|
|
21
|
-
export declare function SummerTrailTypeToJSONTyped(value
|
|
24
|
+
export declare function SummerTrailTypeToJSON(value?: SummerTrailType | null): any;
|
|
25
|
+
export declare function SummerTrailTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): SummerTrailType;
|
|
@@ -5,39 +5,39 @@
|
|
|
5
5
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0.0
|
|
8
|
-
* Contact:
|
|
8
|
+
* Contact: support@mtnmanager.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
+
/**
|
|
15
|
+
* Type of summer trail activity.
|
|
16
|
+
* @export
|
|
17
|
+
*/
|
|
18
|
+
export const SummerTrailType = {
|
|
19
|
+
Hiking: 'hiking',
|
|
20
|
+
MountainBiking: 'mountain_biking'
|
|
21
|
+
};
|
|
22
|
+
export function instanceOfSummerTrailType(value) {
|
|
23
|
+
for (const key in SummerTrailType) {
|
|
24
|
+
if (Object.prototype.hasOwnProperty.call(SummerTrailType, key)) {
|
|
25
|
+
if (SummerTrailType[key] === value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
return false;
|
|
31
|
+
}
|
|
14
32
|
export function SummerTrailTypeFromJSON(json) {
|
|
15
33
|
return SummerTrailTypeFromJSONTyped(json, false);
|
|
16
34
|
}
|
|
17
35
|
export function SummerTrailTypeFromJSONTyped(json, ignoreDiscriminator) {
|
|
18
|
-
|
|
19
|
-
return json;
|
|
20
|
-
}
|
|
21
|
-
if (typeof json === 'string' && (json === 'mountain_biking')) {
|
|
22
|
-
return json;
|
|
23
|
-
}
|
|
24
|
-
if (typeof json === 'string' && (json === 'hiking')) {
|
|
25
|
-
return json;
|
|
26
|
-
}
|
|
27
|
-
return {};
|
|
36
|
+
return json;
|
|
28
37
|
}
|
|
29
|
-
export function SummerTrailTypeToJSON(
|
|
30
|
-
return
|
|
38
|
+
export function SummerTrailTypeToJSON(value) {
|
|
39
|
+
return value;
|
|
31
40
|
}
|
|
32
|
-
export function SummerTrailTypeToJSONTyped(value, ignoreDiscriminator
|
|
33
|
-
|
|
34
|
-
return value;
|
|
35
|
-
}
|
|
36
|
-
if (typeof value === 'string' && (value === 'mountain_biking')) {
|
|
37
|
-
return value;
|
|
38
|
-
}
|
|
39
|
-
if (typeof value === 'string' && (value === 'hiking')) {
|
|
40
|
-
return value;
|
|
41
|
-
}
|
|
42
|
-
return {};
|
|
41
|
+
export function SummerTrailTypeToJSONTyped(value, ignoreDiscriminator) {
|
|
42
|
+
return value;
|
|
43
43
|
}
|
|
@@ -3,22 +3,39 @@
|
|
|
3
3
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
* Contact:
|
|
6
|
+
* Contact: support@mtnmanager.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
* @type SurfaceCondition
|
|
14
13
|
* Snow surface condition codes.
|
|
15
14
|
*
|
|
16
15
|
* Industry-standard two-letter codes describing snow surface conditions.
|
|
17
16
|
* These codes are commonly used across ski resorts and snow reporting systems.
|
|
18
17
|
* @export
|
|
19
18
|
*/
|
|
20
|
-
export
|
|
19
|
+
export declare const SurfaceCondition: {
|
|
20
|
+
readonly Bs: "BS";
|
|
21
|
+
readonly Co: "CO";
|
|
22
|
+
readonly Fg: "FG";
|
|
23
|
+
readonly Hp: "HP";
|
|
24
|
+
readonly Ip: "IP";
|
|
25
|
+
readonly Is: "IS";
|
|
26
|
+
readonly Lg: "LG";
|
|
27
|
+
readonly Mg: "MG";
|
|
28
|
+
readonly P: "P";
|
|
29
|
+
readonly Pp: "PP";
|
|
30
|
+
readonly Sc: "SC";
|
|
31
|
+
readonly Tc: "TC";
|
|
32
|
+
readonly V: "V";
|
|
33
|
+
readonly Wg: "WG";
|
|
34
|
+
readonly Wp: "WP";
|
|
35
|
+
};
|
|
36
|
+
export type SurfaceCondition = typeof SurfaceCondition[keyof typeof SurfaceCondition];
|
|
37
|
+
export declare function instanceOfSurfaceCondition(value: any): boolean;
|
|
21
38
|
export declare function SurfaceConditionFromJSON(json: any): SurfaceCondition;
|
|
22
39
|
export declare function SurfaceConditionFromJSONTyped(json: any, ignoreDiscriminator: boolean): SurfaceCondition;
|
|
23
|
-
export declare function SurfaceConditionToJSON(
|
|
24
|
-
export declare function SurfaceConditionToJSONTyped(value
|
|
40
|
+
export declare function SurfaceConditionToJSON(value?: SurfaceCondition | null): any;
|
|
41
|
+
export declare function SurfaceConditionToJSONTyped(value: any, ignoreDiscriminator: boolean): SurfaceCondition;
|
|
@@ -5,117 +5,55 @@
|
|
|
5
5
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0.0
|
|
8
|
-
* Contact:
|
|
8
|
+
* Contact: support@mtnmanager.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
+
/**
|
|
15
|
+
* Snow surface condition codes.
|
|
16
|
+
*
|
|
17
|
+
* Industry-standard two-letter codes describing snow surface conditions.
|
|
18
|
+
* These codes are commonly used across ski resorts and snow reporting systems.
|
|
19
|
+
* @export
|
|
20
|
+
*/
|
|
21
|
+
export const SurfaceCondition = {
|
|
22
|
+
Bs: 'BS',
|
|
23
|
+
Co: 'CO',
|
|
24
|
+
Fg: 'FG',
|
|
25
|
+
Hp: 'HP',
|
|
26
|
+
Ip: 'IP',
|
|
27
|
+
Is: 'IS',
|
|
28
|
+
Lg: 'LG',
|
|
29
|
+
Mg: 'MG',
|
|
30
|
+
P: 'P',
|
|
31
|
+
Pp: 'PP',
|
|
32
|
+
Sc: 'SC',
|
|
33
|
+
Tc: 'TC',
|
|
34
|
+
V: 'V',
|
|
35
|
+
Wg: 'WG',
|
|
36
|
+
Wp: 'WP'
|
|
37
|
+
};
|
|
38
|
+
export function instanceOfSurfaceCondition(value) {
|
|
39
|
+
for (const key in SurfaceCondition) {
|
|
40
|
+
if (Object.prototype.hasOwnProperty.call(SurfaceCondition, key)) {
|
|
41
|
+
if (SurfaceCondition[key] === value) {
|
|
42
|
+
return true;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
return false;
|
|
47
|
+
}
|
|
14
48
|
export function SurfaceConditionFromJSON(json) {
|
|
15
49
|
return SurfaceConditionFromJSONTyped(json, false);
|
|
16
50
|
}
|
|
17
51
|
export function SurfaceConditionFromJSONTyped(json, ignoreDiscriminator) {
|
|
18
|
-
|
|
19
|
-
return json;
|
|
20
|
-
}
|
|
21
|
-
if (typeof json === 'string' && (json === 'IP')) {
|
|
22
|
-
return json;
|
|
23
|
-
}
|
|
24
|
-
if (typeof json === 'string' && (json === 'P')) {
|
|
25
|
-
return json;
|
|
26
|
-
}
|
|
27
|
-
if (typeof json === 'string' && (json === 'SC')) {
|
|
28
|
-
return json;
|
|
29
|
-
}
|
|
30
|
-
if (typeof json === 'string' && (json === 'WP')) {
|
|
31
|
-
return json;
|
|
32
|
-
}
|
|
33
|
-
if (typeof json === 'string' && (json === 'PP')) {
|
|
34
|
-
return json;
|
|
35
|
-
}
|
|
36
|
-
if (typeof json === 'string' && (json === 'CO')) {
|
|
37
|
-
return json;
|
|
38
|
-
}
|
|
39
|
-
if (typeof json === 'string' && (json === 'FG')) {
|
|
40
|
-
return json;
|
|
41
|
-
}
|
|
42
|
-
if (typeof json === 'string' && (json === 'BS')) {
|
|
43
|
-
return json;
|
|
44
|
-
}
|
|
45
|
-
if (typeof json === 'string' && (json === 'V')) {
|
|
46
|
-
return json;
|
|
47
|
-
}
|
|
48
|
-
if (typeof json === 'string' && (json === 'WG')) {
|
|
49
|
-
return json;
|
|
50
|
-
}
|
|
51
|
-
if (typeof json === 'string' && (json === 'MG')) {
|
|
52
|
-
return json;
|
|
53
|
-
}
|
|
54
|
-
if (typeof json === 'string' && (json === 'HP')) {
|
|
55
|
-
return json;
|
|
56
|
-
}
|
|
57
|
-
if (typeof json === 'string' && (json === 'IS')) {
|
|
58
|
-
return json;
|
|
59
|
-
}
|
|
60
|
-
if (typeof json === 'string' && (json === 'LG')) {
|
|
61
|
-
return json;
|
|
62
|
-
}
|
|
63
|
-
if (typeof json === 'string' && (json === 'TC')) {
|
|
64
|
-
return json;
|
|
65
|
-
}
|
|
66
|
-
return {};
|
|
52
|
+
return json;
|
|
67
53
|
}
|
|
68
|
-
export function SurfaceConditionToJSON(
|
|
69
|
-
return
|
|
54
|
+
export function SurfaceConditionToJSON(value) {
|
|
55
|
+
return value;
|
|
70
56
|
}
|
|
71
|
-
export function SurfaceConditionToJSONTyped(value, ignoreDiscriminator
|
|
72
|
-
|
|
73
|
-
return value;
|
|
74
|
-
}
|
|
75
|
-
if (typeof value === 'string' && (value === 'IP')) {
|
|
76
|
-
return value;
|
|
77
|
-
}
|
|
78
|
-
if (typeof value === 'string' && (value === 'P')) {
|
|
79
|
-
return value;
|
|
80
|
-
}
|
|
81
|
-
if (typeof value === 'string' && (value === 'SC')) {
|
|
82
|
-
return value;
|
|
83
|
-
}
|
|
84
|
-
if (typeof value === 'string' && (value === 'WP')) {
|
|
85
|
-
return value;
|
|
86
|
-
}
|
|
87
|
-
if (typeof value === 'string' && (value === 'PP')) {
|
|
88
|
-
return value;
|
|
89
|
-
}
|
|
90
|
-
if (typeof value === 'string' && (value === 'CO')) {
|
|
91
|
-
return value;
|
|
92
|
-
}
|
|
93
|
-
if (typeof value === 'string' && (value === 'FG')) {
|
|
94
|
-
return value;
|
|
95
|
-
}
|
|
96
|
-
if (typeof value === 'string' && (value === 'BS')) {
|
|
97
|
-
return value;
|
|
98
|
-
}
|
|
99
|
-
if (typeof value === 'string' && (value === 'V')) {
|
|
100
|
-
return value;
|
|
101
|
-
}
|
|
102
|
-
if (typeof value === 'string' && (value === 'WG')) {
|
|
103
|
-
return value;
|
|
104
|
-
}
|
|
105
|
-
if (typeof value === 'string' && (value === 'MG')) {
|
|
106
|
-
return value;
|
|
107
|
-
}
|
|
108
|
-
if (typeof value === 'string' && (value === 'HP')) {
|
|
109
|
-
return value;
|
|
110
|
-
}
|
|
111
|
-
if (typeof value === 'string' && (value === 'IS')) {
|
|
112
|
-
return value;
|
|
113
|
-
}
|
|
114
|
-
if (typeof value === 'string' && (value === 'LG')) {
|
|
115
|
-
return value;
|
|
116
|
-
}
|
|
117
|
-
if (typeof value === 'string' && (value === 'TC')) {
|
|
118
|
-
return value;
|
|
119
|
-
}
|
|
120
|
-
return {};
|
|
57
|
+
export function SurfaceConditionToJSONTyped(value, ignoreDiscriminator) {
|
|
58
|
+
return value;
|
|
121
59
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
* Contact:
|
|
6
|
+
* Contact: support@mtnmanager.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0.0
|
|
8
|
-
* Contact:
|
|
8
|
+
* Contact: support@mtnmanager.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
11
|
* https://openapi-generator.tech
|
|
@@ -3,20 +3,63 @@
|
|
|
3
3
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
* Contact:
|
|
6
|
+
* Contact: support@mtnmanager.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
* @type WeatherConditionCode
|
|
14
13
|
* Apple WeatherKit condition codes
|
|
15
14
|
* Represents all possible weather conditions from the WeatherKit API
|
|
16
15
|
* @export
|
|
17
16
|
*/
|
|
18
|
-
export
|
|
17
|
+
export declare const WeatherConditionCode: {
|
|
18
|
+
readonly Clear: "Clear";
|
|
19
|
+
readonly MostlyClear: "MostlyClear";
|
|
20
|
+
readonly PartlyCloudy: "PartlyCloudy";
|
|
21
|
+
readonly MostlyCloudy: "MostlyCloudy";
|
|
22
|
+
readonly Cloudy: "Cloudy";
|
|
23
|
+
readonly Dust: "Dust";
|
|
24
|
+
readonly Fog: "Fog";
|
|
25
|
+
readonly Haze: "Haze";
|
|
26
|
+
readonly Smoke: "Smoke";
|
|
27
|
+
readonly Breezy: "Breezy";
|
|
28
|
+
readonly Windy: "Windy";
|
|
29
|
+
readonly Drizzle: "Drizzle";
|
|
30
|
+
readonly Rain: "Rain";
|
|
31
|
+
readonly Showers: "Showers";
|
|
32
|
+
readonly ScatteredShowers: "ScatteredShowers";
|
|
33
|
+
readonly HeavyRain: "HeavyRain";
|
|
34
|
+
readonly Flurries: "Flurries";
|
|
35
|
+
readonly Snow: "Snow";
|
|
36
|
+
readonly SnowShowers: "SnowShowers";
|
|
37
|
+
readonly ScatteredSnowShowers: "ScatteredSnowShowers";
|
|
38
|
+
readonly HeavySnow: "HeavySnow";
|
|
39
|
+
readonly Blizzard: "Blizzard";
|
|
40
|
+
readonly BlowingSnow: "BlowingSnow";
|
|
41
|
+
readonly MixedRainAndSleet: "MixedRainAndSleet";
|
|
42
|
+
readonly MixedRainAndSnow: "MixedRainAndSnow";
|
|
43
|
+
readonly MixedRainfall: "MixedRainfall";
|
|
44
|
+
readonly MixedSnowAndSleet: "MixedSnowAndSleet";
|
|
45
|
+
readonly Sleet: "Sleet";
|
|
46
|
+
readonly FreezingDrizzle: "FreezingDrizzle";
|
|
47
|
+
readonly FreezingRain: "FreezingRain";
|
|
48
|
+
readonly Frigid: "Frigid";
|
|
49
|
+
readonly Hail: "Hail";
|
|
50
|
+
readonly ScatteredThunderstorms: "ScatteredThunderstorms";
|
|
51
|
+
readonly IsolatedThunderstorms: "IsolatedThunderstorms";
|
|
52
|
+
readonly Thunderstorm: "Thunderstorm";
|
|
53
|
+
readonly SevereThunderstorm: "SevereThunderstorm";
|
|
54
|
+
readonly Hurricane: "Hurricane";
|
|
55
|
+
readonly Tornado: "Tornado";
|
|
56
|
+
readonly TropicalStorm: "TropicalStorm";
|
|
57
|
+
readonly Hot: "Hot";
|
|
58
|
+
readonly Unknown: "Unknown";
|
|
59
|
+
};
|
|
60
|
+
export type WeatherConditionCode = typeof WeatherConditionCode[keyof typeof WeatherConditionCode];
|
|
61
|
+
export declare function instanceOfWeatherConditionCode(value: any): boolean;
|
|
19
62
|
export declare function WeatherConditionCodeFromJSON(json: any): WeatherConditionCode;
|
|
20
63
|
export declare function WeatherConditionCodeFromJSONTyped(json: any, ignoreDiscriminator: boolean): WeatherConditionCode;
|
|
21
|
-
export declare function WeatherConditionCodeToJSON(
|
|
22
|
-
export declare function WeatherConditionCodeToJSONTyped(value
|
|
64
|
+
export declare function WeatherConditionCodeToJSON(value?: WeatherConditionCode | null): any;
|
|
65
|
+
export declare function WeatherConditionCodeToJSONTyped(value: any, ignoreDiscriminator: boolean): WeatherConditionCode;
|
|
@@ -5,39 +5,79 @@
|
|
|
5
5
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0.0
|
|
8
|
-
* Contact:
|
|
8
|
+
* Contact: support@mtnmanager.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
+
/**
|
|
15
|
+
* Apple WeatherKit condition codes
|
|
16
|
+
* Represents all possible weather conditions from the WeatherKit API
|
|
17
|
+
* @export
|
|
18
|
+
*/
|
|
19
|
+
export const WeatherConditionCode = {
|
|
20
|
+
Clear: 'Clear',
|
|
21
|
+
MostlyClear: 'MostlyClear',
|
|
22
|
+
PartlyCloudy: 'PartlyCloudy',
|
|
23
|
+
MostlyCloudy: 'MostlyCloudy',
|
|
24
|
+
Cloudy: 'Cloudy',
|
|
25
|
+
Dust: 'Dust',
|
|
26
|
+
Fog: 'Fog',
|
|
27
|
+
Haze: 'Haze',
|
|
28
|
+
Smoke: 'Smoke',
|
|
29
|
+
Breezy: 'Breezy',
|
|
30
|
+
Windy: 'Windy',
|
|
31
|
+
Drizzle: 'Drizzle',
|
|
32
|
+
Rain: 'Rain',
|
|
33
|
+
Showers: 'Showers',
|
|
34
|
+
ScatteredShowers: 'ScatteredShowers',
|
|
35
|
+
HeavyRain: 'HeavyRain',
|
|
36
|
+
Flurries: 'Flurries',
|
|
37
|
+
Snow: 'Snow',
|
|
38
|
+
SnowShowers: 'SnowShowers',
|
|
39
|
+
ScatteredSnowShowers: 'ScatteredSnowShowers',
|
|
40
|
+
HeavySnow: 'HeavySnow',
|
|
41
|
+
Blizzard: 'Blizzard',
|
|
42
|
+
BlowingSnow: 'BlowingSnow',
|
|
43
|
+
MixedRainAndSleet: 'MixedRainAndSleet',
|
|
44
|
+
MixedRainAndSnow: 'MixedRainAndSnow',
|
|
45
|
+
MixedRainfall: 'MixedRainfall',
|
|
46
|
+
MixedSnowAndSleet: 'MixedSnowAndSleet',
|
|
47
|
+
Sleet: 'Sleet',
|
|
48
|
+
FreezingDrizzle: 'FreezingDrizzle',
|
|
49
|
+
FreezingRain: 'FreezingRain',
|
|
50
|
+
Frigid: 'Frigid',
|
|
51
|
+
Hail: 'Hail',
|
|
52
|
+
ScatteredThunderstorms: 'ScatteredThunderstorms',
|
|
53
|
+
IsolatedThunderstorms: 'IsolatedThunderstorms',
|
|
54
|
+
Thunderstorm: 'Thunderstorm',
|
|
55
|
+
SevereThunderstorm: 'SevereThunderstorm',
|
|
56
|
+
Hurricane: 'Hurricane',
|
|
57
|
+
Tornado: 'Tornado',
|
|
58
|
+
TropicalStorm: 'TropicalStorm',
|
|
59
|
+
Hot: 'Hot',
|
|
60
|
+
Unknown: 'Unknown'
|
|
61
|
+
};
|
|
62
|
+
export function instanceOfWeatherConditionCode(value) {
|
|
63
|
+
for (const key in WeatherConditionCode) {
|
|
64
|
+
if (Object.prototype.hasOwnProperty.call(WeatherConditionCode, key)) {
|
|
65
|
+
if (WeatherConditionCode[key] === value) {
|
|
66
|
+
return true;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
return false;
|
|
71
|
+
}
|
|
14
72
|
export function WeatherConditionCodeFromJSON(json) {
|
|
15
73
|
return WeatherConditionCodeFromJSONTyped(json, false);
|
|
16
74
|
}
|
|
17
75
|
export function WeatherConditionCodeFromJSONTyped(json, ignoreDiscriminator) {
|
|
18
|
-
|
|
19
|
-
return json;
|
|
20
|
-
}
|
|
21
|
-
if (typeof json === 'string' && (json === 'Clear' || json === 'MostlyClear' || json === 'PartlyCloudy' || json === 'MostlyCloudy' || json === 'Cloudy' || json === 'Dust' || json === 'Fog' || json === 'Haze' || json === 'Smoke' || json === 'Breezy' || json === 'Windy' || json === 'Drizzle' || json === 'Rain' || json === 'Showers' || json === 'ScatteredShowers' || json === 'HeavyRain' || json === 'Flurries' || json === 'Snow' || json === 'SnowShowers' || json === 'ScatteredSnowShowers' || json === 'HeavySnow' || json === 'Blizzard' || json === 'BlowingSnow' || json === 'MixedRainAndSleet' || json === 'MixedRainAndSnow' || json === 'MixedRainfall' || json === 'MixedSnowAndSleet' || json === 'Sleet' || json === 'FreezingDrizzle' || json === 'FreezingRain' || json === 'Frigid' || json === 'Hail' || json === 'ScatteredThunderstorms' || json === 'IsolatedThunderstorms' || json === 'Thunderstorm' || json === 'SevereThunderstorm' || json === 'Hurricane' || json === 'Tornado' || json === 'TropicalStorm' || json === 'Hot')) {
|
|
22
|
-
return json;
|
|
23
|
-
}
|
|
24
|
-
if (typeof json === 'string' && (json === 'Unknown')) {
|
|
25
|
-
return json;
|
|
26
|
-
}
|
|
27
|
-
return {};
|
|
76
|
+
return json;
|
|
28
77
|
}
|
|
29
|
-
export function WeatherConditionCodeToJSON(
|
|
30
|
-
return
|
|
78
|
+
export function WeatherConditionCodeToJSON(value) {
|
|
79
|
+
return value;
|
|
31
80
|
}
|
|
32
|
-
export function WeatherConditionCodeToJSONTyped(value, ignoreDiscriminator
|
|
33
|
-
|
|
34
|
-
return value;
|
|
35
|
-
}
|
|
36
|
-
if (typeof value === 'string' && (value === 'Clear' || value === 'MostlyClear' || value === 'PartlyCloudy' || value === 'MostlyCloudy' || value === 'Cloudy' || value === 'Dust' || value === 'Fog' || value === 'Haze' || value === 'Smoke' || value === 'Breezy' || value === 'Windy' || value === 'Drizzle' || value === 'Rain' || value === 'Showers' || value === 'ScatteredShowers' || value === 'HeavyRain' || value === 'Flurries' || value === 'Snow' || value === 'SnowShowers' || value === 'ScatteredSnowShowers' || value === 'HeavySnow' || value === 'Blizzard' || value === 'BlowingSnow' || value === 'MixedRainAndSleet' || value === 'MixedRainAndSnow' || value === 'MixedRainfall' || value === 'MixedSnowAndSleet' || value === 'Sleet' || value === 'FreezingDrizzle' || value === 'FreezingRain' || value === 'Frigid' || value === 'Hail' || value === 'ScatteredThunderstorms' || value === 'IsolatedThunderstorms' || value === 'Thunderstorm' || value === 'SevereThunderstorm' || value === 'Hurricane' || value === 'Tornado' || value === 'TropicalStorm' || value === 'Hot')) {
|
|
37
|
-
return value;
|
|
38
|
-
}
|
|
39
|
-
if (typeof value === 'string' && (value === 'Unknown')) {
|
|
40
|
-
return value;
|
|
41
|
-
}
|
|
42
|
-
return {};
|
|
81
|
+
export function WeatherConditionCodeToJSONTyped(value, ignoreDiscriminator) {
|
|
82
|
+
return value;
|
|
43
83
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
* Contact:
|
|
6
|
+
* Contact: support@mtnmanager.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -44,10 +44,10 @@ export interface WeatherData {
|
|
|
44
44
|
attribution: string;
|
|
45
45
|
/**
|
|
46
46
|
* When this data was last updated
|
|
47
|
-
* @type {
|
|
47
|
+
* @type {Date}
|
|
48
48
|
* @memberof WeatherData
|
|
49
49
|
*/
|
|
50
|
-
|
|
50
|
+
updatedAt: Date;
|
|
51
51
|
}
|
|
52
52
|
/**
|
|
53
53
|
* Check if a given object implements the WeatherData interface.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0.0
|
|
8
|
-
* Contact:
|
|
8
|
+
* Contact: support@mtnmanager.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
11
|
* https://openapi-generator.tech
|
|
@@ -26,7 +26,7 @@ export function instanceOfWeatherData(value) {
|
|
|
26
26
|
return false;
|
|
27
27
|
if (!('attribution' in value) || value['attribution'] === undefined)
|
|
28
28
|
return false;
|
|
29
|
-
if (!('
|
|
29
|
+
if (!('updatedAt' in value) || value['updatedAt'] === undefined)
|
|
30
30
|
return false;
|
|
31
31
|
return true;
|
|
32
32
|
}
|
|
@@ -42,7 +42,7 @@ export function WeatherDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
42
42
|
'hourlyForecast': (json['hourly_forecast'].map(HourlyForecastFromJSON)),
|
|
43
43
|
'dailyForecast': (json['daily_forecast'].map(DailyForecastFromJSON)),
|
|
44
44
|
'attribution': json['attribution'],
|
|
45
|
-
'
|
|
45
|
+
'updatedAt': (new Date(json['updated_at'])),
|
|
46
46
|
};
|
|
47
47
|
}
|
|
48
48
|
export function WeatherDataToJSON(json) {
|
|
@@ -57,6 +57,6 @@ export function WeatherDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
57
57
|
'hourly_forecast': (value['hourlyForecast'].map(HourlyForecastToJSON)),
|
|
58
58
|
'daily_forecast': (value['dailyForecast'].map(DailyForecastToJSON)),
|
|
59
59
|
'attribution': value['attribution'],
|
|
60
|
-
'
|
|
60
|
+
'updated_at': value['updatedAt'].toISOString(),
|
|
61
61
|
};
|
|
62
62
|
}
|
|
@@ -20,9 +20,6 @@ export * from './PublicRun';
|
|
|
20
20
|
export * from './PublicSnowReport';
|
|
21
21
|
export * from './PublicSnowResponse';
|
|
22
22
|
export * from './PublicSummerTrail';
|
|
23
|
-
export * from './RecurrencePattern';
|
|
24
|
-
export * from './RecurrencePatternOneOf';
|
|
25
|
-
export * from './RecurrencePatternOneOf1';
|
|
26
23
|
export * from './ResortStatusType';
|
|
27
24
|
export * from './RunDifficulty';
|
|
28
25
|
export * from './RunStatus';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -22,9 +22,6 @@ export * from './PublicRun';
|
|
|
22
22
|
export * from './PublicSnowReport';
|
|
23
23
|
export * from './PublicSnowResponse';
|
|
24
24
|
export * from './PublicSummerTrail';
|
|
25
|
-
export * from './RecurrencePattern';
|
|
26
|
-
export * from './RecurrencePatternOneOf';
|
|
27
|
-
export * from './RecurrencePatternOneOf1';
|
|
28
25
|
export * from './ResortStatusType';
|
|
29
26
|
export * from './RunDifficulty';
|
|
30
27
|
export * from './RunStatus';
|
package/dist/esm/runtime.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
* Contact:
|
|
6
|
+
* Contact: support@mtnmanager.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
package/dist/esm/runtime.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Public API for retrieving ski resort snow reports, run status, lift status, and operating hours. No authentication required.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0.0
|
|
8
|
-
* Contact:
|
|
8
|
+
* Contact: support@mtnmanager.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
11
|
* https://openapi-generator.tech
|