@autobusal/providers 1.43.8 → 1.43.9
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 +1 -1
- package/types/settings.ts +5 -5
package/package.json
CHANGED
package/types/settings.ts
CHANGED
|
@@ -25,6 +25,11 @@ export interface SettingsData {
|
|
|
25
25
|
// machine-readable currency the frontend has.
|
|
26
26
|
currency: string | null
|
|
27
27
|
|
|
28
|
+
// Claude - 2026-09-10: the brand's designed share preview (og:image), a
|
|
29
|
+
// 1200x630 JPEG uploaded on the admin's Visual tab, or null when none has
|
|
30
|
+
// been - Meta then falls back to the homepage hero as it always did.
|
|
31
|
+
share_image?: string | null
|
|
32
|
+
|
|
28
33
|
// Edited: Ferjolt Ozuni - Date: 2026-08-01
|
|
29
34
|
// Present ONLY while the brand is under construction - obtapi omits it
|
|
30
35
|
// entirely on a live site, so its presence is the switch itself and there
|
|
@@ -417,11 +422,6 @@ export interface LabelSettings {
|
|
|
417
422
|
link?: string
|
|
418
423
|
}
|
|
419
424
|
|
|
420
|
-
// Claude - 2026-09-10: the brand's designed share preview (og:image), a
|
|
421
|
-
// 1200x630 JPEG uploaded on the admin's Visual tab, or null when none has
|
|
422
|
-
// been - Meta then falls back to the homepage hero as it always did.
|
|
423
|
-
share_image?: string | null
|
|
424
|
-
|
|
425
425
|
// Edited: Ferjolt Ozuni - Date: 2026-08-08
|
|
426
426
|
// The label's chosen theme preset, or null/absent to keep reading colors
|
|
427
427
|
// straight out of settings.json exactly as before this existed - see
|