@sollinked/sdk
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "@sollinked/sdk", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "SDK for Sollinked", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
import { ApiResult } from '../../types'; | ||
import { convertToUtcDayAndHour } from '../../utils.js'; | ||
import { RESERVATION_STATUS_AVAILABLE, RESERVATION_STATUS_BLOCKED } from '../Constants/common'; | ||
import { RESERVATION_STATUS_AVAILABLE, RESERVATION_STATUS_BLOCKED } from '../Constants/common.js'; | ||
import axios from '../Services/axios.js'; | ||
@@ -5,0 +5,0 @@ import { UpdatePresetPriceParams, UpdateUserReservationParams } from './types'; |
import axios from 'axios'; | ||
import { SOLLINKED_BACKEND_URL } from '../Constants/common'; | ||
import { SOLLINKED_BACKEND_URL } from '../Constants/common.js'; | ||
export default axios.create({ | ||
baseURL: SOLLINKED_BACKEND_URL, | ||
timeout: 10000, | ||
timeout: 30000, | ||
headers: { | ||
@@ -8,0 +8,0 @@ 'Accept': 'application/json', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78190