@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 +4 -4
- package/dist/esm/runtime.js +1 -1
- package/dist/runtime.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# @mtnmanager/sdk@0.0.
|
|
1
|
+
# @mtnmanager/sdk@0.0.12
|
|
2
2
|
|
|
3
|
-
A TypeScript SDK client for the
|
|
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 *
|
|
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.
|
|
104
|
+
- Package version: `0.0.12`
|
|
105
105
|
- Generator version: `7.17.0`
|
|
106
106
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
107
107
|
|
package/dist/esm/runtime.js
CHANGED
|
@@ -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 = "
|
|
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 = "
|
|
30
|
+
exports.BASE_PATH = "https://your-resort.mtnmanager.com".replace(/\/+$/, "");
|
|
31
31
|
class Configuration {
|
|
32
32
|
constructor(configuration = {}) {
|
|
33
33
|
this.configuration = configuration;
|