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 12, 2024
1 parent 291d517 commit fcf2e15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-62c86fe58bec067227d2c66fcb7dae0bf359b4c5396ac3db9b1b54f6daccf920.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/prelude%2Fprelude-ca3f4103971d8bfdb9ea7c345b6112409a62e183460acd29da40a155192d2213.yml
2 changes: 1 addition & 1 deletion verification_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func TestVerificationNewWithOptionalParams(t *testing.T) {
DeviceID: prelude.F("device_id"),
DeviceModel: prelude.F("device_model"),
DevicePlatform: prelude.F(prelude.VerificationNewParamsSignalsDevicePlatformAndroid),
IP: prelude.F("ip"),
IP: prelude.F("8.8.8.8"),
IsTrustedUser: prelude.F("is_trusted_user"),
OsVersion: prelude.F("os_version"),
}),
Expand Down

0 comments on commit fcf2e15

Please sign in to comment.