@qite/tide-booking-component 1.4.119 → 1.4.120
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/build/build-cjs/index.js
CHANGED
|
@@ -13854,8 +13854,8 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
13854
13854
|
})(build);
|
|
13855
13855
|
|
|
13856
13856
|
var tideConnection = {
|
|
13857
|
-
host: 'https://localhost:44341',
|
|
13858
|
-
|
|
13857
|
+
// host: 'https://localhost:44341',
|
|
13858
|
+
host: 'https://preview-tide.tidesoftware.be',
|
|
13859
13859
|
apiKey: 'e9b95d79-de4c-41d6-ab7e-3dd429873058',
|
|
13860
13860
|
catalogueIds: [1],
|
|
13861
13861
|
officeId: 1
|
package/build/build-esm/index.js
CHANGED
|
@@ -13886,8 +13886,8 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
13886
13886
|
})(build);
|
|
13887
13887
|
|
|
13888
13888
|
var tideConnection = {
|
|
13889
|
-
host: 'https://localhost:44341',
|
|
13890
|
-
|
|
13889
|
+
// host: 'https://localhost:44341',
|
|
13890
|
+
host: 'https://preview-tide.tidesoftware.be',
|
|
13891
13891
|
apiKey: 'e9b95d79-de4c-41d6-ab7e-3dd429873058',
|
|
13892
13892
|
catalogueIds: [1],
|
|
13893
13893
|
officeId: 1
|
package/package.json
CHANGED
|
@@ -3,8 +3,8 @@ import { isNil } from 'lodash';
|
|
|
3
3
|
import { ApiSettingsState } from '../types';
|
|
4
4
|
|
|
5
5
|
export const tideConnection = {
|
|
6
|
-
host: 'https://localhost:44341',
|
|
7
|
-
|
|
6
|
+
// host: 'https://localhost:44341',
|
|
7
|
+
host: 'https://preview-tide.tidesoftware.be',
|
|
8
8
|
apiKey: 'e9b95d79-de4c-41d6-ab7e-3dd429873058',
|
|
9
9
|
catalogueIds: [1],
|
|
10
10
|
officeId: 1
|