@getlatedev/node 0.2.7 → 0.2.8

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.mts CHANGED
@@ -2819,6 +2819,10 @@ type ValidateSubredditResponse = (({
2819
2819
  type ValidateSubredditError = unknown;
2820
2820
  type GetAnalyticsData = {
2821
2821
  query?: {
2822
+ /**
2823
+ * Filter by social account ID
2824
+ */
2825
+ accountId?: string;
2822
2826
  /**
2823
2827
  * Inclusive lower bound (YYYY-MM-DD). Defaults to 90 days ago if omitted. Max range is 366 days.
2824
2828
  */
@@ -2982,6 +2986,10 @@ type GetInstagramDemographicsError = ({
2982
2986
  });
2983
2987
  type GetDailyMetricsData = {
2984
2988
  query?: {
2989
+ /**
2990
+ * Filter by social account ID
2991
+ */
2992
+ accountId?: string;
2985
2993
  /**
2986
2994
  * Inclusive start date (ISO 8601). Defaults to 180 days ago.
2987
2995
  */
package/dist/index.d.ts CHANGED
@@ -2819,6 +2819,10 @@ type ValidateSubredditResponse = (({
2819
2819
  type ValidateSubredditError = unknown;
2820
2820
  type GetAnalyticsData = {
2821
2821
  query?: {
2822
+ /**
2823
+ * Filter by social account ID
2824
+ */
2825
+ accountId?: string;
2822
2826
  /**
2823
2827
  * Inclusive lower bound (YYYY-MM-DD). Defaults to 90 days ago if omitted. Max range is 366 days.
2824
2828
  */
@@ -2982,6 +2986,10 @@ type GetInstagramDemographicsError = ({
2982
2986
  });
2983
2987
  type GetDailyMetricsData = {
2984
2988
  query?: {
2989
+ /**
2990
+ * Filter by social account ID
2991
+ */
2992
+ accountId?: string;
2985
2993
  /**
2986
2994
  * Inclusive start date (ISO 8601). Defaults to 180 days ago.
2987
2995
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getlatedev/node",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -2456,6 +2456,10 @@ export type ValidateSubredditError = unknown;
2456
2456
 
2457
2457
  export type GetAnalyticsData = {
2458
2458
  query?: {
2459
+ /**
2460
+ * Filter by social account ID
2461
+ */
2462
+ accountId?: string;
2459
2463
  /**
2460
2464
  * Inclusive lower bound (YYYY-MM-DD). Defaults to 90 days ago if omitted. Max range is 366 days.
2461
2465
  */
@@ -2631,6 +2635,10 @@ export type GetInstagramDemographicsError = ({
2631
2635
 
2632
2636
  export type GetDailyMetricsData = {
2633
2637
  query?: {
2638
+ /**
2639
+ * Filter by social account ID
2640
+ */
2641
+ accountId?: string;
2634
2642
  /**
2635
2643
  * Inclusive start date (ISO 8601). Defaults to 180 days ago.
2636
2644
  */