New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@maxim_mazurok/gapi.client.retail-v2alpha

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxim_mazurok/gapi.client.retail-v2alpha - npm Package Compare versions

Comparing version 0.0.20230622 to 0.0.20230629

2

package.json
{
"name": "@maxim_mazurok/gapi.client.retail-v2alpha",
"version": "0.0.20230622",
"version": "0.0.20230629",
"description": "TypeScript typings for Retail API v2alpha",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -68,2 +68,17 @@ # TypeScript typings for Retail API v2alpha

```typescript
/*
Enrolls retail API solution for the project. Recommendation solution is enrolled by default when your project enables Retail API. You don't need to call this API for the recommendation solution.
*/
await gapi.client.retail.projects.enrollSolution({ project: "project", });
/*
Gets the project. Throws NOT_FOUND if the project wasn't initialized for Retail API Service.
*/
await gapi.client.retail.projects.getRetailProject({ name: "name", });
/*
Lists all the retail API solutions the project has enrolled.
*/
await gapi.client.retail.projects.listEnrolledSolutions({ parent: "parent", });
```

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc