@onereach/billing-shared 11.35.2-beta.2867.0 → 11.35.2-beta.2871.0

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.
@@ -14,6 +14,6 @@ var DateType;
14
14
  var PricingType;
15
15
  (function (PricingType) {
16
16
  PricingType["UNITS"] = "units";
17
- PricingType["SPENT"] = "spent";
17
+ PricingType["SPEND"] = "spend";
18
18
  })(PricingType || (exports.PricingType = PricingType = {}));
19
19
  //# sourceMappingURL=progressive-tiers.js.map
@@ -11,6 +11,6 @@ export var DateType;
11
11
  export var PricingType;
12
12
  (function (PricingType) {
13
13
  PricingType["UNITS"] = "units";
14
- PricingType["SPENT"] = "spent";
14
+ PricingType["SPEND"] = "spend";
15
15
  })(PricingType || (PricingType = {}));
16
16
  //# sourceMappingURL=progressive-tiers.js.map
@@ -8,6 +8,6 @@ export declare enum DateType {
8
8
  }
9
9
  export declare enum PricingType {
10
10
  UNITS = "units",
11
- SPENT = "spent"
11
+ SPEND = "spend"
12
12
  }
13
13
  //# sourceMappingURL=progressive-tiers.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/billing-shared",
3
- "version": "11.35.2-beta.2867.0",
3
+ "version": "11.35.2-beta.2871.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -10,5 +10,5 @@ export enum DateType {
10
10
 
11
11
  export enum PricingType {
12
12
  UNITS = 'units',
13
- SPENT = 'spent',
13
+ SPEND = 'spend',
14
14
  }