- GeminiService (integrations/gemini, @Global): extractDocument (OCR fields) + faceMatch; graceful if no GEMINI_API_KEY - documents: face-match now real via Gemini; POST /admin/documents/:id/ocr extracts fields for CS auto-fill - roles: PATCH /admin/users/:id/role (admin) + POST /platform/users/role (bootstrap via x-platform-secret) - config: gemini + platform.secret; .env.example entries Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
15 lines
772 B
YAML
Executable File
15 lines
772 B
YAML
Executable File
# This file is used to configure the Shorebird updater used by your app.
|
|
# Learn more at https://docs.shorebird.dev
|
|
# This file does not contain any sensitive information and should be checked into version control.
|
|
|
|
# Your app_id is the unique identifier assigned to your app.
|
|
# It is used to identify your app when requesting patches from Shorebird's servers.
|
|
# It is not a secret and can be shared publicly.
|
|
app_id: 68cc9345-6270-439e-ae58-437fb195836d
|
|
|
|
# auto_update controls if Shorebird should automatically update in the background on launch.
|
|
# If auto_update: false, you will need to use package:shorebird_code_push to trigger updates.
|
|
# https://pub.dev/packages/shorebird_code_push
|
|
# Uncomment the following line to disable automatic updates.
|
|
# auto_update: false
|