mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-23 02:53:32 +00:00
5b6a58fba0
- new vue app for serving live chat widget, created subdirectories inside frontend dir `main` and `widget` - vite changes for both main app and widget app. - new backend live chat channel - apis for live chat widget
8 lines
360 B
JavaScript
8 lines
360 B
JavaScript
export let DependencyType = /*#__PURE__*/ (function (DependencyType) {
|
|
DependencyType[(DependencyType['DISABLES'] = 0)] = 'DISABLES'
|
|
DependencyType[(DependencyType['REQUIRES'] = 1)] = 'REQUIRES'
|
|
DependencyType[(DependencyType['HIDES'] = 2)] = 'HIDES'
|
|
DependencyType[(DependencyType['SETS_OPTIONS'] = 3)] = 'SETS_OPTIONS'
|
|
return DependencyType
|
|
})({})
|