This changelog lists integration-relevant changes
2022-12-19¶
Improvement¶
- Field
RoomStay.roomAccessKey
added to allow retrieving room pin code for hotels with salto integration set up.
2022-11-14¶
Improvement¶
- Field
Reservation.totalAmount
added - Field
Reservation.openAmount
added
2022-10-27¶
Breaking Change¶
Client
type was split intoPerson
andCompany
types. Most existing queries are expected to continue working, this will affect your integration if__typename
is used.
Improvement¶
- Query
clientTitles
added - a list of all active client titles - Query
communicationLanguages
added - a list of available communication languages, ordered by hotel’s preference. - Mutation
addRoomStayGuest
added - allows adding an existing client as a guest to a room - Mutation
removeRoomStayGuest
added - allows removing a client as a guest to a room - Mutation
createClient
added - allows creating newPerson
clients. - Mutation
updateClient
added - allows updating any existing client - New fields to
Person
type added -clientTitle
,street
,zipcode
,city
,country
,fax
,preferences
,nationality
,passportNumber
,idCardNumber
,issuingAuthority
- New fields to
Company
type added -street
,zipcode
,city
,country
,fax
,preferences
- Add a
@chain
directive to allow using a result from one operation as input for the next operation, within one request.
Deprecation¶
- Deprecate
Person.title
field in favour ofPerson.clientTitle
- Deprecate
Person.company
field - value is always empty - Deprecate
Company.firstname
field - value is always empty - Deprecate
Company.lastname
field - value is always empty - Deprecate
Company.title
field - value is always empty - Deprecate
Company.carPlateNumber
field - value is always empty - Deprecate
Company.birthday
field - value is alwaysnull
- Deprecate
Company.birthdayGreetingsEnabled
field - value is alwaysfalse
- Deprecate
Client.title
,Client.firstname
,Client.lastname
,Client.carPlateNumber
,Client.birthday
,Client.birthdayGreetingsEnabled
- use the implementationPerson
type - Deprecate
Client.company
- use the implementationCompany
type.
< 2022-10-27¶
Changes before 2022-10-27 are not tracked.