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.20230208 to 0.0.20230217

2

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

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

@@ -230,2 +230,32 @@ # TypeScript typings for Content API for Shopping v2.1

/*
Creates a new conversion source.
*/
await gapi.client.content.conversionsources.create({ merchantId: "merchantId", });
/*
Archives an existing conversion source. It will be recoverable for 30 days. This archiving behavior is not typical in the Content API and unique to this service.
*/
await gapi.client.content.conversionsources.delete({ conversionSourceId: "conversionSourceId", merchantId: "merchantId", });
/*
Fetches a conversion source.
*/
await gapi.client.content.conversionsources.get({ conversionSourceId: "conversionSourceId", merchantId: "merchantId", });
/*
Retrieves the list of conversion sources the caller has access to.
*/
await gapi.client.content.conversionsources.list({ merchantId: "merchantId", });
/*
Updates information of an existing conversion source.
*/
await gapi.client.content.conversionsources.patch({ conversionSourceId: "conversionSourceId", merchantId: "merchantId", });
/*
Re-enables an archived conversion source.
*/
await gapi.client.content.conversionsources.undelete({ conversionSourceId: "conversionSourceId", merchantId: "merchantId", });
/*
Retrieves a single CSS domain by ID.

@@ -232,0 +262,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