af-mobile-client-vue3 1.4.18 → 1.4.19

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,7 +1,7 @@
1
1
  {
2
2
  "name": "af-mobile-client-vue3",
3
3
  "type": "module",
4
- "version": "1.4.18",
4
+ "version": "1.4.19",
5
5
  "packageManager": "pnpm@10.13.1",
6
6
  "description": "Vue + Vite component lib",
7
7
  "engines": {
@@ -26,7 +26,7 @@ import OtherChargeItem from './OtherChargeItem.vue'
26
26
  import OtherChargeItemModal from './OtherChargeItemModal.vue'
27
27
 
28
28
  interface BusinessUser {
29
- f_workflow_id: string
29
+ f_workflow_id?: string
30
30
  f_userinfo_id: string
31
31
  f_userinfo_code: string
32
32
  f_user_name: string