Socket
Socket
Sign inDemoInstall

@maxim_mazurok/gapi.client.content

Package Overview
Dependencies
1
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.20220518 to 2.1.20220525

2

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

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

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

/*
Invokes a fetch for the datafeed in your Merchant Center account. If you need to call this method more than once per day, we recommend you use the Products service to update your product data.
Invokes a fetch for the datafeed in your Merchant Center account. If you need to call this method more than once per day, we recommend you use the [Products service](https://developers.google.com/shopping-content/reference/rest/v2.1/products) to update your product data.
*/

@@ -623,3 +623,3 @@ await gapi.client.content.datafeeds.fetchnow({ datafeedId: "datafeedId", merchantId: "merchantId", });

/*
Inserts a promotion for your Merchant Center account. If the promotion already exists, then it will update the promotion instead.
Inserts a promotion for your Merchant Center account. If the promotion already exists, then it updates the promotion instead.
*/

@@ -649,3 +649,3 @@ await gapi.client.content.promotions.create({ merchantId: "merchantId", });

/*
Update the regional inventory of a product in your Merchant Center account. If a regional inventory with the same region ID already exists, this method updates that entry.
Updates the regional inventory of a product in your Merchant Center account. If a regional inventory with the same region ID already exists, this method updates that entry.
*/

@@ -652,0 +652,0 @@ await gapi.client.content.regionalinventory.insert({ merchantId: "merchantId", productId: "productId", });

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc