lib/nylas.rb in nylas-5.3.0 vs lib/nylas.rb in nylas-5.4.0
- old
+ new
@@ -51,10 +51,13 @@
require_relative "nylas/web_page"
require_relative "nylas/nylas_date"
require_relative "nylas/when"
require_relative "nylas/free_busy"
require_relative "nylas/time_slot"
+require_relative "nylas/event_conferencing"
+require_relative "nylas/event_conferencing_details"
+require_relative "nylas/event_conferencing_autocreate"
# Custom collection types
require_relative "nylas/search_collection"
require_relative "nylas/deltas_collection"
require_relative "nylas/free_busy_collection"
@@ -121,9 +124,12 @@
Types.registry[:web_page] = Types::ModelType.new(model: WebPage)
Types.registry[:nylas_date] = NylasDateType.new
Types.registry[:contact_group] = Types::ModelType.new(model: ContactGroup)
Types.registry[:when] = Types::ModelType.new(model: When)
Types.registry[:time_slot] = Types::ModelType.new(model: TimeSlot)
+ Types.registry[:event_conferencing] = Types::ModelType.new(model: EventConferencing)
+ Types.registry[:event_conferencing_details] = Types::ModelType.new(model: EventConferencingDetails)
+ Types.registry[:event_conferencing_autocreate] = Types::ModelType.new(model: EventConferencingAutocreate)
Types.registry[:neural] = Types::ModelType.new(model: Neural)
Types.registry[:categorize] = Types::ModelType.new(model: Categorize)
Types.registry[:neural_signature_contact] = Types::ModelType.new(model: NeuralSignatureContact)
Types.registry[:neural_contact_link] = Types::ModelType.new(model: NeuralContactLink)
Types.registry[:neural_contact_name] = Types::ModelType.new(model: NeuralContactName)