@lovrabet/rabetbase-cli 2.3.2-beta.1 → 2.3.3-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 (219) 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/discover.js +1 -1
  21. package/lib/commands/app/index.js +1 -1
  22. package/lib/commands/app/list.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/use.js +1 -1
  26. package/lib/commands/app-config/delete.js +1 -1
  27. package/lib/commands/app-config/get.js +1 -1
  28. package/lib/commands/app-config/index.js +1 -1
  29. package/lib/commands/app-config/list.js +1 -1
  30. package/lib/commands/app-config/set.js +1 -1
  31. package/lib/commands/app-config/shared.js +1 -1
  32. package/lib/commands/auth/index.js +1 -1
  33. package/lib/commands/bff/create.js +1 -1
  34. package/lib/commands/bff/delete.js +1 -1
  35. package/lib/commands/bff/detail.js +1 -1
  36. package/lib/commands/bff/index.js +1 -1
  37. package/lib/commands/bff/list.js +1 -1
  38. package/lib/commands/bff/pull.js +1 -1
  39. package/lib/commands/bff/push.js +1 -1
  40. package/lib/commands/bff/status.js +1 -1
  41. package/lib/commands/cli-skill/index.js +1 -1
  42. package/lib/commands/cli-update.js +1 -1
  43. package/lib/commands/codegen/index.js +1 -1
  44. package/lib/commands/codegen/sdk.js +1 -1
  45. package/lib/commands/codegen/sql.js +1 -1
  46. package/lib/commands/common/app-selector.js +1 -1
  47. package/lib/commands/common/flags.js +1 -1
  48. package/lib/commands/common/validate.js +1 -1
  49. package/lib/commands/config/get.js +1 -1
  50. package/lib/commands/config/index.js +1 -1
  51. package/lib/commands/config/list.js +1 -1
  52. package/lib/commands/config/set.js +1 -1
  53. package/lib/commands/config/shared.js +1 -1
  54. package/lib/commands/data/filter.js +1 -1
  55. package/lib/commands/data/getOne.js +1 -1
  56. package/lib/commands/data/index.js +1 -1
  57. package/lib/commands/data/shared.js +1 -1
  58. package/lib/commands/dataset/business-group-update.js +1 -1
  59. package/lib/commands/dataset/capability.js +1 -1
  60. package/lib/commands/dataset/delete.js +1 -1
  61. package/lib/commands/dataset/detail.js +1 -1
  62. package/lib/commands/dataset/extend-update.js +1 -1
  63. package/lib/commands/dataset/field-update.js +1 -1
  64. package/lib/commands/dataset/generate.js +1 -0
  65. package/lib/commands/dataset/index.js +1 -1
  66. package/lib/commands/dataset/list.js +1 -1
  67. package/lib/commands/dataset/operations.js +1 -1
  68. package/lib/commands/dataset/relation-audit.js +1 -1
  69. package/lib/commands/dataset/relation-create.js +1 -1
  70. package/lib/commands/dataset/relation-delete.js +1 -1
  71. package/lib/commands/dataset/relation-shared.js +1 -1
  72. package/lib/commands/dataset/relation-update.js +1 -1
  73. package/lib/commands/dataset/relations.js +1 -1
  74. package/lib/commands/dataset/rename.js +1 -1
  75. package/lib/commands/dataset/restore.js +1 -1
  76. package/lib/commands/db/analyze-cancel.js +1 -1
  77. package/lib/commands/db/analyze-start.js +1 -1
  78. package/lib/commands/db/analyze-status.js +1 -1
  79. package/lib/commands/db/create.js +1 -1
  80. package/lib/commands/db/delete.js +1 -1
  81. package/lib/commands/db/detail.js +1 -1
  82. package/lib/commands/db/diff.js +1 -1
  83. package/lib/commands/db/index.js +1 -1
  84. package/lib/commands/db/list.js +1 -1
  85. package/lib/commands/db/shared.js +1 -1
  86. package/lib/commands/db/tables.js +1 -1
  87. package/lib/commands/db/test.js +1 -1
  88. package/lib/commands/db/update.js +1 -1
  89. package/lib/commands/doctor.js +1 -1
  90. package/lib/commands/init/index.js +1 -1
  91. package/lib/commands/issue/index.js +1 -1
  92. package/lib/commands/issue/nudge.js +1 -1
  93. package/lib/commands/issue/report.js +1 -1
  94. package/lib/commands/issue/shared.js +1 -1
  95. package/lib/commands/logs/index.js +1 -1
  96. package/lib/commands/menu/index.js +1 -1
  97. package/lib/commands/menu/list.js +1 -1
  98. package/lib/commands/menu/shared/compare-table.js +1 -1
  99. package/lib/commands/menu/shared/index.js +1 -1
  100. package/lib/commands/menu/shared/inquirer.js +1 -1
  101. package/lib/commands/menu/shared/local-pages.js +1 -1
  102. package/lib/commands/menu/shared/logic.js +1 -1
  103. package/lib/commands/menu/shared/service.js +1 -1
  104. package/lib/commands/menu/shared/sync-core.js +1 -1
  105. package/lib/commands/menu/shared/update-core.js +1 -1
  106. package/lib/commands/menu/shared/valid-url.js +1 -1
  107. package/lib/commands/menu/sync.js +1 -1
  108. package/lib/commands/menu/update.js +1 -1
  109. package/lib/commands/page/generate-start.js +1 -1
  110. package/lib/commands/page/generate-status.js +1 -1
  111. package/lib/commands/page/index.js +1 -1
  112. package/lib/commands/page/pull.js +1 -1
  113. package/lib/commands/page/push.js +1 -1
  114. package/lib/commands/page/relation-audit.js +1 -1
  115. package/lib/commands/page/shared.js +1 -1
  116. package/lib/commands/page/standard-page-status.js +1 -1
  117. package/lib/commands/page/sync.js +1 -1
  118. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  119. package/lib/commands/project/create/format-elapsed.js +1 -1
  120. package/lib/commands/project/create/main.js +1 -1
  121. package/lib/commands/project/create/non-interactive.js +1 -1
  122. package/lib/commands/project/create/project-template-path.js +1 -1
  123. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  124. package/lib/commands/project/create/use-format-code.js +1 -1
  125. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  126. package/lib/commands/project/index.js +1 -1
  127. package/lib/commands/project/init.js +1 -1
  128. package/lib/commands/project/upgrade.js +1 -1
  129. package/lib/commands/registry.js +1 -1
  130. package/lib/commands/run/index.js +1 -1
  131. package/lib/commands/schema.js +1 -1
  132. package/lib/commands/sql/create.js +1 -1
  133. package/lib/commands/sql/delete.js +1 -1
  134. package/lib/commands/sql/detail.js +1 -1
  135. package/lib/commands/sql/exec.js +1 -1
  136. package/lib/commands/sql/index.js +1 -1
  137. package/lib/commands/sql/list.js +1 -1
  138. package/lib/commands/sql/pull.js +1 -1
  139. package/lib/commands/sql/push.js +1 -1
  140. package/lib/commands/sql/save.js +1 -1
  141. package/lib/commands/sql/shared.js +1 -1
  142. package/lib/commands/sql/status.js +1 -1
  143. package/lib/commands/sql/validate.js +1 -1
  144. package/lib/commands/workspace/index.js +1 -1
  145. package/lib/config/schema.js +1 -1
  146. package/lib/constant/cdn.js +1 -1
  147. package/lib/constant/cli.js +1 -1
  148. package/lib/constant/defaults.js +1 -1
  149. package/lib/constant/domain.js +1 -1
  150. package/lib/constant/env.js +1 -1
  151. package/lib/constant/output.js +1 -1
  152. package/lib/constant/paths.js +1 -1
  153. package/lib/constant/risk.js +1 -1
  154. package/lib/context/app-resolver.js +1 -1
  155. package/lib/context/auth-resolver.js +1 -1
  156. package/lib/context/config-loader.js +1 -1
  157. package/lib/context.js +1 -1
  158. package/lib/core/alias-resolver.js +1 -1
  159. package/lib/core/api-client.js +1 -1
  160. package/lib/core/bff/config.js +1 -1
  161. package/lib/core/bff/file-system.js +1 -1
  162. package/lib/core/bff/hash.js +1 -1
  163. package/lib/core/bff/lock.js +1 -1
  164. package/lib/core/bff/utils.js +1 -1
  165. package/lib/core/db-resolver.js +1 -1
  166. package/lib/core/page/file-system.js +1 -1
  167. package/lib/core/page/hash.js +1 -1
  168. package/lib/core/page/lock.js +1 -1
  169. package/lib/core/sql-sync/config.js +1 -1
  170. package/lib/core/sql-sync/file-system.js +1 -1
  171. package/lib/core/sql-sync/hash.js +1 -1
  172. package/lib/core/sql-sync/lock.js +1 -1
  173. package/lib/core/sql-sync/utils.js +1 -1
  174. package/lib/core/sql-validator.js +1 -1
  175. package/lib/errors.js +1 -1
  176. package/lib/framework/build-all-flags.js +1 -1
  177. package/lib/framework/flags.js +1 -1
  178. package/lib/framework/help.js +1 -1
  179. package/lib/framework/index.js +1 -1
  180. package/lib/framework/output.js +1 -1
  181. package/lib/framework/response.js +1 -1
  182. package/lib/framework/runner-alias.js +1 -1
  183. package/lib/framework/runner.js +1 -1
  184. package/lib/framework/schema-export.js +1 -1
  185. package/lib/framework/types.js +1 -1
  186. package/lib/generated/build-info.js +1 -1
  187. package/lib/help.js +1 -1
  188. package/lib/skills/main.js +1 -1
  189. package/lib/skills/npx-skills-add.js +1 -1
  190. package/lib/telemetry/cli-command-trace.js +1 -1
  191. package/lib/telemetry/cli-help-trace.js +1 -1
  192. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  193. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  194. package/lib/telemetry/send-cli-trace-log.js +1 -1
  195. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  196. package/lib/utils/ai_config.js +1 -1
  197. package/lib/utils/apply-jq-filter.js +1 -1
  198. package/lib/utils/cdn-config.js +1 -1
  199. package/lib/utils/check-sdk-version.js +1 -1
  200. package/lib/utils/cli-version-check.js +1 -1
  201. package/lib/utils/cli-version-policy.js +1 -1
  202. package/lib/utils/config.js +1 -1
  203. package/lib/utils/copy-directory.js +1 -1
  204. package/lib/utils/entity-with-id.js +1 -1
  205. package/lib/utils/file-utils.js +1 -1
  206. package/lib/utils/guides-cdn.js +1 -1
  207. package/lib/utils/http-client.js +1 -1
  208. package/lib/utils/is-non-interactive.js +1 -1
  209. package/lib/utils/logger.js +1 -1
  210. package/lib/utils/params.js +1 -1
  211. package/lib/utils/platform.js +1 -1
  212. package/lib/utils/rules-cdn.js +1 -1
  213. package/lib/utils/sleep.js +1 -1
  214. package/lib/utils/template-replacer.js +1 -1
  215. package/lib/utils/update-notice.js +1 -1
  216. package/lib/utils/version.js +1 -1
  217. package/lib/utils/with-active-cookie.js +1 -1
  218. package/lib/utils/write-cli-side-channel.js +1 -1
  219. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0xfb9108,_0x1f7317){const _0x371bef=a164_0x404c,_0x3c180e=_0xfb9108();while(!![]){try{const _0x301f31=parseInt(_0x371bef(0x1e5))/0x1+parseInt(_0x371bef(0x1db))/0x2*(parseInt(_0x371bef(0x1e6))/0x3)+-parseInt(_0x371bef(0x1d7))/0x4*(parseInt(_0x371bef(0x1e2))/0x5)+parseInt(_0x371bef(0x1d4))/0x6+parseInt(_0x371bef(0x1d8))/0x7+parseInt(_0x371bef(0x1e0))/0x8*(parseInt(_0x371bef(0x1da))/0x9)+-parseInt(_0x371bef(0x1e4))/0xa;if(_0x301f31===_0x1f7317)break;else _0x3c180e['push'](_0x3c180e['shift']());}catch(_0x52396f){_0x3c180e['push'](_0x3c180e['shift']());}}}(a164_0x38ac,0xb2d9d));export function snakeToCamel(_0x2ceda2){const _0x4c0d7e=a164_0x404c;return _0x2ceda2[_0x4c0d7e(0x1e3)]()[_0x4c0d7e(0x1d3)](/_([a-z])/g,(_0x33f435,_0xfa3024)=>_0xfa3024[_0x4c0d7e(0x1d6)]());}export function findHookLocationByRemoteId(_0x5b130b,_0x3097d5){const _0x4d4977=a164_0x404c;if(!_0x3097d5)return undefined;for(const _0xcdf35e of Object[_0x4d4977(0x1df)](_0x5b130b)){if(_0xcdf35e[_0x4d4977(0x1d5)]===_0x3097d5&&_0xcdf35e[_0x4d4977(0x1d9)]&&_0xcdf35e['operationType']&&_0xcdf35e[_0x4d4977(0x1dc)])return{'datasetCode':_0xcdf35e[_0x4d4977(0x1d9)],'operationType':_0xcdf35e[_0x4d4977(0x1d2)],'functionNode':_0xcdf35e[_0x4d4977(0x1dc)]};}return undefined;}export function extractScriptDescription(_0x1ee51a){const _0x79afa7=a164_0x404c,_0x20f404=_0x1ee51a['match'](/\[\s*脚本描述\s*]\s*(.+)/);return _0x20f404?.[0x1]?.[_0x79afa7(0x1e1)]()||undefined;}export function isValidBffFunctionName(_0x57cc04){const _0x1ea7fd=a164_0x404c;return/^[A-Za-z_$][A-Za-z0-9_$]*$/[_0x1ea7fd(0x1dd)](_0x57cc04);}function a164_0x404c(_0x1f429a,_0x14f5e9){_0x1f429a=_0x1f429a-0x1d2;const _0x38ac76=a164_0x38ac();let _0x404c20=_0x38ac76[_0x1f429a];return _0x404c20;}function a164_0x38ac(){const _0x51f8e2=['functionNode','test','before','values','5440EYvGEE','trim','55QETxeF','toLowerCase','11477330yuFEwR','857850SnEbTt','9cHhRAd','after','operationType','replace','8690418BQgXGf','remoteId','toUpperCase','506476XYiQeZ','1137773BJuPYa','datasetCode','9351IrAFDt','65202UcdLfc'];a164_0x38ac=function(){return _0x51f8e2;};return a164_0x38ac();}export function normalizeHookFunctionNode(_0x2e88c1){const _0x545e87=a164_0x404c;if(!_0x2e88c1)return undefined;const _0x2adfe8=_0x2e88c1[_0x545e87(0x1e1)]()[_0x545e87(0x1e3)]();if(_0x2adfe8===_0x545e87(0x1de)||_0x2adfe8===_0x545e87(0x1e7))return _0x2adfe8;return undefined;}
