Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Twilio/Rest/Domain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public static implicit operator Domain(string value)
public static readonly Domain Knowledge = new Domain("knowledge");
public static readonly Domain Lookups = new Domain("lookups");
public static readonly Domain Marketplace = new Domain("marketplace");
public static readonly Domain Memory = new Domain("memory");
public static readonly Domain Messaging = new Domain("messaging");
public static readonly Domain Monitor = new Domain("monitor");
public static readonly Domain Notify = new Domain("notify");
Expand Down
Loading