Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@figuredev/orders-sdk

Package Overview
Dependencies
Maintainers
9
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@figuredev/orders-sdk - npm Package Compare versions

Comparing version 0.12.100 to 0.12.101

2

lib/index.d.ts

@@ -22,3 +22,3 @@ import { Maybe } from "fgr-lib-backend/lib/types";

};
placeOrder(order: OrderInputDTO, ctx: UserContext): Promise<import("axios").AxiosResponse<any, any>>;
placeOrder(order: OrderInputDTO, ctx: UserContext): Promise<import("axios").AxiosResponse<any>>;
getOrderForTable(ctx: UserContext, assignmentId: Maybe<string>): Promise<any>;

@@ -25,0 +25,0 @@ getOrder(ctx: UserContext, id: string): Promise<OrderDTO>;

@@ -159,8 +159,11 @@ "use strict";

},
}).then((r) => { var _a; return (_a = r.data) !== null && _a !== void 0 ? _a : {
count: 0,
olderThan: params.olderThan,
includeDeleted: params.includeDeleted,
includeClosed: params.includeClosed,
}; });
}).then((r) => {
var _a;
return (_a = r.data) !== null && _a !== void 0 ? _a : {
count: 0,
olderThan: params.olderThan,
includeDeleted: params.includeDeleted,
includeClosed: params.includeClosed,
};
});
});

@@ -167,0 +170,0 @@ }

{
"name": "@figuredev/orders-sdk",
"version": "0.12.100",
"version": "0.12.101",
"license": "ISC",

@@ -5,0 +5,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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