Socket
Socket
Sign inDemoInstall

@maxim_mazurok/gapi.client.content-v2.1

Package Overview
Dependencies
Maintainers
1
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxim_mazurok/gapi.client.content-v2.1 - npm Package Compare versions

Comparing version 0.0.20221013 to 0.0.20221024

2

package.json
{
"name": "@maxim_mazurok/gapi.client.content-v2.1",
"version": "0.0.20221013",
"version": "0.0.20221024",
"description": "TypeScript typings for Content API for Shopping v2.1",

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

@@ -620,3 +620,3 @@ # TypeScript typings for Content API for Shopping v2.1

/*
Inserts a promotion for your Merchant Center account. If the promotion already exists, then it updates the promotion instead.
Inserts a promotion for your Merchant Center account. If the promotion already exists, then it updates the promotion instead. To [end or delete] (https://developers.google.com/shopping-content/guides/promotions#end_a_promotion) a promotion update the time period of the promotion to a time that has already passed.
*/

@@ -641,2 +641,7 @@ await gapi.client.content.promotions.create({ merchantId: "merchantId", });

/*
Lists the quota limit and quota usage per method for your Merchant Center account.
*/
await gapi.client.content.quotas.list({ merchantId: "merchantId", });
/*
Updates regional inventory for multiple products or regions in a single request.

@@ -643,0 +648,0 @@ */

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