@demind-inc/core 1.6.65 → 1.6.67
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/models/Calendar.d.ts +1 -0
- package/dist/models/User.js +2 -2
- package/lib/models/Calendar.ts +1 -0
- package/lib/models/User.ts +2 -2
- package/package.json +1 -1
package/dist/models/User.js
CHANGED
|
@@ -9,11 +9,11 @@ exports.stripeLookupKeySet = {
|
|
|
9
9
|
"beta_yearly_prod",
|
|
10
10
|
],
|
|
11
11
|
basic: [
|
|
12
|
-
"basic_monthly_staging",
|
|
12
|
+
// "basic_monthly_staging", //Remove monthly plan as of 2025-10-27 https://www.notion.so/demind-inc/Paywall-weekly-vs-yearly-28c7c97113e68019adfeea16e6b21432
|
|
13
13
|
"basic_yearly_staging",
|
|
14
14
|
"basic_lifetime_staging",
|
|
15
15
|
"basic_weekly_staging",
|
|
16
|
-
"basic_monthly_prod",
|
|
16
|
+
// "basic_monthly_prod",
|
|
17
17
|
"basic_yearly_prod",
|
|
18
18
|
"basic_lifetime_prod",
|
|
19
19
|
"basic_weekly_prod",
|
package/lib/models/Calendar.ts
CHANGED
package/lib/models/User.ts
CHANGED
|
@@ -148,11 +148,11 @@ export const stripeLookupKeySet: Record<"beta" | "basic", StripeLookupkey[]> = {
|
|
|
148
148
|
"beta_yearly_prod",
|
|
149
149
|
],
|
|
150
150
|
basic: [
|
|
151
|
-
"basic_monthly_staging",
|
|
151
|
+
// "basic_monthly_staging", //Remove monthly plan as of 2025-10-27 https://www.notion.so/demind-inc/Paywall-weekly-vs-yearly-28c7c97113e68019adfeea16e6b21432
|
|
152
152
|
"basic_yearly_staging",
|
|
153
153
|
"basic_lifetime_staging",
|
|
154
154
|
"basic_weekly_staging",
|
|
155
|
-
"basic_monthly_prod",
|
|
155
|
+
// "basic_monthly_prod",
|
|
156
156
|
"basic_yearly_prod",
|
|
157
157
|
"basic_lifetime_prod",
|
|
158
158
|
"basic_weekly_prod",
|