Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d628b2

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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-d02ca8e30fc99f5cb4f6b9b3f6300ccb515819f7a75c6c56fcad9de0a744c1ce.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/intercom%2Fintercom-f3707e406b4705ef214196a18620087f8195bab29e10a4fa9d51437e2962cdd6.yml

src/intercom/types/shared/company.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from typing import Dict, List, Optional
44
from typing_extensions import Literal
55

6+
from .tag import Tag
67
from ..segment import Segment
78
from ..._models import BaseModel
89

@@ -28,7 +29,7 @@ class Segments(BaseModel):
2829

2930

3031
class 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"""

0 commit comments

Comments
 (0)