Skip to content

Commit 1460a6d

Browse files
committed
feat(api): update via SDK Studio
1 parent 0d628b2 commit 1460a6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 109
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/intercom%2Fintercom-f3707e406b4705ef214196a18620087f8195bab29e10a4fa9d51437e2962cdd6.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/intercom%2Fintercom-d17455c223bf0fd303bc315e4af87966adb063bfb2d5c5ec53ac7336cae26448.yml

src/intercom/types/admins/activity_log_list.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3-
from typing import List, Optional
3+
from typing import Dict, List, Optional
44
from typing_extensions import Literal
55

66
from ..._models import BaseModel
@@ -104,7 +104,7 @@ class ActivityLog(BaseModel):
104104
created_at: Optional[int] = None
105105
"""The time the activity was created."""
106106

107-
metadata: Optional[object] = None
107+
metadata: Optional[Dict[str, object]] = None
108108

109109
performed_by: Optional[ActivityLogPerformedBy] = None
110110
"""An object representing the admin who performed the activity."""

0 commit comments

Comments
 (0)