@getanyapi/sdk 0.39.4 → 0.40.0

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.
package/dist/index.d.cts CHANGED
@@ -37503,6 +37503,7 @@ interface TiktokProfileVideosVideo {
37503
37503
  */
37504
37504
  image?: string;
37505
37505
  likes: number;
37506
+ saves?: number;
37506
37507
  /**
37507
37508
  * Populated whenever the provider has data for the entity.
37508
37509
  */
@@ -37624,6 +37625,7 @@ interface TiktokSearchKeywordVideo {
37624
37625
  id: string;
37625
37626
  likes: number;
37626
37627
  region: string;
37628
+ saves?: number;
37627
37629
  shares: number;
37628
37630
  views: number;
37629
37631
  [extra: string]: unknown;
@@ -37682,11 +37684,17 @@ interface TiktokSearchTopItem {
37682
37684
  caption: string;
37683
37685
  comments: number;
37684
37686
  contentType: string;
37687
+ /**
37688
+ * UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds. Populated whenever the provider has data for the entity.
37689
+ * Present whenever the upstream returns this record.
37690
+ */
37691
+ createdUtc?: number;
37685
37692
  /**
37686
37693
  * Populated whenever the provider has data for the entity.
37687
37694
  */
37688
37695
  id: string;
37689
37696
  likes: number;
37697
+ saves?: number;
37690
37698
  shares: number;
37691
37699
  /**
37692
37700
  * Populated whenever the provider has data for the entity.
package/dist/index.d.ts CHANGED
@@ -37503,6 +37503,7 @@ interface TiktokProfileVideosVideo {
37503
37503
  */
37504
37504
  image?: string;
37505
37505
  likes: number;
37506
+ saves?: number;
37506
37507
  /**
37507
37508
  * Populated whenever the provider has data for the entity.
37508
37509
  */
@@ -37624,6 +37625,7 @@ interface TiktokSearchKeywordVideo {
37624
37625
  id: string;
37625
37626
  likes: number;
37626
37627
  region: string;
37628
+ saves?: number;
37627
37629
  shares: number;
37628
37630
  views: number;
37629
37631
  [extra: string]: unknown;
@@ -37682,11 +37684,17 @@ interface TiktokSearchTopItem {
37682
37684
  caption: string;
37683
37685
  comments: number;
37684
37686
  contentType: string;
37687
+ /**
37688
+ * UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds. Populated whenever the provider has data for the entity.
37689
+ * Present whenever the upstream returns this record.
37690
+ */
37691
+ createdUtc?: number;
37685
37692
  /**
37686
37693
  * Populated whenever the provider has data for the entity.
37687
37694
  */
37688
37695
  id: string;
37689
37696
  likes: number;
37697
+ saves?: number;
37690
37698
  shares: number;
37691
37699
  /**
37692
37700
  * Populated whenever the provider has data for the entity.