@getlatedev/node 0.2.348 → 0.2.349
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 +8 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +8 -0
package/dist/index.d.mts
CHANGED
|
@@ -15959,6 +15959,14 @@ type ListInboxReviewsResponse = ({
|
|
|
15959
15959
|
text?: string;
|
|
15960
15960
|
created?: string;
|
|
15961
15961
|
hasReply?: boolean;
|
|
15962
|
+
/**
|
|
15963
|
+
* Whether the review has at least one photo. Google Business only; always false for other platforms.
|
|
15964
|
+
*/
|
|
15965
|
+
hasPhotos?: boolean;
|
|
15966
|
+
/**
|
|
15967
|
+
* Number of photos attached to the review (photos only; videos are not counted). Google Business only; 0 for other platforms.
|
|
15968
|
+
*/
|
|
15969
|
+
photoCount?: number;
|
|
15962
15970
|
reply?: {
|
|
15963
15971
|
id?: string;
|
|
15964
15972
|
text?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -15959,6 +15959,14 @@ type ListInboxReviewsResponse = ({
|
|
|
15959
15959
|
text?: string;
|
|
15960
15960
|
created?: string;
|
|
15961
15961
|
hasReply?: boolean;
|
|
15962
|
+
/**
|
|
15963
|
+
* Whether the review has at least one photo. Google Business only; always false for other platforms.
|
|
15964
|
+
*/
|
|
15965
|
+
hasPhotos?: boolean;
|
|
15966
|
+
/**
|
|
15967
|
+
* Number of photos attached to the review (photos only; videos are not counted). Google Business only; 0 for other platforms.
|
|
15968
|
+
*/
|
|
15969
|
+
photoCount?: number;
|
|
15962
15970
|
reply?: {
|
|
15963
15971
|
id?: string;
|
|
15964
15972
|
text?: string;
|
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: "@getlatedev/node",
|
|
39
|
-
version: "0.2.
|
|
39
|
+
version: "0.2.349",
|
|
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: "@getlatedev/node",
|
|
8
|
-
version: "0.2.
|
|
8
|
+
version: "0.2.349",
|
|
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
|
@@ -15999,6 +15999,14 @@ export type ListInboxReviewsResponse = ({
|
|
|
15999
15999
|
text?: string;
|
|
16000
16000
|
created?: string;
|
|
16001
16001
|
hasReply?: boolean;
|
|
16002
|
+
/**
|
|
16003
|
+
* Whether the review has at least one photo. Google Business only; always false for other platforms.
|
|
16004
|
+
*/
|
|
16005
|
+
hasPhotos?: boolean;
|
|
16006
|
+
/**
|
|
16007
|
+
* Number of photos attached to the review (photos only; videos are not counted). Google Business only; 0 for other platforms.
|
|
16008
|
+
*/
|
|
16009
|
+
photoCount?: number;
|
|
16002
16010
|
reply?: {
|
|
16003
16011
|
id?: string;
|
|
16004
16012
|
text?: string;
|