Skip to content

Commit

Permalink
feat: Update test-interface
Browse files Browse the repository at this point in the history
  • Loading branch information
openactive-bot authored Jun 19, 2021
1 parent 67569ea commit 6e96401
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions OpenActive.NET/enums/TestOpportunityCriteriaEnumeration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ public enum TestOpportunityCriteriaEnumeration
{
[EnumMember(Value = "https://openactive.io/test-interface#TestOpportunityBookable")]
TestOpportunityBookable,
[EnumMember(Value = "https://openactive.io/test-interface#TestOpportunityOpenBookingNotAllowed")]
TestOpportunityOpenBookingNotAllowed,
[EnumMember(Value = "https://openactive.io/test-interface#TestOpportunityBookableInPast")]
TestOpportunityBookableInPast,
[EnumMember(Value = "https://openactive.io/test-interface#TestOpportunityBookableNoSpaces")]
TestOpportunityBookableNoSpaces,
[EnumMember(Value = "https://openactive.io/test-interface#TestOpportunityBookableFiveSpaces")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace OpenActive.NET
/// 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.
/// </summary>
[DataContract]
public partial class SellerRequestedCancellationWithMessageSimulateAction : SellerRequestedCancellationSimulateAction
public partial class SellerRequestedCancellationWithMessageSimulateAction : OpenBookingSimulateAction
{
/// <summary>
/// Returns the JSON-LD representation of this instance.
Expand Down

0 comments on commit 6e96401

Please sign in to comment.