@autobusal/providers 1.37.13 → 1.37.14
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 +8 -0
package/package.json
CHANGED
package/types/settings.ts
CHANGED
|
@@ -175,6 +175,14 @@ export interface LabelSettings {
|
|
|
175
175
|
kop: string
|
|
176
176
|
njb: string
|
|
177
177
|
city: string
|
|
178
|
+
|
|
179
|
+
// Edited: Claude - Date: 2026-08-21
|
|
180
|
+
// The seller's own country, ISO 3166-1 alpha-2. Optional because the
|
|
181
|
+
// field is new and no existing brand has it - obtapi's Payments\Payer
|
|
182
|
+
// uses it as the fallback for a payer with no country of their own,
|
|
183
|
+
// instead of the hardcoded "Albania" that was there before.
|
|
184
|
+
country?: string | null
|
|
185
|
+
|
|
178
186
|
nipt: string
|
|
179
187
|
nivf: string
|
|
180
188
|
nslf: string
|