@verma-consulting/common-library 0.1.33 → 0.1.34

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.
package/dist/index.d.mts CHANGED
@@ -2795,7 +2795,7 @@ declare const defaults: {
2795
2795
  prices: {
2796
2796
  active: boolean;
2797
2797
  unitAmount: number;
2798
- unitAmountDecimal: number;
2798
+ unitAmountDecimal: null;
2799
2799
  nickname: string;
2800
2800
  lookupKey: string;
2801
2801
  priceType: string;
package/dist/index.d.ts CHANGED
@@ -2795,7 +2795,7 @@ declare const defaults: {
2795
2795
  prices: {
2796
2796
  active: boolean;
2797
2797
  unitAmount: number;
2798
- unitAmountDecimal: number;
2798
+ unitAmountDecimal: null;
2799
2799
  nickname: string;
2800
2800
  lookupKey: string;
2801
2801
  priceType: string;
package/dist/index.js CHANGED
@@ -2208,7 +2208,7 @@ var defaults = {
2208
2208
  prices: {
2209
2209
  active: true,
2210
2210
  unitAmount: 0,
2211
- unitAmountDecimal: 0,
2211
+ unitAmountDecimal: null,
2212
2212
  nickname: "",
2213
2213
  lookupKey: "",
2214
2214
  priceType: "one_time",