modified: main_dc/yalarba/api_yal/go.sum
renamed: main_dc/yalarba/api_es/internal/models/new/account.go -> main_dc/yalarba/api_yal/internal/models/account.go
renamed: main_dc/yalarba/api_es/internal/models/new/base.go -> main_dc/yalarba/api_yal/internal/models/base.go
renamed: main_dc/yalarba/api_es/internal/models/new/update_history.go -> main_dc/yalarba/api_yal/internal/models/update_history.go
moove new models for full api
modified: main_dc/yalarba/api_es/internal/models/base.go
modified: main_dc/yalarba/api_es/internal/models/update_history.go
fix update history, add json
set Base without polymorphicValue
create Account object but not finish
new file: main_dc/yalarba/api_es/internal/handlers/auth_handler.go
new file: main_dc/yalarba/api_es/internal/handlers/user_handler.go
new file: main_dc/yalarba/api_es/internal/models/busines_object.go
new file: main_dc/yalarba/api_es/internal/models/news.go
new file: main_dc/yalarba/api_es/internal/models/reports.go
modified: main_dc/yalarba/api_es/internal/models/user.go
new file: main_dc/yalarba/api_es/internal/repositories/user_repository.go
add empty files
new file: main_dc/yalarba/api_es/internal/models/filter.go
new file: main_dc/yalarba/api_es/internal/models/object.go
deleted: main_dc/yalarba/api_es/internal/models/rest_object.go
new file: main_dc/yalarba/api_es/internal/models/review.go
modified: main_dc/yalarba/api_es/internal/models/user.go
add models into es system