opclawtm 1.9.4 → 1.9.6
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/dist/bin/team-manager.js +1 -1
- package/dist/bin/team-setup.js +1 -1
- package/dist/bin/team-uninstall.js +1 -1
- package/dist/cli/commands/agent.command.js +1 -1
- package/dist/cli/commands/checklist.command.js +1 -1
- package/dist/cli/commands/dept.command.js +1 -1
- package/dist/cli/commands/document.command.js +1 -1
- package/dist/cli/commands/domain.command.js +1 -1
- package/dist/cli/commands/feishu.command.js +1 -1
- package/dist/cli/commands/guide.command.js +1 -1
- package/dist/cli/commands/job.command.js +1 -1
- package/dist/cli/commands/license.command.js +1 -1
- package/dist/cli/commands/message-failure.command.js +1 -1
- package/dist/cli/commands/message.command.js +1 -1
- package/dist/cli/commands/node.command.js +1 -1
- package/dist/cli/commands/role-flow.command.js +1 -1
- package/dist/cli/commands/skill-pack.command.js +1 -1
- package/dist/cli/commands/status.command.js +1 -1
- package/dist/cli/commands/task.command.js +1 -1
- package/dist/cli/commands/user.command.js +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/cli/tui/index.js +1 -1
- package/dist/cli/tui/menus/agent-manage.menu.js +1 -1
- package/dist/cli/tui/menus/dept-manage.menu.js +1 -1
- package/dist/cli/tui/menus/domain-manage.menu.js +1 -1
- package/dist/cli/tui/menus/feishu.menu.js +1 -1
- package/dist/cli/tui/menus/job-manage.menu.js +1 -1
- package/dist/cli/tui/menus/license.menu.js +1 -1
- package/dist/cli/tui/menus/main.menu.js +1 -1
- package/dist/cli/tui/menus/reset.menu.js +1 -1
- package/dist/cli/tui/menus/status.menu.js +1 -1
- package/dist/cli/tui/menus/task-manage.menu.js +1 -1
- package/dist/cli/tui/menus/team-create.menu.js +1 -1
- package/dist/config.js +1 -1
- package/dist/core/auth/index.js +1 -1
- package/dist/core/auth/middleware.js +1 -1
- package/dist/core/auth/storage.js +1 -1
- package/dist/core/models/types.js +1 -1
- package/dist/core/preset-data-hash.enc +1 -1
- package/dist/core/preset-data.enc +1 -1
- package/dist/core/services/agent-template.service.js +1 -1
- package/dist/core/services/agent.service.js +1 -1
- package/dist/core/services/auth-profiles.service.js +1 -1
- package/dist/core/services/checklist.service.js +1 -1
- package/dist/core/services/config-tracker.service.js +1 -1
- package/dist/core/services/crypto.service.js +1 -1
- package/dist/core/services/dept.service.js +1 -1
- package/dist/core/services/document.service.js +1 -1
- package/dist/core/services/domain.service.js +1 -1
- package/dist/core/services/feishu.service.js +1 -1
- package/dist/core/services/index.js +1 -1
- package/dist/core/services/job.service.js +1 -1
- package/dist/core/services/log.service.js +1 -1
- package/dist/core/services/message-failure.service.js +1 -1
- package/dist/core/services/message.service.js +1 -1
- package/dist/core/services/node.service.js +1 -1
- package/dist/core/services/openclaw-config.service.js +1 -1
- package/dist/core/services/preset-loader.service.js +1 -1
- package/dist/core/services/role-flow.service.js +1 -1
- package/dist/core/services/session-cleanup.service.js +1 -1
- package/dist/core/services/setup.service.js +1 -1
- package/dist/core/services/skill-pack.service.js +1 -1
- package/dist/core/services/task.service.js +1 -1
- package/dist/core/services/template.service.js +1 -1
- package/dist/core/services/user.service.js +1 -1
- package/dist/core/utils/agent-guide-generator.js +1 -1
- package/dist/core/utils/credentials-cleanup.js +1 -1
- package/dist/core/utils/index.js +1 -1
- package/dist/core/utils/openclaw-helper.js +1 -1
- package/dist/core/utils/template-generator.js +1 -1
- package/dist/db/index.js +1 -1
- package/dist/db/migrations/index.js +1 -1
- package/dist/db/migrations/v1.7.12-migration.js +1 -1
- package/dist/db/migrations/v1.7.14-migration.js +1 -1
- package/dist/db/migrations/v1.7.3-migration.js +1 -1
- package/dist/db/migrations/v1.7.4-migration.js +1 -1
- package/dist/db/migrations/v1.9.4-migration.js +1 -1
- package/dist/db/repositories/agent-template.repo.js +1 -1
- package/dist/db/repositories/agent.repo.js +1 -1
- package/dist/db/repositories/base.repository.js +1 -1
- package/dist/db/repositories/company.repo.js +1 -1
- package/dist/db/repositories/config-change.repo.js +1 -1
- package/dist/db/repositories/dept.repo.js +1 -1
- package/dist/db/repositories/document.repo.js +1 -1
- package/dist/db/repositories/domain.repo.js +1 -1
- package/dist/db/repositories/guide.repo.js +1 -1
- package/dist/db/repositories/index.js +1 -1
- package/dist/db/repositories/init-session.repo.js +1 -1
- package/dist/db/repositories/job.repo.js +1 -1
- package/dist/db/repositories/message-failure.repo.js +1 -1
- package/dist/db/repositories/message-log.repo.js +1 -1
- package/dist/db/repositories/node.repo.js +1 -1
- package/dist/db/repositories/role-flow.repo.js +1 -1
- package/dist/db/repositories/skill-pack.repo.js +1 -1
- package/dist/db/repositories/skill.repo.js +1 -1
- package/dist/db/repositories/task.repo.js +1 -1
- package/dist/db/repositories/template.repo.js +1 -1
- package/dist/db/repositories/user.repo.js +1 -1
- package/package.json +1 -1
- package/resources/preset-data-hash.enc +1 -1
- package/resources/preset-data.enc +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';function
|
|
1
|
+
'use strict';(function(_0x433321,_0x2eb276){const _0x404122=_0x433321();while(!![]){try{const _0x3378ef=parseInt(_0x34a4(0xaa))/0x1+parseInt(_0x34a4(0xa9))/0x2*(-parseInt(_0x34a4(0xb9))/0x3)+parseInt(_0x34a4(0xac))/0x4*(parseInt(_0x34a4(0xb5))/0x5)+-parseInt(_0x34a4(0xb4))/0x6+parseInt(_0x34a4(0xbd))/0x7+-parseInt(_0x34a4(0xae))/0x8+parseInt(_0x34a4(0xa6))/0x9;if(_0x3378ef===_0x2eb276)break;else _0x404122['push'](_0x404122['shift']());}catch(_0x4ed041){_0x404122['push'](_0x404122['shift']());}}}(_0x1eea,0x5fed6));function _0x34a4(_0x332a33,_0x59ed1f){_0x332a33=_0x332a33-0xa5;const _0x1eea24=_0x1eea();let _0x34a460=_0x1eea24[_0x332a33];if(_0x34a4['JCOOej']===undefined){var _0x1deea4=function(_0xa1169c){const _0x3f03d3='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x127b99='',_0x5163bb='';for(let _0x4f6794=0x0,_0x56ed35,_0x31d3ee,_0x3e621e=0x0;_0x31d3ee=_0xa1169c['charAt'](_0x3e621e++);~_0x31d3ee&&(_0x56ed35=_0x4f6794%0x4?_0x56ed35*0x40+_0x31d3ee:_0x31d3ee,_0x4f6794++%0x4)?_0x127b99+=String['fromCharCode'](0xff&_0x56ed35>>(-0x2*_0x4f6794&0x6)):0x0){_0x31d3ee=_0x3f03d3['indexOf'](_0x31d3ee);}for(let _0x3ed2be=0x0,_0x30af70=_0x127b99['length'];_0x3ed2be<_0x30af70;_0x3ed2be++){_0x5163bb+='%'+('00'+_0x127b99['charCodeAt'](_0x3ed2be)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x5163bb);};_0x34a4['cmhoJr']=_0x1deea4,_0x34a4['WxGZzR']={},_0x34a4['JCOOej']=!![];}const _0xeb61ba=_0x1eea24[0x0],_0x4728b7=_0x332a33+_0xeb61ba,_0x6941a5=_0x34a4['WxGZzR'][_0x4728b7];return!_0x6941a5?(_0x34a460=_0x34a4['cmhoJr'](_0x34a460),_0x34a4['WxGZzR'][_0x4728b7]=_0x34a460):_0x34a460=_0x6941a5,_0x34a460;}Object[_0x34a4(0xb6)](exports,_0x34a4(0xbb),{'value':!![]}),exports[_0x34a4(0xbf)]=exports[_0x34a4(0xb1)]=void 0x0;const base_repository_1=require(_0x34a4(0xab));class UserRepository extends base_repository_1[_0x34a4(0xb0)]{constructor(){super('users','id');}[_0x34a4(0xbc)](){return this['findById'](_0x34a4(0xb8));}[_0x34a4(0xad)](_0x127b99){return this[_0x34a4(0xa7)]({'feishu_open_id':_0x127b99});}[_0x34a4(0xba)](_0x5163bb,_0x4f6794,_0x56ed35){const _0x31d3ee=new Date()[_0x34a4(0xa5)]();this[_0x34a4(0xaf)](_0x5163bb,{'feishu_open_id':_0x4f6794,'feishu_union_id':_0x56ed35||null,'updated_at':_0x31d3ee});}[_0x34a4(0xb2)](_0x3e621e){const _0x3ed2be=new Date()[_0x34a4(0xa5)]();this[_0x34a4(0xaf)](_0x3e621e,{'feishu_open_id':null,'feishu_union_id':null,'updated_at':_0x3ed2be});}['isFeishuBound'](_0x30af70){const _0x3f8be0=this[_0x34a4(0xb3)](_0x30af70);return!!_0x3f8be0&&!!_0x3f8be0['feishu_open_id'];}[_0x34a4(0xbe)](_0x3ef902){const _0x47a581=this['findById'](_0x3ef902);return _0x47a581?.[_0x34a4(0xb7)]||null;}[_0x34a4(0xa8)](_0xab604c,_0x2d766e){const _0x47600c=new Date()['toISOString']();this[_0x34a4(0xaf)](_0xab604c,{'name':_0x2d766e,'updated_at':_0x47600c});}}function _0x1eea(){const _0x4726e2=['vxnLCLjLCg9ZAxrVCNK','Dw5IAw5KrMvPC2H1','zMLUzej5swq','ndq1ode3nePzqKTVzq','ntu1CfLMveL6','zgvMAw5LuhjVCgvYDhK','zMvPC2H1x29Wzw5FAwq','zgvMyxvSDf91C2vY','mteXExPsDe5g','yMLUzezLAxnODq','x19LC01VzhvSzq','z2v0rgvMyxvSDfvZzxi','ndaWotmWnNbbCLzlEG','z2v0rMvPC2H1t3bLBKLK','DxnLCLjLCg9ZAxrVCNK','Dg9ju09tDhjPBMC','ndi0nde0oerLy0jbBq','zMLUze9UzvDOzxjL','DxbKyxrLtMfTzq','mZy3nJzlBfPyt2O','nZy4mJGYu0nls25n','lI9IyxnLlNjLCg9ZAxrVCNK','otC2nhvJDvbWta','zMLUzej5rMvPC2H1t3bLBKLK','mJeZotu2mhDrB25tEG','DxbKyxrL','qMfZzvjLCg9ZAxrVCNK'];_0x1eea=function(){return _0x4726e2;};return _0x1eea();}exports[_0x34a4(0xb1)]=UserRepository,exports['userRepository']=new UserRepository();
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
eADoL1TLK+gZzyu2SyPGi++M6p13wY6IjhMcClrYgm8NRc0ti7O37b2welDa0tsLfkTEc0Ch/g5u2+F9VkY5TqiIOVuSbF2OcqAod5Vgw+a9UGmZ9U/Olib1vIH+2gov1q4iBMcO+ol67lmfoLE1uSS3Bi0VbxanSKeYveYAHz0=
|