Skip to content

Commit

Permalink
feat(api): update via SDK Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Nov 13, 2024
1 parent fcf2e15 commit 96bf346
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 5
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/prelude%2Fprelude-ca3f4103971d8bfdb9ea7c345b6112409a62e183460acd29da40a155192d2213.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/prelude%2Fprelude-c1f72f65743e762371400a6f36ba21d4e68ceaa351cb3ea7674cbc04a39e298c.yml
10 changes: 5 additions & 5 deletions verification_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ func TestVerificationNewWithOptionalParams(t *testing.T) {
TemplateID: prelude.F("template_id"),
}),
Signals: prelude.F(prelude.VerificationNewParamsSignals{
AppVersion: prelude.F("app_version"),
DeviceID: prelude.F("device_id"),
DeviceModel: prelude.F("device_model"),
AppVersion: prelude.F("1.2.34"),
DeviceID: prelude.F("8F0B8FDD-C2CB-4387-B20A-56E9B2E5A0D2"),
DeviceModel: prelude.F("iPhone17,2"),
DevicePlatform: prelude.F(prelude.VerificationNewParamsSignalsDevicePlatformAndroid),
IP: prelude.F("8.8.8.8"),
IP: prelude.F("192.0.2.1"),
IsTrustedUser: prelude.F("is_trusted_user"),
OsVersion: prelude.F("os_version"),
OsVersion: prelude.F("18.0.1"),
}),
})
if err != nil {
Expand Down

0 comments on commit 96bf346

Please sign in to comment.