@qite/tide-client 1.1.175 → 1.1.176

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.
Files changed (23) hide show
  1. package/build/index.js +7168 -7168
  2. package/build/index.js.map +1 -1
  3. package/build/types/booking-v2/request/booking-package-book-request.d.ts +26 -26
  4. package/build/types/booking-v2/request/booking-package-details-request.d.ts +28 -28
  5. package/build/types/booking-v2/request/index.d.ts +21 -21
  6. package/build/types/booking-v2/request/packaging/packaging-accommodation-request.d.ts +36 -36
  7. package/build/types/booking-v2/request/packaging/packaging-request-base.d.ts +7 -7
  8. package/build/types/booking-v2/response/booking-price-details.d.ts +15 -15
  9. package/build/types/booking-v2/response/index.d.ts +36 -36
  10. package/build/types/booking-v2/response/packaging/packaging-accommodation-response.d.ts +19 -19
  11. package/build/types/booking-v2/response/packaging/packaging-base-response.d.ts +25 -25
  12. package/build/types/booking-v2/response/packaging/packaging-entry.d.ts +103 -103
  13. package/build/types/booking-v2/response/packaging/packaging-flight-response.d.ts +20 -20
  14. package/build/types/booking-v2/response/packaging/packaging-transaction.d.ts +4 -4
  15. package/build/types/booking-v2/response/tide-elastic-product.d.ts +8 -0
  16. package/build/types/booking-v2/shared/index.d.ts +29 -29
  17. package/build/types/booking-v2/shared/itinerary.d.ts +41 -41
  18. package/build/types/hubs/search/flight-search-request.d.ts +32 -32
  19. package/build/types/web/index.d.ts +19 -19
  20. package/build/types/web/style-sheet.d.ts +7 -7
  21. package/build/utils/packaging-client.d.ts +52 -52
  22. package/build/utils/web-client.d.ts +77 -77
  23. package/package.json +64 -64
package/package.json CHANGED
@@ -1,64 +1,64 @@
1
- {
2
- "name": "@qite/tide-client",
3
- "version": "1.1.175",
4
- "description": "Frontend client for Tide",
5
- "main": "build/index.js",
6
- "scripts": {
7
- "build": "rollup -c",
8
- "tsc": "tsc --noEmit",
9
- "format": "prettier --write .",
10
- "test": "jest",
11
- "copy": "cpx \"**/*.*\" \"../travelworld.gatsby/node_modules/@qite/tide-client\""
12
- },
13
- "repository": {
14
- "type": "git",
15
- "url": "git+ssh://git@bitbucket.org/qitegeneral/tide-client.git"
16
- },
17
- "keywords": [
18
- "tide",
19
- "client"
20
- ],
21
- "maintainers": [
22
- "Loris Decoster <loris@qite.be>",
23
- "Bram De Cuyper <bram.de.cuyper@qite.be>",
24
- "Maarten Brysbaert <maarten.brysbaert@qite.be>"
25
- ],
26
- "license": "OBSD",
27
- "homepage": "https://bitbucket.org/qitegeneral/tide-client#readme",
28
- "devDependencies": {
29
- "@rollup/plugin-commonjs": "^19.0.0",
30
- "@rollup/plugin-node-resolve": "^13.0.0",
31
- "@types/jest": "^26.0.23",
32
- "@types/moment": "^2.13.0",
33
- "dotenv": "^9.0.2",
34
- "jest": "^26.6.3",
35
- "jest-fetch-mock": "^3.0.3",
36
- "moment": "^2.0.0",
37
- "prettier": "^2.3.0",
38
- "rollup": "^2.48.0",
39
- "rollup-plugin-typescript2": "0.36.0",
40
- "ts-jest": "^26.5.6",
41
- "tslib": "^2.2.0",
42
- "typescript": "^4.2.4"
43
- },
44
- "jest": {
45
- "moduleFileExtensions": [
46
- "ts",
47
- "js"
48
- ],
49
- "transform": {
50
- "^.+\\.ts$": "ts-jest"
51
- },
52
- "globals": {
53
- "ts-jest": {
54
- "tsconfig": "tsconfig.json"
55
- }
56
- },
57
- "testMatch": [
58
- "**/tests/**/*.test.ts"
59
- ]
60
- },
61
- "dependencies": {
62
- "cpx": "^1.5.0"
63
- }
64
- }
1
+ {
2
+ "name": "@qite/tide-client",
3
+ "version": "1.1.176",
4
+ "description": "Frontend client for Tide",
5
+ "main": "build/index.js",
6
+ "scripts": {
7
+ "build": "rollup -c",
8
+ "tsc": "tsc --noEmit",
9
+ "format": "prettier --write .",
10
+ "test": "jest",
11
+ "copy": "cpx \"**/*.*\" \"../travelworld.gatsby/node_modules/@qite/tide-client\""
12
+ },
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "git+ssh://git@bitbucket.org/qitegeneral/tide-client.git"
16
+ },
17
+ "keywords": [
18
+ "tide",
19
+ "client"
20
+ ],
21
+ "maintainers": [
22
+ "Loris Decoster <loris@qite.be>",
23
+ "Bram De Cuyper <bram.de.cuyper@qite.be>",
24
+ "Maarten Brysbaert <maarten.brysbaert@qite.be>"
25
+ ],
26
+ "license": "OBSD",
27
+ "homepage": "https://bitbucket.org/qitegeneral/tide-client#readme",
28
+ "devDependencies": {
29
+ "@rollup/plugin-commonjs": "^19.0.0",
30
+ "@rollup/plugin-node-resolve": "^13.0.0",
31
+ "@types/jest": "^26.0.23",
32
+ "@types/moment": "^2.13.0",
33
+ "dotenv": "^9.0.2",
34
+ "jest": "^26.6.3",
35
+ "jest-fetch-mock": "^3.0.3",
36
+ "moment": "^2.0.0",
37
+ "prettier": "^2.3.0",
38
+ "rollup": "^2.48.0",
39
+ "rollup-plugin-typescript2": "0.36.0",
40
+ "ts-jest": "^26.5.6",
41
+ "tslib": "^2.2.0",
42
+ "typescript": "^4.2.4"
43
+ },
44
+ "jest": {
45
+ "moduleFileExtensions": [
46
+ "ts",
47
+ "js"
48
+ ],
49
+ "transform": {
50
+ "^.+\\.ts$": "ts-jest"
51
+ },
52
+ "globals": {
53
+ "ts-jest": {
54
+ "tsconfig": "tsconfig.json"
55
+ }
56
+ },
57
+ "testMatch": [
58
+ "**/tests/**/*.test.ts"
59
+ ]
60
+ },
61
+ "dependencies": {
62
+ "cpx": "^1.5.0"
63
+ }
64
+ }