Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions src/lithic/types/auth_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ class AuthRule(BaseModel):
Rule.
"""

previous_auth_rule_tokens: Optional[List[str]]
"""
Identifier for the Auth Rule(s) that a new Auth Rule replaced; will be returned
only if an Auth Rule is applied to entities that previously already had one
applied.
"""

program_level: Optional[bool]
"""Boolean indicating whether the Auth Rule is applied at the program level."""

Expand Down
2 changes: 0 additions & 2 deletions src/lithic/types/auth_rule_remove_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@ class AuthRuleRemoveResponse(BaseModel):

card_tokens: Optional[List[str]]

previous_auth_rule_tokens: Optional[List[str]]

program_level: Optional[bool]