scrapebadger 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -490,8 +490,8 @@ interface List {
|
|
|
490
490
|
name: string;
|
|
491
491
|
/** List description */
|
|
492
492
|
description?: string;
|
|
493
|
-
/** List creation timestamp */
|
|
494
|
-
created_at?: string;
|
|
493
|
+
/** List creation timestamp (may be string or Unix timestamp) */
|
|
494
|
+
created_at?: string | number;
|
|
495
495
|
/** Number of members */
|
|
496
496
|
member_count?: number;
|
|
497
497
|
/** Number of subscribers */
|
|
@@ -490,8 +490,8 @@ interface List {
|
|
|
490
490
|
name: string;
|
|
491
491
|
/** List description */
|
|
492
492
|
description?: string;
|
|
493
|
-
/** List creation timestamp */
|
|
494
|
-
created_at?: string;
|
|
493
|
+
/** List creation timestamp (may be string or Unix timestamp) */
|
|
494
|
+
created_at?: string | number;
|
|
495
495
|
/** Number of members */
|
|
496
496
|
member_count?: number;
|
|
497
497
|
/** Number of subscribers */
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { T as TwitterClient, S as ScrapeBadgerConfig } from './index-
|
|
2
|
-
export { A as ApiResponse, C as CommunitiesClient, t as Community, r as CommunityBanner, u as CommunityMember, s as CommunityRule, g as CommunityTweetType, G as GeoClient, e as GeoSearchOptions, H as Hashtag, I as IteratorOptions, q as List, z as ListResponse, L as ListsClient, w as Location, M as Media, P as PaginatedResponse, a as PaginationOptions, y as Place, x as PlaceTrends, i as Poll, h as PollOption, Q as QueryType, R as ResolvedConfig, v as Trend, f as TrendCategory, d as TrendsClient, m as Tweet, l as TweetPlace, b as TweetsClient, j as Url, n as User, o as UserAbout, p as UserIds, k as UserMention, U as UsersClient, c as collectAll } from './index-
|
|
1
|
+
import { T as TwitterClient, S as ScrapeBadgerConfig } from './index-D1TyH9oh.cjs';
|
|
2
|
+
export { A as ApiResponse, C as CommunitiesClient, t as Community, r as CommunityBanner, u as CommunityMember, s as CommunityRule, g as CommunityTweetType, G as GeoClient, e as GeoSearchOptions, H as Hashtag, I as IteratorOptions, q as List, z as ListResponse, L as ListsClient, w as Location, M as Media, P as PaginatedResponse, a as PaginationOptions, y as Place, x as PlaceTrends, i as Poll, h as PollOption, Q as QueryType, R as ResolvedConfig, v as Trend, f as TrendCategory, d as TrendsClient, m as Tweet, l as TweetPlace, b as TweetsClient, j as Url, n as User, o as UserAbout, p as UserIds, k as UserMention, U as UsersClient, c as collectAll } from './index-D1TyH9oh.cjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Main ScrapeBadger client.
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { T as TwitterClient, S as ScrapeBadgerConfig } from './index-
|
|
2
|
-
export { A as ApiResponse, C as CommunitiesClient, t as Community, r as CommunityBanner, u as CommunityMember, s as CommunityRule, g as CommunityTweetType, G as GeoClient, e as GeoSearchOptions, H as Hashtag, I as IteratorOptions, q as List, z as ListResponse, L as ListsClient, w as Location, M as Media, P as PaginatedResponse, a as PaginationOptions, y as Place, x as PlaceTrends, i as Poll, h as PollOption, Q as QueryType, R as ResolvedConfig, v as Trend, f as TrendCategory, d as TrendsClient, m as Tweet, l as TweetPlace, b as TweetsClient, j as Url, n as User, o as UserAbout, p as UserIds, k as UserMention, U as UsersClient, c as collectAll } from './index-
|
|
1
|
+
import { T as TwitterClient, S as ScrapeBadgerConfig } from './index-D1TyH9oh.js';
|
|
2
|
+
export { A as ApiResponse, C as CommunitiesClient, t as Community, r as CommunityBanner, u as CommunityMember, s as CommunityRule, g as CommunityTweetType, G as GeoClient, e as GeoSearchOptions, H as Hashtag, I as IteratorOptions, q as List, z as ListResponse, L as ListsClient, w as Location, M as Media, P as PaginatedResponse, a as PaginationOptions, y as Place, x as PlaceTrends, i as Poll, h as PollOption, Q as QueryType, R as ResolvedConfig, v as Trend, f as TrendCategory, d as TrendsClient, m as Tweet, l as TweetPlace, b as TweetsClient, j as Url, n as User, o as UserAbout, p as UserIds, k as UserMention, U as UsersClient, c as collectAll } from './index-D1TyH9oh.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Main ScrapeBadger client.
|
package/dist/twitter/index.d.cts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { A as ApiResponse, C as CommunitiesClient, t as Community, r as CommunityBanner, u as CommunityMember, s as CommunityRule, g as CommunityTweetType, G as GeoClient, e as GeoSearchOptions, H as Hashtag, q as List, z as ListResponse, L as ListsClient, w as Location, M as Media, y as Place, x as PlaceTrends, i as Poll, h as PollOption, Q as QueryType, v as Trend, f as TrendCategory, d as TrendsClient, m as Tweet, l as TweetPlace, b as TweetsClient, T as TwitterClient, j as Url, n as User, o as UserAbout, p as UserIds, k as UserMention, U as UsersClient } from '../index-
|
|
1
|
+
export { A as ApiResponse, C as CommunitiesClient, t as Community, r as CommunityBanner, u as CommunityMember, s as CommunityRule, g as CommunityTweetType, G as GeoClient, e as GeoSearchOptions, H as Hashtag, q as List, z as ListResponse, L as ListsClient, w as Location, M as Media, y as Place, x as PlaceTrends, i as Poll, h as PollOption, Q as QueryType, v as Trend, f as TrendCategory, d as TrendsClient, m as Tweet, l as TweetPlace, b as TweetsClient, T as TwitterClient, j as Url, n as User, o as UserAbout, p as UserIds, k as UserMention, U as UsersClient } from '../index-D1TyH9oh.cjs';
|
package/dist/twitter/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { A as ApiResponse, C as CommunitiesClient, t as Community, r as CommunityBanner, u as CommunityMember, s as CommunityRule, g as CommunityTweetType, G as GeoClient, e as GeoSearchOptions, H as Hashtag, q as List, z as ListResponse, L as ListsClient, w as Location, M as Media, y as Place, x as PlaceTrends, i as Poll, h as PollOption, Q as QueryType, v as Trend, f as TrendCategory, d as TrendsClient, m as Tweet, l as TweetPlace, b as TweetsClient, T as TwitterClient, j as Url, n as User, o as UserAbout, p as UserIds, k as UserMention, U as UsersClient } from '../index-
|
|
1
|
+
export { A as ApiResponse, C as CommunitiesClient, t as Community, r as CommunityBanner, u as CommunityMember, s as CommunityRule, g as CommunityTweetType, G as GeoClient, e as GeoSearchOptions, H as Hashtag, q as List, z as ListResponse, L as ListsClient, w as Location, M as Media, y as Place, x as PlaceTrends, i as Poll, h as PollOption, Q as QueryType, v as Trend, f as TrendCategory, d as TrendsClient, m as Tweet, l as TweetPlace, b as TweetsClient, T as TwitterClient, j as Url, n as User, o as UserAbout, p as UserIds, k as UserMention, U as UsersClient } from '../index-D1TyH9oh.js';
|