@eide/foir-cli 0.12.0 → 0.13.1

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.
@@ -272,11 +272,12 @@ interface ApplyConfigProjectSettingsInput {
272
272
  /** Support email surfaced in email footers. */
273
273
  supportEmail?: string;
274
274
  /**
275
- * Base URL of the customer-facing portal. Reset / verify / invitation
276
- * links in customer emails are built from this required before the
277
- * platform will mint customer-portal links.
275
+ * Public base URL of the consumer-facing app (storefront, portal,
276
+ * internal tool, …). Reset / verify / invitation links in customer
277
+ * emails are built from this — required before the platform will mint
278
+ * customer-email links.
278
279
  */
279
- customerPortalBaseUrl?: string;
280
+ appBaseUrl?: string;
280
281
  /**
281
282
  * Whether the platform sends a welcome email on customer registration.
282
283
  * Default true. Disable for invite-style flows.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eide/foir-cli",
3
- "version": "0.12.0",
3
+ "version": "0.13.1",
4
4
  "description": "Universal platform CLI for Foir platform",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -50,7 +50,7 @@
50
50
  "@bufbuild/protovalidate": "^1.1.1",
51
51
  "@connectrpc/connect": "^2.0.0",
52
52
  "@connectrpc/connect-node": "^2.0.0",
53
- "@eide/foir-proto-ts": "^0.30.0",
53
+ "@eide/foir-proto-ts": "^0.31.0",
54
54
  "chalk": "^5.3.0",
55
55
  "commander": "^12.1.0",
56
56
  "dotenv": "^16.4.5",