Skip to content

Commit 3924de9

Browse files
Bump types to 1.575.0, fix tests
1 parent 380a2d1 commit 3924de9

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

output/csharp/src/Seam.Test/Client/SeamTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ public void TestUnknownEnumValue()
112112
properties: {
113113
""available_fan_mode_settings"": [""unknown_mode"", ""auto""]
114114
},
115-
custom_metadata: {}
115+
custom_metadata: {},
116+
space_ids: []
116117
}";
117118

118119
var settings = new JsonSerializerSettings

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"devDependencies": {
6161
"@seamapi/nextlove-sdk-generator": "^1.19.1",
62-
"@seamapi/types": "1.556.0",
62+
"@seamapi/types": "1.575.0",
6363
"@types/node": "^18.19.11",
6464
"ava": "^5.0.1",
6565
"axios": "^1.5.0",

0 commit comments

Comments
 (0)