lib/openactive/models/schema/delivery_event.rb in openactive-0.3.0 vs lib/openactive/models/schema/delivery_event.rb in openactive-0.4.0
- old
+ new
@@ -12,11 +12,11 @@
define_property :access_code, as: "accessCode", types: [
"string",
]
# @return [DateTime,nil]
- define_property :available_through, as: "availableThrough", types: [
+ define_property :available_from, as: "availableFrom", types: [
"DateTime",
"null",
]
# @return [OpenActive::Enums::Schema::DeliveryMethod,nil]
@@ -24,10 +24,10 @@
"OpenActive::Enums::Schema::DeliveryMethod",
"null",
]
# @return [DateTime,nil]
- define_property :available_from, as: "availableFrom", types: [
+ define_property :available_through, as: "availableThrough", types: [
"DateTime",
"null",
]
end
end