Skip to content

Commit f8f9ac8

Browse files
feat: shadow testing (ACC-14)
1 parent b37854a commit f8f9ac8

2 files changed

Lines changed: 8 additions & 2 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: 106
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/keycard%2Fkeycard-api-1a24bef1d575743c453111f5967c9e233a093b0b35aa31e0bc508d0a654b31e2.yml
3-
openapi_spec_hash: 9567eb9828bd2c6984eeb838c67ae033
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/keycard%2Fkeycard-api-45a935a06fe1bd8605036876aefe95d9da87a4e720cf8ab97e3bccbc430640ce.yml
3+
openapi_spec_hash: d8b07ab89422a1766d370d8df22c5afd
44
config_hash: 8fdc6a9c1185417459f79052b1222ff0

src/keycardai_api/types/zones/policy_set_with_binding.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ class PolicySetWithBinding(PolicySet):
2121
mode: Optional[Literal["active", "shadow"]] = None
2222

2323
scope_target_id: Optional[str] = None
24+
25+
shadow_version: Optional[int] = None
26+
"""Human-readable version number of the shadow version"""
27+
28+
shadow_version_id: Optional[str] = None
29+
"""Public ID of the shadow (observed) version, if any"""

0 commit comments

Comments
 (0)