We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8768954 commit f39fc52Copy full SHA for f39fc52
.stats.yml
@@ -1,2 +1,2 @@
1
configured_endpoints: 109
2
-openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/intercom%2Fintercom-d02ca8e30fc99f5cb4f6b9b3f6300ccb515819f7a75c6c56fcad9de0a744c1ce.yml
+openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/intercom%2Fintercom-f3707e406b4705ef214196a18620087f8195bab29e10a4fa9d51437e2962cdd6.yml
src/resources/shared.ts
@@ -465,7 +465,7 @@ export namespace Company {
465
* The list of tags associated with the company
466
*/
467
export interface Tags {
468
- tags?: Array<unknown>;
+ tags?: Array<Shared.Tag>;
469
470
/**
471
* The type of the object
0 commit comments