Socket
Socket
Sign inDemoInstall

tayeh.js

Package Overview
Dependencies
15
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.86 to 0.1.88

16

dist/customer/types.d.ts

@@ -13,4 +13,4 @@ import { Pagination } from "../base";

declare type Position = {
latitude: string;
longitude: string;
latitude?: string;
longitude?: string;
};

@@ -62,10 +62,10 @@ declare type Location = {

title: string;
description: string;
description?: string;
location: Location;
position: Position;
reciver_name: string;
phone: string;
mobile: string;
id_card: string;
postcode: string;
receiver_name: string;
phone?: string;
mobile?: string;
id_card?: string;
postcode?: string;
};

@@ -72,0 +72,0 @@ export declare type UpdateAddress = NewAddress & {

{
"name": "tayeh.js",
"version": "0.1.86",
"version": "0.1.88",
"description": "tayeh shop-api client",

@@ -5,0 +5,0 @@ "main": "dist/index.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