lib/smooch-api/models/client.rb in smooch-api-4.2.0 vs lib/smooch-api/models/client.rb in smooch-api-5.0

- old
+ new

@@ -22,10 +22,10 @@ attr_accessor :active # The date time the client was last seen. attr_accessor :lastSeen - # The client's platform. + # The client's platform. See Enums.md for available values. attr_accessor :platform # The GCM or APN token to be used for sending push notifications to the device. Applies to only *android* and *ios* clients. attr_accessor :pushNotificationToken