mts-booking-library 1.3.23 → 1.3.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -1
  2. package/package.json +5 -5
package/lib/index.d.ts CHANGED
@@ -4,7 +4,7 @@ export { ServiceBooking } from "./booking/serviceBooking";
4
4
  export { SubscriptionBooking } from "./booking/subscriptionBooking";
5
5
  export { TplBooking } from "./booking/tplBooking";
6
6
  export { useMtsBookingState } from "./mtsStorage";
7
- export { Person, DEFAULT_PERSON, initializePerson } from "./types/common/Person";
7
+ export { Person, Buyer, DEFAULT_PERSON, initializePerson } from "./types/common/Person";
8
8
  export { GetBuyerPassengersDetailsResponse, GetBuyerRequest, GetPassenger, BuyerDataStatus, EditPassengerRequestType, EditPassengersDetailsRequest } from "./types/common/Person";
9
9
  export { Tariff, TariffsMatrix, TariffSummary, TariffType, TermsType, PassengerTariff, ExtraTariff } from "./types/common/Tariffs";
10
10
  export { Reduction, AddReductionRequest } from "./types/common/Reduction";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mts-booking-library",
3
- "version": "1.3.23",
3
+ "version": "1.3.24",
4
4
  "description": "Library for using MyTicketSolution Booking API",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -19,7 +19,7 @@
19
19
  "@types/jest": "^29.5.12",
20
20
  "jest": "^29.7.0",
21
21
  "prettier": "^3.3.3",
22
- "ts-jest": "^29.2.3",
22
+ "ts-jest": "^29.2.4",
23
23
  "typescript": "^5.5.4"
24
24
  },
25
25
  "files": [
@@ -31,10 +31,10 @@
31
31
  ],
32
32
  "author": "Infoservice s.r.l.",
33
33
  "dependencies": {
34
- "@react-native-async-storage/async-storage": "^1.23.1",
35
- "axios": "^1.7.2",
34
+ "@react-native-async-storage/async-storage": "^1.24.0",
35
+ "axios": "^1.7.4",
36
36
  "dotenv": "^16.4.5",
37
37
  "node-localstorage": "^3.0.5",
38
- "zustand": "^4.5.4"
38
+ "zustand": "^4.5.5"
39
39
  }
40
40
  }