@zernio/node 0.2.148 → 0.2.149

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
@@ -8835,6 +8835,13 @@ type GetFacebookPagesData = {
8835
8835
  path: {
8836
8836
  accountId: string;
8837
8837
  };
8838
+ query?: {
8839
+ /**
8840
+ * When true, bypasses the page cache and fetches fresh pages from Meta. Rate-limited server-side to 1 refresh per 60s. Pages no longer accessible to the connected account will be removed from the list on refresh.
8841
+ *
8842
+ */
8843
+ refresh?: boolean;
8844
+ };
8838
8845
  };
8839
8846
  type GetFacebookPagesResponse = ({
8840
8847
  pages?: Array<{
package/dist/index.d.ts CHANGED
@@ -8835,6 +8835,13 @@ type GetFacebookPagesData = {
8835
8835
  path: {
8836
8836
  accountId: string;
8837
8837
  };
8838
+ query?: {
8839
+ /**
8840
+ * When true, bypasses the page cache and fetches fresh pages from Meta. Rate-limited server-side to 1 refresh per 60s. Pages no longer accessible to the connected account will be removed from the list on refresh.
8841
+ *
8842
+ */
8843
+ refresh?: boolean;
8844
+ };
8838
8845
  };
8839
8846
  type GetFacebookPagesResponse = ({
8840
8847
  pages?: Array<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zernio/node",
3
- "version": "0.2.148",
3
+ "version": "0.2.149",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -8696,6 +8696,13 @@ export type GetFacebookPagesData = {
8696
8696
  path: {
8697
8697
  accountId: string;
8698
8698
  };
8699
+ query?: {
8700
+ /**
8701
+ * When true, bypasses the page cache and fetches fresh pages from Meta. Rate-limited server-side to 1 refresh per 60s. Pages no longer accessible to the connected account will be removed from the list on refresh.
8702
+ *
8703
+ */
8704
+ refresh?: boolean;
8705
+ };
8699
8706
  };
8700
8707
 
8701
8708
  export type GetFacebookPagesResponse = ({