vidspotai-shared 1.0.111 → 1.0.112
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/lib/globals/plans.d.ts.map +1 -1
- package/lib/globals/plans.js +4 -10
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plans.d.ts","sourceRoot":"","sources":["../../src/globals/plans.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,aAAa,EAEd,MAAM,SAAS,CAAC;AAEjB,eAAO,MAAM,aAAa,EAAE,OAAO,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"plans.d.ts","sourceRoot":"","sources":["../../src/globals/plans.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,aAAa,EAEd,MAAM,SAAS,CAAC;AAEjB,eAAO,MAAM,aAAa,EAAE,OAAO,CAAC,aAAa,CA0DhD,CAAC"}
|
package/lib/globals/plans.js
CHANGED
|
@@ -50,22 +50,16 @@ exports.PAYMENT_PLANS = {
|
|
|
50
50
|
// 25% off monthly*12 (270 vs 360), same discount convention as Basic/Pro/
|
|
51
51
|
// Business (see vidspot-frontend payment-plans.ts). FEATURE_UNLIMITED_PLAN
|
|
52
52
|
// gates this off in both envs until launch.
|
|
53
|
-
//
|
|
54
|
-
//
|
|
55
|
-
// live-mode key lacks Products/Prices write scope (more_permissions_required
|
|
56
|
-
// on acct_1SKMTJ2NIdW9lGlk). A human must either grant that key
|
|
57
|
-
// product_write/feature_write at
|
|
58
|
-
// https://dashboard.stripe.com/b/acct_1SKMTJ2NIdW9lGlk?destination=%2Fapikeys%2Fmk_1Tg6Cp2NIdW9lGlk4GFZ0rYV%2Fedit
|
|
59
|
-
// or create the live Product ("Unlimited Plan") + $30/mo + $270/yr Prices
|
|
60
|
-
// by hand and paste the IDs in below.
|
|
53
|
+
// Live-mode Product+Prices created 2026-08-27 (prod_V9HdVZw2wV598k) —
|
|
54
|
+
// permissions issue from the dev-mode TODO resolved; real IDs below.
|
|
61
55
|
[types_1.ESUBSCRIPTION_PLANS.UNLIMITED]: {
|
|
62
56
|
[types_1.ERENEWAL_FREQUENCY.MONTHLY]: {
|
|
63
|
-
id: config_1.default.env === "dev" ? "price_1U8umk2NIdW9lGlk0gOYXrFt" : "
|
|
57
|
+
id: config_1.default.env === "dev" ? "price_1U8umk2NIdW9lGlk0gOYXrFt" : "price_1U8z4K2NIdW9lGlkLsoSPXMu",
|
|
64
58
|
price: 30,
|
|
65
59
|
credits: 150,
|
|
66
60
|
},
|
|
67
61
|
[types_1.ERENEWAL_FREQUENCY.YEARLY]: {
|
|
68
|
-
id: config_1.default.env === "dev" ? "price_1U8uml2NIdW9lGlk91GdcFiz" : "
|
|
62
|
+
id: config_1.default.env === "dev" ? "price_1U8uml2NIdW9lGlk91GdcFiz" : "price_1U8z4L2NIdW9lGlk3P1FBJXf",
|
|
69
63
|
price: 270,
|
|
70
64
|
credits: 150,
|
|
71
65
|
},
|