@bondsports/types 2.1.57 → 2.1.59
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/entity/ProductPackage.d.ts +1 -0
- package/dist/types/entity/ProductPackage.js.map +1 -1
- package/dist/types/pricing/entities/Price.d.ts +2 -0
- package/dist/types/pricing/entities/Price.js.map +1 -1
- package/dist/types/product-pricing/entities/Product.d.ts +1 -0
- package/dist/types/product-pricing/entities/Product.js.map +1 -1
- package/package.json +1 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ProductPackage.js","sourceRoot":"","sources":["../../../src/types/entity/ProductPackage.ts"],"names":[],"mappings":";;;AAKA,yFAAsF;AAKtF,MAAa,cAAe,SAAQ,mEAAgC;
|
1
|
+
{"version":3,"file":"ProductPackage.js","sourceRoot":"","sources":["../../../src/types/entity/ProductPackage.ts"],"names":[],"mappings":";;;AAKA,yFAAsF;AAKtF,MAAa,cAAe,SAAQ,mEAAgC;CA6BnE;AA7BD,wCA6BC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Price.js","sourceRoot":"","sources":["../../../../src/types/pricing/entities/Price.ts"],"names":[],"mappings":";;;AAEA,oGAAiG;AAGjG,MAAa,KAAM,SAAQ,mEAAgC;
|
1
|
+
{"version":3,"file":"Price.js","sourceRoot":"","sources":["../../../../src/types/pricing/entities/Price.ts"],"names":[],"mappings":";;;AAEA,oGAAiG;AAGjG,MAAa,KAAM,SAAQ,mEAAgC;CA8B1D;AA9BD,sBA8BC"}
|
@@ -63,6 +63,7 @@ export declare class Product extends OrganizationConnectionBaseEntity {
|
|
63
63
|
durationMinutes?: number;
|
64
64
|
durationDays?: number;
|
65
65
|
forms?: number[] | null;
|
66
|
+
isValid: boolean;
|
66
67
|
isForAllCustomers?: boolean;
|
67
68
|
productsReservedForCustomers: ProductsReservedForCustomers[];
|
68
69
|
reservedForCustomers: Customer[];
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Product.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/entities/Product.ts"],"names":[],"mappings":";;;AAiBA,oGAAiG;AAkBjG,MAAa,OAAQ,SAAQ,mEAAgC;
|
1
|
+
{"version":3,"file":"Product.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/entities/Product.ts"],"names":[],"mappings":";;;AAiBA,oGAAiG;AAkBjG,MAAa,OAAQ,SAAQ,mEAAgC;CAoH5D;AApHD,0BAoHC"}
|