@mtnmanager/sdk 0.0.11 → 0.0.12

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,6 +1,6 @@
1
- # @mtnmanager/sdk@0.0.11
1
+ # @mtnmanager/sdk@0.0.12
2
2
 
3
- A TypeScript SDK client for the localhost API.
3
+ A TypeScript SDK client for the your-resort.mtnmanager.com API.
4
4
 
5
5
  ## Usage
6
6
 
@@ -41,7 +41,7 @@ example().catch(console.error);
41
41
 
42
42
  ### API Endpoints
43
43
 
44
- All URIs are relative to *http://localhost:8787*
44
+ All URIs are relative to *https://your-resort.mtnmanager.com*
45
45
 
46
46
  | Class | Method | HTTP request | Description
47
47
  | ----- | ------ | ------------ | -------------
@@ -101,7 +101,7 @@ and is automatically generated by the
101
101
  [OpenAPI Generator](https://openapi-generator.tech) project:
102
102
 
103
103
  - API version: `1.0.0`
104
- - Package version: `0.0.11`
104
+ - Package version: `0.0.12`
105
105
  - Generator version: `7.17.0`
106
106
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
107
107
 
@@ -20,7 +20,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
20
20
  step((generator = generator.apply(thisArg, _arguments || [])).next());
21
21
  });
22
22
  };
23
- export const BASE_PATH = "http://localhost:8787".replace(/\/+$/, "");
23
+ export const BASE_PATH = "https://your-resort.mtnmanager.com".replace(/\/+$/, "");
24
24
  export class Configuration {
25
25
  constructor(configuration = {}) {
26
26
  this.configuration = configuration;
package/dist/runtime.js CHANGED
@@ -27,7 +27,7 @@ exports.querystring = querystring;
27
27
  exports.exists = exists;
28
28
  exports.mapValues = mapValues;
29
29
  exports.canConsumeForm = canConsumeForm;
30
- exports.BASE_PATH = "http://localhost:8787".replace(/\/+$/, "");
30
+ exports.BASE_PATH = "https://your-resort.mtnmanager.com".replace(/\/+$/, "");
31
31
  class Configuration {
32
32
  constructor(configuration = {}) {
33
33
  this.configuration = configuration;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mtnmanager/sdk",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "OpenAPI client for @mtnmanager/sdk",
5
5
  "author": "OpenAPI-Generator",
6
6
  "main": "./dist/index.js",