@autobusal/providers 1.9.0 → 1.10.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types/settings.ts +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autobusal/providers",
3
- "version": "1.9.0",
3
+ "version": "1.10.0",
4
4
  "author": "Ferjolt Ozuni",
5
5
  "type": "module",
6
6
  "main": "index.ts"
package/types/settings.ts CHANGED
@@ -1,6 +1,16 @@
1
1
  export interface SettingsData {
2
2
  url: string
3
3
 
4
+ // Edited: Ferjolt Ozuni - Date: 2026-08-01
5
+ // Present ONLY while the brand is under construction - obtapi omits it
6
+ // entirely on a live site, so its presence is the switch itself and there
7
+ // is no separate boolean to disagree with.
8
+ construction?: {
9
+ title: string
10
+ message: string
11
+ gtm_id: string
12
+ } | null
13
+
4
14
  // Edited: Ferjolt Ozuni - Date: 2026-07-25
5
15
  // Runtime captcha config (provider + PUBLIC site key) from
6
16
  // /api/settings/get - replaces the build-time VITE_RECAPTCHA_KEY.