Socket
Socket
Sign inDemoInstall

googleapis

Package Overview
Dependencies
4
Maintainers
2
Versions
254
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

68

apis/content/v2.js

@@ -244,36 +244,2 @@ /**

this.accountshipping = {
/**
* content.accountshipping.patch
*
* @desc Updates the shipping settings of the account. This method supports patch semantics.
*
* @alias content.accountshipping.patch
* @memberOf! content(v2)
*
* @param {object} params - Parameters for request
* @param {string} params.accountId - The ID of the account for which to get/update account shipping settings.
* @param {string} params.merchantId - The ID of the managing account.
* @param {object} params.resource - Request body data
* @param {callback} callback - The callback that handles the response.
* @return {object} Request object
*/
patch: function(params, callback) {
var parameters = {
options: {
url: 'https://www.googleapis.com/content/v2/' + params.merchantId + '/accountshipping/' + params.accountId,
method: 'PATCH'
},
params: params,
requiredParams: ['merchantId', 'accountId'],
pathParams: ['accountId', 'merchantId'],
context: self
};
return createAPIRequest(parameters, callback);
}
};
this.accountstatuses = {

@@ -368,36 +334,2 @@

this.accounttax = {
/**
* content.accounttax.patch
*
* @desc Updates the tax settings of the account. This method supports patch semantics.
*
* @alias content.accounttax.patch
* @memberOf! content(v2)
*
* @param {object} params - Parameters for request
* @param {string} params.accountId - The ID of the account for which to get/update account tax settings.
* @param {string} params.merchantId - The ID of the managing account.
* @param {object} params.resource - Request body data
* @param {callback} callback - The callback that handles the response.
* @return {object} Request object
*/
patch: function(params, callback) {
var parameters = {
options: {
url: 'https://www.googleapis.com/content/v2/' + params.merchantId + '/accounttax/' + params.accountId,
method: 'PATCH'
},
params: params,
requiredParams: ['merchantId', 'accountId'],
pathParams: ['accountId', 'merchantId'],
context: self
};
return createAPIRequest(parameters, callback);
}
};
this.datafeeds = {

@@ -404,0 +336,0 @@

2

package.json
{
"name": "googleapis",
"version": "1.0.6",
"version": "1.0.7",
"author": "Google Inc.",

@@ -5,0 +5,0 @@ "description": "Google APIs Client Library for Node.js",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc