Skip to content

Commit d4416f9

Browse files
feat(api): api update
1 parent 78842c0 commit d4416f9

2 files changed

Lines changed: 206 additions & 20 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 21
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev%2Fcontext.dev-07c25c9b6caa6cb9574ec9cb16fc8ccb422b71823509b3374060fd1234e8dc25.yml
3-
openapi_spec_hash: 7a8c1d27fa0f72a0c35e642ca97d5832
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev%2Fcontext.dev-795a81d4c022b9fa5ca31d453fb55d7b75c0b2424f9f4bda5a75762cbb1f9418.yml
3+
openapi_spec_hash: eeb4b6592caa69691a5acfa24b571daa
44
config_hash: 682b89b02a20f5d1c13e2c91ecbcf5ce

src/resources/brand.ts

Lines changed: 204 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -782,9 +782,40 @@ export namespace BrandRetrieveResponse {
782782

783783
export interface Social {
784784
/**
785-
* Type of social media, e.g., 'facebook', 'twitter'
786-
*/
787-
type?: string;
785+
* Type of social media platform
786+
*/
787+
type?:
788+
| 'x'
789+
| 'facebook'
790+
| 'instagram'
791+
| 'linkedin'
792+
| 'youtube'
793+
| 'pinterest'
794+
| 'tiktok'
795+
| 'dribbble'
796+
| 'github'
797+
| 'behance'
798+
| 'snapchat'
799+
| 'whatsapp'
800+
| 'telegram'
801+
| 'line'
802+
| 'discord'
803+
| 'twitch'
804+
| 'vimeo'
805+
| 'imdb'
806+
| 'tumblr'
807+
| 'flickr'
808+
| 'giphy'
809+
| 'medium'
810+
| 'spotify'
811+
| 'soundcloud'
812+
| 'tripadvisor'
813+
| 'yelp'
814+
| 'producthunt'
815+
| 'reddit'
816+
| 'crunchbase'
817+
| 'appstore'
818+
| 'playstore';
788819

789820
/**
790821
* URL of the social media page
@@ -1508,9 +1539,40 @@ export namespace BrandIdentifyFromTransactionResponse {
15081539

15091540
export interface Social {
15101541
/**
1511-
* Type of social media, e.g., 'facebook', 'twitter'
1512-
*/
1513-
type?: string;
1542+
* Type of social media platform
1543+
*/
1544+
type?:
1545+
| 'x'
1546+
| 'facebook'
1547+
| 'instagram'
1548+
| 'linkedin'
1549+
| 'youtube'
1550+
| 'pinterest'
1551+
| 'tiktok'
1552+
| 'dribbble'
1553+
| 'github'
1554+
| 'behance'
1555+
| 'snapchat'
1556+
| 'whatsapp'
1557+
| 'telegram'
1558+
| 'line'
1559+
| 'discord'
1560+
| 'twitch'
1561+
| 'vimeo'
1562+
| 'imdb'
1563+
| 'tumblr'
1564+
| 'flickr'
1565+
| 'giphy'
1566+
| 'medium'
1567+
| 'spotify'
1568+
| 'soundcloud'
1569+
| 'tripadvisor'
1570+
| 'yelp'
1571+
| 'producthunt'
1572+
| 'reddit'
1573+
| 'crunchbase'
1574+
| 'appstore'
1575+
| 'playstore';
15141576

15151577
/**
15161578
* URL of the social media page
@@ -2234,9 +2296,40 @@ export namespace BrandRetrieveByEmailResponse {
22342296

22352297
export interface Social {
22362298
/**
2237-
* Type of social media, e.g., 'facebook', 'twitter'
2238-
*/
2239-
type?: string;
2299+
* Type of social media platform
2300+
*/
2301+
type?:
2302+
| 'x'
2303+
| 'facebook'
2304+
| 'instagram'
2305+
| 'linkedin'
2306+
| 'youtube'
2307+
| 'pinterest'
2308+
| 'tiktok'
2309+
| 'dribbble'
2310+
| 'github'
2311+
| 'behance'
2312+
| 'snapchat'
2313+
| 'whatsapp'
2314+
| 'telegram'
2315+
| 'line'
2316+
| 'discord'
2317+
| 'twitch'
2318+
| 'vimeo'
2319+
| 'imdb'
2320+
| 'tumblr'
2321+
| 'flickr'
2322+
| 'giphy'
2323+
| 'medium'
2324+
| 'spotify'
2325+
| 'soundcloud'
2326+
| 'tripadvisor'
2327+
| 'yelp'
2328+
| 'producthunt'
2329+
| 'reddit'
2330+
| 'crunchbase'
2331+
| 'appstore'
2332+
| 'playstore';
22402333

22412334
/**
22422335
* URL of the social media page
@@ -2960,9 +3053,40 @@ export namespace BrandRetrieveByIsinResponse {
29603053

29613054
export interface Social {
29623055
/**
2963-
* Type of social media, e.g., 'facebook', 'twitter'
2964-
*/
2965-
type?: string;
3056+
* Type of social media platform
3057+
*/
3058+
type?:
3059+
| 'x'
3060+
| 'facebook'
3061+
| 'instagram'
3062+
| 'linkedin'
3063+
| 'youtube'
3064+
| 'pinterest'
3065+
| 'tiktok'
3066+
| 'dribbble'
3067+
| 'github'
3068+
| 'behance'
3069+
| 'snapchat'
3070+
| 'whatsapp'
3071+
| 'telegram'
3072+
| 'line'
3073+
| 'discord'
3074+
| 'twitch'
3075+
| 'vimeo'
3076+
| 'imdb'
3077+
| 'tumblr'
3078+
| 'flickr'
3079+
| 'giphy'
3080+
| 'medium'
3081+
| 'spotify'
3082+
| 'soundcloud'
3083+
| 'tripadvisor'
3084+
| 'yelp'
3085+
| 'producthunt'
3086+
| 'reddit'
3087+
| 'crunchbase'
3088+
| 'appstore'
3089+
| 'playstore';
29663090

29673091
/**
29683092
* URL of the social media page
@@ -3686,9 +3810,40 @@ export namespace BrandRetrieveByNameResponse {
36863810

36873811
export interface Social {
36883812
/**
3689-
* Type of social media, e.g., 'facebook', 'twitter'
3690-
*/
3691-
type?: string;
3813+
* Type of social media platform
3814+
*/
3815+
type?:
3816+
| 'x'
3817+
| 'facebook'
3818+
| 'instagram'
3819+
| 'linkedin'
3820+
| 'youtube'
3821+
| 'pinterest'
3822+
| 'tiktok'
3823+
| 'dribbble'
3824+
| 'github'
3825+
| 'behance'
3826+
| 'snapchat'
3827+
| 'whatsapp'
3828+
| 'telegram'
3829+
| 'line'
3830+
| 'discord'
3831+
| 'twitch'
3832+
| 'vimeo'
3833+
| 'imdb'
3834+
| 'tumblr'
3835+
| 'flickr'
3836+
| 'giphy'
3837+
| 'medium'
3838+
| 'spotify'
3839+
| 'soundcloud'
3840+
| 'tripadvisor'
3841+
| 'yelp'
3842+
| 'producthunt'
3843+
| 'reddit'
3844+
| 'crunchbase'
3845+
| 'appstore'
3846+
| 'playstore';
36923847

36933848
/**
36943849
* URL of the social media page
@@ -4412,9 +4567,40 @@ export namespace BrandRetrieveByTickerResponse {
44124567

44134568
export interface Social {
44144569
/**
4415-
* Type of social media, e.g., 'facebook', 'twitter'
4416-
*/
4417-
type?: string;
4570+
* Type of social media platform
4571+
*/
4572+
type?:
4573+
| 'x'
4574+
| 'facebook'
4575+
| 'instagram'
4576+
| 'linkedin'
4577+
| 'youtube'
4578+
| 'pinterest'
4579+
| 'tiktok'
4580+
| 'dribbble'
4581+
| 'github'
4582+
| 'behance'
4583+
| 'snapchat'
4584+
| 'whatsapp'
4585+
| 'telegram'
4586+
| 'line'
4587+
| 'discord'
4588+
| 'twitch'
4589+
| 'vimeo'
4590+
| 'imdb'
4591+
| 'tumblr'
4592+
| 'flickr'
4593+
| 'giphy'
4594+
| 'medium'
4595+
| 'spotify'
4596+
| 'soundcloud'
4597+
| 'tripadvisor'
4598+
| 'yelp'
4599+
| 'producthunt'
4600+
| 'reddit'
4601+
| 'crunchbase'
4602+
| 'appstore'
4603+
| 'playstore';
44184604

44194605
/**
44204606
* URL of the social media page

0 commit comments

Comments
 (0)