@noatgnu/cupcake-core 1.3.13 → 1.3.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.
@@ -1807,15 +1807,15 @@ class SiteConfigService extends BaseApiService {
1807
1807
  whisperCppModel: '/app/whisper.cpp/models/ggml-medium.bin',
1808
1808
  uiFeatures: {},
1809
1809
  uiFeaturesWithDefaults: {
1810
- show_metadata_tables: true,
1811
- show_instruments: true,
1812
- show_sessions: true,
1813
- show_protocols: true,
1814
- show_messages: true,
1815
- show_notifications: true,
1816
- show_storage: true,
1817
- show_webrtc: true,
1818
- show_billing: true
1810
+ showMetadataTables: true,
1811
+ showInstruments: true,
1812
+ showSessions: true,
1813
+ showProtocols: true,
1814
+ showMessages: true,
1815
+ showNotifications: true,
1816
+ showStorage: true,
1817
+ showWebrtc: true,
1818
+ showBilling: true
1819
1819
  },
1820
1820
  installedApps: {},
1821
1821
  maxUploadSize: 104857600,