openactive 0.2.0 → 0.2.1
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 +4 -4
- data/.github/workflows/create-data-model-pr.yaml +1 -1
- data/.github/workflows/release.yaml +3 -0
- data/.gitignore +1 -0
- data/lib/openactive/enums/order_item_status.rb +1 -0
- data/lib/openactive/enums/test_opportunity_criteria_enumeration.rb +2 -1
- data/lib/openactive/files_index.json +1 -1
- data/lib/openactive/models/seller_requested_cancellation_with_message_simulate_action.rb +1 -1
- data/lib/openactive/version.rb +1 -1
- metadata +2 -3
- data/.rspec_status +0 -62
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9076771a65bdda192786b2aa623817ac2c185f4786215d30c074859b0badff4e
|
|
4
|
+
data.tar.gz: e91eb80e55b80defc16dcae51a74f42388cfad79cf4452d5619508012a45c6e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da906871a5055f4e34d957866a6ce9afe1abdaa1c44dad3f584a5422f4c2cfc092496bc469b5d7c103583a7c5b396f5b4b78283b1f31649840f52d0bc80b42c7
|
|
7
|
+
data.tar.gz: 48dd6d4fc20c5c34ba504e13211e6c6fee0eb2d4d2e3e29703602f02256ad803e1e1225ce6437e50ba49fe52d3fe1507e3de307b077e68e15021f3f05aa5dc48
|
data/.gitignore
CHANGED
|
@@ -7,6 +7,7 @@ module OpenActive
|
|
|
7
7
|
new :CustomerCancelled, "https://openactive.io/CustomerCancelled"
|
|
8
8
|
new :OrderItemConfirmed, "https://openactive.io/OrderItemConfirmed"
|
|
9
9
|
new :CustomerAttended, "https://openactive.io/CustomerAttended"
|
|
10
|
+
new :CustomerAbsent, "https://openactive.io/CustomerAbsent"
|
|
10
11
|
end
|
|
11
12
|
end
|
|
12
13
|
end
|
|
@@ -6,8 +6,9 @@ module OpenActive
|
|
|
6
6
|
# An enumeration of test opportunity criteria to which an opportunity must conform.
|
|
7
7
|
class TestOpportunityCriteriaEnumeration < TypesafeEnum::Base
|
|
8
8
|
new :TestOpportunityBookable, "https://openactive.io/test-interface#TestOpportunityBookable"
|
|
9
|
-
new :
|
|
9
|
+
new :TestOpportunityBookableInPast, "https://openactive.io/test-interface#TestOpportunityBookableInPast"
|
|
10
10
|
new :TestOpportunityBookableNoSpaces, "https://openactive.io/test-interface#TestOpportunityBookableNoSpaces"
|
|
11
|
+
new :TestOpportunityBookableOneSpace, "https://openactive.io/test-interface#TestOpportunityBookableOneSpace"
|
|
11
12
|
new :TestOpportunityBookableFiveSpaces, "https://openactive.io/test-interface#TestOpportunityBookableFiveSpaces"
|
|
12
13
|
new :TestOpportunityBookableFree, "https://openactive.io/test-interface#TestOpportunityBookableFree"
|
|
13
14
|
new :TestOpportunityBookableNonFree, "https://openactive.io/test-interface#TestOpportunityBookableNonFree"
|
|
@@ -902,6 +902,7 @@
|
|
|
902
902
|
"/models/seller_amend_order_proposal_simulate_action.rb",
|
|
903
903
|
"/models/seller_reject_order_proposal_simulate_action.rb",
|
|
904
904
|
"/models/seller_requested_cancellation_simulate_action.rb",
|
|
905
|
+
"/models/seller_requested_cancellation_with_message_simulate_action.rb",
|
|
905
906
|
"/models/schema/share_action.rb",
|
|
906
907
|
"/models/schema/shoe_store.rb",
|
|
907
908
|
"/models/short_answer_form_field_specification.rb",
|
|
@@ -946,7 +947,6 @@
|
|
|
946
947
|
"/models/schema/prepend_action.rb",
|
|
947
948
|
"/models/schema/radiation_therapy.rb",
|
|
948
949
|
"/models/schema/rsvp_action.rb",
|
|
949
|
-
"/models/seller_requested_cancellation_with_message_simulate_action.rb",
|
|
950
950
|
"/models/schema/ski_resort.rb",
|
|
951
951
|
"/models/tax_charge_specification.rb",
|
|
952
952
|
"/models/schema/video_gallery.rb",
|
|
@@ -2,7 +2,7 @@ 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 SellerRequestedCancellationWithMessageSimulateAction < ::OpenActive::Models::
|
|
5
|
+
class SellerRequestedCancellationWithMessageSimulateAction < ::OpenActive::Models::OpenBookingSimulateAction
|
|
6
6
|
# @!attribute type
|
|
7
7
|
# @return [String]
|
|
8
8
|
def type
|
data/lib/openactive/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: openactive
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenActive Community
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-06-
|
|
11
|
+
date: 2021-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -150,7 +150,6 @@ files:
|
|
|
150
150
|
- ".github/workflows/tests.yaml"
|
|
151
151
|
- ".gitignore"
|
|
152
152
|
- ".rspec"
|
|
153
|
-
- ".rspec_status"
|
|
154
153
|
- ".rubocop.yml"
|
|
155
154
|
- ".yardopts"
|
|
156
155
|
- Gemfile
|
data/.rspec_status
DELETED
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
example_id | status | run_time |
|
|
2
|
-
--------------------------------------------------- | ------ | --------------- |
|
|
3
|
-
./spec/accessors/event_spec.rb[1:1] | passed | 0.00502 seconds |
|
|
4
|
-
./spec/accessors/facility_use_spec.rb[1:1] | passed | 0.0018 seconds |
|
|
5
|
-
./spec/accessors/facility_use_spec.rb[1:2] | passed | 0.00174 seconds |
|
|
6
|
-
./spec/accessors/session_series_spec.rb[1:1] | passed | 0.00228 seconds |
|
|
7
|
-
./spec/accessors/session_series_spec.rb[1:2] | passed | 0.00165 seconds |
|
|
8
|
-
./spec/data_structure/data_structure_spec.rb[1:1:1] | passed | 0.00193 seconds |
|
|
9
|
-
./spec/data_structure/data_structure_spec.rb[1:1:2] | passed | 0.00291 seconds |
|
|
10
|
-
./spec/data_structure/data_structure_spec.rb[1:2:1] | passed | 0.00163 seconds |
|
|
11
|
-
./spec/data_structure/data_structure_spec.rb[1:2:2] | passed | 0.00141 seconds |
|
|
12
|
-
./spec/data_structure/data_structure_spec.rb[1:3:1] | passed | 0.00221 seconds |
|
|
13
|
-
./spec/data_structure/data_structure_spec.rb[1:3:2] | passed | 0.00221 seconds |
|
|
14
|
-
./spec/data_structure/event_spec.rb[1:1] | passed | 0.00297 seconds |
|
|
15
|
-
./spec/data_structure/event_spec.rb[1:2] | passed | 0.00552 seconds |
|
|
16
|
-
./spec/data_structure/facility_use_spec.rb[1:1] | passed | 0.0018 seconds |
|
|
17
|
-
./spec/data_structure/facility_use_spec.rb[1:2] | passed | 0.00895 seconds |
|
|
18
|
-
./spec/data_structure/order_spec.rb[1:1] | passed | 0.00247 seconds |
|
|
19
|
-
./spec/data_structure/order_spec.rb[1:2] | passed | 0.00287 seconds |
|
|
20
|
-
./spec/data_structure/order_spec.rb[1:3] | passed | 0.00301 seconds |
|
|
21
|
-
./spec/data_structure/order_spec.rb[1:4] | passed | 0.005 seconds |
|
|
22
|
-
./spec/data_typing/data_typing_spec.rb[1:1:1:1] | passed | 0.0023 seconds |
|
|
23
|
-
./spec/data_typing/data_typing_spec.rb[1:2:1:1] | passed | 0.0039 seconds |
|
|
24
|
-
./spec/data_typing/data_typing_spec.rb[1:3:1:1] | passed | 0.00432 seconds |
|
|
25
|
-
./spec/data_typing/facility_use_spec.rb[1:1:1] | passed | 0.00502 seconds |
|
|
26
|
-
./spec/data_typing/facility_use_spec.rb[1:1:2] | passed | 0.00184 seconds |
|
|
27
|
-
./spec/data_typing/facility_use_spec.rb[1:2:1] | passed | 0.00277 seconds |
|
|
28
|
-
./spec/data_typing/facility_use_spec.rb[1:2:2] | passed | 0.00222 seconds |
|
|
29
|
-
./spec/data_typing/order_spec.rb[1:1:1] | passed | 0.00365 seconds |
|
|
30
|
-
./spec/data_typing/order_spec.rb[1:1:2] | passed | 0.00244 seconds |
|
|
31
|
-
./spec/data_typing/order_spec.rb[1:1:3] | passed | 0.00265 seconds |
|
|
32
|
-
./spec/data_typing/order_spec.rb[1:1:4] | passed | 0.00255 seconds |
|
|
33
|
-
./spec/data_typing/order_spec.rb[1:2:1] | passed | 0.00322 seconds |
|
|
34
|
-
./spec/data_typing/order_spec.rb[1:2:2] | passed | 0.0031 seconds |
|
|
35
|
-
./spec/data_typing/order_spec.rb[1:3:1] | passed | 0.00238 seconds |
|
|
36
|
-
./spec/data_typing/order_spec.rb[1:3:2] | passed | 0.00223 seconds |
|
|
37
|
-
./spec/data_typing/order_spec.rb[1:3:3] | passed | 0.00254 seconds |
|
|
38
|
-
./spec/data_typing/order_spec.rb[1:3:4] | passed | 0.00241 seconds |
|
|
39
|
-
./spec/example_event_spec.rb[1:1:1] | passed | 0.00038 seconds |
|
|
40
|
-
./spec/example_event_spec.rb[1:2:1] | passed | 0.00409 seconds |
|
|
41
|
-
./spec/example_event_spec.rb[1:2:2:1] | passed | 0.00466 seconds |
|
|
42
|
-
./spec/formatting/session_series_spec.rb[1:1:1:1] | passed | 0.00225 seconds |
|
|
43
|
-
./spec/formatting/session_series_spec.rb[1:1:1:2] | passed | 0.00176 seconds |
|
|
44
|
-
./spec/formatting/session_series_spec.rb[1:1:1:3] | passed | 0.00174 seconds |
|
|
45
|
-
./spec/formatting/session_series_spec.rb[1:1:1:4] | passed | 0.00162 seconds |
|
|
46
|
-
./spec/formatting/session_series_spec.rb[1:1:2:1] | passed | 0.00162 seconds |
|
|
47
|
-
./spec/formatting/session_series_spec.rb[1:1:2:2] | passed | 0.00171 seconds |
|
|
48
|
-
./spec/formatting/session_series_spec.rb[1:1:2:3] | passed | 0.00201 seconds |
|
|
49
|
-
./spec/open_active_spec.rb[1:1] | passed | 0.00126 seconds |
|
|
50
|
-
./spec/rpde_spec.rb[1:1:1:1] | passed | 0.01078 seconds |
|
|
51
|
-
./spec/rpde_spec.rb[1:1:2:1] | passed | 0.0037 seconds |
|
|
52
|
-
./spec/rpde_spec.rb[1:1:3:1] | passed | 0.00138 seconds |
|
|
53
|
-
./spec/rpde_spec.rb[1:1:4:1] | passed | 0.00133 seconds |
|
|
54
|
-
./spec/rpde_spec.rb[1:1:5:1] | passed | 0.00132 seconds |
|
|
55
|
-
./spec/rpde_spec.rb[1:1:6:1] | passed | 0.00132 seconds |
|
|
56
|
-
./spec/rpde_spec.rb[1:2:1:1] | passed | 0.00132 seconds |
|
|
57
|
-
./spec/rpde_spec.rb[1:2:2:1] | passed | 0.0014 seconds |
|
|
58
|
-
./spec/rpde_spec.rb[1:2:3:1] | passed | 0.00161 seconds |
|
|
59
|
-
./spec/rpde_spec.rb[1:2:4:1] | passed | 0.00169 seconds |
|
|
60
|
-
./spec/rpde_spec.rb[1:2:5:1] | passed | 0.00181 seconds |
|
|
61
|
-
./spec/rpde_spec.rb[1:2:6:1] | passed | 0.00558 seconds |
|
|
62
|
-
./spec/rpde_spec.rb[1:3:1] | passed | 0.00027 seconds |
|