Updated meta_api_grabber to view manager

This commit is contained in:
2025-11-12 13:42:17 +00:00
parent a1d9a19d04
commit 45bc817428
23 changed files with 543 additions and 4448 deletions

19
metadata.yaml Normal file
View File

@@ -0,0 +1,19 @@
# Metadata configuration for account mapping
# This file stores important metadata that links different accounts and identifiers
accounts:
- label: "Example Hotel 1"
meta_account_id: "act_123456789"
google_account_id: "987-654-3210"
alpinebits_hotel_code: "HOTEL001"
- label: "Example Hotel 2"
meta_account_id: "act_987654321"
google_account_id: "123-456-7890"
alpinebits_hotel_code: "HOTEL002"
# Add more accounts as needed
# - label: "Your Account Name"
# meta_account_id: "act_xxxxx"
# google_account_id: "xxx-xxx-xxxx"
# alpinebits_hotel_code: "HOTELxxx"