@tennac-booking/sdk 1.0.46 → 1.0.47

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.
@@ -1,6 +1,5 @@
1
1
  .gitignore
2
2
  .npmignore
3
- .openapi-generator-ignore
4
3
  README.md
5
4
  api.ts
6
5
  base.ts
package/README.md CHANGED
@@ -47,7 +47,7 @@ npm install PATH_TO_GENERATED_PACKAGE --save
47
47
 
48
48
  ### Documentation for API Endpoints
49
49
 
50
- All URIs are relative to */api*
50
+ All URIs are relative to *http://localhost*
51
51
 
52
52
  Class | Method | HTTP request | Description
53
53
  ------------ | ------------- | ------------- | -------------
package/base.ts CHANGED
@@ -19,7 +19,7 @@ import type { Configuration } from './configuration';
19
19
  import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
20
20
  import globalAxios from 'axios';
21
21
 
22
- export const BASE_PATH = "/api".replace(/\/+$/, "");
22
+ export const BASE_PATH = "http://localhost".replace(/\/+$/, "");
23
23
 
24
24
  /**
25
25
  *
package/dist/base.js CHANGED
@@ -15,7 +15,7 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.operationServerMap = exports.RequiredError = exports.BaseAPI = exports.COLLECTION_FORMATS = exports.BASE_PATH = void 0;
17
17
  const axios_1 = require("axios");
18
- exports.BASE_PATH = "/api".replace(/\/+$/, "");
18
+ exports.BASE_PATH = "http://localhost".replace(/\/+$/, "");
19
19
  /**
20
20
  *
21
21
  * @export
package/dist/esm/base.js CHANGED
@@ -12,7 +12,7 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
  import globalAxios from 'axios';
15
- export const BASE_PATH = "/api".replace(/\/+$/, "");
15
+ export const BASE_PATH = "http://localhost".replace(/\/+$/, "");
16
16
  /**
17
17
  *
18
18
  * @export
@@ -1,6 +1,6 @@
1
1
  # BookingsApi
2
2
 
3
- All URIs are relative to */api*
3
+ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # ClubAnalyticsApi
2
2
 
3
- All URIs are relative to */api*
3
+ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
package/docs/ClubsApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ClubsApi
2
2
 
3
- All URIs are relative to */api*
3
+ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # DiagnosticsApi
2
2
 
3
- All URIs are relative to */api*
3
+ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
package/docs/EventsApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # EventsApi
2
2
 
3
- All URIs are relative to */api*
3
+ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # ManagerBookingsApi
2
2
 
3
- All URIs are relative to */api*
3
+ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # ManagerClubCourtsApi
2
2
 
3
- All URIs are relative to */api*
3
+ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # ManagerClubRolesApi
2
2
 
3
- All URIs are relative to */api*
3
+ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # ManagerClubSlotsApi
2
2
 
3
- All URIs are relative to */api*
3
+ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # ManagerClubSubscriptionsApi
2
2
 
3
- All URIs are relative to */api*
3
+ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # ManagerClubsApi
2
2
 
3
- All URIs are relative to */api*
3
+ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # ManagerEventsApi
2
2
 
3
- All URIs are relative to */api*
3
+ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # ManagerSportsApi
2
2
 
3
- All URIs are relative to */api*
3
+ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # StaffBookingsApi
2
2
 
3
- All URIs are relative to */api*
3
+ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # StaffClubAnalyticsApi
2
2
 
3
- All URIs are relative to */api*
3
+ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # StaffClubBookingsApi
2
2
 
3
- All URIs are relative to */api*
3
+ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # StaffClubsApi
2
2
 
3
- All URIs are relative to */api*
3
+ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # StaffEventsApi
2
2
 
3
- All URIs are relative to */api*
3
+ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # UserBookingsApi
2
2
 
3
- All URIs are relative to */api*
3
+ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # UserClubCourtsApi
2
2
 
3
- All URIs are relative to */api*
3
+ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # UserClubSlotsApi
2
2
 
3
- All URIs are relative to */api*
3
+ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # UserClubSportsApi
2
2
 
3
- All URIs are relative to */api*
3
+ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # UserClubsApi
2
2
 
3
- All URIs are relative to */api*
3
+ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
package/docs/UsersApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # UsersApi
2
2
 
3
- All URIs are relative to */api*
3
+ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tennac-booking/sdk",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "description": "OpenAPI client for @tennac-booking/sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {