bfg-common 1.3.141 → 1.3.142

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.
@@ -522,6 +522,8 @@ export interface API_UI_I_SwitchItem {
522
522
  }
523
523
  export interface API_UI_I_SwitchItems {
524
524
  items: API_UI_I_SwitchItem[]
525
+ total_items: number
526
+ total_pages: number
525
527
  }
526
528
  // API_UI_I_D_VSwitchItem
527
529
  export interface UI_I_SelectedSwitchPositions {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.3.141",
4
+ "version": "1.3.142",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",