twitter-api-v2
Advanced tools
Comparing version 1.18.0 to 1.18.1
@@ -0,1 +1,5 @@ | ||
1.18.1 | ||
------ | ||
- feat: add most_recent_tweet_id field #545 (@RenKoya1) | ||
1.18.0 | ||
@@ -2,0 +6,0 @@ ------ |
@@ -39,3 +39,3 @@ /// <reference types="node" /> | ||
export declare type TTweetv2TweetField = 'attachments' | 'author_id' | 'context_annotations' | 'conversation_id' | 'created_at' | 'entities' | 'geo' | 'id' | 'in_reply_to_user_id' | 'lang' | 'public_metrics' | 'non_public_metrics' | 'promoted_metrics' | 'organic_metrics' | 'edit_controls' | 'possibly_sensitive' | 'referenced_tweets' | 'reply_settings' | 'source' | 'text' | 'withheld' | 'note_tweet'; | ||
export declare type TTweetv2UserField = 'created_at' | 'description' | 'entities' | 'id' | 'location' | 'name' | 'pinned_tweet_id' | 'profile_image_url' | 'protected' | 'public_metrics' | 'url' | 'username' | 'verified' | 'verified_type' | 'withheld' | 'connection_status'; | ||
export declare type TTweetv2UserField = 'created_at' | 'description' | 'entities' | 'id' | 'location' | 'name' | 'pinned_tweet_id' | 'profile_image_url' | 'protected' | 'public_metrics' | 'url' | 'username' | 'verified' | 'verified_type' | 'withheld' | 'connection_status' | 'most_recent_tweet_id'; | ||
export interface Tweetv2FieldsParams { | ||
@@ -42,0 +42,0 @@ expansions: TypeOrArrayOf<TTweetv2Expansion> | string; |
@@ -76,3 +76,3 @@ import type { CashtagEntity, HashtagEntity, MentionEntity, UrlEntity } from '../entities.types'; | ||
verified?: boolean; | ||
verified_type?: "none" | "blue" | "business" | "government"; | ||
verified_type?: 'none' | 'blue' | 'business' | 'government'; | ||
entities?: { | ||
@@ -99,2 +99,3 @@ url?: { | ||
connection_status?: string[]; | ||
most_recent_tweet_id?: string; | ||
} |
@@ -39,3 +39,3 @@ /// <reference types="node" /> | ||
export declare type TTweetv2TweetField = 'attachments' | 'author_id' | 'context_annotations' | 'conversation_id' | 'created_at' | 'entities' | 'geo' | 'id' | 'in_reply_to_user_id' | 'lang' | 'public_metrics' | 'non_public_metrics' | 'promoted_metrics' | 'organic_metrics' | 'edit_controls' | 'possibly_sensitive' | 'referenced_tweets' | 'reply_settings' | 'source' | 'text' | 'withheld' | 'note_tweet'; | ||
export declare type TTweetv2UserField = 'created_at' | 'description' | 'entities' | 'id' | 'location' | 'name' | 'pinned_tweet_id' | 'profile_image_url' | 'protected' | 'public_metrics' | 'url' | 'username' | 'verified' | 'verified_type' | 'withheld' | 'connection_status'; | ||
export declare type TTweetv2UserField = 'created_at' | 'description' | 'entities' | 'id' | 'location' | 'name' | 'pinned_tweet_id' | 'profile_image_url' | 'protected' | 'public_metrics' | 'url' | 'username' | 'verified' | 'verified_type' | 'withheld' | 'connection_status' | 'most_recent_tweet_id'; | ||
export interface Tweetv2FieldsParams { | ||
@@ -42,0 +42,0 @@ expansions: TypeOrArrayOf<TTweetv2Expansion> | string; |
@@ -76,3 +76,3 @@ import type { CashtagEntity, HashtagEntity, MentionEntity, UrlEntity } from '../entities.types'; | ||
verified?: boolean; | ||
verified_type?: "none" | "blue" | "business" | "government"; | ||
verified_type?: 'none' | 'blue' | 'business' | 'government'; | ||
entities?: { | ||
@@ -99,2 +99,3 @@ url?: { | ||
connection_status?: string[]; | ||
most_recent_tweet_id?: string; | ||
} |
{ | ||
"name": "twitter-api-v2", | ||
"version": "1.18.0", | ||
"version": "1.18.1", | ||
"description": "Strongly typed, full-featured, light, versatile yet powerful Twitter API v1.1 and v2 client for Node.js.", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
994909
22536