Skip to content

Commit f39fc52

Browse files
committed
feat(api): update via SDK Studio
1 parent 8768954 commit f39fc52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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/resources/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ export namespace Company {
465465
* The list of tags associated with the company
466466
*/
467467
export interface Tags {
468-
tags?: Array<unknown>;
468+
tags?: Array<Shared.Tag>;
469469

470470
/**
471471
* The type of the object

0 commit comments

Comments
 (0)