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.17 to 0.2.18

1

lib/general/index.d.ts

@@ -13,2 +13,3 @@ import { AxiosResponse } from 'axios';

sendSupportTicket(body: TYPE.NewSupportTicket): Promise<AxiosResponse<string>>;
sendSupportTicketMessage(body: TYPE.NewSupportTicketMessage): Promise<AxiosResponse<string>>;
getSupportRequests(): Promise<AxiosResponse<(TYPE.NewSupportTicket & {

@@ -15,0 +16,0 @@ id: string;

@@ -43,2 +43,6 @@ "use strict";

}
sendSupportTicketMessage(body) {
const query = 'support/ticket/message';
return this.put(query, body);
}
getSupportRequests() {

@@ -45,0 +49,0 @@ const query = 'support';

@@ -53,2 +53,6 @@ import { GetProductResponse, Image, Pagination } from '../dto';

}
export declare type NewSupportTicketMessage = {
message: string;
file?: string;
};
export declare type SupportTicket = {

@@ -55,0 +59,0 @@ id: number;

2

package.json
{
"name": "tayeh.js",
"version": "0.2.17",
"version": "0.2.18",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc