medos-sdk 1.1.4 → 1.1.5

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 +1 @@
1
- export declare const API_BASE_URL = "https://api.medos.one";
1
+ export declare const API_BASE_URL = "https://api.medos.one/v1";
@@ -1 +1 @@
1
- export const API_BASE_URL = "https://api.medos.one";
1
+ export const API_BASE_URL = "https://api.medos.one/v1";
@@ -1 +1 @@
1
- export declare const API_BASE_URL = "https://api.medos.one";
1
+ export declare const API_BASE_URL = "https://api.medos.one/v1";
@@ -3847,7 +3847,7 @@
3847
3847
  mergeConfig
3848
3848
  } = axios;
3849
3849
 
3850
- const API_BASE_URL = "https://api.medos.one";
3850
+ const API_BASE_URL = "https://api.medos.one/v1";
3851
3851
 
3852
3852
  let sessionToken = null;
3853
3853
  const AuthService = {
@@ -3847,7 +3847,7 @@
3847
3847
  mergeConfig
3848
3848
  } = axios;
3849
3849
 
3850
- const API_BASE_URL = "https://api.medos.one";
3850
+ const API_BASE_URL = "https://api.medos.one/v1";
3851
3851
 
3852
3852
  let sessionToken = null;
3853
3853
  const AuthService = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "medos-sdk",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Medos SDK for managing appointments, meetings, and calendars in apps",
5
5
  "homepage": "https://github.com/MediLaunch/medos-sdk-react#readme",
6
6
  "bugs": {