@expofp/schema
Advanced tools
@@ -81,2 +81,4 @@ /** | ||
| customKioskQrCodeUrl: string; | ||
| /** No provider configured; see the field's note in `config.ts` for why not `''`. */ | ||
| mobileLocationProvider: null; | ||
| /** | ||
@@ -83,0 +85,0 @@ * Deliberately undefined rather than `false`: the flag is tri-state. Unset |
@@ -87,2 +87,4 @@ /** | ||
| customKioskQrCodeUrl: '', | ||
| /** No provider configured; see the field's note in `config.ts` for why not `''`. */ | ||
| mobileLocationProvider: null, | ||
| // flags (deprecated nested `flags` flattened to root) | ||
@@ -89,0 +91,0 @@ /** |
@@ -127,2 +127,9 @@ import * as z from 'zod'; | ||
| customKioskQrCodeUrl: z.string(), | ||
| /** | ||
| * Indoor-positioning provider for the native SDKs, opaque web-side: | ||
| * `<provider>.<version>.<base64url credentials>`, e.g. | ||
| * `indooratlas.1.SGVsbG8gV29ybGQh`. `null` (the default) means none — not | ||
| * `''`, so the native bridge sees Kotlin `null` / Swift `nil`. | ||
| */ | ||
| mobileLocationProvider: z.string().nullable(), | ||
| ...FlagsSchema.shape, | ||
@@ -129,0 +136,0 @@ // user preferences |
+2
-2
| { | ||
| "name": "@expofp/schema", | ||
| "version": "3.21.1", | ||
| "version": "3.22.0", | ||
| "type": "module", | ||
@@ -28,3 +28,3 @@ "description": "ExpoFP SDK internal: expo data schemas and types", | ||
| "devDependencies": { | ||
| "@expofp/utils": "3.21.1" | ||
| "@expofp/utils": "3.22.0" | ||
| }, | ||
@@ -31,0 +31,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
180511
0.48%4193
0.36%