1
+ (function(_0x2c52a3,_0x2e2d8a){const _0x6d479=a165_0x10e0,_0xadfb8f=_0x2c52a3();while(!![]){try{const _0x63fe04=-parseInt(_0x6d479(0x137))/0x1+parseInt(_0x6d479(0x146))/0x2+parseInt(_0x6d479(0x140))/0x3+-parseInt(_0x6d479(0x142))/0x4+parseInt(_0x6d479(0x134))/0x5+parseInt(_0x6d479(0x13c))/0x6*(parseInt(_0x6d479(0x141))/0x7)+-parseInt(_0x6d479(0x139))/0x8;if(_0x63fe04===_0x2e2d8a)break;else _0xadfb8f['push'](_0xadfb8f['shift']());}catch(_0xf84bc3){_0xadfb8f['push'](_0xadfb8f['shift']());}}}(a165_0x4c73,0x4ded9));export function snakeToCamel(_0x9e7435){const _0x45440e=a165_0x10e0;return _0x9e7435[_0x45440e(0x144)]()[_0x45440e(0x13d)](/_([a-z])/g,(_0x271c94,_0x267224)=>_0x267224[_0x45440e(0x13b)]());}function a165_0x4c73(){const _0x11a9a8=['test','values','315050PSnPkN','functionNode','4028704BklUMa','datasetCode','toUpperCase','1123212PcitRv','replace','match','operationType','1352064cqpPox','7LfcpBX','1246588kNerFH','after','toLowerCase','trim','714390OWgnTo','remoteId','2271965NkAthu'];a165_0x4c73=function(){return _0x11a9a8;};return a165_0x4c73();}export function findHookLocationByRemoteId(_0xc95a3,_0x19c655){const _0x3b4578=a165_0x10e0;if(!_0x19c655)return undefined;for(const _0x5f3349 of Object[_0x3b4578(0x136)](_0xc95a3)){if(_0x5f3349[_0x3b4578(0x133)]===_0x19c655&&_0x5f3349['datasetCode']&&_0x5f3349['operationType']&&_0x5f3349[_0x3b4578(0x138)])return{'datasetCode':_0x5f3349[_0x3b4578(0x13a)],'operationType':_0x5f3349[_0x3b4578(0x13f)],'functionNode':_0x5f3349[_0x3b4578(0x138)]};}return undefined;}export function extractScriptDescription(_0x31f498){const _0x2d8662=a165_0x10e0,_0x4ec43d=_0x31f498[_0x2d8662(0x13e)](/\[\s*脚本描述\s*]\s*(.+)/);return _0x4ec43d?.[0x1]?.[_0x2d8662(0x145)]()||undefined;}export function isValidBffFunctionName(_0x248585){const _0x57c735=a165_0x10e0;return/^[A-Za-z_$][A-Za-z0-9_$]*$/[_0x57c735(0x135)](_0x248585);}function a165_0x10e0(_0x308cac,_0x233483){_0x308cac=_0x308cac-0x133;const _0x4c7385=a165_0x4c73();let _0x10e03b=_0x4c7385[_0x308cac];return _0x10e03b;}export function normalizeHookFunctionNode(_0x4cfa0e){const _0x6e213a=a165_0x10e0;if(!_0x4cfa0e)return undefined;const _0x2d122a=_0x4cfa0e[_0x6e213a(0x145)]()['toLowerCase']();if(_0x2d122a==='before'||_0x2d122a===_0x6e213a(0x143))return _0x2d122a;return undefined;}
@@ -1 +1 @@
1
- (function(_0x2e1efc,_0x5c9fbd){const _0x439eda=a165_0x5936,_0x3ed723=_0x2e1efc();while(!![]){try{const _0x2475e5=-parseInt(_0x439eda(0x1a7))/0x1+-parseInt(_0x439eda(0x1a8))/0x2+-parseInt(_0x439eda(0x1bb))/0x3*(-parseInt(_0x439eda(0x1b7))/0x4)+parseInt(_0x439eda(0x1b3))/0x5*(-parseInt(_0x439eda(0x1a3))/0x6)+-parseInt(_0x439eda(0x1a6))/0x7+-parseInt(_0x439eda(0x1a9))/0x8+parseInt(_0x439eda(0x1ba))/0x9*(parseInt(_0x439eda(0x1aa))/0xa);if(_0x2475e5===_0x5c9fbd)break;else _0x3ed723['push'](_0x3ed723['shift']());}catch(_0x24b035){_0x3ed723['push'](_0x3ed723['shift']());}}}(a165_0x167b,0xad419));import{listDatasets}from'../core/api-client.js';const cache=new Map();export async function listDatabases(_0x24f3af){const _0xd99029=a165_0x5936;if(cache[_0xd99029(0x1a5)](_0x24f3af))return cache[_0xd99029(0x1a2)](_0x24f3af);const _0x3238a8=await listDatasets(_0x24f3af),_0x30337c=new Map();for(const _0x1bed97 of _0x3238a8){const _0x6131d=_0x1bed97['dbtableConfig'];_0x6131d?.[_0xd99029(0x1b2)]!=null&&_0x30337c[_0xd99029(0x1ab)](_0x6131d[_0xd99029(0x1b2)],_0x6131d[_0xd99029(0x1a4)]??_0xd99029(0x1b4)+_0x6131d['dbId']);}const _0x3b65bf=[..._0x30337c['entries']()][_0xd99029(0x1b8)](([_0x43b7a3,_0x39a1a6])=>({'dbId':_0x43b7a3,'dbName':_0x39a1a6}));return cache[_0xd99029(0x1ab)](_0x24f3af,_0x3b65bf),_0x3b65bf;}function a165_0x5936(_0x342daf,_0x2f87ef){_0x342daf=_0x342daf-0x1a1;const _0x167b3d=a165_0x167b();let _0x5936cf=_0x167b3d[_0x342daf];return _0x5936cf;}export async function resolveDb(_0x51d25d,_0x2658db){const _0x33b51d=a165_0x5936,_0x120075=await listDatabases(_0x51d25d);if(_0x120075[_0x33b51d(0x1a1)]===0x0)return{'resolved':[],'error':_0x33b51d(0x1ad)+_0x51d25d+_0x33b51d(0x1b1)};if(!_0x2658db)return{'resolved':_0x120075};const _0x38e820=Number(_0x2658db);if(!Number['isNaN'](_0x38e820)){const _0x33f1af=_0x120075['find'](_0x9d7f87=>_0x9d7f87[_0x33b51d(0x1b2)]===_0x38e820);if(_0x33f1af)return{'resolved':[_0x33f1af]};}const _0x9db404=_0x2658db[_0x33b51d(0x1b0)](),_0x4e08e5=_0x120075['filter'](_0xa5b168=>_0xa5b168[_0x33b51d(0x1a4)][_0x33b51d(0x1b0)]()['includes'](_0x9db404));if(_0x4e08e5['length']>0x0)return{'resolved':_0x4e08e5};const _0x1536a8=_0x120075[_0x33b51d(0x1b8)](_0x5a3eee=>_0x5a3eee[_0x33b51d(0x1a4)]+'\x20('+_0x5a3eee[_0x33b51d(0x1b2)]+')')['join'](',\x20');return{'resolved':[],'error':'No\x20database\x20matching\x20\x22'+_0x2658db+_0x33b51d(0x1ae)+_0x51d25d+_0x33b51d(0x1ac)+_0x1536a8+'.\x20If\x20this\x20db\x20belongs\x20to\x20another\x20app,\x20rerun\x20with\x20--appcode\x20<appCode>.'};}export async function resolveOneDb(_0x56c876,_0x1cecdc){const _0x4d8833=a165_0x5936,{resolved:_0x4e5709,error:_0x1f4be8}=await resolveDb(_0x56c876,_0x1cecdc);if(_0x1f4be8)return{'db':null,'error':_0x1f4be8};if(_0x4e5709[_0x4d8833(0x1a1)]===0x1)return{'db':_0x4e5709[0x0]};if(!_0x1cecdc){const _0x30ddd7=_0x4e5709['map'](_0x32bac5=>_0x32bac5['dbName']+'\x20('+_0x32bac5[_0x4d8833(0x1b2)]+')')[_0x4d8833(0x1af)](',\x20');return{'db':null,'error':_0x4d8833(0x1b9)+_0x30ddd7};}const _0x102f69=_0x4e5709[_0x4d8833(0x1b8)](_0x9af5fd=>_0x9af5fd[_0x4d8833(0x1a4)]+'\x20('+_0x9af5fd[_0x4d8833(0x1b2)]+')')[_0x4d8833(0x1af)](',\x20');return{'db':null,'error':'\x22'+_0x1cecdc+_0x4d8833(0x1b6)+_0x102f69+_0x4d8833(0x1bc)};}export async function getDbName(_0x23b543,_0x33c754){const _0x2dfdf8=a165_0x5936,_0x10d13f=await listDatabases(_0x23b543);return _0x10d13f[_0x2dfdf8(0x1b5)](_0x1d9355=>_0x1d9355[_0x2dfdf8(0x1b2)]===_0x33c754)?.[_0x2dfdf8(0x1a4)];}function a165_0x167b(){const _0x18af91=['3349876tnSbEi','map','Multiple\x20databases\x20found.\x20Specify\x20one\x20with\x20--db:\x20','9lFcJPw','3TZQbZG','.\x20Be\x20more\x20specific.','length','get','17526RtrwWY','dbName','has','9123051TnSRKp','1278990cWqUVq','2800302vcpJyl','5022608LHIcRv','46781550toaWPM','set','\x22.\x20Available:\x20','No\x20linked\x20databases\x20found\x20under\x20app\x20\x22','\x22\x20under\x20app\x20\x22','join','toLowerCase','\x22.\x20Make\x20sure\x20datasets\x20have\x20been\x20created.','dbId','335wxtwdw','db-','find','\x22\x20matches\x20multiple\x20databases:\x20'];a165_0x167b=function(){return _0x18af91;};return a165_0x167b();}
1
+ (function(_0x3ed2c4,_0x24af8d){const _0x5c2f3a=a166_0x39e6,_0x581fd4=_0x3ed2c4();while(!![]){try{const _0x4f6da0=-parseInt(_0x5c2f3a(0xd3))/0x1+parseInt(_0x5c2f3a(0xc8))/0x2*(-parseInt(_0x5c2f3a(0xd5))/0x3)+parseInt(_0x5c2f3a(0xc3))/0x4+-parseInt(_0x5c2f3a(0xde))/0x5*(parseInt(_0x5c2f3a(0xe1))/0x6)+-parseInt(_0x5c2f3a(0xcd))/0x7*(-parseInt(_0x5c2f3a(0xce))/0x8)+parseInt(_0x5c2f3a(0xc2))/0x9*(-parseInt(_0x5c2f3a(0xda))/0xa)+parseInt(_0x5c2f3a(0xc5))/0xb*(parseInt(_0x5c2f3a(0xdc))/0xc);if(_0x4f6da0===_0x24af8d)break;else _0x581fd4['push'](_0x581fd4['shift']());}catch(_0x5f469d){_0x581fd4['push'](_0x581fd4['shift']());}}}(a166_0x5951,0x8bf18));import{listDatasets}from'../core/api-client.js';const cache=new Map();export async function listDatabases(_0x57123b){const _0x30ffdf=a166_0x39e6;if(cache[_0x30ffdf(0xcb)](_0x57123b))return cache[_0x30ffdf(0xcc)](_0x57123b);const _0x176d4a=await listDatasets(_0x57123b),_0x2e30a8=new Map();for(const _0x2602bd of _0x176d4a){const _0xf1c479=_0x2602bd['dbtableConfig'];_0xf1c479?.[_0x30ffdf(0xca)]!=null&&_0x2e30a8[_0x30ffdf(0xc6)](_0xf1c479[_0x30ffdf(0xca)],_0xf1c479[_0x30ffdf(0xdb)]??_0x30ffdf(0xd6)+_0xf1c479[_0x30ffdf(0xca)]);}const _0x2bbfe2=[..._0x2e30a8[_0x30ffdf(0xe2)]()][_0x30ffdf(0xc4)](([_0x4ae30c,_0x14b102])=>({'dbId':_0x4ae30c,'dbName':_0x14b102}));return cache[_0x30ffdf(0xc6)](_0x57123b,_0x2bbfe2),_0x2bbfe2;}export async function resolveDb(_0x490aa4,_0x7e537d){const _0x421911=a166_0x39e6,_0x5a68cd=await listDatabases(_0x490aa4);if(_0x5a68cd[_0x421911(0xc1)]===0x0)return{'resolved':[],'error':_0x421911(0xc9)+_0x490aa4+_0x421911(0xcf)};if(!_0x7e537d)return{'resolved':_0x5a68cd};const _0x3e7680=Number(_0x7e537d);if(!Number[_0x421911(0xd9)](_0x3e7680)){const _0x412622=_0x5a68cd[_0x421911(0xd7)](_0x43b075=>_0x43b075[_0x421911(0xca)]===_0x3e7680);if(_0x412622)return{'resolved':[_0x412622]};}const _0xe7e14=_0x7e537d['toLowerCase'](),_0x4ec0e2=_0x5a68cd['filter'](_0x2715ca=>_0x2715ca[_0x421911(0xdb)][_0x421911(0xc7)]()[_0x421911(0xd8)](_0xe7e14));if(_0x4ec0e2[_0x421911(0xc1)]>0x0)return{'resolved':_0x4ec0e2};const _0x520837=_0x5a68cd[_0x421911(0xc4)](_0x99786c=>_0x99786c[_0x421911(0xdb)]+'\x20('+_0x99786c[_0x421911(0xca)]+')')[_0x421911(0xd2)](',\x20');return{'resolved':[],'error':_0x421911(0xdf)+_0x7e537d+_0x421911(0xdd)+_0x490aa4+_0x421911(0xd4)+_0x520837+_0x421911(0xe0)};}function a166_0x39e6(_0x49c423,_0x4765d9){_0x49c423=_0x49c423-0xc1;const _0x595135=a166_0x5951();let _0x39e6e4=_0x595135[_0x49c423];return _0x39e6e4;}export async function resolveOneDb(_0x3ba8f1,_0x39849d){const _0x4a9693=a166_0x39e6,{resolved:_0x87509d,error:_0x420479}=await resolveDb(_0x3ba8f1,_0x39849d);if(_0x420479)return{'db':null,'error':_0x420479};if(_0x87509d['length']===0x1)return{'db':_0x87509d[0x0]};if(!_0x39849d){const _0x395ae0=_0x87509d[_0x4a9693(0xc4)](_0x45746e=>_0x45746e[_0x4a9693(0xdb)]+'\x20('+_0x45746e[_0x4a9693(0xca)]+')')['join'](',\x20');return{'db':null,'error':'Multiple\x20databases\x20found.\x20Specify\x20one\x20with\x20--db:\x20'+_0x395ae0};}const _0x3198a2=_0x87509d[_0x4a9693(0xc4)](_0x43247b=>_0x43247b[_0x4a9693(0xdb)]+'\x20('+_0x43247b[_0x4a9693(0xca)]+')')['join'](',\x20');return{'db':null,'error':'\x22'+_0x39849d+_0x4a9693(0xd0)+_0x3198a2+_0x4a9693(0xd1)};}export async function getDbName(_0x3a2dd2,_0x300ca4){const _0x3a610b=a166_0x39e6,_0x4e1ff2=await listDatabases(_0x3a2dd2);return _0x4e1ff2['find'](_0x3bb7b3=>_0x3bb7b3[_0x3a610b(0xca)]===_0x300ca4)?.['dbName'];}function a166_0x5951(){const _0x4954ae=['\x22.\x20Make\x20sure\x20datasets\x20have\x20been\x20created.','\x22\x20matches\x20multiple\x20databases:\x20','.\x20Be\x20more\x20specific.','join','683918iRAPTL','\x22.\x20Available:\x20','21963jYBwaH','db-','find','includes','isNaN','1960DGkDXA','dbName','1092bNNnDw','\x22\x20under\x20app\x20\x22','5211995OhEFxB','No\x20database\x20matching\x20\x22','.\x20If\x20this\x20db\x20belongs\x20to\x20another\x20app,\x20rerun\x20with\x20--appcode\x20<appCode>.','6hoazrT','entries','length','828HIjVJK','3753544Armepn','map','180785BwaPKg','set','toLowerCase','274AVhhDZ','No\x20linked\x20databases\x20found\x20under\x20app\x20\x22','dbId','has','get','7bJijLJ','7092504fgNPDQ'];a166_0x5951=function(){return _0x4954ae;};return a166_0x5951();}
@@ -1 +1 @@
1
- function a166_0x162f(){const _0x210c75=['7GgBGqp','32262GTBoOb','page.lock.json','6405327yXCOOi','4548690BAuLQe','1569604zJyZEM','12qqXGPF','page','toUpperCase','.rabetbase','9012776jElRTg','appPagesDir','186087SteJIU','595LDeiqu','261121ATpYbt'];a166_0x162f=function(){return _0x210c75;};return a166_0x162f();}(function(_0x4e9503,_0x393199){const _0x3c3f06=a166_0x3460,_0x274b2c=_0x4e9503();while(!![]){try{const _0x46f714=-parseInt(_0x3c3f06(0x9c))/0x1+parseInt(_0x3c3f06(0x93))/0x2+-parseInt(_0x3c3f06(0x9a))/0x3*(parseInt(_0x3c3f06(0x94))/0x4)+parseInt(_0x3c3f06(0x9b))/0x5*(-parseInt(_0x3c3f06(0x8f))/0x6)+parseInt(_0x3c3f06(0x9d))/0x7*(parseInt(_0x3c3f06(0x98))/0x8)+-parseInt(_0x3c3f06(0x91))/0x9+parseInt(_0x3c3f06(0x92))/0xa;if(_0x46f714===_0x393199)break;else _0x274b2c['push'](_0x274b2c['shift']());}catch(_0xde93a7){_0x274b2c['push'](_0x274b2c['shift']());}}}(a166_0x162f,0x8a8c6));import{constants}from'node:fs';import{access,mkdir}from'node:fs/promises';import{dirname,join,resolve}from'node:path';export function loadPageProjectConfig(_0x4160a3,_0x29b689=process['cwd']()){const _0x174106=a166_0x3460,_0x452ba8=resolve(_0x29b689),_0xa7992a=join(_0x452ba8,_0x174106(0x97),_0x174106(0x95));return{'projectRoot':_0x452ba8,'pagesBaseDir':_0xa7992a,'appPagesDir':join(_0xa7992a,_0x4160a3),'lockFilePath':join(_0x452ba8,_0x174106(0x97),_0x174106(0x90))};}export function buildPageFileName(_0x3421ad,_0x3253e5){const _0x5df22a=a166_0x3460;return _0x3421ad+'-'+String(_0x3253e5)[_0x5df22a(0x96)]()+'.json';}export function resolvePageFilePath(_0x374f9e,_0x10b1a3,_0x552140){const _0x37680d=a166_0x3460;return join(_0x374f9e[_0x37680d(0x99)],buildPageFileName(_0x10b1a3,_0x552140));}function a166_0x3460(_0x31a503,_0x1dbcf5){_0x31a503=_0x31a503-0x8f;const _0x162f21=a166_0x162f();let _0x3460aa=_0x162f21[_0x31a503];return _0x3460aa;}export async function ensureParentDirectory(_0x1d5351){await mkdir(dirname(_0x1d5351),{'recursive':!![]});}export async function fileExists(_0x386b67){try{return await access(_0x386b67,constants['F_OK']),!![];}catch{return![];}}
1
+ const a167_0x50c8d5=a167_0x5d67;(function(_0x225c73,_0x44e8cd){const _0x4896d0=a167_0x5d67,_0xc27eef=_0x225c73();while(!![]){try{const _0x3080ca=-parseInt(_0x4896d0(0x1e8))/0x1+parseInt(_0x4896d0(0x1f3))/0x2+parseInt(_0x4896d0(0x1e7))/0x3*(parseInt(_0x4896d0(0x1f0))/0x4)+parseInt(_0x4896d0(0x1e4))/0x5*(-parseInt(_0x4896d0(0x1f2))/0x6)+-parseInt(_0x4896d0(0x1e5))/0x7*(-parseInt(_0x4896d0(0x1ed))/0x8)+-parseInt(_0x4896d0(0x1f1))/0x9*(-parseInt(_0x4896d0(0x1ee))/0xa)+parseInt(_0x4896d0(0x1ea))/0xb*(parseInt(_0x4896d0(0x1ec))/0xc);if(_0x3080ca===_0x44e8cd)break;else _0xc27eef['push'](_0xc27eef['shift']());}catch(_0x2e896c){_0xc27eef['push'](_0xc27eef['shift']());}}}(a167_0x1f3d,0x1ab07));function a167_0x5d67(_0x2b477f,_0x471e11){_0x2b477f=_0x2b477f-0x1e4;const _0x1f3dc0=a167_0x1f3d();let _0x5d6738=_0x1f3dc0[_0x2b477f];return _0x5d6738;}import{constants}from'node:fs';import{access,mkdir}from'node:fs/promises';function a167_0x1f3d(){const _0x411357=['30QCvvdZ','38774eqxmFa','.rabetbase','192965uBNASb','4592uTwcEW','cwd','3669eihMnp','50789RpeTpt','F_OK','1416932UsKeiO','page','24wdnbxR','248Ywcyrn','14400CLsNkq','.json','8AibdQv','333EIMotQ'];a167_0x1f3d=function(){return _0x411357;};return a167_0x1f3d();}import{dirname,join,resolve}from'node:path';export function loadPageProjectConfig(_0x4b0ce7,_0x1285a9=process[a167_0x50c8d5(0x1e6)]()){const _0x108a68=a167_0x50c8d5,_0x4f89b6=resolve(_0x1285a9),_0x4f14f6=join(_0x4f89b6,_0x108a68(0x1f4),_0x108a68(0x1eb));return{'projectRoot':_0x4f89b6,'pagesBaseDir':_0x4f14f6,'appPagesDir':join(_0x4f14f6,_0x4b0ce7),'lockFilePath':join(_0x4f89b6,_0x108a68(0x1f4),'page.lock.json')};}export function buildPageFileName(_0x50fa56,_0x5554e4){const _0xc1c658=a167_0x50c8d5;return _0x50fa56+'-'+String(_0x5554e4)['toUpperCase']()+_0xc1c658(0x1ef);}export function resolvePageFilePath(_0x3a494b,_0x22bae0,_0x4b693d){return join(_0x3a494b['appPagesDir'],buildPageFileName(_0x22bae0,_0x4b693d));}export async function ensureParentDirectory(_0x3916ce){await mkdir(dirname(_0x3916ce),{'recursive':!![]});}export async function fileExists(_0x4ec35f){const _0x25e1bd=a167_0x50c8d5;try{return await access(_0x4ec35f,constants[_0x25e1bd(0x1e9)]),!![];}catch{return![];}}
@@ -1 +1 @@
1
- function a167_0x130e(){const _0xb13ddd=['11630upIPFy','createHash','357iFZAqG','2105mZVtix','23812dqIBQn','6862681uscVYC','190zgbbxQ','digest','2364AEPLRM','210368QStnij','parse','utf8','9768390qqQiki','md5','hex','6729651lLBWXi'];a167_0x130e=function(){return _0xb13ddd;};return a167_0x130e();}(function(_0x161116,_0x59819d){const _0x43ea40=a167_0x25c8,_0x26d006=_0x161116();while(!![]){try{const _0x6d1529=-parseInt(_0x43ea40(0x136))/0x1*(-parseInt(_0x43ea40(0x129))/0x2)+parseInt(_0x43ea40(0x135))/0x3*(parseInt(_0x43ea40(0x137))/0x4)+-parseInt(_0x43ea40(0x133))/0x5*(parseInt(_0x43ea40(0x12b))/0x6)+parseInt(_0x43ea40(0x128))/0x7+-parseInt(_0x43ea40(0x12c))/0x8+parseInt(_0x43ea40(0x132))/0x9+-parseInt(_0x43ea40(0x12f))/0xa;if(_0x6d1529===_0x59819d)break;else _0x26d006['push'](_0x26d006['shift']());}catch(_0x2e0c91){_0x26d006['push'](_0x26d006['shift']());}}}(a167_0x130e,0xaf07d));import a167_0x5db299 from'node:crypto';import{readFile}from'node:fs/promises';function a167_0x25c8(_0x49f2ff,_0x7f0f9c){_0x49f2ff=_0x49f2ff-0x128;const _0x130ef2=a167_0x130e();let _0x25c864=_0x130ef2[_0x49f2ff];return _0x25c864;}export function serializePageSchemaForFile(_0x47c06a){const _0x4bfea5=a167_0x25c8;return JSON['stringify'](JSON[_0x4bfea5(0x12d)](_0x47c06a),null,0x2)+'\x0a';}export function computePageContentHash(_0x1a62c3){const _0x2d0b2d=a167_0x25c8;return a167_0x5db299[_0x2d0b2d(0x134)](_0x2d0b2d(0x130))['update'](_0x1a62c3)[_0x2d0b2d(0x12a)](_0x2d0b2d(0x131));}export function computeSerializedSchemaHash(_0xbc6abd){return computePageContentHash(serializePageSchemaForFile(_0xbc6abd));}export async function computePageFileHash(_0x5d1074){const _0x44fb42=a167_0x25c8,_0x46e290=await readFile(_0x5d1074,_0x44fb42(0x12e));return computePageContentHash(_0x46e290);}
1
+ (function(_0x51911e,_0x4ae289){const _0xd382de=a168_0x464e,_0x3c2227=_0x51911e();while(!![]){try{const _0x555cb2=-parseInt(_0xd382de(0x14c))/0x1*(parseInt(_0xd382de(0x154))/0x2)+parseInt(_0xd382de(0x14f))/0x3+parseInt(_0xd382de(0x155))/0x4+-parseInt(_0xd382de(0x151))/0x5*(-parseInt(_0xd382de(0x153))/0x6)+parseInt(_0xd382de(0x14b))/0x7+-parseInt(_0xd382de(0x14a))/0x8+-parseInt(_0xd382de(0x156))/0x9;if(_0x555cb2===_0x4ae289)break;else _0x3c2227['push'](_0x3c2227['shift']());}catch(_0x2b4ed0){_0x3c2227['push'](_0x3c2227['shift']());}}}(a168_0x2853,0x340a7));import a168_0x1aa340 from'node:crypto';import{readFile}from'node:fs/promises';export function serializePageSchemaForFile(_0x218f51){const _0x3231b3=a168_0x464e;return JSON[_0x3231b3(0x14d)](JSON['parse'](_0x218f51),null,0x2)+'\x0a';}export function computePageContentHash(_0x1e41b8){const _0x31f032=a168_0x464e;return a168_0x1aa340[_0x31f032(0x150)](_0x31f032(0x14e))['update'](_0x1e41b8)['digest'](_0x31f032(0x149));}function a168_0x464e(_0x1cfa65,_0x424a33){_0x1cfa65=_0x1cfa65-0x149;const _0x2853ee=a168_0x2853();let _0x464e7a=_0x2853ee[_0x1cfa65];return _0x464e7a;}export function computeSerializedSchemaHash(_0x2c7c66){return computePageContentHash(serializePageSchemaForFile(_0x2c7c66));}export async function computePageFileHash(_0x4eb803){const _0x47e636=a168_0x464e,_0x45d52b=await readFile(_0x4eb803,_0x47e636(0x152));return computePageContentHash(_0x45d52b);}function a168_0x2853(){const _0xc2573f=['2067755bQzwnz','utf8','6ufmHhN','808YBCYsb','872056KVdECM','1915137dIhNPA','hex','993816gHqcNE','459963cnjSma','695jwaMrV','stringify','md5','401055JRZvlG','createHash'];a168_0x2853=function(){return _0xc2573f;};return a168_0x2853();}
@@ -1 +1 @@
1
- function a168_0x4e70(){const _0x5705c2=['20060GHfjEd','15GjqfkX','lastSync','pages','object','4432560pXaMif','utf8','10QnjKbE','code','122394RUpEUS','apps','Failed\x20to\x20read\x20page\x20lock\x20file:\x20','ENOENT','1341RrAfEn','133CEymlj','2169516DHIHCz','1639832ortHJx','67744rPgEEW','302352lpZtJq'];a168_0x4e70=function(){return _0x5705c2;};return a168_0x4e70();}(function(_0x37d281,_0xb47385){const _0x2030dd=a168_0x3e8c,_0x402db3=_0x37d281();while(!![]){try{const _0x53b5aa=parseInt(_0x2030dd(0x6f))/0x1*(-parseInt(_0x2030dd(0x6c))/0x2)+-parseInt(_0x2030dd(0x6a))/0x3+parseInt(_0x2030dd(0x6b))/0x4*(parseInt(_0x2030dd(0x75))/0x5)+parseInt(_0x2030dd(0x77))/0x6+-parseInt(_0x2030dd(0x69))/0x7*(-parseInt(_0x2030dd(0x6d))/0x8)+parseInt(_0x2030dd(0x68))/0x9*(-parseInt(_0x2030dd(0x6e))/0xa)+parseInt(_0x2030dd(0x73))/0xb;if(_0x53b5aa===_0xb47385)break;else _0x402db3['push'](_0x402db3['shift']());}catch(_0x51b79a){_0x402db3['push'](_0x402db3['shift']());}}}(a168_0x4e70,0x6946f));import{mkdir,readFile,writeFile}from'node:fs/promises';import{dirname}from'node:path';export function createEmptyPageLock(){return{'apps':{}};}function a168_0x3e8c(_0x23eb71,_0x547fc0){_0x23eb71=_0x23eb71-0x65;const _0x4e7025=a168_0x4e70();let _0x3e8cc4=_0x4e7025[_0x23eb71];return _0x3e8cc4;}export function ensurePageLockScope(_0x39c28b,_0x267916){const _0x41c252=a168_0x3e8c,_0x266505={'apps':_0x39c28b[_0x41c252(0x65)]&&typeof _0x39c28b[_0x41c252(0x65)]===_0x41c252(0x72)?_0x39c28b[_0x41c252(0x65)]:{}};let _0x380125=_0x266505[_0x41c252(0x65)][_0x267916];if(!_0x380125)return _0x380125={'lastSync':'','pages':{}},_0x266505[_0x41c252(0x65)][_0x267916]=_0x380125,{'lockData':_0x266505,'appLock':_0x380125};return!_0x380125[_0x41c252(0x70)]&&(_0x380125[_0x41c252(0x70)]=''),(!_0x380125[_0x41c252(0x71)]||typeof _0x380125[_0x41c252(0x71)]!==_0x41c252(0x72))&&(_0x380125[_0x41c252(0x71)]={}),{'lockData':_0x266505,'appLock':_0x380125};}export async function readPageLockFile(_0x1eb8e7){const _0x19e5ab=a168_0x3e8c;try{const _0x4b124e=await readFile(_0x1eb8e7,'utf8'),_0x44efb1=JSON['parse'](_0x4b124e);return{'apps':_0x44efb1[_0x19e5ab(0x65)]&&typeof _0x44efb1[_0x19e5ab(0x65)]===_0x19e5ab(0x72)?_0x44efb1[_0x19e5ab(0x65)]:{}};}catch(_0x57809d){if(_0x57809d[_0x19e5ab(0x76)]===_0x19e5ab(0x67))return null;throw new Error(_0x19e5ab(0x66)+String(_0x57809d));}}export async function writePageLockFile(_0x149e9d,_0x48a2b7){const _0xb9f39c=a168_0x3e8c;await mkdir(dirname(_0x149e9d),{'recursive':!![]}),await writeFile(_0x149e9d,JSON['stringify'](_0x48a2b7,null,0x2),_0xb9f39c(0x74));}
1
+ (function(_0x5176bb,_0x2ae01f){const _0x443446=a169_0x3892,_0x311c79=_0x5176bb();while(!![]){try{const _0x3d29c2=-parseInt(_0x443446(0x90))/0x1+-parseInt(_0x443446(0x8f))/0x2*(parseInt(_0x443446(0x94))/0x3)+-parseInt(_0x443446(0x8a))/0x4+parseInt(_0x443446(0x97))/0x5+-parseInt(_0x443446(0x8c))/0x6*(parseInt(_0x443446(0x89))/0x7)+parseInt(_0x443446(0x92))/0x8+-parseInt(_0x443446(0x8e))/0x9*(-parseInt(_0x443446(0x8b))/0xa);if(_0x3d29c2===_0x2ae01f)break;else _0x311c79['push'](_0x311c79['shift']());}catch(_0x6a8e28){_0x311c79['push'](_0x311c79['shift']());}}}(a169_0x1a8a,0xbcaec));import{mkdir,readFile,writeFile}from'node:fs/promises';import{dirname}from'node:path';export function createEmptyPageLock(){return{'apps':{}};}function a169_0x3892(_0x3da9ad,_0x5df4b3){_0x3da9ad=_0x3da9ad-0x84;const _0x1a8aa7=a169_0x1a8a();let _0x38926b=_0x1a8aa7[_0x3da9ad];return _0x38926b;}function a169_0x1a8a(){const _0x2f02df=['16396aCFjhM','856638wKmJgN','utf8','1638160vWSiCO','parse','441oQQlxS','stringify','Failed\x20to\x20read\x20page\x20lock\x20file:\x20','6823030WncfKi','object','lastSync','apps','pages','code','217595ascLJB','5452448sirzXR','15860aFuagj','48rvBZbT','ENOENT','16326mUIyeJ'];a169_0x1a8a=function(){return _0x2f02df;};return a169_0x1a8a();}export function ensurePageLockScope(_0x388978,_0x5bd39d){const _0x419351=a169_0x3892,_0x561919={'apps':_0x388978[_0x419351(0x86)]&&typeof _0x388978['apps']===_0x419351(0x84)?_0x388978[_0x419351(0x86)]:{}};let _0x65790f=_0x561919[_0x419351(0x86)][_0x5bd39d];if(!_0x65790f)return _0x65790f={'lastSync':'','pages':{}},_0x561919[_0x419351(0x86)][_0x5bd39d]=_0x65790f,{'lockData':_0x561919,'appLock':_0x65790f};return!_0x65790f[_0x419351(0x85)]&&(_0x65790f['lastSync']=''),(!_0x65790f[_0x419351(0x87)]||typeof _0x65790f[_0x419351(0x87)]!==_0x419351(0x84))&&(_0x65790f[_0x419351(0x87)]={}),{'lockData':_0x561919,'appLock':_0x65790f};}export async function readPageLockFile(_0x12f530){const _0x4da3d5=a169_0x3892;try{const _0x2c66fb=await readFile(_0x12f530,_0x4da3d5(0x91)),_0x5daba1=JSON[_0x4da3d5(0x93)](_0x2c66fb);return{'apps':_0x5daba1[_0x4da3d5(0x86)]&&typeof _0x5daba1[_0x4da3d5(0x86)]==='object'?_0x5daba1[_0x4da3d5(0x86)]:{}};}catch(_0x4cfeda){if(_0x4cfeda[_0x4da3d5(0x88)]===_0x4da3d5(0x8d))return null;throw new Error(_0x4da3d5(0x96)+String(_0x4cfeda));}}export async function writePageLockFile(_0xf72205,_0x5b19ab){const _0x177b26=a169_0x3892;await mkdir(dirname(_0xf72205),{'recursive':!![]}),await writeFile(_0xf72205,JSON[_0x177b26(0x95)](_0x5b19ab,null,0x2),_0x177b26(0x91));}
@@ -1 +1 @@
1
- const a170_0x306c43=a170_0x23fb;(function(_0x1a40b4,_0x1bb33d){const _0x34fe0f=a170_0x23fb,_0x1515ff=_0x1a40b4();while(!![]){try{const _0x296b29=parseInt(_0x34fe0f(0x152))/0x1+parseInt(_0x34fe0f(0x14e))/0x2*(-parseInt(_0x34fe0f(0x158))/0x3)+parseInt(_0x34fe0f(0x150))/0x4+parseInt(_0x34fe0f(0x151))/0x5*(parseInt(_0x34fe0f(0x156))/0x6)+-parseInt(_0x34fe0f(0x14d))/0x7+-parseInt(_0x34fe0f(0x155))/0x8*(parseInt(_0x34fe0f(0x159))/0x9)+parseInt(_0x34fe0f(0x153))/0xa;if(_0x296b29===_0x1bb33d)break;else _0x1515ff['push'](_0x1515ff['shift']());}catch(_0x48fffb){_0x1515ff['push'](_0x1515ff['shift']());}}}(a170_0x1977,0x2dae6));import{resolve}from'node:path';import{findProjectRootDirectory}from'../../context.js';const DOT_DIR=a170_0x306c43(0x14f),LOCK_FILE_NAME='sql.lock.json',TRASH_DIR_NAME=a170_0x306c43(0x157);function a170_0x1977(){const _0x690fc2=['.rabetbase','1406552Lvybgg','3605vvuLaM','19252ssdkAg','2259700mfhTsD','sql','528cZgtsF','1380BmDMEt','sql-trash','981885CcKeda','30231srdtRG','186137pPXdXg','2dpQbsG'];a170_0x1977=function(){return _0x690fc2;};return a170_0x1977();}function a170_0x23fb(_0x5ceb62,_0x333397){_0x5ceb62=_0x5ceb62-0x14d;const _0x197746=a170_0x1977();let _0x23fb21=_0x197746[_0x5ceb62];return _0x23fb21;}export function loadSqlProjectConfig(_0x35d0eb,_0x62f484){const _0x3755b3=a170_0x306c43,_0x13a500=resolve(_0x62f484??findProjectRootDirectory()),_0x1de1f2=DOT_DIR+'/sql',_0x408297=_0x1de1f2+'/'+_0x35d0eb;return{'projectRoot':_0x13a500,'appCode':_0x35d0eb,'sqlWorkspaceRoot':_0x1de1f2,'sqlRoot':_0x408297,'sqlRootDir':resolve(_0x13a500,DOT_DIR,_0x3755b3(0x154),_0x35d0eb),'lockFilePath':resolve(_0x13a500,DOT_DIR,LOCK_FILE_NAME),'trashDir':resolve(_0x13a500,DOT_DIR,TRASH_DIR_NAME)};}
1
+ function a171_0x1d0f(){const _0x44de2e=['sql.lock.json','371484JPqLGh','/sql','.rabetbase','sql-trash','916865FbCdZz','26PejoAu','sql','2827188Qewaoz','5047GbnIZR','226401Fflqqj','781496FzhgmY','881HKUvoo','424aVatWp'];a171_0x1d0f=function(){return _0x44de2e;};return a171_0x1d0f();}const a171_0x3b648a=a171_0x29f0;(function(_0x422557,_0x36334b){const _0x377684=a171_0x29f0,_0x3e6e36=_0x422557();while(!![]){try{const _0x28b2c8=-parseInt(_0x377684(0x1ab))/0x1*(-parseInt(_0x377684(0x1b3))/0x2)+parseInt(_0x377684(0x1a9))/0x3+-parseInt(_0x377684(0x1aa))/0x4+-parseInt(_0x377684(0x1b2))/0x5+parseInt(_0x377684(0x1ae))/0x6+parseInt(_0x377684(0x1a8))/0x7*(parseInt(_0x377684(0x1ac))/0x8)+parseInt(_0x377684(0x1b5))/0x9;if(_0x28b2c8===_0x36334b)break;else _0x3e6e36['push'](_0x3e6e36['shift']());}catch(_0x2d27b3){_0x3e6e36['push'](_0x3e6e36['shift']());}}}(a171_0x1d0f,0x1de40));import{resolve}from'node:path';import{findProjectRootDirectory}from'../../context.js';const DOT_DIR=a171_0x3b648a(0x1b0),LOCK_FILE_NAME=a171_0x3b648a(0x1ad),TRASH_DIR_NAME=a171_0x3b648a(0x1b1);function a171_0x29f0(_0x313a49,_0x2fa76d){_0x313a49=_0x313a49-0x1a8;const _0x1d0f5b=a171_0x1d0f();let _0x29f01b=_0x1d0f5b[_0x313a49];return _0x29f01b;}export function loadSqlProjectConfig(_0x316216,_0xfb0435){const _0x12ce0d=a171_0x3b648a,_0x22b9a4=resolve(_0xfb0435??findProjectRootDirectory()),_0x467b86=DOT_DIR+_0x12ce0d(0x1af),_0x262ef1=_0x467b86+'/'+_0x316216;return{'projectRoot':_0x22b9a4,'appCode':_0x316216,'sqlWorkspaceRoot':_0x467b86,'sqlRoot':_0x262ef1,'sqlRootDir':resolve(_0x22b9a4,DOT_DIR,_0x12ce0d(0x1b4),_0x316216),'lockFilePath':resolve(_0x22b9a4,DOT_DIR,LOCK_FILE_NAME),'trashDir':resolve(_0x22b9a4,DOT_DIR,TRASH_DIR_NAME)};}
@@ -1 +1 @@
1
- (function(_0x84dc22,_0x5acea8){const _0x3e6c5d=a171_0x2501,_0x4eda74=_0x84dc22();while(!![]){try{const _0x5d1d08=-parseInt(_0x3e6c5d(0x125))/0x1+parseInt(_0x3e6c5d(0x118))/0x2*(parseInt(_0x3e6c5d(0x114))/0x3)+-parseInt(_0x3e6c5d(0x10f))/0x4+-parseInt(_0x3e6c5d(0x117))/0x5+parseInt(_0x3e6c5d(0x110))/0x6*(parseInt(_0x3e6c5d(0x111))/0x7)+-parseInt(_0x3e6c5d(0x11f))/0x8+-parseInt(_0x3e6c5d(0x124))/0x9*(-parseInt(_0x3e6c5d(0x10e))/0xa);if(_0x5d1d08===_0x5acea8)break;else _0x4eda74['push'](_0x4eda74['shift']());}catch(_0x23c986){_0x4eda74['push'](_0x4eda74['shift']());}}}(a171_0x36c3,0x66cbf));import{readdir,stat}from'node:fs/promises';function a171_0x36c3(){const _0x414b4f=['807770iiWcTn','313112KmsIAM','isFile','slice','test','push','sqlRootDir','name','3933616krZyvl','length','.xml','mode','ENOENT','126MUUoTl','277679tngOdT','replace','sqlCode','path','isDirectory','489230eaItGo','604imLWmX','30QWvBQy','57393dekUqm','sql','sqlName','12XJTfvj','dbName','filter'];a171_0x36c3=function(){return _0x414b4f;};return a171_0x36c3();}import{extname,join,relative}from'node:path';import{buildDefaultSqlFileName,buildSqlRelativePath}from'./utils.js';function extensionToMode(_0x5a4371){const _0xc1e29c=a171_0x2501;if(_0x5a4371==='.sql')return _0xc1e29c(0x112);if(_0x5a4371===_0xc1e29c(0x121))return'mybatisXml';return undefined;}async function scanSqlFilesRecursively(_0x491e4f,_0x48225c){const _0x3a5728=a171_0x2501,_0x504a64=[];try{const _0x49e661=await readdir(_0x491e4f,{'withFileTypes':!![]});for(const _0x5996b0 of _0x49e661){const _0x2389ae=join(_0x491e4f,_0x5996b0['name']);if(_0x5996b0['isDirectory']()){_0x504a64[_0x3a5728(0x11c)](...await scanSqlFilesRecursively(_0x2389ae,_0x48225c));continue;}if(!_0x5996b0[_0x3a5728(0x119)]())continue;const _0x141044=extname(_0x5996b0['name'])['toLowerCase'](),_0x10a58c=extensionToMode(_0x141044);if(!_0x10a58c)continue;const _0x4fafb4=relative(_0x48225c,_0x2389ae)[_0x3a5728(0x126)](/\\/g,'/'),_0x1caa8f=_0x4fafb4['split']('/')[_0x3a5728(0x116)](Boolean),_0x45f2f6=parseSqlPath(_0x1caa8f,_0x5996b0[_0x3a5728(0x11e)],_0x141044);if(!_0x45f2f6)continue;_0x504a64['push']({'sqlCode':_0x45f2f6[_0x3a5728(0x127)],'sqlName':_0x45f2f6[_0x3a5728(0x113)],'dbDirectory':_0x1caa8f[0x0],'filePath':_0x2389ae,'relativePath':_0x4fafb4,'lockKey':_0x45f2f6['sqlCode'],'mode':_0x10a58c});}}catch(_0x2716da){if(_0x2716da['code']!==_0x3a5728(0x123))throw _0x2716da;}return _0x504a64;}function a171_0x2501(_0x374222,_0x1e192c){_0x374222=_0x374222-0x10e;const _0x36c390=a171_0x36c3();let _0x250121=_0x36c390[_0x374222];return _0x250121;}export async function scanLocalSqlQueries(_0x3070cf){const _0xf4391e=a171_0x2501;return scanSqlFilesRecursively(_0x3070cf[_0xf4391e(0x11d)],_0x3070cf[_0xf4391e(0x11d)]);}export function resolveLocalSqlFilePath(_0x2b59ac,_0x20d5d0,_0x9f207b){const _0x4a01e1=a171_0x2501,_0x1265fd=_0x9f207b?.[_0x4a01e1(0x128)]||(_0x9f207b?.[_0x4a01e1(0x113)]||_0x9f207b?.[_0x4a01e1(0x115)]?buildSqlRelativePath(_0x20d5d0,_0x9f207b?.[_0x4a01e1(0x113)],_0x9f207b?.[_0x4a01e1(0x115)],_0x9f207b?.[_0x4a01e1(0x122)]||'sql',_0x9f207b?.['dbId']):buildDefaultSqlFileName(_0x20d5d0,_0x9f207b?.[_0x4a01e1(0x122)]||_0x4a01e1(0x112)));return join(_0x2b59ac['sqlRootDir'],_0x1265fd);}export async function directoryExists(_0x24b312){const _0x414517=a171_0x2501;try{const _0xa042af=await stat(_0x24b312);return _0xa042af[_0x414517(0x129)]();}catch{return![];}}function parseSqlPath(_0x76466b,_0x48fbc3,_0x3f0d3c){const _0xe0148f=a171_0x2501,_0x4b7981=_0x48fbc3[_0xe0148f(0x11a)](0x0,-_0x3f0d3c[_0xe0148f(0x120)]);if(_0x76466b[_0xe0148f(0x120)]<0x2)return null;const _0x118da8=_0x4b7981['indexOf']('_');if(_0x118da8<=0x0||_0x118da8>=_0x4b7981[_0xe0148f(0x120)]-0x1)return null;const _0x3d8340=_0x4b7981['slice'](0x0,_0x118da8);if(!isLikelySqlCode(_0x3d8340))return null;return{'sqlCode':_0x3d8340,'sqlName':_0x4b7981['slice'](_0x118da8+0x1)};}function isLikelySqlCode(_0x24471a){const _0x2d1f0c=a171_0x2501;return/^[A-Za-z0-9-]+-[A-Za-z0-9-]+$/[_0x2d1f0c(0x11b)](_0x24471a);}
1
+ (function(_0x1efd05,_0x303677){const _0x457ba5=a172_0x246f,_0x904771=_0x1efd05();while(!![]){try{const _0x4c8730=parseInt(_0x457ba5(0xc6))/0x1*(-parseInt(_0x457ba5(0xc8))/0x2)+-parseInt(_0x457ba5(0xd5))/0x3*(-parseInt(_0x457ba5(0xde))/0x4)+parseInt(_0x457ba5(0xe1))/0x5*(parseInt(_0x457ba5(0xd1))/0x6)+parseInt(_0x457ba5(0xd7))/0x7+-parseInt(_0x457ba5(0xca))/0x8*(-parseInt(_0x457ba5(0xd2))/0x9)+parseInt(_0x457ba5(0xc7))/0xa+parseInt(_0x457ba5(0xd3))/0xb*(parseInt(_0x457ba5(0xdc))/0xc);if(_0x4c8730===_0x303677)break;else _0x904771['push'](_0x904771['shift']());}catch(_0x5c4f7a){_0x904771['push'](_0x904771['shift']());}}}(a172_0x58de,0x9381a));import{readdir,stat}from'node:fs/promises';import{extname,join,relative}from'node:path';import{buildDefaultSqlFileName,buildSqlRelativePath}from'./utils.js';function extensionToMode(_0x9dc9a2){const _0x2b16c2=a172_0x246f;if(_0x9dc9a2==='.sql')return'sql';if(_0x9dc9a2===_0x2b16c2(0xcc))return _0x2b16c2(0xce);return undefined;}async function scanSqlFilesRecursively(_0xb66014,_0x57fca2){const _0x3bbb42=a172_0x246f,_0x1cff36=[];try{const _0x979dbe=await readdir(_0xb66014,{'withFileTypes':!![]});for(const _0x26b216 of _0x979dbe){const _0x472ca7=join(_0xb66014,_0x26b216['name']);if(_0x26b216['isDirectory']()){_0x1cff36[_0x3bbb42(0xd8)](...await scanSqlFilesRecursively(_0x472ca7,_0x57fca2));continue;}if(!_0x26b216[_0x3bbb42(0xda)]())continue;const _0x190557=extname(_0x26b216['name'])[_0x3bbb42(0xe2)](),_0x3f5465=extensionToMode(_0x190557);if(!_0x3f5465)continue;const _0x3190b1=relative(_0x57fca2,_0x472ca7)['replace'](/\\/g,'/'),_0x1a6ab7=_0x3190b1['split']('/')[_0x3bbb42(0xd0)](Boolean),_0x4778b8=parseSqlPath(_0x1a6ab7,_0x26b216['name'],_0x190557);if(!_0x4778b8)continue;_0x1cff36[_0x3bbb42(0xd8)]({'sqlCode':_0x4778b8['sqlCode'],'sqlName':_0x4778b8['sqlName'],'dbDirectory':_0x1a6ab7[0x0],'filePath':_0x472ca7,'relativePath':_0x3190b1,'lockKey':_0x4778b8['sqlCode'],'mode':_0x3f5465});}}catch(_0x194da0){if(_0x194da0[_0x3bbb42(0xdd)]!=='ENOENT')throw _0x194da0;}return _0x1cff36;}export async function scanLocalSqlQueries(_0x4dcc86){const _0x3e1130=a172_0x246f;return scanSqlFilesRecursively(_0x4dcc86[_0x3e1130(0xcb)],_0x4dcc86['sqlRootDir']);}export function resolveLocalSqlFilePath(_0x152cdf,_0x11fe48,_0x514022){const _0x5573f7=a172_0x246f,_0x13ee67=_0x514022?.[_0x5573f7(0xd9)]||(_0x514022?.[_0x5573f7(0xcd)]||_0x514022?.[_0x5573f7(0xcf)]?buildSqlRelativePath(_0x11fe48,_0x514022?.['sqlName'],_0x514022?.[_0x5573f7(0xcf)],_0x514022?.['mode']||_0x5573f7(0xe0),_0x514022?.['dbId']):buildDefaultSqlFileName(_0x11fe48,_0x514022?.[_0x5573f7(0xd4)]||_0x5573f7(0xe0)));return join(_0x152cdf[_0x5573f7(0xcb)],_0x13ee67);}export async function directoryExists(_0x30d574){const _0x729457=a172_0x246f;try{const _0xa7cfd0=await stat(_0x30d574);return _0xa7cfd0[_0x729457(0xd6)]();}catch{return![];}}function a172_0x246f(_0x2353d5,_0x3171ca){_0x2353d5=_0x2353d5-0xc5;const _0x58de23=a172_0x58de();let _0x246fd0=_0x58de23[_0x2353d5];return _0x246fd0;}function parseSqlPath(_0x2eddbd,_0x2ce699,_0x1ad57a){const _0xc5684f=a172_0x246f,_0x2552a8=_0x2ce699[_0xc5684f(0xdb)](0x0,-_0x1ad57a['length']);if(_0x2eddbd['length']<0x2)return null;const _0x414ba6=_0x2552a8[_0xc5684f(0xc5)]('_');if(_0x414ba6<=0x0||_0x414ba6>=_0x2552a8[_0xc5684f(0xdf)]-0x1)return null;const _0x4d6a88=_0x2552a8[_0xc5684f(0xdb)](0x0,_0x414ba6);if(!isLikelySqlCode(_0x4d6a88))return null;return{'sqlCode':_0x4d6a88,'sqlName':_0x2552a8['slice'](_0x414ba6+0x1)};}function a172_0x58de(){const _0x5e2344=['40023BhhkFi','17281hOKkMs','mode','2210694eIDItX','isDirectory','693798KCmGxr','push','path','isFile','slice','708iBWziH','code','4VZBcOe','length','sql','25bEaZoF','toLowerCase','indexOf','1433cQhXyP','5821140sHiUgW','1682fgnCBt','test','56tlKWUW','sqlRootDir','.xml','sqlName','mybatisXml','dbName','filter','320874keDRhy'];a172_0x58de=function(){return _0x5e2344;};return a172_0x58de();}function isLikelySqlCode(_0x4a42bd){const _0x299966=a172_0x246f;return/^[A-Za-z0-9-]+-[A-Za-z0-9-]+$/[_0x299966(0xc9)](_0x4a42bd);}
@@ -1 +1 @@
1
- (function(_0x298b20,_0x30d806){const _0xc0be76=a172_0x571d,_0x3796d1=_0x298b20();while(!![]){try{const _0x30079e=parseInt(_0xc0be76(0xd7))/0x1*(-parseInt(_0xc0be76(0xd5))/0x2)+-parseInt(_0xc0be76(0xce))/0x3*(parseInt(_0xc0be76(0xcc))/0x4)+parseInt(_0xc0be76(0xc9))/0x5*(-parseInt(_0xc0be76(0xd1))/0x6)+parseInt(_0xc0be76(0xd2))/0x7*(parseInt(_0xc0be76(0xd6))/0x8)+-parseInt(_0xc0be76(0xcd))/0x9+parseInt(_0xc0be76(0xd4))/0xa+parseInt(_0xc0be76(0xc7))/0xb;if(_0x30079e===_0x30d806)break;else _0x3796d1['push'](_0x3796d1['shift']());}catch(_0x5e991c){_0x3796d1['push'](_0x3796d1['shift']());}}}(a172_0x44f4,0x4b1f2));function a172_0x571d(_0x22b211,_0x5df431){_0x22b211=_0x22b211-0xc7;const _0x44f4d7=a172_0x44f4();let _0x571daa=_0x44f4d7[_0x22b211];return _0x571daa;}import{readFile}from'node:fs/promises';import a172_0x303dad from'node:crypto';function a172_0x44f4(){const _0x49308c=['md5','3980yGoLsj','4409586imayNQ','1593wTOrsc','createHash','digest','104586hbGTCl','4007045gxrrEY','hex','4334300fnuWbi','16NfhfnO','8Hmhumb','59857HxkCae','13390652IToisz','update','120SuDTvp','utf8'];a172_0x44f4=function(){return _0x49308c;};return a172_0x44f4();}export function computeSqlContentHash(_0x5e7364){const _0x28e7de=a172_0x571d;return a172_0x303dad[_0x28e7de(0xcf)](_0x28e7de(0xcb))[_0x28e7de(0xc8)](_0x5e7364)[_0x28e7de(0xd0)](_0x28e7de(0xd3));}export async function computeSqlFileHash(_0xef18cd){const _0x3e4548=a172_0x571d,_0x19fe04=await readFile(_0xef18cd,_0x3e4548(0xca));return computeSqlContentHash(_0x19fe04);}
1
+ (function(_0x24c8c1,_0x2e5364){const _0xa9ff15=a173_0x2272,_0x387964=_0x24c8c1();while(!![]){try{const _0x2ae550=-parseInt(_0xa9ff15(0x13f))/0x1+parseInt(_0xa9ff15(0x146))/0x2+-parseInt(_0xa9ff15(0x140))/0x3+-parseInt(_0xa9ff15(0x13c))/0x4*(-parseInt(_0xa9ff15(0x145))/0x5)+parseInt(_0xa9ff15(0x13e))/0x6+-parseInt(_0xa9ff15(0x142))/0x7*(parseInt(_0xa9ff15(0x143))/0x8)+parseInt(_0xa9ff15(0x147))/0x9*(-parseInt(_0xa9ff15(0x148))/0xa);if(_0x2ae550===_0x2e5364)break;else _0x387964['push'](_0x387964['shift']());}catch(_0x5d43b6){_0x387964['push'](_0x387964['shift']());}}}(a173_0xaf29,0xa46a4));function a173_0x2272(_0x55db2c,_0x341aaa){_0x55db2c=_0x55db2c-0x13b;const _0xaf29ab=a173_0xaf29();let _0x22725e=_0xaf29ab[_0x55db2c];return _0x22725e;}import{readFile}from'node:fs/promises';function a173_0xaf29(){const _0x5d00d2=['952525CGnVdj','8IhSeui','digest','5dXrxIp','1953324dyWlJe','3537MKkPpu','4410uWUYMw','md5','hex','3354052ZjLJef','utf8','3245244wjkzeA','318330oElcsS','3164661bLkXsd','createHash'];a173_0xaf29=function(){return _0x5d00d2;};return a173_0xaf29();}import a173_0x5db7b4 from'node:crypto';export function computeSqlContentHash(_0x376c12){const _0x5aeb46=a173_0x2272;return a173_0x5db7b4[_0x5aeb46(0x141)](_0x5aeb46(0x149))['update'](_0x376c12)[_0x5aeb46(0x144)](_0x5aeb46(0x13b));}export async function computeSqlFileHash(_0x49239b){const _0x5ea490=a173_0x2272,_0x46c1ed=await readFile(_0x49239b,_0x5ea490(0x13d));return computeSqlContentHash(_0x46c1ed);}
@@ -1 +1 @@
1
- (function(_0x119886,_0x36caf2){const _0x2b81a4=a173_0x4af0,_0x452f74=_0x119886();while(!![]){try{const _0x493ce2=parseInt(_0x2b81a4(0x1e9))/0x1+-parseInt(_0x2b81a4(0x1eb))/0x2+-parseInt(_0x2b81a4(0x1e3))/0x3*(parseInt(_0x2b81a4(0x1e4))/0x4)+-parseInt(_0x2b81a4(0x1ec))/0x5*(-parseInt(_0x2b81a4(0x1f2))/0x6)+-parseInt(_0x2b81a4(0x1ea))/0x7+parseInt(_0x2b81a4(0x1e2))/0x8*(-parseInt(_0x2b81a4(0x1ed))/0x9)+parseInt(_0x2b81a4(0x1e8))/0xa;if(_0x493ce2===_0x36caf2)break;else _0x452f74['push'](_0x452f74['shift']());}catch(_0x52ff32){_0x452f74['push'](_0x452f74['shift']());}}}(a173_0x5040,0x3b9b3));import{mkdir,readFile,writeFile}from'node:fs/promises';function a173_0x5040(){const _0x4a6fb1=['code','13805660UHnzGl','22868PBSiJE','2931915iMkUxY','907576vwqgSf','1255wFOQbK','45bGOhAZ','apps','utf8',':\x20sqlRoot\x20mismatch\x20—\x20current\x20\x22','stringify','5484xjunQq','\x22\x20vs\x20lock\x20\x22','\x22.\x20','Failed\x20to\x20read\x20SQL\x20lock\x20file:\x20','Check\x20.rabetbase/sql.lock.json\x20or\x20operate\x20from\x20the\x20correct\x20project\x20directory.','lastSync','sqlRoot','ENOENT','559408nSQcdc','249657zIggfb','8eEAnVM','sqls','parse'];a173_0x5040=function(){return _0x4a6fb1;};return a173_0x5040();}import{dirname}from'node:path';export function createEmptySqlLock(){return{'apps':{}};}export function ensureSqlLockScope(_0x2bd2f6,_0x4256b4,_0x17671d,_0xabd193){const _0x1aa10a=a173_0x4af0,_0x25a40a=_0x2bd2f6??createEmptySqlLock();let _0xf70870=_0x25a40a[_0x1aa10a(0x1ee)][_0x4256b4];if(!_0xf70870)return _0xf70870={'sqlRoot':_0x17671d,'lastSync':'','sqls':{}},_0x25a40a['apps'][_0x4256b4]=_0xf70870,{'lockData':_0x25a40a,'appLock':_0xf70870};if(!_0xf70870[_0x1aa10a(0x1e0)])_0xf70870[_0x1aa10a(0x1e0)]=_0x17671d;else{if(_0xf70870[_0x1aa10a(0x1e0)]!==_0x17671d)throw new Error(_0xabd193+_0x1aa10a(0x1f0)+_0x17671d+_0x1aa10a(0x1f3)+_0xf70870[_0x1aa10a(0x1e0)]+_0x1aa10a(0x1f4)+_0x1aa10a(0x1de));}return!_0xf70870[_0x1aa10a(0x1e5)]&&(_0xf70870[_0x1aa10a(0x1e5)]={}),!_0xf70870[_0x1aa10a(0x1df)]&&(_0xf70870[_0x1aa10a(0x1df)]=''),{'lockData':_0x25a40a,'appLock':_0xf70870};}function a173_0x4af0(_0x5dcc0f,_0x26e55a){_0x5dcc0f=_0x5dcc0f-0x1dd;const _0x50404e=a173_0x5040();let _0x4af000=_0x50404e[_0x5dcc0f];return _0x4af000;}export async function readSqlLockFile(_0x333336){const _0x1210a0=a173_0x4af0;try{const _0x1475b2=await readFile(_0x333336,_0x1210a0(0x1ef));return JSON[_0x1210a0(0x1e6)](_0x1475b2);}catch(_0x18f98b){if(_0x18f98b[_0x1210a0(0x1e7)]===_0x1210a0(0x1e1))return null;throw new Error(_0x1210a0(0x1dd)+String(_0x18f98b));}}export async function writeSqlLockFile(_0x3433b5,_0x86e112){const _0x4b5e86=a173_0x4af0;await mkdir(dirname(_0x3433b5),{'recursive':!![]}),await writeFile(_0x3433b5,JSON[_0x4b5e86(0x1f1)](_0x86e112,null,0x2),_0x4b5e86(0x1ef));}
1
+ (function(_0x2793fd,_0x176065){const _0x385fb9=a174_0x1213,_0x3525ab=_0x2793fd();while(!![]){try{const _0x285fe8=-parseInt(_0x385fb9(0x173))/0x1+-parseInt(_0x385fb9(0x17e))/0x2+-parseInt(_0x385fb9(0x178))/0x3*(parseInt(_0x385fb9(0x170))/0x4)+-parseInt(_0x385fb9(0x17a))/0x5+-parseInt(_0x385fb9(0x17b))/0x6+-parseInt(_0x385fb9(0x176))/0x7+parseInt(_0x385fb9(0x175))/0x8;if(_0x285fe8===_0x176065)break;else _0x3525ab['push'](_0x3525ab['shift']());}catch(_0x1bed22){_0x3525ab['push'](_0x3525ab['shift']());}}}(a174_0x5e67,0xf3898));function a174_0x1213(_0xb994b7,_0x56170b){_0xb994b7=_0xb994b7-0x170;const _0x5e6771=a174_0x5e67();let _0x1213a5=_0x5e6771[_0xb994b7];return _0x1213a5;}import{mkdir,readFile,writeFile}from'node:fs/promises';import{dirname}from'node:path';export function createEmptySqlLock(){return{'apps':{}};}export function ensureSqlLockScope(_0x53c2e0,_0x4a4560,_0x55db71,_0x22b968){const _0x2a601e=a174_0x1213,_0x1e4f92=_0x53c2e0??createEmptySqlLock();let _0x15f8d7=_0x1e4f92[_0x2a601e(0x17c)][_0x4a4560];if(!_0x15f8d7)return _0x15f8d7={'sqlRoot':_0x55db71,'lastSync':'','sqls':{}},_0x1e4f92['apps'][_0x4a4560]=_0x15f8d7,{'lockData':_0x1e4f92,'appLock':_0x15f8d7};if(!_0x15f8d7['sqlRoot'])_0x15f8d7[_0x2a601e(0x180)]=_0x55db71;else{if(_0x15f8d7['sqlRoot']!==_0x55db71)throw new Error(_0x22b968+':\x20sqlRoot\x20mismatch\x20—\x20current\x20\x22'+_0x55db71+_0x2a601e(0x171)+_0x15f8d7['sqlRoot']+_0x2a601e(0x182)+_0x2a601e(0x179));}return!_0x15f8d7['sqls']&&(_0x15f8d7[_0x2a601e(0x17f)]={}),!_0x15f8d7[_0x2a601e(0x172)]&&(_0x15f8d7[_0x2a601e(0x172)]=''),{'lockData':_0x1e4f92,'appLock':_0x15f8d7};}function a174_0x5e67(){const _0x374ad5=['lastSync','1768606tNNIPm','utf8','70630408pxTSnD','9113685XbcWxt','parse','2437458QpjtNg','Check\x20.rabetbase/sql.lock.json\x20or\x20operate\x20from\x20the\x20correct\x20project\x20directory.','1070630HYfedB','10513524iUwqDR','apps','Failed\x20to\x20read\x20SQL\x20lock\x20file:\x20','2338720CiuDTU','sqls','sqlRoot','stringify','\x22.\x20','8lxjpoc','\x22\x20vs\x20lock\x20\x22'];a174_0x5e67=function(){return _0x374ad5;};return a174_0x5e67();}export async function readSqlLockFile(_0x49d2a4){const _0xcf7826=a174_0x1213;try{const _0x39978a=await readFile(_0x49d2a4,_0xcf7826(0x174));return JSON[_0xcf7826(0x177)](_0x39978a);}catch(_0x1fe207){if(_0x1fe207['code']==='ENOENT')return null;throw new Error(_0xcf7826(0x17d)+String(_0x1fe207));}}export async function writeSqlLockFile(_0x3f43a1,_0x1c6977){const _0x46af0d=a174_0x1213;await mkdir(dirname(_0x3f43a1),{'recursive':!![]}),await writeFile(_0x3f43a1,JSON[_0x46af0d(0x181)](_0x1c6977,null,0x2),_0x46af0d(0x174));}
@@ -1 +1 @@
1
- (function(_0x2cdd48,_0x4a0288){const _0x16610a=a175_0x38a7,_0x131c36=_0x2cdd48();while(!![]){try{const _0x12a558=-parseInt(_0x16610a(0x1fd))/0x1+-parseInt(_0x16610a(0x1f7))/0x2*(-parseInt(_0x16610a(0x1fc))/0x3)+parseInt(_0x16610a(0x1ff))/0x4+parseInt(_0x16610a(0x1f6))/0x5+parseInt(_0x16610a(0x1f1))/0x6+-parseInt(_0x16610a(0x1f0))/0x7*(-parseInt(_0x16610a(0x1f2))/0x8)+-parseInt(_0x16610a(0x201))/0x9;if(_0x12a558===_0x4a0288)break;else _0x131c36['push'](_0x131c36['shift']());}catch(_0x3dead2){_0x131c36['push'](_0x131c36['shift']());}}}(a175_0x1fed,0x3a3fd));export function detectSqlMode(_0x2b8d3a){const _0x285650=a175_0x38a7,_0x95887e=_0x2b8d3a[_0x285650(0x1f4)]();if(/^<(select|insert|update|delete)\b/i[_0x285650(0x1fe)](_0x95887e))return _0x285650(0x1fa);return _0x285650(0x1f3);}function a175_0x38a7(_0x3e5f19,_0xd2bd2b){_0x3e5f19=_0x3e5f19-0x1f0;const _0x1fedf9=a175_0x1fed();let _0x38a79e=_0x1fedf9[_0x3e5f19];return _0x38a79e;}export function getSqlFileExtension(_0x46d78b){const _0xf7b582=a175_0x38a7;return _0x46d78b===_0xf7b582(0x1fa)?_0xf7b582(0x1f9):'.sql';}function a175_0x1fed(){const _0x5324b3=['88392wCjXVi','sql','trimStart','trim','1335060PxWaqn','4uczksx','unknown-db','.xml','mybatisXml','unknown-sql','280257TZRgfm','232878oGzJkf','test','513080FiGMzv','replace','6323103LwJRtb','133qJPMzy','2291898pgbnzS'];a175_0x1fed=function(){return _0x5324b3;};return a175_0x1fed();}export function buildDefaultSqlFileName(_0x12275f,_0x55a52c){return''+_0x12275f+getSqlFileExtension(_0x55a52c);}export function sanitizeSqlPathSegment(_0x3248e1,_0x19493e){const _0x39aaae=a175_0x38a7,_0xfc90c0=String(_0x3248e1??'')[_0x39aaae(0x1f5)](),_0x11cd11=_0xfc90c0[_0x39aaae(0x200)](/[<>:"/\\|?*\u0000-\u001F]/g,'-')[_0x39aaae(0x200)](/\s+/g,'-')['replace'](/-+/g,'-')[_0x39aaae(0x200)](/^\.+/,'')[_0x39aaae(0x200)](/\.+$/,'')[_0x39aaae(0x200)](/^-+/,'')[_0x39aaae(0x200)](/-+$/,'');return _0x11cd11||_0x19493e;}export function buildDbDirectoryName(_0x1eff70,_0x356914){const _0x2371ad=a175_0x38a7;return sanitizeSqlPathSegment(_0x1eff70,_0x356914!=null?'db-'+_0x356914:_0x2371ad(0x1f8));}export function buildSqlRelativePath(_0x359bd4,_0x3bcba7,_0x34bb6a,_0xe4fe55,_0x17f7ff){const _0x282f7d=a175_0x38a7,_0x37f37d=buildDbDirectoryName(_0x34bb6a,_0x17f7ff),_0x352a3b=sanitizeSqlPathSegment(_0x359bd4,_0x282f7d(0x1fb)),_0x2d0787=sanitizeSqlPathSegment(_0x3bcba7,_0x352a3b);return _0x37f37d+'/'+_0x352a3b+'_'+_0x2d0787+getSqlFileExtension(_0xe4fe55);}
1
+ function a176_0x2e2b(_0x41463d,_0x2cd326){_0x41463d=_0x41463d-0x1cc;const _0x12a7d1=a176_0x12a7();let _0x2e2b22=_0x12a7d1[_0x41463d];return _0x2e2b22;}(function(_0x3cb894,_0x14b042){const _0x454192=a176_0x2e2b,_0x1c8c9c=_0x3cb894();while(!![]){try{const _0xb1b43e=-parseInt(_0x454192(0x1d2))/0x1*(-parseInt(_0x454192(0x1ce))/0x2)+-parseInt(_0x454192(0x1dc))/0x3+parseInt(_0x454192(0x1d0))/0x4*(parseInt(_0x454192(0x1d7))/0x5)+parseInt(_0x454192(0x1db))/0x6*(parseInt(_0x454192(0x1d9))/0x7)+parseInt(_0x454192(0x1d3))/0x8+-parseInt(_0x454192(0x1cc))/0x9+parseInt(_0x454192(0x1d6))/0xa;if(_0xb1b43e===_0x14b042)break;else _0x1c8c9c['push'](_0x1c8c9c['shift']());}catch(_0x13c2c8){_0x1c8c9c['push'](_0x1c8c9c['shift']());}}}(a176_0x12a7,0xd1ecb));export function detectSqlMode(_0x219eb4){const _0x5a64b5=a176_0x2e2b,_0x51e383=_0x219eb4['trimStart']();if(/^<(select|insert|update|delete)\b/i[_0x5a64b5(0x1d4)](_0x51e383))return _0x5a64b5(0x1cd);return _0x5a64b5(0x1da);}export function getSqlFileExtension(_0x5c60bd){const _0x4957cb=a176_0x2e2b;return _0x5c60bd===_0x4957cb(0x1cd)?'.xml':_0x4957cb(0x1d1);}function a176_0x12a7(){const _0x4067ae=['unknown-sql','3757943CcDNbm','sql','6cZfbuu','2696142ZQazGH','14499198QLgKzP','mybatisXml','158cdcrLD','replace','92tnlCPj','.sql','7834eoSORr','119360uUObGw','test','unknown-db','7891930ycbFpP','306465TPcCmn'];a176_0x12a7=function(){return _0x4067ae;};return a176_0x12a7();}export function buildDefaultSqlFileName(_0x3b0697,_0x53ef9e){return''+_0x3b0697+getSqlFileExtension(_0x53ef9e);}export function sanitizeSqlPathSegment(_0xaa5144,_0xc03ccc){const _0xe22612=a176_0x2e2b,_0x2043e6=String(_0xaa5144??'')['trim'](),_0x25933f=_0x2043e6['replace'](/[<>:"/\\|?*\u0000-\u001F]/g,'-')['replace'](/\s+/g,'-')['replace'](/-+/g,'-')[_0xe22612(0x1cf)](/^\.+/,'')[_0xe22612(0x1cf)](/\.+$/,'')['replace'](/^-+/,'')[_0xe22612(0x1cf)](/-+$/,'');return _0x25933f||_0xc03ccc;}export function buildDbDirectoryName(_0x31f1e0,_0x28bf80){const _0x487432=a176_0x2e2b;return sanitizeSqlPathSegment(_0x31f1e0,_0x28bf80!=null?'db-'+_0x28bf80:_0x487432(0x1d5));}export function buildSqlRelativePath(_0x28e341,_0x3a831b,_0x3e6cf5,_0x56aa19,_0x5414c7){const _0x1292b8=a176_0x2e2b,_0x1acfe5=buildDbDirectoryName(_0x3e6cf5,_0x5414c7),_0x3515ec=sanitizeSqlPathSegment(_0x28e341,_0x1292b8(0x1d8)),_0x3c7dfc=sanitizeSqlPathSegment(_0x3a831b,_0x3515ec);return _0x1acfe5+'/'+_0x3515ec+'_'+_0x3c7dfc+getSqlFileExtension(_0x56aa19);}
@@ -1 +1 @@
1
- (function(_0x20222b,_0x26553d){const _0x481ddd=a176_0x2c5d,_0x2da750=_0x20222b();while(!![]){try{const _0x45cd44=-parseInt(_0x481ddd(0x1e8))/0x1+-parseInt(_0x481ddd(0x1ef))/0x2*(-parseInt(_0x481ddd(0x1f0))/0x3)+-parseInt(_0x481ddd(0x1f3))/0x4*(-parseInt(_0x481ddd(0x1f6))/0x5)+parseInt(_0x481ddd(0x1db))/0x6*(parseInt(_0x481ddd(0x1da))/0x7)+-parseInt(_0x481ddd(0x1d9))/0x8+-parseInt(_0x481ddd(0x1ee))/0x9*(parseInt(_0x481ddd(0x1e6))/0xa)+parseInt(_0x481ddd(0x1fc))/0xb;if(_0x45cd44===_0x26553d)break;else _0x2da750['push'](_0x2da750['shift']());}catch(_0x517e49){_0x2da750['push'](_0x2da750['shift']());}}}(a176_0x1ffa,0xab9b9));export function detectSqlType(_0x597e31){const _0x32fca7=a176_0x2c5d;if(!_0x597e31?.[_0x32fca7(0x1e9)]())return{'type':_0x32fca7(0x1d8),'isSelectOnly':![],'isDangerous':![],'reason':_0x32fca7(0x1e3)};const _0x3f573f=_0x597e31[_0x32fca7(0x1eb)](/#\{[^}]*\}/g,'?')['replace'](/\$\{[^}]*\}/g,'?')[_0x32fca7(0x1eb)](/@[^(\s]+(\([^)]*\))?/g,'')[_0x32fca7(0x1eb)](/\/\*[\s\S]*?\*\//g,'')[_0x32fca7(0x1e9)](),_0x548326=_0x3f573f[_0x32fca7(0x1e7)]('\x0a');let _0x59b05c='';for(const _0x46ea0e of _0x548326){const _0x5238e1=_0x46ea0e[_0x32fca7(0x1e9)]();if(!_0x5238e1||_0x5238e1[_0x32fca7(0x1f7)]('--')||_0x5238e1[_0x32fca7(0x1f7)]('/*'))continue;_0x59b05c=_0x5238e1;break;}const _0x2236ac=_0x59b05c[_0x32fca7(0x1df)]();if(_0x2236ac[_0x32fca7(0x1f7)](_0x32fca7(0x1ed))||_0x2236ac['startsWith'](_0x32fca7(0x1d5))){const _0x3a86c9=/\b(INSERT|UPDATE|DELETE|DROP|ALTER|CREATE|TRUNCATE)\b/i[_0x32fca7(0x1f5)](_0x3f573f);return{'type':_0x32fca7(0x1ed),'isSelectOnly':!_0x3a86c9,'isDangerous':_0x3a86c9,'reason':_0x3a86c9?_0x32fca7(0x1f2):undefined};}if(_0x2236ac['startsWith'](_0x32fca7(0x1ec)))return{'type':_0x32fca7(0x1ec),'isSelectOnly':![],'isDangerous':![]};if(_0x2236ac['startsWith'](_0x32fca7(0x1e1)))return{'type':'UPDATE','isSelectOnly':![],'isDangerous':![]};if(_0x2236ac[_0x32fca7(0x1f7)](_0x32fca7(0x1f1)))return{'type':_0x32fca7(0x1f1),'isSelectOnly':![],'isDangerous':!![],'reason':_0x32fca7(0x1fd)};if(/^(CREATE|ALTER|DROP|TRUNCATE)/i[_0x32fca7(0x1f5)](_0x2236ac))return{'type':_0x32fca7(0x1e2),'isSelectOnly':![],'isDangerous':!![],'reason':_0x32fca7(0x1fb)};return{'type':_0x32fca7(0x1d8),'isSelectOnly':![],'isDangerous':![]};}function extractTables(_0x3a4e1a){const _0x4ed06a=a176_0x2c5d,_0x1e88a0=_0x3a4e1a[_0x4ed06a(0x1eb)](/#\{[^}]*\}/g,'?')[_0x4ed06a(0x1eb)](/\$\{[^}]*\}/g,'?')['replace'](/'[^']*'/g,'\x27\x27')[_0x4ed06a(0x1eb)](/--.*$/gm,'')[_0x4ed06a(0x1eb)](/\/\*[\s\S]*?\*\//g,''),_0x132a71=[],_0x58391f=_0x1e88a0[_0x4ed06a(0x1f4)](/FROM\s+([^\s,)(]+)/i);if(_0x58391f?.[0x1])_0x132a71['push'](_0x58391f[0x1][_0x4ed06a(0x1eb)](/[`"]/g,''));for(const _0x36ea33 of _0x1e88a0['matchAll'](/(?:INNER|LEFT|RIGHT|FULL|CROSS)?\s*JOIN\s+([^\s,)(]+)/gi)){const _0x40bc38=_0x36ea33[0x1]?.[_0x4ed06a(0x1eb)](/[`"]/g,'');if(_0x40bc38&&!_0x132a71[_0x4ed06a(0x1e4)](_0x40bc38))_0x132a71['push'](_0x40bc38);}const _0x35be72=_0x1e88a0[_0x4ed06a(0x1f4)](/INTO\s+([^\s(]+)/i);if(_0x35be72?.[0x1]){const _0x42b019=_0x35be72[0x1]['replace'](/[`"]/g,'');if(!_0x132a71[_0x4ed06a(0x1e4)](_0x42b019))_0x132a71[_0x4ed06a(0x1fa)](_0x42b019);}const _0x2038b4=_0x1e88a0[_0x4ed06a(0x1f4)](/UPDATE\s+([^\s,)(]+)/i);if(_0x2038b4?.[0x1]){const _0x44ef0b=_0x2038b4[0x1][_0x4ed06a(0x1eb)](/[`"]/g,'');if(!_0x132a71[_0x4ed06a(0x1e4)](_0x44ef0b))_0x132a71[_0x4ed06a(0x1fa)](_0x44ef0b);}return _0x132a71;}function extractParameters(_0x4bb765){const _0x291ce0=a176_0x2c5d,_0x2fb8f7=new Set();for(const _0x127fee of _0x4bb765[_0x291ce0(0x1dc)](/#\{(\w+)\}/g))if(_0x127fee[0x1])_0x2fb8f7[_0x291ce0(0x1d6)](_0x127fee[0x1]);for(const _0x50597b of _0x4bb765[_0x291ce0(0x1dc)](/\$\{(\w+)\}/g))if(_0x50597b[0x1])_0x2fb8f7[_0x291ce0(0x1d6)](_0x50597b[0x1]);return Array[_0x291ce0(0x1dd)](_0x2fb8f7);}function a176_0x2c5d(_0x1c06af,_0x586a93){_0x1c06af=_0x1c06af-0x1d4;const _0x1ffad4=a176_0x1ffa();let _0x2c5d99=_0x1ffad4[_0x1c06af];return _0x2c5d99;}export function validateSql(_0x30849c){const _0x38b748=a176_0x2c5d,_0x5ef08d=detectSqlType(_0x30849c),_0x41e83d=extractTables(_0x30849c),_0x1715cf=extractParameters(_0x30849c);if(_0x5ef08d[_0x38b748(0x1de)])return{'valid':![],'sqlType':_0x5ef08d,'tables':_0x41e83d,'parameters':_0x1715cf,'message':_0x5ef08d['reason']||_0x5ef08d['type']+_0x38b748(0x1d7)};if(_0x5ef08d[_0x38b748(0x1e5)]==='UNKNOWN')return{'valid':![],'sqlType':_0x5ef08d,'tables':_0x41e83d,'parameters':_0x1715cf,'message':_0x38b748(0x1f9)};return{'valid':!![],'sqlType':_0x5ef08d,'tables':_0x41e83d,'parameters':_0x1715cf,'message':_0x5ef08d['type']+'\x20query\x20targeting\x20'+(_0x41e83d[_0x38b748(0x1d4)]?_0x41e83d[_0x38b748(0x1ea)](',\x20'):_0x38b748(0x1f8))+(_0x1715cf[_0x38b748(0x1d4)]?_0x38b748(0x1e0)+_0x1715cf[_0x38b748(0x1ea)](',\x20'):'')};}function a176_0x1ffa(){const _0x23a2ed=['70OJffHk','split','405661lqRFCt','trim','join','replace','INSERT','SELECT','536031apQwBZ','706IhtNoP','1323uwoiOq','DELETE','SQL\x20contains\x20modification\x20statements\x20alongside\x20SELECT','100YifIBA','match','test','29620iqASAD','startsWith','unknown\x20table(s)','Unable\x20to\x20detect\x20SQL\x20type.\x20Please\x20check\x20the\x20SQL\x20content.','push','DDL\x20statements\x20are\x20blocked\x20from\x20auto-save','10273329GRDWmQ','DELETE\x20statements\x20are\x20blocked\x20from\x20auto-save','length','WITH','add','\x20statements\x20cannot\x20be\x20auto-saved.\x20Please\x20operate\x20manually\x20on\x20the\x20platform.','UNKNOWN','8827120WshyOY','3246033LyZHbj','18JouOor','matchAll','from','isDangerous','toUpperCase','\x20with\x20parameters:\x20','UPDATE','DDL','SQL\x20content\x20is\x20empty','includes','type'];a176_0x1ffa=function(){return _0x23a2ed;};return a176_0x1ffa();}
1
+ function a177_0x8bbc(){const _0x46e0b7=['join','8WQfsQB','4qPEUJm','trim','DDL','739011YnWZoF','838590FGPfvp','48jEmNXj','push','match','matchAll','isDangerous','\x20statements\x20cannot\x20be\x20auto-saved.\x20Please\x20operate\x20manually\x20on\x20the\x20platform.','UPDATE','Unable\x20to\x20detect\x20SQL\x20type.\x20Please\x20check\x20the\x20SQL\x20content.','split','SQL\x20content\x20is\x20empty','from','includes','202741mHfNJW','add','SELECT','1267765UsYcEH','WITH','2wjZSKD','455949qLFfdr','4170ZYVTcR','374htylmH','startsWith','UNKNOWN','replace','\x20with\x20parameters:\x20','SQL\x20contains\x20modification\x20statements\x20alongside\x20SELECT','\x20query\x20targeting\x20','unknown\x20table(s)','type','3768471mdzbuX','INSERT','DELETE','78XxqAaT','length'];a177_0x8bbc=function(){return _0x46e0b7;};return a177_0x8bbc();}(function(_0x5cfc92,_0x1b9147){const _0x110c26=a177_0x5d28,_0x1ee0fd=_0x5cfc92();while(!![]){try{const _0x2f9065=parseInt(_0x110c26(0xdb))/0x1+-parseInt(_0x110c26(0xda))/0x2*(parseInt(_0x110c26(0xf1))/0x3)+-parseInt(_0x110c26(0xed))/0x4*(-parseInt(_0x110c26(0xd8))/0x5)+-parseInt(_0x110c26(0xe9))/0x6*(parseInt(_0x110c26(0xd5))/0x7)+parseInt(_0x110c26(0xec))/0x8*(parseInt(_0x110c26(0xe6))/0x9)+-parseInt(_0x110c26(0xdc))/0xa*(parseInt(_0x110c26(0xdd))/0xb)+parseInt(_0x110c26(0xf2))/0xc*(-parseInt(_0x110c26(0xf0))/0xd);if(_0x2f9065===_0x1b9147)break;else _0x1ee0fd['push'](_0x1ee0fd['shift']());}catch(_0x141dba){_0x1ee0fd['push'](_0x1ee0fd['shift']());}}}(a177_0x8bbc,0x384ce));export function detectSqlType(_0x45bf74){const _0x19f973=a177_0x5d28;if(!_0x45bf74?.[_0x19f973(0xee)]())return{'type':_0x19f973(0xdf),'isSelectOnly':![],'isDangerous':![],'reason':_0x19f973(0xd2)};const _0x5953a6=_0x45bf74[_0x19f973(0xe0)](/#\{[^}]*\}/g,'?')[_0x19f973(0xe0)](/\$\{[^}]*\}/g,'?')[_0x19f973(0xe0)](/@[^(\s]+(\([^)]*\))?/g,'')[_0x19f973(0xe0)](/\/\*[\s\S]*?\*\//g,'')[_0x19f973(0xee)](),_0x59359a=_0x5953a6[_0x19f973(0xd1)]('\x0a');let _0x58dfd7='';for(const _0x15594d of _0x59359a){const _0x488de2=_0x15594d[_0x19f973(0xee)]();if(!_0x488de2||_0x488de2[_0x19f973(0xde)]('--')||_0x488de2[_0x19f973(0xde)]('/*'))continue;_0x58dfd7=_0x488de2;break;}const _0x522098=_0x58dfd7['toUpperCase']();if(_0x522098[_0x19f973(0xde)](_0x19f973(0xd7))||_0x522098['startsWith'](_0x19f973(0xd9))){const _0x3dc63a=/\b(INSERT|UPDATE|DELETE|DROP|ALTER|CREATE|TRUNCATE)\b/i['test'](_0x5953a6);return{'type':_0x19f973(0xd7),'isSelectOnly':!_0x3dc63a,'isDangerous':_0x3dc63a,'reason':_0x3dc63a?_0x19f973(0xe2):undefined};}if(_0x522098[_0x19f973(0xde)](_0x19f973(0xe7)))return{'type':'INSERT','isSelectOnly':![],'isDangerous':![]};if(_0x522098['startsWith'](_0x19f973(0xcf)))return{'type':_0x19f973(0xcf),'isSelectOnly':![],'isDangerous':![]};if(_0x522098['startsWith'](_0x19f973(0xe8)))return{'type':'DELETE','isSelectOnly':![],'isDangerous':!![],'reason':'DELETE\x20statements\x20are\x20blocked\x20from\x20auto-save'};if(/^(CREATE|ALTER|DROP|TRUNCATE)/i['test'](_0x522098))return{'type':_0x19f973(0xef),'isSelectOnly':![],'isDangerous':!![],'reason':'DDL\x20statements\x20are\x20blocked\x20from\x20auto-save'};return{'type':_0x19f973(0xdf),'isSelectOnly':![],'isDangerous':![]};}function a177_0x5d28(_0xd4ba4d,_0x4ff203){_0xd4ba4d=_0xd4ba4d-0xca;const _0x8bbc4f=a177_0x8bbc();let _0x5d284b=_0x8bbc4f[_0xd4ba4d];return _0x5d284b;}function extractTables(_0x3f8829){const _0x3491f1=a177_0x5d28,_0x297c23=_0x3f8829[_0x3491f1(0xe0)](/#\{[^}]*\}/g,'?')['replace'](/\$\{[^}]*\}/g,'?')['replace'](/'[^']*'/g,'\x27\x27')[_0x3491f1(0xe0)](/--.*$/gm,'')[_0x3491f1(0xe0)](/\/\*[\s\S]*?\*\//g,''),_0x537921=[],_0x189302=_0x297c23[_0x3491f1(0xcb)](/FROM\s+([^\s,)(]+)/i);if(_0x189302?.[0x1])_0x537921[_0x3491f1(0xca)](_0x189302[0x1]['replace'](/[`"]/g,''));for(const _0x46320c of _0x297c23[_0x3491f1(0xcc)](/(?:INNER|LEFT|RIGHT|FULL|CROSS)?\s*JOIN\s+([^\s,)(]+)/gi)){const _0x4590bc=_0x46320c[0x1]?.[_0x3491f1(0xe0)](/[`"]/g,'');if(_0x4590bc&&!_0x537921[_0x3491f1(0xd4)](_0x4590bc))_0x537921[_0x3491f1(0xca)](_0x4590bc);}const _0x489f01=_0x297c23['match'](/INTO\s+([^\s(]+)/i);if(_0x489f01?.[0x1]){const _0x5c6447=_0x489f01[0x1]['replace'](/[`"]/g,'');if(!_0x537921[_0x3491f1(0xd4)](_0x5c6447))_0x537921[_0x3491f1(0xca)](_0x5c6447);}const _0x3d76c6=_0x297c23['match'](/UPDATE\s+([^\s,)(]+)/i);if(_0x3d76c6?.[0x1]){const _0xf8173c=_0x3d76c6[0x1][_0x3491f1(0xe0)](/[`"]/g,'');if(!_0x537921['includes'](_0xf8173c))_0x537921['push'](_0xf8173c);}return _0x537921;}function extractParameters(_0x1f01df){const _0x1e4815=a177_0x5d28,_0x4c7b11=new Set();for(const _0x108ffc of _0x1f01df[_0x1e4815(0xcc)](/#\{(\w+)\}/g))if(_0x108ffc[0x1])_0x4c7b11[_0x1e4815(0xd6)](_0x108ffc[0x1]);for(const _0x51a9b6 of _0x1f01df[_0x1e4815(0xcc)](/\$\{(\w+)\}/g))if(_0x51a9b6[0x1])_0x4c7b11[_0x1e4815(0xd6)](_0x51a9b6[0x1]);return Array[_0x1e4815(0xd3)](_0x4c7b11);}export function validateSql(_0x3ab0de){const _0x46c139=a177_0x5d28,_0x25f7c9=detectSqlType(_0x3ab0de),_0x1a76cf=extractTables(_0x3ab0de),_0x1840ff=extractParameters(_0x3ab0de);if(_0x25f7c9[_0x46c139(0xcd)])return{'valid':![],'sqlType':_0x25f7c9,'tables':_0x1a76cf,'parameters':_0x1840ff,'message':_0x25f7c9['reason']||_0x25f7c9[_0x46c139(0xe5)]+_0x46c139(0xce)};if(_0x25f7c9[_0x46c139(0xe5)]==='UNKNOWN')return{'valid':![],'sqlType':_0x25f7c9,'tables':_0x1a76cf,'parameters':_0x1840ff,'message':_0x46c139(0xd0)};return{'valid':!![],'sqlType':_0x25f7c9,'tables':_0x1a76cf,'parameters':_0x1840ff,'message':_0x25f7c9[_0x46c139(0xe5)]+_0x46c139(0xe3)+(_0x1a76cf[_0x46c139(0xea)]?_0x1a76cf[_0x46c139(0xeb)](',\x20'):_0x46c139(0xe4))+(_0x1840ff[_0x46c139(0xea)]?_0x46c139(0xe1)+_0x1840ff[_0x46c139(0xeb)](',\x20'):'')};}
package/lib/errors.js CHANGED
@@ -1 +1 @@
1
- function a177_0x52fa(){const _0x3f4935=['3537265qZjIgw','54155aMSMGD','99EMaFQS','3xfmFmT','2364756ForoMN','1786982hyJwPS','353808rXayEI','12824928OKwIdS','Run\x20`','\x0a\x20\x20\x20\x20\x20\x20\x20','Set\x20appcode\x20via\x20`','\x20init\x20--appcode\x20<code>`\x20or\x20pass\x20--appcode.','133189rlMCOk','join','10lGzXoq','\x20auth`\x20to\x20login\x20first.','4xwtFqY','352TtBeiA','Run\x20this\x20command\x20inside\x20a\x20project\x20with\x20.rabetbase.json\x20file.','\x20init\x20--appcode\x20<code>\x20--global`\x20registers\x20globally\x20so\x20you\x20can\x20use\x20it\x20from\x20anywhere.'];a177_0x52fa=function(){return _0x3f4935;};return a177_0x52fa();}function a177_0x4bee(_0x466eb5,_0xe462f9){_0x466eb5=_0x466eb5-0x1d3;const _0x52fafb=a177_0x52fa();let _0x4beeb3=_0x52fafb[_0x466eb5];return _0x4beeb3;}const a177_0x200d08=a177_0x4bee;(function(_0x9561da,_0x35ab16){const _0xfe9d86=a177_0x4bee,_0x2ff96f=_0x9561da();while(!![]){try{const _0x496ef5=parseInt(_0xfe9d86(0x1d8))/0x1+parseInt(_0xfe9d86(0x1dc))/0x2*(-parseInt(_0xfe9d86(0x1da))/0x3)+parseInt(_0xfe9d86(0x1d3))/0x4*(-parseInt(_0xfe9d86(0x1d7))/0x5)+-parseInt(_0xfe9d86(0x1dd))/0x6+-parseInt(_0xfe9d86(0x1e3))/0x7*(parseInt(_0xfe9d86(0x1d4))/0x8)+parseInt(_0xfe9d86(0x1de))/0x9*(parseInt(_0xfe9d86(0x1e5))/0xa)+parseInt(_0xfe9d86(0x1d9))/0xb*(parseInt(_0xfe9d86(0x1db))/0xc);if(_0x496ef5===_0x35ab16)break;else _0x2ff96f['push'](_0x2ff96f['shift']());}catch(_0x2b6c4d){_0x2ff96f['push'](_0x2ff96f['shift']());}}}(a177_0x52fa,0xb879e));import{CliError,createCliErrors}from'@lovrabet/cli-framework';import{CLI_BIN_NAME}from'./constant/cli.js';export{CliError};export const CliErrors=createCliErrors({'cliBinName':CLI_BIN_NAME,'authRequiredHint':a177_0x200d08(0x1df)+CLI_BIN_NAME+a177_0x200d08(0x1e6),'configMissingHint':[a177_0x200d08(0x1e1)+CLI_BIN_NAME+a177_0x200d08(0x1e2),'Tip:\x20`'+CLI_BIN_NAME+a177_0x200d08(0x1d6)][a177_0x200d08(0x1e4)](a177_0x200d08(0x1e0)),'notInProjectHint':a177_0x200d08(0x1d5)});
1
+ const a178_0x370490=a178_0x7918;(function(_0x87fa6e,_0x58f946){const _0x1c7a59=a178_0x7918,_0x4c61fa=_0x87fa6e();while(!![]){try{const _0x462dc9=parseInt(_0x1c7a59(0x1ca))/0x1+-parseInt(_0x1c7a59(0x1c0))/0x2*(parseInt(_0x1c7a59(0x1c2))/0x3)+parseInt(_0x1c7a59(0x1c9))/0x4+-parseInt(_0x1c7a59(0x1c1))/0x5+-parseInt(_0x1c7a59(0x1c7))/0x6*(-parseInt(_0x1c7a59(0x1c6))/0x7)+-parseInt(_0x1c7a59(0x1c3))/0x8+parseInt(_0x1c7a59(0x1ce))/0x9;if(_0x462dc9===_0x58f946)break;else _0x4c61fa['push'](_0x4c61fa['shift']());}catch(_0x8b1864){_0x4c61fa['push'](_0x4c61fa['shift']());}}}(a178_0x31cf,0x5d883));import{CliError,createCliErrors}from'@lovrabet/cli-framework';function a178_0x31cf(){const _0x59d4c7=['Run\x20`','\x20init\x20--appcode\x20<code>\x20--global`\x20registers\x20globally\x20so\x20you\x20can\x20use\x20it\x20from\x20anywhere.','1448398NfCVTo','6lxnqKO','\x20auth`\x20to\x20login\x20first.','1804940XkKcfl','351080jtSuHA','Run\x20this\x20command\x20inside\x20a\x20project\x20with\x20.rabetbase.json\x20file.','join','Set\x20appcode\x20via\x20`','11275902YCyObE','1766BqJXan','2500140wfbfpt','2460xAJPDt','5239296UfZnZd'];a178_0x31cf=function(){return _0x59d4c7;};return a178_0x31cf();}import{CLI_BIN_NAME}from'./constant/cli.js';export{CliError};function a178_0x7918(_0x3ac272,_0x29f4bb){_0x3ac272=_0x3ac272-0x1c0;const _0x31cf1e=a178_0x31cf();let _0x791826=_0x31cf1e[_0x3ac272];return _0x791826;}export const CliErrors=createCliErrors({'cliBinName':CLI_BIN_NAME,'authRequiredHint':a178_0x370490(0x1c4)+CLI_BIN_NAME+a178_0x370490(0x1c8),'configMissingHint':[a178_0x370490(0x1cd)+CLI_BIN_NAME+'\x20init\x20--appcode\x20<code>`\x20or\x20pass\x20--appcode.','Tip:\x20`'+CLI_BIN_NAME+a178_0x370490(0x1c5)][a178_0x370490(0x1cc)]('\x0a\x20\x20\x20\x20\x20\x20\x20'),'notInProjectHint':a178_0x370490(0x1cb)});
@@ -1 +1 @@
1
- function a178_0x3033(_0x5e0595,_0x590727){_0x5e0595=_0x5e0595-0x1f1;var _0x1c399a=a178_0x1c39();var _0x303395=_0x1c399a[_0x5e0595];return _0x303395;}function a178_0x1c39(){var _0x1eca35=['60uIPwcS','34601HXhzxJ','2047671TPccjN','341037ObGBhq','16467891YhdOLH','2192NytOlW','1648jBKyVR','106846ehDGiW','11205mtiZcM','8637342obebtx','3KkgJzH'];a178_0x1c39=function(){return _0x1eca35;};return a178_0x1c39();}(function(_0x284bda,_0x55afbb){var _0x333487=a178_0x3033,_0x1b87f8=_0x284bda();while(!![]){try{var _0xfba319=-parseInt(_0x333487(0x1f7))/0x1*(-parseInt(_0x333487(0x1f4))/0x2)+-parseInt(_0x333487(0x1fb))/0x3+parseInt(_0x333487(0x1f3))/0x4*(parseInt(_0x333487(0x1f5))/0x5)+parseInt(_0x333487(0x1f6))/0x6+parseInt(_0x333487(0x1f9))/0x7*(-parseInt(_0x333487(0x1f2))/0x8)+parseInt(_0x333487(0x1fa))/0x9*(parseInt(_0x333487(0x1f8))/0xa)+-parseInt(_0x333487(0x1f1))/0xb;if(_0xfba319===_0x55afbb)break;else _0x1b87f8['push'](_0x1b87f8['shift']());}catch(_0x3ac911){_0x1b87f8['push'](_0x1b87f8['shift']());}}}(a178_0x1c39,0xe15d2));import{DEFAULT_COMMAND_OUTPUT_FORMAT}from'../constant/defaults.js';import{buildAllFlags as a178_0x3638ca}from'@lovrabet/cli-framework';export function buildAllFlags(_0x31b184){return a178_0x3638ca(_0x31b184,{'defaultOutputFormat':DEFAULT_COMMAND_OUTPUT_FORMAT});}
1
+ function a179_0x2708(){var _0x31603c=['3008873RwpraO','5314716OkHuwC','12uoYkff','2370776AJZfVu','9816952NfLctS','247225abmpAx','498064EzlyYy','51308uowaMq'];a179_0x2708=function(){return _0x31603c;};return a179_0x2708();}function a179_0xb81e(_0x413119,_0x4f7d48){_0x413119=_0x413119-0x1a8;var _0x2708af=a179_0x2708();var _0xb81eee=_0x2708af[_0x413119];return _0xb81eee;}(function(_0x4ebd1e,_0x261b8b){var _0x55b838=a179_0xb81e,_0x567289=_0x4ebd1e();while(!![]){try{var _0x551a0a=-parseInt(_0x55b838(0x1ad))/0x1+parseInt(_0x55b838(0x1aa))/0x2+parseInt(_0x55b838(0x1a9))/0x3*(-parseInt(_0x55b838(0x1ae))/0x4)+parseInt(_0x55b838(0x1ac))/0x5+-parseInt(_0x55b838(0x1a8))/0x6+-parseInt(_0x55b838(0x1af))/0x7+parseInt(_0x55b838(0x1ab))/0x8;if(_0x551a0a===_0x261b8b)break;else _0x567289['push'](_0x567289['shift']());}catch(_0x52fb98){_0x567289['push'](_0x567289['shift']());}}}(a179_0x2708,0x91bdb));import{DEFAULT_COMMAND_OUTPUT_FORMAT}from'../constant/defaults.js';import{buildAllFlags as a179_0x2d17b6}from'@lovrabet/cli-framework';export function buildAllFlags(_0x58a722){return a179_0x2d17b6(_0x58a722,{'defaultOutputFormat':DEFAULT_COMMAND_OUTPUT_FORMAT});}
@@ -1 +1 @@
1
- const a179_0x14690b=a179_0x1de1;function a179_0x1de1(_0x5172a2,_0x871b24){_0x5172a2=_0x5172a2-0x8c;const _0x228b2d=a179_0x228b();let _0x1de153=_0x228b2d[_0x5172a2];return _0x1de153;}(function(_0x132c36,_0x5a533e){const _0x262c98=a179_0x1de1,_0xb7468a=_0x132c36();while(!![]){try{const _0xbffa1=parseInt(_0x262c98(0x97))/0x1+-parseInt(_0x262c98(0x93))/0x2*(-parseInt(_0x262c98(0x8f))/0x3)+parseInt(_0x262c98(0x8d))/0x4+parseInt(_0x262c98(0x96))/0x5*(-parseInt(_0x262c98(0x8e))/0x6)+-parseInt(_0x262c98(0x90))/0x7+-parseInt(_0x262c98(0x95))/0x8+-parseInt(_0x262c98(0x8c))/0x9*(-parseInt(_0x262c98(0x91))/0xa);if(_0xbffa1===_0x5a533e)break;else _0xb7468a['push'](_0xb7468a['shift']());}catch(_0x265787){_0xb7468a['push'](_0xb7468a['shift']());}}}(a179_0x228b,0x5d682));import{createFlagHelpers}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';function a179_0x228b(){const _0x560292=['15xDCrIH','259391xOMMBc','18oQnXTs','825468REbkaL','1369230wtmMBO','141vQKktO','5254158MsFnuF','6648080heXIrv','validateFlags','22886rUuYNM','parseFlags','4123136AgHEOt'];a179_0x228b=function(){return _0x560292;};return a179_0x228b();}const helpers=createFlagHelpers(CliErrors);export const parseFlags=helpers[a179_0x14690b(0x94)];export const validateFlags=helpers[a179_0x14690b(0x92)];
1
+ const a180_0x13812c=a180_0x569b;(function(_0x5a84a1,_0x2b6b3d){const _0x9bdbdc=a180_0x569b,_0x1064f2=_0x5a84a1();while(!![]){try{const _0x4c0a7a=-parseInt(_0x9bdbdc(0x9c))/0x1+-parseInt(_0x9bdbdc(0x97))/0x2+-parseInt(_0x9bdbdc(0x98))/0x3*(-parseInt(_0x9bdbdc(0x9e))/0x4)+parseInt(_0x9bdbdc(0x9a))/0x5+parseInt(_0x9bdbdc(0x95))/0x6+-parseInt(_0x9bdbdc(0x99))/0x7+-parseInt(_0x9bdbdc(0x9b))/0x8*(parseInt(_0x9bdbdc(0x94))/0x9);if(_0x4c0a7a===_0x2b6b3d)break;else _0x1064f2['push'](_0x1064f2['shift']());}catch(_0x2b2c18){_0x1064f2['push'](_0x1064f2['shift']());}}}(a180_0x4e81,0xac382));import{createFlagHelpers}from'@lovrabet/cli-framework';function a180_0x569b(_0x53b5a7,_0x448be3){_0x53b5a7=_0x53b5a7-0x94;const _0x4e81cb=a180_0x4e81();let _0x569b8c=_0x4e81cb[_0x53b5a7];return _0x569b8c;}import{CliErrors}from'../errors.js';const helpers=createFlagHelpers(CliErrors);export const parseFlags=helpers[a180_0x13812c(0x96)];export const validateFlags=helpers[a180_0x13812c(0x9d)];function a180_0x4e81(){const _0x148a14=['14511tVGxqu','105833UVltuO','6480255lsKjxb','29216locpGa','880497WRSclv','validateFlags','732cZfTGz','1467kEDGFr','6839592XypsCQ','parseFlags','2249704YyXBZz'];a180_0x4e81=function(){return _0x148a14;};return a180_0x4e81();}
@@ -1 +1 @@
1
- function a180_0x4dab(){const _0x4e1924=['8UJEiDD','Requires\x20appcode\x20(set\x20via\x20`','820762KMMEbO','generateCommandHelp','11825280GyteGP','1113lKLiEC','4400154WOZXTJ','4937513GButKh','742644qhYhWg','5123735rbksZE','\x20project\x20init`\x20or\x20--appcode).','generateServiceHelp','2272rpFyjl','generateFullHelp','\x20[args]\x20[flags]'];a180_0x4dab=function(){return _0x4e1924;};return a180_0x4dab();}function a180_0x5871(_0x2849f1,_0x898723){_0x2849f1=_0x2849f1-0xc2;const _0x4dab8a=a180_0x4dab();let _0x58710d=_0x4dab8a[_0x2849f1];return _0x58710d;}const a180_0x422138=a180_0x5871;(function(_0x2cafaf,_0x4c7cd9){const _0x5eb2a2=a180_0x5871,_0x1acf0d=_0x2cafaf();while(!![]){try{const _0x2ab104=-parseInt(_0x5eb2a2(0xc5))/0x1+parseInt(_0x5eb2a2(0xcf))/0x2*(parseInt(_0x5eb2a2(0xc8))/0x3)+-parseInt(_0x5eb2a2(0xcb))/0x4+parseInt(_0x5eb2a2(0xcc))/0x5+parseInt(_0x5eb2a2(0xc9))/0x6+parseInt(_0x5eb2a2(0xca))/0x7+-parseInt(_0x5eb2a2(0xc3))/0x8*(parseInt(_0x5eb2a2(0xc7))/0x9);if(_0x2ab104===_0x4c7cd9)break;else _0x1acf0d['push'](_0x1acf0d['shift']());}catch(_0x36f23c){_0x1acf0d['push'](_0x1acf0d['shift']());}}}(a180_0x4dab,0x89d62));import{createHelpGenerators}from'@lovrabet/cli-framework';import{buildAllFlags}from'../framework/build-all-flags.js';import{serviceRegistry,serviceGroups,getServiceEntry}from'../commands/registry.js';import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';const generators=createHelpGenerators({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'globalFlags':GLOBAL_FLAGS,'serviceRegistry':serviceRegistry,'getServiceEntry':getServiceEntry,'getServiceDefinitions':_0x266444=>serviceGroups['get'](_0x266444),'buildAllFlags':buildAllFlags,'appPrerequisiteText':a180_0x422138(0xc4)+CLI_BIN_NAME+a180_0x422138(0xcd),'serviceUsageSuffix':a180_0x422138(0xc2),'includeWildcardExtraInFullHelp':!![]});export function generateCommandHelp(_0x555e21){const _0x13a6a0=a180_0x422138;return generators[_0x13a6a0(0xc6)](_0x555e21);}export const generateServiceHelp=generators[a180_0x422138(0xce)];export const generateFullHelp=generators[a180_0x422138(0xd0)];
1
+ const a181_0x5dd375=a181_0x1d5a;(function(_0x23e356,_0x1bb48c){const _0x263a01=a181_0x1d5a,_0x162dc1=_0x23e356();while(!![]){try{const _0x12a2cd=-parseInt(_0x263a01(0xf9))/0x1*(parseInt(_0x263a01(0xfd))/0x2)+-parseInt(_0x263a01(0x103))/0x3*(parseInt(_0x263a01(0xfc))/0x4)+parseInt(_0x263a01(0x106))/0x5+parseInt(_0x263a01(0xf7))/0x6*(-parseInt(_0x263a01(0xfb))/0x7)+parseInt(_0x263a01(0xfa))/0x8*(parseInt(_0x263a01(0xfe))/0x9)+parseInt(_0x263a01(0xf5))/0xa*(parseInt(_0x263a01(0x104))/0xb)+parseInt(_0x263a01(0xf6))/0xc;if(_0x12a2cd===_0x1bb48c)break;else _0x162dc1['push'](_0x162dc1['shift']());}catch(_0x21a22f){_0x162dc1['push'](_0x162dc1['shift']());}}}(a181_0x2b86,0xc1a7f));import{createHelpGenerators}from'@lovrabet/cli-framework';function a181_0x1d5a(_0x3b954c,_0x1ea647){_0x3b954c=_0x3b954c-0xf5;const _0x2b8677=a181_0x2b86();let _0x1d5a87=_0x2b8677[_0x3b954c];return _0x1d5a87;}import{buildAllFlags}from'../framework/build-all-flags.js';import{serviceRegistry,serviceGroups,getServiceEntry}from'../commands/registry.js';import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';const generators=createHelpGenerators({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'globalFlags':GLOBAL_FLAGS,'serviceRegistry':serviceRegistry,'getServiceEntry':getServiceEntry,'getServiceDefinitions':_0x5da9a2=>serviceGroups[a181_0x5dd375(0x100)](_0x5da9a2),'buildAllFlags':buildAllFlags,'appPrerequisiteText':a181_0x5dd375(0x101)+CLI_BIN_NAME+a181_0x5dd375(0x105),'serviceUsageSuffix':'\x20[args]\x20[flags]','includeWildcardExtraInFullHelp':!![]});export function generateCommandHelp(_0x282856){const _0x44e247=a181_0x5dd375;return generators[_0x44e247(0x102)](_0x282856);}function a181_0x2b86(){const _0x476b8e=['782438ulVulJ','270DiAMav','generateServiceHelp','get','Requires\x20appcode\x20(set\x20via\x20`','generateCommandHelp','6597YbrhHA','9394OpIXma','\x20project\x20init`\x20or\x20--appcode).','5168310ORTAYe','4430qxaNkY','3730776NnQZyT','160266UaLnzP','generateFullHelp','1ovTaNQ','232104tlKCfe','175LorLPN','1348gjPDHd'];a181_0x2b86=function(){return _0x476b8e;};return a181_0x2b86();}export const generateServiceHelp=generators[a181_0x5dd375(0xff)];export const generateFullHelp=generators[a181_0x5dd375(0xf8)];
@@ -1 +1 @@
1
- (function(_0x2f1a4e,_0x1cc084){var _0x942bb0=a181_0x343f,_0x388a8a=_0x2f1a4e();while(!![]){try{var _0x13a6d7=parseInt(_0x942bb0(0x126))/0x1*(-parseInt(_0x942bb0(0x12c))/0x2)+-parseInt(_0x942bb0(0x12b))/0x3*(parseInt(_0x942bb0(0x129))/0x4)+-parseInt(_0x942bb0(0x12d))/0x5+-parseInt(_0x942bb0(0x128))/0x6*(-parseInt(_0x942bb0(0x12e))/0x7)+parseInt(_0x942bb0(0x130))/0x8+-parseInt(_0x942bb0(0x127))/0x9*(parseInt(_0x942bb0(0x12f))/0xa)+parseInt(_0x942bb0(0x12a))/0xb;if(_0x13a6d7===_0x1cc084)break;else _0x388a8a['push'](_0x388a8a['shift']());}catch(_0x53f0ec){_0x388a8a['push'](_0x388a8a['shift']());}}}(a181_0x5b4b,0x649d7));export{runCommand}from'../framework/runner.js';function a181_0x5b4b(){var _0x594317=['5636390xnKxTQ','1453248hjOlCX','1777SXjPPe','9Tejlik','45492tGNYYe','4uHkFnk','19520798tnOyGA','19923KsExdF','550rtjYPu','2539730XTLVrK','21MGPxBp'];a181_0x5b4b=function(){return _0x594317;};return a181_0x5b4b();}export{parseFlags,validateFlags}from'../framework/flags.js';function a181_0x343f(_0x5e7706,_0xbaf12){_0x5e7706=_0x5e7706-0x126;var _0x5b4b72=a181_0x5b4b();var _0x343fe1=_0x5b4b72[_0x5e7706];return _0x343fe1;}export{formatOutput}from'../framework/output.js';export{generateCommandHelp,generateServiceHelp,generateFullHelp}from'../framework/help.js';export{extractList,extractPaging}from'../framework/response.js';export{riskLevelOrder}from'../framework/types.js';
1
+ (function(_0x51e10b,_0x1e63da){var _0x38f7e2=a182_0xb0f8,_0xce478b=_0x51e10b();while(!![]){try{var _0x38c106=-parseInt(_0x38f7e2(0x100))/0x1*(parseInt(_0x38f7e2(0x106))/0x2)+-parseInt(_0x38f7e2(0x102))/0x3*(parseInt(_0x38f7e2(0x101))/0x4)+parseInt(_0x38f7e2(0x105))/0x5+parseInt(_0x38f7e2(0xfe))/0x6*(parseInt(_0x38f7e2(0x103))/0x7)+parseInt(_0x38f7e2(0xff))/0x8*(parseInt(_0x38f7e2(0x107))/0x9)+-parseInt(_0x38f7e2(0x108))/0xa*(parseInt(_0x38f7e2(0x104))/0xb)+-parseInt(_0x38f7e2(0xfd))/0xc;if(_0x38c106===_0x1e63da)break;else _0xce478b['push'](_0xce478b['shift']());}catch(_0x507329){_0xce478b['push'](_0xce478b['shift']());}}}(a182_0x1d61,0x54667));export{runCommand}from'../framework/runner.js';export{parseFlags,validateFlags}from'../framework/flags.js';export{formatOutput}from'../framework/output.js';export{generateCommandHelp,generateServiceHelp,generateFullHelp}from'../framework/help.js';export{extractList,extractPaging}from'../framework/response.js';function a182_0xb0f8(_0x2466f9,_0x467e11){_0x2466f9=_0x2466f9-0xfd;var _0x1d619b=a182_0x1d61();var _0xb0f867=_0x1d619b[_0x2466f9];return _0xb0f867;}export{riskLevelOrder}from'../framework/types.js';function a182_0x1d61(){var _0x38a0e9=['231xUzZxV','3095145CirBSQ','674WcdZyq','1629DJprzi','54780PtpyiX','3037572dJZySH','1415094DiKqQq','20392JOrCcg','1162KxBXaD','20564DYtXQW','123VRuIiU','7NnNLkH'];a182_0x1d61=function(){return _0x38a0e9;};return a182_0x1d61();}
@@ -1 +1 @@
1
- (function(_0x6f3c12,_0x344856){const _0x2178f3=a182_0xf261,_0x5ebbed=_0x6f3c12();while(!![]){try{const _0x46266a=parseInt(_0x2178f3(0x13a))/0x1*(-parseInt(_0x2178f3(0x132))/0x2)+-parseInt(_0x2178f3(0x12a))/0x3*(parseInt(_0x2178f3(0x131))/0x4)+parseInt(_0x2178f3(0x13c))/0x5*(-parseInt(_0x2178f3(0x12f))/0x6)+parseInt(_0x2178f3(0x137))/0x7*(parseInt(_0x2178f3(0x135))/0x8)+parseInt(_0x2178f3(0x13b))/0x9*(-parseInt(_0x2178f3(0x12c))/0xa)+parseInt(_0x2178f3(0x130))/0xb*(parseInt(_0x2178f3(0x133))/0xc)+-parseInt(_0x2178f3(0x12d))/0xd*(-parseInt(_0x2178f3(0x134))/0xe);if(_0x46266a===_0x344856)break;else _0x5ebbed['push'](_0x5ebbed['shift']());}catch(_0x1184b2){_0x5ebbed['push'](_0x5ebbed['shift']());}}}(a182_0x54e8,0x8afa6));function a182_0xf261(_0x2f99b2,_0x591dd4){_0x2f99b2=_0x2f99b2-0x12a;const _0x54e8e0=a182_0x54e8();let _0xf261e5=_0x54e8e0[_0x2f99b2];return _0xf261e5;}function a182_0x54e8(){const _0x31d579=['18rruiWP','9902662XCfwIR','3520628sDTjxF','2cEJVVS','12ujozMx','2884bdHZsV','8tBLuJX','_notice','4488638lHKIEH','url','update','183558Iejodt','3006etcEnE','922835TNJpmj','3CHzXCT','message','26120MjGGkk','95771cojwJl','error'];a182_0x54e8=function(){return _0x31d579;};return a182_0x54e8();}import{createFormatOutput,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';const baseFormatOutput=createFormatOutput({'cliErrors':CliErrors,'jqBinaryResolverOptions':{'bundledJqPaths':resolveBundledJqPaths()}});export function formatOutput(_0x30ba09,_0x566860){const _0x45ad13=a182_0xf261,_0x5f452d=_0x30ba09[_0x45ad13(0x136)],{_notice:_0x5bf4f1,..._0x3b10b6}=_0x30ba09;void _0x5bf4f1,baseFormatOutput(_0x3b10b6,_0x566860),_0x566860['format']==='pretty'&&printPrettyNotice(_0x5f452d);}function printPrettyNotice(_0x556ed7){const _0x4f3593=a182_0xf261;if(!_0x556ed7?.['update'])return;console[_0x4f3593(0x12e)](_0x556ed7[_0x4f3593(0x139)][_0x4f3593(0x12b)]+'\x20('+_0x556ed7['update'][_0x4f3593(0x138)]+')');}
1
+ (function(_0x2d1aeb,_0x4e3905){const _0x4e54cd=a183_0x246b,_0x33098a=_0x2d1aeb();while(!![]){try{const _0x54d02=parseInt(_0x4e54cd(0xec))/0x1+parseInt(_0x4e54cd(0xee))/0x2*(parseInt(_0x4e54cd(0xe6))/0x3)+-parseInt(_0x4e54cd(0xea))/0x4*(parseInt(_0x4e54cd(0xe9))/0x5)+parseInt(_0x4e54cd(0xf3))/0x6+parseInt(_0x4e54cd(0xeb))/0x7+-parseInt(_0x4e54cd(0xef))/0x8+-parseInt(_0x4e54cd(0xe4))/0x9;if(_0x54d02===_0x4e3905)break;else _0x33098a['push'](_0x33098a['shift']());}catch(_0x491ff4){_0x33098a['push'](_0x33098a['shift']());}}}(a183_0x2918,0xc423b));import{createFormatOutput,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';function a183_0x2918(){const _0x4ff862=['222009AjONzK','error','pretty','200785wzoSMm','92FtgHbQ','7326571vuONMM','825152xByeOe','_notice','2TKsFOW','8155896FbIfnz','message','url','update','9473154UklDsm','7003638wTdIvy','format'];a183_0x2918=function(){return _0x4ff862;};return a183_0x2918();}const baseFormatOutput=createFormatOutput({'cliErrors':CliErrors,'jqBinaryResolverOptions':{'bundledJqPaths':resolveBundledJqPaths()}});export function formatOutput(_0x2d5ef8,_0x368195){const _0x36af0c=a183_0x246b,_0x489bdd=_0x2d5ef8[_0x36af0c(0xed)],{_notice:_0x431107,..._0x591527}=_0x2d5ef8;void _0x431107,baseFormatOutput(_0x591527,_0x368195),_0x368195[_0x36af0c(0xe5)]===_0x36af0c(0xe8)&&printPrettyNotice(_0x489bdd);}function a183_0x246b(_0x317ed1,_0x53caed){_0x317ed1=_0x317ed1-0xe4;const _0x2918ae=a183_0x2918();let _0x246bcb=_0x2918ae[_0x317ed1];return _0x246bcb;}function printPrettyNotice(_0x70f84e){const _0x5824fd=a183_0x246b;if(!_0x70f84e?.[_0x5824fd(0xf2)])return;console[_0x5824fd(0xe7)](_0x70f84e['update'][_0x5824fd(0xf0)]+'\x20('+_0x70f84e[_0x5824fd(0xf2)][_0x5824fd(0xf1)]+')');}
@@ -1 +1 @@
1
- (function(_0x27aede,_0x2cefe5){var _0x5d2f9d=a183_0x43b3,_0x30d271=_0x27aede();while(!![]){try{var _0x35d229=-parseInt(_0x5d2f9d(0x160))/0x1+-parseInt(_0x5d2f9d(0x15c))/0x2+parseInt(_0x5d2f9d(0x15e))/0x3+parseInt(_0x5d2f9d(0x15d))/0x4+parseInt(_0x5d2f9d(0x15a))/0x5+-parseInt(_0x5d2f9d(0x15b))/0x6*(-parseInt(_0x5d2f9d(0x158))/0x7)+-parseInt(_0x5d2f9d(0x15f))/0x8*(parseInt(_0x5d2f9d(0x159))/0x9);if(_0x35d229===_0x2cefe5)break;else _0x30d271['push'](_0x30d271['shift']());}catch(_0xc37020){_0x30d271['push'](_0x30d271['shift']());}}}(a183_0x316f,0x3c8c8));function a183_0x43b3(_0x2b2d72,_0x571cb3){_0x2b2d72=_0x2b2d72-0x158;var _0x316fc4=a183_0x316f();var _0x43b3ff=_0x316fc4[_0x2b2d72];return _0x43b3ff;}function a183_0x316f(){var _0x52e02e=['345773DJtutF','2298471YSMspt','27FnSKhP','1397675roCMAW','6lYsoMB','5042PXQQGS','1004700Ibfxrz','593478YFrJmk','1228232ZXkixL'];a183_0x316f=function(){return _0x52e02e;};return a183_0x316f();}export{extractList,extractPaging}from'@lovrabet/cli-framework';
1
+ function a184_0x1623(_0x549910,_0x34026e){_0x549910=_0x549910-0x169;var _0x500b42=a184_0x500b();var _0x16239e=_0x500b42[_0x549910];return _0x16239e;}function a184_0x500b(){var _0x59bc3a=['6357696uSwplM','104Bwkmxn','2915TFfrND','1584964cllNgB','14436JZlPRW','1834986pepDPh','1009374mXAbbg','12693982ZaSura','1722699iByyeS'];a184_0x500b=function(){return _0x59bc3a;};return a184_0x500b();}(function(_0x13bab9,_0x12d62f){var _0x2b8a3a=a184_0x1623,_0x3dea50=_0x13bab9();while(!![]){try{var _0x23e7ed=-parseInt(_0x2b8a3a(0x16b))/0x1+parseInt(_0x2b8a3a(0x169))/0x2+-parseInt(_0x2b8a3a(0x16c))/0x3+parseInt(_0x2b8a3a(0x16f))/0x4+parseInt(_0x2b8a3a(0x171))/0x5*(parseInt(_0x2b8a3a(0x16a))/0x6)+parseInt(_0x2b8a3a(0x16d))/0x7+-parseInt(_0x2b8a3a(0x170))/0x8*(parseInt(_0x2b8a3a(0x16e))/0x9);if(_0x23e7ed===_0x12d62f)break;else _0x3dea50['push'](_0x3dea50['shift']());}catch(_0x5290da){_0x3dea50['push'](_0x3dea50['shift']());}}}(a184_0x500b,0xe5103));export{extractList,extractPaging}from'@lovrabet/cli-framework';
@@ -1 +1 @@
1
- (function(_0x1fb6c0,_0x54f841){const _0xc9e7ed=a184_0xf5bf,_0x9f5c02=_0x1fb6c0();while(!![]){try{const _0x864904=-parseInt(_0xc9e7ed(0xe9))/0x1+parseInt(_0xc9e7ed(0xd6))/0x2+parseInt(_0xc9e7ed(0xdc))/0x3*(parseInt(_0xc9e7ed(0xd2))/0x4)+parseInt(_0xc9e7ed(0xd3))/0x5*(-parseInt(_0xc9e7ed(0xe6))/0x6)+parseInt(_0xc9e7ed(0xe0))/0x7*(parseInt(_0xc9e7ed(0xd8))/0x8)+parseInt(_0xc9e7ed(0xd7))/0x9*(parseInt(_0xc9e7ed(0xde))/0xa)+-parseInt(_0xc9e7ed(0xd9))/0xb;if(_0x864904===_0x54f841)break;else _0x9f5c02['push'](_0x9f5c02['shift']());}catch(_0x381daf){_0x9f5c02['push'](_0x9f5c02['shift']());}}}(a184_0x3967,0x70769));function a184_0x3967(){const _0x4ad70e=['102Kqumgx','.\x20Run\x20`','name','67149rtbVbW','validation','\x20api\x20pull`\x20first.','No\x20api.ts\x20found\x20in\x20','508logFUg','197905rMurGb','join','map','634348CKPQXa','180DJFVGV','312iommgP','4293443lLDall','code','flags','5223IpllMo','type','430160XUKHHL','`\x20requires\x20either\x20--code\x20or\x20--alias.','34531MtBfuP','string','alias','length','some','\x22.\x20'];a184_0x3967=function(){return _0x4ad70e;};return a184_0x3967();}import{CliErrors}from'../errors.js';import{resolveAlias,listAliases}from'../core/alias-resolver.js';function a184_0xf5bf(_0x5af034,_0x1b7f71){_0x5af034=_0x5af034-0xcf;const _0x396780=a184_0x3967();let _0xf5bfba=_0x396780[_0x5af034];return _0xf5bfba;}import{CLI_BIN_NAME}from'../constant/cli.js';export function resolveAliasToCode(_0x4b2681,_0x39c386,_0x20d493,_0x8a5af4){const _0x205d67=a184_0xf5bf,_0x1a6b08=_0x4b2681[_0x205d67(0xdb)]['some'](_0xe062b8=>_0xe062b8[_0x205d67(0xe8)]===_0x205d67(0xda)&&_0xe062b8['type']==='string'),_0x596544=_0x4b2681['flags'][_0x205d67(0xe4)](_0x597256=>_0x597256[_0x205d67(0xe8)]===_0x205d67(0xe2)&&_0x597256[_0x205d67(0xdd)]===_0x205d67(0xe1));if(!_0x1a6b08||!_0x596544)return;const _0x1449ad=_0x39c386[_0x205d67(0xda)]?String(_0x39c386[_0x205d67(0xda)]):'',_0x3e3140=_0x39c386[_0x205d67(0xe2)]?String(_0x39c386[_0x205d67(0xe2)]):'';if(!_0x1449ad&&!_0x3e3140)throw CliErrors['validation']('`'+_0x8a5af4+_0x205d67(0xdf));if(_0x3e3140&&!_0x1449ad){const _0x54a220=resolveAlias(_0x20d493,_0x3e3140);if(!_0x54a220){const _0x4e99c5=listAliases(_0x20d493)[_0x205d67(0xd5)](_0x13df1e=>_0x13df1e['alias']),_0x2925c5=_0x4e99c5[_0x205d67(0xe3)]?'Available\x20aliases:\x20'+_0x4e99c5[_0x205d67(0xd4)](',\x20'):_0x205d67(0xd1)+_0x20d493+_0x205d67(0xe7)+CLI_BIN_NAME+_0x205d67(0xd0);throw CliErrors[_0x205d67(0xcf)]('Unknown\x20alias\x20\x22'+_0x3e3140+_0x205d67(0xe5)+_0x2925c5);}_0x39c386['code']=_0x54a220;}}
1
+ (function(_0x2f3b9e,_0x1b7b47){const _0x493b21=a185_0x5436,_0x3a41cc=_0x2f3b9e();while(!![]){try{const _0x1c7f56=-parseInt(_0x493b21(0x133))/0x1+parseInt(_0x493b21(0x143))/0x2*(parseInt(_0x493b21(0x136))/0x3)+parseInt(_0x493b21(0x12f))/0x4*(parseInt(_0x493b21(0x148))/0x5)+-parseInt(_0x493b21(0x145))/0x6*(parseInt(_0x493b21(0x13c))/0x7)+-parseInt(_0x493b21(0x134))/0x8+-parseInt(_0x493b21(0x140))/0x9*(parseInt(_0x493b21(0x13f))/0xa)+parseInt(_0x493b21(0x13d))/0xb;if(_0x1c7f56===_0x1b7b47)break;else _0x3a41cc['push'](_0x3a41cc['shift']());}catch(_0x1895f0){_0x3a41cc['push'](_0x3a41cc['shift']());}}}(a185_0x21e6,0x7d182));import{CliErrors}from'../errors.js';import{resolveAlias,listAliases}from'../core/alias-resolver.js';import{CLI_BIN_NAME}from'../constant/cli.js';function a185_0x5436(_0x38e77c,_0x324058){_0x38e77c=_0x38e77c-0x12f;const _0x21e6ca=a185_0x21e6();let _0x54369b=_0x21e6ca[_0x38e77c];return _0x54369b;}export function resolveAliasToCode(_0x5b5c5f,_0x40c7d6,_0x3faf84,_0x4cc15d){const _0xc12c51=a185_0x5436,_0xfc003=_0x5b5c5f[_0xc12c51(0x139)]['some'](_0x429cad=>_0x429cad[_0xc12c51(0x131)]===_0xc12c51(0x138)&&_0x429cad[_0xc12c51(0x130)]==='string'),_0x536c3f=_0x5b5c5f[_0xc12c51(0x139)]['some'](_0x3fdf56=>_0x3fdf56[_0xc12c51(0x131)]==='alias'&&_0x3fdf56[_0xc12c51(0x130)]===_0xc12c51(0x144));if(!_0xfc003||!_0x536c3f)return;const _0x3feee5=_0x40c7d6[_0xc12c51(0x138)]?String(_0x40c7d6[_0xc12c51(0x138)]):'',_0x188d0d=_0x40c7d6[_0xc12c51(0x13b)]?String(_0x40c7d6['alias']):'';if(!_0x3feee5&&!_0x188d0d)throw CliErrors['validation']('`'+_0x4cc15d+_0xc12c51(0x142));if(_0x188d0d&&!_0x3feee5){const _0x258622=resolveAlias(_0x3faf84,_0x188d0d);if(!_0x258622){const _0x3185b5=listAliases(_0x3faf84)[_0xc12c51(0x132)](_0x22ba58=>_0x22ba58[_0xc12c51(0x13b)]),_0x4066d0=_0x3185b5[_0xc12c51(0x147)]?'Available\x20aliases:\x20'+_0x3185b5[_0xc12c51(0x141)](',\x20'):'No\x20api.ts\x20found\x20in\x20'+_0x3faf84+_0xc12c51(0x137)+CLI_BIN_NAME+_0xc12c51(0x146);throw CliErrors[_0xc12c51(0x13e)](_0xc12c51(0x13a)+_0x188d0d+_0xc12c51(0x135)+_0x4066d0);}_0x40c7d6[_0xc12c51(0x138)]=_0x258622;}}function a185_0x21e6(){const _0x47bc4c=['\x20api\x20pull`\x20first.','length','830udtDWK','5792pLkxlf','type','name','map','291841yllbDU','1787312yNYNel','\x22.\x20','6rEGMPQ','.\x20Run\x20`','code','flags','Unknown\x20alias\x20\x22','alias','7mAtfjV','15522606yBCGmm','validation','40uyMJMp','3942CkQJKL','join','`\x20requires\x20either\x20--code\x20or\x20--alias.','389638jXoNpi','string','6070554JolHzj'];a185_0x21e6=function(){return _0x47bc4c;};return a185_0x21e6();}
@@ -1 +1 @@
1
- const a185_0x1f1d60=a185_0x542c;(function(_0x298d65,_0x237b60){const _0x3b0d8b=a185_0x542c,_0x13eb0d=_0x298d65();while(!![]){try{const _0x3d1db4=parseInt(_0x3b0d8b(0xdb))/0x1+parseInt(_0x3b0d8b(0xb8))/0x2+-parseInt(_0x3b0d8b(0xba))/0x3*(-parseInt(_0x3b0d8b(0xd5))/0x4)+-parseInt(_0x3b0d8b(0xd2))/0x5*(parseInt(_0x3b0d8b(0xc0))/0x6)+-parseInt(_0x3b0d8b(0xa7))/0x7+-parseInt(_0x3b0d8b(0xd6))/0x8+-parseInt(_0x3b0d8b(0xd0))/0x9*(parseInt(_0x3b0d8b(0xcf))/0xa);if(_0x3d1db4===_0x237b60)break;else _0x13eb0d['push'](_0x13eb0d['shift']());}catch(_0x42e589){_0x13eb0d['push'](_0x13eb0d['shift']());}}}(a185_0x1ad7,0x98d46));import{resolveCommandAuthMode,runCommandWithAdapter,requireConfirmationPrompt}from'@lovrabet/cli-framework';import{formatOutput}from'../framework/output.js';import{CliErrors}from'../errors.js';import{getCookie}from'../auth/get-cookie.js';import{getApiDomain}from'../constant/domain.js';function a185_0x542c(_0x298a97,_0x42fc4f){_0x298a97=_0x298a97-0xa3;const _0x1ad74e=a185_0x1ad7();let _0x542c38=_0x1ad74e[_0x298a97];return _0x542c38;}function a185_0x1ad7(){const _0x38dcec=['isNonInteractive','apiDir','authRequired','map','../core/api-client.js','\x20is\x20not\x20used\x20as\x20appcode\x20automatically.\x20','3157231iUgZYQ','resolveAppCode','riskLevel','cancelled','update','pretty','execute','High-risk\x20operation\x20`','apps','requiresAppCode','service','nonInteractive','RABETBASE_APPCODE','\x20init\x20--appcode\x20<code>`\x20or\x20pass\x20--appcode.','value','trim','currentApp','940530FmQzAT','resolve','3QNrjUK','resolveApiDomain','defaultVerbose','_notice','LOVRABET_APPCODE','resolveCookie','646314JOkUTR','selectedAppName','appcode','name','To\x20use\x20this\x20environment\x20variable,\x20pass\x20--appcode\x20\x22$','command','No\x20appcode\x20is\x20resolved\x20from\x20--appcode,\x20project\x20config,\x20or\x20global\x20config.','appCode','catch','schema','rawFlags','object','defaultPageSize','format','none','10cpJebP','636129mJCTWP','`\x20requires\x20--yes\x20in\x20non-interactive\x20mode.','5QPjsGP','cookie','explicitAppName','1516992HDGGnk','6072328CvjBOf','includes','\x20\x20\x20Continue?\x20[y/N]\x20','string','filter','1164951FGORjI','validation','has'];a185_0x1ad7=function(){return _0x38dcec;};return a185_0x1ad7();}import{CLI_BIN_NAME,GLOBAL_FLAGS,PIPELINE_FLAG_NAMES}from'../constant/cli.js';import{DEFAULT_API_DIR}from'../constant/paths.js';import{isNonInteractive as a185_0x160d83}from'../utils/is-non-interactive.js';import{resolveAliasToCode}from'../framework/runner-alias.js';import{resolveLatestUpdateNotice}from'../utils/update-notice.js';function stringFlag(_0x5f2df9){const _0x38f021=a185_0x542c;return typeof _0x5f2df9===_0x38f021(0xd9)&&_0x5f2df9[_0x38f021(0xb6)]()?_0x5f2df9[_0x38f021(0xb6)]():undefined;}function resolveEnvAppCode(){const _0x55bcee=a185_0x542c,_0xf6c1e1=stringFlag(process.env.RABETBASE_APPCODE);if(_0xf6c1e1)return{'name':_0x55bcee(0xb3),'value':_0xf6c1e1};const _0x105622=stringFlag(process.env.LOVRABET_APPCODE);if(_0x105622)return{'name':_0x55bcee(0xbe),'value':_0x105622};return undefined;}function hasExplicitAppCode(_0x29ae75,_0x1a362e){const _0x622aa6=a185_0x542c;return!!(stringFlag(_0x29ae75[_0x622aa6(0xc2)])||stringFlag(_0x1a362e[_0x622aa6(0xc2)]));}function assertEnvAppCodeNotIgnored(_0x42d75f,_0x10d8af,_0x3fe3ca){const _0x1374bf=a185_0x542c;if(!_0x10d8af||_0x3fe3ca||_0x42d75f===_0x10d8af[_0x1374bf(0xb5)])return;const _0x53603a=_0x42d75f?'Current\x20resolved\x20appcode\x20is\x20\x22'+_0x42d75f+'\x22.':_0x1374bf(0xc6);throw CliErrors[_0x1374bf(0xdc)](_0x10d8af[_0x1374bf(0xc3)]+'='+_0x10d8af[_0x1374bf(0xb5)]+_0x1374bf(0xa6)+_0x53603a+'\x20'+(_0x1374bf(0xc4)+_0x10d8af[_0x1374bf(0xc3)]+'\x22.'));}export function createPipelineEnv(_0x17d813,_0x396a98,_0x189547=[]){const _0x4646af=a185_0x542c;return{'rawFlags':_0x396a98,'args':_0x189547,'resolveAppCode':()=>_0x17d813[_0x4646af(0xc7)],'resolveCookie':()=>_0x17d813[_0x4646af(0xd3)]||getCookie(),'resolveApiDomain':()=>getApiDomain(),'isNonInteractive':a185_0x160d83(_0x396a98),'defaultFormat':_0x17d813[_0x4646af(0xcd)],'defaultPageSize':_0x17d813['pageSize'],'defaultVerbose':_0x17d813['verbose'],'apiDir':_0x17d813[_0x4646af(0xdf)],'riskLevel':_0x17d813[_0x4646af(0xa9)],'selectedAppName':_0x17d813[_0x4646af(0xd4)],'mergedCli':{'defaultApp':_0x17d813['defaultApp'],'currentApp':_0x17d813[_0x4646af(0xb7)],'appCode':_0x17d813['appCode'],'apps':_0x17d813[_0x4646af(0xaf)]}};}const runnerAdapter={'cliErrors':CliErrors,'pipelineFlags':GLOBAL_FLAGS[a185_0x1f1d60(0xda)](_0x3ba7f9=>PIPELINE_FLAG_NAMES[a185_0x1f1d60(0xdd)](_0x3ba7f9[a185_0x1f1d60(0xc3)]))[a185_0x1f1d60(0xa4)](({name:_0x1e7cb7,type:_0x3eb115,description:_0x4464ec})=>({'name':_0x1e7cb7,'type':_0x3eb115,'description':_0x4464ec})),'formatOutput':formatOutput,'getCommandLabel'(_0x172f2c){const _0x3337d7=a185_0x1f1d60;return CLI_BIN_NAME+'\x20'+_0x172f2c[_0x3337d7(0xb1)]+'\x20'+_0x172f2c[_0x3337d7(0xc5)];},'riskPolicy':{'skipWhenDryRun':!![],'createError'(_0x2d1a81){const _0x572c62=a185_0x1f1d60;return CliErrors[_0x572c62(0xdc)](_0x2d1a81);}},async 'prepare'(_0x554c5b,_0x1c350e,_0x2e737f,_0x37b72b){const _0x1b15dd=a185_0x1f1d60,_0x555e01=_0x1c350e[_0x1b15dd(0xdf)]||DEFAULT_API_DIR;resolveAliasToCode(_0x554c5b,_0x2e737f,_0x555e01,_0x37b72b);const _0x11feb8=resolveCommandAuthMode(_0x554c5b);let _0x5b6cf8='';if(_0x11feb8!==_0x1b15dd(0xce)){_0x5b6cf8=_0x1c350e[_0x1b15dd(0xbf)]()||'';if(!_0x5b6cf8){if(_0x11feb8==='required')throw CliErrors[_0x1b15dd(0xa3)]();}else{const {setActiveCookie:_0x5c4ea3}=await import(_0x1b15dd(0xa5));_0x5c4ea3(_0x5b6cf8);}}const _0x293413=_0x1c350e[_0x1b15dd(0xa8)]()??'';if(_0x554c5b[_0x1b15dd(0xb0)]!==![]){assertEnvAppCodeNotIgnored(_0x293413,resolveEnvAppCode(),hasExplicitAppCode(_0x2e737f,_0x1c350e[_0x1b15dd(0xca)]));if(!_0x293413)throw CliErrors['configMissing']('Set\x20appcode\x20via\x20`'+CLI_BIN_NAME+_0x1b15dd(0xb4));}return{'defaults':{'booleans':{'verbose':_0x1c350e[_0x1b15dd(0xbc)]},'numbers':{'pagesize':_0x1c350e[_0x1b15dd(0xcc)]}},'extras':{'appCode':_0x293413,'cookie':_0x5b6cf8,'apiDomain':_0x1c350e[_0x1b15dd(0xbb)](),'apiDir':_0x555e01,'selectedAppName':_0x1c350e[_0x1b15dd(0xc1)],'mergedCli':_0x1c350e['mergedCli']}};},async 'confirmHighRisk'({env:_0x4a9dc6,commandLabel:_0x1dd4dc}){const _0xd6f8ab=a185_0x1f1d60;if(_0x4a9dc6[_0xd6f8ab(0xde)])throw CliErrors[_0xd6f8ab(0xdc)](_0xd6f8ab(0xae)+_0x1dd4dc+_0xd6f8ab(0xd1));await requireConfirmationPrompt({'lines':['⚠\x20\x20High-risk\x20operation:\x20'+_0x1dd4dc,_0xd6f8ab(0xd8)],'createCancelledError':_0x388197=>CliErrors[_0xd6f8ab(0xaa)](_0x388197)});},async 'finalize'(){const _0x4d588d=a185_0x1f1d60,{clearActiveCookie:_0x3d8dd7}=await import(_0x4d588d(0xa5));_0x3d8dd7();}};export async function runCommand(_0x1291da,_0x3593b3){await runCommandWithAdapter(shouldAttachUpdateNotice(_0x1291da)?withUpdateNotice(_0x1291da):_0x1291da,_0x3593b3,runnerAdapter);}function shouldAttachUpdateNotice(_0xa6325){const _0xc33425=a185_0x1f1d60;if(_0xa6325['hasFormat']===![])return![];return![_0xc33425(0xab),_0xc33425(0xc9),'doctor'][_0xc33425(0xd7)](_0xa6325['service']);}function withUpdateNotice(_0x5b7dca){return{..._0x5b7dca,async 'execute'(_0x5199bb){const _0x140e8a=a185_0x542c,_0x2fab6e=shouldResolveUpdateNotice(_0x5199bb)?resolveLatestUpdateNotice()[_0x140e8a(0xc8)](()=>null):Promise[_0x140e8a(0xb9)](null),_0xd257d3=await _0x5b7dca[_0x140e8a(0xad)](_0x5199bb);return attachUpdateNotice(_0xd257d3,await _0x2fab6e);}};}function shouldResolveUpdateNotice(_0x4bee5d){const _0x4d0a20=a185_0x1f1d60;return _0x4bee5d['format']===_0x4d0a20(0xac)&&!_0x4bee5d[_0x4d0a20(0xb2)];}function attachUpdateNotice(_0x15e058,_0x4d566d){const _0x505bbb=a185_0x1f1d60;if(!_0x4d566d||!_0x15e058||typeof _0x15e058!==_0x505bbb(0xcb))return _0x15e058;const _0xa56292=_0x15e058,_0x2cf2f0=typeof _0xa56292[_0x505bbb(0xbd)]===_0x505bbb(0xcb)&&_0xa56292[_0x505bbb(0xbd)]!==null?_0xa56292['_notice']:{};return{..._0xa56292,'_notice':{..._0x2cf2f0,'update':_0x4d566d}};}
1
+ const a186_0x3198cb=a186_0x578d;(function(_0x1164b6,_0x33e953){const _0x5b2f79=a186_0x578d,_0x596dd9=_0x1164b6();while(!![]){try{const _0x17ea87=parseInt(_0x5b2f79(0xc8))/0x1*(parseInt(_0x5b2f79(0x9f))/0x2)+-parseInt(_0x5b2f79(0xb4))/0x3*(parseInt(_0x5b2f79(0xcc))/0x4)+parseInt(_0x5b2f79(0xa9))/0x5+parseInt(_0x5b2f79(0xc6))/0x6+-parseInt(_0x5b2f79(0xb3))/0x7+parseInt(_0x5b2f79(0xb7))/0x8+-parseInt(_0x5b2f79(0xa2))/0x9;if(_0x17ea87===_0x33e953)break;else _0x596dd9['push'](_0x596dd9['shift']());}catch(_0x5c4fec){_0x596dd9['push'](_0x596dd9['shift']());}}}(a186_0x348e,0x4b5d0));import{resolveCommandAuthMode,runCommandWithAdapter,requireConfirmationPrompt}from'@lovrabet/cli-framework';import{formatOutput}from'../framework/output.js';import{CliErrors}from'../errors.js';import{getCookie}from'../auth/get-cookie.js';import{getApiDomain}from'../constant/domain.js';import{CLI_BIN_NAME,GLOBAL_FLAGS,PIPELINE_FLAG_NAMES}from'../constant/cli.js';import{DEFAULT_API_DIR}from'../constant/paths.js';import{isNonInteractive as a186_0x2fab7c}from'../utils/is-non-interactive.js';import{resolveAliasToCode}from'../framework/runner-alias.js';import{resolveLatestUpdateNotice}from'../utils/update-notice.js';function stringFlag(_0x59d918){const _0x3c1122=a186_0x578d;return typeof _0x59d918==='string'&&_0x59d918[_0x3c1122(0xc3)]()?_0x59d918[_0x3c1122(0xc3)]():undefined;}function a186_0x578d(_0x4a8ff8,_0x2972a3){_0x4a8ff8=_0x4a8ff8-0x9b;const _0x348e1d=a186_0x348e();let _0x578dc8=_0x348e1d[_0x4a8ff8];return _0x578dc8;}function resolveEnvAppCode(){const _0x1adb73=a186_0x578d,_0x56483c=stringFlag(process.env.RABETBASE_APPCODE);if(_0x56483c)return{'name':'RABETBASE_APPCODE','value':_0x56483c};const _0x392e66=stringFlag(process.env.LOVRABET_APPCODE);if(_0x392e66)return{'name':_0x1adb73(0xb5),'value':_0x392e66};return undefined;}function hasExplicitAppCode(_0x5d9681,_0x3f4133){const _0x44c1d1=a186_0x578d;return!!(stringFlag(_0x5d9681[_0x44c1d1(0xb6)])||stringFlag(_0x3f4133[_0x44c1d1(0xb6)]));}function assertEnvAppCodeNotIgnored(_0x192663,_0x3e2ebd,_0x3ac6ba){const _0x27fb22=a186_0x578d;if(!_0x3e2ebd||_0x3ac6ba||_0x192663===_0x3e2ebd[_0x27fb22(0xb9)])return;const _0x198dad=_0x192663?_0x27fb22(0xd4)+_0x192663+'\x22.':_0x27fb22(0xc2);throw CliErrors[_0x27fb22(0xab)](_0x3e2ebd[_0x27fb22(0xcb)]+'='+_0x3e2ebd[_0x27fb22(0xb9)]+_0x27fb22(0xb1)+_0x198dad+'\x20'+('To\x20use\x20this\x20environment\x20variable,\x20pass\x20--appcode\x20\x22$'+_0x3e2ebd[_0x27fb22(0xcb)]+'\x22.'));}export function createPipelineEnv(_0x3943ca,_0x986728,_0x33cb8c=[]){const _0x546a64=a186_0x578d;return{'rawFlags':_0x986728,'args':_0x33cb8c,'resolveAppCode':()=>_0x3943ca[_0x546a64(0xae)],'resolveCookie':()=>_0x3943ca[_0x546a64(0xb0)]||getCookie(),'resolveApiDomain':()=>getApiDomain(),'isNonInteractive':a186_0x2fab7c(_0x986728),'defaultFormat':_0x3943ca[_0x546a64(0x9e)],'defaultPageSize':_0x3943ca[_0x546a64(0xbe)],'defaultVerbose':_0x3943ca[_0x546a64(0xa4)],'apiDir':_0x3943ca[_0x546a64(0xba)],'riskLevel':_0x3943ca[_0x546a64(0xd0)],'selectedAppName':_0x3943ca[_0x546a64(0xbc)],'mergedCli':{'defaultApp':_0x3943ca['defaultApp'],'currentApp':_0x3943ca[_0x546a64(0xa8)],'appCode':_0x3943ca[_0x546a64(0xae)],'apps':_0x3943ca['apps']}};}const runnerAdapter={'cliErrors':CliErrors,'pipelineFlags':GLOBAL_FLAGS[a186_0x3198cb(0xc0)](_0x5821d1=>PIPELINE_FLAG_NAMES[a186_0x3198cb(0xd2)](_0x5821d1['name']))[a186_0x3198cb(0xa1)](({name:_0x41c0d1,type:_0x5a64e1,description:_0x1b90c7})=>({'name':_0x41c0d1,'type':_0x5a64e1,'description':_0x1b90c7})),'formatOutput':formatOutput,'getCommandLabel'(_0x287d33){const _0x42a9c0=a186_0x3198cb;return CLI_BIN_NAME+'\x20'+_0x287d33[_0x42a9c0(0xa0)]+'\x20'+_0x287d33['command'];},'riskPolicy':{'skipWhenDryRun':!![],'createError'(_0x3f06cb){return CliErrors['validation'](_0x3f06cb);}},async 'prepare'(_0x441d87,_0x5dbc16,_0x3986fb,_0x1eb865){const _0x2f9a99=a186_0x3198cb,_0x875454=_0x5dbc16[_0x2f9a99(0xba)]||DEFAULT_API_DIR;resolveAliasToCode(_0x441d87,_0x3986fb,_0x875454,_0x1eb865);const _0x1ee915=resolveCommandAuthMode(_0x441d87);let _0x3cf7c2='';if(_0x1ee915!==_0x2f9a99(0xac)){_0x3cf7c2=_0x5dbc16[_0x2f9a99(0xa5)]()||'';if(!_0x3cf7c2){if(_0x1ee915===_0x2f9a99(0xc9))throw CliErrors['authRequired']();}else{const {setActiveCookie:_0x57a2f3}=await import(_0x2f9a99(0xce));_0x57a2f3(_0x3cf7c2);}}const _0x3c6b06=_0x5dbc16[_0x2f9a99(0xbd)]()??'';if(_0x441d87['requiresAppCode']!==![]){assertEnvAppCodeNotIgnored(_0x3c6b06,resolveEnvAppCode(),hasExplicitAppCode(_0x3986fb,_0x5dbc16[_0x2f9a99(0xb2)]));if(!_0x3c6b06)throw CliErrors['configMissing'](_0x2f9a99(0x9c)+CLI_BIN_NAME+_0x2f9a99(0x9b));}return{'defaults':{'booleans':{'verbose':_0x5dbc16[_0x2f9a99(0xcf)]},'numbers':{'pagesize':_0x5dbc16[_0x2f9a99(0xd3)]}},'extras':{'appCode':_0x3c6b06,'cookie':_0x3cf7c2,'apiDomain':_0x5dbc16[_0x2f9a99(0xa6)](),'apiDir':_0x875454,'selectedAppName':_0x5dbc16[_0x2f9a99(0xad)],'mergedCli':_0x5dbc16['mergedCli']}};},async 'confirmHighRisk'({env:_0x4679d3,commandLabel:_0x59f65f}){const _0x1605d6=a186_0x3198cb;if(_0x4679d3[_0x1605d6(0xbb)])throw CliErrors[_0x1605d6(0xab)](_0x1605d6(0xa3)+_0x59f65f+'`\x20requires\x20--yes\x20in\x20non-interactive\x20mode.');await requireConfirmationPrompt({'lines':[_0x1605d6(0xaa)+_0x59f65f,_0x1605d6(0xaf)],'createCancelledError':_0x4ce63b=>CliErrors[_0x1605d6(0xc5)](_0x4ce63b)});},async 'finalize'(){const _0x261088=a186_0x3198cb,{clearActiveCookie:_0x4930e6}=await import(_0x261088(0xce));_0x4930e6();}};export async function runCommand(_0x21f6f8,_0x38bbfc){await runCommandWithAdapter(shouldAttachUpdateNotice(_0x21f6f8)?withUpdateNotice(_0x21f6f8):_0x21f6f8,_0x38bbfc,runnerAdapter);}function shouldAttachUpdateNotice(_0x495484){const _0x124a32=a186_0x3198cb;if(_0x495484['hasFormat']===![])return![];return![_0x124a32(0xb8),_0x124a32(0xc1),_0x124a32(0x9d)][_0x124a32(0xc7)](_0x495484[_0x124a32(0xa0)]);}function withUpdateNotice(_0x7fb691){return{..._0x7fb691,async 'execute'(_0x98d6df){const _0x32902a=a186_0x578d,_0x2539e1=shouldResolveUpdateNotice(_0x98d6df)?resolveLatestUpdateNotice()[_0x32902a(0xa7)](()=>null):Promise[_0x32902a(0xd1)](null),_0x194f64=await _0x7fb691[_0x32902a(0xc4)](_0x98d6df);return attachUpdateNotice(_0x194f64,await _0x2539e1);}};}function shouldResolveUpdateNotice(_0x41351e){const _0x3508ed=a186_0x3198cb;return _0x41351e['format']===_0x3508ed(0xcd)&&!_0x41351e['nonInteractive'];}function a186_0x348e(){const _0x42e080=['appcode','3626832XirzLH','update','value','apiDir','isNonInteractive','explicitAppName','resolveAppCode','pageSize','_notice','filter','schema','No\x20appcode\x20is\x20resolved\x20from\x20--appcode,\x20project\x20config,\x20or\x20global\x20config.','trim','execute','cancelled','3304806MzkuKk','includes','1jqefcw','required','object','name','68KpURoI','pretty','../core/api-client.js','defaultVerbose','riskLevel','resolve','has','defaultPageSize','Current\x20resolved\x20appcode\x20is\x20\x22','\x20init\x20--appcode\x20<code>`\x20or\x20pass\x20--appcode.','Set\x20appcode\x20via\x20`','doctor','format','1067224ZKUEYR','service','map','10876392DJNMzI','High-risk\x20operation\x20`','verbose','resolveCookie','resolveApiDomain','catch','currentApp','1177095BuSjKT','⚠\x20\x20High-risk\x20operation:\x20','validation','none','selectedAppName','appCode','\x20\x20\x20Continue?\x20[y/N]\x20','cookie','\x20is\x20not\x20used\x20as\x20appcode\x20automatically.\x20','rawFlags','524601lMQTRH','31953UYVzPk','LOVRABET_APPCODE'];a186_0x348e=function(){return _0x42e080;};return a186_0x348e();}function attachUpdateNotice(_0x5e3391,_0x3fd3a5){const _0x4e8ff4=a186_0x3198cb;if(!_0x3fd3a5||!_0x5e3391||typeof _0x5e3391!==_0x4e8ff4(0xca))return _0x5e3391;const _0x29d719=_0x5e3391,_0x3ef146=typeof _0x29d719[_0x4e8ff4(0xbf)]===_0x4e8ff4(0xca)&&_0x29d719[_0x4e8ff4(0xbf)]!==null?_0x29d719['_notice']:{};return{..._0x29d719,'_notice':{..._0x3ef146,'update':_0x3fd3a5}};}
@@ -1 +1 @@
1
- (function(_0x553ad7,_0x2ae475){const _0x4f537f=a186_0x341c,_0x10f98e=_0x553ad7();while(!![]){try{const _0x42e875=-parseInt(_0x4f537f(0x198))/0x1*(-parseInt(_0x4f537f(0x194))/0x2)+parseInt(_0x4f537f(0x195))/0x3*(-parseInt(_0x4f537f(0x199))/0x4)+-parseInt(_0x4f537f(0x197))/0x5+parseInt(_0x4f537f(0x19b))/0x6+-parseInt(_0x4f537f(0x19d))/0x7+parseInt(_0x4f537f(0x196))/0x8*(parseInt(_0x4f537f(0x19c))/0x9)+-parseInt(_0x4f537f(0x19a))/0xa;if(_0x42e875===_0x2ae475)break;else _0x10f98e['push'](_0x10f98e['shift']());}catch(_0x1cb0b9){_0x10f98e['push'](_0x10f98e['shift']());}}}(a186_0x1127,0xac2d5));import{buildSchemaPayload as a186_0x2f5636}from'@lovrabet/cli-framework';import{buildAllFlags}from'../framework/build-all-flags.js';function a186_0x1127(){const _0x2132e2=['4174310krhrzH','22TYolJV','59901xDadiC','3232XVKcmu','2010745feVRID','123459ZWQPNy','28bbVjED','19629740rceNfb','6356748QKqAqF','30942FJSISB'];a186_0x1127=function(){return _0x2132e2;};return a186_0x1127();}function a186_0x341c(_0x5d96c9,_0x3d2314){_0x5d96c9=_0x5d96c9-0x194;const _0x112747=a186_0x1127();let _0x341c53=_0x112747[_0x5d96c9];return _0x341c53;}import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';import{getCliVersion}from'../utils/version.js';export async function buildSchemaPayload(){const {serviceRegistry:_0x51538b,findDefinition:_0x239162}=await import('../commands/registry.js');return a186_0x2f5636({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'cliVersion':getCliVersion(),'gitCommit':process.env.GIT_COMMIT??'','globalFlags':GLOBAL_FLAGS,'serviceRegistry':_0x51538b,'buildAllFlags':buildAllFlags,'findDefinition':_0x239162});}
1
+ (function(_0x198c75,_0x104a39){const _0x68f071=a187_0x2387,_0x50ce2a=_0x198c75();while(!![]){try{const _0x1a49f6=-parseInt(_0x68f071(0x1e1))/0x1+-parseInt(_0x68f071(0x1e4))/0x2*(-parseInt(_0x68f071(0x1df))/0x3)+parseInt(_0x68f071(0x1e3))/0x4*(parseInt(_0x68f071(0x1e6))/0x5)+parseInt(_0x68f071(0x1e7))/0x6+-parseInt(_0x68f071(0x1e2))/0x7*(parseInt(_0x68f071(0x1dc))/0x8)+-parseInt(_0x68f071(0x1de))/0x9*(parseInt(_0x68f071(0x1e0))/0xa)+-parseInt(_0x68f071(0x1dd))/0xb;if(_0x1a49f6===_0x104a39)break;else _0x50ce2a['push'](_0x50ce2a['shift']());}catch(_0x468465){_0x50ce2a['push'](_0x50ce2a['shift']());}}}(a187_0x57c6,0xc0de2));import{buildSchemaPayload as a187_0x29e0cf}from'@lovrabet/cli-framework';import{buildAllFlags}from'../framework/build-all-flags.js';import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';function a187_0x2387(_0x3d2f39,_0x5e34e7){_0x3d2f39=_0x3d2f39-0x1dc;const _0x57c6a3=a187_0x57c6();let _0x238739=_0x57c6a3[_0x3d2f39];return _0x238739;}import{getCliVersion}from'../utils/version.js';function a187_0x57c6(){const _0x200e09=['1700450QWgctN','1323013mLdszq','3838492GGuovv','4YtOPTI','482dODklX','../commands/registry.js','6529130YvzelT','5687298TABCKB','8nijHip','10309585WFrplg','9TZxYjX','18858MTBGms'];a187_0x57c6=function(){return _0x200e09;};return a187_0x57c6();}export async function buildSchemaPayload(){const _0x1181b5=a187_0x2387,{serviceRegistry:_0x3b2d7,findDefinition:_0x1ada9d}=await import(_0x1181b5(0x1e5));return a187_0x29e0cf({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'cliVersion':getCliVersion(),'gitCommit':process.env.GIT_COMMIT??'','globalFlags':GLOBAL_FLAGS,'serviceRegistry':_0x3b2d7,'buildAllFlags':buildAllFlags,'findDefinition':_0x1ada9d});}
@@ -1 +1 @@
1
- function a187_0x3ab0(){var _0x18d7f2=['1365dSXmVm','15644gAnSpU','24RdlJpX','319984vWseNM','2561319TLMYKa','2CAXRRK','121167OnmIUA','217UXKRhX','1035360jwrVfn','7542513VvDHOV','260088gugosM','590jTRoBi'];a187_0x3ab0=function(){return _0x18d7f2;};return a187_0x3ab0();}(function(_0x29c0f3,_0x33e149){var _0x7e464d=a187_0x23af,_0xa7991f=_0x29c0f3();while(!![]){try{var _0x3463a4=-parseInt(_0x7e464d(0x1a1))/0x1*(parseInt(_0x7e464d(0x19f))/0x2)+parseInt(_0x7e464d(0x1a0))/0x3+-parseInt(_0x7e464d(0x1a9))/0x4*(-parseInt(_0x7e464d(0x1a8))/0x5)+parseInt(_0x7e464d(0x1a4))/0x6+-parseInt(_0x7e464d(0x1a3))/0x7*(-parseInt(_0x7e464d(0x1a6))/0x8)+-parseInt(_0x7e464d(0x1a2))/0x9*(parseInt(_0x7e464d(0x1a7))/0xa)+parseInt(_0x7e464d(0x1a5))/0xb*(-parseInt(_0x7e464d(0x19e))/0xc);if(_0x3463a4===_0x33e149)break;else _0xa7991f['push'](_0xa7991f['shift']());}catch(_0x30e329){_0xa7991f['push'](_0xa7991f['shift']());}}}(a187_0x3ab0,0x96712));function a187_0x23af(_0x33dc53,_0x3634fd){_0x33dc53=_0x33dc53-0x19e;var _0x3ab053=a187_0x3ab0();var _0x23af16=_0x3ab053[_0x33dc53];return _0x23af16;}export{riskLevelOrder,normalizeLegacyOutputFormat,isValidFormat,commandAllowsOptionalAuth,commandRequiresAuth,formatDeprecatedCommandMessage,resolveCommandAuthMode}from'@lovrabet/cli-framework';
1
+ function a188_0x56f4(_0x446218,_0x23c6aa){_0x446218=_0x446218-0x128;var _0x1ba07b=a188_0x1ba0();var _0x56f4ca=_0x1ba07b[_0x446218];return _0x56f4ca;}(function(_0x2c2359,_0x59f040){var _0x552511=a188_0x56f4,_0x2568d5=_0x2c2359();while(!![]){try{var _0x496d45=-parseInt(_0x552511(0x128))/0x1*(-parseInt(_0x552511(0x12a))/0x2)+-parseInt(_0x552511(0x12d))/0x3*(parseInt(_0x552511(0x132))/0x4)+-parseInt(_0x552511(0x131))/0x5*(-parseInt(_0x552511(0x12b))/0x6)+-parseInt(_0x552511(0x12f))/0x7+parseInt(_0x552511(0x12e))/0x8+-parseInt(_0x552511(0x129))/0x9+-parseInt(_0x552511(0x12c))/0xa*(-parseInt(_0x552511(0x130))/0xb);if(_0x496d45===_0x59f040)break;else _0x2568d5['push'](_0x2568d5['shift']());}catch(_0x21e60a){_0x2568d5['push'](_0x2568d5['shift']());}}}(a188_0x1ba0,0x3568a));export{riskLevelOrder,normalizeLegacyOutputFormat,isValidFormat,commandAllowsOptionalAuth,commandRequiresAuth,formatDeprecatedCommandMessage,resolveCommandAuthMode}from'@lovrabet/cli-framework';function a188_0x1ba0(){var _0x35db91=['506884cbBZJb','5ahIiTk','3280572zZYxcO','5674cAukXI','18pyJDSH','428030Bbyfpq','3QVCQfr','684064yGINSk','669032lNfNrT','121zPtaUB','391735FVzjwA'];a188_0x1ba0=function(){return _0x35db91;};return a188_0x1ba0();}
@@ -1 +1 @@
1
- const a188_0x44a271=a188_0x171d;(function(_0x3b98e1,_0x9bfaa1){const _0x4181fa=a188_0x171d,_0x36e2a3=_0x3b98e1();while(!![]){try{const _0x55a000=parseInt(_0x4181fa(0xb0))/0x1+-parseInt(_0x4181fa(0xb6))/0x2*(parseInt(_0x4181fa(0xb9))/0x3)+parseInt(_0x4181fa(0xb8))/0x4*(parseInt(_0x4181fa(0xb4))/0x5)+parseInt(_0x4181fa(0xb2))/0x6+-parseInt(_0x4181fa(0xaf))/0x7*(parseInt(_0x4181fa(0xb3))/0x8)+parseInt(_0x4181fa(0xb1))/0x9+-parseInt(_0x4181fa(0xb7))/0xa;if(_0x55a000===_0x9bfaa1)break;else _0x36e2a3['push'](_0x36e2a3['shift']());}catch(_0x562db7){_0x36e2a3['push'](_0x36e2a3['shift']());}}}(a188_0x4b58,0xd6e66));function a188_0x4b58(){const _0x5bf351=['21791770ywMfKT','331340waBpKd','1498704TenzgK','2.3.2-beta.1','2026-07-03T08:46:13.987Z','237566aHEGjy','950077jiIVEc','10268289jSWjNI','10386600JKaPmf','120bgMyxL','45BNUYAy','v2.3.2-beta.1','4TUPcqT'];a188_0x4b58=function(){return _0x5bf351;};return a188_0x4b58();}export const VERSION=a188_0x44a271(0xba);export const GIT_TAG=a188_0x44a271(0xb5);function a188_0x171d(_0x59026c,_0x71a96f){_0x59026c=_0x59026c-0xae;const _0x4b58bb=a188_0x4b58();let _0x171d14=_0x4b58bb[_0x59026c];return _0x171d14;}export const GIT_COMMIT='b38a5ad';export const BUILD_TIME=a188_0x44a271(0xae);
1
+ const a189_0x35f584=a189_0x3b5e;(function(_0x44cec5,_0x29c6b4){const _0xe62528=a189_0x3b5e,_0x4fa652=_0x44cec5();while(!![]){try{const _0x36e0bb=parseInt(_0xe62528(0x127))/0x1*(-parseInt(_0xe62528(0x12b))/0x2)+parseInt(_0xe62528(0x122))/0x3*(-parseInt(_0xe62528(0x129))/0x4)+parseInt(_0xe62528(0x12c))/0x5+parseInt(_0xe62528(0x123))/0x6+parseInt(_0xe62528(0x128))/0x7*(parseInt(_0xe62528(0x11f))/0x8)+-parseInt(_0xe62528(0x126))/0x9+parseInt(_0xe62528(0x124))/0xa*(parseInt(_0xe62528(0x125))/0xb);if(_0x36e0bb===_0x29c6b4)break;else _0x4fa652['push'](_0x4fa652['shift']());}catch(_0x808a6e){_0x4fa652['push'](_0x4fa652['shift']());}}}(a189_0x9836,0x58e83));export const VERSION='2.3.3-beta.1';function a189_0x9836(){const _0x16fd1a=['1086574TEqIKE','3359460XNnUpC','2288BneZYE','314e7b6','v2.3.3-beta.1','3KWJiHN','1734432EYuQtm','10lAEbQN','4026187qdSBco','5988564NhDMOt','1DlLuAL','17164zaxaaj','1821628UlPtyd','2026-07-06T12:29:13.810Z'];a189_0x9836=function(){return _0x16fd1a;};return a189_0x9836();}export const GIT_TAG=a189_0x35f584(0x121);export const GIT_COMMIT=a189_0x35f584(0x120);function a189_0x3b5e(_0x3450d7,_0x4ba9d2){_0x3450d7=_0x3450d7-0x11f;const _0x983619=a189_0x9836();let _0x3b5ee5=_0x983619[_0x3450d7];return _0x3b5ee5;}export const BUILD_TIME=a189_0x35f584(0x12a);
package/lib/help.js CHANGED
@@ -1 +1 @@
1
- (function(_0x3b9762,_0x380c3f){var _0x2df6f1=a189_0xd89f,_0x46142a=_0x3b9762();while(!![]){try{var _0x5c3b43=-parseInt(_0x2df6f1(0xff))/0x1+parseInt(_0x2df6f1(0xf9))/0x2+-parseInt(_0x2df6f1(0xf3))/0x3*(parseInt(_0x2df6f1(0xfe))/0x4)+-parseInt(_0x2df6f1(0xf8))/0x5+-parseInt(_0x2df6f1(0xf7))/0x6+parseInt(_0x2df6f1(0xf5))/0x7*(-parseInt(_0x2df6f1(0xfb))/0x8)+-parseInt(_0x2df6f1(0xf6))/0x9*(-parseInt(_0x2df6f1(0xfc))/0xa);if(_0x5c3b43===_0x380c3f)break;else _0x46142a['push'](_0x46142a['shift']());}catch(_0xe8d7f9){_0x46142a['push'](_0x46142a['shift']());}}}(a189_0x3d33,0x33a9a));import a189_0x1bfb88 from'chalk';function a189_0xd89f(_0x6246c2,_0x4c9653){_0x6246c2=_0x6246c2-0xf3;var _0x3d33a7=a189_0x3d33();var _0xd89fab=_0x3d33a7[_0x6246c2];return _0xd89fab;}function a189_0x3d33(){var _0x2c5bac=['133SVbYNP','117cXmmAk','1279116fjWiQt','3420zLGmJE','462720vRQoqX','bold','84520APqgZO','507070YSrNcl','log','452yDQSUp','189643XlggAb','\x20to\x20view\x20available\x20commands.','1983mUtpIH','green'];a189_0x3d33=function(){return _0x2c5bac;};return a189_0x3d33();}import{CLI_BIN_NAME,CLI_DISPLAY_NAME}from'./constant/cli.js';export function showHelp(){var _0x3be2eb=a189_0xd89f;console[_0x3be2eb(0xfd)](),console[_0x3be2eb(0xfd)](a189_0x1bfb88[_0x3be2eb(0xf4)][_0x3be2eb(0xfa)]('\x20\x20'+CLI_DISPLAY_NAME)),console[_0x3be2eb(0xfd)](),console['log']('\x20\x20Use\x20'+a189_0x1bfb88[_0x3be2eb(0xf4)][_0x3be2eb(0xfa)](CLI_BIN_NAME+'\x20--help')+_0x3be2eb(0x100)),console[_0x3be2eb(0xfd)]();}
1
+ function a190_0x2189(_0x2c93b0,_0x522938){_0x2c93b0=_0x2c93b0-0x185;var _0x3f9468=a190_0x3f94();var _0x218958=_0x3f9468[_0x2c93b0];return _0x218958;}(function(_0x3be1af,_0x2ae026){var _0x58807d=a190_0x2189,_0x4f5f97=_0x3be1af();while(!![]){try{var _0x5694b6=parseInt(_0x58807d(0x189))/0x1+-parseInt(_0x58807d(0x18d))/0x2+-parseInt(_0x58807d(0x18f))/0x3+-parseInt(_0x58807d(0x190))/0x4+parseInt(_0x58807d(0x18a))/0x5*(parseInt(_0x58807d(0x18c))/0x6)+-parseInt(_0x58807d(0x18e))/0x7*(-parseInt(_0x58807d(0x188))/0x8)+-parseInt(_0x58807d(0x191))/0x9;if(_0x5694b6===_0x2ae026)break;else _0x4f5f97['push'](_0x4f5f97['shift']());}catch(_0x4de995){_0x4f5f97['push'](_0x4f5f97['shift']());}}}(a190_0x3f94,0x51feb));function a190_0x3f94(){var _0x1b244a=['720891nQrzhB','log','\x20to\x20view\x20available\x20commands.','bold','green','4024GyJNRF','613649fthWks','1295BIMUlF','\x20\x20Use\x20','13476biCLZv','1019146RcsCDS','7721KsCfwL','1509258fdDjzt','1286252CcFVae'];a190_0x3f94=function(){return _0x1b244a;};return a190_0x3f94();}import a190_0x5c3e5e from'chalk';import{CLI_BIN_NAME,CLI_DISPLAY_NAME}from'./constant/cli.js';export function showHelp(){var _0x522abb=a190_0x2189;console[_0x522abb(0x192)](),console[_0x522abb(0x192)](a190_0x5c3e5e[_0x522abb(0x187)][_0x522abb(0x186)]('\x20\x20'+CLI_DISPLAY_NAME)),console[_0x522abb(0x192)](),console[_0x522abb(0x192)](_0x522abb(0x18b)+a190_0x5c3e5e[_0x522abb(0x187)][_0x522abb(0x186)](CLI_BIN_NAME+'\x20--help')+_0x522abb(0x185)),console[_0x522abb(0x192)]();}
@@ -1 +1 @@
1
- (function(_0x3f6673,_0x4ba36a){const _0x1fa210=a190_0x42fa,_0x1b5e46=_0x3f6673();while(!![]){try{const _0x4f2019=parseInt(_0x1fa210(0x1f0))/0x1*(parseInt(_0x1fa210(0x1e7))/0x2)+-parseInt(_0x1fa210(0x1ee))/0x3+-parseInt(_0x1fa210(0x1e0))/0x4+parseInt(_0x1fa210(0x1ea))/0x5+parseInt(_0x1fa210(0x1dc))/0x6+-parseInt(_0x1fa210(0x1f7))/0x7+parseInt(_0x1fa210(0x1ef))/0x8*(parseInt(_0x1fa210(0x1e8))/0x9);if(_0x4f2019===_0x4ba36a)break;else _0x1b5e46['push'](_0x1b5e46['shift']());}catch(_0x5a9428){_0x1b5e46['push'](_0x1b5e46['shift']());}}}(a190_0x170d,0x8dd6f));import{logger}from'../utils/logger.js';import{CLI_BIN_NAME}from'../constant/cli.js';import{NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE}from'../skills/npx-skills-add.js';function a190_0x42fa(_0x18227f,_0x3d7b46){_0x18227f=_0x18227f-0x1da;const _0x170d42=a190_0x170d();let _0x42fa26=_0x170d42[_0x18227f];return _0x42fa26;}export function camelCaseFlagsToKebab(_0x59226c){const _0x2c17fd=a190_0x42fa,_0x5e4e28=[];for(const [_0x5f17bc,_0x21693e]of Object['entries'](_0x59226c)){if(_0x21693e===!![]){const _0x3cecf9=_0x5f17bc[_0x2c17fd(0x1dd)](/([A-Z])/g,'-$1')[_0x2c17fd(0x1f1)]();_0x5e4e28[_0x2c17fd(0x1f5)](_0x3cecf9);}}return _0x5e4e28;}function a190_0x170d(){const _0x54f69e=['error','4043640vwOyKw','Error:\x20Unsupported\x20command:\x20','exit','argv','1347351RBIHnJ','152wjiIme','3083wWycCW','toLowerCase','dangerously-bff-save','Equivalent\x20command:\x20','cwd','push','\x20cli-skill\x20install\x0a\x0aEquivalent\x20command:\x20','6211401HLKKRg','\x0aRabetbase\x20CLI\x20Skill\x20-\x20Developer\x20Workflow\x20Installation\x20Tool\x0a\x0aUsage:\x0a\x20\x20','(empty)','2443776RurtRW','replace','\x20cli-skill\x20install\x20\x20\x20\x20\x20\x20\x20#\x20Install\x20CLI\x20Built-in\x20Skill','startsWith','3947508AYhjUB','log','\x0a\x0aNote:\x20npx\x20skills\x20selects\x20the\x20agent\x20and\x20writes\x20files;\x20guides\x20live\x20under\x20skills/rabetbase/guides/.\x0a','has','includes','from','slice','534SIHqSv','409797qSPlEz'];a190_0x170d=function(){return _0x54f69e;};return a190_0x170d();}export function parseDynamicFlags(){const _0x5f27ed=a190_0x42fa,_0x361a3a=[];for(let _0x14b995=0x3;_0x14b995<process[_0x5f27ed(0x1ed)]['length'];_0x14b995++){const _0x292df7=process['argv'][_0x14b995];if(_0x292df7&&_0x292df7[_0x5f27ed(0x1df)]('--')){const _0x2347de=_0x292df7[_0x5f27ed(0x1e6)](0x2);_0x2347de&&!_0x2347de[_0x5f27ed(0x1e4)]('=')&&_0x361a3a[_0x5f27ed(0x1f5)](_0x2347de);}}return _0x361a3a;}export function getAllProvidedFlags(_0xd276a){const _0x493553=a190_0x42fa,_0x4f4313=camelCaseFlagsToKebab(_0xd276a),_0x3096a4=parseDynamicFlags(),_0x38fefd=new Set([..._0x4f4313,..._0x3096a4]);return Array[_0x493553(0x1e5)](_0x38fefd);}export function normalizeLegacyBffSaveFlags(_0x9ce37){const _0x55a930=a190_0x42fa,_0x4f6432=new Set(_0x9ce37);return _0x4f6432[_0x55a930(0x1e3)](_0x55a930(0x1f2))&&_0x4f6432['add']('enable-bff-save'),Array[_0x55a930(0x1e5)](_0x4f6432);}const SKILLS_INSTALL_COMMAND_LINE=NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE;export async function skillsCommand(_0x307f69,_0x39aee1,_0x1874d6){const _0xee0602=a190_0x42fa;logger['setLogPath'](process[_0xee0602(0x1f4)]());if(_0x1874d6?.['help']||_0x307f69==='--help'){showHelp();return;}console[_0xee0602(0x1e9)](_0xee0602(0x1eb)+(_0x307f69||_0xee0602(0x1db))),console['log']('\x0aAvailable\x20commands:'),console[_0xee0602(0x1e1)]('\x20\x20'+CLI_BIN_NAME+_0xee0602(0x1de)),console['log'](''),console[_0xee0602(0x1e1)](_0xee0602(0x1f3)+SKILLS_INSTALL_COMMAND_LINE),logger[_0xee0602(0x1e9)]('skill','不支持的命令:\x20'+_0x307f69),process[_0xee0602(0x1ec)](0x1);}function showHelp(){const _0x4fd678=a190_0x42fa;console[_0x4fd678(0x1e1)](_0x4fd678(0x1da)+CLI_BIN_NAME+_0x4fd678(0x1f6)+SKILLS_INSTALL_COMMAND_LINE+_0x4fd678(0x1e2));}
1
+ (function(_0x3f75bd,_0x215ce1){const _0x52eae3=a191_0xd8a1,_0x1fdbec=_0x3f75bd();while(!![]){try{const _0x1f9259=parseInt(_0x52eae3(0xfb))/0x1+parseInt(_0x52eae3(0x10a))/0x2*(parseInt(_0x52eae3(0xfe))/0x3)+-parseInt(_0x52eae3(0x112))/0x4+parseInt(_0x52eae3(0x100))/0x5+parseInt(_0x52eae3(0x108))/0x6+parseInt(_0x52eae3(0xf9))/0x7+-parseInt(_0x52eae3(0x111))/0x8*(parseInt(_0x52eae3(0x10d))/0x9);if(_0x1f9259===_0x215ce1)break;else _0x1fdbec['push'](_0x1fdbec['shift']());}catch(_0x41dd1f){_0x1fdbec['push'](_0x1fdbec['shift']());}}}(a191_0x27fb,0xcc807));import{logger}from'../utils/logger.js';import{CLI_BIN_NAME}from'../constant/cli.js';function a191_0xd8a1(_0x56b624,_0x379bf8){_0x56b624=_0x56b624-0xf1;const _0x27fbca=a191_0x27fb();let _0xd8a14a=_0x27fbca[_0x56b624];return _0xd8a14a;}import{NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE}from'../skills/npx-skills-add.js';export function camelCaseFlagsToKebab(_0x1cd612){const _0x3aed90=a191_0xd8a1,_0x3052e9=[];for(const [_0x5da827,_0x20d3d7]of Object[_0x3aed90(0xf4)](_0x1cd612)){if(_0x20d3d7===!![]){const _0x5425c=_0x5da827[_0x3aed90(0x103)](/([A-Z])/g,_0x3aed90(0x10e))[_0x3aed90(0xf7)]();_0x3052e9[_0x3aed90(0x110)](_0x5425c);}}return _0x3052e9;}export function parseDynamicFlags(){const _0x4f5f88=a191_0xd8a1,_0x1b4d9c=[];for(let _0x71b01a=0x3;_0x71b01a<process['argv'][_0x4f5f88(0xfd)];_0x71b01a++){const _0x5747d5=process['argv'][_0x71b01a];if(_0x5747d5&&_0x5747d5[_0x4f5f88(0x105)]('--')){const _0x575506=_0x5747d5[_0x4f5f88(0xf3)](0x2);_0x575506&&!_0x575506['includes']('=')&&_0x1b4d9c['push'](_0x575506);}}return _0x1b4d9c;}export function getAllProvidedFlags(_0x17d464){const _0x3f9c44=a191_0xd8a1,_0x247db2=camelCaseFlagsToKebab(_0x17d464),_0x15bc89=parseDynamicFlags(),_0x538f17=new Set([..._0x247db2,..._0x15bc89]);return Array[_0x3f9c44(0x101)](_0x538f17);}export function normalizeLegacyBffSaveFlags(_0x5003f8){const _0x1bdfb3=a191_0xd8a1,_0x124861=new Set(_0x5003f8);return _0x124861[_0x1bdfb3(0xf1)](_0x1bdfb3(0x104))&&_0x124861[_0x1bdfb3(0xf8)]('enable-bff-save'),Array[_0x1bdfb3(0x101)](_0x124861);}const SKILLS_INSTALL_COMMAND_LINE=NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE;export async function skillsCommand(_0x341449,_0x5598ca,_0xce4e30){const _0x30842c=a191_0xd8a1;logger[_0x30842c(0xfa)](process[_0x30842c(0xf5)]());if(_0xce4e30?.['help']||_0x341449===_0x30842c(0xfc)){showHelp();return;}console[_0x30842c(0x107)](_0x30842c(0x10b)+(_0x341449||_0x30842c(0xff))),console[_0x30842c(0x109)]('\x0aAvailable\x20commands:'),console[_0x30842c(0x109)]('\x20\x20'+CLI_BIN_NAME+_0x30842c(0x106)),console['log'](''),console[_0x30842c(0x109)]('Equivalent\x20command:\x20'+SKILLS_INSTALL_COMMAND_LINE),logger[_0x30842c(0x107)](_0x30842c(0xf2),_0x30842c(0xf6)+_0x341449),process[_0x30842c(0x10f)](0x1);}function showHelp(){const _0x88337e=a191_0xd8a1;console[_0x88337e(0x109)](_0x88337e(0x10c)+CLI_BIN_NAME+_0x88337e(0x102)+SKILLS_INSTALL_COMMAND_LINE+_0x88337e(0x113));}function a191_0x27fb(){const _0x12a2d9=['slice','entries','cwd','不支持的命令:\x20','toLowerCase','add','3641764ApdTXq','setLogPath','551874CIZBsJ','--help','length','2282289lqnshG','(empty)','3984890sGZKeq','from','\x20cli-skill\x20install\x0a\x0aEquivalent\x20command:\x20','replace','dangerously-bff-save','startsWith','\x20cli-skill\x20install\x20\x20\x20\x20\x20\x20\x20#\x20Install\x20CLI\x20Built-in\x20Skill','error','7020474eVKEMY','log','2zYFNzt','Error:\x20Unsupported\x20command:\x20','\x0aRabetbase\x20CLI\x20Skill\x20-\x20Developer\x20Workflow\x20Installation\x20Tool\x0a\x0aUsage:\x0a\x20\x20','36KEaylS','-$1','exit','push','4799216tCDlgZ','2250796VQYkoK','\x0a\x0aNote:\x20npx\x20skills\x20selects\x20the\x20agent\x20and\x20writes\x20files;\x20guides\x20live\x20under\x20skills/rabetbase/guides/.\x0a','has','skill'];a191_0x27fb=function(){return _0x12a2d9;};return a191_0x27fb();}