RubyGems
npm
Organizations
Log in
Sign up
npm
@bondsports/types
Versions diffs
2.1.7 → 2.1.8
Page 2
@bondsports/types 2.1.7 → 2.1.8
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/dist/tsconfig.build.tsbuildinfo
+1
-1
package/dist/types/payment/types/interfaces/discount.interfaces.d.ts
+1
-0
package/package.json
+1
-1
package/dist/types/payment/types/interfaces/discount.interfaces.d.ts
CHANGED
Viewed
@@ -59,6 +59,7 @@ export interface IUserItem {
59
59
productId: number;
60
60
product?: Product;
61
61
quantity?: number;
62
+
totalPrice?: number;
62
63
}
63
64
export interface IFindDiscountsOptions {
64
65
includeGLCodes?: boolean;
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@bondsports/types",
3
-
"version": "2.1.
7
",
3
+
"version": "2.1.
8
",
4
4
"description": "backend types module for Bond-Sports",
5
5
"main": "./dist/index.js",
6
6
"scripts": {
« First
‹ Prev
1
2