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.
Files changed (98) hide show
  1. package/dist/bin/team-manager.js +1 -1
  2. package/dist/bin/team-setup.js +1 -1
  3. package/dist/bin/team-uninstall.js +1 -1
  4. package/dist/cli/commands/agent.command.js +1 -1
  5. package/dist/cli/commands/checklist.command.js +1 -1
  6. package/dist/cli/commands/dept.command.js +1 -1
  7. package/dist/cli/commands/document.command.js +1 -1
  8. package/dist/cli/commands/domain.command.js +1 -1
  9. package/dist/cli/commands/feishu.command.js +1 -1
  10. package/dist/cli/commands/guide.command.js +1 -1
  11. package/dist/cli/commands/job.command.js +1 -1
  12. package/dist/cli/commands/license.command.js +1 -1
  13. package/dist/cli/commands/message-failure.command.js +1 -1
  14. package/dist/cli/commands/message.command.js +1 -1
  15. package/dist/cli/commands/node.command.js +1 -1
  16. package/dist/cli/commands/role-flow.command.js +1 -1
  17. package/dist/cli/commands/skill-pack.command.js +1 -1
  18. package/dist/cli/commands/status.command.js +1 -1
  19. package/dist/cli/commands/task.command.js +1 -1
  20. package/dist/cli/commands/user.command.js +1 -1
  21. package/dist/cli/index.js +1 -1
  22. package/dist/cli/tui/index.js +1 -1
  23. package/dist/cli/tui/menus/agent-manage.menu.js +1 -1
  24. package/dist/cli/tui/menus/dept-manage.menu.js +1 -1
  25. package/dist/cli/tui/menus/domain-manage.menu.js +1 -1
  26. package/dist/cli/tui/menus/feishu.menu.js +1 -1
  27. package/dist/cli/tui/menus/job-manage.menu.js +1 -1
  28. package/dist/cli/tui/menus/license.menu.js +1 -1
  29. package/dist/cli/tui/menus/main.menu.js +1 -1
  30. package/dist/cli/tui/menus/reset.menu.js +1 -1
  31. package/dist/cli/tui/menus/status.menu.js +1 -1
  32. package/dist/cli/tui/menus/task-manage.menu.js +1 -1
  33. package/dist/cli/tui/menus/team-create.menu.js +1 -1
  34. package/dist/config.js +1 -1
  35. package/dist/core/auth/index.js +1 -1
  36. package/dist/core/auth/middleware.js +1 -1
  37. package/dist/core/auth/storage.js +1 -1
  38. package/dist/core/models/types.js +1 -1
  39. package/dist/core/preset-data-hash.enc +1 -1
  40. package/dist/core/preset-data.enc +1 -1
  41. package/dist/core/services/agent-template.service.js +1 -1
  42. package/dist/core/services/agent.service.js +1 -1
  43. package/dist/core/services/auth-profiles.service.js +1 -1
  44. package/dist/core/services/checklist.service.js +1 -1
  45. package/dist/core/services/config-tracker.service.js +1 -1
  46. package/dist/core/services/crypto.service.js +1 -1
  47. package/dist/core/services/dept.service.js +1 -1
  48. package/dist/core/services/document.service.js +1 -1
  49. package/dist/core/services/domain.service.js +1 -1
  50. package/dist/core/services/feishu.service.js +1 -1
  51. package/dist/core/services/index.js +1 -1
  52. package/dist/core/services/job.service.js +1 -1
  53. package/dist/core/services/log.service.js +1 -1
  54. package/dist/core/services/message-failure.service.js +1 -1
  55. package/dist/core/services/message.service.js +1 -1
  56. package/dist/core/services/node.service.js +1 -1
  57. package/dist/core/services/openclaw-config.service.js +1 -1
  58. package/dist/core/services/preset-loader.service.js +1 -1
  59. package/dist/core/services/role-flow.service.js +1 -1
  60. package/dist/core/services/session-cleanup.service.js +1 -1
  61. package/dist/core/services/setup.service.js +1 -1
  62. package/dist/core/services/skill-pack.service.js +1 -1
  63. package/dist/core/services/task.service.js +1 -1
  64. package/dist/core/services/template.service.js +1 -1
  65. package/dist/core/services/user.service.js +1 -1
  66. package/dist/core/utils/agent-guide-generator.js +1 -1
  67. package/dist/core/utils/credentials-cleanup.js +1 -1
  68. package/dist/core/utils/index.js +1 -1
  69. package/dist/core/utils/openclaw-helper.js +1 -1
  70. package/dist/core/utils/template-generator.js +1 -1
  71. package/dist/db/index.js +1 -1
  72. package/dist/db/migrations/index.js +1 -1
  73. package/dist/db/migrations/v1.7.3-migration.js +1 -1
  74. package/dist/db/migrations/v1.7.4-migration.js +1 -1
  75. package/dist/db/repositories/agent-template.repo.js +1 -1
  76. package/dist/db/repositories/agent.repo.js +1 -1
  77. package/dist/db/repositories/base.repository.js +1 -1
  78. package/dist/db/repositories/company.repo.js +1 -1
  79. package/dist/db/repositories/config-change.repo.js +1 -1
  80. package/dist/db/repositories/dept.repo.js +1 -1
  81. package/dist/db/repositories/document.repo.js +1 -1
  82. package/dist/db/repositories/domain.repo.js +1 -1
  83. package/dist/db/repositories/guide.repo.js +1 -1
  84. package/dist/db/repositories/index.js +1 -1
  85. package/dist/db/repositories/init-session.repo.js +1 -1
  86. package/dist/db/repositories/job.repo.js +1 -1
  87. package/dist/db/repositories/message-failure.repo.js +1 -1
  88. package/dist/db/repositories/message-log.repo.js +1 -1
  89. package/dist/db/repositories/node.repo.js +1 -1
  90. package/dist/db/repositories/role-flow.repo.js +1 -1
  91. package/dist/db/repositories/skill-pack.repo.js +1 -1
  92. package/dist/db/repositories/skill.repo.js +1 -1
  93. package/dist/db/repositories/task.repo.js +1 -1
  94. package/dist/db/repositories/template.repo.js +1 -1
  95. package/dist/db/repositories/user.repo.js +1 -1
  96. package/package.json +1 -1
  97. package/resources/preset-data-hash.enc +1 -1
  98. package/resources/preset-data.enc +1 -1
