@maxim_mazurok/gapi.client.content
Advanced tools
Comparing version 2.1.20211110 to 2.1.20211126
{ | ||
"name": "@maxim_mazurok/gapi.client.content", | ||
"version": "2.1.20211110", | ||
"version": "2.1.20211126", | ||
"description": "TypeScript typings for Content API for Shopping v2.1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -307,3 +307,3 @@ # TypeScript typings for Content API for Shopping v2.1 | ||
/* | ||
Retrieves the list of accessible Google My Business accounts. | ||
Retrieves the list of accessible Business Profiles. | ||
*/ | ||
@@ -323,3 +323,3 @@ await gapi.client.content.liasettings.getaccessiblegmbaccounts({ accountId: "accountId", merchantId: "merchantId", }); | ||
/* | ||
Requests access to a specified Google My Business account. | ||
Requests access to a specified Business Profile. | ||
*/ | ||
@@ -326,0 +326,0 @@ await gapi.client.content.liasettings.requestgmbaccess({ accountId: "accountId", gmbEmail: "gmbEmail", merchantId: "merchantId", }); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
945265