@lovrabet/rabetbase-cli 2.3.13 → 2.3.14-beta.1

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 (263) 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/async-task.js +1 -1
  48. package/lib/commands/common/dry-run.js +1 -1
  49. package/lib/commands/common/flags.js +1 -1
  50. package/lib/commands/common/local-file.js +1 -1
  51. package/lib/commands/common/validate.js +1 -1
  52. package/lib/commands/config/get.js +1 -1
  53. package/lib/commands/config/index.js +1 -1
  54. package/lib/commands/config/list.js +1 -1
  55. package/lib/commands/config/set.js +1 -1
  56. package/lib/commands/config/shared.js +1 -1
  57. package/lib/commands/data/filter.js +1 -1
  58. package/lib/commands/data/getOne.js +1 -1
  59. package/lib/commands/data/index.js +1 -1
  60. package/lib/commands/data/shared.js +1 -1
  61. package/lib/commands/dataset/business-group-update.js +1 -1
  62. package/lib/commands/dataset/capability.js +1 -1
  63. package/lib/commands/dataset/delete.js +1 -1
  64. package/lib/commands/dataset/detail.js +1 -1
  65. package/lib/commands/dataset/extend-update.js +1 -1
  66. package/lib/commands/dataset/field-update.js +1 -1
  67. package/lib/commands/dataset/generate.js +1 -1
  68. package/lib/commands/dataset/index.js +1 -1
  69. package/lib/commands/dataset/list.js +1 -1
  70. package/lib/commands/dataset/operations.js +1 -1
  71. package/lib/commands/dataset/relation-audit.js +1 -1
  72. package/lib/commands/dataset/relation-create.js +1 -1
  73. package/lib/commands/dataset/relation-delete.js +1 -1
  74. package/lib/commands/dataset/relation-shared.js +1 -1
  75. package/lib/commands/dataset/relation-update.js +1 -1
  76. package/lib/commands/dataset/relations.js +1 -1
  77. package/lib/commands/dataset/rename.js +1 -1
  78. package/lib/commands/dataset/restore.js +1 -1
  79. package/lib/commands/db/analysis-batching.js +1 -1
  80. package/lib/commands/db/analyze-batch-plan.js +1 -1
  81. package/lib/commands/db/analyze-cancel.js +1 -1
  82. package/lib/commands/db/analyze-start.js +1 -1
  83. package/lib/commands/db/analyze-status.js +1 -1
  84. package/lib/commands/db/create.js +1 -1
  85. package/lib/commands/db/delete.js +1 -1
  86. package/lib/commands/db/detail.js +1 -1
  87. package/lib/commands/db/diff.js +1 -1
  88. package/lib/commands/db/index.js +1 -1
  89. package/lib/commands/db/list.js +1 -1
  90. package/lib/commands/db/shared.js +1 -1
  91. package/lib/commands/db/tables.js +1 -1
  92. package/lib/commands/db/test.js +1 -1
  93. package/lib/commands/db/update.js +1 -1
  94. package/lib/commands/doctor.js +1 -1
  95. package/lib/commands/file/index.js +1 -1
  96. package/lib/commands/init/index.js +1 -1
  97. package/lib/commands/issue/index.js +1 -1
  98. package/lib/commands/issue/nudge.js +1 -1
  99. package/lib/commands/issue/report.js +1 -1
  100. package/lib/commands/issue/shared.js +1 -1
  101. package/lib/commands/logs/index.js +1 -1
  102. package/lib/commands/menu/asset-update.js +1 -1
  103. package/lib/commands/menu/delete.js +1 -1
  104. package/lib/commands/menu/external-link-create.js +1 -1
  105. package/lib/commands/menu/external-link-update.js +1 -1
  106. package/lib/commands/menu/group-create.js +1 -1
  107. package/lib/commands/menu/group-update.js +1 -1
  108. package/lib/commands/menu/index.js +1 -1
  109. package/lib/commands/menu/list.js +1 -1
  110. package/lib/commands/menu/move.js +1 -1
  111. package/lib/commands/menu/regroup-start.js +1 -1
  112. package/lib/commands/menu/shared/compare-table.js +1 -1
  113. package/lib/commands/menu/shared/delete-plan.js +1 -1
  114. package/lib/commands/menu/shared/facts.js +1 -1
  115. package/lib/commands/menu/shared/index.js +1 -1
  116. package/lib/commands/menu/shared/inquirer.js +1 -1
  117. package/lib/commands/menu/shared/local-pages.js +1 -1
  118. package/lib/commands/menu/shared/logic.js +1 -1
  119. package/lib/commands/menu/shared/mutations.js +1 -1
  120. package/lib/commands/menu/shared/service.js +1 -1
  121. package/lib/commands/menu/shared/sync-core.js +1 -1
  122. package/lib/commands/menu/shared/update-core.js +1 -1
  123. package/lib/commands/menu/shared/valid-url.js +1 -1
  124. package/lib/commands/menu/sync.js +1 -1
  125. package/lib/commands/notification/config-list.js +1 -1
  126. package/lib/commands/notification/index.js +1 -1
  127. package/lib/commands/ocr/index.js +1 -0
  128. package/lib/commands/page/generate-start.js +1 -1
  129. package/lib/commands/page/generate-status.js +1 -1
  130. package/lib/commands/page/index.js +1 -1
  131. package/lib/commands/page/pull.js +1 -1
  132. package/lib/commands/page/push.js +1 -1
  133. package/lib/commands/page/relation-audit.js +1 -1
  134. package/lib/commands/page/restore.js +1 -0
  135. package/lib/commands/page/shared.js +1 -1
  136. package/lib/commands/page/standard-page-status.js +1 -1
  137. package/lib/commands/page/sync.js +1 -1
  138. package/lib/commands/permit/index.js +1 -1
  139. package/lib/commands/permit/page-get.js +1 -1
  140. package/lib/commands/permit/page-set.js +1 -1
  141. package/lib/commands/permit/role-apis-set.js +1 -1
  142. package/lib/commands/permit/role-menus-set.js +1 -1
  143. package/lib/commands/permit/role-menus.js +1 -1
  144. package/lib/commands/permit/shared.js +1 -1
  145. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  146. package/lib/commands/project/create/format-elapsed.js +1 -1
  147. package/lib/commands/project/create/main.js +1 -1
  148. package/lib/commands/project/create/non-interactive.js +1 -1
  149. package/lib/commands/project/create/project-template-path.js +1 -1
  150. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  151. package/lib/commands/project/create/use-format-code.js +1 -1
  152. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  153. package/lib/commands/project/index.js +1 -1
  154. package/lib/commands/project/init.js +1 -1
  155. package/lib/commands/project/upgrade.js +1 -1
  156. package/lib/commands/registry.js +1 -1
  157. package/lib/commands/role/create.js +1 -1
  158. package/lib/commands/role/delete.js +1 -1
  159. package/lib/commands/role/detail.js +1 -1
  160. package/lib/commands/role/index.js +1 -1
  161. package/lib/commands/role/list.js +1 -1
  162. package/lib/commands/role/shared.js +1 -1
  163. package/lib/commands/role/update.js +1 -1
  164. package/lib/commands/role/user-add.js +1 -1
  165. package/lib/commands/role/user-remove.js +1 -1
  166. package/lib/commands/role/user-resolve.js +1 -1
  167. package/lib/commands/run/index.js +1 -1
  168. package/lib/commands/schema.js +1 -1
  169. package/lib/commands/sql/create.js +1 -1
  170. package/lib/commands/sql/delete.js +1 -1
  171. package/lib/commands/sql/detail.js +1 -1
  172. package/lib/commands/sql/exec.js +1 -1
  173. package/lib/commands/sql/index.js +1 -1
  174. package/lib/commands/sql/list.js +1 -1
  175. package/lib/commands/sql/pull.js +1 -1
  176. package/lib/commands/sql/push.js +1 -1
  177. package/lib/commands/sql/save.js +1 -1
  178. package/lib/commands/sql/shared.js +1 -1
  179. package/lib/commands/sql/status.js +1 -1
  180. package/lib/commands/sql/validate.js +1 -1
  181. package/lib/commands/task/index.js +1 -1
  182. package/lib/commands/task/status.js +1 -1
  183. package/lib/commands/workspace/add.js +1 -1
  184. package/lib/commands/workspace/index.js +1 -1
  185. package/lib/commands/workspace/remove.js +1 -1
  186. package/lib/config/schema.js +1 -1
  187. package/lib/constant/cdn.js +1 -1
  188. package/lib/constant/cli.js +1 -1
  189. package/lib/constant/defaults.js +1 -1
  190. package/lib/constant/domain.js +1 -1
  191. package/lib/constant/env.js +1 -1
  192. package/lib/constant/output.js +1 -1
  193. package/lib/constant/paths.js +1 -1
  194. package/lib/constant/risk.js +1 -1
  195. package/lib/context/app-resolver.js +1 -1
  196. package/lib/context/auth-resolver.js +1 -1
  197. package/lib/context/config-loader.js +1 -1
  198. package/lib/context.js +1 -1
  199. package/lib/core/alias-resolver.js +1 -1
  200. package/lib/core/api-client.js +1 -1
  201. package/lib/core/bff/config.js +1 -1
  202. package/lib/core/bff/file-system.js +1 -1
  203. package/lib/core/bff/hash.js +1 -1
  204. package/lib/core/bff/lock.js +1 -1
  205. package/lib/core/bff/utils.js +1 -1
  206. package/lib/core/db-resolver.js +1 -1
  207. package/lib/core/page/file-system.js +1 -1
  208. package/lib/core/page/hash.js +1 -1
  209. package/lib/core/page/lock.js +1 -1
  210. package/lib/core/sql-index-auditor.js +1 -1
  211. package/lib/core/sql-sync/config.js +1 -1
  212. package/lib/core/sql-sync/file-system.js +1 -1
  213. package/lib/core/sql-sync/hash.js +1 -1
  214. package/lib/core/sql-sync/lock.js +1 -1
  215. package/lib/core/sql-sync/utils.js +1 -1
  216. package/lib/core/sql-validator.js +1 -1
  217. package/lib/errors.js +1 -1
  218. package/lib/framework/build-all-flags.js +1 -1
  219. package/lib/framework/error-output.js +1 -1
  220. package/lib/framework/explicit-yes.js +1 -1
  221. package/lib/framework/flags.js +1 -1
  222. package/lib/framework/help.js +1 -1
  223. package/lib/framework/index.js +1 -1
  224. package/lib/framework/output.js +1 -1
  225. package/lib/framework/response.js +1 -1
  226. package/lib/framework/runner-alias.js +1 -1
  227. package/lib/framework/runner.js +1 -1
  228. package/lib/framework/schema-export.js +1 -1
  229. package/lib/framework/types.js +1 -1
  230. package/lib/generated/build-info.js +1 -1
  231. package/lib/help.js +1 -1
  232. package/lib/skills/main.js +1 -1
  233. package/lib/skills/npx-skills-add.js +1 -1
  234. package/lib/telemetry/cli-command-trace.js +1 -1
  235. package/lib/telemetry/cli-help-trace.js +1 -1
  236. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  237. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  238. package/lib/telemetry/send-cli-trace-log.js +1 -1
  239. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  240. package/lib/utils/ai_config.js +1 -1
  241. package/lib/utils/apply-jq-filter.js +1 -1
  242. package/lib/utils/cdn-config.js +1 -1
  243. package/lib/utils/check-sdk-version.js +1 -1
  244. package/lib/utils/cli-version-check.js +1 -1
  245. package/lib/utils/cli-version-policy.js +1 -1
  246. package/lib/utils/config.js +1 -1
  247. package/lib/utils/copy-directory.js +1 -1
  248. package/lib/utils/entity-with-id.js +1 -1
  249. package/lib/utils/file-utils.js +1 -1
  250. package/lib/utils/guides-cdn.js +1 -1
  251. package/lib/utils/http-client.js +1 -1
  252. package/lib/utils/is-non-interactive.js +1 -1
  253. package/lib/utils/logger.js +1 -1
  254. package/lib/utils/params.js +1 -1
  255. package/lib/utils/platform.js +1 -1
  256. package/lib/utils/rules-cdn.js +1 -1
  257. package/lib/utils/sleep.js +1 -1
  258. package/lib/utils/template-replacer.js +1 -1
  259. package/lib/utils/update-notice.js +1 -1
  260. package/lib/utils/version.js +1 -1
  261. package/lib/utils/with-active-cookie.js +1 -1
  262. package/lib/utils/write-cli-side-channel.js +1 -1
  263. package/package.json +1 -1
