@bpinternal/const 0.3.8 → 0.3.9

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.
@@ -17,7 +17,7 @@ export type BillingVersion = {
17
17
  };
18
18
  export type PlanId = string;
19
19
  export type AddonId = string;
20
- export type StripeMapping = Record<BillingVersionId | string, {
20
+ export type StripeMapping = {
21
21
  plans: Record<PlanId, {
22
22
  name: string;
23
23
  description: string;
@@ -30,7 +30,7 @@ export type StripeMapping = Record<BillingVersionId | string, {
30
30
  productId: string;
31
31
  prices: Record<Interval | string, string>;
32
32
  }>;
33
- }>;
33
+ };
34
34
  export declare const billingVersionV4: BillingVersion;
35
35
  export declare const billingVersions: {
36
36
  [key in BillingVersionId]: BillingVersion;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpinternal/const",
3
- "version": "0.3.8",
3
+ "version": "0.3.9",
4
4
  "description": "Shared constants for Skynet billing refactor (vendored copy of upstream packages/const)",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",