opclawtm 1.7.8 → 1.7.9
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.3-migration.js +1 -1
- package/dist/db/migrations/v1.7.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';
|
|
1
|
+
'use strict';(function(_0x1aec71,_0x3c570b){const _0x355508=_0x1aec71();while(!![]){try{const _0x31c216=-parseInt(_0x1569(0x16a))/0x1*(-parseInt(_0x1569(0x16b))/0x2)+-parseInt(_0x1569(0x157))/0x3*(-parseInt(_0x1569(0x162))/0x4)+parseInt(_0x1569(0x155))/0x5+parseInt(_0x1569(0x152))/0x6*(parseInt(_0x1569(0x167))/0x7)+-parseInt(_0x1569(0x15a))/0x8*(parseInt(_0x1569(0x15e))/0x9)+-parseInt(_0x1569(0x168))/0xa+parseInt(_0x1569(0x16d))/0xb*(-parseInt(_0x1569(0x15f))/0xc);if(_0x31c216===_0x3c570b)break;else _0x355508['push'](_0x355508['shift']());}catch(_0x991f32){_0x355508['push'](_0x355508['shift']());}}}(_0x47a2,0x4f1cb));function _0x47a2(){const _0x70026=['ndGXnta5swHOv2HP','vxnLCLjLCg9ZAxrVCNK','Dg9ju09tDhjPBMC','ndHzvhfNtKO','x19LC01VzhvSzq','zgvMAw5LuhjVCgvYDhK','DxbKyxrLtMfTzq','nJKZnty3z1byzuft','mJq4mZqWmefhyNPysG','DxbKyxrL','z2v0rgvMyxvSDfvZzxi','nfjUv2LSza','DxnLCNm','zMvPC2H1x29Wzw5FAwq','zMLUze9UzvDOzxjL','DxnLCLjLCg9ZAxrVCNK','mZK1nZfSu2zJC28','ndi0odm4mgvdC05Ira','zgvMyxvSDf91C2vY','nZGYn0L4DLfwuW','ndrTD0zRuLe','zMLUzej5rMvPC2H1t3bLBKLK','mtfkuvP3zNq','AxngzwLZAhvcB3vUza','zMLUzej5swq','nJq4AePqvuHI','qMfZzvjLCg9ZAxrVCNK','yMLUzezLAxnODq','mJm3ndK0mhrKwufUBG','lI9IyxnLlNjLCg9ZAxrVCNK'];_0x47a2=function(){return _0x70026;};return _0x47a2();}Object[_0x1569(0x15c)](exports,_0x1569(0x15b),{'value':!![]}),exports[_0x1569(0x166)]=exports[_0x1569(0x158)]=void 0x0;const base_repository_1=require(_0x1569(0x156));class UserRepository extends base_repository_1[_0x1569(0x153)]{constructor(){super(_0x1569(0x163),'id');}[_0x1569(0x161)](){return this[_0x1569(0x16f)](_0x1569(0x169));}[_0x1569(0x16c)](_0x49275d){return this[_0x1569(0x165)]({'feishu_open_id':_0x49275d});}[_0x1569(0x154)](_0x4dc999,_0x59f2df,_0x238605){const _0x4e9ec4=new Date()[_0x1569(0x159)]();this[_0x1569(0x160)](_0x4dc999,{'feishu_open_id':_0x59f2df,'feishu_union_id':_0x238605||null,'updated_at':_0x4e9ec4});}['unbindFeishu'](_0x1b9753){const _0x2c3be9=new Date()[_0x1569(0x159)]();this[_0x1569(0x160)](_0x1b9753,{'feishu_open_id':null,'feishu_union_id':null,'updated_at':_0x2c3be9});}[_0x1569(0x16e)](_0x208a9b){const _0x818828=this[_0x1569(0x16f)](_0x208a9b);return!!_0x818828&&!!_0x818828[_0x1569(0x164)];}['getFeishuOpenId'](_0x223b28){const _0x22df1d=this[_0x1569(0x16f)](_0x223b28);return _0x22df1d?.[_0x1569(0x164)]||null;}[_0x1569(0x15d)](_0x2dda26,_0xda52c4){const _0x28689b=new Date()[_0x1569(0x159)]();this[_0x1569(0x160)](_0x2dda26,{'name':_0xda52c4,'updated_at':_0x28689b});}}function _0x1569(_0x491b15,_0x28d113){_0x491b15=_0x491b15-0x152;const _0x47a29a=_0x47a2();let _0x15695f=_0x47a29a[_0x491b15];if(_0x1569['uwMSJQ']===undefined){var _0x26e552=function(_0x18cbf2){const _0x142f8c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x49275d='',_0x4dc999='';for(let _0x59f2df=0x0,_0x238605,_0x4e9ec4,_0x1b9753=0x0;_0x4e9ec4=_0x18cbf2['charAt'](_0x1b9753++);~_0x4e9ec4&&(_0x238605=_0x59f2df%0x4?_0x238605*0x40+_0x4e9ec4:_0x4e9ec4,_0x59f2df++%0x4)?_0x49275d+=String['fromCharCode'](0xff&_0x238605>>(-0x2*_0x59f2df&0x6)):0x0){_0x4e9ec4=_0x142f8c['indexOf'](_0x4e9ec4);}for(let _0x2c3be9=0x0,_0x208a9b=_0x49275d['length'];_0x2c3be9<_0x208a9b;_0x2c3be9++){_0x4dc999+='%'+('00'+_0x49275d['charCodeAt'](_0x2c3be9)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x4dc999);};_0x1569['YDnnTU']=_0x26e552,_0x1569['XvqgbU']={},_0x1569['uwMSJQ']=!![];}const _0x294fee=_0x47a29a[0x0],_0x2144ea=_0x491b15+_0x294fee,_0x1758fe=_0x1569['XvqgbU'][_0x2144ea];return!_0x1758fe?(_0x15695f=_0x1569['YDnnTU'](_0x15695f),_0x1569['XvqgbU'][_0x2144ea]=_0x15695f):_0x15695f=_0x1758fe,_0x15695f;}exports[_0x1569(0x158)]=UserRepository,exports[_0x1569(0x166)]=new UserRepository();
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
ROB2EoBLPI85StuQyzfNPlZvvGg2d+4GglDdm9hWys1KMWiq9c1DVGL3yuW18zm9pkqrN90J6p8phz44r+B73lRZKa53cLV3nyV95Lgv4XSZkOvTY08P9YYJ55qub53WH8oD0PzDMKDQamuzXVBu0GzFdSW6qfvKPRwAWFjH0aA=
|