@zernio/node 0.2.214 → 0.2.215
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -10535,10 +10535,10 @@ type UpdateGmbLocationData = {
|
|
|
10535
10535
|
body: {
|
|
10536
10536
|
selectedLocationId: string;
|
|
10537
10537
|
/**
|
|
10538
|
-
* Optional but recommended. The Google Business Account resource name ("accounts/123") that owns the new location (from GET gmb-locations). When provided, the location is resolved directly instead of by enumerating the account, which is required for accounts with many locations.
|
|
10538
|
+
* Optional but recommended. The Google Business Account resource name ("accounts/123") that owns the new location (from GET gmb-locations). When provided, the location is resolved directly instead of by enumerating the account, which is required for accounts with many locations. Named `googleAccountId` to disambiguate from the path `accountId` (the Zernio account). The legacy field name `accountId` is still accepted for backwards compatibility.
|
|
10539
10539
|
*
|
|
10540
10540
|
*/
|
|
10541
|
-
|
|
10541
|
+
googleAccountId?: string;
|
|
10542
10542
|
};
|
|
10543
10543
|
path: {
|
|
10544
10544
|
accountId: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -10535,10 +10535,10 @@ type UpdateGmbLocationData = {
|
|
|
10535
10535
|
body: {
|
|
10536
10536
|
selectedLocationId: string;
|
|
10537
10537
|
/**
|
|
10538
|
-
* Optional but recommended. The Google Business Account resource name ("accounts/123") that owns the new location (from GET gmb-locations). When provided, the location is resolved directly instead of by enumerating the account, which is required for accounts with many locations.
|
|
10538
|
+
* Optional but recommended. The Google Business Account resource name ("accounts/123") that owns the new location (from GET gmb-locations). When provided, the location is resolved directly instead of by enumerating the account, which is required for accounts with many locations. Named `googleAccountId` to disambiguate from the path `accountId` (the Zernio account). The legacy field name `accountId` is still accepted for backwards compatibility.
|
|
10539
10539
|
*
|
|
10540
10540
|
*/
|
|
10541
|
-
|
|
10541
|
+
googleAccountId?: string;
|
|
10542
10542
|
};
|
|
10543
10543
|
path: {
|
|
10544
10544
|
accountId: 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: "@zernio/node",
|
|
39
|
-
version: "0.2.
|
|
39
|
+
version: "0.2.215",
|
|
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.
|
|
8
|
+
version: "0.2.215",
|
|
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
|
@@ -10387,10 +10387,10 @@ export type UpdateGmbLocationData = {
|
|
|
10387
10387
|
body: {
|
|
10388
10388
|
selectedLocationId: string;
|
|
10389
10389
|
/**
|
|
10390
|
-
* Optional but recommended. The Google Business Account resource name ("accounts/123") that owns the new location (from GET gmb-locations). When provided, the location is resolved directly instead of by enumerating the account, which is required for accounts with many locations.
|
|
10390
|
+
* Optional but recommended. The Google Business Account resource name ("accounts/123") that owns the new location (from GET gmb-locations). When provided, the location is resolved directly instead of by enumerating the account, which is required for accounts with many locations. Named `googleAccountId` to disambiguate from the path `accountId` (the Zernio account). The legacy field name `accountId` is still accepted for backwards compatibility.
|
|
10391
10391
|
*
|
|
10392
10392
|
*/
|
|
10393
|
-
|
|
10393
|
+
googleAccountId?: string;
|
|
10394
10394
|
};
|
|
10395
10395
|
path: {
|
|
10396
10396
|
accountId: string;
|