@autobusal/providers 1.46.0 → 1.46.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autobusal/providers",
3
- "version": "1.46.0",
3
+ "version": "1.46.1",
4
4
  "author": "Ferjolt Ozuni",
5
5
  "type": "module",
6
6
  "main": "index.ts",
package/types/settings.ts CHANGED
@@ -229,7 +229,7 @@ export interface MenuData {
229
229
  link: string
230
230
  new: 'yes' | 'no'
231
231
  children: MenuData[]
232
- location: 'any' | 'left' | 'right' | 'footer_1' | 'footer_2'
232
+ location: 'any' | 'left' | 'right' | 'footer_1' | 'footer_2' | 'footer_3'
233
233
  parent_id: number | null
234
234
  menu?: MenuData
235
235
  order_id: number