@figuredev/orders-sdk
Advanced tools
Comparing version 0.12.99 to 0.12.100
@@ -22,3 +22,3 @@ import { Maybe } from "fgr-lib-backend/lib/types"; | ||
}; | ||
placeOrder(order: OrderInputDTO, ctx: UserContext): Promise<import("axios").AxiosResponse<any>>; | ||
placeOrder(order: OrderInputDTO, ctx: UserContext): Promise<import("axios").AxiosResponse<any, any>>; | ||
getOrderForTable(ctx: UserContext, assignmentId: Maybe<string>): Promise<any>; | ||
@@ -25,0 +25,0 @@ getOrder(ctx: UserContext, id: string): Promise<OrderDTO>; |
@@ -159,11 +159,8 @@ "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, | ||
}; }); | ||
}); | ||
@@ -170,0 +167,0 @@ } |
@@ -243,2 +243,3 @@ import { AddressDTO, IsoDateTime, Maybe, RecipientDTO } from "./types"; | ||
paymentRequestId?: Maybe<string>; | ||
state?: Maybe<string>; | ||
}; | ||
@@ -245,0 +246,0 @@ export declare enum OrderFulfillmentScheduleTypeDTO { |
{ | ||
"name": "@figuredev/orders-sdk", | ||
"version": "0.12.99", | ||
"version": "0.12.100", | ||
"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
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74596
1418