@xuda.io/runtime-bundle 1.0.1366 → 1.0.1367

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.
@@ -1680,7 +1680,7 @@ func.common.input_mask = async function (actionP, valP, typeP, maskP, elemP, gri
1680
1680
  };
1681
1681
 
1682
1682
  glb.FUNCTION_NODES_ARR = ['batch', 'get_data', 'set_data', 'alert', 'javascript', 'api'];
1683
- glb.ALL_MENU_TYPE = ['globals', 'component', ...glb.FUNCTION_NODES_ARR];
1683
+ glb.ALL_MENU_TYPE = ['globals', 'ai_agent', 'component', ...glb.FUNCTION_NODES_ARR];
1684
1684
  glb.emailRegex = /^[\w\.-]+@[a-zA-Z\d\.-]+\.[a-zA-Z]{2,}$/;
1685
1685
 
1686
1686
  const FIREBASE_AUTH_PROPERTIES_ARR = ['provider', 'token', 'first_name', 'last_name', 'email', 'user_id', 'picture', 'verified_email', 'locale', 'error_code', 'error_msg'];
@@ -1681,7 +1681,7 @@ func.common.input_mask = async function (actionP, valP, typeP, maskP, elemP, gri
1681
1681
  };
1682
1682
 
1683
1683
  glb.FUNCTION_NODES_ARR = ['batch', 'get_data', 'set_data', 'alert', 'javascript', 'api'];
1684
- glb.ALL_MENU_TYPE = ['globals', 'component', ...glb.FUNCTION_NODES_ARR];
1684
+ glb.ALL_MENU_TYPE = ['globals', 'ai_agent', 'component', ...glb.FUNCTION_NODES_ARR];
1685
1685
  glb.emailRegex = /^[\w\.-]+@[a-zA-Z\d\.-]+\.[a-zA-Z]{2,}$/;
1686
1686
 
1687
1687
  const FIREBASE_AUTH_PROPERTIES_ARR = ['provider', 'token', 'first_name', 'last_name', 'email', 'user_id', 'picture', 'verified_email', 'locale', 'error_code', 'error_msg'];