File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/intercom/types/shared Expand file tree Collapse file tree 2 files changed +3
-2
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-d02ca8e30fc99f5cb4f6b9b3f6300ccb515819f7a75c6c56fcad9de0a744c1ce .yml
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/intercom%2Fintercom-f3707e406b4705ef214196a18620087f8195bab29e10a4fa9d51437e2962cdd6 .yml
Original file line number Diff line number Diff line change 33from typing import Dict , List , Optional
44from typing_extensions import Literal
55
6+ from .tag import Tag
67from ..segment import Segment
78from ..._models import BaseModel
89
@@ -28,7 +29,7 @@ class Segments(BaseModel):
2829
2930
3031class Tags (BaseModel ):
31- tags : Optional [List [object ]] = None
32+ tags : Optional [List [Tag ]] = None
3233
3334 type : Optional [Literal ["tag.list" ]] = None
3435 """The type of the object"""
You can’t perform that action at this time.
0 commit comments