@autobusal/providers 1.43.9 → 1.43.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autobusal/providers",
3
- "version": "1.43.9",
3
+ "version": "1.43.10",
4
4
  "author": "Ferjolt Ozuni",
5
5
  "type": "module",
6
6
  "main": "index.ts",
package/types/settings.ts CHANGED
@@ -30,6 +30,13 @@ export interface SettingsData {
30
30
  // been - Meta then falls back to the homepage hero as it always did.
31
31
  share_image?: string | null
32
32
 
33
+ // Claude - 2026-09-12: the mobile app's launch artwork (1080x2400 WebP,
34
+ // uploaded on the admin's Visual tab), or null when the brand has not
35
+ // set one - the app then shows the artwork compiled into it. The web
36
+ // frontend does not render this; it travels here because the app reads
37
+ // the same public settings payload.
38
+ launch_artwork?: string | null
39
+
33
40
  // Edited: Ferjolt Ozuni - Date: 2026-08-01
34
41
  // Present ONLY while the brand is under construction - obtapi omits it
35
42
  // entirely on a live site, so its presence is the switch itself and there