Skip to content

Commit 3442155

Browse files
feat(api): api update
1 parent c3e2414 commit 3442155

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 232
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-8746787e90b2f68dce823f8a9de7d73df21a9a57fbb2b9169b32704eeba38794.yml
3-
openapi_spec_hash: caca59ae4602cbbcbda07baf1a0165b4
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-a72ddcd1864b9ba3aecab707aaaa5a3269d034eb70222d6909e4fe768da46dc2.yml
3+
openapi_spec_hash: 99aa469f8a1c21a5418f1fcf41f9475b
44
config_hash: d15ecbf4dc8a7a0ef99397d11b557444

src/increase/types/entity.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,13 +463,14 @@ class ThirdPartyVerification(BaseModel):
463463
reference: str
464464
"""The reference identifier for the third party verification."""
465465

466-
vendor: Literal["alloy", "middesk", "oscilar", "persona"]
466+
vendor: Literal["alloy", "middesk", "oscilar", "persona", "taktile"]
467467
"""The vendor that was used to perform the verification.
468468
469469
- `alloy` - Alloy. See https://alloy.com for more information.
470470
- `middesk` - Middesk. See https://middesk.com for more information.
471471
- `oscilar` - Oscilar. See https://oscilar.com for more information.
472472
- `persona` - Persona. See https://withpersona.com for more information.
473+
- `taktile` - Taktile. See https://taktile.com for more information.
473474
"""
474475

475476

src/increase/types/entity_create_params.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,13 +866,14 @@ class ThirdPartyVerification(TypedDict, total=False):
866866
reference: Required[str]
867867
"""The reference identifier for the third party verification."""
868868

869-
vendor: Required[Literal["alloy", "middesk", "oscilar", "persona"]]
869+
vendor: Required[Literal["alloy", "middesk", "oscilar", "persona", "taktile"]]
870870
"""The vendor that was used to perform the verification.
871871
872872
- `alloy` - Alloy. See https://alloy.com for more information.
873873
- `middesk` - Middesk. See https://middesk.com for more information.
874874
- `oscilar` - Oscilar. See https://oscilar.com for more information.
875875
- `persona` - Persona. See https://withpersona.com for more information.
876+
- `taktile` - Taktile. See https://taktile.com for more information.
876877
"""
877878

878879

src/increase/types/entity_update_params.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,13 +247,14 @@ class ThirdPartyVerification(TypedDict, total=False):
247247
reference: Required[str]
248248
"""The reference identifier for the third party verification."""
249249

250-
vendor: Required[Literal["alloy", "middesk", "oscilar", "persona"]]
250+
vendor: Required[Literal["alloy", "middesk", "oscilar", "persona", "taktile"]]
251251
"""The vendor that was used to perform the verification.
252252
253253
- `alloy` - Alloy. See https://alloy.com for more information.
254254
- `middesk` - Middesk. See https://middesk.com for more information.
255255
- `oscilar` - Oscilar. See https://oscilar.com for more information.
256256
- `persona` - Persona. See https://withpersona.com for more information.
257+
- `taktile` - Taktile. See https://taktile.com for more information.
257258
"""
258259

259260

0 commit comments

Comments
 (0)