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

@maxvision/maxerp-api-client

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxvision/maxerp-api-client - npm Package Compare versions

Comparing version 1.19.0 to 1.19.1

6

Api.ts

@@ -1502,3 +1502,3 @@ /* eslint-disable */

query?: string;
orderStatus?:
orderStatus?: (
| "CREATED"

@@ -1513,3 +1513,4 @@ | "CLOTHES_CHOSEN"

| "PHOTOS_DELIVERED"
| "CANCELLED";
| "CANCELLED"
)[];
/** @format int64 */

@@ -1606,2 +1607,3 @@ productId?: number;

available?: boolean;
productIds?: number[];
/**

@@ -1608,0 +1610,0 @@ * Zero-based page index (0..N)

@@ -989,3 +989,3 @@ export interface ERPCustomerContactCreateReqDTO {

query?: string | undefined;
orderStatus?: "CREATED" | "CLOTHES_CHOSEN" | "PHOTO_SHOT" | "ORIGINAL_PHOTOS_UPLOADED" | "RETOUCHED_PHOTOS_UPLOADED" | "PHOTOS_CHOSEN" | "PHOTOS_RETOUCHED" | "PHOTOS_PRINTED" | "PHOTOS_DELIVERED" | "CANCELLED" | undefined;
orderStatus?: ("CREATED" | "CLOTHES_CHOSEN" | "PHOTO_SHOT" | "ORIGINAL_PHOTOS_UPLOADED" | "RETOUCHED_PHOTOS_UPLOADED" | "PHOTOS_CHOSEN" | "PHOTOS_RETOUCHED" | "PHOTOS_PRINTED" | "PHOTOS_DELIVERED" | "CANCELLED")[] | undefined;
/** @format int64 */

@@ -1056,2 +1056,3 @@ productId?: number | undefined;

available?: boolean | undefined;
productIds?: number[] | undefined;
/**

@@ -1058,0 +1059,0 @@ * Zero-based page index (0..N)

{
"name": "@maxvision/maxerp-api-client",
"version": "1.19.0",
"version": "1.19.1",
"description": "Api client for Max Erp API",

@@ -5,0 +5,0 @@ "main": "dist/Api.js",

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