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 1
1
configured_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 3
3
from typing import Dict , List , Optional
4
4
from typing_extensions import Literal
5
5
6
+ from .tag import Tag
6
7
from ..segment import Segment
7
8
from ..._models import BaseModel
8
9
@@ -28,7 +29,7 @@ class Segments(BaseModel):
28
29
29
30
30
31
class Tags (BaseModel ):
31
- tags : Optional [List [object ]] = None
32
+ tags : Optional [List [Tag ]] = None
32
33
33
34
type : Optional [Literal ["tag.list" ]] = None
34
35
"""The type of the object"""
You can’t perform that action at this time.
0 commit comments