@mtnmanager/sdk 0.0.29 → 0.0.30

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 CHANGED
@@ -1,4 +1,4 @@
1
- # @mtnmanager/sdk@0.0.29
1
+ # @mtnmanager/sdk@0.0.30
2
2
 
3
3
  A TypeScript SDK client for the your-resort.mtnmanager.com API.
4
4
 
@@ -105,7 +105,7 @@ and is automatically generated by the
105
105
  [OpenAPI Generator](https://openapi-generator.tech) project:
106
106
 
107
107
  - API version: `1.0.0`
108
- - Package version: `0.0.29`
108
+ - Package version: `0.0.30`
109
109
  - Generator version: `7.18.0`
110
110
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
111
111
 
@@ -21,12 +21,12 @@ export declare const LiftType: {
21
21
  readonly Quad: "quad";
22
22
  readonly Triple: "triple";
23
23
  readonly Double: "double";
24
- readonly SurfaceLift: "surface_lift";
25
24
  readonly MagicCarpet: "magic_carpet";
26
25
  readonly TBar: "t_bar";
27
26
  readonly Platter: "platter";
28
27
  readonly RopeTow: "rope_tow";
29
28
  readonly Funicular: "funicular";
29
+ readonly Other: "other";
30
30
  };
31
31
  export type LiftType = typeof LiftType[keyof typeof LiftType];
32
32
  export declare function instanceOfLiftType(value: any): boolean;
@@ -23,12 +23,12 @@ export const LiftType = {
23
23
  Quad: 'quad',
24
24
  Triple: 'triple',
25
25
  Double: 'double',
26
- SurfaceLift: 'surface_lift',
27
26
  MagicCarpet: 'magic_carpet',
28
27
  TBar: 't_bar',
29
28
  Platter: 'platter',
30
29
  RopeTow: 'rope_tow',
31
- Funicular: 'funicular'
30
+ Funicular: 'funicular',
31
+ Other: 'other'
32
32
  };
33
33
  export function instanceOfLiftType(value) {
34
34
  for (const key in LiftType) {
@@ -21,12 +21,12 @@ export declare const LiftType: {
21
21
  readonly Quad: "quad";
22
22
  readonly Triple: "triple";
23
23
  readonly Double: "double";
24
- readonly SurfaceLift: "surface_lift";
25
24
  readonly MagicCarpet: "magic_carpet";
26
25
  readonly TBar: "t_bar";
27
26
  readonly Platter: "platter";
28
27
  readonly RopeTow: "rope_tow";
29
28
  readonly Funicular: "funicular";
29
+ readonly Other: "other";
30
30
  };
31
31
  export type LiftType = typeof LiftType[keyof typeof LiftType];
32
32
  export declare function instanceOfLiftType(value: any): boolean;
@@ -31,12 +31,12 @@ exports.LiftType = {
31
31
  Quad: 'quad',
32
32
  Triple: 'triple',
33
33
  Double: 'double',
34
- SurfaceLift: 'surface_lift',
35
34
  MagicCarpet: 'magic_carpet',
36
35
  TBar: 't_bar',
37
36
  Platter: 'platter',
38
37
  RopeTow: 'rope_tow',
39
- Funicular: 'funicular'
38
+ Funicular: 'funicular',
39
+ Other: 'other'
40
40
  };
41
41
  function instanceOfLiftType(value) {
42
42
  for (const key in exports.LiftType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mtnmanager/sdk",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "description": "OpenAPI client for @mtnmanager/sdk",
5
5
  "author": "OpenAPI-Generator",
6
6
  "main": "./dist/index.js",