@lovrabet/rabetbase-cli 2.3.6-beta.1 → 2.3.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.
Files changed (239) hide show
  1. package/lib/api/api-doc.js +1 -1
  2. package/lib/api/fetch-model-list.js +1 -1
  3. package/lib/api/generate-api-file.js +1 -1
  4. package/lib/auth/auth-server-ui.js +1 -1
  5. package/lib/auth/auth-server.js +1 -1
  6. package/lib/auth/constant.js +1 -1
  7. package/lib/auth/get-cookie.js +1 -1
  8. package/lib/auth/get-session-user.js +1 -1
  9. package/lib/auth/is-session-valid.js +1 -1
  10. package/lib/auth/login-success-html.js +1 -1
  11. package/lib/auth/logout.js +1 -1
  12. package/lib/cli-flags.js +1 -1
  13. package/lib/cli.js +1 -1
  14. package/lib/commands/api/generate.js +1 -1
  15. package/lib/commands/api/index.js +1 -1
  16. package/lib/commands/api/list.js +1 -1
  17. package/lib/commands/api/pull.js +1 -1
  18. package/lib/commands/api/shared.js +1 -1
  19. package/lib/commands/app/add.js +1 -1
  20. package/lib/commands/app/index.js +1 -1
  21. package/lib/commands/app/list.js +1 -1
  22. package/lib/commands/app/remote-directory.js +1 -1
  23. package/lib/commands/app/remove.js +1 -1
  24. package/lib/commands/app/shared.js +1 -1
  25. package/lib/commands/app-config/delete.js +1 -1
  26. package/lib/commands/app-config/get.js +1 -1
  27. package/lib/commands/app-config/index.js +1 -1
  28. package/lib/commands/app-config/list.js +1 -1
  29. package/lib/commands/app-config/set.js +1 -1
  30. package/lib/commands/app-config/shared.js +1 -1
  31. package/lib/commands/auth/index.js +1 -1
  32. package/lib/commands/bff/create.js +1 -1
  33. package/lib/commands/bff/delete.js +1 -1
  34. package/lib/commands/bff/detail.js +1 -1
  35. package/lib/commands/bff/index.js +1 -1
  36. package/lib/commands/bff/list.js +1 -1
  37. package/lib/commands/bff/pull.js +1 -1
  38. package/lib/commands/bff/push.js +1 -1
  39. package/lib/commands/bff/status.js +1 -1
  40. package/lib/commands/cli-skill/index.js +1 -1
  41. package/lib/commands/cli-update.js +1 -1
  42. package/lib/commands/codegen/index.js +1 -1
  43. package/lib/commands/codegen/sdk.js +1 -1
  44. package/lib/commands/codegen/sql.js +1 -1
  45. package/lib/commands/common/app-registry.js +1 -1
  46. package/lib/commands/common/app-selector.js +1 -1
  47. package/lib/commands/common/dry-run.js +1 -1
  48. package/lib/commands/common/flags.js +1 -1
  49. package/lib/commands/common/validate.js +1 -1
  50. package/lib/commands/config/get.js +1 -1
  51. package/lib/commands/config/index.js +1 -1
  52. package/lib/commands/config/list.js +1 -1
  53. package/lib/commands/config/set.js +1 -1
  54. package/lib/commands/config/shared.js +1 -1
  55. package/lib/commands/data/filter.js +1 -1
  56. package/lib/commands/data/getOne.js +1 -1
  57. package/lib/commands/data/index.js +1 -1
  58. package/lib/commands/data/shared.js +1 -1
  59. package/lib/commands/dataset/business-group-update.js +1 -1
  60. package/lib/commands/dataset/capability.js +1 -1
  61. package/lib/commands/dataset/delete.js +1 -1
  62. package/lib/commands/dataset/detail.js +1 -1
  63. package/lib/commands/dataset/extend-update.js +1 -1
  64. package/lib/commands/dataset/field-update.js +1 -1
  65. package/lib/commands/dataset/generate.js +1 -1
  66. package/lib/commands/dataset/index.js +1 -1
  67. package/lib/commands/dataset/list.js +1 -1
  68. package/lib/commands/dataset/operations.js +1 -1
  69. package/lib/commands/dataset/relation-audit.js +1 -1
  70. package/lib/commands/dataset/relation-create.js +1 -1
  71. package/lib/commands/dataset/relation-delete.js +1 -1
  72. package/lib/commands/dataset/relation-shared.js +1 -1
  73. package/lib/commands/dataset/relation-update.js +1 -1
  74. package/lib/commands/dataset/relations.js +1 -1
  75. package/lib/commands/dataset/rename.js +1 -1
  76. package/lib/commands/dataset/restore.js +1 -1
  77. package/lib/commands/db/analyze-cancel.js +1 -1
  78. package/lib/commands/db/analyze-start.js +1 -1
  79. package/lib/commands/db/analyze-status.js +1 -1
  80. package/lib/commands/db/create.js +1 -1
  81. package/lib/commands/db/delete.js +1 -1
  82. package/lib/commands/db/detail.js +1 -1
  83. package/lib/commands/db/diff.js +1 -1
  84. package/lib/commands/db/index.js +1 -1
  85. package/lib/commands/db/list.js +1 -1
  86. package/lib/commands/db/shared.js +1 -1
  87. package/lib/commands/db/tables.js +1 -1
  88. package/lib/commands/db/test.js +1 -1
  89. package/lib/commands/db/update.js +1 -1
  90. package/lib/commands/doctor.js +1 -1
  91. package/lib/commands/init/index.js +1 -1
  92. package/lib/commands/issue/index.js +1 -1
  93. package/lib/commands/issue/nudge.js +1 -1
  94. package/lib/commands/issue/report.js +1 -1
  95. package/lib/commands/issue/shared.js +1 -1
  96. package/lib/commands/logs/index.js +1 -1
  97. package/lib/commands/menu/index.js +1 -1
  98. package/lib/commands/menu/list.js +1 -1
  99. package/lib/commands/menu/shared/compare-table.js +1 -1
  100. package/lib/commands/menu/shared/index.js +1 -1
  101. package/lib/commands/menu/shared/inquirer.js +1 -1
  102. package/lib/commands/menu/shared/local-pages.js +1 -1
  103. package/lib/commands/menu/shared/logic.js +1 -1
  104. package/lib/commands/menu/shared/service.js +1 -1
  105. package/lib/commands/menu/shared/sync-core.js +1 -1
  106. package/lib/commands/menu/shared/update-core.js +1 -1
  107. package/lib/commands/menu/shared/valid-url.js +1 -1
  108. package/lib/commands/menu/sync.js +1 -1
  109. package/lib/commands/menu/update.js +1 -1
  110. package/lib/commands/page/generate-start.js +1 -1
  111. package/lib/commands/page/generate-status.js +1 -1
  112. package/lib/commands/page/index.js +1 -1
  113. package/lib/commands/page/pull.js +1 -1
  114. package/lib/commands/page/push.js +1 -1
  115. package/lib/commands/page/relation-audit.js +1 -1
  116. package/lib/commands/page/shared.js +1 -1
  117. package/lib/commands/page/standard-page-status.js +1 -1
  118. package/lib/commands/page/sync.js +1 -1
  119. package/lib/commands/permit/index.js +1 -1
  120. package/lib/commands/permit/page-get.js +1 -1
  121. package/lib/commands/permit/page-set.js +1 -1
  122. package/lib/commands/permit/role-apis-set.js +1 -1
  123. package/lib/commands/permit/role-menus-set.js +1 -1
  124. package/lib/commands/permit/role-menus.js +1 -1
  125. package/lib/commands/permit/shared.js +1 -1
  126. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  127. package/lib/commands/project/create/format-elapsed.js +1 -1
  128. package/lib/commands/project/create/main.js +1 -1
  129. package/lib/commands/project/create/non-interactive.js +1 -1
  130. package/lib/commands/project/create/project-template-path.js +1 -1
  131. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  132. package/lib/commands/project/create/use-format-code.js +1 -1
  133. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  134. package/lib/commands/project/index.js +1 -1
  135. package/lib/commands/project/init.js +1 -1
  136. package/lib/commands/project/upgrade.js +1 -1
  137. package/lib/commands/registry.js +1 -1
  138. package/lib/commands/role/create.js +1 -1
  139. package/lib/commands/role/delete.js +1 -1
  140. package/lib/commands/role/detail.js +1 -1
  141. package/lib/commands/role/index.js +1 -1
  142. package/lib/commands/role/list.js +1 -1
  143. package/lib/commands/role/shared.js +1 -1
  144. package/lib/commands/role/update.js +1 -1
  145. package/lib/commands/role/user-add.js +1 -1
  146. package/lib/commands/role/user-remove.js +1 -1
  147. package/lib/commands/role/user-resolve.js +1 -1
  148. package/lib/commands/run/index.js +1 -1
  149. package/lib/commands/schema.js +1 -1
  150. package/lib/commands/sql/create.js +1 -1
  151. package/lib/commands/sql/delete.js +1 -1
  152. package/lib/commands/sql/detail.js +1 -1
  153. package/lib/commands/sql/exec.js +1 -1
  154. package/lib/commands/sql/index.js +1 -1
  155. package/lib/commands/sql/list.js +1 -1
  156. package/lib/commands/sql/pull.js +1 -1
  157. package/lib/commands/sql/push.js +1 -1
  158. package/lib/commands/sql/save.js +1 -1
  159. package/lib/commands/sql/shared.js +1 -1
  160. package/lib/commands/sql/status.js +1 -1
  161. package/lib/commands/sql/validate.js +1 -1
  162. package/lib/commands/workspace/add.js +1 -1
  163. package/lib/commands/workspace/index.js +1 -1
  164. package/lib/commands/workspace/remove.js +1 -1
  165. package/lib/config/schema.js +1 -1
  166. package/lib/constant/cdn.js +1 -1
  167. package/lib/constant/cli.js +1 -1
  168. package/lib/constant/defaults.js +1 -1
  169. package/lib/constant/domain.js +1 -1
  170. package/lib/constant/env.js +1 -1
  171. package/lib/constant/output.js +1 -1
  172. package/lib/constant/paths.js +1 -1
  173. package/lib/constant/risk.js +1 -1
  174. package/lib/context/app-resolver.js +1 -1
  175. package/lib/context/auth-resolver.js +1 -1
  176. package/lib/context/config-loader.js +1 -1
  177. package/lib/context.js +1 -1
  178. package/lib/core/alias-resolver.js +1 -1
  179. package/lib/core/api-client.js +1 -1
  180. package/lib/core/bff/config.js +1 -1
  181. package/lib/core/bff/file-system.js +1 -1
  182. package/lib/core/bff/hash.js +1 -1
  183. package/lib/core/bff/lock.js +1 -1
  184. package/lib/core/bff/utils.js +1 -1
  185. package/lib/core/db-resolver.js +1 -1
  186. package/lib/core/page/file-system.js +1 -1
  187. package/lib/core/page/hash.js +1 -1
  188. package/lib/core/page/lock.js +1 -1
  189. package/lib/core/sql-sync/config.js +1 -1
  190. package/lib/core/sql-sync/file-system.js +1 -1
  191. package/lib/core/sql-sync/hash.js +1 -1
  192. package/lib/core/sql-sync/lock.js +1 -1
  193. package/lib/core/sql-sync/utils.js +1 -1
  194. package/lib/core/sql-validator.js +1 -1
  195. package/lib/errors.js +1 -1
  196. package/lib/framework/build-all-flags.js +1 -1
  197. package/lib/framework/flags.js +1 -1
  198. package/lib/framework/help.js +1 -1
  199. package/lib/framework/index.js +1 -1
  200. package/lib/framework/output.js +1 -1
  201. package/lib/framework/response.js +1 -1
  202. package/lib/framework/runner-alias.js +1 -1
  203. package/lib/framework/runner.js +1 -1
  204. package/lib/framework/schema-export.js +1 -1
  205. package/lib/framework/types.js +1 -1
  206. package/lib/generated/build-info.js +1 -1
  207. package/lib/help.js +1 -1
  208. package/lib/skills/main.js +1 -1
  209. package/lib/skills/npx-skills-add.js +1 -1
  210. package/lib/telemetry/cli-command-trace.js +1 -1
  211. package/lib/telemetry/cli-help-trace.js +1 -1
  212. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  213. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  214. package/lib/telemetry/send-cli-trace-log.js +1 -1
  215. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  216. package/lib/utils/ai_config.js +1 -1
  217. package/lib/utils/apply-jq-filter.js +1 -1
  218. package/lib/utils/cdn-config.js +1 -1
  219. package/lib/utils/check-sdk-version.js +1 -1
  220. package/lib/utils/cli-version-check.js +1 -1
  221. package/lib/utils/cli-version-policy.js +1 -1
  222. package/lib/utils/config.js +1 -1
  223. package/lib/utils/copy-directory.js +1 -1
  224. package/lib/utils/entity-with-id.js +1 -1
  225. package/lib/utils/file-utils.js +1 -1
  226. package/lib/utils/guides-cdn.js +1 -1
  227. package/lib/utils/http-client.js +1 -1
  228. package/lib/utils/is-non-interactive.js +1 -1
  229. package/lib/utils/logger.js +1 -1
  230. package/lib/utils/params.js +1 -1
  231. package/lib/utils/platform.js +1 -1
  232. package/lib/utils/rules-cdn.js +1 -1
  233. package/lib/utils/sleep.js +1 -1
  234. package/lib/utils/template-replacer.js +1 -1
  235. package/lib/utils/update-notice.js +1 -1
  236. package/lib/utils/version.js +1 -1
  237. package/lib/utils/with-active-cookie.js +1 -1
  238. package/lib/utils/write-cli-side-channel.js +1 -1
  239. package/package.json +1 -1
