File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/intercom/types/admins Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
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
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
- from typing import List , Optional
3
+ from typing import Dict , List , Optional
4
4
from typing_extensions import Literal
5
5
6
6
from ..._models import BaseModel
@@ -104,7 +104,7 @@ class ActivityLog(BaseModel):
104
104
created_at : Optional [int ] = None
105
105
"""The time the activity was created."""
106
106
107
- metadata : Optional [object ] = None
107
+ metadata : Optional [Dict [ str , object ] ] = None
108
108
109
109
performed_by : Optional [ActivityLogPerformedBy ] = None
110
110
"""An object representing the admin who performed the activity."""
You can’t perform that action at this time.
0 commit comments