You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
### Changed
13
13
14
+
## [5.31.0] - 2022-07-21
15
+
16
+
### Added
17
+
18
+
- AccessPackageAutomaticRequestSettings model.
19
+
- AttributeRuleMembers model.
20
+
- AuthenticationMethodSignInState model.
21
+
- AuthenticationPhoneType model.
22
+
- AvailabilityItem model.
23
+
- BookingsAvailabilityStatus model.
24
+
- StaffAvailabilityItem model.
25
+
- BookingBusinessGetStaffAvailability models and related requests.
26
+
- EmailAuthenticationMethod model and related requests.
27
+
- PhoneAuthenticationMethod models and related requests.
28
+
- SoftwareOathAuthenticationMethod model and related requests.
29
+
30
+
### Changed
31
+
32
+
- Generated v1.0 models and request builders using Typewriter.
33
+
- References to newly added models/requests added to current models/requests.
34
+
- Example: Authentication model now has refrences to EmailAuthenticationMethod, PhoneAuthenticationMethod, SoftwareOathAuthenticationMethod models.
35
+
- Example: AuthenticationRequestBuilder now references EmailAuthenticationMethodRequestBuilder, PhoneAuthenticationMethodRequestBuilder, and SoftwareOathAuthenticationMethodRequestBuilder.
0 commit comments