@@ -1 +1 @@
1
- function a140_0x26fe(){const _0x1b8583=['roleType','role','Role\x20','4bnadvN','detail','17997342HujwRr','1581185NMnWDT','num','2810664umBOoA','read','2uuBaDq','1476837FioBVI','157405ISYowl','10uNsUqK','832dMFhGI','Show\x20a\x20single\x20role\x27s\x20detail','roleName','4383837qStDlS','26306WXjtmk'];a140_0x26fe=function(){return _0x1b8583;};return a140_0x26fe();}const a140_0x549080=a140_0x4ff9;function a140_0x4ff9(_0x385431,_0x2f8056){_0x385431=_0x385431-0xf7;const _0x26feec=a140_0x26fe();let _0x4ff900=_0x26feec[_0x385431];return _0x4ff900;}(function(_0x4426e3,_0x574304){const _0x27d08f=a140_0x4ff9,_0x23e0a3=_0x4426e3();while(!![]){try{const _0x26fe00=parseInt(_0x27d08f(0x100))/0x1*(-parseInt(_0x27d08f(0xfe))/0x2)+-parseInt(_0x27d08f(0xff))/0x3+parseInt(_0x27d08f(0xf7))/0x4*(-parseInt(_0x27d08f(0xfa))/0x5)+parseInt(_0x27d08f(0xfc))/0x6+parseInt(_0x27d08f(0x106))/0x7*(-parseInt(_0x27d08f(0x102))/0x8)+parseInt(_0x27d08f(0x105))/0x9*(-parseInt(_0x27d08f(0x101))/0xa)+parseInt(_0x27d08f(0xf9))/0xb;if(_0x26fe00===_0x574304)break;else _0x23e0a3['push'](_0x23e0a3['shift']());}catch(_0x2e301f){_0x23e0a3['push'](_0x23e0a3['shift']());}}}(a140_0x26fe,0x3fa70));import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{getRoleById,projectRole,ROLE_ID_FLAG}from'../../commands/role/shared.js';export const roleDetail={'service':a140_0x549080(0x108),'command':a140_0x549080(0xf8),'description':a140_0x549080(0x103),'risk':a140_0x549080(0xfd),'flags':[ROLE_ID_FLAG,APPCODE_FLAG_OPTIONAL],async 'execute'(_0x2728d7){const _0x34b98a=a140_0x549080,_0x17ff7f=_0x2728d7[_0x34b98a(0xfb)]('id'),_0x542a5f=await getRoleById(_0x2728d7['appCode'],_0x17ff7f);return{'ok':!![],'data':{'role':projectRole(_0x542a5f)},'message':_0x34b98a(0x109)+_0x542a5f[_0x34b98a(0x104)]+'\x20('+_0x542a5f[_0x34b98a(0x107)]+')'};}};
1
+ function a140_0x59e8(_0x1d21ba,_0x252b7b){_0x1d21ba=_0x1d21ba-0x190;const _0x1a854d=a140_0x1a85();let _0x59e8a2=_0x1a854d[_0x1d21ba];return _0x59e8a2;}const a140_0x5853b3=a140_0x59e8;function a140_0x1a85(){const _0x4f8762=['roleType','num','6rhMEyD','detail','2309135UdBhpA','10KgQndk','22632BffBuF','338891qzOyXp','171MDJVhN','roleName','120KWTnMp','1690447MAxKLJ','read','1802092FTTrrU','7741368LOlBal','Show\x20a\x20single\x20role\x27s\x20detail','role','appCode','833766XyEniL'];a140_0x1a85=function(){return _0x4f8762;};return a140_0x1a85();}(function(_0xf7c9bc,_0x253e86){const _0xfdc73d=a140_0x59e8,_0x1b7d15=_0xf7c9bc();while(!![]){try{const _0x1a63e3=parseInt(_0xfdc73d(0x19c))/0x1+parseInt(_0xfdc73d(0x190))/0x2*(-parseInt(_0xfdc73d(0x192))/0x3)+-parseInt(_0xfdc73d(0x197))/0x4+parseInt(_0xfdc73d(0x1a1))/0x5*(parseInt(_0xfdc73d(0x19f))/0x6)+parseInt(_0xfdc73d(0x191))/0x7*(-parseInt(_0xfdc73d(0x194))/0x8)+parseInt(_0xfdc73d(0x198))/0x9+-parseInt(_0xfdc73d(0x1a2))/0xa*(-parseInt(_0xfdc73d(0x195))/0xb);if(_0x1a63e3===_0x253e86)break;else _0x1b7d15['push'](_0x1b7d15['shift']());}catch(_0x3897c2){_0x1b7d15['push'](_0x1b7d15['shift']());}}}(a140_0x1a85,0x7710c));import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{getRoleById,projectRole,ROLE_ID_FLAG}from'../../commands/role/shared.js';export const roleDetail={'service':a140_0x5853b3(0x19a),'command':a140_0x5853b3(0x1a0),'description':a140_0x5853b3(0x199),'risk':a140_0x5853b3(0x196),'flags':[ROLE_ID_FLAG,APPCODE_FLAG_OPTIONAL],async 'execute'(_0x475179){const _0x171940=a140_0x5853b3,_0x4bcdef=_0x475179[_0x171940(0x19e)]('id'),_0x55608a=await getRoleById(_0x475179[_0x171940(0x19b)],_0x4bcdef);return{'ok':!![],'data':{'role':projectRole(_0x55608a)},'message':'Role\x20'+_0x55608a[_0x171940(0x193)]+'\x20('+_0x55608a[_0x171940(0x19d)]+')'};}};
@@ -1 +1 @@
1
- (function(_0x26c62f,_0x30423c){const _0x571984=a141_0x5277,_0x3e5a4d=_0x26c62f();while(!![]){try{const _0x2ad734=-parseInt(_0x571984(0x115))/0x1+-parseInt(_0x571984(0x118))/0x2*(parseInt(_0x571984(0x112))/0x3)+parseInt(_0x571984(0x117))/0x4*(-parseInt(_0x571984(0x11a))/0x5)+parseInt(_0x571984(0x119))/0x6*(parseInt(_0x571984(0x11b))/0x7)+-parseInt(_0x571984(0x114))/0x8*(-parseInt(_0x571984(0x11d))/0x9)+parseInt(_0x571984(0x116))/0xa+parseInt(_0x571984(0x113))/0xb*(-parseInt(_0x571984(0x11c))/0xc);if(_0x2ad734===_0x30423c)break;else _0x3e5a4d['push'](_0x3e5a4d['shift']());}catch(_0x1b4805){_0x3e5a4d['push'](_0x3e5a4d['shift']());}}}(a141_0x8cdc,0x3bae5));import{roleList}from'../../commands/role/list.js';import{roleDetail}from'../../commands/role/detail.js';function a141_0x8cdc(){const _0x11d173=['44daHkrE','8WkZINi','215845LNbpxw','4270240GLXgkL','184YPXKIk','110428YRqoDJ','6vrlZvz','25495sbMyfH','380317hxyaxR','603984pphsGe','4230351gMWhVF','3ddZXgE'];a141_0x8cdc=function(){return _0x11d173;};return a141_0x8cdc();}import{roleCreate}from'../../commands/role/create.js';function a141_0x5277(_0x3d3e34,_0x5aafce){_0x3d3e34=_0x3d3e34-0x112;const _0x8cdcd9=a141_0x8cdc();let _0x5277ab=_0x8cdcd9[_0x3d3e34];return _0x5277ab;}import{roleUpdate}from'../../commands/role/update.js';import{roleDelete}from'../../commands/role/delete.js';import{roleUserResolve}from'../../commands/role/user-resolve.js';import{roleUserAdd}from'../../commands/role/user-add.js';import{roleUserRemove}from'../../commands/role/user-remove.js';export const roleDefinitions=[roleList,roleDetail,roleCreate,roleUpdate,roleDelete,roleUserResolve,roleUserAdd,roleUserRemove];
1
+ (function(_0x4de281,_0x481265){const _0x3fff68=a141_0x4541,_0xd9eb5f=_0x4de281();while(!![]){try{const _0x1190b4=-parseInt(_0x3fff68(0x118))/0x1*(parseInt(_0x3fff68(0x116))/0x2)+parseInt(_0x3fff68(0x119))/0x3*(-parseInt(_0x3fff68(0x11d))/0x4)+parseInt(_0x3fff68(0x11c))/0x5+parseInt(_0x3fff68(0x11f))/0x6+-parseInt(_0x3fff68(0x11e))/0x7*(-parseInt(_0x3fff68(0x11a))/0x8)+-parseInt(_0x3fff68(0x11b))/0x9+-parseInt(_0x3fff68(0x117))/0xa*(-parseInt(_0x3fff68(0x115))/0xb);if(_0x1190b4===_0x481265)break;else _0xd9eb5f['push'](_0xd9eb5f['shift']());}catch(_0x2fbf8a){_0xd9eb5f['push'](_0xd9eb5f['shift']());}}}(a141_0x3a2b,0x2326a));import{roleList}from'../../commands/role/list.js';import{roleDetail}from'../../commands/role/detail.js';import{roleCreate}from'../../commands/role/create.js';import{roleUpdate}from'../../commands/role/update.js';import{roleDelete}from'../../commands/role/delete.js';function a141_0x4541(_0x5c2859,_0x3194fe){_0x5c2859=_0x5c2859-0x115;const _0x3a2bca=a141_0x3a2b();let _0x4541d8=_0x3a2bca[_0x5c2859];return _0x4541d8;}import{roleUserResolve}from'../../commands/role/user-resolve.js';import{roleUserAdd}from'../../commands/role/user-add.js';import{roleUserRemove}from'../../commands/role/user-remove.js';export const roleDefinitions=[roleList,roleDetail,roleCreate,roleUpdate,roleDelete,roleUserResolve,roleUserAdd,roleUserRemove];function a141_0x3a2b(){const _0x4e98b3=['68043eNhJuO','8AgGahW','2533905ryYaeV','182375VSFdWm','28sfcUEx','1266146etbKzi','378096RHtRKz','11BLeKXZ','280778blaEhR','4443100XRIQKe','1BpGdbG'];a141_0x3a2b=function(){return _0x4e98b3;};return a141_0x3a2b();}
@@ -1 +1 @@
1
- const a142_0x1172c6=a142_0x5214;(function(_0x9a4f99,_0x20932c){const _0x2867f9=a142_0x5214,_0x379afc=_0x9a4f99();while(!![]){try{const _0x35d8d9=parseInt(_0x2867f9(0x111))/0x1*(-parseInt(_0x2867f9(0x132))/0x2)+-parseInt(_0x2867f9(0x131))/0x3+parseInt(_0x2867f9(0x115))/0x4*(-parseInt(_0x2867f9(0x10c))/0x5)+-parseInt(_0x2867f9(0x112))/0x6+-parseInt(_0x2867f9(0x125))/0x7*(-parseInt(_0x2867f9(0x126))/0x8)+parseInt(_0x2867f9(0x118))/0x9+parseInt(_0x2867f9(0x12f))/0xa;if(_0x35d8d9===_0x20932c)break;else _0x379afc['push'](_0x379afc['shift']());}catch(_0x342532){_0x379afc['push'](_0x379afc['shift']());}}}(a142_0x536c,0x4cfd5));import{listAppRoles}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a142_0x5214(_0x50887a,_0x14d25a){_0x50887a=_0x50887a-0x10c;const _0x536c50=a142_0x536c();let _0x5214cf=_0x536c50[_0x50887a];return _0x5214cf;}function a142_0x536c(){const _0x3d8262=['Found\x20','role','validation','type','num','Page\x20size\x20(1-100)','Page\x20index\x20(1-based)','toUpperCase','pagesize','map','page','Invalid\x20--type\x20\x22','7WuvtXf','3486808hFCPHm','length','CUSTOM','filter','Filter\x20by\x20role\x20type','List\x20user\x20groups\x20(roles)\x20for\x20the\x20current\x20app','appCode','DEV','join','8408040YSNQbm','string','366918kwtDSQ','3288icbpeT','5evmrpI','trim','number','USER','Use\x20one\x20of:\x20','90HvKOWb','3414840kgNMRW','includes','--pagesize\x20must\x20be\x20between\x201\x20and\x20100.','582796FwWClX','list','str','214191ZrTTqI'];a142_0x536c=function(){return _0x3d8262;};return a142_0x536c();}import{projectRole}from'../../commands/role/shared.js';const ROLE_TYPES=['ADMIN',a142_0x1172c6(0x12d),a142_0x1172c6(0x10f),a142_0x1172c6(0x128)];export const roleList={'service':a142_0x1172c6(0x11a),'command':a142_0x1172c6(0x116),'description':a142_0x1172c6(0x12b),'risk':'read','flags':[APPCODE_FLAG_OPTIONAL,{'name':a142_0x1172c6(0x11c),'type':a142_0x1172c6(0x130),'required':![],'description':a142_0x1172c6(0x12a),'enum':ROLE_TYPES},{'name':a142_0x1172c6(0x123),'type':a142_0x1172c6(0x10e),'description':a142_0x1172c6(0x11f),'default':0x1},{'name':'pagesize','type':a142_0x1172c6(0x10e),'description':a142_0x1172c6(0x11e),'default':0x64}],async 'validate'(_0x52790e){const _0x2910a2=a142_0x1172c6,_0x29e562=_0x52790e[_0x2910a2(0x117)](_0x2910a2(0x11c))[_0x2910a2(0x10d)]();if(_0x29e562&&!ROLE_TYPES[_0x2910a2(0x113)](_0x29e562[_0x2910a2(0x120)]()))throw CliErrors[_0x2910a2(0x11b)](_0x2910a2(0x124)+_0x29e562+'\x22.',_0x2910a2(0x110)+ROLE_TYPES[_0x2910a2(0x12e)](',\x20')+'.');const _0x55d310=_0x52790e['num'](_0x2910a2(0x123),0x1),_0x40280b=_0x52790e[_0x2910a2(0x11d)](_0x2910a2(0x121),0x64);if(_0x55d310<0x1)throw CliErrors[_0x2910a2(0x11b)]('--page\x20must\x20be\x20greater\x20than\x20or\x20equal\x20to\x201.');if(_0x40280b<0x1||_0x40280b>0x64)throw CliErrors['validation'](_0x2910a2(0x114));},async 'execute'(_0x3fe1e0){const _0x5ea1a9=a142_0x1172c6,_0x37c4a3=_0x3fe1e0['num']('page',0x1)||0x1,_0x39156b=_0x3fe1e0[_0x5ea1a9(0x11d)](_0x5ea1a9(0x121),0x64)||0x64,_0x487808=_0x3fe1e0['str'](_0x5ea1a9(0x11c))[_0x5ea1a9(0x10d)]()[_0x5ea1a9(0x120)](),{items:_0x12d43d,paging:_0x580d33}=await listAppRoles(_0x3fe1e0[_0x5ea1a9(0x12c)],{'currentPage':_0x37c4a3,'pageSize':_0x39156b}),_0x59818e=_0x487808?_0x12d43d[_0x5ea1a9(0x129)](_0x31c4b8=>_0x31c4b8['roleType']===_0x487808):_0x12d43d,_0x5a7e01=_0x59818e[_0x5ea1a9(0x122)](projectRole);return{'ok':!![],'data':{'roles':_0x5a7e01,'paging':_0x580d33},'message':_0x5ea1a9(0x119)+_0x5a7e01[_0x5ea1a9(0x127)]+'\x20role(s)'};}};
1
+ const a142_0x5b9a5b=a142_0xb467;(function(_0x1a4249,_0x554a53){const _0x183ac9=a142_0xb467,_0x36f4aa=_0x1a4249();while(!![]){try{const _0x1af606=parseInt(_0x183ac9(0x105))/0x1+parseInt(_0x183ac9(0xf1))/0x2*(parseInt(_0x183ac9(0xf7))/0x3)+-parseInt(_0x183ac9(0x10f))/0x4*(parseInt(_0x183ac9(0x10c))/0x5)+-parseInt(_0x183ac9(0xf6))/0x6+parseInt(_0x183ac9(0x101))/0x7+-parseInt(_0x183ac9(0x102))/0x8+parseInt(_0x183ac9(0x107))/0x9;if(_0x1af606===_0x554a53)break;else _0x36f4aa['push'](_0x36f4aa['shift']());}catch(_0x5464bb){_0x36f4aa['push'](_0x36f4aa['shift']());}}}(a142_0x4712,0x1d6f0));import{listAppRoles}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{projectRole}from'../../commands/role/shared.js';const ROLE_TYPES=['ADMIN',a142_0x5b9a5b(0x10a),'USER',a142_0x5b9a5b(0x109)];export const roleList={'service':'role','command':a142_0x5b9a5b(0xfe),'description':a142_0x5b9a5b(0x103),'risk':a142_0x5b9a5b(0xf8),'flags':[APPCODE_FLAG_OPTIONAL,{'name':a142_0x5b9a5b(0xf9),'type':a142_0x5b9a5b(0x10b),'required':![],'description':a142_0x5b9a5b(0xf5),'enum':ROLE_TYPES},{'name':a142_0x5b9a5b(0xfb),'type':'number','description':'Page\x20index\x20(1-based)','default':0x1},{'name':a142_0x5b9a5b(0x10d),'type':a142_0x5b9a5b(0x104),'description':a142_0x5b9a5b(0xf2),'default':0x64}],async 'validate'(_0x3c1954){const _0xee6c7a=a142_0x5b9a5b,_0x3f2daa=_0x3c1954[_0xee6c7a(0xff)]('type')[_0xee6c7a(0xfc)]();if(_0x3f2daa&&!ROLE_TYPES[_0xee6c7a(0xf4)](_0x3f2daa['toUpperCase']()))throw CliErrors['validation']('Invalid\x20--type\x20\x22'+_0x3f2daa+'\x22.',_0xee6c7a(0xf0)+ROLE_TYPES[_0xee6c7a(0xfd)](',\x20')+'.');const _0x13f119=_0x3c1954['num'](_0xee6c7a(0xfb),0x1),_0x5c4062=_0x3c1954[_0xee6c7a(0x106)](_0xee6c7a(0x10d),0x64);if(_0x13f119<0x1)throw CliErrors[_0xee6c7a(0xf3)](_0xee6c7a(0xfa));if(_0x5c4062<0x1||_0x5c4062>0x64)throw CliErrors['validation'](_0xee6c7a(0x110));},async 'execute'(_0x477e53){const _0x54fac9=a142_0x5b9a5b,_0x2f6c63=_0x477e53[_0x54fac9(0x106)]('page',0x1)||0x1,_0x51ccdf=_0x477e53['num']('pagesize',0x64)||0x64,_0x447008=_0x477e53[_0x54fac9(0xff)](_0x54fac9(0xf9))['trim']()['toUpperCase'](),{items:_0x4b8e3e,paging:_0x56c881}=await listAppRoles(_0x477e53[_0x54fac9(0x108)],{'currentPage':_0x2f6c63,'pageSize':_0x51ccdf}),_0x20cb91=_0x447008?_0x4b8e3e[_0x54fac9(0x100)](_0xa51abe=>_0xa51abe['roleType']===_0x447008):_0x4b8e3e,_0x2fb2d1=_0x20cb91['map'](projectRole);return{'ok':!![],'data':{'roles':_0x2fb2d1,'paging':_0x56c881},'message':'Found\x20'+_0x2fb2d1[_0x54fac9(0x10e)]+'\x20role(s)'};}};function a142_0xb467(_0x12d336,_0x5e8694){_0x12d336=_0x12d336-0xf0;const _0x47128f=a142_0x4712();let _0xb46722=_0x47128f[_0x12d336];return _0xb46722;}function a142_0x4712(){const _0x405f78=['pagesize','length','284NpXDAf','--pagesize\x20must\x20be\x20between\x201\x20and\x20100.','Use\x20one\x20of:\x20','2bBsbFK','Page\x20size\x20(1-100)','validation','includes','Filter\x20by\x20role\x20type','1337100zvHteF','704073QRNlZW','read','type','--page\x20must\x20be\x20greater\x20than\x20or\x20equal\x20to\x201.','page','trim','join','list','str','filter','517916qGMFDf','747048kQIBQq','List\x20user\x20groups\x20(roles)\x20for\x20the\x20current\x20app','number','212063BomGtu','num','1015110KakAGN','appCode','CUSTOM','DEV','string','13855IhVShX'];a142_0x4712=function(){return _0x405f78;};return a142_0x4712();}
@@ -1 +1 @@
1
- const a143_0x1a15e2=a143_0x2798;(function(_0x4f743d,_0x29fd4c){const _0x2ee093=a143_0x2798,_0x17070c=_0x4f743d();while(!![]){try{const _0x67a9bd=parseInt(_0x2ee093(0x116))/0x1*(parseInt(_0x2ee093(0xfd))/0x2)+parseInt(_0x2ee093(0x12d))/0x3*(-parseInt(_0x2ee093(0x105))/0x4)+-parseInt(_0x2ee093(0x12c))/0x5*(-parseInt(_0x2ee093(0x141))/0x6)+-parseInt(_0x2ee093(0xff))/0x7*(-parseInt(_0x2ee093(0xf6))/0x8)+parseInt(_0x2ee093(0x143))/0x9+parseInt(_0x2ee093(0x123))/0xa*(-parseInt(_0x2ee093(0x136))/0xb)+-parseInt(_0x2ee093(0x138))/0xc*(parseInt(_0x2ee093(0x107))/0xd);if(_0x67a9bd===_0x29fd4c)break;else _0x17070c['push'](_0x17070c['shift']());}catch(_0x1a60b7){_0x17070c['push'](_0x17070c['shift']());}}}(a143_0x3e70,0xe6869));import{getAppRole,getTenantMembers,listAppRoles,listRoleUsers}from'../../core/api-client.js';import{getSessionUserInfo}from'../../auth/get-session-user.js';import{CliErrors}from'../../errors.js';export const ROLE_ID_FLAG={'name':'id','type':a143_0x1a15e2(0x142),'required':!![],'description':a143_0x1a15e2(0x100)};export const ROLE_REF_FLAG={'name':a143_0x1a15e2(0x112),'type':'string','required':!![],'description':'Role\x20id\x20or\x20role\x20name\x20(CUSTOM\x20roles\x20may\x20be\x20referenced\x20by\x20name)'};export const USER_REF_FLAG={'name':a143_0x1a15e2(0x10e),'type':'string','required':!![],'description':a143_0x1a15e2(0x134)};export const NAME_FLAG={'name':a143_0x1a15e2(0xf8),'type':'string','required':!![],'description':a143_0x1a15e2(0x10a)};export const USER_NAME_FLAG={'name':a143_0x1a15e2(0xf8),'type':a143_0x1a15e2(0x137),'required':!![],'description':a143_0x1a15e2(0x120)};export const REMARK_FLAG={'name':a143_0x1a15e2(0x11c),'type':'string','required':![],'description':a143_0x1a15e2(0x130)};export const EXPECT_USER_COUNT_FLAG={'name':'expect-user-count','type':a143_0x1a15e2(0x142),'required':![],'description':'Anti-drift\x20guard:\x20fail\x20if\x20the\x20role\x27s\x20current\x20member\x20count\x20differs'};export const BUILTIN_ROLE_TYPES=['ADMIN','DEV',a143_0x1a15e2(0x13f)];export function isBuiltinRole(_0xc98dd){const _0x344566=a143_0x1a15e2;return BUILTIN_ROLE_TYPES[_0x344566(0x13b)](_0xc98dd);}function a143_0x3e70(){const _0x9960b1=['user-add','\x20not\x20found\x20in\x20the\x20user-role\x20list.','Role\x20name','tenant_code','userCount','str','user','\x20member(s)\x20but\x20role\x20has\x20','Disambiguate\x20with\x20--user\x20<id>.','permitCount','role',';\x20no\x20change.','userList','Run\x20`role\x20list`\x20to\x20see\x20available\x20roles,\x20or\x20pass\x20--role\x20<id>.','1hfDJrA','\x20is\x20already\x20a\x20member\x20of\x20role\x20','/smartapi/permit/user-role/update-user-list','Disambiguate\x20with\x20--role\x20<id>.','appCode','Only\x20CUSTOM\x20roles\x20can\x20be\x20modified\x20or\x20deleted.','remark','roleType','Cannot\x20','findIndex','Nickname\x20or\x20username\x20to\x20resolve\x20to\x20a\x20userId','validation','username','30110mCuKEL','\x20not\x20found\x20in\x20app\x20','\x22\x20not\x20found\x20in\x20app\x20','trim','\x20built-in\x20role\x20','No\x20tenant\x20member\x20matches\x20\x22','expect-user-count','expectUserCount','test','215bKXXWp','3VRixbq','length','Role\x20id\x20','Optional\x20role\x20remark/description','join','splice','tenant','User\x20id,\x20username,\x20or\x20nickname\x20to\x20resolve\x20to\x20a\x20userId','Role\x20name\x20\x22','1562pMLrsT','string','37812mIvnIs','Check\x20the\x20nickname/username,\x20or\x20pass\x20--user\x20<id>.','Cannot\x20resolve\x20current\x20tenant.\x20Run\x20`rabetbase\x20auth\x20login`\x20first.','includes','userId','\x20is\x20not\x20a\x20member\x20of\x20role\x20','roleName','USER','Run\x20`role\x20list`\x20to\x20see\x20available\x20roles.','188004MdYMvL','number','15789555SHmDWs','nickname','filter','push','Cannot\x20change\x20the\x20permission\x20matrix\x20of\x20built-in\x20role\x20','flagMissing','Missing\x20role\x20reference.','976NQtyIz','map','name','Pass\x20--user\x20<id|name>.','toLowerCase','Pass\x20--role\x20<id|name>.','totalCount','1348684VlTGfU','\x22\x20is\x20ambiguous\x20(ids:\x20','52787xtRgkd','Role\x20id\x20(from\x20`role\x20list`)','User\x20','flag','Missing\x20user\x20reference.','POST','2369556Ebizyb','find','11271SMZMqS'];a143_0x3e70=function(){return _0x9960b1;};return a143_0x3e70();}export function assertCustomRole(_0x40a1f7,_0x41fe90){const _0x5d75c1=a143_0x1a15e2;if(_0x40a1f7['roleType']!=='CUSTOM')throw CliErrors[_0x5d75c1(0x121)](_0x5d75c1(0x11e)+_0x41fe90+_0x5d75c1(0x127)+_0x40a1f7[_0x5d75c1(0x13e)]+'\x20('+_0x40a1f7[_0x5d75c1(0x11d)]+').',_0x5d75c1(0x11b));}export function assertPermConfigurable(_0x3a02ad){const _0xc3c75e=a143_0x1a15e2;if(_0x3a02ad[_0xc3c75e(0x11d)]==='DEV'||_0x3a02ad['roleType']==='ADMIN')throw CliErrors[_0xc3c75e(0x121)](_0xc3c75e(0xf3)+_0x3a02ad[_0xc3c75e(0x13e)]+'\x20('+_0x3a02ad[_0xc3c75e(0x11d)]+').','DEV\x20/\x20ADMIN\x20keep\x20full\x20access\x20by\x20design;\x20configure\x20a\x20CUSTOM\x20role\x20instead.');}export function projectRole(_0x5322f3){const _0x507859=a143_0x1a15e2;return{'id':_0x5322f3['id'],'roleName':_0x5322f3[_0x507859(0x13e)],'roleType':_0x5322f3['roleType'],'remark':_0x5322f3['remark'],'userCount':_0x5322f3[_0x507859(0x10c)],'permitCount':_0x5322f3[_0x507859(0x111)],'builtin':isBuiltinRole(_0x5322f3[_0x507859(0x11d)])};}export async function resolveRoleRef(_0x4d6a70,_0x3c2e84){const _0x233e44=a143_0x1a15e2,_0x3b80c3=_0x3c2e84['trim']();if(!_0x3b80c3)throw CliErrors['validation'](_0x233e44(0xf5),_0x233e44(0xfb));if(/^\d+$/[_0x233e44(0x12b)](_0x3b80c3))return getRoleById(_0x4d6a70,Number(_0x3b80c3));const _0x39c551=await listAllAppRoles(_0x4d6a70),_0x31d332=_0x39c551[_0x233e44(0x145)](_0x384d3e=>_0x384d3e[_0x233e44(0x13e)]===_0x3b80c3);if(_0x31d332[_0x233e44(0x12e)]===0x0)throw CliErrors[_0x233e44(0x121)](_0x233e44(0x135)+_0x3b80c3+_0x233e44(0x125)+_0x4d6a70+'.',_0x233e44(0x115));if(_0x31d332[_0x233e44(0x12e)]>0x1){const _0x4499c4=_0x31d332[_0x233e44(0xf7)](_0x34ae9d=>_0x34ae9d['id'])['join'](',\x20');throw CliErrors[_0x233e44(0x121)]('Role\x20name\x20\x22'+_0x3b80c3+_0x233e44(0xfe)+_0x4499c4+').',_0x233e44(0x119));}return _0x31d332[0x0];}export async function getRoleById(_0x240433,_0x4451d2){const _0x341df9=a143_0x1a15e2,_0x17a532=await getAppRole(_0x4451d2);if(!_0x17a532)throw CliErrors[_0x341df9(0x121)](_0x341df9(0x12f)+_0x4451d2+_0x341df9(0x124)+_0x240433+'.',_0x341df9(0x140));return _0x17a532;}async function listAllAppRoles(_0x3ce4fb){const _0x554e70=a143_0x1a15e2,_0x5bcb7e=0x64,_0x4e6517=[];for(let _0x4b32ff=0x1;;_0x4b32ff+=0x1){const {items:_0x526f9d,paging:_0x1543cf}=await listAppRoles(_0x3ce4fb,{'currentPage':_0x4b32ff,'pageSize':_0x5bcb7e});_0x4e6517[_0x554e70(0xf2)](..._0x526f9d);if(_0x526f9d[_0x554e70(0x12e)]<_0x5bcb7e||_0x1543cf&&_0x4e6517['length']>=_0x1543cf[_0x554e70(0xfc)])return _0x4e6517;}}export async function resolveTenantCode(){const _0x2cb1cd=a143_0x1a15e2,_0x1b3f79=await getSessionUserInfo(),_0x4552e2=_0x1b3f79?.[_0x2cb1cd(0x10e)]?.[_0x2cb1cd(0x133)]?.[_0x2cb1cd(0x10b)];if(!_0x4552e2)throw CliErrors['authRequired'](_0x2cb1cd(0x13a));return _0x4552e2;}function matchMember(_0x370594,_0x2d939d){const _0x153764=a143_0x1a15e2,_0xf667ed=_0x2d939d[_0x153764(0x126)]()[_0x153764(0xfa)]();return(_0x370594[_0x153764(0x144)]??'')[_0x153764(0xfa)]()===_0xf667ed||(_0x370594[_0x153764(0x122)]??'')['toLowerCase']()===_0xf667ed;}export async function resolveUserRef(_0x3e34c6){const _0x5afc98=a143_0x1a15e2,_0x3d255c=_0x3e34c6[_0x5afc98(0x126)]();if(!_0x3d255c)throw CliErrors['validation'](_0x5afc98(0x103),_0x5afc98(0xf9));const _0x518dcd=await resolveTenantCode(),_0x4325ca=await getTenantMembers(_0x518dcd);if(/^\d+$/[_0x5afc98(0x12b)](_0x3d255c)){const _0x38b6e4=Number(_0x3d255c),_0x3d3158=_0x4325ca[_0x5afc98(0x106)](_0x1df63a=>_0x1df63a['userId']===_0x38b6e4);return{'userId':_0x38b6e4,'username':_0x3d3158?.[_0x5afc98(0x122)]??String(_0x38b6e4),'nickname':_0x3d3158?.[_0x5afc98(0x144)],'matchedBy':'id'};}const _0x50ec33=_0x4325ca[_0x5afc98(0x145)](_0x1bb34e=>matchMember(_0x1bb34e,_0x3d255c));if(_0x50ec33[_0x5afc98(0x12e)]===0x0)throw CliErrors[_0x5afc98(0x121)](_0x5afc98(0x128)+_0x3d255c+'\x22.',_0x5afc98(0x139));if(_0x50ec33[_0x5afc98(0x12e)]>0x1){const _0x184a13=_0x50ec33[_0x5afc98(0xf7)](_0x4d251f=>(_0x4d251f['nickname']??_0x4d251f[_0x5afc98(0x122)]??'?')+'('+_0x4d251f[_0x5afc98(0x13c)]+')')[_0x5afc98(0x131)](',\x20');throw CliErrors[_0x5afc98(0x121)]('Multiple\x20tenant\x20members\x20match\x20\x22'+_0x3d255c+'\x22:\x20'+_0x184a13+'.',_0x5afc98(0x110));}const _0xf68bc5=_0x50ec33[0x0];return{'userId':_0xf68bc5[_0x5afc98(0x13c)],'username':_0xf68bc5[_0x5afc98(0x122)]??String(_0xf68bc5['userId']),'nickname':_0xf68bc5[_0x5afc98(0x144)],'matchedBy':'name'};}export const UPDATE_USER_LIST_PATH=a143_0x1a15e2(0x118);function userIdsOf(_0x3015f3){const _0x357082=a143_0x1a15e2;return(_0x3015f3?.['userList']??[])[_0x357082(0xf7)](_0x2390d2=>_0x2390d2['userId']);}export function computeRoleUserMutation(_0x4bea58){const _0x11a931=a143_0x1a15e2,{operation:_0x14d4a4,appCode:_0x541e00,roleUsers:_0xbe3eee,targetRoleId:_0xb246dd,user:_0x6db5e6}=_0x4bea58,_0x218a13=_0xbe3eee[_0x11a931(0x106)](_0x53ac84=>_0x53ac84['id']===_0xb246dd);if(!_0x218a13)throw CliErrors[_0x11a931(0x121)]('Role\x20id\x20'+_0xb246dd+_0x11a931(0x109),'Run\x20`role\x20list`\x20to\x20see\x20available\x20roles.');const _0x371700=userIdsOf(_0x218a13),_0x4fc560=[];if(_0x4bea58[_0x11a931(0x12a)]!==undefined&&_0x4bea58['expectUserCount']!==_0x371700[_0x11a931(0x12e)])throw CliErrors[_0x11a931(0x121)]('Anti-drift\x20check\x20failed:\x20expected\x20'+_0x4bea58[_0x11a931(0x12a)]+_0x11a931(0x10f)+_0x371700[_0x11a931(0x12e)]+'.','Re-run\x20`role\x20detail`\x20/\x20`role\x20list`\x20and\x20retry\x20with\x20the\x20current\x20count.');const _0xc861ce=_0x371700[_0x11a931(0x13b)](_0x6db5e6[_0x11a931(0x13c)]);let _0x5c2b31=![];const _0xb0b9a4=[..._0x218a13[_0x11a931(0x114)]];if(_0x14d4a4===_0x11a931(0x108))_0xc861ce?_0x4fc560[_0x11a931(0xf2)](_0x11a931(0x101)+_0x6db5e6[_0x11a931(0x13c)]+_0x11a931(0x117)+_0x218a13[_0x11a931(0x13e)]+_0x11a931(0x113)):(_0xb0b9a4[_0x11a931(0xf2)]({'userId':_0x6db5e6[_0x11a931(0x13c)],'username':_0x6db5e6[_0x11a931(0x122)],..._0x6db5e6[_0x11a931(0x144)]?{'nickname':_0x6db5e6[_0x11a931(0x144)]}:{}}),_0x5c2b31=!![]);else{if(!_0xc861ce)_0x4fc560['push'](_0x11a931(0x101)+_0x6db5e6[_0x11a931(0x13c)]+_0x11a931(0x13d)+_0x218a13['roleName']+_0x11a931(0x113));else{const _0x5ec770=_0xb0b9a4[_0x11a931(0x11f)](_0x26ee98=>_0x26ee98[_0x11a931(0x13c)]===_0x6db5e6[_0x11a931(0x13c)]);if(_0x5ec770>=0x0)_0xb0b9a4[_0x11a931(0x132)](_0x5ec770,0x1);_0x5c2b31=!![];}}const _0x3c64ec=_0xbe3eee[_0x11a931(0xf7)](_0x6251fd=>_0x6251fd['id']===_0xb246dd?{..._0x6251fd,'userList':_0xb0b9a4}:_0x6251fd),_0x19a71f=_0xb0b9a4[_0x11a931(0xf7)](_0x5372c6=>_0x5372c6[_0x11a931(0x13c)]),_0x15ef19={'operation':_0x14d4a4,'selector':{'appCode':_0x541e00,'roleId':_0xb246dd,'roleName':_0x218a13[_0x11a931(0x13e)],'userId':_0x6db5e6[_0x11a931(0x13c)]},'before':{'userIds':_0x371700},'after':{'userIds':_0x19a71f},'dryRun':_0x4bea58['dryRun'],'backend':{'method':_0x11a931(0x104),'path':UPDATE_USER_LIST_PATH},'warnings':_0x4fc560};return{'roleList':_0x3c64ec,'mutation':_0x15ef19,'changed':_0x5c2b31};}export async function loadRoleUsers(_0x22289b){return listRoleUsers(_0x22289b);}function a143_0x2798(_0x5a292b,_0x251ab9){_0x5a292b=_0x5a292b-0xf2;const _0x3e70b9=a143_0x3e70();let _0x279864=_0x3e70b9[_0x5a292b];return _0x279864;}export function readRoleRef(_0x24685b){const _0x34faf0=a143_0x1a15e2,_0x446c25=_0x24685b[_0x34faf0(0x10d)]('role')[_0x34faf0(0x126)]();if(!_0x446c25)throw CliErrors[_0x34faf0(0xf4)](_0x34faf0(0x112),_0x34faf0(0xfb));return _0x446c25;}export async function prepareUserMutation(_0x3f9ad6,_0x5b9e6c,_0x142422){const _0x50b118=a143_0x1a15e2,_0xe860a4=readRoleRef(_0x3f9ad6),_0x4e2c53=_0x3f9ad6[_0x50b118(0x10d)]('user')['trim']();if(!_0x4e2c53)throw CliErrors[_0x50b118(0xf4)](_0x50b118(0x10e),_0x50b118(0xf9));const _0x136618=_0x3f9ad6[_0x50b118(0x102)](_0x50b118(0x129)),_0x287808=_0x136618===undefined||_0x136618===null?undefined:Number(_0x136618),_0x3f1459=await resolveRoleRef(_0x3f9ad6['appCode'],_0xe860a4),_0xb00921=await resolveUserRef(_0x4e2c53),_0x246271=await loadRoleUsers(_0x3f9ad6['appCode']);return computeRoleUserMutation({'operation':_0x5b9e6c,'appCode':_0x3f9ad6[_0x50b118(0x11a)],'roleUsers':_0x246271,'targetRoleId':_0x3f1459['id'],'user':{'userId':_0xb00921['userId'],'username':_0xb00921[_0x50b118(0x122)],'nickname':_0xb00921['nickname']},'dryRun':_0x142422,..._0x287808!==undefined?{'expectUserCount':_0x287808}:{}});}
1
+ const a143_0x212a93=a143_0x24ad;function a143_0x5b37(){const _0x254a87=['roleType','DEV','userList','Check\x20the\x20nickname/username,\x20or\x20pass\x20--user\x20<id>.','push','ADMIN','Missing\x20user\x20reference.','Pass\x20--role\x20<id|name>.','Run\x20`role\x20list`\x20to\x20see\x20available\x20roles,\x20or\x20pass\x20--role\x20<id>.','\x22\x20is\x20ambiguous\x20(ids:\x20','196473AkSfdo','number','\x20member(s)\x20but\x20role\x20has\x20','role','\x20not\x20found\x20in\x20app\x20','find','tenant_code','Role\x20id\x20or\x20role\x20name\x20(CUSTOM\x20roles\x20may\x20be\x20referenced\x20by\x20name)','DEV\x20/\x20ADMIN\x20keep\x20full\x20access\x20by\x20design;\x20configure\x20a\x20CUSTOM\x20role\x20instead.','Role\x20name\x20\x22','Anti-drift\x20guard:\x20fail\x20if\x20the\x20role\x27s\x20current\x20member\x20count\x20differs','filter','includes','USER','12KukfTF','\x20not\x20found\x20in\x20the\x20user-role\x20list.','name','splice','userId','Disambiguate\x20with\x20--user\x20<id>.','user','validation','authRequired','userCount','Re-run\x20`role\x20detail`\x20/\x20`role\x20list`\x20and\x20retry\x20with\x20the\x20current\x20count.','join','expect-user-count','remark','string','Cannot\x20resolve\x20current\x20tenant.\x20Run\x20`rabetbase\x20auth\x20login`\x20first.','roleName','flagMissing','map','test','Cannot\x20','trim','user-add','4022ZRuONB','nickname','/smartapi/permit/user-role/update-user-list','\x22\x20not\x20found\x20in\x20app\x20','No\x20tenant\x20member\x20matches\x20\x22','Anti-drift\x20check\x20failed:\x20expected\x20','Pass\x20--user\x20<id|name>.','permitCount','\x20is\x20not\x20a\x20member\x20of\x20role\x20','Cannot\x20change\x20the\x20permission\x20matrix\x20of\x20built-in\x20role\x20','POST','Disambiguate\x20with\x20--role\x20<id>.','CUSTOM','4628150iDRosw',';\x20no\x20change.','str','toLowerCase','username','\x20is\x20already\x20a\x20member\x20of\x20role\x20','Nickname\x20or\x20username\x20to\x20resolve\x20to\x20a\x20userId','Optional\x20role\x20remark/description','Only\x20CUSTOM\x20roles\x20can\x20be\x20modified\x20or\x20deleted.','1206Xivgye','length','78095NhvjLP','31129xeFeEi','flag','129SibSvY','10936gODqKz','User\x20','tenant','Role\x20id\x20','\x22:\x20','findIndex','\x20built-in\x20role\x20','User\x20id,\x20username,\x20or\x20nickname\x20to\x20resolve\x20to\x20a\x20userId','334684NGMQLQ','Run\x20`role\x20list`\x20to\x20see\x20available\x20roles.','Role\x20id\x20(from\x20`role\x20list`)','appCode','expectUserCount'];a143_0x5b37=function(){return _0x254a87;};return a143_0x5b37();}(function(_0x127eed,_0x540321){const _0x311ab0=a143_0x24ad,_0x502c72=_0x127eed();while(!![]){try{const _0x5d929d=parseInt(_0x311ab0(0xbc))/0x1+-parseInt(_0x311ab0(0x89))/0x2*(-parseInt(_0x311ab0(0xa4))/0x3)+parseInt(_0x311ab0(0xad))/0x4+parseInt(_0x311ab0(0xa1))/0x5+parseInt(_0x311ab0(0x72))/0x6*(parseInt(_0x311ab0(0xa2))/0x7)+-parseInt(_0x311ab0(0xa5))/0x8*(-parseInt(_0x311ab0(0x9f))/0x9)+-parseInt(_0x311ab0(0x96))/0xa;if(_0x5d929d===_0x540321)break;else _0x502c72['push'](_0x502c72['shift']());}catch(_0x4fac52){_0x502c72['push'](_0x502c72['shift']());}}}(a143_0x5b37,0x1b385));import{getAppRole,getTenantMembers,listAppRoles,listRoleUsers}from'../../core/api-client.js';function a143_0x24ad(_0xbbf427,_0x55db0b){_0xbbf427=_0xbbf427-0x6a;const _0x5b3767=a143_0x5b37();let _0x24ad3f=_0x5b3767[_0xbbf427];return _0x24ad3f;}import{getSessionUserInfo}from'../../auth/get-session-user.js';import{CliErrors}from'../../errors.js';export const ROLE_ID_FLAG={'name':'id','type':a143_0x212a93(0xbd),'required':!![],'description':a143_0x212a93(0xaf)};export const ROLE_REF_FLAG={'name':a143_0x212a93(0xbf),'type':a143_0x212a93(0x80),'required':!![],'description':a143_0x212a93(0x6b)};export const USER_REF_FLAG={'name':'user','type':a143_0x212a93(0x80),'required':!![],'description':a143_0x212a93(0xac)};export const NAME_FLAG={'name':'name','type':a143_0x212a93(0x80),'required':!![],'description':'Role\x20name'};export const USER_NAME_FLAG={'name':'name','type':a143_0x212a93(0x80),'required':!![],'description':a143_0x212a93(0x9c)};export const REMARK_FLAG={'name':a143_0x212a93(0x7f),'type':a143_0x212a93(0x80),'required':![],'description':a143_0x212a93(0x9d)};export const EXPECT_USER_COUNT_FLAG={'name':a143_0x212a93(0x7e),'type':a143_0x212a93(0xbd),'required':![],'description':a143_0x212a93(0x6e)};export const BUILTIN_ROLE_TYPES=[a143_0x212a93(0xb7),a143_0x212a93(0xb3),a143_0x212a93(0x71)];export function isBuiltinRole(_0x1adaf2){return BUILTIN_ROLE_TYPES['includes'](_0x1adaf2);}export function assertCustomRole(_0x52b9ac,_0x4ace83){const _0x39d186=a143_0x212a93;if(_0x52b9ac[_0x39d186(0xb2)]!==_0x39d186(0x95))throw CliErrors[_0x39d186(0x79)](_0x39d186(0x86)+_0x4ace83+_0x39d186(0xab)+_0x52b9ac['roleName']+'\x20('+_0x52b9ac[_0x39d186(0xb2)]+').',_0x39d186(0x9e));}export function assertPermConfigurable(_0xf6b897){const _0x55596b=a143_0x212a93;if(_0xf6b897[_0x55596b(0xb2)]===_0x55596b(0xb3)||_0xf6b897[_0x55596b(0xb2)]===_0x55596b(0xb7))throw CliErrors[_0x55596b(0x79)](_0x55596b(0x92)+_0xf6b897['roleName']+'\x20('+_0xf6b897[_0x55596b(0xb2)]+').',_0x55596b(0x6c));}export function projectRole(_0x24c8ae){const _0x3502fd=a143_0x212a93;return{'id':_0x24c8ae['id'],'roleName':_0x24c8ae[_0x3502fd(0x82)],'roleType':_0x24c8ae[_0x3502fd(0xb2)],'remark':_0x24c8ae[_0x3502fd(0x7f)],'userCount':_0x24c8ae[_0x3502fd(0x7b)],'permitCount':_0x24c8ae[_0x3502fd(0x90)],'builtin':isBuiltinRole(_0x24c8ae[_0x3502fd(0xb2)])};}export async function resolveRoleRef(_0x703074,_0x1d5a98){const _0x4326ac=a143_0x212a93,_0x2b5c77=_0x1d5a98[_0x4326ac(0x87)]();if(!_0x2b5c77)throw CliErrors['validation']('Missing\x20role\x20reference.','Pass\x20--role\x20<id|name>.');if(/^\d+$/['test'](_0x2b5c77))return getRoleById(_0x703074,Number(_0x2b5c77));const _0x5c0331=await listAllAppRoles(_0x703074),_0x3aa34f=_0x5c0331[_0x4326ac(0x6f)](_0x5c7389=>_0x5c7389[_0x4326ac(0x82)]===_0x2b5c77);if(_0x3aa34f[_0x4326ac(0xa0)]===0x0)throw CliErrors[_0x4326ac(0x79)](_0x4326ac(0x6d)+_0x2b5c77+_0x4326ac(0x8c)+_0x703074+'.',_0x4326ac(0xba));if(_0x3aa34f[_0x4326ac(0xa0)]>0x1){const _0x7be9cb=_0x3aa34f['map'](_0x33846e=>_0x33846e['id'])[_0x4326ac(0x7d)](',\x20');throw CliErrors[_0x4326ac(0x79)](_0x4326ac(0x6d)+_0x2b5c77+_0x4326ac(0xbb)+_0x7be9cb+').',_0x4326ac(0x94));}return _0x3aa34f[0x0];}export async function getRoleById(_0x559a66,_0x4f132c){const _0x4578ac=a143_0x212a93,_0x2873e5=await getAppRole(_0x4f132c);if(!_0x2873e5)throw CliErrors[_0x4578ac(0x79)](_0x4578ac(0xa8)+_0x4f132c+_0x4578ac(0xc0)+_0x559a66+'.',_0x4578ac(0xae));return _0x2873e5;}async function listAllAppRoles(_0x226060){const _0x25e40d=a143_0x212a93,_0x106952=0x64,_0x1eb374=[];for(let _0x41fd6e=0x1;;_0x41fd6e+=0x1){const {items:_0x50ec10,paging:_0x5cf9d5}=await listAppRoles(_0x226060,{'currentPage':_0x41fd6e,'pageSize':_0x106952});_0x1eb374[_0x25e40d(0xb6)](..._0x50ec10);if(_0x50ec10[_0x25e40d(0xa0)]<_0x106952||_0x5cf9d5&&_0x1eb374[_0x25e40d(0xa0)]>=_0x5cf9d5['totalCount'])return _0x1eb374;}}export async function resolveTenantCode(){const _0x582a69=a143_0x212a93,_0x583c4b=await getSessionUserInfo(),_0x5a7ded=_0x583c4b?.[_0x582a69(0x78)]?.[_0x582a69(0xa7)]?.[_0x582a69(0x6a)];if(!_0x5a7ded)throw CliErrors[_0x582a69(0x7a)](_0x582a69(0x81));return _0x5a7ded;}function matchMember(_0x46c117,_0x2eb3cc){const _0x2aaab6=a143_0x212a93,_0x4e504f=_0x2eb3cc[_0x2aaab6(0x87)]()[_0x2aaab6(0x99)]();return(_0x46c117['nickname']??'')[_0x2aaab6(0x99)]()===_0x4e504f||(_0x46c117[_0x2aaab6(0x9a)]??'')[_0x2aaab6(0x99)]()===_0x4e504f;}export async function resolveUserRef(_0x441634){const _0x13c5bf=a143_0x212a93,_0xb251a5=_0x441634[_0x13c5bf(0x87)]();if(!_0xb251a5)throw CliErrors[_0x13c5bf(0x79)](_0x13c5bf(0xb8),_0x13c5bf(0x8f));const _0x661f5c=await resolveTenantCode(),_0x417b7f=await getTenantMembers(_0x661f5c);if(/^\d+$/[_0x13c5bf(0x85)](_0xb251a5)){const _0x18895c=Number(_0xb251a5),_0x51f2e0=_0x417b7f[_0x13c5bf(0xc1)](_0x19496d=>_0x19496d[_0x13c5bf(0x76)]===_0x18895c);return{'userId':_0x18895c,'username':_0x51f2e0?.[_0x13c5bf(0x9a)]??String(_0x18895c),'nickname':_0x51f2e0?.[_0x13c5bf(0x8a)],'matchedBy':'id'};}const _0x576209=_0x417b7f['filter'](_0x4e47c2=>matchMember(_0x4e47c2,_0xb251a5));if(_0x576209[_0x13c5bf(0xa0)]===0x0)throw CliErrors[_0x13c5bf(0x79)](_0x13c5bf(0x8d)+_0xb251a5+'\x22.',_0x13c5bf(0xb5));if(_0x576209[_0x13c5bf(0xa0)]>0x1){const _0x4171b9=_0x576209[_0x13c5bf(0x84)](_0x15b62d=>(_0x15b62d[_0x13c5bf(0x8a)]??_0x15b62d[_0x13c5bf(0x9a)]??'?')+'('+_0x15b62d[_0x13c5bf(0x76)]+')')[_0x13c5bf(0x7d)](',\x20');throw CliErrors['validation']('Multiple\x20tenant\x20members\x20match\x20\x22'+_0xb251a5+_0x13c5bf(0xa9)+_0x4171b9+'.',_0x13c5bf(0x77));}const _0xf3fc14=_0x576209[0x0];return{'userId':_0xf3fc14['userId'],'username':_0xf3fc14[_0x13c5bf(0x9a)]??String(_0xf3fc14[_0x13c5bf(0x76)]),'nickname':_0xf3fc14['nickname'],'matchedBy':_0x13c5bf(0x74)};}export const UPDATE_USER_LIST_PATH=a143_0x212a93(0x8b);function userIdsOf(_0x2d9335){const _0x285c39=a143_0x212a93;return(_0x2d9335?.[_0x285c39(0xb4)]??[])['map'](_0x170564=>_0x170564[_0x285c39(0x76)]);}export function computeRoleUserMutation(_0x4261cc){const _0x51f4bd=a143_0x212a93,{operation:_0x2a05f5,appCode:_0x5d5881,roleUsers:_0x213dff,targetRoleId:_0x403370,user:_0x291a9d}=_0x4261cc,_0xca37ba=_0x213dff[_0x51f4bd(0xc1)](_0x3f7dd1=>_0x3f7dd1['id']===_0x403370);if(!_0xca37ba)throw CliErrors['validation'](_0x51f4bd(0xa8)+_0x403370+_0x51f4bd(0x73),_0x51f4bd(0xae));const _0x20d015=userIdsOf(_0xca37ba),_0x5ee56f=[];if(_0x4261cc[_0x51f4bd(0xb1)]!==undefined&&_0x4261cc[_0x51f4bd(0xb1)]!==_0x20d015[_0x51f4bd(0xa0)])throw CliErrors[_0x51f4bd(0x79)](_0x51f4bd(0x8e)+_0x4261cc[_0x51f4bd(0xb1)]+_0x51f4bd(0xbe)+_0x20d015['length']+'.',_0x51f4bd(0x7c));const _0x5f4517=_0x20d015[_0x51f4bd(0x70)](_0x291a9d[_0x51f4bd(0x76)]);let _0x27795e=![];const _0x564adb=[..._0xca37ba[_0x51f4bd(0xb4)]];if(_0x2a05f5===_0x51f4bd(0x88))_0x5f4517?_0x5ee56f[_0x51f4bd(0xb6)]('User\x20'+_0x291a9d[_0x51f4bd(0x76)]+_0x51f4bd(0x9b)+_0xca37ba['roleName']+';\x20no\x20change.'):(_0x564adb['push']({'userId':_0x291a9d['userId'],'username':_0x291a9d[_0x51f4bd(0x9a)],..._0x291a9d[_0x51f4bd(0x8a)]?{'nickname':_0x291a9d[_0x51f4bd(0x8a)]}:{}}),_0x27795e=!![]);else{if(!_0x5f4517)_0x5ee56f[_0x51f4bd(0xb6)](_0x51f4bd(0xa6)+_0x291a9d[_0x51f4bd(0x76)]+_0x51f4bd(0x91)+_0xca37ba[_0x51f4bd(0x82)]+_0x51f4bd(0x97));else{const _0x4e49d5=_0x564adb[_0x51f4bd(0xaa)](_0x36c561=>_0x36c561[_0x51f4bd(0x76)]===_0x291a9d['userId']);if(_0x4e49d5>=0x0)_0x564adb[_0x51f4bd(0x75)](_0x4e49d5,0x1);_0x27795e=!![];}}const _0x1966d2=_0x213dff['map'](_0x41e91d=>_0x41e91d['id']===_0x403370?{..._0x41e91d,'userList':_0x564adb}:_0x41e91d),_0x55b482=_0x564adb['map'](_0x5c0b5d=>_0x5c0b5d['userId']),_0x2d6f5b={'operation':_0x2a05f5,'selector':{'appCode':_0x5d5881,'roleId':_0x403370,'roleName':_0xca37ba[_0x51f4bd(0x82)],'userId':_0x291a9d[_0x51f4bd(0x76)]},'before':{'userIds':_0x20d015},'after':{'userIds':_0x55b482},'dryRun':_0x4261cc['dryRun'],'backend':{'method':_0x51f4bd(0x93),'path':UPDATE_USER_LIST_PATH},'warnings':_0x5ee56f};return{'roleList':_0x1966d2,'mutation':_0x2d6f5b,'changed':_0x27795e};}export async function loadRoleUsers(_0x58b42b){return listRoleUsers(_0x58b42b);}export function readRoleRef(_0x22658a){const _0x3c49a5=a143_0x212a93,_0x27aa83=_0x22658a[_0x3c49a5(0x98)]('role')[_0x3c49a5(0x87)]();if(!_0x27aa83)throw CliErrors[_0x3c49a5(0x83)]('role',_0x3c49a5(0xb9));return _0x27aa83;}export async function prepareUserMutation(_0x4343fe,_0x2f7e42,_0x3d8643){const _0x29dc62=a143_0x212a93,_0x5c4eb0=readRoleRef(_0x4343fe),_0x8ddb46=_0x4343fe['str'](_0x29dc62(0x78))[_0x29dc62(0x87)]();if(!_0x8ddb46)throw CliErrors['flagMissing'](_0x29dc62(0x78),_0x29dc62(0x8f));const _0x1c9ad2=_0x4343fe[_0x29dc62(0xa3)](_0x29dc62(0x7e)),_0x2e1744=_0x1c9ad2===undefined||_0x1c9ad2===null?undefined:Number(_0x1c9ad2),_0x185c72=await resolveRoleRef(_0x4343fe[_0x29dc62(0xb0)],_0x5c4eb0),_0x3f6c27=await resolveUserRef(_0x8ddb46),_0x173428=await loadRoleUsers(_0x4343fe[_0x29dc62(0xb0)]);return computeRoleUserMutation({'operation':_0x2f7e42,'appCode':_0x4343fe[_0x29dc62(0xb0)],'roleUsers':_0x173428,'targetRoleId':_0x185c72['id'],'user':{'userId':_0x3f6c27[_0x29dc62(0x76)],'username':_0x3f6c27[_0x29dc62(0x9a)],'nickname':_0x3f6c27['nickname']},'dryRun':_0x3d8643,..._0x2e1744!==undefined?{'expectUserCount':_0x2e1744}:{}});}
@@ -1 +1 @@
1
- const a144_0x492db5=a144_0x538c;(function(_0x563eeb,_0x39ec90){const _0x37e026=a144_0x538c,_0x21412d=_0x563eeb();while(!![]){try{const _0xad7145=-parseInt(_0x37e026(0x1ee))/0x1+-parseInt(_0x37e026(0x204))/0x2*(-parseInt(_0x37e026(0x1fa))/0x3)+parseInt(_0x37e026(0x1f7))/0x4*(-parseInt(_0x37e026(0x1ed))/0x5)+-parseInt(_0x37e026(0x207))/0x6*(-parseInt(_0x37e026(0x202))/0x7)+parseInt(_0x37e026(0x1eb))/0x8*(parseInt(_0x37e026(0x1f8))/0x9)+parseInt(_0x37e026(0x1f6))/0xa+-parseInt(_0x37e026(0x1fd))/0xb*(-parseInt(_0x37e026(0x1fe))/0xc);if(_0xad7145===_0x39ec90)break;else _0x21412d['push'](_0x21412d['shift']());}catch(_0x57dcc7){_0x21412d['push'](_0x21412d['shift']());}}}(a144_0x2210,0x34233));import{updateAppRole}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{asDryRunResult}from'../../commands/common/dry-run.js';function a144_0x2210(){const _0x1e8a67=['22GVCltB','583296uXYXEB','Updated\x20role\x20','length','name','364OujMTs','/smartapi/permit/role/update','116422XZzURk','Pass\x20at\x20least\x20one\x20of\x20--name\x20/\x20--remark.','update','8706gIKyGd','Update\x20a\x20CUSTOM\x20role\x27s\x20name/remark\x20(DEV/ADMIN\x20rejected)','remark','validation','8yHjjaH','Role\x20name\x20cannot\x20exceed\x2064\x20characters.','50CZQGat','333506JlrNlD','num','role','New\x20role\x20name','appCode','string','Nothing\x20to\x20update.','POST','3218190QDfLDD','120476NbpFuo','2659977DrcgMf','flag','3SPnCpN','roleName','\x20(id='];a144_0x2210=function(){return _0x1e8a67;};return a144_0x2210();}import{assertCustomRole,getRoleById,projectRole,REMARK_FLAG,ROLE_ID_FLAG}from'../../commands/role/shared.js';const UPDATE_PATH=a144_0x492db5(0x203);function readPatch(_0x3f1ab3){const _0x530f22=a144_0x492db5,_0x420923=_0x3f1ab3[_0x530f22(0x1f9)]('name'),_0x213d4b=_0x3f1ab3['flag']('remark'),_0x123038={};if(_0x420923!==undefined&&_0x420923!==null){const _0x35bdf9=String(_0x420923)['trim']();if(!_0x35bdf9)throw CliErrors[_0x530f22(0x20a)]('--name\x20cannot\x20be\x20empty.');if(_0x35bdf9[_0x530f22(0x200)]>0x40)throw CliErrors[_0x530f22(0x20a)](_0x530f22(0x1ec));_0x123038[_0x530f22(0x1fb)]=_0x35bdf9;}_0x213d4b!==undefined&&_0x213d4b!==null&&(_0x123038[_0x530f22(0x209)]=String(_0x213d4b));if(_0x123038[_0x530f22(0x1fb)]===undefined&&_0x123038['remark']===undefined)throw CliErrors[_0x530f22(0x20a)](_0x530f22(0x1f4),_0x530f22(0x205));return _0x123038;}function a144_0x538c(_0x18afc4,_0x3a3eca){_0x18afc4=_0x18afc4-0x1eb;const _0x221070=a144_0x2210();let _0x538c4a=_0x221070[_0x18afc4];return _0x538c4a;}export const roleUpdate={'service':a144_0x492db5(0x1f0),'command':a144_0x492db5(0x206),'description':a144_0x492db5(0x208),'risk':'write','flags':[ROLE_ID_FLAG,{...REMARK_FLAG},{'name':a144_0x492db5(0x201),'type':a144_0x492db5(0x1f3),'required':![],'description':a144_0x492db5(0x1f1)},APPCODE_FLAG_OPTIONAL],async 'validate'(_0x3013db){readPatch(_0x3013db);},async 'dryRun'(_0x42f408){const _0x16d2cb=a144_0x492db5,_0x1fba4d=_0x42f408[_0x16d2cb(0x1ef)]('id'),_0x5196ce=readPatch(_0x42f408),_0xe9b3e0=await getRoleById(_0x42f408['appCode'],_0x1fba4d);return assertCustomRole(_0xe9b3e0,'update'),asDryRunResult({'operation':'update','selector':{'appCode':_0x42f408[_0x16d2cb(0x1f2)],'roleId':_0x1fba4d,'roleName':_0xe9b3e0[_0x16d2cb(0x1fb)]},'before':projectRole(_0xe9b3e0),'after':projectRole({..._0xe9b3e0,..._0x5196ce[_0x16d2cb(0x1fb)]!==undefined?{'roleName':_0x5196ce[_0x16d2cb(0x1fb)]}:{},..._0x5196ce[_0x16d2cb(0x209)]!==undefined?{'remark':_0x5196ce['remark']}:{}}),'dryRun':!![],'backend':{'method':_0x16d2cb(0x1f5),'path':UPDATE_PATH},'warnings':[]},{'method':_0x16d2cb(0x1f5),'url':UPDATE_PATH});},async 'execute'(_0x533ec9){const _0x483f45=a144_0x492db5,_0x2eb667=_0x533ec9['num']('id'),_0x455364=readPatch(_0x533ec9),_0x16d474=await getRoleById(_0x533ec9[_0x483f45(0x1f2)],_0x2eb667);assertCustomRole(_0x16d474,_0x483f45(0x206)),await updateAppRole({'id':_0x2eb667,'appCode':_0x533ec9[_0x483f45(0x1f2)],..._0x455364[_0x483f45(0x1fb)]!==undefined?{'roleName':_0x455364[_0x483f45(0x1fb)]}:{},..._0x455364[_0x483f45(0x209)]!==undefined?{'remark':_0x455364['remark']}:{}});const _0x119f7d=await getRoleById(_0x533ec9[_0x483f45(0x1f2)],_0x2eb667);return{'ok':!![],'data':{'operation':_0x483f45(0x206),'selector':{'appCode':_0x533ec9[_0x483f45(0x1f2)],'roleId':_0x2eb667,'roleName':_0x119f7d['roleName']},'before':projectRole(_0x16d474),'after':projectRole(_0x119f7d),'dryRun':![],'backend':{'method':_0x483f45(0x1f5),'path':UPDATE_PATH},'warnings':[]},'message':_0x483f45(0x1ff)+_0x119f7d[_0x483f45(0x1fb)]+_0x483f45(0x1fc)+_0x2eb667+')'};}};
1
+ const a144_0x59cdbe=a144_0x8721;(function(_0x1216a7,_0x3d17a6){const _0x17f5f0=a144_0x8721,_0x40a0cf=_0x1216a7();while(!![]){try{const _0x2666e3=parseInt(_0x17f5f0(0x207))/0x1*(-parseInt(_0x17f5f0(0x1f7))/0x2)+parseInt(_0x17f5f0(0x1f6))/0x3*(-parseInt(_0x17f5f0(0x1fd))/0x4)+-parseInt(_0x17f5f0(0x1ff))/0x5*(parseInt(_0x17f5f0(0x1f4))/0x6)+parseInt(_0x17f5f0(0x209))/0x7+-parseInt(_0x17f5f0(0x1fa))/0x8+-parseInt(_0x17f5f0(0x1f9))/0x9*(parseInt(_0x17f5f0(0x1fe))/0xa)+parseInt(_0x17f5f0(0x20d))/0xb;if(_0x2666e3===_0x3d17a6)break;else _0x40a0cf['push'](_0x40a0cf['shift']());}catch(_0x4a005f){_0x40a0cf['push'](_0x40a0cf['shift']());}}}(a144_0x2972,0xa693c));import{updateAppRole}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';function a144_0x8721(_0x88d179,_0x3f6146){_0x88d179=_0x88d179-0x1f3;const _0x297259=a144_0x2972();let _0x87211c=_0x297259[_0x88d179];return _0x87211c;}import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{asDryRunResult}from'../../commands/common/dry-run.js';import{assertCustomRole,getRoleById,projectRole,REMARK_FLAG,ROLE_ID_FLAG}from'../../commands/role/shared.js';const UPDATE_PATH='/smartapi/permit/role/update';function readPatch(_0xf364ba){const _0x37467d=a144_0x8721,_0x2d98ce=_0xf364ba[_0x37467d(0x205)](_0x37467d(0x20a)),_0x4ce004=_0xf364ba[_0x37467d(0x205)]('remark'),_0x3dbaf9={};if(_0x2d98ce!==undefined&&_0x2d98ce!==null){const _0x536990=String(_0x2d98ce)[_0x37467d(0x20c)]();if(!_0x536990)throw CliErrors[_0x37467d(0x208)]('--name\x20cannot\x20be\x20empty.');if(_0x536990[_0x37467d(0x1f3)]>0x40)throw CliErrors[_0x37467d(0x208)]('Role\x20name\x20cannot\x20exceed\x2064\x20characters.');_0x3dbaf9[_0x37467d(0x1f8)]=_0x536990;}_0x4ce004!==undefined&&_0x4ce004!==null&&(_0x3dbaf9['remark']=String(_0x4ce004));if(_0x3dbaf9['roleName']===undefined&&_0x3dbaf9[_0x37467d(0x1f5)]===undefined)throw CliErrors[_0x37467d(0x208)]('Nothing\x20to\x20update.',_0x37467d(0x1fb));return _0x3dbaf9;}function a144_0x2972(){const _0x2ff979=['8854993ovVvvd','name','role','trim','27590178sOFNjI','Updated\x20role\x20','appCode','length','3363090PCmrXw','remark','3051RrFclZ','6ZoVQOc','roleName','146016OOMQha','2405032lzTJEV','Pass\x20at\x20least\x20one\x20of\x20--name\x20/\x20--remark.','num','2364JcxOYd','240xykebx','5kvBIop','string','write','New\x20role\x20name','update','Update\x20a\x20CUSTOM\x20role\x27s\x20name/remark\x20(DEV/ADMIN\x20rejected)','flag','POST','413110ptntEP','validation'];a144_0x2972=function(){return _0x2ff979;};return a144_0x2972();}export const roleUpdate={'service':a144_0x59cdbe(0x20b),'command':a144_0x59cdbe(0x203),'description':a144_0x59cdbe(0x204),'risk':a144_0x59cdbe(0x201),'flags':[ROLE_ID_FLAG,{...REMARK_FLAG},{'name':a144_0x59cdbe(0x20a),'type':a144_0x59cdbe(0x200),'required':![],'description':a144_0x59cdbe(0x202)},APPCODE_FLAG_OPTIONAL],async 'validate'(_0x422012){readPatch(_0x422012);},async 'dryRun'(_0x488578){const _0x5a30d9=a144_0x59cdbe,_0x116758=_0x488578['num']('id'),_0x5193c9=readPatch(_0x488578),_0x42742c=await getRoleById(_0x488578[_0x5a30d9(0x20f)],_0x116758);return assertCustomRole(_0x42742c,_0x5a30d9(0x203)),asDryRunResult({'operation':'update','selector':{'appCode':_0x488578[_0x5a30d9(0x20f)],'roleId':_0x116758,'roleName':_0x42742c['roleName']},'before':projectRole(_0x42742c),'after':projectRole({..._0x42742c,..._0x5193c9['roleName']!==undefined?{'roleName':_0x5193c9[_0x5a30d9(0x1f8)]}:{},..._0x5193c9[_0x5a30d9(0x1f5)]!==undefined?{'remark':_0x5193c9[_0x5a30d9(0x1f5)]}:{}}),'dryRun':!![],'backend':{'method':_0x5a30d9(0x206),'path':UPDATE_PATH},'warnings':[]},{'method':'POST','url':UPDATE_PATH});},async 'execute'(_0xea2ad7){const _0x1a7747=a144_0x59cdbe,_0x490055=_0xea2ad7[_0x1a7747(0x1fc)]('id'),_0x2a6e9e=readPatch(_0xea2ad7),_0x316bae=await getRoleById(_0xea2ad7[_0x1a7747(0x20f)],_0x490055);assertCustomRole(_0x316bae,_0x1a7747(0x203)),await updateAppRole({'id':_0x490055,'appCode':_0xea2ad7[_0x1a7747(0x20f)],..._0x2a6e9e[_0x1a7747(0x1f8)]!==undefined?{'roleName':_0x2a6e9e[_0x1a7747(0x1f8)]}:{},..._0x2a6e9e['remark']!==undefined?{'remark':_0x2a6e9e['remark']}:{}});const _0x3be282=await getRoleById(_0xea2ad7[_0x1a7747(0x20f)],_0x490055);return{'ok':!![],'data':{'operation':'update','selector':{'appCode':_0xea2ad7['appCode'],'roleId':_0x490055,'roleName':_0x3be282[_0x1a7747(0x1f8)]},'before':projectRole(_0x316bae),'after':projectRole(_0x3be282),'dryRun':![],'backend':{'method':_0x1a7747(0x206),'path':UPDATE_PATH},'warnings':[]},'message':_0x1a7747(0x20e)+_0x3be282[_0x1a7747(0x1f8)]+'\x20(id='+_0x490055+')'};}};
@@ -1 +1 @@
1
- function a145_0x1f89(){const _0x297eac=['664411fikFGx','Add\x20a\x20user\x20to\x20a\x20role\x20(internal\x20merge\x20+\x20anti-drift);\x20requires\x20--yes','user-add','userId','selector','1104WBtSgV','3hdlZSU','25999oNPyjz','88BkHCxv','90hkGhCS','Added\x20user\x20','1031096ISIDvq','high-risk-write','POST','appCode','19830HxUDTY','\x20already\x20in\x20role\x20','No\x20change:\x20user\x20','9055662MwOcFi','12657510VIJiMp','\x20to\x20role\x20','340444CWPuqv','roleName','564PxCJfV'];a145_0x1f89=function(){return _0x297eac;};return a145_0x1f89();}const a145_0x25b574=a145_0x713e;(function(_0x426f57,_0xa8250e){const _0x2d11ba=a145_0x713e,_0x25822d=_0x426f57();while(!![]){try{const _0x4df2ff=-parseInt(_0x2d11ba(0x195))/0x1*(parseInt(_0x2d11ba(0x196))/0x2)+parseInt(_0x2d11ba(0x194))/0x3*(parseInt(_0x2d11ba(0x1a3))/0x4)+parseInt(_0x2d11ba(0x19d))/0x5*(parseInt(_0x2d11ba(0x193))/0x6)+parseInt(_0x2d11ba(0x1a0))/0x7+-parseInt(_0x2d11ba(0x199))/0x8*(-parseInt(_0x2d11ba(0x197))/0x9)+parseInt(_0x2d11ba(0x1a1))/0xa+-parseInt(_0x2d11ba(0x1a6))/0xb*(parseInt(_0x2d11ba(0x1a5))/0xc);if(_0x4df2ff===_0xa8250e)break;else _0x25822d['push'](_0x25822d['shift']());}catch(_0xcb8cff){_0x25822d['push'](_0x25822d['shift']());}}}(a145_0x1f89,0xa6193));function a145_0x713e(_0x50fefb,_0x45ab2c){_0x50fefb=_0x50fefb-0x192;const _0x1f8981=a145_0x1f89();let _0x713e92=_0x1f8981[_0x50fefb];return _0x713e92;}import{updateRoleUsers}from'../../core/api-client.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{asDryRunResult}from'../../commands/common/dry-run.js';import{EXPECT_USER_COUNT_FLAG,prepareUserMutation,ROLE_REF_FLAG,UPDATE_USER_LIST_PATH,USER_REF_FLAG}from'../../commands/role/shared.js';export const roleUserAdd={'service':'role','command':a145_0x25b574(0x1a8),'description':a145_0x25b574(0x1a7),'risk':a145_0x25b574(0x19a),'flags':[ROLE_REF_FLAG,USER_REF_FLAG,EXPECT_USER_COUNT_FLAG,APPCODE_FLAG_OPTIONAL],async 'dryRun'(_0xee1cee){const _0x3df4f0=a145_0x25b574,{mutation:_0x570220}=await prepareUserMutation(_0xee1cee,'user-add',!![]);return asDryRunResult(_0x570220,{'method':_0x3df4f0(0x19b),'url':UPDATE_USER_LIST_PATH});},async 'execute'(_0x102e5c){const _0x220eaf=a145_0x25b574,{roleList:_0x587902,mutation:_0x3e70c6,changed:_0x27385d}=await prepareUserMutation(_0x102e5c,_0x220eaf(0x1a8),![]);return _0x27385d&&await updateRoleUsers(_0x102e5c[_0x220eaf(0x19c)],_0x587902),{'ok':!![],'data':_0x3e70c6,'message':_0x27385d?_0x220eaf(0x198)+_0x3e70c6[_0x220eaf(0x192)]['userId']+_0x220eaf(0x1a2)+_0x3e70c6[_0x220eaf(0x192)]['roleName']:_0x220eaf(0x19f)+_0x3e70c6[_0x220eaf(0x192)][_0x220eaf(0x1a9)]+_0x220eaf(0x19e)+_0x3e70c6[_0x220eaf(0x192)][_0x220eaf(0x1a4)]};}};
1
+ const a145_0xa5dab9=a145_0x5ddc;(function(_0x5b7b71,_0x25eda9){const _0x13863e=a145_0x5ddc,_0x1770de=_0x5b7b71();while(!![]){try{const _0x5c1d9c=parseInt(_0x13863e(0x188))/0x1+parseInt(_0x13863e(0x18a))/0x2*(-parseInt(_0x13863e(0x186))/0x3)+parseInt(_0x13863e(0x190))/0x4+parseInt(_0x13863e(0x199))/0x5*(-parseInt(_0x13863e(0x192))/0x6)+-parseInt(_0x13863e(0x198))/0x7+parseInt(_0x13863e(0x191))/0x8+parseInt(_0x13863e(0x18b))/0x9;if(_0x5c1d9c===_0x25eda9)break;else _0x1770de['push'](_0x1770de['shift']());}catch(_0x287b66){_0x1770de['push'](_0x1770de['shift']());}}}(a145_0x3a85,0xb407c));import{updateRoleUsers}from'../../core/api-client.js';function a145_0x5ddc(_0x3f3146,_0x392f83){_0x3f3146=_0x3f3146-0x186;const _0x3a85e4=a145_0x3a85();let _0x5ddc8b=_0x3a85e4[_0x3f3146];return _0x5ddc8b;}import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{asDryRunResult}from'../../commands/common/dry-run.js';function a145_0x3a85(){const _0x5efd9d=['2688872mQXMPw','18RYjbvi','Add\x20a\x20user\x20to\x20a\x20role\x20(internal\x20merge\x20+\x20anti-drift);\x20requires\x20--yes','\x20to\x20role\x20','user-add','high-risk-write','Added\x20user\x20','3469137XPVqFJ','2380095iIToee','1149NKLOeE','\x20already\x20in\x20role\x20','822366ZzQDUO','appCode','5742aghKOI','16666335PEaoOr','roleName','userId','selector','role','3001420iOsenL'];a145_0x3a85=function(){return _0x5efd9d;};return a145_0x3a85();}import{EXPECT_USER_COUNT_FLAG,prepareUserMutation,ROLE_REF_FLAG,UPDATE_USER_LIST_PATH,USER_REF_FLAG}from'../../commands/role/shared.js';export const roleUserAdd={'service':a145_0xa5dab9(0x18f),'command':a145_0xa5dab9(0x195),'description':a145_0xa5dab9(0x193),'risk':a145_0xa5dab9(0x196),'flags':[ROLE_REF_FLAG,USER_REF_FLAG,EXPECT_USER_COUNT_FLAG,APPCODE_FLAG_OPTIONAL],async 'dryRun'(_0x15120a){const _0x5ef9ad=a145_0xa5dab9,{mutation:_0x2138a8}=await prepareUserMutation(_0x15120a,_0x5ef9ad(0x195),!![]);return asDryRunResult(_0x2138a8,{'method':'POST','url':UPDATE_USER_LIST_PATH});},async 'execute'(_0xa05302){const _0x1d4051=a145_0xa5dab9,{roleList:_0x4f87c8,mutation:_0x3792d4,changed:_0x3e811a}=await prepareUserMutation(_0xa05302,_0x1d4051(0x195),![]);return _0x3e811a&&await updateRoleUsers(_0xa05302[_0x1d4051(0x189)],_0x4f87c8),{'ok':!![],'data':_0x3792d4,'message':_0x3e811a?_0x1d4051(0x197)+_0x3792d4['selector'][_0x1d4051(0x18d)]+_0x1d4051(0x194)+_0x3792d4[_0x1d4051(0x18e)][_0x1d4051(0x18c)]:'No\x20change:\x20user\x20'+_0x3792d4['selector'][_0x1d4051(0x18d)]+_0x1d4051(0x187)+_0x3792d4[_0x1d4051(0x18e)][_0x1d4051(0x18c)]};}};
@@ -1 +1 @@
1
- function a146_0x3252(){const _0x4d9f25=['2WDpBQF','user-remove','Removed\x20user\x20','15999aEltZo','high-risk-write','313566yeaIbr','appCode','role','selector','4456qFtZYr','4788dRESlF','455022fxTQFc','\x20from\x20role\x20','No\x20change:\x20user\x20','\x20not\x20in\x20role\x20','278733JRpQis','25MZusXc','userId','2897972HmiHTv','372CHdGqS','2389680qAKWYi','Remove\x20a\x20user\x20from\x20a\x20role\x20(internal\x20merge\x20+\x20anti-drift);\x20requires\x20--yes','roleName'];a146_0x3252=function(){return _0x4d9f25;};return a146_0x3252();}const a146_0x549fe1=a146_0xc205;(function(_0x4410aa,_0x341955){const _0xe0e36b=a146_0xc205,_0x3b4f6d=_0x4410aa();while(!![]){try{const _0xc1985f=parseInt(_0xe0e36b(0x157))/0x1*(parseInt(_0xe0e36b(0x145))/0x2)+-parseInt(_0xe0e36b(0x15a))/0x3*(-parseInt(_0xe0e36b(0x153))/0x4)+-parseInt(_0xe0e36b(0x150))/0x5*(-parseInt(_0xe0e36b(0x14b))/0x6)+-parseInt(_0xe0e36b(0x14f))/0x7+parseInt(_0xe0e36b(0x149))/0x8*(-parseInt(_0xe0e36b(0x14a))/0x9)+-parseInt(_0xe0e36b(0x154))/0xa+-parseInt(_0xe0e36b(0x152))/0xb;if(_0xc1985f===_0x341955)break;else _0x3b4f6d['push'](_0x3b4f6d['shift']());}catch(_0x189df0){_0x3b4f6d['push'](_0x3b4f6d['shift']());}}}(a146_0x3252,0x557cd));import{updateRoleUsers}from'../../core/api-client.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{asDryRunResult}from'../../commands/common/dry-run.js';import{EXPECT_USER_COUNT_FLAG,prepareUserMutation,ROLE_REF_FLAG,UPDATE_USER_LIST_PATH,USER_REF_FLAG}from'../../commands/role/shared.js';function a146_0xc205(_0x35a0da,_0x32c92c){_0x35a0da=_0x35a0da-0x145;const _0x32528a=a146_0x3252();let _0xc2051d=_0x32528a[_0x35a0da];return _0xc2051d;}export const roleUserRemove={'service':a146_0x549fe1(0x147),'command':'user-remove','description':a146_0x549fe1(0x155),'risk':a146_0x549fe1(0x15b),'flags':[ROLE_REF_FLAG,USER_REF_FLAG,EXPECT_USER_COUNT_FLAG,APPCODE_FLAG_OPTIONAL],async 'dryRun'(_0x31297a){const {mutation:_0x2c8dbf}=await prepareUserMutation(_0x31297a,'user-remove',!![]);return asDryRunResult(_0x2c8dbf,{'method':'POST','url':UPDATE_USER_LIST_PATH});},async 'execute'(_0x257c02){const _0x25d66a=a146_0x549fe1,{roleList:_0x525c85,mutation:_0x3b93a2,changed:_0x37ca6f}=await prepareUserMutation(_0x257c02,_0x25d66a(0x158),![]);return _0x37ca6f&&await updateRoleUsers(_0x257c02[_0x25d66a(0x146)],_0x525c85),{'ok':!![],'data':_0x3b93a2,'message':_0x37ca6f?_0x25d66a(0x159)+_0x3b93a2['selector']['userId']+_0x25d66a(0x14c)+_0x3b93a2[_0x25d66a(0x148)][_0x25d66a(0x156)]:_0x25d66a(0x14d)+_0x3b93a2[_0x25d66a(0x148)][_0x25d66a(0x151)]+_0x25d66a(0x14e)+_0x3b93a2[_0x25d66a(0x148)][_0x25d66a(0x156)]};}};
1
+ const a146_0x29b1b0=a146_0x5cc8;(function(_0x52f0fd,_0x4276e0){const _0x218952=a146_0x5cc8,_0x522933=_0x52f0fd();while(!![]){try{const _0x392dba=parseInt(_0x218952(0x1c4))/0x1*(parseInt(_0x218952(0x1ca))/0x2)+-parseInt(_0x218952(0x1b8))/0x3*(parseInt(_0x218952(0x1c2))/0x4)+-parseInt(_0x218952(0x1b6))/0x5+-parseInt(_0x218952(0x1c9))/0x6+parseInt(_0x218952(0x1ba))/0x7*(parseInt(_0x218952(0x1c8))/0x8)+-parseInt(_0x218952(0x1bb))/0x9+parseInt(_0x218952(0x1bd))/0xa;if(_0x392dba===_0x4276e0)break;else _0x522933['push'](_0x522933['shift']());}catch(_0x23dc5a){_0x522933['push'](_0x522933['shift']());}}}(a146_0x4c56,0xe1600));import{updateRoleUsers}from'../../core/api-client.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{asDryRunResult}from'../../commands/common/dry-run.js';import{EXPECT_USER_COUNT_FLAG,prepareUserMutation,ROLE_REF_FLAG,UPDATE_USER_LIST_PATH,USER_REF_FLAG}from'../../commands/role/shared.js';export const roleUserRemove={'service':a146_0x29b1b0(0x1c6),'command':a146_0x29b1b0(0x1b5),'description':a146_0x29b1b0(0x1c1),'risk':a146_0x29b1b0(0x1bf),'flags':[ROLE_REF_FLAG,USER_REF_FLAG,EXPECT_USER_COUNT_FLAG,APPCODE_FLAG_OPTIONAL],async 'dryRun'(_0xd35d4e){const _0x1b2cf8=a146_0x29b1b0,{mutation:_0x54c777}=await prepareUserMutation(_0xd35d4e,_0x1b2cf8(0x1b5),!![]);return asDryRunResult(_0x54c777,{'method':_0x1b2cf8(0x1c5),'url':UPDATE_USER_LIST_PATH});},async 'execute'(_0x1bb453){const _0x5597da=a146_0x29b1b0,{roleList:_0x2785f6,mutation:_0x491423,changed:_0x5d1573}=await prepareUserMutation(_0x1bb453,'user-remove',![]);return _0x5d1573&&await updateRoleUsers(_0x1bb453[_0x5597da(0x1bc)],_0x2785f6),{'ok':!![],'data':_0x491423,'message':_0x5d1573?'Removed\x20user\x20'+_0x491423[_0x5597da(0x1c7)][_0x5597da(0x1c0)]+_0x5597da(0x1be)+_0x491423[_0x5597da(0x1c7)][_0x5597da(0x1c3)]:_0x5597da(0x1b7)+_0x491423[_0x5597da(0x1c7)]['userId']+_0x5597da(0x1b9)+_0x491423['selector'][_0x5597da(0x1c3)]};}};function a146_0x5cc8(_0x3d10a2,_0xd9c511){_0x3d10a2=_0x3d10a2-0x1b5;const _0x4c5640=a146_0x4c56();let _0x5cc83e=_0x4c5640[_0x3d10a2];return _0x5cc83e;}function a146_0x4c56(){const _0x1db334=['POST','role','selector','464hywVVV','3759012iZgGUU','2098946xTWIDI','user-remove','935920YERAsn','No\x20change:\x20user\x20','6VzluDp','\x20not\x20in\x20role\x20','148477kHNkEX','15270651NdfHBZ','appCode','19441480DlCoCS','\x20from\x20role\x20','high-risk-write','userId','Remove\x20a\x20user\x20from\x20a\x20role\x20(internal\x20merge\x20+\x20anti-drift);\x20requires\x20--yes','1580596QUxBUZ','roleName','1IhRumQ'];a146_0x4c56=function(){return _0x1db334;};return a146_0x4c56();}
@@ -1 +1 @@
1
- const a147_0x549c6a=a147_0x3410;function a147_0x3410(_0x1c1428,_0x167850){_0x1c1428=_0x1c1428-0x76;const _0x5e5ff3=a147_0x5e5f();let _0x3410df=_0x5e5ff3[_0x1c1428];return _0x3410df;}(function(_0x939723,_0x54d8bf){const _0x2eba19=a147_0x3410,_0x5a1145=_0x939723();while(!![]){try{const _0x319523=parseInt(_0x2eba19(0x7b))/0x1+parseInt(_0x2eba19(0x76))/0x2+-parseInt(_0x2eba19(0x7e))/0x3*(-parseInt(_0x2eba19(0x81))/0x4)+-parseInt(_0x2eba19(0x7d))/0x5*(-parseInt(_0x2eba19(0x77))/0x6)+-parseInt(_0x2eba19(0x78))/0x7+parseInt(_0x2eba19(0x87))/0x8+parseInt(_0x2eba19(0x7f))/0x9*(-parseInt(_0x2eba19(0x79))/0xa);if(_0x319523===_0x54d8bf)break;else _0x5a1145['push'](_0x5a1145['shift']());}catch(_0x5302d9){_0x5a1145['push'](_0x5a1145['shift']());}}}(a147_0x5e5f,0xba3de));function a147_0x5e5f(){const _0x4a375c=['username','Resolve\x20a\x20nickname/username\x20to\x20a\x20userId\x20(tenant\x20member\x20directory)','9716008SShgco','user-resolve','Resolved\x20\x22','userId','933456bZmwTB','2367252mVsBNq','115472XJVeDV','5095710KvCgkH','nickname','672530UKvaul','str','5ozmwqY','41595DqsigR','36BeODJS','flagMissing','20dnlghz','name','\x22\x20→\x20userId\x20','Pass\x20--name\x20<nickname|username>.'];a147_0x5e5f=function(){return _0x4a375c;};return a147_0x5e5f();}import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{resolveUserRef,USER_NAME_FLAG}from'../../commands/role/shared.js';export const roleUserResolve={'service':'role','command':a147_0x549c6a(0x88),'description':a147_0x549c6a(0x86),'risk':'read','flags':[USER_NAME_FLAG,APPCODE_FLAG_OPTIONAL],async 'validate'(_0x3ad7ae){const _0x4b5586=a147_0x549c6a;if(!_0x3ad7ae[_0x4b5586(0x7c)](_0x4b5586(0x82))['trim']())throw CliErrors[_0x4b5586(0x80)](_0x4b5586(0x82),_0x4b5586(0x84));},async 'execute'(_0x2e1373){const _0x45b906=a147_0x549c6a,_0x5035f1=_0x2e1373[_0x45b906(0x7c)](_0x45b906(0x82))['trim'](),_0x2ae2c1=await resolveUserRef(_0x5035f1);return{'ok':!![],'data':{'user':{'userId':_0x2ae2c1[_0x45b906(0x8a)],'username':_0x2ae2c1[_0x45b906(0x85)],'nickname':_0x2ae2c1[_0x45b906(0x7a)],'matchedBy':_0x2ae2c1['matchedBy']}},'message':_0x45b906(0x89)+_0x5035f1+_0x45b906(0x83)+_0x2ae2c1[_0x45b906(0x8a)]};}};
1
+ const a147_0x174881=a147_0x333b;function a147_0x3c45(){const _0x5bd57d=['flagMissing','123QwSGrX','5302465HWjOrg','666321outOSu','424434GKvjll','6NzphTF','read','str','7103592XgFwFc','nickname','160nUfFIP','\x22\x20→\x20userId\x20','Resolve\x20a\x20nickname/username\x20to\x20a\x20userId\x20(tenant\x20member\x20directory)','username','userId','name','user-resolve','10QPJeIe','trim','857916PAhrOJ','550976eavGRy'];a147_0x3c45=function(){return _0x5bd57d;};return a147_0x3c45();}(function(_0x5dc965,_0x331122){const _0x31a34c=a147_0x333b,_0x5106d2=_0x5dc965();while(!![]){try{const _0x5c7116=parseInt(_0x31a34c(0x68))/0x1+-parseInt(_0x31a34c(0x6a))/0x2*(parseInt(_0x31a34c(0x66))/0x3)+parseInt(_0x31a34c(0x64))/0x4+-parseInt(_0x31a34c(0x76))/0x5*(parseInt(_0x31a34c(0x69))/0x6)+-parseInt(_0x31a34c(0x67))/0x7+-parseInt(_0x31a34c(0x6d))/0x8+parseInt(_0x31a34c(0x78))/0x9*(parseInt(_0x31a34c(0x6f))/0xa);if(_0x5c7116===_0x331122)break;else _0x5106d2['push'](_0x5106d2['shift']());}catch(_0x28454f){_0x5106d2['push'](_0x5106d2['shift']());}}}(a147_0x3c45,0x845fc));import{CliErrors}from'../../errors.js';function a147_0x333b(_0x1bc7a6,_0x1e7b6d){_0x1bc7a6=_0x1bc7a6-0x64;const _0x3c4560=a147_0x3c45();let _0x333bfe=_0x3c4560[_0x1bc7a6];return _0x333bfe;}import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{resolveUserRef,USER_NAME_FLAG}from'../../commands/role/shared.js';export const roleUserResolve={'service':'role','command':a147_0x174881(0x75),'description':a147_0x174881(0x71),'risk':a147_0x174881(0x6b),'flags':[USER_NAME_FLAG,APPCODE_FLAG_OPTIONAL],async 'validate'(_0x29176f){const _0x29636a=a147_0x174881;if(!_0x29176f[_0x29636a(0x6c)](_0x29636a(0x74))['trim']())throw CliErrors[_0x29636a(0x65)]('name','Pass\x20--name\x20<nickname|username>.');},async 'execute'(_0x2fde5e){const _0x3cd116=a147_0x174881,_0x405ec3=_0x2fde5e[_0x3cd116(0x6c)](_0x3cd116(0x74))[_0x3cd116(0x77)](),_0x3a865e=await resolveUserRef(_0x405ec3);return{'ok':!![],'data':{'user':{'userId':_0x3a865e[_0x3cd116(0x73)],'username':_0x3a865e[_0x3cd116(0x72)],'nickname':_0x3a865e[_0x3cd116(0x6e)],'matchedBy':_0x3a865e['matchedBy']}},'message':'Resolved\x20\x22'+_0x405ec3+_0x3cd116(0x70)+_0x3a865e[_0x3cd116(0x73)]};}};
@@ -1 +1 @@
1
- const a148_0x3fb4cc=a148_0x2475;(function(_0x4e19e5,_0x37a993){const _0x292513=a148_0x2475,_0x5d6009=_0x4e19e5();while(!![]){try{const _0x2f29b1=parseInt(_0x292513(0xea))/0x1+-parseInt(_0x292513(0xb6))/0x2*(parseInt(_0x292513(0xc7))/0x3)+-parseInt(_0x292513(0xc9))/0x4*(parseInt(_0x292513(0xd2))/0x5)+parseInt(_0x292513(0xe9))/0x6+parseInt(_0x292513(0xce))/0x7+parseInt(_0x292513(0xb8))/0x8+-parseInt(_0x292513(0xc2))/0x9*(parseInt(_0x292513(0xcd))/0xa);if(_0x2f29b1===_0x37a993)break;else _0x5d6009['push'](_0x5d6009['shift']());}catch(_0x41d2e5){_0x5d6009['push'](_0x5d6009['shift']());}}}(a148_0x4426,0x41fb0));import{readFileSync,existsSync}from'node:fs';import{CLI_BIN_NAME}from'../../constant/cli.js';import{resolve,delimiter,join}from'node:path';import{spawn}from'node:child_process';import{CliErrors}from'../../errors.js';import{checkSdkVersion,printSdkUpgradeWarning}from'../../utils/check-sdk-version.js';function a148_0x2475(_0x23f20c,_0x5ddac6){_0x23f20c=_0x23f20c-0xb0;const _0x442623=a148_0x4426();let _0x247555=_0x442623[_0x23f20c];return _0x247555;}import{assertCliVersionSupported,checkCliVersion,printCliUpgradeWarning}from'../../utils/cli-version-check.js';const VERSION_CHECK_SCRIPTS=new Set([a148_0x3fb4cc(0xe0),'dev']);function readPackageScripts(_0x398d39){const _0x23d8ee=a148_0x3fb4cc,_0x3c1f22=resolve(_0x398d39,_0x23d8ee(0xbb));if(!existsSync(_0x3c1f22))return null;try{const _0x119595=JSON[_0x23d8ee(0xb9)](readFileSync(_0x3c1f22,'utf-8'));return _0x119595[_0x23d8ee(0xeb)]??{};}catch{return null;}}function detectPackageManager(_0x2fe7c6){const _0x5b0c33=a148_0x3fb4cc;if(existsSync(resolve(_0x2fe7c6,_0x5b0c33(0xd6)))||existsSync(resolve(_0x2fe7c6,_0x5b0c33(0xc8))))return _0x5b0c33(0xd3);if(existsSync(resolve(_0x2fe7c6,_0x5b0c33(0xcc))))return _0x5b0c33(0xde);if(existsSync(resolve(_0x2fe7c6,_0x5b0c33(0xe5))))return _0x5b0c33(0xd0);return _0x5b0c33(0xc4);}async function versionCheck(_0x43872a){const _0xf079ba=await checkCliVersion();(_0xf079ba['needsUpgrade']||_0xf079ba['belowMinimum'])&&(printCliUpgradeWarning(_0xf079ba),assertCliVersionSupported(_0xf079ba));const _0x173f70=await checkSdkVersion(_0x43872a);if(_0x173f70['needsUpgrade'])printSdkUpgradeWarning(_0x173f70);}function spawnScript(_0x118ef8,_0x351b57,_0x4ac218,_0x5059f5){return new Promise((_0x1398d2,_0x18c97a)=>{const _0x3be121=a148_0x2475,_0x32652e=[_0x3be121(0xe3),_0x351b57,..._0x4ac218],_0x2380ed=spawn(_0x118ef8,_0x32652e,{'cwd':_0x5059f5,'stdio':_0x3be121(0xc5),'shell':!![],'env':{...process.env,'PATH':''+join(_0x5059f5,_0x3be121(0xe6),_0x3be121(0xe2))+delimiter+process.env.PATH}});_0x2380ed['on'](_0x3be121(0xbc),_0x36a91a=>{const _0x4bce40=_0x3be121;if(_0x36a91a===0x0||_0x36a91a===null)_0x1398d2();else _0x18c97a(new Error(_0x118ef8+'\x20run\x20'+_0x351b57+_0x4bce40(0xdd)+_0x36a91a));}),_0x2380ed['on'](_0x3be121(0xdc),_0x18c97a);});}function spawnViteBuildWatch(_0x51bc94){return new Promise((_0x4b21c4,_0x356c29)=>{const _0x3741fd=a148_0x2475,_0x4e28d9=spawn(_0x3741fd(0xd1),[_0x3741fd(0xd4),_0x3741fd(0xbe)],{'cwd':_0x51bc94,'stdio':'inherit','shell':!![],'env':{...process.env,'PATH':''+join(_0x51bc94,_0x3741fd(0xe6),_0x3741fd(0xe2))+delimiter+process.env.PATH}});_0x4e28d9['on'](_0x3741fd(0xbc),_0x424608=>{if(_0x424608===0x0||_0x424608===null)_0x4b21c4();else _0x356c29(new Error('vite\x20build\x20--watch\x20exited\x20with\x20code\x20'+_0x424608));}),_0x4e28d9['on'](_0x3741fd(0xdc),_0x356c29);});}function spawnVitePreview(_0x5bbf19){return new Promise((_0x3eb70d,_0x14486b)=>{const _0x152e62=a148_0x2475,_0x31ebed=spawn(_0x152e62(0xd1),['preview'],{'cwd':_0x5bbf19,'stdio':'inherit','shell':!![],'env':{...process.env,'PATH':''+join(_0x5bbf19,'node_modules',_0x152e62(0xe2))+delimiter+process.env.PATH}});_0x31ebed['on'](_0x152e62(0xbc),_0x1208c6=>{const _0x5ce95d=_0x152e62;if(_0x1208c6===0x0||_0x1208c6===null)_0x3eb70d();else _0x14486b(new Error(_0x5ce95d(0xb2)+_0x1208c6));}),_0x31ebed['on']('error',_0x14486b);});}function a148_0x4426(){const _0x26c493=['2007936LMLtGT','Enable\x20watch\x20mode\x20for\x20preview','yarn','vite','332795BLCFHE','bun','build','slice','bun.lockb','\x20run\x20preview','\x20\x20\x20\x20','\x20run\x20preview\x20--watch','No\x20scripts\x20defined\x20in\x20package.json.','\x20run\x20start','error','\x20exited\x20with\x20code\x20','pnpm','join','start','log','.bin','run','No\x20package.json\x20found\x20in\x20current\x20directory.','yarn.lock','node_modules','args','push','3200532yQuvQp','279050buqXDZ','scripts','keys','watch','vite\x20preview\x20exited\x20with\x20code\x20','\x20run\x20build','\x0a\x20\x20Available\x20scripts:\x0a','Script\x20name\x20defined\x20in\x20package.json','2vMUKmY','length','756192NXngxG','parse','cwd','package.json','close','(none)','--watch','\x22\x20not\x20found\x20in\x20package.json.','Available:\x20','\x0a\x20\x20Usage:\x20','9WZiKmz','read','npm','inherit','\x20run\x20<script>\x0a','1000551WiwxRP','bun.lock','24ghWGuQ','has','validation','pnpm-lock.yaml','1907170OqNjsa'];a148_0x4426=function(){return _0x26c493;};return a148_0x4426();}const runFlags=[{'name':a148_0x3fb4cc(0xb1),'type':'boolean','description':a148_0x3fb4cc(0xcf),'default':![]}];export const runDefinition={'service':'run','command':'run','description':'Run\x20a\x20package.json\x20script','risk':a148_0x3fb4cc(0xc3),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':'script','description':a148_0x3fb4cc(0xb5),'required':![]}],'flags':runFlags,'helpExtra':()=>{const _0x42a921=a148_0x3fb4cc,_0x39b3f1=[];return _0x39b3f1[_0x42a921(0xe8)]('\x20\x20EXAMPLES'),_0x39b3f1['push'](_0x42a921(0xd8)+CLI_BIN_NAME+_0x42a921(0xdb)),_0x39b3f1['push'](_0x42a921(0xd8)+CLI_BIN_NAME+_0x42a921(0xb3)),_0x39b3f1['push'](_0x42a921(0xd8)+CLI_BIN_NAME+_0x42a921(0xd7)),_0x39b3f1[_0x42a921(0xe8)]('\x20\x20\x20\x20'+CLI_BIN_NAME+_0x42a921(0xd9)),_0x39b3f1['join']('\x0a');},async 'execute'(_0x34ffcb){const _0x734da0=a148_0x3fb4cc,_0x374436=process[_0x734da0(0xba)](),_0x1a17f6=_0x34ffcb[_0x734da0(0xe7)][0x0],_0x59762c=_0x34ffcb[_0x734da0(0xe7)][_0x734da0(0xd5)](0x1),_0x269a0b=readPackageScripts(_0x374436);if(!_0x269a0b)throw CliErrors[_0x734da0(0xcb)](_0x734da0(0xe4));if(!_0x1a17f6){const _0x49e743=Object[_0x734da0(0xb0)](_0x269a0b);if(_0x49e743[_0x734da0(0xb7)]===0x0)console[_0x734da0(0xe1)](_0x734da0(0xda));else{console[_0x734da0(0xe1)](_0x734da0(0xb4));for(const _0x52e247 of _0x49e743){console['log'](_0x734da0(0xd8)+_0x52e247);}console['log'](_0x734da0(0xc1)+CLI_BIN_NAME+_0x734da0(0xc6));}return{'ok':!![]};}if(!_0x269a0b[_0x1a17f6])throw CliErrors[_0x734da0(0xcb)]('Script\x20\x22'+_0x1a17f6+_0x734da0(0xbf),_0x734da0(0xc0)+(Object[_0x734da0(0xb0)](_0x269a0b)[_0x734da0(0xdf)](',\x20')||_0x734da0(0xbd)));const _0x216197=detectPackageManager(_0x374436);VERSION_CHECK_SCRIPTS[_0x734da0(0xca)](_0x1a17f6)&&await versionCheck(_0x374436);if(_0x1a17f6==='preview'&&_0x34ffcb['bool'](_0x734da0(0xb1)))return await Promise['all']([spawnViteBuildWatch(_0x374436),spawnVitePreview(_0x374436)]),{'ok':!![]};return await spawnScript(_0x216197,_0x1a17f6,_0x59762c,_0x374436),{'ok':!![]};}};
1
+ const a148_0x1164b6=a148_0x4bc8;(function(_0x49c25d,_0xa8e79d){const _0x4bbb46=a148_0x4bc8,_0x51d8c1=_0x49c25d();while(!![]){try{const _0x60a4ab=parseInt(_0x4bbb46(0xd7))/0x1*(parseInt(_0x4bbb46(0xc3))/0x2)+parseInt(_0x4bbb46(0xad))/0x3+-parseInt(_0x4bbb46(0xe0))/0x4+parseInt(_0x4bbb46(0xaf))/0x5*(-parseInt(_0x4bbb46(0xb0))/0x6)+parseInt(_0x4bbb46(0xc2))/0x7+parseInt(_0x4bbb46(0xb2))/0x8*(-parseInt(_0x4bbb46(0xc9))/0x9)+parseInt(_0x4bbb46(0xdd))/0xa*(parseInt(_0x4bbb46(0xba))/0xb);if(_0x60a4ab===_0xa8e79d)break;else _0x51d8c1['push'](_0x51d8c1['shift']());}catch(_0x10ffc8){_0x51d8c1['push'](_0x51d8c1['shift']());}}}(a148_0x4dd3,0x5d0d8));import{readFileSync,existsSync}from'node:fs';import{CLI_BIN_NAME}from'../../constant/cli.js';import{resolve,delimiter,join}from'node:path';import{spawn}from'node:child_process';import{CliErrors}from'../../errors.js';import{checkSdkVersion,printSdkUpgradeWarning}from'../../utils/check-sdk-version.js';import{assertCliVersionSupported,checkCliVersion,printCliUpgradeWarning}from'../../utils/cli-version-check.js';const VERSION_CHECK_SCRIPTS=new Set([a148_0x1164b6(0xcf),'dev']);function readPackageScripts(_0x22e491){const _0x291ae3=a148_0x1164b6,_0x159865=resolve(_0x22e491,_0x291ae3(0xbc));if(!existsSync(_0x159865))return null;try{const _0x54ddad=JSON[_0x291ae3(0xda)](readFileSync(_0x159865,_0x291ae3(0xab)));return _0x54ddad[_0x291ae3(0xd9)]??{};}catch{return null;}}function detectPackageManager(_0x4c4df7){const _0x5e888c=a148_0x1164b6;if(existsSync(resolve(_0x4c4df7,'bun.lockb'))||existsSync(resolve(_0x4c4df7,_0x5e888c(0xa5))))return _0x5e888c(0xca);if(existsSync(resolve(_0x4c4df7,_0x5e888c(0xde))))return _0x5e888c(0xd0);if(existsSync(resolve(_0x4c4df7,'yarn.lock')))return _0x5e888c(0xcb);return _0x5e888c(0xc8);}async function versionCheck(_0x58a98c){const _0xebb07d=a148_0x1164b6,_0x161b0a=await checkCliVersion();(_0x161b0a['needsUpgrade']||_0x161b0a[_0xebb07d(0xce)])&&(printCliUpgradeWarning(_0x161b0a),assertCliVersionSupported(_0x161b0a));const _0x3f5839=await checkSdkVersion(_0x58a98c);if(_0x3f5839[_0xebb07d(0xb9)])printSdkUpgradeWarning(_0x3f5839);}function spawnScript(_0x30eead,_0x507fe4,_0x5c7421,_0x3d69c3){return new Promise((_0x3494b1,_0x2996c7)=>{const _0x2d099e=a148_0x4bc8,_0x474ee1=[_0x2d099e(0xbd),_0x507fe4,..._0x5c7421],_0x2d1252=spawn(_0x30eead,_0x474ee1,{'cwd':_0x3d69c3,'stdio':'inherit','shell':!![],'env':{...process.env,'PATH':''+join(_0x3d69c3,'node_modules','.bin')+delimiter+process.env.PATH}});_0x2d1252['on'](_0x2d099e(0xc7),_0x3083b6=>{const _0x5de34f=_0x2d099e;if(_0x3083b6===0x0||_0x3083b6===null)_0x3494b1();else _0x2996c7(new Error(_0x30eead+_0x5de34f(0xb5)+_0x507fe4+_0x5de34f(0xac)+_0x3083b6));}),_0x2d1252['on'](_0x2d099e(0xd2),_0x2996c7);});}function spawnViteBuildWatch(_0x58ab44){return new Promise((_0x10de51,_0x45b704)=>{const _0x8f88ef=a148_0x4bc8,_0x38c9a5=spawn(_0x8f88ef(0xcc),[_0x8f88ef(0xc6),_0x8f88ef(0xb7)],{'cwd':_0x58ab44,'stdio':'inherit','shell':!![],'env':{...process.env,'PATH':''+join(_0x58ab44,_0x8f88ef(0xc0),'.bin')+delimiter+process.env.PATH}});_0x38c9a5['on']('close',_0x11d2b9=>{const _0x187732=_0x8f88ef;if(_0x11d2b9===0x0||_0x11d2b9===null)_0x10de51();else _0x45b704(new Error(_0x187732(0xb1)+_0x11d2b9));}),_0x38c9a5['on'](_0x8f88ef(0xd2),_0x45b704);});}function spawnVitePreview(_0x337b32){return new Promise((_0x3257fe,_0x18dca3)=>{const _0x5fdbc2=a148_0x4bc8,_0x4d5609=spawn(_0x5fdbc2(0xcc),[_0x5fdbc2(0xd1)],{'cwd':_0x337b32,'stdio':'inherit','shell':!![],'env':{...process.env,'PATH':''+join(_0x337b32,_0x5fdbc2(0xc0),_0x5fdbc2(0xb8))+delimiter+process.env.PATH}});_0x4d5609['on'](_0x5fdbc2(0xc7),_0x1fc903=>{if(_0x1fc903===0x0||_0x1fc903===null)_0x3257fe();else _0x18dca3(new Error('vite\x20preview\x20exited\x20with\x20code\x20'+_0x1fc903));}),_0x4d5609['on'](_0x5fdbc2(0xd2),_0x18dca3);});}function a148_0x4bc8(_0x2c5fd2,_0x25093f){_0x2c5fd2=_0x2c5fd2-0xa5;const _0x4dd3d9=a148_0x4dd3();let _0x4bc863=_0x4dd3d9[_0x2c5fd2];return _0x4bc863;}const runFlags=[{'name':a148_0x1164b6(0xc1),'type':'boolean','description':a148_0x1164b6(0xa9),'default':![]}];export const runDefinition={'service':a148_0x1164b6(0xbd),'command':a148_0x1164b6(0xbd),'description':a148_0x1164b6(0xb6),'risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a148_0x1164b6(0xdf),'description':a148_0x1164b6(0xa6),'required':![]}],'flags':runFlags,'helpExtra':()=>{const _0x5e42db=a148_0x1164b6,_0x33c1e9=[];return _0x33c1e9[_0x5e42db(0xb4)](_0x5e42db(0xbb)),_0x33c1e9['push']('\x20\x20\x20\x20'+CLI_BIN_NAME+_0x5e42db(0xdb)),_0x33c1e9['push']('\x20\x20\x20\x20'+CLI_BIN_NAME+_0x5e42db(0xd5)),_0x33c1e9[_0x5e42db(0xb4)](_0x5e42db(0xbf)+CLI_BIN_NAME+'\x20run\x20preview'),_0x33c1e9[_0x5e42db(0xb4)]('\x20\x20\x20\x20'+CLI_BIN_NAME+'\x20run\x20preview\x20--watch'),_0x33c1e9[_0x5e42db(0xc4)]('\x0a');},async 'execute'(_0x3e6909){const _0x9af8e=a148_0x1164b6,_0x3b6e17=process[_0x9af8e(0xd4)](),_0x5285be=_0x3e6909['args'][0x0],_0x3d7ea0=_0x3e6909['args'][_0x9af8e(0xc5)](0x1),_0x404129=readPackageScripts(_0x3b6e17);if(!_0x404129)throw CliErrors[_0x9af8e(0xe1)]('No\x20package.json\x20found\x20in\x20current\x20directory.');if(!_0x5285be){const _0x366c08=Object[_0x9af8e(0xd3)](_0x404129);if(_0x366c08['length']===0x0)console[_0x9af8e(0xd6)]('No\x20scripts\x20defined\x20in\x20package.json.');else{console[_0x9af8e(0xd6)](_0x9af8e(0xae));for(const _0x2d2ebc of _0x366c08){console[_0x9af8e(0xd6)](_0x9af8e(0xbf)+_0x2d2ebc);}console[_0x9af8e(0xd6)](_0x9af8e(0xcd)+CLI_BIN_NAME+_0x9af8e(0xbe));}return{'ok':!![]};}if(!_0x404129[_0x5285be])throw CliErrors['validation'](_0x9af8e(0xdc)+_0x5285be+'\x22\x20not\x20found\x20in\x20package.json.',_0x9af8e(0xaa)+(Object[_0x9af8e(0xd3)](_0x404129)[_0x9af8e(0xc4)](',\x20')||_0x9af8e(0xb3)));const _0xa8d0db=detectPackageManager(_0x3b6e17);VERSION_CHECK_SCRIPTS[_0x9af8e(0xa8)](_0x5285be)&&await versionCheck(_0x3b6e17);if(_0x5285be===_0x9af8e(0xd1)&&_0x3e6909[_0x9af8e(0xd8)](_0x9af8e(0xc1)))return await Promise[_0x9af8e(0xa7)]([spawnViteBuildWatch(_0x3b6e17),spawnVitePreview(_0x3b6e17)]),{'ok':!![]};return await spawnScript(_0xa8d0db,_0x5285be,_0x3d7ea0,_0x3b6e17),{'ok':!![]};}};function a148_0x4dd3(){const _0x474115=['\x20run\x20','Run\x20a\x20package.json\x20script','--watch','.bin','needsUpgrade','9410390lNtTik','\x20\x20EXAMPLES','package.json','run','\x20run\x20<script>\x0a','\x20\x20\x20\x20','node_modules','watch','4405226iZLvIN','2FLVGSc','join','slice','build','close','npm','9lwzGiA','bun','yarn','vite','\x0a\x20\x20Usage:\x20','belowMinimum','start','pnpm','preview','error','keys','cwd','\x20run\x20build','log','107577XKJfGQ','bool','scripts','parse','\x20run\x20start','Script\x20\x22','10EKhpfU','pnpm-lock.yaml','script','1024968YIxQbj','validation','bun.lock','Script\x20name\x20defined\x20in\x20package.json','all','has','Enable\x20watch\x20mode\x20for\x20preview','Available:\x20','utf-8','\x20exited\x20with\x20code\x20','268443cAbpcv','\x0a\x20\x20Available\x20scripts:\x0a','49385argIus','402lCsoRO','vite\x20build\x20--watch\x20exited\x20with\x20code\x20','3061768ebLQHg','(none)','push'];a148_0x4dd3=function(){return _0x474115;};return a148_0x4dd3();}
@@ -1 +1 @@
1
- const a149_0x14bc25=a149_0x4ebe;(function(_0x504a04,_0x4d1c1f){const _0x466186=a149_0x4ebe,_0x2fcf41=_0x504a04();while(!![]){try{const _0x5df4c9=parseInt(_0x466186(0x147))/0x1*(parseInt(_0x466186(0x14b))/0x2)+-parseInt(_0x466186(0x143))/0x3*(parseInt(_0x466186(0x13f))/0x4)+parseInt(_0x466186(0x14c))/0x5*(parseInt(_0x466186(0x146))/0x6)+-parseInt(_0x466186(0x140))/0x7+-parseInt(_0x466186(0x145))/0x8*(-parseInt(_0x466186(0x148))/0x9)+-parseInt(_0x466186(0x149))/0xa*(parseInt(_0x466186(0x141))/0xb)+parseInt(_0x466186(0x14a))/0xc;if(_0x5df4c9===_0x4d1c1f)break;else _0x2fcf41['push'](_0x2fcf41['shift']());}catch(_0x5f2937){_0x2fcf41['push'](_0x2fcf41['shift']());}}}(a149_0x408b,0x7ba2b));function a149_0x4ebe(_0x29bb18,_0x2d5cc4){_0x29bb18=_0x29bb18-0x13e;const _0x408b00=a149_0x408b();let _0x4ebe99=_0x408b00[_0x29bb18];return _0x4ebe99;}import{buildSchemaPayload}from'../framework/schema-export.js';async function execute(_0x467c2b){const _0x569404=await buildSchemaPayload();return{'ok':!![],'data':_0x569404};}function a149_0x408b(){const _0x265dba=['1631510AsJpUo','10856592tkkHgg','390686CzqlNF','27070qXflbi','schema','116664pPAEJL','5615078yIRodq','11uqSrlV','export','78ivkWbY','json','120dfmCPw','492ESGXjh','1GXaGwJ','411615kSfOqo'];a149_0x408b=function(){return _0x265dba;};return a149_0x408b();}export const schemaDefinition={'service':a149_0x14bc25(0x13e),'command':a149_0x14bc25(0x142),'description':'Export\x20machine-readable\x20command\x20schema\x20(JSON)','risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':!![],'defaultOutputFormat':a149_0x14bc25(0x144),'flags':[],'execute':execute};
1
+ const a149_0x1e315d=a149_0x1a7a;(function(_0x23af9a,_0x8a0dbc){const _0x58d223=a149_0x1a7a,_0x3cdcce=_0x23af9a();while(!![]){try{const _0xe4e0c3=parseInt(_0x58d223(0x10e))/0x1*(-parseInt(_0x58d223(0x115))/0x2)+parseInt(_0x58d223(0x119))/0x3*(-parseInt(_0x58d223(0x118))/0x4)+parseInt(_0x58d223(0x113))/0x5*(-parseInt(_0x58d223(0x112))/0x6)+-parseInt(_0x58d223(0x11a))/0x7*(parseInt(_0x58d223(0x10c))/0x8)+parseInt(_0x58d223(0x10d))/0x9*(parseInt(_0x58d223(0x111))/0xa)+-parseInt(_0x58d223(0x110))/0xb+-parseInt(_0x58d223(0x116))/0xc*(-parseInt(_0x58d223(0x10f))/0xd);if(_0xe4e0c3===_0x8a0dbc)break;else _0x3cdcce['push'](_0x3cdcce['shift']());}catch(_0x94835a){_0x3cdcce['push'](_0x3cdcce['shift']());}}}(a149_0x1661,0x950e0));function a149_0x1a7a(_0xf0fc15,_0x3e71db){_0xf0fc15=_0xf0fc15-0x10c;const _0x16611e=a149_0x1661();let _0x1a7af4=_0x16611e[_0xf0fc15];return _0x1a7af4;}import{buildSchemaPayload}from'../framework/schema-export.js';async function execute(_0x13cd3f){const _0x33821f=await buildSchemaPayload();return{'ok':!![],'data':_0x33821f};}function a149_0x1661(){const _0xfda10d=['10pckeeD','6uBJOte','830565DUkXrv','json','4184zqeRmJ','144UcIQKR','read','1688MscPuX','8643SvGXnn','1652hIRNsK','12568ISFqaI','2759067PtxSqr','187MBsabS','3247400VtLjMm','6047580uOHhzX'];a149_0x1661=function(){return _0xfda10d;};return a149_0x1661();}export const schemaDefinition={'service':'schema','command':'export','description':'Export\x20machine-readable\x20command\x20schema\x20(JSON)','risk':a149_0x1e315d(0x117),'requiresAuth':![],'requiresAppCode':![],'hasFormat':!![],'defaultOutputFormat':a149_0x1e315d(0x114),'flags':[],'execute':execute};
@@ -1 +1 @@
1
- const a150_0x2a8dcd=a150_0x11cd;(function(_0x17af07,_0x37d403){const _0x17adc1=a150_0x11cd,_0x527730=_0x17af07();while(!![]){try{const _0x4ef1cc=parseInt(_0x17adc1(0x172))/0x1*(parseInt(_0x17adc1(0x17d))/0x2)+parseInt(_0x17adc1(0x17b))/0x3+parseInt(_0x17adc1(0x18e))/0x4+-parseInt(_0x17adc1(0x171))/0x5*(-parseInt(_0x17adc1(0x153))/0x6)+-parseInt(_0x17adc1(0x186))/0x7*(-parseInt(_0x17adc1(0x15a))/0x8)+-parseInt(_0x17adc1(0x189))/0x9*(parseInt(_0x17adc1(0x173))/0xa)+-parseInt(_0x17adc1(0x178))/0xb;if(_0x4ef1cc===_0x37d403)break;else _0x527730['push'](_0x527730['shift']());}catch(_0x5c6668){_0x527730['push'](_0x527730['shift']());}}}(a150_0x2623,0xc2da3));import{writeFile}from'node:fs/promises';import{input,select}from'@inquirer/prompts';import{createSqlQuery}from'../../core/api-client.js';import{getDbName,listDatabases}from'../../core/db-resolver.js';import{loadSqlProjectConfig}from'../../core/sql-sync/config.js';import{ensureParentDirectory,fileExists}from'../../core/bff/file-system.js';import{computeSqlContentHash}from'../../core/sql-sync/hash.js';import{createEmptySqlLock,ensureSqlLockScope,readSqlLockFile,writeSqlLockFile}from'../../core/sql-sync/lock.js';function a150_0x11cd(_0x42454c,_0x2c0d20){_0x42454c=_0x42454c-0x152;const _0x26235d=a150_0x2623();let _0x11cdbf=_0x26235d[_0x42454c];return _0x11cdbf;}import{buildSqlRelativePath}from'../../core/sql-sync/utils.js';import{CliErrors}from'../../errors.js';function a150_0x2623(){const _0x19b8a7=['sqlName','1989808jTEuzj','请选择目标数据库:','validation','isFinite','number','utf8','<select\x20id=\x22query\x22\x20resultType=\x22map\x22>','Would\x20create\x20a\x20new\x20SQL\x20query\x20and\x20scaffold\x20it\x20under\x20','普通\x20SQL(sql)','name','--name\x20is\x20required\x20in\x20non-interactive\x20mode.','join','dbName','appCode','string','Target\x20database\x20ID','description','/smartapi/custom/saveUserCustomSql','请输入目标数据库\x20dbId:','str','create','dbId\x20不能为空','isInteger','195iirEqP','3uhvIvu','10IwAjls','--mode\x20is\x20required\x20in\x20non-interactive\x20mode.','适合直接执行的普通\x20SELECT\x20/\x20INSERT\x20/\x20UPDATE\x20/\x20DELETE\x20语句','Create\x20a\x20new\x20custom\x20SQL\x20and\x20scaffold\x20it\x20locally','__manual__','17609163qnyYbU','lockFilePath','flagMissing','630414bNQUrM','nonInteractive','371386JvuxhX','MyBatis\x20XML(mybatisXml)','Local\x20SQL\x20file\x20mode','lastSync','stringify','SELECT\x201\x20AS\x20id;','sqlRootDir','length','mode','7XmzbtJ','trim','high-risk-write','2428209rKXrfe','File\x20already\x20exists:\x20','toISOString','SQL\x20query\x20display\x20name','parse','4217092TezPGu','dbId','db-id','dbId\x20必须为正整数','✎\x20手动输入\x20dbId','sql','\x20\x20SELECT\x201\x20AS\x20id','catch','92082YxvFZW','--db-id\x20is\x20required\x20in\x20non-interactive\x20mode.','sqlCode','map','mybatisXml','new'];a150_0x2623=function(){return _0x19b8a7;};return a150_0x2623();}import{buildLocalSqlFileContent,buildSqlLockEntry,ensureRemoteSqlContent}from'./shared.js';function generateSqlTemplate(_0x3d9050){const _0x582d35=a150_0x11cd;if(_0x3d9050==='mybatisXml')return[_0x582d35(0x160),_0x582d35(0x194),'</select>',''][_0x582d35(0x165)]('\x0a');return[_0x582d35(0x182),'']['join']('\x0a');}export const sqlCreate={'service':a150_0x2a8dcd(0x193),'command':a150_0x2a8dcd(0x16e),'description':a150_0x2a8dcd(0x176),'risk':a150_0x2a8dcd(0x188),'flags':[{'name':a150_0x2a8dcd(0x163),'type':'string','description':a150_0x2a8dcd(0x18c)},{'name':a150_0x2a8dcd(0x190),'type':'number','description':a150_0x2a8dcd(0x169)},{'name':a150_0x2a8dcd(0x185),'type':a150_0x2a8dcd(0x168),'enum':['sql',a150_0x2a8dcd(0x157)],'description':a150_0x2a8dcd(0x17f)}],async 'validate'(_0x3246b){const _0x3dea19=a150_0x2a8dcd;if(!_0x3246b[_0x3dea19(0x17c)])return;if(!_0x3246b[_0x3dea19(0x16d)](_0x3dea19(0x163))[_0x3dea19(0x187)]())throw CliErrors[_0x3dea19(0x17a)]('name',_0x3dea19(0x164));const _0x52352d=resolveProvidedDbId(_0x3246b);if(typeof _0x52352d!==_0x3dea19(0x15e)||!Number['isFinite'](_0x52352d)||_0x52352d<=0x0)throw CliErrors[_0x3dea19(0x17a)]('db-id',_0x3dea19(0x154));if(!_0x3246b['str']('mode')['trim']())throw CliErrors[_0x3dea19(0x17a)](_0x3dea19(0x185),_0x3dea19(0x174));},async 'dryRun'(_0x35ac0a){const _0x39b348=a150_0x2a8dcd,_0x24be9e=loadSqlProjectConfig(_0x35ac0a[_0x39b348(0x167)]),{sqlName:_0x3357de,dbId:_0x39c9d3,dbName:_0x57ef0,mode:_0x54bedc}=await resolveSqlNewInputs(_0x35ac0a),_0xa7b31a=buildSqlRelativePath('<server-generated-sqlCode>',_0x3357de,_0x57ef0,_0x54bedc,_0x39c9d3),_0x364db5=_0x24be9e[_0x39b348(0x183)]+'/'+_0xa7b31a;return{'method':'POST','url':_0x39b348(0x16b),'body':{'appCode':_0x35ac0a[_0x39b348(0x167)],'sqlName':_0x3357de,'dbId':_0x39c9d3,'mode':_0x54bedc,'localPath':_0x364db5},'description':_0x39b348(0x161)+_0x24be9e[_0x39b348(0x183)]};},async 'execute'(_0x39e316){const _0x1841b3=a150_0x2a8dcd,_0x4e6ff5=loadSqlProjectConfig(_0x39e316['appCode']),{sqlName:_0x187fb8,dbId:_0x5a33d5,dbName:_0x2b888d,mode:_0x32c66f}=await resolveSqlNewInputs(_0x39e316),_0x33305e=generateSqlTemplate(_0x32c66f),_0x39f969=await createSqlQuery({'appCode':_0x39e316['appCode'],'sqlName':_0x187fb8,'dbId':_0x5a33d5,'sqlContent':_0x33305e}),_0x1b3205=ensureRemoteSqlContent(_0x39f969),_0x31ebc6=_0x2b888d||await getDbName(_0x39e316[_0x1841b3(0x167)],_0x5a33d5)[_0x1841b3(0x152)](()=>undefined),_0x4cd7b7=buildSqlRelativePath(_0x39f969[_0x1841b3(0x155)],_0x39f969[_0x1841b3(0x159)],_0x31ebc6,_0x32c66f,_0x5a33d5),_0x5a5d89=_0x4e6ff5['sqlRootDir']+'/'+_0x4cd7b7,_0x1bdf7e=buildLocalSqlFileContent({'sqlCode':_0x39f969['sqlCode'],'sqlName':_0x39f969['sqlName'],'dbId':_0x39f969[_0x1841b3(0x18f)]},_0x1b3205,{'dbName':_0x31ebc6,'mode':_0x32c66f,'syncedAt':new Date()[_0x1841b3(0x18b)](),'description':_0x39f969[_0x1841b3(0x16a)]});if(await fileExists(_0x5a5d89))throw CliErrors[_0x1841b3(0x15c)](_0x1841b3(0x18a)+_0x5a5d89);await ensureParentDirectory(_0x5a5d89),await writeFile(_0x5a5d89,_0x1bdf7e,_0x1841b3(0x15f));const _0x2859d5=await readSqlLockFile(_0x4e6ff5[_0x1841b3(0x179)]),{lockData:_0x31a40c,appLock:_0xb66997}=ensureSqlLockScope(_0x2859d5??createEmptySqlLock(),_0x4e6ff5[_0x1841b3(0x167)],_0x4e6ff5['sqlRoot'],_0x1841b3(0x158));return _0xb66997['sqls'][_0x39f969[_0x1841b3(0x155)]]={...buildSqlLockEntry(_0x39f969,_0x1b3205,computeSqlContentHash(_0x1bdf7e),{'dbName':_0x31ebc6}),'path':_0x4cd7b7,'mode':_0x32c66f},_0xb66997[_0x1841b3(0x180)]=new Date()[_0x1841b3(0x18b)](),await writeSqlLockFile(_0x4e6ff5[_0x1841b3(0x179)],_0x31a40c),{'ok':!![],'data':{'id':_0x39f969['id'],'sqlCode':_0x39f969[_0x1841b3(0x155)],'sqlName':_0x39f969['sqlName'],'dbId':_0x39f969['dbId'],'path':_0x5a5d89,'mode':_0x32c66f},'message':'Created\x20SQL\x20query\x20'+_0x39f969[_0x1841b3(0x155)]};}};async function resolveSqlNewInputs(_0x5bce52){const _0x5ae605=await resolveSqlNameInput(_0x5bce52),{dbId:_0x5f3b51,dbName:_0x34eaf2}=await resolveDbSelection(_0x5bce52),_0x3a42b2=await resolveSqlModeInput(_0x5bce52);return{'sqlName':_0x5ae605,'dbId':_0x5f3b51,'dbName':_0x34eaf2,'mode':_0x3a42b2};}async function resolveSqlNameInput(_0x532d1f){const _0x6817d1=a150_0x2a8dcd,_0x9db41e=_0x532d1f[_0x6817d1(0x16d)](_0x6817d1(0x163))[_0x6817d1(0x187)]();if(_0x9db41e)return _0x9db41e;if(_0x532d1f['nonInteractive'])throw CliErrors[_0x6817d1(0x17a)](_0x6817d1(0x163),_0x6817d1(0x164));return(await input({'message':'请输入\x20SQL\x20名称:','validate':_0x11c6f0=>_0x11c6f0['trim']()?!![]:'SQL\x20名称不能为空'}))[_0x6817d1(0x187)]();}async function resolveDbSelection(_0x7e60fd){const _0x456236=a150_0x2a8dcd,_0x3cb1bb=resolveProvidedDbId(_0x7e60fd);if(typeof _0x3cb1bb===_0x456236(0x15e)&&Number[_0x456236(0x15d)](_0x3cb1bb)&&_0x3cb1bb>0x0)return{'dbId':_0x3cb1bb,'dbName':await getDbName(_0x7e60fd[_0x456236(0x167)],_0x3cb1bb)[_0x456236(0x152)](()=>undefined)};if(_0x7e60fd['nonInteractive'])throw CliErrors[_0x456236(0x17a)](_0x456236(0x190),_0x456236(0x154));const _0x294a6a=await listDatabases(_0x7e60fd[_0x456236(0x167)])[_0x456236(0x152)](()=>[]);if(_0x294a6a[_0x456236(0x184)]===0x1)return{'dbId':_0x294a6a[0x0]['dbId'],'dbName':_0x294a6a[0x0][_0x456236(0x166)]};if(_0x294a6a[_0x456236(0x184)]>0x1){const _0x5c7d2a=await select({'message':_0x456236(0x15b),'choices':[..._0x294a6a[_0x456236(0x156)](_0x420ab4=>({'name':_0x420ab4['dbName']+'\x20('+_0x420ab4[_0x456236(0x18f)]+')','value':serializeDbSelection(_0x420ab4)})),{'name':_0x456236(0x192),'value':_0x456236(0x177)}]});if(_0x5c7d2a!=='__manual__')return deserializeDbSelection(_0x5c7d2a);}const _0x2583be=await input({'message':_0x456236(0x16c),'validate':_0x4d046c=>{const _0x244f74=_0x456236,_0x2cf962=_0x4d046c[_0x244f74(0x187)]();if(!_0x2cf962)return _0x244f74(0x16f);const _0x2a298e=Number(_0x2cf962);if(!Number[_0x244f74(0x170)](_0x2a298e)||_0x2a298e<=0x0)return _0x244f74(0x191);return!![];}});return{'dbId':Number(_0x2583be[_0x456236(0x187)]())};}async function resolveSqlModeInput(_0x3e2203){const _0x3ff984=a150_0x2a8dcd,_0x59a040=_0x3e2203[_0x3ff984(0x16d)]('mode')[_0x3ff984(0x187)]();if(_0x59a040==='sql'||_0x59a040==='mybatisXml')return _0x59a040;if(_0x3e2203['nonInteractive'])throw CliErrors['flagMissing'](_0x3ff984(0x185),'--mode\x20is\x20required\x20in\x20non-interactive\x20mode.');return await select({'message':'请选择本地\x20SQL\x20模式:','choices':[{'name':_0x3ff984(0x162),'value':_0x3ff984(0x193),'description':_0x3ff984(0x175)},{'name':_0x3ff984(0x17e),'value':'mybatisXml','description':'适合带动态标签的\x20MyBatis\x20XML\x20SQL'}]});}function serializeDbSelection(_0x306b59){const _0x9b0c68=a150_0x2a8dcd;return JSON[_0x9b0c68(0x181)]({'dbId':_0x306b59[_0x9b0c68(0x18f)],'dbName':_0x306b59['dbName']});}function deserializeDbSelection(_0x42a384){const _0x7cc318=a150_0x2a8dcd;try{const _0x283ea0=JSON[_0x7cc318(0x18d)](_0x42a384);if(typeof _0x283ea0[_0x7cc318(0x18f)]===_0x7cc318(0x15e)&&Number[_0x7cc318(0x15d)](_0x283ea0[_0x7cc318(0x18f)]))return{'dbId':_0x283ea0['dbId'],'dbName':_0x283ea0['dbName']};}catch{}throw CliErrors[_0x7cc318(0x15c)]('Invalid\x20database\x20selection\x20payload:\x20'+_0x42a384);}function resolveProvidedDbId(_0x46765b){const _0x33a11d=a150_0x2a8dcd,_0x1359ad=_0x46765b['flag'](_0x33a11d(0x190));if(typeof _0x1359ad===_0x33a11d(0x15e)&&Number[_0x33a11d(0x15d)](_0x1359ad))return _0x1359ad;return undefined;}
1
+ const a150_0x551c5e=a150_0x512f;(function(_0x254201,_0x1eaed3){const _0xee77c0=a150_0x512f,_0x576820=_0x254201();while(!![]){try{const _0x191733=parseInt(_0xee77c0(0x200))/0x1+parseInt(_0xee77c0(0x204))/0x2+parseInt(_0xee77c0(0x20b))/0x3+-parseInt(_0xee77c0(0x1f4))/0x4+-parseInt(_0xee77c0(0x1e7))/0x5+-parseInt(_0xee77c0(0x208))/0x6*(parseInt(_0xee77c0(0x1d4))/0x7)+parseInt(_0xee77c0(0x1f5))/0x8*(-parseInt(_0xee77c0(0x1f3))/0x9);if(_0x191733===_0x1eaed3)break;else _0x576820['push'](_0x576820['shift']());}catch(_0x27cb1e){_0x576820['push'](_0x576820['shift']());}}}(a150_0x2ab3,0x25b36));import{writeFile}from'node:fs/promises';import{input,select}from'@inquirer/prompts';import{createSqlQuery}from'../../core/api-client.js';import{getDbName,listDatabases}from'../../core/db-resolver.js';import{loadSqlProjectConfig}from'../../core/sql-sync/config.js';import{ensureParentDirectory,fileExists}from'../../core/bff/file-system.js';import{computeSqlContentHash}from'../../core/sql-sync/hash.js';import{createEmptySqlLock,ensureSqlLockScope,readSqlLockFile,writeSqlLockFile}from'../../core/sql-sync/lock.js';import{buildSqlRelativePath}from'../../core/sql-sync/utils.js';import{CliErrors}from'../../errors.js';import{buildLocalSqlFileContent,buildSqlLockEntry,ensureRemoteSqlContent}from'./shared.js';function generateSqlTemplate(_0x41de33){const _0x5289c=a150_0x512f;if(_0x41de33===_0x5289c(0x1df))return[_0x5289c(0x1f2),_0x5289c(0x207),_0x5289c(0x1e8),'']['join']('\x0a');return[_0x5289c(0x20e),''][_0x5289c(0x203)]('\x0a');}export const sqlCreate={'service':a150_0x551c5e(0x209),'command':'create','description':a150_0x551c5e(0x1fa),'risk':a150_0x551c5e(0x20d),'flags':[{'name':a150_0x551c5e(0x1de),'type':a150_0x551c5e(0x1e1),'description':'SQL\x20query\x20display\x20name'},{'name':a150_0x551c5e(0x1eb),'type':a150_0x551c5e(0x206),'description':a150_0x551c5e(0x1f7)},{'name':a150_0x551c5e(0x1ea),'type':a150_0x551c5e(0x1e1),'enum':[a150_0x551c5e(0x209),a150_0x551c5e(0x1df)],'description':a150_0x551c5e(0x1d7)}],async 'validate'(_0x4eb253){const _0x53d74d=a150_0x551c5e;if(!_0x4eb253[_0x53d74d(0x1f6)])return;if(!_0x4eb253[_0x53d74d(0x1d6)](_0x53d74d(0x1de))[_0x53d74d(0x1ec)]())throw CliErrors[_0x53d74d(0x1fc)](_0x53d74d(0x1de),'--name\x20is\x20required\x20in\x20non-interactive\x20mode.');const _0x16b7ba=resolveProvidedDbId(_0x4eb253);if(typeof _0x16b7ba!==_0x53d74d(0x206)||!Number[_0x53d74d(0x202)](_0x16b7ba)||_0x16b7ba<=0x0)throw CliErrors['flagMissing'](_0x53d74d(0x1eb),_0x53d74d(0x1dd));if(!_0x4eb253[_0x53d74d(0x1d6)](_0x53d74d(0x1ea))[_0x53d74d(0x1ec)]())throw CliErrors[_0x53d74d(0x1fc)](_0x53d74d(0x1ea),_0x53d74d(0x213));},async 'dryRun'(_0x3fa9a1){const _0x2dc455=a150_0x551c5e,_0x1469aa=loadSqlProjectConfig(_0x3fa9a1['appCode']),{sqlName:_0x25e29e,dbId:_0x353f16,dbName:_0x542201,mode:_0x5e3bf3}=await resolveSqlNewInputs(_0x3fa9a1),_0x3623a3=buildSqlRelativePath(_0x2dc455(0x1e0),_0x25e29e,_0x542201,_0x5e3bf3,_0x353f16),_0x4307e5=_0x1469aa[_0x2dc455(0x211)]+'/'+_0x3623a3;return{'method':_0x2dc455(0x1e6),'url':'/smartapi/custom/saveUserCustomSql','body':{'appCode':_0x3fa9a1[_0x2dc455(0x1fe)],'sqlName':_0x25e29e,'dbId':_0x353f16,'mode':_0x5e3bf3,'localPath':_0x4307e5},'description':_0x2dc455(0x1f1)+_0x1469aa[_0x2dc455(0x211)]};},async 'execute'(_0x11ec55){const _0x1fdc20=a150_0x551c5e,_0x27b5ac=loadSqlProjectConfig(_0x11ec55[_0x1fdc20(0x1fe)]),{sqlName:_0x485ede,dbId:_0x1e96e2,dbName:_0x4b252b,mode:_0x6bcf5}=await resolveSqlNewInputs(_0x11ec55),_0x51ae5d=generateSqlTemplate(_0x6bcf5),_0x440304=await createSqlQuery({'appCode':_0x11ec55[_0x1fdc20(0x1fe)],'sqlName':_0x485ede,'dbId':_0x1e96e2,'sqlContent':_0x51ae5d}),_0x349ca5=ensureRemoteSqlContent(_0x440304),_0x1585a8=_0x4b252b||await getDbName(_0x11ec55[_0x1fdc20(0x1fe)],_0x1e96e2)[_0x1fdc20(0x1da)](()=>undefined),_0x26a135=buildSqlRelativePath(_0x440304[_0x1fdc20(0x1f9)],_0x440304[_0x1fdc20(0x1e2)],_0x1585a8,_0x6bcf5,_0x1e96e2),_0x29ca5d=_0x27b5ac[_0x1fdc20(0x211)]+'/'+_0x26a135,_0xdae4e1=buildLocalSqlFileContent({'sqlCode':_0x440304[_0x1fdc20(0x1f9)],'sqlName':_0x440304[_0x1fdc20(0x1e2)],'dbId':_0x440304[_0x1fdc20(0x1fb)]},_0x349ca5,{'dbName':_0x1585a8,'mode':_0x6bcf5,'syncedAt':new Date()[_0x1fdc20(0x20a)](),'description':_0x440304['description']});if(await fileExists(_0x29ca5d))throw CliErrors[_0x1fdc20(0x1e4)](_0x1fdc20(0x1d8)+_0x29ca5d);await ensureParentDirectory(_0x29ca5d),await writeFile(_0x29ca5d,_0xdae4e1,_0x1fdc20(0x1d2));const _0x207df8=await readSqlLockFile(_0x27b5ac[_0x1fdc20(0x1d3)]),{lockData:_0x1c5999,appLock:_0x19bd61}=ensureSqlLockScope(_0x207df8??createEmptySqlLock(),_0x27b5ac[_0x1fdc20(0x1fe)],_0x27b5ac[_0x1fdc20(0x20f)],_0x1fdc20(0x1f8));return _0x19bd61[_0x1fdc20(0x212)][_0x440304['sqlCode']]={...buildSqlLockEntry(_0x440304,_0x349ca5,computeSqlContentHash(_0xdae4e1),{'dbName':_0x1585a8}),'path':_0x26a135,'mode':_0x6bcf5},_0x19bd61['lastSync']=new Date()[_0x1fdc20(0x20a)](),await writeSqlLockFile(_0x27b5ac['lockFilePath'],_0x1c5999),{'ok':!![],'data':{'id':_0x440304['id'],'sqlCode':_0x440304['sqlCode'],'sqlName':_0x440304[_0x1fdc20(0x1e2)],'dbId':_0x440304['dbId'],'path':_0x29ca5d,'mode':_0x6bcf5},'message':'Created\x20SQL\x20query\x20'+_0x440304[_0x1fdc20(0x1f9)]};}};function a150_0x512f(_0x14431f,_0x441c43){_0x14431f=_0x14431f-0x1d2;const _0x2ab33c=a150_0x2ab3();let _0x512fc6=_0x2ab33c[_0x14431f];return _0x512fc6;}async function resolveSqlNewInputs(_0x3854ec){const _0x154b6b=await resolveSqlNameInput(_0x3854ec),{dbId:_0x5f120f,dbName:_0x35ea4d}=await resolveDbSelection(_0x3854ec),_0x1553fa=await resolveSqlModeInput(_0x3854ec);return{'sqlName':_0x154b6b,'dbId':_0x5f120f,'dbName':_0x35ea4d,'mode':_0x1553fa};}async function resolveSqlNameInput(_0x4ab22d){const _0x45a52a=a150_0x551c5e,_0x4755ff=_0x4ab22d['str'](_0x45a52a(0x1de))[_0x45a52a(0x1ec)]();if(_0x4755ff)return _0x4755ff;if(_0x4ab22d[_0x45a52a(0x1f6)])throw CliErrors[_0x45a52a(0x1fc)](_0x45a52a(0x1de),_0x45a52a(0x20c));return(await input({'message':_0x45a52a(0x1d5),'validate':_0x55596f=>_0x55596f[_0x45a52a(0x1ec)]()?!![]:_0x45a52a(0x1ed)}))['trim']();}async function resolveDbSelection(_0x1eed98){const _0x58811b=a150_0x551c5e,_0x5260bf=resolveProvidedDbId(_0x1eed98);if(typeof _0x5260bf===_0x58811b(0x206)&&Number[_0x58811b(0x202)](_0x5260bf)&&_0x5260bf>0x0)return{'dbId':_0x5260bf,'dbName':await getDbName(_0x1eed98[_0x58811b(0x1fe)],_0x5260bf)['catch'](()=>undefined)};if(_0x1eed98[_0x58811b(0x1f6)])throw CliErrors[_0x58811b(0x1fc)]('db-id','--db-id\x20is\x20required\x20in\x20non-interactive\x20mode.');const _0x21169c=await listDatabases(_0x1eed98['appCode'])[_0x58811b(0x1da)](()=>[]);if(_0x21169c['length']===0x1)return{'dbId':_0x21169c[0x0][_0x58811b(0x1fb)],'dbName':_0x21169c[0x0][_0x58811b(0x1d9)]};if(_0x21169c[_0x58811b(0x1ff)]>0x1){const _0x17a00d=await select({'message':_0x58811b(0x210),'choices':[..._0x21169c['map'](_0x441115=>({'name':_0x441115[_0x58811b(0x1d9)]+'\x20('+_0x441115[_0x58811b(0x1fb)]+')','value':serializeDbSelection(_0x441115)})),{'name':'✎\x20手动输入\x20dbId','value':'__manual__'}]});if(_0x17a00d!==_0x58811b(0x1ee))return deserializeDbSelection(_0x17a00d);}const _0x108122=await input({'message':_0x58811b(0x1e3),'validate':_0x4047b4=>{const _0x210b65=_0x58811b,_0x330287=_0x4047b4[_0x210b65(0x1ec)]();if(!_0x330287)return _0x210b65(0x205);const _0x898aa7=Number(_0x330287);if(!Number['isInteger'](_0x898aa7)||_0x898aa7<=0x0)return _0x210b65(0x1e9);return!![];}});return{'dbId':Number(_0x108122[_0x58811b(0x1ec)]())};}async function resolveSqlModeInput(_0x585f28){const _0x11ccc1=a150_0x551c5e,_0x4ec02a=_0x585f28[_0x11ccc1(0x1d6)](_0x11ccc1(0x1ea))[_0x11ccc1(0x1ec)]();if(_0x4ec02a===_0x11ccc1(0x209)||_0x4ec02a===_0x11ccc1(0x1df))return _0x4ec02a;if(_0x585f28[_0x11ccc1(0x1f6)])throw CliErrors[_0x11ccc1(0x1fc)](_0x11ccc1(0x1ea),_0x11ccc1(0x213));return await select({'message':'请选择本地\x20SQL\x20模式:','choices':[{'name':_0x11ccc1(0x1e5),'value':_0x11ccc1(0x209),'description':_0x11ccc1(0x201)},{'name':_0x11ccc1(0x1dc),'value':_0x11ccc1(0x1df),'description':_0x11ccc1(0x214)}]});}function a150_0x2ab3(){const _0x38e050=['--name\x20is\x20required\x20in\x20non-interactive\x20mode.','high-risk-write','SELECT\x201\x20AS\x20id;','sqlRoot','请选择目标数据库:','sqlRootDir','sqls','--mode\x20is\x20required\x20in\x20non-interactive\x20mode.','适合带动态标签的\x20MyBatis\x20XML\x20SQL','utf8','lockFilePath','434Xvbshf','请输入\x20SQL\x20名称:','str','Local\x20SQL\x20file\x20mode','File\x20already\x20exists:\x20','dbName','catch','flag','MyBatis\x20XML(mybatisXml)','--db-id\x20is\x20required\x20in\x20non-interactive\x20mode.','name','mybatisXml','<server-generated-sqlCode>','string','sqlName','请输入目标数据库\x20dbId:','validation','普通\x20SQL(sql)','POST','1306740oTSDOz','</select>','dbId\x20必须为正整数','mode','db-id','trim','SQL\x20名称不能为空','__manual__','stringify','parse','Would\x20create\x20a\x20new\x20SQL\x20query\x20and\x20scaffold\x20it\x20under\x20','<select\x20id=\x22query\x22\x20resultType=\x22map\x22>','730791TfrVxS','449320MVQkAJ','16zoksTt','nonInteractive','Target\x20database\x20ID','new','sqlCode','Create\x20a\x20new\x20custom\x20SQL\x20and\x20scaffold\x20it\x20locally','dbId','flagMissing','Invalid\x20database\x20selection\x20payload:\x20','appCode','length','250996ruLJSJ','适合直接执行的普通\x20SELECT\x20/\x20INSERT\x20/\x20UPDATE\x20/\x20DELETE\x20语句','isFinite','join','583952rUXeHP','dbId\x20不能为空','number','\x20\x20SELECT\x201\x20AS\x20id','1956cdejCQ','sql','toISOString','503214SsWZDq'];a150_0x2ab3=function(){return _0x38e050;};return a150_0x2ab3();}function serializeDbSelection(_0x44ac0a){const _0x3d3352=a150_0x551c5e;return JSON[_0x3d3352(0x1ef)]({'dbId':_0x44ac0a[_0x3d3352(0x1fb)],'dbName':_0x44ac0a[_0x3d3352(0x1d9)]});}function deserializeDbSelection(_0x416185){const _0x13b28f=a150_0x551c5e;try{const _0x228d61=JSON[_0x13b28f(0x1f0)](_0x416185);if(typeof _0x228d61[_0x13b28f(0x1fb)]==='number'&&Number['isFinite'](_0x228d61[_0x13b28f(0x1fb)]))return{'dbId':_0x228d61[_0x13b28f(0x1fb)],'dbName':_0x228d61['dbName']};}catch{}throw CliErrors[_0x13b28f(0x1e4)](_0x13b28f(0x1fd)+_0x416185);}function resolveProvidedDbId(_0xdee31d){const _0x32db69=a150_0x551c5e,_0x2fb03c=_0xdee31d[_0x32db69(0x1db)](_0x32db69(0x1eb));if(typeof _0x2fb03c==='number'&&Number[_0x32db69(0x202)](_0x2fb03c))return _0x2fb03c;return undefined;}
@@ -1 +1 @@
1
- const a151_0x2bf4ae=a151_0x210a;function a151_0x1e2a(){const _0x4876ac=['delete','52998aHMiZx','Deleted\x20','27mYoVWJ','sqlcode','remoteId','68079rxxUBZ','filter','1864910tcpehR','SQL\x20lock\x20file\x20not\x20found.','4irQwgV','lockFilePath','101750ZHsRbR','toISOString','projectRoot','appCode','sqls','No\x20SQL\x20lock\x20entry\x20found\x20for\x20\x22','4467344IcRJsb','length','sql','5942592BxyByx','\x20from\x20remote\x20and\x20move\x20local\x20file\x20to\x20','/smartapi/custom/deleteUserCustomSql','Would\x20delete\x20SQL\x20','SQL\x20lock\x20file\x20not\x20found.\x20Run\x20`rabetbase\x20sql\x20create`\x20or\x20`rabetbase\x20sql\x20pull`\x20first.','14zGlPyA','828JhgFUi','372hSDVHj','sqlRoot','high-risk-write','fromEntries','trashDir','validation','3291339vSsgTs','startsWith','\x20(local\x20file\x20moved\x20to\x20trash)','POST'];a151_0x1e2a=function(){return _0x4876ac;};return a151_0x1e2a();}(function(_0x94546d,_0x37fbf0){const _0x163758=a151_0x210a,_0x26e6bc=_0x94546d();while(!![]){try{const _0x5a4088=parseInt(_0x163758(0x70))/0x1*(-parseInt(_0x163758(0x6e))/0x2)+-parseInt(_0x163758(0x69))/0x3*(-parseInt(_0x163758(0x77))/0x4)+-parseInt(_0x163758(0x75))/0x5+parseInt(_0x163758(0x82))/0x6+-parseInt(_0x163758(0x87))/0x7*(parseInt(_0x163758(0x7f))/0x8)+parseInt(_0x163758(0x88))/0x9*(parseInt(_0x163758(0x79))/0xa)+parseInt(_0x163758(0x73))/0xb*(-parseInt(_0x163758(0x89))/0xc);if(_0x5a4088===_0x37fbf0)break;else _0x26e6bc['push'](_0x26e6bc['shift']());}catch(_0x50d2bf){_0x26e6bc['push'](_0x26e6bc['shift']());}}}(a151_0x1e2a,0x98f3f));import{mkdir,readdir,rename,rmdir}from'node:fs/promises';import{dirname,join,relative,resolve,sep}from'node:path';import{deleteSqlQuery}from'../../core/api-client.js';import{loadSqlProjectConfig}from'../../core/sql-sync/config.js';import{fileExists}from'../../core/bff/file-system.js';import{resolveLocalSqlFilePath}from'../../core/sql-sync/file-system.js';import{ensureSqlLockScope,readSqlLockFile,writeSqlLockFile}from'../../core/sql-sync/lock.js';import{CliErrors}from'../../errors.js';import{SQLCODE_FLAG}from'../../commands/common/flags.js';export const sqlDelete={'service':a151_0x2bf4ae(0x81),'command':a151_0x2bf4ae(0x6d),'description':'Delete\x20a\x20SQL\x20query\x20from\x20remote\x20and\x20local','risk':a151_0x2bf4ae(0x65),'flags':[SQLCODE_FLAG],async 'validate'(_0x593555){const _0x57d1d8=a151_0x2bf4ae,_0x108ba1=loadSqlProjectConfig(_0x593555[_0x57d1d8(0x7c)]),_0x120735=await readSqlLockFile(_0x108ba1[_0x57d1d8(0x78)]);if(!_0x120735)throw CliErrors[_0x57d1d8(0x68)]('SQL\x20lock\x20file\x20not\x20found.\x20Run\x20`rabetbase\x20sql\x20create`\x20or\x20`rabetbase\x20sql\x20pull`\x20first.');},async 'dryRun'(_0x1a54e7){const _0x119e09=a151_0x2bf4ae,_0x2260be=loadSqlProjectConfig(_0x1a54e7[_0x119e09(0x7c)]),_0x5ef3bb=await readSqlLockFile(_0x2260be[_0x119e09(0x78)]);if(!_0x5ef3bb)throw CliErrors['validation'](_0x119e09(0x86));const {appLock:_0x431873}=ensureSqlLockScope(_0x5ef3bb,_0x1a54e7[_0x119e09(0x7c)],_0x2260be[_0x119e09(0x64)],_0x119e09(0x6d)),_0x52f4d0=_0x1a54e7['str']('sqlcode'),_0x15a471=_0x431873['sqls'][_0x52f4d0];if(!_0x15a471)throw CliErrors['validation']('No\x20SQL\x20lock\x20entry\x20found\x20for\x20\x22'+_0x52f4d0+'\x22.');return{'method':_0x119e09(0x6c),'url':_0x119e09(0x84),'body':{'sqlCode':_0x52f4d0,'id':_0x15a471['remoteId'],'localPath':resolveLocalSqlFilePath(_0x2260be,_0x52f4d0,_0x15a471)},'description':_0x119e09(0x85)+_0x52f4d0+_0x119e09(0x83)+_0x2260be[_0x119e09(0x67)]};},async 'execute'(_0x35eb8c){const _0x702cdf=a151_0x2bf4ae,_0x49d6ce=loadSqlProjectConfig(_0x35eb8c['appCode']),_0x56643a=await readSqlLockFile(_0x49d6ce['lockFilePath']);if(!_0x56643a)throw CliErrors['validation'](_0x702cdf(0x76));const {lockData:_0x18e22,appLock:_0x483f60}=ensureSqlLockScope(_0x56643a,_0x35eb8c['appCode'],_0x49d6ce['sqlRoot'],_0x702cdf(0x6d)),_0x1a8cc5=_0x35eb8c['str'](_0x702cdf(0x71)),_0x1bcf3d=_0x483f60[_0x702cdf(0x7d)][_0x1a8cc5];if(!_0x1bcf3d)throw CliErrors[_0x702cdf(0x68)](_0x702cdf(0x7e)+_0x1a8cc5+'\x22.');await deleteSqlQuery({'id':_0x1bcf3d[_0x702cdf(0x72)],'sqlCode':_0x1a8cc5}),_0x483f60[_0x702cdf(0x7d)]=Object[_0x702cdf(0x66)](Object['entries'](_0x483f60['sqls'])[_0x702cdf(0x74)](([_0x556070])=>_0x556070!==_0x1a8cc5)),_0x483f60['lastSync']=new Date()[_0x702cdf(0x7a)](),await writeSqlLockFile(_0x49d6ce[_0x702cdf(0x78)],_0x18e22);const _0x481faa=resolveLocalSqlFilePath(_0x49d6ce,_0x1a8cc5,_0x1bcf3d);let _0x82fda0;await fileExists(_0x481faa)&&(_0x82fda0=await moveToTrash(_0x49d6ce[_0x702cdf(0x7b)],_0x49d6ce[_0x702cdf(0x67)],_0x481faa),await cleanupEmptyDirectories(dirname(_0x481faa),_0x49d6ce['sqlRootDir']));const _0x17de7b={'deleted':_0x1a8cc5,'remoteId':_0x1bcf3d['remoteId']};if(_0x82fda0)_0x17de7b['trashedTo']=_0x82fda0;return{'ok':!![],'data':_0x17de7b,'message':_0x702cdf(0x6f)+_0x1a8cc5+(_0x82fda0?_0x702cdf(0x6b):'')};}};async function moveToTrash(_0x7cc14f,_0x491389,_0x8b1c61){const _0x2a76a8=a151_0x2bf4ae,_0x19d148=new Date()[_0x2a76a8(0x7a)]()['replace'](/[:.]/g,'-'),_0x34f027=relative(_0x7cc14f,_0x8b1c61),_0x39e1b5=join(_0x491389,_0x19d148,_0x34f027);return await mkdir(dirname(_0x39e1b5),{'recursive':!![]}),await rename(_0x8b1c61,_0x39e1b5),_0x39e1b5;}function a151_0x210a(_0x440a1e,_0x47f69a){_0x440a1e=_0x440a1e-0x64;const _0x1e2a2f=a151_0x1e2a();let _0x210a91=_0x1e2a2f[_0x440a1e];return _0x210a91;}async function cleanupEmptyDirectories(_0x433420,_0x401598){const _0x4f385d=a151_0x2bf4ae;let _0x22ca32=resolve(_0x433420);const _0x4aea4a=resolve(_0x401598);while(_0x22ca32[_0x4f385d(0x6a)](''+_0x4aea4a+sep)||_0x22ca32===_0x4aea4a){if(_0x22ca32===_0x4aea4a)return;try{const _0x42646f=await readdir(_0x22ca32);if(_0x42646f[_0x4f385d(0x80)]>0x0)return;await rmdir(_0x22ca32);}catch{return;}_0x22ca32=dirname(_0x22ca32);}}
1
+ const a151_0x34ff80=a151_0x4f13;(function(_0x36cb96,_0x39143a){const _0x7d50d9=a151_0x4f13,_0x3b0296=_0x36cb96();while(!![]){try{const _0xee2124=-parseInt(_0x7d50d9(0x126))/0x1+parseInt(_0x7d50d9(0x125))/0x2+-parseInt(_0x7d50d9(0x116))/0x3+-parseInt(_0x7d50d9(0x12a))/0x4+-parseInt(_0x7d50d9(0x135))/0x5*(parseInt(_0x7d50d9(0x122))/0x6)+parseInt(_0x7d50d9(0x127))/0x7+-parseInt(_0x7d50d9(0x133))/0x8*(-parseInt(_0x7d50d9(0x11e))/0x9);if(_0xee2124===_0x39143a)break;else _0x3b0296['push'](_0x3b0296['shift']());}catch(_0x583b37){_0x3b0296['push'](_0x3b0296['shift']());}}}(a151_0x3f03,0xc97f1));import{mkdir,readdir,rename,rmdir}from'node:fs/promises';import{dirname,join,relative,resolve,sep}from'node:path';import{deleteSqlQuery}from'../../core/api-client.js';import{loadSqlProjectConfig}from'../../core/sql-sync/config.js';function a151_0x3f03(){const _0x456b9f=['POST','SQL\x20lock\x20file\x20not\x20found.\x20Run\x20`rabetbase\x20sql\x20create`\x20or\x20`rabetbase\x20sql\x20pull`\x20first.','fromEntries','str','\x20from\x20remote\x20and\x20move\x20local\x20file\x20to\x20','startsWith','trashDir','filter','8LcqiPW','Delete\x20a\x20SQL\x20query\x20from\x20remote\x20and\x20local','2699950SaOWvh','\x20(local\x20file\x20moved\x20to\x20trash)','SQL\x20lock\x20file\x20not\x20found.','Would\x20delete\x20SQL\x20','4932942DDMvlu','sqlRoot','delete','validation','entries','Deleted\x20','No\x20SQL\x20lock\x20entry\x20found\x20for\x20\x22','sqlcode','29620989DKNBSu','/smartapi/custom/deleteUserCustomSql','appCode','trashedTo','12BhDIWh','remoteId','projectRoot','2188876dTAJUX','245129bfdCmr','680449NcvUWI','lockFilePath','sqls','2752456KBouuf'];a151_0x3f03=function(){return _0x456b9f;};return a151_0x3f03();}import{fileExists}from'../../core/bff/file-system.js';import{resolveLocalSqlFilePath}from'../../core/sql-sync/file-system.js';import{ensureSqlLockScope,readSqlLockFile,writeSqlLockFile}from'../../core/sql-sync/lock.js';function a151_0x4f13(_0x266552,_0x21a835){_0x266552=_0x266552-0x114;const _0x3f030a=a151_0x3f03();let _0x4f1394=_0x3f030a[_0x266552];return _0x4f1394;}import{CliErrors}from'../../errors.js';import{SQLCODE_FLAG}from'../../commands/common/flags.js';export const sqlDelete={'service':'sql','command':'delete','description':a151_0x34ff80(0x134),'risk':'high-risk-write','flags':[SQLCODE_FLAG],async 'validate'(_0x59b07c){const _0x561433=a151_0x34ff80,_0x23fa01=loadSqlProjectConfig(_0x59b07c[_0x561433(0x120)]),_0x18e2eb=await readSqlLockFile(_0x23fa01[_0x561433(0x128)]);if(!_0x18e2eb)throw CliErrors[_0x561433(0x119)](_0x561433(0x12c));},async 'dryRun'(_0x5e7758){const _0x5e5bfe=a151_0x34ff80,_0x3f62d6=loadSqlProjectConfig(_0x5e7758[_0x5e5bfe(0x120)]),_0x1e7da9=await readSqlLockFile(_0x3f62d6[_0x5e5bfe(0x128)]);if(!_0x1e7da9)throw CliErrors[_0x5e5bfe(0x119)](_0x5e5bfe(0x12c));const {appLock:_0x3e5009}=ensureSqlLockScope(_0x1e7da9,_0x5e7758[_0x5e5bfe(0x120)],_0x3f62d6[_0x5e5bfe(0x117)],_0x5e5bfe(0x118)),_0x32776f=_0x5e7758[_0x5e5bfe(0x12e)]('sqlcode'),_0x36bbef=_0x3e5009[_0x5e5bfe(0x129)][_0x32776f];if(!_0x36bbef)throw CliErrors['validation'](_0x5e5bfe(0x11c)+_0x32776f+'\x22.');return{'method':_0x5e5bfe(0x12b),'url':_0x5e5bfe(0x11f),'body':{'sqlCode':_0x32776f,'id':_0x36bbef['remoteId'],'localPath':resolveLocalSqlFilePath(_0x3f62d6,_0x32776f,_0x36bbef)},'description':_0x5e5bfe(0x115)+_0x32776f+_0x5e5bfe(0x12f)+_0x3f62d6['trashDir']};},async 'execute'(_0x9d5f4a){const _0x14079f=a151_0x34ff80,_0x5af5ff=loadSqlProjectConfig(_0x9d5f4a[_0x14079f(0x120)]),_0x110750=await readSqlLockFile(_0x5af5ff[_0x14079f(0x128)]);if(!_0x110750)throw CliErrors[_0x14079f(0x119)](_0x14079f(0x114));const {lockData:_0x3861b7,appLock:_0xd99483}=ensureSqlLockScope(_0x110750,_0x9d5f4a[_0x14079f(0x120)],_0x5af5ff[_0x14079f(0x117)],_0x14079f(0x118)),_0x32aeb9=_0x9d5f4a[_0x14079f(0x12e)](_0x14079f(0x11d)),_0x137160=_0xd99483['sqls'][_0x32aeb9];if(!_0x137160)throw CliErrors['validation'](_0x14079f(0x11c)+_0x32aeb9+'\x22.');await deleteSqlQuery({'id':_0x137160[_0x14079f(0x123)],'sqlCode':_0x32aeb9}),_0xd99483['sqls']=Object[_0x14079f(0x12d)](Object[_0x14079f(0x11a)](_0xd99483['sqls'])[_0x14079f(0x132)](([_0x5775ac])=>_0x5775ac!==_0x32aeb9)),_0xd99483['lastSync']=new Date()['toISOString'](),await writeSqlLockFile(_0x5af5ff['lockFilePath'],_0x3861b7);const _0x1d4473=resolveLocalSqlFilePath(_0x5af5ff,_0x32aeb9,_0x137160);let _0x4e6a57;await fileExists(_0x1d4473)&&(_0x4e6a57=await moveToTrash(_0x5af5ff[_0x14079f(0x124)],_0x5af5ff[_0x14079f(0x131)],_0x1d4473),await cleanupEmptyDirectories(dirname(_0x1d4473),_0x5af5ff['sqlRootDir']));const _0x10b865={'deleted':_0x32aeb9,'remoteId':_0x137160['remoteId']};if(_0x4e6a57)_0x10b865[_0x14079f(0x121)]=_0x4e6a57;return{'ok':!![],'data':_0x10b865,'message':_0x14079f(0x11b)+_0x32aeb9+(_0x4e6a57?_0x14079f(0x136):'')};}};async function moveToTrash(_0x31e5d3,_0x5b6554,_0x5dd82e){const _0xfb991b=new Date()['toISOString']()['replace'](/[:.]/g,'-'),_0xe2ff26=relative(_0x31e5d3,_0x5dd82e),_0x31825f=join(_0x5b6554,_0xfb991b,_0xe2ff26);return await mkdir(dirname(_0x31825f),{'recursive':!![]}),await rename(_0x5dd82e,_0x31825f),_0x31825f;}async function cleanupEmptyDirectories(_0x287bfd,_0x2d7208){const _0x221f79=a151_0x34ff80;let _0x2203af=resolve(_0x287bfd);const _0x5262a3=resolve(_0x2d7208);while(_0x2203af[_0x221f79(0x130)](''+_0x5262a3+sep)||_0x2203af===_0x5262a3){if(_0x2203af===_0x5262a3)return;try{const _0x3f14d0=await readdir(_0x2203af);if(_0x3f14d0['length']>0x0)return;await rmdir(_0x2203af);}catch{return;}_0x2203af=dirname(_0x2203af);}}
@@ -1 +1 @@
1
- const a152_0x2e82b4=a152_0xcac7;(function(_0x1f3aa7,_0x5a6892){const _0x4d6730=a152_0xcac7,_0x337aaf=_0x1f3aa7();while(!![]){try{const _0xf46a97=parseInt(_0x4d6730(0x7f))/0x1+-parseInt(_0x4d6730(0x77))/0x2+parseInt(_0x4d6730(0x87))/0x3+-parseInt(_0x4d6730(0x85))/0x4+parseInt(_0x4d6730(0x82))/0x5*(-parseInt(_0x4d6730(0x79))/0x6)+-parseInt(_0x4d6730(0x81))/0x7+parseInt(_0x4d6730(0x88))/0x8;if(_0xf46a97===_0x5a6892)break;else _0x337aaf['push'](_0x337aaf['shift']());}catch(_0x51f141){_0x337aaf['push'](_0x337aaf['shift']());}}}(a152_0xb11f,0x78018));function a152_0xcac7(_0x155164,_0x3e0694){_0x155164=_0x155164-0x75;const _0xb11f2f=a152_0xb11f();let _0xcac7af=_0xb11f2f[_0x155164];return _0xcac7af;}import{getSqlQueryInfo}from'../../core/api-client.js';import{getDbName}from'../../core/db-resolver.js';import{SQLCODE_FLAG}from'../../commands/common/flags.js';export const sqlDetail={'service':a152_0x2e82b4(0x78),'command':a152_0x2e82b4(0x80),'description':a152_0x2e82b4(0x83),'risk':a152_0x2e82b4(0x75),'flags':[SQLCODE_FLAG,{'name':'verbose','type':a152_0x2e82b4(0x7c),'description':a152_0x2e82b4(0x7b)}],async 'execute'(_0x24d9da){const _0x2b619f=a152_0x2e82b4,_0x181958=await getSqlQueryInfo(_0x24d9da['appCode'],_0x24d9da['str']('sqlcode')),_0xc0e9d6=_0x24d9da[_0x2b619f(0x86)]('verbose');if(_0xc0e9d6)return{'ok':!![],'data':_0x181958};const _0x5b3238=_0x181958['dbId']?await getDbName(_0x24d9da[_0x2b619f(0x84)],_0x181958[_0x2b619f(0x7a)]):undefined;return{'ok':!![],'data':{'sqlCode':_0x181958[_0x2b619f(0x7e)],'sqlName':_0x181958[_0x2b619f(0x7d)],'db':_0x5b3238?_0x5b3238+'\x20('+_0x181958[_0x2b619f(0x7a)]+')':_0x181958[_0x2b619f(0x7a)]??'','description':_0x181958['description']??'','sqlContent':_0x181958[_0x2b619f(0x76)]??''}};}};function a152_0xb11f(){const _0x1ce6e8=['read','sqlContent','739658maRdIq','sql','30YcSLEu','dbId','Return\x20full\x20raw\x20SQL\x20query\x20object','boolean','sqlName','sqlCode','459419IJdinM','detail','5099402lkVKuM','345885oridXp','Get\x20custom\x20SQL\x20query\x20details\x20by\x20sqlCode','appCode','3585300oVwyTH','bool','700815tlRDVK','17112360znpzbT'];a152_0xb11f=function(){return _0x1ce6e8;};return a152_0xb11f();}
1
+ const a152_0x469c98=a152_0x4db2;(function(_0x4f8663,_0x19ce3c){const _0x2d2198=a152_0x4db2,_0x2be7bc=_0x4f8663();while(!![]){try{const _0x444c23=parseInt(_0x2d2198(0x12b))/0x1*(-parseInt(_0x2d2198(0x125))/0x2)+-parseInt(_0x2d2198(0x12a))/0x3*(-parseInt(_0x2d2198(0x11a))/0x4)+parseInt(_0x2d2198(0x130))/0x5+parseInt(_0x2d2198(0x11e))/0x6+parseInt(_0x2d2198(0x11b))/0x7*(parseInt(_0x2d2198(0x12c))/0x8)+parseInt(_0x2d2198(0x121))/0x9*(parseInt(_0x2d2198(0x11d))/0xa)+parseInt(_0x2d2198(0x127))/0xb*(-parseInt(_0x2d2198(0x126))/0xc);if(_0x444c23===_0x19ce3c)break;else _0x2be7bc['push'](_0x2be7bc['shift']());}catch(_0x395a3c){_0x2be7bc['push'](_0x2be7bc['shift']());}}}(a152_0x197b,0x86593));function a152_0x4db2(_0x5e452e,_0x3ca35d){_0x5e452e=_0x5e452e-0x11a;const _0x197bbb=a152_0x197b();let _0x4db226=_0x197bbb[_0x5e452e];return _0x4db226;}import{getSqlQueryInfo}from'../../core/api-client.js';import{getDbName}from'../../core/db-resolver.js';function a152_0x197b(){const _0x284038=['9768UKXsbe','detail','verbose','sql','2878870MtvGyN','dbId','2766652zagpVQ','1743iGMtsr','appCode','150jFPBeY','3557220CSIZXZ','bool','Get\x20custom\x20SQL\x20query\x20details\x20by\x20sqlCode','332334EGHrdT','Return\x20full\x20raw\x20SQL\x20query\x20object','sqlCode','sqlcode','4070xIpkyu','1320sVInkp','168157qOYfEE','description','str','3DKMrnW','239xeEysX'];a152_0x197b=function(){return _0x284038;};return a152_0x197b();}import{SQLCODE_FLAG}from'../../commands/common/flags.js';export const sqlDetail={'service':a152_0x469c98(0x12f),'command':a152_0x469c98(0x12d),'description':a152_0x469c98(0x120),'risk':'read','flags':[SQLCODE_FLAG,{'name':a152_0x469c98(0x12e),'type':'boolean','description':a152_0x469c98(0x122)}],async 'execute'(_0x30cf3f){const _0x43d555=a152_0x469c98,_0x4c3cf1=await getSqlQueryInfo(_0x30cf3f[_0x43d555(0x11c)],_0x30cf3f[_0x43d555(0x129)](_0x43d555(0x124))),_0xa76f43=_0x30cf3f[_0x43d555(0x11f)](_0x43d555(0x12e));if(_0xa76f43)return{'ok':!![],'data':_0x4c3cf1};const _0x2073e0=_0x4c3cf1[_0x43d555(0x131)]?await getDbName(_0x30cf3f[_0x43d555(0x11c)],_0x4c3cf1['dbId']):undefined;return{'ok':!![],'data':{'sqlCode':_0x4c3cf1[_0x43d555(0x123)],'sqlName':_0x4c3cf1['sqlName'],'db':_0x2073e0?_0x2073e0+'\x20('+_0x4c3cf1[_0x43d555(0x131)]+')':_0x4c3cf1[_0x43d555(0x131)]??'','description':_0x4c3cf1[_0x43d555(0x128)]??'','sqlContent':_0x4c3cf1['sqlContent']??''}};}};
@@ -1 +1 @@
1
- const a153_0x3d3c37=a153_0x6392;(function(_0x4765e0,_0xeece3d){const _0x3e7560=a153_0x6392,_0x1bf50d=_0x4765e0();while(!![]){try{const _0x498cb5=parseInt(_0x3e7560(0x1e9))/0x1*(-parseInt(_0x3e7560(0x1e4))/0x2)+-parseInt(_0x3e7560(0x1f0))/0x3*(-parseInt(_0x3e7560(0x1f5))/0x4)+parseInt(_0x3e7560(0x1e5))/0x5+parseInt(_0x3e7560(0x1f7))/0x6*(parseInt(_0x3e7560(0x1f6))/0x7)+parseInt(_0x3e7560(0x1f4))/0x8*(-parseInt(_0x3e7560(0x1e7))/0x9)+parseInt(_0x3e7560(0x1f2))/0xa+parseInt(_0x3e7560(0x1de))/0xb;if(_0x498cb5===_0xeece3d)break;else _0x1bf50d['push'](_0x1bf50d['shift']());}catch(_0xc12df3){_0x1bf50d['push'](_0x1bf50d['shift']());}}}(a153_0x4162,0xbf400));import{executeSql}from'../../core/api-client.js';import{SQLCODE_FLAG}from'../../commands/common/flags.js';import{parseJsonParams}from'../../utils/params.js';function a153_0x4162(){const _0x42bc6f=['SQL\x20execution\x20failed','execResult','Returned\x20','1101NNosaJ','execError','1797050nzwvJx','read','304nKxgKr','16600uOCrDm','23786MeXhzm','504iaFNGH','8112324SvZtHn','now','exec','SQL\x20parameters\x20as\x20JSON\x20string\x20(e.g.\x20\x27{\x22key\x22:\x22value\x22}\x27)','string','length','4oRtQXW','4789765BoBkVj','isArray','338283WGoKsW','params','735979kOKmuF','sqlcode','\x20row(s)\x20in\x20','str'];a153_0x4162=function(){return _0x42bc6f;};return a153_0x4162();}function a153_0x6392(_0x3ec6da,_0x307b3f){_0x3ec6da=_0x3ec6da-0x1de;const _0x416249=a153_0x4162();let _0x6392d9=_0x416249[_0x3ec6da];return _0x6392d9;}export const sqlExec={'service':'sql','command':a153_0x3d3c37(0x1e0),'description':'Execute\x20a\x20custom\x20SQL\x20query\x20by\x20sqlCode','risk':a153_0x3d3c37(0x1f3),'flags':[SQLCODE_FLAG,{'name':a153_0x3d3c37(0x1e8),'type':a153_0x3d3c37(0x1e2),'description':a153_0x3d3c37(0x1e1)}],async 'execute'(_0xd892e5){const _0x3e2b1b=a153_0x3d3c37,_0xfa7781=parseJsonParams(_0xd892e5[_0x3e2b1b(0x1ec)](_0x3e2b1b(0x1e8))),_0x42e2ad=Date[_0x3e2b1b(0x1df)](),_0x22fd2e=await executeSql(_0xd892e5['appCode'],_0xd892e5[_0x3e2b1b(0x1ec)](_0x3e2b1b(0x1ea)),_0xfa7781),_0x35cd8f=Date[_0x3e2b1b(0x1df)]()-_0x42e2ad,_0x2be5c9=_0x22fd2e?.[_0x3e2b1b(0x1ee)]??_0x22fd2e,_0x256e5e=_0x22fd2e?.['execSuccess']??!![];if(!_0x256e5e)return{'ok':![],'data':{'error':_0x22fd2e?.[_0x3e2b1b(0x1f1)]||_0x3e2b1b(0x1ed),'elapsed':_0x35cd8f},'message':'SQL\x20execution\x20failed'};const _0x253055=Array[_0x3e2b1b(0x1e6)](_0x2be5c9)?_0x2be5c9:[];return{'ok':!![],'data':{'rows':_0x253055,'rowCount':_0x253055[_0x3e2b1b(0x1e3)],'elapsed':_0x35cd8f},'message':_0x3e2b1b(0x1ef)+_0x253055['length']+_0x3e2b1b(0x1eb)+_0x35cd8f+'ms'};}};
1
+ const a153_0x1cbb36=a153_0x2c2e;function a153_0x1dc8(){const _0x5da112=['2338400EMGpdQ','104556klVmmq','\x20row(s)\x20in\x20','execError','88543jPJFtP','Execute\x20a\x20custom\x20SQL\x20query\x20by\x20sqlCode','str','length','268725jMZxCr','SQL\x20parameters\x20as\x20JSON\x20string\x20(e.g.\x20\x27{\x22key\x22:\x22value\x22}\x27)','491bGkzed','now','1327472HugmJE','15gCijUv','sqlcode','params','6rgSImc','913392hOjIFl','290gMJuSr','Returned\x20','SQL\x20execution\x20failed','string'];a153_0x1dc8=function(){return _0x5da112;};return a153_0x1dc8();}(function(_0x13735f,_0xd892f0){const _0x2e02f5=a153_0x2c2e,_0x30fee7=_0x13735f();while(!![]){try{const _0x181670=parseInt(_0x2e02f5(0x1bb))/0x1*(-parseInt(_0x2e02f5(0x1c3))/0x2)+-parseInt(_0x2e02f5(0x1b9))/0x3+-parseInt(_0x2e02f5(0x1b2))/0x4*(-parseInt(_0x2e02f5(0x1be))/0x5)+-parseInt(_0x2e02f5(0x1c1))/0x6*(parseInt(_0x2e02f5(0x1b5))/0x7)+parseInt(_0x2e02f5(0x1bd))/0x8+-parseInt(_0x2e02f5(0x1c2))/0x9+parseInt(_0x2e02f5(0x1c7))/0xa;if(_0x181670===_0xd892f0)break;else _0x30fee7['push'](_0x30fee7['shift']());}catch(_0x3c8b4b){_0x30fee7['push'](_0x30fee7['shift']());}}}(a153_0x1dc8,0x31a14));import{executeSql}from'../../core/api-client.js';function a153_0x2c2e(_0x51b853,_0x4277be){_0x51b853=_0x51b853-0x1b2;const _0x1dc8a2=a153_0x1dc8();let _0x2c2e76=_0x1dc8a2[_0x51b853];return _0x2c2e76;}import{SQLCODE_FLAG}from'../../commands/common/flags.js';import{parseJsonParams}from'../../utils/params.js';export const sqlExec={'service':'sql','command':'exec','description':a153_0x1cbb36(0x1b6),'risk':'read','flags':[SQLCODE_FLAG,{'name':a153_0x1cbb36(0x1c0),'type':a153_0x1cbb36(0x1c6),'description':a153_0x1cbb36(0x1ba)}],async 'execute'(_0x4f66d6){const _0x44b547=a153_0x1cbb36,_0x3e3d9f=parseJsonParams(_0x4f66d6[_0x44b547(0x1b7)](_0x44b547(0x1c0))),_0x5e58b8=Date[_0x44b547(0x1bc)](),_0x430979=await executeSql(_0x4f66d6['appCode'],_0x4f66d6[_0x44b547(0x1b7)](_0x44b547(0x1bf)),_0x3e3d9f),_0x1ae3d1=Date[_0x44b547(0x1bc)]()-_0x5e58b8,_0x16d66e=_0x430979?.['execResult']??_0x430979,_0x9ce86e=_0x430979?.['execSuccess']??!![];if(!_0x9ce86e)return{'ok':![],'data':{'error':_0x430979?.[_0x44b547(0x1b4)]||_0x44b547(0x1c5),'elapsed':_0x1ae3d1},'message':'SQL\x20execution\x20failed'};const _0x1ca374=Array['isArray'](_0x16d66e)?_0x16d66e:[];return{'ok':!![],'data':{'rows':_0x1ca374,'rowCount':_0x1ca374[_0x44b547(0x1b8)],'elapsed':_0x1ae3d1},'message':_0x44b547(0x1c4)+_0x1ca374['length']+_0x44b547(0x1b3)+_0x1ae3d1+'ms'};}};
@@ -1 +1 @@
1
- (function(_0x3ecf22,_0x37e405){const _0x121762=a154_0x2f5c,_0x3bc9c6=_0x3ecf22();while(!![]){try{const _0x2ea3b2=parseInt(_0x121762(0x159))/0x1+parseInt(_0x121762(0x158))/0x2*(parseInt(_0x121762(0x156))/0x3)+parseInt(_0x121762(0x153))/0x4*(-parseInt(_0x121762(0x151))/0x5)+-parseInt(_0x121762(0x152))/0x6+parseInt(_0x121762(0x154))/0x7+parseInt(_0x121762(0x157))/0x8+-parseInt(_0x121762(0x155))/0x9;if(_0x2ea3b2===_0x37e405)break;else _0x3bc9c6['push'](_0x3bc9c6['shift']());}catch(_0x50f540){_0x3bc9c6['push'](_0x3bc9c6['shift']());}}}(a154_0x5c47,0xb4719));import{sqlList}from'../../commands/sql/list.js';function a154_0x2f5c(_0x146829,_0x4beb48){_0x146829=_0x146829-0x151;const _0x5c4753=a154_0x5c47();let _0x2f5c45=_0x5c4753[_0x146829];return _0x2f5c45;}import{sqlDetail}from'../../commands/sql/detail.js';import{sqlValidate}from'../../commands/sql/validate.js';import{sqlSave}from'../../commands/sql/save.js';import{sqlExec}from'../../commands/sql/exec.js';import{sqlPull}from'../../commands/sql/pull.js';import{sqlCreate}from'../../commands/sql/create.js';import{sqlStatus}from'../../commands/sql/status.js';function a154_0x5c47(){const _0x34a5ce=['4876930NhSxKE','3468744fbJdVJ','4qqscWY','7806246MtkHhz','9594072hLAcWe','33729xULjsG','2989496PJslXo','142frnwBx','1071497hSaYbl'];a154_0x5c47=function(){return _0x34a5ce;};return a154_0x5c47();}import{sqlPush}from'../../commands/sql/push.js';import{sqlDelete}from'../../commands/sql/delete.js';export const sqlDefinitions=[sqlList,sqlDetail,sqlStatus,sqlCreate,sqlPush,sqlValidate,sqlSave,sqlExec,sqlPull,sqlDelete];
1
+ (function(_0x491320,_0x1df513){const _0xc9a5ef=a154_0x564f,_0x439738=_0x491320();while(!![]){try{const _0x48b40f=parseInt(_0xc9a5ef(0x9a))/0x1+-parseInt(_0xc9a5ef(0x96))/0x2+-parseInt(_0xc9a5ef(0x97))/0x3*(parseInt(_0xc9a5ef(0x99))/0x4)+parseInt(_0xc9a5ef(0x95))/0x5+-parseInt(_0xc9a5ef(0x98))/0x6+parseInt(_0xc9a5ef(0x9b))/0x7+parseInt(_0xc9a5ef(0x94))/0x8;if(_0x48b40f===_0x1df513)break;else _0x439738['push'](_0x439738['shift']());}catch(_0x44c8be){_0x439738['push'](_0x439738['shift']());}}}(a154_0x5a68,0x3275d));import{sqlList}from'../../commands/sql/list.js';import{sqlDetail}from'../../commands/sql/detail.js';import{sqlValidate}from'../../commands/sql/validate.js';import{sqlSave}from'../../commands/sql/save.js';import{sqlExec}from'../../commands/sql/exec.js';import{sqlPull}from'../../commands/sql/pull.js';import{sqlCreate}from'../../commands/sql/create.js';import{sqlStatus}from'../../commands/sql/status.js';function a154_0x5a68(){const _0x5dfa90=['1569384VZDAuJ','120kAuABH','217865eYwXUc','1092441CJmrgh','2843216InwZaU','1279910kGPFVl','567086tjNgLe','23352hkxcwW'];a154_0x5a68=function(){return _0x5dfa90;};return a154_0x5a68();}import{sqlPush}from'../../commands/sql/push.js';import{sqlDelete}from'../../commands/sql/delete.js';function a154_0x564f(_0x5d19c3,_0x8f75dc){_0x5d19c3=_0x5d19c3-0x94;const _0x5a68a5=a154_0x5a68();let _0x564f65=_0x5a68a5[_0x5d19c3];return _0x564f65;}export const sqlDefinitions=[sqlList,sqlDetail,sqlStatus,sqlCreate,sqlPush,sqlValidate,sqlSave,sqlExec,sqlPull,sqlDelete];
@@ -1 +1 @@
1
- const a155_0x1476d9=a155_0x45ba;(function(_0x1d9236,_0x12db25){const _0x211ca6=a155_0x45ba,_0x3d3526=_0x1d9236();while(!![]){try{const _0x44f505=-parseInt(_0x211ca6(0x18a))/0x1+-parseInt(_0x211ca6(0x18f))/0x2*(-parseInt(_0x211ca6(0x182))/0x3)+parseInt(_0x211ca6(0x19f))/0x4+-parseInt(_0x211ca6(0x194))/0x5+parseInt(_0x211ca6(0x18d))/0x6+parseInt(_0x211ca6(0x193))/0x7+-parseInt(_0x211ca6(0x18e))/0x8*(parseInt(_0x211ca6(0x199))/0x9);if(_0x44f505===_0x12db25)break;else _0x3d3526['push'](_0x3d3526['shift']());}catch(_0x5157cd){_0x3d3526['push'](_0x3d3526['shift']());}}}(a155_0x23a6,0x633f8));import{listSqlQueries}from'../../core/api-client.js';function a155_0x23a6(){const _0x14bc03=['boolean','tableData','dbId','page','27369KNQOZI','sqlName','read','str','pagesize','totalCount','1352112YgxFIZ','appCode','name','length','58728EBhRjd','No\x20custom\x20SQL\x20queries\x20found.','sqlcode','string','Page\x20number','num','Page\x20size','description','100945PzhcPd','Filter\x20by\x20SQL\x20name','Found\x20','3840162MUdMAZ','2360rWbhuf','54GOPpDy','list','sqlCode','\x20SQL\x20queries\x20(total:\x20','699685InimCt','1010010ljKSTq'];a155_0x23a6=function(){return _0x14bc03;};return a155_0x23a6();}import{getDbName}from'../../core/db-resolver.js';function a155_0x45ba(_0x4465b5,_0xb1b411){_0x4465b5=_0x4465b5-0x182;const _0x23a6d1=a155_0x23a6();let _0x45ba69=_0x23a6d1[_0x4465b5];return _0x45ba69;}import{SQLCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';export const sqlList={'service':'sql','command':a155_0x1476d9(0x190),'description':'List\x20custom\x20SQL\x20queries','risk':a155_0x1476d9(0x19b),'flags':[SQLCODE_FLAG_OPTIONAL,{'name':a155_0x1476d9(0x1a1),'type':a155_0x1476d9(0x185),'description':a155_0x1476d9(0x18b)},{'name':a155_0x1476d9(0x198),'type':'number','description':a155_0x1476d9(0x186),'default':0x1},{'name':a155_0x1476d9(0x19d),'type':'number','description':a155_0x1476d9(0x188)},{'name':'verbose','type':a155_0x1476d9(0x195),'description':'Return\x20full\x20SQL\x20query\x20objects\x20including\x20parameters\x20and\x20SQL\x20content'}],async 'execute'(_0x56c433){const _0x41826f=a155_0x1476d9,_0x575130=await listSqlQueries(_0x56c433[_0x41826f(0x1a0)],{'sqlCode':_0x56c433[_0x41826f(0x19c)](_0x41826f(0x184))||undefined,'sqlName':_0x56c433[_0x41826f(0x19c)]('name')||undefined,'currentPage':_0x56c433[_0x41826f(0x187)]('page'),'pageSize':_0x56c433['num']('pagesize',0x32)}),_0x22d1b2=_0x56c433['bool']('verbose'),_0x4bde07=_0x575130[_0x41826f(0x196)]??[],_0x39944f=_0x575130['paging']?.[_0x41826f(0x19e)]??_0x4bde07[_0x41826f(0x1a2)];let _0x51fef8;return _0x22d1b2?_0x51fef8=_0x4bde07:_0x51fef8=await Promise['all'](_0x4bde07['map'](async _0x2a3fe7=>{const _0x4ddedf=_0x41826f;let _0x39cad5;try{_0x39cad5=_0x2a3fe7[_0x4ddedf(0x197)]?await getDbName(_0x56c433[_0x4ddedf(0x1a0)],_0x2a3fe7[_0x4ddedf(0x197)]):undefined;}catch{}return{'sqlCode':_0x2a3fe7[_0x4ddedf(0x191)],'sqlName':_0x2a3fe7[_0x4ddedf(0x19a)],'description':_0x2a3fe7[_0x4ddedf(0x189)]??'','db':_0x39cad5?_0x39cad5+'\x20('+_0x2a3fe7[_0x4ddedf(0x197)]+')':_0x2a3fe7[_0x4ddedf(0x197)]??''};})),{'ok':!![],'data':_0x51fef8,'message':_0x4bde07[_0x41826f(0x1a2)]===0x0?_0x41826f(0x183):_0x41826f(0x18c)+_0x4bde07['length']+_0x41826f(0x192)+_0x39944f+').'};}};
1
+ function a155_0x51d7(){const _0x46c840=['919662FMMJKF','\x20SQL\x20queries\x20(total:\x20','str','description','sqlCode','Return\x20full\x20SQL\x20query\x20objects\x20including\x20parameters\x20and\x20SQL\x20content','sqlName','pagesize','Page\x20size','boolean','num','No\x20custom\x20SQL\x20queries\x20found.','verbose','8JjzAcv','Page\x20number','2tpubXX','length','number','10MEpnzx','2182176nyEonY','Found\x20','bool','Filter\x20by\x20SQL\x20name','totalCount','2052685OoFQlG','2890608KHPdHd','page','List\x20custom\x20SQL\x20queries','21348052itntKH','8fxYdSP','name','tableData','list','dbId','6258672PMljer','all','paging','8233011jSowyn','string','appCode'];a155_0x51d7=function(){return _0x46c840;};return a155_0x51d7();}const a155_0x13ce30=a155_0x50af;(function(_0x14c673,_0x4449c9){const _0x8dd7c6=a155_0x50af,_0x39cb32=_0x14c673();while(!![]){try{const _0x3ae152=parseInt(_0x8dd7c6(0xfe))/0x1*(parseInt(_0x8dd7c6(0x10d))/0x2)+-parseInt(_0x8dd7c6(0x111))/0x3+parseInt(_0x8dd7c6(0x10b))/0x4*(parseInt(_0x8dd7c6(0x116))/0x5)+parseInt(_0x8dd7c6(0xf8))/0x6+-parseInt(_0x8dd7c6(0x117))/0x7+-parseInt(_0x8dd7c6(0x11b))/0x8*(-parseInt(_0x8dd7c6(0xfb))/0x9)+parseInt(_0x8dd7c6(0x110))/0xa*(-parseInt(_0x8dd7c6(0x11a))/0xb);if(_0x3ae152===_0x4449c9)break;else _0x39cb32['push'](_0x39cb32['shift']());}catch(_0x2a9cad){_0x39cb32['push'](_0x39cb32['shift']());}}}(a155_0x51d7,0x96c57));import{listSqlQueries}from'../../core/api-client.js';import{getDbName}from'../../core/db-resolver.js';import{SQLCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a155_0x50af(_0x2158d3,_0x44c58b){_0x2158d3=_0x2158d3-0xf5;const _0x51d7f1=a155_0x51d7();let _0x50af1c=_0x51d7f1[_0x2158d3];return _0x50af1c;}export const sqlList={'service':'sql','command':a155_0x13ce30(0xf6),'description':a155_0x13ce30(0x119),'risk':'read','flags':[SQLCODE_FLAG_OPTIONAL,{'name':a155_0x13ce30(0x11c),'type':a155_0x13ce30(0xfc),'description':a155_0x13ce30(0x114)},{'name':a155_0x13ce30(0x118),'type':a155_0x13ce30(0x10f),'description':a155_0x13ce30(0x10c),'default':0x1},{'name':a155_0x13ce30(0x105),'type':a155_0x13ce30(0x10f),'description':a155_0x13ce30(0x106)},{'name':a155_0x13ce30(0x10a),'type':a155_0x13ce30(0x107),'description':a155_0x13ce30(0x103)}],async 'execute'(_0x677b6f){const _0x196f06=a155_0x13ce30,_0x3e724d=await listSqlQueries(_0x677b6f[_0x196f06(0xfd)],{'sqlCode':_0x677b6f[_0x196f06(0x100)]('sqlcode')||undefined,'sqlName':_0x677b6f[_0x196f06(0x100)](_0x196f06(0x11c))||undefined,'currentPage':_0x677b6f['num'](_0x196f06(0x118)),'pageSize':_0x677b6f[_0x196f06(0x108)](_0x196f06(0x105),0x32)}),_0x2355e0=_0x677b6f[_0x196f06(0x113)](_0x196f06(0x10a)),_0x17dd61=_0x3e724d[_0x196f06(0xf5)]??[],_0x5da2bf=_0x3e724d[_0x196f06(0xfa)]?.[_0x196f06(0x115)]??_0x17dd61[_0x196f06(0x10e)];let _0xcc5ff;return _0x2355e0?_0xcc5ff=_0x17dd61:_0xcc5ff=await Promise[_0x196f06(0xf9)](_0x17dd61['map'](async _0xc2d84=>{const _0x5894e0=_0x196f06;let _0x32f1f8;try{_0x32f1f8=_0xc2d84[_0x5894e0(0xf7)]?await getDbName(_0x677b6f[_0x5894e0(0xfd)],_0xc2d84[_0x5894e0(0xf7)]):undefined;}catch{}return{'sqlCode':_0xc2d84[_0x5894e0(0x102)],'sqlName':_0xc2d84[_0x5894e0(0x104)],'description':_0xc2d84[_0x5894e0(0x101)]??'','db':_0x32f1f8?_0x32f1f8+'\x20('+_0xc2d84[_0x5894e0(0xf7)]+')':_0xc2d84['dbId']??''};})),{'ok':!![],'data':_0xcc5ff,'message':_0x17dd61[_0x196f06(0x10e)]===0x0?_0x196f06(0x109):_0x196f06(0x112)+_0x17dd61[_0x196f06(0x10e)]+_0x196f06(0xff)+_0x5da2bf+').'};}};