@zernio/node 0.2.847 → 0.2.848

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
@@ -25562,6 +25562,10 @@ type ListInboxReviewsResponse = ({
25562
25562
  profileImage?: (string) | null;
25563
25563
  };
25564
25564
  rating?: number;
25565
+ /**
25566
+ * Facebook recommendation: positive means recommends, negative means does not recommend. Null or absent when unavailable; absent for other platforms. Independent of the numeric rating.
25567
+ */
25568
+ recommendationType?: ('positive' | 'negative') | null;
25565
25569
  text?: string;
25566
25570
  created?: string;
25567
25571
  hasReply?: boolean;
package/dist/index.d.ts CHANGED
@@ -25562,6 +25562,10 @@ type ListInboxReviewsResponse = ({
25562
25562
  profileImage?: (string) | null;
25563
25563
  };
25564
25564
  rating?: number;
25565
+ /**
25566
+ * Facebook recommendation: positive means recommends, negative means does not recommend. Null or absent when unavailable; absent for other platforms. Independent of the numeric rating.
25567
+ */
25568
+ recommendationType?: ('positive' | 'negative') | null;
25565
25569
  text?: string;
25566
25570
  created?: string;
25567
25571
  hasReply?: boolean;
package/dist/index.js CHANGED
@@ -36,7 +36,7 @@ module.exports = __toCommonJS(index_exports);
36
36
  // package.json
37
37
  var package_default = {
38
38
  name: "@zernio/node",
39
- version: "0.2.847",
39
+ version: "0.2.848",
40
40
  description: "The official Node.js library for the Zernio API",
41
41
  main: "dist/index.js",
42
42
  module: "dist/index.mjs",
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
5
5
  // package.json
6
6
  var package_default = {
7
7
  name: "@zernio/node",
8
- version: "0.2.847",
8
+ version: "0.2.848",
9
9
  description: "The official Node.js library for the Zernio API",
10
10
  main: "dist/index.js",
11
11
  module: "dist/index.mjs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zernio/node",
3
- "version": "0.2.847",
3
+ "version": "0.2.848",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -25164,6 +25164,10 @@ export type ListInboxReviewsResponse = ({
25164
25164
  profileImage?: (string) | null;
25165
25165
  };
25166
25166
  rating?: number;
25167
+ /**
25168
+ * Facebook recommendation: positive means recommends, negative means does not recommend. Null or absent when unavailable; absent for other platforms. Independent of the numeric rating.
25169
+ */
25170
+ recommendationType?: ('positive' | 'negative') | null;
25167
25171
  text?: string;
25168
25172
  created?: string;
25169
25173
  hasReply?: boolean;