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 11configured_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 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
44from typing_extensions import Literal
55
66from ..._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."""
You can’t perform that action at this time.
0 commit comments