We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906c67f commit eebbeb2Copy full SHA for eebbeb2
packages/models-library/src/models_library/rpc/notifications/events/_account_events.py
@@ -42,8 +42,11 @@ class AccountRequestedEvent(BaseAccountEvent):
42
type: Literal["account_requested"] = "account_requested"
43
44
host: HttpUrl
45
+
46
+ # NOTE: following are kept for backward compatibility
47
product_info: dict[str, Any] = {}
48
request_form: dict[str, Any] = {}
49
+ ipinfo: dict[str, Any] = {}
50
51
52
class AccountApprovedEvent(BaseAccountEvent):
0 commit comments