Socket
Socket
Sign inDemoInstall

tayeh.js

Package Overview
Dependencies
3
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.6 to 0.2.7

10

lib/inventory/types.d.ts

@@ -104,3 +104,11 @@ import { GetProductResponse, Image, Pagination } from '../dto';

};
export declare type UpdateProduct = NewProduct & {
export declare type UpdateProduct = {
name?: string;
description?: string;
category_id?: string;
brand_id?: string;
image_id?: string;
barcode?: string;
price?: number;
price_with_off?: number;
id: string;

@@ -107,0 +115,0 @@ };

2

package.json
{
"name": "tayeh.js",
"version": "0.2.06",
"version": "0.2.07",
"description": "tayeh shop-api client",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

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