Skip to content

Commit 5d0a7fd

Browse files
authored
Added sandbox to the Environment Enum. (#264)
1 parent 2291e46 commit 5d0a7fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/kotlin/com/nylas/models/Environment.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ enum class Environment {
1111

1212
@Json(name = "staging")
1313
STAGING,
14+
15+
@Json(name = "sandbox")
16+
SANDBOX,
1417
}

0 commit comments

Comments
 (0)