RubyGems
npm
Organizations
Log in
Sign up
npm
@bondsports/types
Versions diffs
2.2.30 → 2.2.31
Page 2
@bondsports/types 2.2.30 → 2.2.31
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
+5
-0
package/package.json
+1
-1
package/dist/types/payment/types/interfaces/discount.interfaces.d.ts
CHANGED
Viewed
@@ -94,3 +94,8 @@ export interface ISetDiscountOptions {
94
94
overrideItems?: boolean;
95
95
maxAmount?: number;
96
96
}
97
+
export interface IFindEntitlementDiscountOptions {
98
+
productIds: number[];
99
+
groupIds?: number[];
100
+
withDeleted?: boolean;
101
+
}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@bondsports/types",
3
-
"version": "2.2.
30
",
3
+
"version": "2.2.
31
",
4
4
"description": "backend types module for Bond-Sports",
5
5
"main": "./dist/index.js",
6
6
"scripts": {
« First
‹ Prev
1
2