@maxim_mazurok/gapi.client.retail-v2alpha
Advanced tools
Comparing version 0.0.20230928 to 0.0.20231005
{ | ||
"name": "@maxim_mazurok/gapi.client.retail-v2alpha", | ||
"version": "0.0.20230928", | ||
"version": "0.0.20231005", | ||
"description": "TypeScript typings for Retail API v2alpha", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -75,2 +75,7 @@ # TypeScript typings for Retail API v2alpha | ||
/* | ||
Gets the LoggingConfig of the requested project. | ||
*/ | ||
await gapi.client.retail.projects.getLoggingConfig({ name: "name", }); | ||
/* | ||
Gets the project. Throws `NOT_FOUND` if the project wasn't initialized for the Retail API service. | ||
@@ -84,2 +89,7 @@ */ | ||
await gapi.client.retail.projects.listEnrolledSolutions({ parent: "parent", }); | ||
/* | ||
Updates the LoggingConfig of the requested project. | ||
*/ | ||
await gapi.client.retail.projects.updateLoggingConfig({ name: "name", }); | ||
``` |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
615739
11556
94