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

@maxim_mazurok/gapi.client.merchantapi-accounts_v1beta

Package Overview
Dependencies
Maintainers
0
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxim_mazurok/gapi.client.merchantapi-accounts_v1beta - npm Package Compare versions

Comparing version 0.0.20240614 to 0.0.20240709

2

package.json
{
"name": "@maxim_mazurok/gapi.client.merchantapi-accounts_v1beta",
"version": "0.0.20240614",
"version": "0.0.20240709",
"description": "TypeScript typings for Merchant API accounts_v1beta",

@@ -5,0 +5,0 @@ "repository": {

@@ -88,22 +88,2 @@ # TypeScript typings for Merchant API accounts_v1beta

/*
Retrieves the business identity of an account.
*/
await gapi.client.merchantapi.accounts.getBusinessIdentity({name: 'name'});
/*
Retrieves the business info of an account.
*/
await gapi.client.merchantapi.accounts.getBusinessInfo({name: 'name'});
/*
Retrieves a store's homepage.
*/
await gapi.client.merchantapi.accounts.getHomepage({name: 'name'});
/*
Retrieve shipping setting information.
*/
await gapi.client.merchantapi.accounts.getShippingSettings({name: 'name'});
/*
Lists accounts accessible to the calling user and matching the constraints of the request such as page size or filters. This is not just listing the sub-accounts of an MCA, but all accounts the calling user has access to including other MCAs, linked accounts, standalone accounts and so on.

@@ -124,17 +104,2 @@ */

/*
Updates the business identity of an account. Executing this method requires admin access.
*/
await gapi.client.merchantapi.accounts.updateBusinessIdentity({name: 'name'});
/*
Updates the business info of an account. Executing this method requires admin access.
*/
await gapi.client.merchantapi.accounts.updateBusinessInfo({name: 'name'});
/*
Updates a store's homepage. Executing this method requires admin access.
*/
await gapi.client.merchantapi.accounts.updateHomepage({name: 'name'});
/*
Accepts a `TermsOfService`. Executing this method requires admin access.

@@ -141,0 +106,0 @@ */

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