openactive 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9076771a65bdda192786b2aa623817ac2c185f4786215d30c074859b0badff4e
4
- data.tar.gz: e91eb80e55b80defc16dcae51a74f42388cfad79cf4452d5619508012a45c6e4
3
+ metadata.gz: b15c236bcc35f7f60a7ccd3008777a076c631224c7e0bcb506b1f428fcd97c68
4
+ data.tar.gz: 17fab3a4dd7f9a7de2d2f50d1bb9c51f4c704e030992e9978938a6c2c75948a2
5
5
  SHA512:
6
- metadata.gz: da906871a5055f4e34d957866a6ce9afe1abdaa1c44dad3f584a5422f4c2cfc092496bc469b5d7c103583a7c5b396f5b4b78283b1f31649840f52d0bc80b42c7
7
- data.tar.gz: 48dd6d4fc20c5c34ba504e13211e6c6fee0eb2d4d2e3e29703602f02256ad803e1e1225ce6437e50ba49fe52d3fe1507e3de307b077e68e15021f3f05aa5dc48
6
+ metadata.gz: 8561b04c71d4cfb134bf8302bfbbeeea1a96756938fb6af06c405a3c89a42540daa615b72d36eaa5180e6a24a91c38b7bb7ecc1e570d9581f5409657f73747eb
7
+ data.tar.gz: 1d0be424629bcbbf931216b73a60886b19967483d607a91c4ffd1a61a62e786f07986e3d2c2c740dd929c6532b05230decab7f2b03b6b8878dd18657e2a58320
@@ -6,8 +6,8 @@ module OpenActive
6
6
  new :SellerCancelled, "https://openactive.io/SellerCancelled"
7
7
  new :CustomerCancelled, "https://openactive.io/CustomerCancelled"
8
8
  new :OrderItemConfirmed, "https://openactive.io/OrderItemConfirmed"
9
- new :CustomerAttended, "https://openactive.io/CustomerAttended"
10
- new :CustomerAbsent, "https://openactive.io/CustomerAbsent"
9
+ new :AttendeeAttended, "https://openactive.io/AttendeeAttended"
10
+ new :AttendeeAbsent, "https://openactive.io/AttendeeAbsent"
11
11
  end
12
12
  end
13
13
  end
@@ -719,6 +719,8 @@
719
719
  "/models/schema/ask_action.rb",
720
720
  "/models/schema/ask_public_news_article.rb",
721
721
  "/models/schema/assign_action.rb",
722
+ "/models/attendee_absent_simulate_action.rb",
723
+ "/models/attendee_attended_simulate_action.rb",
722
724
  "/models/schema/attorney.rb",
723
725
  "/models/audio_object.rb",
724
726
  "/models/schema/authorize_action.rb",
@@ -855,7 +857,6 @@
855
857
  "/models/schema/office_equipment_store.rb",
856
858
  "/models/opening_hours_specification.rb",
857
859
  "/models/schema/opinion_news_article.rb",
858
- "/models/opportunity_attendance_update_simulate_action.rb",
859
860
  "/models/schema/optician.rb",
860
861
  "/models/order_quote.rb",
861
862
  "/models/schema/outlet_store.rb",
@@ -2,11 +2,11 @@ module OpenActive
2
2
  module Models
3
3
  # [NOTICE: This class is part of the Open Booking API Test Interface, and MUST NOT be used in production.]
4
4
  # This type is derived from https://schema.org/Action, which means that any of this type's properties within schema.org may also be used.
5
- class OpportunityAttendanceUpdateSimulateAction < ::OpenActive::Models::OpenBookingSimulateAction
5
+ class AttendeeAbsentSimulateAction < ::OpenActive::Models::OpenBookingSimulateAction
6
6
  # @!attribute type
7
7
  # @return [String]
8
8
  def type
9
- "test:OpportunityAttendanceUpdateSimulateAction"
9
+ "test:AttendeeAbsentSimulateAction"
10
10
  end
11
11
  end
12
12
  end
@@ -0,0 +1,13 @@
1
+ module OpenActive
2
+ module Models
3
+ # [NOTICE: This class is part of the Open Booking API Test Interface, and MUST NOT be used in production.]
4
+ # This type is derived from https://schema.org/Action, which means that any of this type's properties within schema.org may also be used.
5
+ class AttendeeAttendedSimulateAction < ::OpenActive::Models::OpenBookingSimulateAction
6
+ # @!attribute type
7
+ # @return [String]
8
+ def type
9
+ "test:AttendeeAttendedSimulateAction"
10
+ end
11
+ end
12
+ end
13
+ end
@@ -1,3 +1,3 @@
1
1
  module OpenActive
2
- VERSION = "0.2.1".freeze
2
+ VERSION = "0.2.2".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openactive
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenActive Community
@@ -229,6 +229,8 @@ files:
229
229
  - lib/openactive/models/access_code_update_simulate_action.rb
230
230
  - lib/openactive/models/access_pass_update_simulate_action.rb
231
231
  - lib/openactive/models/action.rb
232
+ - lib/openactive/models/attendee_absent_simulate_action.rb
233
+ - lib/openactive/models/attendee_attended_simulate_action.rb
232
234
  - lib/openactive/models/audio_object.rb
233
235
  - lib/openactive/models/authenticated_person.rb
234
236
  - lib/openactive/models/baby_changing.rb
@@ -295,7 +297,6 @@ files:
295
297
  - lib/openactive/models/open_booking_error.rb
296
298
  - lib/openactive/models/open_booking_simulate_action.rb
297
299
  - lib/openactive/models/opening_hours_specification.rb
298
- - lib/openactive/models/opportunity_attendance_update_simulate_action.rb
299
300
  - lib/openactive/models/opportunity_capacity_is_reserved_by_lease_error.rb
300
301
  - lib/openactive/models/opportunity_has_insufficient_capacity_error.rb
301
302
  - lib/openactive/models/opportunity_intractable_error.rb