@@ -1 +1 @@
1
- const a160_0x435d4d=a160_0x5602;(function(_0x122b7d,_0x485c83){const _0x8d2907=a160_0x5602,_0x4cc9ef=_0x122b7d();while(!![]){try{const _0x3da389=-parseInt(_0x8d2907(0x1b9))/0x1+-parseInt(_0x8d2907(0x1c0))/0x2*(parseInt(_0x8d2907(0x17d))/0x3)+parseInt(_0x8d2907(0x17c))/0x4+-parseInt(_0x8d2907(0x1a7))/0x5*(parseInt(_0x8d2907(0x19f))/0x6)+-parseInt(_0x8d2907(0x192))/0x7*(-parseInt(_0x8d2907(0x1be))/0x8)+parseInt(_0x8d2907(0x1b1))/0x9+-parseInt(_0x8d2907(0x19b))/0xa;if(_0x3da389===_0x485c83)break;else _0x4cc9ef['push'](_0x4cc9ef['shift']());}catch(_0x1f19d){_0x4cc9ef['push'](_0x4cc9ef['shift']());}}}(a160_0x3888,0xa2f12));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':'number','required':!![],'description':a160_0x435d4d(0x183)};export const ROLE_REF_FLAG={'name':a160_0x435d4d(0x18a),'type':a160_0x435d4d(0x1c1),'required':!![],'description':'Role\x20id\x20or\x20role\x20name\x20(CUSTOM\x20roles\x20may\x20be\x20referenced\x20by\x20name)'};export const USER_REF_FLAG={'name':a160_0x435d4d(0x18f),'type':a160_0x435d4d(0x1c1),'required':!![],'description':a160_0x435d4d(0x1a0)};export const NAME_FLAG={'name':a160_0x435d4d(0x172),'type':a160_0x435d4d(0x1c1),'required':!![],'description':a160_0x435d4d(0x1b7)};export const USER_NAME_FLAG={'name':a160_0x435d4d(0x172),'type':'string','required':!![],'description':'Nickname\x20or\x20username\x20to\x20resolve\x20to\x20a\x20userId'};export const REMARK_FLAG={'name':a160_0x435d4d(0x195),'type':a160_0x435d4d(0x1c1),'required':![],'description':a160_0x435d4d(0x1ad)};export const EXPECT_USER_COUNT_FLAG={'name':a160_0x435d4d(0x1aa),'type':a160_0x435d4d(0x191),'required':![],'description':'Anti-drift\x20guard:\x20fail\x20if\x20the\x20role\x27s\x20current\x20member\x20count\x20differs'};export const BUILTIN_ROLE_TYPES=[a160_0x435d4d(0x19c),a160_0x435d4d(0x1ba),'USER'];export function isBuiltinRole(_0x49fd98){const _0x10a594=a160_0x435d4d;return BUILTIN_ROLE_TYPES[_0x10a594(0x1bf)](_0x49fd98);}export function assertCustomRole(_0x4359ca,_0x268387){const _0x43d031=a160_0x435d4d;if(_0x4359ca[_0x43d031(0x173)]!=='CUSTOM')throw CliErrors[_0x43d031(0x1a8)](_0x43d031(0x18d)+_0x268387+_0x43d031(0x19e)+_0x4359ca[_0x43d031(0x1a3)]+'\x20('+_0x4359ca[_0x43d031(0x173)]+').',_0x43d031(0x1a4));}export function assertPermConfigurable(_0x1ccadf){const _0x3c124c=a160_0x435d4d;if(_0x1ccadf[_0x3c124c(0x173)]===_0x3c124c(0x1ba)||_0x1ccadf['roleType']==='ADMIN')throw CliErrors[_0x3c124c(0x1a8)]('Cannot\x20change\x20the\x20permission\x20matrix\x20of\x20built-in\x20role\x20'+_0x1ccadf[_0x3c124c(0x1a3)]+'\x20('+_0x1ccadf['roleType']+').',_0x3c124c(0x181));}function a160_0x5602(_0x5528d8,_0x51b873){_0x5528d8=_0x5528d8-0x172;const _0x3888bb=a160_0x3888();let _0x560288=_0x3888bb[_0x5528d8];return _0x560288;}export function projectRole(_0x4fcfc0){const _0x5ae911=a160_0x435d4d;return{'id':_0x4fcfc0['id'],'roleName':_0x4fcfc0[_0x5ae911(0x1a3)],'roleType':_0x4fcfc0[_0x5ae911(0x173)],'remark':_0x4fcfc0['remark'],'userCount':_0x4fcfc0[_0x5ae911(0x18c)],'permitCount':_0x4fcfc0[_0x5ae911(0x193)],'builtin':isBuiltinRole(_0x4fcfc0[_0x5ae911(0x173)])};}export async function resolveRoleRef(_0x40ef20,_0x4e60c8){const _0x857b4d=a160_0x435d4d,_0x2a4631=_0x4e60c8[_0x857b4d(0x176)]();if(!_0x2a4631)throw CliErrors[_0x857b4d(0x1a8)]('Missing\x20role\x20reference.',_0x857b4d(0x18b));if(/^\d+$/[_0x857b4d(0x1bb)](_0x2a4631))return getRoleById(_0x40ef20,Number(_0x2a4631));const _0x330c27=await listAllAppRoles(_0x40ef20),_0x3be0d6=_0x330c27['filter'](_0x6551f8=>_0x6551f8[_0x857b4d(0x1a3)]===_0x2a4631);if(_0x3be0d6[_0x857b4d(0x184)]===0x0)throw CliErrors[_0x857b4d(0x1a8)](_0x857b4d(0x194)+_0x2a4631+_0x857b4d(0x1ab)+_0x40ef20+'.',_0x857b4d(0x19d));if(_0x3be0d6['length']>0x1){const _0x572c99=_0x3be0d6[_0x857b4d(0x1a1)](_0x1ad3d9=>_0x1ad3d9['id'])[_0x857b4d(0x1a2)](',\x20');throw CliErrors[_0x857b4d(0x1a8)]('Role\x20name\x20\x22'+_0x2a4631+_0x857b4d(0x199)+_0x572c99+').','Disambiguate\x20with\x20--role\x20<id>.');}return _0x3be0d6[0x0];}export async function getRoleById(_0x146510,_0x4610c6){const _0x1ed7c3=a160_0x435d4d,_0x1cbe49=await getAppRole(_0x4610c6);if(!_0x1cbe49)throw CliErrors[_0x1ed7c3(0x1a8)](_0x1ed7c3(0x17f)+_0x4610c6+_0x1ed7c3(0x1bd)+_0x146510+'.','Run\x20`role\x20list`\x20to\x20see\x20available\x20roles.');return _0x1cbe49;}async function listAllAppRoles(_0x164e75){const _0x51acbf=a160_0x435d4d,_0x242a5a=0x64,_0x1e2f19=[];for(let _0x3a47c0=0x1;;_0x3a47c0+=0x1){const {items:_0x1a5d47,paging:_0x25917f}=await listAppRoles(_0x164e75,{'currentPage':_0x3a47c0,'pageSize':_0x242a5a});_0x1e2f19['push'](..._0x1a5d47);if(_0x1a5d47['length']<_0x242a5a||_0x25917f&&_0x1e2f19[_0x51acbf(0x184)]>=_0x25917f[_0x51acbf(0x1a5)])return _0x1e2f19;}}export async function resolveTenantCode(){const _0x34bb8c=a160_0x435d4d,_0x413048=await getSessionUserInfo(),_0x16bb18=_0x413048?.[_0x34bb8c(0x18f)]?.[_0x34bb8c(0x18e)]?.[_0x34bb8c(0x175)];if(!_0x16bb18)throw CliErrors[_0x34bb8c(0x17a)](_0x34bb8c(0x177));return _0x16bb18;}function matchMember(_0x10c088,_0x35f288){const _0x318607=a160_0x435d4d,_0x5d7beb=_0x35f288['trim']()[_0x318607(0x197)]();return(_0x10c088[_0x318607(0x1b4)]??'')[_0x318607(0x197)]()===_0x5d7beb||(_0x10c088[_0x318607(0x182)]??'')['toLowerCase']()===_0x5d7beb;}export async function resolveUserRef(_0x1a9f9e){const _0x2bf0c7=a160_0x435d4d,_0x8d3b42=_0x1a9f9e['trim']();if(!_0x8d3b42)throw CliErrors['validation'](_0x2bf0c7(0x1a6),'Pass\x20--user\x20<id|name>.');const _0x4ab9fe=await resolveTenantCode(),_0x19148b=await getTenantMembers(_0x4ab9fe);if(/^\d+$/['test'](_0x8d3b42)){const _0x4aef99=Number(_0x8d3b42),_0x59429a=_0x19148b['find'](_0x33b483=>_0x33b483[_0x2bf0c7(0x198)]===_0x4aef99);return{'userId':_0x4aef99,'username':_0x59429a?.[_0x2bf0c7(0x182)]??String(_0x4aef99),'nickname':_0x59429a?.['nickname'],'matchedBy':'id'};}const _0x5c799a=_0x19148b[_0x2bf0c7(0x1b5)](_0xb7df0=>matchMember(_0xb7df0,_0x8d3b42));if(_0x5c799a[_0x2bf0c7(0x184)]===0x0)throw CliErrors['validation'](_0x2bf0c7(0x179)+_0x8d3b42+'\x22.',_0x2bf0c7(0x1bc));if(_0x5c799a[_0x2bf0c7(0x184)]>0x1){const _0xf7915d=_0x5c799a['map'](_0x386773=>(_0x386773[_0x2bf0c7(0x1b4)]??_0x386773[_0x2bf0c7(0x182)]??'?')+'('+_0x386773[_0x2bf0c7(0x198)]+')')[_0x2bf0c7(0x1a2)](',\x20');throw CliErrors[_0x2bf0c7(0x1a8)](_0x2bf0c7(0x1b8)+_0x8d3b42+_0x2bf0c7(0x1ac)+_0xf7915d+'.',_0x2bf0c7(0x1b3));}const _0x2b6d67=_0x5c799a[0x0];return{'userId':_0x2b6d67[_0x2bf0c7(0x198)],'username':_0x2b6d67[_0x2bf0c7(0x182)]??String(_0x2b6d67[_0x2bf0c7(0x198)]),'nickname':_0x2b6d67[_0x2bf0c7(0x1b4)],'matchedBy':_0x2bf0c7(0x172)};}function a160_0x3888(){const _0x2b12e2=['DEV','test','Check\x20the\x20nickname/username,\x20or\x20pass\x20--user\x20<id>.','\x20not\x20found\x20in\x20app\x20','4190440yvjFAJ','includes','45542wLVthh','string','name','roleType','Pass\x20--user\x20<id|name>.','tenant_code','trim','Cannot\x20resolve\x20current\x20tenant.\x20Run\x20`rabetbase\x20auth\x20login`\x20first.','\x20member(s)\x20but\x20role\x20has\x20','No\x20tenant\x20member\x20matches\x20\x22','authRequired','\x20is\x20not\x20a\x20member\x20of\x20role\x20','2396524aNFcED','171PxitPU','userList','Role\x20id\x20','expectUserCount','DEV\x20/\x20ADMIN\x20keep\x20full\x20access\x20by\x20design;\x20configure\x20a\x20CUSTOM\x20role\x20instead.','username','Role\x20id\x20(from\x20`role\x20list`)','length','str',';\x20no\x20change.','dryRun','Re-run\x20`role\x20detail`\x20/\x20`role\x20list`\x20and\x20retry\x20with\x20the\x20current\x20count.','appCode','role','Pass\x20--role\x20<id|name>.','userCount','Cannot\x20','tenant','user','push','number','14McYYsI','permitCount','Role\x20name\x20\x22','remark','splice','toLowerCase','userId','\x22\x20is\x20ambiguous\x20(ids:\x20','Anti-drift\x20check\x20failed:\x20expected\x20','3575170dMmkvw','ADMIN','Run\x20`role\x20list`\x20to\x20see\x20available\x20roles,\x20or\x20pass\x20--role\x20<id>.','\x20built-in\x20role\x20','156mTnQNz','User\x20id,\x20username,\x20or\x20nickname\x20to\x20resolve\x20to\x20a\x20userId','map','join','roleName','Only\x20CUSTOM\x20roles\x20can\x20be\x20modified\x20or\x20deleted.','totalCount','Missing\x20user\x20reference.','11395mmemMH','validation','flagMissing','expect-user-count','\x22\x20not\x20found\x20in\x20app\x20','\x22:\x20','Optional\x20role\x20remark/description','user-add','/smartapi/permit/user-role/update-user-list','Run\x20`role\x20list`\x20to\x20see\x20available\x20roles.','9569772qIXSdh','\x20is\x20already\x20a\x20member\x20of\x20role\x20','Disambiguate\x20with\x20--user\x20<id>.','nickname','filter','User\x20','Role\x20name','Multiple\x20tenant\x20members\x20match\x20\x22','327921JFZZNu'];a160_0x3888=function(){return _0x2b12e2;};return a160_0x3888();}export const UPDATE_USER_LIST_PATH=a160_0x435d4d(0x1af);function userIdsOf(_0x5e01d6){const _0x3ff344=a160_0x435d4d;return(_0x5e01d6?.[_0x3ff344(0x17e)]??[])[_0x3ff344(0x1a1)](_0x5b052a=>_0x5b052a['userId']);}export function computeRoleUserMutation(_0x5e272e){const _0x3a975a=a160_0x435d4d,{operation:_0x5ea7c8,appCode:_0x5a1ede,roleUsers:_0xa96052,targetRoleId:_0xb0090,user:_0x18a318}=_0x5e272e,_0x555eb1=_0xa96052['find'](_0x299b7e=>_0x299b7e['id']===_0xb0090);if(!_0x555eb1)throw CliErrors[_0x3a975a(0x1a8)](_0x3a975a(0x17f)+_0xb0090+'\x20not\x20found\x20in\x20the\x20user-role\x20list.',_0x3a975a(0x1b0));const _0x4e45f0=userIdsOf(_0x555eb1),_0x21e7d0=[];if(_0x5e272e[_0x3a975a(0x180)]!==undefined&&_0x5e272e[_0x3a975a(0x180)]!==_0x4e45f0[_0x3a975a(0x184)])throw CliErrors[_0x3a975a(0x1a8)](_0x3a975a(0x19a)+_0x5e272e[_0x3a975a(0x180)]+_0x3a975a(0x178)+_0x4e45f0['length']+'.',_0x3a975a(0x188));const _0x1d2bcd=_0x4e45f0['includes'](_0x18a318['userId']);let _0x46de3b=![];const _0xa52398=[..._0x555eb1[_0x3a975a(0x17e)]];if(_0x5ea7c8===_0x3a975a(0x1ae))_0x1d2bcd?_0x21e7d0[_0x3a975a(0x190)](_0x3a975a(0x1b6)+_0x18a318[_0x3a975a(0x198)]+_0x3a975a(0x1b2)+_0x555eb1[_0x3a975a(0x1a3)]+_0x3a975a(0x186)):(_0xa52398[_0x3a975a(0x190)]({'userId':_0x18a318[_0x3a975a(0x198)],'username':_0x18a318[_0x3a975a(0x182)],..._0x18a318[_0x3a975a(0x1b4)]?{'nickname':_0x18a318['nickname']}:{}}),_0x46de3b=!![]);else{if(!_0x1d2bcd)_0x21e7d0['push'](_0x3a975a(0x1b6)+_0x18a318[_0x3a975a(0x198)]+_0x3a975a(0x17b)+_0x555eb1[_0x3a975a(0x1a3)]+_0x3a975a(0x186));else{const _0x3297bc=_0xa52398['findIndex'](_0x20949c=>_0x20949c[_0x3a975a(0x198)]===_0x18a318[_0x3a975a(0x198)]);if(_0x3297bc>=0x0)_0xa52398[_0x3a975a(0x196)](_0x3297bc,0x1);_0x46de3b=!![];}}const _0x5ef457=_0xa96052[_0x3a975a(0x1a1)](_0x683fbd=>_0x683fbd['id']===_0xb0090?{..._0x683fbd,'userList':_0xa52398}:_0x683fbd),_0x5e7abd=_0xa52398[_0x3a975a(0x1a1)](_0x1d88ee=>_0x1d88ee[_0x3a975a(0x198)]),_0x41d03a={'operation':_0x5ea7c8,'selector':{'appCode':_0x5a1ede,'roleId':_0xb0090,'roleName':_0x555eb1[_0x3a975a(0x1a3)],'userId':_0x18a318[_0x3a975a(0x198)]},'before':{'userIds':_0x4e45f0},'after':{'userIds':_0x5e7abd},'dryRun':_0x5e272e[_0x3a975a(0x187)],'backend':{'method':'POST','path':UPDATE_USER_LIST_PATH},'warnings':_0x21e7d0};return{'roleList':_0x5ef457,'mutation':_0x41d03a,'changed':_0x46de3b};}export async function loadRoleUsers(_0xdbcacd){return listRoleUsers(_0xdbcacd);}export function readRoleRef(_0x333f1c){const _0x267ef6=a160_0x435d4d,_0x233746=_0x333f1c[_0x267ef6(0x185)](_0x267ef6(0x18a))[_0x267ef6(0x176)]();if(!_0x233746)throw CliErrors[_0x267ef6(0x1a9)](_0x267ef6(0x18a),_0x267ef6(0x18b));return _0x233746;}export async function prepareUserMutation(_0x1525e1,_0x49f64b,_0x1142c0){const _0x20f6f0=a160_0x435d4d,_0x16e472=readRoleRef(_0x1525e1),_0x558b44=_0x1525e1[_0x20f6f0(0x185)]('user')[_0x20f6f0(0x176)]();if(!_0x558b44)throw CliErrors['flagMissing'](_0x20f6f0(0x18f),_0x20f6f0(0x174));const _0x520f83=_0x1525e1['flag'](_0x20f6f0(0x1aa)),_0x35e8ee=_0x520f83===undefined||_0x520f83===null?undefined:Number(_0x520f83),_0x31562a=await resolveRoleRef(_0x1525e1[_0x20f6f0(0x189)],_0x16e472),_0x534022=await resolveUserRef(_0x558b44),_0x62808a=await loadRoleUsers(_0x1525e1[_0x20f6f0(0x189)]);return computeRoleUserMutation({'operation':_0x49f64b,'appCode':_0x1525e1[_0x20f6f0(0x189)],'roleUsers':_0x62808a,'targetRoleId':_0x31562a['id'],'user':{'userId':_0x534022['userId'],'username':_0x534022[_0x20f6f0(0x182)],'nickname':_0x534022[_0x20f6f0(0x1b4)]},'dryRun':_0x1142c0,..._0x35e8ee!==undefined?{'expectUserCount':_0x35e8ee}:{}});}
1
+ const a162_0x4ef002=a162_0x2fe5;(function(_0x5c2688,_0x1b28b0){const _0x1af801=a162_0x2fe5,_0x5ce740=_0x5c2688();while(!![]){try{const _0x1424e7=-parseInt(_0x1af801(0x104))/0x1+parseInt(_0x1af801(0x106))/0x2+parseInt(_0x1af801(0x108))/0x3+parseInt(_0x1af801(0x140))/0x4+-parseInt(_0x1af801(0x13f))/0x5+-parseInt(_0x1af801(0x10f))/0x6+-parseInt(_0x1af801(0x117))/0x7;if(_0x1424e7===_0x1b28b0)break;else _0x5ce740['push'](_0x5ce740['shift']());}catch(_0x39e588){_0x5ce740['push'](_0x5ce740['shift']());}}}(a162_0x18ee,0x60fa4));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':a162_0x4ef002(0x10d),'required':!![],'description':a162_0x4ef002(0x131)};export const ROLE_REF_FLAG={'name':a162_0x4ef002(0x130),'type':a162_0x4ef002(0x110),'required':!![],'description':a162_0x4ef002(0x143)};export const USER_REF_FLAG={'name':'user','type':'string','required':!![],'description':'User\x20id,\x20username,\x20or\x20nickname\x20to\x20resolve\x20to\x20a\x20userId'};export const NAME_FLAG={'name':'name','type':a162_0x4ef002(0x110),'required':!![],'description':'Role\x20name'};export const USER_NAME_FLAG={'name':a162_0x4ef002(0xff),'type':'string','required':!![],'description':'Nickname\x20or\x20username\x20to\x20resolve\x20to\x20a\x20userId'};export const REMARK_FLAG={'name':a162_0x4ef002(0x107),'type':a162_0x4ef002(0x110),'required':![],'description':a162_0x4ef002(0x10b)};export const EXPECT_USER_COUNT_FLAG={'name':a162_0x4ef002(0x139),'type':a162_0x4ef002(0x10d),'required':![],'description':a162_0x4ef002(0x138)};export const BUILTIN_ROLE_TYPES=[a162_0x4ef002(0x113),a162_0x4ef002(0x13c),a162_0x4ef002(0x11f)];export function isBuiltinRole(_0x39281c){const _0x298a50=a162_0x4ef002;return BUILTIN_ROLE_TYPES[_0x298a50(0x102)](_0x39281c);}export function assertCustomRole(_0x5f0d6e,_0x4f542d){const _0x300da4=a162_0x4ef002;if(_0x5f0d6e[_0x300da4(0x128)]!=='CUSTOM')throw CliErrors[_0x300da4(0x142)](_0x300da4(0x109)+_0x4f542d+_0x300da4(0x135)+_0x5f0d6e[_0x300da4(0x11d)]+'\x20('+_0x5f0d6e[_0x300da4(0x128)]+').',_0x300da4(0x12f));}export function assertPermConfigurable(_0x2d3e5b){const _0x3bb45d=a162_0x4ef002;if(_0x2d3e5b[_0x3bb45d(0x128)]===_0x3bb45d(0x13c)||_0x2d3e5b[_0x3bb45d(0x128)]===_0x3bb45d(0x113))throw CliErrors[_0x3bb45d(0x142)](_0x3bb45d(0x132)+_0x2d3e5b[_0x3bb45d(0x11d)]+'\x20('+_0x2d3e5b[_0x3bb45d(0x128)]+').','DEV\x20/\x20ADMIN\x20keep\x20full\x20access\x20by\x20design;\x20configure\x20a\x20CUSTOM\x20role\x20instead.');}export function projectRole(_0x1476af){const _0xd111ec=a162_0x4ef002;return{'id':_0x1476af['id'],'roleName':_0x1476af[_0xd111ec(0x11d)],'roleType':_0x1476af[_0xd111ec(0x128)],'remark':_0x1476af['remark'],'userCount':_0x1476af[_0xd111ec(0x125)],'permitCount':_0x1476af[_0xd111ec(0x11c)],'builtin':isBuiltinRole(_0x1476af[_0xd111ec(0x128)])};}export async function resolveRoleRef(_0x5bd69e,_0x1de80){const _0x4859b2=a162_0x4ef002,_0x4af3bb=_0x1de80[_0x4859b2(0x144)]();if(!_0x4af3bb)throw CliErrors[_0x4859b2(0x142)](_0x4859b2(0x120),'Pass\x20--role\x20<id|name>.');if(/^\d+$/[_0x4859b2(0x123)](_0x4af3bb))return getRoleById(_0x5bd69e,Number(_0x4af3bb));const _0x8554a3=await listAllAppRoles(_0x5bd69e),_0x4c509f=_0x8554a3['filter'](_0x3623df=>_0x3623df[_0x4859b2(0x11d)]===_0x4af3bb);if(_0x4c509f['length']===0x0)throw CliErrors['validation'](_0x4859b2(0x127)+_0x4af3bb+'\x22\x20not\x20found\x20in\x20app\x20'+_0x5bd69e+'.',_0x4859b2(0x119));if(_0x4c509f[_0x4859b2(0x11b)]>0x1){const _0x1e4bb7=_0x4c509f[_0x4859b2(0x11e)](_0x4fd17e=>_0x4fd17e['id'])[_0x4859b2(0x13e)](',\x20');throw CliErrors[_0x4859b2(0x142)](_0x4859b2(0x127)+_0x4af3bb+'\x22\x20is\x20ambiguous\x20(ids:\x20'+_0x1e4bb7+').','Disambiguate\x20with\x20--role\x20<id>.');}return _0x4c509f[0x0];}export async function getRoleById(_0x4b1d73,_0x2a70ac){const _0x5554d2=a162_0x4ef002,_0x12bc66=await getAppRole(_0x2a70ac);if(!_0x12bc66)throw CliErrors[_0x5554d2(0x142)]('Role\x20id\x20'+_0x2a70ac+_0x5554d2(0x101)+_0x4b1d73+'.',_0x5554d2(0x13d));return _0x12bc66;}async function listAllAppRoles(_0x365acc){const _0x4df968=a162_0x4ef002,_0x2ce702=0x64,_0x1218f6=[];for(let _0x43302d=0x1;;_0x43302d+=0x1){const {items:_0x8758ef,paging:_0xdacddc}=await listAppRoles(_0x365acc,{'currentPage':_0x43302d,'pageSize':_0x2ce702});_0x1218f6[_0x4df968(0x126)](..._0x8758ef);if(_0x8758ef[_0x4df968(0x11b)]<_0x2ce702||_0xdacddc&&_0x1218f6[_0x4df968(0x11b)]>=_0xdacddc[_0x4df968(0xfc)])return _0x1218f6;}}export async function resolveTenantCode(){const _0x6f3a19=a162_0x4ef002,_0x58b571=await getSessionUserInfo(),_0x1d2d3a=_0x58b571?.['user']?.[_0x6f3a19(0x12c)]?.[_0x6f3a19(0x145)];if(!_0x1d2d3a)throw CliErrors['authRequired'](_0x6f3a19(0x115));return _0x1d2d3a;}function a162_0x2fe5(_0x237626,_0x1b676f){_0x237626=_0x237626-0xfc;const _0x18ee9c=a162_0x18ee();let _0x2fe58b=_0x18ee9c[_0x237626];return _0x2fe58b;}function matchMember(_0x1178de,_0x1539fc){const _0x31745e=a162_0x4ef002,_0x474d29=_0x1539fc[_0x31745e(0x144)]()['toLowerCase']();return(_0x1178de[_0x31745e(0x116)]??'')[_0x31745e(0x118)]()===_0x474d29||(_0x1178de[_0x31745e(0x12b)]??'')[_0x31745e(0x118)]()===_0x474d29;}export async function resolveUserRef(_0x5bc559){const _0x281aad=a162_0x4ef002,_0x3582c3=_0x5bc559['trim']();if(!_0x3582c3)throw CliErrors['validation'](_0x281aad(0xfd),_0x281aad(0x147));const _0x444e32=await resolveTenantCode(),_0x54cc98=await getTenantMembers(_0x444e32);if(/^\d+$/['test'](_0x3582c3)){const _0x206464=Number(_0x3582c3),_0x49f0c8=_0x54cc98['find'](_0x55d509=>_0x55d509[_0x281aad(0x105)]===_0x206464);return{'userId':_0x206464,'username':_0x49f0c8?.[_0x281aad(0x12b)]??String(_0x206464),'nickname':_0x49f0c8?.[_0x281aad(0x116)],'matchedBy':'id'};}const _0x1afdc2=_0x54cc98[_0x281aad(0x122)](_0x28f2a7=>matchMember(_0x28f2a7,_0x3582c3));if(_0x1afdc2[_0x281aad(0x11b)]===0x0)throw CliErrors['validation']('No\x20tenant\x20member\x20matches\x20\x22'+_0x3582c3+'\x22.','Check\x20the\x20nickname/username,\x20or\x20pass\x20--user\x20<id>.');if(_0x1afdc2['length']>0x1){const _0x3f316f=_0x1afdc2[_0x281aad(0x11e)](_0x327bb5=>(_0x327bb5[_0x281aad(0x116)]??_0x327bb5[_0x281aad(0x12b)]??'?')+'('+_0x327bb5['userId']+')')['join'](',\x20');throw CliErrors[_0x281aad(0x142)](_0x281aad(0x12a)+_0x3582c3+'\x22:\x20'+_0x3f316f+'.',_0x281aad(0x13b));}const _0x21e7b7=_0x1afdc2[0x0];return{'userId':_0x21e7b7[_0x281aad(0x105)],'username':_0x21e7b7['username']??String(_0x21e7b7[_0x281aad(0x105)]),'nickname':_0x21e7b7[_0x281aad(0x116)],'matchedBy':'name'};}export const UPDATE_USER_LIST_PATH=a162_0x4ef002(0x137);function userIdsOf(_0x547905){const _0xdb4d80=a162_0x4ef002;return(_0x547905?.[_0xdb4d80(0x134)]??[])['map'](_0x5a2129=>_0x5a2129[_0xdb4d80(0x105)]);}export function computeRoleUserMutation(_0x511f16){const _0x2c78e=a162_0x4ef002,{operation:_0x3f2d9d,appCode:_0x1b5e70,roleUsers:_0x415033,targetRoleId:_0x5ee6c6,user:_0x58fd5c}=_0x511f16,_0x4e5123=_0x415033[_0x2c78e(0x124)](_0x1edb30=>_0x1edb30['id']===_0x5ee6c6);if(!_0x4e5123)throw CliErrors[_0x2c78e(0x142)](_0x2c78e(0x13a)+_0x5ee6c6+_0x2c78e(0x133),'Run\x20`role\x20list`\x20to\x20see\x20available\x20roles.');const _0x3b1138=userIdsOf(_0x4e5123),_0x4e90d0=[];if(_0x511f16[_0x2c78e(0x114)]!==undefined&&_0x511f16['expectUserCount']!==_0x3b1138['length'])throw CliErrors[_0x2c78e(0x142)](_0x2c78e(0x112)+_0x511f16[_0x2c78e(0x114)]+'\x20member(s)\x20but\x20role\x20has\x20'+_0x3b1138[_0x2c78e(0x11b)]+'.',_0x2c78e(0x11a));const _0x448856=_0x3b1138[_0x2c78e(0x102)](_0x58fd5c[_0x2c78e(0x105)]);let _0x549af0=![];const _0x52c608=[..._0x4e5123['userList']];if(_0x3f2d9d===_0x2c78e(0xfe))_0x448856?_0x4e90d0[_0x2c78e(0x126)]('User\x20'+_0x58fd5c['userId']+_0x2c78e(0x10e)+_0x4e5123['roleName']+_0x2c78e(0x12d)):(_0x52c608[_0x2c78e(0x126)]({'userId':_0x58fd5c['userId'],'username':_0x58fd5c[_0x2c78e(0x12b)],..._0x58fd5c['nickname']?{'nickname':_0x58fd5c[_0x2c78e(0x116)]}:{}}),_0x549af0=!![]);else{if(!_0x448856)_0x4e90d0[_0x2c78e(0x126)](_0x2c78e(0x141)+_0x58fd5c['userId']+_0x2c78e(0x129)+_0x4e5123[_0x2c78e(0x11d)]+_0x2c78e(0x12d));else{const _0x5d7b51=_0x52c608[_0x2c78e(0x100)](_0x43fe85=>_0x43fe85['userId']===_0x58fd5c[_0x2c78e(0x105)]);if(_0x5d7b51>=0x0)_0x52c608['splice'](_0x5d7b51,0x1);_0x549af0=!![];}}const _0x58ab4d=_0x415033[_0x2c78e(0x11e)](_0x57622d=>_0x57622d['id']===_0x5ee6c6?{..._0x57622d,'userList':_0x52c608}:_0x57622d),_0x51b10b=_0x52c608['map'](_0xe1cb7=>_0xe1cb7['userId']),_0x56b191={'operation':_0x3f2d9d,'selector':{'appCode':_0x1b5e70,'roleId':_0x5ee6c6,'roleName':_0x4e5123[_0x2c78e(0x11d)],'userId':_0x58fd5c['userId']},'before':{'userIds':_0x3b1138},'after':{'userIds':_0x51b10b},'dryRun':_0x511f16[_0x2c78e(0x111)],'backend':{'method':_0x2c78e(0x121),'path':UPDATE_USER_LIST_PATH},'warnings':_0x4e90d0};return{'roleList':_0x58ab4d,'mutation':_0x56b191,'changed':_0x549af0};}function a162_0x18ee(){const _0x135a8b=['\x20built-in\x20role\x20','user','/smartapi/permit/user-role/update-user-list','Anti-drift\x20guard:\x20fail\x20if\x20the\x20role\x27s\x20current\x20member\x20count\x20differs','expect-user-count','Role\x20id\x20','Disambiguate\x20with\x20--user\x20<id>.','DEV','Run\x20`role\x20list`\x20to\x20see\x20available\x20roles.','join','1656225OhWsgV','2869516MRnqnK','User\x20','validation','Role\x20id\x20or\x20role\x20name\x20(CUSTOM\x20roles\x20may\x20be\x20referenced\x20by\x20name)','trim','tenant_code','flag','Pass\x20--user\x20<id|name>.','totalCount','Missing\x20user\x20reference.','user-add','name','findIndex','\x20not\x20found\x20in\x20app\x20','includes','flagMissing','792673XPpgwh','userId','1130190nSgBNq','remark','1390554chWvKS','Cannot\x20','appCode','Optional\x20role\x20remark/description','Pass\x20--role\x20<id|name>.','number','\x20is\x20already\x20a\x20member\x20of\x20role\x20','1318680nTCUvU','string','dryRun','Anti-drift\x20check\x20failed:\x20expected\x20','ADMIN','expectUserCount','Cannot\x20resolve\x20current\x20tenant.\x20Run\x20`rabetbase\x20auth\x20login`\x20first.','nickname','35518GgxTdZ','toLowerCase','Run\x20`role\x20list`\x20to\x20see\x20available\x20roles,\x20or\x20pass\x20--role\x20<id>.','Re-run\x20`role\x20detail`\x20/\x20`role\x20list`\x20and\x20retry\x20with\x20the\x20current\x20count.','length','permitCount','roleName','map','USER','Missing\x20role\x20reference.','POST','filter','test','find','userCount','push','Role\x20name\x20\x22','roleType','\x20is\x20not\x20a\x20member\x20of\x20role\x20','Multiple\x20tenant\x20members\x20match\x20\x22','username','tenant',';\x20no\x20change.','str','Only\x20CUSTOM\x20roles\x20can\x20be\x20modified\x20or\x20deleted.','role','Role\x20id\x20(from\x20`role\x20list`)','Cannot\x20change\x20the\x20permission\x20matrix\x20of\x20built-in\x20role\x20','\x20not\x20found\x20in\x20the\x20user-role\x20list.','userList'];a162_0x18ee=function(){return _0x135a8b;};return a162_0x18ee();}export async function loadRoleUsers(_0x43a089){return listRoleUsers(_0x43a089);}export function readRoleRef(_0xf13747){const _0x39591b=a162_0x4ef002,_0x11a3a6=_0xf13747['str'](_0x39591b(0x130))[_0x39591b(0x144)]();if(!_0x11a3a6)throw CliErrors[_0x39591b(0x103)](_0x39591b(0x130),_0x39591b(0x10c));return _0x11a3a6;}export async function prepareUserMutation(_0x1cd5c6,_0xb6330f,_0x3e9327){const _0x311ca2=a162_0x4ef002,_0x5d0e5c=readRoleRef(_0x1cd5c6),_0x35bb11=_0x1cd5c6[_0x311ca2(0x12e)](_0x311ca2(0x136))[_0x311ca2(0x144)]();if(!_0x35bb11)throw CliErrors[_0x311ca2(0x103)](_0x311ca2(0x136),_0x311ca2(0x147));const _0x15f3a1=_0x1cd5c6[_0x311ca2(0x146)](_0x311ca2(0x139)),_0x2eea7d=_0x15f3a1===undefined||_0x15f3a1===null?undefined:Number(_0x15f3a1),_0x1c8156=await resolveRoleRef(_0x1cd5c6[_0x311ca2(0x10a)],_0x5d0e5c),_0x14dacd=await resolveUserRef(_0x35bb11),_0x3d1904=await loadRoleUsers(_0x1cd5c6[_0x311ca2(0x10a)]);return computeRoleUserMutation({'operation':_0xb6330f,'appCode':_0x1cd5c6[_0x311ca2(0x10a)],'roleUsers':_0x3d1904,'targetRoleId':_0x1c8156['id'],'user':{'userId':_0x14dacd[_0x311ca2(0x105)],'username':_0x14dacd[_0x311ca2(0x12b)],'nickname':_0x14dacd[_0x311ca2(0x116)]},'dryRun':_0x3e9327,..._0x2eea7d!==undefined?{'expectUserCount':_0x2eea7d}:{}});}
@@ -1 +1 @@
1
- const a161_0x32b476=a161_0x3e7d;(function(_0x20a914,_0xd071ec){const _0x23d6b9=a161_0x3e7d,_0x456c5b=_0x20a914();while(!![]){try{const _0x5e89aa=-parseInt(_0x23d6b9(0x118))/0x1+-parseInt(_0x23d6b9(0x11c))/0x2*(parseInt(_0x23d6b9(0x119))/0x3)+-parseInt(_0x23d6b9(0x123))/0x4+-parseInt(_0x23d6b9(0x121))/0x5+-parseInt(_0x23d6b9(0x10a))/0x6*(-parseInt(_0x23d6b9(0x114))/0x7)+parseInt(_0x23d6b9(0x11f))/0x8*(parseInt(_0x23d6b9(0x10f))/0x9)+-parseInt(_0x23d6b9(0x10c))/0xa*(-parseInt(_0x23d6b9(0x11e))/0xb);if(_0x5e89aa===_0xd071ec)break;else _0x456c5b['push'](_0x456c5b['shift']());}catch(_0x1a9e65){_0x456c5b['push'](_0x456c5b['shift']());}}}(a161_0x4f2a,0xa9bc1));import{updateAppRole}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';function a161_0x4f2a(){const _0x5ea743=['16304180uQQBDi','Pass\x20at\x20least\x20one\x20of\x20--name\x20/\x20--remark.','/smartapi/permit/role/update','9AxiNdt','New\x20role\x20name','num','role','POST','7Scrpeb','appCode','--name\x20cannot\x20be\x20empty.','Role\x20name\x20cannot\x20exceed\x2064\x20characters.','1381234gzCDQF','36330pLzYWa','\x20(id=','trim','16ttDlHv','write','11lPLgxW','160408IKDkEz','string','1083495NrbSbL','update','2259588XvXqnz','remark','flag','roleName','Update\x20a\x20CUSTOM\x20role\x27s\x20name/remark\x20(DEV/ADMIN\x20rejected)','validation','7826844edYHoy','name'];a161_0x4f2a=function(){return _0x5ea743;};return a161_0x4f2a();}import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a161_0x3e7d(_0x3c1441,_0x4364f6){_0x3c1441=_0x3c1441-0x105;const _0x4f2a18=a161_0x4f2a();let _0x3e7d4a=_0x4f2a18[_0x3c1441];return _0x3e7d4a;}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=a161_0x32b476(0x10e);function readPatch(_0x44d2bb){const _0x1953a9=a161_0x32b476,_0x333d4d=_0x44d2bb[_0x1953a9(0x106)](_0x1953a9(0x10b)),_0x555752=_0x44d2bb['flag'](_0x1953a9(0x105)),_0x4b181b={};if(_0x333d4d!==undefined&&_0x333d4d!==null){const _0x32b0d0=String(_0x333d4d)[_0x1953a9(0x11b)]();if(!_0x32b0d0)throw CliErrors[_0x1953a9(0x109)](_0x1953a9(0x116));if(_0x32b0d0['length']>0x40)throw CliErrors[_0x1953a9(0x109)](_0x1953a9(0x117));_0x4b181b[_0x1953a9(0x107)]=_0x32b0d0;}_0x555752!==undefined&&_0x555752!==null&&(_0x4b181b[_0x1953a9(0x105)]=String(_0x555752));if(_0x4b181b['roleName']===undefined&&_0x4b181b[_0x1953a9(0x105)]===undefined)throw CliErrors[_0x1953a9(0x109)]('Nothing\x20to\x20update.',_0x1953a9(0x10d));return _0x4b181b;}export const roleUpdate={'service':a161_0x32b476(0x112),'command':a161_0x32b476(0x122),'description':a161_0x32b476(0x108),'risk':a161_0x32b476(0x11d),'flags':[ROLE_ID_FLAG,{...REMARK_FLAG},{'name':'name','type':a161_0x32b476(0x120),'required':![],'description':a161_0x32b476(0x110)},APPCODE_FLAG_OPTIONAL],async 'validate'(_0x52882f){readPatch(_0x52882f);},async 'dryRun'(_0x1a6d66){const _0x3223f7=a161_0x32b476,_0x27fd64=_0x1a6d66[_0x3223f7(0x111)]('id'),_0x4a7f41=readPatch(_0x1a6d66),_0x35f8b6=await getRoleById(_0x1a6d66[_0x3223f7(0x115)],_0x27fd64);return assertCustomRole(_0x35f8b6,_0x3223f7(0x122)),asDryRunResult({'operation':_0x3223f7(0x122),'selector':{'appCode':_0x1a6d66[_0x3223f7(0x115)],'roleId':_0x27fd64,'roleName':_0x35f8b6['roleName']},'before':projectRole(_0x35f8b6),'after':projectRole({..._0x35f8b6,..._0x4a7f41['roleName']!==undefined?{'roleName':_0x4a7f41[_0x3223f7(0x107)]}:{},..._0x4a7f41[_0x3223f7(0x105)]!==undefined?{'remark':_0x4a7f41[_0x3223f7(0x105)]}:{}}),'dryRun':!![],'backend':{'method':_0x3223f7(0x113),'path':UPDATE_PATH},'warnings':[]},{'method':_0x3223f7(0x113),'url':UPDATE_PATH});},async 'execute'(_0x5922da){const _0x57093a=a161_0x32b476,_0x44c501=_0x5922da[_0x57093a(0x111)]('id'),_0x11ccdc=readPatch(_0x5922da),_0x2c990b=await getRoleById(_0x5922da['appCode'],_0x44c501);assertCustomRole(_0x2c990b,_0x57093a(0x122)),await updateAppRole({'id':_0x44c501,'appCode':_0x5922da[_0x57093a(0x115)],..._0x11ccdc[_0x57093a(0x107)]!==undefined?{'roleName':_0x11ccdc['roleName']}:{},..._0x11ccdc[_0x57093a(0x105)]!==undefined?{'remark':_0x11ccdc[_0x57093a(0x105)]}:{}});const _0x442c7b=await getRoleById(_0x5922da[_0x57093a(0x115)],_0x44c501);return{'ok':!![],'data':{'operation':_0x57093a(0x122),'selector':{'appCode':_0x5922da[_0x57093a(0x115)],'roleId':_0x44c501,'roleName':_0x442c7b['roleName']},'before':projectRole(_0x2c990b),'after':projectRole(_0x442c7b),'dryRun':![],'backend':{'method':_0x57093a(0x113),'path':UPDATE_PATH},'warnings':[]},'message':'Updated\x20role\x20'+_0x442c7b['roleName']+_0x57093a(0x11a)+_0x44c501+')'};}};
1
+ function a163_0x3994(){const _0x120939=['flag','New\x20role\x20name','2017256VeDEQO','validation','num','38930lFFeye','roleName','length','Pass\x20at\x20least\x20one\x20of\x20--name\x20/\x20--remark.','appCode','\x20(id=','27AfndSe','3GawDfL','name','string','270LRVzaJ','606751ObyAkj','remark','412170QYMPqK','9228011dWgiKV','7welYvc','Update\x20a\x20CUSTOM\x20role\x27s\x20name/remark\x20(DEV/ADMIN\x20rejected)','Nothing\x20to\x20update.','288nlyBfE','Updated\x20role\x20','1208938jKuqBM','role','--name\x20cannot\x20be\x20empty.','/smartapi/permit/role/update','write','POST','5699478shVsZa','update','12JQSEhP'];a163_0x3994=function(){return _0x120939;};return a163_0x3994();}const a163_0x2a1b52=a163_0x2299;(function(_0x597a5f,_0x55cec1){const _0x24140b=a163_0x2299,_0x41f368=_0x597a5f();while(!![]){try{const _0x106e6b=parseInt(_0x24140b(0x186))/0x1+-parseInt(_0x24140b(0x18f))/0x2*(-parseInt(_0x24140b(0x182))/0x3)+-parseInt(_0x24140b(0x18d))/0x4*(parseInt(_0x24140b(0x19d))/0x5)+parseInt(_0x24140b(0x195))/0x6*(parseInt(_0x24140b(0x18a))/0x7)+parseInt(_0x24140b(0x19a))/0x8*(-parseInt(_0x24140b(0x181))/0x9)+parseInt(_0x24140b(0x185))/0xa*(-parseInt(_0x24140b(0x188))/0xb)+-parseInt(_0x24140b(0x197))/0xc*(-parseInt(_0x24140b(0x189))/0xd);if(_0x106e6b===_0x55cec1)break;else _0x41f368['push'](_0x41f368['shift']());}catch(_0x500d71){_0x41f368['push'](_0x41f368['shift']());}}}(a163_0x3994,0x84613));import{updateAppRole}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a163_0x2299(_0x1b97d8,_0x139028){_0x1b97d8=_0x1b97d8-0x17f;const _0x3994c8=a163_0x3994();let _0x229964=_0x3994c8[_0x1b97d8];return _0x229964;}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=a163_0x2a1b52(0x192);function readPatch(_0xdf2e52){const _0x3db4b4=a163_0x2a1b52,_0x771a25=_0xdf2e52[_0x3db4b4(0x198)](_0x3db4b4(0x183)),_0x3e1684=_0xdf2e52[_0x3db4b4(0x198)](_0x3db4b4(0x187)),_0x38ea3c={};if(_0x771a25!==undefined&&_0x771a25!==null){const _0x2104f5=String(_0x771a25)['trim']();if(!_0x2104f5)throw CliErrors['validation'](_0x3db4b4(0x191));if(_0x2104f5[_0x3db4b4(0x19f)]>0x40)throw CliErrors[_0x3db4b4(0x19b)]('Role\x20name\x20cannot\x20exceed\x2064\x20characters.');_0x38ea3c['roleName']=_0x2104f5;}_0x3e1684!==undefined&&_0x3e1684!==null&&(_0x38ea3c['remark']=String(_0x3e1684));if(_0x38ea3c[_0x3db4b4(0x19e)]===undefined&&_0x38ea3c[_0x3db4b4(0x187)]===undefined)throw CliErrors[_0x3db4b4(0x19b)](_0x3db4b4(0x18c),_0x3db4b4(0x1a0));return _0x38ea3c;}export const roleUpdate={'service':a163_0x2a1b52(0x190),'command':'update','description':a163_0x2a1b52(0x18b),'risk':a163_0x2a1b52(0x193),'flags':[ROLE_ID_FLAG,{...REMARK_FLAG},{'name':a163_0x2a1b52(0x183),'type':a163_0x2a1b52(0x184),'required':![],'description':a163_0x2a1b52(0x199)},APPCODE_FLAG_OPTIONAL],async 'validate'(_0x356829){readPatch(_0x356829);},async 'dryRun'(_0x4839c0){const _0x2ad3f7=a163_0x2a1b52,_0x549783=_0x4839c0[_0x2ad3f7(0x19c)]('id'),_0x2dace2=readPatch(_0x4839c0),_0x483ce7=await getRoleById(_0x4839c0[_0x2ad3f7(0x17f)],_0x549783);return assertCustomRole(_0x483ce7,_0x2ad3f7(0x196)),asDryRunResult({'operation':_0x2ad3f7(0x196),'selector':{'appCode':_0x4839c0[_0x2ad3f7(0x17f)],'roleId':_0x549783,'roleName':_0x483ce7[_0x2ad3f7(0x19e)]},'before':projectRole(_0x483ce7),'after':projectRole({..._0x483ce7,..._0x2dace2[_0x2ad3f7(0x19e)]!==undefined?{'roleName':_0x2dace2[_0x2ad3f7(0x19e)]}:{},..._0x2dace2[_0x2ad3f7(0x187)]!==undefined?{'remark':_0x2dace2[_0x2ad3f7(0x187)]}:{}}),'dryRun':!![],'backend':{'method':_0x2ad3f7(0x194),'path':UPDATE_PATH},'warnings':[]},{'method':_0x2ad3f7(0x194),'url':UPDATE_PATH});},async 'execute'(_0x2b1267){const _0x2688fa=a163_0x2a1b52,_0x360939=_0x2b1267[_0x2688fa(0x19c)]('id'),_0x585b90=readPatch(_0x2b1267),_0x167e7d=await getRoleById(_0x2b1267['appCode'],_0x360939);assertCustomRole(_0x167e7d,_0x2688fa(0x196)),await updateAppRole({'id':_0x360939,'appCode':_0x2b1267[_0x2688fa(0x17f)],..._0x585b90[_0x2688fa(0x19e)]!==undefined?{'roleName':_0x585b90[_0x2688fa(0x19e)]}:{},..._0x585b90[_0x2688fa(0x187)]!==undefined?{'remark':_0x585b90['remark']}:{}});const _0x2a63b5=await getRoleById(_0x2b1267['appCode'],_0x360939);return{'ok':!![],'data':{'operation':_0x2688fa(0x196),'selector':{'appCode':_0x2b1267[_0x2688fa(0x17f)],'roleId':_0x360939,'roleName':_0x2a63b5['roleName']},'before':projectRole(_0x167e7d),'after':projectRole(_0x2a63b5),'dryRun':![],'backend':{'method':_0x2688fa(0x194),'path':UPDATE_PATH},'warnings':[]},'message':_0x2688fa(0x18e)+_0x2a63b5[_0x2688fa(0x19e)]+_0x2688fa(0x180)+_0x360939+')'};}};
@@ -1 +1 @@
1
- const a162_0x593be6=a162_0x53e4;(function(_0x25669d,_0x896fb1){const _0x358498=a162_0x53e4,_0x18c113=_0x25669d();while(!![]){try{const _0xc142a4=-parseInt(_0x358498(0x13b))/0x1*(parseInt(_0x358498(0x13e))/0x2)+parseInt(_0x358498(0x12f))/0x3*(parseInt(_0x358498(0x131))/0x4)+parseInt(_0x358498(0x12b))/0x5+parseInt(_0x358498(0x13f))/0x6*(-parseInt(_0x358498(0x134))/0x7)+-parseInt(_0x358498(0x139))/0x8+parseInt(_0x358498(0x133))/0x9*(parseInt(_0x358498(0x135))/0xa)+-parseInt(_0x358498(0x137))/0xb*(-parseInt(_0x358498(0x138))/0xc);if(_0xc142a4===_0x896fb1)break;else _0x18c113['push'](_0x18c113['shift']());}catch(_0x24e9f1){_0x18c113['push'](_0x18c113['shift']());}}}(a162_0x36e5,0xdb96c));import{updateRoleUsers}from'../../core/api-client.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{asDryRunResult}from'../../commands/common/dry-run.js';function a162_0x53e4(_0x34e474,_0x4b3beb){_0x34e474=_0x34e474-0x12b;const _0x36e50d=a162_0x36e5();let _0x53e4d8=_0x36e50d[_0x34e474];return _0x53e4d8;}import{EXPECT_USER_COUNT_FLAG,prepareUserMutation,ROLE_REF_FLAG,UPDATE_USER_LIST_PATH,USER_REF_FLAG}from'../../commands/role/shared.js';function a162_0x36e5(){const _0x4d648=['Add\x20a\x20user\x20to\x20a\x20role\x20(internal\x20merge\x20+\x20anti-drift);\x20requires\x20--yes','223663JZJfia','132dYcviM','3452912cASCMc','high-risk-write','68751XhmAuo','appCode','user-add','18PoMngX','131118XGEVJD','4535810QmheoB','\x20to\x20role\x20','POST','userId','7173hEpXHu','No\x20change:\x20user\x20','412RCzTmw','selector','9ByiCGc','42XfUxgW','7038290tIOapj'];a162_0x36e5=function(){return _0x4d648;};return a162_0x36e5();}export const roleUserAdd={'service':'role','command':'user-add','description':a162_0x593be6(0x136),'risk':a162_0x593be6(0x13a),'flags':[ROLE_REF_FLAG,USER_REF_FLAG,EXPECT_USER_COUNT_FLAG,APPCODE_FLAG_OPTIONAL],async 'dryRun'(_0x1bc93d){const _0x440256=a162_0x593be6,{mutation:_0xd7f3fb}=await prepareUserMutation(_0x1bc93d,'user-add',!![]);return asDryRunResult(_0xd7f3fb,{'method':_0x440256(0x12d),'url':UPDATE_USER_LIST_PATH});},async 'execute'(_0x382f96){const _0x3b0a46=a162_0x593be6,{roleList:_0x29ba5a,mutation:_0x131cec,changed:_0x3e2067}=await prepareUserMutation(_0x382f96,_0x3b0a46(0x13d),![]);return _0x3e2067&&await updateRoleUsers(_0x382f96[_0x3b0a46(0x13c)],_0x29ba5a),{'ok':!![],'data':_0x131cec,'message':_0x3e2067?'Added\x20user\x20'+_0x131cec[_0x3b0a46(0x132)][_0x3b0a46(0x12e)]+_0x3b0a46(0x12c)+_0x131cec['selector']['roleName']:_0x3b0a46(0x130)+_0x131cec[_0x3b0a46(0x132)]['userId']+'\x20already\x20in\x20role\x20'+_0x131cec['selector']['roleName']};}};
1
+ function a164_0x7e53(_0x2e9d91,_0x16e523){_0x2e9d91=_0x2e9d91-0xdc;const _0x589ce5=a164_0x589c();let _0x7e53bf=_0x589ce5[_0x2e9d91];return _0x7e53bf;}const a164_0x39dccc=a164_0x7e53;(function(_0x509bf7,_0x23a5e3){const _0x1520aa=a164_0x7e53,_0x74faaf=_0x509bf7();while(!![]){try{const _0x3e754a=-parseInt(_0x1520aa(0xdd))/0x1+parseInt(_0x1520aa(0xee))/0x2*(-parseInt(_0x1520aa(0xe8))/0x3)+-parseInt(_0x1520aa(0xef))/0x4*(parseInt(_0x1520aa(0xdf))/0x5)+parseInt(_0x1520aa(0xec))/0x6*(parseInt(_0x1520aa(0xf2))/0x7)+-parseInt(_0x1520aa(0xf1))/0x8*(-parseInt(_0x1520aa(0xea))/0x9)+-parseInt(_0x1520aa(0xe6))/0xa+-parseInt(_0x1520aa(0xde))/0xb*(-parseInt(_0x1520aa(0xed))/0xc);if(_0x3e754a===_0x23a5e3)break;else _0x74faaf['push'](_0x74faaf['shift']());}catch(_0x509a0b){_0x74faaf['push'](_0x74faaf['shift']());}}}(a164_0x589c,0x444bf));import{updateRoleUsers}from'../../core/api-client.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{asDryRunResult}from'../../commands/common/dry-run.js';function a164_0x589c(){const _0x589f86=['6WLsakb','36JJUjfE','172jxPtot','44gcBmqb','Add\x20a\x20user\x20to\x20a\x20role\x20(internal\x20merge\x20+\x20anti-drift);\x20requires\x20--yes','456KGKqdO','2105096xVgChr','selector','role','367877utcpSK','3268815ENrpiV','169350yXRcuP','appCode','userId','user-add','\x20already\x20in\x20role\x20','POST','No\x20change:\x20user\x20','5547140UomqWc','\x20to\x20role\x20','3693HcQdnF','high-risk-write','77139FokSLI','roleName'];a164_0x589c=function(){return _0x589f86;};return a164_0x589c();}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':a164_0x39dccc(0xdc),'command':'user-add','description':a164_0x39dccc(0xf0),'risk':a164_0x39dccc(0xe9),'flags':[ROLE_REF_FLAG,USER_REF_FLAG,EXPECT_USER_COUNT_FLAG,APPCODE_FLAG_OPTIONAL],async 'dryRun'(_0x3ffb98){const _0x21f11d=a164_0x39dccc,{mutation:_0x870d1a}=await prepareUserMutation(_0x3ffb98,_0x21f11d(0xe2),!![]);return asDryRunResult(_0x870d1a,{'method':_0x21f11d(0xe4),'url':UPDATE_USER_LIST_PATH});},async 'execute'(_0x2bd7fd){const _0x259dd7=a164_0x39dccc,{roleList:_0x2eaa70,mutation:_0x5b8499,changed:_0x32636c}=await prepareUserMutation(_0x2bd7fd,_0x259dd7(0xe2),![]);return _0x32636c&&await updateRoleUsers(_0x2bd7fd[_0x259dd7(0xe0)],_0x2eaa70),{'ok':!![],'data':_0x5b8499,'message':_0x32636c?'Added\x20user\x20'+_0x5b8499[_0x259dd7(0xf3)]['userId']+_0x259dd7(0xe7)+_0x5b8499[_0x259dd7(0xf3)][_0x259dd7(0xeb)]:_0x259dd7(0xe5)+_0x5b8499[_0x259dd7(0xf3)][_0x259dd7(0xe1)]+_0x259dd7(0xe3)+_0x5b8499[_0x259dd7(0xf3)][_0x259dd7(0xeb)]};}};
@@ -1 +1 @@
1
- const a163_0x342fe5=a163_0x282e;(function(_0x5aaa74,_0x125d30){const _0x523c73=a163_0x282e,_0x20de9d=_0x5aaa74();while(!![]){try{const _0x53dd4a=-parseInt(_0x523c73(0xa9))/0x1*(parseInt(_0x523c73(0xab))/0x2)+parseInt(_0x523c73(0xac))/0x3*(-parseInt(_0x523c73(0xad))/0x4)+parseInt(_0x523c73(0xa3))/0x5*(-parseInt(_0x523c73(0xae))/0x6)+parseInt(_0x523c73(0xa0))/0x7+-parseInt(_0x523c73(0x9a))/0x8*(-parseInt(_0x523c73(0x9f))/0x9)+-parseInt(_0x523c73(0x99))/0xa+-parseInt(_0x523c73(0x9e))/0xb*(-parseInt(_0x523c73(0xa7))/0xc);if(_0x53dd4a===_0x125d30)break;else _0x20de9d['push'](_0x20de9d['shift']());}catch(_0x3290b0){_0x20de9d['push'](_0x20de9d['shift']());}}}(a163_0x35de,0x6e197));function a163_0x35de(){const _0x417df6=['39171gTYQGH','Removed\x20user\x20','2FOkGxc','4161HXPRGI','1228urLOqk','186342TpGUwL','6978030CUcvRP','4544WojTdm','No\x20change:\x20user\x20','selector','user-remove','88WPVYgR','9747iXLPFJ','561764WcHokb','high-risk-write','roleName','70LiLEGA','userId','Remove\x20a\x20user\x20from\x20a\x20role\x20(internal\x20merge\x20+\x20anti-drift);\x20requires\x20--yes','appCode','2029728IjzKfN','\x20from\x20role\x20'];a163_0x35de=function(){return _0x417df6;};return a163_0x35de();}import{updateRoleUsers}from'../../core/api-client.js';function a163_0x282e(_0x21bcc2,_0x4f34b9){_0x21bcc2=_0x21bcc2-0x99;const _0x35de93=a163_0x35de();let _0x282ed2=_0x35de93[_0x21bcc2];return _0x282ed2;}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':'role','command':'user-remove','description':a163_0x342fe5(0xa5),'risk':a163_0x342fe5(0xa1),'flags':[ROLE_REF_FLAG,USER_REF_FLAG,EXPECT_USER_COUNT_FLAG,APPCODE_FLAG_OPTIONAL],async 'dryRun'(_0x207cda){const _0x2d9e3e=a163_0x342fe5,{mutation:_0x3190c3}=await prepareUserMutation(_0x207cda,_0x2d9e3e(0x9d),!![]);return asDryRunResult(_0x3190c3,{'method':'POST','url':UPDATE_USER_LIST_PATH});},async 'execute'(_0x5b7da0){const _0x2a6975=a163_0x342fe5,{roleList:_0x58a371,mutation:_0x1438c8,changed:_0x5f78f4}=await prepareUserMutation(_0x5b7da0,_0x2a6975(0x9d),![]);return _0x5f78f4&&await updateRoleUsers(_0x5b7da0[_0x2a6975(0xa6)],_0x58a371),{'ok':!![],'data':_0x1438c8,'message':_0x5f78f4?_0x2a6975(0xaa)+_0x1438c8['selector']['userId']+_0x2a6975(0xa8)+_0x1438c8[_0x2a6975(0x9c)][_0x2a6975(0xa2)]:_0x2a6975(0x9b)+_0x1438c8['selector'][_0x2a6975(0xa4)]+'\x20not\x20in\x20role\x20'+_0x1438c8[_0x2a6975(0x9c)][_0x2a6975(0xa2)]};}};
1
+ const a165_0x35d050=a165_0x5da1;(function(_0x2dac37,_0x255187){const _0x4a4483=a165_0x5da1,_0x20d12a=_0x2dac37();while(!![]){try{const _0x4fe041=parseInt(_0x4a4483(0xea))/0x1*(parseInt(_0x4a4483(0xdd))/0x2)+-parseInt(_0x4a4483(0xe8))/0x3*(-parseInt(_0x4a4483(0xd8))/0x4)+parseInt(_0x4a4483(0xd9))/0x5*(-parseInt(_0x4a4483(0xee))/0x6)+parseInt(_0x4a4483(0xe2))/0x7*(parseInt(_0x4a4483(0xe6))/0x8)+-parseInt(_0x4a4483(0xe7))/0x9+parseInt(_0x4a4483(0xde))/0xa*(-parseInt(_0x4a4483(0xe0))/0xb)+parseInt(_0x4a4483(0xe3))/0xc;if(_0x4fe041===_0x255187)break;else _0x20d12a['push'](_0x20d12a['shift']());}catch(_0x55f897){_0x20d12a['push'](_0x20d12a['shift']());}}}(a165_0x2edd,0x9ef13));function a165_0x2edd(){const _0x4d151f=['user-remove','\x20not\x20in\x20role\x20','2YHmpXz','226270LUWWow','selector','561qfkICm','No\x20change:\x20user\x20','3536099kpPswr','27994404raECam','Removed\x20user\x20','roleName','8PbtlCO','3122811YvfgiL','2694GeKAwc','POST','143476lEKQgy','Remove\x20a\x20user\x20from\x20a\x20role\x20(internal\x20merge\x20+\x20anti-drift);\x20requires\x20--yes','appCode','userId','9102GgqBTD','high-risk-write','2096kmaZuf','4285hgEVmo','\x20from\x20role\x20'];a165_0x2edd=function(){return _0x4d151f;};return a165_0x2edd();}import{updateRoleUsers}from'../../core/api-client.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a165_0x5da1(_0x45970a,_0x565df5){_0x45970a=_0x45970a-0xd8;const _0x2eddef=a165_0x2edd();let _0x5da108=_0x2eddef[_0x45970a];return _0x5da108;}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':'role','command':'user-remove','description':a165_0x35d050(0xeb),'risk':a165_0x35d050(0xef),'flags':[ROLE_REF_FLAG,USER_REF_FLAG,EXPECT_USER_COUNT_FLAG,APPCODE_FLAG_OPTIONAL],async 'dryRun'(_0x5870e5){const _0x5129de=a165_0x35d050,{mutation:_0x1df016}=await prepareUserMutation(_0x5870e5,_0x5129de(0xdb),!![]);return asDryRunResult(_0x1df016,{'method':_0x5129de(0xe9),'url':UPDATE_USER_LIST_PATH});},async 'execute'(_0x1dcc67){const _0x209952=a165_0x35d050,{roleList:_0x26c583,mutation:_0x4903af,changed:_0x2fd080}=await prepareUserMutation(_0x1dcc67,'user-remove',![]);return _0x2fd080&&await updateRoleUsers(_0x1dcc67[_0x209952(0xec)],_0x26c583),{'ok':!![],'data':_0x4903af,'message':_0x2fd080?_0x209952(0xe4)+_0x4903af[_0x209952(0xdf)][_0x209952(0xed)]+_0x209952(0xda)+_0x4903af[_0x209952(0xdf)][_0x209952(0xe5)]:_0x209952(0xe1)+_0x4903af[_0x209952(0xdf)][_0x209952(0xed)]+_0x209952(0xdc)+_0x4903af[_0x209952(0xdf)][_0x209952(0xe5)]};}};
@@ -1 +1 @@
1
- function a164_0x5f2b(){const _0x3b8c9f=['Resolved\x20\x22','str','40QGDuKx','flagMissing','name','trim','userId','matchedBy','132865ZHdNqr','Resolve\x20a\x20nickname/username\x20to\x20a\x20userId\x20(tenant\x20member\x20directory)','\x22\x20→\x20userId\x20','12754035qQJnSR','148761dwEkqt','1847472Ckltdw','username','Pass\x20--name\x20<nickname|username>.','1092623GCAcMe','role','nickname','read','414826bIRLkI','21378BfQQig','user-resolve','335vSikmc'];a164_0x5f2b=function(){return _0x3b8c9f;};return a164_0x5f2b();}function a164_0xf5be(_0x9c250f,_0x56d86e){_0x9c250f=_0x9c250f-0xb3;const _0x5f2b46=a164_0x5f2b();let _0xf5bee6=_0x5f2b46[_0x9c250f];return _0xf5bee6;}const a164_0x10a750=a164_0xf5be;(function(_0x4f3945,_0x47c007){const _0x49111c=a164_0xf5be,_0x286d0c=_0x4f3945();while(!![]){try{const _0x142b22=parseInt(_0x49111c(0xbd))/0x1+parseInt(_0x49111c(0xc9))/0x2+parseInt(_0x49111c(0xc1))/0x3+parseInt(_0x49111c(0xc2))/0x4+parseInt(_0x49111c(0xb4))/0x5*(parseInt(_0x49111c(0xca))/0x6)+-parseInt(_0x49111c(0xc5))/0x7*(-parseInt(_0x49111c(0xb7))/0x8)+-parseInt(_0x49111c(0xc0))/0x9;if(_0x142b22===_0x47c007)break;else _0x286d0c['push'](_0x286d0c['shift']());}catch(_0x3d7eb7){_0x286d0c['push'](_0x286d0c['shift']());}}}(a164_0x5f2b,0x6ec98));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':a164_0x10a750(0xc6),'command':a164_0x10a750(0xb3),'description':a164_0x10a750(0xbe),'risk':a164_0x10a750(0xc8),'flags':[USER_NAME_FLAG,APPCODE_FLAG_OPTIONAL],async 'validate'(_0x36265a){const _0x58432c=a164_0x10a750;if(!_0x36265a['str'](_0x58432c(0xb9))[_0x58432c(0xba)]())throw CliErrors[_0x58432c(0xb8)](_0x58432c(0xb9),_0x58432c(0xc4));},async 'execute'(_0x46472a){const _0x28e99a=a164_0x10a750,_0x1739f6=_0x46472a[_0x28e99a(0xb6)](_0x28e99a(0xb9))[_0x28e99a(0xba)](),_0x59283a=await resolveUserRef(_0x1739f6);return{'ok':!![],'data':{'user':{'userId':_0x59283a[_0x28e99a(0xbb)],'username':_0x59283a[_0x28e99a(0xc3)],'nickname':_0x59283a[_0x28e99a(0xc7)],'matchedBy':_0x59283a[_0x28e99a(0xbc)]}},'message':_0x28e99a(0xb5)+_0x1739f6+_0x28e99a(0xbf)+_0x59283a['userId']};}};
1
+ const a166_0x4d5ab4=a166_0x1f1b;(function(_0x2c833d,_0x5f3edc){const _0x119317=a166_0x1f1b,_0x5b3a64=_0x2c833d();while(!![]){try{const _0x162034=-parseInt(_0x119317(0x1b2))/0x1+-parseInt(_0x119317(0x1b3))/0x2+-parseInt(_0x119317(0x1c2))/0x3+-parseInt(_0x119317(0x1be))/0x4+-parseInt(_0x119317(0x1bf))/0x5*(parseInt(_0x119317(0x1b9))/0x6)+-parseInt(_0x119317(0x1c0))/0x7*(parseInt(_0x119317(0x1b0))/0x8)+-parseInt(_0x119317(0x1b4))/0x9*(-parseInt(_0x119317(0x1bb))/0xa);if(_0x162034===_0x5f3edc)break;else _0x5b3a64['push'](_0x5b3a64['shift']());}catch(_0x23c9d3){_0x5b3a64['push'](_0x5b3a64['shift']());}}}(a166_0x27c5,0xdfe4f));import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{resolveUserRef,USER_NAME_FLAG}from'../../commands/role/shared.js';function a166_0x1f1b(_0x49e8d1,_0x3f7bd4){_0x49e8d1=_0x49e8d1-0x1b0;const _0x27c548=a166_0x27c5();let _0x1f1baf=_0x27c548[_0x49e8d1];return _0x1f1baf;}function a166_0x27c5(){const _0x58b8c5=['trim','\x22\x20→\x20userId\x20','read','username','12AMStxc','matchedBy','58630190cNpqez','nickname','userId','5009288xRFKwn','28525kQKQJN','7MYxCov','name','738987grRKKg','str','Pass\x20--name\x20<nickname|username>.','12281816Ctvwut','user-resolve','122372ZyYIpK','3556576gKHwfP','9NqvHUT'];a166_0x27c5=function(){return _0x58b8c5;};return a166_0x27c5();}export const roleUserResolve={'service':'role','command':a166_0x4d5ab4(0x1b1),'description':'Resolve\x20a\x20nickname/username\x20to\x20a\x20userId\x20(tenant\x20member\x20directory)','risk':a166_0x4d5ab4(0x1b7),'flags':[USER_NAME_FLAG,APPCODE_FLAG_OPTIONAL],async 'validate'(_0x2aeece){const _0x57daff=a166_0x4d5ab4;if(!_0x2aeece[_0x57daff(0x1c3)](_0x57daff(0x1c1))[_0x57daff(0x1b5)]())throw CliErrors['flagMissing'](_0x57daff(0x1c1),_0x57daff(0x1c4));},async 'execute'(_0x3262ad){const _0x3019e3=a166_0x4d5ab4,_0x58b9ba=_0x3262ad[_0x3019e3(0x1c3)](_0x3019e3(0x1c1))[_0x3019e3(0x1b5)](),_0xc6b8ac=await resolveUserRef(_0x58b9ba);return{'ok':!![],'data':{'user':{'userId':_0xc6b8ac[_0x3019e3(0x1bd)],'username':_0xc6b8ac[_0x3019e3(0x1b8)],'nickname':_0xc6b8ac[_0x3019e3(0x1bc)],'matchedBy':_0xc6b8ac[_0x3019e3(0x1ba)]}},'message':'Resolved\x20\x22'+_0x58b9ba+_0x3019e3(0x1b6)+_0xc6b8ac[_0x3019e3(0x1bd)]};}};
@@ -1 +1 @@
1
- const a165_0xb37270=a165_0x50bf;function a165_0x10f9(){const _0x3072db=['yarn.lock','(none)','bun.lock','\x20run\x20preview\x20--watch','vite\x20preview\x20exited\x20with\x20code\x20','utf-8','\x20run\x20<script>\x0a','vite\x20build\x20--watch\x20exited\x20with\x20code\x20','all','\x20\x20\x20\x20','2027586RQwbxb','slice','run','34vuefol','5553190SvcPBA','451427NgSKWo','bun.lockb','Enable\x20watch\x20mode\x20for\x20preview','inherit','join','Script\x20name\x20defined\x20in\x20package.json','\x20\x20EXAMPLES','8RDZJdZ','\x0a\x20\x20Usage:\x20','npm','\x20run\x20build','belowMinimum','3692017OcLzKZ','has','needsUpgrade','push','\x20run\x20preview','script','\x20exited\x20with\x20code\x20','package.json','preview','1611QTEior','keys','error','validation','vite','--watch','bun','args','watch','No\x20scripts\x20defined\x20in\x20package.json.','20ajWuPI','.bin','No\x20package.json\x20found\x20in\x20current\x20directory.','length','boolean','\x0a\x20\x20Available\x20scripts:\x0a','node_modules','log','parse','bool','3747933DukEpA','close','\x20run\x20','pnpm-lock.yaml','start','713990rcsGWa','yarn','\x20run\x20start'];a165_0x10f9=function(){return _0x3072db;};return a165_0x10f9();}(function(_0x48d718,_0x4d1e90){const _0x214770=a165_0x50bf,_0x548376=_0x48d718();while(!![]){try{const _0x490858=parseInt(_0x214770(0x11a))/0x1+parseInt(_0x214770(0x118))/0x2*(-parseInt(_0x214770(0xef))/0x3)+parseInt(_0x214770(0xf9))/0x4*(parseInt(_0x214770(0x108))/0x5)+-parseInt(_0x214770(0x115))/0x6+-parseInt(_0x214770(0xe6))/0x7*(parseInt(_0x214770(0x121))/0x8)+-parseInt(_0x214770(0x103))/0x9+parseInt(_0x214770(0x119))/0xa;if(_0x490858===_0x4d1e90)break;else _0x548376['push'](_0x548376['shift']());}catch(_0x2d093e){_0x548376['push'](_0x548376['shift']());}}}(a165_0x10f9,0x68ef0));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([a165_0xb37270(0x107),'dev']);function readPackageScripts(_0x4361a3){const _0xe88691=a165_0xb37270,_0x118e5b=resolve(_0x4361a3,_0xe88691(0xed));if(!existsSync(_0x118e5b))return null;try{const _0x27964a=JSON[_0xe88691(0x101)](readFileSync(_0x118e5b,_0xe88691(0x110)));return _0x27964a['scripts']??{};}catch{return null;}}function detectPackageManager(_0x244d76){const _0x21a622=a165_0xb37270;if(existsSync(resolve(_0x244d76,_0x21a622(0x11b)))||existsSync(resolve(_0x244d76,_0x21a622(0x10d))))return _0x21a622(0xf5);if(existsSync(resolve(_0x244d76,_0x21a622(0x106))))return'pnpm';if(existsSync(resolve(_0x244d76,_0x21a622(0x10b))))return _0x21a622(0x109);return _0x21a622(0x123);}async function versionCheck(_0x16dead){const _0x2f553f=a165_0xb37270,_0x377f4d=await checkCliVersion();(_0x377f4d[_0x2f553f(0xe8)]||_0x377f4d[_0x2f553f(0xe5)])&&(printCliUpgradeWarning(_0x377f4d),assertCliVersionSupported(_0x377f4d));const _0x348837=await checkSdkVersion(_0x16dead);if(_0x348837['needsUpgrade'])printSdkUpgradeWarning(_0x348837);}function spawnScript(_0x4ad33a,_0x5b36fc,_0x1e6f52,_0x3853e5){return new Promise((_0x281a5a,_0x5cfaf4)=>{const _0x88ff02=a165_0x50bf,_0xa69442=[_0x88ff02(0x117),_0x5b36fc,..._0x1e6f52],_0x4d77e4=spawn(_0x4ad33a,_0xa69442,{'cwd':_0x3853e5,'stdio':_0x88ff02(0x11d),'shell':!![],'env':{...process.env,'PATH':''+join(_0x3853e5,_0x88ff02(0xff),_0x88ff02(0xfa))+delimiter+process.env.PATH}});_0x4d77e4['on'](_0x88ff02(0x104),_0x5b6133=>{const _0x2dc370=_0x88ff02;if(_0x5b6133===0x0||_0x5b6133===null)_0x281a5a();else _0x5cfaf4(new Error(_0x4ad33a+_0x2dc370(0x105)+_0x5b36fc+_0x2dc370(0xec)+_0x5b6133));}),_0x4d77e4['on'](_0x88ff02(0xf1),_0x5cfaf4);});}function spawnViteBuildWatch(_0x495493){return new Promise((_0x372a21,_0x40bd86)=>{const _0x53deda=a165_0x50bf,_0x262bef=spawn(_0x53deda(0xf3),['build',_0x53deda(0xf4)],{'cwd':_0x495493,'stdio':_0x53deda(0x11d),'shell':!![],'env':{...process.env,'PATH':''+join(_0x495493,_0x53deda(0xff),_0x53deda(0xfa))+delimiter+process.env.PATH}});_0x262bef['on'](_0x53deda(0x104),_0x5e698b=>{const _0x524d12=_0x53deda;if(_0x5e698b===0x0||_0x5e698b===null)_0x372a21();else _0x40bd86(new Error(_0x524d12(0x112)+_0x5e698b));}),_0x262bef['on'](_0x53deda(0xf1),_0x40bd86);});}function spawnVitePreview(_0x19e187){return new Promise((_0x4e0f3f,_0x59c2f5)=>{const _0x1e5808=a165_0x50bf,_0x36cfd6=spawn('vite',[_0x1e5808(0xee)],{'cwd':_0x19e187,'stdio':_0x1e5808(0x11d),'shell':!![],'env':{...process.env,'PATH':''+join(_0x19e187,_0x1e5808(0xff),_0x1e5808(0xfa))+delimiter+process.env.PATH}});_0x36cfd6['on'](_0x1e5808(0x104),_0x180102=>{const _0x40c5cf=_0x1e5808;if(_0x180102===0x0||_0x180102===null)_0x4e0f3f();else _0x59c2f5(new Error(_0x40c5cf(0x10f)+_0x180102));}),_0x36cfd6['on']('error',_0x59c2f5);});}function a165_0x50bf(_0x38fa6d,_0x1a064e){_0x38fa6d=_0x38fa6d-0xe4;const _0x10f944=a165_0x10f9();let _0x50bf02=_0x10f944[_0x38fa6d];return _0x50bf02;}const runFlags=[{'name':a165_0xb37270(0xf7),'type':a165_0xb37270(0xfd),'description':a165_0xb37270(0x11c),'default':![]}];export const runDefinition={'service':'run','command':a165_0xb37270(0x117),'description':'Run\x20a\x20package.json\x20script','risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a165_0xb37270(0xeb),'description':a165_0xb37270(0x11f),'required':![]}],'flags':runFlags,'helpExtra':()=>{const _0xdc5a61=a165_0xb37270,_0x3ae12e=[];return _0x3ae12e['push'](_0xdc5a61(0x120)),_0x3ae12e[_0xdc5a61(0xe9)](_0xdc5a61(0x114)+CLI_BIN_NAME+_0xdc5a61(0x10a)),_0x3ae12e['push'](_0xdc5a61(0x114)+CLI_BIN_NAME+_0xdc5a61(0xe4)),_0x3ae12e[_0xdc5a61(0xe9)](_0xdc5a61(0x114)+CLI_BIN_NAME+_0xdc5a61(0xea)),_0x3ae12e[_0xdc5a61(0xe9)](_0xdc5a61(0x114)+CLI_BIN_NAME+_0xdc5a61(0x10e)),_0x3ae12e['join']('\x0a');},async 'execute'(_0x1f16b4){const _0x1f78bb=a165_0xb37270,_0x57875f=process['cwd'](),_0xbe9a17=_0x1f16b4[_0x1f78bb(0xf6)][0x0],_0xca47aa=_0x1f16b4[_0x1f78bb(0xf6)][_0x1f78bb(0x116)](0x1),_0x224c78=readPackageScripts(_0x57875f);if(!_0x224c78)throw CliErrors[_0x1f78bb(0xf2)](_0x1f78bb(0xfb));if(!_0xbe9a17){const _0x27a60f=Object[_0x1f78bb(0xf0)](_0x224c78);if(_0x27a60f[_0x1f78bb(0xfc)]===0x0)console[_0x1f78bb(0x100)](_0x1f78bb(0xf8));else{console[_0x1f78bb(0x100)](_0x1f78bb(0xfe));for(const _0x5daea6 of _0x27a60f){console[_0x1f78bb(0x100)](_0x1f78bb(0x114)+_0x5daea6);}console[_0x1f78bb(0x100)](_0x1f78bb(0x122)+CLI_BIN_NAME+_0x1f78bb(0x111));}return{'ok':!![]};}if(!_0x224c78[_0xbe9a17])throw CliErrors[_0x1f78bb(0xf2)]('Script\x20\x22'+_0xbe9a17+'\x22\x20not\x20found\x20in\x20package.json.','Available:\x20'+(Object['keys'](_0x224c78)[_0x1f78bb(0x11e)](',\x20')||_0x1f78bb(0x10c)));const _0x7c29cd=detectPackageManager(_0x57875f);VERSION_CHECK_SCRIPTS[_0x1f78bb(0xe7)](_0xbe9a17)&&await versionCheck(_0x57875f);if(_0xbe9a17===_0x1f78bb(0xee)&&_0x1f16b4[_0x1f78bb(0x102)](_0x1f78bb(0xf7)))return await Promise[_0x1f78bb(0x113)]([spawnViteBuildWatch(_0x57875f),spawnVitePreview(_0x57875f)]),{'ok':!![]};return await spawnScript(_0x7c29cd,_0xbe9a17,_0xca47aa,_0x57875f),{'ok':!![]};}};
1
+ const a167_0x44b10f=a167_0x10a3;(function(_0x269b84,_0x3f9a97){const _0x384218=a167_0x10a3,_0x33ed20=_0x269b84();while(!![]){try{const _0x4958b3=-parseInt(_0x384218(0x10c))/0x1*(parseInt(_0x384218(0x10f))/0x2)+-parseInt(_0x384218(0x118))/0x3*(parseInt(_0x384218(0x103))/0x4)+-parseInt(_0x384218(0x102))/0x5+parseInt(_0x384218(0xf2))/0x6+parseInt(_0x384218(0x11d))/0x7+-parseInt(_0x384218(0x10a))/0x8+-parseInt(_0x384218(0xea))/0x9*(-parseInt(_0x384218(0x114))/0xa);if(_0x4958b3===_0x3f9a97)break;else _0x33ed20['push'](_0x33ed20['shift']());}catch(_0x39cdc9){_0x33ed20['push'](_0x33ed20['shift']());}}}(a167_0x2168,0xe396a));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([a167_0x44b10f(0xeb),a167_0x44b10f(0x10d)]);function readPackageScripts(_0x3faf11){const _0x5c1739=a167_0x44b10f,_0x1481f9=resolve(_0x3faf11,_0x5c1739(0x115));if(!existsSync(_0x1481f9))return null;try{const _0x2cb5ae=JSON[_0x5c1739(0xf3)](readFileSync(_0x1481f9,_0x5c1739(0xef)));return _0x2cb5ae[_0x5c1739(0xfc)]??{};}catch{return null;}}function detectPackageManager(_0x2d86d1){const _0x3e4ae6=a167_0x44b10f;if(existsSync(resolve(_0x2d86d1,_0x3e4ae6(0xf7)))||existsSync(resolve(_0x2d86d1,_0x3e4ae6(0x113))))return _0x3e4ae6(0x11f);if(existsSync(resolve(_0x2d86d1,'pnpm-lock.yaml')))return _0x3e4ae6(0xf8);if(existsSync(resolve(_0x2d86d1,_0x3e4ae6(0x120))))return _0x3e4ae6(0xe9);return _0x3e4ae6(0x105);}async function versionCheck(_0x462581){const _0x1c6466=a167_0x44b10f,_0x32ad36=await checkCliVersion();(_0x32ad36[_0x1c6466(0x119)]||_0x32ad36['belowMinimum'])&&(printCliUpgradeWarning(_0x32ad36),assertCliVersionSupported(_0x32ad36));const _0x571ab2=await checkSdkVersion(_0x462581);if(_0x571ab2[_0x1c6466(0x119)])printSdkUpgradeWarning(_0x571ab2);}function spawnScript(_0x36e7ea,_0x5b27fe,_0x4cade0,_0x1b00c7){return new Promise((_0x234e49,_0x4d2beb)=>{const _0xef6503=a167_0x10a3,_0x520763=['run',_0x5b27fe,..._0x4cade0],_0x5f2a0a=spawn(_0x36e7ea,_0x520763,{'cwd':_0x1b00c7,'stdio':_0xef6503(0x101),'shell':!![],'env':{...process.env,'PATH':''+join(_0x1b00c7,_0xef6503(0xff),_0xef6503(0x11b))+delimiter+process.env.PATH}});_0x5f2a0a['on']('close',_0x69fbd5=>{const _0x431854=_0xef6503;if(_0x69fbd5===0x0||_0x69fbd5===null)_0x234e49();else _0x4d2beb(new Error(_0x36e7ea+_0x431854(0xe8)+_0x5b27fe+'\x20exited\x20with\x20code\x20'+_0x69fbd5));}),_0x5f2a0a['on']('error',_0x4d2beb);});}function spawnViteBuildWatch(_0x5db75e){return new Promise((_0x1fe814,_0x11d28e)=>{const _0x257170=a167_0x10a3,_0x15d124=spawn(_0x257170(0x116),[_0x257170(0xf0),_0x257170(0xe6)],{'cwd':_0x5db75e,'stdio':'inherit','shell':!![],'env':{...process.env,'PATH':''+join(_0x5db75e,_0x257170(0xff),_0x257170(0x11b))+delimiter+process.env.PATH}});_0x15d124['on'](_0x257170(0xe7),_0x5169e9=>{if(_0x5169e9===0x0||_0x5169e9===null)_0x1fe814();else _0x11d28e(new Error('vite\x20build\x20--watch\x20exited\x20with\x20code\x20'+_0x5169e9));}),_0x15d124['on']('error',_0x11d28e);});}function a167_0x2168(){const _0x4167af=['pnpm','length','Run\x20a\x20package.json\x20script','slice','scripts','read','keys','node_modules','Enable\x20watch\x20mode\x20for\x20preview','inherit','880650ukOxsv','20qHMDxQ','(none)','npm','run','\x20run\x20preview','all','\x20run\x20build','3043512bSJLKu','args','99NzJcwk','dev','validation','22292GnRTKd','\x22\x20not\x20found\x20in\x20package.json.','\x20run\x20start','No\x20scripts\x20defined\x20in\x20package.json.','bun.lock','7178550UEVILs','package.json','vite','boolean','333588OwbGQC','needsUpgrade','preview','.bin','Script\x20\x22','11282782YqrLCf','vite\x20preview\x20exited\x20with\x20code\x20','bun','yarn.lock','No\x20package.json\x20found\x20in\x20current\x20directory.','log','bool','--watch','close','\x20run\x20','yarn','9qcKpSa','start','watch','cwd','push','utf-8','build','\x20\x20\x20\x20','4911144LUTaha','parse','\x20\x20EXAMPLES','\x20run\x20<script>\x0a','\x0a\x20\x20Available\x20scripts:\x0a','bun.lockb'];a167_0x2168=function(){return _0x4167af;};return a167_0x2168();}function a167_0x10a3(_0x5afa29,_0x3dbe51){_0x5afa29=_0x5afa29-0xe6;const _0x216845=a167_0x2168();let _0x10a306=_0x216845[_0x5afa29];return _0x10a306;}function spawnVitePreview(_0x1e7c03){return new Promise((_0x38f7b0,_0x3c0998)=>{const _0x105670=a167_0x10a3,_0x4524c1=spawn(_0x105670(0x116),[_0x105670(0x11a)],{'cwd':_0x1e7c03,'stdio':_0x105670(0x101),'shell':!![],'env':{...process.env,'PATH':''+join(_0x1e7c03,_0x105670(0xff),_0x105670(0x11b))+delimiter+process.env.PATH}});_0x4524c1['on'](_0x105670(0xe7),_0x97066a=>{const _0x53a35f=_0x105670;if(_0x97066a===0x0||_0x97066a===null)_0x38f7b0();else _0x3c0998(new Error(_0x53a35f(0x11e)+_0x97066a));}),_0x4524c1['on']('error',_0x3c0998);});}const runFlags=[{'name':a167_0x44b10f(0xec),'type':a167_0x44b10f(0x117),'description':a167_0x44b10f(0x100),'default':![]}];export const runDefinition={'service':a167_0x44b10f(0x106),'command':a167_0x44b10f(0x106),'description':a167_0x44b10f(0xfa),'risk':a167_0x44b10f(0xfd),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':'script','description':'Script\x20name\x20defined\x20in\x20package.json','required':![]}],'flags':runFlags,'helpExtra':()=>{const _0x59bf3b=a167_0x44b10f,_0xf985f=[];return _0xf985f[_0x59bf3b(0xee)](_0x59bf3b(0xf4)),_0xf985f[_0x59bf3b(0xee)]('\x20\x20\x20\x20'+CLI_BIN_NAME+_0x59bf3b(0x111)),_0xf985f[_0x59bf3b(0xee)](_0x59bf3b(0xf1)+CLI_BIN_NAME+_0x59bf3b(0x109)),_0xf985f[_0x59bf3b(0xee)](_0x59bf3b(0xf1)+CLI_BIN_NAME+_0x59bf3b(0x107)),_0xf985f['push'](_0x59bf3b(0xf1)+CLI_BIN_NAME+'\x20run\x20preview\x20--watch'),_0xf985f['join']('\x0a');},async 'execute'(_0x108b4f){const _0x477530=a167_0x44b10f,_0x55d366=process[_0x477530(0xed)](),_0xf39be8=_0x108b4f[_0x477530(0x10b)][0x0],_0x4830b3=_0x108b4f[_0x477530(0x10b)][_0x477530(0xfb)](0x1),_0x1e28d7=readPackageScripts(_0x55d366);if(!_0x1e28d7)throw CliErrors[_0x477530(0x10e)](_0x477530(0x121));if(!_0xf39be8){const _0x188777=Object[_0x477530(0xfe)](_0x1e28d7);if(_0x188777[_0x477530(0xf9)]===0x0)console[_0x477530(0x122)](_0x477530(0x112));else{console['log'](_0x477530(0xf6));for(const _0x23f6e1 of _0x188777){console[_0x477530(0x122)](_0x477530(0xf1)+_0x23f6e1);}console['log']('\x0a\x20\x20Usage:\x20'+CLI_BIN_NAME+_0x477530(0xf5));}return{'ok':!![]};}if(!_0x1e28d7[_0xf39be8])throw CliErrors[_0x477530(0x10e)](_0x477530(0x11c)+_0xf39be8+_0x477530(0x110),'Available:\x20'+(Object[_0x477530(0xfe)](_0x1e28d7)['join'](',\x20')||_0x477530(0x104)));const _0x5cea47=detectPackageManager(_0x55d366);VERSION_CHECK_SCRIPTS['has'](_0xf39be8)&&await versionCheck(_0x55d366);if(_0xf39be8===_0x477530(0x11a)&&_0x108b4f[_0x477530(0x123)](_0x477530(0xec)))return await Promise[_0x477530(0x108)]([spawnViteBuildWatch(_0x55d366),spawnVitePreview(_0x55d366)]),{'ok':!![]};return await spawnScript(_0x5cea47,_0xf39be8,_0x4830b3,_0x55d366),{'ok':!![]};}};
@@ -1 +1 @@
1
- const a166_0x1991b9=a166_0x3465;function a166_0x3465(_0x219f1b,_0x36ba36){_0x219f1b=_0x219f1b-0x1cc;const _0x2f0660=a166_0x2f06();let _0x34650a=_0x2f0660[_0x219f1b];return _0x34650a;}(function(_0x222989,_0x3cfe10){const _0x26fd2e=a166_0x3465,_0x5073c7=_0x222989();while(!![]){try{const _0xdab1a=parseInt(_0x26fd2e(0x1cf))/0x1*(parseInt(_0x26fd2e(0x1d1))/0x2)+-parseInt(_0x26fd2e(0x1cc))/0x3*(parseInt(_0x26fd2e(0x1d2))/0x4)+-parseInt(_0x26fd2e(0x1d5))/0x5+-parseInt(_0x26fd2e(0x1cd))/0x6+-parseInt(_0x26fd2e(0x1ce))/0x7+parseInt(_0x26fd2e(0x1d8))/0x8+parseInt(_0x26fd2e(0x1d0))/0x9;if(_0xdab1a===_0x3cfe10)break;else _0x5073c7['push'](_0x5073c7['shift']());}catch(_0x3b36e0){_0x5073c7['push'](_0x5073c7['shift']());}}}(a166_0x2f06,0x9365d));import{buildSchemaPayload}from'../framework/schema-export.js';async function execute(_0x1c9f1f){const _0x5f3025=await buildSchemaPayload();return{'ok':!![],'data':_0x5f3025};}function a166_0x2f06(){const _0x5ad038=['3311385WKkTRD','Export\x20machine-readable\x20command\x20schema\x20(JSON)','schema','7245824fTVTUN','read','173487AgQhIa','4172898jJEchj','3963855IgEIdW','1OzcIGe','20053494GYjqFj','638272QagVGw','64OibuZA','json','export'];a166_0x2f06=function(){return _0x5ad038;};return a166_0x2f06();}export const schemaDefinition={'service':a166_0x1991b9(0x1d7),'command':a166_0x1991b9(0x1d4),'description':a166_0x1991b9(0x1d6),'risk':a166_0x1991b9(0x1d9),'requiresAuth':![],'requiresAppCode':![],'hasFormat':!![],'defaultOutputFormat':a166_0x1991b9(0x1d3),'flags':[],'execute':execute};
1
+ const a168_0x556588=a168_0x3ff0;(function(_0x2e9ffb,_0x219564){const _0x50f5f9=a168_0x3ff0,_0x34f63c=_0x2e9ffb();while(!![]){try{const _0x193502=-parseInt(_0x50f5f9(0x16f))/0x1*(-parseInt(_0x50f5f9(0x16d))/0x2)+-parseInt(_0x50f5f9(0x16c))/0x3*(-parseInt(_0x50f5f9(0x16b))/0x4)+-parseInt(_0x50f5f9(0x170))/0x5+parseInt(_0x50f5f9(0x171))/0x6*(parseInt(_0x50f5f9(0x175))/0x7)+parseInt(_0x50f5f9(0x173))/0x8+parseInt(_0x50f5f9(0x172))/0x9+-parseInt(_0x50f5f9(0x168))/0xa;if(_0x193502===_0x219564)break;else _0x34f63c['push'](_0x34f63c['shift']());}catch(_0x3db71c){_0x34f63c['push'](_0x34f63c['shift']());}}}(a168_0x37c8,0x66d8b));import{buildSchemaPayload}from'../framework/schema-export.js';function a168_0x37c8(){const _0x16aaa9=['107977zqvxwZ','24305vZeRdy','3634494pqXVri','4117806BmOMZa','1754424ZDtVlz','read','7wEbDnj','13365740byjGtJ','json','schema','5628eunYGK','333UumOsi','6uAoaUi','export'];a168_0x37c8=function(){return _0x16aaa9;};return a168_0x37c8();}async function execute(_0x15d1fc){const _0x3bc730=await buildSchemaPayload();return{'ok':!![],'data':_0x3bc730};}function a168_0x3ff0(_0x26bef0,_0x4223d0){_0x26bef0=_0x26bef0-0x168;const _0x37c829=a168_0x37c8();let _0x3ff0f6=_0x37c829[_0x26bef0];return _0x3ff0f6;}export const schemaDefinition={'service':a168_0x556588(0x16a),'command':a168_0x556588(0x16e),'description':'Export\x20machine-readable\x20command\x20schema\x20(JSON)','risk':a168_0x556588(0x174),'requiresAuth':![],'requiresAppCode':![],'hasFormat':!![],'defaultOutputFormat':a168_0x556588(0x169),'flags':[],'execute':execute};
@@ -1 +1 @@
1
- const a167_0x86492d=a167_0x3f38;function a167_0x5c74(){const _0x31690f=['db-id','Create\x20a\x20new\x20custom\x20SQL\x20and\x20scaffold\x20it\x20locally','str','high-risk-write','parse','请选择目标数据库:','/smartapi/custom/saveUserCustomSql','string','Local\x20SQL\x20file\x20mode','--mode\x20is\x20required\x20in\x20non-interactive\x20mode.','--name\x20is\x20required\x20in\x20non-interactive\x20mode.','Would\x20create\x20a\x20new\x20SQL\x20query\x20and\x20scaffold\x20it\x20under\x20','SQL\x20名称不能为空','mybatisXml','mode','2782935Fphksy','11598XGTlQh','nonInteractive','flag','name','stringify','isInteger','validation','trim','请输入目标数据库\x20dbId:','lastSync','join','File\x20already\x20exists:\x20','dbName','413200bJIdzr','sql','number','SELECT\x201\x20AS\x20id;','sqls','MyBatis\x20XML(mybatisXml)','description','flagMissing','486302snUjCP','70ZEhfnY','dbId','13676faWneq','<server-generated-sqlCode>','268NHKkML','isFinite','Target\x20database\x20ID','--db-id\x20is\x20required\x20in\x20non-interactive\x20mode.','请选择本地\x20SQL\x20模式:','2112hRQlOJ','Created\x20SQL\x20query\x20','普通\x20SQL(sql)','14330JAfsbZ','length','6054294ZcDpRD','SQL\x20query\x20display\x20name','__manual__','sqlCode','1195RpdQOM','sqlRoot','appCode','toISOString','sqlName','catch','lockFilePath','sqlRootDir'];a167_0x5c74=function(){return _0x31690f;};return a167_0x5c74();}(function(_0x501bac,_0x894aff){const _0x56ec81=a167_0x3f38,_0x14faea=_0x501bac();while(!![]){try{const _0x134d67=parseInt(_0x56ec81(0xd9))/0x1+parseInt(_0x56ec81(0xde))/0x2*(parseInt(_0x56ec81(0xc4))/0x3)+-parseInt(_0x56ec81(0xdc))/0x4*(parseInt(_0x56ec81(0xec))/0x5)+parseInt(_0x56ec81(0xe8))/0x6+-parseInt(_0x56ec81(0xda))/0x7*(parseInt(_0x56ec81(0xd1))/0x8)+-parseInt(_0x56ec81(0xc3))/0x9+parseInt(_0x56ec81(0xe6))/0xa*(parseInt(_0x56ec81(0xe3))/0xb);if(_0x134d67===_0x894aff)break;else _0x14faea['push'](_0x14faea['shift']());}catch(_0x3f4ce7){_0x14faea['push'](_0x14faea['shift']());}}}(a167_0x5c74,0x9da2b));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 a167_0x3f38(_0xde62fd,_0x4ef1bb){_0xde62fd=_0xde62fd-0xae;const _0x5c743b=a167_0x5c74();let _0x3f383=_0x5c743b[_0xde62fd];return _0x3f383;}function generateSqlTemplate(_0x4a96ab){const _0x39882c=a167_0x3f38;if(_0x4a96ab==='mybatisXml')return['<select\x20id=\x22query\x22\x20resultType=\x22map\x22>','\x20\x20SELECT\x201\x20AS\x20id','</select>',''][_0x39882c(0xce)]('\x0a');return[_0x39882c(0xd4),''][_0x39882c(0xce)]('\x0a');}export const sqlCreate={'service':a167_0x86492d(0xd2),'command':'create','description':a167_0x86492d(0xb5),'risk':a167_0x86492d(0xb7),'flags':[{'name':'name','type':a167_0x86492d(0xbb),'description':a167_0x86492d(0xe9)},{'name':'db-id','type':'number','description':a167_0x86492d(0xe0)},{'name':a167_0x86492d(0xc2),'type':a167_0x86492d(0xbb),'enum':[a167_0x86492d(0xd2),a167_0x86492d(0xc1)],'description':a167_0x86492d(0xbc)}],async 'validate'(_0x30ce29){const _0x4e624f=a167_0x86492d;if(!_0x30ce29[_0x4e624f(0xc5)])return;if(!_0x30ce29[_0x4e624f(0xb6)](_0x4e624f(0xc7))[_0x4e624f(0xcb)]())throw CliErrors[_0x4e624f(0xd8)](_0x4e624f(0xc7),_0x4e624f(0xbe));const _0x5bddd0=resolveProvidedDbId(_0x30ce29);if(typeof _0x5bddd0!=='number'||!Number['isFinite'](_0x5bddd0)||_0x5bddd0<=0x0)throw CliErrors[_0x4e624f(0xd8)](_0x4e624f(0xb4),_0x4e624f(0xe1));if(!_0x30ce29['str'](_0x4e624f(0xc2))[_0x4e624f(0xcb)]())throw CliErrors['flagMissing'](_0x4e624f(0xc2),'--mode\x20is\x20required\x20in\x20non-interactive\x20mode.');},async 'dryRun'(_0x3147cf){const _0x1ca2ae=a167_0x86492d,_0xe4441=loadSqlProjectConfig(_0x3147cf[_0x1ca2ae(0xae)]),{sqlName:_0x246627,dbId:_0x3e1332,dbName:_0x2bb0e7,mode:_0x39d2c1}=await resolveSqlNewInputs(_0x3147cf),_0x18e1d8=buildSqlRelativePath(_0x1ca2ae(0xdd),_0x246627,_0x2bb0e7,_0x39d2c1,_0x3e1332),_0x913509=_0xe4441[_0x1ca2ae(0xb3)]+'/'+_0x18e1d8;return{'method':'POST','url':_0x1ca2ae(0xba),'body':{'appCode':_0x3147cf[_0x1ca2ae(0xae)],'sqlName':_0x246627,'dbId':_0x3e1332,'mode':_0x39d2c1,'localPath':_0x913509},'description':_0x1ca2ae(0xbf)+_0xe4441['sqlRootDir']};},async 'execute'(_0x12a0e6){const _0x23f627=a167_0x86492d,_0x6b57df=loadSqlProjectConfig(_0x12a0e6[_0x23f627(0xae)]),{sqlName:_0x328736,dbId:_0x33bba8,dbName:_0x265944,mode:_0x513e4d}=await resolveSqlNewInputs(_0x12a0e6),_0x28d32c=generateSqlTemplate(_0x513e4d),_0x9cb1b7=await createSqlQuery({'appCode':_0x12a0e6[_0x23f627(0xae)],'sqlName':_0x328736,'dbId':_0x33bba8,'sqlContent':_0x28d32c}),_0x4a7290=ensureRemoteSqlContent(_0x9cb1b7),_0x2d26b1=_0x265944||await getDbName(_0x12a0e6[_0x23f627(0xae)],_0x33bba8)[_0x23f627(0xb1)](()=>undefined),_0x1db040=buildSqlRelativePath(_0x9cb1b7[_0x23f627(0xeb)],_0x9cb1b7[_0x23f627(0xb0)],_0x2d26b1,_0x513e4d,_0x33bba8),_0x17f28c=_0x6b57df[_0x23f627(0xb3)]+'/'+_0x1db040,_0x415553=buildLocalSqlFileContent({'sqlCode':_0x9cb1b7[_0x23f627(0xeb)],'sqlName':_0x9cb1b7[_0x23f627(0xb0)],'dbId':_0x9cb1b7['dbId']},_0x4a7290,{'dbName':_0x2d26b1,'mode':_0x513e4d,'syncedAt':new Date()[_0x23f627(0xaf)](),'description':_0x9cb1b7[_0x23f627(0xd7)]});if(await fileExists(_0x17f28c))throw CliErrors[_0x23f627(0xca)](_0x23f627(0xcf)+_0x17f28c);await ensureParentDirectory(_0x17f28c),await writeFile(_0x17f28c,_0x415553,'utf8');const _0x17af42=await readSqlLockFile(_0x6b57df[_0x23f627(0xb2)]),{lockData:_0x1bb759,appLock:_0x398741}=ensureSqlLockScope(_0x17af42??createEmptySqlLock(),_0x6b57df[_0x23f627(0xae)],_0x6b57df[_0x23f627(0xed)],'new');return _0x398741[_0x23f627(0xd5)][_0x9cb1b7[_0x23f627(0xeb)]]={...buildSqlLockEntry(_0x9cb1b7,_0x4a7290,computeSqlContentHash(_0x415553),{'dbName':_0x2d26b1}),'path':_0x1db040,'mode':_0x513e4d},_0x398741[_0x23f627(0xcd)]=new Date()[_0x23f627(0xaf)](),await writeSqlLockFile(_0x6b57df[_0x23f627(0xb2)],_0x1bb759),{'ok':!![],'data':{'id':_0x9cb1b7['id'],'sqlCode':_0x9cb1b7[_0x23f627(0xeb)],'sqlName':_0x9cb1b7[_0x23f627(0xb0)],'dbId':_0x9cb1b7[_0x23f627(0xdb)],'path':_0x17f28c,'mode':_0x513e4d},'message':_0x23f627(0xe4)+_0x9cb1b7['sqlCode']};}};async function resolveSqlNewInputs(_0x21b861){const _0x3ec5d3=await resolveSqlNameInput(_0x21b861),{dbId:_0x1ad300,dbName:_0x4ab4e5}=await resolveDbSelection(_0x21b861),_0x536cc3=await resolveSqlModeInput(_0x21b861);return{'sqlName':_0x3ec5d3,'dbId':_0x1ad300,'dbName':_0x4ab4e5,'mode':_0x536cc3};}async function resolveSqlNameInput(_0x3099d5){const _0x39a9ee=a167_0x86492d,_0x363949=_0x3099d5[_0x39a9ee(0xb6)](_0x39a9ee(0xc7))[_0x39a9ee(0xcb)]();if(_0x363949)return _0x363949;if(_0x3099d5['nonInteractive'])throw CliErrors[_0x39a9ee(0xd8)](_0x39a9ee(0xc7),_0x39a9ee(0xbe));return(await input({'message':'请输入\x20SQL\x20名称:','validate':_0x287ba2=>_0x287ba2[_0x39a9ee(0xcb)]()?!![]:_0x39a9ee(0xc0)}))['trim']();}async function resolveDbSelection(_0x10cbe9){const _0x20226a=a167_0x86492d,_0x382302=resolveProvidedDbId(_0x10cbe9);if(typeof _0x382302===_0x20226a(0xd3)&&Number[_0x20226a(0xdf)](_0x382302)&&_0x382302>0x0)return{'dbId':_0x382302,'dbName':await getDbName(_0x10cbe9[_0x20226a(0xae)],_0x382302)[_0x20226a(0xb1)](()=>undefined)};if(_0x10cbe9[_0x20226a(0xc5)])throw CliErrors[_0x20226a(0xd8)]('db-id','--db-id\x20is\x20required\x20in\x20non-interactive\x20mode.');const _0x55a5ef=await listDatabases(_0x10cbe9[_0x20226a(0xae)])['catch'](()=>[]);if(_0x55a5ef['length']===0x1)return{'dbId':_0x55a5ef[0x0][_0x20226a(0xdb)],'dbName':_0x55a5ef[0x0][_0x20226a(0xd0)]};if(_0x55a5ef[_0x20226a(0xe7)]>0x1){const _0x19866a=await select({'message':_0x20226a(0xb9),'choices':[..._0x55a5ef['map'](_0xd37a8b=>({'name':_0xd37a8b['dbName']+'\x20('+_0xd37a8b[_0x20226a(0xdb)]+')','value':serializeDbSelection(_0xd37a8b)})),{'name':'✎\x20手动输入\x20dbId','value':_0x20226a(0xea)}]});if(_0x19866a!==_0x20226a(0xea))return deserializeDbSelection(_0x19866a);}const _0x119f1d=await input({'message':_0x20226a(0xcc),'validate':_0x40cf02=>{const _0x44c10a=_0x20226a,_0x298a8f=_0x40cf02[_0x44c10a(0xcb)]();if(!_0x298a8f)return'dbId\x20不能为空';const _0x4b8437=Number(_0x298a8f);if(!Number[_0x44c10a(0xc9)](_0x4b8437)||_0x4b8437<=0x0)return'dbId\x20必须为正整数';return!![];}});return{'dbId':Number(_0x119f1d[_0x20226a(0xcb)]())};}async function resolveSqlModeInput(_0xd000c8){const _0x7579da=a167_0x86492d,_0x2fab02=_0xd000c8[_0x7579da(0xb6)](_0x7579da(0xc2))[_0x7579da(0xcb)]();if(_0x2fab02===_0x7579da(0xd2)||_0x2fab02===_0x7579da(0xc1))return _0x2fab02;if(_0xd000c8['nonInteractive'])throw CliErrors['flagMissing'](_0x7579da(0xc2),_0x7579da(0xbd));return await select({'message':_0x7579da(0xe2),'choices':[{'name':_0x7579da(0xe5),'value':_0x7579da(0xd2),'description':'适合直接执行的普通\x20SELECT\x20/\x20INSERT\x20/\x20UPDATE\x20/\x20DELETE\x20语句'},{'name':_0x7579da(0xd6),'value':_0x7579da(0xc1),'description':'适合带动态标签的\x20MyBatis\x20XML\x20SQL'}]});}function serializeDbSelection(_0x3a7d91){const _0x3f69dc=a167_0x86492d;return JSON[_0x3f69dc(0xc8)]({'dbId':_0x3a7d91[_0x3f69dc(0xdb)],'dbName':_0x3a7d91[_0x3f69dc(0xd0)]});}function deserializeDbSelection(_0x1866d5){const _0x1f19cb=a167_0x86492d;try{const _0x528efd=JSON[_0x1f19cb(0xb8)](_0x1866d5);if(typeof _0x528efd['dbId']===_0x1f19cb(0xd3)&&Number[_0x1f19cb(0xdf)](_0x528efd[_0x1f19cb(0xdb)]))return{'dbId':_0x528efd[_0x1f19cb(0xdb)],'dbName':_0x528efd[_0x1f19cb(0xd0)]};}catch{}throw CliErrors[_0x1f19cb(0xca)]('Invalid\x20database\x20selection\x20payload:\x20'+_0x1866d5);}function resolveProvidedDbId(_0x20027e){const _0x42943f=a167_0x86492d,_0x3392ee=_0x20027e[_0x42943f(0xc6)](_0x42943f(0xb4));if(typeof _0x3392ee===_0x42943f(0xd3)&&Number[_0x42943f(0xdf)](_0x3392ee))return _0x3392ee;return undefined;}
1
+ const a169_0x5852f3=a169_0x97d1;(function(_0x47b53b,_0x3e3fb1){const _0x1c0889=a169_0x97d1,_0x12d4ca=_0x47b53b();while(!![]){try{const _0x4795b6=parseInt(_0x1c0889(0x190))/0x1+parseInt(_0x1c0889(0x17b))/0x2+parseInt(_0x1c0889(0x191))/0x3*(-parseInt(_0x1c0889(0x1a3))/0x4)+parseInt(_0x1c0889(0x192))/0x5+-parseInt(_0x1c0889(0x182))/0x6+parseInt(_0x1c0889(0x1a6))/0x7*(parseInt(_0x1c0889(0x19b))/0x8)+-parseInt(_0x1c0889(0x17f))/0x9;if(_0x4795b6===_0x3e3fb1)break;else _0x12d4ca['push'](_0x12d4ca['shift']());}catch(_0x5bbd8f){_0x12d4ca['push'](_0x12d4ca['shift']());}}}(a169_0x5740,0xd2a4e));import{writeFile}from'node:fs/promises';function a169_0x97d1(_0x54b07d,_0xc5d14f){_0x54b07d=_0x54b07d-0x173;const _0x574006=a169_0x5740();let _0x97d193=_0x574006[_0x54b07d];return _0x97d193;}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(_0x4e082f){const _0xbe067f=a169_0x97d1;if(_0x4e082f==='mybatisXml')return[_0xbe067f(0x185),_0xbe067f(0x176),_0xbe067f(0x19a),''][_0xbe067f(0x17d)]('\x0a');return['SELECT\x201\x20AS\x20id;',''][_0xbe067f(0x17d)]('\x0a');}export const sqlCreate={'service':a169_0x5852f3(0x1a8),'command':a169_0x5852f3(0x1a4),'description':a169_0x5852f3(0x18a),'risk':a169_0x5852f3(0x178),'flags':[{'name':a169_0x5852f3(0x183),'type':'string','description':a169_0x5852f3(0x1a1)},{'name':a169_0x5852f3(0x174),'type':a169_0x5852f3(0x1a2),'description':a169_0x5852f3(0x19e)},{'name':a169_0x5852f3(0x1a0),'type':a169_0x5852f3(0x1ac),'enum':[a169_0x5852f3(0x1a8),a169_0x5852f3(0x18b)],'description':a169_0x5852f3(0x184)}],async 'validate'(_0x54a642){const _0x6e04ec=a169_0x5852f3;if(!_0x54a642['nonInteractive'])return;if(!_0x54a642[_0x6e04ec(0x189)](_0x6e04ec(0x183))[_0x6e04ec(0x1b1)]())throw CliErrors[_0x6e04ec(0x1af)](_0x6e04ec(0x183),'--name\x20is\x20required\x20in\x20non-interactive\x20mode.');const _0x2ffe81=resolveProvidedDbId(_0x54a642);if(typeof _0x2ffe81!==_0x6e04ec(0x1a2)||!Number[_0x6e04ec(0x1b3)](_0x2ffe81)||_0x2ffe81<=0x0)throw CliErrors[_0x6e04ec(0x1af)](_0x6e04ec(0x174),_0x6e04ec(0x1aa));if(!_0x54a642[_0x6e04ec(0x189)]('mode')[_0x6e04ec(0x1b1)]())throw CliErrors[_0x6e04ec(0x1af)](_0x6e04ec(0x1a0),'--mode\x20is\x20required\x20in\x20non-interactive\x20mode.');},async 'dryRun'(_0x12809b){const _0x150fa2=a169_0x5852f3,_0xfe2656=loadSqlProjectConfig(_0x12809b[_0x150fa2(0x196)]),{sqlName:_0x4a5f3a,dbId:_0x9f7c18,dbName:_0x5a8f1a,mode:_0x28db15}=await resolveSqlNewInputs(_0x12809b),_0xfedc28=buildSqlRelativePath('<server-generated-sqlCode>',_0x4a5f3a,_0x5a8f1a,_0x28db15,_0x9f7c18),_0x188b8d=_0xfe2656[_0x150fa2(0x1b4)]+'/'+_0xfedc28;return{'method':_0x150fa2(0x18e),'url':'/smartapi/custom/saveUserCustomSql','body':{'appCode':_0x12809b[_0x150fa2(0x196)],'sqlName':_0x4a5f3a,'dbId':_0x9f7c18,'mode':_0x28db15,'localPath':_0x188b8d},'description':_0x150fa2(0x1b0)+_0xfe2656[_0x150fa2(0x1b4)]};},async 'execute'(_0x14f185){const _0x79bef9=a169_0x5852f3,_0x13b5fe=loadSqlProjectConfig(_0x14f185[_0x79bef9(0x196)]),{sqlName:_0x15c029,dbId:_0x57701b,dbName:_0x899db6,mode:_0x46e1cd}=await resolveSqlNewInputs(_0x14f185),_0x28e46e=generateSqlTemplate(_0x46e1cd),_0x54c647=await createSqlQuery({'appCode':_0x14f185[_0x79bef9(0x196)],'sqlName':_0x15c029,'dbId':_0x57701b,'sqlContent':_0x28e46e}),_0x50d958=ensureRemoteSqlContent(_0x54c647),_0x364d46=_0x899db6||await getDbName(_0x14f185[_0x79bef9(0x196)],_0x57701b)[_0x79bef9(0x17e)](()=>undefined),_0x228320=buildSqlRelativePath(_0x54c647[_0x79bef9(0x193)],_0x54c647['sqlName'],_0x364d46,_0x46e1cd,_0x57701b),_0x151b69=_0x13b5fe[_0x79bef9(0x1b4)]+'/'+_0x228320,_0xf2d51e=buildLocalSqlFileContent({'sqlCode':_0x54c647[_0x79bef9(0x193)],'sqlName':_0x54c647[_0x79bef9(0x199)],'dbId':_0x54c647[_0x79bef9(0x1ad)]},_0x50d958,{'dbName':_0x364d46,'mode':_0x46e1cd,'syncedAt':new Date()[_0x79bef9(0x186)](),'description':_0x54c647[_0x79bef9(0x197)]});if(await fileExists(_0x151b69))throw CliErrors['validation'](_0x79bef9(0x181)+_0x151b69);await ensureParentDirectory(_0x151b69),await writeFile(_0x151b69,_0xf2d51e,'utf8');const _0x13c0da=await readSqlLockFile(_0x13b5fe[_0x79bef9(0x18f)]),{lockData:_0x5192d0,appLock:_0x3ac11a}=ensureSqlLockScope(_0x13c0da??createEmptySqlLock(),_0x13b5fe[_0x79bef9(0x196)],_0x13b5fe[_0x79bef9(0x18c)],_0x79bef9(0x187));return _0x3ac11a[_0x79bef9(0x19c)][_0x54c647[_0x79bef9(0x193)]]={...buildSqlLockEntry(_0x54c647,_0x50d958,computeSqlContentHash(_0xf2d51e),{'dbName':_0x364d46}),'path':_0x228320,'mode':_0x46e1cd},_0x3ac11a[_0x79bef9(0x180)]=new Date()[_0x79bef9(0x186)](),await writeSqlLockFile(_0x13b5fe[_0x79bef9(0x18f)],_0x5192d0),{'ok':!![],'data':{'id':_0x54c647['id'],'sqlCode':_0x54c647['sqlCode'],'sqlName':_0x54c647[_0x79bef9(0x199)],'dbId':_0x54c647[_0x79bef9(0x1ad)],'path':_0x151b69,'mode':_0x46e1cd},'message':'Created\x20SQL\x20query\x20'+_0x54c647[_0x79bef9(0x193)]};}};function a169_0x5740(){const _0x4f242d=['POST','lockFilePath','194277ASndRZ','21207jEfXdz','798505JQDNKV','sqlCode','适合带动态标签的\x20MyBatis\x20XML\x20SQL','dbId\x20不能为空','appCode','description','请选择目标数据库:','sqlName','</select>','24cGmVAR','sqls','普通\x20SQL(sql)','Target\x20database\x20ID','length','mode','SQL\x20query\x20display\x20name','number','76KxCMKp','create','Invalid\x20database\x20selection\x20payload:\x20','3268027CveXtr','请选择本地\x20SQL\x20模式:','sql','dbName','--db-id\x20is\x20required\x20in\x20non-interactive\x20mode.','nonInteractive','string','dbId','SQL\x20名称不能为空','flagMissing','Would\x20create\x20a\x20new\x20SQL\x20query\x20and\x20scaffold\x20it\x20under\x20','trim','请输入目标数据库\x20dbId:','isFinite','sqlRootDir','__manual__','dbId\x20必须为正整数','db-id','--name\x20is\x20required\x20in\x20non-interactive\x20mode.','\x20\x20SELECT\x201\x20AS\x20id','请输入\x20SQL\x20名称:','high-risk-write','MyBatis\x20XML(mybatisXml)','isInteger','1322242CvvsFl','stringify','join','catch','11837241bBoWqm','lastSync','File\x20already\x20exists:\x20','619944pEVhnL','name','Local\x20SQL\x20file\x20mode','<select\x20id=\x22query\x22\x20resultType=\x22map\x22>','toISOString','new','parse','str','Create\x20a\x20new\x20custom\x20SQL\x20and\x20scaffold\x20it\x20locally','mybatisXml','sqlRoot','validation'];a169_0x5740=function(){return _0x4f242d;};return a169_0x5740();}async function resolveSqlNewInputs(_0x13b2ff){const _0xb0bd71=await resolveSqlNameInput(_0x13b2ff),{dbId:_0x217895,dbName:_0x50902a}=await resolveDbSelection(_0x13b2ff),_0xd47ff9=await resolveSqlModeInput(_0x13b2ff);return{'sqlName':_0xb0bd71,'dbId':_0x217895,'dbName':_0x50902a,'mode':_0xd47ff9};}async function resolveSqlNameInput(_0x3b4bd8){const _0x57d58c=a169_0x5852f3,_0x57eb13=_0x3b4bd8[_0x57d58c(0x189)](_0x57d58c(0x183))[_0x57d58c(0x1b1)]();if(_0x57eb13)return _0x57eb13;if(_0x3b4bd8['nonInteractive'])throw CliErrors[_0x57d58c(0x1af)](_0x57d58c(0x183),_0x57d58c(0x175));return(await input({'message':_0x57d58c(0x177),'validate':_0x3ce2ec=>_0x3ce2ec[_0x57d58c(0x1b1)]()?!![]:_0x57d58c(0x1ae)}))['trim']();}async function resolveDbSelection(_0x43545f){const _0x4977f4=a169_0x5852f3,_0x487ee7=resolveProvidedDbId(_0x43545f);if(typeof _0x487ee7===_0x4977f4(0x1a2)&&Number[_0x4977f4(0x1b3)](_0x487ee7)&&_0x487ee7>0x0)return{'dbId':_0x487ee7,'dbName':await getDbName(_0x43545f[_0x4977f4(0x196)],_0x487ee7)[_0x4977f4(0x17e)](()=>undefined)};if(_0x43545f[_0x4977f4(0x1ab)])throw CliErrors['flagMissing'](_0x4977f4(0x174),_0x4977f4(0x1aa));const _0xdc44d3=await listDatabases(_0x43545f[_0x4977f4(0x196)])['catch'](()=>[]);if(_0xdc44d3[_0x4977f4(0x19f)]===0x1)return{'dbId':_0xdc44d3[0x0][_0x4977f4(0x1ad)],'dbName':_0xdc44d3[0x0]['dbName']};if(_0xdc44d3[_0x4977f4(0x19f)]>0x1){const _0x132ae6=await select({'message':_0x4977f4(0x198),'choices':[..._0xdc44d3['map'](_0x32397a=>({'name':_0x32397a[_0x4977f4(0x1a9)]+'\x20('+_0x32397a[_0x4977f4(0x1ad)]+')','value':serializeDbSelection(_0x32397a)})),{'name':'✎\x20手动输入\x20dbId','value':_0x4977f4(0x1b5)}]});if(_0x132ae6!==_0x4977f4(0x1b5))return deserializeDbSelection(_0x132ae6);}const _0x1fb5a9=await input({'message':_0x4977f4(0x1b2),'validate':_0xe5230a=>{const _0x724c79=_0x4977f4,_0x2a54b9=_0xe5230a[_0x724c79(0x1b1)]();if(!_0x2a54b9)return _0x724c79(0x195);const _0x194dda=Number(_0x2a54b9);if(!Number[_0x724c79(0x17a)](_0x194dda)||_0x194dda<=0x0)return _0x724c79(0x173);return!![];}});return{'dbId':Number(_0x1fb5a9[_0x4977f4(0x1b1)]())};}async function resolveSqlModeInput(_0xb1cc3e){const _0x16404c=a169_0x5852f3,_0x4555de=_0xb1cc3e[_0x16404c(0x189)](_0x16404c(0x1a0))[_0x16404c(0x1b1)]();if(_0x4555de===_0x16404c(0x1a8)||_0x4555de===_0x16404c(0x18b))return _0x4555de;if(_0xb1cc3e[_0x16404c(0x1ab)])throw CliErrors[_0x16404c(0x1af)](_0x16404c(0x1a0),'--mode\x20is\x20required\x20in\x20non-interactive\x20mode.');return await select({'message':_0x16404c(0x1a7),'choices':[{'name':_0x16404c(0x19d),'value':_0x16404c(0x1a8),'description':'适合直接执行的普通\x20SELECT\x20/\x20INSERT\x20/\x20UPDATE\x20/\x20DELETE\x20语句'},{'name':_0x16404c(0x179),'value':_0x16404c(0x18b),'description':_0x16404c(0x194)}]});}function serializeDbSelection(_0x3c2cfe){const _0x466618=a169_0x5852f3;return JSON[_0x466618(0x17c)]({'dbId':_0x3c2cfe[_0x466618(0x1ad)],'dbName':_0x3c2cfe[_0x466618(0x1a9)]});}function deserializeDbSelection(_0x1f7aae){const _0x36738c=a169_0x5852f3;try{const _0x102b96=JSON[_0x36738c(0x188)](_0x1f7aae);if(typeof _0x102b96[_0x36738c(0x1ad)]==='number'&&Number[_0x36738c(0x1b3)](_0x102b96['dbId']))return{'dbId':_0x102b96[_0x36738c(0x1ad)],'dbName':_0x102b96[_0x36738c(0x1a9)]};}catch{}throw CliErrors[_0x36738c(0x18d)](_0x36738c(0x1a5)+_0x1f7aae);}function resolveProvidedDbId(_0x2e61fd){const _0x162ba6=a169_0x5852f3,_0x23d41e=_0x2e61fd['flag'](_0x162ba6(0x174));if(typeof _0x23d41e===_0x162ba6(0x1a2)&&Number[_0x162ba6(0x1b3)](_0x23d41e))return _0x23d41e;return undefined;}
@@ -1 +1 @@
1
- const a168_0x3dd5b1=a168_0x2367;(function(_0x1301f6,_0x53f0a7){const _0x33adad=a168_0x2367,_0x11c3c8=_0x1301f6();while(!![]){try{const _0x58794c=-parseInt(_0x33adad(0xf6))/0x1+parseInt(_0x33adad(0x106))/0x2+-parseInt(_0x33adad(0x10d))/0x3*(-parseInt(_0x33adad(0x107))/0x4)+parseInt(_0x33adad(0x100))/0x5+-parseInt(_0x33adad(0x103))/0x6+-parseInt(_0x33adad(0x115))/0x7*(parseInt(_0x33adad(0xfa))/0x8)+parseInt(_0x33adad(0x110))/0x9*(parseInt(_0x33adad(0x10e))/0xa);if(_0x58794c===_0x53f0a7)break;else _0x11c3c8['push'](_0x11c3c8['shift']());}catch(_0x4438ba){_0x11c3c8['push'](_0x11c3c8['shift']());}}}(a168_0x14e7,0x34904));function a168_0x2367(_0x258e25,_0x3f78d1){_0x258e25=_0x258e25-0xf4;const _0x14e702=a168_0x14e7();let _0x2367c3=_0x14e702[_0x258e25];return _0x2367c3;}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';function a168_0x14e7(){const _0x43aaaf=['SQL\x20lock\x20file\x20not\x20found.','trashedTo','delete','106127zMXZDc','sqlRootDir','No\x20SQL\x20lock\x20entry\x20found\x20for\x20\x22','229724frwGvZ','filter','sql','sqlRoot','144gSEZpY','\x20(local\x20file\x20moved\x20to\x20trash)','remoteId','high-risk-write','Would\x20delete\x20SQL\x20','sqlcode','1236850QBGYSW','length','appCode','1834506hMYFHL','trashDir','SQL\x20lock\x20file\x20not\x20found.\x20Run\x20`rabetbase\x20sql\x20create`\x20or\x20`rabetbase\x20sql\x20pull`\x20first.','413904sffxzh','4xmkIqn','entries','lockFilePath','fromEntries','lastSync','Delete\x20a\x20SQL\x20query\x20from\x20remote\x20and\x20local','67899xVPoct','10arssKA','str','4920462vzDtPj','validation'];a168_0x14e7=function(){return _0x43aaaf;};return a168_0x14e7();}export const sqlDelete={'service':a168_0x3dd5b1(0xf8),'command':'delete','description':a168_0x3dd5b1(0x10c),'risk':a168_0x3dd5b1(0xfd),'flags':[SQLCODE_FLAG],async 'validate'(_0x483c4b){const _0x3ae1c5=a168_0x3dd5b1,_0x50f2fb=loadSqlProjectConfig(_0x483c4b[_0x3ae1c5(0x102)]),_0x2e2a14=await readSqlLockFile(_0x50f2fb[_0x3ae1c5(0x109)]);if(!_0x2e2a14)throw CliErrors[_0x3ae1c5(0x111)](_0x3ae1c5(0x105));},async 'dryRun'(_0x4b1814){const _0x2e3d4b=a168_0x3dd5b1,_0x55feeb=loadSqlProjectConfig(_0x4b1814[_0x2e3d4b(0x102)]),_0x458806=await readSqlLockFile(_0x55feeb[_0x2e3d4b(0x109)]);if(!_0x458806)throw CliErrors[_0x2e3d4b(0x111)]('SQL\x20lock\x20file\x20not\x20found.\x20Run\x20`rabetbase\x20sql\x20create`\x20or\x20`rabetbase\x20sql\x20pull`\x20first.');const {appLock:_0x1d9f57}=ensureSqlLockScope(_0x458806,_0x4b1814[_0x2e3d4b(0x102)],_0x55feeb[_0x2e3d4b(0xf9)],_0x2e3d4b(0x114)),_0x27c9f5=_0x4b1814[_0x2e3d4b(0x10f)]('sqlcode'),_0x58a1a1=_0x1d9f57['sqls'][_0x27c9f5];if(!_0x58a1a1)throw CliErrors[_0x2e3d4b(0x111)](_0x2e3d4b(0xf5)+_0x27c9f5+'\x22.');return{'method':'POST','url':'/smartapi/custom/deleteUserCustomSql','body':{'sqlCode':_0x27c9f5,'id':_0x58a1a1[_0x2e3d4b(0xfc)],'localPath':resolveLocalSqlFilePath(_0x55feeb,_0x27c9f5,_0x58a1a1)},'description':_0x2e3d4b(0xfe)+_0x27c9f5+'\x20from\x20remote\x20and\x20move\x20local\x20file\x20to\x20'+_0x55feeb[_0x2e3d4b(0x104)]};},async 'execute'(_0x2f79aa){const _0x5a586d=a168_0x3dd5b1,_0x4a38fa=loadSqlProjectConfig(_0x2f79aa['appCode']),_0x4a1d3f=await readSqlLockFile(_0x4a38fa[_0x5a586d(0x109)]);if(!_0x4a1d3f)throw CliErrors['validation'](_0x5a586d(0x112));const {lockData:_0x57bdc8,appLock:_0x32f5c9}=ensureSqlLockScope(_0x4a1d3f,_0x2f79aa[_0x5a586d(0x102)],_0x4a38fa[_0x5a586d(0xf9)],_0x5a586d(0x114)),_0x5b7897=_0x2f79aa['str'](_0x5a586d(0xff)),_0x3ac35a=_0x32f5c9['sqls'][_0x5b7897];if(!_0x3ac35a)throw CliErrors[_0x5a586d(0x111)](_0x5a586d(0xf5)+_0x5b7897+'\x22.');await deleteSqlQuery({'id':_0x3ac35a[_0x5a586d(0xfc)],'sqlCode':_0x5b7897}),_0x32f5c9['sqls']=Object[_0x5a586d(0x10a)](Object[_0x5a586d(0x108)](_0x32f5c9['sqls'])[_0x5a586d(0xf7)](([_0x49af5e])=>_0x49af5e!==_0x5b7897)),_0x32f5c9[_0x5a586d(0x10b)]=new Date()['toISOString'](),await writeSqlLockFile(_0x4a38fa[_0x5a586d(0x109)],_0x57bdc8);const _0x54481a=resolveLocalSqlFilePath(_0x4a38fa,_0x5b7897,_0x3ac35a);let _0x242f00;await fileExists(_0x54481a)&&(_0x242f00=await moveToTrash(_0x4a38fa['projectRoot'],_0x4a38fa[_0x5a586d(0x104)],_0x54481a),await cleanupEmptyDirectories(dirname(_0x54481a),_0x4a38fa[_0x5a586d(0xf4)]));const _0x5e829d={'deleted':_0x5b7897,'remoteId':_0x3ac35a[_0x5a586d(0xfc)]};if(_0x242f00)_0x5e829d[_0x5a586d(0x113)]=_0x242f00;return{'ok':!![],'data':_0x5e829d,'message':'Deleted\x20'+_0x5b7897+(_0x242f00?_0x5a586d(0xfb):'')};}};async function moveToTrash(_0x1baff7,_0x1e8289,_0x334bef){const _0x3370b8=new Date()['toISOString']()['replace'](/[:.]/g,'-'),_0x13f20c=relative(_0x1baff7,_0x334bef),_0x5745fb=join(_0x1e8289,_0x3370b8,_0x13f20c);return await mkdir(dirname(_0x5745fb),{'recursive':!![]}),await rename(_0x334bef,_0x5745fb),_0x5745fb;}async function cleanupEmptyDirectories(_0xd9cddc,_0x1f2e45){const _0x374303=a168_0x3dd5b1;let _0x58d3bd=resolve(_0xd9cddc);const _0x351b18=resolve(_0x1f2e45);while(_0x58d3bd['startsWith'](''+_0x351b18+sep)||_0x58d3bd===_0x351b18){if(_0x58d3bd===_0x351b18)return;try{const _0x2392c1=await readdir(_0x58d3bd);if(_0x2392c1[_0x374303(0x101)]>0x0)return;await rmdir(_0x58d3bd);}catch{return;}_0x58d3bd=dirname(_0x58d3bd);}}
1
+ const a170_0x59da92=a170_0x56a6;(function(_0x4352a6,_0x1db737){const _0x5382eb=a170_0x56a6,_0x220a2e=_0x4352a6();while(!![]){try{const _0x2831bd=parseInt(_0x5382eb(0x1b7))/0x1*(-parseInt(_0x5382eb(0x1d7))/0x2)+-parseInt(_0x5382eb(0x1d4))/0x3*(-parseInt(_0x5382eb(0x1ba))/0x4)+parseInt(_0x5382eb(0x1c2))/0x5+-parseInt(_0x5382eb(0x1b5))/0x6+-parseInt(_0x5382eb(0x1c9))/0x7+parseInt(_0x5382eb(0x1c4))/0x8+parseInt(_0x5382eb(0x1d6))/0x9*(parseInt(_0x5382eb(0x1b9))/0xa);if(_0x2831bd===_0x1db737)break;else _0x220a2e['push'](_0x220a2e['shift']());}catch(_0xb3437d){_0x220a2e['push'](_0x220a2e['shift']());}}}(a170_0x589a,0x327dd));import{mkdir,readdir,rename,rmdir}from'node:fs/promises';function a170_0x56a6(_0x15bee6,_0x3ee94f){_0x15bee6=_0x15bee6-0x1b4;const _0x589a6d=a170_0x589a();let _0x56a6a3=_0x589a6d[_0x15bee6];return _0x56a6a3;}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':a170_0x59da92(0x1b4),'command':a170_0x59da92(0x1be),'description':a170_0x59da92(0x1bf),'risk':a170_0x59da92(0x1d5),'flags':[SQLCODE_FLAG],async 'validate'(_0x2b5a31){const _0x263d3a=a170_0x59da92,_0x53e69a=loadSqlProjectConfig(_0x2b5a31[_0x263d3a(0x1ca)]),_0x5dc856=await readSqlLockFile(_0x53e69a[_0x263d3a(0x1d1)]);if(!_0x5dc856)throw CliErrors['validation']('SQL\x20lock\x20file\x20not\x20found.\x20Run\x20`rabetbase\x20sql\x20create`\x20or\x20`rabetbase\x20sql\x20pull`\x20first.');},async 'dryRun'(_0x1c4576){const _0x176f80=a170_0x59da92,_0x12dc8d=loadSqlProjectConfig(_0x1c4576[_0x176f80(0x1ca)]),_0x5af960=await readSqlLockFile(_0x12dc8d[_0x176f80(0x1d1)]);if(!_0x5af960)throw CliErrors['validation'](_0x176f80(0x1b8));const {appLock:_0xbba45f}=ensureSqlLockScope(_0x5af960,_0x1c4576[_0x176f80(0x1ca)],_0x12dc8d['sqlRoot'],_0x176f80(0x1be)),_0x2844ee=_0x1c4576[_0x176f80(0x1d2)](_0x176f80(0x1c3)),_0x431624=_0xbba45f['sqls'][_0x2844ee];if(!_0x431624)throw CliErrors[_0x176f80(0x1cf)](_0x176f80(0x1d3)+_0x2844ee+'\x22.');return{'method':_0x176f80(0x1c8),'url':'/smartapi/custom/deleteUserCustomSql','body':{'sqlCode':_0x2844ee,'id':_0x431624['remoteId'],'localPath':resolveLocalSqlFilePath(_0x12dc8d,_0x2844ee,_0x431624)},'description':_0x176f80(0x1c5)+_0x2844ee+'\x20from\x20remote\x20and\x20move\x20local\x20file\x20to\x20'+_0x12dc8d[_0x176f80(0x1d0)]};},async 'execute'(_0x1b6383){const _0xdf108c=a170_0x59da92,_0x48a6f8=loadSqlProjectConfig(_0x1b6383[_0xdf108c(0x1ca)]),_0x568c8e=await readSqlLockFile(_0x48a6f8[_0xdf108c(0x1d1)]);if(!_0x568c8e)throw CliErrors[_0xdf108c(0x1cf)](_0xdf108c(0x1d8));const {lockData:_0x4b6743,appLock:_0x135214}=ensureSqlLockScope(_0x568c8e,_0x1b6383[_0xdf108c(0x1ca)],_0x48a6f8['sqlRoot'],_0xdf108c(0x1be)),_0x48b204=_0x1b6383[_0xdf108c(0x1d2)](_0xdf108c(0x1c3)),_0x53bdfe=_0x135214[_0xdf108c(0x1c1)][_0x48b204];if(!_0x53bdfe)throw CliErrors[_0xdf108c(0x1cf)](_0xdf108c(0x1d3)+_0x48b204+'\x22.');await deleteSqlQuery({'id':_0x53bdfe[_0xdf108c(0x1b6)],'sqlCode':_0x48b204}),_0x135214[_0xdf108c(0x1c1)]=Object[_0xdf108c(0x1cd)](Object[_0xdf108c(0x1bd)](_0x135214['sqls'])[_0xdf108c(0x1cb)](([_0x203066])=>_0x203066!==_0x48b204)),_0x135214[_0xdf108c(0x1ce)]=new Date()['toISOString'](),await writeSqlLockFile(_0x48a6f8[_0xdf108c(0x1d1)],_0x4b6743);const _0x4b6145=resolveLocalSqlFilePath(_0x48a6f8,_0x48b204,_0x53bdfe);let _0x4b40bd;await fileExists(_0x4b6145)&&(_0x4b40bd=await moveToTrash(_0x48a6f8[_0xdf108c(0x1c7)],_0x48a6f8[_0xdf108c(0x1d0)],_0x4b6145),await cleanupEmptyDirectories(dirname(_0x4b6145),_0x48a6f8['sqlRootDir']));const _0x4b2663={'deleted':_0x48b204,'remoteId':_0x53bdfe[_0xdf108c(0x1b6)]};if(_0x4b40bd)_0x4b2663[_0xdf108c(0x1bb)]=_0x4b40bd;return{'ok':!![],'data':_0x4b2663,'message':_0xdf108c(0x1bc)+_0x48b204+(_0x4b40bd?_0xdf108c(0x1c0):'')};}};function a170_0x589a(){const _0x33a5b6=['lockFilePath','str','No\x20SQL\x20lock\x20entry\x20found\x20for\x20\x22','216966ojZhlk','high-risk-write','369kpRJcj','32ROHXco','SQL\x20lock\x20file\x20not\x20found.','sql','106848Iwufyz','remoteId','8914dvppkM','SQL\x20lock\x20file\x20not\x20found.\x20Run\x20`rabetbase\x20sql\x20create`\x20or\x20`rabetbase\x20sql\x20pull`\x20first.','12130zfvhJT','8RomktI','trashedTo','Deleted\x20','entries','delete','Delete\x20a\x20SQL\x20query\x20from\x20remote\x20and\x20local','\x20(local\x20file\x20moved\x20to\x20trash)','sqls','663115PKtlFH','sqlcode','2686184ewzqYR','Would\x20delete\x20SQL\x20','length','projectRoot','POST','2068696KigKYT','appCode','filter','toISOString','fromEntries','lastSync','validation','trashDir'];a170_0x589a=function(){return _0x33a5b6;};return a170_0x589a();}async function moveToTrash(_0x4477af,_0x1d16a2,_0x2ef182){const _0x106ff6=a170_0x59da92,_0x46478c=new Date()[_0x106ff6(0x1cc)]()['replace'](/[:.]/g,'-'),_0x304efd=relative(_0x4477af,_0x2ef182),_0x5ea24d=join(_0x1d16a2,_0x46478c,_0x304efd);return await mkdir(dirname(_0x5ea24d),{'recursive':!![]}),await rename(_0x2ef182,_0x5ea24d),_0x5ea24d;}async function cleanupEmptyDirectories(_0x205bf3,_0x7fda79){const _0x1c62b1=a170_0x59da92;let _0x39ff55=resolve(_0x205bf3);const _0x33ac86=resolve(_0x7fda79);while(_0x39ff55['startsWith'](''+_0x33ac86+sep)||_0x39ff55===_0x33ac86){if(_0x39ff55===_0x33ac86)return;try{const _0x3bd637=await readdir(_0x39ff55);if(_0x3bd637[_0x1c62b1(0x1c6)]>0x0)return;await rmdir(_0x39ff55);}catch{return;}_0x39ff55=dirname(_0x39ff55);}}
@@ -1 +1 @@
1
- const a169_0x683743=a169_0x59be;function a169_0x59be(_0x242dba,_0x137612){_0x242dba=_0x242dba-0x127;const _0xee7c52=a169_0xee7c();let _0x59be64=_0xee7c52[_0x242dba];return _0x59be64;}(function(_0x5d82a1,_0xe311a1){const _0x1c1240=a169_0x59be,_0x2642be=_0x5d82a1();while(!![]){try{const _0x46d2e6=-parseInt(_0x1c1240(0x12c))/0x1*(-parseInt(_0x1c1240(0x133))/0x2)+-parseInt(_0x1c1240(0x12a))/0x3*(parseInt(_0x1c1240(0x12d))/0x4)+-parseInt(_0x1c1240(0x135))/0x5*(-parseInt(_0x1c1240(0x137))/0x6)+-parseInt(_0x1c1240(0x128))/0x7*(-parseInt(_0x1c1240(0x12b))/0x8)+-parseInt(_0x1c1240(0x139))/0x9*(parseInt(_0x1c1240(0x12f))/0xa)+-parseInt(_0x1c1240(0x132))/0xb+parseInt(_0x1c1240(0x13a))/0xc;if(_0x46d2e6===_0xe311a1)break;else _0x2642be['push'](_0x2642be['shift']());}catch(_0x9e5cbd){_0x2642be['push'](_0x2642be['shift']());}}}(a169_0xee7c,0x3720c));import{getSqlQueryInfo}from'../../core/api-client.js';import{getDbName}from'../../core/db-resolver.js';function a169_0xee7c(){const _0x839b4=['2588LBlQXw','dbId','2697070WWkgFf','sqlName','sqlcode','4017442fFQPyN','8348RegEbU','detail','11885TUDCXf','bool','828itzClD','appCode','9dbAOyj','5436300bUyERP','verbose','sqlContent','5131IVuIjU','boolean','891nmUAQf','2648Sodfyu','7thiDia'];a169_0xee7c=function(){return _0x839b4;};return a169_0xee7c();}import{SQLCODE_FLAG}from'../../commands/common/flags.js';export const sqlDetail={'service':'sql','command':a169_0x683743(0x134),'description':'Get\x20custom\x20SQL\x20query\x20details\x20by\x20sqlCode','risk':'read','flags':[SQLCODE_FLAG,{'name':a169_0x683743(0x13b),'type':a169_0x683743(0x129),'description':'Return\x20full\x20raw\x20SQL\x20query\x20object'}],async 'execute'(_0xec1988){const _0x9fcb18=a169_0x683743,_0x3df3f7=await getSqlQueryInfo(_0xec1988[_0x9fcb18(0x138)],_0xec1988['str'](_0x9fcb18(0x131))),_0x323d20=_0xec1988[_0x9fcb18(0x136)](_0x9fcb18(0x13b));if(_0x323d20)return{'ok':!![],'data':_0x3df3f7};const _0x44477b=_0x3df3f7[_0x9fcb18(0x12e)]?await getDbName(_0xec1988['appCode'],_0x3df3f7[_0x9fcb18(0x12e)]):undefined;return{'ok':!![],'data':{'sqlCode':_0x3df3f7['sqlCode'],'sqlName':_0x3df3f7[_0x9fcb18(0x130)],'db':_0x44477b?_0x44477b+'\x20('+_0x3df3f7[_0x9fcb18(0x12e)]+')':_0x3df3f7[_0x9fcb18(0x12e)]??'','description':_0x3df3f7['description']??'','sqlContent':_0x3df3f7[_0x9fcb18(0x127)]??''}};}};
1
+ const a171_0x51169a=a171_0x1210;(function(_0x250ee5,_0x29e7b7){const _0x1b8281=a171_0x1210,_0x3656f=_0x250ee5();while(!![]){try{const _0x569e27=-parseInt(_0x1b8281(0xd9))/0x1*(-parseInt(_0x1b8281(0xd3))/0x2)+parseInt(_0x1b8281(0xd4))/0x3+parseInt(_0x1b8281(0xd7))/0x4*(parseInt(_0x1b8281(0xc5))/0x5)+-parseInt(_0x1b8281(0xd2))/0x6+-parseInt(_0x1b8281(0xd8))/0x7+-parseInt(_0x1b8281(0xc9))/0x8*(parseInt(_0x1b8281(0xcf))/0x9)+-parseInt(_0x1b8281(0xc8))/0xa*(-parseInt(_0x1b8281(0xdb))/0xb);if(_0x569e27===_0x29e7b7)break;else _0x3656f['push'](_0x3656f['shift']());}catch(_0xf18bc1){_0x3656f['push'](_0x3656f['shift']());}}}(a171_0x1cce,0xc5bed));import{getSqlQueryInfo}from'../../core/api-client.js';function a171_0x1cce(){const _0x52eb48=['569938EHMKos','1055898ltEIMQ','sqlName','sqlContent','328BYCPlD','7514115LrJjUl','2HtzQZW','Return\x20full\x20raw\x20SQL\x20query\x20object','15683041xGGQAH','sqlcode','boolean','79060BpFmLU','verbose','detail','10orfmqH','16rRSMeP','description','read','Get\x20custom\x20SQL\x20query\x20details\x20by\x20sqlCode','sql','bool','2799927lcrAvr','appCode','dbId','6831618YXdIDC'];a171_0x1cce=function(){return _0x52eb48;};return a171_0x1cce();}function a171_0x1210(_0x30a580,_0x2d7faf){_0x30a580=_0x30a580-0xc4;const _0x1cced2=a171_0x1cce();let _0x121024=_0x1cced2[_0x30a580];return _0x121024;}import{getDbName}from'../../core/db-resolver.js';import{SQLCODE_FLAG}from'../../commands/common/flags.js';export const sqlDetail={'service':a171_0x51169a(0xcd),'command':a171_0x51169a(0xc7),'description':a171_0x51169a(0xcc),'risk':a171_0x51169a(0xcb),'flags':[SQLCODE_FLAG,{'name':'verbose','type':a171_0x51169a(0xc4),'description':a171_0x51169a(0xda)}],async 'execute'(_0x15b5f9){const _0x26ced4=a171_0x51169a,_0x2d78c0=await getSqlQueryInfo(_0x15b5f9[_0x26ced4(0xd0)],_0x15b5f9['str'](_0x26ced4(0xdc))),_0x2e1bd0=_0x15b5f9[_0x26ced4(0xce)](_0x26ced4(0xc6));if(_0x2e1bd0)return{'ok':!![],'data':_0x2d78c0};const _0x53c7cc=_0x2d78c0[_0x26ced4(0xd1)]?await getDbName(_0x15b5f9[_0x26ced4(0xd0)],_0x2d78c0['dbId']):undefined;return{'ok':!![],'data':{'sqlCode':_0x2d78c0['sqlCode'],'sqlName':_0x2d78c0[_0x26ced4(0xd5)],'db':_0x53c7cc?_0x53c7cc+'\x20('+_0x2d78c0[_0x26ced4(0xd1)]+')':_0x2d78c0[_0x26ced4(0xd1)]??'','description':_0x2d78c0[_0x26ced4(0xca)]??'','sqlContent':_0x2d78c0[_0x26ced4(0xd6)]??''}};}};
@@ -1 +1 @@
1
- function a170_0x3ebb(){const _0x57e794=['read','14176eYseVJ','9567921TiwRVr','\x20row(s)\x20in\x20','execSuccess','235787OrMIad','42iDTPEK','str','9zEthWn','7233232cGAmSc','2097465zzvsbu','string','Returned\x20','145NCAnIg','18630720TRbrHw','SQL\x20execution\x20failed','sql','sqlcode','10qIkqvB','2afQdiK','Execute\x20a\x20custom\x20SQL\x20query\x20by\x20sqlCode','length','now','330701UrFOdV','appCode'];a170_0x3ebb=function(){return _0x57e794;};return a170_0x3ebb();}const a170_0x2a5aa9=a170_0x2d61;(function(_0x4c1725,_0x139a90){const _0x4d37fc=a170_0x2d61,_0x1317a9=_0x4c1725();while(!![]){try{const _0x25f537=-parseInt(_0x4d37fc(0x1b2))/0x1*(parseInt(_0x4d37fc(0x1c0))/0x2)+parseInt(_0x4d37fc(0x1b7))/0x3+parseInt(_0x4d37fc(0x1ae))/0x4*(-parseInt(_0x4d37fc(0x1ba))/0x5)+parseInt(_0x4d37fc(0x1b3))/0x6*(parseInt(_0x4d37fc(0x1ab))/0x7)+-parseInt(_0x4d37fc(0x1b6))/0x8*(parseInt(_0x4d37fc(0x1b5))/0x9)+-parseInt(_0x4d37fc(0x1bf))/0xa*(parseInt(_0x4d37fc(0x1af))/0xb)+parseInt(_0x4d37fc(0x1bb))/0xc;if(_0x25f537===_0x139a90)break;else _0x1317a9['push'](_0x1317a9['shift']());}catch(_0x5df7b1){_0x1317a9['push'](_0x1317a9['shift']());}}}(a170_0x3ebb,0x72b80));import{executeSql}from'../../core/api-client.js';function a170_0x2d61(_0x3fc880,_0x16b54f){_0x3fc880=_0x3fc880-0x1a9;const _0x3ebb17=a170_0x3ebb();let _0x2d61c9=_0x3ebb17[_0x3fc880];return _0x2d61c9;}import{SQLCODE_FLAG}from'../../commands/common/flags.js';import{parseJsonParams}from'../../utils/params.js';export const sqlExec={'service':a170_0x2a5aa9(0x1bd),'command':'exec','description':a170_0x2a5aa9(0x1c1),'risk':a170_0x2a5aa9(0x1ad),'flags':[SQLCODE_FLAG,{'name':'params','type':a170_0x2a5aa9(0x1b8),'description':'SQL\x20parameters\x20as\x20JSON\x20string\x20(e.g.\x20\x27{\x22key\x22:\x22value\x22}\x27)'}],async 'execute'(_0x33918e){const _0x4c1348=a170_0x2a5aa9,_0x5988f4=parseJsonParams(_0x33918e[_0x4c1348(0x1b4)]('params')),_0x5551ce=Date[_0x4c1348(0x1aa)](),_0x129078=await executeSql(_0x33918e[_0x4c1348(0x1ac)],_0x33918e[_0x4c1348(0x1b4)](_0x4c1348(0x1be)),_0x5988f4),_0x3bdbee=Date['now']()-_0x5551ce,_0x29f927=_0x129078?.['execResult']??_0x129078,_0x45ff0b=_0x129078?.[_0x4c1348(0x1b1)]??!![];if(!_0x45ff0b)return{'ok':![],'data':{'error':_0x129078?.['execError']||_0x4c1348(0x1bc),'elapsed':_0x3bdbee},'message':'SQL\x20execution\x20failed'};const _0x6a1aab=Array['isArray'](_0x29f927)?_0x29f927:[];return{'ok':!![],'data':{'rows':_0x6a1aab,'rowCount':_0x6a1aab[_0x4c1348(0x1a9)],'elapsed':_0x3bdbee},'message':_0x4c1348(0x1b9)+_0x6a1aab['length']+_0x4c1348(0x1b0)+_0x3bdbee+'ms'};}};
1
+ const a172_0x16ff1b=a172_0x1316;(function(_0x24e34b,_0x2aee7b){const _0x1fbc5c=a172_0x1316,_0x6b98f0=_0x24e34b();while(!![]){try{const _0x2dd82b=-parseInt(_0x1fbc5c(0x1ad))/0x1+-parseInt(_0x1fbc5c(0x1b2))/0x2*(-parseInt(_0x1fbc5c(0x1bc))/0x3)+-parseInt(_0x1fbc5c(0x1b8))/0x4+-parseInt(_0x1fbc5c(0x1b0))/0x5+-parseInt(_0x1fbc5c(0x1b1))/0x6+-parseInt(_0x1fbc5c(0x1ac))/0x7+parseInt(_0x1fbc5c(0x1ae))/0x8;if(_0x2dd82b===_0x2aee7b)break;else _0x6b98f0['push'](_0x6b98f0['shift']());}catch(_0x4d628f){_0x6b98f0['push'](_0x6b98f0['shift']());}}}(a172_0x51e6,0x9cb7a));function a172_0x1316(_0x319f4a,_0xb17737){_0x319f4a=_0x319f4a-0x1ac;const _0x51e6b0=a172_0x51e6();let _0x13165c=_0x51e6b0[_0x319f4a];return _0x13165c;}import{executeSql}from'../../core/api-client.js';function a172_0x51e6(){const _0x4971e6=['37560720BpAyCr','params','5609290GIbNiv','7169460uVrcKp','307478bluQqv','execError','SQL\x20execution\x20failed','execResult','appCode','str','3680868CREqfu','Execute\x20a\x20custom\x20SQL\x20query\x20by\x20sqlCode','sqlcode','exec','3OBhCtb','\x20row(s)\x20in\x20','length','now','SQL\x20parameters\x20as\x20JSON\x20string\x20(e.g.\x20\x27{\x22key\x22:\x22value\x22}\x27)','read','Returned\x20','string','1168622ugGvLm','802984AIjyOb'];a172_0x51e6=function(){return _0x4971e6;};return a172_0x51e6();}import{SQLCODE_FLAG}from'../../commands/common/flags.js';import{parseJsonParams}from'../../utils/params.js';export const sqlExec={'service':'sql','command':a172_0x16ff1b(0x1bb),'description':a172_0x16ff1b(0x1b9),'risk':a172_0x16ff1b(0x1c1),'flags':[SQLCODE_FLAG,{'name':a172_0x16ff1b(0x1af),'type':a172_0x16ff1b(0x1c3),'description':a172_0x16ff1b(0x1c0)}],async 'execute'(_0x12ef0e){const _0x59a1e0=a172_0x16ff1b,_0x5e95ab=parseJsonParams(_0x12ef0e['str'](_0x59a1e0(0x1af))),_0x561bc2=Date[_0x59a1e0(0x1bf)](),_0x832a7a=await executeSql(_0x12ef0e[_0x59a1e0(0x1b6)],_0x12ef0e[_0x59a1e0(0x1b7)](_0x59a1e0(0x1ba)),_0x5e95ab),_0x12516e=Date[_0x59a1e0(0x1bf)]()-_0x561bc2,_0xbaf5bc=_0x832a7a?.[_0x59a1e0(0x1b5)]??_0x832a7a,_0x1d17b9=_0x832a7a?.['execSuccess']??!![];if(!_0x1d17b9)return{'ok':![],'data':{'error':_0x832a7a?.[_0x59a1e0(0x1b3)]||_0x59a1e0(0x1b4),'elapsed':_0x12516e},'message':_0x59a1e0(0x1b4)};const _0x1057ad=Array['isArray'](_0xbaf5bc)?_0xbaf5bc:[];return{'ok':!![],'data':{'rows':_0x1057ad,'rowCount':_0x1057ad[_0x59a1e0(0x1be)],'elapsed':_0x12516e},'message':_0x59a1e0(0x1c2)+_0x1057ad['length']+_0x59a1e0(0x1bd)+_0x12516e+'ms'};}};
@@ -1 +1 @@
1
- (function(_0x3afebd,_0x1968f6){const _0x31253d=a171_0x5c2c,_0x5f7fd9=_0x3afebd();while(!![]){try{const _0x527dd6=parseInt(_0x31253d(0x10b))/0x1+-parseInt(_0x31253d(0x105))/0x2+parseInt(_0x31253d(0x10a))/0x3*(parseInt(_0x31253d(0x107))/0x4)+-parseInt(_0x31253d(0x109))/0x5*(-parseInt(_0x31253d(0x108))/0x6)+parseInt(_0x31253d(0x106))/0x7*(parseInt(_0x31253d(0x103))/0x8)+-parseInt(_0x31253d(0x10c))/0x9+-parseInt(_0x31253d(0x104))/0xa;if(_0x527dd6===_0x1968f6)break;else _0x5f7fd9['push'](_0x5f7fd9['shift']());}catch(_0x285002){_0x5f7fd9['push'](_0x5f7fd9['shift']());}}}(a171_0x13ce,0xc4139));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';function a171_0x5c2c(_0x35e794,_0x3e1004){_0x35e794=_0x35e794-0x103;const _0x13ce2f=a171_0x13ce();let _0x5c2c72=_0x13ce2f[_0x35e794];return _0x5c2c72;}import{sqlPull}from'../../commands/sql/pull.js';import{sqlCreate}from'../../commands/sql/create.js';import{sqlStatus}from'../../commands/sql/status.js';import{sqlPush}from'../../commands/sql/push.js';function a171_0x13ce(){const _0x5b0f9c=['65ZMEzvj','4371897Rhtamq','494724FcmnDZ','7958511lJdREf','8eMYsOE','808280KxTtRu','2352276uCbiCF','3940909upicxV','4xAZGMT','198168TjWsZO'];a171_0x13ce=function(){return _0x5b0f9c;};return a171_0x13ce();}import{sqlDelete}from'../../commands/sql/delete.js';export const sqlDefinitions=[sqlList,sqlDetail,sqlStatus,sqlCreate,sqlPush,sqlValidate,sqlSave,sqlExec,sqlPull,sqlDelete];
1
+ function a173_0x3ecf(){const _0x27a873=['914487EzCGtG','307465PUIDkX','1016706ndIdBs','130PeUKXs','1127vguaze','12geLxCr','13008fbStvS','783175oOnBPz','2Pfxsfo','130728CGSXTd','1837BFSwAV','291348HzbHqL'];a173_0x3ecf=function(){return _0x27a873;};return a173_0x3ecf();}(function(_0x43f879,_0x558849){const _0x2de5ea=a173_0x3ae9,_0x41a2ae=_0x43f879();while(!![]){try{const _0x511112=parseInt(_0x2de5ea(0x14e))/0x1*(-parseInt(_0x2de5ea(0x155))/0x2)+-parseInt(_0x2de5ea(0x14d))/0x3+parseInt(_0x2de5ea(0x152))/0x4*(-parseInt(_0x2de5ea(0x154))/0x5)+-parseInt(_0x2de5ea(0x14f))/0x6+parseInt(_0x2de5ea(0x151))/0x7*(parseInt(_0x2de5ea(0x153))/0x8)+-parseInt(_0x2de5ea(0x158))/0x9*(parseInt(_0x2de5ea(0x150))/0xa)+-parseInt(_0x2de5ea(0x157))/0xb*(-parseInt(_0x2de5ea(0x156))/0xc);if(_0x511112===_0x558849)break;else _0x41a2ae['push'](_0x41a2ae['shift']());}catch(_0x1beaa6){_0x41a2ae['push'](_0x41a2ae['shift']());}}}(a173_0x3ecf,0x63c16));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';import{sqlPush}from'../../commands/sql/push.js';import{sqlDelete}from'../../commands/sql/delete.js';function a173_0x3ae9(_0x516b5b,_0x35bf50){_0x516b5b=_0x516b5b-0x14d;const _0x3ecf3b=a173_0x3ecf();let _0x3ae98c=_0x3ecf3b[_0x516b5b];return _0x3ae98c;}export const sqlDefinitions=[sqlList,sqlDetail,sqlStatus,sqlCreate,sqlPush,sqlValidate,sqlSave,sqlExec,sqlPull,sqlDelete];
@@ -1 +1 @@
1
- const a172_0x189c49=a172_0x1b06;(function(_0x19ddcf,_0x46ad1b){const _0xe08909=a172_0x1b06,_0x19ef9d=_0x19ddcf();while(!![]){try{const _0x5c35ab=parseInt(_0xe08909(0x1b1))/0x1*(parseInt(_0xe08909(0x1a7))/0x2)+-parseInt(_0xe08909(0x1a0))/0x3*(parseInt(_0xe08909(0x192))/0x4)+parseInt(_0xe08909(0x19e))/0x5+parseInt(_0xe08909(0x18f))/0x6*(-parseInt(_0xe08909(0x1b0))/0x7)+-parseInt(_0xe08909(0x1a2))/0x8*(parseInt(_0xe08909(0x19d))/0x9)+-parseInt(_0xe08909(0x1ad))/0xa*(-parseInt(_0xe08909(0x1ae))/0xb)+parseInt(_0xe08909(0x1a8))/0xc*(parseInt(_0xe08909(0x19b))/0xd);if(_0x5c35ab===_0x46ad1b)break;else _0x19ef9d['push'](_0x19ef9d['shift']());}catch(_0x25c8ed){_0x19ef9d['push'](_0x19ef9d['shift']());}}}(a172_0x4ba9,0x557e4));import{listSqlQueries}from'../../core/api-client.js';import{getDbName}from'../../core/db-resolver.js';function a172_0x1b06(_0x3e9084,_0x229c61){_0x3e9084=_0x3e9084-0x18e;const _0x4ba91f=a172_0x4ba9();let _0x1b060b=_0x4ba91f[_0x3e9084];return _0x1b060b;}import{SQLCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';export const sqlList={'service':a172_0x189c49(0x1b3),'command':a172_0x189c49(0x1b4),'description':a172_0x189c49(0x193),'risk':'read','flags':[SQLCODE_FLAG_OPTIONAL,{'name':a172_0x189c49(0x191),'type':'string','description':a172_0x189c49(0x195)},{'name':'page','type':a172_0x189c49(0x1a9),'description':a172_0x189c49(0x1a3),'default':0x1},{'name':a172_0x189c49(0x194),'type':a172_0x189c49(0x1a9),'description':'Page\x20size'},{'name':a172_0x189c49(0x196),'type':a172_0x189c49(0x1ac),'description':'Return\x20full\x20SQL\x20query\x20objects\x20including\x20parameters\x20and\x20SQL\x20content'}],async 'execute'(_0x990cb1){const _0x40511b=a172_0x189c49,_0x2d695f=await listSqlQueries(_0x990cb1[_0x40511b(0x1a4)],{'sqlCode':_0x990cb1['str'](_0x40511b(0x1aa))||undefined,'sqlName':_0x990cb1[_0x40511b(0x1af)](_0x40511b(0x191))||undefined,'currentPage':_0x990cb1['num'](_0x40511b(0x197)),'pageSize':_0x990cb1[_0x40511b(0x18e)](_0x40511b(0x194),0x32)}),_0x4db54e=_0x990cb1[_0x40511b(0x19c)](_0x40511b(0x196)),_0xb63f89=_0x2d695f[_0x40511b(0x19f)]??[],_0x59855c=_0x2d695f[_0x40511b(0x19a)]?.[_0x40511b(0x199)]??_0xb63f89['length'];let _0x147e76;return _0x4db54e?_0x147e76=_0xb63f89:_0x147e76=await Promise['all'](_0xb63f89['map'](async _0xefebaf=>{const _0x1ac942=_0x40511b;let _0x1d3fe6;try{_0x1d3fe6=_0xefebaf[_0x1ac942(0x190)]?await getDbName(_0x990cb1['appCode'],_0xefebaf['dbId']):undefined;}catch{}return{'sqlCode':_0xefebaf[_0x1ac942(0x1a1)],'sqlName':_0xefebaf[_0x1ac942(0x198)],'description':_0xefebaf[_0x1ac942(0x1a6)]??'','db':_0x1d3fe6?_0x1d3fe6+'\x20('+_0xefebaf[_0x1ac942(0x190)]+')':_0xefebaf[_0x1ac942(0x190)]??''};})),{'ok':!![],'data':_0x147e76,'message':_0xb63f89[_0x40511b(0x1b2)]===0x0?_0x40511b(0x1a5):'Found\x20'+_0xb63f89[_0x40511b(0x1b2)]+_0x40511b(0x1ab)+_0x59855c+').'};}};function a172_0x4ba9(){const _0x2e86c6=['sqlCode','4362488erYWFA','Page\x20number','appCode','No\x20custom\x20SQL\x20queries\x20found.','description','58150Tdwxaq','1596cPPtWv','number','sqlcode','\x20SQL\x20queries\x20(total:\x20','boolean','10ZayePZ','182083JZUXuE','str','406lmGLLe','21xbLcOi','length','sql','list','num','9426fgmqqP','dbId','name','652wnRgEp','List\x20custom\x20SQL\x20queries','pagesize','Filter\x20by\x20SQL\x20name','verbose','page','sqlName','totalCount','paging','34437FYzjLl','bool','9ZbDJQM','387085CvPRhP','tableData','1293SfQVnt'];a172_0x4ba9=function(){return _0x2e86c6;};return a172_0x4ba9();}
1
+ function a174_0x1059(_0x2b9a44,_0x124eb0){_0x2b9a44=_0x2b9a44-0xe7;const _0x2e4a60=a174_0x2e4a();let _0x1059cb=_0x2e4a60[_0x2b9a44];return _0x1059cb;}const a174_0x4493a7=a174_0x1059;(function(_0x1de19d,_0x1ff722){const _0x15c8bb=a174_0x1059,_0x49e668=_0x1de19d();while(!![]){try{const _0xeacc62=-parseInt(_0x15c8bb(0xeb))/0x1+parseInt(_0x15c8bb(0xec))/0x2+-parseInt(_0x15c8bb(0x104))/0x3*(parseInt(_0x15c8bb(0xf5))/0x4)+parseInt(_0x15c8bb(0xef))/0x5*(parseInt(_0x15c8bb(0xfa))/0x6)+parseInt(_0x15c8bb(0xe8))/0x7*(-parseInt(_0x15c8bb(0xf3))/0x8)+-parseInt(_0x15c8bb(0x108))/0x9*(parseInt(_0x15c8bb(0x101))/0xa)+-parseInt(_0x15c8bb(0x10b))/0xb*(-parseInt(_0x15c8bb(0x106))/0xc);if(_0xeacc62===_0x1ff722)break;else _0x49e668['push'](_0x49e668['shift']());}catch(_0x19bca3){_0x49e668['push'](_0x49e668['shift']());}}}(a174_0x2e4a,0x9ff84));function a174_0x2e4a(){const _0xbd615c=['all','pagesize','21455jWIcCh','num','dbId','Page\x20size','3991896tCEpVK','list','24Kyptio','No\x20custom\x20SQL\x20queries\x20found.','Page\x20number','sqlName','verbose','6zSIEWq','boolean','read','Found\x20','totalCount','bool','tableData','530CiqmzZ','length','appCode','229689SogJSs','List\x20custom\x20SQL\x20queries','29872488zskTse','number','78453xMGRDu','paging','name','11slJhAK','sqlcode','14JQHHxA','sql','str','1125159pfcYSc','2412166AFMQvy'];a174_0x2e4a=function(){return _0xbd615c;};return a174_0x2e4a();}import{listSqlQueries}from'../../core/api-client.js';import{getDbName}from'../../core/db-resolver.js';import{SQLCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';export const sqlList={'service':a174_0x4493a7(0xe9),'command':a174_0x4493a7(0xf4),'description':a174_0x4493a7(0x105),'risk':a174_0x4493a7(0xfc),'flags':[SQLCODE_FLAG_OPTIONAL,{'name':'name','type':'string','description':'Filter\x20by\x20SQL\x20name'},{'name':'page','type':a174_0x4493a7(0x107),'description':a174_0x4493a7(0xf7),'default':0x1},{'name':a174_0x4493a7(0xee),'type':'number','description':a174_0x4493a7(0xf2)},{'name':a174_0x4493a7(0xf9),'type':a174_0x4493a7(0xfb),'description':'Return\x20full\x20SQL\x20query\x20objects\x20including\x20parameters\x20and\x20SQL\x20content'}],async 'execute'(_0x1adb62){const _0x22d795=a174_0x4493a7,_0x360e95=await listSqlQueries(_0x1adb62['appCode'],{'sqlCode':_0x1adb62['str'](_0x22d795(0xe7))||undefined,'sqlName':_0x1adb62[_0x22d795(0xea)](_0x22d795(0x10a))||undefined,'currentPage':_0x1adb62[_0x22d795(0xf0)]('page'),'pageSize':_0x1adb62[_0x22d795(0xf0)]('pagesize',0x32)}),_0x5edafd=_0x1adb62[_0x22d795(0xff)](_0x22d795(0xf9)),_0x267531=_0x360e95[_0x22d795(0x100)]??[],_0x3f957a=_0x360e95[_0x22d795(0x109)]?.[_0x22d795(0xfe)]??_0x267531[_0x22d795(0x102)];let _0x197001;return _0x5edafd?_0x197001=_0x267531:_0x197001=await Promise[_0x22d795(0xed)](_0x267531['map'](async _0x3955aa=>{const _0x37503a=_0x22d795;let _0x5e6b43;try{_0x5e6b43=_0x3955aa[_0x37503a(0xf1)]?await getDbName(_0x1adb62[_0x37503a(0x103)],_0x3955aa[_0x37503a(0xf1)]):undefined;}catch{}return{'sqlCode':_0x3955aa['sqlCode'],'sqlName':_0x3955aa[_0x37503a(0xf8)],'description':_0x3955aa['description']??'','db':_0x5e6b43?_0x5e6b43+'\x20('+_0x3955aa[_0x37503a(0xf1)]+')':_0x3955aa[_0x37503a(0xf1)]??''};})),{'ok':!![],'data':_0x197001,'message':_0x267531[_0x22d795(0x102)]===0x0?_0x22d795(0xf6):_0x22d795(0xfd)+_0x267531['length']+'\x20SQL\x20queries\x20(total:\x20'+_0x3f957a+').'};}};
@@ -1 +1 @@
1
- const a173_0x54d893=a173_0x9e74;(function(_0x5ae218,_0x39c93e){const _0x17f031=a173_0x9e74,_0x12d82f=_0x5ae218();while(!![]){try{const _0x273006=parseInt(_0x17f031(0x1cb))/0x1*(-parseInt(_0x17f031(0x1d5))/0x2)+parseInt(_0x17f031(0x1ce))/0x3+-parseInt(_0x17f031(0x1e1))/0x4*(parseInt(_0x17f031(0x1af))/0x5)+parseInt(_0x17f031(0x1d9))/0x6*(parseInt(_0x17f031(0x1b5))/0x7)+parseInt(_0x17f031(0x1db))/0x8+-parseInt(_0x17f031(0x1d4))/0x9*(-parseInt(_0x17f031(0x1d2))/0xa)+-parseInt(_0x17f031(0x1de))/0xb;if(_0x273006===_0x39c93e)break;else _0x12d82f['push'](_0x12d82f['shift']());}catch(_0x21403b){_0x12d82f['push'](_0x12d82f['shift']());}}}(a173_0x1b3a,0xc695a));import{readFile,rm,writeFile}from'node:fs/promises';import{join}from'node:path';import{getSqlQueryDetail,listSqlQueries}from'../../core/api-client.js';import{ensureParentDirectory,fileExists}from'../../core/bff/file-system.js';function a173_0x9e74(_0x547e8f,_0x322674){_0x547e8f=_0x547e8f-0x1aa;const _0x1b3a11=a173_0x1b3a();let _0x9e74c5=_0x1b3a11[_0x547e8f];return _0x9e74c5;}import{getDbName}from'../../core/db-resolver.js';import{loadSqlProjectConfig}from'../../core/sql-sync/config.js';import{computeSqlContentHash}from'../../core/sql-sync/hash.js';import{createEmptySqlLock,ensureSqlLockScope,readSqlLockFile,writeSqlLockFile}from'../../core/sql-sync/lock.js';import{resolveLocalSqlFilePath}from'../../core/sql-sync/file-system.js';import{CliErrors}from'../../errors.js';import{SQLCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{buildLocalSqlFileContent,buildSqlLockEntry,cloneSqlLockData,confirmForceOverwrite,ensureRemoteSqlContent,stripLocalSqlMetadata}from'./shared.js';const PAGE_SIZE=0x64;async function fetchAllSqlQueries(_0x3cadc8,_0x5c0dcc){const _0x334f19=a173_0x9e74,_0x3b67ae=[];let _0x14d0f8=0x1;while(!![]){const _0x35f5a6=await listSqlQueries(_0x3cadc8,{'currentPage':_0x14d0f8,'pageSize':PAGE_SIZE,'sqlCode':_0x5c0dcc['sqlCode'],'sqlName':_0x5c0dcc['sqlName']}),_0x3c2d38=_0x35f5a6[_0x334f19(0x1d3)]??[];_0x3b67ae['push'](..._0x3c2d38);if(_0x3c2d38[_0x334f19(0x1c6)]===0x0)break;const _0x3151cf=_0x35f5a6[_0x334f19(0x1d8)]?.[_0x334f19(0x1ad)];if(_0x3151cf!=null?_0x3b67ae[_0x334f19(0x1c6)]>=_0x3151cf:_0x3c2d38[_0x334f19(0x1c6)]<PAGE_SIZE)break;_0x14d0f8++;}return _0x3b67ae;}async function ensureSqlContent(_0x429013){const _0x17ae53=a173_0x9e74;if(_0x429013[_0x17ae53(0x1c7)]!=null&&String(_0x429013['sqlContent'])[_0x17ae53(0x1c6)]>0x0)return _0x429013;return getSqlQueryDetail(_0x429013[_0x17ae53(0x1dc)]);}export const sqlPull={'service':a173_0x54d893(0x1b1),'command':a173_0x54d893(0x1bd),'description':a173_0x54d893(0x1ab),'risk':a173_0x54d893(0x1c9),'flags':[SQLCODE_FLAG_OPTIONAL,{'name':'name','type':'string','description':a173_0x54d893(0x1df)},{'name':a173_0x54d893(0x1d0),'type':'boolean','description':a173_0x54d893(0x1be)}],async 'dryRun'(_0x4924c1){const _0x240f61=a173_0x54d893,_0x235e92=loadSqlProjectConfig(_0x4924c1[_0x240f61(0x1d1)]),_0x171d7a=await readSqlLockFile(_0x235e92[_0x240f61(0x1cf)]),{appLock:_0x56f9c7}=ensureSqlLockScope(_0x171d7a??createEmptySqlLock(),_0x235e92['appCode'],_0x235e92[_0x240f61(0x1c5)],_0x240f61(0x1bd)),_0x11fe2e=await fetchAllSqlQueries(_0x4924c1['appCode'],{'sqlCode':_0x4924c1['str'](_0x240f61(0x1bc))||undefined,'sqlName':_0x4924c1[_0x240f61(0x1dd)](_0x240f61(0x1b4))||undefined}),_0x1cb0c4=[];for(const _0x29055d of _0x11fe2e){const _0x111016=await ensureSqlContent(_0x29055d),_0x14875c=ensureRemoteSqlContent(_0x111016),_0x36eee1=detectModeFromSql(_0x111016),_0x2fcf25=_0x111016['dbId']?await getDbName(_0x4924c1['appCode'],Number(_0x111016[_0x240f61(0x1cd)]))[_0x240f61(0x1c2)](()=>undefined):undefined,_0x1f6544=buildLocalSqlFileContent({'sqlCode':_0x111016[_0x240f61(0x1dc)],'sqlName':_0x111016[_0x240f61(0x1aa)],'dbId':_0x111016['dbId']},_0x14875c,{'dbName':_0x2fcf25,'mode':_0x36eee1,'syncedAt':new Date()[_0x240f61(0x1c4)](),'description':_0x111016['description']}),_0xbe7da5=buildSqlLockEntry(_0x111016,_0x14875c,'',{'dbName':_0x2fcf25}),_0x5629ef=resolveLocalSqlFilePath(_0x235e92,_0x111016[_0x240f61(0x1dc)],_0xbe7da5);let _0x5af5d0=_0x240f61(0x1da),_0x3332f6;if(await fileExists(_0x5629ef)){const _0x2c4470=await readFile(_0x5629ef,'utf8');isEquivalentPulledSqlFile(_0x2c4470,_0x1f6544,_0x36eee1)?(_0x5af5d0='skipped',_0x3332f6=_0x240f61(0x1ca)):(_0x5af5d0='conflict',_0x3332f6=_0x240f61(0x1ba));}_0x1cb0c4['push']({'sqlCode':_0x111016[_0x240f61(0x1dc)],'sqlName':_0x111016[_0x240f61(0x1aa)],'filePath':_0x5629ef,'status':_0x5af5d0,'reason':_0x3332f6});}return{'method':'POST','url':_0x240f61(0x1e0),'body':{'appCode':_0x4924c1[_0x240f61(0x1d1)],'sqlCode':_0x4924c1[_0x240f61(0x1dd)]('sqlcode')||null,'sqlName':_0x4924c1[_0x240f61(0x1dd)]('name')||null,'files':_0x1cb0c4},'description':_0x240f61(0x1c0)+_0x1cb0c4['length']+_0x240f61(0x1cc)+_0x235e92['sqlRootDir']};},async 'execute'(_0x563eb4){const _0x1abd21=a173_0x54d893,_0x1f94e3=loadSqlProjectConfig(_0x563eb4['appCode']),_0x5efbb0=await readSqlLockFile(_0x1f94e3['lockFilePath']),{lockData:_0x4f9000,appLock:_0xf1b447}=ensureSqlLockScope(_0x5efbb0??createEmptySqlLock(),_0x1f94e3['appCode'],_0x1f94e3[_0x1abd21(0x1c5)],'pull'),_0x4d0372=_0x563eb4[_0x1abd21(0x1c8)](_0x1abd21(0x1d0)),_0x1f6bdb=await fetchAllSqlQueries(_0x563eb4['appCode'],{'sqlCode':_0x563eb4[_0x1abd21(0x1dd)](_0x1abd21(0x1bc))||undefined,'sqlName':_0x563eb4['str']('name')||undefined});if(_0x1f6bdb[_0x1abd21(0x1c6)]===0x0)return{'ok':!![],'data':{'pulled':[],'skipped':[],'failed':[]},'message':_0x1abd21(0x1b9)};const _0x2b7cfc=[],_0x1d630c=[];for(const _0x124d8d of _0x1f6bdb){try{_0x2b7cfc[_0x1abd21(0x1b7)](await ensureSqlContent(_0x124d8d));}catch(_0x3d1646){_0x1d630c[_0x1abd21(0x1b7)]({'sqlCode':_0x124d8d[_0x1abd21(0x1dc)],'error':_0x3d1646 instanceof Error?_0x3d1646['message']:String(_0x3d1646)});}}if(_0x4d0372&&!_0x563eb4[_0x1abd21(0x1e2)]){let _0x1f8f8b=![];for(const _0x1dca5e of _0x2b7cfc){const _0x43283b=detectModeFromSql(_0x1dca5e),_0x33ba01=_0x1dca5e[_0x1abd21(0x1cd)]?await getDbName(_0x563eb4['appCode'],Number(_0x1dca5e[_0x1abd21(0x1cd)]))['catch'](()=>undefined):undefined,_0x3e478c=buildLocalSqlFileContent({'sqlCode':_0x1dca5e['sqlCode'],'sqlName':_0x1dca5e[_0x1abd21(0x1aa)],'dbId':_0x1dca5e['dbId']},ensureRemoteSqlContent(_0x1dca5e),{'dbName':_0x33ba01,'mode':_0x43283b,'syncedAt':new Date()['toISOString'](),'description':_0x1dca5e[_0x1abd21(0x1b6)]}),_0x26ed75=resolveLocalSqlFilePath(_0x1f94e3,_0x1dca5e[_0x1abd21(0x1dc)],buildSqlLockEntry(_0x1dca5e,ensureRemoteSqlContent(_0x1dca5e),'',{'dbName':_0x33ba01}));if(await fileExists(_0x26ed75)){const _0x420b76=await readFile(_0x26ed75,_0x1abd21(0x1d6));if(!isEquivalentPulledSqlFile(_0x420b76,_0x3e478c,_0x43283b)){_0x1f8f8b=!![];break;}}}if(_0x1f8f8b){const _0x3c9c0b=await confirmForceOverwrite(_0x1abd21(0x1bf));if(!_0x3c9c0b)throw CliErrors['cancelled']('Force\x20pull\x20cancelled.');}}const _0x2a5aaf=cloneSqlLockData(_0x4f9000),_0x2618cd=_0x2a5aaf[_0x1abd21(0x1ac)][_0x1f94e3[_0x1abd21(0x1d1)]],_0x201edf=[],_0x306dd9=[];for(const _0x33bbb1 of _0x2b7cfc){const _0x9f8828=_0x2618cd[_0x1abd21(0x1ae)][_0x33bbb1[_0x1abd21(0x1dc)]],_0x24bc77=ensureRemoteSqlContent(_0x33bbb1),_0x2ed319=detectModeFromSql(_0x33bbb1),_0x54a104=_0x33bbb1[_0x1abd21(0x1cd)]?await getDbName(_0x563eb4[_0x1abd21(0x1d1)],Number(_0x33bbb1[_0x1abd21(0x1cd)]))[_0x1abd21(0x1c2)](()=>undefined):undefined,_0x3acecc=buildLocalSqlFileContent({'sqlCode':_0x33bbb1['sqlCode'],'sqlName':_0x33bbb1[_0x1abd21(0x1aa)],'dbId':_0x33bbb1[_0x1abd21(0x1cd)]},_0x24bc77,{'dbName':_0x54a104,'mode':_0x2ed319,'syncedAt':new Date()[_0x1abd21(0x1c4)](),'description':_0x33bbb1['description']}),_0x50a6fe=buildSqlLockEntry(_0x33bbb1,_0x24bc77,computeSqlContentHash(_0x3acecc),{'dbName':_0x54a104}),_0x318600=_0x50a6fe['path'],_0x442e57=join(_0x1f94e3['sqlRootDir'],_0x318600);try{if(await fileExists(_0x442e57)){const _0x3cc63c=await readFile(_0x442e57,'utf8');if(isEquivalentPulledSqlFile(_0x3cc63c,_0x3acecc,_0x2ed319)){_0x306dd9['push']({'sqlCode':_0x33bbb1[_0x1abd21(0x1dc)],'reason':_0x1abd21(0x1ca)}),_0x2618cd[_0x1abd21(0x1ae)][_0x33bbb1['sqlCode']]={..._0x50a6fe,'hash':computeSqlContentHash(_0x3cc63c),'path':_0x318600};continue;}if(!_0x4d0372){_0x306dd9[_0x1abd21(0x1b7)]({'sqlCode':_0x33bbb1[_0x1abd21(0x1dc)],'reason':_0x1abd21(0x1b3)});continue;}}const _0x4f425d=_0x9f8828?.[_0x1abd21(0x1b0)]?join(_0x1f94e3[_0x1abd21(0x1b2)],_0x9f8828[_0x1abd21(0x1b0)]):undefined;_0x4f425d&&_0x4f425d!==_0x442e57&&await fileExists(_0x4f425d)&&await rm(_0x4f425d,{'force':!![]}),await ensureParentDirectory(_0x442e57),await writeFile(_0x442e57,_0x3acecc,'utf8'),_0x2618cd[_0x1abd21(0x1ae)][_0x33bbb1['sqlCode']]={..._0x50a6fe,'path':_0x318600},_0x201edf[_0x1abd21(0x1b7)]({'sqlCode':_0x33bbb1['sqlCode'],'filePath':_0x442e57});}catch(_0x3d798f){_0x1d630c['push']({'sqlCode':_0x33bbb1[_0x1abd21(0x1dc)],'error':_0x3d798f instanceof Error?_0x3d798f['message']:String(_0x3d798f)});}}return _0x2618cd['lastSync']=new Date()['toISOString'](),await writeSqlLockFile(_0x1f94e3[_0x1abd21(0x1cf)],_0x2a5aaf),{'ok':_0x1d630c[_0x1abd21(0x1c6)]===0x0,'data':{'pulled':_0x201edf,'skipped':_0x306dd9,'failed':_0x1d630c},'message':'Pull\x20complete:\x20'+_0x201edf[_0x1abd21(0x1c6)]+'\x20written,\x20'+_0x306dd9['length']+_0x1abd21(0x1d7)+_0x1d630c[_0x1abd21(0x1c6)]+'\x20failed'};}};function a173_0x1b3a(){const _0x54e0e0=['5610848xAipFl','sqlCode','str','5829241DfOUYD','Filter\x20by\x20SQL\x20display\x20name','/smartapi/custom/queryUserCustomSqlList\x20+\x20/smartapi/custom/getUserCustomSql','1373024YEcnKT','nonInteractive','mybatisXml','sqlName','Pull\x20remote\x20SQL\x20queries\x20to\x20local\x20.rabetbase/sql/','apps','totalCount','sqls','10RdzyIs','path','sql','sqlRootDir','local\x20differs\x20from\x20remote','name','8939zkERwF','description','push','test','No\x20remote\x20SQL\x20queries\x20matched.','local\x20differs\x20from\x20remote\x20(use\x20--force\x20to\x20overwrite)','join','sqlcode','pull','Force\x20overwrite\x20local\x20unsynced\x20changes','Force\x20pull\x20will\x20overwrite\x20local\x20SQL\x20that\x20differs\x20from\x20remote.','Would\x20pull\x20','split','catch','trimStart','toISOString','sqlRoot','length','sqlContent','bool','write','unchanged','2oiprOA','\x20SQL\x20file(s)\x20into\x20','dbId','2054655HHlQGa','lockFilePath','force','appCode','32770PnctCY','tableData','1017MLLtST','540146vSzdjp','utf8','\x20skipped,\x20','paging','3822jCaFyv','would_pull'];a173_0x1b3a=function(){return _0x54e0e0;};return a173_0x1b3a();}function detectModeFromSql(_0x5c3e85){const _0x1eadbf=a173_0x54d893,_0xf67f4c=ensureRemoteSqlContent(_0x5c3e85),_0x421451=stripLocalSqlMetadata(_0xf67f4c,_0x1eadbf(0x1e3))[_0x1eadbf(0x1c3)]();if(/^<(select|insert|update|delete)\b/i[_0x1eadbf(0x1b8)](_0x421451))return'mybatisXml';return'sql';}function isEquivalentPulledSqlFile(_0x16c8b4,_0x57d01c,_0x496716){return normalizePullComparableContent(_0x16c8b4,_0x496716)===normalizePullComparableContent(_0x57d01c,_0x496716);}function normalizePullComparableContent(_0x295345,_0x556328){const _0xf1503b=a173_0x54d893,_0x43d56b=_0x295345['replace'](/\r\n/g,'\x0a')[_0xf1503b(0x1c1)]('\x0a'),_0x5572ff=_0x43d56b['filter'](_0x4631f3=>!isSyncedAtMetadataLine(_0x4631f3,_0x556328));return _0x5572ff[_0xf1503b(0x1bb)]('\x0a');}function isSyncedAtMetadataLine(_0x3d08ad,_0x556fa4){const _0x4b6e32=a173_0x54d893;if(_0x556fa4===_0x4b6e32(0x1e3))return/^\s*<!--\s*@lovrabet\.syncedAt:/[_0x4b6e32(0x1b8)](_0x3d08ad);return/^\s*--\s*@lovrabet\.syncedAt:/[_0x4b6e32(0x1b8)](_0x3d08ad);}
1
+ const a175_0x4b1b6a=a175_0x2fad;(function(_0x2dd301,_0x441267){const _0x5c68a1=a175_0x2fad,_0x7d2333=_0x2dd301();while(!![]){try{const _0x3726dc=parseInt(_0x5c68a1(0x11a))/0x1+-parseInt(_0x5c68a1(0x116))/0x2+parseInt(_0x5c68a1(0x13b))/0x3+-parseInt(_0x5c68a1(0x133))/0x4*(-parseInt(_0x5c68a1(0x109))/0x5)+parseInt(_0x5c68a1(0x131))/0x6+-parseInt(_0x5c68a1(0x13e))/0x7+-parseInt(_0x5c68a1(0x125))/0x8;if(_0x3726dc===_0x441267)break;else _0x7d2333['push'](_0x7d2333['shift']());}catch(_0x51661c){_0x7d2333['push'](_0x7d2333['shift']());}}}(a175_0x13a2,0xa1871));function a175_0x13a2(){const _0x27982e=['sqlRootDir','57249KsDKGM','length','lastSync','2469551mgkNUq','would_pull','utf8','sqls','\x20written,\x20','sqlCode','nonInteractive','local\x20differs\x20from\x20remote\x20(use\x20--force\x20to\x20overwrite)','conflict','555FcmtbL','name','local\x20differs\x20from\x20remote','push','test','trimStart','Force\x20pull\x20cancelled.','description','pull','replace','unchanged','sqlName','lockFilePath','425566ZmoBAW','force','/smartapi/custom/queryUserCustomSqlList\x20+\x20/smartapi/custom/getUserCustomSql','Force\x20overwrite\x20local\x20unsynced\x20changes','529717JcvSUh','Would\x20pull\x20','appCode','boolean','message','path','sqlRoot','\x20skipped,\x20','catch','Force\x20pull\x20will\x20overwrite\x20local\x20SQL\x20that\x20differs\x20from\x20remote.','totalCount','10003568rSkQGN','No\x20remote\x20SQL\x20queries\x20matched.','str','write','string','split','apps','mybatisXml','\x20failed','paging','dbId','\x20SQL\x20file(s)\x20into\x20','6632646MAkJCO','toISOString','29672nRMzRE','bool','sqlContent','skipped','Pull\x20complete:\x20','filter','sql'];a175_0x13a2=function(){return _0x27982e;};return a175_0x13a2();}import{readFile,rm,writeFile}from'node:fs/promises';import{join}from'node:path';import{getSqlQueryDetail,listSqlQueries}from'../../core/api-client.js';import{ensureParentDirectory,fileExists}from'../../core/bff/file-system.js';function a175_0x2fad(_0x3842b9,_0x2980ee){_0x3842b9=_0x3842b9-0x105;const _0x13a22d=a175_0x13a2();let _0x2fadf3=_0x13a22d[_0x3842b9];return _0x2fadf3;}import{getDbName}from'../../core/db-resolver.js';import{loadSqlProjectConfig}from'../../core/sql-sync/config.js';import{computeSqlContentHash}from'../../core/sql-sync/hash.js';import{createEmptySqlLock,ensureSqlLockScope,readSqlLockFile,writeSqlLockFile}from'../../core/sql-sync/lock.js';import{resolveLocalSqlFilePath}from'../../core/sql-sync/file-system.js';import{CliErrors}from'../../errors.js';import{SQLCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{buildLocalSqlFileContent,buildSqlLockEntry,cloneSqlLockData,confirmForceOverwrite,ensureRemoteSqlContent,stripLocalSqlMetadata}from'./shared.js';const PAGE_SIZE=0x64;async function fetchAllSqlQueries(_0x24ca78,_0x47cade){const _0x415f30=a175_0x2fad,_0x460e41=[];let _0x5d4b07=0x1;while(!![]){const _0x1e126a=await listSqlQueries(_0x24ca78,{'currentPage':_0x5d4b07,'pageSize':PAGE_SIZE,'sqlCode':_0x47cade[_0x415f30(0x105)],'sqlName':_0x47cade[_0x415f30(0x114)]}),_0x613d47=_0x1e126a['tableData']??[];_0x460e41[_0x415f30(0x10c)](..._0x613d47);if(_0x613d47[_0x415f30(0x13c)]===0x0)break;const _0x1a9f33=_0x1e126a[_0x415f30(0x12e)]?.[_0x415f30(0x124)];if(_0x1a9f33!=null?_0x460e41[_0x415f30(0x13c)]>=_0x1a9f33:_0x613d47['length']<PAGE_SIZE)break;_0x5d4b07++;}return _0x460e41;}async function ensureSqlContent(_0x38e19f){const _0x20f58b=a175_0x2fad;if(_0x38e19f[_0x20f58b(0x135)]!=null&&String(_0x38e19f['sqlContent'])['length']>0x0)return _0x38e19f;return getSqlQueryDetail(_0x38e19f[_0x20f58b(0x105)]);}export const sqlPull={'service':a175_0x4b1b6a(0x139),'command':a175_0x4b1b6a(0x111),'description':'Pull\x20remote\x20SQL\x20queries\x20to\x20local\x20.rabetbase/sql/','risk':a175_0x4b1b6a(0x128),'flags':[SQLCODE_FLAG_OPTIONAL,{'name':a175_0x4b1b6a(0x10a),'type':a175_0x4b1b6a(0x129),'description':'Filter\x20by\x20SQL\x20display\x20name'},{'name':a175_0x4b1b6a(0x117),'type':a175_0x4b1b6a(0x11d),'description':a175_0x4b1b6a(0x119)}],async 'dryRun'(_0x384c92){const _0x3e7354=a175_0x4b1b6a,_0x2d9f8f=loadSqlProjectConfig(_0x384c92['appCode']),_0x50cab7=await readSqlLockFile(_0x2d9f8f['lockFilePath']),{appLock:_0x44dc6d}=ensureSqlLockScope(_0x50cab7??createEmptySqlLock(),_0x2d9f8f[_0x3e7354(0x11c)],_0x2d9f8f['sqlRoot'],_0x3e7354(0x111)),_0x268342=await fetchAllSqlQueries(_0x384c92[_0x3e7354(0x11c)],{'sqlCode':_0x384c92['str']('sqlcode')||undefined,'sqlName':_0x384c92['str'](_0x3e7354(0x10a))||undefined}),_0x27f8e3=[];for(const _0x6c6d20 of _0x268342){const _0x2d10da=await ensureSqlContent(_0x6c6d20),_0x5ac323=ensureRemoteSqlContent(_0x2d10da),_0x4bfca7=detectModeFromSql(_0x2d10da),_0x589f0b=_0x2d10da[_0x3e7354(0x12f)]?await getDbName(_0x384c92[_0x3e7354(0x11c)],Number(_0x2d10da[_0x3e7354(0x12f)]))['catch'](()=>undefined):undefined,_0x12592b=buildLocalSqlFileContent({'sqlCode':_0x2d10da[_0x3e7354(0x105)],'sqlName':_0x2d10da[_0x3e7354(0x114)],'dbId':_0x2d10da['dbId']},_0x5ac323,{'dbName':_0x589f0b,'mode':_0x4bfca7,'syncedAt':new Date()[_0x3e7354(0x132)](),'description':_0x2d10da[_0x3e7354(0x110)]}),_0x12baa3=buildSqlLockEntry(_0x2d10da,_0x5ac323,'',{'dbName':_0x589f0b}),_0xa8e450=resolveLocalSqlFilePath(_0x2d9f8f,_0x2d10da[_0x3e7354(0x105)],_0x12baa3);let _0x3c0483=_0x3e7354(0x13f),_0xc8c21c;if(await fileExists(_0xa8e450)){const _0x2dc655=await readFile(_0xa8e450,_0x3e7354(0x140));isEquivalentPulledSqlFile(_0x2dc655,_0x12592b,_0x4bfca7)?(_0x3c0483=_0x3e7354(0x136),_0xc8c21c='unchanged'):(_0x3c0483=_0x3e7354(0x108),_0xc8c21c=_0x3e7354(0x107));}_0x27f8e3['push']({'sqlCode':_0x2d10da[_0x3e7354(0x105)],'sqlName':_0x2d10da[_0x3e7354(0x114)],'filePath':_0xa8e450,'status':_0x3c0483,'reason':_0xc8c21c});}return{'method':'POST','url':_0x3e7354(0x118),'body':{'appCode':_0x384c92[_0x3e7354(0x11c)],'sqlCode':_0x384c92[_0x3e7354(0x127)]('sqlcode')||null,'sqlName':_0x384c92['str']('name')||null,'files':_0x27f8e3},'description':_0x3e7354(0x11b)+_0x27f8e3['length']+_0x3e7354(0x130)+_0x2d9f8f[_0x3e7354(0x13a)]};},async 'execute'(_0x250062){const _0x39e264=a175_0x4b1b6a,_0x2f42e7=loadSqlProjectConfig(_0x250062[_0x39e264(0x11c)]),_0x4e9a9f=await readSqlLockFile(_0x2f42e7[_0x39e264(0x115)]),{lockData:_0x44fb2b,appLock:_0x52ada0}=ensureSqlLockScope(_0x4e9a9f??createEmptySqlLock(),_0x2f42e7[_0x39e264(0x11c)],_0x2f42e7[_0x39e264(0x120)],'pull'),_0x469870=_0x250062[_0x39e264(0x134)]('force'),_0x230d85=await fetchAllSqlQueries(_0x250062[_0x39e264(0x11c)],{'sqlCode':_0x250062[_0x39e264(0x127)]('sqlcode')||undefined,'sqlName':_0x250062['str'](_0x39e264(0x10a))||undefined});if(_0x230d85[_0x39e264(0x13c)]===0x0)return{'ok':!![],'data':{'pulled':[],'skipped':[],'failed':[]},'message':_0x39e264(0x126)};const _0x355fd0=[],_0x460050=[];for(const _0x478eea of _0x230d85){try{_0x355fd0[_0x39e264(0x10c)](await ensureSqlContent(_0x478eea));}catch(_0x4690da){_0x460050[_0x39e264(0x10c)]({'sqlCode':_0x478eea['sqlCode'],'error':_0x4690da instanceof Error?_0x4690da[_0x39e264(0x11e)]:String(_0x4690da)});}}if(_0x469870&&!_0x250062[_0x39e264(0x106)]){let _0x4d81b7=![];for(const _0x5e7e43 of _0x355fd0){const _0x1f007a=detectModeFromSql(_0x5e7e43),_0x253285=_0x5e7e43['dbId']?await getDbName(_0x250062['appCode'],Number(_0x5e7e43['dbId']))[_0x39e264(0x122)](()=>undefined):undefined,_0xedb65a=buildLocalSqlFileContent({'sqlCode':_0x5e7e43['sqlCode'],'sqlName':_0x5e7e43[_0x39e264(0x114)],'dbId':_0x5e7e43['dbId']},ensureRemoteSqlContent(_0x5e7e43),{'dbName':_0x253285,'mode':_0x1f007a,'syncedAt':new Date()[_0x39e264(0x132)](),'description':_0x5e7e43[_0x39e264(0x110)]}),_0x6d90da=resolveLocalSqlFilePath(_0x2f42e7,_0x5e7e43['sqlCode'],buildSqlLockEntry(_0x5e7e43,ensureRemoteSqlContent(_0x5e7e43),'',{'dbName':_0x253285}));if(await fileExists(_0x6d90da)){const _0x151171=await readFile(_0x6d90da,'utf8');if(!isEquivalentPulledSqlFile(_0x151171,_0xedb65a,_0x1f007a)){_0x4d81b7=!![];break;}}}if(_0x4d81b7){const _0x126ab6=await confirmForceOverwrite(_0x39e264(0x123));if(!_0x126ab6)throw CliErrors['cancelled'](_0x39e264(0x10f));}}const _0x14787b=cloneSqlLockData(_0x44fb2b),_0x2e63be=_0x14787b[_0x39e264(0x12b)][_0x2f42e7[_0x39e264(0x11c)]],_0x143783=[],_0x34d45f=[];for(const _0x55b300 of _0x355fd0){const _0xb51e41=_0x2e63be[_0x39e264(0x141)][_0x55b300[_0x39e264(0x105)]],_0x3e5479=ensureRemoteSqlContent(_0x55b300),_0x16dfa7=detectModeFromSql(_0x55b300),_0x55cba9=_0x55b300[_0x39e264(0x12f)]?await getDbName(_0x250062['appCode'],Number(_0x55b300['dbId']))[_0x39e264(0x122)](()=>undefined):undefined,_0x5b61fa=buildLocalSqlFileContent({'sqlCode':_0x55b300['sqlCode'],'sqlName':_0x55b300[_0x39e264(0x114)],'dbId':_0x55b300[_0x39e264(0x12f)]},_0x3e5479,{'dbName':_0x55cba9,'mode':_0x16dfa7,'syncedAt':new Date()[_0x39e264(0x132)](),'description':_0x55b300[_0x39e264(0x110)]}),_0x4ee236=buildSqlLockEntry(_0x55b300,_0x3e5479,computeSqlContentHash(_0x5b61fa),{'dbName':_0x55cba9}),_0x20a82d=_0x4ee236[_0x39e264(0x11f)],_0x3ed7b1=join(_0x2f42e7[_0x39e264(0x13a)],_0x20a82d);try{if(await fileExists(_0x3ed7b1)){const _0x273525=await readFile(_0x3ed7b1,_0x39e264(0x140));if(isEquivalentPulledSqlFile(_0x273525,_0x5b61fa,_0x16dfa7)){_0x34d45f[_0x39e264(0x10c)]({'sqlCode':_0x55b300['sqlCode'],'reason':_0x39e264(0x113)}),_0x2e63be['sqls'][_0x55b300[_0x39e264(0x105)]]={..._0x4ee236,'hash':computeSqlContentHash(_0x273525),'path':_0x20a82d};continue;}if(!_0x469870){_0x34d45f[_0x39e264(0x10c)]({'sqlCode':_0x55b300[_0x39e264(0x105)],'reason':_0x39e264(0x10b)});continue;}}const _0x1598d9=_0xb51e41?.[_0x39e264(0x11f)]?join(_0x2f42e7[_0x39e264(0x13a)],_0xb51e41[_0x39e264(0x11f)]):undefined;_0x1598d9&&_0x1598d9!==_0x3ed7b1&&await fileExists(_0x1598d9)&&await rm(_0x1598d9,{'force':!![]}),await ensureParentDirectory(_0x3ed7b1),await writeFile(_0x3ed7b1,_0x5b61fa,_0x39e264(0x140)),_0x2e63be['sqls'][_0x55b300[_0x39e264(0x105)]]={..._0x4ee236,'path':_0x20a82d},_0x143783[_0x39e264(0x10c)]({'sqlCode':_0x55b300[_0x39e264(0x105)],'filePath':_0x3ed7b1});}catch(_0x28ec1a){_0x460050['push']({'sqlCode':_0x55b300[_0x39e264(0x105)],'error':_0x28ec1a instanceof Error?_0x28ec1a[_0x39e264(0x11e)]:String(_0x28ec1a)});}}return _0x2e63be[_0x39e264(0x13d)]=new Date()[_0x39e264(0x132)](),await writeSqlLockFile(_0x2f42e7[_0x39e264(0x115)],_0x14787b),{'ok':_0x460050[_0x39e264(0x13c)]===0x0,'data':{'pulled':_0x143783,'skipped':_0x34d45f,'failed':_0x460050},'message':_0x39e264(0x137)+_0x143783[_0x39e264(0x13c)]+_0x39e264(0x142)+_0x34d45f[_0x39e264(0x13c)]+_0x39e264(0x121)+_0x460050[_0x39e264(0x13c)]+_0x39e264(0x12d)};}};function detectModeFromSql(_0x30e265){const _0x2451ea=a175_0x4b1b6a,_0x19d82d=ensureRemoteSqlContent(_0x30e265),_0x1db0c4=stripLocalSqlMetadata(_0x19d82d,_0x2451ea(0x12c))[_0x2451ea(0x10e)]();if(/^<(select|insert|update|delete)\b/i[_0x2451ea(0x10d)](_0x1db0c4))return _0x2451ea(0x12c);return _0x2451ea(0x139);}function isEquivalentPulledSqlFile(_0xc9a2b7,_0x26800a,_0x590e45){return normalizePullComparableContent(_0xc9a2b7,_0x590e45)===normalizePullComparableContent(_0x26800a,_0x590e45);}function normalizePullComparableContent(_0x50531e,_0x17babd){const _0x305dc7=a175_0x4b1b6a,_0x4fb192=_0x50531e[_0x305dc7(0x112)](/\r\n/g,'\x0a')[_0x305dc7(0x12a)]('\x0a'),_0x260cee=_0x4fb192[_0x305dc7(0x138)](_0x525b60=>!isSyncedAtMetadataLine(_0x525b60,_0x17babd));return _0x260cee['join']('\x0a');}function isSyncedAtMetadataLine(_0x5be5b3,_0x5b636d){const _0x36754f=a175_0x4b1b6a;if(_0x5b636d==='mybatisXml')return/^\s*<!--\s*@lovrabet\.syncedAt:/[_0x36754f(0x10d)](_0x5be5b3);return/^\s*--\s*@lovrabet\.syncedAt:/[_0x36754f(0x10d)](_0x5be5b3);}