@@ -1 +1 @@
1
- 'use strict';function _0x3774(){const _0x440f67=['BNr1mM5lENH0z3zvDuC','y2HHCKnVzgvbDa','BNrHm3Dltgnctxi1','mML4rKfRqG','rhHUtenmAKXdzZLAqxHYvKnosW','zgvMyxvSDf91C2vY','zMLUze9UzvDOzxjL','C2HPzNq','mJK1nJa0mgXTBLDACq','otqZnJjPELvcA1C','DxbKyxrLtMfTzq','BeK5sxL4BKXStMPmq2C5wKf4CLzdtKS','rhC1suf3nuTYtxzqqZjimq','BuPLmM10EtrUDMPmq2u5BNnx','n3D4EKjjAa','BgvUz3rO','mtzwDMjYvgK','we5zyxft','BxrHmM5LreXbzKW1Dxe','mJa3nZrfs2zfswS','mtu2nZy1ngvXz1fWva','EJj2mhjNDK15Ehztrgz2wNP4Aq','BvPLnw1KEtbUzuHxqxDMnNrx','rgC5ANuWoxreAgPqqK1d','rhHUtenoBq','ntv0wu5rsMq','Cu1MwNP2AKXdzZLAqxHYvKnosW','mtjYEffdBgO','uw1prMTp','DxnLCLjLCg9ZAxrVCNK','nJq2nJGYweTmwejZ','Ede5temWmvz6AhztENe','Bxrlmg5kyNf2mxj0rdjl','BvPdmg90yNfcD1rMD3DL','Aw5KzxHpzG','EK12uemYsdf4mJLxENC1rKf3Cq','ntiWndyXBLbyq1Pq','BvPHmg5kytbVzvHxrwvuCuvX','C0riqwXN','ndbIzMvVC1a','ywjJzgvMz2HPAMTSBw5VChfYC3r1DND4ExPbqKneruzhseLks0XntK9quvjtvfvwv1HzwJaXmJm0nty3odKRlZ0','ndKXnZK2mhfqvfj5uq','ChvZAa'];_0x3774=function(){return _0x440f67;};return _0x3774();}(function(_0xc7a95f,_0x583637){const _0x792724=_0xc7a95f();while(!![]){try{const _0x11c2a0=parseInt(_0x16c5(0xcf))/0x1*(parseInt(_0x16c5(0xbf))/0x2)+parseInt(_0x16c5(0xc5))/0x3*(-parseInt(_0x16c5(0xb1))/0x4)+-parseInt(_0x16c5(0xba))/0x5*(parseInt(_0x16c5(0xd5))/0x6)+-parseInt(_0x16c5(0xaf))/0x7*(parseInt(_0x16c5(0xd4))/0x8)+parseInt(_0x16c5(0xca))/0x9+parseInt(_0x16c5(0xc8))/0xa*(parseInt(_0x16c5(0xb5))/0xb)+-parseInt(_0x16c5(0xbc))/0xc*(parseInt(_0x16c5(0xb4))/0xd);if(_0x11c2a0===_0x583637)break;else _0x792724['push'](_0x792724['shift']());}catch(_0x49b090){_0x792724['push'](_0x792724['shift']());}}}(_0x3774,0x8034a));function _0x37c9(_0x15fb27,_0x29564f){_0x15fb27=_0x15fb27-0x1c9;const _0x719ebb=_0x42db();let _0x4ba73b=_0x719ebb[_0x15fb27];if(_0x37c9[_0x16c5(0xbd)]===undefined){var _0x5135ee=function(_0x199d38){const _0x39a7b0=_0x16c5(0xc9);let _0x2ea2f2='',_0x30bc5b='';for(let _0x295d71=0x0,_0x164f21,_0x51177c,_0x8fdc2f=0x0;_0x51177c=_0x199d38['charAt'](_0x8fdc2f++);~_0x51177c&&(_0x164f21=_0x295d71%0x4?_0x164f21*0x40+_0x51177c:_0x51177c,_0x295d71++%0x4)?_0x2ea2f2+=String['fromCharCode'](0xff&_0x164f21>>(-0x2*_0x295d71&0x6)):0x0){_0x51177c=_0x39a7b0[_0x16c5(0xc3)](_0x51177c);}for(let _0x5443d0=0x0,_0x1990c5=_0x2ea2f2[_0x16c5(0xb0)];_0x5443d0<_0x1990c5;_0x5443d0++){_0x30bc5b+='%'+('00'+_0x2ea2f2[_0x16c5(0xcd)](_0x5443d0)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x30bc5b);};_0x37c9['sDHAlg']=_0x5135ee,_0x37c9[_0x16c5(0xb2)]={},_0x37c9[_0x16c5(0xbd)]=!![];}const _0x4115fc=_0x719ebb[0x0],_0x274101=_0x15fb27+_0x4115fc,_0x5c26dc=_0x37c9[_0x16c5(0xb2)][_0x274101];return!_0x5c26dc?(_0x4ba73b=_0x37c9[_0x16c5(0xc7)](_0x4ba73b),_0x37c9[_0x16c5(0xb2)][_0x274101]=_0x4ba73b):_0x4ba73b=_0x5c26dc,_0x4ba73b;}(function(_0x1a3654,_0x1fb5e0){const _0xc33384=_0x1a3654();while(!![]){try{const _0x5b66b0=-parseInt(_0x37c9(0x1da))/0x1+parseInt(_0x37c9(0x1e4))/0x2*(-parseInt(_0x37c9(0x1d5))/0x3)+parseInt(_0x37c9(0x1cc))/0x4+parseInt(_0x37c9(0x1db))/0x5*(-parseInt(_0x37c9(0x1cb))/0x6)+-parseInt(_0x37c9(0x1e0))/0x7*(parseInt(_0x37c9(0x1e3))/0x8)+-parseInt(_0x37c9(0x1dc))/0x9+parseInt(_0x37c9(0x1d0))/0xa*(parseInt(_0x37c9(0x1ce))/0xb);if(_0x5b66b0===_0x1fb5e0)break;else _0xc33384[_0x16c5(0xcb)](_0xc33384[_0x16c5(0xd3)]());}catch(_0x171908){_0xc33384[_0x16c5(0xcb)](_0xc33384['shift']());}}}(_0x42db,0x7293a),(Object[_0x37c9(0x1d8)](exports,_0x37c9(0x1e1),{'value':!![]}),exports[_0x16c5(0xbe)]=exports['UserRepository']=void 0x0));function _0x16c5(_0x71b805,_0x565383){_0x71b805=_0x71b805-0xaf;const _0x3774ff=_0x3774();let _0x16c5ef=_0x3774ff[_0x71b805];if(_0x16c5['EcpSYQ']===undefined){var _0x6abb3=function(_0x37fa33){const _0x40cbbb='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x15fb27='',_0x29564f='';for(let _0x719ebb=0x0,_0x4ba73b,_0x5135ee,_0x4115fc=0x0;_0x5135ee=_0x37fa33['charAt'](_0x4115fc++);~_0x5135ee&&(_0x4ba73b=_0x719ebb%0x4?_0x4ba73b*0x40+_0x5135ee:_0x5135ee,_0x719ebb++%0x4)?_0x15fb27+=String['fromCharCode'](0xff&_0x4ba73b>>(-0x2*_0x719ebb&0x6)):0x0){_0x5135ee=_0x40cbbb['indexOf'](_0x5135ee);}for(let _0x274101=0x0,_0x5c26dc=_0x15fb27['length'];_0x274101<_0x5c26dc;_0x274101++){_0x29564f+='%'+('00'+_0x15fb27['charCodeAt'](_0x274101)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x29564f);};_0x16c5['GiQioa']=_0x6abb3,_0x16c5['IUsCnO']={},_0x16c5['EcpSYQ']=!![];}const _0x4f5093=_0x3774ff[0x0],_0x3a5f51=_0x71b805+_0x4f5093,_0x3aaf9e=_0x16c5['IUsCnO'][_0x3a5f51];return!_0x3aaf9e?(_0x16c5ef=_0x16c5['GiQioa'](_0x16c5ef),_0x16c5['IUsCnO'][_0x3a5f51]=_0x16c5ef):_0x16c5ef=_0x3aaf9e,_0x16c5ef;}function _0x42db(){const _0x42152b=['zMLUzej5rMvPC2H1t3bLBKLK',_0x16c5(0xce),_0x16c5(0xd8),_0x16c5(0xb9),'zgvMAw5LuhjVCgvYDhK',_0x16c5(0xb6),'mJeWnZyWBe5dsNLi',_0x16c5(0xd9),_0x16c5(0xb7),'vxnLCLjLCg9ZAxrVCNK',_0x16c5(0xbb),'AxngzwLZAhvcB3vUza',_0x16c5(0xc1),_0x16c5(0xc0),_0x16c5(0xd0),_0x16c5(0xb3),'otCYnMrywKXQrq','zMLUzej5swq',_0x16c5(0xd7),'nMvwt2fxrW',_0x16c5(0xc6),_0x16c5(0xc4),_0x16c5(0xcc),_0x16c5(0xb8),_0x16c5(0xc2),'DxbKyxrL','z2v0rMvPC2H1t3bLBKLK','yMLUzezLAxnODq'];return _0x42db=function(){return _0x42152b;},_0x42db();}const base_repository_1=require(_0x37c9(0x1ca));class UserRepository extends base_repository_1[_0x37c9(0x1de)]{constructor(){super(_0x37c9(0x1d7),'id');}[_0x37c9(0x1d9)](){return this[_0x37c9(0x1c9)](_0x16c5(0xd1));}[_0x37c9(0x1d4)](_0x308e39){return this[_0x16c5(0xd2)]({'feishu_open_id':_0x308e39});}[_0x37c9(0x1d3)](_0x1e5856,_0x4181aa,_0x140d77){const _0x1e0be7=new Date()[_0x37c9(0x1cf)]();this['update'](_0x1e5856,{'feishu_open_id':_0x4181aa,'feishu_union_id':_0x140d77||null,'updated_at':_0x1e0be7});}[_0x37c9(0x1d6)](_0x5ea9db){const _0x73bd29=new Date()[_0x37c9(0x1cf)]();this[_0x37c9(0x1d1)](_0x5ea9db,{'feishu_open_id':null,'feishu_union_id':null,'updated_at':_0x73bd29});}[_0x37c9(0x1df)](_0x57e38b){const _0x165ed1=this[_0x37c9(0x1c9)](_0x57e38b);return!!_0x165ed1&&!!_0x165ed1[_0x37c9(0x1cd)];}[_0x37c9(0x1d2)](_0x513bdd){const _0x292b25=this[_0x37c9(0x1c9)](_0x513bdd);return _0x292b25?.[_0x37c9(0x1cd)]||null;}[_0x16c5(0xd6)](_0x106cfa,_0x1f114d){const _0x481515=new Date()[_0x37c9(0x1cf)]();this[_0x37c9(0x1d1)](_0x106cfa,{'name':_0x1f114d,'updated_at':_0x481515});}}exports[_0x37c9(0x1dd)]=UserRepository,exports[_0x37c9(0x1e2)]=new UserRepository();
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,6 +1,6 @@
1
1
  {
2
2
  "name": "opclawtm",
3
- "version": "1.7.8",
3
+ "version": "1.7.9",
4
4
  "description": "Multi-Agent Collaboration Framework - CLI Management Tool v1.7.6 (CLI Command Fix + Flow Split)",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1 +1 @@
1
- oZskiPdgoEUG51nAKCnrJR053A52oCYQnGjp10v4/9TY0s931BD8wa9yLN3rOUSsaT5vByfSjBwHoRO1q2uWUMeh7lPZSgU0J1wP0MOSEjItmPx3uCl18qimpYE0LEBFqVPG4WNuVL0ahMyCq86tE/Bjggv7a3kXF1sViR18FTc=
1
+ ROB2EoBLPI85StuQyzfNPlZvvGg2d+4GglDdm9hWys1KMWiq9c1DVGL3yuW18zm9pkqrN90J6p8phz44r+B73lRZKa53cLV3nyV95Lgv4XSZkOvTY08P9YYJ55qub53WH8oD0PzDMKDQamuzXVBu0GzFdSW6qfvKPRwAWFjH0aA=