ringcentral / RingCentral.Net

RingCentral SDK for .NET
MIT License
19 stars 26 forks source link

RingCentral.NET 5.18.0 - class NotificationDeliveryModeRequest not found #48

Closed gsandorx closed 1 year ago

gsandorx commented 1 year ago

After upgrading to version 5.18.0, this class is no longer found in the RingCentral namespace. Up to 5.17.0, everything was working fine.

I couldn't find any "migration" guide referencing the replacement type.

Any ideas?

tylerlong commented 1 year ago

I believe it has been renamed to NotificationDeliveryMode Ref: https://github.com/ringcentral/RingCentral.Net/blob/master/RingCentral.Net/Definitions/CreateSubscriptionRequest.cs#L14

Sorry for the breaking change. 99% of the code was auto generated based on API specs. So upstream renaming of the models will cause breaking changes in this project.

I believe modern IDE of C# will tell you the class type expected. But I will pay attention to avoid such changes in the future.