@bondsports/types 2.3.42-a-1 → 2.3.43-a-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -130,5 +130,5 @@ export interface IFetchCartOptions {
|
|
130
130
|
revalidate?: boolean;
|
131
131
|
skipCache?: boolean;
|
132
132
|
}
|
133
|
-
export interface
|
133
|
+
export interface ICartOptions extends IFetchCartOptions, IValidateCartOptions {
|
134
134
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"rental-product.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/rental-product.dto.ts"],"names":[],"mappings":";;;AAWA,MAAa,sBAAsB;
|
1
|
+
{"version":3,"file":"rental-product.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/rental-product.dto.ts"],"names":[],"mappings":";;;AAWA,MAAa,sBAAsB;CAsClC;AAtCD,wDAsCC;AAED,MAAa,4BAA4B;CAIxC;AAJD,oEAIC;AAED,MAAa,qBAAqB;CAMjC;AAND,sDAMC;AAED,MAAa,6BAA6B;CAczC;AAdD,sEAcC"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@bondsports/types",
|
3
|
-
"version": "2.3.
|
3
|
+
"version": "2.3.43-a-1",
|
4
4
|
"description": "backend types module for Bond-Sports",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public",
|
@@ -54,5 +54,5 @@
|
|
54
54
|
"ts-node": "^10.8.0",
|
55
55
|
"typescript": "^4.4.3"
|
56
56
|
},
|
57
|
-
"gitHead": "
|
57
|
+
"gitHead": "1d6972dbe4d25b76ed53e794fab22876bb4cf547"
|
58
58
|
}
|