@figuredev/business-config-sdk
Advanced tools
Comparing version 0.15.80 to 0.15.81
@@ -33,2 +33,3 @@ import { Maybe } from "./utils"; | ||
cost?: Maybe<number>; | ||
duration?: Maybe<number>; | ||
payableDuration?: Maybe<number>; | ||
@@ -94,2 +95,3 @@ totalDuration?: Maybe<number>; | ||
cost: number; | ||
duration: number; | ||
payableDuration: number; | ||
@@ -96,0 +98,0 @@ totalDuration: number; |
{ | ||
"name": "@figuredev/business-config-sdk", | ||
"version": "0.15.80", | ||
"version": "0.15.81", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
87421
1939