bfg-common 1.3.27 → 1.3.28

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.
@@ -5,7 +5,7 @@ import type {
5
5
  } from '~/lib/models/store/tasks/types'
6
6
  import type { API_UI_I_DataTable } from '~/lib/models/interfaces'
7
7
 
8
- export interface I_TasksLoadingPayload
8
+ export interface UI_I_TasksLoadingPayload
9
9
  extends UI_I_LoadingPayload<UI_T_TasksStateLoading> {}
10
10
 
11
11
  export interface UI_I_RTaskQuery {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.3.27",
4
+ "version": "1.3.28",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",